01J72YAVBXRYM61KCCQ8F3KW09: 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: 01J72YB3KKH48036R709M4CSX3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-06T05:54:27.265Zjob assigned to worker 01J72YB5EM8FKVGZWHT39FDCBZ (queued for 25 s)
 
22024-09-06T05:54:27.537Zstarting task 0: "setup"
32024-09-06T05:54:27.561Z++ uname -s
42024-09-06T05:54:27.561Z+ kern=SunOS
52024-09-06T05:54:27.561Z+ case "$kern" in
62024-09-06T05:54:27.561Z+ groupadd -g 12345 build
72024-09-06T05:54:27.561Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-06T05:54:29.567Z+ zfs create -o mountpoint=/work rpool/work
92024-09-06T05:54:29.607Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-06T05:54:29.631Z+ home_fs=zfs
112024-09-06T05:54:29.631Z+ [[ zfs == autofs ]]
122024-09-06T05:54:29.631Z+ mkdir -p /home/build
132024-09-06T05:54:29.631Z+ chown build:build /home/build /work
142024-09-06T05:54:31.617Z+ chmod 0700 /home/build /work
152024-09-06T05:54:31.643Zprocess exited: duration 4084 ms, exit code 0
 
162024-09-06T05:54:31.693Zstarting task 1: "rust-toolchain"
172024-09-06T05:54:31.717Z+ printf ' * toolchain channel = "%s"
182024-09-06T05:54:31.717Z' 1.80.1
192024-09-06T05:54:31.717Z+ printf ' * toolchain profile = "%s"
202024-09-06T05:54:31.717Z' default
212024-09-06T05:54:31.717Z * toolchain channel = "1.80.1"
222024-09-06T05:54:31.717Z * toolchain profile = "default"
232024-09-06T05:54:31.717Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-06T05:54:31.717Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-06T05:54:31.841Zinfo: downloading installer
262024-09-06T05:54:32.428Zinfo: profile set to 'default'
272024-09-06T05:54:32.428Zinfo: default host triple is x86_64-unknown-illumos
282024-09-06T05:54:32.428Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-06T05:54:34.110Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-06T05:54:34.110Zinfo: downloading component 'cargo'
312024-09-06T05:54:34.110Zinfo: downloading component 'clippy'
322024-09-06T05:54:34.110Zinfo: downloading component 'rust-docs'
332024-09-06T05:54:34.110Zinfo: downloading component 'rust-std'
342024-09-06T05:54:34.110Zinfo: downloading component 'rustc'
352024-09-06T05:54:34.376Zinfo: downloading component 'rustfmt'
362024-09-06T05:54:34.413Zinfo: installing component 'cargo'
372024-09-06T05:54:35.479Zinfo: installing component 'clippy'
382024-09-06T05:54:35.914Zinfo: installing component 'rust-docs'
392024-09-06T05:54:38.722Zinfo: installing component 'rust-std'
402024-09-06T05:54:40.602Zinfo: installing component 'rustc'
412024-09-06T05:54:45.621Zinfo: installing component 'rustfmt'
422024-09-06T05:54:46.021Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-06T05:54:46.021Z
442024-09-06T05:54:46.135Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-06T05:54:46.135Z
462024-09-06T05:54:46.135Z
472024-09-06T05:54:46.135ZRust is installed now. Great!
482024-09-06T05:54:46.135Z
492024-09-06T05:54:46.135ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-06T05:54:46.135Zenvironment variable. This has not been done automatically.
512024-09-06T05:54:46.135Z
522024-09-06T05:54:46.161ZTo configure your current shell, you need to source
532024-09-06T05:54:46.161Zthe corresponding env file under $HOME/.cargo.
542024-09-06T05:54:46.161Z
552024-09-06T05:54:46.161ZThis is usually done by running one of the following (note the leading DOT):
562024-09-06T05:54:46.161Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-06T05:54:46.161Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-06T05:54:46.211Z+ rustc --version
592024-09-06T05:54:46.323Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-06T05:54:46.348Zprocess exited: duration 14634 ms, exit code 0
 
612024-09-06T05:54:46.400Zstarting task 2: "authentication"
622024-09-06T05:54:46.456Zprocess exited: duration 58 ms, exit code 0
 
632024-09-06T05:54:46.506Zstarting task 3: "clone repository"
642024-09-06T05:54:46.531Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-06T05:54:46.531Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-06T05:54:46.555ZCloning into '/work/oxidecomputer/omicron'...
672024-09-06T05:54:51.900Z+ cd /work/oxidecomputer/omicron
682024-09-06T05:54:51.900Z+ git fetch origin 557dc222dc61b8d3c6f571efeac17f7430f3def5
692024-09-06T05:54:52.324ZFrom https://github.com/oxidecomputer/omicron
702024-09-06T05:54:52.324Z * branch 557dc222dc61b8d3c6f571efeac17f7430f3def5 -> FETCH_HEAD
712024-09-06T05:54:52.348Z+ [[ -n inventory-datasets ]]
722024-09-06T05:54:52.348Z++ git branch --show-current
732024-09-06T05:54:52.348Z+ current=main
742024-09-06T05:54:52.348Z+ [[ main != inventory-datasets ]]
752024-09-06T05:54:52.348Z+ git branch -f inventory-datasets 557dc222dc61b8d3c6f571efeac17f7430f3def5
762024-09-06T05:54:52.348Z+ git checkout -f inventory-datasets
772024-09-06T05:54:52.562ZSwitched to branch 'inventory-datasets'
782024-09-06T05:54:52.562Z+ git reset --hard 557dc222dc61b8d3c6f571efeac17f7430f3def5
792024-09-06T05:54:52.586ZHEAD is now at 557dc222d Fix error wrapping in tests
802024-09-06T05:54:52.586Zprocess exited: duration 6072 ms, exit code 0
 
