01K5CHK3BXGVNR05XF7BTFFK3M: 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: 01K5CHM1F4X8ZV355HVG06R6VW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-17T19:15:55.465Zjob assigned to worker 01K5CHM7EE6TT1HZ3VBKC8E6WC [factory aws, i-03c550db5d60cd36f] (queued for 53 s)
 
22025-09-17T19:16:06.868Zstarting task 0: "setup"
32025-09-17T19:16:06.873Z++ uname -s
42025-09-17T19:16:06.876Z+ kern=SunOS
52025-09-17T19:16:06.876Z+ build_user=build
62025-09-17T19:16:06.876Z+ build_uid=12345
72025-09-17T19:16:06.876Z+ work_dir=/work
82025-09-17T19:16:06.876Z+ input_dir=/input
92025-09-17T19:16:06.876Z+ [[ 0 == 12345 ]]
102025-09-17T19:16:06.876Z+ case "$kern" in
112025-09-17T19:16:06.876Z+ groupadd -g 12345 build
122025-09-17T19:16:06.879Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-17T19:16:08.888Z+ zfs create -o mountpoint=/work rpool/work
142025-09-17T19:16:09.010Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-17T19:16:09.012Z+ home_fs=zfs
162025-09-17T19:16:09.012Z+ [[ zfs == autofs ]]
172025-09-17T19:16:09.012Z+ mkdir -p /home/build
182025-09-17T19:16:09.015Z+ chown build:build /home/build /work
192025-09-17T19:16:11.016Z+ chmod 0700 /home/build /work
202025-09-17T19:16:11.020Zprocess exited: duration 4152 ms, exit code 0
 
212025-09-17T19:16:11.029Zstarting task 1: "rust-toolchain"
222025-09-17T19:16:11.034Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-17T19:16:11.034Z * rust toolchain channel = "1.89.0"
242025-09-17T19:16:11.034Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-09-17T19:16:11.034Z * rust toolchain profile = "default"
262025-09-17T19:16:11.034Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-09-17T19:16:11.034Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-09-17T19:16:11.037Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-17T19:16:11.037Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-17T19:16:11.153Zinfo: downloading installer
312025-09-17T19:16:12.455Zwarn: It looks like you have an existing installation of Rust at:
322025-09-17T19:16:12.455Zwarn: /opt/ooce/bin
332025-09-17T19:16:12.455Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-17T19:16:12.455Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-17T19:16:12.455Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-17T19:16:12.455Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-17T19:16:12.455Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-17T19:16:12.455Zerror: cannot install while Rust is installed
392025-09-17T19:16:12.455Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-17T19:16:12.482Zinfo: profile set to 'default'
412025-09-17T19:16:12.482Zinfo: default host triple is x86_64-unknown-illumos
422025-09-17T19:16:12.486Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-17T19:16:12.641Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-17T19:16:12.641Zinfo: downloading component 'cargo'
452025-09-17T19:16:13.430Zinfo: downloading component 'clippy'
462025-09-17T19:16:13.741Zinfo: downloading component 'rust-docs'
472025-09-17T19:16:15.007Zinfo: downloading component 'rust-std'
482025-09-17T19:16:17.021Zinfo: downloading component 'rustc'
492025-09-17T19:16:24.356Zinfo: downloading component 'rustfmt'
502025-09-17T19:16:24.586Zinfo: installing component 'cargo'
512025-09-17T19:16:25.477Zinfo: installing component 'clippy'
522025-09-17T19:16:25.868Zinfo: installing component 'rust-docs'
532025-09-17T19:16:27.694Zinfo: installing component 'rust-std'
542025-09-17T19:16:29.613Zinfo: installing component 'rustc'
552025-09-17T19:16:36.148Zinfo: installing component 'rustfmt'
562025-09-17T19:16:36.488Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
572025-09-17T19:16:36.488Z
582025-09-17T19:16:36.911Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-17T19:16:36.911Z
602025-09-17T19:16:36.916Z
612025-09-17T19:16:36.916ZRust is installed now. Great!
622025-09-17T19:16:36.916Z
632025-09-17T19:16:36.916ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-17T19:16:36.916Zenvironment variable. This has not been done automatically.
652025-09-17T19:16:36.916Z
662025-09-17T19:16:36.916ZTo configure your current shell, you need to source
672025-09-17T19:16:36.916Zthe corresponding env file under $HOME/.cargo.
682025-09-17T19:16:36.916Z
692025-09-17T19:16:36.916ZThis is usually done by running one of the following (note the leading DOT):
702025-09-17T19:16:36.916Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-17T19:16:36.917Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-17T19:16:36.917Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-17T19:16:36.991Z+ rustup --version
742025-09-17T19:16:37.003Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-17T19:16:37.006Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-17T19:16:37.112Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-17T19:16:37.116Z+ cargo --version
782025-09-17T19:16:37.214Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-17T19:16:37.217Z+ rustc --version
802025-09-17T19:16:37.285Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-17T19:16:37.290Zprocess exited: duration 26253 ms, exit code 0
 
822025-09-17T19:16:37.297Zstarting task 2: "authentication"
832025-09-17T19:16:37.320Zprocess exited: duration 21 ms, exit code 0
 
842025-09-17T19:16:37.327Zstarting task 3: "clone repository"
852025-09-17T19:16:37.332Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-17T19:16:37.336Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-17T19:16:37.384ZCloning into '/work/oxidecomputer/omicron'...
882025-09-17T19:16:48.304Z+ cd /work/oxidecomputer/omicron
892025-09-17T19:16:48.304Z+ git fetch origin 34aa89ac65daa2e82ce8fd675541c8ba87dcdd55
902025-09-17T19:16:48.635ZFrom https://github.com/oxidecomputer/omicron
912025-09-17T19:16:48.635Z * branch 34aa89ac65daa2e82ce8fd675541c8ba87dcdd55 -> FETCH_HEAD
922025-09-17T19:16:48.645Z+ [[ -n dap/handoff-live-test ]]
932025-09-17T19:16:48.649Z++ git branch --show-current
942025-09-17T19:16:48.652Z+ current=main
952025-09-17T19:16:48.652Z+ [[ main != dap/handoff-live-test ]]
962025-09-17T19:16:48.652Z+ git branch -f dap/handoff-live-test 34aa89ac65daa2e82ce8fd675541c8ba87dcdd55
972025-09-17T19:16:48.655Z+ git checkout -f dap/handoff-live-test
982025-09-17T19:16:48.826ZSwitched to branch 'dap/handoff-live-test'
992025-09-17T19:16:48.829Z+ git reset --hard 34aa89ac65daa2e82ce8fd675541c8ba87dcdd55
1002025-09-17T19:16:48.995ZHEAD is now at 34aa89ac6 review feedback
1012025-09-17T19:16:49.002Zprocess exited: duration 11668 ms, exit code 0
 
