01JGMHYR68850AJD7WB28W1FXM: 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: 01JGMHZ4HDS8H0SS3NS2D3S9RA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-02T22:26:17.355Zjob assigned to worker 01JGMHZCAA51F2H49DAZQW3RQH [factory aws, i-02443ead9253d8a22] (queued for 54 s)
 
22025-01-02T22:26:25.768Zstarting task 0: "setup"
32025-01-02T22:26:25.775Z++ uname -s
42025-01-02T22:26:25.777Z+ kern=SunOS
52025-01-02T22:26:25.777Z+ case "$kern" in
62025-01-02T22:26:25.777Z+ groupadd -g 12345 build
72025-01-02T22:26:25.779Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-02T22:26:27.787Z+ zfs create -o mountpoint=/work rpool/work
92025-01-02T22:26:27.844Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-02T22:26:27.847Z+ home_fs=zfs
112025-01-02T22:26:27.847Z+ [[ zfs == autofs ]]
122025-01-02T22:26:27.847Z+ mkdir -p /home/build
132025-01-02T22:26:27.849Z+ chown build:build /home/build /work
142025-01-02T22:26:29.851Z+ chmod 0700 /home/build /work
152025-01-02T22:26:29.854Zprocess exited: duration 4089 ms, exit code 0
 
162025-01-02T22:26:29.860Zstarting task 1: "rust-toolchain"
172025-01-02T22:26:29.866Z+ printf ' * toolchain channel = "%s"
182025-01-02T22:26:29.866Z' 1.81.0
192025-01-02T22:26:29.866Z+ printf ' * toolchain profile = "%s"
202025-01-02T22:26:29.866Z' default
212025-01-02T22:26:29.866Z * toolchain channel = "1.81.0"
222025-01-02T22:26:29.868Z * toolchain profile = "default"
232025-01-02T22:26:29.868Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-02T22:26:29.868Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-02T22:26:29.980Zinfo: downloading installer
262025-01-02T22:26:31.361Zinfo: profile set to 'default'
272025-01-02T22:26:31.361Zinfo: default host triple is x86_64-unknown-illumos
282025-01-02T22:26:31.364Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-02T22:26:31.496Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-02T22:26:31.496Zinfo: downloading component 'cargo'
312025-01-02T22:26:32.182Zinfo: downloading component 'clippy'
322025-01-02T22:26:32.437Zinfo: downloading component 'rust-docs'
332025-01-02T22:26:33.390Zinfo: downloading component 'rust-std'
342025-01-02T22:26:34.882Zinfo: downloading component 'rustc'
352025-01-02T22:26:40.220Zinfo: downloading component 'rustfmt'
362025-01-02T22:26:40.429Zinfo: installing component 'cargo'
372025-01-02T22:26:41.225Zinfo: installing component 'clippy'
382025-01-02T22:26:41.582Zinfo: installing component 'rust-docs'
392025-01-02T22:26:43.204Zinfo: installing component 'rust-std'
402025-01-02T22:26:44.936Zinfo: installing component 'rustc'
412025-01-02T22:26:50.719Zinfo: installing component 'rustfmt'
422025-01-02T22:26:51.039Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-02T22:26:51.039Z
442025-01-02T22:26:51.409Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-02T22:26:51.409Z
462025-01-02T22:26:51.411Z
472025-01-02T22:26:51.412ZRust is installed now. Great!
482025-01-02T22:26:51.412Z
492025-01-02T22:26:51.412ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-02T22:26:51.412Zenvironment variable. This has not been done automatically.
512025-01-02T22:26:51.412Z
522025-01-02T22:26:51.412ZTo configure your current shell, you need to source
532025-01-02T22:26:51.412Zthe corresponding env file under $HOME/.cargo.
542025-01-02T22:26:51.412Z
552025-01-02T22:26:51.412ZThis is usually done by running one of the following (note the leading DOT):
562025-01-02T22:26:51.412Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-02T22:26:51.412Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-02T22:26:51.488Z+ rustc --version
592025-01-02T22:26:51.553Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-02T22:26:51.556Zprocess exited: duration 21693 ms, exit code 0
 
612025-01-02T22:26:51.562Zstarting task 2: "authentication"
622025-01-02T22:26:51.582Zprocess exited: duration 20 ms, exit code 0
 
632025-01-02T22:26:51.587Zstarting task 3: "clone repository"
642025-01-02T22:26:51.592Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-02T22:26:51.595Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-02T22:26:51.706ZCloning into '/work/oxidecomputer/omicron'...
672025-01-02T22:26:58.286Z+ cd /work/oxidecomputer/omicron
682025-01-02T22:26:58.286Z+ git fetch origin e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624
692025-01-02T22:26:58.689ZFrom https://github.com/oxidecomputer/omicron
702025-01-02T22:26:58.689Z * branch e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 -> FETCH_HEAD
712025-01-02T22:26:58.699Z+ [[ -n eliza/webhook-api ]]
722025-01-02T22:26:58.702Z++ git branch --show-current
732025-01-02T22:26:58.704Z+ current=main
742025-01-02T22:26:58.704Z+ [[ main != eliza/webhook-api ]]
752025-01-02T22:26:58.704Z+ git branch -f eliza/webhook-api e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624
762025-01-02T22:26:58.707Z+ git checkout -f eliza/webhook-api
772025-01-02T22:26:58.879ZSwitched to branch 'eliza/webhook-api'
782025-01-02T22:26:58.882Z+ git reset --hard e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624
792025-01-02T22:26:58.944ZHEAD is now at e2f3f2ce0 apparently this is also a thing we need to do
802025-01-02T22:26:58.946Zprocess exited: duration 7358 ms, exit code 0
 
