01K1KNV0ZPAAPKRGG52ZZ6H35N: 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: 01K1KNVH3X3TT2VN0ZRKANDB2F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-08-01T20:41:51.299Zjob assigned to worker 01K1KNVRVJF9A2GQ5V9SRWWNQ3 [factory aws, i-00905ee16c27437a5] (queued for 56 s)
 
22025-08-01T20:41:59.626Zstarting task 0: "setup"
32025-08-01T20:41:59.631Z++ uname -s
42025-08-01T20:41:59.635Z+ kern=SunOS
52025-08-01T20:41:59.635Z+ build_user=build
62025-08-01T20:41:59.635Z+ build_uid=12345
72025-08-01T20:41:59.635Z+ work_dir=/work
82025-08-01T20:41:59.635Z+ input_dir=/input
92025-08-01T20:41:59.635Z+ [[ 0 == 12345 ]]
102025-08-01T20:41:59.635Z+ case "$kern" in
112025-08-01T20:41:59.635Z+ groupadd -g 12345 build
122025-08-01T20:41:59.638Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-08-01T20:42:01.645Z+ zfs create -o mountpoint=/work rpool/work
142025-08-01T20:42:01.769Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-08-01T20:42:01.773Z+ home_fs=zfs
162025-08-01T20:42:01.773Z+ [[ zfs == autofs ]]
172025-08-01T20:42:01.773Z+ mkdir -p /home/build
182025-08-01T20:42:01.776Z+ chown build:build /home/build /work
192025-08-01T20:42:03.775Z+ chmod 0700 /home/build /work
202025-08-01T20:42:03.779Zprocess exited: duration 4156 ms, exit code 0
 
212025-08-01T20:42:03.787Zstarting task 1: "rust-toolchain"
222025-08-01T20:42:03.792Z+ printf ' * rust toolchain channel = "%s"\n' 1.88.0
232025-08-01T20:42:03.792Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-08-01T20:42:03.792Z * rust toolchain channel = "1.88.0"
252025-08-01T20:42:03.792Z * rust toolchain profile = "default"
262025-08-01T20:42:03.792Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-08-01T20:42:03.792Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-08-01T20:42:03.797Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-08-01T20:42:03.797Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default
302025-08-01T20:42:03.911Zinfo: downloading installer
312025-08-01T20:42:05.456Zwarn: It looks like you have an existing installation of Rust at:
322025-08-01T20:42:05.456Zwarn: /opt/ooce/bin
332025-08-01T20:42:05.456Zwarn: It is recommended that rustup be the primary Rust installation.
342025-08-01T20:42:05.456Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-08-01T20:42:05.457Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-08-01T20:42:05.457Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-08-01T20:42:05.457Zwarn: or pass `-y' to ignore all ignorable checks.
382025-08-01T20:42:05.457Zerror: cannot install while Rust is installed
392025-08-01T20:42:05.457Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-08-01T20:42:05.474Zinfo: profile set to 'default'
412025-08-01T20:42:05.474Zinfo: default host triple is x86_64-unknown-illumos
422025-08-01T20:42:05.478Zinfo: syncing channel updates for '1.88.0-x86_64-unknown-illumos'
432025-08-01T20:42:05.636Zinfo: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23)
442025-08-01T20:42:05.636Zinfo: downloading component 'cargo'
452025-08-01T20:42:06.502Zinfo: downloading component 'clippy'
462025-08-01T20:42:06.859Zinfo: downloading component 'rust-docs'
472025-08-01T20:42:08.419Zinfo: downloading component 'rust-std'
482025-08-01T20:42:10.017Zinfo: downloading component 'rustc'
492025-08-01T20:42:17.893Zinfo: downloading component 'rustfmt'
502025-08-01T20:42:18.145Zinfo: installing component 'cargo'
512025-08-01T20:42:19.027Zinfo: installing component 'clippy'
522025-08-01T20:42:19.419Zinfo: installing component 'rust-docs'
532025-08-01T20:42:21.298Zinfo: installing component 'rust-std'
542025-08-01T20:42:22.998Zinfo: installing component 'rustc'
552025-08-01T20:42:29.589Zinfo: installing component 'rustfmt'
562025-08-01T20:42:29.922Zinfo: default toolchain set to '1.88.0-x86_64-unknown-illumos'
572025-08-01T20:42:29.922Z
582025-08-01T20:42:30.348Z 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23)
592025-08-01T20:42:30.348Z
602025-08-01T20:42:30.351Z
612025-08-01T20:42:30.351ZRust is installed now. Great!
622025-08-01T20:42:30.351Z
632025-08-01T20:42:30.351ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-08-01T20:42:30.351Zenvironment variable. This has not been done automatically.
652025-08-01T20:42:30.351Z
662025-08-01T20:42:30.351ZTo configure your current shell, you need to source
672025-08-01T20:42:30.351Zthe corresponding env file under $HOME/.cargo.
682025-08-01T20:42:30.351Z
692025-08-01T20:42:30.351ZThis is usually done by running one of the following (note the leading DOT):
702025-08-01T20:42:30.352Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-08-01T20:42:30.352Zsource "$HOME/.cargo/env.fish" # For fish
722025-08-01T20:42:30.352Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-08-01T20:42:30.436Z+ rustup --version
742025-08-01T20:42:30.447Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-08-01T20:42:30.450Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-08-01T20:42:30.525Zinfo: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)`
772025-08-01T20:42:30.529Z+ cargo --version
782025-08-01T20:42:30.590Zcargo 1.88.0 (873a06493 2025-05-10)
792025-08-01T20:42:30.594Z+ rustc --version
802025-08-01T20:42:30.701Zrustc 1.88.0 (6b00bc388 2025-06-23)
812025-08-01T20:42:30.707Zprocess exited: duration 26936 ms, exit code 0
 
822025-08-01T20:42:30.715Zstarting task 2: "authentication"
832025-08-01T20:42:30.745Zprocess exited: duration 30 ms, exit code 0
 
842025-08-01T20:42:30.756Zstarting task 3: "clone repository"
852025-08-01T20:42:30.759Z+ mkdir -p /work/oxidecomputer/omicron
862025-08-01T20:42:30.763Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-08-01T20:42:30.798ZCloning into '/work/oxidecomputer/omicron'...
882025-08-01T20:42:47.425Z+ cd /work/oxidecomputer/omicron
892025-08-01T20:42:47.426Z+ git fetch origin 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79
902025-08-01T20:42:47.750ZFrom https://github.com/oxidecomputer/omicron
912025-08-01T20:42:47.750Z * branch 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79 -> FETCH_HEAD
922025-08-01T20:42:47.761Z+ [[ -n eliza/bundle-snarf-ereports ]]
932025-08-01T20:42:47.765Z++ git branch --show-current
942025-08-01T20:42:47.765Z+ current=main
952025-08-01T20:42:47.768Z+ [[ main != eliza/bundle-snarf-ereports ]]
962025-08-01T20:42:47.768Z+ git branch -f eliza/bundle-snarf-ereports 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79
972025-08-01T20:42:47.772Z+ git checkout -f eliza/bundle-snarf-ereports
982025-08-01T20:42:48.005ZSwitched to branch 'eliza/bundle-snarf-ereports'
992025-08-01T20:42:48.008Z+ git reset --hard 23f1d3cfc1a2b5b5200ea3b4eb875cc79ee03d79
1002025-08-01T20:42:48.044ZHEAD is now at 23f1d3cfc sanitize serial number strings in ereport paths
1012025-08-01T20:42:48.048Zprocess exited: duration 17302 ms, exit code 0
 
