01JDBJY5CJM1GQ4JC8VBBS0SM1: 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: 01JDBJYHKSF9HDQV30VKAF7GEH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-23T04:03:08.863Zjob assigned to worker 01JDBJYRNMG9ERYARSETNCKDZ5 [factory aws, i-058e0cda5ddd0d6a0] (queued for 52 s)
 
22024-11-23T04:03:16.827Zstarting task 0: "setup"
32024-11-23T04:03:16.834Z++ uname -s
42024-11-23T04:03:16.836Z+ kern=SunOS
52024-11-23T04:03:16.836Z+ case "$kern" in
62024-11-23T04:03:16.836Z+ groupadd -g 12345 build
72024-11-23T04:03:16.839Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-23T04:03:18.845Z+ zfs create -o mountpoint=/work rpool/work
92024-11-23T04:03:18.921Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-23T04:03:18.923Z+ home_fs=zfs
112024-11-23T04:03:18.923Z+ [[ zfs == autofs ]]
122024-11-23T04:03:18.923Z+ mkdir -p /home/build
132024-11-23T04:03:18.926Z+ chown build:build /home/build /work
142024-11-23T04:03:20.926Z+ chmod 0700 /home/build /work
152024-11-23T04:03:20.929Zprocess exited: duration 4104 ms, exit code 0
 
162024-11-23T04:03:20.934Zstarting task 1: "rust-toolchain"
172024-11-23T04:03:20.939Z+ printf ' * toolchain channel = "%s"
182024-11-23T04:03:20.939Z' 1.81.0
192024-11-23T04:03:20.939Z * toolchain channel = "1.81.0"
202024-11-23T04:03:20.939Z+ printf ' * toolchain profile = "%s"
212024-11-23T04:03:20.939Z' default
222024-11-23T04:03:20.939Z * toolchain profile = "default"
232024-11-23T04:03:20.942Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-23T04:03:20.942Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-23T04:03:21.059Zinfo: downloading installer
262024-11-23T04:03:22.336Zinfo: profile set to 'default'
272024-11-23T04:03:22.336Zinfo: default host triple is x86_64-unknown-illumos
282024-11-23T04:03:22.339Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-23T04:03:22.490Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-23T04:03:22.490Zinfo: downloading component 'cargo'
312024-11-23T04:03:23.331Zinfo: downloading component 'clippy'
322024-11-23T04:03:23.641Zinfo: downloading component 'rust-docs'
332024-11-23T04:03:24.807Zinfo: downloading component 'rust-std'
342024-11-23T04:03:26.625Zinfo: downloading component 'rustc'
352024-11-23T04:03:33.145Zinfo: downloading component 'rustfmt'
362024-11-23T04:03:33.389Zinfo: installing component 'cargo'
372024-11-23T04:03:34.184Zinfo: installing component 'clippy'
382024-11-23T04:03:34.544Zinfo: installing component 'rust-docs'
392024-11-23T04:03:36.151Zinfo: installing component 'rust-std'
402024-11-23T04:03:37.853Zinfo: installing component 'rustc'
412024-11-23T04:03:43.412Zinfo: installing component 'rustfmt'
422024-11-23T04:03:43.728Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-23T04:03:43.728Z
442024-11-23T04:03:44.090Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-23T04:03:44.090Z
462024-11-23T04:03:44.093Z
472024-11-23T04:03:44.093ZRust is installed now. Great!
482024-11-23T04:03:44.093Z
492024-11-23T04:03:44.093ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-23T04:03:44.093Zenvironment variable. This has not been done automatically.
512024-11-23T04:03:44.093Z
522024-11-23T04:03:44.093ZTo configure your current shell, you need to source
532024-11-23T04:03:44.093Zthe corresponding env file under $HOME/.cargo.
542024-11-23T04:03:44.093Z
552024-11-23T04:03:44.093ZThis is usually done by running one of the following (note the leading DOT):
562024-11-23T04:03:44.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-23T04:03:44.093Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-23T04:03:44.162Z+ rustc --version
592024-11-23T04:03:44.227Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-23T04:03:44.230Zprocess exited: duration 23296 ms, exit code 0
 
612024-11-23T04:03:44.235Zstarting task 2: "authentication"
622024-11-23T04:03:44.255Zprocess exited: duration 19 ms, exit code 0
 
632024-11-23T04:03:44.260Zstarting task 3: "clone repository"
642024-11-23T04:03:44.265Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-23T04:03:44.268Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-23T04:03:44.540ZCloning into '/work/oxidecomputer/omicron'...
672024-11-23T04:03:50.226Z+ cd /work/oxidecomputer/omicron
682024-11-23T04:03:50.226Z+ git fetch origin 533f54c23e2bc8062578113c18947e8f69ef1713
692024-11-23T04:03:50.510ZFrom https://github.com/oxidecomputer/omicron
702024-11-23T04:03:50.511Z * branch 533f54c23e2bc8062578113c18947e8f69ef1713 -> FETCH_HEAD
712024-11-23T04:03:50.521Z+ [[ -n renovate/rustls-0.x ]]
722024-11-23T04:03:50.523Z++ git branch --show-current
732024-11-23T04:03:50.525Z+ current=main
742024-11-23T04:03:50.525Z+ [[ main != renovate/rustls-0.x ]]
752024-11-23T04:03:50.525Z+ git branch -f renovate/rustls-0.x 533f54c23e2bc8062578113c18947e8f69ef1713
762024-11-23T04:03:50.528Z+ git checkout -f renovate/rustls-0.x
772024-11-23T04:03:50.707ZSwitched to branch 'renovate/rustls-0.x'
782024-11-23T04:03:50.709Z+ git reset --hard 533f54c23e2bc8062578113c18947e8f69ef1713
792024-11-23T04:03:50.880ZHEAD is now at 533f54c23 Update Rust crate rustls to 0.23.18
802024-11-23T04:03:50.882Zprocess exited: duration 6620 ms, exit code 0
 
