01K5FHDN2J6T507036G983JTXV: 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: 01K5FHEJPXH7QPJ6B77AKG3CWJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-09-18T23:10:53.501Zjob assigned to worker 01K5FHFS4XVKJV0DVWRGFT1N8C [factory gimlet-EVT22200007-propolis, EVT22200007/42353] (queued for 1 m 7 s)
 
22025-09-18T23:11:02.691Zstarting task 0: "setup"
32025-09-18T23:11:02.717Z++ uname -s
42025-09-18T23:11:02.717Z+ kern=SunOS
52025-09-18T23:11:02.717Z+ build_user=build
62025-09-18T23:11:02.717Z+ build_uid=12345
72025-09-18T23:11:02.717Z+ work_dir=/work
82025-09-18T23:11:02.717Z+ input_dir=/input
92025-09-18T23:11:02.717Z+ [[ 0 == 12345 ]]
102025-09-18T23:11:02.717Z+ case "$kern" in
112025-09-18T23:11:02.717Z+ groupadd -g 12345 build
122025-09-18T23:11:02.717Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-09-18T23:11:04.725Z+ zfs create -o mountpoint=/work rpool/work
142025-09-18T23:11:04.767Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-09-18T23:11:04.792Z+ home_fs=zfs
162025-09-18T23:11:04.792Z+ [[ zfs == autofs ]]
172025-09-18T23:11:04.792Z+ mkdir -p /home/build
182025-09-18T23:11:04.792Z+ chown build:build /home/build /work
192025-09-18T23:11:06.780Z+ chmod 0700 /home/build /work
202025-09-18T23:11:06.804Zprocess exited: duration 4093 ms, exit code 0
 
212025-09-18T23:11:06.853Zstarting task 1: "rust-toolchain"
222025-09-18T23:11:06.878Z+ printf ' * rust toolchain channel = "%s"\n' 1.89.0
232025-09-18T23:11:06.878Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-09-18T23:11:06.878Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-09-18T23:11:06.878Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-09-18T23:11:06.878Z * rust toolchain channel = "1.89.0"
272025-09-18T23:11:06.878Z * rust toolchain profile = "default"
282025-09-18T23:11:06.879Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-09-18T23:11:06.879Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default
302025-09-18T23:11:07.019Zinfo: downloading installer
312025-09-18T23:11:07.620Zwarn: It looks like you have an existing installation of Rust at:
322025-09-18T23:11:07.620Zwarn: /opt/ooce/bin
332025-09-18T23:11:07.620Zwarn: It is recommended that rustup be the primary Rust installation.
342025-09-18T23:11:07.620Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-09-18T23:11:07.620Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-09-18T23:11:07.620Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-09-18T23:11:07.620Zwarn: or pass `-y' to ignore all ignorable checks.
382025-09-18T23:11:07.620Zerror: cannot install while Rust is installed
392025-09-18T23:11:07.620Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-09-18T23:11:07.645Zinfo: profile set to 'default'
412025-09-18T23:11:07.645Zinfo: default host triple is x86_64-unknown-illumos
422025-09-18T23:11:07.645Zinfo: syncing channel updates for '1.89.0-x86_64-unknown-illumos'
432025-09-18T23:11:07.777Zinfo: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
442025-09-18T23:11:07.777Zinfo: downloading component 'cargo'
452025-09-18T23:11:07.944Zinfo: downloading component 'clippy'
462025-09-18T23:11:08.043Zinfo: downloading component 'rust-docs'
472025-09-18T23:11:08.308Zinfo: downloading component 'rust-std'
482025-09-18T23:11:08.805Zinfo: downloading component 'rustc'
492025-09-18T23:11:10.078Zinfo: downloading component 'rustfmt'
502025-09-18T23:11:10.135Zinfo: installing component 'cargo'
512025-09-18T23:11:11.453Zinfo: installing component 'clippy'
522025-09-18T23:11:11.959Zinfo: installing component 'rust-docs'
532025-09-18T23:11:15.611Zinfo: installing component 'rust-std'
542025-09-18T23:11:18.008Zinfo: installing component 'rustc'
552025-09-18T23:11:27.233Zinfo: installing component 'rustfmt'
562025-09-18T23:11:27.729Z
572025-09-18T23:11:27.729Zinfo: default toolchain set to '1.89.0-x86_64-unknown-illumos'
582025-09-18T23:11:27.887Z 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04)
592025-09-18T23:11:27.887Z
602025-09-18T23:11:27.887Z
612025-09-18T23:11:27.887ZRust is installed now. Great!
622025-09-18T23:11:27.887Z
632025-09-18T23:11:27.887ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-09-18T23:11:27.887Zenvironment variable. This has not been done automatically.
652025-09-18T23:11:27.887Z
662025-09-18T23:11:27.888ZTo configure your current shell, you need to source
672025-09-18T23:11:27.888Zthe corresponding env file under $HOME/.cargo.
682025-09-18T23:11:27.888Z
692025-09-18T23:11:27.888ZThis is usually done by running one of the following (note the leading DOT):
702025-09-18T23:11:27.888Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-09-18T23:11:27.888Zsource "$HOME/.cargo/env.fish" # For fish
722025-09-18T23:11:27.888Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-09-18T23:11:28.021Z+ rustup --version
742025-09-18T23:11:28.048Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-09-18T23:11:28.048Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-09-18T23:11:28.184Zinfo: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`
772025-09-18T23:11:28.210Z+ cargo --version
782025-09-18T23:11:28.316Zcargo 1.89.0 (c24e10642 2025-06-23)
792025-09-18T23:11:28.341Z+ rustc --version
802025-09-18T23:11:28.454Zrustc 1.89.0 (29483883e 2025-08-04)
812025-09-18T23:11:28.479Zprocess exited: duration 21604 ms, exit code 0
 
822025-09-18T23:11:28.534Zstarting task 2: "authentication"
832025-09-18T23:11:28.598Zprocess exited: duration 67 ms, exit code 0
 
842025-09-18T23:11:28.650Zstarting task 3: "clone repository"
852025-09-18T23:11:28.675Z+ mkdir -p /work/oxidecomputer/omicron
862025-09-18T23:11:28.675Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-09-18T23:11:28.700ZCloning into '/work/oxidecomputer/omicron'...
882025-09-18T23:11:42.641Z+ cd /work/oxidecomputer/omicron
892025-09-18T23:11:42.641Z+ git fetch origin 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28
902025-09-18T23:11:43.122ZFrom https://github.com/oxidecomputer/omicron
912025-09-18T23:11:43.122Z * branch 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28 -> FETCH_HEAD
922025-09-18T23:11:43.147Z+ [[ -n omdb_nexus_gen ]]
932025-09-18T23:11:43.147Z++ git branch --show-current
942025-09-18T23:11:43.147Z+ current=main
952025-09-18T23:11:43.147Z+ [[ main != omdb_nexus_gen ]]
962025-09-18T23:11:43.147Z+ git branch -f omdb_nexus_gen 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28
972025-09-18T23:11:43.172Z+ git checkout -f omdb_nexus_gen
982025-09-18T23:11:43.485ZSwitched to branch 'omdb_nexus_gen'
992025-09-18T23:11:43.511Z+ git reset --hard 2f19f09815893ce35cddf8d8f0ec2c6a38ec7d28
1002025-09-18T23:11:43.536ZHEAD is now at 2f19f0981 review feedback
1012025-09-18T23:11:43.536Zprocess exited: duration 14880 ms, exit code 0
 