1022025-08-01T20:42:48.055Zstarting task 4: "build"
1032025-08-01T20:42:48.060Z+ source .github/buildomat/ci-env.sh
1042025-08-01T20:42:48.060Z++ export CARGO_TERM_COLOR=always
1052025-08-01T20:42:48.060Z++ CARGO_TERM_COLOR=always
1062025-08-01T20:42:48.063Z+ cargo --version
1072025-08-01T20:42:48.115Zcargo 1.88.0 (873a06493 2025-05-10)
1082025-08-01T20:42:48.118Z+ rustc --version
1092025-08-01T20:42:48.187Zrustc 1.88.0 (6b00bc388 2025-06-23)
1102025-08-01T20:42:48.190Z+ source ./env.sh
1112025-08-01T20:42:48.190Z++ OLD_SHELL_OPTS=ehxB
1122025-08-01T20:42:48.190Z++ set -o xtrace
1132025-08-01T20:42:48.194Z++++ dirname ./env.sh
1142025-08-01T20:42:48.197Z+++ readlink -f .
1152025-08-01T20:42:48.197Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-08-01T20:42:48.197Z++ 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-08-01T20:42:48.198Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-08-01T20:42:48.198Z++ 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-08-01T20:42:48.198Z++ 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-08-01T20:42:48.198Z++ 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-08-01T20:42:48.198Z++ 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-08-01T20:42:48.198Z++ 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-08-01T20:42:48.198Z++ 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-08-01T20:42:48.198Z++ case $OLD_SHELL_OPTS in
1252025-08-01T20:42:48.198Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-08-01T20:42:48.198Z+ 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-08-01T20:42:48.198Z+ 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-08-01T20:42:48.198Z+ banner prerequisites
1292025-08-01T20:42:48.202Z
1302025-08-01T20:42:48.202Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-08-01T20:42:48.202Z # # # # # # # # # # # # # # #
1322025-08-01T20:42:48.202Z # # # # ##### # # ##### # # # # # #### #
1332025-08-01T20:42:48.202Z ##### ##### # ##### # # # # # # # # #
1342025-08-01T20:42:48.202Z # # # # # # # # # # # # # # #
1352025-08-01T20:42:48.202Z # # # ###### # # ###### ### # #### # #### #
1362025-08-01T20:42:48.202Z
1372025-08-01T20:42:48.202Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-08-01T20:42:58.745Z Startup: Refreshing catalog 'helios-dev' ... Done
1392025-08-01T20:43:06.104Z Startup: Caching catalogs ... Done
1402025-08-01T20:43:11.656ZPlanning: Solver setup ... Done (4.246s)
1412025-08-01T20:43:11.695ZPlanning: Running solver ... Done (0.039s)
1422025-08-01T20:43:11.787ZPlanning: Finding local manifests ... Done (0.003s)
1432025-08-01T20:43:11.800ZPlanning: Fetching manifests: 0/4 0% complete
1442025-08-01T20:43:11.937ZPlanning: Fetching manifests: 4/4 100% complete
1452025-08-01T20:43:11.985ZPlanning: Package planning ... Done (0.048s)
1462025-08-01T20:43:12.034ZPlanning: Merging actions ... Done (0.049s)
1472025-08-01T20:43:12.318ZPlanning: Checking for conflicting actions ... Done (0.284s)
1482025-08-01T20:43:12.330ZPlanning: Consolidating action changes ... Done (0.011s)
1492025-08-01T20:43:13.354ZPlanning: Evaluating mediators ... Done (1.025s)
1502025-08-01T20:43:13.364ZPlanning: Planning completed in 7.14 seconds
1512025-08-01T20:43:13.380Z Packages to install: 4
1522025-08-01T20:43:13.380Z Mediators to change: 2
1532025-08-01T20:43:13.384Z Services to change: 1
1542025-08-01T20:43:13.384Z Estimated space available: 155.51 GB
1552025-08-01T20:43:13.384ZEstimated space to be consumed: 1.71 GB
1562025-08-01T20:43:13.384Z Create boot environment: No
1572025-08-01T20:43:13.384ZCreate backup boot environment: No
1582025-08-01T20:43:13.384Z Rebuild boot archive: No
1592025-08-01T20:43:13.384Z
1602025-08-01T20:43:13.384ZChanged mediators:
1612025-08-01T20:43:13.384Z mediator clang:
1622025-08-01T20:43:13.384Z version: None -> 15 (system default)
1632025-08-01T20:43:13.384Z
1642025-08-01T20:43:13.384Z mediator llvm:
1652025-08-01T20:43:13.384Z version: 14 (system default) -> 15 (system default)
1662025-08-01T20:43:13.384Z
1672025-08-01T20:43:13.384ZChanged packages:
1682025-08-01T20:43:13.384Zhelios-dev
1692025-08-01T20:43:13.384Z developer/build-essential
1702025-08-01T20:43:13.384Z None -> 11-2.0
1712025-08-01T20:43:13.384Z library/libxmlsec1
1722025-08-01T20:43:13.384Z None -> 1.2.35-2.0
1732025-08-01T20:43:13.384Z ooce/developer/clang-15
1742025-08-01T20:43:13.384Z None -> 15.0.7-2.0
1752025-08-01T20:43:13.384Z ooce/developer/llvm-15
1762025-08-01T20:43:13.384Z None -> 15.0.7-2.0
1772025-08-01T20:43:13.384Z
1782025-08-01T20:43:13.384ZServices:
1792025-08-01T20:43:13.384Z restart_fmri:
1802025-08-01T20:43:13.384Z svc:/system/update-man-index:default
1812025-08-01T20:43:13.436Z
1822025-08-01T20:43:13.437ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1832025-08-01T20:43:18.437ZDownload: 1742/3290 items 118.1/212.6MB 55% complete (24.0M/s)
1842025-08-01T20:43:23.438ZDownload: 2835/3290 items 121.1/212.6MB 56% complete (12.2M/s)
1852025-08-01T20:43:28.549ZDownload: 3282/3290 items 209.2/212.6MB 98% complete (12.5M/s)
1862025-08-01T20:43:28.596ZDownload: Completed 212.60 MB in 15.17 seconds (14.0M/s)
1872025-08-01T20:43:28.788Z Actions: 1/3689 actions (Installing new actions)
1882025-08-01T20:43:33.355Z Actions: Completed 3689 actions in 4.57 seconds.
1892025-08-01T20:43:33.958Z Done (0.598s)
1902025-08-01T20:43:33.958Z Done (0.000s)
1912025-08-01T20:43:34.819Z Done (0.861s)
1922025-08-01T20:43:39.290Z Done (4.152s)
1932025-08-01T20:43:39.376Z Done (0.019s)
1942025-08-01T20:43:39.380Z Done (0.000s)
1952025-08-01T20:43:39.547Z Done (0.000s)
1962025-08-01T20:43:40.400ZPlanning: Evaluating mediator changes ... Done
1972025-08-01T20:43:40.562ZPlanning: Checking for conflicting actions ... Done
1982025-08-01T20:43:40.568ZPlanning: Consolidating action changes ... Done
1992025-08-01T20:43:40.836ZPlanning: Evaluating mediators ... Done
2002025-08-01T20:43:40.841ZPlanning: Planning completed in 0.44 seconds
2012025-08-01T20:43:40.869Z Mediators to change: 2
2022025-08-01T20:43:40.869Z Create boot environment: No
2032025-08-01T20:43:40.876ZCreate backup boot environment: No
2042025-08-01T20:43:41.007Z Done
2052025-08-01T20:43:41.007Z Done
2062025-08-01T20:43:41.610Z Done
2072025-08-01T20:43:45.233Z Done
2082025-08-01T20:43:45.317Z Done
2092025-08-01T20:43:45.325Z Done
2102025-08-01T20:43:45.476Z Done
2112025-08-01T20:43:46.096ZPlanning: Evaluating mediator changes ... Done
2122025-08-01T20:43:46.100ZPlanning: Merging actions ... Done
2132025-08-01T20:43:46.285ZPlanning: Checking for conflicting actions ... Done
2142025-08-01T20:43:46.290ZPlanning: Consolidating action changes ... Done
2152025-08-01T20:43:46.552ZPlanning: Evaluating mediators ... Done
2162025-08-01T20:43:46.610ZPlanning: Planning completed in 0.76 seconds
2172025-08-01T20:43:46.642Z Packages to change: 1
2182025-08-01T20:43:46.643Z Mediators to change: 1
2192025-08-01T20:43:46.650Z Services to change: 1
2202025-08-01T20:43:46.650Z Create boot environment: No
2212025-08-01T20:43:46.650ZCreate backup boot environment: Yes
2222025-08-01T20:43:49.116Z Actions: 1/6 actions (Updating modified actions)
2232025-08-01T20:43:49.137Z Actions: Completed 6 actions in 0.00 seconds.
2242025-08-01T20:43:49.137Z Done
2252025-08-01T20:43:49.137Z Done
2262025-08-01T20:43:49.298Z Done
2272025-08-01T20:43:52.962Z Done
2282025-08-01T20:43:53.053Z Done
2292025-08-01T20:43:53.086Z Done
2302025-08-01T20:43:53.200Z Done
2312025-08-01T20:43:53.643ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-08-01T20:43:53.643Zclang system 15 system
2332025-08-01T20:43:53.644Zcsh system system illumos
2342025-08-01T20:43:53.644Zctags system system illumos
2352025-08-01T20:43:53.644Zfile system system illumos
2362025-08-01T20:43:53.644Zgcc vendor 12 vendor
2372025-08-01T20:43:53.644Zgcc system 10 system
2382025-08-01T20:43:53.644Zgcc system 7 system
2392025-08-01T20:43:53.644Zgo system 1.20 system
2402025-08-01T20:43:53.644Zgo system 1.19 system
2412025-08-01T20:43:53.644Zllvm system 15 system
2422025-08-01T20:43:53.644Zllvm system 14 system
2432025-08-01T20:43:53.644Zmariadb system 10.6 system
2442025-08-01T20:43:53.650Zmta vendor vendor dma
2452025-08-01T20:43:53.651Zopenjdk system 17 system
2462025-08-01T20:43:53.651Zopenjdk system 11 system
2472025-08-01T20:43:53.651Zopenjdk system 1.8 system
2482025-08-01T20:43:53.651Zopenssl vendor 3 vendor
2492025-08-01T20:43:53.651Zperl system 5.36 system
2502025-08-01T20:43:53.651Zpostgresql system 15 system
2512025-08-01T20:43:53.651Zpostgresql system 13 system
2522025-08-01T20:43:53.651Zpython vendor 3 vendor
2532025-08-01T20:43:53.652Zpython system 2 system
2542025-08-01T20:43:53.652Zpython3 system 3.11 system
2552025-08-01T20:43:53.652Zruby system 3.0 system
2562025-08-01T20:43:53.652Zwords vendor vendor american-english
2572025-08-01T20:43:53.652Zwords system system australian-english
2582025-08-01T20:43:53.652Zwords system system british-english
2592025-08-01T20:43:53.652Zwords system system canadian-english
2602025-08-01T20:43:53.652Zwords system system french
2612025-08-01T20:43:53.653Zwords system system italian
2622025-08-01T20:43:53.653Zwords system system ngerman
2632025-08-01T20:43:53.653Zwords system system ogerman
2642025-08-01T20:43:53.653Zwords system system spanish
2652025-08-01T20:43:53.985ZPUBLISHER TYPE STATUS P LOCATION
2662025-08-01T20:43:53.985Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-08-01T20:43:58.700ZFMRI IFO
2682025-08-01T20:43:58.700Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-08-01T20:43:58.700Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-08-01T20:43:58.700Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-08-01T20:43:58.700Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-08-01T20:43:58.700Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-08-01T20:43:58.700Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2742025-08-01T20:43:58.700Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-08-01T20:43:58.700Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762025-08-01T20:43:58.700Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-08-01T20:43:58.700Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-08-01T20:43:58.700Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792025-08-01T20:43:58.700Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-08-01T20:43:58.700Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-08-01T20:43:58.700Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822025-08-01T20:43:58.700Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-08-01T20:43:58.700Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-08-01T20:43:59.725Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-08-01T20:44:00.027Z Updating crates.io index
2862025-08-01T20:44:00.031Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872025-08-01T20:44:00.377Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-08-01T20:44:00.981Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892025-08-01T20:44:01.233Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2902025-08-01T20:44:01.503Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912025-08-01T20:44:01.810Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-08-01T20:44:02.980Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-08-01T20:44:04.890Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-08-01T20:44:05.845Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-08-01T20:44:06.558Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962025-08-01T20:44:06.822Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972025-08-01T20:44:07.101Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982025-08-01T20:44:07.851Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992025-08-01T20:44:08.147Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3002025-08-01T20:44:08.495Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3012025-08-01T20:44:09.000Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022025-08-01T20:44:09.322Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-08-01T20:44:09.597Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-08-01T20:44:09.823Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-08-01T20:44:10.056Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-08-01T20:44:10.339Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072025-08-01T20:44:10.673Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082025-08-01T20:44:10.985Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092025-08-01T20:44:11.347Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102025-08-01T20:44:11.813Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3112025-08-01T20:44:12.196Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122025-08-01T20:44:12.455Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132025-08-01T20:44:12.799Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-08-01T20:44:13.269Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152025-08-01T20:44:13.505Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162025-08-01T20:44:13.777Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172025-08-01T20:44:14.053Z Updating git repository `https://github.com/oxidecomputer/omicron`
3182025-08-01T20:44:22.624Z Updating git repository `https://github.com/illumos/smf-rs`
3192025-08-01T20:44:23.973Z Downloading crates ...
3202025-08-01T20:44:24.029Z Downloaded block-buffer v0.10.4
3212025-08-01T20:44:24.037Z Downloaded anstream v0.6.18
3222025-08-01T20:44:24.040Z Downloaded bytecount v0.6.8
3232025-08-01T20:44:24.044Z Downloaded byteorder v1.5.0
3242025-08-01T20:44:24.047Z Downloaded anstyle v1.0.11
3252025-08-01T20:44:24.055Z Downloaded erased-serde v0.4.6
3262025-08-01T20:44:24.058Z Downloaded thiserror v2.0.12
3272025-08-01T20:44:24.063Z Downloaded terminal_size v0.4.0
3282025-08-01T20:44:24.067Z Downloaded zerofrom v0.1.4
3292025-08-01T20:44:24.067Z Downloaded utf16_iter v1.0.5
3302025-08-01T20:44:24.070Z Downloaded thread-id v4.2.2
3312025-08-01T20:44:24.070Z Downloaded typenum v1.17.0
3322025-08-01T20:44:24.074Z Downloaded writeable v0.5.5
3332025-08-01T20:44:24.077Z Downloaded thiserror-impl v1.0.69
3342025-08-01T20:44:24.077Z Downloaded usdt-attr-macro v0.5.0
3352025-08-01T20:44:24.080Z Downloaded write16 v1.0.0
3362025-08-01T20:44:24.080Z Downloaded generic-array v0.14.7
3372025-08-01T20:44:24.080Z Downloaded fs-err v3.1.1
3382025-08-01T20:44:24.084Z Downloaded equivalent v1.0.2
3392025-08-01T20:44:24.087Z Downloaded toml_write v0.1.2
3402025-08-01T20:44:24.087Z Downloaded anstyle-query v1.1.1
3412025-08-01T20:44:24.087Z Downloaded colorchoice v1.0.2
3422025-08-01T20:44:24.091Z Downloaded yoke-derive v0.7.4
3432025-08-01T20:44:24.091Z Downloaded dof v0.3.0
3442025-08-01T20:44:24.094Z Downloaded thiserror v1.0.69
3452025-08-01T20:44:24.098Z Downloaded zerovec-derive v0.10.3
3462025-08-01T20:44:24.102Z Downloaded usdt-impl v0.5.0
3472025-08-01T20:44:24.102Z Downloaded unicode-xid v0.2.6
3482025-08-01T20:44:24.105Z Downloaded usdt-macro v0.5.0
3492025-08-01T20:44:24.105Z Downloaded unicode-linebreak v0.1.5
3502025-08-01T20:44:24.105Z Downloaded toml_datetime v0.6.11
3512025-08-01T20:44:24.108Z Downloaded zerocopy-derive v0.7.35
3522025-08-01T20:44:24.112Z Downloaded zerofrom-derive v0.1.4
3532025-08-01T20:44:24.112Z Downloaded toml v0.8.23
3542025-08-01T20:44:24.115Z Downloaded textwrap v0.16.2
3552025-08-01T20:44:24.119Z Downloaded yoke v0.7.4
3562025-08-01T20:44:24.122Z Downloaded unicode-ident v1.0.18
3572025-08-01T20:44:24.127Z Downloaded ucd-trie v0.1.7
3582025-08-01T20:44:24.130Z Downloaded version_check v0.9.5
3592025-08-01T20:44:24.130Z Downloaded url v2.5.4
3602025-08-01T20:44:24.134Z Downloaded toml_edit v0.22.27
3612025-08-01T20:44:24.137Z Downloaded scroll_derive v0.12.0
3622025-08-01T20:44:24.137Z Downloaded fnv v1.0.7
3632025-08-01T20:44:24.141Z Downloaded fastrand v2.1.1
3642025-08-01T20:44:24.141Z Downloaded pretty-hex v0.4.1
3652025-08-01T20:44:24.141Z Downloaded cargo_toml v0.21.0
3662025-08-01T20:44:24.145Z Downloaded icu_provider_macros v1.5.0
3672025-08-01T20:44:24.145Z Downloaded cargo_metadata v0.21.0
3682025-08-01T20:44:24.145Z Downloaded zerovec v0.10.4
3692025-08-01T20:44:24.151Z Downloaded macaddr v1.0.1
3702025-08-01T20:44:24.154Z Downloaded zerocopy v0.7.35
3712025-08-01T20:44:24.168Z Downloaded serde-untagged v0.1.7
3722025-08-01T20:44:24.171Z Downloaded winnow v0.7.10
3732025-08-01T20:44:24.180Z Downloaded heck v0.4.1
3742025-08-01T20:44:24.183Z Downloaded unicode-width v0.1.14
3752025-08-01T20:44:24.186Z Downloaded pest_generator v2.7.14
3762025-08-01T20:44:24.186Z Downloaded ordered-float v2.10.1
3772025-08-01T20:44:24.190Z Downloaded unicode-width v0.2.0
3782025-08-01T20:44:24.193Z Downloaded serde_spanned v0.6.9
3792025-08-01T20:44:24.193Z Downloaded serde-value v0.7.0
3802025-08-01T20:44:24.196Z Downloaded synstructure v0.13.1
3812025-08-01T20:44:24.196Z Downloaded clap_builder v4.5.41
3822025-08-01T20:44:24.204Z Downloaded strsim v0.11.1
3832025-08-01T20:44:24.207Z Downloaded displaydoc v0.2.5
3842025-08-01T20:44:24.211Z Downloaded proc-macro-error-attr v1.0.4
3852025-08-01T20:44:24.214Z Downloaded swrite v0.1.0
3862025-08-01T20:44:24.218Z Downloaded stable_deref_trait v1.2.0
3872025-08-01T20:44:24.218Z Downloaded smawk v0.3.2
3882025-08-01T20:44:24.222Z Downloaded serde_tokenstream v0.2.2
3892025-08-01T20:44:24.226Z Downloaded semver v1.0.26
3902025-08-01T20:44:24.230Z Downloaded camino-tempfile v1.4.1
3912025-08-01T20:44:24.230Z Downloaded icu_locid_transform v1.5.0
3922025-08-01T20:44:24.234Z Downloaded scroll v0.12.0
3932025-08-01T20:44:24.237Z Downloaded litemap v0.7.3
3942025-08-01T20:44:24.241Z Downloaded smallvec v1.15.1
3952025-08-01T20:44:24.244Z Downloaded quote v1.0.40
3962025-08-01T20:44:24.249Z Downloaded sha2 v0.10.9
3972025-08-01T20:44:24.254Z Downloaded ryu v1.0.18
3982025-08-01T20:44:24.260Z Downloaded num-traits v0.2.19
3992025-08-01T20:44:24.264Z Downloaded icu_normalizer_data v1.5.0
4002025-08-01T20:44:24.268Z Downloaded icu_locid_transform_data v1.5.0
4012025-08-01T20:44:24.268Z Downloaded log v0.4.27
4022025-08-01T20:44:24.271Z Downloaded anyhow v1.0.98
4032025-08-01T20:44:24.275Z Downloaded tempfile v3.20.0
4042025-08-01T20:44:24.278Z Downloaded icu_locid v1.5.0
4052025-08-01T20:44:24.282Z Downloaded serde_derive v1.0.219
4062025-08-01T20:44:24.285Z Downloaded pest_meta v2.7.14
4072025-08-01T20:44:24.285Z Downloaded icu_properties v1.5.1
4082025-08-01T20:44:24.288Z Downloaded icu_provider v1.5.0
4092025-08-01T20:44:24.292Z Downloaded papergrid v0.11.0
4102025-08-01T20:44:24.295Z Downloaded proc-macro2 v1.0.95
4112025-08-01T20:44:24.299Z Downloaded pest_derive v2.7.14
4122025-08-01T20:44:24.299Z Downloaded serde v1.0.219
4132025-08-01T20:44:24.303Z Downloaded icu_collections v1.5.0
4142025-08-01T20:44:24.307Z Downloaded memchr v2.7.4
4152025-08-01T20:44:24.311Z Downloaded itoa v1.0.11
4162025-08-01T20:44:24.314Z Downloaded clap_derive v4.5.41
4172025-08-01T20:44:24.318Z Downloaded plain v0.2.3
4182025-08-01T20:44:24.318Z Downloaded autocfg v1.4.0
4192025-08-01T20:44:24.318Z Downloaded proc-macro-error v1.0.4
4202025-08-01T20:44:24.322Z Downloaded percent-encoding v2.3.1
4212025-08-01T20:44:24.322Z Downloaded is_terminal_polyfill v1.70.1
4222025-08-01T20:44:24.326Z Downloaded indexmap v2.10.0
4232025-08-01T20:44:24.326Z Downloaded heck v0.5.0
4242025-08-01T20:44:24.330Z Downloaded memmap v0.7.0
4252025-08-01T20:44:24.330Z Downloaded once_cell v1.21.3
4262025-08-01T20:44:24.333Z Downloaded form_urlencoded v1.2.1
4272025-08-01T20:44:24.333Z Downloaded idna v1.0.3
4282025-08-01T20:44:24.337Z Downloaded crypto-common v0.1.6
4292025-08-01T20:44:24.337Z Downloaded cpufeatures v0.2.14
4302025-08-01T20:44:24.337Z Downloaded clap_lex v0.7.4
4312025-08-01T20:44:24.340Z Downloaded cfg-if v1.0.1
4322025-08-01T20:44:24.340Z Downloaded idna_adapter v1.2.0
4332025-08-01T20:44:24.340Z Downloaded cargo-util-schemas v0.8.2
4342025-08-01T20:44:24.344Z Downloaded anstyle-parse v0.2.5
4352025-08-01T20:44:24.344Z Downloaded usdt v0.5.0
4362025-08-01T20:44:24.347Z Downloaded tinystr v0.7.6
4372025-08-01T20:44:24.347Z Downloaded camino v1.1.10
4382025-08-01T20:44:24.351Z Downloaded serde_json v1.0.141
4392025-08-01T20:44:24.354Z Downloaded goblin v0.8.2
4402025-08-01T20:44:24.359Z Downloaded pest v2.7.14
4412025-08-01T20:44:24.364Z Downloaded utf8parse v0.2.2
4422025-08-01T20:44:24.367Z Downloaded utf8_iter v1.0.4
4432025-08-01T20:44:24.367Z Downloaded icu_normalizer v1.5.0
4442025-08-01T20:44:24.373Z Downloaded hashbrown v0.15.4
4452025-08-01T20:44:24.379Z Downloaded tabled v0.15.0
4462025-08-01T20:44:24.387Z Downloaded dtrace-parser v0.2.0
4472025-08-01T20:44:24.391Z Downloaded icu_properties_data v1.5.0
4482025-08-01T20:44:24.398Z Downloaded bitflags v2.9.1
4492025-08-01T20:44:24.401Z Downloaded errno v0.3.12
4502025-08-01T20:44:24.405Z Downloaded clap v4.5.41
4512025-08-01T20:44:24.411Z Downloaded syn v2.0.104
4522025-08-01T20:44:24.420Z Downloaded syn v1.0.109
4532025-08-01T20:44:24.429Z Downloaded digest v0.10.7
4542025-08-01T20:44:24.432Z Downloaded typeid v1.0.3
4552025-08-01T20:44:24.432Z Downloaded rustix v0.38.37
4562025-08-01T20:44:24.450Z Downloaded thiserror-impl v2.0.12
4572025-08-01T20:44:24.454Z Downloaded tabled_derive v0.7.0
4582025-08-01T20:44:24.454Z Downloaded getrandom v0.3.1
4592025-08-01T20:44:24.457Z Downloaded cargo-platform v0.2.0
4602025-08-01T20:44:24.461Z Downloaded rustix v1.0.7
4612025-08-01T20:44:24.490Z Downloaded libc v0.2.174
4622025-08-01T20:44:24.569Z Compiling proc-macro2 v1.0.95
4632025-08-01T20:44:24.569Z Compiling unicode-ident v1.0.18
4642025-08-01T20:44:24.569Z Compiling serde v1.0.219
4652025-08-01T20:44:24.569Z Compiling version_check v0.9.5
4662025-08-01T20:44:24.572Z Compiling libc v0.2.174
4672025-08-01T20:44:24.573Z Compiling memchr v2.7.4
4682025-08-01T20:44:24.573Z Compiling stable_deref_trait v1.2.0
4692025-08-01T20:44:24.573Z Compiling thiserror v1.0.69
4702025-08-01T20:44:25.022Z Compiling itoa v1.0.11
4712025-08-01T20:44:25.047Z Compiling ryu v1.0.18
4722025-08-01T20:44:25.288Z Compiling writeable v0.5.5
4732025-08-01T20:44:25.386Z Compiling autocfg v1.4.0
4742025-08-01T20:44:25.509Z Compiling ucd-trie v0.1.7
4752025-08-01T20:44:25.535Z Compiling litemap v0.7.3
4762025-08-01T20:44:25.760Z Compiling once_cell v1.21.3
4772025-08-01T20:44:25.942Z Compiling bitflags v2.9.1
4782025-08-01T20:44:26.006Z Compiling byteorder v1.5.0
4792025-08-01T20:44:26.146Z Compiling icu_locid_transform_data v1.5.0
4802025-08-01T20:44:26.239Z Compiling serde_json v1.0.141
4812025-08-01T20:44:26.295Z Compiling icu_properties_data v1.5.0
4822025-08-01T20:44:26.354Z Compiling num-traits v0.2.19
4832025-08-01T20:44:26.448Z Compiling smallvec v1.15.1
4842025-08-01T20:44:26.478Z Compiling icu_normalizer_data v1.5.0
4852025-08-01T20:44:26.597Z Compiling quote v1.0.40
4862025-08-01T20:44:26.655Z Compiling write16 v1.0.0
4872025-08-01T20:44:26.679Z Compiling equivalent v1.0.2
4882025-08-01T20:44:26.807Z Compiling errno v0.3.12
4892025-08-01T20:44:26.829Z Compiling utf8_iter v1.0.4
4902025-08-01T20:44:26.852Z Compiling hashbrown v0.15.4
4912025-08-01T20:44:26.911Z Compiling utf16_iter v1.0.5
4922025-08-01T20:44:26.942Z Compiling rustix v0.38.37
4932025-08-01T20:44:26.968Z Compiling syn v2.0.104
4942025-08-01T20:44:27.084Z Compiling typeid v1.0.3
4952025-08-01T20:44:27.207Z Compiling proc-macro-error-attr v1.0.4
4962025-08-01T20:44:27.233Z Compiling usdt-impl v0.5.0
4972025-08-01T20:44:27.444Z Compiling winnow v0.7.10
4982025-08-01T20:44:27.539Z Compiling toml_write v0.1.2
4992025-08-01T20:44:27.623Z Compiling syn v1.0.109
5002025-08-01T20:44:27.812Z Compiling thread-id v4.2.2
5012025-08-01T20:44:27.845Z Compiling indexmap v2.10.0
5022025-08-01T20:44:27.994Z Compiling proc-macro-error v1.0.4
5032025-08-01T20:44:28.058Z Compiling semver v1.0.26
5042025-08-01T20:44:28.364Z Compiling plain v0.2.3
5052025-08-01T20:44:28.389Z Compiling thiserror v2.0.12
5062025-08-01T20:44:28.542Z Compiling log v0.4.27
5072025-08-01T20:44:28.622Z Compiling utf8parse v0.2.2
5082025-08-01T20:44:28.824Z Compiling camino v1.1.10
5092025-08-01T20:44:28.952Z Compiling percent-encoding v2.3.1
5102025-08-01T20:44:28.982Z Compiling rustix v1.0.7
5112025-08-01T20:44:29.219Z Compiling getrandom v0.3.1
5122025-08-01T20:44:29.288Z Compiling form_urlencoded v1.2.1
5132025-08-01T20:44:29.531Z Compiling terminal_size v0.4.0
5142025-08-01T20:44:29.621Z Compiling ordered-float v2.10.1
5152025-08-01T20:44:29.696Z Compiling anstyle-parse v0.2.5
5162025-08-01T20:44:29.994Z Compiling colorchoice v1.0.2
5172025-08-01T20:44:30.021Z Compiling pretty-hex v0.4.1
5182025-08-01T20:44:30.137Z Compiling is_terminal_polyfill v1.70.1
5192025-08-01T20:44:30.188Z Compiling anstyle-query v1.1.1
5202025-08-01T20:44:30.276Z Compiling cfg-if v1.0.1
5212025-08-01T20:44:30.299Z Compiling anstyle v1.0.11
5222025-08-01T20:44:30.617Z Compiling anstream v0.6.18
5232025-08-01T20:44:30.726Z Compiling fs-err v3.1.1
5242025-08-01T20:44:30.846Z Compiling clap_lex v0.7.4
5252025-08-01T20:44:31.065Z Compiling heck v0.4.1
5262025-08-01T20:44:31.239Z Compiling unicode-xid v0.2.6
5272025-08-01T20:44:31.288Z Compiling bytecount v0.6.8
5282025-08-01T20:44:31.328Z Compiling fnv v1.0.7
5292025-08-01T20:44:31.455Z Compiling strsim v0.11.1
5302025-08-01T20:44:31.488Z Compiling unicode-width v0.1.14
5312025-08-01T20:44:31.515Z Compiling anyhow v1.0.98
5322025-08-01T20:44:31.518Z Compiling fastrand v2.1.1
5332025-08-01T20:44:32.009Z Compiling heck v0.5.0
5342025-08-01T20:44:32.035Z Compiling papergrid v0.11.0
5352025-08-01T20:44:32.171Z Compiling tempfile v3.20.0
5362025-08-01T20:44:32.368Z Compiling clap_builder v4.5.41
5372025-08-01T20:44:32.733Z Compiling memmap v0.7.0
5382025-08-01T20:44:32.961Z Compiling unicode-width v0.2.0
5392025-08-01T20:44:33.044Z Compiling smawk v0.3.2
5402025-08-01T20:44:33.112Z Compiling unicode-linebreak v0.1.5
5412025-08-01T20:44:33.550Z Compiling textwrap v0.16.2
5422025-08-01T20:44:33.626Z Compiling synstructure v0.13.1
5432025-08-01T20:44:34.548Z Compiling swrite v0.1.0
5442025-08-01T20:44:34.673Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5452025-08-01T20:44:35.036Z Compiling tabled_derive v0.7.0
5462025-08-01T20:44:36.031Z Compiling serde_derive v1.0.219
5472025-08-01T20:44:36.031Z Compiling zerofrom-derive v0.1.4
5482025-08-01T20:44:36.031Z Compiling yoke-derive v0.7.4
5492025-08-01T20:44:36.035Z Compiling zerovec-derive v0.10.3
5502025-08-01T20:44:36.035Z Compiling thiserror-impl v1.0.69
5512025-08-01T20:44:36.427Z Compiling displaydoc v0.2.5
5522025-08-01T20:44:37.937Z Compiling icu_provider_macros v1.5.0
5532025-08-01T20:44:38.564Z Compiling zerocopy-derive v0.7.35
5542025-08-01T20:44:38.814Z Compiling scroll_derive v0.12.0
5552025-08-01T20:44:39.013Z Compiling thiserror-impl v2.0.12
5562025-08-01T20:44:39.118Z Compiling pest v2.7.14
5572025-08-01T20:44:39.599Z Compiling zerofrom v0.1.4
5582025-08-01T20:44:39.846Z Compiling yoke v0.7.4
5592025-08-01T20:44:39.885Z Compiling clap_derive v4.5.41
5602025-08-01T20:44:40.176Z Compiling scroll v0.12.0
5612025-08-01T20:44:40.228Z Compiling zerovec v0.10.4
5622025-08-01T20:44:40.480Z Compiling zerocopy v0.7.35
5632025-08-01T20:44:40.722Z Compiling goblin v0.8.2
5642025-08-01T20:44:41.041Z Compiling tabled v0.15.0
5652025-08-01T20:44:41.884Z Compiling pest_meta v2.7.14
5662025-08-01T20:44:42.014Z Compiling tinystr v0.7.6
5672025-08-01T20:44:42.089Z Compiling icu_collections v1.5.0
5682025-08-01T20:44:42.379Z Compiling icu_locid v1.5.0
5692025-08-01T20:44:43.287Z Compiling pest_generator v2.7.14
5702025-08-01T20:44:43.892Z Compiling icu_provider v1.5.0
5712025-08-01T20:44:44.347Z Compiling clap v4.5.41
5722025-08-01T20:44:44.631Z Compiling icu_locid_transform v1.5.0
5732025-08-01T20:44:45.647Z Compiling pest_derive v2.7.14
5742025-08-01T20:44:45.902Z Compiling icu_properties v1.5.1
5752025-08-01T20:44:46.395Z Compiling dtrace-parser v0.2.0
5762025-08-01T20:44:48.014Z Compiling serde_tokenstream v0.2.2
5772025-08-01T20:44:48.202Z Compiling toml_datetime v0.6.11
5782025-08-01T20:44:48.202Z Compiling serde_spanned v0.6.9
5792025-08-01T20:44:48.279Z Compiling erased-serde v0.4.6
5802025-08-01T20:44:48.506Z Compiling serde-value v0.7.0
5812025-08-01T20:44:48.600Z Compiling toml_edit v0.22.27
5822025-08-01T20:44:49.353Z Compiling icu_normalizer v1.5.0
5832025-08-01T20:44:49.381Z Compiling serde-untagged v0.1.7
5842025-08-01T20:44:49.405Z Compiling cargo-platform v0.2.0
5852025-08-01T20:44:49.432Z Compiling camino-tempfile v1.4.1
5862025-08-01T20:44:49.901Z Compiling dof v0.3.0
5872025-08-01T20:44:49.904Z Compiling macaddr v1.0.1
5882025-08-01T20:44:50.269Z Compiling idna_adapter v1.2.0
5892025-08-01T20:44:50.455Z Compiling idna v1.0.3
5902025-08-01T20:44:51.017Z Compiling url v2.5.4
5912025-08-01T20:44:51.456Z Compiling usdt-attr-macro v0.5.0
5922025-08-01T20:44:51.456Z Compiling usdt-macro v0.5.0
5932025-08-01T20:44:51.787Z Compiling toml v0.8.23
5942025-08-01T20:44:52.603Z Compiling cargo-util-schemas v0.8.2
5952025-08-01T20:44:52.603Z Compiling cargo_toml v0.21.0
5962025-08-01T20:44:52.653Z Compiling usdt v0.5.0
5972025-08-01T20:44:54.141Z Compiling cargo_metadata v0.21.0
5982025-08-01T20:44:55.951Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5992025-08-01T20:44:59.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
6002025-08-01T20:44:59.733Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6012025-08-01T20:45:00.440Z Downloading crates ...
6022025-08-01T20:45:00.599Z Downloaded atty v0.2.14
6032025-08-01T20:45:00.603Z Downloaded adler2 v2.0.0
6042025-08-01T20:45:00.608Z Downloaded addr2line v0.24.2
6052025-08-01T20:45:00.612Z Downloaded async-trait v0.1.88
6062025-08-01T20:45:00.616Z Downloaded ahash v0.8.12
6072025-08-01T20:45:00.627Z Downloaded heck v0.3.3
6082025-08-01T20:45:00.631Z Downloaded assert_matches v1.5.0
6092025-08-01T20:45:00.631Z Downloaded arrayref v0.3.9
6102025-08-01T20:45:00.634Z Downloaded base16ct v0.2.0
6112025-08-01T20:45:00.639Z Downloaded hex v0.4.3
6122025-08-01T20:45:00.639Z Downloaded hash32 v0.2.1
6132025-08-01T20:45:00.643Z Downloaded half v2.4.1
6142025-08-01T20:45:00.647Z Downloaded hyper-staticfile v0.10.1
6152025-08-01T20:45:00.650Z Downloaded humantime v2.2.0
6162025-08-01T20:45:00.650Z Downloaded base64ct v1.6.0
6172025-08-01T20:45:00.653Z Downloaded ident_case v1.0.1
6182025-08-01T20:45:00.657Z Downloaded cargo_metadata v0.18.1
6192025-08-01T20:45:00.657Z Downloaded http-body-util v0.1.3
6202025-08-01T20:45:00.660Z Downloaded bcs v0.1.6
6212025-08-01T20:45:00.664Z Downloaded hex-literal v0.4.1
6222025-08-01T20:45:00.664Z Downloaded bzip2 v0.5.2
6232025-08-01T20:45:00.668Z Downloaded httpdate v1.0.3
6242025-08-01T20:45:00.668Z Downloaded ingot-macros v0.1.1
6252025-08-01T20:45:00.672Z Downloaded hmac v0.12.1
6262025-08-01T20:45:00.672Z Downloaded http-body v1.0.1
6272025-08-01T20:45:00.678Z Downloaded blake2 v0.10.6
6282025-08-01T20:45:00.678Z Downloaded crossbeam-epoch v0.9.18
6292025-08-01T20:45:00.683Z Downloaded base64 v0.13.1
6302025-08-01T20:45:00.687Z Downloaded libloading v0.8.5
6312025-08-01T20:45:00.687Z Downloaded hubpack_derive v0.1.1
6322025-08-01T20:45:00.687Z Downloaded crossterm v0.28.1
6332025-08-01T20:45:00.693Z Downloaded progenitor-client v0.8.0
6342025-08-01T20:45:00.698Z Downloaded headers-core v0.3.0
6352025-08-01T20:45:00.698Z Downloaded match_cfg v0.1.0
6362025-08-01T20:45:00.702Z Downloaded is_ci v1.2.0
6372025-08-01T20:45:00.702Z Downloaded base64 v0.21.7
6382025-08-01T20:45:00.707Z Downloaded lru-cache v0.1.2
6392025-08-01T20:45:00.712Z Downloaded managed v0.8.0
6402025-08-01T20:45:00.712Z Downloaded bumpalo v3.16.0
6412025-08-01T20:45:00.716Z Downloaded md5 v0.7.0
6422025-08-01T20:45:00.716Z Downloaded constant_time_eq v0.3.1
6432025-08-01T20:45:00.716Z Downloaded async-stream v0.3.6
6442025-08-01T20:45:00.722Z Downloaded maplit v1.0.2
6452025-08-01T20:45:00.722Z Downloaded instant v0.1.13
6462025-08-01T20:45:00.731Z Downloaded md-5 v0.10.6
6472025-08-01T20:45:00.731Z Downloaded ingot v0.1.1
6482025-08-01T20:45:00.731Z Downloaded inout v0.1.3
6492025-08-01T20:45:00.735Z Downloaded impl-trait-for-tuples v0.2.2
6502025-08-01T20:45:00.735Z Downloaded instability v0.3.2
6512025-08-01T20:45:00.735Z Downloaded lazycell v1.3.0
6522025-08-01T20:45:00.735Z Downloaded cfg_aliases v0.1.1
6532025-08-01T20:45:00.735Z Downloaded crc8 v0.1.1
6542025-08-01T20:45:00.739Z Downloaded cfg_aliases v0.2.1
6552025-08-01T20:45:00.739Z Downloaded indent_write v2.2.0
6562025-08-01T20:45:00.739Z Downloaded hubpack v0.1.2
6572025-08-01T20:45:00.744Z Downloaded progenitor-client v0.9.1
6582025-08-01T20:45:00.744Z Downloaded libscf-sys v1.1.0
6592025-08-01T20:45:00.744Z Downloaded lalrpop-util v0.19.12
6602025-08-01T20:45:00.748Z Downloaded keccak v0.1.5
6612025-08-01T20:45:00.748Z Downloaded bb8 v0.8.5
6622025-08-01T20:45:00.753Z Downloaded serde-big-array v0.5.1
6632025-08-01T20:45:00.753Z Downloaded headers v0.4.1
6642025-08-01T20:45:00.757Z Downloaded internet-checksum v0.2.1
6652025-08-01T20:45:00.761Z Downloaded serde_repr v0.1.19
6662025-08-01T20:45:00.761Z Downloaded lru v0.12.5
6672025-08-01T20:45:00.765Z Downloaded linked-hash-map v0.5.6
6682025-08-01T20:45:00.765Z Downloaded bit-set v0.8.0
6692025-08-01T20:45:00.765Z Downloaded linear-map v1.2.0
6702025-08-01T20:45:00.770Z Downloaded cobs v0.2.3
6712025-08-01T20:45:00.770Z Downloaded bitflags v1.3.2
6722025-08-01T20:45:00.774Z Downloaded scheduled-thread-pool v0.2.7
6732025-08-01T20:45:00.774Z Downloaded indoc v1.0.9
6742025-08-01T20:45:00.778Z Downloaded argon2 v0.5.3
6752025-08-01T20:45:00.785Z Downloaded time-core v0.1.2
6762025-08-01T20:45:00.785Z Downloaded sqlparser_derive v0.2.2
6772025-08-01T20:45:00.785Z Downloaded rand_core v0.6.4
6782025-08-01T20:45:00.789Z Downloaded libsw-core v0.3.1
6792025-08-01T20:45:00.789Z Downloaded const_format_proc_macros v0.2.34
6802025-08-01T20:45:00.789Z Downloaded bit-set v0.5.3
6812025-08-01T20:45:00.795Z Downloaded crossbeam-deque v0.8.5
6822025-08-01T20:45:00.795Z Downloaded libz-rs-sys v0.5.1
6832025-08-01T20:45:00.800Z Downloaded tower-service v0.3.3
6842025-08-01T20:45:00.800Z Downloaded camino-tempfile-ext v0.3.2
6852025-08-01T20:45:00.800Z Downloaded libefi-sys v0.1.0
6862025-08-01T20:45:00.813Z Downloaded serde-hex v0.1.0
6872025-08-01T20:45:00.819Z Downloaded tower-layer v0.3.3
6882025-08-01T20:45:00.819Z Downloaded predicates-tree v1.0.12
6892025-08-01T20:45:00.819Z Downloaded critical-section v1.1.3
6902025-08-01T20:45:00.823Z Downloaded which v4.4.2
6912025-08-01T20:45:00.824Z Downloaded rustls-pemfile v1.0.4
6922025-08-01T20:45:00.824Z Downloaded rand_seeder v0.3.0
6932025-08-01T20:45:00.830Z Downloaded lock_api v0.4.12
6942025-08-01T20:45:00.830Z Downloaded shell-words v1.1.0
6952025-08-01T20:45:00.839Z Downloaded console v0.15.10
6962025-08-01T20:45:00.839Z Downloaded colored v2.2.0
6972025-08-01T20:45:00.846Z Downloaded xattr v1.3.1
6982025-08-01T20:45:00.847Z Downloaded sha1 v0.10.6
6992025-08-01T20:45:00.847Z Downloaded cstr-argument v0.1.2
7002025-08-01T20:45:00.847Z Downloaded litrs v0.4.1
7012025-08-01T20:45:00.847Z Downloaded tabled_derive v0.10.0
7022025-08-01T20:45:00.852Z Downloaded crunchy v0.2.2
7032025-08-01T20:45:00.852Z Downloaded termcolor v1.4.1
7042025-08-01T20:45:00.852Z Downloaded iana-time-zone v0.1.63
7052025-08-01T20:45:00.858Z Downloaded tokio-native-tls v0.3.1
7062025-08-01T20:45:00.858Z Downloaded display-error-chain v0.2.2
7072025-08-01T20:45:00.858Z Downloaded hyper-rustls v0.27.7
7082025-08-01T20:45:00.862Z Downloaded crc-catalog v2.4.0
7092025-08-01T20:45:00.862Z Downloaded cancel-safe-futures v0.1.5
7102025-08-01T20:45:00.868Z Downloaded spki v0.7.3
7112025-08-01T20:45:00.885Z Downloaded rusty-fork v0.3.0
7122025-08-01T20:45:00.886Z Downloaded typify v0.2.0
7132025-08-01T20:45:00.894Z Downloaded foreign-types-shared v0.1.1
7142025-08-01T20:45:00.894Z Downloaded dirs-sys-next v0.1.2
7152025-08-01T20:45:00.894Z Downloaded unicode-truncate v1.1.0
7162025-08-01T20:45:00.894Z Downloaded ignore v0.4.23
7172025-08-01T20:45:00.894Z Downloaded rand_core v0.9.2
7182025-08-01T20:45:00.894Z Downloaded tokio-macros v2.5.0
7192025-08-01T20:45:00.894Z Downloaded futures-core v0.3.31
7202025-08-01T20:45:00.894Z Downloaded rustls-native-certs v0.8.1
7212025-08-01T20:45:00.894Z Downloaded thread_local v1.1.8
7222025-08-01T20:45:00.894Z Downloaded ctr v0.9.2
7232025-08-01T20:45:00.901Z Downloaded newline-converter v0.3.0
7242025-08-01T20:45:00.901Z Downloaded new_debug_unreachable v1.0.6
7252025-08-01T20:45:00.901Z Downloaded typify-macro v0.4.1
7262025-08-01T20:45:00.901Z Downloaded hickory-client v0.25.2
7272025-08-01T20:45:00.901Z Downloaded slog-envlogger v2.2.0
7282025-08-01T20:45:00.901Z Downloaded multimap v0.10.1
7292025-08-01T20:45:00.907Z Downloaded term v0.7.0
7302025-08-01T20:45:00.912Z Downloaded oso-derive v0.27.3
7312025-08-01T20:45:00.912Z Downloaded zone v0.1.8
7322025-08-01T20:45:00.912Z Downloaded tokio-rustls v0.25.0
7332025-08-01T20:45:00.912Z Downloaded siphasher v0.3.11
7342025-08-01T20:45:00.917Z Downloaded ena v0.14.3
7352025-08-01T20:45:00.917Z Downloaded openssl-macros v0.1.1
7362025-08-01T20:45:00.917Z Downloaded document-features v0.2.11
7372025-08-01T20:45:00.922Z Downloaded console v0.16.0
7382025-08-01T20:45:00.927Z Downloaded openssl-probe v0.1.5
7392025-08-01T20:45:00.927Z Downloaded indicatif v0.18.0
7402025-08-01T20:45:00.933Z Downloaded vte v0.11.1
7412025-08-01T20:45:00.933Z Downloaded indexmap v1.9.3
7422025-08-01T20:45:00.942Z Downloaded spin v0.9.8
7432025-08-01T20:45:00.942Z Downloaded slog-dtrace v0.3.0
7442025-08-01T20:45:00.945Z Downloaded hashbrown v0.12.3
7452025-08-01T20:45:00.945Z Downloaded group v0.13.0
7462025-08-01T20:45:00.946Z Downloaded futures-executor v0.3.31
7472025-08-01T20:45:00.946Z Downloaded funty v2.0.0
7482025-08-01T20:45:00.950Z Downloaded filetime v0.2.25
7492025-08-01T20:45:00.950Z Downloaded tabwriter v1.4.0
7502025-08-01T20:45:00.960Z Downloaded newtype-uuid v1.2.4
7512025-08-01T20:45:00.960Z Downloaded csv-core v0.1.11
7522025-08-01T20:45:00.960Z Downloaded half v1.8.3
7532025-08-01T20:45:00.968Z Downloaded num_enum_derive v0.5.11
7542025-08-01T20:45:00.968Z Downloaded similar v2.7.0
7552025-08-01T20:45:00.968Z Downloaded rand_chacha v0.3.1
7562025-08-01T20:45:00.976Z Downloaded oxnet v0.1.3
7572025-08-01T20:45:00.976Z Downloaded oxide-tokio-rt v0.1.2
7582025-08-01T20:45:00.976Z Downloaded try-lock v0.2.5
7592025-08-01T20:45:00.977Z Downloaded jiff-static v0.2.15
7602025-08-01T20:45:00.983Z Downloaded allocator-api2 v0.2.21
7612025-08-01T20:45:00.983Z Downloaded tokio-rustls v0.24.1
7622025-08-01T20:45:00.983Z Downloaded hickory-resolver v0.24.4
7632025-08-01T20:45:00.991Z Downloaded vsss-rs v3.3.4
7642025-08-01T20:45:00.991Z Downloaded unicode-properties v0.1.3
7652025-08-01T20:45:00.996Z Downloaded crossbeam-utils v0.8.21
7662025-08-01T20:45:00.996Z Downloaded rustversion v1.0.17
7672025-08-01T20:45:00.996Z Downloaded progenitor-client v0.10.0
7682025-08-01T20:45:01.006Z Downloaded phf_shared v0.12.1
7692025-08-01T20:45:01.006Z Downloaded hyper-util v0.1.16
7702025-08-01T20:45:01.011Z Downloaded sqlformat v0.3.5
7712025-08-01T20:45:01.011Z Downloaded dyn-clone v1.0.19
7722025-08-01T20:45:01.011Z Downloaded env_filter v0.1.2
7732025-08-01T20:45:01.015Z Downloaded ff v0.13.0
7742025-08-01T20:45:01.015Z Downloaded newtype_derive v0.1.6
7752025-08-01T20:45:01.018Z Downloaded progenitor v0.10.0
7762025-08-01T20:45:01.018Z Downloaded secrecy v0.10.3
7772025-08-01T20:45:01.022Z Downloaded futures-channel v0.3.31
7782025-08-01T20:45:01.022Z Downloaded schemars v0.8.22
7792025-08-01T20:45:01.034Z Downloaded num-derive v0.4.2
7802025-08-01T20:45:01.038Z Downloaded slog-stdlog v4.1.1
7812025-08-01T20:45:01.038Z Downloaded slog-scope v4.4.0
7822025-08-01T20:45:01.043Z Downloaded snafu-derive v0.8.5
7832025-08-01T20:45:01.043Z Downloaded enum-as-inner v0.6.1
7842025-08-01T20:45:01.050Z Downloaded hyper v1.6.0
7852025-08-01T20:45:01.053Z Downloaded tui-tree-widget v0.23.1
7862025-08-01T20:45:01.053Z Downloaded daft-derive v0.1.4
7872025-08-01T20:45:01.059Z Downloaded peg-runtime v0.8.5
7882025-08-01T20:45:01.059Z Downloaded num-conv v0.1.0
7892025-08-01T20:45:01.063Z Downloaded darling v0.20.10
7902025-08-01T20:45:01.063Z Downloaded shlex v1.3.0
7912025-08-01T20:45:01.067Z Downloaded precomputed-hash v0.1.1
7922025-08-01T20:45:01.067Z Downloaded serde_with_macros v3.14.0
7932025-08-01T20:45:01.070Z Downloaded pin-project-internal v1.1.6
7942025-08-01T20:45:01.070Z Downloaded uzers v0.12.1
7952025-08-01T20:45:01.075Z Downloaded multer v3.1.0
7962025-08-01T20:45:01.079Z Downloaded socket2 v0.5.10
7972025-08-01T20:45:01.079Z Downloaded zeroize_derive v1.4.2
7982025-08-01T20:45:01.083Z Downloaded bytes v1.10.1
7992025-08-01T20:45:01.088Z Downloaded glob v0.3.2
8002025-08-01T20:45:01.088Z Downloaded tungstenite v0.21.0
8012025-08-01T20:45:01.091Z Downloaded zstd v0.13.3
8022025-08-01T20:45:01.095Z Downloaded xshell v0.2.7
8032025-08-01T20:45:01.098Z Downloaded oso v0.27.3
8042025-08-01T20:45:01.103Z Downloaded ref-cast-impl v1.0.24
8052025-08-01T20:45:01.103Z Downloaded rsa v0.9.6
8062025-08-01T20:45:01.107Z Downloaded num-derive v0.3.3
8072025-08-01T20:45:01.112Z Downloaded unicode_categories v0.1.1
8082025-08-01T20:45:01.112Z Downloaded hickory-server v0.25.2
8092025-08-01T20:45:01.116Z Downloaded twox-hash v2.1.0
8102025-08-01T20:45:01.120Z Downloaded void v1.0.2
8112025-08-01T20:45:01.120Z Downloaded darling v0.21.0
8122025-08-01T20:45:01.125Z Downloaded derive_builder_macro v0.20.2
8132025-08-01T20:45:01.129Z Downloaded pem v3.0.5
8142025-08-01T20:45:01.129Z Downloaded der_derive v0.7.3
8152025-08-01T20:45:01.129Z Downloaded value-bag v1.9.0
8162025-08-01T20:45:01.133Z Downloaded ppv-lite86 v0.2.20
8172025-08-01T20:45:01.137Z Downloaded powerfmt v0.2.0
8182025-08-01T20:45:01.137Z Downloaded pin-project v1.1.6
8192025-08-01T20:45:01.147Z Downloaded curve25519-dalek-derive v0.1.1
8202025-08-01T20:45:01.151Z Downloaded polyval v0.6.2
8212025-08-01T20:45:01.151Z Downloaded yasna v0.5.2
8222025-08-01T20:45:01.154Z Downloaded iddqd v0.3.9
8232025-08-01T20:45:01.160Z Downloaded futures-io v0.3.31
8242025-08-01T20:45:01.164Z Downloaded num v0.4.3
8252025-08-01T20:45:01.164Z Downloaded foreign-types v0.3.2
8262025-08-01T20:45:01.168Z Downloaded normalize-line-endings v0.3.0
8272025-08-01T20:45:01.168Z Downloaded nodrop v0.1.14
8282025-08-01T20:45:01.168Z Downloaded globwalk v0.9.1
8292025-08-01T20:45:01.171Z Downloaded parking_lot_core v0.8.6
8302025-08-01T20:45:01.175Z Downloaded unicode-segmentation v1.12.0
8312025-08-01T20:45:01.179Z Downloaded aes-gcm v0.10.3
8322025-08-01T20:45:01.183Z Downloaded thiserror-no-std v2.0.2
8332025-08-01T20:45:01.186Z Downloaded packed_struct_codegen v0.10.1
8342025-08-01T20:45:01.186Z Downloaded utf-8 v0.7.6
8352025-08-01T20:45:01.190Z Downloaded universal-hash v0.5.1
8362025-08-01T20:45:01.190Z Downloaded peg-macros v0.8.5
8372025-08-01T20:45:01.193Z Downloaded russh-cryptovec v0.7.3
8382025-08-01T20:45:01.194Z Downloaded topological-sort v0.2.2
8392025-08-01T20:45:01.198Z Downloaded thiserror-impl-no-std v2.0.2
8402025-08-01T20:45:01.198Z Downloaded strum v0.27.2
8412025-08-01T20:45:01.202Z Downloaded predicates v3.1.3
8422025-08-01T20:45:01.202Z Downloaded sigpipe v0.1.3
8432025-08-01T20:45:01.205Z Downloaded rtoolbox v0.0.2
8442025-08-01T20:45:01.205Z Downloaded ed25519 v2.2.3
8452025-08-01T20:45:01.209Z Downloaded gethostname v0.5.0
8462025-08-01T20:45:01.209Z Downloaded zstd-safe v7.2.3
8472025-08-01T20:45:01.212Z Downloaded progenitor-impl v0.10.0
8482025-08-01T20:45:01.217Z Downloaded ref-cast v1.0.24
8492025-08-01T20:45:01.220Z Downloaded signature v2.2.0
8502025-08-01T20:45:01.220Z Downloaded pin-utils v0.1.0
8512025-08-01T20:45:01.220Z Downloaded parse-display v0.10.0
8522025-08-01T20:45:01.223Z Downloaded time-macros v0.2.18
8532025-08-01T20:45:01.228Z Downloaded progenitor-impl v0.8.0
8542025-08-01T20:45:01.228Z Downloaded dirs-next v2.0.0
8552025-08-01T20:45:01.233Z Downloaded aes v0.8.4
8562025-08-01T20:45:01.236Z Downloaded strum_macros v0.27.1
8572025-08-01T20:45:01.236Z Downloaded want v0.3.1
8582025-08-01T20:45:01.241Z Downloaded tinyvec_macros v0.1.1
8592025-08-01T20:45:01.241Z Downloaded sync_wrapper v1.0.1
8602025-08-01T20:45:01.241Z Downloaded parking_lot v0.12.3
8612025-08-01T20:45:01.244Z Downloaded libm v0.2.8
8622025-08-01T20:45:01.250Z Downloaded parking_lot_core v0.9.10
8632025-08-01T20:45:01.254Z Downloaded fxhash v0.2.1
8642025-08-01T20:45:01.258Z Downloaded debug-ignore v1.0.5
8652025-08-01T20:45:01.258Z Downloaded miniz_oxide v0.8.5
8662025-08-01T20:45:01.262Z Downloaded progenitor v0.9.1
8672025-08-01T20:45:01.265Z Downloaded derive_builder_core v0.20.2
8682025-08-01T20:45:01.265Z Downloaded iri-string v0.7.8
8692025-08-01T20:45:01.271Z Downloaded fixedbitset v0.4.2
8702025-08-01T20:45:01.275Z Downloaded memoffset v0.9.1
8712025-08-01T20:45:01.276Z Downloaded nu-ansi-term v0.50.1
8722025-08-01T20:45:01.282Z Downloaded ghash v0.5.1
8732025-08-01T20:45:01.285Z Downloaded futures-sink v0.3.31
8742025-08-01T20:45:01.285Z Downloaded signal-hook v0.3.18
8752025-08-01T20:45:01.285Z Downloaded zip v0.6.6
8762025-08-01T20:45:01.289Z Downloaded tokio-tungstenite v0.23.1
8772025-08-01T20:45:01.293Z Downloaded psl-types v2.0.11
8782025-08-01T20:45:01.297Z Downloaded signal-hook-tokio v0.3.1
8792025-08-01T20:45:01.297Z Downloaded unsafe-libyaml v0.2.11
8802025-08-01T20:45:01.300Z Downloaded rpassword v7.4.0
8812025-08-01T20:45:01.300Z Downloaded scopeguard v1.2.0
8822025-08-01T20:45:01.306Z Downloaded xshell-macros v0.2.7
8832025-08-01T20:45:01.306Z Downloaded waitgroup v0.1.2
8842025-08-01T20:45:01.310Z Downloaded vte_generate_state_changes v0.1.2
8852025-08-01T20:45:01.311Z Downloaded rfc6979 v0.4.0
8862025-08-01T20:45:01.311Z Downloaded steno v0.4.1
8872025-08-01T20:45:01.314Z Downloaded sct v0.7.1
8882025-08-01T20:45:01.317Z Downloaded strum v0.26.3
8892025-08-01T20:45:01.317Z Downloaded rand v0.9.1
8902025-08-01T20:45:01.321Z Downloaded data-encoding v2.9.0
8912025-08-01T20:45:01.326Z Downloaded defmt-parser v0.3.4
8922025-08-01T20:45:01.326Z Downloaded defmt v0.3.8
8932025-08-01T20:45:01.329Z Downloaded defmt-macros v0.3.9
8942025-08-01T20:45:01.333Z Downloaded pretty-hex v0.2.1
8952025-08-01T20:45:01.333Z Downloaded pbkdf2 v0.12.2
8962025-08-01T20:45:01.336Z Downloaded olpc-cjson v0.1.4
8972025-08-01T20:45:01.336Z Downloaded mime v0.3.17
8982025-08-01T20:45:01.340Z Downloaded tokio-tungstenite v0.21.0
8992025-08-01T20:45:01.343Z Downloaded postcard v1.0.10
9002025-08-01T20:45:01.343Z Downloaded itertools v0.13.0
9012025-08-01T20:45:01.350Z Downloaded uuid v1.17.0
9022025-08-01T20:45:01.354Z Downloaded unicode-bidi v0.3.17
9032025-08-01T20:45:01.357Z Downloaded wyz v0.5.1
9042025-08-01T20:45:01.361Z Downloaded supports-color v3.0.2
9052025-08-01T20:45:01.361Z Downloaded subtle v2.6.1
9062025-08-01T20:45:01.364Z Downloaded sync-ptr v0.1.4
9072025-08-01T20:45:01.364Z Downloaded bindgen v0.71.1
9082025-08-01T20:45:01.370Z Downloaded foreign-types v0.5.0
9092025-08-01T20:45:01.374Z Downloaded foldhash v0.1.5
9102025-08-01T20:45:01.377Z Downloaded minimal-lexical v0.2.1
9112025-08-01T20:45:01.380Z Downloaded memmap2 v0.9.5
9122025-08-01T20:45:01.384Z Downloaded serde_bytes v0.11.17
9132025-08-01T20:45:01.384Z Downloaded proc-macro-error2 v2.0.1
9142025-08-01T20:45:01.387Z Downloaded flagset v0.4.6
9152025-08-01T20:45:01.392Z Downloaded walkdir v2.5.0
9162025-08-01T20:45:01.392Z Downloaded tokio-rustls v0.26.0
9172025-08-01T20:45:01.396Z Downloaded darling_macro v0.21.0
9182025-08-01T20:45:01.396Z Downloaded wait-timeout v0.2.0
9192025-08-01T20:45:01.399Z Downloaded typify-macro v0.3.0
9202025-08-01T20:45:01.399Z Downloaded fd-lock v4.0.2
9212025-08-01T20:45:01.400Z Downloaded num_threads v0.1.7
9222025-08-01T20:45:01.403Z Downloaded semver v0.1.20
9232025-08-01T20:45:01.403Z Downloaded r2d2 v0.8.10
9242025-08-01T20:45:01.406Z Downloaded structmeta v0.3.0
9252025-08-01T20:45:01.406Z Downloaded unicase v2.7.0
9262025-08-01T20:45:01.410Z Downloaded mio v1.0.2
9272025-08-01T20:45:01.413Z Downloaded pem-rfc7468 v0.7.0
9282025-08-01T20:45:01.418Z Downloaded unarray v0.1.4
9292025-08-01T20:45:01.418Z Downloaded same-file v1.0.6
9302025-08-01T20:45:01.424Z Downloaded salsa20 v0.10.2
9312025-08-01T20:45:01.424Z Downloaded smallvec v0.6.14
9322025-08-01T20:45:01.427Z Downloaded getrandom v0.2.15
9332025-08-01T20:45:01.427Z Downloaded parse-size v1.1.0
9342025-08-01T20:45:01.427Z Downloaded radium v0.7.0
9352025-08-01T20:45:01.427Z Downloaded progenitor-macro v0.10.0
9362025-08-01T20:45:01.432Z Downloaded progenitor v0.8.0
9372025-08-01T20:45:01.432Z Downloaded tracing-attributes v0.1.27
9382025-08-01T20:45:01.436Z Downloaded rayon v1.10.0
9392025-08-01T20:45:01.441Z Downloaded tinyvec v1.8.0
9402025-08-01T20:45:01.445Z Downloaded subprocess v0.2.9
9412025-08-01T20:45:01.448Z Downloaded zone_cfg_derive v0.3.0
9422025-08-01T20:45:01.448Z Downloaded path-slash v0.1.5
9432025-08-01T20:45:01.451Z Downloaded num_enum v0.5.11
9442025-08-01T20:45:01.455Z Downloaded nibble_vec v0.1.0
9452025-08-01T20:45:01.458Z Downloaded quinn v0.11.5
9462025-08-01T20:45:01.463Z Downloaded pbkdf2 v0.11.0
9472025-08-01T20:45:01.466Z Downloaded opaque-debug v0.3.1
9482025-08-01T20:45:01.466Z Downloaded futures-macro v0.3.31
9492025-08-01T20:45:01.466Z Downloaded num-iter v0.1.45
9502025-08-01T20:45:01.466Z Downloaded num-integer v0.1.46
9512025-08-01T20:45:01.470Z Downloaded siphasher v1.0.1
9522025-08-01T20:45:01.470Z Downloaded futures-task v0.3.31
9532025-08-01T20:45:01.474Z Downloaded omicron-zone-package v0.12.2
9542025-08-01T20:45:01.474Z Downloaded slab v0.4.9
9552025-08-01T20:45:01.477Z Downloaded slog-async v2.8.0
9562025-08-01T20:45:01.477Z Downloaded postgres-protocol v0.6.8
9572025-08-01T20:45:01.481Z Downloaded take_mut v0.2.2
9582025-08-01T20:45:01.481Z Downloaded darling_macro v0.20.10
9592025-08-01T20:45:01.485Z Downloaded typify-macro v0.2.0
9602025-08-01T20:45:01.485Z Downloaded predicates-core v1.0.8
9612025-08-01T20:45:01.485Z Downloaded diesel-dtrace v0.4.2
9622025-08-01T20:45:01.488Z Downloaded num-bigint v0.4.6
9632025-08-01T20:45:01.491Z Downloaded rustls-pki-types v1.10.0
9642025-08-01T20:45:01.495Z Downloaded fatfs v0.3.6
9652025-08-01T20:45:01.498Z Downloaded pkg-config v0.3.31
9662025-08-01T20:45:01.498Z Downloaded foreign-types-macros v0.2.3
9672025-08-01T20:45:01.502Z Downloaded xz2 v0.1.7
9682025-08-01T20:45:01.502Z Downloaded pkcs5 v0.7.1
9692025-08-01T20:45:01.505Z Downloaded proc-macro-crate v1.3.1
9702025-08-01T20:45:01.510Z Downloaded qorb v0.4.0
9712025-08-01T20:45:01.513Z Downloaded slog-json v2.6.1
9722025-08-01T20:45:01.513Z Downloaded simd-adler32 v0.3.7
9732025-08-01T20:45:01.517Z Downloaded signal-hook-registry v1.4.2
9742025-08-01T20:45:01.517Z Downloaded tap v1.0.1
9752025-08-01T20:45:01.518Z Downloaded signal-hook-mio v0.2.4
9762025-08-01T20:45:01.521Z Downloaded fallible-iterator v0.2.0
9772025-08-01T20:45:01.521Z Downloaded password-hash v0.5.0
9782025-08-01T20:45:01.521Z Downloaded difflib v0.4.0
9792025-08-01T20:45:01.524Z Downloaded packed_struct v0.10.1
9802025-08-01T20:45:01.524Z Downloaded zone_cfg_derive v0.1.2
9812025-08-01T20:45:01.528Z Downloaded tokio-stream v0.1.17
9822025-08-01T20:45:01.532Z Downloaded num-rational v0.4.2
9832025-08-01T20:45:01.532Z Downloaded zeroize v1.8.1
9842025-08-01T20:45:01.536Z Downloaded fixedbitset v0.5.7
9852025-08-01T20:45:01.536Z Downloaded tagptr v0.2.0
9862025-08-01T20:45:01.539Z Downloaded papergrid v0.14.0
9872025-08-01T20:45:01.542Z Downloaded quinn-proto v0.11.8
9882025-08-01T20:45:01.546Z Downloaded embedded-io v0.4.0
9892025-08-01T20:45:01.549Z Downloaded poly1305 v0.8.0
9902025-08-01T20:45:01.554Z Downloaded tracing-core v0.1.32
9912025-08-01T20:45:01.558Z Downloaded password-hash v0.4.2
9922025-08-01T20:45:01.558Z Downloaded pretty_assertions v1.4.1
9932025-08-01T20:45:01.558Z Downloaded typify v0.3.0
9942025-08-01T20:45:01.561Z Downloaded russh-keys v0.45.0
9952025-08-01T20:45:01.564Z Downloaded env_logger v0.11.5
9962025-08-01T20:45:01.568Z Downloaded fs_extra v1.3.0
9972025-08-01T20:45:01.568Z Downloaded toml v0.7.8
9982025-08-01T20:45:01.573Z Downloaded stringprep v0.1.5
9992025-08-01T20:45:01.577Z Downloaded aho-corasick v1.1.3
10002025-08-01T20:45:01.582Z Downloaded derive-ex v0.1.8
10012025-08-01T20:45:01.582Z Downloaded lalrpop v0.19.12
10022025-08-01T20:45:01.589Z Downloaded parse-display-derive v0.10.0
10032025-08-01T20:45:01.595Z Downloaded derive_more v0.99.20
10042025-08-01T20:45:01.599Z Downloaded ssh-key v0.6.6
10052025-08-01T20:45:01.603Z Downloaded nom v7.1.3
10062025-08-01T20:45:01.606Z Downloaded slog v2.7.0
10072025-08-01T20:45:01.610Z Downloaded ed25519-dalek v2.1.1
10082025-08-01T20:45:01.614Z Downloaded diesel_derives v2.2.3
10092025-08-01T20:45:01.618Z Downloaded blake3 v1.5.4
10102025-08-01T20:45:01.638Z Downloaded rustc-demangle v0.1.24
10112025-08-01T20:45:01.638Z Downloaded darling_core v0.20.10
10122025-08-01T20:45:01.638Z Downloaded darling_core v0.21.0
10132025-08-01T20:45:01.638Z Downloaded samael v0.0.19
10142025-08-01T20:45:01.642Z Downloaded zopfli v0.8.1
10152025-08-01T20:45:01.646Z Downloaded tough v0.20.0
10162025-08-01T20:45:01.649Z Downloaded rand v0.8.5
10172025-08-01T20:45:01.653Z Downloaded derive_more v2.0.1
10182025-08-01T20:45:01.661Z Downloaded prefix-trie v0.7.0
10192025-08-01T20:45:01.665Z Downloaded serde_with v3.14.0
10202025-08-01T20:45:01.676Z Downloaded rcgen v0.12.1
10212025-08-01T20:45:01.681Z Downloaded tracing v0.1.40
10222025-08-01T20:45:01.685Z Downloaded quick-xml v0.37.2
10232025-08-01T20:45:01.688Z Downloaded bindgen v0.69.5
10242025-08-01T20:45:01.693Z Downloaded ron v0.8.1
10252025-08-01T20:45:01.698Z Downloaded zlib-rs v0.5.1
10262025-08-01T20:45:01.703Z Downloaded winnow v0.5.40
10272025-08-01T20:45:01.711Z Downloaded yansi v1.0.1
10282025-08-01T20:45:01.714Z Downloaded salty v0.3.0
10292025-08-01T20:45:01.720Z Downloaded toml_edit v0.19.15
10302025-08-01T20:45:01.735Z Downloaded tower v0.5.2
10312025-08-01T20:45:01.744Z Downloaded reedline v0.40.0
10322025-08-01T20:45:01.750Z Downloaded zerocopy v0.8.26
10332025-08-01T20:45:01.771Z Downloaded num-bigint-dig v0.8.4
10342025-08-01T20:45:01.775Z Downloaded winnow v0.6.26
10352025-08-01T20:45:01.783Z Downloaded futures-util v0.3.31
10362025-08-01T20:45:01.794Z Downloaded bitvec v1.0.1
10372025-08-01T20:45:01.808Z Downloaded tabled v0.18.0
10382025-08-01T20:45:01.824Z Downloaded zip v4.2.0
10392025-08-01T20:45:01.828Z Downloaded tokio-util v0.7.15
10402025-08-01T20:45:01.834Z Downloaded regex-syntax v0.6.29
10412025-08-01T20:45:01.842Z Downloaded petname v2.0.2
10422025-08-01T20:45:01.845Z Downloaded chrono v0.4.41
10432025-08-01T20:45:01.852Z Downloaded h2 v0.4.6
10442025-08-01T20:45:01.858Z Downloaded vcpkg v0.2.15
10452025-08-01T20:45:01.893Z Downloaded p521 v0.13.3
10462025-08-01T20:45:01.897Z Downloaded moka v0.12.10
10472025-08-01T20:45:01.906Z Downloaded reqwest v0.12.22
10482025-08-01T20:45:01.914Z Downloaded portable-atomic v1.11.0
10492025-08-01T20:45:01.921Z Downloaded rustls-webpki v0.101.7
10502025-08-01T20:45:01.935Z Downloaded regress v0.10.4
10512025-08-01T20:45:01.942Z Downloaded regex-syntax v0.8.5
10522025-08-01T20:45:01.949Z Downloaded regex v1.11.1
10532025-08-01T20:45:01.960Z Downloaded openssl v0.10.73
10542025-08-01T20:45:01.969Z Downloaded proptest v1.7.0
10552025-08-01T20:45:01.977Z Downloaded rustls v0.23.19
10562025-08-01T20:45:01.987Z Downloaded hickory-proto v0.25.2
10572025-08-01T20:45:02.002Z Downloaded polar-core v0.27.3
10582025-08-01T20:45:02.008Z Downloaded rustls v0.21.12
10592025-08-01T20:45:02.018Z Downloaded object v0.36.5
10602025-08-01T20:45:02.030Z Downloaded webpki-roots v1.0.1
10612025-08-01T20:45:02.034Z Downloaded radix_trie v0.2.1
10622025-08-01T20:45:02.038Z Downloaded bstr v1.10.0
10632025-08-01T20:45:02.045Z Downloaded object v0.30.4
10642025-08-01T20:45:02.054Z Downloaded smoltcp v0.11.0
10652025-08-01T20:45:02.064Z Downloaded diesel v2.2.11
10662025-08-01T20:45:02.082Z Downloaded nix v0.30.1
10672025-08-01T20:45:02.092Z Downloaded smoltcp v0.9.1
10682025-08-01T20:45:02.101Z Downloaded sled v0.34.7
10692025-08-01T20:45:02.109Z Downloaded nix v0.29.0
10702025-08-01T20:45:02.119Z Downloaded nix v0.28.0
10712025-08-01T20:45:02.129Z Downloaded typify-impl v0.4.1
10722025-08-01T20:45:02.141Z Downloaded typify-impl v0.3.0
10732025-08-01T20:45:02.153Z Downloaded openapiv3 v2.2.0
10742025-08-01T20:45:02.163Z Downloaded rustls v0.22.4
10752025-08-01T20:45:02.175Z Downloaded ratatui v0.29.0
10762025-08-01T20:45:02.193Z Downloaded jiff v0.2.15
10772025-08-01T20:45:02.209Z Downloaded typify-impl v0.2.0
10782025-08-01T20:45:02.218Z Downloaded zerocopy-derive v0.6.6
10792025-08-01T20:45:02.228Z Downloaded lzma-sys v0.1.20
10802025-08-01T20:45:02.252Z Downloaded regex-automata v0.4.8
10812025-08-01T20:45:02.266Z Downloaded gimli v0.31.1
10822025-08-01T20:45:02.272Z Downloaded curve25519-dalek v4.1.3
10832025-08-01T20:45:02.280Z Downloaded git2 v0.19.0
10842025-08-01T20:45:02.287Z Downloaded bzip2-sys v0.1.13+1.0.8
10852025-08-01T20:45:02.297Z Downloaded petgraph v0.6.5
10862025-08-01T20:45:02.312Z Downloaded dropshot v0.16.2
10872025-08-01T20:45:02.336Z Downloaded libz-sys v1.1.20
10882025-08-01T20:45:02.352Z Downloaded hickory-proto v0.24.4
10892025-08-01T20:45:02.366Z Downloaded nix v0.27.1
10902025-08-01T20:45:02.375Z Downloaded crossterm v0.29.0
10912025-08-01T20:45:02.382Z Downloaded p384 v0.13.0
10922025-08-01T20:45:02.389Z Downloaded csv v1.3.1
10932025-08-01T20:45:02.405Z Downloaded chrono-tz v0.10.4
10942025-08-01T20:45:02.421Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
10952025-08-01T20:45:02.436Z Downloaded zerocopy-derive v0.8.26
10962025-08-01T20:45:02.443Z Downloaded test-strategy v0.4.3
10972025-08-01T20:45:02.448Z Downloaded rustls-webpki v0.102.8
10982025-08-01T20:45:02.463Z Downloaded sha3 v0.10.8
10992025-08-01T20:45:02.467Z Downloaded tokio v1.47.0
11002025-08-01T20:45:02.503Z Downloaded petgraph v0.8.2
11012025-08-01T20:45:02.520Z Downloaded ron v0.7.1
11022025-08-01T20:45:02.524Z Downloaded publicsuffix v2.3.0
11032025-08-01T20:45:02.528Z Downloaded elliptic-curve v0.13.8
11042025-08-01T20:45:02.531Z Downloaded tower-http v0.6.6
11052025-08-01T20:45:02.538Z Downloaded sqlparser v0.45.0
11062025-08-01T20:45:02.542Z Downloaded flate2 v1.1.2
11072025-08-01T20:45:02.546Z Downloaded pkcs1 v0.7.5
11082025-08-01T20:45:02.550Z Downloaded russh v0.45.0
11092025-08-01T20:45:02.554Z Downloaded rustyline v14.0.0
11102025-08-01T20:45:02.558Z Downloaded slog-bunyan v2.5.0
11112025-08-01T20:45:02.563Z Downloaded pkcs8 v0.10.2
11122025-08-01T20:45:02.567Z Downloaded typed-path v0.9.3
11132025-08-01T20:45:02.572Z Downloaded float-ord v0.3.2
11142025-08-01T20:45:02.572Z Downloaded float-cmp v0.10.0
11152025-08-01T20:45:02.572Z Downloaded either v1.15.0
11162025-08-01T20:45:02.575Z Downloaded slog-term v2.9.1
11172025-08-01T20:45:02.575Z Downloaded rayon-core v1.12.1
11182025-08-01T20:45:02.579Z Downloaded structmeta-derive v0.3.0
11192025-08-01T20:45:02.579Z Downloaded strip-ansi-escapes v0.2.0
11202025-08-01T20:45:02.582Z Downloaded scrypt v0.11.0
11212025-08-01T20:45:02.582Z Downloaded resolv-conf v0.7.0
11222025-08-01T20:45:02.582Z Downloaded time v0.3.36
11232025-08-01T20:45:02.588Z Downloaded der v0.7.9
11242025-08-01T20:45:02.593Z Downloaded unicode-normalization v0.1.24
11252025-08-01T20:45:02.596Z Downloaded typify v0.4.1
11262025-08-01T20:45:02.600Z Downloaded snafu v0.8.5
11272025-08-01T20:45:02.605Z Downloaded number_prefix v0.4.0
11282025-08-01T20:45:02.622Z Downloaded paste v1.0.15
11292025-08-01T20:45:02.622Z Downloaded mime_guess v2.0.5
11302025-08-01T20:45:02.622Z Downloaded deranged v0.3.11
11312025-08-01T20:45:02.622Z Downloaded ring v0.17.14
11322025-08-01T20:45:02.649Z Downloaded tungstenite v0.23.0
11332025-08-01T20:45:02.653Z Downloaded encoding_rs v0.8.34
11342025-08-01T20:45:02.671Z Downloaded serde_cbor v0.11.2
11352025-08-01T20:45:02.675Z Downloaded itertools v0.14.0
11362025-08-01T20:45:02.680Z Downloaded whoami v1.5.2
11372025-08-01T20:45:02.684Z Downloaded dropshot_endpoint v0.16.2
11382025-08-01T20:45:02.688Z Downloaded derive_more-impl v2.0.1
11392025-08-01T20:45:02.691Z Downloaded expectorate v1.2.0
11402025-08-01T20:45:02.691Z Downloaded strum_macros v0.24.3
11412025-08-01T20:45:02.696Z Downloaded libgit2-sys v0.17.0+1.8.1
11422025-08-01T20:45:02.743Z Downloaded serde_derive_internals v0.29.1
11432025-08-01T20:45:02.746Z Downloaded hkdf v0.12.4
11442025-08-01T20:45:02.746Z Downloaded parking_lot v0.11.2
11452025-08-01T20:45:02.749Z Downloaded peg v0.8.5
11462025-08-01T20:45:02.753Z Downloaded progenitor-impl v0.9.1
11472025-08-01T20:45:02.756Z Downloaded tokio-postgres v0.7.13
11482025-08-01T20:45:02.760Z Downloaded ecdsa v0.16.9
11492025-08-01T20:45:02.760Z Downloaded cc v1.2.30
11502025-08-01T20:45:02.763Z Downloaded postgres-types v0.2.9
11512025-08-01T20:45:02.767Z Downloaded serde_urlencoded v0.7.1
11522025-08-01T20:45:02.767Z Downloaded serde_plain v1.0.2
11532025-08-01T20:45:02.771Z Downloaded num-complex v0.4.6
11542025-08-01T20:45:02.771Z Downloaded libxml v0.3.3
11552025-08-01T20:45:02.774Z Downloaded diff v0.1.13
11562025-08-01T20:45:02.778Z Downloaded serde_yaml v0.9.34+deprecated
11572025-08-01T20:45:02.782Z Downloaded itertools v0.10.5
11582025-08-01T20:45:02.785Z Downloaded untrusted v0.9.0
11592025-08-01T20:45:02.789Z Downloaded unit-prefix v0.5.1
11602025-08-01T20:45:02.789Z Downloaded serde_path_to_error v0.1.17
11612025-08-01T20:45:02.789Z Downloaded tar v0.4.44
11622025-08-01T20:45:02.792Z Downloaded crypto-bigint v0.5.5
11632025-08-01T20:45:02.797Z Downloaded x509-cert v0.2.5
11642025-08-01T20:45:02.802Z Downloaded dsl_auto_type v0.1.2
11652025-08-01T20:45:02.805Z Downloaded tiny-keccak v2.0.2
11662025-08-01T20:45:02.805Z Downloaded strum_macros v0.26.4
11672025-08-01T20:45:02.809Z Downloaded quick-error v1.2.3
11682025-08-01T20:45:02.809Z Downloaded vergen v8.3.2
11692025-08-01T20:45:02.812Z Downloaded p256 v0.13.2
11702025-08-01T20:45:02.816Z Downloaded futures v0.3.31
11712025-08-01T20:45:02.819Z Downloaded flume v0.11.1
11722025-08-01T20:45:02.823Z Downloaded zone v0.3.1
11732025-08-01T20:45:02.823Z Downloaded rustls-pemfile v2.2.0
11742025-08-01T20:45:02.826Z Downloaded env_logger v0.10.2
11752025-08-01T20:45:02.826Z Downloaded pin-project-lite v0.2.14
11762025-08-01T20:45:02.830Z Downloaded openssl-sys v0.9.109
11772025-08-01T20:45:02.834Z Downloaded itertools v0.12.1
11782025-08-01T20:45:02.840Z Downloaded crossbeam-channel v0.5.15
11792025-08-01T20:45:02.844Z Downloaded const_format v0.2.34
11802025-08-01T20:45:02.849Z Downloaded zerocopy v0.6.6
11812025-08-01T20:45:02.852Z Downloaded aws-lc-rs v1.12.4
11822025-08-01T20:45:02.858Z Downloaded tls_codec v0.4.1
11832025-08-01T20:45:02.861Z Downloaded fs-err v2.11.0
11842025-08-01T20:45:02.861Z Downloaded daft v0.1.4
11852025-08-01T20:45:02.865Z Downloaded derive-where v1.5.0
11862025-08-01T20:45:02.869Z Downloaded tls_codec_derive v0.4.1
11872025-08-01T20:45:02.869Z Downloaded endian-type v0.1.2
11882025-08-01T20:45:02.869Z Downloaded dunce v1.0.5
11892025-08-01T20:45:02.869Z Downloaded owo-colors v4.2.2
11902025-08-01T20:45:02.872Z Downloaded secrecy v0.8.0
11912025-08-01T20:45:02.872Z Downloaded sec1 v0.7.3
11922025-08-01T20:45:02.876Z Downloaded rustc_version v0.4.1
11932025-08-01T20:45:02.876Z Downloaded rustc_version v0.1.7
11942025-08-01T20:45:02.876Z Downloaded foreign-types-shared v0.3.1
11952025-08-01T20:45:02.876Z Downloaded untrusted v0.7.1
11962025-08-01T20:45:02.880Z Downloaded tokio-dtrace v0.1.0
11972025-08-01T20:45:02.880Z Downloaded termtree v0.5.1
11982025-08-01T20:45:02.880Z Downloaded termios v0.3.3
11992025-08-01T20:45:02.880Z Downloaded support-bundle-viewer v0.1.2
12002025-08-01T20:45:02.883Z Downloaded native-tls v0.2.12
12012025-08-01T20:45:02.883Z Downloaded prettyplease v0.2.36
12022025-08-01T20:45:02.887Z Downloaded embedded-io v0.6.1
12032025-08-01T20:45:02.887Z Downloaded string_cache v0.8.9
12042025-08-01T20:45:02.891Z Downloaded static_assertions v1.1.0
12052025-08-01T20:45:02.891Z Downloaded socket2 v0.6.0
12062025-08-01T20:45:02.894Z Downloaded http v1.3.1
12072025-08-01T20:45:02.897Z Downloaded hashbrown v0.13.2
12082025-08-01T20:45:02.901Z Downloaded crc-any v2.5.0
12092025-08-01T20:45:02.901Z Downloaded hickory-resolver v0.25.2
12102025-08-01T20:45:02.904Z Downloaded phf_shared v0.11.2
12112025-08-01T20:45:02.908Z Downloaded phf v0.12.1
12122025-08-01T20:45:02.908Z Downloaded phf v0.11.2
12132025-08-01T20:45:02.908Z Downloaded chacha20poly1305 v0.10.1
12142025-08-01T20:45:02.911Z Downloaded proc-macro-error-attr2 v2.0.0
12152025-08-01T20:45:02.911Z Downloaded derive_builder v0.20.2
12162025-08-01T20:45:02.914Z Downloaded indicatif v0.17.11
12172025-08-01T20:45:02.918Z Downloaded nanorand v0.7.0
12182025-08-01T20:45:02.921Z Downloaded des v0.8.1
12192025-08-01T20:45:02.921Z Downloaded cookie v0.18.1
12202025-08-01T20:45:02.924Z Downloaded crc32fast v1.4.2
12212025-08-01T20:45:02.924Z Downloaded convert_case v0.7.1
12222025-08-01T20:45:02.928Z Downloaded clang-sys v1.8.1
12232025-08-01T20:45:02.928Z Downloaded bzip2 v0.4.4
12242025-08-01T20:45:02.931Z Downloaded bit-vec v0.8.0
12252025-08-01T20:45:02.931Z Downloaded diesel_table_macro_syntax v0.2.0
12262025-08-01T20:45:02.931Z Downloaded ciborium v0.2.2
12272025-08-01T20:45:02.934Z Downloaded quinn-udp v0.5.5
12282025-08-01T20:45:02.934Z Downloaded is-terminal v0.4.13
12292025-08-01T20:45:02.935Z Downloaded cookie_store v0.21.1
12302025-08-01T20:45:02.938Z Downloaded bitfield v0.14.0
12312025-08-01T20:45:02.938Z Downloaded crucible-workspace-hack v0.1.0
12322025-08-01T20:45:02.938Z Downloaded ssh-encoding v0.2.0
12332025-08-01T20:45:02.941Z Downloaded ssh-cipher v0.2.0
12342025-08-01T20:45:02.941Z Downloaded globset v0.4.15
12352025-08-01T20:45:02.941Z Downloaded const-oid v0.9.6
12362025-08-01T20:45:02.946Z Downloaded smf v0.2.3
12372025-08-01T20:45:02.946Z Downloaded heapless v0.8.0
12382025-08-01T20:45:02.951Z Downloaded schemars_derive v0.8.22
12392025-08-01T20:45:02.951Z Downloaded lockfree-object-pool v0.1.6
12402025-08-01T20:45:02.955Z Downloaded ipnet v2.11.0
12412025-08-01T20:45:02.955Z Downloaded httparse v1.9.5
12422025-08-01T20:45:02.958Z Downloaded jobserver v0.1.32
12432025-08-01T20:45:02.958Z Downloaded progenitor-macro v0.9.1
12442025-08-01T20:45:02.958Z Downloaded progenitor-macro v0.8.0
12452025-08-01T20:45:02.958Z Downloaded primeorder v0.13.6
12462025-08-01T20:45:02.962Z Downloaded crc v3.2.1
12472025-08-01T20:45:02.962Z Downloaded chacha20 v0.9.1
12482025-08-01T20:45:02.965Z Downloaded cassowary v0.3.0
12492025-08-01T20:45:02.965Z Downloaded buf-list v1.0.3
12502025-08-01T20:45:02.969Z Downloaded blowfish v0.9.1
12512025-08-01T20:45:02.969Z Downloaded bcrypt-pbkdf v0.10.0
12522025-08-01T20:45:02.969Z Downloaded rustc-hash v2.1.1
12532025-08-01T20:45:02.969Z Downloaded rustc-hash v1.1.0
12542025-08-01T20:45:02.972Z Downloaded rand_xorshift v0.4.0
12552025-08-01T20:45:02.972Z Downloaded rand_chacha v0.9.0
12562025-08-01T20:45:02.972Z Downloaded kstat-rs v0.2.4
12572025-08-01T20:45:02.976Z Downloaded ingot-types v0.1.2
12582025-08-01T20:45:02.976Z Downloaded highway v1.3.0
12592025-08-01T20:45:02.976Z Downloaded cargo-platform v0.1.8
12602025-08-01T20:45:02.979Z Downloaded block-padding v0.3.3
12612025-08-01T20:45:02.979Z Downloaded bit-vec v0.6.3
12622025-08-01T20:45:02.979Z Downloaded lazy_static v1.5.0
12632025-08-01T20:45:02.983Z Downloaded ipnetwork v0.21.1
12642025-08-01T20:45:02.983Z Downloaded indoc v2.0.6
12652025-08-01T20:45:02.986Z Downloaded convert_case v0.4.0
12662025-08-01T20:45:02.986Z Downloaded cipher v0.4.4
12672025-08-01T20:45:02.986Z Downloaded ciborium-ll v0.2.2
12682025-08-01T20:45:02.990Z Downloaded cexpr v0.6.0
12692025-08-01T20:45:02.990Z Downloaded castaway v0.2.3
12702025-08-01T20:45:02.990Z Downloaded bitfield-struct v0.6.2
12712025-08-01T20:45:02.993Z Downloaded atomic-waker v1.1.2
12722025-08-01T20:45:02.993Z Downloaded async-recursion v1.1.1
12732025-08-01T20:45:02.997Z Downloaded hostname v0.3.1
12742025-08-01T20:45:02.997Z Downloaded ciborium-io v0.2.2
12752025-08-01T20:45:02.997Z Downloaded hyper-tls v0.6.0
12762025-08-01T20:45:03.000Z Downloaded home v0.5.9
12772025-08-01T20:45:03.000Z Downloaded heapless v0.7.17
12782025-08-01T20:45:03.004Z Downloaded aead v0.5.2
12792025-08-01T20:45:03.004Z Downloaded atomicwrites v0.4.4
12802025-08-01T20:45:03.004Z Downloaded http-range v0.1.5
12812025-08-01T20:45:03.007Z Downloaded base64 v0.22.1
12822025-08-01T20:45:03.011Z Downloaded maybe-uninit v2.0.0
12832025-08-01T20:45:03.011Z Downloaded lzss v0.8.2
12842025-08-01T20:45:03.015Z Downloaded libsw v3.5.0
12852025-08-01T20:45:03.015Z Downloaded hostname v0.4.0
12862025-08-01T20:45:03.015Z Downloaded compact_str v0.8.0
12872025-08-01T20:45:03.018Z Downloaded cbc v0.1.2
12882025-08-01T20:45:03.022Z Downloaded backtrace v0.3.74
12892025-08-01T20:45:03.026Z Downloaded arc-swap v1.7.1
12902025-08-01T20:45:03.029Z Downloaded arrayvec v0.7.6
12912025-08-01T20:45:03.029Z Downloaded backoff v0.4.0
12922025-08-01T20:45:03.033Z Downloaded async-bb8-diesel v0.2.1
12932025-08-01T20:45:03.033Z Downloaded async-stream-impl v0.3.6
12942025-08-01T20:45:03.033Z Downloaded hash32 v0.3.1
12952025-08-01T20:45:03.036Z Downloaded cmake v0.1.51
12962025-08-01T20:45:03.037Z Downloaded ascii-canvas v3.0.0
12972025-08-01T20:45:03.037Z Downloaded array-init v0.0.4
12982025-08-01T20:45:03.337Z Downloaded aws-lc-sys v0.26.0
12992025-08-01T20:45:03.638Z Compiling value-bag v1.9.0
13002025-08-01T20:45:03.638Z Compiling shlex v1.3.0
13012025-08-01T20:45:03.642Z Compiling lock_api v0.4.12
13022025-08-01T20:45:03.642Z Compiling scopeguard v1.2.0
13032025-08-01T20:45:03.642Z Compiling typenum v1.17.0
13042025-08-01T20:45:03.642Z Compiling generic-array v0.14.7
13052025-08-01T20:45:03.642Z Compiling syn v2.0.104
13062025-08-01T20:45:03.642Z Compiling getrandom v0.2.15
13072025-08-01T20:45:03.958Z Compiling jobserver v0.1.32
13082025-08-01T20:45:04.208Z Compiling log v0.4.27
13092025-08-01T20:45:04.230Z Compiling rand_core v0.6.4
13102025-08-01T20:45:04.327Z Compiling smallvec v1.15.1
13112025-08-01T20:45:04.423Z Compiling cc v1.2.30
13122025-08-01T20:45:04.757Z Compiling portable-atomic v1.11.0
13132025-08-01T20:45:04.779Z Compiling subtle v2.6.1
13142025-08-01T20:45:04.795Z Compiling critical-section v1.1.3
13152025-08-01T20:45:04.799Z Compiling const-oid v0.9.6
13162025-08-01T20:45:04.947Z Compiling pkg-config v0.3.31
13172025-08-01T20:45:04.967Z Compiling parking_lot_core v0.9.10
13182025-08-01T20:45:05.131Z Compiling pin-project-lite v0.2.14
13192025-08-01T20:45:05.284Z Compiling rustix v0.38.37
13202025-08-01T20:45:06.064Z Compiling signal-hook-registry v1.4.2
13212025-08-01T20:45:06.128Z Compiling parking_lot v0.12.3
13222025-08-01T20:45:06.196Z Compiling mio v1.0.2
13232025-08-01T20:45:06.247Z Compiling futures-core v0.3.31
13242025-08-01T20:45:06.537Z Compiling spin v0.9.8
13252025-08-01T20:45:06.816Z Compiling socket2 v0.6.0
13262025-08-01T20:45:06.914Z Compiling once_cell v1.21.3
13272025-08-01T20:45:06.936Z Compiling aho-corasick v1.1.3
13282025-08-01T20:45:06.957Z Compiling slab v0.4.9
13292025-08-01T20:45:07.062Z Compiling foldhash v0.1.5
13302025-08-01T20:45:07.291Z Compiling getrandom v0.3.1
13312025-08-01T20:45:07.314Z Compiling allocator-api2 v0.2.21
13322025-08-01T20:45:07.317Z Compiling libm v0.2.8
13332025-08-01T20:45:07.493Z Compiling regex-syntax v0.8.5
13342025-08-01T20:45:07.665Z Compiling serde_json v1.0.141
13352025-08-01T20:45:07.701Z Compiling cpufeatures v0.2.14
13362025-08-01T20:45:07.999Z Compiling hashbrown v0.15.4
13372025-08-01T20:45:08.022Z Compiling num-traits v0.2.19
13382025-08-01T20:45:08.026Z Compiling either v1.15.0
13392025-08-01T20:45:08.151Z Compiling percent-encoding v2.3.1
13402025-08-01T20:45:08.258Z Compiling glob v0.3.2
13412025-08-01T20:45:08.452Z Compiling futures-sink v0.3.31
13422025-08-01T20:45:08.618Z Compiling futures-channel v0.3.31
13432025-08-01T20:45:09.074Z Compiling futures-io v0.3.31
13442025-08-01T20:45:09.102Z Compiling clang-sys v1.8.1
13452025-08-01T20:45:09.166Z Compiling prettyplease v0.2.36
13462025-08-01T20:45:09.308Z Compiling pin-utils v0.1.0
13472025-08-01T20:45:09.352Z Compiling futures-task v0.3.31
13482025-08-01T20:45:09.414Z Compiling lazy_static v1.5.0
13492025-08-01T20:45:09.550Z Compiling minimal-lexical v0.2.1
13502025-08-01T20:45:09.570Z Compiling libloading v0.8.5
13512025-08-01T20:45:09.666Z Compiling base64ct v1.6.0
13522025-08-01T20:45:09.924Z Compiling bindgen v0.69.5
13532025-08-01T20:45:10.022Z Compiling nom v7.1.3
13542025-08-01T20:45:10.061Z Compiling home v0.5.9
13552025-08-01T20:45:10.247Z Compiling pem-rfc7468 v0.7.0
13562025-08-01T20:45:10.862Z Compiling itertools v0.12.1
13572025-08-01T20:45:10.899Z Compiling zerocopy v0.8.26
13582025-08-01T20:45:11.270Z Compiling synstructure v0.13.1
13592025-08-01T20:45:11.524Z Compiling regex-automata v0.4.8
13602025-08-01T20:45:12.672Z Compiling lazycell v1.3.0
13612025-08-01T20:45:12.870Z Compiling rustc-hash v1.1.0
13622025-08-01T20:45:13.054Z Compiling cexpr v0.6.0
13632025-08-01T20:45:13.317Z Compiling flagset v0.4.6
13642025-08-01T20:45:13.506Z Compiling cmake v0.1.51
13652025-08-01T20:45:13.560Z Compiling dunce v1.0.5
13662025-08-01T20:45:13.721Z Compiling fs_extra v1.3.0
13672025-08-01T20:45:13.760Z Compiling form_urlencoded v1.2.1
13682025-08-01T20:45:14.091Z Compiling paste v1.0.15
13692025-08-01T20:45:14.278Z Compiling vcpkg v0.2.15
13702025-08-01T20:45:14.358Z Compiling ring v0.17.14
13712025-08-01T20:45:14.572Z Compiling tracing-core v0.1.32
13722025-08-01T20:45:14.667Z Compiling aws-lc-rs v1.12.4
13732025-08-01T20:45:15.139Z Compiling iana-time-zone v0.1.63
13742025-08-01T20:45:15.523Z Compiling httparse v1.9.5
13752025-08-01T20:45:15.744Z Compiling base64 v0.22.1
13762025-08-01T20:45:15.767Z Compiling rustls-pki-types v1.10.0
13772025-08-01T20:45:15.865Z Compiling openssl-sys v0.9.109
13782025-08-01T20:45:16.065Z Compiling serde_derive v1.0.219
13792025-08-01T20:45:16.191Z Compiling zeroize_derive v1.4.2
13802025-08-01T20:45:16.384Z Compiling zerofrom-derive v0.1.4
13812025-08-01T20:45:16.618Z Compiling yoke-derive v0.7.4
13822025-08-01T20:45:16.882Z Compiling zerovec-derive v0.10.3
13832025-08-01T20:45:17.570Z Compiling zeroize v1.8.1
13842025-08-01T20:45:19.108Z Compiling displaydoc v0.2.5
13852025-08-01T20:45:19.274Z Compiling crypto-common v0.1.6
13862025-08-01T20:45:19.462Z Compiling block-buffer v0.10.4
13872025-08-01T20:45:19.529Z Compiling zerocopy-derive v0.7.35
13882025-08-01T20:45:19.720Z Compiling digest v0.10.7
13892025-08-01T20:45:19.741Z Compiling zerofrom v0.1.4
13902025-08-01T20:45:19.968Z Compiling yoke v0.7.4
13912025-08-01T20:45:20.196Z Compiling tokio-macros v2.5.0
13922025-08-01T20:45:20.223Z Compiling hmac v0.12.1
13932025-08-01T20:45:20.335Z Compiling zerovec v0.10.4
13942025-08-01T20:45:20.500Z Compiling icu_provider_macros v1.5.0
13952025-08-01T20:45:20.570Z Compiling block-padding v0.3.3
13962025-08-01T20:45:20.839Z Compiling futures-macro v0.3.31
13972025-08-01T20:45:21.092Z Compiling inout v0.1.3
13982025-08-01T20:45:21.361Z Compiling cipher v0.4.4
13992025-08-01T20:45:21.382Z Compiling zerocopy v0.7.35
14002025-08-01T20:45:21.537Z Compiling sha2 v0.10.9
14012025-08-01T20:45:21.613Z Compiling regex v1.11.1
14022025-08-01T20:45:21.641Z Compiling der_derive v0.7.3
14032025-08-01T20:45:21.874Z Compiling thiserror-impl v1.0.69
14042025-08-01T20:45:22.358Z Compiling tinystr v0.7.6
14052025-08-01T20:45:22.569Z Compiling icu_collections v1.5.0
14062025-08-01T20:45:22.660Z Compiling futures-util v0.3.31
14072025-08-01T20:45:22.682Z Compiling icu_locid v1.5.0
14082025-08-01T20:45:22.733Z Compiling zerocopy-derive v0.8.26
14092025-08-01T20:45:23.345Z Compiling serde v1.0.219
14102025-08-01T20:45:23.846Z Compiling icu_provider v1.5.0
14112025-08-01T20:45:23.932Z Compiling der v0.7.9
14122025-08-01T20:45:24.699Z Compiling icu_locid_transform v1.5.0
14132025-08-01T20:45:24.782Z Compiling thiserror v1.0.69
14142025-08-01T20:45:24.782Z Compiling ppv-lite86 v0.2.20
14152025-08-01T20:45:24.956Z Compiling salsa20 v0.10.2
14162025-08-01T20:45:24.978Z Compiling pbkdf2 v0.12.2
14172025-08-01T20:45:25.172Z Compiling scrypt v0.11.0
14182025-08-01T20:45:25.204Z Compiling cbc v0.1.2
14192025-08-01T20:45:25.466Z Compiling aes v0.8.4
14202025-08-01T20:45:25.564Z Compiling pest v2.7.14
14212025-08-01T20:45:25.781Z Compiling tracing-attributes v0.1.27
14222025-08-01T20:45:25.925Z Compiling icu_properties v1.5.1
14232025-08-01T20:45:26.898Z Compiling spki v0.7.3
14242025-08-01T20:45:27.285Z Compiling pkcs5 v0.7.1
14252025-08-01T20:45:28.071Z Compiling pest_meta v2.7.14
14262025-08-01T20:45:28.249Z Compiling pkcs8 v0.10.2
14272025-08-01T20:45:28.404Z Compiling scroll_derive v0.12.0
14282025-08-01T20:45:28.435Z Compiling bitflags v2.9.1
14292025-08-01T20:45:28.740Z Compiling bytes v1.10.1
14302025-08-01T20:45:28.918Z Compiling semver v1.0.26
14312025-08-01T20:45:29.620Z Compiling indexmap v2.10.0
14322025-08-01T20:45:29.847Z Compiling tokio v1.47.0
14332025-08-01T20:45:30.147Z Compiling icu_normalizer v1.5.0
14342025-08-01T20:45:30.560Z Compiling http v1.3.1
14352025-08-01T20:45:30.570Z Compiling rustc_version v0.4.1
14362025-08-01T20:45:31.050Z Compiling uuid v1.17.0
14372025-08-01T20:45:31.223Z Compiling idna_adapter v1.2.0
14382025-08-01T20:45:31.477Z Compiling idna v1.0.3
14392025-08-01T20:45:31.801Z Compiling tracing v0.1.40
14402025-08-01T20:45:31.900Z Compiling chrono v0.4.41
14412025-08-01T20:45:32.320Z Compiling url v2.5.4
14422025-08-01T20:45:32.475Z Compiling which v4.4.2
14432025-08-01T20:45:32.500Z Compiling http-body v1.0.1
14442025-08-01T20:45:32.565Z Compiling rustversion v1.0.17
14452025-08-01T20:45:32.763Z Compiling tinyvec_macros v0.1.1
14462025-08-01T20:45:32.958Z Compiling tinyvec v1.8.0
14472025-08-01T20:45:33.010Z Compiling rand_core v0.9.2
14482025-08-01T20:45:33.350Z Compiling scroll v0.12.0
14492025-08-01T20:45:33.437Z Compiling pest_generator v2.7.14
14502025-08-01T20:45:33.577Z Compiling serde_derive_internals v0.29.1
14512025-08-01T20:45:33.903Z Compiling bzip2-sys v0.1.13+1.0.8
14522025-08-01T20:45:34.157Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14532025-08-01T20:45:34.424Z Compiling time-core v0.1.2
14542025-08-01T20:45:34.462Z Compiling atomic-waker v1.1.2
14552025-08-01T20:45:34.660Z Compiling openssl-probe v0.1.5
14562025-08-01T20:45:34.708Z Compiling try-lock v0.2.5
14572025-08-01T20:45:34.871Z Compiling powerfmt v0.2.0
14582025-08-01T20:45:34.939Z Compiling adler2 v2.0.0
14592025-08-01T20:45:34.951Z Compiling openssl v0.10.73
14602025-08-01T20:45:35.160Z Compiling num-conv v0.1.0
14612025-08-01T20:45:35.202Z Compiling tower-service v0.3.3
14622025-08-01T20:45:35.251Z Compiling untrusted v0.9.0
14632025-08-01T20:45:35.331Z Compiling schemars v0.8.22
14642025-08-01T20:45:35.368Z Compiling foreign-types-shared v0.1.1
14652025-08-01T20:45:35.383Z Compiling untrusted v0.7.1
14662025-08-01T20:45:35.448Z Compiling time-macros v0.2.18
14672025-08-01T20:45:35.470Z Compiling foreign-types v0.3.2
14682025-08-01T20:45:35.601Z Compiling pest_derive v2.7.14
14692025-08-01T20:45:35.646Z Compiling deranged v0.3.11
14702025-08-01T20:45:35.688Z Compiling miniz_oxide v0.8.5
14712025-08-01T20:45:35.743Z Compiling schemars_derive v0.8.22
14722025-08-01T20:45:37.043Z Compiling goblin v0.8.2
14732025-08-01T20:45:37.066Z Compiling want v0.3.1
14742025-08-01T20:45:38.304Z Compiling tokio-util v0.7.15
14752025-08-01T20:45:38.947Z Compiling rand_chacha v0.9.0
14762025-08-01T20:45:39.598Z Compiling ipnet v2.11.0
14772025-08-01T20:45:40.400Z Compiling h2 v0.4.6
14782025-08-01T20:45:40.730Z Compiling openssl-macros v0.1.1
14792025-08-01T20:45:40.897Z Compiling dyn-clone v1.0.19
14802025-08-01T20:45:41.146Z Compiling crossbeam-utils v0.8.21
14812025-08-01T20:45:41.466Z Compiling rustls v0.23.19
14822025-08-01T20:45:41.679Z Compiling native-tls v0.2.12
14832025-08-01T20:45:41.727Z Compiling syn v1.0.109
14842025-08-01T20:45:41.778Z Compiling httpdate v1.0.3
14852025-08-01T20:45:42.057Z Compiling num_threads v0.1.7
14862025-08-01T20:45:42.190Z Compiling time v0.3.36
14872025-08-01T20:45:43.197Z Compiling dof v0.3.0
14882025-08-01T20:45:44.944Z Compiling rand v0.9.1
14892025-08-01T20:45:45.816Z Compiling dtrace-parser v0.2.0
14902025-08-01T20:45:45.857Z Compiling unicode-normalization v0.1.24
14912025-08-01T20:45:46.678Z Compiling heapless v0.7.17
14922025-08-01T20:45:46.700Z Compiling signature v2.2.0
14932025-08-01T20:45:46.888Z Compiling cookie v0.18.1
14942025-08-01T20:45:47.020Z Compiling crc32fast v1.4.2
14952025-08-01T20:45:47.142Z Compiling unicode-bidi v0.3.17
14962025-08-01T20:45:47.236Z Compiling zstd-safe v7.2.3
14972025-08-01T20:45:47.349Z Compiling zlib-rs v0.5.1
14982025-08-01T20:45:47.600Z Compiling hyper v1.6.0
14992025-08-01T20:45:47.604Z Compiling slog v2.7.0
15002025-08-01T20:45:48.137Z Compiling siphasher v0.3.11
15012025-08-01T20:45:48.334Z Compiling unicode-properties v0.1.3
15022025-08-01T20:45:48.517Z Compiling signal-hook v0.3.18
15032025-08-01T20:45:48.770Z Compiling stringprep v0.1.5
15042025-08-01T20:45:48.874Z Compiling phf_shared v0.11.2
15052025-08-01T20:45:49.854Z Compiling usdt-impl v0.5.0
15062025-08-01T20:45:49.898Z Compiling hyper-util v0.1.16
15072025-08-01T20:45:50.517Z Compiling curve25519-dalek v4.1.3
15082025-08-01T20:45:51.040Z Compiling serde_spanned v0.6.9
15092025-08-01T20:45:51.062Z Compiling toml_datetime v0.6.11
15102025-08-01T20:45:51.096Z Compiling serde_tokenstream v0.2.2
15112025-08-01T20:45:51.208Z Compiling rand_chacha v0.3.1
15122025-08-01T20:45:51.296Z Compiling md-5 v0.10.6
15132025-08-01T20:45:51.596Z Compiling num-integer v0.1.46
15142025-08-01T20:45:51.599Z Compiling sync_wrapper v1.0.1
15152025-08-01T20:45:51.641Z Compiling hash32 v0.2.1
15162025-08-01T20:45:51.787Z Compiling ff v0.13.0
15172025-08-01T20:45:52.018Z Compiling memoffset v0.9.1
15182025-08-01T20:45:52.040Z Compiling litrs v0.4.1
15192025-08-01T20:45:52.264Z Compiling psl-types v2.0.11
15202025-08-01T20:45:52.375Z Compiling base16ct v0.2.0
15212025-08-01T20:45:52.482Z Compiling smoltcp v0.9.1
15222025-08-01T20:45:52.703Z Compiling fallible-iterator v0.2.0
15232025-08-01T20:45:53.138Z Compiling num-bigint-dig v0.8.4
15242025-08-01T20:45:53.158Z Compiling cfg_aliases v0.2.1
15252025-08-01T20:45:53.285Z Compiling newtype-uuid v1.2.4
15262025-08-01T20:45:53.374Z Compiling tower-layer v0.3.3
15272025-08-01T20:45:53.480Z Compiling gimli v0.31.1
15282025-08-01T20:45:53.539Z Compiling libz-rs-sys v0.5.1
15292025-08-01T20:45:53.570Z Compiling postgres-protocol v0.6.8
15302025-08-01T20:45:53.648Z Compiling tower v0.5.2
15312025-08-01T20:45:53.671Z Compiling nix v0.29.0
15322025-08-01T20:45:53.830Z Compiling flate2 v1.1.2
15332025-08-01T20:45:54.494Z Compiling document-features v0.2.11
15342025-08-01T20:45:54.521Z Compiling sec1 v0.7.3
15352025-08-01T20:45:54.545Z Compiling publicsuffix v2.3.0
15362025-08-01T20:45:54.762Z Compiling num-iter v0.1.45
15372025-08-01T20:45:54.870Z Compiling group v0.13.0
15382025-08-01T20:45:54.992Z Compiling rand v0.8.5
15392025-08-01T20:45:55.579Z Compiling tokio-native-tls v0.3.1
15402025-08-01T20:45:55.989Z Compiling ipnetwork v0.21.1
15412025-08-01T20:45:56.184Z Compiling strum_macros v0.27.1
15422025-08-01T20:45:56.412Z Compiling rustls-native-certs v0.8.1
15432025-08-01T20:45:56.718Z Compiling http-body-util v0.1.3
15442025-08-01T20:45:56.861Z Compiling terminal_size v0.4.0
15452025-08-01T20:45:56.884Z Compiling hkdf v0.12.4
15462025-08-01T20:45:56.963Z Compiling crypto-bigint v0.5.5
15472025-08-01T20:45:57.113Z Compiling webpki-roots v1.0.1
15482025-08-01T20:45:57.169Z Compiling thiserror-impl v2.0.12
15492025-08-01T20:45:57.190Z Compiling curve25519-dalek-derive v0.1.1
15502025-08-01T20:45:57.328Z Compiling async-trait v0.1.88
15512025-08-01T20:45:58.161Z Compiling addr2line v0.24.2
15522025-08-01T20:45:58.616Z Compiling object v0.36.5
15532025-08-01T20:45:58.883Z Compiling ahash v0.8.12
15542025-08-01T20:45:59.259Z Compiling fs-err v3.1.1
15552025-08-01T20:45:59.611Z Compiling lockfree-object-pool v0.1.6
15562025-08-01T20:45:59.853Z Compiling managed v0.8.0
15572025-08-01T20:45:59.880Z Compiling anyhow v1.0.98
15582025-08-01T20:46:00.279Z Compiling bumpalo v3.16.0
15592025-08-01T20:46:00.388Z Compiling simd-adler32 v0.3.7
15602025-08-01T20:46:00.533Z Compiling rustc-demangle v0.1.24
15612025-08-01T20:46:00.752Z Compiling bitflags v1.3.2
15622025-08-01T20:46:00.877Z Compiling buf-list v1.0.3
15632025-08-01T20:46:00.935Z Compiling rustix v1.0.7
15642025-08-01T20:46:01.225Z Compiling winnow v0.5.40
15652025-08-01T20:46:01.403Z Compiling iri-string v0.7.8
15662025-08-01T20:46:01.570Z Compiling hubpack_derive v0.1.1
15672025-08-01T20:46:01.593Z Compiling strum v0.27.2
15682025-08-01T20:46:01.773Z Compiling clap_builder v4.5.41
15692025-08-01T20:46:02.443Z Compiling hubpack v0.1.2
15702025-08-01T20:46:02.800Z Compiling zopfli v0.8.1
15712025-08-01T20:46:03.324Z Compiling thiserror v2.0.12
15722025-08-01T20:46:03.509Z Compiling elliptic-curve v0.13.8
15732025-08-01T20:46:04.313Z Compiling tower-http v0.6.6
15742025-08-01T20:46:04.360Z Compiling hyper-tls v0.6.0
15752025-08-01T20:46:04.773Z Compiling toml_edit v0.19.15
15762025-08-01T20:46:04.804Z Compiling oxnet v0.1.3
15772025-08-01T20:46:05.173Z Compiling backtrace v0.3.74
15782025-08-01T20:46:05.609Z Compiling signal-hook-mio v0.2.4
15792025-08-01T20:46:05.633Z Compiling cookie_store v0.21.1
15802025-08-01T20:46:05.800Z Compiling zstd v0.13.3
15812025-08-01T20:46:06.514Z Compiling postgres-types v0.2.9
15822025-08-01T20:46:07.434Z Compiling usdt-macro v0.5.0
15832025-08-01T20:46:07.845Z Compiling usdt-attr-macro v0.5.0
15842025-08-01T20:46:07.954Z Compiling phf v0.11.2
15852025-08-01T20:46:08.286Z Compiling ed25519 v2.2.3
15862025-08-01T20:46:08.915Z Compiling bzip2 v0.5.2
15872025-08-01T20:46:09.333Z Compiling bzip2 v0.4.4
15882025-08-01T20:46:09.420Z Compiling strum_macros v0.26.4
15892025-08-01T20:46:09.548Z Compiling pkcs1 v0.7.5
15902025-08-01T20:46:09.736Z Compiling serde_urlencoded v0.7.1
15912025-08-01T20:46:10.161Z Compiling serde-big-array v0.5.1
15922025-08-01T20:46:10.261Z Compiling rfc6979 v0.4.0
15932025-08-01T20:46:10.410Z Compiling bstr v1.10.0
15942025-08-01T20:46:10.470Z Compiling daft-derive v0.1.4
15952025-08-01T20:46:10.474Z Compiling enum-as-inner v0.6.1
15962025-08-01T20:46:11.371Z Compiling serde_repr v0.1.19
15972025-08-01T20:46:11.439Z Compiling clap_derive v4.5.41
15982025-08-01T20:46:11.510Z Compiling float-cmp v0.10.0
15992025-08-01T20:46:11.777Z Compiling socket2 v0.5.10
16002025-08-01T20:46:11.960Z Compiling encoding_rs v0.8.34
16012025-08-01T20:46:12.088Z Compiling new_debug_unreachable v1.0.6
16022025-08-01T20:46:12.208Z Compiling predicates-core v1.0.8
16032025-08-01T20:46:12.472Z Compiling static_assertions v1.1.0
16042025-08-01T20:46:12.543Z Compiling mime v0.3.17
16052025-08-01T20:46:12.597Z Compiling fixedbitset v0.4.2
16062025-08-01T20:46:12.622Z Compiling difflib v0.4.0
16072025-08-01T20:46:13.050Z Compiling precomputed-hash v0.1.1
16082025-08-01T20:46:13.087Z Compiling data-encoding v2.9.0
16092025-08-01T20:46:13.207Z Compiling whoami v1.5.2
16102025-08-01T20:46:13.764Z Compiling unicode-segmentation v1.12.0
16112025-08-01T20:46:13.918Z Compiling normalize-line-endings v0.3.0
16122025-08-01T20:46:14.032Z Compiling strum v0.26.3
16132025-08-01T20:46:14.092Z Compiling predicates v3.1.3
16142025-08-01T20:46:14.238Z Compiling hickory-proto v0.25.2
16152025-08-01T20:46:14.649Z Compiling similar v2.7.0
16162025-08-01T20:46:14.844Z Compiling tokio-postgres v0.7.13
16172025-08-01T20:46:15.569Z Compiling toml_edit v0.22.27
16182025-08-01T20:46:15.692Z Compiling string_cache v0.8.9
16192025-08-01T20:46:15.905Z Compiling clap v4.5.41
16202025-08-01T20:46:16.046Z Compiling petgraph v0.6.5
16212025-08-01T20:46:16.145Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16222025-08-01T20:46:16.705Z Compiling console v0.15.10
16232025-08-01T20:46:18.013Z Compiling daft v0.1.4
16242025-08-01T20:46:18.583Z Compiling usdt v0.5.0
16252025-08-01T20:46:18.624Z Compiling ecdsa v0.16.9
16262025-08-01T20:46:19.078Z Compiling rsa v0.9.6
16272025-08-01T20:46:19.457Z Compiling zip v0.6.6
16282025-08-01T20:46:19.671Z Compiling zip v4.2.0
16292025-08-01T20:46:20.283Z Compiling ed25519-dalek v2.1.1
16302025-08-01T20:46:20.717Z Compiling toml v0.7.8
16312025-08-01T20:46:22.151Z Compiling crossterm v0.28.1
16322025-08-01T20:46:23.440Z Compiling crossbeam-epoch v0.9.18
16332025-08-01T20:46:23.568Z Compiling tokio-stream v0.1.17
16342025-08-01T20:46:23.747Z Compiling openapiv3 v2.2.0
16352025-08-01T20:46:24.126Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
16362025-08-01T20:46:24.527Z Compiling x509-cert v0.2.5
16372025-08-01T20:46:24.567Z Compiling sha1 v0.10.6
16382025-08-01T20:46:24.990Z Compiling itertools v0.13.0
16392025-08-01T20:46:25.314Z Compiling itertools v0.10.5
16402025-08-01T20:46:25.875Z Compiling dirs-sys-next v0.1.2
16412025-08-01T20:46:25.910Z Compiling winnow v0.6.26
16422025-08-01T20:46:26.429Z Compiling rustc-hash v2.1.1
16432025-08-01T20:46:26.643Z Compiling lalrpop-util v0.19.12
16442025-08-01T20:46:26.702Z Compiling peg-runtime v0.8.5
16452025-08-01T20:46:27.032Z Compiling dirs-next v2.0.0
16462025-08-01T20:46:27.252Z Compiling thread_local v1.1.8
16472025-08-01T20:46:27.295Z Compiling slog-async v2.8.0
16482025-08-01T20:46:27.649Z Compiling term v0.7.0
16492025-08-01T20:46:27.743Z Compiling crossbeam-channel v0.5.15
16502025-08-01T20:46:27.856Z Compiling xattr v1.3.1
16512025-08-01T20:46:27.905Z Compiling futures-executor v0.3.31
16522025-08-01T20:46:27.927Z Compiling filetime v0.2.25
16532025-08-01T20:46:28.152Z Compiling is-terminal v0.4.13
16542025-08-01T20:46:28.248Z Compiling take_mut v0.2.2
16552025-08-01T20:46:28.312Z Compiling slog-term v2.9.1
16562025-08-01T20:46:28.423Z Compiling futures v0.3.31
16572025-08-01T20:46:28.445Z Compiling tar v0.4.44
16582025-08-01T20:46:28.557Z Compiling camino v1.1.10
16592025-08-01T20:46:34.372Z Compiling aws-lc-sys v0.26.0
16602025-08-01T20:47:04.254Z Compiling rustls-webpki v0.102.8
16612025-08-01T20:47:08.806Z Compiling tokio-rustls v0.26.0
16622025-08-01T20:47:09.063Z Compiling hyper-rustls v0.27.7
16632025-08-01T20:47:09.447Z Compiling reqwest v0.12.22
16642025-08-01T20:47:12.926Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16652025-08-01T20:47:13.230Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16662025-08-01T20:47:17.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
16672025-08-01T20:47:18.032Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16682025-08-01T20:47:18.096ZAug 01 20:47:17.777 INFO Starting download, target: Clickhouse
16692025-08-01T20:47:18.096ZAug 01 20:47:17.777 INFO Starting download, target: Console
16702025-08-01T20:47:18.096ZAug 01 20:47:17.777 INFO Starting download, target: Cockroach
16712025-08-01T20:47:18.096ZAug 01 20:47:17.777 INFO Starting download, target: DendriteStub
16722025-08-01T20:47:18.096ZAug 01 20:47:17.777 INFO Starting download, target: MaghemiteMgd
16732025-08-01T20:47:18.100ZAug 01 20:47:17.777 INFO Starting download, target: TransceiverControl
16742025-08-01T20:47:18.100ZAug 01 20:47:17.778 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16752025-08-01T20:47:18.100ZAug 01 20:47:17.778 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16762025-08-01T20:47:18.100ZAug 01 20:47:17.778 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16772025-08-01T20:47:18.100ZAug 01 20:47:17.778 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16782025-08-01T20:47:18.100ZAug 01 20:47:17.778 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16792025-08-01T20:47:18.100ZAug 01 20:47:17.778 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16802025-08-01T20:47:18.602ZAug 01 20:47:18.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16812025-08-01T20:47:18.609ZAug 01 20:47:18.284 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16822025-08-01T20:47:19.036ZAug 01 20:47:18.713 INFO Download complete, target: Console
16832025-08-01T20:47:19.052ZAug 01 20:47:18.716 INFO Download complete, target: TransceiverControl
16842025-08-01T20:47:19.445ZAug 01 20:47:19.122 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16852025-08-01T20:47:19.563ZAug 01 20:47:19.244 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16862025-08-01T20:47:20.125ZAug 01 20:47:19.807 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16872025-08-01T20:47:20.158ZAug 01 20:47:19.841 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16882025-08-01T20:47:20.158ZAug 01 20:47:19.841 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16892025-08-01T20:47:22.839ZAug 01 20:47:22.522 INFO Download complete, target: DendriteStub
16902025-08-01T20:47:22.886ZAug 01 20:47:22.570 INFO Download complete, target: MaghemiteMgd
16912025-08-01T20:47:26.610ZAug 01 20:47:26.296 INFO Checking that binary works, target: Cockroach
16922025-08-01T20:47:26.767ZAug 01 20:47:26.454 INFO Download complete, target: Cockroach
16932025-08-01T20:47:30.298ZAug 01 20:47:29.986 INFO Checking that binary works, target: Clickhouse
16942025-08-01T20:47:30.430ZAug 01 20:47:30.118 INFO Download complete, target: Clickhouse
16952025-08-01T20:47:30.451ZAll builder prerequisites installed successfully, and PATH looks valid
16962025-08-01T20:47:30.455Z
16972025-08-01T20:47:30.455Zreal 4:42.414541577
16982025-08-01T20:47:30.455Zuser 16:36.923683030
16992025-08-01T20:47:30.455Zsys 2:20.707183035
17002025-08-01T20:47:30.455Ztrap 0.611068122
17012025-08-01T20:47:30.455Ztflt 0.923918618
17022025-08-01T20:47:30.455Zdflt 1.250440923
17032025-08-01T20:47:30.455Zkflt 0.024095670
17042025-08-01T20:47:30.455Zlock 38:12.869393109
17052025-08-01T20:47:30.455Zslp 59:57.324397404
17062025-08-01T20:47:30.455Zlat 1:12.185715047
17072025-08-01T20:47:30.455Zstop 2:54.036290475
17082025-08-01T20:47:30.455Z+ banner hack-check
17092025-08-01T20:47:30.456Z
17102025-08-01T20:47:30.456Z # # ## #### # # #### # # ###### #### # #
17112025-08-01T20:47:30.456Z # # # # # # # # # # # # # # # # #
17122025-08-01T20:47:30.456Z ###### # # # #### ##### # ###### ##### # ####
17132025-08-01T20:47:30.456Z # # ###### # # # # # # # # # #
17142025-08-01T20:47:30.456Z # # # # # # # # # # # # # # # # #
17152025-08-01T20:47:30.456Z # # # # #### # # #### # # ###### #### # #
17162025-08-01T20:47:30.456Z
17172025-08-01T20:47:30.456Z+ export CARGO_INCREMENTAL=0
17182025-08-01T20:47:30.456Z+ CARGO_INCREMENTAL=0
17192025-08-01T20:47:30.456Z+ ptime -m timeout 2h cargo xtask check-features --ci
17202025-08-01T20:47:31.174Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17212025-08-01T20:47:31.472Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17222025-08-01T20:47:34.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
17232025-08-01T20:47:34.658Z Running `target/debug/xtask check-features --ci`
17242025-08-01T20:47:34.687Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17252025-08-01T20:47:34.691Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17262025-08-01T20:47:35.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
17272025-08-01T20:47:35.316Z Running `target/debug/xtask download cargo-hack`
17282025-08-01T20:47:36.315Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292025-08-01T20:47:36.721Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302025-08-01T20:47:40.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
17312025-08-01T20:47:40.743Z Running `target/debug/xtask-downloader cargo-hack`
17322025-08-01T20:47:40.788ZAug 01 20:47:40.483 INFO Starting download, target: CargoHack
17332025-08-01T20:47:40.792ZAug 01 20:47:40.483 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17342025-08-01T20:47:41.153ZAug 01 20:47:40.848 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17352025-08-01T20:47:41.228ZAug 01 20:47:40.922 INFO Download complete, target: CargoHack
17362025-08-01T20:47:41.232Zrunning: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17372025-08-01T20:47:41.252Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17382025-08-01T20:47:41.455Zinfo: running `cargo check --bins` on api_identity (1/221)
17392025-08-01T20:47:42.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402025-08-01T20:47:42.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412025-08-01T20:47:42.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422025-08-01T20:47:42.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17432025-08-01T20:47:42.206Z
17442025-08-01T20:47:42.206Zinfo: running `cargo check --bins` on bootstore (2/221)
17452025-08-01T20:47:42.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462025-08-01T20:47:42.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472025-08-01T20:47:42.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482025-08-01T20:47:42.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17492025-08-01T20:47:43.008Z
17502025-08-01T20:47:43.008Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/221)
17512025-08-01T20:47:43.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522025-08-01T20:47:43.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532025-08-01T20:47:43.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542025-08-01T20:47:43.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17552025-08-01T20:47:43.790Z
17562025-08-01T20:47:43.790Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221)
17572025-08-01T20:47:44.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582025-08-01T20:47:44.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592025-08-01T20:47:44.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602025-08-01T20:47:44.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17612025-08-01T20:47:44.584Z
17622025-08-01T20:47:44.585Zinfo: running `cargo check --bins` on id-map (5/221)
17632025-08-01T20:47:45.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642025-08-01T20:47:45.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652025-08-01T20:47:45.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662025-08-01T20:47:45.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17672025-08-01T20:47:45.331Z
17682025-08-01T20:47:45.331Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221)
17692025-08-01T20:47:45.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702025-08-01T20:47:45.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712025-08-01T20:47:45.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722025-08-01T20:47:45.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17732025-08-01T20:47:45.916Z
17742025-08-01T20:47:45.916Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221)
17752025-08-01T20:47:46.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762025-08-01T20:47:46.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772025-08-01T20:47:46.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782025-08-01T20:47:46.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17792025-08-01T20:47:46.491Z
17802025-08-01T20:47:46.491Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221)
17812025-08-01T20:47:47.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822025-08-01T20:47:47.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832025-08-01T20:47:47.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842025-08-01T20:47:47.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17852025-08-01T20:47:47.065Z
17862025-08-01T20:47:47.065Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221)
17872025-08-01T20:47:47.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882025-08-01T20:47:47.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892025-08-01T20:47:47.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902025-08-01T20:47:47.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17912025-08-01T20:47:47.643Z
17922025-08-01T20:47:47.643Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221)
17932025-08-01T20:47:48.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942025-08-01T20:47:48.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952025-08-01T20:47:48.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962025-08-01T20:47:48.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17972025-08-01T20:47:48.217Z
17982025-08-01T20:47:48.217Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221)
17992025-08-01T20:47:48.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002025-08-01T20:47:48.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012025-08-01T20:47:48.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022025-08-01T20:47:48.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18032025-08-01T20:47:48.789Z
18042025-08-01T20:47:48.789Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221)
18052025-08-01T20:47:49.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062025-08-01T20:47:49.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072025-08-01T20:47:49.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082025-08-01T20:47:49.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18092025-08-01T20:47:49.369Z
18102025-08-01T20:47:49.369Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221)
18112025-08-01T20:47:49.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122025-08-01T20:47:49.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132025-08-01T20:47:49.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142025-08-01T20:47:49.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18152025-08-01T20:47:49.954Z
18162025-08-01T20:47:49.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221)
18172025-08-01T20:47:50.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182025-08-01T20:47:50.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192025-08-01T20:47:50.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202025-08-01T20:47:50.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18212025-08-01T20:47:50.535Z
18222025-08-01T20:47:50.535Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221)
18232025-08-01T20:47:51.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242025-08-01T20:47:51.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252025-08-01T20:47:51.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262025-08-01T20:47:51.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18272025-08-01T20:47:51.109Z
18282025-08-01T20:47:51.109Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221)
18292025-08-01T20:47:51.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302025-08-01T20:47:51.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312025-08-01T20:47:51.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322025-08-01T20:47:51.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18332025-08-01T20:47:51.692Z
18342025-08-01T20:47:51.692Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221)
18352025-08-01T20:47:52.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362025-08-01T20:47:52.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372025-08-01T20:47:52.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382025-08-01T20:47:52.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18392025-08-01T20:47:52.275Z
18402025-08-01T20:47:52.275Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221)
18412025-08-01T20:47:52.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422025-08-01T20:47:52.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432025-08-01T20:47:52.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442025-08-01T20:47:52.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18452025-08-01T20:47:52.859Z
18462025-08-01T20:47:52.859Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221)
18472025-08-01T20:47:53.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482025-08-01T20:47:53.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492025-08-01T20:47:53.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502025-08-01T20:47:53.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18512025-08-01T20:47:53.440Z
18522025-08-01T20:47:53.440Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221)
18532025-08-01T20:47:53.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542025-08-01T20:47:53.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552025-08-01T20:47:53.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562025-08-01T20:47:53.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18572025-08-01T20:47:54.014Z
18582025-08-01T20:47:54.014Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221)
18592025-08-01T20:47:54.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602025-08-01T20:47:54.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612025-08-01T20:47:54.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622025-08-01T20:47:54.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18632025-08-01T20:47:54.605Z
18642025-08-01T20:47:54.605Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221)
18652025-08-01T20:47:55.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662025-08-01T20:47:55.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672025-08-01T20:47:55.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682025-08-01T20:47:55.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18692025-08-01T20:47:55.178Z
18702025-08-01T20:47:55.178Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221)
18712025-08-01T20:47:55.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722025-08-01T20:47:55.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732025-08-01T20:47:55.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742025-08-01T20:47:55.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18752025-08-01T20:47:55.759Z
18762025-08-01T20:47:55.760Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221)
18772025-08-01T20:47:56.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782025-08-01T20:47:56.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792025-08-01T20:47:56.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802025-08-01T20:47:56.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18812025-08-01T20:47:56.342Z
18822025-08-01T20:47:56.342Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221)
18832025-08-01T20:47:56.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842025-08-01T20:47:56.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852025-08-01T20:47:56.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862025-08-01T20:47:56.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18872025-08-01T20:47:56.922Z
18882025-08-01T20:47:56.922Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221)
18892025-08-01T20:47:57.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902025-08-01T20:47:57.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912025-08-01T20:47:57.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922025-08-01T20:47:57.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18932025-08-01T20:47:57.508Z
18942025-08-01T20:47:57.508Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221)
18952025-08-01T20:47:58.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962025-08-01T20:47:58.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972025-08-01T20:47:58.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982025-08-01T20:47:58.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18992025-08-01T20:47:58.087Z
19002025-08-01T20:47:58.087Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221)
19012025-08-01T20:47:58.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022025-08-01T20:47:58.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032025-08-01T20:47:58.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042025-08-01T20:47:58.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19052025-08-01T20:47:58.654Z
19062025-08-01T20:47:58.654Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221)
19072025-08-01T20:47:59.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082025-08-01T20:47:59.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092025-08-01T20:47:59.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102025-08-01T20:47:59.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19112025-08-01T20:47:59.225Z
19122025-08-01T20:47:59.225Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221)
19132025-08-01T20:47:59.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142025-08-01T20:47:59.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152025-08-01T20:47:59.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162025-08-01T20:47:59.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19172025-08-01T20:47:59.810Z
19182025-08-01T20:47:59.810Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221)
19192025-08-01T20:48:00.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202025-08-01T20:48:00.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212025-08-01T20:48:00.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222025-08-01T20:48:00.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19232025-08-01T20:48:00.407Z
19242025-08-01T20:48:00.407Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221)
19252025-08-01T20:48:00.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262025-08-01T20:48:00.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272025-08-01T20:48:00.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282025-08-01T20:48:00.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19292025-08-01T20:48:00.979Z
19302025-08-01T20:48:00.979Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221)
19312025-08-01T20:48:01.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322025-08-01T20:48:01.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332025-08-01T20:48:01.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342025-08-01T20:48:01.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19352025-08-01T20:48:01.558Z
19362025-08-01T20:48:01.558Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221)
19372025-08-01T20:48:02.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382025-08-01T20:48:02.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392025-08-01T20:48:02.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402025-08-01T20:48:02.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19412025-08-01T20:48:02.134Z
19422025-08-01T20:48:02.134Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221)
19432025-08-01T20:48:02.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442025-08-01T20:48:02.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452025-08-01T20:48:02.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462025-08-01T20:48:02.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19472025-08-01T20:48:02.710Z
19482025-08-01T20:48:02.710Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221)
19492025-08-01T20:48:03.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502025-08-01T20:48:03.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512025-08-01T20:48:03.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522025-08-01T20:48:03.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19532025-08-01T20:48:03.296Z
19542025-08-01T20:48:03.296Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221)
19552025-08-01T20:48:03.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562025-08-01T20:48:03.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572025-08-01T20:48:03.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582025-08-01T20:48:03.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19592025-08-01T20:48:03.873Z
19602025-08-01T20:48:03.873Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221)
19612025-08-01T20:48:04.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622025-08-01T20:48:04.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632025-08-01T20:48:04.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642025-08-01T20:48:04.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19652025-08-01T20:48:04.457Z
19662025-08-01T20:48:04.457Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221)
19672025-08-01T20:48:04.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682025-08-01T20:48:04.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692025-08-01T20:48:04.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702025-08-01T20:48:04.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19712025-08-01T20:48:05.039Z
19722025-08-01T20:48:05.039Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221)
19732025-08-01T20:48:05.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742025-08-01T20:48:05.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752025-08-01T20:48:05.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762025-08-01T20:48:05.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19772025-08-01T20:48:05.619Z
19782025-08-01T20:48:05.619Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221)
19792025-08-01T20:48:06.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802025-08-01T20:48:06.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812025-08-01T20:48:06.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822025-08-01T20:48:06.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19832025-08-01T20:48:06.191Z
19842025-08-01T20:48:06.191Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221)
19852025-08-01T20:48:06.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862025-08-01T20:48:06.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872025-08-01T20:48:06.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882025-08-01T20:48:06.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19892025-08-01T20:48:06.779Z
19902025-08-01T20:48:06.779Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221)
19912025-08-01T20:48:07.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922025-08-01T20:48:07.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932025-08-01T20:48:07.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942025-08-01T20:48:07.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
19952025-08-01T20:48:07.347Z
19962025-08-01T20:48:07.347Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221)
19972025-08-01T20:48:07.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982025-08-01T20:48:07.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992025-08-01T20:48:07.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002025-08-01T20:48:07.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20012025-08-01T20:48:07.920Z
20022025-08-01T20:48:07.920Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221)
20032025-08-01T20:48:08.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042025-08-01T20:48:08.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052025-08-01T20:48:08.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062025-08-01T20:48:08.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20072025-08-01T20:48:08.497Z
20082025-08-01T20:48:08.497Zinfo: running `cargo check --bins` on sled-hardware-types (46/221)
20092025-08-01T20:48:09.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102025-08-01T20:48:09.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112025-08-01T20:48:09.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122025-08-01T20:48:09.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20132025-08-01T20:48:09.298Z
20142025-08-01T20:48:09.298Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/221)
20152025-08-01T20:48:09.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162025-08-01T20:48:09.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172025-08-01T20:48:09.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182025-08-01T20:48:09.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
20192025-08-01T20:48:10.083Z
20202025-08-01T20:48:10.083Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221)
20212025-08-01T20:48:10.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222025-08-01T20:48:10.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232025-08-01T20:48:10.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242025-08-01T20:48:10.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20252025-08-01T20:48:10.875Z
20262025-08-01T20:48:10.875Zinfo: running `cargo check --bins` on oxlog (49/221)
20272025-08-01T20:48:11.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282025-08-01T20:48:11.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292025-08-01T20:48:11.635Z Checking cfg-if v1.0.1
20302025-08-01T20:48:11.638Z Checking libc v0.2.174
20312025-08-01T20:48:11.763Z Checking serde v1.0.219
20322025-08-01T20:48:11.766Z Checking zeroize v1.8.1
20332025-08-01T20:48:11.791Z Checking memchr v2.7.4
20342025-08-01T20:48:11.807Z Checking typenum v1.17.0
20352025-08-01T20:48:11.810Z Checking smallvec v1.15.1
20362025-08-01T20:48:11.840Z Checking value-bag v1.9.0
20372025-08-01T20:48:11.843Z Checking subtle v2.6.1
20382025-08-01T20:48:12.029Z Checking scopeguard v1.2.0
20392025-08-01T20:48:12.137Z Checking const-oid v0.9.6
20402025-08-01T20:48:12.161Z Checking itoa v1.0.11
20412025-08-01T20:48:12.188Z Checking lock_api v0.4.12
20422025-08-01T20:48:12.251Z Checking log v0.4.27
20432025-08-01T20:48:12.380Z Checking stable_deref_trait v1.2.0
20442025-08-01T20:48:12.504Z Checking zerofrom v0.1.4
20452025-08-01T20:48:12.594Z Checking byteorder v1.5.0
20462025-08-01T20:48:12.648Z Checking pin-project-lite v0.2.14
20472025-08-01T20:48:12.745Z Checking portable-atomic v1.11.0
20482025-08-01T20:48:12.765Z Checking yoke v0.7.4
20492025-08-01T20:48:12.784Z Checking critical-section v1.1.3
20502025-08-01T20:48:12.854Z Checking getrandom v0.2.15
20512025-08-01T20:48:12.899Z Checking generic-array v0.14.7
20522025-08-01T20:48:12.946Z Checking signal-hook-registry v1.4.2
20532025-08-01T20:48:12.981Z Checking parking_lot_core v0.9.10
20542025-08-01T20:48:13.089Z Checking mio v1.0.2
20552025-08-01T20:48:13.114Z Checking rand_core v0.6.4
20562025-08-01T20:48:13.197Z Checking zerovec v0.10.4
20572025-08-01T20:48:13.326Z Checking parking_lot v0.12.3
20582025-08-01T20:48:13.439Z Checking socket2 v0.6.0
20592025-08-01T20:48:13.673Z Checking equivalent v1.0.2
20602025-08-01T20:48:13.691Z Checking cpufeatures v0.2.14
20612025-08-01T20:48:13.749Z Checking once_cell v1.21.3
20622025-08-01T20:48:13.796Z Checking futures-core v0.3.31
20632025-08-01T20:48:13.812Z Checking foldhash v0.1.5
20642025-08-01T20:48:13.945Z Checking allocator-api2 v0.2.21
20652025-08-01T20:48:13.992Z Checking writeable v0.5.5
20662025-08-01T20:48:14.043Z Checking litemap v0.7.3
20672025-08-01T20:48:14.061Z Checking crypto-common v0.1.6
20682025-08-01T20:48:14.073Z Checking block-buffer v0.10.4
20692025-08-01T20:48:14.096Z Checking block-padding v0.3.3
20702025-08-01T20:48:14.270Z Checking getrandom v0.3.1
20712025-08-01T20:48:14.306Z Checking percent-encoding v2.3.1
20722025-08-01T20:48:14.325Z Checking digest v0.10.7
20732025-08-01T20:48:14.339Z Checking inout v0.1.3
20742025-08-01T20:48:14.381Z Checking zerocopy v0.7.35
20752025-08-01T20:48:14.517Z Checking libm v0.2.8
20762025-08-01T20:48:14.536Z Checking icu_locid_transform_data v1.5.0
20772025-08-01T20:48:14.541Z Checking hashbrown v0.15.4
20782025-08-01T20:48:14.568Z Checking ryu v1.0.18
20792025-08-01T20:48:14.645Z Checking futures-sink v0.3.31
20802025-08-01T20:48:14.687Z Checking hmac v0.12.1
20812025-08-01T20:48:14.761Z Checking tinystr v0.7.6
20822025-08-01T20:48:14.798Z Checking futures-channel v0.3.31
20832025-08-01T20:48:14.814Z Checking icu_collections v1.5.0
20842025-08-01T20:48:14.907Z Checking sha2 v0.10.9
20852025-08-01T20:48:15.090Z Checking icu_locid v1.5.0
20862025-08-01T20:48:15.146Z Checking cipher v0.4.4
20872025-08-01T20:48:15.415Z Checking num-traits v0.2.19
20882025-08-01T20:48:15.489Z Checking slab v0.4.9
20892025-08-01T20:48:15.507Z Checking futures-io v0.3.31
20902025-08-01T20:48:15.555Z Checking futures-task v0.3.31
20912025-08-01T20:48:15.580Z Checking pin-utils v0.1.0
20922025-08-01T20:48:15.656Z Checking icu_properties_data v1.5.0
20932025-08-01T20:48:15.685Z Checking base64ct v1.6.0
20942025-08-01T20:48:15.705Z Checking icu_normalizer_data v1.5.0
20952025-08-01T20:48:15.771Z Checking utf16_iter v1.0.5
20962025-08-01T20:48:15.797Z Checking futures-util v0.3.31
20972025-08-01T20:48:15.820Z Checking flagset v0.4.6
20982025-08-01T20:48:15.893Z Checking utf8_iter v1.0.4
20992025-08-01T20:48:15.966Z Checking write16 v1.0.0
21002025-08-01T20:48:16.024Z Checking ppv-lite86 v0.2.20
21012025-08-01T20:48:16.044Z Checking icu_provider v1.5.0
21022025-08-01T20:48:16.103Z Checking salsa20 v0.10.2
21032025-08-01T20:48:16.121Z Checking pbkdf2 v0.12.2
21042025-08-01T20:48:16.124Z Checking pem-rfc7468 v0.7.0
21052025-08-01T20:48:16.234Z Checking bytes v1.10.1
21062025-08-01T20:48:16.300Z Checking bitflags v2.9.1
21072025-08-01T20:48:16.321Z Checking serde_json v1.0.141
21082025-08-01T20:48:16.397Z Checking indexmap v2.10.0
21092025-08-01T20:48:16.610Z Checking der v0.7.9
21102025-08-01T20:48:16.662Z Checking icu_locid_transform v1.5.0
21112025-08-01T20:48:16.718Z Checking zerocopy v0.8.26
21122025-08-01T20:48:16.834Z Checking fnv v1.0.7
21132025-08-01T20:48:16.988Z Checking scrypt v0.11.0
21142025-08-01T20:48:17.225Z Checking tokio v1.47.0
21152025-08-01T20:48:17.243Z Checking http v1.3.1
21162025-08-01T20:48:17.656Z Checking cbc v0.1.2
21172025-08-01T20:48:17.678Z Checking icu_properties v1.5.1
21182025-08-01T20:48:17.884Z Checking aes v0.8.4
21192025-08-01T20:48:17.958Z Checking form_urlencoded v1.2.1
21202025-08-01T20:48:18.191Z Checking uuid v1.17.0
21212025-08-01T20:48:18.300Z Checking spki v0.7.3
21222025-08-01T20:48:18.506Z Checking tracing-core v0.1.32
21232025-08-01T20:48:18.606Z Checking http-body v1.0.1
21242025-08-01T20:48:18.760Z Checking pkcs5 v0.7.1
21252025-08-01T20:48:18.804Z Checking iana-time-zone v0.1.63
21262025-08-01T20:48:18.843Z Checking tinyvec_macros v0.1.1
21272025-08-01T20:48:18.952Z Checking rustls-pki-types v1.10.0
21282025-08-01T20:48:18.978Z Checking base64 v0.22.1
21292025-08-01T20:48:19.150Z Checking tracing v0.1.40
21302025-08-01T20:48:19.306Z Checking pkcs8 v0.10.2
21312025-08-01T20:48:19.486Z Compiling newtype-uuid v1.2.4
21322025-08-01T20:48:19.522Z Checking chrono v0.4.41
21332025-08-01T20:48:19.547Z Checking tinyvec v1.8.0
21342025-08-01T20:48:19.632Z Checking aws-lc-sys v0.26.0
21352025-08-01T20:48:19.829Z Checking errno v0.3.12
21362025-08-01T20:48:20.003Z Checking rand_core v0.9.2
21372025-08-01T20:48:20.022Z Checking spin v0.9.8
21382025-08-01T20:48:20.316Z Checking tower-service v0.3.3
21392025-08-01T20:48:20.335Z Checking untrusted v0.7.1
21402025-08-01T20:48:20.381Z Checking try-lock v0.2.5
21412025-08-01T20:48:20.456Z Checking untrusted v0.9.0
21422025-08-01T20:48:20.512Z Checking atomic-waker v1.1.2
21432025-08-01T20:48:20.535Z Checking foreign-types-shared v0.1.1
21442025-08-01T20:48:20.632Z Checking openssl-probe v0.1.5
21452025-08-01T20:48:20.664Z Checking adler2 v2.0.0
21462025-08-01T20:48:20.682Z Checking foreign-types v0.3.2
21472025-08-01T20:48:20.787Z Checking ring v0.17.14
21482025-08-01T20:48:20.813Z Checking want v0.3.1
21492025-08-01T20:48:20.831Z Checking miniz_oxide v0.8.5
21502025-08-01T20:48:20.850Z Checking rand_chacha v0.9.0
21512025-08-01T20:48:20.938Z Checking icu_normalizer v1.5.0
21522025-08-01T20:48:21.019Z Checking ipnet v2.11.0
21532025-08-01T20:48:21.235Z Checking httparse v1.9.5
21542025-08-01T20:48:21.500Z Checking openssl-sys v0.9.109
21552025-08-01T20:48:21.560Z Checking thiserror v1.0.69
21562025-08-01T20:48:21.603Z Checking aho-corasick v1.1.3
21572025-08-01T20:48:21.682Z Checking httpdate v1.0.3
21582025-08-01T20:48:21.710Z Checking powerfmt v0.2.0
21592025-08-01T20:48:21.724Z Checking idna_adapter v1.2.0
21602025-08-01T20:48:21.835Z Checking aws-lc-rs v1.12.4
21612025-08-01T20:48:21.928Z Checking idna v1.0.3
21622025-08-01T20:48:21.953Z Checking regex-syntax v0.8.5
21632025-08-01T20:48:22.006Z Checking unicode-ident v1.0.18
21642025-08-01T20:48:22.207Z Checking proc-macro2 v1.0.95
21652025-08-01T20:48:22.416Z Checking url v2.5.4
21662025-08-01T20:48:22.700Z Checking openssl v0.10.73
21672025-08-01T20:48:22.859Z Checking deranged v0.3.11
21682025-08-01T20:48:22.997Z Checking rand v0.9.1
21692025-08-01T20:48:23.258Z Checking unicode-normalization v0.1.24
21702025-08-01T20:48:23.307Z Checking rustix v0.38.37
21712025-08-01T20:48:23.540Z Checking rustls-webpki v0.102.8
21722025-08-01T20:48:24.010Z Checking crossbeam-utils v0.8.21
21732025-08-01T20:48:24.174Z Checking semver v1.0.26
21742025-08-01T20:48:24.245Z Checking bzip2-sys v0.1.13+1.0.8
21752025-08-01T20:48:24.318Z Checking signature v2.2.0
21762025-08-01T20:48:24.388Z Checking scroll v0.12.0
21772025-08-01T20:48:24.428Z Checking tokio-util v0.7.15
21782025-08-01T20:48:24.514Z Checking crc32fast v1.4.2
21792025-08-01T20:48:24.592Z Checking zlib-rs v0.5.1
21802025-08-01T20:48:24.772Z Checking either v1.15.0
21812025-08-01T20:48:24.800Z Checking siphasher v0.3.11
21822025-08-01T20:48:24.857Z Checking num-conv v0.1.0
21832025-08-01T20:48:25.114Z Checking anstyle v1.0.11
21842025-08-01T20:48:25.117Z Checking unicode-properties v0.1.3
21852025-08-01T20:48:25.156Z Checking ucd-trie v0.1.7
21862025-08-01T20:48:25.174Z Checking regex-automata v0.4.8
21872025-08-01T20:48:25.389Z Checking dyn-clone v1.0.19
21882025-08-01T20:48:25.490Z Checking unicode-bidi v0.3.17
21892025-08-01T20:48:25.508Z Checking time-core v0.1.2
21902025-08-01T20:48:25.562Z Checking utf8parse v0.2.2
21912025-08-01T20:48:25.641Z Checking h2 v0.4.6
21922025-08-01T20:48:25.689Z Checking num_threads v0.1.7
21932025-08-01T20:48:25.729Z Checking plain v0.2.3
21942025-08-01T20:48:25.822Z Checking time v0.3.36
21952025-08-01T20:48:25.908Z Checking goblin v0.8.2
21962025-08-01T20:48:26.117Z Checking stringprep v0.1.5
21972025-08-01T20:48:26.421Z Checking anstyle-parse v0.2.5
21982025-08-01T20:48:26.440Z Checking libz-rs-sys v0.5.1
21992025-08-01T20:48:26.471Z Checking schemars v0.8.22
22002025-08-01T20:48:26.645Z Checking pest v2.7.14
22012025-08-01T20:48:26.713Z Checking phf_shared v0.11.2
22022025-08-01T20:48:27.013Z Checking crossbeam-epoch v0.9.18
22032025-08-01T20:48:27.431Z Checking rustls v0.23.19
22042025-08-01T20:48:27.866Z Checking native-tls v0.2.12
22052025-08-01T20:48:28.132Z Checking quote v1.0.40
22062025-08-01T20:48:28.180Z Checking num-integer v0.1.46
22072025-08-01T20:48:28.416Z Checking rand_chacha v0.3.1
22082025-08-01T20:48:28.480Z Checking toml_datetime v0.6.11
22092025-08-01T20:48:28.684Z Checking serde_spanned v0.6.9
22102025-08-01T20:48:28.827Z Checking zstd-sys v2.0.14+zstd.1.5.7
22112025-08-01T20:48:28.831Z Checking md-5 v0.10.6
22122025-08-01T20:48:28.894Z Checking sync_wrapper v1.0.1
22132025-08-01T20:48:29.050Z Checking ff v0.13.0
22142025-08-01T20:48:29.077Z Checking hash32 v0.2.1
22152025-08-01T20:48:29.080Z Checking is_terminal_polyfill v1.70.1
22162025-08-01T20:48:29.113Z Checking fallible-iterator v0.2.0
22172025-08-01T20:48:29.226Z Checking tower-layer v0.3.3
22182025-08-01T20:48:29.286Z Checking psl-types v2.0.11
22192025-08-01T20:48:29.402Z Checking gimli v0.31.1
22202025-08-01T20:48:29.498Z Checking pretty-hex v0.4.1
22212025-08-01T20:48:29.516Z Checking anstyle-query v1.1.1
22222025-08-01T20:48:29.554Z Checking colorchoice v1.0.2
22232025-08-01T20:48:29.652Z Checking base16ct v0.2.0
22242025-08-01T20:48:29.671Z Checking postgres-protocol v0.6.8
22252025-08-01T20:48:29.703Z Checking tower v0.5.2
22262025-08-01T20:48:29.707Z Checking anstream v0.6.18
22272025-08-01T20:48:29.861Z Checking sec1 v0.7.3
22282025-08-01T20:48:30.092Z Checking publicsuffix v2.3.0
22292025-08-01T20:48:30.285Z Checking heapless v0.7.17
22302025-08-01T20:48:30.309Z Checking group v0.13.0
22312025-08-01T20:48:30.388Z Checking dtrace-parser v0.2.0
22322025-08-01T20:48:30.424Z Checking zstd-safe v7.2.3
22332025-08-01T20:48:30.561Z Checking rand v0.8.5
22342025-08-01T20:48:30.656Z Checking dof v0.3.0
22352025-08-01T20:48:30.758Z Checking num-iter v0.1.45
22362025-08-01T20:48:30.894Z Checking syn v2.0.104
22372025-08-01T20:48:30.956Z Compiling daft v0.1.4
22382025-08-01T20:48:31.187Z Checking tokio-native-tls v0.3.1
22392025-08-01T20:48:31.289Z Checking ipnetwork v0.21.1
22402025-08-01T20:48:31.448Z Checking cookie v0.18.1
22412025-08-01T20:48:31.497Z Checking flate2 v1.1.2
22422025-08-01T20:48:31.708Z Checking terminal_size v0.4.0
22432025-08-01T20:48:31.775Z Checking rustls-native-certs v0.8.1
22442025-08-01T20:48:31.835Z Checking hyper v1.6.0
22452025-08-01T20:48:31.888Z Checking lazy_static v1.5.0
22462025-08-01T20:48:31.911Z Checking webpki-roots v1.0.1
22472025-08-01T20:48:31.979Z Checking http-body-util v0.1.3
22482025-08-01T20:48:32.025Z Checking signal-hook v0.3.18
22492025-08-01T20:48:32.122Z Checking hkdf v0.12.4
22502025-08-01T20:48:32.150Z Checking crypto-bigint v0.5.5
22512025-08-01T20:48:32.361Z Checking thread-id v4.2.2
22522025-08-01T20:48:32.364Z Checking object v0.36.5
22532025-08-01T20:48:32.408Z Checking bumpalo v3.16.0
22542025-08-01T20:48:32.478Z Checking rustc-demangle v0.1.24
22552025-08-01T20:48:32.544Z Checking tokio-rustls v0.26.0
22562025-08-01T20:48:32.736Z Checking iri-string v0.7.8
22572025-08-01T20:48:32.917Z Checking lockfree-object-pool v0.1.6
22582025-08-01T20:48:32.958Z Checking bitflags v1.3.2
22592025-08-01T20:48:33.034Z Checking addr2line v0.24.2
22602025-08-01T20:48:33.077Z Compiling rayon-core v1.12.1
22612025-08-01T20:48:33.159Z Checking strsim v0.11.1
22622025-08-01T20:48:33.399Z Checking managed v0.8.0
22632025-08-01T20:48:33.462Z Checking simd-adler32 v0.3.7
22642025-08-01T20:48:33.567Z Checking clap_lex v0.7.4
22652025-08-01T20:48:33.802Z Checking winnow v0.5.40
22662025-08-01T20:48:33.821Z Checking hyper-util v0.1.16
22672025-08-01T20:48:33.840Z Checking zopfli v0.8.1
22682025-08-01T20:48:33.857Z Checking clap_builder v4.5.41
22692025-08-01T20:48:34.575Z Checking smoltcp v0.9.1
22702025-08-01T20:48:34.900Z Checking elliptic-curve v0.13.8
22712025-08-01T20:48:35.353Z Checking tower-http v0.6.6
22722025-08-01T20:48:35.573Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22732025-08-01T20:48:35.941Z Checking signal-hook-mio v0.2.4
22742025-08-01T20:48:35.960Z Checking num-bigint-dig v0.8.4
22752025-08-01T20:48:35.982Z Checking cookie_store v0.21.1
22762025-08-01T20:48:36.100Z Checking oxnet v0.1.3
22772025-08-01T20:48:36.371Z Checking hyper-rustls v0.27.7
22782025-08-01T20:48:36.495Z Checking hyper-tls v0.6.0
22792025-08-01T20:48:36.585Z Checking toml_edit v0.19.15
22802025-08-01T20:48:36.654Z Checking zstd v0.13.3
22812025-08-01T20:48:36.709Z Checking usdt-impl v0.5.0
22822025-08-01T20:48:36.742Z Checking postgres-types v0.2.9
22832025-08-01T20:48:36.763Z Checking regex v1.11.1
22842025-08-01T20:48:36.781Z Checking bstr v1.10.0
22852025-08-01T20:48:37.008Z Checking crossbeam-deque v0.8.5
22862025-08-01T20:48:37.245Z Checking phf v0.11.2
22872025-08-01T20:48:37.343Z Checking ed25519 v2.2.3
22882025-08-01T20:48:37.347Z Checking bzip2 v0.4.4
22892025-08-01T20:48:37.413Z Checking bzip2 v0.5.2
22902025-08-01T20:48:37.528Z Checking curve25519-dalek v4.1.3
22912025-08-01T20:48:37.666Z Checking thiserror v2.0.12
22922025-08-01T20:48:37.702Z Checking strum v0.27.2
22932025-08-01T20:48:37.719Z Checking hubpack v0.1.2
22942025-08-01T20:48:37.834Z Checking memoffset v0.9.1
22952025-08-01T20:48:37.867Z Checking pkcs1 v0.7.5
22962025-08-01T20:48:37.920Z Checking serde_urlencoded v0.7.1
22972025-08-01T20:48:37.951Z Checking float-cmp v0.10.0
22982025-08-01T20:48:37.984Z Checking serde-big-array v0.5.1
22992025-08-01T20:48:38.008Z Checking rfc6979 v0.4.0
23002025-08-01T20:48:38.164Z Checking memmap v0.7.0
23012025-08-01T20:48:38.206Z Checking socket2 v0.5.10
23022025-08-01T20:48:38.225Z Checking encoding_rs v0.8.34
23032025-08-01T20:48:38.262Z Checking static_assertions v1.1.0
23042025-08-01T20:48:38.329Z Checking data-encoding v2.9.0
23052025-08-01T20:48:38.361Z Checking backtrace v0.3.74
23062025-08-01T20:48:38.381Z Checking unicode-width v0.2.0
23072025-08-01T20:48:38.381Z Checking toml_write v0.1.2
23082025-08-01T20:48:38.685Z Checking whoami v1.5.2
23092025-08-01T20:48:38.722Z Checking minimal-lexical v0.2.1
23102025-08-01T20:48:38.844Z Checking unicode-segmentation v1.12.0
23112025-08-01T20:48:38.863Z Checking mime v0.3.17
23122025-08-01T20:48:38.883Z Checking normalize-line-endings v0.3.0
23132025-08-01T20:48:38.994Z Checking precomputed-hash v0.1.1
23142025-08-01T20:48:39.017Z Checking fixedbitset v0.4.2
23152025-08-01T20:48:39.034Z Checking predicates-core v1.0.8
23162025-08-01T20:48:39.127Z Checking winnow v0.7.10
23172025-08-01T20:48:39.146Z Checking difflib v0.4.0
23182025-08-01T20:48:39.203Z Checking new_debug_unreachable v1.0.6
23192025-08-01T20:48:39.252Z Checking nom v7.1.3
23202025-08-01T20:48:39.294Z Checking petgraph v0.6.5
23212025-08-01T20:48:39.313Z Checking string_cache v0.8.9
23222025-08-01T20:48:39.331Z Checking ed25519-dalek v2.1.1
23232025-08-01T20:48:39.485Z Checking predicates v3.1.3
23242025-08-01T20:48:39.543Z Checking similar v2.7.0
23252025-08-01T20:48:39.604Z Checking toml v0.7.8
23262025-08-01T20:48:39.756Z Checking tokio-postgres v0.7.13
23272025-08-01T20:48:40.121Z Checking anyhow v1.0.98
23282025-08-01T20:48:40.293Z Checking hickory-proto v0.25.2
23292025-08-01T20:48:40.365Z Checking console v0.15.10
23302025-08-01T20:48:40.463Z Checking reqwest v0.12.22
23312025-08-01T20:48:40.512Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23322025-08-01T20:48:40.946Z Checking usdt v0.5.0
23332025-08-01T20:48:41.226Z Checking rsa v0.9.6
23342025-08-01T20:48:41.846Z Checking ecdsa v0.16.9
23352025-08-01T20:48:41.938Z Checking toml_edit v0.22.27
23362025-08-01T20:48:42.241Z Checking nix v0.29.0
23372025-08-01T20:48:42.307Z Checking zip v4.2.0
23382025-08-01T20:48:42.538Z Checking zip v0.6.6
23392025-08-01T20:48:42.787Z Checking clap v4.5.41
23402025-08-01T20:48:42.920Z Checking crossterm v0.28.1
23412025-08-01T20:48:43.261Z Checking tokio-stream v0.1.17
23422025-08-01T20:48:43.391Z Checking itertools v0.13.0
23432025-08-01T20:48:43.566Z Checking itertools v0.12.1
23442025-08-01T20:48:43.607Z Checking itertools v0.10.5
23452025-08-01T20:48:44.022Z Checking fs-err v3.1.1
23462025-08-01T20:48:44.578Z Checking buf-list v1.0.3
23472025-08-01T20:48:44.640Z Checking strum v0.26.3
23482025-08-01T20:48:44.672Z Checking ahash v0.8.12
23492025-08-01T20:48:44.822Z Checking rustix v1.0.7
23502025-08-01T20:48:44.902Z Checking slog v2.7.0
23512025-08-01T20:48:45.085Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
23522025-08-01T20:48:45.379Z Checking x509-cert v0.2.5
23532025-08-01T20:48:45.463Z Checking openapiv3 v2.2.0
23542025-08-01T20:48:45.738Z Checking sha1 v0.10.6
23552025-08-01T20:48:45.817Z Checking winnow v0.6.26
23562025-08-01T20:48:45.839Z Checking peg-runtime v0.8.5
23572025-08-01T20:48:46.019Z Checking unicode-xid v0.2.6
23582025-08-01T20:48:46.023Z Checking rustc-hash v2.1.1
23592025-08-01T20:48:46.081Z Checking lalrpop-util v0.19.12
23602025-08-01T20:48:46.186Z Checking rayon v1.10.0
23612025-08-01T20:48:46.237Z Checking camino v1.1.10
23622025-08-01T20:48:46.385Z Checking sigpipe v0.1.3
23632025-08-01T20:48:46.513Z Checking jiff v0.2.15
23642025-08-01T20:48:46.778Z Checking glob v0.3.2
23652025-08-01T20:48:50.564Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23662025-08-01T20:48:50.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.09s
23672025-08-01T20:48:51.133Z
23682025-08-01T20:48:51.133Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221)
23692025-08-01T20:48:51.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702025-08-01T20:48:51.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712025-08-01T20:48:51.977Z Compiling regress v0.10.4
23722025-08-01T20:48:52.106Z Checking heck v0.5.0
23732025-08-01T20:48:52.137Z Compiling unsafe-libyaml v0.2.11
23742025-08-01T20:48:52.158Z Checking newtype-uuid v1.2.4
23752025-08-01T20:48:52.161Z Compiling structmeta-derive v0.3.0
23762025-08-01T20:48:52.161Z Checking dirs-sys-next v0.1.2
23772025-08-01T20:48:52.174Z Checking fastrand v2.1.1
23782025-08-01T20:48:52.302Z Checking thread_local v1.1.8
23792025-08-01T20:48:52.411Z Checking dirs-next v2.0.0
23802025-08-01T20:48:52.479Z Checking daft v0.1.4
23812025-08-01T20:48:52.547Z Checking tempfile v3.20.0
23822025-08-01T20:48:52.567Z Compiling ident_case v1.0.1
23832025-08-01T20:48:52.588Z Checking term v0.7.0
23842025-08-01T20:48:52.757Z Compiling darling_core v0.20.10
23852025-08-01T20:48:52.893Z Checking crossbeam-channel v0.5.15
23862025-08-01T20:48:52.943Z Checking futures-executor v0.3.31
23872025-08-01T20:48:53.016Z Checking is-terminal v0.4.13
23882025-08-01T20:48:53.162Z Checking take_mut v0.2.2
23892025-08-01T20:48:53.195Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23902025-08-01T20:48:53.334Z Compiling rustls v0.22.4
23912025-08-01T20:48:53.573Z Compiling serde_yaml v0.9.34+deprecated
23922025-08-01T20:48:53.623Z Checking slog-async v2.8.0
23932025-08-01T20:48:53.685Z Checking futures v0.3.31
23942025-08-01T20:48:53.810Z Checking slog-term v2.9.1
23952025-08-01T20:48:53.904Z Compiling proc-macro-crate v1.3.1
23962025-08-01T20:48:53.941Z Checking wait-timeout v0.2.0
23972025-08-01T20:48:54.153Z Compiling multer v3.1.0
23982025-08-01T20:48:54.320Z Checking bit-vec v0.8.0
23992025-08-01T20:48:54.515Z Compiling ref-cast v1.0.24
24002025-08-01T20:48:54.705Z Compiling structmeta v0.3.0
24012025-08-01T20:48:54.725Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24022025-08-01T20:48:54.826Z Checking match_cfg v0.1.0
24032025-08-01T20:48:54.939Z Checking quick-error v1.2.3
24042025-08-01T20:48:55.087Z Checking rusty-fork v0.3.0
24052025-08-01T20:48:55.091Z Checking hostname v0.3.1
24062025-08-01T20:48:55.126Z Compiling num_enum_derive v0.5.11
24072025-08-01T20:48:55.131Z Compiling derive-ex v0.1.8
24082025-08-01T20:48:55.256Z Checking bit-set v0.8.0
24092025-08-01T20:48:55.486Z Checking typify-impl v0.3.0
24102025-08-01T20:48:55.509Z Checking typify-impl v0.2.0
24112025-08-01T20:48:58.075Z Checking progenitor-client v0.9.1
24122025-08-01T20:48:58.095Z Checking rand_xorshift v0.4.0
24132025-08-01T20:48:58.296Z Checking slog-json v2.6.1
24142025-08-01T20:48:58.427Z Compiling darling_macro v0.20.10
24152025-08-01T20:48:58.500Z Compiling lzma-sys v0.1.20
24162025-08-01T20:48:58.586Z Checking hex v0.4.3
24172025-08-01T20:48:58.943Z Compiling async-stream-impl v0.3.6
24182025-08-01T20:48:59.053Z Compiling ref-cast-impl v1.0.24
24192025-08-01T20:48:59.277Z Compiling foreign-types-macros v0.2.3
24202025-08-01T20:48:59.300Z Compiling dropshot v0.16.2
24212025-08-01T20:48:59.373Z Compiling darling v0.20.10
24222025-08-01T20:48:59.510Z Checking unarray v0.1.4
24232025-08-01T20:48:59.663Z Checking utf-8 v0.7.6
24242025-08-01T20:48:59.697Z Checking foreign-types-shared v0.3.1
24252025-08-01T20:48:59.747Z Checking arc-swap v1.7.1
24262025-08-01T20:48:59.832Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24272025-08-01T20:48:59.873Z Checking tungstenite v0.21.0
24282025-08-01T20:48:59.954Z Checking proptest v1.7.0
24292025-08-01T20:49:00.144Z Checking slog-scope v4.4.0
24302025-08-01T20:49:00.234Z Checking async-stream v0.3.6
24312025-08-01T20:49:00.388Z Compiling serde_with_macros v3.14.0
24322025-08-01T20:49:00.446Z Compiling test-strategy v0.4.3
24332025-08-01T20:49:00.500Z Checking foreign-types v0.5.0
24342025-08-01T20:49:00.518Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24352025-08-01T20:49:00.612Z Checking tokio-rustls v0.25.0
24362025-08-01T20:49:00.682Z Checking slog-bunyan v2.5.0
24372025-08-01T20:49:00.779Z Checking num_enum v0.5.11
24382025-08-01T20:49:00.869Z Compiling proc-macro-error v1.0.4
24392025-08-01T20:49:00.993Z Compiling parse-display-derive v0.10.0
24402025-08-01T20:49:01.663Z Checking toml v0.8.23
24412025-08-01T20:49:01.710Z Checking progenitor-client v0.8.0
24422025-08-01T20:49:02.084Z Compiling heck v0.3.3
24432025-08-01T20:49:02.438Z Checking waitgroup v0.1.2
24442025-08-01T20:49:02.456Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24452025-08-01T20:49:02.595Z Checking rustls-pemfile v2.2.0
24462025-08-01T20:49:02.839Z Compiling dropshot_endpoint v0.16.2
24472025-08-01T20:49:02.889Z Checking serde_path_to_error v0.1.17
24482025-08-01T20:49:03.288Z Compiling derive-where v1.5.0
24492025-08-01T20:49:03.533Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502025-08-01T20:49:03.887Z Checking cstr-argument v0.1.2
24512025-08-01T20:49:04.086Z Checking hostname v0.4.0
24522025-08-01T20:49:04.264Z Checking instant v0.1.13
24532025-08-01T20:49:04.383Z Checking pretty-hex v0.2.1
24542025-08-01T20:49:04.412Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
24552025-08-01T20:49:04.566Z Checking debug-ignore v1.0.5
24562025-08-01T20:49:04.586Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24572025-08-01T20:49:04.736Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
24582025-08-01T20:49:04.790Z Checking backoff v0.4.0
24592025-08-01T20:49:04.883Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24602025-08-01T20:49:04.901Z Checking parse-display v0.10.0
24612025-08-01T20:49:05.057Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24622025-08-01T20:49:05.101Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24632025-08-01T20:49:05.153Z Checking serde_with v3.14.0
24642025-08-01T20:49:05.282Z Compiling zone_cfg_derive v0.1.2
24652025-08-01T20:49:05.365Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24662025-08-01T20:49:05.479Z Checking tokio-tungstenite v0.21.0
24672025-08-01T20:49:06.125Z Checking iddqd v0.3.9
24682025-08-01T20:49:06.172Z Checking slog-stdlog v4.1.1
24692025-08-01T20:49:06.357Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702025-08-01T20:49:06.429Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
24712025-08-01T20:49:06.650Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24722025-08-01T20:49:06.763Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24732025-08-01T20:49:06.832Z Checking progenitor-client v0.10.0
24742025-08-01T20:49:06.946Z Checking colored v2.2.0
24752025-08-01T20:49:07.261Z Checking macaddr v1.0.1
24762025-08-01T20:49:07.353Z Checking number_prefix v0.4.0
24772025-08-01T20:49:07.572Z Checking unicode-width v0.1.14
24782025-08-01T20:49:07.617Z Checking base64 v0.13.1
24792025-08-01T20:49:07.733Z Checking base64 v0.21.7
24802025-08-01T20:49:07.759Z Checking indicatif v0.17.11
24812025-08-01T20:49:08.032Z Checking ron v0.7.1
24822025-08-01T20:49:08.051Z Checking tabwriter v1.4.0
24832025-08-01T20:49:08.220Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24842025-08-01T20:49:08.317Z Checking zone v0.1.8
24852025-08-01T20:49:08.461Z Checking slog-envlogger v2.2.0
24862025-08-01T20:49:08.622Z Compiling typify-macro v0.3.0
24872025-08-01T20:49:08.641Z Compiling typify-macro v0.2.0
24882025-08-01T20:49:08.664Z Checking xz2 v0.1.7
24892025-08-01T20:49:08.705Z Checking tokio-dtrace v0.1.0
24902025-08-01T20:49:08.953Z Checking xattr v1.3.1
24912025-08-01T20:49:08.979Z Checking yasna v0.5.2
24922025-08-01T20:49:09.001Z Checking pem v3.0.5
24932025-08-01T20:49:09.171Z Checking smf v0.2.3
24942025-08-01T20:49:09.207Z Checking headers-core v0.3.0
24952025-08-01T20:49:09.273Z Checking filetime v0.2.25
24962025-08-01T20:49:09.381Z Checking same-file v1.0.6
24972025-08-01T20:49:09.505Z Checking tar v0.4.44
24982025-08-01T20:49:09.587Z Checking walkdir v2.5.0
24992025-08-01T20:49:09.628Z Checking headers v0.4.1
25002025-08-01T20:49:09.885Z Checking oxide-tokio-rt v0.1.2
25012025-08-01T20:49:09.889Z Checking camino-tempfile v1.4.1
25022025-08-01T20:49:09.925Z Checking rcgen v0.12.1
25032025-08-01T20:49:10.136Z Checking atomicwrites v0.4.4
25042025-08-01T20:49:10.226Z Checking subprocess v0.2.9
25052025-08-01T20:49:11.671Z Compiling typify v0.2.0
25062025-08-01T20:49:11.711Z Compiling typify v0.3.0
25072025-08-01T20:49:11.769Z Compiling progenitor-impl v0.8.0
25082025-08-01T20:49:11.810Z Compiling progenitor-impl v0.9.1
25092025-08-01T20:49:14.664Z Compiling progenitor-macro v0.9.1
25102025-08-01T20:49:14.754Z Compiling progenitor-macro v0.8.0
25112025-08-01T20:49:19.292Z Checking progenitor v0.9.1
25122025-08-01T20:49:19.462Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25132025-08-01T20:49:19.864Z Checking progenitor v0.8.0
25142025-08-01T20:49:20.022Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25152025-08-01T20:49:22.361Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162025-08-01T20:49:22.569Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25172025-08-01T20:49:28.981Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25182025-08-01T20:49:30.685Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25192025-08-01T20:49:32.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.99s
25202025-08-01T20:49:32.311Z
25212025-08-01T20:49:32.311Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221)
25222025-08-01T20:49:33.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232025-08-01T20:49:33.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242025-08-01T20:49:33.158Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25252025-08-01T20:49:34.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
25262025-08-01T20:49:34.953Z
25272025-08-01T20:49:34.953Zinfo: running `cargo check --bins` on nexus-config (52/221)
25282025-08-01T20:49:35.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292025-08-01T20:49:35.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302025-08-01T20:49:35.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312025-08-01T20:49:35.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
25322025-08-01T20:49:35.736Z
25332025-08-01T20:49:35.736Zinfo: running `cargo check --bins` on omicron-rpaths (53/221)
25342025-08-01T20:49:36.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352025-08-01T20:49:36.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362025-08-01T20:49:36.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372025-08-01T20:49:36.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
25382025-08-01T20:49:36.473Z
25392025-08-01T20:49:36.473Zinfo: running `cargo check --bins` on omicron-certificates (54/221)
25402025-08-01T20:49:37.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412025-08-01T20:49:37.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422025-08-01T20:49:37.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432025-08-01T20:49:37.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
25442025-08-01T20:49:37.229Z
25452025-08-01T20:49:37.229Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/221)
25462025-08-01T20:49:37.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472025-08-01T20:49:37.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482025-08-01T20:49:38.109Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25492025-08-01T20:49:38.238Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25502025-08-01T20:49:38.251Z Compiling darling_core v0.21.0
25512025-08-01T20:49:38.264Z Compiling tempfile v3.20.0
25522025-08-01T20:49:38.279Z Compiling wait-timeout v0.2.0
25532025-08-01T20:49:38.279Z Compiling match_cfg v0.1.0
25542025-08-01T20:49:38.282Z Compiling quick-error v1.2.3
25552025-08-01T20:49:38.282Z Compiling bit-vec v0.8.0
25562025-08-01T20:49:38.384Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
25572025-08-01T20:49:38.478Z Compiling hostname v0.3.1
25582025-08-01T20:49:38.515Z Compiling rustls v0.22.4
25592025-08-01T20:49:38.709Z Compiling bit-set v0.8.0
25602025-08-01T20:49:38.731Z Compiling rusty-fork v0.3.0
25612025-08-01T20:49:38.769Z Compiling progenitor-client v0.9.1
25622025-08-01T20:49:38.815Z Compiling slog-json v2.6.1
25632025-08-01T20:49:38.895Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25642025-08-01T20:49:39.002Z Compiling rand_xorshift v0.4.0
25652025-08-01T20:49:39.006Z Compiling itertools v0.14.0
25662025-08-01T20:49:39.198Z Compiling hex v0.4.3
25672025-08-01T20:49:39.290Z Compiling heapless v0.8.0
25682025-08-01T20:49:39.308Z Compiling unarray v0.1.4
25692025-08-01T20:49:39.370Z Compiling progenitor v0.9.1
25702025-08-01T20:49:39.487Z Compiling proptest v1.7.0
25712025-08-01T20:49:39.618Z Compiling slog-bunyan v2.5.0
25722025-08-01T20:49:39.776Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25732025-08-01T20:49:39.855Z Compiling async-stream v0.3.6
25742025-08-01T20:49:39.953Z Compiling ref-cast v1.0.24
25752025-08-01T20:49:40.127Z Compiling multer v3.1.0
25762025-08-01T20:49:40.160Z Compiling toml v0.8.23
25772025-08-01T20:49:40.181Z Compiling waitgroup v0.1.2
25782025-08-01T20:49:40.409Z Compiling rustls-pemfile v2.2.0
25792025-08-01T20:49:40.770Z Checking hash32 v0.3.1
25802025-08-01T20:49:40.997Z Compiling serde_path_to_error v0.1.17
25812025-08-01T20:49:41.042Z Compiling hostname v0.4.0
25822025-08-01T20:49:41.282Z Compiling instant v0.1.13
25832025-08-01T20:49:41.464Z Compiling smoltcp v0.11.0
25842025-08-01T20:49:41.596Z Compiling debug-ignore v1.0.5
25852025-08-01T20:49:41.745Z Compiling backoff v0.4.0
25862025-08-01T20:49:41.919Z Compiling iddqd v0.3.9
25872025-08-01T20:49:42.098Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
25882025-08-01T20:49:42.152Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25892025-08-01T20:49:42.365Z Compiling parse-display v0.10.0
25902025-08-01T20:49:42.623Z Compiling serde_with v3.14.0
25912025-08-01T20:49:42.984Z Compiling tokio-rustls v0.25.0
25922025-08-01T20:49:43.438Z Compiling dropshot v0.16.2
25932025-08-01T20:49:44.435Z Compiling darling_macro v0.21.0
25942025-08-01T20:49:44.560Z Checking num-rational v0.4.2
25952025-08-01T20:49:45.231Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25962025-08-01T20:49:45.417Z Compiling darling v0.21.0
25972025-08-01T20:49:45.564Z Compiling ingot-macros v0.1.1
25982025-08-01T20:49:45.749Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
25992025-08-01T20:49:45.922Z Compiling progenitor-client v0.10.0
26002025-08-01T20:49:46.480Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26012025-08-01T20:49:46.972Z Checking num-complex v0.4.6
26022025-08-01T20:49:48.312Z Compiling macaddr v1.0.1
26032025-08-01T20:49:48.540Z Checking cobs v0.2.3
26042025-08-01T20:49:48.767Z Checking postcard v1.0.10
26052025-08-01T20:49:48.787Z Compiling num v0.4.3
26062025-08-01T20:49:49.353Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26072025-08-01T20:49:49.468Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26082025-08-01T20:49:49.815Z Compiling convert_case v0.4.0
26092025-08-01T20:49:49.835Z Checking float-ord v0.3.2
26102025-08-01T20:49:50.043Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26112025-08-01T20:49:50.306Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26122025-08-01T20:49:50.639Z Compiling derive_more v0.99.20
26132025-08-01T20:49:51.235Z Compiling crucible-workspace-hack v0.1.0
26142025-08-01T20:49:51.573Z Checking linked-hash-map v0.5.6
26152025-08-01T20:49:51.901Z Checking siphasher v1.0.1
26162025-08-01T20:49:51.963Z Checking lru-cache v0.1.2
26172025-08-01T20:49:52.200Z Checking resolv-conf v0.7.0
26182025-08-01T20:49:52.226Z Checking phf_shared v0.12.1
26192025-08-01T20:49:52.280Z Checking newline-converter v0.3.0
26202025-08-01T20:49:52.474Z Checking hickory-proto v0.24.4
26212025-08-01T20:49:52.577Z Checking prettyplease v0.2.36
26222025-08-01T20:49:52.707Z Checking ingot-types v0.1.2
26232025-08-01T20:49:53.382Z Compiling slog-dtrace v0.3.0
26242025-08-01T20:49:53.568Z Checking ingot v0.1.1
26252025-08-01T20:49:53.752Z Compiling chrono-tz v0.10.4
26262025-08-01T20:49:53.769Z Compiling zone_cfg_derive v0.3.0
26272025-08-01T20:49:54.240Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26282025-08-01T20:49:55.164Z Checking phf v0.12.1
26292025-08-01T20:49:55.187Z Checking expectorate v1.2.0
26302025-08-01T20:49:55.415Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
26312025-08-01T20:49:55.438Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26322025-08-01T20:49:55.465Z Compiling const_format_proc_macros v0.2.34
26332025-08-01T20:49:55.789Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26342025-08-01T20:49:56.553Z Compiling num-derive v0.4.2
26352025-08-01T20:49:56.810Z Checking hickory-resolver v0.24.4
26362025-08-01T20:49:56.858Z Checking highway v1.3.0
26372025-08-01T20:49:56.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26382025-08-01T20:49:57.076Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26392025-08-01T20:49:57.300Z Checking const_format v0.2.34
26402025-08-01T20:49:57.323Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412025-08-01T20:49:57.377Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26422025-08-01T20:49:57.689Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26432025-08-01T20:49:57.815Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26442025-08-01T20:49:58.343Z Checking qorb v0.4.0
26452025-08-01T20:49:58.825Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26462025-08-01T20:49:58.887Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
26472025-08-01T20:49:59.211Z Checking zone v0.3.1
26482025-08-01T20:49:59.422Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26492025-08-01T20:49:59.751Z Checking gethostname v0.5.0
26502025-08-01T20:49:59.903Z Checking bcs v0.1.6
26512025-08-01T20:49:59.968Z Checking nanorand v0.7.0
26522025-08-01T20:50:00.376Z Compiling async-recursion v1.1.1
26532025-08-01T20:50:00.402Z Checking termtree v0.5.1
26542025-08-01T20:50:00.428Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
26552025-08-01T20:50:00.680Z Checking flume v0.11.1
26562025-08-01T20:50:01.229Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2)
26572025-08-01T20:50:05.748Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26582025-08-01T20:50:09.303Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26592025-08-01T20:50:11.996Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26602025-08-01T20:50:13.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.18s
26612025-08-01T20:50:13.605Z
26622025-08-01T20:50:13.605Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/221)
26632025-08-01T20:50:14.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642025-08-01T20:50:14.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652025-08-01T20:50:14.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662025-08-01T20:50:14.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
26672025-08-01T20:50:14.394Z
26682025-08-01T20:50:14.394Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/221)
26692025-08-01T20:50:15.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702025-08-01T20:50:15.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712025-08-01T20:50:15.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722025-08-01T20:50:15.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
26732025-08-01T20:50:15.168Z
26742025-08-01T20:50:15.168Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/221)
26752025-08-01T20:50:15.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762025-08-01T20:50:15.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772025-08-01T20:50:15.984Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26782025-08-01T20:50:16.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
26792025-08-01T20:50:16.915Z
26802025-08-01T20:50:16.915Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221)
26812025-08-01T20:50:17.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822025-08-01T20:50:17.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832025-08-01T20:50:17.752Z Compiling cfg_aliases v0.1.1
26842025-08-01T20:50:17.752Z Compiling convert_case v0.7.1
26852025-08-01T20:50:17.756Z Compiling vte_generate_state_changes v0.1.2
26862025-08-01T20:50:17.871Z Checking fd-lock v4.0.2
26872025-08-01T20:50:17.874Z Checking nibble_vec v0.1.0
26882025-08-01T20:50:17.884Z Checking endian-type v0.1.2
26892025-08-01T20:50:17.928Z Checking bytecount v0.6.8
26902025-08-01T20:50:17.945Z Compiling tabled_derive v0.7.0
26912025-08-01T20:50:17.959Z Compiling nix v0.28.0
26922025-08-01T20:50:18.064Z Compiling peg-macros v0.8.5
26932025-08-01T20:50:18.098Z Checking papergrid v0.11.0
26942025-08-01T20:50:18.117Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26952025-08-01T20:50:18.135Z Checking radix_trie v0.2.1
26962025-08-01T20:50:18.504Z Checking vte v0.11.1
26972025-08-01T20:50:18.551Z Compiling sqlparser_derive v0.2.2
26982025-08-01T20:50:18.597Z Compiling derive_more-impl v2.0.1
26992025-08-01T20:50:19.106Z Checking unicode_categories v0.1.1
27002025-08-01T20:50:19.428Z Checking nu-ansi-term v0.50.1
27012025-08-01T20:50:19.525Z Checking home v0.5.9
27022025-08-01T20:50:19.593Z Checking sqlparser v0.45.0
27032025-08-01T20:50:19.692Z Checking sqlformat v0.3.5
27042025-08-01T20:50:19.858Z Checking display-error-chain v0.2.2
27052025-08-01T20:50:19.963Z Checking strip-ansi-escapes v0.2.0
27062025-08-01T20:50:20.080Z Checking tabled v0.15.0
27072025-08-01T20:50:20.145Z Checking reedline v0.40.0
27082025-08-01T20:50:20.389Z Checking derive_more v2.0.1
27092025-08-01T20:50:20.519Z Checking crossterm v0.29.0
27102025-08-01T20:50:20.937Z Checking peg v0.8.5
27112025-08-01T20:50:20.962Z Checking rustyline v14.0.0
27122025-08-01T20:50:30.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s
27132025-08-01T20:50:30.660Z
27142025-08-01T20:50:30.660Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221)
27152025-08-01T20:50:31.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-08-01T20:50:31.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-08-01T20:50:31.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27182025-08-01T20:50:37.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s
27192025-08-01T20:50:37.291Z
27202025-08-01T20:50:37.291Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221)
27212025-08-01T20:50:38.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-08-01T20:50:38.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-08-01T20:50:38.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27242025-08-01T20:50:41.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
27252025-08-01T20:50:42.169Z
27262025-08-01T20:50:42.169Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221)
27272025-08-01T20:50:42.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-08-01T20:50:42.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-08-01T20:50:42.989Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302025-08-01T20:50:48.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
27312025-08-01T20:50:48.412Z
27322025-08-01T20:50:48.413Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221)
27332025-08-01T20:50:49.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342025-08-01T20:50:49.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352025-08-01T20:50:49.245Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27362025-08-01T20:50:54.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
27372025-08-01T20:50:54.724Z
27382025-08-01T20:50:54.724Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221)
27392025-08-01T20:50:55.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402025-08-01T20:50:55.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412025-08-01T20:50:55.543Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27422025-08-01T20:50:59.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
27432025-08-01T20:50:59.744Z
27442025-08-01T20:50:59.744Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221)
27452025-08-01T20:51:00.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462025-08-01T20:51:00.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472025-08-01T20:51:00.594Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27482025-08-01T20:51:04.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.92s
27492025-08-01T20:51:04.882Z
27502025-08-01T20:51:04.882Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221)
27512025-08-01T20:51:05.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522025-08-01T20:51:05.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532025-08-01T20:51:05.728Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542025-08-01T20:51:11.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
27552025-08-01T20:51:11.350Z
27562025-08-01T20:51:11.350Zinfo: running `cargo check --bins` on oximeter (67/221)
27572025-08-01T20:51:12.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582025-08-01T20:51:12.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592025-08-01T20:51:12.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602025-08-01T20:51:12.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27612025-08-01T20:51:12.146Z
27622025-08-01T20:51:12.146Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/221)
27632025-08-01T20:51:12.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642025-08-01T20:51:12.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652025-08-01T20:51:12.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662025-08-01T20:51:12.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27672025-08-01T20:51:12.906Z
27682025-08-01T20:51:12.907Zinfo: running `cargo check --bins` on oximeter-schema (69/221)
27692025-08-01T20:51:13.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702025-08-01T20:51:13.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712025-08-01T20:51:13.699Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722025-08-01T20:51:15.792Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27732025-08-01T20:51:16.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
27742025-08-01T20:51:17.020Z
27752025-08-01T20:51:17.020Zinfo: running `cargo check --bins` on oximeter-types (70/221)
27762025-08-01T20:51:17.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772025-08-01T20:51:17.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782025-08-01T20:51:17.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792025-08-01T20:51:17.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27802025-08-01T20:51:17.814Z
27812025-08-01T20:51:17.814Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/221)
27822025-08-01T20:51:18.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-08-01T20:51:18.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-08-01T20:51:18.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852025-08-01T20:51:18.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27862025-08-01T20:51:18.609Z
27872025-08-01T20:51:18.609Zinfo: running `cargo check --bins` on oxql-types (72/221)
27882025-08-01T20:51:19.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892025-08-01T20:51:19.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902025-08-01T20:51:19.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912025-08-01T20:51:19.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27922025-08-01T20:51:19.407Z
27932025-08-01T20:51:19.407Zinfo: running `cargo check --bins` on oximeter-test-utils (73/221)
27942025-08-01T20:51:20.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952025-08-01T20:51:20.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962025-08-01T20:51:20.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972025-08-01T20:51:20.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27982025-08-01T20:51:20.233Z
27992025-08-01T20:51:20.233Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/221)
28002025-08-01T20:51:20.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012025-08-01T20:51:20.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022025-08-01T20:51:20.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032025-08-01T20:51:20.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28042025-08-01T20:51:21.031Z
28052025-08-01T20:51:21.031Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/221)
28062025-08-01T20:51:21.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-08-01T20:51:21.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-08-01T20:51:21.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092025-08-01T20:51:21.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28102025-08-01T20:51:21.844Z
28112025-08-01T20:51:21.844Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221)
28122025-08-01T20:51:22.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132025-08-01T20:51:22.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142025-08-01T20:51:22.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152025-08-01T20:51:22.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28162025-08-01T20:51:22.642Z
28172025-08-01T20:51:22.642Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/221)
28182025-08-01T20:51:23.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192025-08-01T20:51:23.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202025-08-01T20:51:23.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212025-08-01T20:51:23.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28222025-08-01T20:51:23.444Z
28232025-08-01T20:51:23.444Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/221)
28242025-08-01T20:51:24.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252025-08-01T20:51:24.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262025-08-01T20:51:24.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272025-08-01T20:51:24.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28282025-08-01T20:51:24.244Z
28292025-08-01T20:51:24.244Zinfo: running `cargo check --bins` on cockroach-admin-client (79/221)
28302025-08-01T20:51:24.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312025-08-01T20:51:24.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322025-08-01T20:51:24.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332025-08-01T20:51:24.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28342025-08-01T20:51:25.014Z
28352025-08-01T20:51:25.014Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/221)
28362025-08-01T20:51:25.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372025-08-01T20:51:25.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382025-08-01T20:51:25.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392025-08-01T20:51:25.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28402025-08-01T20:51:25.821Z
28412025-08-01T20:51:25.821Zinfo: running `cargo check --bins` on dns-service-client (81/221)
28422025-08-01T20:51:26.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432025-08-01T20:51:26.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442025-08-01T20:51:26.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452025-08-01T20:51:26.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28462025-08-01T20:51:26.625Z
28472025-08-01T20:51:26.625Zinfo: running `cargo check --bins` on internal-dns-types (82/221)
28482025-08-01T20:51:27.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492025-08-01T20:51:27.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502025-08-01T20:51:27.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512025-08-01T20:51:27.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28522025-08-01T20:51:27.418Z
28532025-08-01T20:51:27.418Zinfo: running `cargo check --bins` on gateway-client (83/221)
28542025-08-01T20:51:28.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552025-08-01T20:51:28.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562025-08-01T20:51:28.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572025-08-01T20:51:28.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28582025-08-01T20:51:28.215Z
28592025-08-01T20:51:28.215Zinfo: running `cargo check --bins` on ereport-types (84/221)
28602025-08-01T20:51:28.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612025-08-01T20:51:28.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622025-08-01T20:51:28.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632025-08-01T20:51:28.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28642025-08-01T20:51:28.993Z
28652025-08-01T20:51:28.993Zinfo: running `cargo check --bins` on gateway-types (85/221)
28662025-08-01T20:51:29.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672025-08-01T20:51:29.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682025-08-01T20:51:29.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692025-08-01T20:51:29.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28702025-08-01T20:51:29.784Z
28712025-08-01T20:51:29.785Zinfo: running `cargo check --bins` on ipcc (86/221)
28722025-08-01T20:51:30.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732025-08-01T20:51:30.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742025-08-01T20:51:30.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752025-08-01T20:51:30.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28762025-08-01T20:51:30.592Z
28772025-08-01T20:51:30.593Zinfo: running `cargo check --bins` on installinator-client (87/221)
28782025-08-01T20:51:31.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792025-08-01T20:51:31.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802025-08-01T20:51:31.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812025-08-01T20:51:31.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28822025-08-01T20:51:31.404Z
28832025-08-01T20:51:31.404Zinfo: running `cargo check --bins` on installinator-common (88/221)
28842025-08-01T20:51:32.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852025-08-01T20:51:32.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862025-08-01T20:51:32.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872025-08-01T20:51:32.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28882025-08-01T20:51:32.227Z
28892025-08-01T20:51:32.227Zinfo: running `cargo check --bins` on update-engine (89/221)
28902025-08-01T20:51:32.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912025-08-01T20:51:32.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922025-08-01T20:51:32.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932025-08-01T20:51:32.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28942025-08-01T20:51:32.986Z
28952025-08-01T20:51:32.986Zinfo: running `cargo check --bins` on nexus-client (90/221)
28962025-08-01T20:51:33.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972025-08-01T20:51:33.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982025-08-01T20:51:33.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992025-08-01T20:51:33.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29002025-08-01T20:51:33.826Z
29012025-08-01T20:51:33.826Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (91/221)
29022025-08-01T20:51:34.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032025-08-01T20:51:34.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042025-08-01T20:51:34.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052025-08-01T20:51:34.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29062025-08-01T20:51:34.629Z
29072025-08-01T20:51:34.629Zinfo: running `cargo check --bins` on omicron-passwords (92/221)
29082025-08-01T20:51:35.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092025-08-01T20:51:35.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102025-08-01T20:51:35.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112025-08-01T20:51:35.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29122025-08-01T20:51:35.399Z
29132025-08-01T20:51:35.399Zinfo: running `cargo check --bins` on nexus-types (93/221)
29142025-08-01T20:51:36.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152025-08-01T20:51:36.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162025-08-01T20:51:36.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172025-08-01T20:51:36.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29182025-08-01T20:51:36.235Z
29192025-08-01T20:51:36.235Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (94/221)
29202025-08-01T20:51:36.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212025-08-01T20:51:36.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222025-08-01T20:51:36.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232025-08-01T20:51:36.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29242025-08-01T20:51:37.013Z
29252025-08-01T20:51:37.013Zinfo: running `cargo check --bins` on parallel-task-set (95/221)
29262025-08-01T20:51:37.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272025-08-01T20:51:37.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282025-08-01T20:51:37.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292025-08-01T20:51:37.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29302025-08-01T20:51:37.772Z
29312025-08-01T20:51:37.772Zinfo: running `cargo check --bins` on ntp-admin-client (96/221)
29322025-08-01T20:51:38.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332025-08-01T20:51:38.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342025-08-01T20:51:38.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352025-08-01T20:51:38.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29362025-08-01T20:51:38.532Z
29372025-08-01T20:51:38.532Zinfo: running `cargo check --bins` on oxide-client (97/221)
29382025-08-01T20:51:39.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392025-08-01T20:51:39.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402025-08-01T20:51:39.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412025-08-01T20:51:39.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29422025-08-01T20:51:39.302Z
29432025-08-01T20:51:39.302Zinfo: running `cargo check --bins` on oximeter-client (98/221)
29442025-08-01T20:51:40.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452025-08-01T20:51:40.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462025-08-01T20:51:40.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472025-08-01T20:51:40.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29482025-08-01T20:51:40.107Z
29492025-08-01T20:51:40.107Zinfo: running `cargo check --bins` on repo-depot-client (99/221)
29502025-08-01T20:51:40.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512025-08-01T20:51:40.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522025-08-01T20:51:40.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532025-08-01T20:51:40.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29542025-08-01T20:51:40.867Z
29552025-08-01T20:51:40.867Zinfo: running `cargo check --bins` on sled-agent-client (100/221)
29562025-08-01T20:51:41.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572025-08-01T20:51:41.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582025-08-01T20:51:41.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592025-08-01T20:51:41.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29602025-08-01T20:51:41.692Z
29612025-08-01T20:51:41.692Zinfo: running `cargo check --bins` on sled-agent-types (101/221)
29622025-08-01T20:51:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632025-08-01T20:51:42.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642025-08-01T20:51:42.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652025-08-01T20:51:42.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29662025-08-01T20:51:42.518Z
29672025-08-01T20:51:42.518Zinfo: running `cargo check --bins` on wicketd-client (102/221)
29682025-08-01T20:51:43.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692025-08-01T20:51:43.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702025-08-01T20:51:43.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712025-08-01T20:51:43.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
29722025-08-01T20:51:43.348Z
29732025-08-01T20:51:43.348Zinfo: running `cargo check --bins` on wicket-common (103/221)
29742025-08-01T20:51:44.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752025-08-01T20:51:44.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762025-08-01T20:51:44.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772025-08-01T20:51:44.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29782025-08-01T20:51:44.172Z
29792025-08-01T20:51:44.172Zinfo: running `cargo check --bins` on omicron-cockroach-admin (104/221)
29802025-08-01T20:51:44.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812025-08-01T20:51:44.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822025-08-01T20:51:45.005Z Checking csv-core v0.1.11
29832025-08-01T20:51:45.005Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29842025-08-01T20:51:45.009Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29852025-08-01T20:51:45.009Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29862025-08-01T20:51:45.353Z Checking csv v1.3.1
29872025-08-01T20:51:45.370Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29882025-08-01T20:51:45.388Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29892025-08-01T20:51:45.911Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29902025-08-01T20:51:46.397Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29912025-08-01T20:51:48.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
29922025-08-01T20:51:48.977Z
29932025-08-01T20:51:48.977Zinfo: running `cargo check --bins` on cockroach-admin-api (105/221)
29942025-08-01T20:51:49.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952025-08-01T20:51:49.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962025-08-01T20:51:49.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972025-08-01T20:51:49.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29982025-08-01T20:51:49.775Z
29992025-08-01T20:51:49.775Zinfo: running `cargo check --bins` on cockroach-admin-types (106/221)
30002025-08-01T20:51:50.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012025-08-01T20:51:50.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022025-08-01T20:51:50.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032025-08-01T20:51:50.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30042025-08-01T20:51:50.601Z
30052025-08-01T20:51:50.601Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221)
30062025-08-01T20:51:51.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072025-08-01T20:51:51.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082025-08-01T20:51:51.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092025-08-01T20:51:51.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30102025-08-01T20:51:51.537Z
30112025-08-01T20:51:51.537Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221)
30122025-08-01T20:51:52.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132025-08-01T20:51:52.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142025-08-01T20:51:52.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152025-08-01T20:51:52.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
30162025-08-01T20:51:52.456Z
30172025-08-01T20:51:52.456Zinfo: running `cargo check --bins` on dns-server (109/221)
30182025-08-01T20:51:53.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192025-08-01T20:51:53.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202025-08-01T20:51:53.286Z Compiling typify-impl v0.4.1
30212025-08-01T20:51:53.410Z Compiling parking_lot_core v0.8.6
30222025-08-01T20:51:53.413Z Compiling moka v0.12.10
30232025-08-01T20:51:53.452Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30242025-08-01T20:51:53.452Z Checking tagptr v0.2.0
30252025-08-01T20:51:53.455Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30262025-08-01T20:51:53.467Z Checking prefix-trie v0.7.0
30272025-08-01T20:51:53.702Z Checking fxhash v0.2.1
30282025-08-01T20:51:53.726Z Checking hickory-client v0.25.2
30292025-08-01T20:51:54.193Z Checking hickory-server v0.25.2
30302025-08-01T20:51:54.211Z Checking parking_lot v0.11.2
30312025-08-01T20:51:54.497Z Checking sled v0.34.7
30322025-08-01T20:51:54.735Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30332025-08-01T20:51:55.063Z Checking hickory-resolver v0.25.2
30342025-08-01T20:51:57.978Z Compiling typify-macro v0.4.1
30352025-08-01T20:51:59.731Z Compiling typify v0.4.1
30362025-08-01T20:51:59.826Z Compiling progenitor-impl v0.10.0
30372025-08-01T20:52:02.308Z Compiling progenitor-macro v0.10.0
30382025-08-01T20:52:06.318Z Checking progenitor v0.10.0
30392025-08-01T20:52:06.469Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30402025-08-01T20:52:07.000Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412025-08-01T20:52:08.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.06s
30422025-08-01T20:52:08.720Z
30432025-08-01T20:52:08.720Zinfo: running `cargo check --bins` on dns-server-api (110/221)
30442025-08-01T20:52:09.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452025-08-01T20:52:09.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462025-08-01T20:52:09.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472025-08-01T20:52:09.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30482025-08-01T20:52:09.523Z
30492025-08-01T20:52:09.523Zinfo: running `cargo check --bins` on openapi-manager-types (111/221)
30502025-08-01T20:52:10.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512025-08-01T20:52:10.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522025-08-01T20:52:10.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532025-08-01T20:52:10.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30542025-08-01T20:52:10.276Z
30552025-08-01T20:52:10.276Zinfo: running `cargo check --bins` on gateway-test-utils (112/221)
30562025-08-01T20:52:11.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572025-08-01T20:52:11.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582025-08-01T20:52:11.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592025-08-01T20:52:11.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30602025-08-01T20:52:11.136Z
30612025-08-01T20:52:11.137Zinfo: running `cargo check --bins` on omicron-gateway (113/221)
30622025-08-01T20:52:11.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632025-08-01T20:52:11.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642025-08-01T20:52:12.056Z Checking half v2.4.1
30652025-08-01T20:52:12.059Z Checking ciborium-io v0.2.2
30662025-08-01T20:52:12.059Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30672025-08-01T20:52:12.216Z Compiling radium v0.7.0
30682025-08-01T20:52:12.219Z Compiling semver v0.1.20
30692025-08-01T20:52:12.224Z Compiling zerocopy-derive v0.6.6
30702025-08-01T20:52:12.224Z Compiling maybe-uninit v2.0.0
30712025-08-01T20:52:12.224Z Checking tap v1.0.1
30722025-08-01T20:52:12.339Z Checking password-hash v0.5.0
30732025-08-01T20:52:12.435Z Checking wyz v0.5.1
30742025-08-01T20:52:12.598Z Checking ciborium-ll v0.2.2
30752025-08-01T20:52:12.735Z Compiling rustc_version v0.1.7
30762025-08-01T20:52:12.785Z Checking blake2 v0.10.6
30772025-08-01T20:52:12.805Z Compiling pin-project-internal v1.1.6
30782025-08-01T20:52:12.808Z Compiling owo-colors v4.2.2
30792025-08-01T20:52:12.894Z Compiling cancel-safe-futures v0.1.5
30802025-08-01T20:52:12.897Z Checking ciborium v0.2.2
30812025-08-01T20:52:13.167Z Compiling newtype_derive v0.1.6
30822025-08-01T20:52:13.218Z Compiling packed_struct v0.10.1
30832025-08-01T20:52:13.291Z Checking crc-catalog v2.4.0
30842025-08-01T20:52:13.307Z Checking funty v2.0.0
30852025-08-01T20:52:13.449Z Checking crc v3.2.1
30862025-08-01T20:52:13.575Z Checking argon2 v0.5.3
30872025-08-01T20:52:13.702Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30882025-08-01T20:52:13.724Z Compiling packed_struct_codegen v0.10.1
30892025-08-01T20:52:13.835Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30902025-08-01T20:52:13.880Z Checking libsw-core v0.3.1
30912025-08-01T20:52:14.137Z Checking secrecy v0.10.3
30922025-08-01T20:52:14.160Z Checking zerocopy v0.6.6
30932025-08-01T20:52:14.182Z Checking bitvec v1.0.1
30942025-08-01T20:52:14.247Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30952025-08-01T20:52:14.282Z Compiling snafu-derive v0.8.5
30962025-08-01T20:52:14.341Z Compiling indexmap v1.9.3
30972025-08-01T20:52:14.366Z Checking fixedbitset v0.5.7
30982025-08-01T20:52:14.694Z Checking indent_write v2.2.0
30992025-08-01T20:52:14.760Z Checking nodrop v0.1.14
31002025-08-01T20:52:14.840Z Checking petgraph v0.8.2
31012025-08-01T20:52:14.900Z Checking array-init v0.0.4
31022025-08-01T20:52:14.964Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31032025-08-01T20:52:15.344Z Checking libsw v3.5.0
31042025-08-01T20:52:15.505Z Checking pin-project v1.1.6
31052025-08-01T20:52:15.603Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062025-08-01T20:52:15.672Z Checking smallvec v0.6.14
31072025-08-01T20:52:16.229Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31082025-08-01T20:52:16.270Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31092025-08-01T20:52:16.386Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31102025-08-01T20:52:16.593Z Checking globset v0.4.15
31112025-08-01T20:52:17.093Z Checking olpc-cjson v0.1.4
31122025-08-01T20:52:17.128Z Checking serde_plain v1.0.2
31132025-08-01T20:52:17.345Z Checking swrite v0.1.0
31142025-08-01T20:52:17.382Z Checking smawk v0.3.2
31152025-08-01T20:52:17.404Z Checking hashbrown v0.12.3
31162025-08-01T20:52:17.495Z Checking unicode-linebreak v0.1.5
31172025-08-01T20:52:17.622Z Checking bitfield v0.14.0
31182025-08-01T20:52:17.668Z Checking termcolor v1.4.1
31192025-08-01T20:52:17.816Z Checking linear-map v1.2.0
31202025-08-01T20:52:17.894Z Checking typed-path v0.9.3
31212025-08-01T20:52:17.939Z Checking textwrap v0.16.2
31222025-08-01T20:52:18.098Z Checking env_logger v0.10.2
31232025-08-01T20:52:18.130Z Checking ron v0.8.1
31242025-08-01T20:52:18.153Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31252025-08-01T20:52:18.356Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31262025-08-01T20:52:18.559Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31272025-08-01T20:52:18.882Z Checking snafu v0.8.5
31282025-08-01T20:52:19.123Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31292025-08-01T20:52:19.368Z Checking steno v0.4.1
31302025-08-01T20:52:19.390Z Checking serde-hex v0.1.0
31312025-08-01T20:52:19.415Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31322025-08-01T20:52:19.699Z Checking hashbrown v0.13.2
31332025-08-01T20:52:19.892Z Checking tough v0.20.0
31342025-08-01T20:52:20.224Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31352025-08-01T20:52:20.623Z Checking humantime v2.2.0
31362025-08-01T20:52:20.973Z Checking crc-any v2.5.0
31372025-08-01T20:52:21.255Z Checking object v0.30.4
31382025-08-01T20:52:21.362Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31392025-08-01T20:52:21.560Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8)
31402025-08-01T20:52:21.661Z Checking path-slash v0.1.5
31412025-08-01T20:52:21.837Z Checking half v1.8.3
31422025-08-01T20:52:21.886Z Checking void v1.0.2
31432025-08-01T20:52:22.054Z Checking lzss v0.8.2
31442025-08-01T20:52:22.100Z Checking tungstenite v0.23.0
31452025-08-01T20:52:22.257Z Checking serde_cbor v0.11.2
31462025-08-01T20:52:22.394Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31472025-08-01T20:52:22.949Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31482025-08-01T20:52:23.159Z Checking nix v0.27.1
31492025-08-01T20:52:23.192Z Checking kstat-rs v0.2.4
31502025-08-01T20:52:23.247Z Checking serde_bytes v0.11.17
31512025-08-01T20:52:23.269Z Checking tokio-tungstenite v0.23.1
31522025-08-01T20:52:23.560Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532025-08-01T20:52:23.604Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31542025-08-01T20:52:23.631Z Checking signal-hook-tokio v0.3.1
31552025-08-01T20:52:24.375Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31562025-08-01T20:52:26.414Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
31572025-08-01T20:52:27.791Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
31582025-08-01T20:52:38.305Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31592025-08-01T20:52:45.468Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31602025-08-01T20:52:46.235Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31612025-08-01T20:52:49.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.28s
31622025-08-01T20:52:49.619Z
31632025-08-01T20:52:49.619Zinfo: running `cargo check --bins` on gateway-api (114/221)
31642025-08-01T20:52:50.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652025-08-01T20:52:50.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662025-08-01T20:52:50.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672025-08-01T20:52:50.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31682025-08-01T20:52:50.421Z
31692025-08-01T20:52:50.421Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221)
31702025-08-01T20:52:51.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712025-08-01T20:52:51.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722025-08-01T20:52:51.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732025-08-01T20:52:51.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31742025-08-01T20:52:51.187Z
31752025-08-01T20:52:51.187Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221)
31762025-08-01T20:52:51.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772025-08-01T20:52:51.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782025-08-01T20:52:51.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792025-08-01T20:52:51.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31802025-08-01T20:52:51.994Z
31812025-08-01T20:52:51.994Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221)
31822025-08-01T20:52:52.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832025-08-01T20:52:52.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842025-08-01T20:52:52.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852025-08-01T20:52:52.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31862025-08-01T20:52:52.785Z
31872025-08-01T20:52:52.785Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221)
31882025-08-01T20:52:53.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892025-08-01T20:52:53.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902025-08-01T20:52:53.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912025-08-01T20:52:53.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31922025-08-01T20:52:53.574Z
31932025-08-01T20:52:53.575Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221)
31942025-08-01T20:52:54.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952025-08-01T20:52:54.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962025-08-01T20:52:54.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972025-08-01T20:52:54.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31982025-08-01T20:52:54.364Z
31992025-08-01T20:52:54.364Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221)
32002025-08-01T20:52:55.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012025-08-01T20:52:55.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022025-08-01T20:52:55.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032025-08-01T20:52:55.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32042025-08-01T20:52:55.147Z
32052025-08-01T20:52:55.147Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221)
32062025-08-01T20:52:55.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072025-08-01T20:52:55.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082025-08-01T20:52:55.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092025-08-01T20:52:55.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32102025-08-01T20:52:55.924Z
32112025-08-01T20:52:55.924Zinfo: running `cargo check --bins` on oximeter-producer (122/221)
32122025-08-01T20:52:56.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132025-08-01T20:52:56.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142025-08-01T20:52:56.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152025-08-01T20:52:56.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32162025-08-01T20:52:56.766Z
32172025-08-01T20:52:56.766Zinfo: running `cargo check --bins` on internal-dns-resolver (123/221)
32182025-08-01T20:52:57.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192025-08-01T20:52:57.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202025-08-01T20:52:57.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212025-08-01T20:52:57.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32222025-08-01T20:52:57.568Z
32232025-08-01T20:52:57.568Zinfo: running `cargo check --bins` on sp-sim (124/221)
32242025-08-01T20:52:58.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252025-08-01T20:52:58.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262025-08-01T20:52:58.385Z Compiling nix v0.30.1
32272025-08-01T20:52:58.389Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32282025-08-01T20:52:58.389Z Checking keccak v0.1.5
32292025-08-01T20:52:58.742Z Checking sha3 v0.10.8
32302025-08-01T20:52:58.784Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312025-08-01T20:53:00.488Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32322025-08-01T20:53:02.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s
32332025-08-01T20:53:02.873Z
32342025-08-01T20:53:02.874Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221)
32352025-08-01T20:53:03.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-08-01T20:53:03.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-08-01T20:53:03.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382025-08-01T20:53:03.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32392025-08-01T20:53:03.764Z
32402025-08-01T20:53:03.764Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221)
32412025-08-01T20:53:04.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-08-01T20:53:04.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-08-01T20:53:04.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442025-08-01T20:53:04.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
32452025-08-01T20:53:04.649Z
32462025-08-01T20:53:04.649Zinfo: running `cargo check --bins` on db-macros (127/221)
32472025-08-01T20:53:05.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-08-01T20:53:05.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-08-01T20:53:05.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502025-08-01T20:53:05.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32512025-08-01T20:53:05.405Z
32522025-08-01T20:53:05.405Zinfo: running `cargo check --bins` on nexus-macros-common (128/221)
32532025-08-01T20:53:06.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-08-01T20:53:06.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-08-01T20:53:06.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562025-08-01T20:53:06.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32572025-08-01T20:53:06.161Z
32582025-08-01T20:53:06.161Zinfo: running `cargo check --bins` on nexus-auth (129/221)
32592025-08-01T20:53:06.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-08-01T20:53:06.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-08-01T20:53:06.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622025-08-01T20:53:06.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32632025-08-01T20:53:07.007Z
32642025-08-01T20:53:07.008Zinfo: running `cargo check --bins` on authz-macros (130/221)
32652025-08-01T20:53:07.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-08-01T20:53:07.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-08-01T20:53:07.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682025-08-01T20:53:07.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32692025-08-01T20:53:07.763Z
32702025-08-01T20:53:07.763Zinfo: running `cargo check --bins` on nexus-db-fixed-data (131/221)
32712025-08-01T20:53:08.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-08-01T20:53:08.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-08-01T20:53:08.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742025-08-01T20:53:08.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32752025-08-01T20:53:08.616Z
32762025-08-01T20:53:08.616Zinfo: running `cargo check --bins` on nexus-db-model (132/221)
32772025-08-01T20:53:09.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-08-01T20:53:09.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-08-01T20:53:09.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802025-08-01T20:53:09.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32812025-08-01T20:53:09.484Z
32822025-08-01T20:53:09.484Zinfo: running `cargo check --bins` on nexus-db-schema (133/221)
32832025-08-01T20:53:10.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842025-08-01T20:53:10.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852025-08-01T20:53:10.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862025-08-01T20:53:10.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32872025-08-01T20:53:10.226Z
32882025-08-01T20:53:10.226Zinfo: running `cargo check --bins` on nexus-defaults (134/221)
32892025-08-01T20:53:10.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-08-01T20:53:10.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-08-01T20:53:10.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922025-08-01T20:53:10.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32932025-08-01T20:53:11.011Z
32942025-08-01T20:53:11.011Zinfo: running `cargo check --bins` on nexus-db-errors (135/221)
32952025-08-01T20:53:11.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-08-01T20:53:11.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-08-01T20:53:11.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982025-08-01T20:53:11.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32992025-08-01T20:53:11.867Z
33002025-08-01T20:53:11.867Zinfo: running `cargo check --bins` on nexus-db-lookup (136/221)
33012025-08-01T20:53:12.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-08-01T20:53:12.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-08-01T20:53:12.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042025-08-01T20:53:12.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33052025-08-01T20:53:12.729Z
33062025-08-01T20:53:12.729Zinfo: running `cargo check --bins` on nexus-inventory (137/221)
33072025-08-01T20:53:13.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-08-01T20:53:13.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-08-01T20:53:13.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102025-08-01T20:53:13.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33112025-08-01T20:53:13.561Z
33122025-08-01T20:53:13.561Zinfo: running `cargo check --bins` on sled-agent-zone-images-examples (138/221)
33132025-08-01T20:53:14.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-08-01T20:53:14.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-08-01T20:53:14.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162025-08-01T20:53:14.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
33172025-08-01T20:53:14.388Z
33182025-08-01T20:53:14.388Zinfo: running `cargo check --bins --no-default-features` on sled-storage (139/221)
33192025-08-01T20:53:15.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-08-01T20:53:15.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-08-01T20:53:15.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-08-01T20:53:15.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33232025-08-01T20:53:15.187Z
33242025-08-01T20:53:15.187Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221)
33252025-08-01T20:53:15.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-08-01T20:53:15.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-08-01T20:53:15.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282025-08-01T20:53:15.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33292025-08-01T20:53:15.990Z
33302025-08-01T20:53:15.990Zinfo: running `cargo check --bins` on key-manager (141/221)
33312025-08-01T20:53:16.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-08-01T20:53:16.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-08-01T20:53:16.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342025-08-01T20:53:16.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33352025-08-01T20:53:16.774Z
33362025-08-01T20:53:16.774Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (142/221)
33372025-08-01T20:53:17.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-08-01T20:53:17.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-08-01T20:53:17.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402025-08-01T20:53:17.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33412025-08-01T20:53:17.577Z
33422025-08-01T20:53:17.577Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221)
33432025-08-01T20:53:18.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-08-01T20:53:18.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-08-01T20:53:18.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-08-01T20:53:18.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33472025-08-01T20:53:18.376Z
33482025-08-01T20:53:18.376Zinfo: running `cargo check --bins` on typed-rng (144/221)
33492025-08-01T20:53:19.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-08-01T20:53:19.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-08-01T20:53:19.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-08-01T20:53:19.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
33532025-08-01T20:53:19.119Z
33542025-08-01T20:53:19.120Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221)
33552025-08-01T20:53:19.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-08-01T20:53:19.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-08-01T20:53:20.123Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
33582025-08-01T20:53:20.123Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33592025-08-01T20:53:20.123Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33602025-08-01T20:53:20.127Z Compiling thiserror-impl-no-std v2.0.2
33612025-08-01T20:53:20.127Z Checking universal-hash v0.5.1
33622025-08-01T20:53:20.127Z Checking opaque-debug v0.3.1
33632025-08-01T20:53:20.347Z Checking chacha20 v0.9.1
33642025-08-01T20:53:20.350Z Checking aead v0.5.2
33652025-08-01T20:53:20.435Z Compiling unicase v2.7.0
33662025-08-01T20:53:20.483Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33672025-08-01T20:53:20.508Z Checking poly1305 v0.8.0
33682025-08-01T20:53:20.653Z Compiling libefi-sys v0.1.0
33692025-08-01T20:53:20.698Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
33702025-08-01T20:53:20.749Z Compiling bitfield-struct v0.6.2
33712025-08-01T20:53:20.847Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33722025-08-01T20:53:20.880Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33732025-08-01T20:53:20.989Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33742025-08-01T20:53:21.038Z Checking chacha20poly1305 v0.10.1
33752025-08-01T20:53:21.236Z Compiling proc-macro-error-attr2 v2.0.0
33762025-08-01T20:53:21.260Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33772025-08-01T20:53:21.314Z Compiling salty v0.3.0
33782025-08-01T20:53:21.372Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33792025-08-01T20:53:21.791Z Compiling num-derive v0.3.3
33802025-08-01T20:53:22.006Z Compiling proc-macro-error2 v2.0.1
33812025-08-01T20:53:22.043Z Compiling xshell-macros v0.2.7
33822025-08-01T20:53:22.071Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33832025-08-01T20:53:22.609Z Compiling tabled_derive v0.10.0
33842025-08-01T20:53:22.634Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33852025-08-01T20:53:22.802Z Checking xshell v0.2.7
33862025-08-01T20:53:22.982Z Checking thiserror-no-std v2.0.2
33872025-08-01T20:53:23.131Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33882025-08-01T20:53:23.154Z Checking vsss-rs v3.3.4
33892025-08-01T20:53:23.176Z Compiling mime_guess v2.0.5
33902025-08-01T20:53:23.439Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
33912025-08-01T20:53:23.903Z Checking libscf-sys v1.1.0
33922025-08-01T20:53:24.387Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33932025-08-01T20:53:24.730Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33942025-08-01T20:53:24.800Z Checking papergrid v0.14.0
33952025-08-01T20:53:25.332Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33962025-08-01T20:53:25.651Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
33972025-08-01T20:53:26.023Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
33982025-08-01T20:53:26.111Z Checking primeorder v0.13.6
33992025-08-01T20:53:26.342Z Checking env_filter v0.1.2
34002025-08-01T20:53:26.582Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34012025-08-01T20:53:26.616Z Checking env_logger v0.11.5
34022025-08-01T20:53:26.747Z Checking p384 v0.13.0
34032025-08-01T20:53:26.983Z Checking tabled v0.18.0
34042025-08-01T20:53:27.040Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34052025-08-01T20:53:27.215Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34062025-08-01T20:53:27.520Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34072025-08-01T20:53:27.851Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
34082025-08-01T20:53:27.883Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34092025-08-01T20:53:27.943Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34102025-08-01T20:53:28.078Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34112025-08-01T20:53:28.130Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34122025-08-01T20:53:28.350Z Checking http-range v0.1.5
34132025-08-01T20:53:28.579Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
34142025-08-01T20:53:28.602Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34152025-08-01T20:53:28.938Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34162025-08-01T20:53:29.108Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
34172025-08-01T20:53:29.134Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34182025-08-01T20:53:29.348Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd)
34192025-08-01T20:53:29.452Z Checking secrecy v0.8.0
34202025-08-01T20:53:29.681Z Checking atty v0.2.14
34212025-08-01T20:53:29.739Z Checking crc8 v0.1.1
34222025-08-01T20:53:29.848Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2)
34232025-08-01T20:53:29.904Z Checking hyper-staticfile v0.10.1
34242025-08-01T20:53:29.945Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34252025-08-01T20:53:30.431Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
34262025-08-01T20:53:30.521Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272025-08-01T20:53:30.662Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282025-08-01T20:53:30.871Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292025-08-01T20:53:31.117Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
34302025-08-01T20:53:31.240Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312025-08-01T20:53:31.381Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322025-08-01T20:53:31.613Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332025-08-01T20:53:32.655Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34342025-08-01T20:53:32.659Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34352025-08-01T20:53:32.659Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34362025-08-01T20:53:33.177Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
34372025-08-01T20:53:33.565Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34382025-08-01T20:53:34.039Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34392025-08-01T20:53:35.047Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
34402025-08-01T20:53:36.692Z Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
34412025-08-01T20:53:41.663Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34422025-08-01T20:53:55.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.03s
34432025-08-01T20:53:55.370Z
34442025-08-01T20:53:55.370Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221)
34452025-08-01T20:53:56.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462025-08-01T20:53:56.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472025-08-01T20:53:56.316Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34482025-08-01T20:54:09.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s
34492025-08-01T20:54:10.188Z
34502025-08-01T20:54:10.189Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221)
34512025-08-01T20:54:10.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522025-08-01T20:54:10.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532025-08-01T20:54:11.134Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34542025-08-01T20:54:24.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.56s
34552025-08-01T20:54:24.985Z
34562025-08-01T20:54:24.985Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221)
34572025-08-01T20:54:25.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582025-08-01T20:54:25.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592025-08-01T20:54:25.924Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34602025-08-01T20:54:39.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
34612025-08-01T20:54:39.636Z
34622025-08-01T20:54:39.636Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221)
34632025-08-01T20:54:40.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642025-08-01T20:54:40.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652025-08-01T20:54:40.575Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662025-08-01T20:54:54.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.64s
34672025-08-01T20:54:54.513Z
34682025-08-01T20:54:54.513Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221)
34692025-08-01T20:54:55.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702025-08-01T20:54:55.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712025-08-01T20:54:55.454Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34722025-08-01T20:55:09.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s
34732025-08-01T20:55:09.372Z
34742025-08-01T20:55:09.372Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221)
34752025-08-01T20:55:10.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762025-08-01T20:55:10.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772025-08-01T20:55:10.307Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34782025-08-01T20:55:23.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
34792025-08-01T20:55:24.024Z
34802025-08-01T20:55:24.024Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221)
34812025-08-01T20:55:24.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822025-08-01T20:55:24.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832025-08-01T20:55:24.953Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34842025-08-01T20:55:38.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.71s
34852025-08-01T20:55:38.977Z
34862025-08-01T20:55:38.977Zinfo: running `cargo check --bins` on bootstrap-agent-api (153/221)
34872025-08-01T20:55:39.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882025-08-01T20:55:39.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892025-08-01T20:55:39.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902025-08-01T20:55:39.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34912025-08-01T20:55:39.815Z
34922025-08-01T20:55:39.815Zinfo: running `cargo check --bins` on range-requests (154/221)
34932025-08-01T20:55:40.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942025-08-01T20:55:40.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952025-08-01T20:55:40.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962025-08-01T20:55:40.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34972025-08-01T20:55:40.600Z
34982025-08-01T20:55:40.600Zinfo: running `cargo check --bins` on repo-depot-api (155/221)
34992025-08-01T20:55:41.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002025-08-01T20:55:41.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012025-08-01T20:55:41.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022025-08-01T20:55:41.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35032025-08-01T20:55:41.372Z
35042025-08-01T20:55:41.372Zinfo: running `cargo check --bins` on sled-agent-api (156/221)
35052025-08-01T20:55:42.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062025-08-01T20:55:42.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072025-08-01T20:55:42.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082025-08-01T20:55:42.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35092025-08-01T20:55:42.204Z
35102025-08-01T20:55:42.204Zinfo: running `cargo check --bins` on sled-diagnostics (157/221)
35112025-08-01T20:55:42.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122025-08-01T20:55:42.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132025-08-01T20:55:42.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142025-08-01T20:55:42.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35152025-08-01T20:55:43.015Z
35162025-08-01T20:55:43.015Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221)
35172025-08-01T20:55:43.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182025-08-01T20:55:43.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192025-08-01T20:55:43.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202025-08-01T20:55:43.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35212025-08-01T20:55:43.850Z
35222025-08-01T20:55:43.850Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221)
35232025-08-01T20:55:44.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242025-08-01T20:55:44.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252025-08-01T20:55:44.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262025-08-01T20:55:44.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35272025-08-01T20:55:44.692Z
35282025-08-01T20:55:44.693Zinfo: running `cargo check --bins` on sled-agent-zone-images (160/221)
35292025-08-01T20:55:45.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302025-08-01T20:55:45.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312025-08-01T20:55:45.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322025-08-01T20:55:45.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35332025-08-01T20:55:45.530Z
35342025-08-01T20:55:45.530Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221)
35352025-08-01T20:55:46.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362025-08-01T20:55:46.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372025-08-01T20:55:46.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382025-08-01T20:55:46.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35392025-08-01T20:55:46.364Z
35402025-08-01T20:55:46.364Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (162/221)
35412025-08-01T20:55:47.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422025-08-01T20:55:47.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432025-08-01T20:55:47.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442025-08-01T20:55:47.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35452025-08-01T20:55:47.234Z
35462025-08-01T20:55:47.234Zinfo: running `cargo check --bins` on nexus-test-interface (163/221)
35472025-08-01T20:55:47.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482025-08-01T20:55:48.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492025-08-01T20:55:48.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502025-08-01T20:55:48.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35512025-08-01T20:55:48.107Z
35522025-08-01T20:55:48.107Zinfo: running `cargo check --bins` on oximeter-collector (164/221)
35532025-08-01T20:55:48.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542025-08-01T20:55:48.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552025-08-01T20:55:49.003Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35562025-08-01T20:55:49.004Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35572025-08-01T20:55:49.966Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35582025-08-01T20:55:52.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
35592025-08-01T20:55:52.350Z
35602025-08-01T20:55:52.350Zinfo: running `cargo check --bins` on oximeter-api (165/221)
35612025-08-01T20:55:53.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622025-08-01T20:55:53.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632025-08-01T20:55:53.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642025-08-01T20:55:53.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35652025-08-01T20:55:53.148Z
35662025-08-01T20:55:53.148Zinfo: running `cargo check --bins` on cert-dev (166/221)
35672025-08-01T20:55:53.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682025-08-01T20:55:53.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692025-08-01T20:55:53.907Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
35702025-08-01T20:55:54.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35712025-08-01T20:55:54.437Z
35722025-08-01T20:55:54.437Zinfo: running `cargo check --bins` on clickana (167/221)
35732025-08-01T20:55:55.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742025-08-01T20:55:55.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752025-08-01T20:55:55.251Z Checking castaway v0.2.3
35762025-08-01T20:55:55.252Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
35772025-08-01T20:55:55.255Z Checking lru v0.12.5
35782025-08-01T20:55:55.255Z Compiling instability v0.3.2
35792025-08-01T20:55:55.255Z Checking unicode-truncate v1.1.0
35802025-08-01T20:55:55.256Z Checking cassowary v0.3.0
35812025-08-01T20:55:55.256Z Compiling indoc v2.0.6
35822025-08-01T20:55:55.497Z Checking compact_str v0.8.0
35832025-08-01T20:55:56.150Z Checking ratatui v0.29.0
35842025-08-01T20:55:57.120Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35852025-08-01T20:55:58.359Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
35862025-08-01T20:55:59.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
35872025-08-01T20:55:59.520Z
35882025-08-01T20:55:59.520Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (168/221)
35892025-08-01T20:56:00.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902025-08-01T20:56:00.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912025-08-01T20:56:00.392Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35922025-08-01T20:56:00.392Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
35932025-08-01T20:56:01.575Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
35942025-08-01T20:56:02.090Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
35952025-08-01T20:56:02.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
35962025-08-01T20:56:02.724Z
35972025-08-01T20:56:02.724Zinfo: running `cargo check --bins` on ch-dev (169/221)
35982025-08-01T20:56:03.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992025-08-01T20:56:03.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002025-08-01T20:56:03.556Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36012025-08-01T20:56:04.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
36022025-08-01T20:56:04.597Z
36032025-08-01T20:56:04.597Zinfo: running `cargo check --bins` on dev-tools-common (170/221)
36042025-08-01T20:56:05.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052025-08-01T20:56:05.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062025-08-01T20:56:05.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072025-08-01T20:56:05.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082025-08-01T20:56:05.177Z
36092025-08-01T20:56:05.177Zinfo: running `cargo check --bins` on crdb-seed (171/221)
36102025-08-01T20:56:05.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112025-08-01T20:56:05.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122025-08-01T20:56:06.000Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
36132025-08-01T20:56:06.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
36142025-08-01T20:56:06.645Z
36152025-08-01T20:56:06.645Zinfo: running `cargo check --bins` on db-dev (172/221)
36162025-08-01T20:56:07.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172025-08-01T20:56:07.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182025-08-01T20:56:07.468Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36192025-08-01T20:56:08.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
36202025-08-01T20:56:08.514Z
36212025-08-01T20:56:08.514Zinfo: running `cargo check --bins` on omicron-dev-lib (173/221)
36222025-08-01T20:56:09.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232025-08-01T20:56:09.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242025-08-01T20:56:09.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252025-08-01T20:56:09.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36262025-08-01T20:56:09.327Z
36272025-08-01T20:56:09.327Zinfo: running `cargo check --bins` on xtask-downloader (174/221)
36282025-08-01T20:56:09.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-08-01T20:56:10.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-08-01T20:56:10.086Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36312025-08-01T20:56:10.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
36322025-08-01T20:56:11.187Z
36332025-08-01T20:56:11.187Zinfo: running `cargo check --bins` on omicron-ls-apis (175/221)
36342025-08-01T20:56:11.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352025-08-01T20:56:11.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362025-08-01T20:56:11.948Z Checking typeid v1.0.3
36372025-08-01T20:56:12.064Z Checking ordered-float v2.10.1
36382025-08-01T20:56:12.081Z Checking cargo-platform v0.2.0
36392025-08-01T20:56:12.161Z Checking erased-serde v0.4.6
36402025-08-01T20:56:12.408Z Checking serde-value v0.7.0
36412025-08-01T20:56:12.740Z Checking serde-untagged v0.1.7
36422025-08-01T20:56:12.983Z Checking cargo-util-schemas v0.8.2
36432025-08-01T20:56:14.216Z Checking cargo_metadata v0.21.0
36442025-08-01T20:56:15.291Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36452025-08-01T20:56:16.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s
36462025-08-01T20:56:16.415Z
36472025-08-01T20:56:16.415Zinfo: running `cargo check --bins` on mgs-dev (176/221)
36482025-08-01T20:56:17.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492025-08-01T20:56:17.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502025-08-01T20:56:17.332Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36512025-08-01T20:56:19.208Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36522025-08-01T20:56:19.879Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36532025-08-01T20:56:20.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
36542025-08-01T20:56:20.729Z
36552025-08-01T20:56:20.729Zinfo: running `cargo check --bins` on omicron-omdb (177/221)
36562025-08-01T20:56:21.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572025-08-01T20:56:21.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582025-08-01T20:56:21.797Z Compiling crunchy v0.2.2
36592025-08-01T20:56:21.801Z Compiling dsl_auto_type v0.1.2
36602025-08-01T20:56:21.801Z Checking scheduled-thread-pool v0.2.7
36612025-08-01T20:56:21.801Z Compiling diesel_table_macro_syntax v0.2.0
36622025-08-01T20:56:21.801Z Compiling tiny-keccak v2.0.2
36632025-08-01T20:56:21.967Z Compiling bit-vec v0.6.3
36642025-08-01T20:56:22.018Z Compiling ascii-canvas v3.0.0
36652025-08-01T20:56:22.022Z Compiling ena v0.14.3
36662025-08-01T20:56:22.218Z Checking r2d2 v0.8.10
36672025-08-01T20:56:22.323Z Compiling bit-set v0.5.3
36682025-08-01T20:56:22.357Z Compiling regex-syntax v0.6.29
36692025-08-01T20:56:22.415Z Compiling diff v0.1.13
36702025-08-01T20:56:22.440Z Compiling bindgen v0.71.1
36712025-08-01T20:56:22.484Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
36722025-08-01T20:56:22.554Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
36732025-08-01T20:56:22.605Z Compiling derive_builder_core v0.20.2
36742025-08-01T20:56:22.724Z Compiling libxml v0.3.3
36752025-08-01T20:56:22.897Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36762025-08-01T20:56:22.970Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
36772025-08-01T20:56:23.184Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
36782025-08-01T20:56:23.211Z Compiling diesel_derives v2.2.3
36792025-08-01T20:56:23.282Z Compiling strum_macros v0.24.3
36802025-08-01T20:56:23.472Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
36812025-08-01T20:56:23.524Z Compiling indoc v1.0.9
36822025-08-01T20:56:24.437Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
36832025-08-01T20:56:24.748Z Compiling derive_builder_macro v0.20.2
36842025-08-01T20:56:24.784Z Compiling oso-derive v0.27.3
36852025-08-01T20:56:25.522Z Compiling lalrpop v0.19.12
36862025-08-01T20:56:25.659Z Checking derive_builder v0.20.2
36872025-08-01T20:56:25.778Z Compiling impl-trait-for-tuples v0.2.2
36882025-08-01T20:56:25.841Z Checking quick-xml v0.37.2
36892025-08-01T20:56:26.006Z Checking maplit v1.0.2
36902025-08-01T20:56:26.191Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
36912025-08-01T20:56:26.459Z Compiling diesel-dtrace v0.4.2
36922025-08-01T20:56:26.919Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
36932025-08-01T20:56:27.254Z Checking bb8 v0.8.5
36942025-08-01T20:56:27.438Z Checking ignore v0.4.23
36952025-08-01T20:56:27.711Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36962025-08-01T20:56:27.776Z Checking predicates-tree v1.0.12
36972025-08-01T20:56:27.883Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36982025-08-01T20:56:27.984Z Checking rand_seeder v0.3.0
36992025-08-01T20:56:28.092Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37002025-08-01T20:56:28.229Z Checking globwalk v0.9.1
37012025-08-01T20:56:28.254Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37022025-08-01T20:56:28.303Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
37032025-08-01T20:56:28.546Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37042025-08-01T20:56:28.572Z Checking camino-tempfile-ext v0.3.2
37052025-08-01T20:56:28.927Z Checking console v0.16.0
37062025-08-01T20:56:29.039Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
37072025-08-01T20:56:29.579Z Checking unit-prefix v0.5.1
37082025-08-01T20:56:29.816Z Checking is_ci v1.2.0
37092025-08-01T20:56:29.870Z Checking indicatif v0.18.0
37102025-08-01T20:56:29.990Z Checking supports-color v3.0.2
37112025-08-01T20:56:30.262Z Checking support-bundle-viewer v0.1.2
37122025-08-01T20:56:30.383Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
37132025-08-01T20:56:30.410Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37142025-08-01T20:56:30.663Z Checking multimap v0.10.1
37152025-08-01T20:56:32.642Z Checking diesel v2.2.11
37162025-08-01T20:56:49.332Z Compiling samael v0.0.19
37172025-08-01T20:57:02.641Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
37182025-08-01T20:57:04.635Z Checking async-bb8-diesel v0.2.1
37192025-08-01T20:57:06.221Z Compiling polar-core v0.27.3
37202025-08-01T20:57:13.502Z Checking oso v0.27.3
37212025-08-01T20:57:56.194Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37222025-08-01T20:58:31.870Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
37232025-08-01T20:58:42.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
37242025-08-01T20:58:42.717Z
37252025-08-01T20:58:42.717Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221)
37262025-08-01T20:58:43.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272025-08-01T20:58:43.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282025-08-01T20:58:43.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292025-08-01T20:58:43.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37302025-08-01T20:58:43.585Z
37312025-08-01T20:58:43.585Zinfo: running `cargo check --bins` on nexus-saga-recovery (179/221)
37322025-08-01T20:58:44.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332025-08-01T20:58:44.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342025-08-01T20:58:44.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352025-08-01T20:58:44.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
37362025-08-01T20:58:44.454Z
37372025-08-01T20:58:44.454Zinfo: running `cargo check --bins` on nexus-test-utils-macros (180/221)
37382025-08-01T20:58:45.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392025-08-01T20:58:45.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402025-08-01T20:58:45.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412025-08-01T20:58:45.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37422025-08-01T20:58:45.216Z
37432025-08-01T20:58:45.216Zinfo: running `cargo check --bins` on omicron-nexus (181/221)
37442025-08-01T20:58:46.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452025-08-01T20:58:46.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462025-08-01T20:58:46.315Z Compiling libz-sys v1.1.20
37472025-08-01T20:58:46.319Z Compiling libgit2-sys v0.17.0+1.8.1
37482025-08-01T20:58:46.473Z Compiling vergen v8.3.2
37492025-08-01T20:58:46.477Z Compiling cargo-platform v0.1.8
37502025-08-01T20:58:46.501Z Compiling fs-err v2.11.0
37512025-08-01T20:58:46.505Z Compiling rustls v0.21.12
37522025-08-01T20:58:46.540Z Checking sct v0.7.1
37532025-08-01T20:58:46.544Z Checking rustls-webpki v0.101.7
37542025-08-01T20:58:46.809Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
37552025-08-01T20:58:46.832Z Compiling cargo_metadata v0.18.1
37562025-08-01T20:58:46.892Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
37572025-08-01T20:58:46.978Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
37582025-08-01T20:58:47.127Z Checking parse-size v1.1.0
37592025-08-01T20:58:47.334Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
37602025-08-01T20:58:47.338Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
37612025-08-01T20:58:47.378Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37622025-08-01T20:58:47.382Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
37632025-08-01T20:58:47.382Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37642025-08-01T20:58:47.602Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
37652025-08-01T20:58:48.294Z Checking rustls-pemfile v1.0.4
37662025-08-01T20:58:48.323Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
37672025-08-01T20:58:48.532Z Checking twox-hash v2.1.0
37682025-08-01T20:58:48.608Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
37692025-08-01T20:58:48.994Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37702025-08-01T20:58:49.176Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37712025-08-01T20:58:49.746Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
37722025-08-01T20:58:50.205Z Checking tokio-rustls v0.24.1
37732025-08-01T20:58:50.263Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
37742025-08-01T20:58:50.577Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
37752025-08-01T20:58:50.749Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
37762025-08-01T20:58:50.916Z Checking fatfs v0.3.6
37772025-08-01T20:58:50.965Z Checking assert_matches v1.5.0
37782025-08-01T20:58:56.617Z Compiling git2 v0.19.0
37792025-08-01T20:59:00.793Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
37802025-08-01T20:59:59.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
37812025-08-01T20:59:59.584Z
37822025-08-01T20:59:59.584Zinfo: running `cargo check --bins` on nexus-background-task-interface (182/221)
37832025-08-01T21:00:00.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842025-08-01T21:00:00.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852025-08-01T21:00:00.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37862025-08-01T21:00:00.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37872025-08-01T21:00:00.391Z
37882025-08-01T21:00:00.391Zinfo: running `cargo check --bins` on nexus-external-api (183/221)
37892025-08-01T21:00:01.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902025-08-01T21:00:01.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912025-08-01T21:00:01.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37922025-08-01T21:00:01.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37932025-08-01T21:00:01.205Z
37942025-08-01T21:00:01.205Zinfo: running `cargo check --bins` on nexus-internal-api (184/221)
37952025-08-01T21:00:01.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962025-08-01T21:00:01.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972025-08-01T21:00:01.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982025-08-01T21:00:01.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
37992025-08-01T21:00:02.034Z
38002025-08-01T21:00:02.034Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (185/221)
38012025-08-01T21:00:02.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022025-08-01T21:00:02.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032025-08-01T21:00:02.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042025-08-01T21:00:02.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38052025-08-01T21:00:02.903Z
38062025-08-01T21:00:02.903Zinfo: running `cargo check --bins` on nexus-mgs-updates (186/221)
38072025-08-01T21:00:03.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082025-08-01T21:00:03.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092025-08-01T21:00:03.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102025-08-01T21:00:03.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38112025-08-01T21:00:03.743Z
38122025-08-01T21:00:03.743Zinfo: running `cargo check --bins` on nexus-networking (187/221)
38132025-08-01T21:00:04.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142025-08-01T21:00:04.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152025-08-01T21:00:04.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162025-08-01T21:00:04.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38172025-08-01T21:00:04.629Z
38182025-08-01T21:00:04.629Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (188/221)
38192025-08-01T21:00:05.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202025-08-01T21:00:05.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212025-08-01T21:00:05.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222025-08-01T21:00:05.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
38232025-08-01T21:00:05.507Z
38242025-08-01T21:00:05.507Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221)
38252025-08-01T21:00:06.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262025-08-01T21:00:06.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272025-08-01T21:00:06.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282025-08-01T21:00:06.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38292025-08-01T21:00:06.387Z
38302025-08-01T21:00:06.387Zinfo: running `cargo check --bins` on update-common (190/221)
38312025-08-01T21:00:07.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322025-08-01T21:00:07.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332025-08-01T21:00:07.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342025-08-01T21:00:07.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38352025-08-01T21:00:07.205Z
38362025-08-01T21:00:07.206Zinfo: running `cargo check --bins` on omicron-dev (191/221)
38372025-08-01T21:00:08.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382025-08-01T21:00:08.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392025-08-01T21:00:08.366Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38402025-08-01T21:00:08.370Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
38412025-08-01T21:00:08.533Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
38422025-08-01T21:00:08.548Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38432025-08-01T21:00:08.570Z Checking yansi v1.0.1
38442025-08-01T21:00:08.570Z Checking diff v0.1.13
38452025-08-01T21:00:08.574Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38462025-08-01T21:00:08.593Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38472025-08-01T21:00:09.040Z Checking pretty_assertions v1.4.1
38482025-08-01T21:00:09.155Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
38492025-08-01T21:00:09.772Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38502025-08-01T21:00:40.789Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
38512025-08-01T21:00:40.794Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38522025-08-01T21:00:40.794Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38532025-08-01T21:00:40.794Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38542025-08-01T21:00:40.794Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38552025-08-01T21:00:40.794Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
38562025-08-01T21:00:41.367Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38572025-08-01T21:00:41.851Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38582025-08-01T21:00:43.251Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38592025-08-01T21:01:33.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
38602025-08-01T21:01:34.144Z
38612025-08-01T21:01:34.144Zinfo: running `cargo check --bins` on openapi-manager (192/221)
38622025-08-01T21:01:34.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632025-08-01T21:01:34.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642025-08-01T21:01:35.042Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38652025-08-01T21:01:35.043Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38662025-08-01T21:01:35.181Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
38672025-08-01T21:01:35.184Z Checking heck v0.4.1
38682025-08-01T21:01:35.193Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
38692025-08-01T21:01:35.366Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38702025-08-01T21:01:35.410Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
38712025-08-01T21:01:36.340Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
38722025-08-01T21:01:38.651Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
38732025-08-01T21:01:40.285Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
38742025-08-01T21:01:41.181Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38752025-08-01T21:01:43.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.62s
38762025-08-01T21:01:43.031Z
38772025-08-01T21:01:43.031Zinfo: running `cargo check --bins` on installinator-api (193/221)
38782025-08-01T21:01:43.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792025-08-01T21:01:43.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802025-08-01T21:01:43.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812025-08-01T21:01:43.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38822025-08-01T21:01:43.806Z
38832025-08-01T21:01:43.806Zinfo: running `cargo check --bins` on ntp-admin-api (194/221)
38842025-08-01T21:01:44.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852025-08-01T21:01:44.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862025-08-01T21:01:44.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872025-08-01T21:01:44.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38882025-08-01T21:01:44.592Z
38892025-08-01T21:01:44.592Zinfo: running `cargo check --bins` on ntp-admin-types (195/221)
38902025-08-01T21:01:45.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912025-08-01T21:01:45.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922025-08-01T21:01:45.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932025-08-01T21:01:45.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38942025-08-01T21:01:45.391Z
38952025-08-01T21:01:45.391Zinfo: running `cargo check --bins` on wicketd-api (196/221)
38962025-08-01T21:01:46.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972025-08-01T21:01:46.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982025-08-01T21:01:46.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992025-08-01T21:01:46.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
39002025-08-01T21:01:46.218Z
39012025-08-01T21:01:46.218Zinfo: running `cargo check --bins` on omicron-pins (197/221)
39022025-08-01T21:01:46.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032025-08-01T21:01:46.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042025-08-01T21:01:46.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052025-08-01T21:01:46.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39062025-08-01T21:01:46.992Z
39072025-08-01T21:01:46.992Zinfo: running `cargo check --bins` on reconfigurator-cli (198/221)
39082025-08-01T21:01:47.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092025-08-01T21:01:47.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102025-08-01T21:01:47.970Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
39112025-08-01T21:01:48.106Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
39122025-08-01T21:01:48.122Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39132025-08-01T21:01:48.138Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
39142025-08-01T21:01:48.142Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
39152025-08-01T21:01:48.142Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
39162025-08-01T21:01:48.142Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
39172025-08-01T21:01:48.142Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
39182025-08-01T21:01:48.413Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
39192025-08-01T21:01:48.458Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39202025-08-01T21:01:48.484Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39212025-08-01T21:01:48.696Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
39222025-08-01T21:01:48.762Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
39232025-08-01T21:01:48.797Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
39242025-08-01T21:01:49.321Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39252025-08-01T21:01:49.388Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39262025-08-01T21:01:49.618Z Compiling petname v2.0.2
39272025-08-01T21:01:50.479Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
39282025-08-01T21:01:50.669Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39292025-08-01T21:01:50.941Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39302025-08-01T21:01:51.014Z Checking sync-ptr v0.1.4
39312025-08-01T21:01:51.120Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39322025-08-01T21:01:51.247Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570)
39332025-08-01T21:01:51.280Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39342025-08-01T21:01:51.777Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39352025-08-01T21:01:53.130Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
39362025-08-01T21:01:54.355Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
39372025-08-01T21:01:54.355Z Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples)
39382025-08-01T21:02:06.943Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39392025-08-01T21:02:06.946Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39402025-08-01T21:02:07.900Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412025-08-01T21:02:09.616Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422025-08-01T21:02:12.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.53s
39432025-08-01T21:02:12.746Z
39442025-08-01T21:02:12.746Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221)
39452025-08-01T21:02:13.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462025-08-01T21:02:13.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472025-08-01T21:02:13.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482025-08-01T21:02:13.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
39492025-08-01T21:02:13.625Z
39502025-08-01T21:02:13.625Zinfo: running `cargo check --bins` on omicron-repl-utils (200/221)
39512025-08-01T21:02:14.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522025-08-01T21:02:14.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532025-08-01T21:02:14.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542025-08-01T21:02:14.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39552025-08-01T21:02:14.390Z
39562025-08-01T21:02:14.390Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221)
39572025-08-01T21:02:15.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582025-08-01T21:02:15.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592025-08-01T21:02:15.309Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
39602025-08-01T21:02:16.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
39612025-08-01T21:02:16.658Z
39622025-08-01T21:02:16.658Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (202/221)
39632025-08-01T21:02:17.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642025-08-01T21:02:17.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652025-08-01T21:02:17.542Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39662025-08-01T21:02:18.002Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
39672025-08-01T21:02:19.254Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
39682025-08-01T21:02:20.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
39692025-08-01T21:02:20.233Z
39702025-08-01T21:02:20.233Zinfo: running `cargo check --bins` on omicron-releng (203/221)
39712025-08-01T21:02:20.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722025-08-01T21:02:20.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732025-08-01T21:02:21.063Z Compiling blake3 v1.5.4
39742025-08-01T21:02:21.066Z Checking memmap2 v0.9.5
39752025-08-01T21:02:21.066Z Checking arrayvec v0.7.6
39762025-08-01T21:02:21.182Z Checking constant_time_eq v0.3.1
39772025-08-01T21:02:21.185Z Checking arrayref v0.3.9
39782025-08-01T21:02:21.209Z Checking topological-sort v0.2.2
39792025-08-01T21:02:21.224Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
39802025-08-01T21:02:21.260Z Checking shell-words v1.1.0
39812025-08-01T21:02:22.374Z Checking omicron-zone-package v0.12.2
39822025-08-01T21:02:23.589Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39832025-08-01T21:02:24.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
39842025-08-01T21:02:25.010Z
39852025-08-01T21:02:25.010Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (204/221)
39862025-08-01T21:02:25.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872025-08-01T21:02:25.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882025-08-01T21:02:25.838Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39892025-08-01T21:02:26.238Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
39902025-08-01T21:02:26.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
39912025-08-01T21:02:26.978Z
39922025-08-01T21:02:26.978Zinfo: running `cargo check --bins` on xtask (205/221)
39932025-08-01T21:02:27.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942025-08-01T21:02:27.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952025-08-01T21:02:27.579Z Checking bitflags v2.9.1
39962025-08-01T21:02:27.675Z Checking serde v1.0.219
39972025-08-01T21:02:27.679Z Checking zerofrom v0.1.4
39982025-08-01T21:02:27.686Z Checking hashbrown v0.15.4
39992025-08-01T21:02:27.709Z Checking smallvec v1.15.1
40002025-08-01T21:02:27.724Z Checking thiserror v1.0.69
40012025-08-01T21:02:27.741Z Checking num-traits v0.2.19
40022025-08-01T21:02:27.741Z Checking scroll v0.12.0
40032025-08-01T21:02:27.870Z Checking log v0.4.27
40042025-08-01T21:02:27.894Z Checking yoke v0.7.4
40052025-08-01T21:02:27.932Z Checking rustix v0.38.37
40062025-08-01T21:02:28.056Z Checking percent-encoding v2.3.1
40072025-08-01T21:02:28.160Z Checking zerocopy v0.7.35
40082025-08-01T21:02:28.198Z Checking goblin v0.8.2
40092025-08-01T21:02:28.260Z Checking zerovec v0.10.4
40102025-08-01T21:02:28.282Z Checking form_urlencoded v1.2.1
40112025-08-01T21:02:28.499Z Checking pest v2.7.14
40122025-08-01T21:02:28.691Z Checking indexmap v2.10.0
40132025-08-01T21:02:28.889Z Checking terminal_size v0.4.0
40142025-08-01T21:02:29.120Z Checking getrandom v0.3.1
40152025-08-01T21:02:29.212Z Checking ordered-float v2.10.1
40162025-08-01T21:02:29.358Z Checking thiserror v2.0.12
40172025-08-01T21:02:29.375Z Checking syn v2.0.104
40182025-08-01T21:02:29.532Z Checking rustix v1.0.7
40192025-08-01T21:02:29.682Z Checking once_cell v1.21.3
40202025-08-01T21:02:29.849Z Checking tinystr v0.7.6
40212025-08-01T21:02:29.916Z Checking icu_collections v1.5.0
40222025-08-01T21:02:30.009Z Checking clap_builder v4.5.41
40232025-08-01T21:02:30.201Z Checking icu_locid v1.5.0
40242025-08-01T21:02:30.613Z Checking textwrap v0.16.2
40252025-08-01T21:02:30.979Z Checking dtrace-parser v0.2.0
40262025-08-01T21:02:31.036Z Checking fs-err v3.1.1
40272025-08-01T21:02:31.073Z Checking tempfile v3.20.0
40282025-08-01T21:02:31.233Z Checking icu_provider v1.5.0
40292025-08-01T21:02:31.362Z Checking anyhow v1.0.98
40302025-08-01T21:02:31.454Z Checking tabled v0.15.0
40312025-08-01T21:02:31.494Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
40322025-08-01T21:02:31.859Z Checking icu_locid_transform v1.5.0
40332025-08-01T21:02:32.119Z Checking serde_spanned v0.6.9
40342025-08-01T21:02:32.123Z Checking toml_datetime v0.6.11
40352025-08-01T21:02:32.123Z Checking serde_json v1.0.141
40362025-08-01T21:02:32.373Z Checking erased-serde v0.4.6
40372025-08-01T21:02:32.527Z Checking toml_edit v0.22.27
40382025-08-01T21:02:32.874Z Checking icu_properties v1.5.1
40392025-08-01T21:02:32.944Z Checking camino v1.1.10
40402025-08-01T21:02:33.121Z Checking semver v1.0.26
40412025-08-01T21:02:33.309Z Checking serde-untagged v0.1.7
40422025-08-01T21:02:33.492Z Checking serde-value v0.7.0
40432025-08-01T21:02:33.562Z Checking cargo-platform v0.2.0
40442025-08-01T21:02:33.636Z Checking dof v0.3.0
40452025-08-01T21:02:33.684Z Checking camino-tempfile v1.4.1
40462025-08-01T21:02:33.889Z Checking clap v4.5.41
40472025-08-01T21:02:33.912Z Checking macaddr v1.0.1
40482025-08-01T21:02:34.246Z Checking usdt-impl v0.5.0
40492025-08-01T21:02:34.635Z Checking usdt v0.5.0
40502025-08-01T21:02:34.800Z Checking toml v0.8.23
40512025-08-01T21:02:35.274Z Checking cargo_toml v0.21.0
40522025-08-01T21:02:35.510Z Checking icu_normalizer v1.5.0
40532025-08-01T21:02:36.026Z Checking idna_adapter v1.2.0
40542025-08-01T21:02:36.172Z Checking idna v1.0.3
40552025-08-01T21:02:36.505Z Checking url v2.5.4
40562025-08-01T21:02:37.035Z Checking cargo-util-schemas v0.8.2
40572025-08-01T21:02:38.282Z Checking cargo_metadata v0.21.0
40582025-08-01T21:02:39.367Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
40592025-08-01T21:02:40.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s
40602025-08-01T21:02:40.186Z
40612025-08-01T21:02:40.186Zinfo: running `cargo check --bins` on end-to-end-tests (206/221)
40622025-08-01T21:02:41.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632025-08-01T21:02:41.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642025-08-01T21:02:41.181Z Checking polyval v0.6.2
40652025-08-01T21:02:41.313Z Checking ctr v0.9.2
40662025-08-01T21:02:41.329Z Checking ssh-encoding v0.2.0
40672025-08-01T21:02:41.333Z Checking blowfish v0.9.1
40682025-08-01T21:02:41.359Z Checking password-hash v0.4.2
40692025-08-01T21:02:41.376Z Checking p521 v0.13.3
40702025-08-01T21:02:41.379Z Checking p256 v0.13.2
40712025-08-01T21:02:41.397Z Checking russh-cryptovec v0.7.3
40722025-08-01T21:02:41.555Z Checking ghash v0.5.1
40732025-08-01T21:02:41.578Z Checking bcrypt-pbkdf v0.10.0
40742025-08-01T21:02:41.578Z Checking md5 v0.7.0
40752025-08-01T21:02:41.684Z Checking num-bigint v0.4.6
40762025-08-01T21:02:41.707Z Checking des v0.8.1
40772025-08-01T21:02:41.741Z Checking aes-gcm v0.10.3
40782025-08-01T21:02:41.762Z Checking pbkdf2 v0.11.0
40792025-08-01T21:02:41.878Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40802025-08-01T21:02:41.901Z Checking hex-literal v0.4.1
40812025-08-01T21:02:41.923Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
40822025-08-01T21:02:41.967Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
40832025-08-01T21:02:41.994Z Checking ssh-cipher v0.2.0
40842025-08-01T21:02:42.059Z Checking internet-checksum v0.2.1
40852025-08-01T21:02:42.301Z Checking ssh-key v0.6.6
40862025-08-01T21:02:42.579Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
40872025-08-01T21:02:43.408Z Checking russh-keys v0.45.0
40882025-08-01T21:02:44.297Z Checking russh v0.45.0
40892025-08-01T21:03:06.202Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
40902025-08-01T21:03:07.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.61s
40912025-08-01T21:03:08.024Z
40922025-08-01T21:03:08.024Zinfo: running `cargo check --bins` on gateway-cli (207/221)
40932025-08-01T21:03:08.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942025-08-01T21:03:08.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952025-08-01T21:03:08.860Z Checking termios v0.3.3
40962025-08-01T21:03:09.110Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
40972025-08-01T21:03:09.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
40982025-08-01T21:03:10.173Z
40992025-08-01T21:03:10.173Zinfo: running `cargo check --bins --no-default-features` on installinator (208/221)
41002025-08-01T21:03:10.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012025-08-01T21:03:10.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022025-08-01T21:03:11.068Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41032025-08-01T21:03:11.072Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41042025-08-01T21:03:11.983Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
41052025-08-01T21:03:13.878Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
41062025-08-01T21:03:16.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.96s
41072025-08-01T21:03:16.360Z
41082025-08-01T21:03:16.360Zinfo: running `cargo check --bins` on internal-dns-cli (209/221)
41092025-08-01T21:03:17.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102025-08-01T21:03:17.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112025-08-01T21:03:17.179Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
41122025-08-01T21:03:17.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
41132025-08-01T21:03:17.923Z
41142025-08-01T21:03:17.923Zinfo: running `cargo check --bins` on omicron-live-tests (210/221)
41152025-08-01T21:03:18.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162025-08-01T21:03:18.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172025-08-01T21:03:18.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182025-08-01T21:03:18.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41192025-08-01T21:03:18.689Z
41202025-08-01T21:03:18.689Zinfo: running `cargo check --bins` on live-tests-macros (211/221)
41212025-08-01T21:03:19.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222025-08-01T21:03:19.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232025-08-01T21:03:19.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242025-08-01T21:03:19.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41252025-08-01T21:03:19.462Z
41262025-08-01T21:03:19.462Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221)
41272025-08-01T21:03:20.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282025-08-01T21:03:20.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292025-08-01T21:03:20.377Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
41302025-08-01T21:03:21.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
41312025-08-01T21:03:21.358Z
41322025-08-01T21:03:21.358Zinfo: running `cargo check --bins` on omicron-ntp-admin (213/221)
41332025-08-01T21:03:22.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342025-08-01T21:03:22.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352025-08-01T21:03:22.182Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
41362025-08-01T21:03:22.182Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
41372025-08-01T21:03:22.503Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41382025-08-01T21:03:23.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
41392025-08-01T21:03:23.769Z
41402025-08-01T21:03:23.769Zinfo: running `cargo check --bins` on omicron-package (214/221)
41412025-08-01T21:03:24.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422025-08-01T21:03:24.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432025-08-01T21:03:24.614Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
41442025-08-01T21:03:26.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
41452025-08-01T21:03:26.392Z
41462025-08-01T21:03:26.392Zinfo: running `cargo check --bins` on trust-quorum (215/221)
41472025-08-01T21:03:27.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482025-08-01T21:03:27.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492025-08-01T21:03:27.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502025-08-01T21:03:27.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41512025-08-01T21:03:27.225Z
41522025-08-01T21:03:27.225Zinfo: running `cargo check --bins` on gfss (216/221)
41532025-08-01T21:03:27.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542025-08-01T21:03:27.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552025-08-01T21:03:27.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562025-08-01T21:03:27.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41572025-08-01T21:03:27.995Z
41582025-08-01T21:03:27.995Zinfo: running `cargo check --bins` on wicket-dbg (217/221)
41592025-08-01T21:03:28.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602025-08-01T21:03:28.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612025-08-01T21:03:28.898Z Checking rtoolbox v0.0.2
41622025-08-01T21:03:28.902Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
41632025-08-01T21:03:28.902Z Checking tui-tree-widget v0.23.1
41642025-08-01T21:03:29.166Z Checking rpassword v7.4.0
41652025-08-01T21:03:34.092Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41662025-08-01T21:03:37.144Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
41672025-08-01T21:03:38.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s
41682025-08-01T21:03:38.672Z
41692025-08-01T21:03:38.672Zinfo: running `cargo check --bins` on wicket (218/221)
41702025-08-01T21:03:39.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712025-08-01T21:03:39.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722025-08-01T21:03:39.555Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
41732025-08-01T21:03:40.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
41742025-08-01T21:03:40.263Z
41752025-08-01T21:03:40.263Zinfo: running `cargo check --bins` on wicketd (219/221)
41762025-08-01T21:03:41.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41772025-08-01T21:03:41.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41782025-08-01T21:03:41.175Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
41792025-08-01T21:03:45.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
41802025-08-01T21:03:45.785Z
41812025-08-01T21:03:45.785Zinfo: running `cargo check --bins` on omicron-workspace-hack (220/221)
41822025-08-01T21:03:46.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41832025-08-01T21:03:46.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41842025-08-01T21:03:46.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41852025-08-01T21:03:46.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41862025-08-01T21:03:46.553Z
41872025-08-01T21:03:46.553Zinfo: running `cargo check --bins` on zone-setup (221/221)
41882025-08-01T21:03:47.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41892025-08-01T21:03:47.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41902025-08-01T21:03:47.414Z Checking uzers v0.12.1
41912025-08-01T21:03:47.785Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
41922025-08-01T21:03:48.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.33s
41932025-08-01T21:03:49.130Z
41942025-08-01T21:03:49.130Zreal 16:19.249291071
41952025-08-01T21:03:49.130Zuser 32:19.761607368
41962025-08-01T21:03:49.130Zsys 5:23.452999159
41972025-08-01T21:03:49.130Ztrap 0.704072470
41982025-08-01T21:03:49.130Ztflt 0.712067122
41992025-08-01T21:03:49.130Zdflt 1.579508103
42002025-08-01T21:03:49.130Zkflt 0.001194968
42012025-08-01T21:03:49.133Zlock 1:19:38.737568596
42022025-08-01T21:03:49.133Zslp 2:38:17.655865383
42032025-08-01T21:03:49.133Zlat 1:36.849043138
42042025-08-01T21:03:49.133Zstop 5:18.518287931
42052025-08-01T21:03:49.133Zprocess exited: duration 1261819 ms, exit code 0
 
42062025-08-01T21:03:49.142Zfound 0 output files