812024-11-23T04:03:50.887Zstarting task 4: "build"
822024-11-23T04:03:50.892Z+ source .github/buildomat/ci-env.sh
832024-11-23T04:03:50.892Z++ export CARGO_TERM_COLOR=always
842024-11-23T04:03:50.892Z++ CARGO_TERM_COLOR=always
852024-11-23T04:03:50.895Z+ cargo --version
862024-11-23T04:03:50.951Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-23T04:03:50.953Z+ rustc --version
882024-11-23T04:03:51.014Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-23T04:03:51.018Z+ source ./env.sh
902024-11-23T04:03:51.018Z++ OLD_SHELL_OPTS=ehxB
912024-11-23T04:03:51.018Z++ set -o xtrace
922024-11-23T04:03:51.020Z++++ dirname ./env.sh
932024-11-23T04:03:51.022Z+++ readlink -f .
942024-11-23T04:03:51.038Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-23T04:03:51.041Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-23T04:03:51.041Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-23T04:03:51.041Z++ 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
982024-11-23T04:03:51.041Z++ 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
992024-11-23T04:03:51.041Z++ 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
1002024-11-23T04:03:51.041Z++ 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
1012024-11-23T04:03:51.041Z++ 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
1022024-11-23T04:03:51.041Z++ 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
1032024-11-23T04:03:51.042Z++ case $OLD_SHELL_OPTS in
1042024-11-23T04:03:51.042Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-23T04:03:51.042Z+ 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
1062024-11-23T04:03:51.042Z+ 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
1072024-11-23T04:03:51.042Z+ banner prerequisites
1082024-11-23T04:03:51.061Z
1092024-11-23T04:03:51.061Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-23T04:03:51.061Z # # # # # # # # # # # # # # #
1112024-11-23T04:03:51.061Z # # # # ##### # # ##### # # # # # #### #
1122024-11-23T04:03:51.061Z ##### ##### # ##### # # # # # # # # #
1132024-11-23T04:03:51.061Z # # # # # # # # # # # # # # #
1142024-11-23T04:03:51.061Z # # # ###### # # ###### ### # #### # #### #
1152024-11-23T04:03:51.061Z
1162024-11-23T04:03:51.064Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-23T04:04:00.824Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-23T04:04:04.952Z Startup: Caching catalogs ... Done
1192024-11-23T04:04:13.635ZPlanning: Solver setup ... Done (7.929s)
1202024-11-23T04:04:13.744ZPlanning: Running solver ... Done (0.110s)
1212024-11-23T04:04:14.014ZPlanning: Finding local manifests ... Done (0.186s)
1222024-11-23T04:04:14.039ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-23T04:04:14.277ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-23T04:04:14.601ZPlanning: Package planning ... Done (0.326s)
1252024-11-23T04:04:14.657ZPlanning: Merging actions ... Done (0.056s)
1262024-11-23T04:04:15.676ZPlanning: Checking for conflicting actions ... Done (1.019s)
1272024-11-23T04:04:24.963ZPlanning: Consolidating action changes ... Done (9.287s)
1282024-11-23T04:04:25.337ZPlanning: Evaluating mediators ... Done (0.374s)
1292024-11-23T04:04:25.414ZPlanning: Planning completed in 20.37 seconds
1302024-11-23T04:04:25.688Z Packages to install: 4
1312024-11-23T04:04:25.688Z Packages to update: 1
1322024-11-23T04:04:25.690Z Mediators to change: 2
1332024-11-23T04:04:25.690Z Services to change: 1
1342024-11-23T04:04:25.690Z Estimated space available: 155.64 GB
1352024-11-23T04:04:25.690ZEstimated space to be consumed: 1.60 GB
1362024-11-23T04:04:25.690Z Create boot environment: No
1372024-11-23T04:04:25.690ZCreate backup boot environment: Yes
1382024-11-23T04:04:25.691Z Rebuild boot archive: No
1392024-11-23T04:04:25.691Z
1402024-11-23T04:04:25.691ZChanged mediators:
1412024-11-23T04:04:25.691Z mediator clang:
1422024-11-23T04:04:25.691Z version: None -> 15 (system default)
1432024-11-23T04:04:25.691Z
1442024-11-23T04:04:25.691Z mediator llvm:
1452024-11-23T04:04:25.691Z version: 14 (system default) -> 15 (system default)
1462024-11-23T04:04:25.691Z
1472024-11-23T04:04:25.691ZChanged packages:
1482024-11-23T04:04:25.691Zhelios-dev
1492024-11-23T04:04:25.691Z developer/build-essential
1502024-11-23T04:04:25.691Z None -> 11-2.0
1512024-11-23T04:04:25.691Z library/libxmlsec1
1522024-11-23T04:04:25.691Z None -> 1.2.35-2.0
1532024-11-23T04:04:25.691Z ooce/developer/clang-15
1542024-11-23T04:04:25.691Z None -> 15.0.7-2.0
1552024-11-23T04:04:25.691Z ooce/developer/llvm-15
1562024-11-23T04:04:25.691Z None -> 15.0.7-2.0
1572024-11-23T04:04:25.691Z package/pkg
1582024-11-23T04:04:25.691Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-23T04:04:25.691Z
1602024-11-23T04:04:25.691ZServices:
1612024-11-23T04:04:25.691Z restart_fmri:
1622024-11-23T04:04:25.691Z svc:/system/update-man-index:default
1632024-11-23T04:04:25.691Z
1642024-11-23T04:04:25.691ZEditable files to change:
1652024-11-23T04:04:25.691Z Update:
1662024-11-23T04:04:25.691Z usr/share/lib/pkg/web/config.shtml
1672024-11-23T04:04:26.237Z
1682024-11-23T04:04:26.237ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-23T04:04:39.403ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1702024-11-23T04:04:44.405ZDownload: 1234/4281 items 96.1/220.6MB 43% complete (19.0M/s)
1712024-11-23T04:04:49.408ZDownload: 2570/4281 items 120.4/220.6MB 54% complete (12.0M/s)
1722024-11-23T04:04:54.435ZDownload: 3246/4281 items 203.0/220.6MB 92% complete (14.0M/s)
1732024-11-23T04:04:59.466ZDownload: 4060/4281 items 219.9/220.6MB 99% complete (9.9M/s)
1742024-11-23T04:05:01.737ZDownload: Completed 220.60 MB in 35.50 seconds (6.2M/s)
1752024-11-23T04:05:02.577Z Actions: 1/5063 actions (Removing old actions)
1762024-11-23T04:05:02.594Z Actions: 194/5063 actions (Installing new actions)
1772024-11-23T04:05:07.627Z Actions: 4085/5063 actions (Installing new actions)
1782024-11-23T04:05:08.443Z Actions: 4226/5063 actions (Updating modified actions)
1792024-11-23T04:05:08.870Z Actions: Completed 5063 actions in 6.28 seconds.
1802024-11-23T04:05:09.258Z Done (0.371s)
1812024-11-23T04:05:09.306Z Done (0.000s)
1822024-11-23T04:05:09.768Z Done (0.532s)
1832024-11-23T04:05:17.048Z Done (7.065s)
1842024-11-23T04:05:17.641Z Done (0.522s)
1852024-11-23T04:05:17.644Z Done (0.000s)
1862024-11-23T04:05:17.793Z Done (0.000s)
1872024-11-23T04:05:18.458ZPlanning: Evaluating mediator changes ... Done
1882024-11-23T04:05:18.617ZPlanning: Checking for conflicting actions ... Done
1892024-11-23T04:05:18.622ZPlanning: Consolidating action changes ... Done
1902024-11-23T04:05:18.894ZPlanning: Evaluating mediators ... Done
1912024-11-23T04:05:18.910ZPlanning: Planning completed in 0.44 seconds
1922024-11-23T04:05:18.933Z Mediators to change: 2
1932024-11-23T04:05:18.933Z Create boot environment: No
1942024-11-23T04:05:18.937ZCreate backup boot environment: No
1952024-11-23T04:05:19.010Z Done
1962024-11-23T04:05:19.010Z Done
1972024-11-23T04:05:19.346Z Done
1982024-11-23T04:05:22.978Z Done
1992024-11-23T04:05:23.067Z Done
2002024-11-23T04:05:23.070Z Done
2012024-11-23T04:05:23.179Z Done
2022024-11-23T04:05:23.785ZPlanning: Evaluating mediator changes ... Done
2032024-11-23T04:05:23.788ZPlanning: Merging actions ... Done
2042024-11-23T04:05:23.978ZPlanning: Checking for conflicting actions ... Done
2052024-11-23T04:05:23.980ZPlanning: Consolidating action changes ... Done
2062024-11-23T04:05:24.249ZPlanning: Evaluating mediators ... Done
2072024-11-23T04:05:24.303ZPlanning: Planning completed in 0.76 seconds
2082024-11-23T04:05:24.342Z Packages to change: 1
2092024-11-23T04:05:24.342Z Mediators to change: 1
2102024-11-23T04:05:24.345Z Services to change: 1
2112024-11-23T04:05:24.345Z Create boot environment: No
2122024-11-23T04:05:24.345ZCreate backup boot environment: Yes
2132024-11-23T04:05:26.363Z Actions: 1/6 actions (Updating modified actions)
2142024-11-23T04:05:26.476Z Actions: Completed 6 actions in 0.11 seconds.
2152024-11-23T04:05:26.478Z Done
2162024-11-23T04:05:26.478Z Done
2172024-11-23T04:05:26.584Z Done
2182024-11-23T04:05:30.167Z Done
2192024-11-23T04:05:30.259Z Done
2202024-11-23T04:05:30.262Z Done
2212024-11-23T04:05:30.372Z Done
2222024-11-23T04:05:30.801ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-11-23T04:05:30.801Zclang system 15 system
2242024-11-23T04:05:30.801Zcsh system system illumos
2252024-11-23T04:05:30.802Zctags system system illumos
2262024-11-23T04:05:30.802Zgcc vendor 12 vendor
2272024-11-23T04:05:30.802Zgcc system 10 system
2282024-11-23T04:05:30.802Zgcc system 7 system
2292024-11-23T04:05:30.802Zgo system 1.20 system
2302024-11-23T04:05:30.802Zgo system 1.19 system
2312024-11-23T04:05:30.802Zllvm system 15 system
2322024-11-23T04:05:30.802Zllvm system 14 system
2332024-11-23T04:05:30.802Zmariadb system 10.6 system
2342024-11-23T04:05:30.802Zmta vendor vendor dma
2352024-11-23T04:05:30.802Zopenjdk system 17 system
2362024-11-23T04:05:30.802Zopenjdk system 11 system
2372024-11-23T04:05:30.802Zopenjdk system 1.8 system
2382024-11-23T04:05:30.802Zopenssl vendor 3 vendor
2392024-11-23T04:05:30.802Zperl system 5.36 system
2402024-11-23T04:05:30.802Zpostgresql system 15 system
2412024-11-23T04:05:30.802Zpostgresql system 13 system
2422024-11-23T04:05:30.802Zpython vendor 3 vendor
2432024-11-23T04:05:30.802Zpython system 2 system
2442024-11-23T04:05:30.802Zpython3 system 3.11 system
2452024-11-23T04:05:30.802Zruby system 3.0 system
2462024-11-23T04:05:30.802Zwords vendor vendor american-english
2472024-11-23T04:05:30.802Zwords system system australian-english
2482024-11-23T04:05:30.802Zwords system system british-english
2492024-11-23T04:05:30.802Zwords system system canadian-english
2502024-11-23T04:05:30.802Zwords system system french
2512024-11-23T04:05:30.802Zwords system system italian
2522024-11-23T04:05:30.802Zwords system system ngerman
2532024-11-23T04:05:30.802Zwords system system ogerman
2542024-11-23T04:05:30.802Zwords system system spanish
2552024-11-23T04:05:31.125ZPUBLISHER TYPE STATUS P LOCATION
2562024-11-23T04:05:31.125Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-11-23T04:05:33.690ZFMRI IFO
2582024-11-23T04:05:33.690Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-11-23T04:05:33.690Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-11-23T04:05:33.690Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-11-23T04:05:33.690Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-11-23T04:05:33.690Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-11-23T04:05:33.690Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-11-23T04:05:33.690Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-11-23T04:05:33.690Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-11-23T04:05:33.690Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-11-23T04:05:33.690Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-11-23T04:05:33.690Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-11-23T04:05:33.690Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-11-23T04:05:33.690Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-11-23T04:05:33.690Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-11-23T04:05:33.690Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-11-23T04:05:34.420Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-11-23T04:05:34.696Z Updating crates.io index
2752024-11-23T04:05:34.698Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-11-23T04:05:35.625Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-11-23T04:05:35.838Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-11-23T04:05:36.120Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-11-23T04:05:36.378Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-11-23T04:05:37.249Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-11-23T04:05:39.636Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-11-23T04:05:40.710Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-11-23T04:05:41.382Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-11-23T04:05:41.758Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-11-23T04:05:42.010Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-11-23T04:05:42.652Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-11-23T04:05:43.120Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-11-23T04:05:43.426Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-11-23T04:05:43.681Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-11-23T04:05:43.931Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-11-23T04:05:44.189Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-11-23T04:05:44.460Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-11-23T04:05:44.905Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-11-23T04:05:45.369Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-11-23T04:05:45.642Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-11-23T04:05:46.042Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-11-23T04:05:46.583Z Updating git repository `https://github.com/oxidecomputer/crucible`
2982024-11-23T04:05:47.211Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992024-11-23T04:05:47.540Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-11-23T04:05:48.136Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3012024-11-23T04:05:48.381Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-11-23T04:05:48.655Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-11-23T04:05:48.907Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-11-23T04:05:50.374Z Downloading crates ...
3052024-11-23T04:05:50.540Z Downloaded anstyle-parse v0.2.5
3062024-11-23T04:05:50.543Z Downloaded autocfg v1.4.0
3072024-11-23T04:05:50.551Z Downloaded anstream v0.6.15
3082024-11-23T04:05:50.553Z Downloaded anyhow v1.0.93
3092024-11-23T04:05:50.558Z Downloaded bitflags v2.6.0
3102024-11-23T04:05:50.561Z Downloaded anstyle-query v1.1.1
3112024-11-23T04:05:50.564Z Downloaded block-buffer v0.10.4
3122024-11-23T04:05:50.566Z Downloaded is_terminal_polyfill v1.70.1
3132024-11-23T04:05:50.566Z Downloaded cpufeatures v0.2.14
3142024-11-23T04:05:50.569Z Downloaded crypto-common v0.1.6
3152024-11-23T04:05:50.569Z Downloaded cargo_metadata v0.18.1
3162024-11-23T04:05:50.571Z Downloaded cfg-if v1.0.0
3172024-11-23T04:05:50.571Z Downloaded fastrand v2.1.1
3182024-11-23T04:05:50.574Z Downloaded colorchoice v1.0.2
3192024-11-23T04:05:50.582Z Downloaded indexmap v2.6.0
3202024-11-23T04:05:50.586Z Downloaded memchr v2.7.4
3212024-11-23T04:05:50.591Z Downloaded once_cell v1.20.2
3222024-11-23T04:05:50.594Z Downloaded generic-array v0.14.7
3232024-11-23T04:05:50.596Z Downloaded fs-err v2.11.0
3242024-11-23T04:05:50.599Z Downloaded camino-tempfile v1.1.1
3252024-11-23T04:05:50.599Z Downloaded anstyle v1.0.10
3262024-11-23T04:05:50.601Z Downloaded memmap v0.7.0
3272024-11-23T04:05:50.604Z Downloaded log v0.4.22
3282024-11-23T04:05:50.604Z Downloaded dof v0.3.0
3292024-11-23T04:05:50.607Z Downloaded macaddr v1.0.1
3302024-11-23T04:05:50.607Z Downloaded cargo-platform v0.1.8
3312024-11-23T04:05:50.609Z Downloaded clap v4.5.21
3322024-11-23T04:05:50.616Z Downloaded heck v0.5.0
3332024-11-23T04:05:50.619Z Downloaded heck v0.4.1
3342024-11-23T04:05:50.619Z Downloaded itoa v1.0.11
3352024-11-23T04:05:50.621Z Downloaded errno v0.3.9
3362024-11-23T04:05:50.621Z Downloaded equivalent v1.0.1
3372024-11-23T04:05:50.624Z Downloaded dtrace-parser v0.2.0
3382024-11-23T04:05:50.624Z Downloaded fnv v1.0.7
3392024-11-23T04:05:50.624Z Downloaded clap_lex v0.7.2
3402024-11-23T04:05:50.626Z Downloaded digest v0.10.7
3412024-11-23T04:05:50.626Z Downloaded byteorder v1.5.0
3422024-11-23T04:05:50.629Z Downloaded clap_derive v4.5.18
3432024-11-23T04:05:50.637Z Downloaded swrite v0.1.0
3442024-11-23T04:05:50.639Z Downloaded bytecount v0.6.8
3452024-11-23T04:05:50.642Z Downloaded clap_builder v4.5.21
3462024-11-23T04:05:50.649Z Downloaded tabled_derive v0.7.0
3472024-11-23T04:05:50.651Z Downloaded usdt-attr-macro v0.5.0
3482024-11-23T04:05:50.651Z Downloaded pretty-hex v0.4.1
3492024-11-23T04:05:50.654Z Downloaded usdt-macro v0.5.0
3502024-11-23T04:05:50.656Z Downloaded scroll_derive v0.12.0
3512024-11-23T04:05:50.659Z Downloaded proc-macro-error-attr v1.0.4
3522024-11-23T04:05:50.665Z Downloaded strsim v0.11.1
3532024-11-23T04:05:50.667Z Downloaded scroll v0.12.0
3542024-11-23T04:05:50.667Z Downloaded terminal_size v0.4.0
3552024-11-23T04:05:50.670Z Downloaded cargo_toml v0.20.5
3562024-11-23T04:05:50.670Z Downloaded serde_spanned v0.6.8
3572024-11-23T04:05:50.672Z Downloaded serde_tokenstream v0.2.2
3582024-11-23T04:05:50.674Z Downloaded plain v0.2.3
3592024-11-23T04:05:50.674Z Downloaded smawk v0.3.2
3602024-11-23T04:05:50.677Z Downloaded thread-id v4.2.2
3612024-11-23T04:05:50.677Z Downloaded pest_generator v2.7.14
3622024-11-23T04:05:50.679Z Downloaded usdt-impl v0.5.0
3632024-11-23T04:05:50.682Z Downloaded usdt v0.5.0
3642024-11-23T04:05:50.682Z Downloaded utf8parse v0.2.2
3652024-11-23T04:05:50.682Z Downloaded unicode-linebreak v0.1.5
3662024-11-23T04:05:50.684Z Downloaded toml_datetime v0.6.8
3672024-11-23T04:05:50.687Z Downloaded version_check v0.9.5
3682024-11-23T04:05:50.690Z Downloaded thiserror-impl v1.0.69
3692024-11-23T04:05:50.692Z Downloaded proc-macro-error v1.0.4
3702024-11-23T04:05:50.696Z Downloaded quote v1.0.37
3712024-11-23T04:05:50.700Z Downloaded sha2 v0.10.8
3722024-11-23T04:05:50.702Z Downloaded semver v1.0.23
3732024-11-23T04:05:50.705Z Downloaded camino v1.1.9
3742024-11-23T04:05:50.716Z Downloaded thiserror v1.0.69
3752024-11-23T04:05:50.721Z Downloaded pest_derive v2.7.14
3762024-11-23T04:05:50.723Z Downloaded ryu v1.0.18
3772024-11-23T04:05:50.726Z Downloaded serde_derive v1.0.215
3782024-11-23T04:05:50.728Z Downloaded proc-macro2 v1.0.89
3792024-11-23T04:05:50.731Z Downloaded zerocopy-derive v0.7.35
3802024-11-23T04:05:50.735Z Downloaded ucd-trie v0.1.7
3812024-11-23T04:05:50.737Z Downloaded textwrap v0.16.1
3822024-11-23T04:05:50.740Z Downloaded pest_meta v2.7.14
3832024-11-23T04:05:50.742Z Downloaded papergrid v0.11.0
3842024-11-23T04:05:50.745Z Downloaded unicode-ident v1.0.13
3852024-11-23T04:05:50.748Z Downloaded typenum v1.17.0
3862024-11-23T04:05:50.750Z Downloaded toml v0.8.19
3872024-11-23T04:05:50.754Z Downloaded tempfile v3.13.0
3882024-11-23T04:05:50.758Z Downloaded serde v1.0.215
3892024-11-23T04:05:50.766Z Downloaded hashbrown v0.15.0
3902024-11-23T04:05:50.774Z Downloaded toml_edit v0.22.22
3912024-11-23T04:05:50.795Z Downloaded pest v2.7.14
3922024-11-23T04:05:50.802Z Downloaded goblin v0.8.2
3932024-11-23T04:05:50.810Z Downloaded zerocopy v0.7.35
3942024-11-23T04:05:50.825Z Downloaded winnow v0.6.20
3952024-11-23T04:05:50.833Z Downloaded serde_json v1.0.132
3962024-11-23T04:05:50.839Z Downloaded tabled v0.15.0
3972024-11-23T04:05:50.854Z Downloaded syn v1.0.109
3982024-11-23T04:05:50.863Z Downloaded syn v2.0.87
3992024-11-23T04:05:50.874Z Downloaded unicode-width v0.1.14
4002024-11-23T04:05:50.880Z Downloaded rustix v0.38.37
4012024-11-23T04:05:50.901Z Downloaded libc v0.2.162
4022024-11-23T04:05:51.203Z Compiling proc-macro2 v1.0.89
4032024-11-23T04:05:51.203Z Compiling unicode-ident v1.0.13
4042024-11-23T04:05:51.206Z Compiling version_check v0.9.5
4052024-11-23T04:05:51.206Z Compiling serde v1.0.215
4062024-11-23T04:05:51.206Z Compiling memchr v2.7.4
4072024-11-23T04:05:51.206Z Compiling thiserror v1.0.69
4082024-11-23T04:05:51.206Z Compiling libc v0.2.162
4092024-11-23T04:05:51.238Z Compiling ryu v1.0.18
4102024-11-23T04:05:51.708Z Compiling ucd-trie v0.1.7
4112024-11-23T04:05:51.981Z Compiling itoa v1.0.11
4122024-11-23T04:05:52.169Z Compiling once_cell v1.20.2
4132024-11-23T04:05:52.474Z Compiling byteorder v1.5.0
4142024-11-23T04:05:52.541Z Compiling rustix v0.38.37
4152024-11-23T04:05:53.269Z Compiling serde_json v1.0.132
4162024-11-23T04:05:53.489Z Compiling bitflags v2.6.0
4172024-11-23T04:05:53.511Z Compiling proc-macro-error-attr v1.0.4
4182024-11-23T04:05:53.577Z Compiling usdt-impl v0.5.0
4192024-11-23T04:05:53.580Z Compiling syn v1.0.109
4202024-11-23T04:05:53.749Z Compiling proc-macro-error v1.0.4
4212024-11-23T04:05:53.866Z Compiling plain v0.2.3
4222024-11-23T04:05:53.890Z Compiling equivalent v1.0.1
4232024-11-23T04:05:54.009Z Compiling utf8parse v0.2.2
4242024-11-23T04:05:54.034Z Compiling log v0.4.22
4252024-11-23T04:05:54.034Z Compiling camino v1.1.9
4262024-11-23T04:05:54.080Z Compiling hashbrown v0.15.0
4272024-11-23T04:05:54.148Z Compiling anstyle-parse v0.2.5
4282024-11-23T04:05:54.253Z Compiling thread-id v4.2.2
4292024-11-23T04:05:54.417Z Compiling quote v1.0.37
4302024-11-23T04:05:54.452Z Compiling unicode-width v0.1.14
4312024-11-23T04:05:54.483Z Compiling autocfg v1.4.0
4322024-11-23T04:05:54.669Z Compiling errno v0.3.9
4332024-11-23T04:05:54.793Z Compiling syn v2.0.87
4342024-11-23T04:05:54.988Z Compiling anstyle v1.0.10
4352024-11-23T04:05:55.137Z Compiling pretty-hex v0.4.1
4362024-11-23T04:05:55.382Z Compiling indexmap v2.6.0
4372024-11-23T04:05:55.430Z Compiling winnow v0.6.20
4382024-11-23T04:05:55.457Z Compiling is_terminal_polyfill v1.70.1
4392024-11-23T04:05:55.590Z Compiling colorchoice v1.0.2
4402024-11-23T04:05:55.707Z Compiling semver v1.0.23
4412024-11-23T04:05:55.750Z Compiling anstyle-query v1.1.1
4422024-11-23T04:05:55.910Z Compiling anstream v0.6.15
4432024-11-23T04:05:56.310Z Compiling fs-err v2.11.0
4442024-11-23T04:05:56.634Z Compiling clap_lex v0.7.2
4452024-11-23T04:05:56.720Z Compiling heck v0.4.1
4462024-11-23T04:05:56.747Z Compiling strsim v0.11.1
4472024-11-23T04:05:56.778Z Compiling bytecount v0.6.8
4482024-11-23T04:05:56.982Z Compiling anyhow v1.0.93
4492024-11-23T04:05:57.149Z Compiling terminal_size v0.4.0
4502024-11-23T04:05:57.240Z Compiling fastrand v2.1.1
4512024-11-23T04:05:57.357Z Compiling fnv v1.0.7
4522024-11-23T04:05:57.494Z Compiling heck v0.5.0
4532024-11-23T04:05:57.607Z Compiling cfg-if v1.0.0
4542024-11-23T04:05:57.775Z Compiling papergrid v0.11.0
4552024-11-23T04:05:57.820Z Compiling clap_builder v4.5.21
4562024-11-23T04:05:58.052Z Compiling tempfile v3.13.0
4572024-11-23T04:05:58.226Z Compiling memmap v0.7.0
4582024-11-23T04:05:58.585Z Compiling unicode-linebreak v0.1.5
4592024-11-23T04:05:58.673Z Compiling smawk v0.3.2
4602024-11-23T04:05:59.082Z Compiling textwrap v0.16.1
4612024-11-23T04:05:59.192Z Compiling swrite v0.1.0
4622024-11-23T04:06:00.675Z Compiling tabled_derive v0.7.0
4632024-11-23T04:06:02.109Z Compiling tabled v0.15.0
4642024-11-23T04:06:03.698Z Compiling serde_derive v1.0.215
4652024-11-23T04:06:03.698Z Compiling thiserror-impl v1.0.69
4662024-11-23T04:06:03.704Z Compiling zerocopy-derive v0.7.35
4672024-11-23T04:06:03.704Z Compiling scroll_derive v0.12.0
4682024-11-23T04:06:03.704Z Compiling clap_derive v4.5.18
4692024-11-23T04:06:04.819Z Compiling scroll v0.12.0
4702024-11-23T04:06:05.346Z Compiling goblin v0.8.2
4712024-11-23T04:06:05.472Z Compiling zerocopy v0.7.35
4722024-11-23T04:06:06.123Z Compiling pest v2.7.14
4732024-11-23T04:06:07.698Z Compiling clap v4.5.21
4742024-11-23T04:06:08.358Z Compiling pest_meta v2.7.14
4752024-11-23T04:06:09.188Z Compiling pest_generator v2.7.14
4762024-11-23T04:06:11.156Z Compiling pest_derive v2.7.14
4772024-11-23T04:06:11.770Z Compiling dtrace-parser v0.2.0
4782024-11-23T04:06:13.876Z Compiling toml_datetime v0.6.8
4792024-11-23T04:06:13.876Z Compiling serde_spanned v0.6.8
4802024-11-23T04:06:13.879Z Compiling serde_tokenstream v0.2.2
4812024-11-23T04:06:14.238Z Compiling toml_edit v0.22.22
4822024-11-23T04:06:14.241Z Compiling cargo-platform v0.1.8
4832024-11-23T04:06:14.471Z Compiling macaddr v1.0.1
4842024-11-23T04:06:14.598Z Compiling camino-tempfile v1.1.1
4852024-11-23T04:06:15.389Z Compiling dof v0.3.0
4862024-11-23T04:06:15.415Z Compiling cargo_metadata v0.18.1
4872024-11-23T04:06:17.024Z Compiling toml v0.8.19
4882024-11-23T04:06:17.196Z Compiling usdt-macro v0.5.0
4892024-11-23T04:06:17.199Z Compiling usdt-attr-macro v0.5.0
4902024-11-23T04:06:17.833Z Compiling cargo_toml v0.20.5
4912024-11-23T04:06:18.689Z Compiling usdt v0.5.0
4922024-11-23T04:06:21.361Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-11-23T04:06:25.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.29s
4942024-11-23T04:06:25.737Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-11-23T04:06:26.267Z Downloading crates ...
4962024-11-23T04:06:26.388Z Downloaded aead v0.5.2
4972024-11-23T04:06:26.398Z Downloaded buf-list v1.0.3
4982024-11-23T04:06:26.404Z Downloaded async-bb8-diesel v0.2.1
4992024-11-23T04:06:26.409Z Downloaded bitfield-struct v0.6.2
5002024-11-23T04:06:26.409Z Downloaded cassowary v0.3.0
5012024-11-23T04:06:26.409Z Downloaded blowfish v0.9.1
5022024-11-23T04:06:26.409Z Downloaded aws-lc-rs v1.10.0
5032024-11-23T04:06:26.414Z Downloaded crc v3.2.1
5042024-11-23T04:06:26.418Z Downloaded chrono v0.4.38
5052024-11-23T04:06:26.425Z Downloaded adler2 v2.0.0
5062024-11-23T04:06:26.428Z Downloaded addr2line v0.24.2
5072024-11-23T04:06:26.436Z Downloaded rand_xorshift v0.3.0
5082024-11-23T04:06:26.459Z Downloaded regex-syntax v0.8.5
5092024-11-23T04:06:26.467Z Downloaded aes-gcm v0.10.3
5102024-11-23T04:06:26.471Z Downloaded assert_matches v1.5.0
5112024-11-23T04:06:26.474Z Downloaded backtrace v0.3.74
5122024-11-23T04:06:26.479Z Downloaded headers-core v0.3.0
5132024-11-23T04:06:26.481Z Downloaded darling v0.20.10
5142024-11-23T04:06:26.485Z Downloaded async-stream-impl v0.3.6
5152024-11-23T04:06:26.495Z Downloaded async-recursion v1.1.1
5162024-11-23T04:06:26.499Z Downloaded arrayref v0.3.9
5172024-11-23T04:06:26.505Z Downloaded atty v0.2.14
5182024-11-23T04:06:26.510Z Downloaded base16ct v0.2.0
5192024-11-23T04:06:26.510Z Downloaded atomicwrites v0.4.4
5202024-11-23T04:06:26.516Z Downloaded async-trait v0.1.83
5212024-11-23T04:06:26.521Z Downloaded hickory-client v0.24.1
5222024-11-23T04:06:26.521Z Downloaded array-init v0.0.4
5232024-11-23T04:06:26.525Z Downloaded hex v0.4.3
5242024-11-23T04:06:26.526Z Downloaded heck v0.3.3
5252024-11-23T04:06:26.531Z Downloaded atomic-waker v1.1.2
5262024-11-23T04:06:26.532Z Downloaded ascii-canvas v3.0.0
5272024-11-23T04:06:26.532Z Downloaded argon2 v0.5.3
5282024-11-23T04:06:26.537Z Downloaded hubpack_derive v0.1.1
5292024-11-23T04:06:26.537Z Downloaded heapless v0.7.17
5302024-11-23T04:06:26.545Z Downloaded cfg_aliases v0.2.1
5312024-11-23T04:06:26.545Z Downloaded backoff v0.4.0
5322024-11-23T04:06:26.545Z Downloaded async-stream v0.3.6
5332024-11-23T04:06:26.549Z Downloaded arrayvec v0.7.6
5342024-11-23T04:06:26.550Z Downloaded ahash v0.8.11
5352024-11-23T04:06:26.550Z Downloaded cexpr v0.6.0
5362024-11-23T04:06:26.556Z Downloaded bcrypt-pbkdf v0.10.0
5372024-11-23T04:06:26.556Z Downloaded minimal-lexical v0.2.1
5382024-11-23T04:06:26.561Z Downloaded constant_time_eq v0.3.1
5392024-11-23T04:06:26.562Z Downloaded allocator-api2 v0.2.18
5402024-11-23T04:06:26.562Z Downloaded match_cfg v0.1.0
5412024-11-23T04:06:26.566Z Downloaded lazy_static v1.5.0
5422024-11-23T04:06:26.566Z Downloaded ipnetwork v0.20.0
5432024-11-23T04:06:26.567Z Downloaded hubpack v0.1.2
5442024-11-23T04:06:26.570Z Downloaded http-body v1.0.1
5452024-11-23T04:06:26.570Z Downloaded crunchy v0.2.2
5462024-11-23T04:06:26.570Z Downloaded hostname v0.3.1
5472024-11-23T04:06:26.574Z Downloaded cbc v0.1.2
5482024-11-23T04:06:26.574Z Downloaded cfg_aliases v0.1.1
5492024-11-23T04:06:26.574Z Downloaded httpdate v1.0.3
5502024-11-23T04:06:26.578Z Downloaded crucible-workspace-hack v0.1.0
5512024-11-23T04:06:26.579Z Downloaded curve25519-dalek-derive v0.1.1
5522024-11-23T04:06:26.579Z Downloaded bitflags v1.3.2
5532024-11-23T04:06:26.592Z Downloaded mime_guess v2.0.5
5542024-11-23T04:06:26.592Z Downloaded crossbeam-deque v0.8.5
5552024-11-23T04:06:26.598Z Downloaded maybe-uninit v2.0.0
5562024-11-23T04:06:26.598Z Downloaded internet-checksum v0.2.1
5572024-11-23T04:06:26.598Z Downloaded chrono-tz-build v0.4.0
5582024-11-23T04:06:26.598Z Downloaded chacha20 v0.9.1
5592024-11-23T04:06:26.598Z Downloaded httparse v1.9.5
5602024-11-23T04:06:26.598Z Downloaded matches v0.1.10
5612024-11-23T04:06:26.598Z Downloaded cstr-argument v0.1.2
5622024-11-23T04:06:26.598Z Downloaded ident_case v1.0.1
5632024-11-23T04:06:26.598Z Downloaded convert_case v0.4.0
5642024-11-23T04:06:26.598Z Downloaded http-range v0.1.5
5652024-11-23T04:06:26.607Z Downloaded cobs v0.2.3
5662024-11-23T04:06:26.607Z Downloaded arc-swap v1.7.1
5672024-11-23T04:06:26.612Z Downloaded highway v1.2.0
5682024-11-23T04:06:26.612Z Downloaded hex-literal v0.4.1
5692024-11-23T04:06:26.612Z Downloaded bit-vec v0.6.3
5702024-11-23T04:06:26.612Z Downloaded cancel-safe-futures v0.1.5
5712024-11-23T04:06:26.616Z Downloaded md5 v0.7.0
5722024-11-23T04:06:26.616Z Downloaded cmake v0.1.51
5732024-11-23T04:06:26.616Z Downloaded bitfield v0.14.0
5742024-11-23T04:06:26.616Z Downloaded instant v0.1.13
5752024-11-23T04:06:26.620Z Downloaded icu_provider_macros v1.5.0
5762024-11-23T04:06:26.620Z Downloaded crc-catalog v2.4.0
5772024-11-23T04:06:26.623Z Downloaded home v0.5.9
5782024-11-23T04:06:26.623Z Downloaded bcs v0.1.6
5792024-11-23T04:06:26.623Z Downloaded http-body-util v0.1.2
5802024-11-23T04:06:26.627Z Downloaded cipher v0.4.4
5812024-11-23T04:06:26.627Z Downloaded ctr v0.9.2
5822024-11-23T04:06:26.629Z Downloaded bzip2 v0.4.4
5832024-11-23T04:06:26.632Z Downloaded const_format_proc_macros v0.2.33
5842024-11-23T04:06:26.635Z Downloaded ciborium-ll v0.2.2
5852024-11-23T04:06:26.635Z Downloaded ciborium v0.2.2
5862024-11-23T04:06:26.638Z Downloaded memoffset v0.9.1
5872024-11-23T04:06:26.641Z Downloaded icu_locid_transform_data v1.5.0
5882024-11-23T04:06:26.641Z Downloaded crc32fast v1.4.2
5892024-11-23T04:06:26.645Z Downloaded icu_properties v1.5.1
5902024-11-23T04:06:26.649Z Downloaded base64ct v1.6.0
5912024-11-23T04:06:26.649Z Downloaded colored v2.1.0
5922024-11-23T04:06:26.653Z Downloaded sync-ptr v0.1.1
5932024-11-23T04:06:26.653Z Downloaded lalrpop-util v0.19.12
5942024-11-23T04:06:26.657Z Downloaded md-5 v0.10.6
5952024-11-23T04:06:26.657Z Downloaded hyper-tls v0.6.0
5962024-11-23T04:06:26.657Z Downloaded humantime v2.1.0
5972024-11-23T04:06:26.660Z Downloaded is-terminal v0.4.13
5982024-11-23T04:06:26.660Z Downloaded instability v0.3.2
5992024-11-23T04:06:26.661Z Downloaded impl-trait-for-tuples v0.2.2
6002024-11-23T04:06:26.667Z Downloaded mime v0.3.17
6012024-11-23T04:06:26.672Z Downloaded rtoolbox v0.0.2
6022024-11-23T04:06:26.672Z Downloaded r2d2 v0.8.10
6032024-11-23T04:06:26.672Z Downloaded keccak v0.1.5
6042024-11-23T04:06:26.672Z Downloaded try-lock v0.2.5
6052024-11-23T04:06:26.672Z Downloaded rustc_version v0.4.1
6062024-11-23T04:06:26.675Z Downloaded csv-core v0.1.11
6072024-11-23T04:06:26.675Z Downloaded cookie_store v0.21.0
6082024-11-23T04:06:26.675Z Downloaded lockfree-object-pool v0.1.6
6092024-11-23T04:06:26.678Z Downloaded maplit v1.0.2
6102024-11-23T04:06:26.683Z Downloaded lazycell v1.3.0
6112024-11-23T04:06:26.683Z Downloaded managed v0.8.0
6122024-11-23T04:06:26.687Z Downloaded libsw v3.3.1
6132024-11-23T04:06:26.687Z Downloaded rustls-pemfile v1.0.4
6142024-11-23T04:06:26.687Z Downloaded signal-hook-mio v0.2.4
6152024-11-23T04:06:26.690Z Downloaded ipnet v2.10.1
6162024-11-23T04:06:26.691Z Downloaded want v0.3.1
6172024-11-23T04:06:26.694Z Downloaded endian-type v0.1.2
6182024-11-23T04:06:26.695Z Downloaded lru v0.12.5
6192024-11-23T04:06:26.695Z Downloaded supports-color v3.0.1
6202024-11-23T04:06:26.698Z Downloaded waitgroup v0.1.2
6212024-11-23T04:06:26.698Z Downloaded ssh-encoding v0.2.0
6222024-11-23T04:06:26.698Z Downloaded tokio-native-tls v0.3.1
6232024-11-23T04:06:26.702Z Downloaded crossbeam-utils v0.8.20
6242024-11-23T04:06:26.706Z Downloaded structmeta v0.3.0
6252024-11-23T04:06:26.706Z Downloaded hyper-staticfile v0.10.1
6262024-11-23T04:06:26.709Z Downloaded quinn-udp v0.5.5
6272024-11-23T04:06:26.709Z Downloaded lru-cache v0.1.2
6282024-11-23T04:06:26.712Z Downloaded slog-envlogger v2.2.0
6292024-11-23T04:06:26.712Z Downloaded libefi-sys v0.1.0
6302024-11-23T04:06:26.718Z Downloaded enum-as-inner v0.5.1
6312024-11-23T04:06:26.721Z Downloaded openssl-macros v0.1.1
6322024-11-23T04:06:26.722Z Downloaded tui-tree-widget v0.22.0
6332024-11-23T04:06:26.722Z Downloaded base64 v0.13.1
6342024-11-23T04:06:26.725Z Downloaded unicode-xid v0.2.6
6352024-11-23T04:06:26.725Z Downloaded icu_locid_transform v1.5.0
6362024-11-23T04:06:26.729Z Downloaded peg-runtime v0.8.3
6372024-11-23T04:06:26.729Z Downloaded nodrop v0.1.14
6382024-11-23T04:06:26.733Z Downloaded litemap v0.7.3
6392024-11-23T04:06:26.733Z Downloaded string_cache v0.8.7
6402024-11-23T04:06:26.738Z Downloaded defmt v0.3.8
6412024-11-23T04:06:26.741Z Downloaded lock_api v0.4.12
6422024-11-23T04:06:26.741Z Downloaded icu_normalizer v1.5.0
6432024-11-23T04:06:26.745Z Downloaded pretty-hex v0.2.1
6442024-11-23T04:06:26.749Z Downloaded structmeta-derive v0.2.0
6452024-11-23T04:06:26.749Z Downloaded wait-timeout v0.2.0
6462024-11-23T04:06:26.756Z Downloaded walkdir v2.5.0
6472024-11-23T04:06:26.756Z Downloaded progenitor-impl v0.8.0
6482024-11-23T04:06:26.764Z Downloaded compact_str v0.8.0
6492024-11-23T04:06:26.764Z Downloaded futures-io v0.3.31
6502024-11-23T04:06:26.765Z Downloaded flagset v0.4.6
6512024-11-23T04:06:26.765Z Downloaded fixedbitset v0.4.2
6522024-11-23T04:06:26.769Z Downloaded glob v0.3.1
6532024-11-23T04:06:26.769Z Downloaded group v0.13.0
6542024-11-23T04:06:26.769Z Downloaded memmap2 v0.9.5
6552024-11-23T04:06:26.773Z Downloaded libloading v0.8.5
6562024-11-23T04:06:26.774Z Downloaded futures-executor v0.3.31
6572024-11-23T04:06:26.778Z Downloaded newtype-uuid v1.1.3
6582024-11-23T04:06:26.778Z Downloaded rustc-hash v1.1.0
6592024-11-23T04:06:26.778Z Downloaded icu_normalizer_data v1.5.0
6602024-11-23T04:06:26.784Z Downloaded sync_wrapper v1.0.1
6612024-11-23T04:06:26.784Z Downloaded opaque-debug v0.3.1
6622024-11-23T04:06:26.784Z Downloaded futures-core v0.3.31
6632024-11-23T04:06:26.792Z Downloaded ff v0.13.0
6642024-11-23T04:06:26.792Z Downloaded tabwriter v1.4.0
6652024-11-23T04:06:26.792Z Downloaded phf v0.11.2
6662024-11-23T04:06:26.804Z Downloaded parse-display v0.10.0
6672024-11-23T04:06:26.804Z Downloaded take_mut v0.2.2
6682024-11-23T04:06:26.804Z Downloaded num-iter v0.1.45
6692024-11-23T04:06:26.804Z Downloaded tinyvec v1.8.0
6702024-11-23T04:06:26.804Z Downloaded untrusted v0.7.1
6712024-11-23T04:06:26.813Z Downloaded write16 v1.0.0
6722024-11-23T04:06:26.813Z Downloaded serde_path_to_error v0.1.16
6732024-11-23T04:06:26.840Z Downloaded foreign-types v0.5.0
6742024-11-23T04:06:26.841Z Downloaded progenitor-macro v0.8.0
6752024-11-23T04:06:26.841Z Downloaded dyn-clone v1.0.17
6762024-11-23T04:06:26.841Z Downloaded yoke-derive v0.7.4
6772024-11-23T04:06:26.841Z Downloaded test-strategy v0.3.1
6782024-11-23T04:06:26.858Z Downloaded psl-types v2.0.11
6792024-11-23T04:06:26.858Z Downloaded newtype_derive v0.1.6
6802024-11-23T04:06:26.859Z Downloaded multer v3.1.0
6812024-11-23T04:06:26.859Z Downloaded radium v0.7.0
6822024-11-23T04:06:26.859Z Downloaded quick-error v1.2.3
6832024-11-23T04:06:26.859Z Downloaded synstructure v0.13.1
6842024-11-23T04:06:26.859Z Downloaded indicatif v0.17.9
6852024-11-23T04:06:26.859Z Downloaded rusty-fork v0.3.0
6862024-11-23T04:06:26.859Z Downloaded postgres-types v0.2.8
6872024-11-23T04:06:26.859Z Downloaded pkcs8 v0.10.2
6882024-11-23T04:06:26.859Z Downloaded dhcproto v0.12.0
6892024-11-23T04:06:26.860Z Downloaded base64 v0.22.1
6902024-11-23T04:06:26.869Z Downloaded untrusted v0.9.0
6912024-11-23T04:06:26.869Z Downloaded tap v1.0.1
6922024-11-23T04:06:26.869Z Downloaded smf v0.2.3
6932024-11-23T04:06:26.869Z Downloaded smallvec v0.6.14
6942024-11-23T04:06:26.869Z Downloaded xz2 v0.1.7
6952024-11-23T04:06:26.869Z Downloaded signature v2.2.0
6962024-11-23T04:06:26.869Z Downloaded signal-hook-tokio v0.3.1
6972024-11-23T04:06:26.879Z Downloaded sha1 v0.10.6
6982024-11-23T04:06:26.880Z Downloaded fallible-iterator v0.2.0
6992024-11-23T04:06:26.880Z Downloaded deranged v0.3.11
7002024-11-23T04:06:26.880Z Downloaded inout v0.1.3
7012024-11-23T04:06:26.880Z Downloaded rsa v0.9.6
7022024-11-23T04:06:26.884Z Downloaded nibble_vec v0.1.0
7032024-11-23T04:06:26.884Z Downloaded scrypt v0.11.0
7042024-11-23T04:06:26.884Z Downloaded stringprep v0.1.5
7052024-11-23T04:06:26.884Z Downloaded hickory-resolver v0.24.1
7062024-11-23T04:06:26.890Z Downloaded predicates-tree v1.0.11
7072024-11-23T04:06:26.895Z Downloaded pem v3.0.4
7082024-11-23T04:06:26.895Z Downloaded num_enum v0.5.11
7092024-11-23T04:06:26.899Z Downloaded strip-ansi-escapes v0.2.0
7102024-11-23T04:06:26.902Z Downloaded siphasher v0.3.11
7112024-11-23T04:06:26.902Z Downloaded predicates-core v1.0.8
7122024-11-23T04:06:26.905Z Downloaded yoke v0.7.4
7132024-11-23T04:06:26.909Z Downloaded diesel_table_macro_syntax v0.2.0
7142024-11-23T04:06:26.909Z Downloaded packed_struct v0.10.1
7152024-11-23T04:06:26.909Z Downloaded zone_cfg_derive v0.3.0
7162024-11-23T04:06:26.913Z Downloaded yasna v0.5.2
7172024-11-23T04:06:26.913Z Downloaded ed25519 v2.2.3
7182024-11-23T04:06:26.918Z Downloaded unicode_categories v0.1.1
7192024-11-23T04:06:26.918Z Downloaded hyper-util v0.1.10
7202024-11-23T04:06:26.921Z Downloaded rpassword v7.3.1
7212024-11-23T04:06:26.924Z Downloaded pkg-config v0.3.31
7222024-11-23T04:06:26.927Z Downloaded number_prefix v0.4.0
7232024-11-23T04:06:26.927Z Downloaded num-integer v0.1.46
7242024-11-23T04:06:26.930Z Downloaded hashlink v0.9.1
7252024-11-23T04:06:26.933Z Downloaded hkdf v0.12.4
7262024-11-23T04:06:26.936Z Downloaded predicates v3.1.2
7272024-11-23T04:06:26.947Z Downloaded peg-macros v0.8.4
7282024-11-23T04:06:26.947Z Downloaded pkcs5 v0.7.1
7292024-11-23T04:06:26.948Z Downloaded dirs-next v2.0.0
7302024-11-23T04:06:26.951Z Downloaded itertools v0.10.5
7312024-11-23T04:06:26.955Z Downloaded oso-derive v0.27.3
7322024-11-23T04:06:26.958Z Downloaded vsss-rs v3.3.4
7332024-11-23T04:06:26.958Z Downloaded difflib v0.4.0
7342024-11-23T04:06:26.961Z Downloaded structmeta v0.2.0
7352024-11-23T04:06:26.961Z Downloaded static_assertions v1.1.0
7362024-11-23T04:06:26.966Z Downloaded shell-words v1.1.0
7372024-11-23T04:06:26.966Z Downloaded schemars_derive v0.8.21
7382024-11-23T04:06:26.969Z Downloaded structmeta-derive v0.3.0
7392024-11-23T04:06:26.969Z Downloaded hickory-server v0.24.1
7402024-11-23T04:06:26.974Z Downloaded pem-rfc7468 v0.7.0
7412024-11-23T04:06:26.977Z Downloaded futures-macro v0.3.31
7422024-11-23T04:06:26.980Z Downloaded paste v1.0.15
7432024-11-23T04:06:26.983Z Downloaded fallible-iterator v0.3.0
7442024-11-23T04:06:26.988Z Downloaded futures-task v0.3.31
7452024-11-23T04:06:26.988Z Downloaded percent-encoding v2.3.1
7462024-11-23T04:06:26.988Z Downloaded tokio-rustls v0.25.0
7472024-11-23T04:06:26.992Z Downloaded tokio-rustls v0.24.1
7482024-11-23T04:06:26.992Z Downloaded tokio-rustls v0.26.0
7492024-11-23T04:06:26.995Z Downloaded crossterm v0.28.1
7502024-11-23T04:06:27.003Z Downloaded foreign-types-shared v0.3.1
7512024-11-23T04:06:27.006Z Downloaded num-conv v0.1.0
7522024-11-23T04:06:27.006Z Downloaded multimap v0.10.0
7532024-11-23T04:06:27.006Z Downloaded foreign-types-shared v0.1.1
7542024-11-23T04:06:27.011Z Downloaded foreign-types-macros v0.2.3
7552024-11-23T04:06:27.011Z Downloaded nanorand v0.7.0
7562024-11-23T04:06:27.011Z Downloaded mockall v0.13.0
7572024-11-23T04:06:27.014Z Downloaded futures-channel v0.3.31
7582024-11-23T04:06:27.017Z Downloaded zone_cfg_derive v0.1.2
7592024-11-23T04:06:27.017Z Downloaded similar v2.6.0
7602024-11-23T04:06:27.022Z Downloaded num_threads v0.1.7
7612024-11-23T04:06:27.025Z Downloaded shlex v1.3.0
7622024-11-23T04:06:27.028Z Downloaded powerfmt v0.2.0
7632024-11-23T04:06:27.028Z Downloaded polyval v0.6.2
7642024-11-23T04:06:27.033Z Downloaded sqlformat v0.2.6
7652024-11-23T04:06:27.033Z Downloaded serde-hex v0.1.0
7662024-11-23T04:06:27.038Z Downloaded displaydoc v0.2.5
7672024-11-23T04:06:27.045Z Downloaded der_derive v0.7.3
7682024-11-23T04:06:27.045Z Downloaded tokio-macros v2.4.0
7692024-11-23T04:06:27.045Z Downloaded tungstenite v0.21.0
7702024-11-23T04:06:27.049Z Downloaded serde-big-array v0.5.1
7712024-11-23T04:06:27.050Z Downloaded stable_deref_trait v1.2.0
7722024-11-23T04:06:27.050Z Downloaded futures-sink v0.3.31
7732024-11-23T04:06:27.057Z Downloaded num-traits v0.2.19
7742024-11-23T04:06:27.057Z Downloaded zone v0.3.0
7752024-11-23T04:06:27.057Z Downloaded signal-hook-registry v1.4.2
7762024-11-23T04:06:27.060Z Downloaded foldhash v0.1.3
7772024-11-23T04:06:27.061Z Downloaded enum-as-inner v0.6.1
7782024-11-23T04:06:27.061Z Downloaded downcast v0.11.0
7792024-11-23T04:06:27.061Z Downloaded aho-corasick v1.1.3
7802024-11-23T04:06:27.068Z Downloaded termios v0.3.3
7812024-11-23T04:06:27.074Z Downloaded snafu v0.8.5
7822024-11-23T04:06:27.083Z Downloaded pin-utils v0.1.0
7832024-11-23T04:06:27.083Z Downloaded either v1.13.0
7842024-11-23T04:06:27.087Z Downloaded steno v0.4.1
7852024-11-23T04:06:27.087Z Downloaded postgres-protocol v0.6.7
7862024-11-23T04:06:27.091Z Downloaded rayon-core v1.12.1
7872024-11-23T04:06:27.094Z Downloaded sec1 v0.7.3
7882024-11-23T04:06:27.097Z Downloaded vte_generate_state_changes v0.1.2
7892024-11-23T04:06:27.097Z Downloaded tinystr v0.7.6
7902024-11-23T04:06:27.106Z Downloaded scheduled-thread-pool v0.2.7
7912024-11-23T04:06:27.106Z Downloaded same-file v1.0.6
7922024-11-23T04:06:27.107Z Downloaded zerovec v0.10.4
7932024-11-23T04:06:27.110Z Downloaded sqlparser_derive v0.2.2
7942024-11-23T04:06:27.116Z Downloaded tungstenite v0.23.0
7952024-11-23T04:06:27.119Z Downloaded mirai-annotations v1.12.0
7962024-11-23T04:06:27.119Z Downloaded zerofrom v0.1.4
7972024-11-23T04:06:27.119Z Downloaded flume v0.11.1
7982024-11-23T04:06:27.124Z Downloaded num-derive v0.4.2
7992024-11-23T04:06:27.124Z Downloaded tinyvec_macros v0.1.1
8002024-11-23T04:06:27.128Z Downloaded idna v1.0.3
8012024-11-23T04:06:27.131Z Downloaded serde_repr v0.1.19
8022024-11-23T04:06:27.136Z Downloaded pin-project-lite v0.2.14
8032024-11-23T04:06:27.140Z Downloaded newline-converter v0.3.0
8042024-11-23T04:06:27.147Z Downloaded pkcs1 v0.7.5
8052024-11-23T04:06:27.147Z Downloaded num v0.4.3
8062024-11-23T04:06:27.152Z Downloaded vergen v8.3.2
8072024-11-23T04:06:27.152Z Downloaded new_debug_unreachable v1.0.6
8082024-11-23T04:06:27.152Z Downloaded pbkdf2 v0.12.2
8092024-11-23T04:06:27.158Z Downloaded tracing-attributes v0.1.27
8102024-11-23T04:06:27.158Z Downloaded oso v0.27.3
8112024-11-23T04:06:27.164Z Downloaded term v0.7.0
8122024-11-23T04:06:27.164Z Downloaded poly1305 v0.8.0
8132024-11-23T04:06:27.170Z Downloaded salsa20 v0.10.2
8142024-11-23T04:06:27.170Z Downloaded uzers v0.12.1
8152024-11-23T04:06:27.175Z Downloaded ron v0.7.1
8162024-11-23T04:06:27.178Z Downloaded dunce v1.0.5
8172024-11-23T04:06:27.178Z Downloaded dsl_auto_type v0.1.2
8182024-11-23T04:06:27.183Z Downloaded tls_codec v0.4.1
8192024-11-23T04:06:27.191Z Downloaded toolchain_find v0.4.0
8202024-11-23T04:06:27.191Z Downloaded embedded-io v0.4.0
8212024-11-23T04:06:27.191Z Downloaded tls_codec_derive v0.4.1
8222024-11-23T04:06:27.195Z Downloaded ref-cast v1.0.23
8232024-11-23T04:06:27.195Z Downloaded ena v0.14.3
8242024-11-23T04:06:27.196Z Downloaded sigpipe v0.1.3
8252024-11-23T04:06:27.196Z Downloaded unicode-bidi v0.3.17
8262024-11-23T04:06:27.199Z Downloaded embedded-io v0.6.1
8272024-11-23T04:06:27.199Z Downloaded normalize-line-endings v0.3.0
8282024-11-23T04:06:27.204Z Downloaded futures v0.3.31
8292024-11-23T04:06:27.210Z Downloaded ref-cast-impl v1.0.23
8302024-11-23T04:06:27.211Z Downloaded parse-display-derive v0.10.0
8312024-11-23T04:06:27.217Z Downloaded serde_plain v1.0.2
8322024-11-23T04:06:27.229Z Downloaded serde_derive_internals v0.29.1
8332024-11-23T04:06:27.229Z Downloaded rustc_version v0.1.7
8342024-11-23T04:06:27.230Z Downloaded rand_seeder v0.3.0
8352024-11-23T04:06:27.250Z Downloaded derive_more v0.99.18
8362024-11-23T04:06:27.251Z Downloaded derive_builder_macro v0.20.2
8372024-11-23T04:06:27.251Z Downloaded der v0.7.9
8382024-11-23T04:06:27.251Z Downloaded precomputed-hash v0.1.1
8392024-11-23T04:06:27.251Z Downloaded path-slash v0.1.5
8402024-11-23T04:06:27.252Z Downloaded time v0.3.36
8412024-11-23T04:06:27.252Z Downloaded progenitor-client v0.8.0
8422024-11-23T04:06:27.252Z Downloaded serde_urlencoded v0.7.1
8432024-11-23T04:06:27.252Z Downloaded time-core v0.1.2
8442024-11-23T04:06:27.253Z Downloaded ghash v0.5.1
8452024-11-23T04:06:27.253Z Downloaded primeorder v0.13.6
8462024-11-23T04:06:27.253Z Downloaded num-complex v0.4.6
8472024-11-23T04:06:27.266Z Downloaded libxml v0.3.3
8482024-11-23T04:06:27.266Z Downloaded openssl-probe v0.1.5
8492024-11-23T04:06:27.266Z Downloaded unicase v2.7.0
8502024-11-23T04:06:27.266Z Downloaded fd-lock v4.0.2
8512024-11-23T04:06:27.266Z Downloaded tracing-core v0.1.32
8522024-11-23T04:06:27.275Z Downloaded unicode-normalization v0.1.24
8532024-11-23T04:06:27.276Z Downloaded phf_shared v0.10.0
8542024-11-23T04:06:27.276Z Downloaded bitvec v1.0.1
8552024-11-23T04:06:27.289Z Downloaded ppv-lite86 v0.2.20
8562024-11-23T04:06:27.295Z Downloaded hyper v1.5.0
8572024-11-23T04:06:27.306Z Downloaded rand_core v0.6.4
8582024-11-23T04:06:27.306Z Downloaded writeable v0.5.5
8592024-11-23T04:06:27.322Z Downloaded progenitor v0.8.0
8602024-11-23T04:06:27.322Z Downloaded getrandom v0.2.15
8612024-11-23T04:06:27.322Z Downloaded which v4.4.2
8622024-11-23T04:06:27.322Z Downloaded fallible-streaming-iterator v0.1.9
8632024-11-23T04:06:27.323Z Downloaded slog-async v2.8.0
8642024-11-23T04:06:27.323Z Downloaded float-ord v0.3.2
8652024-11-23T04:06:27.323Z Downloaded olpc-cjson v0.1.4
8662024-11-23T04:06:27.331Z Downloaded defmt-parser v0.3.4
8672024-11-23T04:06:27.331Z Downloaded unicode-truncate v1.1.0
8682024-11-23T04:06:27.331Z Downloaded slog-bunyan v2.5.0
8692024-11-23T04:06:27.332Z Downloaded float-cmp v0.9.0
8702024-11-23T04:06:27.332Z Downloaded termtree v0.4.1
8712024-11-23T04:06:27.332Z Downloaded strum v0.26.3
8722024-11-23T04:06:27.332Z Downloaded russh-cryptovec v0.7.3
8732024-11-23T04:06:27.332Z Downloaded rand_chacha v0.3.1
8742024-11-23T04:06:27.332Z Downloaded bindgen v0.69.5
8752024-11-23T04:06:27.333Z Downloaded wyz v0.5.1
8762024-11-23T04:06:27.338Z Downloaded tower-service v0.3.3
8772024-11-23T04:06:27.338Z Downloaded rfc6979 v0.4.0
8782024-11-23T04:06:27.339Z Downloaded spin v0.5.2
8792024-11-23T04:06:27.339Z Downloaded zip v2.1.3
8802024-11-23T04:06:27.346Z Downloaded resolv-conf v0.7.0
8812024-11-23T04:06:27.347Z Downloaded phf_shared v0.11.2
8822024-11-23T04:06:27.355Z Downloaded slog-stdlog v4.1.1
8832024-11-23T04:06:27.355Z Downloaded slog-scope v4.4.0
8842024-11-23T04:06:27.355Z Downloaded typify-macro v0.2.0
8852024-11-23T04:06:27.356Z Downloaded debug-ignore v1.0.5
8862024-11-23T04:06:27.356Z Downloaded parking_lot_core v0.8.6
8872024-11-23T04:06:27.365Z Downloaded foreign-types v0.3.2
8882024-11-23T04:06:27.365Z Downloaded toml v0.7.8
8892024-11-23T04:06:27.366Z Downloaded pin-project-internal v1.1.6
8902024-11-23T04:06:27.366Z Downloaded des v0.8.1
8912024-11-23T04:06:27.366Z Downloaded nu-ansi-term v0.50.1
8922024-11-23T04:06:27.391Z Downloaded derive_builder_core v0.20.2
8932024-11-23T04:06:27.391Z Downloaded utf-8 v0.7.6
8942024-11-23T04:06:27.391Z Downloaded parse-size v1.1.0
8952024-11-23T04:06:27.392Z Downloaded pbkdf2 v0.11.0
8962024-11-23T04:06:27.396Z Downloaded unicode-segmentation v1.12.0
8972024-11-23T04:06:27.397Z Downloaded fxhash v0.2.1
8982024-11-23T04:06:27.397Z Downloaded whoami v1.5.2
8992024-11-23T04:06:27.397Z Downloaded russh-keys v0.45.0
9002024-11-23T04:06:27.397Z Downloaded pin-project v1.1.6
9012024-11-23T04:06:27.397Z Downloaded utf16_iter v1.0.5
9022024-11-23T04:06:27.397Z Downloaded unarray v0.1.4
9032024-11-23T04:06:27.397Z Downloaded twox-hash v1.6.3
9042024-11-23T04:06:27.402Z Downloaded ssh-cipher v0.2.0
9052024-11-23T04:06:27.403Z Downloaded snafu-derive v0.8.5
9062024-11-23T04:06:27.407Z Downloaded spki v0.7.3
9072024-11-23T04:06:27.407Z Downloaded phf_generator v0.11.2
9082024-11-23T04:06:27.407Z Downloaded darling_core v0.20.10
9092024-11-23T04:06:27.411Z Downloaded packed_struct_codegen v0.10.1
9102024-11-23T04:06:27.411Z Downloaded fatfs v0.3.6
9112024-11-23T04:06:27.415Z Downloaded slog v2.7.0
9122024-11-23T04:06:27.419Z Downloaded hash32 v0.3.1
9132024-11-23T04:06:27.425Z Downloaded data-encoding v2.6.0
9142024-11-23T04:06:27.425Z Downloaded num-bigint v0.4.6
9152024-11-23T04:06:27.430Z Downloaded typify v0.2.0
9162024-11-23T04:06:27.430Z Downloaded password-hash v0.5.0
9172024-11-23T04:06:27.434Z Downloaded utf8_iter v1.0.4
9182024-11-23T04:06:27.434Z Downloaded rustls-webpki v0.102.8
9192024-11-23T04:06:27.452Z Downloaded topological-sort v0.2.2
9202024-11-23T04:06:27.456Z Downloaded omicron-zone-package v0.11.1
9212024-11-23T04:06:27.459Z Downloaded diesel_derives v2.2.3
9222024-11-23T04:06:27.462Z Downloaded zerocopy-derive v0.8.10
9232024-11-23T04:06:27.469Z Downloaded password-hash v0.4.2
9242024-11-23T04:06:27.472Z Downloaded env_logger v0.10.2
9252024-11-23T04:06:27.476Z Downloaded rand v0.8.5
9262024-11-23T04:06:27.480Z Downloaded parse-zoneinfo v0.3.1
9272024-11-23T04:06:27.484Z Downloaded toml_edit v0.19.15
9282024-11-23T04:06:27.499Z Downloaded parking_lot v0.12.3
9292024-11-23T04:06:27.502Z Downloaded vcpkg v0.2.15
9302024-11-23T04:06:27.540Z Downloaded half v2.4.1
9312024-11-23T04:06:27.544Z Downloaded lalrpop v0.19.12
9322024-11-23T04:06:27.555Z Downloaded rustyline v14.0.0
9332024-11-23T04:06:27.561Z Downloaded quick-xml v0.33.0
9342024-11-23T04:06:27.568Z Downloaded x509-cert v0.2.5
9352024-11-23T04:06:27.574Z Downloaded mio v1.0.2
9362024-11-23T04:06:27.581Z Downloaded quinn-proto v0.11.8
9372024-11-23T04:06:27.588Z Downloaded proptest v1.5.0
9382024-11-23T04:06:27.598Z Downloaded hashbrown v0.12.3
9392024-11-23T04:06:27.603Z Downloaded zerocopy v0.8.10
9402024-11-23T04:06:27.629Z Downloaded flate2 v1.0.34
9412024-11-23T04:06:27.634Z Downloaded idna v0.4.0
9422024-11-23T04:06:27.641Z Downloaded p384 v0.13.0
9432024-11-23T04:06:27.649Z Downloaded portable-atomic v1.9.0
9442024-11-23T04:06:27.655Z Downloaded webpki-roots v0.26.6
9452024-11-23T04:06:27.660Z Downloaded typed-path v0.9.3
9462024-11-23T04:06:27.666Z Downloaded hashbrown v0.14.5
9472024-11-23T04:06:27.673Z Downloaded tough v0.19.0
9482024-11-23T04:06:27.681Z Downloaded trust-dns-proto v0.22.0
9492024-11-23T04:06:27.694Z Downloaded openssl v0.10.66
9502024-11-23T04:06:27.705Z Downloaded futures-util v0.3.31
9512024-11-23T04:06:27.718Z Downloaded winnow v0.5.40
9522024-11-23T04:06:27.726Z Downloaded unicode-width v0.2.0
9532024-11-23T04:06:27.733Z Downloaded sqlparser v0.45.0
9542024-11-23T04:06:27.739Z Downloaded petname v2.0.2
9552024-11-23T04:06:27.746Z Downloaded dropshot v0.13.0
9562024-11-23T04:06:27.768Z Downloaded smoltcp v0.9.1
9572024-11-23T04:06:27.779Z Downloaded object v0.30.4
9582024-11-23T04:06:27.789Z Downloaded regex v1.11.1
9592024-11-23T04:06:27.805Z Downloaded regex-syntax v0.6.29
9602024-11-23T04:06:27.812Z Downloaded polar-core v0.27.3
9612024-11-23T04:06:27.821Z Downloaded git2 v0.19.0
9622024-11-23T04:06:27.830Z Downloaded radix_trie v0.2.1
9632024-11-23T04:06:27.837Z Downloaded openapiv3 v2.0.0
9642024-11-23T04:06:27.849Z Downloaded nix v0.28.0
9652024-11-23T04:06:27.862Z Downloaded object v0.36.5
9662024-11-23T04:06:27.874Z Downloaded nix v0.29.0
9672024-11-23T04:06:27.885Z Downloaded rustls v0.23.18
9682024-11-23T04:06:27.898Z Downloaded gimli v0.31.1
9692024-11-23T04:06:27.907Z Downloaded sled v0.34.7
9702024-11-23T04:06:27.919Z Downloaded typify-impl v0.2.0
9712024-11-23T04:06:27.935Z Downloaded regress v0.9.1
9722024-11-23T04:06:27.946Z Downloaded ratatui v0.28.1
9732024-11-23T04:06:27.965Z Downloaded regress v0.10.1
9742024-11-23T04:06:27.973Z Downloaded diesel v2.2.4
9752024-11-23T04:06:27.994Z Downloaded dropshot v0.12.0
9762024-11-23T04:06:28.018Z Downloaded rustls v0.21.12
9772024-11-23T04:06:28.033Z Downloaded rustls v0.22.4
9782024-11-23T04:06:28.041Z Downloaded bzip2-sys v0.1.11+1.0.8
9792024-11-23T04:06:28.053Z Downloaded nix v0.27.1
9802024-11-23T04:06:28.065Z Downloaded bstr v1.10.0
9812024-11-23T04:06:28.073Z Downloaded chrono-tz v0.10.0
9822024-11-23T04:06:28.083Z Downloaded zerocopy-derive v0.6.6
9832024-11-23T04:06:28.092Z Downloaded smoltcp v0.11.0
9842024-11-23T04:06:28.104Z Downloaded libz-sys v1.1.20
9852024-11-23T04:06:28.125Z Downloaded regex-automata v0.4.8
9862024-11-23T04:06:28.141Z Downloaded lzma-sys v0.1.20
9872024-11-23T04:06:28.171Z Downloaded rustls-webpki v0.101.7
9882024-11-23T04:06:28.186Z Downloaded petgraph v0.6.5
9892024-11-23T04:06:28.202Z Downloaded rayon v1.10.0
9902024-11-23T04:06:28.210Z Downloaded idna v0.2.3
9912024-11-23T04:06:28.217Z Downloaded reqwest v0.12.9
9922024-11-23T04:06:28.226Z Downloaded salty v0.3.0
9932024-11-23T04:06:28.232Z Downloaded idna v0.5.0
9942024-11-23T04:06:28.240Z Downloaded idna v0.3.0
9952024-11-23T04:06:28.246Z Downloaded curve25519-dalek v4.1.3
9962024-11-23T04:06:28.255Z Downloaded nom v7.1.3
9972024-11-23T04:06:28.261Z Downloaded csv v1.3.0
9982024-11-23T04:06:28.280Z Downloaded icu_properties_data v1.5.0
9992024-11-23T04:06:28.291Z Downloaded parking_lot v0.11.2
10002024-11-23T04:06:28.294Z Downloaded tokio v1.40.0
10012024-11-23T04:06:28.332Z Downloaded uuid v1.11.0
10022024-11-23T04:06:28.335Z Downloaded url v2.5.3
10032024-11-23T04:06:28.339Z Downloaded hashbrown v0.13.2
10042024-11-23T04:06:28.343Z Downloaded elliptic-curve v0.13.8
10052024-11-23T04:06:28.346Z Downloaded sha3 v0.10.8
10062024-11-23T04:06:28.351Z Downloaded socket2 v0.5.7
10072024-11-23T04:06:28.356Z Downloaded reedline v0.35.0
10082024-11-23T04:06:28.360Z Downloaded owo-colors v4.1.0
10092024-11-23T04:06:28.364Z Downloaded p521 v0.13.3
10102024-11-23T04:06:28.367Z Downloaded h2 v0.4.6
10112024-11-23T04:06:28.376Z Downloaded miniz_oxide v0.8.0
10122024-11-23T04:06:28.381Z Downloaded russh v0.45.0
10132024-11-23T04:06:28.386Z Downloaded rusqlite v0.32.1
10142024-11-23T04:06:28.392Z Downloaded num-bigint-dig v0.8.4
10152024-11-23T04:06:28.395Z Downloaded serde_with v3.11.0
10162024-11-23T04:06:28.402Z Downloaded ssh-key v0.6.6
10172024-11-23T04:06:28.409Z Downloaded native-tls v0.2.12
10182024-11-23T04:06:28.412Z Downloaded tokio-stream v0.1.16
10192024-11-23T04:06:28.416Z Downloaded slog-dtrace v0.3.0
10202024-11-23T04:06:28.423Z Downloaded serde_with_macros v3.11.0
10212024-11-23T04:06:28.423Z Downloaded tracing v0.1.40
10222024-11-23T04:06:28.427Z Downloaded time-macros v0.2.18
10232024-11-23T04:06:28.427Z Downloaded dropshot_endpoint v0.13.0
10242024-11-23T04:06:28.431Z Downloaded dropshot_endpoint v0.12.0
10252024-11-23T04:06:28.431Z Downloaded zopfli v0.8.1
10262024-11-23T04:06:28.439Z Downloaded slab v0.4.9
10272024-11-23T04:06:28.439Z Downloaded thiserror-no-std v2.0.2
10282024-11-23T04:06:28.445Z Downloaded rustls-pki-types v1.10.0
10292024-11-23T04:06:28.445Z Downloaded darling_macro v0.20.10
10302024-11-23T04:06:28.445Z Downloaded rustls-pemfile v2.2.0
10312024-11-23T04:06:28.445Z Downloaded rustc-demangle v0.1.24
10322024-11-23T04:06:28.450Z Downloaded openssl-sys v0.9.103
10332024-11-23T04:06:28.454Z Downloaded simd-adler32 v0.3.7
10342024-11-23T04:06:28.455Z Downloaded diesel-dtrace v0.3.0
10352024-11-23T04:06:28.455Z Downloaded thread_local v1.1.8
10362024-11-23T04:06:28.458Z Downloaded thiserror-impl-no-std v2.0.2
10372024-11-23T04:06:28.458Z Downloaded proc-macro-crate v1.3.1
10382024-11-23T04:06:28.458Z Downloaded itertools v0.13.0
10392024-11-23T04:06:28.465Z Downloaded peg v0.8.4
10402024-11-23T04:06:28.469Z Downloaded encoding_rs v0.8.34
10412024-11-23T04:06:28.491Z Downloaded subprocess v0.2.9
10422024-11-23T04:06:28.494Z Downloaded tiny-keccak v2.0.2
10432024-11-23T04:06:28.497Z Downloaded blake3 v1.5.4
10442024-11-23T04:06:28.503Z Downloaded serde_yaml v0.9.34+deprecated
10452024-11-23T04:06:28.506Z Downloaded expectorate v1.1.0
10462024-11-23T04:06:28.512Z Downloaded itertools v0.12.1
10472024-11-23T04:06:28.516Z Downloaded mockall_derive v0.13.0
10482024-11-23T04:06:28.519Z Downloaded rcgen v0.12.1
10492024-11-23T04:06:28.523Z Downloaded ed25519-dalek v2.1.1
10502024-11-23T04:06:28.527Z Downloaded qorb v0.2.0
10512024-11-23T04:06:28.530Z Downloaded libgit2-sys v0.17.0+1.8.1
10522024-11-23T04:06:28.587Z Downloaded tokio-util v0.7.12
10532024-11-23T04:06:28.597Z Downloaded libm v0.2.8
10542024-11-23T04:06:28.609Z Downloaded rustc-hash v2.0.0
10552024-11-23T04:06:28.609Z Downloaded value-bag v1.9.0
10562024-11-23T04:06:28.609Z Downloaded zip v0.6.6
10572024-11-23T04:06:28.613Z Downloaded p256 v0.13.2
10582024-11-23T04:06:28.613Z Downloaded headers v0.4.0
10592024-11-23T04:06:28.617Z Downloaded quinn v0.11.5
10602024-11-23T04:06:28.621Z Downloaded num_enum_derive v0.5.11
10612024-11-23T04:06:28.621Z Downloaded env_filter v0.1.2
10622024-11-23T04:06:28.626Z Downloaded strum_macros v0.26.4
10632024-11-23T04:06:28.627Z Downloaded strum_macros v0.24.3
10642024-11-23T04:06:28.627Z Downloaded rustfmt-wrapper v0.2.1
10652024-11-23T04:06:28.632Z Downloaded schemars v0.8.21
10662024-11-23T04:06:28.637Z Downloaded termcolor v1.4.1
10672024-11-23T04:06:28.640Z Downloaded subtle v2.6.1
10682024-11-23T04:06:28.640Z Downloaded strum_macros v0.25.3
10692024-11-23T04:06:28.644Z Downloaded diff v0.1.13
10702024-11-23T04:06:28.650Z Downloaded ron v0.8.1
10712024-11-23T04:06:28.653Z Downloaded http v1.1.0
10722024-11-23T04:06:28.656Z Downloaded fragile v2.0.0
10732024-11-23T04:06:28.660Z Downloaded form_urlencoded v1.2.1
10742024-11-23T04:06:28.660Z Downloaded zone v0.1.8
10752024-11-23T04:06:28.664Z Downloaded postcard v1.0.10
10762024-11-23T04:06:28.664Z Downloaded unsafe-libyaml v0.2.11
10772024-11-23T04:06:28.667Z Downloaded tungstenite v0.24.0
10782024-11-23T04:06:28.671Z Downloaded tar v0.4.42
10792024-11-23T04:06:28.676Z Downloaded zeroize v1.8.1
10802024-11-23T04:06:28.676Z Downloaded zerofrom-derive v0.1.4
10812024-11-23T04:06:28.676Z Downloaded vte v0.11.1
10822024-11-23T04:06:28.676Z Downloaded unicode-properties v0.1.3
10832024-11-23T04:06:28.680Z Downloaded xattr v1.3.1
10842024-11-23T04:06:28.680Z Downloaded hickory-proto v0.24.1
10852024-11-23T04:06:28.694Z Downloaded derive-where v1.2.7
10862024-11-23T04:06:28.698Z Downloaded zerocopy v0.6.6
10872024-11-23T04:06:28.702Z Downloaded icu_collections v1.5.0
10882024-11-23T04:06:28.709Z Downloaded derive_builder v0.20.2
10892024-11-23T04:06:28.715Z Downloaded fs_extra v1.3.0
10902024-11-23T04:06:28.720Z Downloaded env_logger v0.11.5
10912024-11-23T04:06:28.720Z Downloaded smallvec v1.13.2
10922024-11-23T04:06:28.720Z Downloaded icu_locid v1.5.0
10932024-11-23T04:06:28.728Z Downloaded sct v0.7.1
10942024-11-23T04:06:28.732Z Downloaded indexmap v1.9.3
10952024-11-23T04:06:28.732Z Downloaded hash32 v0.2.1
10962024-11-23T04:06:28.732Z Downloaded tokio-tungstenite v0.23.1
10972024-11-23T04:06:28.732Z Downloaded tokio-tungstenite v0.21.0
10982024-11-23T04:06:28.741Z Downloaded tokio-postgres v0.7.12
10992024-11-23T04:06:28.745Z Downloaded gethostname v0.5.0
11002024-11-23T04:06:28.745Z Downloaded funty v2.0.0
11012024-11-23T04:06:28.746Z Downloaded display-error-chain v0.2.2
11022024-11-23T04:06:28.746Z Downloaded slog-term v2.9.1
11032024-11-23T04:06:28.746Z Downloaded crypto-bigint v0.5.5
11042024-11-23T04:06:28.751Z Downloaded publicsuffix v2.2.3
11052024-11-23T04:06:28.758Z Downloaded icu_provider v1.5.0
11062024-11-23T04:06:28.764Z Downloaded parking_lot_core v0.9.10
11072024-11-23T04:06:28.764Z Downloaded crossbeam-channel v0.5.13
11082024-11-23T04:06:28.764Z Downloaded num-rational v0.4.2
11092024-11-23T04:06:28.772Z Downloaded globset v0.4.15
11102024-11-23T04:06:28.772Z Downloaded signal-hook v0.3.17
11112024-11-23T04:06:28.772Z Downloaded samael v0.0.17
11122024-11-23T04:06:28.778Z Downloaded ecdsa v0.16.9
11132024-11-23T04:06:28.778Z Downloaded defmt-macros v0.3.9
11142024-11-23T04:06:28.782Z Downloaded spin v0.9.8
11152024-11-23T04:06:28.782Z Downloaded semver v0.1.20
11162024-11-23T04:06:28.782Z Downloaded prettyplease v0.2.25
11172024-11-23T04:06:28.785Z Downloaded const_format v0.2.33
11182024-11-23T04:06:28.790Z Downloaded filetime v0.2.25
11192024-11-23T04:06:28.795Z Downloaded dirs-sys-next v0.1.2
11202024-11-23T04:06:28.795Z Downloaded zerovec-derive v0.10.3
11212024-11-23T04:06:28.799Z Downloaded crc-any v2.5.0
11222024-11-23T04:06:28.799Z Downloaded linear-map v1.2.0
11232024-11-23T04:06:28.799Z Downloaded base64 v0.21.7
11242024-11-23T04:06:28.803Z Downloaded phf_codegen v0.11.2
11252024-11-23T04:06:28.803Z Downloaded tokio-tungstenite v0.24.0
11262024-11-23T04:06:28.807Z Downloaded slog-json v2.6.1
11272024-11-23T04:06:28.807Z Downloaded cc v1.1.30
11282024-11-23T04:06:28.810Z Downloaded bytes v1.8.0
11292024-11-23T04:06:28.815Z Downloaded zeroize_derive v1.4.2
11302024-11-23T04:06:28.815Z Downloaded universal-hash v0.5.1
11312024-11-23T04:06:28.819Z Downloaded aes v0.8.4
11322024-11-23T04:06:28.819Z Downloaded iana-time-zone v0.1.61
11332024-11-23T04:06:28.824Z Downloaded bumpalo v3.16.0
11342024-11-23T04:06:28.830Z Downloaded dhcproto-macros v0.1.0
11352024-11-23T04:06:28.830Z Downloaded jobserver v0.1.32
11362024-11-23T04:06:28.830Z Downloaded crossbeam-epoch v0.9.18
11372024-11-23T04:06:28.840Z Downloaded const-oid v0.9.6
11382024-11-23T04:06:28.841Z Downloaded secrecy v0.8.0
11392024-11-23T04:06:28.841Z Downloaded scopeguard v1.2.0
11402024-11-23T04:06:28.841Z Downloaded rustversion v1.0.17
11412024-11-23T04:06:28.845Z Downloaded clang-sys v1.8.1
11422024-11-23T04:06:28.845Z Downloaded blake2 v0.10.6
11432024-11-23T04:06:28.845Z Downloaded kstat-rs v0.2.4
11442024-11-23T04:06:28.845Z Downloaded indent_write v2.2.0
11452024-11-23T04:06:28.845Z Downloaded chacha20poly1305 v0.10.1
11462024-11-23T04:06:28.845Z Downloaded linked-hash-map v0.5.6
11472024-11-23T04:06:28.848Z Downloaded indoc v1.0.9
11482024-11-23T04:06:28.848Z Downloaded cookie v0.18.1
11492024-11-23T04:06:28.854Z Downloaded heapless v0.8.0
11502024-11-23T04:06:28.858Z Downloaded console v0.15.8
11512024-11-23T04:06:28.858Z Downloaded idna_adapter v1.2.0
11522024-11-23T04:06:28.861Z Downloaded hyper-rustls v0.27.3
11532024-11-23T04:06:28.861Z Downloaded hostname v0.4.0
11542024-11-23T04:06:28.865Z Downloaded hmac v0.12.1
11552024-11-23T04:06:28.865Z Downloaded bit-set v0.5.3
11562024-11-23T04:06:28.870Z Downloaded is_ci v1.2.0
11572024-11-23T04:06:28.870Z Downloaded ciborium-io v0.2.2
11582024-11-23T04:06:28.870Z Downloaded castaway v0.2.3
11592024-11-23T04:06:28.870Z Downloaded block-padding v0.3.3
11602024-11-23T04:06:28.873Z Downloaded bb8 v0.8.5
11612024-11-23T04:06:28.986Z Downloaded libsqlite3-sys v0.30.1
11622024-11-23T04:06:29.170Z Downloaded ring v0.17.8
11632024-11-23T04:06:29.306Z Downloaded ring v0.16.20
11642024-11-23T04:06:29.511Z Downloaded aws-lc-sys v0.22.0
11652024-11-23T04:06:29.816Z Compiling serde v1.0.215
11662024-11-23T04:06:29.820Z Compiling lock_api v0.4.12
11672024-11-23T04:06:29.820Z Compiling scopeguard v1.2.0
11682024-11-23T04:06:29.820Z Compiling value-bag v1.9.0
11692024-11-23T04:06:29.820Z Compiling typenum v1.17.0
11702024-11-23T04:06:29.820Z Compiling generic-array v0.14.7
11712024-11-23T04:06:30.014Z Compiling syn v2.0.87
11722024-11-23T04:06:30.021Z Compiling getrandom v0.2.15
11732024-11-23T04:06:30.110Z Compiling shlex v1.3.0
11742024-11-23T04:06:30.274Z Compiling rand_core v0.6.4
11752024-11-23T04:06:30.560Z Compiling subtle v2.6.1
11762024-11-23T04:06:30.594Z Compiling log v0.4.22
11772024-11-23T04:06:30.715Z Compiling jobserver v0.1.32
11782024-11-23T04:06:30.749Z Compiling smallvec v1.13.2
11792024-11-23T04:06:30.917Z Compiling const-oid v0.9.6
11802024-11-23T04:06:30.984Z Compiling spin v0.9.8
11812024-11-23T04:06:31.024Z Compiling pin-project-lite v0.2.14
11822024-11-23T04:06:31.155Z Compiling cc v1.1.30
11832024-11-23T04:06:31.180Z Compiling rustix v0.38.37
11842024-11-23T04:06:31.404Z Compiling parking_lot_core v0.9.10
11852024-11-23T04:06:31.513Z Compiling futures-core v0.3.31
11862024-11-23T04:06:31.741Z Compiling signal-hook-registry v1.4.2
11872024-11-23T04:06:31.795Z Compiling mio v1.0.2
11882024-11-23T04:06:32.139Z Compiling aho-corasick v1.1.3
11892024-11-23T04:06:32.552Z Compiling parking_lot v0.12.3
11902024-11-23T04:06:32.592Z Compiling either v1.13.0
11912024-11-23T04:06:32.990Z Compiling regex-syntax v0.8.5
11922024-11-23T04:06:33.008Z Compiling cpufeatures v0.2.14
11932024-11-23T04:06:33.032Z Compiling lazy_static v1.5.0
11942024-11-23T04:06:33.051Z Compiling stable_deref_trait v1.2.0
11952024-11-23T04:06:33.109Z Compiling futures-sink v0.3.31
11962024-11-23T04:06:33.156Z Compiling glob v0.3.1
11972024-11-23T04:06:33.156Z Compiling socket2 v0.5.7
11982024-11-23T04:06:33.266Z Compiling slab v0.4.9
11992024-11-23T04:06:33.523Z Compiling prettyplease v0.2.25
12002024-11-23T04:06:33.709Z Compiling minimal-lexical v0.2.1
12012024-11-23T04:06:34.143Z Compiling nom v7.1.3
12022024-11-23T04:06:34.166Z Compiling libloading v0.8.5
12032024-11-23T04:06:34.212Z Compiling clang-sys v1.8.1
12042024-11-23T04:06:34.232Z Compiling home v0.5.9
12052024-11-23T04:06:34.493Z Compiling serde_json v1.0.132
12062024-11-23T04:06:34.562Z Compiling bindgen v0.69.5
12072024-11-23T04:06:34.832Z Compiling futures-channel v0.3.31
12082024-11-23T04:06:35.241Z Compiling itertools v0.12.1
12092024-11-23T04:06:35.388Z Compiling allocator-api2 v0.2.18
12102024-11-23T04:06:35.576Z Compiling futures-io v0.3.31
12112024-11-23T04:06:35.922Z Compiling lazycell v1.3.0
12122024-11-23T04:06:36.097Z Compiling pin-utils v0.1.0
12132024-11-23T04:06:36.189Z Compiling futures-task v0.3.31
12142024-11-23T04:06:36.218Z Compiling foldhash v0.1.3
12152024-11-23T04:06:36.503Z Compiling regex-automata v0.4.8
12162024-11-23T04:06:36.524Z Compiling rustc-hash v1.1.0
12172024-11-23T04:06:36.670Z Compiling hashbrown v0.15.0
12182024-11-23T04:06:37.810Z Compiling synstructure v0.13.1
12192024-11-23T04:06:38.001Z Compiling cexpr v0.6.0
12202024-11-23T04:06:38.416Z Compiling cmake v0.1.51
12212024-11-23T04:06:39.449Z Compiling tinyvec_macros v0.1.1
12222024-11-23T04:06:39.492Z Compiling fs_extra v1.3.0
12232024-11-23T04:06:39.542Z Compiling pkg-config v0.3.31
12242024-11-23T04:06:39.706Z Compiling dunce v1.0.5
12252024-11-23T04:06:39.757Z Compiling libm v0.2.8
12262024-11-23T04:06:39.832Z Compiling tinyvec v1.8.0
12272024-11-23T04:06:40.097Z Compiling num-traits v0.2.19
12282024-11-23T04:06:40.639Z Compiling ring v0.17.8
12292024-11-23T04:06:41.000Z Compiling paste v1.0.15
12302024-11-23T04:06:41.132Z Compiling writeable v0.5.5
12312024-11-23T04:06:41.364Z Compiling unicode-normalization v0.1.24
12322024-11-23T04:06:41.494Z Compiling base64ct v1.6.0
12332024-11-23T04:06:41.561Z Compiling litemap v0.7.3
12342024-11-23T04:06:41.702Z Compiling unicode-bidi v0.3.17
12352024-11-23T04:06:41.944Z Compiling regex v1.11.1
12362024-11-23T04:06:42.065Z Compiling pem-rfc7468 v0.7.0
12372024-11-23T04:06:42.801Z Compiling aws-lc-rs v1.10.0
12382024-11-23T04:06:43.005Z Compiling httparse v1.9.5
12392024-11-23T04:06:43.047Z Compiling flagset v0.4.6
12402024-11-23T04:06:43.243Z Compiling tracing-core v0.1.32
12412024-11-23T04:06:43.799Z Compiling crossbeam-utils v0.8.20
12422024-11-23T04:06:44.273Z Compiling percent-encoding v2.3.1
12432024-11-23T04:06:44.344Z Compiling icu_locid_transform_data v1.5.0
12442024-11-23T04:06:44.396Z Compiling rustls-pki-types v1.10.0
12452024-11-23T04:06:44.505Z Compiling serde_derive v1.0.215
12462024-11-23T04:06:44.521Z Compiling zeroize_derive v1.4.2
12472024-11-23T04:06:44.597Z Compiling zerocopy-derive v0.7.35
12482024-11-23T04:06:45.175Z Compiling tokio-macros v2.4.0
12492024-11-23T04:06:45.513Z Compiling zerofrom-derive v0.1.4
12502024-11-23T04:06:46.054Z Compiling zeroize v1.8.1
12512024-11-23T04:06:46.612Z Compiling yoke-derive v0.7.4
12522024-11-23T04:06:46.748Z Compiling zerocopy v0.7.35
12532024-11-23T04:06:46.813Z Compiling thiserror-impl v1.0.69
12542024-11-23T04:06:47.848Z Compiling crypto-common v0.1.6
12552024-11-23T04:06:48.078Z Compiling block-buffer v0.10.4
12562024-11-23T04:06:48.317Z Compiling digest v0.10.7
12572024-11-23T04:06:48.338Z Compiling futures-macro v0.3.31
12582024-11-23T04:06:48.801Z Compiling hmac v0.12.1
12592024-11-23T04:06:48.924Z Compiling zerovec-derive v0.10.3
12602024-11-23T04:06:49.035Z Compiling block-padding v0.3.3
12612024-11-23T04:06:49.286Z Compiling displaydoc v0.2.5
12622024-11-23T04:06:49.315Z Compiling zerofrom v0.1.4
12632024-11-23T04:06:49.495Z Compiling inout v0.1.3
12642024-11-23T04:06:49.541Z Compiling yoke v0.7.4
12652024-11-23T04:06:49.769Z Compiling cipher v0.4.4
12662024-11-23T04:06:49.907Z Compiling sha2 v0.10.8
12672024-11-23T04:06:50.052Z Compiling thiserror v1.0.69
12682024-11-23T04:06:50.171Z Compiling futures-util v0.3.31
12692024-11-23T04:06:50.190Z Compiling ppv-lite86 v0.2.20
12702024-11-23T04:06:50.255Z Compiling icu_provider_macros v1.5.0
12712024-11-23T04:06:51.030Z Compiling der_derive v0.7.3
12722024-11-23T04:06:51.075Z Compiling rand_chacha v0.3.1
12732024-11-23T04:06:51.445Z Compiling tracing-attributes v0.1.27
12742024-11-23T04:06:51.593Z Compiling zerovec v0.10.4
12752024-11-23T04:06:53.223Z Compiling rand v0.8.5
12762024-11-23T04:06:53.224Z Compiling salsa20 v0.10.2
12772024-11-23T04:06:53.324Z Compiling der v0.7.9
12782024-11-23T04:06:53.470Z Compiling tinystr v0.7.6
12792024-11-23T04:06:53.795Z Compiling icu_collections v1.5.0
12802024-11-23T04:06:53.891Z Compiling icu_locid v1.5.0
12812024-11-23T04:06:55.075Z Compiling icu_provider v1.5.0
12822024-11-23T04:06:55.224Z Compiling tracing v0.1.40
12832024-11-23T04:06:55.431Z Compiling spki v0.7.3
12842024-11-23T04:06:55.749Z Compiling pest v2.7.14
12852024-11-23T04:06:55.807Z Compiling icu_locid_transform v1.5.0
12862024-11-23T04:06:56.112Z Compiling pbkdf2 v0.12.2
12872024-11-23T04:06:56.140Z Compiling mirai-annotations v1.12.0
12882024-11-23T04:06:56.282Z Compiling untrusted v0.9.0
12892024-11-23T04:06:56.309Z Compiling powerfmt v0.2.0
12902024-11-23T04:06:56.330Z Compiling untrusted v0.7.1
12912024-11-23T04:06:56.446Z Compiling time-core v0.1.2
12922024-11-23T04:06:56.500Z Compiling icu_properties_data v1.5.0
12932024-11-23T04:06:56.520Z Compiling vcpkg v0.2.15
12942024-11-23T04:06:56.607Z Compiling num-conv v0.1.0
12952024-11-23T04:06:56.666Z Compiling deranged v0.3.11
12962024-11-23T04:06:56.750Z Compiling scrypt v0.11.0
12972024-11-23T04:06:56.886Z Compiling time-macros v0.2.18
12982024-11-23T04:06:57.312Z Compiling icu_properties v1.5.1
12992024-11-23T04:06:58.067Z Compiling bitflags v2.6.0
13002024-11-23T04:06:58.437Z Compiling bytes v1.8.0
13012024-11-23T04:06:58.700Z Compiling indexmap v2.6.0
13022024-11-23T04:06:58.724Z Compiling semver v1.0.23
13032024-11-23T04:06:59.494Z Compiling tokio v1.40.0
13042024-11-23T04:06:59.699Z Compiling http v1.1.0
13052024-11-23T04:07:00.194Z Compiling rustc_version v0.4.1
13062024-11-23T04:07:00.197Z Compiling openssl-sys v0.9.103
13072024-11-23T04:07:00.601Z Compiling pest_meta v2.7.14
13082024-11-23T04:07:00.997Z Compiling aes v0.8.4
13092024-11-23T04:07:01.335Z Compiling cbc v0.1.2
13102024-11-23T04:07:01.583Z Compiling scroll_derive v0.12.0
13112024-11-23T04:07:02.179Z Compiling atomic-waker v1.1.2
13122024-11-23T04:07:02.261Z Compiling icu_normalizer_data v1.5.0
13132024-11-23T04:07:02.362Z Compiling write16 v1.0.0
13142024-11-23T04:07:02.383Z Compiling utf16_iter v1.0.5
13152024-11-23T04:07:02.495Z Compiling which v4.4.2
13162024-11-23T04:07:02.592Z Compiling utf8_iter v1.0.4
13172024-11-23T04:07:03.043Z Compiling num_threads v0.1.7
13182024-11-23T04:07:03.094Z Compiling scroll v0.12.0
13192024-11-23T04:07:03.165Z Compiling time v0.3.36
13202024-11-23T04:07:03.189Z Compiling icu_normalizer v1.5.0
13212024-11-23T04:07:03.651Z Compiling pkcs5 v0.7.1
13222024-11-23T04:07:03.882Z Compiling pest_generator v2.7.14
13232024-11-23T04:07:04.170Z Compiling http-body v1.0.1
13242024-11-23T04:07:04.418Z Compiling form_urlencoded v1.2.1
13252024-11-23T04:07:04.747Z Compiling try-lock v0.2.5
13262024-11-23T04:07:04.889Z Compiling slog v2.7.0
13272024-11-23T04:07:04.908Z Compiling want v0.3.1
13282024-11-23T04:07:05.201Z Compiling goblin v0.8.2
13292024-11-23T04:07:05.222Z Compiling pkcs8 v0.10.2
13302024-11-23T04:07:05.510Z Compiling idna_adapter v1.2.0
13312024-11-23T04:07:05.744Z Compiling httpdate v1.0.3
13322024-11-23T04:07:05.765Z Compiling idna v1.0.3
13332024-11-23T04:07:05.885Z Compiling pest_derive v2.7.14
13342024-11-23T04:07:06.200Z Compiling uuid v1.11.0
13352024-11-23T04:07:06.668Z Compiling dtrace-parser v0.2.0
13362024-11-23T04:07:06.749Z Compiling serde_tokenstream v0.2.2
13372024-11-23T04:07:07.378Z Compiling serde_spanned v0.6.8
13382024-11-23T04:07:07.590Z Compiling toml_datetime v0.6.8
13392024-11-23T04:07:07.616Z Compiling foreign-types-shared v0.1.1
13402024-11-23T04:07:07.619Z Compiling base64 v0.22.1
13412024-11-23T04:07:07.726Z Compiling tower-service v0.3.3
13422024-11-23T04:07:07.863Z Compiling tokio-util v0.7.12
13432024-11-23T04:07:08.090Z Compiling openssl v0.10.66
13442024-11-23T04:07:08.418Z Compiling iana-time-zone v0.1.61
13452024-11-23T04:07:08.448Z Compiling match_cfg v0.1.0
13462024-11-23T04:07:08.502Z Compiling rustversion v1.0.17
13472024-11-23T04:07:08.549Z Compiling adler2 v2.0.0
13482024-11-23T04:07:08.765Z Compiling miniz_oxide v0.8.0
13492024-11-23T04:07:08.829Z Compiling chrono v0.4.38
13502024-11-23T04:07:08.862Z Compiling h2 v0.4.6
13512024-11-23T04:07:09.287Z Compiling hostname v0.3.1
13522024-11-23T04:07:09.370Z Compiling foreign-types v0.3.2
13532024-11-23T04:07:09.468Z Compiling url v2.5.3
13542024-11-23T04:07:10.262Z Compiling openssl-macros v0.1.1
13552024-11-23T04:07:10.965Z Compiling dof v0.3.0
13562024-11-23T04:07:11.038Z Compiling async-trait v0.1.83
13572024-11-23T04:07:11.471Z Compiling dirs-sys-next v0.1.2
13582024-11-23T04:07:12.116Z Compiling usdt-impl v0.5.0
13592024-11-23T04:07:12.588Z Compiling siphasher v0.3.11
13602024-11-23T04:07:12.990Z Compiling rustls v0.22.4
13612024-11-23T04:07:13.214Z Compiling data-encoding v2.6.0
13622024-11-23T04:07:13.249Z Compiling syn v1.0.109
13632024-11-23T04:07:13.726Z Compiling rustls v0.23.18
13642024-11-23T04:07:13.825Z Compiling native-tls v0.2.12
13652024-11-23T04:07:13.985Z Compiling dirs-next v2.0.0
13662024-11-23T04:07:14.186Z Compiling http-body-util v0.1.2
13672024-11-23T04:07:14.708Z Compiling crossbeam-epoch v0.9.18
13682024-11-23T04:07:15.084Z Compiling heapless v0.7.17
13692024-11-23T04:07:15.492Z Compiling signature v2.2.0
13702024-11-23T04:07:15.538Z Compiling sha1 v0.10.6
13712024-11-23T04:07:15.560Z Compiling bzip2-sys v0.1.11+1.0.8
13722024-11-23T04:07:15.563Z Compiling serde_derive_internals v0.29.1
13732024-11-23T04:07:15.622Z Compiling thread_local v1.1.8
13742024-11-23T04:07:15.784Z Compiling hyper v1.5.0
13752024-11-23T04:07:15.990Z Compiling cookie v0.18.1
13762024-11-23T04:07:16.042Z Compiling encoding_rs v0.8.34
13772024-11-23T04:07:16.186Z Compiling multer v3.1.0
13782024-11-23T04:07:16.260Z Compiling rayon-core v1.12.1
13792024-11-23T04:07:16.460Z Compiling unicode-properties v0.1.3
13802024-11-23T04:07:16.514Z Compiling slog-async v2.8.0
13812024-11-23T04:07:16.868Z Compiling mime v0.3.17
13822024-11-23T04:07:17.022Z Compiling openssl-probe v0.1.5
13832024-11-23T04:07:17.392Z Compiling gimli v0.31.1
13842024-11-23T04:07:17.461Z Compiling ipnet v2.10.1
13852024-11-23T04:07:18.395Z Compiling hyper-util v0.1.10
13862024-11-23T04:07:18.740Z Compiling signal-hook v0.3.17
13872024-11-23T04:07:19.009Z Compiling schemars v0.8.21
13882024-11-23T04:07:19.390Z Compiling schemars_derive v0.8.21
13892024-11-23T04:07:19.476Z Compiling stringprep v0.1.5
13902024-11-23T04:07:20.517Z Compiling toml_edit v0.22.22
13912024-11-23T04:07:20.766Z Compiling usdt-macro v0.5.0
13922024-11-23T04:07:21.589Z Compiling usdt-attr-macro v0.5.0
13932024-11-23T04:07:22.292Z Compiling addr2line v0.24.2
13942024-11-23T04:07:22.473Z Compiling crossbeam-deque v0.8.5
13952024-11-23T04:07:22.573Z Compiling term v0.7.0
13962024-11-23T04:07:22.626Z Compiling slog-json v2.6.1
13972024-11-23T04:07:22.790Z Compiling serde_urlencoded v0.7.1
13982024-11-23T04:07:22.939Z Compiling crossbeam-channel v0.5.13
13992024-11-23T04:07:23.017Z Compiling curve25519-dalek v4.1.3
14002024-11-23T04:07:23.202Z Compiling enum-as-inner v0.6.1
14012024-11-23T04:07:23.312Z Compiling futures-executor v0.3.31
14022024-11-23T04:07:23.599Z Compiling md-5 v0.10.6
14032024-11-23T04:07:23.870Z Compiling rustls-pemfile v2.2.0
14042024-11-23T04:07:23.892Z Compiling async-stream-impl v0.3.6
14052024-11-23T04:07:24.060Z Compiling num-integer v0.1.46
14062024-11-23T04:07:24.104Z Compiling idna v0.3.0
14072024-11-23T04:07:24.200Z Compiling idna v0.4.0
14082024-11-23T04:07:24.299Z Compiling hash32 v0.2.1
14092024-11-23T04:07:24.696Z Compiling ff v0.13.0
14102024-11-23T04:07:24.841Z Compiling is-terminal v0.4.13
14112024-11-23T04:07:24.928Z Compiling object v0.36.5
14122024-11-23T04:07:24.976Z Compiling dropshot v0.12.0
14132024-11-23T04:07:25.262Z Compiling utf-8 v0.7.6
14142024-11-23T04:07:25.283Z Compiling base16ct v0.2.0
14152024-11-23T04:07:25.638Z Compiling portable-atomic v1.9.0
14162024-11-23T04:07:25.642Z Compiling quick-error v1.2.3
14172024-11-23T04:07:25.796Z Compiling dyn-clone v1.0.17
14182024-11-23T04:07:25.844Z Compiling linked-hash-map v0.5.6
14192024-11-23T04:07:25.937Z Compiling anyhow v1.0.93
14202024-11-23T04:07:26.032Z Compiling fallible-iterator v0.2.0
14212024-11-23T04:07:26.222Z Compiling rustc-demangle v0.1.24
14222024-11-23T04:07:26.572Z Compiling psl-types v2.0.11
14232024-11-23T04:07:26.736Z Compiling smoltcp v0.9.1
14242024-11-23T04:07:26.757Z Compiling num-bigint-dig v0.8.4
14252024-11-23T04:07:26.773Z Compiling take_mut v0.2.2
14262024-11-23T04:07:27.172Z Compiling publicsuffix v2.2.3
14272024-11-23T04:07:27.186Z Compiling postgres-protocol v0.6.7
14282024-11-23T04:07:27.487Z Compiling lru-cache v0.1.2
14292024-11-23T04:07:27.801Z Compiling resolv-conf v0.7.0
14302024-11-23T04:07:28.091Z Compiling sec1 v0.7.3
14312024-11-23T04:07:28.497Z Compiling tungstenite v0.24.0
14322024-11-23T04:07:28.607Z Compiling async-stream v0.3.6
14332024-11-23T04:07:28.723Z Compiling hickory-proto v0.24.1
14342024-11-23T04:07:28.916Z Compiling slog-term v2.9.1
14352024-11-23T04:07:28.947Z Compiling usdt v0.5.0
14362024-11-23T04:07:29.461Z Compiling group v0.13.0
14372024-11-23T04:07:30.235Z Compiling num-iter v0.1.45
14382024-11-23T04:07:30.442Z Compiling toml v0.8.19
14392024-11-23T04:07:30.963Z Compiling futures v0.3.31
14402024-11-23T04:07:31.025Z Compiling slog-bunyan v2.5.0
14412024-11-23T04:07:31.541Z Compiling tokio-native-tls v0.3.1
14422024-11-23T04:07:32.213Z Compiling backtrace v0.3.74
14432024-11-23T04:07:32.475Z Compiling camino v1.1.9
14442024-11-23T04:07:32.944Z Compiling phf_shared v0.11.2
14452024-11-23T04:07:33.006Z Compiling dropshot_endpoint v0.12.0
14462024-11-23T04:07:33.325Z Compiling terminal_size v0.4.0
14472024-11-23T04:07:33.443Z Compiling waitgroup v0.1.2
14482024-11-23T04:07:33.539Z Compiling openapiv3 v2.0.0
14492024-11-23T04:07:33.660Z Compiling serde_path_to_error v0.1.16
14502024-11-23T04:07:33.878Z Compiling hkdf v0.12.4
14512024-11-23T04:07:34.154Z Compiling crypto-bigint v0.5.5
14522024-11-23T04:07:34.498Z Compiling webpki-roots v0.26.6
14532024-11-23T04:07:34.733Z Compiling zerocopy-derive v0.6.6
14542024-11-23T04:07:35.877Z Compiling curve25519-dalek-derive v0.1.1
14552024-11-23T04:07:36.765Z Compiling hubpack_derive v0.1.1
14562024-11-23T04:07:37.019Z Compiling idna v0.5.0
14572024-11-23T04:07:37.402Z Compiling hostname v0.4.0
14582024-11-23T04:07:37.662Z Compiling crc32fast v1.4.2
14592024-11-23T04:07:37.699Z Compiling fs-err v2.11.0
14602024-11-23T04:07:37.728Z Compiling ahash v0.8.11
14612024-11-23T04:07:37.917Z Compiling managed v0.8.0
14622024-11-23T04:07:37.986Z Compiling debug-ignore v1.0.5
14632024-11-23T04:07:37.988Z Compiling bitflags v1.3.2
14642024-11-23T04:07:38.260Z Compiling winnow v0.5.40
14652024-11-23T04:07:38.267Z Compiling console v0.15.8
14662024-11-23T04:07:38.267Z Compiling clap_builder v4.5.21
14672024-11-23T04:07:38.652Z Compiling strum_macros v0.25.3
14682024-11-23T04:07:39.408Z Compiling flate2 v1.0.34
14692024-11-23T04:07:39.701Z Compiling cookie_store v0.21.0
14702024-11-23T04:07:40.344Z Compiling hubpack v0.1.2
14712024-11-23T04:07:40.571Z Compiling elliptic-curve v0.13.8
14722024-11-23T04:07:40.825Z Compiling zerocopy v0.6.6
14732024-11-23T04:07:41.460Z Compiling hickory-resolver v0.24.1
14742024-11-23T04:07:41.469Z Compiling signal-hook-mio v0.2.4
14752024-11-23T04:07:41.597Z Compiling toml_edit v0.19.15
14762024-11-23T04:07:41.680Z Compiling phf v0.11.2
14772024-11-23T04:07:41.983Z Compiling rayon v1.10.0
14782024-11-23T04:07:42.835Z Compiling hyper-tls v0.6.0
14792024-11-23T04:07:42.856Z Compiling bzip2 v0.4.4
14802024-11-23T04:07:43.252Z Compiling tokio-tungstenite v0.24.0
14812024-11-23T04:07:43.788Z Compiling postgres-types v0.2.8
14822024-11-23T04:07:46.676Z Compiling ed25519 v2.2.3
14832024-11-23T04:07:46.824Z Compiling phf_shared v0.10.0
14842024-11-23T04:07:47.238Z Compiling tokio-stream v0.1.16
14852024-11-23T04:07:47.662Z Compiling pkcs1 v0.7.5
14862024-11-23T04:07:48.108Z Compiling serde-big-array v0.5.1
14872024-11-23T04:07:48.295Z Compiling clap_derive v4.5.18
14882024-11-23T04:07:48.354Z Compiling rfc6979 v0.4.0
14892024-11-23T04:07:48.473Z Compiling derive-where v1.2.7
14902024-11-23T04:07:48.551Z Compiling serde_repr v0.1.19
14912024-11-23T04:07:48.574Z Compiling float-cmp v0.9.0
14922024-11-23T04:07:48.700Z Compiling bstr v1.10.0
14932024-11-23T04:07:48.800Z Compiling sync_wrapper v1.0.1
14942024-11-23T04:07:48.952Z Compiling precomputed-hash v0.1.1
14952024-11-23T04:07:49.078Z Compiling fixedbitset v0.4.2
14962024-11-23T04:07:50.561Z Compiling normalize-line-endings v0.3.0
14972024-11-23T04:07:50.564Z Compiling whoami v1.5.2
14982024-11-23T04:07:50.564Z Compiling difflib v0.4.0
14992024-11-23T04:07:50.564Z Compiling number_prefix v0.4.0
15002024-11-23T04:07:50.564Z Compiling static_assertions v1.1.0
15012024-11-23T04:07:50.564Z Compiling new_debug_unreachable v1.0.6
15022024-11-23T04:07:50.564Z Compiling unicode-segmentation v1.12.0
15032024-11-23T04:07:50.564Z Compiling bit-vec v0.6.3
15042024-11-23T04:07:50.564Z Compiling unicode-width v0.2.0
15052024-11-23T04:07:50.742Z Compiling predicates-core v1.0.8
15062024-11-23T04:07:51.068Z Compiling indicatif v0.17.9
15072024-11-23T04:07:51.091Z Compiling predicates v3.1.2
15082024-11-23T04:07:51.112Z Compiling similar v2.6.0
15092024-11-23T04:07:51.342Z Compiling bit-set v0.5.3
15102024-11-23T04:07:51.644Z Compiling string_cache v0.8.7
15112024-11-23T04:07:52.071Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15122024-11-23T04:07:52.125Z Compiling tokio-postgres v0.7.12
15132024-11-23T04:07:52.877Z Compiling petgraph v0.6.5
15142024-11-23T04:07:53.302Z Compiling ecdsa v0.16.9
15152024-11-23T04:07:53.450Z Compiling clap v4.5.21
15162024-11-23T04:07:53.518Z Compiling rsa v0.9.6
15172024-11-23T04:07:53.583Z Compiling ed25519-dalek v2.1.1
15182024-11-23T04:07:54.154Z Compiling toml v0.7.8
15192024-11-23T04:07:54.908Z Compiling zip v0.6.6
15202024-11-23T04:07:55.921Z Compiling crossterm v0.28.1
15212024-11-23T04:07:57.237Z Compiling hex v0.4.3
15222024-11-23T04:07:57.636Z Compiling x509-cert v0.2.5
15232024-11-23T04:07:57.774Z Compiling itertools v0.10.5
15242024-11-23T04:07:57.841Z Compiling unicode-xid v0.2.6
15252024-11-23T04:07:57.925Z Compiling peg-runtime v0.8.3
15262024-11-23T04:07:58.017Z Compiling lalrpop-util v0.19.12
15272024-11-23T04:07:58.387Z Compiling strum_macros v0.26.4
15282024-11-23T04:07:58.605Z Compiling xattr v1.3.1
15292024-11-23T04:07:58.870Z Compiling filetime v0.2.25
15302024-11-23T04:07:59.199Z Compiling tar v0.4.42
15312024-11-23T04:08:03.350Z Compiling strum v0.26.3
15322024-11-23T04:08:05.988Z Compiling aws-lc-sys v0.22.0
15332024-11-23T04:08:41.392Z Compiling rustls-webpki v0.102.8
15342024-11-23T04:08:44.670Z Compiling tokio-rustls v0.25.0
15352024-11-23T04:08:46.525Z Compiling tokio-rustls v0.26.0
15362024-11-23T04:08:46.852Z Compiling hyper-rustls v0.27.3
15372024-11-23T04:08:47.121Z Compiling reqwest v0.12.9
15382024-11-23T04:08:48.004Z Compiling qorb v0.2.0
15392024-11-23T04:08:53.275Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15402024-11-23T04:08:53.509Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15412024-11-23T04:08:59.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15422024-11-23T04:08:59.420Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15432024-11-23T04:08:59.471ZNov 23 04:08:58.693 INFO Starting download, target: Cockroach
15442024-11-23T04:08:59.471ZNov 23 04:08:58.693 INFO Starting download, target: Console
15452024-11-23T04:08:59.471ZNov 23 04:08:58.693 INFO Starting download, target: Clickhouse
15462024-11-23T04:08:59.473ZNov 23 04:08:58.693 INFO Starting download, target: DendriteOpenapi
15472024-11-23T04:08:59.473ZNov 23 04:08:58.693 INFO Starting download, target: DendriteStub
15482024-11-23T04:08:59.473ZNov 23 04:08:58.693 INFO Starting download, target: MaghemiteMgd
15492024-11-23T04:08:59.473ZNov 23 04:08:58.693 INFO Starting download, target: TransceiverControl
15502024-11-23T04:08:59.473ZNov 23 04:08:58.694 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15512024-11-23T04:08:59.473ZNov 23 04:08:58.694 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15522024-11-23T04:08:59.473ZNov 23 04:08:58.694 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15532024-11-23T04:08:59.473ZNov 23 04:08:58.694 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15542024-11-23T04:08:59.473ZNov 23 04:08:58.694 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15552024-11-23T04:08:59.473ZNov 23 04:08:58.694 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15562024-11-23T04:08:59.473ZNov 23 04:08:58.694 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572024-11-23T04:08:59.707ZNov 23 04:08:58.928 INFO Download complete, target: DendriteOpenapi
15582024-11-23T04:09:00.080ZNov 23 04:08:59.300 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15592024-11-23T04:09:00.409ZNov 23 04:08:59.597 INFO Download complete, target: Console
15602024-11-23T04:09:00.492ZNov 23 04:08:59.614 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15612024-11-23T04:09:01.103ZNov 23 04:09:00.214 INFO Download complete, target: TransceiverControl
15622024-11-23T04:09:01.598ZNov 23 04:09:00.719 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15632024-11-23T04:09:02.034ZNov 23 04:09:01.135 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15642024-11-23T04:09:02.055ZNov 23 04:09:01.275 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15652024-11-23T04:09:02.962ZNov 23 04:09:02.185 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15662024-11-23T04:09:02.962ZNov 23 04:09:02.185 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15672024-11-23T04:09:04.621ZNov 23 04:09:03.844 INFO Download complete, target: MaghemiteMgd
15682024-11-23T04:09:04.803ZNov 23 04:09:04.026 INFO Download complete, target: DendriteStub
15692024-11-23T04:09:09.946ZNov 23 04:09:09.161 INFO Checking that binary works, target: Cockroach
15702024-11-23T04:09:10.091ZNov 23 04:09:09.312 INFO Download complete, target: Cockroach
15712024-11-23T04:09:13.476ZNov 23 04:09:12.699 INFO Checking that binary works, target: Clickhouse
15722024-11-23T04:09:14.306ZNov 23 04:09:13.520 INFO Download complete, target: Clickhouse
15732024-11-23T04:09:14.464ZAll builder prerequisites installed successfully, and PATH looks valid
15742024-11-23T04:09:14.471Z
15752024-11-23T04:09:14.471Zreal 5:23.409854137
15762024-11-23T04:09:14.471Zuser 16:12.089220770
15772024-11-23T04:09:14.471Zsys 3:12.652779977
15782024-11-23T04:09:14.471Ztrap 0.518329745
15792024-11-23T04:09:14.472Ztflt 8.234986566
15802024-11-23T04:09:14.472Zdflt 7.797362011
15812024-11-23T04:09:14.472Zkflt 0.199192563
15822024-11-23T04:09:14.472Zlock 30:06.672651325
15832024-11-23T04:09:14.472Zslp 1:03:26.842506826
15842024-11-23T04:09:14.472Zlat 52.935543289
15852024-11-23T04:09:14.472Zstop 2:12.653650802
15862024-11-23T04:09:14.472Z+ banner hack-check
15872024-11-23T04:09:14.472Z
15882024-11-23T04:09:14.472Z # # ## #### # # #### # # ###### #### # #
15892024-11-23T04:09:14.472Z # # # # # # # # # # # # # # # # #
15902024-11-23T04:09:14.473Z ###### # # # #### ##### # ###### ##### # ####
15912024-11-23T04:09:14.473Z # # ###### # # # # # # # # # #
15922024-11-23T04:09:14.473Z # # # # # # # # # # # # # # # # #
15932024-11-23T04:09:14.473Z # # # # #### # # #### # # ###### #### # #
15942024-11-23T04:09:14.473Z
15952024-11-23T04:09:14.473Z+ export CARGO_INCREMENTAL=0
15962024-11-23T04:09:14.473Z+ CARGO_INCREMENTAL=0
15972024-11-23T04:09:14.473Z+ ptime -m timeout 2h cargo xtask check-features --ci
15982024-11-23T04:09:15.010Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15992024-11-23T04:09:18.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
16002024-11-23T04:09:18.784Z Running `target/debug/xtask check-features --ci`
16012024-11-23T04:09:18.805Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16022024-11-23T04:09:18.805Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16032024-11-23T04:09:19.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16042024-11-23T04:09:19.279Z Running `target/debug/xtask download cargo-hack`
16052024-11-23T04:09:20.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16062024-11-23T04:09:20.465Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16072024-11-23T04:09:25.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
16082024-11-23T04:09:25.648Z Running `target/debug/xtask-downloader cargo-hack`
16092024-11-23T04:09:25.682ZNov 23 04:09:24.905 INFO Starting download, target: CargoHack
16102024-11-23T04:09:25.684ZNov 23 04:09:24.906 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16112024-11-23T04:09:26.369ZNov 23 04:09:25.593 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16122024-11-23T04:09:26.455ZNov 23 04:09:25.679 INFO Download complete, target: CargoHack
16132024-11-23T04:09:26.458Zrunning: "/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"
16142024-11-23T04:09:26.473Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16152024-11-23T04:09:26.634Zinfo: running `cargo check --bins` on api_identity (1/173)
16162024-11-23T04:09:27.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-11-23T04:09:27.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-11-23T04:09:27.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-11-23T04:09:27.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16202024-11-23T04:09:27.236Z
16212024-11-23T04:09:27.236Zinfo: running `cargo check --bins` on bootstore (2/173)
16222024-11-23T04:09:27.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-11-23T04:09:27.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-11-23T04:09:27.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-11-23T04:09:27.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16262024-11-23T04:09:27.885Z
16272024-11-23T04:09:27.885Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16282024-11-23T04:09:28.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-11-23T04:09:28.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-11-23T04:09:28.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-11-23T04:09:28.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16322024-11-23T04:09:28.500Z
16332024-11-23T04:09:28.500Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16342024-11-23T04:09:29.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-11-23T04:09:29.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-11-23T04:09:29.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-11-23T04:09:29.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16382024-11-23T04:09:29.110Z
16392024-11-23T04:09:29.110Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16402024-11-23T04:09:29.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-11-23T04:09:29.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-11-23T04:09:29.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-11-23T04:09:29.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16442024-11-23T04:09:29.528Z
16452024-11-23T04:09:29.528Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16462024-11-23T04:09:29.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-11-23T04:09:29.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-11-23T04:09:29.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-11-23T04:09:29.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16502024-11-23T04:09:29.949Z
16512024-11-23T04:09:29.949Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16522024-11-23T04:09:30.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-11-23T04:09:30.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-11-23T04:09:30.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-11-23T04:09:30.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16562024-11-23T04:09:30.369Z
16572024-11-23T04:09:30.370Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16582024-11-23T04:09:30.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-11-23T04:09:30.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-11-23T04:09:30.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-11-23T04:09:30.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16622024-11-23T04:09:30.802Z
16632024-11-23T04:09:30.802Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16642024-11-23T04:09:31.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-11-23T04:09:31.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-11-23T04:09:31.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-11-23T04:09:31.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16682024-11-23T04:09:31.231Z
16692024-11-23T04:09:31.231Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16702024-11-23T04:09:31.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-11-23T04:09:31.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-11-23T04:09:31.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-11-23T04:09:31.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16742024-11-23T04:09:31.661Z
16752024-11-23T04:09:31.661Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16762024-11-23T04:09:32.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-11-23T04:09:32.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-11-23T04:09:32.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-11-23T04:09:32.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16802024-11-23T04:09:32.089Z
16812024-11-23T04:09:32.089Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16822024-11-23T04:09:32.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-11-23T04:09:32.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-11-23T04:09:32.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-11-23T04:09:32.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16862024-11-23T04:09:32.518Z
16872024-11-23T04:09:32.519Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16882024-11-23T04:09:32.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-11-23T04:09:32.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-11-23T04:09:32.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-11-23T04:09:32.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16922024-11-23T04:09:32.950Z
16932024-11-23T04:09:32.950Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16942024-11-23T04:09:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-11-23T04:09:33.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-11-23T04:09:33.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-11-23T04:09:33.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16982024-11-23T04:09:33.377Z
16992024-11-23T04:09:33.377Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17002024-11-23T04:09:33.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-11-23T04:09:33.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-11-23T04:09:33.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-11-23T04:09:33.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17042024-11-23T04:09:33.795Z
17052024-11-23T04:09:33.795Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17062024-11-23T04:09:34.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-11-23T04:09:34.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-11-23T04:09:34.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-11-23T04:09:34.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17102024-11-23T04:09:34.218Z
17112024-11-23T04:09:34.218Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17122024-11-23T04:09:34.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-11-23T04:09:34.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-11-23T04:09:34.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-11-23T04:09:34.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17162024-11-23T04:09:34.640Z
17172024-11-23T04:09:34.640Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17182024-11-23T04:09:35.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-11-23T04:09:35.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-11-23T04:09:35.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-11-23T04:09:35.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17222024-11-23T04:09:35.070Z
17232024-11-23T04:09:35.070Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17242024-11-23T04:09:35.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-11-23T04:09:35.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-11-23T04:09:35.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-11-23T04:09:35.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17282024-11-23T04:09:35.500Z
17292024-11-23T04:09:35.500Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17302024-11-23T04:09:35.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312024-11-23T04:09:35.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322024-11-23T04:09:35.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332024-11-23T04:09:35.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17342024-11-23T04:09:35.931Z
17352024-11-23T04:09:35.931Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17362024-11-23T04:09:36.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372024-11-23T04:09:36.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382024-11-23T04:09:36.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392024-11-23T04:09:36.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17402024-11-23T04:09:36.360Z
17412024-11-23T04:09:36.360Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17422024-11-23T04:09:36.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432024-11-23T04:09:36.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442024-11-23T04:09:36.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452024-11-23T04:09:36.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17462024-11-23T04:09:36.789Z
17472024-11-23T04:09:36.789Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17482024-11-23T04:09:37.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492024-11-23T04:09:37.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502024-11-23T04:09:37.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512024-11-23T04:09:37.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17522024-11-23T04:09:37.220Z
17532024-11-23T04:09:37.220Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17542024-11-23T04:09:37.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552024-11-23T04:09:37.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562024-11-23T04:09:37.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572024-11-23T04:09:37.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17582024-11-23T04:09:37.643Z
17592024-11-23T04:09:37.643Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17602024-11-23T04:09:38.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612024-11-23T04:09:38.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622024-11-23T04:09:38.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632024-11-23T04:09:38.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17642024-11-23T04:09:38.282Z
17652024-11-23T04:09:38.282Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17662024-11-23T04:09:38.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-11-23T04:09:38.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-11-23T04:09:38.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-11-23T04:09:38.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17702024-11-23T04:09:38.917Z
17712024-11-23T04:09:38.917Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17722024-11-23T04:09:39.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-11-23T04:09:39.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-11-23T04:09:39.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752024-11-23T04:09:39.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17762024-11-23T04:09:39.538Z
17772024-11-23T04:09:39.538Zinfo: running `cargo check --bins` on oxlog (28/173)
17782024-11-23T04:09:40.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792024-11-23T04:09:40.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802024-11-23T04:09:40.144Z Checking cfg-if v1.0.0
17812024-11-23T04:09:40.146Z Checking libc v0.2.162
17822024-11-23T04:09:40.254Z Checking serde v1.0.215
17832024-11-23T04:09:40.256Z Checking zeroize v1.8.1
17842024-11-23T04:09:40.271Z Checking memchr v2.7.4
17852024-11-23T04:09:40.273Z Checking typenum v1.17.0
17862024-11-23T04:09:40.293Z Checking scopeguard v1.2.0
17872024-11-23T04:09:40.296Z Checking subtle v2.6.1
17882024-11-23T04:09:40.318Z Checking value-bag v1.9.0
17892024-11-23T04:09:40.426Z Checking lock_api v0.4.12
17902024-11-23T04:09:40.544Z Checking const-oid v0.9.6
17912024-11-23T04:09:40.729Z Checking log v0.4.22
17922024-11-23T04:09:40.792Z Checking itoa v1.0.11
17932024-11-23T04:09:41.027Z Checking smallvec v1.13.2
17942024-11-23T04:09:41.093Z Checking pin-project-lite v0.2.14
17952024-11-23T04:09:41.195Z Checking byteorder v1.5.0
17962024-11-23T04:09:41.213Z Checking futures-core v0.3.31
17972024-11-23T04:09:41.250Z Checking getrandom v0.2.15
17982024-11-23T04:09:41.333Z Checking parking_lot_core v0.9.10
17992024-11-23T04:09:41.369Z Checking signal-hook-registry v1.4.2
18002024-11-23T04:09:41.469Z Checking rand_core v0.6.4
18012024-11-23T04:09:41.577Z Checking once_cell v1.20.2
18022024-11-23T04:09:41.593Z Checking mio v1.0.2
18032024-11-23T04:09:41.609Z Checking cpufeatures v0.2.14
18042024-11-23T04:09:41.623Z Checking parking_lot v0.12.3
18052024-11-23T04:09:41.692Z Checking futures-sink v0.3.31
18062024-11-23T04:09:41.751Z Checking stable_deref_trait v1.2.0
18072024-11-23T04:09:41.827Z Checking socket2 v0.5.7
18082024-11-23T04:09:41.841Z Checking spin v0.9.8
18092024-11-23T04:09:41.856Z Checking zerocopy v0.7.35
18102024-11-23T04:09:41.937Z Checking slab v0.4.9
18112024-11-23T04:09:42.117Z Checking zerofrom v0.1.4
18122024-11-23T04:09:42.135Z Checking futures-channel v0.3.31
18132024-11-23T04:09:42.158Z Checking allocator-api2 v0.2.18
18142024-11-23T04:09:42.177Z Checking futures-io v0.3.31
18152024-11-23T04:09:42.276Z Checking foldhash v0.1.3
18162024-11-23T04:09:42.306Z Checking yoke v0.7.4
18172024-11-23T04:09:42.335Z Checking futures-task v0.3.31
18182024-11-23T04:09:42.460Z Checking pin-utils v0.1.0
18192024-11-23T04:09:42.477Z Checking equivalent v1.0.1
18202024-11-23T04:09:42.546Z Checking futures-util v0.3.31
18212024-11-23T04:09:42.558Z Checking ryu v1.0.18
18222024-11-23T04:09:42.572Z Checking tinyvec_macros v0.1.1
18232024-11-23T04:09:42.613Z Checking zerovec v0.10.4
18242024-11-23T04:09:42.647Z Checking tinyvec v1.8.0
18252024-11-23T04:09:42.745Z Checking hashbrown v0.15.0
18262024-11-23T04:09:42.766Z Checking fnv v1.0.7
18272024-11-23T04:09:42.877Z Checking libm v0.2.8
18282024-11-23T04:09:43.258Z Checking litemap v0.7.3
18292024-11-23T04:09:43.564Z Checking writeable v0.5.5
18302024-11-23T04:09:43.668Z Checking unicode-normalization v0.1.24
18312024-11-23T04:09:43.722Z Checking unicode-bidi v0.3.17
18322024-11-23T04:09:43.867Z Checking base64ct v1.6.0
18332024-11-23T04:09:43.884Z Checking num-traits v0.2.19
18342024-11-23T04:09:44.144Z Checking tinystr v0.7.6
18352024-11-23T04:09:44.264Z Checking ppv-lite86 v0.2.20
18362024-11-23T04:09:44.280Z Checking pem-rfc7468 v0.7.0
18372024-11-23T04:09:44.513Z Checking icu_locid v1.5.0
18382024-11-23T04:09:44.537Z Checking flagset v0.4.6
18392024-11-23T04:09:44.556Z Checking tracing-core v0.1.32
18402024-11-23T04:09:44.725Z Checking thiserror v1.0.69
18412024-11-23T04:09:44.842Z Checking rustls-pki-types v1.10.0
18422024-11-23T04:09:44.967Z Checking generic-array v0.14.7
18432024-11-23T04:09:44.988Z Checking rand_chacha v0.3.1
18442024-11-23T04:09:45.026Z Checking bytes v1.8.0
18452024-11-23T04:09:45.192Z Checking indexmap v2.6.0
18462024-11-23T04:09:45.370Z Checking serde_json v1.0.132
18472024-11-23T04:09:45.414Z Checking bitflags v2.6.0
18482024-11-23T04:09:45.463Z Checking icu_provider v1.5.0
18492024-11-23T04:09:45.496Z Checking der v0.7.9
18502024-11-23T04:09:45.734Z Checking percent-encoding v2.3.1
18512024-11-23T04:09:45.799Z Checking tokio v1.40.0
18522024-11-23T04:09:45.925Z Checking http v1.1.0
18532024-11-23T04:09:46.124Z Checking icu_locid_transform_data v1.5.0
18542024-11-23T04:09:46.139Z Checking crypto-common v0.1.6
18552024-11-23T04:09:46.214Z Checking block-buffer v0.10.4
18562024-11-23T04:09:46.308Z Checking block-padding v0.3.3
18572024-11-23T04:09:46.425Z Checking digest v0.10.7
18582024-11-23T04:09:46.491Z Checking icu_locid_transform v1.5.0
18592024-11-23T04:09:46.514Z Checking inout v0.1.3
18602024-11-23T04:09:46.747Z Checking cipher v0.4.4
18612024-11-23T04:09:46.820Z Checking hmac v0.12.1
18622024-11-23T04:09:47.033Z Checking sha2 v0.10.8
18632024-11-23T04:09:47.076Z Checking pbkdf2 v0.12.2
18642024-11-23T04:09:47.146Z Checking salsa20 v0.10.2
18652024-11-23T04:09:47.230Z Checking rand v0.8.5
18662024-11-23T04:09:47.253Z Checking tracing v0.1.40
18672024-11-23T04:09:47.352Z Checking spki v0.7.3
18682024-11-23T04:09:47.369Z Checking icu_collections v1.5.0
18692024-11-23T04:09:47.433Z Checking aws-lc-sys v0.22.0
18702024-11-23T04:09:47.451Z Checking httparse v1.9.5
18712024-11-23T04:09:47.585Z Checking untrusted v0.9.0
18722024-11-23T04:09:47.600Z Checking untrusted v0.7.1
18732024-11-23T04:09:47.626Z Checking powerfmt v0.2.0
18742024-11-23T04:09:47.749Z Checking icu_properties_data v1.5.0
18752024-11-23T04:09:47.766Z Checking mirai-annotations v1.12.0
18762024-11-23T04:09:47.895Z Checking ring v0.17.8
18772024-11-23T04:09:47.909Z Checking deranged v0.3.11
18782024-11-23T04:09:47.942Z Checking scrypt v0.11.0
18792024-11-23T04:09:47.978Z Checking cbc v0.1.2
18802024-11-23T04:09:48.031Z Checking icu_properties v1.5.1
18812024-11-23T04:09:48.157Z Checking aes v0.8.4
18822024-11-23T04:09:48.173Z Checking crossbeam-utils v0.8.20
18832024-11-23T04:09:48.580Z Checking num_threads v0.1.7
18842024-11-23T04:09:48.692Z Checking icu_normalizer_data v1.5.0
18852024-11-23T04:09:48.792Z Checking num-conv v0.1.0
18862024-11-23T04:09:48.885Z Checking write16 v1.0.0
18872024-11-23T04:09:49.013Z Checking atomic-waker v1.1.2
18882024-11-23T04:09:49.045Z Checking utf8_iter v1.0.4
18892024-11-23T04:09:49.078Z Checking time-core v0.1.2
18902024-11-23T04:09:49.139Z Checking utf16_iter v1.0.5
18912024-11-23T04:09:49.228Z Checking pkcs5 v0.7.1
18922024-11-23T04:09:49.246Z Checking http-body v1.0.1
18932024-11-23T04:09:49.307Z Checking form_urlencoded v1.2.1
18942024-11-23T04:09:49.445Z Checking try-lock v0.2.5
18952024-11-23T04:09:49.503Z Checking unicode-ident v1.0.13
18962024-11-23T04:09:49.570Z Checking want v0.3.1
18972024-11-23T04:09:49.632Z Checking time v0.3.36
18982024-11-23T04:09:49.672Z Checking httpdate v1.0.3
18992024-11-23T04:09:49.697Z Checking proc-macro2 v1.0.89
19002024-11-23T04:09:49.725Z Checking pkcs8 v0.10.2
19012024-11-23T04:09:49.741Z Checking uuid v1.11.0
19022024-11-23T04:09:49.901Z Checking serde_spanned v0.6.8
19032024-11-23T04:09:50.031Z Checking toml_datetime v0.6.8
19042024-11-23T04:09:50.060Z Checking aws-lc-rs v1.10.0
19052024-11-23T04:09:50.087Z Checking slog v2.7.0
19062024-11-23T04:09:50.304Z Checking scroll v0.12.0
19072024-11-23T04:09:50.349Z Checking foreign-types-shared v0.1.1
19082024-11-23T04:09:50.383Z Checking base64 v0.22.1
19092024-11-23T04:09:50.447Z Checking plain v0.2.3
19102024-11-23T04:09:50.582Z Checking ucd-trie v0.1.7
19112024-11-23T04:09:50.597Z Checking iana-time-zone v0.1.61
19122024-11-23T04:09:50.744Z Checking tower-service v0.3.3
19132024-11-23T04:09:50.772Z Checking match_cfg v0.1.0
19142024-11-23T04:09:50.795Z Checking adler2 v2.0.0
19152024-11-23T04:09:50.844Z Checking goblin v0.8.2
19162024-11-23T04:09:50.861Z Checking hostname v0.3.1
19172024-11-23T04:09:50.864Z Checking pest v2.7.14
19182024-11-23T04:09:50.928Z Checking miniz_oxide v0.8.0
19192024-11-23T04:09:50.997Z Checking chrono v0.4.38
19202024-11-23T04:09:51.292Z Checking icu_normalizer v1.5.0
19212024-11-23T04:09:51.670Z Checking foreign-types v0.3.2
19222024-11-23T04:09:51.763Z Checking quote v1.0.37
19232024-11-23T04:09:51.842Z Checking rustls-webpki v0.102.8
19242024-11-23T04:09:52.067Z Checking idna_adapter v1.2.0
19252024-11-23T04:09:52.104Z Checking openssl-sys v0.9.103
19262024-11-23T04:09:52.132Z Checking dirs-sys-next v0.1.2
19272024-11-23T04:09:52.258Z Checking idna v1.0.3
19282024-11-23T04:09:52.302Z Checking errno v0.3.9
19292024-11-23T04:09:52.462Z Checking aho-corasick v1.1.3
19302024-11-23T04:09:52.638Z Checking regex-syntax v0.8.5
19312024-11-23T04:09:52.768Z Checking url v2.5.3
19322024-11-23T04:09:52.996Z Checking siphasher v0.3.11
19332024-11-23T04:09:52.999Z Checking tokio-util v0.7.12
19342024-11-23T04:09:53.282Z Checking data-encoding v2.6.0
19352024-11-23T04:09:53.349Z Checking pretty-hex v0.4.1
19362024-11-23T04:09:53.400Z Checking openssl v0.10.66
19372024-11-23T04:09:53.523Z Checking dtrace-parser v0.2.0
19382024-11-23T04:09:53.599Z Checking rustix v0.38.37
19392024-11-23T04:09:53.922Z Checking h2 v0.4.6
19402024-11-23T04:09:53.940Z Checking dirs-next v2.0.0
19412024-11-23T04:09:54.001Z Checking syn v2.0.87
19422024-11-23T04:09:54.059Z Checking http-body-util v0.1.2
19432024-11-23T04:09:54.107Z Checking crossbeam-epoch v0.9.18
19442024-11-23T04:09:54.516Z Checking signature v2.2.0
19452024-11-23T04:09:54.518Z Checking sha1 v0.10.6
19462024-11-23T04:09:54.703Z Checking lazy_static v1.5.0
19472024-11-23T04:09:54.803Z Checking thread_local v1.1.8
19482024-11-23T04:09:54.827Z Checking thread-id v4.2.2
19492024-11-23T04:09:54.932Z Checking encoding_rs v0.8.34
19502024-11-23T04:09:55.076Z Checking ipnet v2.10.1
19512024-11-23T04:09:55.503Z Checking gimli v0.31.1
19522024-11-23T04:09:55.804Z Checking dof v0.3.0
19532024-11-23T04:09:55.839Z Checking regex-automata v0.4.8
19542024-11-23T04:09:56.439Z Checking anstyle v1.0.10
19552024-11-23T04:09:56.780Z Checking utf8parse v0.2.2
19562024-11-23T04:09:56.928Z Checking unicode-properties v0.1.3
19572024-11-23T04:09:57.051Z Checking mime v0.3.17
19582024-11-23T04:09:57.240Z Checking openssl-probe v0.1.5
19592024-11-23T04:09:57.297Z Checking winnow v0.6.20
19602024-11-23T04:09:57.364Z Checking either v1.13.0
19612024-11-23T04:09:57.391Z Checking stringprep v0.1.5
19622024-11-23T04:09:57.663Z Checking anstyle-parse v0.2.5
19632024-11-23T04:09:57.719Z Checking crossbeam-deque v0.8.5
19642024-11-23T04:09:57.944Z Checking term v0.7.0
19652024-11-23T04:09:58.033Z Checking rustls v0.22.4
19662024-11-23T04:09:58.369Z Checking rustls v0.23.18
19672024-11-23T04:09:58.917Z Checking native-tls v0.2.12
19682024-11-23T04:09:59.238Z Checking slog-json v2.6.1
19692024-11-23T04:09:59.478Z Checking serde_urlencoded v0.7.1
19702024-11-23T04:09:59.607Z Checking addr2line v0.24.2
19712024-11-23T04:09:59.899Z Checking crossbeam-channel v0.5.13
19722024-11-23T04:10:00.000Z Checking hyper v1.5.0
19732024-11-23T04:10:00.357Z Checking futures-executor v0.3.31
19742024-11-23T04:10:00.366Z Checking toml_edit v0.22.22
19752024-11-23T04:10:00.366Z Checking md-5 v0.10.6
19762024-11-23T04:10:00.369Z Checking usdt-impl v0.5.0
19772024-11-23T04:10:00.466Z Checking num-integer v0.1.46
19782024-11-23T04:10:00.554Z Checking rustls-pemfile v2.2.0
19792024-11-23T04:10:00.627Z Checking idna v0.4.0
19802024-11-23T04:10:00.755Z Checking idna v0.3.0
19812024-11-23T04:10:00.893Z Checking ff v0.13.0
19822024-11-23T04:10:00.948Z Checking hash32 v0.2.1
19832024-11-23T04:10:01.100Z Checking is-terminal v0.4.13
19842024-11-23T04:10:01.211Z Checking memmap v0.7.0
19852024-11-23T04:10:01.245Z Checking object v0.36.5
19862024-11-23T04:10:01.421Z Checking psl-types v2.0.11
19872024-11-23T04:10:01.459Z Checking rustc-demangle v0.1.24
19882024-11-23T04:10:01.583Z Checking dyn-clone v1.0.17
19892024-11-23T04:10:01.599Z Checking is_terminal_polyfill v1.70.1
19902024-11-23T04:10:01.705Z Checking anstyle-query v1.1.1
19912024-11-23T04:10:01.722Z Checking fallible-iterator v0.2.0
19922024-11-23T04:10:01.737Z Checking base16ct v0.2.0
19932024-11-23T04:10:01.838Z Checking take_mut v0.2.2
19942024-11-23T04:10:01.862Z Checking utf-8 v0.7.6
19952024-11-23T04:10:01.925Z Checking colorchoice v1.0.2
19962024-11-23T04:10:01.977Z Checking quick-error v1.2.3
19972024-11-23T04:10:02.037Z Checking hyper-util v0.1.10
19982024-11-23T04:10:02.055Z Checking linked-hash-map v0.5.6
19992024-11-23T04:10:02.057Z Checking anstream v0.6.15
20002024-11-23T04:10:02.107Z Checking resolv-conf v0.7.0
20012024-11-23T04:10:02.332Z Checking postgres-protocol v0.6.7
20022024-11-23T04:10:02.381Z Checking lru-cache v0.1.2
20032024-11-23T04:10:02.424Z Checking tungstenite v0.24.0
20042024-11-23T04:10:02.440Z Checking slog-async v2.8.0
20052024-11-23T04:10:02.559Z Checking sec1 v0.7.3
20062024-11-23T04:10:02.738Z Checking schemars v0.8.21
20072024-11-23T04:10:02.822Z Checking toml v0.8.19
20082024-11-23T04:10:02.974Z Checking tokio-rustls v0.25.0
20092024-11-23T04:10:02.991Z Checking publicsuffix v2.2.3
20102024-11-23T04:10:03.229Z Checking hickory-proto v0.24.1
20112024-11-23T04:10:03.366Z Checking usdt v0.5.0
20122024-11-23T04:10:03.368Z Checking heapless v0.7.17
20132024-11-23T04:10:03.528Z Checking slog-term v2.9.1
20142024-11-23T04:10:03.620Z Checking group v0.13.0
20152024-11-23T04:10:03.885Z Checking num-iter v0.1.45
20162024-11-23T04:10:03.930Z Checking tokio-rustls v0.26.0
20172024-11-23T04:10:04.022Z Checking futures v0.3.31
20182024-11-23T04:10:04.038Z Checking slog-bunyan v2.5.0
20192024-11-23T04:10:04.053Z Checking tokio-native-tls v0.3.1
20202024-11-23T04:10:04.133Z Checking rayon-core v1.12.1
20212024-11-23T04:10:04.197Z Checking multer v3.1.0
20222024-11-23T04:10:04.291Z Checking terminal_size v0.4.0
20232024-11-23T04:10:04.319Z Checking phf_shared v0.11.2
20242024-11-23T04:10:04.336Z Checking cookie v0.18.1
20252024-11-23T04:10:04.360Z Checking async-stream v0.3.6
20262024-11-23T04:10:04.448Z Checking bzip2-sys v0.1.11+1.0.8
20272024-11-23T04:10:04.543Z Checking signal-hook v0.3.17
20282024-11-23T04:10:04.569Z Checking camino v1.1.9
20292024-11-23T04:10:04.587Z Checking waitgroup v0.1.2
20302024-11-23T04:10:04.601Z Checking openapiv3 v2.0.0
20312024-11-23T04:10:04.723Z Checking hkdf v0.12.4
20322024-11-23T04:10:04.777Z Checking crypto-bigint v0.5.5
20332024-11-23T04:10:04.793Z Checking webpki-roots v0.26.6
20342024-11-23T04:10:04.868Z Checking serde_path_to_error v0.1.16
20352024-11-23T04:10:04.918Z Checking idna v0.5.0
20362024-11-23T04:10:04.989Z Checking hostname v0.4.0
20372024-11-23T04:10:05.125Z Checking crc32fast v1.4.2
20382024-11-23T04:10:05.141Z Checking bitflags v1.3.2
20392024-11-23T04:10:05.244Z Checking strsim v0.11.1
20402024-11-23T04:10:05.344Z Checking debug-ignore v1.0.5
20412024-11-23T04:10:05.467Z Checking managed v0.8.0
20422024-11-23T04:10:05.483Z Checking winnow v0.5.40
20432024-11-23T04:10:05.538Z Checking clap_lex v0.7.2
20442024-11-23T04:10:05.791Z Checking unicode-width v0.1.14
20452024-11-23T04:10:05.809Z Checking cookie_store v0.21.0
20462024-11-23T04:10:05.852Z Checking smoltcp v0.9.1
20472024-11-23T04:10:06.248Z Checking console v0.15.8
20482024-11-23T04:10:06.521Z Checking clap_builder v4.5.21
20492024-11-23T04:10:06.850Z Checking flate2 v1.0.34
20502024-11-23T04:10:07.290Z Checking hyper-rustls v0.27.3
20512024-11-23T04:10:07.476Z Checking signal-hook-mio v0.2.4
20522024-11-23T04:10:07.612Z Checking rayon v1.10.0
20532024-11-23T04:10:07.614Z Checking phf v0.11.2
20542024-11-23T04:10:07.614Z Checking elliptic-curve v0.13.8
20552024-11-23T04:10:07.654Z Checking backtrace v0.3.74
20562024-11-23T04:10:07.903Z Checking bzip2 v0.4.4
20572024-11-23T04:10:08.021Z Checking dropshot v0.12.0
20582024-11-23T04:10:08.044Z Checking hickory-resolver v0.24.1
20592024-11-23T04:10:08.175Z Checking hyper-tls v0.6.0
20602024-11-23T04:10:08.218Z Checking anyhow v1.0.93
20612024-11-23T04:10:08.265Z Checking num-bigint-dig v0.8.4
20622024-11-23T04:10:08.452Z Checking tokio-tungstenite v0.24.0
20632024-11-23T04:10:08.521Z Checking toml_edit v0.19.15
20642024-11-23T04:10:08.586Z Checking postgres-types v0.2.8
20652024-11-23T04:10:08.926Z Checking bstr v1.10.0
20662024-11-23T04:10:09.304Z Checking regex v1.11.1
20672024-11-23T04:10:09.563Z Checking ed25519 v2.2.3
20682024-11-23T04:10:09.661Z Checking tokio-stream v0.1.16
20692024-11-23T04:10:09.859Z Checking phf_shared v0.10.0
20702024-11-23T04:10:09.862Z Checking curve25519-dalek v4.1.3
20712024-11-23T04:10:09.927Z Checking zerocopy v0.6.6
20722024-11-23T04:10:10.137Z Checking pkcs1 v0.7.5
20732024-11-23T04:10:10.386Z Checking hubpack v0.1.2
20742024-11-23T04:10:10.509Z Checking portable-atomic v1.9.0
20752024-11-23T04:10:10.554Z Checking rfc6979 v0.4.0
20762024-11-23T04:10:10.700Z Checking float-cmp v0.9.0
20772024-11-23T04:10:10.715Z Checking serde-big-array v0.5.1
20782024-11-23T04:10:10.730Z Checking sync_wrapper v1.0.1
20792024-11-23T04:10:10.872Z Checking normalize-line-endings v0.3.0
20802024-11-23T04:10:10.872Z Checking unicode-width v0.2.0
20812024-11-23T04:10:10.922Z Checking minimal-lexical v0.2.1
20822024-11-23T04:10:10.969Z Checking difflib v0.4.0
20832024-11-23T04:10:10.985Z Checking whoami v1.5.2
20842024-11-23T04:10:11.262Z Checking number_prefix v0.4.0
20852024-11-23T04:10:11.277Z Checking new_debug_unreachable v1.0.6
20862024-11-23T04:10:11.317Z Checking static_assertions v1.1.0
20872024-11-23T04:10:11.340Z Checking predicates-core v1.0.8
20882024-11-23T04:10:11.356Z Checking unicode-segmentation v1.12.0
20892024-11-23T04:10:11.409Z Checking precomputed-hash v0.1.1
20902024-11-23T04:10:11.436Z Checking fixedbitset v0.4.2
20912024-11-23T04:10:11.458Z Checking bit-vec v0.6.3
20922024-11-23T04:10:11.516Z Checking string_cache v0.8.7
20932024-11-23T04:10:11.533Z Checking predicates v3.1.2
20942024-11-23T04:10:11.534Z Checking indicatif v0.17.9
20952024-11-23T04:10:11.683Z Checking petgraph v0.6.5
20962024-11-23T04:10:11.686Z Checking qorb v0.2.0
20972024-11-23T04:10:11.701Z Checking ed25519-dalek v2.1.1
20982024-11-23T04:10:11.763Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20992024-11-23T04:10:11.779Z Checking bit-set v0.5.3
21002024-11-23T04:10:12.019Z Checking similar v2.6.0
21012024-11-23T04:10:12.035Z Checking nom v7.1.3
21022024-11-23T04:10:12.097Z Checking tokio-postgres v0.7.12
21032024-11-23T04:10:12.175Z Checking toml v0.7.8
21042024-11-23T04:10:12.300Z Checking reqwest v0.12.9
21052024-11-23T04:10:12.890Z Checking ecdsa v0.16.9
21062024-11-23T04:10:12.968Z Checking rsa v0.9.6
21072024-11-23T04:10:13.647Z Checking clap v4.5.21
21082024-11-23T04:10:13.768Z Checking zip v0.6.6
21092024-11-23T04:10:14.036Z Checking crossterm v0.28.1
21102024-11-23T04:10:14.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21112024-11-23T04:10:14.154Z Checking itertools v0.10.5
21122024-11-23T04:10:14.251Z Checking itertools v0.12.1
21132024-11-23T04:10:14.417Z Checking ahash v0.8.11
21142024-11-23T04:10:14.911Z Checking fs-err v2.11.0
21152024-11-23T04:10:14.979Z Checking x509-cert v0.2.5
21162024-11-23T04:10:15.062Z Checking hex v0.4.3
21172024-11-23T04:10:15.291Z Checking semver v1.0.23
21182024-11-23T04:10:15.479Z Checking peg-runtime v0.8.3
21192024-11-23T04:10:15.571Z Checking lalrpop-util v0.19.12
21202024-11-23T04:10:15.698Z Checking sigpipe v0.1.3
21212024-11-23T04:10:16.681Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21222024-11-23T04:10:16.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.44s
21232024-11-23T04:10:17.144Z
21242024-11-23T04:10:17.144Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21252024-11-23T04:10:17.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262024-11-23T04:10:17.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272024-11-23T04:10:17.794Z Compiling hashbrown v0.14.5
21282024-11-23T04:10:17.915Z Checking heck v0.5.0
21292024-11-23T04:10:17.927Z Compiling unsafe-libyaml v0.2.11
21302024-11-23T04:10:17.938Z Compiling ident_case v1.0.1
21312024-11-23T04:10:17.953Z Checking progenitor-client v0.8.0
21322024-11-23T04:10:17.965Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21332024-11-23T04:10:17.981Z Compiling proc-macro-crate v1.3.1
21342024-11-23T04:10:18.066Z Compiling darling_core v0.20.10
21352024-11-23T04:10:18.092Z Checking ipnetwork v0.20.0
21362024-11-23T04:10:18.306Z Compiling structmeta-derive v0.3.0
21372024-11-23T04:10:18.322Z Compiling newtype-uuid v1.1.3
21382024-11-23T04:10:18.487Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21392024-11-23T04:10:18.593Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21402024-11-23T04:10:18.726Z Compiling lzma-sys v0.1.20
21412024-11-23T04:10:18.921Z Compiling foreign-types-macros v0.2.3
21422024-11-23T04:10:19.040Z Checking regress v0.10.1
21432024-11-23T04:10:19.213Z Compiling serde_yaml v0.9.34+deprecated
21442024-11-23T04:10:19.543Z Compiling num_enum_derive v0.5.11
21452024-11-23T04:10:19.818Z Compiling dropshot v0.13.0
21462024-11-23T04:10:20.115Z Checking foreign-types-shared v0.3.1
21472024-11-23T04:10:20.214Z Checking arc-swap v1.7.1
21482024-11-23T04:10:20.230Z Checking foreign-types v0.5.0
21492024-11-23T04:10:20.439Z Compiling proc-macro-error v1.0.4
21502024-11-23T04:10:20.650Z Checking slog-scope v4.4.0
21512024-11-23T04:10:21.227Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21522024-11-23T04:10:21.276Z Compiling structmeta v0.3.0
21532024-11-23T04:10:21.290Z Checking tungstenite v0.21.0
21542024-11-23T04:10:21.336Z Compiling heck v0.3.3
21552024-11-23T04:10:21.742Z Compiling parse-display-derive v0.10.0
21562024-11-23T04:10:21.759Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21572024-11-23T04:10:22.101Z Checking num_enum v0.5.11
21582024-11-23T04:10:22.194Z Compiling dropshot_endpoint v0.13.0
21592024-11-23T04:10:22.244Z Checking cstr-argument v0.1.2
21602024-11-23T04:10:22.414Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-11-23T04:10:22.586Z Checking typify-impl v0.2.0
21622024-11-23T04:10:22.607Z Checking instant v0.1.13
21632024-11-23T04:10:23.228Z Checking base64 v0.21.7
21642024-11-23T04:10:23.433Z Checking pretty-hex v0.2.1
21652024-11-23T04:10:23.593Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21662024-11-23T04:10:23.733Z Checking fastrand v2.1.1
21672024-11-23T04:10:23.888Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21682024-11-23T04:10:24.042Z Checking tempfile v3.13.0
21692024-11-23T04:10:24.157Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21702024-11-23T04:10:24.188Z Checking backoff v0.4.0
21712024-11-23T04:10:24.302Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21722024-11-23T04:10:24.387Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21732024-11-23T04:10:24.453Z Checking tokio-tungstenite v0.21.0
21742024-11-23T04:10:24.488Z Checking strum v0.26.3
21752024-11-23T04:10:24.646Z Compiling zone_cfg_derive v0.1.2
21762024-11-23T04:10:24.698Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21772024-11-23T04:10:24.961Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21782024-11-23T04:10:25.105Z Checking slog-stdlog v4.1.1
21792024-11-23T04:10:25.162Z Compiling darling_macro v0.20.10
21802024-11-23T04:10:25.261Z Checking regress v0.9.1
21812024-11-23T04:10:25.326Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21822024-11-23T04:10:25.426Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-11-23T04:10:25.477Z Checking colored v2.1.0
21842024-11-23T04:10:25.709Z Checking macaddr v1.0.1
21852024-11-23T04:10:25.779Z Checking base64 v0.13.1
21862024-11-23T04:10:26.092Z Compiling darling v0.20.10
21872024-11-23T04:10:26.139Z Checking zone v0.1.8
21882024-11-23T04:10:26.175Z Checking ron v0.7.1
21892024-11-23T04:10:26.212Z Compiling serde_with_macros v3.11.0
21902024-11-23T04:10:26.350Z Checking parse-display v0.10.0
21912024-11-23T04:10:26.584Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-11-23T04:10:26.781Z Checking xz2 v0.1.7
21932024-11-23T04:10:27.060Z Checking slog-envlogger v2.2.0
21942024-11-23T04:10:27.092Z Checking tabwriter v1.4.0
21952024-11-23T04:10:27.264Z Checking xattr v1.3.1
21962024-11-23T04:10:27.316Z Checking pem v3.0.4
21972024-11-23T04:10:27.318Z Checking yasna v0.5.2
21982024-11-23T04:10:27.443Z Checking headers-core v0.3.0
21992024-11-23T04:10:27.573Z Checking smf v0.2.3
22002024-11-23T04:10:27.588Z Checking filetime v0.2.25
22012024-11-23T04:10:27.820Z Checking same-file v1.0.6
22022024-11-23T04:10:27.998Z Checking walkdir v2.5.0
22032024-11-23T04:10:28.031Z Checking tar v0.4.42
22042024-11-23T04:10:28.107Z Checking headers v0.4.0
22052024-11-23T04:10:28.176Z Checking rcgen v0.12.1
22062024-11-23T04:10:28.285Z Checking camino-tempfile v1.1.1
22072024-11-23T04:10:28.572Z Checking atomicwrites v0.4.4
22082024-11-23T04:10:28.750Z Checking subprocess v0.2.9
22092024-11-23T04:10:29.186Z Checking serde_with v3.11.0
22102024-11-23T04:10:32.958Z Compiling typify-macro v0.2.0
22112024-11-23T04:10:34.789Z Compiling typify v0.2.0
22122024-11-23T04:10:34.857Z Compiling progenitor-impl v0.8.0
22132024-11-23T04:10:38.023Z Compiling progenitor-macro v0.8.0
22142024-11-23T04:10:43.230Z Checking progenitor v0.8.0
22152024-11-23T04:10:43.383Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22162024-11-23T04:10:43.387Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22172024-11-23T04:10:46.049Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22182024-11-23T04:10:46.331Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22192024-11-23T04:10:52.786Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22202024-11-23T04:10:54.337Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22212024-11-23T04:10:55.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.46s
22222024-11-23T04:10:55.797Z
22232024-11-23T04:10:55.797Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22242024-11-23T04:10:56.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-11-23T04:10:56.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-11-23T04:10:56.439Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22272024-11-23T04:10:57.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
22282024-11-23T04:10:58.041Z
22292024-11-23T04:10:58.041Zinfo: running `cargo check --bins` on nexus-config (31/173)
22302024-11-23T04:10:58.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-11-23T04:10:58.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-11-23T04:10:58.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-11-23T04:10:58.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22342024-11-23T04:10:58.660Z
22352024-11-23T04:10:58.660Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22362024-11-23T04:10:59.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-11-23T04:10:59.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-11-23T04:10:59.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-11-23T04:10:59.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22402024-11-23T04:10:59.263Z
22412024-11-23T04:10:59.263Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22422024-11-23T04:10:59.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-11-23T04:10:59.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-11-23T04:10:59.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452024-11-23T04:10:59.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22462024-11-23T04:10:59.882Z
22472024-11-23T04:10:59.882Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22482024-11-23T04:11:00.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-11-23T04:11:00.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-11-23T04:11:00.554Z Compiling zerocopy v0.8.10
22512024-11-23T04:11:00.554Z Compiling progenitor-client v0.8.0
22522024-11-23T04:11:00.554Z Compiling itertools v0.13.0
22532024-11-23T04:11:00.554Z Compiling zerocopy-derive v0.8.10
22542024-11-23T04:11:00.556Z Compiling heapless v0.8.0
22552024-11-23T04:11:00.556Z Compiling newtype-uuid v1.1.3
22562024-11-23T04:11:00.556Z Compiling ipnetwork v0.20.0
22572024-11-23T04:11:00.556Z Checking hash32 v0.3.1
22582024-11-23T04:11:00.895Z Compiling instant v0.1.13
22592024-11-23T04:11:01.013Z Compiling smoltcp v0.11.0
22602024-11-23T04:11:01.039Z Compiling backoff v0.4.0
22612024-11-23T04:11:01.171Z Compiling progenitor v0.8.0
22622024-11-23T04:11:01.352Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22632024-11-23T04:11:01.417Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22642024-11-23T04:11:01.580Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652024-11-23T04:11:01.596Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-11-23T04:11:01.740Z Compiling serde_with v3.11.0
22672024-11-23T04:11:01.763Z Compiling dropshot v0.13.0
22682024-11-23T04:11:01.917Z Compiling parse-display v0.10.0
22692024-11-23T04:11:02.095Z Checking num-rational v0.4.2
22702024-11-23T04:11:02.421Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22712024-11-23T04:11:02.650Z Compiling regress v0.9.1
22722024-11-23T04:11:02.770Z Compiling phf_generator v0.11.2
22732024-11-23T04:11:02.959Z Checking num-complex v0.4.6
22742024-11-23T04:11:03.844Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22752024-11-23T04:11:04.431Z Compiling macaddr v1.0.1
22762024-11-23T04:11:04.850Z Checking cobs v0.2.3
22772024-11-23T04:11:04.889Z Compiling num v0.4.3
22782024-11-23T04:11:05.016Z Checking postcard v1.0.10
22792024-11-23T04:11:05.101Z Compiling phf_codegen v0.11.2
22802024-11-23T04:11:05.610Z Compiling parse-zoneinfo v0.3.1
22812024-11-23T04:11:05.770Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22822024-11-23T04:11:06.053Z Checking float-ord v0.3.2
22832024-11-23T04:11:06.197Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22842024-11-23T04:11:06.514Z Compiling convert_case v0.4.0
22852024-11-23T04:11:06.764Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22862024-11-23T04:11:07.515Z Compiling derive_more v0.99.18
22872024-11-23T04:11:07.595Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22882024-11-23T04:11:07.940Z Compiling chrono-tz-build v0.4.0
22892024-11-23T04:11:08.429Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22902024-11-23T04:11:09.326Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22912024-11-23T04:11:09.394Z Compiling crucible-workspace-hack v0.1.0
22922024-11-23T04:11:09.590Z Compiling chrono-tz v0.10.0
22932024-11-23T04:11:09.631Z Checking newline-converter v0.3.0
22942024-11-23T04:11:09.686Z Checking prettyplease v0.2.25
22952024-11-23T04:11:09.782Z Compiling slog-dtrace v0.3.0
22962024-11-23T04:11:10.070Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22972024-11-23T04:11:10.369Z Checking expectorate v1.1.0
22982024-11-23T04:11:10.809Z Compiling zone_cfg_derive v0.3.0
22992024-11-23T04:11:11.042Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-11-23T04:11:11.166Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23012024-11-23T04:11:11.378Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23022024-11-23T04:11:11.395Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23032024-11-23T04:11:11.827Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042024-11-23T04:11:12.232Z Compiling const_format_proc_macros v0.2.33
23052024-11-23T04:11:12.320Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23062024-11-23T04:11:12.473Z Compiling num-derive v0.4.2
23072024-11-23T04:11:12.576Z Checking highway v1.2.0
23082024-11-23T04:11:13.039Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23092024-11-23T04:11:13.341Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23102024-11-23T04:11:13.576Z Checking zone v0.3.0
23112024-11-23T04:11:14.133Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23122024-11-23T04:11:14.353Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23132024-11-23T04:11:14.433Z Checking const_format v0.2.33
23142024-11-23T04:11:14.802Z Checking gethostname v0.5.0
23152024-11-23T04:11:14.897Z Checking bcs v0.1.6
23162024-11-23T04:11:14.920Z Compiling async-recursion v1.1.1
23172024-11-23T04:11:14.961Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23182024-11-23T04:11:15.240Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23192024-11-23T04:11:15.243Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23202024-11-23T04:11:15.532Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23212024-11-23T04:11:16.895Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23222024-11-23T04:11:17.026Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23232024-11-23T04:11:23.040Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23242024-11-23T04:11:26.332Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23252024-11-23T04:11:28.932Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23262024-11-23T04:11:30.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.19s
23272024-11-23T04:11:30.251Z
23282024-11-23T04:11:30.251Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23292024-11-23T04:11:30.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-11-23T04:11:30.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-11-23T04:11:30.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-11-23T04:11:30.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23332024-11-23T04:11:30.881Z
23342024-11-23T04:11:30.881Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23352024-11-23T04:11:31.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-11-23T04:11:31.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-11-23T04:11:31.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-11-23T04:11:31.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23392024-11-23T04:11:31.506Z
23402024-11-23T04:11:31.506Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23412024-11-23T04:11:32.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-11-23T04:11:32.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-11-23T04:11:32.149Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23442024-11-23T04:11:32.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23452024-11-23T04:11:32.970Z
23462024-11-23T04:11:32.970Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23472024-11-23T04:11:33.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-11-23T04:11:33.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-11-23T04:11:33.663Z Compiling cfg_aliases v0.1.1
23502024-11-23T04:11:33.666Z Compiling vte_generate_state_changes v0.1.2
23512024-11-23T04:11:33.666Z Checking fd-lock v4.0.2
23522024-11-23T04:11:33.744Z Checking nibble_vec v0.1.0
23532024-11-23T04:11:33.746Z Checking endian-type v0.1.2
23542024-11-23T04:11:33.761Z Checking bytecount v0.6.8
23552024-11-23T04:11:33.814Z Compiling tabled_derive v0.7.0
23562024-11-23T04:11:33.817Z Compiling peg-macros v0.8.4
23572024-11-23T04:11:33.821Z Compiling nix v0.28.0
23582024-11-23T04:11:33.896Z Checking papergrid v0.11.0
23592024-11-23T04:11:33.911Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23602024-11-23T04:11:33.930Z Compiling sqlparser_derive v0.2.2
23612024-11-23T04:11:33.947Z Checking radix_trie v0.2.1
23622024-11-23T04:11:34.353Z Checking nu-ansi-term v0.50.1
23632024-11-23T04:11:34.356Z Checking vte v0.11.1
23642024-11-23T04:11:34.908Z Checking home v0.5.9
23652024-11-23T04:11:34.918Z Checking unicode_categories v0.1.1
23662024-11-23T04:11:35.041Z Checking sqlparser v0.45.0
23672024-11-23T04:11:35.084Z Checking display-error-chain v0.2.2
23682024-11-23T04:11:35.197Z Checking sqlformat v0.2.6
23692024-11-23T04:11:35.687Z Checking strip-ansi-escapes v0.2.0
23702024-11-23T04:11:35.839Z Checking reedline v0.35.0
23712024-11-23T04:11:36.150Z Checking tabled v0.15.0
23722024-11-23T04:11:36.610Z Checking peg v0.8.4
23732024-11-23T04:11:36.967Z Checking rustyline v14.0.0
23742024-11-23T04:11:45.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s
23752024-11-23T04:11:45.873Z
23762024-11-23T04:11:45.874Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23772024-11-23T04:11:46.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-11-23T04:11:46.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-11-23T04:11:46.547Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802024-11-23T04:11:51.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
23812024-11-23T04:11:51.668Z
23822024-11-23T04:11:51.668Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23832024-11-23T04:11:52.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-11-23T04:11:52.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-11-23T04:11:52.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-11-23T04:11:56.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
23872024-11-23T04:11:56.211Z
23882024-11-23T04:11:56.211Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23892024-11-23T04:11:56.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-11-23T04:11:56.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-11-23T04:11:56.880Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-11-23T04:12:01.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
23932024-11-23T04:12:01.697Z
23942024-11-23T04:12:01.697Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23952024-11-23T04:12:02.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-11-23T04:12:02.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-11-23T04:12:02.368Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-11-23T04:12:07.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
23992024-11-23T04:12:07.264Z
24002024-11-23T04:12:07.264Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24012024-11-23T04:12:07.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-11-23T04:12:07.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-11-23T04:12:07.931Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-11-23T04:12:11.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
24052024-11-23T04:12:12.009Z
24062024-11-23T04:12:12.009Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24072024-11-23T04:12:12.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-11-23T04:12:12.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-11-23T04:12:12.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-11-23T04:12:16.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
24112024-11-23T04:12:16.822Z
24122024-11-23T04:12:16.822Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24132024-11-23T04:12:17.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-11-23T04:12:17.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-11-23T04:12:17.501Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-11-23T04:12:22.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
24172024-11-23T04:12:22.556Z
24182024-11-23T04:12:22.556Zinfo: running `cargo check --bins` on oximeter (46/173)
24192024-11-23T04:12:23.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-11-23T04:12:23.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-11-23T04:12:23.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-11-23T04:12:23.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24232024-11-23T04:12:23.189Z
24242024-11-23T04:12:23.189Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24252024-11-23T04:12:23.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-11-23T04:12:23.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-11-23T04:12:23.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-11-23T04:12:23.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24292024-11-23T04:12:23.796Z
24302024-11-23T04:12:23.796Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24312024-11-23T04:12:24.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-11-23T04:12:24.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-11-23T04:12:24.426Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24342024-11-23T04:12:24.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24352024-11-23T04:12:25.047Z
24362024-11-23T04:12:25.048Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24372024-11-23T04:12:25.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-11-23T04:12:25.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-11-23T04:12:25.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-11-23T04:12:25.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24412024-11-23T04:12:25.677Z
24422024-11-23T04:12:25.678Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24432024-11-23T04:12:26.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-11-23T04:12:26.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-11-23T04:12:26.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-11-23T04:12:26.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24472024-11-23T04:12:26.308Z
24482024-11-23T04:12:26.308Zinfo: running `cargo check --bins` on oxql-types (51/173)
24492024-11-23T04:12:26.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-11-23T04:12:26.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-11-23T04:12:26.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-11-23T04:12:26.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24532024-11-23T04:12:26.935Z
24542024-11-23T04:12:26.935Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24552024-11-23T04:12:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-11-23T04:12:27.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-11-23T04:12:27.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-11-23T04:12:27.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24592024-11-23T04:12:27.588Z
24602024-11-23T04:12:27.588Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24612024-11-23T04:12:28.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-11-23T04:12:28.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-11-23T04:12:28.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-11-23T04:12:28.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24652024-11-23T04:12:28.221Z
24662024-11-23T04:12:28.221Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24672024-11-23T04:12:28.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-11-23T04:12:28.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-11-23T04:12:28.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-11-23T04:12:28.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24712024-11-23T04:12:28.867Z
24722024-11-23T04:12:28.867Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24732024-11-23T04:12:29.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-11-23T04:12:29.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-11-23T04:12:29.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-11-23T04:12:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24772024-11-23T04:12:29.501Z
24782024-11-23T04:12:29.501Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24792024-11-23T04:12:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-11-23T04:12:30.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-11-23T04:12:30.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-11-23T04:12:30.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24832024-11-23T04:12:30.125Z
24842024-11-23T04:12:30.125Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24852024-11-23T04:12:30.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-11-23T04:12:30.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-11-23T04:12:30.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-11-23T04:12:30.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24892024-11-23T04:12:30.749Z
24902024-11-23T04:12:30.749Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24912024-11-23T04:12:31.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-11-23T04:12:31.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-11-23T04:12:31.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-11-23T04:12:31.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24952024-11-23T04:12:31.352Z
24962024-11-23T04:12:31.352Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24972024-11-23T04:12:31.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-11-23T04:12:31.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-11-23T04:12:31.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-11-23T04:12:31.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25012024-11-23T04:12:31.980Z
25022024-11-23T04:12:31.981Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25032024-11-23T04:12:32.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-11-23T04:12:32.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-11-23T04:12:32.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-11-23T04:12:32.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25072024-11-23T04:12:32.599Z
25082024-11-23T04:12:32.599Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25092024-11-23T04:12:33.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-11-23T04:12:33.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-11-23T04:12:33.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-11-23T04:12:33.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25132024-11-23T04:12:33.222Z
25142024-11-23T04:12:33.222Zinfo: running `cargo check --bins` on dpd-client (62/173)
25152024-11-23T04:12:33.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-11-23T04:12:33.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-11-23T04:12:33.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-11-23T04:12:33.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25192024-11-23T04:12:33.835Z
25202024-11-23T04:12:33.835Zinfo: running `cargo check --bins` on gateway-client (63/173)
25212024-11-23T04:12:34.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-11-23T04:12:34.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-11-23T04:12:34.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-11-23T04:12:34.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25252024-11-23T04:12:34.439Z
25262024-11-23T04:12:34.439Zinfo: running `cargo check --bins` on installinator-client (64/173)
25272024-11-23T04:12:34.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-11-23T04:12:34.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-11-23T04:12:34.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-11-23T04:12:35.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25312024-11-23T04:12:35.075Z
25322024-11-23T04:12:35.075Zinfo: running `cargo check --bins` on installinator-common (65/173)
25332024-11-23T04:12:35.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-11-23T04:12:35.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-11-23T04:12:35.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-11-23T04:12:35.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25372024-11-23T04:12:35.712Z
25382024-11-23T04:12:35.712Zinfo: running `cargo check --bins` on update-engine (66/173)
25392024-11-23T04:12:36.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-11-23T04:12:36.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-11-23T04:12:36.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-11-23T04:12:36.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25432024-11-23T04:12:36.312Z
25442024-11-23T04:12:36.312Zinfo: running `cargo check --bins` on nexus-client (67/173)
25452024-11-23T04:12:36.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-11-23T04:12:36.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-11-23T04:12:36.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-11-23T04:12:36.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25492024-11-23T04:12:36.953Z
25502024-11-23T04:12:36.953Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25512024-11-23T04:12:37.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-11-23T04:12:37.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-11-23T04:12:37.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-11-23T04:12:37.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25552024-11-23T04:12:37.583Z
25562024-11-23T04:12:37.583Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25572024-11-23T04:12:38.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-11-23T04:12:38.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-11-23T04:12:38.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-11-23T04:12:38.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25612024-11-23T04:12:38.202Z
25622024-11-23T04:12:38.202Zinfo: running `cargo check --bins` on nexus-types (70/173)
25632024-11-23T04:12:38.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-11-23T04:12:38.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-11-23T04:12:38.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-11-23T04:12:38.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25672024-11-23T04:12:38.847Z
25682024-11-23T04:12:38.847Zinfo: running `cargo check --bins` on oxide-client (71/173)
25692024-11-23T04:12:39.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-11-23T04:12:39.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-11-23T04:12:39.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-11-23T04:12:39.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25732024-11-23T04:12:39.462Z
25742024-11-23T04:12:39.462Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25752024-11-23T04:12:40.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-11-23T04:12:40.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-11-23T04:12:40.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-11-23T04:12:40.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25792024-11-23T04:12:40.100Z
25802024-11-23T04:12:40.100Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25812024-11-23T04:12:40.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-11-23T04:12:40.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-11-23T04:12:40.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-11-23T04:12:40.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25852024-11-23T04:12:40.718Z
25862024-11-23T04:12:40.718Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25872024-11-23T04:12:41.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-11-23T04:12:41.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-11-23T04:12:41.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-11-23T04:12:41.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25912024-11-23T04:12:41.365Z
25922024-11-23T04:12:41.365Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25932024-11-23T04:12:41.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-11-23T04:12:41.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-11-23T04:12:41.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-11-23T04:12:41.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25972024-11-23T04:12:42.044Z
25982024-11-23T04:12:42.044Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25992024-11-23T04:12:42.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-11-23T04:12:42.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-11-23T04:12:42.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-11-23T04:12:42.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26032024-11-23T04:12:42.712Z
26042024-11-23T04:12:42.712Zinfo: running `cargo check --bins` on wicket-common (77/173)
26052024-11-23T04:12:43.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-11-23T04:12:43.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-11-23T04:12:43.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-11-23T04:12:43.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26092024-11-23T04:12:43.351Z
26102024-11-23T04:12:43.351Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26112024-11-23T04:12:43.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-11-23T04:12:43.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-11-23T04:12:43.996Z Checking csv-core v0.1.11
26142024-11-23T04:12:43.996Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26152024-11-23T04:12:43.999Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-11-23T04:12:44.416Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26172024-11-23T04:12:44.422Z Checking csv v1.3.0
26182024-11-23T04:12:44.868Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26192024-11-23T04:12:45.201Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26202024-11-23T04:12:46.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
26212024-11-23T04:12:46.581Z
26222024-11-23T04:12:46.581Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26232024-11-23T04:12:47.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242024-11-23T04:12:47.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252024-11-23T04:12:47.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262024-11-23T04:12:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26272024-11-23T04:12:47.204Z
26282024-11-23T04:12:47.204Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26292024-11-23T04:12:47.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-11-23T04:12:47.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-11-23T04:12:47.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-11-23T04:12:47.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26332024-11-23T04:12:47.837Z
26342024-11-23T04:12:47.837Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26352024-11-23T04:12:48.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-11-23T04:12:48.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-11-23T04:12:48.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-11-23T04:12:48.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26392024-11-23T04:12:48.564Z
26402024-11-23T04:12:48.564Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26412024-11-23T04:12:49.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-11-23T04:12:49.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-11-23T04:12:49.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-11-23T04:12:49.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26452024-11-23T04:12:49.300Z
26462024-11-23T04:12:49.300Zinfo: running `cargo check --bins` on dns-server (83/173)
26472024-11-23T04:12:49.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-11-23T04:12:49.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-11-23T04:12:49.942Z Compiling parking_lot_core v0.8.6
26502024-11-23T04:12:49.945Z Checking fxhash v0.2.1
26512024-11-23T04:12:49.945Z Checking hickory-server v0.24.1
26522024-11-23T04:12:49.945Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26532024-11-23T04:12:49.945Z Checking hickory-client v0.24.1
26542024-11-23T04:12:50.653Z Checking parking_lot v0.11.2
26552024-11-23T04:12:50.717Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26562024-11-23T04:12:50.722Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26572024-11-23T04:12:50.884Z Checking sled v0.34.7
26582024-11-23T04:12:52.610Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26592024-11-23T04:12:53.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
26602024-11-23T04:12:53.995Z
26612024-11-23T04:12:53.995Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26622024-11-23T04:12:54.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-11-23T04:12:54.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-11-23T04:12:54.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-11-23T04:12:54.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26662024-11-23T04:12:54.627Z
26672024-11-23T04:12:54.628Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26682024-11-23T04:12:55.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-11-23T04:12:55.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-11-23T04:12:55.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-11-23T04:12:55.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26722024-11-23T04:12:55.312Z
26732024-11-23T04:12:55.312Zinfo: running `cargo check --bins` on gateway-types (86/173)
26742024-11-23T04:12:55.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-11-23T04:12:55.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-11-23T04:12:55.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-11-23T04:12:55.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26782024-11-23T04:12:55.944Z
26792024-11-23T04:12:55.944Zinfo: running `cargo check --bins` on ipcc (87/173)
26802024-11-23T04:12:56.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-11-23T04:12:56.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-11-23T04:12:56.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-11-23T04:12:56.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26842024-11-23T04:12:56.576Z
26852024-11-23T04:12:56.576Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26862024-11-23T04:12:57.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-11-23T04:12:57.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-11-23T04:12:57.279Z Compiling semver v0.1.20
26892024-11-23T04:12:57.280Z Compiling radium v0.7.0
26902024-11-23T04:12:57.398Z Compiling maybe-uninit v2.0.0
26912024-11-23T04:12:57.401Z Checking tap v1.0.1
26922024-11-23T04:12:57.413Z Checking password-hash v0.5.0
26932024-11-23T04:12:57.416Z Checking blake2 v0.10.6
26942024-11-23T04:12:57.416Z Compiling packed_struct v0.10.1
26952024-11-23T04:12:57.416Z Compiling cancel-safe-futures v0.1.5
26962024-11-23T04:12:57.536Z Checking wyz v0.5.1
26972024-11-23T04:12:57.774Z Compiling rustc_version v0.1.7
26982024-11-23T04:12:57.866Z Checking crc-catalog v2.4.0
26992024-11-23T04:12:57.882Z Checking funty v2.0.0
27002024-11-23T04:12:57.899Z Compiling owo-colors v4.1.0
27012024-11-23T04:12:57.955Z Checking argon2 v0.5.3
27022024-11-23T04:12:57.999Z Checking crc v3.2.1
27032024-11-23T04:12:58.022Z Compiling packed_struct_codegen v0.10.1
27042024-11-23T04:12:58.049Z Checking half v2.4.1
27052024-11-23T04:12:58.188Z Compiling indexmap v1.9.3
27062024-11-23T04:12:58.237Z Checking ciborium-io v0.2.2
27072024-11-23T04:12:58.263Z Compiling newtype_derive v0.1.6
27082024-11-23T04:12:58.359Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27092024-11-23T04:12:58.415Z Checking nodrop v0.1.14
27102024-11-23T04:12:58.520Z Checking ciborium-ll v0.2.2
27112024-11-23T04:12:58.537Z Checking array-init v0.0.4
27122024-11-23T04:12:58.631Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27132024-11-23T04:12:58.670Z Checking smallvec v0.6.14
27142024-11-23T04:12:58.722Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27152024-11-23T04:12:58.779Z Checking bitvec v1.0.1
27162024-11-23T04:12:58.939Z Checking libsw v3.3.1
27172024-11-23T04:12:59.059Z Compiling memoffset v0.9.1
27182024-11-23T04:12:59.228Z Checking linear-map v1.2.0
27192024-11-23T04:12:59.231Z Checking indent_write v2.2.0
27202024-11-23T04:12:59.363Z Checking termcolor v1.4.1
27212024-11-23T04:12:59.439Z Checking hashbrown v0.12.3
27222024-11-23T04:12:59.458Z Checking swrite v0.1.0
27232024-11-23T04:12:59.489Z Checking bitfield v0.14.0
27242024-11-23T04:12:59.543Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27252024-11-23T04:12:59.578Z Checking serde-hex v0.1.0
27262024-11-23T04:12:59.749Z Checking env_logger v0.10.2
27272024-11-23T04:12:59.923Z Checking ron v0.8.1
27282024-11-23T04:13:00.165Z Checking ciborium v0.2.2
27292024-11-23T04:13:00.319Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27302024-11-23T04:13:00.842Z Checking steno v0.4.1
27312024-11-23T04:13:01.127Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27322024-11-23T04:13:01.150Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27332024-11-23T04:13:01.177Z Checking hashbrown v0.13.2
27342024-11-23T04:13:01.311Z Checking crc-any v2.5.0
27352024-11-23T04:13:01.376Z Checking humantime v2.1.0
27362024-11-23T04:13:01.678Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-11-23T04:13:01.680Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382024-11-23T04:13:02.035Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27392024-11-23T04:13:02.216Z Checking object v0.30.4
27402024-11-23T04:13:02.306Z Checking path-slash v0.1.5
27412024-11-23T04:13:02.329Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27422024-11-23T04:13:02.519Z Checking nix v0.27.1
27432024-11-23T04:13:03.087Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27442024-11-23T04:13:03.325Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27452024-11-23T04:13:03.588Z Checking tungstenite v0.23.0
27462024-11-23T04:13:03.690Z Checking kstat-rs v0.2.4
27472024-11-23T04:13:03.832Z Checking signal-hook-tokio v0.3.1
27482024-11-23T04:13:04.043Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27492024-11-23T04:13:04.391Z Checking tokio-tungstenite v0.23.1
27502024-11-23T04:13:04.965Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27512024-11-23T04:13:05.245Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522024-11-23T04:13:05.448Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532024-11-23T04:13:11.844Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27542024-11-23T04:13:13.149Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27552024-11-23T04:13:16.030Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562024-11-23T04:13:21.676Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27572024-11-23T04:13:22.370Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27582024-11-23T04:13:25.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s
27592024-11-23T04:13:25.321Z
27602024-11-23T04:13:25.322Zinfo: running `cargo check --bins` on gateway-api (89/173)
27612024-11-23T04:13:25.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-11-23T04:13:25.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-11-23T04:13:25.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-11-23T04:13:25.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27652024-11-23T04:13:25.960Z
27662024-11-23T04:13:25.960Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27672024-11-23T04:13:26.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-11-23T04:13:26.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-11-23T04:13:26.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-11-23T04:13:26.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27712024-11-23T04:13:26.570Z
27722024-11-23T04:13:26.570Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27732024-11-23T04:13:27.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-11-23T04:13:27.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-11-23T04:13:27.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-11-23T04:13:27.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27772024-11-23T04:13:27.189Z
27782024-11-23T04:13:27.189Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27792024-11-23T04:13:27.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-11-23T04:13:27.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-11-23T04:13:27.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-11-23T04:13:27.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27832024-11-23T04:13:27.826Z
27842024-11-23T04:13:27.826Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27852024-11-23T04:13:28.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-11-23T04:13:28.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-11-23T04:13:28.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-11-23T04:13:28.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27892024-11-23T04:13:28.455Z
27902024-11-23T04:13:28.455Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27912024-11-23T04:13:29.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-11-23T04:13:29.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-11-23T04:13:29.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-11-23T04:13:29.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27952024-11-23T04:13:29.087Z
27962024-11-23T04:13:29.088Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27972024-11-23T04:13:29.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-11-23T04:13:29.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-11-23T04:13:29.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-11-23T04:13:29.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28012024-11-23T04:13:29.716Z
28022024-11-23T04:13:29.716Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28032024-11-23T04:13:30.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-11-23T04:13:30.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-11-23T04:13:30.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-11-23T04:13:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28072024-11-23T04:13:30.346Z
28082024-11-23T04:13:30.346Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28092024-11-23T04:13:30.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-11-23T04:13:30.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-11-23T04:13:30.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-11-23T04:13:30.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28132024-11-23T04:13:30.994Z
28142024-11-23T04:13:30.994Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28152024-11-23T04:13:31.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-11-23T04:13:31.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-11-23T04:13:31.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182024-11-23T04:13:31.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28192024-11-23T04:13:31.616Z
28202024-11-23T04:13:31.616Zinfo: running `cargo check --bins` on sp-sim (99/173)
28212024-11-23T04:13:32.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222024-11-23T04:13:32.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232024-11-23T04:13:32.256Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28242024-11-23T04:13:34.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
28252024-11-23T04:13:34.270Z
28262024-11-23T04:13:34.270Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28272024-11-23T04:13:34.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282024-11-23T04:13:34.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292024-11-23T04:13:34.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302024-11-23T04:13:34.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28312024-11-23T04:13:34.947Z
28322024-11-23T04:13:34.947Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28332024-11-23T04:13:35.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342024-11-23T04:13:35.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352024-11-23T04:13:35.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362024-11-23T04:13:35.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28372024-11-23T04:13:35.632Z
28382024-11-23T04:13:35.632Zinfo: running `cargo check --bins` on db-macros (102/173)
28392024-11-23T04:13:36.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-11-23T04:13:36.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-11-23T04:13:36.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-11-23T04:13:36.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28432024-11-23T04:13:36.249Z
28442024-11-23T04:13:36.249Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28452024-11-23T04:13:36.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-11-23T04:13:36.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-11-23T04:13:36.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-11-23T04:13:36.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28492024-11-23T04:13:36.864Z
28502024-11-23T04:13:36.864Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28512024-11-23T04:13:37.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-11-23T04:13:37.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-11-23T04:13:37.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-11-23T04:13:37.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28552024-11-23T04:13:37.535Z
28562024-11-23T04:13:37.535Zinfo: running `cargo check --bins` on authz-macros (105/173)
28572024-11-23T04:13:38.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-11-23T04:13:38.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-11-23T04:13:38.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28602024-11-23T04:13:38.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28612024-11-23T04:13:38.153Z
28622024-11-23T04:13:38.153Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28632024-11-23T04:13:38.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642024-11-23T04:13:38.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652024-11-23T04:13:38.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662024-11-23T04:13:38.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28672024-11-23T04:13:38.802Z
28682024-11-23T04:13:38.802Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28692024-11-23T04:13:39.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702024-11-23T04:13:39.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712024-11-23T04:13:39.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722024-11-23T04:13:39.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28732024-11-23T04:13:39.452Z
28742024-11-23T04:13:39.452Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28752024-11-23T04:13:40.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762024-11-23T04:13:40.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772024-11-23T04:13:40.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782024-11-23T04:13:40.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28792024-11-23T04:13:40.083Z
28802024-11-23T04:13:40.083Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28812024-11-23T04:13:40.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822024-11-23T04:13:40.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832024-11-23T04:13:40.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842024-11-23T04:13:40.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28852024-11-23T04:13:40.751Z
28862024-11-23T04:13:40.751Zinfo: running `cargo check --bins` on typed-rng (110/173)
28872024-11-23T04:13:41.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-11-23T04:13:41.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-11-23T04:13:41.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-11-23T04:13:41.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28912024-11-23T04:13:41.365Z
28922024-11-23T04:13:41.365Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28932024-11-23T04:13:41.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-11-23T04:13:41.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-11-23T04:13:42.106Z Checking keccak v0.1.5
28962024-11-23T04:13:42.217Z Checking secrecy v0.8.0
28972024-11-23T04:13:42.219Z Compiling unicase v2.7.0
28982024-11-23T04:13:42.228Z Compiling same-file v1.0.6
28992024-11-23T04:13:42.237Z Compiling tempfile v3.13.0
29002024-11-23T04:13:42.257Z Compiling thiserror-impl-no-std v2.0.2
29012024-11-23T04:13:42.260Z Checking universal-hash v0.5.1
29022024-11-23T04:13:42.260Z Compiling blake3 v1.5.4
29032024-11-23T04:13:42.391Z Compiling ring v0.16.20
29042024-11-23T04:13:42.445Z Compiling walkdir v2.5.0
29052024-11-23T04:13:42.498Z Checking sha3 v0.10.8
29062024-11-23T04:13:42.524Z Checking opaque-debug v0.3.1
29072024-11-23T04:13:42.618Z Checking poly1305 v0.8.0
29082024-11-23T04:13:42.672Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29092024-11-23T04:13:42.930Z Checking chacha20 v0.9.1
29102024-11-23T04:13:42.969Z Checking aead v0.5.2
29112024-11-23T04:13:43.106Z Compiling memmap2 v0.9.5
29122024-11-23T04:13:43.108Z Compiling arrayref v0.3.9
29132024-11-23T04:13:43.176Z Compiling salty v0.3.0
29142024-11-23T04:13:43.194Z Compiling spin v0.5.2
29152024-11-23T04:13:43.215Z Compiling libefi-sys v0.1.0
29162024-11-23T04:13:43.261Z Compiling constant_time_eq v0.3.1
29172024-11-23T04:13:43.418Z Compiling arrayvec v0.7.6
29182024-11-23T04:13:43.435Z Checking chacha20poly1305 v0.10.1
29192024-11-23T04:13:43.518Z Compiling toolchain_find v0.4.0
29202024-11-23T04:13:43.550Z Compiling camino-tempfile v1.1.1
29212024-11-23T04:13:43.593Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29222024-11-23T04:13:43.610Z Compiling bitfield-struct v0.6.2
29232024-11-23T04:13:43.908Z Compiling topological-sort v0.2.2
29242024-11-23T04:13:43.974Z Compiling mime_guess v2.0.5
29252024-11-23T04:13:44.104Z Compiling rustfmt-wrapper v0.2.1
29262024-11-23T04:13:44.579Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29272024-11-23T04:13:44.667Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29282024-11-23T04:13:44.692Z Checking primeorder v0.13.6
29292024-11-23T04:13:44.958Z Checking env_filter v0.1.2
29302024-11-23T04:13:45.038Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312024-11-23T04:13:45.063Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-11-23T04:13:45.164Z Checking p384 v0.13.0
29332024-11-23T04:13:45.195Z Checking env_logger v0.11.5
29342024-11-23T04:13:45.271Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29352024-11-23T04:13:45.417Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29362024-11-23T04:13:45.468Z Checking thiserror-no-std v2.0.2
29372024-11-23T04:13:45.564Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29382024-11-23T04:13:45.581Z Checking vsss-rs v3.3.4
29392024-11-23T04:13:45.647Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29402024-11-23T04:13:45.761Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29412024-11-23T04:13:46.013Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29422024-11-23T04:13:46.032Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29432024-11-23T04:13:46.077Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29442024-11-23T04:13:46.271Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29452024-11-23T04:13:46.558Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29462024-11-23T04:13:46.561Z Checking nanorand v0.7.0
29472024-11-23T04:13:46.605Z Checking atty v0.2.14
29482024-11-23T04:13:46.648Z Checking http-range v0.1.5
29492024-11-23T04:13:46.720Z Checking glob v0.3.1
29502024-11-23T04:13:46.835Z Checking hyper-staticfile v0.10.1
29512024-11-23T04:13:46.944Z Checking flume v0.11.1
29522024-11-23T04:13:47.040Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29532024-11-23T04:13:47.381Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29542024-11-23T04:13:47.503Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29552024-11-23T04:13:47.726Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29562024-11-23T04:13:48.209Z Compiling omicron-zone-package v0.11.1
29572024-11-23T04:13:48.536Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29582024-11-23T04:13:48.885Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29592024-11-23T04:13:49.572Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29602024-11-23T04:13:49.663Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29612024-11-23T04:13:49.779Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29622024-11-23T04:13:50.036Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29632024-11-23T04:13:51.451Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29642024-11-23T04:13:52.109Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29652024-11-23T04:13:54.313Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29662024-11-23T04:13:54.316Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29672024-11-23T04:14:04.165Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29682024-11-23T04:14:16.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.53s
29692024-11-23T04:14:17.106Z
29702024-11-23T04:14:17.106Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29712024-11-23T04:14:17.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-11-23T04:14:17.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-11-23T04:14:17.854Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29742024-11-23T04:14:30.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
29752024-11-23T04:14:31.105Z
29762024-11-23T04:14:31.105Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29772024-11-23T04:14:31.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-11-23T04:14:31.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-11-23T04:14:31.838Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-11-23T04:14:44.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
29812024-11-23T04:14:45.189Z
29822024-11-23T04:14:45.189Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29832024-11-23T04:14:45.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-11-23T04:14:45.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-11-23T04:14:45.920Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-11-23T04:14:58.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
29872024-11-23T04:14:59.157Z
29882024-11-23T04:14:59.158Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29892024-11-23T04:14:59.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-11-23T04:14:59.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-11-23T04:14:59.888Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-11-23T04:15:12.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
29932024-11-23T04:15:13.150Z
29942024-11-23T04:15:13.150Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
29952024-11-23T04:15:13.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-11-23T04:15:13.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-11-23T04:15:13.885Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-11-23T04:15:26.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
29992024-11-23T04:15:27.054Z
30002024-11-23T04:15:27.054Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30012024-11-23T04:15:27.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-11-23T04:15:27.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-11-23T04:15:27.794Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-11-23T04:15:40.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
30052024-11-23T04:15:40.820Z
30062024-11-23T04:15:40.820Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30072024-11-23T04:15:41.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-11-23T04:15:41.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-11-23T04:15:41.556Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-11-23T04:15:54.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
30112024-11-23T04:15:54.780Z
30122024-11-23T04:15:54.780Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30132024-11-23T04:15:55.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-11-23T04:15:55.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-11-23T04:15:55.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162024-11-23T04:15:55.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30172024-11-23T04:15:55.439Z
30182024-11-23T04:15:55.439Zinfo: running `cargo check --bins` on key-manager (120/173)
30192024-11-23T04:15:55.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-11-23T04:15:55.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-11-23T04:15:55.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222024-11-23T04:15:56.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30232024-11-23T04:15:56.073Z
30242024-11-23T04:15:56.073Zinfo: running `cargo check --bins` on repo-depot-api (121/173)
30252024-11-23T04:15:56.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-11-23T04:15:56.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-11-23T04:15:56.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-11-23T04:15:56.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30292024-11-23T04:15:56.705Z
30302024-11-23T04:15:56.705Zinfo: running `cargo check --bins` on sled-agent-api (122/173)
30312024-11-23T04:15:57.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-11-23T04:15:57.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-11-23T04:15:57.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-11-23T04:15:57.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30352024-11-23T04:15:57.366Z
30362024-11-23T04:15:57.366Zinfo: running `cargo check --bins` on sled-hardware (123/173)
30372024-11-23T04:15:57.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-11-23T04:15:57.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-11-23T04:15:57.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-11-23T04:15:57.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30412024-11-23T04:15:58.015Z
30422024-11-23T04:15:58.016Zinfo: running `cargo check --bins --no-default-features` on sled-storage (124/173)
30432024-11-23T04:15:58.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-11-23T04:15:58.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-11-23T04:15:58.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-11-23T04:15:58.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30472024-11-23T04:15:58.667Z
30482024-11-23T04:15:58.667Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/173)
30492024-11-23T04:15:59.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-11-23T04:15:59.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-11-23T04:15:59.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-11-23T04:15:59.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30532024-11-23T04:15:59.315Z
30542024-11-23T04:15:59.315Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (126/173)
30552024-11-23T04:15:59.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-11-23T04:15:59.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-11-23T04:15:59.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-11-23T04:15:59.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30592024-11-23T04:15:59.978Z
30602024-11-23T04:15:59.978Zinfo: running `cargo check --bins` on nexus-test-interface (127/173)
30612024-11-23T04:16:00.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-11-23T04:16:00.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-11-23T04:16:00.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-11-23T04:16:00.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30652024-11-23T04:16:00.644Z
30662024-11-23T04:16:00.644Zinfo: running `cargo check --bins` on oximeter-collector (128/173)
30672024-11-23T04:16:01.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-11-23T04:16:01.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-11-23T04:16:01.335Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30702024-11-23T04:16:01.335Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30712024-11-23T04:16:02.074Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30722024-11-23T04:16:03.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
30732024-11-23T04:16:04.160Z
30742024-11-23T04:16:04.160Zinfo: running `cargo check --bins` on oximeter-api (129/173)
30752024-11-23T04:16:04.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-11-23T04:16:04.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-11-23T04:16:04.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-11-23T04:16:04.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30792024-11-23T04:16:04.791Z
30802024-11-23T04:16:04.791Zinfo: running `cargo check --bins` on cert-dev (130/173)
30812024-11-23T04:16:05.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-11-23T04:16:05.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-11-23T04:16:05.407Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30842024-11-23T04:16:05.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30852024-11-23T04:16:05.839Z
30862024-11-23T04:16:05.839Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (131/173)
30872024-11-23T04:16:06.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-11-23T04:16:06.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-11-23T04:16:06.506Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30902024-11-23T04:16:06.506Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30912024-11-23T04:16:07.079Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30922024-11-23T04:16:07.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
30932024-11-23T04:16:07.628Z
30942024-11-23T04:16:07.628Zinfo: running `cargo check --bins` on ch-dev (132/173)
30952024-11-23T04:16:08.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962024-11-23T04:16:08.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972024-11-23T04:16:08.284Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30982024-11-23T04:16:08.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
30992024-11-23T04:16:09.169Z
31002024-11-23T04:16:09.169Zinfo: running `cargo check --bins` on crdb-seed (133/173)
31012024-11-23T04:16:09.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-11-23T04:16:09.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-11-23T04:16:09.825Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31042024-11-23T04:16:10.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31052024-11-23T04:16:10.365Z
31062024-11-23T04:16:10.365Zinfo: running `cargo check --bins` on db-dev (134/173)
31072024-11-23T04:16:10.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-11-23T04:16:10.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-11-23T04:16:11.022Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31102024-11-23T04:16:11.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31112024-11-23T04:16:11.918Z
31122024-11-23T04:16:11.918Zinfo: running `cargo check --bins` on omicron-dev-lib (135/173)
31132024-11-23T04:16:12.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-11-23T04:16:12.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-11-23T04:16:12.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162024-11-23T04:16:12.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31172024-11-23T04:16:12.565Z
31182024-11-23T04:16:12.565Zinfo: running `cargo check --bins` on xtask-downloader (136/173)
31192024-11-23T04:16:13.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-11-23T04:16:13.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-11-23T04:16:13.184Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31222024-11-23T04:16:14.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31232024-11-23T04:16:14.239Z
31242024-11-23T04:16:14.239Zinfo: running `cargo check --bins` on omicron-ls-apis (137/173)
31252024-11-23T04:16:14.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-11-23T04:16:14.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-11-23T04:16:14.853Z Checking cargo-platform v0.1.8
31282024-11-23T04:16:15.118Z Checking cargo_metadata v0.18.1
31292024-11-23T04:16:16.055Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31302024-11-23T04:16:16.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
31312024-11-23T04:16:16.921Z
31322024-11-23T04:16:16.921Zinfo: running `cargo check --bins` on mgs-dev (138/173)
31332024-11-23T04:16:17.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-11-23T04:16:17.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-11-23T04:16:17.632Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31362024-11-23T04:16:18.379Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31372024-11-23T04:16:18.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
31382024-11-23T04:16:19.103Z
31392024-11-23T04:16:19.104Zinfo: running `cargo check --bins` on omicron-omdb (139/173)
31402024-11-23T04:16:19.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-11-23T04:16:19.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-11-23T04:16:19.875Z Compiling crunchy v0.2.2
31432024-11-23T04:16:19.875Z Compiling tiny-keccak v2.0.2
31442024-11-23T04:16:19.877Z Compiling dsl_auto_type v0.1.2
31452024-11-23T04:16:19.877Z Checking scheduled-thread-pool v0.2.7
31462024-11-23T04:16:19.877Z Compiling diesel_table_macro_syntax v0.2.0
31472024-11-23T04:16:20.005Z Compiling ascii-canvas v3.0.0
31482024-11-23T04:16:20.007Z Compiling ena v0.14.3
31492024-11-23T04:16:20.014Z Compiling diff v0.1.13
31502024-11-23T04:16:20.209Z Checking r2d2 v0.8.10
31512024-11-23T04:16:20.259Z Compiling regex-syntax v0.6.29
31522024-11-23T04:16:20.400Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31532024-11-23T04:16:20.430Z Compiling ref-cast v1.0.23
31542024-11-23T04:16:20.518Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31552024-11-23T04:16:20.604Z Compiling derive_builder_core v0.20.2
31562024-11-23T04:16:20.625Z Compiling libxml v0.3.3
31572024-11-23T04:16:20.644Z Compiling ref-cast-impl v1.0.23
31582024-11-23T04:16:20.786Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31592024-11-23T04:16:21.013Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31602024-11-23T04:16:21.036Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31612024-11-23T04:16:21.243Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31622024-11-23T04:16:21.295Z Compiling strum_macros v0.24.3
31632024-11-23T04:16:21.316Z Compiling samael v0.0.17
31642024-11-23T04:16:21.617Z Compiling diesel_derives v2.2.3
31652024-11-23T04:16:21.641Z Compiling indoc v1.0.9
31662024-11-23T04:16:22.633Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31672024-11-23T04:16:22.950Z Compiling impl-trait-for-tuples v0.2.2
31682024-11-23T04:16:23.002Z Compiling derive_builder_macro v0.20.2
31692024-11-23T04:16:23.781Z Compiling lalrpop v0.19.12
31702024-11-23T04:16:23.888Z Checking derive_builder v0.20.2
31712024-11-23T04:16:24.032Z Compiling oso-derive v0.27.3
31722024-11-23T04:16:24.436Z Checking quick-xml v0.33.0
31732024-11-23T04:16:24.909Z Compiling diesel-dtrace v0.3.0
31742024-11-23T04:16:25.089Z Checking maplit v1.0.2
31752024-11-23T04:16:25.250Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31762024-11-23T04:16:25.295Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31772024-11-23T04:16:25.507Z Checking bb8 v0.8.5
31782024-11-23T04:16:25.610Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31792024-11-23T04:16:25.898Z Checking castaway v0.2.3
31802024-11-23T04:16:26.005Z Checking rand_seeder v0.3.0
31812024-11-23T04:16:26.059Z Checking compact_str v0.8.0
31822024-11-23T04:16:26.192Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31832024-11-23T04:16:26.236Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31842024-11-23T04:16:26.438Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31852024-11-23T04:16:26.884Z Checking unicode-truncate v1.1.0
31862024-11-23T04:16:26.966Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31872024-11-23T04:16:27.114Z Checking lru v0.12.5
31882024-11-23T04:16:27.252Z Compiling instability v0.3.2
31892024-11-23T04:16:27.412Z Checking smawk v0.3.2
31902024-11-23T04:16:27.604Z Checking unicode-linebreak v0.1.5
31912024-11-23T04:16:27.629Z Checking is_ci v1.2.0
31922024-11-23T04:16:27.843Z Checking cassowary v0.3.0
31932024-11-23T04:16:28.089Z Checking textwrap v0.16.1
31942024-11-23T04:16:28.251Z Checking supports-color v3.0.1
31952024-11-23T04:16:28.271Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31962024-11-23T04:16:28.339Z Checking ratatui v0.28.1
31972024-11-23T04:16:28.474Z Checking multimap v0.10.0
31982024-11-23T04:16:31.302Z Checking diesel v2.2.4
31992024-11-23T04:16:56.896Z Compiling polar-core v0.27.3
32002024-11-23T04:17:00.332Z Checking async-bb8-diesel v0.2.1
32012024-11-23T04:17:04.237Z Checking oso v0.27.3
32022024-11-23T04:18:13.976Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32032024-11-23T04:18:19.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
32042024-11-23T04:18:20.018Z
32052024-11-23T04:18:20.019Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (140/173)
32062024-11-23T04:18:20.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072024-11-23T04:18:20.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082024-11-23T04:18:20.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092024-11-23T04:18:20.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32102024-11-23T04:18:20.692Z
32112024-11-23T04:18:20.692Zinfo: running `cargo check --bins` on nexus-saga-recovery (141/173)
32122024-11-23T04:18:21.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-11-23T04:18:21.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-11-23T04:18:21.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152024-11-23T04:18:21.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32162024-11-23T04:18:21.367Z
32172024-11-23T04:18:21.367Zinfo: running `cargo check --bins` on nexus-test-utils-macros (142/173)
32182024-11-23T04:18:21.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-11-23T04:18:21.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-11-23T04:18:21.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212024-11-23T04:18:21.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32222024-11-23T04:18:21.979Z
32232024-11-23T04:18:21.979Zinfo: running `cargo check --bins` on omicron-nexus (143/173)
32242024-11-23T04:18:22.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-11-23T04:18:22.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-11-23T04:18:22.770Z Compiling libz-sys v1.1.20
32272024-11-23T04:18:22.885Z Compiling libgit2-sys v0.17.0+1.8.1
32282024-11-23T04:18:22.894Z Compiling vergen v8.3.2
32292024-11-23T04:18:22.897Z Compiling cargo-platform v0.1.8
32302024-11-23T04:18:22.897Z Compiling pin-project-internal v1.1.6
32312024-11-23T04:18:22.928Z Compiling libsqlite3-sys v0.30.1
32322024-11-23T04:18:22.931Z Compiling snafu-derive v0.8.5
32332024-11-23T04:18:22.931Z Checking simd-adler32 v0.3.7
32342024-11-23T04:18:23.164Z Checking bumpalo v3.16.0
32352024-11-23T04:18:23.308Z Compiling cargo_metadata v0.18.1
32362024-11-23T04:18:23.416Z Compiling zip v2.1.3
32372024-11-23T04:18:23.451Z Compiling rustls v0.21.12
32382024-11-23T04:18:23.500Z Compiling cfg_aliases v0.2.1
32392024-11-23T04:18:23.635Z Compiling buf-list v1.0.3
32402024-11-23T04:18:23.703Z Checking lockfree-object-pool v0.1.6
32412024-11-23T04:18:23.796Z Compiling nix v0.29.0
32422024-11-23T04:18:23.896Z Checking globset v0.4.15
32432024-11-23T04:18:23.967Z Checking zopfli v0.8.1
32442024-11-23T04:18:24.341Z Checking sct v0.7.1
32452024-11-23T04:18:24.404Z Checking rustls-webpki v0.101.7
32462024-11-23T04:18:24.534Z Checking olpc-cjson v0.1.4
32472024-11-23T04:18:24.620Z Checking serde_plain v1.0.2
32482024-11-23T04:18:24.638Z Checking typed-path v0.9.3
32492024-11-23T04:18:25.624Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32502024-11-23T04:18:25.812Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32512024-11-23T04:18:25.878Z Checking hashlink v0.9.1
32522024-11-23T04:18:25.895Z Checking pin-project v1.1.6
32532024-11-23T04:18:26.025Z Checking parse-size v1.1.0
32542024-11-23T04:18:26.065Z Checking fallible-streaming-iterator v0.1.9
32552024-11-23T04:18:26.191Z Checking fallible-iterator v0.3.0
32562024-11-23T04:18:26.494Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32572024-11-23T04:18:26.634Z Checking rustls-pemfile v1.0.4
32582024-11-23T04:18:26.785Z Checking rusqlite v0.32.1
32592024-11-23T04:18:26.805Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32602024-11-23T04:18:26.831Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32612024-11-23T04:18:26.884Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32622024-11-23T04:18:27.088Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32632024-11-23T04:18:27.225Z Checking twox-hash v1.6.3
32642024-11-23T04:18:27.293Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32652024-11-23T04:18:27.668Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32662024-11-23T04:18:28.287Z Checking tokio-rustls v0.24.1
32672024-11-23T04:18:28.359Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32682024-11-23T04:18:28.442Z Checking snafu v0.8.5
32692024-11-23T04:18:28.642Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32702024-11-23T04:18:28.657Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32712024-11-23T04:18:28.920Z Checking tough v0.19.0
32722024-11-23T04:18:28.949Z Checking fatfs v0.3.6
32732024-11-23T04:18:29.169Z Checking assert_matches v1.5.0
32742024-11-23T04:18:33.092Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32752024-11-23T04:18:34.460Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32762024-11-23T04:18:35.334Z Compiling git2 v0.19.0
32772024-11-23T04:18:40.109Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32782024-11-23T04:18:57.655Zerror[E0631]: type mismatch in function arguments
32792024-11-23T04:18:57.655Z --> nexus/src/lib.rs:167:41
32802024-11-23T04:18:57.655Z |
32812024-11-23T04:18:57.656Z167 | .tls(tls_config.clone().map(dropshot::ConfigTls::Dynamic))
32822024-11-23T04:18:57.656Z | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
32832024-11-23T04:18:57.656Z | | |
32842024-11-23T04:18:57.656Z | | expected due to this
32852024-11-23T04:18:57.656Z | | found signature defined here
32862024-11-23T04:18:57.656Z | required by a bound introduced by this call
32872024-11-23T04:18:57.657Z |
32882024-11-23T04:18:57.657Z = note: expected function signature `fn(ServerConfig) -> _`
32892024-11-23T04:18:57.657Z found function signature `fn(rustls::server::server_conn::ServerConfig) -> _`
32902024-11-23T04:18:57.657Znote: required by a bound in `std::option::Option::<T>::map`
32912024-11-23T04:18:57.657Z --> /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/option.rs:1105:5
32922024-11-23T04:18:57.657Zhelp: consider wrapping the function in a closure
32932024-11-23T04:18:57.657Z |
32942024-11-23T04:18:57.657Z167 | .tls(tls_config.clone().map(|arg0: ServerConfig| dropshot::ConfigTls::Dynamic(/* rustls::server::server_conn::ServerConfig */)))
32952024-11-23T04:18:57.657Z | ++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++
32962024-11-23T04:18:57.657Z
32972024-11-23T04:18:57.661Zerror[E0631]: type mismatch in function arguments
32982024-11-23T04:18:57.661Z --> nexus/src/lib.rs:180:33
32992024-11-23T04:18:57.661Z |
33002024-11-23T04:18:57.661Z180 | .tls(tls_config.map(dropshot::ConfigTls::Dynamic))
33012024-11-23T04:18:57.661Z | --- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33022024-11-23T04:18:57.661Z | | |
33032024-11-23T04:18:57.661Z | | expected due to this
33042024-11-23T04:18:57.661Z | | found signature defined here
33052024-11-23T04:18:57.661Z | required by a bound introduced by this call
33062024-11-23T04:18:57.661Z |
33072024-11-23T04:18:57.661Z = note: expected function signature `fn(ServerConfig) -> _`
33082024-11-23T04:18:57.661Z found function signature `fn(rustls::server::server_conn::ServerConfig) -> _`
33092024-11-23T04:18:57.661Znote: required by a bound in `std::option::Option::<T>::map`
33102024-11-23T04:18:57.661Z --> /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/option.rs:1105:5
33112024-11-23T04:18:57.661Zhelp: consider wrapping the function in a closure
33122024-11-23T04:18:57.661Z |
33132024-11-23T04:18:57.661Z180 | .tls(tls_config.map(|arg0: ServerConfig| dropshot::ConfigTls::Dynamic(/* rustls::server::server_conn::ServerConfig */)))
33142024-11-23T04:18:57.661Z | ++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++
33152024-11-23T04:18:57.661Z
33162024-11-23T04:19:28.547ZFor more information about this error, try `rustc --explain E0631`.
33172024-11-23T04:19:28.837Zerror: could not compile `omicron-nexus` (lib) due to 2 previous errors
33182024-11-23T04:19:29.054Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path nexus/Cargo.toml` (exit status: 101)
33192024-11-23T04:19:29.056ZError: cargo-hack install failed: exit status: 1
33202024-11-23T04:19:29.059Z
33212024-11-23T04:19:29.059Zreal 10:14.608423782
33222024-11-23T04:19:29.059Zuser 20:59.897957390
33232024-11-23T04:19:29.059Zsys 4:47.771981445
33242024-11-23T04:19:29.059Ztrap 0.420548114
33252024-11-23T04:19:29.059Ztflt 2.163750939
33262024-11-23T04:19:29.059Zdflt 2.957008016
33272024-11-23T04:19:29.059Zkflt 0.000806905
33282024-11-23T04:19:29.059Zlock 37:34.583672388
33292024-11-23T04:19:29.059Zslp 1:45:20.913248620
33302024-11-23T04:19:29.059Zlat 57.118259256
33312024-11-23T04:19:29.059Zstop 2:58.845037376
33322024-11-23T04:19:29.059Zprocess exited: duration 938201 ms, exit code 1
 
33332024-11-23T04:19:29.066Zfound 0 output files