1022025-09-17T19:16:49.010Zstarting task 4: "build"
1032025-09-17T19:16:49.014Z+ source .github/buildomat/ci-env.sh
1042025-09-17T19:16:49.014Z++ export CARGO_TERM_COLOR=always
1052025-09-17T19:16:49.014Z++ CARGO_TERM_COLOR=always
1062025-09-17T19:16:49.014Z+ cargo --version
1072025-09-17T19:16:49.069Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-17T19:16:49.072Z+ rustc --version
1092025-09-17T19:16:49.141Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-17T19:16:49.144Z+ source ./env.sh
1112025-09-17T19:16:49.144Z++ OLD_SHELL_OPTS=ehxB
1122025-09-17T19:16:49.144Z++ set -o xtrace
1132025-09-17T19:16:49.148Z++++ dirname ./env.sh
1142025-09-17T19:16:49.151Z+++ readlink -f .
1152025-09-17T19:16:49.154Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-09-17T19:16:49.154Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-09-17T19:16:49.154Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-09-17T19:16:49.154Z++ 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
1192025-09-17T19:16:49.154Z++ 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
1202025-09-17T19:16:49.154Z++ 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
1212025-09-17T19:16:49.154Z++ 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
1222025-09-17T19:16:49.154Z++ 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
1232025-09-17T19:16:49.154Z++ 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
1242025-09-17T19:16:49.154Z++ case $OLD_SHELL_OPTS in
1252025-09-17T19:16:49.154Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-09-17T19:16:49.154Z+ 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
1272025-09-17T19:16:49.154Z+ 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
1282025-09-17T19:16:49.154Z+ banner prerequisites
1292025-09-17T19:16:49.157Z
1302025-09-17T19:16:49.157Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-09-17T19:16:49.157Z # # # # # # # # # # # # # # #
1322025-09-17T19:16:49.157Z # # # # ##### # # ##### # # # # # #### #
1332025-09-17T19:16:49.157Z ##### ##### # ##### # # # # # # # # #
1342025-09-17T19:16:49.157Z # # # # # # # # # # # # # # #
1352025-09-17T19:16:49.157Z # # # ###### # # ###### ### # #### # #### #
1362025-09-17T19:16:49.157Z
1372025-09-17T19:16:49.157Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-09-17T19:17:02.646Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-09-17T19:17:10.417Z Startup: Caching catalogs ... Done
1402025-09-17T19:17:17.884ZPlanning: Solver setup ... Done (6.226s)
1412025-09-17T19:17:17.940ZPlanning: Running solver ... Done (0.058s)
1422025-09-17T19:17:18.046ZPlanning: Finding local manifests ... Done (0.005s)
1432025-09-17T19:17:18.067ZPlanning: Fetching manifests: 0/4 0% complete
1442025-09-17T19:17:18.342ZPlanning: Fetching manifests: 4/4 100% complete
1452025-09-17T19:17:18.389ZPlanning: Package planning ... Done (0.047s)
1462025-09-17T19:17:18.441ZPlanning: Merging actions ... Done (0.051s)
1472025-09-17T19:17:18.733ZPlanning: Checking for conflicting actions ... Done (0.292s)
1482025-09-17T19:17:18.744ZPlanning: Consolidating action changes ... Done (0.011s)
1492025-09-17T19:17:20.987ZPlanning: Evaluating mediators ... Done (2.239s)
1502025-09-17T19:17:20.997ZPlanning: Planning completed in 10.44 seconds
1512025-09-17T19:17:21.009Z Packages to install: 4
1522025-09-17T19:17:21.009Z Mediators to change: 2
1532025-09-17T19:17:21.013Z Services to change: 1
1542025-09-17T19:17:21.013Z Estimated space available: 155.49 GB
1552025-09-17T19:17:21.013ZEstimated space to be consumed: 1.72 GB
1562025-09-17T19:17:21.013Z Create boot environment: No
1572025-09-17T19:17:21.013ZCreate backup boot environment: No
1582025-09-17T19:17:21.013Z Rebuild boot archive: No
1592025-09-17T19:17:21.013Z
1602025-09-17T19:17:21.013ZChanged mediators:
1612025-09-17T19:17:21.013Z mediator clang:
1622025-09-17T19:17:21.013Z version: None -> 15 (system default)
1632025-09-17T19:17:21.013Z
1642025-09-17T19:17:21.013Z mediator llvm:
1652025-09-17T19:17:21.013Z version: 14 (system default) -> 15 (system default)
1662025-09-17T19:17:21.013Z
1672025-09-17T19:17:21.013ZChanged packages:
1682025-09-17T19:17:21.013Zhelios-dev
1692025-09-17T19:17:21.013Z developer/build-essential
1702025-09-17T19:17:21.013Z None -> 11-2.0
1712025-09-17T19:17:21.013Z library/libxmlsec1
1722025-09-17T19:17:21.013Z None -> 1.2.35-2.0
1732025-09-17T19:17:21.013Z ooce/developer/clang-15
1742025-09-17T19:17:21.013Z None -> 15.0.7-2.0
1752025-09-17T19:17:21.013Z ooce/developer/llvm-15
1762025-09-17T19:17:21.013Z None -> 15.0.7-2.0
1772025-09-17T19:17:21.013Z
1782025-09-17T19:17:21.013ZServices:
1792025-09-17T19:17:21.013Z restart_fmri:
1802025-09-17T19:17:21.013Z svc:/system/update-man-index:default
1812025-09-17T19:17:21.172Z
1822025-09-17T19:17:21.172ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-09-17T19:17:29.372ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (21.8M/s)
1842025-09-17T19:17:34.676ZDownload: 2481/3290 items 120.3/212.6MB 56% complete (10.0M/s)
1852025-09-17T19:17:40.108ZDownload: 3244/3290 items 203.1/212.6MB 95% complete (12.5M/s)
1862025-09-17T19:17:41.679ZDownload: Completed 212.60 MB in 20.51 seconds (10.4M/s)
1872025-09-17T19:17:41.976Z Actions: 1/3689 actions (Installing new actions)
1882025-09-17T19:17:46.607Z Actions: Completed 3689 actions in 4.63 seconds.
1892025-09-17T19:17:47.212Z Done (0.600s)
1902025-09-17T19:17:47.212Z Done (0.000s)
1912025-09-17T19:17:48.093Z Done (0.880s)
1922025-09-17T19:17:52.584Z Done (4.174s)
1932025-09-17T19:17:52.673Z Done (0.023s)
1942025-09-17T19:17:52.676Z Done (0.000s)
1952025-09-17T19:17:52.830Z Done (0.000s)
1962025-09-17T19:17:53.678ZPlanning: Evaluating mediator changes ... Done
1972025-09-17T19:17:53.838ZPlanning: Checking for conflicting actions ... Done
1982025-09-17T19:17:53.841ZPlanning: Consolidating action changes ... Done
1992025-09-17T19:17:54.107ZPlanning: Evaluating mediators ... Done
2002025-09-17T19:17:54.110ZPlanning: Planning completed in 0.43 seconds
2012025-09-17T19:17:54.142Z Mediators to change: 2
2022025-09-17T19:17:54.142Z Create boot environment: No
2032025-09-17T19:17:54.145ZCreate backup boot environment: No
2042025-09-17T19:17:54.233Z Done
2052025-09-17T19:17:54.233Z Done
2062025-09-17T19:17:54.852Z Done
2072025-09-17T19:17:58.338Z Done
2082025-09-17T19:17:58.422Z Done
2092025-09-17T19:17:58.425Z Done
2102025-09-17T19:17:58.571Z Done
2112025-09-17T19:17:59.172ZPlanning: Evaluating mediator changes ... Done
2122025-09-17T19:17:59.175ZPlanning: Merging actions ... Done
2132025-09-17T19:17:59.360ZPlanning: Checking for conflicting actions ... Done
2142025-09-17T19:17:59.363ZPlanning: Consolidating action changes ... Done
2152025-09-17T19:17:59.621ZPlanning: Evaluating mediators ... Done
2162025-09-17T19:17:59.675ZPlanning: Planning completed in 0.74 seconds
2172025-09-17T19:17:59.709Z Packages to change: 1
2182025-09-17T19:17:59.710Z Mediators to change: 1
2192025-09-17T19:17:59.713Z Services to change: 1
2202025-09-17T19:17:59.713Z Create boot environment: No
2212025-09-17T19:17:59.713ZCreate backup boot environment: Yes
2222025-09-17T19:18:02.306Z Actions: 1/6 actions (Updating modified actions)
2232025-09-17T19:18:02.311Z Actions: Completed 6 actions in 0.00 seconds.
2242025-09-17T19:18:02.311Z Done
2252025-09-17T19:18:02.311Z Done
2262025-09-17T19:18:02.522Z Done
2272025-09-17T19:18:06.117Z Done
2282025-09-17T19:18:06.200Z Done
2292025-09-17T19:18:06.203Z Done
2302025-09-17T19:18:06.430Z Done
2312025-09-17T19:18:06.868ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-09-17T19:18:06.868Zclang system 15 system
2332025-09-17T19:18:06.869Zcsh system system illumos
2342025-09-17T19:18:06.869Zctags system system illumos
2352025-09-17T19:18:06.869Zfile system system illumos
2362025-09-17T19:18:06.869Zgcc vendor 12 vendor
2372025-09-17T19:18:06.869Zgcc system 10 system
2382025-09-17T19:18:06.869Zgcc system 7 system
2392025-09-17T19:18:06.869Zgo system 1.20 system
2402025-09-17T19:18:06.869Zgo system 1.19 system
2412025-09-17T19:18:06.869Zllvm system 15 system
2422025-09-17T19:18:06.869Zllvm system 14 system
2432025-09-17T19:18:06.869Zmariadb system 10.6 system
2442025-09-17T19:18:06.869Zmta vendor vendor dma
2452025-09-17T19:18:06.869Zopenjdk system 17 system
2462025-09-17T19:18:06.869Zopenjdk system 11 system
2472025-09-17T19:18:06.869Zopenjdk system 1.8 system
2482025-09-17T19:18:06.869Zopenssl vendor 3 vendor
2492025-09-17T19:18:06.869Zperl system 5.36 system
2502025-09-17T19:18:06.869Zpostgresql system 15 system
2512025-09-17T19:18:06.869Zpostgresql system 13 system
2522025-09-17T19:18:06.869Zpython vendor 3 vendor
2532025-09-17T19:18:06.869Zpython system 2 system
2542025-09-17T19:18:06.869Zpython3 system 3.11 system
2552025-09-17T19:18:06.869Zruby system 3.0 system
2562025-09-17T19:18:06.869Zwords vendor vendor american-english
2572025-09-17T19:18:06.869Zwords system system australian-english
2582025-09-17T19:18:06.869Zwords system system british-english
2592025-09-17T19:18:06.869Zwords system system canadian-english
2602025-09-17T19:18:06.869Zwords system system french
2612025-09-17T19:18:06.869Zwords system system italian
2622025-09-17T19:18:06.869Zwords system system ngerman
2632025-09-17T19:18:06.869Zwords system system ogerman
2642025-09-17T19:18:06.869Zwords system system spanish
2652025-09-17T19:18:07.201ZPUBLISHER TYPE STATUS P LOCATION
2662025-09-17T19:18:07.201Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-09-17T19:18:12.109ZFMRI IFO
2682025-09-17T19:18:12.109Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-09-17T19:18:12.109Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-09-17T19:18:12.109Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-09-17T19:18:12.109Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-09-17T19:18:12.109Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-09-17T19:18:12.109Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742025-09-17T19:18:12.109Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-09-17T19:18:12.109Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762025-09-17T19:18:12.109Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-09-17T19:18:12.110Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-09-17T19:18:12.110Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792025-09-17T19:18:12.110Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-09-17T19:18:12.110Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-09-17T19:18:12.110Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822025-09-17T19:18:12.110Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-09-17T19:18:12.110Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-09-17T19:18:13.147Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-09-17T19:18:13.456Z Updating crates.io index
2862025-09-17T19:18:13.460Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872025-09-17T19:18:13.792Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-09-17T19:18:14.399Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-09-17T19:18:14.675Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-09-17T19:18:14.943Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912025-09-17T19:18:15.289Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-09-17T19:18:16.610Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-09-17T19:18:18.674Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-09-17T19:18:20.582Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-09-17T19:18:21.257Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962025-09-17T19:18:22.146Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-09-17T19:18:22.454Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-09-17T19:18:22.751Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992025-09-17T19:18:23.339Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002025-09-17T19:18:23.822Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012025-09-17T19:18:24.126Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022025-09-17T19:18:24.421Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-09-17T19:18:24.691Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-09-17T19:18:24.948Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-09-17T19:18:25.197Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-09-17T19:18:25.457Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072025-09-17T19:18:25.779Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082025-09-17T19:18:26.136Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092025-09-17T19:18:26.454Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-09-17T19:18:26.980Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3112025-09-17T19:18:27.423Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122025-09-17T19:18:27.682Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-09-17T19:18:28.007Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-09-17T19:18:28.372Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-09-17T19:18:28.683Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-09-17T19:18:28.972Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-09-17T19:18:29.236Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182025-09-17T19:18:40.956Z Updating git repository `https://github.com/illumos/smf-rs`
3192025-09-17T19:18:42.227Z Downloading crates ...
3202025-09-17T19:18:42.291Z Downloaded anstyle-parse v0.2.5
3212025-09-17T19:18:42.295Z Downloaded cfg-if v1.0.1
3222025-09-17T19:18:42.298Z Downloaded anstyle v1.0.11
3232025-09-17T19:18:42.301Z Downloaded anstream v0.6.18
3242025-09-17T19:18:42.305Z Downloaded digest v0.10.7
3252025-09-17T19:18:42.308Z Downloaded fastrand v2.1.1
3262025-09-17T19:18:42.308Z Downloaded block-buffer v0.10.4
3272025-09-17T19:18:42.312Z Downloaded anstyle-query v1.1.1
3282025-09-17T19:18:42.312Z Downloaded cargo_metadata v0.21.0
3292025-09-17T19:18:42.315Z Downloaded ordered-float v2.10.1
3302025-09-17T19:18:42.315Z Downloaded cargo-platform v0.2.0
3312025-09-17T19:18:42.315Z Downloaded anyhow v1.0.99
3322025-09-17T19:18:42.318Z Downloaded typenum v1.17.0
3332025-09-17T19:18:42.322Z Downloaded bytecount v0.6.8
3342025-09-17T19:18:42.326Z Downloaded utf16_iter v1.0.5
3352025-09-17T19:18:42.326Z Downloaded byteorder v1.5.0
3362025-09-17T19:18:42.329Z Downloaded thiserror v1.0.69
3372025-09-17T19:18:42.332Z Downloaded toml v0.8.23
3382025-09-17T19:18:42.336Z Downloaded yoke v0.7.4
3392025-09-17T19:18:42.336Z Downloaded thiserror-impl v1.0.69
3402025-09-17T19:18:42.339Z Downloaded camino v1.2.0
3412025-09-17T19:18:42.339Z Downloaded toml_datetime v0.6.11
3422025-09-17T19:18:42.344Z Downloaded utf8_iter v1.0.4
3432025-09-17T19:18:42.344Z Downloaded stable_deref_trait v1.2.0
3442025-09-17T19:18:42.344Z Downloaded toml_write v0.1.2
3452025-09-17T19:18:42.348Z Downloaded terminal_size v0.4.0
3462025-09-17T19:18:42.348Z Downloaded thiserror v2.0.16
3472025-09-17T19:18:42.352Z Downloaded yoke-derive v0.7.4
3482025-09-17T19:18:42.356Z Downloaded zerofrom-derive v0.1.4
3492025-09-17T19:18:42.356Z Downloaded equivalent v1.0.2
3502025-09-17T19:18:42.360Z Downloaded fs-err v3.1.1
3512025-09-17T19:18:42.361Z Downloaded clap v4.5.41
3522025-09-17T19:18:42.370Z Downloaded version_check v0.9.5
3532025-09-17T19:18:42.375Z Downloaded ucd-trie v0.1.7
3542025-09-17T19:18:42.375Z Downloaded autocfg v1.4.0
3552025-09-17T19:18:42.375Z Downloaded zerofrom v0.1.4
3562025-09-17T19:18:42.375Z Downloaded write16 v1.0.0
3572025-09-17T19:18:42.375Z Downloaded usdt v0.5.0
3582025-09-17T19:18:42.379Z Downloaded usdt-macro v0.5.0
3592025-09-17T19:18:42.379Z Downloaded unicode-linebreak v0.1.5
3602025-09-17T19:18:42.379Z Downloaded heck v0.5.0
3612025-09-17T19:18:42.379Z Downloaded zerovec-derive v0.10.3
3622025-09-17T19:18:42.386Z Downloaded tinystr v0.7.6
3632025-09-17T19:18:42.386Z Downloaded usdt-impl v0.5.0
3642025-09-17T19:18:42.386Z Downloaded writeable v0.5.5
3652025-09-17T19:18:42.397Z Downloaded zerocopy-derive v0.7.35
3662025-09-17T19:18:42.397Z Downloaded unicode-ident v1.0.18
3672025-09-17T19:18:42.402Z Downloaded url v2.5.4
3682025-09-17T19:18:42.402Z Downloaded generic-array v0.14.7
3692025-09-17T19:18:42.402Z Downloaded fnv v1.0.7
3702025-09-17T19:18:42.402Z Downloaded camino-tempfile v1.4.1
3712025-09-17T19:18:42.402Z Downloaded toml_edit v0.22.27
3722025-09-17T19:18:42.406Z Downloaded synstructure v0.13.1
3732025-09-17T19:18:42.406Z Downloaded serde-untagged v0.1.7
3742025-09-17T19:18:42.406Z Downloaded winnow v0.7.10
3752025-09-17T19:18:42.414Z Downloaded zerovec v0.10.4
3762025-09-17T19:18:42.418Z Downloaded pest_generator v2.7.14
3772025-09-17T19:18:42.422Z Downloaded zerocopy v0.7.35
3782025-09-17T19:18:42.433Z Downloaded tabled_derive v0.7.0
3792025-09-17T19:18:42.436Z Downloaded crypto-common v0.1.6
3802025-09-17T19:18:42.436Z Downloaded serde-value v0.7.0
3812025-09-17T19:18:42.436Z Downloaded num-traits v0.2.19
3822025-09-17T19:18:42.440Z Downloaded is_terminal_polyfill v1.70.1
3832025-09-17T19:18:42.440Z Downloaded icu_locid_transform v1.5.0
3842025-09-17T19:18:42.443Z Downloaded unicode-width v0.2.0
3852025-09-17T19:18:42.446Z Downloaded unicode-width v0.1.14
3862025-09-17T19:18:42.450Z Downloaded sha2 v0.10.9
3872025-09-17T19:18:42.453Z Downloaded semver v1.0.26
3882025-09-17T19:18:42.458Z Downloaded smallvec v1.15.1
3892025-09-17T19:18:42.458Z Downloaded serde_spanned v0.6.9
3902025-09-17T19:18:42.465Z Downloaded serde v1.0.223
3912025-09-17T19:18:42.465Z Downloaded litemap v0.7.3
3922025-09-17T19:18:42.465Z Downloaded quote v1.0.40
3932025-09-17T19:18:42.470Z Downloaded ryu v1.0.18
3942025-09-17T19:18:42.470Z Downloaded icu_provider v1.5.0
3952025-09-17T19:18:42.470Z Downloaded proc-macro-error v1.0.4
3962025-09-17T19:18:42.473Z Downloaded icu_normalizer v1.5.0
3972025-09-17T19:18:42.473Z Downloaded once_cell v1.21.3
3982025-09-17T19:18:42.476Z Downloaded erased-serde v0.4.6
3992025-09-17T19:18:42.481Z Downloaded tempfile v3.20.0
4002025-09-17T19:18:42.481Z Downloaded clap_derive v4.5.41
4012025-09-17T19:18:42.484Z Downloaded serde_core v1.0.223
4022025-09-17T19:18:42.488Z Downloaded serde_derive v1.0.223
4032025-09-17T19:18:42.488Z Downloaded icu_normalizer_data v1.5.0
4042025-09-17T19:18:42.491Z Downloaded pest_meta v2.7.14
4052025-09-17T19:18:42.491Z Downloaded icu_properties v1.5.1
4062025-09-17T19:18:42.497Z Downloaded proc-macro2 v1.0.101
4072025-09-17T19:18:42.500Z Downloaded scroll v0.12.0
4082025-09-17T19:18:42.500Z Downloaded getrandom v0.3.1
4092025-09-17T19:18:42.500Z Downloaded icu_collections v1.5.0
4102025-09-17T19:18:42.504Z Downloaded icu_locid v1.5.0
4112025-09-17T19:18:42.508Z Downloaded dof v0.3.0
4122025-09-17T19:18:42.511Z Downloaded macaddr v1.0.1
4132025-09-17T19:18:42.511Z Downloaded serde_tokenstream v0.2.2
4142025-09-17T19:18:42.511Z Downloaded itoa v1.0.11
4152025-09-17T19:18:42.514Z Downloaded idna_adapter v1.2.0
4162025-09-17T19:18:42.514Z Downloaded indexmap v2.11.0
4172025-09-17T19:18:42.517Z Downloaded form_urlencoded v1.2.2
4182025-09-17T19:18:42.518Z Downloaded pest_derive v2.7.14
4192025-09-17T19:18:42.521Z Downloaded strsim v0.11.1
4202025-09-17T19:18:42.521Z Downloaded memchr v2.7.4
4212025-09-17T19:18:42.525Z Downloaded percent-encoding v2.3.2
4222025-09-17T19:18:42.528Z Downloaded heck v0.4.1
4232025-09-17T19:18:42.528Z Downloaded smawk v0.3.2
4242025-09-17T19:18:42.528Z Downloaded idna v1.0.3
4252025-09-17T19:18:42.532Z Downloaded hashbrown v0.15.4
4262025-09-17T19:18:42.535Z Downloaded pest v2.7.14
4272025-09-17T19:18:42.539Z Downloaded plain v0.2.3
4282025-09-17T19:18:42.542Z Downloaded memmap v0.7.0
4292025-09-17T19:18:42.542Z Downloaded colorchoice v1.0.2
4302025-09-17T19:18:42.546Z Downloaded clap_lex v0.7.4
4312025-09-17T19:18:42.546Z Downloaded proc-macro-error-attr v1.0.4
4322025-09-17T19:18:42.546Z Downloaded utf8parse v0.2.2
4332025-09-17T19:18:42.546Z Downloaded unicode-xid v0.2.6
4342025-09-17T19:18:42.550Z Downloaded scroll_derive v0.12.0
4352025-09-17T19:18:42.550Z Downloaded errno v0.3.12
4362025-09-17T19:18:42.550Z Downloaded thread-id v4.2.2
4372025-09-17T19:18:42.550Z Downloaded serde_json v1.0.145
4382025-09-17T19:18:42.556Z Downloaded tabled v0.15.0
4392025-09-17T19:18:42.569Z Downloaded clap_builder v4.5.41
4402025-09-17T19:18:42.575Z Downloaded goblin v0.8.2
4412025-09-17T19:18:42.579Z Downloaded icu_properties_data v1.5.0
4422025-09-17T19:18:42.588Z Downloaded usdt-attr-macro v0.5.0
4432025-09-17T19:18:42.592Z Downloaded syn v1.0.109
4442025-09-17T19:18:42.596Z Downloaded swrite v0.1.0
4452025-09-17T19:18:42.599Z Downloaded dtrace-parser v0.2.0
4462025-09-17T19:18:42.600Z Downloaded syn v2.0.106
4472025-09-17T19:18:42.608Z Downloaded icu_provider_macros v1.5.0
4482025-09-17T19:18:42.612Z Downloaded icu_locid_transform_data v1.5.0
4492025-09-17T19:18:42.612Z Downloaded cargo_toml v0.21.0
4502025-09-17T19:18:42.612Z Downloaded rustix v0.38.37
4512025-09-17T19:18:42.629Z Downloaded thiserror-impl v2.0.16
4522025-09-17T19:18:42.633Z Downloaded pretty-hex v0.4.1
4532025-09-17T19:18:42.633Z Downloaded log v0.4.27
4542025-09-17T19:18:42.637Z Downloaded papergrid v0.11.0
4552025-09-17T19:18:42.642Z Downloaded rustix v1.0.7
4562025-09-17T19:18:42.656Z Downloaded cargo-util-schemas v0.8.2
4572025-09-17T19:18:42.659Z Downloaded typeid v1.0.3
4582025-09-17T19:18:42.660Z Downloaded textwrap v0.16.2
4592025-09-17T19:18:42.663Z Downloaded displaydoc v0.2.5
4602025-09-17T19:18:42.663Z Downloaded cpufeatures v0.2.14
4612025-09-17T19:18:42.667Z Downloaded bitflags v2.9.1
4622025-09-17T19:18:42.678Z Downloaded libc v0.2.174
4632025-09-17T19:18:42.755Z Compiling proc-macro2 v1.0.101
4642025-09-17T19:18:42.755Z Compiling unicode-ident v1.0.18
4652025-09-17T19:18:42.758Z Compiling serde_core v1.0.223
4662025-09-17T19:18:42.758Z Compiling serde v1.0.223
4672025-09-17T19:18:42.758Z Compiling version_check v0.9.5
4682025-09-17T19:18:42.758Z Compiling libc v0.2.174
4692025-09-17T19:18:42.758Z Compiling memchr v2.7.4
4702025-09-17T19:18:42.758Z Compiling thiserror v1.0.69
4712025-09-17T19:18:43.304Z Compiling stable_deref_trait v1.2.0
4722025-09-17T19:18:43.431Z Compiling litemap v0.7.3
4732025-09-17T19:18:43.698Z Compiling autocfg v1.4.0
4742025-09-17T19:18:43.743Z Compiling itoa v1.0.11
4752025-09-17T19:18:43.996Z Compiling ryu v1.0.18
4762025-09-17T19:18:44.033Z Compiling writeable v0.5.5
4772025-09-17T19:18:44.304Z Compiling ucd-trie v0.1.7
4782025-09-17T19:18:44.358Z Compiling once_cell v1.21.3
4792025-09-17T19:18:44.538Z Compiling icu_locid_transform_data v1.5.0
4802025-09-17T19:18:44.565Z Compiling byteorder v1.5.0
4812025-09-17T19:18:44.750Z Compiling bitflags v2.9.1
4822025-09-17T19:18:44.805Z Compiling icu_properties_data v1.5.0
4832025-09-17T19:18:45.000Z Compiling quote v1.0.40
4842025-09-17T19:18:45.056Z Compiling errno v0.3.12
4852025-09-17T19:18:45.143Z Compiling serde_json v1.0.145
4862025-09-17T19:18:45.247Z Compiling num-traits v0.2.19
4872025-09-17T19:18:45.307Z Compiling smallvec v1.15.1
4882025-09-17T19:18:45.489Z Compiling syn v2.0.106
4892025-09-17T19:18:45.603Z Compiling rustix v0.38.37
4902025-09-17T19:18:45.651Z Compiling typeid v1.0.3
4912025-09-17T19:18:45.691Z Compiling hashbrown v0.15.4
4922025-09-17T19:18:45.977Z Compiling utf8_iter v1.0.4
4932025-09-17T19:18:46.003Z Compiling icu_normalizer_data v1.5.0
4942025-09-17T19:18:46.132Z Compiling write16 v1.0.0
4952025-09-17T19:18:46.165Z Compiling utf16_iter v1.0.5
4962025-09-17T19:18:46.223Z Compiling equivalent v1.0.2
4972025-09-17T19:18:46.460Z Compiling proc-macro-error-attr v1.0.4
4982025-09-17T19:18:46.482Z Compiling usdt-impl v0.5.0
4992025-09-17T19:18:46.706Z Compiling toml_write v0.1.2
5002025-09-17T19:18:46.824Z Compiling indexmap v2.11.0
5012025-09-17T19:18:46.893Z Compiling winnow v0.7.10
5022025-09-17T19:18:46.918Z Compiling syn v1.0.109
5032025-09-17T19:18:47.120Z Compiling thread-id v4.2.2
5042025-09-17T19:18:47.789Z Compiling proc-macro-error v1.0.4
5052025-09-17T19:18:48.116Z Compiling thiserror v2.0.16
5062025-09-17T19:18:48.397Z Compiling percent-encoding v2.3.2
5072025-09-17T19:18:48.705Z Compiling rustix v1.0.7
5082025-09-17T19:18:48.708Z Compiling log v0.4.27
5092025-09-17T19:18:48.766Z Compiling plain v0.2.3
5102025-09-17T19:18:49.028Z Compiling utf8parse v0.2.2
5112025-09-17T19:18:49.097Z Compiling camino v1.2.0
5122025-09-17T19:18:49.100Z Compiling semver v1.0.26
5132025-09-17T19:18:49.204Z Compiling getrandom v0.3.1
5142025-09-17T19:18:49.570Z Compiling anstyle-parse v0.2.5
5152025-09-17T19:18:49.685Z Compiling ordered-float v2.10.1
5162025-09-17T19:18:49.911Z Compiling form_urlencoded v1.2.2
5172025-09-17T19:18:49.936Z Compiling terminal_size v0.4.0
5182025-09-17T19:18:50.307Z Compiling is_terminal_polyfill v1.70.1
5192025-09-17T19:18:50.339Z Compiling colorchoice v1.0.2
5202025-09-17T19:18:50.467Z Compiling cfg-if v1.0.1
5212025-09-17T19:18:50.516Z Compiling pretty-hex v0.4.1
5222025-09-17T19:18:50.573Z Compiling anstyle v1.0.11
5232025-09-17T19:18:50.623Z Compiling anstyle-query v1.1.1
5242025-09-17T19:18:50.979Z Compiling anstream v0.6.18
5252025-09-17T19:18:51.208Z Compiling fs-err v3.1.1
5262025-09-17T19:18:51.387Z Compiling unicode-xid v0.2.6
5272025-09-17T19:18:51.579Z Compiling clap_lex v0.7.4
5282025-09-17T19:18:51.607Z Compiling anyhow v1.0.99
5292025-09-17T19:18:51.610Z Compiling heck v0.4.1
5302025-09-17T19:18:52.032Z Compiling synstructure v0.13.1
5312025-09-17T19:18:52.057Z Compiling bytecount v0.6.8
5322025-09-17T19:18:52.083Z Compiling fastrand v2.1.1
5332025-09-17T19:18:52.209Z Compiling strsim v0.11.1
5342025-09-17T19:18:52.280Z Compiling unicode-width v0.1.14
5352025-09-17T19:18:52.575Z Compiling heck v0.5.0
5362025-09-17T19:18:52.826Z Compiling fnv v1.0.7
5372025-09-17T19:18:52.998Z Compiling papergrid v0.11.0
5382025-09-17T19:18:53.024Z Compiling clap_builder v4.5.41
5392025-09-17T19:18:53.065Z Compiling tempfile v3.20.0
5402025-09-17T19:18:53.686Z Compiling memmap v0.7.0
5412025-09-17T19:18:53.748Z Compiling unicode-width v0.2.0
5422025-09-17T19:18:53.840Z Compiling unicode-linebreak v0.1.5
5432025-09-17T19:18:54.028Z Compiling smawk v0.3.2
5442025-09-17T19:18:54.263Z Compiling textwrap v0.16.2
5452025-09-17T19:18:54.869Z Compiling camino-tempfile v1.4.1
5462025-09-17T19:18:55.065Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472025-09-17T19:18:55.259Z Compiling swrite v0.1.0
5482025-09-17T19:18:55.414Z Compiling tabled_derive v0.7.0
5492025-09-17T19:18:55.968Z Compiling serde_derive v1.0.223
5502025-09-17T19:18:55.969Z Compiling zerofrom-derive v0.1.4
5512025-09-17T19:18:55.973Z Compiling yoke-derive v0.7.4
5522025-09-17T19:18:55.973Z Compiling zerovec-derive v0.10.3
5532025-09-17T19:18:56.067Z Compiling thiserror-impl v1.0.69
5542025-09-17T19:18:57.475Z Compiling displaydoc v0.2.5
5552025-09-17T19:18:58.466Z Compiling icu_provider_macros v1.5.0
5562025-09-17T19:18:58.659Z Compiling zerocopy-derive v0.7.35
5572025-09-17T19:18:58.990Z Compiling scroll_derive v0.12.0
5582025-09-17T19:18:59.160Z Compiling pest v2.7.14
5592025-09-17T19:18:59.421Z Compiling zerofrom v0.1.4
5602025-09-17T19:18:59.546Z Compiling thiserror-impl v2.0.16
5612025-09-17T19:18:59.672Z Compiling yoke v0.7.4
5622025-09-17T19:19:00.036Z Compiling zerovec v0.10.4
5632025-09-17T19:19:00.263Z Compiling clap_derive v4.5.41
5642025-09-17T19:19:00.337Z Compiling scroll v0.12.0
5652025-09-17T19:19:00.552Z Compiling zerocopy v0.7.35
5662025-09-17T19:19:00.898Z Compiling goblin v0.8.2
5672025-09-17T19:19:01.484Z Compiling tabled v0.15.0
5682025-09-17T19:19:01.954Z Compiling tinystr v0.7.6
5692025-09-17T19:19:01.987Z Compiling pest_meta v2.7.14
5702025-09-17T19:19:02.090Z Compiling icu_collections v1.5.0
5712025-09-17T19:19:02.346Z Compiling icu_locid v1.5.0
5722025-09-17T19:19:03.340Z Compiling pest_generator v2.7.14
5732025-09-17T19:19:04.282Z Compiling icu_provider v1.5.0
5742025-09-17T19:19:04.285Z Compiling clap v4.5.41
5752025-09-17T19:19:04.431Z Compiling serde_spanned v0.6.9
5762025-09-17T19:19:04.435Z Compiling toml_datetime v0.6.11
5772025-09-17T19:19:04.513Z Compiling dof v0.3.0
5782025-09-17T19:19:04.700Z Compiling serde_tokenstream v0.2.2
5792025-09-17T19:19:04.968Z Compiling icu_locid_transform v1.5.0
5802025-09-17T19:19:05.040Z Compiling toml_edit v0.22.27
5812025-09-17T19:19:05.205Z Compiling erased-serde v0.4.6
5822025-09-17T19:19:05.270Z Compiling serde-value v0.7.0
5832025-09-17T19:19:06.048Z Compiling cargo-platform v0.2.0
5842025-09-17T19:19:06.087Z Compiling macaddr v1.0.1
5852025-09-17T19:19:06.351Z Compiling pest_derive v2.7.14
5862025-09-17T19:19:06.382Z Compiling icu_properties v1.5.1
5872025-09-17T19:19:06.587Z Compiling serde-untagged v0.1.7
5882025-09-17T19:19:07.152Z Compiling dtrace-parser v0.2.0
5892025-09-17T19:19:08.275Z Compiling toml v0.8.23
5902025-09-17T19:19:08.931Z Compiling usdt-attr-macro v0.5.0
5912025-09-17T19:19:08.935Z Compiling usdt-macro v0.5.0
5922025-09-17T19:19:09.043Z Compiling cargo_toml v0.21.0
5932025-09-17T19:19:09.815Z Compiling icu_normalizer v1.5.0
5942025-09-17T19:19:10.042Z Compiling usdt v0.5.0
5952025-09-17T19:19:10.464Z Compiling idna_adapter v1.2.0
5962025-09-17T19:19:10.623Z Compiling idna v1.0.3
5972025-09-17T19:19:11.006Z Compiling url v2.5.4
5982025-09-17T19:19:11.864Z Compiling cargo-util-schemas v0.8.2
5992025-09-17T19:19:13.212Z Compiling cargo_metadata v0.21.0
6002025-09-17T19:19:14.685Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6012025-09-17T19:19:18.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
6022025-09-17T19:19:18.387Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6032025-09-17T19:19:19.082Z Downloading crates ...
6042025-09-17T19:19:19.239Z Downloaded argon2 v0.5.3
6052025-09-17T19:19:19.242Z Downloaded assert_matches v1.5.0
6062025-09-17T19:19:19.249Z Downloaded base64ct v1.6.0
6072025-09-17T19:19:19.252Z Downloaded async-stream v0.3.6
6082025-09-17T19:19:19.259Z Downloaded convert_case v0.4.0
6092025-09-17T19:19:19.262Z Downloaded bitfield-struct v0.6.2
6102025-09-17T19:19:19.266Z Downloaded async-recursion v1.1.1
6112025-09-17T19:19:19.270Z Downloaded cipher v0.4.4
6122025-09-17T19:19:19.273Z Downloaded console v0.15.10
6132025-09-17T19:19:19.273Z Downloaded heck v0.3.3
6142025-09-17T19:19:19.277Z Downloaded hash32 v0.3.1
6152025-09-17T19:19:19.280Z Downloaded cancel-safe-futures v0.1.5
6162025-09-17T19:19:19.285Z Downloaded atomic-waker v1.1.2
6172025-09-17T19:19:19.285Z Downloaded aead v0.5.2
6182025-09-17T19:19:19.288Z Downloaded blake2 v0.10.6
6192025-09-17T19:19:19.288Z Downloaded ingot-macros v0.1.1
6202025-09-17T19:19:19.293Z Downloaded libz-rs-sys v0.5.1
6212025-09-17T19:19:19.293Z Downloaded lazycell v1.3.0
6222025-09-17T19:19:19.296Z Downloaded ipnetwork v0.21.1
6232025-09-17T19:19:19.296Z Downloaded memmap2 v0.9.5
6242025-09-17T19:19:19.302Z Downloaded hashbrown v0.12.3
6252025-09-17T19:19:19.305Z Downloaded humantime v2.2.0
6262025-09-17T19:19:19.309Z Downloaded headers-core v0.3.0
6272025-09-17T19:19:19.309Z Downloaded highway v1.3.0
6282025-09-17T19:19:19.313Z Downloaded crossterm v0.28.1
6292025-09-17T19:19:19.319Z Downloaded rustc-hash v2.1.1
6302025-09-17T19:19:19.324Z Downloaded async-trait v0.1.89
6312025-09-17T19:19:19.327Z Downloaded instant v0.1.13
6322025-09-17T19:19:19.332Z Downloaded array-init v0.0.4
6332025-09-17T19:19:19.332Z Downloaded ingot-types v0.1.2
6342025-09-17T19:19:19.335Z Downloaded indoc v1.0.9
6352025-09-17T19:19:19.338Z Downloaded ident_case v1.0.1
6362025-09-17T19:19:19.338Z Downloaded linear-map v1.2.0
6372025-09-17T19:19:19.342Z Downloaded proc-macro-crate v1.3.1
6382025-09-17T19:19:19.347Z Downloaded lazy_static v1.5.0
6392025-09-17T19:19:19.347Z Downloaded ignore v0.4.23
6402025-09-17T19:19:19.351Z Downloaded blowfish v0.9.1
6412025-09-17T19:19:19.351Z Downloaded bit-vec v0.8.0
6422025-09-17T19:19:19.355Z Downloaded is_ci v1.2.0
6432025-09-17T19:19:19.355Z Downloaded kstat-rs v0.2.4
6442025-09-17T19:19:19.358Z Downloaded crc8 v0.1.1
6452025-09-17T19:19:19.361Z Downloaded cfg_aliases v0.2.1
6462025-09-17T19:19:19.362Z Downloaded impl-trait-for-tuples v0.2.2
6472025-09-17T19:19:19.365Z Downloaded http-body v1.0.1
6482025-09-17T19:19:19.368Z Downloaded castaway v0.2.3
6492025-09-17T19:19:19.368Z Downloaded hubpack_derive v0.1.1
6502025-09-17T19:19:19.371Z Downloaded hyper-staticfile v0.10.1
6512025-09-17T19:19:19.374Z Downloaded schemars_derive v0.8.22
6522025-09-17T19:19:19.378Z Downloaded precomputed-hash v0.1.1
6532025-09-17T19:19:19.378Z Downloaded is-terminal v0.4.13
6542025-09-17T19:19:19.382Z Downloaded lalrpop-util v0.19.12
6552025-09-17T19:19:19.382Z Downloaded linked-hash-map v0.5.6
6562025-09-17T19:19:19.385Z Downloaded cmake v0.1.51
6572025-09-17T19:19:19.385Z Downloaded cargo-platform v0.1.8
6582025-09-17T19:19:19.388Z Downloaded block-padding v0.3.3
6592025-09-17T19:19:19.388Z Downloaded md5 v0.7.0
6602025-09-17T19:19:19.392Z Downloaded match_cfg v0.1.0
6612025-09-17T19:19:19.392Z Downloaded serde-big-array v0.5.1
6622025-09-17T19:19:19.394Z Downloaded cobs v0.2.3
6632025-09-17T19:19:19.398Z Downloaded libefi-sys v0.1.0
6642025-09-17T19:19:19.398Z Downloaded progenitor-macro v0.11.0
6652025-09-17T19:19:19.401Z Downloaded russh-cryptovec v0.7.3
6662025-09-17T19:19:19.401Z Downloaded progenitor-macro v0.10.0
6672025-09-17T19:19:19.404Z Downloaded lockfree-object-pool v0.1.6
6682025-09-17T19:19:19.408Z Downloaded libscf-sys v1.1.0
6692025-09-17T19:19:19.408Z Downloaded hostname v0.4.0
6702025-09-17T19:19:19.411Z Downloaded camino-tempfile-ext v0.3.2
6712025-09-17T19:19:19.415Z Downloaded bit-set v0.5.3
6722025-09-17T19:19:19.415Z Downloaded sigpipe v0.1.3
6732025-09-17T19:19:19.423Z Downloaded sqlparser_derive v0.2.2
6742025-09-17T19:19:19.423Z Downloaded ipnet v2.11.0
6752025-09-17T19:19:19.426Z Downloaded lru-cache v0.1.2
6762025-09-17T19:19:19.426Z Downloaded home v0.5.9
6772025-09-17T19:19:19.426Z Downloaded crc v3.2.1
6782025-09-17T19:19:19.428Z Downloaded hyper-rustls v0.27.7
6792025-09-17T19:19:19.432Z Downloaded chacha20 v0.9.1
6802025-09-17T19:19:19.435Z Downloaded testing_table v0.3.0
6812025-09-17T19:19:19.435Z Downloaded tagptr v0.2.0
6822025-09-17T19:19:19.438Z Downloaded md-5 v0.10.6
6832025-09-17T19:19:19.441Z Downloaded tower-service v0.3.3
6842025-09-17T19:19:19.441Z Downloaded tower-layer v0.3.3
6852025-09-17T19:19:19.445Z Downloaded console v0.16.0
6862025-09-17T19:19:19.448Z Downloaded shell-words v1.1.0
6872025-09-17T19:19:19.461Z Downloaded serde_urlencoded v0.7.1
6882025-09-17T19:19:19.467Z Downloaded quinn-udp v0.5.5
6892025-09-17T19:19:19.471Z Downloaded bzip2 v0.5.2
6902025-09-17T19:19:19.471Z Downloaded serde_spanned v1.0.0
6912025-09-17T19:19:19.476Z Downloaded semver v0.1.20
6922025-09-17T19:19:19.476Z Downloaded slab v0.4.9
6932025-09-17T19:19:19.476Z Downloaded siphasher v1.0.1
6942025-09-17T19:19:19.479Z Downloaded static_assertions v1.1.0
6952025-09-17T19:19:19.480Z Downloaded hickory-client v0.25.2
6962025-09-17T19:19:19.484Z Downloaded ssh-encoding v0.2.0
6972025-09-17T19:19:19.488Z Downloaded lock_api v0.4.12
6982025-09-17T19:19:19.488Z Downloaded tiny-keccak v2.0.2
6992025-09-17T19:19:19.494Z Downloaded dyn-clone v1.0.20
7002025-09-17T19:19:19.497Z Downloaded foreign-types-shared v0.3.1
7012025-09-17T19:19:19.497Z Downloaded num-conv v0.1.0
7022025-09-17T19:19:19.497Z Downloaded r2d2 v0.8.10
7032025-09-17T19:19:19.497Z Downloaded float-cmp v0.10.0
7042025-09-17T19:19:19.501Z Downloaded rustc-demangle v0.1.24
7052025-09-17T19:19:19.504Z Downloaded critical-section v1.1.3
7062025-09-17T19:19:19.504Z Downloaded const_format_proc_macros v0.2.34
7072025-09-17T19:19:19.507Z Downloaded foreign-types-shared v0.1.1
7082025-09-17T19:19:19.511Z Downloaded endian-type v0.1.2
7092025-09-17T19:19:19.511Z Downloaded tabwriter v1.4.0
7102025-09-17T19:19:19.531Z Downloaded primeorder v0.13.6
7112025-09-17T19:19:19.531Z Downloaded vte_generate_state_changes v0.1.2
7122025-09-17T19:19:19.531Z Downloaded num-derive v0.4.2
7132025-09-17T19:19:19.531Z Downloaded fd-lock v4.0.2
7142025-09-17T19:19:19.531Z Downloaded which v4.4.2
7152025-09-17T19:19:19.531Z Downloaded hashbrown v0.13.2
7162025-09-17T19:19:19.531Z Downloaded secrecy v0.10.3
7172025-09-17T19:19:19.536Z Downloaded crc-any v2.5.0
7182025-09-17T19:19:19.536Z Downloaded new_debug_unreachable v1.0.6
7192025-09-17T19:19:19.536Z Downloaded tls_codec_derive v0.4.1
7202025-09-17T19:19:19.541Z Downloaded dirs-next v2.0.0
7212025-09-17T19:19:19.541Z Downloaded const-oid v0.9.6
7222025-09-17T19:19:19.544Z Downloaded deranged v0.3.11
7232025-09-17T19:19:19.544Z Downloaded peg-runtime v0.8.5
7242025-09-17T19:19:19.547Z Downloaded path-slash v0.1.5
7252025-09-17T19:19:19.547Z Downloaded crc32fast v1.4.2
7262025-09-17T19:19:19.550Z Downloaded progenitor-client v0.8.0
7272025-09-17T19:19:19.553Z Downloaded float-ord v0.3.2
7282025-09-17T19:19:19.553Z Downloaded num-derive v0.3.3
7292025-09-17T19:19:19.558Z Downloaded globwalk v0.9.1
7302025-09-17T19:19:19.560Z Downloaded defmt-parser v0.3.4
7312025-09-17T19:19:19.560Z Downloaded indicatif v0.18.0
7322025-09-17T19:19:19.564Z Downloaded crossbeam-utils v0.8.21
7332025-09-17T19:19:19.567Z Downloaded headers v0.4.1
7342025-09-17T19:19:19.573Z Downloaded globset v0.4.15
7352025-09-17T19:19:19.578Z Downloaded foreign-types-macros v0.2.3
7362025-09-17T19:19:19.581Z Downloaded enum-as-inner v0.6.1
7372025-09-17T19:19:19.581Z Downloaded indicatif v0.17.11
7382025-09-17T19:19:19.586Z Downloaded similar v2.7.0
7392025-09-17T19:19:19.590Z Downloaded zstd-safe v7.2.3
7402025-09-17T19:19:19.593Z Downloaded nibble_vec v0.1.0
7412025-09-17T19:19:19.595Z Downloaded gethostname v0.5.0
7422025-09-17T19:19:19.599Z Downloaded signal-hook-tokio v0.3.1
7432025-09-17T19:19:19.599Z Downloaded tokio-stream v0.1.17
7442025-09-17T19:19:19.603Z Downloaded postgres-protocol v0.6.8
7452025-09-17T19:19:19.606Z Downloaded ghash v0.5.1
7462025-09-17T19:19:19.610Z Downloaded universal-hash v0.5.1
7472025-09-17T19:19:19.613Z Downloaded pem v3.0.5
7482025-09-17T19:19:19.613Z Downloaded peg v0.8.5
7492025-09-17T19:19:19.617Z Downloaded strum v0.27.2
7502025-09-17T19:19:19.620Z Downloaded psl-types v2.0.11
7512025-09-17T19:19:19.620Z Downloaded try-lock v0.2.5
7522025-09-17T19:19:19.624Z Downloaded hyper v1.7.0
7532025-09-17T19:19:19.629Z Downloaded progenitor-macro v0.8.0
7542025-09-17T19:19:19.635Z Downloaded whoami v1.5.2
7552025-09-17T19:19:19.640Z Downloaded cookie v0.18.1
7562025-09-17T19:19:19.640Z Downloaded salsa20 v0.10.2
7572025-09-17T19:19:19.643Z Downloaded zone_cfg_derive v0.1.2
7582025-09-17T19:19:19.643Z Downloaded bumpalo v3.16.0
7592025-09-17T19:19:19.646Z Downloaded smallvec v0.6.14
7602025-09-17T19:19:19.651Z Downloaded parking_lot_core v0.8.6
7612025-09-17T19:19:19.654Z Downloaded waitgroup v0.1.2
7622025-09-17T19:19:19.654Z Downloaded wait-timeout v0.2.0
7632025-09-17T19:19:19.658Z Downloaded strum v0.26.3
7642025-09-17T19:19:19.658Z Downloaded hyper-util v0.1.16
7652025-09-17T19:19:19.662Z Downloaded structmeta-derive v0.3.0
7662025-09-17T19:19:19.665Z Downloaded getrandom v0.2.15
7672025-09-17T19:19:19.668Z Downloaded document-features v0.2.11
7682025-09-17T19:19:19.676Z Downloaded toml_writer v1.0.2
7692025-09-17T19:19:19.681Z Downloaded thiserror-impl-no-std v2.0.2
7702025-09-17T19:19:19.681Z Downloaded number_prefix v0.4.0
7712025-09-17T19:19:19.681Z Downloaded postcard v1.0.10
7722025-09-17T19:19:19.681Z Downloaded poly1305 v0.8.0
7732025-09-17T19:19:19.688Z Downloaded dropshot_endpoint v0.16.4
7742025-09-17T19:19:19.692Z Downloaded termios v0.3.3
7752025-09-17T19:19:19.692Z Downloaded heapless v0.8.0
7762025-09-17T19:19:19.695Z Downloaded tui-tree-widget v0.23.1
7772025-09-17T19:19:19.698Z Downloaded zopfli v0.8.1
7782025-09-17T19:19:19.702Z Downloaded serde_cbor v0.11.2
7792025-09-17T19:19:19.705Z Downloaded pin-utils v0.1.0
7802025-09-17T19:19:19.708Z Downloaded xattr v1.3.1
7812025-09-17T19:19:19.708Z Downloaded oso-derive v0.27.3
7822025-09-17T19:19:19.711Z Downloaded zone v0.3.1
7832025-09-17T19:19:19.711Z Downloaded slog-term v2.9.2
7842025-09-17T19:19:19.715Z Downloaded hickory-server v0.25.2
7852025-09-17T19:19:19.720Z Downloaded ff v0.13.0
7862025-09-17T19:19:19.723Z Downloaded display-error-chain v0.2.2
7872025-09-17T19:19:19.726Z Downloaded parking_lot v0.12.3
7882025-09-17T19:19:19.729Z Downloaded pretty-hex v0.2.1
7892025-09-17T19:19:19.730Z Downloaded nu-ansi-term v0.50.1
7902025-09-17T19:19:19.733Z Downloaded time-core v0.1.2
7912025-09-17T19:19:19.733Z Downloaded sha1 v0.10.6
7922025-09-17T19:19:19.737Z Downloaded olpc-cjson v0.1.4
7932025-09-17T19:19:19.741Z Downloaded num-integer v0.1.46
7942025-09-17T19:19:19.741Z Downloaded fallible-iterator v0.2.0
7952025-09-17T19:19:19.744Z Downloaded hickory-resolver v0.25.2
7962025-09-17T19:19:19.748Z Downloaded yansi v1.0.1
7972025-09-17T19:19:19.751Z Downloaded unsafe-libyaml v0.2.11
7982025-09-17T19:19:19.755Z Downloaded crunchy v0.2.2
7992025-09-17T19:19:19.758Z Downloaded rand_core v0.6.4
8002025-09-17T19:19:19.758Z Downloaded rand_chacha v0.3.1
8012025-09-17T19:19:19.762Z Downloaded rand_chacha v0.9.0
8022025-09-17T19:19:19.766Z Downloaded rfc6979 v0.4.0
8032025-09-17T19:19:19.766Z Downloaded steno v0.4.1
8042025-09-17T19:19:19.769Z Downloaded want v0.3.1
8052025-09-17T19:19:19.772Z Downloaded zone_cfg_derive v0.3.0
8062025-09-17T19:19:19.772Z Downloaded dirs-sys-next v0.1.2
8072025-09-17T19:19:19.775Z Downloaded slog v2.7.0
8082025-09-17T19:19:19.780Z Downloaded secrecy v0.8.0
8092025-09-17T19:19:19.783Z Downloaded cc v1.2.30
8102025-09-17T19:19:19.786Z Downloaded num_threads v0.1.7
8112025-09-17T19:19:19.786Z Downloaded thread_local v1.1.8
8122025-09-17T19:19:19.791Z Downloaded subtle v2.6.1
8132025-09-17T19:19:19.791Z Downloaded unicode-truncate v1.1.0
8142025-09-17T19:19:19.795Z Downloaded structmeta v0.3.0
8152025-09-17T19:19:19.795Z Downloaded csv-core v0.1.11
8162025-09-17T19:19:19.798Z Downloaded oxnet v0.1.3
8172025-09-17T19:19:19.798Z Downloaded oxide-tokio-rt v0.1.2
8182025-09-17T19:19:19.803Z Downloaded libm v0.2.8
8192025-09-17T19:19:19.809Z Downloaded env_logger v0.11.5
8202025-09-17T19:19:19.813Z Downloaded scopeguard v1.2.0
8212025-09-17T19:19:19.816Z Downloaded proc-macro-error2 v2.0.1
8222025-09-17T19:19:19.820Z Downloaded serde_repr v0.1.19
8232025-09-17T19:19:19.824Z Downloaded itertools v0.10.5
8242025-09-17T19:19:19.830Z Downloaded topological-sort v0.2.2
8252025-09-17T19:19:19.834Z Downloaded thiserror-no-std v2.0.2
8262025-09-17T19:19:19.837Z Downloaded darling_macro v0.20.10
8272025-09-17T19:19:19.839Z Downloaded progenitor-impl v0.11.0
8282025-09-17T19:19:19.844Z Downloaded ed25519 v2.2.3
8292025-09-17T19:19:19.847Z Downloaded num v0.4.3
8302025-09-17T19:19:19.847Z Downloaded difflib v0.4.0
8312025-09-17T19:19:19.847Z Downloaded publicsuffix v2.3.0
8322025-09-17T19:19:19.851Z Downloaded zone v0.1.8
8332025-09-17T19:19:19.855Z Downloaded zeroize v1.8.1
8342025-09-17T19:19:19.855Z Downloaded owo-colors v4.2.2
8352025-09-17T19:19:19.858Z Downloaded pin-project-internal v1.1.6
8362025-09-17T19:19:19.861Z Downloaded num-complex v0.4.6
8372025-09-17T19:19:19.864Z Downloaded futures-channel v0.3.31
8382025-09-17T19:19:19.867Z Downloaded xshell-macros v0.2.7
8392025-09-17T19:19:19.867Z Downloaded pkcs8 v0.10.2
8402025-09-17T19:19:19.870Z Downloaded typify-macro v0.3.0
8412025-09-17T19:19:19.873Z Downloaded predicates-core v1.0.8
8422025-09-17T19:19:19.873Z Downloaded ppv-lite86 v0.2.20
8432025-09-17T19:19:19.877Z Downloaded flagset v0.4.6
8442025-09-17T19:19:19.881Z Downloaded mime v0.3.17
8452025-09-17T19:19:19.881Z Downloaded radium v0.7.0
8462025-09-17T19:19:19.884Z Downloaded derive_more v2.0.1
8472025-09-17T19:19:19.892Z Downloaded normalize-line-endings v0.3.0
8482025-09-17T19:19:19.895Z Downloaded support-bundle-viewer v0.1.2
8492025-09-17T19:19:19.898Z Downloaded num_enum_derive v0.5.11
8502025-09-17T19:19:19.898Z Downloaded aho-corasick v1.1.3
8512025-09-17T19:19:19.905Z Downloaded twox-hash v2.1.0
8522025-09-17T19:19:19.909Z Downloaded walkdir v2.5.0
8532025-09-17T19:19:19.913Z Downloaded tracing-core v0.1.32
8542025-09-17T19:19:19.916Z Downloaded itertools v0.12.1
8552025-09-17T19:19:19.921Z Downloaded slog-dtrace v0.3.0
8562025-09-17T19:19:19.924Z Downloaded embedded-io v0.6.1
8572025-09-17T19:19:19.927Z Downloaded either v1.15.0
8582025-09-17T19:19:19.930Z Downloaded embedded-io v0.4.0
8592025-09-17T19:19:19.933Z Downloaded cstr-argument v0.1.2
8602025-09-17T19:19:19.933Z Downloaded sync_wrapper v1.0.1
8612025-09-17T19:19:19.937Z Downloaded sync-ptr v0.1.4
8622025-09-17T19:19:19.937Z Downloaded futures-executor v0.3.31
8632025-09-17T19:19:19.940Z Downloaded parse-size v1.1.0
8642025-09-17T19:19:19.940Z Downloaded pin-project v1.1.6
8652025-09-17T19:19:19.953Z Downloaded derive_builder_macro v0.20.2
8662025-09-17T19:19:19.956Z Downloaded rand_xorshift v0.4.0
8672025-09-17T19:19:19.956Z Downloaded rand_seeder v0.4.0
8682025-09-17T19:19:19.960Z Downloaded strip-ansi-escapes v0.2.0
8692025-09-17T19:19:19.960Z Downloaded snafu v0.8.5
8702025-09-17T19:19:19.966Z Downloaded void v1.0.2
8712025-09-17T19:19:19.970Z Downloaded xshell v0.2.7
8722025-09-17T19:19:19.977Z Downloaded futures-core v0.3.31
8732025-09-17T19:19:19.977Z Downloaded nodrop v0.1.14
8742025-09-17T19:19:19.984Z Downloaded itertools v0.13.0
8752025-09-17T19:19:19.988Z Downloaded defmt v0.3.8
8762025-09-17T19:19:19.988Z Downloaded slog-envlogger v2.2.0
8772025-09-17T19:19:19.991Z Downloaded unit-prefix v0.5.1
8782025-09-17T19:19:19.991Z Downloaded tabled_derive v0.11.0
8792025-09-17T19:19:19.995Z Downloaded tabled_derive v0.10.0
8802025-09-17T19:19:19.995Z Downloaded slog-stdlog v4.1.1
8812025-09-17T19:19:19.999Z Downloaded phf v0.12.1
8822025-09-17T19:19:19.999Z Downloaded same-file v1.0.6
8832025-09-17T19:19:20.003Z Downloaded progenitor v0.10.0
8842025-09-17T19:19:20.003Z Downloaded progenitor v0.9.1
8852025-09-17T19:19:20.006Z Downloaded derive_builder_core v0.20.2
8862025-09-17T19:19:20.009Z Downloaded rustls-pemfile v1.0.4
8872025-09-17T19:19:20.012Z Downloaded parse-display v0.10.0
8882025-09-17T19:19:20.012Z Downloaded rustls-pemfile v2.2.0
8892025-09-17T19:19:20.015Z Downloaded opaque-debug v0.3.1
8902025-09-17T19:19:20.018Z Downloaded spki v0.7.3
8912025-09-17T19:19:20.024Z Downloaded diesel_table_macro_syntax v0.2.0
8922025-09-17T19:19:20.024Z Downloaded progenitor v0.11.0
8932025-09-17T19:19:20.027Z Downloaded derive_builder v0.20.2
8942025-09-17T19:19:20.031Z Downloaded smf v0.2.3
8952025-09-17T19:19:20.035Z Downloaded filetime v0.2.25
8962025-09-17T19:19:20.035Z Downloaded unicode_categories v0.1.1
8972025-09-17T19:19:20.039Z Downloaded ena v0.14.3
8982025-09-17T19:19:20.039Z Downloaded string_cache v0.8.9
8992025-09-17T19:19:20.043Z Downloaded toml_datetime v0.7.0
9002025-09-17T19:19:20.043Z Downloaded env_filter v0.1.2
9012025-09-17T19:19:20.046Z Downloaded crypto-bigint v0.5.5
9022025-09-17T19:19:20.051Z Downloaded packed_struct_codegen v0.10.1
9032025-09-17T19:19:20.054Z Downloaded fixedbitset v0.4.2
9042025-09-17T19:19:20.057Z Downloaded progenitor-impl v0.9.1
9052025-09-17T19:19:20.061Z Downloaded slog-async v2.8.0
9062025-09-17T19:19:20.061Z Downloaded ref-cast v1.0.24
9072025-09-17T19:19:20.065Z Downloaded utf-8 v0.7.6
9082025-09-17T19:19:20.068Z Downloaded rand_core v0.9.3
9092025-09-17T19:19:20.068Z Downloaded untrusted v0.9.0
9102025-09-17T19:19:20.071Z Downloaded vsss-rs v3.3.4
9112025-09-17T19:19:20.074Z Downloaded prettyplease v0.2.36
9122025-09-17T19:19:20.077Z Downloaded tokio-macros v2.5.0
9132025-09-17T19:19:20.081Z Downloaded serde-hex v0.1.0
9142025-09-17T19:19:20.084Z Downloaded typify-macro v0.2.0
9152025-09-17T19:19:20.084Z Downloaded sec1 v0.7.3
9162025-09-17T19:19:20.087Z Downloaded foldhash v0.1.5
9172025-09-17T19:19:20.088Z Downloaded progenitor-client v0.10.0
9182025-09-17T19:19:20.088Z Downloaded pretty_assertions v1.4.1
9192025-09-17T19:19:20.091Z Downloaded sct v0.7.1
9202025-09-17T19:19:20.096Z Downloaded ed25519-dalek v2.1.1
9212025-09-17T19:19:20.100Z Downloaded foldhash v0.2.0
9222025-09-17T19:19:20.103Z Downloaded paste v1.0.15
9232025-09-17T19:19:20.103Z Downloaded derive-where v1.5.0
9242025-09-17T19:19:20.109Z Downloaded progenitor-client v0.9.1
9252025-09-17T19:19:20.111Z Downloaded powerfmt v0.2.0
9262025-09-17T19:19:20.112Z Downloaded phf_shared v0.12.1
9272025-09-17T19:19:20.115Z Downloaded tinyvec_macros v0.1.1
9282025-09-17T19:19:20.115Z Downloaded darling_macro v0.21.0
9292025-09-17T19:19:20.115Z Downloaded foreign-types v0.3.2
9302025-09-17T19:19:20.121Z Downloaded newtype-uuid v1.2.4
9312025-09-17T19:19:20.121Z Downloaded newtype_derive v0.1.6
9322025-09-17T19:19:20.124Z Downloaded fixedbitset v0.5.7
9332025-09-17T19:19:20.124Z Downloaded value-bag v1.9.0
9342025-09-17T19:19:20.127Z Downloaded rsa v0.9.6
9352025-09-17T19:19:20.131Z Downloaded group v0.13.0
9362025-09-17T19:19:20.134Z Downloaded serde_bytes v0.11.17
9372025-09-17T19:19:20.135Z Downloaded debug-ignore v1.0.5
9382025-09-17T19:19:20.139Z Downloaded h2 v0.4.6
9392025-09-17T19:19:20.143Z Downloaded tokio-dtrace v0.1.0
9402025-09-17T19:19:20.146Z Downloaded pem-rfc7468 v0.7.0
9412025-09-17T19:19:20.149Z Downloaded openssl-macros v0.1.1
9422025-09-17T19:19:20.149Z Downloaded signal-hook-mio v0.2.4
9432025-09-17T19:19:20.153Z Downloaded shlex v1.3.0
9442025-09-17T19:19:20.153Z Downloaded stringprep v0.1.5
9452025-09-17T19:19:20.157Z Downloaded expectorate v1.2.0
9462025-09-17T19:19:20.160Z Downloaded foreign-types v0.5.0
9472025-09-17T19:19:20.160Z Downloaded elliptic-curve v0.13.8
9482025-09-17T19:19:20.163Z Downloaded xz2 v0.1.7
9492025-09-17T19:19:20.167Z Downloaded tower-http v0.6.6
9502025-09-17T19:19:20.173Z Downloaded num-iter v0.1.45
9512025-09-17T19:19:20.176Z Downloaded serde_derive_internals v0.29.1
9522025-09-17T19:19:20.179Z Downloaded rustls-native-certs v0.8.1
9532025-09-17T19:19:20.179Z Downloaded rtoolbox v0.0.2
9542025-09-17T19:19:20.183Z Downloaded parse-display-derive v0.10.0
9552025-09-17T19:19:20.183Z Downloaded tls_codec v0.4.1
9562025-09-17T19:19:20.187Z Downloaded zeroize_derive v1.4.2
9572025-09-17T19:19:20.187Z Downloaded data-encoding v2.9.0
9582025-09-17T19:19:20.190Z Downloaded password-hash v0.4.2
9592025-09-17T19:19:20.190Z Downloaded omicron-zone-package v0.12.2
9602025-09-17T19:19:20.195Z Downloaded toml v0.7.8
9612025-09-17T19:19:20.198Z Downloaded diff v0.1.13
9622025-09-17T19:19:20.203Z Downloaded memoffset v0.9.1
9632025-09-17T19:19:20.206Z Downloaded pkg-config v0.3.31
9642025-09-17T19:19:20.206Z Downloaded x509-cert v0.2.5
9652025-09-17T19:19:20.209Z Downloaded zlib-rs v0.5.1
9662025-09-17T19:19:20.215Z Downloaded pkcs5 v0.7.1
9672025-09-17T19:19:20.219Z Downloaded newline-converter v0.3.0
9682025-09-17T19:19:20.223Z Downloaded signal-hook v0.3.18
9692025-09-17T19:19:20.227Z Downloaded mio v1.0.2
9702025-09-17T19:19:20.230Z Downloaded time-macros v0.2.18
9712025-09-17T19:19:20.233Z Downloaded vergen v8.3.2
9722025-09-17T19:19:20.236Z Downloaded typify v0.4.3
9732025-09-17T19:19:20.254Z Downloaded aws-lc-rs v1.12.4
9742025-09-17T19:19:20.254Z Downloaded phf_shared v0.11.2
9752025-09-17T19:19:20.260Z Downloaded pkcs1 v0.7.5
9762025-09-17T19:19:20.260Z Downloaded des v0.8.1
9772025-09-17T19:19:20.260Z Downloaded papergrid v0.14.0
9782025-09-17T19:19:20.264Z Downloaded tinyvec v1.8.0
9792025-09-17T19:19:20.264Z Downloaded num-bigint v0.4.6
9802025-09-17T19:19:20.270Z Downloaded native-tls v0.2.12
9812025-09-17T19:19:20.273Z Downloaded flume v0.11.1
9822025-09-17T19:19:20.277Z Downloaded rand v0.8.5
9832025-09-17T19:19:20.281Z Downloaded tokio-util v0.7.15
9842025-09-17T19:19:20.286Z Downloaded rayon-core v1.12.1
9852025-09-17T19:19:20.290Z Downloaded salty v0.3.0
9862025-09-17T19:19:20.296Z Downloaded toml_edit v0.19.15
9872025-09-17T19:19:20.314Z Downloaded rcgen v0.12.1
9882025-09-17T19:19:20.317Z Downloaded num-bigint-dig v0.8.4
9892025-09-17T19:19:20.320Z Downloaded rustls-pki-types v1.10.0
9902025-09-17T19:19:20.324Z Downloaded crossterm v0.29.0
9912025-09-17T19:19:20.331Z Downloaded vcpkg v0.2.15
9922025-09-17T19:19:20.369Z Downloaded nom v7.1.3
9932025-09-17T19:19:20.374Z Downloaded bitvec v1.0.1
9942025-09-17T19:19:20.389Z Downloaded zip v0.6.6
9952025-09-17T19:19:20.392Z Downloaded typed-path v0.9.3
9962025-09-17T19:19:20.399Z Downloaded portable-atomic v1.11.0
9972025-09-17T19:19:20.406Z Downloaded rand v0.9.2
9982025-09-17T19:19:20.409Z Downloaded diesel_derives v2.2.3
9992025-09-17T19:19:20.414Z Downloaded chrono v0.4.41
10002025-09-17T19:19:20.421Z Downloaded proptest v1.7.0
10012025-09-17T19:19:20.431Z Downloaded quinn-proto v0.11.8
10022025-09-17T19:19:20.437Z Downloaded unicode-normalization v0.1.24
10032025-09-17T19:19:20.442Z Downloaded regex v1.11.1
10042025-09-17T19:19:20.455Z Downloaded futures-util v0.3.31
10052025-09-17T19:19:20.468Z Downloaded git2 v0.19.0
10062025-09-17T19:19:20.478Z Downloaded tough v0.20.0
10072025-09-17T19:19:20.485Z Downloaded russh v0.45.0
10082025-09-17T19:19:20.490Z Downloaded hickory-proto v0.25.2
10092025-09-17T19:19:20.504Z Downloaded winnow v0.6.26
10102025-09-17T19:19:20.513Z Downloaded reqwest v0.12.22
10112025-09-17T19:19:20.522Z Downloaded zip v4.2.0
10122025-09-17T19:19:20.526Z Downloaded tabled v0.20.0
10132025-09-17T19:19:20.544Z Downloaded moka v0.12.10
10142025-09-17T19:19:20.555Z Downloaded rustls v0.22.4
10152025-09-17T19:19:20.568Z Downloaded reedline v0.40.0
10162025-09-17T19:19:20.576Z Downloaded object v0.30.4
10172025-09-17T19:19:20.584Z Downloaded smoltcp v0.9.1
10182025-09-17T19:19:20.595Z Downloaded rustls v0.23.19
10192025-09-17T19:19:20.606Z Downloaded p384 v0.13.0
10202025-09-17T19:19:20.612Z Downloaded zerocopy v0.8.26
10212025-09-17T19:19:20.633Z Downloaded tabled v0.18.0
10222025-09-17T19:19:20.651Z Downloaded webpki-roots v1.0.1
10232025-09-17T19:19:20.654Z Downloaded polar-core v0.27.3
10242025-09-17T19:19:20.659Z Downloaded nix v0.28.0
10252025-09-17T19:19:20.671Z Downloaded nix v0.27.1
10262025-09-17T19:19:20.688Z Downloaded curve25519-dalek v4.1.3
10272025-09-17T19:19:20.691Z Downloaded sled v0.34.7
10282025-09-17T19:19:20.700Z Downloaded smoltcp v0.11.0
10292025-09-17T19:19:20.712Z Downloaded regex-syntax v0.6.29
10302025-09-17T19:19:20.716Z Downloaded regress v0.10.4
10312025-09-17T19:19:20.725Z Downloaded regex-syntax v0.8.5
10322025-09-17T19:19:20.734Z Downloaded openssl v0.10.73
10332025-09-17T19:19:20.742Z Downloaded bstr v1.10.0
10342025-09-17T19:19:20.753Z Downloaded dropshot v0.16.4
10352025-09-17T19:19:20.775Z Downloaded gimli v0.31.1
10362025-09-17T19:19:20.780Z Downloaded petname v2.0.2
10372025-09-17T19:19:20.784Z Downloaded object v0.36.5
10382025-09-17T19:19:20.794Z Downloaded hickory-proto v0.24.4
10392025-09-17T19:19:20.809Z Downloaded radix_trie v0.2.1
10402025-09-17T19:19:20.814Z Downloaded typify-impl v0.2.0
10412025-09-17T19:19:20.826Z Downloaded nix v0.29.0
10422025-09-17T19:19:20.836Z Downloaded nix v0.30.1
10432025-09-17T19:19:20.850Z Downloaded sqlparser v0.45.0
10442025-09-17T19:19:20.853Z Downloaded openapiv3 v2.2.0
10452025-09-17T19:19:20.864Z Downloaded jiff v0.2.15
10462025-09-17T19:19:20.880Z Downloaded diesel v2.2.12
10472025-09-17T19:19:20.897Z Downloaded ratatui v0.29.0
10482025-09-17T19:19:20.917Z Downloaded typify-impl v0.3.0
10492025-09-17T19:19:20.929Z Downloaded typify-impl v0.4.3
10502025-09-17T19:19:20.941Z Downloaded zerocopy-derive v0.6.6
10512025-09-17T19:19:20.951Z Downloaded bzip2-sys v0.1.13+1.0.8
10522025-09-17T19:19:20.962Z Downloaded lzma-sys v0.1.20
10532025-09-17T19:19:20.989Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10542025-09-17T19:19:21.004Z Downloaded libz-sys v1.1.20
10552025-09-17T19:19:21.021Z Downloaded regex-automata v0.4.8
10562025-09-17T19:19:21.036Z Downloaded p521 v0.13.3
10572025-09-17T19:19:21.041Z Downloaded rustls-webpki v0.102.8
10582025-09-17T19:19:21.059Z Downloaded petgraph v0.8.2
10592025-09-17T19:19:21.075Z Downloaded chrono-tz v0.10.4
10602025-09-17T19:19:21.089Z Downloaded rustls-webpki v0.101.7
10612025-09-17T19:19:21.102Z Downloaded serde_with v3.14.0
10622025-09-17T19:19:21.113Z Downloaded sha3 v0.10.8
10632025-09-17T19:19:21.118Z Downloaded rustls v0.21.12
10642025-09-17T19:19:21.128Z Downloaded csv v1.3.1
10652025-09-17T19:19:21.145Z Downloaded petgraph v0.6.5
10662025-09-17T19:19:21.160Z Downloaded tokio v1.47.0
10672025-09-17T19:19:21.192Z Downloaded bindgen v0.69.5
10682025-09-17T19:19:21.201Z Downloaded rpassword v7.4.0
10692025-09-17T19:19:21.204Z Downloaded unicode-segmentation v1.12.0
10702025-09-17T19:19:21.204Z Downloaded darling_core v0.20.10
10712025-09-17T19:19:21.208Z Downloaded darling_core v0.21.0
10722025-09-17T19:19:21.211Z Downloaded toml v0.9.5
10732025-09-17T19:19:21.218Z Downloaded uuid v1.18.1
10742025-09-17T19:19:21.225Z Downloaded lalrpop v0.19.12
10752025-09-17T19:19:21.228Z Downloaded time v0.3.36
10762025-09-17T19:19:21.235Z Downloaded quick-xml v0.37.2
10772025-09-17T19:19:21.239Z Downloaded slog-scope v4.4.0
10782025-09-17T19:19:21.242Z Downloaded prefix-trie v0.7.0
10792025-09-17T19:19:21.245Z Downloaded papergrid v0.17.0
10802025-09-17T19:19:21.250Z Downloaded tokio-postgres v0.7.13
10812025-09-17T19:19:21.253Z Downloaded minimal-lexical v0.2.1
10822025-09-17T19:19:21.261Z Downloaded blake3 v1.5.4
10832025-09-17T19:19:21.278Z Downloaded winnow v0.5.40
10842025-09-17T19:19:21.286Z Downloaded rayon v1.10.0
10852025-09-17T19:19:21.295Z Downloaded snafu-derive v0.8.5
10862025-09-17T19:19:21.298Z Downloaded unicode-properties v0.1.3
10872025-09-17T19:19:21.301Z Downloaded flate2 v1.1.2
10882025-09-17T19:19:21.305Z Downloaded tracing v0.1.40
10892025-09-17T19:19:21.309Z Downloaded num-rational v0.4.2
10902025-09-17T19:19:21.312Z Downloaded miniz_oxide v0.8.5
10912025-09-17T19:19:21.316Z Downloaded rustyline v14.0.0
10922025-09-17T19:19:21.319Z Downloaded sqlformat v0.3.5
10932025-09-17T19:19:21.322Z Downloaded half v2.4.1
10942025-09-17T19:19:21.325Z Downloaded scrypt v0.11.0
10952025-09-17T19:19:21.329Z Downloaded predicates-tree v1.0.12
10962025-09-17T19:19:21.329Z Downloaded tokio-rustls v0.24.1
10972025-09-17T19:19:21.332Z Downloaded subprocess v0.2.9
10982025-09-17T19:19:21.336Z Downloaded ring v0.17.14
10992025-09-17T19:19:21.376Z Downloaded fxhash v0.2.1
11002025-09-17T19:19:21.379Z Downloaded futures-macro v0.3.31
11012025-09-17T19:19:21.379Z Downloaded futures-io v0.3.31
11022025-09-17T19:19:21.379Z Downloaded futures-task v0.3.31
11032025-09-17T19:19:21.383Z Downloaded scheduled-thread-pool v0.2.7
11042025-09-17T19:19:21.383Z Downloaded encoding_rs v0.8.34
11052025-09-17T19:19:21.398Z Downloaded postgres-types v0.2.9
11062025-09-17T19:19:21.403Z Downloaded tokio-native-tls v0.3.1
11072025-09-17T19:19:21.406Z Downloaded strum_macros v0.27.1
11082025-09-17T19:19:21.406Z Downloaded strum_macros v0.26.4
11092025-09-17T19:19:21.406Z Downloaded p256 v0.13.2
11102025-09-17T19:19:21.411Z Downloaded tower v0.5.2
11112025-09-17T19:19:21.417Z Downloaded mime_guess v2.0.5
11122025-09-17T19:19:21.420Z Downloaded fs_extra v1.3.0
11132025-09-17T19:19:21.421Z Downloaded derive_more-impl v2.0.1
11142025-09-17T19:19:21.438Z Downloaded zerocopy-derive v0.8.26
11152025-09-17T19:19:21.438Z Downloaded ron v0.8.1
11162025-09-17T19:19:21.442Z Downloaded wyz v0.5.1
11172025-09-17T19:19:21.442Z Downloaded parking_lot_core v0.9.10
11182025-09-17T19:19:21.442Z Downloaded libgit2-sys v0.17.0+1.8.1
11192025-09-17T19:19:21.484Z Downloaded slog-bunyan v2.5.0
11202025-09-17T19:19:21.488Z Downloaded quick-error v1.2.3
11212025-09-17T19:19:21.488Z Downloaded phf v0.11.2
11222025-09-17T19:19:21.488Z Downloaded password-hash v0.5.0
11232025-09-17T19:19:21.491Z Downloaded hashbrown v0.16.0
11242025-09-17T19:19:21.495Z Downloaded qorb v0.4.1
11252025-09-17T19:19:21.499Z Downloaded tar v0.4.44
11262025-09-17T19:19:21.502Z Downloaded diesel-dtrace v0.4.2
11272025-09-17T19:19:21.502Z Downloaded typify-macro v0.4.3
11282025-09-17T19:19:21.502Z Downloaded slog-json v2.6.1
11292025-09-17T19:19:21.502Z Downloaded rusty-fork v0.3.0
11302025-09-17T19:19:21.505Z Downloaded rustversion v1.0.17
11312025-09-17T19:19:21.505Z Downloaded num_enum v0.5.11
11322025-09-17T19:19:21.510Z Downloaded half v1.8.3
11332025-09-17T19:19:21.513Z Downloaded hkdf v0.12.4
11342025-09-17T19:19:21.516Z Downloaded openssl-sys v0.9.109
11352025-09-17T19:19:21.520Z Downloaded libxml v0.3.3
11362025-09-17T19:19:21.524Z Downloaded ecdsa v0.16.9
11372025-09-17T19:19:21.528Z Downloaded darling v0.21.0
11382025-09-17T19:19:21.531Z Downloaded darling v0.20.10
11392025-09-17T19:19:21.536Z Downloaded samael v0.0.19
11402025-09-17T19:19:21.539Z Downloaded tokio-tungstenite v0.21.0
11412025-09-17T19:19:21.543Z Downloaded tokio-tungstenite v0.23.1
11422025-09-17T19:19:21.543Z Downloaded multer v3.1.0
11432025-09-17T19:19:21.547Z Downloaded futures v0.3.31
11442025-09-17T19:19:21.550Z Downloaded tungstenite v0.23.0
11452025-09-17T19:19:21.553Z Downloaded tungstenite v0.21.0
11462025-09-17T19:19:21.553Z Downloaded socket2 v0.6.0
11472025-09-17T19:19:21.556Z Downloaded socket2 v0.5.10
11482025-09-17T19:19:21.561Z Downloaded der v0.7.9
11492025-09-17T19:19:21.564Z Downloaded ssh-key v0.6.6
11502025-09-17T19:19:21.568Z Downloaded serde_plain v1.0.2
11512025-09-17T19:19:21.568Z Downloaded serde_path_to_error v0.1.17
11522025-09-17T19:19:21.571Z Downloaded derive_more v0.99.20
11532025-09-17T19:19:21.575Z Downloaded crossbeam-channel v0.5.15
11542025-09-17T19:19:21.578Z Downloaded pin-project-lite v0.2.14
11552025-09-17T19:19:21.582Z Downloaded env_logger v0.10.2
11562025-09-17T19:19:21.585Z Downloaded hash32 v0.2.1
11572025-09-17T19:19:21.585Z Downloaded serde_yaml v0.9.34+deprecated
11582025-09-17T19:19:21.588Z Downloaded uzers v0.12.1
11592025-09-17T19:19:21.591Z Downloaded progenitor-impl v0.10.0
11602025-09-17T19:19:21.594Z Downloaded resolv-conf v0.7.0
11612025-09-17T19:19:21.594Z Downloaded serde_with_macros v3.14.0
11622025-09-17T19:19:21.597Z Downloaded oso v0.27.3
11632025-09-17T19:19:21.598Z Downloaded tracing-attributes v0.1.27
11642025-09-17T19:19:21.600Z Downloaded term v1.1.0
11652025-09-17T19:19:21.604Z Downloaded term v0.7.0
11662025-09-17T19:19:21.608Z Downloaded progenitor v0.8.0
11672025-09-17T19:19:21.608Z Downloaded multimap v0.10.1
11682025-09-17T19:19:21.612Z Downloaded crucible-workspace-hack v0.1.0
11692025-09-17T19:19:21.612Z Downloaded nanorand v0.7.0
11702025-09-17T19:19:21.612Z Downloaded futures-sink v0.3.31
11712025-09-17T19:19:21.612Z Downloaded termcolor v1.4.1
11722025-09-17T19:19:21.612Z Downloaded itertools v0.14.0
11732025-09-17T19:19:21.617Z Downloaded http v1.3.1
11742025-09-17T19:19:21.620Z Downloaded funty v2.0.0
11752025-09-17T19:19:21.623Z Downloaded ctr v0.9.2
11762025-09-17T19:19:21.623Z Downloaded fatfs v0.3.6
11772025-09-17T19:19:21.627Z Downloaded const_format v0.2.34
11782025-09-17T19:19:21.630Z Downloaded iri-string v0.7.8
11792025-09-17T19:19:21.634Z Downloaded base64 v0.21.7
11802025-09-17T19:19:21.637Z Downloaded tap v1.0.1
11812025-09-17T19:19:21.640Z Downloaded unicode-bidi v0.3.17
11822025-09-17T19:19:21.640Z Downloaded peg-macros v0.8.5
11832025-09-17T19:19:21.644Z Downloaded backtrace v0.3.74
11842025-09-17T19:19:21.647Z Downloaded termtree v0.5.1
11852025-09-17T19:19:21.650Z Downloaded strum_macros v0.24.3
11862025-09-17T19:19:21.650Z Downloaded typify v0.3.0
11872025-09-17T19:19:21.653Z Downloaded signal-hook-registry v1.4.2
11882025-09-17T19:19:21.653Z Downloaded base64 v0.22.1
11892025-09-17T19:19:21.656Z Downloaded hickory-resolver v0.24.4
11902025-09-17T19:19:21.660Z Downloaded test-strategy v0.4.3
11912025-09-17T19:19:21.663Z Downloaded schemars v0.8.22
11922025-09-17T19:19:21.673Z Downloaded parking_lot v0.11.2
11932025-09-17T19:19:21.676Z Downloaded zerocopy v0.6.6
11942025-09-17T19:19:21.679Z Downloaded yasna v0.5.2
11952025-09-17T19:19:21.679Z Downloaded aes v0.8.4
11962025-09-17T19:19:21.682Z Downloaded der_derive v0.7.3
11972025-09-17T19:19:21.692Z Downloaded defmt-macros v0.3.9
11982025-09-17T19:19:21.695Z Downloaded vte v0.11.1
11992025-09-17T19:19:21.695Z Downloaded jiff-static v0.2.15
12002025-09-17T19:19:21.695Z Downloaded crossbeam-epoch v0.9.18
12012025-09-17T19:19:21.695Z Downloaded progenitor-macro v0.9.1
12022025-09-17T19:19:21.695Z Downloaded polyval v0.6.2
12032025-09-17T19:19:21.695Z Downloaded packed_struct v0.10.1
12042025-09-17T19:19:21.695Z Downloaded derive-ex v0.1.8
12052025-09-17T19:19:21.698Z Downloaded pbkdf2 v0.12.2
12062025-09-17T19:19:21.698Z Downloaded pbkdf2 v0.11.0
12072025-09-17T19:19:21.701Z Downloaded typify v0.2.0
12082025-09-17T19:19:21.704Z Downloaded chacha20poly1305 v0.10.1
12092025-09-17T19:19:21.704Z Downloaded base64 v0.13.1
12102025-09-17T19:19:21.707Z Downloaded quinn v0.11.5
12112025-09-17T19:19:21.710Z Downloaded iddqd v0.3.13
12122025-09-17T19:19:21.716Z Downloaded tokio-rustls v0.26.0
12132025-09-17T19:19:21.719Z Downloaded tokio-rustls v0.25.0
12142025-09-17T19:19:21.719Z Downloaded russh-keys v0.45.0
12152025-09-17T19:19:21.723Z Downloaded zstd v0.13.3
12162025-09-17T19:19:21.726Z Downloaded bytes v1.10.1
12172025-09-17T19:19:21.726Z Downloaded progenitor-impl v0.8.0
12182025-09-17T19:19:21.730Z Downloaded daft-derive v0.1.4
12192025-09-17T19:19:21.733Z Downloaded daft v0.1.4
12202025-09-17T19:19:21.733Z Downloaded curve25519-dalek-derive v0.1.1
12212025-09-17T19:19:21.736Z Downloaded spin v0.9.8
12222025-09-17T19:19:21.736Z Downloaded ron v0.7.1
12232025-09-17T19:19:21.739Z Downloaded compact_str v0.8.0
12242025-09-17T19:19:21.742Z Downloaded fs-err v2.11.0
12252025-09-17T19:19:21.750Z Downloaded toml_parser v1.0.2
12262025-09-17T19:19:21.750Z Downloaded dunce v1.0.5
12272025-09-17T19:19:21.753Z Downloaded dsl_auto_type v0.1.2
12282025-09-17T19:19:21.753Z Downloaded openssl-probe v0.1.5
12292025-09-17T19:19:21.753Z Downloaded untrusted v0.7.1
12302025-09-17T19:19:21.753Z Downloaded unicase v2.7.0
12312025-09-17T19:19:21.753Z Downloaded unarray v0.1.4
12322025-09-17T19:19:21.753Z Downloaded allocator-api2 v0.2.21
12332025-09-17T19:19:21.757Z Downloaded litrs v0.4.1
12342025-09-17T19:19:21.757Z Downloaded hmac v0.12.1
12352025-09-17T19:19:21.760Z Downloaded colored v2.2.0
12362025-09-17T19:19:21.760Z Downloaded clang-sys v1.8.1
12372025-09-17T19:19:21.764Z Downloaded bzip2 v0.4.4
12382025-09-17T19:19:21.764Z Downloaded supports-color v3.0.2
12392025-09-17T19:19:21.767Z Downloaded simd-adler32 v0.3.7
12402025-09-17T19:19:21.767Z Downloaded lru v0.12.5
12412025-09-17T19:19:21.767Z Downloaded httparse v1.9.5
12422025-09-17T19:19:21.770Z Downloaded siphasher v0.3.11
12432025-09-17T19:19:21.773Z Downloaded rustc_version v0.4.1
12442025-09-17T19:19:21.773Z Downloaded ref-cast-impl v1.0.24
12452025-09-17T19:19:21.773Z Downloaded progenitor-client v0.11.0
12462025-09-17T19:19:21.776Z Downloaded proc-macro-error-attr2 v2.0.0
12472025-09-17T19:19:21.776Z Downloaded ssh-cipher v0.2.0
12482025-09-17T19:19:21.776Z Downloaded predicates v3.1.3
12492025-09-17T19:19:21.779Z Downloaded glob v0.3.2
12502025-09-17T19:19:21.780Z Downloaded atomicwrites v0.4.4
12512025-09-17T19:19:21.780Z Downloaded maybe-uninit v2.0.0
12522025-09-17T19:19:21.783Z Downloaded maplit v1.0.2
12532025-09-17T19:19:21.783Z Downloaded managed v0.8.0
12542025-09-17T19:19:21.783Z Downloaded lzss v0.8.2
12552025-09-17T19:19:21.786Z Downloaded hostname v0.3.1
12562025-09-17T19:19:21.786Z Downloaded take_mut v0.2.2
12572025-09-17T19:19:21.786Z Downloaded libloading v0.8.5
12582025-09-17T19:19:21.789Z Downloaded crossbeam-deque v0.8.5
12592025-09-17T19:19:21.789Z Downloaded convert_case v0.7.1
12602025-09-17T19:19:21.792Z Downloaded libsw-core v0.3.1
12612025-09-17T19:19:21.792Z Downloaded libsw v3.5.0
12622025-09-17T19:19:21.792Z Downloaded cookie_store v0.21.1
12632025-09-17T19:19:21.798Z Downloaded ciborium-ll v0.2.2
12642025-09-17T19:19:21.798Z Downloaded cassowary v0.3.0
12652025-09-17T19:19:21.801Z Downloaded signature v2.2.0
12662025-09-17T19:19:21.801Z Downloaded rustc_version v0.1.7
12672025-09-17T19:19:21.801Z Downloaded rustc-hash v1.1.0
12682025-09-17T19:19:21.801Z Downloaded crc-catalog v2.4.0
12692025-09-17T19:19:21.801Z Downloaded cexpr v0.6.0
12702025-09-17T19:19:21.801Z Downloaded bb8 v0.8.5
12712025-09-17T19:19:21.804Z Downloaded keccak v0.1.5
12722025-09-17T19:19:21.804Z Downloaded aes-gcm v0.10.3
12732025-09-17T19:19:21.807Z Downloaded hubpack v0.1.2
12742025-09-17T19:19:21.807Z Downloaded httpdate v1.0.3
12752025-09-17T19:19:21.810Z Downloaded http-body-util v0.1.3
12762025-09-17T19:19:21.810Z Downloaded cbc v0.1.2
12772025-09-17T19:19:21.810Z Downloaded cargo_metadata v0.18.1
12782025-09-17T19:19:21.813Z Downloaded base16ct v0.2.0
12792025-09-17T19:19:21.813Z Downloaded indent_write v2.2.0
12802025-09-17T19:19:21.816Z Downloaded iana-time-zone v0.1.63
12812025-09-17T19:19:21.816Z Downloaded constant_time_eq v0.3.1
12822025-09-17T19:19:21.819Z Downloaded hex v0.4.3
12832025-09-17T19:19:21.819Z Downloaded inout v0.1.3
12842025-09-17T19:19:21.819Z Downloaded hex-literal v0.4.1
12852025-09-17T19:19:21.822Z Downloaded http-range v0.1.5
12862025-09-17T19:19:21.822Z Downloaded arc-swap v1.7.1
12872025-09-17T19:19:21.826Z Downloaded bit-vec v0.6.3
12882025-09-17T19:19:21.826Z Downloaded ahash v0.8.12
12892025-09-17T19:19:21.829Z Downloaded ciborium-io v0.2.2
12902025-09-17T19:19:21.829Z Downloaded atty v0.2.14
12912025-09-17T19:19:21.829Z Downloaded bcs v0.1.6
12922025-09-17T19:19:21.832Z Downloaded async-bb8-diesel v0.2.1
12932025-09-17T19:19:21.832Z Downloaded bitfield v0.14.0
12942025-09-17T19:19:21.835Z Downloaded indexmap v1.9.3
12952025-09-17T19:19:21.838Z Downloaded cfg_aliases v0.1.1
12962025-09-17T19:19:21.838Z Downloaded bit-set v0.8.0
12972025-09-17T19:19:21.838Z Downloaded arrayvec v0.7.6
12982025-09-17T19:19:21.841Z Downloaded jobserver v0.1.32
12992025-09-17T19:19:21.841Z Downloaded internet-checksum v0.2.1
13002025-09-17T19:19:21.844Z Downloaded ingot v0.1.1
13012025-09-17T19:19:21.844Z Downloaded indoc v2.0.6
13022025-09-17T19:19:21.847Z Downloaded buf-list v1.0.3
13032025-09-17T19:19:21.847Z Downloaded bcrypt-pbkdf v0.10.0
13042025-09-17T19:19:21.850Z Downloaded arrayref v0.3.9
13052025-09-17T19:19:21.850Z Downloaded async-stream-impl v0.3.6
13062025-09-17T19:19:21.850Z Downloaded addr2line v0.24.2
13072025-09-17T19:19:21.854Z Downloaded instability v0.3.2
13082025-09-17T19:19:21.854Z Downloaded heapless v0.7.17
13092025-09-17T19:19:21.857Z Downloaded bitflags v1.3.2
13102025-09-17T19:19:21.860Z Downloaded bindgen v0.71.1
13112025-09-17T19:19:21.863Z Downloaded hyper-tls v0.6.0
13122025-09-17T19:19:21.867Z Downloaded ascii-canvas v3.0.0
13132025-09-17T19:19:21.867Z Downloaded adler2 v2.0.0
13142025-09-17T19:19:21.870Z Downloaded ciborium v0.2.2
13152025-09-17T19:19:21.870Z Downloaded backoff v0.4.0
13162025-09-17T19:19:22.106Z Downloaded aws-lc-sys v0.26.0
13172025-09-17T19:19:22.396Z Compiling value-bag v1.9.0
13182025-09-17T19:19:22.396Z Compiling shlex v1.3.0
13192025-09-17T19:19:22.396Z Compiling lock_api v0.4.12
13202025-09-17T19:19:22.399Z Compiling scopeguard v1.2.0
13212025-09-17T19:19:22.399Z Compiling typenum v1.17.0
13222025-09-17T19:19:22.604Z Compiling syn v2.0.106
13232025-09-17T19:19:22.608Z Compiling getrandom v0.2.15
13242025-09-17T19:19:22.608Z Compiling jobserver v0.1.32
13252025-09-17T19:19:22.814Z Compiling generic-array v0.14.7
13262025-09-17T19:19:22.941Z Compiling rand_core v0.6.4
13272025-09-17T19:19:23.011Z Compiling log v0.4.27
13282025-09-17T19:19:23.070Z Compiling cc v1.2.30
13292025-09-17T19:19:23.171Z Compiling smallvec v1.15.1
13302025-09-17T19:19:23.475Z Compiling portable-atomic v1.11.0
13312025-09-17T19:19:23.519Z Compiling subtle v2.6.1
13322025-09-17T19:19:23.568Z Compiling critical-section v1.1.3
13332025-09-17T19:19:23.571Z Compiling const-oid v0.9.6
13342025-09-17T19:19:23.719Z Compiling pkg-config v0.3.31
13352025-09-17T19:19:23.740Z Compiling pin-project-lite v0.2.14
13362025-09-17T19:19:23.867Z Compiling parking_lot_core v0.9.10
13372025-09-17T19:19:23.899Z Compiling rustix v0.38.37
13382025-09-17T19:19:24.717Z Compiling signal-hook-registry v1.4.2
13392025-09-17T19:19:24.907Z Compiling parking_lot v0.12.3
13402025-09-17T19:19:24.956Z Compiling mio v1.0.2
13412025-09-17T19:19:24.974Z Compiling futures-core v0.3.31
13422025-09-17T19:19:25.231Z Compiling spin v0.9.8
13432025-09-17T19:19:25.397Z Compiling libm v0.2.8
13442025-09-17T19:19:25.490Z Compiling socket2 v0.6.0
13452025-09-17T19:19:25.627Z Compiling once_cell v1.21.3
13462025-09-17T19:19:25.716Z Compiling aho-corasick v1.1.3
13472025-09-17T19:19:25.720Z Compiling slab v0.4.9
13482025-09-17T19:19:25.792Z Compiling num-traits v0.2.19
13492025-09-17T19:19:25.932Z Compiling serde_json v1.0.145
13502025-09-17T19:19:26.031Z Compiling cpufeatures v0.2.14
13512025-09-17T19:19:26.066Z Compiling allocator-api2 v0.2.21
13522025-09-17T19:19:26.110Z Compiling foldhash v0.1.5
13532025-09-17T19:19:26.148Z Compiling regex-syntax v0.8.5
13542025-09-17T19:19:26.351Z Compiling getrandom v0.3.1
13552025-09-17T19:19:26.679Z Compiling futures-sink v0.3.31
13562025-09-17T19:19:26.853Z Compiling hashbrown v0.15.4
13572025-09-17T19:19:26.872Z Compiling glob v0.3.2
13582025-09-17T19:19:26.872Z Compiling percent-encoding v2.3.2
13592025-09-17T19:19:27.072Z Compiling either v1.15.0
13602025-09-17T19:19:27.501Z Compiling futures-channel v0.3.31
13612025-09-17T19:19:27.704Z Compiling clang-sys v1.8.1
13622025-09-17T19:19:28.053Z Compiling prettyplease v0.2.36
13632025-09-17T19:19:28.217Z Compiling pin-utils v0.1.0
13642025-09-17T19:19:28.324Z Compiling futures-io v0.3.31
13652025-09-17T19:19:28.405Z Compiling futures-task v0.3.31
13662025-09-17T19:19:28.485Z Compiling lazy_static v1.5.0
13672025-09-17T19:19:28.574Z Compiling minimal-lexical v0.2.1
13682025-09-17T19:19:28.624Z Compiling libloading v0.8.5
13692025-09-17T19:19:28.717Z Compiling home v0.5.9
13702025-09-17T19:19:28.973Z Compiling nom v7.1.3
13712025-09-17T19:19:29.012Z Compiling base64ct v1.6.0
13722025-09-17T19:19:29.050Z Compiling bindgen v0.69.5
13732025-09-17T19:19:29.533Z Compiling pem-rfc7468 v0.7.0
13742025-09-17T19:19:29.917Z Compiling synstructure v0.13.1
13752025-09-17T19:19:29.974Z Compiling regex-automata v0.4.8
13762025-09-17T19:19:30.599Z Compiling itertools v0.12.1
13772025-09-17T19:19:31.248Z Compiling lazycell v1.3.0
13782025-09-17T19:19:31.447Z Compiling flagset v0.4.6
13792025-09-17T19:19:31.695Z Compiling rustc-hash v1.1.0
13802025-09-17T19:19:31.866Z Compiling cmake v0.1.51
13812025-09-17T19:19:32.061Z Compiling cexpr v0.6.0
13822025-09-17T19:19:32.258Z Compiling fs_extra v1.3.0
13832025-09-17T19:19:32.679Z Compiling dunce v1.0.5
13842025-09-17T19:19:32.791Z Compiling form_urlencoded v1.2.2
13852025-09-17T19:19:32.830Z Compiling paste v1.0.15
13862025-09-17T19:19:32.900Z Compiling vcpkg v0.2.15
13872025-09-17T19:19:33.100Z Compiling iana-time-zone v0.1.63
13882025-09-17T19:19:33.466Z Compiling ring v0.17.14
13892025-09-17T19:19:33.486Z Compiling tracing-core v0.1.32
13902025-09-17T19:19:33.603Z Compiling aws-lc-rs v1.12.4
13912025-09-17T19:19:34.053Z Compiling base64 v0.22.1
13922025-09-17T19:19:34.462Z Compiling rustls-pki-types v1.10.0
13932025-09-17T19:19:34.498Z Compiling openssl-sys v0.9.109
13942025-09-17T19:19:34.660Z Compiling rustversion v1.0.17
13952025-09-17T19:19:34.667Z Compiling tinyvec_macros v0.1.1
13962025-09-17T19:19:34.752Z Compiling httparse v1.9.5
13972025-09-17T19:19:34.808Z Compiling serde_derive v1.0.223
13982025-09-17T19:19:35.316Z Compiling zeroize_derive v1.4.2
13992025-09-17T19:19:35.343Z Compiling zerofrom-derive v0.1.4
14002025-09-17T19:19:35.419Z Compiling yoke-derive v0.7.4
14012025-09-17T19:19:35.534Z Compiling zerovec-derive v0.10.3
14022025-09-17T19:19:36.730Z Compiling zeroize v1.8.1
14032025-09-17T19:19:37.970Z Compiling displaydoc v0.2.5
14042025-09-17T19:19:38.006Z Compiling zerocopy-derive v0.7.35
14052025-09-17T19:19:38.416Z Compiling crypto-common v0.1.6
14062025-09-17T19:19:38.652Z Compiling block-buffer v0.10.4
14072025-09-17T19:19:38.675Z Compiling zerofrom v0.1.4
14082025-09-17T19:19:38.910Z Compiling digest v0.10.7
14092025-09-17T19:19:38.929Z Compiling yoke v0.7.4
14102025-09-17T19:19:39.288Z Compiling zerovec v0.10.4
14112025-09-17T19:19:39.367Z Compiling tokio-macros v2.5.0
14122025-09-17T19:19:39.440Z Compiling hmac v0.12.1
14132025-09-17T19:19:39.578Z Compiling icu_provider_macros v1.5.0
14142025-09-17T19:19:39.683Z Compiling block-padding v0.3.3
14152025-09-17T19:19:39.905Z Compiling zerocopy v0.7.35
14162025-09-17T19:19:39.954Z Compiling futures-macro v0.3.31
14172025-09-17T19:19:40.044Z Compiling inout v0.1.3
14182025-09-17T19:19:40.228Z Compiling sha2 v0.10.9
14192025-09-17T19:19:40.339Z Compiling cipher v0.4.4
14202025-09-17T19:19:40.606Z Compiling regex v1.11.1
14212025-09-17T19:19:40.793Z Compiling der_derive v0.7.3
14222025-09-17T19:19:40.877Z Compiling thiserror-impl v1.0.69
14232025-09-17T19:19:41.171Z Compiling tinystr v0.7.6
14242025-09-17T19:19:41.301Z Compiling icu_collections v1.5.0
14252025-09-17T19:19:41.629Z Compiling icu_locid v1.5.0
14262025-09-17T19:19:41.645Z Compiling ppv-lite86 v0.2.20
14272025-09-17T19:19:41.714Z Compiling serde v1.0.223
14282025-09-17T19:19:41.740Z Compiling futures-util v0.3.31
14292025-09-17T19:19:42.433Z Compiling salsa20 v0.10.2
14302025-09-17T19:19:42.605Z Compiling pbkdf2 v0.12.2
14312025-09-17T19:19:42.676Z Compiling aes v0.8.4
14322025-09-17T19:19:42.788Z Compiling icu_provider v1.5.0
14332025-09-17T19:19:42.966Z Compiling bitflags v2.9.1
14342025-09-17T19:19:43.031Z Compiling bytes v1.10.1
14352025-09-17T19:19:43.542Z Compiling semver v1.0.26
14362025-09-17T19:19:43.655Z Compiling icu_locid_transform v1.5.0
14372025-09-17T19:19:43.737Z Compiling indexmap v2.11.0
14382025-09-17T19:19:43.833Z Compiling der v0.7.9
14392025-09-17T19:19:44.192Z Compiling tokio v1.47.0
14402025-09-17T19:19:44.464Z Compiling thiserror v1.0.69
14412025-09-17T19:19:44.631Z Compiling http v1.3.1
14422025-09-17T19:19:45.205Z Compiling icu_properties v1.5.1
14432025-09-17T19:19:45.501Z Compiling rustc_version v0.4.1
14442025-09-17T19:19:45.927Z Compiling spki v0.7.3
14452025-09-17T19:19:46.180Z Compiling scrypt v0.11.0
14462025-09-17T19:19:46.309Z Compiling cbc v0.1.2
14472025-09-17T19:19:46.566Z Compiling pkcs5 v0.7.1
14482025-09-17T19:19:46.713Z Compiling pest v2.7.14
14492025-09-17T19:19:46.735Z Compiling uuid v1.18.1
14502025-09-17T19:19:46.758Z Compiling chrono v0.4.41
14512025-09-17T19:19:47.157Z Compiling which v4.4.2
14522025-09-17T19:19:47.730Z Compiling tracing-attributes v0.1.27
14532025-09-17T19:19:48.085Z Compiling pkcs8 v0.10.2
14542025-09-17T19:19:48.239Z Compiling http-body v1.0.1
14552025-09-17T19:19:48.489Z Compiling scroll_derive v0.12.0
14562025-09-17T19:19:48.763Z Compiling icu_normalizer v1.5.0
14572025-09-17T19:19:49.614Z Compiling idna_adapter v1.2.0
14582025-09-17T19:19:49.668Z Compiling pest_meta v2.7.14
14592025-09-17T19:19:49.855Z Compiling idna v1.0.3
14602025-09-17T19:19:49.859Z Compiling scroll v0.12.0
14612025-09-17T19:19:50.078Z Compiling tinyvec v1.8.0
14622025-09-17T19:19:50.378Z Compiling serde_derive_internals v0.29.1
14632025-09-17T19:19:50.397Z Compiling rand_core v0.9.3
14642025-09-17T19:19:50.884Z Compiling url v2.5.4
14652025-09-17T19:19:50.947Z Compiling tracing v0.1.40
14662025-09-17T19:19:51.353Z Compiling pest_generator v2.7.14
14672025-09-17T19:19:51.463Z Compiling bzip2-sys v0.1.13+1.0.8
14682025-09-17T19:19:51.514Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14692025-09-17T19:19:51.991Z Compiling untrusted v0.9.0
14702025-09-17T19:19:52.202Z Compiling schemars v0.8.22
14712025-09-17T19:19:52.289Z Compiling untrusted v0.7.1
14722025-09-17T19:19:52.499Z Compiling tokio-util v0.7.15
14732025-09-17T19:19:52.567Z Compiling openssl v0.10.73
14742025-09-17T19:19:52.570Z Compiling adler2 v2.0.0
14752025-09-17T19:19:52.630Z Compiling num-conv v0.1.0
14762025-09-17T19:19:52.802Z Compiling openssl-probe v0.1.5
14772025-09-17T19:19:52.911Z Compiling time-core v0.1.2
14782025-09-17T19:19:53.020Z Compiling powerfmt v0.2.0
14792025-09-17T19:19:53.073Z Compiling try-lock v0.2.5
14802025-09-17T19:19:53.102Z Compiling atomic-waker v1.1.2
14812025-09-17T19:19:53.124Z Compiling tower-service v0.3.3
14822025-09-17T19:19:53.266Z Compiling foreign-types-shared v0.1.1
14832025-09-17T19:19:53.270Z Compiling want v0.3.1
14842025-09-17T19:19:53.307Z Compiling deranged v0.3.11
14852025-09-17T19:19:53.374Z Compiling foreign-types v0.3.2
14862025-09-17T19:19:53.378Z Compiling time-macros v0.2.18
14872025-09-17T19:19:53.523Z Compiling goblin v0.8.2
14882025-09-17T19:19:53.550Z Compiling miniz_oxide v0.8.5
14892025-09-17T19:19:53.899Z Compiling pest_derive v2.7.14
14902025-09-17T19:19:54.700Z Compiling h2 v0.4.6
14912025-09-17T19:19:54.733Z Compiling schemars_derive v0.8.22
14922025-09-17T19:19:57.383Z Compiling rand_chacha v0.9.0
14932025-09-17T19:19:58.678Z Compiling ipnet v2.11.0
14942025-09-17T19:19:58.998Z Compiling openssl-macros v0.1.1
14952025-09-17T19:19:59.328Z Compiling syn v1.0.109
14962025-09-17T19:19:59.702Z Compiling num_threads v0.1.7
14972025-09-17T19:19:59.746Z Compiling crossbeam-utils v0.8.21
14982025-09-17T19:19:59.765Z Compiling httpdate v1.0.3
14992025-09-17T19:19:59.849Z Compiling rustls v0.23.19
15002025-09-17T19:19:59.915Z Compiling dyn-clone v1.0.20
15012025-09-17T19:20:00.141Z Compiling native-tls v0.2.12
15022025-09-17T19:20:00.169Z Compiling zerocopy v0.8.26
15032025-09-17T19:20:00.382Z Compiling dof v0.3.0
15042025-09-17T19:20:00.530Z Compiling time v0.3.36
15052025-09-17T19:20:02.126Z Compiling hyper v1.7.0
15062025-09-17T19:20:02.297Z Compiling rand v0.9.2
15072025-09-17T19:20:03.475Z Compiling dtrace-parser v0.2.0
15082025-09-17T19:20:03.995Z Compiling unicode-normalization v0.1.24
15092025-09-17T19:20:04.075Z Compiling heapless v0.7.17
15102025-09-17T19:20:04.546Z Compiling signature v2.2.0
15112025-09-17T19:20:04.840Z Compiling zerocopy-derive v0.8.26
15122025-09-17T19:20:04.859Z Compiling cookie v0.18.1
15132025-09-17T19:20:05.025Z Compiling crc32fast v1.4.2
15142025-09-17T19:20:05.180Z Compiling signal-hook v0.3.18
15152025-09-17T19:20:05.225Z Compiling zlib-rs v0.5.1
15162025-09-17T19:20:05.355Z Compiling unicode-bidi v0.3.17
15172025-09-17T19:20:05.488Z Compiling zstd-safe v7.2.3
15182025-09-17T19:20:05.641Z Compiling slog v2.7.0
15192025-09-17T19:20:05.853Z Compiling unicode-properties v0.1.3
15202025-09-17T19:20:06.167Z Compiling siphasher v0.3.11
15212025-09-17T19:20:06.281Z Compiling stringprep v0.1.5
15222025-09-17T19:20:06.555Z Compiling phf_shared v0.11.2
15232025-09-17T19:20:06.910Z Compiling usdt-impl v0.5.0
15242025-09-17T19:20:07.283Z Compiling hyper-util v0.1.16
15252025-09-17T19:20:08.454Z Compiling curve25519-dalek v4.1.3
15262025-09-17T19:20:08.893Z Compiling toml_datetime v0.6.11
15272025-09-17T19:20:09.113Z Compiling serde_spanned v0.6.9
15282025-09-17T19:20:09.245Z Compiling serde_tokenstream v0.2.2
15292025-09-17T19:20:09.349Z Compiling rand_chacha v0.3.1
15302025-09-17T19:20:09.389Z Compiling md-5 v0.10.6
15312025-09-17T19:20:09.669Z Compiling num-integer v0.1.46
15322025-09-17T19:20:09.811Z Compiling sync_wrapper v1.0.1
15332025-09-17T19:20:09.984Z Compiling hash32 v0.2.1
15342025-09-17T19:20:10.362Z Compiling ff v0.13.0
15352025-09-17T19:20:10.426Z Compiling memoffset v0.9.1
15362025-09-17T19:20:10.623Z Compiling newtype-uuid v1.2.4
15372025-09-17T19:20:10.769Z Compiling cfg_aliases v0.2.1
15382025-09-17T19:20:10.796Z Compiling psl-types v2.0.11
15392025-09-17T19:20:10.879Z Compiling gimli v0.31.1
15402025-09-17T19:20:10.946Z Compiling smoltcp v0.9.1
15412025-09-17T19:20:11.001Z Compiling base16ct v0.2.0
15422025-09-17T19:20:11.232Z Compiling libz-rs-sys v0.5.1
15432025-09-17T19:20:11.345Z Compiling fallible-iterator v0.2.0
15442025-09-17T19:20:11.564Z Compiling litrs v0.4.1
15452025-09-17T19:20:11.585Z Compiling tower-layer v0.3.3
15462025-09-17T19:20:11.604Z Compiling num-bigint-dig v0.8.4
15472025-09-17T19:20:11.901Z Compiling tower v0.5.2
15482025-09-17T19:20:11.985Z Compiling postgres-protocol v0.6.8
15492025-09-17T19:20:12.033Z Compiling flate2 v1.1.2
15502025-09-17T19:20:12.091Z Compiling sec1 v0.7.3
15512025-09-17T19:20:12.624Z Compiling document-features v0.2.11
15522025-09-17T19:20:12.654Z Compiling publicsuffix v2.3.0
15532025-09-17T19:20:12.730Z Compiling nix v0.29.0
15542025-09-17T19:20:12.963Z Compiling group v0.13.0
15552025-09-17T19:20:13.143Z Compiling num-iter v0.1.45
15562025-09-17T19:20:13.282Z Compiling rand v0.8.5
15572025-09-17T19:20:13.580Z Compiling tokio-native-tls v0.3.1
15582025-09-17T19:20:14.083Z Compiling ipnetwork v0.21.1
15592025-09-17T19:20:14.564Z Compiling strum_macros v0.27.1
15602025-09-17T19:20:14.715Z Compiling rustls-native-certs v0.8.1
15612025-09-17T19:20:14.769Z Compiling http-body-util v0.1.3
15622025-09-17T19:20:14.898Z Compiling terminal_size v0.4.0
15632025-09-17T19:20:15.140Z Compiling addr2line v0.24.2
15642025-09-17T19:20:15.162Z Compiling hkdf v0.12.4
15652025-09-17T19:20:15.236Z Compiling crypto-bigint v0.5.5
15662025-09-17T19:20:15.257Z Compiling webpki-roots v1.0.1
15672025-09-17T19:20:15.441Z Compiling async-trait v0.1.89
15682025-09-17T19:20:15.476Z Compiling curve25519-dalek-derive v0.1.1
15692025-09-17T19:20:15.506Z Compiling thiserror-impl v2.0.16
15702025-09-17T19:20:15.778Z Compiling ahash v0.8.12
15712025-09-17T19:20:16.171Z Compiling fs-err v3.1.1
15722025-09-17T19:20:16.548Z Compiling object v0.36.5
15732025-09-17T19:20:16.850Z Compiling rustc-demangle v0.1.24
15742025-09-17T19:20:17.752Z Compiling bitflags v1.3.2
15752025-09-17T19:20:17.813Z Compiling managed v0.8.0
15762025-09-17T19:20:17.876Z Compiling anyhow v1.0.99
15772025-09-17T19:20:18.260Z Compiling winnow v0.5.40
15782025-09-17T19:20:18.514Z Compiling buf-list v1.0.3
15792025-09-17T19:20:18.695Z Compiling iri-string v0.7.8
15802025-09-17T19:20:18.768Z Compiling hubpack_derive v0.1.1
15812025-09-17T19:20:19.136Z Compiling rustix v1.0.7
15822025-09-17T19:20:19.422Z Compiling lockfree-object-pool v0.1.6
15832025-09-17T19:20:19.657Z Compiling simd-adler32 v0.3.7
15842025-09-17T19:20:19.687Z Compiling bumpalo v3.16.0
15852025-09-17T19:20:19.987Z Compiling hubpack v0.1.2
15862025-09-17T19:20:20.162Z Compiling zopfli v0.8.1
15872025-09-17T19:20:20.216Z Compiling strum v0.27.2
15882025-09-17T19:20:20.422Z Compiling thiserror v2.0.16
15892025-09-17T19:20:20.877Z Compiling elliptic-curve v0.13.8
15902025-09-17T19:20:20.900Z Compiling clap_builder v4.5.41
15912025-09-17T19:20:21.643Z Compiling tower-http v0.6.6
15922025-09-17T19:20:21.743Z Compiling toml_edit v0.19.15
15932025-09-17T19:20:22.492Z Compiling hyper-tls v0.6.0
15942025-09-17T19:20:22.593Z Compiling oxnet v0.1.3
15952025-09-17T19:20:22.918Z Compiling backtrace v0.3.74
15962025-09-17T19:20:23.343Z Compiling cookie_store v0.21.1
15972025-09-17T19:20:23.397Z Compiling signal-hook-mio v0.2.4
15982025-09-17T19:20:23.593Z Compiling zstd v0.13.3
15992025-09-17T19:20:24.292Z Compiling postgres-types v0.2.9
16002025-09-17T19:20:25.095Z Compiling usdt-macro v0.5.0
16012025-09-17T19:20:25.521Z Compiling usdt-attr-macro v0.5.0
16022025-09-17T19:20:25.692Z Compiling phf v0.11.2
16032025-09-17T19:20:25.988Z Compiling ed25519 v2.2.3
16042025-09-17T19:20:26.507Z Compiling bzip2 v0.5.2
16052025-09-17T19:20:26.894Z Compiling bzip2 v0.4.4
16062025-09-17T19:20:27.053Z Compiling strum_macros v0.26.4
16072025-09-17T19:20:27.284Z Compiling pkcs1 v0.7.5
16082025-09-17T19:20:27.920Z Compiling serde-big-array v0.5.1
16092025-09-17T19:20:28.155Z Compiling serde_urlencoded v0.7.1
16102025-09-17T19:20:28.173Z Compiling rfc6979 v0.4.0
16112025-09-17T19:20:28.227Z Compiling bstr v1.10.0
16122025-09-17T19:20:28.363Z Compiling serde_repr v0.1.19
16132025-09-17T19:20:28.452Z Compiling daft-derive v0.1.4
16142025-09-17T19:20:28.641Z Compiling enum-as-inner v0.6.1
16152025-09-17T19:20:29.151Z Compiling clap_derive v4.5.41
16162025-09-17T19:20:29.482Z Compiling float-cmp v0.10.0
16172025-09-17T19:20:29.678Z Compiling socket2 v0.5.10
16182025-09-17T19:20:29.716Z Compiling encoding_rs v0.8.34
16192025-09-17T19:20:29.746Z Compiling new_debug_unreachable v1.0.6
16202025-09-17T19:20:29.860Z Compiling normalize-line-endings v0.3.0
16212025-09-17T19:20:29.999Z Compiling difflib v0.4.0
16222025-09-17T19:20:30.021Z Compiling unicode-segmentation v1.12.0
16232025-09-17T19:20:30.560Z Compiling mime v0.3.17
16242025-09-17T19:20:30.848Z Compiling data-encoding v2.9.0
16252025-09-17T19:20:31.043Z Compiling fixedbitset v0.4.2
16262025-09-17T19:20:31.235Z Compiling predicates-core v1.0.8
16272025-09-17T19:20:31.393Z Compiling whoami v1.5.2
16282025-09-17T19:20:31.556Z Compiling static_assertions v1.1.0
16292025-09-17T19:20:31.591Z Compiling precomputed-hash v0.1.1
16302025-09-17T19:20:31.678Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16312025-09-17T19:20:31.734Z Compiling string_cache v0.8.9
16322025-09-17T19:20:31.962Z Compiling tokio-postgres v0.7.13
16332025-09-17T19:20:32.185Z Compiling hickory-proto v0.25.2
16342025-09-17T19:20:32.604Z Compiling predicates v3.1.3
16352025-09-17T19:20:33.478Z Compiling clap v4.5.41
16362025-09-17T19:20:33.500Z Compiling strum v0.26.3
16372025-09-17T19:20:33.618Z Compiling petgraph v0.6.5
16382025-09-17T19:20:33.694Z Compiling toml_edit v0.22.27
16392025-09-17T19:20:34.003Z Compiling similar v2.7.0
16402025-09-17T19:20:35.276Z Compiling daft v0.1.4
16412025-09-17T19:20:35.840Z Compiling usdt v0.5.0
16422025-09-17T19:20:36.006Z Compiling ecdsa v0.16.9
16432025-09-17T19:20:36.335Z Compiling rsa v0.9.6
16442025-09-17T19:20:36.854Z Compiling zip v0.6.6
16452025-09-17T19:20:37.198Z Compiling zip v4.2.0
16462025-09-17T19:20:37.276Z Compiling ed25519-dalek v2.1.1
16472025-09-17T19:20:38.080Z Compiling toml v0.7.8
16482025-09-17T19:20:39.295Z Compiling crossterm v0.28.1
16492025-09-17T19:20:40.234Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16502025-09-17T19:20:40.417Z Compiling crossbeam-epoch v0.9.18
16512025-09-17T19:20:40.438Z Compiling tokio-stream v0.1.17
16522025-09-17T19:20:40.665Z Compiling x509-cert v0.2.5
16532025-09-17T19:20:41.070Z Compiling openapiv3 v2.2.0
16542025-09-17T19:20:41.419Z Compiling sha1 v0.10.6
16552025-09-17T19:20:41.850Z Compiling itertools v0.10.5
16562025-09-17T19:20:42.461Z Compiling itertools v0.13.0
16572025-09-17T19:20:43.354Z Compiling winnow v0.6.26
16582025-09-17T19:20:43.628Z Compiling peg-runtime v0.8.5
16592025-09-17T19:20:43.726Z Compiling rustc-hash v2.1.1
16602025-09-17T19:20:43.946Z Compiling lalrpop-util v0.19.12
16612025-09-17T19:20:44.187Z Compiling thread_local v1.1.8
16622025-09-17T19:20:44.314Z Compiling slog-async v2.8.0
16632025-09-17T19:20:44.394Z Compiling crossbeam-channel v0.5.15
16642025-09-17T19:20:44.657Z Compiling xattr v1.3.1
16652025-09-17T19:20:44.913Z Compiling futures-executor v0.3.31
16662025-09-17T19:20:44.935Z Compiling is-terminal v0.4.13
16672025-09-17T19:20:44.979Z Compiling filetime v0.2.25
16682025-09-17T19:20:44.982Z Compiling term v1.1.0
16692025-09-17T19:20:45.079Z Compiling take_mut v0.2.2
16702025-09-17T19:20:45.286Z Compiling futures v0.3.31
16712025-09-17T19:20:45.304Z Compiling tar v0.4.44
16722025-09-17T19:20:46.259Z Compiling slog-term v2.9.2
16732025-09-17T19:20:49.629Z Compiling aws-lc-sys v0.26.0
16742025-09-17T19:21:18.748Z Compiling rustls-webpki v0.102.8
16752025-09-17T19:21:23.131Z Compiling tokio-rustls v0.26.0
16762025-09-17T19:21:23.399Z Compiling hyper-rustls v0.27.7
16772025-09-17T19:21:23.747Z Compiling reqwest v0.12.22
16782025-09-17T19:21:27.054Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16792025-09-17T19:21:27.334Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16802025-09-17T19:21:31.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16812025-09-17T19:21:32.049Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16822025-09-17T19:21:32.096ZSep 17 19:21:31.877 INFO Starting download, target: Clickhouse
16832025-09-17T19:21:32.096ZSep 17 19:21:31.878 INFO Starting download, target: Cockroach
16842025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Starting download, target: Console
16852025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Starting download, target: DendriteStub
16862025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Starting download, target: MaghemiteMgd
16872025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Starting download, target: TransceiverControl
16882025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16892025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16902025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16912025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16922025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16932025-09-17T19:21:32.150ZSep 17 19:21:31.878 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16942025-09-17T19:21:32.597ZSep 17 19:21:32.352 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16952025-09-17T19:21:32.661ZSep 17 19:21:32.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16962025-09-17T19:21:33.085ZSep 17 19:21:32.735 INFO Download complete, target: TransceiverControl
16972025-09-17T19:21:33.275ZSep 17 19:21:32.770 INFO Download complete, target: Console
16982025-09-17T19:21:33.940ZSep 17 19:21:33.656 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16992025-09-17T19:21:34.609ZSep 17 19:21:34.344 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17002025-09-17T19:21:35.530ZSep 17 19:21:35.311 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17012025-09-17T19:21:35.863ZSep 17 19:21:35.669 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17022025-09-17T19:21:35.863ZSep 17 19:21:35.669 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17032025-09-17T19:21:39.064ZSep 17 19:21:38.869 INFO Download complete, target: DendriteStub
17042025-09-17T19:21:39.999ZSep 17 19:21:39.804 INFO Download complete, target: MaghemiteMgd
17052025-09-17T19:21:43.336ZSep 17 19:21:43.141 INFO Checking that binary works, target: Cockroach
17062025-09-17T19:21:43.464ZSep 17 19:21:43.268 INFO Download complete, target: Cockroach
17072025-09-17T19:21:45.059ZSep 17 19:21:44.862 INFO Checking that binary works, target: Clickhouse
17082025-09-17T19:21:45.230ZSep 17 19:21:45.034 INFO Download complete, target: Clickhouse
17092025-09-17T19:21:45.250ZAll builder prerequisites installed successfully, and PATH looks valid
17102025-09-17T19:21:45.253Z
17112025-09-17T19:21:45.253Zreal 4:56.028550223
17122025-09-17T19:21:45.254Zuser 16:19.173008193
17132025-09-17T19:21:45.254Zsys 2:18.006913173
17142025-09-17T19:21:45.254Ztrap 0.593049152
17152025-09-17T19:21:45.254Ztflt 1.164308356
17162025-09-17T19:21:45.254Zdflt 1.417851745
17172025-09-17T19:21:45.254Zkflt 0.062585945
17182025-09-17T19:21:45.254Zlock 37:40.886806275
17192025-09-17T19:21:45.254Zslp 59:51.981657086
17202025-09-17T19:21:45.254Zlat 1:14.291168715
17212025-09-17T19:21:45.254Zstop 2:52.447167551
17222025-09-17T19:21:45.254Z+ banner hack-check
17232025-09-17T19:21:45.254Z
17242025-09-17T19:21:45.254Z # # ## #### # # #### # # ###### #### # #
17252025-09-17T19:21:45.254Z # # # # # # # # # # # # # # # # #
17262025-09-17T19:21:45.254Z ###### # # # #### ##### # ###### ##### # ####
17272025-09-17T19:21:45.254Z # # ###### # # # # # # # # # #
17282025-09-17T19:21:45.254Z # # # # # # # # # # # # # # # # #
17292025-09-17T19:21:45.254Z # # # # #### # # #### # # ###### #### # #
17302025-09-17T19:21:45.254Z
17312025-09-17T19:21:45.254Z+ export CARGO_INCREMENTAL=0
17322025-09-17T19:21:45.254Z+ CARGO_INCREMENTAL=0
17332025-09-17T19:21:45.254Z+ ptime -m timeout 2h cargo xtask check-features --ci
17342025-09-17T19:21:46.065Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17352025-09-17T19:21:46.377Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17362025-09-17T19:21:49.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
17372025-09-17T19:21:49.447Z Running `target/debug/xtask check-features --ci`
17382025-09-17T19:21:49.472Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17392025-09-17T19:21:49.475Zrunning: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17402025-09-17T19:21:50.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17412025-09-17T19:21:50.111Z Running `target/debug/xtask download cargo-hack`
17422025-09-17T19:21:51.134Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432025-09-17T19:21:51.537Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442025-09-17T19:21:55.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
17452025-09-17T19:21:55.491Z Running `target/debug/xtask-downloader cargo-hack`
17462025-09-17T19:21:55.532ZSep 17 19:21:55.334 INFO Starting download, target: CargoHack
17472025-09-17T19:21:55.535ZSep 17 19:21:55.334 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17482025-09-17T19:21:55.898ZSep 17 19:21:55.700 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17492025-09-17T19:21:55.974ZSep 17 19:21:55.775 INFO Download complete, target: CargoHack
17502025-09-17T19:21:55.977Zrunning: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17512025-09-17T19:21:55.997Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17522025-09-17T19:21:56.198Zinfo: running `cargo check --bins` on api_identity (1/227)
17532025-09-17T19:21:56.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-09-17T19:21:56.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-09-17T19:21:56.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-09-17T19:21:56.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17572025-09-17T19:21:56.948Z
17582025-09-17T19:21:56.948Zinfo: running `cargo check --bins` on bootstore (2/227)
17592025-09-17T19:21:57.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-09-17T19:21:57.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-09-17T19:21:57.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-09-17T19:21:57.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17632025-09-17T19:21:57.753Z
17642025-09-17T19:21:57.753Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/227)
17652025-09-17T19:21:58.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-09-17T19:21:58.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-09-17T19:21:58.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-09-17T19:21:58.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17692025-09-17T19:21:58.533Z
17702025-09-17T19:21:58.534Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227)
17712025-09-17T19:21:59.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-09-17T19:21:59.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-09-17T19:21:59.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-09-17T19:21:59.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17752025-09-17T19:21:59.315Z
17762025-09-17T19:21:59.315Zinfo: running `cargo check --bins` on id-map (5/227)
17772025-09-17T19:21:59.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-09-17T19:21:59.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-09-17T19:21:59.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-09-17T19:21:59.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17812025-09-17T19:22:00.066Z
17822025-09-17T19:22:00.066Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227)
17832025-09-17T19:22:00.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-09-17T19:22:00.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-09-17T19:22:00.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-09-17T19:22:00.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17872025-09-17T19:22:00.660Z
17882025-09-17T19:22:00.660Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227)
17892025-09-17T19:22:01.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-09-17T19:22:01.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-09-17T19:22:01.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-09-17T19:22:01.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17932025-09-17T19:22:01.252Z
17942025-09-17T19:22:01.252Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227)
17952025-09-17T19:22:01.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-09-17T19:22:01.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-09-17T19:22:01.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-09-17T19:22:01.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17992025-09-17T19:22:01.847Z
18002025-09-17T19:22:01.847Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227)
18012025-09-17T19:22:02.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-09-17T19:22:02.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-09-17T19:22:02.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042025-09-17T19:22:02.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18052025-09-17T19:22:02.436Z
18062025-09-17T19:22:02.436Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227)
18072025-09-17T19:22:02.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082025-09-17T19:22:02.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092025-09-17T19:22:02.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102025-09-17T19:22:02.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18112025-09-17T19:22:03.023Z
18122025-09-17T19:22:03.023Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227)
18132025-09-17T19:22:03.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142025-09-17T19:22:03.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152025-09-17T19:22:03.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162025-09-17T19:22:03.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18172025-09-17T19:22:03.609Z
18182025-09-17T19:22:03.610Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227)
18192025-09-17T19:22:04.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202025-09-17T19:22:04.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212025-09-17T19:22:04.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222025-09-17T19:22:04.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18232025-09-17T19:22:04.198Z
18242025-09-17T19:22:04.198Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227)
18252025-09-17T19:22:04.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262025-09-17T19:22:04.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272025-09-17T19:22:04.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282025-09-17T19:22:04.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18292025-09-17T19:22:04.787Z
18302025-09-17T19:22:04.787Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227)
18312025-09-17T19:22:05.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322025-09-17T19:22:05.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332025-09-17T19:22:05.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342025-09-17T19:22:05.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18352025-09-17T19:22:05.372Z
18362025-09-17T19:22:05.372Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227)
18372025-09-17T19:22:05.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382025-09-17T19:22:05.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392025-09-17T19:22:05.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402025-09-17T19:22:05.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18412025-09-17T19:22:05.957Z
18422025-09-17T19:22:05.957Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227)
18432025-09-17T19:22:06.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442025-09-17T19:22:06.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452025-09-17T19:22:06.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462025-09-17T19:22:06.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18472025-09-17T19:22:06.542Z
18482025-09-17T19:22:06.542Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227)
18492025-09-17T19:22:07.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502025-09-17T19:22:07.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512025-09-17T19:22:07.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522025-09-17T19:22:07.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18532025-09-17T19:22:07.134Z
18542025-09-17T19:22:07.134Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227)
18552025-09-17T19:22:07.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562025-09-17T19:22:07.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572025-09-17T19:22:07.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582025-09-17T19:22:07.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18592025-09-17T19:22:07.726Z
18602025-09-17T19:22:07.726Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227)
18612025-09-17T19:22:08.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622025-09-17T19:22:08.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632025-09-17T19:22:08.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642025-09-17T19:22:08.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18652025-09-17T19:22:08.317Z
18662025-09-17T19:22:08.317Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227)
18672025-09-17T19:22:08.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682025-09-17T19:22:08.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692025-09-17T19:22:08.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702025-09-17T19:22:08.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18712025-09-17T19:22:08.913Z
18722025-09-17T19:22:08.913Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227)
18732025-09-17T19:22:09.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742025-09-17T19:22:09.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752025-09-17T19:22:09.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762025-09-17T19:22:09.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18772025-09-17T19:22:09.506Z
18782025-09-17T19:22:09.506Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227)
18792025-09-17T19:22:10.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802025-09-17T19:22:10.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812025-09-17T19:22:10.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822025-09-17T19:22:10.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18832025-09-17T19:22:10.097Z
18842025-09-17T19:22:10.097Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227)
18852025-09-17T19:22:10.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862025-09-17T19:22:10.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872025-09-17T19:22:10.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882025-09-17T19:22:10.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18892025-09-17T19:22:10.683Z
18902025-09-17T19:22:10.683Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227)
18912025-09-17T19:22:11.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922025-09-17T19:22:11.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932025-09-17T19:22:11.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942025-09-17T19:22:11.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18952025-09-17T19:22:11.274Z
18962025-09-17T19:22:11.274Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227)
18972025-09-17T19:22:11.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982025-09-17T19:22:11.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992025-09-17T19:22:11.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002025-09-17T19:22:11.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19012025-09-17T19:22:11.869Z
19022025-09-17T19:22:11.869Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227)
19032025-09-17T19:22:12.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042025-09-17T19:22:12.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052025-09-17T19:22:12.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062025-09-17T19:22:12.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19072025-09-17T19:22:12.466Z
19082025-09-17T19:22:12.466Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227)
19092025-09-17T19:22:12.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102025-09-17T19:22:13.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112025-09-17T19:22:13.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122025-09-17T19:22:13.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19132025-09-17T19:22:13.056Z
19142025-09-17T19:22:13.056Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227)
19152025-09-17T19:22:13.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162025-09-17T19:22:13.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172025-09-17T19:22:13.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182025-09-17T19:22:13.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19192025-09-17T19:22:13.644Z
19202025-09-17T19:22:13.644Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227)
19212025-09-17T19:22:14.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222025-09-17T19:22:14.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232025-09-17T19:22:14.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242025-09-17T19:22:14.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19252025-09-17T19:22:14.235Z
19262025-09-17T19:22:14.235Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227)
19272025-09-17T19:22:14.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282025-09-17T19:22:14.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292025-09-17T19:22:14.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302025-09-17T19:22:14.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19312025-09-17T19:22:14.822Z
19322025-09-17T19:22:14.822Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227)
19332025-09-17T19:22:15.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342025-09-17T19:22:15.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352025-09-17T19:22:15.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362025-09-17T19:22:15.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19372025-09-17T19:22:15.411Z
19382025-09-17T19:22:15.411Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227)
19392025-09-17T19:22:15.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402025-09-17T19:22:15.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412025-09-17T19:22:15.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422025-09-17T19:22:15.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19432025-09-17T19:22:15.994Z
19442025-09-17T19:22:15.994Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227)
19452025-09-17T19:22:16.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462025-09-17T19:22:16.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472025-09-17T19:22:16.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482025-09-17T19:22:16.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19492025-09-17T19:22:16.587Z
19502025-09-17T19:22:16.587Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227)
19512025-09-17T19:22:17.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522025-09-17T19:22:17.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532025-09-17T19:22:17.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542025-09-17T19:22:17.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19552025-09-17T19:22:17.177Z
19562025-09-17T19:22:17.177Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227)
19572025-09-17T19:22:17.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582025-09-17T19:22:17.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592025-09-17T19:22:17.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602025-09-17T19:22:17.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19612025-09-17T19:22:17.763Z
19622025-09-17T19:22:17.763Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227)
19632025-09-17T19:22:18.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642025-09-17T19:22:18.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652025-09-17T19:22:18.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662025-09-17T19:22:18.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19672025-09-17T19:22:18.360Z
19682025-09-17T19:22:18.360Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227)
19692025-09-17T19:22:18.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702025-09-17T19:22:18.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712025-09-17T19:22:18.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722025-09-17T19:22:18.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19732025-09-17T19:22:18.952Z
19742025-09-17T19:22:18.953Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227)
19752025-09-17T19:22:19.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762025-09-17T19:22:19.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772025-09-17T19:22:19.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782025-09-17T19:22:19.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19792025-09-17T19:22:19.546Z
19802025-09-17T19:22:19.546Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227)
19812025-09-17T19:22:20.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822025-09-17T19:22:20.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832025-09-17T19:22:20.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842025-09-17T19:22:20.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19852025-09-17T19:22:20.139Z
19862025-09-17T19:22:20.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227)
19872025-09-17T19:22:20.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882025-09-17T19:22:20.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892025-09-17T19:22:20.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902025-09-17T19:22:20.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19912025-09-17T19:22:20.731Z
19922025-09-17T19:22:20.731Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227)
19932025-09-17T19:22:21.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942025-09-17T19:22:21.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952025-09-17T19:22:21.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962025-09-17T19:22:21.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19972025-09-17T19:22:21.328Z
19982025-09-17T19:22:21.328Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227)
19992025-09-17T19:22:21.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002025-09-17T19:22:21.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012025-09-17T19:22:21.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022025-09-17T19:22:21.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20032025-09-17T19:22:21.922Z
20042025-09-17T19:22:21.922Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227)
20052025-09-17T19:22:22.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062025-09-17T19:22:22.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072025-09-17T19:22:22.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082025-09-17T19:22:22.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20092025-09-17T19:22:22.516Z
20102025-09-17T19:22:22.516Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227)
20112025-09-17T19:22:23.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122025-09-17T19:22:23.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132025-09-17T19:22:23.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142025-09-17T19:22:23.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20152025-09-17T19:22:23.109Z
20162025-09-17T19:22:23.109Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227)
20172025-09-17T19:22:23.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182025-09-17T19:22:23.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192025-09-17T19:22:23.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202025-09-17T19:22:23.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20212025-09-17T19:22:23.703Z
20222025-09-17T19:22:23.704Zinfo: running `cargo check --bins` on sled-hardware-types (46/227)
20232025-09-17T19:22:24.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242025-09-17T19:22:24.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252025-09-17T19:22:24.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262025-09-17T19:22:24.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20272025-09-17T19:22:24.511Z
20282025-09-17T19:22:24.511Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/227)
20292025-09-17T19:22:25.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302025-09-17T19:22:25.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312025-09-17T19:22:25.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322025-09-17T19:22:25.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20332025-09-17T19:22:25.313Z
20342025-09-17T19:22:25.313Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227)
20352025-09-17T19:22:26.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362025-09-17T19:22:26.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372025-09-17T19:22:26.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382025-09-17T19:22:26.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20392025-09-17T19:22:26.109Z
20402025-09-17T19:22:26.110Zinfo: running `cargo check --bins` on oxlog (49/227)
20412025-09-17T19:22:26.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422025-09-17T19:22:26.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432025-09-17T19:22:26.884Z Checking cfg-if v1.0.1
20442025-09-17T19:22:26.887Z Checking libc v0.2.174
20452025-09-17T19:22:26.887Z Checking serde_core v1.0.223
20462025-09-17T19:22:27.024Z Checking zeroize v1.8.1
20472025-09-17T19:22:27.027Z Checking memchr v2.7.4
20482025-09-17T19:22:27.050Z Checking typenum v1.17.0
20492025-09-17T19:22:27.053Z Checking smallvec v1.15.1
20502025-09-17T19:22:27.081Z Checking value-bag v1.9.0
20512025-09-17T19:22:27.086Z Checking subtle v2.6.1
20522025-09-17T19:22:27.251Z Checking scopeguard v1.2.0
20532025-09-17T19:22:27.348Z Checking const-oid v0.9.6
20542025-09-17T19:22:27.408Z Checking lock_api v0.4.12
20552025-09-17T19:22:27.428Z Checking itoa v1.0.11
20562025-09-17T19:22:27.452Z Checking log v0.4.27
20572025-09-17T19:22:27.648Z Checking stable_deref_trait v1.2.0
20582025-09-17T19:22:27.770Z Checking zerofrom v0.1.4
20592025-09-17T19:22:27.804Z Checking byteorder v1.5.0
20602025-09-17T19:22:27.847Z Checking pin-project-lite v0.2.14
20612025-09-17T19:22:27.975Z Checking portable-atomic v1.11.0
20622025-09-17T19:22:27.995Z Checking yoke v0.7.4
20632025-09-17T19:22:27.999Z Checking critical-section v1.1.3
20642025-09-17T19:22:28.033Z Checking getrandom v0.2.15
20652025-09-17T19:22:28.078Z Checking generic-array v0.14.7
20662025-09-17T19:22:28.158Z Checking parking_lot_core v0.9.10
20672025-09-17T19:22:28.182Z Checking signal-hook-registry v1.4.2
20682025-09-17T19:22:28.280Z Checking rand_core v0.6.4
20692025-09-17T19:22:28.327Z Checking mio v1.0.2
20702025-09-17T19:22:28.429Z Checking zerovec v0.10.4
20712025-09-17T19:22:28.503Z Checking parking_lot v0.12.3
20722025-09-17T19:22:28.602Z Checking socket2 v0.6.0
20732025-09-17T19:22:28.871Z Checking futures-core v0.3.31
20742025-09-17T19:22:28.899Z Checking allocator-api2 v0.2.21
20752025-09-17T19:22:28.941Z Checking once_cell v1.21.3
20762025-09-17T19:22:29.078Z Checking foldhash v0.1.5
20772025-09-17T19:22:29.098Z Checking cpufeatures v0.2.14
20782025-09-17T19:22:29.204Z Checking equivalent v1.0.2
20792025-09-17T19:22:29.224Z Checking crypto-common v0.1.6
20802025-09-17T19:22:29.227Z Checking block-buffer v0.10.4
20812025-09-17T19:22:29.253Z Checking writeable v0.5.5
20822025-09-17T19:22:29.315Z Checking litemap v0.7.3
20832025-09-17T19:22:29.334Z Checking block-padding v0.3.3
20842025-09-17T19:22:29.428Z Checking getrandom v0.3.1
20852025-09-17T19:22:29.459Z Checking digest v0.10.7
20862025-09-17T19:22:29.485Z Checking hashbrown v0.15.4
20872025-09-17T19:22:29.552Z Checking percent-encoding v2.3.2
20882025-09-17T19:22:29.570Z Checking inout v0.1.3
20892025-09-17T19:22:29.659Z Checking zerocopy v0.7.35
20902025-09-17T19:22:29.678Z Checking libm v0.2.8
20912025-09-17T19:22:29.795Z Checking futures-sink v0.3.31
20922025-09-17T19:22:29.813Z Checking ryu v1.0.18
20932025-09-17T19:22:29.816Z Checking hmac v0.12.1
20942025-09-17T19:22:29.917Z Checking tinystr v0.7.6
20952025-09-17T19:22:29.942Z Checking icu_locid_transform_data v1.5.0
20962025-09-17T19:22:30.041Z Checking futures-channel v0.3.31
20972025-09-17T19:22:30.060Z Checking icu_collections v1.5.0
20982025-09-17T19:22:30.064Z Checking sha2 v0.10.9
20992025-09-17T19:22:30.235Z Checking icu_locid v1.5.0
21002025-09-17T19:22:30.398Z Checking cipher v0.4.4
21012025-09-17T19:22:30.484Z Checking slab v0.4.9
21022025-09-17T19:22:30.599Z Checking num-traits v0.2.19
21032025-09-17T19:22:30.636Z Checking pin-utils v0.1.0
21042025-09-17T19:22:30.733Z Checking futures-task v0.3.31
21052025-09-17T19:22:30.753Z Checking icu_properties_data v1.5.0
21062025-09-17T19:22:30.758Z Checking base64ct v1.6.0
21072025-09-17T19:22:30.802Z Checking futures-io v0.3.31
21082025-09-17T19:22:30.872Z Checking serde v1.0.223
21092025-09-17T19:22:30.889Z Checking serde_json v1.0.145
21102025-09-17T19:22:30.976Z Checking write16 v1.0.0
21112025-09-17T19:22:30.994Z Checking futures-util v0.3.31
21122025-09-17T19:22:31.023Z Checking flagset v0.4.6
21132025-09-17T19:22:31.118Z Checking icu_normalizer_data v1.5.0
21142025-09-17T19:22:31.169Z Checking icu_provider v1.5.0
21152025-09-17T19:22:31.184Z Checking pem-rfc7468 v0.7.0
21162025-09-17T19:22:31.221Z Checking utf8_iter v1.0.4
21172025-09-17T19:22:31.238Z Checking utf16_iter v1.0.5
21182025-09-17T19:22:31.423Z Checking ppv-lite86 v0.2.20
21192025-09-17T19:22:31.423Z Checking salsa20 v0.10.2
21202025-09-17T19:22:31.452Z Checking der v0.7.9
21212025-09-17T19:22:31.646Z Checking pbkdf2 v0.12.2
21222025-09-17T19:22:31.789Z Checking icu_locid_transform v1.5.0
21232025-09-17T19:22:31.808Z Checking bytes v1.10.1
21242025-09-17T19:22:31.826Z Checking bitflags v2.9.1
21252025-09-17T19:22:32.124Z Checking indexmap v2.11.0
21262025-09-17T19:22:32.143Z Checking fnv v1.0.7
21272025-09-17T19:22:32.147Z Checking scrypt v0.11.0
21282025-09-17T19:22:32.287Z Checking cbc v0.1.2
21292025-09-17T19:22:32.396Z Checking aes v0.8.4
21302025-09-17T19:22:32.492Z Checking form_urlencoded v1.2.2
21312025-09-17T19:22:32.512Z Checking uuid v1.18.1
21322025-09-17T19:22:32.702Z Checking tracing-core v0.1.32
21332025-09-17T19:22:32.743Z Checking tokio v1.47.0
21342025-09-17T19:22:32.805Z Checking icu_properties v1.5.1
21352025-09-17T19:22:33.106Z Checking spki v0.7.3
21362025-09-17T19:22:33.128Z Checking http v1.3.1
21372025-09-17T19:22:33.269Z Checking tinyvec_macros v0.1.1
21382025-09-17T19:22:33.341Z Checking tracing v0.1.40
21392025-09-17T19:22:33.375Z Compiling newtype-uuid v1.2.4
21402025-09-17T19:22:33.394Z Checking base64 v0.22.1
21412025-09-17T19:22:33.411Z Checking pkcs5 v0.7.1
21422025-09-17T19:22:33.699Z Checking rustls-pki-types v1.10.0
21432025-09-17T19:22:33.715Z Checking iana-time-zone v0.1.63
21442025-09-17T19:22:33.880Z Checking chrono v0.4.41
21452025-09-17T19:22:33.905Z Checking tinyvec v1.8.0
21462025-09-17T19:22:33.922Z Checking pkcs8 v0.10.2
21472025-09-17T19:22:34.230Z Checking rand_core v0.9.3
21482025-09-17T19:22:34.230Z Checking errno v0.3.12
21492025-09-17T19:22:34.339Z Checking http-body v1.0.1
21502025-09-17T19:22:34.449Z Checking aws-lc-sys v0.26.0
21512025-09-17T19:22:34.565Z Checking spin v0.9.8
21522025-09-17T19:22:34.585Z Checking atomic-waker v1.1.2
21532025-09-17T19:22:34.740Z Checking tower-service v0.3.3
21542025-09-17T19:22:34.880Z Checking adler2 v2.0.0
21552025-09-17T19:22:34.899Z Checking foreign-types-shared v0.1.1
21562025-09-17T19:22:35.022Z Checking openssl-probe v0.1.5
21572025-09-17T19:22:35.064Z Checking untrusted v0.7.1
21582025-09-17T19:22:35.227Z Checking untrusted v0.9.0
21592025-09-17T19:22:35.231Z Checking try-lock v0.2.5
21602025-09-17T19:22:35.247Z Checking miniz_oxide v0.8.5
21612025-09-17T19:22:35.359Z Checking ring v0.17.14
21622025-09-17T19:22:35.362Z Checking want v0.3.1
21632025-09-17T19:22:35.546Z Checking foreign-types v0.3.2
21642025-09-17T19:22:35.579Z Checking rand_chacha v0.9.0
21652025-09-17T19:22:35.650Z Checking ipnet v2.11.0
21662025-09-17T19:22:35.784Z Checking httparse v1.9.5
21672025-09-17T19:22:35.957Z Checking icu_normalizer v1.5.0
21682025-09-17T19:22:35.993Z Checking openssl-sys v0.9.109
21692025-09-17T19:22:36.010Z Checking thiserror v1.0.69
21702025-09-17T19:22:36.167Z Checking aho-corasick v1.1.3
21712025-09-17T19:22:36.191Z Checking powerfmt v0.2.0
21722025-09-17T19:22:36.212Z Checking unicode-ident v1.0.18
21732025-09-17T19:22:36.390Z Checking regex-syntax v0.8.5
21742025-09-17T19:22:36.483Z Checking httpdate v1.0.3
21752025-09-17T19:22:36.685Z Checking aws-lc-rs v1.12.4
21762025-09-17T19:22:36.712Z Checking idna_adapter v1.2.0
21772025-09-17T19:22:36.737Z Checking deranged v0.3.11
21782025-09-17T19:22:36.912Z Checking idna v1.0.3
21792025-09-17T19:22:37.145Z Checking openssl v0.10.73
21802025-09-17T19:22:37.397Z Checking url v2.5.4
21812025-09-17T19:22:37.612Z Checking proc-macro2 v1.0.101
21822025-09-17T19:22:37.761Z Checking rand v0.9.2
21832025-09-17T19:22:38.068Z Checking unicode-normalization v0.1.24
21842025-09-17T19:22:38.281Z Checking rustix v0.38.37
21852025-09-17T19:22:38.313Z Checking crossbeam-utils v0.8.21
21862025-09-17T19:22:38.463Z Checking rustls-webpki v0.102.8
21872025-09-17T19:22:38.791Z Checking semver v1.0.26
21882025-09-17T19:22:38.987Z Checking bzip2-sys v0.1.13+1.0.8
21892025-09-17T19:22:39.049Z Checking signature v2.2.0
21902025-09-17T19:22:39.111Z Checking scroll v0.12.0
21912025-09-17T19:22:39.193Z Checking crc32fast v1.4.2
21922025-09-17T19:22:39.231Z Checking num-conv v0.1.0
21932025-09-17T19:22:39.248Z Checking unicode-properties v0.1.3
21942025-09-17T19:22:39.451Z Checking dyn-clone v1.0.20
21952025-09-17T19:22:39.470Z Checking anstyle v1.0.11
21962025-09-17T19:22:39.520Z Checking regex-automata v0.4.8
21972025-09-17T19:22:39.548Z Checking utf8parse v0.2.2
21982025-09-17T19:22:39.570Z Checking tokio-util v0.7.15
21992025-09-17T19:22:39.607Z Checking unicode-bidi v0.3.17
22002025-09-17T19:22:39.625Z Checking ucd-trie v0.1.7
22012025-09-17T19:22:39.701Z Checking time-core v0.1.2
22022025-09-17T19:22:39.822Z Checking zlib-rs v0.5.1
22032025-09-17T19:22:39.840Z Checking num_threads v0.1.7
22042025-09-17T19:22:39.862Z Checking plain v0.2.3
22052025-09-17T19:22:39.967Z Checking siphasher v0.3.11
22062025-09-17T19:22:40.015Z Checking either v1.15.0
22072025-09-17T19:22:40.238Z Checking stringprep v0.1.5
22082025-09-17T19:22:40.272Z Checking phf_shared v0.11.2
22092025-09-17T19:22:40.403Z Checking goblin v0.8.2
22102025-09-17T19:22:40.539Z Checking time v0.3.36
22112025-09-17T19:22:40.557Z Checking pest v2.7.14
22122025-09-17T19:22:40.885Z Checking h2 v0.4.6
22132025-09-17T19:22:41.461Z Checking anstyle-parse v0.2.5
22142025-09-17T19:22:41.657Z Checking libz-rs-sys v0.5.1
22152025-09-17T19:22:41.725Z Checking schemars v0.8.22
22162025-09-17T19:22:41.862Z Checking rustls v0.23.19
22172025-09-17T19:22:42.174Z Checking native-tls v0.2.12
22182025-09-17T19:22:42.498Z Checking crossbeam-epoch v0.9.18
22192025-09-17T19:22:42.821Z Checking quote v1.0.40
22202025-09-17T19:22:43.079Z Checking zerocopy v0.8.26
22212025-09-17T19:22:43.181Z Checking num-integer v0.1.46
22222025-09-17T19:22:43.199Z Checking rand_chacha v0.3.1
22232025-09-17T19:22:43.279Z Checking toml_datetime v0.6.11
22242025-09-17T19:22:43.606Z Checking serde_spanned v0.6.9
22252025-09-17T19:22:43.626Z Checking zstd-sys v2.0.14+zstd.1.5.7
22262025-09-17T19:22:43.660Z Checking md-5 v0.10.6
22272025-09-17T19:22:43.790Z Checking sync_wrapper v1.0.1
22282025-09-17T19:22:43.809Z Checking ff v0.13.0
22292025-09-17T19:22:43.831Z Checking hash32 v0.2.1
22302025-09-17T19:22:43.881Z Checking base16ct v0.2.0
22312025-09-17T19:22:43.945Z Checking is_terminal_polyfill v1.70.1
22322025-09-17T19:22:44.012Z Checking colorchoice v1.0.2
22332025-09-17T19:22:44.083Z Checking gimli v0.31.1
22342025-09-17T19:22:44.100Z Checking fallible-iterator v0.2.0
22352025-09-17T19:22:44.119Z Checking tower-layer v0.3.3
22362025-09-17T19:22:44.159Z Checking anstyle-query v1.1.1
22372025-09-17T19:22:44.305Z Checking pretty-hex v0.4.1
22382025-09-17T19:22:44.377Z Checking psl-types v2.0.11
22392025-09-17T19:22:44.515Z Checking tower v0.5.2
22402025-09-17T19:22:44.582Z Checking publicsuffix v2.3.0
22412025-09-17T19:22:44.646Z Checking postgres-protocol v0.6.8
22422025-09-17T19:22:44.858Z Checking anstream v0.6.18
22432025-09-17T19:22:45.255Z Checking heapless v0.7.17
22442025-09-17T19:22:45.259Z Checking sec1 v0.7.3
22452025-09-17T19:22:45.289Z Checking group v0.13.0
22462025-09-17T19:22:45.324Z Checking dof v0.3.0
22472025-09-17T19:22:45.535Z Checking zstd-safe v7.2.3
22482025-09-17T19:22:45.662Z Checking num-iter v0.1.45
22492025-09-17T19:22:45.853Z Checking rand v0.8.5
22502025-09-17T19:22:45.856Z Checking ipnetwork v0.21.1
22512025-09-17T19:22:45.932Z Checking syn v2.0.106
22522025-09-17T19:22:46.196Z Compiling daft v0.1.4
22532025-09-17T19:22:46.260Z Checking dtrace-parser v0.2.0
22542025-09-17T19:22:46.263Z Checking cookie v0.18.1
22552025-09-17T19:22:46.716Z Checking tokio-native-tls v0.3.1
22562025-09-17T19:22:46.734Z Checking flate2 v1.1.2
22572025-09-17T19:22:46.752Z Checking terminal_size v0.4.0
22582025-09-17T19:22:46.810Z Checking tokio-rustls v0.26.0
22592025-09-17T19:22:46.921Z Checking rustls-native-certs v0.8.1
22602025-09-17T19:22:46.973Z Checking lazy_static v1.5.0
22612025-09-17T19:22:47.014Z Checking hyper v1.7.0
22622025-09-17T19:22:47.032Z Checking http-body-util v0.1.3
22632025-09-17T19:22:47.098Z Checking webpki-roots v1.0.1
22642025-09-17T19:22:47.118Z Checking signal-hook v0.3.18
22652025-09-17T19:22:47.188Z Checking hkdf v0.12.4
22662025-09-17T19:22:47.298Z Checking crypto-bigint v0.5.5
22672025-09-17T19:22:47.364Z Checking thread-id v4.2.2
22682025-09-17T19:22:47.419Z Checking object v0.36.5
22692025-09-17T19:22:47.440Z Checking lockfree-object-pool v0.1.6
22702025-09-17T19:22:47.456Z Checking iri-string v0.7.8
22712025-09-17T19:22:47.483Z Checking managed v0.8.0
22722025-09-17T19:22:47.695Z Checking rustc-demangle v0.1.24
22732025-09-17T19:22:47.735Z Checking addr2line v0.24.2
22742025-09-17T19:22:47.857Z Compiling rayon-core v1.12.1
22752025-09-17T19:22:48.155Z Checking strsim v0.11.1
22762025-09-17T19:22:48.173Z Checking bitflags v1.3.2
22772025-09-17T19:22:48.257Z Checking winnow v0.5.40
22782025-09-17T19:22:48.288Z Checking bumpalo v3.16.0
22792025-09-17T19:22:48.443Z Checking simd-adler32 v0.3.7
22802025-09-17T19:22:48.604Z Checking clap_lex v0.7.4
22812025-09-17T19:22:48.791Z Checking zopfli v0.8.1
22822025-09-17T19:22:48.881Z Checking clap_builder v4.5.41
22832025-09-17T19:22:48.948Z Checking hyper-util v0.1.16
22842025-09-17T19:22:49.490Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22852025-09-17T19:22:49.834Z Checking smoltcp v0.9.1
22862025-09-17T19:22:49.922Z Checking tower-http v0.6.6
22872025-09-17T19:22:49.953Z Checking elliptic-curve v0.13.8
22882025-09-17T19:22:50.500Z Checking signal-hook-mio v0.2.4
22892025-09-17T19:22:50.626Z Checking num-bigint-dig v0.8.4
22902025-09-17T19:22:50.662Z Checking cookie_store v0.21.1
22912025-09-17T19:22:50.939Z Checking toml_edit v0.19.15
22922025-09-17T19:22:51.214Z Checking oxnet v0.1.3
22932025-09-17T19:22:51.364Z Checking zstd v0.13.3
22942025-09-17T19:22:51.456Z Checking hyper-tls v0.6.0
22952025-09-17T19:22:51.603Z Checking hyper-rustls v0.27.7
22962025-09-17T19:22:51.713Z Checking postgres-types v0.2.9
22972025-09-17T19:22:51.732Z Checking regex v1.11.1
22982025-09-17T19:22:51.752Z Checking bstr v1.10.0
22992025-09-17T19:22:51.774Z Checking usdt-impl v0.5.0
23002025-09-17T19:22:51.977Z Checking crossbeam-deque v0.8.5
23012025-09-17T19:22:52.306Z Checking phf v0.11.2
23022025-09-17T19:22:52.309Z Checking ed25519 v2.2.3
23032025-09-17T19:22:52.326Z Checking bzip2 v0.5.2
23042025-09-17T19:22:52.330Z Checking bzip2 v0.4.4
23052025-09-17T19:22:52.573Z Checking thiserror v2.0.16
23062025-09-17T19:22:52.592Z Checking curve25519-dalek v4.1.3
23072025-09-17T19:22:52.611Z Checking strum v0.27.2
23082025-09-17T19:22:52.629Z Checking hubpack v0.1.2
23092025-09-17T19:22:52.632Z Checking memoffset v0.9.1
23102025-09-17T19:22:52.661Z Checking pkcs1 v0.7.5
23112025-09-17T19:22:52.757Z Checking serde_urlencoded v0.7.1
23122025-09-17T19:22:52.775Z Checking float-cmp v0.10.0
23132025-09-17T19:22:52.914Z Checking serde-big-array v0.5.1
23142025-09-17T19:22:52.947Z Checking rfc6979 v0.4.0
23152025-09-17T19:22:52.979Z Checking socket2 v0.5.10
23162025-09-17T19:22:53.050Z Checking memmap v0.7.0
23172025-09-17T19:22:53.128Z Checking encoding_rs v0.8.34
23182025-09-17T19:22:53.147Z Checking unicode-segmentation v1.12.0
23192025-09-17T19:22:53.166Z Checking data-encoding v2.9.0
23202025-09-17T19:22:53.211Z Checking backtrace v0.3.74
23212025-09-17T19:22:53.272Z Checking winnow v0.7.10
23222025-09-17T19:22:53.315Z Checking toml_write v0.1.2
23232025-09-17T19:22:53.444Z Checking fixedbitset v0.4.2
23242025-09-17T19:22:53.628Z Checking predicates-core v1.0.8
23252025-09-17T19:22:53.681Z Checking static_assertions v1.1.0
23262025-09-17T19:22:53.712Z Checking mime v0.3.17
23272025-09-17T19:22:53.783Z Checking whoami v1.5.2
23282025-09-17T19:22:53.786Z Checking minimal-lexical v0.2.1
23292025-09-17T19:22:53.798Z Checking normalize-line-endings v0.3.0
23302025-09-17T19:22:53.832Z Checking new_debug_unreachable v1.0.6
23312025-09-17T19:22:53.938Z Checking difflib v0.4.0
23322025-09-17T19:22:53.957Z Checking precomputed-hash v0.1.1
23332025-09-17T19:22:54.007Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23342025-09-17T19:22:54.070Z Checking tokio-postgres v0.7.13
23352025-09-17T19:22:54.088Z Checking string_cache v0.8.9
23362025-09-17T19:22:54.188Z Checking nom v7.1.3
23372025-09-17T19:22:54.275Z Checking predicates v3.1.3
23382025-09-17T19:22:54.309Z Checking ed25519-dalek v2.1.1
23392025-09-17T19:22:54.394Z Checking similar v2.7.0
23402025-09-17T19:22:54.707Z Checking anyhow v1.0.99
23412025-09-17T19:22:54.893Z Checking petgraph v0.6.5
23422025-09-17T19:22:55.093Z Checking hickory-proto v0.25.2
23432025-09-17T19:22:55.203Z Checking toml v0.7.8
23442025-09-17T19:22:55.296Z Checking reqwest v0.12.22
23452025-09-17T19:22:55.885Z Checking usdt v0.5.0
23462025-09-17T19:22:56.065Z Checking toml_edit v0.22.27
23472025-09-17T19:22:56.165Z Checking ecdsa v0.16.9
23482025-09-17T19:22:56.728Z Checking rsa v0.9.6
23492025-09-17T19:22:56.878Z Checking nix v0.29.0
23502025-09-17T19:22:57.055Z Checking zip v0.6.6
23512025-09-17T19:22:57.298Z Checking zip v4.2.0
23522025-09-17T19:22:57.723Z Checking clap v4.5.41
23532025-09-17T19:22:57.813Z Checking crossterm v0.28.1
23542025-09-17T19:22:57.863Z Checking ahash v0.8.12
23552025-09-17T19:22:58.258Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23562025-09-17T19:22:58.297Z Checking tokio-stream v0.1.17
23572025-09-17T19:22:58.324Z Checking itertools v0.13.0
23582025-09-17T19:22:58.529Z Checking itertools v0.10.5
23592025-09-17T19:22:58.602Z Checking itertools v0.12.1
23602025-09-17T19:22:58.628Z Checking fs-err v3.1.1
23612025-09-17T19:22:59.078Z Checking buf-list v1.0.3
23622025-09-17T19:22:59.194Z Checking strum v0.26.3
23632025-09-17T19:22:59.311Z Checking rustix v1.0.7
23642025-09-17T19:22:59.371Z Checking slog v2.7.0
23652025-09-17T19:22:59.392Z Checking x509-cert v0.2.5
23662025-09-17T19:22:59.464Z Checking openapiv3 v2.2.0
23672025-09-17T19:22:59.832Z Checking sha1 v0.10.6
23682025-09-17T19:23:00.140Z Checking winnow v0.6.26
23692025-09-17T19:23:00.610Z Checking peg-runtime v0.8.5
23702025-09-17T19:23:00.758Z Checking unicode-xid v0.2.6
23712025-09-17T19:23:00.851Z Checking lalrpop-util v0.19.12
23722025-09-17T19:23:00.916Z Checking rustc-hash v2.1.1
23732025-09-17T19:23:00.934Z Checking rayon v1.10.0
23742025-09-17T19:23:00.962Z Checking camino v1.2.0
23752025-09-17T19:23:01.091Z Checking sigpipe v0.1.3
23762025-09-17T19:23:01.144Z Checking glob v0.3.2
23772025-09-17T19:23:01.219Z Checking jiff v0.2.15
23782025-09-17T19:23:04.996Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23792025-09-17T19:23:05.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.25s
23802025-09-17T19:23:05.563Z
23812025-09-17T19:23:05.563Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227)
23822025-09-17T19:23:06.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832025-09-17T19:23:06.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842025-09-17T19:23:06.507Z Compiling regress v0.10.4
23852025-09-17T19:23:06.657Z Compiling ident_case v1.0.1
23862025-09-17T19:23:06.677Z Checking heck v0.5.0
23872025-09-17T19:23:06.696Z Checking newtype-uuid v1.2.4
23882025-09-17T19:23:06.712Z Compiling unsafe-libyaml v0.2.11
23892025-09-17T19:23:06.716Z Checking futures-executor v0.3.31
23902025-09-17T19:23:06.719Z Checking fastrand v2.1.1
23912025-09-17T19:23:06.819Z Compiling darling_core v0.20.10
23922025-09-17T19:23:06.842Z Checking thread_local v1.1.8
23932025-09-17T19:23:06.950Z Checking daft v0.1.4
23942025-09-17T19:23:07.033Z Checking futures v0.3.31
23952025-09-17T19:23:07.076Z Checking tempfile v3.20.0
23962025-09-17T19:23:07.123Z Checking macaddr v1.0.1
23972025-09-17T19:23:07.148Z Compiling structmeta-derive v0.3.0
23982025-09-17T19:23:07.393Z Compiling ref-cast v1.0.24
23992025-09-17T19:23:07.427Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24002025-09-17T19:23:07.460Z Checking crossbeam-channel v0.5.15
24012025-09-17T19:23:07.544Z Compiling ref-cast-impl v1.0.24
24022025-09-17T19:23:07.986Z Compiling serde_yaml v0.9.34+deprecated
24032025-09-17T19:23:08.140Z Checking is-terminal v0.4.13
24042025-09-17T19:23:08.285Z Checking term v1.1.0
24052025-09-17T19:23:08.476Z Checking take_mut v0.2.2
24062025-09-17T19:23:08.641Z Compiling rustls v0.22.4
24072025-09-17T19:23:08.657Z Checking slog-async v2.8.0
24082025-09-17T19:23:08.705Z Checking slog-term v2.9.2
24092025-09-17T19:23:09.001Z Compiling multer v3.1.0
24102025-09-17T19:23:09.121Z Checking match_cfg v0.1.0
24112025-09-17T19:23:09.235Z Checking hostname v0.3.1
24122025-09-17T19:23:09.381Z Checking toml_parser v1.0.2
24132025-09-17T19:23:09.431Z Checking slog-json v2.6.1
24142025-09-17T19:23:09.654Z Compiling structmeta v0.3.0
24152025-09-17T19:23:09.700Z Checking toml_datetime v0.7.0
24162025-09-17T19:23:10.050Z Checking typify-impl v0.3.0
24172025-09-17T19:23:10.070Z Checking hex v0.4.3
24182025-09-17T19:23:10.073Z Checking serde_spanned v1.0.0
24192025-09-17T19:23:10.110Z Compiling async-stream-impl v0.3.6
24202025-09-17T19:23:10.610Z Checking wait-timeout v0.2.0
24212025-09-17T19:23:10.829Z Compiling dropshot v0.16.4
24222025-09-17T19:23:11.152Z Checking debug-ignore v1.0.5
24232025-09-17T19:23:11.316Z Checking toml_writer v1.0.2
24242025-09-17T19:23:11.369Z Checking quick-error v1.2.3
24252025-09-17T19:23:11.389Z Checking bit-vec v0.8.0
24262025-09-17T19:23:11.536Z Checking rusty-fork v0.3.0
24272025-09-17T19:23:11.671Z Checking toml v0.9.5
24282025-09-17T19:23:11.759Z Checking bit-set v0.8.0
24292025-09-17T19:23:11.853Z Checking async-stream v0.3.6
24302025-09-17T19:23:12.062Z Compiling derive-ex v0.1.8
24312025-09-17T19:23:12.102Z Checking slog-bunyan v2.5.0
24322025-09-17T19:23:12.522Z Compiling darling_macro v0.20.10
24332025-09-17T19:23:12.593Z Checking rand_xorshift v0.4.0
24342025-09-17T19:23:12.661Z Checking tokio-rustls v0.25.0
24352025-09-17T19:23:12.732Z Checking progenitor-client v0.9.1
24362025-09-17T19:23:12.788Z Checking waitgroup v0.1.2
24372025-09-17T19:23:12.945Z Checking rustls-pemfile v2.2.0
24382025-09-17T19:23:12.988Z Compiling dropshot_endpoint v0.16.4
24392025-09-17T19:23:13.041Z Checking serde_path_to_error v0.1.17
24402025-09-17T19:23:13.114Z Compiling derive-where v1.5.0
24412025-09-17T19:23:13.187Z Checking hostname v0.4.0
24422025-09-17T19:23:13.344Z Checking unarray v0.1.4
24432025-09-17T19:23:13.445Z Compiling darling v0.20.10
24442025-09-17T19:23:13.508Z Checking proptest v1.7.0
24452025-09-17T19:23:13.574Z Compiling serde_with_macros v3.14.0
24462025-09-17T19:23:13.663Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24472025-09-17T19:23:13.835Z Compiling parse-display-derive v0.10.0
24482025-09-17T19:23:14.358Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24492025-09-17T19:23:14.884Z Compiling darling_core v0.21.0
24502025-09-17T19:23:16.086Z Checking serde_with v3.14.0
24512025-09-17T19:23:16.120Z Compiling test-strategy v0.4.3
24522025-09-17T19:23:16.261Z Checking progenitor-client v0.10.0
24532025-09-17T19:23:16.649Z Checking hashbrown v0.16.0
24542025-09-17T19:23:17.574Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24552025-09-17T19:23:17.642Z Checking instant v0.1.13
24562025-09-17T19:23:17.778Z Checking foldhash v0.2.0
24572025-09-17T19:23:18.032Z Checking backoff v0.4.0
24582025-09-17T19:23:18.054Z Checking iddqd v0.3.13
24592025-09-17T19:23:18.323Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602025-09-17T19:23:18.344Z Checking parse-display v0.10.0
24612025-09-17T19:23:18.492Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24622025-09-17T19:23:18.595Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24632025-09-17T19:23:18.615Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
24642025-09-17T19:23:18.949Z Checking unicode-width v0.1.14
24652025-09-17T19:23:19.215Z Compiling proc-macro-error v1.0.4
24662025-09-17T19:23:19.455Z Compiling itertools v0.14.0
24672025-09-17T19:23:19.523Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
24682025-09-17T19:23:19.633Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24692025-09-17T19:23:19.689Z Compiling heapless v0.8.0
24702025-09-17T19:23:19.776Z Compiling proc-macro-crate v1.3.1
24712025-09-17T19:23:20.052Z Checking hash32 v0.3.1
24722025-09-17T19:23:20.275Z Compiling smoltcp v0.11.0
24732025-09-17T19:23:20.292Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24742025-09-17T19:23:20.723Z Compiling typify-impl v0.4.3
24752025-09-17T19:23:20.741Z Compiling num_enum_derive v0.5.11
24762025-09-17T19:23:20.952Z Compiling darling_macro v0.21.0
24772025-09-17T19:23:20.974Z Compiling foreign-types-macros v0.2.3
24782025-09-17T19:23:21.273Z Checking cobs v0.2.3
24792025-09-17T19:23:21.478Z Checking foreign-types-shared v0.3.1
24802025-09-17T19:23:21.616Z Checking postcard v1.0.10
24812025-09-17T19:23:21.824Z Compiling typify-macro v0.3.0
24822025-09-17T19:23:21.895Z Compiling darling v0.21.0
24832025-09-17T19:23:22.165Z Checking foreign-types v0.5.0
24842025-09-17T19:23:22.185Z Checking tabwriter v1.4.0
24852025-09-17T19:23:22.290Z Compiling typify-impl v0.2.0
24862025-09-17T19:23:22.313Z Compiling ingot-macros v0.1.1
24872025-09-17T19:23:22.330Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24882025-09-17T19:23:22.425Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24892025-09-17T19:23:22.900Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24902025-09-17T19:23:22.944Z Checking num_enum v0.5.11
24912025-09-17T19:23:23.102Z Checking cstr-argument v0.1.2
24922025-09-17T19:23:23.154Z Checking pretty-hex v0.2.1
24932025-09-17T19:23:23.239Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24942025-09-17T19:23:23.311Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24952025-09-17T19:23:23.332Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24962025-09-17T19:23:23.640Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24972025-09-17T19:23:23.646Z Checking colored v2.2.0
24982025-09-17T19:23:23.688Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24992025-09-17T19:23:23.815Z Compiling crucible-workspace-hack v0.1.0
25002025-09-17T19:23:24.047Z Checking unicode-width v0.2.0
25012025-09-17T19:23:24.289Z Compiling semver v0.1.20
25022025-09-17T19:23:24.524Z Checking console v0.15.10
25032025-09-17T19:23:24.663Z Compiling rustc_version v0.1.7
25042025-09-17T19:23:24.830Z Compiling zone_cfg_derive v0.3.0
25052025-09-17T19:23:25.115Z Checking camino-tempfile v1.4.1
25062025-09-17T19:23:25.413Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
25072025-09-17T19:23:25.812Z Compiling typify v0.3.0
25082025-09-17T19:23:26.000Z Compiling progenitor-impl v0.9.1
25092025-09-17T19:23:26.184Z Checking smf v0.2.3
25102025-09-17T19:23:26.662Z Compiling num-derive v0.4.2
25112025-09-17T19:23:27.745Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25122025-09-17T19:23:28.077Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25132025-09-17T19:23:28.200Z Checking zone v0.3.1
25142025-09-17T19:23:28.311Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
25152025-09-17T19:23:28.370Z Compiling newtype_derive v0.1.6
25162025-09-17T19:23:28.703Z Checking num-rational v0.4.2
25172025-09-17T19:23:28.776Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
25182025-09-17T19:23:28.890Z Checking ingot-types v0.1.2
25192025-09-17T19:23:28.952Z Checking password-hash v0.5.0
25202025-09-17T19:23:29.222Z Checking blake2 v0.10.6
25212025-09-17T19:23:29.333Z Checking num-complex v0.4.6
25222025-09-17T19:23:29.435Z Compiling pin-project-internal v1.1.6
25232025-09-17T19:23:29.651Z Checking ingot v0.1.1
25242025-09-17T19:23:29.672Z Compiling owo-colors v4.2.2
25252025-09-17T19:23:30.183Z Compiling cancel-safe-futures v0.1.5
25262025-09-17T19:23:30.367Z Checking num v0.4.3
25272025-09-17T19:23:30.497Z Checking argon2 v0.5.3
25282025-09-17T19:23:30.733Z Checking atomicwrites v0.4.4
25292025-09-17T19:23:30.959Z Checking newline-converter v0.3.0
25302025-09-17T19:23:31.094Z Checking pem v3.0.5
25312025-09-17T19:23:31.136Z Checking libsw-core v0.3.1
25322025-09-17T19:23:31.218Z Compiling snafu-derive v0.8.5
25332025-09-17T19:23:31.389Z Compiling lzma-sys v0.1.20
25342025-09-17T19:23:31.411Z Checking secrecy v0.10.3
25352025-09-17T19:23:31.610Z Checking csv-core v0.1.11
25362025-09-17T19:23:31.970Z Checking float-ord v0.3.2
25372025-09-17T19:23:32.062Z Checking pin-project v1.1.6
25382025-09-17T19:23:32.184Z Checking utf-8 v0.7.6
25392025-09-17T19:23:32.209Z Checking same-file v1.0.6
25402025-09-17T19:23:32.210Z Checking fixedbitset v0.5.7
25412025-09-17T19:23:32.249Z Compiling typify-macro v0.4.3
25422025-09-17T19:23:32.353Z Checking arc-swap v1.7.1
25432025-09-17T19:23:32.376Z Checking bytecount v0.6.8
25442025-09-17T19:23:32.562Z Compiling convert_case v0.4.0
25452025-09-17T19:23:32.590Z Checking indent_write v2.2.0
25462025-09-17T19:23:32.681Z Compiling progenitor-macro v0.9.1
25472025-09-17T19:23:32.779Z Checking slog-scope v4.4.0
25482025-09-17T19:23:32.821Z Checking petgraph v0.8.2
25492025-09-17T19:23:32.983Z Checking papergrid v0.11.0
25502025-09-17T19:23:33.061Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
25512025-09-17T19:23:33.263Z Compiling typify-macro v0.2.0
25522025-09-17T19:23:33.326Z Compiling derive_more v0.99.20
25532025-09-17T19:23:34.401Z Checking tungstenite v0.21.0
25542025-09-17T19:23:35.343Z Checking walkdir v2.5.0
25552025-09-17T19:23:35.380Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
25562025-09-17T19:23:35.707Z Checking csv v1.3.1
25572025-09-17T19:23:35.794Z Checking snafu v0.8.5
25582025-09-17T19:23:36.065Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25592025-09-17T19:23:36.150Z Compiling typify v0.4.3
25602025-09-17T19:23:36.332Z Compiling progenitor-impl v0.10.0
25612025-09-17T19:23:36.434Z Checking libsw v3.5.0
25622025-09-17T19:23:36.519Z Checking expectorate v1.2.0
25632025-09-17T19:23:37.084Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
25642025-09-17T19:23:37.125Z Compiling typify v0.2.0
25652025-09-17T19:23:37.313Z Compiling progenitor-impl v0.8.0
25662025-09-17T19:23:37.454Z Compiling tabled_derive v0.7.0
25672025-09-17T19:23:38.279Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25682025-09-17T19:23:38.536Z Checking globset v0.4.15
25692025-09-17T19:23:38.912Z Checking olpc-cjson v0.1.4
25702025-09-17T19:23:39.050Z Compiling heck v0.3.3
25712025-09-17T19:23:39.153Z Checking progenitor-client v0.8.0
25722025-09-17T19:23:39.203Z Checking serde_plain v1.0.2
25732025-09-17T19:23:39.374Z Compiling async-recursion v1.1.1
25742025-09-17T19:23:39.461Z Checking linear-map v1.2.0
25752025-09-17T19:23:39.497Z Checking swrite v0.1.0
25762025-09-17T19:23:39.591Z Checking highway v1.3.0
25772025-09-17T19:23:39.633Z Checking smawk v0.3.2
25782025-09-17T19:23:39.656Z Checking unicode-linebreak v0.1.5
25792025-09-17T19:23:39.771Z Checking typed-path v0.9.3
25802025-09-17T19:23:39.857Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25812025-09-17T19:23:40.038Z Checking tabled v0.15.0
25822025-09-17T19:23:40.062Z Checking textwrap v0.16.2
25832025-09-17T19:23:40.502Z Compiling zone_cfg_derive v0.1.2
25842025-09-17T19:23:40.861Z Checking steno v0.4.1
25852025-09-17T19:23:41.661Z Checking tough v0.20.0
25862025-09-17T19:23:42.103Z Checking tokio-tungstenite v0.21.0
25872025-09-17T19:23:42.633Z Checking slog-stdlog v4.1.1
25882025-09-17T19:23:42.796Z Compiling progenitor-macro v0.10.0
25892025-09-17T19:23:42.821Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25902025-09-17T19:23:42.839Z Checking base64 v0.13.1
25912025-09-17T19:23:42.910Z Checking humantime v2.2.0
25922025-09-17T19:23:43.045Z Checking base64 v0.21.7
25932025-09-17T19:23:43.123Z Checking number_prefix v0.4.0
25942025-09-17T19:23:43.220Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25952025-09-17T19:23:43.252Z Checking ron v0.7.1
25962025-09-17T19:23:43.335Z Checking indicatif v0.17.11
25972025-09-17T19:23:43.509Z Checking slog-envlogger v2.2.0
25982025-09-17T19:23:43.685Z Checking xz2 v0.1.7
25992025-09-17T19:23:43.760Z Checking zone v0.1.8
26002025-09-17T19:23:43.978Z Checking toml v0.8.23
26012025-09-17T19:23:43.982Z Compiling progenitor-macro v0.8.0
26022025-09-17T19:23:44.016Z Checking tokio-dtrace v0.1.0
26032025-09-17T19:23:44.286Z Checking xattr v1.3.1
26042025-09-17T19:23:44.329Z Checking yasna v0.5.2
26052025-09-17T19:23:44.404Z Checking headers-core v0.3.0
26062025-09-17T19:23:44.512Z Checking filetime v0.2.25
26072025-09-17T19:23:44.571Z Checking headers v0.4.1
26082025-09-17T19:23:44.703Z Checking oxide-tokio-rt v0.1.2
26092025-09-17T19:23:44.740Z Checking tar v0.4.44
26102025-09-17T19:23:44.927Z Checking subprocess v0.2.9
26112025-09-17T19:23:45.168Z Checking rcgen v0.12.1
26122025-09-17T19:23:45.453Z Checking progenitor v0.9.1
26132025-09-17T19:23:45.675Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
26142025-09-17T19:23:49.363Z Checking progenitor v0.10.0
26152025-09-17T19:23:49.703Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26162025-09-17T19:23:49.843Z Checking progenitor v0.8.0
26172025-09-17T19:23:49.991Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26182025-09-17T19:23:52.502Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26192025-09-17T19:23:56.195Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26202025-09-17T19:23:56.195Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26212025-09-17T19:23:56.199Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26222025-09-17T19:23:56.199Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26232025-09-17T19:23:56.199Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26242025-09-17T19:23:58.364Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26252025-09-17T19:23:58.572Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26262025-09-17T19:23:58.596Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26272025-09-17T19:23:59.097Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
26282025-09-17T19:24:01.286Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292025-09-17T19:24:15.678Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26302025-09-17T19:24:17.447Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26312025-09-17T19:24:19.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
26322025-09-17T19:24:19.274Z
26332025-09-17T19:24:19.274Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227)
26342025-09-17T19:24:20.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352025-09-17T19:24:20.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362025-09-17T19:24:20.169Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26372025-09-17T19:24:21.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
26382025-09-17T19:24:22.140Z
26392025-09-17T19:24:22.140Zinfo: running `cargo check --bins` on nexus-config (52/227)
26402025-09-17T19:24:22.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412025-09-17T19:24:22.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422025-09-17T19:24:22.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432025-09-17T19:24:22.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26442025-09-17T19:24:22.958Z
26452025-09-17T19:24:22.958Zinfo: running `cargo check --bins` on nexus-types (53/227)
26462025-09-17T19:24:23.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-09-17T19:24:23.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-09-17T19:24:23.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-09-17T19:24:23.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26502025-09-17T19:24:23.789Z
26512025-09-17T19:24:23.789Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/227)
26522025-09-17T19:24:24.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-09-17T19:24:24.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-09-17T19:24:24.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-09-17T19:24:24.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26562025-09-17T19:24:24.583Z
26572025-09-17T19:24:24.583Zinfo: running `cargo check --bins` on cockroach-admin-types (55/227)
26582025-09-17T19:24:25.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-09-17T19:24:25.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-09-17T19:24:25.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-09-17T19:24:25.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26622025-09-17T19:24:25.377Z
26632025-09-17T19:24:25.377Zinfo: running `cargo check --bins` on gateway-client (56/227)
26642025-09-17T19:24:26.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-09-17T19:24:26.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-09-17T19:24:26.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-09-17T19:24:26.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26682025-09-17T19:24:26.163Z
26692025-09-17T19:24:26.163Zinfo: running `cargo check --bins` on ereport-types (57/227)
26702025-09-17T19:24:26.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-09-17T19:24:26.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-09-17T19:24:26.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-09-17T19:24:26.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26742025-09-17T19:24:26.937Z
26752025-09-17T19:24:26.937Zinfo: running `cargo check --bins` on gateway-types (58/227)
26762025-09-17T19:24:27.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-09-17T19:24:27.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-09-17T19:24:27.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-09-17T19:24:27.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26802025-09-17T19:24:27.729Z
26812025-09-17T19:24:27.729Zinfo: running `cargo check --bins` on internal-dns-types (59/227)
26822025-09-17T19:24:28.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-09-17T19:24:28.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-09-17T19:24:28.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-09-17T19:24:28.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26862025-09-17T19:24:28.506Z
26872025-09-17T19:24:28.506Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (60/227)
26882025-09-17T19:24:29.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-09-17T19:24:29.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-09-17T19:24:29.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912025-09-17T19:24:29.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
26922025-09-17T19:24:29.302Z
26932025-09-17T19:24:29.302Zinfo: running `cargo check --bins` on omicron-passwords (61/227)
26942025-09-17T19:24:29.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952025-09-17T19:24:29.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962025-09-17T19:24:29.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972025-09-17T19:24:29.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
26982025-09-17T19:24:30.050Z
26992025-09-17T19:24:30.050Zinfo: running `cargo check --bins` on oxql-types (62/227)
27002025-09-17T19:24:30.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-09-17T19:24:30.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-09-17T19:24:30.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032025-09-17T19:24:30.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27042025-09-17T19:24:30.828Z
27052025-09-17T19:24:30.828Zinfo: running `cargo check --bins` on oximeter-types (63/227)
27062025-09-17T19:24:31.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-09-17T19:24:31.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-09-17T19:24:31.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-09-17T19:24:31.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27102025-09-17T19:24:31.614Z
27112025-09-17T19:24:31.614Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/227)
27122025-09-17T19:24:32.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-09-17T19:24:32.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-09-17T19:24:32.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-09-17T19:24:32.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27162025-09-17T19:24:32.360Z
27172025-09-17T19:24:32.360Zinfo: running `cargo check --bins` on update-engine (65/227)
27182025-09-17T19:24:33.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-09-17T19:24:33.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-09-17T19:24:33.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-09-17T19:24:33.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27222025-09-17T19:24:33.123Z
27232025-09-17T19:24:33.123Zinfo: running `cargo check --bins` on omicron-rpaths (66/227)
27242025-09-17T19:24:33.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-09-17T19:24:33.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-09-17T19:24:33.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-09-17T19:24:33.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27282025-09-17T19:24:33.871Z
27292025-09-17T19:24:33.871Zinfo: running `cargo check --bins` on omicron-certificates (67/227)
27302025-09-17T19:24:34.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-09-17T19:24:34.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-09-17T19:24:34.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332025-09-17T19:24:34.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27342025-09-17T19:24:34.646Z
27352025-09-17T19:24:34.646Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (68/227)
27362025-09-17T19:24:35.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-09-17T19:24:35.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-09-17T19:24:35.528Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27392025-09-17T19:24:35.532Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27402025-09-17T19:24:35.668Z Compiling tempfile v3.20.0
27412025-09-17T19:24:35.671Z Compiling wait-timeout v0.2.0
27422025-09-17T19:24:35.679Z Compiling quick-error v1.2.3
27432025-09-17T19:24:35.682Z Compiling match_cfg v0.1.0
27442025-09-17T19:24:35.682Z Compiling bit-vec v0.8.0
27452025-09-17T19:24:35.693Z Compiling rustls v0.22.4
27462025-09-17T19:24:35.798Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27472025-09-17T19:24:35.821Z Compiling progenitor-client v0.9.1
27482025-09-17T19:24:35.877Z Compiling hostname v0.3.1
27492025-09-17T19:24:36.085Z Compiling rusty-fork v0.3.0
27502025-09-17T19:24:36.126Z Compiling bit-set v0.8.0
27512025-09-17T19:24:36.184Z Compiling toml_parser v1.0.2
27522025-09-17T19:24:36.203Z Compiling slog-json v2.6.1
27532025-09-17T19:24:36.315Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27542025-09-17T19:24:36.337Z Compiling rand_xorshift v0.4.0
27552025-09-17T19:24:36.387Z Compiling serde_spanned v1.0.0
27562025-09-17T19:24:36.408Z Compiling toml_datetime v0.7.0
27572025-09-17T19:24:36.551Z Compiling hex v0.4.3
27582025-09-17T19:24:36.622Z Compiling toml_writer v1.0.2
27592025-09-17T19:24:36.650Z Compiling unarray v0.1.4
27602025-09-17T19:24:36.710Z Compiling slog-bunyan v2.5.0
27612025-09-17T19:24:36.820Z Compiling proptest v1.7.0
27622025-09-17T19:24:36.937Z Compiling progenitor v0.9.1
27632025-09-17T19:24:36.977Z Compiling toml v0.9.5
27642025-09-17T19:24:37.046Z Compiling async-stream v0.3.6
27652025-09-17T19:24:37.128Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27662025-09-17T19:24:37.195Z Compiling multer v3.1.0
27672025-09-17T19:24:37.317Z Compiling ref-cast v1.0.24
27682025-09-17T19:24:37.338Z Compiling waitgroup v0.1.2
27692025-09-17T19:24:37.490Z Compiling rustls-pemfile v2.2.0
27702025-09-17T19:24:37.562Z Compiling hashbrown v0.16.0
27712025-09-17T19:24:37.590Z Compiling serde_path_to_error v0.1.17
27722025-09-17T19:24:37.810Z Compiling hostname v0.4.0
27732025-09-17T19:24:38.054Z Compiling instant v0.1.13
27742025-09-17T19:24:38.102Z Compiling foldhash v0.2.0
27752025-09-17T19:24:38.225Z Compiling debug-ignore v1.0.5
27762025-09-17T19:24:38.327Z Compiling backoff v0.4.0
27772025-09-17T19:24:38.391Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
27782025-09-17T19:24:38.475Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27792025-09-17T19:24:38.672Z Compiling iddqd v0.3.13
27802025-09-17T19:24:38.675Z Compiling parse-display v0.10.0
27812025-09-17T19:24:38.711Z Compiling serde_with v3.14.0
27822025-09-17T19:24:39.686Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27832025-09-17T19:24:40.177Z Compiling tokio-rustls v0.25.0
27842025-09-17T19:24:40.446Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
27852025-09-17T19:24:40.632Z Compiling dropshot v0.16.4
27862025-09-17T19:24:40.869Z Compiling progenitor-client v0.10.0
27872025-09-17T19:24:41.405Z Compiling num-rational v0.4.2
27882025-09-17T19:24:41.752Z Compiling num-complex v0.4.6
27892025-09-17T19:24:42.575Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
27902025-09-17T19:24:42.721Z Compiling macaddr v1.0.1
27912025-09-17T19:24:42.893Z Compiling num v0.4.3
27922025-09-17T19:24:43.022Z Compiling float-ord v0.3.2
27932025-09-17T19:24:43.163Z Compiling toml v0.8.23
27942025-09-17T19:24:43.225Z Checking linked-hash-map v0.5.6
27952025-09-17T19:24:43.562Z Checking siphasher v1.0.1
27962025-09-17T19:24:43.710Z Checking lru-cache v0.1.2
27972025-09-17T19:24:43.892Z Checking phf_shared v0.12.1
27982025-09-17T19:24:43.920Z Checking resolv-conf v0.7.0
27992025-09-17T19:24:43.951Z Checking hickory-proto v0.24.4
28002025-09-17T19:24:44.156Z Checking prettyplease v0.2.36
28012025-09-17T19:24:44.274Z Compiling slog-dtrace v0.3.0
28022025-09-17T19:24:44.623Z Compiling chrono-tz v0.10.4
28032025-09-17T19:24:44.717Z Checking phf v0.12.1
28042025-09-17T19:24:44.959Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28052025-09-17T19:24:44.980Z Compiling const_format_proc_macros v0.2.34
28062025-09-17T19:24:45.345Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072025-09-17T19:24:45.649Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28082025-09-17T19:24:46.854Z Checking const_format v0.2.34
28092025-09-17T19:24:46.858Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28102025-09-17T19:24:47.071Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28112025-09-17T19:24:47.352Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28122025-09-17T19:24:47.919Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28132025-09-17T19:24:48.121Z Checking gethostname v0.5.0
28142025-09-17T19:24:48.162Z Checking hickory-resolver v0.24.4
28152025-09-17T19:24:48.261Z Checking bcs v0.1.6
28162025-09-17T19:24:48.762Z Checking nanorand v0.7.0
28172025-09-17T19:24:49.141Z Checking termtree v0.5.1
28182025-09-17T19:24:49.386Z Checking flume v0.11.1
28192025-09-17T19:24:49.660Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28202025-09-17T19:24:49.774Z Checking qorb v0.4.1
28212025-09-17T19:24:49.815Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28222025-09-17T19:24:50.313Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28232025-09-17T19:24:50.313Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28242025-09-17T19:25:00.140Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28252025-09-17T19:25:03.627Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28262025-09-17T19:25:06.194Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28272025-09-17T19:25:07.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.84s
28282025-09-17T19:25:07.725Z
28292025-09-17T19:25:07.725Zinfo: running `cargo check --bins` on clickhouse-admin-api (69/227)
28302025-09-17T19:25:08.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312025-09-17T19:25:08.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322025-09-17T19:25:08.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332025-09-17T19:25:08.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28342025-09-17T19:25:08.495Z
28352025-09-17T19:25:08.495Zinfo: running `cargo check --bins` on openapi-manager-types (70/227)
28362025-09-17T19:25:09.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372025-09-17T19:25:09.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382025-09-17T19:25:09.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392025-09-17T19:25:09.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28402025-09-17T19:25:09.238Z
28412025-09-17T19:25:09.238Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (71/227)
28422025-09-17T19:25:09.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432025-09-17T19:25:09.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442025-09-17T19:25:10.030Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452025-09-17T19:25:10.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
28462025-09-17T19:25:10.930Z
28472025-09-17T19:25:10.930Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (72/227)
28482025-09-17T19:25:11.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492025-09-17T19:25:11.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502025-09-17T19:25:11.785Z Compiling cfg_aliases v0.1.1
28512025-09-17T19:25:11.805Z Compiling convert_case v0.7.1
28522025-09-17T19:25:11.805Z Compiling vte_generate_state_changes v0.1.2
28532025-09-17T19:25:11.805Z Checking fd-lock v4.0.2
28542025-09-17T19:25:11.884Z Checking nibble_vec v0.1.0
28552025-09-17T19:25:11.922Z Checking endian-type v0.1.2
28562025-09-17T19:25:11.971Z Compiling peg-macros v0.8.5
28572025-09-17T19:25:11.972Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582025-09-17T19:25:12.021Z Compiling nix v0.28.0
28592025-09-17T19:25:12.084Z Compiling sqlparser_derive v0.2.2
28602025-09-17T19:25:12.110Z Checking home v0.5.9
28612025-09-17T19:25:12.121Z Checking radix_trie v0.2.1
28622025-09-17T19:25:12.239Z Checking nu-ansi-term v0.50.1
28632025-09-17T19:25:12.484Z Checking vte v0.11.1
28642025-09-17T19:25:12.521Z Checking unicode_categories v0.1.1
28652025-09-17T19:25:12.635Z Compiling derive_more-impl v2.0.1
28662025-09-17T19:25:12.657Z Checking display-error-chain v0.2.2
28672025-09-17T19:25:12.862Z Checking sqlformat v0.3.5
28682025-09-17T19:25:13.074Z Checking sqlparser v0.45.0
28692025-09-17T19:25:13.901Z Checking strip-ansi-escapes v0.2.0
28702025-09-17T19:25:14.043Z Checking reedline v0.40.0
28712025-09-17T19:25:14.063Z Checking derive_more v2.0.1
28722025-09-17T19:25:14.151Z Checking peg v0.8.5
28732025-09-17T19:25:14.161Z Checking crossterm v0.29.0
28742025-09-17T19:25:14.554Z Checking rustyline v14.0.0
28752025-09-17T19:25:23.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.28s
28762025-09-17T19:25:23.434Z
28772025-09-17T19:25:23.434Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (73/227)
28782025-09-17T19:25:24.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792025-09-17T19:25:24.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802025-09-17T19:25:24.260Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28812025-09-17T19:25:29.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
28822025-09-17T19:25:29.655Z
28832025-09-17T19:25:29.655Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (74/227)
28842025-09-17T19:25:30.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852025-09-17T19:25:30.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862025-09-17T19:25:30.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28872025-09-17T19:25:34.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
28882025-09-17T19:25:34.312Z
28892025-09-17T19:25:34.312Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (75/227)
28902025-09-17T19:25:35.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912025-09-17T19:25:35.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922025-09-17T19:25:35.122Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28932025-09-17T19:25:40.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
28942025-09-17T19:25:40.250Z
28952025-09-17T19:25:40.250Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (76/227)
28962025-09-17T19:25:40.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972025-09-17T19:25:40.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982025-09-17T19:25:41.078Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992025-09-17T19:25:45.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
29002025-09-17T19:25:46.203Z
29012025-09-17T19:25:46.203Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (77/227)
29022025-09-17T19:25:46.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032025-09-17T19:25:46.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042025-09-17T19:25:47.023Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29052025-09-17T19:25:50.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
29062025-09-17T19:25:51.025Z
29072025-09-17T19:25:51.025Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (78/227)
29082025-09-17T19:25:51.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092025-09-17T19:25:51.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102025-09-17T19:25:51.859Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29112025-09-17T19:25:55.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
29122025-09-17T19:25:55.894Z
29132025-09-17T19:25:55.894Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (79/227)
29142025-09-17T19:25:56.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152025-09-17T19:25:56.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162025-09-17T19:25:56.729Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29172025-09-17T19:26:01.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
29182025-09-17T19:26:02.079Z
29192025-09-17T19:26:02.079Zinfo: running `cargo check --bins` on oximeter (80/227)
29202025-09-17T19:26:02.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212025-09-17T19:26:02.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222025-09-17T19:26:02.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232025-09-17T19:26:02.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29242025-09-17T19:26:02.876Z
29252025-09-17T19:26:02.876Zinfo: running `cargo check --bins` on oximeter-schema (81/227)
29262025-09-17T19:26:03.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272025-09-17T19:26:03.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282025-09-17T19:26:03.667Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29292025-09-17T19:26:04.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
29302025-09-17T19:26:04.968Z
29312025-09-17T19:26:04.968Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (82/227)
29322025-09-17T19:26:05.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332025-09-17T19:26:05.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342025-09-17T19:26:05.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352025-09-17T19:26:05.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29362025-09-17T19:26:05.759Z
29372025-09-17T19:26:05.759Zinfo: running `cargo check --bins` on oximeter-test-utils (83/227)
29382025-09-17T19:26:06.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392025-09-17T19:26:06.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402025-09-17T19:26:06.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412025-09-17T19:26:06.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
29422025-09-17T19:26:06.624Z
29432025-09-17T19:26:06.624Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (84/227)
29442025-09-17T19:26:07.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452025-09-17T19:26:07.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462025-09-17T19:26:07.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472025-09-17T19:26:07.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29482025-09-17T19:26:07.417Z
29492025-09-17T19:26:07.417Zinfo: running `cargo check --bins` on bootstrap-agent-client (85/227)
29502025-09-17T19:26:08.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512025-09-17T19:26:08.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522025-09-17T19:26:08.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532025-09-17T19:26:08.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29542025-09-17T19:26:08.227Z
29552025-09-17T19:26:08.227Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (86/227)
29562025-09-17T19:26:08.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572025-09-17T19:26:08.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582025-09-17T19:26:08.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592025-09-17T19:26:08.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29602025-09-17T19:26:09.012Z
29612025-09-17T19:26:09.012Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (87/227)
29622025-09-17T19:26:09.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632025-09-17T19:26:09.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642025-09-17T19:26:09.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652025-09-17T19:26:09.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29662025-09-17T19:26:09.800Z
29672025-09-17T19:26:09.800Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (88/227)
29682025-09-17T19:26:10.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692025-09-17T19:26:10.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702025-09-17T19:26:10.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712025-09-17T19:26:10.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29722025-09-17T19:26:10.589Z
29732025-09-17T19:26:10.589Zinfo: running `cargo check --bins` on cockroach-admin-client (89/227)
29742025-09-17T19:26:11.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752025-09-17T19:26:11.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762025-09-17T19:26:11.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772025-09-17T19:26:11.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29782025-09-17T19:26:11.338Z
29792025-09-17T19:26:11.338Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (90/227)
29802025-09-17T19:26:12.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812025-09-17T19:26:12.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822025-09-17T19:26:12.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832025-09-17T19:26:12.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29842025-09-17T19:26:12.131Z
29852025-09-17T19:26:12.131Zinfo: running `cargo check --bins` on dns-service-client (91/227)
29862025-09-17T19:26:12.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872025-09-17T19:26:12.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882025-09-17T19:26:12.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892025-09-17T19:26:12.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29902025-09-17T19:26:12.918Z
29912025-09-17T19:26:12.918Zinfo: running `cargo check --bins` on installinator-client (92/227)
29922025-09-17T19:26:13.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932025-09-17T19:26:13.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942025-09-17T19:26:13.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952025-09-17T19:26:13.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29962025-09-17T19:26:13.717Z
29972025-09-17T19:26:13.717Zinfo: running `cargo check --bins` on installinator-common (93/227)
29982025-09-17T19:26:14.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992025-09-17T19:26:14.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002025-09-17T19:26:14.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012025-09-17T19:26:14.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30022025-09-17T19:26:14.515Z
30032025-09-17T19:26:14.515Zinfo: running `cargo check --bins` on nexus-client (94/227)
30042025-09-17T19:26:15.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052025-09-17T19:26:15.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062025-09-17T19:26:15.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072025-09-17T19:26:15.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30082025-09-17T19:26:15.336Z
30092025-09-17T19:26:15.336Zinfo: running `cargo check --bins` on ntp-admin-client (95/227)
30102025-09-17T19:26:15.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112025-09-17T19:26:16.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122025-09-17T19:26:16.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132025-09-17T19:26:16.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30142025-09-17T19:26:16.090Z
30152025-09-17T19:26:16.090Zinfo: running `cargo check --bins` on oxide-client (96/227)
30162025-09-17T19:26:16.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172025-09-17T19:26:16.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182025-09-17T19:26:16.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192025-09-17T19:26:16.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30202025-09-17T19:26:16.851Z
30212025-09-17T19:26:16.851Zinfo: running `cargo check --bins` on oximeter-client (97/227)
30222025-09-17T19:26:17.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232025-09-17T19:26:17.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242025-09-17T19:26:17.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252025-09-17T19:26:17.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30262025-09-17T19:26:17.641Z
30272025-09-17T19:26:17.641Zinfo: running `cargo check --bins` on repo-depot-client (98/227)
30282025-09-17T19:26:18.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292025-09-17T19:26:18.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302025-09-17T19:26:18.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312025-09-17T19:26:18.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30322025-09-17T19:26:18.401Z
30332025-09-17T19:26:18.402Zinfo: running `cargo check --bins` on sled-agent-client (99/227)
30342025-09-17T19:26:19.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352025-09-17T19:26:19.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362025-09-17T19:26:19.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372025-09-17T19:26:19.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30382025-09-17T19:26:19.226Z
30392025-09-17T19:26:19.226Zinfo: running `cargo check --bins` on sled-agent-types (100/227)
30402025-09-17T19:26:19.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412025-09-17T19:26:19.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422025-09-17T19:26:19.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432025-09-17T19:26:19.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30442025-09-17T19:26:20.053Z
30452025-09-17T19:26:20.053Zinfo: running `cargo check --bins` on wicketd-client (101/227)
30462025-09-17T19:26:20.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472025-09-17T19:26:20.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482025-09-17T19:26:20.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492025-09-17T19:26:20.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30502025-09-17T19:26:20.917Z
30512025-09-17T19:26:20.917Zinfo: running `cargo check --bins` on wicket-common (102/227)
30522025-09-17T19:26:21.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532025-09-17T19:26:21.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542025-09-17T19:26:21.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552025-09-17T19:26:21.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30562025-09-17T19:26:21.747Z
30572025-09-17T19:26:21.747Zinfo: running `cargo check --bins` on omicron-cockroach-admin (103/227)
30582025-09-17T19:26:22.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592025-09-17T19:26:22.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602025-09-17T19:26:22.572Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30612025-09-17T19:26:22.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30622025-09-17T19:26:22.586Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30632025-09-17T19:26:22.848Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30642025-09-17T19:26:22.861Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30652025-09-17T19:26:24.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
30662025-09-17T19:26:24.557Z
30672025-09-17T19:26:24.557Zinfo: running `cargo check --bins` on cockroach-admin-api (104/227)
30682025-09-17T19:26:25.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692025-09-17T19:26:25.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702025-09-17T19:26:25.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712025-09-17T19:26:25.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30722025-09-17T19:26:25.352Z
30732025-09-17T19:26:25.352Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227)
30742025-09-17T19:26:26.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752025-09-17T19:26:26.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762025-09-17T19:26:26.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772025-09-17T19:26:26.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30782025-09-17T19:26:26.294Z
30792025-09-17T19:26:26.294Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227)
30802025-09-17T19:26:27.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812025-09-17T19:26:27.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822025-09-17T19:26:27.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832025-09-17T19:26:27.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30842025-09-17T19:26:27.201Z
30852025-09-17T19:26:27.201Zinfo: running `cargo check --bins` on dns-server (107/227)
30862025-09-17T19:26:27.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872025-09-17T19:26:27.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882025-09-17T19:26:28.017Z Compiling parking_lot_core v0.8.6
30892025-09-17T19:26:28.017Z Compiling moka v0.12.10
30902025-09-17T19:26:28.020Z Checking tagptr v0.2.0
30912025-09-17T19:26:28.149Z Checking prefix-trie v0.7.0
30922025-09-17T19:26:28.157Z Checking fxhash v0.2.1
30932025-09-17T19:26:28.160Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30942025-09-17T19:26:28.160Z Checking hickory-client v0.25.2
30952025-09-17T19:26:28.167Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30962025-09-17T19:26:28.698Z Checking hickory-server v0.25.2
30972025-09-17T19:26:28.791Z Checking parking_lot v0.11.2
30982025-09-17T19:26:29.037Z Checking sled v0.34.7
30992025-09-17T19:26:29.429Z Checking hickory-resolver v0.25.2
31002025-09-17T19:26:30.774Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31012025-09-17T19:26:32.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
31022025-09-17T19:26:32.396Z
31032025-09-17T19:26:32.397Zinfo: running `cargo check --bins` on dns-server-api (108/227)
31042025-09-17T19:26:33.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052025-09-17T19:26:33.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062025-09-17T19:26:33.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072025-09-17T19:26:33.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31082025-09-17T19:26:33.191Z
31092025-09-17T19:26:33.191Zinfo: running `cargo check --bins` on gateway-test-utils (109/227)
31102025-09-17T19:26:34.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112025-09-17T19:26:34.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122025-09-17T19:26:34.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132025-09-17T19:26:34.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
31142025-09-17T19:26:34.116Z
31152025-09-17T19:26:34.116Zinfo: running `cargo check --bins` on omicron-gateway (110/227)
31162025-09-17T19:26:34.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172025-09-17T19:26:34.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182025-09-17T19:26:34.997Z Compiling radium v0.7.0
31192025-09-17T19:26:35.131Z Compiling zerocopy-derive v0.6.6
31202025-09-17T19:26:35.135Z Checking tap v1.0.1
31212025-09-17T19:26:35.135Z Compiling maybe-uninit v2.0.0
31222025-09-17T19:26:35.171Z Compiling packed_struct v0.10.1
31232025-09-17T19:26:35.174Z Checking crc-catalog v2.4.0
31242025-09-17T19:26:35.186Z Checking funty v2.0.0
31252025-09-17T19:26:35.201Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31262025-09-17T19:26:35.301Z Checking wyz v0.5.1
31272025-09-17T19:26:35.350Z Checking crc v3.2.1
31282025-09-17T19:26:35.657Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31292025-09-17T19:26:35.709Z Compiling packed_struct_codegen v0.10.1
31302025-09-17T19:26:35.777Z Compiling indexmap v1.9.3
31312025-09-17T19:26:35.804Z Checking nodrop v0.1.14
31322025-09-17T19:26:35.947Z Checking array-init v0.0.4
31332025-09-17T19:26:35.963Z Checking smallvec v0.6.14
31342025-09-17T19:26:36.182Z Checking bitvec v1.0.1
31352025-09-17T19:26:36.249Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31362025-09-17T19:26:36.263Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31372025-09-17T19:26:36.307Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31382025-09-17T19:26:36.526Z Checking bitfield v0.14.0
31392025-09-17T19:26:36.788Z Checking hashbrown v0.12.3
31402025-09-17T19:26:36.812Z Checking termcolor v1.4.1
31412025-09-17T19:26:36.943Z Checking zerocopy v0.6.6
31422025-09-17T19:26:37.062Z Checking ron v0.8.1
31432025-09-17T19:26:37.297Z Checking env_logger v0.10.2
31442025-09-17T19:26:37.603Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31452025-09-17T19:26:37.652Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31462025-09-17T19:26:37.720Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31472025-09-17T19:26:37.943Z Checking serde-hex v0.1.0
31482025-09-17T19:26:38.137Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31492025-09-17T19:26:38.241Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31502025-09-17T19:26:38.362Z Checking hashbrown v0.13.2
31512025-09-17T19:26:38.467Z Checking half v2.4.1
31522025-09-17T19:26:38.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31532025-09-17T19:26:38.927Z Checking ciborium-io v0.2.2
31542025-09-17T19:26:39.081Z Checking crc-any v2.5.0
31552025-09-17T19:26:39.219Z Checking object v0.30.4
31562025-09-17T19:26:39.271Z Checking ciborium-ll v0.2.2
31572025-09-17T19:26:39.419Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31582025-09-17T19:26:39.560Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31592025-09-17T19:26:39.729Z Checking half v1.8.3
31602025-09-17T19:26:39.897Z Checking path-slash v0.1.5
31612025-09-17T19:26:40.061Z Checking void v1.0.2
31622025-09-17T19:26:40.110Z Checking tungstenite v0.23.0
31632025-09-17T19:26:40.224Z Checking lzss v0.8.2
31642025-09-17T19:26:40.337Z Checking serde_cbor v0.11.2
31652025-09-17T19:26:40.474Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31662025-09-17T19:26:40.597Z Checking ciborium v0.2.2
31672025-09-17T19:26:41.181Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31682025-09-17T19:26:41.185Z Checking nix v0.27.1
31692025-09-17T19:26:41.220Z Checking kstat-rs v0.2.4
31702025-09-17T19:26:41.463Z Checking serde_bytes v0.11.17
31712025-09-17T19:26:41.570Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31722025-09-17T19:26:41.581Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31732025-09-17T19:26:41.671Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31742025-09-17T19:26:41.782Z Checking tokio-tungstenite v0.23.1
31752025-09-17T19:26:41.952Z Checking signal-hook-tokio v0.3.1
31762025-09-17T19:26:42.143Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31772025-09-17T19:26:42.694Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782025-09-17T19:26:46.759Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31792025-09-17T19:26:48.063Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31802025-09-17T19:26:57.449Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31812025-09-17T19:27:05.551Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31822025-09-17T19:27:06.326Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31832025-09-17T19:27:09.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s
31842025-09-17T19:27:09.550Z
31852025-09-17T19:27:09.550Zinfo: running `cargo check --bins` on gateway-api (111/227)
31862025-09-17T19:27:10.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872025-09-17T19:27:10.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882025-09-17T19:27:10.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892025-09-17T19:27:10.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31902025-09-17T19:27:10.320Z
31912025-09-17T19:27:10.320Zinfo: running `cargo check --bins` on ipcc (112/227)
31922025-09-17T19:27:10.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932025-09-17T19:27:10.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942025-09-17T19:27:10.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952025-09-17T19:27:11.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31962025-09-17T19:27:11.089Z
31972025-09-17T19:27:11.090Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227)
31982025-09-17T19:27:11.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992025-09-17T19:27:11.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002025-09-17T19:27:11.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012025-09-17T19:27:11.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32022025-09-17T19:27:11.843Z
32032025-09-17T19:27:11.843Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227)
32042025-09-17T19:27:12.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052025-09-17T19:27:12.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062025-09-17T19:27:12.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072025-09-17T19:27:12.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32082025-09-17T19:27:12.632Z
32092025-09-17T19:27:12.632Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227)
32102025-09-17T19:27:13.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112025-09-17T19:27:13.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122025-09-17T19:27:13.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132025-09-17T19:27:13.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32142025-09-17T19:27:13.425Z
32152025-09-17T19:27:13.425Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227)
32162025-09-17T19:27:14.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172025-09-17T19:27:14.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182025-09-17T19:27:14.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192025-09-17T19:27:14.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32202025-09-17T19:27:14.223Z
32212025-09-17T19:27:14.223Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227)
32222025-09-17T19:27:14.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232025-09-17T19:27:14.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242025-09-17T19:27:14.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252025-09-17T19:27:14.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32262025-09-17T19:27:15.011Z
32272025-09-17T19:27:15.011Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227)
32282025-09-17T19:27:15.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292025-09-17T19:27:15.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302025-09-17T19:27:15.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312025-09-17T19:27:15.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32322025-09-17T19:27:15.798Z
32332025-09-17T19:27:15.798Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227)
32342025-09-17T19:27:16.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352025-09-17T19:27:16.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362025-09-17T19:27:16.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372025-09-17T19:27:16.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32382025-09-17T19:27:16.585Z
32392025-09-17T19:27:16.585Zinfo: running `cargo check --bins` on oximeter-producer (120/227)
32402025-09-17T19:27:17.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412025-09-17T19:27:17.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422025-09-17T19:27:17.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432025-09-17T19:27:17.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32442025-09-17T19:27:17.417Z
32452025-09-17T19:27:17.417Zinfo: running `cargo check --bins` on internal-dns-resolver (121/227)
32462025-09-17T19:27:18.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472025-09-17T19:27:18.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482025-09-17T19:27:18.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492025-09-17T19:27:18.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32502025-09-17T19:27:18.207Z
32512025-09-17T19:27:18.207Zinfo: running `cargo check --bins` on sp-sim (122/227)
32522025-09-17T19:27:18.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532025-09-17T19:27:18.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542025-09-17T19:27:19.054Z Compiling nix v0.30.1
32552025-09-17T19:27:19.058Z Checking keccak v0.1.5
32562025-09-17T19:27:19.382Z Checking sha3 v0.10.8
32572025-09-17T19:27:20.407Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32582025-09-17T19:27:22.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
32592025-09-17T19:27:22.962Z
32602025-09-17T19:27:22.963Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227)
32612025-09-17T19:27:23.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622025-09-17T19:27:23.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632025-09-17T19:27:23.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642025-09-17T19:27:23.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32652025-09-17T19:27:23.813Z
32662025-09-17T19:27:23.814Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227)
32672025-09-17T19:27:24.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-09-17T19:27:24.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-09-17T19:27:24.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702025-09-17T19:27:24.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32712025-09-17T19:27:24.685Z
32722025-09-17T19:27:24.685Zinfo: running `cargo check --bins` on db-macros (125/227)
32732025-09-17T19:27:25.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742025-09-17T19:27:25.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752025-09-17T19:27:25.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762025-09-17T19:27:25.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32772025-09-17T19:27:25.437Z
32782025-09-17T19:27:25.438Zinfo: running `cargo check --bins` on nexus-macros-common (126/227)
32792025-09-17T19:27:26.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802025-09-17T19:27:26.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812025-09-17T19:27:26.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822025-09-17T19:27:26.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32832025-09-17T19:27:26.193Z
32842025-09-17T19:27:26.193Zinfo: running `cargo check --bins` on nexus-auth (127/227)
32852025-09-17T19:27:26.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862025-09-17T19:27:26.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872025-09-17T19:27:26.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882025-09-17T19:27:26.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32892025-09-17T19:27:27.042Z
32902025-09-17T19:27:27.042Zinfo: running `cargo check --bins` on authz-macros (128/227)
32912025-09-17T19:27:27.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922025-09-17T19:27:27.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932025-09-17T19:27:27.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942025-09-17T19:27:27.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32952025-09-17T19:27:27.795Z
32962025-09-17T19:27:27.795Zinfo: running `cargo check --bins` on nexus-db-fixed-data (129/227)
32972025-09-17T19:27:28.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-09-17T19:27:28.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-09-17T19:27:28.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002025-09-17T19:27:28.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33012025-09-17T19:27:28.633Z
33022025-09-17T19:27:28.633Zinfo: running `cargo check --bins` on nexus-db-model (130/227)
33032025-09-17T19:27:29.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-09-17T19:27:29.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-09-17T19:27:29.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062025-09-17T19:27:29.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33072025-09-17T19:27:29.471Z
33082025-09-17T19:27:29.471Zinfo: running `cargo check --bins` on nexus-db-schema (131/227)
33092025-09-17T19:27:30.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-09-17T19:27:30.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-09-17T19:27:30.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122025-09-17T19:27:30.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33132025-09-17T19:27:30.215Z
33142025-09-17T19:27:30.215Zinfo: running `cargo check --bins` on nexus-defaults (132/227)
33152025-09-17T19:27:30.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-09-17T19:27:30.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-09-17T19:27:30.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182025-09-17T19:27:30.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33192025-09-17T19:27:30.994Z
33202025-09-17T19:27:30.995Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (133/227)
33212025-09-17T19:27:31.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222025-09-17T19:27:31.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232025-09-17T19:27:31.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242025-09-17T19:27:31.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33252025-09-17T19:27:31.771Z
33262025-09-17T19:27:31.771Zinfo: running `cargo check --bins` on parallel-task-set (134/227)
33272025-09-17T19:27:32.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-09-17T19:27:32.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-09-17T19:27:32.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302025-09-17T19:27:32.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33312025-09-17T19:27:32.515Z
33322025-09-17T19:27:32.515Zinfo: running `cargo check --bins` on nexus-db-errors (135/227)
33332025-09-17T19:27:33.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-09-17T19:27:33.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-09-17T19:27:33.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362025-09-17T19:27:33.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33372025-09-17T19:27:33.362Z
33382025-09-17T19:27:33.362Zinfo: running `cargo check --bins` on nexus-db-lookup (136/227)
33392025-09-17T19:27:34.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402025-09-17T19:27:34.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412025-09-17T19:27:34.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422025-09-17T19:27:34.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33432025-09-17T19:27:34.218Z
33442025-09-17T19:27:34.218Zinfo: running `cargo check --bins` on nexus-inventory (137/227)
33452025-09-17T19:27:34.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462025-09-17T19:27:34.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472025-09-17T19:27:34.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482025-09-17T19:27:34.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33492025-09-17T19:27:35.063Z
33502025-09-17T19:27:35.063Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (138/227)
33512025-09-17T19:27:35.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522025-09-17T19:27:35.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532025-09-17T19:27:35.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542025-09-17T19:27:35.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33552025-09-17T19:27:35.888Z
33562025-09-17T19:27:35.888Zinfo: running `cargo check --bins --no-default-features` on sled-storage (139/227)
33572025-09-17T19:27:36.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582025-09-17T19:27:36.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592025-09-17T19:27:36.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602025-09-17T19:27:36.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33612025-09-17T19:27:36.697Z
33622025-09-17T19:27:36.697Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227)
33632025-09-17T19:27:37.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642025-09-17T19:27:37.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652025-09-17T19:27:37.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662025-09-17T19:27:37.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33672025-09-17T19:27:37.507Z
33682025-09-17T19:27:37.507Zinfo: running `cargo check --bins` on key-manager (141/227)
33692025-09-17T19:27:38.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-09-17T19:27:38.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-09-17T19:27:38.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722025-09-17T19:27:38.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33732025-09-17T19:27:38.325Z
33742025-09-17T19:27:38.325Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (142/227)
33752025-09-17T19:27:39.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762025-09-17T19:27:39.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772025-09-17T19:27:39.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782025-09-17T19:27:39.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33792025-09-17T19:27:39.102Z
33802025-09-17T19:27:39.103Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227)
33812025-09-17T19:27:39.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822025-09-17T19:27:39.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832025-09-17T19:27:39.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842025-09-17T19:27:39.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33852025-09-17T19:27:39.959Z
33862025-09-17T19:27:39.959Zinfo: running `cargo check --bins` on typed-rng (144/227)
33872025-09-17T19:27:40.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882025-09-17T19:27:40.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892025-09-17T19:27:40.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902025-09-17T19:27:40.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33912025-09-17T19:27:40.667Z
33922025-09-17T19:27:40.667Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227)
33932025-09-17T19:27:41.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942025-09-17T19:27:41.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952025-09-17T19:27:41.682Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33962025-09-17T19:27:41.682Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33972025-09-17T19:27:41.682Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33982025-09-17T19:27:41.686Z Compiling thiserror-impl-no-std v2.0.2
33992025-09-17T19:27:41.686Z Checking universal-hash v0.5.1
34002025-09-17T19:27:41.851Z Checking opaque-debug v0.3.1
34012025-09-17T19:27:41.902Z Checking chacha20 v0.9.1
34022025-09-17T19:27:41.905Z Checking aead v0.5.2
34032025-09-17T19:27:41.989Z Compiling unicase v2.7.0
34042025-09-17T19:27:42.031Z Checking poly1305 v0.8.0
34052025-09-17T19:27:42.043Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34062025-09-17T19:27:42.204Z Compiling libefi-sys v0.1.0
34072025-09-17T19:27:42.228Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
34082025-09-17T19:27:42.311Z Compiling bitfield-struct v0.6.2
34092025-09-17T19:27:42.420Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34102025-09-17T19:27:42.443Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34112025-09-17T19:27:42.503Z Checking chacha20poly1305 v0.10.1
34122025-09-17T19:27:42.527Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
34132025-09-17T19:27:42.708Z Compiling proc-macro-error-attr2 v2.0.0
34142025-09-17T19:27:42.765Z Compiling salty v0.3.0
34152025-09-17T19:27:42.863Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34162025-09-17T19:27:42.946Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34172025-09-17T19:27:43.253Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34182025-09-17T19:27:43.450Z Compiling proc-macro-error2 v2.0.1
34192025-09-17T19:27:43.476Z Compiling num-derive v0.3.3
34202025-09-17T19:27:43.600Z Compiling xshell-macros v0.2.7
34212025-09-17T19:27:43.634Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34222025-09-17T19:27:44.076Z Compiling tabled_derive v0.11.0
34232025-09-17T19:27:44.199Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34242025-09-17T19:27:44.369Z Checking xshell v0.2.7
34252025-09-17T19:27:44.428Z Checking thiserror-no-std v2.0.2
34262025-09-17T19:27:44.573Z Checking vsss-rs v3.3.4
34272025-09-17T19:27:44.666Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34282025-09-17T19:27:44.738Z Compiling mime_guess v2.0.5
34292025-09-17T19:27:45.054Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34302025-09-17T19:27:45.543Z Checking libscf-sys v1.1.0
34312025-09-17T19:27:45.782Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34322025-09-17T19:27:46.323Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34332025-09-17T19:27:46.452Z Checking papergrid v0.17.0
34342025-09-17T19:27:46.830Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34352025-09-17T19:27:47.075Z Checking testing_table v0.3.0
34362025-09-17T19:27:47.226Z Compiling progenitor-impl v0.11.0
34372025-09-17T19:27:47.485Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34382025-09-17T19:27:47.572Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34392025-09-17T19:27:48.213Z Checking primeorder v0.13.6
34402025-09-17T19:27:48.579Z Checking env_filter v0.1.2
34412025-09-17T19:27:48.727Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34422025-09-17T19:27:48.790Z Checking p384 v0.13.0
34432025-09-17T19:27:48.846Z Checking env_logger v0.11.5
34442025-09-17T19:27:48.893Z Checking tabled v0.20.0
34452025-09-17T19:27:49.154Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34462025-09-17T19:27:49.200Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34472025-09-17T19:27:49.320Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34482025-09-17T19:27:49.617Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34492025-09-17T19:27:49.793Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34502025-09-17T19:27:50.185Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34512025-09-17T19:27:50.211Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34522025-09-17T19:27:50.333Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34532025-09-17T19:27:51.385Z Checking progenitor-client v0.11.0
34542025-09-17T19:27:51.413Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34552025-09-17T19:27:51.436Z Checking http-range v0.1.5
34562025-09-17T19:27:51.792Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34572025-09-17T19:27:51.815Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34582025-09-17T19:27:52.094Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34592025-09-17T19:27:52.269Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
34602025-09-17T19:27:52.354Z Checking secrecy v0.8.0
34612025-09-17T19:27:52.573Z Checking atty v0.2.14
34622025-09-17T19:27:52.732Z Checking crc8 v0.1.1
34632025-09-17T19:27:52.760Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34642025-09-17T19:27:52.927Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34652025-09-17T19:27:53.380Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34662025-09-17T19:27:53.457Z Checking hyper-staticfile v0.10.1
34672025-09-17T19:27:53.580Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
34682025-09-17T19:27:53.827Z Compiling progenitor-macro v0.11.0
34692025-09-17T19:27:53.945Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34702025-09-17T19:27:53.987Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34712025-09-17T19:27:54.029Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34722025-09-17T19:27:54.161Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34732025-09-17T19:27:54.382Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34742025-09-17T19:27:54.410Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34752025-09-17T19:27:54.993Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34762025-09-17T19:27:55.207Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
34772025-09-17T19:27:55.492Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34782025-09-17T19:27:55.913Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34792025-09-17T19:27:56.375Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34802025-09-17T19:27:56.791Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34812025-09-17T19:27:56.948Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34822025-09-17T19:27:59.297Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34832025-09-17T19:28:00.244Z Checking progenitor v0.11.0
34842025-09-17T19:28:00.418Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34852025-09-17T19:28:08.076Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34862025-09-17T19:28:21.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.75s
34872025-09-17T19:28:21.665Z
34882025-09-17T19:28:21.665Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227)
34892025-09-17T19:28:22.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902025-09-17T19:28:22.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912025-09-17T19:28:22.599Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34922025-09-17T19:28:35.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
34932025-09-17T19:28:36.221Z
34942025-09-17T19:28:36.221Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227)
34952025-09-17T19:28:36.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962025-09-17T19:28:37.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972025-09-17T19:28:37.163Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34982025-09-17T19:28:50.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
34992025-09-17T19:28:50.720Z
35002025-09-17T19:28:50.720Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227)
35012025-09-17T19:28:51.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022025-09-17T19:28:51.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032025-09-17T19:28:51.655Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35042025-09-17T19:29:05.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
35052025-09-17T19:29:05.330Z
35062025-09-17T19:29:05.330Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227)
35072025-09-17T19:29:06.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082025-09-17T19:29:06.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092025-09-17T19:29:06.269Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35102025-09-17T19:29:19.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
35112025-09-17T19:29:19.981Z
35122025-09-17T19:29:19.981Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227)
35132025-09-17T19:29:20.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142025-09-17T19:29:20.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152025-09-17T19:29:20.909Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35162025-09-17T19:29:34.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
35172025-09-17T19:29:34.585Z
35182025-09-17T19:29:34.585Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227)
35192025-09-17T19:29:35.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-09-17T19:29:35.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-09-17T19:29:35.513Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35222025-09-17T19:29:48.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
35232025-09-17T19:29:49.137Z
35242025-09-17T19:29:49.137Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227)
35252025-09-17T19:29:49.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-09-17T19:29:49.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-09-17T19:29:50.072Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35282025-09-17T19:30:03.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s
35292025-09-17T19:30:03.817Z
35302025-09-17T19:30:03.817Zinfo: running `cargo check --bins` on bootstrap-agent-api (153/227)
35312025-09-17T19:30:04.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-09-17T19:30:04.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-09-17T19:30:04.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342025-09-17T19:30:04.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35352025-09-17T19:30:04.643Z
35362025-09-17T19:30:04.643Zinfo: running `cargo check --bins` on range-requests (154/227)
35372025-09-17T19:30:05.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-09-17T19:30:05.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-09-17T19:30:05.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402025-09-17T19:30:05.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35412025-09-17T19:30:05.418Z
35422025-09-17T19:30:05.418Zinfo: running `cargo check --bins` on repo-depot-api (155/227)
35432025-09-17T19:30:06.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442025-09-17T19:30:06.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452025-09-17T19:30:06.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462025-09-17T19:30:06.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35472025-09-17T19:30:06.191Z
35482025-09-17T19:30:06.191Zinfo: running `cargo check --bins` on sled-agent-api (156/227)
35492025-09-17T19:30:06.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502025-09-17T19:30:06.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512025-09-17T19:30:06.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522025-09-17T19:30:06.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35532025-09-17T19:30:07.019Z
35542025-09-17T19:30:07.019Zinfo: running `cargo check --bins` on sled-diagnostics (157/227)
35552025-09-17T19:30:07.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562025-09-17T19:30:07.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572025-09-17T19:30:07.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582025-09-17T19:30:07.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35592025-09-17T19:30:07.819Z
35602025-09-17T19:30:07.819Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227)
35612025-09-17T19:30:08.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622025-09-17T19:30:08.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632025-09-17T19:30:08.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642025-09-17T19:30:08.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35652025-09-17T19:30:08.650Z
35662025-09-17T19:30:08.650Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227)
35672025-09-17T19:30:09.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682025-09-17T19:30:09.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692025-09-17T19:30:09.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702025-09-17T19:30:09.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35712025-09-17T19:30:09.480Z
35722025-09-17T19:30:09.480Zinfo: running `cargo check --bins` on sled-agent-zone-images (160/227)
35732025-09-17T19:30:10.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742025-09-17T19:30:10.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752025-09-17T19:30:10.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762025-09-17T19:30:10.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35772025-09-17T19:30:10.307Z
35782025-09-17T19:30:10.307Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227)
35792025-09-17T19:30:11.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802025-09-17T19:30:11.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812025-09-17T19:30:11.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822025-09-17T19:30:11.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35832025-09-17T19:30:11.134Z
35842025-09-17T19:30:11.134Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (162/227)
35852025-09-17T19:30:11.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862025-09-17T19:30:11.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872025-09-17T19:30:11.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882025-09-17T19:30:11.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35892025-09-17T19:30:12.007Z
35902025-09-17T19:30:12.007Zinfo: running `cargo check --bins` on nexus-test-interface (163/227)
35912025-09-17T19:30:12.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-09-17T19:30:12.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-09-17T19:30:12.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942025-09-17T19:30:12.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35952025-09-17T19:30:12.872Z
35962025-09-17T19:30:12.872Zinfo: running `cargo check --bins` on oximeter-collector (164/227)
35972025-09-17T19:30:13.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-09-17T19:30:13.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-09-17T19:30:13.754Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36002025-09-17T19:30:13.754Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36012025-09-17T19:30:14.665Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36022025-09-17T19:30:16.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
36032025-09-17T19:30:16.946Z
36042025-09-17T19:30:16.947Zinfo: running `cargo check --bins` on oximeter-api (165/227)
36052025-09-17T19:30:17.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062025-09-17T19:30:17.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072025-09-17T19:30:17.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082025-09-17T19:30:17.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36092025-09-17T19:30:17.732Z
36102025-09-17T19:30:17.732Zinfo: running `cargo check --bins` on cert-dev (166/227)
36112025-09-17T19:30:18.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122025-09-17T19:30:18.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132025-09-17T19:30:18.477Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36142025-09-17T19:30:18.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
36152025-09-17T19:30:18.996Z
36162025-09-17T19:30:18.996Zinfo: running `cargo check --bins` on clickana (167/227)
36172025-09-17T19:30:19.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182025-09-17T19:30:19.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192025-09-17T19:30:19.787Z Checking castaway v0.2.3
36202025-09-17T19:30:19.793Z Checking unicode-truncate v1.1.0
36212025-09-17T19:30:19.793Z Checking lru v0.12.5
36222025-09-17T19:30:19.793Z Compiling instability v0.3.2
36232025-09-17T19:30:19.793Z Compiling indoc v2.0.6
36242025-09-17T19:30:19.793Z Checking cassowary v0.3.0
36252025-09-17T19:30:19.793Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36262025-09-17T19:30:20.031Z Checking compact_str v0.8.0
36272025-09-17T19:30:20.694Z Checking ratatui v0.29.0
36282025-09-17T19:30:22.511Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36292025-09-17T19:30:23.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
36302025-09-17T19:30:23.622Z
36312025-09-17T19:30:23.622Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (168/227)
36322025-09-17T19:30:24.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332025-09-17T19:30:24.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342025-09-17T19:30:24.492Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
36352025-09-17T19:30:24.492Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36362025-09-17T19:30:25.780Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
36372025-09-17T19:30:26.500Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
36382025-09-17T19:30:26.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
36392025-09-17T19:30:27.208Z
36402025-09-17T19:30:27.208Zinfo: running `cargo check --bins` on ch-dev (169/227)
36412025-09-17T19:30:27.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422025-09-17T19:30:27.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432025-09-17T19:30:27.980Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36442025-09-17T19:30:28.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
36452025-09-17T19:30:29.223Z
36462025-09-17T19:30:29.224Zinfo: running `cargo check --bins` on dev-tools-common (170/227)
36472025-09-17T19:30:29.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482025-09-17T19:30:29.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492025-09-17T19:30:29.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502025-09-17T19:30:29.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36512025-09-17T19:30:29.818Z
36522025-09-17T19:30:29.818Zinfo: running `cargo check --bins` on crdb-seed (171/227)
36532025-09-17T19:30:30.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542025-09-17T19:30:30.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552025-09-17T19:30:30.564Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36562025-09-17T19:30:31.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
36572025-09-17T19:30:31.312Z
36582025-09-17T19:30:31.312Zinfo: running `cargo check --bins` on db-dev (172/227)
36592025-09-17T19:30:32.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602025-09-17T19:30:32.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612025-09-17T19:30:32.164Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36622025-09-17T19:30:33.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
36632025-09-17T19:30:33.313Z
36642025-09-17T19:30:33.313Zinfo: running `cargo check --bins` on omicron-dev-lib (173/227)
36652025-09-17T19:30:34.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662025-09-17T19:30:34.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672025-09-17T19:30:34.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682025-09-17T19:30:34.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
36692025-09-17T19:30:34.165Z
36702025-09-17T19:30:34.165Zinfo: running `cargo check --bins` on xtask-downloader (174/227)
36712025-09-17T19:30:34.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722025-09-17T19:30:34.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732025-09-17T19:30:34.910Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36742025-09-17T19:30:35.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
36752025-09-17T19:30:35.969Z
36762025-09-17T19:30:35.969Zinfo: running `cargo check --bins` on omicron-ls-apis (175/227)
36772025-09-17T19:30:36.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782025-09-17T19:30:36.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792025-09-17T19:30:36.723Z Checking typeid v1.0.3
36802025-09-17T19:30:36.842Z Checking ordered-float v2.10.1
36812025-09-17T19:30:36.856Z Checking cargo-platform v0.2.0
36822025-09-17T19:30:36.930Z Checking erased-serde v0.4.6
36832025-09-17T19:30:37.168Z Checking serde-value v0.7.0
36842025-09-17T19:30:37.501Z Checking serde-untagged v0.1.7
36852025-09-17T19:30:37.752Z Checking cargo-util-schemas v0.8.2
36862025-09-17T19:30:38.912Z Checking cargo_metadata v0.21.0
36872025-09-17T19:30:39.918Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36882025-09-17T19:30:40.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
36892025-09-17T19:30:40.980Z
36902025-09-17T19:30:40.981Zinfo: running `cargo check --bins` on mgs-dev (176/227)
36912025-09-17T19:30:41.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922025-09-17T19:30:41.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932025-09-17T19:30:41.879Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36942025-09-17T19:30:43.853Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36952025-09-17T19:30:44.495Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36962025-09-17T19:30:45.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
36972025-09-17T19:30:45.356Z
36982025-09-17T19:30:45.356Zinfo: running `cargo check --bins` on omicron-omdb (177/227)
36992025-09-17T19:30:46.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002025-09-17T19:30:46.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012025-09-17T19:30:46.438Z Compiling dirs-sys-next v0.1.2
37022025-09-17T19:30:46.438Z Compiling crunchy v0.2.2
37032025-09-17T19:30:46.443Z Compiling dsl_auto_type v0.1.2
37042025-09-17T19:30:46.584Z Checking scheduled-thread-pool v0.2.7
37052025-09-17T19:30:46.599Z Compiling diesel_table_macro_syntax v0.2.0
37062025-09-17T19:30:46.603Z Compiling tiny-keccak v2.0.2
37072025-09-17T19:30:46.655Z Compiling bit-vec v0.6.3
37082025-09-17T19:30:46.672Z Compiling ena v0.14.3
37092025-09-17T19:30:46.865Z Compiling dirs-next v2.0.0
37102025-09-17T19:30:47.001Z Checking r2d2 v0.8.10
37112025-09-17T19:30:47.041Z Compiling term v0.7.0
37122025-09-17T19:30:47.066Z Compiling bit-set v0.5.3
37132025-09-17T19:30:47.082Z Compiling bindgen v0.71.1
37142025-09-17T19:30:47.091Z Compiling diff v0.1.13
37152025-09-17T19:30:47.091Z Compiling regex-syntax v0.6.29
37162025-09-17T19:30:47.353Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
37172025-09-17T19:30:47.441Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
37182025-09-17T19:30:47.583Z Compiling ascii-canvas v3.0.0
37192025-09-17T19:30:47.660Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37202025-09-17T19:30:47.697Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
37212025-09-17T19:30:47.872Z Compiling diesel_derives v2.2.3
37222025-09-17T19:30:47.976Z Compiling derive_builder_core v0.20.2
37232025-09-17T19:30:48.036Z Compiling libxml v0.3.3
37242025-09-17T19:30:48.062Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37252025-09-17T19:30:48.233Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
37262025-09-17T19:30:48.481Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
37272025-09-17T19:30:52.740Z Compiling strum_macros v0.24.3
37282025-09-17T19:30:53.055Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37292025-09-17T19:30:53.055Z Compiling indoc v1.0.9
37302025-09-17T19:30:53.055Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
37312025-09-17T19:30:53.055Z Compiling derive_builder_macro v0.20.2
37322025-09-17T19:30:53.055Z Compiling impl-trait-for-tuples v0.2.2
37332025-09-17T19:30:53.055Z Compiling lalrpop v0.19.12
37342025-09-17T19:30:53.055Z Checking derive_builder v0.20.2
37352025-09-17T19:30:53.055Z Compiling oso-derive v0.27.3
37362025-09-17T19:30:53.055Z Checking quick-xml v0.37.2
37372025-09-17T19:30:53.055Z Checking maplit v1.0.2
37382025-09-17T19:30:53.055Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37392025-09-17T19:30:53.261Z Compiling diesel-dtrace v0.4.2
37402025-09-17T19:30:53.261Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
37412025-09-17T19:30:53.261Z Checking bb8 v0.8.5
37422025-09-17T19:30:53.261Z Checking ignore v0.4.23
37432025-09-17T19:30:53.261Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37442025-09-17T19:30:53.343Z Checking predicates-tree v1.0.12
37452025-09-17T19:30:53.351Z Checking globwalk v0.9.1
37462025-09-17T19:30:53.392Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37472025-09-17T19:30:53.427Z Checking rand_seeder v0.4.0
37482025-09-17T19:30:53.453Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37492025-09-17T19:30:53.770Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37502025-09-17T19:30:53.770Z Checking camino-tempfile-ext v0.3.2
37512025-09-17T19:30:53.776Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37522025-09-17T19:30:53.933Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37532025-09-17T19:30:54.060Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37542025-09-17T19:30:54.287Z Checking console v0.16.0
37552025-09-17T19:30:54.883Z Checking is_ci v1.2.0
37562025-09-17T19:30:54.911Z Checking unit-prefix v0.5.1
37572025-09-17T19:30:55.054Z Checking supports-color v3.0.2
37582025-09-17T19:30:55.140Z Checking indicatif v0.18.0
37592025-09-17T19:30:55.324Z Checking support-bundle-viewer v0.1.2
37602025-09-17T19:30:55.413Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37612025-09-17T19:30:55.802Z Checking multimap v0.10.1
37622025-09-17T19:30:55.910Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37632025-09-17T19:30:57.738Z Checking diesel v2.2.12
37642025-09-17T19:31:11.279Z Compiling samael v0.0.19
37652025-09-17T19:31:26.712Z Checking async-bb8-diesel v0.2.1
37662025-09-17T19:31:28.595Z Compiling polar-core v0.27.3
37672025-09-17T19:31:35.648Z Checking oso v0.27.3
37682025-09-17T19:32:18.421Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37692025-09-17T19:32:51.389Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37702025-09-17T19:33:01.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
37712025-09-17T19:33:01.534Z
37722025-09-17T19:33:01.534Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (178/227)
37732025-09-17T19:33:02.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742025-09-17T19:33:02.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752025-09-17T19:33:02.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762025-09-17T19:33:02.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
37772025-09-17T19:33:02.393Z
37782025-09-17T19:33:02.393Zinfo: running `cargo check --bins` on nexus-saga-recovery (179/227)
37792025-09-17T19:33:03.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802025-09-17T19:33:03.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812025-09-17T19:33:03.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822025-09-17T19:33:03.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37832025-09-17T19:33:03.261Z
37842025-09-17T19:33:03.261Zinfo: running `cargo check --bins` on nexus-test-utils-macros (180/227)
37852025-09-17T19:33:03.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862025-09-17T19:33:03.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872025-09-17T19:33:03.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882025-09-17T19:33:03.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37892025-09-17T19:33:04.017Z
37902025-09-17T19:33:04.017Zinfo: running `cargo check --bins` on omicron-nexus (181/227)
37912025-09-17T19:33:04.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922025-09-17T19:33:04.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932025-09-17T19:33:05.113Z Compiling libz-sys v1.1.20
37942025-09-17T19:33:05.256Z Compiling libgit2-sys v0.17.0+1.8.1
37952025-09-17T19:33:05.274Z Compiling vergen v8.3.2
37962025-09-17T19:33:05.278Z Compiling cargo-platform v0.1.8
37972025-09-17T19:33:05.299Z Compiling fs-err v2.11.0
37982025-09-17T19:33:05.299Z Compiling rustls v0.21.12
37992025-09-17T19:33:05.331Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38002025-09-17T19:33:05.334Z Checking rustls-webpki v0.101.7
38012025-09-17T19:33:05.611Z Compiling cargo_metadata v0.18.1
38022025-09-17T19:33:05.718Z Checking sct v0.7.1
38032025-09-17T19:33:05.743Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38042025-09-17T19:33:05.931Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38052025-09-17T19:33:06.065Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38062025-09-17T19:33:06.117Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38072025-09-17T19:33:06.163Z Checking parse-size v1.1.0
38082025-09-17T19:33:06.328Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38092025-09-17T19:33:06.350Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
38102025-09-17T19:33:06.449Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38112025-09-17T19:33:06.469Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38122025-09-17T19:33:07.228Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38132025-09-17T19:33:07.380Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38142025-09-17T19:33:07.609Z Checking rustls-pemfile v1.0.4
38152025-09-17T19:33:07.834Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38162025-09-17T19:33:07.965Z Checking twox-hash v2.1.0
38172025-09-17T19:33:08.083Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38182025-09-17T19:33:08.177Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38192025-09-17T19:33:08.553Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38202025-09-17T19:33:08.776Z Checking tokio-rustls v0.24.1
38212025-09-17T19:33:09.468Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38222025-09-17T19:33:09.875Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38232025-09-17T19:33:10.090Z Checking fatfs v0.3.6
38242025-09-17T19:33:10.320Z Checking assert_matches v1.5.0
38252025-09-17T19:33:16.250Z Compiling git2 v0.19.0
38262025-09-17T19:33:16.893Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38272025-09-17T19:33:17.048Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38282025-09-17T19:33:20.268Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38292025-09-17T19:34:20.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
38302025-09-17T19:34:20.530Z
38312025-09-17T19:34:20.530Zinfo: running `cargo check --bins` on nexus-background-task-interface (182/227)
38322025-09-17T19:34:21.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332025-09-17T19:34:21.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342025-09-17T19:34:21.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352025-09-17T19:34:21.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38362025-09-17T19:34:21.336Z
38372025-09-17T19:34:21.336Zinfo: running `cargo check --bins` on nexus-external-api (183/227)
38382025-09-17T19:34:22.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392025-09-17T19:34:22.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402025-09-17T19:34:22.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412025-09-17T19:34:22.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38422025-09-17T19:34:22.180Z
38432025-09-17T19:34:22.181Zinfo: running `cargo check --bins` on nexus-internal-api (184/227)
38442025-09-17T19:34:22.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452025-09-17T19:34:22.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462025-09-17T19:34:22.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472025-09-17T19:34:22.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38482025-09-17T19:34:23.018Z
38492025-09-17T19:34:23.018Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (185/227)
38502025-09-17T19:34:23.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512025-09-17T19:34:23.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522025-09-17T19:34:23.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532025-09-17T19:34:23.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38542025-09-17T19:34:23.894Z
38552025-09-17T19:34:23.894Zinfo: running `cargo check --bins` on nexus-mgs-updates (186/227)
38562025-09-17T19:34:24.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572025-09-17T19:34:24.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582025-09-17T19:34:24.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592025-09-17T19:34:24.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38602025-09-17T19:34:24.781Z
38612025-09-17T19:34:24.781Zinfo: running `cargo check --bins` on nexus-networking (187/227)
38622025-09-17T19:34:25.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632025-09-17T19:34:25.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642025-09-17T19:34:25.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652025-09-17T19:34:25.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38662025-09-17T19:34:25.621Z
38672025-09-17T19:34:25.621Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (188/227)
38682025-09-17T19:34:26.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692025-09-17T19:34:26.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702025-09-17T19:34:26.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712025-09-17T19:34:26.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38722025-09-17T19:34:26.492Z
38732025-09-17T19:34:26.492Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/227)
38742025-09-17T19:34:27.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752025-09-17T19:34:27.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762025-09-17T19:34:27.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772025-09-17T19:34:27.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38782025-09-17T19:34:27.372Z
38792025-09-17T19:34:27.372Zinfo: running `cargo check --bins` on update-common (190/227)
38802025-09-17T19:34:28.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812025-09-17T19:34:28.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822025-09-17T19:34:28.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832025-09-17T19:34:28.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38842025-09-17T19:34:28.191Z
38852025-09-17T19:34:28.191Zinfo: running `cargo check --bins` on omicron-dev (191/227)
38862025-09-17T19:34:29.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872025-09-17T19:34:29.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882025-09-17T19:34:29.325Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38892025-09-17T19:34:29.328Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38902025-09-17T19:34:29.493Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38912025-09-17T19:34:29.508Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38922025-09-17T19:34:29.511Z Checking diff v0.1.13
38932025-09-17T19:34:29.525Z Checking yansi v1.0.1
38942025-09-17T19:34:29.544Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38952025-09-17T19:34:29.565Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38962025-09-17T19:34:30.013Z Checking pretty_assertions v1.4.1
38972025-09-17T19:34:30.827Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38982025-09-17T19:34:59.873Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38992025-09-17T19:34:59.877Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39002025-09-17T19:34:59.877Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39012025-09-17T19:34:59.877Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39022025-09-17T19:34:59.877Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39032025-09-17T19:34:59.877Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39042025-09-17T19:35:00.447Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39052025-09-17T19:35:01.011Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39062025-09-17T19:35:02.392Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39072025-09-17T19:35:55.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
39082025-09-17T19:35:55.687Z
39092025-09-17T19:35:55.688Zinfo: running `cargo check --bins` on openapi-manager (192/227)
39102025-09-17T19:35:56.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112025-09-17T19:35:56.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122025-09-17T19:35:56.588Z Compiling tabled_derive v0.10.0
39132025-09-17T19:35:56.588Z Checking papergrid v0.14.0
39142025-09-17T19:35:56.591Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39152025-09-17T19:35:56.591Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39162025-09-17T19:35:56.743Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
39172025-09-17T19:35:56.746Z Checking heck v0.4.1
39182025-09-17T19:35:56.746Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39192025-09-17T19:35:56.968Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39202025-09-17T19:35:57.008Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39212025-09-17T19:35:58.056Z Checking tabled v0.18.0
39222025-09-17T19:35:58.172Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39232025-09-17T19:36:00.885Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39242025-09-17T19:36:02.446Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39252025-09-17T19:36:03.327Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39262025-09-17T19:36:04.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
39272025-09-17T19:36:05.142Z
39282025-09-17T19:36:05.142Zinfo: running `cargo check --bins` on installinator-api (193/227)
39292025-09-17T19:36:05.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302025-09-17T19:36:05.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312025-09-17T19:36:05.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322025-09-17T19:36:05.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39332025-09-17T19:36:05.949Z
39342025-09-17T19:36:05.949Zinfo: running `cargo check --bins` on ntp-admin-api (194/227)
39352025-09-17T19:36:06.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362025-09-17T19:36:06.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372025-09-17T19:36:06.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382025-09-17T19:36:06.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39392025-09-17T19:36:06.735Z
39402025-09-17T19:36:06.735Zinfo: running `cargo check --bins` on ntp-admin-types (195/227)
39412025-09-17T19:36:07.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422025-09-17T19:36:07.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432025-09-17T19:36:07.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442025-09-17T19:36:07.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39452025-09-17T19:36:07.523Z
39462025-09-17T19:36:07.523Zinfo: running `cargo check --bins` on wicketd-api (196/227)
39472025-09-17T19:36:08.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482025-09-17T19:36:08.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492025-09-17T19:36:08.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502025-09-17T19:36:08.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39512025-09-17T19:36:08.347Z
39522025-09-17T19:36:08.347Zinfo: running `cargo check --bins` on omicron-pins (197/227)
39532025-09-17T19:36:09.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542025-09-17T19:36:09.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552025-09-17T19:36:09.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562025-09-17T19:36:09.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39572025-09-17T19:36:09.110Z
39582025-09-17T19:36:09.110Zinfo: running `cargo check --bins` on reconfigurator-cli (198/227)
39592025-09-17T19:36:09.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602025-09-17T19:36:09.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612025-09-17T19:36:10.066Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39622025-09-17T19:36:10.204Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39632025-09-17T19:36:10.208Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39642025-09-17T19:36:10.228Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
39652025-09-17T19:36:10.231Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
39662025-09-17T19:36:10.231Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39672025-09-17T19:36:10.270Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39682025-09-17T19:36:10.274Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
39692025-09-17T19:36:10.429Z Compiling petname v2.0.2
39702025-09-17T19:36:10.480Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39712025-09-17T19:36:10.792Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39722025-09-17T19:36:10.889Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39732025-09-17T19:36:11.220Z Checking sync-ptr v0.1.4
39742025-09-17T19:36:11.245Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39752025-09-17T19:36:11.303Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39762025-09-17T19:36:11.428Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39772025-09-17T19:36:11.720Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
39782025-09-17T19:36:11.769Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39792025-09-17T19:36:12.746Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39802025-09-17T19:36:15.048Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
39812025-09-17T19:36:15.052Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39822025-09-17T19:36:21.502Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39832025-09-17T19:36:22.405Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39842025-09-17T19:36:24.276Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39852025-09-17T19:36:27.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.01s
39862025-09-17T19:36:27.376Z
39872025-09-17T19:36:27.376Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227)
39882025-09-17T19:36:28.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892025-09-17T19:36:28.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902025-09-17T19:36:28.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912025-09-17T19:36:28.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39922025-09-17T19:36:28.251Z
39932025-09-17T19:36:28.251Zinfo: running `cargo check --bins` on omicron-repl-utils (200/227)
39942025-09-17T19:36:28.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952025-09-17T19:36:28.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962025-09-17T19:36:28.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972025-09-17T19:36:28.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
39982025-09-17T19:36:29.008Z
39992025-09-17T19:36:29.008Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227)
40002025-09-17T19:36:29.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012025-09-17T19:36:29.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022025-09-17T19:36:29.923Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
40032025-09-17T19:36:31.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
40042025-09-17T19:36:31.271Z
40052025-09-17T19:36:31.271Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (202/227)
40062025-09-17T19:36:32.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072025-09-17T19:36:32.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082025-09-17T19:36:32.139Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40092025-09-17T19:36:32.595Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40102025-09-17T19:36:33.811Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
40112025-09-17T19:36:34.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
40122025-09-17T19:36:34.807Z
40132025-09-17T19:36:34.807Zinfo: running `cargo check --bins` on omicron-releng (203/227)
40142025-09-17T19:36:35.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152025-09-17T19:36:35.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162025-09-17T19:36:35.626Z Compiling blake3 v1.5.4
40172025-09-17T19:36:35.629Z Checking memmap2 v0.9.5
40182025-09-17T19:36:35.629Z Checking constant_time_eq v0.3.1
40192025-09-17T19:36:35.748Z Checking arrayref v0.3.9
40202025-09-17T19:36:35.752Z Checking arrayvec v0.7.6
40212025-09-17T19:36:35.785Z Checking topological-sort v0.2.2
40222025-09-17T19:36:35.797Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
40232025-09-17T19:36:35.802Z Checking shell-words v1.1.0
40242025-09-17T19:36:36.791Z Checking omicron-zone-package v0.12.2
40252025-09-17T19:36:37.932Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
40262025-09-17T19:36:39.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
40272025-09-17T19:36:39.289Z
40282025-09-17T19:36:39.289Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (204/227)
40292025-09-17T19:36:40.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302025-09-17T19:36:40.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312025-09-17T19:36:40.103Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40322025-09-17T19:36:40.496Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
40332025-09-17T19:36:41.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
40342025-09-17T19:36:41.223Z
40352025-09-17T19:36:41.223Zinfo: running `cargo check --bins` on xtask (205/227)
40362025-09-17T19:36:41.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372025-09-17T19:36:41.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382025-09-17T19:36:41.819Z Checking bitflags v2.9.1
40392025-09-17T19:36:41.822Z Checking serde v1.0.223
40402025-09-17T19:36:41.823Z Checking zerofrom v0.1.4
40412025-09-17T19:36:41.934Z Checking hashbrown v0.15.4
40422025-09-17T19:36:41.937Z Checking smallvec v1.15.1
40432025-09-17T19:36:41.954Z Checking thiserror v1.0.69
40442025-09-17T19:36:41.968Z Checking serde_json v1.0.145
40452025-09-17T19:36:41.980Z Checking scroll v0.12.0
40462025-09-17T19:36:42.102Z Checking num-traits v0.2.19
40472025-09-17T19:36:42.128Z Checking yoke v0.7.4
40482025-09-17T19:36:42.164Z Checking rustix v0.38.37
40492025-09-17T19:36:42.255Z Checking log v0.4.27
40502025-09-17T19:36:42.430Z Checking percent-encoding v2.3.2
40512025-09-17T19:36:42.454Z Checking zerovec v0.10.4
40522025-09-17T19:36:42.532Z Checking goblin v0.8.2
40532025-09-17T19:36:42.663Z Checking form_urlencoded v1.2.2
40542025-09-17T19:36:42.862Z Checking serde_spanned v0.6.9
40552025-09-17T19:36:42.882Z Checking toml_datetime v0.6.11
40562025-09-17T19:36:42.899Z Checking indexmap v2.11.0
40572025-09-17T19:36:43.059Z Checking erased-serde v0.4.6
40582025-09-17T19:36:43.154Z Checking terminal_size v0.4.0
40592025-09-17T19:36:43.211Z Checking pest v2.7.14
40602025-09-17T19:36:43.349Z Checking zerocopy v0.7.35
40612025-09-17T19:36:43.446Z Checking getrandom v0.3.1
40622025-09-17T19:36:43.625Z Checking ordered-float v2.10.1
40632025-09-17T19:36:43.661Z Checking thiserror v2.0.16
40642025-09-17T19:36:43.823Z Checking syn v2.0.106
40652025-09-17T19:36:43.956Z Checking serde-untagged v0.1.7
40662025-09-17T19:36:43.995Z Checking tinystr v0.7.6
40672025-09-17T19:36:44.099Z Checking icu_collections v1.5.0
40682025-09-17T19:36:44.126Z Checking toml_edit v0.22.27
40692025-09-17T19:36:44.330Z Checking serde-value v0.7.0
40702025-09-17T19:36:44.362Z Checking icu_locid v1.5.0
40712025-09-17T19:36:44.575Z Checking semver v1.0.26
40722025-09-17T19:36:44.747Z Checking rustix v1.0.7
40732025-09-17T19:36:44.766Z Checking once_cell v1.21.3
40742025-09-17T19:36:44.988Z Checking clap_builder v4.5.41
40752025-09-17T19:36:45.100Z Checking cargo-platform v0.2.0
40762025-09-17T19:36:45.334Z Checking icu_provider v1.5.0
40772025-09-17T19:36:45.445Z Checking textwrap v0.16.2
40782025-09-17T19:36:45.685Z Checking dtrace-parser v0.2.0
40792025-09-17T19:36:45.802Z Checking fs-err v3.1.1
40802025-09-17T19:36:45.996Z Checking icu_locid_transform v1.5.0
40812025-09-17T19:36:46.138Z Checking anyhow v1.0.99
40822025-09-17T19:36:46.184Z Checking tabled v0.15.0
40832025-09-17T19:36:46.236Z Checking tempfile v3.20.0
40842025-09-17T19:36:46.520Z Checking macaddr v1.0.1
40852025-09-17T19:36:46.629Z Checking camino-tempfile v1.4.1
40862025-09-17T19:36:46.691Z Checking toml v0.8.23
40872025-09-17T19:36:46.873Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
40882025-09-17T19:36:47.015Z Checking icu_properties v1.5.1
40892025-09-17T19:36:47.242Z Checking dof v0.3.0
40902025-09-17T19:36:47.395Z Checking cargo_toml v0.21.0
40912025-09-17T19:36:47.634Z Checking clap v4.5.41
40922025-09-17T19:36:48.193Z Checking usdt-impl v0.5.0
40932025-09-17T19:36:48.562Z Checking usdt v0.5.0
40942025-09-17T19:36:49.361Z Checking icu_normalizer v1.5.0
40952025-09-17T19:36:49.831Z Checking idna_adapter v1.2.0
40962025-09-17T19:36:49.962Z Checking idna v1.0.3
40972025-09-17T19:36:50.266Z Checking url v2.5.4
40982025-09-17T19:36:50.766Z Checking cargo-util-schemas v0.8.2
40992025-09-17T19:36:51.939Z Checking cargo_metadata v0.21.0
41002025-09-17T19:36:52.941Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41012025-09-17T19:36:53.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s
41022025-09-17T19:36:53.722Z
41032025-09-17T19:36:53.723Zinfo: running `cargo check --bins` on end-to-end-tests (206/227)
41042025-09-17T19:36:54.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052025-09-17T19:36:54.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062025-09-17T19:36:54.691Z Checking polyval v0.6.2
41072025-09-17T19:36:54.829Z Checking ctr v0.9.2
41082025-09-17T19:36:54.839Z Checking ssh-encoding v0.2.0
41092025-09-17T19:36:54.842Z Checking blowfish v0.9.1
41102025-09-17T19:36:54.862Z Checking password-hash v0.4.2
41112025-09-17T19:36:54.882Z Checking p256 v0.13.2
41122025-09-17T19:36:54.886Z Checking p521 v0.13.3
41132025-09-17T19:36:54.886Z Checking russh-cryptovec v0.7.3
41142025-09-17T19:36:55.062Z Checking bcrypt-pbkdf v0.10.0
41152025-09-17T19:36:55.086Z Checking ghash v0.5.1
41162025-09-17T19:36:55.086Z Checking md5 v0.7.0
41172025-09-17T19:36:55.128Z Checking num-bigint v0.4.6
41182025-09-17T19:36:55.148Z Checking des v0.8.1
41192025-09-17T19:36:55.264Z Checking aes-gcm v0.10.3
41202025-09-17T19:36:55.266Z Checking pbkdf2 v0.11.0
41212025-09-17T19:36:55.324Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41222025-09-17T19:36:55.388Z Checking hex-literal v0.4.1
41232025-09-17T19:36:55.413Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41242025-09-17T19:36:55.437Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41252025-09-17T19:36:55.533Z Checking internet-checksum v0.2.1
41262025-09-17T19:36:55.557Z Checking ssh-cipher v0.2.0
41272025-09-17T19:36:55.833Z Checking ssh-key v0.6.6
41282025-09-17T19:36:55.982Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41292025-09-17T19:36:56.930Z Checking russh-keys v0.45.0
41302025-09-17T19:36:57.778Z Checking russh v0.45.0
41312025-09-17T19:37:18.190Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41322025-09-17T19:37:19.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.09s
41332025-09-17T19:37:20.066Z
41342025-09-17T19:37:20.066Zinfo: running `cargo check --bins` on gateway-cli (207/227)
41352025-09-17T19:37:20.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362025-09-17T19:37:20.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372025-09-17T19:37:20.874Z Checking termios v0.3.3
41382025-09-17T19:37:21.122Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41392025-09-17T19:37:21.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41402025-09-17T19:37:22.132Z
41412025-09-17T19:37:22.132Zinfo: running `cargo check --bins --no-default-features` on installinator (208/227)
41422025-09-17T19:37:22.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432025-09-17T19:37:22.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442025-09-17T19:37:23.007Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41452025-09-17T19:37:23.007Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41462025-09-17T19:37:23.010Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41472025-09-17T19:37:23.902Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41482025-09-17T19:37:25.701Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41492025-09-17T19:37:27.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
41502025-09-17T19:37:28.083Z
41512025-09-17T19:37:28.083Zinfo: running `cargo check --bins` on internal-dns-cli (209/227)
41522025-09-17T19:37:28.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532025-09-17T19:37:28.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542025-09-17T19:37:28.890Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41552025-09-17T19:37:29.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
41562025-09-17T19:37:29.617Z
41572025-09-17T19:37:29.617Zinfo: running `cargo check --bins` on omicron-live-tests (210/227)
41582025-09-17T19:37:30.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592025-09-17T19:37:30.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602025-09-17T19:37:30.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612025-09-17T19:37:30.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41622025-09-17T19:37:30.372Z
41632025-09-17T19:37:30.372Zinfo: running `cargo check --bins` on live-tests-macros (211/227)
41642025-09-17T19:37:31.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652025-09-17T19:37:31.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662025-09-17T19:37:31.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41672025-09-17T19:37:31.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41682025-09-17T19:37:31.126Z
41692025-09-17T19:37:31.126Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227)
41702025-09-17T19:37:31.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712025-09-17T19:37:31.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722025-09-17T19:37:32.033Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41732025-09-17T19:37:32.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
41742025-09-17T19:37:33.001Z
41752025-09-17T19:37:33.001Zinfo: running `cargo check --bins` on omicron-ntp-admin (213/227)
41762025-09-17T19:37:33.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772025-09-17T19:37:33.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782025-09-17T19:37:33.800Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41792025-09-17T19:37:33.800Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41802025-09-17T19:37:34.113Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41812025-09-17T19:37:35.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
41822025-09-17T19:37:35.337Z
41832025-09-17T19:37:35.337Zinfo: running `cargo check --bins` on omicron-package (214/227)
41842025-09-17T19:37:36.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852025-09-17T19:37:36.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862025-09-17T19:37:36.163Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41872025-09-17T19:37:37.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
41882025-09-17T19:37:37.864Z
41892025-09-17T19:37:37.864Zinfo: running `cargo check --bins --no-default-features` on trust-quorum (215/227)
41902025-09-17T19:37:38.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912025-09-17T19:37:38.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922025-09-17T19:37:38.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932025-09-17T19:37:38.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
41942025-09-17T19:37:38.679Z
41952025-09-17T19:37:38.679Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227)
41962025-09-17T19:37:39.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972025-09-17T19:37:39.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982025-09-17T19:37:39.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992025-09-17T19:37:39.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42002025-09-17T19:37:39.505Z
42012025-09-17T19:37:39.505Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227)
42022025-09-17T19:37:40.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032025-09-17T19:37:40.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042025-09-17T19:37:40.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052025-09-17T19:37:40.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42062025-09-17T19:37:40.312Z
42072025-09-17T19:37:40.312Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227)
42082025-09-17T19:37:41.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092025-09-17T19:37:41.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102025-09-17T19:37:41.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112025-09-17T19:37:41.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42122025-09-17T19:37:41.120Z
42132025-09-17T19:37:41.120Zinfo: running `cargo check --bins --no-default-features` on gfss (219/227)
42142025-09-17T19:37:41.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152025-09-17T19:37:41.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162025-09-17T19:37:41.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172025-09-17T19:37:41.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42182025-09-17T19:37:41.869Z
42192025-09-17T19:37:41.870Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227)
42202025-09-17T19:37:42.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212025-09-17T19:37:42.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222025-09-17T19:37:42.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232025-09-17T19:37:42.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
42242025-09-17T19:37:42.623Z
42252025-09-17T19:37:42.623Zinfo: running `cargo check --bins` on trust-quorum-test-utils (221/227)
42262025-09-17T19:37:43.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272025-09-17T19:37:43.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282025-09-17T19:37:43.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292025-09-17T19:37:43.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
42302025-09-17T19:37:43.434Z
42312025-09-17T19:37:43.434Zinfo: running `cargo check --bins` on tqdb (222/227)
42322025-09-17T19:37:44.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332025-09-17T19:37:44.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342025-09-17T19:37:44.338Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42352025-09-17T19:37:44.741Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42362025-09-17T19:37:46.246Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42372025-09-17T19:37:47.103Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42382025-09-17T19:37:47.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
42392025-09-17T19:37:48.066Z
42402025-09-17T19:37:48.066Zinfo: running `cargo check --bins` on wicket-dbg (223/227)
42412025-09-17T19:37:48.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422025-09-17T19:37:48.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432025-09-17T19:37:48.957Z Checking rtoolbox v0.0.2
42442025-09-17T19:37:48.960Z Checking tui-tree-widget v0.23.1
42452025-09-17T19:37:48.960Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42462025-09-17T19:37:49.226Z Checking rpassword v7.4.0
42472025-09-17T19:37:53.920Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42482025-09-17T19:37:56.823Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42492025-09-17T19:37:58.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.02s
42502025-09-17T19:37:58.318Z
42512025-09-17T19:37:58.318Zinfo: running `cargo check --bins` on wicket (224/227)
42522025-09-17T19:37:59.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532025-09-17T19:37:59.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542025-09-17T19:37:59.197Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42552025-09-17T19:37:59.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
42562025-09-17T19:37:59.914Z
42572025-09-17T19:37:59.914Zinfo: running `cargo check --bins` on wicketd (225/227)
42582025-09-17T19:38:00.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592025-09-17T19:38:00.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602025-09-17T19:38:00.809Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42612025-09-17T19:38:05.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
42622025-09-17T19:38:05.261Z
42632025-09-17T19:38:05.261Zinfo: running `cargo check --bins` on omicron-workspace-hack (226/227)
42642025-09-17T19:38:05.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652025-09-17T19:38:05.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662025-09-17T19:38:05.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672025-09-17T19:38:05.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42682025-09-17T19:38:06.021Z
42692025-09-17T19:38:06.021Zinfo: running `cargo check --bins` on zone-setup (227/227)
42702025-09-17T19:38:06.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712025-09-17T19:38:06.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722025-09-17T19:38:06.862Z Checking uzers v0.12.1
42732025-09-17T19:38:07.222Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42742025-09-17T19:38:08.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
42752025-09-17T19:38:08.546Z
42762025-09-17T19:38:08.546Zreal 16:23.078189290
42772025-09-17T19:38:08.546Zuser 32:31.825099900
42782025-09-17T19:38:08.546Zsys 5:25.568541951
42792025-09-17T19:38:08.546Ztrap 0.699163746
42802025-09-17T19:38:08.546Ztflt 0.647816552
42812025-09-17T19:38:08.547Zdflt 1.609363172
42822025-09-17T19:38:08.547Zkflt 0.001149183
42832025-09-17T19:38:08.547Zlock 1:21:15.246994746
42842025-09-17T19:38:08.547Zslp 2:40:46.188038881
42852025-09-17T19:38:08.547Zlat 1:40.617080074
42862025-09-17T19:38:08.547Zstop 5:21.934230344
42872025-09-17T19:38:08.550Zprocess exited: duration 1279262 ms, exit code 0
 
42882025-09-17T19:38:08.557Zfound 0 output files