812024-09-06T05:54:52.635Zstarting task 4: "build"
822024-09-06T05:54:52.659Z+ cargo --version
832024-09-06T05:54:52.725Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-06T05:54:52.749Z+ rustc --version
852024-09-06T05:54:52.812Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-06T05:54:52.836Z+ source ./env.sh
872024-09-06T05:54:52.836Z++ OLD_SHELL_OPTS=ehxB
882024-09-06T05:54:52.836Z++ set -o xtrace
892024-09-06T05:54:52.836Z++++ dirname ./env.sh
902024-09-06T05:54:52.836Z+++ readlink -f .
912024-09-06T05:54:52.836Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-06T05:54:52.837Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-06T05:54:52.837Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-06T05:54:52.837Z++ 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
952024-09-06T05:54:52.837Z++ 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
962024-09-06T05:54:52.837Z++ 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
972024-09-06T05:54:52.837Z++ 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
982024-09-06T05:54:52.837Z++ 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
992024-09-06T05:54:52.837Z++ 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
1002024-09-06T05:54:52.837Z++ case $OLD_SHELL_OPTS in
1012024-09-06T05:54:52.837Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-06T05:54:52.837Z+ 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
1032024-09-06T05:54:52.837Z+ 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
1042024-09-06T05:54:52.837Z+ banner prerequisites
1052024-09-06T05:54:52.837Z
1062024-09-06T05:54:52.837Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-06T05:54:52.837Z # # # # # # # # # # # # # # #
1082024-09-06T05:54:52.837Z # # # # ##### # # ##### # # # # # #### #
1092024-09-06T05:54:52.837Z ##### ##### # ##### # # # # # # # # #
1102024-09-06T05:54:52.837Z # # # # # # # # # # # # # # #
1112024-09-06T05:54:52.837Z # # # ###### # # ###### ### # #### # #### #
1122024-09-06T05:54:52.837Z
1132024-09-06T05:54:52.837Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-06T05:54:58.508Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-06T05:55:01.348Z Startup: Caching catalogs ... Done
1162024-09-06T05:55:03.868ZPlanning: Solver setup ... Done (1.822s)
1172024-09-06T05:55:03.901ZPlanning: Running solver ... Done (0.033s)
1182024-09-06T05:55:03.940ZPlanning: Finding local manifests ... Done (0.003s)
1192024-09-06T05:55:04.019ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-06T05:55:04.463ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-06T05:55:04.582ZPlanning: Package planning ... Done (0.119s)
1222024-09-06T05:55:04.649ZPlanning: Merging actions ... Done (0.067s)
1232024-09-06T05:55:04.900ZPlanning: Checking for conflicting actions ... Done (0.250s)
1242024-09-06T05:55:05.999ZPlanning: Consolidating action changes ... Done (1.098s)
1252024-09-06T05:55:06.424ZPlanning: Evaluating mediators ... Done (0.425s)
1262024-09-06T05:55:06.523ZPlanning: Planning completed in 5.10 seconds
1272024-09-06T05:55:06.547Z Packages to install: 4
1282024-09-06T05:55:06.547Z Packages to update: 1
1292024-09-06T05:55:06.547Z Mediators to change: 2
1302024-09-06T05:55:06.547Z Services to change: 1
1312024-09-06T05:55:06.547Z Estimated space available: 148.82 GB
1322024-09-06T05:55:06.547ZEstimated space to be consumed: 1.53 GB
1332024-09-06T05:55:06.547Z Create boot environment: No
1342024-09-06T05:55:06.547ZCreate backup boot environment: Yes
1352024-09-06T05:55:06.547Z Rebuild boot archive: No
1362024-09-06T05:55:06.547Z
1372024-09-06T05:55:06.547ZChanged mediators:
1382024-09-06T05:55:06.547Z mediator clang:
1392024-09-06T05:55:06.547Z version: None -> 15 (system default)
1402024-09-06T05:55:06.547Z
1412024-09-06T05:55:06.547Z mediator llvm:
1422024-09-06T05:55:06.547Z version: 14 (system default) -> 15 (system default)
1432024-09-06T05:55:06.547Z
1442024-09-06T05:55:06.547ZChanged packages:
1452024-09-06T05:55:06.547Zhelios-dev
1462024-09-06T05:55:06.547Z developer/build-essential
1472024-09-06T05:55:06.547Z None -> 11-2.0
1482024-09-06T05:55:06.547Z library/libxmlsec1
1492024-09-06T05:55:06.548Z None -> 1.2.35-2.0
1502024-09-06T05:55:06.548Z ooce/developer/clang-15
1512024-09-06T05:55:06.548Z None -> 15.0.7-2.0
1522024-09-06T05:55:06.548Z ooce/developer/llvm-15
1532024-09-06T05:55:06.548Z None -> 15.0.7-2.0
1542024-09-06T05:55:06.548Z package/pkg
1552024-09-06T05:55:06.548Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-06T05:55:06.548Z
1572024-09-06T05:55:06.548ZServices:
1582024-09-06T05:55:06.548Z restart_fmri:
1592024-09-06T05:55:06.548Z svc:/system/update-man-index:default
1602024-09-06T05:55:06.548Z
1612024-09-06T05:55:06.548ZEditable files to change:
1622024-09-06T05:55:06.548Z Update:
1632024-09-06T05:55:06.548Z usr/share/lib/pkg/web/config.shtml
1642024-09-06T05:55:06.615Z
1652024-09-06T05:55:06.615ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-06T05:55:11.614ZDownload: 1136/4281 items 38.4/220.6MB 17% complete (7.5M/s)
1672024-09-06T05:55:16.613ZDownload: 1220/4281 items 86.3/220.6MB 39% complete (8.7M/s)
1682024-09-06T05:55:21.615ZDownload: 2220/4281 items 114.1/220.6MB 51% complete (8.4M/s)
1692024-09-06T05:55:26.640ZDownload: 2325/4281 items 119.7/220.6MB 54% complete (3.6M/s)
1702024-09-06T05:55:31.642ZDownload: 2791/4281 items 120.7/220.6MB 54% complete (727k/s)
1712024-09-06T05:55:36.650ZDownload: 3243/4281 items 189.9/220.6MB 86% complete (7.0M/s)
1722024-09-06T05:55:41.659ZDownload: 3564/4281 items 215.8/220.6MB 97% complete (9.5M/s)
1732024-09-06T05:55:45.265ZDownload: Completed 220.60 MB in 38.65 seconds (5.7M/s)
1742024-09-06T05:55:45.725Z Actions: 1/5063 actions (Removing old actions)
1752024-09-06T05:55:45.749Z Actions: 194/5063 actions (Installing new actions)
1762024-09-06T05:55:50.905Z Actions: 3041/5063 actions (Installing new actions)
1772024-09-06T05:55:51.581Z Actions: 4226/5063 actions (Updating modified actions)
1782024-09-06T05:55:51.950Z Actions: Completed 5063 actions in 6.22 seconds.
1792024-09-06T05:55:52.200Z Done (0.240s)
1802024-09-06T05:55:52.224Z Done (0.000s)
1812024-09-06T05:55:52.694Z Done (0.492s)
1822024-09-06T05:55:57.977Z Done (5.121s)
1832024-09-06T05:55:58.073Z Done (0.018s)
1842024-09-06T05:55:58.097Z Done (0.000s)
1852024-09-06T05:55:58.258Z Done (0.000s)
1862024-09-06T05:55:58.964ZPlanning: Evaluating mediator changes ... Done
1872024-09-06T05:55:59.222ZPlanning: Checking for conflicting actions ... Done
1882024-09-06T05:55:59.246ZPlanning: Consolidating action changes ... Done
1892024-09-06T05:55:59.567ZPlanning: Evaluating mediators ... Done
1902024-09-06T05:55:59.591ZPlanning: Planning completed in 0.60 seconds
1912024-09-06T05:55:59.615Z Mediators to change: 2
1922024-09-06T05:55:59.615Z Create boot environment: No
1932024-09-06T05:55:59.615ZCreate backup boot environment: No
1942024-09-06T05:55:59.677Z Done
1952024-09-06T05:55:59.677Z Done
1962024-09-06T05:56:00.001Z Done
1972024-09-06T05:56:04.447Z Done
1982024-09-06T05:56:04.537Z Done
1992024-09-06T05:56:04.537Z Done
2002024-09-06T05:56:04.624Z Done
2012024-09-06T05:56:05.434ZPlanning: Evaluating mediator changes ... Done
2022024-09-06T05:56:05.457ZPlanning: Merging actions ... Done
2032024-09-06T05:56:05.718ZPlanning: Checking for conflicting actions ... Done
2042024-09-06T05:56:05.741ZPlanning: Consolidating action changes ... Done
2052024-09-06T05:56:06.041ZPlanning: Evaluating mediators ... Done
2062024-09-06T05:56:06.107ZPlanning: Planning completed in 0.98 seconds
2072024-09-06T05:56:06.153Z Packages to change: 1
2082024-09-06T05:56:06.153Z Mediators to change: 1
2092024-09-06T05:56:06.153Z Services to change: 1
2102024-09-06T05:56:06.153Z Create boot environment: No
2112024-09-06T05:56:06.153ZCreate backup boot environment: Yes
2122024-09-06T05:56:07.740Z Actions: 1/6 actions (Updating modified actions)
2132024-09-06T05:56:07.764Z Actions: Completed 6 actions in 0.00 seconds.
2142024-09-06T05:56:07.764Z Done
2152024-09-06T05:56:07.764Z Done
2162024-09-06T05:56:07.843Z Done
2172024-09-06T05:56:12.102Z Done
2182024-09-06T05:56:12.196Z Done
2192024-09-06T05:56:12.220Z Done
2202024-09-06T05:56:12.286Z Done
2212024-09-06T05:56:12.824ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-09-06T05:56:12.824Zclang system 15 system
2232024-09-06T05:56:12.824Zcsh system system illumos
2242024-09-06T05:56:12.824Zctags system system illumos
2252024-09-06T05:56:12.824Zgcc vendor 12 vendor
2262024-09-06T05:56:12.824Zgcc system 10 system
2272024-09-06T05:56:12.824Zgcc system 7 system
2282024-09-06T05:56:12.824Zgo system 1.20 system
2292024-09-06T05:56:12.824Zgo system 1.19 system
2302024-09-06T05:56:12.824Zllvm system 15 system
2312024-09-06T05:56:12.824Zllvm system 14 system
2322024-09-06T05:56:12.824Zmariadb system 10.6 system
2332024-09-06T05:56:12.824Zmta vendor vendor dma
2342024-09-06T05:56:12.824Zopenjdk system 17 system
2352024-09-06T05:56:12.824Zopenjdk system 11 system
2362024-09-06T05:56:12.824Zopenjdk system 1.8 system
2372024-09-06T05:56:12.825Zopenssl vendor 3 vendor
2382024-09-06T05:56:12.825Zperl system 5.36 system
2392024-09-06T05:56:12.825Zpostgresql system 15 system
2402024-09-06T05:56:12.825Zpostgresql system 13 system
2412024-09-06T05:56:12.825Zpython vendor 3 vendor
2422024-09-06T05:56:12.825Zpython system 2 system
2432024-09-06T05:56:12.825Zpython3 system 3.11 system
2442024-09-06T05:56:12.825Zruby system 3.0 system
2452024-09-06T05:56:12.825Zwords vendor vendor american-english
2462024-09-06T05:56:12.825Zwords system system australian-english
2472024-09-06T05:56:12.825Zwords system system british-english
2482024-09-06T05:56:12.825Zwords system system canadian-english
2492024-09-06T05:56:12.825Zwords system system french
2502024-09-06T05:56:12.825Zwords system system italian
2512024-09-06T05:56:12.825Zwords system system ngerman
2522024-09-06T05:56:12.825Zwords system system ogerman
2532024-09-06T05:56:12.825Zwords system system spanish
2542024-09-06T05:56:13.230ZPUBLISHER TYPE STATUS P LOCATION
2552024-09-06T05:56:13.230Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-09-06T05:56:15.383ZFMRI IFO
2572024-09-06T05:56:15.384Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-09-06T05:56:15.384Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-09-06T05:56:15.384Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-09-06T05:56:15.384Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-09-06T05:56:15.384Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-09-06T05:56:15.384Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-09-06T05:56:15.384Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-09-06T05:56:15.384Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-09-06T05:56:15.384Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-09-06T05:56:15.384Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-09-06T05:56:15.384Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-09-06T05:56:15.384Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-09-06T05:56:15.384Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-09-06T05:56:16.056Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-09-06T05:56:16.459Z Updating crates.io index
2722024-09-06T05:56:16.483Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2732024-09-06T05:56:17.391Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-09-06T05:56:18.266Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-09-06T05:56:18.627Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2762024-09-06T05:56:20.347Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772024-09-06T05:56:20.666Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782024-09-06T05:56:21.001Z Updating git repository `https://github.com/oxidecomputer/propolis`
2792024-09-06T05:56:22.160Z Updating git repository `https://github.com/oxidecomputer/crucible`
2802024-09-06T05:56:24.340Z Updating git repository `https://github.com/oxidecomputer/opte`
2812024-09-06T05:56:25.494Z Updating git repository `https://github.com/oxidecomputer/falcon`
2822024-09-06T05:56:26.241Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-09-06T05:56:26.613Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-09-06T05:56:27.254Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2852024-09-06T05:56:27.613Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2862024-09-06T05:56:28.115Z Updating git repository `https://github.com/oxidecomputer/qorb`
2872024-09-06T05:56:28.555Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882024-09-06T05:56:29.179Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-09-06T05:56:29.521Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-09-06T05:56:29.855Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-09-06T05:56:30.208Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-09-06T05:56:30.610Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932024-09-06T05:56:30.999Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-09-06T05:56:31.508Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-09-06T05:56:31.885Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-09-06T05:56:32.278Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-09-06T05:56:33.833Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-09-06T05:56:34.266Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-09-06T05:56:34.812Z Updating git repository `https://github.com/oxidecomputer/typify`
3002024-09-06T05:56:37.268Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-09-06T05:56:37.608Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-09-06T05:56:37.982Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-09-06T05:56:38.394Z Updating git repository `https://github.com/oxidecomputer/rfb`
3042024-09-06T05:56:39.966Z Downloading crates ...
3052024-09-06T05:56:40.037Z Downloaded dtrace-parser v0.2.0
3062024-09-06T05:56:40.063Z Downloaded colorchoice v1.0.1
3072024-09-06T05:56:40.063Z Downloaded usdt-attr-macro v0.5.0
3082024-09-06T05:56:40.063Z Downloaded usdt-macro v0.5.0
3092024-09-06T05:56:40.063Z Downloaded cargo_metadata v0.18.1
3102024-09-06T05:56:40.063Z Downloaded serde_spanned v0.6.7
3112024-09-06T05:56:40.063Z Downloaded scroll v0.12.0
3122024-09-06T05:56:40.063Z Downloaded utf8parse v0.2.1
3132024-09-06T05:56:40.063Z Downloaded itoa v1.0.11
3142024-09-06T05:56:40.063Z Downloaded semver v1.0.23
3152024-09-06T05:56:40.063Z Downloaded zerocopy-derive v0.7.34
3162024-09-06T05:56:40.090Z Downloaded usdt-impl v0.5.0
3172024-09-06T05:56:40.090Z Downloaded unicode-ident v1.0.12
3182024-09-06T05:56:40.090Z Downloaded toml_edit v0.22.20
3192024-09-06T05:56:40.116Z Downloaded memchr v2.7.2
3202024-09-06T05:56:40.116Z Downloaded zerocopy v0.7.34
3212024-09-06T05:56:40.140Z Downloaded syn v2.0.74
3222024-09-06T05:56:40.164Z Downloaded unicode-width v0.1.13
3232024-09-06T05:56:40.164Z Downloaded libc v0.2.158
3242024-09-06T05:56:40.188Z Downloaded rustix v0.38.34
3252024-09-06T05:56:40.211Z Downloaded winnow v0.6.18
3262024-09-06T05:56:40.236Z Downloaded tabled v0.15.0
3272024-09-06T05:56:40.259Z Downloaded syn v1.0.109
3282024-09-06T05:56:40.259Z Downloaded serde_json v1.0.125
3292024-09-06T05:56:40.260Z Downloaded hashbrown v0.14.5
3302024-09-06T05:56:40.283Z Downloaded goblin v0.8.2
3312024-09-06T05:56:40.283Z Downloaded clap_builder v4.5.15
3322024-09-06T05:56:40.283Z Downloaded serde v1.0.208
3332024-09-06T05:56:40.283Z Downloaded pest v2.7.10
3342024-09-06T05:56:40.307Z Downloaded papergrid v0.11.0
3352024-09-06T05:56:40.307Z Downloaded indexmap v2.4.0
3362024-09-06T05:56:40.307Z Downloaded ucd-trie v0.1.6
3372024-09-06T05:56:40.307Z Downloaded typenum v1.17.0
3382024-09-06T05:56:40.307Z Downloaded terminal_size v0.3.0
3392024-09-06T05:56:40.307Z Downloaded tabled_derive v0.7.0
3402024-09-06T05:56:40.307Z Downloaded serde_tokenstream v0.2.2
3412024-09-06T05:56:40.307Z Downloaded serde_derive v1.0.208
3422024-09-06T05:56:40.307Z Downloaded ryu v1.0.18
3432024-09-06T05:56:40.331Z Downloaded log v0.4.21
3442024-09-06T05:56:40.331Z Downloaded bitflags v2.6.0
3452024-09-06T05:56:40.331Z Downloaded usdt v0.5.0
3462024-09-06T05:56:40.331Z Downloaded toml v0.8.19
3472024-09-06T05:56:40.331Z Downloaded thread-id v4.2.1
3482024-09-06T05:56:40.331Z Downloaded textwrap v0.16.1
3492024-09-06T05:56:40.331Z Downloaded sha2 v0.10.8
3502024-09-06T05:56:40.331Z Downloaded quote v1.0.36
3512024-09-06T05:56:40.331Z Downloaded proc-macro2 v1.0.86
3522024-09-06T05:56:40.331Z Downloaded pest_meta v2.7.10
3532024-09-06T05:56:40.355Z Downloaded memmap v0.7.0
3542024-09-06T05:56:40.355Z Downloaded cpufeatures v0.2.12
3552024-09-06T05:56:40.355Z Downloaded clap v4.5.16
3562024-09-06T05:56:40.355Z Downloaded anyhow v1.0.86
3572024-09-06T05:56:40.355Z Downloaded version_check v0.9.5
3582024-09-06T05:56:40.355Z Downloaded unicode-linebreak v0.1.5
3592024-09-06T05:56:40.355Z Downloaded toml_datetime v0.6.8
3602024-09-06T05:56:40.355Z Downloaded thiserror-impl v1.0.63
3612024-09-06T05:56:40.355Z Downloaded thiserror v1.0.63
3622024-09-06T05:56:40.379Z Downloaded tempfile v3.10.1
3632024-09-06T05:56:40.379Z Downloaded swrite v0.1.0
3642024-09-06T05:56:40.379Z Downloaded smawk v0.3.2
3652024-09-06T05:56:40.379Z Downloaded pest_derive v2.7.10
3662024-09-06T05:56:40.379Z Downloaded fnv v1.0.7
3672024-09-06T05:56:40.379Z Downloaded proc-macro-error v1.0.4
3682024-09-06T05:56:40.379Z Downloaded pest_generator v2.7.10
3692024-09-06T05:56:40.379Z Downloaded once_cell v1.19.0
3702024-09-06T05:56:40.379Z Downloaded clap_derive v4.5.13
3712024-09-06T05:56:40.379Z Downloaded camino v1.1.9
3722024-09-06T05:56:40.404Z Downloaded fs-err v2.11.0
3732024-09-06T05:56:40.404Z Downloaded clap_lex v0.7.0
3742024-09-06T05:56:40.404Z Downloaded cfg-if v1.0.0
3752024-09-06T05:56:40.404Z Downloaded strsim v0.11.1
3762024-09-06T05:56:40.404Z Downloaded proc-macro-error-attr v1.0.4
3772024-09-06T05:56:40.404Z Downloaded heck v0.5.0
3782024-09-06T05:56:40.404Z Downloaded fastrand v2.1.0
3792024-09-06T05:56:40.404Z Downloaded dof v0.3.0
3802024-09-06T05:56:40.404Z Downloaded crypto-common v0.1.6
3812024-09-06T05:56:40.404Z Downloaded anstyle-query v1.0.3
3822024-09-06T05:56:40.404Z Downloaded anstream v0.6.14
3832024-09-06T05:56:40.404Z Downloaded macaddr v1.0.1
3842024-09-06T05:56:40.404Z Downloaded is_terminal_polyfill v1.70.0
3852024-09-06T05:56:40.404Z Downloaded generic-array v0.14.7
3862024-09-06T05:56:40.404Z Downloaded errno v0.3.9
3872024-09-06T05:56:40.404Z Downloaded equivalent v1.0.1
3882024-09-06T05:56:40.404Z Downloaded digest v0.10.7
3892024-09-06T05:56:40.404Z Downloaded cargo_toml v0.20.4
3902024-09-06T05:56:40.428Z Downloaded scroll_derive v0.12.0
3912024-09-06T05:56:40.428Z Downloaded pretty-hex v0.4.1
3922024-09-06T05:56:40.428Z Downloaded plain v0.2.3
3932024-09-06T05:56:40.428Z Downloaded block-buffer v0.10.4
3942024-09-06T05:56:40.428Z Downloaded cargo-platform v0.1.8
3952024-09-06T05:56:40.428Z Downloaded camino-tempfile v1.1.1
3962024-09-06T05:56:40.428Z Downloaded byteorder v1.5.0
3972024-09-06T05:56:40.428Z Downloaded autocfg v1.3.0
3982024-09-06T05:56:40.428Z Downloaded anstyle-parse v0.2.4
3992024-09-06T05:56:40.428Z Downloaded anstyle v1.0.8
4002024-09-06T05:56:40.428Z Downloaded heck v0.4.1
4012024-09-06T05:56:40.428Z Downloaded bytecount v0.6.8
4022024-09-06T05:56:40.552Z Compiling proc-macro2 v1.0.86
4032024-09-06T05:56:40.576Z Compiling unicode-ident v1.0.12
4042024-09-06T05:56:40.576Z Compiling version_check v0.9.5
4052024-09-06T05:56:40.576Z Compiling serde v1.0.208
4062024-09-06T05:56:40.576Z Compiling thiserror v1.0.63
4072024-09-06T05:56:40.576Z Compiling memchr v2.7.2
4082024-09-06T05:56:40.576Z Compiling libc v0.2.158
4092024-09-06T05:56:40.576Z Compiling ucd-trie v0.1.6
4102024-09-06T05:56:40.867Z Compiling itoa v1.0.11
4112024-09-06T05:56:41.071Z Compiling ryu v1.0.18
4122024-09-06T05:56:41.164Z Compiling once_cell v1.19.0
4132024-09-06T05:56:41.327Z Compiling byteorder v1.5.0
4142024-09-06T05:56:41.383Z Compiling rustix v0.38.34
4152024-09-06T05:56:41.414Z Compiling serde_json v1.0.125
4162024-09-06T05:56:41.782Z Compiling bitflags v2.6.0
4172024-09-06T05:56:41.873Z Compiling proc-macro-error-attr v1.0.4
4182024-09-06T05:56:42.052Z Compiling usdt-impl v0.5.0
4192024-09-06T05:56:42.138Z Compiling syn v1.0.109
4202024-09-06T05:56:42.184Z Compiling quote v1.0.36
4212024-09-06T05:56:42.322Z Compiling proc-macro-error v1.0.4
4222024-09-06T05:56:42.355Z Compiling hashbrown v0.14.5
4232024-09-06T05:56:42.601Z Compiling errno v0.3.9
4242024-09-06T05:56:42.684Z Compiling syn v2.0.74
4252024-09-06T05:56:42.843Z Compiling equivalent v1.0.1
4262024-09-06T05:56:42.895Z Compiling camino v1.1.9
4272024-09-06T05:56:42.928Z Compiling log v0.4.21
4282024-09-06T05:56:42.958Z Compiling plain v0.2.3
4292024-09-06T05:56:43.085Z Compiling thread-id v4.2.1
4302024-09-06T05:56:43.116Z Compiling utf8parse v0.2.1
4312024-09-06T05:56:43.294Z Compiling anstyle-parse v0.2.4
4322024-09-06T05:56:43.468Z Compiling indexmap v2.4.0
4332024-09-06T05:56:43.565Z Compiling pretty-hex v0.4.1
4342024-09-06T05:56:43.595Z Compiling anstyle v1.0.8
4352024-09-06T05:56:43.771Z Compiling autocfg v1.3.0
4362024-09-06T05:56:43.865Z Compiling is_terminal_polyfill v1.70.0
4372024-09-06T05:56:43.903Z Compiling unicode-width v0.1.13
4382024-09-06T05:56:43.994Z Compiling anstyle-query v1.0.3
4392024-09-06T05:56:44.018Z Compiling semver v1.0.23
4402024-09-06T05:56:44.135Z Compiling colorchoice v1.0.1
4412024-09-06T05:56:44.159Z Compiling winnow v0.6.18
4422024-09-06T05:56:44.290Z Compiling anstream v0.6.14
4432024-09-06T05:56:44.595Z Compiling terminal_size v0.3.0
4442024-09-06T05:56:44.660Z Compiling fs-err v2.11.0
4452024-09-06T05:56:44.818Z Compiling clap_lex v0.7.0
4462024-09-06T05:56:44.913Z Compiling heck v0.5.0
4472024-09-06T05:56:44.938Z Compiling fnv v1.0.7
4482024-09-06T05:56:44.990Z Compiling heck v0.4.1
4492024-09-06T05:56:45.078Z Compiling bytecount v0.6.8
4502024-09-06T05:56:45.251Z Compiling cfg-if v1.0.0
4512024-09-06T05:56:45.284Z Compiling fastrand v2.1.0
4522024-09-06T05:56:45.308Z Compiling anyhow v1.0.86
4532024-09-06T05:56:45.350Z Compiling strsim v0.11.1
4542024-09-06T05:56:45.377Z Compiling papergrid v0.11.0
4552024-09-06T05:56:45.784Z Compiling clap_builder v4.5.15
4562024-09-06T05:56:46.018Z Compiling tempfile v3.10.1
4572024-09-06T05:56:46.158Z Compiling memmap v0.7.0
4582024-09-06T05:56:46.221Z Compiling unicode-linebreak v0.1.5
4592024-09-06T05:56:46.513Z Compiling smawk v0.3.2
4602024-09-06T05:56:46.728Z Compiling textwrap v0.16.1
4612024-09-06T05:56:47.416Z Compiling swrite v0.1.0
4622024-09-06T05:56:48.276Z Compiling tabled_derive v0.7.0
4632024-09-06T05:56:49.976Z Compiling tabled v0.15.0
4642024-09-06T05:56:50.840Z Compiling serde_derive v1.0.208
4652024-09-06T05:56:50.863Z Compiling thiserror-impl v1.0.63
4662024-09-06T05:56:50.863Z Compiling zerocopy-derive v0.7.34
4672024-09-06T05:56:50.863Z Compiling scroll_derive v0.12.0
4682024-09-06T05:56:50.986Z Compiling clap_derive v4.5.13
4692024-09-06T05:56:52.040Z Compiling scroll v0.12.0
4702024-09-06T05:56:52.520Z Compiling goblin v0.8.2
4712024-09-06T05:56:52.789Z Compiling zerocopy v0.7.34
4722024-09-06T05:56:53.290Z Compiling pest v2.7.10
4732024-09-06T05:56:54.127Z Compiling clap v4.5.16
4742024-09-06T05:56:55.338Z Compiling pest_meta v2.7.10
4752024-09-06T05:56:56.330Z Compiling pest_generator v2.7.10
4762024-09-06T05:56:58.168Z Compiling pest_derive v2.7.10
4772024-09-06T05:56:58.803Z Compiling dtrace-parser v0.2.0
4782024-09-06T05:57:00.611Z Compiling toml_datetime v0.6.8
4792024-09-06T05:57:00.611Z Compiling serde_spanned v0.6.7
4802024-09-06T05:57:00.635Z Compiling cargo-platform v0.1.8
4812024-09-06T05:57:00.984Z Compiling serde_tokenstream v0.2.2
4822024-09-06T05:57:01.118Z Compiling toml_edit v0.22.20
4832024-09-06T05:57:01.169Z Compiling macaddr v1.0.1
4842024-09-06T05:57:01.295Z Compiling camino-tempfile v1.1.1
4852024-09-06T05:57:02.007Z Compiling dof v0.3.0
4862024-09-06T05:57:02.007Z Compiling cargo_metadata v0.18.1
4872024-09-06T05:57:03.858Z Compiling toml v0.8.19
4882024-09-06T05:57:04.046Z Compiling usdt-attr-macro v0.5.0
4892024-09-06T05:57:04.070Z Compiling usdt-macro v0.5.0
4902024-09-06T05:57:04.610Z Compiling cargo_toml v0.20.4
4912024-09-06T05:57:05.252Z Compiling usdt v0.5.0
4922024-09-06T05:57:08.900Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-09-06T05:57:14.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.24s
4942024-09-06T05:57:14.234Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-09-06T05:57:15.039Z Downloading crates ...
4962024-09-06T05:57:15.184Z Downloaded atomicwrites v0.4.3
4972024-09-06T05:57:15.209Z Downloaded bitstruct v0.1.1
4982024-09-06T05:57:15.209Z Downloaded crucible-workspace-hack v0.1.0
4992024-09-06T05:57:15.209Z Downloaded base16ct v0.2.0
5002024-09-06T05:57:15.209Z Downloaded crc-catalog v2.4.0
5012024-09-06T05:57:15.210Z Downloaded http-range v0.1.5
5022024-09-06T05:57:15.210Z Downloaded crunchy v0.2.2
5032024-09-06T05:57:15.234Z Downloaded ident_case v1.0.1
5042024-09-06T05:57:15.234Z Downloaded console v0.15.8
5052024-09-06T05:57:15.234Z Downloaded cookie v0.17.0
5062024-09-06T05:57:15.234Z Downloaded newline-converter v0.3.0
5072024-09-06T05:57:15.234Z Downloaded newtype_derive v0.1.6
5082024-09-06T05:57:15.234Z Downloaded ipnetwork v0.20.0
5092024-09-06T05:57:15.234Z Downloaded russh-cryptovec v0.7.2
5102024-09-06T05:57:15.259Z Downloaded instability v0.3.2
5112024-09-06T05:57:15.259Z Downloaded rfc6979 v0.4.0
5122024-09-06T05:57:15.259Z Downloaded serde-big-array v0.5.1
5132024-09-06T05:57:15.259Z Downloaded internet-checksum v0.2.1
5142024-09-06T05:57:15.259Z Downloaded multimap v0.10.0
5152024-09-06T05:57:15.259Z Downloaded ssh-encoding v0.2.0
5162024-09-06T05:57:15.259Z Downloaded vte_generate_state_changes v0.1.1
5172024-09-06T05:57:15.259Z Downloaded rusty-fork v0.3.0
5182024-09-06T05:57:15.283Z Downloaded normalize-line-endings v0.3.0
5192024-09-06T05:57:15.283Z Downloaded defmt-parser v0.3.4
5202024-09-06T05:57:15.283Z Downloaded serde-hex v0.1.0
5212024-09-06T05:57:15.283Z Downloaded static_assertions v1.1.0
5222024-09-06T05:57:15.283Z Downloaded structmeta-derive v0.2.0
5232024-09-06T05:57:15.283Z Downloaded maplit v1.0.2
5242024-09-06T05:57:15.283Z Downloaded iana-time-zone v0.1.60
5252024-09-06T05:57:15.307Z Downloaded unicase v2.7.0
5262024-09-06T05:57:15.307Z Downloaded path-slash v0.1.5
5272024-09-06T05:57:15.307Z Downloaded peg-runtime v0.8.3
5282024-09-06T05:57:15.307Z Downloaded tokio-tungstenite v0.21.0
5292024-09-06T05:57:15.307Z Downloaded fallible-streaming-iterator v0.1.9
5302024-09-06T05:57:15.307Z Downloaded ipnet v2.9.0
5312024-09-06T05:57:15.308Z Downloaded base64 v0.13.1
5322024-09-06T05:57:15.332Z Downloaded thread_local v1.1.8
5332024-09-06T05:57:15.356Z Downloaded tower-service v0.3.2
5342024-09-06T05:57:15.356Z Downloaded zeroize_derive v1.4.2
5352024-09-06T05:57:15.356Z Downloaded portpicker v0.1.1
5362024-09-06T05:57:15.356Z Downloaded serde_repr v0.1.19
5372024-09-06T05:57:15.356Z Downloaded funty v2.0.0
5382024-09-06T05:57:15.356Z Downloaded zone v0.1.8
5392024-09-06T05:57:15.385Z Downloaded group v0.13.0
5402024-09-06T05:57:15.385Z Downloaded ref-cast-impl v1.0.23
5412024-09-06T05:57:15.385Z Downloaded parse-display v0.10.0
5422024-09-06T05:57:15.385Z Downloaded polyval v0.6.2
5432024-09-06T05:57:15.385Z Downloaded endian-type v0.1.2
5442024-09-06T05:57:15.385Z Downloaded termtree v0.4.1
5452024-09-06T05:57:15.385Z Downloaded rand_seeder v0.3.0
5462024-09-06T05:57:15.411Z Downloaded rpassword v7.3.1
5472024-09-06T05:57:15.411Z Downloaded ref-cast v1.0.23
5482024-09-06T05:57:15.411Z Downloaded termios v0.3.3
5492024-09-06T05:57:15.411Z Downloaded foreign-types-macros v0.2.3
5502024-09-06T05:57:15.411Z Downloaded num_threads v0.1.7
5512024-09-06T05:57:15.442Z Downloaded want v0.3.1
5522024-09-06T05:57:15.442Z Downloaded num_enum_derive v0.5.11
5532024-09-06T05:57:15.442Z Downloaded fxhash v0.2.1
5542024-09-06T05:57:15.442Z Downloaded num_enum v0.5.11
5552024-09-06T05:57:15.442Z Downloaded darling_macro v0.20.9
5562024-09-06T05:57:15.467Z Downloaded parse-size v1.0.0
5572024-09-06T05:57:15.467Z Downloaded getopts v0.2.21
5582024-09-06T05:57:15.467Z Downloaded openssl-macros v0.1.1
5592024-09-06T05:57:15.467Z Downloaded try-lock v0.2.5
5602024-09-06T05:57:15.467Z Downloaded openssl-probe v0.1.5
5612024-09-06T05:57:15.467Z Downloaded phf_shared v0.10.0
5622024-09-06T05:57:15.467Z Downloaded schemars_derive v0.8.21
5632024-09-06T05:57:15.467Z Downloaded tracing v0.1.40
5642024-09-06T05:57:15.467Z Downloaded psl-types v2.0.11
5652024-09-06T05:57:15.467Z Downloaded wait-timeout v0.2.0
5662024-09-06T05:57:15.492Z Downloaded serde_arrays v0.1.0
5672024-09-06T05:57:15.492Z Downloaded num-conv v0.1.0
5682024-09-06T05:57:15.492Z Downloaded tls_codec v0.4.1
5692024-09-06T05:57:15.492Z Downloaded futures-sink v0.3.30
5702024-09-06T05:57:15.492Z Downloaded foreign-types-shared v0.3.1
5712024-09-06T05:57:15.492Z Downloaded tokio-macros v2.4.0
5722024-09-06T05:57:15.492Z Downloaded opaque-debug v0.3.1
5732024-09-06T05:57:15.492Z Downloaded derive_builder_macro v0.20.0
5742024-09-06T05:57:15.492Z Downloaded sync_wrapper v0.1.2
5752024-09-06T05:57:15.492Z Downloaded predicates v3.1.2
5762024-09-06T05:57:15.516Z Downloaded num-iter v0.1.45
5772024-09-06T05:57:15.516Z Downloaded rand v0.8.5
5782024-09-06T05:57:15.516Z Downloaded rustc_version v0.1.7
5792024-09-06T05:57:15.517Z Downloaded debug-ignore v1.0.5
5802024-09-06T05:57:15.517Z Downloaded des v0.8.1
5812024-09-06T05:57:15.517Z Downloaded strum_macros v0.24.3
5822024-09-06T05:57:15.517Z Downloaded rustfmt-wrapper v0.2.1
5832024-09-06T05:57:15.517Z Downloaded futures-macro v0.3.30
5842024-09-06T05:57:15.517Z Downloaded unicode-bidi v0.3.15
5852024-09-06T05:57:15.541Z Downloaded publicsuffix v2.2.3
5862024-09-06T05:57:15.541Z Downloaded subtle v2.5.0
5872024-09-06T05:57:15.541Z Downloaded omicron-zone-package v0.11.0
5882024-09-06T05:57:15.541Z Downloaded tls_codec_derive v0.4.1
5892024-09-06T05:57:15.541Z Downloaded rustls-pemfile v2.1.3
5902024-09-06T05:57:15.565Z Downloaded tokio-postgres v0.7.11
5912024-09-06T05:57:15.565Z Downloaded strum_macros v0.26.4
5922024-09-06T05:57:15.565Z Downloaded num-rational v0.4.2
5932024-09-06T05:57:15.565Z Downloaded num-traits v0.2.19
5942024-09-06T05:57:15.590Z Downloaded subprocess v0.2.9
5952024-09-06T05:57:15.590Z Downloaded openssl-sys v0.9.103
5962024-09-06T05:57:15.590Z Downloaded unicode-segmentation v1.11.0
5972024-09-06T05:57:15.614Z Downloaded trust-dns-proto v0.22.0
5982024-09-06T05:57:15.614Z Downloaded openapiv3 v2.0.0
5992024-09-06T05:57:15.639Z Downloaded ratatui v0.28.0
6002024-09-06T05:57:15.664Z Downloaded num-bigint-dig v0.8.4
6012024-09-06T05:57:15.689Z Downloaded smoltcp v0.9.1
6022024-09-06T05:57:15.713Z Downloaded smoltcp v0.11.0
6032024-09-06T05:57:15.737Z Downloaded object v0.32.2
6042024-09-06T05:57:15.737Z Downloaded zerocopy-derive v0.6.6
6052024-09-06T05:57:15.762Z Downloaded petgraph v0.6.5
6062024-09-06T05:57:15.786Z Downloaded tokio v1.39.3
6072024-09-06T05:57:15.830Z Downloaded finl_unicode v1.2.0
6082024-09-06T05:57:15.854Z Downloaded object v0.30.4
6092024-09-06T05:57:15.879Z Downloaded polar-core v0.27.3
6102024-09-06T05:57:15.879Z Downloaded encoding_rs v0.8.34
6112024-09-06T05:57:15.914Z Downloaded libgit2-sys v0.17.0+1.8.1
6122024-09-06T05:57:15.988Z Downloaded regress v0.9.1
6132024-09-06T05:57:16.013Z Downloaded regex-syntax v0.8.4
6142024-09-06T05:57:16.037Z Downloaded hickory-proto v0.24.1
6152024-09-06T05:57:16.037Z Downloaded sha3 v0.10.8
6162024-09-06T05:57:16.061Z Downloaded rustls v0.22.4
6172024-09-06T05:57:16.061Z Downloaded nix v0.29.0
6182024-09-06T05:57:16.085Z Downloaded nix v0.28.0
6192024-09-06T05:57:16.109Z Downloaded ring v0.17.8
6202024-09-06T05:57:16.183Z Downloaded rustls v0.21.12
6212024-09-06T05:57:16.207Z Downloaded nix v0.27.1
6222024-09-06T05:57:16.231Z Downloaded libz-sys v1.1.16
6232024-09-06T05:57:16.295Z Downloaded idna v0.2.3
6242024-09-06T05:57:16.319Z Downloaded csv v1.3.0
6252024-09-06T05:57:16.343Z Downloaded ring v0.16.20
6262024-09-06T05:57:16.427Z Downloaded futures-util v0.3.30
6272024-09-06T05:57:16.451Z Downloaded proptest v1.5.0
6282024-09-06T05:57:16.475Z Downloaded vcpkg v0.2.15
6292024-09-06T05:57:16.499Z Downloaded idna v0.5.0
6302024-09-06T05:57:16.523Z Downloaded libsqlite3-sys v0.28.0
6312024-09-06T05:57:16.599Z Downloaded idna v0.4.0
6322024-09-06T05:57:16.623Z Downloaded idna v0.3.0
6332024-09-06T05:57:16.623Z Downloaded diesel v2.2.3
6342024-09-06T05:57:16.647Z Downloaded rustls-webpki v0.102.4
6352024-09-06T05:57:16.671Z Downloaded regex-automata v0.4.6
6362024-09-06T05:57:16.695Z Downloaded sled v0.34.7
6372024-09-06T05:57:16.695Z Downloaded bzip2-sys v0.1.11+1.0.8
6382024-09-06T05:57:16.720Z Downloaded h2 v0.3.26
6392024-09-06T05:57:16.720Z Downloaded gimli v0.28.1
6402024-09-06T05:57:16.745Z Downloaded dropshot v0.10.1
6412024-09-06T05:57:16.745Z Downloaded rustls-webpki v0.101.7
6422024-09-06T05:57:16.769Z Downloaded reqwest v0.11.27
6432024-09-06T05:57:16.769Z Downloaded lalrpop v0.19.12
6442024-09-06T05:57:16.795Z Downloaded openssl v0.10.66
6452024-09-06T05:57:16.795Z Downloaded radix_trie v0.2.1
6462024-09-06T05:57:16.795Z Downloaded quick-xml v0.31.0
6472024-09-06T05:57:16.819Z Downloaded bstr v1.9.1
6482024-09-06T05:57:16.819Z Downloaded portable-atomic v1.6.0
6492024-09-06T05:57:16.845Z Downloaded webpki-roots v0.25.4
6502024-09-06T05:57:16.845Z Downloaded serde_with v3.9.0
6512024-09-06T05:57:16.845Z Downloaded curve25519-dalek v4.1.3
6522024-09-06T05:57:16.869Z Downloaded p384 v0.13.0
6532024-09-06T05:57:16.869Z Downloaded data-encoding v2.6.0
6542024-09-06T05:57:16.869Z Downloaded unicode-normalization v0.1.23
6552024-09-06T05:57:16.869Z Downloaded rsa v0.9.6
6562024-09-06T05:57:16.894Z Downloaded rayon v1.10.0
6572024-09-06T05:57:16.894Z Downloaded flate2 v1.0.33
6582024-09-06T05:57:16.894Z Downloaded git2 v0.19.0
6592024-09-06T05:57:16.918Z Downloaded regex v1.10.6
6602024-09-06T05:57:16.918Z Downloaded regex-syntax v0.6.29
6612024-09-06T05:57:16.942Z Downloaded itertools v0.13.0
6622024-09-06T05:57:16.942Z Downloaded hyper v0.14.30
6632024-09-06T05:57:16.942Z Downloaded oso v0.27.3
6642024-09-06T05:57:16.965Z Downloaded p521 v0.13.3
6652024-09-06T05:57:16.966Z Downloaded unicode_categories v0.1.1
6662024-09-06T05:57:16.966Z Downloaded rustls-pemfile v1.0.4
6672024-09-06T05:57:16.966Z Downloaded tokio-stream v0.1.15
6682024-09-06T05:57:16.966Z Downloaded num-complex v0.4.6
6692024-09-06T05:57:16.966Z Downloaded tungstenite v0.21.0
6702024-09-06T05:57:16.966Z Downloaded reedline v0.33.0
6712024-09-06T05:57:16.990Z Downloaded supports-color v3.0.0
6722024-09-06T05:57:16.990Z Downloaded tokio-tungstenite v0.20.1
6732024-09-06T05:57:16.990Z Downloaded winnow v0.5.40
6742024-09-06T05:57:16.990Z Downloaded futures-executor v0.3.30
6752024-09-06T05:57:16.990Z Downloaded futures-core v0.3.30
6762024-09-06T05:57:17.016Z Downloaded form_urlencoded v1.2.1
6772024-09-06T05:57:17.016Z Downloaded derive_more v0.99.18
6782024-09-06T05:57:17.016Z Downloaded strum_macros v0.25.3
6792024-09-06T05:57:17.016Z Downloaded spin v0.5.2
6802024-09-06T05:57:17.016Z Downloaded darling_core v0.20.9
6812024-09-06T05:57:17.016Z Downloaded num-bigint v0.4.5
6822024-09-06T05:57:17.016Z Downloaded socket2 v0.5.7
6832024-09-06T05:57:17.016Z Downloaded defmt-macros v0.3.9
6842024-09-06T05:57:17.040Z Downloaded prettyplease v0.2.20
6852024-09-06T05:57:17.040Z Downloaded tungstenite v0.20.1
6862024-09-06T05:57:17.040Z Downloaded pkcs1 v0.7.5
6872024-09-06T05:57:17.040Z Downloaded url v2.5.2
6882024-09-06T05:57:17.040Z Downloaded sqlparser v0.45.0
6892024-09-06T05:57:17.040Z Downloaded phf v0.11.2
6902024-09-06T05:57:17.040Z Downloaded unsafe-libyaml v0.2.11
6912024-09-06T05:57:17.070Z Downloaded snafu v0.8.2
6922024-09-06T05:57:17.070Z Downloaded num-derive v0.4.2
6932024-09-06T05:57:17.070Z Downloaded postcard v1.0.8
6942024-09-06T05:57:17.070Z Downloaded serde_derive_internals v0.29.1
6952024-09-06T05:57:17.070Z Downloaded flume v0.11.0
6962024-09-06T05:57:17.070Z Downloaded rustc-hash v1.1.0
6972024-09-06T05:57:17.070Z Downloaded defmt v0.3.8
6982024-09-06T05:57:17.095Z Downloaded tokio-rustls v0.25.0
6992024-09-06T05:57:17.095Z Downloaded futures-task v0.3.30
7002024-09-06T05:57:17.095Z Downloaded proc-macro-crate v1.3.1
7012024-09-06T05:57:17.095Z Downloaded chrono v0.4.38
7022024-09-06T05:57:17.095Z Downloaded ron v0.8.1
7032024-09-06T05:57:17.095Z Downloaded hkdf v0.12.4
7042024-09-06T05:57:17.095Z Downloaded bitvec v1.0.1
7052024-09-06T05:57:17.119Z Downloaded num-integer v0.1.46
7062024-09-06T05:57:17.119Z Downloaded tokio-native-tls v0.3.1
7072024-09-06T05:57:17.119Z Downloaded tokio-rustls v0.24.1
7082024-09-06T05:57:17.119Z Downloaded postgres-types v0.2.7
7092024-09-06T05:57:17.119Z Downloaded postgres-protocol v0.6.7
7102024-09-06T05:57:17.119Z Downloaded unicode-truncate v1.0.0
7112024-09-06T05:57:17.119Z Downloaded samael v0.0.15
7122024-09-06T05:57:17.144Z Downloaded paste v1.0.15
7132024-09-06T05:57:17.144Z Downloaded password-hash v0.5.0
7142024-09-06T05:57:17.144Z Downloaded password-hash v0.4.2
7152024-09-06T05:57:17.144Z Downloaded libxml v0.3.3
7162024-09-06T05:57:17.144Z Downloaded rustc_version v0.4.0
7172024-09-06T05:57:17.144Z Downloaded phf_shared v0.11.2
7182024-09-06T05:57:17.144Z Downloaded foreign-types-shared v0.1.1
7192024-09-06T05:57:17.144Z Downloaded strum v0.26.3
7202024-09-06T05:57:17.144Z Downloaded percent-encoding v2.3.1
7212024-09-06T05:57:17.144Z Downloaded pem-rfc7468 v0.7.0
7222024-09-06T05:57:17.168Z Downloaded untrusted v0.9.0
7232024-09-06T05:57:17.168Z Downloaded hickory-client v0.24.1
7242024-09-06T05:57:17.168Z Downloaded dhcproto v0.12.0
7252024-09-06T05:57:17.168Z Downloaded vergen v8.3.2
7262024-09-06T05:57:17.168Z Downloaded bindgen v0.69.4
7272024-09-06T05:57:17.168Z Downloaded futures-io v0.3.30
7282024-09-06T05:57:17.168Z Downloaded primeorder v0.13.6
7292024-09-06T05:57:17.168Z Downloaded ed25519-dalek v2.1.1
7302024-09-06T05:57:17.192Z Downloaded rustc-demangle v0.1.24
7312024-09-06T05:57:17.192Z Downloaded rayon-core v1.12.1
7322024-09-06T05:57:17.192Z Downloaded tui-tree-widget v0.22.0
7332024-09-06T05:57:17.193Z Downloaded scopeguard v1.2.0
7342024-09-06T05:57:17.193Z Downloaded term v0.7.0
7352024-09-06T05:57:17.193Z Downloaded tar v0.4.41
7362024-09-06T05:57:17.193Z Downloaded pin-project-lite v0.2.14
7372024-09-06T05:57:17.193Z Downloaded tinyvec v1.6.0
7382024-09-06T05:57:17.217Z Downloaded tough v0.17.1
7392024-09-06T05:57:17.217Z Downloaded same-file v1.0.6
7402024-09-06T05:57:17.217Z Downloaded olpc-cjson v0.1.3
7412024-09-06T05:57:17.217Z Downloaded test-strategy v0.3.1
7422024-09-06T05:57:17.217Z Downloaded pin-project v1.1.5
7432024-09-06T05:57:17.276Z Downloaded diff v0.1.13
7442024-09-06T05:57:17.276Z Downloaded time v0.3.36
7452024-09-06T05:57:17.276Z Downloaded pretty-hex v0.2.1
7462024-09-06T05:57:17.276Z Downloaded predicates-tree v1.0.9
7472024-09-06T05:57:17.276Z Downloaded predicates-core v1.0.6
7482024-09-06T05:57:17.276Z Downloaded unicode-xid v0.2.4
7492024-09-06T05:57:17.276Z Downloaded walkdir v2.5.0
7502024-09-06T05:57:17.276Z Downloaded rusqlite v0.31.0
7512024-09-06T05:57:17.306Z Downloaded scheduled-thread-pool v0.2.7
7522024-09-06T05:57:17.306Z Downloaded diesel_derives v2.2.2
7532024-09-06T05:57:17.306Z Downloaded socket2 v0.4.10
7542024-09-06T05:57:17.306Z Downloaded zone v0.3.0
7552024-09-06T05:57:17.306Z Downloaded rcgen v0.12.1
7562024-09-06T05:57:17.306Z Downloaded toml_edit v0.19.15
7572024-09-06T05:57:17.331Z Downloaded salsa20 v0.10.2
7582024-09-06T05:57:17.355Z Downloaded rustversion v1.0.17
7592024-09-06T05:57:17.355Z Downloaded parse-display-derive v0.10.0
7602024-09-06T05:57:17.355Z Downloaded packed_struct_codegen v0.10.1
7612024-09-06T05:57:17.355Z Downloaded packed_struct v0.10.1
7622024-09-06T05:57:17.355Z Downloaded termcolor v1.4.1
7632024-09-06T05:57:17.355Z Downloaded smallvec v1.13.2
7642024-09-06T05:57:17.380Z Downloaded zone_cfg_derive v0.3.0
7652024-09-06T05:57:17.380Z Downloaded uuid v1.10.0
7662024-09-06T05:57:17.380Z Downloaded similar v2.6.0
7672024-09-06T05:57:17.380Z Downloaded gethostname v0.5.0
7682024-09-06T05:57:17.380Z Downloaded rtoolbox v0.0.2
7692024-09-06T05:57:17.380Z Downloaded pin-project-internal v1.1.5
7702024-09-06T05:57:17.380Z Downloaded signal-hook v0.3.17
7712024-09-06T05:57:17.403Z Downloaded serde_yaml v0.9.34+deprecated
7722024-09-06T05:57:17.403Z Downloaded heapless v0.7.17
7732024-09-06T05:57:17.403Z Downloaded itertools v0.10.5
7742024-09-06T05:57:17.403Z Downloaded rand_core v0.6.4
7752024-09-06T05:57:17.404Z Downloaded rand_chacha v0.3.1
7762024-09-06T05:57:17.428Z Downloaded pin-utils v0.1.0
7772024-09-06T05:57:17.428Z Downloaded ron v0.7.1
7782024-09-06T05:57:17.428Z Downloaded x509-cert v0.2.5
7792024-09-06T05:57:17.428Z Downloaded hashbrown v0.13.2
7802024-09-06T05:57:17.452Z Downloaded ssh-key v0.6.6
7812024-09-06T05:57:17.452Z Downloaded nom v7.1.3
7822024-09-06T05:57:17.452Z Downloaded mio v0.8.11
7832024-09-06T05:57:17.477Z Downloaded libm v0.2.8
7842024-09-06T05:57:17.477Z Downloaded itertools v0.12.1
7852024-09-06T05:57:17.501Z Downloaded untrusted v0.7.1
7862024-09-06T05:57:17.501Z Downloaded tap v1.0.1
7872024-09-06T05:57:17.501Z Downloaded getrandom v0.2.14
7882024-09-06T05:57:17.501Z Downloaded heapless v0.8.0
7892024-09-06T05:57:17.525Z Downloaded foreign-types v0.5.0
7902024-09-06T05:57:17.525Z Downloaded snafu-derive v0.8.2
7912024-09-06T05:57:17.525Z Downloaded smf v0.2.3
7922024-09-06T05:57:17.525Z Downloaded zone_cfg_derive v0.1.2
7932024-09-06T05:57:17.525Z Downloaded tinyvec_macros v0.1.1
7942024-09-06T05:57:17.525Z Downloaded uzers v0.11.3
7952024-09-06T05:57:17.525Z Downloaded tracing-core v0.1.32
7962024-09-06T05:57:17.525Z Downloaded aho-corasick v1.1.3
7972024-09-06T05:57:17.549Z Downloaded universal-hash v0.5.1
7982024-09-06T05:57:17.549Z Downloaded tiny-keccak v2.0.2
7992024-09-06T05:57:17.573Z Downloaded thiserror-no-std v2.0.2
8002024-09-06T05:57:17.573Z Downloaded thiserror-impl-no-std v2.0.2
8012024-09-06T05:57:17.573Z Downloaded schemars v0.8.21
8022024-09-06T05:57:17.573Z Downloaded headers v0.3.9
8032024-09-06T05:57:17.574Z Downloaded tokio-util v0.7.11
8042024-09-06T05:57:17.598Z Downloaded hickory-server v0.24.1
8052024-09-06T05:57:17.598Z Downloaded waitgroup v0.1.2
8062024-09-06T05:57:17.598Z Downloaded take_mut v0.2.2
8072024-09-06T05:57:17.598Z Downloaded tabwriter v1.4.0
8082024-09-06T05:57:17.598Z Downloaded number_prefix v0.4.0
8092024-09-06T05:57:17.598Z Downloaded ghash v0.5.1
8102024-09-06T05:57:17.598Z Downloaded ecdsa v0.16.9
8112024-09-06T05:57:17.598Z Downloaded half v2.4.1
8122024-09-06T05:57:17.598Z Downloaded hashbrown v0.12.3
8132024-09-06T05:57:17.623Z Downloaded expectorate v1.1.0
8142024-09-06T05:57:17.623Z Downloaded http v1.1.0
8152024-09-06T05:57:17.623Z Downloaded blake3 v1.5.1
8162024-09-06T05:57:17.623Z Downloaded utf-8 v0.7.6
8172024-09-06T05:57:17.623Z Downloaded enum-as-inner v0.6.0
8182024-09-06T05:57:17.623Z Downloaded signal-hook-registry v1.4.2
8192024-09-06T05:57:17.623Z Downloaded signal-hook-mio v0.2.4
8202024-09-06T05:57:17.623Z Downloaded serde_with_macros v3.9.0
8212024-09-06T05:57:17.648Z Downloaded russh v0.45.0
8222024-09-06T05:57:17.648Z Downloaded minimal-lexical v0.2.1
8232024-09-06T05:57:17.648Z Downloaded crossterm v0.28.1
8242024-09-06T05:57:17.648Z Downloaded dhcproto-macros v0.1.0
8252024-09-06T05:57:17.648Z Downloaded enum-as-inner v0.5.1
8262024-09-06T05:57:17.648Z Downloaded either v1.13.0
8272024-09-06T05:57:17.648Z Downloaded smallvec v0.6.14
8282024-09-06T05:57:17.673Z Downloaded slog-json v2.6.1
8292024-09-06T05:57:17.673Z Downloaded slab v0.4.9
8302024-09-06T05:57:17.673Z Downloaded siphasher v0.3.11
8312024-09-06T05:57:17.673Z Downloaded pkcs5 v0.7.1
8322024-09-06T05:57:17.673Z Downloaded zip v0.6.6
8332024-09-06T05:57:17.673Z Downloaded rustyline v14.0.0
8342024-09-06T05:57:17.673Z Downloaded http v0.2.12
8352024-09-06T05:57:17.673Z Downloaded ed25519 v2.2.3
8362024-09-06T05:57:17.697Z Downloaded dyn-clone v1.0.17
8372024-09-06T05:57:17.697Z Downloaded dsl_auto_type v0.1.2
8382024-09-06T05:57:17.697Z Downloaded dropshot_endpoint v0.10.1
8392024-09-06T05:57:17.697Z Downloaded dirs-sys-next v0.1.2
8402024-09-06T05:57:17.697Z Downloaded dirs-next v2.0.0
8412024-09-06T05:57:17.697Z Downloaded poly1305 v0.8.0
8422024-09-06T05:57:17.697Z Downloaded der v0.7.9
8432024-09-06T05:57:17.697Z Downloaded rand_xorshift v0.3.0
8442024-09-06T05:57:17.697Z Downloaded signature v2.2.0
8452024-09-06T05:57:17.697Z Downloaded signal-hook-tokio v0.3.1
8462024-09-06T05:57:17.697Z Downloaded shlex v1.3.0
8472024-09-06T05:57:17.697Z Downloaded shell-words v1.1.0
8482024-09-06T05:57:17.697Z Downloaded parking_lot_core v0.9.10
8492024-09-06T05:57:17.722Z Downloaded parking_lot_core v0.8.6
8502024-09-06T05:57:17.722Z Downloaded parking_lot v0.12.2
8512024-09-06T05:57:17.722Z Downloaded float-ord v0.3.2
8522024-09-06T05:57:17.722Z Downloaded float-cmp v0.9.0
8532024-09-06T05:57:17.722Z Downloaded sha1 v0.10.6
8542024-09-06T05:57:17.722Z Downloaded pkcs8 v0.10.2
8552024-09-06T05:57:17.722Z Downloaded futures v0.3.30
8562024-09-06T05:57:17.722Z Downloaded hickory-resolver v0.24.1
8572024-09-06T05:57:17.722Z Downloaded crossterm v0.27.0
8582024-09-06T05:57:17.746Z Downloaded env_logger v0.10.2
8592024-09-06T05:57:17.746Z Downloaded env_logger v0.9.3
8602024-09-06T05:57:17.746Z Downloaded typed-path v0.7.1
8612024-09-06T05:57:17.746Z Downloaded steno v0.4.1
8622024-09-06T05:57:17.746Z Downloaded foreign-types v0.3.2
8632024-09-06T05:57:17.747Z Downloaded downcast v0.11.0
8642024-09-06T05:57:17.771Z Downloaded ena v0.14.3
8652024-09-06T05:57:17.771Z Downloaded mio v1.0.2
8662024-09-06T05:57:17.771Z Downloaded aes-gcm v0.10.3
8672024-09-06T05:57:17.771Z Downloaded display-error-chain v0.2.1
8682024-09-06T05:57:17.771Z Downloaded difflib v0.4.0
8692024-09-06T05:57:17.771Z Downloaded diesel_table_macro_syntax v0.2.0
8702024-09-06T05:57:17.771Z Downloaded sigpipe v0.1.3
8712024-09-06T05:57:17.771Z Downloaded globset v0.4.14
8722024-09-06T05:57:17.771Z Downloaded glob v0.3.1
8732024-09-06T05:57:17.771Z Downloaded futures-channel v0.3.30
8742024-09-06T05:57:17.771Z Downloaded pkg-config v0.3.30
8752024-09-06T05:57:17.771Z Downloaded parking_lot v0.11.2
8762024-09-06T05:57:17.795Z Downloaded tracing-attributes v0.1.27
8772024-09-06T05:57:17.795Z Downloaded spin v0.9.8
8782024-09-06T05:57:17.795Z Downloaded slog-term v2.9.1
8792024-09-06T05:57:17.795Z Downloaded p256 v0.13.2
8802024-09-06T05:57:17.795Z Downloaded indicatif v0.17.8
8812024-09-06T05:57:17.819Z Downloaded heck v0.3.3
8822024-09-06T05:57:17.819Z Downloaded fatfs v0.3.6
8832024-09-06T05:57:17.819Z Downloaded elliptic-curve v0.13.8
8842024-09-06T05:57:17.819Z Downloaded hex-literal v0.4.1
8852024-09-06T05:57:17.819Z Downloaded hex v0.4.3
8862024-09-06T05:57:17.843Z Downloaded flagset v0.4.5
8872024-09-06T05:57:17.843Z Downloaded whoami v1.5.1
8882024-09-06T05:57:17.843Z Downloaded rustls-pki-types v1.7.0
8892024-09-06T05:57:17.843Z Downloaded r2d2 v0.8.10
8902024-09-06T05:57:17.843Z Downloaded fragile v2.0.0
8912024-09-06T05:57:17.843Z Downloaded aes v0.8.4
8922024-09-06T05:57:17.843Z Downloaded structmeta-derive v0.3.0
8932024-09-06T05:57:17.843Z Downloaded peg-macros v0.8.4
8942024-09-06T05:57:17.843Z Downloaded hashlink v0.9.1
8952024-09-06T05:57:17.843Z Downloaded slog-stdlog v4.1.1
8962024-09-06T05:57:17.843Z Downloaded tungstenite v0.23.0
8972024-09-06T05:57:17.868Z Downloaded miniz_oxide v0.7.2
8982024-09-06T05:57:17.868Z Downloaded libloading v0.8.3
8992024-09-06T05:57:17.868Z Downloaded wyz v0.5.1
9002024-09-06T05:57:17.868Z Downloaded serde_urlencoded v0.7.1
9012024-09-06T05:57:17.868Z Downloaded derive_builder_core v0.20.0
9022024-09-06T05:57:17.868Z Downloaded derive-where v1.2.7
9032024-09-06T05:57:17.868Z Downloaded zerocopy v0.6.6
9042024-09-06T05:57:17.868Z Downloaded yasna v0.5.2
9052024-09-06T05:57:17.868Z Downloaded zeroize v1.7.0
9062024-09-06T05:57:17.892Z Downloaded which v4.4.2
9072024-09-06T05:57:17.892Z Downloaded topological-sort v0.2.2
9082024-09-06T05:57:17.892Z Downloaded time-macros v0.2.18
9092024-09-06T05:57:17.892Z Downloaded time-core v0.1.2
9102024-09-06T05:57:17.892Z Downloaded quick-error v1.2.3
9112024-09-06T05:57:17.892Z Downloaded owo-colors v4.0.0
9122024-09-06T05:57:17.892Z Downloaded derive_builder v0.20.0
9132024-09-06T05:57:17.892Z Downloaded toml v0.7.8
9142024-09-06T05:57:17.892Z Downloaded cc v1.0.97
9152024-09-06T05:57:17.892Z Downloaded toolchain_find v0.4.0
9162024-09-06T05:57:17.892Z Downloaded sqlparser_derive v0.2.2
9172024-09-06T05:57:17.892Z Downloaded slog-scope v4.4.0
9182024-09-06T05:57:17.917Z Downloaded serde_plain v1.0.2
9192024-09-06T05:57:17.917Z Downloaded serde_path_to_error v0.1.16
9202024-09-06T05:57:17.917Z Downloaded radium v0.7.0
9212024-09-06T05:57:17.917Z Downloaded precomputed-hash v0.1.1
9222024-09-06T05:57:17.917Z Downloaded pem v3.0.4
9232024-09-06T05:57:17.917Z Downloaded oso-derive v0.27.3
9242024-09-06T05:57:17.917Z Downloaded fixedbitset v0.4.2
9252024-09-06T05:57:17.917Z Downloaded fallible-iterator v0.3.0
9262024-09-06T05:57:17.917Z Downloaded vte v0.11.1
9272024-09-06T05:57:17.917Z Downloaded vsss-rs v3.3.4
9282024-09-06T05:57:17.917Z Downloaded strip-ansi-escapes v0.2.0
9292024-09-06T05:57:17.917Z Downloaded slog v2.7.0
9302024-09-06T05:57:17.917Z Downloaded russh-keys v0.45.0
9312024-09-06T05:57:17.917Z Downloaded nu-ansi-term v0.50.0
9322024-09-06T05:57:17.941Z Downloaded multer v3.1.0
9332024-09-06T05:57:17.941Z Downloaded mockall_derive v0.13.0
9342024-09-06T05:57:17.941Z Downloaded indexmap v1.9.3
9352024-09-06T05:57:17.941Z Downloaded crypto-bigint v0.5.5
9362024-09-06T05:57:17.941Z Downloaded crossbeam-channel v0.5.12
9372024-09-06T05:57:17.941Z Downloaded compact_str v0.8.0
9382024-09-06T05:57:17.965Z Downloaded base64 v0.22.1
9392024-09-06T05:57:17.965Z Downloaded backtrace v0.3.71
9402024-09-06T05:57:17.965Z Downloaded sqlformat v0.2.4
9412024-09-06T05:57:17.965Z Downloaded spki v0.7.3
9422024-09-06T05:57:17.965Z Downloaded ppv-lite86 v0.2.17
9432024-09-06T05:57:17.965Z Downloaded powerfmt v0.2.0
9442024-09-06T05:57:17.965Z Downloaded peg v0.8.4
9452024-09-06T05:57:17.965Z Downloaded pbkdf2 v0.12.2
9462024-09-06T05:57:17.989Z Downloaded pbkdf2 v0.11.0
9472024-09-06T05:57:17.989Z Downloaded hash32 v0.3.1
9482024-09-06T05:57:17.989Z Downloaded hash32 v0.2.1
9492024-09-06T05:57:17.989Z Downloaded filetime v0.2.25
9502024-09-06T05:57:17.989Z Downloaded ff v0.13.0
9512024-09-06T05:57:17.989Z Downloaded fd-lock v4.0.2
9522024-09-06T05:57:17.989Z Downloaded embedded-io v0.4.0
9532024-09-06T05:57:17.989Z Downloaded deranged v0.3.11
9542024-09-06T05:57:17.989Z Downloaded der_derive v0.7.2
9552024-09-06T05:57:17.989Z Downloaded tokio-tungstenite v0.23.1
9562024-09-06T05:57:17.989Z Downloaded slog-envlogger v2.2.0
9572024-09-06T05:57:17.989Z Downloaded native-tls v0.2.11
9582024-09-06T05:57:17.989Z Downloaded mime v0.3.17
9592024-09-06T05:57:18.014Z Downloaded memmap2 v0.9.4
9602024-09-06T05:57:18.014Z Downloaded lock_api v0.4.12
9612024-09-06T05:57:18.014Z Downloaded linear-map v1.2.0
9622024-09-06T05:57:18.014Z Downloaded base64 v0.21.7
9632024-09-06T05:57:18.014Z Downloaded highway v1.2.0
9642024-09-06T05:57:18.014Z Downloaded fallible-iterator v0.2.0
9652024-09-06T05:57:18.014Z Downloaded erased-serde v0.3.31
9662024-09-06T05:57:18.014Z Downloaded stringprep v0.1.4
9672024-09-06T05:57:18.014Z Downloaded nodrop v0.1.14
9682024-09-06T05:57:18.014Z Downloaded nibble_vec v0.1.0
9692024-09-06T05:57:18.014Z Downloaded newtype-uuid v1.1.0
9702024-09-06T05:57:18.014Z Downloaded nanorand v0.7.0
9712024-09-06T05:57:18.014Z Downloaded mockall v0.13.0
9722024-09-06T05:57:18.038Z Downloaded miniz_oxide v0.8.0
9732024-09-06T05:57:18.038Z Downloaded headers-core v0.2.0
9742024-09-06T05:57:18.038Z Downloaded hmac v0.12.1
9752024-09-06T05:57:18.038Z Downloaded chacha20poly1305 v0.10.1
9762024-09-06T05:57:18.038Z Downloaded bytes v1.7.1
9772024-09-06T05:57:18.038Z Downloaded xattr v1.3.1
9782024-09-06T05:57:18.038Z Downloaded unarray v0.1.4
9792024-09-06T05:57:18.038Z Downloaded sct v0.7.1
9802024-09-06T05:57:18.062Z Downloaded md-5 v0.10.6
9812024-09-06T05:57:18.062Z Downloaded lru-cache v0.1.2
9822024-09-06T05:57:18.062Z Downloaded libefi-sys v0.1.0
9832024-09-06T05:57:18.062Z Downloaded hyper-rustls v0.24.2
9842024-09-06T05:57:18.062Z Downloaded hubpack v0.1.2
9852024-09-06T05:57:18.062Z Downloaded twox-hash v1.6.3
9862024-09-06T05:57:18.062Z Downloaded cookie v0.18.1
9872024-09-06T05:57:18.062Z Downloaded blake2 v0.10.6
9882024-09-06T05:57:18.062Z Downloaded crc-any v2.5.0
9892024-09-06T05:57:18.062Z Downloaded const_format v0.2.32
9902024-09-06T05:57:18.086Z Downloaded structmeta v0.3.0
9912024-09-06T05:57:18.086Z Downloaded structmeta v0.2.0
9922024-09-06T05:57:18.086Z Downloaded string_cache v0.8.7
9932024-09-06T05:57:18.086Z Downloaded stable_deref_trait v1.2.0
9942024-09-06T05:57:18.086Z Downloaded ssh-cipher v0.2.0
9952024-09-06T05:57:18.086Z Downloaded slog-dtrace v0.3.0
9962024-09-06T05:57:18.086Z Downloaded slog-bunyan v2.5.0
9972024-09-06T05:57:18.086Z Downloaded slog-async v2.8.0
9982024-09-06T05:57:18.086Z Downloaded mime_guess v2.0.4
9992024-09-06T05:57:18.086Z Downloaded semver v0.1.20
10002024-09-06T05:57:18.086Z Downloaded sec1 v0.7.3
10012024-09-06T05:57:18.087Z Downloaded lazy_static v1.5.0
10022024-09-06T05:57:18.087Z Downloaded keccak v0.1.5
10032024-09-06T05:57:18.087Z Downloaded indent_write v2.2.0
10042024-09-06T05:57:18.087Z Downloaded hostname v0.3.1
10052024-09-06T05:57:18.111Z Downloaded const-oid v0.9.6
10062024-09-06T05:57:18.111Z Downloaded secrecy v0.8.0
10072024-09-06T05:57:18.111Z Downloaded scrypt v0.11.0
10082024-09-06T05:57:18.111Z Downloaded crossbeam-utils v0.8.19
10092024-09-06T05:57:18.111Z Downloaded new_debug_unreachable v1.0.6
10102024-09-06T05:57:18.111Z Downloaded matches v0.1.10
10112024-09-06T05:57:18.111Z Downloaded csv-core v0.1.11
10122024-09-06T05:57:18.111Z Downloaded const_format_proc_macros v0.2.32
10132024-09-06T05:57:18.111Z Downloaded bcs v0.1.6
10142024-09-06T05:57:18.111Z Downloaded indoc v1.0.9
10152024-09-06T05:57:18.111Z Downloaded crc32fast v1.4.0
10162024-09-06T05:57:18.111Z Downloaded impl-trait-for-tuples v0.2.2
10172024-09-06T05:57:18.135Z Downloaded hyper-staticfile v0.9.5
10182024-09-06T05:57:18.135Z Downloaded humantime v2.1.0
10192024-09-06T05:57:18.135Z Downloaded clang-sys v1.7.0
10202024-09-06T05:57:18.135Z Downloaded linked-hash-map v0.5.6
10212024-09-06T05:57:18.135Z Downloaded inout v0.1.3
10222024-09-06T05:57:18.135Z Downloaded resolv-conf v0.7.0
10232024-09-06T05:57:18.135Z Downloaded libsw v3.3.1
10242024-09-06T05:57:18.135Z Downloaded jobserver v0.1.32
10252024-09-06T05:57:18.135Z Downloaded httparse v1.8.0
10262024-09-06T05:57:18.135Z Downloaded memoffset v0.9.1
10272024-09-06T05:57:18.135Z Downloaded maybe-uninit v2.0.0
10282024-09-06T05:57:18.135Z Downloaded lru v0.12.3
10292024-09-06T05:57:18.135Z Downloaded ciborium v0.2.2
10302024-09-06T05:57:18.135Z Downloaded arc-swap v1.7.1
10312024-09-06T05:57:18.160Z Downloaded num v0.4.3
10322024-09-06T05:57:18.160Z Downloaded managed v0.8.0
10332024-09-06T05:57:18.160Z Downloaded lalrpop-util v0.19.12
10342024-09-06T05:57:18.160Z Downloaded kstat-rs v0.2.4
10352024-09-06T05:57:18.160Z Downloaded is-terminal v0.4.12
10362024-09-06T05:57:18.160Z Downloaded instant v0.1.12
10372024-09-06T05:57:18.160Z Downloaded crc v3.2.1
10382024-09-06T05:57:18.160Z Downloaded chacha20 v0.9.1
10392024-09-06T05:57:18.160Z Downloaded allocator-api2 v0.2.18
10402024-09-06T05:57:18.160Z Downloaded httpdate v1.0.3
10412024-09-06T05:57:18.160Z Downloaded http-body v0.4.6
10422024-09-06T05:57:18.160Z Downloaded home v0.5.9
10432024-09-06T05:57:18.160Z Downloaded darling v0.20.9
10442024-09-06T05:57:18.184Z Downloaded convert_case v0.4.0
10452024-09-06T05:57:18.184Z Downloaded cassowary v0.3.0
10462024-09-06T05:57:18.184Z Downloaded block-padding v0.3.3
10472024-09-06T05:57:18.184Z Downloaded bit-set v0.5.3
10482024-09-06T05:57:18.184Z Downloaded md5 v0.7.0
10492024-09-06T05:57:18.184Z Downloaded match_cfg v0.1.0
10502024-09-06T05:57:18.184Z Downloaded lazycell v1.3.0
10512024-09-06T05:57:18.184Z Downloaded hyper-tls v0.5.0
10522024-09-06T05:57:18.184Z Downloaded hostname v0.4.0
10532024-09-06T05:57:18.184Z Downloaded crossbeam-epoch v0.9.18
10542024-09-06T05:57:18.184Z Downloaded crossbeam-deque v0.8.5
10552024-09-06T05:57:18.184Z Downloaded cobs v0.2.3
10562024-09-06T05:57:18.184Z Downloaded bitfield v0.14.0
10572024-09-06T05:57:18.184Z Downloaded bb8 v0.8.5
10582024-09-06T05:57:18.184Z Downloaded cipher v0.4.4
10592024-09-06T05:57:18.209Z Downloaded ctr v0.9.2
10602024-09-06T05:57:18.209Z Downloaded cstr-argument v0.1.2
10612024-09-06T05:57:18.209Z Downloaded cookie_store v0.20.0
10622024-09-06T05:57:18.209Z Downloaded bitflags v1.3.2
10632024-09-06T05:57:18.209Z Downloaded arrayvec v0.7.4
10642024-09-06T05:57:18.209Z Downloaded ahash v0.8.11
10652024-09-06T05:57:18.209Z Downloaded is_ci v1.2.0
10662024-09-06T05:57:18.209Z Downloaded hubpack_derive v0.1.1
10672024-09-06T05:57:18.209Z Downloaded addr2line v0.21.0
10682024-09-06T05:57:18.209Z Downloaded cancel-safe-futures v0.1.5
10692024-09-06T05:57:18.209Z Downloaded bzip2 v0.4.4
10702024-09-06T05:57:18.233Z Downloaded bitstruct_derive v0.1.0
10712024-09-06T05:57:18.233Z Downloaded base64ct v1.6.0
10722024-09-06T05:57:18.233Z Downloaded ascii v1.1.0
10732024-09-06T05:57:18.233Z Downloaded argon2 v0.5.3
10742024-09-06T05:57:18.233Z Downloaded ciborium-io v0.2.2
10752024-09-06T05:57:18.233Z Downloaded cfg_aliases v0.1.1
10762024-09-06T05:57:18.233Z Downloaded blowfish v0.9.1
10772024-09-06T05:57:18.233Z Downloaded constant_time_eq v0.3.0
10782024-09-06T05:57:18.233Z Downloaded cexpr v0.6.0
10792024-09-06T05:57:18.233Z Downloaded cbc v0.1.2
10802024-09-06T05:57:18.233Z Downloaded castaway v0.2.3
10812024-09-06T05:57:18.233Z Downloaded buf-list v1.0.3
10822024-09-06T05:57:18.233Z Downloaded bitfield-struct v0.6.1
10832024-09-06T05:57:18.233Z Downloaded bit-vec v0.6.3
10842024-09-06T05:57:18.257Z Downloaded bcrypt-pbkdf v0.10.0
10852024-09-06T05:57:18.257Z Downloaded backoff v0.4.0
10862024-09-06T05:57:18.257Z Downloaded async-trait v0.1.81
10872024-09-06T05:57:18.257Z Downloaded async-bb8-diesel v0.2.1
10882024-09-06T05:57:18.257Z Downloaded curve25519-dalek-derive v0.1.1
10892024-09-06T05:57:18.257Z Downloaded ciborium-ll v0.2.2
10902024-09-06T05:57:18.257Z Downloaded atomic-waker v1.1.2
10912024-09-06T05:57:18.257Z Downloaded async-recursion v1.1.1
10922024-09-06T05:57:18.257Z Downloaded arrayref v0.3.7
10932024-09-06T05:57:18.257Z Downloaded colored v2.1.0
10942024-09-06T05:57:18.257Z Downloaded async-stream v0.3.5
10952024-09-06T05:57:18.257Z Downloaded array-init v0.0.4
10962024-09-06T05:57:18.257Z Downloaded aead v0.5.2
10972024-09-06T05:57:18.281Z Downloaded adler2 v2.0.0
10982024-09-06T05:57:18.281Z Downloaded adler v1.0.2
10992024-09-06T05:57:18.281Z Downloaded ascii-canvas v3.0.0
11002024-09-06T05:57:18.281Z Downloaded cfg_aliases v0.2.1
11012024-09-06T05:57:18.281Z Downloaded atty v0.2.14
11022024-09-06T05:57:18.281Z Downloaded async-stream-impl v0.3.5
11032024-09-06T05:57:18.281Z Downloaded assert_matches v1.5.0
11042024-09-06T05:57:18.375Z Compiling serde v1.0.208
11052024-09-06T05:57:18.399Z Compiling typenum v1.17.0
11062024-09-06T05:57:18.399Z Compiling generic-array v0.14.7
11072024-09-06T05:57:18.399Z Compiling lock_api v0.4.12
11082024-09-06T05:57:18.399Z Compiling scopeguard v1.2.0
11092024-09-06T05:57:18.399Z Compiling log v0.4.21
11102024-09-06T05:57:18.399Z Compiling syn v2.0.74
11112024-09-06T05:57:18.399Z Compiling getrandom v0.2.14
11122024-09-06T05:57:18.598Z Compiling jobserver v0.1.32
11132024-09-06T05:57:18.698Z Compiling rand_core v0.6.4
11142024-09-06T05:57:18.904Z Compiling subtle v2.5.0
11152024-09-06T05:57:18.949Z Compiling cc v1.0.97
11162024-09-06T05:57:18.973Z Compiling const-oid v0.9.6
11172024-09-06T05:57:19.166Z Compiling pin-project-lite v0.2.14
11182024-09-06T05:57:19.225Z Compiling smallvec v1.13.2
11192024-09-06T05:57:19.289Z Compiling parking_lot_core v0.9.10
11202024-09-06T05:57:19.359Z Compiling signal-hook-registry v1.4.2
11212024-09-06T05:57:19.459Z Compiling spin v0.9.8
11222024-09-06T05:57:19.586Z Compiling mio v1.0.2
11232024-09-06T05:57:19.806Z Compiling ahash v0.8.11
11242024-09-06T05:57:20.094Z Compiling parking_lot v0.12.2
11252024-09-06T05:57:20.118Z Compiling tinyvec_macros v0.1.1
11262024-09-06T05:57:20.206Z Compiling tinyvec v1.6.0
11272024-09-06T05:57:20.377Z Compiling socket2 v0.5.7
11282024-09-06T05:57:20.489Z Compiling cpufeatures v0.2.12
11292024-09-06T05:57:20.584Z Compiling futures-sink v0.3.30
11302024-09-06T05:57:20.633Z Compiling futures-core v0.3.30
11312024-09-06T05:57:20.729Z Compiling serde_json v1.0.125
11322024-09-06T05:57:20.753Z Compiling libm v0.2.8
11332024-09-06T05:57:20.858Z Compiling slab v0.4.9
11342024-09-06T05:57:20.881Z Compiling num-traits v0.2.19
11352024-09-06T05:57:21.054Z Compiling unicode-bidi v0.3.15
11362024-09-06T05:57:21.108Z Compiling allocator-api2 v0.2.18
11372024-09-06T05:57:21.343Z Compiling futures-channel v0.3.30
11382024-09-06T05:57:21.443Z Compiling unicode-normalization v0.1.23
11392024-09-06T05:57:21.529Z Compiling pin-utils v0.1.0
11402024-09-06T05:57:21.617Z Compiling pkg-config v0.3.30
11412024-09-06T05:57:21.721Z Compiling futures-task v0.3.30
11422024-09-06T05:57:21.791Z Compiling vcpkg v0.2.15
11432024-09-06T05:57:21.985Z Compiling futures-io v0.3.30
11442024-09-06T05:57:22.406Z Compiling base64ct v1.6.0
11452024-09-06T05:57:22.466Z Compiling percent-encoding v2.3.1
11462024-09-06T05:57:22.509Z Compiling ring v0.17.8
11472024-09-06T05:57:22.565Z Compiling ppv-lite86 v0.2.17
11482024-09-06T05:57:22.848Z Compiling flagset v0.4.5
11492024-09-06T05:57:23.004Z Compiling pem-rfc7468 v0.7.0
11502024-09-06T05:57:23.087Z Compiling tracing-core v0.1.32
11512024-09-06T05:57:23.188Z Compiling rustix v0.38.34
11522024-09-06T05:57:23.281Z Compiling rand_chacha v0.3.1
11532024-09-06T05:57:23.669Z Compiling untrusted v0.9.0
11542024-09-06T05:57:23.841Z Compiling rand v0.8.5
11552024-09-06T05:57:23.949Z Compiling openssl-sys v0.9.103
11562024-09-06T05:57:24.159Z Compiling foreign-types-shared v0.1.1
11572024-09-06T05:57:24.219Z Compiling openssl v0.10.66
11582024-09-06T05:57:24.272Z Compiling num-conv v0.1.0
11592024-09-06T05:57:24.335Z Compiling time-core v0.1.2
11602024-09-06T05:57:24.498Z Compiling rustversion v1.0.17
11612024-09-06T05:57:24.531Z Compiling httparse v1.8.0
11622024-09-06T05:57:24.600Z Compiling powerfmt v0.2.0
11632024-09-06T05:57:24.965Z Compiling deranged v0.3.11
11642024-09-06T05:57:25.007Z Compiling time-macros v0.2.18
11652024-09-06T05:57:25.212Z Compiling foreign-types v0.3.2
11662024-09-06T05:57:25.278Z Compiling form_urlencoded v1.2.1
11672024-09-06T05:57:25.307Z Compiling aho-corasick v1.1.3
11682024-09-06T05:57:25.567Z Compiling siphasher v0.3.11
11692024-09-06T05:57:25.590Z Compiling rustls v0.21.12
11702024-09-06T05:57:25.889Z Compiling native-tls v0.2.11
11712024-09-06T05:57:25.937Z Compiling crossbeam-utils v0.8.19
11722024-09-06T05:57:26.246Z Compiling syn v1.0.109
11732024-09-06T05:57:26.385Z Compiling num_threads v0.1.7
11742024-09-06T05:57:26.520Z Compiling regex-syntax v0.8.4
11752024-09-06T05:57:26.570Z Compiling try-lock v0.2.5
11762024-09-06T05:57:26.698Z Compiling want v0.3.1
11772024-09-06T05:57:27.002Z Compiling idna v0.5.0
11782024-09-06T05:57:27.670Z Compiling cookie v0.17.0
11792024-09-06T05:57:27.827Z Compiling time v0.3.36
11802024-09-06T05:57:27.941Z Compiling iana-time-zone v0.1.60
11812024-09-06T05:57:28.159Z Compiling openssl-probe v0.1.5
11822024-09-06T05:57:28.360Z Compiling httpdate v1.0.3
11832024-09-06T05:57:28.479Z Compiling slog v2.7.0
11842024-09-06T05:57:28.512Z Compiling finl_unicode v1.2.0
11852024-09-06T05:57:28.815Z Compiling tower-service v0.3.2
11862024-09-06T05:57:29.007Z Compiling stringprep v0.1.4
11872024-09-06T05:57:29.032Z Compiling url v2.5.2
11882024-09-06T05:57:29.993Z Compiling regex-automata v0.4.6
11892024-09-06T05:57:30.571Z Compiling rustls-webpki v0.101.7
11902024-09-06T05:57:30.917Z Compiling serde_derive v1.0.208
11912024-09-06T05:57:31.282Z Compiling zeroize_derive v1.4.2
11922024-09-06T05:57:31.991Z Compiling zerocopy-derive v0.7.34
11932024-09-06T05:57:32.254Z Compiling tokio-macros v2.4.0
11942024-09-06T05:57:32.278Z Compiling thiserror-impl v1.0.63
11952024-09-06T05:57:32.405Z Compiling futures-macro v0.3.30
11962024-09-06T05:57:32.717Z Compiling zeroize v1.7.0
11972024-09-06T05:57:33.790Z Compiling der_derive v0.7.2
11982024-09-06T05:57:34.068Z Compiling zerocopy v0.7.34
11992024-09-06T05:57:34.266Z Compiling futures-util v0.3.30
12002024-09-06T05:57:34.369Z Compiling crypto-common v0.1.6
12012024-09-06T05:57:34.596Z Compiling block-buffer v0.10.4
12022024-09-06T05:57:34.845Z Compiling digest v0.10.7
12032024-09-06T05:57:35.293Z Compiling hmac v0.12.1
12042024-09-06T05:57:35.317Z Compiling block-padding v0.3.3
12052024-09-06T05:57:35.520Z Compiling inout v0.1.3
12062024-09-06T05:57:35.548Z Compiling thiserror v1.0.63
12072024-09-06T05:57:35.687Z Compiling sha2 v0.10.8
12082024-09-06T05:57:35.791Z Compiling cipher v0.4.4
12092024-09-06T05:57:35.925Z Compiling pest v2.7.10
12102024-09-06T05:57:36.012Z Compiling hashbrown v0.14.5
12112024-09-06T05:57:36.269Z Compiling salsa20 v0.10.2
12122024-09-06T05:57:36.472Z Compiling der v0.7.9
12132024-09-06T05:57:37.271Z Compiling pbkdf2 v0.12.2
12142024-09-06T05:57:37.432Z Compiling scroll_derive v0.12.0
12152024-09-06T05:57:38.571Z Compiling pest_meta v2.7.10
12162024-09-06T05:57:38.703Z Compiling tracing-attributes v0.1.27
12172024-09-06T05:57:38.905Z Compiling scroll v0.12.0
12182024-09-06T05:57:39.477Z Compiling spki v0.7.3
12192024-09-06T05:57:39.693Z Compiling scrypt v0.11.0
12202024-09-06T05:57:39.808Z Compiling pest_generator v2.7.10
12212024-09-06T05:57:39.850Z Compiling cbc v0.1.2
12222024-09-06T05:57:40.088Z Compiling aes v0.8.4
12232024-09-06T05:57:40.246Z Compiling goblin v0.8.2
12242024-09-06T05:57:41.308Z Compiling pkcs5 v0.7.1
12252024-09-06T05:57:41.444Z Compiling openssl-macros v0.1.1
12262024-09-06T05:57:41.567Z Compiling sct v0.7.1
12272024-09-06T05:57:41.862Z Compiling pkcs8 v0.10.2
12282024-09-06T05:57:42.077Z Compiling tracing v0.1.40
12292024-09-06T05:57:42.285Z Compiling md-5 v0.10.6
12302024-09-06T05:57:42.409Z Compiling num-integer v0.1.46
12312024-09-06T05:57:42.562Z Compiling backtrace v0.3.71
12322024-09-06T05:57:42.586Z Compiling idna v0.3.0
12332024-09-06T05:57:42.627Z Compiling lazy_static v1.5.0
12342024-09-06T05:57:42.757Z Compiling hash32 v0.2.1
12352024-09-06T05:57:42.996Z Compiling base64 v0.22.1
12362024-09-06T05:57:43.104Z Compiling crc32fast v1.4.0
12372024-09-06T05:57:43.128Z Compiling pest_derive v2.7.10
12382024-09-06T05:57:43.156Z Compiling stable_deref_trait v1.2.0
12392024-09-06T05:57:43.261Z Compiling gimli v0.28.1
12402024-09-06T05:57:43.571Z Compiling bytes v1.7.1
12412024-09-06T05:57:43.704Z Compiling bitflags v2.6.0
12422024-09-06T05:57:43.824Z Compiling indexmap v2.4.0
12432024-09-06T05:57:43.982Z Compiling semver v1.0.23
12442024-09-06T05:57:44.670Z Compiling tokio v1.39.3
12452024-09-06T05:57:44.716Z Compiling http v0.2.12
12462024-09-06T05:57:45.039Z Compiling rustc_version v0.4.0
12472024-09-06T05:57:45.724Z Compiling heapless v0.7.17
12482024-09-06T05:57:46.129Z Compiling http-body v0.4.6
12492024-09-06T05:57:46.418Z Compiling dof v0.3.0
12502024-09-06T05:57:46.696Z Compiling dtrace-parser v0.2.0
12512024-09-06T05:57:46.952Z Compiling uuid v1.10.0
12522024-09-06T05:57:47.563Z Compiling usdt-impl v0.5.0
12532024-09-06T05:57:48.336Z Compiling chrono v0.4.38
12542024-09-06T05:57:48.389Z Compiling toml_datetime v0.6.8
12552024-09-06T05:57:48.630Z Compiling serde_tokenstream v0.2.2
12562024-09-06T05:57:48.835Z Compiling serde_spanned v0.6.7
12572024-09-06T05:57:48.969Z Compiling num-bigint-dig v0.8.4
12582024-09-06T05:57:49.054Z Compiling fallible-iterator v0.2.0
12592024-09-06T05:57:49.183Z Compiling signal-hook v0.3.17
12602024-09-06T05:57:49.244Z Compiling adler v1.0.2
12612024-09-06T05:57:49.425Z Compiling psl-types v2.0.11
12622024-09-06T05:57:49.449Z Compiling smoltcp v0.9.1
12632024-09-06T05:57:49.501Z Compiling miniz_oxide v0.7.2
12642024-09-06T05:57:49.603Z Compiling publicsuffix v2.2.3
12652024-09-06T05:57:49.672Z Compiling postgres-protocol v0.6.7
12662024-09-06T05:57:50.050Z Compiling addr2line v0.21.0
12672024-09-06T05:57:50.129Z Compiling terminal_size v0.3.0
12682024-09-06T05:57:50.284Z Compiling num-iter v0.1.45
12692024-09-06T05:57:50.319Z Compiling hubpack_derive v0.1.1
12702024-09-06T05:57:50.457Z Compiling zerocopy-derive v0.6.6
12712024-09-06T05:57:50.653Z Compiling async-trait v0.1.81
12722024-09-06T05:57:51.119Z Compiling phf_shared v0.11.2
12732024-09-06T05:57:51.475Z Compiling serde_derive_internals v0.29.1
12742024-09-06T05:57:51.529Z Compiling ff v0.13.0
12752024-09-06T05:57:51.679Z Compiling object v0.32.2
12762024-09-06T05:57:51.805Z Compiling fs-err v2.11.0
12772024-09-06T05:57:52.062Z Compiling tokio-util v0.7.11
12782024-09-06T05:57:52.272Z Compiling tokio-native-tls v0.3.1
12792024-09-06T05:57:52.347Z Compiling tokio-rustls v0.24.1
12802024-09-06T05:57:52.563Z Compiling either v1.13.0
12812024-09-06T05:57:52.731Z Compiling winnow v0.5.40
12822024-09-06T05:57:53.001Z Compiling h2 v0.3.26
12832024-09-06T05:57:53.113Z Compiling base64 v0.21.7
12842024-09-06T05:57:53.386Z Compiling anyhow v1.0.86
12852024-09-06T05:57:53.783Z Compiling schemars v0.8.21
12862024-09-06T05:57:53.928Z Compiling managed v0.8.0
12872024-09-06T05:57:54.018Z Compiling bitflags v1.3.2
12882024-09-06T05:57:54.115Z Compiling adler2 v2.0.0
12892024-09-06T05:57:54.139Z Compiling base16ct v0.2.0
12902024-09-06T05:57:54.163Z Compiling ipnet v2.9.0
12912024-09-06T05:57:54.322Z Compiling rustc-demangle v0.1.24
12922024-09-06T05:57:54.346Z Compiling sec1 v0.7.3
12932024-09-06T05:57:54.859Z Compiling miniz_oxide v0.8.0
12942024-09-06T05:57:55.193Z Compiling clap_builder v4.5.15
12952024-09-06T05:57:55.265Z Compiling schemars_derive v0.8.21
12962024-09-06T05:57:56.128Z Compiling toml_edit v0.19.15
12972024-09-06T05:57:56.354Z Compiling rustls-pemfile v1.0.4
12982024-09-06T05:57:56.378Z Compiling zerocopy v0.6.6
12992024-09-06T05:57:56.905Z Compiling group v0.13.0
13002024-09-06T05:57:57.115Z Compiling phf v0.11.2
13012024-09-06T05:57:57.220Z Compiling cookie_store v0.20.0
13022024-09-06T05:57:58.139Z Compiling hubpack v0.1.2
13032024-09-06T05:57:58.250Z Compiling postgres-types v0.2.7
13042024-09-06T05:57:58.856Z Compiling usdt-attr-macro v0.5.0
13052024-09-06T05:57:59.543Z Compiling hyper v0.14.30
13062024-09-06T05:57:59.567Z Compiling usdt-macro v0.5.0
13072024-09-06T05:58:00.304Z Compiling serde_urlencoded v0.7.1
13082024-09-06T05:58:00.611Z Compiling pkcs1 v0.7.5
13092024-09-06T05:58:00.779Z Compiling futures-executor v0.3.30
13102024-09-06T05:58:00.860Z Compiling hkdf v0.12.4
13112024-09-06T05:58:01.095Z Compiling signature v2.2.0
13122024-09-06T05:58:01.324Z Compiling regex v1.10.6
13132024-09-06T05:58:01.354Z Compiling bstr v1.9.1
13142024-09-06T05:58:01.497Z Compiling crypto-bigint v0.5.5
13152024-09-06T05:58:02.165Z Compiling clap_derive v4.5.13
13162024-09-06T05:58:02.281Z Compiling strum_macros v0.25.3
13172024-09-06T05:58:03.010Z Compiling enum-as-inner v0.6.0
13182024-09-06T05:58:03.097Z Compiling serde_repr v0.1.19
13192024-09-06T05:58:03.437Z Compiling phf_shared v0.10.0
13202024-09-06T05:58:03.786Z Compiling float-cmp v0.9.0
13212024-09-06T05:58:03.921Z Compiling idna v0.4.0
13222024-09-06T05:58:04.002Z Compiling mio v0.8.11
13232024-09-06T05:58:04.135Z Compiling encoding_rs v0.8.34
13242024-09-06T05:58:05.182Z Compiling whoami v1.5.1
13252024-09-06T05:58:05.301Z Compiling unicode-segmentation v1.11.0
13262024-09-06T05:58:05.773Z Compiling hyper-tls v0.5.0
13272024-09-06T05:58:05.800Z Compiling hyper-rustls v0.24.2
13282024-09-06T05:58:06.039Z Compiling bit-vec v0.6.3
13292024-09-06T05:58:06.108Z Compiling minimal-lexical v0.2.1
13302024-09-06T05:58:06.131Z Compiling normalize-line-endings v0.3.0
13312024-09-06T05:58:06.250Z Compiling static_assertions v1.1.0
13322024-09-06T05:58:06.355Z Compiling sync_wrapper v0.1.2
13332024-09-06T05:58:06.379Z Compiling difflib v0.4.0
13342024-09-06T05:58:06.459Z Compiling webpki-roots v0.25.4
13352024-09-06T05:58:06.485Z Compiling dyn-clone v1.0.17
13362024-09-06T05:58:06.568Z Compiling predicates-core v1.0.6
13372024-09-06T05:58:06.617Z Compiling data-encoding v2.6.0
13382024-09-06T05:58:06.641Z Compiling mime v0.3.17
13392024-09-06T05:58:06.689Z Compiling new_debug_unreachable v1.0.6
13402024-09-06T05:58:06.787Z Compiling fixedbitset v0.4.2
13412024-09-06T05:58:06.900Z Compiling precomputed-hash v0.1.1
13422024-09-06T05:58:07.013Z Compiling string_cache v0.8.7
13432024-09-06T05:58:07.182Z Compiling petgraph v0.6.5
13442024-09-06T05:58:07.217Z Compiling hickory-proto v0.24.1
13452024-09-06T05:58:07.514Z Compiling reqwest v0.11.27
13462024-09-06T05:58:07.821Z Compiling predicates v3.1.2
13472024-09-06T05:58:08.338Z Compiling toml_edit v0.22.20
13482024-09-06T05:58:08.769Z Compiling nom v7.1.3
13492024-09-06T05:58:09.359Z Compiling clap v4.5.16
13502024-09-06T05:58:09.478Z Compiling bit-set v0.5.3
13512024-09-06T05:58:09.728Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13522024-09-06T05:58:10.487Z Compiling console v0.15.8
13532024-09-06T05:58:10.698Z Compiling similar v2.6.0
13542024-09-06T05:58:11.058Z Compiling tokio-postgres v0.7.11
13552024-09-06T05:58:11.813Z Compiling signal-hook-mio v0.2.4
13562024-09-06T05:58:11.848Z Compiling usdt v0.5.0
13572024-09-06T05:58:11.983Z Compiling elliptic-curve v0.13.8
13582024-09-06T05:58:12.325Z Compiling rsa v0.9.6
13592024-09-06T05:58:12.715Z Compiling futures v0.3.30
13602024-09-06T05:58:12.739Z Compiling toml v0.7.8
13612024-09-06T05:58:12.818Z Compiling flate2 v1.0.33
13622024-09-06T05:58:14.444Z Compiling tokio-stream v0.1.15
13632024-09-06T05:58:14.854Z Compiling itertools v0.10.5
13642024-09-06T05:58:14.899Z Compiling itertools v0.12.1
13652024-09-06T05:58:15.303Z Compiling openapiv3 v2.0.0
13662024-09-06T05:58:15.445Z Compiling hex v0.4.3
13672024-09-06T05:58:15.780Z Compiling sha1 v0.10.6
13682024-09-06T05:58:15.943Z Compiling crossbeam-epoch v0.9.18
13692024-09-06T05:58:15.991Z Compiling dirs-sys-next v0.1.2
13702024-09-06T05:58:16.153Z Compiling peg-runtime v0.8.3
13712024-09-06T05:58:16.584Z Compiling unicode-xid v0.2.4
13722024-09-06T05:58:16.610Z Compiling lalrpop-util v0.19.12
13732024-09-06T05:58:16.749Z Compiling dirs-next v2.0.0
13742024-09-06T05:58:16.773Z Compiling thread_local v1.1.8
13752024-09-06T05:58:16.927Z Compiling slog-async v2.8.0
13762024-09-06T05:58:16.952Z Compiling term v0.7.0
13772024-09-06T05:58:17.240Z Compiling xattr v1.3.1
13782024-09-06T05:58:17.315Z Compiling strum_macros v0.26.4
13792024-09-06T05:58:17.502Z Compiling crossbeam-channel v0.5.12
13802024-09-06T05:58:17.529Z Compiling filetime v0.2.25
13812024-09-06T05:58:17.660Z Compiling is-terminal v0.4.12
13822024-09-06T05:58:17.771Z Compiling take_mut v0.2.2
13832024-09-06T05:58:17.818Z Compiling slog-term v2.9.1
13842024-09-06T05:58:17.904Z Compiling tar v0.4.41
13852024-09-06T05:58:18.474Z Compiling camino v1.1.9
13862024-09-06T05:58:19.622Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13872024-09-06T05:58:20.496Z Compiling strum v0.26.3
13882024-09-06T05:58:20.605Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13892024-09-06T05:58:27.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
13902024-09-06T05:58:27.369Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13912024-09-06T05:58:27.432ZSep 06 05:58:27.088 INFO Starting download, target: Clickhouse
13922024-09-06T05:58:27.432ZSep 06 05:58:27.088 INFO Starting download, target: Cockroach
13932024-09-06T05:58:27.432ZSep 06 05:58:27.088 INFO Starting download, target: Console
13942024-09-06T05:58:27.432ZSep 06 05:58:27.088 INFO Starting download, target: DendriteOpenapi
13952024-09-06T05:58:27.432ZSep 06 05:58:27.088 INFO Starting download, target: DendriteStub
13962024-09-06T05:58:27.432ZSep 06 05:58:27.088 INFO Starting download, target: MaghemiteMgd
13972024-09-06T05:58:27.432ZSep 06 05:58:27.088 INFO Starting download, target: TransceiverControl
13982024-09-06T05:58:27.457ZSep 06 05:58:27.090 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13992024-09-06T05:58:27.458ZSep 06 05:58:27.090 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14002024-09-06T05:58:27.458ZSep 06 05:58:27.090 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14012024-09-06T05:58:27.458ZSep 06 05:58:27.090 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14022024-09-06T05:58:27.458ZSep 06 05:58:27.091 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14032024-09-06T05:58:27.458ZSep 06 05:58:27.091 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14042024-09-06T05:58:27.458ZSep 06 05:58:27.091 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14052024-09-06T05:58:27.714ZSep 06 05:58:27.370 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14062024-09-06T05:58:28.045ZSep 06 05:58:27.702 INFO Download complete, target: Console
14072024-09-06T05:58:28.319ZSep 06 05:58:27.976 INFO Download complete, target: DendriteOpenapi
14082024-09-06T05:58:28.450ZSep 06 05:58:28.107 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14092024-09-06T05:58:29.129ZSep 06 05:58:28.786 INFO Download complete, target: TransceiverControl
14102024-09-06T05:58:29.609ZSep 06 05:58:29.263 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14112024-09-06T05:58:32.923ZSep 06 05:58:32.580 INFO Download complete, target: MaghemiteMgd
14122024-09-06T05:58:36.384ZSep 06 05:58:36.041 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14132024-09-06T05:58:38.083ZSep 06 05:58:37.740 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14142024-09-06T05:58:38.083ZSep 06 05:58:37.740 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14152024-09-06T05:58:39.596ZSep 06 05:58:39.253 INFO Download complete, target: DendriteStub
14162024-09-06T05:58:45.242ZSep 06 05:58:44.899 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14172024-09-06T05:58:47.074ZSep 06 05:58:46.731 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14182024-09-06T05:58:47.507ZSep 06 05:58:47.164 INFO Checking that binary works, target: Cockroach
14192024-09-06T05:58:47.724ZSep 06 05:58:47.381 INFO Download complete, target: Cockroach
14202024-09-06T05:59:00.787ZSep 06 05:59:00.444 INFO Checking that binary works, target: Clickhouse
14212024-09-06T05:59:00.938ZSep 06 05:59:00.594 INFO Download complete, target: Clickhouse
14222024-09-06T05:59:00.962ZAll builder prerequisites installed successfully, and PATH looks valid
14232024-09-06T05:59:00.986Z
14242024-09-06T05:59:00.986Zreal 4:08.129525361
14252024-09-06T05:59:00.986Zuser 10:23.570261647
14262024-09-06T05:59:00.986Zsys 2:26.466692740
14272024-09-06T05:59:00.986Ztrap 0.337819290
14282024-09-06T05:59:00.986Ztflt 0.651119419
14292024-09-06T05:59:00.986Zdflt 1.535578247
14302024-09-06T05:59:00.986Zkflt 0.008170344
14312024-09-06T05:59:00.986Zlock 24:16.148555773
14322024-09-06T05:59:00.986Zslp 39:49.311541409
14332024-09-06T05:59:00.986Zlat 45.569840221
14342024-09-06T05:59:00.986Zstop 1:47.234496077
14352024-09-06T05:59:00.987Z+ banner hack-check
14362024-09-06T05:59:00.987Z
14372024-09-06T05:59:00.987Z # # ## #### # # #### # # ###### #### # #
14382024-09-06T05:59:00.987Z # # # # # # # # # # # # # # # # #
14392024-09-06T05:59:00.987Z ###### # # # #### ##### # ###### ##### # ####
14402024-09-06T05:59:00.987Z # # ###### # # # # # # # # # #
14412024-09-06T05:59:00.987Z # # # # # # # # # # # # # # # # #
14422024-09-06T05:59:00.987Z # # # # #### # # #### # # ###### #### # #
14432024-09-06T05:59:00.987Z
14442024-09-06T05:59:00.987Z+ export CARGO_INCREMENTAL=0
14452024-09-06T05:59:00.987Z+ CARGO_INCREMENTAL=0
14462024-09-06T05:59:00.987Z+ ptime -m timeout 2h cargo xtask check-features --ci
14472024-09-06T05:59:01.737Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14482024-09-06T05:59:06.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
14492024-09-06T05:59:06.755Z Running `target/debug/xtask check-features --ci`
14502024-09-06T05:59:06.790Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14512024-09-06T05:59:06.790Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14522024-09-06T05:59:07.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
14532024-09-06T05:59:07.613Z Running `target/debug/xtask download cargo-hack`
14542024-09-06T05:59:08.887Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14552024-09-06T05:59:09.265Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14562024-09-06T05:59:15.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
14572024-09-06T05:59:15.139Z Running `target/debug/xtask-downloader cargo-hack`
14582024-09-06T05:59:15.189ZSep 06 05:59:14.846 INFO Starting download, target: CargoHack
14592024-09-06T05:59:15.213ZSep 06 05:59:14.847 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14602024-09-06T05:59:15.842ZSep 06 05:59:15.499 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14612024-09-06T05:59:15.958ZSep 06 05:59:15.615 INFO Download complete, target: CargoHack
14622024-09-06T05:59:15.983Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14632024-09-06T05:59:16.007Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14642024-09-06T05:59:16.205Zinfo: running `cargo check --bins` on api_identity (1/158)
14652024-09-06T05:59:16.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14662024-09-06T05:59:16.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14672024-09-06T05:59:16.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14682024-09-06T05:59:16.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
14692024-09-06T05:59:17.057Z
14702024-09-06T05:59:17.057Zinfo: running `cargo check --bins` on bootstore (2/158)
14712024-09-06T05:59:17.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14722024-09-06T05:59:17.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14732024-09-06T05:59:17.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14742024-09-06T05:59:17.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
14752024-09-06T05:59:17.949Z
14762024-09-06T05:59:17.949Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14772024-09-06T05:59:18.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14782024-09-06T05:59:18.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14792024-09-06T05:59:18.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14802024-09-06T05:59:18.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
14812024-09-06T05:59:18.852Z
14822024-09-06T05:59:18.852Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14832024-09-06T05:59:19.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14842024-09-06T05:59:19.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14852024-09-06T05:59:19.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14862024-09-06T05:59:19.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
14872024-09-06T05:59:19.720Z
14882024-09-06T05:59:19.720Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14892024-09-06T05:59:20.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14902024-09-06T05:59:20.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14912024-09-06T05:59:20.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14922024-09-06T05:59:20.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14932024-09-06T05:59:20.359Z
14942024-09-06T05:59:20.359Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14952024-09-06T05:59:20.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14962024-09-06T05:59:20.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14972024-09-06T05:59:20.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14982024-09-06T05:59:20.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
14992024-09-06T05:59:21.029Z
15002024-09-06T05:59:21.029Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
15012024-09-06T05:59:21.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15022024-09-06T05:59:21.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15032024-09-06T05:59:21.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15042024-09-06T05:59:21.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15052024-09-06T05:59:21.691Z
15062024-09-06T05:59:21.691Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15072024-09-06T05:59:22.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15082024-09-06T05:59:22.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15092024-09-06T05:59:22.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15102024-09-06T05:59:22.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15112024-09-06T05:59:22.348Z
15122024-09-06T05:59:22.348Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15132024-09-06T05:59:22.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15142024-09-06T05:59:23.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15152024-09-06T05:59:23.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15162024-09-06T05:59:23.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15172024-09-06T05:59:23.033Z
15182024-09-06T05:59:23.033Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15192024-09-06T05:59:23.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15202024-09-06T05:59:23.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15212024-09-06T05:59:23.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15222024-09-06T05:59:23.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
15232024-09-06T05:59:23.732Z
15242024-09-06T05:59:23.732Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15252024-09-06T05:59:24.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15262024-09-06T05:59:24.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15272024-09-06T05:59:24.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15282024-09-06T05:59:24.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15292024-09-06T05:59:24.417Z
15302024-09-06T05:59:24.417Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15312024-09-06T05:59:25.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-09-06T05:59:25.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-09-06T05:59:25.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-09-06T05:59:25.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15352024-09-06T05:59:25.090Z
15362024-09-06T05:59:25.090Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15372024-09-06T05:59:25.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-09-06T05:59:25.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-09-06T05:59:25.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-09-06T05:59:25.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15412024-09-06T05:59:25.748Z
15422024-09-06T05:59:25.748Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15432024-09-06T05:59:26.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-09-06T05:59:26.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-09-06T05:59:26.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-09-06T05:59:26.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15472024-09-06T05:59:26.411Z
15482024-09-06T05:59:26.411Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15492024-09-06T05:59:27.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-09-06T05:59:27.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-09-06T05:59:27.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-09-06T05:59:27.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15532024-09-06T05:59:27.089Z
15542024-09-06T05:59:27.089Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15552024-09-06T05:59:27.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-09-06T05:59:27.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-09-06T05:59:27.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-09-06T05:59:27.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15592024-09-06T05:59:27.753Z
15602024-09-06T05:59:27.753Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15612024-09-06T05:59:28.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-09-06T05:59:28.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-09-06T05:59:28.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-09-06T05:59:28.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15652024-09-06T05:59:28.437Z
15662024-09-06T05:59:28.437Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15672024-09-06T05:59:29.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-09-06T05:59:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-09-06T05:59:29.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-09-06T05:59:29.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15712024-09-06T05:59:29.099Z
15722024-09-06T05:59:29.099Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15732024-09-06T05:59:29.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-09-06T05:59:29.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-09-06T05:59:29.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-09-06T05:59:29.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15772024-09-06T05:59:29.786Z
15782024-09-06T05:59:29.786Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15792024-09-06T05:59:30.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-09-06T05:59:30.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-09-06T05:59:30.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-09-06T05:59:30.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15832024-09-06T05:59:30.428Z
15842024-09-06T05:59:30.428Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15852024-09-06T05:59:31.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-09-06T05:59:31.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-09-06T05:59:31.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-09-06T05:59:31.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15892024-09-06T05:59:31.106Z
15902024-09-06T05:59:31.106Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15912024-09-06T05:59:31.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-09-06T05:59:31.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-09-06T05:59:31.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-09-06T05:59:31.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
15952024-09-06T05:59:31.815Z
15962024-09-06T05:59:31.815Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15972024-09-06T05:59:32.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-09-06T05:59:32.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-09-06T05:59:32.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-09-06T05:59:32.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16012024-09-06T05:59:32.460Z
16022024-09-06T05:59:32.460Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
16032024-09-06T05:59:33.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-09-06T05:59:33.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-09-06T05:59:33.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-09-06T05:59:33.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16072024-09-06T05:59:33.127Z
16082024-09-06T05:59:33.127Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16092024-09-06T05:59:33.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-09-06T05:59:33.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-09-06T05:59:33.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-09-06T05:59:33.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16132024-09-06T05:59:34.031Z
16142024-09-06T05:59:34.031Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16152024-09-06T05:59:34.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-09-06T05:59:34.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-09-06T05:59:34.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-09-06T05:59:34.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16192024-09-06T05:59:34.929Z
16202024-09-06T05:59:34.929Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16212024-09-06T05:59:35.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-09-06T05:59:35.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-09-06T05:59:35.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-09-06T05:59:35.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
16252024-09-06T05:59:35.811Z
16262024-09-06T05:59:35.811Zinfo: running `cargo check --bins` on oxlog (28/158)
16272024-09-06T05:59:36.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-09-06T05:59:36.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-09-06T05:59:36.659Z Checking cfg-if v1.0.0
16302024-09-06T05:59:36.683Z Checking libc v0.2.158
16312024-09-06T05:59:36.683Z Checking memchr v2.7.2
16322024-09-06T05:59:36.707Z Checking serde v1.0.208
16332024-09-06T05:59:36.731Z Checking zeroize v1.7.0
16342024-09-06T05:59:36.756Z Checking typenum v1.17.0
16352024-09-06T05:59:36.756Z Checking scopeguard v1.2.0
16362024-09-06T05:59:36.756Z Checking byteorder v1.5.0
16372024-09-06T05:59:36.788Z Checking log v0.4.21
16382024-09-06T05:59:36.892Z Checking lock_api v0.4.12
16392024-09-06T05:59:36.976Z Checking subtle v2.5.0
16402024-09-06T05:59:37.052Z Checking once_cell v1.19.0
16412024-09-06T05:59:37.132Z Checking const-oid v0.9.6
16422024-09-06T05:59:37.210Z Checking itoa v1.0.11
16432024-09-06T05:59:37.258Z Checking smallvec v1.13.2
16442024-09-06T05:59:37.334Z Checking pin-project-lite v0.2.14
16452024-09-06T05:59:37.426Z Checking zerocopy v0.7.34
16462024-09-06T05:59:37.451Z Checking spin v0.9.8
16472024-09-06T05:59:37.475Z Checking tinyvec_macros v0.1.1
16482024-09-06T05:59:37.563Z Checking tinyvec v1.6.0
16492024-09-06T05:59:37.587Z Checking futures-core v0.3.30
16502024-09-06T05:59:37.666Z Checking getrandom v0.2.14
16512024-09-06T05:59:37.752Z Checking parking_lot_core v0.9.10
16522024-09-06T05:59:37.776Z Checking signal-hook-registry v1.4.2
16532024-09-06T05:59:37.823Z Checking generic-array v0.14.7
16542024-09-06T05:59:37.897Z Checking rand_core v0.6.4
16552024-09-06T05:59:38.000Z Checking mio v1.0.2
16562024-09-06T05:59:38.048Z Checking parking_lot v0.12.2
16572024-09-06T05:59:38.169Z Checking socket2 v0.5.7
16582024-09-06T05:59:38.384Z Checking cpufeatures v0.2.12
16592024-09-06T05:59:38.470Z Checking futures-sink v0.3.30
16602024-09-06T05:59:38.514Z Checking unicode-bidi v0.3.15
16612024-09-06T05:59:38.539Z Checking allocator-api2 v0.2.18
16622024-09-06T05:59:38.602Z Checking libm v0.2.8
16632024-09-06T05:59:38.626Z Checking equivalent v1.0.1
16642024-09-06T05:59:38.668Z Checking unicode-normalization v0.1.23
16652024-09-06T05:59:38.692Z Checking ahash v0.8.11
16662024-09-06T05:59:38.721Z Checking ryu v1.0.18
16672024-09-06T05:59:38.798Z Checking crypto-common v0.1.6
16682024-09-06T05:59:38.926Z Checking block-buffer v0.10.4
16692024-09-06T05:59:38.950Z Checking block-padding v0.3.3
16702024-09-06T05:59:39.045Z Checking futures-channel v0.3.30
16712024-09-06T05:59:39.104Z Checking slab v0.4.9
16722024-09-06T05:59:39.128Z Checking digest v0.10.7
16732024-09-06T05:59:39.152Z Checking inout v0.1.3
16742024-09-06T05:59:39.176Z Checking hashbrown v0.14.5
16752024-09-06T05:59:39.330Z Checking pin-utils v0.1.0
16762024-09-06T05:59:39.354Z Checking cipher v0.4.4
16772024-09-06T05:59:39.378Z Checking futures-task v0.3.30
16782024-09-06T05:59:39.402Z Checking futures-io v0.3.30
16792024-09-06T05:59:39.426Z Checking num-traits v0.2.19
16802024-09-06T05:59:39.458Z Checking base64ct v1.6.0
16812024-09-06T05:59:39.482Z Checking hmac v0.12.1
16822024-09-06T05:59:39.563Z Checking sha2 v0.10.8
16832024-09-06T05:59:39.587Z Checking futures-util v0.3.30
16842024-09-06T05:59:39.647Z Checking percent-encoding v2.3.1
16852024-09-06T05:59:39.707Z Checking flagset v0.4.5
16862024-09-06T05:59:39.818Z Checking pem-rfc7468 v0.7.0
16872024-09-06T05:59:39.843Z Checking ppv-lite86 v0.2.17
16882024-09-06T05:59:39.882Z Checking salsa20 v0.10.2
16892024-09-06T05:59:40.042Z Checking pbkdf2 v0.12.2
16902024-09-06T05:59:40.066Z Checking der v0.7.9
16912024-09-06T05:59:40.089Z Checking tracing-core v0.1.32
16922024-09-06T05:59:40.173Z Checking fnv v1.0.7
16932024-09-06T05:59:40.197Z Checking untrusted v0.9.0
16942024-09-06T05:59:40.295Z Checking scrypt v0.11.0
16952024-09-06T05:59:40.323Z Checking ring v0.17.8
16962024-09-06T05:59:40.408Z Checking rand_chacha v0.3.1
16972024-09-06T05:59:40.503Z Checking cbc v0.1.2
16982024-09-06T05:59:40.674Z Checking tracing v0.1.40
16992024-09-06T05:59:40.698Z Checking aes v0.8.4
17002024-09-06T05:59:40.738Z Checking rand v0.8.5
17012024-09-06T05:59:40.848Z Checking thiserror v1.0.63
17022024-09-06T05:59:40.971Z Checking foreign-types-shared v0.1.1
17032024-09-06T05:59:41.006Z Checking form_urlencoded v1.2.1
17042024-09-06T05:59:41.072Z Checking foreign-types v0.3.2
17052024-09-06T05:59:41.098Z Checking bytes v1.7.1
17062024-09-06T05:59:41.161Z Checking bitflags v2.6.0
17072024-09-06T05:59:41.187Z Checking indexmap v2.4.0
17082024-09-06T05:59:41.443Z Checking serde_json v1.0.125
17092024-09-06T05:59:41.467Z Checking openssl-sys v0.9.103
17102024-09-06T05:59:41.668Z Checking spki v0.7.3
17112024-09-06T05:59:41.776Z Checking aho-corasick v1.1.3
17122024-09-06T05:59:41.800Z Checking tokio v1.39.3
17132024-09-06T05:59:41.925Z Checking http v0.2.12
17142024-09-06T05:59:41.949Z Checking pkcs5 v0.7.1
17152024-09-06T05:59:42.261Z Checking try-lock v0.2.5
17162024-09-06T05:59:42.387Z Checking unicode-ident v1.0.12
17172024-09-06T05:59:42.411Z Checking regex-syntax v0.8.4
17182024-09-06T05:59:42.537Z Checking siphasher v0.3.11
17192024-09-06T05:59:42.564Z Checking powerfmt v0.2.0
17202024-09-06T05:59:42.788Z Checking openssl v0.10.66
17212024-09-06T05:59:42.812Z Checking deranged v0.3.11
17222024-09-06T05:59:42.837Z Checking proc-macro2 v1.0.86
17232024-09-06T05:59:43.082Z Checking http-body v0.4.6
17242024-09-06T05:59:43.219Z Checking pkcs8 v0.10.2
17252024-09-06T05:59:43.435Z Checking want v0.3.1
17262024-09-06T05:59:43.459Z Checking rustls-webpki v0.101.7
17272024-09-06T05:59:43.533Z Checking sct v0.7.1
17282024-09-06T05:59:43.589Z Checking uuid v1.10.0
17292024-09-06T05:59:43.703Z Checking idna v0.5.0
17302024-09-06T05:59:44.034Z Checking httparse v1.8.0
17312024-09-06T05:59:44.060Z Checking errno v0.3.9
17322024-09-06T05:59:44.105Z Checking scroll v0.12.0
17332024-09-06T05:59:44.215Z Checking finl_unicode v1.2.0
17342024-09-06T05:59:44.336Z Checking num_threads v0.1.7
17352024-09-06T05:59:44.367Z Checking openssl-probe v0.1.5
17362024-09-06T05:59:44.391Z Checking anstyle v1.0.8
17372024-09-06T05:59:44.441Z Checking tower-service v0.3.2
17382024-09-06T05:59:44.506Z Checking iana-time-zone v0.1.60
17392024-09-06T05:59:44.530Z Checking utf8parse v0.2.1
17402024-09-06T05:59:44.554Z Checking time-core v0.1.2
17412024-09-06T05:59:44.639Z Checking num-conv v0.1.0
17422024-09-06T05:59:44.663Z Checking plain v0.2.3
17432024-09-06T05:59:44.687Z Checking ucd-trie v0.1.6
17442024-09-06T05:59:44.711Z Checking httpdate v1.0.3
17452024-09-06T05:59:44.735Z Checking stringprep v0.1.4
17462024-09-06T05:59:44.790Z Checking goblin v0.8.2
17472024-09-06T05:59:44.855Z Checking time v0.3.36
17482024-09-06T05:59:44.879Z Checking pest v2.7.10
17492024-09-06T05:59:44.915Z Checking anstyle-parse v0.2.4
17502024-09-06T05:59:44.957Z Checking chrono v0.4.38
17512024-09-06T05:59:45.073Z Checking regex-automata v0.4.6
17522024-09-06T05:59:45.160Z Checking url v2.5.2
17532024-09-06T05:59:45.886Z Checking rustix v0.38.34
17542024-09-06T05:59:46.817Z Checking rustls v0.21.12
17552024-09-06T05:59:47.102Z Checking quote v1.0.36
17562024-09-06T05:59:47.126Z Checking serde_spanned v0.6.7
17572024-09-06T05:59:47.338Z Checking toml_datetime v0.6.8
17582024-09-06T05:59:47.463Z Checking num-integer v0.1.46
17592024-09-06T05:59:47.532Z Checking native-tls v0.2.11
17602024-09-06T05:59:47.618Z Checking md-5 v0.10.6
17612024-09-06T05:59:47.732Z Checking idna v0.3.0
17622024-09-06T05:59:47.828Z Checking lazy_static v1.5.0
17632024-09-06T05:59:47.852Z Checking hash32 v0.2.1
17642024-09-06T05:59:47.915Z Checking colorchoice v1.0.1
17652024-09-06T05:59:47.952Z Checking anstyle-query v1.0.3
17662024-09-06T05:59:48.045Z Checking psl-types v2.0.11
17672024-09-06T05:59:48.088Z Checking is_terminal_polyfill v1.70.0
17682024-09-06T05:59:48.145Z Checking fallible-iterator v0.2.0
17692024-09-06T05:59:48.208Z Checking gimli v0.28.1
17702024-09-06T05:59:48.231Z Checking base64 v0.22.1
17712024-09-06T05:59:48.255Z Checking tokio-util v0.7.11
17722024-09-06T05:59:48.506Z Checking stable_deref_trait v1.2.0
17732024-09-06T05:59:48.600Z Checking adler v1.0.2
17742024-09-06T05:59:48.661Z Checking pretty-hex v0.4.1
17752024-09-06T05:59:48.715Z Checking postgres-protocol v0.6.7
17762024-09-06T05:59:48.739Z Checking miniz_oxide v0.7.2
17772024-09-06T05:59:48.824Z Checking heapless v0.7.17
17782024-09-06T05:59:49.033Z Checking h2 v0.3.26
17792024-09-06T05:59:49.110Z Checking publicsuffix v2.2.3
17802024-09-06T05:59:49.196Z Checking dof v0.3.0
17812024-09-06T05:59:49.220Z Checking tokio-native-tls v0.3.1
17822024-09-06T05:59:49.267Z Checking anstream v0.6.14
17832024-09-06T05:59:49.331Z Checking num-iter v0.1.45
17842024-09-06T05:59:49.440Z Checking terminal_size v0.3.0
17852024-09-06T05:59:49.489Z Checking syn v2.0.74
17862024-09-06T05:59:49.595Z Checking dtrace-parser v0.2.0
17872024-09-06T05:59:49.619Z Checking cookie v0.17.0
17882024-09-06T05:59:49.728Z Checking tokio-rustls v0.24.1
17892024-09-06T05:59:49.752Z Checking phf_shared v0.11.2
17902024-09-06T05:59:49.776Z Checking ff v0.13.0
17912024-09-06T05:59:49.944Z Checking thread-id v4.2.1
17922024-09-06T05:59:49.978Z Checking object v0.32.2
17932024-09-06T05:59:50.002Z Checking strsim v0.11.1
17942024-09-06T05:59:50.026Z Checking managed v0.8.0
17952024-09-06T05:59:50.050Z Checking base16ct v0.2.0
17962024-09-06T05:59:50.074Z Checking bitflags v1.3.2
17972024-09-06T05:59:50.159Z Checking adler2 v2.0.0
17982024-09-06T05:59:50.227Z Checking base64 v0.21.7
17992024-09-06T05:59:50.251Z Checking winnow v0.5.40
18002024-09-06T05:59:50.294Z Checking clap_lex v0.7.0
18012024-09-06T05:59:50.349Z Checking rustc-demangle v0.1.24
18022024-09-06T05:59:50.517Z Checking ipnet v2.9.0
18032024-09-06T05:59:50.641Z Checking either v1.13.0
18042024-09-06T05:59:50.722Z Checking rustls-pemfile v1.0.4
18052024-09-06T05:59:50.888Z Checking clap_builder v4.5.15
18062024-09-06T05:59:50.931Z Checking smoltcp v0.9.1
18072024-09-06T05:59:50.969Z Checking miniz_oxide v0.8.0
18082024-09-06T05:59:51.489Z Checking addr2line v0.21.0
18092024-09-06T05:59:51.577Z Checking sec1 v0.7.3
18102024-09-06T05:59:51.898Z Checking phf v0.11.2
18112024-09-06T05:59:51.924Z Checking cookie_store v0.20.0
18122024-09-06T05:59:52.145Z Checking group v0.13.0
18132024-09-06T05:59:52.169Z Checking num-bigint-dig v0.8.4
18142024-09-06T05:59:52.383Z Checking postgres-types v0.2.7
18152024-09-06T05:59:52.477Z Checking bstr v1.9.1
18162024-09-06T05:59:52.761Z Checking toml_edit v0.19.15
18172024-09-06T05:59:52.958Z Checking regex v1.10.6
18182024-09-06T05:59:53.240Z Checking futures-executor v0.3.30
18192024-09-06T05:59:53.459Z Checking pkcs1 v0.7.5
18202024-09-06T05:59:53.510Z Checking phf_shared v0.10.0
18212024-09-06T05:59:53.535Z Checking serde_urlencoded v0.7.1
18222024-09-06T05:59:53.748Z Checking hubpack v0.1.2
18232024-09-06T05:59:53.807Z Checking zerocopy v0.6.6
18242024-09-06T05:59:53.909Z Checking float-cmp v0.9.0
18252024-09-06T05:59:54.025Z Checking crc32fast v1.4.0
18262024-09-06T05:59:54.049Z Checking signal-hook v0.3.17
18272024-09-06T05:59:54.077Z Checking crossbeam-utils v0.8.19
18282024-09-06T05:59:54.233Z Checking hkdf v0.12.4
18292024-09-06T05:59:54.324Z Checking hyper v0.14.30
18302024-09-06T05:59:54.324Z Checking signature v2.2.0
18312024-09-06T05:59:54.425Z Checking idna v0.4.0
18322024-09-06T05:59:54.463Z Checking crypto-bigint v0.5.5
18332024-09-06T05:59:54.507Z Checking mio v0.8.11
18342024-09-06T05:59:54.670Z Checking memmap v0.7.0
18352024-09-06T05:59:54.855Z Checking encoding_rs v0.8.34
18362024-09-06T05:59:54.897Z Checking sync_wrapper v0.1.2
18372024-09-06T05:59:54.921Z Checking usdt-impl v0.5.0
18382024-09-06T05:59:55.006Z Checking new_debug_unreachable v1.0.6
18392024-09-06T05:59:55.062Z Checking bit-vec v0.6.3
18402024-09-06T05:59:55.087Z Checking webpki-roots v0.25.4
18412024-09-06T05:59:55.115Z Checking mime v0.3.17
18422024-09-06T05:59:55.115Z Checking backtrace v0.3.71
18432024-09-06T05:59:55.227Z Checking minimal-lexical v0.2.1
18442024-09-06T05:59:55.364Z Checking predicates-core v1.0.6
18452024-09-06T05:59:55.388Z Checking fixedbitset v0.4.2
18462024-09-06T05:59:55.412Z Checking difflib v0.4.0
18472024-09-06T05:59:55.528Z Checking data-encoding v2.6.0
18482024-09-06T05:59:55.577Z Checking winnow v0.6.18
18492024-09-06T05:59:55.618Z Checking static_assertions v1.1.0
18502024-09-06T05:59:55.642Z Checking precomputed-hash v0.1.1
18512024-09-06T05:59:55.681Z Checking dyn-clone v1.0.17
18522024-09-06T05:59:55.712Z Checking unicode-width v0.1.13
18532024-09-06T05:59:55.743Z Checking unicode-segmentation v1.11.0
18542024-09-06T05:59:55.815Z Checking normalize-line-endings v0.3.0
18552024-09-06T05:59:55.878Z Checking whoami v1.5.1
18562024-09-06T05:59:55.922Z Checking predicates v3.1.2
18572024-09-06T05:59:56.086Z Checking hickory-proto v0.24.1
18582024-09-06T05:59:56.142Z Checking tokio-postgres v0.7.11
18592024-09-06T05:59:56.297Z Checking similar v2.6.0
18602024-09-06T05:59:56.472Z Checking console v0.15.8
18612024-09-06T05:59:56.736Z Checking schemars v0.8.21
18622024-09-06T05:59:56.806Z Checking elliptic-curve v0.13.8
18632024-09-06T05:59:56.945Z Checking string_cache v0.8.7
18642024-09-06T05:59:57.023Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18652024-09-06T05:59:57.194Z Checking petgraph v0.6.5
18662024-09-06T05:59:57.377Z Checking anyhow v1.0.86
18672024-09-06T05:59:57.692Z Checking nom v7.1.3
18682024-09-06T05:59:58.001Z Checking toml_edit v0.22.20
18692024-09-06T05:59:58.123Z Checking bit-set v0.5.3
18702024-09-06T05:59:58.350Z Checking usdt v0.5.0
18712024-09-06T05:59:58.533Z Checking signal-hook-mio v0.2.4
18722024-09-06T05:59:58.577Z Checking toml v0.7.8
18732024-09-06T05:59:58.662Z Checking crossbeam-epoch v0.9.18
18742024-09-06T05:59:59.028Z Checking rsa v0.9.6
18752024-09-06T05:59:59.192Z Checking flate2 v1.0.33
18762024-09-06T05:59:59.629Z Checking hyper-rustls v0.24.2
18772024-09-06T05:59:59.755Z Checking hyper-tls v0.5.0
18782024-09-06T05:59:59.887Z Checking clap v4.5.16
18792024-09-06T05:59:59.911Z Checking futures v0.3.30
18802024-09-06T05:59:59.999Z Checking itertools v0.10.5
18812024-09-06T06:00:00.023Z Checking itertools v0.12.1
18822024-09-06T06:00:00.047Z Checking reqwest v0.11.27
18832024-09-06T06:00:00.047Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18842024-09-06T06:00:00.078Z Checking tokio-stream v0.1.15
18852024-09-06T06:00:00.119Z Checking fs-err v2.11.0
18862024-09-06T06:00:00.143Z Checking openapiv3 v2.0.0
18872024-09-06T06:00:00.277Z Checking slog v2.7.0
18882024-09-06T06:00:00.616Z Checking semver v1.0.23
18892024-09-06T06:00:00.699Z Checking hex v0.4.3
18902024-09-06T06:00:00.774Z Checking sha1 v0.10.6
18912024-09-06T06:00:00.976Z Checking lalrpop-util v0.19.12
18922024-09-06T06:00:01.016Z Checking peg-runtime v0.8.3
18932024-09-06T06:00:01.119Z Checking camino v1.1.9
18942024-09-06T06:00:01.148Z Checking sigpipe v0.1.3
18952024-09-06T06:00:02.928Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18962024-09-06T06:00:03.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s
18972024-09-06T06:00:03.505Z
18982024-09-06T06:00:03.505Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18992024-09-06T06:00:04.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002024-09-06T06:00:04.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012024-09-06T06:00:04.438Z Compiling regress v0.9.1
19022024-09-06T06:00:04.467Z Checking strum v0.26.3
19032024-09-06T06:00:04.498Z Checking heck v0.5.0
19042024-09-06T06:00:04.523Z Compiling getopts v0.2.21
19052024-09-06T06:00:04.523Z Checking dirs-sys-next v0.1.2
19062024-09-06T06:00:04.523Z Compiling unsafe-libyaml v0.2.11
19072024-09-06T06:00:04.616Z Checking http v1.1.0
19082024-09-06T06:00:04.678Z Checking thread_local v1.1.8
19092024-09-06T06:00:04.746Z Checking dirs-next v2.0.0
19102024-09-06T06:00:04.849Z Compiling ident_case v1.0.1
19112024-09-06T06:00:04.873Z Checking rustls-pki-types v1.7.0
19122024-09-06T06:00:04.929Z Checking term v0.7.0
19132024-09-06T06:00:05.011Z Compiling darling_core v0.20.9
19142024-09-06T06:00:05.244Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19152024-09-06T06:00:05.306Z Checking crossbeam-channel v0.5.12
19162024-09-06T06:00:05.368Z Checking atty v0.2.14
19172024-09-06T06:00:05.472Z Checking is-terminal v0.4.12
19182024-09-06T06:00:05.539Z Compiling paste v1.0.15
19192024-09-06T06:00:05.584Z Checking utf-8 v0.7.6
19202024-09-06T06:00:05.760Z Compiling serde_yaml v0.9.34+deprecated
19212024-09-06T06:00:05.792Z Checking take_mut v0.2.2
19222024-09-06T06:00:05.929Z Compiling rustls v0.22.4
19232024-09-06T06:00:05.957Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19242024-09-06T06:00:06.007Z Checking humantime v2.1.0
19252024-09-06T06:00:06.191Z Checking termcolor v1.4.1
19262024-09-06T06:00:06.278Z Checking slog-async v2.8.0
19272024-09-06T06:00:06.302Z Checking slog-term v2.9.1
19282024-09-06T06:00:06.302Z Checking rustls-webpki v0.102.4
19292024-09-06T06:00:06.532Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19302024-09-06T06:00:06.570Z Checking env_logger v0.9.3
19312024-09-06T06:00:06.733Z Compiling proc-macro-crate v1.3.1
19322024-09-06T06:00:06.846Z Compiling bitstruct_derive v0.1.0
19332024-09-06T06:00:06.956Z Compiling structmeta-derive v0.3.0
19342024-09-06T06:00:06.989Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19352024-09-06T06:00:07.102Z Compiling multer v3.1.0
19362024-09-06T06:00:07.287Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19372024-09-06T06:00:07.728Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19382024-09-06T06:00:07.979Z Checking match_cfg v0.1.0
19392024-09-06T06:00:08.057Z Checking ascii v1.1.0
19402024-09-06T06:00:08.081Z Checking hostname v0.3.1
19412024-09-06T06:00:08.201Z Checking bitstruct v0.1.1
19422024-09-06T06:00:08.343Z Compiling num_enum_derive v0.5.11
19432024-09-06T06:00:08.414Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19442024-09-06T06:00:08.771Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19452024-09-06T06:00:09.190Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19462024-09-06T06:00:09.414Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19472024-09-06T06:00:09.499Z Checking slog-json v2.6.1
19482024-09-06T06:00:09.523Z Compiling structmeta v0.3.0
19492024-09-06T06:00:09.662Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19502024-09-06T06:00:09.725Z Checking serde_arrays v0.1.0
19512024-09-06T06:00:09.858Z Checking erased-serde v0.3.31
19522024-09-06T06:00:09.891Z Compiling async-stream-impl v0.3.5
19532024-09-06T06:00:09.926Z Compiling foreign-types-macros v0.2.3
19542024-09-06T06:00:10.391Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19552024-09-06T06:00:10.534Z Checking foreign-types-shared v0.3.1
19562024-09-06T06:00:10.637Z Checking arc-swap v1.7.1
19572024-09-06T06:00:10.662Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19582024-09-06T06:00:10.780Z Checking atomic-waker v1.1.2
19592024-09-06T06:00:10.907Z Checking waitgroup v0.1.2
19602024-09-06T06:00:10.959Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19612024-09-06T06:00:10.984Z Compiling darling_macro v0.20.9
19622024-09-06T06:00:11.013Z Checking foreign-types v0.5.0
19632024-09-06T06:00:11.037Z Checking slog-scope v4.4.0
19642024-09-06T06:00:11.067Z Checking async-stream v0.3.5
19652024-09-06T06:00:11.119Z Checking num_enum v0.5.11
19662024-09-06T06:00:11.144Z Compiling parse-display-derive v0.10.0
19672024-09-06T06:00:11.217Z Checking slog-bunyan v2.5.0
19682024-09-06T06:00:11.251Z Compiling proc-macro-error v1.0.4
19692024-09-06T06:00:11.496Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19702024-09-06T06:00:11.629Z Checking toml v0.8.19
19712024-09-06T06:00:11.755Z Checking tungstenite v0.20.1
19722024-09-06T06:00:11.801Z Compiling darling v0.20.9
19732024-09-06T06:00:11.864Z Checking rustls-pemfile v2.1.3
19742024-09-06T06:00:11.919Z Compiling serde_with_macros v3.9.0
19752024-09-06T06:00:12.075Z Checking tokio-rustls v0.25.0
19762024-09-06T06:00:12.100Z Compiling heck v0.3.3
19772024-09-06T06:00:12.310Z Checking ipnetwork v0.20.0
19782024-09-06T06:00:12.460Z Checking newtype-uuid v1.1.0
19792024-09-06T06:00:12.564Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19802024-09-06T06:00:12.602Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19812024-09-06T06:00:12.630Z Checking serde_path_to_error v0.1.16
19822024-09-06T06:00:12.687Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19832024-09-06T06:00:13.173Z Checking hostname v0.4.0
19842024-09-06T06:00:13.316Z Checking cstr-argument v0.1.2
19852024-09-06T06:00:13.340Z Checking instant v0.1.12
19862024-09-06T06:00:13.364Z Checking fastrand v2.1.0
19872024-09-06T06:00:13.468Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19882024-09-06T06:00:13.518Z Checking pretty-hex v0.2.1
19892024-09-06T06:00:13.662Z Checking debug-ignore v1.0.5
19902024-09-06T06:00:13.698Z Checking tempfile v3.10.1
19912024-09-06T06:00:13.754Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19922024-09-06T06:00:13.792Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19932024-09-06T06:00:14.008Z Checking backoff v0.4.0
19942024-09-06T06:00:14.032Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19952024-09-06T06:00:14.174Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19962024-09-06T06:00:14.207Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19972024-09-06T06:00:14.283Z Checking tokio-tungstenite v0.20.1
19982024-09-06T06:00:14.386Z Compiling zone_cfg_derive v0.1.2
19992024-09-06T06:00:14.474Z Checking serde_with v3.9.0
20002024-09-06T06:00:14.515Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20012024-09-06T06:00:14.707Z Checking slog-stdlog v4.1.1
20022024-09-06T06:00:14.865Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20032024-09-06T06:00:15.003Z Checking tungstenite v0.21.0
20042024-09-06T06:00:15.173Z Checking colored v2.1.0
20052024-09-06T06:00:15.211Z Checking parse-display v0.10.0
20062024-09-06T06:00:15.418Z Checking macaddr v1.0.1
20072024-09-06T06:00:15.443Z Checking socket2 v0.4.10
20082024-09-06T06:00:15.659Z Checking base64 v0.13.1
20092024-09-06T06:00:15.717Z Checking zone v0.1.8
20102024-09-06T06:00:15.785Z Checking tokio-tungstenite v0.21.0
20112024-09-06T06:00:16.024Z Checking ron v0.7.1
20122024-09-06T06:00:16.209Z Checking slog-envlogger v2.2.0
20132024-09-06T06:00:16.289Z Checking pem v3.0.4
20142024-09-06T06:00:16.399Z Checking tabwriter v1.4.0
20152024-09-06T06:00:16.520Z Checking xattr v1.3.1
20162024-09-06T06:00:16.596Z Checking portpicker v0.1.1
20172024-09-06T06:00:16.688Z Checking yasna v0.5.2
20182024-09-06T06:00:16.722Z Checking headers-core v0.2.0
20192024-09-06T06:00:16.847Z Checking smf v0.2.3
20202024-09-06T06:00:17.020Z Checking filetime v0.2.25
20212024-09-06T06:00:17.209Z Checking same-file v1.0.6
20222024-09-06T06:00:17.271Z Checking tar v0.4.41
20232024-09-06T06:00:17.327Z Checking headers v0.3.9
20242024-09-06T06:00:17.352Z Checking camino-tempfile v1.1.1
20252024-09-06T06:00:17.431Z Checking walkdir v2.5.0
20262024-09-06T06:00:17.492Z Checking rcgen v0.12.1
20272024-09-06T06:00:17.581Z Checking atomicwrites v0.4.3
20282024-09-06T06:00:17.681Z Checking subprocess v0.2.9
20292024-09-06T06:00:18.678Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20302024-09-06T06:00:18.925Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20312024-09-06T06:00:20.635Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20322024-09-06T06:00:23.091Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20332024-09-06T06:00:23.211Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20342024-09-06T06:00:28.230Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20352024-09-06T06:00:36.121Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20362024-09-06T06:00:36.291Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20372024-09-06T06:00:36.291Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20382024-09-06T06:00:39.527Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20392024-09-06T06:00:40.122Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20402024-09-06T06:00:47.995Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20412024-09-06T06:00:49.915Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20422024-09-06T06:00:51.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.81s
20432024-09-06T06:00:51.460Z
20442024-09-06T06:00:51.460Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20452024-09-06T06:00:52.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462024-09-06T06:00:52.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472024-09-06T06:00:52.400Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20482024-09-06T06:00:53.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
20492024-09-06T06:00:54.122Z
20502024-09-06T06:00:54.122Zinfo: running `cargo check --bins` on nexus-config (31/158)
20512024-09-06T06:00:54.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522024-09-06T06:00:54.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532024-09-06T06:00:54.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542024-09-06T06:00:54.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20552024-09-06T06:00:55.007Z
20562024-09-06T06:00:55.007Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20572024-09-06T06:00:55.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582024-09-06T06:00:55.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592024-09-06T06:00:55.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602024-09-06T06:00:55.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20612024-09-06T06:00:55.859Z
20622024-09-06T06:00:55.859Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20632024-09-06T06:00:56.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642024-09-06T06:00:56.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652024-09-06T06:00:56.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662024-09-06T06:00:56.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20672024-09-06T06:00:56.745Z
20682024-09-06T06:00:56.745Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20692024-09-06T06:00:57.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702024-09-06T06:00:57.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712024-09-06T06:00:57.669Z Compiling heapless v0.8.0
20722024-09-06T06:00:57.694Z Checking hash32 v0.3.1
20732024-09-06T06:00:57.694Z Compiling smoltcp v0.11.0
20742024-09-06T06:00:57.730Z Checking cobs v0.2.3
20752024-09-06T06:00:57.730Z Checking embedded-io v0.4.0
20762024-09-06T06:00:57.761Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20772024-09-06T06:00:57.786Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20782024-09-06T06:00:57.786Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20792024-09-06T06:00:57.875Z Compiling crucible-workspace-hack v0.1.0
20802024-09-06T06:00:57.899Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20812024-09-06T06:00:57.933Z Checking newline-converter v0.3.0
20822024-09-06T06:00:57.957Z Checking postcard v1.0.8
20832024-09-06T06:00:58.085Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20842024-09-06T06:00:58.114Z Compiling convert_case v0.4.0
20852024-09-06T06:00:58.258Z Checking expectorate v1.1.0
20862024-09-06T06:00:58.304Z Compiling zone_cfg_derive v0.3.0
20872024-09-06T06:00:58.430Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20882024-09-06T06:00:58.454Z Compiling num-derive v0.4.2
20892024-09-06T06:00:58.581Z Compiling slog-dtrace v0.3.0
20902024-09-06T06:00:58.605Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20912024-09-06T06:00:58.730Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20922024-09-06T06:00:58.990Z Compiling derive_more v0.99.18
20932024-09-06T06:00:59.491Z Checking zone v0.3.0
20942024-09-06T06:01:00.038Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
20952024-09-06T06:01:01.738Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20962024-09-06T06:01:02.871Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20972024-09-06T06:01:03.734Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20982024-09-06T06:01:04.273Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20992024-09-06T06:01:04.834Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21002024-09-06T06:01:06.612Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21012024-09-06T06:01:07.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s
21022024-09-06T06:01:07.647Z
21032024-09-06T06:01:07.647Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
21042024-09-06T06:01:08.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052024-09-06T06:01:08.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062024-09-06T06:01:08.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072024-09-06T06:01:08.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
21082024-09-06T06:01:08.553Z
21092024-09-06T06:01:08.553Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21102024-09-06T06:01:09.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112024-09-06T06:01:09.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122024-09-06T06:01:09.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132024-09-06T06:01:09.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21142024-09-06T06:01:09.445Z
21152024-09-06T06:01:09.445Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21162024-09-06T06:01:10.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-09-06T06:01:10.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-09-06T06:01:10.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192024-09-06T06:01:10.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
21202024-09-06T06:01:10.495Z
21212024-09-06T06:01:10.495Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21222024-09-06T06:01:11.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-09-06T06:01:11.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-09-06T06:01:11.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252024-09-06T06:01:11.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
21262024-09-06T06:01:11.517Z
21272024-09-06T06:01:11.517Zinfo: running `cargo check --bins` on dns-server (39/158)
21282024-09-06T06:01:12.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-09-06T06:01:12.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-09-06T06:01:12.412Z Compiling parking_lot_core v0.8.6
21312024-09-06T06:01:12.437Z Checking nibble_vec v0.1.0
21322024-09-06T06:01:12.462Z Checking quick-error v1.2.3
21332024-09-06T06:01:12.462Z Checking linked-hash-map v0.5.6
21342024-09-06T06:01:12.462Z Checking endian-type v0.1.2
21352024-09-06T06:01:12.462Z Checking fxhash v0.2.1
21362024-09-06T06:01:12.514Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21372024-09-06T06:01:12.514Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21382024-09-06T06:01:12.580Z Checking resolv-conf v0.7.0
21392024-09-06T06:01:12.616Z Checking hickory-server v0.24.1
21402024-09-06T06:01:12.654Z Checking radix_trie v0.2.1
21412024-09-06T06:01:12.776Z Checking lru-cache v0.1.2
21422024-09-06T06:01:12.937Z Checking hickory-resolver v0.24.1
21432024-09-06T06:01:13.014Z Checking hickory-client v0.24.1
21442024-09-06T06:01:13.202Z Checking parking_lot v0.11.2
21452024-09-06T06:01:13.524Z Checking sled v0.34.7
21462024-09-06T06:01:15.778Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21472024-09-06T06:01:17.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
21482024-09-06T06:01:17.319Z
21492024-09-06T06:01:17.319Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21502024-09-06T06:01:18.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512024-09-06T06:01:18.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522024-09-06T06:01:18.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532024-09-06T06:01:18.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21542024-09-06T06:01:18.194Z
21552024-09-06T06:01:18.194Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21562024-09-06T06:01:18.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572024-09-06T06:01:19.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582024-09-06T06:01:19.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592024-09-06T06:01:19.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21602024-09-06T06:01:19.066Z
21612024-09-06T06:01:19.067Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21622024-09-06T06:01:19.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632024-09-06T06:01:19.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642024-09-06T06:01:19.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652024-09-06T06:01:19.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
21662024-09-06T06:01:20.022Z
21672024-09-06T06:01:20.022Zinfo: running `cargo check --bins` on gateway-types (43/158)
21682024-09-06T06:01:20.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692024-09-06T06:01:20.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702024-09-06T06:01:20.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712024-09-06T06:01:20.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21722024-09-06T06:01:20.894Z
21732024-09-06T06:01:20.894Zinfo: running `cargo check --bins` on ipcc (44/158)
21742024-09-06T06:01:21.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-09-06T06:01:21.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-09-06T06:01:21.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-09-06T06:01:21.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21782024-09-06T06:01:21.781Z
21792024-09-06T06:01:21.781Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21802024-09-06T06:01:22.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-09-06T06:01:22.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-09-06T06:01:22.777Z Compiling rustls-pki-types v1.7.0
21832024-09-06T06:01:22.801Z Compiling match_cfg v0.1.0
21842024-09-06T06:01:22.801Z Checking num-rational v0.4.2
21852024-09-06T06:01:22.801Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21862024-09-06T06:01:22.801Z Compiling slog-json v2.6.1
21872024-09-06T06:01:22.825Z Compiling http v1.1.0
21882024-09-06T06:01:22.825Z Checking num-complex v0.4.6
21892024-09-06T06:01:22.825Z Compiling atomic-waker v1.1.2
21902024-09-06T06:01:23.015Z Compiling hostname v0.3.1
21912024-09-06T06:01:23.038Z Compiling prettyplease v0.2.20
21922024-09-06T06:01:23.214Z Compiling rustls-webpki v0.102.4
21932024-09-06T06:01:23.252Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21942024-09-06T06:01:23.328Z Compiling rustls-pemfile v2.1.3
21952024-09-06T06:01:23.352Z Compiling slog-bunyan v2.5.0
21962024-09-06T06:01:23.407Z Compiling waitgroup v0.1.2
21972024-09-06T06:01:23.464Z Compiling async-stream v0.3.5
21982024-09-06T06:01:23.542Z Compiling toml v0.8.19
21992024-09-06T06:01:23.568Z Compiling newtype-uuid v1.1.0
22002024-09-06T06:01:23.622Z Compiling ipnetwork v0.20.0
22012024-09-06T06:01:23.649Z Checking num v0.4.3
22022024-09-06T06:01:23.745Z Compiling serde_path_to_error v0.1.16
22032024-09-06T06:01:23.768Z Compiling hostname v0.4.0
22042024-09-06T06:01:23.768Z Compiling instant v0.1.12
22052024-09-06T06:01:23.842Z Compiling debug-ignore v1.0.5
22062024-09-06T06:01:23.928Z Checking float-ord v0.3.2
22072024-09-06T06:01:23.980Z Compiling rustls v0.22.4
22082024-09-06T06:01:24.003Z Compiling semver v0.1.20
22092024-09-06T06:01:24.062Z Compiling radium v0.7.0
22102024-09-06T06:01:24.416Z Compiling multer v3.1.0
22112024-09-06T06:01:24.483Z Compiling rustc_version v0.1.7
22122024-09-06T06:01:24.506Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22132024-09-06T06:01:24.591Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22142024-09-06T06:01:24.935Z Compiling backoff v0.4.0
22152024-09-06T06:01:25.011Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22162024-09-06T06:01:25.036Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22172024-09-06T06:01:25.060Z Compiling parse-display v0.10.0
22182024-09-06T06:01:25.248Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192024-09-06T06:01:25.271Z Compiling serde_with v3.9.0
22202024-09-06T06:01:25.320Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22212024-09-06T06:01:25.473Z Compiling macaddr v1.0.1
22222024-09-06T06:01:25.671Z Checking tap v1.0.1
22232024-09-06T06:01:25.829Z Compiling maybe-uninit v2.0.0
22242024-09-06T06:01:25.865Z Checking wyz v0.5.1
22252024-09-06T06:01:26.271Z Compiling newtype_derive v0.1.6
22262024-09-06T06:01:26.353Z Checking password-hash v0.5.0
22272024-09-06T06:01:26.527Z Checking blake2 v0.10.6
22282024-09-06T06:01:26.645Z Compiling bzip2-sys v0.1.11+1.0.8
22292024-09-06T06:01:26.752Z Checking crc-catalog v2.4.0
22302024-09-06T06:01:26.889Z Compiling packed_struct v0.10.1
22312024-09-06T06:01:26.912Z Checking funty v2.0.0
22322024-09-06T06:01:27.035Z Checking argon2 v0.5.3
22332024-09-06T06:01:27.296Z Checking crc v3.2.1
22342024-09-06T06:01:27.647Z Compiling tokio-rustls v0.25.0
22352024-09-06T06:01:27.673Z Compiling packed_struct_codegen v0.10.1
22362024-09-06T06:01:27.734Z Checking bitvec v1.0.1
22372024-09-06T06:01:28.001Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22382024-09-06T06:01:28.566Z Compiling cookie v0.18.1
22392024-09-06T06:01:28.649Z Compiling indexmap v1.9.3
22402024-09-06T06:01:28.831Z Checking half v2.4.1
22412024-09-06T06:01:28.915Z Checking ciborium-io v0.2.2
22422024-09-06T06:01:29.024Z Checking nodrop v0.1.14
22432024-09-06T06:01:29.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22442024-09-06T06:01:29.238Z Checking ciborium-ll v0.2.2
22452024-09-06T06:01:29.415Z Checking array-init v0.0.4
22462024-09-06T06:01:29.717Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22472024-09-06T06:01:29.993Z Checking smallvec v0.6.14
22482024-09-06T06:01:30.100Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22492024-09-06T06:01:30.331Z Compiling memoffset v0.9.1
22502024-09-06T06:01:30.390Z Checking highway v1.2.0
22512024-09-06T06:01:30.647Z Checking hashbrown v0.12.3
22522024-09-06T06:01:30.737Z Checking bitfield v0.14.0
22532024-09-06T06:01:30.791Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22542024-09-06T06:01:31.001Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22552024-09-06T06:01:31.152Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22562024-09-06T06:01:31.821Z Checking env_logger v0.10.2
22572024-09-06T06:01:32.054Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22582024-09-06T06:01:32.108Z Checking serde-hex v0.1.0
22592024-09-06T06:01:32.202Z Checking steno v0.4.1
22602024-09-06T06:01:32.227Z Checking bzip2 v0.4.4
22612024-09-06T06:01:32.505Z Checking ciborium v0.2.2
22622024-09-06T06:01:32.768Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22632024-09-06T06:01:32.793Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22642024-09-06T06:01:32.987Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22652024-09-06T06:01:33.352Z Checking ron v0.8.1
22662024-09-06T06:01:33.377Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22672024-09-06T06:01:33.963Z Checking x509-cert v0.2.5
22682024-09-06T06:01:34.234Z Checking hashbrown v0.13.2
22692024-09-06T06:01:34.423Z Compiling derive-where v1.2.7
22702024-09-06T06:01:35.086Z Checking crc-any v2.5.0
22712024-09-06T06:01:35.338Z Checking object v0.30.4
22722024-09-06T06:01:35.396Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22732024-09-06T06:01:35.468Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22742024-09-06T06:01:35.570Z Checking zip v0.6.6
22752024-09-06T06:01:35.714Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22762024-09-06T06:01:35.953Z Checking path-slash v0.1.5
22772024-09-06T06:01:36.051Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22782024-09-06T06:01:36.085Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22792024-09-06T06:01:36.151Z Checking nix v0.27.1
22802024-09-06T06:01:36.451Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22812024-09-06T06:01:36.670Z Checking kstat-rs v0.2.4
22822024-09-06T06:01:36.770Z Checking serde-big-array v0.5.1
22832024-09-06T06:01:36.964Z Checking signal-hook-tokio v0.3.1
22842024-09-06T06:01:37.315Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22852024-09-06T06:01:38.445Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22862024-09-06T06:01:42.401Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22872024-09-06T06:01:44.056Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22882024-09-06T06:01:47.011Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22892024-09-06T06:01:49.512Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22902024-09-06T06:01:50.688Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22912024-09-06T06:01:50.993Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22922024-09-06T06:01:56.500Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22932024-09-06T06:01:57.302Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22942024-09-06T06:02:00.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.90s
22952024-09-06T06:02:00.845Z
22962024-09-06T06:02:00.845Zinfo: running `cargo check --bins` on gateway-api (46/158)
22972024-09-06T06:02:01.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982024-09-06T06:02:01.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992024-09-06T06:02:01.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002024-09-06T06:02:01.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23012024-09-06T06:02:01.743Z
23022024-09-06T06:02:01.743Zinfo: running `cargo check --bins` on oximeter (47/158)
23032024-09-06T06:02:02.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042024-09-06T06:02:02.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052024-09-06T06:02:02.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062024-09-06T06:02:02.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23072024-09-06T06:02:02.646Z
23082024-09-06T06:02:02.646Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23092024-09-06T06:02:03.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102024-09-06T06:02:03.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112024-09-06T06:02:03.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122024-09-06T06:02:03.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23132024-09-06T06:02:03.538Z
23142024-09-06T06:02:03.538Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23152024-09-06T06:02:04.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162024-09-06T06:02:04.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172024-09-06T06:02:04.445Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23182024-09-06T06:02:04.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
23192024-09-06T06:02:05.008Z
23202024-09-06T06:02:05.008Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23212024-09-06T06:02:05.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222024-09-06T06:02:05.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232024-09-06T06:02:05.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242024-09-06T06:02:05.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23252024-09-06T06:02:05.923Z
23262024-09-06T06:02:05.923Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23272024-09-06T06:02:06.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-09-06T06:02:06.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-09-06T06:02:06.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23302024-09-06T06:02:06.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23312024-09-06T06:02:06.818Z
23322024-09-06T06:02:06.818Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23332024-09-06T06:02:07.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-09-06T06:02:07.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-09-06T06:02:07.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-09-06T06:02:07.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23372024-09-06T06:02:07.681Z
23382024-09-06T06:02:07.681Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23392024-09-06T06:02:08.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-09-06T06:02:08.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-09-06T06:02:08.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-09-06T06:02:08.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
23432024-09-06T06:02:08.599Z
23442024-09-06T06:02:08.599Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23452024-09-06T06:02:09.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-09-06T06:02:09.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-09-06T06:02:09.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23482024-09-06T06:02:09.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23492024-09-06T06:02:09.495Z
23502024-09-06T06:02:09.495Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23512024-09-06T06:02:10.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-09-06T06:02:10.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-09-06T06:02:10.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542024-09-06T06:02:10.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23552024-09-06T06:02:10.376Z
23562024-09-06T06:02:10.376Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23572024-09-06T06:02:11.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582024-09-06T06:02:11.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592024-09-06T06:02:11.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602024-09-06T06:02:11.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23612024-09-06T06:02:11.259Z
23622024-09-06T06:02:11.259Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23632024-09-06T06:02:12.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642024-09-06T06:02:12.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652024-09-06T06:02:12.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662024-09-06T06:02:12.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23672024-09-06T06:02:12.133Z
23682024-09-06T06:02:12.133Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23692024-09-06T06:02:12.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-09-06T06:02:12.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-09-06T06:02:12.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722024-09-06T06:02:12.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23732024-09-06T06:02:13.025Z
23742024-09-06T06:02:13.025Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23752024-09-06T06:02:13.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-09-06T06:02:13.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-09-06T06:02:13.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782024-09-06T06:02:13.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
23792024-09-06T06:02:13.949Z
23802024-09-06T06:02:13.949Zinfo: running `cargo check --bins` on internal-dns (60/158)
23812024-09-06T06:02:14.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-09-06T06:02:14.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-09-06T06:02:14.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842024-09-06T06:02:14.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23852024-09-06T06:02:14.837Z
23862024-09-06T06:02:14.837Zinfo: running `cargo check --bins` on nexus-client (61/158)
23872024-09-06T06:02:15.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-09-06T06:02:15.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-09-06T06:02:15.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-09-06T06:02:15.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23912024-09-06T06:02:15.741Z
23922024-09-06T06:02:15.741Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23932024-09-06T06:02:16.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-09-06T06:02:16.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-09-06T06:02:16.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-09-06T06:02:16.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23972024-09-06T06:02:16.655Z
23982024-09-06T06:02:16.655Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23992024-09-06T06:02:17.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-09-06T06:02:17.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-09-06T06:02:17.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022024-09-06T06:02:17.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24032024-09-06T06:02:17.564Z
24042024-09-06T06:02:17.564Zinfo: running `cargo check --bins` on nexus-types (64/158)
24052024-09-06T06:02:18.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-09-06T06:02:18.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-09-06T06:02:18.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082024-09-06T06:02:18.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
24092024-09-06T06:02:18.494Z
24102024-09-06T06:02:18.494Zinfo: running `cargo check --bins` on gateway-client (65/158)
24112024-09-06T06:02:19.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-09-06T06:02:19.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-09-06T06:02:19.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142024-09-06T06:02:19.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24152024-09-06T06:02:19.360Z
24162024-09-06T06:02:19.360Zinfo: running `cargo check --bins` on oxql-types (66/158)
24172024-09-06T06:02:20.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-09-06T06:02:20.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-09-06T06:02:20.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-09-06T06:02:20.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24212024-09-06T06:02:20.247Z
24222024-09-06T06:02:20.247Zinfo: running `cargo check --bins` on sp-sim (67/158)
24232024-09-06T06:02:21.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-09-06T06:02:21.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-09-06T06:02:21.140Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24262024-09-06T06:02:23.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
24272024-09-06T06:02:23.487Z
24282024-09-06T06:02:23.487Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
24292024-09-06T06:02:24.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-09-06T06:02:24.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-09-06T06:02:24.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-09-06T06:02:24.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
24332024-09-06T06:02:24.448Z
24342024-09-06T06:02:24.448Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
24352024-09-06T06:02:25.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-09-06T06:02:25.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-09-06T06:02:25.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-09-06T06:02:25.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
24392024-09-06T06:02:25.430Z
24402024-09-06T06:02:25.430Zinfo: running `cargo check --bins` on db-macros (70/158)
24412024-09-06T06:02:26.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-09-06T06:02:26.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-09-06T06:02:26.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-09-06T06:02:26.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24452024-09-06T06:02:26.302Z
24462024-09-06T06:02:26.302Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24472024-09-06T06:02:27.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-09-06T06:02:27.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-09-06T06:02:27.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-09-06T06:02:27.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24512024-09-06T06:02:27.152Z
24522024-09-06T06:02:27.152Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24532024-09-06T06:02:27.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-09-06T06:02:28.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-09-06T06:02:28.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-09-06T06:02:28.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24572024-09-06T06:02:28.068Z
24582024-09-06T06:02:28.068Zinfo: running `cargo check --bins` on authz-macros (73/158)
24592024-09-06T06:02:28.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-09-06T06:02:28.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-09-06T06:02:28.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-09-06T06:02:28.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24632024-09-06T06:02:28.944Z
24642024-09-06T06:02:28.944Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24652024-09-06T06:02:29.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-09-06T06:02:29.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-09-06T06:02:29.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-09-06T06:02:29.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24692024-09-06T06:02:29.847Z
24702024-09-06T06:02:29.847Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24712024-09-06T06:02:30.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-09-06T06:02:30.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-09-06T06:02:30.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-09-06T06:02:30.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24752024-09-06T06:02:30.741Z
24762024-09-06T06:02:30.741Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24772024-09-06T06:02:31.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-09-06T06:02:31.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-09-06T06:02:31.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-09-06T06:02:31.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24812024-09-06T06:02:31.600Z
24822024-09-06T06:02:31.600Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24832024-09-06T06:02:32.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-09-06T06:02:32.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-09-06T06:02:32.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862024-09-06T06:02:32.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24872024-09-06T06:02:32.523Z
24882024-09-06T06:02:32.524Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24892024-09-06T06:02:33.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-09-06T06:02:33.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-09-06T06:02:33.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-09-06T06:02:33.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
24932024-09-06T06:02:33.450Z
24942024-09-06T06:02:33.451Zinfo: running `cargo check --bins` on typed-rng (79/158)
24952024-09-06T06:02:34.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-09-06T06:02:34.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-09-06T06:02:34.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-09-06T06:02:34.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24992024-09-06T06:02:34.302Z
25002024-09-06T06:02:34.302Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
25012024-09-06T06:02:35.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-09-06T06:02:35.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-09-06T06:02:35.319Z Compiling rayon-core v1.12.1
25042024-09-06T06:02:35.343Z Compiling crossbeam-deque v0.8.5
25052024-09-06T06:02:35.343Z Compiling curve25519-dalek v4.1.3
25062024-09-06T06:02:35.344Z Compiling unicase v2.7.0
25072024-09-06T06:02:35.344Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25082024-09-06T06:02:35.344Z Checking keccak v0.1.5
25092024-09-06T06:02:35.344Z Compiling same-file v1.0.6
25102024-09-06T06:02:35.344Z Compiling tempfile v3.10.1
25112024-09-06T06:02:35.633Z Compiling walkdir v2.5.0
25122024-09-06T06:02:35.657Z Checking sha3 v0.10.8
25132024-09-06T06:02:35.684Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25142024-09-06T06:02:35.919Z Compiling thiserror-impl-no-std v2.0.2
25152024-09-06T06:02:35.978Z Checking universal-hash v0.5.1
25162024-09-06T06:02:36.010Z Checking secrecy v0.8.0
25172024-09-06T06:02:36.105Z Compiling blake3 v1.5.1
25182024-09-06T06:02:36.132Z Compiling ring v0.16.20
25192024-09-06T06:02:36.175Z Compiling curve25519-dalek-derive v0.1.1
25202024-09-06T06:02:36.199Z Checking opaque-debug v0.3.1
25212024-09-06T06:02:36.223Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25222024-09-06T06:02:36.290Z Checking poly1305 v0.8.0
25232024-09-06T06:02:36.314Z Checking chacha20 v0.9.1
25242024-09-06T06:02:36.484Z Compiling rayon v1.10.0
25252024-09-06T06:02:36.615Z Checking aead v0.5.2
25262024-09-06T06:02:36.718Z Compiling memmap2 v0.9.4
25272024-09-06T06:02:36.813Z Compiling arrayvec v0.7.4
25282024-09-06T06:02:37.118Z Compiling spin v0.5.2
25292024-09-06T06:02:37.173Z Compiling home v0.5.9
25302024-09-06T06:02:37.296Z Compiling constant_time_eq v0.3.0
25312024-09-06T06:02:37.362Z Compiling untrusted v0.7.1
25322024-09-06T06:02:37.386Z Compiling arrayref v0.3.7
25332024-09-06T06:02:37.446Z Compiling libefi-sys v0.1.0
25342024-09-06T06:02:37.473Z Compiling toolchain_find v0.4.0
25352024-09-06T06:02:37.497Z Checking chacha20poly1305 v0.10.1
25362024-09-06T06:02:37.736Z Compiling camino-tempfile v1.1.1
25372024-09-06T06:02:37.802Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25382024-09-06T06:02:38.014Z Compiling bitfield-struct v0.6.1
25392024-09-06T06:02:38.067Z Compiling topological-sort v0.2.2
25402024-09-06T06:02:38.147Z Compiling cancel-safe-futures v0.1.5
25412024-09-06T06:02:38.274Z Compiling mime_guess v2.0.4
25422024-09-06T06:02:38.486Z Compiling rustfmt-wrapper v0.2.1
25432024-09-06T06:02:38.646Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25442024-09-06T06:02:38.670Z Checking thiserror-no-std v2.0.2
25452024-09-06T06:02:38.771Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25462024-09-06T06:02:38.996Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25472024-09-06T06:02:39.072Z Checking vsss-rs v3.3.4
25482024-09-06T06:02:39.111Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25492024-09-06T06:02:39.256Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502024-09-06T06:02:39.451Z Checking gethostname v0.5.0
25512024-09-06T06:02:39.562Z Checking libsw v3.3.1
25522024-09-06T06:02:39.586Z Checking swrite v0.1.0
25532024-09-06T06:02:39.635Z Checking linear-map v1.2.0
25542024-09-06T06:02:39.685Z Checking owo-colors v4.0.0
25552024-09-06T06:02:39.746Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562024-09-06T06:02:39.925Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25572024-09-06T06:02:40.312Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25582024-09-06T06:02:40.403Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25592024-09-06T06:02:40.561Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25602024-09-06T06:02:40.795Z Checking nanorand v0.7.0
25612024-09-06T06:02:41.110Z Compiling omicron-zone-package v0.11.0
25622024-09-06T06:02:41.142Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25632024-09-06T06:02:41.172Z Checking http-range v0.1.5
25642024-09-06T06:02:41.334Z Checking glob v0.3.1
25652024-09-06T06:02:41.365Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25662024-09-06T06:02:41.474Z Checking hyper-staticfile v0.9.5
25672024-09-06T06:02:41.621Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25682024-09-06T06:02:41.842Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25692024-09-06T06:02:41.948Z Checking flume v0.11.0
25702024-09-06T06:02:42.147Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25712024-09-06T06:02:42.416Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25722024-09-06T06:02:42.584Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
25732024-09-06T06:02:43.172Z Checking itertools v0.13.0
25742024-09-06T06:02:43.479Z Checking display-error-chain v0.2.1
25752024-09-06T06:02:43.716Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25762024-09-06T06:02:44.038Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25772024-09-06T06:02:45.465Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25782024-09-06T06:02:47.057Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25792024-09-06T06:02:47.081Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25802024-09-06T06:03:00.343Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25812024-09-06T06:03:15.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.62s
25822024-09-06T06:03:16.091Z
25832024-09-06T06:03:16.091Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25842024-09-06T06:03:16.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-09-06T06:03:17.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-09-06T06:03:17.171Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25872024-09-06T06:03:32.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.77s
25882024-09-06T06:03:33.037Z
25892024-09-06T06:03:33.037Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25902024-09-06T06:03:33.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-09-06T06:03:33.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-09-06T06:03:34.116Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25932024-09-06T06:03:49.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s
25942024-09-06T06:03:49.735Z
25952024-09-06T06:03:49.735Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25962024-09-06T06:03:50.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-09-06T06:03:50.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-09-06T06:03:50.739Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25992024-09-06T06:04:06.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.88s
26002024-09-06T06:04:06.809Z
26012024-09-06T06:04:06.809Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
26022024-09-06T06:04:07.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-09-06T06:04:07.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-09-06T06:04:07.854Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26052024-09-06T06:04:23.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.49s
26062024-09-06T06:04:23.481Z
26072024-09-06T06:04:23.481Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
26082024-09-06T06:04:24.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-09-06T06:04:24.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-09-06T06:04:24.489Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26112024-09-06T06:04:40.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.58s
26122024-09-06T06:04:40.235Z
26132024-09-06T06:04:40.235Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
26142024-09-06T06:04:41.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-09-06T06:04:41.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-09-06T06:04:41.257Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26172024-09-06T06:04:56.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.40s
26182024-09-06T06:04:56.806Z
26192024-09-06T06:04:56.806Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
26202024-09-06T06:04:57.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-09-06T06:04:57.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-09-06T06:04:57.828Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26232024-09-06T06:05:13.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.59s
26242024-09-06T06:05:13.569Z
26252024-09-06T06:05:13.569Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
26262024-09-06T06:05:14.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-09-06T06:05:14.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-09-06T06:05:14.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-09-06T06:05:14.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26302024-09-06T06:05:14.523Z
26312024-09-06T06:05:14.523Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
26322024-09-06T06:05:15.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-09-06T06:05:15.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-09-06T06:05:15.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-09-06T06:05:15.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26362024-09-06T06:05:15.487Z
26372024-09-06T06:05:15.487Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
26382024-09-06T06:05:16.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-09-06T06:05:16.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-09-06T06:05:16.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-09-06T06:05:16.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26422024-09-06T06:05:16.418Z
26432024-09-06T06:05:16.418Zinfo: running `cargo check --bins` on dpd-client (91/158)
26442024-09-06T06:05:17.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-09-06T06:05:17.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-09-06T06:05:17.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-09-06T06:05:17.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26482024-09-06T06:05:17.320Z
26492024-09-06T06:05:17.320Zinfo: running `cargo check --bins` on installinator-common (92/158)
26502024-09-06T06:05:18.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-09-06T06:05:18.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-09-06T06:05:18.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532024-09-06T06:05:18.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26542024-09-06T06:05:18.210Z
26552024-09-06T06:05:18.210Zinfo: running `cargo check --bins` on update-engine (93/158)
26562024-09-06T06:05:18.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-09-06T06:05:18.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-09-06T06:05:18.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592024-09-06T06:05:18.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26602024-09-06T06:05:19.051Z
26612024-09-06T06:05:19.051Zinfo: running `cargo check --bins` on key-manager (94/158)
26622024-09-06T06:05:19.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-09-06T06:05:19.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-09-06T06:05:19.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652024-09-06T06:05:19.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26662024-09-06T06:05:19.961Z
26672024-09-06T06:05:19.961Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26682024-09-06T06:05:20.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-09-06T06:05:20.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-09-06T06:05:20.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-09-06T06:05:20.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26722024-09-06T06:05:20.867Z
26732024-09-06T06:05:20.867Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26742024-09-06T06:05:21.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-09-06T06:05:21.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-09-06T06:05:21.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-09-06T06:05:21.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
26782024-09-06T06:05:21.805Z
26792024-09-06T06:05:21.805Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26802024-09-06T06:05:22.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-09-06T06:05:22.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-09-06T06:05:22.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-09-06T06:05:22.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26842024-09-06T06:05:22.689Z
26852024-09-06T06:05:22.689Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26862024-09-06T06:05:23.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-09-06T06:05:23.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-09-06T06:05:23.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892024-09-06T06:05:23.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26902024-09-06T06:05:23.609Z
26912024-09-06T06:05:23.609Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26922024-09-06T06:05:24.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-09-06T06:05:24.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-09-06T06:05:24.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952024-09-06T06:05:24.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26962024-09-06T06:05:24.537Z
26972024-09-06T06:05:24.537Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26982024-09-06T06:05:25.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-09-06T06:05:25.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-09-06T06:05:25.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012024-09-06T06:05:25.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27022024-09-06T06:05:25.483Z
27032024-09-06T06:05:25.483Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
27042024-09-06T06:05:26.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-09-06T06:05:26.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-09-06T06:05:26.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072024-09-06T06:05:26.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27082024-09-06T06:05:26.434Z
27092024-09-06T06:05:26.434Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27102024-09-06T06:05:27.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-09-06T06:05:27.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-09-06T06:05:27.411Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27132024-09-06T06:05:27.411Z Checking bcs v0.1.6
27142024-09-06T06:05:27.411Z Compiling async-recursion v1.1.1
27152024-09-06T06:05:27.411Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27162024-09-06T06:05:27.435Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27172024-09-06T06:05:28.614Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27182024-09-06T06:05:32.739Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27192024-09-06T06:05:34.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s
27202024-09-06T06:05:35.092Z
27212024-09-06T06:05:35.092Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27222024-09-06T06:05:35.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-09-06T06:05:35.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-09-06T06:05:35.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-09-06T06:05:35.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27262024-09-06T06:05:36.010Z
27272024-09-06T06:05:36.010Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27282024-09-06T06:05:36.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-09-06T06:05:36.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-09-06T06:05:36.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-09-06T06:05:36.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
27322024-09-06T06:05:36.970Z
27332024-09-06T06:05:36.970Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27342024-09-06T06:05:37.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-09-06T06:05:37.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-09-06T06:05:37.914Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372024-09-06T06:05:38.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
27382024-09-06T06:05:38.734Z
27392024-09-06T06:05:38.734Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27402024-09-06T06:05:39.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-09-06T06:05:39.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-09-06T06:05:39.722Z Compiling cfg_aliases v0.1.1
27432024-09-06T06:05:39.722Z Compiling vte_generate_state_changes v0.1.1
27442024-09-06T06:05:39.747Z Checking fd-lock v4.0.2
27452024-09-06T06:05:39.747Z Checking bytecount v0.6.8
27462024-09-06T06:05:39.747Z Compiling tabled_derive v0.7.0
27472024-09-06T06:05:39.747Z Checking crossterm v0.27.0
27482024-09-06T06:05:39.747Z Compiling peg-macros v0.8.4
27492024-09-06T06:05:39.747Z Compiling sqlparser_derive v0.2.2
27502024-09-06T06:05:39.888Z Compiling nix v0.28.0
27512024-09-06T06:05:39.931Z Checking nu-ansi-term v0.50.0
27522024-09-06T06:05:39.980Z Checking papergrid v0.11.0
27532024-09-06T06:05:40.295Z Checking unicode_categories v0.1.1
27542024-09-06T06:05:40.360Z Checking vte v0.11.1
27552024-09-06T06:05:40.585Z Checking home v0.5.9
27562024-09-06T06:05:40.721Z Checking sqlformat v0.2.4
27572024-09-06T06:05:40.785Z Checking sqlparser v0.45.0
27582024-09-06T06:05:41.321Z Checking crossterm v0.28.1
27592024-09-06T06:05:41.515Z Checking strip-ansi-escapes v0.2.0
27602024-09-06T06:05:41.648Z Checking reedline v0.33.0
27612024-09-06T06:05:42.068Z Checking tabled v0.15.0
27622024-09-06T06:05:42.693Z Checking peg v0.8.4
27632024-09-06T06:05:42.862Z Checking rustyline v14.0.0
27642024-09-06T06:05:48.649Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652024-09-06T06:05:55.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s
27662024-09-06T06:05:55.424Z
27672024-09-06T06:05:55.425Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27682024-09-06T06:05:56.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-09-06T06:05:56.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-09-06T06:05:56.412Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712024-09-06T06:06:03.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.66s
27722024-09-06T06:06:03.243Z
27732024-09-06T06:06:03.243Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27742024-09-06T06:06:04.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-09-06T06:06:04.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-09-06T06:06:04.149Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27772024-09-06T06:06:10.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.20s
27782024-09-06T06:06:10.607Z
27792024-09-06T06:06:10.607Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27802024-09-06T06:06:11.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-09-06T06:06:11.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-09-06T06:06:11.615Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27832024-09-06T06:06:16.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s
27842024-09-06T06:06:17.140Z
27852024-09-06T06:06:17.140Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27862024-09-06T06:06:17.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-09-06T06:06:17.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-09-06T06:06:17.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-09-06T06:06:17.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27902024-09-06T06:06:18.075Z
27912024-09-06T06:06:18.075Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27922024-09-06T06:06:18.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-09-06T06:06:18.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-09-06T06:06:18.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-09-06T06:06:18.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27962024-09-06T06:06:18.987Z
27972024-09-06T06:06:18.987Zinfo: running `cargo check --bins` on installinator-client (112/158)
27982024-09-06T06:06:19.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-09-06T06:06:19.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-09-06T06:06:19.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-09-06T06:06:19.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
28022024-09-06T06:06:19.935Z
28032024-09-06T06:06:19.935Zinfo: running `cargo check --bins` on oxide-client (113/158)
28042024-09-06T06:06:20.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-09-06T06:06:20.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-09-06T06:06:20.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-09-06T06:06:20.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28082024-09-06T06:06:20.857Z
28092024-09-06T06:06:20.858Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28102024-09-06T06:06:21.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-09-06T06:06:21.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-09-06T06:06:21.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-09-06T06:06:21.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28142024-09-06T06:06:21.851Z
28152024-09-06T06:06:21.851Zinfo: running `cargo check --bins` on wicket-common (115/158)
28162024-09-06T06:06:22.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-09-06T06:06:22.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-09-06T06:06:22.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-09-06T06:06:22.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28202024-09-06T06:06:22.823Z
28212024-09-06T06:06:22.823Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28222024-09-06T06:06:23.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-09-06T06:06:23.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-09-06T06:06:23.761Z Checking csv-core v0.1.11
28252024-09-06T06:06:23.785Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28262024-09-06T06:06:24.085Z Checking csv v1.3.0
28272024-09-06T06:06:24.817Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28282024-09-06T06:06:25.270Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28292024-09-06T06:06:26.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28302024-09-06T06:06:26.995Z
28312024-09-06T06:06:26.995Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28322024-09-06T06:06:27.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-09-06T06:06:27.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-09-06T06:06:27.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-09-06T06:06:27.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28362024-09-06T06:06:27.924Z
28372024-09-06T06:06:27.924Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28382024-09-06T06:06:28.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-09-06T06:06:28.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-09-06T06:06:28.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-09-06T06:06:28.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
28422024-09-06T06:06:28.841Z
28432024-09-06T06:06:28.841Zinfo: running `cargo check --bins` on cert-dev (119/158)
28442024-09-06T06:06:29.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-09-06T06:06:29.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-09-06T06:06:29.711Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28472024-09-06T06:06:29.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
28482024-09-06T06:06:30.115Z
28492024-09-06T06:06:30.115Zinfo: running `cargo check --bins` on ch-dev (120/158)
28502024-09-06T06:06:30.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-09-06T06:06:30.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-09-06T06:06:31.086Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28532024-09-06T06:06:31.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
28542024-09-06T06:06:32.133Z
28552024-09-06T06:06:32.133Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28562024-09-06T06:06:33.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-09-06T06:06:33.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-09-06T06:06:33.115Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28592024-09-06T06:06:33.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
28602024-09-06T06:06:33.612Z
28612024-09-06T06:06:33.612Zinfo: running `cargo check --bins` on db-dev (122/158)
28622024-09-06T06:06:34.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-09-06T06:06:34.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-09-06T06:06:34.566Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28652024-09-06T06:06:35.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
28662024-09-06T06:06:35.574Z
28672024-09-06T06:06:35.574Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28682024-09-06T06:06:36.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-09-06T06:06:36.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-09-06T06:06:36.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-09-06T06:06:36.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
28722024-09-06T06:06:36.532Z
28732024-09-06T06:06:36.532Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28742024-09-06T06:06:37.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-09-06T06:06:37.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-09-06T06:06:37.372Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28772024-09-06T06:06:38.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
28782024-09-06T06:06:38.566Z
28792024-09-06T06:06:38.566Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28802024-09-06T06:06:39.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-09-06T06:06:39.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-09-06T06:06:39.609Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28832024-09-06T06:06:40.325Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28842024-09-06T06:06:40.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
28852024-09-06T06:06:41.114Z
28862024-09-06T06:06:41.114Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28872024-09-06T06:06:42.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-09-06T06:06:42.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-09-06T06:06:42.307Z Compiling glob v0.3.1
28902024-09-06T06:06:42.307Z Compiling crunchy v0.2.2
28912024-09-06T06:06:42.331Z Compiling tiny-keccak v2.0.2
28922024-09-06T06:06:42.331Z Compiling dsl_auto_type v0.1.2
28932024-09-06T06:06:42.331Z Checking scheduled-thread-pool v0.2.7
28942024-09-06T06:06:42.331Z Compiling diesel_table_macro_syntax v0.2.0
28952024-09-06T06:06:42.357Z Compiling ascii-canvas v3.0.0
28962024-09-06T06:06:42.393Z Compiling ena v0.14.3
28972024-09-06T06:06:42.623Z Checking r2d2 v0.8.10
28982024-09-06T06:06:42.667Z Compiling libloading v0.8.3
28992024-09-06T06:06:42.784Z Compiling diff v0.1.13
29002024-09-06T06:06:42.832Z Compiling bindgen v0.69.4
29012024-09-06T06:06:42.918Z Compiling regex-syntax v0.6.29
29022024-09-06T06:06:42.942Z Compiling which v4.4.2
29032024-09-06T06:06:43.060Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29042024-09-06T06:06:43.215Z Compiling clang-sys v1.7.0
29052024-09-06T06:06:43.285Z Compiling cexpr v0.6.0
29062024-09-06T06:06:43.397Z Compiling ref-cast v1.0.23
29072024-09-06T06:06:43.536Z Compiling lazycell v1.3.0
29082024-09-06T06:06:43.561Z Compiling rustc-hash v1.1.0
29092024-09-06T06:06:43.598Z Compiling shlex v1.3.0
29102024-09-06T06:06:43.711Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29112024-09-06T06:06:43.736Z Compiling derive_builder_core v0.20.0
29122024-09-06T06:06:43.894Z Compiling diesel_derives v2.2.2
29132024-09-06T06:06:43.984Z Compiling libxml v0.3.3
29142024-09-06T06:06:44.010Z Compiling ref-cast-impl v1.0.23
29152024-09-06T06:06:44.034Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29162024-09-06T06:06:44.390Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29172024-09-06T06:06:44.466Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29182024-09-06T06:06:44.729Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29192024-09-06T06:06:44.840Z Compiling strum_macros v0.24.3
29202024-09-06T06:06:45.071Z Compiling dropshot v0.10.1
29212024-09-06T06:06:45.169Z Compiling indoc v1.0.9
29222024-09-06T06:06:45.841Z Compiling lalrpop v0.19.12
29232024-09-06T06:06:46.111Z Compiling derive_builder_macro v0.20.0
29242024-09-06T06:06:47.112Z Checking derive_builder v0.20.0
29252024-09-06T06:06:47.320Z Checking tungstenite v0.23.0
29262024-09-06T06:06:47.501Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29272024-09-06T06:06:47.785Z Compiling dropshot_endpoint v0.10.1
29282024-09-06T06:06:48.170Z Compiling oso-derive v0.27.3
29292024-09-06T06:06:48.194Z Compiling impl-trait-for-tuples v0.2.2
29302024-09-06T06:06:48.194Z Checking quick-xml v0.31.0
29312024-09-06T06:06:49.079Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29322024-09-06T06:06:49.343Z Checking maplit v1.0.2
29332024-09-06T06:06:49.519Z Checking tokio-tungstenite v0.23.1
29342024-09-06T06:06:49.967Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29352024-09-06T06:06:49.991Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29362024-09-06T06:06:50.259Z Checking bb8 v0.8.5
29372024-09-06T06:06:50.670Z Compiling const_format_proc_macros v0.2.32
29382024-09-06T06:06:51.474Z Checking crossbeam-deque v0.8.5
29392024-09-06T06:06:51.832Z Compiling portable-atomic v1.6.0
29402024-09-06T06:06:52.600Z Checking const_format v0.2.32
29412024-09-06T06:06:52.840Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29422024-09-06T06:06:52.864Z Checking rayon-core v1.12.1
29432024-09-06T06:06:53.033Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29442024-09-06T06:06:53.287Z Checking castaway v0.2.3
29452024-09-06T06:06:53.444Z Checking compact_str v0.8.0
29462024-09-06T06:06:53.492Z Checking rayon v1.10.0
29472024-09-06T06:06:54.673Z Checking diesel v2.2.3
29482024-09-06T06:06:54.833Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29492024-09-06T06:06:55.017Z Checking unicode-truncate v1.0.0
29502024-09-06T06:06:55.146Z Checking lru v0.12.3
29512024-09-06T06:06:55.261Z Compiling instability v0.3.2
29522024-09-06T06:06:55.338Z Checking number_prefix v0.4.0
29532024-09-06T06:06:55.455Z Checking unicode-linebreak v0.1.5
29542024-09-06T06:06:55.531Z Checking cassowary v0.3.0
29552024-09-06T06:06:55.555Z Checking smawk v0.3.2
29562024-09-06T06:06:55.776Z Checking multimap v0.10.0
29572024-09-06T06:06:55.847Z Checking textwrap v0.16.1
29582024-09-06T06:06:56.220Z Checking ratatui v0.28.0
29592024-09-06T06:06:57.012Z Checking indicatif v0.17.8
29602024-09-06T06:07:14.426Z Compiling samael v0.0.15
29612024-09-06T06:07:25.784Z Checking async-bb8-diesel v0.2.1
29622024-09-06T06:07:27.992Z Compiling polar-core v0.27.3
29632024-09-06T06:07:37.108Z Checking oso v0.27.3
29642024-09-06T06:08:54.539Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29652024-09-06T06:09:01.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
29662024-09-06T06:09:02.107Z
29672024-09-06T06:09:02.107Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29682024-09-06T06:09:03.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-09-06T06:09:03.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-09-06T06:09:03.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712024-09-06T06:09:03.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
29722024-09-06T06:09:03.165Z
29732024-09-06T06:09:03.165Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29742024-09-06T06:09:04.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-09-06T06:09:04.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-09-06T06:09:04.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772024-09-06T06:09:04.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29782024-09-06T06:09:04.124Z
29792024-09-06T06:09:04.124Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29802024-09-06T06:09:04.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-09-06T06:09:04.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-09-06T06:09:04.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832024-09-06T06:09:04.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29842024-09-06T06:09:04.995Z
29852024-09-06T06:09:04.995Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29862024-09-06T06:09:05.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-09-06T06:09:05.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-09-06T06:09:06.154Z Compiling libz-sys v1.1.16
29892024-09-06T06:09:06.185Z Compiling libgit2-sys v0.17.0+1.8.1
29902024-09-06T06:09:06.209Z Compiling vergen v8.3.2
29912024-09-06T06:09:06.209Z Compiling cargo-platform v0.1.8
29922024-09-06T06:09:06.209Z Compiling pin-project-internal v1.1.5
29932024-09-06T06:09:06.261Z Compiling snafu-derive v0.8.2
29942024-09-06T06:09:06.261Z Compiling libsqlite3-sys v0.28.0
29952024-09-06T06:09:06.285Z Compiling buf-list v1.0.3
29962024-09-06T06:09:06.519Z Compiling cfg_aliases v0.2.1
29972024-09-06T06:09:06.625Z Compiling cargo_metadata v0.18.1
29982024-09-06T06:09:06.777Z Compiling nix v0.29.0
29992024-09-06T06:09:06.822Z Checking globset v0.4.14
30002024-09-06T06:09:06.935Z Checking olpc-cjson v0.1.3
30012024-09-06T06:09:07.075Z Checking rand_seeder v0.3.0
30022024-09-06T06:09:07.135Z Checking serde_plain v1.0.2
30032024-09-06T06:09:07.329Z Checking typed-path v0.7.1
30042024-09-06T06:09:07.353Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30052024-09-06T06:09:07.609Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30062024-09-06T06:09:07.685Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30072024-09-06T06:09:07.879Z Checking hashlink v0.9.1
30082024-09-06T06:09:07.903Z Checking fallible-streaming-iterator v0.1.9
30092024-09-06T06:09:07.960Z Checking parse-size v1.0.0
30102024-09-06T06:09:08.107Z Checking fallible-iterator v0.3.0
30112024-09-06T06:09:08.410Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30122024-09-06T06:09:08.621Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30132024-09-06T06:09:08.675Z Checking rusqlite v0.31.0
30142024-09-06T06:09:08.894Z Checking pin-project v1.1.5
30152024-09-06T06:09:09.017Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30162024-09-06T06:09:09.041Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30172024-09-06T06:09:09.235Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30182024-09-06T06:09:09.296Z Checking twox-hash v1.6.3
30192024-09-06T06:09:09.362Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30202024-09-06T06:09:09.597Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30212024-09-06T06:09:09.810Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30222024-09-06T06:09:10.074Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30232024-09-06T06:09:10.237Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30242024-09-06T06:09:10.517Z Checking fatfs v0.3.6
30252024-09-06T06:09:10.831Z Checking assert_matches v1.5.0
30262024-09-06T06:09:11.160Z Checking snafu v0.8.2
30272024-09-06T06:09:11.612Z Checking tough v0.17.1
30282024-09-06T06:09:15.702Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30292024-09-06T06:09:17.210Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30302024-09-06T06:09:17.564Z Compiling git2 v0.19.0
30312024-09-06T06:09:23.820Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30322024-09-06T06:10:30.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
30332024-09-06T06:10:30.235Z
30342024-09-06T06:10:30.235Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30352024-09-06T06:10:31.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-09-06T06:10:31.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-09-06T06:10:31.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-09-06T06:10:31.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30392024-09-06T06:10:31.218Z
30402024-09-06T06:10:31.218Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30412024-09-06T06:10:32.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-09-06T06:10:32.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-09-06T06:10:32.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-09-06T06:10:32.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30452024-09-06T06:10:32.142Z
30462024-09-06T06:10:32.142Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30472024-09-06T06:10:32.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-09-06T06:10:33.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-09-06T06:10:33.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-09-06T06:10:33.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30512024-09-06T06:10:33.095Z
30522024-09-06T06:10:33.095Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30532024-09-06T06:10:33.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-09-06T06:10:33.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-09-06T06:10:33.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-09-06T06:10:33.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30572024-09-06T06:10:34.077Z
30582024-09-06T06:10:34.077Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30592024-09-06T06:10:34.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-09-06T06:10:34.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-09-06T06:10:34.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-09-06T06:10:34.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30632024-09-06T06:10:35.092Z
30642024-09-06T06:10:35.092Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30652024-09-06T06:10:35.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-09-06T06:10:35.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-09-06T06:10:35.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-09-06T06:10:35.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30692024-09-06T06:10:36.021Z
30702024-09-06T06:10:36.021Zinfo: running `cargo check --bins` on update-common (137/158)
30712024-09-06T06:10:36.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-09-06T06:10:36.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-09-06T06:10:36.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742024-09-06T06:10:36.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
30752024-09-06T06:10:36.965Z
30762024-09-06T06:10:36.965Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30772024-09-06T06:10:37.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-09-06T06:10:37.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-09-06T06:10:37.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802024-09-06T06:10:37.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30812024-09-06T06:10:37.887Z
30822024-09-06T06:10:37.887Zinfo: running `cargo check --bins` on tufaceous (139/158)
30832024-09-06T06:10:38.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-09-06T06:10:38.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-09-06T06:10:38.869Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30862024-09-06T06:10:39.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
30872024-09-06T06:10:40.125Z
30882024-09-06T06:10:40.125Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30892024-09-06T06:10:41.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-09-06T06:10:41.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-09-06T06:10:41.395Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30922024-09-06T06:10:41.395Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30932024-09-06T06:10:41.419Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30942024-09-06T06:10:43.142Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952024-09-06T06:10:46.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
30962024-09-06T06:10:46.547Z
30972024-09-06T06:10:46.547Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30982024-09-06T06:10:47.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-09-06T06:10:47.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-09-06T06:10:47.575Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31012024-09-06T06:10:47.575Z Checking heck v0.4.1
31022024-09-06T06:10:47.599Z Checking is_ci v1.2.0
31032024-09-06T06:10:47.599Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31042024-09-06T06:10:47.599Z Checking indent_write v2.2.0
31052024-09-06T06:10:47.788Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31062024-09-06T06:10:47.812Z Checking supports-color v3.0.0
31072024-09-06T06:10:49.540Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31082024-09-06T06:10:50.557Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31092024-09-06T06:10:51.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
31102024-09-06T06:10:52.019Z
31112024-09-06T06:10:52.019Zinfo: running `cargo check --bins` on installinator-api (142/158)
31122024-09-06T06:10:52.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-09-06T06:10:52.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-09-06T06:10:52.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152024-09-06T06:10:52.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31162024-09-06T06:10:52.947Z
31172024-09-06T06:10:52.947Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31182024-09-06T06:10:53.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-09-06T06:10:53.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-09-06T06:10:53.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212024-09-06T06:10:53.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31222024-09-06T06:10:53.874Z
31232024-09-06T06:10:53.874Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31242024-09-06T06:10:54.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252024-09-06T06:10:54.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262024-09-06T06:10:54.921Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31272024-09-06T06:10:56.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
31282024-09-06T06:10:56.561Z
31292024-09-06T06:10:56.561Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31302024-09-06T06:10:57.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312024-09-06T06:10:57.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322024-09-06T06:10:57.504Z Checking memmap2 v0.9.4
31332024-09-06T06:10:57.504Z Checking constant_time_eq v0.3.0
31342024-09-06T06:10:57.504Z Checking untrusted v0.7.1
31352024-09-06T06:10:57.504Z Checking arrayref v0.3.7
31362024-09-06T06:10:57.504Z Checking spin v0.5.2
31372024-09-06T06:10:57.528Z Checking arrayvec v0.7.4
31382024-09-06T06:10:57.528Z Checking cargo-platform v0.1.8
31392024-09-06T06:10:57.528Z Checking topological-sort v0.2.2
31402024-09-06T06:10:57.649Z Checking shell-words v1.1.0
31412024-09-06T06:10:57.800Z Checking ring v0.16.20
31422024-09-06T06:10:57.870Z Checking blake3 v1.5.1
31432024-09-06T06:10:57.899Z Checking cargo_metadata v0.18.1
31442024-09-06T06:10:59.240Z Checking omicron-zone-package v0.11.0
31452024-09-06T06:11:00.653Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31462024-09-06T06:11:01.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
31472024-09-06T06:11:01.948Z
31482024-09-06T06:11:01.948Zinfo: running `cargo check --bins` on xtask (146/158)
31492024-09-06T06:11:02.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-09-06T06:11:02.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-09-06T06:11:02.663Z Checking bitflags v2.6.0
31522024-09-06T06:11:02.663Z Checking serde v1.0.208
31532024-09-06T06:11:02.663Z Checking thiserror v1.0.63
31542024-09-06T06:11:02.663Z Checking scroll v0.12.0
31552024-09-06T06:11:02.697Z Checking log v0.4.21
31562024-09-06T06:11:02.723Z Checking hashbrown v0.14.5
31572024-09-06T06:11:02.746Z Checking zerocopy v0.7.34
31582024-09-06T06:11:02.770Z Checking syn v2.0.74
31592024-09-06T06:11:02.843Z Checking pest v2.7.10
31602024-09-06T06:11:02.929Z Checking rustix v0.38.34
31612024-09-06T06:11:02.968Z Checking fs-err v2.11.0
31622024-09-06T06:11:03.139Z Checking goblin v0.8.2
31632024-09-06T06:11:03.249Z Checking tabled v0.15.0
31642024-09-06T06:11:03.745Z Checking indexmap v2.4.0
31652024-09-06T06:11:03.951Z Checking anyhow v1.0.86
31662024-09-06T06:11:04.549Z Checking terminal_size v0.3.0
31672024-09-06T06:11:04.549Z Checking tempfile v3.10.1
31682024-09-06T06:11:04.715Z Checking clap_builder v4.5.15
31692024-09-06T06:11:04.957Z Checking dtrace-parser v0.2.0
31702024-09-06T06:11:06.908Z Checking serde_json v1.0.125
31712024-09-06T06:11:06.908Z Checking toml_datetime v0.6.8
31722024-09-06T06:11:06.932Z Checking serde_spanned v0.6.7
31732024-09-06T06:11:06.932Z Checking camino v1.1.9
31742024-09-06T06:11:06.932Z Checking cargo-platform v0.1.8
31752024-09-06T06:11:07.058Z Checking semver v1.0.23
31762024-09-06T06:11:07.114Z Checking macaddr v1.0.1
31772024-09-06T06:11:07.257Z Checking toml_edit v0.22.20
31782024-09-06T06:11:07.394Z Checking clap v4.5.16
31792024-09-06T06:11:07.420Z Checking camino-tempfile v1.1.1
31802024-09-06T06:11:08.179Z Checking dof v0.3.0
31812024-09-06T06:11:08.179Z Checking cargo_metadata v0.18.1
31822024-09-06T06:11:08.678Z Checking usdt-impl v0.5.0
31832024-09-06T06:11:09.138Z Checking usdt v0.5.0
31842024-09-06T06:11:09.388Z Checking toml v0.8.19
31852024-09-06T06:11:09.987Z Checking cargo_toml v0.20.4
31862024-09-06T06:11:11.586Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31872024-09-06T06:11:12.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s
31882024-09-06T06:11:12.489Z
31892024-09-06T06:11:12.489Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31902024-09-06T06:11:13.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-09-06T06:11:13.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-09-06T06:11:13.595Z Checking polyval v0.6.2
31932024-09-06T06:11:13.595Z Checking rfc6979 v0.4.0
31942024-09-06T06:11:13.640Z Checking primeorder v0.13.6
31952024-09-06T06:11:13.640Z Checking ctr v0.9.2
31962024-09-06T06:11:13.679Z Checking ed25519 v2.2.3
31972024-09-06T06:11:13.703Z Checking ssh-encoding v0.2.0
31982024-09-06T06:11:13.703Z Checking blowfish v0.9.1
31992024-09-06T06:11:13.734Z Checking password-hash v0.4.2
32002024-09-06T06:11:13.792Z Checking ecdsa v0.16.9
32012024-09-06T06:11:13.849Z Checking ghash v0.5.1
32022024-09-06T06:11:13.891Z Checking matches v0.1.10
32032024-09-06T06:11:13.914Z Checking bcrypt-pbkdf v0.10.0
32042024-09-06T06:11:13.942Z Checking ed25519-dalek v2.1.1
32052024-09-06T06:11:13.981Z Checking idna v0.2.3
32062024-09-06T06:11:14.004Z Checking aes-gcm v0.10.3
32072024-09-06T06:11:14.031Z Compiling enum-as-inner v0.5.1
32082024-09-06T06:11:14.103Z Checking russh-cryptovec v0.7.2
32092024-09-06T06:11:14.126Z Checking pbkdf2 v0.11.0
32102024-09-06T06:11:14.149Z Checking md5 v0.7.0
32112024-09-06T06:11:14.208Z Checking ssh-cipher v0.2.0
32122024-09-06T06:11:14.278Z Checking num-bigint v0.4.5
32132024-09-06T06:11:14.301Z Checking des v0.8.1
32142024-09-06T06:11:14.361Z Checking hex-literal v0.4.1
32152024-09-06T06:11:14.392Z Compiling dhcproto-macros v0.1.0
32162024-09-06T06:11:14.415Z Checking p521 v0.13.3
32172024-09-06T06:11:14.478Z Checking ssh-key v0.6.6
32182024-09-06T06:11:14.501Z Checking p256 v0.13.2
32192024-09-06T06:11:14.539Z Checking p384 v0.13.0
32202024-09-06T06:11:14.686Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32212024-09-06T06:11:14.910Z Checking trust-dns-proto v0.22.0
32222024-09-06T06:11:14.933Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32232024-09-06T06:11:15.237Z Checking internet-checksum v0.2.1
32242024-09-06T06:11:15.934Z Checking russh-keys v0.45.0
32252024-09-06T06:11:17.062Z Checking russh v0.45.0
32262024-09-06T06:11:18.054Z Checking dhcproto v0.12.0
32272024-09-06T06:11:39.257Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32282024-09-06T06:11:40.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.42s
32292024-09-06T06:11:41.088Z
32302024-09-06T06:11:41.088Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32312024-09-06T06:11:41.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-09-06T06:11:41.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-09-06T06:11:41.996Z Checking termios v0.3.3
32342024-09-06T06:11:42.183Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32352024-09-06T06:11:43.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
32362024-09-06T06:11:43.331Z
32372024-09-06T06:11:43.331Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32382024-09-06T06:11:44.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-09-06T06:11:44.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-09-06T06:11:44.306Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32412024-09-06T06:11:46.766Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32422024-09-06T06:11:49.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s
32432024-09-06T06:11:49.264Z
32442024-09-06T06:11:49.264Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32452024-09-06T06:11:50.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462024-09-06T06:11:50.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472024-09-06T06:11:50.141Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32482024-09-06T06:11:50.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
32492024-09-06T06:11:50.752Z
32502024-09-06T06:11:50.752Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32512024-09-06T06:11:51.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522024-09-06T06:11:51.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532024-09-06T06:11:51.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542024-09-06T06:11:51.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32552024-09-06T06:11:51.600Z
32562024-09-06T06:11:51.600Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32572024-09-06T06:11:52.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582024-09-06T06:11:52.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592024-09-06T06:11:52.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602024-09-06T06:11:52.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32612024-09-06T06:11:52.451Z
32622024-09-06T06:11:52.451Zinfo: running `cargo check --bins` on omicron-package (153/158)
32632024-09-06T06:11:53.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642024-09-06T06:11:53.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652024-09-06T06:11:53.406Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32662024-09-06T06:11:54.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
32672024-09-06T06:11:55.045Z
32682024-09-06T06:11:55.045Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32692024-09-06T06:11:55.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-09-06T06:11:55.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-09-06T06:11:56.013Z Checking rtoolbox v0.0.2
32722024-09-06T06:11:56.013Z Checking tui-tree-widget v0.22.0
32732024-09-06T06:11:56.036Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32742024-09-06T06:11:56.199Z Checking rpassword v7.3.1
32752024-09-06T06:12:01.271Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32762024-09-06T06:12:04.990Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32772024-09-06T06:12:06.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
32782024-09-06T06:12:06.593Z
32792024-09-06T06:12:06.593Zinfo: running `cargo check --bins` on wicket (155/158)
32802024-09-06T06:12:07.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812024-09-06T06:12:07.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822024-09-06T06:12:07.587Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32832024-09-06T06:12:07.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
32842024-09-06T06:12:08.136Z
32852024-09-06T06:12:08.136Zinfo: running `cargo check --bins` on wicketd (156/158)
32862024-09-06T06:12:09.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872024-09-06T06:12:09.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882024-09-06T06:12:09.178Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32892024-09-06T06:12:13.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
32902024-09-06T06:12:14.118Z
32912024-09-06T06:12:14.118Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32922024-09-06T06:12:14.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932024-09-06T06:12:14.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942024-09-06T06:12:14.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32952024-09-06T06:12:14.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
32962024-09-06T06:12:14.977Z
32972024-09-06T06:12:14.978Zinfo: running `cargo check --bins` on zone-setup (158/158)
32982024-09-06T06:12:15.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992024-09-06T06:12:15.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002024-09-06T06:12:15.993Z Checking uzers v0.11.3
33012024-09-06T06:12:16.271Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33022024-09-06T06:12:17.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
33032024-09-06T06:12:17.759Z
33042024-09-06T06:12:17.759Zreal 13:16.786766255
33052024-09-06T06:12:17.759Zuser 24:01.224723268
33062024-09-06T06:12:17.759Zsys 5:39.522413600
33072024-09-06T06:12:17.759Ztrap 0.615930686
33082024-09-06T06:12:17.759Ztflt 1.635731209
33092024-09-06T06:12:17.759Zdflt 2.589003430
33102024-09-06T06:12:17.759Zkflt 0.001507059
33112024-09-06T06:12:17.783Zlock 45:40.024595750
33122024-09-06T06:12:17.783Zslp 2:05:40.058516947
33132024-09-06T06:12:17.783Zlat 1:04.736076466
33142024-09-06T06:12:17.783Zstop 2:58.097005754
33152024-09-06T06:12:17.783Zprocess exited: duration 1045124 ms, exit code 0
 
33162024-09-06T06:12:17.831Zfound 0 output files