01JABBYKYVSVDGPR1A7V96CK0A: 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: 01JABBZ1XTZTZZKPK4PJZ5XFZ4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-16T19:14:00.622Zjob assigned to worker 01JABBZACQCSMHW2A2PRAARNSB (queued for 53 s)
 
22024-10-16T19:14:08.977Zstarting task 0: "setup"
32024-10-16T19:14:08.985Z++ uname -s
42024-10-16T19:14:08.988Z+ kern=SunOS
52024-10-16T19:14:08.988Z+ case "$kern" in
62024-10-16T19:14:08.988Z+ groupadd -g 12345 build
72024-10-16T19:14:08.992Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-16T19:14:11.002Z+ zfs create -o mountpoint=/work rpool/work
92024-10-16T19:14:11.107Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-16T19:14:11.110Z+ home_fs=zfs
112024-10-16T19:14:11.110Z+ [[ zfs == autofs ]]
122024-10-16T19:14:11.110Z+ mkdir -p /home/build
132024-10-16T19:14:11.113Z+ chown build:build /home/build /work
142024-10-16T19:14:13.115Z+ chmod 0700 /home/build /work
152024-10-16T19:14:13.119Zprocess exited: duration 4141 ms, exit code 0
 
162024-10-16T19:14:13.128Zstarting task 1: "rust-toolchain"
172024-10-16T19:14:13.169Z+ printf ' * toolchain channel = "%s"
182024-10-16T19:14:13.170Z' 1.80.1
192024-10-16T19:14:13.170Z * toolchain channel = "1.80.1"
202024-10-16T19:14:13.170Z * toolchain profile = "default"
212024-10-16T19:14:13.170Z+ printf ' * toolchain profile = "%s"
222024-10-16T19:14:13.170Z' default
232024-10-16T19:14:13.170Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-16T19:14:13.170Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-16T19:14:13.244Zinfo: downloading installer
262024-10-16T19:14:14.585Zinfo: profile set to 'default'
272024-10-16T19:14:14.585Zinfo: default host triple is x86_64-unknown-illumos
282024-10-16T19:14:14.587Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-16T19:14:14.737Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-16T19:14:14.737Zinfo: downloading component 'cargo'
312024-10-16T19:14:15.631Zinfo: downloading component 'clippy'
322024-10-16T19:14:15.915Zinfo: downloading component 'rust-docs'
332024-10-16T19:14:17.110Zinfo: downloading component 'rust-std'
342024-10-16T19:14:18.785Zinfo: downloading component 'rustc'
352024-10-16T19:14:23.470Zinfo: downloading component 'rustfmt'
362024-10-16T19:14:23.731Zinfo: installing component 'cargo'
372024-10-16T19:14:24.836Zinfo: installing component 'clippy'
382024-10-16T19:14:24.983Zinfo: installing component 'rust-docs'
392024-10-16T19:14:26.616Zinfo: installing component 'rust-std'
402024-10-16T19:14:28.328Zinfo: installing component 'rustc'
412024-10-16T19:14:32.763Zinfo: installing component 'rustfmt'
422024-10-16T19:14:33.116Z
432024-10-16T19:14:33.118Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-16T19:14:33.381Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-16T19:14:33.381Z
462024-10-16T19:14:33.384Z
472024-10-16T19:14:33.384ZRust is installed now. Great!
482024-10-16T19:14:33.384Z
492024-10-16T19:14:33.384ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-16T19:14:33.384Zenvironment variable. This has not been done automatically.
512024-10-16T19:14:33.384Z
522024-10-16T19:14:33.384ZTo configure your current shell, you need to source
532024-10-16T19:14:33.384Zthe corresponding env file under $HOME/.cargo.
542024-10-16T19:14:33.384Z
552024-10-16T19:14:33.384ZThis is usually done by running one of the following (note the leading DOT):
562024-10-16T19:14:33.384Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-16T19:14:33.385Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-16T19:14:33.432Z+ rustc --version
592024-10-16T19:14:33.501Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-16T19:14:33.504Zprocess exited: duration 20376 ms, exit code 0
 
612024-10-16T19:14:33.509Zstarting task 2: "authentication"
622024-10-16T19:14:33.530Zprocess exited: duration 20 ms, exit code 0
 
632024-10-16T19:14:33.535Zstarting task 3: "clone repository"
642024-10-16T19:14:33.541Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-16T19:14:33.543Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-16T19:14:33.838ZCloning into '/work/oxidecomputer/omicron'...
672024-10-16T19:14:40.262Z+ cd /work/oxidecomputer/omicron
682024-10-16T19:14:40.262Z+ git fetch origin ee7ff3f015a07846eacc0ea64bff5f06525860d5
692024-10-16T19:14:40.605ZFrom https://github.com/oxidecomputer/omicron
702024-10-16T19:14:40.605Z * branch ee7ff3f015a07846eacc0ea64bff5f06525860d5 -> FETCH_HEAD
712024-10-16T19:14:40.615Z+ [[ -n bump-console-f7d6dafd ]]
722024-10-16T19:14:40.618Z++ git branch --show-current
732024-10-16T19:14:40.622Z+ current=main
742024-10-16T19:14:40.622Z+ [[ main != bump-console-f7d6dafd ]]
752024-10-16T19:14:40.622Z+ git branch -f bump-console-f7d6dafd ee7ff3f015a07846eacc0ea64bff5f06525860d5
762024-10-16T19:14:40.625Z+ git checkout -f bump-console-f7d6dafd
772024-10-16T19:14:40.786ZSwitched to branch 'bump-console-f7d6dafd'
782024-10-16T19:14:40.789Z+ git reset --hard ee7ff3f015a07846eacc0ea64bff5f06525860d5
792024-10-16T19:14:40.799ZHEAD is now at ee7ff3f01 Bump web console
802024-10-16T19:14:40.802Zprocess exited: duration 7264 ms, exit code 0
 