812025-01-02T22:26:58.951Zstarting task 4: "build"
822025-01-02T22:26:58.956Z+ source .github/buildomat/ci-env.sh
832025-01-02T22:26:58.960Z++ export CARGO_TERM_COLOR=always
842025-01-02T22:26:58.960Z++ CARGO_TERM_COLOR=always
852025-01-02T22:26:58.961Z+ cargo --version
862025-01-02T22:26:59.014Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-02T22:26:59.018Z+ rustc --version
882025-01-02T22:26:59.079Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-02T22:26:59.082Z+ source ./env.sh
902025-01-02T22:26:59.082Z++ OLD_SHELL_OPTS=ehxB
912025-01-02T22:26:59.082Z++ set -o xtrace
922025-01-02T22:26:59.085Z++++ dirname ./env.sh
932025-01-02T22:26:59.087Z+++ readlink -f .
942025-01-02T22:26:59.101Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-02T22:26:59.103Z++ 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-02T22:26:59.103Z++ 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-02T22:26:59.103Z++ 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-02T22:26:59.103Z++ 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-02T22:26:59.103Z++ 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-02T22:26:59.103Z++ 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-02T22:26:59.103Z++ 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-02T22:26:59.103Z++ 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-02T22:26:59.103Z++ case $OLD_SHELL_OPTS in
1042025-01-02T22:26:59.103Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-02T22:26:59.103Z+ 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-02T22:26:59.103Z+ 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-02T22:26:59.103Z+ banner prerequisites
1082025-01-02T22:26:59.105Z
1092025-01-02T22:26:59.105Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-02T22:26:59.105Z # # # # # # # # # # # # # # #
1112025-01-02T22:26:59.105Z # # # # ##### # # ##### # # # # # #### #
1122025-01-02T22:26:59.105Z ##### ##### # ##### # # # # # # # # #
1132025-01-02T22:26:59.105Z # # # # # # # # # # # # # # #
1142025-01-02T22:26:59.105Z # # # ###### # # ###### ### # #### # #### #
1152025-01-02T22:26:59.105Z
1162025-01-02T22:26:59.106Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-02T22:27:06.284Z Startup: Refreshing catalog 'helios-dev' ... Done
1182025-01-02T22:27:10.289Z Startup: Caching catalogs ... Done
1192025-01-02T22:27:21.126ZPlanning: Solver setup ... Done (9.846s)
1202025-01-02T22:27:21.259ZPlanning: Running solver ... Done (0.133s)
1212025-01-02T22:27:21.455ZPlanning: Finding local manifests ... Done (0.091s)
1222025-01-02T22:27:21.469ZPlanning: Fetching manifests: 0/5 0% complete
1232025-01-02T22:27:21.706ZPlanning: Fetching manifests: 5/5 100% complete
1242025-01-02T22:27:21.894ZPlanning: Package planning ... Done (0.188s)
1252025-01-02T22:27:22.123ZPlanning: Merging actions ... Done (0.228s)
1262025-01-02T22:27:22.775ZPlanning: Checking for conflicting actions ... Done (0.651s)
1272025-01-02T22:27:28.258ZPlanning: Consolidating action changes ... Done (5.484s)
1282025-01-02T22:27:28.667ZPlanning: Evaluating mediators ... Done (0.408s)
1292025-01-02T22:27:28.748ZPlanning: Planning completed in 18.36 seconds
1302025-01-02T22:27:28.763Z Packages to install: 4
1312025-01-02T22:27:28.763Z Packages to update: 1
1322025-01-02T22:27:28.765Z Mediators to change: 2
1332025-01-02T22:27:28.765Z Services to change: 1
1342025-01-02T22:27:28.765Z Estimated space available: 155.63 GB
1352025-01-02T22:27:28.765ZEstimated space to be consumed: 1.62 GB
1362025-01-02T22:27:28.765Z Create boot environment: No
1372025-01-02T22:27:28.765ZCreate backup boot environment: Yes
1382025-01-02T22:27:28.765Z Rebuild boot archive: No
1392025-01-02T22:27:28.765Z
1402025-01-02T22:27:28.765ZChanged mediators:
1412025-01-02T22:27:28.765Z mediator clang:
1422025-01-02T22:27:28.765Z version: None -> 15 (system default)
1432025-01-02T22:27:28.765Z
1442025-01-02T22:27:28.765Z mediator llvm:
1452025-01-02T22:27:28.766Z version: 14 (system default) -> 15 (system default)
1462025-01-02T22:27:28.766Z
1472025-01-02T22:27:28.766ZChanged packages:
1482025-01-02T22:27:28.766Zhelios-dev
1492025-01-02T22:27:28.766Z developer/build-essential
1502025-01-02T22:27:28.766Z None -> 11-2.0
1512025-01-02T22:27:28.766Z library/libxmlsec1
1522025-01-02T22:27:28.766Z None -> 1.2.35-2.0
1532025-01-02T22:27:28.766Z ooce/developer/clang-15
1542025-01-02T22:27:28.766Z None -> 15.0.7-2.0
1552025-01-02T22:27:28.766Z ooce/developer/llvm-15
1562025-01-02T22:27:28.766Z None -> 15.0.7-2.0
1572025-01-02T22:27:28.766Z package/pkg
1582025-01-02T22:27:28.766Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592025-01-02T22:27:28.766Z
1602025-01-02T22:27:28.766ZServices:
1612025-01-02T22:27:28.766Z restart_fmri:
1622025-01-02T22:27:28.766Z svc:/system/update-man-index:default
1632025-01-02T22:27:28.766Z
1642025-01-02T22:27:28.766ZEditable files to change:
1652025-01-02T22:27:28.766Z Update:
1662025-01-02T22:27:28.766Z usr/share/lib/pkg/web/config.shtml
1672025-01-02T22:27:28.961Z
1682025-01-02T22:27:28.961ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692025-01-02T22:27:33.967ZDownload: 815/4281 items 18.7/220.6MB 8% complete (3.8M/s)
1702025-01-02T22:27:38.981ZDownload: 1194/4281 items 83.5/220.6MB 37% complete (9.7M/s)
1712025-01-02T22:27:45.812ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (9.5M/s)
1722025-01-02T22:27:50.945ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (7.7M/s)
1732025-01-02T22:27:55.946ZDownload: 3245/4281 items 181.7/220.6MB 82% complete (9.7M/s)
1742025-01-02T22:28:04.937ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (10.6M/s)
1752025-01-02T22:28:10.076ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (3.6M/s)
1762025-01-02T22:28:10.228ZDownload: Completed 220.60 MB in 41.26 seconds (5.3M/s)
1772025-01-02T22:28:12.207Z Actions: 1/5063 actions (Removing old actions)
1782025-01-02T22:28:12.225Z Actions: 194/5063 actions (Installing new actions)
1792025-01-02T22:28:17.031Z Actions: 4226/5063 actions (Updating modified actions)
1802025-01-02T22:28:17.343Z Actions: Completed 5063 actions in 5.14 seconds.
1812025-01-02T22:28:17.767Z Done (0.415s)
1822025-01-02T22:28:17.769Z Done (0.000s)
1832025-01-02T22:28:18.334Z Done (0.566s)
1842025-01-02T22:28:24.310Z Done (5.725s)
1852025-01-02T22:28:24.591Z Done (0.230s)
1862025-01-02T22:28:24.594Z Done (0.000s)
1872025-01-02T22:28:24.760Z Done (0.000s)
1882025-01-02T22:28:25.457ZPlanning: Evaluating mediator changes ... Done
1892025-01-02T22:28:25.618ZPlanning: Checking for conflicting actions ... Done
1902025-01-02T22:28:25.620ZPlanning: Consolidating action changes ... Done
1912025-01-02T22:28:25.894ZPlanning: Evaluating mediators ... Done
1922025-01-02T22:28:25.897ZPlanning: Planning completed in 0.44 seconds
1932025-01-02T22:28:25.935Z Mediators to change: 2
1942025-01-02T22:28:25.937Z Create boot environment: No
1952025-01-02T22:28:25.937ZCreate backup boot environment: No
1962025-01-02T22:28:26.020Z Done
1972025-01-02T22:28:26.020Z Done
1982025-01-02T22:28:26.380Z Done
1992025-01-02T22:28:30.118Z Done
2002025-01-02T22:28:30.211Z Done
2012025-01-02T22:28:30.213Z Done
2022025-01-02T22:28:30.329Z Done
2032025-01-02T22:28:30.950ZPlanning: Evaluating mediator changes ... Done
2042025-01-02T22:28:30.952ZPlanning: Merging actions ... Done
2052025-01-02T22:28:31.141ZPlanning: Checking for conflicting actions ... Done
2062025-01-02T22:28:31.144ZPlanning: Consolidating action changes ... Done
2072025-01-02T22:28:31.420ZPlanning: Evaluating mediators ... Done
2082025-01-02T22:28:31.478ZPlanning: Planning completed in 0.77 seconds
2092025-01-02T22:28:31.520Z Packages to change: 1
2102025-01-02T22:28:31.520Z Mediators to change: 1
2112025-01-02T22:28:31.522Z Services to change: 1
2122025-01-02T22:28:31.522Z Create boot environment: No
2132025-01-02T22:28:31.522ZCreate backup boot environment: Yes
2142025-01-02T22:28:33.740Z Actions: 1/6 actions (Updating modified actions)
2152025-01-02T22:28:33.743Z Actions: Completed 6 actions in 0.00 seconds.
2162025-01-02T22:28:33.743Z Done
2172025-01-02T22:28:33.743Z Done
2182025-01-02T22:28:33.860Z Done
2192025-01-02T22:28:37.617Z Done
2202025-01-02T22:28:37.707Z Done
2212025-01-02T22:28:37.709Z Done
2222025-01-02T22:28:37.836Z Done
2232025-01-02T22:28:38.280ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242025-01-02T22:28:38.280Zclang system 15 system
2252025-01-02T22:28:38.280Zcsh system system illumos
2262025-01-02T22:28:38.280Zctags system system illumos
2272025-01-02T22:28:38.280Zgcc vendor 12 vendor
2282025-01-02T22:28:38.280Zgcc system 10 system
2292025-01-02T22:28:38.280Zgcc system 7 system
2302025-01-02T22:28:38.280Zgo system 1.20 system
2312025-01-02T22:28:38.280Zgo system 1.19 system
2322025-01-02T22:28:38.280Zllvm system 15 system
2332025-01-02T22:28:38.280Zllvm system 14 system
2342025-01-02T22:28:38.280Zmariadb system 10.6 system
2352025-01-02T22:28:38.281Zmta vendor vendor dma
2362025-01-02T22:28:38.281Zopenjdk system 17 system
2372025-01-02T22:28:38.281Zopenjdk system 11 system
2382025-01-02T22:28:38.281Zopenjdk system 1.8 system
2392025-01-02T22:28:38.281Zopenssl vendor 3 vendor
2402025-01-02T22:28:38.281Zperl system 5.36 system
2412025-01-02T22:28:38.281Zpostgresql system 15 system
2422025-01-02T22:28:38.281Zpostgresql system 13 system
2432025-01-02T22:28:38.281Zpython vendor 3 vendor
2442025-01-02T22:28:38.281Zpython system 2 system
2452025-01-02T22:28:38.281Zpython3 system 3.11 system
2462025-01-02T22:28:38.281Zruby system 3.0 system
2472025-01-02T22:28:38.281Zwords vendor vendor american-english
2482025-01-02T22:28:38.281Zwords system system australian-english
2492025-01-02T22:28:38.281Zwords system system british-english
2502025-01-02T22:28:38.281Zwords system system canadian-english
2512025-01-02T22:28:38.281Zwords system system french
2522025-01-02T22:28:38.281Zwords system system italian
2532025-01-02T22:28:38.281Zwords system system ngerman
2542025-01-02T22:28:38.281Zwords system system ogerman
2552025-01-02T22:28:38.281Zwords system system spanish
2562025-01-02T22:28:38.617ZPUBLISHER TYPE STATUS P LOCATION
2572025-01-02T22:28:38.617Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582025-01-02T22:28:41.393ZFMRI IFO
2592025-01-02T22:28:41.393Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602025-01-02T22:28:41.393Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612025-01-02T22:28:41.393Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622025-01-02T22:28:41.393Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632025-01-02T22:28:41.393Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642025-01-02T22:28:41.393Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652025-01-02T22:28:41.393Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662025-01-02T22:28:41.393Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672025-01-02T22:28:41.393Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682025-01-02T22:28:41.393Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692025-01-02T22:28:41.393Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702025-01-02T22:28:41.393Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712025-01-02T22:28:41.393Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722025-01-02T22:28:41.393Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732025-01-02T22:28:41.393Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742025-01-02T22:28:42.168Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752025-01-02T22:28:42.502Z Updating crates.io index
2762025-01-02T22:28:42.505Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772025-01-02T22:28:43.975Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782025-01-02T22:28:44.245Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792025-01-02T22:28:44.515Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802025-01-02T22:28:44.790Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812025-01-02T22:28:45.698Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822025-01-02T22:28:47.352Z Updating git repository `https://github.com/oxidecomputer/opte`
2832025-01-02T22:28:48.031Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842025-01-02T22:28:48.676Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852025-01-02T22:28:48.954Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862025-01-02T22:28:49.261Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872025-01-02T22:28:49.862Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882025-01-02T22:28:50.184Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892025-01-02T22:28:50.495Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902025-01-02T22:28:51.443Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912025-01-02T22:28:51.677Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922025-01-02T22:28:51.942Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932025-01-02T22:28:52.255Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942025-01-02T22:28:52.578Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952025-01-02T22:28:52.950Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962025-01-02T22:28:53.323Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972025-01-02T22:28:53.809Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982025-01-02T22:28:54.094Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992025-01-02T22:28:54.481Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002025-01-02T22:28:54.882Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3012025-01-02T22:28:55.167Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022025-01-02T22:28:55.451Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032025-01-02T22:28:55.711Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042025-01-02T22:28:56.984Z Downloading crates ...
3052025-01-02T22:28:57.052Z Downloaded cargo-platform v0.1.8
3062025-01-02T22:28:57.056Z Downloaded anstream v0.6.15
3072025-01-02T22:28:57.058Z Downloaded cargo_toml v0.20.5
3082025-01-02T22:28:57.058Z Downloaded anstyle-parse v0.2.5
3092025-01-02T22:28:57.061Z Downloaded anstyle v1.0.10
3102025-01-02T22:28:57.063Z Downloaded byteorder v1.5.0
3112025-01-02T22:28:57.080Z Downloaded scroll_derive v0.12.0
3122025-01-02T22:28:57.084Z Downloaded dtrace-parser v0.2.0
3132025-01-02T22:28:57.086Z Downloaded equivalent v1.0.1
3142025-01-02T22:28:57.102Z Downloaded usdt-attr-macro v0.5.0
3152025-01-02T22:28:57.104Z Downloaded usdt-macro v0.5.0
3162025-01-02T22:28:57.107Z Downloaded pretty-hex v0.4.1
3172025-01-02T22:28:57.109Z Downloaded swrite v0.1.0
3182025-01-02T22:28:57.111Z Downloaded block-buffer v0.10.4
3192025-01-02T22:28:57.114Z Downloaded autocfg v1.4.0
3202025-01-02T22:28:57.117Z Downloaded bytecount v0.6.8
3212025-01-02T22:28:57.119Z Downloaded anstyle-query v1.1.1
3222025-01-02T22:28:57.126Z Downloaded digest v0.10.7
3232025-01-02T22:28:57.129Z Downloaded tabled_derive v0.7.0
3242025-01-02T22:28:57.131Z Downloaded serde_spanned v0.6.8
3252025-01-02T22:28:57.131Z Downloaded cpufeatures v0.2.14
3262025-01-02T22:28:57.134Z Downloaded memmap v0.7.0
3272025-01-02T22:28:57.136Z Downloaded pest_generator v2.7.14
3282025-01-02T22:28:57.139Z Downloaded terminal_size v0.4.0
3292025-01-02T22:28:57.139Z Downloaded itoa v1.0.11
3302025-01-02T22:28:57.142Z Downloaded fastrand v2.1.1
3312025-01-02T22:28:57.143Z Downloaded errno v0.3.9
3322025-01-02T22:28:57.145Z Downloaded serde_tokenstream v0.2.2
3332025-01-02T22:28:57.145Z Downloaded thiserror-impl v1.0.69
3342025-01-02T22:28:57.147Z Downloaded proc-macro-error-attr v1.0.4
3352025-01-02T22:28:57.147Z Downloaded colorchoice v1.0.2
3362025-01-02T22:28:57.149Z Downloaded unicode-linebreak v0.1.5
3372025-01-02T22:28:57.149Z Downloaded thiserror v1.0.69
3382025-01-02T22:28:57.153Z Downloaded is_terminal_polyfill v1.70.1
3392025-01-02T22:28:57.155Z Downloaded fs-err v2.11.0
3402025-01-02T22:28:57.157Z Downloaded fnv v1.0.7
3412025-01-02T22:28:57.157Z Downloaded strsim v0.11.1
3422025-01-02T22:28:57.160Z Downloaded cfg-if v1.0.0
3432025-01-02T22:28:57.160Z Downloaded dof v0.3.0
3442025-01-02T22:28:57.163Z Downloaded crypto-common v0.1.6
3452025-01-02T22:28:57.163Z Downloaded clap_lex v0.7.2
3462025-01-02T22:28:57.163Z Downloaded version_check v0.9.5
3472025-01-02T22:28:57.165Z Downloaded usdt v0.5.0
3482025-01-02T22:28:57.165Z Downloaded toml_datetime v0.6.8
3492025-01-02T22:28:57.168Z Downloaded generic-array v0.14.7
3502025-01-02T22:28:57.171Z Downloaded thread-id v4.2.2
3512025-01-02T22:28:57.173Z Downloaded cargo_metadata v0.18.1
3522025-01-02T22:28:57.176Z Downloaded camino v1.1.9
3532025-01-02T22:28:57.176Z Downloaded utf8parse v0.2.2
3542025-01-02T22:28:57.178Z Downloaded smawk v0.3.2
3552025-01-02T22:28:57.178Z Downloaded macaddr v1.0.1
3562025-01-02T22:28:57.180Z Downloaded once_cell v1.20.2
3572025-01-02T22:28:57.183Z Downloaded tempfile v3.13.0
3582025-01-02T22:28:57.185Z Downloaded semver v1.0.23
3592025-01-02T22:28:57.187Z Downloaded heck v0.5.0
3602025-01-02T22:28:57.187Z Downloaded scroll v0.12.0
3612025-01-02T22:28:57.190Z Downloaded camino-tempfile v1.1.1
3622025-01-02T22:28:57.192Z Downloaded clap_derive v4.5.18
3632025-01-02T22:28:57.194Z Downloaded proc-macro-error v1.0.4
3642025-01-02T22:28:57.196Z Downloaded pest_derive v2.7.14
3652025-01-02T22:28:57.198Z Downloaded anyhow v1.0.93
3662025-01-02T22:28:57.202Z Downloaded quote v1.0.37
3672025-01-02T22:28:57.204Z Downloaded plain v0.2.3
3682025-01-02T22:28:57.206Z Downloaded heck v0.4.1
3692025-01-02T22:28:57.208Z Downloaded zerocopy-derive v0.7.35
3702025-01-02T22:28:57.216Z Downloaded bitflags v2.6.0
3712025-01-02T22:28:57.220Z Downloaded pest_meta v2.7.14
3722025-01-02T22:28:57.225Z Downloaded toml v0.8.19
3732025-01-02T22:28:57.228Z Downloaded sha2 v0.10.8
3742025-01-02T22:28:57.231Z Downloaded clap v4.5.21
3752025-01-02T22:28:57.239Z Downloaded usdt-impl v0.5.0
3762025-01-02T22:28:57.241Z Downloaded unicode-ident v1.0.13
3772025-01-02T22:28:57.243Z Downloaded ucd-trie v0.1.7
3782025-01-02T22:28:57.246Z Downloaded typenum v1.17.0
3792025-01-02T22:28:57.248Z Downloaded proc-macro2 v1.0.89
3802025-01-02T22:28:57.250Z Downloaded textwrap v0.16.1
3812025-01-02T22:28:57.253Z Downloaded ryu v1.0.18
3822025-01-02T22:28:57.255Z Downloaded serde_derive v1.0.215
3832025-01-02T22:28:57.258Z Downloaded papergrid v0.11.0
3842025-01-02T22:28:57.261Z Downloaded log v0.4.22
3852025-01-02T22:28:57.265Z Downloaded serde v1.0.215
3862025-01-02T22:28:57.281Z Downloaded indexmap v2.6.0
3872025-01-02T22:28:57.301Z Downloaded memchr v2.7.4
3882025-01-02T22:28:57.306Z Downloaded toml_edit v0.22.22
3892025-01-02T22:28:57.327Z Downloaded hashbrown v0.15.1
3902025-01-02T22:28:57.337Z Downloaded serde_json v1.0.132
3912025-01-02T22:28:57.346Z Downloaded pest v2.7.14
3922025-01-02T22:28:57.354Z Downloaded zerocopy v0.7.35
3932025-01-02T22:28:57.369Z Downloaded winnow v0.6.20
3942025-01-02T22:28:57.377Z Downloaded goblin v0.8.2
3952025-01-02T22:28:57.382Z Downloaded clap_builder v4.5.21
3962025-01-02T22:28:57.389Z Downloaded tabled v0.15.0
3972025-01-02T22:28:57.404Z Downloaded syn v1.0.109
3982025-01-02T22:28:57.414Z Downloaded unicode-width v0.1.14
3992025-01-02T22:28:57.420Z Downloaded syn v2.0.87
4002025-01-02T22:28:57.430Z Downloaded rustix v0.38.37
4012025-01-02T22:28:57.470Z Downloaded libc v0.2.162
4022025-01-02T22:28:57.789Z Compiling proc-macro2 v1.0.89
4032025-01-02T22:28:57.789Z Compiling unicode-ident v1.0.13
4042025-01-02T22:28:57.792Z Compiling serde v1.0.215
4052025-01-02T22:28:57.792Z Compiling version_check v0.9.5
4062025-01-02T22:28:57.792Z Compiling memchr v2.7.4
4072025-01-02T22:28:57.792Z Compiling thiserror v1.0.69
4082025-01-02T22:28:57.792Z Compiling libc v0.2.162
4092025-01-02T22:28:57.792Z Compiling ryu v1.0.18
4102025-01-02T22:28:58.073Z Compiling itoa v1.0.11
4112025-01-02T22:28:58.305Z Compiling ucd-trie v0.1.7
4122025-01-02T22:28:58.571Z Compiling once_cell v1.20.2
4132025-01-02T22:28:58.726Z Compiling byteorder v1.5.0
4142025-01-02T22:28:58.871Z Compiling serde_json v1.0.132
4152025-01-02T22:28:58.942Z Compiling rustix v0.38.37
4162025-01-02T22:28:59.221Z Compiling bitflags v2.6.0
4172025-01-02T22:28:59.255Z Compiling usdt-impl v0.5.0
4182025-01-02T22:28:59.359Z Compiling proc-macro-error-attr v1.0.4
4192025-01-02T22:28:59.595Z Compiling syn v1.0.109
4202025-01-02T22:28:59.655Z Compiling proc-macro-error v1.0.4
4212025-01-02T22:28:59.722Z Compiling utf8parse v0.2.2
4222025-01-02T22:28:59.748Z Compiling quote v1.0.37
4232025-01-02T22:28:59.888Z Compiling hashbrown v0.15.1
4242025-01-02T22:28:59.934Z Compiling camino v1.1.9
4252025-01-02T22:28:59.959Z Compiling equivalent v1.0.1
4262025-01-02T22:29:00.082Z Compiling errno v0.3.9
4272025-01-02T22:29:00.204Z Compiling syn v2.0.87
4282025-01-02T22:29:00.442Z Compiling log v0.4.22
4292025-01-02T22:29:00.478Z Compiling plain v0.2.3
4302025-01-02T22:29:00.588Z Compiling thread-id v4.2.2
4312025-01-02T22:29:00.756Z Compiling anstyle-parse v0.2.5
4322025-01-02T22:29:00.858Z Compiling anstyle v1.0.10
4332025-01-02T22:29:01.100Z Compiling indexmap v2.6.0
4342025-01-02T22:29:01.134Z Compiling autocfg v1.4.0
4352025-01-02T22:29:01.160Z Compiling winnow v0.6.20
4362025-01-02T22:29:01.321Z Compiling is_terminal_polyfill v1.70.1
4372025-01-02T22:29:01.462Z Compiling pretty-hex v0.4.1
4382025-01-02T22:29:01.548Z Compiling colorchoice v1.0.2
4392025-01-02T22:29:01.684Z Compiling anstyle-query v1.1.1
4402025-01-02T22:29:01.726Z Compiling unicode-width v0.1.14
4412025-01-02T22:29:01.861Z Compiling semver v1.0.23
4422025-01-02T22:29:02.272Z Compiling anstream v0.6.15
4432025-01-02T22:29:02.385Z Compiling fs-err v2.11.0
4442025-01-02T22:29:02.480Z Compiling terminal_size v0.4.0
4452025-01-02T22:29:02.704Z Compiling heck v0.5.0
4462025-01-02T22:29:02.708Z Compiling fnv v1.0.7
4472025-01-02T22:29:02.840Z Compiling fastrand v2.1.1
4482025-01-02T22:29:02.899Z Compiling clap_lex v0.7.2
4492025-01-02T22:29:03.066Z Compiling heck v0.4.1
4502025-01-02T22:29:03.262Z Compiling anyhow v1.0.93
4512025-01-02T22:29:03.346Z Compiling bytecount v0.6.8
4522025-01-02T22:29:03.421Z Compiling cfg-if v1.0.0
4532025-01-02T22:29:03.448Z Compiling strsim v0.11.1
4542025-01-02T22:29:03.576Z Compiling papergrid v0.11.0
4552025-01-02T22:29:03.981Z Compiling tempfile v3.13.0
4562025-01-02T22:29:04.277Z Compiling clap_builder v4.5.21
4572025-01-02T22:29:04.414Z Compiling memmap v0.7.0
4582025-01-02T22:29:04.471Z Compiling smawk v0.3.2
4592025-01-02T22:29:04.704Z Compiling unicode-linebreak v0.1.5
4602025-01-02T22:29:04.952Z Compiling swrite v0.1.0
4612025-01-02T22:29:05.208Z Compiling textwrap v0.16.1
4622025-01-02T22:29:06.449Z Compiling tabled_derive v0.7.0
4632025-01-02T22:29:07.996Z Compiling tabled v0.15.0
4642025-01-02T22:29:09.240Z Compiling serde_derive v1.0.215
4652025-01-02T22:29:09.240Z Compiling thiserror-impl v1.0.69
4662025-01-02T22:29:09.243Z Compiling zerocopy-derive v0.7.35
4672025-01-02T22:29:09.243Z Compiling scroll_derive v0.12.0
4682025-01-02T22:29:09.514Z Compiling clap_derive v4.5.18
4692025-01-02T22:29:10.791Z Compiling scroll v0.12.0
4702025-01-02T22:29:11.302Z Compiling goblin v0.8.2
4712025-01-02T22:29:11.370Z Compiling zerocopy v0.7.35
4722025-01-02T22:29:11.989Z Compiling pest v2.7.14
4732025-01-02T22:29:13.370Z Compiling clap v4.5.21
4742025-01-02T22:29:14.322Z Compiling pest_meta v2.7.14
4752025-01-02T22:29:15.176Z Compiling pest_generator v2.7.14
4762025-01-02T22:29:16.876Z Compiling pest_derive v2.7.14
4772025-01-02T22:29:17.665Z Compiling dtrace-parser v0.2.0
4782025-01-02T22:29:19.962Z Compiling serde_tokenstream v0.2.2
4792025-01-02T22:29:20.003Z Compiling toml_datetime v0.6.8
4802025-01-02T22:29:20.003Z Compiling serde_spanned v0.6.8
4812025-01-02T22:29:20.357Z Compiling cargo-platform v0.1.8
4822025-01-02T22:29:20.385Z Compiling toml_edit v0.22.22
4832025-01-02T22:29:20.583Z Compiling macaddr v1.0.1
4842025-01-02T22:29:20.963Z Compiling camino-tempfile v1.1.1
4852025-01-02T22:29:21.472Z Compiling dof v0.3.0
4862025-01-02T22:29:21.500Z Compiling cargo_metadata v0.18.1
4872025-01-02T22:29:23.246Z Compiling usdt-attr-macro v0.5.0
4882025-01-02T22:29:23.246Z Compiling usdt-macro v0.5.0
4892025-01-02T22:29:23.293Z Compiling toml v0.8.19
4902025-01-02T22:29:24.172Z Compiling cargo_toml v0.20.5
4912025-01-02T22:29:24.705Z Compiling usdt v0.5.0
4922025-01-02T22:29:27.786Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932025-01-02T22:29:31.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.06s
4942025-01-02T22:29:32.267Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952025-01-02T22:29:32.829Z Downloading crates ...
4962025-01-02T22:29:32.984Z Downloaded headers-core v0.3.0
4972025-01-02T22:29:32.987Z Downloaded hex v0.4.3
4982025-01-02T22:29:32.989Z Downloaded hostname v0.3.1
4992025-01-02T22:29:32.992Z Downloaded hex-literal v0.4.1
5002025-01-02T22:29:32.997Z Downloaded aho-corasick v1.1.3
5012025-01-02T22:29:32.999Z Downloaded aead v0.5.2
5022025-01-02T22:29:33.001Z Downloaded addr2line v0.24.2
5032025-01-02T22:29:33.004Z Downloaded ahash v0.8.11
5042025-01-02T22:29:33.007Z Downloaded http-range v0.1.5
5052025-01-02T22:29:33.010Z Downloaded http-body v1.0.1
5062025-01-02T22:29:33.010Z Downloaded home v0.5.9
5072025-01-02T22:29:33.013Z Downloaded atomic-waker v1.1.2
5082025-01-02T22:29:33.015Z Downloaded aes-gcm v0.10.3
5092025-01-02T22:29:33.017Z Downloaded ident_case v1.0.1
5102025-01-02T22:29:33.020Z Downloaded backoff v0.4.0
5112025-01-02T22:29:33.023Z Downloaded instant v0.1.13
5122025-01-02T22:29:33.023Z Downloaded assert_matches v1.5.0
5132025-01-02T22:29:33.026Z Downloaded icu_provider_macros v1.5.0
5142025-01-02T22:29:33.026Z Downloaded atty v0.2.14
5152025-01-02T22:29:33.026Z Downloaded atomicwrites v0.4.4
5162025-01-02T22:29:33.030Z Downloaded matches v0.1.10
5172025-01-02T22:29:33.036Z Downloaded aws-lc-rs v1.10.0
5182025-01-02T22:29:33.045Z Downloaded match_cfg v0.1.0
5192025-01-02T22:29:33.048Z Downloaded is_ci v1.2.0
5202025-01-02T22:29:33.050Z Downloaded hubpack_derive v0.1.1
5212025-01-02T22:29:33.052Z Downloaded md5 v0.7.0
5222025-01-02T22:29:33.052Z Downloaded httpdate v1.0.3
5232025-01-02T22:29:33.054Z Downloaded aes v0.8.4
5242025-01-02T22:29:33.057Z Downloaded base16ct v0.2.0
5252025-01-02T22:29:33.059Z Downloaded http-body-util v0.1.2
5262025-01-02T22:29:33.061Z Downloaded httparse v1.9.5
5272025-01-02T22:29:33.064Z Downloaded hubpack v0.1.2
5282025-01-02T22:29:33.066Z Downloaded adler2 v2.0.0
5292025-01-02T22:29:33.066Z Downloaded humantime v2.1.0
5302025-01-02T22:29:33.071Z Downloaded backtrace v0.3.74
5312025-01-02T22:29:33.073Z Downloaded lazy_static v1.5.0
5322025-01-02T22:29:33.075Z Downloaded libefi-sys v0.1.0
5332025-01-02T22:29:33.077Z Downloaded indent_write v2.2.0
5342025-01-02T22:29:33.079Z Downloaded lru v0.12.5
5352025-01-02T22:29:33.081Z Downloaded internet-checksum v0.2.1
5362025-01-02T22:29:33.084Z Downloaded hyper-tls v0.6.0
5372025-01-02T22:29:33.084Z Downloaded impl-trait-for-tuples v0.2.2
5382025-01-02T22:29:33.091Z Downloaded mime v0.3.17
5392025-01-02T22:29:33.094Z Downloaded lru-cache v0.1.2
5402025-01-02T22:29:33.097Z Downloaded async-stream-impl v0.3.6
5412025-01-02T22:29:33.099Z Downloaded ipnetwork v0.20.0
5422025-01-02T22:29:33.101Z Downloaded instability v0.3.2
5432025-01-02T22:29:33.103Z Downloaded linked-hash-map v0.5.6
5442025-01-02T22:29:33.105Z Downloaded kstat-rs v0.2.4
5452025-01-02T22:29:33.110Z Downloaded managed v0.8.0
5462025-01-02T22:29:33.112Z Downloaded linear-map v1.2.0
5472025-01-02T22:29:33.116Z Downloaded inout v0.1.3
5482025-01-02T22:29:33.118Z Downloaded cfg_aliases v0.1.1
5492025-01-02T22:29:33.120Z Downloaded md-5 v0.10.6
5502025-01-02T22:29:33.122Z Downloaded is-terminal v0.4.13
5512025-01-02T22:29:33.125Z Downloaded memoffset v0.9.1
5522025-01-02T22:29:33.125Z Downloaded cfg_aliases v0.2.1
5532025-01-02T22:29:33.127Z Downloaded indoc v1.0.9
5542025-01-02T22:29:33.129Z Downloaded maybe-uninit v2.0.0
5552025-01-02T22:29:33.132Z Downloaded lockfree-object-pool v0.1.6
5562025-01-02T22:29:33.134Z Downloaded libsw v3.3.1
5572025-01-02T22:29:33.136Z Downloaded hostname v0.4.0
5582025-01-02T22:29:33.138Z Downloaded ciborium-io v0.2.2
5592025-01-02T22:29:33.140Z Downloaded hickory-client v0.24.1
5602025-01-02T22:29:33.142Z Downloaded crunchy v0.2.2
5612025-01-02T22:29:33.144Z Downloaded ascii-canvas v3.0.0
5622025-01-02T22:29:33.144Z Downloaded arrayref v0.3.9
5632025-01-02T22:29:33.146Z Downloaded idna_adapter v1.2.0
5642025-01-02T22:29:33.146Z Downloaded cstr-argument v0.1.2
5652025-01-02T22:29:33.148Z Downloaded crucible-workspace-hack v0.1.0
5662025-01-02T22:29:33.150Z Downloaded highway v1.2.0
5672025-01-02T22:29:33.152Z Downloaded array-init v0.0.4
5682025-01-02T22:29:33.152Z Downloaded bcrypt-pbkdf v0.10.0
5692025-01-02T22:29:33.154Z Downloaded async-stream v0.3.6
5702025-01-02T22:29:33.156Z Downloaded async-recursion v1.1.1
5712025-01-02T22:29:33.159Z Downloaded bit-vec v0.6.3
5722025-01-02T22:29:33.161Z Downloaded bb8 v0.8.5
5732025-01-02T22:29:33.164Z Downloaded constant_time_eq v0.3.1
5742025-01-02T22:29:33.166Z Downloaded bitfield-struct v0.6.2
5752025-01-02T22:29:33.169Z Downloaded bit-set v0.5.3
5762025-01-02T22:29:33.171Z Downloaded cassowary v0.3.0
5772025-01-02T22:29:33.174Z Downloaded libloading v0.8.5
5782025-01-02T22:29:33.176Z Downloaded icu_locid_transform v1.5.0
5792025-01-02T22:29:33.179Z Downloaded lazycell v1.3.0
5802025-01-02T22:29:33.183Z Downloaded jobserver v0.1.32
5812025-01-02T22:29:33.188Z Downloaded strum v0.26.3
5822025-01-02T22:29:33.188Z Downloaded mime_guess v2.0.5
5832025-01-02T22:29:33.188Z Downloaded maplit v1.0.2
5842025-01-02T22:29:33.188Z Downloaded cobs v0.2.3
5852025-01-02T22:29:33.191Z Downloaded buf-list v1.0.3
5862025-01-02T22:29:33.193Z Downloaded blowfish v0.9.1
5872025-01-02T22:29:33.195Z Downloaded crc v3.2.1
5882025-01-02T22:29:33.196Z Downloaded chacha20 v0.9.1
5892025-01-02T22:29:33.199Z Downloaded convert_case v0.4.0
5902025-01-02T22:29:33.202Z Downloaded litemap v0.7.3
5912025-01-02T22:29:33.202Z Downloaded lalrpop-util v0.19.12
5922025-01-02T22:29:33.204Z Downloaded keccak v0.1.5
5932025-01-02T22:29:33.207Z Downloaded try-lock v0.2.5
5942025-01-02T22:29:33.207Z Downloaded subtle v2.6.1
5952025-01-02T22:29:33.209Z Downloaded castaway v0.2.3
5962025-01-02T22:29:33.209Z Downloaded serde-hex v0.1.0
5972025-01-02T22:29:33.211Z Downloaded strip-ansi-escapes v0.2.0
5982025-01-02T22:29:33.213Z Downloaded slog-dtrace v0.3.0
5992025-01-02T22:29:33.214Z Downloaded cbc v0.1.2
6002025-01-02T22:29:33.217Z Downloaded waitgroup v0.1.2
6012025-01-02T22:29:33.219Z Downloaded tabwriter v1.4.0
6022025-01-02T22:29:33.219Z Downloaded ctr v0.9.2
6032025-01-02T22:29:33.221Z Downloaded darling_macro v0.20.10
6042025-01-02T22:29:33.223Z Downloaded zerofrom-derive v0.1.4
6052025-01-02T22:29:33.223Z Downloaded crc-catalog v2.4.0
6062025-01-02T22:29:33.224Z Downloaded downcast v0.11.0
6072025-01-02T22:29:33.226Z Downloaded hmac v0.12.1
6082025-01-02T22:29:33.228Z Downloaded colored v2.1.0
6092025-01-02T22:29:33.230Z Downloaded curve25519-dalek-derive v0.1.1
6102025-01-02T22:29:33.232Z Downloaded heck v0.3.3
6112025-01-02T22:29:33.235Z Downloaded cipher v0.4.4
6122025-01-02T22:29:33.237Z Downloaded thiserror-impl-no-std v2.0.2
6132025-01-02T22:29:33.237Z Downloaded async-trait v0.1.83
6142025-01-02T22:29:33.240Z Downloaded base64ct v1.6.0
6152025-01-02T22:29:33.243Z Downloaded termcolor v1.4.1
6162025-01-02T22:29:33.244Z Downloaded bzip2 v0.4.4
6172025-01-02T22:29:33.247Z Downloaded icu_normalizer_data v1.5.0
6182025-01-02T22:29:33.249Z Downloaded bcs v0.1.6
6192025-01-02T22:29:33.251Z Downloaded bitflags v1.3.2
6202025-01-02T22:29:33.254Z Downloaded rustls-pemfile v1.0.4
6212025-01-02T22:29:33.257Z Downloaded indexmap v1.9.3
6222025-01-02T22:29:33.260Z Downloaded icu_normalizer v1.5.0
6232025-01-02T22:29:33.265Z Downloaded spki v0.7.3
6242025-01-02T22:29:33.268Z Downloaded same-file v1.0.6
6252025-01-02T22:29:33.271Z Downloaded thiserror-impl v2.0.3
6262025-01-02T22:29:33.271Z Downloaded icu_provider v1.5.0
6272025-01-02T22:29:33.274Z Downloaded rfc6979 v0.4.0
6282025-01-02T22:29:33.276Z Downloaded icu_locid_transform_data v1.5.0
6292025-01-02T22:29:33.278Z Downloaded slog-envlogger v2.2.0
6302025-01-02T22:29:33.280Z Downloaded signature v2.2.0
6312025-01-02T22:29:33.282Z Downloaded const_format_proc_macros v0.2.33
6322025-01-02T22:29:33.284Z Downloaded newline-converter v0.3.0
6332025-01-02T22:29:33.284Z Downloaded ciborium v0.2.2
6342025-01-02T22:29:33.287Z Downloaded tokio-macros v2.4.0
6352025-01-02T22:29:33.289Z Downloaded chrono-tz-build v0.4.0
6362025-01-02T22:29:33.291Z Downloaded cexpr v0.6.0
6372025-01-02T22:29:33.293Z Downloaded serde_derive_internals v0.29.1
6382025-01-02T22:29:33.295Z Downloaded tls_codec_derive v0.4.1
6392025-01-02T22:29:33.297Z Downloaded rand_chacha v0.3.1
6402025-01-02T22:29:33.297Z Downloaded zeroize v1.8.1
6412025-01-02T22:29:33.299Z Downloaded utf8_iter v1.0.4
6422025-01-02T22:29:33.301Z Downloaded csv-core v0.1.11
6432025-01-02T22:29:33.302Z Downloaded debug-ignore v1.0.5
6442025-01-02T22:29:33.304Z Downloaded data-encoding v2.6.0
6452025-01-02T22:29:33.306Z Downloaded pin-utils v0.1.0
6462025-01-02T22:29:33.306Z Downloaded xz2 v0.1.7
6472025-01-02T22:29:33.309Z Downloaded xattr v1.3.1
6482025-01-02T22:29:33.311Z Downloaded opaque-debug v0.3.1
6492025-01-02T22:29:33.311Z Downloaded path-slash v0.1.5
6502025-01-02T22:29:33.314Z Downloaded walkdir v2.5.0
6512025-01-02T22:29:33.316Z Downloaded untrusted v0.9.0
6522025-01-02T22:29:33.316Z Downloaded console v0.15.8
6532025-01-02T22:29:33.319Z Downloaded blake2 v0.10.6
6542025-01-02T22:29:33.322Z Downloaded progenitor-impl v0.8.0
6552025-01-02T22:29:33.325Z Downloaded async-bb8-diesel v0.2.1
6562025-01-02T22:29:33.328Z Downloaded memmap2 v0.9.5
6572025-01-02T22:29:33.331Z Downloaded crossbeam-deque v0.8.5
6582025-01-02T22:29:33.334Z Downloaded zone v0.3.0
6592025-01-02T22:29:33.337Z Downloaded const-oid v0.9.6
6602025-01-02T22:29:33.347Z Downloaded num-conv v0.1.0
6612025-01-02T22:29:33.349Z Downloaded hash32 v0.2.1
6622025-01-02T22:29:33.352Z Downloaded fragile v2.0.0
6632025-01-02T22:29:33.354Z Downloaded hyper-util v0.1.10
6642025-01-02T22:29:33.357Z Downloaded ghash v0.5.1
6652025-01-02T22:29:33.359Z Downloaded vte_generate_state_changes v0.1.2
6662025-01-02T22:29:33.361Z Downloaded toolchain_find v0.4.0
6672025-01-02T22:29:33.361Z Downloaded signal-hook-tokio v0.3.1
6682025-01-02T22:29:33.363Z Downloaded crossbeam-epoch v0.9.18
6692025-01-02T22:29:33.366Z Downloaded nodrop v0.1.14
6702025-01-02T22:29:33.368Z Downloaded hickory-server v0.24.1
6712025-01-02T22:29:33.373Z Downloaded yoke-derive v0.7.4
6722025-01-02T22:29:33.375Z Downloaded num_enum v0.5.11
6732025-01-02T22:29:33.379Z Downloaded diesel_table_macro_syntax v0.2.0
6742025-01-02T22:29:33.381Z Downloaded base64 v0.13.1
6752025-01-02T22:29:33.384Z Downloaded fallible-iterator v0.2.0
6762025-01-02T22:29:33.386Z Downloaded proc-macro-crate v1.3.1
6772025-01-02T22:29:33.388Z Downloaded primeorder v0.13.6
6782025-01-02T22:29:33.390Z Downloaded rand_core v0.6.4
6792025-01-02T22:29:33.390Z Downloaded olpc-cjson v0.1.4
6802025-01-02T22:29:33.393Z Downloaded typify v0.2.0
6812025-01-02T22:29:33.395Z Downloaded pbkdf2 v0.11.0
6822025-01-02T22:29:33.398Z Downloaded enum-as-inner v0.6.1
6832025-01-02T22:29:33.400Z Downloaded des v0.8.1
6842025-01-02T22:29:33.403Z Downloaded arc-swap v1.7.1
6852025-01-02T22:29:33.406Z Downloaded normalize-line-endings v0.3.0
6862025-01-02T22:29:33.408Z Downloaded signal-hook-mio v0.2.4
6872025-01-02T22:29:33.410Z Downloaded strum_macros v0.25.3
6882025-01-02T22:29:33.412Z Downloaded serde_repr v0.1.19
6892025-01-02T22:29:33.415Z Downloaded signal-hook-registry v1.4.2
6902025-01-02T22:29:33.417Z Downloaded rustfmt-wrapper v0.2.1
6912025-01-02T22:29:33.419Z Downloaded rustc_version v0.4.1
6922025-01-02T22:29:33.419Z Downloaded fs_extra v1.3.0
6932025-01-02T22:29:33.422Z Downloaded resolv-conf v0.7.0
6942025-01-02T22:29:33.424Z Downloaded serde_urlencoded v0.7.1
6952025-01-02T22:29:33.426Z Downloaded rustc_version v0.1.7
6962025-01-02T22:29:33.426Z Downloaded rustc-hash v2.0.0
6972025-01-02T22:29:33.429Z Downloaded multer v3.1.0
6982025-01-02T22:29:33.432Z Downloaded prettyplease v0.2.25
6992025-01-02T22:29:33.435Z Downloaded icu_collections v1.5.0
7002025-01-02T22:29:33.441Z Downloaded peg-runtime v0.8.3
7012025-01-02T22:29:33.444Z Downloaded heapless v0.8.0
7022025-01-02T22:29:33.447Z Downloaded pbkdf2 v0.12.2
7032025-01-02T22:29:33.449Z Downloaded zeroize_derive v1.4.2
7042025-01-02T22:29:33.451Z Downloaded static_assertions v1.1.0
7052025-01-02T22:29:33.454Z Downloaded stable_deref_trait v1.2.0
7062025-01-02T22:29:33.454Z Downloaded tinystr v0.7.6
7072025-01-02T22:29:33.456Z Downloaded diesel-dtrace v0.4.0
7082025-01-02T22:29:33.458Z Downloaded tui-tree-widget v0.22.0
7092025-01-02T22:29:33.460Z Downloaded writeable v0.5.5
7102025-01-02T22:29:33.462Z Downloaded const_format v0.2.33
7112025-01-02T22:29:33.466Z Downloaded bytes v1.8.0
7122025-01-02T22:29:33.471Z Downloaded serde_plain v1.0.2
7132025-01-02T22:29:33.473Z Downloaded futures-macro v0.3.31
7142025-01-02T22:29:33.475Z Downloaded dropshot_endpoint v0.12.0
7152025-01-02T22:29:33.478Z Downloaded tinyvec_macros v0.1.1
7162025-01-02T22:29:33.480Z Downloaded nanorand v0.7.0
7172025-01-02T22:29:33.482Z Downloaded spin v0.9.8
7182025-01-02T22:29:33.484Z Downloaded difflib v0.4.0
7192025-01-02T22:29:33.487Z Downloaded bumpalo v3.16.0
7202025-01-02T22:29:33.489Z Downloaded multimap v0.10.0
7212025-01-02T22:29:33.492Z Downloaded env_filter v0.1.2
7222025-01-02T22:29:33.494Z Downloaded qorb v0.2.1
7232025-01-02T22:29:33.497Z Downloaded glob v0.3.1
7242025-01-02T22:29:33.499Z Downloaded num-iter v0.1.45
7252025-01-02T22:29:33.502Z Downloaded num-integer v0.1.46
7262025-01-02T22:29:33.504Z Downloaded tokio-stream v0.1.16
7272025-01-02T22:29:33.507Z Downloaded strum_macros v0.26.4
7282025-01-02T22:29:33.511Z Downloaded hickory-resolver v0.24.1
7292025-01-02T22:29:33.516Z Downloaded half v2.4.1
7302025-01-02T22:29:33.519Z Downloaded number_prefix v0.4.0
7312025-01-02T22:29:33.522Z Downloaded packed_struct v0.10.1
7322025-01-02T22:29:33.524Z Downloaded num_threads v0.1.7
7332025-01-02T22:29:33.524Z Downloaded password-hash v0.4.2
7342025-01-02T22:29:33.527Z Downloaded derive_builder_macro v0.20.2
7352025-01-02T22:29:33.529Z Downloaded new_debug_unreachable v1.0.6
7362025-01-02T22:29:33.529Z Downloaded radium v0.7.0
7372025-01-02T22:29:33.531Z Downloaded openssl-probe v0.1.5
7382025-01-02T22:29:33.533Z Downloaded openssl-macros v0.1.1
7392025-01-02T22:29:33.533Z Downloaded salsa20 v0.10.2
7402025-01-02T22:29:33.535Z Downloaded r2d2 v0.8.10
7412025-01-02T22:29:33.537Z Downloaded progenitor-macro v0.8.0
7422025-01-02T22:29:33.539Z Downloaded predicates-core v1.0.8
7432025-01-02T22:29:33.539Z Downloaded tiny-keccak v2.0.2
7442025-01-02T22:29:33.542Z Downloaded scheduled-thread-pool v0.2.7
7452025-01-02T22:29:33.544Z Downloaded rtoolbox v0.0.2
7462025-01-02T22:29:33.546Z Downloaded base64 v0.21.7
7472025-01-02T22:29:33.549Z Downloaded slab v0.4.9
7482025-01-02T22:29:33.552Z Downloaded simd-adler32 v0.3.7
7492025-01-02T22:29:33.554Z Downloaded slog-term v2.9.1
7502025-01-02T22:29:33.557Z Downloaded siphasher v0.3.11
7512025-01-02T22:29:33.559Z Downloaded ron v0.7.1
7522025-01-02T22:29:33.564Z Downloaded pretty-hex v0.2.1
7532025-01-02T22:29:33.567Z Downloaded tls_codec v0.4.1
7542025-01-02T22:29:33.569Z Downloaded thiserror-no-std v2.0.2
7552025-01-02T22:29:33.572Z Downloaded utf-8 v0.7.6
7562025-01-02T22:29:33.574Z Downloaded unicode-truncate v1.1.0
7572025-01-02T22:29:33.576Z Downloaded num-rational v0.4.2
7582025-01-02T22:29:33.579Z Downloaded tokio-native-tls v0.3.1
7592025-01-02T22:29:33.581Z Downloaded sqlparser_derive v0.2.2
7602025-01-02T22:29:33.583Z Downloaded dirs-sys-next v0.1.2
7612025-01-02T22:29:33.583Z Downloaded vte v0.11.1
7622025-01-02T22:29:33.586Z Downloaded crossbeam-channel v0.5.13
7632025-01-02T22:29:33.590Z Downloaded write16 v1.0.0
7642025-01-02T22:29:33.592Z Downloaded take_mut v0.2.2
7652025-01-02T22:29:33.594Z Downloaded peg-macros v0.8.4
7662025-01-02T22:29:33.596Z Downloaded foreign-types-macros v0.2.3
7672025-01-02T22:29:33.596Z Downloaded embedded-io v0.4.0
7682025-01-02T22:29:33.598Z Downloaded futures-core v0.3.31
7692025-01-02T22:29:33.600Z Downloaded mockall v0.13.0
7702025-01-02T22:29:33.603Z Downloaded pem v3.0.4
7712025-01-02T22:29:33.605Z Downloaded peg v0.8.4
7722025-01-02T22:29:33.607Z Downloaded fxhash v0.2.1
7732025-01-02T22:29:33.610Z Downloaded futures v0.3.31
7742025-01-02T22:29:33.614Z Downloaded hash32 v0.3.1
7752025-01-02T22:29:33.617Z Downloaded getrandom v0.2.15
7762025-01-02T22:29:33.620Z Downloaded newtype_derive v0.1.6
7772025-01-02T22:29:33.622Z Downloaded mirai-annotations v1.12.0
7782025-01-02T22:29:33.624Z Downloaded string_cache v0.8.7
7792025-01-02T22:29:33.625Z Downloaded flume v0.11.1
7802025-01-02T22:29:33.629Z Downloaded fd-lock v4.0.2
7812025-01-02T22:29:33.631Z Downloaded value-bag v1.9.0
7822025-01-02T22:29:33.634Z Downloaded omicron-zone-package v0.11.1
7832025-01-02T22:29:33.638Z Downloaded newtype-uuid v1.1.3
7842025-01-02T22:29:33.641Z Downloaded quick-error v1.2.3
7852025-01-02T22:29:33.643Z Downloaded schemars_derive v0.8.21
7862025-01-02T22:29:33.645Z Downloaded serde-big-array v0.5.1
7872025-01-02T22:29:33.645Z Downloaded slog-scope v4.4.0
7882025-01-02T22:29:33.648Z Downloaded minimal-lexical v0.2.1
7892025-01-02T22:29:33.652Z Downloaded percent-encoding v2.3.1
7902025-01-02T22:29:33.655Z Downloaded http v1.1.0
7912025-01-02T22:29:33.659Z Downloaded russh-cryptovec v0.7.3
7922025-01-02T22:29:33.662Z Downloaded time-core v0.1.2
7932025-01-02T22:29:33.662Z Downloaded futures-channel v0.3.31
7942025-01-02T22:29:33.664Z Downloaded slog-json v2.6.1
7952025-01-02T22:29:33.667Z Downloaded libxml v0.3.3
7962025-01-02T22:29:33.672Z Downloaded wyz v0.5.1
7972025-01-02T22:29:33.674Z Downloaded synstructure v0.13.1
7982025-01-02T22:29:33.677Z Downloaded itertools v0.10.5
7992025-01-02T22:29:33.682Z Downloaded ssh-cipher v0.2.0
8002025-01-02T22:29:33.685Z Downloaded dhcproto-macros v0.1.0
8012025-01-02T22:29:33.687Z Downloaded quinn v0.11.5
8022025-01-02T22:29:33.689Z Downloaded either v1.13.0
8032025-01-02T22:29:33.691Z Downloaded unicase v2.7.0
8042025-01-02T22:29:33.693Z Downloaded rusty-fork v0.3.0
8052025-01-02T22:29:33.695Z Downloaded tokio-rustls v0.24.1
8062025-01-02T22:29:33.697Z Downloaded postcard v1.0.10
8072025-01-02T22:29:33.700Z Downloaded nibble_vec v0.1.0
8082025-01-02T22:29:33.704Z Downloaded gethostname v0.5.0
8092025-01-02T22:29:33.707Z Downloaded ena v0.14.3
8102025-01-02T22:29:33.707Z Downloaded tungstenite v0.23.0
8112025-01-02T22:29:33.710Z Downloaded parse-size v1.1.0
8122025-01-02T22:29:33.712Z Downloaded phf_codegen v0.11.2
8132025-01-02T22:29:33.714Z Downloaded phf v0.11.2
8142025-01-02T22:29:33.714Z Downloaded tungstenite v0.21.0
8152025-01-02T22:29:33.718Z Downloaded darling_core v0.20.10
8162025-01-02T22:29:33.724Z Downloaded shlex v1.3.0
8172025-01-02T22:29:33.727Z Downloaded ssh-encoding v0.2.0
8182025-01-02T22:29:33.729Z Downloaded rustc-demangle v0.1.24
8192025-01-02T22:29:33.731Z Downloaded dropshot_endpoint v0.13.0
8202025-01-02T22:29:33.733Z Downloaded der_derive v0.7.3
8212025-01-02T22:29:33.736Z Downloaded serde_path_to_error v0.1.16
8222025-01-02T22:29:33.738Z Downloaded progenitor v0.8.0
8232025-01-02T22:29:33.738Z Downloaded vergen v8.3.2
8242025-01-02T22:29:33.742Z Downloaded unarray v0.1.4
8252025-01-02T22:29:33.744Z Downloaded tokio-rustls v0.26.0
8262025-01-02T22:29:33.747Z Downloaded libm v0.2.8
8272025-01-02T22:29:33.755Z Downloaded spin v0.5.2
8282025-01-02T22:29:33.757Z Downloaded derive_builder_core v0.20.2
8292025-01-02T22:29:33.759Z Downloaded rand v0.8.5
8302025-01-02T22:29:33.763Z Downloaded mockall_derive v0.13.0
8312025-01-02T22:29:33.766Z Downloaded tokio-tungstenite v0.23.1
8322025-01-02T22:29:33.769Z Downloaded itertools v0.12.1
8332025-01-02T22:29:33.777Z Downloaded sigpipe v0.1.3
8342025-01-02T22:29:33.779Z Downloaded progenitor-client v0.8.0
8352025-01-02T22:29:33.782Z Downloaded sync-ptr v0.1.1
8362025-01-02T22:29:33.782Z Downloaded futures-sink v0.3.31
8372025-01-02T22:29:33.784Z Downloaded group v0.13.0
8382025-01-02T22:29:33.784Z Downloaded dirs-next v2.0.0
8392025-01-02T22:29:33.786Z Downloaded oso-derive v0.27.3
8402025-01-02T22:29:33.788Z Downloaded parking_lot_core v0.8.6
8412025-01-02T22:29:33.790Z Downloaded parse-display-derive v0.10.0
8422025-01-02T22:29:33.793Z Downloaded pem-rfc7468 v0.7.0
8432025-01-02T22:29:33.795Z Downloaded parse-display v0.10.0
8442025-01-02T22:29:33.795Z Downloaded num_enum_derive v0.5.11
8452025-01-02T22:29:33.797Z Downloaded futures-task v0.3.31
8462025-01-02T22:29:33.797Z Downloaded psl-types v2.0.11
8472025-01-02T22:29:33.800Z Downloaded phf_shared v0.10.0
8482025-01-02T22:29:33.802Z Downloaded rand_xorshift v0.3.0
8492025-01-02T22:29:33.802Z Downloaded scopeguard v1.2.0
8502025-01-02T22:29:33.805Z Downloaded smallvec v0.6.14
8512025-01-02T22:29:33.805Z Downloaded slog v2.7.0
8522025-01-02T22:29:33.808Z Downloaded scrypt v0.11.0
8532025-01-02T22:29:33.810Z Downloaded strum_macros v0.24.3
8542025-01-02T22:29:33.812Z Downloaded semver v0.1.20
8552025-01-02T22:29:33.815Z Downloaded crossterm v0.28.1
8562025-01-02T22:29:33.822Z Downloaded funty v2.0.0
8572025-01-02T22:29:33.828Z Downloaded hyper v1.5.0
8582025-01-02T22:29:33.832Z Downloaded itertools v0.13.0
8592025-01-02T22:29:33.840Z Downloaded foreign-types-shared v0.1.1
8602025-01-02T22:29:33.843Z Downloaded snafu-derive v0.8.5
8612025-01-02T22:29:33.845Z Downloaded tokio-tungstenite v0.24.0
8622025-01-02T22:29:33.847Z Downloaded time-macros v0.2.18
8632025-01-02T22:29:33.849Z Downloaded yoke v0.7.4
8642025-01-02T22:29:33.852Z Downloaded want v0.3.1
8652025-01-02T22:29:33.854Z Downloaded foreign-types v0.3.2
8662025-01-02T22:29:33.854Z Downloaded tokio-tungstenite v0.21.0
8672025-01-02T22:29:33.857Z Downloaded dyn-clone v1.0.17
8682025-01-02T22:29:33.859Z Downloaded predicates-tree v1.0.11
8692025-01-02T22:29:33.862Z Downloaded supports-color v3.0.1
8702025-01-02T22:29:33.864Z Downloaded shell-words v1.1.0
8712025-01-02T22:29:33.864Z Downloaded sec1 v0.7.3
8722025-01-02T22:29:33.866Z Downloaded phf_generator v0.11.2
8732025-01-02T22:29:33.868Z Downloaded futures-executor v0.3.31
8742025-01-02T22:29:33.871Z Downloaded yasna v0.5.2
8752025-01-02T22:29:33.873Z Downloaded parking_lot_core v0.9.10
8762025-01-02T22:29:33.875Z Downloaded derive_more v0.99.18
8772025-01-02T22:29:33.880Z Downloaded rustversion v1.0.17
8782025-01-02T22:29:33.883Z Downloaded flagset v0.4.6
8792025-01-02T22:29:33.885Z Downloaded globset v0.4.15
8802025-01-02T22:29:33.887Z Downloaded num v0.4.3
8812025-01-02T22:29:33.890Z Downloaded thiserror v2.0.3
8822025-01-02T22:29:33.894Z Downloaded ecdsa v0.16.9
8832025-01-02T22:29:33.897Z Downloaded smallvec v1.13.2
8842025-01-02T22:29:33.899Z Downloaded structmeta v0.2.0
8852025-01-02T22:29:33.901Z Downloaded tokio-postgres v0.7.12
8862025-01-02T22:29:33.906Z Downloaded schemars v0.8.21
8872025-01-02T22:29:33.921Z Downloaded zerofrom v0.1.4
8882025-01-02T22:29:33.923Z Downloaded tower-service v0.3.3
8892025-01-02T22:29:33.923Z Downloaded elliptic-curve v0.13.8
8902025-01-02T22:29:33.927Z Downloaded derive-where v1.2.7
8912025-01-02T22:29:33.932Z Downloaded socket2 v0.5.7
8922025-01-02T22:29:33.934Z Downloaded dunce v1.0.5
8932025-01-02T22:29:33.936Z Downloaded dsl_auto_type v0.1.2
8942025-01-02T22:29:33.939Z Downloaded wait-timeout v0.2.0
8952025-01-02T22:29:33.939Z Downloaded thread_local v1.1.8
8962025-01-02T22:29:33.942Z Downloaded derive_builder v0.20.2
8972025-01-02T22:29:33.946Z Downloaded nu-ansi-term v0.50.1
8982025-01-02T22:29:33.948Z Downloaded zerocopy v0.6.6
8992025-01-02T22:29:33.951Z Downloaded structmeta-derive v0.3.0
9002025-01-02T22:29:33.954Z Downloaded packed_struct_codegen v0.10.1
9012025-01-02T22:29:33.956Z Downloaded which v4.4.2
9022025-01-02T22:29:33.956Z Downloaded unsafe-libyaml v0.2.11
9032025-01-02T22:29:33.959Z Downloaded endian-type v0.1.2
9042025-01-02T22:29:33.962Z Downloaded powerfmt v0.2.0
9052025-01-02T22:29:33.964Z Downloaded smf v0.2.3
9062025-01-02T22:29:33.964Z Downloaded slog-bunyan v2.5.0
9072025-01-02T22:29:33.966Z Downloaded slog-async v2.8.0
9082025-01-02T22:29:33.968Z Downloaded ppv-lite86 v0.2.20
9092025-01-02T22:29:33.968Z Downloaded whoami v1.5.2
9102025-01-02T22:29:33.971Z Downloaded tokio-rustls v0.25.0
9112025-01-02T22:29:33.973Z Downloaded structmeta v0.3.0
9122025-01-02T22:29:33.975Z Downloaded rpassword v7.3.1
9132025-01-02T22:29:33.998Z Downloaded rsa v0.9.6
9142025-01-02T22:29:33.998Z Downloaded sync_wrapper v1.0.1
9152025-01-02T22:29:33.998Z Downloaded precomputed-hash v0.1.1
9162025-01-02T22:29:33.998Z Downloaded zone_cfg_derive v0.3.0
9172025-01-02T22:29:33.998Z Downloaded defmt-parser v0.3.4
9182025-01-02T22:29:33.998Z Downloaded fallible-streaming-iterator v0.1.9
9192025-01-02T22:29:33.998Z Downloaded structmeta-derive v0.2.0
9202025-01-02T22:29:34.005Z Downloaded env_logger v0.11.5
9212025-01-02T22:29:34.005Z Downloaded flate2 v1.0.34
9222025-01-02T22:29:34.005Z Downloaded ed25519-dalek v2.1.1
9232025-01-02T22:29:34.005Z Downloaded blake3 v1.5.4
9242025-01-02T22:29:34.009Z Downloaded termtree v0.4.1
9252025-01-02T22:29:34.011Z Downloaded secrecy v0.8.0
9262025-01-02T22:29:34.015Z Downloaded foreign-types-shared v0.3.1
9272025-01-02T22:29:34.015Z Downloaded serde_with_macros v3.11.0
9282025-01-02T22:29:34.015Z Downloaded ff v0.13.0
9292025-01-02T22:29:34.020Z Downloaded float-ord v0.3.2
9302025-01-02T22:29:34.020Z Downloaded zerovec-derive v0.10.3
9312025-01-02T22:29:34.020Z Downloaded rustls-pemfile v2.2.0
9322025-01-02T22:29:34.026Z Downloaded futures-io v0.3.31
9332025-01-02T22:29:34.026Z Downloaded steno v0.4.1
9342025-01-02T22:29:34.031Z Downloaded phf_shared v0.11.2
9352025-01-02T22:29:34.031Z Downloaded test-strategy v0.3.1
9362025-01-02T22:29:34.034Z Downloaded form_urlencoded v1.2.1
9372025-01-02T22:29:34.036Z Downloaded fallible-iterator v0.3.0
9382025-01-02T22:29:34.038Z Downloaded ref-cast-impl v1.0.23
9392025-01-02T22:29:34.038Z Downloaded zone v0.1.8
9402025-01-02T22:29:34.040Z Downloaded topological-sort v0.2.2
9412025-01-02T22:29:34.040Z Downloaded signal-hook v0.3.17
9422025-01-02T22:29:34.043Z Downloaded p256 v0.13.2
9432025-01-02T22:29:34.048Z Downloaded salty v0.3.0
9442025-01-02T22:29:34.055Z Downloaded untrusted v0.7.1
9452025-01-02T22:29:34.058Z Downloaded unicode-xid v0.2.6
9462025-01-02T22:29:34.060Z Downloaded typify-macro v0.2.0
9472025-01-02T22:29:34.060Z Downloaded postgres-protocol v0.6.7
9482025-01-02T22:29:34.062Z Downloaded unicode-normalization v0.1.24
9492025-01-02T22:29:34.065Z Downloaded ed25519 v2.2.3
9502025-01-02T22:29:34.067Z Downloaded termios v0.3.3
9512025-01-02T22:29:34.070Z Downloaded sct v0.7.1
9522025-01-02T22:29:34.073Z Downloaded zerovec v0.10.4
9532025-01-02T22:29:34.080Z Downloaded hashlink v0.9.1
9542025-01-02T22:29:34.082Z Downloaded rustyline v14.0.0
9552025-01-02T22:29:34.088Z Downloaded pkg-config v0.3.31
9562025-01-02T22:29:34.090Z Downloaded owo-colors v4.1.0
9572025-01-02T22:29:34.093Z Downloaded unicode_categories v0.1.1
9582025-01-02T22:29:34.095Z Downloaded foreign-types v0.5.0
9592025-01-02T22:29:34.097Z Downloaded polyval v0.6.2
9602025-01-02T22:29:34.100Z Downloaded pin-project-internal v1.1.6
9612025-01-02T22:29:34.102Z Downloaded parking_lot v0.11.2
9622025-01-02T22:29:34.104Z Downloaded rustls-pki-types v1.9.0
9632025-01-02T22:29:34.107Z Downloaded env_logger v0.10.2
9642025-01-02T22:29:34.109Z Downloaded poly1305 v0.8.0
9652025-01-02T22:29:34.112Z Downloaded hashbrown v0.12.3
9662025-01-02T22:29:34.117Z Downloaded russh-keys v0.45.0
9672025-01-02T22:29:34.119Z Downloaded tungstenite v0.24.0
9682025-01-02T22:29:34.123Z Downloaded x509-cert v0.2.5
9692025-01-02T22:29:34.130Z Downloaded miniz_oxide v0.8.0
9702025-01-02T22:29:34.133Z Downloaded zip v0.6.6
9712025-01-02T22:29:34.137Z Downloaded snafu v0.8.5
9722025-01-02T22:29:34.144Z Downloaded mio v1.0.2
9732025-01-02T22:29:34.151Z Downloaded pin-project-lite v0.2.14
9742025-01-02T22:29:34.156Z Downloaded der v0.7.9
9752025-01-02T22:29:34.162Z Downloaded num-traits v0.2.19
9762025-01-02T22:29:34.165Z Downloaded parking_lot v0.12.3
9772025-01-02T22:29:34.167Z Downloaded num-complex v0.4.6
9782025-01-02T22:29:34.170Z Downloaded zerocopy-derive v0.8.10
9792025-01-02T22:29:34.176Z Downloaded tracing-attributes v0.1.27
9802025-01-02T22:29:34.179Z Downloaded parse-zoneinfo v0.3.1
9812025-01-02T22:29:34.182Z Downloaded h2 v0.4.6
9822025-01-02T22:29:34.189Z Downloaded zopfli v0.8.1
9832025-01-02T22:29:34.192Z Downloaded sqlparser v0.45.0
9842025-01-02T22:29:34.199Z Downloaded rustls-webpki v0.102.8
9852025-01-02T22:29:34.219Z Downloaded oso v0.27.3
9862025-01-02T22:29:34.222Z Downloaded bitvec v1.0.1
9872025-01-02T22:29:34.237Z Downloaded bindgen v0.69.5
9882025-01-02T22:29:34.245Z Downloaded p521 v0.13.3
9892025-01-02T22:29:34.249Z Downloaded predicates v3.1.2
9902025-01-02T22:29:34.252Z Downloaded futures-util v0.3.31
9912025-01-02T22:29:34.265Z Downloaded serde_yaml v0.9.34+deprecated
9922025-01-02T22:29:34.268Z Downloaded russh v0.45.0
9932025-01-02T22:29:34.275Z Downloaded subprocess v0.2.9
9942025-01-02T22:29:34.277Z Downloaded tracing-core v0.1.32
9952025-01-02T22:29:34.280Z Downloaded ron v0.8.1
9962025-01-02T22:29:34.286Z Downloaded tracing v0.1.40
9972025-01-02T22:29:34.291Z Downloaded url v2.5.3
9982025-01-02T22:29:34.295Z Downloaded rcgen v0.12.1
9992025-01-02T22:29:34.298Z Downloaded rayon-core v1.12.1
10002025-01-02T22:29:34.302Z Downloaded unicode-segmentation v1.12.0
10012025-01-02T22:29:34.306Z Downloaded headers v0.4.0
10022025-01-02T22:29:34.312Z Downloaded serde_with v3.11.0
10032025-01-02T22:29:34.321Z Downloaded hashbrown v0.13.2
10042025-01-02T22:29:34.326Z Downloaded openssl-sys v0.9.103
10052025-01-02T22:29:34.332Z Downloaded lalrpop v0.19.12
10062025-01-02T22:29:34.345Z Downloaded expectorate v1.1.0
10072025-01-02T22:29:34.347Z Downloaded typed-path v0.9.3
10082025-01-02T22:29:34.354Z Downloaded ssh-key v0.6.6
10092025-01-02T22:29:34.362Z Downloaded zip v2.1.3
10102025-01-02T22:29:34.366Z Downloaded time v0.3.36
10112025-01-02T22:29:34.374Z Downloaded num-bigint v0.4.6
10122025-01-02T22:29:34.380Z Downloaded num-bigint-dig v0.8.4
10132025-01-02T22:29:34.385Z Downloaded idna v0.4.0
10142025-01-02T22:29:34.393Z Downloaded idna v0.2.3
10152025-01-02T22:29:34.400Z Downloaded winnow v0.5.40
10162025-01-02T22:29:34.409Z Downloaded idna v0.5.0
10172025-01-02T22:29:34.417Z Downloaded hashbrown v0.14.5
10182025-01-02T22:29:34.423Z Downloaded quick-xml v0.33.0
10192025-01-02T22:29:34.430Z Downloaded tough v0.19.0
10202025-01-02T22:29:34.438Z Downloaded quinn-proto v0.11.8
10212025-01-02T22:29:34.446Z Downloaded git2 v0.19.0
10222025-01-02T22:29:34.455Z Downloaded rayon v1.10.0
10232025-01-02T22:29:34.465Z Downloaded object v0.30.4
10242025-01-02T22:29:34.476Z Downloaded rusqlite v0.32.1
10252025-01-02T22:29:34.483Z Downloaded vcpkg v0.2.15
10262025-01-02T22:29:34.523Z Downloaded reedline v0.35.0
10272025-01-02T22:29:34.530Z Downloaded icu_properties_data v1.5.0
10282025-01-02T22:29:34.541Z Downloaded chrono v0.4.38
10292025-01-02T22:29:34.549Z Downloaded radix_trie v0.2.1
10302025-01-02T22:29:34.556Z Downloaded petname v2.0.2
10312025-01-02T22:29:34.562Z Downloaded idna v0.3.0
10322025-01-02T22:29:34.569Z Downloaded rustls-webpki v0.101.7
10332025-01-02T22:29:34.584Z Downloaded reqwest v0.12.9
10342025-01-02T22:29:34.592Z Downloaded gimli v0.31.1
10352025-01-02T22:29:34.601Z Downloaded nix v0.29.0
10362025-01-02T22:29:34.614Z Downloaded portable-atomic v1.9.0
10372025-01-02T22:29:34.622Z Downloaded regex v1.11.1
10382025-01-02T22:29:34.637Z Downloaded chrono-tz v0.10.0
10392025-01-02T22:29:34.643Z Downloaded zerocopy v0.8.10
10402025-01-02T22:29:34.670Z Downloaded p384 v0.13.0
10412025-01-02T22:29:34.676Z Downloaded bstr v1.10.0
10422025-01-02T22:29:34.687Z Downloaded webpki-roots v0.26.6
10432025-01-02T22:29:34.692Z Downloaded smoltcp v0.9.1
10442025-01-02T22:29:34.703Z Downloaded nix v0.28.0
10452025-01-02T22:29:34.715Z Downloaded polar-core v0.27.3
10462025-01-02T22:29:34.725Z Downloaded nix v0.27.1
10472025-01-02T22:29:34.736Z Downloaded regex-syntax v0.6.29
10482025-01-02T22:29:34.744Z Downloaded regress v0.9.1
10492025-01-02T22:29:34.753Z Downloaded sled v0.34.7
10502025-01-02T22:29:34.765Z Downloaded diesel v2.2.6
10512025-01-02T22:29:34.786Z Downloaded openapiv3 v2.0.0
10522025-01-02T22:29:34.798Z Downloaded dropshot v0.13.0
10532025-01-02T22:29:34.820Z Downloaded ratatui v0.28.1
10542025-01-02T22:29:34.839Z Downloaded regex-syntax v0.8.5
10552025-01-02T22:29:34.847Z Downloaded unicode-width v0.2.0
10562025-01-02T22:29:34.853Z Downloaded rustls v0.23.14
10572025-01-02T22:29:34.866Z Downloaded regress v0.10.1
10582025-01-02T22:29:34.876Z Downloaded rustls v0.22.4
10592025-01-02T22:29:34.889Z Downloaded bzip2-sys v0.1.11+1.0.8
10602025-01-02T22:29:34.902Z Downloaded openssl v0.10.66
10612025-01-02T22:29:34.911Z Downloaded typify-impl v0.2.0
10622025-01-02T22:29:34.927Z Downloaded zerocopy-derive v0.6.6
10632025-01-02T22:29:34.937Z Downloaded regex-automata v0.4.8
10642025-01-02T22:29:34.955Z Downloaded hickory-proto v0.24.1
10652025-01-02T22:29:34.970Z Downloaded trust-dns-proto v0.22.0
10662025-01-02T22:29:34.982Z Downloaded rustls v0.21.12
10672025-01-02T22:29:34.993Z Downloaded object v0.36.5
10682025-01-02T22:29:35.008Z Downloaded dropshot v0.12.0
10692025-01-02T22:29:35.026Z Downloaded curve25519-dalek v4.1.3
10702025-01-02T22:29:35.035Z Downloaded lzma-sys v0.1.20
10712025-01-02T22:29:35.064Z Downloaded proptest v1.5.0
10722025-01-02T22:29:35.074Z Downloaded smoltcp v0.11.0
10732025-01-02T22:29:35.085Z Downloaded petgraph v0.6.5
10742025-01-02T22:29:35.103Z Downloaded csv v1.3.0
10752025-01-02T22:29:35.123Z Downloaded nom v7.1.3
10762025-01-02T22:29:35.128Z Downloaded tokio v1.40.0
10772025-01-02T22:29:35.165Z Downloaded tokio-util v0.7.12
10782025-01-02T22:29:35.171Z Downloaded foldhash v0.1.3
10792025-01-02T22:29:35.173Z Downloaded fixedbitset v0.4.2
10802025-01-02T22:29:35.173Z Downloaded sha3 v0.10.8
10812025-01-02T22:29:35.178Z Downloaded twox-hash v1.6.3
10822025-01-02T22:29:35.180Z Downloaded libz-sys v1.1.20
10832025-01-02T22:29:35.200Z Downloaded hkdf v0.12.4
10842025-01-02T22:29:35.203Z Downloaded unicode-bidi v0.3.17
10852025-01-02T22:29:35.205Z Downloaded rand_seeder v0.3.0
10862025-01-02T22:29:35.208Z Downloaded deranged v0.3.11
10872025-01-02T22:29:35.208Z Downloaded pin-project v1.1.6
10882025-01-02T22:29:35.219Z Downloaded fatfs v0.3.6
10892025-01-02T22:29:35.221Z Downloaded vsss-rs v3.3.4
10902025-01-02T22:29:35.224Z Downloaded diesel_derives v2.2.3
10912025-01-02T22:29:35.228Z Downloaded idna v1.0.3
10922025-01-02T22:29:35.232Z Downloaded native-tls v0.2.12
10932025-01-02T22:29:35.235Z Downloaded uzers v0.12.1
10942025-01-02T22:29:35.238Z Downloaded toml_edit v0.19.15
10952025-01-02T22:29:35.252Z Downloaded embedded-io v0.6.1
10962025-01-02T22:29:35.254Z Downloaded postgres-types v0.2.8
10972025-01-02T22:29:35.256Z Downloaded tinyvec v1.8.0
10982025-01-02T22:29:35.259Z Downloaded similar v2.6.0
10992025-01-02T22:29:35.262Z Downloaded tar v0.4.42
11002025-01-02T22:29:35.265Z Downloaded enum-as-inner v0.5.1
11012025-01-02T22:29:35.267Z Downloaded diff v0.1.13
11022025-01-02T22:29:35.269Z Downloaded term v0.7.0
11032025-01-02T22:29:35.272Z Downloaded cc v1.1.30
11042025-01-02T22:29:35.276Z Downloaded tap v1.0.1
11052025-01-02T22:29:35.278Z Downloaded num-derive v0.4.2
11062025-01-02T22:29:35.280Z Downloaded stringprep v0.1.5
11072025-01-02T22:29:35.280Z Downloaded defmt-macros v0.3.9
11082025-01-02T22:29:35.283Z Downloaded defmt v0.3.8
11092025-01-02T22:29:35.285Z Downloaded pkcs5 v0.7.1
11102025-01-02T22:29:35.289Z Downloaded unicode-properties v0.1.3
11112025-01-02T22:29:35.291Z Downloaded quinn-udp v0.5.5
11122025-01-02T22:29:35.293Z Downloaded zone_cfg_derive v0.1.2
11132025-01-02T22:29:35.293Z Downloaded crypto-bigint v0.5.5
11142025-01-02T22:29:35.299Z Downloaded float-cmp v0.9.0
11152025-01-02T22:29:35.301Z Downloaded publicsuffix v2.2.3
11162025-01-02T22:29:35.304Z Downloaded compact_str v0.8.0
11172025-01-02T22:29:35.307Z Downloaded chacha20poly1305 v0.10.1
11182025-01-02T22:29:35.309Z Downloaded pkcs8 v0.10.2
11192025-01-02T22:29:35.312Z Downloaded pkcs1 v0.7.5
11202025-01-02T22:29:35.314Z Downloaded samael v0.0.17
11212025-01-02T22:29:35.318Z Downloaded password-hash v0.5.0
11222025-01-02T22:29:35.322Z Downloaded dhcproto v0.12.0
11232025-01-02T22:29:35.324Z Downloaded uuid v1.11.0
11242025-01-02T22:29:35.326Z Downloaded toml v0.7.8
11252025-01-02T22:29:35.329Z Downloaded base64 v0.22.1
11262025-01-02T22:29:35.332Z Downloaded utf16_iter v1.0.5
11272025-01-02T22:29:35.334Z Downloaded universal-hash v0.5.1
11282025-01-02T22:29:35.334Z Downloaded slog-stdlog v4.1.1
11292025-01-02T22:29:35.336Z Downloaded paste v1.0.15
11302025-01-02T22:29:35.339Z Downloaded crossbeam-utils v0.8.20
11312025-01-02T22:29:35.341Z Downloaded crc-any v2.5.0
11322025-01-02T22:29:35.344Z Downloaded cookie v0.18.1
11332025-01-02T22:29:35.347Z Downloaded heapless v0.7.17
11342025-01-02T22:29:35.352Z Downloaded allocator-api2 v0.2.18
11352025-01-02T22:29:35.354Z Downloaded filetime v0.2.25
11362025-01-02T22:29:35.354Z Downloaded displaydoc v0.2.5
11372025-01-02T22:29:35.357Z Downloaded display-error-chain v0.2.2
11382025-01-02T22:29:35.359Z Downloaded indicatif v0.17.9
11392025-01-02T22:29:35.361Z Downloaded clang-sys v1.8.1
11402025-01-02T22:29:35.364Z Downloaded sha1 v0.10.6
11412025-01-02T22:29:35.367Z Downloaded icu_properties v1.5.1
11422025-01-02T22:29:35.369Z Downloaded crc32fast v1.4.2
11432025-01-02T22:29:35.372Z Downloaded cookie_store v0.21.0
11442025-01-02T22:29:35.372Z Downloaded cancel-safe-futures v0.1.5
11452025-01-02T22:29:35.374Z Downloaded icu_locid v1.5.0
11462025-01-02T22:29:35.379Z Downloaded ref-cast v1.0.23
11472025-01-02T22:29:35.381Z Downloaded lock_api v0.4.12
11482025-01-02T22:29:35.384Z Downloaded arrayvec v0.7.6
11492025-01-02T22:29:35.386Z Downloaded block-padding v0.3.3
11502025-01-02T22:29:35.386Z Downloaded sqlformat v0.2.6
11512025-01-02T22:29:35.389Z Downloaded rustc-hash v1.1.0
11522025-01-02T22:29:35.389Z Downloaded hyper-rustls v0.27.3
11532025-01-02T22:29:35.391Z Downloaded argon2 v0.5.3
11542025-01-02T22:29:35.393Z Downloaded ipnet v2.10.1
11552025-01-02T22:29:35.393Z Downloaded iana-time-zone v0.1.61
11562025-01-02T22:29:35.395Z Downloaded bitfield v0.14.0
11572025-01-02T22:29:35.397Z Downloaded hyper-staticfile v0.10.1
11582025-01-02T22:29:35.399Z Downloaded darling v0.20.10
11592025-01-02T22:29:35.402Z Downloaded cmake v0.1.51
11602025-01-02T22:29:35.404Z Downloaded ciborium-ll v0.2.2
11612025-01-02T22:29:35.439Z Downloaded encoding_rs v0.8.34
11622025-01-02T22:29:35.535Z Downloaded libgit2-sys v0.17.0+1.8.1
11632025-01-02T22:29:35.876Z Downloaded aws-lc-sys v0.22.0
11642025-01-02T22:29:36.366Z Downloaded ring v0.17.8
11652025-01-02T22:29:36.551Z Downloaded libsqlite3-sys v0.30.1
11662025-01-02T22:29:36.630Z Downloaded ring v0.16.20
11672025-01-02T22:29:36.811Z Compiling serde v1.0.215
11682025-01-02T22:29:36.814Z Compiling lock_api v0.4.12
11692025-01-02T22:29:36.814Z Compiling scopeguard v1.2.0
11702025-01-02T22:29:36.814Z Compiling value-bag v1.9.0
11712025-01-02T22:29:36.814Z Compiling typenum v1.17.0
11722025-01-02T22:29:36.814Z Compiling generic-array v0.14.7
11732025-01-02T22:29:36.998Z Compiling syn v2.0.87
11742025-01-02T22:29:37.014Z Compiling getrandom v0.2.15
11752025-01-02T22:29:37.128Z Compiling subtle v2.6.1
11762025-01-02T22:29:37.279Z Compiling rand_core v0.6.4
11772025-01-02T22:29:37.483Z Compiling log v0.4.22
11782025-01-02T22:29:37.501Z Compiling shlex v1.3.0
11792025-01-02T22:29:37.521Z Compiling jobserver v0.1.32
11802025-01-02T22:29:37.596Z Compiling smallvec v1.13.2
11812025-01-02T22:29:37.991Z Compiling const-oid v0.9.6
11822025-01-02T22:29:38.016Z Compiling cc v1.1.30
11832025-01-02T22:29:38.053Z Compiling spin v0.9.8
11842025-01-02T22:29:38.191Z Compiling pin-project-lite v0.2.14
11852025-01-02T22:29:38.322Z Compiling rustix v0.38.37
11862025-01-02T22:29:38.463Z Compiling parking_lot_core v0.9.10
11872025-01-02T22:29:38.466Z Compiling futures-core v0.3.31
11882025-01-02T22:29:38.624Z Compiling signal-hook-registry v1.4.2
11892025-01-02T22:29:38.740Z Compiling stable_deref_trait v1.2.0
11902025-01-02T22:29:38.851Z Compiling mio v1.0.2
11912025-01-02T22:29:39.232Z Compiling aho-corasick v1.1.3
11922025-01-02T22:29:39.485Z Compiling parking_lot v0.12.3
11932025-01-02T22:29:39.690Z Compiling either v1.13.0
11942025-01-02T22:29:39.877Z Compiling cpufeatures v0.2.14
11952025-01-02T22:29:39.994Z Compiling regex-syntax v0.8.5
11962025-01-02T22:29:40.131Z Compiling lazy_static v1.5.0
11972025-01-02T22:29:40.152Z Compiling futures-sink v0.3.31
11982025-01-02T22:29:40.173Z Compiling glob v0.3.1
11992025-01-02T22:29:40.254Z Compiling socket2 v0.5.7
12002025-01-02T22:29:40.312Z Compiling slab v0.4.9
12012025-01-02T22:29:40.495Z Compiling prettyplease v0.2.25
12022025-01-02T22:29:40.769Z Compiling minimal-lexical v0.2.1
12032025-01-02T22:29:41.148Z Compiling libloading v0.8.5
12042025-01-02T22:29:41.234Z Compiling clang-sys v1.8.1
12052025-01-02T22:29:41.311Z Compiling nom v7.1.3
12062025-01-02T22:29:41.342Z Compiling serde_json v1.0.132
12072025-01-02T22:29:41.585Z Compiling bindgen v0.69.5
12082025-01-02T22:29:41.662Z Compiling home v0.5.9
12092025-01-02T22:29:41.980Z Compiling futures-channel v0.3.31
12102025-01-02T22:29:42.395Z Compiling itertools v0.12.1
12112025-01-02T22:29:42.415Z Compiling rustc-hash v1.1.0
12122025-01-02T22:29:42.569Z Compiling pin-utils v0.1.0
12132025-01-02T22:29:42.627Z Compiling futures-io v0.3.31
12142025-01-02T22:29:42.667Z Compiling allocator-api2 v0.2.18
12152025-01-02T22:29:42.950Z Compiling futures-task v0.3.31
12162025-01-02T22:29:43.255Z Compiling lazycell v1.3.0
12172025-01-02T22:29:43.434Z Compiling foldhash v0.1.3
12182025-01-02T22:29:43.529Z Compiling cmake v0.1.51
12192025-01-02T22:29:43.734Z Compiling regex-automata v0.4.8
12202025-01-02T22:29:44.587Z Compiling hashbrown v0.15.1
12212025-01-02T22:29:45.141Z Compiling synstructure v0.13.1
12222025-01-02T22:29:45.592Z Compiling cexpr v0.6.0
12232025-01-02T22:29:45.963Z Compiling dunce v1.0.5
12242025-01-02T22:29:46.097Z Compiling libm v0.2.8
12252025-01-02T22:29:46.433Z Compiling litemap v0.7.3
12262025-01-02T22:29:46.836Z Compiling writeable v0.5.5
12272025-01-02T22:29:46.839Z Compiling fs_extra v1.3.0
12282025-01-02T22:29:46.898Z Compiling pkg-config v0.3.31
12292025-01-02T22:29:47.403Z Compiling tinyvec_macros v0.1.1
12302025-01-02T22:29:47.424Z Compiling num-traits v0.2.19
12312025-01-02T22:29:47.493Z Compiling tinyvec v1.8.0
12322025-01-02T22:29:47.951Z Compiling ring v0.17.8
12332025-01-02T22:29:48.367Z Compiling base64ct v1.6.0
12342025-01-02T22:29:48.499Z Compiling unicode-bidi v0.3.17
12352025-01-02T22:29:48.897Z Compiling icu_locid_transform_data v1.5.0
12362025-01-02T22:29:48.945Z Compiling paste v1.0.15
12372025-01-02T22:29:48.992Z Compiling unicode-normalization v0.1.24
12382025-01-02T22:29:49.019Z Compiling pem-rfc7468 v0.7.0
12392025-01-02T22:29:49.434Z Compiling regex v1.11.1
12402025-01-02T22:29:49.959Z Compiling httparse v1.9.5
12412025-01-02T22:29:50.128Z Compiling icu_properties_data v1.5.0
12422025-01-02T22:29:50.403Z Compiling percent-encoding v2.3.1
12432025-01-02T22:29:50.498Z Compiling flagset v0.4.6
12442025-01-02T22:29:50.635Z Compiling aws-lc-rs v1.10.0
12452025-01-02T22:29:50.774Z Compiling tracing-core v0.1.32
12462025-01-02T22:29:51.088Z Compiling write16 v1.0.0
12472025-01-02T22:29:51.226Z Compiling icu_normalizer_data v1.5.0
12482025-01-02T22:29:51.332Z Compiling utf16_iter v1.0.5
12492025-01-02T22:29:51.531Z Compiling rustls-pki-types v1.9.0
12502025-01-02T22:29:51.884Z Compiling utf8_iter v1.0.4
12512025-01-02T22:29:51.924Z Compiling crossbeam-utils v0.8.20
12522025-01-02T22:29:52.148Z Compiling vcpkg v0.2.15
12532025-01-02T22:29:52.231Z Compiling serde_derive v1.0.215
12542025-01-02T22:29:52.500Z Compiling zeroize_derive v1.4.2
12552025-01-02T22:29:52.613Z Compiling zerocopy-derive v0.7.35
12562025-01-02T22:29:52.827Z Compiling zerofrom-derive v0.1.4
12572025-01-02T22:29:54.102Z Compiling zeroize v1.8.1
12582025-01-02T22:29:54.271Z Compiling yoke-derive v0.7.4
12592025-01-02T22:29:54.499Z Compiling tokio-macros v2.4.0
12602025-01-02T22:29:54.949Z Compiling zerocopy v0.7.35
12612025-01-02T22:29:55.048Z Compiling zerovec-derive v0.10.3
12622025-01-02T22:29:55.909Z Compiling crypto-common v0.1.6
12632025-01-02T22:29:56.145Z Compiling block-buffer v0.10.4
12642025-01-02T22:29:56.167Z Compiling thiserror-impl v1.0.69
12652025-01-02T22:29:56.418Z Compiling digest v0.10.7
12662025-01-02T22:29:56.617Z Compiling displaydoc v0.2.5
12672025-01-02T22:29:56.908Z Compiling hmac v0.12.1
12682025-01-02T22:29:56.928Z Compiling futures-macro v0.3.31
12692025-01-02T22:29:57.062Z Compiling zerofrom v0.1.4
12702025-01-02T22:29:57.170Z Compiling block-padding v0.3.3
12712025-01-02T22:29:57.292Z Compiling icu_provider_macros v1.5.0
12722025-01-02T22:29:57.313Z Compiling yoke v0.7.4
12732025-01-02T22:29:57.418Z Compiling inout v0.1.3
12742025-01-02T22:29:57.697Z Compiling cipher v0.4.4
12752025-01-02T22:29:57.717Z Compiling sha2 v0.10.8
12762025-01-02T22:29:57.742Z Compiling zerovec v0.10.4
12772025-01-02T22:29:58.302Z Compiling ppv-lite86 v0.2.20
12782025-01-02T22:29:58.427Z Compiling der_derive v0.7.3
12792025-01-02T22:29:58.585Z Compiling tracing-attributes v0.1.27
12802025-01-02T22:29:58.920Z Compiling futures-util v0.3.31
12812025-01-02T22:29:59.201Z Compiling rand_chacha v0.3.1
12822025-01-02T22:29:59.770Z Compiling thiserror v1.0.69
12832025-01-02T22:29:59.907Z Compiling tinystr v0.7.6
12842025-01-02T22:30:00.049Z Compiling icu_collections v1.5.0
12852025-01-02T22:30:00.329Z Compiling icu_locid v1.5.0
12862025-01-02T22:30:01.040Z Compiling der v0.7.9
12872025-01-02T22:30:01.358Z Compiling pest v2.7.14
12882025-01-02T22:30:01.554Z Compiling icu_provider v1.5.0
12892025-01-02T22:30:01.572Z Compiling rand v0.8.5
12902025-01-02T22:30:02.538Z Compiling icu_locid_transform v1.5.0
12912025-01-02T22:30:02.673Z Compiling tracing v0.1.40
12922025-01-02T22:30:02.842Z Compiling salsa20 v0.10.2
12932025-01-02T22:30:03.085Z Compiling pbkdf2 v0.12.2
12942025-01-02T22:30:03.239Z Compiling spki v0.7.3
12952025-01-02T22:30:03.311Z Compiling mirai-annotations v1.12.0
12962025-01-02T22:30:03.517Z Compiling untrusted v0.7.1
12972025-01-02T22:30:03.640Z Compiling time-core v0.1.2
12982025-01-02T22:30:03.711Z Compiling num-conv v0.1.0
12992025-01-02T22:30:03.817Z Compiling icu_properties v1.5.1
13002025-01-02T22:30:03.836Z Compiling untrusted v0.9.0
13012025-01-02T22:30:04.013Z Compiling powerfmt v0.2.0
13022025-01-02T22:30:04.034Z Compiling time-macros v0.2.18
13032025-01-02T22:30:04.444Z Compiling deranged v0.3.11
13042025-01-02T22:30:04.561Z Compiling pest_meta v2.7.14
13052025-01-02T22:30:05.368Z Compiling scrypt v0.11.0
13062025-01-02T22:30:05.978Z Compiling aes v0.8.4
13072025-01-02T22:30:06.366Z Compiling cbc v0.1.2
13082025-01-02T22:30:06.614Z Compiling bitflags v2.6.0
13092025-01-02T22:30:06.638Z Compiling bytes v1.8.0
13102025-01-02T22:30:07.348Z Compiling indexmap v2.6.0
13112025-01-02T22:30:07.964Z Compiling tokio v1.40.0
13122025-01-02T22:30:08.378Z Compiling http v1.1.0
13132025-01-02T22:30:08.826Z Compiling icu_normalizer v1.5.0
13142025-01-02T22:30:08.877Z Compiling semver v1.0.23
13152025-01-02T22:30:08.919Z Compiling openssl-sys v0.9.103
13162025-01-02T22:30:09.677Z Compiling rustc_version v0.4.1
13172025-01-02T22:30:09.847Z Compiling idna_adapter v1.2.0
13182025-01-02T22:30:10.034Z Compiling scroll_derive v0.12.0
13192025-01-02T22:30:10.091Z Compiling form_urlencoded v1.2.1
13202025-01-02T22:30:10.384Z Compiling atomic-waker v1.1.2
13212025-01-02T22:30:10.437Z Compiling num_threads v0.1.7
13222025-01-02T22:30:10.570Z Compiling time v0.3.36
13232025-01-02T22:30:10.591Z Compiling idna v1.0.3
13242025-01-02T22:30:10.594Z Compiling http-body v1.0.1
13252025-01-02T22:30:10.839Z Compiling pkcs5 v0.7.1
13262025-01-02T22:30:10.861Z Compiling pest_generator v2.7.14
13272025-01-02T22:30:10.906Z Compiling try-lock v0.2.5
13282025-01-02T22:30:11.053Z Compiling which v4.4.2
13292025-01-02T22:30:11.616Z Compiling scroll v0.12.0
13302025-01-02T22:30:12.144Z Compiling slog v2.7.0
13312025-01-02T22:30:12.187Z Compiling goblin v0.8.2
13322025-01-02T22:30:12.434Z Compiling pkcs8 v0.10.2
13332025-01-02T22:30:12.491Z Compiling url v2.5.3
13342025-01-02T22:30:12.724Z Compiling want v0.3.1
13352025-01-02T22:30:12.925Z Compiling pest_derive v2.7.14
13362025-01-02T22:30:13.072Z Compiling httpdate v1.0.3
13372025-01-02T22:30:13.583Z Compiling serde_tokenstream v0.2.2
13382025-01-02T22:30:13.755Z Compiling dtrace-parser v0.2.0
13392025-01-02T22:30:14.085Z Compiling uuid v1.11.0
13402025-01-02T22:30:14.225Z Compiling toml_datetime v0.6.8
13412025-01-02T22:30:14.661Z Compiling serde_spanned v0.6.8
13422025-01-02T22:30:14.747Z Compiling adler2 v2.0.0
13432025-01-02T22:30:14.900Z Compiling iana-time-zone v0.1.61
13442025-01-02T22:30:14.959Z Compiling tower-service v0.3.3
13452025-01-02T22:30:15.094Z Compiling openssl v0.10.66
13462025-01-02T22:30:15.368Z Compiling base64 v0.22.1
13472025-01-02T22:30:15.518Z Compiling foreign-types-shared v0.1.1
13482025-01-02T22:30:15.539Z Compiling match_cfg v0.1.0
13492025-01-02T22:30:15.635Z Compiling rustversion v1.0.17
13502025-01-02T22:30:15.656Z Compiling hostname v0.3.1
13512025-01-02T22:30:15.911Z Compiling foreign-types v0.3.2
13522025-01-02T22:30:15.989Z Compiling chrono v0.4.38
13532025-01-02T22:30:16.030Z Compiling miniz_oxide v0.8.0
13542025-01-02T22:30:16.140Z Compiling openssl-macros v0.1.1
13552025-01-02T22:30:16.399Z Compiling async-trait v0.1.83
13562025-01-02T22:30:16.907Z Compiling tokio-util v0.7.12
13572025-01-02T22:30:17.407Z Compiling dirs-sys-next v0.1.2
13582025-01-02T22:30:17.600Z Compiling data-encoding v2.6.0
13592025-01-02T22:30:18.133Z Compiling h2 v0.4.6
13602025-01-02T22:30:18.466Z Compiling dof v0.3.0
13612025-01-02T22:30:19.266Z Compiling usdt-impl v0.5.0
13622025-01-02T22:30:19.799Z Compiling rustls v0.22.4
13632025-01-02T22:30:20.054Z Compiling siphasher v0.3.11
13642025-01-02T22:30:20.077Z Compiling rustls v0.23.14
13652025-01-02T22:30:20.346Z Compiling native-tls v0.2.12
13662025-01-02T22:30:20.463Z Compiling syn v1.0.109
13672025-01-02T22:30:20.725Z Compiling dirs-next v2.0.0
13682025-01-02T22:30:20.931Z Compiling http-body-util v0.1.2
13692025-01-02T22:30:21.186Z Compiling heapless v0.7.17
13702025-01-02T22:30:21.453Z Compiling crossbeam-epoch v0.9.18
13712025-01-02T22:30:21.637Z Compiling signature v2.2.0
13722025-01-02T22:30:21.941Z Compiling sha1 v0.10.6
13732025-01-02T22:30:22.243Z Compiling bzip2-sys v0.1.11+1.0.8
13742025-01-02T22:30:22.317Z Compiling serde_derive_internals v0.29.1
13752025-01-02T22:30:22.378Z Compiling thread_local v1.1.8
13762025-01-02T22:30:22.744Z Compiling encoding_rs v0.8.34
13772025-01-02T22:30:22.924Z Compiling multer v3.1.0
13782025-01-02T22:30:23.011Z Compiling cookie v0.18.1
13792025-01-02T22:30:23.213Z Compiling schemars v0.8.21
13802025-01-02T22:30:23.303Z Compiling unicode-properties v0.1.3
13812025-01-02T22:30:23.564Z Compiling mime v0.3.17
13822025-01-02T22:30:23.717Z Compiling slog-async v2.8.0
13832025-01-02T22:30:24.022Z Compiling ipnet v2.10.1
13842025-01-02T22:30:24.195Z Compiling openssl-probe v0.1.5
13852025-01-02T22:30:24.247Z Compiling signal-hook v0.3.17
13862025-01-02T22:30:24.509Z Compiling gimli v0.31.1
13872025-01-02T22:30:24.546Z Compiling rayon-core v1.12.1
13882025-01-02T22:30:24.946Z Compiling stringprep v0.1.5
13892025-01-02T22:30:25.131Z Compiling schemars_derive v0.8.21
13902025-01-02T22:30:25.300Z Compiling hyper v1.5.0
13912025-01-02T22:30:26.209Z Compiling toml_edit v0.22.22
13922025-01-02T22:30:27.986Z Compiling hyper-util v0.1.10
13932025-01-02T22:30:28.852Z Compiling usdt-macro v0.5.0
13942025-01-02T22:30:29.111Z Compiling addr2line v0.24.2
13952025-01-02T22:30:29.579Z Compiling usdt-attr-macro v0.5.0
13962025-01-02T22:30:29.804Z Compiling crossbeam-deque v0.8.5
13972025-01-02T22:30:30.162Z Compiling term v0.7.0
13982025-01-02T22:30:30.329Z Compiling slog-json v2.6.1
13992025-01-02T22:30:30.714Z Compiling curve25519-dalek v4.1.3
14002025-01-02T22:30:31.053Z Compiling serde_urlencoded v0.7.1
14012025-01-02T22:30:31.252Z Compiling crossbeam-channel v0.5.13
14022025-01-02T22:30:31.272Z Compiling futures-executor v0.3.31
14032025-01-02T22:30:31.345Z Compiling enum-as-inner v0.6.1
14042025-01-02T22:30:31.613Z Compiling md-5 v0.10.6
14052025-01-02T22:30:31.684Z Compiling async-stream-impl v0.3.6
14062025-01-02T22:30:31.853Z Compiling rustls-pemfile v2.2.0
14072025-01-02T22:30:31.897Z Compiling num-integer v0.1.46
14082025-01-02T22:30:32.217Z Compiling idna v0.4.0
14092025-01-02T22:30:32.351Z Compiling idna v0.3.0
14102025-01-02T22:30:32.483Z Compiling hash32 v0.2.1
14112025-01-02T22:30:32.676Z Compiling ff v0.13.0
14122025-01-02T22:30:32.928Z Compiling is-terminal v0.4.13
14132025-01-02T22:30:32.946Z Compiling object v0.36.5
14142025-01-02T22:30:33.071Z Compiling dropshot v0.12.0
14152025-01-02T22:30:33.121Z Compiling base16ct v0.2.0
14162025-01-02T22:30:33.367Z Compiling rustc-demangle v0.1.24
14172025-01-02T22:30:33.491Z Compiling utf-8 v0.7.6
14182025-01-02T22:30:33.833Z Compiling dyn-clone v1.0.17
14192025-01-02T22:30:33.949Z Compiling smoltcp v0.9.1
14202025-01-02T22:30:34.062Z Compiling num-bigint-dig v0.8.4
14212025-01-02T22:30:34.101Z Compiling portable-atomic v1.9.0
14222025-01-02T22:30:34.335Z Compiling fallible-iterator v0.2.0
14232025-01-02T22:30:34.358Z Compiling anyhow v1.0.93
14242025-01-02T22:30:34.646Z Compiling psl-types v2.0.11
14252025-01-02T22:30:34.763Z Compiling take_mut v0.2.2
14262025-01-02T22:30:34.854Z Compiling linked-hash-map v0.5.6
14272025-01-02T22:30:34.924Z Compiling quick-error v1.2.3
14282025-01-02T22:30:35.070Z Compiling resolv-conf v0.7.0
14292025-01-02T22:30:35.091Z Compiling postgres-protocol v0.6.7
14302025-01-02T22:30:35.196Z Compiling lru-cache v0.1.2
14312025-01-02T22:30:35.347Z Compiling publicsuffix v2.2.3
14322025-01-02T22:30:35.627Z Compiling tungstenite v0.24.0
14332025-01-02T22:30:35.939Z Compiling sec1 v0.7.3
14342025-01-02T22:30:36.458Z Compiling hickory-proto v0.24.1
14352025-01-02T22:30:36.519Z Compiling async-stream v0.3.6
14362025-01-02T22:30:36.555Z Compiling slog-term v2.9.1
14372025-01-02T22:30:36.842Z Compiling usdt v0.5.0
14382025-01-02T22:30:37.348Z Compiling group v0.13.0
14392025-01-02T22:30:37.860Z Compiling num-iter v0.1.45
14402025-01-02T22:30:38.065Z Compiling futures v0.3.31
14412025-01-02T22:30:38.227Z Compiling slog-bunyan v2.5.0
14422025-01-02T22:30:38.464Z Compiling toml v0.8.19
14432025-01-02T22:30:40.160Z Compiling camino v1.1.9
14442025-01-02T22:30:40.184Z Compiling tokio-native-tls v0.3.1
14452025-01-02T22:30:40.456Z Compiling backtrace v0.3.74
14462025-01-02T22:30:40.659Z Compiling phf_shared v0.11.2
14472025-01-02T22:30:41.057Z Compiling dropshot_endpoint v0.12.0
14482025-01-02T22:30:41.143Z Compiling terminal_size v0.4.0
14492025-01-02T22:30:41.213Z Compiling waitgroup v0.1.2
14502025-01-02T22:30:41.282Z Compiling openapiv3 v2.0.0
14512025-01-02T22:30:41.367Z Compiling serde_path_to_error v0.1.16
14522025-01-02T22:30:41.452Z Compiling hkdf v0.12.4
14532025-01-02T22:30:41.723Z Compiling crypto-bigint v0.5.5
14542025-01-02T22:30:42.243Z Compiling zerocopy-derive v0.6.6
14552025-01-02T22:30:44.293Z Compiling curve25519-dalek-derive v0.1.1
14562025-01-02T22:30:44.393Z Compiling hubpack_derive v0.1.1
14572025-01-02T22:30:44.592Z Compiling webpki-roots v0.26.6
14582025-01-02T22:30:44.811Z Compiling idna v0.5.0
14592025-01-02T22:30:45.337Z Compiling hostname v0.4.0
14602025-01-02T22:30:45.584Z Compiling ahash v0.8.11
14612025-01-02T22:30:45.762Z Compiling crc32fast v1.4.2
14622025-01-02T22:30:45.832Z Compiling fs-err v2.11.0
14632025-01-02T22:30:45.876Z Compiling winnow v0.5.40
14642025-01-02T22:30:45.919Z Compiling bitflags v1.3.2
14652025-01-02T22:30:46.034Z Compiling managed v0.8.0
14662025-01-02T22:30:46.101Z Compiling debug-ignore v1.0.5
14672025-01-02T22:30:46.259Z Compiling console v0.15.8
14682025-01-02T22:30:46.280Z Compiling strum_macros v0.25.3
14692025-01-02T22:30:46.510Z Compiling flate2 v1.0.34
14702025-01-02T22:30:47.226Z Compiling clap_builder v4.5.21
14712025-01-02T22:30:48.027Z Compiling cookie_store v0.21.0
14722025-01-02T22:30:48.603Z Compiling hubpack v0.1.2
14732025-01-02T22:30:48.639Z Compiling elliptic-curve v0.13.8
14742025-01-02T22:30:49.084Z Compiling zerocopy v0.6.6
14752025-01-02T22:30:49.501Z Compiling toml_edit v0.19.15
14762025-01-02T22:30:49.631Z Compiling hickory-resolver v0.24.1
14772025-01-02T22:30:49.957Z Compiling phf v0.11.2
14782025-01-02T22:30:50.268Z Compiling signal-hook-mio v0.2.4
14792025-01-02T22:30:50.448Z Compiling hyper-tls v0.6.0
14802025-01-02T22:30:50.571Z Compiling rayon v1.10.0
14812025-01-02T22:30:50.685Z Compiling bzip2 v0.4.4
14822025-01-02T22:30:51.083Z Compiling tokio-tungstenite v0.24.0
14832025-01-02T22:30:51.661Z Compiling postgres-types v0.2.8
14842025-01-02T22:30:54.727Z Compiling ed25519 v2.2.3
14852025-01-02T22:30:55.507Z Compiling phf_shared v0.10.0
14862025-01-02T22:30:55.941Z Compiling tokio-stream v0.1.16
14872025-01-02T22:30:55.990Z Compiling pkcs1 v0.7.5
14882025-01-02T22:30:56.591Z Compiling serde-big-array v0.5.1
14892025-01-02T22:30:56.685Z Compiling clap_derive v4.5.18
14902025-01-02T22:30:56.826Z Compiling rfc6979 v0.4.0
14912025-01-02T22:30:56.937Z Compiling derive-where v1.2.7
14922025-01-02T22:30:56.995Z Compiling serde_repr v0.1.19
14932025-01-02T22:30:57.025Z Compiling float-cmp v0.9.0
14942025-01-02T22:30:57.047Z Compiling bstr v1.10.0
14952025-01-02T22:30:57.241Z Compiling sync_wrapper v1.0.1
14962025-01-02T22:30:57.403Z Compiling unicode-segmentation v1.12.0
14972025-01-02T22:30:57.767Z Compiling fixedbitset v0.4.2
14982025-01-02T22:30:58.252Z Compiling static_assertions v1.1.0
14992025-01-02T22:30:58.279Z Compiling normalize-line-endings v0.3.0
15002025-01-02T22:30:58.360Z Compiling number_prefix v0.4.0
15012025-01-02T22:30:58.382Z Compiling precomputed-hash v0.1.1
15022025-01-02T22:30:58.415Z Compiling bit-vec v0.6.3
15032025-01-02T22:30:58.493Z Compiling new_debug_unreachable v1.0.6
15042025-01-02T22:30:58.587Z Compiling difflib v0.4.0
15052025-01-02T22:30:58.609Z Compiling predicates-core v1.0.8
15062025-01-02T22:30:58.881Z Compiling whoami v1.5.2
15072025-01-02T22:30:58.903Z Compiling unicode-width v0.2.0
15082025-01-02T22:30:58.982Z Compiling predicates v3.1.2
15092025-01-02T22:30:59.441Z Compiling indicatif v0.17.9
15102025-01-02T22:30:59.544Z Compiling tokio-postgres v0.7.12
15112025-01-02T22:31:00.219Z Compiling bit-set v0.5.3
15122025-01-02T22:31:00.524Z Compiling string_cache v0.8.7
15132025-01-02T22:31:00.650Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15142025-01-02T22:31:00.817Z Compiling similar v2.6.0
15152025-01-02T22:31:01.009Z Compiling petgraph v0.6.5
15162025-01-02T22:31:01.721Z Compiling ecdsa v0.16.9
15172025-01-02T22:31:01.891Z Compiling clap v4.5.21
15182025-01-02T22:31:02.025Z Compiling rsa v0.9.6
15192025-01-02T22:31:02.632Z Compiling ed25519-dalek v2.1.1
15202025-01-02T22:31:03.391Z Compiling toml v0.7.8
15212025-01-02T22:31:04.058Z Compiling zip v0.6.6
15222025-01-02T22:31:05.203Z Compiling crossterm v0.28.1
15232025-01-02T22:31:05.514Z Compiling hex v0.4.3
15242025-01-02T22:31:05.585Z Compiling x509-cert v0.2.5
15252025-01-02T22:31:05.947Z Compiling itertools v0.10.5
15262025-01-02T22:31:06.164Z Compiling unicode-xid v0.2.6
15272025-01-02T22:31:06.351Z Compiling lalrpop-util v0.19.12
15282025-01-02T22:31:06.406Z Compiling peg-runtime v0.8.3
15292025-01-02T22:31:06.735Z Compiling strum_macros v0.26.4
15302025-01-02T22:31:07.137Z Compiling xattr v1.3.1
15312025-01-02T22:31:07.407Z Compiling filetime v0.2.25
15322025-01-02T22:31:07.735Z Compiling tar v0.4.42
15332025-01-02T22:31:11.917Z Compiling strum v0.26.3
15342025-01-02T22:31:14.843Z Compiling aws-lc-sys v0.22.0
15352025-01-02T22:31:43.152Z Compiling rustls-webpki v0.102.8
15362025-01-02T22:31:46.677Z Compiling tokio-rustls v0.25.0
15372025-01-02T22:31:48.476Z Compiling tokio-rustls v0.26.0
15382025-01-02T22:31:48.847Z Compiling hyper-rustls v0.27.3
15392025-01-02T22:31:49.146Z Compiling reqwest v0.12.9
15402025-01-02T22:31:50.654Z Compiling qorb v0.2.1
15412025-01-02T22:31:55.329Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15422025-01-02T22:31:55.574Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15432025-01-02T22:32:01.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15442025-01-02T22:32:01.676Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15452025-01-02T22:32:01.747ZJan 02 22:32:00.964 INFO Starting download, target: Cockroach
15462025-01-02T22:32:01.747ZJan 02 22:32:00.965 INFO Starting download, target: Console
15472025-01-02T22:32:01.754ZJan 02 22:32:00.965 INFO Starting download, target: Clickhouse
15482025-01-02T22:32:01.754ZJan 02 22:32:00.965 INFO Starting download, target: DendriteOpenapi
15492025-01-02T22:32:01.755ZJan 02 22:32:00.965 INFO Starting download, target: DendriteStub
15502025-01-02T22:32:01.755ZJan 02 22:32:00.965 INFO Starting download, target: MaghemiteMgd
15512025-01-02T22:32:01.755ZJan 02 22:32:00.965 INFO Starting download, target: TransceiverControl
15522025-01-02T22:32:01.755ZJan 02 22:32:00.965 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532025-01-02T22:32:01.755ZJan 02 22:32:00.965 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15542025-01-02T22:32:01.756ZJan 02 22:32:00.965 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15552025-01-02T22:32:01.756ZJan 02 22:32:00.966 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562025-01-02T22:32:01.756ZJan 02 22:32:00.966 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15572025-01-02T22:32:01.756ZJan 02 22:32:00.966 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15582025-01-02T22:32:01.756ZJan 02 22:32:00.966 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15592025-01-02T22:32:02.206ZJan 02 22:32:01.382 INFO Download complete, target: DendriteOpenapi
15602025-01-02T22:32:02.276ZJan 02 22:32:01.434 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15612025-01-02T22:32:02.417ZJan 02 22:32:01.605 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15622025-01-02T22:32:02.533ZJan 02 22:32:01.736 INFO Download complete, target: Console
15632025-01-02T22:32:02.977ZJan 02 22:32:02.183 INFO Download complete, target: TransceiverControl
15642025-01-02T22:32:03.169ZJan 02 22:32:02.396 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15652025-01-02T22:32:03.282ZJan 02 22:32:02.516 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15662025-01-02T22:32:03.673ZJan 02 22:32:02.902 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15672025-01-02T22:32:03.984ZJan 02 22:32:03.218 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682025-01-02T22:32:03.984ZJan 02 22:32:03.218 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692025-01-02T22:32:06.033ZJan 02 22:32:05.266 INFO Download complete, target: DendriteStub
15702025-01-02T22:32:06.158ZJan 02 22:32:05.393 INFO Download complete, target: MaghemiteMgd
15712025-01-02T22:32:11.194ZJan 02 22:32:10.428 INFO Checking that binary works, target: Cockroach
15722025-01-02T22:32:11.363ZJan 02 22:32:10.583 INFO Download complete, target: Cockroach
15732025-01-02T22:32:15.803ZJan 02 22:32:15.035 INFO Checking that binary works, target: Clickhouse
15742025-01-02T22:32:15.932ZJan 02 22:32:15.166 INFO Download complete, target: Clickhouse
15752025-01-02T22:32:15.952ZAll builder prerequisites installed successfully, and PATH looks valid
15762025-01-02T22:32:15.955Z
15772025-01-02T22:32:15.955Zreal 5:16.813864487
15782025-01-02T22:32:15.955Zuser 16:47.968746921
15792025-01-02T22:32:15.955Zsys 3:17.550371459
15802025-01-02T22:32:15.955Ztrap 0.582428101
15812025-01-02T22:32:15.955Ztflt 1.746216676
15822025-01-02T22:32:15.955Zdflt 2.271549570
15832025-01-02T22:32:15.955Zkflt 0.024206621
15842025-01-02T22:32:15.955Zlock 29:40.372071797
15852025-01-02T22:32:15.955Zslp 1:03:22.805434518
15862025-01-02T22:32:15.955Zlat 59.210185690
15872025-01-02T22:32:15.955Zstop 2:20.376529726
15882025-01-02T22:32:15.955Z+ banner hack-check
15892025-01-02T22:32:15.957Z
15902025-01-02T22:32:15.957Z # # ## #### # # #### # # ###### #### # #
15912025-01-02T22:32:15.957Z # # # # # # # # # # # # # # # # #
15922025-01-02T22:32:15.958Z ###### # # # #### ##### # ###### ##### # ####
15932025-01-02T22:32:15.958Z # # ###### # # # # # # # # # #
15942025-01-02T22:32:15.958Z # # # # # # # # # # # # # # # # #
15952025-01-02T22:32:15.958Z # # # # #### # # #### # # ###### #### # #
15962025-01-02T22:32:15.958Z
15972025-01-02T22:32:15.958Z+ export CARGO_INCREMENTAL=0
15982025-01-02T22:32:15.958Z+ CARGO_INCREMENTAL=0
15992025-01-02T22:32:15.958Z+ ptime -m timeout 2h cargo xtask check-features --ci
16002025-01-02T22:32:16.500Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16012025-01-02T22:32:20.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
16022025-01-02T22:32:20.162Z Running `target/debug/xtask check-features --ci`
16032025-01-02T22:32:20.184Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16042025-01-02T22:32:20.184Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16052025-01-02T22:32:20.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16062025-01-02T22:32:20.679Z Running `target/debug/xtask download cargo-hack`
16072025-01-02T22:32:21.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16082025-01-02T22:32:21.899Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16092025-01-02T22:32:27.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
16102025-01-02T22:32:27.210Z Running `target/debug/xtask-downloader cargo-hack`
16112025-01-02T22:32:27.249ZJan 02 22:32:26.481 INFO Starting download, target: CargoHack
16122025-01-02T22:32:27.251ZJan 02 22:32:26.482 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16132025-01-02T22:32:27.812ZJan 02 22:32:27.044 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16142025-01-02T22:32:27.900ZJan 02 22:32:27.133 INFO Download complete, target: CargoHack
16152025-01-02T22:32:27.904Zrunning: "/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"
16162025-01-02T22:32:27.920Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16172025-01-02T22:32:28.093Zinfo: running `cargo check --bins` on api_identity (1/173)
16182025-01-02T22:32:28.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192025-01-02T22:32:28.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202025-01-02T22:32:28.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212025-01-02T22:32:28.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16222025-01-02T22:32:28.715Z
16232025-01-02T22:32:28.715Zinfo: running `cargo check --bins` on bootstore (2/173)
16242025-01-02T22:32:29.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252025-01-02T22:32:29.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262025-01-02T22:32:29.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272025-01-02T22:32:29.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16282025-01-02T22:32:29.370Z
16292025-01-02T22:32:29.370Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16302025-01-02T22:32:29.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312025-01-02T22:32:29.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322025-01-02T22:32:29.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332025-01-02T22:32:29.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16342025-01-02T22:32:30.004Z
16352025-01-02T22:32:30.004Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16362025-01-02T22:32:30.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372025-01-02T22:32:30.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382025-01-02T22:32:30.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392025-01-02T22:32:30.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16402025-01-02T22:32:30.650Z
16412025-01-02T22:32:30.650Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16422025-01-02T22:32:31.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432025-01-02T22:32:31.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442025-01-02T22:32:31.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452025-01-02T22:32:31.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16462025-01-02T22:32:31.079Z
16472025-01-02T22:32:31.079Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16482025-01-02T22:32:31.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492025-01-02T22:32:31.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502025-01-02T22:32:31.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512025-01-02T22:32:31.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16522025-01-02T22:32:31.509Z
16532025-01-02T22:32:31.509Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16542025-01-02T22:32:31.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552025-01-02T22:32:31.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562025-01-02T22:32:31.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572025-01-02T22:32:31.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16582025-01-02T22:32:31.940Z
16592025-01-02T22:32:31.940Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16602025-01-02T22:32:32.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612025-01-02T22:32:32.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622025-01-02T22:32:32.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632025-01-02T22:32:32.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16642025-01-02T22:32:32.382Z
16652025-01-02T22:32:32.382Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16662025-01-02T22:32:32.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672025-01-02T22:32:32.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682025-01-02T22:32:32.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692025-01-02T22:32:32.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16702025-01-02T22:32:32.822Z
16712025-01-02T22:32:32.822Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16722025-01-02T22:32:33.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-01-02T22:32:33.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-01-02T22:32:33.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-01-02T22:32:33.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16762025-01-02T22:32:33.255Z
16772025-01-02T22:32:33.255Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16782025-01-02T22:32:33.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-01-02T22:32:33.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-01-02T22:32:33.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-01-02T22:32:33.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16822025-01-02T22:32:33.695Z
16832025-01-02T22:32:33.696Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16842025-01-02T22:32:34.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-01-02T22:32:34.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-01-02T22:32:34.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-01-02T22:32:34.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16882025-01-02T22:32:34.143Z
16892025-01-02T22:32:34.143Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16902025-01-02T22:32:34.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-01-02T22:32:34.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-01-02T22:32:34.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-01-02T22:32:34.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16942025-01-02T22:32:34.565Z
16952025-01-02T22:32:34.566Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16962025-01-02T22:32:34.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-01-02T22:32:34.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-01-02T22:32:34.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-01-02T22:32:34.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17002025-01-02T22:32:34.991Z
17012025-01-02T22:32:34.991Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17022025-01-02T22:32:35.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-01-02T22:32:35.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-01-02T22:32:35.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-01-02T22:32:35.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17062025-01-02T22:32:35.418Z
17072025-01-02T22:32:35.418Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17082025-01-02T22:32:35.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-01-02T22:32:35.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-01-02T22:32:35.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-01-02T22:32:35.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17122025-01-02T22:32:35.848Z
17132025-01-02T22:32:35.848Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17142025-01-02T22:32:36.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-01-02T22:32:36.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-01-02T22:32:36.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-01-02T22:32:36.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182025-01-02T22:32:36.270Z
17192025-01-02T22:32:36.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17202025-01-02T22:32:36.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-01-02T22:32:36.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-01-02T22:32:36.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-01-02T22:32:36.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17242025-01-02T22:32:36.703Z
17252025-01-02T22:32:36.703Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17262025-01-02T22:32:37.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-01-02T22:32:37.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-01-02T22:32:37.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-01-02T22:32:37.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17302025-01-02T22:32:37.134Z
17312025-01-02T22:32:37.134Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17322025-01-02T22:32:37.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-01-02T22:32:37.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-01-02T22:32:37.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-01-02T22:32:37.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17362025-01-02T22:32:37.566Z
17372025-01-02T22:32:37.566Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17382025-01-02T22:32:37.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-01-02T22:32:37.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-01-02T22:32:37.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-01-02T22:32:37.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17422025-01-02T22:32:37.996Z
17432025-01-02T22:32:37.996Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17442025-01-02T22:32:38.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-01-02T22:32:38.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-01-02T22:32:38.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-01-02T22:32:38.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17482025-01-02T22:32:38.437Z
17492025-01-02T22:32:38.437Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17502025-01-02T22:32:38.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-01-02T22:32:38.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-01-02T22:32:38.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-01-02T22:32:38.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17542025-01-02T22:32:38.875Z
17552025-01-02T22:32:38.875Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17562025-01-02T22:32:39.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-01-02T22:32:39.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-01-02T22:32:39.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-01-02T22:32:39.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17602025-01-02T22:32:39.317Z
17612025-01-02T22:32:39.318Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17622025-01-02T22:32:39.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-01-02T22:32:39.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-01-02T22:32:39.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-01-02T22:32:39.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17662025-01-02T22:32:39.968Z
17672025-01-02T22:32:39.968Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17682025-01-02T22:32:40.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-01-02T22:32:40.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-01-02T22:32:40.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-01-02T22:32:40.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17722025-01-02T22:32:40.629Z
17732025-01-02T22:32:40.629Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17742025-01-02T22:32:41.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-01-02T22:32:41.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-01-02T22:32:41.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-01-02T22:32:41.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17782025-01-02T22:32:41.283Z
17792025-01-02T22:32:41.283Zinfo: running `cargo check --bins` on oxlog (28/173)
17802025-01-02T22:32:41.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-01-02T22:32:41.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-01-02T22:32:41.917Z Checking cfg-if v1.0.0
17832025-01-02T22:32:41.920Z Checking libc v0.2.162
17842025-01-02T22:32:42.026Z Checking serde v1.0.215
17852025-01-02T22:32:42.028Z Checking zeroize v1.8.1
17862025-01-02T22:32:42.046Z Checking memchr v2.7.4
17872025-01-02T22:32:42.049Z Checking typenum v1.17.0
17882025-01-02T22:32:42.055Z Checking scopeguard v1.2.0
17892025-01-02T22:32:42.081Z Checking subtle v2.6.1
17902025-01-02T22:32:42.096Z Checking value-bag v1.9.0
17912025-01-02T22:32:42.207Z Checking lock_api v0.4.12
17922025-01-02T22:32:42.287Z Checking smallvec v1.13.2
17932025-01-02T22:32:42.336Z Checking const-oid v0.9.6
17942025-01-02T22:32:42.507Z Checking log v0.4.22
17952025-01-02T22:32:42.655Z Checking itoa v1.0.11
17962025-01-02T22:32:42.671Z Checking pin-project-lite v0.2.14
17972025-01-02T22:32:42.814Z Checking byteorder v1.5.0
17982025-01-02T22:32:42.881Z Checking futures-core v0.3.31
17992025-01-02T22:32:42.913Z Checking once_cell v1.20.2
18002025-01-02T22:32:43.037Z Checking stable_deref_trait v1.2.0
18012025-01-02T22:32:43.074Z Checking cpufeatures v0.2.14
18022025-01-02T22:32:43.135Z Checking futures-sink v0.3.31
18032025-01-02T22:32:43.169Z Checking getrandom v0.2.15
18042025-01-02T22:32:43.182Z Checking signal-hook-registry v1.4.2
18052025-01-02T22:32:43.201Z Checking parking_lot_core v0.9.10
18062025-01-02T22:32:43.232Z Checking mio v1.0.2
18072025-01-02T22:32:43.263Z Checking socket2 v0.5.7
18082025-01-02T22:32:43.378Z Checking generic-array v0.14.7
18092025-01-02T22:32:43.412Z Checking rand_core v0.6.4
18102025-01-02T22:32:43.448Z Checking spin v0.9.8
18112025-01-02T22:32:43.532Z Checking parking_lot v0.12.3
18122025-01-02T22:32:43.710Z Checking zerofrom v0.1.4
18132025-01-02T22:32:43.751Z Checking zerocopy v0.7.35
18142025-01-02T22:32:43.807Z Checking slab v0.4.9
18152025-01-02T22:32:43.838Z Checking futures-channel v0.3.31
18162025-01-02T22:32:43.877Z Checking allocator-api2 v0.2.18
18172025-01-02T22:32:43.927Z Checking yoke v0.7.4
18182025-01-02T22:32:44.071Z Checking futures-task v0.3.31
18192025-01-02T22:32:44.175Z Checking foldhash v0.1.3
18202025-01-02T22:32:44.211Z Checking equivalent v1.0.1
18212025-01-02T22:32:44.265Z Checking zerovec v0.10.4
18222025-01-02T22:32:44.315Z Checking futures-io v0.3.31
18232025-01-02T22:32:44.330Z Checking pin-utils v0.1.0
18242025-01-02T22:32:44.378Z Checking litemap v0.7.3
18252025-01-02T22:32:44.414Z Checking tinyvec_macros v0.1.1
18262025-01-02T22:32:44.494Z Checking futures-util v0.3.31
18272025-01-02T22:32:44.509Z Checking ryu v1.0.18
18282025-01-02T22:32:44.512Z Checking hashbrown v0.15.1
18292025-01-02T22:32:44.540Z Checking crypto-common v0.1.6
18302025-01-02T22:32:44.716Z Checking block-buffer v0.10.4
18312025-01-02T22:32:44.732Z Checking block-padding v0.3.3
18322025-01-02T22:32:44.746Z Checking writeable v0.5.5
18332025-01-02T22:32:44.932Z Checking inout v0.1.3
18342025-01-02T22:32:44.945Z Checking digest v0.10.7
18352025-01-02T22:32:45.065Z Checking tinyvec v1.8.0
18362025-01-02T22:32:45.156Z Checking fnv v1.0.7
18372025-01-02T22:32:45.205Z Checking cipher v0.4.4
18382025-01-02T22:32:45.282Z Checking libm v0.2.8
18392025-01-02T22:32:45.325Z Checking hmac v0.12.1
18402025-01-02T22:32:45.560Z Checking sha2 v0.10.8
18412025-01-02T22:32:45.621Z Checking icu_locid_transform_data v1.5.0
18422025-01-02T22:32:45.712Z Checking unicode-bidi v0.3.17
18432025-01-02T22:32:45.729Z Checking base64ct v1.6.0
18442025-01-02T22:32:45.978Z Checking tinystr v0.7.6
18452025-01-02T22:32:46.150Z Checking icu_collections v1.5.0
18462025-01-02T22:32:46.184Z Checking pem-rfc7468 v0.7.0
18472025-01-02T22:32:46.203Z Checking num-traits v0.2.19
18482025-01-02T22:32:46.342Z Checking icu_locid v1.5.0
18492025-01-02T22:32:46.363Z Checking ppv-lite86 v0.2.20
18502025-01-02T22:32:46.404Z Checking unicode-normalization v0.1.24
18512025-01-02T22:32:46.444Z Checking percent-encoding v2.3.1
18522025-01-02T22:32:46.653Z Checking icu_properties_data v1.5.0
18532025-01-02T22:32:46.838Z Checking flagset v0.4.6
18542025-01-02T22:32:46.894Z Checking tracing-core v0.1.32
18552025-01-02T22:32:47.029Z Checking der v0.7.9
18562025-01-02T22:32:47.096Z Checking bytes v1.8.0
18572025-01-02T22:32:47.129Z Checking indexmap v2.6.0
18582025-01-02T22:32:47.281Z Checking serde_json v1.0.132
18592025-01-02T22:32:47.424Z Checking icu_provider v1.5.0
18602025-01-02T22:32:47.589Z Checking rand_chacha v0.3.1
18612025-01-02T22:32:47.889Z Checking bitflags v2.6.0
18622025-01-02T22:32:47.906Z Checking tokio v1.40.0
18632025-01-02T22:32:47.980Z Checking http v1.1.0
18642025-01-02T22:32:48.117Z Checking icu_locid_transform v1.5.0
18652025-01-02T22:32:48.188Z Checking thiserror v1.0.69
18662025-01-02T22:32:48.326Z Checking write16 v1.0.0
18672025-01-02T22:32:48.449Z Checking rustls-pki-types v1.9.0
18682025-01-02T22:32:48.465Z Checking utf8_iter v1.0.4
18692025-01-02T22:32:48.683Z Checking icu_normalizer_data v1.5.0
18702025-01-02T22:32:48.786Z Checking utf16_iter v1.0.5
18712025-01-02T22:32:48.889Z Checking spki v0.7.3
18722025-01-02T22:32:48.953Z Checking rand v0.8.5
18732025-01-02T22:32:49.035Z Checking tracing v0.1.40
18742025-01-02T22:32:49.051Z Checking salsa20 v0.10.2
18752025-01-02T22:32:49.094Z Checking icu_properties v1.5.1
18762025-01-02T22:32:49.175Z Checking pbkdf2 v0.12.2
18772025-01-02T22:32:49.258Z Checking aws-lc-sys v0.22.0
18782025-01-02T22:32:49.349Z Checking httparse v1.9.5
18792025-01-02T22:32:49.365Z Checking untrusted v0.7.1
18802025-01-02T22:32:49.380Z Checking powerfmt v0.2.0
18812025-01-02T22:32:49.528Z Checking untrusted v0.9.0
18822025-01-02T22:32:49.641Z Checking mirai-annotations v1.12.0
18832025-01-02T22:32:49.690Z Checking ring v0.17.8
18842025-01-02T22:32:49.784Z Checking deranged v0.3.11
18852025-01-02T22:32:49.801Z Checking scrypt v0.11.0
18862025-01-02T22:32:49.818Z Checking form_urlencoded v1.2.1
18872025-01-02T22:32:50.020Z Checking aes v0.8.4
18882025-01-02T22:32:50.037Z Checking cbc v0.1.2
18892025-01-02T22:32:50.255Z Checking crossbeam-utils v0.8.20
18902025-01-02T22:32:50.333Z Checking num-conv v0.1.0
18912025-01-02T22:32:50.586Z Checking atomic-waker v1.1.2
18922025-01-02T22:32:50.722Z Checking time-core v0.1.2
18932025-01-02T22:32:50.891Z Checking num_threads v0.1.7
18942025-01-02T22:32:50.984Z Checking pkcs5 v0.7.1
18952025-01-02T22:32:51.002Z Checking http-body v1.0.1
18962025-01-02T22:32:51.019Z Checking try-lock v0.2.5
18972025-01-02T22:32:51.152Z Checking want v0.3.1
18982025-01-02T22:32:51.205Z Checking httpdate v1.0.3
18992025-01-02T22:32:51.335Z Checking unicode-ident v1.0.13
19002025-01-02T22:32:51.434Z Checking uuid v1.11.0
19012025-01-02T22:32:51.500Z Checking proc-macro2 v1.0.89
19022025-01-02T22:32:51.502Z Checking pkcs8 v0.10.2
19032025-01-02T22:32:51.595Z Checking serde_spanned v0.6.8
19042025-01-02T22:32:51.666Z Checking time v0.3.36
19052025-01-02T22:32:51.776Z Checking toml_datetime v0.6.8
19062025-01-02T22:32:51.801Z Checking slog v2.7.0
19072025-01-02T22:32:51.909Z Checking aws-lc-rs v1.10.0
19082025-01-02T22:32:52.042Z Checking scroll v0.12.0
19092025-01-02T22:32:52.064Z Checking match_cfg v0.1.0
19102025-01-02T22:32:52.153Z Checking adler2 v2.0.0
19112025-01-02T22:32:52.194Z Checking base64 v0.22.1
19122025-01-02T22:32:52.293Z Checking tower-service v0.3.3
19132025-01-02T22:32:52.309Z Checking ucd-trie v0.1.7
19142025-01-02T22:32:52.417Z Checking iana-time-zone v0.1.61
19152025-01-02T22:32:52.482Z Checking icu_normalizer v1.5.0
19162025-01-02T22:32:52.499Z Checking foreign-types-shared v0.1.1
19172025-01-02T22:32:52.523Z Checking plain v0.2.3
19182025-01-02T22:32:52.563Z Checking chrono v0.4.38
19192025-01-02T22:32:52.606Z Checking foreign-types v0.3.2
19202025-01-02T22:32:52.656Z Checking pest v2.7.14
19212025-01-02T22:32:52.676Z Checking goblin v0.8.2
19222025-01-02T22:32:52.693Z Checking miniz_oxide v0.8.0
19232025-01-02T22:32:53.280Z Checking idna_adapter v1.2.0
19242025-01-02T22:32:53.398Z Checking quote v1.0.37
19252025-01-02T22:32:53.480Z Checking idna v1.0.3
19262025-01-02T22:32:53.744Z Checking hostname v0.3.1
19272025-01-02T22:32:53.811Z Checking rustls-webpki v0.102.8
19282025-01-02T22:32:53.867Z Checking openssl-sys v0.9.103
19292025-01-02T22:32:53.962Z Checking url v2.5.3
19302025-01-02T22:32:54.204Z Checking errno v0.3.9
19312025-01-02T22:32:54.403Z Checking dirs-sys-next v0.1.2
19322025-01-02T22:32:54.612Z Checking aho-corasick v1.1.3
19332025-01-02T22:32:54.654Z Checking siphasher v0.3.11
19342025-01-02T22:32:54.679Z Checking pretty-hex v0.4.1
19352025-01-02T22:32:54.852Z Checking data-encoding v2.6.0
19362025-01-02T22:32:54.922Z Checking regex-syntax v0.8.5
19372025-01-02T22:32:54.962Z Checking dirs-next v2.0.0
19382025-01-02T22:32:55.178Z Checking rustix v0.38.37
19392025-01-02T22:32:55.182Z Checking openssl v0.10.66
19402025-01-02T22:32:55.185Z Checking dtrace-parser v0.2.0
19412025-01-02T22:32:55.500Z Checking tokio-util v0.7.12
19422025-01-02T22:32:55.517Z Checking syn v2.0.87
19432025-01-02T22:32:55.659Z Checking http-body-util v0.1.2
19442025-01-02T22:32:56.161Z Checking crossbeam-epoch v0.9.18
19452025-01-02T22:32:56.258Z Checking sha1 v0.10.6
19462025-01-02T22:32:56.436Z Checking h2 v0.4.6
19472025-01-02T22:32:56.544Z Checking signature v2.2.0
19482025-01-02T22:32:56.603Z Checking lazy_static v1.5.0
19492025-01-02T22:32:56.723Z Checking thread_local v1.1.8
19502025-01-02T22:32:56.752Z Checking thread-id v4.2.2
19512025-01-02T22:32:56.873Z Checking encoding_rs v0.8.34
19522025-01-02T22:32:57.005Z Checking mime v0.3.17
19532025-01-02T22:32:57.346Z Checking unicode-properties v0.1.3
19542025-01-02T22:32:57.729Z Checking utf8parse v0.2.2
19552025-01-02T22:32:57.745Z Checking dof v0.3.0
19562025-01-02T22:32:57.882Z Checking anstyle v1.0.10
19572025-01-02T22:32:58.202Z Checking regex-automata v0.4.8
19582025-01-02T22:32:58.248Z Checking either v1.13.0
19592025-01-02T22:32:58.342Z Checking gimli v0.31.1
19602025-01-02T22:32:58.652Z Checking winnow v0.6.20
19612025-01-02T22:32:58.748Z Checking openssl-probe v0.1.5
19622025-01-02T22:32:58.915Z Checking ipnet v2.10.1
19632025-01-02T22:32:59.160Z Checking anstyle-parse v0.2.5
19642025-01-02T22:32:59.392Z Checking stringprep v0.1.5
19652025-01-02T22:32:59.447Z Checking crossbeam-deque v0.8.5
19662025-01-02T22:32:59.687Z Checking term v0.7.0
19672025-01-02T22:32:59.771Z Checking rustls v0.22.4
19682025-01-02T22:33:00.128Z Checking rustls v0.23.14
19692025-01-02T22:33:00.751Z Checking native-tls v0.2.12
19702025-01-02T22:33:01.100Z Checking slog-json v2.6.1
19712025-01-02T22:33:01.373Z Checking crossbeam-channel v0.5.13
19722025-01-02T22:33:01.737Z Checking toml_edit v0.22.22
19732025-01-02T22:33:02.108Z Checking serde_urlencoded v0.7.1
19742025-01-02T22:33:02.184Z Checking usdt-impl v0.5.0
19752025-01-02T22:33:02.398Z Checking addr2line v0.24.2
19762025-01-02T22:33:02.525Z Checking futures-executor v0.3.31
19772025-01-02T22:33:02.753Z Checking rustls-pemfile v2.2.0
19782025-01-02T22:33:02.769Z Checking num-integer v0.1.46
19792025-01-02T22:33:02.807Z Checking hyper v1.5.0
19802025-01-02T22:33:02.825Z Checking idna v0.4.0
19812025-01-02T22:33:02.916Z Checking idna v0.3.0
19822025-01-02T22:33:02.963Z Checking md-5 v0.10.6
19832025-01-02T22:33:03.184Z Checking ff v0.13.0
19842025-01-02T22:33:03.234Z Checking hash32 v0.2.1
19852025-01-02T22:33:03.388Z Checking memmap v0.7.0
19862025-01-02T22:33:03.554Z Checking is-terminal v0.4.13
19872025-01-02T22:33:03.591Z Checking object v0.36.5
19882025-01-02T22:33:03.606Z Checking take_mut v0.2.2
19892025-01-02T22:33:03.665Z Checking base16ct v0.2.0
19902025-01-02T22:33:03.681Z Checking rustc-demangle v0.1.24
19912025-01-02T22:33:03.745Z Checking colorchoice v1.0.2
19922025-01-02T22:33:03.783Z Checking anstyle-query v1.1.1
19932025-01-02T22:33:03.875Z Checking utf-8 v0.7.6
19942025-01-02T22:33:03.878Z Checking dyn-clone v1.0.17
19952025-01-02T22:33:03.909Z Checking quick-error v1.2.3
19962025-01-02T22:33:04.040Z Checking linked-hash-map v0.5.6
19972025-01-02T22:33:04.056Z Checking is_terminal_polyfill v1.70.1
19982025-01-02T22:33:04.087Z Checking fallible-iterator v0.2.0
19992025-01-02T22:33:04.106Z Checking psl-types v2.0.11
20002025-01-02T22:33:04.173Z Checking anstream v0.6.15
20012025-01-02T22:33:04.296Z Checking toml v0.8.19
20022025-01-02T22:33:04.299Z Checking publicsuffix v2.2.3
20032025-01-02T22:33:04.360Z Checking lru-cache v0.1.2
20042025-01-02T22:33:04.536Z Checking tungstenite v0.24.0
20052025-01-02T22:33:04.539Z Checking resolv-conf v0.7.0
20062025-01-02T22:33:04.569Z Checking schemars v0.8.21
20072025-01-02T22:33:04.680Z Checking postgres-protocol v0.6.7
20082025-01-02T22:33:04.876Z Checking hyper-util v0.1.10
20092025-01-02T22:33:04.898Z Checking sec1 v0.7.3
20102025-01-02T22:33:05.060Z Checking slog-async v2.8.0
20112025-01-02T22:33:05.276Z Checking hickory-proto v0.24.1
20122025-01-02T22:33:05.361Z Checking slog-term v2.9.1
20132025-01-02T22:33:05.398Z Checking usdt v0.5.0
20142025-01-02T22:33:05.487Z Checking tokio-rustls v0.25.0
20152025-01-02T22:33:05.683Z Checking heapless v0.7.17
20162025-01-02T22:33:05.709Z Checking tokio-rustls v0.26.0
20172025-01-02T22:33:05.867Z Checking group v0.13.0
20182025-01-02T22:33:05.893Z Checking num-iter v0.1.45
20192025-01-02T22:33:06.080Z Checking futures v0.3.31
20202025-01-02T22:33:06.104Z Checking slog-bunyan v2.5.0
20212025-01-02T22:33:06.132Z Checking tokio-native-tls v0.3.1
20222025-01-02T22:33:06.189Z Checking rayon-core v1.12.1
20232025-01-02T22:33:06.273Z Checking multer v3.1.0
20242025-01-02T22:33:06.341Z Checking terminal_size v0.4.0
20252025-01-02T22:33:06.380Z Checking phf_shared v0.11.2
20262025-01-02T22:33:06.508Z Checking cookie v0.18.1
20272025-01-02T22:33:06.681Z Checking async-stream v0.3.6
20282025-01-02T22:33:06.696Z Checking bzip2-sys v0.1.11+1.0.8
20292025-01-02T22:33:06.741Z Checking signal-hook v0.3.17
20302025-01-02T22:33:06.817Z Checking camino v1.1.9
20312025-01-02T22:33:06.863Z Checking waitgroup v0.1.2
20322025-01-02T22:33:06.866Z Checking openapiv3 v2.0.0
20332025-01-02T22:33:06.923Z Checking webpki-roots v0.26.6
20342025-01-02T22:33:06.956Z Checking idna v0.5.0
20352025-01-02T22:33:06.992Z Checking serde_path_to_error v0.1.16
20362025-01-02T22:33:07.073Z Checking hkdf v0.12.4
20372025-01-02T22:33:07.134Z Checking crypto-bigint v0.5.5
20382025-01-02T22:33:07.305Z Checking hostname v0.4.0
20392025-01-02T22:33:07.399Z Checking crc32fast v1.4.2
20402025-01-02T22:33:07.453Z Checking strsim v0.11.1
20412025-01-02T22:33:07.618Z Checking clap_lex v0.7.2
20422025-01-02T22:33:07.650Z Checking debug-ignore v1.0.5
20432025-01-02T22:33:07.741Z Checking unicode-width v0.1.14
20442025-01-02T22:33:07.786Z Checking managed v0.8.0
20452025-01-02T22:33:07.841Z Checking winnow v0.5.40
20462025-01-02T22:33:07.867Z Checking bitflags v1.3.2
20472025-01-02T22:33:07.963Z Checking clap_builder v4.5.21
20482025-01-02T22:33:08.186Z Checking smoltcp v0.9.1
20492025-01-02T22:33:08.216Z Checking console v0.15.8
20502025-01-02T22:33:08.845Z Checking cookie_store v0.21.0
20512025-01-02T22:33:09.601Z Checking flate2 v1.0.34
20522025-01-02T22:33:09.690Z Checking hyper-rustls v0.27.3
20532025-01-02T22:33:10.006Z Checking elliptic-curve v0.13.8
20542025-01-02T22:33:10.032Z Checking signal-hook-mio v0.2.4
20552025-01-02T22:33:10.159Z Checking hyper-tls v0.6.0
20562025-01-02T22:33:10.175Z Checking hickory-resolver v0.24.1
20572025-01-02T22:33:10.189Z Checking backtrace v0.3.74
20582025-01-02T22:33:10.285Z Checking rayon v1.10.0
20592025-01-02T22:33:10.453Z Checking bzip2 v0.4.4
20602025-01-02T22:33:10.532Z Checking dropshot v0.12.0
20612025-01-02T22:33:10.655Z Checking phf v0.11.2
20622025-01-02T22:33:10.746Z Checking num-bigint-dig v0.8.4
20632025-01-02T22:33:10.776Z Checking anyhow v1.0.93
20642025-01-02T22:33:10.912Z Checking tokio-tungstenite v0.24.0
20652025-01-02T22:33:10.969Z Checking toml_edit v0.19.15
20662025-01-02T22:33:11.097Z Checking postgres-types v0.2.8
20672025-01-02T22:33:11.168Z Checking bstr v1.10.0
20682025-01-02T22:33:11.401Z Checking regex v1.11.1
20692025-01-02T22:33:11.830Z Checking ed25519 v2.2.3
20702025-01-02T22:33:11.872Z Checking tokio-stream v0.1.16
20712025-01-02T22:33:12.022Z Checking phf_shared v0.10.0
20722025-01-02T22:33:12.140Z Checking curve25519-dalek v4.1.3
20732025-01-02T22:33:12.157Z Checking zerocopy v0.6.6
20742025-01-02T22:33:12.298Z Checking pkcs1 v0.7.5
20752025-01-02T22:33:12.727Z Checking hubpack v0.1.2
20762025-01-02T22:33:12.779Z Checking portable-atomic v1.9.0
20772025-01-02T22:33:12.907Z Checking float-cmp v0.9.0
20782025-01-02T22:33:12.925Z Checking serde-big-array v0.5.1
20792025-01-02T22:33:13.058Z Checking rfc6979 v0.4.0
20802025-01-02T22:33:13.104Z Checking sync_wrapper v1.0.1
20812025-01-02T22:33:13.135Z Checking number_prefix v0.4.0
20822025-01-02T22:33:13.231Z Checking predicates-core v1.0.8
20832025-01-02T22:33:13.247Z Checking unicode-width v0.2.0
20842025-01-02T22:33:13.335Z Checking unicode-segmentation v1.12.0
20852025-01-02T22:33:13.419Z Checking minimal-lexical v0.2.1
20862025-01-02T22:33:13.486Z Checking normalize-line-endings v0.3.0
20872025-01-02T22:33:13.613Z Checking fixedbitset v0.4.2
20882025-01-02T22:33:13.730Z Checking whoami v1.5.2
20892025-01-02T22:33:13.827Z Checking difflib v0.4.0
20902025-01-02T22:33:13.829Z Checking new_debug_unreachable v1.0.6
20912025-01-02T22:33:13.876Z Checking precomputed-hash v0.1.1
20922025-01-02T22:33:13.929Z Checking bit-vec v0.6.3
20932025-01-02T22:33:13.990Z Checking static_assertions v1.1.0
20942025-01-02T22:33:14.016Z Checking tokio-postgres v0.7.12
20952025-01-02T22:33:14.031Z Checking similar v2.6.0
20962025-01-02T22:33:14.050Z Checking ed25519-dalek v2.1.1
20972025-01-02T22:33:14.086Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20982025-01-02T22:33:14.145Z Checking predicates v3.1.2
20992025-01-02T22:33:14.175Z Checking indicatif v0.17.9
21002025-01-02T22:33:14.275Z Checking bit-set v0.5.3
21012025-01-02T22:33:14.348Z Checking qorb v0.2.1
21022025-01-02T22:33:14.451Z Checking string_cache v0.8.7
21032025-01-02T22:33:14.539Z Checking petgraph v0.6.5
21042025-01-02T22:33:14.744Z Checking nom v7.1.3
21052025-01-02T22:33:14.809Z Checking toml v0.7.8
21062025-01-02T22:33:14.928Z Checking reqwest v0.12.9
21072025-01-02T22:33:14.944Z Checking ecdsa v0.16.9
21082025-01-02T22:33:15.598Z Checking rsa v0.9.6
21092025-01-02T22:33:15.677Z Checking clap v4.5.21
21102025-01-02T22:33:15.819Z Checking zip v0.6.6
21112025-01-02T22:33:16.525Z Checking crossterm v0.28.1
21122025-01-02T22:33:16.690Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21132025-01-02T22:33:16.718Z Checking itertools v0.10.5
21142025-01-02T22:33:16.833Z Checking itertools v0.12.1
21152025-01-02T22:33:16.959Z Checking fs-err v2.11.0
21162025-01-02T22:33:17.213Z Checking ahash v0.8.11
21172025-01-02T22:33:17.511Z Checking x509-cert v0.2.5
21182025-01-02T22:33:17.673Z Checking semver v1.0.23
21192025-01-02T22:33:17.830Z Checking hex v0.4.3
21202025-01-02T22:33:17.997Z Checking peg-runtime v0.8.3
21212025-01-02T22:33:18.090Z Checking lalrpop-util v0.19.12
21222025-01-02T22:33:18.225Z Checking sigpipe v0.1.3
21232025-01-02T22:33:19.204Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21242025-01-02T22:33:19.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.24s
21252025-01-02T22:33:19.694Z
21262025-01-02T22:33:19.694Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21272025-01-02T22:33:20.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282025-01-02T22:33:20.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292025-01-02T22:33:20.382Z Compiling hashbrown v0.14.5
21302025-01-02T22:33:20.506Z Checking heck v0.5.0
21312025-01-02T22:33:20.518Z Compiling unsafe-libyaml v0.2.11
21322025-01-02T22:33:20.532Z Compiling ident_case v1.0.1
21332025-01-02T22:33:20.544Z Checking progenitor-client v0.8.0
21342025-01-02T22:33:20.560Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21352025-01-02T22:33:20.573Z Compiling proc-macro-crate v1.3.1
21362025-01-02T22:33:20.680Z Compiling darling_core v0.20.10
21372025-01-02T22:33:20.701Z Checking ipnetwork v0.20.0
21382025-01-02T22:33:20.902Z Compiling structmeta-derive v0.3.0
21392025-01-02T22:33:20.920Z Compiling newtype-uuid v1.1.3
21402025-01-02T22:33:21.107Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21412025-01-02T22:33:21.243Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21422025-01-02T22:33:21.419Z Compiling lzma-sys v0.1.20
21432025-01-02T22:33:21.624Z Compiling foreign-types-macros v0.2.3
21442025-01-02T22:33:21.655Z Compiling num_enum_derive v0.5.11
21452025-01-02T22:33:21.657Z Checking regress v0.10.1
21462025-01-02T22:33:22.231Z Compiling serde_yaml v0.9.34+deprecated
21472025-01-02T22:33:22.450Z Compiling dropshot v0.13.0
21482025-01-02T22:33:22.742Z Checking arc-swap v1.7.1
21492025-01-02T22:33:22.942Z Checking foreign-types-shared v0.3.1
21502025-01-02T22:33:23.068Z Checking foreign-types v0.5.0
21512025-01-02T22:33:23.157Z Checking slog-scope v4.4.0
21522025-01-02T22:33:23.279Z Compiling proc-macro-error v1.0.4
21532025-01-02T22:33:23.964Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21542025-01-02T22:33:23.966Z Checking tungstenite v0.21.0
21552025-01-02T22:33:23.996Z Compiling structmeta v0.3.0
21562025-01-02T22:33:24.087Z Compiling heck v0.3.3
21572025-01-02T22:33:24.249Z Checking num_enum v0.5.11
21582025-01-02T22:33:24.409Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21592025-01-02T22:33:24.443Z Compiling parse-display-derive v0.10.0
21602025-01-02T22:33:24.543Z Compiling dropshot_endpoint v0.13.0
21612025-01-02T22:33:24.923Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622025-01-02T22:33:25.178Z Checking typify-impl v0.2.0
21632025-01-02T22:33:25.247Z Checking cstr-argument v0.1.2
21642025-01-02T22:33:25.479Z Checking instant v0.1.13
21652025-01-02T22:33:25.731Z Checking pretty-hex v0.2.1
21662025-01-02T22:33:25.904Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21672025-01-02T22:33:26.191Z Checking base64 v0.21.7
21682025-01-02T22:33:26.590Z Checking fastrand v2.1.1
21692025-01-02T22:33:26.716Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21702025-01-02T22:33:26.942Z Checking tempfile v3.13.0
21712025-01-02T22:33:26.960Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722025-01-02T22:33:26.997Z Checking backoff v0.4.0
21732025-01-02T22:33:27.103Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21742025-01-02T22:33:27.304Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752025-01-02T22:33:27.328Z Checking tokio-tungstenite v0.21.0
21762025-01-02T22:33:27.423Z Compiling zone_cfg_derive v0.1.2
21772025-01-02T22:33:27.459Z Checking strum v0.26.3
21782025-01-02T22:33:27.623Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21792025-01-02T22:33:27.837Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21802025-01-02T22:33:27.852Z Checking slog-stdlog v4.1.1
21812025-01-02T22:33:27.869Z Compiling darling_macro v0.20.10
21822025-01-02T22:33:28.121Z Checking regress v0.9.1
21832025-01-02T22:33:28.181Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21842025-01-02T22:33:28.338Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21852025-01-02T22:33:28.399Z Checking colored v2.1.0
21862025-01-02T22:33:28.614Z Checking macaddr v1.0.1
21872025-01-02T22:33:28.724Z Checking base64 v0.13.1
21882025-01-02T22:33:28.823Z Compiling darling v0.20.10
21892025-01-02T22:33:28.925Z Checking zone v0.1.8
21902025-01-02T22:33:28.959Z Compiling serde_with_macros v3.11.0
21912025-01-02T22:33:29.123Z Checking ron v0.7.1
21922025-01-02T22:33:29.174Z Checking parse-display v0.10.0
21932025-01-02T22:33:29.410Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21942025-01-02T22:33:29.587Z Checking xz2 v0.1.7
21952025-01-02T22:33:29.887Z Checking slog-envlogger v2.2.0
21962025-01-02T22:33:29.902Z Checking tabwriter v1.4.0
21972025-01-02T22:33:30.117Z Checking xattr v1.3.1
21982025-01-02T22:33:30.140Z Checking pem v3.0.4
21992025-01-02T22:33:30.275Z Checking yasna v0.5.2
22002025-01-02T22:33:30.306Z Checking headers-core v0.3.0
22012025-01-02T22:33:30.464Z Checking smf v0.2.3
22022025-01-02T22:33:30.501Z Checking filetime v0.2.25
22032025-01-02T22:33:30.735Z Checking same-file v1.0.6
22042025-01-02T22:33:30.910Z Checking walkdir v2.5.0
22052025-01-02T22:33:30.957Z Checking tar v0.4.42
22062025-01-02T22:33:31.106Z Checking headers v0.4.0
22072025-01-02T22:33:31.204Z Checking atomicwrites v0.4.4
22082025-01-02T22:33:31.236Z Checking rcgen v0.12.1
22092025-01-02T22:33:31.406Z Checking camino-tempfile v1.1.1
22102025-01-02T22:33:31.675Z Checking subprocess v0.2.9
22112025-01-02T22:33:31.948Z Checking serde_with v3.11.0
22122025-01-02T22:33:36.161Z Compiling typify-macro v0.2.0
22132025-01-02T22:33:38.272Z Compiling typify v0.2.0
22142025-01-02T22:33:38.360Z Compiling progenitor-impl v0.8.0
22152025-01-02T22:33:41.676Z Compiling progenitor-macro v0.8.0
22162025-01-02T22:33:47.208Z Checking progenitor v0.8.0
22172025-01-02T22:33:47.371Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22182025-01-02T22:33:47.373Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22192025-01-02T22:33:50.136Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22202025-01-02T22:33:50.503Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22212025-01-02T22:33:57.292Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22222025-01-02T22:33:58.874Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232025-01-02T22:34:00.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.47s
22242025-01-02T22:34:00.353Z
22252025-01-02T22:34:00.353Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22262025-01-02T22:34:00.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272025-01-02T22:34:00.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282025-01-02T22:34:01.031Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22292025-01-02T22:34:02.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
22302025-01-02T22:34:02.682Z
22312025-01-02T22:34:02.682Zinfo: running `cargo check --bins` on nexus-config (31/173)
22322025-01-02T22:34:03.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332025-01-02T22:34:03.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342025-01-02T22:34:03.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352025-01-02T22:34:03.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22362025-01-02T22:34:03.326Z
22372025-01-02T22:34:03.326Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22382025-01-02T22:34:03.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392025-01-02T22:34:03.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402025-01-02T22:34:03.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412025-01-02T22:34:03.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22422025-01-02T22:34:03.956Z
22432025-01-02T22:34:03.956Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22442025-01-02T22:34:04.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452025-01-02T22:34:04.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462025-01-02T22:34:04.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472025-01-02T22:34:04.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22482025-01-02T22:34:04.594Z
22492025-01-02T22:34:04.594Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22502025-01-02T22:34:05.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512025-01-02T22:34:05.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522025-01-02T22:34:05.302Z Compiling zerocopy v0.8.10
22532025-01-02T22:34:05.302Z Compiling progenitor-client v0.8.0
22542025-01-02T22:34:05.302Z Compiling itertools v0.13.0
22552025-01-02T22:34:05.305Z Compiling zerocopy-derive v0.8.10
22562025-01-02T22:34:05.305Z Compiling heapless v0.8.0
22572025-01-02T22:34:05.305Z Compiling newtype-uuid v1.1.3
22582025-01-02T22:34:05.305Z Compiling ipnetwork v0.20.0
22592025-01-02T22:34:05.305Z Checking hash32 v0.3.1
22602025-01-02T22:34:05.754Z Compiling instant v0.1.13
22612025-01-02T22:34:05.883Z Compiling progenitor v0.8.0
22622025-01-02T22:34:06.118Z Compiling smoltcp v0.11.0
22632025-01-02T22:34:06.215Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22642025-01-02T22:34:06.240Z Compiling backoff v0.4.0
22652025-01-02T22:34:06.268Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22662025-01-02T22:34:06.354Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672025-01-02T22:34:06.571Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22682025-01-02T22:34:06.755Z Compiling serde_with v3.11.0
22692025-01-02T22:34:06.832Z Compiling dropshot v0.13.0
22702025-01-02T22:34:06.845Z Compiling parse-display v0.10.0
22712025-01-02T22:34:07.159Z Checking num-rational v0.4.2
22722025-01-02T22:34:07.322Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732025-01-02T22:34:07.565Z Compiling regress v0.9.1
22742025-01-02T22:34:07.840Z Compiling phf_generator v0.11.2
22752025-01-02T22:34:08.031Z Checking num-complex v0.4.6
22762025-01-02T22:34:08.572Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22772025-01-02T22:34:09.245Z Compiling macaddr v1.0.1
22782025-01-02T22:34:09.717Z Checking cobs v0.2.3
22792025-01-02T22:34:09.900Z Checking postcard v1.0.10
22802025-01-02T22:34:10.011Z Compiling num v0.4.3
22812025-01-02T22:34:10.253Z Compiling phf_codegen v0.11.2
22822025-01-02T22:34:10.506Z Compiling parse-zoneinfo v0.3.1
22832025-01-02T22:34:10.947Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22842025-01-02T22:34:11.254Z Checking float-ord v0.3.2
22852025-01-02T22:34:11.411Z Compiling convert_case v0.4.0
22862025-01-02T22:34:11.577Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22872025-01-02T22:34:11.738Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22882025-01-02T22:34:12.586Z Compiling derive_more v0.99.18
22892025-01-02T22:34:12.623Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22902025-01-02T22:34:12.981Z Compiling chrono-tz-build v0.4.0
22912025-01-02T22:34:13.559Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22922025-01-02T22:34:14.479Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22932025-01-02T22:34:14.535Z Compiling thiserror v2.0.3
22942025-01-02T22:34:14.576Z Compiling crucible-workspace-hack v0.1.0
22952025-01-02T22:34:14.796Z Compiling chrono-tz v0.10.0
22962025-01-02T22:34:14.885Z Checking newline-converter v0.3.0
22972025-01-02T22:34:15.044Z Checking prettyplease v0.2.25
22982025-01-02T22:34:15.489Z Compiling thiserror-impl v2.0.3
22992025-01-02T22:34:15.565Z Compiling slog-dtrace v0.3.0
23002025-01-02T22:34:15.868Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23012025-01-02T22:34:15.961Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23022025-01-02T22:34:16.362Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23032025-01-02T22:34:16.693Z Checking expectorate v1.1.0
23042025-01-02T22:34:16.720Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23052025-01-02T22:34:16.869Z Compiling zone_cfg_derive v0.3.0
23062025-01-02T22:34:17.461Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23072025-01-02T22:34:17.478Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23082025-01-02T22:34:18.319Z Compiling const_format_proc_macros v0.2.33
23092025-01-02T22:34:18.395Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23102025-01-02T22:34:18.641Z Compiling num-derive v0.4.2
23112025-01-02T22:34:19.086Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23122025-01-02T22:34:19.501Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132025-01-02T22:34:19.611Z Checking highway v1.2.0
23142025-01-02T22:34:19.854Z Checking zone v0.3.0
23152025-01-02T22:34:20.063Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23162025-01-02T22:34:20.485Z Checking const_format v0.2.33
23172025-01-02T22:34:20.656Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23182025-01-02T22:34:20.713Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23192025-01-02T22:34:20.730Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23202025-01-02T22:34:20.914Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23212025-01-02T22:34:21.068Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23222025-01-02T22:34:21.421Z Checking gethostname v0.5.0
23232025-01-02T22:34:21.554Z Checking bcs v0.1.6
23242025-01-02T22:34:21.567Z Compiling async-recursion v1.1.1
23252025-01-02T22:34:22.423Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262025-01-02T22:34:22.988Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23272025-01-02T22:34:28.966Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23282025-01-02T22:34:32.365Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23292025-01-02T22:34:35.082Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23302025-01-02T22:34:36.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.78s
23312025-01-02T22:34:36.560Z
23322025-01-02T22:34:36.560Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23332025-01-02T22:34:37.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342025-01-02T22:34:37.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352025-01-02T22:34:37.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362025-01-02T22:34:37.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23372025-01-02T22:34:37.202Z
23382025-01-02T22:34:37.202Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23392025-01-02T22:34:37.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402025-01-02T22:34:37.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412025-01-02T22:34:37.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422025-01-02T22:34:37.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23432025-01-02T22:34:37.849Z
23442025-01-02T22:34:37.849Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23452025-01-02T22:34:38.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462025-01-02T22:34:38.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472025-01-02T22:34:38.517Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23482025-01-02T22:34:39.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
23492025-01-02T22:34:39.349Z
23502025-01-02T22:34:39.349Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23512025-01-02T22:34:39.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522025-01-02T22:34:39.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532025-01-02T22:34:40.037Z Compiling cfg_aliases v0.1.1
23542025-01-02T22:34:40.040Z Compiling vte_generate_state_changes v0.1.2
23552025-01-02T22:34:40.040Z Checking fd-lock v4.0.2
23562025-01-02T22:34:40.040Z Checking nibble_vec v0.1.0
23572025-01-02T22:34:40.141Z Checking endian-type v0.1.2
23582025-01-02T22:34:40.151Z Checking bytecount v0.6.8
23592025-01-02T22:34:40.153Z Compiling tabled_derive v0.7.0
23602025-01-02T22:34:40.184Z Compiling peg-macros v0.8.4
23612025-01-02T22:34:40.226Z Compiling nix v0.28.0
23622025-01-02T22:34:40.317Z Checking papergrid v0.11.0
23632025-01-02T22:34:40.335Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23642025-01-02T22:34:40.351Z Checking radix_trie v0.2.1
23652025-01-02T22:34:40.351Z Compiling sqlparser_derive v0.2.2
23662025-01-02T22:34:40.758Z Checking vte v0.11.1
23672025-01-02T22:34:40.772Z Checking unicode_categories v0.1.1
23682025-01-02T22:34:41.094Z Checking nu-ansi-term v0.50.1
23692025-01-02T22:34:41.436Z Checking home v0.5.9
23702025-01-02T22:34:41.518Z Checking sqlparser v0.45.0
23712025-01-02T22:34:41.542Z Checking sqlformat v0.2.6
23722025-01-02T22:34:41.586Z Checking display-error-chain v0.2.2
23732025-01-02T22:34:42.187Z Checking strip-ansi-escapes v0.2.0
23742025-01-02T22:34:42.354Z Checking reedline v0.35.0
23752025-01-02T22:34:42.640Z Checking tabled v0.15.0
23762025-01-02T22:34:43.110Z Checking peg v0.8.4
23772025-01-02T22:34:43.493Z Checking rustyline v14.0.0
23782025-01-02T22:34:52.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.06s
23792025-01-02T22:34:52.594Z
23802025-01-02T22:34:52.594Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23812025-01-02T22:34:53.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822025-01-02T22:34:53.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832025-01-02T22:34:53.273Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23842025-01-02T22:34:58.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
23852025-01-02T22:34:58.627Z
23862025-01-02T22:34:58.627Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23872025-01-02T22:34:59.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882025-01-02T22:34:59.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892025-01-02T22:34:59.306Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23902025-01-02T22:35:03.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
23912025-01-02T22:35:03.385Z
23922025-01-02T22:35:03.385Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23932025-01-02T22:35:03.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942025-01-02T22:35:03.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952025-01-02T22:35:04.059Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23962025-01-02T22:35:09.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
23972025-01-02T22:35:09.170Z
23982025-01-02T22:35:09.170Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23992025-01-02T22:35:09.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002025-01-02T22:35:09.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012025-01-02T22:35:09.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022025-01-02T22:35:14.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
24032025-01-02T22:35:14.993Z
24042025-01-02T22:35:14.993Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24052025-01-02T22:35:15.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062025-01-02T22:35:15.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072025-01-02T22:35:15.674Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24082025-01-02T22:35:19.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
24092025-01-02T22:35:19.941Z
24102025-01-02T22:35:19.941Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24112025-01-02T22:35:20.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122025-01-02T22:35:20.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132025-01-02T22:35:20.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24142025-01-02T22:35:24.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
24152025-01-02T22:35:24.928Z
24162025-01-02T22:35:24.928Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24172025-01-02T22:35:25.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182025-01-02T22:35:25.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192025-01-02T22:35:25.611Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24202025-01-02T22:35:30.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
24212025-01-02T22:35:30.959Z
24222025-01-02T22:35:30.959Zinfo: running `cargo check --bins` on oximeter (46/173)
24232025-01-02T22:35:31.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-01-02T22:35:31.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-01-02T22:35:31.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262025-01-02T22:35:31.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24272025-01-02T22:35:31.599Z
24282025-01-02T22:35:31.599Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24292025-01-02T22:35:32.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-01-02T22:35:32.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-01-02T22:35:32.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322025-01-02T22:35:32.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24332025-01-02T22:35:32.210Z
24342025-01-02T22:35:32.210Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24352025-01-02T22:35:32.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-01-02T22:35:32.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-01-02T22:35:32.852Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24382025-01-02T22:35:33.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
24392025-01-02T22:35:33.485Z
24402025-01-02T22:35:33.485Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24412025-01-02T22:35:34.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-01-02T22:35:34.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-01-02T22:35:34.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442025-01-02T22:35:34.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24452025-01-02T22:35:34.130Z
24462025-01-02T22:35:34.130Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24472025-01-02T22:35:34.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-01-02T22:35:34.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-01-02T22:35:34.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502025-01-02T22:35:34.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24512025-01-02T22:35:34.766Z
24522025-01-02T22:35:34.766Zinfo: running `cargo check --bins` on oxql-types (51/173)
24532025-01-02T22:35:35.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542025-01-02T22:35:35.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552025-01-02T22:35:35.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562025-01-02T22:35:35.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24572025-01-02T22:35:35.410Z
24582025-01-02T22:35:35.410Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24592025-01-02T22:35:35.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602025-01-02T22:35:35.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612025-01-02T22:35:35.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622025-01-02T22:35:35.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24632025-01-02T22:35:36.070Z
24642025-01-02T22:35:36.070Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24652025-01-02T22:35:36.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662025-01-02T22:35:36.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672025-01-02T22:35:36.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682025-01-02T22:35:36.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24692025-01-02T22:35:36.703Z
24702025-01-02T22:35:36.703Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24712025-01-02T22:35:37.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722025-01-02T22:35:37.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732025-01-02T22:35:37.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742025-01-02T22:35:37.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24752025-01-02T22:35:37.346Z
24762025-01-02T22:35:37.346Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24772025-01-02T22:35:37.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782025-01-02T22:35:37.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792025-01-02T22:35:37.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802025-01-02T22:35:37.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24812025-01-02T22:35:37.985Z
24822025-01-02T22:35:37.985Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24832025-01-02T22:35:38.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842025-01-02T22:35:38.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852025-01-02T22:35:38.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862025-01-02T22:35:38.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24872025-01-02T22:35:38.621Z
24882025-01-02T22:35:38.621Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24892025-01-02T22:35:39.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902025-01-02T22:35:39.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912025-01-02T22:35:39.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922025-01-02T22:35:39.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24932025-01-02T22:35:39.266Z
24942025-01-02T22:35:39.266Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24952025-01-02T22:35:39.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962025-01-02T22:35:39.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972025-01-02T22:35:39.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982025-01-02T22:35:39.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24992025-01-02T22:35:39.883Z
25002025-01-02T22:35:39.883Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
25012025-01-02T22:35:40.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022025-01-02T22:35:40.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032025-01-02T22:35:40.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042025-01-02T22:35:40.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25052025-01-02T22:35:40.533Z
25062025-01-02T22:35:40.533Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25072025-01-02T22:35:41.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082025-01-02T22:35:41.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092025-01-02T22:35:41.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102025-01-02T22:35:41.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25112025-01-02T22:35:41.181Z
25122025-01-02T22:35:41.181Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25132025-01-02T22:35:41.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142025-01-02T22:35:41.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152025-01-02T22:35:41.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162025-01-02T22:35:41.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25172025-01-02T22:35:41.829Z
25182025-01-02T22:35:41.829Zinfo: running `cargo check --bins` on dpd-client (62/173)
25192025-01-02T22:35:42.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202025-01-02T22:35:42.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212025-01-02T22:35:42.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222025-01-02T22:35:42.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25232025-01-02T22:35:42.466Z
25242025-01-02T22:35:42.466Zinfo: running `cargo check --bins` on gateway-client (63/173)
25252025-01-02T22:35:43.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262025-01-02T22:35:43.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272025-01-02T22:35:43.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282025-01-02T22:35:43.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25292025-01-02T22:35:43.087Z
25302025-01-02T22:35:43.087Zinfo: running `cargo check --bins` on installinator-client (64/173)
25312025-01-02T22:35:43.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322025-01-02T22:35:43.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332025-01-02T22:35:43.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342025-01-02T22:35:43.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25352025-01-02T22:35:43.737Z
25362025-01-02T22:35:43.737Zinfo: running `cargo check --bins` on installinator-common (65/173)
25372025-01-02T22:35:44.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382025-01-02T22:35:44.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392025-01-02T22:35:44.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402025-01-02T22:35:44.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25412025-01-02T22:35:44.400Z
25422025-01-02T22:35:44.400Zinfo: running `cargo check --bins` on update-engine (66/173)
25432025-01-02T22:35:44.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442025-01-02T22:35:44.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452025-01-02T22:35:44.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462025-01-02T22:35:44.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25472025-01-02T22:35:45.038Z
25482025-01-02T22:35:45.038Zinfo: running `cargo check --bins` on nexus-client (67/173)
25492025-01-02T22:35:45.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502025-01-02T22:35:45.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512025-01-02T22:35:45.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522025-01-02T22:35:45.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25532025-01-02T22:35:45.707Z
25542025-01-02T22:35:45.707Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25552025-01-02T22:35:46.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562025-01-02T22:35:46.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572025-01-02T22:35:46.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582025-01-02T22:35:46.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25592025-01-02T22:35:46.375Z
25602025-01-02T22:35:46.375Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25612025-01-02T22:35:46.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622025-01-02T22:35:46.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632025-01-02T22:35:46.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642025-01-02T22:35:46.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25652025-01-02T22:35:47.006Z
25662025-01-02T22:35:47.006Zinfo: running `cargo check --bins` on nexus-types (70/173)
25672025-01-02T22:35:47.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682025-01-02T22:35:47.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692025-01-02T22:35:47.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702025-01-02T22:35:47.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25712025-01-02T22:35:47.677Z
25722025-01-02T22:35:47.677Zinfo: running `cargo check --bins` on oxide-client (71/173)
25732025-01-02T22:35:48.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742025-01-02T22:35:48.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752025-01-02T22:35:48.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762025-01-02T22:35:48.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25772025-01-02T22:35:48.300Z
25782025-01-02T22:35:48.300Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25792025-01-02T22:35:48.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802025-01-02T22:35:48.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812025-01-02T22:35:48.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822025-01-02T22:35:48.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25832025-01-02T22:35:48.937Z
25842025-01-02T22:35:48.937Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25852025-01-02T22:35:49.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862025-01-02T22:35:49.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872025-01-02T22:35:49.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882025-01-02T22:35:49.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25892025-01-02T22:35:49.577Z
25902025-01-02T22:35:49.577Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25912025-01-02T22:35:50.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922025-01-02T22:35:50.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932025-01-02T22:35:50.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942025-01-02T22:35:50.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25952025-01-02T22:35:50.252Z
25962025-01-02T22:35:50.252Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25972025-01-02T22:35:50.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982025-01-02T22:35:50.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992025-01-02T22:35:50.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002025-01-02T22:35:50.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26012025-01-02T22:35:50.939Z
26022025-01-02T22:35:50.939Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26032025-01-02T22:35:51.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042025-01-02T22:35:51.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052025-01-02T22:35:51.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062025-01-02T22:35:51.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26072025-01-02T22:35:51.612Z
26082025-01-02T22:35:51.613Zinfo: running `cargo check --bins` on wicket-common (77/173)
26092025-01-02T22:35:52.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102025-01-02T22:35:52.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112025-01-02T22:35:52.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122025-01-02T22:35:52.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26132025-01-02T22:35:52.268Z
26142025-01-02T22:35:52.268Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26152025-01-02T22:35:52.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162025-01-02T22:35:52.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172025-01-02T22:35:52.948Z Checking csv-core v0.1.11
26182025-01-02T22:35:52.948Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26192025-01-02T22:35:52.950Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26202025-01-02T22:35:53.269Z Checking csv v1.3.0
26212025-01-02T22:35:53.531Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26222025-01-02T22:35:53.848Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26232025-01-02T22:35:54.242Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26242025-01-02T22:35:55.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
26252025-01-02T22:35:55.750Z
26262025-01-02T22:35:55.750Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26272025-01-02T22:35:56.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282025-01-02T22:35:56.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292025-01-02T22:35:56.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302025-01-02T22:35:56.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26312025-01-02T22:35:56.387Z
26322025-01-02T22:35:56.387Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26332025-01-02T22:35:56.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342025-01-02T22:35:56.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352025-01-02T22:35:56.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362025-01-02T22:35:56.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26372025-01-02T22:35:57.032Z
26382025-01-02T22:35:57.033Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26392025-01-02T22:35:57.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402025-01-02T22:35:57.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412025-01-02T22:35:57.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422025-01-02T22:35:57.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26432025-01-02T22:35:57.786Z
26442025-01-02T22:35:57.786Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26452025-01-02T22:35:58.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462025-01-02T22:35:58.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472025-01-02T22:35:58.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482025-01-02T22:35:58.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26492025-01-02T22:35:58.534Z
26502025-01-02T22:35:58.534Zinfo: running `cargo check --bins` on dns-server (83/173)
26512025-01-02T22:35:59.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522025-01-02T22:35:59.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532025-01-02T22:35:59.185Z Compiling parking_lot_core v0.8.6
26542025-01-02T22:35:59.185Z Checking fxhash v0.2.1
26552025-01-02T22:35:59.187Z Checking hickory-server v0.24.1
26562025-01-02T22:35:59.188Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26572025-01-02T22:35:59.188Z Checking hickory-client v0.24.1
26582025-01-02T22:35:59.919Z Checking parking_lot v0.11.2
26592025-01-02T22:36:00.057Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26602025-01-02T22:36:00.057Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26612025-01-02T22:36:00.162Z Checking sled v0.34.7
26622025-01-02T22:36:01.981Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26632025-01-02T22:36:03.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
26642025-01-02T22:36:03.475Z
26652025-01-02T22:36:03.475Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26662025-01-02T22:36:04.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-01-02T22:36:04.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-01-02T22:36:04.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-01-02T22:36:04.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26702025-01-02T22:36:04.115Z
26712025-01-02T22:36:04.116Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26722025-01-02T22:36:04.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-01-02T22:36:04.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-01-02T22:36:04.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-01-02T22:36:04.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26762025-01-02T22:36:04.817Z
26772025-01-02T22:36:04.817Zinfo: running `cargo check --bins` on gateway-types (86/173)
26782025-01-02T22:36:05.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-01-02T22:36:05.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-01-02T22:36:05.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-01-02T22:36:05.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26822025-01-02T22:36:05.462Z
26832025-01-02T22:36:05.462Zinfo: running `cargo check --bins` on ipcc (87/173)
26842025-01-02T22:36:06.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-01-02T22:36:06.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-01-02T22:36:06.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-01-02T22:36:06.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26882025-01-02T22:36:06.103Z
26892025-01-02T22:36:06.103Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26902025-01-02T22:36:06.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-01-02T22:36:06.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-01-02T22:36:06.825Z Compiling radium v0.7.0
26932025-01-02T22:36:06.825Z Compiling semver v0.1.20
26942025-01-02T22:36:06.942Z Checking tap v1.0.1
26952025-01-02T22:36:06.944Z Compiling maybe-uninit v2.0.0
26962025-01-02T22:36:06.958Z Checking password-hash v0.5.0
26972025-01-02T22:36:06.960Z Checking blake2 v0.10.6
26982025-01-02T22:36:06.961Z Compiling packed_struct v0.10.1
26992025-01-02T22:36:06.961Z Compiling owo-colors v4.1.0
27002025-01-02T22:36:07.096Z Checking wyz v0.5.1
27012025-01-02T22:36:07.248Z Compiling rustc_version v0.1.7
27022025-01-02T22:36:07.400Z Checking crc-catalog v2.4.0
27032025-01-02T22:36:07.423Z Compiling cancel-safe-futures v0.1.5
27042025-01-02T22:36:07.440Z Checking funty v2.0.0
27052025-01-02T22:36:07.537Z Checking argon2 v0.5.3
27062025-01-02T22:36:07.555Z Checking crc v3.2.1
27072025-01-02T22:36:07.595Z Compiling packed_struct_codegen v0.10.1
27082025-01-02T22:36:07.614Z Checking half v2.4.1
27092025-01-02T22:36:07.746Z Compiling newtype_derive v0.1.6
27102025-01-02T22:36:07.776Z Compiling indexmap v1.9.3
27112025-01-02T22:36:07.787Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27122025-01-02T22:36:08.011Z Checking ciborium-io v0.2.2
27132025-01-02T22:36:08.093Z Checking nodrop v0.1.14
27142025-01-02T22:36:08.157Z Checking ciborium-ll v0.2.2
27152025-01-02T22:36:08.189Z Checking smallvec v0.6.14
27162025-01-02T22:36:08.206Z Checking array-init v0.0.4
27172025-01-02T22:36:08.208Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27182025-01-02T22:36:08.237Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27192025-01-02T22:36:08.352Z Checking bitvec v1.0.1
27202025-01-02T22:36:08.550Z Checking libsw v3.3.1
27212025-01-02T22:36:08.571Z Compiling memoffset v0.9.1
27222025-01-02T22:36:08.608Z Checking indent_write v2.2.0
27232025-01-02T22:36:08.805Z Checking hashbrown v0.12.3
27242025-01-02T22:36:08.830Z Checking termcolor v1.4.1
27252025-01-02T22:36:08.874Z Checking bitfield v0.14.0
27262025-01-02T22:36:09.005Z Checking swrite v0.1.0
27272025-01-02T22:36:09.130Z Checking linear-map v1.2.0
27282025-01-02T22:36:09.149Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27292025-01-02T22:36:09.186Z Checking serde-hex v0.1.0
27302025-01-02T22:36:09.295Z Checking env_logger v0.10.2
27312025-01-02T22:36:09.634Z Checking ron v0.8.1
27322025-01-02T22:36:09.747Z Checking ciborium v0.2.2
27332025-01-02T22:36:10.376Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27342025-01-02T22:36:10.414Z Checking steno v0.4.1
27352025-01-02T22:36:10.758Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27362025-01-02T22:36:10.828Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27372025-01-02T22:36:10.828Z Checking hashbrown v0.13.2
27382025-01-02T22:36:10.954Z Checking humantime v2.1.0
27392025-01-02T22:36:11.025Z Checking crc-any v2.5.0
27402025-01-02T22:36:11.239Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27412025-01-02T22:36:11.409Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27422025-01-02T22:36:11.625Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27432025-01-02T22:36:11.900Z Checking path-slash v0.1.5
27442025-01-02T22:36:11.923Z Checking object v0.30.4
27452025-01-02T22:36:12.078Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27462025-01-02T22:36:12.115Z Checking nix v0.27.1
27472025-01-02T22:36:12.786Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27482025-01-02T22:36:13.296Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27492025-01-02T22:36:13.444Z Checking tungstenite v0.23.0
27502025-01-02T22:36:13.514Z Checking kstat-rs v0.2.4
27512025-01-02T22:36:13.566Z Checking signal-hook-tokio v0.3.1
27522025-01-02T22:36:13.872Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27532025-01-02T22:36:14.232Z Checking tokio-tungstenite v0.23.1
27542025-01-02T22:36:14.895Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27552025-01-02T22:36:14.987Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27562025-01-02T22:36:15.315Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27572025-01-02T22:36:22.238Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27582025-01-02T22:36:23.550Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27592025-01-02T22:36:26.885Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27602025-01-02T22:36:32.780Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27612025-01-02T22:36:33.506Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27622025-01-02T22:36:36.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.32s
27632025-01-02T22:36:36.632Z
27642025-01-02T22:36:36.632Zinfo: running `cargo check --bins` on gateway-api (89/173)
27652025-01-02T22:36:37.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662025-01-02T22:36:37.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672025-01-02T22:36:37.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682025-01-02T22:36:37.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27692025-01-02T22:36:37.272Z
27702025-01-02T22:36:37.272Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27712025-01-02T22:36:37.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722025-01-02T22:36:37.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732025-01-02T22:36:37.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742025-01-02T22:36:37.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27752025-01-02T22:36:37.899Z
27762025-01-02T22:36:37.899Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27772025-01-02T22:36:38.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-01-02T22:36:38.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-01-02T22:36:38.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-01-02T22:36:38.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27812025-01-02T22:36:38.535Z
27822025-01-02T22:36:38.535Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27832025-01-02T22:36:39.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-01-02T22:36:39.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-01-02T22:36:39.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-01-02T22:36:39.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27872025-01-02T22:36:39.180Z
27882025-01-02T22:36:39.180Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27892025-01-02T22:36:39.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-01-02T22:36:39.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-01-02T22:36:39.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-01-02T22:36:39.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27932025-01-02T22:36:39.818Z
27942025-01-02T22:36:39.818Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27952025-01-02T22:36:40.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-01-02T22:36:40.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-01-02T22:36:40.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982025-01-02T22:36:40.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27992025-01-02T22:36:40.470Z
28002025-01-02T22:36:40.470Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
28012025-01-02T22:36:41.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022025-01-02T22:36:41.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032025-01-02T22:36:41.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042025-01-02T22:36:41.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28052025-01-02T22:36:41.113Z
28062025-01-02T22:36:41.113Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28072025-01-02T22:36:41.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082025-01-02T22:36:41.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092025-01-02T22:36:41.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102025-01-02T22:36:41.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28112025-01-02T22:36:41.753Z
28122025-01-02T22:36:41.753Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28132025-01-02T22:36:42.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142025-01-02T22:36:42.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152025-01-02T22:36:42.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162025-01-02T22:36:42.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28172025-01-02T22:36:42.417Z
28182025-01-02T22:36:42.417Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28192025-01-02T22:36:42.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202025-01-02T22:36:42.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212025-01-02T22:36:42.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222025-01-02T22:36:42.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28232025-01-02T22:36:43.054Z
28242025-01-02T22:36:43.054Zinfo: running `cargo check --bins` on sp-sim (99/173)
28252025-01-02T22:36:43.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262025-01-02T22:36:43.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272025-01-02T22:36:43.714Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28282025-01-02T22:36:45.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
28292025-01-02T22:36:45.813Z
28302025-01-02T22:36:45.813Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28312025-01-02T22:36:46.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322025-01-02T22:36:46.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332025-01-02T22:36:46.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342025-01-02T22:36:46.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28352025-01-02T22:36:46.500Z
28362025-01-02T22:36:46.500Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28372025-01-02T22:36:47.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382025-01-02T22:36:47.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392025-01-02T22:36:47.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402025-01-02T22:36:47.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28412025-01-02T22:36:47.198Z
28422025-01-02T22:36:47.198Zinfo: running `cargo check --bins` on db-macros (102/173)
28432025-01-02T22:36:47.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442025-01-02T22:36:47.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452025-01-02T22:36:47.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462025-01-02T22:36:47.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28472025-01-02T22:36:47.817Z
28482025-01-02T22:36:47.817Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28492025-01-02T22:36:48.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502025-01-02T22:36:48.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512025-01-02T22:36:48.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522025-01-02T22:36:48.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28532025-01-02T22:36:48.441Z
28542025-01-02T22:36:48.441Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28552025-01-02T22:36:49.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562025-01-02T22:36:49.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572025-01-02T22:36:49.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582025-01-02T22:36:49.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28592025-01-02T22:36:49.127Z
28602025-01-02T22:36:49.127Zinfo: running `cargo check --bins` on authz-macros (105/173)
28612025-01-02T22:36:49.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622025-01-02T22:36:49.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632025-01-02T22:36:49.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642025-01-02T22:36:49.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28652025-01-02T22:36:49.748Z
28662025-01-02T22:36:49.748Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28672025-01-02T22:36:50.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682025-01-02T22:36:50.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692025-01-02T22:36:50.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702025-01-02T22:36:50.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28712025-01-02T22:36:50.430Z
28722025-01-02T22:36:50.430Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28732025-01-02T22:36:51.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742025-01-02T22:36:51.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752025-01-02T22:36:51.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762025-01-02T22:36:51.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28772025-01-02T22:36:51.109Z
28782025-01-02T22:36:51.109Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28792025-01-02T22:36:51.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-01-02T22:36:51.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-01-02T22:36:51.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-01-02T22:36:51.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28832025-01-02T22:36:51.752Z
28842025-01-02T22:36:51.752Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28852025-01-02T22:36:52.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-01-02T22:36:52.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-01-02T22:36:52.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-01-02T22:36:52.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28892025-01-02T22:36:52.422Z
28902025-01-02T22:36:52.422Zinfo: running `cargo check --bins` on typed-rng (110/173)
28912025-01-02T22:36:52.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-01-02T22:36:52.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-01-02T22:36:52.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-01-02T22:36:52.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28952025-01-02T22:36:53.040Z
28962025-01-02T22:36:53.040Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28972025-01-02T22:36:53.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-01-02T22:36:53.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-01-02T22:36:53.801Z Checking keccak v0.1.5
29002025-01-02T22:36:53.911Z Checking secrecy v0.8.0
29012025-01-02T22:36:53.913Z Compiling unicase v2.7.0
29022025-01-02T22:36:53.923Z Compiling same-file v1.0.6
29032025-01-02T22:36:53.950Z Compiling tempfile v3.13.0
29042025-01-02T22:36:53.966Z Compiling thiserror-impl-no-std v2.0.2
29052025-01-02T22:36:53.969Z Checking universal-hash v0.5.1
29062025-01-02T22:36:53.969Z Compiling blake3 v1.5.4
29072025-01-02T22:36:54.115Z Compiling walkdir v2.5.0
29082025-01-02T22:36:54.176Z Compiling ring v0.16.20
29092025-01-02T22:36:54.210Z Checking sha3 v0.10.8
29102025-01-02T22:36:54.227Z Checking opaque-debug v0.3.1
29112025-01-02T22:36:54.326Z Checking poly1305 v0.8.0
29122025-01-02T22:36:54.380Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29132025-01-02T22:36:54.609Z Checking chacha20 v0.9.1
29142025-01-02T22:36:54.682Z Checking aead v0.5.2
29152025-01-02T22:36:54.840Z Compiling memmap2 v0.9.5
29162025-01-02T22:36:54.859Z Compiling constant_time_eq v0.3.1
29172025-01-02T22:36:54.874Z Compiling libefi-sys v0.1.0
29182025-01-02T22:36:54.899Z Compiling salty v0.3.0
29192025-01-02T22:36:54.955Z Compiling arrayvec v0.7.6
29202025-01-02T22:36:55.024Z Compiling arrayref v0.3.9
29212025-01-02T22:36:55.125Z Compiling spin v0.5.2
29222025-01-02T22:36:55.169Z Checking chacha20poly1305 v0.10.1
29232025-01-02T22:36:55.304Z Compiling toolchain_find v0.4.0
29242025-01-02T22:36:55.364Z Compiling camino-tempfile v1.1.1
29252025-01-02T22:36:55.367Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29262025-01-02T22:36:55.383Z Compiling bitfield-struct v0.6.2
29272025-01-02T22:36:55.825Z Compiling topological-sort v0.2.2
29282025-01-02T22:36:55.843Z Compiling mime_guess v2.0.5
29292025-01-02T22:36:55.969Z Compiling rustfmt-wrapper v0.2.1
29302025-01-02T22:36:56.457Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29312025-01-02T22:36:56.544Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29322025-01-02T22:36:56.566Z Checking primeorder v0.13.6
29332025-01-02T22:36:56.614Z Checking env_filter v0.1.2
29342025-01-02T22:36:56.849Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29352025-01-02T22:36:56.865Z Checking env_logger v0.11.5
29362025-01-02T22:36:56.898Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372025-01-02T22:36:57.039Z Checking p384 v0.13.0
29382025-01-02T22:36:57.176Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29392025-01-02T22:36:57.200Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29402025-01-02T22:36:57.235Z Checking thiserror-no-std v2.0.2
29412025-01-02T22:36:57.348Z Checking vsss-rs v3.3.4
29422025-01-02T22:36:57.442Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29432025-01-02T22:36:57.464Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29442025-01-02T22:36:57.484Z Checking bumpalo v3.16.0
29452025-01-02T22:36:57.778Z Compiling zip v2.1.3
29462025-01-02T22:36:57.803Z Checking lockfree-object-pool v0.1.6
29472025-01-02T22:36:57.897Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29482025-01-02T22:36:57.937Z Checking simd-adler32 v0.3.7
29492025-01-02T22:36:58.038Z Checking http-range v0.1.5
29502025-01-02T22:36:58.107Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29512025-01-02T22:36:58.143Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29522025-01-02T22:36:58.231Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29532025-01-02T22:36:58.294Z Checking zopfli v0.8.1
29542025-01-02T22:36:58.443Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29552025-01-02T22:36:58.930Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29562025-01-02T22:36:58.968Z Checking nanorand v0.7.0
29572025-01-02T22:36:58.986Z Checking atty v0.2.14
29582025-01-02T22:36:59.082Z Checking glob v0.3.1
29592025-01-02T22:36:59.124Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29602025-01-02T22:36:59.350Z Checking flume v0.11.1
29612025-01-02T22:36:59.429Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29622025-01-02T22:36:59.651Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29632025-01-02T22:36:59.843Z Compiling omicron-zone-package v0.11.1
29642025-01-02T22:37:00.185Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29652025-01-02T22:37:01.097Z Checking hyper-staticfile v0.10.1
29662025-01-02T22:37:01.657Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29672025-01-02T22:37:01.771Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29682025-01-02T22:37:01.958Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29692025-01-02T22:37:02.138Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29702025-01-02T22:37:02.299Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29712025-01-02T22:37:02.333Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29722025-01-02T22:37:02.896Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29732025-01-02T22:37:03.435Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29742025-01-02T22:37:04.539Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29752025-01-02T22:37:06.518Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29762025-01-02T22:37:06.518Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29772025-01-02T22:37:17.023Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29782025-01-02T22:37:31.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.02s
29792025-01-02T22:37:31.256Z
29802025-01-02T22:37:31.256Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29812025-01-02T22:37:31.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822025-01-02T22:37:31.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832025-01-02T22:37:32.020Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29842025-01-02T22:37:46.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s
29852025-01-02T22:37:46.192Z
29862025-01-02T22:37:46.192Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29872025-01-02T22:37:46.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882025-01-02T22:37:46.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892025-01-02T22:37:46.930Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29902025-01-02T22:38:00.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s
29912025-01-02T22:38:01.058Z
29922025-01-02T22:38:01.058Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29932025-01-02T22:38:01.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942025-01-02T22:38:01.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952025-01-02T22:38:01.806Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962025-01-02T22:38:15.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.60s
29972025-01-02T22:38:15.861Z
29982025-01-02T22:38:15.861Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29992025-01-02T22:38:16.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002025-01-02T22:38:16.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012025-01-02T22:38:16.613Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30022025-01-02T22:38:30.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
30032025-01-02T22:38:30.899Z
30042025-01-02T22:38:30.899Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30052025-01-02T22:38:31.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062025-01-02T22:38:31.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072025-01-02T22:38:31.656Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30082025-01-02T22:38:45.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
30092025-01-02T22:38:45.972Z
30102025-01-02T22:38:45.972Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30112025-01-02T22:38:46.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-01-02T22:38:46.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-01-02T22:38:46.725Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30142025-01-02T22:39:00.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
30152025-01-02T22:39:01.037Z
30162025-01-02T22:39:01.037Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30172025-01-02T22:39:01.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-01-02T22:39:01.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-01-02T22:39:01.784Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30202025-01-02T22:39:15.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s
30212025-01-02T22:39:15.921Z
30222025-01-02T22:39:15.921Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30232025-01-02T22:39:16.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-01-02T22:39:16.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-01-02T22:39:16.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-01-02T22:39:16.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30272025-01-02T22:39:16.589Z
30282025-01-02T22:39:16.589Zinfo: running `cargo check --bins` on key-manager (120/173)
30292025-01-02T22:39:17.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-01-02T22:39:17.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-01-02T22:39:17.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-01-02T22:39:17.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30332025-01-02T22:39:17.235Z
30342025-01-02T22:39:17.235Zinfo: running `cargo check --bins` on range-requests (121/173)
30352025-01-02T22:39:17.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-01-02T22:39:17.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-01-02T22:39:17.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-01-02T22:39:17.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30392025-01-02T22:39:17.857Z
30402025-01-02T22:39:17.857Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30412025-01-02T22:39:18.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-01-02T22:39:18.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-01-02T22:39:18.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-01-02T22:39:18.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30452025-01-02T22:39:18.499Z
30462025-01-02T22:39:18.499Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30472025-01-02T22:39:19.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-01-02T22:39:19.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-01-02T22:39:19.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-01-02T22:39:19.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30512025-01-02T22:39:19.168Z
30522025-01-02T22:39:19.168Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30532025-01-02T22:39:19.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-01-02T22:39:19.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-01-02T22:39:19.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-01-02T22:39:19.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30572025-01-02T22:39:19.832Z
30582025-01-02T22:39:19.832Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30592025-01-02T22:39:20.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-01-02T22:39:20.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-01-02T22:39:20.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622025-01-02T22:39:20.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30632025-01-02T22:39:20.505Z
30642025-01-02T22:39:20.505Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30652025-01-02T22:39:21.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-01-02T22:39:21.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-01-02T22:39:21.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682025-01-02T22:39:21.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30692025-01-02T22:39:21.171Z
30702025-01-02T22:39:21.171Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30712025-01-02T22:39:21.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722025-01-02T22:39:21.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732025-01-02T22:39:21.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742025-01-02T22:39:21.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30752025-01-02T22:39:21.831Z
30762025-01-02T22:39:21.831Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30772025-01-02T22:39:22.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782025-01-02T22:39:22.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792025-01-02T22:39:22.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802025-01-02T22:39:22.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30812025-01-02T22:39:22.501Z
30822025-01-02T22:39:22.501Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30832025-01-02T22:39:23.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842025-01-02T22:39:23.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852025-01-02T22:39:23.205Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30862025-01-02T22:39:23.205Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30872025-01-02T22:39:24.121Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30882025-01-02T22:39:26.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s
30892025-01-02T22:39:26.402Z
30902025-01-02T22:39:26.402Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30912025-01-02T22:39:26.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922025-01-02T22:39:26.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932025-01-02T22:39:26.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942025-01-02T22:39:26.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30952025-01-02T22:39:27.042Z
30962025-01-02T22:39:27.042Zinfo: running `cargo check --bins` on cert-dev (131/173)
30972025-01-02T22:39:27.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982025-01-02T22:39:27.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992025-01-02T22:39:27.670Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31002025-01-02T22:39:27.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31012025-01-02T22:39:28.112Z
31022025-01-02T22:39:28.112Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31032025-01-02T22:39:28.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042025-01-02T22:39:28.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052025-01-02T22:39:28.818Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31062025-01-02T22:39:28.820Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31072025-01-02T22:39:29.442Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31082025-01-02T22:39:29.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
31092025-01-02T22:39:30.016Z
31102025-01-02T22:39:30.016Zinfo: running `cargo check --bins` on ch-dev (133/173)
31112025-01-02T22:39:30.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122025-01-02T22:39:30.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132025-01-02T22:39:30.686Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31142025-01-02T22:39:31.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31152025-01-02T22:39:31.597Z
31162025-01-02T22:39:31.598Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31172025-01-02T22:39:32.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182025-01-02T22:39:32.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192025-01-02T22:39:32.260Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31202025-01-02T22:39:32.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31212025-01-02T22:39:32.814Z
31222025-01-02T22:39:32.814Zinfo: running `cargo check --bins` on db-dev (135/173)
31232025-01-02T22:39:33.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242025-01-02T22:39:33.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252025-01-02T22:39:33.487Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31262025-01-02T22:39:34.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
31272025-01-02T22:39:34.416Z
31282025-01-02T22:39:34.416Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31292025-01-02T22:39:35.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302025-01-02T22:39:35.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312025-01-02T22:39:35.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322025-01-02T22:39:35.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31332025-01-02T22:39:35.088Z
31342025-01-02T22:39:35.088Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31352025-01-02T22:39:35.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362025-01-02T22:39:35.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372025-01-02T22:39:35.724Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31382025-01-02T22:39:36.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
31392025-01-02T22:39:36.819Z
31402025-01-02T22:39:36.819Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31412025-01-02T22:39:37.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422025-01-02T22:39:37.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432025-01-02T22:39:37.457Z Checking cargo-platform v0.1.8
31442025-01-02T22:39:37.736Z Checking cargo_metadata v0.18.1
31452025-01-02T22:39:38.738Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31462025-01-02T22:39:39.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
31472025-01-02T22:39:39.670Z
31482025-01-02T22:39:39.670Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31492025-01-02T22:39:40.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502025-01-02T22:39:40.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512025-01-02T22:39:40.408Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31522025-01-02T22:39:41.141Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31532025-01-02T22:39:41.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
31542025-01-02T22:39:41.919Z
31552025-01-02T22:39:41.919Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31562025-01-02T22:39:42.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572025-01-02T22:39:42.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582025-01-02T22:39:42.722Z Compiling crunchy v0.2.2
31592025-01-02T22:39:42.722Z Compiling tiny-keccak v2.0.2
31602025-01-02T22:39:42.722Z Compiling dsl_auto_type v0.1.2
31612025-01-02T22:39:42.724Z Checking scheduled-thread-pool v0.2.7
31622025-01-02T22:39:42.724Z Compiling diesel_table_macro_syntax v0.2.0
31632025-01-02T22:39:42.724Z Compiling ascii-canvas v3.0.0
31642025-01-02T22:39:42.724Z Compiling ena v0.14.3
31652025-01-02T22:39:42.835Z Compiling regex-syntax v0.6.29
31662025-01-02T22:39:43.128Z Checking r2d2 v0.8.10
31672025-01-02T22:39:43.187Z Compiling diff v0.1.13
31682025-01-02T22:39:43.222Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31692025-01-02T22:39:43.335Z Compiling ref-cast v1.0.23
31702025-01-02T22:39:43.387Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31712025-01-02T22:39:43.475Z Compiling derive_builder_core v0.20.2
31722025-01-02T22:39:43.494Z Compiling libxml v0.3.3
31732025-01-02T22:39:43.661Z Compiling ref-cast-impl v1.0.23
31742025-01-02T22:39:43.833Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31752025-01-02T22:39:43.933Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31762025-01-02T22:39:43.962Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31772025-01-02T22:39:44.111Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31782025-01-02T22:39:44.239Z Compiling strum_macros v0.24.3
31792025-01-02T22:39:44.398Z Compiling samael v0.0.17
31802025-01-02T22:39:44.515Z Compiling diesel_derives v2.2.3
31812025-01-02T22:39:44.562Z Compiling indoc v1.0.9
31822025-01-02T22:39:45.526Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31832025-01-02T22:39:45.837Z Compiling impl-trait-for-tuples v0.2.2
31842025-01-02T22:39:45.996Z Compiling derive_builder_macro v0.20.2
31852025-01-02T22:39:46.313Z Compiling lalrpop v0.19.12
31862025-01-02T22:39:46.905Z Checking derive_builder v0.20.2
31872025-01-02T22:39:47.065Z Compiling oso-derive v0.27.3
31882025-01-02T22:39:47.495Z Checking quick-xml v0.33.0
31892025-01-02T22:39:47.982Z Compiling diesel-dtrace v0.4.0
31902025-01-02T22:39:48.110Z Checking maplit v1.0.2
31912025-01-02T22:39:48.270Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31922025-01-02T22:39:48.369Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31932025-01-02T22:39:48.680Z Checking bb8 v0.8.5
31942025-01-02T22:39:48.947Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31952025-01-02T22:39:49.162Z Checking castaway v0.2.3
31962025-01-02T22:39:49.240Z Checking rand_seeder v0.3.0
31972025-01-02T22:39:49.288Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31982025-01-02T22:39:49.344Z Checking compact_str v0.8.0
31992025-01-02T22:39:49.491Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32002025-01-02T22:39:49.754Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32012025-01-02T22:39:49.955Z Checking unicode-truncate v1.1.0
32022025-01-02T22:39:50.201Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32032025-01-02T22:39:50.292Z Checking lru v0.12.5
32042025-01-02T22:39:50.537Z Compiling instability v0.3.2
32052025-01-02T22:39:50.662Z Checking unicode-linebreak v0.1.5
32062025-01-02T22:39:51.051Z Checking is_ci v1.2.0
32072025-01-02T22:39:51.102Z Checking smawk v0.3.2
32082025-01-02T22:39:51.207Z Checking cassowary v0.3.0
32092025-01-02T22:39:51.335Z Checking textwrap v0.16.1
32102025-01-02T22:39:51.645Z Checking supports-color v3.0.1
32112025-01-02T22:39:51.687Z Checking ratatui v0.28.1
32122025-01-02T22:39:51.800Z Checking multimap v0.10.0
32132025-01-02T22:39:51.818Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32142025-01-02T22:39:54.514Z Checking diesel v2.2.6
32152025-01-02T22:40:20.728Z Compiling polar-core v0.27.3
32162025-01-02T22:40:24.559Z Checking async-bb8-diesel v0.2.1
32172025-01-02T22:40:28.358Z Checking oso v0.27.3
32182025-01-02T22:41:40.728Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32192025-01-02T22:41:47.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
32202025-01-02T22:41:47.259Z
32212025-01-02T22:41:47.259Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32222025-01-02T22:41:47.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232025-01-02T22:41:47.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242025-01-02T22:41:47.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252025-01-02T22:41:47.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32262025-01-02T22:41:47.952Z
32272025-01-02T22:41:47.952Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32282025-01-02T22:41:48.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292025-01-02T22:41:48.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302025-01-02T22:41:48.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312025-01-02T22:41:48.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32322025-01-02T22:41:48.645Z
32332025-01-02T22:41:48.645Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32342025-01-02T22:41:49.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352025-01-02T22:41:49.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362025-01-02T22:41:49.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372025-01-02T22:41:49.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32382025-01-02T22:41:49.263Z
32392025-01-02T22:41:49.263Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32402025-01-02T22:41:49.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412025-01-02T22:41:49.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422025-01-02T22:41:50.090Z Compiling libz-sys v1.1.20
32432025-01-02T22:41:50.204Z Compiling libgit2-sys v0.17.0+1.8.1
32442025-01-02T22:41:50.217Z Compiling vergen v8.3.2
32452025-01-02T22:41:50.220Z Compiling cargo-platform v0.1.8
32462025-01-02T22:41:50.220Z Compiling pin-project-internal v1.1.6
32472025-01-02T22:41:50.257Z Compiling libsqlite3-sys v0.30.1
32482025-01-02T22:41:50.260Z Compiling snafu-derive v0.8.5
32492025-01-02T22:41:50.260Z Compiling rustls v0.21.12
32502025-01-02T22:41:50.553Z Compiling cargo_metadata v0.18.1
32512025-01-02T22:41:50.588Z Compiling cfg_aliases v0.2.1
32522025-01-02T22:41:50.697Z Compiling buf-list v1.0.3
32532025-01-02T22:41:50.762Z Compiling nix v0.29.0
32542025-01-02T22:41:50.859Z Checking globset v0.4.15
32552025-01-02T22:41:51.180Z Checking olpc-cjson v0.1.4
32562025-01-02T22:41:51.370Z Checking sct v0.7.1
32572025-01-02T22:41:51.420Z Checking rustls-webpki v0.101.7
32582025-01-02T22:41:51.440Z Checking serde_plain v1.0.2
32592025-01-02T22:41:51.594Z Checking typed-path v0.9.3
32602025-01-02T22:41:51.945Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32612025-01-02T22:41:52.135Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32622025-01-02T22:41:52.228Z Checking hashlink v0.9.1
32632025-01-02T22:41:52.421Z Checking fallible-iterator v0.3.0
32642025-01-02T22:41:52.841Z Checking fallible-streaming-iterator v0.1.9
32652025-01-02T22:41:53.040Z Checking parse-size v1.1.0
32662025-01-02T22:41:53.090Z Checking rusqlite v0.32.1
32672025-01-02T22:41:53.268Z Checking pin-project v1.1.6
32682025-01-02T22:41:53.407Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32692025-01-02T22:41:53.556Z Checking rustls-pemfile v1.0.4
32702025-01-02T22:41:53.750Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32712025-01-02T22:41:53.792Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32722025-01-02T22:41:54.076Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32732025-01-02T22:41:54.246Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32742025-01-02T22:41:54.390Z Checking twox-hash v1.6.3
32752025-01-02T22:41:54.507Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32762025-01-02T22:41:54.770Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32772025-01-02T22:41:54.840Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32782025-01-02T22:41:55.384Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32792025-01-02T22:41:55.429Z Checking tokio-rustls v0.24.1
32802025-01-02T22:41:55.510Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32812025-01-02T22:41:55.824Z Checking fatfs v0.3.6
32822025-01-02T22:41:55.914Z Checking snafu v0.8.5
32832025-01-02T22:41:56.389Z Checking tough v0.19.0
32842025-01-02T22:41:56.599Z Checking assert_matches v1.5.0
32852025-01-02T22:42:00.571Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32862025-01-02T22:42:01.962Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32872025-01-02T22:42:02.681Z Compiling git2 v0.19.0
32882025-01-02T22:42:07.529Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32892025-01-02T22:43:03.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
32902025-01-02T22:43:03.740Z
32912025-01-02T22:43:03.741Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32922025-01-02T22:43:04.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932025-01-02T22:43:04.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942025-01-02T22:43:04.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952025-01-02T22:43:04.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32962025-01-02T22:43:04.448Z
32972025-01-02T22:43:04.448Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32982025-01-02T22:43:05.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992025-01-02T22:43:05.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002025-01-02T22:43:05.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012025-01-02T22:43:05.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33022025-01-02T22:43:05.090Z
33032025-01-02T22:43:05.090Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33042025-01-02T22:43:05.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052025-01-02T22:43:05.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062025-01-02T22:43:05.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072025-01-02T22:43:05.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33082025-01-02T22:43:05.783Z
33092025-01-02T22:43:05.783Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33102025-01-02T22:43:06.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112025-01-02T22:43:06.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122025-01-02T22:43:06.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132025-01-02T22:43:06.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33142025-01-02T22:43:06.480Z
33152025-01-02T22:43:06.480Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33162025-01-02T22:43:07.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172025-01-02T22:43:07.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182025-01-02T22:43:07.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192025-01-02T22:43:07.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33202025-01-02T22:43:07.176Z
33212025-01-02T22:43:07.176Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33222025-01-02T22:43:07.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232025-01-02T22:43:07.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242025-01-02T22:43:07.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252025-01-02T22:43:07.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33262025-01-02T22:43:07.879Z
33272025-01-02T22:43:07.879Zinfo: running `cargo check --bins` on update-common (151/173)
33282025-01-02T22:43:08.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292025-01-02T22:43:08.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302025-01-02T22:43:08.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312025-01-02T22:43:08.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33322025-01-02T22:43:08.543Z
33332025-01-02T22:43:08.543Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33342025-01-02T22:43:09.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352025-01-02T22:43:09.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362025-01-02T22:43:09.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372025-01-02T22:43:09.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33382025-01-02T22:43:09.203Z
33392025-01-02T22:43:09.203Zinfo: running `cargo check --bins` on tufaceous (153/173)
33402025-01-02T22:43:09.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412025-01-02T22:43:09.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422025-01-02T22:43:09.884Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33432025-01-02T22:43:10.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
33442025-01-02T22:43:11.122Z
33452025-01-02T22:43:11.122Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33462025-01-02T22:43:11.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472025-01-02T22:43:11.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482025-01-02T22:43:11.974Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33492025-01-02T22:43:12.101Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33502025-01-02T22:43:12.101Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33512025-01-02T22:43:12.103Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33522025-01-02T22:43:39.416Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33532025-01-02T22:43:39.416Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33542025-01-02T22:43:39.418Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33552025-01-02T22:43:39.418Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33562025-01-02T22:43:39.418Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33572025-01-02T22:43:40.235Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33582025-01-02T22:43:41.593Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33592025-01-02T22:44:22.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33602025-01-02T22:44:22.753Z
33612025-01-02T22:44:22.753Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33622025-01-02T22:44:23.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632025-01-02T22:44:23.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642025-01-02T22:44:23.471Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33652025-01-02T22:44:23.473Z Checking heck v0.4.1
33662025-01-02T22:44:23.473Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33672025-01-02T22:44:23.717Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33682025-01-02T22:44:25.195Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33692025-01-02T22:44:26.100Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33702025-01-02T22:44:27.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
33712025-01-02T22:44:27.418Z
33722025-01-02T22:44:27.418Zinfo: running `cargo check --bins` on installinator-api (156/173)
33732025-01-02T22:44:28.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742025-01-02T22:44:28.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752025-01-02T22:44:28.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762025-01-02T22:44:28.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33772025-01-02T22:44:28.091Z
33782025-01-02T22:44:28.091Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33792025-01-02T22:44:28.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802025-01-02T22:44:28.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812025-01-02T22:44:28.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822025-01-02T22:44:28.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33832025-01-02T22:44:28.777Z
33842025-01-02T22:44:28.777Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33852025-01-02T22:44:29.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862025-01-02T22:44:29.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872025-01-02T22:44:29.484Z Compiling petname v2.0.2
33882025-01-02T22:44:29.487Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33892025-01-02T22:44:29.487Z Checking sync-ptr v0.1.1
33902025-01-02T22:44:30.945Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33912025-01-02T22:44:32.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
33922025-01-02T22:44:32.745Z
33932025-01-02T22:44:32.745Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33942025-01-02T22:44:33.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952025-01-02T22:44:33.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962025-01-02T22:44:33.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972025-01-02T22:44:33.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33982025-01-02T22:44:33.422Z
33992025-01-02T22:44:33.422Zinfo: running `cargo check --bins` on omicron-releng (160/173)
34002025-01-02T22:44:34.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012025-01-02T22:44:34.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022025-01-02T22:44:34.114Z Checking memmap2 v0.9.5
34032025-01-02T22:44:34.114Z Checking arrayref v0.3.9
34042025-01-02T22:44:34.116Z Checking spin v0.5.2
34052025-01-02T22:44:34.116Z Checking constant_time_eq v0.3.1
34062025-01-02T22:44:34.116Z Checking arrayvec v0.7.6
34072025-01-02T22:44:34.116Z Checking topological-sort v0.2.2
34082025-01-02T22:44:34.231Z Checking shell-words v1.1.0
34092025-01-02T22:44:34.398Z Checking ring v0.16.20
34102025-01-02T22:44:34.552Z Checking blake3 v1.5.4
34112025-01-02T22:44:35.562Z Checking omicron-zone-package v0.11.1
34122025-01-02T22:44:36.712Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34132025-01-02T22:44:37.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
34142025-01-02T22:44:37.835Z
34152025-01-02T22:44:37.835Zinfo: running `cargo check --bins` on xtask (161/173)
34162025-01-02T22:44:38.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172025-01-02T22:44:38.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182025-01-02T22:44:38.281Z Checking bitflags v2.6.0
34192025-01-02T22:44:38.283Z Checking serde v1.0.215
34202025-01-02T22:44:38.283Z Checking thiserror v1.0.69
34212025-01-02T22:44:38.376Z Checking scroll v0.12.0
34222025-01-02T22:44:38.379Z Checking log v0.4.22
34232025-01-02T22:44:38.387Z Checking hashbrown v0.15.1
34242025-01-02T22:44:38.389Z Checking zerocopy v0.7.35
34252025-01-02T22:44:38.419Z Checking syn v2.0.87
34262025-01-02T22:44:38.483Z Checking pest v2.7.14
34272025-01-02T22:44:38.599Z Checking rustix v0.38.37
34282025-01-02T22:44:38.653Z Checking once_cell v1.20.2
34292025-01-02T22:44:38.843Z Checking goblin v0.8.2
34302025-01-02T22:44:38.962Z Checking fs-err v2.11.0
34312025-01-02T22:44:39.276Z Checking tabled v0.15.0
34322025-01-02T22:44:39.461Z Checking indexmap v2.6.0
34332025-01-02T22:44:39.791Z Checking anyhow v1.0.93
34342025-01-02T22:44:40.588Z Checking terminal_size v0.4.0
34352025-01-02T22:44:40.591Z Checking tempfile v3.13.0
34362025-01-02T22:44:40.780Z Checking clap_builder v4.5.21
34372025-01-02T22:44:41.049Z Checking dtrace-parser v0.2.0
34382025-01-02T22:44:42.941Z Checking serde_json v1.0.132
34392025-01-02T22:44:42.941Z Checking toml_datetime v0.6.8
34402025-01-02T22:44:42.944Z Checking serde_spanned v0.6.8
34412025-01-02T22:44:42.944Z Checking camino v1.1.9
34422025-01-02T22:44:42.944Z Checking semver v1.0.23
34432025-01-02T22:44:42.944Z Checking cargo-platform v0.1.8
34442025-01-02T22:44:42.944Z Checking macaddr v1.0.1
34452025-01-02T22:44:43.018Z Checking clap v4.5.21
34462025-01-02T22:44:43.204Z Checking toml_edit v0.22.22
34472025-01-02T22:44:43.453Z Checking camino-tempfile v1.1.1
34482025-01-02T22:44:44.082Z Checking dof v0.3.0
34492025-01-02T22:44:44.082Z Checking cargo_metadata v0.18.1
34502025-01-02T22:44:44.521Z Checking usdt-impl v0.5.0
34512025-01-02T22:44:44.891Z Checking usdt v0.5.0
34522025-01-02T22:44:44.976Z Checking toml v0.8.19
34532025-01-02T22:44:45.462Z Checking cargo_toml v0.20.5
34542025-01-02T22:44:46.713Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34552025-01-02T22:44:47.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s
34562025-01-02T22:44:47.445Z
34572025-01-02T22:44:47.445Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34582025-01-02T22:44:48.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592025-01-02T22:44:48.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602025-01-02T22:44:48.241Z Checking polyval v0.6.2
34612025-01-02T22:44:48.354Z Checking ctr v0.9.2
34622025-01-02T22:44:48.367Z Checking ssh-encoding v0.2.0
34632025-01-02T22:44:48.367Z Checking blowfish v0.9.1
34642025-01-02T22:44:48.390Z Checking password-hash v0.4.2
34652025-01-02T22:44:48.392Z Checking matches v0.1.10
34662025-01-02T22:44:48.416Z Checking p256 v0.13.2
34672025-01-02T22:44:48.419Z Checking p521 v0.13.3
34682025-01-02T22:44:48.495Z Checking idna v0.2.3
34692025-01-02T22:44:48.584Z Checking bcrypt-pbkdf v0.10.0
34702025-01-02T22:44:48.584Z Checking ghash v0.5.1
34712025-01-02T22:44:48.613Z Compiling enum-as-inner v0.5.1
34722025-01-02T22:44:48.680Z Checking russh-cryptovec v0.7.3
34732025-01-02T22:44:48.749Z Checking aes-gcm v0.10.3
34742025-01-02T22:44:48.825Z Checking pbkdf2 v0.11.0
34752025-01-02T22:44:48.890Z Checking md5 v0.7.0
34762025-01-02T22:44:48.911Z Checking num-bigint v0.4.6
34772025-01-02T22:44:48.930Z Checking des v0.8.1
34782025-01-02T22:44:49.010Z Checking ssh-cipher v0.2.0
34792025-01-02T22:44:49.097Z Compiling dhcproto-macros v0.1.0
34802025-01-02T22:44:49.170Z Checking hex-literal v0.4.1
34812025-01-02T22:44:49.212Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34822025-01-02T22:44:49.299Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34832025-01-02T22:44:49.317Z Checking internet-checksum v0.2.1
34842025-01-02T22:44:49.319Z Checking ssh-key v0.6.6
34852025-01-02T22:44:49.670Z Checking trust-dns-proto v0.22.0
34862025-01-02T22:44:50.755Z Checking russh-keys v0.45.0
34872025-01-02T22:44:51.741Z Checking russh v0.45.0
34882025-01-02T22:44:52.346Z Checking dhcproto v0.12.0
34892025-01-02T22:45:10.696Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34902025-01-02T22:45:12.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.76s
34912025-01-02T22:45:12.413Z
34922025-01-02T22:45:12.413Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34932025-01-02T22:45:12.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942025-01-02T22:45:12.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952025-01-02T22:45:13.073Z Checking termios v0.3.3
34962025-01-02T22:45:13.296Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34972025-01-02T22:45:14.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
34982025-01-02T22:45:14.293Z
34992025-01-02T22:45:14.293Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
35002025-01-02T22:45:14.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-01-02T22:45:14.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-01-02T22:45:15.027Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35032025-01-02T22:45:17.150Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35042025-01-02T22:45:19.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
35052025-01-02T22:45:19.288Z
35062025-01-02T22:45:19.288Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35072025-01-02T22:45:19.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082025-01-02T22:45:19.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092025-01-02T22:45:19.939Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35102025-01-02T22:45:20.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35112025-01-02T22:45:20.626Z
35122025-01-02T22:45:20.626Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35132025-01-02T22:45:21.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142025-01-02T22:45:21.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152025-01-02T22:45:21.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162025-01-02T22:45:21.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172025-01-02T22:45:21.259Z
35182025-01-02T22:45:21.259Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35192025-01-02T22:45:21.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-01-02T22:45:21.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-01-02T22:45:21.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-01-02T22:45:21.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35232025-01-02T22:45:21.883Z
35242025-01-02T22:45:21.884Zinfo: running `cargo check --bins` on omicron-package (168/173)
35252025-01-02T22:45:22.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-01-02T22:45:22.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-01-02T22:45:22.580Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35282025-01-02T22:45:23.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
35292025-01-02T22:45:24.108Z
35302025-01-02T22:45:24.108Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35312025-01-02T22:45:24.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-01-02T22:45:24.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-01-02T22:45:24.844Z Checking rtoolbox v0.0.2
35342025-01-02T22:45:24.845Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35352025-01-02T22:45:24.847Z Checking tui-tree-widget v0.22.0
35362025-01-02T22:45:25.085Z Checking rpassword v7.3.1
35372025-01-02T22:45:29.305Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35382025-01-02T22:45:32.415Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35392025-01-02T22:45:33.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.60s
35402025-01-02T22:45:33.903Z
35412025-01-02T22:45:33.903Zinfo: running `cargo check --bins` on wicket (170/173)
35422025-01-02T22:45:34.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432025-01-02T22:45:34.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442025-01-02T22:45:34.628Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35452025-01-02T22:45:35.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
35462025-01-02T22:45:35.276Z
35472025-01-02T22:45:35.276Zinfo: running `cargo check --bins` on wicketd (171/173)
35482025-01-02T22:45:35.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492025-01-02T22:45:35.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502025-01-02T22:45:36.021Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35512025-01-02T22:45:40.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
35522025-01-02T22:45:40.317Z
35532025-01-02T22:45:40.317Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35542025-01-02T22:45:40.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-01-02T22:45:40.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-01-02T22:45:40.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572025-01-02T22:45:40.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35582025-01-02T22:45:40.963Z
35592025-01-02T22:45:40.963Zinfo: running `cargo check --bins` on zone-setup (173/173)
35602025-01-02T22:45:41.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612025-01-02T22:45:41.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622025-01-02T22:45:41.732Z Checking uzers v0.12.1
35632025-01-02T22:45:42.080Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35642025-01-02T22:45:43.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
35652025-01-02T22:45:43.495Z
35662025-01-02T22:45:43.495Zreal 13:27.459027419
35672025-01-02T22:45:43.495Zuser 24:55.967152281
35682025-01-02T22:45:43.495Zsys 5:37.932625117
35692025-01-02T22:45:43.495Ztrap 0.497167073
35702025-01-02T22:45:43.495Ztflt 2.183298855
35712025-01-02T22:45:43.495Zdflt 3.107464313
35722025-01-02T22:45:43.495Zkflt 0.002404253
35732025-01-02T22:45:43.498Zlock 47:40.985167514
35742025-01-02T22:45:43.498Zslp 2:10:53.167584544
35752025-01-02T22:45:43.498Zlat 1:03.505024621
35762025-01-02T22:45:43.498Zstop 3:23.414087305
35772025-01-02T22:45:43.498Zprocess exited: duration 1124436 ms, exit code 0
 
35782025-01-02T22:45:43.504Zfound 0 output files