01J92W517RNP4ERDQB7HYJW1D5: 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: 01J92W5AABJ0KQ2ZG08VWCJC1V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-01T01:48:04.566Zjob assigned to worker 01J92W5E7ZYT6F5MX95ZK2YX68 (queued for 46 s)
 
22024-10-01T01:48:11.668Zstarting task 0: "setup"
32024-10-01T01:48:11.678Z++ uname -s
42024-10-01T01:48:12.683Z+ kern=SunOS
52024-10-01T01:48:12.683Z+ case "$kern" in
62024-10-01T01:48:12.683Z+ groupadd -g 12345 build
72024-10-01T01:48:12.686Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-01T01:48:13.695Z+ zfs create -o mountpoint=/work rpool/work
92024-10-01T01:48:13.860Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-01T01:48:13.862Z+ home_fs=zfs
112024-10-01T01:48:13.862Z+ [[ zfs == autofs ]]
122024-10-01T01:48:13.862Z+ mkdir -p /home/build
132024-10-01T01:48:13.865Z+ chown build:build /home/build /work
142024-10-01T01:48:15.866Z+ chmod 0700 /home/build /work
152024-10-01T01:48:15.869Zprocess exited: duration 4203 ms, exit code 0
 
162024-10-01T01:48:15.875Zstarting task 1: "rust-toolchain"
172024-10-01T01:48:15.881Z+ printf ' * toolchain channel = "%s"
182024-10-01T01:48:15.881Z' 1.80.1
192024-10-01T01:48:15.883Z * toolchain channel = "1.80.1"
202024-10-01T01:48:15.883Z+ printf ' * toolchain profile = "%s"
212024-10-01T01:48:15.883Z' default
222024-10-01T01:48:15.883Z * toolchain profile = "default"
232024-10-01T01:48:15.883Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-01T01:48:15.883Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-01T01:48:16.165Zinfo: downloading installer
262024-10-01T01:48:17.342Zinfo: profile set to 'default'
272024-10-01T01:48:17.342Zinfo: default host triple is x86_64-unknown-illumos
282024-10-01T01:48:17.345Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-01T01:48:17.474Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-01T01:48:17.474Zinfo: downloading component 'cargo'
312024-10-01T01:48:18.133Zinfo: downloading component 'clippy'
322024-10-01T01:48:18.367Zinfo: downloading component 'rust-docs'
332024-10-01T01:48:19.281Zinfo: downloading component 'rust-std'
342024-10-01T01:48:20.564Zinfo: downloading component 'rustc'
352024-10-01T01:48:24.137Zinfo: downloading component 'rustfmt'
362024-10-01T01:48:24.331Zinfo: installing component 'cargo'
372024-10-01T01:48:25.179Zinfo: installing component 'clippy'
382024-10-01T01:48:25.562Zinfo: installing component 'rust-docs'
392024-10-01T01:48:27.146Zinfo: installing component 'rust-std'
402024-10-01T01:48:28.877Zinfo: installing component 'rustc'
412024-10-01T01:48:33.148Zinfo: installing component 'rustfmt'
422024-10-01T01:48:33.483Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-01T01:48:33.483Z
442024-10-01T01:48:33.733Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-01T01:48:33.733Z
462024-10-01T01:48:33.736Z
472024-10-01T01:48:33.736ZRust is installed now. Great!
482024-10-01T01:48:33.736Z
492024-10-01T01:48:33.736ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-01T01:48:33.736Zenvironment variable. This has not been done automatically.
512024-10-01T01:48:33.736Z
522024-10-01T01:48:33.736ZTo configure your current shell, you need to source
532024-10-01T01:48:33.736Zthe corresponding env file under $HOME/.cargo.
542024-10-01T01:48:33.736Z
552024-10-01T01:48:33.736ZThis is usually done by running one of the following (note the leading DOT):
562024-10-01T01:48:33.736Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-01T01:48:33.736Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-01T01:48:33.787Z+ rustc --version
592024-10-01T01:48:33.849Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-01T01:48:33.852Zprocess exited: duration 17976 ms, exit code 0
 
612024-10-01T01:48:33.858Zstarting task 2: "authentication"
622024-10-01T01:48:33.878Zprocess exited: duration 20 ms, exit code 0
 
632024-10-01T01:48:33.884Zstarting task 3: "clone repository"
642024-10-01T01:48:33.890Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-01T01:48:33.893Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-01T01:48:33.924ZCloning into '/work/oxidecomputer/omicron'...
672024-10-01T01:48:45.900Z+ cd /work/oxidecomputer/omicron
682024-10-01T01:48:45.900Z+ git fetch origin 383d87c09bc60bbe6e73c825cdff776b6f9dbd34
692024-10-01T01:48:46.320ZFrom https://github.com/oxidecomputer/omicron
702024-10-01T01:48:46.320Z * branch 383d87c09bc60bbe6e73c825cdff776b6f9dbd34 -> FETCH_HEAD
712024-10-01T01:48:46.328Z+ [[ -n '' ]]
722024-10-01T01:48:46.328Z+ git reset --hard 383d87c09bc60bbe6e73c825cdff776b6f9dbd34
732024-10-01T01:48:46.492ZHEAD is now at 383d87c09 wait for associated sagas to transition the requests
742024-10-01T01:48:46.495Zprocess exited: duration 12609 ms, exit code 0
 