812024-10-16T19:14:40.807Zstarting task 4: "build"
822024-10-16T19:14:40.813Z+ source .github/buildomat/ci-env.sh
832024-10-16T19:14:40.816Z++ export CARGO_TERM_COLOR=always
842024-10-16T19:14:40.816Z++ CARGO_TERM_COLOR=always
852024-10-16T19:14:40.816Z+ cargo --version
862024-10-16T19:14:40.868Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-16T19:14:40.871Z+ rustc --version
882024-10-16T19:14:40.928Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-16T19:14:40.931Z+ source ./env.sh
902024-10-16T19:14:40.931Z++ OLD_SHELL_OPTS=ehxB
912024-10-16T19:14:40.931Z++ set -o xtrace
922024-10-16T19:14:40.934Z++++ dirname ./env.sh
932024-10-16T19:14:40.937Z+++ readlink -f .
942024-10-16T19:14:40.956Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-10-16T19:14:40.959Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-10-16T19:14:40.959Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-16T19:14:40.959Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-16T19:14:40.959Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-10-16T19:14:40.959Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-10-16T19:14:40.959Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-10-16T19:14:40.959Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-10-16T19:14:40.959Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-10-16T19:14:40.959Z++ case $OLD_SHELL_OPTS in
1042024-10-16T19:14:40.959Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-10-16T19:14:40.959Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-10-16T19:14:40.959Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-10-16T19:14:40.959Z+ banner prerequisites
1082024-10-16T19:14:40.978Z
1092024-10-16T19:14:40.978Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-10-16T19:14:40.978Z # # # # # # # # # # # # # # #
1112024-10-16T19:14:40.978Z # # # # ##### # # ##### # # # # # #### #
1122024-10-16T19:14:40.978Z ##### ##### # ##### # # # # # # # # #
1132024-10-16T19:14:40.978Z # # # # # # # # # # # # # # #
1142024-10-16T19:14:40.978Z # # # ###### # # ###### ### # #### # #### #
1152024-10-16T19:14:40.978Z
1162024-10-16T19:14:40.981Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-10-16T19:14:51.526Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-10-16T19:14:54.966Z Startup: Caching catalogs ... Done
1192024-10-16T19:15:00.953ZPlanning: Solver setup ... Done (5.269s)
1202024-10-16T19:15:01.031ZPlanning: Running solver ... Done (0.078s)
1212024-10-16T19:15:01.223ZPlanning: Finding local manifests ... Done (0.124s)
1222024-10-16T19:15:01.242ZPlanning: Fetching manifests: 0/5 0% complete
1232024-10-16T19:15:01.457ZPlanning: Fetching manifests: 5/5 100% complete
1242024-10-16T19:15:01.854ZPlanning: Package planning ... Done (0.396s)
1252024-10-16T19:15:01.908ZPlanning: Merging actions ... Done (0.054s)
1262024-10-16T19:15:03.117ZPlanning: Checking for conflicting actions ... Done (1.209s)
1272024-10-16T19:15:13.057ZPlanning: Consolidating action changes ... Done (9.938s)
1282024-10-16T19:15:13.459ZPlanning: Evaluating mediators ... Done (0.402s)
1292024-10-16T19:15:13.540ZPlanning: Planning completed in 18.49 seconds
1302024-10-16T19:15:14.057Z Packages to install: 4
1312024-10-16T19:15:14.057Z Packages to update: 1
1322024-10-16T19:15:14.059Z Mediators to change: 2
1332024-10-16T19:15:14.059Z Services to change: 1
1342024-10-16T19:15:14.059Z Estimated space available: 155.71 GB
1352024-10-16T19:15:14.059ZEstimated space to be consumed: 1.57 GB
1362024-10-16T19:15:14.059Z Create boot environment: No
1372024-10-16T19:15:14.059ZCreate backup boot environment: Yes
1382024-10-16T19:15:14.059Z Rebuild boot archive: No
1392024-10-16T19:15:14.059Z
1402024-10-16T19:15:14.059ZChanged mediators:
1412024-10-16T19:15:14.059Z mediator clang:
1422024-10-16T19:15:14.059Z version: None -> 15 (system default)
1432024-10-16T19:15:14.059Z
1442024-10-16T19:15:14.059Z mediator llvm:
1452024-10-16T19:15:14.059Z version: 14 (system default) -> 15 (system default)
1462024-10-16T19:15:14.059Z
1472024-10-16T19:15:14.059ZChanged packages:
1482024-10-16T19:15:14.060Zhelios-dev
1492024-10-16T19:15:14.060Z developer/build-essential
1502024-10-16T19:15:14.060Z None -> 11-2.0
1512024-10-16T19:15:14.060Z library/libxmlsec1
1522024-10-16T19:15:14.060Z None -> 1.2.35-2.0
1532024-10-16T19:15:14.060Z ooce/developer/clang-15
1542024-10-16T19:15:14.060Z None -> 15.0.7-2.0
1552024-10-16T19:15:14.060Z ooce/developer/llvm-15
1562024-10-16T19:15:14.060Z None -> 15.0.7-2.0
1572024-10-16T19:15:14.060Z package/pkg
1582024-10-16T19:15:14.060Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-10-16T19:15:14.060Z
1602024-10-16T19:15:14.060ZServices:
1612024-10-16T19:15:14.060Z restart_fmri:
1622024-10-16T19:15:14.060Z svc:/system/update-man-index:default
1632024-10-16T19:15:14.060Z
1642024-10-16T19:15:14.060ZEditable files to change:
1652024-10-16T19:15:14.060Z Update:
1662024-10-16T19:15:14.060Z usr/share/lib/pkg/web/config.shtml
1672024-10-16T19:15:14.588Z
1682024-10-16T19:15:14.588ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-10-16T19:15:19.612ZDownload: 902/4281 items 18.9/220.6MB 8% complete (3.9M/s)
1702024-10-16T19:15:24.613ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (8.5M/s)
1712024-10-16T19:15:29.614ZDownload: 2293/4281 items 119.5/220.6MB 54% complete (10.1M/s)
1722024-10-16T19:15:34.616ZDownload: 3625/4281 items 216.2/220.6MB 98% complete (13.3M/s)
1732024-10-16T19:15:36.495ZDownload: Completed 220.60 MB in 21.90 seconds (10.1M/s)
1742024-10-16T19:15:42.055Z Actions: 1/5063 actions (Removing old actions)
1752024-10-16T19:15:42.074Z Actions: 194/5063 actions (Installing new actions)
1762024-10-16T19:15:47.097Z Actions: 4079/5063 actions (Installing new actions)
1772024-10-16T19:15:48.682Z Actions: 4226/5063 actions (Updating modified actions)
1782024-10-16T19:15:49.107Z Actions: Completed 5063 actions in 7.05 seconds.
1792024-10-16T19:15:49.457Z Done (0.341s)
1802024-10-16T19:15:49.460Z Done (0.000s)
1812024-10-16T19:15:49.930Z Done (0.470s)
1822024-10-16T19:15:57.306Z Done (7.177s)
1832024-10-16T19:15:57.805Z Done (0.427s)
1842024-10-16T19:15:57.808Z Done (0.000s)
1852024-10-16T19:15:57.994Z Done (0.000s)
1862024-10-16T19:15:58.637ZPlanning: Evaluating mediator changes ... Done
1872024-10-16T19:15:58.797ZPlanning: Checking for conflicting actions ... Done
1882024-10-16T19:15:58.800ZPlanning: Consolidating action changes ... Done
1892024-10-16T19:15:59.069ZPlanning: Evaluating mediators ... Done
1902024-10-16T19:15:59.072ZPlanning: Planning completed in 0.43 seconds
1912024-10-16T19:15:59.110Z Mediators to change: 2
1922024-10-16T19:15:59.111Z Create boot environment: No
1932024-10-16T19:15:59.113ZCreate backup boot environment: No
1942024-10-16T19:15:59.202Z Done
1952024-10-16T19:15:59.202Z Done
1962024-10-16T19:15:59.512Z Done
1972024-10-16T19:16:03.030Z Done
1982024-10-16T19:16:03.120Z Done
1992024-10-16T19:16:03.122Z Done
2002024-10-16T19:16:03.280Z Done
2012024-10-16T19:16:03.892ZPlanning: Evaluating mediator changes ... Done
2022024-10-16T19:16:03.894ZPlanning: Merging actions ... Done
2032024-10-16T19:16:04.080ZPlanning: Checking for conflicting actions ... Done
2042024-10-16T19:16:04.082ZPlanning: Consolidating action changes ... Done
2052024-10-16T19:16:04.344ZPlanning: Evaluating mediators ... Done
2062024-10-16T19:16:04.400ZPlanning: Planning completed in 0.75 seconds
2072024-10-16T19:16:04.439Z Packages to change: 1
2082024-10-16T19:16:04.439Z Mediators to change: 1
2092024-10-16T19:16:04.442Z Services to change: 1
2102024-10-16T19:16:04.442Z Create boot environment: No
2112024-10-16T19:16:04.442ZCreate backup boot environment: Yes
2122024-10-16T19:16:06.492Z Actions: 1/6 actions (Updating modified actions)
2132024-10-16T19:16:06.611Z Actions: Completed 6 actions in 0.12 seconds.
2142024-10-16T19:16:06.613Z Done
2152024-10-16T19:16:06.613Z Done
2162024-10-16T19:16:06.708Z Done
2172024-10-16T19:16:10.148Z Done
2182024-10-16T19:16:10.234Z Done
2192024-10-16T19:16:10.237Z Done
2202024-10-16T19:16:10.393Z Done
2212024-10-16T19:16:10.819ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222024-10-16T19:16:10.819Zclang system 15 system
2232024-10-16T19:16:10.819Zcsh system system illumos
2242024-10-16T19:16:10.819Zctags system system illumos
2252024-10-16T19:16:10.819Zgcc vendor 12 vendor
2262024-10-16T19:16:10.819Zgcc system 10 system
2272024-10-16T19:16:10.819Zgcc system 7 system
2282024-10-16T19:16:10.820Zgo system 1.20 system
2292024-10-16T19:16:10.820Zgo system 1.19 system
2302024-10-16T19:16:10.820Zllvm system 15 system
2312024-10-16T19:16:10.820Zllvm system 14 system
2322024-10-16T19:16:10.820Zmariadb system 10.6 system
2332024-10-16T19:16:10.820Zmta vendor vendor dma
2342024-10-16T19:16:10.820Zopenjdk system 17 system
2352024-10-16T19:16:10.820Zopenjdk system 11 system
2362024-10-16T19:16:10.820Zopenjdk system 1.8 system
2372024-10-16T19:16:10.820Zopenssl vendor 3 vendor
2382024-10-16T19:16:10.820Zperl system 5.36 system
2392024-10-16T19:16:10.820Zpostgresql system 15 system
2402024-10-16T19:16:10.820Zpostgresql system 13 system
2412024-10-16T19:16:10.820Zpython vendor 3 vendor
2422024-10-16T19:16:10.820Zpython system 2 system
2432024-10-16T19:16:10.820Zpython3 system 3.11 system
2442024-10-16T19:16:10.820Zruby system 3.0 system
2452024-10-16T19:16:10.820Zwords vendor vendor american-english
2462024-10-16T19:16:10.820Zwords system system australian-english
2472024-10-16T19:16:10.820Zwords system system british-english
2482024-10-16T19:16:10.820Zwords system system canadian-english
2492024-10-16T19:16:10.820Zwords system system french
2502024-10-16T19:16:10.820Zwords system system italian
2512024-10-16T19:16:10.820Zwords system system ngerman
2522024-10-16T19:16:10.820Zwords system system ogerman
2532024-10-16T19:16:10.820Zwords system system spanish
2542024-10-16T19:16:11.143ZPUBLISHER TYPE STATUS P LOCATION
2552024-10-16T19:16:11.143Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2562024-10-16T19:16:13.318ZFMRI IFO
2572024-10-16T19:16:13.318Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2582024-10-16T19:16:13.318Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2592024-10-16T19:16:13.318Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2602024-10-16T19:16:13.318Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2612024-10-16T19:16:13.318Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2622024-10-16T19:16:13.318Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2632024-10-16T19:16:13.318Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2642024-10-16T19:16:13.319Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2652024-10-16T19:16:13.319Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-10-16T19:16:13.319Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-10-16T19:16:13.319Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-10-16T19:16:13.319Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-10-16T19:16:13.319Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-10-16T19:16:13.993Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-10-16T19:16:14.260Z Updating crates.io index
2722024-10-16T19:16:14.263Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-10-16T19:16:15.131Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-10-16T19:16:15.391Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-10-16T19:16:15.648Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-10-16T19:16:15.877Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-10-16T19:16:16.621Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-10-16T19:16:18.861Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-10-16T19:16:19.904Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-10-16T19:16:20.647Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-10-16T19:16:20.908Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-10-16T19:16:21.195Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-10-16T19:16:21.899Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-10-16T19:16:22.283Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-10-16T19:16:22.653Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-10-16T19:16:22.938Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-10-16T19:16:23.250Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-10-16T19:16:23.556Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-10-16T19:16:23.838Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-10-16T19:16:24.140Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-10-16T19:16:24.475Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-10-16T19:16:24.789Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-10-16T19:16:25.321Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-10-16T19:16:25.613Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952024-10-16T19:16:26.013Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-10-16T19:16:26.423Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972024-10-16T19:16:26.722Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982024-10-16T19:16:26.995Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992024-10-16T19:16:28.066Z Downloading crates ...
3002024-10-16T19:16:28.139Z Downloaded anstream v0.6.15
3012024-10-16T19:16:28.147Z Downloaded anstyle v1.0.8
3022024-10-16T19:16:28.150Z Downloaded anstyle-parse v0.2.5
3032024-10-16T19:16:28.159Z Downloaded anstyle-query v1.1.1
3042024-10-16T19:16:28.160Z Downloaded anyhow v1.0.89
3052024-10-16T19:16:28.162Z Downloaded autocfg v1.4.0
3062024-10-16T19:16:28.162Z Downloaded block-buffer v0.10.4
3072024-10-16T19:16:28.165Z Downloaded bitflags v2.6.0
3082024-10-16T19:16:28.168Z Downloaded cfg-if v1.0.0
3092024-10-16T19:16:28.168Z Downloaded byteorder v1.5.0
3102024-10-16T19:16:28.170Z Downloaded clap v4.5.20
3112024-10-16T19:16:28.182Z Downloaded clap_builder v4.5.20
3122024-10-16T19:16:28.188Z Downloaded clap_lex v0.7.2
3132024-10-16T19:16:28.191Z Downloaded colorchoice v1.0.2
3142024-10-16T19:16:28.191Z Downloaded crypto-common v0.1.6
3152024-10-16T19:16:28.194Z Downloaded cpufeatures v0.2.14
3162024-10-16T19:16:28.194Z Downloaded digest v0.10.7
3172024-10-16T19:16:28.196Z Downloaded fnv v1.0.7
3182024-10-16T19:16:28.196Z Downloaded generic-array v0.14.7
3192024-10-16T19:16:28.196Z Downloaded fs-err v2.11.0
3202024-10-16T19:16:28.199Z Downloaded is_terminal_polyfill v1.70.1
3212024-10-16T19:16:28.199Z Downloaded fastrand v2.1.1
3222024-10-16T19:16:28.202Z Downloaded clap_derive v4.5.18
3232024-10-16T19:16:28.204Z Downloaded itoa v1.0.11
3242024-10-16T19:16:28.262Z Downloaded libc v0.2.159
3252024-10-16T19:16:28.287Z Downloaded memchr v2.7.4
3262024-10-16T19:16:28.292Z Downloaded log v0.4.22
3272024-10-16T19:16:28.314Z Downloaded rustix v0.38.37
3282024-10-16T19:16:28.335Z Downloaded serde_derive v1.0.210
3292024-10-16T19:16:28.338Z Downloaded serde v1.0.210
3302024-10-16T19:16:28.340Z Downloaded semver v1.0.23
3312024-10-16T19:16:28.343Z Downloaded ryu v1.0.18
3322024-10-16T19:16:28.352Z Downloaded serde_json v1.0.128
3332024-10-16T19:16:28.357Z Downloaded strsim v0.11.1
3342024-10-16T19:16:28.360Z Downloaded sha2 v0.10.8
3352024-10-16T19:16:28.375Z Downloaded syn v1.0.109
3362024-10-16T19:16:28.396Z Downloaded syn v2.0.79
3372024-10-16T19:16:28.405Z Downloaded tempfile v3.13.0
3382024-10-16T19:16:28.408Z Downloaded thiserror-impl v1.0.64
3392024-10-16T19:16:28.411Z Downloaded thiserror v1.0.64
3402024-10-16T19:16:28.414Z Downloaded toml_edit v0.22.22
3412024-10-16T19:16:28.434Z Downloaded toml_datetime v0.6.8
3422024-10-16T19:16:28.436Z Downloaded unicode-ident v1.0.13
3432024-10-16T19:16:28.439Z Downloaded ucd-trie v0.1.7
3442024-10-16T19:16:28.439Z Downloaded typenum v1.17.0
3452024-10-16T19:16:28.455Z Downloaded errno v0.3.9
3462024-10-16T19:16:28.458Z Downloaded equivalent v1.0.1
3472024-10-16T19:16:28.458Z Downloaded heck v0.5.0
3482024-10-16T19:16:28.461Z Downloaded heck v0.4.1
3492024-10-16T19:16:28.468Z Downloaded hashbrown v0.15.0
3502024-10-16T19:16:28.475Z Downloaded proc-macro-error-attr v1.0.4
3512024-10-16T19:16:28.478Z Downloaded indexmap v2.6.0
3522024-10-16T19:16:28.481Z Downloaded proc-macro-error v1.0.4
3532024-10-16T19:16:28.484Z Downloaded proc-macro2 v1.0.87
3542024-10-16T19:16:28.487Z Downloaded once_cell v1.20.2
3552024-10-16T19:16:28.489Z Downloaded serde_spanned v0.6.8
3562024-10-16T19:16:28.489Z Downloaded quote v1.0.37
3572024-10-16T19:16:28.494Z Downloaded toml v0.8.19
3582024-10-16T19:16:28.497Z Downloaded version_check v0.9.5
3592024-10-16T19:16:28.507Z Downloaded winnow v0.6.20
3602024-10-16T19:16:28.562Z Downloaded unicode-width v0.1.14
3612024-10-16T19:16:28.568Z Downloaded smawk v0.3.2
3622024-10-16T19:16:28.571Z Downloaded cargo_metadata v0.18.1
3632024-10-16T19:16:28.571Z Downloaded utf8parse v0.2.2
3642024-10-16T19:16:28.574Z Downloaded cargo-platform v0.1.8
3652024-10-16T19:16:28.574Z Downloaded camino v1.1.9
3662024-10-16T19:16:28.576Z Downloaded textwrap v0.16.1
3672024-10-16T19:16:28.579Z Downloaded unicode-linebreak v0.1.5
3682024-10-16T19:16:28.579Z Downloaded memmap v0.7.0
3692024-10-16T19:16:28.581Z Downloaded zerocopy-derive v0.7.35
3702024-10-16T19:16:28.584Z Downloaded pest_derive v2.7.14
3712024-10-16T19:16:28.586Z Downloaded scroll_derive v0.12.0
3722024-10-16T19:16:28.586Z Downloaded pest_meta v2.7.14
3732024-10-16T19:16:28.590Z Downloaded terminal_size v0.4.0
3742024-10-16T19:16:28.590Z Downloaded scroll v0.12.0
3752024-10-16T19:16:28.595Z Downloaded pest_generator v2.7.14
3762024-10-16T19:16:28.599Z Downloaded pest v2.7.14
3772024-10-16T19:16:28.605Z Downloaded zerocopy v0.7.35
3782024-10-16T19:16:28.619Z Downloaded usdt-macro v0.5.0
3792024-10-16T19:16:28.622Z Downloaded usdt-attr-macro v0.5.0
3802024-10-16T19:16:28.622Z Downloaded usdt-impl v0.5.0
3812024-10-16T19:16:28.622Z Downloaded usdt v0.5.0
3822024-10-16T19:16:28.622Z Downloaded thread-id v4.2.2
3832024-10-16T19:16:28.624Z Downloaded tabled_derive v0.7.0
3842024-10-16T19:16:28.624Z Downloaded tabled v0.15.0
3852024-10-16T19:16:28.638Z Downloaded swrite v0.1.0
3862024-10-16T19:16:28.641Z Downloaded serde_tokenstream v0.2.2
3872024-10-16T19:16:28.641Z Downloaded pretty-hex v0.4.1
3882024-10-16T19:16:28.641Z Downloaded plain v0.2.3
3892024-10-16T19:16:28.644Z Downloaded papergrid v0.11.0
3902024-10-16T19:16:28.647Z Downloaded macaddr v1.0.1
3912024-10-16T19:16:28.647Z Downloaded goblin v0.8.2
3922024-10-16T19:16:28.652Z Downloaded dtrace-parser v0.2.0
3932024-10-16T19:16:28.655Z Downloaded dof v0.3.0
3942024-10-16T19:16:28.656Z Downloaded cargo_toml v0.20.5
3952024-10-16T19:16:28.659Z Downloaded camino-tempfile v1.1.1
3962024-10-16T19:16:28.659Z Downloaded bytecount v0.6.8
3972024-10-16T19:16:28.935Z Compiling proc-macro2 v1.0.87
3982024-10-16T19:16:28.935Z Compiling unicode-ident v1.0.13
3992024-10-16T19:16:28.938Z Compiling version_check v0.9.5
4002024-10-16T19:16:28.938Z Compiling serde v1.0.210
4012024-10-16T19:16:28.938Z Compiling memchr v2.7.4
4022024-10-16T19:16:28.938Z Compiling thiserror v1.0.64
4032024-10-16T19:16:28.969Z Compiling libc v0.2.159
4042024-10-16T19:16:28.971Z Compiling itoa v1.0.11
4052024-10-16T19:16:29.240Z Compiling ucd-trie v0.1.7
4062024-10-16T19:16:29.262Z Compiling ryu v1.0.18
4072024-10-16T19:16:29.603Z Compiling once_cell v1.20.2
4082024-10-16T19:16:29.786Z Compiling byteorder v1.5.0
4092024-10-16T19:16:29.923Z Compiling serde_json v1.0.128
4102024-10-16T19:16:30.320Z Compiling rustix v0.38.37
4112024-10-16T19:16:31.173Z Compiling bitflags v2.6.0
4122024-10-16T19:16:31.210Z Compiling proc-macro-error-attr v1.0.4
4132024-10-16T19:16:31.293Z Compiling usdt-impl v0.5.0
4142024-10-16T19:16:31.335Z Compiling syn v1.0.109
4152024-10-16T19:16:31.567Z Compiling proc-macro-error v1.0.4
4162024-10-16T19:16:31.570Z Compiling utf8parse v0.2.2
4172024-10-16T19:16:31.613Z Compiling log v0.4.22
4182024-10-16T19:16:31.728Z Compiling plain v0.2.3
4192024-10-16T19:16:31.776Z Compiling equivalent v1.0.1
4202024-10-16T19:16:31.848Z Compiling camino v1.1.9
4212024-10-16T19:16:31.877Z Compiling hashbrown v0.15.0
4222024-10-16T19:16:32.008Z Compiling thread-id v4.2.2
4232024-10-16T19:16:32.048Z Compiling anstyle-parse v0.2.5
4242024-10-16T19:16:32.098Z Compiling quote v1.0.37
4252024-10-16T19:16:32.133Z Compiling colorchoice v1.0.2
4262024-10-16T19:16:32.282Z Compiling is_terminal_polyfill v1.70.1
4272024-10-16T19:16:32.370Z Compiling autocfg v1.4.0
4282024-10-16T19:16:32.407Z Compiling unicode-width v0.1.14
4292024-10-16T19:16:32.432Z Compiling errno v0.3.9
4302024-10-16T19:16:32.490Z Compiling syn v2.0.79
4312024-10-16T19:16:32.800Z Compiling semver v1.0.23
4322024-10-16T19:16:32.938Z Compiling anstyle v1.0.8
4332024-10-16T19:16:33.057Z Compiling indexmap v2.6.0
4342024-10-16T19:16:33.335Z Compiling pretty-hex v0.4.1
4352024-10-16T19:16:33.370Z Compiling winnow v0.6.20
4362024-10-16T19:16:33.478Z Compiling anstyle-query v1.1.1
4372024-10-16T19:16:33.554Z Compiling fs-err v2.11.0
4382024-10-16T19:16:33.631Z Compiling anstream v0.6.15
4392024-10-16T19:16:34.197Z Compiling heck v0.5.0
4402024-10-16T19:16:34.245Z Compiling anyhow v1.0.89
4412024-10-16T19:16:34.342Z Compiling fnv v1.0.7
4422024-10-16T19:16:34.500Z Compiling strsim v0.11.1
4432024-10-16T19:16:34.681Z Compiling heck v0.4.1
4442024-10-16T19:16:34.851Z Compiling terminal_size v0.4.0
4452024-10-16T19:16:34.893Z Compiling clap_lex v0.7.2
4462024-10-16T19:16:35.054Z Compiling cfg-if v1.0.0
4472024-10-16T19:16:35.151Z Compiling bytecount v0.6.8
4482024-10-16T19:16:35.206Z Compiling fastrand v2.1.1
4492024-10-16T19:16:35.416Z Compiling papergrid v0.11.0
4502024-10-16T19:16:35.440Z Compiling clap_builder v4.5.20
4512024-10-16T19:16:35.652Z Compiling tempfile v3.13.0
4522024-10-16T19:16:35.758Z Compiling memmap v0.7.0
4532024-10-16T19:16:36.115Z Compiling unicode-linebreak v0.1.5
4542024-10-16T19:16:36.353Z Compiling smawk v0.3.2
4552024-10-16T19:16:36.567Z Compiling textwrap v0.16.1
4562024-10-16T19:16:37.068Z Compiling swrite v0.1.0
4572024-10-16T19:16:38.327Z Compiling tabled_derive v0.7.0
4582024-10-16T19:16:39.860Z Compiling tabled v0.15.0
4592024-10-16T19:16:41.112Z Compiling serde_derive v1.0.210
4602024-10-16T19:16:41.114Z Compiling thiserror-impl v1.0.64
4612024-10-16T19:16:41.114Z Compiling zerocopy-derive v0.7.35
4622024-10-16T19:16:41.114Z Compiling scroll_derive v0.12.0
4632024-10-16T19:16:41.115Z Compiling clap_derive v4.5.18
4642024-10-16T19:16:42.151Z Compiling scroll v0.12.0
4652024-10-16T19:16:42.652Z Compiling goblin v0.8.2
4662024-10-16T19:16:42.751Z Compiling zerocopy v0.7.35
4672024-10-16T19:16:43.730Z Compiling pest v2.7.14
4682024-10-16T19:16:44.909Z Compiling clap v4.5.20
4692024-10-16T19:16:45.998Z Compiling pest_meta v2.7.14
4702024-10-16T19:16:46.812Z Compiling pest_generator v2.7.14
4712024-10-16T19:16:48.479Z Compiling pest_derive v2.7.14
4722024-10-16T19:16:49.148Z Compiling dtrace-parser v0.2.0
4732024-10-16T19:16:51.138Z Compiling serde_tokenstream v0.2.2
4742024-10-16T19:16:51.175Z Compiling toml_datetime v0.6.8
4752024-10-16T19:16:51.175Z Compiling serde_spanned v0.6.8
4762024-10-16T19:16:51.456Z Compiling cargo-platform v0.1.8
4772024-10-16T19:16:51.519Z Compiling toml_edit v0.22.22
4782024-10-16T19:16:51.690Z Compiling macaddr v1.0.1
4792024-10-16T19:16:51.887Z Compiling camino-tempfile v1.1.1
4802024-10-16T19:16:52.557Z Compiling dof v0.3.0
4812024-10-16T19:16:52.583Z Compiling cargo_metadata v0.18.1
4822024-10-16T19:16:54.162Z Compiling usdt-macro v0.5.0
4832024-10-16T19:16:54.162Z Compiling usdt-attr-macro v0.5.0
4842024-10-16T19:16:54.316Z Compiling toml v0.8.19
4852024-10-16T19:16:55.220Z Compiling cargo_toml v0.20.5
4862024-10-16T19:16:55.600Z Compiling usdt v0.5.0
4872024-10-16T19:16:58.663Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882024-10-16T19:17:02.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.85s
4892024-10-16T19:17:02.871Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4902024-10-16T19:17:03.436Z Downloading crates ...
4912024-10-16T19:17:03.589Z Downloaded atomicwrites v0.4.4
4922024-10-16T19:17:03.595Z Downloaded aead v0.5.2
4932024-10-16T19:17:03.599Z Downloaded cfg_aliases v0.1.1
4942024-10-16T19:17:03.601Z Downloaded assert_matches v1.5.0
4952024-10-16T19:17:03.607Z Downloaded cstr-argument v0.1.2
4962024-10-16T19:17:03.610Z Downloaded darling_macro v0.20.10
4972024-10-16T19:17:03.613Z Downloaded arrayvec v0.7.6
4982024-10-16T19:17:03.615Z Downloaded adler2 v2.0.0
4992024-10-16T19:17:03.618Z Downloaded bcrypt-pbkdf v0.10.0
5002024-10-16T19:17:03.620Z Downloaded crucible-workspace-hack v0.1.0
5012024-10-16T19:17:03.620Z Downloaded base16ct v0.2.0
5022024-10-16T19:17:03.622Z Downloaded async-stream v0.3.6
5032024-10-16T19:17:03.625Z Downloaded hostname v0.4.0
5042024-10-16T19:17:03.628Z Downloaded hostname v0.3.1
5052024-10-16T19:17:03.631Z Downloaded atty v0.2.14
5062024-10-16T19:17:03.631Z Downloaded async-stream-impl v0.3.6
5072024-10-16T19:17:03.634Z Downloaded constant_time_eq v0.3.1
5082024-10-16T19:17:03.634Z Downloaded const_format_proc_macros v0.2.33
5092024-10-16T19:17:03.637Z Downloaded crc v3.2.1
5102024-10-16T19:17:03.640Z Downloaded hubpack_derive v0.1.1
5112024-10-16T19:17:03.640Z Downloaded crc-catalog v2.4.0
5122024-10-16T19:17:03.642Z Downloaded chrono-tz-build v0.4.0
5132024-10-16T19:17:03.642Z Downloaded colored v2.1.0
5142024-10-16T19:17:03.645Z Downloaded newtype_derive v0.1.6
5152024-10-16T19:17:03.647Z Downloaded md5 v0.7.0
5162024-10-16T19:17:03.650Z Downloaded crossbeam-deque v0.8.5
5172024-10-16T19:17:03.650Z Downloaded argon2 v0.5.3
5182024-10-16T19:17:03.652Z Downloaded castaway v0.2.3
5192024-10-16T19:17:03.655Z Downloaded http-body v1.0.1
5202024-10-16T19:17:03.655Z Downloaded backoff v0.4.0
5212024-10-16T19:17:03.658Z Downloaded newline-converter v0.3.0
5222024-10-16T19:17:03.658Z Downloaded ascii-canvas v3.0.0
5232024-10-16T19:17:03.660Z Downloaded debug-ignore v1.0.5
5242024-10-16T19:17:03.663Z Downloaded array-init v0.0.4
5252024-10-16T19:17:03.663Z Downloaded linked-hash-map v0.5.6
5262024-10-16T19:17:03.666Z Downloaded lazycell v1.3.0
5272024-10-16T19:17:03.666Z Downloaded ciborium-io v0.2.2
5282024-10-16T19:17:03.668Z Downloaded indoc v1.0.9
5292024-10-16T19:17:03.671Z Downloaded hmac v0.12.1
5302024-10-16T19:17:03.673Z Downloaded cfg_aliases v0.2.1
5312024-10-16T19:17:03.673Z Downloaded multimap v0.10.0
5322024-10-16T19:17:03.676Z Downloaded lru v0.12.5
5332024-10-16T19:17:03.676Z Downloaded bb8 v0.8.5
5342024-10-16T19:17:03.679Z Downloaded atomic-waker v1.1.2
5352024-10-16T19:17:03.679Z Downloaded csv-core v0.1.11
5362024-10-16T19:17:03.681Z Downloaded bitfield-struct v0.6.2
5372024-10-16T19:17:03.684Z Downloaded maybe-uninit v2.0.0
5382024-10-16T19:17:03.684Z Downloaded managed v0.8.0
5392024-10-16T19:17:03.687Z Downloaded crunchy v0.2.2
5402024-10-16T19:17:03.687Z Downloaded instability v0.3.2
5412024-10-16T19:17:03.687Z Downloaded lalrpop-util v0.19.12
5422024-10-16T19:17:03.690Z Downloaded internet-checksum v0.2.1
5432024-10-16T19:17:03.690Z Downloaded memoffset v0.9.1
5442024-10-16T19:17:03.694Z Downloaded highway v1.2.0
5452024-10-16T19:17:03.697Z Downloaded const-oid v0.9.6
5462024-10-16T19:17:03.697Z Downloaded hyper-tls v0.6.0
5472024-10-16T19:17:03.699Z Downloaded serde-big-array v0.5.1
5482024-10-16T19:17:03.702Z Downloaded ident_case v1.0.1
5492024-10-16T19:17:03.702Z Downloaded bcs v0.1.6
5502024-10-16T19:17:03.704Z Downloaded darling v0.20.10
5512024-10-16T19:17:03.707Z Downloaded bitflags v1.3.2
5522024-10-16T19:17:03.712Z Downloaded rpassword v7.3.1
5532024-10-16T19:17:03.715Z Downloaded ciborium-ll v0.2.2
5542024-10-16T19:17:03.715Z Downloaded mime_guess v2.0.5
5552024-10-16T19:17:03.717Z Downloaded convert_case v0.4.0
5562024-10-16T19:17:03.717Z Downloaded jobserver v0.1.32
5572024-10-16T19:17:03.720Z Downloaded is_ci v1.2.0
5582024-10-16T19:17:03.723Z Downloaded instant v0.1.13
5592024-10-16T19:17:03.723Z Downloaded crossbeam-utils v0.8.20
5602024-10-16T19:17:03.726Z Downloaded normalize-line-endings v0.3.0
5612024-10-16T19:17:03.728Z Downloaded nodrop v0.1.14
5622024-10-16T19:17:03.728Z Downloaded ctr v0.9.2
5632024-10-16T19:17:03.731Z Downloaded matches v0.1.10
5642024-10-16T19:17:03.733Z Downloaded new_debug_unreachable v1.0.6
5652024-10-16T19:17:03.733Z Downloaded cookie v0.18.1
5662024-10-16T19:17:03.736Z Downloaded data-encoding v2.6.0
5672024-10-16T19:17:03.738Z Downloaded buf-list v1.0.3
5682024-10-16T19:17:03.741Z Downloaded blake2 v0.10.6
5692024-10-16T19:17:03.743Z Downloaded native-tls v0.2.12
5702024-10-16T19:17:03.746Z Downloaded tinyvec_macros v0.1.1
5712024-10-16T19:17:03.746Z Downloaded sync_wrapper v1.0.1
5722024-10-16T19:17:03.748Z Downloaded rand_core v0.6.4
5732024-10-16T19:17:03.751Z Downloaded humantime v2.1.0
5742024-10-16T19:17:03.751Z Downloaded http-body v0.4.6
5752024-10-16T19:17:03.755Z Downloaded keccak v0.1.5
5762024-10-16T19:17:03.757Z Downloaded bzip2 v0.4.4
5772024-10-16T19:17:03.757Z Downloaded ipnetwork v0.20.0
5782024-10-16T19:17:03.760Z Downloaded rustversion v1.0.17
5792024-10-16T19:17:03.762Z Downloaded mockall v0.13.0
5802024-10-16T19:17:03.765Z Downloaded rustc_version v0.4.1
5812024-10-16T19:17:03.765Z Downloaded blowfish v0.9.1
5822024-10-16T19:17:03.767Z Downloaded ahash v0.8.11
5832024-10-16T19:17:03.771Z Downloaded md-5 v0.10.6
5842024-10-16T19:17:03.773Z Downloaded rusty-fork v0.3.0
5852024-10-16T19:17:03.776Z Downloaded mime v0.3.17
5862024-10-16T19:17:03.779Z Downloaded crc32fast v1.4.2
5872024-10-16T19:17:03.781Z Downloaded libefi-sys v0.1.0
5882024-10-16T19:17:03.781Z Downloaded dhcproto-macros v0.1.0
5892024-10-16T19:17:03.784Z Downloaded allocator-api2 v0.2.18
5902024-10-16T19:17:03.786Z Downloaded lazy_static v1.5.0
5912024-10-16T19:17:03.789Z Downloaded foreign-types-shared v0.3.1
5922024-10-16T19:17:03.789Z Downloaded nibble_vec v0.1.0
5932024-10-16T19:17:03.792Z Downloaded newtype-uuid v1.1.2
5942024-10-16T19:17:03.794Z Downloaded shlex v1.3.0
5952024-10-16T19:17:03.794Z Downloaded nanorand v0.7.0
5962024-10-16T19:17:03.797Z Downloaded mockall_derive v0.13.0
5972024-10-16T19:17:03.799Z Downloaded slab v0.4.9
5982024-10-16T19:17:03.802Z Downloaded tokio-macros v2.4.0
5992024-10-16T19:17:03.804Z Downloaded tls_codec v0.4.1
6002024-10-16T19:17:03.807Z Downloaded semver v0.1.20
6012024-10-16T19:17:03.810Z Downloaded cbc v0.1.2
6022024-10-16T19:17:03.810Z Downloaded base64 v0.13.1
6032024-10-16T19:17:03.813Z Downloaded arc-swap v1.7.1
6042024-10-16T19:17:03.818Z Downloaded peg-runtime v0.8.3
6052024-10-16T19:17:03.820Z Downloaded defmt-parser v0.3.4
6062024-10-16T19:17:03.823Z Downloaded typify-macro v0.2.0
6072024-10-16T19:17:03.823Z Downloaded libloading v0.8.5
6082024-10-16T19:17:03.825Z Downloaded defmt-macros v0.3.9
6092024-10-16T19:17:03.829Z Downloaded cc v1.1.30
6102024-10-16T19:17:03.833Z Downloaded lock_api v0.4.12
6112024-10-16T19:17:03.836Z Downloaded console v0.15.8
6122024-10-16T19:17:03.839Z Downloaded diesel-dtrace v0.3.0
6132024-10-16T19:17:03.842Z Downloaded headers-core v0.3.0
6142024-10-16T19:17:03.845Z Downloaded futures-sink v0.3.31
6152024-10-16T19:17:03.845Z Downloaded dyn-clone v1.0.17
6162024-10-16T19:17:03.847Z Downloaded shell-words v1.1.0
6172024-10-16T19:17:03.850Z Downloaded futures-task v0.3.31
6182024-10-16T19:17:03.850Z Downloaded dsl_auto_type v0.1.2
6192024-10-16T19:17:03.852Z Downloaded ff v0.13.0
6202024-10-16T19:17:03.855Z Downloaded memmap2 v0.9.5
6212024-10-16T19:17:03.858Z Downloaded backtrace v0.3.74
6222024-10-16T19:17:03.862Z Downloaded http v1.1.0
6232024-10-16T19:17:03.867Z Downloaded num-iter v0.1.45
6242024-10-16T19:17:03.870Z Downloaded toolchain_find v0.4.0
6252024-10-16T19:17:03.872Z Downloaded try-lock v0.2.5
6262024-10-16T19:17:03.872Z Downloaded progenitor v0.8.0
6272024-10-16T19:17:03.875Z Downloaded derive_builder_macro v0.20.2
6282024-10-16T19:17:03.877Z Downloaded compact_str v0.8.0
6292024-10-16T19:17:03.880Z Downloaded base64 v0.22.1
6302024-10-16T19:17:03.885Z Downloaded want v0.3.1
6312024-10-16T19:17:03.887Z Downloaded yasna v0.5.2
6322024-10-16T19:17:03.890Z Downloaded downcast v0.11.0
6332024-10-16T19:17:03.893Z Downloaded futures-channel v0.3.31
6342024-10-16T19:17:03.895Z Downloaded miniz_oxide v0.8.0
6352024-10-16T19:17:03.898Z Downloaded ssh-encoding v0.2.0
6362024-10-16T19:17:03.901Z Downloaded num_threads v0.1.7
6372024-10-16T19:17:03.901Z Downloaded ecdsa v0.16.9
6382024-10-16T19:17:03.903Z Downloaded slog v2.7.0
6392024-10-16T19:17:03.906Z Downloaded rayon-core v1.12.1
6402024-10-16T19:17:03.911Z Downloaded ed25519 v2.2.3
6412024-10-16T19:17:03.914Z Downloaded http v0.2.12
6422024-10-16T19:17:03.918Z Downloaded password-hash v0.4.2
6432024-10-16T19:17:03.920Z Downloaded phf_shared v0.10.0
6442024-10-16T19:17:03.923Z Downloaded vergen v8.3.2
6452024-10-16T19:17:03.925Z Downloaded tiny-keccak v2.0.2
6462024-10-16T19:17:03.938Z Downloaded precomputed-hash v0.1.1
6472024-10-16T19:17:03.941Z Downloaded signal-hook-tokio v0.3.1
6482024-10-16T19:17:03.943Z Downloaded tui-tree-widget v0.22.0
6492024-10-16T19:17:03.943Z Downloaded fallible-iterator v0.3.0
6502024-10-16T19:17:03.946Z Downloaded termios v0.3.3
6512024-10-16T19:17:03.948Z Downloaded schemars_derive v0.8.21
6522024-10-16T19:17:03.951Z Downloaded number_prefix v0.4.0
6532024-10-16T19:17:03.951Z Downloaded num_enum_derive v0.5.11
6542024-10-16T19:17:03.953Z Downloaded test-strategy v0.3.1
6552024-10-16T19:17:03.956Z Downloaded num_enum v0.5.11
6562024-10-16T19:17:03.963Z Downloaded omicron-zone-package v0.11.1
6572024-10-16T19:17:03.966Z Downloaded indicatif v0.17.8
6582024-10-16T19:17:03.971Z Downloaded hyper-util v0.1.9
6592024-10-16T19:17:03.977Z Downloaded phf_generator v0.11.2
6602024-10-16T19:17:03.979Z Downloaded resolv-conf v0.7.0
6612024-10-16T19:17:03.982Z Downloaded paste v1.0.15
6622024-10-16T19:17:03.985Z Downloaded zone_cfg_derive v0.1.2
6632024-10-16T19:17:03.987Z Downloaded fxhash v0.2.1
6642024-10-16T19:17:03.987Z Downloaded rustc-demangle v0.1.24
6652024-10-16T19:17:03.989Z Downloaded endian-type v0.1.2
6662024-10-16T19:17:03.992Z Downloaded aes-gcm v0.10.3
6672024-10-16T19:17:03.995Z Downloaded rustls-pki-types v1.9.0
6682024-10-16T19:17:04.001Z Downloaded parse-size v1.0.0
6692024-10-16T19:17:04.001Z Downloaded pretty-hex v0.2.1
6702024-10-16T19:17:04.003Z Downloaded stable_deref_trait v1.2.0
6712024-10-16T19:17:04.004Z Downloaded slog-json v2.6.1
6722024-10-16T19:17:04.006Z Downloaded predicates v3.1.2
6732024-10-16T19:17:04.009Z Downloaded termcolor v1.4.1
6742024-10-16T19:17:04.011Z Downloaded sqlformat v0.2.6
6752024-10-16T19:17:04.014Z Downloaded parking_lot v0.11.2
6762024-10-16T19:17:04.017Z Downloaded env_logger v0.11.5
6772024-10-16T19:17:04.020Z Downloaded derive_builder_core v0.20.2
6782024-10-16T19:17:04.023Z Downloaded signature v2.2.0
6792024-10-16T19:17:04.025Z Downloaded minimal-lexical v0.2.1
6802024-10-16T19:17:04.030Z Downloaded peg-macros v0.8.4
6812024-10-16T19:17:04.033Z Downloaded topological-sort v0.2.2
6822024-10-16T19:17:04.035Z Downloaded postcard v1.0.10
6832024-10-16T19:17:04.038Z Downloaded zone v0.3.0
6842024-10-16T19:17:04.041Z Downloaded mio v1.0.2
6852024-10-16T19:17:04.046Z Downloaded tinyvec v1.8.0
6862024-10-16T19:17:04.050Z Downloaded hash32 v0.2.1
6872024-10-16T19:17:04.053Z Downloaded env_logger v0.10.2
6882024-10-16T19:17:04.055Z Downloaded sync_wrapper v0.1.2
6892024-10-16T19:17:04.058Z Downloaded display-error-chain v0.2.1
6902024-10-16T19:17:04.061Z Downloaded half v2.4.1
6912024-10-16T19:17:04.063Z Downloaded term v0.7.0
6922024-10-16T19:17:04.067Z Downloaded r2d2 v0.8.10
6932024-10-16T19:17:04.069Z Downloaded take_mut v0.2.2
6942024-10-16T19:17:04.072Z Downloaded tungstenite v0.21.0
6952024-10-16T19:17:04.076Z Downloaded snafu-derive v0.8.5
6962024-10-16T19:17:04.078Z Downloaded signal-hook-registry v1.4.2
6972024-10-16T19:17:04.078Z Downloaded rand_xorshift v0.3.0
6982024-10-16T19:17:04.081Z Downloaded defmt v0.3.8
6992024-10-16T19:17:04.083Z Downloaded untrusted v0.9.0
7002024-10-16T19:17:04.086Z Downloaded static_assertions v1.1.0
7012024-10-16T19:17:04.090Z Downloaded ron v0.7.1
7022024-10-16T19:17:04.093Z Downloaded ena v0.14.3
7032024-10-16T19:17:04.095Z Downloaded oso-derive v0.27.3
7042024-10-16T19:17:04.098Z Downloaded rustc_version v0.1.7
7052024-10-16T19:17:04.098Z Downloaded openssl-probe v0.1.5
7062024-10-16T19:17:04.101Z Downloaded tokio-rustls v0.25.0
7072024-10-16T19:17:04.103Z Downloaded salsa20 v0.10.2
7082024-10-16T19:17:04.105Z Downloaded typify v0.2.0
7092024-10-16T19:17:04.108Z Downloaded postgres-protocol v0.6.7
7102024-10-16T19:17:04.114Z Downloaded postgres-types v0.2.8
7112024-10-16T19:17:04.115Z Downloaded libm v0.2.8
7122024-10-16T19:17:04.122Z Downloaded either v1.13.0
7132024-10-16T19:17:04.125Z Downloaded opaque-debug v0.3.1
7142024-10-16T19:17:04.128Z Downloaded foreign-types v0.5.0
7152024-10-16T19:17:04.128Z Downloaded group v0.13.0
7162024-10-16T19:17:04.130Z Downloaded dirs-next v2.0.0
7172024-10-16T19:17:04.134Z Downloaded wyz v0.5.1
7182024-10-16T19:17:04.134Z Downloaded vsss-rs v3.3.4
7192024-10-16T19:17:04.136Z Downloaded enum-as-inner v0.5.1
7202024-10-16T19:17:04.139Z Downloaded slog-dtrace v0.3.0
7212024-10-16T19:17:04.141Z Downloaded slog-stdlog v4.1.1
7222024-10-16T19:17:04.144Z Downloaded pin-utils v0.1.0
7232024-10-16T19:17:04.144Z Downloaded rustls-pemfile v2.2.0
7242024-10-16T19:17:04.151Z Downloaded futures-core v0.3.31
7252024-10-16T19:17:04.151Z Downloaded rand_seeder v0.3.0
7262024-10-16T19:17:04.151Z Downloaded gethostname v0.5.0
7272024-10-16T19:17:04.155Z Downloaded zeroize_derive v1.4.2
7282024-10-16T19:17:04.155Z Downloaded thiserror-no-std v2.0.2
7292024-10-16T19:17:04.158Z Downloaded russh-cryptovec v0.7.3
7302024-10-16T19:17:04.161Z Downloaded slog-async v2.8.0
7312024-10-16T19:17:04.163Z Downloaded value-bag v1.9.0
7322024-10-16T19:17:04.166Z Downloaded sigpipe v0.1.3
7332024-10-16T19:17:04.166Z Downloaded progenitor-macro v0.8.0
7342024-10-16T19:17:04.169Z Downloaded rustfmt-wrapper v0.2.1
7352024-10-16T19:17:04.172Z Downloaded pin-project v1.1.6
7362024-10-16T19:17:04.183Z Downloaded polyval v0.6.2
7372024-10-16T19:17:04.186Z Downloaded sec1 v0.7.3
7382024-10-16T19:17:04.188Z Downloaded toml v0.7.8
7392024-10-16T19:17:04.191Z Downloaded tower-service v0.3.3
7402024-10-16T19:17:04.194Z Downloaded olpc-cjson v0.1.4
7412024-10-16T19:17:04.194Z Downloaded globset v0.4.15
7422024-10-16T19:17:04.196Z Downloaded ed25519-dalek v2.1.1
7432024-10-16T19:17:04.200Z Downloaded spki v0.7.3
7442024-10-16T19:17:04.203Z Downloaded owo-colors v4.1.0
7452024-10-16T19:17:04.206Z Downloaded tap v1.0.1
7462024-10-16T19:17:04.208Z Downloaded fixedbitset v0.4.2
7472024-10-16T19:17:04.211Z Downloaded deranged v0.3.11
7482024-10-16T19:17:04.211Z Downloaded spin v0.5.2
7492024-10-16T19:17:04.213Z Downloaded aho-corasick v1.1.3
7502024-10-16T19:17:04.219Z Downloaded rustc-hash v2.0.0
7512024-10-16T19:17:04.222Z Downloaded pbkdf2 v0.11.0
7522024-10-16T19:17:04.224Z Downloaded glob v0.3.1
7532024-10-16T19:17:04.227Z Downloaded derive-where v1.2.7
7542024-10-16T19:17:04.229Z Downloaded ron v0.8.1
7552024-10-16T19:17:04.237Z Downloaded tokio-tungstenite v0.23.1
7562024-10-16T19:17:04.239Z Downloaded progenitor-client v0.8.0
7572024-10-16T19:17:04.242Z Downloaded poly1305 v0.8.0
7582024-10-16T19:17:04.245Z Downloaded progenitor-impl v0.8.0
7592024-10-16T19:17:04.247Z Downloaded foreign-types v0.3.2
7602024-10-16T19:17:04.250Z Downloaded vte_generate_state_changes v0.1.2
7612024-10-16T19:17:04.250Z Downloaded itertools v0.10.5
7622024-10-16T19:17:04.257Z Downloaded untrusted v0.7.1
7632024-10-16T19:17:04.260Z Downloaded hex v0.4.3
7642024-10-16T19:17:04.262Z Downloaded ghash v0.5.1
7652024-10-16T19:17:04.263Z Downloaded fragile v2.0.0
7662024-10-16T19:17:04.265Z Downloaded diesel_table_macro_syntax v0.2.0
7672024-10-16T19:17:04.268Z Downloaded utf-8 v0.7.6
7682024-10-16T19:17:04.268Z Downloaded time-core v0.1.2
7692024-10-16T19:17:04.270Z Downloaded heck v0.3.3
7702024-10-16T19:17:04.271Z Downloaded pkcs8 v0.10.2
7712024-10-16T19:17:04.273Z Downloaded spin v0.9.8
7722024-10-16T19:17:04.277Z Downloaded p256 v0.13.2
7732024-10-16T19:17:04.281Z Downloaded rand_chacha v0.3.1
7742024-10-16T19:17:04.422Z Downloaded sha1 v0.10.6
7752024-10-16T19:17:04.422Z Downloaded vte v0.11.1
7762024-10-16T19:17:04.427Z Downloaded structmeta-derive v0.2.0
7772024-10-16T19:17:04.428Z Downloaded path-slash v0.1.5
7782024-10-16T19:17:04.428Z Downloaded universal-hash v0.5.1
7792024-10-16T19:17:04.428Z Downloaded unicode-truncate v1.1.0
7802024-10-16T19:17:04.428Z Downloaded rustls-pemfile v1.0.4
7812024-10-16T19:17:04.428Z Downloaded tracing-attributes v0.1.27
7822024-10-16T19:17:04.428Z Downloaded expectorate v1.1.0
7832024-10-16T19:17:04.428Z Downloaded typed-path v0.7.1
7842024-10-16T19:17:04.428Z Downloaded heapless v0.8.0
7852024-10-16T19:17:04.428Z Downloaded structmeta v0.3.0
7862024-10-16T19:17:04.428Z Downloaded proc-macro-crate v1.3.1
7872024-10-16T19:17:04.428Z Downloaded primeorder v0.13.6
7882024-10-16T19:17:04.428Z Downloaded hashlink v0.9.1
7892024-10-16T19:17:04.428Z Downloaded blake3 v1.5.4
7902024-10-16T19:17:04.428Z Downloaded serde_plain v1.0.2
7912024-10-16T19:17:04.428Z Downloaded openssl-macros v0.1.1
7922024-10-16T19:17:04.428Z Downloaded num-conv v0.1.0
7932024-10-16T19:17:04.428Z Downloaded flagset v0.4.6
7942024-10-16T19:17:04.428Z Downloaded embedded-io v0.6.1
7952024-10-16T19:17:04.428Z Downloaded embedded-io v0.4.0
7962024-10-16T19:17:04.428Z Downloaded pkcs1 v0.7.5
7972024-10-16T19:17:04.428Z Downloaded derive_more v0.99.18
7982024-10-16T19:17:04.428Z Downloaded unarray v0.1.4
7992024-10-16T19:17:04.428Z Downloaded scopeguard v1.2.0
8002024-10-16T19:17:04.428Z Downloaded scheduled-thread-pool v0.2.7
8012024-10-16T19:17:04.428Z Downloaded ref-cast v1.0.23
8022024-10-16T19:17:04.428Z Downloaded pbkdf2 v0.12.2
8032024-10-16T19:17:04.428Z Downloaded secrecy v0.8.0
8042024-10-16T19:17:04.428Z Downloaded scrypt v0.11.0
8052024-10-16T19:17:04.428Z Downloaded socket2 v0.5.7
8062024-10-16T19:17:04.428Z Downloaded unicode-segmentation v1.12.0
8072024-10-16T19:17:04.428Z Downloaded rsa v0.9.6
8082024-10-16T19:17:04.428Z Downloaded hex-literal v0.4.1
8092024-10-16T19:17:04.428Z Downloaded whoami v1.5.2
8102024-10-16T19:17:04.429Z Downloaded serde_urlencoded v0.7.1
8112024-10-16T19:17:04.429Z Downloaded num-integer v0.1.46
8122024-10-16T19:17:04.429Z Downloaded same-file v1.0.6
8132024-10-16T19:17:04.429Z Downloaded hyper v1.4.1
8142024-10-16T19:17:04.429Z Downloaded futures-executor v0.3.31
8152024-10-16T19:17:04.429Z Downloaded parse-display v0.10.0
8162024-10-16T19:17:04.429Z Downloaded foldhash v0.1.3
8172024-10-16T19:17:04.429Z Downloaded parking_lot_core v0.8.6
8182024-10-16T19:17:04.429Z Downloaded prettyplease v0.2.22
8192024-10-16T19:17:04.429Z Downloaded bitvec v1.0.1
8202024-10-16T19:17:04.429Z Downloaded num-derive v0.4.2
8212024-10-16T19:17:04.429Z Downloaded packed_struct_codegen v0.10.1
8222024-10-16T19:17:04.429Z Downloaded packed_struct v0.10.1
8232024-10-16T19:17:04.429Z Downloaded string_cache v0.8.7
8242024-10-16T19:17:04.429Z Downloaded float-ord v0.3.2
8252024-10-16T19:17:04.432Z Downloaded float-cmp v0.9.0
8262024-10-16T19:17:04.432Z Downloaded which v4.4.2
8272024-10-16T19:17:04.432Z Downloaded uuid v1.10.0
8282024-10-16T19:17:04.434Z Downloaded getrandom v0.2.15
8292024-10-16T19:17:04.437Z Downloaded parse-display-derive v0.10.0
8302024-10-16T19:17:04.437Z Downloaded hickory-client v0.24.1
8312024-10-16T19:17:04.441Z Downloaded quick-error v1.2.3
8322024-10-16T19:17:04.443Z Downloaded headers v0.4.0
8332024-10-16T19:17:04.448Z Downloaded unsafe-libyaml v0.2.11
8342024-10-16T19:17:04.452Z Downloaded toml_edit v0.19.15
8352024-10-16T19:17:04.471Z Downloaded ref-cast-impl v1.0.23
8362024-10-16T19:17:04.473Z Downloaded smallvec v0.6.14
8372024-10-16T19:17:04.474Z Downloaded der_derive v0.7.3
8382024-10-16T19:17:04.476Z Downloaded num-traits v0.2.19
8392024-10-16T19:17:04.479Z Downloaded hyper v0.14.30
8402024-10-16T19:17:04.487Z Downloaded zone v0.1.8
8412024-10-16T19:17:04.490Z Downloaded unicase v2.7.0
8422024-10-16T19:17:04.492Z Downloaded parking_lot_core v0.9.10
8432024-10-16T19:17:04.495Z Downloaded num-bigint v0.4.6
8442024-10-16T19:17:04.499Z Downloaded diesel_derives v2.2.3
8452024-10-16T19:17:04.503Z Downloaded pin-project-internal v1.1.6
8462024-10-16T19:17:04.506Z Downloaded password-hash v0.5.0
8472024-10-16T19:17:04.508Z Downloaded serde_with_macros v3.11.0
8482024-10-16T19:17:04.511Z Downloaded zerocopy v0.6.6
8492024-10-16T19:17:04.514Z Downloaded futures v0.3.31
8502024-10-16T19:17:04.518Z Downloaded elliptic-curve v0.13.8
8512024-10-16T19:17:04.524Z Downloaded strum_macros v0.26.4
8522024-10-16T19:17:04.526Z Downloaded steno v0.4.1
8532024-10-16T19:17:04.530Z Downloaded structmeta-derive v0.3.0
8542024-10-16T19:17:04.533Z Downloaded unicode_categories v0.1.1
8552024-10-16T19:17:04.536Z Downloaded hashbrown v0.13.2
8562024-10-16T19:17:04.539Z Downloaded dhcproto v0.12.0
8572024-10-16T19:17:04.544Z Downloaded winnow v0.5.40
8582024-10-16T19:17:04.553Z Downloaded tracing v0.1.40
8592024-10-16T19:17:04.561Z Downloaded subprocess v0.2.9
8602024-10-16T19:17:04.564Z Downloaded zip v0.6.6
8612024-10-16T19:17:04.567Z Downloaded num-bigint-dig v0.8.4
8622024-10-16T19:17:04.572Z Downloaded tokio-util v0.7.12
8632024-10-16T19:17:04.580Z Downloaded flume v0.11.0
8642024-10-16T19:17:04.584Z Downloaded h2 v0.4.6
8652024-10-16T19:17:04.592Z Downloaded regex v1.11.0
8662024-10-16T19:17:04.608Z Downloaded tough v0.17.1
8672024-10-16T19:17:04.616Z Downloaded qorb v0.0.2
8682024-10-16T19:17:04.621Z Downloaded rustls-webpki v0.101.7
8692024-10-16T19:17:04.637Z Downloaded quinn v0.11.5
8702024-10-16T19:17:04.640Z Downloaded russh v0.45.0
8712024-10-16T19:17:04.646Z Downloaded reedline v0.35.0
8722024-10-16T19:17:04.655Z Downloaded h2 v0.3.26
8732024-10-16T19:17:04.663Z Downloaded rand v0.8.5
8742024-10-16T19:17:04.667Z Downloaded x509-cert v0.2.5
8752024-10-16T19:17:04.674Z Downloaded smoltcp v0.9.1
8762024-10-16T19:17:04.687Z Downloaded idna v0.5.0
8772024-10-16T19:17:04.695Z Downloaded webpki-roots v0.26.6
8782024-10-16T19:17:04.699Z Downloaded curve25519-dalek v4.1.3
8792024-10-16T19:17:04.709Z Downloaded nix v0.27.1
8802024-10-16T19:17:04.721Z Downloaded unicode-normalization v0.1.24
8812024-10-16T19:17:04.725Z Downloaded reqwest v0.12.8
8822024-10-16T19:17:04.734Z Downloaded idna v0.3.0
8832024-10-16T19:17:04.742Z Downloaded time v0.3.36
8842024-10-16T19:17:04.750Z Downloaded rusqlite v0.32.1
8852024-10-16T19:17:04.758Z Downloaded proptest v1.5.0
8862024-10-16T19:17:04.769Z Downloaded p384 v0.13.0
8872024-10-16T19:17:04.775Z Downloaded git2 v0.19.0
8882024-10-16T19:17:04.785Z Downloaded nix v0.28.0
8892024-10-16T19:17:04.798Z Downloaded openssl v0.10.66
8902024-10-16T19:17:04.809Z Downloaded quinn-proto v0.11.8
8912024-10-16T19:17:04.816Z Downloaded dropshot v0.12.0
8922024-10-16T19:17:04.840Z Downloaded quick-xml v0.33.0
8932024-10-16T19:17:04.846Z Downloaded polar-core v0.27.3
8942024-10-16T19:17:04.856Z Downloaded object v0.36.5
8952024-10-16T19:17:04.870Z Downloaded radix_trie v0.2.1
8962024-10-16T19:17:04.875Z Downloaded trust-dns-proto v0.22.0
8972024-10-16T19:17:04.888Z Downloaded rustls v0.21.12
8982024-10-16T19:17:04.902Z Downloaded regress v0.9.1
8992024-10-16T19:17:04.911Z Downloaded regex-syntax v0.6.29
9002024-10-16T19:17:04.919Z Downloaded regress v0.10.1
9012024-10-16T19:17:04.929Z Downloaded openapiv3 v2.0.0
9022024-10-16T19:17:04.943Z Downloaded rustls v0.22.4
9032024-10-16T19:17:04.958Z Downloaded typify-impl v0.2.0
9042024-10-16T19:17:04.975Z Downloaded ratatui v0.28.1
9052024-10-16T19:17:04.997Z Downloaded sled v0.34.7
9062024-10-16T19:17:05.008Z Downloaded bzip2-sys v0.1.11+1.0.8
9072024-10-16T19:17:05.021Z Downloaded regex-automata v0.4.8
9082024-10-16T19:17:05.040Z Downloaded regex-syntax v0.8.5
9092024-10-16T19:17:05.050Z Downloaded petgraph v0.6.5
9102024-10-16T19:17:05.069Z Downloaded zerocopy-derive v0.6.6
9112024-10-16T19:17:05.080Z Downloaded libz-sys v1.1.20
9122024-10-16T19:17:05.103Z Downloaded lzma-sys v0.1.20
9132024-10-16T19:17:05.135Z Downloaded tokio v1.40.0
9142024-10-16T19:17:05.175Z Downloaded sha3 v0.10.8
9152024-10-16T19:17:05.180Z Downloaded csv v1.3.0
9162024-10-16T19:17:05.201Z Downloaded hickory-proto v0.24.1
9172024-10-16T19:17:05.218Z Downloaded gimli v0.31.1
9182024-10-16T19:17:05.228Z Downloaded diesel v2.2.4
9192024-10-16T19:17:05.249Z Downloaded chrono-tz v0.10.0
9202024-10-16T19:17:05.256Z Downloaded encoding_rs v0.8.34
9212024-10-16T19:17:05.281Z Downloaded smoltcp v0.11.0
9222024-10-16T19:17:05.306Z Downloaded rustls v0.23.14
9232024-10-16T19:17:05.327Z Downloaded object v0.30.4
9242024-10-16T19:17:05.339Z Downloaded nix v0.29.0
9252024-10-16T19:17:05.355Z Downloaded bstr v1.10.0
9262024-10-16T19:17:05.366Z Downloaded rustls-webpki v0.102.8
9272024-10-16T19:17:05.386Z Downloaded idna v0.4.0
9282024-10-16T19:17:05.394Z Downloaded libgit2-sys v0.17.0+1.8.1
9292024-10-16T19:17:05.452Z Downloaded idna v0.2.3
9302024-10-16T19:17:05.458Z Downloaded reqwest v0.11.27
9312024-10-16T19:17:05.467Z Downloaded flate2 v1.0.34
9322024-10-16T19:17:05.473Z Downloaded salty v0.3.0
9332024-10-16T19:17:05.480Z Downloaded vcpkg v0.2.15
9342024-10-16T19:17:05.521Z Downloaded lalrpop v0.19.12
9352024-10-16T19:17:05.533Z Downloaded p521 v0.13.3
9362024-10-16T19:17:05.536Z Downloaded unicode-bidi v0.3.17
9372024-10-16T19:17:05.539Z Downloaded hashbrown v0.14.5
9382024-10-16T19:17:05.545Z Downloaded tokio-postgres v0.7.12
9392024-10-16T19:17:05.551Z Downloaded rayon v1.10.0
9402024-10-16T19:17:05.561Z Downloaded sqlparser v0.45.0
9412024-10-16T19:17:05.568Z Downloaded portable-atomic v1.9.0
9422024-10-16T19:17:05.576Z Downloaded similar v2.6.0
9432024-10-16T19:17:05.580Z Downloaded serde_with v3.11.0
9442024-10-16T19:17:05.587Z Downloaded futures-util v0.3.31
9452024-10-16T19:17:05.599Z Downloaded bindgen v0.69.5
9462024-10-16T19:17:05.607Z Downloaded ring v0.16.20
9472024-10-16T19:17:05.690Z Downloaded num v0.4.3
9482024-10-16T19:17:05.693Z Downloaded parking_lot v0.12.3
9492024-10-16T19:17:05.695Z Downloaded des v0.8.1
9502024-10-16T19:17:05.695Z Downloaded tracing-core v0.1.32
9512024-10-16T19:17:05.699Z Downloaded hashbrown v0.12.3
9522024-10-16T19:17:05.701Z Downloaded ssh-key v0.6.6
9532024-10-16T19:17:05.712Z Downloaded chrono v0.4.38
9542024-10-16T19:17:05.718Z Downloaded slog-bunyan v2.5.0
9552024-10-16T19:17:05.721Z Downloaded siphasher v0.3.11
9562024-10-16T19:17:05.721Z Downloaded zeroize v1.8.1
9572024-10-16T19:17:05.724Z Downloaded sct v0.7.1
9582024-10-16T19:17:05.727Z Downloaded unicode-properties v0.1.3
9592024-10-16T19:17:05.729Z Downloaded quinn-udp v0.5.5
9602024-10-16T19:17:05.729Z Downloaded itertools v0.13.0
9612024-10-16T19:17:05.736Z Downloaded futures-io v0.3.31
9622024-10-16T19:17:05.738Z Downloaded pkcs5 v0.7.1
9632024-10-16T19:17:05.741Z Downloaded smallvec v1.13.2
9642024-10-16T19:17:05.743Z Downloaded serde_yaml v0.9.34+deprecated
9652024-10-16T19:17:05.746Z Downloaded diff v0.1.13
9662024-10-16T19:17:05.748Z Downloaded tar v0.4.42
9672024-10-16T19:17:05.752Z Downloaded pin-project-lite v0.2.14
9682024-10-16T19:17:05.755Z Downloaded der v0.7.9
9692024-10-16T19:17:05.760Z Downloaded libxml v0.3.3
9702024-10-16T19:17:05.766Z Downloaded hkdf v0.12.4
9712024-10-16T19:17:05.768Z Downloaded serde_path_to_error v0.1.16
9722024-10-16T19:17:05.771Z Downloaded funty v2.0.0
9732024-10-16T19:17:05.772Z Downloaded form_urlencoded v1.2.1
9742024-10-16T19:17:05.772Z Downloaded uzers v0.11.3
9752024-10-16T19:17:05.774Z Downloaded publicsuffix v2.2.3
9762024-10-16T19:17:05.777Z Downloaded pkg-config v0.3.31
9772024-10-16T19:17:05.777Z Downloaded tokio-rustls v0.26.0
9782024-10-16T19:17:05.780Z Downloaded tokio-tungstenite v0.21.0
9792024-10-16T19:17:05.782Z Downloaded tokio-stream v0.1.16
9802024-10-16T19:17:05.785Z Downloaded tokio-rustls v0.24.1
9812024-10-16T19:17:05.788Z Downloaded snafu v0.8.5
9822024-10-16T19:17:05.792Z Downloaded dropshot_endpoint v0.12.0
9832024-10-16T19:17:05.796Z Downloaded rtoolbox v0.0.2
9842024-10-16T19:17:05.798Z Downloaded slog-term v2.9.1
9852024-10-16T19:17:05.800Z Downloaded itertools v0.12.1
9862024-10-16T19:17:05.807Z Downloaded heapless v0.7.17
9872024-10-16T19:17:05.810Z Downloaded parse-zoneinfo v0.3.1
9882024-10-16T19:17:05.813Z Downloaded url v2.5.2
9892024-10-16T19:17:05.815Z Downloaded rustyline v14.0.0
9902024-10-16T19:17:05.820Z Downloaded fatfs v0.3.6
9912024-10-16T19:17:05.823Z Downloaded tungstenite v0.23.0
9922024-10-16T19:17:05.826Z Downloaded samael v0.0.17
9932024-10-16T19:17:05.833Z Downloaded crossterm v0.28.1
9942024-10-16T19:17:05.840Z Downloaded nom v7.1.3
9952024-10-16T19:17:05.845Z Downloaded thread_local v1.1.8
9962024-10-16T19:17:05.848Z Downloaded termtree v0.4.1
9972024-10-16T19:17:05.848Z Downloaded slog-envlogger v2.2.0
9982024-10-16T19:17:05.848Z Downloaded dirs-sys-next v0.1.2
9992024-10-16T19:17:05.851Z Downloaded difflib v0.4.0
10002024-10-16T19:17:05.851Z Downloaded supports-color v3.0.1
10012024-10-16T19:17:05.856Z Downloaded subtle v2.6.1
10022024-10-16T19:17:05.856Z Downloaded peg v0.8.4
10032024-10-16T19:17:05.859Z Downloaded phf_shared v0.11.2
10042024-10-16T19:17:05.859Z Downloaded ring v0.17.8
10052024-10-16T19:17:05.930Z Downloaded ssh-cipher v0.2.0
10062024-10-16T19:17:05.934Z Downloaded openssl-sys v0.9.103
10072024-10-16T19:17:05.936Z Downloaded schemars v0.8.21
10082024-10-16T19:17:05.946Z Downloaded futures-macro v0.3.31
10092024-10-16T19:17:05.949Z Downloaded serde_derive_internals v0.29.1
10102024-10-16T19:17:05.949Z Downloaded rcgen v0.12.1
10112024-10-16T19:17:05.952Z Downloaded aes v0.8.4
10122024-10-16T19:17:05.955Z Downloaded oso v0.27.3
10132024-10-16T19:17:05.957Z Downloaded powerfmt v0.2.0
10142024-10-16T19:17:05.961Z Downloaded serde-hex v0.1.0
10152024-10-16T19:17:05.961Z Downloaded predicates-tree v1.0.11
10162024-10-16T19:17:05.961Z Downloaded ppv-lite86 v0.2.20
10172024-10-16T19:17:05.963Z Downloaded num-complex v0.4.6
10182024-10-16T19:17:05.963Z Downloaded signal-hook v0.3.17
10192024-10-16T19:17:05.967Z Downloaded foreign-types-shared v0.1.1
10202024-10-16T19:17:05.967Z Downloaded foreign-types-macros v0.2.3
10212024-10-16T19:17:05.967Z Downloaded derive_builder v0.20.2
10222024-10-16T19:17:05.971Z Downloaded crossbeam-channel v0.5.13
10232024-10-16T19:17:05.975Z Downloaded fallible-streaming-iterator v0.1.9
10242024-10-16T19:17:05.978Z Downloaded libsqlite3-sys v0.30.1
10252024-10-16T19:17:06.052Z Downloaded fallible-iterator v0.2.0
10262024-10-16T19:17:06.056Z Downloaded rfc6979 v0.4.0
10272024-10-16T19:17:06.056Z Downloaded walkdir v2.5.0
10282024-10-16T19:17:06.058Z Downloaded time-macros v0.2.18
10292024-10-16T19:17:06.058Z Downloaded const_format v0.2.33
10302024-10-16T19:17:06.062Z Downloaded darling_core v0.20.10
10312024-10-16T19:17:06.067Z Downloaded hash32 v0.3.1
10322024-10-16T19:17:06.070Z Downloaded env_filter v0.1.2
10332024-10-16T19:17:06.070Z Downloaded enum-as-inner v0.6.1
10342024-10-16T19:17:06.072Z Downloaded wait-timeout v0.2.0
10352024-10-16T19:17:06.075Z Downloaded twox-hash v1.6.3
10362024-10-16T19:17:06.075Z Downloaded strum_macros v0.25.3
10372024-10-16T19:17:06.077Z Downloaded strum_macros v0.24.3
10382024-10-16T19:17:06.080Z Downloaded signal-hook-mio v0.2.4
10392024-10-16T19:17:06.080Z Downloaded serde_repr v0.1.19
10402024-10-16T19:17:06.082Z Downloaded percent-encoding v2.3.1
10412024-10-16T19:17:06.082Z Downloaded crypto-bigint v0.5.5
10422024-10-16T19:17:06.088Z Downloaded num-rational v0.4.2
10432024-10-16T19:17:06.091Z Downloaded nu-ansi-term v0.50.1
10442024-10-16T19:17:06.093Z Downloaded hickory-server v0.24.1
10452024-10-16T19:17:06.096Z Downloaded rustc-hash v1.1.0
10462024-10-16T19:17:06.099Z Downloaded pem v3.0.4
10472024-10-16T19:17:06.099Z Downloaded httparse v1.9.5
10482024-10-16T19:17:06.102Z Downloaded smf v0.2.3
10492024-10-16T19:17:06.102Z Downloaded slog-scope v4.4.0
10502024-10-16T19:17:06.105Z Downloaded waitgroup v0.1.2
10512024-10-16T19:17:06.105Z Downloaded radium v0.7.0
10522024-10-16T19:17:06.108Z Downloaded psl-types v2.0.11
10532024-10-16T19:17:06.108Z Downloaded phf_codegen v0.11.2
10542024-10-16T19:17:06.108Z Downloaded zone_cfg_derive v0.3.0
10552024-10-16T19:17:06.108Z Downloaded predicates-core v1.0.8
10562024-10-16T19:17:06.111Z Downloaded pem-rfc7468 v0.7.0
10572024-10-16T19:17:06.111Z Downloaded strum v0.26.3
10582024-10-16T19:17:06.113Z Downloaded phf v0.11.2
10592024-10-16T19:17:06.113Z Downloaded chacha20poly1305 v0.10.1
10602024-10-16T19:17:06.116Z Downloaded russh-keys v0.45.0
10612024-10-16T19:17:06.118Z Downloaded filetime v0.2.25
10622024-10-16T19:17:06.118Z Downloaded fd-lock v4.0.2
10632024-10-16T19:17:06.120Z Downloaded multer v3.1.0
10642024-10-16T19:17:06.123Z Downloaded crossbeam-epoch v0.9.18
10652024-10-16T19:17:06.125Z Downloaded bytes v1.7.2
10662024-10-16T19:17:06.128Z Downloaded clang-sys v1.8.1
10672024-10-16T19:17:06.130Z Downloaded hyper-staticfile v0.10.1
10682024-10-16T19:17:06.133Z Downloaded crc-any v2.5.0
10692024-10-16T19:17:06.136Z Downloaded xz2 v0.1.7
10702024-10-16T19:17:06.136Z Downloaded xattr v1.3.1
10712024-10-16T19:17:06.138Z Downloaded unicode-xid v0.2.6
10722024-10-16T19:17:06.138Z Downloaded tokio-native-tls v0.3.1
10732024-10-16T19:17:06.141Z Downloaded tls_codec_derive v0.4.1
10742024-10-16T19:17:06.144Z Downloaded thiserror-impl-no-std v2.0.2
10752024-10-16T19:17:06.144Z Downloaded http-body-util v0.1.2
10762024-10-16T19:17:06.146Z Downloaded tabwriter v1.4.0
10772024-10-16T19:17:06.146Z Downloaded structmeta v0.2.0
10782024-10-16T19:17:06.149Z Downloaded strip-ansi-escapes v0.2.0
10792024-10-16T19:17:06.149Z Downloaded stringprep v0.1.5
10802024-10-16T19:17:06.149Z Downloaded hickory-resolver v0.24.1
10812024-10-16T19:17:06.153Z Downloaded maplit v1.0.2
10822024-10-16T19:17:06.155Z Downloaded lru-cache v0.1.2
10832024-10-16T19:17:06.155Z Downloaded linear-map v1.2.0
10842024-10-16T19:17:06.158Z Downloaded indent_write v2.2.0
10852024-10-16T19:17:06.158Z Downloaded base64 v0.21.7
10862024-10-16T19:17:06.161Z Downloaded ciborium v0.2.2
10872024-10-16T19:17:06.163Z Downloaded cookie_store v0.21.0
10882024-10-16T19:17:06.166Z Downloaded cancel-safe-futures v0.1.5
10892024-10-16T19:17:06.168Z Downloaded libsw v3.3.1
10902024-10-16T19:17:06.171Z Downloaded ipnet v2.10.1
10912024-10-16T19:17:06.174Z Downloaded inout v0.1.3
10922024-10-16T19:17:06.174Z Downloaded indexmap v1.9.3
10932024-10-16T19:17:06.176Z Downloaded hubpack v0.1.2
10942024-10-16T19:17:06.176Z Downloaded async-bb8-diesel v0.2.1
10952024-10-16T19:17:06.180Z Downloaded curve25519-dalek-derive v0.1.1
10962024-10-16T19:17:06.180Z Downloaded sqlparser_derive v0.2.2
10972024-10-16T19:17:06.183Z Downloaded is-terminal v0.4.13
10982024-10-16T19:17:06.183Z Downloaded iana-time-zone v0.1.61
10992024-10-16T19:17:06.183Z Downloaded hyper-rustls v0.27.3
11002024-10-16T19:17:06.186Z Downloaded cexpr v0.6.0
11012024-10-16T19:17:06.188Z Downloaded bit-vec v0.6.3
11022024-10-16T19:17:06.188Z Downloaded bitfield v0.14.0
11032024-10-16T19:17:06.191Z Downloaded async-recursion v1.1.1
11042024-10-16T19:17:06.193Z Downloaded kstat-rs v0.2.4
11052024-10-16T19:17:06.193Z Downloaded impl-trait-for-tuples v0.2.2
11062024-10-16T19:17:06.196Z Downloaded httpdate v1.0.3
11072024-10-16T19:17:06.198Z Downloaded cassowary v0.3.0
11082024-10-16T19:17:06.198Z Downloaded async-trait v0.1.83
11092024-10-16T19:17:06.201Z Downloaded cobs v0.2.3
11102024-10-16T19:17:06.204Z Downloaded chacha20 v0.9.1
11112024-10-16T19:17:06.207Z Downloaded base64ct v1.6.0
11122024-10-16T19:17:06.207Z Downloaded addr2line v0.24.2
11132024-10-16T19:17:06.210Z Downloaded match_cfg v0.1.0
11142024-10-16T19:17:06.210Z Downloaded bit-set v0.5.3
11152024-10-16T19:17:06.210Z Downloaded block-padding v0.3.3
11162024-10-16T19:17:06.213Z Downloaded http-range v0.1.5
11172024-10-16T19:17:06.213Z Downloaded cipher v0.4.4
11182024-10-16T19:17:06.213Z Downloaded arrayref v0.3.9
11192024-10-16T19:17:06.216Z Downloaded home v0.5.9
11202024-10-16T19:17:06.325Z Compiling serde v1.0.210
11212024-10-16T19:17:06.328Z Compiling typenum v1.17.0
11222024-10-16T19:17:06.328Z Compiling lock_api v0.4.12
11232024-10-16T19:17:06.328Z Compiling generic-array v0.14.7
11242024-10-16T19:17:06.328Z Compiling scopeguard v1.2.0
11252024-10-16T19:17:06.328Z Compiling subtle v2.6.1
11262024-10-16T19:17:06.519Z Compiling syn v2.0.79
11272024-10-16T19:17:06.533Z Compiling getrandom v0.2.15
11282024-10-16T19:17:06.727Z Compiling value-bag v1.9.0
11292024-10-16T19:17:06.788Z Compiling rand_core v0.6.4
11302024-10-16T19:17:06.962Z Compiling const-oid v0.9.6
11312024-10-16T19:17:06.982Z Compiling pin-project-lite v0.2.14
11322024-10-16T19:17:07.097Z Compiling smallvec v1.13.2
11332024-10-16T19:17:07.116Z Compiling jobserver v0.1.32
11342024-10-16T19:17:07.299Z Compiling log v0.4.22
11352024-10-16T19:17:07.325Z Compiling shlex v1.3.0
11362024-10-16T19:17:07.467Z Compiling parking_lot_core v0.9.10
11372024-10-16T19:17:07.487Z Compiling futures-core v0.3.31
11382024-10-16T19:17:07.716Z Compiling cc v1.1.30
11392024-10-16T19:17:07.736Z Compiling signal-hook-registry v1.4.2
11402024-10-16T19:17:08.044Z Compiling mio v1.0.2
11412024-10-16T19:17:08.119Z Compiling cpufeatures v0.2.14
11422024-10-16T19:17:08.223Z Compiling futures-sink v0.3.31
11432024-10-16T19:17:08.373Z Compiling parking_lot v0.12.3
11442024-10-16T19:17:08.503Z Compiling spin v0.9.8
11452024-10-16T19:17:08.579Z Compiling socket2 v0.5.7
11462024-10-16T19:17:08.877Z Compiling slab v0.4.9
11472024-10-16T19:17:08.894Z Compiling serde_json v1.0.128
11482024-10-16T19:17:09.209Z Compiling futures-channel v0.3.31
11492024-10-16T19:17:09.227Z Compiling allocator-api2 v0.2.18
11502024-10-16T19:17:09.274Z Compiling futures-io v0.3.31
11512024-10-16T19:17:09.313Z Compiling foldhash v0.1.3
11522024-10-16T19:17:09.500Z Compiling futures-task v0.3.31
11532024-10-16T19:17:09.597Z Compiling tinyvec_macros v0.1.1
11542024-10-16T19:17:09.597Z Compiling pin-utils v0.1.0
11552024-10-16T19:17:09.632Z Compiling libm v0.2.8
11562024-10-16T19:17:09.632Z Compiling num-traits v0.2.19
11572024-10-16T19:17:09.682Z Compiling tinyvec v1.8.0
11582024-10-16T19:17:09.701Z Compiling unicode-bidi v0.3.17
11592024-10-16T19:17:09.791Z Compiling base64ct v1.6.0
11602024-10-16T19:17:09.941Z Compiling hashbrown v0.15.0
11612024-10-16T19:17:10.265Z Compiling pem-rfc7468 v0.7.0
11622024-10-16T19:17:10.425Z Compiling flagset v0.4.6
11632024-10-16T19:17:10.646Z Compiling httparse v1.9.5
11642024-10-16T19:17:11.214Z Compiling tracing-core v0.1.32
11652024-10-16T19:17:11.342Z Compiling unicode-normalization v0.1.24
11662024-10-16T19:17:11.381Z Compiling rustls-pki-types v1.9.0
11672024-10-16T19:17:11.527Z Compiling percent-encoding v2.3.1
11682024-10-16T19:17:11.546Z Compiling crossbeam-utils v0.8.20
11692024-10-16T19:17:11.907Z Compiling ring v0.17.8
11702024-10-16T19:17:12.186Z Compiling powerfmt v0.2.0
11712024-10-16T19:17:12.494Z Compiling num-conv v0.1.0
11722024-10-16T19:17:12.557Z Compiling pkg-config v0.3.31
11732024-10-16T19:17:12.584Z Compiling untrusted v0.9.0
11742024-10-16T19:17:12.588Z Compiling time-core v0.1.2
11752024-10-16T19:17:12.622Z Compiling vcpkg v0.2.15
11762024-10-16T19:17:12.750Z Compiling deranged v0.3.11
11772024-10-16T19:17:12.811Z Compiling time-macros v0.2.18
11782024-10-16T19:17:13.309Z Compiling num_threads v0.1.7
11792024-10-16T19:17:13.438Z Compiling atomic-waker v1.1.2
11802024-10-16T19:17:13.624Z Compiling form_urlencoded v1.2.1
11812024-10-16T19:17:13.897Z Compiling slog v2.7.0
11822024-10-16T19:17:13.951Z Compiling try-lock v0.2.5
11832024-10-16T19:17:14.084Z Compiling rustix v0.38.37
11842024-10-16T19:17:14.101Z Compiling want v0.3.1
11852024-10-16T19:17:14.366Z Compiling httpdate v1.0.3
11862024-10-16T19:17:14.493Z Compiling idna v0.5.0
11872024-10-16T19:17:14.640Z Compiling openssl-sys v0.9.103
11882024-10-16T19:17:14.748Z Compiling tower-service v0.3.3
11892024-10-16T19:17:14.869Z Compiling rustversion v1.0.17
11902024-10-16T19:17:14.922Z Compiling match_cfg v0.1.0
11912024-10-16T19:17:15.017Z Compiling base64 v0.22.1
11922024-10-16T19:17:15.208Z Compiling openssl v0.10.66
11932024-10-16T19:17:15.561Z Compiling iana-time-zone v0.1.61
11942024-10-16T19:17:15.614Z Compiling foreign-types-shared v0.1.1
11952024-10-16T19:17:15.715Z Compiling foreign-types v0.3.2
11962024-10-16T19:17:15.795Z Compiling url v2.5.2
11972024-10-16T19:17:15.814Z Compiling hostname v0.3.1
11982024-10-16T19:17:15.900Z Compiling dirs-sys-next v0.1.2
11992024-10-16T19:17:15.903Z Compiling time v0.3.36
12002024-10-16T19:17:15.960Z Compiling aho-corasick v1.1.3
12012024-10-16T19:17:16.035Z Compiling regex-syntax v0.8.5
12022024-10-16T19:17:16.500Z Compiling data-encoding v2.6.0
12032024-10-16T19:17:17.368Z Compiling adler2 v2.0.0
12042024-10-16T19:17:17.571Z Compiling rustls v0.23.14
12052024-10-16T19:17:17.790Z Compiling rustls v0.22.4
12062024-10-16T19:17:18.051Z Compiling siphasher v0.3.11
12072024-10-16T19:17:18.418Z Compiling native-tls v0.2.12
12082024-10-16T19:17:18.437Z Compiling syn v1.0.109
12092024-10-16T19:17:18.771Z Compiling miniz_oxide v0.8.0
12102024-10-16T19:17:19.108Z Compiling regex-automata v0.4.8
12112024-10-16T19:17:19.397Z Compiling dirs-next v2.0.0
12122024-10-16T19:17:20.078Z Compiling serde_derive v1.0.210
12132024-10-16T19:17:20.215Z Compiling zeroize_derive v1.4.2
12142024-10-16T19:17:20.451Z Compiling zerocopy-derive v0.7.35
12152024-10-16T19:17:20.838Z Compiling tokio-macros v2.4.0
12162024-10-16T19:17:20.862Z Compiling thiserror-impl v1.0.64
12172024-10-16T19:17:21.741Z Compiling zeroize v1.8.1
12182024-10-16T19:17:21.882Z Compiling futures-macro v0.3.31
12192024-10-16T19:17:22.461Z Compiling der_derive v0.7.3
12202024-10-16T19:17:22.628Z Compiling zerocopy v0.7.35
12212024-10-16T19:17:23.459Z Compiling crypto-common v0.1.6
12222024-10-16T19:17:23.660Z Compiling block-buffer v0.10.4
12232024-10-16T19:17:23.663Z Compiling futures-util v0.3.31
12242024-10-16T19:17:23.902Z Compiling digest v0.10.7
12252024-10-16T19:17:23.927Z Compiling thiserror v1.0.64
12262024-10-16T19:17:24.049Z Compiling block-padding v0.3.3
12272024-10-16T19:17:24.153Z Compiling ppv-lite86 v0.2.20
12282024-10-16T19:17:24.271Z Compiling hmac v0.12.1
12292024-10-16T19:17:24.327Z Compiling inout v0.1.3
12302024-10-16T19:17:24.488Z Compiling sha2 v0.10.8
12312024-10-16T19:17:24.584Z Compiling cipher v0.4.4
12322024-10-16T19:17:24.802Z Compiling der v0.7.9
12332024-10-16T19:17:24.957Z Compiling rand_chacha v0.3.1
12342024-10-16T19:17:25.063Z Compiling tracing-attributes v0.1.27
12352024-10-16T19:17:27.091Z Compiling spki v0.7.3
12362024-10-16T19:17:27.408Z Compiling rand v0.8.5
12372024-10-16T19:17:28.013Z Compiling salsa20 v0.10.2
12382024-10-16T19:17:28.030Z Compiling pbkdf2 v0.12.2
12392024-10-16T19:17:28.198Z Compiling pest v2.7.14
12402024-10-16T19:17:28.200Z Compiling scrypt v0.11.0
12412024-10-16T19:17:28.715Z Compiling aes v0.8.4
12422024-10-16T19:17:28.718Z Compiling tracing v0.1.40
12432024-10-16T19:17:29.220Z Compiling cbc v0.1.2
12442024-10-16T19:17:29.335Z Compiling scroll_derive v0.12.0
12452024-10-16T19:17:29.441Z Compiling async-trait v0.1.83
12462024-10-16T19:17:29.551Z Compiling pkcs5 v0.7.1
12472024-10-16T19:17:30.813Z Compiling pest_meta v2.7.14
12482024-10-16T19:17:30.816Z Compiling scroll v0.12.0
12492024-10-16T19:17:31.051Z Compiling pkcs8 v0.10.2
12502024-10-16T19:17:31.273Z Compiling openssl-macros v0.1.1
12512024-10-16T19:17:31.399Z Compiling goblin v0.8.2
12522024-10-16T19:17:31.798Z Compiling signature v2.2.0
12532024-10-16T19:17:32.002Z Compiling pest_generator v2.7.14
12542024-10-16T19:17:32.074Z Compiling rustls-webpki v0.102.8
12552024-10-16T19:17:32.219Z Compiling sha1 v0.10.6
12562024-10-16T19:17:32.621Z Compiling serde_derive_internals v0.29.1
12572024-10-16T19:17:33.664Z Compiling bytes v1.7.2
12582024-10-16T19:17:33.865Z Compiling indexmap v2.6.0
12592024-10-16T19:17:34.060Z Compiling bitflags v2.6.0
12602024-10-16T19:17:34.446Z Compiling semver v1.0.23
12612024-10-16T19:17:34.841Z Compiling tokio v1.40.0
12622024-10-16T19:17:34.999Z Compiling http v1.1.0
12632024-10-16T19:17:35.111Z Compiling rustc_version v0.4.1
12642024-10-16T19:17:35.332Z Compiling serde_spanned v0.6.8
12652024-10-16T19:17:35.376Z Compiling pest_derive v2.7.14
12662024-10-16T19:17:35.570Z Compiling uuid v1.10.0
12672024-10-16T19:17:35.907Z Compiling toml_datetime v0.6.8
12682024-10-16T19:17:36.157Z Compiling dtrace-parser v0.2.0
12692024-10-16T19:17:36.373Z Compiling serde_tokenstream v0.2.2
12702024-10-16T19:17:36.671Z Compiling http-body v1.0.1
12712024-10-16T19:17:36.906Z Compiling dof v0.3.0
12722024-10-16T19:17:36.968Z Compiling chrono v0.4.38
12732024-10-16T19:17:36.985Z Compiling http-body-util v0.1.2
12742024-10-16T19:17:37.419Z Compiling heapless v0.7.17
12752024-10-16T19:17:37.867Z Compiling usdt-impl v0.5.0
12762024-10-16T19:17:38.301Z Compiling crossbeam-epoch v0.9.18
12772024-10-16T19:17:39.051Z Compiling lazy_static v1.5.0
12782024-10-16T19:17:39.121Z Compiling thread_local v1.1.8
12792024-10-16T19:17:39.170Z Compiling encoding_rs v0.8.34
12802024-10-16T19:17:39.419Z Compiling cookie v0.18.1
12812024-10-16T19:17:39.633Z Compiling multer v3.1.0
12822024-10-16T19:17:39.712Z Compiling schemars v0.8.21
12832024-10-16T19:17:39.926Z Compiling unicode-properties v0.1.3
12842024-10-16T19:17:40.088Z Compiling gimli v0.31.1
12852024-10-16T19:17:40.350Z Compiling openssl-probe v0.1.5
12862024-10-16T19:17:40.535Z Compiling signal-hook v0.3.17
12872024-10-16T19:17:40.708Z Compiling slog-async v2.8.0
12882024-10-16T19:17:40.719Z Compiling ipnet v2.10.1
12892024-10-16T19:17:40.810Z Compiling mime v0.3.17
12902024-10-16T19:17:41.262Z Compiling either v1.13.0
12912024-10-16T19:17:41.374Z Compiling paste v1.0.15
12922024-10-16T19:17:41.393Z Compiling rayon-core v1.12.1
12932024-10-16T19:17:41.642Z Compiling usdt-attr-macro v0.5.0
12942024-10-16T19:17:41.687Z Compiling usdt-macro v0.5.0
12952024-10-16T19:17:41.995Z Compiling toml_edit v0.22.22
12962024-10-16T19:17:42.017Z Compiling stringprep v0.1.5
12972024-10-16T19:17:43.130Z Compiling tokio-util v0.7.12
12982024-10-16T19:17:43.315Z Compiling crossbeam-deque v0.8.5
12992024-10-16T19:17:43.432Z Compiling curve25519-dalek v4.1.3
13002024-10-16T19:17:43.494Z Compiling slog-json v2.6.1
13012024-10-16T19:17:43.881Z Compiling schemars_derive v0.8.21
13022024-10-16T19:17:44.034Z Compiling serde_urlencoded v0.7.1
13032024-10-16T19:17:44.310Z Compiling h2 v0.4.6
13042024-10-16T19:17:44.485Z Compiling addr2line v0.24.2
13052024-10-16T19:17:45.178Z Compiling futures-executor v0.3.31
13062024-10-16T19:17:45.806Z Compiling md-5 v0.10.6
13072024-10-16T19:17:46.080Z Compiling enum-as-inner v0.6.1
13082024-10-16T19:17:46.262Z Compiling async-stream-impl v0.3.6
13092024-10-16T19:17:47.119Z Compiling term v0.7.0
13102024-10-16T19:17:47.671Z Compiling crossbeam-channel v0.5.13
13112024-10-16T19:17:48.657Z Compiling num-integer v0.1.46
13122024-10-16T19:17:48.809Z Compiling idna v0.4.0
13132024-10-16T19:17:49.432Z Compiling idna v0.3.0
13142024-10-16T19:17:50.002Z Compiling rustls-pemfile v2.2.0
13152024-10-16T19:17:50.164Z Compiling hash32 v0.2.1
13162024-10-16T19:17:50.381Z Compiling ff v0.13.0
13172024-10-16T19:17:50.409Z Compiling is-terminal v0.4.13
13182024-10-16T19:17:50.534Z Compiling dropshot v0.12.0
13192024-10-16T19:17:50.575Z Compiling object v0.36.5
13202024-10-16T19:17:50.609Z Compiling linked-hash-map v0.5.6
13212024-10-16T19:17:50.832Z Compiling smoltcp v0.9.1
13222024-10-16T19:17:50.968Z Compiling psl-types v2.0.11
13232024-10-16T19:17:51.014Z Compiling anyhow v1.0.89
13242024-10-16T19:17:51.155Z Compiling hyper v1.4.1
13252024-10-16T19:17:51.568Z Compiling utf-8 v0.7.6
13262024-10-16T19:17:51.613Z Compiling portable-atomic v1.9.0
13272024-10-16T19:17:51.881Z Compiling fallible-iterator v0.2.0
13282024-10-16T19:17:52.621Z Compiling num-bigint-dig v0.8.4
13292024-10-16T19:17:52.686Z Compiling rustc-demangle v0.1.24
13302024-10-16T19:17:52.918Z Compiling base16ct v0.2.0
13312024-10-16T19:17:53.244Z Compiling take_mut v0.2.2
13322024-10-16T19:17:53.397Z Compiling quick-error v1.2.3
13332024-10-16T19:17:53.540Z Compiling hyper-util v0.1.9
13342024-10-16T19:17:53.628Z Compiling dyn-clone v1.0.17
13352024-10-16T19:17:53.856Z Compiling stable_deref_trait v1.2.0
13362024-10-16T19:17:55.160Z Compiling resolv-conf v0.7.0
13372024-10-16T19:17:55.440Z Compiling sec1 v0.7.3
13382024-10-16T19:17:56.033Z Compiling postgres-protocol v0.6.7
13392024-10-16T19:17:56.051Z Compiling tungstenite v0.23.0
13402024-10-16T19:17:56.648Z Compiling publicsuffix v2.2.3
13412024-10-16T19:17:56.768Z Compiling lru-cache v0.1.2
13422024-10-16T19:17:56.950Z Compiling group v0.13.0
13432024-10-16T19:17:56.969Z Compiling slog-term v2.9.1
13442024-10-16T19:17:57.271Z Compiling tokio-rustls v0.26.0
13452024-10-16T19:17:57.324Z Compiling usdt v0.5.0
13462024-10-16T19:17:57.726Z Compiling backtrace v0.3.74
13472024-10-16T19:17:57.828Z Compiling hickory-proto v0.24.1
13482024-10-16T19:17:58.186Z Compiling tokio-rustls v0.25.0
13492024-10-16T19:17:58.207Z Compiling num-iter v0.1.45
13502024-10-16T19:17:58.295Z Compiling async-stream v0.3.6
13512024-10-16T19:17:58.377Z Compiling futures v0.3.31
13522024-10-16T19:17:58.439Z Compiling toml v0.8.19
13532024-10-16T19:17:58.495Z Compiling tokio-native-tls v0.3.1
13542024-10-16T19:17:58.566Z Compiling slog-bunyan v2.5.0
13552024-10-16T19:17:59.688Z Compiling camino v1.1.9
13562024-10-16T19:17:59.829Z Compiling terminal_size v0.4.0
13572024-10-16T19:18:00.053Z Compiling dropshot_endpoint v0.12.0
13582024-10-16T19:18:00.113Z Compiling openapiv3 v2.0.0
13592024-10-16T19:18:00.348Z Compiling serde_path_to_error v0.1.16
13602024-10-16T19:18:00.701Z Compiling hkdf v0.12.4
13612024-10-16T19:18:00.947Z Compiling crypto-bigint v0.5.5
13622024-10-16T19:18:00.967Z Compiling zerocopy-derive v0.6.6
13632024-10-16T19:18:01.186Z Compiling curve25519-dalek-derive v0.1.1
13642024-10-16T19:18:01.280Z Compiling phf_shared v0.11.2
13652024-10-16T19:18:01.309Z Compiling hubpack_derive v0.1.1
13662024-10-16T19:18:01.671Z Compiling waitgroup v0.1.2
13672024-10-16T19:18:01.897Z Compiling webpki-roots v0.26.6
13682024-10-16T19:18:02.110Z Compiling hostname v0.4.0
13692024-10-16T19:18:02.254Z Compiling fs-err v2.11.0
13702024-10-16T19:18:02.378Z Compiling ahash v0.8.11
13712024-10-16T19:18:02.560Z Compiling debug-ignore v1.0.5
13722024-10-16T19:18:02.683Z Compiling bitflags v1.3.2
13732024-10-16T19:18:02.707Z Compiling winnow v0.5.40
13742024-10-16T19:18:02.725Z Compiling managed v0.8.0
13752024-10-16T19:18:02.778Z Compiling console v0.15.8
13762024-10-16T19:18:03.124Z Compiling zerocopy v0.6.6
13772024-10-16T19:18:03.153Z Compiling hickory-resolver v0.24.1
13782024-10-16T19:18:03.961Z Compiling elliptic-curve v0.13.8
13792024-10-16T19:18:04.391Z Compiling clap_builder v4.5.20
13802024-10-16T19:18:06.423Z Compiling toml_edit v0.19.15
13812024-10-16T19:18:06.585Z Compiling strum_macros v0.25.3
13822024-10-16T19:18:07.209Z Compiling hubpack v0.1.2
13832024-10-16T19:18:07.643Z Compiling hyper-rustls v0.27.3
13842024-10-16T19:18:07.934Z Compiling phf v0.11.2
13852024-10-16T19:18:08.227Z Compiling rayon v1.10.0
13862024-10-16T19:18:08.264Z Compiling signal-hook-mio v0.2.4
13872024-10-16T19:18:08.421Z Compiling cookie_store v0.21.0
13882024-10-16T19:18:09.764Z Compiling hyper-tls v0.6.0
13892024-10-16T19:18:10.671Z Compiling tokio-tungstenite v0.23.1
13902024-10-16T19:18:10.862Z Compiling postgres-types v0.2.8
13912024-10-16T19:18:12.406Z Compiling tokio-stream v0.1.16
13922024-10-16T19:18:12.503Z Compiling serde-big-array v0.5.1
13932024-10-16T19:18:12.745Z Compiling ed25519 v2.2.3
13942024-10-16T19:18:12.870Z Compiling pkcs1 v0.7.5
13952024-10-16T19:18:12.982Z Compiling rfc6979 v0.4.0
13962024-10-16T19:18:13.172Z Compiling bstr v1.10.0
13972024-10-16T19:18:13.410Z Compiling regex v1.11.0
13982024-10-16T19:18:13.604Z Compiling derive-where v1.2.7
13992024-10-16T19:18:13.884Z Compiling clap_derive v4.5.18
14002024-10-16T19:18:14.287Z Compiling serde_repr v0.1.19
14012024-10-16T19:18:14.334Z Compiling phf_shared v0.10.0
14022024-10-16T19:18:14.470Z Compiling float-cmp v0.9.0
14032024-10-16T19:18:14.697Z Compiling sync_wrapper v1.0.1
14042024-10-16T19:18:14.725Z Compiling crc32fast v1.4.2
14052024-10-16T19:18:14.812Z Compiling unicode-segmentation v1.12.0
14062024-10-16T19:18:14.851Z Compiling number_prefix v0.4.0
14072024-10-16T19:18:14.914Z Compiling fixedbitset v0.4.2
14082024-10-16T19:18:15.052Z Compiling bit-vec v0.6.3
14092024-10-16T19:18:15.071Z Compiling predicates-core v1.0.8
14102024-10-16T19:18:15.402Z Compiling precomputed-hash v0.1.1
14112024-10-16T19:18:15.448Z Compiling normalize-line-endings v0.3.0
14122024-10-16T19:18:15.469Z Compiling static_assertions v1.1.0
14132024-10-16T19:18:15.523Z Compiling minimal-lexical v0.2.1
14142024-10-16T19:18:15.543Z Compiling whoami v1.5.2
14152024-10-16T19:18:15.570Z Compiling new_debug_unreachable v1.0.6
14162024-10-16T19:18:15.591Z Compiling difflib v0.4.0
14172024-10-16T19:18:15.670Z Compiling string_cache v0.8.7
14182024-10-16T19:18:15.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14192024-10-16T19:18:16.054Z Compiling predicates v3.1.2
14202024-10-16T19:18:16.142Z Compiling nom v7.1.3
14212024-10-16T19:18:16.179Z Compiling tokio-postgres v0.7.12
14222024-10-16T19:18:17.079Z Compiling qorb v0.0.2
14232024-10-16T19:18:17.123Z Compiling similar v2.6.0
14242024-10-16T19:18:17.740Z Compiling bit-set v0.5.3
14252024-10-16T19:18:18.034Z Compiling petgraph v0.6.5
14262024-10-16T19:18:18.892Z Compiling clap v4.5.20
14272024-10-16T19:18:19.020Z Compiling indicatif v0.17.8
14282024-10-16T19:18:19.567Z Compiling flate2 v1.0.34
14292024-10-16T19:18:19.834Z Compiling reqwest v0.12.8
14302024-10-16T19:18:20.572Z Compiling rsa v0.9.6
14312024-10-16T19:18:21.211Z Compiling ecdsa v0.16.9
14322024-10-16T19:18:21.998Z Compiling ed25519-dalek v2.1.1
14332024-10-16T19:18:22.031Z Compiling toml v0.7.8
14342024-10-16T19:18:22.050Z Compiling crossterm v0.28.1
14352024-10-16T19:18:23.259Z Compiling itertools v0.12.1
14362024-10-16T19:18:23.379Z Compiling itertools v0.10.5
14372024-10-16T19:18:23.733Z Compiling hex v0.4.3
14382024-10-16T19:18:23.765Z Compiling x509-cert v0.2.5
14392024-10-16T19:18:24.316Z Compiling peg-runtime v0.8.3
14402024-10-16T19:18:24.640Z Compiling unicode-xid v0.2.6
14412024-10-16T19:18:24.820Z Compiling lalrpop-util v0.19.12
14422024-10-16T19:18:25.010Z Compiling xattr v1.3.1
14432024-10-16T19:18:25.184Z Compiling strum_macros v0.26.4
14442024-10-16T19:18:25.272Z Compiling filetime v0.2.25
14452024-10-16T19:18:25.603Z Compiling tar v0.4.42
14462024-10-16T19:18:28.542Z Compiling strum v0.26.3
14472024-10-16T19:18:28.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14482024-10-16T19:18:29.004Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14492024-10-16T19:18:34.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
14502024-10-16T19:18:34.503Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14512024-10-16T19:18:34.548ZOct 16 19:18:34.055 INFO Starting download, target: Clickhouse
14522024-10-16T19:18:34.548ZOct 16 19:18:34.055 INFO Starting download, target: Cockroach
14532024-10-16T19:18:34.549ZOct 16 19:18:34.055 INFO Starting download, target: Console
14542024-10-16T19:18:34.551ZOct 16 19:18:34.055 INFO Starting download, target: DendriteOpenapi
14552024-10-16T19:18:34.551ZOct 16 19:18:34.055 INFO Starting download, target: DendriteStub
14562024-10-16T19:18:34.551ZOct 16 19:18:34.055 INFO Starting download, target: MaghemiteMgd
14572024-10-16T19:18:34.552ZOct 16 19:18:34.055 INFO Starting download, target: TransceiverControl
14582024-10-16T19:18:34.552ZOct 16 19:18:34.056 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14592024-10-16T19:18:34.552ZOct 16 19:18:34.056 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14602024-10-16T19:18:34.552ZOct 16 19:18:34.056 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14612024-10-16T19:18:34.552ZOct 16 19:18:34.056 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14622024-10-16T19:18:34.552ZOct 16 19:18:34.056 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14632024-10-16T19:18:34.552ZOct 16 19:18:34.056 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14642024-10-16T19:18:34.552ZOct 16 19:18:34.056 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14652024-10-16T19:18:34.878ZOct 16 19:18:34.373 INFO Download complete, target: DendriteOpenapi
14662024-10-16T19:18:35.031ZOct 16 19:18:34.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14672024-10-16T19:18:35.359ZOct 16 19:18:34.836 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14682024-10-16T19:18:35.649ZOct 16 19:18:35.156 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14692024-10-16T19:18:35.700ZOct 16 19:18:35.207 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14702024-10-16T19:18:35.700ZOct 16 19:18:35.207 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14712024-10-16T19:18:35.718ZOct 16 19:18:35.224 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14722024-10-16T19:18:35.723ZOct 16 19:18:35.230 INFO Download complete, target: Console
14732024-10-16T19:18:35.810ZOct 16 19:18:35.316 INFO Download complete, target: TransceiverControl
14742024-10-16T19:18:36.834ZOct 16 19:18:36.340 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14752024-10-16T19:18:38.756ZOct 16 19:18:38.262 INFO Download complete, target: DendriteStub
14762024-10-16T19:18:38.929ZOct 16 19:18:38.435 INFO Download complete, target: MaghemiteMgd
14772024-10-16T19:18:43.819ZOct 16 19:18:43.324 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14782024-10-16T19:18:44.106ZOct 16 19:18:43.611 INFO Checking that binary works, target: Cockroach
14792024-10-16T19:18:44.263ZOct 16 19:18:43.768 INFO Download complete, target: Cockroach
14802024-10-16T19:18:50.423ZOct 16 19:18:49.927 INFO Checking that binary works, target: Clickhouse
14812024-10-16T19:18:51.374ZOct 16 19:18:50.879 INFO Download complete, target: Clickhouse
14822024-10-16T19:18:51.719ZAll builder prerequisites installed successfully, and PATH looks valid
14832024-10-16T19:18:51.721Z
14842024-10-16T19:18:51.721Zreal 4:10.707062060
14852024-10-16T19:18:51.721Zuser 12:27.418270542
14862024-10-16T19:18:51.721Zsys 2:38.081532661
14872024-10-16T19:18:51.721Ztrap 0.416150395
14882024-10-16T19:18:51.721Ztflt 8.389274338
14892024-10-16T19:18:51.721Zdflt 5.932499935
14902024-10-16T19:18:51.721Zkflt 0.169504017
14912024-10-16T19:18:51.721Zlock 24:33.621244649
14922024-10-16T19:18:51.721Zslp 49:58.101338030
14932024-10-16T19:18:51.721Zlat 40.146421797
14942024-10-16T19:18:51.721Zstop 1:58.053042429
14952024-10-16T19:18:51.722Z+ banner hack-check
14962024-10-16T19:18:51.724Z
14972024-10-16T19:18:51.724Z # # ## #### # # #### # # ###### #### # #
14982024-10-16T19:18:51.724Z # # # # # # # # # # # # # # # # #
14992024-10-16T19:18:51.724Z ###### # # # #### ##### # ###### ##### # ####
15002024-10-16T19:18:51.725Z # # ###### # # # # # # # # # #
15012024-10-16T19:18:51.725Z # # # # # # # # # # # # # # # # #
15022024-10-16T19:18:51.725Z # # # # #### # # #### # # ###### #### # #
15032024-10-16T19:18:51.725Z
15042024-10-16T19:18:51.725Z+ export CARGO_INCREMENTAL=0
15052024-10-16T19:18:51.725Z+ CARGO_INCREMENTAL=0
15062024-10-16T19:18:51.725Z+ ptime -m timeout 2h cargo xtask check-features --ci
15072024-10-16T19:18:52.309Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15082024-10-16T19:18:55.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
15092024-10-16T19:18:56.017Z Running `target/debug/xtask check-features --ci`
15102024-10-16T19:18:56.037Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15112024-10-16T19:18:56.039Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15122024-10-16T19:18:56.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15132024-10-16T19:18:56.550Z Running `target/debug/xtask download cargo-hack`
15142024-10-16T19:18:57.412Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15152024-10-16T19:18:57.783Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15162024-10-16T19:19:02.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
15172024-10-16T19:19:02.570Z Running `target/debug/xtask-downloader cargo-hack`
15182024-10-16T19:19:02.610ZOct 16 19:19:02.113 INFO Starting download, target: CargoHack
15192024-10-16T19:19:02.612ZOct 16 19:19:02.114 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15202024-10-16T19:19:03.216ZOct 16 19:19:02.719 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15212024-10-16T19:19:03.317ZOct 16 19:19:02.820 INFO Download complete, target: CargoHack
15222024-10-16T19:19:03.320Zrunning: "/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"
15232024-10-16T19:19:03.336Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15242024-10-16T19:19:03.497Zinfo: running `cargo check --bins` on api_identity (1/166)
15252024-10-16T19:19:04.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15262024-10-16T19:19:04.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15272024-10-16T19:19:04.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15282024-10-16T19:19:04.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15292024-10-16T19:19:04.131Z
15302024-10-16T19:19:04.131Zinfo: running `cargo check --bins` on bootstore (2/166)
15312024-10-16T19:19:04.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-10-16T19:19:04.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-10-16T19:19:04.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-10-16T19:19:04.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15352024-10-16T19:19:04.793Z
15362024-10-16T19:19:04.793Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15372024-10-16T19:19:05.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-10-16T19:19:05.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-10-16T19:19:05.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-10-16T19:19:05.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15412024-10-16T19:19:05.439Z
15422024-10-16T19:19:05.439Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15432024-10-16T19:19:06.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-10-16T19:19:06.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-10-16T19:19:06.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-10-16T19:19:06.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15472024-10-16T19:19:06.091Z
15482024-10-16T19:19:06.091Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15492024-10-16T19:19:06.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-10-16T19:19:06.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-10-16T19:19:06.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-10-16T19:19:06.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15532024-10-16T19:19:06.552Z
15542024-10-16T19:19:06.552Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15552024-10-16T19:19:06.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-10-16T19:19:06.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-10-16T19:19:06.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-10-16T19:19:06.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15592024-10-16T19:19:07.017Z
15602024-10-16T19:19:07.017Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15612024-10-16T19:19:07.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-10-16T19:19:07.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-10-16T19:19:07.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-10-16T19:19:07.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15652024-10-16T19:19:07.488Z
15662024-10-16T19:19:07.488Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15672024-10-16T19:19:07.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-10-16T19:19:07.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-10-16T19:19:07.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-10-16T19:19:07.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15712024-10-16T19:19:07.952Z
15722024-10-16T19:19:07.952Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15732024-10-16T19:19:08.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-10-16T19:19:08.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-10-16T19:19:08.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-10-16T19:19:08.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15772024-10-16T19:19:08.414Z
15782024-10-16T19:19:08.414Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15792024-10-16T19:19:08.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-10-16T19:19:08.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-10-16T19:19:08.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-10-16T19:19:08.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15832024-10-16T19:19:08.879Z
15842024-10-16T19:19:08.879Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15852024-10-16T19:19:09.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-10-16T19:19:09.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-10-16T19:19:09.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-10-16T19:19:09.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15892024-10-16T19:19:09.339Z
15902024-10-16T19:19:09.339Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15912024-10-16T19:19:09.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-10-16T19:19:09.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-10-16T19:19:09.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-10-16T19:19:09.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15952024-10-16T19:19:09.806Z
15962024-10-16T19:19:09.806Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
15972024-10-16T19:19:10.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-10-16T19:19:10.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-10-16T19:19:10.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-10-16T19:19:10.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16012024-10-16T19:19:10.274Z
16022024-10-16T19:19:10.274Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16032024-10-16T19:19:10.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-10-16T19:19:10.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-10-16T19:19:10.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-10-16T19:19:10.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16072024-10-16T19:19:10.743Z
16082024-10-16T19:19:10.743Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16092024-10-16T19:19:11.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-10-16T19:19:11.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-10-16T19:19:11.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-10-16T19:19:11.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16132024-10-16T19:19:11.209Z
16142024-10-16T19:19:11.209Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16152024-10-16T19:19:11.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-10-16T19:19:11.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-10-16T19:19:11.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-10-16T19:19:11.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16192024-10-16T19:19:11.669Z
16202024-10-16T19:19:11.669Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16212024-10-16T19:19:12.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-10-16T19:19:12.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-10-16T19:19:12.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-10-16T19:19:12.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16252024-10-16T19:19:12.134Z
16262024-10-16T19:19:12.134Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16272024-10-16T19:19:12.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-10-16T19:19:12.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-10-16T19:19:12.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-10-16T19:19:12.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16312024-10-16T19:19:12.603Z
16322024-10-16T19:19:12.603Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16332024-10-16T19:19:13.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-10-16T19:19:13.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-10-16T19:19:13.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-10-16T19:19:13.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16372024-10-16T19:19:13.069Z
16382024-10-16T19:19:13.069Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16392024-10-16T19:19:13.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-10-16T19:19:13.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-10-16T19:19:13.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-10-16T19:19:13.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16432024-10-16T19:19:13.532Z
16442024-10-16T19:19:13.532Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16452024-10-16T19:19:13.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-10-16T19:19:13.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-10-16T19:19:13.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-10-16T19:19:13.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16492024-10-16T19:19:13.994Z
16502024-10-16T19:19:13.994Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16512024-10-16T19:19:14.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-10-16T19:19:14.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-10-16T19:19:14.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-10-16T19:19:14.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16552024-10-16T19:19:14.462Z
16562024-10-16T19:19:14.462Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16572024-10-16T19:19:14.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-10-16T19:19:14.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-10-16T19:19:14.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-10-16T19:19:14.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16612024-10-16T19:19:14.929Z
16622024-10-16T19:19:14.929Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16632024-10-16T19:19:15.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-10-16T19:19:15.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-10-16T19:19:15.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-10-16T19:19:15.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16672024-10-16T19:19:15.393Z
16682024-10-16T19:19:15.393Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16692024-10-16T19:19:15.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-10-16T19:19:15.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-10-16T19:19:15.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-10-16T19:19:15.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16732024-10-16T19:19:16.058Z
16742024-10-16T19:19:16.058Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16752024-10-16T19:19:16.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-10-16T19:19:16.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-10-16T19:19:16.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-10-16T19:19:16.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16792024-10-16T19:19:16.716Z
16802024-10-16T19:19:16.717Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16812024-10-16T19:19:17.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-10-16T19:19:17.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-10-16T19:19:17.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-10-16T19:19:17.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16852024-10-16T19:19:17.374Z
16862024-10-16T19:19:17.374Zinfo: running `cargo check --bins` on oxlog (28/166)
16872024-10-16T19:19:17.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-10-16T19:19:17.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-10-16T19:19:18.021Z Checking cfg-if v1.0.0
16902024-10-16T19:19:18.113Z Checking libc v0.2.159
16912024-10-16T19:19:18.121Z Checking serde v1.0.210
16922024-10-16T19:19:18.124Z Checking zeroize v1.8.1
16932024-10-16T19:19:18.134Z Checking memchr v2.7.4
16942024-10-16T19:19:18.144Z Checking typenum v1.17.0
16952024-10-16T19:19:18.147Z Checking scopeguard v1.2.0
16962024-10-16T19:19:18.154Z Checking subtle v2.6.1
16972024-10-16T19:19:18.177Z Checking value-bag v1.9.0
16982024-10-16T19:19:18.279Z Checking lock_api v0.4.12
16992024-10-16T19:19:18.362Z Checking itoa v1.0.11
17002024-10-16T19:19:18.403Z Checking const-oid v0.9.6
17012024-10-16T19:19:18.562Z Checking log v0.4.22
17022024-10-16T19:19:18.577Z Checking pin-project-lite v0.2.14
17032024-10-16T19:19:18.668Z Checking smallvec v1.13.2
17042024-10-16T19:19:18.687Z Checking byteorder v1.5.0
17052024-10-16T19:19:18.988Z Checking futures-core v0.3.31
17062024-10-16T19:19:18.991Z Checking once_cell v1.20.2
17072024-10-16T19:19:19.052Z Checking cpufeatures v0.2.14
17082024-10-16T19:19:19.103Z Checking futures-sink v0.3.31
17092024-10-16T19:19:19.141Z Checking spin v0.9.8
17102024-10-16T19:19:19.176Z Checking zerocopy v0.7.35
17112024-10-16T19:19:19.222Z Checking getrandom v0.2.15
17122024-10-16T19:19:19.236Z Checking parking_lot_core v0.9.10
17132024-10-16T19:19:19.308Z Checking signal-hook-registry v1.4.2
17142024-10-16T19:19:19.430Z Checking rand_core v0.6.4
17152024-10-16T19:19:19.450Z Checking generic-array v0.14.7
17162024-10-16T19:19:19.480Z Checking mio v1.0.2
17172024-10-16T19:19:19.535Z Checking socket2 v0.5.7
17182024-10-16T19:19:19.556Z Checking parking_lot v0.12.3
17192024-10-16T19:19:19.712Z Checking slab v0.4.9
17202024-10-16T19:19:19.899Z Checking futures-channel v0.3.31
17212024-10-16T19:19:19.970Z Checking futures-task v0.3.31
17222024-10-16T19:19:19.998Z Checking allocator-api2 v0.2.18
17232024-10-16T19:19:20.046Z Checking foldhash v0.1.3
17242024-10-16T19:19:20.198Z Checking tinyvec_macros v0.1.1
17252024-10-16T19:19:20.213Z Checking futures-io v0.3.31
17262024-10-16T19:19:20.244Z Checking equivalent v1.0.1
17272024-10-16T19:19:20.258Z Checking pin-utils v0.1.0
17282024-10-16T19:19:20.279Z Checking tinyvec v1.8.0
17292024-10-16T19:19:20.339Z Checking ryu v1.0.18
17302024-10-16T19:19:20.354Z Checking fnv v1.0.7
17312024-10-16T19:19:20.384Z Checking futures-util v0.3.31
17322024-10-16T19:19:20.462Z Checking unicode-bidi v0.3.17
17332024-10-16T19:19:20.555Z Checking crypto-common v0.1.6
17342024-10-16T19:19:20.558Z Checking block-buffer v0.10.4
17352024-10-16T19:19:20.584Z Checking block-padding v0.3.3
17362024-10-16T19:19:20.597Z Checking hashbrown v0.15.0
17372024-10-16T19:19:20.724Z Checking libm v0.2.8
17382024-10-16T19:19:20.767Z Checking digest v0.10.7
17392024-10-16T19:19:20.782Z Checking inout v0.1.3
17402024-10-16T19:19:20.996Z Checking cipher v0.4.4
17412024-10-16T19:19:21.070Z Checking base64ct v1.6.0
17422024-10-16T19:19:21.135Z Checking hmac v0.12.1
17432024-10-16T19:19:21.345Z Checking sha2 v0.10.8
17442024-10-16T19:19:21.381Z Checking ppv-lite86 v0.2.20
17452024-10-16T19:19:21.483Z Checking pem-rfc7468 v0.7.0
17462024-10-16T19:19:21.589Z Checking unicode-normalization v0.1.24
17472024-10-16T19:19:21.615Z Checking num-traits v0.2.19
17482024-10-16T19:19:21.699Z Checking flagset v0.4.6
17492024-10-16T19:19:21.721Z Checking tracing-core v0.1.32
17502024-10-16T19:19:21.882Z Checking thiserror v1.0.64
17512024-10-16T19:19:21.897Z Checking der v0.7.9
17522024-10-16T19:19:22.009Z Checking rustls-pki-types v1.9.0
17532024-10-16T19:19:22.146Z Checking rand_chacha v0.3.1
17542024-10-16T19:19:22.361Z Checking percent-encoding v2.3.1
17552024-10-16T19:19:22.483Z Checking tracing v0.1.40
17562024-10-16T19:19:22.518Z Checking rand v0.8.5
17572024-10-16T19:19:22.569Z Checking salsa20 v0.10.2
17582024-10-16T19:19:22.584Z Checking pbkdf2 v0.12.2
17592024-10-16T19:19:22.740Z Checking httparse v1.9.5
17602024-10-16T19:19:22.763Z Checking powerfmt v0.2.0
17612024-10-16T19:19:22.819Z Checking untrusted v0.9.0
17622024-10-16T19:19:22.966Z Checking ring v0.17.8
17632024-10-16T19:19:22.982Z Checking bytes v1.7.2
17642024-10-16T19:19:23.031Z Checking indexmap v2.6.0
17652024-10-16T19:19:23.175Z Checking serde_json v1.0.128
17662024-10-16T19:19:23.349Z Checking bitflags v2.6.0
17672024-10-16T19:19:23.629Z Checking deranged v0.3.11
17682024-10-16T19:19:23.708Z Checking spki v0.7.3
17692024-10-16T19:19:23.735Z Checking tokio v1.40.0
17702024-10-16T19:19:23.776Z Checking http v1.1.0
17712024-10-16T19:19:23.997Z Checking scrypt v0.11.0
17722024-10-16T19:19:24.201Z Checking aes v0.8.4
17732024-10-16T19:19:24.250Z Checking cbc v0.1.2
17742024-10-16T19:19:24.454Z Checking crossbeam-utils v0.8.20
17752024-10-16T19:19:24.743Z Checking atomic-waker v1.1.2
17762024-10-16T19:19:24.781Z Checking num_threads v0.1.7
17772024-10-16T19:19:24.866Z Checking time-core v0.1.2
17782024-10-16T19:19:24.887Z Checking num-conv v0.1.0
17792024-10-16T19:19:25.016Z Checking rustls-webpki v0.102.8
17802024-10-16T19:19:25.099Z Checking http-body v1.0.1
17812024-10-16T19:19:25.114Z Checking pkcs5 v0.7.1
17822024-10-16T19:19:25.127Z Checking form_urlencoded v1.2.1
17832024-10-16T19:19:25.143Z Checking try-lock v0.2.5
17842024-10-16T19:19:25.262Z Checking want v0.3.1
17852024-10-16T19:19:25.285Z Checking httpdate v1.0.3
17862024-10-16T19:19:25.317Z Checking unicode-ident v1.0.13
17872024-10-16T19:19:25.391Z Checking time v0.3.36
17882024-10-16T19:19:25.412Z Checking toml_datetime v0.6.8
17892024-10-16T19:19:25.427Z Checking serde_spanned v0.6.8
17902024-10-16T19:19:25.471Z Checking proc-macro2 v1.0.87
17912024-10-16T19:19:25.506Z Checking uuid v1.10.0
17922024-10-16T19:19:25.588Z Checking pkcs8 v0.10.2
17932024-10-16T19:19:25.605Z Checking idna v0.5.0
17942024-10-16T19:19:25.673Z Checking slog v2.7.0
17952024-10-16T19:19:25.868Z Checking scroll v0.12.0
17962024-10-16T19:19:25.895Z Checking match_cfg v0.1.0
17972024-10-16T19:19:25.985Z Checking foreign-types-shared v0.1.1
17982024-10-16T19:19:26.085Z Checking base64 v0.22.1
17992024-10-16T19:19:26.105Z Checking iana-time-zone v0.1.61
18002024-10-16T19:19:26.120Z Checking tower-service v0.3.3
18012024-10-16T19:19:26.134Z Checking plain v0.2.3
18022024-10-16T19:19:26.172Z Checking ucd-trie v0.1.7
18032024-10-16T19:19:26.235Z Checking quote v1.0.37
18042024-10-16T19:19:26.250Z Checking chrono v0.4.38
18052024-10-16T19:19:26.265Z Checking goblin v0.8.2
18062024-10-16T19:19:26.355Z Checking pest v2.7.14
18072024-10-16T19:19:26.447Z Checking url v2.5.2
18082024-10-16T19:19:26.546Z Checking foreign-types v0.3.2
18092024-10-16T19:19:26.568Z Checking hostname v0.3.1
18102024-10-16T19:19:26.639Z Checking openssl-sys v0.9.103
18112024-10-16T19:19:26.693Z Checking errno v0.3.9
18122024-10-16T19:19:26.854Z Checking dirs-sys-next v0.1.2
18132024-10-16T19:19:27.024Z Checking aho-corasick v1.1.3
18142024-10-16T19:19:27.282Z Checking pretty-hex v0.4.1
18152024-10-16T19:19:27.453Z Checking siphasher v0.3.11
18162024-10-16T19:19:27.748Z Checking regex-syntax v0.8.5
18172024-10-16T19:19:27.795Z Checking data-encoding v2.6.0
18182024-10-16T19:19:27.904Z Checking adler2 v2.0.0
18192024-10-16T19:19:28.042Z Checking miniz_oxide v0.8.0
18202024-10-16T19:19:28.332Z Checking openssl v0.10.66
18212024-10-16T19:19:28.454Z Checking dirs-next v2.0.0
18222024-10-16T19:19:28.583Z Checking rustix v0.38.37
18232024-10-16T19:19:28.688Z Checking syn v2.0.79
18242024-10-16T19:19:28.745Z Checking http-body-util v0.1.2
18252024-10-16T19:19:28.855Z Checking dtrace-parser v0.2.0
18262024-10-16T19:19:29.188Z Checking crossbeam-epoch v0.9.18
18272024-10-16T19:19:29.315Z Checking sha1 v0.10.6
18282024-10-16T19:19:29.579Z Checking signature v2.2.0
18292024-10-16T19:19:29.595Z Checking lazy_static v1.5.0
18302024-10-16T19:19:29.708Z Checking thread_local v1.1.8
18312024-10-16T19:19:29.765Z Checking thread-id v4.2.2
18322024-10-16T19:19:29.869Z Checking encoding_rs v0.8.34
18332024-10-16T19:19:29.975Z Checking mime v0.3.17
18342024-10-16T19:19:30.279Z Checking anstyle v1.0.8
18352024-10-16T19:19:30.647Z Checking openssl-probe v0.1.5
18362024-10-16T19:19:30.668Z Checking tokio-util v0.7.12
18372024-10-16T19:19:30.787Z Checking utf8parse v0.2.2
18382024-10-16T19:19:30.906Z Checking regex-automata v0.4.8
18392024-10-16T19:19:30.937Z Checking unicode-properties v0.1.3
18402024-10-16T19:19:31.262Z Checking dof v0.3.0
18412024-10-16T19:19:31.302Z Checking ipnet v2.10.1
18422024-10-16T19:19:31.517Z Checking h2 v0.4.6
18432024-10-16T19:19:31.753Z Checking either v1.13.0
18442024-10-16T19:19:31.847Z Checking winnow v0.6.20
18452024-10-16T19:19:31.925Z Checking gimli v0.31.1
18462024-10-16T19:19:32.144Z Checking stringprep v0.1.5
18472024-10-16T19:19:32.158Z Checking anstyle-parse v0.2.5
18482024-10-16T19:19:32.409Z Checking crossbeam-deque v0.8.5
18492024-10-16T19:19:32.435Z Checking term v0.7.0
18502024-10-16T19:19:32.692Z Checking slog-json v2.6.1
18512024-10-16T19:19:32.859Z Checking rustls v0.22.4
18522024-10-16T19:19:32.933Z Checking rustls v0.23.14
18532024-10-16T19:19:33.706Z Checking native-tls v0.2.12
18542024-10-16T19:19:34.024Z Checking futures-executor v0.3.31
18552024-10-16T19:19:34.250Z Checking serde_urlencoded v0.7.1
18562024-10-16T19:19:34.643Z Checking crossbeam-channel v0.5.13
18572024-10-16T19:19:34.812Z Checking toml_edit v0.22.22
18582024-10-16T19:19:34.897Z Checking usdt-impl v0.5.0
18592024-10-16T19:19:35.355Z Checking num-integer v0.1.46
18602024-10-16T19:19:35.405Z Checking rustls-pemfile v2.2.0
18612024-10-16T19:19:35.434Z Checking idna v0.3.0
18622024-10-16T19:19:35.616Z Checking idna v0.4.0
18632024-10-16T19:19:35.823Z Checking md-5 v0.10.6
18642024-10-16T19:19:35.930Z Checking addr2line v0.24.2
18652024-10-16T19:19:36.030Z Checking ff v0.13.0
18662024-10-16T19:19:36.237Z Checking is-terminal v0.4.13
18672024-10-16T19:19:36.264Z Checking memmap v0.7.0
18682024-10-16T19:19:36.344Z Checking hash32 v0.2.1
18692024-10-16T19:19:36.346Z Checking object v0.36.5
18702024-10-16T19:19:36.414Z Checking utf-8 v0.7.6
18712024-10-16T19:19:36.433Z Checking is_terminal_polyfill v1.70.1
18722024-10-16T19:19:36.462Z Checking take_mut v0.2.2
18732024-10-16T19:19:36.538Z Checking anstyle-query v1.1.1
18742024-10-16T19:19:36.604Z Checking fallible-iterator v0.2.0
18752024-10-16T19:19:36.604Z Checking psl-types v2.0.11
18762024-10-16T19:19:36.642Z Checking base16ct v0.2.0
18772024-10-16T19:19:36.656Z Checking stable_deref_trait v1.2.0
18782024-10-16T19:19:36.752Z Checking rustc-demangle v0.1.24
18792024-10-16T19:19:36.774Z Checking quick-error v1.2.3
18802024-10-16T19:19:36.816Z Checking colorchoice v1.0.2
18812024-10-16T19:19:36.902Z Checking linked-hash-map v0.5.6
18822024-10-16T19:19:36.951Z Checking dyn-clone v1.0.17
18832024-10-16T19:19:37.095Z Checking schemars v0.8.21
18842024-10-16T19:19:37.166Z Checking anstream v0.6.15
18852024-10-16T19:19:37.200Z Checking postgres-protocol v0.6.7
18862024-10-16T19:19:37.217Z Checking lru-cache v0.1.2
18872024-10-16T19:19:37.325Z Checking toml v0.8.19
18882024-10-16T19:19:37.382Z Checking resolv-conf v0.7.0
18892024-10-16T19:19:37.512Z Checking sec1 v0.7.3
18902024-10-16T19:19:37.687Z Checking hyper v1.4.1
18912024-10-16T19:19:37.702Z Checking publicsuffix v2.2.3
18922024-10-16T19:19:37.815Z Checking heapless v0.7.17
18932024-10-16T19:19:37.842Z Checking tokio-rustls v0.26.0
18942024-10-16T19:19:37.890Z Checking slog-async v2.8.0
18952024-10-16T19:19:37.922Z Checking tungstenite v0.23.0
18962024-10-16T19:19:38.061Z Checking usdt v0.5.0
18972024-10-16T19:19:38.176Z Checking hickory-proto v0.24.1
18982024-10-16T19:19:38.243Z Checking tokio-rustls v0.25.0
18992024-10-16T19:19:38.331Z Checking slog-term v2.9.1
19002024-10-16T19:19:38.623Z Checking group v0.13.0
19012024-10-16T19:19:38.693Z Checking num-iter v0.1.45
19022024-10-16T19:19:38.768Z Checking futures v0.3.31
19032024-10-16T19:19:38.800Z Checking tokio-native-tls v0.3.1
19042024-10-16T19:19:38.815Z Checking slog-bunyan v2.5.0
19052024-10-16T19:19:38.858Z Checking rayon-core v1.12.1
19062024-10-16T19:19:38.875Z Checking multer v3.1.0
19072024-10-16T19:19:38.875Z Checking terminal_size v0.4.0
19082024-10-16T19:19:38.963Z Checking cookie v0.18.1
19092024-10-16T19:19:39.041Z Checking phf_shared v0.11.2
19102024-10-16T19:19:39.044Z Checking async-stream v0.3.6
19112024-10-16T19:19:39.243Z Checking camino v1.1.9
19122024-10-16T19:19:39.243Z Checking signal-hook v0.3.17
19132024-10-16T19:19:39.317Z Checking waitgroup v0.1.2
19142024-10-16T19:19:39.397Z Checking openapiv3 v2.0.0
19152024-10-16T19:19:39.454Z Checking serde_path_to_error v0.1.16
19162024-10-16T19:19:39.478Z Checking webpki-roots v0.26.6
19172024-10-16T19:19:39.554Z Checking hkdf v0.12.4
19182024-10-16T19:19:39.664Z Checking hyper-util v0.1.9
19192024-10-16T19:19:39.691Z Checking crypto-bigint v0.5.5
19202024-10-16T19:19:39.758Z Checking hostname v0.4.0
19212024-10-16T19:19:39.791Z Checking debug-ignore v1.0.5
19222024-10-16T19:19:39.875Z Checking unicode-width v0.1.14
19232024-10-16T19:19:39.912Z Checking winnow v0.5.40
19242024-10-16T19:19:40.040Z Checking clap_lex v0.7.2
19252024-10-16T19:19:40.291Z Checking strsim v0.11.1
19262024-10-16T19:19:40.340Z Checking bitflags v1.3.2
19272024-10-16T19:19:40.442Z Checking managed v0.8.0
19282024-10-16T19:19:40.577Z Checking clap_builder v4.5.20
19292024-10-16T19:19:40.808Z Checking smoltcp v0.9.1
19302024-10-16T19:19:41.696Z Checking hyper-rustls v0.27.3
19312024-10-16T19:19:42.029Z Checking hyper-tls v0.6.0
19322024-10-16T19:19:42.250Z Checking console v0.15.8
19332024-10-16T19:19:42.322Z Checking signal-hook-mio v0.2.4
19342024-10-16T19:19:42.416Z Checking elliptic-curve v0.13.8
19352024-10-16T19:19:42.458Z Checking rayon v1.10.0
19362024-10-16T19:19:42.627Z Checking backtrace v0.3.74
19372024-10-16T19:19:42.760Z Checking dropshot v0.12.0
19382024-10-16T19:19:42.800Z Checking hickory-resolver v0.24.1
19392024-10-16T19:19:42.811Z Checking cookie_store v0.21.0
19402024-10-16T19:19:42.888Z Checking toml_edit v0.19.15
19412024-10-16T19:19:43.032Z Checking phf v0.11.2
19422024-10-16T19:19:43.195Z Checking anyhow v1.0.89
19432024-10-16T19:19:43.289Z Checking num-bigint-dig v0.8.4
19442024-10-16T19:19:43.438Z Checking tokio-tungstenite v0.23.1
19452024-10-16T19:19:43.570Z Checking postgres-types v0.2.8
19462024-10-16T19:19:43.590Z Checking bstr v1.10.0
19472024-10-16T19:19:43.901Z Checking regex v1.11.0
19482024-10-16T19:19:44.258Z Checking tokio-stream v0.1.16
19492024-10-16T19:19:44.301Z Checking ed25519 v2.2.3
19502024-10-16T19:19:44.499Z Checking phf_shared v0.10.0
19512024-10-16T19:19:44.519Z Checking zerocopy v0.6.6
19522024-10-16T19:19:44.603Z Checking curve25519-dalek v4.1.3
19532024-10-16T19:19:44.752Z Checking pkcs1 v0.7.5
19542024-10-16T19:19:45.102Z Checking hubpack v0.1.2
19552024-10-16T19:19:45.139Z Checking portable-atomic v1.9.0
19562024-10-16T19:19:45.254Z Checking float-cmp v0.9.0
19572024-10-16T19:19:45.268Z Checking serde-big-array v0.5.1
19582024-10-16T19:19:45.415Z Checking rfc6979 v0.4.0
19592024-10-16T19:19:45.435Z Checking sync_wrapper v1.0.1
19602024-10-16T19:19:45.438Z Checking crc32fast v1.4.2
19612024-10-16T19:19:45.472Z Checking minimal-lexical v0.2.1
19622024-10-16T19:19:45.572Z Checking unicode-segmentation v1.12.0
19632024-10-16T19:19:45.587Z Checking number_prefix v0.4.0
19642024-10-16T19:19:45.657Z Checking new_debug_unreachable v1.0.6
19652024-10-16T19:19:45.744Z Checking precomputed-hash v0.1.1
19662024-10-16T19:19:45.761Z Checking fixedbitset v0.4.2
19672024-10-16T19:19:45.856Z Checking static_assertions v1.1.0
19682024-10-16T19:19:45.874Z Checking bit-vec v0.6.3
19692024-10-16T19:19:45.952Z Checking predicates-core v1.0.8
19702024-10-16T19:19:46.007Z Checking difflib v0.4.0
19712024-10-16T19:19:46.095Z Checking whoami v1.5.2
19722024-10-16T19:19:46.120Z Checking normalize-line-endings v0.3.0
19732024-10-16T19:19:46.192Z Checking bit-set v0.5.3
19742024-10-16T19:19:46.227Z Checking similar v2.6.0
19752024-10-16T19:19:46.242Z Checking petgraph v0.6.5
19762024-10-16T19:19:46.244Z Checking indicatif v0.17.8
19772024-10-16T19:19:46.299Z Checking predicates v3.1.2
19782024-10-16T19:19:46.301Z Checking qorb v0.0.2
19792024-10-16T19:19:46.375Z Checking tokio-postgres v0.7.12
19802024-10-16T19:19:46.419Z Checking ed25519-dalek v2.1.1
19812024-10-16T19:19:46.435Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19822024-10-16T19:19:46.803Z Checking nom v7.1.3
19832024-10-16T19:19:46.944Z Checking string_cache v0.8.7
19842024-10-16T19:19:46.978Z Checking flate2 v1.0.34
19852024-10-16T19:19:47.056Z Checking ecdsa v0.16.9
19862024-10-16T19:19:47.237Z Checking reqwest v0.12.8
19872024-10-16T19:19:47.645Z Checking rsa v0.9.6
19882024-10-16T19:19:47.777Z Checking toml v0.7.8
19892024-10-16T19:19:48.521Z Checking clap v4.5.20
19902024-10-16T19:19:48.541Z Checking crossterm v0.28.1
19912024-10-16T19:19:48.637Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19922024-10-16T19:19:48.663Z Checking itertools v0.10.5
19932024-10-16T19:19:48.680Z Checking itertools v0.12.1
19942024-10-16T19:19:49.014Z Checking fs-err v2.11.0
19952024-10-16T19:19:49.399Z Checking ahash v0.8.11
19962024-10-16T19:19:49.480Z Checking x509-cert v0.2.5
19972024-10-16T19:19:49.546Z Checking hex v0.4.3
19982024-10-16T19:19:49.651Z Checking semver v1.0.23
19992024-10-16T19:19:49.922Z Checking lalrpop-util v0.19.12
20002024-10-16T19:19:50.048Z Checking peg-runtime v0.8.3
20012024-10-16T19:19:50.063Z Checking sigpipe v0.1.3
20022024-10-16T19:19:51.197Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20032024-10-16T19:19:51.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.11s
20042024-10-16T19:19:51.644Z
20052024-10-16T19:19:51.644Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20062024-10-16T19:19:52.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072024-10-16T19:19:52.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082024-10-16T19:19:52.326Z Compiling hashbrown v0.14.5
20092024-10-16T19:19:52.437Z Checking heck v0.5.0
20102024-10-16T19:19:52.450Z Compiling unsafe-libyaml v0.2.11
20112024-10-16T19:19:52.462Z Compiling ident_case v1.0.1
20122024-10-16T19:19:52.472Z Checking progenitor-client v0.8.0
20132024-10-16T19:19:52.484Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20142024-10-16T19:19:52.498Z Compiling proc-macro-crate v1.3.1
20152024-10-16T19:19:52.591Z Compiling darling_core v0.20.10
20162024-10-16T19:19:52.620Z Checking ipnetwork v0.20.0
20172024-10-16T19:19:52.767Z Compiling structmeta-derive v0.3.0
20182024-10-16T19:19:52.878Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20192024-10-16T19:19:52.968Z Compiling newtype-uuid v1.1.2
20202024-10-16T19:19:53.204Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20212024-10-16T19:19:53.293Z Compiling lzma-sys v0.1.20
20222024-10-16T19:19:53.521Z Checking regress v0.10.1
20232024-10-16T19:19:53.536Z Compiling foreign-types-macros v0.2.3
20242024-10-16T19:19:53.653Z Compiling num_enum_derive v0.5.11
20252024-10-16T19:19:54.027Z Compiling serde_yaml v0.9.34+deprecated
20262024-10-16T19:19:54.321Z Checking foreign-types-shared v0.3.1
20272024-10-16T19:19:54.430Z Checking arc-swap v1.7.1
20282024-10-16T19:19:54.820Z Checking foreign-types v0.5.0
20292024-10-16T19:19:54.864Z Checking slog-scope v4.4.0
20302024-10-16T19:19:54.970Z Compiling proc-macro-error v1.0.4
20312024-10-16T19:19:55.590Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20322024-10-16T19:19:55.616Z Checking tungstenite v0.21.0
20332024-10-16T19:19:55.675Z Compiling structmeta v0.3.0
20342024-10-16T19:19:55.696Z Compiling heck v0.3.3
20352024-10-16T19:19:56.105Z Compiling parse-display-derive v0.10.0
20362024-10-16T19:19:56.131Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20372024-10-16T19:19:56.298Z Checking num_enum v0.5.11
20382024-10-16T19:19:56.448Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20392024-10-16T19:19:56.469Z Checking cstr-argument v0.1.2
20402024-10-16T19:19:56.626Z Checking instant v0.1.13
20412024-10-16T19:19:56.742Z Checking base64 v0.21.7
20422024-10-16T19:19:56.921Z Checking typify-impl v0.2.0
20432024-10-16T19:19:56.950Z Checking fastrand v2.1.1
20442024-10-16T19:19:57.270Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20452024-10-16T19:19:57.311Z Checking pretty-hex v0.2.1
20462024-10-16T19:19:57.471Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20472024-10-16T19:19:57.597Z Checking tempfile v3.13.0
20482024-10-16T19:19:57.749Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20492024-10-16T19:19:57.893Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502024-10-16T19:19:57.964Z Checking backoff v0.4.0
20512024-10-16T19:19:58.031Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20522024-10-16T19:19:58.075Z Checking tokio-tungstenite v0.21.0
20532024-10-16T19:19:58.253Z Checking strum v0.26.3
20542024-10-16T19:19:58.334Z Compiling zone_cfg_derive v0.1.2
20552024-10-16T19:19:58.403Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20562024-10-16T19:19:58.551Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20572024-10-16T19:19:58.615Z Checking slog-stdlog v4.1.1
20582024-10-16T19:19:58.782Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20592024-10-16T19:19:58.944Z Checking regress v0.9.1
20602024-10-16T19:19:58.947Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20612024-10-16T19:19:59.149Z Checking colored v2.1.0
20622024-10-16T19:19:59.248Z Checking macaddr v1.0.1
20632024-10-16T19:19:59.364Z Checking base64 v0.13.1
20642024-10-16T19:19:59.553Z Compiling darling_macro v0.20.10
20652024-10-16T19:19:59.570Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20662024-10-16T19:19:59.753Z Checking ron v0.7.1
20672024-10-16T19:19:59.820Z Checking zone v0.1.8
20682024-10-16T19:20:00.041Z Checking xz2 v0.1.7
20692024-10-16T19:20:00.342Z Checking slog-envlogger v2.2.0
20702024-10-16T19:20:00.450Z Compiling darling v0.20.10
20712024-10-16T19:20:00.467Z Checking tabwriter v1.4.0
20722024-10-16T19:20:00.568Z Compiling serde_with_macros v3.11.0
20732024-10-16T19:20:00.568Z Checking xattr v1.3.1
20742024-10-16T19:20:00.667Z Checking parse-display v0.10.0
20752024-10-16T19:20:00.683Z Checking pem v3.0.4
20762024-10-16T19:20:00.767Z Checking yasna v0.5.2
20772024-10-16T19:20:00.894Z Checking headers-core v0.3.0
20782024-10-16T19:20:00.906Z Checking smf v0.2.3
20792024-10-16T19:20:00.921Z Checking filetime v0.2.25
20802024-10-16T19:20:01.021Z Checking same-file v1.0.6
20812024-10-16T19:20:01.115Z Checking tar v0.4.42
20822024-10-16T19:20:01.188Z Checking walkdir v2.5.0
20832024-10-16T19:20:01.328Z Checking headers v0.4.0
20842024-10-16T19:20:01.344Z Checking atomicwrites v0.4.4
20852024-10-16T19:20:01.469Z Checking camino-tempfile v1.1.1
20862024-10-16T19:20:01.532Z Checking subprocess v0.2.9
20872024-10-16T19:20:01.655Z Checking rcgen v0.12.1
20882024-10-16T19:20:02.966Z Checking serde_with v3.11.0
20892024-10-16T19:20:05.648Z Compiling typify-macro v0.2.0
20902024-10-16T19:20:07.535Z Compiling typify v0.2.0
20912024-10-16T19:20:07.601Z Compiling progenitor-impl v0.8.0
20922024-10-16T19:20:10.660Z Compiling progenitor-macro v0.8.0
20932024-10-16T19:20:16.937Z Checking progenitor v0.8.0
20942024-10-16T19:20:17.064Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20952024-10-16T19:20:17.067Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20962024-10-16T19:20:19.697Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
20972024-10-16T19:20:19.925Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20982024-10-16T19:20:26.194Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20992024-10-16T19:20:27.698Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21002024-10-16T19:20:28.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.19s
21012024-10-16T19:20:29.014Z
21022024-10-16T19:20:29.014Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21032024-10-16T19:20:29.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-10-16T19:20:29.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-10-16T19:20:29.682Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21062024-10-16T19:20:30.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
21072024-10-16T19:20:31.137Z
21082024-10-16T19:20:31.137Zinfo: running `cargo check --bins` on nexus-config (31/166)
21092024-10-16T19:20:31.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-10-16T19:20:31.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-10-16T19:20:31.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-10-16T19:20:31.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21132024-10-16T19:20:31.786Z
21142024-10-16T19:20:31.786Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21152024-10-16T19:20:32.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-10-16T19:20:32.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-10-16T19:20:32.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-10-16T19:20:32.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21192024-10-16T19:20:32.418Z
21202024-10-16T19:20:32.418Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21212024-10-16T19:20:32.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-10-16T19:20:33.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-10-16T19:20:33.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242024-10-16T19:20:33.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21252024-10-16T19:20:33.068Z
21262024-10-16T19:20:33.068Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21272024-10-16T19:20:33.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-10-16T19:20:33.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-10-16T19:20:33.735Z Compiling heapless v0.8.0
21302024-10-16T19:20:33.738Z Checking hash32 v0.3.1
21312024-10-16T19:20:33.738Z Compiling smoltcp v0.11.0
21322024-10-16T19:20:33.848Z Checking cobs v0.2.3
21332024-10-16T19:20:33.857Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21342024-10-16T19:20:33.859Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21352024-10-16T19:20:33.884Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21362024-10-16T19:20:33.884Z Compiling crucible-workspace-hack v0.1.0
21372024-10-16T19:20:33.985Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21382024-10-16T19:20:34.001Z Checking postcard v1.0.10
21392024-10-16T19:20:34.013Z Checking newline-converter v0.3.0
21402024-10-16T19:20:34.149Z Compiling convert_case v0.4.0
21412024-10-16T19:20:34.199Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21422024-10-16T19:20:34.342Z Checking expectorate v1.1.0
21432024-10-16T19:20:34.413Z Compiling zone_cfg_derive v0.3.0
21442024-10-16T19:20:34.488Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21452024-10-16T19:20:34.517Z Checking itertools v0.13.0
21462024-10-16T19:20:34.551Z Compiling num-derive v0.4.2
21472024-10-16T19:20:34.753Z Compiling slog-dtrace v0.3.0
21482024-10-16T19:20:34.852Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21492024-10-16T19:20:35.077Z Compiling derive_more v0.99.18
21502024-10-16T19:20:35.130Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21512024-10-16T19:20:35.912Z Checking zone v0.3.0
21522024-10-16T19:20:36.435Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21532024-10-16T19:20:37.598Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21542024-10-16T19:20:38.518Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21552024-10-16T19:20:39.072Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21562024-10-16T19:20:39.579Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21572024-10-16T19:20:40.336Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21582024-10-16T19:20:41.365Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21592024-10-16T19:20:42.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
21602024-10-16T19:20:42.402Z
21612024-10-16T19:20:42.402Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21622024-10-16T19:20:42.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632024-10-16T19:20:42.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642024-10-16T19:20:42.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652024-10-16T19:20:42.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21662024-10-16T19:20:43.055Z
21672024-10-16T19:20:43.055Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21682024-10-16T19:20:43.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692024-10-16T19:20:43.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702024-10-16T19:20:43.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712024-10-16T19:20:43.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21722024-10-16T19:20:43.706Z
21732024-10-16T19:20:43.706Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21742024-10-16T19:20:44.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-10-16T19:20:44.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-10-16T19:20:44.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-10-16T19:20:44.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21782024-10-16T19:20:44.461Z
21792024-10-16T19:20:44.461Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21802024-10-16T19:20:45.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-10-16T19:20:45.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-10-16T19:20:45.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-10-16T19:20:45.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21842024-10-16T19:20:45.215Z
21852024-10-16T19:20:45.216Zinfo: running `cargo check --bins` on dns-server (39/166)
21862024-10-16T19:20:45.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-10-16T19:20:45.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-10-16T19:20:45.877Z Compiling parking_lot_core v0.8.6
21892024-10-16T19:20:45.880Z Checking nibble_vec v0.1.0
21902024-10-16T19:20:45.880Z Checking endian-type v0.1.2
21912024-10-16T19:20:45.880Z Checking fxhash v0.2.1
21922024-10-16T19:20:45.880Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21932024-10-16T19:20:45.880Z Checking hickory-server v0.24.1
21942024-10-16T19:20:46.143Z Checking radix_trie v0.2.1
21952024-10-16T19:20:46.430Z Checking hickory-client v0.24.1
21962024-10-16T19:20:46.577Z Checking parking_lot v0.11.2
21972024-10-16T19:20:46.686Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21982024-10-16T19:20:46.688Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21992024-10-16T19:20:46.858Z Checking sled v0.34.7
22002024-10-16T19:20:48.617Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22012024-10-16T19:20:49.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
22022024-10-16T19:20:49.938Z
22032024-10-16T19:20:49.938Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22042024-10-16T19:20:50.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-10-16T19:20:50.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-10-16T19:20:50.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072024-10-16T19:20:50.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22082024-10-16T19:20:50.587Z
22092024-10-16T19:20:50.587Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22102024-10-16T19:20:51.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112024-10-16T19:20:51.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122024-10-16T19:20:51.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132024-10-16T19:20:51.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22142024-10-16T19:20:51.235Z
22152024-10-16T19:20:51.235Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22162024-10-16T19:20:51.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172024-10-16T19:20:51.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182024-10-16T19:20:51.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192024-10-16T19:20:51.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22202024-10-16T19:20:51.891Z
22212024-10-16T19:20:51.891Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22222024-10-16T19:20:52.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-10-16T19:20:52.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-10-16T19:20:52.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252024-10-16T19:20:52.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22262024-10-16T19:20:52.591Z
22272024-10-16T19:20:52.591Zinfo: running `cargo check --bins` on gateway-types (44/166)
22282024-10-16T19:20:53.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-10-16T19:20:53.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-10-16T19:20:53.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-10-16T19:20:53.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22322024-10-16T19:20:53.239Z
22332024-10-16T19:20:53.239Zinfo: running `cargo check --bins` on ipcc (45/166)
22342024-10-16T19:20:53.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-10-16T19:20:53.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-10-16T19:20:53.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-10-16T19:20:53.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22382024-10-16T19:20:53.889Z
22392024-10-16T19:20:53.889Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22402024-10-16T19:20:54.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-10-16T19:20:54.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-10-16T19:20:54.609Z Checking num-rational v0.4.2
22432024-10-16T19:20:54.610Z Compiling progenitor-client v0.8.0
22442024-10-16T19:20:54.610Z Checking num-complex v0.4.6
22452024-10-16T19:20:54.612Z Compiling prettyplease v0.2.22
22462024-10-16T19:20:54.612Z Compiling newtype-uuid v1.1.2
22472024-10-16T19:20:54.612Z Compiling ipnetwork v0.20.0
22482024-10-16T19:20:54.709Z Compiling instant v0.1.13
22492024-10-16T19:20:54.717Z Compiling radium v0.7.0
22502024-10-16T19:20:54.894Z Checking float-ord v0.3.2
22512024-10-16T19:20:55.001Z Compiling progenitor v0.8.0
22522024-10-16T19:20:55.016Z Compiling semver v0.1.20
22532024-10-16T19:20:55.037Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22542024-10-16T19:20:55.099Z Compiling backoff v0.4.0
22552024-10-16T19:20:55.234Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22562024-10-16T19:20:55.253Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22572024-10-16T19:20:55.329Z Compiling rustc_version v0.1.7
22582024-10-16T19:20:55.376Z Compiling parse-display v0.10.0
22592024-10-16T19:20:55.451Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22602024-10-16T19:20:55.543Z Checking num v0.4.3
22612024-10-16T19:20:55.622Z Compiling serde_with v3.11.0
22622024-10-16T19:20:55.635Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22632024-10-16T19:20:55.646Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22642024-10-16T19:20:55.649Z Compiling regress v0.9.1
22652024-10-16T19:20:55.975Z Compiling macaddr v1.0.1
22662024-10-16T19:20:56.061Z Checking tap v1.0.1
22672024-10-16T19:20:56.229Z Compiling maybe-uninit v2.0.0
22682024-10-16T19:20:56.436Z Checking wyz v0.5.1
22692024-10-16T19:20:56.845Z Compiling newtype_derive v0.1.6
22702024-10-16T19:20:56.941Z Checking password-hash v0.5.0
22712024-10-16T19:20:57.162Z Checking blake2 v0.10.6
22722024-10-16T19:20:57.323Z Compiling bzip2-sys v0.1.11+1.0.8
22732024-10-16T19:20:57.540Z Checking crc-catalog v2.4.0
22742024-10-16T19:20:57.556Z Compiling packed_struct v0.10.1
22752024-10-16T19:20:57.626Z Compiling cancel-safe-futures v0.1.5
22762024-10-16T19:20:57.679Z Checking funty v2.0.0
22772024-10-16T19:20:57.827Z Compiling owo-colors v4.1.0
22782024-10-16T19:20:58.085Z Checking crc v3.2.1
22792024-10-16T19:20:58.154Z Checking argon2 v0.5.3
22802024-10-16T19:20:58.614Z Checking bitvec v1.0.1
22812024-10-16T19:20:58.834Z Compiling packed_struct_codegen v0.10.1
22822024-10-16T19:20:58.953Z Checking half v2.4.1
22832024-10-16T19:20:59.381Z Compiling indexmap v1.9.3
22842024-10-16T19:20:59.418Z Checking ciborium-io v0.2.2
22852024-10-16T19:20:59.443Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22862024-10-16T19:20:59.545Z Checking nodrop v0.1.14
22872024-10-16T19:20:59.668Z Checking array-init v0.0.4
22882024-10-16T19:20:59.721Z Checking ciborium-ll v0.2.2
22892024-10-16T19:20:59.896Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22902024-10-16T19:21:00.022Z Checking smallvec v0.6.14
22912024-10-16T19:21:00.211Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22922024-10-16T19:21:00.550Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932024-10-16T19:21:01.240Z Checking libsw v3.3.1
22942024-10-16T19:21:01.484Z Compiling memoffset v0.9.1
22952024-10-16T19:21:01.507Z Checking termcolor v1.4.1
22962024-10-16T19:21:01.624Z Checking hashbrown v0.12.3
22972024-10-16T19:21:01.802Z Checking highway v1.2.0
22982024-10-16T19:21:01.922Z Checking swrite v0.1.0
22992024-10-16T19:21:02.045Z Checking indent_write v2.2.0
23002024-10-16T19:21:02.241Z Checking bitfield v0.14.0
23012024-10-16T19:21:02.258Z Checking linear-map v1.2.0
23022024-10-16T19:21:02.317Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23032024-10-16T19:21:02.532Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23042024-10-16T19:21:02.585Z Checking ron v0.8.1
23052024-10-16T19:21:02.601Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23062024-10-16T19:21:02.872Z Checking env_logger v0.10.2
23072024-10-16T19:21:03.364Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23082024-10-16T19:21:03.364Z Checking serde-hex v0.1.0
23092024-10-16T19:21:03.414Z Checking steno v0.4.1
23102024-10-16T19:21:03.802Z Checking ciborium v0.2.2
23112024-10-16T19:21:03.973Z Checking bzip2 v0.4.4
23122024-10-16T19:21:04.473Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132024-10-16T19:21:04.736Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23142024-10-16T19:21:04.784Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23152024-10-16T19:21:04.880Z Checking hashbrown v0.13.2
23162024-10-16T19:21:04.918Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23172024-10-16T19:21:05.428Z Checking humantime v2.1.0
23182024-10-16T19:21:05.691Z Checking crc-any v2.5.0
23192024-10-16T19:21:05.740Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23202024-10-16T19:21:05.908Z Checking object v0.30.4
23212024-10-16T19:21:05.911Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222024-10-16T19:21:06.077Z Checking zip v0.6.6
23232024-10-16T19:21:06.262Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23242024-10-16T19:21:06.287Z Checking path-slash v0.1.5
23252024-10-16T19:21:06.430Z Checking nix v0.27.1
23262024-10-16T19:21:06.638Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23272024-10-16T19:21:06.768Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23282024-10-16T19:21:07.245Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23292024-10-16T19:21:07.490Z Checking kstat-rs v0.2.4
23302024-10-16T19:21:07.505Z Checking signal-hook-tokio v0.3.1
23312024-10-16T19:21:08.767Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23322024-10-16T19:21:09.358Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23332024-10-16T19:21:13.837Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23342024-10-16T19:21:15.722Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23352024-10-16T19:21:16.260Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23362024-10-16T19:21:20.058Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23372024-10-16T19:21:20.311Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23382024-10-16T19:21:20.808Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23392024-10-16T19:21:26.074Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23402024-10-16T19:21:26.701Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23412024-10-16T19:21:29.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.42s
23422024-10-16T19:21:29.490Z
23432024-10-16T19:21:29.490Zinfo: running `cargo check --bins` on gateway-api (47/166)
23442024-10-16T19:21:30.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-10-16T19:21:30.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-10-16T19:21:30.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472024-10-16T19:21:30.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23482024-10-16T19:21:30.149Z
23492024-10-16T19:21:30.149Zinfo: running `cargo check --bins` on oximeter (48/166)
23502024-10-16T19:21:30.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512024-10-16T19:21:30.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522024-10-16T19:21:30.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532024-10-16T19:21:30.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23542024-10-16T19:21:30.797Z
23552024-10-16T19:21:30.797Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23562024-10-16T19:21:31.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572024-10-16T19:21:31.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582024-10-16T19:21:31.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592024-10-16T19:21:31.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23602024-10-16T19:21:31.431Z
23612024-10-16T19:21:31.431Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23622024-10-16T19:21:32.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632024-10-16T19:21:32.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642024-10-16T19:21:32.083Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23652024-10-16T19:21:32.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
23662024-10-16T19:21:32.642Z
23672024-10-16T19:21:32.642Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23682024-10-16T19:21:33.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692024-10-16T19:21:33.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702024-10-16T19:21:33.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712024-10-16T19:21:33.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23722024-10-16T19:21:33.295Z
23732024-10-16T19:21:33.295Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23742024-10-16T19:21:33.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-10-16T19:21:33.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-10-16T19:21:33.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772024-10-16T19:21:33.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23782024-10-16T19:21:33.957Z
23792024-10-16T19:21:33.957Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23802024-10-16T19:21:34.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-10-16T19:21:34.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-10-16T19:21:34.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832024-10-16T19:21:34.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23842024-10-16T19:21:34.591Z
23852024-10-16T19:21:34.591Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23862024-10-16T19:21:35.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-10-16T19:21:35.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-10-16T19:21:35.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892024-10-16T19:21:35.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23902024-10-16T19:21:35.240Z
23912024-10-16T19:21:35.240Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23922024-10-16T19:21:35.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-10-16T19:21:35.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-10-16T19:21:35.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952024-10-16T19:21:35.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23962024-10-16T19:21:35.893Z
23972024-10-16T19:21:35.893Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
23982024-10-16T19:21:36.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-10-16T19:21:36.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-10-16T19:21:36.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012024-10-16T19:21:36.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24022024-10-16T19:21:36.545Z
24032024-10-16T19:21:36.545Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24042024-10-16T19:21:37.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-10-16T19:21:37.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-10-16T19:21:37.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072024-10-16T19:21:37.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24082024-10-16T19:21:37.199Z
24092024-10-16T19:21:37.199Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24102024-10-16T19:21:37.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-10-16T19:21:37.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-10-16T19:21:37.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132024-10-16T19:21:37.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24142024-10-16T19:21:37.860Z
24152024-10-16T19:21:37.860Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24162024-10-16T19:21:38.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-10-16T19:21:38.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-10-16T19:21:38.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-10-16T19:21:38.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24202024-10-16T19:21:38.515Z
24212024-10-16T19:21:38.515Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24222024-10-16T19:21:39.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-10-16T19:21:39.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-10-16T19:21:39.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-10-16T19:21:39.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24262024-10-16T19:21:39.195Z
24272024-10-16T19:21:39.195Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24282024-10-16T19:21:39.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-10-16T19:21:39.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-10-16T19:21:39.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312024-10-16T19:21:39.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24322024-10-16T19:21:39.844Z
24332024-10-16T19:21:39.844Zinfo: running `cargo check --bins` on nexus-client (62/166)
24342024-10-16T19:21:40.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-10-16T19:21:40.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-10-16T19:21:40.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-10-16T19:21:40.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24382024-10-16T19:21:40.513Z
24392024-10-16T19:21:40.513Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24402024-10-16T19:21:41.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-10-16T19:21:41.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-10-16T19:21:41.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-10-16T19:21:41.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24442024-10-16T19:21:41.179Z
24452024-10-16T19:21:41.179Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24462024-10-16T19:21:41.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-10-16T19:21:41.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-10-16T19:21:41.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-10-16T19:21:41.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24502024-10-16T19:21:41.814Z
24512024-10-16T19:21:41.814Zinfo: running `cargo check --bins` on nexus-types (65/166)
24522024-10-16T19:21:42.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-10-16T19:21:42.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-10-16T19:21:42.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-10-16T19:21:42.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24562024-10-16T19:21:42.487Z
24572024-10-16T19:21:42.487Zinfo: running `cargo check --bins` on gateway-client (66/166)
24582024-10-16T19:21:43.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-10-16T19:21:43.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-10-16T19:21:43.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-10-16T19:21:43.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24622024-10-16T19:21:43.119Z
24632024-10-16T19:21:43.119Zinfo: running `cargo check --bins` on oxql-types (67/166)
24642024-10-16T19:21:43.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-10-16T19:21:43.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-10-16T19:21:43.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-10-16T19:21:43.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24682024-10-16T19:21:43.766Z
24692024-10-16T19:21:43.766Zinfo: running `cargo check --bins` on update-engine (68/166)
24702024-10-16T19:21:44.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-10-16T19:21:44.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-10-16T19:21:44.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-10-16T19:21:44.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24742024-10-16T19:21:44.402Z
24752024-10-16T19:21:44.402Zinfo: running `cargo check --bins` on sp-sim (69/166)
24762024-10-16T19:21:44.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-10-16T19:21:44.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-10-16T19:21:45.053Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24792024-10-16T19:21:46.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
24802024-10-16T19:21:46.935Z
24812024-10-16T19:21:46.935Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24822024-10-16T19:21:47.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-10-16T19:21:47.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-10-16T19:21:47.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-10-16T19:21:47.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24862024-10-16T19:21:47.633Z
24872024-10-16T19:21:47.633Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24882024-10-16T19:21:48.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-10-16T19:21:48.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-10-16T19:21:48.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-10-16T19:21:48.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24922024-10-16T19:21:48.334Z
24932024-10-16T19:21:48.335Zinfo: running `cargo check --bins` on db-macros (72/166)
24942024-10-16T19:21:48.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-10-16T19:21:48.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-10-16T19:21:48.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-10-16T19:21:48.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24982024-10-16T19:21:48.974Z
24992024-10-16T19:21:48.974Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25002024-10-16T19:21:49.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-10-16T19:21:49.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-10-16T19:21:49.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-10-16T19:21:49.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25042024-10-16T19:21:49.616Z
25052024-10-16T19:21:49.616Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25062024-10-16T19:21:50.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-10-16T19:21:50.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-10-16T19:21:50.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-10-16T19:21:50.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25102024-10-16T19:21:50.311Z
25112024-10-16T19:21:50.311Zinfo: running `cargo check --bins` on authz-macros (75/166)
25122024-10-16T19:21:50.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-10-16T19:21:50.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-10-16T19:21:50.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-10-16T19:21:50.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25162024-10-16T19:21:50.940Z
25172024-10-16T19:21:50.941Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25182024-10-16T19:21:51.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-10-16T19:21:51.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-10-16T19:21:51.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-10-16T19:21:51.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25222024-10-16T19:21:51.615Z
25232024-10-16T19:21:51.615Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25242024-10-16T19:21:52.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-10-16T19:21:52.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-10-16T19:21:52.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-10-16T19:21:52.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25282024-10-16T19:21:52.291Z
25292024-10-16T19:21:52.291Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25302024-10-16T19:21:52.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-10-16T19:21:52.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-10-16T19:21:52.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-10-16T19:21:52.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25342024-10-16T19:21:52.944Z
25352024-10-16T19:21:52.944Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25362024-10-16T19:21:53.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-10-16T19:21:53.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-10-16T19:21:53.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-10-16T19:21:53.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25402024-10-16T19:21:53.602Z
25412024-10-16T19:21:53.602Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25422024-10-16T19:21:54.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-10-16T19:21:54.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-10-16T19:21:54.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-10-16T19:21:54.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25462024-10-16T19:21:54.278Z
25472024-10-16T19:21:54.278Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25482024-10-16T19:21:54.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-10-16T19:21:54.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-10-16T19:21:54.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-10-16T19:21:54.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25522024-10-16T19:21:54.934Z
25532024-10-16T19:21:54.934Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25542024-10-16T19:21:55.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-10-16T19:21:55.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-10-16T19:21:55.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-10-16T19:21:55.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25582024-10-16T19:21:55.588Z
25592024-10-16T19:21:55.588Zinfo: running `cargo check --bins` on typed-rng (83/166)
25602024-10-16T19:21:56.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-10-16T19:21:56.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-10-16T19:21:56.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-10-16T19:21:56.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25642024-10-16T19:21:56.220Z
25652024-10-16T19:21:56.221Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25662024-10-16T19:21:56.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-10-16T19:21:56.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-10-16T19:21:56.970Z Checking keccak v0.1.5
25692024-10-16T19:21:57.072Z Checking secrecy v0.8.0
25702024-10-16T19:21:57.075Z Compiling unicase v2.7.0
25712024-10-16T19:21:57.075Z Compiling same-file v1.0.6
25722024-10-16T19:21:57.075Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25732024-10-16T19:21:57.075Z Compiling tempfile v3.13.0
25742024-10-16T19:21:57.113Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752024-10-16T19:21:57.137Z Compiling thiserror-impl-no-std v2.0.2
25762024-10-16T19:21:57.278Z Compiling walkdir v2.5.0
25772024-10-16T19:21:57.331Z Checking universal-hash v0.5.1
25782024-10-16T19:21:57.348Z Checking sha3 v0.10.8
25792024-10-16T19:21:57.432Z Compiling ring v0.16.20
25802024-10-16T19:21:57.505Z Compiling blake3 v1.5.4
25812024-10-16T19:21:57.579Z Checking opaque-debug v0.3.1
25822024-10-16T19:21:57.673Z Checking poly1305 v0.8.0
25832024-10-16T19:21:57.721Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25842024-10-16T19:21:57.981Z Checking chacha20 v0.9.1
25852024-10-16T19:21:57.997Z Checking aead v0.5.2
25862024-10-16T19:21:58.019Z Compiling memmap2 v0.9.5
25872024-10-16T19:21:58.133Z Compiling arrayref v0.3.9
25882024-10-16T19:21:58.190Z Compiling spin v0.5.2
25892024-10-16T19:21:58.234Z Compiling untrusted v0.7.1
25902024-10-16T19:21:58.306Z Compiling libefi-sys v0.1.0
25912024-10-16T19:21:58.394Z Compiling constant_time_eq v0.3.1
25922024-10-16T19:21:58.409Z Compiling home v0.5.9
25932024-10-16T19:21:58.412Z Compiling salty v0.3.0
25942024-10-16T19:21:58.543Z Compiling arrayvec v0.7.6
25952024-10-16T19:21:58.585Z Compiling toolchain_find v0.4.0
25962024-10-16T19:21:58.664Z Checking chacha20poly1305 v0.10.1
25972024-10-16T19:21:58.821Z Compiling camino-tempfile v1.1.1
25982024-10-16T19:21:58.854Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25992024-10-16T19:21:58.915Z Compiling bitfield-struct v0.6.2
26002024-10-16T19:21:59.132Z Compiling topological-sort v0.2.2
26012024-10-16T19:21:59.212Z Compiling mime_guess v2.0.5
26022024-10-16T19:21:59.349Z Compiling rustfmt-wrapper v0.2.1
26032024-10-16T19:21:59.771Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26042024-10-16T19:21:59.878Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26052024-10-16T19:21:59.918Z Checking primeorder v0.13.6
26062024-10-16T19:22:00.092Z Checking env_filter v0.1.2
26072024-10-16T19:22:00.162Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26082024-10-16T19:22:00.218Z Checking thiserror-no-std v2.0.2
26092024-10-16T19:22:00.298Z Checking env_logger v0.11.5
26102024-10-16T19:22:00.314Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26112024-10-16T19:22:00.329Z Checking vsss-rs v3.3.4
26122024-10-16T19:22:00.375Z Checking p384 v0.13.0
26132024-10-16T19:22:00.490Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26142024-10-16T19:22:00.578Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26152024-10-16T19:22:00.721Z Checking gethostname v0.5.0
26162024-10-16T19:22:00.841Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26172024-10-16T19:22:00.857Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182024-10-16T19:22:00.857Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26192024-10-16T19:22:01.195Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26202024-10-16T19:22:01.213Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26212024-10-16T19:22:01.301Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26222024-10-16T19:22:01.425Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26232024-10-16T19:22:01.722Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26242024-10-16T19:22:01.742Z Checking nanorand v0.7.0
26252024-10-16T19:22:01.742Z Checking atty v0.2.14
26262024-10-16T19:22:01.781Z Checking glob v0.3.1
26272024-10-16T19:22:01.883Z Checking http-range v0.1.5
26282024-10-16T19:22:02.063Z Checking hyper-staticfile v0.10.1
26292024-10-16T19:22:02.086Z Checking flume v0.11.0
26302024-10-16T19:22:02.108Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26312024-10-16T19:22:02.596Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26322024-10-16T19:22:02.726Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26332024-10-16T19:22:02.874Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26342024-10-16T19:22:03.282Z Compiling omicron-zone-package v0.11.1
26352024-10-16T19:22:03.566Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26362024-10-16T19:22:04.183Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26372024-10-16T19:22:04.476Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26382024-10-16T19:22:04.569Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26392024-10-16T19:22:04.759Z Checking display-error-chain v0.2.1
26402024-10-16T19:22:05.996Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26412024-10-16T19:22:07.423Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26422024-10-16T19:22:08.705Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26432024-10-16T19:22:08.711Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26442024-10-16T19:22:19.288Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26452024-10-16T19:22:31.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.08s
26462024-10-16T19:22:31.495Z
26472024-10-16T19:22:31.495Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26482024-10-16T19:22:32.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-10-16T19:22:32.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-10-16T19:22:32.252Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26512024-10-16T19:22:44.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.76s
26522024-10-16T19:22:44.440Z
26532024-10-16T19:22:44.440Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26542024-10-16T19:22:45.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-10-16T19:22:45.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-10-16T19:22:45.185Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26572024-10-16T19:22:57.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.64s
26582024-10-16T19:22:57.274Z
26592024-10-16T19:22:57.274Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26602024-10-16T19:22:57.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-10-16T19:22:57.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-10-16T19:22:58.012Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26632024-10-16T19:23:10.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s
26642024-10-16T19:23:10.188Z
26652024-10-16T19:23:10.189Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26662024-10-16T19:23:10.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-10-16T19:23:10.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-10-16T19:23:10.931Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26692024-10-16T19:23:22.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.69s
26702024-10-16T19:23:23.059Z
26712024-10-16T19:23:23.059Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26722024-10-16T19:23:23.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-10-16T19:23:23.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-10-16T19:23:23.800Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26752024-10-16T19:23:35.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s
26762024-10-16T19:23:35.893Z
26772024-10-16T19:23:35.893Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26782024-10-16T19:23:36.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-10-16T19:23:36.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-10-16T19:23:36.648Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26812024-10-16T19:23:48.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s
26822024-10-16T19:23:48.885Z
26832024-10-16T19:23:48.885Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26842024-10-16T19:23:49.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-10-16T19:23:49.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-10-16T19:23:49.635Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26872024-10-16T19:24:01.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s
26882024-10-16T19:24:01.931Z
26892024-10-16T19:24:01.932Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26902024-10-16T19:24:02.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-10-16T19:24:02.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-10-16T19:24:02.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932024-10-16T19:24:02.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26942024-10-16T19:24:02.610Z
26952024-10-16T19:24:02.610Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
26962024-10-16T19:24:03.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-10-16T19:24:03.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-10-16T19:24:03.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992024-10-16T19:24:03.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27002024-10-16T19:24:03.285Z
27012024-10-16T19:24:03.285Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27022024-10-16T19:24:03.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-10-16T19:24:03.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-10-16T19:24:03.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052024-10-16T19:24:03.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27062024-10-16T19:24:03.948Z
27072024-10-16T19:24:03.948Zinfo: running `cargo check --bins` on dpd-client (95/166)
27082024-10-16T19:24:04.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092024-10-16T19:24:04.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102024-10-16T19:24:04.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112024-10-16T19:24:04.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27122024-10-16T19:24:04.598Z
27132024-10-16T19:24:04.598Zinfo: running `cargo check --bins` on installinator-common (96/166)
27142024-10-16T19:24:05.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-10-16T19:24:05.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-10-16T19:24:05.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172024-10-16T19:24:05.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27182024-10-16T19:24:05.266Z
27192024-10-16T19:24:05.266Zinfo: running `cargo check --bins` on key-manager (97/166)
27202024-10-16T19:24:05.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-10-16T19:24:05.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-10-16T19:24:05.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232024-10-16T19:24:05.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27242024-10-16T19:24:05.912Z
27252024-10-16T19:24:05.912Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27262024-10-16T19:24:06.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-10-16T19:24:06.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-10-16T19:24:06.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292024-10-16T19:24:06.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27302024-10-16T19:24:06.573Z
27312024-10-16T19:24:06.573Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27322024-10-16T19:24:07.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-10-16T19:24:07.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-10-16T19:24:07.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352024-10-16T19:24:07.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27362024-10-16T19:24:07.246Z
27372024-10-16T19:24:07.246Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27382024-10-16T19:24:07.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392024-10-16T19:24:07.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402024-10-16T19:24:07.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412024-10-16T19:24:07.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27422024-10-16T19:24:07.911Z
27432024-10-16T19:24:07.911Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27442024-10-16T19:24:08.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-10-16T19:24:08.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-10-16T19:24:08.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-10-16T19:24:08.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27482024-10-16T19:24:08.584Z
27492024-10-16T19:24:08.584Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27502024-10-16T19:24:09.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-10-16T19:24:09.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-10-16T19:24:09.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-10-16T19:24:09.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27542024-10-16T19:24:09.258Z
27552024-10-16T19:24:09.258Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27562024-10-16T19:24:09.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-10-16T19:24:09.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-10-16T19:24:09.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-10-16T19:24:09.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27602024-10-16T19:24:09.942Z
27612024-10-16T19:24:09.942Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27622024-10-16T19:24:10.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-10-16T19:24:10.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-10-16T19:24:10.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-10-16T19:24:10.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27662024-10-16T19:24:10.619Z
27672024-10-16T19:24:10.619Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27682024-10-16T19:24:11.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-10-16T19:24:11.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-10-16T19:24:11.317Z Compiling phf_generator v0.11.2
27712024-10-16T19:24:11.319Z Compiling parse-zoneinfo v0.3.1
27722024-10-16T19:24:11.425Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27732024-10-16T19:24:11.427Z Checking bcs v0.1.6
27742024-10-16T19:24:11.427Z Compiling async-recursion v1.1.1
27752024-10-16T19:24:11.427Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762024-10-16T19:24:11.427Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27772024-10-16T19:24:11.507Z Compiling phf_codegen v0.11.2
27782024-10-16T19:24:11.937Z Compiling chrono-tz-build v0.4.0
27792024-10-16T19:24:12.765Z Compiling chrono-tz v0.10.0
27802024-10-16T19:24:19.868Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27812024-10-16T19:24:22.968Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822024-10-16T19:24:24.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
27832024-10-16T19:24:24.798Z
27842024-10-16T19:24:24.798Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27852024-10-16T19:24:25.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-10-16T19:24:25.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-10-16T19:24:25.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-10-16T19:24:25.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27892024-10-16T19:24:25.444Z
27902024-10-16T19:24:25.444Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27912024-10-16T19:24:26.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-10-16T19:24:26.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-10-16T19:24:26.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-10-16T19:24:26.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27952024-10-16T19:24:26.095Z
27962024-10-16T19:24:26.095Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
27972024-10-16T19:24:26.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-10-16T19:24:26.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-10-16T19:24:26.761Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002024-10-16T19:24:27.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
28012024-10-16T19:24:27.506Z
28022024-10-16T19:24:27.506Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (109/166)
28032024-10-16T19:24:28.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-10-16T19:24:28.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-10-16T19:24:28.185Z Compiling cfg_aliases v0.1.1
28062024-10-16T19:24:28.188Z Compiling vte_generate_state_changes v0.1.2
28072024-10-16T19:24:28.188Z Checking fd-lock v4.0.2
28082024-10-16T19:24:28.188Z Checking bytecount v0.6.8
28092024-10-16T19:24:28.291Z Compiling tabled_derive v0.7.0
28102024-10-16T19:24:28.300Z Compiling peg-macros v0.8.4
28112024-10-16T19:24:28.303Z Compiling sqlparser_derive v0.2.2
28122024-10-16T19:24:28.303Z Checking nu-ansi-term v0.50.1
28132024-10-16T19:24:28.361Z Compiling nix v0.28.0
28142024-10-16T19:24:28.423Z Checking papergrid v0.11.0
28152024-10-16T19:24:28.445Z Checking home v0.5.9
28162024-10-16T19:24:28.580Z Checking unicode_categories v0.1.1
28172024-10-16T19:24:28.870Z Checking sqlformat v0.2.6
28182024-10-16T19:24:28.905Z Checking vte v0.11.1
28192024-10-16T19:24:30.100Z Checking strip-ansi-escapes v0.2.0
28202024-10-16T19:24:30.246Z Checking reedline v0.35.0
28212024-10-16T19:24:30.286Z Checking tabled v0.15.0
28222024-10-16T19:24:30.964Z Checking sqlparser v0.45.0
28232024-10-16T19:24:31.005Z Checking peg v0.8.4
28242024-10-16T19:24:31.207Z Checking rustyline v14.0.0
28252024-10-16T19:24:36.587Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262024-10-16T19:24:42.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.67s
28272024-10-16T19:24:42.338Z
28282024-10-16T19:24:42.338Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28292024-10-16T19:24:42.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-10-16T19:24:42.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-10-16T19:24:43.018Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322024-10-16T19:24:48.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s
28332024-10-16T19:24:48.851Z
28342024-10-16T19:24:48.851Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (111/166)
28352024-10-16T19:24:49.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-10-16T19:24:49.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-10-16T19:24:49.526Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382024-10-16T19:24:53.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
28392024-10-16T19:24:54.017Z
28402024-10-16T19:24:54.017Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28412024-10-16T19:24:54.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-10-16T19:24:54.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-10-16T19:24:54.692Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442024-10-16T19:24:59.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
28452024-10-16T19:24:59.870Z
28462024-10-16T19:24:59.870Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (113/166)
28472024-10-16T19:25:00.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-10-16T19:25:00.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-10-16T19:25:00.550Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502024-10-16T19:25:06.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28512024-10-16T19:25:06.159Z
28522024-10-16T19:25:06.159Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28532024-10-16T19:25:06.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-10-16T19:25:06.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-10-16T19:25:06.844Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562024-10-16T19:25:10.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
28572024-10-16T19:25:11.088Z
28582024-10-16T19:25:11.088Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (115/166)
28592024-10-16T19:25:11.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-10-16T19:25:11.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-10-16T19:25:11.768Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622024-10-16T19:25:16.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
28632024-10-16T19:25:16.483Z
28642024-10-16T19:25:16.483Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28652024-10-16T19:25:17.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-10-16T19:25:17.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-10-16T19:25:17.163Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682024-10-16T19:25:22.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
28692024-10-16T19:25:22.484Z
28702024-10-16T19:25:22.484Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28712024-10-16T19:25:23.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-10-16T19:25:23.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-10-16T19:25:23.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-10-16T19:25:23.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28752024-10-16T19:25:23.170Z
28762024-10-16T19:25:23.170Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28772024-10-16T19:25:23.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-10-16T19:25:23.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-10-16T19:25:23.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-10-16T19:25:23.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28812024-10-16T19:25:23.815Z
28822024-10-16T19:25:23.815Zinfo: running `cargo check --bins` on installinator-client (119/166)
28832024-10-16T19:25:24.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-10-16T19:25:24.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-10-16T19:25:24.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-10-16T19:25:24.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28872024-10-16T19:25:24.481Z
28882024-10-16T19:25:24.481Zinfo: running `cargo check --bins` on oxide-client (120/166)
28892024-10-16T19:25:25.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-10-16T19:25:25.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-10-16T19:25:25.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-10-16T19:25:25.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28932024-10-16T19:25:25.127Z
28942024-10-16T19:25:25.127Zinfo: running `cargo check --bins` on wicketd-client (121/166)
28952024-10-16T19:25:25.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-10-16T19:25:25.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-10-16T19:25:25.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-10-16T19:25:25.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28992024-10-16T19:25:25.829Z
29002024-10-16T19:25:25.829Zinfo: running `cargo check --bins` on wicket-common (122/166)
29012024-10-16T19:25:26.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-10-16T19:25:26.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-10-16T19:25:26.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-10-16T19:25:26.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29052024-10-16T19:25:26.508Z
29062024-10-16T19:25:26.508Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29072024-10-16T19:25:27.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-10-16T19:25:27.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-10-16T19:25:27.187Z Checking csv-core v0.1.11
29102024-10-16T19:25:27.189Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29112024-10-16T19:25:27.481Z Checking csv v1.3.0
29122024-10-16T19:25:27.988Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29132024-10-16T19:25:28.316Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29142024-10-16T19:25:29.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
29152024-10-16T19:25:29.651Z
29162024-10-16T19:25:29.651Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29172024-10-16T19:25:30.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182024-10-16T19:25:30.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192024-10-16T19:25:30.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202024-10-16T19:25:30.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29212024-10-16T19:25:30.300Z
29222024-10-16T19:25:30.300Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29232024-10-16T19:25:30.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242024-10-16T19:25:30.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252024-10-16T19:25:30.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262024-10-16T19:25:30.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29272024-10-16T19:25:30.949Z
29282024-10-16T19:25:30.949Zinfo: running `cargo check --bins` on cert-dev (126/166)
29292024-10-16T19:25:31.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302024-10-16T19:25:31.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312024-10-16T19:25:31.584Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29322024-10-16T19:25:31.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29332024-10-16T19:25:31.990Z
29342024-10-16T19:25:31.990Zinfo: running `cargo check --bins` on ch-dev (127/166)
29352024-10-16T19:25:32.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-10-16T19:25:32.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-10-16T19:25:32.667Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29382024-10-16T19:25:33.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
29392024-10-16T19:25:33.509Z
29402024-10-16T19:25:33.509Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29412024-10-16T19:25:34.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-10-16T19:25:34.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-10-16T19:25:34.181Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29442024-10-16T19:25:34.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29452024-10-16T19:25:34.675Z
29462024-10-16T19:25:34.675Zinfo: running `cargo check --bins` on db-dev (129/166)
29472024-10-16T19:25:35.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-10-16T19:25:35.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-10-16T19:25:35.350Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29502024-10-16T19:25:36.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
29512024-10-16T19:25:36.206Z
29522024-10-16T19:25:36.206Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29532024-10-16T19:25:36.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-10-16T19:25:36.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-10-16T19:25:36.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562024-10-16T19:25:36.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29572024-10-16T19:25:36.869Z
29582024-10-16T19:25:36.869Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29592024-10-16T19:25:37.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-10-16T19:25:37.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-10-16T19:25:37.509Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29622024-10-16T19:25:38.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
29632024-10-16T19:25:38.483Z
29642024-10-16T19:25:38.483Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29652024-10-16T19:25:39.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-10-16T19:25:39.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-10-16T19:25:39.123Z Checking cargo-platform v0.1.8
29682024-10-16T19:25:39.383Z Checking cargo_metadata v0.18.1
29692024-10-16T19:25:40.327Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29702024-10-16T19:25:41.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
29712024-10-16T19:25:41.163Z
29722024-10-16T19:25:41.163Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29732024-10-16T19:25:41.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-10-16T19:25:41.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-10-16T19:25:41.893Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29762024-10-16T19:25:42.538Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29772024-10-16T19:25:43.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
29782024-10-16T19:25:43.380Z
29792024-10-16T19:25:43.380Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29802024-10-16T19:25:43.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-10-16T19:25:43.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-10-16T19:25:44.003Z Compiling crunchy v0.2.2
29832024-10-16T19:25:44.003Z Compiling glob v0.3.1
29842024-10-16T19:25:44.006Z Compiling tiny-keccak v2.0.2
29852024-10-16T19:25:44.006Z Compiling dsl_auto_type v0.1.2
29862024-10-16T19:25:44.006Z Checking scheduled-thread-pool v0.2.7
29872024-10-16T19:25:44.111Z Compiling diesel_table_macro_syntax v0.2.0
29882024-10-16T19:25:44.156Z Compiling ascii-canvas v3.0.0
29892024-10-16T19:25:44.172Z Compiling ena v0.14.3
29902024-10-16T19:25:44.355Z Checking r2d2 v0.8.10
29912024-10-16T19:25:44.438Z Compiling libloading v0.8.5
29922024-10-16T19:25:44.575Z Compiling regex-syntax v0.6.29
29932024-10-16T19:25:44.593Z Compiling bindgen v0.69.5
29942024-10-16T19:25:44.652Z Compiling diff v0.1.13
29952024-10-16T19:25:44.700Z Compiling which v4.4.2
29962024-10-16T19:25:44.839Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29972024-10-16T19:25:45.045Z Compiling clang-sys v1.8.1
29982024-10-16T19:25:45.068Z Compiling cexpr v0.6.0
29992024-10-16T19:25:45.298Z Compiling rustc-hash v1.1.0
30002024-10-16T19:25:45.301Z Compiling lazycell v1.3.0
30012024-10-16T19:25:45.370Z Compiling ref-cast v1.0.23
30022024-10-16T19:25:45.403Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30032024-10-16T19:25:45.457Z Compiling derive_builder_core v0.20.2
30042024-10-16T19:25:45.489Z Compiling libxml v0.3.3
30052024-10-16T19:25:45.704Z Compiling ref-cast-impl v1.0.23
30062024-10-16T19:25:45.721Z Compiling diesel_derives v2.2.3
30072024-10-16T19:25:45.868Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30082024-10-16T19:25:46.036Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30092024-10-16T19:25:46.381Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30102024-10-16T19:25:46.688Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30112024-10-16T19:25:46.825Z Compiling strum_macros v0.24.3
30122024-10-16T19:25:47.030Z Compiling indoc v1.0.9
30132024-10-16T19:25:47.930Z Compiling lalrpop v0.19.12
30142024-10-16T19:25:48.026Z Compiling derive_builder_macro v0.20.2
30152024-10-16T19:25:48.918Z Checking derive_builder v0.20.2
30162024-10-16T19:25:48.937Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30172024-10-16T19:25:49.073Z Compiling oso-derive v0.27.3
30182024-10-16T19:25:49.499Z Compiling impl-trait-for-tuples v0.2.2
30192024-10-16T19:25:50.132Z Checking quick-xml v0.33.0
30202024-10-16T19:25:50.403Z Compiling diesel-dtrace v0.3.0
30212024-10-16T19:25:50.485Z Checking maplit v1.0.2
30222024-10-16T19:25:50.637Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30232024-10-16T19:25:50.812Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30242024-10-16T19:25:51.125Z Checking bb8 v0.8.5
30252024-10-16T19:25:51.608Z Compiling const_format_proc_macros v0.2.33
30262024-10-16T19:25:52.241Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30272024-10-16T19:25:52.357Z Checking castaway v0.2.3
30282024-10-16T19:25:52.525Z Checking compact_str v0.8.0
30292024-10-16T19:25:52.574Z Checking unicode-truncate v1.1.0
30302024-10-16T19:25:52.810Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30312024-10-16T19:25:53.116Z Checking lru v0.12.5
30322024-10-16T19:25:53.398Z Compiling instability v0.3.2
30332024-10-16T19:25:53.412Z Checking unicode-linebreak v0.1.5
30342024-10-16T19:25:53.804Z Checking const_format v0.2.33
30352024-10-16T19:25:53.822Z Checking cassowary v0.3.0
30362024-10-16T19:25:54.249Z Checking is_ci v1.2.0
30372024-10-16T19:25:54.298Z Checking smawk v0.3.2
30382024-10-16T19:25:54.393Z Checking supports-color v3.0.1
30392024-10-16T19:25:54.472Z Checking ratatui v0.28.1
30402024-10-16T19:25:54.516Z Checking textwrap v0.16.1
30412024-10-16T19:25:54.620Z Checking multimap v0.10.0
30422024-10-16T19:25:57.318Z Checking diesel v2.2.4
30432024-10-16T19:26:16.884Z Compiling samael v0.0.17
30442024-10-16T19:26:31.732Z Compiling polar-core v0.27.3
30452024-10-16T19:26:32.277Z Checking async-bb8-diesel v0.2.1
30462024-10-16T19:26:38.566Z Checking oso v0.27.3
30472024-10-16T19:27:41.118Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30482024-10-16T19:27:46.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
30492024-10-16T19:27:46.715Z
30502024-10-16T19:27:46.715Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30512024-10-16T19:27:47.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-10-16T19:27:47.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-10-16T19:27:47.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-10-16T19:27:47.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30552024-10-16T19:27:47.427Z
30562024-10-16T19:27:47.427Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30572024-10-16T19:27:48.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-10-16T19:27:48.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-10-16T19:27:48.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-10-16T19:27:48.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30612024-10-16T19:27:48.127Z
30622024-10-16T19:27:48.127Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30632024-10-16T19:27:48.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-10-16T19:27:48.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-10-16T19:27:48.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-10-16T19:27:48.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30672024-10-16T19:27:48.763Z
30682024-10-16T19:27:48.763Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30692024-10-16T19:27:49.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-10-16T19:27:49.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-10-16T19:27:49.580Z Compiling libz-sys v1.1.20
30722024-10-16T19:27:49.688Z Checking http v0.2.12
30732024-10-16T19:27:49.690Z Compiling libgit2-sys v0.17.0+1.8.1
30742024-10-16T19:27:49.703Z Compiling vergen v8.3.2
30752024-10-16T19:27:49.706Z Compiling cargo-platform v0.1.8
30762024-10-16T19:27:49.706Z Compiling pin-project-internal v1.1.6
30772024-10-16T19:27:49.739Z Compiling libsqlite3-sys v0.30.1
30782024-10-16T19:27:49.739Z Compiling snafu-derive v0.8.5
30792024-10-16T19:27:50.012Z Compiling cargo_metadata v0.18.1
30802024-10-16T19:27:50.278Z Checking sync_wrapper v0.1.2
30812024-10-16T19:27:50.293Z Compiling rustls v0.21.12
30822024-10-16T19:27:50.412Z Compiling buf-list v1.0.3
30832024-10-16T19:27:50.583Z Compiling cfg_aliases v0.2.1
30842024-10-16T19:27:50.694Z Compiling nix v0.29.0
30852024-10-16T19:27:50.712Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30862024-10-16T19:27:50.973Z Checking h2 v0.3.26
30872024-10-16T19:27:51.069Z Checking http-body v0.4.6
30882024-10-16T19:27:51.534Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30892024-10-16T19:27:51.595Z Checking globset v0.4.15
30902024-10-16T19:27:51.874Z Checking sct v0.7.1
30912024-10-16T19:27:52.068Z Checking olpc-cjson v0.1.4
30922024-10-16T19:27:52.093Z Checking rustls-webpki v0.101.7
30932024-10-16T19:27:52.301Z Checking rand_seeder v0.3.0
30942024-10-16T19:27:52.524Z Checking serde_plain v1.0.2
30952024-10-16T19:27:52.676Z Checking pin-project v1.1.6
30962024-10-16T19:27:52.763Z Checking typed-path v0.7.1
30972024-10-16T19:27:52.796Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30982024-10-16T19:27:53.330Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30992024-10-16T19:27:53.580Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31002024-10-16T19:27:53.610Z Checking hashlink v0.9.1
31012024-10-16T19:27:53.708Z Checking fallible-streaming-iterator v0.1.9
31022024-10-16T19:27:53.869Z Checking fallible-iterator v0.3.0
31032024-10-16T19:27:53.920Z Checking parse-size v1.0.0
31042024-10-16T19:27:54.151Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31052024-10-16T19:27:54.483Z Checking rusqlite v0.32.1
31062024-10-16T19:27:54.574Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31072024-10-16T19:27:54.667Z Checking rustls-pemfile v1.0.4
31082024-10-16T19:27:54.854Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31092024-10-16T19:27:55.030Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31102024-10-16T19:27:55.133Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31112024-10-16T19:27:55.273Z Checking twox-hash v1.6.3
31122024-10-16T19:27:55.319Z Checking snafu v0.8.5
31132024-10-16T19:27:55.653Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31142024-10-16T19:27:55.765Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31152024-10-16T19:27:55.854Z Checking tokio-rustls v0.24.1
31162024-10-16T19:27:55.971Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31172024-10-16T19:27:56.196Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31182024-10-16T19:27:56.473Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31192024-10-16T19:27:56.604Z Checking fatfs v0.3.6
31202024-10-16T19:27:56.874Z Checking hyper v0.14.30
31212024-10-16T19:27:57.207Z Checking assert_matches v1.5.0
31222024-10-16T19:28:00.791Z Checking reqwest v0.11.27
31232024-10-16T19:28:01.542Z Checking tough v0.17.1
31242024-10-16T19:28:03.260Z Compiling git2 v0.19.0
31252024-10-16T19:28:04.549Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31262024-10-16T19:28:05.667Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31272024-10-16T19:28:07.977Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31282024-10-16T19:28:59.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
31292024-10-16T19:28:59.343Z
31302024-10-16T19:28:59.343Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31312024-10-16T19:28:59.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-10-16T19:28:59.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-10-16T19:28:59.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342024-10-16T19:28:59.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31352024-10-16T19:29:00.045Z
31362024-10-16T19:29:00.045Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31372024-10-16T19:29:00.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-10-16T19:29:00.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-10-16T19:29:00.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402024-10-16T19:29:00.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31412024-10-16T19:29:00.681Z
31422024-10-16T19:29:00.681Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31432024-10-16T19:29:01.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-10-16T19:29:01.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-10-16T19:29:01.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462024-10-16T19:29:01.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31472024-10-16T19:29:01.359Z
31482024-10-16T19:29:01.360Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31492024-10-16T19:29:01.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-10-16T19:29:01.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-10-16T19:29:01.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-10-16T19:29:01.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31532024-10-16T19:29:02.061Z
31542024-10-16T19:29:02.061Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31552024-10-16T19:29:02.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-10-16T19:29:02.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-10-16T19:29:02.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582024-10-16T19:29:02.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31592024-10-16T19:29:02.760Z
31602024-10-16T19:29:02.760Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31612024-10-16T19:29:03.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-10-16T19:29:03.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-10-16T19:29:03.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642024-10-16T19:29:03.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31652024-10-16T19:29:03.454Z
31662024-10-16T19:29:03.454Zinfo: running `cargo check --bins` on update-common (145/166)
31672024-10-16T19:29:04.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-10-16T19:29:04.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-10-16T19:29:04.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702024-10-16T19:29:04.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31712024-10-16T19:29:04.138Z
31722024-10-16T19:29:04.138Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31732024-10-16T19:29:04.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742024-10-16T19:29:04.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752024-10-16T19:29:04.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762024-10-16T19:29:04.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31772024-10-16T19:29:04.815Z
31782024-10-16T19:29:04.815Zinfo: running `cargo check --bins` on tufaceous (147/166)
31792024-10-16T19:29:05.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802024-10-16T19:29:05.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812024-10-16T19:29:05.510Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31822024-10-16T19:29:06.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31832024-10-16T19:29:06.595Z
31842024-10-16T19:29:06.596Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31852024-10-16T19:29:07.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862024-10-16T19:29:07.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872024-10-16T19:29:07.464Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31882024-10-16T19:29:07.464Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31892024-10-16T19:29:07.466Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31902024-10-16T19:29:08.817Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31912024-10-16T19:29:11.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
31922024-10-16T19:29:11.494Z
31932024-10-16T19:29:11.494Zinfo: running `cargo check --bins` on openapi-manager (149/166)
31942024-10-16T19:29:12.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952024-10-16T19:29:12.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962024-10-16T19:29:12.221Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31972024-10-16T19:29:12.224Z Checking heck v0.4.1
31982024-10-16T19:29:12.224Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31992024-10-16T19:29:12.452Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32002024-10-16T19:29:13.774Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32012024-10-16T19:29:14.577Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32022024-10-16T19:29:15.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
32032024-10-16T19:29:15.723Z
32042024-10-16T19:29:15.723Zinfo: running `cargo check --bins` on installinator-api (150/166)
32052024-10-16T19:29:16.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062024-10-16T19:29:16.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072024-10-16T19:29:16.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082024-10-16T19:29:16.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32092024-10-16T19:29:16.389Z
32102024-10-16T19:29:16.389Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32112024-10-16T19:29:16.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122024-10-16T19:29:16.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132024-10-16T19:29:16.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142024-10-16T19:29:16.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32152024-10-16T19:29:17.067Z
32162024-10-16T19:29:17.067Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32172024-10-16T19:29:17.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182024-10-16T19:29:17.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192024-10-16T19:29:17.776Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32202024-10-16T19:29:18.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
32212024-10-16T19:29:19.061Z
32222024-10-16T19:29:19.061Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32232024-10-16T19:29:19.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242024-10-16T19:29:19.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252024-10-16T19:29:19.761Z Checking memmap2 v0.9.5
32262024-10-16T19:29:19.761Z Checking untrusted v0.7.1
32272024-10-16T19:29:19.763Z Checking arrayref v0.3.9
32282024-10-16T19:29:19.764Z Checking arrayvec v0.7.6
32292024-10-16T19:29:19.764Z Checking spin v0.5.2
32302024-10-16T19:29:19.764Z Checking constant_time_eq v0.3.1
32312024-10-16T19:29:19.859Z Checking topological-sort v0.2.2
32322024-10-16T19:29:19.875Z Checking shell-words v1.1.0
32332024-10-16T19:29:20.046Z Checking ring v0.16.20
32342024-10-16T19:29:20.188Z Checking blake3 v1.5.4
32352024-10-16T19:29:21.140Z Checking omicron-zone-package v0.11.1
32362024-10-16T19:29:22.191Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32372024-10-16T19:29:23.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
32382024-10-16T19:29:23.233Z
32392024-10-16T19:29:23.233Zinfo: running `cargo check --bins` on xtask (154/166)
32402024-10-16T19:29:23.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412024-10-16T19:29:23.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422024-10-16T19:29:23.712Z Checking bitflags v2.6.0
32432024-10-16T19:29:23.715Z Checking serde v1.0.210
32442024-10-16T19:29:23.715Z Checking thiserror v1.0.64
32452024-10-16T19:29:23.800Z Checking scroll v0.12.0
32462024-10-16T19:29:23.803Z Checking hashbrown v0.15.0
32472024-10-16T19:29:23.809Z Checking log v0.4.22
32482024-10-16T19:29:23.818Z Checking zerocopy v0.7.35
32492024-10-16T19:29:23.843Z Checking syn v2.0.79
32502024-10-16T19:29:23.891Z Checking pest v2.7.14
32512024-10-16T19:29:24.019Z Checking rustix v0.38.37
32522024-10-16T19:29:24.062Z Checking once_cell v1.20.2
32532024-10-16T19:29:24.251Z Checking goblin v0.8.2
32542024-10-16T19:29:24.354Z Checking fs-err v2.11.0
32552024-10-16T19:29:24.658Z Checking anyhow v1.0.89
32562024-10-16T19:29:24.859Z Checking indexmap v2.6.0
32572024-10-16T19:29:25.006Z Checking tabled v0.15.0
32582024-10-16T19:29:25.762Z Checking terminal_size v0.4.0
32592024-10-16T19:29:25.762Z Checking tempfile v3.13.0
32602024-10-16T19:29:25.940Z Checking clap_builder v4.5.20
32612024-10-16T19:29:26.288Z Checking dtrace-parser v0.2.0
32622024-10-16T19:29:28.117Z Checking clap v4.5.20
32632024-10-16T19:29:28.143Z Checking serde_json v1.0.128
32642024-10-16T19:29:28.143Z Checking serde_spanned v0.6.8
32652024-10-16T19:29:28.145Z Checking toml_datetime v0.6.8
32662024-10-16T19:29:28.145Z Checking camino v1.1.9
32672024-10-16T19:29:28.145Z Checking cargo-platform v0.1.8
32682024-10-16T19:29:28.145Z Checking semver v1.0.23
32692024-10-16T19:29:28.210Z Checking macaddr v1.0.1
32702024-10-16T19:29:28.422Z Checking toml_edit v0.22.22
32712024-10-16T19:29:28.625Z Checking camino-tempfile v1.1.1
32722024-10-16T19:29:29.199Z Checking dof v0.3.0
32732024-10-16T19:29:29.199Z Checking cargo_metadata v0.18.1
32742024-10-16T19:29:29.588Z Checking usdt-impl v0.5.0
32752024-10-16T19:29:29.929Z Checking usdt v0.5.0
32762024-10-16T19:29:30.100Z Checking toml v0.8.19
32772024-10-16T19:29:30.546Z Checking cargo_toml v0.20.5
32782024-10-16T19:29:31.774Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32792024-10-16T19:29:32.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
32802024-10-16T19:29:32.455Z
32812024-10-16T19:29:32.455Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32822024-10-16T19:29:33.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832024-10-16T19:29:33.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842024-10-16T19:29:33.242Z Checking polyval v0.6.2
32852024-10-16T19:29:33.348Z Checking ctr v0.9.2
32862024-10-16T19:29:33.358Z Checking ssh-encoding v0.2.0
32872024-10-16T19:29:33.360Z Checking blowfish v0.9.1
32882024-10-16T19:29:33.378Z Checking password-hash v0.4.2
32892024-10-16T19:29:33.380Z Checking matches v0.1.10
32902024-10-16T19:29:33.406Z Checking p256 v0.13.2
32912024-10-16T19:29:33.407Z Checking p521 v0.13.3
32922024-10-16T19:29:33.482Z Checking idna v0.2.3
32932024-10-16T19:29:33.575Z Checking ghash v0.5.1
32942024-10-16T19:29:33.597Z Compiling enum-as-inner v0.5.1
32952024-10-16T19:29:33.627Z Checking bcrypt-pbkdf v0.10.0
32962024-10-16T19:29:33.646Z Checking russh-cryptovec v0.7.3
32972024-10-16T19:29:33.732Z Checking aes-gcm v0.10.3
32982024-10-16T19:29:33.768Z Checking pbkdf2 v0.11.0
32992024-10-16T19:29:33.852Z Checking md5 v0.7.0
33002024-10-16T19:29:33.871Z Checking num-bigint v0.4.6
33012024-10-16T19:29:33.886Z Checking des v0.8.1
33022024-10-16T19:29:33.956Z Checking ssh-cipher v0.2.0
33032024-10-16T19:29:34.038Z Compiling dhcproto-macros v0.1.0
33042024-10-16T19:29:34.130Z Checking hex-literal v0.4.1
33052024-10-16T19:29:34.147Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33062024-10-16T19:29:34.230Z Checking ssh-key v0.6.6
33072024-10-16T19:29:34.260Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33082024-10-16T19:29:34.277Z Checking internet-checksum v0.2.1
33092024-10-16T19:29:34.609Z Checking trust-dns-proto v0.22.0
33102024-10-16T19:29:35.547Z Checking russh-keys v0.45.0
33112024-10-16T19:29:36.479Z Checking russh v0.45.0
33122024-10-16T19:29:37.062Z Checking dhcproto v0.12.0
33132024-10-16T19:29:53.666Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33142024-10-16T19:29:54.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.49s
33152024-10-16T19:29:55.137Z
33162024-10-16T19:29:55.137Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33172024-10-16T19:29:55.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-10-16T19:29:55.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-10-16T19:29:55.801Z Checking termios v0.3.3
33202024-10-16T19:29:56.010Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33212024-10-16T19:29:56.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
33222024-10-16T19:29:56.915Z
33232024-10-16T19:29:56.915Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33242024-10-16T19:29:57.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-10-16T19:29:57.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-10-16T19:29:57.627Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33272024-10-16T19:29:59.562Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33282024-10-16T19:30:01.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
33292024-10-16T19:30:01.489Z
33302024-10-16T19:30:01.489Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33312024-10-16T19:30:02.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-10-16T19:30:02.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-10-16T19:30:02.152Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33342024-10-16T19:30:02.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
33352024-10-16T19:30:02.760Z
33362024-10-16T19:30:02.760Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33372024-10-16T19:30:03.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-10-16T19:30:03.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-10-16T19:30:03.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402024-10-16T19:30:03.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33412024-10-16T19:30:03.402Z
33422024-10-16T19:30:03.402Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33432024-10-16T19:30:03.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-10-16T19:30:03.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-10-16T19:30:03.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462024-10-16T19:30:03.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33472024-10-16T19:30:04.046Z
33482024-10-16T19:30:04.047Zinfo: running `cargo check --bins` on omicron-package (161/166)
33492024-10-16T19:30:04.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-10-16T19:30:04.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-10-16T19:30:04.732Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33522024-10-16T19:30:05.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
33532024-10-16T19:30:06.093Z
33542024-10-16T19:30:06.093Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33552024-10-16T19:30:06.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-10-16T19:30:06.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-10-16T19:30:06.818Z Checking rtoolbox v0.0.2
33582024-10-16T19:30:06.821Z Checking tui-tree-widget v0.22.0
33592024-10-16T19:30:06.821Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33602024-10-16T19:30:07.033Z Checking rpassword v7.3.1
33612024-10-16T19:30:10.931Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33622024-10-16T19:30:13.802Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33632024-10-16T19:30:14.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s
33642024-10-16T19:30:15.125Z
33652024-10-16T19:30:15.126Zinfo: running `cargo check --bins` on wicket (163/166)
33662024-10-16T19:30:15.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672024-10-16T19:30:15.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682024-10-16T19:30:15.850Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33692024-10-16T19:30:16.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33702024-10-16T19:30:16.416Z
33712024-10-16T19:30:16.416Zinfo: running `cargo check --bins` on wicketd (164/166)
33722024-10-16T19:30:17.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-10-16T19:30:17.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-10-16T19:30:17.149Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33752024-10-16T19:30:20.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
33762024-10-16T19:30:20.992Z
33772024-10-16T19:30:20.992Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33782024-10-16T19:30:21.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-10-16T19:30:21.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-10-16T19:30:21.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812024-10-16T19:30:21.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33822024-10-16T19:30:21.633Z
33832024-10-16T19:30:21.633Zinfo: running `cargo check --bins` on zone-setup (166/166)
33842024-10-16T19:30:22.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-10-16T19:30:22.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-10-16T19:30:22.379Z Checking uzers v0.11.3
33872024-10-16T19:30:22.682Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33882024-10-16T19:30:23.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
33892024-10-16T19:30:23.909Z
33902024-10-16T19:30:23.909Zreal 11:32.100899949
33912024-10-16T19:30:23.909Zuser 23:29.970117794
33922024-10-16T19:30:23.909Zsys 5:09.224422855
33932024-10-16T19:30:23.909Ztrap 0.464268020
33942024-10-16T19:30:23.909Ztflt 3.167913333
33952024-10-16T19:30:23.912Zdflt 2.567628965
33962024-10-16T19:30:23.912Zkflt 0.003551938
33972024-10-16T19:30:23.912Zlock 41:40.021209973
33982024-10-16T19:30:23.912Zslp 1:55:51.087937012
33992024-10-16T19:30:23.912Zlat 57.070644954
34002024-10-16T19:30:23.912Zstop 2:58.807127093
34012024-10-16T19:30:23.912Zprocess exited: duration 942988 ms, exit code 0
 
34022024-10-16T19:30:23.918Zfound 0 output files