1022025-09-18T23:11:43.586Zstarting task 4: "build"
1032025-09-18T23:11:43.611Z+ source .github/buildomat/ci-env.sh
1042025-09-18T23:11:43.611Z++ export CARGO_TERM_COLOR=always
1052025-09-18T23:11:43.611Z++ CARGO_TERM_COLOR=always
1062025-09-18T23:11:43.611Z+ cargo --version
1072025-09-18T23:11:43.678Zcargo 1.89.0 (c24e10642 2025-06-23)
1082025-09-18T23:11:43.703Z+ rustc --version
1092025-09-18T23:11:43.786Zrustc 1.89.0 (29483883e 2025-08-04)
1102025-09-18T23:11:43.812Z+ source ./env.sh
1112025-09-18T23:11:43.812Z++ OLD_SHELL_OPTS=ehxB
1122025-09-18T23:11:43.812Z++ set -o xtrace
1132025-09-18T23:11:43.812Z++++ dirname ./env.sh
1142025-09-18T23:11:43.812Z+++ readlink -f .
1152025-09-18T23:11:43.812Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-09-18T23:11:43.812Z++ 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-18T23:11:43.812Z++ 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-18T23:11:43.812Z++ 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-18T23:11:43.812Z++ 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-18T23:11:43.812Z++ 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-18T23:11:43.812Z++ 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-18T23:11:43.812Z++ 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-18T23:11:43.812Z++ 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-18T23:11:43.812Z++ case $OLD_SHELL_OPTS in
1252025-09-18T23:11:43.812Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-09-18T23:11:43.812Z+ 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-18T23:11:43.812Z+ 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-18T23:11:43.812Z+ banner prerequisites
1292025-09-18T23:11:43.812Z
1302025-09-18T23:11:43.812Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-09-18T23:11:43.812Z # # # # # # # # # # # # # # #
1322025-09-18T23:11:43.812Z # # # # ##### # # ##### # # # # # #### #
1332025-09-18T23:11:43.812Z ##### ##### # ##### # # # # # # # # #
1342025-09-18T23:11:43.812Z # # # # # # # # # # # # # # #
1352025-09-18T23:11:43.812Z # # # ###### # # ###### ### # #### # #### #
1362025-09-18T23:11:43.812Z
1372025-09-18T23:11:43.812Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-09-18T23:11:59.779Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-09-18T23:12:09.953Z Startup: Caching catalogs ... Done
1402025-09-18T23:12:21.042ZPlanning: Solver setup ... Done (9.337s)
1412025-09-18T23:12:21.119ZPlanning: Running solver ... Done (0.079s)
1422025-09-18T23:12:21.224ZPlanning: Finding local manifests ... Done (0.002s)
1432025-09-18T23:12:21.305ZPlanning: Fetching manifests: 0/4 0% complete
1442025-09-18T23:12:21.729ZPlanning: Fetching manifests: 4/4 100% complete
1452025-09-18T23:12:21.812ZPlanning: Package planning ... Done (0.079s)
1462025-09-18T23:12:21.875ZPlanning: Merging actions ... Done (0.065s)
1472025-09-18T23:12:22.324ZPlanning: Checking for conflicting actions ... Done (0.448s)
1482025-09-18T23:12:22.349ZPlanning: Consolidating action changes ... Done (0.014s)
1492025-09-18T23:12:23.239ZPlanning: Evaluating mediators ... Done (0.900s)
1502025-09-18T23:12:23.267ZPlanning: Planning completed in 13.18 seconds
1512025-09-18T23:12:23.292Z Packages to install: 4
1522025-09-18T23:12:23.292Z Mediators to change: 2
1532025-09-18T23:12:23.292Z Services to change: 1
1542025-09-18T23:12:23.292Z Estimated space available: 155.01 GB
1552025-09-18T23:12:23.292ZEstimated space to be consumed: 1.72 GB
1562025-09-18T23:12:23.292Z Create boot environment: No
1572025-09-18T23:12:23.292ZCreate backup boot environment: No
1582025-09-18T23:12:23.292Z Rebuild boot archive: No
1592025-09-18T23:12:23.292Z
1602025-09-18T23:12:23.292ZChanged mediators:
1612025-09-18T23:12:23.292Z mediator clang:
1622025-09-18T23:12:23.292Z version: None -> 15 (system default)
1632025-09-18T23:12:23.292Z
1642025-09-18T23:12:23.292Z mediator llvm:
1652025-09-18T23:12:23.292Z version: 14 (system default) -> 15 (system default)
1662025-09-18T23:12:23.292Z
1672025-09-18T23:12:23.292ZChanged packages:
1682025-09-18T23:12:23.292Zhelios-dev
1692025-09-18T23:12:23.292Z developer/build-essential
1702025-09-18T23:12:23.292Z None -> 11-2.0
1712025-09-18T23:12:23.292Z library/libxmlsec1
1722025-09-18T23:12:23.292Z None -> 1.2.35-2.0
1732025-09-18T23:12:23.292Z ooce/developer/clang-15
1742025-09-18T23:12:23.292Z None -> 15.0.7-2.0
1752025-09-18T23:12:23.292Z ooce/developer/llvm-15
1762025-09-18T23:12:23.292Z None -> 15.0.7-2.0
1772025-09-18T23:12:23.292Z
1782025-09-18T23:12:23.292ZServices:
1792025-09-18T23:12:23.292Z restart_fmri:
1802025-09-18T23:12:23.292Z svc:/system/update-man-index:default
1812025-09-18T23:12:23.334Z
1822025-09-18T23:12:23.334ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-09-18T23:12:28.348ZDownload: 1398/3290 items 116.1/212.6MB 54% complete (23.6M/s)
1842025-09-18T23:12:33.351ZDownload: 3124/3290 items 138.3/212.6MB 65% complete (13.8M/s)
1852025-09-18T23:12:35.801ZDownload: Completed 212.60 MB in 12.47 seconds (17.1M/s)
1862025-09-18T23:12:36.008Z Actions: 1/3689 actions (Installing new actions)
1872025-09-18T23:12:41.030Z Actions: 3239/3689 actions (Installing new actions)
1882025-09-18T23:12:42.402Z Actions: Completed 3689 actions in 6.39 seconds.
1892025-09-18T23:12:43.422Z Done (1.014s)
1902025-09-18T23:12:43.423Z Done (0.000s)
1912025-09-18T23:12:44.590Z Done (1.167s)
1922025-09-18T23:12:50.649Z Done (5.804s)
1932025-09-18T23:12:50.762Z Done (0.019s)
1942025-09-18T23:12:50.787Z Done (0.000s)
1952025-09-18T23:12:50.918Z Done (0.000s)
1962025-09-18T23:12:51.998ZPlanning: Evaluating mediator changes ... Done
1972025-09-18T23:12:52.235ZPlanning: Checking for conflicting actions ... Done
1982025-09-18T23:12:52.260ZPlanning: Consolidating action changes ... Done
1992025-09-18T23:12:52.589ZPlanning: Evaluating mediators ... Done
2002025-09-18T23:12:52.613ZPlanning: Planning completed in 0.59 seconds
2012025-09-18T23:12:52.638Z Mediators to change: 2
2022025-09-18T23:12:52.638Z Create boot environment: No
2032025-09-18T23:12:52.638ZCreate backup boot environment: No
2042025-09-18T23:12:52.717Z Done
2052025-09-18T23:12:52.717Z Done
2062025-09-18T23:12:53.564Z Done
2072025-09-18T23:12:58.703Z Done
2082025-09-18T23:12:58.810Z Done
2092025-09-18T23:12:58.835Z Done
2102025-09-18T23:12:58.874Z Done
2112025-09-18T23:12:59.707ZPlanning: Evaluating mediator changes ... Done
2122025-09-18T23:12:59.732ZPlanning: Merging actions ... Done
2132025-09-18T23:12:59.973ZPlanning: Checking for conflicting actions ... Done
2142025-09-18T23:12:59.998ZPlanning: Consolidating action changes ... Done
2152025-09-18T23:13:00.330ZPlanning: Evaluating mediators ... Done
2162025-09-18T23:13:00.405ZPlanning: Planning completed in 1.02 seconds
2172025-09-18T23:13:00.464Z Packages to change: 1
2182025-09-18T23:13:00.464Z Mediators to change: 1
2192025-09-18T23:13:00.464Z Services to change: 1
2202025-09-18T23:13:00.464Z Create boot environment: No
2212025-09-18T23:13:00.464ZCreate backup boot environment: Yes
2222025-09-18T23:13:02.438Z Actions: 1/6 actions (Updating modified actions)
2232025-09-18T23:13:02.463Z Actions: Completed 6 actions in 0.00 seconds.
2242025-09-18T23:13:02.463Z Done
2252025-09-18T23:13:02.463Z Done
2262025-09-18T23:13:02.717Z Done
2272025-09-18T23:13:07.922Z Done
2282025-09-18T23:13:08.026Z Done
2292025-09-18T23:13:08.051Z Done
2302025-09-18T23:13:08.081Z Done
2312025-09-18T23:13:08.689ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-09-18T23:13:08.689Zclang system 15 system
2332025-09-18T23:13:08.689Zcsh system system illumos
2342025-09-18T23:13:08.689Zctags system system illumos
2352025-09-18T23:13:08.689Zfile system system illumos
2362025-09-18T23:13:08.689Zgcc vendor 12 vendor
2372025-09-18T23:13:08.689Zgcc system 10 system
2382025-09-18T23:13:08.689Zgcc system 7 system
2392025-09-18T23:13:08.689Zgo system 1.20 system
2402025-09-18T23:13:08.689Zgo system 1.19 system
2412025-09-18T23:13:08.689Zllvm system 15 system
2422025-09-18T23:13:08.689Zllvm system 14 system
2432025-09-18T23:13:08.689Zmariadb system 10.6 system
2442025-09-18T23:13:08.689Zmta vendor vendor dma
2452025-09-18T23:13:08.690Zopenjdk system 17 system
2462025-09-18T23:13:08.690Zopenjdk system 11 system
2472025-09-18T23:13:08.690Zopenjdk system 1.8 system
2482025-09-18T23:13:08.690Zopenssl vendor 3 vendor
2492025-09-18T23:13:08.690Zperl system 5.36 system
2502025-09-18T23:13:08.690Zpostgresql system 15 system
2512025-09-18T23:13:08.690Zpostgresql system 13 system
2522025-09-18T23:13:08.690Zpython vendor 3 vendor
2532025-09-18T23:13:08.690Zpython system 2 system
2542025-09-18T23:13:08.690Zpython3 system 3.11 system
2552025-09-18T23:13:08.690Zruby system 3.0 system
2562025-09-18T23:13:08.690Zwords vendor vendor american-english
2572025-09-18T23:13:08.690Zwords system system australian-english
2582025-09-18T23:13:08.690Zwords system system british-english
2592025-09-18T23:13:08.690Zwords system system canadian-english
2602025-09-18T23:13:08.690Zwords system system french
2612025-09-18T23:13:08.690Zwords system system italian
2622025-09-18T23:13:08.690Zwords system system ngerman
2632025-09-18T23:13:08.690Zwords system system ogerman
2642025-09-18T23:13:08.690Zwords system system spanish
2652025-09-18T23:13:09.109ZPUBLISHER TYPE STATUS P LOCATION
2662025-09-18T23:13:09.109Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-09-18T23:13:15.339ZFMRI IFO
2682025-09-18T23:13:15.339Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-09-18T23:13:15.339Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-09-18T23:13:15.339Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-09-18T23:13:15.339Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-09-18T23:13:15.339Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-09-18T23:13:15.339Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742025-09-18T23:13:15.339Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-09-18T23:13:15.339Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762025-09-18T23:13:15.339Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-09-18T23:13:15.339Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-09-18T23:13:15.339Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792025-09-18T23:13:15.339Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-09-18T23:13:15.339Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-09-18T23:13:15.339Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822025-09-18T23:13:15.339Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-09-18T23:13:15.339Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-09-18T23:13:16.556Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-09-18T23:13:17.014Z Updating crates.io index
2862025-09-18T23:13:17.039Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872025-09-18T23:13:17.583Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-09-18T23:13:18.355Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-09-18T23:13:18.728Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-09-18T23:13:19.133Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912025-09-18T23:13:19.640Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-09-18T23:13:21.158Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-09-18T23:13:23.736Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-09-18T23:13:24.928Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-09-18T23:13:25.841Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962025-09-18T23:13:26.807Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-09-18T23:13:27.229Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-09-18T23:13:27.684Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992025-09-18T23:13:28.333Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002025-09-18T23:13:28.988Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012025-09-18T23:13:29.422Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022025-09-18T23:13:29.867Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-09-18T23:13:30.251Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-09-18T23:13:30.637Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-09-18T23:13:31.006Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-09-18T23:13:31.406Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072025-09-18T23:13:31.869Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082025-09-18T23:13:32.512Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092025-09-18T23:13:32.951Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-09-18T23:13:33.525Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112025-09-18T23:13:34.283Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3122025-09-18T23:13:34.960Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-09-18T23:13:35.341Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142025-09-18T23:13:35.868Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-09-18T23:13:36.505Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162025-09-18T23:13:36.865Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172025-09-18T23:13:37.298Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182025-09-18T23:13:37.715Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192025-09-18T23:13:51.948Z Updating git repository `https://github.com/illumos/smf-rs`
3202025-09-18T23:13:53.910Z Downloading crates ...
3212025-09-18T23:13:53.988Z Downloaded percent-encoding v2.3.2
3222025-09-18T23:13:54.012Z Downloaded rustix v1.0.7
3232025-09-18T23:13:54.051Z Downloaded toml v0.8.23
3242025-09-18T23:13:54.076Z Downloaded toml_datetime v0.6.11
3252025-09-18T23:13:54.076Z Downloaded tinystr v0.7.6
3262025-09-18T23:13:54.076Z Downloaded write16 v1.0.0
3272025-09-18T23:13:54.076Z Downloaded icu_normalizer v1.5.0
3282025-09-18T23:13:54.100Z Downloaded zerovec v0.10.4
3292025-09-18T23:13:54.100Z Downloaded zerocopy v0.7.35
3302025-09-18T23:13:54.125Z Downloaded toml_edit v0.22.27
3312025-09-18T23:13:54.125Z Downloaded winnow v0.7.10
3322025-09-18T23:13:54.149Z Downloaded pest v2.7.14
3332025-09-18T23:13:54.149Z Downloaded serde_json v1.0.145
3342025-09-18T23:13:54.149Z Downloaded idna v1.0.3
3352025-09-18T23:13:54.149Z Downloaded hashbrown v0.15.4
3362025-09-18T23:13:54.173Z Downloaded clap_builder v4.5.41
3372025-09-18T23:13:54.173Z Downloaded unicode-width v0.1.14
3382025-09-18T23:13:54.173Z Downloaded icu_properties_data v1.5.0
3392025-09-18T23:13:54.198Z Downloaded syn v1.0.109
3402025-09-18T23:13:54.198Z Downloaded goblin v0.8.2
3412025-09-18T23:13:54.222Z Downloaded indexmap v2.11.0
3422025-09-18T23:13:54.222Z Downloaded syn v2.0.106
3432025-09-18T23:13:54.222Z Downloaded icu_collections v1.5.0
3442025-09-18T23:13:54.246Z Downloaded rustix v0.38.37
3452025-09-18T23:13:54.272Z Downloaded tabled v0.15.0
3462025-09-18T23:13:54.272Z Downloaded memchr v2.7.4
3472025-09-18T23:13:54.297Z Downloaded unicode-width v0.2.0
3482025-09-18T23:13:54.297Z Downloaded serde_derive v1.0.223
3492025-09-18T23:13:54.297Z Downloaded serde_core v1.0.223
3502025-09-18T23:13:54.297Z Downloaded proc-macro2 v1.0.101
3512025-09-18T23:13:54.297Z Downloaded textwrap v0.16.2
3522025-09-18T23:13:54.297Z Downloaded tempfile v3.20.0
3532025-09-18T23:13:54.298Z Downloaded smallvec v1.15.1
3542025-09-18T23:13:54.298Z Downloaded serde-value v0.7.0
3552025-09-18T23:13:54.325Z Downloaded serde v1.0.223
3562025-09-18T23:13:54.325Z Downloaded semver v1.0.26
3572025-09-18T23:13:54.325Z Downloaded ryu v1.0.18
3582025-09-18T23:13:54.325Z Downloaded quote v1.0.40
3592025-09-18T23:13:54.325Z Downloaded proc-macro-error v1.0.4
3602025-09-18T23:13:54.325Z Downloaded pest_derive v2.7.14
3612025-09-18T23:13:54.325Z Downloaded papergrid v0.11.0
3622025-09-18T23:13:54.325Z Downloaded icu_properties v1.5.1
3632025-09-18T23:13:54.325Z Downloaded utf8parse v0.2.2
3642025-09-18T23:13:54.379Z Downloaded url v2.5.4
3652025-09-18T23:13:54.379Z Downloaded toml_write v0.1.2
3662025-09-18T23:13:54.379Z Downloaded stable_deref_trait v1.2.0
3672025-09-18T23:13:54.379Z Downloaded sha2 v0.10.9
3682025-09-18T23:13:54.380Z Downloaded pest_meta v2.7.14
3692025-09-18T23:13:54.380Z Downloaded once_cell v1.21.3
3702025-09-18T23:13:54.380Z Downloaded log v0.4.27
3712025-09-18T23:13:54.380Z Downloaded icu_provider v1.5.0
3722025-09-18T23:13:54.380Z Downloaded libc v0.2.174
3732025-09-18T23:13:54.404Z Downloaded thiserror v2.0.16
3742025-09-18T23:13:54.405Z Downloaded zerofrom-derive v0.1.4
3752025-09-18T23:13:54.405Z Downloaded zerofrom v0.1.4
3762025-09-18T23:13:54.405Z Downloaded yoke-derive v0.7.4
3772025-09-18T23:13:54.405Z Downloaded usdt-macro v0.5.0
3782025-09-18T23:13:54.405Z Downloaded usdt v0.5.0
3792025-09-18T23:13:54.405Z Downloaded unicode-ident v1.0.18
3802025-09-18T23:13:54.405Z Downloaded terminal_size v0.4.0
3812025-09-18T23:13:54.405Z Downloaded tabled_derive v0.7.0
3822025-09-18T23:13:54.405Z Downloaded smawk v0.3.2
3832025-09-18T23:13:54.405Z Downloaded serde_spanned v0.6.9
3842025-09-18T23:13:54.405Z Downloaded serde-untagged v0.1.7
3852025-09-18T23:13:54.405Z Downloaded scroll v0.12.0
3862025-09-18T23:13:54.405Z Downloaded proc-macro-error-attr v1.0.4
3872025-09-18T23:13:54.405Z Downloaded plain v0.2.3
3882025-09-18T23:13:54.405Z Downloaded pest_generator v2.7.14
3892025-09-18T23:13:54.405Z Downloaded ordered-float v2.10.1
3902025-09-18T23:13:54.405Z Downloaded num-traits v0.2.19
3912025-09-18T23:13:54.405Z Downloaded memmap v0.7.0
3922025-09-18T23:13:54.405Z Downloaded litemap v0.7.3
3932025-09-18T23:13:54.430Z Downloaded icu_normalizer_data v1.5.0
3942025-09-18T23:13:54.430Z Downloaded icu_locid_transform v1.5.0
3952025-09-18T23:13:54.430Z Downloaded heck v0.4.1
3962025-09-18T23:13:54.430Z Downloaded getrandom v0.3.1
3972025-09-18T23:13:54.430Z Downloaded thread-id v4.2.2
3982025-09-18T23:13:54.430Z Downloaded thiserror-impl v1.0.69
3992025-09-18T23:13:54.430Z Downloaded thiserror v1.0.69
4002025-09-18T23:13:54.430Z Downloaded zerocopy-derive v0.7.35
4012025-09-18T23:13:54.430Z Downloaded usdt-impl v0.5.0
4022025-09-18T23:13:54.430Z Downloaded usdt-attr-macro v0.5.0
4032025-09-18T23:13:54.430Z Downloaded unicode-xid v0.2.6
4042025-09-18T23:13:54.454Z Downloaded ucd-trie v0.1.7
4052025-09-18T23:13:54.454Z Downloaded typenum v1.17.0
4062025-09-18T23:13:54.454Z Downloaded synstructure v0.13.1
4072025-09-18T23:13:54.455Z Downloaded swrite v0.1.0
4082025-09-18T23:13:54.455Z Downloaded strsim v0.11.1
4092025-09-18T23:13:54.455Z Downloaded serde_tokenstream v0.2.2
4102025-09-18T23:13:54.455Z Downloaded scroll_derive v0.12.0
4112025-09-18T23:13:54.455Z Downloaded pretty-hex v0.4.1
4122025-09-18T23:13:54.455Z Downloaded macaddr v1.0.1
4132025-09-18T23:13:54.455Z Downloaded is_terminal_polyfill v1.70.1
4142025-09-18T23:13:54.455Z Downloaded icu_provider_macros v1.5.0
4152025-09-18T23:13:54.455Z Downloaded icu_locid v1.5.0
4162025-09-18T23:13:54.455Z Downloaded heck v0.5.0
4172025-09-18T23:13:54.455Z Downloaded generic-array v0.14.7
4182025-09-18T23:13:54.455Z Downloaded fs-err v3.1.1
4192025-09-18T23:13:54.479Z Downloaded form_urlencoded v1.2.2
4202025-09-18T23:13:54.479Z Downloaded fnv v1.0.7
4212025-09-18T23:13:54.479Z Downloaded fastrand v2.1.1
4222025-09-18T23:13:54.480Z Downloaded errno v0.3.12
4232025-09-18T23:13:54.480Z Downloaded erased-serde v0.4.6
4242025-09-18T23:13:54.480Z Downloaded dtrace-parser v0.2.0
4252025-09-18T23:13:54.480Z Downloaded dof v0.3.0
4262025-09-18T23:13:54.480Z Downloaded displaydoc v0.2.5
4272025-09-18T23:13:54.480Z Downloaded cpufeatures v0.2.14
4282025-09-18T23:13:54.480Z Downloaded clap_lex v0.7.4
4292025-09-18T23:13:54.480Z Downloaded clap_derive v4.5.41
4302025-09-18T23:13:54.480Z Downloaded clap v4.5.41
4312025-09-18T23:13:54.504Z Downloaded camino-tempfile v1.4.1
4322025-09-18T23:13:54.504Z Downloaded byteorder v1.5.0
4332025-09-18T23:13:54.504Z Downloaded block-buffer v0.10.4
4342025-09-18T23:13:54.504Z Downloaded autocfg v1.4.0
4352025-09-18T23:13:54.504Z Downloaded anstyle-query v1.1.1
4362025-09-18T23:13:54.504Z Downloaded thiserror-impl v2.0.16
4372025-09-18T23:13:54.504Z Downloaded zerovec-derive v0.10.3
4382025-09-18T23:13:54.504Z Downloaded yoke v0.7.4
4392025-09-18T23:13:54.504Z Downloaded writeable v0.5.5
4402025-09-18T23:13:54.504Z Downloaded version_check v0.9.5
4412025-09-18T23:13:54.505Z Downloaded utf8_iter v1.0.4
4422025-09-18T23:13:54.505Z Downloaded utf16_iter v1.0.5
4432025-09-18T23:13:54.529Z Downloaded unicode-linebreak v0.1.5
4442025-09-18T23:13:54.529Z Downloaded typeid v1.0.3
4452025-09-18T23:13:54.529Z Downloaded idna_adapter v1.2.0
4462025-09-18T23:13:54.529Z Downloaded equivalent v1.0.2
4472025-09-18T23:13:54.529Z Downloaded digest v0.10.7
4482025-09-18T23:13:54.529Z Downloaded crypto-common v0.1.6
4492025-09-18T23:13:54.529Z Downloaded colorchoice v1.0.2
4502025-09-18T23:13:54.529Z Downloaded cfg-if v1.0.1
4512025-09-18T23:13:54.529Z Downloaded cargo_toml v0.21.0
4522025-09-18T23:13:54.529Z Downloaded cargo_metadata v0.21.0
4532025-09-18T23:13:54.529Z Downloaded cargo-platform v0.2.0
4542025-09-18T23:13:54.529Z Downloaded camino v1.2.0
4552025-09-18T23:13:54.529Z Downloaded bytecount v0.6.8
4562025-09-18T23:13:54.530Z Downloaded bitflags v2.9.1
4572025-09-18T23:13:54.530Z Downloaded anyhow v1.0.99
4582025-09-18T23:13:54.554Z Downloaded anstyle-parse v0.2.5
4592025-09-18T23:13:54.554Z Downloaded anstyle v1.0.11
4602025-09-18T23:13:54.554Z Downloaded anstream v0.6.18
4612025-09-18T23:13:54.554Z Downloaded itoa v1.0.11
4622025-09-18T23:13:54.554Z Downloaded icu_locid_transform_data v1.5.0
4632025-09-18T23:13:54.555Z Downloaded cargo-util-schemas v0.8.2
4642025-09-18T23:13:54.635Z Compiling proc-macro2 v1.0.101
4652025-09-18T23:13:54.635Z Compiling unicode-ident v1.0.18
4662025-09-18T23:13:54.635Z Compiling serde_core v1.0.223
4672025-09-18T23:13:54.660Z Compiling serde v1.0.223
4682025-09-18T23:13:54.660Z Compiling version_check v0.9.5
4692025-09-18T23:13:54.660Z Compiling libc v0.2.174
4702025-09-18T23:13:54.660Z Compiling memchr v2.7.4
4712025-09-18T23:13:54.660Z Compiling thiserror v1.0.69
4722025-09-18T23:13:54.968Z Compiling stable_deref_trait v1.2.0
4732025-09-18T23:13:55.102Z Compiling ucd-trie v0.1.7
4742025-09-18T23:13:55.438Z Compiling writeable v0.5.5
4752025-09-18T23:13:55.569Z Compiling ryu v1.0.18
4762025-09-18T23:13:55.638Z Compiling autocfg v1.4.0
4772025-09-18T23:13:55.774Z Compiling itoa v1.0.11
4782025-09-18T23:13:55.998Z Compiling litemap v0.7.3
4792025-09-18T23:13:56.085Z Compiling once_cell v1.21.3
4802025-09-18T23:13:56.222Z Compiling icu_locid_transform_data v1.5.0
4812025-09-18T23:13:56.351Z Compiling byteorder v1.5.0
4822025-09-18T23:13:56.436Z Compiling bitflags v2.9.1
4832025-09-18T23:13:56.596Z Compiling icu_properties_data v1.5.0
4842025-09-18T23:13:56.851Z Compiling quote v1.0.40
4852025-09-18T23:13:56.891Z Compiling errno v0.3.12
4862025-09-18T23:13:56.964Z Compiling serde_json v1.0.145
4872025-09-18T23:13:57.104Z Compiling num-traits v0.2.19
4882025-09-18T23:13:57.188Z Compiling smallvec v1.15.1
4892025-09-18T23:13:57.346Z Compiling syn v2.0.106
4902025-09-18T23:13:57.484Z Compiling typeid v1.0.3
4912025-09-18T23:13:57.582Z Compiling rustix v0.38.37
4922025-09-18T23:13:57.645Z Compiling equivalent v1.0.2
4932025-09-18T23:13:57.761Z Compiling icu_normalizer_data v1.5.0
4942025-09-18T23:13:57.832Z Compiling hashbrown v0.15.4
4952025-09-18T23:13:57.887Z Compiling utf16_iter v1.0.5
4962025-09-18T23:13:57.918Z Compiling utf8_iter v1.0.4
4972025-09-18T23:13:58.024Z Compiling write16 v1.0.0
4982025-09-18T23:13:58.413Z Compiling usdt-impl v0.5.0
4992025-09-18T23:13:58.618Z Compiling proc-macro-error-attr v1.0.4
5002025-09-18T23:13:58.691Z Compiling winnow v0.7.10
5012025-09-18T23:13:58.803Z Compiling toml_write v0.1.2
5022025-09-18T23:13:58.989Z Compiling syn v1.0.109
5032025-09-18T23:13:59.074Z Compiling thread-id v4.2.2
5042025-09-18T23:13:59.215Z Compiling indexmap v2.11.0
5052025-09-18T23:13:59.872Z Compiling proc-macro-error v1.0.4
5062025-09-18T23:14:00.278Z Compiling getrandom v0.3.1
5072025-09-18T23:14:00.739Z Compiling rustix v1.0.7
5082025-09-18T23:14:00.934Z Compiling percent-encoding v2.3.2
5092025-09-18T23:14:01.007Z Compiling utf8parse v0.2.2
5102025-09-18T23:14:01.132Z Compiling plain v0.2.3
5112025-09-18T23:14:01.363Z Compiling semver v1.0.26
5122025-09-18T23:14:01.391Z Compiling log v0.4.27
5132025-09-18T23:14:01.479Z Compiling camino v1.2.0
5142025-09-18T23:14:01.526Z Compiling thiserror v2.0.16
5152025-09-18T23:14:02.049Z Compiling form_urlencoded v1.2.2
5162025-09-18T23:14:02.094Z Compiling anstyle-parse v0.2.5
5172025-09-18T23:14:02.312Z Compiling ordered-float v2.10.1
5182025-09-18T23:14:02.347Z Compiling terminal_size v0.4.0
5192025-09-18T23:14:02.731Z Compiling pretty-hex v0.4.1
5202025-09-18T23:14:02.927Z Compiling anstyle v1.0.11
5212025-09-18T23:14:02.962Z Compiling anstyle-query v1.1.1
5222025-09-18T23:14:02.994Z Compiling cfg-if v1.0.1
5232025-09-18T23:14:03.198Z Compiling is_terminal_polyfill v1.70.1
5242025-09-18T23:14:03.228Z Compiling colorchoice v1.0.2
5252025-09-18T23:14:03.387Z Compiling anstream v0.6.18
5262025-09-18T23:14:03.837Z Compiling fs-err v3.1.1
5272025-09-18T23:14:03.953Z Compiling anyhow v1.0.99
5282025-09-18T23:14:04.116Z Compiling clap_lex v0.7.4
5292025-09-18T23:14:04.161Z Compiling unicode-xid v0.2.6
5302025-09-18T23:14:04.338Z Compiling synstructure v0.13.1
5312025-09-18T23:14:04.378Z Compiling unicode-width v0.1.14
5322025-09-18T23:14:04.579Z Compiling strsim v0.11.1
5332025-09-18T23:14:04.666Z Compiling fnv v1.0.7
5342025-09-18T23:14:04.833Z Compiling heck v0.5.0
5352025-09-18T23:14:04.920Z Compiling fastrand v2.1.1
5362025-09-18T23:14:05.313Z Compiling bytecount v0.6.8
5372025-09-18T23:14:05.563Z Compiling heck v0.4.1
5382025-09-18T23:14:05.690Z Compiling tempfile v3.20.0
5392025-09-18T23:14:05.719Z Compiling papergrid v0.11.0
5402025-09-18T23:14:05.777Z Compiling clap_builder v4.5.41
5412025-09-18T23:14:06.282Z Compiling memmap v0.7.0
5422025-09-18T23:14:06.430Z Compiling smawk v0.3.2
5432025-09-18T23:14:06.486Z Compiling unicode-linebreak v0.1.5
5442025-09-18T23:14:06.645Z Compiling unicode-width v0.2.0
5452025-09-18T23:14:07.181Z Compiling textwrap v0.16.2
5462025-09-18T23:14:07.505Z Compiling camino-tempfile v1.4.1
5472025-09-18T23:14:07.538Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482025-09-18T23:14:07.922Z Compiling tabled_derive v0.7.0
5492025-09-18T23:14:07.965Z Compiling swrite v0.1.0
5502025-09-18T23:14:08.634Z Compiling serde_derive v1.0.223
5512025-09-18T23:14:08.634Z Compiling zerofrom-derive v0.1.4
5522025-09-18T23:14:08.658Z Compiling yoke-derive v0.7.4
5532025-09-18T23:14:08.658Z Compiling zerovec-derive v0.10.3
5542025-09-18T23:14:08.756Z Compiling thiserror-impl v1.0.69
5552025-09-18T23:14:09.899Z Compiling displaydoc v0.2.5
5562025-09-18T23:14:10.922Z Compiling icu_provider_macros v1.5.0
5572025-09-18T23:14:11.180Z Compiling zerocopy-derive v0.7.35
5582025-09-18T23:14:11.347Z Compiling scroll_derive v0.12.0
5592025-09-18T23:14:11.656Z Compiling pest v2.7.14
5602025-09-18T23:14:11.877Z Compiling zerofrom v0.1.4
5612025-09-18T23:14:11.951Z Compiling thiserror-impl v2.0.16
5622025-09-18T23:14:12.134Z Compiling yoke v0.7.4
5632025-09-18T23:14:12.518Z Compiling zerovec v0.10.4
5642025-09-18T23:14:12.621Z Compiling scroll v0.12.0
5652025-09-18T23:14:13.077Z Compiling zerocopy v0.7.35
5662025-09-18T23:14:13.310Z Compiling goblin v0.8.2
5672025-09-18T23:14:13.396Z Compiling clap_derive v4.5.41
5682025-09-18T23:14:13.910Z Compiling tabled v0.15.0
5692025-09-18T23:14:14.484Z Compiling tinystr v0.7.6
5702025-09-18T23:14:14.545Z Compiling pest_meta v2.7.14
5712025-09-18T23:14:14.746Z Compiling icu_collections v1.5.0
5722025-09-18T23:14:15.001Z Compiling icu_locid v1.5.0
5732025-09-18T23:14:15.962Z Compiling pest_generator v2.7.14
5742025-09-18T23:14:16.836Z Compiling icu_provider v1.5.0
5752025-09-18T23:14:16.866Z Compiling toml_datetime v0.6.11
5762025-09-18T23:14:17.048Z Compiling serde_spanned v0.6.9
5772025-09-18T23:14:17.106Z Compiling dof v0.3.0
5782025-09-18T23:14:17.348Z Compiling toml_edit v0.22.27
5792025-09-18T23:14:17.429Z Compiling serde_tokenstream v0.2.2
5802025-09-18T23:14:17.665Z Compiling icu_locid_transform v1.5.0
5812025-09-18T23:14:17.803Z Compiling erased-serde v0.4.6
5822025-09-18T23:14:18.017Z Compiling serde-value v0.7.0
5832025-09-18T23:14:18.749Z Compiling pest_derive v2.7.14
5842025-09-18T23:14:18.824Z Compiling serde-untagged v0.1.7
5852025-09-18T23:14:18.897Z Compiling cargo-platform v0.2.0
5862025-09-18T23:14:18.983Z Compiling icu_properties v1.5.1
5872025-09-18T23:14:19.474Z Compiling clap v4.5.41
5882025-09-18T23:14:19.508Z Compiling dtrace-parser v0.2.0
5892025-09-18T23:14:19.599Z Compiling macaddr v1.0.1
5902025-09-18T23:14:20.955Z Compiling toml v0.8.23
5912025-09-18T23:14:21.204Z Compiling usdt-macro v0.5.0
5922025-09-18T23:14:21.266Z Compiling usdt-attr-macro v0.5.0
5932025-09-18T23:14:21.867Z Compiling cargo_toml v0.21.0
5942025-09-18T23:14:22.459Z Compiling usdt v0.5.0
5952025-09-18T23:14:22.547Z Compiling icu_normalizer v1.5.0
5962025-09-18T23:14:23.502Z Compiling idna_adapter v1.2.0
5972025-09-18T23:14:23.692Z Compiling idna v1.0.3
5982025-09-18T23:14:24.263Z Compiling url v2.5.4
5992025-09-18T23:14:25.242Z Compiling cargo-util-schemas v0.8.2
6002025-09-18T23:14:27.740Z Compiling cargo_metadata v0.21.0
6012025-09-18T23:14:30.333Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6022025-09-18T23:14:35.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
6032025-09-18T23:14:35.911Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6042025-09-18T23:14:37.122Z Downloading crates ...
6052025-09-18T23:14:37.334Z Downloaded critical-section v1.1.3
6062025-09-18T23:14:37.359Z Downloaded aho-corasick v1.1.3
6072025-09-18T23:14:37.384Z Downloaded http-body v1.0.1
6082025-09-18T23:14:37.385Z Downloaded is_ci v1.2.0
6092025-09-18T23:14:37.385Z Downloaded hashbrown v0.12.3
6102025-09-18T23:14:37.410Z Downloaded lockfree-object-pool v0.1.6
6112025-09-18T23:14:37.410Z Downloaded hyper-rustls v0.27.7
6122025-09-18T23:14:37.410Z Downloaded indicatif v0.17.11
6132025-09-18T23:14:37.438Z Downloaded hubpack v0.1.2
6142025-09-18T23:14:37.438Z Downloaded hyper-staticfile v0.10.1
6152025-09-18T23:14:37.462Z Downloaded humantime v2.2.0
6162025-09-18T23:14:37.462Z Downloaded toml_parser v1.0.2
6172025-09-18T23:14:37.487Z Downloaded progenitor-client v0.11.0
6182025-09-18T23:14:37.487Z Downloaded debug-ignore v1.0.5
6192025-09-18T23:14:37.512Z Downloaded rustc_version v0.4.1
6202025-09-18T23:14:37.512Z Downloaded slog-dtrace v0.3.0
6212025-09-18T23:14:37.512Z Downloaded support-bundle-viewer v0.1.2
6222025-09-18T23:14:37.536Z Downloaded tokio-tungstenite v0.21.0
6232025-09-18T23:14:37.536Z Downloaded tower-service v0.3.3
6242025-09-18T23:14:37.562Z Downloaded which v4.4.2
6252025-09-18T23:14:37.563Z Downloaded want v0.3.1
6262025-09-18T23:14:37.563Z Downloaded tower-layer v0.3.3
6272025-09-18T23:14:37.563Z Downloaded curve25519-dalek-derive v0.1.1
6282025-09-18T23:14:37.563Z Downloaded deranged v0.3.11
6292025-09-18T23:14:37.587Z Downloaded nanorand v0.7.0
6302025-09-18T23:14:37.588Z Downloaded stringprep v0.1.5
6312025-09-18T23:14:37.588Z Downloaded signal-hook-tokio v0.3.1
6322025-09-18T23:14:37.588Z Downloaded hash32 v0.3.1
6332025-09-18T23:14:37.588Z Downloaded zstd-safe v7.2.3
6342025-09-18T23:14:37.612Z Downloaded parse-display v0.10.0
6352025-09-18T23:14:37.612Z Downloaded take_mut v0.2.2
6362025-09-18T23:14:37.612Z Downloaded tabled_derive v0.11.0
6372025-09-18T23:14:37.612Z Downloaded fxhash v0.2.1
6382025-09-18T23:14:37.612Z Downloaded ecdsa v0.16.9
6392025-09-18T23:14:37.637Z Downloaded unarray v0.1.4
6402025-09-18T23:14:37.637Z Downloaded newtype-uuid v1.2.4
6412025-09-18T23:14:37.637Z Downloaded foreign-types-shared v0.3.1
6422025-09-18T23:14:37.637Z Downloaded progenitor-macro v0.11.0
6432025-09-18T23:14:37.637Z Downloaded foreign-types-shared v0.1.1
6442025-09-18T23:14:37.661Z Downloaded signal-hook-registry v1.4.2
6452025-09-18T23:14:37.661Z Downloaded peg-runtime v0.8.5
6462025-09-18T23:14:37.661Z Downloaded russh-cryptovec v0.7.3
6472025-09-18T23:14:37.661Z Downloaded unicase v2.7.0
6482025-09-18T23:14:37.686Z Downloaded tabled_derive v0.10.0
6492025-09-18T23:14:37.686Z Downloaded proc-macro-error-attr2 v2.0.0
6502025-09-18T23:14:37.686Z Downloaded fs-err v2.11.0
6512025-09-18T23:14:37.686Z Downloaded signal-hook-mio v0.2.4
6522025-09-18T23:14:37.686Z Downloaded olpc-cjson v0.1.4
6532025-09-18T23:14:37.710Z Downloaded ssh-encoding v0.2.0
6542025-09-18T23:14:37.738Z Downloaded number_prefix v0.4.0
6552025-09-18T23:14:37.738Z Downloaded polyval v0.6.2
6562025-09-18T23:14:37.738Z Downloaded p256 v0.13.2
6572025-09-18T23:14:37.738Z Downloaded ref-cast-impl v1.0.24
6582025-09-18T23:14:37.738Z Downloaded xshell-macros v0.2.7
6592025-09-18T23:14:37.738Z Downloaded prefix-trie v0.7.0
6602025-09-18T23:14:37.738Z Downloaded secrecy v0.10.3
6612025-09-18T23:14:37.762Z Downloaded futures-sink v0.3.31
6622025-09-18T23:14:37.763Z Downloaded num-conv v0.1.0
6632025-09-18T23:14:37.763Z Downloaded endian-type v0.1.2
6642025-09-18T23:14:37.763Z Downloaded termtree v0.5.1
6652025-09-18T23:14:37.763Z Downloaded openssl-probe v0.1.5
6662025-09-18T23:14:37.763Z Downloaded rustversion v1.0.17
6672025-09-18T23:14:37.763Z Downloaded poly1305 v0.8.0
6682025-09-18T23:14:37.787Z Downloaded openssl-macros v0.1.1
6692025-09-18T23:14:37.787Z Downloaded sigpipe v0.1.3
6702025-09-18T23:14:37.787Z Downloaded xattr v1.3.1
6712025-09-18T23:14:37.787Z Downloaded rusty-fork v0.3.0
6722025-09-18T23:14:37.787Z Downloaded fixedbitset v0.5.7
6732025-09-18T23:14:37.812Z Downloaded utf-8 v0.7.6
6742025-09-18T23:14:37.812Z Downloaded num-derive v0.3.3
6752025-09-18T23:14:37.812Z Downloaded unit-prefix v0.5.1
6762025-09-18T23:14:37.812Z Downloaded time-core v0.1.2
6772025-09-18T23:14:37.812Z Downloaded thread_local v1.1.8
6782025-09-18T23:14:37.836Z Downloaded pkcs8 v0.10.2
6792025-09-18T23:14:37.836Z Downloaded derive_builder_macro v0.20.2
6802025-09-18T23:14:37.836Z Downloaded testing_table v0.3.0
6812025-09-18T23:14:37.836Z Downloaded iddqd v0.3.13
6822025-09-18T23:14:37.861Z Downloaded untrusted v0.9.0
6832025-09-18T23:14:37.861Z Downloaded void v1.0.2
6842025-09-18T23:14:37.861Z Downloaded normalize-line-endings v0.3.0
6852025-09-18T23:14:37.861Z Downloaded tokio-macros v2.5.0
6862025-09-18T23:14:37.861Z Downloaded foldhash v0.1.5
6872025-09-18T23:14:37.861Z Downloaded num-complex v0.4.6
6882025-09-18T23:14:37.861Z Downloaded term v1.1.0
6892025-09-18T23:14:37.887Z Downloaded rand_chacha v0.3.1
6902025-09-18T23:14:37.887Z Downloaded postcard v1.0.10
6912025-09-18T23:14:37.887Z Downloaded powerfmt v0.2.0
6922025-09-18T23:14:37.887Z Downloaded zone v0.1.8
6932025-09-18T23:14:37.887Z Downloaded dirs-next v2.0.0
6942025-09-18T23:14:37.887Z Downloaded untrusted v0.7.1
6952025-09-18T23:14:37.887Z Downloaded serde_with_macros v3.14.0
6962025-09-18T23:14:37.914Z Downloaded r2d2 v0.8.10
6972025-09-18T23:14:37.914Z Downloaded thiserror-impl-no-std v2.0.2
6982025-09-18T23:14:37.914Z Downloaded schemars_derive v0.8.22
6992025-09-18T23:14:37.914Z Downloaded quinn-udp v0.5.5
7002025-09-18T23:14:37.914Z Downloaded zone_cfg_derive v0.1.2
7012025-09-18T23:14:37.914Z Downloaded futures-macro v0.3.31
7022025-09-18T23:14:37.939Z Downloaded num_threads v0.1.7
7032025-09-18T23:14:37.939Z Downloaded time-macros v0.2.18
7042025-09-18T23:14:37.939Z Downloaded dirs-sys-next v0.1.2
7052025-09-18T23:14:37.939Z Downloaded env_filter v0.1.2
7062025-09-18T23:14:37.939Z Downloaded foreign-types v0.3.2
7072025-09-18T23:14:37.964Z Downloaded rfc6979 v0.4.0
7082025-09-18T23:14:37.964Z Downloaded diesel_table_macro_syntax v0.2.0
7092025-09-18T23:14:37.964Z Downloaded try-lock v0.2.5
7102025-09-18T23:14:37.964Z Downloaded snafu-derive v0.8.5
7112025-09-18T23:14:37.964Z Downloaded psl-types v2.0.11
7122025-09-18T23:14:37.964Z Downloaded similar v2.7.0
7132025-09-18T23:14:37.990Z Downloaded phf_shared v0.11.2
7142025-09-18T23:14:37.990Z Downloaded oxnet v0.1.3
7152025-09-18T23:14:37.990Z Downloaded scrypt v0.11.0
7162025-09-18T23:14:38.015Z Downloaded sqlformat v0.3.5
7172025-09-18T23:14:38.015Z Downloaded num-iter v0.1.45
7182025-09-18T23:14:38.015Z Downloaded siphasher v1.0.1
7192025-09-18T23:14:38.015Z Downloaded slab v0.4.9
7202025-09-18T23:14:38.015Z Downloaded fd-lock v4.0.2
7212025-09-18T23:14:38.015Z Downloaded tls_codec v0.4.1
7222025-09-18T23:14:38.015Z Downloaded num_enum v0.5.11
7232025-09-18T23:14:38.042Z Downloaded tinyvec_macros v0.1.1
7242025-09-18T23:14:38.042Z Downloaded socket2 v0.6.0
7252025-09-18T23:14:38.042Z Downloaded uzers v0.12.1
7262025-09-18T23:14:38.042Z Downloaded num-rational v0.4.2
7272025-09-18T23:14:38.042Z Downloaded futures-executor v0.3.31
7282025-09-18T23:14:38.042Z Downloaded slog v2.7.0
7292025-09-18T23:14:38.066Z Downloaded unicode-properties v0.1.3
7302025-09-18T23:14:38.066Z Downloaded winnow v0.5.40
7312025-09-18T23:14:38.090Z Downloaded value-bag v1.9.0
7322025-09-18T23:14:38.115Z Downloaded tracing-core v0.1.32
7332025-09-18T23:14:38.140Z Downloaded ron v0.8.1
7342025-09-18T23:14:38.164Z Downloaded num-bigint-dig v0.8.4
7352025-09-18T23:14:38.164Z Downloaded expectorate v1.2.0
7362025-09-18T23:14:38.190Z Downloaded rpassword v7.4.0
7372025-09-18T23:14:38.191Z Downloaded serde_with v3.14.0
7382025-09-18T23:14:38.216Z Downloaded salty v0.3.0
7392025-09-18T23:14:38.216Z Downloaded sqlparser v0.45.0
7402025-09-18T23:14:38.216Z Downloaded proptest v1.7.0
7412025-09-18T23:14:38.240Z Downloaded regex v1.11.1
7422025-09-18T23:14:38.265Z Downloaded vcpkg v0.2.15
7432025-09-18T23:14:38.299Z Downloaded radix_trie v0.2.1
7442025-09-18T23:14:38.324Z Downloaded nix v0.28.0
7452025-09-18T23:14:38.324Z Downloaded nix v0.29.0
7462025-09-18T23:14:38.349Z Downloaded object v0.36.5
7472025-09-18T23:14:38.349Z Downloaded regress v0.10.4
7482025-09-18T23:14:38.374Z Downloaded regex-syntax v0.8.5
7492025-09-18T23:14:38.374Z Downloaded diesel v2.2.12
7502025-09-18T23:14:38.398Z Downloaded jiff v0.2.15
7512025-09-18T23:14:38.426Z Downloaded openapiv3 v2.2.0
7522025-09-18T23:14:38.452Z Downloaded typify-impl v0.4.3
7532025-09-18T23:14:38.452Z Downloaded typify-impl v0.2.0
7542025-09-18T23:14:38.476Z Downloaded typify-impl v0.3.0
7552025-09-18T23:14:38.501Z Downloaded lzma-sys v0.1.20
7562025-09-18T23:14:38.525Z Downloaded zerocopy-derive v0.6.6
7572025-09-18T23:14:38.551Z Downloaded nix v0.30.1
7582025-09-18T23:14:38.551Z Downloaded sled v0.34.7
7592025-09-18T23:14:38.576Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
7602025-09-18T23:14:38.601Z Downloaded smoltcp v0.11.0
7612025-09-18T23:14:38.601Z Downloaded regex-automata v0.4.8
7622025-09-18T23:14:38.625Z Downloaded dropshot v0.16.4
7632025-09-18T23:14:38.649Z Downloaded petname v2.0.2
7642025-09-18T23:14:38.673Z Downloaded regex-syntax v0.6.29
7652025-09-18T23:14:38.673Z Downloaded csv v1.3.1
7662025-09-18T23:14:38.698Z Downloaded openssl v0.10.73
7672025-09-18T23:14:38.723Z Downloaded smoltcp v0.9.1
7682025-09-18T23:14:38.723Z Downloaded rustls v0.23.19
7692025-09-18T23:14:38.747Z Downloaded hickory-proto v0.25.2
7702025-09-18T23:14:38.771Z Downloaded petgraph v0.6.5
7712025-09-18T23:14:38.797Z Downloaded libz-sys v1.1.20
7722025-09-18T23:14:38.821Z Downloaded petgraph v0.8.2
7732025-09-18T23:14:38.845Z Downloaded polar-core v0.27.3
7742025-09-18T23:14:38.845Z Downloaded nix v0.27.1
7752025-09-18T23:14:38.870Z Downloaded sha3 v0.10.8
7762025-09-18T23:14:38.870Z Downloaded zerocopy v0.8.26
7772025-09-18T23:14:38.894Z Downloaded hickory-proto v0.24.4
7782025-09-18T23:14:38.923Z Downloaded quick-xml v0.37.2
7792025-09-18T23:14:38.947Z Downloaded tokio v1.47.0
7802025-09-18T23:14:38.984Z Downloaded object v0.30.4
7812025-09-18T23:14:39.012Z Downloaded tabled v0.20.0
7822025-09-18T23:14:39.036Z Downloaded gimli v0.31.1
7832025-09-18T23:14:39.036Z Downloaded reqwest v0.12.22
7842025-09-18T23:14:39.061Z Downloaded moka v0.12.10
7852025-09-18T23:14:39.061Z Downloaded quinn-proto v0.11.8
7862025-09-18T23:14:39.085Z Downloaded time v0.3.36
7872025-09-18T23:14:39.085Z Downloaded portable-atomic v1.11.0
7882025-09-18T23:14:39.110Z Downloaded p384 v0.13.0
7892025-09-18T23:14:39.110Z Downloaded rustls v0.22.4
7902025-09-18T23:14:39.134Z Downloaded unicode-normalization v0.1.24
7912025-09-18T23:14:39.134Z Downloaded git2 v0.19.0
7922025-09-18T23:14:39.134Z Downloaded curve25519-dalek v4.1.3
7932025-09-18T23:14:39.159Z Downloaded nom v7.1.3
7942025-09-18T23:14:39.159Z Downloaded zlib-rs v0.5.1
7952025-09-18T23:14:39.159Z Downloaded rustls-webpki v0.102.8
7962025-09-18T23:14:39.183Z Downloaded tabled v0.18.0
7972025-09-18T23:14:39.209Z Downloaded lalrpop v0.19.12
7982025-09-18T23:14:39.233Z Downloaded pin-project v1.1.6
7992025-09-18T23:14:39.257Z Downloaded yansi v1.0.1
8002025-09-18T23:14:39.257Z Downloaded qorb v0.4.1
8012025-09-18T23:14:39.257Z Downloaded unicode-segmentation v1.12.0
8022025-09-18T23:14:39.257Z Downloaded rand v0.9.2
8032025-09-18T23:14:39.257Z Downloaded rustls-webpki v0.101.7
8042025-09-18T23:14:39.281Z Downloaded tungstenite v0.21.0
8052025-09-18T23:14:39.281Z Downloaded encoding_rs v0.8.34
8062025-09-18T23:14:39.305Z Downloaded publicsuffix v2.3.0
8072025-09-18T23:14:39.329Z Downloaded unicode-bidi v0.3.17
8082025-09-18T23:14:39.330Z Downloaded tungstenite v0.23.0
8092025-09-18T23:14:39.330Z Downloaded samael v0.0.19
8102025-09-18T23:14:39.330Z Downloaded rand v0.8.5
8112025-09-18T23:14:39.330Z Downloaded zip v4.2.0
8122025-09-18T23:14:39.354Z Downloaded ring v0.17.14
8132025-09-18T23:14:39.389Z Downloaded ssh-key v0.6.6
8142025-09-18T23:14:39.413Z Downloaded p521 v0.13.3
8152025-09-18T23:14:39.413Z Downloaded futures-util v0.3.31
8162025-09-18T23:14:39.438Z Downloaded winnow v0.6.26
8172025-09-18T23:14:39.438Z Downloaded tokio-dtrace v0.1.0
8182025-09-18T23:14:39.438Z Downloaded thiserror-no-std v2.0.2
8192025-09-18T23:14:39.462Z Downloaded phf_shared v0.12.1
8202025-09-18T23:14:39.462Z Downloaded env_logger v0.11.5
8212025-09-18T23:14:39.462Z Downloaded env_logger v0.10.2
8222025-09-18T23:14:39.462Z Downloaded libgit2-sys v0.17.0+1.8.1
8232025-09-18T23:14:39.527Z Downloaded vsss-rs v3.3.4
8242025-09-18T23:14:39.552Z Downloaded fatfs v0.3.6
8252025-09-18T23:14:39.552Z Downloaded ron v0.7.1
8262025-09-18T23:14:39.552Z Downloaded uuid v1.18.1
8272025-09-18T23:14:39.552Z Downloaded vte v0.11.1
8282025-09-18T23:14:39.552Z Downloaded num-bigint v0.4.6
8292025-09-18T23:14:39.576Z Downloaded rustyline v14.0.0
8302025-09-18T23:14:39.576Z Downloaded typed-path v0.9.3
8312025-09-18T23:14:39.576Z Downloaded postgres-types v0.2.9
8322025-09-18T23:14:39.576Z Downloaded postgres-protocol v0.6.8
8332025-09-18T23:14:39.602Z Downloaded float-cmp v0.10.0
8342025-09-18T23:14:39.602Z Downloaded filetime v0.2.25
8352025-09-18T23:14:39.602Z Downloaded test-strategy v0.4.3
8362025-09-18T23:14:39.602Z Downloaded derive_more-impl v2.0.1
8372025-09-18T23:14:39.602Z Downloaded phf v0.12.1
8382025-09-18T23:14:39.602Z Downloaded fallible-iterator v0.2.0
8392025-09-18T23:14:39.602Z Downloaded salsa20 v0.10.2
8402025-09-18T23:14:39.602Z Downloaded pin-project-internal v1.1.6
8412025-09-18T23:14:39.602Z Downloaded schemars v0.8.22
8422025-09-18T23:14:39.633Z Downloaded futures-core v0.3.31
8432025-09-18T23:14:39.633Z Downloaded quinn v0.11.5
8442025-09-18T23:14:39.633Z Downloaded sec1 v0.7.3
8452025-09-18T23:14:39.633Z Downloaded pem v3.0.5
8462025-09-18T23:14:39.633Z Downloaded vergen v8.3.2
8472025-09-18T23:14:39.659Z Downloaded flume v0.11.1
8482025-09-18T23:14:39.659Z Downloaded socket2 v0.5.10
8492025-09-18T23:14:39.659Z Downloaded openssl-sys v0.9.109
8502025-09-18T23:14:39.659Z Downloaded russh v0.45.0
8512025-09-18T23:14:39.659Z Downloaded pem-rfc7468 v0.7.0
8522025-09-18T23:14:39.659Z Downloaded ff v0.13.0
8532025-09-18T23:14:39.659Z Downloaded tui-tree-widget v0.23.1
8542025-09-18T23:14:39.659Z Downloaded derive_more v0.99.20
8552025-09-18T23:14:39.683Z Downloaded ppv-lite86 v0.2.20
8562025-09-18T23:14:39.684Z Downloaded futures-channel v0.3.31
8572025-09-18T23:14:39.684Z Downloaded num_enum_derive v0.5.11
8582025-09-18T23:14:39.684Z Downloaded simd-adler32 v0.3.7
8592025-09-18T23:14:39.684Z Downloaded sct v0.7.1
8602025-09-18T23:14:39.684Z Downloaded num-derive v0.4.2
8612025-09-18T23:14:39.684Z Downloaded derive_more v2.0.1
8622025-09-18T23:14:39.708Z Downloaded num-integer v0.1.46
8632025-09-18T23:14:39.708Z Downloaded foldhash v0.2.0
8642025-09-18T23:14:39.708Z Downloaded fixedbitset v0.4.2
8652025-09-18T23:14:39.708Z Downloaded diff v0.1.13
8662025-09-18T23:14:39.708Z Downloaded zopfli v0.8.1
8672025-09-18T23:14:39.708Z Downloaded tls_codec_derive v0.4.1
8682025-09-18T23:14:39.708Z Downloaded serde_urlencoded v0.7.1
8692025-09-18T23:14:39.708Z Downloaded owo-colors v4.2.2
8702025-09-18T23:14:39.733Z Downloaded tinyvec v1.8.0
8712025-09-18T23:14:39.733Z Downloaded diesel_derives v2.2.3
8722025-09-18T23:14:39.733Z Downloaded tokio-postgres v0.7.13
8732025-09-18T23:14:39.733Z Downloaded oxide-tokio-rt v0.1.2
8742025-09-18T23:14:39.733Z Downloaded steno v0.4.1
8752025-09-18T23:14:39.758Z Downloaded tower-http v0.6.6
8762025-09-18T23:14:39.758Z Downloaded itertools v0.12.1
8772025-09-18T23:14:39.758Z Downloaded resolv-conf v0.7.0
8782025-09-18T23:14:39.758Z Downloaded fs_extra v1.3.0
8792025-09-18T23:14:39.783Z Downloaded enum-as-inner v0.6.1
8802025-09-18T23:14:39.783Z Downloaded unicode_categories v0.1.1
8812025-09-18T23:14:39.783Z Downloaded flate2 v1.1.2
8822025-09-18T23:14:39.783Z Downloaded zerocopy-derive v0.8.26
8832025-09-18T23:14:39.783Z Downloaded foreign-types v0.5.0
8842025-09-18T23:14:39.783Z Downloaded zone v0.3.1
8852025-09-18T23:14:39.783Z Downloaded zstd v0.13.3
8862025-09-18T23:14:39.808Z Downloaded radium v0.7.0
8872025-09-18T23:14:39.808Z Downloaded futures-io v0.3.31
8882025-09-18T23:14:39.808Z Downloaded difflib v0.4.0
8892025-09-18T23:14:39.808Z Downloaded ed25519-dalek v2.1.1
8902025-09-18T23:14:39.808Z Downloaded zone_cfg_derive v0.3.0
8912025-09-18T23:14:39.808Z Downloaded spki v0.7.3
8922025-09-18T23:14:39.808Z Downloaded smf v0.2.3
8932025-09-18T23:14:39.808Z Downloaded oso-derive v0.27.3
8942025-09-18T23:14:39.808Z Downloaded scheduled-thread-pool v0.2.7
8952025-09-18T23:14:39.808Z Downloaded itertools v0.14.0
8962025-09-18T23:14:39.833Z Downloaded hkdf v0.12.4
8972025-09-18T23:14:39.833Z Downloaded pkcs1 v0.7.5
8982025-09-18T23:14:39.833Z Downloaded tiny-keccak v2.0.2
8992025-09-18T23:14:39.833Z Downloaded spin v0.9.8
9002025-09-18T23:14:39.833Z Downloaded nu-ansi-term v0.50.1
9012025-09-18T23:14:39.833Z Downloaded pkcs5 v0.7.1
9022025-09-18T23:14:39.833Z Downloaded oso v0.27.3
9032025-09-18T23:14:39.857Z Downloaded dropshot_endpoint v0.16.4
9042025-09-18T23:14:39.857Z Downloaded unsafe-libyaml v0.2.11
9052025-09-18T23:14:39.857Z Downloaded snafu v0.8.5
9062025-09-18T23:14:39.857Z Downloaded futures v0.3.31
9072025-09-18T23:14:39.884Z Downloaded webpki-roots v1.0.1
9082025-09-18T23:14:39.884Z Downloaded same-file v1.0.6
9092025-09-18T23:14:39.884Z Downloaded quick-error v1.2.3
9102025-09-18T23:14:39.884Z Downloaded des v0.8.1
9112025-09-18T23:14:39.884Z Downloaded pin-project-lite v0.2.14
9122025-09-18T23:14:39.884Z Downloaded elliptic-curve v0.13.8
9132025-09-18T23:14:39.884Z Downloaded nodrop v0.1.14
9142025-09-18T23:14:39.884Z Downloaded float-ord v0.3.2
9152025-09-18T23:14:39.908Z Downloaded mio v1.0.2
9162025-09-18T23:14:39.908Z Downloaded zip v0.6.6
9172025-09-18T23:14:39.908Z Downloaded minimal-lexical v0.2.1
9182025-09-18T23:14:39.908Z Downloaded x509-cert v0.2.5
9192025-09-18T23:14:39.932Z Downloaded phf v0.11.2
9202025-09-18T23:14:39.932Z Downloaded num v0.4.3
9212025-09-18T23:14:39.932Z Downloaded prettyplease v0.2.36
9222025-09-18T23:14:39.932Z Downloaded serde_yaml v0.9.34+deprecated
9232025-09-18T23:14:39.933Z Downloaded tracing v0.1.40
9242025-09-18T23:14:39.933Z Downloaded libxml v0.3.3
9252025-09-18T23:14:39.957Z Downloaded progenitor-impl v0.11.0
9262025-09-18T23:14:39.957Z Downloaded dunce v1.0.5
9272025-09-18T23:14:39.957Z Downloaded term v0.7.0
9282025-09-18T23:14:39.957Z Downloaded typify v0.4.3
9292025-09-18T23:14:39.957Z Downloaded typify v0.3.0
9302025-09-18T23:14:39.957Z Downloaded pin-utils v0.1.0
9312025-09-18T23:14:39.957Z Downloaded xz2 v0.1.7
9322025-09-18T23:14:39.981Z Downloaded xshell v0.2.7
9332025-09-18T23:14:39.981Z Downloaded paste v1.0.15
9342025-09-18T23:14:39.981Z Downloaded zerocopy v0.6.6
9352025-09-18T23:14:39.981Z Downloaded signal-hook v0.3.18
9362025-09-18T23:14:39.981Z Downloaded rustls-pki-types v1.10.0
9372025-09-18T23:14:39.981Z Downloaded der v0.7.9
9382025-09-18T23:14:40.006Z Downloaded crossterm v0.29.0
9392025-09-18T23:14:40.006Z Downloaded itertools v0.10.5
9402025-09-18T23:14:40.006Z Downloaded funty v2.0.0
9412025-09-18T23:14:40.006Z Downloaded omicron-zone-package v0.12.2
9422025-09-18T23:14:40.006Z Downloaded iri-string v0.7.8
9432025-09-18T23:14:40.030Z Downloaded rsa v0.9.6
9442025-09-18T23:14:40.031Z Downloaded tracing-attributes v0.1.27
9452025-09-18T23:14:40.031Z Downloaded tar v0.4.44
9462025-09-18T23:14:40.031Z Downloaded miniz_oxide v0.8.5
9472025-09-18T23:14:40.055Z Downloaded document-features v0.2.11
9482025-09-18T23:14:40.055Z Downloaded display-error-chain v0.2.2
9492025-09-18T23:14:40.055Z Downloaded diesel-dtrace v0.4.2
9502025-09-18T23:14:40.055Z Downloaded tokio-native-tls v0.3.1
9512025-09-18T23:14:40.055Z Downloaded parking_lot v0.12.3
9522025-09-18T23:14:40.055Z Downloaded ena v0.14.3
9532025-09-18T23:14:40.055Z Downloaded embedded-io v0.6.1
9542025-09-18T23:14:40.055Z Downloaded dsl_auto_type v0.1.2
9552025-09-18T23:14:40.055Z Downloaded ssh-cipher v0.2.0
9562025-09-18T23:14:40.055Z Downloaded pbkdf2 v0.11.0
9572025-09-18T23:14:40.055Z Downloaded libm v0.2.8
9582025-09-18T23:14:40.079Z Downloaded wait-timeout v0.2.0
9592025-09-18T23:14:40.079Z Downloaded unicode-truncate v1.1.0
9602025-09-18T23:14:40.079Z Downloaded siphasher v0.3.11
9612025-09-18T23:14:40.079Z Downloaded secrecy v0.8.0
9622025-09-18T23:14:40.079Z Downloaded rand_chacha v0.9.0
9632025-09-18T23:14:40.079Z Downloaded rand_core v0.9.3
9642025-09-18T23:14:40.079Z Downloaded pkg-config v0.3.31
9652025-09-18T23:14:40.104Z Downloaded peg v0.8.5
9662025-09-18T23:14:40.104Z Downloaded peg-macros v0.8.5
9672025-09-18T23:14:40.104Z Downloaded pbkdf2 v0.12.2
9682025-09-18T23:14:40.104Z Downloaded opaque-debug v0.3.1
9692025-09-18T23:14:40.104Z Downloaded vte_generate_state_changes v0.1.2
9702025-09-18T23:14:40.104Z Downloaded universal-hash v0.5.1
9712025-09-18T23:14:40.104Z Downloaded termios v0.3.3
9722025-09-18T23:14:40.104Z Downloaded native-tls v0.2.12
9732025-09-18T23:14:40.104Z Downloaded termcolor v1.4.1
9742025-09-18T23:14:40.104Z Downloaded futures-task v0.3.31
9752025-09-18T23:14:40.104Z Downloaded papergrid v0.14.0
9762025-09-18T23:14:40.132Z Downloaded sqlparser_derive v0.2.2
9772025-09-18T23:14:40.132Z Downloaded scopeguard v1.2.0
9782025-09-18T23:14:40.132Z Downloaded embedded-io v0.4.0
9792025-09-18T23:14:40.132Z Downloaded dyn-clone v1.0.20
9802025-09-18T23:14:40.132Z Downloaded yasna v0.5.2
9812025-09-18T23:14:40.133Z Downloaded typify v0.2.0
9822025-09-18T23:14:40.133Z Downloaded twox-hash v2.1.0
9832025-09-18T23:14:40.133Z Downloaded pretty_assertions v1.4.1
9842025-09-18T23:14:40.133Z Downloaded rand_core v0.6.4
9852025-09-18T23:14:40.133Z Downloaded path-slash v0.1.5
9862025-09-18T23:14:40.157Z Downloaded zeroize v1.8.1
9872025-09-18T23:14:40.157Z Downloaded static_assertions v1.1.0
9882025-09-18T23:14:40.157Z Downloaded rustls-pemfile v2.2.0
9892025-09-18T23:14:40.157Z Downloaded derive_builder v0.20.2
9902025-09-18T23:14:40.157Z Downloaded derive-where v1.5.0
9912025-09-18T23:14:40.157Z Downloaded foreign-types-macros v0.2.3
9922025-09-18T23:14:40.157Z Downloaded flagset v0.4.6
9932025-09-18T23:14:40.157Z Downloaded typify-macro v0.3.0
9942025-09-18T23:14:40.157Z Downloaded newtype_derive v0.1.6
9952025-09-18T23:14:40.157Z Downloaded newline-converter v0.3.0
9962025-09-18T23:14:40.157Z Downloaded new_debug_unreachable v1.0.6
9972025-09-18T23:14:40.182Z Downloaded string_cache v0.8.9
9982025-09-18T23:14:40.182Z Downloaded proc-macro-error2 v2.0.1
9992025-09-18T23:14:40.182Z Downloaded shlex v1.3.0
10002025-09-18T23:14:40.182Z Downloaded sha1 v0.10.6
10012025-09-18T23:14:40.182Z Downloaded nibble_vec v0.1.0
10022025-09-18T23:14:40.182Z Downloaded rtoolbox v0.0.2
10032025-09-18T23:14:40.182Z Downloaded shell-words v1.1.0
10042025-09-18T23:14:40.182Z Downloaded password-hash v0.5.0
10052025-09-18T23:14:40.207Z Downloaded parking_lot_core v0.9.10
10062025-09-18T23:14:40.207Z Downloaded parking_lot_core v0.8.6
10072025-09-18T23:14:40.207Z Downloaded mime_guess v2.0.5
10082025-09-18T23:14:40.207Z Downloaded progenitor-impl v0.10.0
10092025-09-18T23:14:40.207Z Downloaded hyper v1.7.0
10102025-09-18T23:14:40.207Z Downloaded either v1.15.0
10112025-09-18T23:14:40.207Z Downloaded ed25519 v2.2.3
10122025-09-18T23:14:40.207Z Downloaded predicates v3.1.3
10132025-09-18T23:14:40.231Z Downloaded parking_lot v0.11.2
10142025-09-18T23:14:40.231Z Downloaded papergrid v0.17.0
10152025-09-18T23:14:40.231Z Downloaded primeorder v0.13.6
10162025-09-18T23:14:40.231Z Downloaded predicates-tree v1.0.12
10172025-09-18T23:14:40.232Z Downloaded half v2.4.1
10182025-09-18T23:14:40.232Z Downloaded derive_builder_core v0.20.2
10192025-09-18T23:14:40.232Z Downloaded derive-ex v0.1.8
10202025-09-18T23:14:40.232Z Downloaded ratatui v0.29.0
10212025-09-18T23:14:40.256Z Downloaded multer v3.1.0
10222025-09-18T23:14:40.281Z Downloaded der_derive v0.7.3
10232025-09-18T23:14:40.281Z Downloaded typify-macro v0.4.3
10242025-09-18T23:14:40.281Z Downloaded typify-macro v0.2.0
10252025-09-18T23:14:40.281Z Downloaded half v1.8.3
10262025-09-18T23:14:40.281Z Downloaded tap v1.0.1
10272025-09-18T23:14:40.281Z Downloaded tagptr v0.2.0
10282025-09-18T23:14:40.281Z Downloaded tabwriter v1.4.0
10292025-09-18T23:14:40.281Z Downloaded rustls-pemfile v1.0.4
10302025-09-18T23:14:40.281Z Downloaded predicates-core v1.0.8
10312025-09-18T23:14:40.281Z Downloaded password-hash v0.4.2
10322025-09-18T23:14:40.281Z Downloaded packed_struct_codegen v0.10.1
10332025-09-18T23:14:40.281Z Downloaded slog-term v2.9.2
10342025-09-18T23:14:40.306Z Downloaded precomputed-hash v0.1.1
10352025-09-18T23:14:40.306Z Downloaded signature v2.2.0
10362025-09-18T23:14:40.306Z Downloaded progenitor-macro v0.9.1
10372025-09-18T23:14:40.306Z Downloaded progenitor-macro v0.8.0
10382025-09-18T23:14:40.306Z Downloaded proc-macro-crate v1.3.1
10392025-09-18T23:14:40.306Z Downloaded multimap v0.10.1
10402025-09-18T23:14:40.306Z Downloaded progenitor-macro v0.10.0
10412025-09-18T23:14:40.306Z Downloaded parse-display-derive v0.10.0
10422025-09-18T23:14:40.306Z Downloaded defmt-macros v0.3.9
10432025-09-18T23:14:40.306Z Downloaded litrs v0.4.1
10442025-09-18T23:14:40.306Z Downloaded zeroize_derive v1.4.2
10452025-09-18T23:14:40.306Z Downloaded packed_struct v0.10.1
10462025-09-18T23:14:40.331Z Downloaded crypto-bigint v0.5.5
10472025-09-18T23:14:40.331Z Downloaded hash32 v0.2.1
10482025-09-18T23:14:40.331Z Downloaded getrandom v0.2.15
10492025-09-18T23:14:40.331Z Downloaded gethostname v0.5.0
10502025-09-18T23:14:40.331Z Downloaded smallvec v0.6.14
10512025-09-18T23:14:40.331Z Downloaded progenitor-impl v0.9.1
10522025-09-18T23:14:40.331Z Downloaded indicatif v0.18.0
10532025-09-18T23:14:40.356Z Downloaded group v0.13.0
10542025-09-18T23:14:40.356Z Downloaded darling_core v0.20.10
10552025-09-18T23:14:40.356Z Downloaded ghash v0.5.1
10562025-09-18T23:14:40.356Z Downloaded jiff-static v0.2.15
10572025-09-18T23:14:40.356Z Downloaded darling_core v0.21.0
10582025-09-18T23:14:40.356Z Downloaded slog-json v2.6.1
10592025-09-18T23:14:40.380Z Downloaded rustls-native-certs v0.8.1
10602025-09-18T23:14:40.380Z Downloaded rustls v0.21.12
10612025-09-18T23:14:40.380Z Downloaded libloading v0.8.5
10622025-09-18T23:14:40.380Z Downloaded hickory-server v0.25.2
10632025-09-18T23:14:40.404Z Downloaded tough v0.20.0
10642025-09-18T23:14:40.405Z Downloaded chrono-tz v0.10.4
10652025-09-18T23:14:40.429Z Downloaded darling v0.21.0
10662025-09-18T23:14:40.429Z Downloaded daft-derive v0.1.4
10672025-09-18T23:14:40.429Z Downloaded serde_repr v0.1.19
10682025-09-18T23:14:40.453Z Downloaded linked-hash-map v0.5.6
10692025-09-18T23:14:40.453Z Downloaded parse-size v1.1.0
10702025-09-18T23:14:40.454Z Downloaded defmt v0.3.8
10712025-09-18T23:14:40.454Z Downloaded data-encoding v2.9.0
10722025-09-18T23:14:40.454Z Downloaded darling v0.20.10
10732025-09-18T23:14:40.454Z Downloaded csv-core v0.1.11
10742025-09-18T23:14:40.454Z Downloaded crunchy v0.2.2
10752025-09-18T23:14:40.454Z Downloaded darling_macro v0.21.0
10762025-09-18T23:14:40.454Z Downloaded daft v0.1.4
10772025-09-18T23:14:40.454Z Downloaded memmap2 v0.9.5
10782025-09-18T23:14:40.493Z Downloaded ingot-macros v0.1.1
10792025-09-18T23:14:40.493Z Downloaded h2 v0.4.6
10802025-09-18T23:14:40.493Z Downloaded darling_macro v0.20.10
10812025-09-18T23:14:40.493Z Downloaded cstr-argument v0.1.2
10822025-09-18T23:14:40.493Z Downloaded crucible-workspace-hack v0.1.0
10832025-09-18T23:14:40.493Z Downloaded wyz v0.5.1
10842025-09-18T23:14:40.493Z Downloaded toml_edit v0.19.15
10852025-09-18T23:14:40.493Z Downloaded tokio-util v0.7.15
10862025-09-18T23:14:40.517Z Downloaded ignore v0.4.23
10872025-09-18T23:14:40.517Z Downloaded defmt-parser v0.3.4
10882025-09-18T23:14:40.517Z Downloaded waitgroup v0.1.2
10892025-09-18T23:14:40.518Z Downloaded supports-color v3.0.2
10902025-09-18T23:14:40.518Z Downloaded whoami v1.5.2
10912025-09-18T23:14:40.518Z Downloaded walkdir v2.5.0
10922025-09-18T23:14:40.518Z Downloaded tower v0.5.2
10932025-09-18T23:14:40.543Z Downloaded tokio-tungstenite v0.23.1
10942025-09-18T23:14:40.543Z Downloaded sync-ptr v0.1.4
10952025-09-18T23:14:40.543Z Downloaded slog-stdlog v4.1.1
10962025-09-18T23:14:40.543Z Downloaded serde_spanned v1.0.0
10972025-09-18T23:14:40.543Z Downloaded libscf-sys v1.1.0
10982025-09-18T23:14:40.543Z Downloaded toml_datetime v0.7.0
10992025-09-18T23:14:40.543Z Downloaded toml v0.7.8
11002025-09-18T23:14:40.543Z Downloaded tokio-rustls v0.26.0
11012025-09-18T23:14:40.543Z Downloaded tokio-rustls v0.25.0
11022025-09-18T23:14:40.569Z Downloaded strum_macros v0.27.1
11032025-09-18T23:14:40.569Z Downloaded mime v0.3.17
11042025-09-18T23:14:40.569Z Downloaded lru v0.12.5
11052025-09-18T23:14:40.569Z Downloaded libsw-core v0.3.1
11062025-09-18T23:14:40.569Z Downloaded lazycell v1.3.0
11072025-09-18T23:14:40.569Z Downloaded topological-sort v0.2.2
11082025-09-18T23:14:40.569Z Downloaded toml_writer v1.0.2
11092025-09-18T23:14:40.569Z Downloaded toml v0.9.5
11102025-09-18T23:14:40.569Z Downloaded tokio-stream v0.1.17
11112025-09-18T23:14:40.594Z Downloaded strum_macros v0.26.4
11122025-09-18T23:14:40.595Z Downloaded strum_macros v0.24.3
11132025-09-18T23:14:40.595Z Downloaded strip-ansi-escapes v0.2.0
11142025-09-18T23:14:40.595Z Downloaded md-5 v0.10.6
11152025-09-18T23:14:40.595Z Downloaded maybe-uninit v2.0.0
11162025-09-18T23:14:40.595Z Downloaded managed v0.8.0
11172025-09-18T23:14:40.595Z Downloaded kstat-rs v0.2.4
11182025-09-18T23:14:40.595Z Downloaded indexmap v1.9.3
11192025-09-18T23:14:40.595Z Downloaded tokio-rustls v0.24.1
11202025-09-18T23:14:40.595Z Downloaded sync_wrapper v1.0.1
11212025-09-18T23:14:40.595Z Downloaded subprocess v0.2.9
11222025-09-18T23:14:40.595Z Downloaded strum v0.27.2
11232025-09-18T23:14:40.595Z Downloaded structmeta-derive v0.3.0
11242025-09-18T23:14:40.619Z Downloaded structmeta v0.3.0
11252025-09-18T23:14:40.619Z Downloaded serde_derive_internals v0.29.1
11262025-09-18T23:14:40.619Z Downloaded russh-keys v0.45.0
11272025-09-18T23:14:40.619Z Downloaded lru-cache v0.1.2
11282025-09-18T23:14:40.619Z Downloaded lalrpop-util v0.19.12
11292025-09-18T23:14:40.619Z Downloaded indoc v1.0.9
11302025-09-18T23:14:40.619Z Downloaded http v1.3.1
11312025-09-18T23:14:40.619Z Downloaded aws-lc-sys v0.26.0
11322025-09-18T23:14:40.890Z Downloaded hickory-resolver v0.25.2
11332025-09-18T23:14:40.915Z Downloaded strum v0.26.3
11342025-09-18T23:14:40.915Z Downloaded slog-envlogger v2.2.0
11352025-09-18T23:14:40.915Z Downloaded slog-async v2.8.0
11362025-09-18T23:14:40.915Z Downloaded serde_cbor v0.11.2
11372025-09-18T23:14:40.915Z Downloaded serde-hex v0.1.0
11382025-09-18T23:14:40.915Z Downloaded serde-big-array v0.5.1
11392025-09-18T23:14:40.915Z Downloaded lock_api v0.4.12
11402025-09-18T23:14:40.915Z Downloaded linear-map v1.2.0
11412025-09-18T23:14:40.915Z Downloaded jobserver v0.1.32
11422025-09-18T23:14:40.940Z Downloaded slog-bunyan v2.5.0
11432025-09-18T23:14:40.940Z Downloaded serde_plain v1.0.2
11442025-09-18T23:14:40.940Z Downloaded serde_path_to_error v0.1.17
11452025-09-18T23:14:40.940Z Downloaded serde_bytes v0.11.17
11462025-09-18T23:14:40.940Z Downloaded semver v0.1.20
11472025-09-18T23:14:40.940Z Downloaded rayon-core v1.12.1
11482025-09-18T23:14:40.940Z Downloaded rayon v1.10.0
11492025-09-18T23:14:40.965Z Downloaded lzss v0.8.2
11502025-09-18T23:14:40.965Z Downloaded rustc_version v0.1.7
11512025-09-18T23:14:40.965Z Downloaded rustc-hash v2.1.1
11522025-09-18T23:14:40.965Z Downloaded rustc-hash v1.1.0
11532025-09-18T23:14:40.965Z Downloaded rustc-demangle v0.1.24
11542025-09-18T23:14:40.992Z Downloaded ref-cast v1.0.24
11552025-09-18T23:14:40.992Z Downloaded reedline v0.40.0
11562025-09-18T23:14:40.992Z Downloaded rand_xorshift v0.4.0
11572025-09-18T23:14:40.992Z Downloaded progenitor-client v0.10.0
11582025-09-18T23:14:40.992Z Downloaded progenitor v0.9.1
11592025-09-18T23:14:41.016Z Downloaded memoffset v0.9.1
11602025-09-18T23:14:41.016Z Downloaded libsw v3.5.0
11612025-09-18T23:14:41.016Z Downloaded ipnet v2.11.0
11622025-09-18T23:14:41.016Z Downloaded hmac v0.12.1
11632025-09-18T23:14:41.016Z Downloaded bstr v1.10.0
11642025-09-18T23:14:41.040Z Downloaded ctr v0.9.2
11652025-09-18T23:14:41.040Z Downloaded rcgen v0.12.1
11662025-09-18T23:14:41.040Z Downloaded rand_seeder v0.4.0
11672025-09-18T23:14:41.041Z Downloaded progenitor-impl v0.8.0
11682025-09-18T23:14:41.041Z Downloaded progenitor v0.10.0
11692025-09-18T23:14:41.041Z Downloaded maplit v1.0.2
11702025-09-18T23:14:41.041Z Downloaded libz-rs-sys v0.5.1
11712025-09-18T23:14:41.065Z Downloaded lazy_static v1.5.0
11722025-09-18T23:14:41.066Z Downloaded keccak v0.1.5
11732025-09-18T23:14:41.066Z Downloaded is-terminal v0.4.13
11742025-09-18T23:14:41.066Z Downloaded ipnetwork v0.21.1
11752025-09-18T23:14:41.066Z Downloaded internet-checksum v0.2.1
11762025-09-18T23:14:41.066Z Downloaded ingot v0.1.1
11772025-09-18T23:14:41.066Z Downloaded impl-trait-for-tuples v0.2.2
11782025-09-18T23:14:41.066Z Downloaded chrono v0.4.41
11792025-09-18T23:14:41.091Z Downloaded progenitor-client v0.9.1
11802025-09-18T23:14:41.091Z Downloaded progenitor-client v0.8.0
11812025-09-18T23:14:41.091Z Downloaded progenitor v0.11.0
11822025-09-18T23:14:41.092Z Downloaded progenitor v0.8.0
11832025-09-18T23:14:41.092Z Downloaded pretty-hex v0.2.1
11842025-09-18T23:14:41.092Z Downloaded md5 v0.7.0
11852025-09-18T23:14:41.092Z Downloaded match_cfg v0.1.0
11862025-09-18T23:14:41.092Z Downloaded instability v0.3.2
11872025-09-18T23:14:41.116Z Downloaded inout v0.1.3
11882025-09-18T23:14:41.116Z Downloaded ingot-types v0.1.2
11892025-09-18T23:14:41.116Z Downloaded indent_write v2.2.0
11902025-09-18T23:14:41.116Z Downloaded hyper-tls v0.6.0
11912025-09-18T23:14:41.116Z Downloaded httpdate v1.0.3
11922025-09-18T23:14:41.116Z Downloaded hickory-resolver v0.24.4
11932025-09-18T23:14:41.116Z Downloaded hashbrown v0.16.0
11942025-09-18T23:14:41.116Z Downloaded globset v0.4.15
11952025-09-18T23:14:41.116Z Downloaded cookie v0.18.1
11962025-09-18T23:14:41.116Z Downloaded bytes v1.10.1
11972025-09-18T23:14:41.141Z Downloaded blake3 v1.5.4
11982025-09-18T23:14:41.141Z Downloaded bcs v0.1.6
11992025-09-18T23:14:41.141Z Downloaded subtle v2.6.1
12002025-09-18T23:14:41.141Z Downloaded slog-scope v4.4.0
12012025-09-18T23:14:41.141Z Downloaded itertools v0.13.0
12022025-09-18T23:14:41.168Z Downloaded instant v0.1.13
12032025-09-18T23:14:41.168Z Downloaded ident_case v1.0.1
12042025-09-18T23:14:41.168Z Downloaded iana-time-zone v0.1.63
12052025-09-18T23:14:41.168Z Downloaded hubpack_derive v0.1.1
12062025-09-18T23:14:41.168Z Downloaded http-range v0.1.5
12072025-09-18T23:14:41.168Z Downloaded heck v0.3.3
12082025-09-18T23:14:41.168Z Downloaded globwalk v0.9.1
12092025-09-18T23:14:41.168Z Downloaded glob v0.3.2
12102025-09-18T23:14:41.168Z Downloaded crossterm v0.28.1
12112025-09-18T23:14:41.168Z Downloaded crossbeam-deque v0.8.5
12122025-09-18T23:14:41.168Z Downloaded crossbeam-channel v0.5.15
12132025-09-18T23:14:41.207Z Downloaded crc32fast v1.4.2
12142025-09-18T23:14:41.207Z Downloaded crc-any v2.5.0
12152025-09-18T23:14:41.207Z Downloaded crc v3.2.1
12162025-09-18T23:14:41.207Z Downloaded cookie_store v0.21.1
12172025-09-18T23:14:41.207Z Downloaded constant_time_eq v0.3.1
12182025-09-18T23:14:41.207Z Downloaded const_format_proc_macros v0.2.34
12192025-09-18T23:14:41.207Z Downloaded const-oid v0.9.6
12202025-09-18T23:14:41.207Z Downloaded colored v2.2.0
12212025-09-18T23:14:41.207Z Downloaded cmake v0.1.51
12222025-09-18T23:14:41.208Z Downloaded clang-sys v1.8.1
12232025-09-18T23:14:41.238Z Downloaded cipher v0.4.4
12242025-09-18T23:14:41.238Z Downloaded chacha20poly1305 v0.10.1
12252025-09-18T23:14:41.238Z Downloaded chacha20 v0.9.1
12262025-09-18T23:14:41.238Z Downloaded cc v1.2.30
12272025-09-18T23:14:41.238Z Downloaded blowfish v0.9.1
12282025-09-18T23:14:41.238Z Downloaded blake2 v0.10.6
12292025-09-18T23:14:41.238Z Downloaded bitvec v1.0.1
12302025-09-18T23:14:41.238Z Downloaded http-body-util v0.1.3
12312025-09-18T23:14:41.238Z Downloaded heapless v0.7.17
12322025-09-18T23:14:41.238Z Downloaded headers v0.4.1
12332025-09-18T23:14:41.263Z Downloaded crossbeam-utils v0.8.21
12342025-09-18T23:14:41.263Z Downloaded crossbeam-epoch v0.9.18
12352025-09-18T23:14:41.263Z Downloaded convert_case v0.7.1
12362025-09-18T23:14:41.263Z Downloaded const_format v0.2.34
12372025-09-18T23:14:41.263Z Downloaded console v0.16.0
12382025-09-18T23:14:41.263Z Downloaded compact_str v0.8.0
12392025-09-18T23:14:41.263Z Downloaded hex-literal v0.4.1
12402025-09-18T23:14:41.263Z Downloaded headers-core v0.3.0
12412025-09-18T23:14:41.263Z Downloaded hashbrown v0.13.2
12422025-09-18T23:14:41.289Z Downloaded convert_case v0.4.0
12432025-09-18T23:14:41.289Z Downloaded cobs v0.2.3
12442025-09-18T23:14:41.289Z Downloaded ciborium-ll v0.2.2
12452025-09-18T23:14:41.289Z Downloaded ciborium v0.2.2
12462025-09-18T23:14:41.289Z Downloaded cfg_aliases v0.2.1
12472025-09-18T23:14:41.289Z Downloaded cfg_aliases v0.1.1
12482025-09-18T23:14:41.289Z Downloaded cbc v0.1.2
12492025-09-18T23:14:41.289Z Downloaded castaway v0.2.3
12502025-09-18T23:14:41.289Z Downloaded cassowary v0.3.0
12512025-09-18T23:14:41.289Z Downloaded cargo_metadata v0.18.1
12522025-09-18T23:14:41.289Z Downloaded cargo-platform v0.1.8
12532025-09-18T23:14:41.289Z Downloaded cancel-safe-futures v0.1.5
12542025-09-18T23:14:41.289Z Downloaded bumpalo v3.16.0
12552025-09-18T23:14:41.314Z Downloaded buf-list v1.0.3
12562025-09-18T23:14:41.314Z Downloaded block-padding v0.3.3
12572025-09-18T23:14:41.314Z Downloaded bit-set v0.5.3
12582025-09-18T23:14:41.314Z Downloaded httparse v1.9.5
12592025-09-18T23:14:41.314Z Downloaded hostname v0.3.1
12602025-09-18T23:14:41.314Z Downloaded highway v1.3.0
12612025-09-18T23:14:41.314Z Downloaded crc8 v0.1.1
12622025-09-18T23:14:41.314Z Downloaded crc-catalog v2.4.0
12632025-09-18T23:14:41.314Z Downloaded ciborium-io v0.2.2
12642025-09-18T23:14:41.314Z Downloaded cexpr v0.6.0
12652025-09-18T23:14:41.314Z Downloaded camino-tempfile-ext v0.3.2
12662025-09-18T23:14:41.340Z Downloaded bzip2 v0.5.2
12672025-09-18T23:14:41.340Z Downloaded bzip2 v0.4.4
12682025-09-18T23:14:41.340Z Downloaded base64 v0.22.1
12692025-09-18T23:14:41.341Z Downloaded base64 v0.21.7
12702025-09-18T23:14:41.341Z Downloaded base64 v0.13.1
12712025-09-18T23:14:41.366Z Downloaded backtrace v0.3.74
12722025-09-18T23:14:41.366Z Downloaded hyper-util v0.1.16
12732025-09-18T23:14:41.366Z Downloaded home v0.5.9
12742025-09-18T23:14:41.366Z Downloaded hickory-client v0.25.2
12752025-09-18T23:14:41.366Z Downloaded heapless v0.8.0
12762025-09-18T23:14:41.366Z Downloaded bitfield v0.14.0
12772025-09-18T23:14:41.366Z Downloaded backoff v0.4.0
12782025-09-18T23:14:41.391Z Downloaded aws-lc-rs v1.12.4
12792025-09-18T23:14:41.391Z Downloaded atty v0.2.14
12802025-09-18T23:14:41.391Z Downloaded hex v0.4.3
12812025-09-18T23:14:41.391Z Downloaded bitflags v1.3.2
12822025-09-18T23:14:41.391Z Downloaded bitfield-struct v0.6.2
12832025-09-18T23:14:41.391Z Downloaded bit-vec v0.6.3
12842025-09-18T23:14:41.391Z Downloaded bit-set v0.8.0
12852025-09-18T23:14:41.417Z Downloaded bindgen v0.69.5
12862025-09-18T23:14:41.418Z Downloaded bcrypt-pbkdf v0.10.0
12872025-09-18T23:14:41.418Z Downloaded base64ct v1.6.0
12882025-09-18T23:14:41.418Z Downloaded async-trait v0.1.89
12892025-09-18T23:14:41.418Z Downloaded libefi-sys v0.1.0
12902025-09-18T23:14:41.418Z Downloaded indoc v2.0.6
12912025-09-18T23:14:41.418Z Downloaded bit-vec v0.8.0
12922025-09-18T23:14:41.447Z Downloaded bindgen v0.71.1
12932025-09-18T23:14:41.447Z Downloaded bb8 v0.8.5
12942025-09-18T23:14:41.447Z Downloaded base16ct v0.2.0
12952025-09-18T23:14:41.447Z Downloaded atomic-waker v1.1.2
12962025-09-18T23:14:41.447Z Downloaded async-stream-impl v0.3.6
12972025-09-18T23:14:41.447Z Downloaded aes-gcm v0.10.3
12982025-09-18T23:14:41.447Z Downloaded atomicwrites v0.4.4
12992025-09-18T23:14:41.447Z Downloaded async-stream v0.3.6
13002025-09-18T23:14:41.447Z Downloaded async-bb8-diesel v0.2.1
13012025-09-18T23:14:41.447Z Downloaded assert_matches v1.5.0
13022025-09-18T23:14:41.447Z Downloaded argon2 v0.5.3
13032025-09-18T23:14:41.472Z Downloaded arc-swap v1.7.1
13042025-09-18T23:14:41.472Z Downloaded aes v0.8.4
13052025-09-18T23:14:41.472Z Downloaded hostname v0.4.0
13062025-09-18T23:14:41.472Z Downloaded async-recursion v1.1.1
13072025-09-18T23:14:41.472Z Downloaded ascii-canvas v3.0.0
13082025-09-18T23:14:41.472Z Downloaded arrayref v0.3.9
13092025-09-18T23:14:41.472Z Downloaded array-init v0.0.4
13102025-09-18T23:14:41.472Z Downloaded allocator-api2 v0.2.21
13112025-09-18T23:14:41.472Z Downloaded ahash v0.8.12
13122025-09-18T23:14:41.496Z Downloaded aead v0.5.2
13132025-09-18T23:14:41.497Z Downloaded adler2 v2.0.0
13142025-09-18T23:14:41.497Z Downloaded addr2line v0.24.2
13152025-09-18T23:14:41.497Z Downloaded bzip2-sys v0.1.13+1.0.8
13162025-09-18T23:14:41.497Z Downloaded console v0.15.10
13172025-09-18T23:14:41.497Z Downloaded arrayvec v0.7.6
13182025-09-18T23:14:41.697Z Compiling value-bag v1.9.0
13192025-09-18T23:14:41.697Z Compiling shlex v1.3.0
13202025-09-18T23:14:41.697Z Compiling lock_api v0.4.12
13212025-09-18T23:14:41.697Z Compiling scopeguard v1.2.0
13222025-09-18T23:14:41.722Z Compiling typenum v1.17.0
13232025-09-18T23:14:41.722Z Compiling syn v2.0.106
13242025-09-18T23:14:41.722Z Compiling getrandom v0.2.15
13252025-09-18T23:14:41.722Z Compiling jobserver v0.1.32
13262025-09-18T23:14:41.968Z Compiling generic-array v0.14.7
13272025-09-18T23:14:42.234Z Compiling rand_core v0.6.4
13282025-09-18T23:14:42.336Z Compiling log v0.4.27
13292025-09-18T23:14:42.360Z Compiling cc v1.2.30
13302025-09-18T23:14:42.435Z Compiling smallvec v1.15.1
13312025-09-18T23:14:42.869Z Compiling portable-atomic v1.11.0
13322025-09-18T23:14:42.895Z Compiling subtle v2.6.1
13332025-09-18T23:14:42.922Z Compiling critical-section v1.1.3
13342025-09-18T23:14:42.951Z Compiling const-oid v0.9.6
13352025-09-18T23:14:43.326Z Compiling pkg-config v0.3.31
13362025-09-18T23:14:43.369Z Compiling parking_lot_core v0.9.10
13372025-09-18T23:14:43.780Z Compiling pin-project-lite v0.2.14
13382025-09-18T23:14:43.956Z Compiling rustix v0.38.37
13392025-09-18T23:14:44.761Z Compiling signal-hook-registry v1.4.2
13402025-09-18T23:14:44.876Z Compiling parking_lot v0.12.3
13412025-09-18T23:14:45.186Z Compiling mio v1.0.2
13422025-09-18T23:14:45.459Z Compiling futures-core v0.3.31
13432025-09-18T23:14:45.569Z Compiling spin v0.9.8
13442025-09-18T23:14:45.647Z Compiling libm v0.2.8
13452025-09-18T23:14:45.774Z Compiling socket2 v0.6.0
13462025-09-18T23:14:45.888Z Compiling num-traits v0.2.19
13472025-09-18T23:14:46.041Z Compiling once_cell v1.21.3
13482025-09-18T23:14:46.103Z Compiling aho-corasick v1.1.3
13492025-09-18T23:14:46.247Z Compiling slab v0.4.9
13502025-09-18T23:14:46.276Z Compiling regex-syntax v0.8.5
13512025-09-18T23:14:46.396Z Compiling allocator-api2 v0.2.21
13522025-09-18T23:14:46.532Z Compiling cpufeatures v0.2.14
13532025-09-18T23:14:46.688Z Compiling foldhash v0.1.5
13542025-09-18T23:14:46.713Z Compiling getrandom v0.3.1
13552025-09-18T23:14:46.864Z Compiling serde_json v1.0.145
13562025-09-18T23:14:47.267Z Compiling hashbrown v0.15.4
13572025-09-18T23:14:47.315Z Compiling glob v0.3.2
13582025-09-18T23:14:47.395Z Compiling percent-encoding v2.3.2
13592025-09-18T23:14:47.487Z Compiling either v1.15.0
13602025-09-18T23:14:47.774Z Compiling futures-sink v0.3.31
13612025-09-18T23:14:47.961Z Compiling futures-channel v0.3.31
13622025-09-18T23:14:48.223Z Compiling clang-sys v1.8.1
13632025-09-18T23:14:48.602Z Compiling futures-task v0.3.31
13642025-09-18T23:14:48.901Z Compiling futures-io v0.3.31
13652025-09-18T23:14:48.926Z Compiling pin-utils v0.1.0
13662025-09-18T23:14:48.978Z Compiling prettyplease v0.2.36
13672025-09-18T23:14:49.088Z Compiling lazy_static v1.5.0
13682025-09-18T23:14:49.200Z Compiling minimal-lexical v0.2.1
13692025-09-18T23:14:49.254Z Compiling libloading v0.8.5
13702025-09-18T23:14:49.366Z Compiling base64ct v1.6.0
13712025-09-18T23:14:49.668Z Compiling nom v7.1.3
13722025-09-18T23:14:49.740Z Compiling bindgen v0.69.5
13732025-09-18T23:14:49.986Z Compiling regex-automata v0.4.8
13742025-09-18T23:14:50.205Z Compiling home v0.5.9
13752025-09-18T23:14:50.440Z Compiling synstructure v0.13.1
13762025-09-18T23:14:50.732Z Compiling pem-rfc7468 v0.7.0
13772025-09-18T23:14:51.425Z Compiling itertools v0.12.1
13782025-09-18T23:14:51.905Z Compiling flagset v0.4.6
13792025-09-18T23:14:52.167Z Compiling rustc-hash v1.1.0
13802025-09-18T23:14:52.205Z Compiling lazycell v1.3.0
13812025-09-18T23:14:52.375Z Compiling cmake v0.1.51
13822025-09-18T23:14:52.413Z Compiling dunce v1.0.5
13832025-09-18T23:14:52.583Z Compiling fs_extra v1.3.0
13842025-09-18T23:14:53.028Z Compiling cexpr v0.6.0
13852025-09-18T23:14:53.199Z Compiling form_urlencoded v1.2.2
13862025-09-18T23:14:53.308Z Compiling paste v1.0.15
13872025-09-18T23:14:53.554Z Compiling vcpkg v0.2.15
13882025-09-18T23:14:53.631Z Compiling iana-time-zone v0.1.63
13892025-09-18T23:14:54.076Z Compiling ring v0.17.14
13902025-09-18T23:14:54.371Z Compiling tracing-core v0.1.32
13912025-09-18T23:14:54.556Z Compiling aws-lc-rs v1.12.4
13922025-09-18T23:14:55.035Z Compiling rustversion v1.0.17
13932025-09-18T23:14:55.066Z Compiling tinyvec_macros v0.1.1
13942025-09-18T23:14:55.213Z Compiling httparse v1.9.5
13952025-09-18T23:14:55.274Z Compiling serde_derive v1.0.223
13962025-09-18T23:14:55.366Z Compiling zeroize_derive v1.4.2
13972025-09-18T23:14:55.679Z Compiling zerofrom-derive v0.1.4
13982025-09-18T23:14:55.772Z Compiling yoke-derive v0.7.4
13992025-09-18T23:14:55.959Z Compiling zerovec-derive v0.10.3
14002025-09-18T23:14:56.846Z Compiling zeroize v1.8.1
14012025-09-18T23:14:58.429Z Compiling displaydoc v0.2.5
14022025-09-18T23:14:58.564Z Compiling tokio-macros v2.5.0
14032025-09-18T23:14:58.921Z Compiling crypto-common v0.1.6
14042025-09-18T23:14:59.221Z Compiling block-buffer v0.10.4
14052025-09-18T23:14:59.258Z Compiling zerofrom v0.1.4
14062025-09-18T23:14:59.519Z Compiling digest v0.10.7
14072025-09-18T23:14:59.557Z Compiling yoke v0.7.4
14082025-09-18T23:14:59.970Z Compiling zerovec v0.10.4
14092025-09-18T23:15:00.029Z Compiling zerocopy-derive v0.7.35
14102025-09-18T23:15:00.059Z Compiling hmac v0.12.1
14112025-09-18T23:15:00.086Z Compiling icu_provider_macros v1.5.0
14122025-09-18T23:15:00.354Z Compiling block-padding v0.3.3
14132025-09-18T23:15:00.442Z Compiling futures-macro v0.3.31
14142025-09-18T23:15:00.650Z Compiling inout v0.1.3
14152025-09-18T23:15:00.959Z Compiling cipher v0.4.4
14162025-09-18T23:15:01.156Z Compiling sha2 v0.10.9
14172025-09-18T23:15:01.296Z Compiling regex v1.11.1
14182025-09-18T23:15:01.564Z Compiling der_derive v0.7.3
14192025-09-18T23:15:01.884Z Compiling thiserror-impl v1.0.69
14202025-09-18T23:15:02.044Z Compiling tinystr v0.7.6
14212025-09-18T23:15:02.248Z Compiling zerocopy v0.7.35
14222025-09-18T23:15:02.350Z Compiling futures-util v0.3.31
14232025-09-18T23:15:02.376Z Compiling icu_collections v1.5.0
14242025-09-18T23:15:02.515Z Compiling icu_locid v1.5.0
14252025-09-18T23:15:02.628Z Compiling serde v1.0.223
14262025-09-18T23:15:03.755Z Compiling ppv-lite86 v0.2.20
14272025-09-18T23:15:03.804Z Compiling salsa20 v0.10.2
14282025-09-18T23:15:03.969Z Compiling bitflags v2.9.1
14292025-09-18T23:15:04.090Z Compiling bytes v1.10.1
14302025-09-18T23:15:04.123Z Compiling semver v1.0.26
14312025-09-18T23:15:04.300Z Compiling icu_provider v1.5.0
14322025-09-18T23:15:04.631Z Compiling indexmap v2.11.0
14332025-09-18T23:15:04.817Z Compiling der v0.7.9
14342025-09-18T23:15:04.870Z Compiling thiserror v1.0.69
14352025-09-18T23:15:04.896Z Compiling pbkdf2 v0.12.2
14362025-09-18T23:15:05.061Z Compiling icu_locid_transform v1.5.0
14372025-09-18T23:15:05.154Z Compiling scrypt v0.11.0
14382025-09-18T23:15:05.309Z Compiling tokio v1.47.0
14392025-09-18T23:15:05.575Z Compiling http v1.3.1
14402025-09-18T23:15:05.689Z Compiling rustc_version v0.4.1
14412025-09-18T23:15:06.180Z Compiling cbc v0.1.2
14422025-09-18T23:15:06.440Z Compiling aes v0.8.4
14432025-09-18T23:15:06.468Z Compiling icu_properties v1.5.1
14442025-09-18T23:15:07.487Z Compiling spki v0.7.3
14452025-09-18T23:15:07.881Z Compiling openssl-sys v0.9.109
14462025-09-18T23:15:07.916Z Compiling pkcs5 v0.7.1
14472025-09-18T23:15:07.943Z Compiling pest v2.7.14
14482025-09-18T23:15:08.296Z Compiling which v4.4.2
14492025-09-18T23:15:08.922Z Compiling chrono v0.4.41
14502025-09-18T23:15:09.082Z Compiling uuid v1.18.1
14512025-09-18T23:15:09.108Z Compiling tracing-attributes v0.1.27
14522025-09-18T23:15:09.205Z Compiling pkcs8 v0.10.2
14532025-09-18T23:15:09.832Z Compiling http-body v1.0.1
14542025-09-18T23:15:10.133Z Compiling scroll_derive v0.12.0
14552025-09-18T23:15:10.607Z Compiling icu_normalizer v1.5.0
14562025-09-18T23:15:10.921Z Compiling pest_meta v2.7.14
14572025-09-18T23:15:11.323Z Compiling base64 v0.22.1
14582025-09-18T23:15:11.402Z Compiling rustls-pki-types v1.10.0
14592025-09-18T23:15:12.076Z Compiling idna_adapter v1.2.0
14602025-09-18T23:15:12.230Z Compiling tracing v0.1.40
14612025-09-18T23:15:12.342Z Compiling idna v1.0.3
14622025-09-18T23:15:12.386Z Compiling scroll v0.12.0
14632025-09-18T23:15:12.414Z Compiling pest_generator v2.7.14
14642025-09-18T23:15:12.651Z Compiling tinyvec v1.8.0
14652025-09-18T23:15:12.769Z Compiling serde_derive_internals v0.29.1
14662025-09-18T23:15:12.969Z Compiling rand_core v0.9.3
14672025-09-18T23:15:13.662Z Compiling url v2.5.4
14682025-09-18T23:15:13.974Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14692025-09-18T23:15:14.167Z Compiling bzip2-sys v0.1.13+1.0.8
14702025-09-18T23:15:14.264Z Compiling schemars v0.8.22
14712025-09-18T23:15:14.626Z Compiling openssl v0.10.73
14722025-09-18T23:15:14.670Z Compiling num-conv v0.1.0
14732025-09-18T23:15:14.774Z Compiling untrusted v0.9.0
14742025-09-18T23:15:14.998Z Compiling tokio-util v0.7.15
14752025-09-18T23:15:15.025Z Compiling powerfmt v0.2.0
14762025-09-18T23:15:15.094Z Compiling atomic-waker v1.1.2
14772025-09-18T23:15:15.301Z Compiling tower-service v0.3.3
14782025-09-18T23:15:15.326Z Compiling adler2 v2.0.0
14792025-09-18T23:15:15.381Z Compiling openssl-probe v0.1.5
14802025-09-18T23:15:15.473Z Compiling try-lock v0.2.5
14812025-09-18T23:15:15.500Z Compiling time-core v0.1.2
14822025-09-18T23:15:15.557Z Compiling untrusted v0.7.1
14832025-09-18T23:15:15.583Z Compiling foreign-types-shared v0.1.1
14842025-09-18T23:15:15.691Z Compiling want v0.3.1
14852025-09-18T23:15:15.732Z Compiling miniz_oxide v0.8.5
14862025-09-18T23:15:15.758Z Compiling time-macros v0.2.18
14872025-09-18T23:15:15.788Z Compiling foreign-types v0.3.2
14882025-09-18T23:15:15.814Z Compiling pest_derive v2.7.14
14892025-09-18T23:15:15.926Z Compiling deranged v0.3.11
14902025-09-18T23:15:16.018Z Compiling schemars_derive v0.8.22
14912025-09-18T23:15:17.289Z Compiling h2 v0.4.6
14922025-09-18T23:15:18.758Z Compiling goblin v0.8.2
14932025-09-18T23:15:19.287Z Compiling rand_chacha v0.9.0
14942025-09-18T23:15:20.938Z Compiling ipnet v2.11.0
14952025-09-18T23:15:21.494Z Compiling openssl-macros v0.1.1
14962025-09-18T23:15:21.643Z Compiling crossbeam-utils v0.8.21
14972025-09-18T23:15:22.047Z Compiling rustls v0.23.19
14982025-09-18T23:15:22.187Z Compiling httpdate v1.0.3
14992025-09-18T23:15:22.213Z Compiling native-tls v0.2.12
15002025-09-18T23:15:22.262Z Compiling num_threads v0.1.7
15012025-09-18T23:15:22.413Z Compiling dyn-clone v1.0.20
15022025-09-18T23:15:22.442Z Compiling syn v1.0.109
15032025-09-18T23:15:22.578Z Compiling zerocopy v0.8.26
15042025-09-18T23:15:22.747Z Compiling time v0.3.36
15052025-09-18T23:15:23.647Z Compiling rand v0.9.2
15062025-09-18T23:15:25.411Z Compiling hyper v1.7.0
15072025-09-18T23:15:26.108Z Compiling dof v0.3.0
15082025-09-18T23:15:27.478Z Compiling dtrace-parser v0.2.0
15092025-09-18T23:15:27.620Z Compiling unicode-normalization v0.1.24
15102025-09-18T23:15:27.898Z Compiling heapless v0.7.17
15112025-09-18T23:15:28.226Z Compiling signature v2.2.0
15122025-09-18T23:15:28.382Z Compiling zerocopy-derive v0.8.26
15132025-09-18T23:15:28.618Z Compiling cookie v0.18.1
15142025-09-18T23:15:28.757Z Compiling crc32fast v1.4.2
15152025-09-18T23:15:28.923Z Compiling slog v2.7.0
15162025-09-18T23:15:29.108Z Compiling unicode-bidi v0.3.17
15172025-09-18T23:15:29.364Z Compiling unicode-properties v0.1.3
15182025-09-18T23:15:29.429Z Compiling signal-hook v0.3.18
15192025-09-18T23:15:29.453Z Compiling siphasher v0.3.11
15202025-09-18T23:15:29.736Z Compiling zstd-safe v7.2.3
15212025-09-18T23:15:29.772Z Compiling zlib-rs v0.5.1
15222025-09-18T23:15:29.877Z Compiling stringprep v0.1.5
15232025-09-18T23:15:30.090Z Compiling phf_shared v0.11.2
15242025-09-18T23:15:30.584Z Compiling usdt-impl v0.5.0
15252025-09-18T23:15:30.952Z Compiling hyper-util v0.1.16
15262025-09-18T23:15:31.374Z Compiling curve25519-dalek v4.1.3
15272025-09-18T23:15:31.971Z Compiling rand_chacha v0.3.1
15282025-09-18T23:15:32.079Z Compiling serde_spanned v0.6.9
15292025-09-18T23:15:32.270Z Compiling toml_datetime v0.6.11
15302025-09-18T23:15:32.378Z Compiling serde_tokenstream v0.2.2
15312025-09-18T23:15:32.824Z Compiling md-5 v0.10.6
15322025-09-18T23:15:32.983Z Compiling num-integer v0.1.46
15332025-09-18T23:15:33.218Z Compiling sync_wrapper v1.0.1
15342025-09-18T23:15:33.408Z Compiling hash32 v0.2.1
15352025-09-18T23:15:33.758Z Compiling ff v0.13.0
15362025-09-18T23:15:33.791Z Compiling memoffset v0.9.1
15372025-09-18T23:15:34.028Z Compiling psl-types v2.0.11
15382025-09-18T23:15:34.122Z Compiling cfg_aliases v0.2.1
15392025-09-18T23:15:34.197Z Compiling litrs v0.4.1
15402025-09-18T23:15:34.261Z Compiling num-bigint-dig v0.8.4
15412025-09-18T23:15:34.285Z Compiling fallible-iterator v0.2.0
15422025-09-18T23:15:34.594Z Compiling tower-layer v0.3.3
15432025-09-18T23:15:34.827Z Compiling smoltcp v0.9.1
15442025-09-18T23:15:34.904Z Compiling gimli v0.31.1
15452025-09-18T23:15:34.987Z Compiling newtype-uuid v1.2.4
15462025-09-18T23:15:35.114Z Compiling base16ct v0.2.0
15472025-09-18T23:15:35.271Z Compiling document-features v0.2.11
15482025-09-18T23:15:35.330Z Compiling sec1 v0.7.3
15492025-09-18T23:15:35.437Z Compiling postgres-protocol v0.6.8
15502025-09-18T23:15:35.513Z Compiling tower v0.5.2
15512025-09-18T23:15:35.913Z Compiling libz-rs-sys v0.5.1
15522025-09-18T23:15:36.256Z Compiling flate2 v1.1.2
15532025-09-18T23:15:36.503Z Compiling nix v0.29.0
15542025-09-18T23:15:36.536Z Compiling publicsuffix v2.3.0
15552025-09-18T23:15:36.751Z Compiling group v0.13.0
15562025-09-18T23:15:36.908Z Compiling num-iter v0.1.45
15572025-09-18T23:15:37.139Z Compiling rand v0.8.5
15582025-09-18T23:15:37.307Z Compiling tokio-native-tls v0.3.1
15592025-09-18T23:15:37.978Z Compiling ipnetwork v0.21.1
15602025-09-18T23:15:38.384Z Compiling strum_macros v0.27.1
15612025-09-18T23:15:38.484Z Compiling rustls-native-certs v0.8.1
15622025-09-18T23:15:38.644Z Compiling webpki-roots v1.0.1
15632025-09-18T23:15:38.871Z Compiling http-body-util v0.1.3
15642025-09-18T23:15:38.895Z Compiling terminal_size v0.4.0
15652025-09-18T23:15:39.054Z Compiling hkdf v0.12.4
15662025-09-18T23:15:39.163Z Compiling addr2line v0.24.2
15672025-09-18T23:15:39.238Z Compiling crypto-bigint v0.5.5
15682025-09-18T23:15:39.349Z Compiling async-trait v0.1.89
15692025-09-18T23:15:39.379Z Compiling thiserror-impl v2.0.16
15702025-09-18T23:15:39.694Z Compiling curve25519-dalek-derive v0.1.1
15712025-09-18T23:15:39.830Z Compiling ahash v0.8.12
15722025-09-18T23:15:40.202Z Compiling fs-err v3.1.1
15732025-09-18T23:15:40.502Z Compiling object v0.36.5
15742025-09-18T23:15:41.069Z Compiling managed v0.8.0
15752025-09-18T23:15:41.526Z Compiling winnow v0.5.40
15762025-09-18T23:15:41.595Z Compiling bumpalo v3.16.0
15772025-09-18T23:15:42.139Z Compiling rustix v1.0.7
15782025-09-18T23:15:42.384Z Compiling anyhow v1.0.99
15792025-09-18T23:15:42.899Z Compiling rustc-demangle v0.1.24
15802025-09-18T23:15:43.054Z Compiling buf-list v1.0.3
15812025-09-18T23:15:43.091Z Compiling hubpack_derive v0.1.1
15822025-09-18T23:15:43.125Z Compiling lockfree-object-pool v0.1.6
15832025-09-18T23:15:43.449Z Compiling iri-string v0.7.8
15842025-09-18T23:15:43.678Z Compiling simd-adler32 v0.3.7
15852025-09-18T23:15:43.871Z Compiling bitflags v1.3.2
15862025-09-18T23:15:44.032Z Compiling hubpack v0.1.2
15872025-09-18T23:15:44.235Z Compiling zopfli v0.8.1
15882025-09-18T23:15:44.584Z Compiling strum v0.27.2
15892025-09-18T23:15:44.996Z Compiling toml_edit v0.19.15
15902025-09-18T23:15:45.137Z Compiling clap_builder v4.5.41
15912025-09-18T23:15:45.169Z Compiling thiserror v2.0.16
15922025-09-18T23:15:45.399Z Compiling elliptic-curve v0.13.8
15932025-09-18T23:15:46.216Z Compiling hyper-tls v0.6.0
15942025-09-18T23:15:46.697Z Compiling tower-http v0.6.6
15952025-09-18T23:15:47.408Z Compiling backtrace v0.3.74
15962025-09-18T23:15:47.682Z Compiling oxnet v0.1.3
15972025-09-18T23:15:48.026Z Compiling signal-hook-mio v0.2.4
15982025-09-18T23:15:48.303Z Compiling cookie_store v0.21.1
15992025-09-18T23:15:48.490Z Compiling zstd v0.13.3
16002025-09-18T23:15:49.246Z Compiling postgres-types v0.2.9
16012025-09-18T23:15:50.119Z Compiling usdt-macro v0.5.0
16022025-09-18T23:15:50.259Z Compiling usdt-attr-macro v0.5.0
16032025-09-18T23:15:50.498Z Compiling phf v0.11.2
16042025-09-18T23:15:50.813Z Compiling ed25519 v2.2.3
16052025-09-18T23:15:51.462Z Compiling bzip2 v0.5.2
16062025-09-18T23:15:51.787Z Compiling bzip2 v0.4.4
16072025-09-18T23:15:51.833Z Compiling strum_macros v0.26.4
16082025-09-18T23:15:51.920Z Compiling pkcs1 v0.7.5
16092025-09-18T23:15:52.250Z Compiling serde-big-array v0.5.1
16102025-09-18T23:15:52.504Z Compiling serde_urlencoded v0.7.1
16112025-09-18T23:15:52.741Z Compiling rfc6979 v0.4.0
16122025-09-18T23:15:52.931Z Compiling bstr v1.10.0
16132025-09-18T23:15:52.981Z Compiling clap_derive v4.5.41
16142025-09-18T23:15:53.082Z Compiling serde_repr v0.1.19
16152025-09-18T23:15:53.190Z Compiling enum-as-inner v0.6.1
16162025-09-18T23:15:53.234Z Compiling daft-derive v0.1.4
16172025-09-18T23:15:54.138Z Compiling float-cmp v0.10.0
16182025-09-18T23:15:54.267Z Compiling socket2 v0.5.10
16192025-09-18T23:15:54.420Z Compiling encoding_rs v0.8.34
16202025-09-18T23:15:54.532Z Compiling predicates-core v1.0.8
16212025-09-18T23:15:54.742Z Compiling new_debug_unreachable v1.0.6
16222025-09-18T23:15:54.873Z Compiling unicode-segmentation v1.12.0
16232025-09-18T23:15:54.898Z Compiling static_assertions v1.1.0
16242025-09-18T23:15:55.040Z Compiling difflib v0.4.0
16252025-09-18T23:15:55.215Z Compiling normalize-line-endings v0.3.0
16262025-09-18T23:15:55.379Z Compiling whoami v1.5.2
16272025-09-18T23:15:55.722Z Compiling fixedbitset v0.4.2
16282025-09-18T23:15:55.979Z Compiling precomputed-hash v0.1.1
16292025-09-18T23:15:56.135Z Compiling mime v0.3.17
16302025-09-18T23:15:56.161Z Compiling data-encoding v2.9.0
16312025-09-18T23:15:56.214Z Compiling strum v0.26.3
16322025-09-18T23:15:56.334Z Compiling string_cache v0.8.9
16332025-09-18T23:15:56.435Z Compiling petgraph v0.6.5
16342025-09-18T23:15:56.692Z Compiling toml_edit v0.22.27
16352025-09-18T23:15:56.795Z Compiling tokio-postgres v0.7.13
16362025-09-18T23:15:57.168Z Compiling clap v4.5.41
16372025-09-18T23:15:57.313Z Compiling hickory-proto v0.25.2
16382025-09-18T23:15:57.844Z Compiling similar v2.7.0
16392025-09-18T23:15:57.934Z Compiling predicates v3.1.3
16402025-09-18T23:15:59.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16412025-09-18T23:15:59.433Z Compiling daft v0.1.4
16422025-09-18T23:15:59.844Z Compiling usdt v0.5.0
16432025-09-18T23:15:59.982Z Compiling ecdsa v0.16.9
16442025-09-18T23:16:00.264Z Compiling rsa v0.9.6
16452025-09-18T23:16:00.327Z Compiling zip v0.6.6
16462025-09-18T23:16:00.798Z Compiling zip v4.2.0
16472025-09-18T23:16:01.534Z Compiling ed25519-dalek v2.1.1
16482025-09-18T23:16:02.838Z Compiling toml v0.7.8
16492025-09-18T23:16:03.296Z Compiling crossterm v0.28.1
16502025-09-18T23:16:04.549Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16512025-09-18T23:16:04.766Z Compiling crossbeam-epoch v0.9.18
16522025-09-18T23:16:04.949Z Compiling tokio-stream v0.1.17
16532025-09-18T23:16:05.428Z Compiling x509-cert v0.2.5
16542025-09-18T23:16:05.821Z Compiling openapiv3 v2.2.0
16552025-09-18T23:16:05.896Z Compiling sha1 v0.10.6
16562025-09-18T23:16:06.498Z Compiling itertools v0.13.0
16572025-09-18T23:16:06.524Z Compiling itertools v0.10.5
16582025-09-18T23:16:07.008Z Compiling winnow v0.6.26
16592025-09-18T23:16:07.599Z Compiling peg-runtime v0.8.5
16602025-09-18T23:16:08.432Z Compiling rustc-hash v2.1.1
16612025-09-18T23:16:08.432Z Compiling lalrpop-util v0.19.12
16622025-09-18T23:16:08.457Z Compiling thread_local v1.1.8
16632025-09-18T23:16:08.530Z Compiling slog-async v2.8.0
16642025-09-18T23:16:09.235Z Compiling crossbeam-channel v0.5.15
16652025-09-18T23:16:09.262Z Compiling xattr v1.3.1
16662025-09-18T23:16:09.262Z Compiling futures-executor v0.3.31
16672025-09-18T23:16:09.499Z Compiling is-terminal v0.4.13
16682025-09-18T23:16:09.543Z Compiling filetime v0.2.25
16692025-09-18T23:16:09.543Z Compiling take_mut v0.2.2
16702025-09-18T23:16:09.543Z Compiling term v1.1.0
16712025-09-18T23:16:09.599Z Compiling tar v0.4.44
16722025-09-18T23:16:09.627Z Compiling futures v0.3.31
16732025-09-18T23:16:10.520Z Compiling slog-term v2.9.2
16742025-09-18T23:16:14.122Z Compiling aws-lc-sys v0.26.0
16752025-09-18T23:16:48.980Z Compiling rustls-webpki v0.102.8
16762025-09-18T23:16:56.002Z Compiling tokio-rustls v0.26.0
16772025-09-18T23:16:56.384Z Compiling hyper-rustls v0.27.7
16782025-09-18T23:16:56.777Z Compiling reqwest v0.12.22
16792025-09-18T23:17:01.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16802025-09-18T23:17:01.863Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16812025-09-18T23:17:07.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
16822025-09-18T23:17:08.051Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16832025-09-18T23:17:08.133ZSep 18 23:17:07.291 INFO Starting download, target: Cockroach
16842025-09-18T23:17:08.133ZSep 18 23:17:07.292 INFO Starting download, target: Console
16852025-09-18T23:17:08.133ZSep 18 23:17:07.292 INFO Starting download, target: DendriteStub
16862025-09-18T23:17:08.158ZSep 18 23:17:07.292 INFO Starting download, target: Clickhouse
16872025-09-18T23:17:08.158ZSep 18 23:17:07.292 INFO Starting download, target: MaghemiteMgd
16882025-09-18T23:17:08.158ZSep 18 23:17:07.292 INFO Starting download, target: TransceiverControl
16892025-09-18T23:17:08.158ZSep 18 23:17:07.292 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16902025-09-18T23:17:08.158ZSep 18 23:17:07.292 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16912025-09-18T23:17:08.158ZSep 18 23:17:07.292 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16922025-09-18T23:17:08.158ZSep 18 23:17:07.293 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16932025-09-18T23:17:08.158ZSep 18 23:17:07.293 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16942025-09-18T23:17:08.158ZSep 18 23:17:07.293 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16952025-09-18T23:17:08.465ZSep 18 23:17:07.620 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16962025-09-18T23:17:08.932ZSep 18 23:17:08.083 INFO Download complete, target: Console
16972025-09-18T23:17:09.669ZSep 18 23:17:08.827 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16982025-09-18T23:17:10.071ZSep 18 23:17:09.230 INFO Download complete, target: TransceiverControl
16992025-09-18T23:17:11.582ZSep 18 23:17:10.741 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17002025-09-18T23:17:11.766ZSep 18 23:17:10.925 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17012025-09-18T23:17:12.863ZSep 18 23:17:12.022 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17022025-09-18T23:17:12.863ZSep 18 23:17:12.022 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17032025-09-18T23:17:16.506ZSep 18 23:17:15.665 INFO Download complete, target: MaghemiteMgd
17042025-09-18T23:17:17.094ZSep 18 23:17:16.252 INFO Download complete, target: DendriteStub
17052025-09-18T23:17:21.003ZSep 18 23:17:20.162 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17062025-09-18T23:17:22.117ZSep 18 23:17:21.276 INFO Checking that binary works, target: Cockroach
17072025-09-18T23:17:22.314ZSep 18 23:17:21.472 INFO Download complete, target: Cockroach
17082025-09-18T23:17:34.059ZSep 18 23:17:33.218 INFO Checking that binary works, target: Clickhouse
17092025-09-18T23:17:34.294ZSep 18 23:17:33.453 INFO Download complete, target: Clickhouse
17102025-09-18T23:17:34.323ZAll builder prerequisites installed successfully, and PATH looks valid
17112025-09-18T23:17:34.348Z
17122025-09-18T23:17:34.348Zreal 5:50.519059969
17132025-09-18T23:17:34.348Zuser 17:19.255546717
17142025-09-18T23:17:34.348Zsys 2:54.877264446
17152025-09-18T23:17:34.348Ztrap 0.745905678
17162025-09-18T23:17:34.348Ztflt 0.452537370
17172025-09-18T23:17:34.348Zdflt 1.297121734
17182025-09-18T23:17:34.348Zkflt 0.011258083
17192025-09-18T23:17:34.348Zlock 43:39.322955846
17202025-09-18T23:17:34.348Zslp 1:03:28.751290458
17212025-09-18T23:17:34.348Zlat 1:22.677453975
17222025-09-18T23:17:34.348Zstop 3:04.070092259
17232025-09-18T23:17:34.348Z+ banner hack-check
17242025-09-18T23:17:34.348Z
17252025-09-18T23:17:34.348Z # # ## #### # # #### # # ###### #### # #
17262025-09-18T23:17:34.348Z # # # # # # # # # # # # # # # # #
17272025-09-18T23:17:34.348Z ###### # # # #### ##### # ###### ##### # ####
17282025-09-18T23:17:34.348Z # # ###### # # # # # # # # # #
17292025-09-18T23:17:34.349Z # # # # # # # # # # # # # # # # #
17302025-09-18T23:17:34.349Z # # # # #### # # #### # # ###### #### # #
17312025-09-18T23:17:34.349Z
17322025-09-18T23:17:34.349Z+ export CARGO_INCREMENTAL=0
17332025-09-18T23:17:34.349Z+ CARGO_INCREMENTAL=0
17342025-09-18T23:17:34.349Z+ ptime -m timeout 2h cargo xtask check-features --ci
17352025-09-18T23:17:35.658Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17362025-09-18T23:17:36.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17372025-09-18T23:17:40.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
17382025-09-18T23:17:40.565Z Running `target/debug/xtask check-features --ci`
17392025-09-18T23:17:40.600Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17402025-09-18T23:17:40.600Zrunning: "/home/build/.rustup/toolchains/1.89.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17412025-09-18T23:17:41.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
17422025-09-18T23:17:41.738Z Running `target/debug/xtask download cargo-hack`
17432025-09-18T23:17:43.339Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17442025-09-18T23:17:43.748Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17452025-09-18T23:17:48.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.98s
17462025-09-18T23:17:49.011Z Running `target/debug/xtask-downloader cargo-hack`
17472025-09-18T23:17:49.118ZSep 18 23:17:48.143 INFO Starting download, target: CargoHack
17482025-09-18T23:17:49.118ZSep 18 23:17:48.145 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17492025-09-18T23:17:49.370ZSep 18 23:17:48.506 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17502025-09-18T23:17:49.472ZSep 18 23:17:48.609 INFO Download complete, target: CargoHack
17512025-09-18T23:17:49.497Zrunning: "/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"
17522025-09-18T23:17:49.497Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17532025-09-18T23:17:49.785Zinfo: running `cargo check --bins` on api_identity (1/227)
17542025-09-18T23:17:50.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-09-18T23:17:50.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-09-18T23:17:50.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-09-18T23:17:50.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
17582025-09-18T23:17:50.881Z
17592025-09-18T23:17:50.881Zinfo: running `cargo check --bins` on bootstore (2/227)
17602025-09-18T23:17:51.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-09-18T23:17:51.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-09-18T23:17:51.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-09-18T23:17:51.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
17642025-09-18T23:17:52.057Z
17652025-09-18T23:17:52.057Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/227)
17662025-09-18T23:17:53.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-09-18T23:17:53.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-09-18T23:17:53.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-09-18T23:17:53.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17702025-09-18T23:17:53.207Z
17712025-09-18T23:17:53.207Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/227)
17722025-09-18T23:17:54.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-09-18T23:17:54.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-09-18T23:17:54.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-09-18T23:17:54.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
17762025-09-18T23:17:54.315Z
17772025-09-18T23:17:54.315Zinfo: running `cargo check --bins` on id-map (5/227)
17782025-09-18T23:17:55.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-09-18T23:17:55.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-09-18T23:17:55.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-09-18T23:17:55.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17822025-09-18T23:17:55.420Z
17832025-09-18T23:17:55.420Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/227)
17842025-09-18T23:17:56.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-09-18T23:17:56.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-09-18T23:17:56.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-09-18T23:17:56.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
17882025-09-18T23:17:56.310Z
17892025-09-18T23:17:56.310Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/227)
17902025-09-18T23:17:57.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-09-18T23:17:57.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-09-18T23:17:57.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932025-09-18T23:17:57.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17942025-09-18T23:17:57.195Z
17952025-09-18T23:17:57.195Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/227)
17962025-09-18T23:17:57.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972025-09-18T23:17:57.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982025-09-18T23:17:57.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992025-09-18T23:17:57.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
18002025-09-18T23:17:58.060Z
18012025-09-18T23:17:58.060Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/227)
18022025-09-18T23:17:58.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032025-09-18T23:17:58.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042025-09-18T23:17:58.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052025-09-18T23:17:58.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
18062025-09-18T23:17:58.952Z
18072025-09-18T23:17:58.952Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/227)
18082025-09-18T23:17:59.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092025-09-18T23:17:59.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102025-09-18T23:17:59.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112025-09-18T23:17:59.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
18122025-09-18T23:17:59.824Z
18132025-09-18T23:17:59.824Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/227)
18142025-09-18T23:18:00.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152025-09-18T23:18:00.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162025-09-18T23:18:00.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172025-09-18T23:18:00.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
18182025-09-18T23:18:00.720Z
18192025-09-18T23:18:00.720Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/227)
18202025-09-18T23:18:01.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212025-09-18T23:18:01.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222025-09-18T23:18:01.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232025-09-18T23:18:01.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
18242025-09-18T23:18:01.585Z
18252025-09-18T23:18:01.585Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/227)
18262025-09-18T23:18:02.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272025-09-18T23:18:02.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282025-09-18T23:18:02.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292025-09-18T23:18:02.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
18302025-09-18T23:18:02.441Z
18312025-09-18T23:18:02.441Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/227)
18322025-09-18T23:18:03.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332025-09-18T23:18:03.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342025-09-18T23:18:03.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352025-09-18T23:18:03.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
18362025-09-18T23:18:03.364Z
18372025-09-18T23:18:03.364Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/227)
18382025-09-18T23:18:04.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392025-09-18T23:18:04.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402025-09-18T23:18:04.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412025-09-18T23:18:04.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18422025-09-18T23:18:04.211Z
18432025-09-18T23:18:04.211Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/227)
18442025-09-18T23:18:04.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452025-09-18T23:18:04.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462025-09-18T23:18:04.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472025-09-18T23:18:04.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18482025-09-18T23:18:05.065Z
18492025-09-18T23:18:05.065Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/227)
18502025-09-18T23:18:05.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512025-09-18T23:18:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522025-09-18T23:18:05.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532025-09-18T23:18:05.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18542025-09-18T23:18:05.914Z
18552025-09-18T23:18:05.914Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/227)
18562025-09-18T23:18:06.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572025-09-18T23:18:06.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582025-09-18T23:18:06.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592025-09-18T23:18:06.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
18602025-09-18T23:18:06.856Z
18612025-09-18T23:18:06.856Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/227)
18622025-09-18T23:18:07.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632025-09-18T23:18:07.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642025-09-18T23:18:07.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652025-09-18T23:18:07.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
18662025-09-18T23:18:07.751Z
18672025-09-18T23:18:07.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/227)
18682025-09-18T23:18:08.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692025-09-18T23:18:08.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702025-09-18T23:18:08.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712025-09-18T23:18:08.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
18722025-09-18T23:18:08.712Z
18732025-09-18T23:18:08.712Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/227)
18742025-09-18T23:18:09.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752025-09-18T23:18:09.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762025-09-18T23:18:09.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772025-09-18T23:18:09.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
18782025-09-18T23:18:09.588Z
18792025-09-18T23:18:09.588Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/227)
18802025-09-18T23:18:10.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812025-09-18T23:18:10.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822025-09-18T23:18:10.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832025-09-18T23:18:10.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18842025-09-18T23:18:10.421Z
18852025-09-18T23:18:10.421Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/227)
18862025-09-18T23:18:11.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872025-09-18T23:18:11.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882025-09-18T23:18:11.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892025-09-18T23:18:11.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
18902025-09-18T23:18:11.314Z
18912025-09-18T23:18:11.314Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/227)
18922025-09-18T23:18:12.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932025-09-18T23:18:12.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942025-09-18T23:18:12.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952025-09-18T23:18:12.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
18962025-09-18T23:18:12.238Z
18972025-09-18T23:18:12.238Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/227)
18982025-09-18T23:18:12.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992025-09-18T23:18:13.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002025-09-18T23:18:13.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012025-09-18T23:18:13.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19022025-09-18T23:18:13.088Z
19032025-09-18T23:18:13.088Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/227)
19042025-09-18T23:18:13.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052025-09-18T23:18:13.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062025-09-18T23:18:13.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072025-09-18T23:18:13.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19082025-09-18T23:18:13.973Z
19092025-09-18T23:18:13.973Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/227)
19102025-09-18T23:18:14.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112025-09-18T23:18:14.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122025-09-18T23:18:14.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132025-09-18T23:18:14.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19142025-09-18T23:18:14.823Z
19152025-09-18T23:18:14.823Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/227)
19162025-09-18T23:18:15.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172025-09-18T23:18:15.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182025-09-18T23:18:15.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192025-09-18T23:18:15.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19202025-09-18T23:18:15.686Z
19212025-09-18T23:18:15.686Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/227)
19222025-09-18T23:18:16.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232025-09-18T23:18:16.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242025-09-18T23:18:16.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252025-09-18T23:18:16.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19262025-09-18T23:18:16.553Z
19272025-09-18T23:18:16.553Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/227)
19282025-09-18T23:18:17.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292025-09-18T23:18:17.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302025-09-18T23:18:17.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312025-09-18T23:18:17.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19322025-09-18T23:18:17.411Z
19332025-09-18T23:18:17.411Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/227)
19342025-09-18T23:18:18.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352025-09-18T23:18:18.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362025-09-18T23:18:18.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372025-09-18T23:18:18.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19382025-09-18T23:18:18.293Z
19392025-09-18T23:18:18.293Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/227)
19402025-09-18T23:18:19.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412025-09-18T23:18:19.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422025-09-18T23:18:19.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432025-09-18T23:18:19.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
19442025-09-18T23:18:19.172Z
19452025-09-18T23:18:19.172Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/227)
19462025-09-18T23:18:19.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472025-09-18T23:18:19.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482025-09-18T23:18:19.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492025-09-18T23:18:19.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19502025-09-18T23:18:20.054Z
19512025-09-18T23:18:20.054Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/227)
19522025-09-18T23:18:20.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532025-09-18T23:18:20.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542025-09-18T23:18:20.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552025-09-18T23:18:20.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19562025-09-18T23:18:21.018Z
19572025-09-18T23:18:21.018Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/227)
19582025-09-18T23:18:21.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592025-09-18T23:18:21.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602025-09-18T23:18:21.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612025-09-18T23:18:21.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19622025-09-18T23:18:21.780Z
19632025-09-18T23:18:21.780Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/227)
19642025-09-18T23:18:22.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652025-09-18T23:18:22.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662025-09-18T23:18:22.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672025-09-18T23:18:22.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
19682025-09-18T23:18:22.629Z
19692025-09-18T23:18:22.629Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/227)
19702025-09-18T23:18:23.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712025-09-18T23:18:23.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722025-09-18T23:18:23.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732025-09-18T23:18:23.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19742025-09-18T23:18:23.497Z
19752025-09-18T23:18:23.497Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/227)
19762025-09-18T23:18:24.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772025-09-18T23:18:24.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782025-09-18T23:18:24.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792025-09-18T23:18:24.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19802025-09-18T23:18:24.357Z
19812025-09-18T23:18:24.357Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/227)
19822025-09-18T23:18:25.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832025-09-18T23:18:25.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842025-09-18T23:18:25.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852025-09-18T23:18:25.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19862025-09-18T23:18:25.225Z
19872025-09-18T23:18:25.225Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/227)
19882025-09-18T23:18:26.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892025-09-18T23:18:26.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902025-09-18T23:18:26.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912025-09-18T23:18:26.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
19922025-09-18T23:18:26.139Z
19932025-09-18T23:18:26.139Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/227)
19942025-09-18T23:18:26.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952025-09-18T23:18:26.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962025-09-18T23:18:26.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972025-09-18T23:18:26.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
19982025-09-18T23:18:27.037Z
19992025-09-18T23:18:27.037Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/227)
20002025-09-18T23:18:27.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012025-09-18T23:18:27.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022025-09-18T23:18:27.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032025-09-18T23:18:27.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
20042025-09-18T23:18:27.881Z
20052025-09-18T23:18:27.881Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/227)
20062025-09-18T23:18:28.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072025-09-18T23:18:28.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082025-09-18T23:18:28.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092025-09-18T23:18:28.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20102025-09-18T23:18:28.727Z
20112025-09-18T23:18:28.727Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/227)
20122025-09-18T23:18:29.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132025-09-18T23:18:29.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142025-09-18T23:18:29.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152025-09-18T23:18:29.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20162025-09-18T23:18:29.600Z
20172025-09-18T23:18:29.600Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/227)
20182025-09-18T23:18:30.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192025-09-18T23:18:30.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202025-09-18T23:18:30.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212025-09-18T23:18:30.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20222025-09-18T23:18:30.469Z
20232025-09-18T23:18:30.469Zinfo: running `cargo check --bins` on sled-hardware-types (46/227)
20242025-09-18T23:18:31.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252025-09-18T23:18:31.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262025-09-18T23:18:31.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272025-09-18T23:18:31.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
20282025-09-18T23:18:31.647Z
20292025-09-18T23:18:31.647Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/227)
20302025-09-18T23:18:32.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312025-09-18T23:18:32.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322025-09-18T23:18:32.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332025-09-18T23:18:32.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
20342025-09-18T23:18:32.837Z
20352025-09-18T23:18:32.837Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/227)
20362025-09-18T23:18:33.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372025-09-18T23:18:33.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382025-09-18T23:18:33.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392025-09-18T23:18:33.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
20402025-09-18T23:18:33.989Z
20412025-09-18T23:18:33.989Zinfo: running `cargo check --bins` on oxlog (49/227)
20422025-09-18T23:18:34.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432025-09-18T23:18:34.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442025-09-18T23:18:35.102Z Checking cfg-if v1.0.1
20452025-09-18T23:18:35.128Z Checking libc v0.2.174
20462025-09-18T23:18:35.128Z Checking serde_core v1.0.223
20472025-09-18T23:18:35.172Z Checking zeroize v1.8.1
20482025-09-18T23:18:35.197Z Checking memchr v2.7.4
20492025-09-18T23:18:35.223Z Checking typenum v1.17.0
20502025-09-18T23:18:35.223Z Checking smallvec v1.15.1
20512025-09-18T23:18:35.262Z Checking value-bag v1.9.0
20522025-09-18T23:18:35.287Z Checking subtle v2.6.1
20532025-09-18T23:18:35.464Z Checking scopeguard v1.2.0
20542025-09-18T23:18:35.613Z Checking const-oid v0.9.6
20552025-09-18T23:18:35.638Z Checking itoa v1.0.11
20562025-09-18T23:18:35.672Z Checking lock_api v0.4.12
20572025-09-18T23:18:35.697Z Checking log v0.4.27
20582025-09-18T23:18:35.887Z Checking stable_deref_trait v1.2.0
20592025-09-18T23:18:36.027Z Checking zerofrom v0.1.4
20602025-09-18T23:18:36.093Z Checking byteorder v1.5.0
20612025-09-18T23:18:36.151Z Checking pin-project-lite v0.2.14
20622025-09-18T23:18:36.229Z Checking portable-atomic v1.11.0
20632025-09-18T23:18:36.254Z Checking generic-array v0.14.7
20642025-09-18T23:18:36.279Z Checking yoke v0.7.4
20652025-09-18T23:18:36.279Z Checking getrandom v0.2.15
20662025-09-18T23:18:36.315Z Checking signal-hook-registry v1.4.2
20672025-09-18T23:18:36.511Z Checking parking_lot_core v0.9.10
20682025-09-18T23:18:36.586Z Checking rand_core v0.6.4
20692025-09-18T23:18:36.611Z Checking mio v1.0.2
20702025-09-18T23:18:36.636Z Checking zerovec v0.10.4
20712025-09-18T23:18:36.879Z Checking parking_lot v0.12.3
20722025-09-18T23:18:36.934Z Checking critical-section v1.1.3
20732025-09-18T23:18:37.108Z Checking socket2 v0.6.0
20742025-09-18T23:18:37.192Z Checking foldhash v0.1.5
20752025-09-18T23:18:37.238Z Checking once_cell v1.21.3
20762025-09-18T23:18:37.263Z Checking futures-core v0.3.31
20772025-09-18T23:18:37.263Z Checking allocator-api2 v0.2.21
20782025-09-18T23:18:37.341Z Checking crypto-common v0.1.6
20792025-09-18T23:18:37.429Z Checking block-buffer v0.10.4
20802025-09-18T23:18:37.486Z Checking cpufeatures v0.2.14
20812025-09-18T23:18:37.544Z Checking equivalent v1.0.2
20822025-09-18T23:18:37.574Z Checking writeable v0.5.5
20832025-09-18T23:18:37.605Z Checking litemap v0.7.3
20842025-09-18T23:18:37.630Z Checking block-padding v0.3.3
20852025-09-18T23:18:37.672Z Checking digest v0.10.7
20862025-09-18T23:18:37.717Z Checking getrandom v0.3.1
20872025-09-18T23:18:37.856Z Checking percent-encoding v2.3.2
20882025-09-18T23:18:37.894Z Checking hashbrown v0.15.4
20892025-09-18T23:18:37.919Z Checking inout v0.1.3
20902025-09-18T23:18:37.950Z Checking zerocopy v0.7.35
20912025-09-18T23:18:37.975Z Checking libm v0.2.8
20922025-09-18T23:18:38.028Z Checking hmac v0.12.1
20932025-09-18T23:18:38.120Z Checking icu_locid_transform_data v1.5.0
20942025-09-18T23:18:38.163Z Checking tinystr v0.7.6
20952025-09-18T23:18:38.188Z Checking ryu v1.0.18
20962025-09-18T23:18:38.249Z Checking futures-sink v0.3.31
20972025-09-18T23:18:38.274Z Checking cipher v0.4.4
20982025-09-18T23:18:38.436Z Checking icu_collections v1.5.0
20992025-09-18T23:18:38.479Z Checking futures-channel v0.3.31
21002025-09-18T23:18:38.504Z Checking icu_locid v1.5.0
21012025-09-18T23:18:38.702Z Checking sha2 v0.10.9
21022025-09-18T23:18:38.809Z Checking num-traits v0.2.19
21032025-09-18T23:18:38.837Z Checking slab v0.4.9
21042025-09-18T23:18:38.931Z Checking icu_properties_data v1.5.0
21052025-09-18T23:18:38.956Z Checking serde v1.0.223
21062025-09-18T23:18:39.089Z Checking pin-utils v0.1.0
21072025-09-18T23:18:39.125Z Checking futures-task v0.3.31
21082025-09-18T23:18:39.150Z Checking base64ct v1.6.0
21092025-09-18T23:18:39.183Z Checking futures-io v0.3.31
21102025-09-18T23:18:39.208Z Checking serde_json v1.0.145
21112025-09-18T23:18:39.253Z Checking utf8_iter v1.0.4
21122025-09-18T23:18:39.383Z Checking flagset v0.4.6
21132025-09-18T23:18:39.408Z Checking futures-util v0.3.31
21142025-09-18T23:18:39.433Z Checking icu_provider v1.5.0
21152025-09-18T23:18:39.473Z Checking write16 v1.0.0
21162025-09-18T23:18:39.602Z Checking pem-rfc7468 v0.7.0
21172025-09-18T23:18:39.626Z Checking utf16_iter v1.0.5
21182025-09-18T23:18:39.627Z Checking icu_normalizer_data v1.5.0
21192025-09-18T23:18:39.767Z Checking ppv-lite86 v0.2.20
21202025-09-18T23:18:39.824Z Checking salsa20 v0.10.2
21212025-09-18T23:18:39.859Z Checking bytes v1.10.1
21222025-09-18T23:18:39.896Z Checking bitflags v2.9.1
21232025-09-18T23:18:40.043Z Checking icu_locid_transform v1.5.0
21242025-09-18T23:18:40.069Z Checking indexmap v2.11.0
21252025-09-18T23:18:40.172Z Checking der v0.7.9
21262025-09-18T23:18:40.226Z Checking pbkdf2 v0.12.2
21272025-09-18T23:18:40.399Z Checking fnv v1.0.7
21282025-09-18T23:18:40.462Z Checking scrypt v0.11.0
21292025-09-18T23:18:40.559Z Checking cbc v0.1.2
21302025-09-18T23:18:40.701Z Checking aes v0.8.4
21312025-09-18T23:18:40.775Z Checking form_urlencoded v1.2.2
21322025-09-18T23:18:40.800Z Checking uuid v1.18.1
21332025-09-18T23:18:40.897Z Checking tokio v1.47.0
21342025-09-18T23:18:41.011Z Checking http v1.3.1
21352025-09-18T23:18:41.085Z Checking icu_properties v1.5.1
21362025-09-18T23:18:41.382Z Checking tracing-core v0.1.32
21372025-09-18T23:18:41.445Z Checking base64 v0.22.1
21382025-09-18T23:18:41.558Z Checking rustls-pki-types v1.10.0
21392025-09-18T23:18:41.836Z Checking spki v0.7.3
21402025-09-18T23:18:41.925Z Checking iana-time-zone v0.1.63
21412025-09-18T23:18:42.026Z Checking tracing v0.1.40
21422025-09-18T23:18:42.090Z Checking tinyvec_macros v0.1.1
21432025-09-18T23:18:42.114Z Compiling newtype-uuid v1.2.4
21442025-09-18T23:18:42.139Z Checking pkcs5 v0.7.1
21452025-09-18T23:18:42.196Z Checking tinyvec v1.8.0
21462025-09-18T23:18:42.221Z Checking http-body v1.0.1
21472025-09-18T23:18:42.376Z Checking chrono v0.4.41
21482025-09-18T23:18:42.437Z Checking rand_core v0.9.3
21492025-09-18T23:18:42.462Z Checking errno v0.3.12
21502025-09-18T23:18:42.614Z Checking pkcs8 v0.10.2
21512025-09-18T23:18:42.654Z Checking aws-lc-sys v0.26.0
21522025-09-18T23:18:42.781Z Checking spin v0.9.8
21532025-09-18T23:18:42.971Z Checking atomic-waker v1.1.2
21542025-09-18T23:18:43.158Z Checking untrusted v0.9.0
21552025-09-18T23:18:43.187Z Checking tower-service v0.3.3
21562025-09-18T23:18:43.355Z Checking openssl-probe v0.1.5
21572025-09-18T23:18:43.380Z Checking adler2 v2.0.0
21582025-09-18T23:18:43.406Z Checking foreign-types-shared v0.1.1
21592025-09-18T23:18:43.556Z Checking try-lock v0.2.5
21602025-09-18T23:18:43.581Z Checking untrusted v0.7.1
21612025-09-18T23:18:43.606Z Checking miniz_oxide v0.8.5
21622025-09-18T23:18:43.747Z Checking want v0.3.1
21632025-09-18T23:18:43.802Z Checking foreign-types v0.3.2
21642025-09-18T23:18:43.839Z Checking ring v0.17.14
21652025-09-18T23:18:43.933Z Checking rand_chacha v0.9.0
21662025-09-18T23:18:44.005Z Checking ipnet v2.11.0
21672025-09-18T23:18:44.150Z Checking icu_normalizer v1.5.0
21682025-09-18T23:18:44.354Z Checking httparse v1.9.5
21692025-09-18T23:18:44.379Z Checking openssl-sys v0.9.109
21702025-09-18T23:18:44.404Z Checking thiserror v1.0.69
21712025-09-18T23:18:44.576Z Checking aho-corasick v1.1.3
21722025-09-18T23:18:44.601Z Checking unicode-ident v1.0.18
21732025-09-18T23:18:44.810Z Checking regex-syntax v0.8.5
21742025-09-18T23:18:44.835Z Checking powerfmt v0.2.0
21752025-09-18T23:18:44.910Z Checking aws-lc-rs v1.12.4
21762025-09-18T23:18:44.948Z Checking idna_adapter v1.2.0
21772025-09-18T23:18:45.133Z Checking httpdate v1.0.3
21782025-09-18T23:18:45.176Z Checking idna v1.0.3
21792025-09-18T23:18:45.394Z Checking deranged v0.3.11
21802025-09-18T23:18:45.597Z Checking openssl v0.10.73
21812025-09-18T23:18:45.689Z Checking url v2.5.4
21822025-09-18T23:18:46.094Z Checking proc-macro2 v1.0.101
21832025-09-18T23:18:46.193Z Checking rand v0.9.2
21842025-09-18T23:18:46.561Z Checking unicode-normalization v0.1.24
21852025-09-18T23:18:46.635Z Checking rustix v0.38.37
21862025-09-18T23:18:46.665Z Checking rustls-webpki v0.102.8
21872025-09-18T23:18:46.726Z Checking crossbeam-utils v0.8.21
21882025-09-18T23:18:47.149Z Checking semver v1.0.26
21892025-09-18T23:18:47.329Z Checking bzip2-sys v0.1.13+1.0.8
21902025-09-18T23:18:47.412Z Checking scroll v0.12.0
21912025-09-18T23:18:47.437Z Checking signature v2.2.0
21922025-09-18T23:18:47.477Z Checking crc32fast v1.4.2
21932025-09-18T23:18:47.561Z Checking anstyle v1.0.11
21942025-09-18T23:18:47.653Z Checking num_threads v0.1.7
21952025-09-18T23:18:47.684Z Checking regex-automata v0.4.8
21962025-09-18T23:18:47.742Z Checking siphasher v0.3.11
21972025-09-18T23:18:47.796Z Checking ucd-trie v0.1.7
21982025-09-18T23:18:47.850Z Checking tokio-util v0.7.15
21992025-09-18T23:18:47.879Z Checking dyn-clone v1.0.20
22002025-09-18T23:18:47.923Z Checking zlib-rs v0.5.1
22012025-09-18T23:18:48.022Z Checking time-core v0.1.2
22022025-09-18T23:18:48.064Z Checking unicode-properties v0.1.3
22032025-09-18T23:18:48.089Z Checking either v1.15.0
22042025-09-18T23:18:48.204Z Checking utf8parse v0.2.2
22052025-09-18T23:18:48.375Z Checking unicode-bidi v0.3.17
22062025-09-18T23:18:48.401Z Checking plain v0.2.3
22072025-09-18T23:18:48.446Z Checking num-conv v0.1.0
22082025-09-18T23:18:48.566Z Checking goblin v0.8.2
22092025-09-18T23:18:48.691Z Checking time v0.3.36
22102025-09-18T23:18:48.965Z Checking stringprep v0.1.5
22112025-09-18T23:18:49.103Z Checking h2 v0.4.6
22122025-09-18T23:18:49.248Z Checking anstyle-parse v0.2.5
22132025-09-18T23:18:49.528Z Checking phf_shared v0.11.2
22142025-09-18T23:18:49.639Z Checking libz-rs-sys v0.5.1
22152025-09-18T23:18:49.677Z Checking schemars v0.8.22
22162025-09-18T23:18:49.803Z Checking pest v2.7.14
22172025-09-18T23:18:49.851Z Checking crossbeam-epoch v0.9.18
22182025-09-18T23:18:50.287Z Checking rustls v0.23.19
22192025-09-18T23:18:50.369Z Checking native-tls v0.2.12
22202025-09-18T23:18:50.730Z Checking quote v1.0.40
22212025-09-18T23:18:51.088Z Checking rand_chacha v0.3.1
22222025-09-18T23:18:51.212Z Checking zerocopy v0.8.26
22232025-09-18T23:18:51.266Z Checking num-integer v0.1.46
22242025-09-18T23:18:51.491Z Checking toml_datetime v0.6.11
22252025-09-18T23:18:51.724Z Checking serde_spanned v0.6.9
22262025-09-18T23:18:51.833Z Checking zstd-sys v2.0.14+zstd.1.5.7
22272025-09-18T23:18:51.859Z Checking md-5 v0.10.6
22282025-09-18T23:18:51.949Z Checking sync_wrapper v1.0.1
22292025-09-18T23:18:52.063Z Checking ff v0.13.0
22302025-09-18T23:18:52.093Z Checking hash32 v0.2.1
22312025-09-18T23:18:52.134Z Checking colorchoice v1.0.2
22322025-09-18T23:18:52.199Z Checking is_terminal_polyfill v1.70.1
22332025-09-18T23:18:52.286Z Checking gimli v0.31.1
22342025-09-18T23:18:52.311Z Checking base16ct v0.2.0
22352025-09-18T23:18:52.350Z Checking tower-layer v0.3.3
22362025-09-18T23:18:52.404Z Checking anstyle-query v1.1.1
22372025-09-18T23:18:52.539Z Checking fallible-iterator v0.2.0
22382025-09-18T23:18:52.565Z Checking pretty-hex v0.4.1
22392025-09-18T23:18:52.611Z Checking psl-types v2.0.11
22402025-09-18T23:18:52.771Z Checking tower v0.5.2
22412025-09-18T23:18:52.814Z Checking publicsuffix v2.3.0
22422025-09-18T23:18:53.108Z Checking anstream v0.6.18
22432025-09-18T23:18:53.132Z Checking postgres-protocol v0.6.8
22442025-09-18T23:18:53.251Z Checking dof v0.3.0
22452025-09-18T23:18:53.472Z Checking sec1 v0.7.3
22462025-09-18T23:18:53.540Z Checking heapless v0.7.17
22472025-09-18T23:18:53.788Z Checking group v0.13.0
22482025-09-18T23:18:53.854Z Checking dtrace-parser v0.2.0
22492025-09-18T23:18:53.916Z Checking zstd-safe v7.2.3
22502025-09-18T23:18:54.075Z Checking num-iter v0.1.45
22512025-09-18T23:18:54.211Z Checking rand v0.8.5
22522025-09-18T23:18:54.241Z Checking ipnetwork v0.21.1
22532025-09-18T23:18:54.281Z Compiling daft v0.1.4
22542025-09-18T23:18:54.342Z Checking syn v2.0.106
22552025-09-18T23:18:54.467Z Checking cookie v0.18.1
22562025-09-18T23:18:54.671Z Checking tokio-native-tls v0.3.1
22572025-09-18T23:18:54.859Z Checking flate2 v1.1.2
22582025-09-18T23:18:54.952Z Checking terminal_size v0.4.0
22592025-09-18T23:18:56.002Z Checking rustls-native-certs v0.8.1
22602025-09-18T23:18:56.027Z Checking lazy_static v1.5.0
22612025-09-18T23:18:56.027Z Checking http-body-util v0.1.3
22622025-09-18T23:18:56.027Z Checking webpki-roots v1.0.1
22632025-09-18T23:18:56.027Z Checking hyper v1.7.0
22642025-09-18T23:18:56.027Z Checking tokio-rustls v0.26.0
22652025-09-18T23:18:56.027Z Checking signal-hook v0.3.18
22662025-09-18T23:18:56.027Z Checking hkdf v0.12.4
22672025-09-18T23:18:56.027Z Checking crypto-bigint v0.5.5
22682025-09-18T23:18:56.028Z Checking thread-id v4.2.2
22692025-09-18T23:18:56.028Z Checking object v0.36.5
22702025-09-18T23:18:56.028Z Checking lockfree-object-pool v0.1.6
22712025-09-18T23:18:56.028Z Checking bumpalo v3.16.0
22722025-09-18T23:18:56.028Z Checking iri-string v0.7.8
22732025-09-18T23:18:56.028Z Checking addr2line v0.24.2
22742025-09-18T23:18:56.056Z Checking simd-adler32 v0.3.7
22752025-09-18T23:18:56.152Z Checking managed v0.8.0
22762025-09-18T23:18:56.423Z Checking strsim v0.11.1
22772025-09-18T23:18:56.460Z Checking rustc-demangle v0.1.24
22782025-09-18T23:18:56.540Z Checking bitflags v1.3.2
22792025-09-18T23:18:56.661Z Compiling rayon-core v1.12.1
22802025-09-18T23:18:56.733Z Checking clap_lex v0.7.4
22812025-09-18T23:18:56.909Z Checking winnow v0.5.40
22822025-09-18T23:18:56.986Z Checking smoltcp v0.9.1
22832025-09-18T23:18:57.014Z Checking clap_builder v4.5.41
22842025-09-18T23:18:57.359Z Checking hyper-util v0.1.16
22852025-09-18T23:18:58.128Z Checking elliptic-curve v0.13.8
22862025-09-18T23:18:58.352Z Checking tower-http v0.6.6
22872025-09-18T23:18:58.382Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22882025-09-18T23:18:58.680Z Checking zopfli v0.8.1
22892025-09-18T23:18:58.710Z Checking signal-hook-mio v0.2.4
22902025-09-18T23:18:58.876Z Checking num-bigint-dig v0.8.4
22912025-09-18T23:18:58.934Z Checking cookie_store v0.21.1
22922025-09-18T23:18:59.339Z Checking oxnet v0.1.3
22932025-09-18T23:18:59.439Z Checking toml_edit v0.19.15
22942025-09-18T23:18:59.580Z Checking zstd v0.13.3
22952025-09-18T23:18:59.753Z Checking postgres-types v0.2.9
22962025-09-18T23:18:59.793Z Checking hyper-rustls v0.27.7
22972025-09-18T23:18:59.922Z Checking usdt-impl v0.5.0
22982025-09-18T23:18:59.948Z Checking hyper-tls v0.6.0
22992025-09-18T23:18:59.948Z Checking bstr v1.10.0
23002025-09-18T23:19:00.169Z Checking regex v1.11.1
23012025-09-18T23:19:00.245Z Checking crossbeam-deque v0.8.5
23022025-09-18T23:19:00.399Z Checking phf v0.11.2
23032025-09-18T23:19:00.474Z Checking ed25519 v2.2.3
23042025-09-18T23:19:00.600Z Checking bzip2 v0.5.2
23052025-09-18T23:19:00.695Z Checking bzip2 v0.4.4
23062025-09-18T23:19:00.836Z Checking curve25519-dalek v4.1.3
23072025-09-18T23:19:00.884Z Checking thiserror v2.0.16
23082025-09-18T23:19:00.910Z Checking pkcs1 v0.7.5
23092025-09-18T23:19:00.910Z Checking strum v0.27.2
23102025-09-18T23:19:00.961Z Checking hubpack v0.1.2
23112025-09-18T23:19:01.056Z Checking memoffset v0.9.1
23122025-09-18T23:19:01.129Z Checking serde_urlencoded v0.7.1
23132025-09-18T23:19:01.220Z Checking float-cmp v0.10.0
23142025-09-18T23:19:01.300Z Checking serde-big-array v0.5.1
23152025-09-18T23:19:01.389Z Checking rfc6979 v0.4.0
23162025-09-18T23:19:01.414Z Checking socket2 v0.5.10
23172025-09-18T23:19:01.460Z Checking memmap v0.7.0
23182025-09-18T23:19:01.591Z Checking encoding_rs v0.8.34
23192025-09-18T23:19:01.618Z Checking whoami v1.5.2
23202025-09-18T23:19:01.644Z Checking mime v0.3.17
23212025-09-18T23:19:01.644Z Checking backtrace v0.3.74
23222025-09-18T23:19:01.730Z Checking winnow v0.7.10
23232025-09-18T23:19:01.929Z Checking new_debug_unreachable v1.0.6
23242025-09-18T23:19:01.957Z Checking normalize-line-endings v0.3.0
23252025-09-18T23:19:02.019Z Checking precomputed-hash v0.1.1
23262025-09-18T23:19:02.049Z Checking minimal-lexical v0.2.1
23272025-09-18T23:19:02.077Z Checking static_assertions v1.1.0
23282025-09-18T23:19:02.115Z Checking data-encoding v2.9.0
23292025-09-18T23:19:02.200Z Checking unicode-segmentation v1.12.0
23302025-09-18T23:19:02.242Z Checking fixedbitset v0.4.2
23312025-09-18T23:19:02.296Z Checking toml_write v0.1.2
23322025-09-18T23:19:02.539Z Checking difflib v0.4.0
23332025-09-18T23:19:02.564Z Checking predicates-core v1.0.8
23342025-09-18T23:19:02.671Z Checking petgraph v0.6.5
23352025-09-18T23:19:02.738Z Checking hickory-proto v0.25.2
23362025-09-18T23:19:02.780Z Checking ed25519-dalek v2.1.1
23372025-09-18T23:19:02.805Z Checking nom v7.1.3
23382025-09-18T23:19:02.984Z Checking similar v2.7.0
23392025-09-18T23:19:03.015Z Checking predicates v3.1.3
23402025-09-18T23:19:03.243Z Checking anyhow v1.0.99
23412025-09-18T23:19:03.638Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23422025-09-18T23:19:03.684Z Checking string_cache v0.8.9
23432025-09-18T23:19:03.801Z Checking reqwest v0.12.22
23442025-09-18T23:19:03.858Z Checking tokio-postgres v0.7.13
23452025-09-18T23:19:04.011Z Checking toml v0.7.8
23462025-09-18T23:19:04.707Z Checking toml_edit v0.22.27
23472025-09-18T23:19:04.732Z Checking usdt v0.5.0
23482025-09-18T23:19:05.036Z Checking ecdsa v0.16.9
23492025-09-18T23:19:05.691Z Checking rsa v0.9.6
23502025-09-18T23:19:05.783Z Checking nix v0.29.0
23512025-09-18T23:19:05.861Z Checking zip v0.6.6
23522025-09-18T23:19:05.886Z Checking zip v4.2.0
23532025-09-18T23:19:06.719Z Checking clap v4.5.41
23542025-09-18T23:19:06.769Z Checking crossterm v0.28.1
23552025-09-18T23:19:06.880Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23562025-09-18T23:19:07.185Z Checking ahash v0.8.12
23572025-09-18T23:19:07.210Z Checking tokio-stream v0.1.17
23582025-09-18T23:19:07.273Z Checking itertools v0.10.5
23592025-09-18T23:19:07.298Z Checking itertools v0.13.0
23602025-09-18T23:19:07.333Z Checking itertools v0.12.1
23612025-09-18T23:19:07.594Z Checking buf-list v1.0.3
23622025-09-18T23:19:07.925Z Checking fs-err v3.1.1
23632025-09-18T23:19:08.047Z Checking strum v0.26.3
23642025-09-18T23:19:08.247Z Checking rustix v1.0.7
23652025-09-18T23:19:08.526Z Checking slog v2.7.0
23662025-09-18T23:19:08.629Z Checking x509-cert v0.2.5
23672025-09-18T23:19:09.041Z Checking openapiv3 v2.2.0
23682025-09-18T23:19:09.223Z Checking sha1 v0.10.6
23692025-09-18T23:19:09.511Z Checking winnow v0.6.26
23702025-09-18T23:19:09.536Z Checking peg-runtime v0.8.5
23712025-09-18T23:19:09.672Z Checking lalrpop-util v0.19.12
23722025-09-18T23:19:09.799Z Checking unicode-xid v0.2.6
23732025-09-18T23:19:09.872Z Checking rustc-hash v2.1.1
23742025-09-18T23:19:09.943Z Checking rayon v1.10.0
23752025-09-18T23:19:10.010Z Checking camino v1.2.0
23762025-09-18T23:19:10.035Z Checking sigpipe v0.1.3
23772025-09-18T23:19:10.134Z Checking jiff v0.2.15
23782025-09-18T23:19:10.180Z Checking glob v0.3.2
23792025-09-18T23:19:16.378Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802025-09-18T23:19:16.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.99s
23812025-09-18T23:19:17.199Z
23822025-09-18T23:19:17.199Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/227)
23832025-09-18T23:19:18.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842025-09-18T23:19:18.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852025-09-18T23:19:18.854Z Compiling regress v0.10.4
23862025-09-18T23:19:18.908Z Compiling ident_case v1.0.1
23872025-09-18T23:19:18.963Z Checking heck v0.5.0
23882025-09-18T23:19:19.001Z Checking newtype-uuid v1.2.4
23892025-09-18T23:19:19.026Z Compiling unsafe-libyaml v0.2.11
23902025-09-18T23:19:19.061Z Checking futures-executor v0.3.31
23912025-09-18T23:19:19.087Z Checking fastrand v2.1.1
23922025-09-18T23:19:19.155Z Compiling darling_core v0.20.10
23932025-09-18T23:19:19.221Z Checking thread_local v1.1.8
23942025-09-18T23:19:19.374Z Checking daft v0.1.4
23952025-09-18T23:19:19.403Z Checking futures v0.3.31
23962025-09-18T23:19:19.455Z Checking tempfile v3.20.0
23972025-09-18T23:19:19.564Z Checking macaddr v1.0.1
23982025-09-18T23:19:19.595Z Compiling structmeta-derive v0.3.0
23992025-09-18T23:19:19.939Z Compiling ref-cast v1.0.24
24002025-09-18T23:19:19.964Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24012025-09-18T23:19:19.989Z Checking crossbeam-channel v0.5.15
24022025-09-18T23:19:20.122Z Compiling ref-cast-impl v1.0.24
24032025-09-18T23:19:20.491Z Compiling serde_yaml v0.9.34+deprecated
24042025-09-18T23:19:20.881Z Checking is-terminal v0.4.13
24052025-09-18T23:19:20.908Z Compiling rustls v0.22.4
24062025-09-18T23:19:21.044Z Checking term v1.1.0
24072025-09-18T23:19:21.227Z Checking take_mut v0.2.2
24082025-09-18T23:19:21.430Z Checking slog-async v2.8.0
24092025-09-18T23:19:21.488Z Compiling multer v3.1.0
24102025-09-18T23:19:21.535Z Checking slog-term v2.9.2
24112025-09-18T23:19:21.802Z Checking match_cfg v0.1.0
24122025-09-18T23:19:21.957Z Checking hostname v0.3.1
24132025-09-18T23:19:22.115Z Checking toml_parser v1.0.2
24142025-09-18T23:19:22.140Z Compiling structmeta v0.3.0
24152025-09-18T23:19:22.165Z Checking slog-json v2.6.1
24162025-09-18T23:19:22.342Z Checking typify-impl v0.3.0
24172025-09-18T23:19:22.460Z Checking serde_spanned v1.0.0
24182025-09-18T23:19:22.717Z Checking hex v0.4.3
24192025-09-18T23:19:22.909Z Checking toml_datetime v0.7.0
24202025-09-18T23:19:23.258Z Compiling async-stream-impl v0.3.6
24212025-09-18T23:19:23.325Z Checking wait-timeout v0.2.0
24222025-09-18T23:19:23.556Z Compiling dropshot v0.16.4
24232025-09-18T23:19:23.874Z Checking bit-vec v0.8.0
24242025-09-18T23:19:24.227Z Checking toml_writer v1.0.2
24252025-09-18T23:19:24.323Z Checking debug-ignore v1.0.5
24262025-09-18T23:19:24.530Z Checking quick-error v1.2.3
24272025-09-18T23:19:24.565Z Checking async-stream v0.3.6
24282025-09-18T23:19:24.673Z Checking toml v0.9.5
24292025-09-18T23:19:24.712Z Checking rusty-fork v0.3.0
24302025-09-18T23:19:24.796Z Checking bit-set v0.8.0
24312025-09-18T23:19:25.099Z Compiling derive-ex v0.1.8
24322025-09-18T23:19:25.133Z Checking slog-bunyan v2.5.0
24332025-09-18T23:19:25.158Z Compiling darling_macro v0.20.10
24342025-09-18T23:19:25.336Z Checking rand_xorshift v0.4.0
24352025-09-18T23:19:25.548Z Checking tokio-rustls v0.25.0
24362025-09-18T23:19:25.596Z Checking progenitor-client v0.9.1
24372025-09-18T23:19:25.679Z Checking waitgroup v0.1.2
24382025-09-18T23:19:25.867Z Checking rustls-pemfile v2.2.0
24392025-09-18T23:19:25.960Z Compiling dropshot_endpoint v0.16.4
24402025-09-18T23:19:26.081Z Checking serde_path_to_error v0.1.17
24412025-09-18T23:19:26.121Z Compiling derive-where v1.5.0
24422025-09-18T23:19:26.146Z Compiling darling v0.20.10
24432025-09-18T23:19:26.172Z Checking hostname v0.4.0
24442025-09-18T23:19:26.288Z Compiling serde_with_macros v3.14.0
24452025-09-18T23:19:26.362Z Checking unarray v0.1.4
24462025-09-18T23:19:26.561Z Checking proptest v1.7.0
24472025-09-18T23:19:26.589Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24482025-09-18T23:19:26.756Z Compiling parse-display-derive v0.10.0
24492025-09-18T23:19:26.781Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24502025-09-18T23:19:27.323Z Compiling darling_core v0.21.0
24512025-09-18T23:19:28.752Z Checking serde_with v3.14.0
24522025-09-18T23:19:29.398Z Checking progenitor-client v0.10.0
24532025-09-18T23:19:29.529Z Compiling test-strategy v0.4.3
24542025-09-18T23:19:29.859Z Checking hashbrown v0.16.0
24552025-09-18T23:19:30.693Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24562025-09-18T23:19:30.983Z Checking instant v0.1.13
24572025-09-18T23:19:31.151Z Checking foldhash v0.2.0
24582025-09-18T23:19:31.390Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592025-09-18T23:19:31.463Z Checking iddqd v0.3.13
24602025-09-18T23:19:31.548Z Checking backoff v0.4.0
24612025-09-18T23:19:31.573Z Checking parse-display v0.10.0
24622025-09-18T23:19:31.599Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24632025-09-18T23:19:31.838Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24642025-09-18T23:19:31.878Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
24652025-09-18T23:19:32.196Z Checking unicode-width v0.1.14
24662025-09-18T23:19:32.300Z Compiling proc-macro-error v1.0.4
24672025-09-18T23:19:32.718Z Compiling itertools v0.14.0
24682025-09-18T23:19:32.980Z Compiling heapless v0.8.0
24692025-09-18T23:19:33.050Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702025-09-18T23:19:33.144Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
24712025-09-18T23:19:33.184Z Compiling proc-macro-crate v1.3.1
24722025-09-18T23:19:33.471Z Checking hash32 v0.3.1
24732025-09-18T23:19:33.698Z Compiling smoltcp v0.11.0
24742025-09-18T23:19:33.780Z Compiling darling_macro v0.21.0
24752025-09-18T23:19:33.906Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24762025-09-18T23:19:34.157Z Compiling num_enum_derive v0.5.11
24772025-09-18T23:19:34.286Z Compiling typify-impl v0.4.3
24782025-09-18T23:19:34.485Z Compiling foreign-types-macros v0.2.3
24792025-09-18T23:19:34.712Z Compiling typify-macro v0.3.0
24802025-09-18T23:19:34.782Z Checking cobs v0.2.3
24812025-09-18T23:19:34.807Z Compiling darling v0.21.0
24822025-09-18T23:19:34.943Z Checking foreign-types-shared v0.3.1
24832025-09-18T23:19:35.030Z Checking postcard v1.0.10
24842025-09-18T23:19:35.566Z Checking tabwriter v1.4.0
24852025-09-18T23:19:35.700Z Compiling typify-impl v0.2.0
24862025-09-18T23:19:35.809Z Checking foreign-types v0.5.0
24872025-09-18T23:19:35.874Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24882025-09-18T23:19:35.948Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24892025-09-18T23:19:35.974Z Compiling ingot-macros v0.1.1
24902025-09-18T23:19:36.480Z Checking cstr-argument v0.1.2
24912025-09-18T23:19:36.588Z Checking num_enum v0.5.11
24922025-09-18T23:19:36.684Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
24932025-09-18T23:19:36.718Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24942025-09-18T23:19:36.786Z Checking pretty-hex v0.2.1
24952025-09-18T23:19:37.021Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24962025-09-18T23:19:37.106Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24972025-09-18T23:19:37.132Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24982025-09-18T23:19:37.332Z Checking colored v2.2.0
24992025-09-18T23:19:37.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
25002025-09-18T23:19:37.448Z Checking unicode-width v0.2.0
25012025-09-18T23:19:37.769Z Compiling crucible-workspace-hack v0.1.0
25022025-09-18T23:19:38.099Z Compiling semver v0.1.20
25032025-09-18T23:19:38.235Z Checking console v0.15.10
25042025-09-18T23:19:38.305Z Compiling zone_cfg_derive v0.3.0
25052025-09-18T23:19:38.762Z Compiling rustc_version v0.1.7
25062025-09-18T23:19:38.824Z Compiling typify v0.3.0
25072025-09-18T23:19:39.036Z Compiling progenitor-impl v0.9.1
25082025-09-18T23:19:39.888Z Checking camino-tempfile v1.4.1
25092025-09-18T23:19:40.232Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
25102025-09-18T23:19:40.721Z Checking smf v0.2.3
25112025-09-18T23:19:41.257Z Compiling num-derive v0.4.2
25122025-09-18T23:19:41.339Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25132025-09-18T23:19:41.728Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25142025-09-18T23:19:42.064Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
25152025-09-18T23:19:42.182Z Checking zone v0.3.1
25162025-09-18T23:19:42.376Z Compiling newtype_derive v0.1.6
25172025-09-18T23:19:42.754Z Checking ingot-types v0.1.2
25182025-09-18T23:19:43.051Z Checking num-rational v0.4.2
25192025-09-18T23:19:43.085Z Checking password-hash v0.5.0
25202025-09-18T23:19:43.359Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
25212025-09-18T23:19:43.607Z Checking ingot v0.1.1
25222025-09-18T23:19:43.674Z Checking blake2 v0.10.6
25232025-09-18T23:19:43.746Z Checking num-complex v0.4.6
25242025-09-18T23:19:43.819Z Compiling pin-project-internal v1.1.6
25252025-09-18T23:19:44.200Z Compiling cancel-safe-futures v0.1.5
25262025-09-18T23:19:44.551Z Compiling owo-colors v4.2.2
25272025-09-18T23:19:44.637Z Checking num v0.4.3
25282025-09-18T23:19:44.789Z Checking argon2 v0.5.3
25292025-09-18T23:19:45.484Z Checking atomicwrites v0.4.4
25302025-09-18T23:19:45.536Z Checking newline-converter v0.3.0
25312025-09-18T23:19:45.578Z Checking pem v3.0.5
25322025-09-18T23:19:45.754Z Checking libsw-core v0.3.1
25332025-09-18T23:19:45.779Z Compiling snafu-derive v0.8.5
25342025-09-18T23:19:45.884Z Compiling lzma-sys v0.1.20
25352025-09-18T23:19:46.051Z Checking secrecy v0.10.3
25362025-09-18T23:19:46.225Z Compiling progenitor-macro v0.9.1
25372025-09-18T23:19:46.279Z Checking csv-core v0.1.11
25382025-09-18T23:19:46.596Z Checking pin-project v1.1.6
25392025-09-18T23:19:46.621Z Checking float-ord v0.3.2
25402025-09-18T23:19:46.665Z Checking bytecount v0.6.8
25412025-09-18T23:19:46.759Z Compiling typify-macro v0.4.3
25422025-09-18T23:19:46.784Z Checking utf-8 v0.7.6
25432025-09-18T23:19:46.814Z Checking indent_write v2.2.0
25442025-09-18T23:19:46.877Z Checking fixedbitset v0.5.7
25452025-09-18T23:19:47.030Z Checking arc-swap v1.7.1
25462025-09-18T23:19:47.061Z Checking same-file v1.0.6
25472025-09-18T23:19:47.089Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
25482025-09-18T23:19:47.289Z Compiling convert_case v0.4.0
25492025-09-18T23:19:47.315Z Checking walkdir v2.5.0
25502025-09-18T23:19:47.523Z Checking slog-scope v4.4.0
25512025-09-18T23:19:47.613Z Compiling typify-macro v0.2.0
25522025-09-18T23:19:47.638Z Checking petgraph v0.8.2
25532025-09-18T23:19:47.769Z Checking tungstenite v0.21.0
25542025-09-18T23:19:48.152Z Compiling derive_more v0.99.20
25552025-09-18T23:19:48.741Z Checking papergrid v0.11.0
25562025-09-18T23:19:49.607Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
25572025-09-18T23:19:50.134Z Checking csv v1.3.1
25582025-09-18T23:19:50.370Z Checking snafu v0.8.5
25592025-09-18T23:19:50.496Z Compiling typify v0.4.3
25602025-09-18T23:19:50.691Z Compiling progenitor-impl v0.10.0
25612025-09-18T23:19:51.079Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25622025-09-18T23:19:51.127Z Checking libsw v3.5.0
25632025-09-18T23:19:51.377Z Compiling typify v0.2.0
25642025-09-18T23:19:51.474Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=6a5d3f336685a2aeb291962ae7f583b9355f3022#6a5d3f33)
25652025-09-18T23:19:51.499Z Checking expectorate v1.2.0
25662025-09-18T23:19:51.562Z Compiling progenitor-impl v0.8.0
25672025-09-18T23:19:52.315Z Compiling tabled_derive v0.7.0
25682025-09-18T23:19:53.090Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25692025-09-18T23:19:53.447Z Checking globset v0.4.15
25702025-09-18T23:19:53.499Z Checking olpc-cjson v0.1.4
25712025-09-18T23:19:53.690Z Compiling heck v0.3.3
25722025-09-18T23:19:53.763Z Checking progenitor-client v0.8.0
25732025-09-18T23:19:53.992Z Checking serde_plain v1.0.2
25742025-09-18T23:19:54.115Z Compiling async-recursion v1.1.1
25752025-09-18T23:19:54.174Z Checking highway v1.3.0
25762025-09-18T23:19:54.286Z Checking unicode-linebreak v0.1.5
25772025-09-18T23:19:54.427Z Checking linear-map v1.2.0
25782025-09-18T23:19:54.452Z Checking typed-path v0.9.3
25792025-09-18T23:19:54.691Z Checking smawk v0.3.2
25802025-09-18T23:19:54.718Z Checking swrite v0.1.0
25812025-09-18T23:19:54.802Z Checking tabled v0.15.0
25822025-09-18T23:19:54.874Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25832025-09-18T23:19:54.946Z Checking textwrap v0.16.2
25842025-09-18T23:19:55.441Z Compiling zone_cfg_derive v0.1.2
25852025-09-18T23:19:55.610Z Checking steno v0.4.1
25862025-09-18T23:19:56.389Z Checking tough v0.20.0
25872025-09-18T23:19:56.924Z Checking tokio-tungstenite v0.21.0
25882025-09-18T23:19:57.097Z Compiling progenitor-macro v0.10.0
25892025-09-18T23:19:57.463Z Checking slog-stdlog v4.1.1
25902025-09-18T23:19:57.680Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25912025-09-18T23:19:57.716Z Checking base64 v0.21.7
25922025-09-18T23:19:57.858Z Checking number_prefix v0.4.0
25932025-09-18T23:19:57.889Z Checking base64 v0.13.1
25942025-09-18T23:19:58.006Z Checking humantime v2.2.0
25952025-09-18T23:19:58.102Z Checking indicatif v0.17.11
25962025-09-18T23:19:58.183Z Compiling progenitor-macro v0.8.0
25972025-09-18T23:19:58.251Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25982025-09-18T23:19:58.374Z Checking ron v0.7.1
25992025-09-18T23:19:58.406Z Checking slog-envlogger v2.2.0
26002025-09-18T23:19:58.685Z Checking xz2 v0.1.7
26012025-09-18T23:19:58.712Z Checking progenitor v0.9.1
26022025-09-18T23:19:58.775Z Checking zone v0.1.8
26032025-09-18T23:19:58.880Z Checking toml v0.8.23
26042025-09-18T23:19:58.965Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
26052025-09-18T23:19:59.057Z Checking tokio-dtrace v0.1.0
26062025-09-18T23:19:59.416Z Checking xattr v1.3.1
26072025-09-18T23:19:59.456Z Checking yasna v0.5.2
26082025-09-18T23:19:59.590Z Checking headers-core v0.3.0
26092025-09-18T23:19:59.655Z Checking filetime v0.2.25
26102025-09-18T23:19:59.705Z Checking oxide-tokio-rt v0.1.2
26112025-09-18T23:19:59.775Z Checking headers v0.4.1
26122025-09-18T23:19:59.935Z Checking tar v0.4.44
26132025-09-18T23:19:59.961Z Checking subprocess v0.2.9
26142025-09-18T23:20:00.294Z Checking rcgen v0.12.1
26152025-09-18T23:20:04.026Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26162025-09-18T23:20:05.110Z Checking progenitor v0.10.0
26172025-09-18T23:20:05.333Z Checking progenitor v0.8.0
26182025-09-18T23:20:05.621Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26192025-09-18T23:20:09.622Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26202025-09-18T23:20:14.532Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26212025-09-18T23:20:14.532Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26222025-09-18T23:20:14.557Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26232025-09-18T23:20:14.557Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26242025-09-18T23:20:14.558Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26252025-09-18T23:20:17.550Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26262025-09-18T23:20:17.831Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26272025-09-18T23:20:18.197Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26282025-09-18T23:20:19.015Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
26292025-09-18T23:20:22.351Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26302025-09-18T23:20:47.359Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26312025-09-18T23:20:50.235Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26322025-09-18T23:20:52.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
26332025-09-18T23:20:52.912Z
26342025-09-18T23:20:52.912Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/227)
26352025-09-18T23:20:54.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362025-09-18T23:20:54.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372025-09-18T23:20:54.326Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26382025-09-18T23:20:56.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
26392025-09-18T23:20:57.089Z
26402025-09-18T23:20:57.089Zinfo: running `cargo check --bins` on nexus-config (52/227)
26412025-09-18T23:20:58.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422025-09-18T23:20:58.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432025-09-18T23:20:58.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442025-09-18T23:20:58.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
26452025-09-18T23:20:58.369Z
26462025-09-18T23:20:58.369Zinfo: running `cargo check --bins` on nexus-types (53/227)
26472025-09-18T23:20:59.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482025-09-18T23:20:59.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492025-09-18T23:20:59.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502025-09-18T23:20:59.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
26512025-09-18T23:20:59.730Z
26522025-09-18T23:20:59.730Zinfo: running `cargo check --bins` on clickhouse-admin-types (54/227)
26532025-09-18T23:21:00.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542025-09-18T23:21:00.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552025-09-18T23:21:00.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562025-09-18T23:21:00.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
26572025-09-18T23:21:00.984Z
26582025-09-18T23:21:00.984Zinfo: running `cargo check --bins` on cockroach-admin-types (55/227)
26592025-09-18T23:21:02.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602025-09-18T23:21:02.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612025-09-18T23:21:02.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622025-09-18T23:21:02.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
26632025-09-18T23:21:02.243Z
26642025-09-18T23:21:02.243Zinfo: running `cargo check --bins` on gateway-client (56/227)
26652025-09-18T23:21:03.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662025-09-18T23:21:03.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672025-09-18T23:21:03.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682025-09-18T23:21:03.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
26692025-09-18T23:21:03.578Z
26702025-09-18T23:21:03.578Zinfo: running `cargo check --bins` on ereport-types (57/227)
26712025-09-18T23:21:04.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722025-09-18T23:21:04.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732025-09-18T23:21:04.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742025-09-18T23:21:04.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
26752025-09-18T23:21:04.751Z
26762025-09-18T23:21:04.751Zinfo: running `cargo check --bins` on gateway-types (58/227)
26772025-09-18T23:21:05.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782025-09-18T23:21:05.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792025-09-18T23:21:05.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802025-09-18T23:21:05.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
26812025-09-18T23:21:05.995Z
26822025-09-18T23:21:05.995Zinfo: running `cargo check --bins` on internal-dns-types (59/227)
26832025-09-18T23:21:07.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842025-09-18T23:21:07.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852025-09-18T23:21:07.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862025-09-18T23:21:07.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
26872025-09-18T23:21:07.240Z
26882025-09-18T23:21:07.240Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (60/227)
26892025-09-18T23:21:08.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902025-09-18T23:21:08.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912025-09-18T23:21:08.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922025-09-18T23:21:08.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
26932025-09-18T23:21:08.411Z
26942025-09-18T23:21:08.411Zinfo: running `cargo check --bins` on omicron-passwords (61/227)
26952025-09-18T23:21:09.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962025-09-18T23:21:09.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972025-09-18T23:21:09.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982025-09-18T23:21:09.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
26992025-09-18T23:21:09.662Z
27002025-09-18T23:21:09.662Zinfo: running `cargo check --bins` on oxql-types (62/227)
27012025-09-18T23:21:10.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022025-09-18T23:21:10.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032025-09-18T23:21:10.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042025-09-18T23:21:10.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
27052025-09-18T23:21:10.979Z
27062025-09-18T23:21:10.979Zinfo: running `cargo check --bins` on oximeter-types (63/227)
27072025-09-18T23:21:12.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082025-09-18T23:21:12.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092025-09-18T23:21:12.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102025-09-18T23:21:12.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
27112025-09-18T23:21:12.259Z
27122025-09-18T23:21:12.259Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/227)
27132025-09-18T23:21:13.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142025-09-18T23:21:13.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152025-09-18T23:21:13.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162025-09-18T23:21:13.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
27172025-09-18T23:21:13.393Z
27182025-09-18T23:21:13.393Zinfo: running `cargo check --bins` on update-engine (65/227)
27192025-09-18T23:21:14.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202025-09-18T23:21:14.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212025-09-18T23:21:14.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222025-09-18T23:21:14.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
27232025-09-18T23:21:14.714Z
27242025-09-18T23:21:14.714Zinfo: running `cargo check --bins` on omicron-rpaths (66/227)
27252025-09-18T23:21:15.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262025-09-18T23:21:15.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272025-09-18T23:21:15.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282025-09-18T23:21:15.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
27292025-09-18T23:21:15.937Z
27302025-09-18T23:21:15.937Zinfo: running `cargo check --bins` on omicron-certificates (67/227)
27312025-09-18T23:21:17.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322025-09-18T23:21:17.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332025-09-18T23:21:17.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342025-09-18T23:21:17.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
27352025-09-18T23:21:17.151Z
27362025-09-18T23:21:17.151Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (68/227)
27372025-09-18T23:21:18.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382025-09-18T23:21:18.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392025-09-18T23:21:18.579Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27402025-09-18T23:21:18.604Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27412025-09-18T23:21:18.645Z Compiling tempfile v3.20.0
27422025-09-18T23:21:18.675Z Compiling wait-timeout v0.2.0
27432025-09-18T23:21:18.675Z Compiling bit-vec v0.8.0
27442025-09-18T23:21:18.675Z Compiling quick-error v1.2.3
27452025-09-18T23:21:18.675Z Compiling match_cfg v0.1.0
27462025-09-18T23:21:18.675Z Compiling rustls v0.22.4
27472025-09-18T23:21:18.791Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27482025-09-18T23:21:18.849Z Compiling hostname v0.3.1
27492025-09-18T23:21:18.898Z Compiling progenitor-client v0.9.1
27502025-09-18T23:21:19.113Z Compiling toml_parser v1.0.2
27512025-09-18T23:21:19.177Z Compiling bit-set v0.8.0
27522025-09-18T23:21:19.254Z Compiling rusty-fork v0.3.0
27532025-09-18T23:21:19.280Z Compiling slog-json v2.6.1
27542025-09-18T23:21:19.313Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27552025-09-18T23:21:19.458Z Compiling rand_xorshift v0.4.0
27562025-09-18T23:21:19.483Z Compiling hex v0.4.3
27572025-09-18T23:21:19.555Z Compiling toml_datetime v0.7.0
27582025-09-18T23:21:19.661Z Compiling serde_spanned v1.0.0
27592025-09-18T23:21:19.792Z Compiling toml_writer v1.0.2
27602025-09-18T23:21:20.001Z Compiling unarray v0.1.4
27612025-09-18T23:21:20.028Z Compiling slog-bunyan v2.5.0
27622025-09-18T23:21:20.125Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27632025-09-18T23:21:20.228Z Compiling proptest v1.7.0
27642025-09-18T23:21:20.255Z Compiling toml v0.9.5
27652025-09-18T23:21:20.282Z Compiling progenitor v0.9.1
27662025-09-18T23:21:20.310Z Compiling async-stream v0.3.6
27672025-09-18T23:21:20.341Z Compiling multer v3.1.0
27682025-09-18T23:21:20.577Z Compiling ref-cast v1.0.24
27692025-09-18T23:21:20.664Z Compiling waitgroup v0.1.2
27702025-09-18T23:21:20.713Z Compiling rustls-pemfile v2.2.0
27712025-09-18T23:21:20.759Z Compiling hashbrown v0.16.0
27722025-09-18T23:21:20.931Z Compiling serde_path_to_error v0.1.17
27732025-09-18T23:21:21.110Z Compiling hostname v0.4.0
27742025-09-18T23:21:21.351Z Compiling instant v0.1.13
27752025-09-18T23:21:21.377Z Compiling debug-ignore v1.0.5
27762025-09-18T23:21:21.530Z Compiling foldhash v0.2.0
27772025-09-18T23:21:21.572Z Compiling backoff v0.4.0
27782025-09-18T23:21:21.699Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
27792025-09-18T23:21:21.967Z Compiling iddqd v0.3.13
27802025-09-18T23:21:21.997Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27812025-09-18T23:21:22.028Z Compiling parse-display v0.10.0
27822025-09-18T23:21:22.230Z Compiling serde_with v3.14.0
27832025-09-18T23:21:23.003Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27842025-09-18T23:21:23.527Z Compiling tokio-rustls v0.25.0
27852025-09-18T23:21:23.783Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
27862025-09-18T23:21:24.055Z Compiling dropshot v0.16.4
27872025-09-18T23:21:24.278Z Compiling progenitor-client v0.10.0
27882025-09-18T23:21:24.841Z Compiling num-rational v0.4.2
27892025-09-18T23:21:25.274Z Compiling num-complex v0.4.6
27902025-09-18T23:21:25.970Z Compiling macaddr v1.0.1
27912025-09-18T23:21:26.264Z Compiling num v0.4.3
27922025-09-18T23:21:26.333Z Compiling float-ord v0.3.2
27932025-09-18T23:21:26.408Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
27942025-09-18T23:21:26.434Z Compiling toml v0.8.23
27952025-09-18T23:21:26.530Z Checking siphasher v1.0.1
27962025-09-18T23:21:26.839Z Checking linked-hash-map v0.5.6
27972025-09-18T23:21:27.153Z Checking phf_shared v0.12.1
27982025-09-18T23:21:27.185Z Checking lru-cache v0.1.2
27992025-09-18T23:21:27.391Z Checking resolv-conf v0.7.0
28002025-09-18T23:21:27.420Z Checking hickory-proto v0.24.4
28012025-09-18T23:21:27.562Z Checking prettyplease v0.2.36
28022025-09-18T23:21:27.766Z Compiling slog-dtrace v0.3.0
28032025-09-18T23:21:27.926Z Compiling chrono-tz v0.10.4
28042025-09-18T23:21:28.198Z Checking phf v0.12.1
28052025-09-18T23:21:28.272Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28062025-09-18T23:21:28.497Z Compiling const_format_proc_macros v0.2.34
28072025-09-18T23:21:28.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082025-09-18T23:21:28.872Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28092025-09-18T23:21:29.852Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28102025-09-18T23:21:30.423Z Checking const_format v0.2.34
28112025-09-18T23:21:30.661Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28122025-09-18T23:21:30.954Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28132025-09-18T23:21:31.110Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28142025-09-18T23:21:31.326Z Checking gethostname v0.5.0
28152025-09-18T23:21:31.475Z Checking bcs v0.1.6
28162025-09-18T23:21:31.797Z Checking hickory-resolver v0.24.4
28172025-09-18T23:21:31.968Z Checking nanorand v0.7.0
28182025-09-18T23:21:32.348Z Checking termtree v0.5.1
28192025-09-18T23:21:32.588Z Checking flume v0.11.1
28202025-09-18T23:21:33.106Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28212025-09-18T23:21:33.327Z Checking qorb v0.4.1
28222025-09-18T23:21:33.552Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28232025-09-18T23:21:33.976Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28242025-09-18T23:21:34.094Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28252025-09-18T23:21:47.290Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28262025-09-18T23:21:51.833Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28272025-09-18T23:21:55.925Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28282025-09-18T23:21:57.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.70s
28292025-09-18T23:21:58.081Z
28302025-09-18T23:21:58.081Zinfo: running `cargo check --bins` on clickhouse-admin-api (69/227)
28312025-09-18T23:21:59.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-09-18T23:21:59.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-09-18T23:21:59.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-09-18T23:21:59.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
28352025-09-18T23:21:59.346Z
28362025-09-18T23:21:59.346Zinfo: running `cargo check --bins` on openapi-manager-types (70/227)
28372025-09-18T23:22:00.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-09-18T23:22:00.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-09-18T23:22:00.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-09-18T23:22:00.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
28412025-09-18T23:22:00.507Z
28422025-09-18T23:22:00.507Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (71/227)
28432025-09-18T23:22:01.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-09-18T23:22:01.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-09-18T23:22:01.814Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462025-09-18T23:22:02.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
28472025-09-18T23:22:02.836Z
28482025-09-18T23:22:02.836Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (72/227)
28492025-09-18T23:22:03.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-09-18T23:22:04.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-09-18T23:22:04.200Z Compiling cfg_aliases v0.1.1
28522025-09-18T23:22:04.200Z Compiling convert_case v0.7.1
28532025-09-18T23:22:04.225Z Compiling vte_generate_state_changes v0.1.2
28542025-09-18T23:22:04.226Z Checking fd-lock v4.0.2
28552025-09-18T23:22:04.226Z Checking nibble_vec v0.1.0
28562025-09-18T23:22:04.250Z Checking endian-type v0.1.2
28572025-09-18T23:22:04.349Z Compiling peg-macros v0.8.5
28582025-09-18T23:22:04.374Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592025-09-18T23:22:04.374Z Compiling nix v0.28.0
28602025-09-18T23:22:04.464Z Compiling sqlparser_derive v0.2.2
28612025-09-18T23:22:04.564Z Checking nu-ansi-term v0.50.1
28622025-09-18T23:22:04.595Z Checking radix_trie v0.2.1
28632025-09-18T23:22:04.897Z Checking vte v0.11.1
28642025-09-18T23:22:05.007Z Checking unicode_categories v0.1.1
28652025-09-18T23:22:05.148Z Checking home v0.5.9
28662025-09-18T23:22:05.173Z Compiling derive_more-impl v2.0.1
28672025-09-18T23:22:05.339Z Checking sqlformat v0.3.5
28682025-09-18T23:22:05.364Z Checking display-error-chain v0.2.2
28692025-09-18T23:22:05.536Z Checking sqlparser v0.45.0
28702025-09-18T23:22:06.200Z Checking strip-ansi-escapes v0.2.0
28712025-09-18T23:22:06.375Z Checking reedline v0.40.0
28722025-09-18T23:22:06.804Z Checking peg v0.8.5
28732025-09-18T23:22:06.913Z Checking derive_more v2.0.1
28742025-09-18T23:22:07.044Z Checking crossterm v0.29.0
28752025-09-18T23:22:07.557Z Checking rustyline v14.0.0
28762025-09-18T23:22:21.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.43s
28772025-09-18T23:22:21.546Z
28782025-09-18T23:22:21.547Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (73/227)
28792025-09-18T23:22:22.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-09-18T23:22:22.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-09-18T23:22:22.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28822025-09-18T23:22:31.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.65s
28832025-09-18T23:22:31.411Z
28842025-09-18T23:22:31.411Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (74/227)
28852025-09-18T23:22:32.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-09-18T23:22:32.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-09-18T23:22:32.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28882025-09-18T23:22:37.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
28892025-09-18T23:22:38.105Z
28902025-09-18T23:22:38.106Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (75/227)
28912025-09-18T23:22:39.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-09-18T23:22:39.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-09-18T23:22:39.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28942025-09-18T23:22:46.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.26s
28952025-09-18T23:22:46.569Z
28962025-09-18T23:22:46.569Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (76/227)
28972025-09-18T23:22:47.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-09-18T23:22:47.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-09-18T23:22:47.778Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29002025-09-18T23:22:54.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.20s
29012025-09-18T23:22:54.971Z
29022025-09-18T23:22:54.971Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (77/227)
29032025-09-18T23:22:55.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-09-18T23:22:55.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-09-18T23:22:56.169Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29062025-09-18T23:23:01.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
29072025-09-18T23:23:01.508Z
29082025-09-18T23:23:01.508Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (78/227)
29092025-09-18T23:23:02.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102025-09-18T23:23:02.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112025-09-18T23:23:02.629Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29122025-09-18T23:23:07.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
29132025-09-18T23:23:08.085Z
29142025-09-18T23:23:08.086Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (79/227)
29152025-09-18T23:23:09.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-09-18T23:23:09.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-09-18T23:23:09.306Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29182025-09-18T23:23:16.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.38s
29192025-09-18T23:23:16.675Z
29202025-09-18T23:23:16.675Zinfo: running `cargo check --bins` on oximeter (80/227)
29212025-09-18T23:23:17.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-09-18T23:23:17.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-09-18T23:23:17.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-09-18T23:23:17.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
29252025-09-18T23:23:17.787Z
29262025-09-18T23:23:17.787Zinfo: running `cargo check --bins` on oximeter-schema (81/227)
29272025-09-18T23:23:18.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-09-18T23:23:18.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-09-18T23:23:19.006Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29302025-09-18T23:23:20.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
29312025-09-18T23:23:20.601Z
29322025-09-18T23:23:20.601Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (82/227)
29332025-09-18T23:23:21.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-09-18T23:23:21.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-09-18T23:23:21.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-09-18T23:23:21.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
29372025-09-18T23:23:21.762Z
29382025-09-18T23:23:21.762Zinfo: running `cargo check --bins` on oximeter-test-utils (83/227)
29392025-09-18T23:23:22.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-09-18T23:23:22.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-09-18T23:23:22.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-09-18T23:23:22.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
29432025-09-18T23:23:23.000Z
29442025-09-18T23:23:23.000Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (84/227)
29452025-09-18T23:23:24.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-09-18T23:23:24.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-09-18T23:23:24.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-09-18T23:23:24.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
29492025-09-18T23:23:24.209Z
29502025-09-18T23:23:24.209Zinfo: running `cargo check --bins` on bootstrap-agent-client (85/227)
29512025-09-18T23:23:25.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-09-18T23:23:25.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-09-18T23:23:25.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-09-18T23:23:25.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29552025-09-18T23:23:25.351Z
29562025-09-18T23:23:25.351Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (86/227)
29572025-09-18T23:23:26.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-09-18T23:23:26.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-09-18T23:23:26.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-09-18T23:23:26.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29612025-09-18T23:23:26.495Z
29622025-09-18T23:23:26.495Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (87/227)
29632025-09-18T23:23:27.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-09-18T23:23:27.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-09-18T23:23:27.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-09-18T23:23:27.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
29672025-09-18T23:23:27.655Z
29682025-09-18T23:23:27.655Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (88/227)
29692025-09-18T23:23:28.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-09-18T23:23:28.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-09-18T23:23:28.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-09-18T23:23:28.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
29732025-09-18T23:23:28.885Z
29742025-09-18T23:23:28.885Zinfo: running `cargo check --bins` on cockroach-admin-client (89/227)
29752025-09-18T23:23:29.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-09-18T23:23:29.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-09-18T23:23:29.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782025-09-18T23:23:29.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
29792025-09-18T23:23:30.028Z
29802025-09-18T23:23:30.028Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (90/227)
29812025-09-18T23:23:31.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822025-09-18T23:23:31.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832025-09-18T23:23:31.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29842025-09-18T23:23:31.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
29852025-09-18T23:23:31.227Z
29862025-09-18T23:23:31.227Zinfo: running `cargo check --bins` on dns-service-client (91/227)
29872025-09-18T23:23:32.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882025-09-18T23:23:32.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892025-09-18T23:23:32.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902025-09-18T23:23:32.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
29912025-09-18T23:23:32.427Z
29922025-09-18T23:23:32.427Zinfo: running `cargo check --bins` on installinator-client (92/227)
29932025-09-18T23:23:33.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-09-18T23:23:33.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-09-18T23:23:33.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962025-09-18T23:23:33.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
29972025-09-18T23:23:33.662Z
29982025-09-18T23:23:33.662Zinfo: running `cargo check --bins` on installinator-common (93/227)
29992025-09-18T23:23:34.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-09-18T23:23:34.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-09-18T23:23:34.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022025-09-18T23:23:34.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
30032025-09-18T23:23:34.868Z
30042025-09-18T23:23:34.868Zinfo: running `cargo check --bins` on nexus-client (94/227)
30052025-09-18T23:23:35.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-09-18T23:23:35.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-09-18T23:23:35.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082025-09-18T23:23:35.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
30092025-09-18T23:23:36.085Z
30102025-09-18T23:23:36.085Zinfo: running `cargo check --bins` on ntp-admin-client (95/227)
30112025-09-18T23:23:37.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-09-18T23:23:37.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-09-18T23:23:37.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-09-18T23:23:37.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
30152025-09-18T23:23:37.161Z
30162025-09-18T23:23:37.161Zinfo: running `cargo check --bins` on oxide-client (96/227)
30172025-09-18T23:23:38.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-09-18T23:23:38.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-09-18T23:23:38.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-09-18T23:23:38.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30212025-09-18T23:23:38.301Z
30222025-09-18T23:23:38.301Zinfo: running `cargo check --bins` on oximeter-client (97/227)
30232025-09-18T23:23:39.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-09-18T23:23:39.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-09-18T23:23:39.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-09-18T23:23:39.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30272025-09-18T23:23:39.450Z
30282025-09-18T23:23:39.450Zinfo: running `cargo check --bins` on repo-depot-client (98/227)
30292025-09-18T23:23:40.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-09-18T23:23:40.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-09-18T23:23:40.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-09-18T23:23:40.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30332025-09-18T23:23:40.588Z
30342025-09-18T23:23:40.588Zinfo: running `cargo check --bins` on sled-agent-client (99/227)
30352025-09-18T23:23:41.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-09-18T23:23:41.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-09-18T23:23:41.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-09-18T23:23:41.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30392025-09-18T23:23:41.761Z
30402025-09-18T23:23:41.761Zinfo: running `cargo check --bins` on sled-agent-types (100/227)
30412025-09-18T23:23:42.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-09-18T23:23:42.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-09-18T23:23:42.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-09-18T23:23:42.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30452025-09-18T23:23:42.927Z
30462025-09-18T23:23:42.927Zinfo: running `cargo check --bins` on wicketd-client (101/227)
30472025-09-18T23:23:44.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-09-18T23:23:44.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-09-18T23:23:44.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-09-18T23:23:44.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
30512025-09-18T23:23:44.136Z
30522025-09-18T23:23:44.136Zinfo: running `cargo check --bins` on wicket-common (102/227)
30532025-09-18T23:23:45.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-09-18T23:23:45.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-09-18T23:23:45.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-09-18T23:23:45.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
30572025-09-18T23:23:45.325Z
30582025-09-18T23:23:45.325Zinfo: running `cargo check --bins` on omicron-cockroach-admin (103/227)
30592025-09-18T23:23:46.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-09-18T23:23:46.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-09-18T23:23:46.525Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30622025-09-18T23:23:46.525Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30632025-09-18T23:23:46.550Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30642025-09-18T23:23:46.772Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30652025-09-18T23:23:46.837Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30662025-09-18T23:23:48.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
30672025-09-18T23:23:49.090Z
30682025-09-18T23:23:49.090Zinfo: running `cargo check --bins` on cockroach-admin-api (104/227)
30692025-09-18T23:23:50.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702025-09-18T23:23:50.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712025-09-18T23:23:50.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722025-09-18T23:23:50.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
30732025-09-18T23:23:50.240Z
30742025-09-18T23:23:50.241Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (105/227)
30752025-09-18T23:23:51.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762025-09-18T23:23:51.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772025-09-18T23:23:51.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782025-09-18T23:23:51.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
30792025-09-18T23:23:51.656Z
30802025-09-18T23:23:51.656Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (106/227)
30812025-09-18T23:23:52.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822025-09-18T23:23:52.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832025-09-18T23:23:52.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842025-09-18T23:23:52.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
30852025-09-18T23:23:53.072Z
30862025-09-18T23:23:53.072Zinfo: running `cargo check --bins` on dns-server (107/227)
30872025-09-18T23:23:54.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882025-09-18T23:23:54.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892025-09-18T23:23:54.386Z Compiling parking_lot_core v0.8.6
30902025-09-18T23:23:54.386Z Compiling moka v0.12.10
30912025-09-18T23:23:54.411Z Checking tagptr v0.2.0
30922025-09-18T23:23:54.411Z Checking prefix-trie v0.7.0
30932025-09-18T23:23:54.411Z Checking fxhash v0.2.1
30942025-09-18T23:23:54.411Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30952025-09-18T23:23:54.411Z Checking hickory-client v0.25.2
30962025-09-18T23:23:54.436Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30972025-09-18T23:23:55.224Z Checking hickory-server v0.25.2
30982025-09-18T23:23:55.275Z Checking parking_lot v0.11.2
30992025-09-18T23:23:55.629Z Checking sled v0.34.7
31002025-09-18T23:23:56.088Z Checking hickory-resolver v0.25.2
31012025-09-18T23:23:58.219Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31022025-09-18T23:24:00.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.19s
31032025-09-18T23:24:00.481Z
31042025-09-18T23:24:00.481Zinfo: running `cargo check --bins` on dns-server-api (108/227)
31052025-09-18T23:24:01.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062025-09-18T23:24:01.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072025-09-18T23:24:01.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082025-09-18T23:24:01.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31092025-09-18T23:24:01.612Z
31102025-09-18T23:24:01.612Zinfo: running `cargo check --bins` on gateway-test-utils (109/227)
31112025-09-18T23:24:02.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-09-18T23:24:02.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-09-18T23:24:02.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142025-09-18T23:24:02.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
31152025-09-18T23:24:02.841Z
31162025-09-18T23:24:02.841Zinfo: running `cargo check --bins` on omicron-gateway (110/227)
31172025-09-18T23:24:03.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-09-18T23:24:04.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-09-18T23:24:04.290Z Compiling radium v0.7.0
31202025-09-18T23:24:04.314Z Compiling zerocopy-derive v0.6.6
31212025-09-18T23:24:04.339Z Compiling maybe-uninit v2.0.0
31222025-09-18T23:24:04.370Z Checking tap v1.0.1
31232025-09-18T23:24:04.395Z Compiling packed_struct v0.10.1
31242025-09-18T23:24:04.421Z Checking crc-catalog v2.4.0
31252025-09-18T23:24:04.421Z Checking funty v2.0.0
31262025-09-18T23:24:04.466Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31272025-09-18T23:24:04.566Z Checking wyz v0.5.1
31282025-09-18T23:24:04.598Z Checking crc v3.2.1
31292025-09-18T23:24:04.905Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31302025-09-18T23:24:04.962Z Compiling packed_struct_codegen v0.10.1
31312025-09-18T23:24:05.063Z Compiling indexmap v1.9.3
31322025-09-18T23:24:05.088Z Checking nodrop v0.1.14
31332025-09-18T23:24:05.185Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342025-09-18T23:24:05.253Z Checking array-init v0.0.4
31352025-09-18T23:24:05.278Z Checking bitvec v1.0.1
31362025-09-18T23:24:05.437Z Checking smallvec v0.6.14
31372025-09-18T23:24:05.572Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31382025-09-18T23:24:05.597Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31392025-09-18T23:24:05.821Z Checking hashbrown v0.12.3
31402025-09-18T23:24:06.124Z Checking termcolor v1.4.1
31412025-09-18T23:24:06.148Z Checking zerocopy v0.6.6
31422025-09-18T23:24:06.374Z Checking bitfield v0.14.0
31432025-09-18T23:24:06.519Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31442025-09-18T23:24:06.646Z Checking env_logger v0.10.2
31452025-09-18T23:24:06.779Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31462025-09-18T23:24:06.910Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31472025-09-18T23:24:07.066Z Checking ron v0.8.1
31482025-09-18T23:24:07.094Z Checking serde-hex v0.1.0
31492025-09-18T23:24:07.178Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31502025-09-18T23:24:07.305Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512025-09-18T23:24:07.410Z Checking hashbrown v0.13.2
31522025-09-18T23:24:08.078Z Checking half v2.4.1
31532025-09-18T23:24:08.267Z Checking ciborium-io v0.2.2
31542025-09-18T23:24:08.407Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31552025-09-18T23:24:08.433Z Checking crc-any v2.5.0
31562025-09-18T23:24:08.560Z Checking ciborium-ll v0.2.2
31572025-09-18T23:24:08.799Z Checking object v0.30.4
31582025-09-18T23:24:08.843Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31592025-09-18T23:24:08.917Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31602025-09-18T23:24:09.153Z Checking half v1.8.3
31612025-09-18T23:24:09.257Z Checking void v1.0.2
31622025-09-18T23:24:09.328Z Checking path-slash v0.1.5
31632025-09-18T23:24:09.530Z Checking lzss v0.8.2
31642025-09-18T23:24:09.555Z Checking tungstenite v0.23.0
31652025-09-18T23:24:09.579Z Checking serde_cbor v0.11.2
31662025-09-18T23:24:10.411Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31672025-09-18T23:24:10.436Z Checking ciborium v0.2.2
31682025-09-18T23:24:10.436Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31692025-09-18T23:24:10.436Z Checking nix v0.27.1
31702025-09-18T23:24:11.200Z Checking kstat-rs v0.2.4
31712025-09-18T23:24:11.227Z Checking serde_bytes v0.11.17
31722025-09-18T23:24:11.227Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31732025-09-18T23:24:11.228Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31742025-09-18T23:24:11.228Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31752025-09-18T23:24:11.228Z Checking tokio-tungstenite v0.23.1
31762025-09-18T23:24:11.228Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31772025-09-18T23:24:11.228Z Checking signal-hook-tokio v0.3.1
31782025-09-18T23:24:12.258Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792025-09-18T23:24:17.487Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31802025-09-18T23:24:19.348Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31812025-09-18T23:24:35.028Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31822025-09-18T23:24:47.438Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31832025-09-18T23:24:48.543Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31842025-09-18T23:24:52.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.14s
31852025-09-18T23:24:53.233Z
31862025-09-18T23:24:53.234Zinfo: running `cargo check --bins` on gateway-api (111/227)
31872025-09-18T23:24:54.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882025-09-18T23:24:54.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892025-09-18T23:24:54.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902025-09-18T23:24:54.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
31912025-09-18T23:24:54.456Z
31922025-09-18T23:24:54.457Zinfo: running `cargo check --bins` on ipcc (112/227)
31932025-09-18T23:24:55.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-09-18T23:24:55.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-09-18T23:24:55.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962025-09-18T23:24:55.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31972025-09-18T23:24:55.595Z
31982025-09-18T23:24:55.595Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (113/227)
31992025-09-18T23:24:56.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-09-18T23:24:56.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-09-18T23:24:56.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022025-09-18T23:24:56.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
32032025-09-18T23:24:56.693Z
32042025-09-18T23:24:56.693Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (114/227)
32052025-09-18T23:24:57.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-09-18T23:24:57.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-09-18T23:24:57.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082025-09-18T23:24:57.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
32092025-09-18T23:24:57.912Z
32102025-09-18T23:24:57.912Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (115/227)
32112025-09-18T23:24:58.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-09-18T23:24:59.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-09-18T23:24:59.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142025-09-18T23:24:59.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
32152025-09-18T23:24:59.127Z
32162025-09-18T23:24:59.127Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (116/227)
32172025-09-18T23:25:00.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-09-18T23:25:00.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-09-18T23:25:00.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202025-09-18T23:25:00.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
32212025-09-18T23:25:00.345Z
32222025-09-18T23:25:00.345Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (117/227)
32232025-09-18T23:25:01.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-09-18T23:25:01.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-09-18T23:25:01.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262025-09-18T23:25:01.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
32272025-09-18T23:25:01.478Z
32282025-09-18T23:25:01.478Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (118/227)
32292025-09-18T23:25:02.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-09-18T23:25:02.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-09-18T23:25:02.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322025-09-18T23:25:02.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
32332025-09-18T23:25:02.631Z
32342025-09-18T23:25:02.631Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (119/227)
32352025-09-18T23:25:03.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-09-18T23:25:03.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-09-18T23:25:03.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382025-09-18T23:25:03.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
32392025-09-18T23:25:03.850Z
32402025-09-18T23:25:03.850Zinfo: running `cargo check --bins` on oximeter-producer (120/227)
32412025-09-18T23:25:04.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-09-18T23:25:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-09-18T23:25:04.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442025-09-18T23:25:04.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
32452025-09-18T23:25:05.093Z
32462025-09-18T23:25:05.093Zinfo: running `cargo check --bins` on internal-dns-resolver (121/227)
32472025-09-18T23:25:06.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-09-18T23:25:06.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-09-18T23:25:06.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502025-09-18T23:25:06.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
32512025-09-18T23:25:06.239Z
32522025-09-18T23:25:06.239Zinfo: running `cargo check --bins` on sp-sim (122/227)
32532025-09-18T23:25:07.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-09-18T23:25:07.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-09-18T23:25:07.492Z Compiling nix v0.30.1
32562025-09-18T23:25:07.517Z Checking keccak v0.1.5
32572025-09-18T23:25:07.837Z Checking sha3 v0.10.8
32582025-09-18T23:25:09.338Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32592025-09-18T23:25:12.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s
32602025-09-18T23:25:12.902Z
32612025-09-18T23:25:12.902Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (123/227)
32622025-09-18T23:25:14.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-09-18T23:25:14.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-09-18T23:25:14.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-09-18T23:25:14.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
32662025-09-18T23:25:14.193Z
32672025-09-18T23:25:14.193Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (124/227)
32682025-09-18T23:25:15.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-09-18T23:25:15.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-09-18T23:25:15.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712025-09-18T23:25:15.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
32722025-09-18T23:25:15.403Z
32732025-09-18T23:25:15.403Zinfo: running `cargo check --bins` on db-macros (125/227)
32742025-09-18T23:25:16.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-09-18T23:25:16.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-09-18T23:25:16.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772025-09-18T23:25:16.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
32782025-09-18T23:25:16.501Z
32792025-09-18T23:25:16.501Zinfo: running `cargo check --bins` on nexus-macros-common (126/227)
32802025-09-18T23:25:17.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812025-09-18T23:25:17.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822025-09-18T23:25:17.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832025-09-18T23:25:17.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
32842025-09-18T23:25:17.582Z
32852025-09-18T23:25:17.582Zinfo: running `cargo check --bins` on nexus-auth (127/227)
32862025-09-18T23:25:18.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872025-09-18T23:25:18.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882025-09-18T23:25:18.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32892025-09-18T23:25:18.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
32902025-09-18T23:25:18.869Z
32912025-09-18T23:25:18.869Zinfo: running `cargo check --bins` on authz-macros (128/227)
32922025-09-18T23:25:19.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932025-09-18T23:25:19.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942025-09-18T23:25:19.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952025-09-18T23:25:19.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
32962025-09-18T23:25:19.959Z
32972025-09-18T23:25:19.959Zinfo: running `cargo check --bins` on nexus-db-fixed-data (129/227)
32982025-09-18T23:25:21.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992025-09-18T23:25:21.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002025-09-18T23:25:21.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012025-09-18T23:25:21.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33022025-09-18T23:25:21.135Z
33032025-09-18T23:25:21.135Zinfo: running `cargo check --bins` on nexus-db-model (130/227)
33042025-09-18T23:25:22.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052025-09-18T23:25:22.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062025-09-18T23:25:22.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072025-09-18T23:25:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
33082025-09-18T23:25:22.328Z
33092025-09-18T23:25:22.328Zinfo: running `cargo check --bins` on nexus-db-schema (131/227)
33102025-09-18T23:25:23.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112025-09-18T23:25:23.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122025-09-18T23:25:23.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132025-09-18T23:25:23.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33142025-09-18T23:25:23.462Z
33152025-09-18T23:25:23.462Zinfo: running `cargo check --bins` on nexus-defaults (132/227)
33162025-09-18T23:25:24.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172025-09-18T23:25:24.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182025-09-18T23:25:24.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192025-09-18T23:25:24.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33202025-09-18T23:25:24.632Z
33212025-09-18T23:25:24.632Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (133/227)
33222025-09-18T23:25:25.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232025-09-18T23:25:25.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242025-09-18T23:25:25.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252025-09-18T23:25:25.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
33262025-09-18T23:25:25.825Z
33272025-09-18T23:25:25.825Zinfo: running `cargo check --bins` on parallel-task-set (134/227)
33282025-09-18T23:25:26.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292025-09-18T23:25:26.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302025-09-18T23:25:26.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312025-09-18T23:25:26.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
33322025-09-18T23:25:26.909Z
33332025-09-18T23:25:26.909Zinfo: running `cargo check --bins` on nexus-db-errors (135/227)
33342025-09-18T23:25:27.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352025-09-18T23:25:27.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362025-09-18T23:25:27.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372025-09-18T23:25:27.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33382025-09-18T23:25:28.080Z
33392025-09-18T23:25:28.080Zinfo: running `cargo check --bins` on nexus-db-lookup (136/227)
33402025-09-18T23:25:29.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412025-09-18T23:25:29.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422025-09-18T23:25:29.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432025-09-18T23:25:29.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
33442025-09-18T23:25:29.350Z
33452025-09-18T23:25:29.350Zinfo: running `cargo check --bins` on nexus-inventory (137/227)
33462025-09-18T23:25:30.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472025-09-18T23:25:30.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482025-09-18T23:25:30.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492025-09-18T23:25:30.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33502025-09-18T23:25:30.526Z
33512025-09-18T23:25:30.526Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (138/227)
33522025-09-18T23:25:31.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532025-09-18T23:25:31.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542025-09-18T23:25:31.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552025-09-18T23:25:31.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33562025-09-18T23:25:31.683Z
33572025-09-18T23:25:31.683Zinfo: running `cargo check --bins --no-default-features` on sled-storage (139/227)
33582025-09-18T23:25:32.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592025-09-18T23:25:32.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602025-09-18T23:25:32.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612025-09-18T23:25:32.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33622025-09-18T23:25:32.852Z
33632025-09-18T23:25:32.852Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/227)
33642025-09-18T23:25:33.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652025-09-18T23:25:33.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662025-09-18T23:25:33.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672025-09-18T23:25:33.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33682025-09-18T23:25:34.016Z
33692025-09-18T23:25:34.016Zinfo: running `cargo check --bins` on key-manager (141/227)
33702025-09-18T23:25:34.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712025-09-18T23:25:35.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722025-09-18T23:25:35.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732025-09-18T23:25:35.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
33742025-09-18T23:25:35.114Z
33752025-09-18T23:25:35.114Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (142/227)
33762025-09-18T23:25:36.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772025-09-18T23:25:36.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782025-09-18T23:25:36.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792025-09-18T23:25:36.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
33802025-09-18T23:25:36.246Z
33812025-09-18T23:25:36.246Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/227)
33822025-09-18T23:25:37.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832025-09-18T23:25:37.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842025-09-18T23:25:37.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852025-09-18T23:25:37.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
33862025-09-18T23:25:37.434Z
33872025-09-18T23:25:37.434Zinfo: running `cargo check --bins` on typed-rng (144/227)
33882025-09-18T23:25:38.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892025-09-18T23:25:38.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902025-09-18T23:25:38.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912025-09-18T23:25:38.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
33922025-09-18T23:25:38.501Z
33932025-09-18T23:25:38.501Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/227)
33942025-09-18T23:25:39.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952025-09-18T23:25:39.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962025-09-18T23:25:39.988Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
33972025-09-18T23:25:39.988Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33982025-09-18T23:25:39.988Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
33992025-09-18T23:25:40.012Z Checking universal-hash v0.5.1
34002025-09-18T23:25:40.013Z Compiling thiserror-impl-no-std v2.0.2
34012025-09-18T23:25:40.013Z Checking opaque-debug v0.3.1
34022025-09-18T23:25:40.160Z Checking chacha20 v0.9.1
34032025-09-18T23:25:40.184Z Checking aead v0.5.2
34042025-09-18T23:25:40.261Z Compiling unicase v2.7.0
34052025-09-18T23:25:40.286Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34062025-09-18T23:25:40.323Z Checking poly1305 v0.8.0
34072025-09-18T23:25:40.433Z Compiling libefi-sys v0.1.0
34082025-09-18T23:25:40.505Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
34092025-09-18T23:25:40.542Z Compiling bitfield-struct v0.6.2
34102025-09-18T23:25:40.664Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34112025-09-18T23:25:40.691Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34122025-09-18T23:25:40.821Z Checking chacha20poly1305 v0.10.1
34132025-09-18T23:25:40.889Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
34142025-09-18T23:25:41.037Z Compiling proc-macro-error-attr2 v2.0.0
34152025-09-18T23:25:41.063Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34162025-09-18T23:25:41.149Z Compiling salty v0.3.0
34172025-09-18T23:25:41.208Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34182025-09-18T23:25:41.624Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34192025-09-18T23:25:41.773Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34202025-09-18T23:25:41.797Z Compiling proc-macro-error2 v2.0.1
34212025-09-18T23:25:41.848Z Compiling num-derive v0.3.3
34222025-09-18T23:25:41.886Z Compiling xshell-macros v0.2.7
34232025-09-18T23:25:42.334Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34242025-09-18T23:25:42.387Z Compiling tabled_derive v0.11.0
34252025-09-18T23:25:42.533Z Checking thiserror-no-std v2.0.2
34262025-09-18T23:25:42.605Z Checking xshell v0.2.7
34272025-09-18T23:25:42.713Z Checking vsss-rs v3.3.4
34282025-09-18T23:25:42.796Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34292025-09-18T23:25:42.960Z Compiling mime_guess v2.0.5
34302025-09-18T23:25:43.145Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34312025-09-18T23:25:43.535Z Checking libscf-sys v1.1.0
34322025-09-18T23:25:43.748Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34332025-09-18T23:25:44.259Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34342025-09-18T23:25:44.428Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34352025-09-18T23:25:44.705Z Checking papergrid v0.17.0
34362025-09-18T23:25:44.904Z Checking testing_table v0.3.0
34372025-09-18T23:25:45.012Z Compiling progenitor-impl v0.11.0
34382025-09-18T23:25:45.048Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34392025-09-18T23:25:45.332Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34402025-09-18T23:25:45.988Z Checking primeorder v0.13.6
34412025-09-18T23:25:46.368Z Checking env_filter v0.1.2
34422025-09-18T23:25:46.400Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34432025-09-18T23:25:46.425Z Checking p384 v0.13.0
34442025-09-18T23:25:46.458Z Checking tabled v0.20.0
34452025-09-18T23:25:46.626Z Checking env_logger v0.11.5
34462025-09-18T23:25:46.813Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34472025-09-18T23:25:46.948Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed)
34482025-09-18T23:25:46.973Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34492025-09-18T23:25:47.214Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34502025-09-18T23:25:47.411Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34512025-09-18T23:25:47.776Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34522025-09-18T23:25:47.808Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34532025-09-18T23:25:47.835Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34542025-09-18T23:25:48.827Z Checking progenitor-client v0.11.0
34552025-09-18T23:25:48.895Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34562025-09-18T23:25:48.929Z Checking http-range v0.1.5
34572025-09-18T23:25:49.293Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34582025-09-18T23:25:49.318Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34592025-09-18T23:25:49.629Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34602025-09-18T23:25:49.802Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4)
34612025-09-18T23:25:49.827Z Checking secrecy v0.8.0
34622025-09-18T23:25:50.068Z Checking atty v0.2.14
34632025-09-18T23:25:50.095Z Checking crc8 v0.1.1
34642025-09-18T23:25:50.238Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f)
34652025-09-18T23:25:50.445Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662025-09-18T23:25:50.730Z Compiling progenitor-macro v0.11.0
34672025-09-18T23:25:50.797Z Checking hyper-staticfile v0.10.1
34682025-09-18T23:25:50.852Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34692025-09-18T23:25:50.890Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
34702025-09-18T23:25:51.254Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34712025-09-18T23:25:51.313Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34722025-09-18T23:25:51.337Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34732025-09-18T23:25:51.462Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34742025-09-18T23:25:51.660Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34752025-09-18T23:25:51.737Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34762025-09-18T23:25:52.067Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34772025-09-18T23:25:52.185Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654)
34782025-09-18T23:25:52.597Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
34792025-09-18T23:25:52.622Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34802025-09-18T23:25:52.919Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34812025-09-18T23:25:53.587Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34822025-09-18T23:25:53.837Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34832025-09-18T23:25:56.430Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34842025-09-18T23:25:57.173Z Checking progenitor v0.11.0
34852025-09-18T23:25:57.383Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1)
34862025-09-18T23:26:08.232Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34872025-09-18T23:26:28.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.59s
34882025-09-18T23:26:28.359Z
34892025-09-18T23:26:28.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/227)
34902025-09-18T23:26:29.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912025-09-18T23:26:29.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922025-09-18T23:26:29.707Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34932025-09-18T23:26:49.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.11s
34942025-09-18T23:26:49.700Z
34952025-09-18T23:26:49.700Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/227)
34962025-09-18T23:26:50.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972025-09-18T23:26:50.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982025-09-18T23:26:50.993Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34992025-09-18T23:27:11.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.78s
35002025-09-18T23:27:11.699Z
35012025-09-18T23:27:11.699Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/227)
35022025-09-18T23:27:12.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032025-09-18T23:27:12.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042025-09-18T23:27:13.045Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35052025-09-18T23:27:32.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s
35062025-09-18T23:27:32.713Z
35072025-09-18T23:27:32.713Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/227)
35082025-09-18T23:27:33.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092025-09-18T23:27:33.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102025-09-18T23:27:34.058Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35112025-09-18T23:27:54.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.47s
35122025-09-18T23:27:54.403Z
35132025-09-18T23:27:54.403Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/227)
35142025-09-18T23:27:55.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152025-09-18T23:27:55.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162025-09-18T23:27:55.748Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35172025-09-18T23:28:15.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.12s
35182025-09-18T23:28:15.758Z
35192025-09-18T23:28:15.758Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/227)
35202025-09-18T23:28:16.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212025-09-18T23:28:16.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222025-09-18T23:28:17.168Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35232025-09-18T23:28:37.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.46s
35242025-09-18T23:28:37.442Z
35252025-09-18T23:28:37.442Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/227)
35262025-09-18T23:28:38.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272025-09-18T23:28:38.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282025-09-18T23:28:38.701Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35292025-09-18T23:28:57.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.42s
35302025-09-18T23:28:58.082Z
35312025-09-18T23:28:58.082Zinfo: running `cargo check --bins` on bootstrap-agent-api (153/227)
35322025-09-18T23:28:59.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332025-09-18T23:28:59.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342025-09-18T23:28:59.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352025-09-18T23:28:59.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
35362025-09-18T23:28:59.213Z
35372025-09-18T23:28:59.213Zinfo: running `cargo check --bins` on range-requests (154/227)
35382025-09-18T23:29:00.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-09-18T23:29:00.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-09-18T23:29:00.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412025-09-18T23:29:00.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
35422025-09-18T23:29:00.246Z
35432025-09-18T23:29:00.246Zinfo: running `cargo check --bins` on repo-depot-api (155/227)
35442025-09-18T23:29:01.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452025-09-18T23:29:01.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462025-09-18T23:29:01.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472025-09-18T23:29:01.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
35482025-09-18T23:29:01.405Z
35492025-09-18T23:29:01.405Zinfo: running `cargo check --bins` on sled-agent-api (156/227)
35502025-09-18T23:29:02.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512025-09-18T23:29:02.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522025-09-18T23:29:02.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532025-09-18T23:29:02.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
35542025-09-18T23:29:02.636Z
35552025-09-18T23:29:02.636Zinfo: running `cargo check --bins` on sled-diagnostics (157/227)
35562025-09-18T23:29:03.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572025-09-18T23:29:03.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582025-09-18T23:29:03.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592025-09-18T23:29:03.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35602025-09-18T23:29:03.801Z
35612025-09-18T23:29:03.801Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/227)
35622025-09-18T23:29:04.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632025-09-18T23:29:04.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642025-09-18T23:29:04.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652025-09-18T23:29:04.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35662025-09-18T23:29:05.017Z
35672025-09-18T23:29:05.018Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/227)
35682025-09-18T23:29:06.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692025-09-18T23:29:06.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702025-09-18T23:29:06.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712025-09-18T23:29:06.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
35722025-09-18T23:29:06.213Z
35732025-09-18T23:29:06.213Zinfo: running `cargo check --bins` on sled-agent-zone-images (160/227)
35742025-09-18T23:29:07.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752025-09-18T23:29:07.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762025-09-18T23:29:07.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772025-09-18T23:29:07.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
35782025-09-18T23:29:07.431Z
35792025-09-18T23:29:07.431Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (161/227)
35802025-09-18T23:29:08.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812025-09-18T23:29:08.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822025-09-18T23:29:08.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832025-09-18T23:29:08.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
35842025-09-18T23:29:08.638Z
35852025-09-18T23:29:08.638Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (162/227)
35862025-09-18T23:29:09.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872025-09-18T23:29:09.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882025-09-18T23:29:09.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892025-09-18T23:29:09.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
35902025-09-18T23:29:09.969Z
35912025-09-18T23:29:09.969Zinfo: running `cargo check --bins` on nexus-test-interface (163/227)
35922025-09-18T23:29:11.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932025-09-18T23:29:11.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942025-09-18T23:29:11.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952025-09-18T23:29:11.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35962025-09-18T23:29:11.232Z
35972025-09-18T23:29:11.232Zinfo: running `cargo check --bins` on oximeter-collector (164/227)
35982025-09-18T23:29:12.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992025-09-18T23:29:12.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002025-09-18T23:29:12.509Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36012025-09-18T23:29:12.509Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
36022025-09-18T23:29:13.624Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36032025-09-18T23:29:16.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
36042025-09-18T23:29:16.727Z
36052025-09-18T23:29:16.727Zinfo: running `cargo check --bins` on oximeter-api (165/227)
36062025-09-18T23:29:17.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072025-09-18T23:29:17.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082025-09-18T23:29:17.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092025-09-18T23:29:17.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
36102025-09-18T23:29:17.779Z
36112025-09-18T23:29:17.779Zinfo: running `cargo check --bins` on cert-dev (166/227)
36122025-09-18T23:29:18.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132025-09-18T23:29:18.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142025-09-18T23:29:18.834Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
36152025-09-18T23:29:19.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
36162025-09-18T23:29:19.332Z
36172025-09-18T23:29:19.333Zinfo: running `cargo check --bins` on clickana (167/227)
36182025-09-18T23:29:20.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192025-09-18T23:29:20.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202025-09-18T23:29:20.491Z Checking castaway v0.2.3
36212025-09-18T23:29:20.491Z Checking unicode-truncate v1.1.0
36222025-09-18T23:29:20.516Z Checking lru v0.12.5
36232025-09-18T23:29:20.516Z Compiling instability v0.3.2
36242025-09-18T23:29:20.516Z Compiling indoc v2.0.6
36252025-09-18T23:29:20.516Z Checking cassowary v0.3.0
36262025-09-18T23:29:20.517Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
36272025-09-18T23:29:20.680Z Checking compact_str v0.8.0
36282025-09-18T23:29:21.462Z Checking ratatui v0.29.0
36292025-09-18T23:29:23.931Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36302025-09-18T23:29:25.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
36312025-09-18T23:29:25.372Z
36322025-09-18T23:29:25.372Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (168/227)
36332025-09-18T23:29:26.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342025-09-18T23:29:26.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352025-09-18T23:29:26.656Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
36362025-09-18T23:29:26.656Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36372025-09-18T23:29:28.218Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
36382025-09-18T23:29:29.021Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
36392025-09-18T23:29:29.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
36402025-09-18T23:29:29.871Z
36412025-09-18T23:29:29.871Zinfo: running `cargo check --bins` on ch-dev (169/227)
36422025-09-18T23:29:30.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432025-09-18T23:29:30.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442025-09-18T23:29:31.092Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36452025-09-18T23:29:32.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
36462025-09-18T23:29:32.368Z
36472025-09-18T23:29:32.368Zinfo: running `cargo check --bins` on dev-tools-common (170/227)
36482025-09-18T23:29:33.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492025-09-18T23:29:33.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502025-09-18T23:29:33.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512025-09-18T23:29:33.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36522025-09-18T23:29:33.145Z
36532025-09-18T23:29:33.145Zinfo: running `cargo check --bins` on crdb-seed (171/227)
36542025-09-18T23:29:34.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552025-09-18T23:29:34.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562025-09-18T23:29:34.352Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36572025-09-18T23:29:34.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
36582025-09-18T23:29:35.095Z
36592025-09-18T23:29:35.095Zinfo: running `cargo check --bins` on db-dev (172/227)
36602025-09-18T23:29:36.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612025-09-18T23:29:36.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622025-09-18T23:29:36.325Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36632025-09-18T23:29:37.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
36642025-09-18T23:29:37.603Z
36652025-09-18T23:29:37.603Zinfo: running `cargo check --bins` on omicron-dev-lib (173/227)
36662025-09-18T23:29:38.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672025-09-18T23:29:38.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682025-09-18T23:29:38.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692025-09-18T23:29:38.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
36702025-09-18T23:29:38.763Z
36712025-09-18T23:29:38.763Zinfo: running `cargo check --bins` on xtask-downloader (174/227)
36722025-09-18T23:29:39.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732025-09-18T23:29:39.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742025-09-18T23:29:39.822Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36752025-09-18T23:29:40.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
36762025-09-18T23:29:41.147Z
36772025-09-18T23:29:41.147Zinfo: running `cargo check --bins` on omicron-ls-apis (175/227)
36782025-09-18T23:29:42.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792025-09-18T23:29:42.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802025-09-18T23:29:42.211Z Checking typeid v1.0.3
36812025-09-18T23:29:42.247Z Checking ordered-float v2.10.1
36822025-09-18T23:29:42.272Z Checking cargo-platform v0.2.0
36832025-09-18T23:29:42.385Z Checking erased-serde v0.4.6
36842025-09-18T23:29:42.714Z Checking serde-value v0.7.0
36852025-09-18T23:29:43.163Z Checking serde-untagged v0.1.7
36862025-09-18T23:29:43.488Z Checking cargo-util-schemas v0.8.2
36872025-09-18T23:29:45.152Z Checking cargo_metadata v0.21.0
36882025-09-18T23:29:46.571Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36892025-09-18T23:29:47.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
36902025-09-18T23:29:47.951Z
36912025-09-18T23:29:47.951Zinfo: running `cargo check --bins` on mgs-dev (176/227)
36922025-09-18T23:29:49.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932025-09-18T23:29:49.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942025-09-18T23:29:49.237Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36952025-09-18T23:29:51.844Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36962025-09-18T23:29:52.681Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36972025-09-18T23:29:53.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
36982025-09-18T23:29:53.777Z
36992025-09-18T23:29:53.777Zinfo: running `cargo check --bins` on omicron-omdb (177/227)
37002025-09-18T23:29:54.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012025-09-18T23:29:55.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022025-09-18T23:29:55.343Z Compiling dirs-sys-next v0.1.2
37032025-09-18T23:29:55.343Z Compiling crunchy v0.2.2
37042025-09-18T23:29:55.367Z Compiling dsl_auto_type v0.1.2
37052025-09-18T23:29:55.367Z Checking scheduled-thread-pool v0.2.7
37062025-09-18T23:29:55.392Z Compiling diesel_table_macro_syntax v0.2.0
37072025-09-18T23:29:55.417Z Compiling tiny-keccak v2.0.2
37082025-09-18T23:29:55.498Z Compiling bit-vec v0.6.3
37092025-09-18T23:29:55.522Z Compiling ena v0.14.3
37102025-09-18T23:29:55.721Z Compiling dirs-next v2.0.0
37112025-09-18T23:29:55.781Z Checking r2d2 v0.8.10
37122025-09-18T23:29:55.837Z Compiling bit-set v0.5.3
37132025-09-18T23:29:55.899Z Compiling term v0.7.0
37142025-09-18T23:29:55.926Z Compiling diff v0.1.13
37152025-09-18T23:29:55.951Z Compiling regex-syntax v0.6.29
37162025-09-18T23:29:56.000Z Compiling bindgen v0.71.1
37172025-09-18T23:29:56.128Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
37182025-09-18T23:29:56.158Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
37192025-09-18T23:29:56.408Z Compiling ascii-canvas v3.0.0
37202025-09-18T23:29:56.439Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
37212025-09-18T23:29:56.503Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
37222025-09-18T23:29:56.677Z Compiling diesel_derives v2.2.3
37232025-09-18T23:29:56.736Z Compiling derive_builder_core v0.20.2
37242025-09-18T23:29:56.830Z Compiling libxml v0.3.3
37252025-09-18T23:29:56.890Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37262025-09-18T23:29:57.060Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
37272025-09-18T23:29:57.224Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
37282025-09-18T23:29:57.380Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
37292025-09-18T23:29:57.440Z Compiling strum_macros v0.24.3
37302025-09-18T23:29:57.517Z Compiling indoc v1.0.9
37312025-09-18T23:29:58.275Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
37322025-09-18T23:29:58.562Z Compiling oso-derive v0.27.3
37332025-09-18T23:29:58.587Z Compiling derive_builder_macro v0.20.2
37342025-09-18T23:29:59.174Z Compiling lalrpop v0.19.12
37352025-09-18T23:29:59.344Z Checking derive_builder v0.20.2
37362025-09-18T23:29:59.401Z Compiling impl-trait-for-tuples v0.2.2
37372025-09-18T23:29:59.550Z Checking quick-xml v0.37.2
37382025-09-18T23:29:59.575Z Checking maplit v1.0.2
37392025-09-18T23:29:59.738Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
37402025-09-18T23:30:00.170Z Compiling diesel-dtrace v0.4.2
37412025-09-18T23:30:00.408Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
37422025-09-18T23:30:00.625Z Checking bb8 v0.8.5
37432025-09-18T23:30:00.771Z Checking ignore v0.4.23
37442025-09-18T23:30:01.063Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37452025-09-18T23:30:01.087Z Checking predicates-tree v1.0.12
37462025-09-18T23:30:01.271Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
37472025-09-18T23:30:01.377Z Checking rand_seeder v0.4.0
37482025-09-18T23:30:01.442Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37492025-09-18T23:30:01.549Z Checking globwalk v0.9.1
37502025-09-18T23:30:01.604Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37512025-09-18T23:30:01.638Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37522025-09-18T23:30:01.873Z Checking camino-tempfile-ext v0.3.2
37532025-09-18T23:30:01.898Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37542025-09-18T23:30:02.193Z Checking console v0.16.0
37552025-09-18T23:30:02.241Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37562025-09-18T23:30:02.752Z Checking is_ci v1.2.0
37572025-09-18T23:30:02.910Z Checking unit-prefix v0.5.1
37582025-09-18T23:30:02.979Z Checking supports-color v3.0.2
37592025-09-18T23:30:03.136Z Checking indicatif v0.18.0
37602025-09-18T23:30:03.205Z Checking support-bundle-viewer v0.1.2
37612025-09-18T23:30:03.236Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
37622025-09-18T23:30:03.487Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37632025-09-18T23:30:03.601Z Checking multimap v0.10.1
37642025-09-18T23:30:05.140Z Checking diesel v2.2.12
37652025-09-18T23:30:17.940Z Compiling samael v0.0.19
37662025-09-18T23:30:31.932Z Checking async-bb8-diesel v0.2.1
37672025-09-18T23:30:34.226Z Compiling polar-core v0.27.3
37682025-09-18T23:30:43.420Z Checking oso v0.27.3
37692025-09-18T23:31:44.373Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37702025-09-18T23:32:33.977Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37712025-09-18T23:32:47.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s
37722025-09-18T23:32:48.225Z
37732025-09-18T23:32:48.226Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (178/227)
37742025-09-18T23:32:49.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752025-09-18T23:32:49.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762025-09-18T23:32:49.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772025-09-18T23:32:49.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37782025-09-18T23:32:49.429Z
37792025-09-18T23:32:49.429Zinfo: running `cargo check --bins` on nexus-saga-recovery (179/227)
37802025-09-18T23:32:50.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812025-09-18T23:32:50.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822025-09-18T23:32:50.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832025-09-18T23:32:50.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
37842025-09-18T23:32:50.622Z
37852025-09-18T23:32:50.622Zinfo: running `cargo check --bins` on nexus-test-utils-macros (180/227)
37862025-09-18T23:32:51.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872025-09-18T23:32:51.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882025-09-18T23:32:51.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892025-09-18T23:32:51.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
37902025-09-18T23:32:51.717Z
37912025-09-18T23:32:51.717Zinfo: running `cargo check --bins` on omicron-nexus (181/227)
37922025-09-18T23:32:52.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932025-09-18T23:32:52.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942025-09-18T23:32:53.189Z Compiling libz-sys v1.1.20
37952025-09-18T23:32:53.228Z Compiling libgit2-sys v0.17.0+1.8.1
37962025-09-18T23:32:53.264Z Compiling vergen v8.3.2
37972025-09-18T23:32:53.303Z Compiling cargo-platform v0.1.8
37982025-09-18T23:32:53.328Z Compiling fs-err v2.11.0
37992025-09-18T23:32:53.328Z Compiling rustls v0.21.12
38002025-09-18T23:32:53.358Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38012025-09-18T23:32:53.384Z Checking rustls-webpki v0.101.7
38022025-09-18T23:32:53.617Z Compiling cargo_metadata v0.18.1
38032025-09-18T23:32:53.708Z Checking sct v0.7.1
38042025-09-18T23:32:53.778Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38052025-09-18T23:32:53.945Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38062025-09-18T23:32:53.971Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38072025-09-18T23:32:54.153Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38082025-09-18T23:32:54.204Z Checking parse-size v1.1.0
38092025-09-18T23:32:54.344Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
38102025-09-18T23:32:54.379Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38112025-09-18T23:32:54.414Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
38122025-09-18T23:32:54.498Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38132025-09-18T23:32:55.162Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a)
38142025-09-18T23:32:55.426Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
38152025-09-18T23:32:55.566Z Checking rustls-pemfile v1.0.4
38162025-09-18T23:32:55.801Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38172025-09-18T23:32:55.999Z Checking twox-hash v2.1.0
38182025-09-18T23:32:56.118Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
38192025-09-18T23:32:56.185Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38202025-09-18T23:32:56.584Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38212025-09-18T23:32:56.759Z Checking tokio-rustls v0.24.1
38222025-09-18T23:32:57.350Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
38232025-09-18T23:32:57.886Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
38242025-09-18T23:32:57.961Z Checking fatfs v0.3.6
38252025-09-18T23:32:58.052Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23)
38262025-09-18T23:32:58.114Z Checking assert_matches v1.5.0
38272025-09-18T23:33:05.189Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38282025-09-18T23:33:05.215Z Compiling git2 v0.19.0
38292025-09-18T23:33:05.418Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b)
38302025-09-18T23:33:10.756Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5)
38312025-09-18T23:34:48.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
38322025-09-18T23:34:49.162Z
38332025-09-18T23:34:49.162Zinfo: running `cargo check --bins` on nexus-background-task-interface (182/227)
38342025-09-18T23:34:50.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352025-09-18T23:34:50.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362025-09-18T23:34:50.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372025-09-18T23:34:50.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
38382025-09-18T23:34:50.276Z
38392025-09-18T23:34:50.276Zinfo: running `cargo check --bins` on nexus-external-api (183/227)
38402025-09-18T23:34:51.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412025-09-18T23:34:51.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422025-09-18T23:34:51.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432025-09-18T23:34:51.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
38442025-09-18T23:34:51.497Z
38452025-09-18T23:34:51.497Zinfo: running `cargo check --bins` on nexus-internal-api (184/227)
38462025-09-18T23:34:52.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472025-09-18T23:34:52.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482025-09-18T23:34:52.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492025-09-18T23:34:52.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
38502025-09-18T23:34:52.682Z
38512025-09-18T23:34:52.683Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (185/227)
38522025-09-18T23:34:53.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532025-09-18T23:34:53.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542025-09-18T23:34:53.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552025-09-18T23:34:53.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
38562025-09-18T23:34:53.917Z
38572025-09-18T23:34:53.917Zinfo: running `cargo check --bins` on nexus-mgs-updates (186/227)
38582025-09-18T23:34:54.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592025-09-18T23:34:54.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602025-09-18T23:34:54.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612025-09-18T23:34:54.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
38622025-09-18T23:34:55.073Z
38632025-09-18T23:34:55.073Zinfo: running `cargo check --bins` on nexus-networking (187/227)
38642025-09-18T23:34:56.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652025-09-18T23:34:56.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662025-09-18T23:34:56.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672025-09-18T23:34:56.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
38682025-09-18T23:34:56.281Z
38692025-09-18T23:34:56.282Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (188/227)
38702025-09-18T23:34:57.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712025-09-18T23:34:57.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722025-09-18T23:34:57.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732025-09-18T23:34:57.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
38742025-09-18T23:34:57.515Z
38752025-09-18T23:34:57.515Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/227)
38762025-09-18T23:34:58.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772025-09-18T23:34:58.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782025-09-18T23:34:58.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792025-09-18T23:34:58.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
38802025-09-18T23:34:58.701Z
38812025-09-18T23:34:58.701Zinfo: running `cargo check --bins` on update-common (190/227)
38822025-09-18T23:34:59.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832025-09-18T23:34:59.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842025-09-18T23:34:59.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852025-09-18T23:34:59.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
38862025-09-18T23:34:59.843Z
38872025-09-18T23:34:59.843Zinfo: running `cargo check --bins` on omicron-dev (191/227)
38882025-09-18T23:35:01.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892025-09-18T23:35:01.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902025-09-18T23:35:01.532Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38912025-09-18T23:35:01.557Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38922025-09-18T23:35:01.604Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38932025-09-18T23:35:01.630Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38942025-09-18T23:35:01.655Z Checking yansi v1.0.1
38952025-09-18T23:35:01.655Z Checking diff v0.1.13
38962025-09-18T23:35:01.655Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38972025-09-18T23:35:01.703Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38982025-09-18T23:35:02.188Z Checking pretty_assertions v1.4.1
38992025-09-18T23:35:03.360Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
39002025-09-18T23:35:49.619Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39012025-09-18T23:35:49.644Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
39022025-09-18T23:35:49.644Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
39032025-09-18T23:35:49.644Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
39042025-09-18T23:35:49.644Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
39052025-09-18T23:35:49.644Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39062025-09-18T23:35:50.349Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39072025-09-18T23:35:50.829Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
39082025-09-18T23:35:52.710Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
39092025-09-18T23:37:18.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
39102025-09-18T23:37:18.343Z
39112025-09-18T23:37:18.344Zinfo: running `cargo check --bins` on openapi-manager (192/227)
39122025-09-18T23:37:19.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132025-09-18T23:37:19.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142025-09-18T23:37:19.625Z Compiling tabled_derive v0.10.0
39152025-09-18T23:37:19.625Z Checking papergrid v0.14.0
39162025-09-18T23:37:19.650Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39172025-09-18T23:37:19.650Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39182025-09-18T23:37:19.675Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
39192025-09-18T23:37:19.675Z Checking heck v0.4.1
39202025-09-18T23:37:19.708Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39212025-09-18T23:37:19.978Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
39222025-09-18T23:37:20.032Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39232025-09-18T23:37:21.107Z Checking tabled v0.18.0
39242025-09-18T23:37:21.335Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
39252025-09-18T23:37:25.220Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39262025-09-18T23:37:27.593Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
39272025-09-18T23:37:28.790Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
39282025-09-18T23:37:30.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.61s
39292025-09-18T23:37:31.182Z
39302025-09-18T23:37:31.182Zinfo: running `cargo check --bins` on installinator-api (193/227)
39312025-09-18T23:37:32.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322025-09-18T23:37:32.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332025-09-18T23:37:32.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342025-09-18T23:37:32.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
39352025-09-18T23:37:32.304Z
39362025-09-18T23:37:32.304Zinfo: running `cargo check --bins` on ntp-admin-api (194/227)
39372025-09-18T23:37:33.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382025-09-18T23:37:33.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392025-09-18T23:37:33.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402025-09-18T23:37:33.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
39412025-09-18T23:37:33.388Z
39422025-09-18T23:37:33.388Zinfo: running `cargo check --bins` on ntp-admin-types (195/227)
39432025-09-18T23:37:34.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442025-09-18T23:37:34.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452025-09-18T23:37:34.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462025-09-18T23:37:34.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
39472025-09-18T23:37:34.452Z
39482025-09-18T23:37:34.452Zinfo: running `cargo check --bins` on wicketd-api (196/227)
39492025-09-18T23:37:35.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502025-09-18T23:37:35.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512025-09-18T23:37:35.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522025-09-18T23:37:35.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
39532025-09-18T23:37:35.543Z
39542025-09-18T23:37:35.543Zinfo: running `cargo check --bins` on omicron-pins (197/227)
39552025-09-18T23:37:36.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562025-09-18T23:37:36.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572025-09-18T23:37:36.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582025-09-18T23:37:36.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
39592025-09-18T23:37:36.554Z
39602025-09-18T23:37:36.555Zinfo: running `cargo check --bins` on reconfigurator-cli (198/227)
39612025-09-18T23:37:37.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622025-09-18T23:37:37.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632025-09-18T23:37:37.866Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39642025-09-18T23:37:37.891Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39652025-09-18T23:37:37.926Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39662025-09-18T23:37:37.951Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
39672025-09-18T23:37:37.951Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
39682025-09-18T23:37:37.976Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39692025-09-18T23:37:38.022Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39702025-09-18T23:37:38.046Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
39712025-09-18T23:37:38.195Z Compiling petname v2.0.2
39722025-09-18T23:37:38.252Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39732025-09-18T23:37:38.545Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39742025-09-18T23:37:38.619Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39752025-09-18T23:37:38.921Z Checking sync-ptr v0.1.4
39762025-09-18T23:37:38.988Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39772025-09-18T23:37:39.013Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39782025-09-18T23:37:39.150Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39792025-09-18T23:37:39.445Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718)
39802025-09-18T23:37:39.470Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39812025-09-18T23:37:40.801Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39822025-09-18T23:37:43.973Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
39832025-09-18T23:37:43.997Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39842025-09-18T23:37:53.203Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39852025-09-18T23:37:54.462Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39862025-09-18T23:37:56.985Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39872025-09-18T23:38:00.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.28s
39882025-09-18T23:38:01.069Z
39892025-09-18T23:38:01.069Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (199/227)
39902025-09-18T23:38:02.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912025-09-18T23:38:02.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922025-09-18T23:38:02.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932025-09-18T23:38:02.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
39942025-09-18T23:38:02.309Z
39952025-09-18T23:38:02.309Zinfo: running `cargo check --bins` on omicron-repl-utils (200/227)
39962025-09-18T23:38:03.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972025-09-18T23:38:03.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982025-09-18T23:38:03.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992025-09-18T23:38:03.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
40002025-09-18T23:38:03.382Z
40012025-09-18T23:38:03.382Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/227)
40022025-09-18T23:38:04.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032025-09-18T23:38:04.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042025-09-18T23:38:04.691Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
40052025-09-18T23:38:06.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
40062025-09-18T23:38:06.285Z
40072025-09-18T23:38:06.285Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (202/227)
40082025-09-18T23:38:07.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092025-09-18T23:38:07.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102025-09-18T23:38:07.547Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
40112025-09-18T23:38:08.026Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
40122025-09-18T23:38:09.652Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
40132025-09-18T23:38:10.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
40142025-09-18T23:38:10.877Z
40152025-09-18T23:38:10.877Zinfo: running `cargo check --bins` on omicron-releng (203/227)
40162025-09-18T23:38:11.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172025-09-18T23:38:11.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182025-09-18T23:38:12.005Z Compiling blake3 v1.5.4
40192025-09-18T23:38:12.029Z Checking memmap2 v0.9.5
40202025-09-18T23:38:12.029Z Checking constant_time_eq v0.3.1
40212025-09-18T23:38:12.029Z Checking arrayvec v0.7.6
40222025-09-18T23:38:12.029Z Checking arrayref v0.3.9
40232025-09-18T23:38:12.059Z Checking topological-sort v0.2.2
40242025-09-18T23:38:12.059Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
40252025-09-18T23:38:12.084Z Checking shell-words v1.1.0
40262025-09-18T23:38:13.499Z Checking omicron-zone-package v0.12.2
40272025-09-18T23:38:15.148Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
40282025-09-18T23:38:16.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.92s
40292025-09-18T23:38:17.016Z
40302025-09-18T23:38:17.016Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (204/227)
40312025-09-18T23:38:18.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322025-09-18T23:38:18.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332025-09-18T23:38:18.202Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
40342025-09-18T23:38:18.588Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
40352025-09-18T23:38:19.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
40362025-09-18T23:38:19.468Z
40372025-09-18T23:38:19.468Zinfo: running `cargo check --bins` on xtask (205/227)
40382025-09-18T23:38:20.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392025-09-18T23:38:20.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402025-09-18T23:38:20.279Z Checking bitflags v2.9.1
40412025-09-18T23:38:20.279Z Checking serde v1.0.223
40422025-09-18T23:38:20.303Z Checking zerofrom v0.1.4
40432025-09-18T23:38:20.333Z Checking smallvec v1.15.1
40442025-09-18T23:38:20.357Z Checking hashbrown v0.15.4
40452025-09-18T23:38:20.381Z Checking thiserror v1.0.69
40462025-09-18T23:38:20.406Z Checking serde_json v1.0.145
40472025-09-18T23:38:20.406Z Checking scroll v0.12.0
40482025-09-18T23:38:20.545Z Checking yoke v0.7.4
40492025-09-18T23:38:20.569Z Checking num-traits v0.2.19
40502025-09-18T23:38:20.601Z Checking rustix v0.38.37
40512025-09-18T23:38:20.696Z Checking log v0.4.27
40522025-09-18T23:38:20.850Z Checking percent-encoding v2.3.2
40532025-09-18T23:38:20.924Z Checking zerovec v0.10.4
40542025-09-18T23:38:20.974Z Checking pest v2.7.14
40552025-09-18T23:38:21.101Z Checking form_urlencoded v1.2.2
40562025-09-18T23:38:21.277Z Checking indexmap v2.11.0
40572025-09-18T23:38:21.307Z Checking serde_spanned v0.6.9
40582025-09-18T23:38:21.334Z Checking toml_datetime v0.6.11
40592025-09-18T23:38:21.519Z Checking erased-serde v0.4.6
40602025-09-18T23:38:21.543Z Checking terminal_size v0.4.0
40612025-09-18T23:38:21.661Z Checking goblin v0.8.2
40622025-09-18T23:38:21.717Z Checking zerocopy v0.7.35
40632025-09-18T23:38:21.760Z Checking getrandom v0.3.1
40642025-09-18T23:38:21.919Z Checking ordered-float v2.10.1
40652025-09-18T23:38:21.981Z Checking thiserror v2.0.16
40662025-09-18T23:38:22.135Z Checking syn v2.0.106
40672025-09-18T23:38:22.315Z Checking serde-untagged v0.1.7
40682025-09-18T23:38:22.376Z Checking serde-value v0.7.0
40692025-09-18T23:38:22.406Z Checking tinystr v0.7.6
40702025-09-18T23:38:22.431Z Checking icu_collections v1.5.0
40712025-09-18T23:38:22.664Z Checking toml_edit v0.22.27
40722025-09-18T23:38:22.769Z Checking icu_locid v1.5.0
40732025-09-18T23:38:22.797Z Checking rustix v1.0.7
40742025-09-18T23:38:22.822Z Checking semver v1.0.26
40752025-09-18T23:38:23.060Z Checking once_cell v1.21.3
40762025-09-18T23:38:23.104Z Checking dtrace-parser v0.2.0
40772025-09-18T23:38:23.199Z Checking clap_builder v4.5.41
40782025-09-18T23:38:23.375Z Checking cargo-platform v0.2.0
40792025-09-18T23:38:23.523Z Checking textwrap v0.16.2
40802025-09-18T23:38:23.680Z Checking icu_provider v1.5.0
40812025-09-18T23:38:23.705Z Checking fs-err v3.1.1
40822025-09-18T23:38:23.888Z Checking anyhow v1.0.99
40832025-09-18T23:38:24.006Z Checking tabled v0.15.0
40842025-09-18T23:38:24.095Z Checking tempfile v3.20.0
40852025-09-18T23:38:24.249Z Checking macaddr v1.0.1
40862025-09-18T23:38:24.274Z Checking icu_locid_transform v1.5.0
40872025-09-18T23:38:24.452Z Checking camino-tempfile v1.4.1
40882025-09-18T23:38:24.570Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
40892025-09-18T23:38:24.891Z Checking toml v0.8.23
40902025-09-18T23:38:25.145Z Checking icu_properties v1.5.1
40912025-09-18T23:38:25.559Z Checking cargo_toml v0.21.0
40922025-09-18T23:38:25.859Z Checking dof v0.3.0
40932025-09-18T23:38:25.896Z Checking clap v4.5.41
40942025-09-18T23:38:26.411Z Checking usdt-impl v0.5.0
40952025-09-18T23:38:26.899Z Checking usdt v0.5.0
40962025-09-18T23:38:28.094Z Checking icu_normalizer v1.5.0
40972025-09-18T23:38:28.759Z Checking idna_adapter v1.2.0
40982025-09-18T23:38:28.953Z Checking idna v1.0.3
40992025-09-18T23:38:29.388Z Checking url v2.5.4
41002025-09-18T23:38:30.058Z Checking cargo-util-schemas v0.8.2
41012025-09-18T23:38:31.726Z Checking cargo_metadata v0.21.0
41022025-09-18T23:38:33.121Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
41032025-09-18T23:38:34.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
41042025-09-18T23:38:34.257Z
41052025-09-18T23:38:34.257Zinfo: running `cargo check --bins` on end-to-end-tests (206/227)
41062025-09-18T23:38:35.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072025-09-18T23:38:35.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082025-09-18T23:38:35.657Z Checking polyval v0.6.2
41092025-09-18T23:38:35.681Z Checking ctr v0.9.2
41102025-09-18T23:38:35.718Z Checking ssh-encoding v0.2.0
41112025-09-18T23:38:35.742Z Checking blowfish v0.9.1
41122025-09-18T23:38:35.767Z Checking password-hash v0.4.2
41132025-09-18T23:38:35.794Z Checking p256 v0.13.2
41142025-09-18T23:38:35.794Z Checking p521 v0.13.3
41152025-09-18T23:38:35.839Z Checking russh-cryptovec v0.7.3
41162025-09-18T23:38:35.987Z Checking ghash v0.5.1
41172025-09-18T23:38:36.011Z Checking bcrypt-pbkdf v0.10.0
41182025-09-18T23:38:36.037Z Checking md5 v0.7.0
41192025-09-18T23:38:36.088Z Checking num-bigint v0.4.6
41202025-09-18T23:38:36.112Z Checking des v0.8.1
41212025-09-18T23:38:36.195Z Checking aes-gcm v0.10.3
41222025-09-18T23:38:36.220Z Checking pbkdf2 v0.11.0
41232025-09-18T23:38:36.297Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41242025-09-18T23:38:36.323Z Checking hex-literal v0.4.1
41252025-09-18T23:38:36.354Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
41262025-09-18T23:38:36.404Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
41272025-09-18T23:38:36.446Z Checking ssh-cipher v0.2.0
41282025-09-18T23:38:36.492Z Checking internet-checksum v0.2.1
41292025-09-18T23:38:36.776Z Checking ssh-key v0.6.6
41302025-09-18T23:38:36.963Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
41312025-09-18T23:38:38.292Z Checking russh-keys v0.45.0
41322025-09-18T23:38:39.449Z Checking russh v0.45.0
41332025-09-18T23:39:09.837Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
41342025-09-18T23:39:12.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.76s
41352025-09-18T23:39:12.254Z
41362025-09-18T23:39:12.254Zinfo: running `cargo check --bins` on gateway-cli (207/227)
41372025-09-18T23:39:13.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382025-09-18T23:39:13.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392025-09-18T23:39:13.419Z Checking termios v0.3.3
41402025-09-18T23:39:13.633Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
41412025-09-18T23:39:14.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
41422025-09-18T23:39:14.895Z
41432025-09-18T23:39:14.895Zinfo: running `cargo check --bins --no-default-features` on installinator (208/227)
41442025-09-18T23:39:15.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452025-09-18T23:39:16.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462025-09-18T23:39:16.193Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41472025-09-18T23:39:16.193Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
41482025-09-18T23:39:16.218Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41492025-09-18T23:39:17.281Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41502025-09-18T23:39:19.809Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41512025-09-18T23:39:22.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s
41522025-09-18T23:39:22.961Z
41532025-09-18T23:39:22.961Zinfo: running `cargo check --bins` on internal-dns-cli (209/227)
41542025-09-18T23:39:23.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552025-09-18T23:39:23.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562025-09-18T23:39:24.097Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41572025-09-18T23:39:24.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
41582025-09-18T23:39:24.826Z
41592025-09-18T23:39:24.826Zinfo: running `cargo check --bins` on omicron-live-tests (210/227)
41602025-09-18T23:39:25.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612025-09-18T23:39:25.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622025-09-18T23:39:25.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41632025-09-18T23:39:25.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
41642025-09-18T23:39:25.926Z
41652025-09-18T23:39:25.926Zinfo: running `cargo check --bins` on live-tests-macros (211/227)
41662025-09-18T23:39:26.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672025-09-18T23:39:26.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682025-09-18T23:39:26.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41692025-09-18T23:39:26.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
41702025-09-18T23:39:26.992Z
41712025-09-18T23:39:26.992Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/227)
41722025-09-18T23:39:28.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732025-09-18T23:39:28.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742025-09-18T23:39:28.301Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41752025-09-18T23:39:29.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
41762025-09-18T23:39:29.323Z
41772025-09-18T23:39:29.323Zinfo: running `cargo check --bins` on omicron-ntp-admin (213/227)
41782025-09-18T23:39:30.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792025-09-18T23:39:30.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802025-09-18T23:39:30.448Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41812025-09-18T23:39:30.448Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41822025-09-18T23:39:30.771Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41832025-09-18T23:39:32.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
41842025-09-18T23:39:32.350Z
41852025-09-18T23:39:32.350Zinfo: running `cargo check --bins` on omicron-package (214/227)
41862025-09-18T23:39:33.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872025-09-18T23:39:33.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882025-09-18T23:39:33.569Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41892025-09-18T23:39:35.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
41902025-09-18T23:39:35.690Z
41912025-09-18T23:39:35.691Zinfo: running `cargo check --bins --no-default-features` on trust-quorum (215/227)
41922025-09-18T23:39:36.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932025-09-18T23:39:36.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942025-09-18T23:39:36.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952025-09-18T23:39:36.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
41962025-09-18T23:39:36.908Z
41972025-09-18T23:39:36.908Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum (216/227)
41982025-09-18T23:39:37.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992025-09-18T23:39:37.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002025-09-18T23:39:37.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012025-09-18T23:39:37.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
42022025-09-18T23:39:38.073Z
42032025-09-18T23:39:38.073Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum (217/227)
42042025-09-18T23:39:39.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052025-09-18T23:39:39.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062025-09-18T23:39:39.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072025-09-18T23:39:39.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
42082025-09-18T23:39:39.239Z
42092025-09-18T23:39:39.239Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum (218/227)
42102025-09-18T23:39:40.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112025-09-18T23:39:40.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122025-09-18T23:39:40.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132025-09-18T23:39:40.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
42142025-09-18T23:39:40.432Z
42152025-09-18T23:39:40.432Zinfo: running `cargo check --bins --no-default-features` on gfss (219/227)
42162025-09-18T23:39:41.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172025-09-18T23:39:41.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182025-09-18T23:39:41.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192025-09-18T23:39:41.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
42202025-09-18T23:39:41.601Z
42212025-09-18T23:39:41.601Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (220/227)
42222025-09-18T23:39:42.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232025-09-18T23:39:42.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242025-09-18T23:39:42.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252025-09-18T23:39:42.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
42262025-09-18T23:39:42.764Z
42272025-09-18T23:39:42.764Zinfo: running `cargo check --bins` on trust-quorum-test-utils (221/227)
42282025-09-18T23:39:43.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292025-09-18T23:39:43.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302025-09-18T23:39:43.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312025-09-18T23:39:43.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
42322025-09-18T23:39:43.984Z
42332025-09-18T23:39:43.985Zinfo: running `cargo check --bins` on tqdb (222/227)
42342025-09-18T23:39:45.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352025-09-18T23:39:45.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362025-09-18T23:39:45.350Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
42372025-09-18T23:39:45.797Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
42382025-09-18T23:39:48.054Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
42392025-09-18T23:39:49.270Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
42402025-09-18T23:39:50.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s
42412025-09-18T23:39:50.528Z
42422025-09-18T23:39:50.528Zinfo: running `cargo check --bins` on wicket-dbg (223/227)
42432025-09-18T23:39:51.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442025-09-18T23:39:51.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452025-09-18T23:39:51.844Z Checking rtoolbox v0.0.2
42462025-09-18T23:39:51.844Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
42472025-09-18T23:39:51.869Z Checking tui-tree-widget v0.23.1
42482025-09-18T23:39:52.081Z Checking rpassword v7.4.0
42492025-09-18T23:39:58.992Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42502025-09-18T23:40:03.311Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
42512025-09-18T23:40:05.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.59s
42522025-09-18T23:40:05.336Z
42532025-09-18T23:40:05.336Zinfo: running `cargo check --bins` on wicket (224/227)
42542025-09-18T23:40:06.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552025-09-18T23:40:06.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562025-09-18T23:40:06.621Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
42572025-09-18T23:40:07.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42582025-09-18T23:40:07.328Z
42592025-09-18T23:40:07.328Zinfo: running `cargo check --bins` on wicketd (225/227)
42602025-09-18T23:40:08.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612025-09-18T23:40:08.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622025-09-18T23:40:08.654Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
42632025-09-18T23:40:14.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.48s
42642025-09-18T23:40:15.055Z
42652025-09-18T23:40:15.055Zinfo: running `cargo check --bins` on omicron-workspace-hack (226/227)
42662025-09-18T23:40:16.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672025-09-18T23:40:16.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682025-09-18T23:40:16.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692025-09-18T23:40:16.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
42702025-09-18T23:40:16.237Z
42712025-09-18T23:40:16.237Zinfo: running `cargo check --bins` on zone-setup (227/227)
42722025-09-18T23:40:17.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732025-09-18T23:40:17.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742025-09-18T23:40:17.578Z Checking uzers v0.12.1
42752025-09-18T23:40:17.966Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
42762025-09-18T23:40:19.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
42772025-09-18T23:40:19.688Z
42782025-09-18T23:40:19.688Zreal 22:45.358915849
42792025-09-18T23:40:19.688Zuser 37:47.172095945
42802025-09-18T23:40:19.688Zsys 6:53.662883446
42812025-09-18T23:40:19.688Ztrap 1.024450273
42822025-09-18T23:40:19.688Ztflt 0.376718215
42832025-09-18T23:40:19.688Zdflt 1.715481539
42842025-09-18T23:40:19.688Zkflt 0.000889951
42852025-09-18T23:40:19.688Zlock 1:37:32.940150355
42862025-09-18T23:40:19.688Zslp 3:22:42.456556694
42872025-09-18T23:40:19.688Zlat 1:39.924316777
42882025-09-18T23:40:19.689Zstop 5:02.288567231
42892025-09-18T23:40:19.713Zprocess exited: duration 1716111 ms, exit code 0
 
42902025-09-18T23:40:19.764Zfound 0 output files