752024-10-01T01:48:46.500Zstarting task 4: "build"
762024-10-01T01:48:46.505Z+ cargo --version
772024-10-01T01:48:46.559Zcargo 1.80.1 (376290515 2024-07-16)
782024-10-01T01:48:46.561Z+ rustc --version
792024-10-01T01:48:46.618Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-10-01T01:48:46.620Z+ source ./env.sh
812024-10-01T01:48:46.620Z++ OLD_SHELL_OPTS=ehxB
822024-10-01T01:48:46.620Z++ set -o xtrace
832024-10-01T01:48:46.623Z++++ dirname ./env.sh
842024-10-01T01:48:46.625Z+++ readlink -f .
852024-10-01T01:48:46.628Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-10-01T01:48:46.631Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-10-01T01:48:46.631Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-10-01T01:48:46.631Z++ 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
892024-10-01T01:48:46.631Z++ 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
902024-10-01T01:48:46.631Z++ 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
912024-10-01T01:48:46.631Z++ 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
922024-10-01T01:48:46.631Z++ 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
932024-10-01T01:48:46.631Z++ 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
942024-10-01T01:48:46.631Z++ case $OLD_SHELL_OPTS in
952024-10-01T01:48:46.631Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-10-01T01:48:46.631Z+ 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
972024-10-01T01:48:46.631Z+ 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
982024-10-01T01:48:46.631Z+ banner prerequisites
992024-10-01T01:48:46.634Z
1002024-10-01T01:48:46.634Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-10-01T01:48:46.634Z # # # # # # # # # # # # # # #
1022024-10-01T01:48:46.634Z # # # # ##### # # ##### # # # # # #### #
1032024-10-01T01:48:46.634Z ##### ##### # ##### # # # # # # # # #
1042024-10-01T01:48:46.634Z # # # # # # # # # # # # # # #
1052024-10-01T01:48:46.634Z # # # ###### # # ###### ### # #### # #### #
1062024-10-01T01:48:46.634Z
1072024-10-01T01:48:46.634Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-10-01T01:48:52.918Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-10-01T01:48:55.723Z Startup: Caching catalogs ... Done
1102024-10-01T01:48:59.817ZPlanning: Solver setup ... Done (3.462s)
1112024-10-01T01:48:59.869ZPlanning: Running solver ... Done (0.054s)
1122024-10-01T01:48:59.930ZPlanning: Finding local manifests ... Done (0.004s)
1132024-10-01T01:49:00.374ZPlanning: Fetching manifests: 0/5 0% complete
1142024-10-01T01:49:00.784ZPlanning: Fetching manifests: 5/5 100% complete
1152024-10-01T01:49:00.883ZPlanning: Package planning ... Done (0.100s)
1162024-10-01T01:49:00.940ZPlanning: Merging actions ... Done (0.056s)
1172024-10-01T01:49:01.140ZPlanning: Checking for conflicting actions ... Done (0.200s)
1182024-10-01T01:49:03.153ZPlanning: Consolidating action changes ... Done (2.012s)
1192024-10-01T01:49:03.601ZPlanning: Evaluating mediators ... Done (0.448s)
1202024-10-01T01:49:03.681ZPlanning: Planning completed in 7.88 seconds
1212024-10-01T01:49:03.697Z Packages to install: 4
1222024-10-01T01:49:03.697Z Packages to update: 1
1232024-10-01T01:49:03.700Z Mediators to change: 2
1242024-10-01T01:49:03.700Z Services to change: 1
1252024-10-01T01:49:03.700Z Estimated space available: 155.71 GB
1262024-10-01T01:49:03.700ZEstimated space to be consumed: 1.55 GB
1272024-10-01T01:49:03.700Z Create boot environment: No
1282024-10-01T01:49:03.700ZCreate backup boot environment: Yes
1292024-10-01T01:49:03.700Z Rebuild boot archive: No
1302024-10-01T01:49:03.700Z
1312024-10-01T01:49:03.700ZChanged mediators:
1322024-10-01T01:49:03.700Z mediator clang:
1332024-10-01T01:49:03.700Z version: None -> 15 (system default)
1342024-10-01T01:49:03.700Z
1352024-10-01T01:49:03.700Z mediator llvm:
1362024-10-01T01:49:03.700Z version: 14 (system default) -> 15 (system default)
1372024-10-01T01:49:03.700Z
1382024-10-01T01:49:03.700ZChanged packages:
1392024-10-01T01:49:03.700Zhelios-dev
1402024-10-01T01:49:03.700Z developer/build-essential
1412024-10-01T01:49:03.700Z None -> 11-2.0
1422024-10-01T01:49:03.700Z library/libxmlsec1
1432024-10-01T01:49:03.700Z None -> 1.2.35-2.0
1442024-10-01T01:49:03.700Z ooce/developer/clang-15
1452024-10-01T01:49:03.700Z None -> 15.0.7-2.0
1462024-10-01T01:49:03.700Z ooce/developer/llvm-15
1472024-10-01T01:49:03.700Z None -> 15.0.7-2.0
1482024-10-01T01:49:03.700Z package/pkg
1492024-10-01T01:49:03.701Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1502024-10-01T01:49:03.701Z
1512024-10-01T01:49:03.701ZServices:
1522024-10-01T01:49:03.701Z restart_fmri:
1532024-10-01T01:49:03.701Z svc:/system/update-man-index:default
1542024-10-01T01:49:03.701Z
1552024-10-01T01:49:03.701ZEditable files to change:
1562024-10-01T01:49:03.701Z Update:
1572024-10-01T01:49:03.701Z usr/share/lib/pkg/web/config.shtml
1582024-10-01T01:49:03.778Z
1592024-10-01T01:49:03.778ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1602024-10-01T01:49:08.784ZDownload: 358/4281 items 16.4/220.6MB 7% complete (3.4M/s)
1612024-10-01T01:49:13.784ZDownload: 1113/4281 items 32.0/220.6MB 14% complete (3.1M/s)
1622024-10-01T01:49:20.037ZDownload: 1194/4281 items 83.4/220.6MB 37% complete (8.9M/s)
1632024-10-01T01:49:25.041ZDownload: 1983/4281 items 118.1/220.6MB 53% complete (4.4M/s)
1642024-10-01T01:49:31.028ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (4.4M/s)
1652024-10-01T01:49:36.041ZDownload: 2979/4281 items 121.2/220.6MB 54% complete (294k/s)
1662024-10-01T01:49:41.333ZDownload: 3243/4281 items 203.0/220.6MB 92% complete (10.0M/s)
1672024-10-01T01:49:46.419ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (9.6M/s)
1682024-10-01T01:49:51.427ZDownload: 3566/4281 items 215.7/220.6MB 97% complete (1.3M/s)
1692024-10-01T01:49:55.768ZDownload: Completed 220.60 MB in 51.99 seconds (4.2M/s)
1702024-10-01T01:49:57.783Z Actions: 1/5063 actions (Removing old actions)
1712024-10-01T01:49:57.855Z Actions: 194/5063 actions (Installing new actions)
1722024-10-01T01:50:02.555Z Actions: 4226/5063 actions (Updating modified actions)
1732024-10-01T01:50:02.863Z Actions: Completed 5063 actions in 5.08 seconds.
1742024-10-01T01:50:03.177Z Done (0.306s)
1752024-10-01T01:50:03.180Z Done (0.000s)
1762024-10-01T01:50:03.619Z Done (0.441s)
1772024-10-01T01:50:07.965Z Done (4.158s)
1782024-10-01T01:50:08.059Z Done (0.017s)
1792024-10-01T01:50:08.062Z Done (0.000s)
1802024-10-01T01:50:08.323Z Done (0.000s)
1812024-10-01T01:50:08.934ZPlanning: Evaluating mediator changes ... Done
1822024-10-01T01:50:09.093ZPlanning: Checking for conflicting actions ... Done
1832024-10-01T01:50:09.095ZPlanning: Consolidating action changes ... Done
1842024-10-01T01:50:09.363ZPlanning: Evaluating mediators ... Done
1852024-10-01T01:50:09.365ZPlanning: Planning completed in 0.43 seconds
1862024-10-01T01:50:09.403Z Mediators to change: 2
1872024-10-01T01:50:09.403Z Create boot environment: No
1882024-10-01T01:50:09.403ZCreate backup boot environment: No
1892024-10-01T01:50:09.499Z Done
1902024-10-01T01:50:09.499Z Done
1912024-10-01T01:50:09.761Z Done
1922024-10-01T01:50:13.342Z Done
1932024-10-01T01:50:13.430Z Done
1942024-10-01T01:50:13.433Z Done
1952024-10-01T01:50:13.555Z Done
1962024-10-01T01:50:14.159ZPlanning: Evaluating mediator changes ... Done
1972024-10-01T01:50:14.162ZPlanning: Merging actions ... Done
1982024-10-01T01:50:14.353ZPlanning: Checking for conflicting actions ... Done
1992024-10-01T01:50:14.356ZPlanning: Consolidating action changes ... Done
2002024-10-01T01:50:14.620ZPlanning: Evaluating mediators ... Done
2012024-10-01T01:50:14.676ZPlanning: Planning completed in 0.76 seconds
2022024-10-01T01:50:14.716Z Packages to change: 1
2032024-10-01T01:50:14.716Z Mediators to change: 1
2042024-10-01T01:50:14.718Z Services to change: 1
2052024-10-01T01:50:14.718Z Create boot environment: No
2062024-10-01T01:50:14.718ZCreate backup boot environment: Yes
2072024-10-01T01:50:16.515Z Actions: 1/6 actions (Updating modified actions)
2082024-10-01T01:50:16.518Z Actions: Completed 6 actions in 0.00 seconds.
2092024-10-01T01:50:16.518Z Done
2102024-10-01T01:50:16.518Z Done
2112024-10-01T01:50:16.607Z Done
2122024-10-01T01:50:20.170Z Done
2132024-10-01T01:50:20.261Z Done
2142024-10-01T01:50:20.263Z Done
2152024-10-01T01:50:20.372Z Done
2162024-10-01T01:50:20.802ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-10-01T01:50:20.802Zclang system 15 system
2182024-10-01T01:50:20.802Zcsh system system illumos
2192024-10-01T01:50:20.802Zctags system system illumos
2202024-10-01T01:50:20.802Zgcc vendor 12 vendor
2212024-10-01T01:50:20.802Zgcc system 10 system
2222024-10-01T01:50:20.802Zgcc system 7 system
2232024-10-01T01:50:20.802Zgo system 1.20 system
2242024-10-01T01:50:20.802Zgo system 1.19 system
2252024-10-01T01:50:20.802Zllvm system 15 system
2262024-10-01T01:50:20.802Zllvm system 14 system
2272024-10-01T01:50:20.802Zmariadb system 10.6 system
2282024-10-01T01:50:20.802Zmta vendor vendor dma
2292024-10-01T01:50:20.802Zopenjdk system 17 system
2302024-10-01T01:50:20.802Zopenjdk system 11 system
2312024-10-01T01:50:20.803Zopenjdk system 1.8 system
2322024-10-01T01:50:20.803Zopenssl vendor 3 vendor
2332024-10-01T01:50:20.803Zperl system 5.36 system
2342024-10-01T01:50:20.803Zpostgresql system 15 system
2352024-10-01T01:50:20.803Zpostgresql system 13 system
2362024-10-01T01:50:20.803Zpython vendor 3 vendor
2372024-10-01T01:50:20.803Zpython system 2 system
2382024-10-01T01:50:20.803Zpython3 system 3.11 system
2392024-10-01T01:50:20.803Zruby system 3.0 system
2402024-10-01T01:50:20.803Zwords vendor vendor american-english
2412024-10-01T01:50:20.803Zwords system system australian-english
2422024-10-01T01:50:20.803Zwords system system british-english
2432024-10-01T01:50:20.803Zwords system system canadian-english
2442024-10-01T01:50:20.803Zwords system system french
2452024-10-01T01:50:20.803Zwords system system italian
2462024-10-01T01:50:20.803Zwords system system ngerman
2472024-10-01T01:50:20.803Zwords system system ogerman
2482024-10-01T01:50:20.803Zwords system system spanish
2492024-10-01T01:50:21.129ZPUBLISHER TYPE STATUS P LOCATION
2502024-10-01T01:50:21.129Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-10-01T01:50:23.128ZFMRI IFO
2522024-10-01T01:50:23.128Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-10-01T01:50:23.128Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-10-01T01:50:23.128Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-10-01T01:50:23.128Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-10-01T01:50:23.128Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-10-01T01:50:23.128Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-10-01T01:50:23.128Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2592024-10-01T01:50:23.128Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2602024-10-01T01:50:23.128Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2612024-10-01T01:50:23.128Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2622024-10-01T01:50:23.128Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2632024-10-01T01:50:23.128Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2642024-10-01T01:50:23.128Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2652024-10-01T01:50:23.776Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2662024-10-01T01:50:24.069Z Updating crates.io index
2672024-10-01T01:50:24.131Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682024-10-01T01:50:24.959Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2692024-10-01T01:50:25.188Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702024-10-01T01:50:25.395Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712024-10-01T01:50:25.659Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722024-10-01T01:50:26.377Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732024-10-01T01:50:28.538Z Updating git repository `https://github.com/oxidecomputer/opte`
2742024-10-01T01:50:29.475Z Updating git repository `https://github.com/oxidecomputer/falcon`
2752024-10-01T01:50:30.225Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762024-10-01T01:50:30.442Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772024-10-01T01:50:30.670Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2782024-10-01T01:50:31.179Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2792024-10-01T01:50:31.511Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2802024-10-01T01:50:31.728Z Updating git repository `https://github.com/oxidecomputer/qorb`
2812024-10-01T01:50:32.037Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822024-10-01T01:50:32.300Z Updating git repository `https://github.com/oxidecomputer/tofino`
2832024-10-01T01:50:32.528Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842024-10-01T01:50:32.735Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852024-10-01T01:50:32.953Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862024-10-01T01:50:33.257Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2872024-10-01T01:50:33.629Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882024-10-01T01:50:33.955Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2892024-10-01T01:50:34.227Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902024-10-01T01:50:34.517Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912024-10-01T01:50:34.854Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922024-10-01T01:50:35.130Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932024-10-01T01:50:35.474Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942024-10-01T01:50:35.871Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952024-10-01T01:50:36.071Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962024-10-01T01:50:36.314Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972024-10-01T01:50:37.492Z Downloading crates ...
2982024-10-01T01:50:37.586Z Downloaded autocfg v1.3.0
2992024-10-01T01:50:37.589Z Downloaded bitflags v2.6.0
3002024-10-01T01:50:37.595Z Downloaded equivalent v1.0.1
3012024-10-01T01:50:37.598Z Downloaded colorchoice v1.0.1
3022024-10-01T01:50:37.616Z Downloaded anstyle-query v1.0.3
3032024-10-01T01:50:37.619Z Downloaded anstyle-parse v0.2.4
3042024-10-01T01:50:37.627Z Downloaded anstyle v1.0.8
3052024-10-01T01:50:37.629Z Downloaded cargo_metadata v0.18.1
3062024-10-01T01:50:37.631Z Downloaded block-buffer v0.10.4
3072024-10-01T01:50:37.631Z Downloaded byteorder v1.5.0
3082024-10-01T01:50:37.642Z Downloaded toml_datetime v0.6.8
3092024-10-01T01:50:37.645Z Downloaded scroll v0.12.0
3102024-10-01T01:50:37.647Z Downloaded serde_spanned v0.6.7
3112024-10-01T01:50:37.650Z Downloaded version_check v0.9.5
3122024-10-01T01:50:37.650Z Downloaded cfg-if v1.0.0
3132024-10-01T01:50:37.653Z Downloaded thiserror-impl v1.0.64
3142024-10-01T01:50:37.653Z Downloaded fs-err v2.11.0
3152024-10-01T01:50:37.655Z Downloaded strsim v0.11.1
3162024-10-01T01:50:37.655Z Downloaded anstream v0.6.14
3172024-10-01T01:50:37.658Z Downloaded fastrand v2.1.0
3182024-10-01T01:50:37.662Z Downloaded heck v0.4.1
3192024-10-01T01:50:37.664Z Downloaded dof v0.3.0
3202024-10-01T01:50:37.666Z Downloaded plain v0.2.3
3212024-10-01T01:50:37.666Z Downloaded proc-macro-error v1.0.4
3222024-10-01T01:50:37.669Z Downloaded clap_derive v4.5.18
3232024-10-01T01:50:37.671Z Downloaded pest_generator v2.7.10
3242024-10-01T01:50:37.673Z Downloaded camino-tempfile v1.1.1
3252024-10-01T01:50:37.676Z Downloaded errno v0.3.9
3262024-10-01T01:50:37.678Z Downloaded cpufeatures v0.2.12
3272024-10-01T01:50:37.678Z Downloaded sha2 v0.10.8
3282024-10-01T01:50:37.681Z Downloaded itoa v1.0.11
3292024-10-01T01:50:37.683Z Downloaded semver v1.0.23
3302024-10-01T01:50:37.685Z Downloaded once_cell v1.19.0
3312024-10-01T01:50:37.689Z Downloaded anyhow v1.0.89
3322024-10-01T01:50:37.692Z Downloaded usdt-impl v0.5.0
3332024-10-01T01:50:37.697Z Downloaded zerocopy-derive v0.7.34
3342024-10-01T01:50:37.701Z Downloaded cargo-platform v0.1.8
3352024-10-01T01:50:37.703Z Downloaded usdt-macro v0.5.0
3362024-10-01T01:50:37.703Z Downloaded dtrace-parser v0.2.0
3372024-10-01T01:50:37.705Z Downloaded is_terminal_polyfill v1.70.0
3382024-10-01T01:50:37.705Z Downloaded clap_lex v0.7.0
3392024-10-01T01:50:37.708Z Downloaded macaddr v1.0.1
3402024-10-01T01:50:37.708Z Downloaded proc-macro-error-attr v1.0.4
3412024-10-01T01:50:37.713Z Downloaded thread-id v4.2.1
3422024-10-01T01:50:37.715Z Downloaded usdt v0.5.0
3432024-10-01T01:50:37.715Z Downloaded swrite v0.1.0
3442024-10-01T01:50:37.718Z Downloaded scroll_derive v0.12.0
3452024-10-01T01:50:37.718Z Downloaded pretty-hex v0.4.1
3462024-10-01T01:50:37.722Z Downloaded serde_derive v1.0.210
3472024-10-01T01:50:37.725Z Downloaded tempfile v3.10.1
3482024-10-01T01:50:37.728Z Downloaded toml v0.8.19
3492024-10-01T01:50:37.731Z Downloaded log v0.4.22
3502024-10-01T01:50:37.733Z Downloaded unicode-ident v1.0.13
3512024-10-01T01:50:37.736Z Downloaded typenum v1.17.0
3522024-10-01T01:50:37.739Z Downloaded proc-macro2 v1.0.86
3532024-10-01T01:50:37.741Z Downloaded digest v0.10.7
3542024-10-01T01:50:37.744Z Downloaded bytecount v0.6.8
3552024-10-01T01:50:37.746Z Downloaded heck v0.5.0
3562024-10-01T01:50:37.746Z Downloaded fnv v1.0.7
3572024-10-01T01:50:37.749Z Downloaded crypto-common v0.1.6
3582024-10-01T01:50:37.752Z Downloaded usdt-attr-macro v0.5.0
3592024-10-01T01:50:37.755Z Downloaded memmap v0.7.0
3602024-10-01T01:50:37.755Z Downloaded generic-array v0.14.7
3612024-10-01T01:50:37.757Z Downloaded thiserror v1.0.64
3622024-10-01T01:50:37.761Z Downloaded unicode-linebreak v0.1.5
3632024-10-01T01:50:37.763Z Downloaded tabled_derive v0.7.0
3642024-10-01T01:50:37.763Z Downloaded serde_tokenstream v0.2.2
3652024-10-01T01:50:37.765Z Downloaded smawk v0.3.2
3662024-10-01T01:50:37.768Z Downloaded terminal_size v0.3.0
3672024-10-01T01:50:37.777Z Downloaded camino v1.1.9
3682024-10-01T01:50:37.788Z Downloaded pest_derive v2.7.10
3692024-10-01T01:50:37.791Z Downloaded utf8parse v0.2.1
3702024-10-01T01:50:37.796Z Downloaded textwrap v0.16.1
3712024-10-01T01:50:37.808Z Downloaded quote v1.0.37
3722024-10-01T01:50:37.813Z Downloaded ryu v1.0.18
3732024-10-01T01:50:37.818Z Downloaded papergrid v0.11.0
3742024-10-01T01:50:37.823Z Downloaded pest_meta v2.7.10
3752024-10-01T01:50:37.825Z Downloaded ucd-trie v0.1.6
3762024-10-01T01:50:37.827Z Downloaded indexmap v2.5.0
3772024-10-01T01:50:37.831Z Downloaded cargo_toml v0.20.5
3782024-10-01T01:50:37.833Z Downloaded memchr v2.7.2
3792024-10-01T01:50:37.837Z Downloaded clap v4.5.18
3802024-10-01T01:50:37.853Z Downloaded serde v1.0.210
3812024-10-01T01:50:37.883Z Downloaded toml_edit v0.22.22
3822024-10-01T01:50:37.906Z Downloaded pest v2.7.10
3832024-10-01T01:50:37.916Z Downloaded winnow v0.6.18
3842024-10-01T01:50:37.924Z Downloaded hashbrown v0.14.5
3852024-10-01T01:50:37.930Z Downloaded goblin v0.8.2
3862024-10-01T01:50:37.936Z Downloaded zerocopy v0.7.34
3872024-10-01T01:50:37.951Z Downloaded serde_json v1.0.128
3882024-10-01T01:50:37.958Z Downloaded tabled v0.15.0
3892024-10-01T01:50:37.973Z Downloaded clap_builder v4.5.18
3902024-10-01T01:50:37.979Z Downloaded syn v1.0.109
3912024-10-01T01:50:37.989Z Downloaded syn v2.0.79
3922024-10-01T01:50:38.000Z Downloaded rustix v0.38.34
3932024-10-01T01:50:38.022Z Downloaded unicode-width v0.1.13
3942024-10-01T01:50:38.043Z Downloaded libc v0.2.159
3952024-10-01T01:50:38.346Z Compiling proc-macro2 v1.0.86
3962024-10-01T01:50:38.346Z Compiling unicode-ident v1.0.13
3972024-10-01T01:50:38.348Z Compiling version_check v0.9.5
3982024-10-01T01:50:38.349Z Compiling serde v1.0.210
3992024-10-01T01:50:38.349Z Compiling memchr v2.7.2
4002024-10-01T01:50:38.349Z Compiling thiserror v1.0.64
4012024-10-01T01:50:38.349Z Compiling libc v0.2.159
4022024-10-01T01:50:38.380Z Compiling itoa v1.0.11
4032024-10-01T01:50:38.586Z Compiling ucd-trie v0.1.6
4042024-10-01T01:50:38.642Z Compiling ryu v1.0.18
4052024-10-01T01:50:38.985Z Compiling once_cell v1.19.0
4062024-10-01T01:50:39.185Z Compiling byteorder v1.5.0
4072024-10-01T01:50:39.188Z Compiling rustix v0.38.34
4082024-10-01T01:50:39.378Z Compiling serde_json v1.0.128
4092024-10-01T01:50:39.681Z Compiling bitflags v2.6.0
4102024-10-01T01:50:39.760Z Compiling proc-macro-error-attr v1.0.4
4112024-10-01T01:50:39.996Z Compiling quote v1.0.37
4122024-10-01T01:50:40.102Z Compiling usdt-impl v0.5.0
4132024-10-01T01:50:40.147Z Compiling syn v1.0.109
4142024-10-01T01:50:40.214Z Compiling proc-macro-error v1.0.4
4152024-10-01T01:50:40.259Z Compiling log v0.4.22
4162024-10-01T01:50:40.476Z Compiling syn v2.0.79
4172024-10-01T01:50:40.576Z Compiling errno v0.3.9
4182024-10-01T01:50:40.828Z Compiling utf8parse v0.2.1
4192024-10-01T01:50:40.851Z Compiling thread-id v4.2.1
4202024-10-01T01:50:40.854Z Compiling hashbrown v0.14.5
4212024-10-01T01:50:40.895Z Compiling camino v1.1.9
4222024-10-01T01:50:40.946Z Compiling plain v0.2.3
4232024-10-01T01:50:40.972Z Compiling equivalent v1.0.1
4242024-10-01T01:50:40.999Z Compiling anstyle-parse v0.2.4
4252024-10-01T01:50:41.466Z Compiling anstyle-query v1.0.3
4262024-10-01T01:50:41.611Z Compiling pretty-hex v0.4.1
4272024-10-01T01:50:41.639Z Compiling unicode-width v0.1.13
4282024-10-01T01:50:41.658Z Compiling anstyle v1.0.8
4292024-10-01T01:50:41.833Z Compiling colorchoice v1.0.1
4302024-10-01T01:50:41.890Z Compiling winnow v0.6.18
4312024-10-01T01:50:41.921Z Compiling autocfg v1.3.0
4322024-10-01T01:50:41.986Z Compiling semver v1.0.23
4332024-10-01T01:50:42.138Z Compiling is_terminal_polyfill v1.70.0
4342024-10-01T01:50:42.262Z Compiling indexmap v2.5.0
4352024-10-01T01:50:42.265Z Compiling anstream v0.6.14
4362024-10-01T01:50:42.870Z Compiling fs-err v2.11.0
4372024-10-01T01:50:42.920Z Compiling terminal_size v0.3.0
4382024-10-01T01:50:43.060Z Compiling clap_lex v0.7.0
4392024-10-01T01:50:43.132Z Compiling cfg-if v1.0.0
4402024-10-01T01:50:43.175Z Compiling bytecount v0.6.8
4412024-10-01T01:50:43.239Z Compiling fastrand v2.1.0
4422024-10-01T01:50:43.400Z Compiling fnv v1.0.7
4432024-10-01T01:50:43.539Z Compiling anyhow v1.0.89
4442024-10-01T01:50:43.572Z Compiling strsim v0.11.1
4452024-10-01T01:50:43.597Z Compiling heck v0.4.1
4462024-10-01T01:50:43.688Z Compiling heck v0.5.0
4472024-10-01T01:50:43.801Z Compiling tempfile v3.10.1
4482024-10-01T01:50:44.218Z Compiling clap_builder v4.5.18
4492024-10-01T01:50:44.351Z Compiling papergrid v0.11.0
4502024-10-01T01:50:44.629Z Compiling memmap v0.7.0
4512024-10-01T01:50:44.665Z Compiling smawk v0.3.2
4522024-10-01T01:50:44.791Z Compiling unicode-linebreak v0.1.5
4532024-10-01T01:50:45.281Z Compiling textwrap v0.16.1
4542024-10-01T01:50:45.495Z Compiling swrite v0.1.0
4552024-10-01T01:50:46.814Z Compiling tabled_derive v0.7.0
4562024-10-01T01:50:48.505Z Compiling tabled v0.15.0
4572024-10-01T01:50:49.264Z Compiling serde_derive v1.0.210
4582024-10-01T01:50:49.264Z Compiling thiserror-impl v1.0.64
4592024-10-01T01:50:49.266Z Compiling zerocopy-derive v0.7.34
4602024-10-01T01:50:49.266Z Compiling scroll_derive v0.12.0
4612024-10-01T01:50:49.350Z Compiling clap_derive v4.5.18
4622024-10-01T01:50:50.638Z Compiling scroll v0.12.0
4632024-10-01T01:50:51.202Z Compiling goblin v0.8.2
4642024-10-01T01:50:51.448Z Compiling zerocopy v0.7.34
4652024-10-01T01:50:52.199Z Compiling pest v2.7.10
4662024-10-01T01:50:53.024Z Compiling clap v4.5.18
4672024-10-01T01:50:54.385Z Compiling pest_meta v2.7.10
4682024-10-01T01:50:55.237Z Compiling pest_generator v2.7.10
4692024-10-01T01:50:57.064Z Compiling pest_derive v2.7.10
4702024-10-01T01:50:57.812Z Compiling dtrace-parser v0.2.0
4712024-10-01T01:50:59.364Z Compiling serde_tokenstream v0.2.2
4722024-10-01T01:50:59.485Z Compiling serde_spanned v0.6.7
4732024-10-01T01:50:59.485Z Compiling toml_datetime v0.6.8
4742024-10-01T01:50:59.769Z Compiling cargo-platform v0.1.8
4752024-10-01T01:50:59.870Z Compiling toml_edit v0.22.22
4762024-10-01T01:50:59.930Z Compiling macaddr v1.0.1
4772024-10-01T01:51:00.205Z Compiling camino-tempfile v1.1.1
4782024-10-01T01:51:00.843Z Compiling dof v0.3.0
4792024-10-01T01:51:00.947Z Compiling cargo_metadata v0.18.1
4802024-10-01T01:51:02.576Z Compiling usdt-macro v0.5.0
4812024-10-01T01:51:02.579Z Compiling usdt-attr-macro v0.5.0
4822024-10-01T01:51:02.778Z Compiling toml v0.8.19
4832024-10-01T01:51:03.596Z Compiling cargo_toml v0.20.5
4842024-10-01T01:51:03.902Z Compiling usdt v0.5.0
4852024-10-01T01:51:07.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862024-10-01T01:51:11.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.11s
4872024-10-01T01:51:11.915Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4882024-10-01T01:51:12.477Z Downloading crates ...
4892024-10-01T01:51:12.591Z Downloaded aead v0.5.2
4902024-10-01T01:51:12.597Z Downloaded ascii-canvas v3.0.0
4912024-10-01T01:51:12.599Z Downloaded arrayref v0.3.7
4922024-10-01T01:51:12.602Z Downloaded ahash v0.8.11
4932024-10-01T01:51:12.608Z Downloaded cfg_aliases v0.1.1
4942024-10-01T01:51:12.610Z Downloaded crucible-workspace-hack v0.1.0
4952024-10-01T01:51:12.613Z Downloaded allocator-api2 v0.2.18
4962024-10-01T01:51:12.622Z Downloaded bitfield-struct v0.6.1
4972024-10-01T01:51:12.625Z Downloaded adler v1.0.2
4982024-10-01T01:51:12.628Z Downloaded castaway v0.2.3
4992024-10-01T01:51:12.631Z Downloaded is-terminal v0.4.12
5002024-10-01T01:51:12.634Z Downloaded atomicwrites v0.4.4
5012024-10-01T01:51:12.637Z Downloaded blowfish v0.9.1
5022024-10-01T01:51:12.637Z Downloaded bit-vec v0.6.3
5032024-10-01T01:51:12.639Z Downloaded match_cfg v0.1.0
5042024-10-01T01:51:12.639Z Downloaded colored v2.1.0
5052024-10-01T01:51:12.642Z Downloaded ciborium-ll v0.2.2
5062024-10-01T01:51:12.646Z Downloaded newline-converter v0.3.0
5072024-10-01T01:51:12.646Z Downloaded md5 v0.7.0
5082024-10-01T01:51:12.652Z Downloaded nodrop v0.1.14
5092024-10-01T01:51:12.653Z Downloaded bzip2 v0.4.4
5102024-10-01T01:51:12.653Z Downloaded async-trait v0.1.83
5112024-10-01T01:51:12.656Z Downloaded cancel-safe-futures v0.1.5
5122024-10-01T01:51:12.656Z Downloaded normalize-line-endings v0.3.0
5132024-10-01T01:51:12.659Z Downloaded indoc v1.0.9
5142024-10-01T01:51:12.662Z Downloaded hyper-tls v0.6.0
5152024-10-01T01:51:12.662Z Downloaded lalrpop-util v0.19.12
5162024-10-01T01:51:12.664Z Downloaded constant_time_eq v0.3.0
5172024-10-01T01:51:12.664Z Downloaded http v0.2.12
5182024-10-01T01:51:12.668Z Downloaded http-body-util v0.1.2
5192024-10-01T01:51:12.671Z Downloaded mockall v0.13.0
5202024-10-01T01:51:12.674Z Downloaded httparse v1.8.0
5212024-10-01T01:51:12.677Z Downloaded crc v3.2.1
5222024-10-01T01:51:12.680Z Downloaded iana-time-zone v0.1.60
5232024-10-01T01:51:12.680Z Downloaded memoffset v0.9.1
5242024-10-01T01:51:12.683Z Downloaded lazycell v1.3.0
5252024-10-01T01:51:12.683Z Downloaded multer v3.1.0
5262024-10-01T01:51:12.694Z Downloaded hyper-rustls v0.27.3
5272024-10-01T01:51:12.696Z Downloaded native-tls v0.2.11
5282024-10-01T01:51:12.696Z Downloaded num-complex v0.4.6
5292024-10-01T01:51:12.696Z Downloaded nibble_vec v0.1.0
5302024-10-01T01:51:12.696Z Downloaded mime_guess v2.0.4
5312024-10-01T01:51:12.699Z Downloaded chacha20poly1305 v0.10.1
5322024-10-01T01:51:12.699Z Downloaded managed v0.8.0
5332024-10-01T01:51:12.701Z Downloaded http-body v0.4.6
5342024-10-01T01:51:12.704Z Downloaded adler2 v2.0.0
5352024-10-01T01:51:12.706Z Downloaded atty v0.2.14
5362024-10-01T01:51:12.706Z Downloaded async-stream-impl v0.3.5
5372024-10-01T01:51:12.709Z Downloaded nu-ansi-term v0.50.0
5382024-10-01T01:51:12.711Z Downloaded ctr v0.9.2
5392024-10-01T01:51:12.714Z Downloaded time-core v0.1.2
5402024-10-01T01:51:12.714Z Downloaded indent_write v2.2.0
5412024-10-01T01:51:12.717Z Downloaded miniz_oxide v0.7.2
5422024-10-01T01:51:12.720Z Downloaded bb8 v0.8.5
5432024-10-01T01:51:12.720Z Downloaded http-body v1.0.0
5442024-10-01T01:51:12.722Z Downloaded argon2 v0.5.3
5452024-10-01T01:51:12.724Z Downloaded ident_case v1.0.1
5462024-10-01T01:51:12.724Z Downloaded darling_macro v0.20.9
5472024-10-01T01:51:12.727Z Downloaded cfg_aliases v0.2.1
5482024-10-01T01:51:12.727Z Downloaded signal-hook-mio v0.2.4
5492024-10-01T01:51:12.730Z Downloaded http-range v0.1.5
5502024-10-01T01:51:12.730Z Downloaded take_mut v0.2.2
5512024-10-01T01:51:12.730Z Downloaded cstr-argument v0.1.2
5522024-10-01T01:51:12.732Z Downloaded ciborium-io v0.2.2
5532024-10-01T01:51:12.732Z Downloaded crunchy v0.2.2
5542024-10-01T01:51:12.735Z Downloaded const_format v0.2.33
5552024-10-01T01:51:12.737Z Downloaded base64 v0.21.7
5562024-10-01T01:51:12.742Z Downloaded bitfield v0.14.0
5572024-10-01T01:51:12.744Z Downloaded termtree v0.4.1
5582024-10-01T01:51:12.747Z Downloaded waitgroup v0.1.2
5592024-10-01T01:51:12.747Z Downloaded stable_deref_trait v1.2.0
5602024-10-01T01:51:12.749Z Downloaded num-conv v0.1.0
5612024-10-01T01:51:12.749Z Downloaded cc v1.0.97
5622024-10-01T01:51:12.752Z Downloaded shell-words v1.1.0
5632024-10-01T01:51:12.755Z Downloaded httpdate v1.0.3
5642024-10-01T01:51:12.755Z Downloaded cassowary v0.3.0
5652024-10-01T01:51:12.757Z Downloaded crossbeam-deque v0.8.5
5662024-10-01T01:51:12.760Z Downloaded instability v0.3.2
5672024-10-01T01:51:12.760Z Downloaded smf v0.2.3
5682024-10-01T01:51:12.762Z Downloaded darling_core v0.20.9
5692024-10-01T01:51:12.766Z Downloaded atomic-waker v1.1.2
5702024-10-01T01:51:12.768Z Downloaded md-5 v0.10.6
5712024-10-01T01:51:12.771Z Downloaded downcast v0.11.0
5722024-10-01T01:51:12.771Z Downloaded static_assertions v1.1.0
5732024-10-01T01:51:12.773Z Downloaded float-ord v0.3.2
5742024-10-01T01:51:12.776Z Downloaded serde_path_to_error v0.1.16
5752024-10-01T01:51:12.776Z Downloaded crossbeam-epoch v0.9.18
5762024-10-01T01:51:12.778Z Downloaded derive_builder_macro v0.20.0
5772024-10-01T01:51:12.781Z Downloaded ipnetwork v0.20.0
5782024-10-01T01:51:12.783Z Downloaded maplit v1.0.2
5792024-10-01T01:51:12.783Z Downloaded lazy_static v1.5.0
5802024-10-01T01:51:12.786Z Downloaded cobs v0.2.3
5812024-10-01T01:51:12.788Z Downloaded headers-core v0.3.0
5822024-10-01T01:51:12.788Z Downloaded bcs v0.1.6
5832024-10-01T01:51:12.791Z Downloaded nanorand v0.7.0
5842024-10-01T01:51:12.793Z Downloaded want v0.3.1
5852024-10-01T01:51:12.796Z Downloaded termios v0.3.3
5862024-10-01T01:51:12.796Z Downloaded shlex v1.3.0
5872024-10-01T01:51:12.799Z Downloaded rustc-hash v2.0.0
5882024-10-01T01:51:12.799Z Downloaded newtype-uuid v1.1.0
5892024-10-01T01:51:12.803Z Downloaded thiserror-impl-no-std v2.0.2
5902024-10-01T01:51:12.806Z Downloaded salsa20 v0.10.2
5912024-10-01T01:51:12.806Z Downloaded resolv-conf v0.7.0
5922024-10-01T01:51:12.806Z Downloaded num v0.4.3
5932024-10-01T01:51:12.808Z Downloaded defmt v0.3.8
5942024-10-01T01:51:12.811Z Downloaded display-error-chain v0.2.1
5952024-10-01T01:51:12.814Z Downloaded crypto-bigint v0.5.5
5962024-10-01T01:51:12.818Z Downloaded libloading v0.8.3
5972024-10-01T01:51:12.821Z Downloaded peg-runtime v0.8.3
5982024-10-01T01:51:12.824Z Downloaded hex v0.4.3
5992024-10-01T01:51:12.824Z Downloaded progenitor-client v0.8.0
6002024-10-01T01:51:12.827Z Downloaded flagset v0.4.5
6012024-10-01T01:51:12.829Z Downloaded precomputed-hash v0.1.1
6022024-10-01T01:51:12.829Z Downloaded dirs-sys-next v0.1.2
6032024-10-01T01:51:12.832Z Downloaded dirs-next v2.0.0
6042024-10-01T01:51:12.832Z Downloaded rustc_version v0.4.0
6052024-10-01T01:51:12.835Z Downloaded rpassword v7.3.1
6062024-10-01T01:51:12.835Z Downloaded openssl-macros v0.1.1
6072024-10-01T01:51:12.837Z Downloaded sync_wrapper v1.0.1
6082024-10-01T01:51:12.838Z Downloaded num-bigint v0.4.5
6092024-10-01T01:51:12.841Z Downloaded twox-hash v1.6.3
6102024-10-01T01:51:12.843Z Downloaded serde-big-array v0.5.1
6112024-10-01T01:51:12.846Z Downloaded jobserver v0.1.32
6122024-10-01T01:51:12.849Z Downloaded smallvec v1.13.2
6132024-10-01T01:51:12.851Z Downloaded sync_wrapper v0.1.2
6142024-10-01T01:51:12.851Z Downloaded crossbeam-channel v0.5.12
6152024-10-01T01:51:12.856Z Downloaded packed_struct_codegen v0.10.1
6162024-10-01T01:51:12.858Z Downloaded defmt-macros v0.3.9
6172024-10-01T01:51:12.861Z Downloaded float-cmp v0.9.0
6182024-10-01T01:51:12.863Z Downloaded crossbeam-utils v0.8.19
6192024-10-01T01:51:12.866Z Downloaded heck v0.3.3
6202024-10-01T01:51:12.868Z Downloaded crossterm v0.27.0
6212024-10-01T01:51:12.873Z Downloaded crc-any v2.5.0
6222024-10-01T01:51:12.876Z Downloaded foreign-types v0.5.0
6232024-10-01T01:51:12.878Z Downloaded globset v0.4.14
6242024-10-01T01:51:12.881Z Downloaded supports-color v3.0.1
6252024-10-01T01:51:12.881Z Downloaded foreign-types-shared v0.1.1
6262024-10-01T01:51:12.883Z Downloaded endian-type v0.1.2
6272024-10-01T01:51:12.883Z Downloaded slog-dtrace v0.3.0
6282024-10-01T01:51:12.885Z Downloaded scopeguard v1.2.0
6292024-10-01T01:51:12.885Z Downloaded rustfmt-wrapper v0.2.1
6302024-10-01T01:51:12.888Z Downloaded slog-envlogger v2.2.0
6312024-10-01T01:51:12.891Z Downloaded miniz_oxide v0.8.0
6322024-10-01T01:51:12.893Z Downloaded test-strategy v0.3.1
6332024-10-01T01:51:12.896Z Downloaded spin v0.5.2
6342024-10-01T01:51:12.899Z Downloaded tungstenite v0.23.0
6352024-10-01T01:51:12.901Z Downloaded semver v0.1.20
6362024-10-01T01:51:12.905Z Downloaded indicatif v0.17.8
6372024-10-01T01:51:12.907Z Downloaded secrecy v0.8.0
6382024-10-01T01:51:12.907Z Downloaded predicates-core v1.0.6
6392024-10-01T01:51:12.910Z Downloaded pkcs8 v0.10.2
6402024-10-01T01:51:12.912Z Downloaded zeroize v1.8.1
6412024-10-01T01:51:12.915Z Downloaded bytes v1.7.2
6422024-10-01T01:51:12.918Z Downloaded env_logger v0.10.2
6432024-10-01T01:51:12.921Z Downloaded dropshot_endpoint v0.10.1
6442024-10-01T01:51:12.924Z Downloaded peg-macros v0.8.4
6452024-10-01T01:51:12.925Z Downloaded compact_str v0.8.0
6462024-10-01T01:51:12.928Z Downloaded untrusted v0.9.0
6472024-10-01T01:51:12.931Z Downloaded spki v0.7.3
6482024-10-01T01:51:12.934Z Downloaded scrypt v0.11.0
6492024-10-01T01:51:12.934Z Downloaded strum_macros v0.26.4
6502024-10-01T01:51:12.937Z Downloaded hex-literal v0.4.1
6512024-10-01T01:51:12.940Z Downloaded ghash v0.5.1
6522024-10-01T01:51:12.940Z Downloaded parking_lot_core v0.8.6
6532024-10-01T01:51:12.943Z Downloaded foreign-types-macros v0.2.3
6542024-10-01T01:51:12.943Z Downloaded untrusted v0.7.1
6552024-10-01T01:51:12.943Z Downloaded toolchain_find v0.4.0
6562024-10-01T01:51:12.946Z Downloaded deranged v0.3.11
6572024-10-01T01:51:12.946Z Downloaded enum-as-inner v0.5.1
6582024-10-01T01:51:12.949Z Downloaded pkg-config v0.3.30
6592024-10-01T01:51:12.951Z Downloaded tokio-macros v2.4.0
6602024-10-01T01:51:12.951Z Downloaded pem v3.0.4
6612024-10-01T01:51:12.954Z Downloaded backtrace v0.3.71
6622024-10-01T01:51:12.958Z Downloaded sct v0.7.1
6632024-10-01T01:51:12.961Z Downloaded diesel_table_macro_syntax v0.2.0
6642024-10-01T01:51:12.964Z Downloaded proc-macro-crate v1.3.1
6652024-10-01T01:51:12.964Z Downloaded hash32 v0.2.1
6662024-10-01T01:51:12.966Z Downloaded der_derive v0.7.2
6672024-10-01T01:51:12.969Z Downloaded mio v0.8.11
6682024-10-01T01:51:12.983Z Downloaded radium v0.7.0
6692024-10-01T01:51:12.985Z Downloaded pretty-hex v0.2.1
6702024-10-01T01:51:12.986Z Downloaded predicates-tree v1.0.9
6712024-10-01T01:51:12.988Z Downloaded openssl-probe v0.1.5
6722024-10-01T01:51:12.988Z Downloaded opaque-debug v0.3.1
6732024-10-01T01:51:12.991Z Downloaded rfc6979 v0.4.0
6742024-10-01T01:51:12.991Z Downloaded filetime v0.2.25
6752024-10-01T01:51:12.993Z Downloaded termcolor v1.4.1
6762024-10-01T01:51:12.996Z Downloaded slog-async v2.8.0
6772024-10-01T01:51:12.996Z Downloaded serde_urlencoded v0.7.1
6782024-10-01T01:51:12.998Z Downloaded quinn-udp v0.5.5
6792024-10-01T01:51:13.001Z Downloaded pin-project v1.1.5
6802024-10-01T01:51:13.011Z Downloaded hickory-client v0.24.1
6812024-10-01T01:51:13.014Z Downloaded sigpipe v0.1.3
6822024-10-01T01:51:13.017Z Downloaded env_filter v0.1.2
6832024-10-01T01:51:13.019Z Downloaded enum-as-inner v0.6.0
6842024-10-01T01:51:13.022Z Downloaded hyper-util v0.1.9
6852024-10-01T01:51:13.024Z Downloaded tower-service v0.3.2
6862024-10-01T01:51:13.027Z Downloaded futures-task v0.3.30
6872024-10-01T01:51:13.027Z Downloaded fallible-iterator v0.2.0
6882024-10-01T01:51:13.030Z Downloaded group v0.13.0
6892024-10-01T01:51:13.032Z Downloaded socket2 v0.5.7
6902024-10-01T01:51:13.032Z Downloaded flume v0.11.0
6912024-10-01T01:51:13.036Z Downloaded xz2 v0.1.7
6922024-10-01T01:51:13.038Z Downloaded foreign-types-shared v0.3.1
6932024-10-01T01:51:13.041Z Downloaded zone_cfg_derive v0.1.2
6942024-10-01T01:51:13.041Z Downloaded powerfmt v0.2.0
6952024-10-01T01:51:13.043Z Downloaded primeorder v0.13.6
6962024-10-01T01:51:13.043Z Downloaded serde_repr v0.1.19
6972024-10-01T01:51:13.046Z Downloaded olpc-cjson v0.1.3
6982024-10-01T01:51:13.048Z Downloaded serde_with_macros v3.9.0
6992024-10-01T01:51:13.051Z Downloaded rustc-demangle v0.1.24
7002024-10-01T01:51:13.051Z Downloaded number_prefix v0.4.0
7012024-10-01T01:51:13.053Z Downloaded siphasher v0.3.11
7022024-10-01T01:51:13.054Z Downloaded signature v2.2.0
7032024-10-01T01:51:13.056Z Downloaded same-file v1.0.6
7042024-10-01T01:51:13.058Z Downloaded hmac v0.12.1
7052024-10-01T01:51:13.061Z Downloaded psl-types v2.0.11
7062024-10-01T01:51:13.061Z Downloaded phf_shared v0.10.0
7072024-10-01T01:51:13.061Z Downloaded itertools v0.13.0
7082024-10-01T01:51:13.068Z Downloaded blake3 v1.5.1
7092024-10-01T01:51:13.076Z Downloaded derive_builder_core v0.20.0
7102024-10-01T01:51:13.079Z Downloaded zone v0.3.0
7112024-10-01T01:51:13.081Z Downloaded sqlparser_derive v0.2.2
7122024-10-01T01:51:13.081Z Downloaded num-derive v0.4.2
7132024-10-01T01:51:13.084Z Downloaded wyz v0.5.1
7142024-10-01T01:51:13.086Z Downloaded utf-8 v0.7.6
7152024-10-01T01:51:13.086Z Downloaded heapless v0.8.0
7162024-10-01T01:51:13.089Z Downloaded vte_generate_state_changes v0.1.1
7172024-10-01T01:51:13.092Z Downloaded typify-macro v0.2.0
7182024-10-01T01:51:13.092Z Downloaded futures-macro v0.3.30
7192024-10-01T01:51:13.094Z Downloaded num-iter v0.1.45
7202024-10-01T01:51:13.094Z Downloaded russh-keys v0.45.0
7212024-10-01T01:51:13.097Z Downloaded futures-sink v0.3.30
7222024-10-01T01:51:13.100Z Downloaded dyn-clone v1.0.17
7232024-10-01T01:51:13.102Z Downloaded dsl_auto_type v0.1.2
7242024-10-01T01:51:13.102Z Downloaded num_threads v0.1.7
7252024-10-01T01:51:13.105Z Downloaded form_urlencoded v1.2.1
7262024-10-01T01:51:13.105Z Downloaded difflib v0.4.0
7272024-10-01T01:51:13.107Z Downloaded steno v0.4.1
7282024-10-01T01:51:13.110Z Downloaded ppv-lite86 v0.2.17
7292024-10-01T01:51:13.114Z Downloaded derive-where v1.2.7
7302024-10-01T01:51:13.117Z Downloaded structmeta-derive v0.2.0
7312024-10-01T01:51:13.117Z Downloaded minimal-lexical v0.2.1
7322024-10-01T01:51:13.122Z Downloaded serde-hex v0.1.0
7332024-10-01T01:51:13.125Z Downloaded serde_plain v1.0.2
7342024-10-01T01:51:13.125Z Downloaded tiny-keccak v2.0.2
7352024-10-01T01:51:13.128Z Downloaded term v0.7.0
7362024-10-01T01:51:13.131Z Downloaded ref-cast-impl v1.0.23
7372024-10-01T01:51:13.133Z Downloaded try-lock v0.2.5
7382024-10-01T01:51:13.134Z Downloaded ssh-cipher v0.2.0
7392024-10-01T01:51:13.137Z Downloaded home v0.5.9
7402024-10-01T01:51:13.137Z Downloaded omicron-zone-package v0.11.1
7412024-10-01T01:51:13.140Z Downloaded mio v1.0.2
7422024-10-01T01:51:13.145Z Downloaded dropshot_endpoint v0.12.0
7432024-10-01T01:51:13.148Z Downloaded pin-project-lite v0.2.14
7442024-10-01T01:51:13.154Z Downloaded hash32 v0.3.1
7452024-10-01T01:51:13.156Z Downloaded parking_lot_core v0.9.10
7462024-10-01T01:51:13.159Z Downloaded headers v0.4.0
7472024-10-01T01:51:13.163Z Downloaded phf v0.11.2
7482024-10-01T01:51:13.166Z Downloaded rand_chacha v0.3.1
7492024-10-01T01:51:13.169Z Downloaded libxml v0.3.3
7502024-10-01T01:51:13.174Z Downloaded aes-gcm v0.10.3
7512024-10-01T01:51:13.176Z Downloaded russh-cryptovec v0.7.2
7522024-10-01T01:51:13.179Z Downloaded progenitor-macro v0.8.0
7532024-10-01T01:51:13.179Z Downloaded diff v0.1.13
7542024-10-01T01:51:13.184Z Downloaded wait-timeout v0.2.0
7552024-10-01T01:51:13.198Z Downloaded hyper v0.14.30
7562024-10-01T01:51:13.201Z Downloaded tui-tree-widget v0.22.0
7572024-10-01T01:51:13.201Z Downloaded uzers v0.11.3
7582024-10-01T01:51:13.201Z Downloaded idna v0.5.0
7592024-10-01T01:51:13.203Z Downloaded schemars_derive v0.8.21
7602024-10-01T01:51:13.205Z Downloaded ref-cast v1.0.23
7612024-10-01T01:51:13.208Z Downloaded gethostname v0.5.0
7622024-10-01T01:51:13.210Z Downloaded polyval v0.6.2
7632024-10-01T01:51:13.212Z Downloaded vsss-rs v3.3.4
7642024-10-01T01:51:13.215Z Downloaded uuid v1.10.0
7652024-10-01T01:51:13.217Z Downloaded signal-hook-tokio v0.3.1
7662024-10-01T01:51:13.220Z Downloaded zeroize_derive v1.4.2
7672024-10-01T01:51:13.220Z Downloaded strip-ansi-escapes v0.2.0
7682024-10-01T01:51:13.222Z Downloaded aho-corasick v1.1.3
7692024-10-01T01:51:13.227Z Downloaded dhcproto-macros v0.1.0
7702024-10-01T01:51:13.230Z Downloaded snafu-derive v0.8.2
7712024-10-01T01:51:13.232Z Downloaded postgres-types v0.2.8
7722024-10-01T01:51:13.232Z Downloaded futures-io v0.3.30
7732024-10-01T01:51:13.235Z Downloaded sqlformat v0.2.6
7742024-10-01T01:51:13.237Z Downloaded postgres-protocol v0.6.7
7752024-10-01T01:51:13.237Z Downloaded time v0.3.36
7762024-10-01T01:51:13.245Z Downloaded parking_lot v0.12.2
7772024-10-01T01:51:13.248Z Downloaded whoami v1.5.2
7782024-10-01T01:51:13.252Z Downloaded fd-lock v4.0.2
7792024-10-01T01:51:13.255Z Downloaded tracing-attributes v0.1.27
7802024-10-01T01:51:13.255Z Downloaded num_enum_derive v0.5.11
7812024-10-01T01:51:13.258Z Downloaded x509-cert v0.2.5
7822024-10-01T01:51:13.262Z Downloaded subtle v2.5.0
7832024-10-01T01:51:13.264Z Downloaded peg v0.8.4
7842024-10-01T01:51:13.267Z Downloaded getrandom v0.2.14
7852024-10-01T01:51:13.270Z Downloaded similar v2.6.0
7862024-10-01T01:51:13.275Z Downloaded fxhash v0.2.1
7872024-10-01T01:51:13.278Z Downloaded des v0.8.1
7882024-10-01T01:51:13.280Z Downloaded tokio-postgres v0.7.12
7892024-10-01T01:51:13.284Z Downloaded poly1305 v0.8.0
7902024-10-01T01:51:13.286Z Downloaded funty v2.0.0
7912024-10-01T01:51:13.289Z Downloaded parking_lot v0.11.2
7922024-10-01T01:51:13.291Z Downloaded tokio-rustls v0.26.0
7932024-10-01T01:51:13.291Z Downloaded oso-derive v0.27.3
7942024-10-01T01:51:13.294Z Downloaded serde_yaml v0.9.34+deprecated
7952024-10-01T01:51:13.296Z Downloaded path-slash v0.1.5
7962024-10-01T01:51:13.299Z Downloaded slog-term v2.9.1
7972024-10-01T01:51:13.301Z Downloaded embedded-io v0.4.0
7982024-10-01T01:51:13.301Z Downloaded zone_cfg_derive v0.3.0
7992024-10-01T01:51:13.304Z Downloaded owo-colors v4.1.0
8002024-10-01T01:51:13.307Z Downloaded num-rational v0.4.2
8012024-10-01T01:51:13.307Z Downloaded sha1 v0.10.6
8022024-10-01T01:51:13.309Z Downloaded rusty-fork v0.3.0
8032024-10-01T01:51:13.309Z Downloaded futures-executor v0.3.30
8042024-10-01T01:51:13.312Z Downloaded tar v0.4.42
8052024-10-01T01:51:13.315Z Downloaded expectorate v1.1.0
8062024-10-01T01:51:13.317Z Downloaded derive_builder v0.20.0
8072024-10-01T01:51:13.320Z Downloaded tinyvec_macros v0.1.1
8082024-10-01T01:51:13.323Z Downloaded zone v0.1.8
8092024-10-01T01:51:13.323Z Downloaded parse-size v1.0.0
8102024-10-01T01:51:13.325Z Downloaded tap v1.0.1
8112024-10-01T01:51:13.325Z Downloaded fallible-iterator v0.3.0
8122024-10-01T01:51:13.328Z Downloaded futures-core v0.3.30
8132024-10-01T01:51:13.328Z Downloaded portable-atomic v1.6.0
8142024-10-01T01:51:13.333Z Downloaded socket2 v0.4.10
8152024-10-01T01:51:13.336Z Downloaded structmeta v0.3.0
8162024-10-01T01:51:13.338Z Downloaded rustversion v1.0.17
8172024-10-01T01:51:13.340Z Downloaded crossterm v0.28.1
8182024-10-01T01:51:13.346Z Downloaded scheduled-thread-pool v0.2.7
8192024-10-01T01:51:13.348Z Downloaded smallvec v0.6.14
8202024-10-01T01:51:13.350Z Downloaded ff v0.13.0
8212024-10-01T01:51:13.350Z Downloaded ed25519 v2.2.3
8222024-10-01T01:51:13.353Z Downloaded num_enum v0.5.11
8232024-10-01T01:51:13.356Z Downloaded parse-display-derive v0.10.0
8242024-10-01T01:51:13.359Z Downloaded parse-display v0.10.0
8252024-10-01T01:51:13.359Z Downloaded rustls-pemfile v1.0.4
8262024-10-01T01:51:13.361Z Downloaded rustc-hash v1.1.0
8272024-10-01T01:51:13.363Z Downloaded phf_shared v0.11.2
8282024-10-01T01:51:13.363Z Downloaded either v1.13.0
8292024-10-01T01:51:13.366Z Downloaded rustls-pki-types v1.7.0
8302024-10-01T01:51:13.368Z Downloaded pkcs1 v0.7.5
8312024-10-01T01:51:13.371Z Downloaded pbkdf2 v0.11.0
8322024-10-01T01:51:13.373Z Downloaded toml v0.7.8
8332024-10-01T01:51:13.376Z Downloaded rcgen v0.12.1
8342024-10-01T01:51:13.378Z Downloaded postcard v1.0.8
8352024-10-01T01:51:13.381Z Downloaded tokio-tungstenite v0.23.1
8362024-10-01T01:51:13.383Z Downloaded futures-channel v0.3.30
8372024-10-01T01:51:13.386Z Downloaded rayon-core v1.12.1
8382024-10-01T01:51:13.389Z Downloaded pbkdf2 v0.12.2
8392024-10-01T01:51:13.391Z Downloaded slab v0.4.9
8402024-10-01T01:51:13.394Z Downloaded tokio-stream v0.1.16
8412024-10-01T01:51:13.396Z Downloaded dhcproto v0.12.0
8422024-10-01T01:51:13.399Z Downloaded rustls-pemfile v2.1.3
8432024-10-01T01:51:13.402Z Downloaded tokio-rustls v0.25.0
8442024-10-01T01:51:13.405Z Downloaded password-hash v0.4.2
8452024-10-01T01:51:13.407Z Downloaded tokio-tungstenite v0.21.0
8462024-10-01T01:51:13.409Z Downloaded p256 v0.13.2
8472024-10-01T01:51:13.412Z Downloaded pin-project-internal v1.1.5
8482024-10-01T01:51:13.415Z Downloaded ron v0.7.1
8492024-10-01T01:51:13.418Z Downloaded num-traits v0.2.19
8502024-10-01T01:51:13.421Z Downloaded ecdsa v0.16.9
8512024-10-01T01:51:13.424Z Downloaded idna v0.2.3
8522024-10-01T01:51:13.430Z Downloaded hashbrown v0.13.2
8532024-10-01T01:51:13.435Z Downloaded zip v0.6.6
8542024-10-01T01:51:13.439Z Downloaded idna v0.3.0
8552024-10-01T01:51:13.446Z Downloaded slog v2.7.0
8562024-10-01T01:51:13.449Z Downloaded futures v0.3.30
8572024-10-01T01:51:13.454Z Downloaded unicode-segmentation v1.11.0
8582024-10-01T01:51:13.457Z Downloaded samael v0.0.17
8592024-10-01T01:51:13.463Z Downloaded hashbrown v0.12.3
8602024-10-01T01:51:13.467Z Downloaded reqwest v0.11.27
8612024-10-01T01:51:13.475Z Downloaded tinyvec v1.6.0
8622024-10-01T01:51:13.478Z Downloaded fatfs v0.3.6
8632024-10-01T01:51:13.482Z Downloaded chrono v0.4.38
8642024-10-01T01:51:13.489Z Downloaded serde_with v3.9.0
8652024-10-01T01:51:13.498Z Downloaded rsa v0.9.6
8662024-10-01T01:51:13.503Z Downloaded ed25519-dalek v2.1.1
8672024-10-01T01:51:13.506Z Downloaded smoltcp v0.9.1
8682024-10-01T01:51:13.517Z Downloaded reqwest v0.12.7
8692024-10-01T01:51:13.526Z Downloaded reedline v0.33.0
8702024-10-01T01:51:13.534Z Downloaded rustls-webpki v0.101.7
8712024-10-01T01:51:13.548Z Downloaded rayon v1.10.0
8722024-10-01T01:51:13.557Z Downloaded webpki-roots v0.26.3
8732024-10-01T01:51:13.561Z Downloaded rusqlite v0.32.1
8742024-10-01T01:51:13.569Z Downloaded dropshot v0.10.1
8752024-10-01T01:51:13.577Z Downloaded h2 v0.4.6
8762024-10-01T01:51:13.584Z Downloaded winnow v0.5.40
8772024-10-01T01:51:13.594Z Downloaded quinn-proto v0.11.8
8782024-10-01T01:51:13.600Z Downloaded sqlparser v0.45.0
8792024-10-01T01:51:13.606Z Downloaded h2 v0.3.26
8802024-10-01T01:51:13.613Z Downloaded object v0.30.4
8812024-10-01T01:51:13.623Z Downloaded nix v0.29.0
8822024-10-01T01:51:13.635Z Downloaded smoltcp v0.11.0
8832024-10-01T01:51:13.648Z Downloaded regress v0.10.1
8842024-10-01T01:51:13.657Z Downloaded regex-syntax v0.8.4
8852024-10-01T01:51:13.666Z Downloaded radix_trie v0.2.1
8862024-10-01T01:51:13.671Z Downloaded curve25519-dalek v4.1.3
8872024-10-01T01:51:13.681Z Downloaded openssl v0.10.66
8882024-10-01T01:51:13.690Z Downloaded rustls v0.21.12
8892024-10-01T01:51:13.702Z Downloaded gimli v0.28.1
8902024-10-01T01:51:13.710Z Downloaded dropshot v0.12.0
8912024-10-01T01:51:13.731Z Downloaded rustls-webpki v0.102.4
8922024-10-01T01:51:13.749Z Downloaded regex v1.10.6
8932024-10-01T01:51:13.762Z Downloaded p384 v0.13.0
8942024-10-01T01:51:13.768Z Downloaded lzma-sys v0.1.20
8952024-10-01T01:51:13.797Z Downloaded bstr v1.9.1
8962024-10-01T01:51:13.808Z Downloaded rustls v0.22.4
8972024-10-01T01:51:13.822Z Downloaded regex-syntax v0.6.29
8982024-10-01T01:51:13.829Z Downloaded polar-core v0.27.3
8992024-10-01T01:51:13.837Z Downloaded trust-dns-proto v0.22.0
9002024-10-01T01:51:13.850Z Downloaded regress v0.9.1
9012024-10-01T01:51:13.859Z Downloaded hickory-proto v0.24.1
9022024-10-01T01:51:13.874Z Downloaded object v0.32.2
9032024-10-01T01:51:13.885Z Downloaded openapiv3 v2.0.0
9042024-10-01T01:51:13.897Z Downloaded rustls v0.23.10
9052024-10-01T01:51:13.913Z Downloaded diesel v2.2.4
9062024-10-01T01:51:13.932Z Downloaded nix v0.27.1
9072024-10-01T01:51:13.942Z Downloaded p521 v0.13.3
9082024-10-01T01:51:13.946Z Downloaded ratatui v0.28.0
9092024-10-01T01:51:13.966Z Downloaded quick-xml v0.33.0
9102024-10-01T01:51:13.972Z Downloaded zerocopy-derive v0.6.6
9112024-10-01T01:51:13.984Z Downloaded proptest v1.5.0
9122024-10-01T01:51:13.992Z Downloaded idna v0.4.0
9132024-10-01T01:51:13.999Z Downloaded git2 v0.19.0
9142024-10-01T01:51:14.007Z Downloaded unicode-normalization v0.1.23
9152024-10-01T01:51:14.011Z Downloaded futures-util v0.3.30
9162024-10-01T01:51:14.023Z Downloaded typify-impl v0.2.0
9172024-10-01T01:51:14.038Z Downloaded sled v0.34.7
9182024-10-01T01:51:14.048Z Downloaded libgit2-sys v0.17.0+1.8.1
9192024-10-01T01:51:14.106Z Downloaded bzip2-sys v0.1.11+1.0.8
9202024-10-01T01:51:14.119Z Downloaded regex-automata v0.4.6
9212024-10-01T01:51:14.136Z Downloaded finl_unicode v1.2.0
9222024-10-01T01:51:14.148Z Downloaded petgraph v0.6.5
9232024-10-01T01:51:14.166Z Downloaded salty v0.3.0
9242024-10-01T01:51:14.173Z Downloaded tokio v1.39.3
9252024-10-01T01:51:14.210Z Downloaded sha3 v0.10.8
9262024-10-01T01:51:14.214Z Downloaded csv v1.3.0
9272024-10-01T01:51:14.234Z Downloaded lalrpop v0.19.12
9282024-10-01T01:51:14.246Z Downloaded vcpkg v0.2.15
9292024-10-01T01:51:14.283Z Downloaded nix v0.28.0
9302024-10-01T01:51:14.294Z Downloaded ssh-key v0.6.6
9312024-10-01T01:51:14.301Z Downloaded hkdf v0.12.4
9322024-10-01T01:51:14.304Z Downloaded encoding_rs v0.8.34
9332024-10-01T01:51:14.325Z Downloaded der v0.7.9
9342024-10-01T01:51:14.330Z Downloaded typed-path v0.7.1
9352024-10-01T01:51:14.335Z Downloaded pkcs5 v0.7.1
9362024-10-01T01:51:14.339Z Downloaded derive_more v0.99.18
9372024-10-01T01:51:14.343Z Downloaded elliptic-curve v0.13.8
9382024-10-01T01:51:14.347Z Downloaded quinn v0.11.5
9392024-10-01T01:51:14.350Z Downloaded tough v0.17.1
9402024-10-01T01:51:14.358Z Downloaded strum_macros v0.25.3
9412024-10-01T01:51:14.360Z Downloaded rustyline v14.0.0
9422024-10-01T01:51:14.365Z Downloaded bindgen v0.69.4
9432024-10-01T01:51:14.372Z Downloaded zerocopy v0.6.6
9442024-10-01T01:51:14.375Z Downloaded snafu v0.8.2
9452024-10-01T01:51:14.380Z Downloaded tracing v0.1.40
9462024-10-01T01:51:14.384Z Downloaded defmt-parser v0.3.4
9472024-10-01T01:51:14.387Z Downloaded fallible-streaming-iterator v0.1.9
9482024-10-01T01:51:14.387Z Downloaded tracing-core v0.1.32
9492024-10-01T01:51:14.389Z Downloaded bitvec v1.0.1
9502024-10-01T01:51:14.403Z Downloaded fragile v2.0.0
9512024-10-01T01:51:14.405Z Downloaded structmeta v0.2.0
9522024-10-01T01:51:14.408Z Downloaded rtoolbox v0.0.2
9532024-10-01T01:51:14.408Z Downloaded itertools v0.12.1
9542024-10-01T01:51:14.414Z Downloaded toml_edit v0.19.15
9552024-10-01T01:51:14.435Z Downloaded tokio-util v0.7.12
9562024-10-01T01:51:14.441Z Downloaded half v2.4.1
9572024-10-01T01:51:14.444Z Downloaded typify v0.2.0
9582024-10-01T01:51:14.447Z Downloaded openssl-sys v0.9.103
9592024-10-01T01:51:14.452Z Downloaded publicsuffix v2.2.3
9602024-10-01T01:51:14.454Z Downloaded hyper v1.4.1
9612024-10-01T01:51:14.461Z Downloaded tabwriter v1.4.0
9622024-10-01T01:51:14.463Z Downloaded signal-hook-registry v1.4.2
9632024-10-01T01:51:14.466Z Downloaded vte v0.11.1
9642024-10-01T01:51:14.466Z Downloaded subprocess v0.2.9
9652024-10-01T01:51:14.468Z Downloaded hickory-resolver v0.24.1
9662024-10-01T01:51:14.472Z Downloaded url v2.5.2
9672024-10-01T01:51:14.475Z Downloaded stringprep v0.1.4
9682024-10-01T01:51:14.477Z Downloaded string_cache v0.8.7
9692024-10-01T01:51:14.480Z Downloaded ssh-encoding v0.2.0
9702024-10-01T01:51:14.480Z Downloaded tokio-rustls v0.24.1
9712024-10-01T01:51:14.482Z Downloaded rand v0.8.5
9722024-10-01T01:51:14.485Z Downloaded prettyplease v0.2.22
9732024-10-01T01:51:14.488Z Downloaded num-integer v0.1.46
9742024-10-01T01:51:14.490Z Downloaded ena v0.14.3
9752024-10-01T01:51:14.492Z Downloaded hashlink v0.9.1
9762024-10-01T01:51:14.492Z Downloaded num-bigint-dig v0.8.4
9772024-10-01T01:51:14.497Z Downloaded nom v7.1.3
9782024-10-01T01:51:14.502Z Downloaded diesel_derives v2.2.2
9792024-10-01T01:51:14.506Z Downloaded progenitor v0.8.0
9802024-10-01T01:51:14.509Z Downloaded percent-encoding v2.3.1
9812024-10-01T01:51:14.509Z Downloaded yasna v0.5.2
9822024-10-01T01:51:14.512Z Downloaded unicode-bidi v0.3.15
9832024-10-01T01:51:14.514Z Downloaded quick-error v1.2.3
9842024-10-01T01:51:14.514Z Downloaded unicode-truncate v1.0.0
9852024-10-01T01:51:14.517Z Downloaded unsafe-libyaml v0.2.11
9862024-10-01T01:51:14.520Z Downloaded russh v0.45.0
9872024-10-01T01:51:14.524Z Downloaded flate2 v1.0.34
9882024-10-01T01:51:14.529Z Downloaded unicode-xid v0.2.4
9892024-10-01T01:51:14.532Z Downloaded tls_codec_derive v0.4.1
9902024-10-01T01:51:14.534Z Downloaded tls_codec v0.4.1
9912024-10-01T01:51:14.534Z Downloaded oso v0.27.3
9922024-10-01T01:51:14.537Z Downloaded ring v0.16.20
9932024-10-01T01:51:14.618Z Downloaded heapless v0.7.17
9942024-10-01T01:51:14.622Z Downloaded schemars v0.8.21
9952024-10-01T01:51:14.633Z Downloaded pin-utils v0.1.0
9962024-10-01T01:51:14.635Z Downloaded slog-bunyan v2.5.0
9972024-10-01T01:51:14.635Z Downloaded topological-sort v0.2.2
9982024-10-01T01:51:14.638Z Downloaded highway v1.2.0
9992024-10-01T01:51:14.638Z Downloaded vergen v8.3.2
10002024-10-01T01:51:14.641Z Downloaded xattr v1.3.1
10012024-10-01T01:51:14.643Z Downloaded tokio-native-tls v0.3.1
10022024-10-01T01:51:14.646Z Downloaded strum_macros v0.24.3
10032024-10-01T01:51:14.646Z Downloaded structmeta-derive v0.3.0
10042024-10-01T01:51:14.648Z Downloaded slog-stdlog v4.1.1
10052024-10-01T01:51:14.648Z Downloaded slog-scope v4.4.0
10062024-10-01T01:51:14.650Z Downloaded libz-sys v1.1.16
10072024-10-01T01:51:14.715Z Downloaded slog-json v2.6.1
10082024-10-01T01:51:14.718Z Downloaded pem-rfc7468 v0.7.0
10092024-10-01T01:51:14.720Z Downloaded unicode_categories v0.1.1
10102024-10-01T01:51:14.723Z Downloaded value-bag v1.9.0
10112024-10-01T01:51:14.723Z Downloaded unicase v2.7.0
10122024-10-01T01:51:14.726Z Downloaded password-hash v0.5.0
10132024-10-01T01:51:14.728Z Downloaded http v1.1.0
10142024-10-01T01:51:14.730Z Downloaded hickory-server v0.24.1
10152024-10-01T01:51:14.735Z Downloaded r2d2 v0.8.10
10162024-10-01T01:51:14.737Z Downloaded paste v1.0.15
10172024-10-01T01:51:14.740Z Downloaded unarray v0.1.4
10182024-10-01T01:51:14.740Z Downloaded tungstenite v0.21.0
10192024-10-01T01:51:14.743Z Downloaded mockall_derive v0.13.0
10202024-10-01T01:51:14.745Z Downloaded spin v0.9.8
10212024-10-01T01:51:14.748Z Downloaded progenitor-impl v0.8.0
10222024-10-01T01:51:14.750Z Downloaded ring v0.17.8
10232024-10-01T01:51:14.818Z Downloaded base64 v0.13.1
10242024-10-01T01:51:14.822Z Downloaded aes v0.8.4
10252024-10-01T01:51:14.825Z Downloaded base64 v0.22.1
10262024-10-01T01:51:14.828Z Downloaded blake2 v0.10.6
10272024-10-01T01:51:14.830Z Downloaded rand_core v0.6.4
10282024-10-01T01:51:14.833Z Downloaded libm v0.2.8
10292024-10-01T01:51:14.839Z Downloaded time-macros v0.2.18
10302024-10-01T01:51:14.841Z Downloaded rustc_version v0.1.7
10312024-10-01T01:51:14.844Z Downloaded glob v0.3.1
10322024-10-01T01:51:14.844Z Downloaded env_logger v0.11.5
10332024-10-01T01:51:14.846Z Downloaded foreign-types v0.3.2
10342024-10-01T01:51:14.846Z Downloaded strum v0.26.3
10352024-10-01T01:51:14.849Z Downloaded rand_xorshift v0.3.0
10362024-10-01T01:51:14.849Z Downloaded rand_seeder v0.3.0
10372024-10-01T01:51:14.849Z Downloaded predicates v3.1.2
10382024-10-01T01:51:14.852Z Downloaded const-oid v0.9.6
10392024-10-01T01:51:14.854Z Downloaded signal-hook v0.3.17
10402024-10-01T01:51:14.857Z Downloaded libsqlite3-sys v0.30.1
10412024-10-01T01:51:14.934Z Downloaded ron v0.8.1
10422024-10-01T01:51:14.939Z Downloaded itertools v0.10.5
10432024-10-01T01:51:14.945Z Downloaded convert_case v0.4.0
10442024-10-01T01:51:14.947Z Downloaded packed_struct v0.10.1
10452024-10-01T01:51:14.947Z Downloaded walkdir v2.5.0
10462024-10-01T01:51:14.950Z Downloaded which v4.4.2
10472024-10-01T01:51:14.952Z Downloaded universal-hash v0.5.1
10482024-10-01T01:51:14.952Z Downloaded serde_derive_internals v0.29.1
10492024-10-01T01:51:14.952Z Downloaded sec1 v0.7.3
10502024-10-01T01:51:14.955Z Downloaded darling v0.20.9
10512024-10-01T01:51:14.957Z Downloaded csv-core v0.1.11
10522024-10-01T01:51:14.960Z Downloaded thread_local v1.1.8
10532024-10-01T01:51:14.960Z Downloaded fixedbitset v0.4.2
10542024-10-01T01:51:14.963Z Downloaded memmap2 v0.9.4
10552024-10-01T01:51:14.963Z Downloaded libefi-sys v0.1.0
10562024-10-01T01:51:14.965Z Downloaded hostname v0.3.1
10572024-10-01T01:51:14.965Z Downloaded hyper-staticfile v0.10.1
10582024-10-01T01:51:14.968Z Downloaded cookie_store v0.21.0
10592024-10-01T01:51:14.970Z Downloaded crc32fast v1.4.0
10602024-10-01T01:51:14.970Z Downloaded const_format_proc_macros v0.2.33
10612024-10-01T01:51:14.973Z Downloaded cbc v0.1.2
10622024-10-01T01:51:14.975Z Downloaded bitflags v1.3.2
10632024-10-01T01:51:14.977Z Downloaded mime v0.3.17
10642024-10-01T01:51:14.977Z Downloaded linear-map v1.2.0
10652024-10-01T01:51:14.980Z Downloaded humantime v2.1.0
10662024-10-01T01:51:14.980Z Downloaded bit-set v0.5.3
10672024-10-01T01:51:14.983Z Downloaded lru v0.12.3
10682024-10-01T01:51:14.983Z Downloaded arc-swap v1.7.1
10692024-10-01T01:51:14.986Z Downloaded addr2line v0.21.0
10702024-10-01T01:51:14.989Z Downloaded cexpr v0.6.0
10712024-10-01T01:51:14.989Z Downloaded thiserror-no-std v2.0.2
10722024-10-01T01:51:14.992Z Downloaded inout v0.1.3
10732024-10-01T01:51:14.995Z Downloaded cipher v0.4.4
10742024-10-01T01:51:14.995Z Downloaded block-padding v0.3.3
10752024-10-01T01:51:14.997Z Downloaded newtype_derive v0.1.6
10762024-10-01T01:51:14.997Z Downloaded new_debug_unreachable v1.0.6
10772024-10-01T01:51:14.997Z Downloaded matches v0.1.10
10782024-10-01T01:51:15.000Z Downloaded kstat-rs v0.2.4
10792024-10-01T01:51:15.000Z Downloaded is_ci v1.2.0
10802024-10-01T01:51:15.000Z Downloaded internet-checksum v0.2.1
10812024-10-01T01:51:15.000Z Downloaded impl-trait-for-tuples v0.2.2
10822024-10-01T01:51:15.003Z Downloaded hubpack_derive v0.1.1
10832024-10-01T01:51:15.003Z Downloaded async-recursion v1.1.1
10842024-10-01T01:51:15.005Z Downloaded assert_matches v1.5.0
10852024-10-01T01:51:15.008Z Downloaded arrayvec v0.7.4
10862024-10-01T01:51:15.010Z Downloaded base64ct v1.6.0
10872024-10-01T01:51:15.010Z Downloaded array-init v0.0.4
10882024-10-01T01:51:15.013Z Downloaded lru-cache v0.1.2
10892024-10-01T01:51:15.013Z Downloaded lock_api v0.4.12
10902024-10-01T01:51:15.016Z Downloaded libsw v3.3.1
10912024-10-01T01:51:15.016Z Downloaded indexmap v1.9.3
10922024-10-01T01:51:15.018Z Downloaded cookie v0.18.1
10932024-10-01T01:51:15.021Z Downloaded clang-sys v1.7.0
10942024-10-01T01:51:15.024Z Downloaded ipnet v2.10.0
10952024-10-01T01:51:15.024Z Downloaded hostname v0.4.0
10962024-10-01T01:51:15.026Z Downloaded console v0.15.8
10972024-10-01T01:51:15.029Z Downloaded async-stream v0.3.5
10982024-10-01T01:51:15.031Z Downloaded linked-hash-map v0.5.6
10992024-10-01T01:51:15.031Z Downloaded hubpack v0.1.2
11002024-10-01T01:51:15.031Z Downloaded data-encoding v2.6.0
11012024-10-01T01:51:15.033Z Downloaded async-bb8-diesel v0.2.1
11022024-10-01T01:51:15.036Z Downloaded multimap v0.10.0
11032024-10-01T01:51:15.036Z Downloaded maybe-uninit v2.0.0
11042024-10-01T01:51:15.036Z Downloaded keccak v0.1.5
11052024-10-01T01:51:15.039Z Downloaded instant v0.1.12
11062024-10-01T01:51:15.039Z Downloaded curve25519-dalek-derive v0.1.1
11072024-10-01T01:51:15.039Z Downloaded ciborium v0.2.2
11082024-10-01T01:51:15.041Z Downloaded buf-list v1.0.3
11092024-10-01T01:51:15.044Z Downloaded backoff v0.4.0
11102024-10-01T01:51:15.046Z Downloaded debug-ignore v1.0.5
11112024-10-01T01:51:15.047Z Downloaded crc-catalog v2.4.0
11122024-10-01T01:51:15.049Z Downloaded base16ct v0.2.0
11132024-10-01T01:51:15.049Z Downloaded chacha20 v0.9.1
11142024-10-01T01:51:15.051Z Downloaded bcrypt-pbkdf v0.10.0
11152024-10-01T01:51:15.141Z Compiling serde v1.0.210
11162024-10-01T01:51:15.143Z Compiling typenum v1.17.0
11172024-10-01T01:51:15.143Z Compiling generic-array v0.14.7
11182024-10-01T01:51:15.143Z Compiling lock_api v0.4.12
11192024-10-01T01:51:15.143Z Compiling scopeguard v1.2.0
11202024-10-01T01:51:15.293Z Compiling value-bag v1.9.0
11212024-10-01T01:51:15.352Z Compiling syn v2.0.79
11222024-10-01T01:51:15.355Z Compiling getrandom v0.2.14
11232024-10-01T01:51:15.651Z Compiling subtle v2.5.0
11242024-10-01T01:51:15.771Z Compiling rand_core v0.6.4
11252024-10-01T01:51:15.939Z Compiling log v0.4.22
11262024-10-01T01:51:15.957Z Compiling const-oid v0.9.6
11272024-10-01T01:51:15.996Z Compiling jobserver v0.1.32
11282024-10-01T01:51:16.049Z Compiling pin-project-lite v0.2.14
11292024-10-01T01:51:16.185Z Compiling smallvec v1.13.2
11302024-10-01T01:51:16.334Z Compiling parking_lot_core v0.9.10
11312024-10-01T01:51:16.547Z Compiling cc v1.0.97
11322024-10-01T01:51:16.625Z Compiling signal-hook-registry v1.4.2
11332024-10-01T01:51:16.896Z Compiling futures-core v0.3.30
11342024-10-01T01:51:16.988Z Compiling mio v1.0.2
11352024-10-01T01:51:17.175Z Compiling ahash v0.8.11
11362024-10-01T01:51:17.514Z Compiling parking_lot v0.12.2
11372024-10-01T01:51:17.533Z Compiling futures-sink v0.3.30
11382024-10-01T01:51:17.569Z Compiling cpufeatures v0.2.12
11392024-10-01T01:51:17.713Z Compiling socket2 v0.5.7
11402024-10-01T01:51:17.762Z Compiling slab v0.4.9
11412024-10-01T01:51:18.040Z Compiling allocator-api2 v0.2.18
11422024-10-01T01:51:18.188Z Compiling spin v0.9.8
11432024-10-01T01:51:18.269Z Compiling tinyvec_macros v0.1.1
11442024-10-01T01:51:18.363Z Compiling tinyvec v1.6.0
11452024-10-01T01:51:18.509Z Compiling futures-channel v0.3.30
11462024-10-01T01:51:18.567Z Compiling serde_json v1.0.128
11472024-10-01T01:51:18.627Z Compiling pin-utils v0.1.0
11482024-10-01T01:51:18.731Z Compiling futures-task v0.3.30
11492024-10-01T01:51:18.751Z Compiling libm v0.2.8
11502024-10-01T01:51:18.880Z Compiling base64ct v1.6.0
11512024-10-01T01:51:18.912Z Compiling futures-io v0.3.30
11522024-10-01T01:51:19.052Z Compiling num-traits v0.2.19
11532024-10-01T01:51:19.108Z Compiling flagset v0.4.5
11542024-10-01T01:51:19.191Z Compiling unicode-bidi v0.3.15
11552024-10-01T01:51:19.302Z Compiling pem-rfc7468 v0.7.0
11562024-10-01T01:51:19.435Z Compiling tracing-core v0.1.32
11572024-10-01T01:51:19.586Z Compiling pkg-config v0.3.30
11582024-10-01T01:51:19.834Z Compiling unicode-normalization v0.1.23
11592024-10-01T01:51:20.013Z Compiling vcpkg v0.2.15
11602024-10-01T01:51:20.662Z Compiling crossbeam-utils v0.8.19
11612024-10-01T01:51:20.743Z Compiling ring v0.17.8
11622024-10-01T01:51:20.894Z Compiling httparse v1.8.0
11632024-10-01T01:51:20.965Z Compiling ppv-lite86 v0.2.17
11642024-10-01T01:51:21.117Z Compiling percent-encoding v2.3.1
11652024-10-01T01:51:21.353Z Compiling rustls-pki-types v1.7.0
11662024-10-01T01:51:21.468Z Compiling rustix v0.38.34
11672024-10-01T01:51:21.733Z Compiling rand_chacha v0.3.1
11682024-10-01T01:51:22.179Z Compiling try-lock v0.2.5
11692024-10-01T01:51:22.199Z Compiling openssl-sys v0.9.103
11702024-10-01T01:51:22.324Z Compiling want v0.3.1
11712024-10-01T01:51:22.347Z Compiling rand v0.8.5
11722024-10-01T01:51:22.612Z Compiling foreign-types-shared v0.1.1
11732024-10-01T01:51:22.639Z Compiling powerfmt v0.2.0
11742024-10-01T01:51:22.721Z Compiling untrusted v0.9.0
11752024-10-01T01:51:22.902Z Compiling httpdate v1.0.3
11762024-10-01T01:51:23.058Z Compiling rustversion v1.0.17
11772024-10-01T01:51:23.179Z Compiling time-core v0.1.2
11782024-10-01T01:51:23.322Z Compiling num-conv v0.1.0
11792024-10-01T01:51:23.354Z Compiling openssl v0.10.66
11802024-10-01T01:51:23.371Z Compiling atomic-waker v1.1.2
11812024-10-01T01:51:23.612Z Compiling time-macros v0.2.18
11822024-10-01T01:51:23.791Z Compiling deranged v0.3.11
11832024-10-01T01:51:23.814Z Compiling foreign-types v0.3.2
11842024-10-01T01:51:23.887Z Compiling form_urlencoded v1.2.1
11852024-10-01T01:51:23.906Z Compiling aho-corasick v1.1.3
11862024-10-01T01:51:24.182Z Compiling siphasher v0.3.11
11872024-10-01T01:51:24.201Z Compiling tower-service v0.3.2
11882024-10-01T01:51:24.314Z Compiling native-tls v0.2.11
11892024-10-01T01:51:24.590Z Compiling base64 v0.22.1
11902024-10-01T01:51:24.660Z Compiling regex-syntax v0.8.4
11912024-10-01T01:51:24.849Z Compiling syn v1.0.109
11922024-10-01T01:51:25.413Z Compiling rustls v0.23.10
11932024-10-01T01:51:25.505Z Compiling num_threads v0.1.7
11942024-10-01T01:51:25.737Z Compiling crossbeam-epoch v0.9.18
11952024-10-01T01:51:25.741Z Compiling idna v0.5.0
11962024-10-01T01:51:26.488Z Compiling lazy_static v1.5.0
11972024-10-01T01:51:26.615Z Compiling cookie v0.18.1
11982024-10-01T01:51:26.831Z Compiling time v0.3.36
11992024-10-01T01:51:26.899Z Compiling openssl-probe v0.1.5
12002024-10-01T01:51:27.052Z Compiling iana-time-zone v0.1.60
12012024-10-01T01:51:27.245Z Compiling slog v2.7.0
12022024-10-01T01:51:27.265Z Compiling finl_unicode v1.2.0
12032024-10-01T01:51:27.491Z Compiling either v1.13.0
12042024-10-01T01:51:27.774Z Compiling rayon-core v1.12.1
12052024-10-01T01:51:27.894Z Compiling stringprep v0.1.4
12062024-10-01T01:51:27.989Z Compiling url v2.5.2
12072024-10-01T01:51:28.083Z Compiling crossbeam-deque v0.8.5
12082024-10-01T01:51:28.429Z Compiling regex-automata v0.4.6
12092024-10-01T01:51:29.216Z Compiling num-integer v0.1.46
12102024-10-01T01:51:29.511Z Compiling serde_derive v1.0.210
12112024-10-01T01:51:29.836Z Compiling zeroize_derive v1.4.2
12122024-10-01T01:51:29.967Z Compiling zerocopy-derive v0.7.34
12132024-10-01T01:51:31.325Z Compiling tokio-macros v2.4.0
12142024-10-01T01:51:31.525Z Compiling zeroize v1.8.1
12152024-10-01T01:51:31.666Z Compiling futures-macro v0.3.30
12162024-10-01T01:51:32.019Z Compiling der_derive v0.7.2
12172024-10-01T01:51:32.292Z Compiling zerocopy v0.7.34
12182024-10-01T01:51:33.003Z Compiling thiserror-impl v1.0.64
12192024-10-01T01:51:33.385Z Compiling crypto-common v0.1.6
12202024-10-01T01:51:33.621Z Compiling block-buffer v0.10.4
12212024-10-01T01:51:33.624Z Compiling block-padding v0.3.3
12222024-10-01T01:51:33.866Z Compiling digest v0.10.7
12232024-10-01T01:51:33.901Z Compiling inout v0.1.3
12242024-10-01T01:51:34.166Z Compiling cipher v0.4.4
12252024-10-01T01:51:34.360Z Compiling hmac v0.12.1
12262024-10-01T01:51:34.513Z Compiling hashbrown v0.14.5
12272024-10-01T01:51:34.576Z Compiling sha2 v0.10.8
12282024-10-01T01:51:34.611Z Compiling futures-util v0.3.30
12292024-10-01T01:51:34.678Z Compiling der v0.7.9
12302024-10-01T01:51:35.930Z Compiling salsa20 v0.10.2
12312024-10-01T01:51:36.175Z Compiling pbkdf2 v0.12.2
12322024-10-01T01:51:36.332Z Compiling thiserror v1.0.64
12332024-10-01T01:51:36.354Z Compiling tracing-attributes v0.1.27
12342024-10-01T01:51:36.466Z Compiling scrypt v0.11.0
12352024-10-01T01:51:37.038Z Compiling spki v0.7.3
12362024-10-01T01:51:37.418Z Compiling cbc v0.1.2
12372024-10-01T01:51:37.663Z Compiling aes v0.8.4
12382024-10-01T01:51:38.081Z Compiling pest v2.7.10
12392024-10-01T01:51:38.234Z Compiling scroll_derive v0.12.0
12402024-10-01T01:51:39.754Z Compiling pkcs5 v0.7.1
12412024-10-01T01:51:40.248Z Compiling tracing v0.1.40
12422024-10-01T01:51:40.456Z Compiling pkcs8 v0.10.2
12432024-10-01T01:51:40.751Z Compiling pest_meta v2.7.10
12442024-10-01T01:51:40.813Z Compiling scroll v0.12.0
12452024-10-01T01:51:41.062Z Compiling openssl-macros v0.1.1
12462024-10-01T01:51:41.182Z Compiling signature v2.2.0
12472024-10-01T01:51:41.217Z Compiling rustls-webpki v0.102.4
12482024-10-01T01:51:41.272Z Compiling md-5 v0.10.6
12492024-10-01T01:51:41.368Z Compiling goblin v0.8.2
12502024-10-01T01:51:41.479Z Compiling idna v0.3.0
12512024-10-01T01:51:41.536Z Compiling backtrace v0.3.71
12522024-10-01T01:51:41.842Z Compiling ff v0.13.0
12532024-10-01T01:51:42.032Z Compiling pest_generator v2.7.10
12542024-10-01T01:51:43.132Z Compiling hash32 v0.2.1
12552024-10-01T01:51:43.264Z Compiling psl-types v2.0.11
12562024-10-01T01:51:43.282Z Compiling fallible-iterator v0.2.0
12572024-10-01T01:51:43.457Z Compiling stable_deref_trait v1.2.0
12582024-10-01T01:51:43.526Z Compiling crc32fast v1.4.0
12592024-10-01T01:51:43.569Z Compiling num-bigint-dig v0.8.4
12602024-10-01T01:51:43.881Z Compiling bytes v1.7.2
12612024-10-01T01:51:43.968Z Compiling indexmap v2.5.0
12622024-10-01T01:51:43.987Z Compiling bitflags v2.6.0
12632024-10-01T01:51:44.064Z Compiling semver v1.0.23
12642024-10-01T01:51:44.841Z Compiling tokio v1.39.3
12652024-10-01T01:51:45.236Z Compiling rustc_version v0.4.0
12662024-10-01T01:51:45.491Z Compiling http v1.1.0
12672024-10-01T01:51:45.850Z Compiling pest_derive v2.7.10
12682024-10-01T01:51:46.058Z Compiling heapless v0.7.17
12692024-10-01T01:51:46.643Z Compiling dtrace-parser v0.2.0
12702024-10-01T01:51:47.225Z Compiling http-body v1.0.0
12712024-10-01T01:51:47.472Z Compiling dof v0.3.0
12722024-10-01T01:51:47.992Z Compiling uuid v1.10.0
12732024-10-01T01:51:48.822Z Compiling usdt-impl v0.5.0
12742024-10-01T01:51:49.531Z Compiling curve25519-dalek v4.1.3
12752024-10-01T01:51:49.695Z Compiling http v0.2.12
12762024-10-01T01:51:49.820Z Compiling chrono v0.4.38
12772024-10-01T01:51:50.175Z Compiling serde_tokenstream v0.2.2
12782024-10-01T01:51:50.428Z Compiling toml_datetime v0.6.8
12792024-10-01T01:51:50.843Z Compiling serde_spanned v0.6.7
12802024-10-01T01:51:50.976Z Compiling base16ct v0.2.0
12812024-10-01T01:51:51.080Z Compiling portable-atomic v1.6.0
12822024-10-01T01:51:51.308Z Compiling signal-hook v0.3.17
12832024-10-01T01:51:51.593Z Compiling adler v1.0.2
12842024-10-01T01:51:51.682Z Compiling gimli v0.28.1
12852024-10-01T01:51:51.824Z Compiling smoltcp v0.9.1
12862024-10-01T01:51:52.116Z Compiling miniz_oxide v0.7.2
12872024-10-01T01:51:52.226Z Compiling sec1 v0.7.3
12882024-10-01T01:51:52.900Z Compiling tokio-util v0.7.12
12892024-10-01T01:51:52.934Z Compiling tokio-rustls v0.26.0
12902024-10-01T01:51:53.203Z Compiling tokio-native-tls v0.3.1
12912024-10-01T01:51:53.492Z Compiling terminal_size v0.3.0
12922024-10-01T01:51:53.606Z Compiling http-body-util v0.1.2
12932024-10-01T01:51:53.704Z Compiling postgres-protocol v0.6.7
12942024-10-01T01:51:54.123Z Compiling h2 v0.4.6
12952024-10-01T01:51:54.421Z Compiling publicsuffix v2.2.3
12962024-10-01T01:51:54.604Z Compiling hubpack_derive v0.1.1
12972024-10-01T01:51:54.683Z Compiling group v0.13.0
12982024-10-01T01:51:55.031Z Compiling hkdf v0.12.4
12992024-10-01T01:51:55.057Z Compiling crypto-bigint v0.5.5
13002024-10-01T01:51:55.275Z Compiling num-iter v0.1.45
13012024-10-01T01:51:55.302Z Compiling curve25519-dalek-derive v0.1.1
13022024-10-01T01:51:55.482Z Compiling async-trait v0.1.83
13032024-10-01T01:51:55.546Z Compiling zerocopy-derive v0.6.6
13042024-10-01T01:51:56.698Z Compiling addr2line v0.21.0
13052024-10-01T01:51:57.409Z Compiling phf_shared v0.11.2
13062024-10-01T01:51:57.732Z Compiling serde_derive_internals v0.29.1
13072024-10-01T01:51:57.799Z Compiling webpki-roots v0.26.3
13082024-10-01T01:51:57.830Z Compiling object v0.32.2
13092024-10-01T01:51:58.016Z Compiling fs-err v2.11.0
13102024-10-01T01:51:58.323Z Compiling anyhow v1.0.89
13112024-10-01T01:51:58.344Z Compiling rustc-demangle v0.1.24
13122024-10-01T01:51:58.659Z Compiling adler2 v2.0.0
13132024-10-01T01:51:58.877Z Compiling managed v0.8.0
13142024-10-01T01:51:58.975Z Compiling schemars v0.8.21
13152024-10-01T01:51:59.325Z Compiling bitflags v1.3.2
13162024-10-01T01:51:59.325Z Compiling ipnet v2.10.0
13172024-10-01T01:51:59.360Z Compiling winnow v0.5.40
13182024-10-01T01:51:59.761Z Compiling clap_builder v4.5.18
13192024-10-01T01:52:00.502Z Compiling schemars_derive v0.8.21
13202024-10-01T01:52:00.534Z Compiling console v0.15.8
13212024-10-01T01:52:01.200Z Compiling hyper v1.4.1
13222024-10-01T01:52:01.849Z Compiling miniz_oxide v0.8.0
13232024-10-01T01:52:02.220Z Compiling elliptic-curve v0.13.8
13242024-10-01T01:52:03.099Z Compiling toml_edit v0.19.15
13252024-10-01T01:52:03.245Z Compiling zerocopy v0.6.6
13262024-10-01T01:52:03.411Z Compiling phf v0.11.2
13272024-10-01T01:52:03.708Z Compiling hyper-util v0.1.9
13282024-10-01T01:52:03.895Z Compiling rayon v1.10.0
13292024-10-01T01:52:05.093Z Compiling cookie_store v0.21.0
13302024-10-01T01:52:05.363Z Compiling hubpack v0.1.2
13312024-10-01T01:52:06.727Z Compiling hyper-rustls v0.27.3
13322024-10-01T01:52:06.816Z Compiling hyper-tls v0.6.0
13332024-10-01T01:52:07.237Z Compiling postgres-types v0.2.8
13342024-10-01T01:52:07.702Z Compiling h2 v0.3.26
13352024-10-01T01:52:08.760Z Compiling usdt-attr-macro v0.5.0
13362024-10-01T01:52:09.181Z Compiling usdt-macro v0.5.0
13372024-10-01T01:52:09.266Z Compiling http-body v0.4.6
13382024-10-01T01:52:09.732Z Compiling serde_urlencoded v0.7.1
13392024-10-01T01:52:10.058Z Compiling serde-big-array v0.5.1
13402024-10-01T01:52:10.252Z Compiling ed25519 v2.2.3
13412024-10-01T01:52:10.300Z Compiling pkcs1 v0.7.5
13422024-10-01T01:52:10.480Z Compiling futures-executor v0.3.30
13432024-10-01T01:52:10.711Z Compiling rfc6979 v0.4.0
13442024-10-01T01:52:10.906Z Compiling bstr v1.9.1
13452024-10-01T01:52:11.018Z Compiling regex v1.10.6
13462024-10-01T01:52:11.072Z Compiling serde_repr v0.1.19
13472024-10-01T01:52:11.398Z Compiling clap_derive v4.5.18
13482024-10-01T01:52:12.117Z Compiling enum-as-inner v0.6.0
13492024-10-01T01:52:12.229Z Compiling strum_macros v0.25.3
13502024-10-01T01:52:12.296Z Compiling rustls-pemfile v2.1.3
13512024-10-01T01:52:12.331Z Compiling phf_shared v0.10.0
13522024-10-01T01:52:12.658Z Compiling float-cmp v0.9.0
13532024-10-01T01:52:12.713Z Compiling idna v0.4.0
13542024-10-01T01:52:12.778Z Compiling sync_wrapper v1.0.1
13552024-10-01T01:52:12.909Z Compiling mio v0.8.11
13562024-10-01T01:52:12.929Z Compiling encoding_rs v0.8.34
13572024-10-01T01:52:13.220Z Compiling new_debug_unreachable v1.0.6
13582024-10-01T01:52:13.317Z Compiling normalize-line-endings v0.3.0
13592024-10-01T01:52:13.448Z Compiling minimal-lexical v0.2.1
13602024-10-01T01:52:13.953Z Compiling predicates-core v1.0.6
13612024-10-01T01:52:14.141Z Compiling whoami v1.5.2
13622024-10-01T01:52:14.259Z Compiling data-encoding v2.6.0
13632024-10-01T01:52:14.299Z Compiling number_prefix v0.4.0
13642024-10-01T01:52:14.527Z Compiling precomputed-hash v0.1.1
13652024-10-01T01:52:14.656Z Compiling static_assertions v1.1.0
13662024-10-01T01:52:14.762Z Compiling unicode-segmentation v1.11.0
13672024-10-01T01:52:14.764Z Compiling mime v0.3.17
13682024-10-01T01:52:15.628Z Compiling bit-vec v0.6.3
13692024-10-01T01:52:15.656Z Compiling dyn-clone v1.0.17
13702024-10-01T01:52:15.880Z Compiling difflib v0.4.0
13712024-10-01T01:52:16.100Z Compiling fixedbitset v0.4.2
13722024-10-01T01:52:16.229Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13732024-10-01T01:52:16.561Z Compiling petgraph v0.6.5
13742024-10-01T01:52:16.582Z Compiling clap v4.5.18
13752024-10-01T01:52:16.671Z Compiling predicates v3.1.2
13762024-10-01T01:52:16.705Z Compiling bit-set v0.5.3
13772024-10-01T01:52:17.381Z Compiling similar v2.6.0
13782024-10-01T01:52:17.435Z Compiling reqwest v0.12.7
13792024-10-01T01:52:18.043Z Compiling hickory-proto v0.24.1
13802024-10-01T01:52:18.414Z Compiling string_cache v0.8.7
13812024-10-01T01:52:18.893Z Compiling indicatif v0.17.8
13822024-10-01T01:52:19.884Z Compiling tokio-postgres v0.7.12
13832024-10-01T01:52:20.469Z Compiling hyper v0.14.30
13842024-10-01T01:52:20.632Z Compiling toml_edit v0.22.22
13852024-10-01T01:52:20.881Z Compiling nom v7.1.3
13862024-10-01T01:52:21.132Z Compiling signal-hook-mio v0.2.4
13872024-10-01T01:52:21.317Z Compiling usdt v0.5.0
13882024-10-01T01:52:21.833Z Compiling ecdsa v0.16.9
13892024-10-01T01:52:22.728Z Compiling rsa v0.9.6
13902024-10-01T01:52:23.106Z Compiling futures v0.3.30
13912024-10-01T01:52:23.228Z Compiling ed25519-dalek v2.1.1
13922024-10-01T01:52:24.546Z Compiling flate2 v1.0.34
13932024-10-01T01:52:24.549Z Compiling toml v0.7.8
13942024-10-01T01:52:26.334Z Compiling tokio-stream v0.1.16
13952024-10-01T01:52:26.448Z Compiling openapiv3 v2.0.0
13962024-10-01T01:52:26.547Z Compiling hex v0.4.3
13972024-10-01T01:52:27.154Z Compiling x509-cert v0.2.5
13982024-10-01T01:52:27.391Z Compiling sha1 v0.10.6
13992024-10-01T01:52:27.841Z Compiling itertools v0.12.1
14002024-10-01T01:52:28.335Z Compiling itertools v0.10.5
14012024-10-01T01:52:28.946Z Compiling dirs-sys-next v0.1.2
14022024-10-01T01:52:29.640Z Compiling peg-runtime v0.8.3
14032024-10-01T01:52:29.968Z Compiling lalrpop-util v0.19.12
14042024-10-01T01:52:30.301Z Compiling unicode-xid v0.2.4
14052024-10-01T01:52:30.368Z Compiling dirs-next v2.0.0
14062024-10-01T01:52:30.487Z Compiling thread_local v1.1.8
14072024-10-01T01:52:30.572Z Compiling slog-async v2.8.0
14082024-10-01T01:52:30.616Z Compiling term v0.7.0
14092024-10-01T01:52:30.895Z Compiling xattr v1.3.1
14102024-10-01T01:52:30.922Z Compiling strum_macros v0.26.4
14112024-10-01T01:52:30.987Z Compiling crossbeam-channel v0.5.12
14122024-10-01T01:52:31.046Z Compiling is-terminal v0.4.12
14132024-10-01T01:52:31.150Z Compiling filetime v0.2.25
14142024-10-01T01:52:31.169Z Compiling take_mut v0.2.2
14152024-10-01T01:52:31.190Z Compiling slog-term v2.9.1
14162024-10-01T01:52:31.192Z Compiling camino v1.1.9
14172024-10-01T01:52:31.471Z Compiling tar v0.4.42
14182024-10-01T01:52:31.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14192024-10-01T01:52:33.676Z Compiling strum v0.26.3
14202024-10-01T01:52:33.756Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14212024-10-01T01:52:38.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
14222024-10-01T01:52:39.022Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14232024-10-01T01:52:39.068ZOct 01 01:52:37.151 INFO Starting download, target: Cockroach
14242024-10-01T01:52:39.068ZOct 01 01:52:37.151 INFO Starting download, target: Console
14252024-10-01T01:52:39.071ZOct 01 01:52:37.151 INFO Starting download, target: Clickhouse
14262024-10-01T01:52:39.071ZOct 01 01:52:37.151 INFO Starting download, target: DendriteOpenapi
14272024-10-01T01:52:39.071ZOct 01 01:52:37.151 INFO Starting download, target: DendriteStub
14282024-10-01T01:52:39.071ZOct 01 01:52:37.151 INFO Starting download, target: MaghemiteMgd
14292024-10-01T01:52:39.071ZOct 01 01:52:37.151 INFO Starting download, target: TransceiverControl
14302024-10-01T01:52:39.071ZOct 01 01:52:37.152 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14312024-10-01T01:52:39.071ZOct 01 01:52:37.152 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14322024-10-01T01:52:39.071ZOct 01 01:52:37.152 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi
14332024-10-01T01:52:39.071ZOct 01 01:52:37.152 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14342024-10-01T01:52:39.071ZOct 01 01:52:37.152 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14352024-10-01T01:52:39.071ZOct 01 01:52:37.152 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14362024-10-01T01:52:39.071ZOct 01 01:52:37.152 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14372024-10-01T01:52:39.344ZOct 01 01:52:37.426 INFO Download complete, target: DendriteOpenapi
14382024-10-01T01:52:39.620ZOct 01 01:52:37.702 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14392024-10-01T01:52:39.869ZOct 01 01:52:37.952 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14402024-10-01T01:52:39.922ZOct 01 01:52:38.005 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14412024-10-01T01:52:39.971ZOct 01 01:52:38.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14422024-10-01T01:52:40.006ZOct 01 01:52:38.088 INFO Download complete, target: Console
14432024-10-01T01:52:40.181ZOct 01 01:52:38.264 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14442024-10-01T01:52:40.181ZOct 01 01:52:38.264 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14452024-10-01T01:52:40.680ZOct 01 01:52:38.763 INFO Download complete, target: TransceiverControl
14462024-10-01T01:52:41.041ZOct 01 01:52:39.123 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14472024-10-01T01:52:43.032ZOct 01 01:52:41.114 INFO Download complete, target: DendriteStub
14482024-10-01T01:52:43.168ZOct 01 01:52:41.251 INFO Download complete, target: MaghemiteMgd
14492024-10-01T01:52:48.353ZOct 01 01:52:46.436 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14502024-10-01T01:52:48.767ZOct 01 01:52:46.850 INFO Checking that binary works, target: Cockroach
14512024-10-01T01:52:48.937ZOct 01 01:52:47.020 INFO Download complete, target: Cockroach
14522024-10-01T01:52:54.604ZOct 01 01:52:52.686 INFO Checking that binary works, target: Clickhouse
14532024-10-01T01:52:54.727ZOct 01 01:52:52.810 INFO Download complete, target: Clickhouse
14542024-10-01T01:52:54.748ZAll builder prerequisites installed successfully, and PATH looks valid
14552024-10-01T01:52:54.751Z
14562024-10-01T01:52:54.751Zreal 4:08.113941211
14572024-10-01T01:52:54.751Zuser 12:14.070235768
14582024-10-01T01:52:54.751Zsys 2:35.800634279
14592024-10-01T01:52:54.751Ztrap 0.444845151
14602024-10-01T01:52:54.751Ztflt 1.619997194
14612024-10-01T01:52:54.751Zdflt 1.722117366
14622024-10-01T01:52:54.751Zkflt 0.021090959
14632024-10-01T01:52:54.751Zlock 24:07.509634194
14642024-10-01T01:52:54.751Zslp 47:38.492781910
14652024-10-01T01:52:54.751Zlat 44.543182445
14662024-10-01T01:52:54.751Zstop 1:54.721097910
14672024-10-01T01:52:54.751Z+ banner hack-check
14682024-10-01T01:52:54.754Z
14692024-10-01T01:52:54.754Z # # ## #### # # #### # # ###### #### # #
14702024-10-01T01:52:54.754Z # # # # # # # # # # # # # # # # #
14712024-10-01T01:52:54.754Z ###### # # # #### ##### # ###### ##### # ####
14722024-10-01T01:52:54.754Z # # ###### # # # # # # # # # #
14732024-10-01T01:52:54.754Z # # # # # # # # # # # # # # # # #
14742024-10-01T01:52:54.754Z # # # # #### # # #### # # ###### #### # #
14752024-10-01T01:52:54.754Z
14762024-10-01T01:52:54.754Z+ export CARGO_INCREMENTAL=0
14772024-10-01T01:52:54.754Z+ CARGO_INCREMENTAL=0
14782024-10-01T01:52:54.754Z+ ptime -m timeout 2h cargo xtask check-features --ci
14792024-10-01T01:52:55.316Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14802024-10-01T01:52:59.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
14812024-10-01T01:52:59.365Z Running `target/debug/xtask check-features --ci`
14822024-10-01T01:52:59.385Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14832024-10-01T01:52:59.387Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14842024-10-01T01:52:59.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
14852024-10-01T01:52:59.888Z Running `target/debug/xtask download cargo-hack`
14862024-10-01T01:53:00.719Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14872024-10-01T01:53:01.087Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14882024-10-01T01:53:05.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
14892024-10-01T01:53:05.652Z Running `target/debug/xtask-downloader cargo-hack`
14902024-10-01T01:53:05.691ZOct 01 01:53:03.773 INFO Starting download, target: CargoHack
14912024-10-01T01:53:05.693ZOct 01 01:53:03.774 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14922024-10-01T01:53:06.350ZOct 01 01:53:04.432 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14932024-10-01T01:53:06.453ZOct 01 01:53:04.536 INFO Download complete, target: CargoHack
14942024-10-01T01:53:06.457Zrunning: "/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"
14952024-10-01T01:53:06.472Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14962024-10-01T01:53:06.631Zinfo: running `cargo check --bins` on api_identity (1/163)
14972024-10-01T01:53:07.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14982024-10-01T01:53:07.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14992024-10-01T01:53:07.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15002024-10-01T01:53:07.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15012024-10-01T01:53:07.233Z
15022024-10-01T01:53:07.233Zinfo: running `cargo check --bins` on bootstore (2/163)
15032024-10-01T01:53:07.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15042024-10-01T01:53:07.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15052024-10-01T01:53:07.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15062024-10-01T01:53:07.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15072024-10-01T01:53:07.881Z
15082024-10-01T01:53:07.881Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/163)
15092024-10-01T01:53:08.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15102024-10-01T01:53:08.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15112024-10-01T01:53:08.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15122024-10-01T01:53:08.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15132024-10-01T01:53:08.519Z
15142024-10-01T01:53:08.519Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/163)
15152024-10-01T01:53:09.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15162024-10-01T01:53:09.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15172024-10-01T01:53:09.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15182024-10-01T01:53:09.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15192024-10-01T01:53:09.158Z
15202024-10-01T01:53:09.158Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/163)
15212024-10-01T01:53:09.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15222024-10-01T01:53:09.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15232024-10-01T01:53:09.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15242024-10-01T01:53:09.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15252024-10-01T01:53:09.613Z
15262024-10-01T01:53:09.613Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/163)
15272024-10-01T01:53:10.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15282024-10-01T01:53:10.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15292024-10-01T01:53:10.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15302024-10-01T01:53:10.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15312024-10-01T01:53:10.066Z
15322024-10-01T01:53:10.066Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/163)
15332024-10-01T01:53:10.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-10-01T01:53:10.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-10-01T01:53:10.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-10-01T01:53:10.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15372024-10-01T01:53:10.516Z
15382024-10-01T01:53:10.517Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/163)
15392024-10-01T01:53:10.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-10-01T01:53:10.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-10-01T01:53:10.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15422024-10-01T01:53:10.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15432024-10-01T01:53:10.973Z
15442024-10-01T01:53:10.973Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/163)
15452024-10-01T01:53:11.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15462024-10-01T01:53:11.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15472024-10-01T01:53:11.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15482024-10-01T01:53:11.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15492024-10-01T01:53:11.427Z
15502024-10-01T01:53:11.427Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/163)
15512024-10-01T01:53:11.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15522024-10-01T01:53:11.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15532024-10-01T01:53:11.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15542024-10-01T01:53:11.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15552024-10-01T01:53:11.878Z
15562024-10-01T01:53:11.878Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/163)
15572024-10-01T01:53:12.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15582024-10-01T01:53:12.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15592024-10-01T01:53:12.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15602024-10-01T01:53:12.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15612024-10-01T01:53:12.334Z
15622024-10-01T01:53:12.334Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/163)
15632024-10-01T01:53:12.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15642024-10-01T01:53:12.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15652024-10-01T01:53:12.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15662024-10-01T01:53:12.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15672024-10-01T01:53:12.796Z
15682024-10-01T01:53:12.796Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/163)
15692024-10-01T01:53:13.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15702024-10-01T01:53:13.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15712024-10-01T01:53:13.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15722024-10-01T01:53:13.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15732024-10-01T01:53:13.252Z
15742024-10-01T01:53:13.252Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/163)
15752024-10-01T01:53:13.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15762024-10-01T01:53:13.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15772024-10-01T01:53:13.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15782024-10-01T01:53:13.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15792024-10-01T01:53:13.701Z
15802024-10-01T01:53:13.701Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/163)
15812024-10-01T01:53:14.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15822024-10-01T01:53:14.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15832024-10-01T01:53:14.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15842024-10-01T01:53:14.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15852024-10-01T01:53:14.158Z
15862024-10-01T01:53:14.158Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/163)
15872024-10-01T01:53:14.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15882024-10-01T01:53:14.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15892024-10-01T01:53:14.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15902024-10-01T01:53:14.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15912024-10-01T01:53:14.615Z
15922024-10-01T01:53:14.615Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/163)
15932024-10-01T01:53:15.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15942024-10-01T01:53:15.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15952024-10-01T01:53:15.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15962024-10-01T01:53:15.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15972024-10-01T01:53:15.067Z
15982024-10-01T01:53:15.067Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/163)
15992024-10-01T01:53:15.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16002024-10-01T01:53:15.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16012024-10-01T01:53:15.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16022024-10-01T01:53:15.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16032024-10-01T01:53:15.516Z
16042024-10-01T01:53:15.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/163)
16052024-10-01T01:53:15.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16062024-10-01T01:53:15.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16072024-10-01T01:53:15.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16082024-10-01T01:53:15.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16092024-10-01T01:53:15.980Z
16102024-10-01T01:53:15.980Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/163)
16112024-10-01T01:53:16.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-10-01T01:53:16.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-10-01T01:53:16.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-10-01T01:53:16.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16152024-10-01T01:53:16.442Z
16162024-10-01T01:53:16.442Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/163)
16172024-10-01T01:53:16.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-10-01T01:53:16.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-10-01T01:53:16.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-10-01T01:53:16.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16212024-10-01T01:53:16.898Z
16222024-10-01T01:53:16.898Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/163)
16232024-10-01T01:53:17.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-10-01T01:53:17.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-10-01T01:53:17.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-10-01T01:53:17.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16272024-10-01T01:53:17.362Z
16282024-10-01T01:53:17.362Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/163)
16292024-10-01T01:53:17.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-10-01T01:53:17.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-10-01T01:53:17.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-10-01T01:53:17.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16332024-10-01T01:53:17.822Z
16342024-10-01T01:53:17.822Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/163)
16352024-10-01T01:53:18.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-10-01T01:53:18.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-10-01T01:53:18.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-10-01T01:53:18.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16392024-10-01T01:53:18.277Z
16402024-10-01T01:53:18.277Zinfo: running `cargo check --bins` on sled-hardware-types (25/163)
16412024-10-01T01:53:18.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-10-01T01:53:18.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-10-01T01:53:18.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-10-01T01:53:18.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16452024-10-01T01:53:18.930Z
16462024-10-01T01:53:18.930Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/163)
16472024-10-01T01:53:19.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-10-01T01:53:19.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-10-01T01:53:19.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-10-01T01:53:19.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16512024-10-01T01:53:19.585Z
16522024-10-01T01:53:19.585Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/163)
16532024-10-01T01:53:20.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-10-01T01:53:20.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-10-01T01:53:20.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-10-01T01:53:20.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16572024-10-01T01:53:20.238Z
16582024-10-01T01:53:20.239Zinfo: running `cargo check --bins` on oxlog (28/163)
16592024-10-01T01:53:20.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-10-01T01:53:20.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-10-01T01:53:20.850Z Checking cfg-if v1.0.0
16622024-10-01T01:53:20.852Z Checking libc v0.2.159
16632024-10-01T01:53:20.945Z Checking serde v1.0.210
16642024-10-01T01:53:20.948Z Checking zeroize v1.8.1
16652024-10-01T01:53:20.959Z Checking memchr v2.7.2
16662024-10-01T01:53:20.962Z Checking typenum v1.17.0
16672024-10-01T01:53:20.975Z Checking scopeguard v1.2.0
16682024-10-01T01:53:20.978Z Checking subtle v2.5.0
16692024-10-01T01:53:20.998Z Checking byteorder v1.5.0
16702024-10-01T01:53:21.116Z Checking lock_api v0.4.12
16712024-10-01T01:53:21.188Z Checking value-bag v1.9.0
16722024-10-01T01:53:21.209Z Checking const-oid v0.9.6
16732024-10-01T01:53:21.407Z Checking once_cell v1.19.0
16742024-10-01T01:53:21.539Z Checking itoa v1.0.11
16752024-10-01T01:53:21.558Z Checking log v0.4.22
16762024-10-01T01:53:21.686Z Checking pin-project-lite v0.2.14
16772024-10-01T01:53:21.744Z Checking smallvec v1.13.2
16782024-10-01T01:53:21.804Z Checking zerocopy v0.7.34
16792024-10-01T01:53:21.819Z Checking futures-core v0.3.30
16802024-10-01T01:53:21.986Z Checking cpufeatures v0.2.12
16812024-10-01T01:53:22.030Z Checking getrandom v0.2.14
16822024-10-01T01:53:22.063Z Checking signal-hook-registry v1.4.2
16832024-10-01T01:53:22.078Z Checking mio v1.0.2
16842024-10-01T01:53:22.101Z Checking parking_lot_core v0.9.10
16852024-10-01T01:53:22.265Z Checking generic-array v0.14.7
16862024-10-01T01:53:22.279Z Checking rand_core v0.6.4
16872024-10-01T01:53:22.296Z Checking futures-sink v0.3.30
16882024-10-01T01:53:22.423Z Checking parking_lot v0.12.2
16892024-10-01T01:53:22.438Z Checking socket2 v0.5.7
16902024-10-01T01:53:22.555Z Checking allocator-api2 v0.2.18
16912024-10-01T01:53:22.700Z Checking spin v0.9.8
16922024-10-01T01:53:22.775Z Checking slab v0.4.9
16932024-10-01T01:53:22.882Z Checking equivalent v1.0.1
16942024-10-01T01:53:22.988Z Checking tinyvec_macros v0.1.1
16952024-10-01T01:53:23.010Z Checking futures-channel v0.3.30
16962024-10-01T01:53:23.054Z Checking pin-utils v0.1.0
16972024-10-01T01:53:23.068Z Checking tinyvec v1.6.0
16982024-10-01T01:53:23.071Z Checking base64ct v1.6.0
16992024-10-01T01:53:23.131Z Checking fnv v1.0.7
17002024-10-01T01:53:23.205Z Checking futures-task v0.3.30
17012024-10-01T01:53:23.208Z Checking ahash v0.8.11
17022024-10-01T01:53:23.254Z Checking futures-io v0.3.30
17032024-10-01T01:53:23.341Z Checking unicode-bidi v0.3.15
17042024-10-01T01:53:23.432Z Checking flagset v0.4.5
17052024-10-01T01:53:23.435Z Checking futures-util v0.3.30
17062024-10-01T01:53:23.459Z Checking crypto-common v0.1.6
17072024-10-01T01:53:23.507Z Checking block-buffer v0.10.4
17082024-10-01T01:53:23.626Z Checking block-padding v0.3.3
17092024-10-01T01:53:23.642Z Checking pem-rfc7468 v0.7.0
17102024-10-01T01:53:23.733Z Checking digest v0.10.7
17112024-10-01T01:53:23.748Z Checking hashbrown v0.14.5
17122024-10-01T01:53:23.833Z Checking inout v0.1.3
17132024-10-01T01:53:23.888Z Checking der v0.7.9
17142024-10-01T01:53:23.995Z Checking libm v0.2.8
17152024-10-01T01:53:24.043Z Checking cipher v0.4.4
17162024-10-01T01:53:24.092Z Checking hmac v0.12.1
17172024-10-01T01:53:24.311Z Checking sha2 v0.10.8
17182024-10-01T01:53:24.325Z Checking unicode-normalization v0.1.23
17192024-10-01T01:53:24.425Z Checking ryu v1.0.18
17202024-10-01T01:53:24.666Z Checking salsa20 v0.10.2
17212024-10-01T01:53:24.888Z Checking pbkdf2 v0.12.2
17222024-10-01T01:53:24.905Z Checking num-traits v0.2.19
17232024-10-01T01:53:24.908Z Checking tracing-core v0.1.32
17242024-10-01T01:53:24.931Z Checking aes v0.8.4
17252024-10-01T01:53:25.045Z Checking scrypt v0.11.0
17262024-10-01T01:53:25.208Z Checking cbc v0.1.2
17272024-10-01T01:53:25.272Z Checking percent-encoding v2.3.1
17282024-10-01T01:53:25.409Z Checking ppv-lite86 v0.2.17
17292024-10-01T01:53:25.466Z Checking try-lock v0.2.5
17302024-10-01T01:53:25.563Z Checking tracing v0.1.40
17312024-10-01T01:53:25.595Z Checking rustls-pki-types v1.7.0
17322024-10-01T01:53:25.660Z Checking spki v0.7.3
17332024-10-01T01:53:25.778Z Checking want v0.3.1
17342024-10-01T01:53:25.898Z Checking bytes v1.7.2
17352024-10-01T01:53:25.913Z Checking indexmap v2.5.0
17362024-10-01T01:53:25.933Z Checking bitflags v2.6.0
17372024-10-01T01:53:25.958Z Checking serde_json v1.0.128
17382024-10-01T01:53:26.023Z Checking pkcs5 v0.7.1
17392024-10-01T01:53:26.060Z Checking rand_chacha v0.3.1
17402024-10-01T01:53:26.231Z Checking httparse v1.8.0
17412024-10-01T01:53:26.443Z Checking rand v0.8.5
17422024-10-01T01:53:26.546Z Checking pkcs8 v0.10.2
17432024-10-01T01:53:26.574Z Checking thiserror v1.0.64
17442024-10-01T01:53:26.665Z Checking tokio v1.39.3
17452024-10-01T01:53:26.665Z Checking http v1.1.0
17462024-10-01T01:53:26.694Z Checking foreign-types-shared v0.1.1
17472024-10-01T01:53:26.787Z Checking atomic-waker v1.1.2
17482024-10-01T01:53:26.837Z Checking untrusted v0.9.0
17492024-10-01T01:53:26.917Z Checking httpdate v1.0.3
17502024-10-01T01:53:26.987Z Checking ring v0.17.8
17512024-10-01T01:53:27.138Z Checking foreign-types v0.3.2
17522024-10-01T01:53:27.154Z Checking form_urlencoded v1.2.1
17532024-10-01T01:53:27.227Z Checking crossbeam-utils v0.8.19
17542024-10-01T01:53:27.349Z Checking openssl-sys v0.9.103
17552024-10-01T01:53:27.580Z Checking aho-corasick v1.1.3
17562024-10-01T01:53:27.704Z Checking tower-service v0.3.2
17572024-10-01T01:53:27.824Z Checking unicode-ident v1.0.13
17582024-10-01T01:53:27.922Z Checking powerfmt v0.2.0
17592024-10-01T01:53:27.971Z Checking http-body v1.0.0
17602024-10-01T01:53:27.986Z Checking siphasher v0.3.11
17612024-10-01T01:53:28.175Z Checking base64 v0.22.1
17622024-10-01T01:53:28.190Z Checking regex-syntax v0.8.4
17632024-10-01T01:53:28.259Z Checking deranged v0.3.11
17642024-10-01T01:53:28.460Z Checking proc-macro2 v1.0.86
17652024-10-01T01:53:28.606Z Checking openssl v0.10.66
17662024-10-01T01:53:28.621Z Checking crossbeam-epoch v0.9.18
17672024-10-01T01:53:28.825Z Checking rustls-webpki v0.102.4
17682024-10-01T01:53:29.039Z Checking uuid v1.10.0
17692024-10-01T01:53:29.148Z Checking idna v0.5.0
17702024-10-01T01:53:29.263Z Checking signature v2.2.0
17712024-10-01T01:53:29.446Z Checking lazy_static v1.5.0
17722024-10-01T01:53:29.568Z Checking scroll v0.12.0
17732024-10-01T01:53:29.644Z Checking errno v0.3.9
17742024-10-01T01:53:29.647Z Checking ucd-trie v0.1.6
17752024-10-01T01:53:29.808Z Checking num-conv v0.1.0
17762024-10-01T01:53:29.866Z Checking openssl-probe v0.1.5
17772024-10-01T01:53:29.959Z Checking utf8parse v0.2.1
17782024-10-01T01:53:29.993Z Checking either v1.13.0
17792024-10-01T01:53:30.013Z Checking plain v0.2.3
17802024-10-01T01:53:30.034Z Checking finl_unicode v1.2.0
17812024-10-01T01:53:30.037Z Checking time-core v0.1.2
17822024-10-01T01:53:30.088Z Checking iana-time-zone v0.1.60
17832024-10-01T01:53:30.151Z Checking anstyle v1.0.8
17842024-10-01T01:53:30.196Z Checking num_threads v0.1.7
17852024-10-01T01:53:30.241Z Checking chrono v0.4.38
17862024-10-01T01:53:30.310Z Checking time v0.3.36
17872024-10-01T01:53:30.353Z Checking goblin v0.8.2
17882024-10-01T01:53:30.477Z Checking anstyle-parse v0.2.4
17892024-10-01T01:53:30.590Z Checking stringprep v0.1.4
17902024-10-01T01:53:30.750Z Checking url v2.5.2
17912024-10-01T01:53:30.858Z Checking pest v2.7.10
17922024-10-01T01:53:31.394Z Checking regex-automata v0.4.6
17932024-10-01T01:53:31.595Z Checking rustix v0.38.34
17942024-10-01T01:53:32.310Z Checking rustls v0.23.10
17952024-10-01T01:53:32.889Z Checking quote v1.0.37
17962024-10-01T01:53:33.209Z Checking crossbeam-deque v0.8.5
17972024-10-01T01:53:33.355Z Checking http v0.2.12
17982024-10-01T01:53:33.504Z Checking num-integer v0.1.46
17992024-10-01T01:53:33.713Z Checking tokio-util v0.7.12
18002024-10-01T01:53:34.019Z Checking serde_spanned v0.6.7
18012024-10-01T01:53:34.070Z Checking native-tls v0.2.11
18022024-10-01T01:53:34.220Z Checking toml_datetime v0.6.8
18032024-10-01T01:53:34.387Z Checking idna v0.3.0
18042024-10-01T01:53:34.503Z Checking md-5 v0.10.6
18052024-10-01T01:53:34.615Z Checking h2 v0.4.6
18062024-10-01T01:53:34.725Z Checking ff v0.13.0
18072024-10-01T01:53:34.773Z Checking hash32 v0.2.1
18082024-10-01T01:53:34.929Z Checking is_terminal_polyfill v1.70.0
18092024-10-01T01:53:35.037Z Checking fallible-iterator v0.2.0
18102024-10-01T01:53:35.063Z Checking stable_deref_trait v1.2.0
18112024-10-01T01:53:35.080Z Checking pretty-hex v0.4.1
18122024-10-01T01:53:35.156Z Checking base16ct v0.2.0
18132024-10-01T01:53:35.195Z Checking psl-types v2.0.11
18142024-10-01T01:53:35.212Z Checking anstyle-query v1.0.3
18152024-10-01T01:53:35.243Z Checking colorchoice v1.0.1
18162024-10-01T01:53:35.333Z Checking adler v1.0.2
18172024-10-01T01:53:35.347Z Checking gimli v0.28.1
18182024-10-01T01:53:35.366Z Checking publicsuffix v2.2.3
18192024-10-01T01:53:35.366Z Checking anstream v0.6.14
18202024-10-01T01:53:35.479Z Checking miniz_oxide v0.7.2
18212024-10-01T01:53:35.587Z Checking sec1 v0.7.3
18222024-10-01T01:53:35.636Z Checking postgres-protocol v0.6.7
18232024-10-01T01:53:35.736Z Checking dof v0.3.0
18242024-10-01T01:53:35.872Z Checking heapless v0.7.17
18252024-10-01T01:53:35.887Z Checking terminal_size v0.3.0
18262024-10-01T01:53:35.951Z Checking group v0.13.0
18272024-10-01T01:53:36.050Z Checking tokio-native-tls v0.3.1
18282024-10-01T01:53:36.192Z Checking num-iter v0.1.45
18292024-10-01T01:53:36.247Z Checking rayon-core v1.12.1
18302024-10-01T01:53:36.312Z Checking dtrace-parser v0.2.0
18312024-10-01T01:53:36.334Z Checking syn v2.0.79
18322024-10-01T01:53:36.364Z Checking cookie v0.18.1
18332024-10-01T01:53:36.790Z Checking http-body-util v0.1.2
18342024-10-01T01:53:36.804Z Checking phf_shared v0.11.2
18352024-10-01T01:53:36.877Z Checking webpki-roots v0.26.3
18362024-10-01T01:53:36.928Z Checking hkdf v0.12.4
18372024-10-01T01:53:37.058Z Checking crypto-bigint v0.5.5
18382024-10-01T01:53:37.086Z Checking thread-id v4.2.1
18392024-10-01T01:53:37.140Z Checking object v0.32.2
18402024-10-01T01:53:37.156Z Checking tokio-rustls v0.26.0
18412024-10-01T01:53:37.184Z Checking ipnet v2.10.0
18422024-10-01T01:53:37.225Z Checking adler2 v2.0.0
18432024-10-01T01:53:37.379Z Checking winnow v0.5.40
18442024-10-01T01:53:37.521Z Checking clap_lex v0.7.0
18452024-10-01T01:53:37.632Z Checking strsim v0.11.1
18462024-10-01T01:53:37.769Z Checking bitflags v1.3.2
18472024-10-01T01:53:37.873Z Checking rustc-demangle v0.1.24
18482024-10-01T01:53:37.915Z Checking unicode-width v0.1.13
18492024-10-01T01:53:38.105Z Checking managed v0.8.0
18502024-10-01T01:53:38.301Z Checking console v0.15.8
18512024-10-01T01:53:38.487Z Checking smoltcp v0.9.1
18522024-10-01T01:53:38.864Z Checking clap_builder v4.5.18
18532024-10-01T01:53:39.234Z Checking addr2line v0.21.0
18542024-10-01T01:53:39.725Z Checking miniz_oxide v0.8.0
18552024-10-01T01:53:39.850Z Checking elliptic-curve v0.13.8
18562024-10-01T01:53:39.976Z Checking phf v0.11.2
18572024-10-01T01:53:40.256Z Checking rayon v1.10.0
18582024-10-01T01:53:40.355Z Checking toml_edit v0.19.15
18592024-10-01T01:53:40.470Z Checking cookie_store v0.21.0
18602024-10-01T01:53:40.485Z Checking num-bigint-dig v0.8.4
18612024-10-01T01:53:40.766Z Checking hyper v1.4.1
18622024-10-01T01:53:41.100Z Checking postgres-types v0.2.8
18632024-10-01T01:53:41.841Z Checking regex v1.10.6
18642024-10-01T01:53:41.890Z Checking bstr v1.9.1
18652024-10-01T01:53:42.433Z Checking http-body v0.4.6
18662024-10-01T01:53:42.581Z Checking h2 v0.3.26
18672024-10-01T01:53:42.695Z Checking usdt-impl v0.5.0
18682024-10-01T01:53:42.776Z Checking ed25519 v2.2.3
18692024-10-01T01:53:42.801Z Checking rustls-pemfile v2.1.3
18702024-10-01T01:53:42.815Z Checking futures-executor v0.3.30
18712024-10-01T01:53:42.855Z Checking hyper-util v0.1.9
18722024-10-01T01:53:43.023Z Checking phf_shared v0.10.0
18732024-10-01T01:53:43.026Z Checking serde_urlencoded v0.7.1
18742024-10-01T01:53:43.053Z Checking pkcs1 v0.7.5
18752024-10-01T01:53:43.178Z Checking backtrace v0.3.71
18762024-10-01T01:53:43.233Z Checking curve25519-dalek v4.1.3
18772024-10-01T01:53:43.308Z Checking zerocopy v0.6.6
18782024-10-01T01:53:43.427Z Checking float-cmp v0.9.0
18792024-10-01T01:53:43.442Z Checking hubpack v0.1.2
18802024-10-01T01:53:43.622Z Checking portable-atomic v1.6.0
18812024-10-01T01:53:43.729Z Checking serde-big-array v0.5.1
18822024-10-01T01:53:43.753Z Checking crc32fast v1.4.0
18832024-10-01T01:53:43.932Z Checking signal-hook v0.3.17
18842024-10-01T01:53:43.963Z Checking idna v0.4.0
18852024-10-01T01:53:43.990Z Checking rfc6979 v0.4.0
18862024-10-01T01:53:44.061Z Checking mio v0.8.11
18872024-10-01T01:53:44.151Z Checking memmap v0.7.0
18882024-10-01T01:53:44.274Z Checking sync_wrapper v1.0.1
18892024-10-01T01:53:44.356Z Checking encoding_rs v0.8.34
18902024-10-01T01:53:44.419Z Checking fixedbitset v0.4.2
18912024-10-01T01:53:44.618Z Checking static_assertions v1.1.0
18922024-10-01T01:53:44.678Z Checking precomputed-hash v0.1.1
18932024-10-01T01:53:44.692Z Checking unicode-segmentation v1.11.0
18942024-10-01T01:53:44.711Z Checking winnow v0.6.18
18952024-10-01T01:53:44.777Z Checking predicates-core v1.0.6
18962024-10-01T01:53:44.779Z Checking mime v0.3.17
18972024-10-01T01:53:44.943Z Checking hyper-rustls v0.27.3
18982024-10-01T01:53:44.965Z Checking hyper-tls v0.6.0
18992024-10-01T01:53:45.059Z Checking difflib v0.4.0
19002024-10-01T01:53:45.080Z Checking number_prefix v0.4.0
19012024-10-01T01:53:45.239Z Checking bit-vec v0.6.3
19022024-10-01T01:53:45.262Z Checking normalize-line-endings v0.3.0
19032024-10-01T01:53:45.278Z Checking whoami v1.5.2
19042024-10-01T01:53:45.294Z Checking dyn-clone v1.0.17
19052024-10-01T01:53:45.358Z Checking data-encoding v2.6.0
19062024-10-01T01:53:45.374Z Checking new_debug_unreachable v1.0.6
19072024-10-01T01:53:45.426Z Checking minimal-lexical v0.2.1
19082024-10-01T01:53:45.459Z Checking string_cache v0.8.7
19092024-10-01T01:53:45.552Z Checking bit-set v0.5.3
19102024-10-01T01:53:45.576Z Checking tokio-postgres v0.7.12
19112024-10-01T01:53:45.750Z Checking schemars v0.8.21
19122024-10-01T01:53:45.796Z Checking predicates v3.1.2
19132024-10-01T01:53:45.812Z Checking nom v7.1.3
19142024-10-01T01:53:46.030Z Checking hickory-proto v0.24.1
19152024-10-01T01:53:46.456Z Checking similar v2.6.0
19162024-10-01T01:53:46.712Z Checking reqwest v0.12.7
19172024-10-01T01:53:47.316Z Checking indicatif v0.17.8
19182024-10-01T01:53:47.346Z Checking ed25519-dalek v2.1.1
19192024-10-01T01:53:47.617Z Checking toml_edit v0.22.22
19202024-10-01T01:53:47.776Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19212024-10-01T01:53:48.063Z Checking petgraph v0.6.5
19222024-10-01T01:53:48.532Z Checking signal-hook-mio v0.2.4
19232024-10-01T01:53:48.561Z Checking usdt v0.5.0
19242024-10-01T01:53:48.675Z Checking ecdsa v0.16.9
19252024-10-01T01:53:48.696Z Checking flate2 v1.0.34
19262024-10-01T01:53:48.711Z Checking hyper v0.14.30
19272024-10-01T01:53:48.828Z Checking anyhow v1.0.89
19282024-10-01T01:53:49.203Z Checking rsa v0.9.6
19292024-10-01T01:53:49.367Z Checking futures v0.3.30
19302024-10-01T01:53:49.423Z Checking toml v0.7.8
19312024-10-01T01:53:49.479Z Checking clap v4.5.18
19322024-10-01T01:53:49.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19332024-10-01T01:53:49.627Z Checking tokio-stream v0.1.16
19342024-10-01T01:53:50.123Z Checking fs-err v2.11.0
19352024-10-01T01:53:50.239Z Checking itertools v0.10.5
19362024-10-01T01:53:50.277Z Checking itertools v0.12.1
19372024-10-01T01:53:50.453Z Checking slog v2.7.0
19382024-10-01T01:53:50.682Z Checking openapiv3 v2.0.0
19392024-10-01T01:53:50.685Z Checking x509-cert v0.2.5
19402024-10-01T01:53:50.911Z Checking hex v0.4.3
19412024-10-01T01:53:51.397Z Checking semver v1.0.23
19422024-10-01T01:53:51.442Z Checking sha1 v0.10.6
19432024-10-01T01:53:51.727Z Checking lalrpop-util v0.19.12
19442024-10-01T01:53:51.793Z Checking peg-runtime v0.8.3
19452024-10-01T01:53:52.017Z Checking camino v1.1.9
19462024-10-01T01:53:52.017Z Checking sigpipe v0.1.3
19472024-10-01T01:53:53.927Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19482024-10-01T01:53:54.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.98s
19492024-10-01T01:53:54.368Z
19502024-10-01T01:53:54.368Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/163)
19512024-10-01T01:53:54.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522024-10-01T01:53:54.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532024-10-01T01:53:55.034Z Compiling regress v0.10.1
19542024-10-01T01:53:55.131Z Checking heck v0.5.0
19552024-10-01T01:53:55.149Z Checking dirs-sys-next v0.1.2
19562024-10-01T01:53:55.160Z Compiling unsafe-libyaml v0.2.11
19572024-10-01T01:53:55.176Z Checking thread_local v1.1.8
19582024-10-01T01:53:55.186Z Compiling ident_case v1.0.1
19592024-10-01T01:53:55.201Z Checking progenitor-client v0.8.0
19602024-10-01T01:53:55.296Z Checking crossbeam-channel v0.5.12
19612024-10-01T01:53:55.310Z Checking dirs-next v2.0.0
19622024-10-01T01:53:55.354Z Compiling darling_core v0.20.9
19632024-10-01T01:53:55.424Z Checking is-terminal v0.4.12
19642024-10-01T01:53:55.439Z Checking term v0.7.0
19652024-10-01T01:53:55.499Z Compiling paste v1.0.15
19662024-10-01T01:53:55.537Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19672024-10-01T01:53:55.875Z Compiling rustls v0.22.4
19682024-10-01T01:53:55.923Z Checking take_mut v0.2.2
19692024-10-01T01:53:56.043Z Checking slog-term v2.9.1
19702024-10-01T01:53:56.061Z Checking slog-async v2.8.0
19712024-10-01T01:53:56.076Z Compiling proc-macro-crate v1.3.1
19722024-10-01T01:53:56.205Z Checking ipnetwork v0.20.0
19732024-10-01T01:53:56.342Z Compiling structmeta-derive v0.3.0
19742024-10-01T01:53:56.518Z Compiling serde_yaml v0.9.34+deprecated
19752024-10-01T01:53:56.562Z Compiling multer v3.1.0
19762024-10-01T01:53:56.859Z Checking match_cfg v0.1.0
19772024-10-01T01:53:56.952Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19782024-10-01T01:53:57.085Z Checking hostname v0.3.1
19792024-10-01T01:53:57.172Z Compiling num_enum_derive v0.5.11
19802024-10-01T01:53:57.274Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19812024-10-01T01:53:58.608Z Checking typify-impl v0.2.0
19822024-10-01T01:53:59.370Z Compiling structmeta v0.3.0
19832024-10-01T01:53:59.824Z Checking slog-json v2.6.1
19842024-10-01T01:53:59.827Z Compiling lzma-sys v0.1.20
19852024-10-01T01:54:00.074Z Compiling async-stream-impl v0.3.5
19862024-10-01T01:54:00.074Z Compiling foreign-types-macros v0.2.3
19872024-10-01T01:54:00.592Z Compiling dropshot v0.12.0
19882024-10-01T01:54:00.726Z Checking arc-swap v1.7.1
19892024-10-01T01:54:00.891Z Checking foreign-types-shared v0.3.1
19902024-10-01T01:54:00.940Z Checking utf-8 v0.7.6
19912024-10-01T01:54:00.993Z Checking tokio-rustls v0.25.0
19922024-10-01T01:54:01.131Z Checking tungstenite v0.21.0
19932024-10-01T01:54:01.148Z Checking slog-scope v4.4.0
19942024-10-01T01:54:01.167Z Checking slog-bunyan v2.5.0
19952024-10-01T01:54:01.331Z Compiling parse-display-derive v0.10.0
19962024-10-01T01:54:01.348Z Checking num_enum v0.5.11
19972024-10-01T01:54:01.348Z Compiling proc-macro-error v1.0.4
19982024-10-01T01:54:01.377Z Checking foreign-types v0.5.0
19992024-10-01T01:54:01.480Z Checking async-stream v0.3.5
20002024-10-01T01:54:01.642Z Checking toml v0.8.19
20012024-10-01T01:54:01.699Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20022024-10-01T01:54:01.875Z Compiling heck v0.3.3
20032024-10-01T01:54:01.989Z Checking waitgroup v0.1.2
20042024-10-01T01:54:02.005Z Checking newtype-uuid v1.1.0
20052024-10-01T01:54:02.061Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20062024-10-01T01:54:02.122Z Compiling dropshot_endpoint v0.12.0
20072024-10-01T01:54:02.248Z Checking serde_path_to_error v0.1.16
20082024-10-01T01:54:02.287Z Compiling darling_macro v0.20.9
20092024-10-01T01:54:02.302Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20102024-10-01T01:54:02.400Z Checking cstr-argument v0.1.2
20112024-10-01T01:54:02.572Z Checking hostname v0.4.0
20122024-10-01T01:54:02.706Z Checking instant v0.1.12
20132024-10-01T01:54:02.816Z Checking base64 v0.21.7
20142024-10-01T01:54:02.846Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20152024-10-01T01:54:02.915Z Checking pretty-hex v0.2.1
20162024-10-01T01:54:03.079Z Checking debug-ignore v1.0.5
20172024-10-01T01:54:03.105Z Checking fastrand v2.1.0
20182024-10-01T01:54:03.167Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20192024-10-01T01:54:03.215Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20202024-10-01T01:54:03.255Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20212024-10-01T01:54:03.280Z Compiling darling v0.20.9
20222024-10-01T01:54:03.301Z Checking backoff v0.4.0
20232024-10-01T01:54:03.398Z Compiling serde_with_macros v3.9.0
20242024-10-01T01:54:03.401Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20252024-10-01T01:54:03.428Z Checking tempfile v3.10.1
20262024-10-01T01:54:03.469Z Compiling zone_cfg_derive v0.1.2
20272024-10-01T01:54:03.625Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20282024-10-01T01:54:03.802Z Checking tokio-tungstenite v0.21.0
20292024-10-01T01:54:03.819Z Checking strum v0.26.3
20302024-10-01T01:54:03.854Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20312024-10-01T01:54:03.967Z Checking slog-stdlog v4.1.1
20322024-10-01T01:54:04.290Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20332024-10-01T01:54:04.309Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20342024-10-01T01:54:04.438Z Checking colored v2.1.0
20352024-10-01T01:54:04.604Z Checking regress v0.9.1
20362024-10-01T01:54:04.633Z Checking macaddr v1.0.1
20372024-10-01T01:54:04.727Z Checking base64 v0.13.1
20382024-10-01T01:54:05.008Z Checking zone v0.1.8
20392024-10-01T01:54:05.119Z Checking ron v0.7.1
20402024-10-01T01:54:05.661Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20412024-10-01T01:54:05.958Z Checking parse-display v0.10.0
20422024-10-01T01:54:06.144Z Checking xz2 v0.1.7
20432024-10-01T01:54:06.171Z Checking slog-envlogger v2.2.0
20442024-10-01T01:54:06.201Z Checking tabwriter v1.4.0
20452024-10-01T01:54:06.386Z Checking xattr v1.3.1
20462024-10-01T01:54:06.423Z Checking serde_with v3.9.0
20472024-10-01T01:54:06.438Z Checking pem v3.0.4
20482024-10-01T01:54:06.440Z Checking yasna v0.5.2
20492024-10-01T01:54:06.568Z Checking headers-core v0.3.0
20502024-10-01T01:54:06.695Z Checking smf v0.2.3
20512024-10-01T01:54:06.711Z Checking filetime v0.2.25
20522024-10-01T01:54:06.906Z Checking same-file v1.0.6
20532024-10-01T01:54:06.944Z Checking tar v0.4.42
20542024-10-01T01:54:07.076Z Checking walkdir v2.5.0
20552024-10-01T01:54:07.126Z Checking headers v0.4.0
20562024-10-01T01:54:07.308Z Checking rcgen v0.12.1
20572024-10-01T01:54:07.355Z Checking camino-tempfile v1.1.1
20582024-10-01T01:54:07.642Z Checking atomicwrites v0.4.4
20592024-10-01T01:54:07.779Z Checking subprocess v0.2.9
20602024-10-01T01:54:10.868Z Compiling typify-macro v0.2.0
20612024-10-01T01:54:12.778Z Compiling typify v0.2.0
20622024-10-01T01:54:12.844Z Compiling progenitor-impl v0.8.0
20632024-10-01T01:54:16.021Z Compiling progenitor-macro v0.8.0
20642024-10-01T01:54:21.912Z Checking progenitor v0.8.0
20652024-10-01T01:54:22.047Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
20662024-10-01T01:54:22.049Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20672024-10-01T01:54:24.704Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
20682024-10-01T01:54:24.974Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20692024-10-01T01:54:30.920Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20702024-10-01T01:54:32.454Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20712024-10-01T01:54:33.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.27s
20722024-10-01T01:54:33.801Z
20732024-10-01T01:54:33.801Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/163)
20742024-10-01T01:54:34.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752024-10-01T01:54:34.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762024-10-01T01:54:34.468Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20772024-10-01T01:54:35.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
20782024-10-01T01:54:35.943Z
20792024-10-01T01:54:35.943Zinfo: running `cargo check --bins` on nexus-config (31/163)
20802024-10-01T01:54:36.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812024-10-01T01:54:36.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822024-10-01T01:54:36.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832024-10-01T01:54:36.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20842024-10-01T01:54:36.586Z
20852024-10-01T01:54:36.586Zinfo: running `cargo check --bins` on omicron-rpaths (32/163)
20862024-10-01T01:54:37.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872024-10-01T01:54:37.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882024-10-01T01:54:37.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892024-10-01T01:54:37.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20902024-10-01T01:54:37.197Z
20912024-10-01T01:54:37.198Zinfo: running `cargo check --bins` on omicron-certificates (33/163)
20922024-10-01T01:54:37.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932024-10-01T01:54:37.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942024-10-01T01:54:37.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952024-10-01T01:54:37.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20962024-10-01T01:54:37.839Z
20972024-10-01T01:54:37.839Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/163)
20982024-10-01T01:54:38.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992024-10-01T01:54:38.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002024-10-01T01:54:38.506Z Compiling heapless v0.8.0
21012024-10-01T01:54:38.599Z Checking hash32 v0.3.1
21022024-10-01T01:54:38.607Z Compiling smoltcp v0.11.0
21032024-10-01T01:54:38.617Z Checking embedded-io v0.4.0
21042024-10-01T01:54:38.619Z Checking cobs v0.2.3
21052024-10-01T01:54:38.638Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21062024-10-01T01:54:38.640Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21072024-10-01T01:54:38.659Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21082024-10-01T01:54:38.760Z Compiling crucible-workspace-hack v0.1.0
21092024-10-01T01:54:38.777Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21102024-10-01T01:54:38.779Z Checking newline-converter v0.3.0
21112024-10-01T01:54:38.813Z Checking postcard v1.0.8
21122024-10-01T01:54:38.941Z Checking socket2 v0.4.10
21132024-10-01T01:54:38.986Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21142024-10-01T01:54:39.044Z Compiling convert_case v0.4.0
21152024-10-01T01:54:39.168Z Checking expectorate v1.1.0
21162024-10-01T01:54:39.228Z Compiling zone_cfg_derive v0.3.0
21172024-10-01T01:54:39.317Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21182024-10-01T01:54:39.336Z Checking itertools v0.13.0
21192024-10-01T01:54:39.479Z Compiling num-derive v0.4.2
21202024-10-01T01:54:39.532Z Compiling slog-dtrace v0.3.0
21212024-10-01T01:54:39.675Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21222024-10-01T01:54:39.919Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21232024-10-01T01:54:39.992Z Compiling derive_more v0.99.18
21242024-10-01T01:54:40.738Z Checking zone v0.3.0
21252024-10-01T01:54:41.362Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21262024-10-01T01:54:42.512Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21272024-10-01T01:54:43.458Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21282024-10-01T01:54:43.997Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21292024-10-01T01:54:44.564Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21302024-10-01T01:54:45.211Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21312024-10-01T01:54:46.342Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21322024-10-01T01:54:47.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
21332024-10-01T01:54:47.311Z
21342024-10-01T01:54:47.311Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/163)
21352024-10-01T01:54:47.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362024-10-01T01:54:47.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372024-10-01T01:54:47.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382024-10-01T01:54:47.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21392024-10-01T01:54:47.960Z
21402024-10-01T01:54:47.960Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/163)
21412024-10-01T01:54:48.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422024-10-01T01:54:48.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432024-10-01T01:54:48.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442024-10-01T01:54:48.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21452024-10-01T01:54:48.605Z
21462024-10-01T01:54:48.605Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/163)
21472024-10-01T01:54:49.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-10-01T01:54:49.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-10-01T01:54:49.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502024-10-01T01:54:49.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21512024-10-01T01:54:49.347Z
21522024-10-01T01:54:49.347Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/163)
21532024-10-01T01:54:50.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542024-10-01T01:54:50.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552024-10-01T01:54:50.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562024-10-01T01:54:50.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21572024-10-01T01:54:50.089Z
21582024-10-01T01:54:50.089Zinfo: running `cargo check --bins` on dns-server (39/163)
21592024-10-01T01:54:50.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-10-01T01:54:50.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-10-01T01:54:50.737Z Compiling parking_lot_core v0.8.6
21622024-10-01T01:54:50.829Z Checking nibble_vec v0.1.0
21632024-10-01T01:54:50.832Z Checking endian-type v0.1.2
21642024-10-01T01:54:50.832Z Checking linked-hash-map v0.5.6
21652024-10-01T01:54:50.832Z Checking quick-error v1.2.3
21662024-10-01T01:54:50.832Z Checking fxhash v0.2.1
21672024-10-01T01:54:50.832Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21682024-10-01T01:54:50.839Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21692024-10-01T01:54:50.987Z Checking resolv-conf v0.7.0
21702024-10-01T01:54:50.987Z Checking hickory-server v0.24.1
21712024-10-01T01:54:51.034Z Checking radix_trie v0.2.1
21722024-10-01T01:54:51.139Z Checking lru-cache v0.1.2
21732024-10-01T01:54:51.312Z Checking hickory-resolver v0.24.1
21742024-10-01T01:54:51.363Z Checking hickory-client v0.24.1
21752024-10-01T01:54:51.579Z Checking parking_lot v0.11.2
21762024-10-01T01:54:51.860Z Checking sled v0.34.7
21772024-10-01T01:54:53.628Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21782024-10-01T01:54:54.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
21792024-10-01T01:54:54.834Z
21802024-10-01T01:54:54.834Zinfo: running `cargo check --bins` on dns-server-api (40/163)
21812024-10-01T01:54:55.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822024-10-01T01:54:55.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832024-10-01T01:54:55.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842024-10-01T01:54:55.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21852024-10-01T01:54:55.452Z
21862024-10-01T01:54:55.452Zinfo: running `cargo check --bins` on dns-service-client (41/163)
21872024-10-01T01:54:56.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882024-10-01T01:54:56.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892024-10-01T01:54:56.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902024-10-01T01:54:56.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21912024-10-01T01:54:56.072Z
21922024-10-01T01:54:56.072Zinfo: running `cargo check --bins` on gateway-test-utils (42/163)
21932024-10-01T01:54:56.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942024-10-01T01:54:56.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952024-10-01T01:54:56.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962024-10-01T01:54:56.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21972024-10-01T01:54:56.771Z
21982024-10-01T01:54:56.771Zinfo: running `cargo check --bins` on gateway-types (43/163)
21992024-10-01T01:54:57.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002024-10-01T01:54:57.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012024-10-01T01:54:57.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022024-10-01T01:54:57.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22032024-10-01T01:54:57.415Z
22042024-10-01T01:54:57.415Zinfo: running `cargo check --bins` on ipcc (44/163)
22052024-10-01T01:54:57.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062024-10-01T01:54:57.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072024-10-01T01:54:57.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082024-10-01T01:54:57.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22092024-10-01T01:54:58.064Z
22102024-10-01T01:54:58.064Zinfo: running `cargo check --bins` on omicron-gateway (45/163)
22112024-10-01T01:54:58.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122024-10-01T01:54:58.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132024-10-01T01:54:58.782Z Compiling match_cfg v0.1.0
22142024-10-01T01:54:58.785Z Compiling rustls v0.22.4
22152024-10-01T01:54:58.785Z Checking num-rational v0.4.2
22162024-10-01T01:54:58.785Z Compiling progenitor-client v0.8.0
22172024-10-01T01:54:58.785Z Compiling slog-json v2.6.1
22182024-10-01T01:54:58.881Z Checking num-complex v0.4.6
22192024-10-01T01:54:58.901Z Compiling prettyplease v0.2.22
22202024-10-01T01:54:58.934Z Compiling async-stream v0.3.5
22212024-10-01T01:54:58.949Z Compiling hostname v0.3.1
22222024-10-01T01:54:59.182Z Compiling progenitor v0.8.0
22232024-10-01T01:54:59.220Z Compiling slog-bunyan v2.5.0
22242024-10-01T01:54:59.235Z Compiling multer v3.1.0
22252024-10-01T01:54:59.238Z Compiling toml v0.8.19
22262024-10-01T01:54:59.290Z Compiling waitgroup v0.1.2
22272024-10-01T01:54:59.396Z Compiling ipnetwork v0.20.0
22282024-10-01T01:54:59.426Z Compiling newtype-uuid v1.1.0
22292024-10-01T01:54:59.509Z Compiling serde_path_to_error v0.1.16
22302024-10-01T01:54:59.526Z Compiling hostname v0.4.0
22312024-10-01T01:54:59.715Z Compiling instant v0.1.12
22322024-10-01T01:54:59.772Z Checking num v0.4.3
22332024-10-01T01:54:59.788Z Compiling radium v0.7.0
22342024-10-01T01:54:59.866Z Checking float-ord v0.3.2
22352024-10-01T01:54:59.882Z Compiling semver v0.1.20
22362024-10-01T01:55:00.011Z Compiling debug-ignore v1.0.5
22372024-10-01T01:55:00.151Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22382024-10-01T01:55:00.241Z Compiling rustc_version v0.1.7
22392024-10-01T01:55:00.282Z Compiling backoff v0.4.0
22402024-10-01T01:55:00.287Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22412024-10-01T01:55:00.336Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22422024-10-01T01:55:00.524Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
22432024-10-01T01:55:00.669Z Compiling parse-display v0.10.0
22442024-10-01T01:55:00.670Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22452024-10-01T01:55:00.727Z Compiling serde_with v3.9.0
22462024-10-01T01:55:00.863Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22472024-10-01T01:55:01.023Z Compiling regress v0.9.1
22482024-10-01T01:55:01.339Z Compiling macaddr v1.0.1
22492024-10-01T01:55:01.755Z Checking tap v1.0.1
22502024-10-01T01:55:01.924Z Compiling maybe-uninit v2.0.0
22512024-10-01T01:55:02.221Z Checking wyz v0.5.1
22522024-10-01T01:55:02.535Z Compiling newtype_derive v0.1.6
22532024-10-01T01:55:02.818Z Checking password-hash v0.5.0
22542024-10-01T01:55:02.854Z Checking blake2 v0.10.6
22552024-10-01T01:55:02.967Z Compiling bzip2-sys v0.1.11+1.0.8
22562024-10-01T01:55:03.263Z Compiling tokio-rustls v0.25.0
22572024-10-01T01:55:03.304Z Compiling owo-colors v4.1.0
22582024-10-01T01:55:03.495Z Checking funty v2.0.0
22592024-10-01T01:55:03.616Z Compiling cancel-safe-futures v0.1.5
22602024-10-01T01:55:03.695Z Compiling dropshot v0.12.0
22612024-10-01T01:55:03.742Z Checking crc-catalog v2.4.0
22622024-10-01T01:55:03.879Z Compiling packed_struct v0.10.1
22632024-10-01T01:55:04.014Z Checking crc v3.2.1
22642024-10-01T01:55:04.439Z Checking argon2 v0.5.3
22652024-10-01T01:55:04.459Z Checking bitvec v1.0.1
22662024-10-01T01:55:05.091Z Compiling packed_struct_codegen v0.10.1
22672024-10-01T01:55:05.852Z Checking half v2.4.1
22682024-10-01T01:55:06.176Z Compiling indexmap v1.9.3
22692024-10-01T01:55:06.322Z Checking ciborium-io v0.2.2
22702024-10-01T01:55:06.449Z Checking nodrop v0.1.14
22712024-10-01T01:55:06.489Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22722024-10-01T01:55:06.573Z Checking array-init v0.0.4
22732024-10-01T01:55:06.856Z Checking ciborium-ll v0.2.2
22742024-10-01T01:55:07.292Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22752024-10-01T01:55:07.578Z Checking smallvec v0.6.14
22762024-10-01T01:55:07.756Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22772024-10-01T01:55:07.966Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22782024-10-01T01:55:08.391Z Checking libsw v3.3.1
22792024-10-01T01:55:08.448Z Compiling derive-where v1.2.7
22802024-10-01T01:55:08.664Z Compiling memoffset v0.9.1
22812024-10-01T01:55:08.995Z Checking linear-map v1.2.0
22822024-10-01T01:55:09.150Z Checking swrite v0.1.0
22832024-10-01T01:55:09.275Z Checking highway v1.2.0
22842024-10-01T01:55:09.314Z Checking termcolor v1.4.1
22852024-10-01T01:55:09.359Z Checking bitfield v0.14.0
22862024-10-01T01:55:09.641Z Checking indent_write v2.2.0
22872024-10-01T01:55:09.676Z Checking hashbrown v0.12.3
22882024-10-01T01:55:09.692Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22892024-10-01T01:55:09.728Z Checking env_logger v0.10.2
22902024-10-01T01:55:09.837Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22912024-10-01T01:55:10.126Z Checking ron v0.8.1
22922024-10-01T01:55:10.969Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22932024-10-01T01:55:11.022Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22942024-10-01T01:55:11.140Z Checking serde-hex v0.1.0
22952024-10-01T01:55:11.363Z Checking steno v0.4.1
22962024-10-01T01:55:11.382Z Checking bzip2 v0.4.4
22972024-10-01T01:55:11.674Z Checking ciborium v0.2.2
22982024-10-01T01:55:12.211Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22992024-10-01T01:55:12.623Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23002024-10-01T01:55:12.837Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23012024-10-01T01:55:12.867Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23022024-10-01T01:55:12.923Z Checking hashbrown v0.13.2
23032024-10-01T01:55:13.721Z Checking humantime v2.1.0
23042024-10-01T01:55:13.989Z Checking crc-any v2.5.0
23052024-10-01T01:55:14.199Z Checking object v0.30.4
23062024-10-01T01:55:14.202Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23072024-10-01T01:55:14.330Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23082024-10-01T01:55:14.366Z Checking zip v0.6.6
23092024-10-01T01:55:15.042Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23102024-10-01T01:55:15.059Z Checking path-slash v0.1.5
23112024-10-01T01:55:15.160Z Checking tungstenite v0.23.0
23122024-10-01T01:55:15.193Z Checking nix v0.27.1
23132024-10-01T01:55:15.235Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23142024-10-01T01:55:15.432Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23152024-10-01T01:55:16.024Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23162024-10-01T01:55:16.078Z Checking kstat-rs v0.2.4
23172024-10-01T01:55:16.282Z Checking tokio-tungstenite v0.23.1
23182024-10-01T01:55:16.433Z Checking signal-hook-tokio v0.3.1
23192024-10-01T01:55:17.433Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23202024-10-01T01:55:17.866Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23212024-10-01T01:55:21.265Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23222024-10-01T01:55:22.930Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23232024-10-01T01:55:23.980Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23242024-10-01T01:55:27.091Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23252024-10-01T01:55:27.345Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23262024-10-01T01:55:28.923Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23272024-10-01T01:55:34.352Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23282024-10-01T01:55:34.971Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23292024-10-01T01:55:37.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.54s
23302024-10-01T01:55:37.775Z
23312024-10-01T01:55:37.776Zinfo: running `cargo check --bins` on gateway-api (46/163)
23322024-10-01T01:55:38.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-10-01T01:55:38.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-10-01T01:55:38.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-10-01T01:55:38.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23362024-10-01T01:55:38.422Z
23372024-10-01T01:55:38.422Zinfo: running `cargo check --bins` on oximeter (47/163)
23382024-10-01T01:55:38.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-10-01T01:55:38.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-10-01T01:55:38.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412024-10-01T01:55:39.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23422024-10-01T01:55:39.063Z
23432024-10-01T01:55:39.063Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/163)
23442024-10-01T01:55:39.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-10-01T01:55:39.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-10-01T01:55:39.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472024-10-01T01:55:39.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23482024-10-01T01:55:39.677Z
23492024-10-01T01:55:39.678Zinfo: running `cargo check --bins` on oximeter-schema (49/163)
23502024-10-01T01:55:40.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-10-01T01:55:40.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-10-01T01:55:40.320Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23532024-10-01T01:55:40.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
23542024-10-01T01:55:40.868Z
23552024-10-01T01:55:40.868Zinfo: running `cargo check --bins` on oximeter-types (50/163)
23562024-10-01T01:55:41.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-10-01T01:55:41.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-10-01T01:55:41.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-10-01T01:55:41.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23602024-10-01T01:55:41.513Z
23612024-10-01T01:55:41.513Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/163)
23622024-10-01T01:55:42.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-10-01T01:55:42.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-10-01T01:55:42.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652024-10-01T01:55:42.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23662024-10-01T01:55:42.154Z
23672024-10-01T01:55:42.155Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/163)
23682024-10-01T01:55:42.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-10-01T01:55:42.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-10-01T01:55:42.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-10-01T01:55:42.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23722024-10-01T01:55:42.765Z
23732024-10-01T01:55:42.765Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/163)
23742024-10-01T01:55:43.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-10-01T01:55:43.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-10-01T01:55:43.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-10-01T01:55:43.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23782024-10-01T01:55:43.402Z
23792024-10-01T01:55:43.402Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/163)
23802024-10-01T01:55:43.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-10-01T01:55:43.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-10-01T01:55:43.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-10-01T01:55:43.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23842024-10-01T01:55:44.037Z
23852024-10-01T01:55:44.037Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/163)
23862024-10-01T01:55:44.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-10-01T01:55:44.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-10-01T01:55:44.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-10-01T01:55:44.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23902024-10-01T01:55:44.682Z
23912024-10-01T01:55:44.682Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/163)
23922024-10-01T01:55:45.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-10-01T01:55:45.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-10-01T01:55:45.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-10-01T01:55:45.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23962024-10-01T01:55:45.319Z
23972024-10-01T01:55:45.319Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/163)
23982024-10-01T01:55:45.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-10-01T01:55:45.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-10-01T01:55:45.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-10-01T01:55:45.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24022024-10-01T01:55:45.966Z
24032024-10-01T01:55:45.966Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/163)
24042024-10-01T01:55:46.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-10-01T01:55:46.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-10-01T01:55:46.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-10-01T01:55:46.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24082024-10-01T01:55:46.612Z
24092024-10-01T01:55:46.612Zinfo: running `cargo check --bins` on oximeter-producer (59/163)
24102024-10-01T01:55:47.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-10-01T01:55:47.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-10-01T01:55:47.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-10-01T01:55:47.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24142024-10-01T01:55:47.284Z
24152024-10-01T01:55:47.284Zinfo: running `cargo check --bins` on internal-dns (60/163)
24162024-10-01T01:55:47.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-10-01T01:55:47.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-10-01T01:55:47.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-10-01T01:55:47.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24202024-10-01T01:55:47.928Z
24212024-10-01T01:55:47.928Zinfo: running `cargo check --bins` on nexus-client (61/163)
24222024-10-01T01:55:48.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-10-01T01:55:48.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-10-01T01:55:48.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-10-01T01:55:48.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24262024-10-01T01:55:48.590Z
24272024-10-01T01:55:48.590Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/163)
24282024-10-01T01:55:49.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-10-01T01:55:49.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-10-01T01:55:49.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-10-01T01:55:49.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24322024-10-01T01:55:49.240Z
24332024-10-01T01:55:49.240Zinfo: running `cargo check --bins` on omicron-passwords (63/163)
24342024-10-01T01:55:49.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-10-01T01:55:49.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-10-01T01:55:49.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-10-01T01:55:49.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24382024-10-01T01:55:49.851Z
24392024-10-01T01:55:49.851Zinfo: running `cargo check --bins` on nexus-types (64/163)
24402024-10-01T01:55:50.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-10-01T01:55:50.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-10-01T01:55:50.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-10-01T01:55:50.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24442024-10-01T01:55:50.516Z
24452024-10-01T01:55:50.516Zinfo: running `cargo check --bins` on gateway-client (65/163)
24462024-10-01T01:55:51.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-10-01T01:55:51.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-10-01T01:55:51.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-10-01T01:55:51.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24502024-10-01T01:55:51.126Z
24512024-10-01T01:55:51.126Zinfo: running `cargo check --bins` on oxql-types (66/163)
24522024-10-01T01:55:51.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-10-01T01:55:51.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-10-01T01:55:51.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-10-01T01:55:51.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24562024-10-01T01:55:51.765Z
24572024-10-01T01:55:51.765Zinfo: running `cargo check --bins` on update-engine (67/163)
24582024-10-01T01:55:52.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-10-01T01:55:52.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-10-01T01:55:52.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-10-01T01:55:52.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24622024-10-01T01:55:52.386Z
24632024-10-01T01:55:52.386Zinfo: running `cargo check --bins` on sp-sim (68/163)
24642024-10-01T01:55:52.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-10-01T01:55:52.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-10-01T01:55:53.030Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24672024-10-01T01:55:54.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
24682024-10-01T01:55:54.925Z
24692024-10-01T01:55:54.925Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/163)
24702024-10-01T01:55:55.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-10-01T01:55:55.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-10-01T01:55:55.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-10-01T01:55:55.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24742024-10-01T01:55:55.612Z
24752024-10-01T01:55:55.612Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/163)
24762024-10-01T01:55:56.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-10-01T01:55:56.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-10-01T01:55:56.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-10-01T01:55:56.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24802024-10-01T01:55:56.321Z
24812024-10-01T01:55:56.321Zinfo: running `cargo check --bins` on db-macros (71/163)
24822024-10-01T01:55:56.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-10-01T01:55:56.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-10-01T01:55:56.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-10-01T01:55:56.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24862024-10-01T01:55:56.928Z
24872024-10-01T01:55:56.928Zinfo: running `cargo check --bins` on nexus-macros-common (72/163)
24882024-10-01T01:55:57.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-10-01T01:55:57.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-10-01T01:55:57.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-10-01T01:55:57.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24922024-10-01T01:55:57.544Z
24932024-10-01T01:55:57.544Zinfo: running `cargo check --bins` on nexus-auth (73/163)
24942024-10-01T01:55:58.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-10-01T01:55:58.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-10-01T01:55:58.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-10-01T01:55:58.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24982024-10-01T01:55:58.225Z
24992024-10-01T01:55:58.225Zinfo: running `cargo check --bins` on authz-macros (74/163)
25002024-10-01T01:55:58.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-10-01T01:55:58.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-10-01T01:55:58.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-10-01T01:55:58.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25042024-10-01T01:55:58.836Z
25052024-10-01T01:55:58.836Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/163)
25062024-10-01T01:55:59.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-10-01T01:55:59.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-10-01T01:55:59.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-10-01T01:55:59.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25102024-10-01T01:55:59.501Z
25112024-10-01T01:55:59.501Zinfo: running `cargo check --bins` on nexus-db-model (76/163)
25122024-10-01T01:56:00.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-10-01T01:56:00.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-10-01T01:56:00.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-10-01T01:56:00.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25162024-10-01T01:56:00.165Z
25172024-10-01T01:56:00.165Zinfo: running `cargo check --bins` on nexus-defaults (77/163)
25182024-10-01T01:56:00.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-10-01T01:56:00.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-10-01T01:56:00.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-10-01T01:56:00.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25222024-10-01T01:56:00.803Z
25232024-10-01T01:56:00.803Zinfo: running `cargo check --bins` on sled-agent-client (78/163)
25242024-10-01T01:56:01.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-10-01T01:56:01.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-10-01T01:56:01.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-10-01T01:56:01.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25282024-10-01T01:56:01.451Z
25292024-10-01T01:56:01.451Zinfo: running `cargo check --bins` on nexus-inventory (79/163)
25302024-10-01T01:56:02.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-10-01T01:56:02.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-10-01T01:56:02.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-10-01T01:56:02.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25342024-10-01T01:56:02.124Z
25352024-10-01T01:56:02.124Zinfo: running `cargo check --bins` on typed-rng (80/163)
25362024-10-01T01:56:02.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-10-01T01:56:02.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-10-01T01:56:02.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-10-01T01:56:02.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25402024-10-01T01:56:02.743Z
25412024-10-01T01:56:02.743Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/163)
25422024-10-01T01:56:03.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-10-01T01:56:03.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-10-01T01:56:03.501Z Checking keccak v0.1.5
25452024-10-01T01:56:03.593Z Checking secrecy v0.8.0
25462024-10-01T01:56:03.604Z Compiling unicase v2.7.0
25472024-10-01T01:56:03.605Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25482024-10-01T01:56:03.605Z Compiling same-file v1.0.6
25492024-10-01T01:56:03.615Z Compiling tempfile v3.10.1
25502024-10-01T01:56:03.622Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25512024-10-01T01:56:03.632Z Compiling thiserror-impl-no-std v2.0.2
25522024-10-01T01:56:03.793Z Compiling walkdir v2.5.0
25532024-10-01T01:56:03.885Z Checking sha3 v0.10.8
25542024-10-01T01:56:03.906Z Checking universal-hash v0.5.1
25552024-10-01T01:56:03.943Z Compiling blake3 v1.5.1
25562024-10-01T01:56:04.055Z Compiling ring v0.16.20
25572024-10-01T01:56:04.073Z Checking opaque-debug v0.3.1
25582024-10-01T01:56:04.164Z Checking poly1305 v0.8.0
25592024-10-01T01:56:04.276Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25602024-10-01T01:56:04.425Z Checking chacha20 v0.9.1
25612024-10-01T01:56:04.443Z Checking aead v0.5.2
25622024-10-01T01:56:04.535Z Compiling memmap2 v0.9.4
25632024-10-01T01:56:04.593Z Compiling arrayref v0.3.7
25642024-10-01T01:56:04.640Z Compiling spin v0.5.2
25652024-10-01T01:56:04.664Z Compiling arrayvec v0.7.4
25662024-10-01T01:56:04.704Z Compiling constant_time_eq v0.3.0
25672024-10-01T01:56:04.763Z Compiling libefi-sys v0.1.0
25682024-10-01T01:56:04.851Z Compiling home v0.5.9
25692024-10-01T01:56:04.874Z Compiling salty v0.3.0
25702024-10-01T01:56:04.977Z Compiling untrusted v0.7.1
25712024-10-01T01:56:05.032Z Compiling toolchain_find v0.4.0
25722024-10-01T01:56:05.069Z Checking chacha20poly1305 v0.10.1
25732024-10-01T01:56:05.234Z Compiling camino-tempfile v1.1.1
25742024-10-01T01:56:05.289Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25752024-10-01T01:56:05.377Z Compiling bitfield-struct v0.6.1
25762024-10-01T01:56:05.539Z Compiling topological-sort v0.2.2
25772024-10-01T01:56:05.663Z Compiling mime_guess v2.0.4
25782024-10-01T01:56:05.755Z Compiling rustfmt-wrapper v0.2.1
25792024-10-01T01:56:06.210Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25802024-10-01T01:56:06.228Z Checking primeorder v0.13.6
25812024-10-01T01:56:06.341Z Checking env_filter v0.1.2
25822024-10-01T01:56:06.386Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25832024-10-01T01:56:06.499Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25842024-10-01T01:56:06.569Z Checking env_logger v0.11.5
25852024-10-01T01:56:06.676Z Checking p384 v0.13.0
25862024-10-01T01:56:06.731Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25872024-10-01T01:56:06.784Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25882024-10-01T01:56:06.827Z Checking thiserror-no-std v2.0.2
25892024-10-01T01:56:06.945Z Checking vsss-rs v3.3.4
25902024-10-01T01:56:06.961Z Checking gethostname v0.5.0
25912024-10-01T01:56:07.001Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
25922024-10-01T01:56:07.095Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25932024-10-01T01:56:07.113Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
25942024-10-01T01:56:07.316Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25952024-10-01T01:56:07.333Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962024-10-01T01:56:07.572Z Checking nanorand v0.7.0
25972024-10-01T01:56:07.655Z Checking atty v0.2.14
25982024-10-01T01:56:07.746Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25992024-10-01T01:56:07.781Z Checking glob v0.3.1
26002024-10-01T01:56:07.799Z Checking http-range v0.1.5
26012024-10-01T01:56:07.814Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26022024-10-01T01:56:07.915Z Checking flume v0.11.0
26032024-10-01T01:56:07.965Z Checking hyper-staticfile v0.10.1
26042024-10-01T01:56:08.089Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26052024-10-01T01:56:08.188Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26062024-10-01T01:56:08.371Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26072024-10-01T01:56:08.471Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082024-10-01T01:56:08.750Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26092024-10-01T01:56:08.895Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26102024-10-01T01:56:09.214Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26112024-10-01T01:56:09.649Z Compiling omicron-zone-package v0.11.1
26122024-10-01T01:56:09.933Z Checking display-error-chain v0.2.1
26132024-10-01T01:56:12.449Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26142024-10-01T01:56:13.242Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26152024-10-01T01:56:15.002Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26162024-10-01T01:56:15.005Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26172024-10-01T01:56:24.845Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26182024-10-01T01:56:36.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.05s
26192024-10-01T01:56:36.969Z
26202024-10-01T01:56:36.969Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/163)
26212024-10-01T01:56:37.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-10-01T01:56:37.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-10-01T01:56:37.717Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26242024-10-01T01:56:49.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s
26252024-10-01T01:56:50.018Z
26262024-10-01T01:56:50.018Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/163)
26272024-10-01T01:56:50.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-10-01T01:56:50.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-10-01T01:56:50.772Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26302024-10-01T01:57:02.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.69s
26312024-10-01T01:57:02.886Z
26322024-10-01T01:57:02.886Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/163)
26332024-10-01T01:57:03.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-10-01T01:57:03.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-10-01T01:57:03.638Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26362024-10-01T01:57:15.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s
26372024-10-01T01:57:15.814Z
26382024-10-01T01:57:15.814Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/163)
26392024-10-01T01:57:16.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-10-01T01:57:16.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-10-01T01:57:16.555Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26422024-10-01T01:57:28.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s
26432024-10-01T01:57:28.513Z
26442024-10-01T01:57:28.513Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/163)
26452024-10-01T01:57:29.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-10-01T01:57:29.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-10-01T01:57:29.261Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26482024-10-01T01:57:41.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.81s
26492024-10-01T01:57:41.498Z
26502024-10-01T01:57:41.498Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/163)
26512024-10-01T01:57:42.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-10-01T01:57:42.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-10-01T01:57:42.244Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26542024-10-01T01:57:55.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.60s
26552024-10-01T01:57:55.119Z
26562024-10-01T01:57:55.119Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/163)
26572024-10-01T01:57:55.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-10-01T01:57:55.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-10-01T01:57:55.119Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26602024-10-01T01:58:07.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.81s
26612024-10-01T01:58:07.284Z
26622024-10-01T01:58:07.284Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/163)
26632024-10-01T01:58:07.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-10-01T01:58:07.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-10-01T01:58:07.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-10-01T01:58:07.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26672024-10-01T01:58:07.960Z
26682024-10-01T01:58:07.960Zinfo: running `cargo check --bins` on sled-agent-types (90/163)
26692024-10-01T01:58:08.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-10-01T01:58:08.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-10-01T01:58:08.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-10-01T01:58:08.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26732024-10-01T01:58:08.624Z
26742024-10-01T01:58:08.624Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/163)
26752024-10-01T01:58:09.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-10-01T01:58:09.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-10-01T01:58:09.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-10-01T01:58:09.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26792024-10-01T01:58:09.274Z
26802024-10-01T01:58:09.274Zinfo: running `cargo check --bins` on dpd-client (92/163)
26812024-10-01T01:58:09.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-10-01T01:58:09.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-10-01T01:58:09.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-10-01T01:58:09.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26852024-10-01T01:58:09.896Z
26862024-10-01T01:58:09.896Zinfo: running `cargo check --bins` on installinator-common (93/163)
26872024-10-01T01:58:10.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-10-01T01:58:10.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-10-01T01:58:10.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-10-01T01:58:10.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26912024-10-01T01:58:10.557Z
26922024-10-01T01:58:10.557Zinfo: running `cargo check --bins` on key-manager (94/163)
26932024-10-01T01:58:11.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-10-01T01:58:11.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-10-01T01:58:11.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-10-01T01:58:11.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26972024-10-01T01:58:11.198Z
26982024-10-01T01:58:11.198Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/163)
26992024-10-01T01:58:11.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-10-01T01:58:11.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-10-01T01:58:11.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-10-01T01:58:11.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27032024-10-01T01:58:11.848Z
27042024-10-01T01:58:11.849Zinfo: running `cargo check --bins` on sled-agent-api (96/163)
27052024-10-01T01:58:12.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-10-01T01:58:12.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-10-01T01:58:12.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-10-01T01:58:12.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27092024-10-01T01:58:12.508Z
27102024-10-01T01:58:12.508Zinfo: running `cargo check --bins` on sled-hardware (97/163)
27112024-10-01T01:58:13.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-10-01T01:58:13.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-10-01T01:58:13.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-10-01T01:58:13.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27152024-10-01T01:58:13.153Z
27162024-10-01T01:58:13.153Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/163)
27172024-10-01T01:58:13.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-10-01T01:58:13.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-10-01T01:58:13.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-10-01T01:58:13.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27212024-10-01T01:58:13.801Z
27222024-10-01T01:58:13.801Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/163)
27232024-10-01T01:58:14.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-10-01T01:58:14.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-10-01T01:58:14.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-10-01T01:58:14.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27272024-10-01T01:58:14.449Z
27282024-10-01T01:58:14.449Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/163)
27292024-10-01T01:58:15.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-10-01T01:58:15.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-10-01T01:58:15.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-10-01T01:58:15.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27332024-10-01T01:58:15.121Z
27342024-10-01T01:58:15.121Zinfo: running `cargo check --bins` on nexus-test-interface (101/163)
27352024-10-01T01:58:15.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-10-01T01:58:15.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-10-01T01:58:15.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382024-10-01T01:58:15.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27392024-10-01T01:58:15.793Z
27402024-10-01T01:58:15.793Zinfo: running `cargo check --bins` on oximeter-collector (102/163)
27412024-10-01T01:58:16.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422024-10-01T01:58:16.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432024-10-01T01:58:16.483Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27442024-10-01T01:58:16.483Z Checking bcs v0.1.6
27452024-10-01T01:58:16.486Z Compiling async-recursion v1.1.1
27462024-10-01T01:58:16.486Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27472024-10-01T01:58:16.486Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27482024-10-01T01:58:17.536Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27492024-10-01T01:58:20.831Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27502024-10-01T01:58:22.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.70s
27512024-10-01T01:58:22.660Z
27522024-10-01T01:58:22.661Zinfo: running `cargo check --bins` on oximeter-api (103/163)
27532024-10-01T01:58:23.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542024-10-01T01:58:23.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552024-10-01T01:58:23.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562024-10-01T01:58:23.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27572024-10-01T01:58:23.302Z
27582024-10-01T01:58:23.302Zinfo: running `cargo check --bins` on oximeter-client (104/163)
27592024-10-01T01:58:23.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-10-01T01:58:23.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-10-01T01:58:23.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-10-01T01:58:23.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27632024-10-01T01:58:23.952Z
27642024-10-01T01:58:23.952Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/163)
27652024-10-01T01:58:24.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-10-01T01:58:24.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-10-01T01:58:24.604Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682024-10-01T01:58:25.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
27692024-10-01T01:58:25.332Z
27702024-10-01T01:58:25.332Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/163)
27712024-10-01T01:58:25.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-10-01T01:58:25.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-10-01T01:58:26.010Z Compiling cfg_aliases v0.1.1
27742024-10-01T01:58:26.010Z Compiling vte_generate_state_changes v0.1.1
27752024-10-01T01:58:26.013Z Checking fd-lock v4.0.2
27762024-10-01T01:58:26.013Z Checking bytecount v0.6.8
27772024-10-01T01:58:26.114Z Compiling tabled_derive v0.7.0
27782024-10-01T01:58:26.117Z Checking crossterm v0.27.0
27792024-10-01T01:58:26.117Z Compiling peg-macros v0.8.4
27802024-10-01T01:58:26.123Z Compiling sqlparser_derive v0.2.2
27812024-10-01T01:58:26.180Z Compiling nix v0.28.0
27822024-10-01T01:58:26.253Z Checking papergrid v0.11.0
27832024-10-01T01:58:26.273Z Checking nu-ansi-term v0.50.0
27842024-10-01T01:58:26.673Z Checking unicode_categories v0.1.1
27852024-10-01T01:58:26.729Z Checking vte v0.11.1
27862024-10-01T01:58:26.983Z Checking home v0.5.9
27872024-10-01T01:58:27.130Z Checking sqlformat v0.2.6
27882024-10-01T01:58:27.304Z Checking sqlparser v0.45.0
27892024-10-01T01:58:27.670Z Checking crossterm v0.28.1
27902024-10-01T01:58:28.115Z Checking strip-ansi-escapes v0.2.0
27912024-10-01T01:58:28.270Z Checking reedline v0.33.0
27922024-10-01T01:58:28.695Z Checking tabled v0.15.0
27932024-10-01T01:58:29.288Z Checking peg v0.8.4
27942024-10-01T01:58:29.384Z Checking rustyline v14.0.0
27952024-10-01T01:58:34.114Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962024-10-01T01:58:39.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
27972024-10-01T01:58:39.798Z
27982024-10-01T01:58:39.798Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/163)
27992024-10-01T01:58:40.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-10-01T01:58:40.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-10-01T01:58:40.462Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022024-10-01T01:58:46.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
28032024-10-01T01:58:46.297Z
28042024-10-01T01:58:46.297Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/163)
28052024-10-01T01:58:46.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-10-01T01:58:46.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-10-01T01:58:46.970Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082024-10-01T01:58:51.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
28092024-10-01T01:58:51.457Z
28102024-10-01T01:58:51.457Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/163)
28112024-10-01T01:58:52.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-10-01T01:58:52.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-10-01T01:58:52.116Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142024-10-01T01:58:57.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
28152024-10-01T01:58:57.252Z
28162024-10-01T01:58:57.252Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/163)
28172024-10-01T01:58:57.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-10-01T01:58:57.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-10-01T01:58:57.923Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202024-10-01T01:59:03.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28212024-10-01T01:59:03.504Z
28222024-10-01T01:59:03.504Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/163)
28232024-10-01T01:59:04.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-10-01T01:59:04.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-10-01T01:59:04.172Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262024-10-01T01:59:08.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
28272024-10-01T01:59:08.451Z
28282024-10-01T01:59:08.451Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/163)
28292024-10-01T01:59:09.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-10-01T01:59:09.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-10-01T01:59:09.116Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322024-10-01T01:59:13.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
28332024-10-01T01:59:13.865Z
28342024-10-01T01:59:13.865Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/163)
28352024-10-01T01:59:14.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-10-01T01:59:14.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-10-01T01:59:14.523Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-10-01T01:59:19.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s
28392024-10-01T01:59:19.920Z
28402024-10-01T01:59:19.920Zinfo: running `cargo check --bins` on oximeter-test-utils (114/163)
28412024-10-01T01:59:20.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-10-01T01:59:20.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-10-01T01:59:20.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-10-01T01:59:20.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28452024-10-01T01:59:20.584Z
28462024-10-01T01:59:20.584Zinfo: running `cargo check --bins` on cockroach-admin-client (115/163)
28472024-10-01T01:59:21.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-10-01T01:59:21.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-10-01T01:59:21.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-10-01T01:59:21.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28512024-10-01T01:59:21.196Z
28522024-10-01T01:59:21.196Zinfo: running `cargo check --bins` on installinator-client (116/163)
28532024-10-01T01:59:21.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-10-01T01:59:21.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-10-01T01:59:21.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-10-01T01:59:21.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28572024-10-01T01:59:21.839Z
28582024-10-01T01:59:21.839Zinfo: running `cargo check --bins` on oxide-client (117/163)
28592024-10-01T01:59:22.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-10-01T01:59:22.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-10-01T01:59:22.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-10-01T01:59:22.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28632024-10-01T01:59:22.452Z
28642024-10-01T01:59:22.452Zinfo: running `cargo check --bins` on wicketd-client (118/163)
28652024-10-01T01:59:23.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-10-01T01:59:23.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-10-01T01:59:23.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-10-01T01:59:23.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28692024-10-01T01:59:23.129Z
28702024-10-01T01:59:23.129Zinfo: running `cargo check --bins` on wicket-common (119/163)
28712024-10-01T01:59:23.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-10-01T01:59:23.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-10-01T01:59:23.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-10-01T01:59:23.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28752024-10-01T01:59:23.797Z
28762024-10-01T01:59:23.798Zinfo: running `cargo check --bins` on omicron-cockroach-admin (120/163)
28772024-10-01T01:59:24.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-10-01T01:59:24.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-10-01T01:59:24.460Z Checking csv-core v0.1.11
28802024-10-01T01:59:24.463Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812024-10-01T01:59:24.758Z Checking csv v1.3.0
28822024-10-01T01:59:25.269Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28832024-10-01T01:59:25.601Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28842024-10-01T01:59:26.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
28852024-10-01T01:59:26.942Z
28862024-10-01T01:59:26.942Zinfo: running `cargo check --bins` on cockroach-admin-api (121/163)
28872024-10-01T01:59:27.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882024-10-01T01:59:27.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892024-10-01T01:59:27.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902024-10-01T01:59:27.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28912024-10-01T01:59:27.584Z
28922024-10-01T01:59:27.584Zinfo: running `cargo check --bins` on cockroach-admin-types (122/163)
28932024-10-01T01:59:28.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942024-10-01T01:59:28.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952024-10-01T01:59:28.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962024-10-01T01:59:28.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28972024-10-01T01:59:28.220Z
28982024-10-01T01:59:28.220Zinfo: running `cargo check --bins` on cert-dev (123/163)
28992024-10-01T01:59:28.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002024-10-01T01:59:28.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012024-10-01T01:59:28.825Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29022024-10-01T01:59:29.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29032024-10-01T01:59:29.219Z
29042024-10-01T01:59:29.219Zinfo: running `cargo check --bins` on ch-dev (124/163)
29052024-10-01T01:59:29.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062024-10-01T01:59:29.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072024-10-01T01:59:29.883Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29082024-10-01T01:59:30.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
29092024-10-01T01:59:30.732Z
29102024-10-01T01:59:30.732Zinfo: running `cargo check --bins` on crdb-seed (125/163)
29112024-10-01T01:59:31.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122024-10-01T01:59:31.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132024-10-01T01:59:31.386Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29142024-10-01T01:59:31.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
29152024-10-01T01:59:31.872Z
29162024-10-01T01:59:31.872Zinfo: running `cargo check --bins` on db-dev (126/163)
29172024-10-01T01:59:32.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182024-10-01T01:59:32.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192024-10-01T01:59:32.542Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29202024-10-01T01:59:33.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
29212024-10-01T01:59:33.398Z
29222024-10-01T01:59:33.398Zinfo: running `cargo check --bins` on omicron-dev-lib (127/163)
29232024-10-01T01:59:33.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-10-01T01:59:33.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-10-01T01:59:33.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262024-10-01T01:59:33.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29272024-10-01T01:59:34.058Z
29282024-10-01T01:59:34.058Zinfo: running `cargo check --bins` on xtask-downloader (128/163)
29292024-10-01T01:59:34.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-10-01T01:59:34.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-10-01T01:59:34.674Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29322024-10-01T01:59:35.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
29332024-10-01T01:59:35.638Z
29342024-10-01T01:59:35.638Zinfo: running `cargo check --bins` on omicron-ls-apis (129/163)
29352024-10-01T01:59:36.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-10-01T01:59:36.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-10-01T01:59:36.261Z Checking cargo-platform v0.1.8
29382024-10-01T01:59:36.517Z Checking cargo_metadata v0.18.1
29392024-10-01T01:59:37.480Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29402024-10-01T01:59:38.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
29412024-10-01T01:59:38.353Z
29422024-10-01T01:59:38.353Zinfo: running `cargo check --bins` on mgs-dev (130/163)
29432024-10-01T01:59:38.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-10-01T01:59:38.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-10-01T01:59:39.080Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29462024-10-01T01:59:39.727Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29472024-10-01T01:59:40.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
29482024-10-01T01:59:40.401Z
29492024-10-01T01:59:40.401Zinfo: running `cargo check --bins` on omicron-omdb (131/163)
29502024-10-01T01:59:41.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512024-10-01T01:59:41.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522024-10-01T01:59:41.195Z Compiling glob v0.3.1
29532024-10-01T01:59:41.195Z Compiling crunchy v0.2.2
29542024-10-01T01:59:41.198Z Compiling tiny-keccak v2.0.2
29552024-10-01T01:59:41.198Z Compiling dsl_auto_type v0.1.2
29562024-10-01T01:59:41.198Z Checking scheduled-thread-pool v0.2.7
29572024-10-01T01:59:41.300Z Compiling diesel_table_macro_syntax v0.2.0
29582024-10-01T01:59:41.344Z Compiling ascii-canvas v3.0.0
29592024-10-01T01:59:41.346Z Compiling ena v0.14.3
29602024-10-01T01:59:41.508Z Checking r2d2 v0.8.10
29612024-10-01T01:59:41.643Z Compiling libloading v0.8.3
29622024-10-01T01:59:41.771Z Compiling bindgen v0.69.4
29632024-10-01T01:59:41.788Z Compiling diff v0.1.13
29642024-10-01T01:59:41.808Z Compiling regex-syntax v0.6.29
29652024-10-01T01:59:41.906Z Compiling which v4.4.2
29662024-10-01T01:59:42.051Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29672024-10-01T01:59:42.230Z Compiling clang-sys v1.7.0
29682024-10-01T01:59:42.282Z Compiling cexpr v0.6.0
29692024-10-01T01:59:42.506Z Compiling shlex v1.3.0
29702024-10-01T01:59:42.524Z Compiling lazycell v1.3.0
29712024-10-01T01:59:42.558Z Compiling ref-cast v1.0.23
29722024-10-01T01:59:42.677Z Compiling rustc-hash v1.1.0
29732024-10-01T01:59:42.695Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29742024-10-01T01:59:42.838Z Compiling derive_builder_core v0.20.0
29752024-10-01T01:59:42.899Z Compiling diesel_derives v2.2.2
29762024-10-01T01:59:42.920Z Compiling libxml v0.3.3
29772024-10-01T01:59:42.978Z Compiling ref-cast-impl v1.0.23
29782024-10-01T01:59:43.155Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29792024-10-01T01:59:43.356Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29802024-10-01T01:59:43.665Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29812024-10-01T01:59:43.968Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29822024-10-01T01:59:44.089Z Compiling strum_macros v0.24.3
29832024-10-01T01:59:44.322Z Compiling dropshot v0.10.1
29842024-10-01T01:59:44.374Z Compiling indoc v1.0.9
29852024-10-01T01:59:45.283Z Compiling lalrpop v0.19.12
29862024-10-01T01:59:45.397Z Compiling derive_builder_macro v0.20.0
29872024-10-01T01:59:46.297Z Checking derive_builder v0.20.0
29882024-10-01T01:59:46.440Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29892024-10-01T01:59:46.741Z Compiling dropshot_endpoint v0.10.1
29902024-10-01T01:59:46.868Z Compiling oso-derive v0.27.3
29912024-10-01T01:59:47.621Z Compiling impl-trait-for-tuples v0.2.2
29922024-10-01T01:59:47.691Z Checking quick-xml v0.33.0
29932024-10-01T01:59:47.983Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29942024-10-01T01:59:48.317Z Checking maplit v1.0.2
29952024-10-01T01:59:48.568Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29962024-10-01T01:59:49.847Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29972024-10-01T01:59:50.161Z Checking bb8 v0.8.5
29982024-10-01T01:59:50.312Z Compiling const_format_proc_macros v0.2.33
29992024-10-01T01:59:50.694Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30002024-10-01T01:59:51.014Z Checking castaway v0.2.3
30012024-10-01T01:59:51.192Z Checking compact_str v0.8.0
30022024-10-01T01:59:52.138Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30032024-10-01T01:59:52.448Z Checking unicode-truncate v1.0.0
30042024-10-01T01:59:52.500Z Checking const_format v0.2.33
30052024-10-01T01:59:52.665Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
30062024-10-01T01:59:52.684Z Checking lru v0.12.3
30072024-10-01T01:59:52.973Z Compiling instability v0.3.2
30082024-10-01T01:59:53.007Z Checking cassowary v0.3.0
30092024-10-01T01:59:53.431Z Checking is_ci v1.2.0
30102024-10-01T01:59:53.597Z Checking unicode-linebreak v0.1.5
30112024-10-01T01:59:54.035Z Checking smawk v0.3.2
30122024-10-01T01:59:54.125Z Checking ratatui v0.28.0
30132024-10-01T01:59:54.248Z Checking textwrap v0.16.1
30142024-10-01T01:59:54.709Z Checking supports-color v3.0.1
30152024-10-01T01:59:54.866Z Checking multimap v0.10.0
30162024-10-01T01:59:55.737Z Checking diesel v2.2.4
30172024-10-01T02:00:15.073Z Compiling samael v0.0.17
30182024-10-01T02:00:30.245Z Compiling polar-core v0.27.3
30192024-10-01T02:00:31.030Z Checking async-bb8-diesel v0.2.1
30202024-10-01T02:00:37.246Z Checking oso v0.27.3
30212024-10-01T02:01:38.644Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30222024-10-01T02:01:44.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
30232024-10-01T02:01:44.417Z
30242024-10-01T02:01:44.417Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (132/163)
30252024-10-01T02:01:45.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-10-01T02:01:45.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-10-01T02:01:45.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-10-01T02:01:45.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30292024-10-01T02:01:45.126Z
30302024-10-01T02:01:45.126Zinfo: running `cargo check --bins` on nexus-saga-recovery (133/163)
30312024-10-01T02:01:45.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-10-01T02:01:45.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-10-01T02:01:45.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-10-01T02:01:45.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30352024-10-01T02:01:45.829Z
30362024-10-01T02:01:45.829Zinfo: running `cargo check --bins` on nexus-test-utils-macros (134/163)
30372024-10-01T02:01:46.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-10-01T02:01:46.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-10-01T02:01:46.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-10-01T02:01:46.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30412024-10-01T02:01:46.442Z
30422024-10-01T02:01:46.442Zinfo: running `cargo check --bins` on omicron-nexus (135/163)
30432024-10-01T02:01:47.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-10-01T02:01:47.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-10-01T02:01:47.265Z Compiling libz-sys v1.1.16
30462024-10-01T02:01:47.371Z Compiling libgit2-sys v0.17.0+1.8.1
30472024-10-01T02:01:47.381Z Compiling vergen v8.3.2
30482024-10-01T02:01:47.384Z Compiling cargo-platform v0.1.8
30492024-10-01T02:01:47.384Z Compiling pin-project-internal v1.1.5
30502024-10-01T02:01:47.414Z Compiling snafu-derive v0.8.2
30512024-10-01T02:01:47.417Z Compiling libsqlite3-sys v0.30.1
30522024-10-01T02:01:47.417Z Checking sync_wrapper v0.1.2
30532024-10-01T02:01:47.561Z Compiling buf-list v1.0.3
30542024-10-01T02:01:47.661Z Compiling rustls v0.21.12
30552024-10-01T02:01:47.916Z Compiling cargo_metadata v0.18.1
30562024-10-01T02:01:47.957Z Compiling cfg_aliases v0.2.1
30572024-10-01T02:01:48.044Z Checking reqwest v0.11.27
30582024-10-01T02:01:48.063Z Compiling nix v0.29.0
30592024-10-01T02:01:48.250Z Checking globset v0.4.14
30602024-10-01T02:01:48.298Z Checking sct v0.7.1
30612024-10-01T02:01:48.523Z Checking rustls-webpki v0.101.7
30622024-10-01T02:01:48.751Z Checking olpc-cjson v0.1.3
30632024-10-01T02:01:48.965Z Checking rand_seeder v0.3.0
30642024-10-01T02:01:49.018Z Checking serde_plain v1.0.2
30652024-10-01T02:01:49.035Z Checking typed-path v0.7.1
30662024-10-01T02:01:49.205Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30672024-10-01T02:01:49.593Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30682024-10-01T02:01:49.799Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30692024-10-01T02:01:49.884Z Checking hashlink v0.9.1
30702024-10-01T02:01:50.098Z Checking parse-size v1.0.0
30712024-10-01T02:01:50.280Z Checking fallible-streaming-iterator v0.1.9
30722024-10-01T02:01:50.459Z Checking pin-project v1.1.5
30732024-10-01T02:01:50.477Z Checking fallible-iterator v0.3.0
30742024-10-01T02:01:50.560Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30752024-10-01T02:01:50.852Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30762024-10-01T02:01:51.058Z Checking rustls-pemfile v1.0.4
30772024-10-01T02:01:51.106Z Checking rusqlite v0.32.1
30782024-10-01T02:01:51.263Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30792024-10-01T02:01:51.429Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30802024-10-01T02:01:51.500Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30812024-10-01T02:01:51.549Z Checking twox-hash v1.6.3
30822024-10-01T02:01:51.632Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30832024-10-01T02:01:51.960Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30842024-10-01T02:01:52.397Z Checking tokio-rustls v0.24.1
30852024-10-01T02:01:52.619Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30862024-10-01T02:01:52.716Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30872024-10-01T02:01:52.769Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30882024-10-01T02:01:52.883Z Checking snafu v0.8.2
30892024-10-01T02:01:53.123Z Checking fatfs v0.3.6
30902024-10-01T02:01:53.348Z Checking tough v0.17.1
30912024-10-01T02:01:53.367Z Checking assert_matches v1.5.0
30922024-10-01T02:01:57.374Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30932024-10-01T02:01:58.705Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30942024-10-01T02:01:59.749Z Compiling git2 v0.19.0
30952024-10-01T02:02:04.468Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30962024-10-01T02:02:56.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
30972024-10-01T02:02:56.314Z
30982024-10-01T02:02:56.314Zinfo: running `cargo check --bins` on nexus-external-api (136/163)
30992024-10-01T02:02:56.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-10-01T02:02:56.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-10-01T02:02:56.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022024-10-01T02:02:56.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31032024-10-01T02:02:57.009Z
31042024-10-01T02:02:57.009Zinfo: running `cargo check --bins` on openapi-manager-types (137/163)
31052024-10-01T02:02:57.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-10-01T02:02:57.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-10-01T02:02:57.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082024-10-01T02:02:57.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31092024-10-01T02:02:57.635Z
31102024-10-01T02:02:57.635Zinfo: running `cargo check --bins` on nexus-internal-api (138/163)
31112024-10-01T02:02:58.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122024-10-01T02:02:58.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132024-10-01T02:02:58.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142024-10-01T02:02:58.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31152024-10-01T02:02:58.313Z
31162024-10-01T02:02:58.313Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (139/163)
31172024-10-01T02:02:58.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182024-10-01T02:02:58.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192024-10-01T02:02:58.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202024-10-01T02:02:58.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31212024-10-01T02:02:59.015Z
31222024-10-01T02:02:59.015Zinfo: running `cargo check --bins` on nexus-networking (140/163)
31232024-10-01T02:02:59.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-10-01T02:02:59.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-10-01T02:02:59.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262024-10-01T02:02:59.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31272024-10-01T02:02:59.716Z
31282024-10-01T02:02:59.716Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (141/163)
31292024-10-01T02:03:00.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-10-01T02:03:00.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-10-01T02:03:00.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322024-10-01T02:03:00.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31332024-10-01T02:03:00.422Z
31342024-10-01T02:03:00.422Zinfo: running `cargo check --bins` on update-common (142/163)
31352024-10-01T02:03:01.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362024-10-01T02:03:01.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372024-10-01T02:03:01.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382024-10-01T02:03:01.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31392024-10-01T02:03:01.087Z
31402024-10-01T02:03:01.087Zinfo: running `cargo check --bins` on tufaceous-lib (143/163)
31412024-10-01T02:03:01.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422024-10-01T02:03:01.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432024-10-01T02:03:01.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442024-10-01T02:03:01.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31452024-10-01T02:03:01.752Z
31462024-10-01T02:03:01.752Zinfo: running `cargo check --bins` on tufaceous (144/163)
31472024-10-01T02:03:02.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482024-10-01T02:03:02.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492024-10-01T02:03:02.434Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31502024-10-01T02:03:03.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
31512024-10-01T02:03:03.501Z
31522024-10-01T02:03:03.501Zinfo: running `cargo check --bins` on omicron-dev (145/163)
31532024-10-01T02:03:04.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-10-01T02:03:04.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-10-01T02:03:04.357Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31562024-10-01T02:03:04.357Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31572024-10-01T02:03:04.360Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31582024-10-01T02:03:05.729Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31592024-10-01T02:03:08.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
31602024-10-01T02:03:08.385Z
31612024-10-01T02:03:08.385Zinfo: running `cargo check --bins` on openapi-manager (146/163)
31622024-10-01T02:03:08.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-10-01T02:03:08.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-10-01T02:03:09.092Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652024-10-01T02:03:09.092Z Checking heck v0.4.1
31662024-10-01T02:03:09.095Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31672024-10-01T02:03:09.315Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31682024-10-01T02:03:10.693Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31692024-10-01T02:03:11.489Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31702024-10-01T02:03:12.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
31712024-10-01T02:03:12.661Z
31722024-10-01T02:03:12.661Zinfo: running `cargo check --bins` on installinator-api (147/163)
31732024-10-01T02:03:13.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-10-01T02:03:13.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-10-01T02:03:13.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762024-10-01T02:03:13.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31772024-10-01T02:03:13.324Z
31782024-10-01T02:03:13.324Zinfo: running `cargo check --bins` on wicketd-api (148/163)
31792024-10-01T02:03:13.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-10-01T02:03:13.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-10-01T02:03:13.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822024-10-01T02:03:13.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31832024-10-01T02:03:14.005Z
31842024-10-01T02:03:14.005Zinfo: running `cargo check --bins` on reconfigurator-cli (149/163)
31852024-10-01T02:03:14.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862024-10-01T02:03:14.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872024-10-01T02:03:14.741Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31882024-10-01T02:03:15.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
31892024-10-01T02:03:16.150Z
31902024-10-01T02:03:16.150Zinfo: running `cargo check --bins` on omicron-releng (150/163)
31912024-10-01T02:03:16.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922024-10-01T02:03:16.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932024-10-01T02:03:16.841Z Checking memmap2 v0.9.4
31942024-10-01T02:03:16.841Z Checking arrayvec v0.7.4
31952024-10-01T02:03:16.841Z Checking spin v0.5.2
31962024-10-01T02:03:16.844Z Checking arrayref v0.3.7
31972024-10-01T02:03:16.844Z Checking untrusted v0.7.1
31982024-10-01T02:03:16.844Z Checking constant_time_eq v0.3.0
31992024-10-01T02:03:16.844Z Checking topological-sort v0.2.2
32002024-10-01T02:03:16.947Z Checking shell-words v1.1.0
32012024-10-01T02:03:17.138Z Checking ring v0.16.20
32022024-10-01T02:03:17.238Z Checking blake3 v1.5.1
32032024-10-01T02:03:18.240Z Checking omicron-zone-package v0.11.1
32042024-10-01T02:03:19.328Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32052024-10-01T02:03:20.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
32062024-10-01T02:03:20.357Z
32072024-10-01T02:03:20.357Zinfo: running `cargo check --bins` on xtask (151/163)
32082024-10-01T02:03:20.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092024-10-01T02:03:20.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102024-10-01T02:03:20.828Z Checking bitflags v2.6.0
32112024-10-01T02:03:20.831Z Checking serde v1.0.210
32122024-10-01T02:03:20.831Z Checking thiserror v1.0.64
32132024-10-01T02:03:20.912Z Checking scroll v0.12.0
32142024-10-01T02:03:20.915Z Checking hashbrown v0.14.5
32152024-10-01T02:03:20.915Z Checking log v0.4.22
32162024-10-01T02:03:20.939Z Checking zerocopy v0.7.34
32172024-10-01T02:03:20.954Z Checking syn v2.0.79
32182024-10-01T02:03:21.009Z Checking pest v2.7.10
32192024-10-01T02:03:21.139Z Checking rustix v0.38.34
32202024-10-01T02:03:21.173Z Checking fs-err v2.11.0
32212024-10-01T02:03:21.353Z Checking goblin v0.8.2
32222024-10-01T02:03:21.466Z Checking anyhow v1.0.89
32232024-10-01T02:03:21.821Z Checking tabled v0.15.0
32242024-10-01T02:03:22.101Z Checking indexmap v2.5.0
32252024-10-01T02:03:23.080Z Checking terminal_size v0.3.0
32262024-10-01T02:03:23.083Z Checking tempfile v3.10.1
32272024-10-01T02:03:23.198Z Checking dtrace-parser v0.2.0
32282024-10-01T02:03:23.249Z Checking clap_builder v4.5.18
32292024-10-01T02:03:25.276Z Checking clap v4.5.18
32302024-10-01T02:03:25.441Z Checking serde_json v1.0.128
32312024-10-01T02:03:25.441Z Checking serde_spanned v0.6.7
32322024-10-01T02:03:25.444Z Checking toml_datetime v0.6.8
32332024-10-01T02:03:25.444Z Checking camino v1.1.9
32342024-10-01T02:03:25.444Z Checking cargo-platform v0.1.8
32352024-10-01T02:03:25.444Z Checking semver v1.0.23
32362024-10-01T02:03:25.444Z Checking macaddr v1.0.1
32372024-10-01T02:03:25.679Z Checking toml_edit v0.22.22
32382024-10-01T02:03:25.922Z Checking camino-tempfile v1.1.1
32392024-10-01T02:03:26.510Z Checking dof v0.3.0
32402024-10-01T02:03:26.510Z Checking cargo_metadata v0.18.1
32412024-10-01T02:03:26.909Z Checking usdt-impl v0.5.0
32422024-10-01T02:03:27.267Z Checking usdt v0.5.0
32432024-10-01T02:03:27.364Z Checking toml v0.8.19
32442024-10-01T02:03:27.830Z Checking cargo_toml v0.20.5
32452024-10-01T02:03:29.061Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32462024-10-01T02:03:29.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s
32472024-10-01T02:03:29.758Z
32482024-10-01T02:03:29.758Zinfo: running `cargo check --bins` on end-to-end-tests (152/163)
32492024-10-01T02:03:30.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-10-01T02:03:30.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-10-01T02:03:30.559Z Checking polyval v0.6.2
32522024-10-01T02:03:30.662Z Checking ctr v0.9.2
32532024-10-01T02:03:30.672Z Checking ssh-encoding v0.2.0
32542024-10-01T02:03:30.675Z Checking blowfish v0.9.1
32552024-10-01T02:03:30.692Z Checking password-hash v0.4.2
32562024-10-01T02:03:30.694Z Checking matches v0.1.10
32572024-10-01T02:03:30.722Z Checking p521 v0.13.3
32582024-10-01T02:03:30.722Z Checking p256 v0.13.2
32592024-10-01T02:03:30.796Z Checking idna v0.2.3
32602024-10-01T02:03:30.889Z Checking ghash v0.5.1
32612024-10-01T02:03:30.906Z Checking bcrypt-pbkdf v0.10.0
32622024-10-01T02:03:30.909Z Compiling enum-as-inner v0.5.1
32632024-10-01T02:03:30.962Z Checking russh-cryptovec v0.7.2
32642024-10-01T02:03:31.042Z Checking aes-gcm v0.10.3
32652024-10-01T02:03:31.085Z Checking pbkdf2 v0.11.0
32662024-10-01T02:03:31.142Z Checking md5 v0.7.0
32672024-10-01T02:03:31.179Z Checking num-bigint v0.4.5
32682024-10-01T02:03:31.196Z Checking des v0.8.1
32692024-10-01T02:03:31.269Z Checking ssh-cipher v0.2.0
32702024-10-01T02:03:31.350Z Checking hex-literal v0.4.1
32712024-10-01T02:03:31.413Z Compiling dhcproto-macros v0.1.0
32722024-10-01T02:03:31.469Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32732024-10-01T02:03:31.486Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32742024-10-01T02:03:31.545Z Checking ssh-key v0.6.6
32752024-10-01T02:03:31.676Z Checking internet-checksum v0.2.1
32762024-10-01T02:03:31.945Z Checking trust-dns-proto v0.22.0
32772024-10-01T02:03:32.819Z Checking russh-keys v0.45.0
32782024-10-01T02:03:33.755Z Checking russh v0.45.0
32792024-10-01T02:03:34.469Z Checking dhcproto v0.12.0
32802024-10-01T02:03:50.340Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32812024-10-01T02:03:51.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.85s
32822024-10-01T02:03:51.801Z
32832024-10-01T02:03:51.801Zinfo: running `cargo check --bins` on gateway-cli (153/163)
32842024-10-01T02:03:52.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852024-10-01T02:03:52.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862024-10-01T02:03:52.449Z Checking termios v0.3.3
32872024-10-01T02:03:52.656Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32882024-10-01T02:03:53.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
32892024-10-01T02:03:53.566Z
32902024-10-01T02:03:53.566Zinfo: running `cargo check --bins --no-default-features` on installinator (154/163)
32912024-10-01T02:03:54.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-10-01T02:03:54.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-10-01T02:03:54.257Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32942024-10-01T02:03:56.231Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32952024-10-01T02:03:57.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
32962024-10-01T02:03:58.163Z
32972024-10-01T02:03:58.163Zinfo: running `cargo check --bins` on internal-dns-cli (155/163)
32982024-10-01T02:03:58.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992024-10-01T02:03:58.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002024-10-01T02:03:58.812Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33012024-10-01T02:03:59.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
33022024-10-01T02:03:59.397Z
33032024-10-01T02:03:59.397Zinfo: running `cargo check --bins` on omicron-live-tests (156/163)
33042024-10-01T02:03:59.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052024-10-01T02:03:59.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062024-10-01T02:03:59.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072024-10-01T02:03:59.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33082024-10-01T02:04:00.010Z
33092024-10-01T02:04:00.010Zinfo: running `cargo check --bins` on live-tests-macros (157/163)
33102024-10-01T02:04:00.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112024-10-01T02:04:00.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122024-10-01T02:04:00.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132024-10-01T02:04:00.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33142024-10-01T02:04:00.628Z
33152024-10-01T02:04:00.628Zinfo: running `cargo check --bins` on omicron-package (158/163)
33162024-10-01T02:04:01.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172024-10-01T02:04:01.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182024-10-01T02:04:01.303Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33192024-10-01T02:04:02.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
33202024-10-01T02:04:02.678Z
33212024-10-01T02:04:02.678Zinfo: running `cargo check --bins` on wicket-dbg (159/163)
33222024-10-01T02:04:03.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232024-10-01T02:04:03.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242024-10-01T02:04:03.399Z Checking rtoolbox v0.0.2
33252024-10-01T02:04:03.399Z Checking tui-tree-widget v0.22.0
33262024-10-01T02:04:03.401Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33272024-10-01T02:04:03.609Z Checking rpassword v7.3.1
33282024-10-01T02:04:07.565Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33292024-10-01T02:04:10.542Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33302024-10-01T02:04:11.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
33312024-10-01T02:04:11.860Z
33322024-10-01T02:04:11.860Zinfo: running `cargo check --bins` on wicket (160/163)
33332024-10-01T02:04:12.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-10-01T02:04:12.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-10-01T02:04:12.567Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33362024-10-01T02:04:12.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
33372024-10-01T02:04:13.125Z
33382024-10-01T02:04:13.125Zinfo: running `cargo check --bins` on wicketd (161/163)
33392024-10-01T02:04:13.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-10-01T02:04:13.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-10-01T02:04:13.848Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33422024-10-01T02:04:17.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
33432024-10-01T02:04:17.891Z
33442024-10-01T02:04:17.891Zinfo: running `cargo check --bins` on omicron-workspace-hack (162/163)
33452024-10-01T02:04:18.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-10-01T02:04:18.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-10-01T02:04:18.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-10-01T02:04:18.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33492024-10-01T02:04:18.499Z
33502024-10-01T02:04:18.499Zinfo: running `cargo check --bins` on zone-setup (163/163)
33512024-10-01T02:04:19.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-10-01T02:04:19.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-10-01T02:04:19.235Z Checking uzers v0.11.3
33542024-10-01T02:04:19.534Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33552024-10-01T02:04:20.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
33562024-10-01T02:04:20.745Z
33572024-10-01T02:04:20.745Zreal 11:25.989544765
33582024-10-01T02:04:20.749Zuser 23:57.663667083
33592024-10-01T02:04:20.749Zsys 5:10.869790661
33602024-10-01T02:04:20.749Ztrap 0.508889102
33612024-10-01T02:04:20.749Ztflt 3.146741787
33622024-10-01T02:04:20.749Zdflt 2.280176717
33632024-10-01T02:04:20.749Zkflt 0.002173424
33642024-10-01T02:04:20.749Zlock 42:59.230831506
33652024-10-01T02:04:20.749Zslp 1:58:10.530243763
33662024-10-01T02:04:20.749Zlat 1:00.635812091
33672024-10-01T02:04:20.749Zstop 3:01.927581296
33682024-10-01T02:04:20.749Zprocess exited: duration 934245 ms, exit code 0
 
33692024-10-01T02:04:20.755Zfound 0 output files