01JH35A7KZFYJFWDXR1XBWCPS1: 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: 01JH35AH272M5H1P5RVDXADMMV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-08T14:34:00.277Zjob assigned to worker 01JH35AQNE5P9TEPB6YYJHSRCG [factory aws, i-0080d890504f9911e] (queued for 59 s)
 
22025-01-08T14:34:07.585Zstarting task 0: "setup"
32025-01-08T14:34:07.594Z++ uname -s
42025-01-08T14:34:07.597Z+ kern=SunOS
52025-01-08T14:34:07.597Z+ case "$kern" in
62025-01-08T14:34:07.597Z+ groupadd -g 12345 build
72025-01-08T14:34:07.600Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-08T14:34:09.607Z+ zfs create -o mountpoint=/work rpool/work
92025-01-08T14:34:09.724Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-08T14:34:09.727Z+ home_fs=zfs
112025-01-08T14:34:09.727Z+ [[ zfs == autofs ]]
122025-01-08T14:34:09.727Z+ mkdir -p /home/build
132025-01-08T14:34:09.729Z+ chown build:build /home/build /work
142025-01-08T14:34:11.730Z+ chmod 0700 /home/build /work
152025-01-08T14:34:11.733Zprocess exited: duration 4150 ms, exit code 0
 
162025-01-08T14:34:11.738Zstarting task 1: "rust-toolchain"
172025-01-08T14:34:11.744Z+ printf ' * toolchain channel = "%s"
182025-01-08T14:34:11.744Z * toolchain channel = "1.81.0"
192025-01-08T14:34:11.744Z' 1.81.0
202025-01-08T14:34:11.744Z+ printf ' * toolchain profile = "%s"
212025-01-08T14:34:11.744Z' default
222025-01-08T14:34:11.744Z * toolchain profile = "default"
232025-01-08T14:34:11.747Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-08T14:34:11.747Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-08T14:34:11.867Zinfo: downloading installer
262025-01-08T14:34:13.028Zinfo: profile set to 'default'
272025-01-08T14:34:13.028Zinfo: default host triple is x86_64-unknown-illumos
282025-01-08T14:34:13.030Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-08T14:34:13.178Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-08T14:34:13.178Zinfo: downloading component 'cargo'
312025-01-08T14:34:14.036Zinfo: downloading component 'clippy'
322025-01-08T14:34:14.355Zinfo: downloading component 'rust-docs'
332025-01-08T14:34:15.546Zinfo: downloading component 'rust-std'
342025-01-08T14:34:17.397Zinfo: downloading component 'rustc'
352025-01-08T14:34:24.049Zinfo: downloading component 'rustfmt'
362025-01-08T14:34:24.298Zinfo: installing component 'cargo'
372025-01-08T14:34:25.091Zinfo: installing component 'clippy'
382025-01-08T14:34:25.450Zinfo: installing component 'rust-docs'
392025-01-08T14:34:27.041Zinfo: installing component 'rust-std'
402025-01-08T14:34:28.769Zinfo: installing component 'rustc'
412025-01-08T14:34:34.370Zinfo: installing component 'rustfmt'
422025-01-08T14:34:34.687Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-08T14:34:34.688Z
442025-01-08T14:34:35.052Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-08T14:34:35.052Z
462025-01-08T14:34:35.055Z
472025-01-08T14:34:35.055ZRust is installed now. Great!
482025-01-08T14:34:35.055Z
492025-01-08T14:34:35.055ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-08T14:34:35.055Zenvironment variable. This has not been done automatically.
512025-01-08T14:34:35.055Z
522025-01-08T14:34:35.055ZTo configure your current shell, you need to source
532025-01-08T14:34:35.055Zthe corresponding env file under $HOME/.cargo.
542025-01-08T14:34:35.055Z
552025-01-08T14:34:35.055ZThis is usually done by running one of the following (note the leading DOT):
562025-01-08T14:34:35.056Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-08T14:34:35.056Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-08T14:34:35.128Z+ rustc --version
592025-01-08T14:34:35.193Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-08T14:34:35.195Zprocess exited: duration 23456 ms, exit code 0
 
612025-01-08T14:34:35.201Zstarting task 2: "authentication"
622025-01-08T14:34:35.223Zprocess exited: duration 20 ms, exit code 0
 
632025-01-08T14:34:35.229Zstarting task 3: "clone repository"
642025-01-08T14:34:35.233Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-08T14:34:35.236Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-08T14:34:35.287ZCloning into '/work/oxidecomputer/omicron'...
672025-01-08T14:34:42.078Z+ cd /work/oxidecomputer/omicron
682025-01-08T14:34:42.078Z+ git fetch origin 170ba7b287772751ab120fc5b4c54ea3de10527d
692025-01-08T14:34:42.366ZFrom https://github.com/oxidecomputer/omicron
702025-01-08T14:34:42.366Z * branch 170ba7b287772751ab120fc5b4c54ea3de10527d -> FETCH_HEAD
712025-01-08T14:34:42.376Z+ [[ -n spr/papertigers/sled-diagnostics-add-pfiles-output ]]
722025-01-08T14:34:42.379Z++ git branch --show-current
732025-01-08T14:34:42.381Z+ current=main
742025-01-08T14:34:42.381Z+ [[ main != spr/papertigers/sled-diagnostics-add-pfiles-output ]]
752025-01-08T14:34:42.381Z+ git branch -f spr/papertigers/sled-diagnostics-add-pfiles-output 170ba7b287772751ab120fc5b4c54ea3de10527d
762025-01-08T14:34:42.384Z+ git checkout -f spr/papertigers/sled-diagnostics-add-pfiles-output
772025-01-08T14:34:42.402ZSwitched to branch 'spr/papertigers/sled-diagnostics-add-pfiles-output'
782025-01-08T14:34:42.404Z+ git reset --hard 170ba7b287772751ab120fc5b4c54ea3de10527d
792025-01-08T14:34:42.422ZHEAD is now at 170ba7b28 rebase
802025-01-08T14:34:42.425Zprocess exited: duration 7194 ms, exit code 0
 
812025-01-08T14:34:42.432Zstarting task 4: "build"
822025-01-08T14:34:42.436Z+ source .github/buildomat/ci-env.sh
832025-01-08T14:34:42.436Z++ export CARGO_TERM_COLOR=always
842025-01-08T14:34:42.436Z++ CARGO_TERM_COLOR=always
852025-01-08T14:34:42.436Z+ cargo --version
862025-01-08T14:34:42.493Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-08T14:34:42.496Z+ rustc --version
882025-01-08T14:34:42.555Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-08T14:34:42.557Z+ source ./env.sh
902025-01-08T14:34:42.557Z++ OLD_SHELL_OPTS=ehxB
912025-01-08T14:34:42.557Z++ set -o xtrace
922025-01-08T14:34:42.560Z++++ dirname ./env.sh
932025-01-08T14:34:42.564Z+++ readlink -f .
942025-01-08T14:34:42.568Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-08T14:34:42.568Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962025-01-08T14:34:42.568Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972025-01-08T14:34:42.568Z++ 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
982025-01-08T14:34:42.568Z++ 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
992025-01-08T14:34:42.568Z++ 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
1002025-01-08T14:34:42.568Z++ 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
1012025-01-08T14:34:42.568Z++ 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
1022025-01-08T14:34:42.568Z++ 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
1032025-01-08T14:34:42.568Z++ case $OLD_SHELL_OPTS in
1042025-01-08T14:34:42.568Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-08T14:34:42.568Z+ 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
1062025-01-08T14:34:42.568Z+ 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
1072025-01-08T14:34:42.568Z+ banner prerequisites
1082025-01-08T14:34:42.571Z
1092025-01-08T14:34:42.571Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-08T14:34:42.571Z # # # # # # # # # # # # # # #
1112025-01-08T14:34:42.571Z # # # # ##### # # ##### # # # # # #### #
1122025-01-08T14:34:42.571Z ##### ##### # ##### # # # # # # # # #
1132025-01-08T14:34:42.571Z # # # # # # # # # # # # # # #
1142025-01-08T14:34:42.571Z # # # ###### # # ###### ### # #### # #### #
1152025-01-08T14:34:42.571Z
1162025-01-08T14:34:42.571Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-08T14:34:49.112Z Startup: Refreshing catalog 'helios-dev' ... Done
1182025-01-08T14:34:53.021Z Startup: Caching catalogs ... Done
1192025-01-08T14:35:04.259ZPlanning: Solver setup ... Done (10.261s)
1202025-01-08T14:35:04.400ZPlanning: Running solver ... Done (0.140s)
1212025-01-08T14:35:04.510ZPlanning: Finding local manifests ... Done (0.005s)
1222025-01-08T14:35:04.523ZPlanning: Fetching manifests: 0/5 0% complete
1232025-01-08T14:35:05.148ZPlanning: Fetching manifests: 5/5 100% complete
1242025-01-08T14:35:05.420ZPlanning: Package planning ... Done (0.271s)
1252025-01-08T14:35:05.478ZPlanning: Merging actions ... Done (0.057s)
1262025-01-08T14:35:05.674ZPlanning: Checking for conflicting actions ... Done (0.196s)
1272025-01-08T14:35:07.944ZPlanning: Consolidating action changes ... Done (2.270s)
1282025-01-08T14:35:08.399ZPlanning: Evaluating mediators ... Done (0.455s)
1292025-01-08T14:35:08.477ZPlanning: Planning completed in 15.36 seconds
1302025-01-08T14:35:08.494Z Packages to install: 4
1312025-01-08T14:35:08.494Z Packages to update: 1
1322025-01-08T14:35:08.497Z Mediators to change: 2
1332025-01-08T14:35:08.497Z Services to change: 1
1342025-01-08T14:35:08.497Z Estimated space available: 155.63 GB
1352025-01-08T14:35:08.497ZEstimated space to be consumed: 1.62 GB
1362025-01-08T14:35:08.497Z Create boot environment: No
1372025-01-08T14:35:08.497ZCreate backup boot environment: Yes
1382025-01-08T14:35:08.497Z Rebuild boot archive: No
1392025-01-08T14:35:08.497Z
1402025-01-08T14:35:08.497ZChanged mediators:
1412025-01-08T14:35:08.497Z mediator clang:
1422025-01-08T14:35:08.497Z version: None -> 15 (system default)
1432025-01-08T14:35:08.497Z
1442025-01-08T14:35:08.497Z mediator llvm:
1452025-01-08T14:35:08.497Z version: 14 (system default) -> 15 (system default)
1462025-01-08T14:35:08.497Z
1472025-01-08T14:35:08.497ZChanged packages:
1482025-01-08T14:35:08.497Zhelios-dev
1492025-01-08T14:35:08.497Z developer/build-essential
1502025-01-08T14:35:08.497Z None -> 11-2.0
1512025-01-08T14:35:08.497Z library/libxmlsec1
1522025-01-08T14:35:08.497Z None -> 1.2.35-2.0
1532025-01-08T14:35:08.497Z ooce/developer/clang-15
1542025-01-08T14:35:08.497Z None -> 15.0.7-2.0
1552025-01-08T14:35:08.497Z ooce/developer/llvm-15
1562025-01-08T14:35:08.497Z None -> 15.0.7-2.0
1572025-01-08T14:35:08.497Z package/pkg
1582025-01-08T14:35:08.497Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592025-01-08T14:35:08.497Z
1602025-01-08T14:35:08.497ZServices:
1612025-01-08T14:35:08.497Z restart_fmri:
1622025-01-08T14:35:08.497Z svc:/system/update-man-index:default
1632025-01-08T14:35:08.497Z
1642025-01-08T14:35:08.497ZEditable files to change:
1652025-01-08T14:35:08.497Z Update:
1662025-01-08T14:35:08.497Z usr/share/lib/pkg/web/config.shtml
1672025-01-08T14:35:08.584Z
1682025-01-08T14:35:08.584ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692025-01-08T14:35:13.584ZDownload: 1526/4281 items 117.5/220.6MB 53% complete (23.9M/s)
1702025-01-08T14:35:18.584ZDownload: 3104/4281 items 129.5/220.6MB 58% complete (12.9M/s)
1712025-01-08T14:35:23.588ZDownload: 3518/4281 items 213.6/220.6MB 96% complete (9.6M/s)
1722025-01-08T14:35:27.851ZDownload: Completed 220.60 MB in 19.27 seconds (11.4M/s)
1732025-01-08T14:35:29.847Z Actions: 1/5063 actions (Removing old actions)
1742025-01-08T14:35:29.870Z Actions: 194/5063 actions (Installing new actions)
1752025-01-08T14:35:34.571Z Actions: 4226/5063 actions (Updating modified actions)
1762025-01-08T14:35:34.903Z Actions: Completed 5063 actions in 5.06 seconds.
1772025-01-08T14:35:35.326Z Done (0.415s)
1782025-01-08T14:35:35.330Z Done (0.000s)
1792025-01-08T14:35:35.910Z Done (0.582s)
1802025-01-08T14:35:40.346Z Done (4.207s)
1812025-01-08T14:35:40.433Z Done (0.019s)
1822025-01-08T14:35:40.436Z Done (0.000s)
1832025-01-08T14:35:40.600Z Done (0.000s)
1842025-01-08T14:35:41.295ZPlanning: Evaluating mediator changes ... Done
1852025-01-08T14:35:41.459ZPlanning: Checking for conflicting actions ... Done
1862025-01-08T14:35:41.461ZPlanning: Consolidating action changes ... Done
1872025-01-08T14:35:41.728ZPlanning: Evaluating mediators ... Done
1882025-01-08T14:35:41.731ZPlanning: Planning completed in 0.43 seconds
1892025-01-08T14:35:41.770Z Mediators to change: 2
1902025-01-08T14:35:41.770Z Create boot environment: No
1912025-01-08T14:35:41.773ZCreate backup boot environment: No
1922025-01-08T14:35:41.850Z Done
1932025-01-08T14:35:41.850Z Done
1942025-01-08T14:35:42.213Z Done
1952025-01-08T14:35:45.795Z Done
1962025-01-08T14:35:45.891Z Done
1972025-01-08T14:35:45.893Z Done
1982025-01-08T14:35:46.029Z Done
1992025-01-08T14:35:46.638ZPlanning: Evaluating mediator changes ... Done
2002025-01-08T14:35:46.641ZPlanning: Merging actions ... Done
2012025-01-08T14:35:46.828ZPlanning: Checking for conflicting actions ... Done
2022025-01-08T14:35:46.830ZPlanning: Consolidating action changes ... Done
2032025-01-08T14:35:47.095ZPlanning: Evaluating mediators ... Done
2042025-01-08T14:35:47.149ZPlanning: Planning completed in 0.75 seconds
2052025-01-08T14:35:47.191Z Packages to change: 1
2062025-01-08T14:35:47.191Z Mediators to change: 1
2072025-01-08T14:35:47.193Z Services to change: 1
2082025-01-08T14:35:47.193Z Create boot environment: No
2092025-01-08T14:35:47.193ZCreate backup boot environment: Yes
2102025-01-08T14:35:49.381Z Actions: 1/6 actions (Updating modified actions)
2112025-01-08T14:35:49.384Z Actions: Completed 6 actions in 0.00 seconds.
2122025-01-08T14:35:49.384Z Done
2132025-01-08T14:35:49.384Z Done
2142025-01-08T14:35:49.500Z Done
2152025-01-08T14:35:53.192Z Done
2162025-01-08T14:35:53.270Z Done
2172025-01-08T14:35:53.270Z Done
2182025-01-08T14:35:53.430Z Done
2192025-01-08T14:35:53.885ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202025-01-08T14:35:53.885Zclang system 15 system
2212025-01-08T14:35:53.885Zcsh system system illumos
2222025-01-08T14:35:53.885Zctags system system illumos
2232025-01-08T14:35:53.885Zgcc vendor 12 vendor
2242025-01-08T14:35:53.885Zgcc system 10 system
2252025-01-08T14:35:53.886Zgcc system 7 system
2262025-01-08T14:35:53.886Zgo system 1.20 system
2272025-01-08T14:35:53.886Zgo system 1.19 system
2282025-01-08T14:35:53.886Zllvm system 15 system
2292025-01-08T14:35:53.886Zllvm system 14 system
2302025-01-08T14:35:53.886Zmariadb system 10.6 system
2312025-01-08T14:35:53.886Zmta vendor vendor dma
2322025-01-08T14:35:53.886Zopenjdk system 17 system
2332025-01-08T14:35:53.886Zopenjdk system 11 system
2342025-01-08T14:35:53.887Zopenjdk system 1.8 system
2352025-01-08T14:35:53.887Zopenssl vendor 3 vendor
2362025-01-08T14:35:53.887Zperl system 5.36 system
2372025-01-08T14:35:53.887Zpostgresql system 15 system
2382025-01-08T14:35:53.887Zpostgresql system 13 system
2392025-01-08T14:35:53.887Zpython vendor 3 vendor
2402025-01-08T14:35:53.887Zpython system 2 system
2412025-01-08T14:35:53.887Zpython3 system 3.11 system
2422025-01-08T14:35:53.887Zruby system 3.0 system
2432025-01-08T14:35:53.887Zwords vendor vendor american-english
2442025-01-08T14:35:53.887Zwords system system australian-english
2452025-01-08T14:35:53.887Zwords system system british-english
2462025-01-08T14:35:53.887Zwords system system canadian-english
2472025-01-08T14:35:53.887Zwords system system french
2482025-01-08T14:35:53.887Zwords system system italian
2492025-01-08T14:35:53.887Zwords system system ngerman
2502025-01-08T14:35:53.888Zwords system system ogerman
2512025-01-08T14:35:53.888Zwords system system spanish
2522025-01-08T14:35:54.219ZPUBLISHER TYPE STATUS P LOCATION
2532025-01-08T14:35:54.219Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542025-01-08T14:35:56.892ZFMRI IFO
2552025-01-08T14:35:56.892Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562025-01-08T14:35:56.892Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572025-01-08T14:35:56.893Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582025-01-08T14:35:56.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592025-01-08T14:35:56.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602025-01-08T14:35:56.893Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612025-01-08T14:35:56.893Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622025-01-08T14:35:56.893Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632025-01-08T14:35:56.894Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642025-01-08T14:35:56.894Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652025-01-08T14:35:56.894Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662025-01-08T14:35:56.894Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672025-01-08T14:35:56.894Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682025-01-08T14:35:56.894Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692025-01-08T14:35:56.894Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702025-01-08T14:35:57.656Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712025-01-08T14:35:57.977Z Updating crates.io index
2722025-01-08T14:35:58.064Z Updating git repository `https://github.com/oxidecomputer/diffus`
2732025-01-08T14:35:58.380Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742025-01-08T14:35:58.916Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752025-01-08T14:35:59.224Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762025-01-08T14:35:59.512Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772025-01-08T14:35:59.831Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782025-01-08T14:36:00.805Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792025-01-08T14:36:02.405Z Updating git repository `https://github.com/oxidecomputer/opte`
2802025-01-08T14:36:03.044Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812025-01-08T14:36:03.936Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822025-01-08T14:36:04.293Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832025-01-08T14:36:04.703Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842025-01-08T14:36:05.448Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2852025-01-08T14:36:05.760Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862025-01-08T14:36:06.072Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872025-01-08T14:36:06.478Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882025-01-08T14:36:06.842Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892025-01-08T14:36:07.100Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902025-01-08T14:36:07.400Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912025-01-08T14:36:07.729Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922025-01-08T14:36:08.234Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932025-01-08T14:36:08.510Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942025-01-08T14:36:09.094Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952025-01-08T14:36:09.557Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962025-01-08T14:36:09.967Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972025-01-08T14:36:10.490Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2982025-01-08T14:36:10.783Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992025-01-08T14:36:11.108Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002025-01-08T14:36:11.379Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012025-01-08T14:36:12.785Z Downloading crates ...
3022025-01-08T14:36:12.866Z Downloaded autocfg v1.4.0
3032025-01-08T14:36:12.869Z Downloaded anstyle v1.0.10
3042025-01-08T14:36:12.874Z Downloaded block-buffer v0.10.4
3052025-01-08T14:36:12.876Z Downloaded anstyle-query v1.1.1
3062025-01-08T14:36:12.879Z Downloaded anstream v0.6.15
3072025-01-08T14:36:12.882Z Downloaded bitflags v2.6.0
3082025-01-08T14:36:12.886Z Downloaded bytecount v0.6.8
3092025-01-08T14:36:12.888Z Downloaded byteorder v1.5.0
3102025-01-08T14:36:12.890Z Downloaded camino v1.1.9
3112025-01-08T14:36:12.890Z Downloaded anstyle-parse v0.2.5
3122025-01-08T14:36:12.893Z Downloaded anyhow v1.0.93
3132025-01-08T14:36:12.918Z Downloaded cfg-if v1.0.0
3142025-01-08T14:36:12.921Z Downloaded crypto-common v0.1.6
3152025-01-08T14:36:12.921Z Downloaded digest v0.10.7
3162025-01-08T14:36:12.923Z Downloaded cargo_metadata v0.18.1
3172025-01-08T14:36:12.925Z Downloaded colorchoice v1.0.2
3182025-01-08T14:36:12.925Z Downloaded cargo-platform v0.1.8
3192025-01-08T14:36:12.928Z Downloaded camino-tempfile v1.1.1
3202025-01-08T14:36:12.937Z Downloaded equivalent v1.0.1
3212025-01-08T14:36:12.946Z Downloaded dtrace-parser v0.2.0
3222025-01-08T14:36:12.948Z Downloaded scroll_derive v0.12.0
3232025-01-08T14:36:12.948Z Downloaded swrite v0.1.0
3242025-01-08T14:36:12.956Z Downloaded is_terminal_polyfill v1.70.1
3252025-01-08T14:36:12.958Z Downloaded heck v0.4.1
3262025-01-08T14:36:12.958Z Downloaded generic-array v0.14.7
3272025-01-08T14:36:12.961Z Downloaded cpufeatures v0.2.14
3282025-01-08T14:36:12.961Z Downloaded clap_lex v0.7.2
3292025-01-08T14:36:12.963Z Downloaded heck v0.5.0
3302025-01-08T14:36:12.966Z Downloaded fastrand v2.1.1
3312025-01-08T14:36:12.966Z Downloaded itoa v1.0.11
3322025-01-08T14:36:12.968Z Downloaded fnv v1.0.7
3332025-01-08T14:36:12.968Z Downloaded errno v0.3.9
3342025-01-08T14:36:12.971Z Downloaded macaddr v1.0.1
3352025-01-08T14:36:12.973Z Downloaded dof v0.3.0
3362025-01-08T14:36:12.983Z Downloaded pretty-hex v0.4.1
3372025-01-08T14:36:12.990Z Downloaded usdt-attr-macro v0.5.0
3382025-01-08T14:36:12.992Z Downloaded usdt-macro v0.5.0
3392025-01-08T14:36:12.998Z Downloaded serde_spanned v0.6.8
3402025-01-08T14:36:13.001Z Downloaded smawk v0.3.2
3412025-01-08T14:36:13.004Z Downloaded proc-macro-error-attr v1.0.4
3422025-01-08T14:36:13.004Z Downloaded clap_derive v4.5.18
3432025-01-08T14:36:13.006Z Downloaded strsim v0.11.1
3442025-01-08T14:36:13.009Z Downloaded pest_generator v2.7.14
3452025-01-08T14:36:13.015Z Downloaded scroll v0.12.0
3462025-01-08T14:36:13.018Z Downloaded quote v1.0.37
3472025-01-08T14:36:13.020Z Downloaded thiserror v1.0.69
3482025-01-08T14:36:13.023Z Downloaded semver v1.0.23
3492025-01-08T14:36:13.025Z Downloaded thiserror-impl v1.0.69
3502025-01-08T14:36:13.028Z Downloaded memmap v0.7.0
3512025-01-08T14:36:13.028Z Downloaded toml_datetime v0.6.8
3522025-01-08T14:36:13.031Z Downloaded pest_derive v2.7.14
3532025-01-08T14:36:13.031Z Downloaded fs-err v2.11.0
3542025-01-08T14:36:13.034Z Downloaded cargo_toml v0.20.5
3552025-01-08T14:36:13.036Z Downloaded usdt v0.5.0
3562025-01-08T14:36:13.044Z Downloaded terminal_size v0.4.0
3572025-01-08T14:36:13.044Z Downloaded unicode-linebreak v0.1.5
3582025-01-08T14:36:13.044Z Downloaded thread-id v4.2.2
3592025-01-08T14:36:13.045Z Downloaded tabled_derive v0.7.0
3602025-01-08T14:36:13.045Z Downloaded utf8parse v0.2.2
3612025-01-08T14:36:13.045Z Downloaded version_check v0.9.5
3622025-01-08T14:36:13.050Z Downloaded serde_tokenstream v0.2.2
3632025-01-08T14:36:13.053Z Downloaded log v0.4.22
3642025-01-08T14:36:13.058Z Downloaded clap v4.5.21
3652025-01-08T14:36:13.066Z Downloaded tempfile v3.13.0
3662025-01-08T14:36:13.068Z Downloaded sha2 v0.10.8
3672025-01-08T14:36:13.071Z Downloaded ryu v1.0.18
3682025-01-08T14:36:13.073Z Downloaded zerocopy-derive v0.7.35
3692025-01-08T14:36:13.077Z Downloaded usdt-impl v0.5.0
3702025-01-08T14:36:13.079Z Downloaded proc-macro-error v1.0.4
3712025-01-08T14:36:13.081Z Downloaded once_cell v1.20.2
3722025-01-08T14:36:13.084Z Downloaded clap_builder v4.5.21
3732025-01-08T14:36:13.089Z Downloaded plain v0.2.3
3742025-01-08T14:36:13.091Z Downloaded pest_meta v2.7.14
3752025-01-08T14:36:13.096Z Downloaded unicode-ident v1.0.13
3762025-01-08T14:36:13.099Z Downloaded typenum v1.17.0
3772025-01-08T14:36:13.102Z Downloaded toml v0.8.19
3782025-01-08T14:36:13.105Z Downloaded proc-macro2 v1.0.89
3792025-01-08T14:36:13.107Z Downloaded textwrap v0.16.1
3802025-01-08T14:36:13.109Z Downloaded indexmap v2.6.0
3812025-01-08T14:36:13.112Z Downloaded serde_derive v1.0.215
3822025-01-08T14:36:13.116Z Downloaded papergrid v0.11.0
3832025-01-08T14:36:13.121Z Downloaded serde v1.0.215
3842025-01-08T14:36:13.125Z Downloaded memchr v2.7.4
3852025-01-08T14:36:13.131Z Downloaded ucd-trie v0.1.7
3862025-01-08T14:36:13.151Z Downloaded toml_edit v0.22.22
3872025-01-08T14:36:13.170Z Downloaded pest v2.7.14
3882025-01-08T14:36:13.175Z Downloaded hashbrown v0.15.1
3892025-01-08T14:36:13.180Z Downloaded serde_json v1.0.133
3902025-01-08T14:36:13.198Z Downloaded zerocopy v0.7.35
3912025-01-08T14:36:13.211Z Downloaded winnow v0.6.20
3922025-01-08T14:36:13.219Z Downloaded goblin v0.8.2
3932025-01-08T14:36:13.224Z Downloaded tabled v0.15.0
3942025-01-08T14:36:13.238Z Downloaded syn v1.0.109
3952025-01-08T14:36:13.247Z Downloaded unicode-width v0.1.14
3962025-01-08T14:36:13.252Z Downloaded syn v2.0.87
3972025-01-08T14:36:13.272Z Downloaded rustix v0.38.37
3982025-01-08T14:36:13.319Z Downloaded libc v0.2.162
3992025-01-08T14:36:13.638Z Compiling proc-macro2 v1.0.89
4002025-01-08T14:36:13.638Z Compiling unicode-ident v1.0.13
4012025-01-08T14:36:13.640Z Compiling serde v1.0.215
4022025-01-08T14:36:13.641Z Compiling version_check v0.9.5
4032025-01-08T14:36:13.641Z Compiling memchr v2.7.4
4042025-01-08T14:36:13.641Z Compiling thiserror v1.0.69
4052025-01-08T14:36:13.641Z Compiling libc v0.2.162
4062025-01-08T14:36:13.675Z Compiling ucd-trie v0.1.7
4072025-01-08T14:36:13.925Z Compiling ryu v1.0.18
4082025-01-08T14:36:14.292Z Compiling itoa v1.0.11
4092025-01-08T14:36:14.396Z Compiling once_cell v1.20.2
4102025-01-08T14:36:14.493Z Compiling byteorder v1.5.0
4112025-01-08T14:36:14.519Z Compiling rustix v0.38.37
4122025-01-08T14:36:14.810Z Compiling serde_json v1.0.133
4132025-01-08T14:36:14.939Z Compiling bitflags v2.6.0
4142025-01-08T14:36:15.174Z Compiling usdt-impl v0.5.0
4152025-01-08T14:36:15.400Z Compiling proc-macro-error-attr v1.0.4
4162025-01-08T14:36:15.432Z Compiling syn v1.0.109
4172025-01-08T14:36:15.456Z Compiling quote v1.0.37
4182025-01-08T14:36:15.505Z Compiling proc-macro-error v1.0.4
4192025-01-08T14:36:15.688Z Compiling hashbrown v0.15.1
4202025-01-08T14:36:15.739Z Compiling camino v1.1.9
4212025-01-08T14:36:15.783Z Compiling plain v0.2.3
4222025-01-08T14:36:15.960Z Compiling syn v2.0.87
4232025-01-08T14:36:16.041Z Compiling errno v0.3.9
4242025-01-08T14:36:16.141Z Compiling utf8parse v0.2.2
4252025-01-08T14:36:16.176Z Compiling log v0.4.22
4262025-01-08T14:36:16.299Z Compiling thread-id v4.2.2
4272025-01-08T14:36:16.349Z Compiling equivalent v1.0.1
4282025-01-08T14:36:16.426Z Compiling anstyle-parse v0.2.5
4292025-01-08T14:36:16.639Z Compiling semver v1.0.23
4302025-01-08T14:36:16.757Z Compiling winnow v0.6.20
4312025-01-08T14:36:16.869Z Compiling autocfg v1.4.0
4322025-01-08T14:36:16.976Z Compiling indexmap v2.6.0
4332025-01-08T14:36:17.142Z Compiling pretty-hex v0.4.1
4342025-01-08T14:36:17.179Z Compiling unicode-width v0.1.14
4352025-01-08T14:36:17.364Z Compiling colorchoice v1.0.2
4362025-01-08T14:36:17.535Z Compiling is_terminal_polyfill v1.70.1
4372025-01-08T14:36:17.671Z Compiling anstyle v1.0.10
4382025-01-08T14:36:17.730Z Compiling anstyle-query v1.1.1
4392025-01-08T14:36:17.998Z Compiling fs-err v2.11.0
4402025-01-08T14:36:18.126Z Compiling anstream v0.6.15
4412025-01-08T14:36:18.288Z Compiling anyhow v1.0.93
4422025-01-08T14:36:18.288Z Compiling fastrand v2.1.1
4432025-01-08T14:36:18.412Z Compiling terminal_size v0.4.0
4442025-01-08T14:36:18.634Z Compiling heck v0.5.0
4452025-01-08T14:36:18.920Z Compiling clap_lex v0.7.2
4462025-01-08T14:36:18.957Z Compiling strsim v0.11.1
4472025-01-08T14:36:18.969Z Compiling fnv v1.0.7
4482025-01-08T14:36:19.165Z Compiling heck v0.4.1
4492025-01-08T14:36:19.217Z Compiling cfg-if v1.0.0
4502025-01-08T14:36:19.511Z Compiling bytecount v0.6.8
4512025-01-08T14:36:19.583Z Compiling tempfile v3.13.0
4522025-01-08T14:36:19.675Z Compiling papergrid v0.11.0
4532025-01-08T14:36:19.711Z Compiling clap_builder v4.5.21
4542025-01-08T14:36:20.168Z Compiling memmap v0.7.0
4552025-01-08T14:36:20.226Z Compiling smawk v0.3.2
4562025-01-08T14:36:20.433Z Compiling unicode-linebreak v0.1.5
4572025-01-08T14:36:20.665Z Compiling swrite v0.1.0
4582025-01-08T14:36:20.916Z Compiling textwrap v0.16.1
4592025-01-08T14:36:22.034Z Compiling tabled_derive v0.7.0
4602025-01-08T14:36:23.613Z Compiling tabled v0.15.0
4612025-01-08T14:36:24.916Z Compiling serde_derive v1.0.215
4622025-01-08T14:36:24.920Z Compiling thiserror-impl v1.0.69
4632025-01-08T14:36:24.920Z Compiling zerocopy-derive v0.7.35
4642025-01-08T14:36:25.044Z Compiling scroll_derive v0.12.0
4652025-01-08T14:36:25.094Z Compiling clap_derive v4.5.18
4662025-01-08T14:36:26.336Z Compiling scroll v0.12.0
4672025-01-08T14:36:26.879Z Compiling goblin v0.8.2
4682025-01-08T14:36:26.976Z Compiling zerocopy v0.7.35
4692025-01-08T14:36:27.700Z Compiling pest v2.7.14
4702025-01-08T14:36:28.792Z Compiling clap v4.5.21
4712025-01-08T14:36:29.909Z Compiling pest_meta v2.7.14
4722025-01-08T14:36:30.770Z Compiling pest_generator v2.7.14
4732025-01-08T14:36:32.440Z Compiling pest_derive v2.7.14
4742025-01-08T14:36:33.183Z Compiling dtrace-parser v0.2.0
4752025-01-08T14:36:35.024Z Compiling serde_spanned v0.6.8
4762025-01-08T14:36:35.024Z Compiling toml_datetime v0.6.8
4772025-01-08T14:36:35.027Z Compiling cargo-platform v0.1.8
4782025-01-08T14:36:35.403Z Compiling serde_tokenstream v0.2.2
4792025-01-08T14:36:35.489Z Compiling toml_edit v0.22.22
4802025-01-08T14:36:35.596Z Compiling macaddr v1.0.1
4812025-01-08T14:36:35.742Z Compiling camino-tempfile v1.1.1
4822025-01-08T14:36:36.511Z Compiling dof v0.3.0
4832025-01-08T14:36:36.511Z Compiling cargo_metadata v0.18.1
4842025-01-08T14:36:38.201Z Compiling toml v0.8.19
4852025-01-08T14:36:38.563Z Compiling usdt-macro v0.5.0
4862025-01-08T14:36:38.788Z Compiling usdt-attr-macro v0.5.0
4872025-01-08T14:36:39.132Z Compiling cargo_toml v0.20.5
4882025-01-08T14:36:40.052Z Compiling usdt v0.5.0
4892025-01-08T14:36:42.643Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902025-01-08T14:36:46.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.33s
4912025-01-08T14:36:47.014Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922025-01-08T14:36:47.535Z Downloading crates ...
4932025-01-08T14:36:47.676Z Downloaded http-body v1.0.1
4942025-01-08T14:36:47.684Z Downloaded icu_provider_macros v1.5.0
4952025-01-08T14:36:47.684Z Downloaded humantime v2.1.0
4962025-01-08T14:36:47.684Z Downloaded hubpack_derive v0.1.1
4972025-01-08T14:36:47.688Z Downloaded linear-map v1.2.0
4982025-01-08T14:36:47.694Z Downloaded adler2 v2.0.0
4992025-01-08T14:36:47.698Z Downloaded md5 v0.7.0
5002025-01-08T14:36:47.698Z Downloaded ident_case v1.0.1
5012025-01-08T14:36:47.698Z Downloaded addr2line v0.24.2
5022025-01-08T14:36:47.702Z Downloaded ahash v0.8.11
5032025-01-08T14:36:47.706Z Downloaded matches v0.1.10
5042025-01-08T14:36:47.711Z Downloaded aead v0.5.2
5052025-01-08T14:36:47.711Z Downloaded aes v0.8.4
5062025-01-08T14:36:47.714Z Downloaded allocator-api2 v0.2.18
5072025-01-08T14:36:47.719Z Downloaded is_ci v1.2.0
5082025-01-08T14:36:47.723Z Downloaded headers-core v0.3.0
5092025-01-08T14:36:47.726Z Downloaded match_cfg v0.1.0
5102025-01-08T14:36:47.729Z Downloaded lalrpop-util v0.19.12
5112025-01-08T14:36:47.732Z Downloaded keccak v0.1.5
5122025-01-08T14:36:47.735Z Downloaded lru v0.12.5
5132025-01-08T14:36:47.737Z Downloaded arrayvec v0.7.6
5142025-01-08T14:36:47.740Z Downloaded instant v0.1.13
5152025-01-08T14:36:47.742Z Downloaded argon2 v0.5.3
5162025-01-08T14:36:47.744Z Downloaded async-bb8-diesel v0.2.1
5172025-01-08T14:36:47.747Z Downloaded inout v0.1.3
5182025-01-08T14:36:47.747Z Downloaded linked-hash-map v0.5.6
5192025-01-08T14:36:47.750Z Downloaded atomicwrites v0.4.4
5202025-01-08T14:36:47.752Z Downloaded async-stream-impl v0.3.6
5212025-01-08T14:36:47.752Z Downloaded heck v0.3.3
5222025-01-08T14:36:47.754Z Downloaded lru-cache v0.1.2
5232025-01-08T14:36:47.754Z Downloaded internet-checksum v0.2.1
5242025-01-08T14:36:47.757Z Downloaded hostname v0.4.0
5252025-01-08T14:36:47.757Z Downloaded is-terminal v0.4.13
5262025-01-08T14:36:47.759Z Downloaded indent_write v2.2.0
5272025-01-08T14:36:47.762Z Downloaded hostname v0.3.1
5282025-01-08T14:36:47.762Z Downloaded backoff v0.4.0
5292025-01-08T14:36:47.765Z Downloaded async-stream v0.3.6
5302025-01-08T14:36:47.768Z Downloaded mime v0.3.17
5312025-01-08T14:36:47.768Z Downloaded memoffset v0.9.1
5322025-01-08T14:36:47.771Z Downloaded assert_matches v1.5.0
5332025-01-08T14:36:47.774Z Downloaded hyper-tls v0.6.0
5342025-01-08T14:36:47.774Z Downloaded hex-literal v0.4.1
5352025-01-08T14:36:47.777Z Downloaded idna_adapter v1.2.0
5362025-01-08T14:36:47.777Z Downloaded ascii-canvas v3.0.0
5372025-01-08T14:36:47.779Z Downloaded atty v0.2.14
5382025-01-08T14:36:47.779Z Downloaded lazy_static v1.5.0
5392025-01-08T14:36:47.782Z Downloaded bcrypt-pbkdf v0.10.0
5402025-01-08T14:36:47.785Z Downloaded maybe-uninit v2.0.0
5412025-01-08T14:36:47.785Z Downloaded block-padding v0.3.3
5422025-01-08T14:36:47.788Z Downloaded lazycell v1.3.0
5432025-01-08T14:36:47.788Z Downloaded home v0.5.9
5442025-01-08T14:36:47.801Z Downloaded md-5 v0.10.6
5452025-01-08T14:36:47.801Z Downloaded libefi-sys v0.1.0
5462025-01-08T14:36:47.801Z Downloaded kstat-rs v0.2.4
5472025-01-08T14:36:47.801Z Downloaded ciborium-io v0.2.2
5482025-01-08T14:36:47.801Z Downloaded cfg_aliases v0.2.1
5492025-01-08T14:36:47.801Z Downloaded cstr-argument v0.1.2
5502025-01-08T14:36:47.801Z Downloaded progenitor-client v0.8.0
5512025-01-08T14:36:47.801Z Downloaded crunchy v0.2.2
5522025-01-08T14:36:47.801Z Downloaded crucible-workspace-hack v0.1.0
5532025-01-08T14:36:47.801Z Downloaded managed v0.8.0
5542025-01-08T14:36:47.803Z Downloaded http-range v0.1.5
5552025-01-08T14:36:47.803Z Downloaded indexmap v1.9.3
5562025-01-08T14:36:47.806Z Downloaded maplit v1.0.2
5572025-01-08T14:36:47.809Z Downloaded serde-big-array v0.5.1
5582025-01-08T14:36:47.811Z Downloaded bitfield-struct v0.6.2
5592025-01-08T14:36:47.811Z Downloaded bit-set v0.5.3
5602025-01-08T14:36:47.814Z Downloaded lockfree-object-pool v0.1.6
5612025-01-08T14:36:47.816Z Downloaded instability v0.3.2
5622025-01-08T14:36:47.819Z Downloaded bitflags v1.3.2
5632025-01-08T14:36:47.821Z Downloaded bit-vec v0.6.3
5642025-01-08T14:36:47.824Z Downloaded hickory-client v0.24.1
5652025-01-08T14:36:47.826Z Downloaded ciborium-ll v0.2.2
5662025-01-08T14:36:47.829Z Downloaded mime_guess v2.0.5
5672025-01-08T14:36:47.829Z Downloaded memmap2 v0.9.5
5682025-01-08T14:36:47.831Z Downloaded libloading v0.8.5
5692025-01-08T14:36:47.833Z Downloaded ipnetwork v0.20.0
5702025-01-08T14:36:47.836Z Downloaded iana-time-zone v0.1.61
5712025-01-08T14:36:47.838Z Downloaded const_format_proc_macros v0.2.33
5722025-01-08T14:36:47.841Z Downloaded darling v0.20.10
5732025-01-08T14:36:47.847Z Downloaded jobserver v0.1.32
5742025-01-08T14:36:47.853Z Downloaded termtree v0.4.1
5752025-01-08T14:36:47.853Z Downloaded impl-trait-for-tuples v0.2.2
5762025-01-08T14:36:47.853Z Downloaded ref-cast-impl v1.0.23
5772025-01-08T14:36:47.857Z Downloaded rand_chacha v0.3.1
5782025-01-08T14:36:47.857Z Downloaded crossbeam-deque v0.8.5
5792025-01-08T14:36:47.860Z Downloaded ipnet v2.10.1
5802025-01-08T14:36:47.862Z Downloaded hyper-rustls v0.27.3
5812025-01-08T14:36:47.865Z Downloaded ciborium v0.2.2
5822025-01-08T14:36:47.867Z Downloaded vte_generate_state_changes v0.1.2
5832025-01-08T14:36:47.867Z Downloaded toolchain_find v0.4.0
5842025-01-08T14:36:47.870Z Downloaded highway v1.2.0
5852025-01-08T14:36:47.872Z Downloaded zerofrom v0.1.4
5862025-01-08T14:36:47.872Z Downloaded rustfmt-wrapper v0.2.1
5872025-01-08T14:36:47.874Z Downloaded rusty-fork v0.3.0
5882025-01-08T14:36:47.877Z Downloaded lock_api v0.4.12
5892025-01-08T14:36:47.879Z Downloaded zone_cfg_derive v0.1.2
5902025-01-08T14:36:47.879Z Downloaded signal-hook-registry v1.4.2
5912025-01-08T14:36:47.882Z Downloaded signal-hook-mio v0.2.4
5922025-01-08T14:36:47.882Z Downloaded structmeta v0.2.0
5932025-01-08T14:36:47.884Z Downloaded funty v2.0.0
5942025-01-08T14:36:47.887Z Downloaded blake2 v0.10.6
5952025-01-08T14:36:47.889Z Downloaded icu_normalizer_data v1.5.0
5962025-01-08T14:36:47.891Z Downloaded termios v0.3.3
5972025-01-08T14:36:47.894Z Downloaded strip-ansi-escapes v0.2.0
5982025-01-08T14:36:47.894Z Downloaded crc32fast v1.4.2
5992025-01-08T14:36:47.896Z Downloaded blowfish v0.9.1
6002025-01-08T14:36:47.898Z Downloaded chrono-tz-build v0.4.0
6012025-01-08T14:36:47.901Z Downloaded structmeta v0.3.0
6022025-01-08T14:36:47.901Z Downloaded cbc v0.1.2
6032025-01-08T14:36:47.903Z Downloaded slog-json v2.6.1
6042025-01-08T14:36:47.906Z Downloaded icu_locid v1.5.0
6052025-01-08T14:36:47.909Z Downloaded structmeta-derive v0.3.0
6062025-01-08T14:36:47.912Z Downloaded csv-core v0.1.11
6072025-01-08T14:36:47.915Z Downloaded cookie_store v0.21.0
6082025-01-08T14:36:47.915Z Downloaded signal-hook-tokio v0.3.1
6092025-01-08T14:36:47.917Z Downloaded new_debug_unreachable v1.0.6
6102025-01-08T14:36:47.920Z Downloaded icu_provider v1.5.0
6112025-01-08T14:36:47.922Z Downloaded rustls-pemfile v2.2.0
6122025-01-08T14:36:47.925Z Downloaded defmt-macros v0.3.9
6132025-01-08T14:36:47.928Z Downloaded spin v0.9.8
6142025-01-08T14:36:47.930Z Downloaded hmac v0.12.1
6152025-01-08T14:36:47.933Z Downloaded russh-cryptovec v0.7.3
6162025-01-08T14:36:47.935Z Downloaded foldhash v0.1.3
6172025-01-08T14:36:47.935Z Downloaded multimap v0.10.0
6182025-01-08T14:36:47.938Z Downloaded precomputed-hash v0.1.1
6192025-01-08T14:36:47.938Z Downloaded group v0.13.0
6202025-01-08T14:36:47.941Z Downloaded tokio-rustls v0.26.0
6212025-01-08T14:36:47.943Z Downloaded tokio-rustls v0.25.0
6222025-01-08T14:36:47.946Z Downloaded defmt-parser v0.3.4
6232025-01-08T14:36:47.946Z Downloaded crossbeam-epoch v0.9.18
6242025-01-08T14:36:47.948Z Downloaded hyper-util v0.1.10
6252025-01-08T14:36:47.953Z Downloaded take_mut v0.2.2
6262025-01-08T14:36:47.956Z Downloaded icu_properties v1.5.1
6272025-01-08T14:36:47.958Z Downloaded olpc-cjson v0.1.4
6282025-01-08T14:36:47.961Z Downloaded mockall v0.13.0
6292025-01-08T14:36:47.961Z Downloaded packed_struct v0.10.1
6302025-01-08T14:36:47.963Z Downloaded httparse v1.9.5
6312025-01-08T14:36:47.966Z Downloaded bytes v1.8.0
6322025-01-08T14:36:47.970Z Downloaded env_filter v0.1.2
6332025-01-08T14:36:47.973Z Downloaded backtrace v0.3.74
6342025-01-08T14:36:47.977Z Downloaded dhcproto-macros v0.1.0
6352025-01-08T14:36:47.980Z Downloaded tracing-attributes v0.1.27
6362025-01-08T14:36:47.982Z Downloaded quinn-udp v0.5.5
6372025-01-08T14:36:47.985Z Downloaded futures-sink v0.3.31
6382025-01-08T14:36:47.985Z Downloaded rustc-hash v2.0.0
6392025-01-08T14:36:47.987Z Downloaded rustc-hash v1.1.0
6402025-01-08T14:36:47.987Z Downloaded want v0.3.1
6412025-01-08T14:36:47.990Z Downloaded multer v3.1.0
6422025-01-08T14:36:47.993Z Downloaded slog-async v2.8.0
6432025-01-08T14:36:47.996Z Downloaded nanorand v0.7.0
6442025-01-08T14:36:47.998Z Downloaded icu_normalizer v1.5.0
6452025-01-08T14:36:48.001Z Downloaded openssl-probe v0.1.5
6462025-01-08T14:36:48.003Z Downloaded openssl-macros v0.1.1
6472025-01-08T14:36:48.004Z Downloaded slog-bunyan v2.5.0
6482025-01-08T14:36:48.006Z Downloaded predicates v3.1.2
6492025-01-08T14:36:48.009Z Downloaded string_cache v0.8.7
6502025-01-08T14:36:48.011Z Downloaded vte v0.11.1
6512025-01-08T14:36:48.011Z Downloaded prettyplease v0.2.25
6522025-01-08T14:36:48.016Z Downloaded semver v0.1.20
6532025-01-08T14:36:48.018Z Downloaded base64 v0.21.7
6542025-01-08T14:36:48.022Z Downloaded rustc_version v0.4.1
6552025-01-08T14:36:48.024Z Downloaded zone_cfg_derive v0.3.0
6562025-01-08T14:36:48.027Z Downloaded typify-macro v0.2.0
6572025-01-08T14:36:48.027Z Downloaded wait-timeout v0.2.0
6582025-01-08T14:36:48.029Z Downloaded unicase v2.7.0
6592025-01-08T14:36:48.030Z Downloaded phf_shared v0.10.0
6602025-01-08T14:36:48.032Z Downloaded pretty-hex v0.2.1
6612025-01-08T14:36:48.032Z Downloaded peg-macros v0.8.4
6622025-01-08T14:36:48.035Z Downloaded der_derive v0.7.3
6632025-01-08T14:36:48.037Z Downloaded displaydoc v0.2.5
6642025-01-08T14:36:48.039Z Downloaded zone v0.1.8
6652025-01-08T14:36:48.042Z Downloaded diff v0.1.13
6662025-01-08T14:36:48.044Z Downloaded ena v0.14.3
6672025-01-08T14:36:48.047Z Downloaded flagset v0.4.6
6682025-01-08T14:36:48.049Z Downloaded serde_with_macros v3.11.0
6692025-01-08T14:36:48.051Z Downloaded unicode-bidi v0.3.17
6702025-01-08T14:36:48.054Z Downloaded sigpipe v0.1.3
6712025-01-08T14:36:48.057Z Downloaded thiserror-no-std v2.0.2
6722025-01-08T14:36:48.059Z Downloaded time-core v0.1.2
6732025-01-08T14:36:48.062Z Downloaded tokio-stream v0.1.16
6742025-01-08T14:36:48.067Z Downloaded num_enum_derive v0.5.11
6752025-01-08T14:36:48.070Z Downloaded bumpalo v3.16.0
6762025-01-08T14:36:48.073Z Downloaded parse-size v1.1.0
6772025-01-08T14:36:48.073Z Downloaded unarray v0.1.4
6782025-01-08T14:36:48.075Z Downloaded tower-service v0.3.3
6792025-01-08T14:36:48.086Z Downloaded downcast v0.11.0
6802025-01-08T14:36:48.089Z Downloaded samael v0.0.17
6812025-01-08T14:36:48.094Z Downloaded secrecy v0.8.0
6822025-01-08T14:36:48.096Z Downloaded mockall_derive v0.13.0
6832025-01-08T14:36:48.099Z Downloaded flume v0.11.1
6842025-01-08T14:36:48.103Z Downloaded signature v2.2.0
6852025-01-08T14:36:48.105Z Downloaded nodrop v0.1.14
6862025-01-08T14:36:48.107Z Downloaded slog v2.7.0
6872025-01-08T14:36:48.110Z Downloaded tap v1.0.1
6882025-01-08T14:36:48.113Z Downloaded strum_macros v0.24.3
6892025-01-08T14:36:48.115Z Downloaded sqlformat v0.2.6
6902025-01-08T14:36:48.115Z Downloaded omicron-zone-package v0.12.0
6912025-01-08T14:36:48.119Z Downloaded peg v0.8.4
6922025-01-08T14:36:48.123Z Downloaded rand_seeder v0.3.0
6932025-01-08T14:36:48.126Z Downloaded rand_core v0.6.4
6942025-01-08T14:36:48.128Z Downloaded normalize-line-endings v0.3.0
6952025-01-08T14:36:48.128Z Downloaded vergen v8.3.2
6962025-01-08T14:36:48.131Z Downloaded walkdir v2.5.0
6972025-01-08T14:36:48.134Z Downloaded rcgen v0.12.1
6982025-01-08T14:36:48.141Z Downloaded deranged v0.3.11
6992025-01-08T14:36:48.144Z Downloaded rpassword v7.3.1
7002025-01-08T14:36:48.144Z Downloaded supports-color v3.0.1
7012025-01-08T14:36:48.144Z Downloaded try-lock v0.2.5
7022025-01-08T14:36:48.144Z Downloaded ssh-cipher v0.2.0
7032025-01-08T14:36:48.146Z Downloaded futures-core v0.3.31
7042025-01-08T14:36:48.146Z Downloaded fd-lock v4.0.2
7052025-01-08T14:36:48.149Z Downloaded display-error-chain v0.2.2
7062025-01-08T14:36:48.151Z Downloaded russh-keys v0.45.0
7072025-01-08T14:36:48.154Z Downloaded nibble_vec v0.1.0
7082025-01-08T14:36:48.154Z Downloaded unicode-truncate v1.1.0
7092025-01-08T14:36:48.156Z Downloaded miniz_oxide v0.8.0
7102025-01-08T14:36:48.159Z Downloaded mirai-annotations v1.12.0
7112025-01-08T14:36:48.162Z Downloaded time-macros v0.2.18
7122025-01-08T14:36:48.165Z Downloaded smallvec v0.6.14
7132025-01-08T14:36:48.165Z Downloaded yoke-derive v0.7.4
7142025-01-08T14:36:48.167Z Downloaded primeorder v0.13.6
7152025-01-08T14:36:48.170Z Downloaded whoami v1.5.2
7162025-01-08T14:36:48.172Z Downloaded dunce v1.0.5
7172025-01-08T14:36:48.172Z Downloaded typify v0.2.0
7182025-01-08T14:36:48.175Z Downloaded resolv-conf v0.7.0
7192025-01-08T14:36:48.178Z Downloaded rand_xorshift v0.3.0
7202025-01-08T14:36:48.178Z Downloaded dirs-sys-next v0.1.2
7212025-01-08T14:36:48.181Z Downloaded pkg-config v0.3.31
7222025-01-08T14:36:48.184Z Downloaded slog-stdlog v4.1.1
7232025-01-08T14:36:48.184Z Downloaded slog-scope v4.4.0
7242025-01-08T14:36:48.186Z Downloaded serde_repr v0.1.19
7252025-01-08T14:36:48.190Z Downloaded number_prefix v0.4.0
7262025-01-08T14:36:48.190Z Downloaded tui-tree-widget v0.22.0
7272025-01-08T14:36:48.192Z Downloaded tabwriter v1.4.0
7282025-01-08T14:36:48.192Z Downloaded dsl_auto_type v0.1.2
7292025-01-08T14:36:48.195Z Downloaded num_threads v0.1.7
7302025-01-08T14:36:48.195Z Downloaded num v0.4.3
7312025-01-08T14:36:48.199Z Downloaded futures-channel v0.3.31
7322025-01-08T14:36:48.199Z Downloaded serde_derive_internals v0.29.1
7332025-01-08T14:36:48.202Z Downloaded futures v0.3.31
7342025-01-08T14:36:48.206Z Downloaded sqlparser_derive v0.2.2
7352025-01-08T14:36:48.208Z Downloaded dirs-next v2.0.0
7362025-01-08T14:36:48.211Z Downloaded difflib v0.4.0
7372025-01-08T14:36:48.211Z Downloaded xz2 v0.1.7
7382025-01-08T14:36:48.213Z Downloaded scopeguard v1.2.0
7392025-01-08T14:36:48.213Z Downloaded tiny-keccak v2.0.2
7402025-01-08T14:36:48.216Z Downloaded fallible-streaming-iterator v0.1.9
7412025-01-08T14:36:48.218Z Downloaded ecdsa v0.16.9
7422025-01-08T14:36:48.220Z Downloaded tokio-postgres v0.7.12
7432025-01-08T14:36:48.225Z Downloaded ron v0.8.1
7442025-01-08T14:36:48.231Z Downloaded oso-derive v0.27.3
7452025-01-08T14:36:48.234Z Downloaded diesel_table_macro_syntax v0.2.0
7462025-01-08T14:36:48.234Z Downloaded serde_urlencoded v0.7.1
7472025-01-08T14:36:48.236Z Downloaded xattr v1.3.1
7482025-01-08T14:36:48.239Z Downloaded wyz v0.5.1
7492025-01-08T14:36:48.239Z Downloaded progenitor-macro v0.8.0
7502025-01-08T14:36:48.241Z Downloaded derive_builder v0.20.2
7512025-01-08T14:36:48.245Z Downloaded salsa20 v0.10.2
7522025-01-08T14:36:48.247Z Downloaded rustls-pki-types v1.10.0
7532025-01-08T14:36:48.250Z Downloaded hashbrown v0.12.3
7542025-01-08T14:36:48.260Z Downloaded float-ord v0.3.2
7552025-01-08T14:36:48.260Z Downloaded float-cmp v0.9.0
7562025-01-08T14:36:48.260Z Downloaded num-complex v0.4.6
7572025-01-08T14:36:48.262Z Downloaded write16 v1.0.0
7582025-01-08T14:36:48.263Z Downloaded nu-ansi-term v0.50.1
7592025-01-08T14:36:48.267Z Downloaded foreign-types v0.3.2
7602025-01-08T14:36:48.269Z Downloaded hash32 v0.2.1
7612025-01-08T14:36:48.272Z Downloaded universal-hash v0.5.1
7622025-01-08T14:36:48.272Z Downloaded fallible-iterator v0.3.0
7632025-01-08T14:36:48.275Z Downloaded parking_lot_core v0.8.6
7642025-01-08T14:36:48.277Z Downloaded same-file v1.0.6
7652025-01-08T14:36:48.280Z Downloaded quick-error v1.2.3
7662025-01-08T14:36:48.283Z Downloaded ron v0.7.1
7672025-01-08T14:36:48.289Z Downloaded opaque-debug v0.3.1
7682025-01-08T14:36:48.292Z Downloaded progenitor v0.8.0
7692025-01-08T14:36:48.295Z Downloaded parse-display v0.10.0
7702025-01-08T14:36:48.297Z Downloaded zeroize v1.8.1
7712025-01-08T14:36:48.297Z Downloaded tokio-native-tls v0.3.1
7722025-01-08T14:36:48.300Z Downloaded tokio-macros v2.4.0
7732025-01-08T14:36:48.303Z Downloaded diesel-dtrace v0.4.2
7742025-01-08T14:36:48.305Z Downloaded shlex v1.3.0
7752025-01-08T14:36:48.308Z Downloaded shell-words v1.1.0
7762025-01-08T14:36:48.308Z Downloaded yoke v0.7.4
7772025-01-08T14:36:48.310Z Downloaded foreign-types-shared v0.3.1
7782025-01-08T14:36:48.311Z Downloaded termcolor v1.4.1
7792025-01-08T14:36:48.313Z Downloaded crossterm v0.28.1
7802025-01-08T14:36:48.318Z Downloaded value-bag v1.9.0
7812025-01-08T14:36:48.321Z Downloaded serde_yaml v0.9.34+deprecated
7822025-01-08T14:36:48.324Z Downloaded fallible-iterator v0.2.0
7832025-01-08T14:36:48.327Z Downloaded writeable v0.5.5
7842025-01-08T14:36:48.330Z Downloaded tinystr v0.7.6
7852025-01-08T14:36:48.332Z Downloaded pin-utils v0.1.0
7862025-01-08T14:36:48.332Z Downloaded parking_lot_core v0.9.10
7872025-01-08T14:36:48.334Z Downloaded postcard v1.0.10
7882025-01-08T14:36:48.337Z Downloaded idna v1.0.3
7892025-01-08T14:36:48.341Z Downloaded simd-adler32 v0.3.7
7902025-01-08T14:36:48.344Z Downloaded utf8_iter v1.0.4
7912025-01-08T14:36:48.347Z Downloaded progenitor-impl v0.8.0
7922025-01-08T14:36:48.349Z Downloaded tar v0.4.42
7932025-01-08T14:36:48.352Z Downloaded darling_core v0.20.10
7942025-01-08T14:36:48.355Z Downloaded peg-runtime v0.8.3
7952025-01-08T14:36:48.357Z Downloaded num_enum v0.5.11
7962025-01-08T14:36:48.361Z Downloaded static_assertions v1.1.0
7972025-01-08T14:36:48.363Z Downloaded rustversion v1.0.17
7982025-01-08T14:36:48.366Z Downloaded predicates-core v1.0.8
7992025-01-08T14:36:48.369Z Downloaded zip v2.1.3
8002025-01-08T14:36:48.372Z Downloaded foreign-types-shared v0.1.1
8012025-01-08T14:36:48.374Z Downloaded endian-type v0.1.2
8022025-01-08T14:36:48.374Z Downloaded ref-cast v1.0.23
8032025-01-08T14:36:48.376Z Downloaded pem v3.0.4
8042025-01-08T14:36:48.380Z Downloaded fragile v2.0.0
8052025-01-08T14:36:48.382Z Downloaded utf-8 v0.7.6
8062025-01-08T14:36:48.382Z Downloaded num-conv v0.1.0
8072025-01-08T14:36:48.385Z Downloaded blake3 v1.5.4
8082025-01-08T14:36:48.392Z Downloaded zeroize_derive v1.4.2
8092025-01-08T14:36:48.395Z Downloaded half v2.4.1
8102025-01-08T14:36:48.398Z Downloaded qorb v0.2.1
8112025-01-08T14:36:48.401Z Downloaded topological-sort v0.2.2
8122025-01-08T14:36:48.403Z Downloaded hashlink v0.9.1
8132025-01-08T14:36:48.406Z Downloaded p256 v0.13.2
8142025-01-08T14:36:48.408Z Downloaded itertools v0.13.0
8152025-01-08T14:36:48.414Z Downloaded which v4.4.2
8162025-01-08T14:36:48.417Z Downloaded zerovec-derive v0.10.3
8172025-01-08T14:36:48.421Z Downloaded dyn-clone v1.0.17
8182025-01-08T14:36:48.421Z Downloaded foreign-types v0.5.0
8192025-01-08T14:36:48.421Z Downloaded rustls-pemfile v1.0.4
8202025-01-08T14:36:48.423Z Downloaded futures-task v0.3.31
8212025-01-08T14:36:48.423Z Downloaded futures-executor v0.3.31
8222025-01-08T14:36:48.426Z Downloaded tungstenite v0.21.0
8232025-01-08T14:36:48.429Z Downloaded reedline v0.35.0
8242025-01-08T14:36:48.437Z Downloaded pin-project-lite v0.2.14
8252025-01-08T14:36:48.442Z Downloaded derive_builder_macro v0.20.2
8262025-01-08T14:36:48.445Z Downloaded sync_wrapper v1.0.1
8272025-01-08T14:36:48.445Z Downloaded foreign-types-macros v0.2.3
8282025-01-08T14:36:48.447Z Downloaded darling_macro v0.20.10
8292025-01-08T14:36:48.447Z Downloaded tinyvec v1.8.0
8302025-01-08T14:36:48.450Z Downloaded des v0.8.1
8312025-01-08T14:36:48.452Z Downloaded snafu v0.8.5
8322025-01-08T14:36:48.456Z Downloaded strum_macros v0.25.3
8332025-01-08T14:36:48.459Z Downloaded hkdf v0.12.4
8342025-01-08T14:36:48.462Z Downloaded path-slash v0.1.5
8352025-01-08T14:36:48.465Z Downloaded hyper v1.5.0
8362025-01-08T14:36:48.468Z Downloaded tinyvec_macros v0.1.1
8372025-01-08T14:36:48.470Z Downloaded twox-hash v1.6.3
8382025-01-08T14:36:48.474Z Downloaded url v2.5.3
8392025-01-08T14:36:48.474Z Downloaded gethostname v0.5.0
8402025-01-08T14:36:48.476Z Downloaded either v1.13.0
8412025-01-08T14:36:48.477Z Downloaded schemars_derive v0.8.21
8422025-01-08T14:36:48.479Z Downloaded radium v0.7.0
8432025-01-08T14:36:48.479Z Downloaded num-derive v0.4.2
8442025-01-08T14:36:48.483Z Downloaded scheduled-thread-pool v0.2.7
8452025-01-08T14:36:48.483Z Downloaded pkcs1 v0.7.5
8462025-01-08T14:36:48.486Z Downloaded ssh-encoding v0.2.0
8472025-01-08T14:36:48.486Z Downloaded slab v0.4.9
8482025-01-08T14:36:48.488Z Downloaded signal-hook v0.3.17
8492025-01-08T14:36:48.491Z Downloaded sync-ptr v0.1.1
8502025-01-08T14:36:48.491Z Downloaded glob v0.3.1
8512025-01-08T14:36:48.493Z Downloaded uzers v0.12.1
8522025-01-08T14:36:48.496Z Downloaded form_urlencoded v1.2.1
8532025-01-08T14:36:48.496Z Downloaded uuid v1.11.0
8542025-01-08T14:36:48.499Z Downloaded postgres-protocol v0.6.7
8552025-01-08T14:36:48.502Z Downloaded unsafe-libyaml v0.2.11
8562025-01-08T14:36:48.505Z Downloaded siphasher v0.3.11
8572025-01-08T14:36:48.507Z Downloaded ed25519 v2.2.3
8582025-01-08T14:36:48.507Z Downloaded rayon v1.10.0
8592025-01-08T14:36:48.515Z Downloaded paste v1.0.15
8602025-01-08T14:36:48.519Z Downloaded num-iter v0.1.45
8612025-01-08T14:36:48.522Z Downloaded sct v0.7.1
8622025-01-08T14:36:48.525Z Downloaded data-encoding v2.6.0
8632025-01-08T14:36:48.525Z Downloaded polyval v0.6.2
8642025-01-08T14:36:48.528Z Downloaded num-integer v0.1.46
8652025-01-08T14:36:48.528Z Downloaded tls_codec v0.4.1
8662025-01-08T14:36:48.531Z Downloaded password-hash v0.5.0
8672025-01-08T14:36:48.533Z Downloaded synstructure v0.13.1
8682025-01-08T14:36:48.533Z Downloaded rsa v0.9.6
8692025-01-08T14:36:48.539Z Downloaded serde_plain v1.0.2
8702025-01-08T14:36:48.541Z Downloaded serde_path_to_error v0.1.16
8712025-01-08T14:36:48.544Z Downloaded debug-ignore v1.0.5
8722025-01-08T14:36:48.546Z Downloaded subtle v2.6.1
8732025-01-08T14:36:48.546Z Downloaded unicode_categories v0.1.1
8742025-01-08T14:36:48.549Z Downloaded postgres-types v0.2.8
8752025-01-08T14:36:48.551Z Downloaded bindgen v0.69.5
8762025-01-08T14:36:48.559Z Downloaded sec1 v0.7.3
8772025-01-08T14:36:48.562Z Downloaded pbkdf2 v0.12.2
8782025-01-08T14:36:48.564Z Downloaded pbkdf2 v0.11.0
8792025-01-08T14:36:48.567Z Downloaded password-hash v0.4.2
8802025-01-08T14:36:48.569Z Downloaded tungstenite v0.23.0
8812025-01-08T14:36:48.572Z Downloaded tokio-tungstenite v0.24.0
8822025-01-08T14:36:48.577Z Downloaded zerocopy-derive v0.8.10
8832025-01-08T14:36:48.582Z Downloaded hashbrown v0.14.5
8842025-01-08T14:36:48.587Z Downloaded flate2 v1.0.34
8852025-01-08T14:36:48.592Z Downloaded similar v2.6.0
8862025-01-08T14:36:48.597Z Downloaded num-bigint v0.4.6
8872025-01-08T14:36:48.601Z Downloaded winnow v0.5.40
8882025-01-08T14:36:48.610Z Downloaded pem-rfc7468 v0.7.0
8892025-01-08T14:36:48.613Z Downloaded pkcs8 v0.10.2
8902025-01-08T14:36:48.616Z Downloaded rustls-webpki v0.101.7
8912025-01-08T14:36:48.631Z Downloaded zip v0.6.6
8922025-01-08T14:36:48.640Z Downloaded steno v0.4.1
8932025-01-08T14:36:48.642Z Downloaded rustyline v14.0.0
8942025-01-08T14:36:48.645Z Downloaded tungstenite v0.24.0
8952025-01-08T14:36:48.647Z Downloaded openssl-sys v0.9.103
8962025-01-08T14:36:48.653Z Downloaded oso v0.27.3
8972025-01-08T14:36:48.655Z Downloaded russh v0.45.0
8982025-01-08T14:36:48.661Z Downloaded elliptic-curve v0.13.8
8992025-01-08T14:36:48.665Z Downloaded parse-zoneinfo v0.3.1
9002025-01-08T14:36:48.668Z Downloaded p521 v0.13.3
9012025-01-08T14:36:48.671Z Downloaded tokio-util v0.7.12
9022025-01-08T14:36:48.679Z Downloaded hashbrown v0.13.2
9032025-01-08T14:36:48.683Z Downloaded quinn v0.11.5
9042025-01-08T14:36:48.687Z Downloaded ed25519-dalek v2.1.1
9052025-01-08T14:36:48.690Z Downloaded serde_with v3.11.0
9062025-01-08T14:36:48.699Z Downloaded reqwest v0.12.9
9072025-01-08T14:36:48.707Z Downloaded vcpkg v0.2.15
9082025-01-08T14:36:48.746Z Downloaded rusqlite v0.32.1
9092025-01-08T14:36:48.751Z Downloaded lalrpop v0.19.12
9102025-01-08T14:36:48.763Z Downloaded zerovec v0.10.4
9112025-01-08T14:36:48.770Z Downloaded ssh-key v0.6.6
9122025-01-08T14:36:48.775Z Downloaded toml_edit v0.19.15
9132025-01-08T14:36:48.790Z Downloaded typed-path v0.9.3
9142025-01-08T14:36:48.796Z Downloaded curve25519-dalek v4.1.3
9152025-01-08T14:36:48.804Z Downloaded idna v0.5.0
9162025-01-08T14:36:48.811Z Downloaded tough v0.19.0
9172025-01-08T14:36:48.819Z Downloaded idna v0.2.3
9182025-01-08T14:36:48.826Z Downloaded petname v2.0.2
9192025-01-08T14:36:48.832Z Downloaded proptest v1.5.0
9202025-01-08T14:36:48.842Z Downloaded openssl v0.10.66
9212025-01-08T14:36:48.853Z Downloaded idna v0.4.0
9222025-01-08T14:36:48.860Z Downloaded futures-util v0.3.31
9232025-01-08T14:36:48.874Z Downloaded rustls-webpki v0.102.8
9242025-01-08T14:36:48.893Z Downloaded quick-xml v0.33.0
9252025-01-08T14:36:48.899Z Downloaded nix v0.27.1
9262025-01-08T14:36:48.912Z Downloaded zerocopy v0.8.10
9272025-01-08T14:36:48.938Z Downloaded trust-dns-proto v0.22.0
9282025-01-08T14:36:48.951Z Downloaded bstr v1.10.0
9292025-01-08T14:36:48.962Z Downloaded regex v1.11.1
9302025-01-08T14:36:48.977Z Downloaded smoltcp v0.9.1
9312025-01-08T14:36:48.989Z Downloaded portable-atomic v1.9.0
9322025-01-08T14:36:48.995Z Downloaded polar-core v0.27.3
9332025-01-08T14:36:49.006Z Downloaded git2 v0.19.0
9342025-01-08T14:36:49.016Z Downloaded gimli v0.31.1
9352025-01-08T14:36:49.025Z Downloaded webpki-roots v0.26.6
9362025-01-08T14:36:49.029Z Downloaded object v0.36.5
9372025-01-08T14:36:49.043Z Downloaded regress v0.9.1
9382025-01-08T14:36:49.053Z Downloaded regress v0.10.1
9392025-01-08T14:36:49.063Z Downloaded rustls v0.22.4
9402025-01-08T14:36:49.079Z Downloaded openapiv3 v2.0.0
9412025-01-08T14:36:49.092Z Downloaded smoltcp v0.11.0
9422025-01-08T14:36:49.106Z Downloaded rustls v0.23.19
9432025-01-08T14:36:49.120Z Downloaded nix v0.29.0
9442025-01-08T14:36:49.131Z Downloaded diesel v2.2.6
9452025-01-08T14:36:49.151Z Downloaded ratatui v0.28.1
9462025-01-08T14:36:49.172Z Downloaded rustls v0.21.12
9472025-01-08T14:36:49.182Z Downloaded typify-impl v0.2.0
9482025-01-08T14:36:49.198Z Downloaded bzip2-sys v0.1.11+1.0.8
9492025-01-08T14:36:49.210Z Downloaded sled v0.34.7
9502025-01-08T14:36:49.220Z Downloaded regex-syntax v0.6.29
9512025-01-08T14:36:49.228Z Downloaded dropshot v0.13.0
9522025-01-08T14:36:49.249Z Downloaded zerocopy-derive v0.6.6
9532025-01-08T14:36:49.259Z Downloaded hickory-proto v0.24.1
9542025-01-08T14:36:49.274Z Downloaded regex-automata v0.4.8
9552025-01-08T14:36:49.291Z Downloaded regex-syntax v0.8.5
9562025-01-08T14:36:49.299Z Downloaded lzma-sys v0.1.20
9572025-01-08T14:36:49.327Z Downloaded tokio v1.40.0
9582025-01-08T14:36:49.364Z Downloaded petgraph v0.6.5
9592025-01-08T14:36:49.381Z Downloaded nix v0.28.0
9602025-01-08T14:36:49.393Z Downloaded unicode-width v0.2.0
9612025-01-08T14:36:49.397Z Downloaded dropshot v0.12.0
9622025-01-08T14:36:49.417Z Downloaded object v0.30.4
9632025-01-08T14:36:49.426Z Downloaded csv v1.3.0
9642025-01-08T14:36:49.446Z Downloaded libz-sys v1.1.20
9652025-01-08T14:36:49.466Z Downloaded radix_trie v0.2.1
9662025-01-08T14:36:49.471Z Downloaded chrono-tz v0.10.0
9672025-01-08T14:36:49.478Z Downloaded sqlparser v0.45.0
9682025-01-08T14:36:49.484Z Downloaded p384 v0.13.0
9692025-01-08T14:36:49.490Z Downloaded idna v0.3.0
9702025-01-08T14:36:49.497Z Downloaded salty v0.3.0
9712025-01-08T14:36:49.503Z Downloaded h2 v0.4.6
9722025-01-08T14:36:49.510Z Downloaded nom v7.1.3
9732025-01-08T14:36:49.515Z Downloaded icu_properties_data v1.5.0
9742025-01-08T14:36:49.526Z Downloaded sha3 v0.10.8
9752025-01-08T14:36:49.530Z Downloaded quinn-proto v0.11.8
9762025-01-08T14:36:49.537Z Downloaded toml v0.7.8
9772025-01-08T14:36:49.540Z Downloaded derive_builder_core v0.20.2
9782025-01-08T14:36:49.542Z Downloaded defmt v0.3.8
9792025-01-08T14:36:49.545Z Downloaded expectorate v1.1.0
9802025-01-08T14:36:49.547Z Downloaded num-bigint-dig v0.8.4
9812025-01-08T14:36:49.554Z Downloaded chrono v0.4.38
9822025-01-08T14:36:49.560Z Downloaded bitvec v1.0.1
9832025-01-08T14:36:49.573Z Downloaded poly1305 v0.8.0
9842025-01-08T14:36:49.577Z Downloaded fs_extra v1.3.0
9852025-01-08T14:36:49.580Z Downloaded unicode-normalization v0.1.24
9862025-01-08T14:36:49.583Z Downloaded pkcs5 v0.7.1
9872025-01-08T14:36:49.586Z Downloaded subprocess v0.2.9
9882025-01-08T14:36:49.588Z Downloaded strum_macros v0.26.4
9892025-01-08T14:36:49.591Z Downloaded dhcproto v0.12.0
9902025-01-08T14:36:49.593Z Downloaded enum-as-inner v0.5.1
9912025-01-08T14:36:49.593Z Downloaded diesel_derives v2.2.3
9922025-01-08T14:36:49.597Z Downloaded mio v1.0.2
9932025-01-08T14:36:49.603Z Downloaded time v0.3.36
9942025-01-08T14:36:49.610Z Downloaded x509-cert v0.2.5
9952025-01-08T14:36:49.616Z Downloaded tracing v0.1.40
9962025-01-08T14:36:49.620Z Downloaded aws-lc-rs v1.10.0
9972025-01-08T14:36:49.628Z Downloaded derive_more v0.99.18
9982025-01-08T14:36:49.633Z Downloaded headers v0.4.0
9992025-01-08T14:36:49.637Z Downloaded fatfs v0.3.6
10002025-01-08T14:36:49.640Z Downloaded newtype_derive v0.1.6
10012025-01-08T14:36:49.643Z Downloaded newline-converter v0.3.0
10022025-01-08T14:36:49.643Z Downloaded fxhash v0.2.1
10032025-01-08T14:36:49.643Z Downloaded untrusted v0.9.0
10042025-01-08T14:36:49.646Z Downloaded untrusted v0.7.1
10052025-01-08T14:36:49.646Z Downloaded unicode-xid v0.2.6
10062025-01-08T14:36:49.649Z Downloaded proc-macro-crate v1.3.1
10072025-01-08T14:36:49.649Z Downloaded zerocopy v0.6.6
10082025-01-08T14:36:49.652Z Downloaded newtype-uuid v1.1.3
10092025-01-08T14:36:49.652Z Downloaded thread_local v1.1.8
10102025-01-08T14:36:49.654Z Downloaded snafu-derive v0.8.5
10112025-01-08T14:36:49.654Z Downloaded itertools v0.12.1
10122025-01-08T14:36:49.660Z Downloaded owo-colors v4.1.0
10132025-01-08T14:36:49.663Z Downloaded schemars v0.8.21
10142025-01-08T14:36:49.674Z Downloaded der v0.7.9
10152025-01-08T14:36:49.679Z Downloaded encoding_rs v0.8.34
10162025-01-08T14:36:49.699Z Downloaded unicode-segmentation v1.12.0
10172025-01-08T14:36:49.702Z Downloaded tls_codec_derive v0.4.1
10182025-01-08T14:36:49.705Z Downloaded libxml v0.3.3
10192025-01-08T14:36:49.710Z Downloaded itertools v0.10.5
10202025-01-08T14:36:49.715Z Downloaded rand v0.8.5
10212025-01-08T14:36:49.719Z Downloaded libm v0.2.8
10222025-01-08T14:36:49.726Z Downloaded psl-types v2.0.11
10232025-01-08T14:36:49.729Z Downloaded smf v0.2.3
10242025-01-08T14:36:49.729Z Downloaded globset v0.4.15
10252025-01-08T14:36:49.731Z Downloaded pin-project-internal v1.1.6
10262025-01-08T14:36:49.733Z Downloaded term v0.7.0
10272025-01-08T14:36:49.737Z Downloaded derive-where v1.2.7
10282025-01-08T14:36:49.740Z Downloaded percent-encoding v2.3.1
10292025-01-08T14:36:49.740Z Downloaded smallvec v1.13.2
10302025-01-08T14:36:49.742Z Downloaded slog-term v2.9.1
10312025-01-08T14:36:49.746Z Downloaded pin-project v1.1.6
10322025-01-08T14:36:49.755Z Downloaded zopfli v0.8.1
10332025-01-08T14:36:49.757Z Downloaded ff v0.13.0
10342025-01-08T14:36:49.760Z Downloaded num-traits v0.2.19
10352025-01-08T14:36:49.762Z Downloaded getrandom v0.2.15
10362025-01-08T14:36:49.765Z Downloaded parking_lot v0.12.3
10372025-01-08T14:36:49.767Z Downloaded libgit2-sys v0.17.0+1.8.1
10382025-01-08T14:36:49.822Z Downloaded rayon-core v1.12.1
10392025-01-08T14:36:49.825Z Downloaded minimal-lexical v0.2.1
10402025-01-08T14:36:49.829Z Downloaded tokio-tungstenite v0.23.1
10412025-01-08T14:36:49.832Z Downloaded tokio-tungstenite v0.21.0
10422025-01-08T14:36:49.834Z Downloaded unicode-properties v0.1.3
10432025-01-08T14:36:49.837Z Downloaded thiserror-impl v2.0.3
10442025-01-08T14:36:49.837Z Downloaded tracing-core v0.1.32
10452025-01-08T14:36:49.840Z Downloaded crossbeam-channel v0.5.13
10462025-01-08T14:36:49.843Z Downloaded const_format v0.2.33
10472025-01-08T14:36:49.847Z Downloaded spki v0.7.3
10482025-01-08T14:36:49.850Z Downloaded dropshot_endpoint v0.12.0
10492025-01-08T14:36:49.852Z Downloaded num-rational v0.4.2
10502025-01-08T14:36:49.855Z Downloaded dropshot_endpoint v0.13.0
10512025-01-08T14:36:49.857Z Downloaded hickory-server v0.24.1
10522025-01-08T14:36:49.861Z Downloaded http v1.1.0
10532025-01-08T14:36:49.865Z Downloaded publicsuffix v2.2.3
10542025-01-08T14:36:49.867Z Downloaded hickory-resolver v0.24.1
10552025-01-08T14:36:49.872Z Downloaded predicates-tree v1.0.11
10562025-01-08T14:36:49.874Z Downloaded phf_shared v0.11.2
10572025-01-08T14:36:49.874Z Downloaded parse-display-derive v0.10.0
10582025-01-08T14:36:49.874Z Downloaded hash32 v0.3.1
10592025-01-08T14:36:49.878Z Downloaded ghash v0.5.1
10602025-01-08T14:36:49.878Z Downloaded yasna v0.5.2
10612025-01-08T14:36:49.881Z Downloaded native-tls v0.2.12
10622025-01-08T14:36:49.881Z Downloaded heapless v0.7.17
10632025-01-08T14:36:49.884Z Downloaded crypto-bigint v0.5.5
10642025-01-08T14:36:49.890Z Downloaded cc v1.1.30
10652025-01-08T14:36:49.897Z Downloaded tokio-rustls v0.24.1
10662025-01-08T14:36:49.900Z Downloaded icu_collections v1.5.0
10672025-01-08T14:36:49.902Z Downloaded utf16_iter v1.0.5
10682025-01-08T14:36:49.902Z Downloaded thiserror-impl-no-std v2.0.2
10692025-01-08T14:36:49.905Z Downloaded stringprep v0.1.5
10702025-01-08T14:36:49.905Z Downloaded vsss-rs v3.3.4
10712025-01-08T14:36:49.908Z Downloaded base64 v0.22.1
10722025-01-08T14:36:49.911Z Downloaded test-strategy v0.3.1
10732025-01-08T14:36:49.913Z Downloaded socket2 v0.5.7
10742025-01-08T14:36:49.916Z Downloaded fixedbitset v0.4.2
10752025-01-08T14:36:49.919Z Downloaded filetime v0.2.25
10762025-01-08T14:36:49.919Z Downloaded embedded-io v0.6.1
10772025-01-08T14:36:49.922Z Downloaded embedded-io v0.4.0
10782025-01-08T14:36:49.922Z Downloaded env_logger v0.11.5
10792025-01-08T14:36:49.925Z Downloaded env_logger v0.10.2
10802025-01-08T14:36:49.929Z Downloaded heapless v0.8.0
10812025-01-08T14:36:49.933Z Downloaded powerfmt v0.2.0
10822025-01-08T14:36:49.933Z Downloaded rustc_version v0.1.7
10832025-01-08T14:36:49.933Z Downloaded r2d2 v0.8.10
10842025-01-08T14:36:49.936Z Downloaded phf_generator v0.11.2
10852025-01-08T14:36:49.936Z Downloaded phf_codegen v0.11.2
10862025-01-08T14:36:49.936Z Downloaded phf v0.11.2
10872025-01-08T14:36:49.938Z Downloaded parking_lot v0.11.2
10882025-01-08T14:36:49.938Z Downloaded crc-any v2.5.0
10892025-01-08T14:36:49.942Z Downloaded console v0.15.8
10902025-01-08T14:36:49.946Z Downloaded crossbeam-utils v0.8.20
10912025-01-08T14:36:49.946Z Downloaded const-oid v0.9.6
10922025-01-08T14:36:49.949Z Downloaded compact_str v0.8.0
10932025-01-08T14:36:49.951Z Downloaded chacha20poly1305 v0.10.1
10942025-01-08T14:36:49.955Z Downloaded waitgroup v0.1.2
10952025-01-08T14:36:49.955Z Downloaded futures-macro v0.3.31
10962025-01-08T14:36:49.955Z Downloaded futures-io v0.3.31
10972025-01-08T14:36:49.959Z Downloaded thiserror v2.0.3
10982025-01-08T14:36:49.962Z Downloaded strum v0.26.3
10992025-01-08T14:36:49.965Z Downloaded ppv-lite86 v0.2.20
11002025-01-08T14:36:49.965Z Downloaded packed_struct_codegen v0.10.1
11012025-01-08T14:36:49.965Z Downloaded cookie v0.18.1
11022025-01-08T14:36:49.968Z Downloaded clang-sys v1.8.1
11032025-01-08T14:36:49.971Z Downloaded rustc-demangle v0.1.24
11042025-01-08T14:36:49.971Z Downloaded indicatif v0.17.9
11052025-01-08T14:36:49.975Z Downloaded enum-as-inner v0.6.1
11062025-01-08T14:36:49.978Z Downloaded zerofrom-derive v0.1.4
11072025-01-08T14:36:49.978Z Downloaded chacha20 v0.9.1
11082025-01-08T14:36:49.980Z Downloaded zone v0.3.0
11092025-01-08T14:36:49.980Z Downloaded structmeta-derive v0.2.0
11102025-01-08T14:36:49.980Z Downloaded base64 v0.13.1
11112025-01-08T14:36:49.984Z Downloaded stable_deref_trait v1.2.0
11122025-01-08T14:36:49.987Z Downloaded slog-envlogger v2.2.0
11132025-01-08T14:36:49.987Z Downloaded slog-dtrace v0.3.0
11142025-01-08T14:36:49.990Z Downloaded sha1 v0.10.6
11152025-01-08T14:36:49.990Z Downloaded serde-hex v0.1.0
11162025-01-08T14:36:49.990Z Downloaded scrypt v0.11.0
11172025-01-08T14:36:49.994Z Downloaded rfc6979 v0.4.0
11182025-01-08T14:36:49.994Z Downloaded bzip2 v0.4.4
11192025-01-08T14:36:49.994Z Downloaded rtoolbox v0.0.2
11202025-01-08T14:36:50.000Z Downloaded icu_locid_transform_data v1.5.0
11212025-01-08T14:36:50.000Z Downloaded cancel-safe-futures v0.1.5
11222025-01-08T14:36:50.002Z Downloaded ctr v0.9.2
11232025-01-08T14:36:50.002Z Downloaded cassowary v0.3.0
11242025-01-08T14:36:50.002Z Downloaded icu_locid_transform v1.5.0
11252025-01-08T14:36:50.005Z Downloaded crc v3.2.1
11262025-01-08T14:36:50.008Z Downloaded constant_time_eq v0.3.1
11272025-01-08T14:36:50.011Z Downloaded libsw v3.3.1
11282025-01-08T14:36:50.011Z Downloaded curve25519-dalek-derive v0.1.1
11292025-01-08T14:36:50.014Z Downloaded crc-catalog v2.4.0
11302025-01-08T14:36:50.014Z Downloaded colored v2.1.0
11312025-01-08T14:36:50.015Z Downloaded buf-list v1.0.3
11322025-01-08T14:36:50.018Z Downloaded cmake v0.1.51
11332025-01-08T14:36:50.018Z Downloaded cipher v0.4.4
11342025-01-08T14:36:50.020Z Downloaded convert_case v0.4.0
11352025-01-08T14:36:50.021Z Downloaded bitfield v0.14.0
11362025-01-08T14:36:50.024Z Downloaded bcs v0.1.6
11372025-01-08T14:36:50.027Z Downloaded litemap v0.7.3
11382025-01-08T14:36:50.030Z Downloaded indoc v1.0.9
11392025-01-08T14:36:50.030Z Downloaded hyper-staticfile v0.10.1
11402025-01-08T14:36:50.033Z Downloaded cobs v0.2.3
11412025-01-08T14:36:50.033Z Downloaded cexpr v0.6.0
11422025-01-08T14:36:50.038Z Downloaded castaway v0.2.3
11432025-01-08T14:36:50.038Z Downloaded base64ct v1.6.0
11442025-01-08T14:36:50.040Z Downloaded base16ct v0.2.0
11452025-01-08T14:36:50.040Z Downloaded hubpack v0.1.2
11462025-01-08T14:36:50.040Z Downloaded cfg_aliases v0.1.1
11472025-01-08T14:36:50.043Z Downloaded httpdate v1.0.3
11482025-01-08T14:36:50.043Z Downloaded http-body-util v0.1.2
11492025-01-08T14:36:50.046Z Downloaded async-recursion v1.1.1
11502025-01-08T14:36:50.049Z Downloaded bb8 v0.8.5
11512025-01-08T14:36:50.049Z Downloaded hex v0.4.3
11522025-01-08T14:36:50.051Z Downloaded atomic-waker v1.1.2
11532025-01-08T14:36:50.051Z Downloaded async-trait v0.1.83
11542025-01-08T14:36:50.054Z Downloaded aes-gcm v0.10.3
11552025-01-08T14:36:50.057Z Downloaded arc-swap v1.7.1
11562025-01-08T14:36:50.061Z Downloaded arrayref v0.3.9
11572025-01-08T14:36:50.066Z Downloaded array-init v0.0.4
11582025-01-08T14:36:50.066Z Downloaded aho-corasick v1.1.3
11592025-01-08T14:36:50.114Z Downloaded ring v0.17.8
11602025-01-08T14:36:50.208Z Downloaded libsqlite3-sys v0.30.1
11612025-01-08T14:36:50.437Z Downloaded aws-lc-sys v0.22.0
11622025-01-08T14:36:50.736Z Compiling serde v1.0.215
11632025-01-08T14:36:50.738Z Compiling lock_api v0.4.12
11642025-01-08T14:36:50.739Z Compiling scopeguard v1.2.0
11652025-01-08T14:36:50.739Z Compiling value-bag v1.9.0
11662025-01-08T14:36:50.739Z Compiling typenum v1.17.0
11672025-01-08T14:36:50.739Z Compiling generic-array v0.14.7
11682025-01-08T14:36:50.916Z Compiling syn v2.0.87
11692025-01-08T14:36:50.928Z Compiling getrandom v0.2.15
11702025-01-08T14:36:51.029Z Compiling shlex v1.3.0
11712025-01-08T14:36:51.222Z Compiling rand_core v0.6.4
11722025-01-08T14:36:51.344Z Compiling log v0.4.22
11732025-01-08T14:36:51.432Z Compiling subtle v2.6.1
11742025-01-08T14:36:51.451Z Compiling jobserver v0.1.32
11752025-01-08T14:36:51.484Z Compiling smallvec v1.13.2
11762025-01-08T14:36:51.757Z Compiling const-oid v0.9.6
11772025-01-08T14:36:51.778Z Compiling spin v0.9.8
11782025-01-08T14:36:51.781Z Compiling pin-project-lite v0.2.14
11792025-01-08T14:36:51.880Z Compiling cc v1.1.30
11802025-01-08T14:36:51.921Z Compiling rustix v0.38.37
11812025-01-08T14:36:52.201Z Compiling parking_lot_core v0.9.10
11822025-01-08T14:36:52.219Z Compiling futures-core v0.3.31
11832025-01-08T14:36:52.366Z Compiling signal-hook-registry v1.4.2
11842025-01-08T14:36:52.477Z Compiling mio v1.0.2
11852025-01-08T14:36:52.837Z Compiling aho-corasick v1.1.3
11862025-01-08T14:36:53.166Z Compiling parking_lot v0.12.3
11872025-01-08T14:36:53.311Z Compiling either v1.13.0
11882025-01-08T14:36:53.654Z Compiling cpufeatures v0.2.14
11892025-01-08T14:36:53.758Z Compiling regex-syntax v0.8.5
11902025-01-08T14:36:53.760Z Compiling lazy_static v1.5.0
11912025-01-08T14:36:53.829Z Compiling stable_deref_trait v1.2.0
11922025-01-08T14:36:53.849Z Compiling futures-sink v0.3.31
11932025-01-08T14:36:53.910Z Compiling glob v0.3.1
11942025-01-08T14:36:53.935Z Compiling socket2 v0.5.7
11952025-01-08T14:36:53.991Z Compiling slab v0.4.9
11962025-01-08T14:36:54.239Z Compiling prettyplease v0.2.25
11972025-01-08T14:36:54.450Z Compiling serde_json v1.0.133
11982025-01-08T14:36:54.578Z Compiling minimal-lexical v0.2.1
11992025-01-08T14:36:54.942Z Compiling clang-sys v1.8.1
12002025-01-08T14:36:54.977Z Compiling libloading v0.8.5
12012025-01-08T14:36:55.094Z Compiling nom v7.1.3
12022025-01-08T14:36:55.114Z Compiling home v0.5.9
12032025-01-08T14:36:55.383Z Compiling bindgen v0.69.5
12042025-01-08T14:36:55.418Z Compiling futures-channel v0.3.31
12052025-01-08T14:36:55.860Z Compiling itertools v0.12.1
12062025-01-08T14:36:56.209Z Compiling lazycell v1.3.0
12072025-01-08T14:36:56.386Z Compiling futures-task v0.3.31
12082025-01-08T14:36:56.406Z Compiling futures-io v0.3.31
12092025-01-08T14:36:56.712Z Compiling allocator-api2 v0.2.18
12102025-01-08T14:36:56.752Z Compiling foldhash v0.1.3
12112025-01-08T14:36:57.087Z Compiling libm v0.2.8
12122025-01-08T14:36:57.416Z Compiling pin-utils v0.1.0
12132025-01-08T14:36:57.518Z Compiling regex-automata v0.4.8
12142025-01-08T14:36:57.538Z Compiling rustc-hash v1.1.0
12152025-01-08T14:36:57.716Z Compiling hashbrown v0.15.1
12162025-01-08T14:36:58.845Z Compiling synstructure v0.13.1
12172025-01-08T14:36:59.096Z Compiling cexpr v0.6.0
12182025-01-08T14:36:59.135Z Compiling cmake v0.1.51
12192025-01-08T14:37:00.155Z Compiling num-traits v0.2.19
12202025-01-08T14:37:00.437Z Compiling tinyvec_macros v0.1.1
12212025-01-08T14:37:00.534Z Compiling dunce v1.0.5
12222025-01-08T14:37:00.591Z Compiling pkg-config v0.3.31
12232025-01-08T14:37:00.660Z Compiling fs_extra v1.3.0
12242025-01-08T14:37:00.683Z Compiling tinyvec v1.8.0
12252025-01-08T14:37:01.262Z Compiling ring v0.17.8
12262025-01-08T14:37:02.091Z Compiling paste v1.0.15
12272025-01-08T14:37:02.137Z Compiling unicode-normalization v0.1.24
12282025-01-08T14:37:02.402Z Compiling unicode-bidi v0.3.17
12292025-01-08T14:37:02.548Z Compiling base64ct v1.6.0
12302025-01-08T14:37:02.592Z Compiling litemap v0.7.3
12312025-01-08T14:37:02.985Z Compiling regex v1.11.1
12322025-01-08T14:37:03.168Z Compiling writeable v0.5.5
12332025-01-08T14:37:03.232Z Compiling pem-rfc7468 v0.7.0
12342025-01-08T14:37:03.859Z Compiling httparse v1.9.5
12352025-01-08T14:37:04.004Z Compiling aws-lc-rs v1.10.0
12362025-01-08T14:37:04.124Z Compiling flagset v0.4.6
12372025-01-08T14:37:04.330Z Compiling tracing-core v0.1.32
12382025-01-08T14:37:04.458Z Compiling crossbeam-utils v0.8.20
12392025-01-08T14:37:04.664Z Compiling icu_locid_transform_data v1.5.0
12402025-01-08T14:37:04.768Z Compiling percent-encoding v2.3.1
12412025-01-08T14:37:05.057Z Compiling rustls-pki-types v1.10.0
12422025-01-08T14:37:05.390Z Compiling time-core v0.1.2
12432025-01-08T14:37:05.563Z Compiling mirai-annotations v1.12.0
12442025-01-08T14:37:05.616Z Compiling untrusted v0.7.1
12452025-01-08T14:37:05.714Z Compiling serde_derive v1.0.215
12462025-01-08T14:37:05.750Z Compiling zeroize_derive v1.4.2
12472025-01-08T14:37:05.787Z Compiling zerocopy-derive v0.7.35
12482025-01-08T14:37:05.834Z Compiling tokio-macros v2.4.0
12492025-01-08T14:37:06.174Z Compiling zerofrom-derive v0.1.4
12502025-01-08T14:37:07.329Z Compiling zeroize v1.8.1
12512025-01-08T14:37:07.389Z Compiling thiserror-impl v1.0.69
12522025-01-08T14:37:07.796Z Compiling yoke-derive v0.7.4
12532025-01-08T14:37:08.121Z Compiling zerocopy v0.7.35
12542025-01-08T14:37:09.112Z Compiling crypto-common v0.1.6
12552025-01-08T14:37:09.353Z Compiling block-buffer v0.10.4
12562025-01-08T14:37:09.619Z Compiling digest v0.10.7
12572025-01-08T14:37:09.779Z Compiling futures-macro v0.3.31
12582025-01-08T14:37:09.799Z Compiling zerovec-derive v0.10.3
12592025-01-08T14:37:10.095Z Compiling hmac v0.12.1
12602025-01-08T14:37:10.320Z Compiling zerofrom v0.1.4
12612025-01-08T14:37:10.346Z Compiling block-padding v0.3.3
12622025-01-08T14:37:10.466Z Compiling displaydoc v0.2.5
12632025-01-08T14:37:10.538Z Compiling sha2 v0.10.8
12642025-01-08T14:37:10.603Z Compiling inout v0.1.3
12652025-01-08T14:37:10.831Z Compiling thiserror v1.0.69
12662025-01-08T14:37:10.858Z Compiling yoke v0.7.4
12672025-01-08T14:37:10.884Z Compiling cipher v0.4.4
12682025-01-08T14:37:10.975Z Compiling ppv-lite86 v0.2.20
12692025-01-08T14:37:11.232Z Compiling der_derive v0.7.3
12702025-01-08T14:37:11.423Z Compiling icu_provider_macros v1.5.0
12712025-01-08T14:37:11.782Z Compiling futures-util v0.3.31
12722025-01-08T14:37:11.830Z Compiling rand_chacha v0.3.1
12732025-01-08T14:37:12.204Z Compiling tracing-attributes v0.1.27
12742025-01-08T14:37:12.466Z Compiling zerovec v0.10.4
12752025-01-08T14:37:12.608Z Compiling rand v0.8.5
12762025-01-08T14:37:13.724Z Compiling der v0.7.9
12772025-01-08T14:37:14.119Z Compiling salsa20 v0.10.2
12782025-01-08T14:37:14.196Z Compiling pest v2.7.14
12792025-01-08T14:37:14.355Z Compiling tinystr v0.7.6
12802025-01-08T14:37:14.766Z Compiling icu_locid v1.5.0
12812025-01-08T14:37:14.786Z Compiling icu_collections v1.5.0
12822025-01-08T14:37:14.864Z Compiling pbkdf2 v0.12.2
12832025-01-08T14:37:15.050Z Compiling untrusted v0.9.0
12842025-01-08T14:37:15.220Z Compiling powerfmt v0.2.0
12852025-01-08T14:37:15.604Z Compiling num-conv v0.1.0
12862025-01-08T14:37:15.870Z Compiling spki v0.7.3
12872025-01-08T14:37:16.064Z Compiling icu_provider v1.5.0
12882025-01-08T14:37:16.253Z Compiling tracing v0.1.40
12892025-01-08T14:37:16.273Z Compiling icu_properties_data v1.5.0
12902025-01-08T14:37:16.536Z Compiling vcpkg v0.2.15
12912025-01-08T14:37:16.754Z Compiling icu_locid_transform v1.5.0
12922025-01-08T14:37:17.096Z Compiling pest_meta v2.7.14
12932025-01-08T14:37:17.155Z Compiling time-macros v0.2.18
12942025-01-08T14:37:17.236Z Compiling deranged v0.3.11
12952025-01-08T14:37:18.121Z Compiling icu_properties v1.5.1
12962025-01-08T14:37:18.750Z Compiling openssl-sys v0.9.103
12972025-01-08T14:37:19.234Z Compiling scrypt v0.11.0
12982025-01-08T14:37:19.484Z Compiling aes v0.8.4
12992025-01-08T14:37:19.831Z Compiling bitflags v2.6.0
13002025-01-08T14:37:19.851Z Compiling bytes v1.8.0
13012025-01-08T14:37:20.509Z Compiling indexmap v2.6.0
13022025-01-08T14:37:21.081Z Compiling tokio v1.40.0
13032025-01-08T14:37:21.210Z Compiling http v1.1.0
13042025-01-08T14:37:21.975Z Compiling semver v1.0.23
13052025-01-08T14:37:22.291Z Compiling cbc v0.1.2
13062025-01-08T14:37:22.352Z Compiling scroll_derive v0.12.0
13072025-01-08T14:37:22.527Z Compiling rustc_version v0.4.1
13082025-01-08T14:37:22.971Z Compiling utf8_iter v1.0.4
13092025-01-08T14:37:23.238Z Compiling icu_normalizer_data v1.5.0
13102025-01-08T14:37:23.350Z Compiling num_threads v0.1.7
13112025-01-08T14:37:23.369Z Compiling write16 v1.0.0
13122025-01-08T14:37:23.486Z Compiling utf16_iter v1.0.5
13132025-01-08T14:37:23.504Z Compiling atomic-waker v1.1.2
13142025-01-08T14:37:23.535Z Compiling time v0.3.36
13152025-01-08T14:37:23.682Z Compiling icu_normalizer v1.5.0
13162025-01-08T14:37:23.702Z Compiling http-body v1.0.1
13172025-01-08T14:37:23.722Z Compiling pkcs5 v0.7.1
13182025-01-08T14:37:23.841Z Compiling scroll v0.12.0
13192025-01-08T14:37:24.013Z Compiling pest_generator v2.7.14
13202025-01-08T14:37:24.056Z Compiling which v4.4.2
13212025-01-08T14:37:24.687Z Compiling form_urlencoded v1.2.1
13222025-01-08T14:37:24.939Z Compiling try-lock v0.2.5
13232025-01-08T14:37:25.019Z Compiling slog v2.7.0
13242025-01-08T14:37:25.091Z Compiling goblin v0.8.2
13252025-01-08T14:37:25.555Z Compiling want v0.3.1
13262025-01-08T14:37:25.607Z Compiling idna_adapter v1.2.0
13272025-01-08T14:37:25.675Z Compiling pkcs8 v0.10.2
13282025-01-08T14:37:25.825Z Compiling uuid v1.11.0
13292025-01-08T14:37:25.846Z Compiling httpdate v1.0.3
13302025-01-08T14:37:26.057Z Compiling pest_derive v2.7.14
13312025-01-08T14:37:26.300Z Compiling iana-time-zone v0.1.61
13322025-01-08T14:37:26.365Z Compiling idna v1.0.3
13332025-01-08T14:37:26.798Z Compiling chrono v0.4.38
13342025-01-08T14:37:26.873Z Compiling dtrace-parser v0.2.0
13352025-01-08T14:37:28.074Z Compiling serde_spanned v0.6.8
13362025-01-08T14:37:28.246Z Compiling toml_datetime v0.6.8
13372025-01-08T14:37:28.337Z Compiling serde_tokenstream v0.2.2
13382025-01-08T14:37:28.803Z Compiling rustversion v1.0.17
13392025-01-08T14:37:28.884Z Compiling foreign-types-shared v0.1.1
13402025-01-08T14:37:28.967Z Compiling openssl v0.10.66
13412025-01-08T14:37:28.997Z Compiling adler2 v2.0.0
13422025-01-08T14:37:29.138Z Compiling base64 v0.22.1
13432025-01-08T14:37:29.204Z Compiling tower-service v0.3.3
13442025-01-08T14:37:29.335Z Compiling match_cfg v0.1.0
13452025-01-08T14:37:29.406Z Compiling miniz_oxide v0.8.0
13462025-01-08T14:37:29.431Z Compiling tokio-util v0.7.12
13472025-01-08T14:37:29.577Z Compiling hostname v0.3.1
13482025-01-08T14:37:29.837Z Compiling foreign-types v0.3.2
13492025-01-08T14:37:29.877Z Compiling url v2.5.3
13502025-01-08T14:37:30.598Z Compiling h2 v0.4.6
13512025-01-08T14:37:30.867Z Compiling dof v0.3.0
13522025-01-08T14:37:30.913Z Compiling openssl-macros v0.1.1
13532025-01-08T14:37:31.327Z Compiling async-trait v0.1.83
13542025-01-08T14:37:31.683Z Compiling usdt-impl v0.5.0
13552025-01-08T14:37:31.930Z Compiling serde_derive_internals v0.29.1
13562025-01-08T14:37:33.055Z Compiling dirs-sys-next v0.1.2
13572025-01-08T14:37:33.319Z Compiling rustls v0.22.4
13582025-01-08T14:37:33.585Z Compiling siphasher v0.3.11
13592025-01-08T14:37:33.780Z Compiling native-tls v0.2.12
13602025-01-08T14:37:33.985Z Compiling rustls v0.23.19
13612025-01-08T14:37:34.114Z Compiling schemars v0.8.21
13622025-01-08T14:37:34.137Z Compiling syn v1.0.109
13632025-01-08T14:37:34.252Z Compiling data-encoding v2.6.0
13642025-01-08T14:37:34.542Z Compiling dirs-next v2.0.0
13652025-01-08T14:37:34.761Z Compiling schemars_derive v0.8.21
13662025-01-08T14:37:35.330Z Compiling http-body-util v0.1.2
13672025-01-08T14:37:35.873Z Compiling crossbeam-epoch v0.9.18
13682025-01-08T14:37:36.184Z Compiling heapless v0.7.17
13692025-01-08T14:37:36.600Z Compiling signature v2.2.0
13702025-01-08T14:37:36.655Z Compiling sha1 v0.10.6
13712025-01-08T14:37:36.674Z Compiling bzip2-sys v0.1.11+1.0.8
13722025-01-08T14:37:36.677Z Compiling thread_local v1.1.8
13732025-01-08T14:37:36.880Z Compiling cookie v0.18.1
13742025-01-08T14:37:37.088Z Compiling multer v3.1.0
13752025-01-08T14:37:37.143Z Compiling encoding_rs v0.8.34
13762025-01-08T14:37:37.172Z Compiling mime v0.3.17
13772025-01-08T14:37:37.218Z Compiling openssl-probe v0.1.5
13782025-01-08T14:37:37.359Z Compiling ipnet v2.10.1
13792025-01-08T14:37:37.595Z Compiling hyper v1.5.0
13802025-01-08T14:37:37.752Z Compiling signal-hook v0.3.17
13812025-01-08T14:37:38.022Z Compiling dyn-clone v1.0.17
13822025-01-08T14:37:38.175Z Compiling rayon-core v1.12.1
13832025-01-08T14:37:38.251Z Compiling gimli v0.31.1
13842025-01-08T14:37:38.501Z Compiling unicode-properties v0.1.3
13852025-01-08T14:37:38.617Z Compiling slog-async v2.8.0
13862025-01-08T14:37:38.931Z Compiling stringprep v0.1.5
13872025-01-08T14:37:39.287Z Compiling toml_edit v0.22.22
13882025-01-08T14:37:40.263Z Compiling hyper-util v0.1.10
13892025-01-08T14:37:42.178Z Compiling crossbeam-deque v0.8.5
13902025-01-08T14:37:42.529Z Compiling usdt-macro v0.5.0
13912025-01-08T14:37:43.467Z Compiling addr2line v0.24.2
13922025-01-08T14:37:43.488Z Compiling usdt-attr-macro v0.5.0
13932025-01-08T14:37:43.632Z Compiling term v0.7.0
13942025-01-08T14:37:43.972Z Compiling slog-json v2.6.1
13952025-01-08T14:37:44.198Z Compiling serde_urlencoded v0.7.1
13962025-01-08T14:37:44.367Z Compiling crossbeam-channel v0.5.13
13972025-01-08T14:37:44.741Z Compiling curve25519-dalek v4.1.3
13982025-01-08T14:37:45.161Z Compiling futures-executor v0.3.31
13992025-01-08T14:37:45.164Z Compiling enum-as-inner v0.6.1
14002025-01-08T14:37:45.232Z Compiling md-5 v0.10.6
14012025-01-08T14:37:45.358Z Compiling async-stream-impl v0.3.6
14022025-01-08T14:37:45.499Z Compiling rustls-pemfile v2.2.0
14032025-01-08T14:37:45.519Z Compiling num-integer v0.1.46
14042025-01-08T14:37:45.745Z Compiling idna v0.4.0
14052025-01-08T14:37:45.832Z Compiling idna v0.3.0
14062025-01-08T14:37:46.254Z Compiling hash32 v0.2.1
14072025-01-08T14:37:46.305Z Compiling ff v0.13.0
14082025-01-08T14:37:46.515Z Compiling is-terminal v0.4.13
14092025-01-08T14:37:46.638Z Compiling object v0.36.5
14102025-01-08T14:37:46.661Z Compiling dropshot v0.12.0
14112025-01-08T14:37:46.756Z Compiling quick-error v1.2.3
14122025-01-08T14:37:46.909Z Compiling utf-8 v0.7.6
14132025-01-08T14:37:46.930Z Compiling smoltcp v0.9.1
14142025-01-08T14:37:47.239Z Compiling anyhow v1.0.93
14152025-01-08T14:37:47.363Z Compiling num-bigint-dig v0.8.4
14162025-01-08T14:37:47.534Z Compiling base16ct v0.2.0
14172025-01-08T14:37:47.649Z Compiling take_mut v0.2.2
14182025-01-08T14:37:47.652Z Compiling psl-types v2.0.11
14192025-01-08T14:37:47.709Z Compiling linked-hash-map v0.5.6
14202025-01-08T14:37:47.806Z Compiling portable-atomic v1.9.0
14212025-01-08T14:37:47.852Z Compiling rustc-demangle v0.1.24
14222025-01-08T14:37:47.873Z Compiling fallible-iterator v0.2.0
14232025-01-08T14:37:48.097Z Compiling lru-cache v0.1.2
14242025-01-08T14:37:48.262Z Compiling publicsuffix v2.2.3
14252025-01-08T14:37:48.551Z Compiling sec1 v0.7.3
14262025-01-08T14:37:48.601Z Compiling postgres-protocol v0.6.7
14272025-01-08T14:37:49.018Z Compiling tungstenite v0.24.0
14282025-01-08T14:37:49.110Z Compiling resolv-conf v0.7.0
14292025-01-08T14:37:49.150Z Compiling async-stream v0.3.6
14302025-01-08T14:37:49.450Z Compiling usdt v0.5.0
14312025-01-08T14:37:49.596Z Compiling slog-term v2.9.1
14322025-01-08T14:37:49.902Z Compiling hickory-proto v0.24.1
14332025-01-08T14:37:49.963Z Compiling group v0.13.0
14342025-01-08T14:37:50.292Z Compiling num-iter v0.1.45
14352025-01-08T14:37:50.486Z Compiling futures v0.3.31
14362025-01-08T14:37:50.725Z Compiling slog-bunyan v2.5.0
14372025-01-08T14:37:50.939Z Compiling toml v0.8.19
14382025-01-08T14:37:52.509Z Compiling tokio-native-tls v0.3.1
14392025-01-08T14:37:52.689Z Compiling camino v1.1.9
14402025-01-08T14:37:52.787Z Compiling phf_shared v0.11.2
14412025-01-08T14:37:52.850Z Compiling dropshot_endpoint v0.12.0
14422025-01-08T14:37:53.165Z Compiling terminal_size v0.4.0
14432025-01-08T14:37:53.230Z Compiling waitgroup v0.1.2
14442025-01-08T14:37:53.394Z Compiling openapiv3 v2.0.0
14452025-01-08T14:37:53.468Z Compiling serde_path_to_error v0.1.16
14462025-01-08T14:37:53.649Z Compiling hkdf v0.12.4
14472025-01-08T14:37:53.911Z Compiling crypto-bigint v0.5.5
14482025-01-08T14:37:54.311Z Compiling backtrace v0.3.74
14492025-01-08T14:37:54.798Z Compiling zerocopy-derive v0.6.6
14502025-01-08T14:37:57.120Z Compiling curve25519-dalek-derive v0.1.1
14512025-01-08T14:37:57.507Z Compiling hubpack_derive v0.1.1
14522025-01-08T14:37:57.564Z Compiling webpki-roots v0.26.6
14532025-01-08T14:37:57.784Z Compiling idna v0.5.0
14542025-01-08T14:37:57.857Z Compiling hostname v0.4.0
14552025-01-08T14:37:57.984Z Compiling fs-err v2.11.0
14562025-01-08T14:37:58.102Z Compiling ahash v0.8.11
14572025-01-08T14:37:58.277Z Compiling crc32fast v1.4.2
14582025-01-08T14:37:58.432Z Compiling debug-ignore v1.0.5
14592025-01-08T14:37:58.461Z Compiling newtype-uuid v1.1.3
14602025-01-08T14:37:58.592Z Compiling managed v0.8.0
14612025-01-08T14:37:58.615Z Compiling winnow v0.5.40
14622025-01-08T14:37:58.686Z Compiling bitflags v1.3.2
14632025-01-08T14:37:58.747Z Compiling cookie_store v0.21.0
14642025-01-08T14:37:58.801Z Compiling clap_builder v4.5.21
14652025-01-08T14:37:59.939Z Compiling flate2 v1.0.34
14662025-01-08T14:38:00.357Z Compiling console v0.15.8
14672025-01-08T14:38:00.590Z Compiling strum_macros v0.25.3
14682025-01-08T14:38:00.928Z Compiling hubpack v0.1.2
14692025-01-08T14:38:01.368Z Compiling zerocopy v0.6.6
14702025-01-08T14:38:01.400Z Compiling elliptic-curve v0.13.8
14712025-01-08T14:38:01.974Z Compiling hickory-resolver v0.24.1
14722025-01-08T14:38:02.206Z Compiling toml_edit v0.19.15
14732025-01-08T14:38:02.460Z Compiling phf v0.11.2
14742025-01-08T14:38:02.765Z Compiling hyper-tls v0.6.0
14752025-01-08T14:38:03.132Z Compiling signal-hook-mio v0.2.4
14762025-01-08T14:38:03.208Z Compiling rayon v1.10.0
14772025-01-08T14:38:03.335Z Compiling bzip2 v0.4.4
14782025-01-08T14:38:04.814Z Compiling tokio-tungstenite v0.24.0
14792025-01-08T14:38:05.318Z Compiling postgres-types v0.2.8
14802025-01-08T14:38:07.671Z Compiling ed25519 v2.2.3
14812025-01-08T14:38:08.102Z Compiling phf_shared v0.10.0
14822025-01-08T14:38:08.189Z Compiling tokio-stream v0.1.16
14832025-01-08T14:38:08.405Z Compiling pkcs1 v0.7.5
14842025-01-08T14:38:08.527Z Compiling serde-big-array v0.5.1
14852025-01-08T14:38:08.765Z Compiling clap_derive v4.5.18
14862025-01-08T14:38:08.834Z Compiling rfc6979 v0.4.0
14872025-01-08T14:38:09.029Z Compiling derive-where v1.2.7
14882025-01-08T14:38:09.325Z Compiling serde_repr v0.1.19
14892025-01-08T14:38:09.435Z Compiling float-cmp v0.9.0
14902025-01-08T14:38:09.588Z Compiling bstr v1.10.0
14912025-01-08T14:38:09.673Z Compiling sync_wrapper v1.0.1
14922025-01-08T14:38:09.836Z Compiling fixedbitset v0.4.2
14932025-01-08T14:38:10.289Z Compiling precomputed-hash v0.1.1
14942025-01-08T14:38:10.442Z Compiling new_debug_unreachable v1.0.6
14952025-01-08T14:38:10.444Z Compiling unicode-width v0.2.0
14962025-01-08T14:38:10.550Z Compiling normalize-line-endings v0.3.0
14972025-01-08T14:38:10.569Z Compiling predicates-core v1.0.8
14982025-01-08T14:38:10.680Z Compiling static_assertions v1.1.0
14992025-01-08T14:38:10.781Z Compiling difflib v0.4.0
15002025-01-08T14:38:10.916Z Compiling whoami v1.5.2
15012025-01-08T14:38:10.978Z Compiling unicode-segmentation v1.12.0
15022025-01-08T14:38:11.386Z Compiling number_prefix v0.4.0
15032025-01-08T14:38:11.570Z Compiling bit-vec v0.6.3
15042025-01-08T14:38:11.612Z Compiling indicatif v0.17.9
15052025-01-08T14:38:11.903Z Compiling bit-set v0.5.3
15062025-01-08T14:38:12.032Z Compiling similar v2.6.0
15072025-01-08T14:38:12.203Z Compiling tokio-postgres v0.7.12
15082025-01-08T14:38:12.428Z Compiling predicates v3.1.2
15092025-01-08T14:38:12.668Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15102025-01-08T14:38:13.862Z Compiling string_cache v0.8.7
15112025-01-08T14:38:13.894Z Compiling clap v4.5.21
15122025-01-08T14:38:14.019Z Compiling petgraph v0.6.5
15132025-01-08T14:38:14.261Z Compiling ecdsa v0.16.9
15142025-01-08T14:38:14.332Z Compiling rsa v0.9.6
15152025-01-08T14:38:14.439Z Compiling ed25519-dalek v2.1.1
15162025-01-08T14:38:15.135Z Compiling toml v0.7.8
15172025-01-08T14:38:15.759Z Compiling zip v0.6.6
15182025-01-08T14:38:16.896Z Compiling crossterm v0.28.1
15192025-01-08T14:38:18.158Z Compiling hex v0.4.3
15202025-01-08T14:38:18.223Z Compiling x509-cert v0.2.5
15212025-01-08T14:38:18.512Z Compiling itertools v0.10.5
15222025-01-08T14:38:18.790Z Compiling unicode-xid v0.2.6
15232025-01-08T14:38:18.828Z Compiling lalrpop-util v0.19.12
15242025-01-08T14:38:18.974Z Compiling peg-runtime v0.8.3
15252025-01-08T14:38:19.183Z Compiling strum_macros v0.26.4
15262025-01-08T14:38:19.666Z Compiling xattr v1.3.1
15272025-01-08T14:38:19.774Z Compiling filetime v0.2.25
15282025-01-08T14:38:20.094Z Compiling tar v0.4.42
15292025-01-08T14:38:24.482Z Compiling strum v0.26.3
15302025-01-08T14:38:26.790Z Compiling aws-lc-sys v0.22.0
15312025-01-08T14:38:54.838Z Compiling rustls-webpki v0.102.8
15322025-01-08T14:38:58.238Z Compiling tokio-rustls v0.25.0
15332025-01-08T14:38:59.938Z Compiling tokio-rustls v0.26.0
15342025-01-08T14:39:00.333Z Compiling hyper-rustls v0.27.3
15352025-01-08T14:39:00.650Z Compiling reqwest v0.12.9
15362025-01-08T14:39:01.718Z Compiling qorb v0.2.1
15372025-01-08T14:39:06.502Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15382025-01-08T14:39:06.731Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15392025-01-08T14:39:12.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15402025-01-08T14:39:12.661Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15412025-01-08T14:39:12.707ZJan 08 14:39:11.643 INFO Starting download, target: Clickhouse
15422025-01-08T14:39:12.708ZJan 08 14:39:11.643 INFO Starting download, target: Console
15432025-01-08T14:39:12.708ZJan 08 14:39:11.643 INFO Starting download, target: Cockroach
15442025-01-08T14:39:12.708ZJan 08 14:39:11.643 INFO Starting download, target: DendriteOpenapi
15452025-01-08T14:39:12.710ZJan 08 14:39:11.643 INFO Starting download, target: DendriteStub
15462025-01-08T14:39:12.710ZJan 08 14:39:11.643 INFO Starting download, target: MaghemiteMgd
15472025-01-08T14:39:12.710ZJan 08 14:39:11.643 INFO Starting download, target: TransceiverControl
15482025-01-08T14:39:12.710ZJan 08 14:39:11.644 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15492025-01-08T14:39:12.710ZJan 08 14:39:11.644 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15502025-01-08T14:39:12.711ZJan 08 14:39:11.644 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15512025-01-08T14:39:12.711ZJan 08 14:39:11.644 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15522025-01-08T14:39:12.711ZJan 08 14:39:11.644 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15532025-01-08T14:39:12.711ZJan 08 14:39:11.644 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15542025-01-08T14:39:12.711ZJan 08 14:39:11.644 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15552025-01-08T14:39:12.907ZJan 08 14:39:11.841 INFO Download complete, target: DendriteOpenapi
15562025-01-08T14:39:13.323ZJan 08 14:39:12.224 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15572025-01-08T14:39:13.398ZJan 08 14:39:12.237 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15582025-01-08T14:39:13.631ZJan 08 14:39:12.565 INFO Download complete, target: Console
15592025-01-08T14:39:13.661ZJan 08 14:39:12.595 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15602025-01-08T14:39:13.690ZJan 08 14:39:12.624 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15612025-01-08T14:39:14.007ZJan 08 14:39:12.942 INFO Download complete, target: TransceiverControl
15622025-01-08T14:39:14.312ZJan 08 14:39:13.248 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15632025-01-08T14:39:14.312ZJan 08 14:39:13.248 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15642025-01-08T14:39:15.520ZJan 08 14:39:14.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15652025-01-08T14:39:16.630ZJan 08 14:39:15.565 INFO Download complete, target: DendriteStub
15662025-01-08T14:39:16.679ZJan 08 14:39:15.615 INFO Download complete, target: MaghemiteMgd
15672025-01-08T14:39:21.773ZJan 08 14:39:20.709 INFO Checking that binary works, target: Cockroach
15682025-01-08T14:39:22.001ZJan 08 14:39:20.937 INFO Download complete, target: Cockroach
15692025-01-08T14:39:27.962ZJan 08 14:39:26.897 INFO Checking that binary works, target: Clickhouse
15702025-01-08T14:39:28.102ZJan 08 14:39:27.035 INFO Download complete, target: Clickhouse
15712025-01-08T14:39:28.123ZAll builder prerequisites installed successfully, and PATH looks valid
15722025-01-08T14:39:28.134Z
15732025-01-08T14:39:28.136Zreal 4:45.547950869
15742025-01-08T14:39:28.137Zuser 16:30.680594347
15752025-01-08T14:39:28.138Zsys 3:15.406835990
15762025-01-08T14:39:28.138Ztrap 0.547340107
15772025-01-08T14:39:28.139Ztflt 1.850172390
15782025-01-08T14:39:28.140Zdflt 2.330729050
15792025-01-08T14:39:28.141Zkflt 0.032085414
15802025-01-08T14:39:28.142Zlock 29:23.342603464
15812025-01-08T14:39:28.143Zslp 1:01:19.024375285
15822025-01-08T14:39:28.143Zlat 58.347222051
15832025-01-08T14:39:28.144Zstop 2:18.530409540
15842025-01-08T14:39:28.144Z+ banner hack-check
15852025-01-08T14:39:28.144Z
15862025-01-08T14:39:28.144Z # # ## #### # # #### # # ###### #### # #
15872025-01-08T14:39:28.144Z # # # # # # # # # # # # # # # # #
15882025-01-08T14:39:28.145Z ###### # # # #### ##### # ###### ##### # ####
15892025-01-08T14:39:28.145Z # # ###### # # # # # # # # # #
15902025-01-08T14:39:28.145Z # # # # # # # # # # # # # # # # #
15912025-01-08T14:39:28.145Z # # # # #### # # #### # # ###### #### # #
15922025-01-08T14:39:28.146Z
15932025-01-08T14:39:28.146Z+ export CARGO_INCREMENTAL=0
15942025-01-08T14:39:28.146Z+ CARGO_INCREMENTAL=0
15952025-01-08T14:39:28.146Z+ ptime -m timeout 2h cargo xtask check-features --ci
15962025-01-08T14:39:28.649Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15972025-01-08T14:39:32.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
15982025-01-08T14:39:32.405Z Running `target/debug/xtask check-features --ci`
15992025-01-08T14:39:32.424Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16002025-01-08T14:39:32.427Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16012025-01-08T14:39:32.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16022025-01-08T14:39:32.880Z Running `target/debug/xtask download cargo-hack`
16032025-01-08T14:39:33.680Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16042025-01-08T14:39:34.037Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16052025-01-08T14:39:38.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.07s
16062025-01-08T14:39:39.130Z Running `target/debug/xtask-downloader cargo-hack`
16072025-01-08T14:39:39.165ZJan 08 14:39:38.100 INFO Starting download, target: CargoHack
16082025-01-08T14:39:39.167ZJan 08 14:39:38.101 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16092025-01-08T14:39:39.843ZJan 08 14:39:38.778 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16102025-01-08T14:39:39.934ZJan 08 14:39:38.869 INFO Download complete, target: CargoHack
16112025-01-08T14:39:39.938Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16122025-01-08T14:39:39.953Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16132025-01-08T14:39:40.119Zinfo: running `cargo check --bins` on api_identity (1/176)
16142025-01-08T14:39:40.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152025-01-08T14:39:40.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162025-01-08T14:39:40.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172025-01-08T14:39:40.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16182025-01-08T14:39:40.721Z
16192025-01-08T14:39:40.721Zinfo: running `cargo check --bins` on bootstore (2/176)
16202025-01-08T14:39:41.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212025-01-08T14:39:41.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222025-01-08T14:39:41.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232025-01-08T14:39:41.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16242025-01-08T14:39:41.355Z
16252025-01-08T14:39:41.355Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16262025-01-08T14:39:41.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272025-01-08T14:39:41.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282025-01-08T14:39:41.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292025-01-08T14:39:41.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16302025-01-08T14:39:41.983Z
16312025-01-08T14:39:41.983Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16322025-01-08T14:39:42.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332025-01-08T14:39:42.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342025-01-08T14:39:42.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352025-01-08T14:39:42.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16362025-01-08T14:39:42.602Z
16372025-01-08T14:39:42.602Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16382025-01-08T14:39:42.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392025-01-08T14:39:42.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402025-01-08T14:39:42.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412025-01-08T14:39:42.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16422025-01-08T14:39:43.026Z
16432025-01-08T14:39:43.026Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16442025-01-08T14:39:43.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452025-01-08T14:39:43.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462025-01-08T14:39:43.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472025-01-08T14:39:43.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16482025-01-08T14:39:43.446Z
16492025-01-08T14:39:43.446Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16502025-01-08T14:39:43.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512025-01-08T14:39:43.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522025-01-08T14:39:43.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532025-01-08T14:39:43.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16542025-01-08T14:39:43.865Z
16552025-01-08T14:39:43.865Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16562025-01-08T14:39:44.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572025-01-08T14:39:44.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582025-01-08T14:39:44.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592025-01-08T14:39:44.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16602025-01-08T14:39:44.288Z
16612025-01-08T14:39:44.288Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16622025-01-08T14:39:44.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-01-08T14:39:44.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-01-08T14:39:44.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-01-08T14:39:44.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16662025-01-08T14:39:44.714Z
16672025-01-08T14:39:44.714Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16682025-01-08T14:39:45.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-01-08T14:39:45.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-01-08T14:39:45.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-01-08T14:39:45.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16722025-01-08T14:39:45.137Z
16732025-01-08T14:39:45.137Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16742025-01-08T14:39:45.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-01-08T14:39:45.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-01-08T14:39:45.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-01-08T14:39:45.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16782025-01-08T14:39:45.563Z
16792025-01-08T14:39:45.563Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16802025-01-08T14:39:45.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-01-08T14:39:45.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-01-08T14:39:45.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-01-08T14:39:45.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16842025-01-08T14:39:45.984Z
16852025-01-08T14:39:45.984Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16862025-01-08T14:39:46.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-01-08T14:39:46.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-01-08T14:39:46.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-01-08T14:39:46.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16902025-01-08T14:39:46.410Z
16912025-01-08T14:39:46.410Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
16922025-01-08T14:39:46.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-01-08T14:39:46.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-01-08T14:39:46.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-01-08T14:39:46.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16962025-01-08T14:39:46.833Z
16972025-01-08T14:39:46.833Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
16982025-01-08T14:39:47.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-01-08T14:39:47.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-01-08T14:39:47.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-01-08T14:39:47.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17022025-01-08T14:39:47.253Z
17032025-01-08T14:39:47.253Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17042025-01-08T14:39:47.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-01-08T14:39:47.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-01-08T14:39:47.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-01-08T14:39:47.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17082025-01-08T14:39:47.679Z
17092025-01-08T14:39:47.679Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17102025-01-08T14:39:48.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-01-08T14:39:48.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-01-08T14:39:48.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-01-08T14:39:48.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17142025-01-08T14:39:48.107Z
17152025-01-08T14:39:48.107Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17162025-01-08T14:39:48.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-01-08T14:39:48.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-01-08T14:39:48.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-01-08T14:39:48.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17202025-01-08T14:39:48.581Z
17212025-01-08T14:39:48.581Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17222025-01-08T14:39:48.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-01-08T14:39:48.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-01-08T14:39:48.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-01-08T14:39:48.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17262025-01-08T14:39:48.974Z
17272025-01-08T14:39:48.974Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17282025-01-08T14:39:49.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-01-08T14:39:49.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-01-08T14:39:49.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-01-08T14:39:49.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17322025-01-08T14:39:49.385Z
17332025-01-08T14:39:49.385Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17342025-01-08T14:39:49.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-01-08T14:39:49.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-01-08T14:39:49.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-01-08T14:39:49.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17382025-01-08T14:39:49.810Z
17392025-01-08T14:39:49.810Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17402025-01-08T14:39:50.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-01-08T14:39:50.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-01-08T14:39:50.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-01-08T14:39:50.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17442025-01-08T14:39:50.239Z
17452025-01-08T14:39:50.239Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17462025-01-08T14:39:50.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-01-08T14:39:50.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-01-08T14:39:50.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-01-08T14:39:50.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17502025-01-08T14:39:50.665Z
17512025-01-08T14:39:50.665Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17522025-01-08T14:39:51.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-01-08T14:39:51.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-01-08T14:39:51.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-01-08T14:39:51.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17562025-01-08T14:39:51.099Z
17572025-01-08T14:39:51.099Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17582025-01-08T14:39:51.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-01-08T14:39:51.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-01-08T14:39:51.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-01-08T14:39:51.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17622025-01-08T14:39:51.734Z
17632025-01-08T14:39:51.734Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17642025-01-08T14:39:52.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-01-08T14:39:52.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-01-08T14:39:52.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-01-08T14:39:52.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17682025-01-08T14:39:52.355Z
17692025-01-08T14:39:52.355Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17702025-01-08T14:39:52.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-01-08T14:39:52.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-01-08T14:39:52.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-01-08T14:39:52.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17742025-01-08T14:39:52.981Z
17752025-01-08T14:39:52.981Zinfo: running `cargo check --bins` on oxlog (28/176)
17762025-01-08T14:39:53.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-01-08T14:39:53.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-01-08T14:39:53.593Z Checking cfg-if v1.0.0
17792025-01-08T14:39:53.595Z Checking libc v0.2.162
17802025-01-08T14:39:53.699Z Checking serde v1.0.215
17812025-01-08T14:39:53.703Z Checking zeroize v1.8.1
17822025-01-08T14:39:53.713Z Checking memchr v2.7.4
17832025-01-08T14:39:53.720Z Checking typenum v1.17.0
17842025-01-08T14:39:53.732Z Checking scopeguard v1.2.0
17852025-01-08T14:39:53.735Z Checking subtle v2.6.1
17862025-01-08T14:39:53.761Z Checking value-bag v1.9.0
17872025-01-08T14:39:53.871Z Checking lock_api v0.4.12
17882025-01-08T14:39:53.932Z Checking const-oid v0.9.6
17892025-01-08T14:39:54.005Z Checking itoa v1.0.11
17902025-01-08T14:39:54.151Z Checking log v0.4.22
17912025-01-08T14:39:54.203Z Checking smallvec v1.13.2
17922025-01-08T14:39:54.312Z Checking pin-project-lite v0.2.14
17932025-01-08T14:39:54.444Z Checking byteorder v1.5.0
17942025-01-08T14:39:54.543Z Checking futures-core v0.3.31
17952025-01-08T14:39:54.591Z Checking once_cell v1.20.2
17962025-01-08T14:39:54.646Z Checking cpufeatures v0.2.14
17972025-01-08T14:39:54.714Z Checking futures-sink v0.3.31
17982025-01-08T14:39:54.733Z Checking stable_deref_trait v1.2.0
17992025-01-08T14:39:54.823Z Checking spin v0.9.8
18002025-01-08T14:39:54.841Z Checking getrandom v0.2.15
18012025-01-08T14:39:54.855Z Checking signal-hook-registry v1.4.2
18022025-01-08T14:39:54.858Z Checking parking_lot_core v0.9.10
18032025-01-08T14:39:54.883Z Checking mio v1.0.2
18042025-01-08T14:39:55.048Z Checking rand_core v0.6.4
18052025-01-08T14:39:55.093Z Checking socket2 v0.5.7
18062025-01-08T14:39:55.110Z Checking generic-array v0.14.7
18072025-01-08T14:39:55.142Z Checking zerocopy v0.7.35
18082025-01-08T14:39:55.209Z Checking parking_lot v0.12.3
18092025-01-08T14:39:55.352Z Checking slab v0.4.9
18102025-01-08T14:39:55.462Z Checking zerofrom v0.1.4
18112025-01-08T14:39:55.551Z Checking futures-channel v0.3.31
18122025-01-08T14:39:55.590Z Checking equivalent v1.0.1
18132025-01-08T14:39:55.607Z Checking pin-utils v0.1.0
18142025-01-08T14:39:55.667Z Checking yoke v0.7.4
18152025-01-08T14:39:55.687Z Checking foldhash v0.1.3
18162025-01-08T14:39:55.699Z Checking futures-task v0.3.31
18172025-01-08T14:39:55.742Z Checking futures-io v0.3.31
18182025-01-08T14:39:55.880Z Checking allocator-api2 v0.2.18
18192025-01-08T14:39:55.902Z Checking ryu v1.0.18
18202025-01-08T14:39:55.921Z Checking tinyvec_macros v0.1.1
18212025-01-08T14:39:55.924Z Checking futures-util v0.3.31
18222025-01-08T14:39:55.993Z Checking zerovec v0.10.4
18232025-01-08T14:39:56.008Z Checking tinyvec v1.8.0
18242025-01-08T14:39:56.116Z Checking fnv v1.0.7
18252025-01-08T14:39:56.238Z Checking libm v0.2.8
18262025-01-08T14:39:56.272Z Checking crypto-common v0.1.6
18272025-01-08T14:39:56.457Z Checking block-buffer v0.10.4
18282025-01-08T14:39:56.514Z Checking hashbrown v0.15.1
18292025-01-08T14:39:56.531Z Checking block-padding v0.3.3
18302025-01-08T14:39:56.688Z Checking digest v0.10.7
18312025-01-08T14:39:56.749Z Checking inout v0.1.3
18322025-01-08T14:39:56.982Z Checking cipher v0.4.4
18332025-01-08T14:39:57.059Z Checking hmac v0.12.1
18342025-01-08T14:39:57.163Z Checking sha2 v0.10.8
18352025-01-08T14:39:57.252Z Checking base64ct v1.6.0
18362025-01-08T14:39:57.333Z Checking unicode-normalization v0.1.24
18372025-01-08T14:39:57.393Z Checking unicode-bidi v0.3.17
18382025-01-08T14:39:57.630Z Checking tinystr v0.7.6
18392025-01-08T14:39:57.657Z Checking writeable v0.5.5
18402025-01-08T14:39:57.695Z Checking litemap v0.7.3
18412025-01-08T14:39:57.751Z Checking pem-rfc7468 v0.7.0
18422025-01-08T14:39:57.966Z Checking num-traits v0.2.19
18432025-01-08T14:39:57.992Z Checking ppv-lite86 v0.2.20
18442025-01-08T14:39:58.009Z Checking flagset v0.4.6
18452025-01-08T14:39:58.024Z Checking icu_locid v1.5.0
18462025-01-08T14:39:58.040Z Checking tracing-core v0.1.32
18472025-01-08T14:39:58.193Z Checking der v0.7.9
18482025-01-08T14:39:58.228Z Checking thiserror v1.0.69
18492025-01-08T14:39:58.352Z Checking rustls-pki-types v1.10.0
18502025-01-08T14:39:58.638Z Checking bytes v1.8.0
18512025-01-08T14:39:58.654Z Checking indexmap v2.6.0
18522025-01-08T14:39:58.758Z Checking serde_json v1.0.133
18532025-01-08T14:39:58.940Z Checking rand_chacha v0.3.1
18542025-01-08T14:39:59.050Z Checking icu_provider v1.5.0
18552025-01-08T14:39:59.351Z Checking bitflags v2.6.0
18562025-01-08T14:39:59.439Z Checking tokio v1.40.0
18572025-01-08T14:39:59.608Z Checking http v1.1.0
18582025-01-08T14:39:59.664Z Checking percent-encoding v2.3.1
18592025-01-08T14:39:59.741Z Checking icu_locid_transform_data v1.5.0
18602025-01-08T14:39:59.838Z Checking icu_locid_transform v1.5.0
18612025-01-08T14:39:59.864Z Checking rand v0.8.5
18622025-01-08T14:39:59.948Z Checking tracing v0.1.40
18632025-01-08T14:40:00.021Z Checking spki v0.7.3
18642025-01-08T14:40:00.300Z Checking icu_collections v1.5.0
18652025-01-08T14:40:00.315Z Checking salsa20 v0.10.2
18662025-01-08T14:40:00.496Z Checking pbkdf2 v0.12.2
18672025-01-08T14:40:00.531Z Checking aws-lc-sys v0.22.0
18682025-01-08T14:40:00.651Z Checking httparse v1.9.5
18692025-01-08T14:40:00.809Z Checking untrusted v0.9.0
18702025-01-08T14:40:00.927Z Checking icu_properties_data v1.5.0
18712025-01-08T14:40:00.950Z Checking untrusted v0.7.1
18722025-01-08T14:40:00.965Z Checking mirai-annotations v1.12.0
18732025-01-08T14:40:01.078Z Checking powerfmt v0.2.0
18742025-01-08T14:40:01.097Z Checking ring v0.17.8
18752025-01-08T14:40:01.097Z Checking scrypt v0.11.0
18762025-01-08T14:40:01.128Z Checking cbc v0.1.2
18772025-01-08T14:40:01.141Z Checking aes v0.8.4
18782025-01-08T14:40:01.174Z Checking icu_properties v1.5.1
18792025-01-08T14:40:01.313Z Checking crossbeam-utils v0.8.20
18802025-01-08T14:40:01.329Z Checking atomic-waker v1.1.2
18812025-01-08T14:40:01.353Z Checking deranged v0.3.11
18822025-01-08T14:40:01.484Z Checking num-conv v0.1.0
18832025-01-08T14:40:01.746Z Checking icu_normalizer_data v1.5.0
18842025-01-08T14:40:01.840Z Checking num_threads v0.1.7
18852025-01-08T14:40:01.951Z Checking time-core v0.1.2
18862025-01-08T14:40:02.088Z Checking write16 v1.0.0
18872025-01-08T14:40:02.098Z Checking utf8_iter v1.0.4
18882025-01-08T14:40:02.115Z Checking utf16_iter v1.0.5
18892025-01-08T14:40:02.211Z Checking pkcs5 v0.7.1
18902025-01-08T14:40:02.287Z Checking http-body v1.0.1
18912025-01-08T14:40:02.342Z Checking form_urlencoded v1.2.1
18922025-01-08T14:40:02.480Z Checking try-lock v0.2.5
18932025-01-08T14:40:02.509Z Checking uuid v1.11.0
18942025-01-08T14:40:02.617Z Checking want v0.3.1
18952025-01-08T14:40:02.716Z Checking pkcs8 v0.10.2
18962025-01-08T14:40:02.793Z Checking httpdate v1.0.3
18972025-01-08T14:40:02.966Z Checking unicode-ident v1.0.13
18982025-01-08T14:40:03.008Z Checking toml_datetime v0.6.8
18992025-01-08T14:40:03.042Z Checking serde_spanned v0.6.8
19002025-01-08T14:40:03.110Z Checking slog v2.7.0
19012025-01-08T14:40:03.121Z Checking time v0.3.36
19022025-01-08T14:40:03.141Z Checking proc-macro2 v1.0.89
19032025-01-08T14:40:03.149Z Checking aws-lc-rs v1.10.0
19042025-01-08T14:40:03.202Z Checking scroll v0.12.0
19052025-01-08T14:40:03.274Z Checking ucd-trie v0.1.7
19062025-01-08T14:40:03.469Z Checking tower-service v0.3.3
19072025-01-08T14:40:03.582Z Checking base64 v0.22.1
19082025-01-08T14:40:03.598Z Checking plain v0.2.3
19092025-01-08T14:40:03.668Z Checking foreign-types-shared v0.1.1
19102025-01-08T14:40:03.743Z Checking match_cfg v0.1.0
19112025-01-08T14:40:03.773Z Checking iana-time-zone v0.1.61
19122025-01-08T14:40:03.827Z Checking adler2 v2.0.0
19132025-01-08T14:40:03.843Z Checking hostname v0.3.1
19142025-01-08T14:40:03.927Z Checking chrono v0.4.38
19152025-01-08T14:40:03.972Z Checking quote v1.0.37
19162025-01-08T14:40:03.988Z Checking miniz_oxide v0.8.0
19172025-01-08T14:40:04.056Z Checking foreign-types v0.3.2
19182025-01-08T14:40:04.144Z Checking goblin v0.8.2
19192025-01-08T14:40:04.330Z Checking pest v2.7.14
19202025-01-08T14:40:04.536Z Checking icu_normalizer v1.5.0
19212025-01-08T14:40:04.692Z Checking openssl-sys v0.9.103
19222025-01-08T14:40:05.008Z Checking rustls-webpki v0.102.8
19232025-01-08T14:40:05.324Z Checking idna_adapter v1.2.0
19242025-01-08T14:40:05.536Z Checking idna v1.0.3
19252025-01-08T14:40:05.577Z Checking dirs-sys-next v0.1.2
19262025-01-08T14:40:05.767Z Checking errno v0.3.9
19272025-01-08T14:40:05.831Z Checking aho-corasick v1.1.3
19282025-01-08T14:40:05.931Z Checking data-encoding v2.6.0
19292025-01-08T14:40:05.996Z Checking siphasher v0.3.11
19302025-01-08T14:40:06.014Z Checking url v2.5.3
19312025-01-08T14:40:06.017Z Checking regex-syntax v0.8.5
19322025-01-08T14:40:06.296Z Checking pretty-hex v0.4.1
19332025-01-08T14:40:06.483Z Compiling newtype-uuid v1.1.3
19342025-01-08T14:40:06.584Z Checking openssl v0.10.66
19352025-01-08T14:40:06.783Z Checking tokio-util v0.7.12
19362025-01-08T14:40:06.803Z Checking rustix v0.38.37
19372025-01-08T14:40:06.838Z Checking dirs-next v2.0.0
19382025-01-08T14:40:06.864Z Checking dtrace-parser v0.2.0
19392025-01-08T14:40:06.980Z Checking syn v2.0.87
19402025-01-08T14:40:07.331Z Checking http-body-util v0.1.2
19412025-01-08T14:40:07.478Z Checking crossbeam-epoch v0.9.18
19422025-01-08T14:40:07.670Z Checking h2 v0.4.6
19432025-01-08T14:40:07.795Z Checking sha1 v0.10.6
19442025-01-08T14:40:07.896Z Checking signature v2.2.0
19452025-01-08T14:40:08.065Z Checking lazy_static v1.5.0
19462025-01-08T14:40:08.101Z Checking thread_local v1.1.8
19472025-01-08T14:40:08.177Z Checking thread-id v4.2.2
19482025-01-08T14:40:08.290Z Checking encoding_rs v0.8.34
19492025-01-08T14:40:08.354Z Checking either v1.13.0
19502025-01-08T14:40:08.761Z Checking unicode-properties v0.1.3
19512025-01-08T14:40:09.034Z Checking dof v0.3.0
19522025-01-08T14:40:09.093Z Checking openssl-probe v0.1.5
19532025-01-08T14:40:09.250Z Checking winnow v0.6.20
19542025-01-08T14:40:09.291Z Checking regex-automata v0.4.8
19552025-01-08T14:40:09.674Z Checking ipnet v2.10.1
19562025-01-08T14:40:10.115Z Checking anstyle v1.0.10
19572025-01-08T14:40:10.322Z Checking utf8parse v0.2.2
19582025-01-08T14:40:10.459Z Checking mime v0.3.17
19592025-01-08T14:40:10.474Z Checking gimli v0.31.1
19602025-01-08T14:40:10.582Z Checking anstyle-parse v0.2.5
19612025-01-08T14:40:10.774Z Checking stringprep v0.1.5
19622025-01-08T14:40:10.857Z Checking crossbeam-deque v0.8.5
19632025-01-08T14:40:11.044Z Checking term v0.7.0
19642025-01-08T14:40:11.173Z Checking rustls v0.22.4
19652025-01-08T14:40:11.462Z Checking rustls v0.23.19
19662025-01-08T14:40:12.141Z Checking native-tls v0.2.12
19672025-01-08T14:40:12.268Z Checking toml_edit v0.22.22
19682025-01-08T14:40:12.473Z Checking slog-json v2.6.1
19692025-01-08T14:40:12.735Z Checking serde_urlencoded v0.7.1
19702025-01-08T14:40:13.149Z Checking crossbeam-channel v0.5.13
19712025-01-08T14:40:13.433Z Checking usdt-impl v0.5.0
19722025-01-08T14:40:13.779Z Checking hyper v1.5.0
19732025-01-08T14:40:13.855Z Checking futures-executor v0.3.31
19742025-01-08T14:40:13.933Z Checking num-integer v0.1.46
19752025-01-08T14:40:13.970Z Checking rustls-pemfile v2.2.0
19762025-01-08T14:40:14.081Z Checking idna v0.4.0
19772025-01-08T14:40:14.184Z Checking idna v0.3.0
19782025-01-08T14:40:14.435Z Checking md-5 v0.10.6
19792025-01-08T14:40:14.480Z Checking addr2line v0.24.2
19802025-01-08T14:40:14.656Z Checking ff v0.13.0
19812025-01-08T14:40:14.871Z Checking hash32 v0.2.1
19822025-01-08T14:40:14.932Z Checking memmap v0.7.0
19832025-01-08T14:40:14.949Z Checking is-terminal v0.4.13
19842025-01-08T14:40:14.965Z Checking object v0.36.5
19852025-01-08T14:40:14.981Z Checking is_terminal_polyfill v1.70.1
19862025-01-08T14:40:15.020Z Checking linked-hash-map v0.5.6
19872025-01-08T14:40:15.061Z Checking anstyle-query v1.1.1
19882025-01-08T14:40:15.099Z Checking utf-8 v0.7.6
19892025-01-08T14:40:15.135Z Checking dyn-clone v1.0.17
19902025-01-08T14:40:15.165Z Checking fallible-iterator v0.2.0
19912025-01-08T14:40:15.185Z Checking rustc-demangle v0.1.24
19922025-01-08T14:40:15.276Z Checking psl-types v2.0.11
19932025-01-08T14:40:15.291Z Checking take_mut v0.2.2
19942025-01-08T14:40:15.341Z Checking base16ct v0.2.0
19952025-01-08T14:40:15.434Z Checking colorchoice v1.0.2
19962025-01-08T14:40:15.451Z Checking quick-error v1.2.3
19972025-01-08T14:40:15.532Z Checking sec1 v0.7.3
19982025-01-08T14:40:15.563Z Checking anstream v0.6.15
19992025-01-08T14:40:15.588Z Checking resolv-conf v0.7.0
20002025-01-08T14:40:15.608Z Checking publicsuffix v2.2.3
20012025-01-08T14:40:15.775Z Checking postgres-protocol v0.6.7
20022025-01-08T14:40:15.808Z Checking hyper-util v0.1.10
20032025-01-08T14:40:15.829Z Checking slog-async v2.8.0
20042025-01-08T14:40:15.903Z Checking lru-cache v0.1.2
20052025-01-08T14:40:15.921Z Checking tungstenite v0.24.0
20062025-01-08T14:40:15.925Z Checking schemars v0.8.21
20072025-01-08T14:40:16.089Z Checking heapless v0.7.17
20082025-01-08T14:40:16.106Z Checking usdt v0.5.0
20092025-01-08T14:40:16.358Z Checking slog-term v2.9.1
20102025-01-08T14:40:16.442Z Checking tokio-rustls v0.25.0
20112025-01-08T14:40:16.850Z Checking toml v0.8.19
20122025-01-08T14:40:16.892Z Checking hickory-proto v0.24.1
20132025-01-08T14:40:16.895Z Checking group v0.13.0
20142025-01-08T14:40:17.117Z Checking tokio-rustls v0.26.0
20152025-01-08T14:40:17.132Z Checking num-iter v0.1.45
20162025-01-08T14:40:17.147Z Checking futures v0.3.31
20172025-01-08T14:40:17.254Z Checking slog-bunyan v2.5.0
20182025-01-08T14:40:17.310Z Checking tokio-native-tls v0.3.1
20192025-01-08T14:40:17.424Z Checking rayon-core v1.12.1
20202025-01-08T14:40:17.486Z Checking multer v3.1.0
20212025-01-08T14:40:17.576Z Checking terminal_size v0.4.0
20222025-01-08T14:40:17.609Z Checking phf_shared v0.11.2
20232025-01-08T14:40:17.751Z Checking cookie v0.18.1
20242025-01-08T14:40:17.753Z Checking async-stream v0.3.6
20252025-01-08T14:40:17.891Z Checking bzip2-sys v0.1.11+1.0.8
20262025-01-08T14:40:17.918Z Checking signal-hook v0.3.17
20272025-01-08T14:40:17.936Z Checking camino v1.1.9
20282025-01-08T14:40:18.006Z Checking waitgroup v0.1.2
20292025-01-08T14:40:18.022Z Checking openapiv3 v2.0.0
20302025-01-08T14:40:18.081Z Checking webpki-roots v0.26.6
20312025-01-08T14:40:18.144Z Checking serde_path_to_error v0.1.16
20322025-01-08T14:40:18.237Z Checking idna v0.5.0
20332025-01-08T14:40:18.255Z Checking hkdf v0.12.4
20342025-01-08T14:40:18.286Z Checking crypto-bigint v0.5.5
20352025-01-08T14:40:18.474Z Checking hostname v0.4.0
20362025-01-08T14:40:18.510Z Checking crc32fast v1.4.2
20372025-01-08T14:40:18.608Z Checking unicode-width v0.1.14
20382025-01-08T14:40:18.735Z Checking debug-ignore v1.0.5
20392025-01-08T14:40:18.771Z Checking strsim v0.11.1
20402025-01-08T14:40:18.867Z Checking bitflags v1.3.2
20412025-01-08T14:40:18.966Z Checking winnow v0.5.40
20422025-01-08T14:40:19.049Z Checking clap_lex v0.7.2
20432025-01-08T14:40:19.067Z Checking managed v0.8.0
20442025-01-08T14:40:19.081Z Checking cookie_store v0.21.0
20452025-01-08T14:40:19.299Z Checking clap_builder v4.5.21
20462025-01-08T14:40:19.428Z Checking smoltcp v0.9.1
20472025-01-08T14:40:19.785Z Checking console v0.15.8
20482025-01-08T14:40:20.408Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20492025-01-08T14:40:20.686Z Checking flate2 v1.0.34
20502025-01-08T14:40:20.941Z Checking hyper-rustls v0.27.3
20512025-01-08T14:40:21.133Z Checking elliptic-curve v0.13.8
20522025-01-08T14:40:21.291Z Checking signal-hook-mio v0.2.4
20532025-01-08T14:40:21.325Z Checking rayon v1.10.0
20542025-01-08T14:40:21.351Z Checking dropshot v0.12.0
20552025-01-08T14:40:21.433Z Checking bzip2 v0.4.4
20562025-01-08T14:40:21.450Z Checking backtrace v0.3.74
20572025-01-08T14:40:21.739Z Checking phf v0.11.2
20582025-01-08T14:40:21.775Z Checking hyper-tls v0.6.0
20592025-01-08T14:40:21.793Z Checking hickory-resolver v0.24.1
20602025-01-08T14:40:22.000Z Checking toml_edit v0.19.15
20612025-01-08T14:40:22.019Z Checking num-bigint-dig v0.8.4
20622025-01-08T14:40:22.035Z Checking anyhow v1.0.93
20632025-01-08T14:40:22.059Z Checking tokio-tungstenite v0.24.0
20642025-01-08T14:40:22.324Z Checking postgres-types v0.2.8
20652025-01-08T14:40:22.416Z Checking bstr v1.10.0
20662025-01-08T14:40:22.519Z Checking regex v1.11.1
20672025-01-08T14:40:23.075Z Checking ed25519 v2.2.3
20682025-01-08T14:40:23.171Z Checking tokio-stream v0.1.16
20692025-01-08T14:40:23.357Z Checking phf_shared v0.10.0
20702025-01-08T14:40:23.387Z Checking curve25519-dalek v4.1.3
20712025-01-08T14:40:23.389Z Checking zerocopy v0.6.6
20722025-01-08T14:40:23.640Z Checking hubpack v0.1.2
20732025-01-08T14:40:23.948Z Checking portable-atomic v1.9.0
20742025-01-08T14:40:24.037Z Checking pkcs1 v0.7.5
20752025-01-08T14:40:24.134Z Checking float-cmp v0.9.0
20762025-01-08T14:40:24.182Z Checking serde-big-array v0.5.1
20772025-01-08T14:40:24.309Z Checking rfc6979 v0.4.0
20782025-01-08T14:40:24.404Z Checking sync_wrapper v1.0.1
20792025-01-08T14:40:24.453Z Checking minimal-lexical v0.2.1
20802025-01-08T14:40:24.488Z Checking unicode-width v0.2.0
20812025-01-08T14:40:24.504Z Checking normalize-line-endings v0.3.0
20822025-01-08T14:40:24.555Z Checking static_assertions v1.1.0
20832025-01-08T14:40:24.616Z Checking fixedbitset v0.4.2
20842025-01-08T14:40:24.653Z Checking predicates-core v1.0.8
20852025-01-08T14:40:24.833Z Checking new_debug_unreachable v1.0.6
20862025-01-08T14:40:24.856Z Checking whoami v1.5.2
20872025-01-08T14:40:24.886Z Checking bit-vec v0.6.3
20882025-01-08T14:40:24.920Z Checking difflib v0.4.0
20892025-01-08T14:40:24.937Z Checking number_prefix v0.4.0
20902025-01-08T14:40:24.975Z Checking precomputed-hash v0.1.1
20912025-01-08T14:40:25.049Z Checking unicode-segmentation v1.12.0
20922025-01-08T14:40:25.082Z Checking string_cache v0.8.7
20932025-01-08T14:40:25.109Z Checking qorb v0.2.1
20942025-01-08T14:40:25.143Z Checking tokio-postgres v0.7.12
20952025-01-08T14:40:25.159Z Checking indicatif v0.17.9
20962025-01-08T14:40:25.201Z Checking bit-set v0.5.3
20972025-01-08T14:40:25.222Z Checking predicates v3.1.2
20982025-01-08T14:40:25.224Z Checking ed25519-dalek v2.1.1
20992025-01-08T14:40:25.344Z Checking petgraph v0.6.5
21002025-01-08T14:40:25.456Z Checking nom v7.1.3
21012025-01-08T14:40:25.647Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21022025-01-08T14:40:25.718Z Checking similar v2.6.0
21032025-01-08T14:40:25.873Z Checking reqwest v0.12.9
21042025-01-08T14:40:25.892Z Checking toml v0.7.8
21052025-01-08T14:40:26.585Z Checking ecdsa v0.16.9
21062025-01-08T14:40:26.624Z Checking rsa v0.9.6
21072025-01-08T14:40:27.292Z Checking clap v4.5.21
21082025-01-08T14:40:27.416Z Checking zip v0.6.6
21092025-01-08T14:40:27.635Z Checking crossterm v0.28.1
21102025-01-08T14:40:27.671Z Checking itertools v0.12.1
21112025-01-08T14:40:27.784Z Checking itertools v0.10.5
21122025-01-08T14:40:28.112Z Checking fs-err v2.11.0
21132025-01-08T14:40:28.252Z Checking ahash v0.8.11
21142025-01-08T14:40:28.555Z Checking x509-cert v0.2.5
21152025-01-08T14:40:28.692Z Checking hex v0.4.3
21162025-01-08T14:40:28.711Z Checking semver v1.0.23
21172025-01-08T14:40:28.836Z Checking peg-runtime v0.8.3
21182025-01-08T14:40:29.061Z Checking lalrpop-util v0.19.12
21192025-01-08T14:40:29.124Z Checking sigpipe v0.1.3
21202025-01-08T14:40:30.403Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21212025-01-08T14:40:30.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.73s
21222025-01-08T14:40:30.875Z
21232025-01-08T14:40:30.875Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21242025-01-08T14:40:31.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252025-01-08T14:40:31.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262025-01-08T14:40:31.533Z Compiling hashbrown v0.14.5
21272025-01-08T14:40:31.654Z Checking heck v0.5.0
21282025-01-08T14:40:31.669Z Compiling unsafe-libyaml v0.2.11
21292025-01-08T14:40:31.682Z Checking ipnetwork v0.20.0
21302025-01-08T14:40:31.685Z Compiling ident_case v1.0.1
21312025-01-08T14:40:31.707Z Checking progenitor-client v0.8.0
21322025-01-08T14:40:31.722Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21332025-01-08T14:40:31.827Z Compiling darling_core v0.20.10
21342025-01-08T14:40:31.864Z Checking newtype-uuid v1.1.3
21352025-01-08T14:40:32.026Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21362025-01-08T14:40:32.084Z Compiling proc-macro-crate v1.3.1
21372025-01-08T14:40:32.086Z Compiling structmeta-derive v0.3.0
21382025-01-08T14:40:32.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21392025-01-08T14:40:32.358Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21402025-01-08T14:40:32.424Z Compiling lzma-sys v0.1.20
21412025-01-08T14:40:32.846Z Checking regress v0.10.1
21422025-01-08T14:40:33.180Z Compiling serde_yaml v0.9.34+deprecated
21432025-01-08T14:40:33.206Z Compiling num_enum_derive v0.5.11
21442025-01-08T14:40:33.571Z Compiling foreign-types-macros v0.2.3
21452025-01-08T14:40:33.647Z Compiling dropshot v0.13.0
21462025-01-08T14:40:33.930Z Checking arc-swap v1.7.1
21472025-01-08T14:40:34.372Z Checking foreign-types-shared v0.3.1
21482025-01-08T14:40:34.491Z Checking slog-scope v4.4.0
21492025-01-08T14:40:34.753Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21502025-01-08T14:40:34.862Z Checking foreign-types v0.5.0
21512025-01-08T14:40:35.109Z Compiling structmeta v0.3.0
21522025-01-08T14:40:35.151Z Compiling proc-macro-error v1.0.4
21532025-01-08T14:40:35.337Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21542025-01-08T14:40:35.559Z Compiling parse-display-derive v0.10.0
21552025-01-08T14:40:35.606Z Checking tungstenite v0.21.0
21562025-01-08T14:40:35.696Z Checking num_enum v0.5.11
21572025-01-08T14:40:35.846Z Compiling heck v0.3.3
21582025-01-08T14:40:35.863Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21592025-01-08T14:40:36.301Z Compiling dropshot_endpoint v0.13.0
21602025-01-08T14:40:36.351Z Checking typify-impl v0.2.0
21612025-01-08T14:40:36.550Z Checking cstr-argument v0.1.2
21622025-01-08T14:40:36.756Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21632025-01-08T14:40:37.515Z Checking instant v0.1.13
21642025-01-08T14:40:37.531Z Checking pretty-hex v0.2.1
21652025-01-08T14:40:37.640Z Checking fastrand v2.1.1
21662025-01-08T14:40:37.701Z Checking base64 v0.21.7
21672025-01-08T14:40:37.981Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21682025-01-08T14:40:38.045Z Checking tempfile v3.13.0
21692025-01-08T14:40:38.198Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21702025-01-08T14:40:38.395Z Checking backoff v0.4.0
21712025-01-08T14:40:38.442Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722025-01-08T14:40:38.480Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21732025-01-08T14:40:38.590Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21742025-01-08T14:40:38.693Z Checking tokio-tungstenite v0.21.0
21752025-01-08T14:40:38.739Z Compiling zone_cfg_derive v0.1.2
21762025-01-08T14:40:38.787Z Checking strum v0.26.3
21772025-01-08T14:40:38.877Z Compiling darling_macro v0.20.10
21782025-01-08T14:40:38.894Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21792025-01-08T14:40:38.934Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21802025-01-08T14:40:39.250Z Checking slog-stdlog v4.1.1
21812025-01-08T14:40:39.366Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21822025-01-08T14:40:39.417Z Checking regress v0.9.1
21832025-01-08T14:40:39.529Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21842025-01-08T14:40:39.615Z Checking colored v2.1.0
21852025-01-08T14:40:39.813Z Compiling darling v0.20.10
21862025-01-08T14:40:39.816Z Checking macaddr v1.0.1
21872025-01-08T14:40:39.914Z Checking base64 v0.13.1
21882025-01-08T14:40:39.943Z Compiling serde_with_macros v3.11.0
21892025-01-08T14:40:40.205Z Checking parse-display v0.10.0
21902025-01-08T14:40:40.222Z Checking zone v0.1.8
21912025-01-08T14:40:40.304Z Checking ron v0.7.1
21922025-01-08T14:40:40.432Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21932025-01-08T14:40:40.885Z Checking slog-envlogger v2.2.0
21942025-01-08T14:40:40.916Z Checking xz2 v0.1.7
21952025-01-08T14:40:41.111Z Checking tabwriter v1.4.0
21962025-01-08T14:40:41.216Z Checking xattr v1.3.1
21972025-01-08T14:40:41.350Z Checking pem v3.0.4
21982025-01-08T14:40:41.412Z Checking yasna v0.5.2
21992025-01-08T14:40:41.472Z Checking headers-core v0.3.0
22002025-01-08T14:40:41.622Z Checking smf v0.2.3
22012025-01-08T14:40:41.677Z Checking filetime v0.2.25
22022025-01-08T14:40:41.884Z Checking same-file v1.0.6
22032025-01-08T14:40:42.064Z Checking walkdir v2.5.0
22042025-01-08T14:40:42.108Z Checking tar v0.4.42
22052025-01-08T14:40:42.135Z Checking headers v0.4.0
22062025-01-08T14:40:42.318Z Checking rcgen v0.12.1
22072025-01-08T14:40:42.342Z Checking camino-tempfile v1.1.1
22082025-01-08T14:40:42.626Z Checking atomicwrites v0.4.4
22092025-01-08T14:40:42.837Z Checking subprocess v0.2.9
22102025-01-08T14:40:42.887Z Checking serde_with v3.11.0
22112025-01-08T14:40:46.975Z Compiling typify-macro v0.2.0
22122025-01-08T14:40:48.860Z Compiling typify v0.2.0
22132025-01-08T14:40:48.928Z Compiling progenitor-impl v0.8.0
22142025-01-08T14:40:52.128Z Compiling progenitor-macro v0.8.0
22152025-01-08T14:40:56.879Z Checking progenitor v0.8.0
22162025-01-08T14:40:57.031Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22172025-01-08T14:40:57.033Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22182025-01-08T14:40:59.688Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22192025-01-08T14:40:59.965Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22202025-01-08T14:41:06.458Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22212025-01-08T14:41:08.033Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222025-01-08T14:41:09.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.41s
22232025-01-08T14:41:09.470Z
22242025-01-08T14:41:09.470Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22252025-01-08T14:41:10.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262025-01-08T14:41:10.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272025-01-08T14:41:10.122Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22282025-01-08T14:41:11.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
22292025-01-08T14:41:11.714Z
22302025-01-08T14:41:11.715Zinfo: running `cargo check --bins` on nexus-config (31/176)
22312025-01-08T14:41:12.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322025-01-08T14:41:12.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332025-01-08T14:41:12.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342025-01-08T14:41:12.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22352025-01-08T14:41:12.333Z
22362025-01-08T14:41:12.333Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22372025-01-08T14:41:12.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382025-01-08T14:41:12.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392025-01-08T14:41:12.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402025-01-08T14:41:12.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22412025-01-08T14:41:12.932Z
22422025-01-08T14:41:12.932Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22432025-01-08T14:41:13.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442025-01-08T14:41:13.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452025-01-08T14:41:13.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462025-01-08T14:41:13.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22472025-01-08T14:41:13.553Z
22482025-01-08T14:41:13.553Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22492025-01-08T14:41:14.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502025-01-08T14:41:14.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512025-01-08T14:41:14.224Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22522025-01-08T14:41:14.333Z Compiling ipnetwork v0.20.0
22532025-01-08T14:41:14.336Z Compiling zerocopy v0.8.10
22542025-01-08T14:41:14.336Z Compiling progenitor-client v0.8.0
22552025-01-08T14:41:14.336Z Compiling itertools v0.13.0
22562025-01-08T14:41:14.336Z Compiling zerocopy-derive v0.8.10
22572025-01-08T14:41:14.336Z Compiling heapless v0.8.0
22582025-01-08T14:41:14.336Z Checking hash32 v0.3.1
22592025-01-08T14:41:14.501Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22602025-01-08T14:41:14.677Z Compiling instant v0.1.13
22612025-01-08T14:41:14.806Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22622025-01-08T14:41:14.822Z Compiling progenitor v0.8.0
22632025-01-08T14:41:15.078Z Compiling smoltcp v0.11.0
22642025-01-08T14:41:15.199Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22652025-01-08T14:41:15.247Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22662025-01-08T14:41:15.287Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22672025-01-08T14:41:15.552Z Compiling backoff v0.4.0
22682025-01-08T14:41:15.804Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692025-01-08T14:41:15.904Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702025-01-08T14:41:16.085Z Compiling dropshot v0.13.0
22712025-01-08T14:41:16.197Z Compiling serde_with v3.11.0
22722025-01-08T14:41:16.214Z Compiling parse-display v0.10.0
22732025-01-08T14:41:16.237Z Checking num-rational v0.4.2
22742025-01-08T14:41:16.936Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22752025-01-08T14:41:17.099Z Compiling regress v0.9.1
22762025-01-08T14:41:17.496Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22772025-01-08T14:41:18.857Z Compiling phf_generator v0.11.2
22782025-01-08T14:41:19.043Z Checking num-complex v0.4.6
22792025-01-08T14:41:20.282Z Compiling macaddr v1.0.1
22802025-01-08T14:41:20.518Z Checking cobs v0.2.3
22812025-01-08T14:41:20.692Z Checking num v0.4.3
22822025-01-08T14:41:20.711Z Checking postcard v1.0.10
22832025-01-08T14:41:21.121Z Compiling phf_codegen v0.11.2
22842025-01-08T14:41:21.347Z Compiling parse-zoneinfo v0.3.1
22852025-01-08T14:41:22.265Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862025-01-08T14:41:22.555Z Compiling convert_case v0.4.0
22872025-01-08T14:41:23.479Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22882025-01-08T14:41:23.547Z Compiling float-ord v0.3.2
22892025-01-08T14:41:23.639Z Compiling derive_more v0.99.18
22902025-01-08T14:41:23.727Z Compiling chrono-tz-build v0.4.0
22912025-01-08T14:41:23.780Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22922025-01-08T14:41:24.456Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22932025-01-08T14:41:24.678Z Compiling thiserror v2.0.3
22942025-01-08T14:41:24.744Z Compiling crucible-workspace-hack v0.1.0
22952025-01-08T14:41:24.883Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22962025-01-08T14:41:25.069Z Checking newline-converter v0.3.0
22972025-01-08T14:41:25.210Z Compiling chrono-tz v0.10.0
22982025-01-08T14:41:25.629Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22992025-01-08T14:41:25.646Z Checking prettyplease v0.2.25
23002025-01-08T14:41:25.752Z Compiling thiserror-impl v2.0.3
23012025-01-08T14:41:25.840Z Compiling slog-dtrace v0.3.0
23022025-01-08T14:41:26.142Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23032025-01-08T14:41:26.247Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23042025-01-08T14:41:27.606Z Checking expectorate v1.1.0
23052025-01-08T14:41:27.774Z Compiling zone_cfg_derive v0.3.0
23062025-01-08T14:41:27.963Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23072025-01-08T14:41:28.005Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23082025-01-08T14:41:28.785Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23092025-01-08T14:41:29.103Z Compiling const_format_proc_macros v0.2.33
23102025-01-08T14:41:29.161Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23112025-01-08T14:41:29.284Z Compiling num-derive v0.4.2
23122025-01-08T14:41:29.447Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23132025-01-08T14:41:29.696Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23142025-01-08T14:41:29.931Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23152025-01-08T14:41:29.975Z Checking highway v1.2.0
23162025-01-08T14:41:30.353Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23172025-01-08T14:41:30.419Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23182025-01-08T14:41:30.591Z Checking zone v0.3.0
23192025-01-08T14:41:30.985Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23202025-01-08T14:41:31.229Z Checking const_format v0.2.33
23212025-01-08T14:41:31.261Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23222025-01-08T14:41:31.564Z Checking gethostname v0.5.0
23232025-01-08T14:41:31.596Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23242025-01-08T14:41:31.656Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23252025-01-08T14:41:31.717Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23262025-01-08T14:41:31.734Z Checking bcs v0.1.6
23272025-01-08T14:41:31.789Z Compiling async-recursion v1.1.1
23282025-01-08T14:41:34.135Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23292025-01-08T14:41:38.063Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23302025-01-08T14:41:41.398Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23312025-01-08T14:41:44.030Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23322025-01-08T14:41:45.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.67s
23332025-01-08T14:41:45.401Z
23342025-01-08T14:41:45.401Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23352025-01-08T14:41:45.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362025-01-08T14:41:45.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372025-01-08T14:41:45.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382025-01-08T14:41:45.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23392025-01-08T14:41:46.019Z
23402025-01-08T14:41:46.019Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23412025-01-08T14:41:46.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422025-01-08T14:41:46.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432025-01-08T14:41:46.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442025-01-08T14:41:46.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23452025-01-08T14:41:46.676Z
23462025-01-08T14:41:46.676Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23472025-01-08T14:41:47.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482025-01-08T14:41:47.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492025-01-08T14:41:47.303Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23502025-01-08T14:41:47.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23512025-01-08T14:41:48.117Z
23522025-01-08T14:41:48.117Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23532025-01-08T14:41:48.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542025-01-08T14:41:48.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552025-01-08T14:41:48.773Z Compiling cfg_aliases v0.1.1
23562025-01-08T14:41:48.775Z Compiling vte_generate_state_changes v0.1.2
23572025-01-08T14:41:48.775Z Checking fd-lock v4.0.2
23582025-01-08T14:41:48.775Z Checking nibble_vec v0.1.0
23592025-01-08T14:41:48.775Z Checking bytecount v0.6.8
23602025-01-08T14:41:48.876Z Checking endian-type v0.1.2
23612025-01-08T14:41:48.879Z Compiling tabled_derive v0.7.0
23622025-01-08T14:41:48.943Z Compiling peg-macros v0.8.4
23632025-01-08T14:41:48.945Z Compiling nix v0.28.0
23642025-01-08T14:41:49.025Z Checking papergrid v0.11.0
23652025-01-08T14:41:49.040Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23662025-01-08T14:41:49.054Z Compiling sqlparser_derive v0.2.2
23672025-01-08T14:41:49.120Z Checking radix_trie v0.2.1
23682025-01-08T14:41:49.479Z Checking vte v0.11.1
23692025-01-08T14:41:49.516Z Checking unicode_categories v0.1.1
23702025-01-08T14:41:49.848Z Checking nu-ansi-term v0.50.1
23712025-01-08T14:41:50.118Z Checking home v0.5.9
23722025-01-08T14:41:50.239Z Checking sqlparser v0.45.0
23732025-01-08T14:41:50.255Z Checking sqlformat v0.2.6
23742025-01-08T14:41:50.271Z Checking display-error-chain v0.2.2
23752025-01-08T14:41:50.852Z Checking strip-ansi-escapes v0.2.0
23762025-01-08T14:41:51.003Z Checking reedline v0.35.0
23772025-01-08T14:41:51.245Z Checking tabled v0.15.0
23782025-01-08T14:41:51.772Z Checking peg v0.8.4
23792025-01-08T14:41:52.273Z Checking rustyline v14.0.0
23802025-01-08T14:42:01.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s
23812025-01-08T14:42:01.167Z
23822025-01-08T14:42:01.167Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23832025-01-08T14:42:01.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842025-01-08T14:42:01.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852025-01-08T14:42:01.838Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862025-01-08T14:42:06.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
23872025-01-08T14:42:07.015Z
23882025-01-08T14:42:07.015Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23892025-01-08T14:42:07.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902025-01-08T14:42:07.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912025-01-08T14:42:07.686Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922025-01-08T14:42:11.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
23932025-01-08T14:42:11.609Z
23942025-01-08T14:42:11.609Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
23952025-01-08T14:42:12.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962025-01-08T14:42:12.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972025-01-08T14:42:12.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982025-01-08T14:42:16.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
23992025-01-08T14:42:17.138Z
24002025-01-08T14:42:17.138Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24012025-01-08T14:42:17.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022025-01-08T14:42:17.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032025-01-08T14:42:17.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042025-01-08T14:42:22.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
24052025-01-08T14:42:22.761Z
24062025-01-08T14:42:22.761Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24072025-01-08T14:42:23.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082025-01-08T14:42:23.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092025-01-08T14:42:23.431Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102025-01-08T14:42:27.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
24112025-01-08T14:42:27.504Z
24122025-01-08T14:42:27.504Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24132025-01-08T14:42:28.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142025-01-08T14:42:28.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152025-01-08T14:42:28.159Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162025-01-08T14:42:32.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
24172025-01-08T14:42:32.273Z
24182025-01-08T14:42:32.273Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24192025-01-08T14:42:32.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202025-01-08T14:42:32.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212025-01-08T14:42:32.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24222025-01-08T14:42:37.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
24232025-01-08T14:42:37.981Z
24242025-01-08T14:42:37.981Zinfo: running `cargo check --bins` on oximeter (46/176)
24252025-01-08T14:42:38.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262025-01-08T14:42:38.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272025-01-08T14:42:38.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282025-01-08T14:42:38.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24292025-01-08T14:42:38.598Z
24302025-01-08T14:42:38.598Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24312025-01-08T14:42:39.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322025-01-08T14:42:39.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332025-01-08T14:42:39.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342025-01-08T14:42:39.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24352025-01-08T14:42:39.201Z
24362025-01-08T14:42:39.201Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24372025-01-08T14:42:39.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382025-01-08T14:42:39.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392025-01-08T14:42:39.822Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24402025-01-08T14:42:42.003Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24412025-01-08T14:42:42.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
24422025-01-08T14:42:43.148Z
24432025-01-08T14:42:43.148Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24442025-01-08T14:42:43.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452025-01-08T14:42:43.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462025-01-08T14:42:43.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472025-01-08T14:42:43.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24482025-01-08T14:42:43.772Z
24492025-01-08T14:42:43.772Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24502025-01-08T14:42:44.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512025-01-08T14:42:44.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522025-01-08T14:42:44.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532025-01-08T14:42:44.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24542025-01-08T14:42:44.393Z
24552025-01-08T14:42:44.393Zinfo: running `cargo check --bins` on oxql-types (51/176)
24562025-01-08T14:42:44.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572025-01-08T14:42:44.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582025-01-08T14:42:44.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592025-01-08T14:42:44.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24602025-01-08T14:42:45.012Z
24612025-01-08T14:42:45.012Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24622025-01-08T14:42:45.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632025-01-08T14:42:45.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642025-01-08T14:42:45.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652025-01-08T14:42:45.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24662025-01-08T14:42:45.665Z
24672025-01-08T14:42:45.665Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24682025-01-08T14:42:46.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692025-01-08T14:42:46.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702025-01-08T14:42:46.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712025-01-08T14:42:46.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24722025-01-08T14:42:46.292Z
24732025-01-08T14:42:46.292Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24742025-01-08T14:42:46.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752025-01-08T14:42:46.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762025-01-08T14:42:46.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772025-01-08T14:42:46.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24782025-01-08T14:42:46.933Z
24792025-01-08T14:42:46.934Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24802025-01-08T14:42:47.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812025-01-08T14:42:47.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822025-01-08T14:42:47.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832025-01-08T14:42:47.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24842025-01-08T14:42:47.561Z
24852025-01-08T14:42:47.561Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24862025-01-08T14:42:48.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872025-01-08T14:42:48.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882025-01-08T14:42:48.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892025-01-08T14:42:48.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24902025-01-08T14:42:48.187Z
24912025-01-08T14:42:48.187Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
24922025-01-08T14:42:48.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932025-01-08T14:42:48.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942025-01-08T14:42:48.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952025-01-08T14:42:48.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24962025-01-08T14:42:48.811Z
24972025-01-08T14:42:48.811Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
24982025-01-08T14:42:49.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992025-01-08T14:42:49.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002025-01-08T14:42:49.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012025-01-08T14:42:49.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25022025-01-08T14:42:49.425Z
25032025-01-08T14:42:49.425Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25042025-01-08T14:42:49.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052025-01-08T14:42:49.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062025-01-08T14:42:49.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072025-01-08T14:42:49.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25082025-01-08T14:42:50.056Z
25092025-01-08T14:42:50.057Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25102025-01-08T14:42:50.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112025-01-08T14:42:50.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122025-01-08T14:42:50.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132025-01-08T14:42:50.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25142025-01-08T14:42:50.673Z
25152025-01-08T14:42:50.673Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25162025-01-08T14:42:51.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172025-01-08T14:42:51.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182025-01-08T14:42:51.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192025-01-08T14:42:51.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25202025-01-08T14:42:51.292Z
25212025-01-08T14:42:51.292Zinfo: running `cargo check --bins` on dpd-client (62/176)
25222025-01-08T14:42:51.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232025-01-08T14:42:51.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242025-01-08T14:42:51.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252025-01-08T14:42:51.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25262025-01-08T14:42:51.905Z
25272025-01-08T14:42:51.905Zinfo: running `cargo check --bins` on gateway-client (63/176)
25282025-01-08T14:42:52.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292025-01-08T14:42:52.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302025-01-08T14:42:52.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312025-01-08T14:42:52.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25322025-01-08T14:42:52.516Z
25332025-01-08T14:42:52.516Zinfo: running `cargo check --bins` on installinator-client (64/176)
25342025-01-08T14:42:53.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352025-01-08T14:42:53.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362025-01-08T14:42:53.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372025-01-08T14:42:53.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25382025-01-08T14:42:53.158Z
25392025-01-08T14:42:53.158Zinfo: running `cargo check --bins` on installinator-common (65/176)
25402025-01-08T14:42:53.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412025-01-08T14:42:53.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422025-01-08T14:42:53.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432025-01-08T14:42:53.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25442025-01-08T14:42:53.789Z
25452025-01-08T14:42:53.790Zinfo: running `cargo check --bins` on update-engine (66/176)
25462025-01-08T14:42:54.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472025-01-08T14:42:54.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482025-01-08T14:42:54.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492025-01-08T14:42:54.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25502025-01-08T14:42:54.398Z
25512025-01-08T14:42:54.398Zinfo: running `cargo check --bins` on nexus-client (67/176)
25522025-01-08T14:42:54.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-01-08T14:42:54.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-01-08T14:42:54.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552025-01-08T14:42:54.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25562025-01-08T14:42:55.042Z
25572025-01-08T14:42:55.042Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25582025-01-08T14:42:55.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-01-08T14:42:55.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-01-08T14:42:55.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612025-01-08T14:42:55.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25622025-01-08T14:42:55.668Z
25632025-01-08T14:42:55.668Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25642025-01-08T14:42:56.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-01-08T14:42:56.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-01-08T14:42:56.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672025-01-08T14:42:56.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25682025-01-08T14:42:56.275Z
25692025-01-08T14:42:56.275Zinfo: running `cargo check --bins` on nexus-types (70/176)
25702025-01-08T14:42:56.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712025-01-08T14:42:56.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722025-01-08T14:42:56.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732025-01-08T14:42:56.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25742025-01-08T14:42:56.920Z
25752025-01-08T14:42:56.920Zinfo: running `cargo check --bins` on oxide-client (71/176)
25762025-01-08T14:42:57.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772025-01-08T14:42:57.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782025-01-08T14:42:57.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792025-01-08T14:42:57.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25802025-01-08T14:42:57.523Z
25812025-01-08T14:42:57.523Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25822025-01-08T14:42:58.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832025-01-08T14:42:58.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842025-01-08T14:42:58.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852025-01-08T14:42:58.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25862025-01-08T14:42:58.142Z
25872025-01-08T14:42:58.142Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25882025-01-08T14:42:58.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892025-01-08T14:42:58.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902025-01-08T14:42:58.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912025-01-08T14:42:58.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25922025-01-08T14:42:58.753Z
25932025-01-08T14:42:58.753Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
25942025-01-08T14:42:59.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952025-01-08T14:42:59.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962025-01-08T14:42:59.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972025-01-08T14:42:59.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25982025-01-08T14:42:59.386Z
25992025-01-08T14:42:59.386Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26002025-01-08T14:42:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012025-01-08T14:42:59.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022025-01-08T14:42:59.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032025-01-08T14:42:59.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26042025-01-08T14:43:00.043Z
26052025-01-08T14:43:00.043Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26062025-01-08T14:43:00.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072025-01-08T14:43:00.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082025-01-08T14:43:00.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092025-01-08T14:43:00.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26102025-01-08T14:43:00.693Z
26112025-01-08T14:43:00.693Zinfo: running `cargo check --bins` on wicket-common (77/176)
26122025-01-08T14:43:01.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132025-01-08T14:43:01.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142025-01-08T14:43:01.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152025-01-08T14:43:01.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26162025-01-08T14:43:01.346Z
26172025-01-08T14:43:01.346Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26182025-01-08T14:43:01.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192025-01-08T14:43:01.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202025-01-08T14:43:02.004Z Checking csv-core v0.1.11
26212025-01-08T14:43:02.007Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26222025-01-08T14:43:02.007Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26232025-01-08T14:43:02.107Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242025-01-08T14:43:02.278Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26252025-01-08T14:43:02.341Z Checking csv v1.3.0
26262025-01-08T14:43:02.343Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26272025-01-08T14:43:02.927Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26282025-01-08T14:43:03.277Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26292025-01-08T14:43:05.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
26302025-01-08T14:43:05.205Z
26312025-01-08T14:43:05.205Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26322025-01-08T14:43:05.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-08T14:43:05.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-08T14:43:05.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352025-01-08T14:43:05.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26362025-01-08T14:43:05.828Z
26372025-01-08T14:43:05.828Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26382025-01-08T14:43:06.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-01-08T14:43:06.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-01-08T14:43:06.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412025-01-08T14:43:06.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26422025-01-08T14:43:06.454Z
26432025-01-08T14:43:06.454Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26442025-01-08T14:43:07.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-01-08T14:43:07.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-01-08T14:43:07.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-01-08T14:43:07.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26482025-01-08T14:43:07.194Z
26492025-01-08T14:43:07.194Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26502025-01-08T14:43:07.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-01-08T14:43:07.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-01-08T14:43:07.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532025-01-08T14:43:07.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26542025-01-08T14:43:07.918Z
26552025-01-08T14:43:07.918Zinfo: running `cargo check --bins` on dns-server (83/176)
26562025-01-08T14:43:08.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-01-08T14:43:08.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-01-08T14:43:08.554Z Compiling parking_lot_core v0.8.6
26592025-01-08T14:43:08.557Z Checking fxhash v0.2.1
26602025-01-08T14:43:08.557Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26612025-01-08T14:43:08.557Z Checking hickory-server v0.24.1
26622025-01-08T14:43:08.655Z Checking hickory-client v0.24.1
26632025-01-08T14:43:09.260Z Checking parking_lot v0.11.2
26642025-01-08T14:43:09.374Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26652025-01-08T14:43:09.374Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26662025-01-08T14:43:09.500Z Checking sled v0.34.7
26672025-01-08T14:43:11.254Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26682025-01-08T14:43:12.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
26692025-01-08T14:43:12.690Z
26702025-01-08T14:43:12.691Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26712025-01-08T14:43:13.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722025-01-08T14:43:13.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732025-01-08T14:43:13.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742025-01-08T14:43:13.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26752025-01-08T14:43:13.324Z
26762025-01-08T14:43:13.324Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26772025-01-08T14:43:13.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782025-01-08T14:43:13.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792025-01-08T14:43:13.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802025-01-08T14:43:13.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26812025-01-08T14:43:14.001Z
26822025-01-08T14:43:14.001Zinfo: running `cargo check --bins` on gateway-types (86/176)
26832025-01-08T14:43:14.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842025-01-08T14:43:14.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852025-01-08T14:43:14.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862025-01-08T14:43:14.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26872025-01-08T14:43:14.621Z
26882025-01-08T14:43:14.621Zinfo: running `cargo check --bins` on ipcc (87/176)
26892025-01-08T14:43:15.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902025-01-08T14:43:15.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912025-01-08T14:43:15.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922025-01-08T14:43:15.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26932025-01-08T14:43:15.253Z
26942025-01-08T14:43:15.253Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
26952025-01-08T14:43:15.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962025-01-08T14:43:15.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972025-01-08T14:43:15.940Z Compiling semver v0.1.20
26982025-01-08T14:43:15.940Z Compiling radium v0.7.0
26992025-01-08T14:43:16.054Z Checking tap v1.0.1
27002025-01-08T14:43:16.056Z Compiling maybe-uninit v2.0.0
27012025-01-08T14:43:16.071Z Checking password-hash v0.5.0
27022025-01-08T14:43:16.073Z Checking blake2 v0.10.6
27032025-01-08T14:43:16.073Z Checking crc-catalog v2.4.0
27042025-01-08T14:43:16.073Z Compiling cancel-safe-futures v0.1.5
27052025-01-08T14:43:16.197Z Checking wyz v0.5.1
27062025-01-08T14:43:16.234Z Compiling owo-colors v4.1.0
27072025-01-08T14:43:16.445Z Compiling rustc_version v0.1.7
27082025-01-08T14:43:16.493Z Checking funty v2.0.0
27092025-01-08T14:43:16.514Z Compiling packed_struct v0.10.1
27102025-01-08T14:43:16.514Z Checking argon2 v0.5.3
27112025-01-08T14:43:16.640Z Checking crc v3.2.1
27122025-01-08T14:43:16.655Z Compiling packed_struct_codegen v0.10.1
27132025-01-08T14:43:16.718Z Checking half v2.4.1
27142025-01-08T14:43:16.924Z Compiling newtype_derive v0.1.6
27152025-01-08T14:43:16.993Z Compiling indexmap v1.9.3
27162025-01-08T14:43:17.055Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27172025-01-08T14:43:17.078Z Checking ciborium-io v0.2.2
27182025-01-08T14:43:17.184Z Checking nodrop v0.1.14
27192025-01-08T14:43:17.187Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27202025-01-08T14:43:17.220Z Checking ciborium-ll v0.2.2
27212025-01-08T14:43:17.295Z Checking array-init v0.0.4
27222025-01-08T14:43:17.310Z Checking smallvec v0.6.14
27232025-01-08T14:43:17.374Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27242025-01-08T14:43:17.405Z Checking bitvec v1.0.1
27252025-01-08T14:43:17.498Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27262025-01-08T14:43:17.718Z Checking libsw v3.3.1
27272025-01-08T14:43:17.858Z Compiling memoffset v0.9.1
27282025-01-08T14:43:17.986Z Checking linear-map v1.2.0
27292025-01-08T14:43:18.145Z Checking bitfield v0.14.0
27302025-01-08T14:43:18.167Z Checking hashbrown v0.12.3
27312025-01-08T14:43:18.270Z Checking swrite v0.1.0
27322025-01-08T14:43:18.336Z Checking termcolor v1.4.1
27332025-01-08T14:43:18.393Z Checking indent_write v2.2.0
27342025-01-08T14:43:18.421Z Checking serde-hex v0.1.0
27352025-01-08T14:43:18.533Z Checking ron v0.8.1
27362025-01-08T14:43:18.738Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27372025-01-08T14:43:18.752Z Checking env_logger v0.10.2
27382025-01-08T14:43:19.172Z Checking ciborium v0.2.2
27392025-01-08T14:43:19.319Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27402025-01-08T14:43:19.461Z Checking steno v0.4.1
27412025-01-08T14:43:19.867Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27422025-01-08T14:43:19.984Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27432025-01-08T14:43:20.109Z Checking hashbrown v0.13.2
27442025-01-08T14:43:20.197Z Checking humantime v2.1.0
27452025-01-08T14:43:20.348Z Checking crc-any v2.5.0
27462025-01-08T14:43:20.479Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472025-01-08T14:43:20.712Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27482025-01-08T14:43:21.095Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27492025-01-08T14:43:21.140Z Checking object v0.30.4
27502025-01-08T14:43:21.157Z Checking path-slash v0.1.5
27512025-01-08T14:43:21.301Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27522025-01-08T14:43:21.455Z Checking nix v0.27.1
27532025-01-08T14:43:21.750Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27542025-01-08T14:43:22.249Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552025-01-08T14:43:22.480Z Checking tungstenite v0.23.0
27562025-01-08T14:43:22.523Z Checking kstat-rs v0.2.4
27572025-01-08T14:43:22.568Z Checking signal-hook-tokio v0.3.1
27582025-01-08T14:43:22.815Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27592025-01-08T14:43:23.438Z Checking tokio-tungstenite v0.23.1
27602025-01-08T14:43:23.591Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27612025-01-08T14:43:24.078Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27622025-01-08T14:43:24.392Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27632025-01-08T14:43:30.650Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27642025-01-08T14:43:31.949Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27652025-01-08T14:43:35.300Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27662025-01-08T14:43:41.088Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27672025-01-08T14:43:41.797Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682025-01-08T14:43:44.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.33s
27692025-01-08T14:43:44.772Z
27702025-01-08T14:43:44.772Zinfo: running `cargo check --bins` on gateway-api (89/176)
27712025-01-08T14:43:45.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722025-01-08T14:43:45.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732025-01-08T14:43:45.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742025-01-08T14:43:45.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27752025-01-08T14:43:45.393Z
27762025-01-08T14:43:45.393Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27772025-01-08T14:43:45.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-01-08T14:43:45.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-01-08T14:43:45.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-01-08T14:43:45.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27812025-01-08T14:43:45.995Z
27822025-01-08T14:43:45.995Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27832025-01-08T14:43:46.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-01-08T14:43:46.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-01-08T14:43:46.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-01-08T14:43:46.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27872025-01-08T14:43:46.630Z
27882025-01-08T14:43:46.630Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27892025-01-08T14:43:47.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-01-08T14:43:47.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-01-08T14:43:47.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-01-08T14:43:47.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27932025-01-08T14:43:47.249Z
27942025-01-08T14:43:47.249Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
27952025-01-08T14:43:47.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-01-08T14:43:47.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-01-08T14:43:47.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-01-08T14:43:47.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27992025-01-08T14:43:47.878Z
28002025-01-08T14:43:47.878Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28012025-01-08T14:43:48.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-01-08T14:43:48.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-01-08T14:43:48.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-01-08T14:43:48.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28052025-01-08T14:43:48.506Z
28062025-01-08T14:43:48.506Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28072025-01-08T14:43:49.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-01-08T14:43:49.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-01-08T14:43:49.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-01-08T14:43:49.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28112025-01-08T14:43:49.132Z
28122025-01-08T14:43:49.132Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28132025-01-08T14:43:49.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-01-08T14:43:49.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-01-08T14:43:49.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-01-08T14:43:49.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28172025-01-08T14:43:49.758Z
28182025-01-08T14:43:49.758Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28192025-01-08T14:43:50.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-01-08T14:43:50.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-01-08T14:43:50.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-01-08T14:43:50.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28232025-01-08T14:43:50.414Z
28242025-01-08T14:43:50.414Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28252025-01-08T14:43:50.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-01-08T14:43:50.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-01-08T14:43:50.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282025-01-08T14:43:50.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28292025-01-08T14:43:51.030Z
28302025-01-08T14:43:51.030Zinfo: running `cargo check --bins` on sp-sim (99/176)
28312025-01-08T14:43:51.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-01-08T14:43:51.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-01-08T14:43:51.659Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28342025-01-08T14:43:52.136Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28352025-01-08T14:43:53.952Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28362025-01-08T14:43:55.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
28372025-01-08T14:43:55.850Z
28382025-01-08T14:43:55.850Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28392025-01-08T14:43:56.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-01-08T14:43:56.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-01-08T14:43:56.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422025-01-08T14:43:56.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28432025-01-08T14:43:56.510Z
28442025-01-08T14:43:56.511Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28452025-01-08T14:43:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-01-08T14:43:57.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-01-08T14:43:57.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482025-01-08T14:43:57.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28492025-01-08T14:43:57.186Z
28502025-01-08T14:43:57.186Zinfo: running `cargo check --bins` on db-macros (102/176)
28512025-01-08T14:43:57.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522025-01-08T14:43:57.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532025-01-08T14:43:57.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542025-01-08T14:43:57.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28552025-01-08T14:43:57.787Z
28562025-01-08T14:43:57.787Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28572025-01-08T14:43:58.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582025-01-08T14:43:58.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592025-01-08T14:43:58.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602025-01-08T14:43:58.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28612025-01-08T14:43:58.388Z
28622025-01-08T14:43:58.388Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28632025-01-08T14:43:58.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642025-01-08T14:43:58.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652025-01-08T14:43:58.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662025-01-08T14:43:58.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28672025-01-08T14:43:59.049Z
28682025-01-08T14:43:59.049Zinfo: running `cargo check --bins` on authz-macros (105/176)
28692025-01-08T14:43:59.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702025-01-08T14:43:59.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712025-01-08T14:43:59.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722025-01-08T14:43:59.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28732025-01-08T14:43:59.656Z
28742025-01-08T14:43:59.656Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28752025-01-08T14:44:00.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762025-01-08T14:44:00.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772025-01-08T14:44:00.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782025-01-08T14:44:00.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28792025-01-08T14:44:00.308Z
28802025-01-08T14:44:00.308Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28812025-01-08T14:44:00.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822025-01-08T14:44:00.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832025-01-08T14:44:00.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842025-01-08T14:44:00.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28852025-01-08T14:44:00.957Z
28862025-01-08T14:44:00.957Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28872025-01-08T14:44:01.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882025-01-08T14:44:01.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892025-01-08T14:44:01.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902025-01-08T14:44:01.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28912025-01-08T14:44:01.584Z
28922025-01-08T14:44:01.585Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
28932025-01-08T14:44:02.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942025-01-08T14:44:02.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952025-01-08T14:44:02.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962025-01-08T14:44:02.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28972025-01-08T14:44:02.229Z
28982025-01-08T14:44:02.229Zinfo: running `cargo check --bins` on typed-rng (110/176)
28992025-01-08T14:44:02.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002025-01-08T14:44:02.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012025-01-08T14:44:02.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022025-01-08T14:44:02.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29032025-01-08T14:44:02.835Z
29042025-01-08T14:44:02.835Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29052025-01-08T14:44:03.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062025-01-08T14:44:03.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072025-01-08T14:44:03.566Z Checking keccak v0.1.5
29082025-01-08T14:44:03.676Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29092025-01-08T14:44:03.679Z Checking secrecy v0.8.0
29102025-01-08T14:44:03.679Z Compiling unicase v2.7.0
29112025-01-08T14:44:03.686Z Compiling same-file v1.0.6
29122025-01-08T14:44:03.713Z Compiling tempfile v3.13.0
29132025-01-08T14:44:03.728Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29142025-01-08T14:44:03.728Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29152025-01-08T14:44:03.865Z Compiling walkdir v2.5.0
29162025-01-08T14:44:03.954Z Compiling thiserror-impl-no-std v2.0.2
29172025-01-08T14:44:03.970Z Checking sha3 v0.10.8
29182025-01-08T14:44:04.040Z Checking universal-hash v0.5.1
29192025-01-08T14:44:04.069Z Compiling blake3 v1.5.4
29202025-01-08T14:44:04.178Z Checking opaque-debug v0.3.1
29212025-01-08T14:44:04.234Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29222025-01-08T14:44:04.280Z Checking poly1305 v0.8.0
29232025-01-08T14:44:04.302Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29242025-01-08T14:44:04.357Z Checking chacha20 v0.9.1
29252025-01-08T14:44:04.548Z Checking aead v0.5.2
29262025-01-08T14:44:04.592Z Compiling memmap2 v0.9.5
29272025-01-08T14:44:04.631Z Compiling arrayvec v0.7.6
29282025-01-08T14:44:04.713Z Compiling libefi-sys v0.1.0
29292025-01-08T14:44:04.765Z Compiling arrayref v0.3.9
29302025-01-08T14:44:04.768Z Compiling salty v0.3.0
29312025-01-08T14:44:04.868Z Compiling constant_time_eq v0.3.1
29322025-01-08T14:44:05.021Z Checking chacha20poly1305 v0.10.1
29332025-01-08T14:44:05.065Z Compiling toolchain_find v0.4.0
29342025-01-08T14:44:05.079Z Compiling camino-tempfile v1.1.1
29352025-01-08T14:44:05.195Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29362025-01-08T14:44:05.220Z Compiling bitfield-struct v0.6.2
29372025-01-08T14:44:05.420Z Compiling topological-sort v0.2.2
29382025-01-08T14:44:05.511Z Compiling mime_guess v2.0.5
29392025-01-08T14:44:05.651Z Compiling rustfmt-wrapper v0.2.1
29402025-01-08T14:44:06.164Z Compiling omicron-zone-package v0.12.0
29412025-01-08T14:44:06.233Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29422025-01-08T14:44:06.259Z Checking primeorder v0.13.6
29432025-01-08T14:44:06.543Z Checking env_filter v0.1.2
29442025-01-08T14:44:06.697Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452025-01-08T14:44:06.716Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29462025-01-08T14:44:06.748Z Checking p384 v0.13.0
29472025-01-08T14:44:06.804Z Checking env_logger v0.11.5
29482025-01-08T14:44:06.858Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29492025-01-08T14:44:07.050Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29502025-01-08T14:44:07.093Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29512025-01-08T14:44:07.165Z Checking thiserror-no-std v2.0.2
29522025-01-08T14:44:07.283Z Checking vsss-rs v3.3.4
29532025-01-08T14:44:07.301Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29542025-01-08T14:44:07.325Z Checking http-range v0.1.5
29552025-01-08T14:44:07.449Z Checking lockfree-object-pool v0.1.6
29562025-01-08T14:44:07.474Z Checking simd-adler32 v0.3.7
29572025-01-08T14:44:07.498Z Checking bumpalo v3.16.0
29582025-01-08T14:44:07.692Z Compiling zip v2.1.3
29592025-01-08T14:44:07.754Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29602025-01-08T14:44:07.817Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29612025-01-08T14:44:07.819Z Checking zopfli v0.8.1
29622025-01-08T14:44:07.851Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29632025-01-08T14:44:08.057Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29642025-01-08T14:44:08.121Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29652025-01-08T14:44:08.490Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29662025-01-08T14:44:08.658Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29672025-01-08T14:44:08.719Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29682025-01-08T14:44:08.886Z Checking nanorand v0.7.0
29692025-01-08T14:44:08.967Z Checking atty v0.2.14
29702025-01-08T14:44:09.094Z Checking glob v0.3.1
29712025-01-08T14:44:09.214Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29722025-01-08T14:44:09.254Z Checking flume v0.11.1
29732025-01-08T14:44:09.272Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29742025-01-08T14:44:09.425Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29752025-01-08T14:44:09.782Z Checking hyper-staticfile v0.10.1
29762025-01-08T14:44:09.803Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29772025-01-08T14:44:10.579Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29782025-01-08T14:44:10.970Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29792025-01-08T14:44:11.003Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29802025-01-08T14:44:11.140Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29812025-01-08T14:44:11.423Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29822025-01-08T14:44:11.500Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29832025-01-08T14:44:12.087Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29842025-01-08T14:44:12.211Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29852025-01-08T14:44:12.969Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29862025-01-08T14:44:13.286Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29872025-01-08T14:44:16.083Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29882025-01-08T14:44:16.083Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29892025-01-08T14:44:25.195Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29902025-01-08T14:44:38.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.10s
29912025-01-08T14:44:39.119Z
29922025-01-08T14:44:39.119Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
29932025-01-08T14:44:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-01-08T14:44:39.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-01-08T14:44:39.848Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962025-01-08T14:44:53.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
29972025-01-08T14:44:53.859Z
29982025-01-08T14:44:53.860Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
29992025-01-08T14:44:54.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-01-08T14:44:54.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-01-08T14:44:54.588Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022025-01-08T14:45:08.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s
30032025-01-08T14:45:08.521Z
30042025-01-08T14:45:08.521Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30052025-01-08T14:45:09.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-01-08T14:45:09.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-01-08T14:45:09.241Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082025-01-08T14:45:23.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s
30092025-01-08T14:45:23.423Z
30102025-01-08T14:45:23.423Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30112025-01-08T14:45:24.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-01-08T14:45:24.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-01-08T14:45:24.148Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142025-01-08T14:45:38.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s
30152025-01-08T14:45:38.243Z
30162025-01-08T14:45:38.243Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30172025-01-08T14:45:38.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-01-08T14:45:38.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-01-08T14:45:38.964Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202025-01-08T14:45:52.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
30212025-01-08T14:45:52.949Z
30222025-01-08T14:45:52.950Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30232025-01-08T14:45:53.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-01-08T14:45:53.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-01-08T14:45:53.679Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30262025-01-08T14:46:07.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
30272025-01-08T14:46:07.634Z
30282025-01-08T14:46:07.634Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30292025-01-08T14:46:08.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-01-08T14:46:08.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-01-08T14:46:08.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30322025-01-08T14:46:22.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
30332025-01-08T14:46:22.337Z
30342025-01-08T14:46:22.337Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30352025-01-08T14:46:22.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-01-08T14:46:22.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-01-08T14:46:22.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-01-08T14:46:22.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30392025-01-08T14:46:22.990Z
30402025-01-08T14:46:22.990Zinfo: running `cargo check --bins` on key-manager (120/176)
30412025-01-08T14:46:23.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-01-08T14:46:23.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-01-08T14:46:23.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-01-08T14:46:23.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30452025-01-08T14:46:23.622Z
30462025-01-08T14:46:23.622Zinfo: running `cargo check --bins` on range-requests (121/176)
30472025-01-08T14:46:24.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-01-08T14:46:24.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-01-08T14:46:24.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-01-08T14:46:24.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30512025-01-08T14:46:24.234Z
30522025-01-08T14:46:24.234Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30532025-01-08T14:46:24.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-01-08T14:46:24.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-01-08T14:46:24.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-01-08T14:46:24.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30572025-01-08T14:46:24.856Z
30582025-01-08T14:46:24.856Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30592025-01-08T14:46:25.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-01-08T14:46:25.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-01-08T14:46:25.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622025-01-08T14:46:25.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30632025-01-08T14:46:25.508Z
30642025-01-08T14:46:25.508Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30652025-01-08T14:46:26.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-01-08T14:46:26.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-01-08T14:46:26.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682025-01-08T14:46:26.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30692025-01-08T14:46:26.116Z
30702025-01-08T14:46:26.116Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30712025-01-08T14:46:26.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722025-01-08T14:46:26.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732025-01-08T14:46:26.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742025-01-08T14:46:26.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30752025-01-08T14:46:26.752Z
30762025-01-08T14:46:26.753Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30772025-01-08T14:46:27.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782025-01-08T14:46:27.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792025-01-08T14:46:27.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802025-01-08T14:46:27.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30812025-01-08T14:46:27.396Z
30822025-01-08T14:46:27.396Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30832025-01-08T14:46:27.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842025-01-08T14:46:27.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852025-01-08T14:46:27.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862025-01-08T14:46:27.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30872025-01-08T14:46:28.040Z
30882025-01-08T14:46:28.040Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
30892025-01-08T14:46:28.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902025-01-08T14:46:28.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912025-01-08T14:46:28.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922025-01-08T14:46:28.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30932025-01-08T14:46:28.694Z
30942025-01-08T14:46:28.694Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
30952025-01-08T14:46:29.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962025-01-08T14:46:29.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972025-01-08T14:46:29.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982025-01-08T14:46:29.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30992025-01-08T14:46:29.349Z
31002025-01-08T14:46:29.349Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31012025-01-08T14:46:29.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022025-01-08T14:46:29.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032025-01-08T14:46:29.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042025-01-08T14:46:29.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31052025-01-08T14:46:29.994Z
31062025-01-08T14:46:29.994Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31072025-01-08T14:46:30.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082025-01-08T14:46:30.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092025-01-08T14:46:30.669Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31102025-01-08T14:46:30.669Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31112025-01-08T14:46:31.531Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31122025-01-08T14:46:33.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
31132025-01-08T14:46:33.713Z
31142025-01-08T14:46:33.713Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31152025-01-08T14:46:34.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-01-08T14:46:34.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-01-08T14:46:34.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-01-08T14:46:34.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31192025-01-08T14:46:34.330Z
31202025-01-08T14:46:34.330Zinfo: running `cargo check --bins` on cert-dev (133/176)
31212025-01-08T14:46:34.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-01-08T14:46:34.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-01-08T14:46:34.930Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31242025-01-08T14:46:35.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
31252025-01-08T14:46:35.357Z
31262025-01-08T14:46:35.357Zinfo: running `cargo check --bins` on clickana (134/176)
31272025-01-08T14:46:35.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282025-01-08T14:46:35.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292025-01-08T14:46:35.992Z Checking castaway v0.2.3
31302025-01-08T14:46:35.995Z Checking unicode-truncate v1.1.0
31312025-01-08T14:46:35.995Z Checking lru v0.12.5
31322025-01-08T14:46:35.995Z Compiling instability v0.3.2
31332025-01-08T14:46:35.995Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31342025-01-08T14:46:35.995Z Checking cassowary v0.3.0
31352025-01-08T14:46:36.225Z Checking compact_str v0.8.0
31362025-01-08T14:46:36.835Z Checking ratatui v0.28.1
31372025-01-08T14:46:37.724Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31382025-01-08T14:46:38.735Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31392025-01-08T14:46:39.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
31402025-01-08T14:46:39.732Z
31412025-01-08T14:46:39.733Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31422025-01-08T14:46:40.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432025-01-08T14:46:40.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442025-01-08T14:46:40.398Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31452025-01-08T14:46:40.398Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31462025-01-08T14:46:41.421Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31472025-01-08T14:46:41.912Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31482025-01-08T14:46:42.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
31492025-01-08T14:46:42.469Z
31502025-01-08T14:46:42.469Zinfo: running `cargo check --bins` on ch-dev (136/176)
31512025-01-08T14:46:43.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-01-08T14:46:43.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-01-08T14:46:43.120Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31542025-01-08T14:46:43.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31552025-01-08T14:46:44.006Z
31562025-01-08T14:46:44.006Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31572025-01-08T14:46:44.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582025-01-08T14:46:44.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592025-01-08T14:46:44.652Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31602025-01-08T14:46:45.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31612025-01-08T14:46:45.195Z
31622025-01-08T14:46:45.195Zinfo: running `cargo check --bins` on db-dev (138/176)
31632025-01-08T14:46:45.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642025-01-08T14:46:45.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652025-01-08T14:46:45.841Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31662025-01-08T14:46:46.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31672025-01-08T14:46:46.740Z
31682025-01-08T14:46:46.740Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31692025-01-08T14:46:47.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702025-01-08T14:46:47.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712025-01-08T14:46:47.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722025-01-08T14:46:47.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31732025-01-08T14:46:47.384Z
31742025-01-08T14:46:47.384Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31752025-01-08T14:46:47.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762025-01-08T14:46:47.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772025-01-08T14:46:47.986Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31782025-01-08T14:46:48.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31792025-01-08T14:46:49.022Z
31802025-01-08T14:46:49.022Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31812025-01-08T14:46:49.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822025-01-08T14:46:49.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832025-01-08T14:46:49.629Z Checking cargo-platform v0.1.8
31842025-01-08T14:46:49.897Z Checking cargo_metadata v0.18.1
31852025-01-08T14:46:50.853Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31862025-01-08T14:46:51.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
31872025-01-08T14:46:51.829Z
31882025-01-08T14:46:51.829Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31892025-01-08T14:46:52.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902025-01-08T14:46:52.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912025-01-08T14:46:52.547Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922025-01-08T14:46:54.048Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31932025-01-08T14:46:54.666Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31942025-01-08T14:46:55.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
31952025-01-08T14:46:55.409Z
31962025-01-08T14:46:55.409Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
31972025-01-08T14:46:56.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982025-01-08T14:46:56.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992025-01-08T14:46:56.179Z Compiling crunchy v0.2.2
32002025-01-08T14:46:56.179Z Compiling tiny-keccak v2.0.2
32012025-01-08T14:46:56.181Z Compiling dsl_auto_type v0.1.2
32022025-01-08T14:46:56.181Z Checking scheduled-thread-pool v0.2.7
32032025-01-08T14:46:56.181Z Compiling diesel_table_macro_syntax v0.2.0
32042025-01-08T14:46:56.293Z Compiling ascii-canvas v3.0.0
32052025-01-08T14:46:56.303Z Compiling ena v0.14.3
32062025-01-08T14:46:56.314Z Compiling diff v0.1.13
32072025-01-08T14:46:56.593Z Checking r2d2 v0.8.10
32082025-01-08T14:46:56.618Z Compiling regex-syntax v0.6.29
32092025-01-08T14:46:56.686Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32102025-01-08T14:46:56.785Z Compiling ref-cast v1.0.23
32112025-01-08T14:46:56.856Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32122025-01-08T14:46:56.900Z Compiling derive_builder_core v0.20.2
32132025-01-08T14:46:56.917Z Compiling libxml v0.3.3
32142025-01-08T14:46:57.002Z Compiling ref-cast-impl v1.0.23
32152025-01-08T14:46:57.133Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32162025-01-08T14:46:57.345Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32172025-01-08T14:46:57.357Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32182025-01-08T14:46:57.481Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32192025-01-08T14:46:57.671Z Compiling strum_macros v0.24.3
32202025-01-08T14:46:57.700Z Compiling samael v0.0.17
32212025-01-08T14:46:57.903Z Compiling diesel_derives v2.2.3
32222025-01-08T14:46:57.922Z Compiling indoc v1.0.9
32232025-01-08T14:46:58.881Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32242025-01-08T14:46:59.170Z Compiling impl-trait-for-tuples v0.2.2
32252025-01-08T14:46:59.298Z Compiling derive_builder_macro v0.20.2
32262025-01-08T14:47:00.185Z Compiling lalrpop v0.19.12
32272025-01-08T14:47:00.209Z Checking derive_builder v0.20.2
32282025-01-08T14:47:00.359Z Compiling oso-derive v0.27.3
32292025-01-08T14:47:00.833Z Checking quick-xml v0.33.0
32302025-01-08T14:47:01.392Z Compiling diesel-dtrace v0.4.2
32312025-01-08T14:47:01.429Z Checking maplit v1.0.2
32322025-01-08T14:47:01.583Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32332025-01-08T14:47:01.820Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32342025-01-08T14:47:01.908Z Checking bb8 v0.8.5
32352025-01-08T14:47:02.126Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32362025-01-08T14:47:02.411Z Checking rand_seeder v0.3.0
32372025-01-08T14:47:02.461Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32382025-01-08T14:47:02.607Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32392025-01-08T14:47:02.669Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32402025-01-08T14:47:02.871Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32412025-01-08T14:47:03.152Z Checking unicode-linebreak v0.1.5
32422025-01-08T14:47:03.367Z Checking is_ci v1.2.0
32432025-01-08T14:47:03.513Z Checking smawk v0.3.2
32442025-01-08T14:47:03.582Z Checking supports-color v3.0.1
32452025-01-08T14:47:03.730Z Checking textwrap v0.16.1
32462025-01-08T14:47:03.820Z Checking multimap v0.10.0
32472025-01-08T14:47:04.488Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32482025-01-08T14:47:07.096Z Checking diesel v2.2.6
32492025-01-08T14:47:33.202Z Compiling polar-core v0.27.3
32502025-01-08T14:47:36.586Z Checking async-bb8-diesel v0.2.1
32512025-01-08T14:47:40.559Z Checking oso v0.27.3
32522025-01-08T14:48:46.768Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32532025-01-08T14:48:52.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
32542025-01-08T14:48:53.022Z
32552025-01-08T14:48:53.022Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32562025-01-08T14:48:53.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572025-01-08T14:48:53.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582025-01-08T14:48:53.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592025-01-08T14:48:53.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32602025-01-08T14:48:53.696Z
32612025-01-08T14:48:53.696Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32622025-01-08T14:48:54.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-01-08T14:48:54.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-01-08T14:48:54.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-01-08T14:48:54.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32662025-01-08T14:48:54.361Z
32672025-01-08T14:48:54.361Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32682025-01-08T14:48:54.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-01-08T14:48:54.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-01-08T14:48:54.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712025-01-08T14:48:54.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32722025-01-08T14:48:54.962Z
32732025-01-08T14:48:54.962Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32742025-01-08T14:48:55.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-01-08T14:48:55.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-01-08T14:48:55.745Z Compiling libz-sys v1.1.20
32772025-01-08T14:48:55.860Z Compiling libgit2-sys v0.17.0+1.8.1
32782025-01-08T14:48:55.870Z Compiling vergen v8.3.2
32792025-01-08T14:48:55.873Z Compiling cargo-platform v0.1.8
32802025-01-08T14:48:55.873Z Compiling pin-project-internal v1.1.6
32812025-01-08T14:48:55.909Z Compiling libsqlite3-sys v0.30.1
32822025-01-08T14:48:55.911Z Compiling snafu-derive v0.8.5
32832025-01-08T14:48:55.922Z Compiling buf-list v1.0.3
32842025-01-08T14:48:56.174Z Compiling cargo_metadata v0.18.1
32852025-01-08T14:48:56.368Z Compiling rustls v0.21.12
32862025-01-08T14:48:56.423Z Compiling cfg_aliases v0.2.1
32872025-01-08T14:48:56.537Z Compiling nix v0.29.0
32882025-01-08T14:48:56.709Z Checking globset v0.4.15
32892025-01-08T14:48:56.712Z Checking olpc-cjson v0.1.4
32902025-01-08T14:48:56.828Z Checking sct v0.7.1
32912025-01-08T14:48:56.977Z Checking rustls-webpki v0.101.7
32922025-01-08T14:48:57.044Z Checking serde_plain v1.0.2
32932025-01-08T14:48:57.235Z Checking typed-path v0.9.3
32942025-01-08T14:48:57.719Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32952025-01-08T14:48:57.783Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32962025-01-08T14:48:58.008Z Checking hashlink v0.9.1
32972025-01-08T14:48:58.054Z Checking parse-size v1.1.0
32982025-01-08T14:48:58.231Z Checking fallible-iterator v0.3.0
32992025-01-08T14:48:58.637Z Checking fallible-streaming-iterator v0.1.9
33002025-01-08T14:48:58.898Z Checking rusqlite v0.32.1
33012025-01-08T14:48:58.936Z Checking pin-project v1.1.6
33022025-01-08T14:48:59.066Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33032025-01-08T14:48:59.183Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33042025-01-08T14:48:59.368Z Checking rustls-pemfile v1.0.4
33052025-01-08T14:48:59.564Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33062025-01-08T14:48:59.724Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33072025-01-08T14:49:00.008Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33082025-01-08T14:49:00.094Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33092025-01-08T14:49:00.188Z Checking twox-hash v1.6.3
33102025-01-08T14:49:00.223Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33112025-01-08T14:49:00.242Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33122025-01-08T14:49:00.693Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33132025-01-08T14:49:00.908Z Checking tokio-rustls v0.24.1
33142025-01-08T14:49:01.250Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33152025-01-08T14:49:01.265Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33162025-01-08T14:49:01.333Z Checking snafu v0.8.5
33172025-01-08T14:49:01.417Z Checking fatfs v0.3.6
33182025-01-08T14:49:01.866Z Checking tough v0.19.0
33192025-01-08T14:49:02.149Z Checking assert_matches v1.5.0
33202025-01-08T14:49:06.113Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33212025-01-08T14:49:07.457Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33222025-01-08T14:49:08.122Z Compiling git2 v0.19.0
33232025-01-08T14:49:12.811Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33242025-01-08T14:50:05.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33252025-01-08T14:50:06.107Z
33262025-01-08T14:50:06.107Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33272025-01-08T14:50:06.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-01-08T14:50:06.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-01-08T14:50:06.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302025-01-08T14:50:06.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33312025-01-08T14:50:06.794Z
33322025-01-08T14:50:06.795Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33332025-01-08T14:50:07.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342025-01-08T14:50:07.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352025-01-08T14:50:07.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362025-01-08T14:50:07.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33372025-01-08T14:50:07.399Z
33382025-01-08T14:50:07.399Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33392025-01-08T14:50:07.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402025-01-08T14:50:07.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412025-01-08T14:50:07.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422025-01-08T14:50:07.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33432025-01-08T14:50:08.051Z
33442025-01-08T14:50:08.051Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33452025-01-08T14:50:08.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462025-01-08T14:50:08.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472025-01-08T14:50:08.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482025-01-08T14:50:08.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33492025-01-08T14:50:08.719Z
33502025-01-08T14:50:08.719Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33512025-01-08T14:50:09.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522025-01-08T14:50:09.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532025-01-08T14:50:09.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542025-01-08T14:50:09.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33552025-01-08T14:50:09.382Z
33562025-01-08T14:50:09.383Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33572025-01-08T14:50:09.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582025-01-08T14:50:09.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592025-01-08T14:50:09.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602025-01-08T14:50:09.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33612025-01-08T14:50:10.045Z
33622025-01-08T14:50:10.045Zinfo: running `cargo check --bins` on update-common (154/176)
33632025-01-08T14:50:10.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642025-01-08T14:50:10.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652025-01-08T14:50:10.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662025-01-08T14:50:10.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33672025-01-08T14:50:10.693Z
33682025-01-08T14:50:10.693Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33692025-01-08T14:50:11.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702025-01-08T14:50:11.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712025-01-08T14:50:11.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722025-01-08T14:50:11.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33732025-01-08T14:50:11.332Z
33742025-01-08T14:50:11.332Zinfo: running `cargo check --bins` on tufaceous (156/176)
33752025-01-08T14:50:11.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762025-01-08T14:50:11.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772025-01-08T14:50:11.995Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33782025-01-08T14:50:13.205Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33792025-01-08T14:50:14.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
33802025-01-08T14:50:14.261Z
33812025-01-08T14:50:14.261Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33822025-01-08T14:50:14.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832025-01-08T14:50:14.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842025-01-08T14:50:15.095Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33852025-01-08T14:50:15.098Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33862025-01-08T14:50:15.229Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33872025-01-08T14:50:15.232Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33882025-01-08T14:50:16.275Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33892025-01-08T14:50:42.143Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33902025-01-08T14:50:42.146Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33912025-01-08T14:50:42.146Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33922025-01-08T14:50:42.146Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33932025-01-08T14:50:42.146Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33942025-01-08T14:50:42.959Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33952025-01-08T14:50:44.236Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33962025-01-08T14:51:22.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33972025-01-08T14:51:22.679Z
33982025-01-08T14:51:22.679Zinfo: running `cargo check --bins` on openapi-manager (158/176)
33992025-01-08T14:51:23.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002025-01-08T14:51:23.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012025-01-08T14:51:23.375Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34022025-01-08T14:51:23.375Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34032025-01-08T14:51:23.377Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34042025-01-08T14:51:23.504Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34052025-01-08T14:51:23.506Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34062025-01-08T14:51:23.529Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34072025-01-08T14:51:23.532Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34082025-01-08T14:51:23.541Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34092025-01-08T14:51:23.746Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34102025-01-08T14:51:23.799Z Checking heck v0.4.1
34112025-01-08T14:51:23.875Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34122025-01-08T14:51:24.034Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34132025-01-08T14:51:24.034Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34142025-01-08T14:51:24.210Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34152025-01-08T14:51:24.522Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162025-01-08T14:51:24.956Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34172025-01-08T14:51:25.073Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34182025-01-08T14:51:26.350Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34192025-01-08T14:51:26.774Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34202025-01-08T14:51:27.327Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34212025-01-08T14:51:27.437Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34222025-01-08T14:51:29.434Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232025-01-08T14:51:29.434Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34242025-01-08T14:51:30.589Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34252025-01-08T14:51:32.182Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34262025-01-08T14:51:38.286Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34272025-01-08T14:51:38.286Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34282025-01-08T14:51:39.513Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34292025-01-08T14:51:40.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s
34302025-01-08T14:51:40.796Z
34312025-01-08T14:51:40.796Zinfo: running `cargo check --bins` on installinator-api (159/176)
34322025-01-08T14:51:41.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332025-01-08T14:51:41.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342025-01-08T14:51:41.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352025-01-08T14:51:41.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34362025-01-08T14:51:41.434Z
34372025-01-08T14:51:41.434Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34382025-01-08T14:51:41.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392025-01-08T14:51:41.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402025-01-08T14:51:41.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412025-01-08T14:51:42.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34422025-01-08T14:51:42.077Z
34432025-01-08T14:51:42.077Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34442025-01-08T14:51:42.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452025-01-08T14:51:42.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462025-01-08T14:51:42.757Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34472025-01-08T14:51:42.757Z Compiling petname v2.0.2
34482025-01-08T14:51:42.759Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34492025-01-08T14:51:42.759Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34502025-01-08T14:51:42.759Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34512025-01-08T14:51:42.759Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34522025-01-08T14:51:42.879Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34532025-01-08T14:51:42.902Z Checking sync-ptr v0.1.1
34542025-01-08T14:51:48.375Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34552025-01-08T14:51:49.016Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34562025-01-08T14:51:50.202Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34572025-01-08T14:51:51.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.68s
34582025-01-08T14:51:51.952Z
34592025-01-08T14:51:51.952Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34602025-01-08T14:51:52.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612025-01-08T14:51:52.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622025-01-08T14:51:52.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632025-01-08T14:51:52.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34642025-01-08T14:51:52.612Z
34652025-01-08T14:51:52.612Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34662025-01-08T14:51:53.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672025-01-08T14:51:53.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682025-01-08T14:51:53.268Z Checking memmap2 v0.9.5
34692025-01-08T14:51:53.268Z Checking arrayvec v0.7.6
34702025-01-08T14:51:53.270Z Checking constant_time_eq v0.3.1
34712025-01-08T14:51:53.270Z Checking arrayref v0.3.9
34722025-01-08T14:51:53.270Z Checking topological-sort v0.2.2
34732025-01-08T14:51:53.270Z Checking shell-words v1.1.0
34742025-01-08T14:51:53.632Z Checking blake3 v1.5.4
34752025-01-08T14:51:53.995Z Checking omicron-zone-package v0.12.0
34762025-01-08T14:51:55.190Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34772025-01-08T14:51:56.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
34782025-01-08T14:51:56.253Z
34792025-01-08T14:51:56.253Zinfo: running `cargo check --bins` on xtask (164/176)
34802025-01-08T14:51:56.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812025-01-08T14:51:56.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822025-01-08T14:51:56.678Z Checking bitflags v2.6.0
34832025-01-08T14:51:56.681Z Checking serde v1.0.215
34842025-01-08T14:51:56.681Z Checking thiserror v1.0.69
34852025-01-08T14:51:56.768Z Checking scroll v0.12.0
34862025-01-08T14:51:56.770Z Checking hashbrown v0.15.1
34872025-01-08T14:51:56.777Z Checking log v0.4.22
34882025-01-08T14:51:56.798Z Checking zerocopy v0.7.35
34892025-01-08T14:51:56.811Z Checking syn v2.0.87
34902025-01-08T14:51:56.862Z Checking pest v2.7.14
34912025-01-08T14:51:56.992Z Checking rustix v0.38.37
34922025-01-08T14:51:57.037Z Checking once_cell v1.20.2
34932025-01-08T14:51:57.232Z Checking goblin v0.8.2
34942025-01-08T14:51:57.343Z Checking fs-err v2.11.0
34952025-01-08T14:51:57.679Z Checking anyhow v1.0.93
34962025-01-08T14:51:57.827Z Checking indexmap v2.6.0
34972025-01-08T14:51:58.071Z Checking tabled v0.15.0
34982025-01-08T14:51:58.993Z Checking terminal_size v0.4.0
34992025-01-08T14:51:58.993Z Checking tempfile v3.13.0
35002025-01-08T14:51:59.108Z Checking dtrace-parser v0.2.0
35012025-01-08T14:51:59.167Z Checking clap_builder v4.5.21
35022025-01-08T14:52:01.010Z Checking serde_json v1.0.133
35032025-01-08T14:52:01.010Z Checking serde_spanned v0.6.8
35042025-01-08T14:52:01.010Z Checking toml_datetime v0.6.8
35052025-01-08T14:52:01.012Z Checking camino v1.1.9
35062025-01-08T14:52:01.012Z Checking cargo-platform v0.1.8
35072025-01-08T14:52:01.223Z Checking semver v1.0.23
35082025-01-08T14:52:01.290Z Checking macaddr v1.0.1
35092025-01-08T14:52:01.292Z Checking toml_edit v0.22.22
35102025-01-08T14:52:01.410Z Checking clap v4.5.21
35112025-01-08T14:52:01.579Z Checking camino-tempfile v1.1.1
35122025-01-08T14:52:02.222Z Checking dof v0.3.0
35132025-01-08T14:52:02.222Z Checking cargo_metadata v0.18.1
35142025-01-08T14:52:02.630Z Checking usdt-impl v0.5.0
35152025-01-08T14:52:02.983Z Checking usdt v0.5.0
35162025-01-08T14:52:03.121Z Checking toml v0.8.19
35172025-01-08T14:52:03.578Z Checking cargo_toml v0.20.5
35182025-01-08T14:52:04.762Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35192025-01-08T14:52:05.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
35202025-01-08T14:52:05.474Z
35212025-01-08T14:52:05.474Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35222025-01-08T14:52:06.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232025-01-08T14:52:06.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242025-01-08T14:52:06.227Z Checking polyval v0.6.2
35252025-01-08T14:52:06.341Z Checking ctr v0.9.2
35262025-01-08T14:52:06.352Z Checking ssh-encoding v0.2.0
35272025-01-08T14:52:06.354Z Checking blowfish v0.9.1
35282025-01-08T14:52:06.373Z Checking password-hash v0.4.2
35292025-01-08T14:52:06.376Z Checking matches v0.1.10
35302025-01-08T14:52:06.402Z Checking p521 v0.13.3
35312025-01-08T14:52:06.402Z Checking p256 v0.13.2
35322025-01-08T14:52:06.479Z Checking idna v0.2.3
35332025-01-08T14:52:06.557Z Checking ghash v0.5.1
35342025-01-08T14:52:06.583Z Checking bcrypt-pbkdf v0.10.0
35352025-01-08T14:52:06.591Z Compiling enum-as-inner v0.5.1
35362025-01-08T14:52:06.658Z Checking russh-cryptovec v0.7.3
35372025-01-08T14:52:06.719Z Checking aes-gcm v0.10.3
35382025-01-08T14:52:06.763Z Checking pbkdf2 v0.11.0
35392025-01-08T14:52:06.857Z Checking md5 v0.7.0
35402025-01-08T14:52:06.874Z Checking num-bigint v0.4.6
35412025-01-08T14:52:06.955Z Checking ssh-cipher v0.2.0
35422025-01-08T14:52:07.030Z Checking des v0.8.1
35432025-01-08T14:52:07.126Z Compiling dhcproto-macros v0.1.0
35442025-01-08T14:52:07.233Z Checking ssh-key v0.6.6
35452025-01-08T14:52:07.272Z Checking hex-literal v0.4.1
35462025-01-08T14:52:07.274Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35472025-01-08T14:52:07.389Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35482025-01-08T14:52:07.621Z Checking internet-checksum v0.2.1
35492025-01-08T14:52:07.640Z Checking trust-dns-proto v0.22.0
35502025-01-08T14:52:08.565Z Checking russh-keys v0.45.0
35512025-01-08T14:52:09.478Z Checking russh v0.45.0
35522025-01-08T14:52:10.112Z Checking dhcproto v0.12.0
35532025-01-08T14:52:28.069Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35542025-01-08T14:52:29.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.00s
35552025-01-08T14:52:29.681Z
35562025-01-08T14:52:29.681Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35572025-01-08T14:52:30.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582025-01-08T14:52:30.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592025-01-08T14:52:30.317Z Checking termios v0.3.3
35602025-01-08T14:52:30.539Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35612025-01-08T14:52:31.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
35622025-01-08T14:52:31.484Z
35632025-01-08T14:52:31.484Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35642025-01-08T14:52:32.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652025-01-08T14:52:32.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662025-01-08T14:52:32.172Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35672025-01-08T14:52:32.172Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35682025-01-08T14:52:32.174Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35692025-01-08T14:52:32.174Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35702025-01-08T14:52:33.211Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35712025-01-08T14:52:34.502Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35722025-01-08T14:52:36.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
35732025-01-08T14:52:36.578Z
35742025-01-08T14:52:36.578Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35752025-01-08T14:52:37.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762025-01-08T14:52:37.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772025-01-08T14:52:37.216Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35782025-01-08T14:52:37.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35792025-01-08T14:52:37.878Z
35802025-01-08T14:52:37.878Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35812025-01-08T14:52:38.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822025-01-08T14:52:38.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832025-01-08T14:52:38.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842025-01-08T14:52:38.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35852025-01-08T14:52:38.492Z
35862025-01-08T14:52:38.493Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35872025-01-08T14:52:39.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882025-01-08T14:52:39.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892025-01-08T14:52:39.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902025-01-08T14:52:39.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35912025-01-08T14:52:39.107Z
35922025-01-08T14:52:39.107Zinfo: running `cargo check --bins` on omicron-package (171/176)
35932025-01-08T14:52:39.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942025-01-08T14:52:39.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952025-01-08T14:52:39.783Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35962025-01-08T14:52:41.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
35972025-01-08T14:52:41.363Z
35982025-01-08T14:52:41.363Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
35992025-01-08T14:52:41.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002025-01-08T14:52:41.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012025-01-08T14:52:42.056Z Checking rtoolbox v0.0.2
36022025-01-08T14:52:42.058Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36032025-01-08T14:52:42.058Z Checking tui-tree-widget v0.22.0
36042025-01-08T14:52:42.282Z Checking rpassword v7.3.1
36052025-01-08T14:52:46.425Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36062025-01-08T14:52:49.387Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36072025-01-08T14:52:50.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s
36082025-01-08T14:52:50.834Z
36092025-01-08T14:52:50.834Zinfo: running `cargo check --bins` on wicket (173/176)
36102025-01-08T14:52:51.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112025-01-08T14:52:51.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122025-01-08T14:52:51.525Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36132025-01-08T14:52:51.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
36142025-01-08T14:52:52.160Z
36152025-01-08T14:52:52.160Zinfo: running `cargo check --bins` on wicketd (174/176)
36162025-01-08T14:52:52.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172025-01-08T14:52:52.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182025-01-08T14:52:52.868Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36192025-01-08T14:52:52.868Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36202025-01-08T14:52:53.717Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36212025-01-08T14:52:57.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
36222025-01-08T14:52:57.732Z
36232025-01-08T14:52:57.732Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36242025-01-08T14:52:58.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252025-01-08T14:52:58.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262025-01-08T14:52:58.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272025-01-08T14:52:58.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36282025-01-08T14:52:58.339Z
36292025-01-08T14:52:58.339Zinfo: running `cargo check --bins` on zone-setup (176/176)
36302025-01-08T14:52:58.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312025-01-08T14:52:58.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322025-01-08T14:52:59.058Z Checking uzers v0.12.1
36332025-01-08T14:52:59.399Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36342025-01-08T14:53:00.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
36352025-01-08T14:53:00.781Z
36362025-01-08T14:53:00.784Zreal 13:32.643168671
36372025-01-08T14:53:00.784Zuser 25:24.667015918
36382025-01-08T14:53:00.784Zsys 5:47.431649102
36392025-01-08T14:53:00.784Ztrap 0.484560370
36402025-01-08T14:53:00.784Ztflt 2.430588561
36412025-01-08T14:53:00.784Zdflt 2.900107042
36422025-01-08T14:53:00.784Zkflt 0.001166747
36432025-01-08T14:53:00.784Zlock 48:30.945711560
36442025-01-08T14:53:00.784Zslp 2:13:04.886183730
36452025-01-08T14:53:00.784Zlat 1:02.843324272
36462025-01-08T14:53:00.784Zstop 3:35.083098390
36472025-01-08T14:53:00.784Zprocess exited: duration 1098338 ms, exit code 0
 
36482025-01-08T14:53:00.790Zfound 0 output files