01JBDDA901Y1Q9WENX9TQ5BKW1: 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: 01JBDDAQA5189PCHBTGAMG4GPN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T00:31:59.171Zjob assigned to worker 01JBDDAXEX8JSW9PEJPTPHBN7S (queued for 50 s)
 
22024-10-30T00:32:06.482Zstarting task 0: "setup"
32024-10-30T00:32:06.494Z++ uname -s
42024-10-30T00:32:06.496Z+ kern=SunOS
52024-10-30T00:32:06.496Z+ case "$kern" in
62024-10-30T00:32:06.496Z+ [[ 0 == 12345 ]]
72024-10-30T00:32:06.496Z+ groupadd -g 12345 build
82024-10-30T00:32:06.499Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T00:32:08.509Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T00:32:08.590Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T00:32:08.592Z+ home_fs=zfs
122024-10-30T00:32:08.593Z+ [[ zfs == autofs ]]
132024-10-30T00:32:08.593Z+ mkdir -p /home/build
142024-10-30T00:32:08.595Z+ chown build:build /home/build /work
152024-10-30T00:32:10.597Z+ chmod 0700 /home/build /work
162024-10-30T00:32:10.599Zprocess exited: duration 4116 ms, exit code 0
 
172024-10-30T00:32:10.605Zstarting task 1: "rust-toolchain"
182024-10-30T00:32:10.610Z+ printf ' * toolchain channel = "%s"
192024-10-30T00:32:10.611Z * toolchain channel = "1.80.1"
202024-10-30T00:32:10.611Z' 1.80.1
212024-10-30T00:32:10.611Z+ printf ' * toolchain profile = "%s"
222024-10-30T00:32:10.611Z' default
232024-10-30T00:32:10.611Z * toolchain profile = "default"
242024-10-30T00:32:10.616Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T00:32:10.616Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
262024-10-30T00:32:10.729Zinfo: downloading installer
272024-10-30T00:32:11.930Zinfo: profile set to 'default'
282024-10-30T00:32:11.930Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T00:32:11.933Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
302024-10-30T00:32:12.083Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
312024-10-30T00:32:12.083Zinfo: downloading component 'cargo'
322024-10-30T00:32:12.936Zinfo: downloading component 'clippy'
332024-10-30T00:32:13.240Zinfo: downloading component 'rust-docs'
342024-10-30T00:32:14.430Zinfo: downloading component 'rust-std'
352024-10-30T00:32:16.088Zinfo: downloading component 'rustc'
362024-10-30T00:32:20.719Zinfo: downloading component 'rustfmt'
372024-10-30T00:32:20.968Zinfo: installing component 'cargo'
382024-10-30T00:32:21.777Zinfo: installing component 'clippy'
392024-10-30T00:32:22.153Zinfo: installing component 'rust-docs'
402024-10-30T00:32:23.781Zinfo: installing component 'rust-std'
412024-10-30T00:32:25.567Zinfo: installing component 'rustc'
422024-10-30T00:32:29.893Zinfo: installing component 'rustfmt'
432024-10-30T00:32:30.231Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-30T00:32:30.231Z
452024-10-30T00:32:30.503Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
462024-10-30T00:32:30.503Z
472024-10-30T00:32:30.506Z
482024-10-30T00:32:30.506ZRust is installed now. Great!
492024-10-30T00:32:30.506Z
502024-10-30T00:32:30.506ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T00:32:30.506Zenvironment variable. This has not been done automatically.
522024-10-30T00:32:30.506Z
532024-10-30T00:32:30.506ZTo configure your current shell, you need to source
542024-10-30T00:32:30.506Zthe corresponding env file under $HOME/.cargo.
552024-10-30T00:32:30.506Z
562024-10-30T00:32:30.506ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T00:32:30.506Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T00:32:30.506Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T00:32:30.555Z+ rustc --version
602024-10-30T00:32:30.617Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
612024-10-30T00:32:30.623Zprocess exited: duration 20011 ms, exit code 0
 
622024-10-30T00:32:30.629Zstarting task 2: "authentication"
632024-10-30T00:32:30.651Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T00:32:30.658Zstarting task 3: "clone repository"
652024-10-30T00:32:30.663Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-30T00:32:30.666Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-30T00:32:30.706ZCloning into '/work/oxidecomputer/omicron'...
682024-10-30T00:32:37.194Z+ cd /work/oxidecomputer/omicron
692024-10-30T00:32:37.197Z+ git fetch origin f78d2bb4dcafd59540d23b57f0d3a8e27efb3317
702024-10-30T00:32:37.484ZFrom https://github.com/oxidecomputer/omicron
712024-10-30T00:32:37.484Z * branch f78d2bb4dcafd59540d23b57f0d3a8e27efb3317 -> FETCH_HEAD
722024-10-30T00:32:37.494Z+ [[ -n more-test-database ]]
732024-10-30T00:32:37.496Z++ git branch --show-current
742024-10-30T00:32:37.499Z+ current=main
752024-10-30T00:32:37.499Z+ [[ main != more-test-database ]]
762024-10-30T00:32:37.499Z+ git branch -f more-test-database f78d2bb4dcafd59540d23b57f0d3a8e27efb3317
772024-10-30T00:32:37.501Z+ git checkout -f more-test-database
782024-10-30T00:32:37.663ZSwitched to branch 'more-test-database'
792024-10-30T00:32:37.666Z+ git reset --hard f78d2bb4dcafd59540d23b57f0d3a8e27efb3317
802024-10-30T00:32:37.827ZHEAD is now at f78d2bb4d fix cockroach-admin tests, private builder
812024-10-30T00:32:37.829Zprocess exited: duration 7168 ms, exit code 0
 
822024-10-30T00:32:37.836Zstarting task 4: "build"
832024-10-30T00:32:37.841Z+ source .github/buildomat/ci-env.sh
842024-10-30T00:32:37.841Z++ export CARGO_TERM_COLOR=always
852024-10-30T00:32:37.841Z++ CARGO_TERM_COLOR=always
862024-10-30T00:32:37.843Z+ cargo --version
872024-10-30T00:32:37.895Zcargo 1.80.1 (376290515 2024-07-16)
882024-10-30T00:32:37.898Z+ rustc --version
892024-10-30T00:32:37.954Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-10-30T00:32:37.957Z+ source ./env.sh
912024-10-30T00:32:37.959Z++ OLD_SHELL_OPTS=ehxB
922024-10-30T00:32:37.959Z++ set -o xtrace
932024-10-30T00:32:37.959Z++++ dirname ./env.sh
942024-10-30T00:32:37.963Z+++ readlink -f .
952024-10-30T00:32:37.966Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-10-30T00:32:37.966Z++ export 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-30T00:32:37.966Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-30T00:32:37.966Z++ 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
992024-10-30T00:32:37.966Z++ 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
1002024-10-30T00:32:37.966Z++ 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
1012024-10-30T00:32:37.966Z++ 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
1022024-10-30T00:32:37.966Z++ 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
1032024-10-30T00:32:37.966Z++ 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
1042024-10-30T00:32:37.966Z++ case $OLD_SHELL_OPTS in
1052024-10-30T00:32:37.966Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-10-30T00:32:37.966Z+ 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
1072024-10-30T00:32:37.966Z+ 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
1082024-10-30T00:32:37.966Z+ banner prerequisites
1092024-10-30T00:32:37.969Z
1102024-10-30T00:32:37.969Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-10-30T00:32:37.969Z # # # # # # # # # # # # # # #
1122024-10-30T00:32:37.969Z # # # # ##### # # ##### # # # # # #### #
1132024-10-30T00:32:37.969Z ##### ##### # ##### # # # # # # # # #
1142024-10-30T00:32:37.969Z # # # # # # # # # # # # # # #
1152024-10-30T00:32:37.969Z # # # ###### # # ###### ### # #### # #### #
1162024-10-30T00:32:37.969Z
1172024-10-30T00:32:37.970Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-10-30T00:32:45.752Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-10-30T00:32:48.936Z Startup: Caching catalogs ... Done
1202024-10-30T00:32:55.867ZPlanning: Solver setup ... Done (6.180s)
1212024-10-30T00:32:55.958ZPlanning: Running solver ... Done (0.091s)
1222024-10-30T00:32:56.034ZPlanning: Finding local manifests ... Done (0.004s)
1232024-10-30T00:32:56.047ZPlanning: Fetching manifests: 0/5 0% complete
1242024-10-30T00:32:56.262ZPlanning: Fetching manifests: 5/5 100% complete
1252024-10-30T00:32:56.363ZPlanning: Package planning ... Done (0.099s)
1262024-10-30T00:32:56.417ZPlanning: Merging actions ... Done (0.055s)
1272024-10-30T00:32:56.603ZPlanning: Checking for conflicting actions ... Done (0.186s)
1282024-10-30T00:32:58.238ZPlanning: Consolidating action changes ... Done (1.635s)
1292024-10-30T00:32:58.640ZPlanning: Evaluating mediators ... Done (0.402s)
1302024-10-30T00:32:58.719ZPlanning: Planning completed in 9.70 seconds
1312024-10-30T00:32:58.735Z Packages to install: 4
1322024-10-30T00:32:58.735Z Packages to update: 1
1332024-10-30T00:32:58.738Z Mediators to change: 2
1342024-10-30T00:32:58.738Z Services to change: 1
1352024-10-30T00:32:58.738Z Estimated space available: 155.71 GB
1362024-10-30T00:32:58.738ZEstimated space to be consumed: 1.58 GB
1372024-10-30T00:32:58.738Z Create boot environment: No
1382024-10-30T00:32:58.738ZCreate backup boot environment: Yes
1392024-10-30T00:32:58.738Z Rebuild boot archive: No
1402024-10-30T00:32:58.738Z
1412024-10-30T00:32:58.738ZChanged mediators:
1422024-10-30T00:32:58.738Z mediator clang:
1432024-10-30T00:32:58.738Z version: None -> 15 (system default)
1442024-10-30T00:32:58.738Z
1452024-10-30T00:32:58.738Z mediator llvm:
1462024-10-30T00:32:58.738Z version: 14 (system default) -> 15 (system default)
1472024-10-30T00:32:58.740Z
1482024-10-30T00:32:58.740ZChanged packages:
1492024-10-30T00:32:58.740Zhelios-dev
1502024-10-30T00:32:58.740Z developer/build-essential
1512024-10-30T00:32:58.740Z None -> 11-2.0
1522024-10-30T00:32:58.740Z library/libxmlsec1
1532024-10-30T00:32:58.740Z None -> 1.2.35-2.0
1542024-10-30T00:32:58.740Z ooce/developer/clang-15
1552024-10-30T00:32:58.740Z None -> 15.0.7-2.0
1562024-10-30T00:32:58.740Z ooce/developer/llvm-15
1572024-10-30T00:32:58.740Z None -> 15.0.7-2.0
1582024-10-30T00:32:58.740Z package/pkg
1592024-10-30T00:32:58.740Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-10-30T00:32:58.740Z
1612024-10-30T00:32:58.740ZServices:
1622024-10-30T00:32:58.740Z restart_fmri:
1632024-10-30T00:32:58.740Z svc:/system/update-man-index:default
1642024-10-30T00:32:58.740Z
1652024-10-30T00:32:58.740ZEditable files to change:
1662024-10-30T00:32:58.740Z Update:
1672024-10-30T00:32:58.740Z usr/share/lib/pkg/web/config.shtml
1682024-10-30T00:32:58.813Z
1692024-10-30T00:32:58.813ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-10-30T00:33:03.814ZDownload: 1192/4281 items 72.6/220.6MB 32% complete (14.5M/s)
1712024-10-30T00:33:08.851ZDownload: 2069/4281 items 118.8/220.6MB 53% complete (12.0M/s)
1722024-10-30T00:33:13.819ZDownload: 2568/4281 items 120.2/220.6MB 54% complete (6.0M/s)
1732024-10-30T00:33:24.445ZDownload: 3242/4281 items 203.0/220.6MB 92% complete (8.4M/s)
1742024-10-30T00:33:37.240ZDownload: 3247/4281 items 203.1/220.6MB 92% complete
1752024-10-30T00:33:43.573ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (2.6M/s)
1762024-10-30T00:33:48.573ZDownload: 4051/4281 items 219.0/220.6MB 99% complete (1021k/s)
1772024-10-30T00:33:52.159ZDownload: Completed 220.60 MB in 53.34 seconds (4.1M/s)
1782024-10-30T00:33:54.157Z Actions: 1/5063 actions (Removing old actions)
1792024-10-30T00:33:54.176Z Actions: 194/5063 actions (Installing new actions)
1802024-10-30T00:33:58.846Z Actions: 4226/5063 actions (Updating modified actions)
1812024-10-30T00:33:59.157Z Actions: Completed 5063 actions in 5.00 seconds.
1822024-10-30T00:33:59.525Z Done (0.361s)
1832024-10-30T00:33:59.528Z Done (0.000s)
1842024-10-30T00:34:00.025Z Done (0.498s)
1852024-10-30T00:34:04.144Z Done (3.918s)
1862024-10-30T00:34:04.234Z Done (0.017s)
1872024-10-30T00:34:04.237Z Done (0.000s)
1882024-10-30T00:34:04.404Z Done (0.000s)
1892024-10-30T00:34:05.050ZPlanning: Evaluating mediator changes ... Done
1902024-10-30T00:34:05.211ZPlanning: Checking for conflicting actions ... Done
1912024-10-30T00:34:05.214ZPlanning: Consolidating action changes ... Done
1922024-10-30T00:34:05.479ZPlanning: Evaluating mediators ... Done
1932024-10-30T00:34:05.482ZPlanning: Planning completed in 0.43 seconds
1942024-10-30T00:34:05.518Z Mediators to change: 2
1952024-10-30T00:34:05.519Z Create boot environment: No
1962024-10-30T00:34:05.522ZCreate backup boot environment: No
1972024-10-30T00:34:05.609Z Done
1982024-10-30T00:34:05.609Z Done
1992024-10-30T00:34:05.927Z Done
2002024-10-30T00:34:09.351Z Done
2012024-10-30T00:34:09.442Z Done
2022024-10-30T00:34:09.445Z Done
2032024-10-30T00:34:09.556Z Done
2042024-10-30T00:34:10.161ZPlanning: Evaluating mediator changes ... Done
2052024-10-30T00:34:10.163ZPlanning: Merging actions ... Done
2062024-10-30T00:34:10.351ZPlanning: Checking for conflicting actions ... Done
2072024-10-30T00:34:10.353ZPlanning: Consolidating action changes ... Done
2082024-10-30T00:34:10.617ZPlanning: Evaluating mediators ... Done
2092024-10-30T00:34:10.671ZPlanning: Planning completed in 0.75 seconds
2102024-10-30T00:34:10.712Z Packages to change: 1
2112024-10-30T00:34:10.712Z Mediators to change: 1
2122024-10-30T00:34:10.714Z Services to change: 1
2132024-10-30T00:34:10.714Z Create boot environment: No
2142024-10-30T00:34:10.714ZCreate backup boot environment: Yes
2152024-10-30T00:34:12.893Z Actions: 1/6 actions (Updating modified actions)
2162024-10-30T00:34:12.896Z Actions: Completed 6 actions in 0.00 seconds.
2172024-10-30T00:34:12.896Z Done
2182024-10-30T00:34:12.896Z Done
2192024-10-30T00:34:12.996Z Done
2202024-10-30T00:34:16.486Z Done
2212024-10-30T00:34:16.582Z Done
2222024-10-30T00:34:16.584Z Done
2232024-10-30T00:34:16.702Z Done
2242024-10-30T00:34:17.129ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-10-30T00:34:17.129Zclang system 15 system
2262024-10-30T00:34:17.129Zcsh system system illumos
2272024-10-30T00:34:17.129Zctags system system illumos
2282024-10-30T00:34:17.129Zgcc vendor 12 vendor
2292024-10-30T00:34:17.129Zgcc system 10 system
2302024-10-30T00:34:17.129Zgcc system 7 system
2312024-10-30T00:34:17.130Zgo system 1.20 system
2322024-10-30T00:34:17.130Zgo system 1.19 system
2332024-10-30T00:34:17.130Zllvm system 15 system
2342024-10-30T00:34:17.130Zllvm system 14 system
2352024-10-30T00:34:17.130Zmariadb system 10.6 system
2362024-10-30T00:34:17.130Zmta vendor vendor dma
2372024-10-30T00:34:17.130Zopenjdk system 17 system
2382024-10-30T00:34:17.130Zopenjdk system 11 system
2392024-10-30T00:34:17.130Zopenjdk system 1.8 system
2402024-10-30T00:34:17.130Zopenssl vendor 3 vendor
2412024-10-30T00:34:17.130Zperl system 5.36 system
2422024-10-30T00:34:17.130Zpostgresql system 15 system
2432024-10-30T00:34:17.130Zpostgresql system 13 system
2442024-10-30T00:34:17.130Zpython vendor 3 vendor
2452024-10-30T00:34:17.130Zpython system 2 system
2462024-10-30T00:34:17.130Zpython3 system 3.11 system
2472024-10-30T00:34:17.130Zruby system 3.0 system
2482024-10-30T00:34:17.130Zwords vendor vendor american-english
2492024-10-30T00:34:17.130Zwords system system australian-english
2502024-10-30T00:34:17.130Zwords system system british-english
2512024-10-30T00:34:17.130Zwords system system canadian-english
2522024-10-30T00:34:17.130Zwords system system french
2532024-10-30T00:34:17.130Zwords system system italian
2542024-10-30T00:34:17.130Zwords system system ngerman
2552024-10-30T00:34:17.130Zwords system system ogerman
2562024-10-30T00:34:17.130Zwords system system spanish
2572024-10-30T00:34:17.453ZPUBLISHER TYPE STATUS P LOCATION
2582024-10-30T00:34:17.453Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-10-30T00:34:19.809ZFMRI IFO
2602024-10-30T00:34:19.809Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-10-30T00:34:19.809Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-10-30T00:34:19.810Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-10-30T00:34:19.810Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-10-30T00:34:19.810Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-10-30T00:34:19.810Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-10-30T00:34:19.810Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-10-30T00:34:19.810Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-10-30T00:34:19.810Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-10-30T00:34:19.810Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-10-30T00:34:19.810Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-10-30T00:34:19.810Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-10-30T00:34:19.810Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-10-30T00:34:19.810Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-10-30T00:34:19.810Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-10-30T00:34:20.497Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-10-30T00:34:20.781Z Updating crates.io index
2772024-10-30T00:34:20.784Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-10-30T00:34:21.667Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-10-30T00:34:21.971Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-10-30T00:34:22.215Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-10-30T00:34:22.580Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-10-30T00:34:23.526Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-10-30T00:34:25.758Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-10-30T00:34:26.833Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-10-30T00:34:27.534Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-10-30T00:34:27.823Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-10-30T00:34:28.083Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-10-30T00:34:28.605Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-10-30T00:34:28.979Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-10-30T00:34:29.291Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-10-30T00:34:29.539Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-10-30T00:34:29.814Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-10-30T00:34:30.067Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-10-30T00:34:30.376Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-10-30T00:34:30.673Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-10-30T00:34:31.051Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-10-30T00:34:31.317Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-10-30T00:34:31.754Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-10-30T00:34:32.119Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-10-30T00:34:32.519Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-10-30T00:34:32.961Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-10-30T00:34:33.261Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-10-30T00:34:33.554Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-10-30T00:34:34.922Z Downloading crates ...
3052024-10-30T00:34:35.016Z Downloaded anyhow v1.0.89
3062024-10-30T00:34:35.040Z Downloaded usdt-macro v0.5.0
3072024-10-30T00:34:35.043Z Downloaded clap_lex v0.7.2
3082024-10-30T00:34:35.043Z Downloaded usdt-attr-macro v0.5.0
3092024-10-30T00:34:35.046Z Downloaded thread-id v4.2.2
3102024-10-30T00:34:35.048Z Downloaded cpufeatures v0.2.14
3112024-10-30T00:34:35.051Z Downloaded dof v0.3.0
3122024-10-30T00:34:35.051Z Downloaded proc-macro-error-attr v1.0.4
3132024-10-30T00:34:35.051Z Downloaded anstyle v1.0.8
3142024-10-30T00:34:35.053Z Downloaded macaddr v1.0.1
3152024-10-30T00:34:35.053Z Downloaded itoa v1.0.11
3162024-10-30T00:34:35.056Z Downloaded cargo-platform v0.1.8
3172024-10-30T00:34:35.056Z Downloaded byteorder v1.5.0
3182024-10-30T00:34:35.058Z Downloaded errno v0.3.9
3192024-10-30T00:34:35.060Z Downloaded plain v0.2.3
3202024-10-30T00:34:35.060Z Downloaded fs-err v2.11.0
3212024-10-30T00:34:35.063Z Downloaded unicode-linebreak v0.1.5
3222024-10-30T00:34:35.063Z Downloaded strsim v0.11.1
3232024-10-30T00:34:35.066Z Downloaded toml_datetime v0.6.8
3242024-10-30T00:34:35.068Z Downloaded once_cell v1.20.2
3252024-10-30T00:34:35.071Z Downloaded hashbrown v0.15.0
3262024-10-30T00:34:35.074Z Downloaded cargo_toml v0.20.5
3272024-10-30T00:34:35.076Z Downloaded anstyle-parse v0.2.5
3282024-10-30T00:34:35.079Z Downloaded semver v1.0.23
3292024-10-30T00:34:35.079Z Downloaded zerocopy-derive v0.7.35
3302024-10-30T00:34:35.083Z Downloaded tempfile v3.13.0
3312024-10-30T00:34:35.085Z Downloaded thiserror v1.0.64
3322024-10-30T00:34:35.089Z Downloaded bitflags v2.6.0
3332024-10-30T00:34:35.093Z Downloaded quote v1.0.37
3342024-10-30T00:34:35.095Z Downloaded ucd-trie v0.1.7
3352024-10-30T00:34:35.097Z Downloaded sha2 v0.10.8
3362024-10-30T00:34:35.099Z Downloaded ryu v1.0.18
3372024-10-30T00:34:35.102Z Downloaded anstream v0.6.15
3382024-10-30T00:34:35.104Z Downloaded pest_derive v2.7.14
3392024-10-30T00:34:35.107Z Downloaded serde v1.0.210
3402024-10-30T00:34:35.109Z Downloaded equivalent v1.0.1
3412024-10-30T00:34:35.111Z Downloaded anstyle-query v1.1.1
3422024-10-30T00:34:35.113Z Downloaded indexmap v2.6.0
3432024-10-30T00:34:35.116Z Downloaded fastrand v2.1.1
3442024-10-30T00:34:35.124Z Downloaded autocfg v1.4.0
3452024-10-30T00:34:35.126Z Downloaded digest v0.10.7
3462024-10-30T00:34:35.129Z Downloaded heck v0.5.0
3472024-10-30T00:34:35.132Z Downloaded fnv v1.0.7
3482024-10-30T00:34:35.132Z Downloaded dtrace-parser v0.2.0
3492024-10-30T00:34:35.135Z Downloaded crypto-common v0.1.6
3502024-10-30T00:34:35.135Z Downloaded scroll_derive v0.12.0
3512024-10-30T00:34:35.135Z Downloaded pretty-hex v0.4.1
3522024-10-30T00:34:35.135Z Downloaded cfg-if v1.0.0
3532024-10-30T00:34:35.137Z Downloaded cargo_metadata v0.18.1
3542024-10-30T00:34:35.137Z Downloaded block-buffer v0.10.4
3552024-10-30T00:34:35.141Z Downloaded swrite v0.1.0
3562024-10-30T00:34:35.144Z Downloaded heck v0.4.1
3572024-10-30T00:34:35.144Z Downloaded bytecount v0.6.8
3582024-10-30T00:34:35.154Z Downloaded memmap v0.7.0
3592024-10-30T00:34:35.156Z Downloaded usdt v0.5.0
3602024-10-30T00:34:35.156Z Downloaded colorchoice v1.0.2
3612024-10-30T00:34:35.159Z Downloaded smawk v0.3.2
3622024-10-30T00:34:35.159Z Downloaded is_terminal_polyfill v1.70.1
3632024-10-30T00:34:35.163Z Downloaded thiserror-impl v1.0.64
3642024-10-30T00:34:35.166Z Downloaded version_check v0.9.5
3652024-10-30T00:34:35.168Z Downloaded pest_generator v2.7.14
3662024-10-30T00:34:35.170Z Downloaded clap_derive v4.5.18
3672024-10-30T00:34:35.173Z Downloaded utf8parse v0.2.2
3682024-10-30T00:34:35.173Z Downloaded terminal_size v0.4.0
3692024-10-30T00:34:35.181Z Downloaded proc-macro-error v1.0.4
3702024-10-30T00:34:35.183Z Downloaded generic-array v0.14.7
3712024-10-30T00:34:35.186Z Downloaded camino v1.1.9
3722024-10-30T00:34:35.186Z Downloaded tabled_derive v0.7.0
3732024-10-30T00:34:35.188Z Downloaded serde_tokenstream v0.2.2
3742024-10-30T00:34:35.188Z Downloaded serde_spanned v0.6.8
3752024-10-30T00:34:35.197Z Downloaded scroll v0.12.0
3762024-10-30T00:34:35.200Z Downloaded usdt-impl v0.5.0
3772024-10-30T00:34:35.203Z Downloaded camino-tempfile v1.1.1
3782024-10-30T00:34:35.205Z Downloaded clap v4.5.20
3792024-10-30T00:34:35.212Z Downloaded typenum v1.17.0
3802024-10-30T00:34:35.215Z Downloaded toml v0.8.19
3812024-10-30T00:34:35.218Z Downloaded serde_json v1.0.128
3822024-10-30T00:34:35.224Z Downloaded unicode-ident v1.0.13
3832024-10-30T00:34:35.228Z Downloaded textwrap v0.16.1
3842024-10-30T00:34:35.230Z Downloaded proc-macro2 v1.0.87
3852024-10-30T00:34:35.233Z Downloaded clap_builder v4.5.20
3862024-10-30T00:34:35.238Z Downloaded pest_meta v2.7.14
3872024-10-30T00:34:35.240Z Downloaded serde_derive v1.0.210
3882024-10-30T00:34:35.243Z Downloaded log v0.4.22
3892024-10-30T00:34:35.246Z Downloaded winnow v0.6.20
3902024-10-30T00:34:35.253Z Downloaded papergrid v0.11.0
3912024-10-30T00:34:35.263Z Downloaded memchr v2.7.4
3922024-10-30T00:34:35.268Z Downloaded toml_edit v0.22.22
3932024-10-30T00:34:35.289Z Downloaded pest v2.7.14
3942024-10-30T00:34:35.306Z Downloaded zerocopy v0.7.35
3952024-10-30T00:34:35.321Z Downloaded syn v2.0.79
3962024-10-30T00:34:35.332Z Downloaded goblin v0.8.2
3972024-10-30T00:34:35.337Z Downloaded tabled v0.15.0
3982024-10-30T00:34:35.351Z Downloaded syn v1.0.109
3992024-10-30T00:34:35.360Z Downloaded unicode-width v0.1.14
4002024-10-30T00:34:35.366Z Downloaded rustix v0.38.37
4012024-10-30T00:34:35.395Z Downloaded libc v0.2.161
4022024-10-30T00:34:35.698Z Compiling proc-macro2 v1.0.87
4032024-10-30T00:34:35.698Z Compiling unicode-ident v1.0.13
4042024-10-30T00:34:35.700Z Compiling version_check v0.9.5
4052024-10-30T00:34:35.700Z Compiling serde v1.0.210
4062024-10-30T00:34:35.700Z Compiling memchr v2.7.4
4072024-10-30T00:34:35.700Z Compiling thiserror v1.0.64
4082024-10-30T00:34:35.700Z Compiling libc v0.2.161
4092024-10-30T00:34:35.731Z Compiling itoa v1.0.11
4102024-10-30T00:34:35.942Z Compiling ucd-trie v0.1.7
4112024-10-30T00:34:36.064Z Compiling ryu v1.0.18
4122024-10-30T00:34:36.410Z Compiling once_cell v1.20.2
4132024-10-30T00:34:36.540Z Compiling byteorder v1.5.0
4142024-10-30T00:34:36.589Z Compiling rustix v0.38.37
4152024-10-30T00:34:36.591Z Compiling serde_json v1.0.128
4162024-10-30T00:34:36.988Z Compiling bitflags v2.6.0
4172024-10-30T00:34:37.208Z Compiling usdt-impl v0.5.0
4182024-10-30T00:34:37.451Z Compiling proc-macro-error-attr v1.0.4
4192024-10-30T00:34:37.493Z Compiling quote v1.0.37
4202024-10-30T00:34:37.527Z Compiling syn v1.0.109
4212024-10-30T00:34:37.576Z Compiling proc-macro-error v1.0.4
4222024-10-30T00:34:37.684Z Compiling plain v0.2.3
4232024-10-30T00:34:37.788Z Compiling errno v0.3.9
4242024-10-30T00:34:37.859Z Compiling syn v2.0.79
4252024-10-30T00:34:37.881Z Compiling hashbrown v0.15.0
4262024-10-30T00:34:38.079Z Compiling equivalent v1.0.1
4272024-10-30T00:34:38.201Z Compiling log v0.4.22
4282024-10-30T00:34:38.227Z Compiling utf8parse v0.2.2
4292024-10-30T00:34:38.230Z Compiling camino v1.1.9
4302024-10-30T00:34:38.412Z Compiling anstyle-parse v0.2.5
4312024-10-30T00:34:38.582Z Compiling thread-id v4.2.2
4322024-10-30T00:34:38.846Z Compiling pretty-hex v0.4.1
4332024-10-30T00:34:38.949Z Compiling anstyle v1.0.8
4342024-10-30T00:34:39.072Z Compiling indexmap v2.6.0
4352024-10-30T00:34:39.095Z Compiling colorchoice v1.0.2
4362024-10-30T00:34:39.097Z Compiling semver v1.0.23
4372024-10-30T00:34:39.243Z Compiling anstyle-query v1.1.1
4382024-10-30T00:34:39.300Z Compiling autocfg v1.4.0
4392024-10-30T00:34:39.400Z Compiling unicode-width v0.1.14
4402024-10-30T00:34:39.403Z Compiling winnow v0.6.20
4412024-10-30T00:34:39.633Z Compiling is_terminal_polyfill v1.70.1
4422024-10-30T00:34:39.766Z Compiling anstream v0.6.15
4432024-10-30T00:34:40.199Z Compiling terminal_size v0.4.0
4442024-10-30T00:34:40.512Z Compiling fs-err v2.11.0
4452024-10-30T00:34:40.534Z Compiling heck v0.5.0
4462024-10-30T00:34:40.537Z Compiling clap_lex v0.7.2
4472024-10-30T00:34:40.796Z Compiling cfg-if v1.0.0
4482024-10-30T00:34:40.852Z Compiling fastrand v2.1.1
4492024-10-30T00:34:40.895Z Compiling anyhow v1.0.89
4502024-10-30T00:34:40.916Z Compiling strsim v0.11.1
4512024-10-30T00:34:41.026Z Compiling bytecount v0.6.8
4522024-10-30T00:34:41.053Z Compiling fnv v1.0.7
4532024-10-30T00:34:41.195Z Compiling heck v0.4.1
4542024-10-30T00:34:41.249Z Compiling clap_builder v4.5.20
4552024-10-30T00:34:41.690Z Compiling papergrid v0.11.0
4562024-10-30T00:34:41.725Z Compiling tempfile v3.13.0
4572024-10-30T00:34:42.032Z Compiling memmap v0.7.0
4582024-10-30T00:34:42.139Z Compiling smawk v0.3.2
4592024-10-30T00:34:42.367Z Compiling unicode-linebreak v0.1.5
4602024-10-30T00:34:42.878Z Compiling textwrap v0.16.1
4612024-10-30T00:34:42.985Z Compiling swrite v0.1.0
4622024-10-30T00:34:44.196Z Compiling tabled_derive v0.7.0
4632024-10-30T00:34:45.867Z Compiling tabled v0.15.0
4642024-10-30T00:34:46.868Z Compiling serde_derive v1.0.210
4652024-10-30T00:34:46.868Z Compiling thiserror-impl v1.0.64
4662024-10-30T00:34:46.870Z Compiling zerocopy-derive v0.7.35
4672024-10-30T00:34:46.871Z Compiling scroll_derive v0.12.0
4682024-10-30T00:34:46.871Z Compiling clap_derive v4.5.18
4692024-10-30T00:34:48.548Z Compiling scroll v0.12.0
4702024-10-30T00:34:48.579Z Compiling zerocopy v0.7.35
4712024-10-30T00:34:49.122Z Compiling goblin v0.8.2
4722024-10-30T00:34:49.323Z Compiling pest v2.7.14
4732024-10-30T00:34:50.614Z Compiling clap v4.5.20
4742024-10-30T00:34:51.686Z Compiling pest_meta v2.7.14
4752024-10-30T00:34:52.564Z Compiling pest_generator v2.7.14
4762024-10-30T00:34:54.579Z Compiling pest_derive v2.7.14
4772024-10-30T00:34:55.315Z Compiling dtrace-parser v0.2.0
4782024-10-30T00:34:56.748Z Compiling serde_tokenstream v0.2.2
4792024-10-30T00:34:56.750Z Compiling toml_datetime v0.6.8
4802024-10-30T00:34:56.751Z Compiling serde_spanned v0.6.8
4812024-10-30T00:34:57.131Z Compiling toml_edit v0.22.22
4822024-10-30T00:34:57.134Z Compiling cargo-platform v0.1.8
4832024-10-30T00:34:57.240Z Compiling macaddr v1.0.1
4842024-10-30T00:34:57.458Z Compiling camino-tempfile v1.1.1
4852024-10-30T00:34:58.198Z Compiling dof v0.3.0
4862024-10-30T00:34:58.198Z Compiling cargo_metadata v0.18.1
4872024-10-30T00:34:59.934Z Compiling usdt-attr-macro v0.5.0
4882024-10-30T00:34:59.934Z Compiling usdt-macro v0.5.0
4892024-10-30T00:35:00.015Z Compiling toml v0.8.19
4902024-10-30T00:35:00.823Z Compiling cargo_toml v0.20.5
4912024-10-30T00:35:01.316Z Compiling usdt v0.5.0
4922024-10-30T00:35:04.412Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-10-30T00:35:08.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.04s
4942024-10-30T00:35:08.581Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-10-30T00:35:09.147Z Downloading crates ...
4962024-10-30T00:35:09.300Z Downloaded hubpack_derive v0.1.1
4972024-10-30T00:35:09.305Z Downloaded cfg_aliases v0.2.1
4982024-10-30T00:35:09.310Z Downloaded crucible-workspace-hack v0.1.0
4992024-10-30T00:35:09.312Z Downloaded hickory-resolver v0.24.1
5002024-10-30T00:35:09.319Z Downloaded assert_matches v1.5.0
5012024-10-30T00:35:09.321Z Downloaded arrayref v0.3.9
5022024-10-30T00:35:09.324Z Downloaded adler2 v2.0.0
5032024-10-30T00:35:09.326Z Downloaded aead v0.5.2
5042024-10-30T00:35:09.329Z Downloaded match_cfg v0.1.0
5052024-10-30T00:35:09.331Z Downloaded is_ci v1.2.0
5062024-10-30T00:35:09.331Z Downloaded newline-converter v0.3.0
5072024-10-30T00:35:09.333Z Downloaded crc v3.2.1
5082024-10-30T00:35:09.336Z Downloaded cobs v0.2.3
5092024-10-30T00:35:09.338Z Downloaded buf-list v1.0.3
5102024-10-30T00:35:09.340Z Downloaded normalize-line-endings v0.3.0
5112024-10-30T00:35:09.343Z Downloaded httpdate v1.0.3
5122024-10-30T00:35:09.343Z Downloaded http-body-util v0.1.2
5132024-10-30T00:35:09.345Z Downloaded hostname v0.3.1
5142024-10-30T00:35:09.347Z Downloaded ciborium-ll v0.2.2
5152024-10-30T00:35:09.350Z Downloaded blowfish v0.9.1
5162024-10-30T00:35:09.350Z Downloaded constant_time_eq v0.3.1
5172024-10-30T00:35:09.352Z Downloaded atomic-waker v1.1.2
5182024-10-30T00:35:09.354Z Downloaded bitflags v1.3.2
5192024-10-30T00:35:09.357Z Downloaded maybe-uninit v2.0.0
5202024-10-30T00:35:09.359Z Downloaded keccak v0.1.5
5212024-10-30T00:35:09.359Z Downloaded arrayvec v0.7.6
5222024-10-30T00:35:09.362Z Downloaded nibble_vec v0.1.0
5232024-10-30T00:35:09.364Z Downloaded const_format_proc_macros v0.2.33
5242024-10-30T00:35:09.366Z Downloaded bcs v0.1.6
5252024-10-30T00:35:09.368Z Downloaded ipnet v2.10.1
5262024-10-30T00:35:09.371Z Downloaded impl-trait-for-tuples v0.2.2
5272024-10-30T00:35:09.374Z Downloaded console v0.15.8
5282024-10-30T00:35:09.377Z Downloaded ahash v0.8.11
5292024-10-30T00:35:09.380Z Downloaded async-bb8-diesel v0.2.1
5302024-10-30T00:35:09.383Z Downloaded lock_api v0.4.12
5312024-10-30T00:35:09.386Z Downloaded atty v0.2.14
5322024-10-30T00:35:09.388Z Downloaded async-stream-impl v0.3.6
5332024-10-30T00:35:09.390Z Downloaded crossbeam-epoch v0.9.18
5342024-10-30T00:35:09.392Z Downloaded backoff v0.4.0
5352024-10-30T00:35:09.395Z Downloaded allocator-api2 v0.2.18
5362024-10-30T00:35:09.398Z Downloaded async-stream v0.3.6
5372024-10-30T00:35:09.400Z Downloaded memmap2 v0.9.5
5382024-10-30T00:35:09.403Z Downloaded atomicwrites v0.4.4
5392024-10-30T00:35:09.405Z Downloaded async-recursion v1.1.1
5402024-10-30T00:35:09.408Z Downloaded arc-swap v1.7.1
5412024-10-30T00:35:09.412Z Downloaded miniz_oxide v0.8.0
5422024-10-30T00:35:09.415Z Downloaded indicatif v0.17.8
5432024-10-30T00:35:09.421Z Downloaded mockall_derive v0.13.0
5442024-10-30T00:35:09.423Z Downloaded darling_macro v0.20.10
5452024-10-30T00:35:09.426Z Downloaded crunchy v0.2.2
5462024-10-30T00:35:09.426Z Downloaded ciborium-io v0.2.2
5472024-10-30T00:35:09.426Z Downloaded cfg_aliases v0.1.1
5482024-10-30T00:35:09.428Z Downloaded hyper-staticfile v0.10.1
5492024-10-30T00:35:09.431Z Downloaded chrono-tz-build v0.4.0
5502024-10-30T00:35:09.431Z Downloaded base64 v0.22.1
5512024-10-30T00:35:09.438Z Downloaded base64ct v1.6.0
5522024-10-30T00:35:09.439Z Downloaded secrecy v0.8.0
5532024-10-30T00:35:09.442Z Downloaded rustc_version v0.4.1
5542024-10-30T00:35:09.442Z Downloaded const_format v0.2.33
5552024-10-30T00:35:09.446Z Downloaded time-core v0.1.2
5562024-10-30T00:35:09.448Z Downloaded http v1.1.0
5572024-10-30T00:35:09.452Z Downloaded hyper-tls v0.6.0
5582024-10-30T00:35:09.454Z Downloaded sync_wrapper v0.1.2
5592024-10-30T00:35:09.457Z Downloaded bitfield-struct v0.6.2
5602024-10-30T00:35:09.459Z Downloaded bitfield v0.14.0
5612024-10-30T00:35:09.461Z Downloaded bit-set v0.5.3
5622024-10-30T00:35:09.461Z Downloaded home v0.5.9
5632024-10-30T00:35:09.464Z Downloaded block-padding v0.3.3
5642024-10-30T00:35:09.464Z Downloaded bcrypt-pbkdf v0.10.0
5652024-10-30T00:35:09.467Z Downloaded rustls-pemfile v1.0.4
5662024-10-30T00:35:09.469Z Downloaded http-range v0.1.5
5672024-10-30T00:35:09.469Z Downloaded cipher v0.4.4
5682024-10-30T00:35:09.471Z Downloaded chacha20 v0.9.1
5692024-10-30T00:35:09.474Z Downloaded try-lock v0.2.5
5702024-10-30T00:35:09.474Z Downloaded http-body v1.0.1
5712024-10-30T00:35:09.476Z Downloaded unicase v2.7.0
5722024-10-30T00:35:09.478Z Downloaded defmt-parser v0.3.4
5732024-10-30T00:35:09.478Z Downloaded md5 v0.7.0
5742024-10-30T00:35:09.481Z Downloaded hubpack v0.1.2
5752024-10-30T00:35:09.483Z Downloaded crossbeam-deque v0.8.5
5762024-10-30T00:35:09.483Z Downloaded convert_case v0.4.0
5772024-10-30T00:35:09.485Z Downloaded curve25519-dalek-derive v0.1.1
5782024-10-30T00:35:09.485Z Downloaded ctr v0.9.2
5792024-10-30T00:35:09.488Z Downloaded typify-macro v0.2.0
5802024-10-30T00:35:09.490Z Downloaded rustls-pki-types v1.9.0
5812024-10-30T00:35:09.493Z Downloaded crossbeam-channel v0.5.13
5822024-10-30T00:35:09.499Z Downloaded cassowary v0.3.0
5832024-10-30T00:35:09.502Z Downloaded sct v0.7.1
5842024-10-30T00:35:09.504Z Downloaded subtle v2.6.1
5852024-10-30T00:35:09.508Z Downloaded spin v0.9.8
5862024-10-30T00:35:09.510Z Downloaded newtype_derive v0.1.6
5872024-10-30T00:35:09.510Z Downloaded tokio-rustls v0.25.0
5882024-10-30T00:35:09.513Z Downloaded new_debug_unreachable v1.0.6
5892024-10-30T00:35:09.515Z Downloaded sha1 v0.10.6
5902024-10-30T00:35:09.517Z Downloaded libefi-sys v0.1.0
5912024-10-30T00:35:09.517Z Downloaded lalrpop-util v0.19.12
5922024-10-30T00:35:09.519Z Downloaded time-macros v0.2.18
5932024-10-30T00:35:09.522Z Downloaded httparse v1.9.5
5942024-10-30T00:35:09.524Z Downloaded indent_write v2.2.0
5952024-10-30T00:35:09.526Z Downloaded managed v0.8.0
5962024-10-30T00:35:09.529Z Downloaded cancel-safe-futures v0.1.5
5972024-10-30T00:35:09.532Z Downloaded cbc v0.1.2
5982024-10-30T00:35:09.534Z Downloaded toolchain_find v0.4.0
5992024-10-30T00:35:09.534Z Downloaded colored v2.1.0
6002024-10-30T00:35:09.536Z Downloaded ciborium v0.2.2
6012024-10-30T00:35:09.539Z Downloaded humantime v2.1.0
6022024-10-30T00:35:09.541Z Downloaded http-body v0.4.6
6032024-10-30T00:35:09.544Z Downloaded hostname v0.4.0
6042024-10-30T00:35:09.547Z Downloaded display-error-chain v0.2.1
6052024-10-30T00:35:09.547Z Downloaded wyz v0.5.1
6062024-10-30T00:35:09.549Z Downloaded tui-tree-widget v0.22.0
6072024-10-30T00:35:09.551Z Downloaded supports-color v3.0.1
6082024-10-30T00:35:09.551Z Downloaded csv-core v0.1.11
6092024-10-30T00:35:09.554Z Downloaded linear-map v1.2.0
6102024-10-30T00:35:09.556Z Downloaded indoc v1.0.9
6112024-10-30T00:35:09.559Z Downloaded libsw v3.3.1
6122024-10-30T00:35:09.561Z Downloaded lru-cache v0.1.2
6132024-10-30T00:35:09.561Z Downloaded phf_shared v0.10.0
6142024-10-30T00:35:09.564Z Downloaded lazycell v1.3.0
6152024-10-30T00:35:09.564Z Downloaded opaque-debug v0.3.1
6162024-10-30T00:35:09.567Z Downloaded snafu-derive v0.8.5
6172024-10-30T00:35:09.569Z Downloaded linked-hash-map v0.5.6
6182024-10-30T00:35:09.569Z Downloaded ed25519 v2.2.3
6192024-10-30T00:35:09.571Z Downloaded hyper-rustls v0.27.3
6202024-10-30T00:35:09.573Z Downloaded cookie_store v0.21.0
6212024-10-30T00:35:09.576Z Downloaded dyn-clone v1.0.17
6222024-10-30T00:35:09.578Z Downloaded pretty-hex v0.2.1
6232024-10-30T00:35:09.580Z Downloaded tokio-rustls v0.24.1
6242024-10-30T00:35:09.583Z Downloaded nodrop v0.1.14
6252024-10-30T00:35:09.585Z Downloaded rustls-pemfile v2.2.0
6262024-10-30T00:35:09.587Z Downloaded multimap v0.10.0
6272024-10-30T00:35:09.587Z Downloaded futures-core v0.3.31
6282024-10-30T00:35:09.589Z Downloaded debug-ignore v1.0.5
6292024-10-30T00:35:09.592Z Downloaded newtype-uuid v1.1.2
6302024-10-30T00:35:09.594Z Downloaded memoffset v0.9.1
6312024-10-30T00:35:09.594Z Downloaded radium v0.7.0
6322024-10-30T00:35:09.598Z Downloaded vte v0.11.1
6332024-10-30T00:35:09.600Z Downloaded clang-sys v1.8.1
6342024-10-30T00:35:09.602Z Downloaded sec1 v0.7.3
6352024-10-30T00:35:09.605Z Downloaded sigpipe v0.1.3
6362024-10-30T00:35:09.605Z Downloaded spin v0.5.2
6372024-10-30T00:35:09.607Z Downloaded take_mut v0.2.2
6382024-10-30T00:35:09.607Z Downloaded packed_struct_codegen v0.10.1
6392024-10-30T00:35:09.610Z Downloaded num_enum_derive v0.5.11
6402024-10-30T00:35:09.610Z Downloaded const-oid v0.9.6
6412024-10-30T00:35:09.613Z Downloaded vsss-rs v3.3.4
6422024-10-30T00:35:09.616Z Downloaded libloading v0.8.5
6432024-10-30T00:35:09.618Z Downloaded derive_builder_core v0.20.2
6442024-10-30T00:35:09.621Z Downloaded darling v0.20.10
6452024-10-30T00:35:09.626Z Downloaded foldhash v0.1.3
6462024-10-30T00:35:09.628Z Downloaded vte_generate_state_changes v0.1.2
6472024-10-30T00:35:09.628Z Downloaded multer v3.1.0
6482024-10-30T00:35:09.631Z Downloaded base64 v0.13.1
6492024-10-30T00:35:09.635Z Downloaded phf_shared v0.11.2
6502024-10-30T00:35:09.638Z Downloaded sqlparser_derive v0.2.2
6512024-10-30T00:35:09.638Z Downloaded termtree v0.4.1
6522024-10-30T00:35:09.648Z Downloaded packed_struct v0.10.1
6532024-10-30T00:35:09.651Z Downloaded foreign-types-shared v0.3.1
6542024-10-30T00:35:09.654Z Downloaded tower-service v0.3.3
6552024-10-30T00:35:09.654Z Downloaded salsa20 v0.10.2
6562024-10-30T00:35:09.657Z Downloaded rpassword v7.3.1
6572024-10-30T00:35:09.657Z Downloaded untrusted v0.7.1
6582024-10-30T00:35:09.657Z Downloaded ref-cast-impl v1.0.23
6592024-10-30T00:35:09.660Z Downloaded quinn-udp v0.5.5
6602024-10-30T00:35:09.660Z Downloaded hashlink v0.9.1
6612024-10-30T00:35:09.663Z Downloaded num-conv v0.1.0
6622024-10-30T00:35:09.666Z Downloaded subprocess v0.2.9
6632024-10-30T00:35:09.668Z Downloaded rustc-hash v1.1.0
6642024-10-30T00:35:09.668Z Downloaded chacha20poly1305 v0.10.1
6652024-10-30T00:35:09.671Z Downloaded signature v2.2.0
6662024-10-30T00:35:09.675Z Downloaded serde_path_to_error v0.1.16
6672024-10-30T00:35:09.677Z Downloaded shell-words v1.1.0
6682024-10-30T00:35:09.677Z Downloaded r2d2 v0.8.10
6692024-10-30T00:35:09.677Z Downloaded itertools v0.12.1
6702024-10-30T00:35:09.686Z Downloaded darling_core v0.20.10
6712024-10-30T00:35:09.691Z Downloaded progenitor-client v0.8.0
6722024-10-30T00:35:09.693Z Downloaded indexmap v1.9.3
6732024-10-30T00:35:09.696Z Downloaded rayon-core v1.12.1
6742024-10-30T00:35:09.701Z Downloaded ssh-encoding v0.2.0
6752024-10-30T00:35:09.703Z Downloaded ssh-cipher v0.2.0
6762024-10-30T00:35:09.706Z Downloaded dsl_auto_type v0.1.2
6772024-10-30T00:35:09.706Z Downloaded defmt-macros v0.3.9
6782024-10-30T00:35:09.708Z Downloaded parking_lot v0.11.2
6792024-10-30T00:35:09.712Z Downloaded owo-colors v4.1.0
6802024-10-30T00:35:09.714Z Downloaded termios v0.3.3
6812024-10-30T00:35:09.717Z Downloaded hkdf v0.12.4
6822024-10-30T00:35:09.721Z Downloaded aes v0.8.4
6832024-10-30T00:35:09.724Z Downloaded russh-cryptovec v0.7.3
6842024-10-30T00:35:09.726Z Downloaded tls_codec v0.4.1
6852024-10-30T00:35:09.728Z Downloaded postgres-protocol v0.6.7
6862024-10-30T00:35:09.731Z Downloaded snafu v0.8.5
6872024-10-30T00:35:09.736Z Downloaded zone_cfg_derive v0.3.0
6882024-10-30T00:35:09.739Z Downloaded parse-display v0.10.0
6892024-10-30T00:35:09.739Z Downloaded hash32 v0.3.1
6902024-10-30T00:35:09.741Z Downloaded sync_wrapper v1.0.1
6912024-10-30T00:35:09.741Z Downloaded ena v0.14.3
6922024-10-30T00:35:09.744Z Downloaded either v1.13.0
6932024-10-30T00:35:09.747Z Downloaded rustc-demangle v0.1.24
6942024-10-30T00:35:09.749Z Downloaded paste v1.0.15
6952024-10-30T00:35:09.752Z Downloaded num-complex v0.4.6
6962024-10-30T00:35:09.755Z Downloaded path-slash v0.1.5
6972024-10-30T00:35:09.755Z Downloaded tokio-rustls v0.26.0
6982024-10-30T00:35:09.757Z Downloaded fxhash v0.2.1
6992024-10-30T00:35:09.757Z Downloaded olpc-cjson v0.1.4
7002024-10-30T00:35:09.760Z Downloaded group v0.13.0
7012024-10-30T00:35:09.763Z Downloaded smallvec v0.6.14
7022024-10-30T00:35:09.763Z Downloaded pem v3.0.4
7032024-10-30T00:35:09.766Z Downloaded yasna v0.5.2
7042024-10-30T00:35:09.768Z Downloaded hyper-util v0.1.9
7052024-10-30T00:35:09.772Z Downloaded serde_yaml v0.9.34+deprecated
7062024-10-30T00:35:09.775Z Downloaded peg-runtime v0.8.3
7072024-10-30T00:35:09.779Z Downloaded signal-hook-registry v1.4.2
7082024-10-30T00:35:09.782Z Downloaded tokio-macros v2.4.0
7092024-10-30T00:35:09.782Z Downloaded tokio-native-tls v0.3.1
7102024-10-30T00:35:09.784Z Downloaded toml_edit v0.19.15
7112024-10-30T00:35:09.800Z Downloaded number_prefix v0.4.0
7122024-10-30T00:35:09.803Z Downloaded phf_generator v0.11.2
7132024-10-30T00:35:09.805Z Downloaded phf_codegen v0.11.2
7142024-10-30T00:35:09.805Z Downloaded phf v0.11.2
7152024-10-30T00:35:09.808Z Downloaded percent-encoding v2.3.1
7162024-10-30T00:35:09.808Z Downloaded cc v1.1.30
7172024-10-30T00:35:09.810Z Downloaded foreign-types-shared v0.1.1
7182024-10-30T00:35:09.812Z Downloaded defmt v0.3.8
7192024-10-30T00:35:09.815Z Downloaded embedded-io v0.6.1
7202024-10-30T00:35:09.817Z Downloaded embedded-io v0.4.0
7212024-10-30T00:35:09.820Z Downloaded shlex v1.3.0
7222024-10-30T00:35:09.822Z Downloaded want v0.3.1
7232024-10-30T00:35:09.822Z Downloaded proc-macro-crate v1.3.1
7242024-10-30T00:35:09.824Z Downloaded unicode-truncate v1.1.0
7252024-10-30T00:35:09.827Z Downloaded tap v1.0.1
7262024-10-30T00:35:09.827Z Downloaded static_assertions v1.1.0
7272024-10-30T00:35:09.829Z Downloaded futures-task v0.3.31
7282024-10-30T00:35:09.831Z Downloaded pbkdf2 v0.12.2
7292024-10-30T00:35:09.831Z Downloaded pbkdf2 v0.11.0
7302024-10-30T00:35:09.834Z Downloaded headers v0.4.0
7312024-10-30T00:35:09.840Z Downloaded unicode-bidi v0.3.17
7322024-10-30T00:35:09.844Z Downloaded downcast v0.11.0
7332024-10-30T00:35:09.846Z Downloaded semver v0.1.20
7342024-10-30T00:35:09.848Z Downloaded scrypt v0.11.0
7352024-10-30T00:35:09.848Z Downloaded rand_xorshift v0.3.0
7362024-10-30T00:35:09.851Z Downloaded quick-error v1.2.3
7372024-10-30T00:35:09.853Z Downloaded endian-type v0.1.2
7382024-10-30T00:35:09.853Z Downloaded fallible-streaming-iterator v0.1.9
7392024-10-30T00:35:09.856Z Downloaded diesel-dtrace v0.3.0
7402024-10-30T00:35:09.856Z Downloaded unicode-xid v0.2.6
7412024-10-30T00:35:09.858Z Downloaded http v0.2.12
7422024-10-30T00:35:09.861Z Downloaded peg v0.8.4
7432024-10-30T00:35:09.865Z Downloaded precomputed-hash v0.1.1
7442024-10-30T00:35:09.868Z Downloaded x509-cert v0.2.5
7452024-10-30T00:35:09.873Z Downloaded hickory-server v0.24.1
7462024-10-30T00:35:09.880Z Downloaded foreign-types-macros v0.2.3
7472024-10-30T00:35:09.882Z Downloaded slog-stdlog v4.1.1
7482024-10-30T00:35:09.884Z Downloaded parse-display-derive v0.10.0
7492024-10-30T00:35:09.884Z Downloaded serde_derive_internals v0.29.1
7502024-10-30T00:35:09.887Z Downloaded zerocopy v0.6.6
7512024-10-30T00:35:09.889Z Downloaded structmeta-derive v0.3.0
7522024-10-30T00:35:09.891Z Downloaded prettyplease v0.2.22
7532024-10-30T00:35:09.894Z Downloaded unsafe-libyaml v0.2.11
7542024-10-30T00:35:09.898Z Downloaded tabwriter v1.4.0
7552024-10-30T00:35:09.901Z Downloaded rfc6979 v0.4.0
7562024-10-30T00:35:09.903Z Downloaded strum_macros v0.24.3
7572024-10-30T00:35:09.906Z Downloaded funty v2.0.0
7582024-10-30T00:35:09.906Z Downloaded signal-hook v0.3.17
7592024-10-30T00:35:09.909Z Downloaded qorb v0.1.2
7602024-10-30T00:35:09.914Z Downloaded resolv-conf v0.7.0
7612024-10-30T00:35:09.916Z Downloaded hex v0.4.3
7622024-10-30T00:35:09.918Z Downloaded heck v0.3.3
7632024-10-30T00:35:09.921Z Downloaded mio v1.0.2
7642024-10-30T00:35:09.926Z Downloaded predicates v3.1.2
7652024-10-30T00:35:09.929Z Downloaded num-bigint v0.4.6
7662024-10-30T00:35:09.934Z Downloaded tracing-attributes v0.1.27
7672024-10-30T00:35:09.937Z Downloaded hickory-client v0.24.1
7682024-10-30T00:35:09.940Z Downloaded foreign-types v0.5.0
7692024-10-30T00:35:09.943Z Downloaded termcolor v1.4.1
7702024-10-30T00:35:09.946Z Downloaded spki v0.7.3
7712024-10-30T00:35:09.946Z Downloaded slab v0.4.9
7722024-10-30T00:35:09.948Z Downloaded tokio-tungstenite v0.23.1
7732024-10-30T00:35:09.951Z Downloaded tokio-tungstenite v0.24.0
7742024-10-30T00:35:09.954Z Downloaded signal-hook-tokio v0.3.1
7752024-10-30T00:35:09.957Z Downloaded slog-term v2.9.1
7762024-10-30T00:35:09.959Z Downloaded dirs-sys-next v0.1.2
7772024-10-30T00:35:09.959Z Downloaded whoami v1.5.2
7782024-10-30T00:35:09.962Z Downloaded rand_chacha v0.3.1
7792024-10-30T00:35:09.964Z Downloaded foreign-types v0.3.2
7802024-10-30T00:35:09.964Z Downloaded rand_seeder v0.3.0
7812024-10-30T00:35:09.966Z Downloaded pkg-config v0.3.31
7822024-10-30T00:35:09.967Z Downloaded universal-hash v0.5.1
7832024-10-30T00:35:09.970Z Downloaded smallvec v1.13.2
7842024-10-30T00:35:09.973Z Downloaded glob v0.3.1
7852024-10-30T00:35:09.973Z Downloaded serde_urlencoded v0.7.1
7862024-10-30T00:35:09.975Z Downloaded elliptic-curve v0.13.8
7872024-10-30T00:35:09.978Z Downloaded siphasher v0.3.11
7882024-10-30T00:35:09.981Z Downloaded thread_local v1.1.8
7892024-10-30T00:35:09.984Z Downloaded pkcs8 v0.10.2
7902024-10-30T00:35:09.987Z Downloaded thiserror-impl-no-std v2.0.2
7912024-10-30T00:35:09.987Z Downloaded vergen v8.3.2
7922024-10-30T00:35:09.990Z Downloaded samael v0.0.17
7932024-10-30T00:35:09.996Z Downloaded hex-literal v0.4.1
7942024-10-30T00:35:09.999Z Downloaded primeorder v0.13.6
7952024-10-30T00:35:10.002Z Downloaded parse-size v1.0.0
7962024-10-30T00:35:10.002Z Downloaded zone_cfg_derive v0.1.2
7972024-10-30T00:35:10.002Z Downloaded float-ord v0.3.2
7982024-10-30T00:35:10.005Z Downloaded enum-as-inner v0.5.1
7992024-10-30T00:35:10.005Z Downloaded predicates-tree v1.0.11
8002024-10-30T00:35:10.007Z Downloaded futures-io v0.3.31
8012024-10-30T00:35:10.007Z Downloaded difflib v0.4.0
8022024-10-30T00:35:10.010Z Downloaded progenitor v0.8.0
8032024-10-30T00:35:10.013Z Downloaded des v0.8.1
8042024-10-30T00:35:10.015Z Downloaded der_derive v0.7.3
8052024-10-30T00:35:10.015Z Downloaded fragile v2.0.0
8062024-10-30T00:35:10.018Z Downloaded form_urlencoded v1.2.1
8072024-10-30T00:35:10.018Z Downloaded futures-executor v0.3.31
8082024-10-30T00:35:10.021Z Downloaded float-cmp v0.9.0
8092024-10-30T00:35:10.021Z Downloaded itertools v0.10.5
8102024-10-30T00:35:10.027Z Downloaded peg-macros v0.8.4
8112024-10-30T00:35:10.030Z Downloaded zeroize v1.8.1
8122024-10-30T00:35:10.033Z Downloaded serde_plain v1.0.2
8132024-10-30T00:35:10.036Z Downloaded hash32 v0.2.1
8142024-10-30T00:35:10.036Z Downloaded futures-macro v0.3.31
8152024-10-30T00:35:10.039Z Downloaded typed-path v0.7.1
8162024-10-30T00:35:10.043Z Downloaded pin-utils v0.1.0
8172024-10-30T00:35:10.046Z Downloaded ed25519-dalek v2.1.1
8182024-10-30T00:35:10.048Z Downloaded der v0.7.9
8192024-10-30T00:35:10.054Z Downloaded zeroize_derive v1.4.2
8202024-10-30T00:35:10.056Z Downloaded which v4.4.2
8212024-10-30T00:35:10.058Z Downloaded headers-core v0.3.0
8222024-10-30T00:35:10.058Z Downloaded derive_builder_macro v0.20.2
8232024-10-30T00:35:10.060Z Downloaded similar v2.6.0
8242024-10-30T00:35:10.064Z Downloaded minimal-lexical v0.2.1
8252024-10-30T00:35:10.070Z Downloaded deranged v0.3.11
8262024-10-30T00:35:10.072Z Downloaded term v0.7.0
8272024-10-30T00:35:10.075Z Downloaded parking_lot_core v0.9.10
8282024-10-30T00:35:10.078Z Downloaded lalrpop v0.19.12
8292024-10-30T00:35:10.090Z Downloaded oso-derive v0.27.3
8302024-10-30T00:35:10.093Z Downloaded slog-async v2.8.0
8312024-10-30T00:35:10.093Z Downloaded serde-big-array v0.5.1
8322024-10-30T00:35:10.095Z Downloaded tiny-keccak v2.0.2
8332024-10-30T00:35:10.098Z Downloaded powerfmt v0.2.0
8342024-10-30T00:35:10.100Z Downloaded num v0.4.3
8352024-10-30T00:35:10.100Z Downloaded test-strategy v0.3.1
8362024-10-30T00:35:10.103Z Downloaded globset v0.4.15
8372024-10-30T00:35:10.106Z Downloaded futures v0.3.31
8382024-10-30T00:35:10.111Z Downloaded openssl-probe v0.1.5
8392024-10-30T00:35:10.114Z Downloaded hashbrown v0.14.5
8402024-10-30T00:35:10.119Z Downloaded password-hash v0.4.2
8412024-10-30T00:35:10.121Z Downloaded schemars_derive v0.8.21
8422024-10-30T00:35:10.123Z Downloaded scheduled-thread-pool v0.2.7
8432024-10-30T00:35:10.124Z Downloaded ref-cast v1.0.23
8442024-10-30T00:35:10.127Z Downloaded dirs-next v2.0.0
8452024-10-30T00:35:10.129Z Downloaded enum-as-inner v0.6.1
8462024-10-30T00:35:10.134Z Downloaded structmeta v0.2.0
8472024-10-30T00:35:10.134Z Downloaded same-file v1.0.6
8482024-10-30T00:35:10.134Z Downloaded postgres-types v0.2.8
8492024-10-30T00:35:10.136Z Downloaded rustc_version v0.1.7
8502024-10-30T00:35:10.136Z Downloaded rustfmt-wrapper v0.2.1
8512024-10-30T00:35:10.139Z Downloaded hashbrown v0.12.3
8522024-10-30T00:35:10.142Z Downloaded tracing-core v0.1.32
8532024-10-30T00:35:10.145Z Downloaded rusty-fork v0.3.0
8542024-10-30T00:35:10.148Z Downloaded progenitor-impl v0.8.0
8552024-10-30T00:35:10.151Z Downloaded winnow v0.5.40
8562024-10-30T00:35:10.159Z Downloaded pkcs1 v0.7.5
8572024-10-30T00:35:10.164Z Downloaded rustc-hash v2.0.0
8582024-10-30T00:35:10.166Z Downloaded polyval v0.6.2
8592024-10-30T00:35:10.166Z Downloaded openssl-macros v0.1.1
8602024-10-30T00:35:10.166Z Downloaded nu-ansi-term v0.50.1
8612024-10-30T00:35:10.169Z Downloaded twox-hash v1.6.3
8622024-10-30T00:35:10.172Z Downloaded fd-lock v4.0.2
8632024-10-30T00:35:10.175Z Downloaded strip-ansi-escapes v0.2.0
8642024-10-30T00:35:10.175Z Downloaded strum_macros v0.25.3
8652024-10-30T00:35:10.177Z Downloaded dhcproto v0.12.0
8662024-10-30T00:35:10.180Z Downloaded half v2.4.1
8672024-10-30T00:35:10.184Z Downloaded serde-hex v0.1.0
8682024-10-30T00:35:10.186Z Downloaded ppv-lite86 v0.2.20
8692024-10-30T00:35:10.189Z Downloaded schemars v0.8.21
8702024-10-30T00:35:10.199Z Downloaded predicates-core v1.0.8
8712024-10-30T00:35:10.202Z Downloaded rand v0.8.5
8722024-10-30T00:35:10.205Z Downloaded tinyvec v1.8.0
8732024-10-30T00:35:10.208Z Downloaded env_filter v0.1.2
8742024-10-30T00:35:10.210Z Downloaded flagset v0.4.6
8752024-10-30T00:35:10.213Z Downloaded parking_lot_core v0.8.6
8762024-10-30T00:35:10.215Z Downloaded derive-where v1.2.7
8772024-10-30T00:35:10.218Z Downloaded unicode-normalization v0.1.24
8782024-10-30T00:35:10.221Z Downloaded structmeta-derive v0.2.0
8792024-10-30T00:35:10.224Z Downloaded slog-dtrace v0.3.0
8802024-10-30T00:35:10.226Z Downloaded idna v0.3.0
8812024-10-30T00:35:10.231Z Downloaded structmeta v0.3.0
8822024-10-30T00:35:10.234Z Downloaded unicode-properties v0.1.3
8832024-10-30T00:35:10.236Z Downloaded num-integer v0.1.46
8842024-10-30T00:35:10.239Z Downloaded stringprep v0.1.5
8852024-10-30T00:35:10.239Z Downloaded slog v2.7.0
8862024-10-30T00:35:10.241Z Downloaded unicode_categories v0.1.1
8872024-10-30T00:35:10.244Z Downloaded tracing v0.1.40
8882024-10-30T00:35:10.248Z Downloaded ff v0.13.0
8892024-10-30T00:35:10.251Z Downloaded tokio-util v0.7.12
8902024-10-30T00:35:10.257Z Downloaded tungstenite v0.24.0
8912024-10-30T00:35:10.261Z Downloaded smf v0.2.3
8922024-10-30T00:35:10.264Z Downloaded poly1305 v0.8.0
8932024-10-30T00:35:10.266Z Downloaded derive_more v0.99.18
8942024-10-30T00:35:10.270Z Downloaded tar v0.4.42
8952024-10-30T00:35:10.274Z Downloaded slog-scope v4.4.0
8962024-10-30T00:35:10.276Z Downloaded uzers v0.12.1
8972024-10-30T00:35:10.279Z Downloaded utf-8 v0.7.6
8982024-10-30T00:35:10.282Z Downloaded string_cache v0.8.7
8992024-10-30T00:35:10.282Z Downloaded slog-bunyan v2.5.0
9002024-10-30T00:35:10.285Z Downloaded walkdir v2.5.0
9012024-10-30T00:35:10.285Z Downloaded tokio-tungstenite v0.21.0
9022024-10-30T00:35:10.288Z Downloaded publicsuffix v2.2.3
9032024-10-30T00:35:10.290Z Downloaded tungstenite v0.23.0
9042024-10-30T00:35:10.293Z Downloaded tokio-stream v0.1.16
9052024-10-30T00:35:10.298Z Downloaded num-rational v0.4.2
9062024-10-30T00:35:10.300Z Downloaded pin-project-internal v1.1.6
9072024-10-30T00:35:10.303Z Downloaded p521 v0.13.3
9082024-10-30T00:35:10.306Z Downloaded tough v0.17.1
9092024-10-30T00:35:10.315Z Downloaded typify v0.2.0
9102024-10-30T00:35:10.318Z Downloaded pin-project-lite v0.2.14
9112024-10-30T00:35:10.323Z Downloaded postcard v1.0.10
9122024-10-30T00:35:10.326Z Downloaded fatfs v0.3.6
9132024-10-30T00:35:10.329Z Downloaded parking_lot v0.12.3
9142024-10-30T00:35:10.332Z Downloaded futures-util v0.3.31
9152024-10-30T00:35:10.345Z Downloaded rustls-webpki v0.101.7
9162024-10-30T00:35:10.360Z Downloaded uuid v1.10.0
9172024-10-30T00:35:10.364Z Downloaded rcgen v0.12.1
9182024-10-30T00:35:10.367Z Downloaded hashbrown v0.13.2
9192024-10-30T00:35:10.371Z Downloaded russh v0.45.0
9202024-10-30T00:35:10.377Z Downloaded rusqlite v0.32.1
9212024-10-30T00:35:10.384Z Downloaded salty v0.3.0
9222024-10-30T00:35:10.392Z Downloaded sqlparser v0.45.0
9232024-10-30T00:35:10.398Z Downloaded zip v0.6.6
9242024-10-30T00:35:10.402Z Downloaded time v0.3.36
9252024-10-30T00:35:10.410Z Downloaded flate2 v1.0.34
9262024-10-30T00:35:10.416Z Downloaded rsa v0.9.6
9272024-10-30T00:35:10.421Z Downloaded quick-xml v0.33.0
9282024-10-30T00:35:10.428Z Downloaded url v2.5.2
9292024-10-30T00:35:10.432Z Downloaded bitvec v1.0.1
9302024-10-30T00:35:10.448Z Downloaded unicode-segmentation v1.12.0
9312024-10-30T00:35:10.452Z Downloaded curve25519-dalek v4.1.3
9322024-10-30T00:35:10.461Z Downloaded pin-project v1.1.6
9332024-10-30T00:35:10.473Z Downloaded nix v0.29.0
9342024-10-30T00:35:10.486Z Downloaded openssl-sys v0.9.103
9352024-10-30T00:35:10.492Z Downloaded regex v1.11.0
9362024-10-30T00:35:10.506Z Downloaded serde_with v3.11.0
9372024-10-30T00:35:10.515Z Downloaded reedline v0.35.0
9382024-10-30T00:35:10.523Z Downloaded quinn-proto v0.11.8
9392024-10-30T00:35:10.530Z Downloaded p384 v0.13.0
9402024-10-30T00:35:10.537Z Downloaded proptest v1.5.0
9412024-10-30T00:35:10.547Z Downloaded portable-atomic v1.9.0
9422024-10-30T00:35:10.554Z Downloaded vcpkg v0.2.15
9432024-10-30T00:35:10.594Z Downloaded idna v0.4.0
9442024-10-30T00:35:10.601Z Downloaded reqwest v0.11.27
9452024-10-30T00:35:10.609Z Downloaded webpki-roots v0.26.6
9462024-10-30T00:35:10.613Z Downloaded reqwest v0.12.8
9472024-10-30T00:35:10.622Z Downloaded radix_trie v0.2.1
9482024-10-30T00:35:10.627Z Downloaded bstr v1.10.0
9492024-10-30T00:35:10.639Z Downloaded h2 v0.3.26
9502024-10-30T00:35:10.647Z Downloaded git2 v0.19.0
9512024-10-30T00:35:10.656Z Downloaded object v0.30.4
9522024-10-30T00:35:10.666Z Downloaded rustls-webpki v0.102.8
9532024-10-30T00:35:10.686Z Downloaded nix v0.28.0
9542024-10-30T00:35:10.698Z Downloaded polar-core v0.27.3
9552024-10-30T00:35:10.707Z Downloaded dropshot v0.12.0
9562024-10-30T00:35:10.729Z Downloaded regress v0.10.1
9572024-10-30T00:35:10.738Z Downloaded regex-syntax v0.8.5
9582024-10-30T00:35:10.746Z Downloaded diesel v2.2.4
9592024-10-30T00:35:10.766Z Downloaded smoltcp v0.9.1
9602024-10-30T00:35:10.778Z Downloaded trust-dns-proto v0.22.0
9612024-10-30T00:35:10.790Z Downloaded openssl v0.10.66
9622024-10-30T00:35:10.802Z Downloaded regex-syntax v0.6.29
9632024-10-30T00:35:10.809Z Downloaded rustls v0.23.14
9642024-10-30T00:35:10.822Z Downloaded rustls v0.22.4
9652024-10-30T00:35:10.836Z Downloaded hickory-proto v0.24.1
9662024-10-30T00:35:10.852Z Downloaded openapiv3 v2.0.0
9672024-10-30T00:35:10.865Z Downloaded bzip2-sys v0.1.11+1.0.8
9682024-10-30T00:35:10.878Z Downloaded sled v0.34.7
9692024-10-30T00:35:10.888Z Downloaded regress v0.9.1
9702024-10-30T00:35:10.898Z Downloaded typify-impl v0.2.0
9712024-10-30T00:35:10.914Z Downloaded regex-automata v0.4.8
9722024-10-30T00:35:10.934Z Downloaded zerocopy-derive v0.6.6
9732024-10-30T00:35:10.944Z Downloaded ratatui v0.28.1
9742024-10-30T00:35:10.966Z Downloaded rustls v0.21.12
9752024-10-30T00:35:10.977Z Downloaded sha3 v0.10.8
9762024-10-30T00:35:10.982Z Downloaded csv v1.3.0
9772024-10-30T00:35:11.005Z Downloaded lzma-sys v0.1.20
9782024-10-30T00:35:11.034Z Downloaded tokio v1.40.0
9792024-10-30T00:35:11.073Z Downloaded petgraph v0.6.5
9802024-10-30T00:35:11.094Z Downloaded libz-sys v1.1.20
9812024-10-30T00:35:11.114Z Downloaded object v0.36.5
9822024-10-30T00:35:11.125Z Downloaded chrono-tz v0.10.0
9832024-10-30T00:35:11.134Z Downloaded gimli v0.31.1
9842024-10-30T00:35:11.145Z Downloaded nix v0.27.1
9852024-10-30T00:35:11.155Z Downloaded idna v0.5.0
9862024-10-30T00:35:11.162Z Downloaded idna v0.2.3
9872024-10-30T00:35:11.169Z Downloaded encoding_rs v0.8.34
9882024-10-30T00:35:11.191Z Downloaded smoltcp v0.11.0
9892024-10-30T00:35:11.204Z Downloaded rayon v1.10.0
9902024-10-30T00:35:11.215Z Downloaded libgit2-sys v0.17.0+1.8.1
9912024-10-30T00:35:11.277Z Downloaded h2 v0.4.6
9922024-10-30T00:35:11.282Z Downloaded parse-zoneinfo v0.3.1
9932024-10-30T00:35:11.285Z Downloaded rustyline v14.0.0
9942024-10-30T00:35:11.291Z Downloaded bindgen v0.69.5
9952024-10-30T00:35:11.298Z Downloaded chrono v0.4.38
9962024-10-30T00:35:11.306Z Downloaded oso v0.27.3
9972024-10-30T00:35:11.309Z Downloaded flume v0.11.0
9982024-10-30T00:35:11.313Z Downloaded num-bigint-dig v0.8.4
9992024-10-30T00:35:11.319Z Downloaded pkcs5 v0.7.1
10002024-10-30T00:35:11.323Z Downloaded num-traits v0.2.19
10012024-10-30T00:35:11.326Z Downloaded num-iter v0.1.45
10022024-10-30T00:35:11.326Z Downloaded nom v7.1.3
10032024-10-30T00:35:11.331Z Downloaded ssh-key v0.6.6
10042024-10-30T00:35:11.339Z Downloaded untrusted v0.9.0
10052024-10-30T00:35:11.341Z Downloaded tungstenite v0.21.0
10062024-10-30T00:35:11.344Z Downloaded libxml v0.3.3
10072024-10-30T00:35:11.349Z Downloaded itertools v0.13.0
10082024-10-30T00:35:11.359Z Downloaded fixedbitset v0.4.2
10092024-10-30T00:35:11.362Z Downloaded filetime v0.2.25
10102024-10-30T00:35:11.362Z Downloaded psl-types v2.0.11
10112024-10-30T00:35:11.362Z Downloaded steno v0.4.1
10122024-10-30T00:35:11.366Z Downloaded heapless v0.8.0
10132024-10-30T00:35:11.371Z Downloaded heapless v0.7.17
10142024-10-30T00:35:11.374Z Downloaded rustversion v1.0.17
10152024-10-30T00:35:11.376Z Downloaded zone v0.1.8
10162024-10-30T00:35:11.379Z Downloaded diff v0.1.13
10172024-10-30T00:35:11.381Z Downloaded ron v0.8.1
10182024-10-30T00:35:11.387Z Downloaded num-derive v0.4.2
10192024-10-30T00:35:11.389Z Downloaded tls_codec_derive v0.4.1
10202024-10-30T00:35:11.390Z Downloaded quinn v0.11.5
10212024-10-30T00:35:11.392Z Downloaded hyper v1.4.1
10222024-10-30T00:35:11.400Z Downloaded libm v0.2.8
10232024-10-30T00:35:11.407Z Downloaded zone v0.3.0
10242024-10-30T00:35:11.411Z Downloaded progenitor-macro v0.8.0
10252024-10-30T00:35:11.411Z Downloaded crossterm v0.28.1
10262024-10-30T00:35:11.416Z Downloaded serde_repr v0.1.19
10272024-10-30T00:35:11.420Z Downloaded thiserror-no-std v2.0.2
10282024-10-30T00:35:11.423Z Downloaded sqlformat v0.2.6
10292024-10-30T00:35:11.423Z Downloaded password-hash v0.5.0
10302024-10-30T00:35:11.426Z Downloaded tokio-postgres v0.7.12
10312024-10-30T00:35:11.430Z Downloaded xz2 v0.1.7
10322024-10-30T00:35:11.433Z Downloaded toml v0.7.8
10332024-10-30T00:35:11.435Z Downloaded expectorate v1.1.0
10342024-10-30T00:35:11.437Z Downloaded gethostname v0.5.0
10352024-10-30T00:35:11.437Z Downloaded blake3 v1.5.4
10362024-10-30T00:35:11.445Z Downloaded aho-corasick v1.1.3
10372024-10-30T00:35:11.450Z Downloaded value-bag v1.9.0
10382024-10-30T00:35:11.453Z Downloaded russh-keys v0.45.0
10392024-10-30T00:35:11.457Z Downloaded hyper v0.14.30
10402024-10-30T00:35:11.465Z Downloaded crypto-bigint v0.5.5
10412024-10-30T00:35:11.473Z Downloaded strum_macros v0.26.4
10422024-10-30T00:35:11.477Z Downloaded serde_with_macros v3.11.0
10432024-10-30T00:35:11.477Z Downloaded p256 v0.13.2
10442024-10-30T00:35:11.479Z Downloaded dropshot_endpoint v0.12.0
10452024-10-30T00:35:11.482Z Downloaded aes-gcm v0.10.3
10462024-10-30T00:35:11.486Z Downloaded num_enum v0.5.11
10472024-10-30T00:35:11.489Z Downloaded fallible-iterator v0.2.0
10482024-10-30T00:35:11.492Z Downloaded stable_deref_trait v1.2.0
10492024-10-30T00:35:11.492Z Downloaded tinyvec_macros v0.1.1
10502024-10-30T00:35:11.492Z Downloaded strum v0.26.3
10512024-10-30T00:35:11.494Z Downloaded futures-sink v0.3.31
10522024-10-30T00:35:11.494Z Downloaded fallible-iterator v0.3.0
10532024-10-30T00:35:11.494Z Downloaded pem-rfc7468 v0.7.0
10542024-10-30T00:35:11.499Z Downloaded scopeguard v1.2.0
10552024-10-30T00:35:11.499Z Downloaded rtoolbox v0.0.2
10562024-10-30T00:35:11.502Z Downloaded signal-hook-mio v0.2.4
10572024-10-30T00:35:11.503Z Downloaded num_threads v0.1.7
10582024-10-30T00:35:11.503Z Downloaded diesel_table_macro_syntax v0.2.0
10592024-10-30T00:35:11.503Z Downloaded dhcproto-macros v0.1.0
10602024-10-30T00:35:11.503Z Downloaded waitgroup v0.1.2
10612024-10-30T00:35:11.506Z Downloaded socket2 v0.5.7
10622024-10-30T00:35:11.506Z Downloaded backtrace v0.3.74
10632024-10-30T00:35:11.512Z Downloaded libsqlite3-sys v0.30.1
10642024-10-30T00:35:11.589Z Downloaded omicron-zone-package v0.11.1
10652024-10-30T00:35:11.591Z Downloaded diesel_derives v2.2.3
10662024-10-30T00:35:11.596Z Downloaded wait-timeout v0.2.0
10672024-10-30T00:35:11.599Z Downloaded topological-sort v0.2.2
10682024-10-30T00:35:11.599Z Downloaded bytes v1.7.2
10692024-10-30T00:35:11.602Z Downloaded compact_str v0.8.0
10702024-10-30T00:35:11.606Z Downloaded base64 v0.21.7
10712024-10-30T00:35:11.610Z Downloaded getrandom v0.2.15
10722024-10-30T00:35:11.613Z Downloaded futures-channel v0.3.31
10732024-10-30T00:35:11.615Z Downloaded ron v0.7.1
10742024-10-30T00:35:11.618Z Downloaded hmac v0.12.1
10752024-10-30T00:35:11.622Z Downloaded env_logger v0.11.5
10762024-10-30T00:35:11.649Z Downloaded env_logger v0.10.2
10772024-10-30T00:35:11.649Z Downloaded ecdsa v0.16.9
10782024-10-30T00:35:11.649Z Downloaded mockall v0.13.0
10792024-10-30T00:35:11.649Z Downloaded native-tls v0.2.12
10802024-10-30T00:35:11.649Z Downloaded mime_guess v2.0.5
10812024-10-30T00:35:11.649Z Downloaded cookie v0.18.1
10822024-10-30T00:35:11.649Z Downloaded derive_builder v0.20.2
10832024-10-30T00:35:11.651Z Downloaded md-5 v0.10.6
10842024-10-30T00:35:11.654Z Downloaded ring v0.17.8
10852024-10-30T00:35:11.753Z Downloaded highway v1.2.0
10862024-10-30T00:35:11.756Z Downloaded jobserver v0.1.32
10872024-10-30T00:35:11.760Z Downloaded ghash v0.5.1
10882024-10-30T00:35:11.760Z Downloaded xattr v1.3.1
10892024-10-30T00:35:11.762Z Downloaded unarray v0.1.4
10902024-10-30T00:35:11.762Z Downloaded slog-json v2.6.1
10912024-10-30T00:35:11.762Z Downloaded slog-envlogger v2.2.0
10922024-10-30T00:35:11.766Z Downloaded crossbeam-utils v0.8.20
10932024-10-30T00:35:11.769Z Downloaded crc32fast v1.4.2
10942024-10-30T00:35:11.769Z Downloaded crc-any v2.5.0
10952024-10-30T00:35:11.771Z Downloaded bzip2 v0.4.4
10962024-10-30T00:35:11.771Z Downloaded rand_core v0.6.4
10972024-10-30T00:35:11.774Z Downloaded blake2 v0.10.6
10982024-10-30T00:35:11.774Z Downloaded maplit v1.0.2
10992024-10-30T00:35:11.777Z Downloaded lru v0.12.5
11002024-10-30T00:35:11.777Z Downloaded is-terminal v0.4.13
11012024-10-30T00:35:11.777Z Downloaded ipnetwork v0.20.0
11022024-10-30T00:35:11.780Z Downloaded internet-checksum v0.2.1
11032024-10-30T00:35:11.780Z Downloaded instability v0.3.2
11042024-10-30T00:35:11.783Z Downloaded matches v0.1.10
11052024-10-30T00:35:11.783Z Downloaded kstat-rs v0.2.4
11062024-10-30T00:35:11.783Z Downloaded ident_case v1.0.1
11072024-10-30T00:35:11.783Z Downloaded async-trait v0.1.83
11082024-10-30T00:35:11.785Z Downloaded bb8 v0.8.5
11092024-10-30T00:35:11.788Z Downloaded mime v0.3.17
11102024-10-30T00:35:11.788Z Downloaded lazy_static v1.5.0
11112024-10-30T00:35:11.791Z Downloaded ring v0.16.20
11122024-10-30T00:35:11.868Z Downloaded inout v0.1.3
11132024-10-30T00:35:11.870Z Downloaded addr2line v0.24.2
11142024-10-30T00:35:11.870Z Downloaded argon2 v0.5.3
11152024-10-30T00:35:11.873Z Downloaded iana-time-zone v0.1.61
11162024-10-30T00:35:11.876Z Downloaded data-encoding v2.6.0
11172024-10-30T00:35:11.876Z Downloaded bit-vec v0.6.3
11182024-10-30T00:35:11.881Z Downloaded cstr-argument v0.1.2
11192024-10-30T00:35:11.881Z Downloaded castaway v0.2.3
11202024-10-30T00:35:11.881Z Downloaded base16ct v0.2.0
11212024-10-30T00:35:11.884Z Downloaded nanorand v0.7.0
11222024-10-30T00:35:11.884Z Downloaded cexpr v0.6.0
11232024-10-30T00:35:11.884Z Downloaded instant v0.1.13
11242024-10-30T00:35:11.884Z Downloaded crc-catalog v2.4.0
11252024-10-30T00:35:11.887Z Downloaded ascii-canvas v3.0.0
11262024-10-30T00:35:11.887Z Downloaded array-init v0.0.4
11272024-10-30T00:35:11.984Z Compiling serde v1.0.210
11282024-10-30T00:35:11.987Z Compiling typenum v1.17.0
11292024-10-30T00:35:11.987Z Compiling lock_api v0.4.12
11302024-10-30T00:35:11.987Z Compiling generic-array v0.14.7
11312024-10-30T00:35:11.987Z Compiling scopeguard v1.2.0
11322024-10-30T00:35:11.987Z Compiling subtle v2.6.1
11332024-10-30T00:35:12.164Z Compiling syn v2.0.79
11342024-10-30T00:35:12.176Z Compiling getrandom v0.2.15
11352024-10-30T00:35:12.336Z Compiling value-bag v1.9.0
11362024-10-30T00:35:12.462Z Compiling rand_core v0.6.4
11372024-10-30T00:35:12.543Z Compiling const-oid v0.9.6
11382024-10-30T00:35:12.608Z Compiling pin-project-lite v0.2.14
11392024-10-30T00:35:12.724Z Compiling smallvec v1.13.2
11402024-10-30T00:35:12.743Z Compiling jobserver v0.1.32
11412024-10-30T00:35:12.971Z Compiling log v0.4.22
11422024-10-30T00:35:13.016Z Compiling parking_lot_core v0.9.10
11432024-10-30T00:35:13.125Z Compiling shlex v1.3.0
11442024-10-30T00:35:13.143Z Compiling futures-core v0.3.31
11452024-10-30T00:35:13.430Z Compiling cc v1.1.30
11462024-10-30T00:35:13.560Z Compiling signal-hook-registry v1.4.2
11472024-10-30T00:35:13.747Z Compiling mio v1.0.2
11482024-10-30T00:35:13.882Z Compiling cpufeatures v0.2.14
11492024-10-30T00:35:13.987Z Compiling parking_lot v0.12.3
11502024-10-30T00:35:14.224Z Compiling futures-sink v0.3.31
11512024-10-30T00:35:14.380Z Compiling spin v0.9.8
11522024-10-30T00:35:14.400Z Compiling socket2 v0.5.7
11532024-10-30T00:35:14.689Z Compiling slab v0.4.9
11542024-10-30T00:35:14.792Z Compiling serde_json v1.0.128
11552024-10-30T00:35:14.938Z Compiling futures-channel v0.3.31
11562024-10-30T00:35:14.973Z Compiling tinyvec_macros v0.1.1
11572024-10-30T00:35:15.024Z Compiling futures-io v0.3.31
11582024-10-30T00:35:15.061Z Compiling allocator-api2 v0.2.18
11592024-10-30T00:35:15.133Z Compiling foldhash v0.1.3
11602024-10-30T00:35:15.341Z Compiling futures-task v0.3.31
11612024-10-30T00:35:15.361Z Compiling pin-utils v0.1.0
11622024-10-30T00:35:15.364Z Compiling tinyvec v1.8.0
11632024-10-30T00:35:15.420Z Compiling libm v0.2.8
11642024-10-30T00:35:15.438Z Compiling num-traits v0.2.19
11652024-10-30T00:35:15.458Z Compiling unicode-bidi v0.3.17
11662024-10-30T00:35:15.612Z Compiling base64ct v1.6.0
11672024-10-30T00:35:15.735Z Compiling hashbrown v0.15.0
11682024-10-30T00:35:16.068Z Compiling pem-rfc7468 v0.7.0
11692024-10-30T00:35:16.182Z Compiling httparse v1.9.5
11702024-10-30T00:35:16.906Z Compiling unicode-normalization v0.1.24
11712024-10-30T00:35:16.953Z Compiling flagset v0.4.6
11722024-10-30T00:35:17.057Z Compiling tracing-core v0.1.32
11732024-10-30T00:35:17.084Z Compiling rustls-pki-types v1.9.0
11742024-10-30T00:35:17.162Z Compiling crossbeam-utils v0.8.20
11752024-10-30T00:35:17.255Z Compiling percent-encoding v2.3.1
11762024-10-30T00:35:17.783Z Compiling ring v0.17.8
11772024-10-30T00:35:17.879Z Compiling vcpkg v0.2.15
11782024-10-30T00:35:18.073Z Compiling time-core v0.1.2
11792024-10-30T00:35:18.284Z Compiling powerfmt v0.2.0
11802024-10-30T00:35:18.301Z Compiling untrusted v0.9.0
11812024-10-30T00:35:18.475Z Compiling num-conv v0.1.0
11822024-10-30T00:35:18.496Z Compiling pkg-config v0.3.31
11832024-10-30T00:35:18.660Z Compiling deranged v0.3.11
11842024-10-30T00:35:18.750Z Compiling time-macros v0.2.18
11852024-10-30T00:35:18.886Z Compiling atomic-waker v1.1.2
11862024-10-30T00:35:19.083Z Compiling num_threads v0.1.7
11872024-10-30T00:35:19.191Z Compiling form_urlencoded v1.2.1
11882024-10-30T00:35:19.524Z Compiling try-lock v0.2.5
11892024-10-30T00:35:19.671Z Compiling slog v2.7.0
11902024-10-30T00:35:19.767Z Compiling rustix v0.38.37
11912024-10-30T00:35:19.987Z Compiling want v0.3.1
11922024-10-30T00:35:20.054Z Compiling openssl-sys v0.9.103
11932024-10-30T00:35:20.245Z Compiling httpdate v1.0.3
11942024-10-30T00:35:20.489Z Compiling idna v0.5.0
11952024-10-30T00:35:20.627Z Compiling foreign-types-shared v0.1.1
11962024-10-30T00:35:20.691Z Compiling base64 v0.22.1
11972024-10-30T00:35:20.735Z Compiling tower-service v0.3.3
11982024-10-30T00:35:20.849Z Compiling openssl v0.10.66
11992024-10-30T00:35:21.024Z Compiling match_cfg v0.1.0
12002024-10-30T00:35:21.115Z Compiling rustversion v1.0.17
12012024-10-30T00:35:21.216Z Compiling iana-time-zone v0.1.61
12022024-10-30T00:35:21.297Z Compiling url v2.5.2
12032024-10-30T00:35:21.684Z Compiling hostname v0.3.1
12042024-10-30T00:35:21.914Z Compiling foreign-types v0.3.2
12052024-10-30T00:35:21.934Z Compiling dirs-sys-next v0.1.2
12062024-10-30T00:35:21.996Z Compiling aho-corasick v1.1.3
12072024-10-30T00:35:22.016Z Compiling rustls v0.22.4
12082024-10-30T00:35:22.019Z Compiling time v0.3.36
12092024-10-30T00:35:22.248Z Compiling syn v1.0.109
12102024-10-30T00:35:22.595Z Compiling regex-syntax v0.8.5
12112024-10-30T00:35:22.789Z Compiling rustls v0.23.14
12122024-10-30T00:35:22.829Z Compiling native-tls v0.2.12
12132024-10-30T00:35:23.069Z Compiling adler2 v2.0.0
12142024-10-30T00:35:23.167Z Compiling data-encoding v2.6.0
12152024-10-30T00:35:23.185Z Compiling siphasher v0.3.11
12162024-10-30T00:35:23.267Z Compiling miniz_oxide v0.8.0
12172024-10-30T00:35:23.655Z Compiling dirs-next v2.0.0
12182024-10-30T00:35:24.753Z Compiling serde_derive_internals v0.29.1
12192024-10-30T00:35:25.180Z Compiling crossbeam-epoch v0.9.18
12202024-10-30T00:35:25.417Z Compiling lazy_static v1.5.0
12212024-10-30T00:35:25.540Z Compiling thread_local v1.1.8
12222024-10-30T00:35:25.942Z Compiling regex-automata v0.4.8
12232024-10-30T00:35:26.091Z Compiling encoding_rs v0.8.34
12242024-10-30T00:35:26.535Z Compiling serde_derive v1.0.210
12252024-10-30T00:35:27.220Z Compiling zeroize_derive v1.4.2
12262024-10-30T00:35:27.376Z Compiling zerocopy-derive v0.7.35
12272024-10-30T00:35:27.481Z Compiling tokio-macros v2.4.0
12282024-10-30T00:35:28.797Z Compiling thiserror-impl v1.0.64
12292024-10-30T00:35:28.833Z Compiling zeroize v1.8.1
12302024-10-30T00:35:29.003Z Compiling futures-macro v0.3.31
12312024-10-30T00:35:29.207Z Compiling der_derive v0.7.3
12322024-10-30T00:35:29.661Z Compiling zerocopy v0.7.35
12332024-10-30T00:35:30.514Z Compiling crypto-common v0.1.6
12342024-10-30T00:35:30.550Z Compiling block-buffer v0.10.4
12352024-10-30T00:35:30.744Z Compiling digest v0.10.7
12362024-10-30T00:35:30.793Z Compiling block-padding v0.3.3
12372024-10-30T00:35:31.001Z Compiling futures-util v0.3.31
12382024-10-30T00:35:31.045Z Compiling inout v0.1.3
12392024-10-30T00:35:31.231Z Compiling hmac v0.12.1
12402024-10-30T00:35:31.273Z Compiling sha2 v0.10.8
12412024-10-30T00:35:31.310Z Compiling cipher v0.4.4
12422024-10-30T00:35:31.467Z Compiling ppv-lite86 v0.2.20
12432024-10-30T00:35:31.740Z Compiling der v0.7.9
12442024-10-30T00:35:31.835Z Compiling tracing-attributes v0.1.27
12452024-10-30T00:35:32.151Z Compiling thiserror v1.0.64
12462024-10-30T00:35:32.286Z Compiling rand_chacha v0.3.1
12472024-10-30T00:35:32.345Z Compiling pest v2.7.14
12482024-10-30T00:35:34.569Z Compiling spki v0.7.3
12492024-10-30T00:35:34.903Z Compiling rand v0.8.5
12502024-10-30T00:35:34.952Z Compiling salsa20 v0.10.2
12512024-10-30T00:35:35.125Z Compiling pbkdf2 v0.12.2
12522024-10-30T00:35:35.166Z Compiling pest_meta v2.7.14
12532024-10-30T00:35:35.295Z Compiling scrypt v0.11.0
12542024-10-30T00:35:35.398Z Compiling cbc v0.1.2
12552024-10-30T00:35:35.582Z Compiling tracing v0.1.40
12562024-10-30T00:35:35.632Z Compiling aes v0.8.4
12572024-10-30T00:35:35.839Z Compiling scroll_derive v0.12.0
12582024-10-30T00:35:36.102Z Compiling rustls-webpki v0.102.8
12592024-10-30T00:35:37.007Z Compiling pkcs5 v0.7.1
12602024-10-30T00:35:37.154Z Compiling pest_generator v2.7.14
12612024-10-30T00:35:37.371Z Compiling scroll v0.12.0
12622024-10-30T00:35:37.924Z Compiling goblin v0.8.2
12632024-10-30T00:35:38.209Z Compiling pkcs8 v0.10.2
12642024-10-30T00:35:38.284Z Compiling async-trait v0.1.83
12652024-10-30T00:35:38.428Z Compiling openssl-macros v0.1.1
12662024-10-30T00:35:38.653Z Compiling signature v2.2.0
12672024-10-30T00:35:38.899Z Compiling sha1 v0.10.6
12682024-10-30T00:35:38.942Z Compiling cookie v0.18.1
12692024-10-30T00:35:39.118Z Compiling multer v3.1.0
12702024-10-30T00:35:39.213Z Compiling mime v0.3.17
12712024-10-30T00:35:39.240Z Compiling openssl-probe v0.1.5
12722024-10-30T00:35:39.322Z Compiling slog-async v2.8.0
12732024-10-30T00:35:39.415Z Compiling paste v1.0.15
12742024-10-30T00:35:39.592Z Compiling either v1.13.0
12752024-10-30T00:35:39.782Z Compiling unicode-properties v0.1.3
12762024-10-30T00:35:39.864Z Compiling signal-hook v0.3.17
12772024-10-30T00:35:39.966Z Compiling schemars v0.8.21
12782024-10-30T00:35:40.023Z Compiling rayon-core v1.12.1
12792024-10-30T00:35:40.116Z Compiling pest_derive v2.7.14
12802024-10-30T00:35:40.134Z Compiling gimli v0.31.1
12812024-10-30T00:35:40.180Z Compiling ipnet v2.10.1
12822024-10-30T00:35:40.377Z Compiling stringprep v0.1.5
12832024-10-30T00:35:40.401Z Compiling bytes v1.7.2
12842024-10-30T00:35:40.896Z Compiling indexmap v2.6.0
12852024-10-30T00:35:41.007Z Compiling bitflags v2.6.0
12862024-10-30T00:35:41.352Z Compiling tokio v1.40.0
12872024-10-30T00:35:41.462Z Compiling http v1.1.0
12882024-10-30T00:35:41.509Z Compiling semver v1.0.23
12892024-10-30T00:35:42.325Z Compiling rustc_version v0.4.1
12902024-10-30T00:35:42.456Z Compiling dtrace-parser v0.2.0
12912024-10-30T00:35:43.091Z Compiling http-body v1.0.1
12922024-10-30T00:35:43.319Z Compiling serde_tokenstream v0.2.2
12932024-10-30T00:35:43.933Z Compiling dof v0.3.0
12942024-10-30T00:35:43.974Z Compiling toml_datetime v0.6.8
12952024-10-30T00:35:43.993Z Compiling uuid v1.10.0
12962024-10-30T00:35:44.495Z Compiling serde_spanned v0.6.8
12972024-10-30T00:35:44.594Z Compiling chrono v0.4.38
12982024-10-30T00:35:44.716Z Compiling usdt-impl v0.5.0
12992024-10-30T00:35:45.295Z Compiling http-body-util v0.1.2
13002024-10-30T00:35:45.413Z Compiling heapless v0.7.17
13012024-10-30T00:35:45.953Z Compiling toml_edit v0.22.22
13022024-10-30T00:35:46.077Z Compiling addr2line v0.24.2
13032024-10-30T00:35:46.273Z Compiling curve25519-dalek v4.1.3
13042024-10-30T00:35:46.809Z Compiling slog-json v2.6.1
13052024-10-30T00:35:46.934Z Compiling serde_urlencoded v0.7.1
13062024-10-30T00:35:47.423Z Compiling futures-executor v0.3.31
13072024-10-30T00:35:47.973Z Compiling md-5 v0.10.6
13082024-10-30T00:35:48.213Z Compiling usdt-macro v0.5.0
13092024-10-30T00:35:48.216Z Compiling usdt-attr-macro v0.5.0
13102024-10-30T00:35:48.322Z Compiling schemars_derive v0.8.21
13112024-10-30T00:35:49.720Z Compiling tokio-util v0.7.12
13122024-10-30T00:35:49.955Z Compiling async-stream-impl v0.3.6
13132024-10-30T00:35:51.109Z Compiling h2 v0.4.6
13142024-10-30T00:35:51.342Z Compiling enum-as-inner v0.6.1
13152024-10-30T00:35:51.677Z Compiling crossbeam-deque v0.8.5
13162024-10-30T00:35:52.492Z Compiling term v0.7.0
13172024-10-30T00:35:54.013Z Compiling crossbeam-channel v0.5.13
13182024-10-30T00:35:54.184Z Compiling num-integer v0.1.46
13192024-10-30T00:35:54.526Z Compiling idna v0.4.0
13202024-10-30T00:35:55.001Z Compiling idna v0.3.0
13212024-10-30T00:35:55.108Z Compiling rustls-pemfile v2.2.0
13222024-10-30T00:35:55.453Z Compiling ff v0.13.0
13232024-10-30T00:35:55.686Z Compiling hash32 v0.2.1
13242024-10-30T00:35:56.061Z Compiling is-terminal v0.4.13
13252024-10-30T00:35:56.099Z Compiling object v0.36.5
13262024-10-30T00:35:56.199Z Compiling dropshot v0.12.0
13272024-10-30T00:35:56.495Z Compiling fallible-iterator v0.2.0
13282024-10-30T00:35:56.579Z Compiling rustc-demangle v0.1.24
13292024-10-30T00:35:56.765Z Compiling utf-8 v0.7.6
13302024-10-30T00:35:57.083Z Compiling dyn-clone v1.0.17
13312024-10-30T00:35:57.238Z Compiling portable-atomic v1.9.0
13322024-10-30T00:35:57.308Z Compiling smoltcp v0.9.1
13332024-10-30T00:35:57.447Z Compiling stable_deref_trait v1.2.0
13342024-10-30T00:35:57.554Z Compiling anyhow v1.0.89
13352024-10-30T00:35:57.585Z Compiling num-bigint-dig v0.8.4
13362024-10-30T00:35:57.894Z Compiling linked-hash-map v0.5.6
13372024-10-30T00:35:58.035Z Compiling hyper v1.4.1
13382024-10-30T00:35:58.195Z Compiling take_mut v0.2.2
13392024-10-30T00:35:58.246Z Compiling quick-error v1.2.3
13402024-10-30T00:35:58.266Z Compiling psl-types v2.0.11
13412024-10-30T00:35:58.349Z Compiling base16ct v0.2.0
13422024-10-30T00:35:58.387Z Compiling resolv-conf v0.7.0
13432024-10-30T00:35:58.468Z Compiling publicsuffix v2.2.3
13442024-10-30T00:35:58.670Z Compiling sec1 v0.7.3
13452024-10-30T00:35:59.236Z Compiling lru-cache v0.1.2
13462024-10-30T00:35:59.963Z Compiling postgres-protocol v0.6.7
13472024-10-30T00:36:00.659Z Compiling hyper-util v0.1.9
13482024-10-30T00:36:01.302Z Compiling tungstenite v0.24.0
13492024-10-30T00:36:01.426Z Compiling slog-term v2.9.1
13502024-10-30T00:36:01.779Z Compiling usdt v0.5.0
13512024-10-30T00:36:02.292Z Compiling group v0.13.0
13522024-10-30T00:36:02.328Z Compiling hickory-proto v0.24.1
13532024-10-30T00:36:02.630Z Compiling num-iter v0.1.45
13542024-10-30T00:36:02.702Z Compiling tokio-rustls v0.26.0
13552024-10-30T00:36:02.812Z Compiling tokio-native-tls v0.3.1
13562024-10-30T00:36:03.093Z Compiling backtrace v0.3.74
13572024-10-30T00:36:03.270Z Compiling tokio-rustls v0.25.0
13582024-10-30T00:36:03.684Z Compiling async-stream v0.3.6
13592024-10-30T00:36:03.705Z Compiling toml v0.8.19
13602024-10-30T00:36:03.708Z Compiling futures v0.3.31
13612024-10-30T00:36:04.933Z Compiling camino v1.1.9
13622024-10-30T00:36:04.936Z Compiling slog-bunyan v2.5.0
13632024-10-30T00:36:05.087Z Compiling terminal_size v0.4.0
13642024-10-30T00:36:05.140Z Compiling dropshot_endpoint v0.12.0
13652024-10-30T00:36:05.189Z Compiling openapiv3 v2.0.0
13662024-10-30T00:36:05.456Z Compiling serde_path_to_error v0.1.16
13672024-10-30T00:36:05.910Z Compiling hkdf v0.12.4
13682024-10-30T00:36:06.157Z Compiling crypto-bigint v0.5.5
13692024-10-30T00:36:06.300Z Compiling curve25519-dalek-derive v0.1.1
13702024-10-30T00:36:06.319Z Compiling zerocopy-derive v0.6.6
13712024-10-30T00:36:06.595Z Compiling phf_shared v0.11.2
13722024-10-30T00:36:06.894Z Compiling hubpack_derive v0.1.1
13732024-10-30T00:36:07.014Z Compiling waitgroup v0.1.2
13742024-10-30T00:36:07.229Z Compiling webpki-roots v0.26.6
13752024-10-30T00:36:07.449Z Compiling hostname v0.4.0
13762024-10-30T00:36:07.687Z Compiling ahash v0.8.11
13772024-10-30T00:36:07.830Z Compiling fs-err v2.11.0
13782024-10-30T00:36:07.888Z Compiling managed v0.8.0
13792024-10-30T00:36:08.051Z Compiling bitflags v1.3.2
13802024-10-30T00:36:08.128Z Compiling winnow v0.5.40
13812024-10-30T00:36:08.152Z Compiling debug-ignore v1.0.5
13822024-10-30T00:36:08.284Z Compiling clap_builder v4.5.20
13832024-10-30T00:36:08.530Z Compiling zerocopy v0.6.6
13842024-10-30T00:36:09.398Z Compiling elliptic-curve v0.13.8
13852024-10-30T00:36:09.448Z Compiling console v0.15.8
13862024-10-30T00:36:10.212Z Compiling strum_macros v0.25.3
13872024-10-30T00:36:11.027Z Compiling hubpack v0.1.2
13882024-10-30T00:36:11.483Z Compiling hickory-resolver v0.24.1
13892024-10-30T00:36:12.004Z Compiling toml_edit v0.19.15
13902024-10-30T00:36:12.274Z Compiling hyper-rustls v0.27.3
13912024-10-30T00:36:12.555Z Compiling phf v0.11.2
13922024-10-30T00:36:12.853Z Compiling signal-hook-mio v0.2.4
13932024-10-30T00:36:12.883Z Compiling cookie_store v0.21.0
13942024-10-30T00:36:13.011Z Compiling rayon v1.10.0
13952024-10-30T00:36:14.459Z Compiling hyper-tls v0.6.0
13962024-10-30T00:36:15.331Z Compiling tokio-tungstenite v0.24.0
13972024-10-30T00:36:15.864Z Compiling postgres-types v0.2.8
13982024-10-30T00:36:17.535Z Compiling tokio-stream v0.1.16
13992024-10-30T00:36:17.857Z Compiling serde-big-array v0.5.1
14002024-10-30T00:36:18.092Z Compiling ed25519 v2.2.3
14012024-10-30T00:36:18.256Z Compiling pkcs1 v0.7.5
14022024-10-30T00:36:18.586Z Compiling rfc6979 v0.4.0
14032024-10-30T00:36:18.731Z Compiling regex v1.11.0
14042024-10-30T00:36:18.781Z Compiling bstr v1.10.0
14052024-10-30T00:36:18.820Z Compiling derive-where v1.2.7
14062024-10-30T00:36:19.218Z Compiling clap_derive v4.5.18
14072024-10-30T00:36:19.300Z Compiling serde_repr v0.1.19
14082024-10-30T00:36:19.827Z Compiling phf_shared v0.10.0
14092024-10-30T00:36:19.965Z Compiling float-cmp v0.9.0
14102024-10-30T00:36:20.096Z Compiling sync_wrapper v1.0.1
14112024-10-30T00:36:20.185Z Compiling crc32fast v1.4.2
14122024-10-30T00:36:20.216Z Compiling normalize-line-endings v0.3.0
14132024-10-30T00:36:20.243Z Compiling minimal-lexical v0.2.1
14142024-10-30T00:36:20.337Z Compiling difflib v0.4.0
14152024-10-30T00:36:20.502Z Compiling fixedbitset v0.4.2
14162024-10-30T00:36:20.519Z Compiling bit-vec v0.6.3
14172024-10-30T00:36:20.579Z Compiling precomputed-hash v0.1.1
14182024-10-30T00:36:20.699Z Compiling new_debug_unreachable v1.0.6
14192024-10-30T00:36:20.781Z Compiling number_prefix v0.4.0
14202024-10-30T00:36:20.800Z Compiling unicode-segmentation v1.12.0
14212024-10-30T00:36:20.979Z Compiling whoami v1.5.2
14222024-10-30T00:36:20.982Z Compiling static_assertions v1.1.0
14232024-10-30T00:36:21.014Z Compiling predicates-core v1.0.8
14242024-10-30T00:36:21.078Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14252024-10-30T00:36:21.413Z Compiling tokio-postgres v0.7.12
14262024-10-30T00:36:21.627Z Compiling similar v2.6.0
14272024-10-30T00:36:21.713Z Compiling predicates v3.1.2
14282024-10-30T00:36:21.900Z Compiling indicatif v0.17.8
14292024-10-30T00:36:22.465Z Compiling qorb v0.1.2
14302024-10-30T00:36:23.477Z Compiling bit-set v0.5.3
14312024-10-30T00:36:23.766Z Compiling petgraph v0.6.5
14322024-10-30T00:36:24.071Z Compiling string_cache v0.8.7
14332024-10-30T00:36:24.096Z Compiling nom v7.1.3
14342024-10-30T00:36:24.296Z Compiling clap v4.5.20
14352024-10-30T00:36:24.422Z Compiling flate2 v1.0.34
14362024-10-30T00:36:24.510Z Compiling reqwest v0.12.8
14372024-10-30T00:36:25.396Z Compiling ecdsa v0.16.9
14382024-10-30T00:36:26.282Z Compiling rsa v0.9.6
14392024-10-30T00:36:27.166Z Compiling ed25519-dalek v2.1.1
14402024-10-30T00:36:27.718Z Compiling toml v0.7.8
14412024-10-30T00:36:27.770Z Compiling crossterm v0.28.1
14422024-10-30T00:36:28.590Z Compiling hex v0.4.3
14432024-10-30T00:36:28.983Z Compiling itertools v0.10.5
14442024-10-30T00:36:29.192Z Compiling itertools v0.12.1
14452024-10-30T00:36:29.323Z Compiling x509-cert v0.2.5
14462024-10-30T00:36:29.415Z Compiling unicode-xid v0.2.6
14472024-10-30T00:36:29.459Z Compiling peg-runtime v0.8.3
14482024-10-30T00:36:29.597Z Compiling lalrpop-util v0.19.12
14492024-10-30T00:36:29.963Z Compiling xattr v1.3.1
14502024-10-30T00:36:30.113Z Compiling strum_macros v0.26.4
14512024-10-30T00:36:30.236Z Compiling filetime v0.2.25
14522024-10-30T00:36:30.562Z Compiling tar v0.4.42
14532024-10-30T00:36:33.996Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14542024-10-30T00:36:34.021Z Compiling strum v0.26.3
14552024-10-30T00:36:34.251Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14562024-10-30T00:36:39.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14572024-10-30T00:36:39.773Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14582024-10-30T00:36:39.820ZOct 30 00:36:39.117 INFO Starting download, target: Console
14592024-10-30T00:36:39.820ZOct 30 00:36:39.117 INFO Starting download, target: Clickhouse
14602024-10-30T00:36:39.823ZOct 30 00:36:39.117 INFO Starting download, target: Cockroach
14612024-10-30T00:36:39.823ZOct 30 00:36:39.117 INFO Starting download, target: DendriteOpenapi
14622024-10-30T00:36:39.823ZOct 30 00:36:39.117 INFO Starting download, target: DendriteStub
14632024-10-30T00:36:39.823ZOct 30 00:36:39.117 INFO Starting download, target: MaghemiteMgd
14642024-10-30T00:36:39.823ZOct 30 00:36:39.117 INFO Starting download, target: TransceiverControl
14652024-10-30T00:36:39.823ZOct 30 00:36:39.118 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14662024-10-30T00:36:39.823ZOct 30 00:36:39.118 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14672024-10-30T00:36:39.823ZOct 30 00:36:39.118 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14682024-10-30T00:36:39.823ZOct 30 00:36:39.118 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14692024-10-30T00:36:39.823ZOct 30 00:36:39.118 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14702024-10-30T00:36:39.823ZOct 30 00:36:39.118 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14712024-10-30T00:36:39.823ZOct 30 00:36:39.118 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14722024-10-30T00:36:40.013ZOct 30 00:36:39.294 INFO Download complete, target: DendriteOpenapi
14732024-10-30T00:36:40.252ZOct 30 00:36:39.536 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14742024-10-30T00:36:40.401ZOct 30 00:36:39.695 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14752024-10-30T00:36:40.777ZOct 30 00:36:40.058 INFO Download complete, target: Console
14762024-10-30T00:36:40.857ZOct 30 00:36:40.145 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14772024-10-30T00:36:40.992ZOct 30 00:36:40.270 INFO Download complete, target: TransceiverControl
14782024-10-30T00:36:41.386ZOct 30 00:36:40.670 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14792024-10-30T00:36:41.535ZOct 30 00:36:40.831 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14802024-10-30T00:36:41.535ZOct 30 00:36:40.831 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14812024-10-30T00:36:42.151ZOct 30 00:36:41.447 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14822024-10-30T00:36:44.119ZOct 30 00:36:43.415 INFO Download complete, target: DendriteStub
14832024-10-30T00:36:44.712ZOct 30 00:36:44.006 INFO Download complete, target: MaghemiteMgd
14842024-10-30T00:36:50.122ZOct 30 00:36:49.413 INFO Checking that binary works, target: Cockroach
14852024-10-30T00:36:50.306ZOct 30 00:36:49.601 INFO Download complete, target: Cockroach
14862024-10-30T00:36:56.571ZOct 30 00:36:55.862 INFO Checking that binary works, target: Clickhouse
14872024-10-30T00:36:56.701ZOct 30 00:36:55.995 INFO Download complete, target: Clickhouse
14882024-10-30T00:36:56.721ZAll builder prerequisites installed successfully, and PATH looks valid
14892024-10-30T00:36:56.724Z
14902024-10-30T00:36:56.724Zreal 4:18.715410070
14912024-10-30T00:36:56.724Zuser 12:46.496379512
14922024-10-30T00:36:56.724Zsys 2:41.189881017
14932024-10-30T00:36:56.724Ztrap 0.448024845
14942024-10-30T00:36:56.724Ztflt 1.613108335
14952024-10-30T00:36:56.724Zdflt 1.770061553
14962024-10-30T00:36:56.724Zkflt 0.026049597
14972024-10-30T00:36:56.724Zlock 24:04.723647462
14982024-10-30T00:36:56.724Zslp 49:37.223410811
14992024-10-30T00:36:56.724Zlat 46.241229554
15002024-10-30T00:36:56.724Zstop 2:01.721224284
15012024-10-30T00:36:56.724Z+ banner hack-check
15022024-10-30T00:36:56.727Z
15032024-10-30T00:36:56.727Z # # ## #### # # #### # # ###### #### # #
15042024-10-30T00:36:56.727Z # # # # # # # # # # # # # # # # #
15052024-10-30T00:36:56.727Z ###### # # # #### ##### # ###### ##### # ####
15062024-10-30T00:36:56.727Z # # ###### # # # # # # # # # #
15072024-10-30T00:36:56.727Z # # # # # # # # # # # # # # # # #
15082024-10-30T00:36:56.727Z # # # # #### # # #### # # ###### #### # #
15092024-10-30T00:36:56.727Z
15102024-10-30T00:36:56.727Z+ export CARGO_INCREMENTAL=0
15112024-10-30T00:36:56.727Z+ CARGO_INCREMENTAL=0
15122024-10-30T00:36:56.727Z+ ptime -m timeout 2h cargo xtask check-features --ci
15132024-10-30T00:36:57.286Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15142024-10-30T00:37:00.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
15152024-10-30T00:37:01.008Z Running `target/debug/xtask check-features --ci`
15162024-10-30T00:37:01.029Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15172024-10-30T00:37:01.032Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15182024-10-30T00:37:01.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15192024-10-30T00:37:01.543Z Running `target/debug/xtask download cargo-hack`
15202024-10-30T00:37:02.396Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15212024-10-30T00:37:02.764Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15222024-10-30T00:37:07.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
15232024-10-30T00:37:07.544Z Running `target/debug/xtask-downloader cargo-hack`
15242024-10-30T00:37:07.580ZOct 30 00:37:06.872 INFO Starting download, target: CargoHack
15252024-10-30T00:37:07.582ZOct 30 00:37:06.873 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15262024-10-30T00:37:08.152ZOct 30 00:37:07.445 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15272024-10-30T00:37:08.255ZOct 30 00:37:07.548 INFO Download complete, target: CargoHack
15282024-10-30T00:37:08.258Zrunning: "/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"
15292024-10-30T00:37:08.274Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15302024-10-30T00:37:08.588Zinfo: running `cargo check --bins` on api_identity (1/166)
15312024-10-30T00:37:08.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-10-30T00:37:09.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-10-30T00:37:09.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-10-30T00:37:09.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15352024-10-30T00:37:09.065Z
15362024-10-30T00:37:09.065Zinfo: running `cargo check --bins` on bootstore (2/166)
15372024-10-30T00:37:09.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-10-30T00:37:09.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-10-30T00:37:09.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-10-30T00:37:09.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15412024-10-30T00:37:09.726Z
15422024-10-30T00:37:09.726Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15432024-10-30T00:37:10.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-10-30T00:37:10.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-10-30T00:37:10.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-10-30T00:37:10.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15472024-10-30T00:37:10.389Z
15482024-10-30T00:37:10.389Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15492024-10-30T00:37:10.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-10-30T00:37:10.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-10-30T00:37:10.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-10-30T00:37:10.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15532024-10-30T00:37:11.040Z
15542024-10-30T00:37:11.040Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15552024-10-30T00:37:11.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-10-30T00:37:11.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-10-30T00:37:11.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-10-30T00:37:11.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15592024-10-30T00:37:11.506Z
15602024-10-30T00:37:11.506Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15612024-10-30T00:37:11.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-10-30T00:37:11.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-10-30T00:37:11.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-10-30T00:37:11.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15652024-10-30T00:37:11.974Z
15662024-10-30T00:37:11.974Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15672024-10-30T00:37:12.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-10-30T00:37:12.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-10-30T00:37:12.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-10-30T00:37:12.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15712024-10-30T00:37:12.438Z
15722024-10-30T00:37:12.438Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15732024-10-30T00:37:12.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-10-30T00:37:12.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-10-30T00:37:12.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-10-30T00:37:12.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15772024-10-30T00:37:12.909Z
15782024-10-30T00:37:12.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15792024-10-30T00:37:13.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-10-30T00:37:13.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-10-30T00:37:13.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-10-30T00:37:13.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15832024-10-30T00:37:13.378Z
15842024-10-30T00:37:13.378Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15852024-10-30T00:37:13.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-10-30T00:37:13.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-10-30T00:37:13.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-10-30T00:37:13.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15892024-10-30T00:37:13.845Z
15902024-10-30T00:37:13.845Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15912024-10-30T00:37:14.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-10-30T00:37:14.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-10-30T00:37:14.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-10-30T00:37:14.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15952024-10-30T00:37:14.304Z
15962024-10-30T00:37:14.304Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15972024-10-30T00:37:14.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-10-30T00:37:14.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-10-30T00:37:14.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-10-30T00:37:14.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16012024-10-30T00:37:14.770Z
16022024-10-30T00:37:14.770Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16032024-10-30T00:37:15.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-10-30T00:37:15.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-10-30T00:37:15.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-10-30T00:37:15.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16072024-10-30T00:37:15.233Z
16082024-10-30T00:37:15.233Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16092024-10-30T00:37:15.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-10-30T00:37:15.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-10-30T00:37:15.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-10-30T00:37:15.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16132024-10-30T00:37:15.691Z
16142024-10-30T00:37:15.691Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16152024-10-30T00:37:16.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-10-30T00:37:16.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-10-30T00:37:16.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-10-30T00:37:16.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16192024-10-30T00:37:16.154Z
16202024-10-30T00:37:16.154Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16212024-10-30T00:37:16.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-10-30T00:37:16.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-10-30T00:37:16.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-10-30T00:37:16.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16252024-10-30T00:37:16.612Z
16262024-10-30T00:37:16.612Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16272024-10-30T00:37:17.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-10-30T00:37:17.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-10-30T00:37:17.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-10-30T00:37:17.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
16312024-10-30T00:37:17.071Z
16322024-10-30T00:37:17.071Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16332024-10-30T00:37:17.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-10-30T00:37:17.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-10-30T00:37:17.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-10-30T00:37:17.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16372024-10-30T00:37:17.542Z
16382024-10-30T00:37:17.542Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16392024-10-30T00:37:17.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-10-30T00:37:17.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-10-30T00:37:17.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-10-30T00:37:17.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16432024-10-30T00:37:18.010Z
16442024-10-30T00:37:18.010Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16452024-10-30T00:37:18.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-10-30T00:37:18.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-10-30T00:37:18.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-10-30T00:37:18.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16492024-10-30T00:37:18.471Z
16502024-10-30T00:37:18.471Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16512024-10-30T00:37:18.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-10-30T00:37:18.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-10-30T00:37:18.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-10-30T00:37:18.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16552024-10-30T00:37:18.933Z
16562024-10-30T00:37:18.933Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16572024-10-30T00:37:19.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-10-30T00:37:19.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-10-30T00:37:19.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-10-30T00:37:19.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16612024-10-30T00:37:19.398Z
16622024-10-30T00:37:19.398Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16632024-10-30T00:37:19.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-10-30T00:37:19.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-10-30T00:37:19.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-10-30T00:37:19.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16672024-10-30T00:37:19.863Z
16682024-10-30T00:37:19.863Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16692024-10-30T00:37:20.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-10-30T00:37:20.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-10-30T00:37:20.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-10-30T00:37:20.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16732024-10-30T00:37:20.330Z
16742024-10-30T00:37:20.330Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16752024-10-30T00:37:20.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-10-30T00:37:20.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-10-30T00:37:20.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-10-30T00:37:20.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16792024-10-30T00:37:20.996Z
16802024-10-30T00:37:20.996Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16812024-10-30T00:37:21.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-10-30T00:37:21.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-10-30T00:37:21.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-10-30T00:37:21.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16852024-10-30T00:37:21.658Z
16862024-10-30T00:37:21.658Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16872024-10-30T00:37:22.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-10-30T00:37:22.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-10-30T00:37:22.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-10-30T00:37:22.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16912024-10-30T00:37:22.331Z
16922024-10-30T00:37:22.331Zinfo: running `cargo check --bins` on oxlog (28/166)
16932024-10-30T00:37:22.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-10-30T00:37:22.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-10-30T00:37:22.967Z Checking cfg-if v1.0.0
16962024-10-30T00:37:22.969Z Checking libc v0.2.161
16972024-10-30T00:37:23.067Z Checking serde v1.0.210
16982024-10-30T00:37:23.070Z Checking zeroize v1.8.1
16992024-10-30T00:37:23.070Z Checking memchr v2.7.4
17002024-10-30T00:37:23.092Z Checking typenum v1.17.0
17012024-10-30T00:37:23.095Z Checking scopeguard v1.2.0
17022024-10-30T00:37:23.103Z Checking subtle v2.6.1
17032024-10-30T00:37:23.129Z Checking value-bag v1.9.0
17042024-10-30T00:37:23.222Z Checking lock_api v0.4.12
17052024-10-30T00:37:23.298Z Checking const-oid v0.9.6
17062024-10-30T00:37:23.365Z Checking itoa v1.0.11
17072024-10-30T00:37:23.511Z Checking log v0.4.22
17082024-10-30T00:37:23.580Z Checking pin-project-lite v0.2.14
17092024-10-30T00:37:23.628Z Checking smallvec v1.13.2
17102024-10-30T00:37:23.683Z Checking byteorder v1.5.0
17112024-10-30T00:37:23.941Z Checking futures-core v0.3.31
17122024-10-30T00:37:23.957Z Checking once_cell v1.20.2
17132024-10-30T00:37:24.043Z Checking cpufeatures v0.2.14
17142024-10-30T00:37:24.087Z Checking futures-sink v0.3.31
17152024-10-30T00:37:24.110Z Checking spin v0.9.8
17162024-10-30T00:37:24.128Z Checking zerocopy v0.7.35
17172024-10-30T00:37:24.172Z Checking getrandom v0.2.15
17182024-10-30T00:37:24.214Z Checking parking_lot_core v0.9.10
17192024-10-30T00:37:24.278Z Checking signal-hook-registry v1.4.2
17202024-10-30T00:37:24.309Z Checking generic-array v0.14.7
17212024-10-30T00:37:24.386Z Checking rand_core v0.6.4
17222024-10-30T00:37:24.439Z Checking mio v1.0.2
17232024-10-30T00:37:24.510Z Checking socket2 v0.5.7
17242024-10-30T00:37:24.537Z Checking parking_lot v0.12.3
17252024-10-30T00:37:24.695Z Checking slab v0.4.9
17262024-10-30T00:37:24.880Z Checking futures-channel v0.3.31
17272024-10-30T00:37:24.961Z Checking equivalent v1.0.1
17282024-10-30T00:37:24.976Z Checking allocator-api2 v0.2.18
17292024-10-30T00:37:25.062Z Checking tinyvec_macros v0.1.1
17302024-10-30T00:37:25.076Z Checking futures-task v0.3.31
17312024-10-30T00:37:25.131Z Checking foldhash v0.1.3
17322024-10-30T00:37:25.146Z Checking futures-io v0.3.31
17332024-10-30T00:37:25.249Z Checking pin-utils v0.1.0
17342024-10-30T00:37:25.283Z Checking tinyvec v1.8.0
17352024-10-30T00:37:25.315Z Checking ryu v1.0.18
17362024-10-30T00:37:25.330Z Checking fnv v1.0.7
17372024-10-30T00:37:25.344Z Checking futures-util v0.3.31
17382024-10-30T00:37:25.410Z Checking crypto-common v0.1.6
17392024-10-30T00:37:25.440Z Checking block-buffer v0.10.4
17402024-10-30T00:37:25.529Z Checking block-padding v0.3.3
17412024-10-30T00:37:25.566Z Checking unicode-bidi v0.3.17
17422024-10-30T00:37:25.579Z Checking hashbrown v0.15.0
17432024-10-30T00:37:25.582Z Checking libm v0.2.8
17442024-10-30T00:37:25.654Z Checking digest v0.10.7
17452024-10-30T00:37:25.733Z Checking inout v0.1.3
17462024-10-30T00:37:25.961Z Checking cipher v0.4.4
17472024-10-30T00:37:26.006Z Checking hmac v0.12.1
17482024-10-30T00:37:26.181Z Checking sha2 v0.10.8
17492024-10-30T00:37:26.213Z Checking base64ct v1.6.0
17502024-10-30T00:37:26.342Z Checking ppv-lite86 v0.2.20
17512024-10-30T00:37:26.484Z Checking num-traits v0.2.19
17522024-10-30T00:37:26.561Z Checking unicode-normalization v0.1.24
17532024-10-30T00:37:26.654Z Checking pem-rfc7468 v0.7.0
17542024-10-30T00:37:26.673Z Checking flagset v0.4.6
17552024-10-30T00:37:26.720Z Checking tracing-core v0.1.32
17562024-10-30T00:37:26.845Z Checking thiserror v1.0.64
17572024-10-30T00:37:26.923Z Checking der v0.7.9
17582024-10-30T00:37:26.966Z Checking rustls-pki-types v1.9.0
17592024-10-30T00:37:27.074Z Checking rand_chacha v0.3.1
17602024-10-30T00:37:27.351Z Checking percent-encoding v2.3.1
17612024-10-30T00:37:27.424Z Checking tracing v0.1.40
17622024-10-30T00:37:27.449Z Checking rand v0.8.5
17632024-10-30T00:37:27.519Z Checking salsa20 v0.10.2
17642024-10-30T00:37:27.535Z Checking pbkdf2 v0.12.2
17652024-10-30T00:37:27.693Z Checking httparse v1.9.5
17662024-10-30T00:37:27.717Z Checking untrusted v0.9.0
17672024-10-30T00:37:27.772Z Checking powerfmt v0.2.0
17682024-10-30T00:37:27.870Z Checking ring v0.17.8
17692024-10-30T00:37:27.897Z Checking bytes v1.7.2
17702024-10-30T00:37:28.028Z Checking indexmap v2.6.0
17712024-10-30T00:37:28.117Z Checking serde_json v1.0.128
17722024-10-30T00:37:28.172Z Checking bitflags v2.6.0
17732024-10-30T00:37:28.464Z Checking deranged v0.3.11
17742024-10-30T00:37:28.707Z Checking tokio v1.40.0
17752024-10-30T00:37:28.711Z Checking http v1.1.0
17762024-10-30T00:37:28.735Z Checking spki v0.7.3
17772024-10-30T00:37:28.993Z Checking scrypt v0.11.0
17782024-10-30T00:37:29.201Z Checking aes v0.8.4
17792024-10-30T00:37:29.294Z Checking cbc v0.1.2
17802024-10-30T00:37:29.483Z Checking crossbeam-utils v0.8.20
17812024-10-30T00:37:29.771Z Checking atomic-waker v1.1.2
17822024-10-30T00:37:29.787Z Checking num-conv v0.1.0
17832024-10-30T00:37:29.895Z Checking num_threads v0.1.7
17842024-10-30T00:37:30.002Z Checking time-core v0.1.2
17852024-10-30T00:37:30.026Z Checking rustls-webpki v0.102.8
17862024-10-30T00:37:30.071Z Checking pkcs5 v0.7.1
17872024-10-30T00:37:30.101Z Checking http-body v1.0.1
17882024-10-30T00:37:30.141Z Checking form_urlencoded v1.2.1
17892024-10-30T00:37:30.197Z Checking try-lock v0.2.5
17902024-10-30T00:37:30.212Z Checking time v0.3.36
17912024-10-30T00:37:30.284Z Checking httpdate v1.0.3
17922024-10-30T00:37:30.321Z Checking want v0.3.1
17932024-10-30T00:37:30.337Z Checking unicode-ident v1.0.13
17942024-10-30T00:37:30.402Z Checking toml_datetime v0.6.8
17952024-10-30T00:37:30.490Z Checking uuid v1.10.0
17962024-10-30T00:37:30.495Z Checking proc-macro2 v1.0.87
17972024-10-30T00:37:30.518Z Checking serde_spanned v0.6.8
17982024-10-30T00:37:30.558Z Checking pkcs8 v0.10.2
17992024-10-30T00:37:30.668Z Checking idna v0.5.0
18002024-10-30T00:37:30.692Z Checking slog v2.7.0
18012024-10-30T00:37:30.735Z Checking scroll v0.12.0
18022024-10-30T00:37:30.863Z Checking match_cfg v0.1.0
18032024-10-30T00:37:30.952Z Checking base64 v0.22.1
18042024-10-30T00:37:31.089Z Checking iana-time-zone v0.1.61
18052024-10-30T00:37:31.135Z Checking ucd-trie v0.1.7
18062024-10-30T00:37:31.149Z Checking foreign-types-shared v0.1.1
18072024-10-30T00:37:31.206Z Checking tower-service v0.3.3
18082024-10-30T00:37:31.225Z Checking plain v0.2.3
18092024-10-30T00:37:31.240Z Checking foreign-types v0.3.2
18102024-10-30T00:37:31.316Z Checking pest v2.7.14
18112024-10-30T00:37:31.318Z Checking chrono v0.4.38
18122024-10-30T00:37:31.344Z Checking quote v1.0.37
18132024-10-30T00:37:31.358Z Checking goblin v0.8.2
18142024-10-30T00:37:31.409Z Checking hostname v0.3.1
18152024-10-30T00:37:31.534Z Checking url v2.5.2
18162024-10-30T00:37:31.538Z Checking openssl-sys v0.9.103
18172024-10-30T00:37:31.645Z Checking dirs-sys-next v0.1.2
18182024-10-30T00:37:31.805Z Checking errno v0.3.9
18192024-10-30T00:37:31.971Z Checking aho-corasick v1.1.3
18202024-10-30T00:37:32.301Z Checking regex-syntax v0.8.5
18212024-10-30T00:37:32.707Z Checking adler2 v2.0.0
18222024-10-30T00:37:32.845Z Checking data-encoding v2.6.0
18232024-10-30T00:37:32.868Z Checking siphasher v0.3.11
18242024-10-30T00:37:33.174Z Checking pretty-hex v0.4.1
18252024-10-30T00:37:33.341Z Checking openssl v0.10.66
18262024-10-30T00:37:33.370Z Checking miniz_oxide v0.8.0
18272024-10-30T00:37:33.490Z Checking rustix v0.38.37
18282024-10-30T00:37:33.579Z Checking dirs-next v2.0.0
18292024-10-30T00:37:33.707Z Checking syn v2.0.79
18302024-10-30T00:37:33.773Z Checking dtrace-parser v0.2.0
18312024-10-30T00:37:34.094Z Checking http-body-util v0.1.2
18322024-10-30T00:37:34.274Z Checking crossbeam-epoch v0.9.18
18332024-10-30T00:37:34.562Z Checking sha1 v0.10.6
18342024-10-30T00:37:34.707Z Checking signature v2.2.0
18352024-10-30T00:37:34.848Z Checking lazy_static v1.5.0
18362024-10-30T00:37:34.884Z Checking thread_local v1.1.8
18372024-10-30T00:37:34.967Z Checking thread-id v4.2.2
18382024-10-30T00:37:35.075Z Checking encoding_rs v0.8.34
18392024-10-30T00:37:35.182Z Checking utf8parse v0.2.2
18402024-10-30T00:37:35.317Z Checking mime v0.3.17
18412024-10-30T00:37:35.515Z Checking regex-automata v0.4.8
18422024-10-30T00:37:35.600Z Checking anstyle v1.0.8
18432024-10-30T00:37:35.706Z Checking tokio-util v0.7.12
18442024-10-30T00:37:35.933Z Checking winnow v0.6.20
18452024-10-30T00:37:36.284Z Checking dof v0.3.0
18462024-10-30T00:37:36.604Z Checking h2 v0.4.6
18472024-10-30T00:37:36.852Z Checking openssl-probe v0.1.5
18482024-10-30T00:37:36.885Z Checking ipnet v2.10.1
18492024-10-30T00:37:37.000Z Checking either v1.13.0
18502024-10-30T00:37:37.335Z Checking gimli v0.31.1
18512024-10-30T00:37:37.359Z Checking unicode-properties v0.1.3
18522024-10-30T00:37:37.381Z Checking anstyle-parse v0.2.5
18532024-10-30T00:37:37.627Z Checking crossbeam-deque v0.8.5
18542024-10-30T00:37:37.732Z Checking stringprep v0.1.5
18552024-10-30T00:37:37.934Z Checking term v0.7.0
18562024-10-30T00:37:38.009Z Checking slog-json v2.6.1
18572024-10-30T00:37:38.259Z Checking rustls v0.22.4
18582024-10-30T00:37:38.343Z Checking rustls v0.23.14
18592024-10-30T00:37:38.676Z Checking native-tls v0.2.12
18602024-10-30T00:37:38.857Z Checking toml_edit v0.22.22
18612024-10-30T00:37:38.989Z Checking futures-executor v0.3.31
18622024-10-30T00:37:39.210Z Checking serde_urlencoded v0.7.1
18632024-10-30T00:37:39.600Z Checking crossbeam-channel v0.5.13
18642024-10-30T00:37:39.859Z Checking num-integer v0.1.46
18652024-10-30T00:37:40.122Z Checking usdt-impl v0.5.0
18662024-10-30T00:37:40.320Z Checking rustls-pemfile v2.2.0
18672024-10-30T00:37:40.341Z Checking idna v0.4.0
18682024-10-30T00:37:40.531Z Checking idna v0.3.0
18692024-10-30T00:37:40.666Z Checking md-5 v0.10.6
18702024-10-30T00:37:40.882Z Checking ff v0.13.0
18712024-10-30T00:37:41.072Z Checking memmap v0.7.0
18722024-10-30T00:37:41.189Z Checking is-terminal v0.4.13
18732024-10-30T00:37:41.261Z Checking hash32 v0.2.1
18742024-10-30T00:37:41.299Z Checking object v0.36.5
18752024-10-30T00:37:41.350Z Checking anstyle-query v1.1.1
18762024-10-30T00:37:41.397Z Checking addr2line v0.24.2
18772024-10-30T00:37:41.466Z Checking base16ct v0.2.0
18782024-10-30T00:37:41.480Z Checking quick-error v1.2.3
18792024-10-30T00:37:41.540Z Checking fallible-iterator v0.2.0
18802024-10-30T00:37:41.604Z Checking rustc-demangle v0.1.24
18812024-10-30T00:37:41.648Z Checking colorchoice v1.0.2
18822024-10-30T00:37:41.773Z Checking psl-types v2.0.11
18832024-10-30T00:37:41.809Z Checking stable_deref_trait v1.2.0
18842024-10-30T00:37:41.891Z Checking is_terminal_polyfill v1.70.1
18852024-10-30T00:37:41.907Z Checking dyn-clone v1.0.17
18862024-10-30T00:37:41.944Z Checking utf-8 v0.7.6
18872024-10-30T00:37:42.005Z Checking take_mut v0.2.2
18882024-10-30T00:37:42.021Z Checking linked-hash-map v0.5.6
18892024-10-30T00:37:42.036Z Checking schemars v0.8.21
18902024-10-30T00:37:42.125Z Checking postgres-protocol v0.6.7
18912024-10-30T00:37:42.141Z Checking tungstenite v0.24.0
18922024-10-30T00:37:42.143Z Checking slog-async v2.8.0
18932024-10-30T00:37:42.317Z Checking lru-cache v0.1.2
18942024-10-30T00:37:42.404Z Checking anstream v0.6.15
18952024-10-30T00:37:42.495Z Checking publicsuffix v2.2.3
18962024-10-30T00:37:42.713Z Checking heapless v0.7.17
18972024-10-30T00:37:42.753Z Checking tokio-rustls v0.25.0
18982024-10-30T00:37:42.768Z Checking hyper v1.4.1
18992024-10-30T00:37:42.785Z Checking sec1 v0.7.3
19002024-10-30T00:37:43.062Z Checking resolv-conf v0.7.0
19012024-10-30T00:37:43.096Z Checking toml v0.8.19
19022024-10-30T00:37:43.154Z Checking slog-term v2.9.1
19032024-10-30T00:37:43.274Z Checking tokio-rustls v0.26.0
19042024-10-30T00:37:43.383Z Checking usdt v0.5.0
19052024-10-30T00:37:43.642Z Checking hickory-proto v0.24.1
19062024-10-30T00:37:43.657Z Checking group v0.13.0
19072024-10-30T00:37:43.673Z Checking num-iter v0.1.45
19082024-10-30T00:37:43.687Z Checking futures v0.3.31
19092024-10-30T00:37:43.705Z Checking tokio-native-tls v0.3.1
19102024-10-30T00:37:43.784Z Checking slog-bunyan v2.5.0
19112024-10-30T00:37:43.799Z Checking rayon-core v1.12.1
19122024-10-30T00:37:43.829Z Checking multer v3.1.0
19132024-10-30T00:37:43.884Z Checking terminal_size v0.4.0
19142024-10-30T00:37:43.935Z Checking phf_shared v0.11.2
19152024-10-30T00:37:43.950Z Checking cookie v0.18.1
19162024-10-30T00:37:44.035Z Checking async-stream v0.3.6
19172024-10-30T00:37:44.198Z Checking camino v1.1.9
19182024-10-30T00:37:44.212Z Checking signal-hook v0.3.17
19192024-10-30T00:37:44.225Z Checking waitgroup v0.1.2
19202024-10-30T00:37:44.350Z Checking openapiv3 v2.0.0
19212024-10-30T00:37:44.382Z Checking serde_path_to_error v0.1.16
19222024-10-30T00:37:44.468Z Checking webpki-roots v0.26.6
19232024-10-30T00:37:44.528Z Checking hkdf v0.12.4
19242024-10-30T00:37:44.669Z Checking crypto-bigint v0.5.5
19252024-10-30T00:37:44.726Z Checking hostname v0.4.0
19262024-10-30T00:37:44.761Z Checking hyper-util v0.1.9
19272024-10-30T00:37:44.765Z Checking unicode-width v0.1.14
19282024-10-30T00:37:44.854Z Checking bitflags v1.3.2
19292024-10-30T00:37:44.952Z Checking strsim v0.11.1
19302024-10-30T00:37:44.988Z Checking clap_lex v0.7.2
19312024-10-30T00:37:45.234Z Checking winnow v0.5.40
19322024-10-30T00:37:45.249Z Checking managed v0.8.0
19332024-10-30T00:37:45.266Z Checking debug-ignore v1.0.5
19342024-10-30T00:37:45.397Z Checking console v0.15.8
19352024-10-30T00:37:45.607Z Checking smoltcp v0.9.1
19362024-10-30T00:37:45.976Z Checking clap_builder v4.5.20
19372024-10-30T00:37:46.808Z Checking hyper-tls v0.6.0
19382024-10-30T00:37:47.064Z Checking hyper-rustls v0.27.3
19392024-10-30T00:37:47.090Z Checking signal-hook-mio v0.2.4
19402024-10-30T00:37:47.218Z Checking rayon v1.10.0
19412024-10-30T00:37:47.394Z Checking cookie_store v0.21.0
19422024-10-30T00:37:47.438Z Checking elliptic-curve v0.13.8
19432024-10-30T00:37:47.592Z Checking backtrace v0.3.74
19442024-10-30T00:37:47.672Z Checking dropshot v0.12.0
19452024-10-30T00:37:48.004Z Checking phf v0.11.2
19462024-10-30T00:37:48.077Z Checking num-bigint-dig v0.8.4
19472024-10-30T00:37:48.137Z Checking anyhow v1.0.89
19482024-10-30T00:37:48.234Z Checking toml_edit v0.19.15
19492024-10-30T00:37:48.250Z Checking tokio-tungstenite v0.24.0
19502024-10-30T00:37:48.416Z Checking hickory-resolver v0.24.1
19512024-10-30T00:37:48.499Z Checking postgres-types v0.2.8
19522024-10-30T00:37:48.725Z Checking bstr v1.10.0
19532024-10-30T00:37:48.966Z Checking regex v1.11.0
19542024-10-30T00:37:49.196Z Checking tokio-stream v0.1.16
19552024-10-30T00:37:49.588Z Checking ed25519 v2.2.3
19562024-10-30T00:37:49.665Z Checking phf_shared v0.10.0
19572024-10-30T00:37:49.880Z Checking zerocopy v0.6.6
19582024-10-30T00:37:49.939Z Checking curve25519-dalek v4.1.3
19592024-10-30T00:37:49.970Z Checking pkcs1 v0.7.5
19602024-10-30T00:37:50.071Z Checking hubpack v0.1.2
19612024-10-30T00:37:50.188Z Checking portable-atomic v1.9.0
19622024-10-30T00:37:50.364Z Checking float-cmp v0.9.0
19632024-10-30T00:37:50.378Z Checking serde-big-array v0.5.1
19642024-10-30T00:37:50.533Z Checking rfc6979 v0.4.0
19652024-10-30T00:37:50.572Z Checking sync_wrapper v1.0.1
19662024-10-30T00:37:50.631Z Checking crc32fast v1.4.2
19672024-10-30T00:37:50.646Z Checking predicates-core v1.0.8
19682024-10-30T00:37:50.696Z Checking normalize-line-endings v0.3.0
19692024-10-30T00:37:50.699Z Checking difflib v0.4.0
19702024-10-30T00:37:50.807Z Checking new_debug_unreachable v1.0.6
19712024-10-30T00:37:50.822Z Checking bit-vec v0.6.3
19722024-10-30T00:37:50.847Z Checking static_assertions v1.1.0
19732024-10-30T00:37:50.886Z Checking unicode-segmentation v1.12.0
19742024-10-30T00:37:50.940Z Checking whoami v1.5.2
19752024-10-30T00:37:50.967Z Checking precomputed-hash v0.1.1
19762024-10-30T00:37:51.022Z Checking minimal-lexical v0.2.1
19772024-10-30T00:37:51.065Z Checking fixedbitset v0.4.2
19782024-10-30T00:37:51.142Z Checking number_prefix v0.4.0
19792024-10-30T00:37:51.166Z Checking bit-set v0.5.3
19802024-10-30T00:37:51.224Z Checking tokio-postgres v0.7.12
19812024-10-30T00:37:51.314Z Checking indicatif v0.17.8
19822024-10-30T00:37:51.317Z Checking petgraph v0.6.5
19832024-10-30T00:37:51.341Z Checking qorb v0.1.2
19842024-10-30T00:37:51.386Z Checking nom v7.1.3
19852024-10-30T00:37:51.406Z Checking string_cache v0.8.7
19862024-10-30T00:37:51.539Z Checking similar v2.6.0
19872024-10-30T00:37:51.657Z Checking predicates v3.1.2
19882024-10-30T00:37:51.716Z Checking ed25519-dalek v2.1.1
19892024-10-30T00:37:52.053Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19902024-10-30T00:37:52.114Z Checking flate2 v1.0.34
19912024-10-30T00:37:52.310Z Checking ecdsa v0.16.9
19922024-10-30T00:37:52.349Z Checking reqwest v0.12.8
19932024-10-30T00:37:52.781Z Checking toml v0.7.8
19942024-10-30T00:37:53.046Z Checking rsa v0.9.6
19952024-10-30T00:37:53.512Z Checking clap v4.5.20
19962024-10-30T00:37:53.628Z Checking crossterm v0.28.1
19972024-10-30T00:37:53.656Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982024-10-30T00:37:53.680Z Checking itertools v0.10.5
19992024-10-30T00:37:54.029Z Checking itertools v0.12.1
20002024-10-30T00:37:54.130Z Checking fs-err v2.11.0
20012024-10-30T00:37:54.231Z Checking ahash v0.8.11
20022024-10-30T00:37:54.292Z Checking x509-cert v0.2.5
20032024-10-30T00:37:54.510Z Checking hex v0.4.3
20042024-10-30T00:37:54.662Z Checking semver v1.0.23
20052024-10-30T00:37:54.783Z Checking lalrpop-util v0.19.12
20062024-10-30T00:37:55.044Z Checking peg-runtime v0.8.3
20072024-10-30T00:37:55.086Z Checking sigpipe v0.1.3
20082024-10-30T00:37:56.673Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20092024-10-30T00:37:56.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.63s
20102024-10-30T00:37:57.118Z
20112024-10-30T00:37:57.118Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20122024-10-30T00:37:57.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132024-10-30T00:37:57.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142024-10-30T00:37:57.800Z Compiling hashbrown v0.14.5
20152024-10-30T00:37:57.912Z Checking heck v0.5.0
20162024-10-30T00:37:57.923Z Compiling unsafe-libyaml v0.2.11
20172024-10-30T00:37:57.938Z Compiling ident_case v1.0.1
20182024-10-30T00:37:57.940Z Checking progenitor-client v0.8.0
20192024-10-30T00:37:57.964Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20202024-10-30T00:37:57.979Z Compiling proc-macro-crate v1.3.1
20212024-10-30T00:37:58.063Z Compiling darling_core v0.20.10
20222024-10-30T00:37:58.098Z Checking ipnetwork v0.20.0
20232024-10-30T00:37:58.234Z Compiling structmeta-derive v0.3.0
20242024-10-30T00:37:58.318Z Compiling newtype-uuid v1.1.2
20252024-10-30T00:37:58.459Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20262024-10-30T00:37:58.642Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20272024-10-30T00:37:58.810Z Compiling lzma-sys v0.1.20
20282024-10-30T00:37:58.973Z Compiling foreign-types-macros v0.2.3
20292024-10-30T00:37:58.988Z Checking regress v0.10.1
20302024-10-30T00:37:59.015Z Compiling num_enum_derive v0.5.11
20312024-10-30T00:37:59.554Z Compiling serde_yaml v0.9.34+deprecated
20322024-10-30T00:37:59.886Z Checking foreign-types-shared v0.3.1
20332024-10-30T00:37:59.996Z Checking arc-swap v1.7.1
20342024-10-30T00:38:00.288Z Checking foreign-types v0.5.0
20352024-10-30T00:38:00.408Z Checking slog-scope v4.4.0
20362024-10-30T00:38:00.432Z Compiling proc-macro-error v1.0.4
20372024-10-30T00:38:01.117Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20382024-10-30T00:38:01.136Z Checking tungstenite v0.21.0
20392024-10-30T00:38:01.214Z Compiling structmeta v0.3.0
20402024-10-30T00:38:01.233Z Compiling heck v0.3.3
20412024-10-30T00:38:01.540Z Checking num_enum v0.5.11
20422024-10-30T00:38:01.599Z Compiling parse-display-derive v0.10.0
20432024-10-30T00:38:01.654Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20442024-10-30T00:38:01.691Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20452024-10-30T00:38:02.014Z Checking cstr-argument v0.1.2
20462024-10-30T00:38:02.177Z Checking instant v0.1.13
20472024-10-30T00:38:02.292Z Checking fastrand v2.1.1
20482024-10-30T00:38:02.465Z Checking base64 v0.21.7
20492024-10-30T00:38:02.510Z Checking pretty-hex v0.2.1
20502024-10-30T00:38:02.513Z Checking typify-impl v0.2.0
20512024-10-30T00:38:02.594Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20522024-10-30T00:38:02.665Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20532024-10-30T00:38:02.937Z Checking tempfile v3.13.0
20542024-10-30T00:38:02.953Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20552024-10-30T00:38:03.093Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20562024-10-30T00:38:03.231Z Checking backoff v0.4.0
20572024-10-30T00:38:03.299Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20582024-10-30T00:38:03.521Z Checking tokio-tungstenite v0.21.0
20592024-10-30T00:38:03.604Z Checking strum v0.26.3
20602024-10-30T00:38:03.663Z Compiling zone_cfg_derive v0.1.2
20612024-10-30T00:38:03.755Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20622024-10-30T00:38:04.002Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20632024-10-30T00:38:04.218Z Checking slog-stdlog v4.1.1
20642024-10-30T00:38:04.385Z Checking regress v0.9.1
20652024-10-30T00:38:04.388Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20662024-10-30T00:38:04.513Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20672024-10-30T00:38:04.544Z Checking colored v2.1.0
20682024-10-30T00:38:04.787Z Checking macaddr v1.0.1
20692024-10-30T00:38:04.842Z Checking base64 v0.13.1
20702024-10-30T00:38:04.963Z Compiling darling_macro v0.20.10
20712024-10-30T00:38:05.146Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20722024-10-30T00:38:05.167Z Checking zone v0.1.8
20732024-10-30T00:38:05.274Z Checking ron v0.7.1
20742024-10-30T00:38:05.610Z Checking slog-envlogger v2.2.0
20752024-10-30T00:38:05.827Z Checking xz2 v0.1.7
20762024-10-30T00:38:05.842Z Checking tabwriter v1.4.0
20772024-10-30T00:38:05.960Z Compiling darling v0.20.10
20782024-10-30T00:38:06.060Z Checking xattr v1.3.1
20792024-10-30T00:38:06.075Z Compiling serde_with_macros v3.11.0
20802024-10-30T00:38:06.113Z Checking pem v3.0.4
20812024-10-30T00:38:06.148Z Checking parse-display v0.10.0
20822024-10-30T00:38:06.249Z Checking yasna v0.5.2
20832024-10-30T00:38:06.360Z Checking headers-core v0.3.0
20842024-10-30T00:38:06.375Z Checking smf v0.2.3
20852024-10-30T00:38:06.389Z Checking filetime v0.2.25
20862024-10-30T00:38:06.497Z Checking same-file v1.0.6
20872024-10-30T00:38:06.595Z Checking tar v0.4.42
20882024-10-30T00:38:06.656Z Checking walkdir v2.5.0
20892024-10-30T00:38:06.791Z Checking headers v0.4.0
20902024-10-30T00:38:06.839Z Checking camino-tempfile v1.1.1
20912024-10-30T00:38:06.922Z Checking atomicwrites v0.4.4
20922024-10-30T00:38:07.106Z Checking rcgen v0.12.1
20932024-10-30T00:38:07.121Z Checking subprocess v0.2.9
20942024-10-30T00:38:08.466Z Checking serde_with v3.11.0
20952024-10-30T00:38:11.165Z Compiling typify-macro v0.2.0
20962024-10-30T00:38:13.054Z Compiling typify v0.2.0
20972024-10-30T00:38:13.119Z Compiling progenitor-impl v0.8.0
20982024-10-30T00:38:16.231Z Compiling progenitor-macro v0.8.0
20992024-10-30T00:38:22.430Z Checking progenitor v0.8.0
21002024-10-30T00:38:22.556Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21012024-10-30T00:38:22.559Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21022024-10-30T00:38:25.173Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21032024-10-30T00:38:25.419Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21042024-10-30T00:38:31.613Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21052024-10-30T00:38:33.115Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21062024-10-30T00:38:34.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.15s
21072024-10-30T00:38:34.448Z
21082024-10-30T00:38:34.448Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21092024-10-30T00:38:35.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-10-30T00:38:35.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-10-30T00:38:35.133Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21122024-10-30T00:38:36.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
21132024-10-30T00:38:36.602Z
21142024-10-30T00:38:36.602Zinfo: running `cargo check --bins` on nexus-config (31/166)
21152024-10-30T00:38:37.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-10-30T00:38:37.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-10-30T00:38:37.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-10-30T00:38:37.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21192024-10-30T00:38:37.258Z
21202024-10-30T00:38:37.258Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21212024-10-30T00:38:37.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-10-30T00:38:37.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-10-30T00:38:37.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242024-10-30T00:38:37.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21252024-10-30T00:38:37.892Z
21262024-10-30T00:38:37.892Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21272024-10-30T00:38:38.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-10-30T00:38:38.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-10-30T00:38:38.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302024-10-30T00:38:38.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21312024-10-30T00:38:38.533Z
21322024-10-30T00:38:38.533Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21332024-10-30T00:38:39.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342024-10-30T00:38:39.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352024-10-30T00:38:39.205Z Compiling heapless v0.8.0
21362024-10-30T00:38:39.207Z Checking hash32 v0.3.1
21372024-10-30T00:38:39.309Z Compiling smoltcp v0.11.0
21382024-10-30T00:38:39.319Z Checking cobs v0.2.3
21392024-10-30T00:38:39.329Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21402024-10-30T00:38:39.332Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21412024-10-30T00:38:39.355Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21422024-10-30T00:38:39.358Z Compiling crucible-workspace-hack v0.1.0
21432024-10-30T00:38:39.449Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21442024-10-30T00:38:39.471Z Checking postcard v1.0.10
21452024-10-30T00:38:39.485Z Checking newline-converter v0.3.0
21462024-10-30T00:38:39.639Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21472024-10-30T00:38:39.657Z Compiling convert_case v0.4.0
21482024-10-30T00:38:39.764Z Checking expectorate v1.1.0
21492024-10-30T00:38:39.856Z Compiling zone_cfg_derive v0.3.0
21502024-10-30T00:38:39.898Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21512024-10-30T00:38:40.013Z Checking itertools v0.13.0
21522024-10-30T00:38:40.052Z Compiling num-derive v0.4.2
21532024-10-30T00:38:40.219Z Compiling slog-dtrace v0.3.0
21542024-10-30T00:38:40.276Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21552024-10-30T00:38:40.572Z Compiling derive_more v0.99.18
21562024-10-30T00:38:40.641Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21572024-10-30T00:38:41.362Z Checking zone v0.3.0
21582024-10-30T00:38:41.872Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21592024-10-30T00:38:43.345Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-30T00:38:44.274Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21612024-10-30T00:38:44.463Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21622024-10-30T00:38:45.374Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21632024-10-30T00:38:45.755Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21642024-10-30T00:38:47.139Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21652024-10-30T00:38:47.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.45s
21662024-10-30T00:38:48.150Z
21672024-10-30T00:38:48.150Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21682024-10-30T00:38:48.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692024-10-30T00:38:48.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702024-10-30T00:38:48.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712024-10-30T00:38:48.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21722024-10-30T00:38:48.809Z
21732024-10-30T00:38:48.809Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21742024-10-30T00:38:49.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-10-30T00:38:49.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-10-30T00:38:49.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-10-30T00:38:49.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21782024-10-30T00:38:49.462Z
21792024-10-30T00:38:49.462Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21802024-10-30T00:38:50.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-10-30T00:38:50.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-10-30T00:38:50.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-10-30T00:38:50.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21842024-10-30T00:38:50.216Z
21852024-10-30T00:38:50.216Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21862024-10-30T00:38:50.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-10-30T00:38:50.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-10-30T00:38:50.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-10-30T00:38:50.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21902024-10-30T00:38:50.973Z
21912024-10-30T00:38:50.973Zinfo: running `cargo check --bins` on dns-server (39/166)
21922024-10-30T00:38:51.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-10-30T00:38:51.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-10-30T00:38:51.633Z Compiling parking_lot_core v0.8.6
21952024-10-30T00:38:51.633Z Checking nibble_vec v0.1.0
21962024-10-30T00:38:51.635Z Checking endian-type v0.1.2
21972024-10-30T00:38:51.636Z Checking fxhash v0.2.1
21982024-10-30T00:38:51.636Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21992024-10-30T00:38:51.636Z Checking hickory-server v0.24.1
22002024-10-30T00:38:51.927Z Checking radix_trie v0.2.1
22012024-10-30T00:38:52.198Z Checking hickory-client v0.24.1
22022024-10-30T00:38:52.359Z Checking parking_lot v0.11.2
22032024-10-30T00:38:52.419Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22042024-10-30T00:38:52.419Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22052024-10-30T00:38:52.601Z Checking sled v0.34.7
22062024-10-30T00:38:54.337Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22072024-10-30T00:38:55.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
22082024-10-30T00:38:55.660Z
22092024-10-30T00:38:55.660Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22102024-10-30T00:38:56.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112024-10-30T00:38:56.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122024-10-30T00:38:56.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132024-10-30T00:38:56.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22142024-10-30T00:38:56.311Z
22152024-10-30T00:38:56.311Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22162024-10-30T00:38:56.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172024-10-30T00:38:56.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182024-10-30T00:38:56.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192024-10-30T00:38:56.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22202024-10-30T00:38:56.964Z
22212024-10-30T00:38:56.964Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22222024-10-30T00:38:57.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-10-30T00:38:57.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-10-30T00:38:57.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252024-10-30T00:38:57.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22262024-10-30T00:38:57.619Z
22272024-10-30T00:38:57.619Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22282024-10-30T00:38:58.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-10-30T00:38:58.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-10-30T00:38:58.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-10-30T00:38:58.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22322024-10-30T00:38:58.326Z
22332024-10-30T00:38:58.326Zinfo: running `cargo check --bins` on gateway-types (44/166)
22342024-10-30T00:38:58.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-10-30T00:38:58.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-10-30T00:38:58.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-10-30T00:38:58.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22382024-10-30T00:38:58.987Z
22392024-10-30T00:38:58.987Zinfo: running `cargo check --bins` on ipcc (45/166)
22402024-10-30T00:38:59.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-10-30T00:38:59.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-10-30T00:38:59.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-10-30T00:38:59.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22442024-10-30T00:38:59.641Z
22452024-10-30T00:38:59.641Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22462024-10-30T00:39:00.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-10-30T00:39:00.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-10-30T00:39:00.370Z Checking num-rational v0.4.2
22492024-10-30T00:39:00.370Z Compiling progenitor-client v0.8.0
22502024-10-30T00:39:00.370Z Checking num-complex v0.4.6
22512024-10-30T00:39:00.372Z Compiling prettyplease v0.2.22
22522024-10-30T00:39:00.372Z Compiling newtype-uuid v1.1.2
22532024-10-30T00:39:00.373Z Compiling ipnetwork v0.20.0
22542024-10-30T00:39:00.471Z Compiling instant v0.1.13
22552024-10-30T00:39:00.474Z Compiling radium v0.7.0
22562024-10-30T00:39:00.653Z Compiling semver v0.1.20
22572024-10-30T00:39:00.765Z Compiling progenitor v0.8.0
22582024-10-30T00:39:00.780Z Checking float-ord v0.3.2
22592024-10-30T00:39:00.876Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22602024-10-30T00:39:00.918Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22612024-10-30T00:39:00.960Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622024-10-30T00:39:01.001Z Compiling rustc_version v0.1.7
22632024-10-30T00:39:01.067Z Compiling backoff v0.4.0
22642024-10-30T00:39:01.293Z Compiling parse-display v0.10.0
22652024-10-30T00:39:01.321Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-10-30T00:39:01.337Z Compiling serde_with v3.11.0
22672024-10-30T00:39:01.376Z Checking num v0.4.3
22682024-10-30T00:39:01.401Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22692024-10-30T00:39:01.477Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22702024-10-30T00:39:01.480Z Compiling regress v0.9.1
22712024-10-30T00:39:01.607Z Compiling macaddr v1.0.1
22722024-10-30T00:39:01.982Z Compiling maybe-uninit v2.0.0
22732024-10-30T00:39:02.062Z Checking tap v1.0.1
22742024-10-30T00:39:02.213Z Checking wyz v0.5.1
22752024-10-30T00:39:02.605Z Compiling newtype_derive v0.1.6
22762024-10-30T00:39:02.639Z Checking password-hash v0.5.0
22772024-10-30T00:39:02.906Z Checking blake2 v0.10.6
22782024-10-30T00:39:03.033Z Compiling bzip2-sys v0.1.11+1.0.8
22792024-10-30T00:39:03.100Z Compiling cancel-safe-futures v0.1.5
22802024-10-30T00:39:03.242Z Checking funty v2.0.0
22812024-10-30T00:39:03.339Z Compiling owo-colors v4.1.0
22822024-10-30T00:39:03.453Z Checking crc-catalog v2.4.0
22832024-10-30T00:39:03.563Z Compiling packed_struct v0.10.1
22842024-10-30T00:39:03.668Z Checking crc v3.2.1
22852024-10-30T00:39:04.081Z Checking argon2 v0.5.3
22862024-10-30T00:39:04.184Z Checking bitvec v1.0.1
22872024-10-30T00:39:04.728Z Compiling packed_struct_codegen v0.10.1
22882024-10-30T00:39:04.747Z Checking half v2.4.1
22892024-10-30T00:39:04.995Z Compiling indexmap v1.9.3
22902024-10-30T00:39:05.207Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22912024-10-30T00:39:05.308Z Checking nodrop v0.1.14
22922024-10-30T00:39:05.426Z Checking ciborium-io v0.2.2
22932024-10-30T00:39:05.531Z Checking array-init v0.0.4
22942024-10-30T00:39:05.547Z Checking ciborium-ll v0.2.2
22952024-10-30T00:39:05.585Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22962024-10-30T00:39:05.839Z Checking smallvec v0.6.14
22972024-10-30T00:39:05.987Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982024-10-30T00:39:06.240Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992024-10-30T00:39:06.973Z Checking libsw v3.3.1
23002024-10-30T00:39:07.193Z Compiling memoffset v0.9.1
23012024-10-30T00:39:07.227Z Checking linear-map v1.2.0
23022024-10-30T00:39:07.532Z Checking bitfield v0.14.0
23032024-10-30T00:39:07.549Z Checking termcolor v1.4.1
23042024-10-30T00:39:07.563Z Checking highway v1.2.0
23052024-10-30T00:39:07.799Z Checking hashbrown v0.12.3
23062024-10-30T00:39:07.963Z Checking swrite v0.1.0
23072024-10-30T00:39:07.979Z Checking indent_write v2.2.0
23082024-10-30T00:39:07.998Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23092024-10-30T00:39:08.075Z Checking env_logger v0.10.2
23102024-10-30T00:39:08.175Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23112024-10-30T00:39:08.404Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23122024-10-30T00:39:08.566Z Checking ron v0.8.1
23132024-10-30T00:39:08.642Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23142024-10-30T00:39:08.965Z Checking serde-hex v0.1.0
23152024-10-30T00:39:09.472Z Checking steno v0.4.1
23162024-10-30T00:39:09.662Z Checking ciborium v0.2.2
23172024-10-30T00:39:09.794Z Checking bzip2 v0.4.4
23182024-10-30T00:39:10.244Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23192024-10-30T00:39:10.314Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23202024-10-30T00:39:10.489Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23212024-10-30T00:39:10.659Z Checking hashbrown v0.13.2
23222024-10-30T00:39:10.735Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23232024-10-30T00:39:11.387Z Checking crc-any v2.5.0
23242024-10-30T00:39:11.663Z Checking humantime v2.1.0
23252024-10-30T00:39:11.694Z Checking object v0.30.4
23262024-10-30T00:39:11.751Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23272024-10-30T00:39:11.777Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23282024-10-30T00:39:11.961Z Checking zip v0.6.6
23292024-10-30T00:39:12.157Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23302024-10-30T00:39:12.309Z Checking path-slash v0.1.5
23312024-10-30T00:39:12.444Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23322024-10-30T00:39:12.531Z Checking nix v0.27.1
23332024-10-30T00:39:12.630Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23342024-10-30T00:39:12.923Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23352024-10-30T00:39:13.176Z Checking tungstenite v0.23.0
23362024-10-30T00:39:13.345Z Checking kstat-rs v0.2.4
23372024-10-30T00:39:13.692Z Checking signal-hook-tokio v0.3.1
23382024-10-30T00:39:13.990Z Checking tokio-tungstenite v0.23.1
23392024-10-30T00:39:14.751Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23402024-10-30T00:39:14.988Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23412024-10-30T00:39:20.050Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23422024-10-30T00:39:21.698Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23432024-10-30T00:39:21.831Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23442024-10-30T00:39:24.997Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23452024-10-30T00:39:25.270Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23462024-10-30T00:39:26.767Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23472024-10-30T00:39:32.078Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23482024-10-30T00:39:32.702Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23492024-10-30T00:39:35.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.69s
23502024-10-30T00:39:35.517Z
23512024-10-30T00:39:35.517Zinfo: running `cargo check --bins` on gateway-api (47/166)
23522024-10-30T00:39:36.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-10-30T00:39:36.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-10-30T00:39:36.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23552024-10-30T00:39:36.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23562024-10-30T00:39:36.181Z
23572024-10-30T00:39:36.181Zinfo: running `cargo check --bins` on oximeter (48/166)
23582024-10-30T00:39:36.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-10-30T00:39:36.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-10-30T00:39:36.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23612024-10-30T00:39:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23622024-10-30T00:39:36.833Z
23632024-10-30T00:39:36.833Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23642024-10-30T00:39:37.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-10-30T00:39:37.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-10-30T00:39:37.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-10-30T00:39:37.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23682024-10-30T00:39:37.465Z
23692024-10-30T00:39:37.465Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23702024-10-30T00:39:38.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-10-30T00:39:38.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-10-30T00:39:38.118Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23732024-10-30T00:39:38.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
23742024-10-30T00:39:38.675Z
23752024-10-30T00:39:38.675Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23762024-10-30T00:39:39.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-10-30T00:39:39.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-10-30T00:39:39.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-10-30T00:39:39.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23802024-10-30T00:39:39.329Z
23812024-10-30T00:39:39.329Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23822024-10-30T00:39:39.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-10-30T00:39:39.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-10-30T00:39:39.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-10-30T00:39:39.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23862024-10-30T00:39:39.981Z
23872024-10-30T00:39:39.981Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23882024-10-30T00:39:40.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-10-30T00:39:40.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-10-30T00:39:40.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-10-30T00:39:40.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23922024-10-30T00:39:40.627Z
23932024-10-30T00:39:40.627Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23942024-10-30T00:39:41.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-10-30T00:39:41.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-10-30T00:39:41.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-10-30T00:39:41.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23982024-10-30T00:39:41.276Z
23992024-10-30T00:39:41.276Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
24002024-10-30T00:39:41.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-10-30T00:39:41.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-10-30T00:39:41.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-10-30T00:39:41.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24042024-10-30T00:39:41.924Z
24052024-10-30T00:39:41.924Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24062024-10-30T00:39:42.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-10-30T00:39:42.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-10-30T00:39:42.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092024-10-30T00:39:42.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24102024-10-30T00:39:42.580Z
24112024-10-30T00:39:42.580Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24122024-10-30T00:39:43.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-10-30T00:39:43.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-10-30T00:39:43.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24152024-10-30T00:39:43.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24162024-10-30T00:39:43.232Z
24172024-10-30T00:39:43.232Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24182024-10-30T00:39:43.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-10-30T00:39:43.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-10-30T00:39:43.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24212024-10-30T00:39:43.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24222024-10-30T00:39:43.886Z
24232024-10-30T00:39:43.886Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24242024-10-30T00:39:44.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-10-30T00:39:44.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-10-30T00:39:44.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-10-30T00:39:44.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24282024-10-30T00:39:44.543Z
24292024-10-30T00:39:44.544Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24302024-10-30T00:39:45.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-10-30T00:39:45.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-10-30T00:39:45.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-10-30T00:39:45.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24342024-10-30T00:39:45.222Z
24352024-10-30T00:39:45.222Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24362024-10-30T00:39:45.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-10-30T00:39:45.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-10-30T00:39:45.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-10-30T00:39:45.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24402024-10-30T00:39:45.870Z
24412024-10-30T00:39:45.870Zinfo: running `cargo check --bins` on nexus-client (62/166)
24422024-10-30T00:39:46.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-10-30T00:39:46.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-10-30T00:39:46.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-10-30T00:39:46.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24462024-10-30T00:39:46.544Z
24472024-10-30T00:39:46.544Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24482024-10-30T00:39:47.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-10-30T00:39:47.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-10-30T00:39:47.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-10-30T00:39:47.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24522024-10-30T00:39:47.206Z
24532024-10-30T00:39:47.206Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24542024-10-30T00:39:47.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-10-30T00:39:47.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-10-30T00:39:47.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-10-30T00:39:47.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24582024-10-30T00:39:47.841Z
24592024-10-30T00:39:47.841Zinfo: running `cargo check --bins` on nexus-types (65/166)
24602024-10-30T00:39:48.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-10-30T00:39:48.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-10-30T00:39:48.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-10-30T00:39:48.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24642024-10-30T00:39:48.508Z
24652024-10-30T00:39:48.508Zinfo: running `cargo check --bins` on gateway-client (66/166)
24662024-10-30T00:39:49.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-10-30T00:39:49.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-10-30T00:39:49.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-10-30T00:39:49.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24702024-10-30T00:39:49.142Z
24712024-10-30T00:39:49.142Zinfo: running `cargo check --bins` on oxql-types (67/166)
24722024-10-30T00:39:49.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-10-30T00:39:49.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-10-30T00:39:49.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-10-30T00:39:49.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24762024-10-30T00:39:49.793Z
24772024-10-30T00:39:49.793Zinfo: running `cargo check --bins` on update-engine (68/166)
24782024-10-30T00:39:50.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-10-30T00:39:50.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-10-30T00:39:50.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-10-30T00:39:50.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24822024-10-30T00:39:50.434Z
24832024-10-30T00:39:50.434Zinfo: running `cargo check --bins` on sp-sim (69/166)
24842024-10-30T00:39:51.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-10-30T00:39:51.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-10-30T00:39:51.097Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24872024-10-30T00:39:52.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
24882024-10-30T00:39:52.982Z
24892024-10-30T00:39:52.982Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24902024-10-30T00:39:53.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-10-30T00:39:53.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-10-30T00:39:53.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-10-30T00:39:53.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24942024-10-30T00:39:53.680Z
24952024-10-30T00:39:53.680Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24962024-10-30T00:39:54.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-10-30T00:39:54.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-10-30T00:39:54.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-10-30T00:39:54.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
25002024-10-30T00:39:54.391Z
25012024-10-30T00:39:54.391Zinfo: running `cargo check --bins` on db-macros (72/166)
25022024-10-30T00:39:54.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-10-30T00:39:54.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-10-30T00:39:54.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-10-30T00:39:54.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25062024-10-30T00:39:55.030Z
25072024-10-30T00:39:55.030Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25082024-10-30T00:39:55.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-10-30T00:39:55.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-10-30T00:39:55.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-10-30T00:39:55.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25122024-10-30T00:39:55.671Z
25132024-10-30T00:39:55.671Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25142024-10-30T00:39:56.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-10-30T00:39:56.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-10-30T00:39:56.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-10-30T00:39:56.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25182024-10-30T00:39:56.368Z
25192024-10-30T00:39:56.368Zinfo: running `cargo check --bins` on authz-macros (75/166)
25202024-10-30T00:39:56.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-10-30T00:39:56.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-10-30T00:39:56.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-10-30T00:39:56.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25242024-10-30T00:39:57.010Z
25252024-10-30T00:39:57.010Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25262024-10-30T00:39:57.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-10-30T00:39:57.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-10-30T00:39:57.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-10-30T00:39:57.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25302024-10-30T00:39:57.697Z
25312024-10-30T00:39:57.697Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25322024-10-30T00:39:58.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-10-30T00:39:58.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-10-30T00:39:58.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-10-30T00:39:58.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25362024-10-30T00:39:58.378Z
25372024-10-30T00:39:58.378Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25382024-10-30T00:39:58.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-10-30T00:39:58.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-10-30T00:39:58.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-10-30T00:39:58.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25422024-10-30T00:39:59.029Z
25432024-10-30T00:39:59.029Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25442024-10-30T00:39:59.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-10-30T00:39:59.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-10-30T00:39:59.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-10-30T00:39:59.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25482024-10-30T00:39:59.684Z
25492024-10-30T00:39:59.684Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25502024-10-30T00:40:00.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-10-30T00:40:00.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-10-30T00:40:00.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-10-30T00:40:00.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25542024-10-30T00:40:00.355Z
25552024-10-30T00:40:00.355Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25562024-10-30T00:40:00.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-10-30T00:40:00.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-10-30T00:40:00.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-10-30T00:40:00.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25602024-10-30T00:40:01.003Z
25612024-10-30T00:40:01.003Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25622024-10-30T00:40:01.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-10-30T00:40:01.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-10-30T00:40:01.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-10-30T00:40:01.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25662024-10-30T00:40:01.653Z
25672024-10-30T00:40:01.653Zinfo: running `cargo check --bins` on typed-rng (83/166)
25682024-10-30T00:40:02.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-10-30T00:40:02.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-10-30T00:40:02.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-10-30T00:40:02.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25722024-10-30T00:40:02.283Z
25732024-10-30T00:40:02.283Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25742024-10-30T00:40:02.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-10-30T00:40:02.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-10-30T00:40:03.025Z Checking keccak v0.1.5
25772024-10-30T00:40:03.127Z Checking secrecy v0.8.0
25782024-10-30T00:40:03.130Z Compiling unicase v2.7.0
25792024-10-30T00:40:03.131Z Compiling same-file v1.0.6
25802024-10-30T00:40:03.131Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25812024-10-30T00:40:03.157Z Compiling tempfile v3.13.0
25822024-10-30T00:40:03.179Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25832024-10-30T00:40:03.183Z Compiling thiserror-impl-no-std v2.0.2
25842024-10-30T00:40:03.297Z Compiling walkdir v2.5.0
25852024-10-30T00:40:03.390Z Checking universal-hash v0.5.1
25862024-10-30T00:40:03.423Z Checking sha3 v0.10.8
25872024-10-30T00:40:03.472Z Compiling ring v0.16.20
25882024-10-30T00:40:03.555Z Compiling blake3 v1.5.4
25892024-10-30T00:40:03.637Z Checking opaque-debug v0.3.1
25902024-10-30T00:40:03.729Z Checking poly1305 v0.8.0
25912024-10-30T00:40:03.838Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25922024-10-30T00:40:03.984Z Checking chacha20 v0.9.1
25932024-10-30T00:40:04.008Z Checking aead v0.5.2
25942024-10-30T00:40:04.030Z Compiling memmap2 v0.9.5
25952024-10-30T00:40:04.144Z Compiling arrayvec v0.7.6
25962024-10-30T00:40:04.205Z Compiling untrusted v0.7.1
25972024-10-30T00:40:04.205Z Compiling spin v0.5.2
25982024-10-30T00:40:04.327Z Compiling constant_time_eq v0.3.1
25992024-10-30T00:40:04.383Z Compiling salty v0.3.0
26002024-10-30T00:40:04.458Z Compiling arrayref v0.3.9
26012024-10-30T00:40:04.478Z Compiling libefi-sys v0.1.0
26022024-10-30T00:40:04.495Z Compiling home v0.5.9
26032024-10-30T00:40:04.532Z Checking chacha20poly1305 v0.10.1
26042024-10-30T00:40:04.714Z Compiling toolchain_find v0.4.0
26052024-10-30T00:40:04.784Z Compiling camino-tempfile v1.1.1
26062024-10-30T00:40:04.806Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26072024-10-30T00:40:04.822Z Compiling bitfield-struct v0.6.2
26082024-10-30T00:40:05.147Z Compiling topological-sort v0.2.2
26092024-10-30T00:40:05.252Z Compiling mime_guess v2.0.5
26102024-10-30T00:40:05.360Z Compiling rustfmt-wrapper v0.2.1
26112024-10-30T00:40:05.749Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26122024-10-30T00:40:05.922Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26132024-10-30T00:40:05.943Z Checking primeorder v0.13.6
26142024-10-30T00:40:06.127Z Checking env_filter v0.1.2
26152024-10-30T00:40:06.197Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162024-10-30T00:40:06.291Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172024-10-30T00:40:06.294Z Checking thiserror-no-std v2.0.2
26182024-10-30T00:40:06.336Z Checking env_logger v0.11.5
26192024-10-30T00:40:06.404Z Checking vsss-rs v3.3.4
26202024-10-30T00:40:06.417Z Checking p384 v0.13.0
26212024-10-30T00:40:06.530Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26222024-10-30T00:40:06.588Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26232024-10-30T00:40:06.819Z Checking gethostname v0.5.0
26242024-10-30T00:40:06.841Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26252024-10-30T00:40:06.880Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26262024-10-30T00:40:06.941Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26272024-10-30T00:40:07.140Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26282024-10-30T00:40:07.265Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26292024-10-30T00:40:07.295Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26302024-10-30T00:40:07.508Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26312024-10-30T00:40:07.738Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26322024-10-30T00:40:07.784Z Checking nanorand v0.7.0
26332024-10-30T00:40:07.802Z Checking atty v0.2.14
26342024-10-30T00:40:07.804Z Checking http-range v0.1.5
26352024-10-30T00:40:07.922Z Checking glob v0.3.1
26362024-10-30T00:40:07.992Z Checking hyper-staticfile v0.10.1
26372024-10-30T00:40:08.134Z Checking flume v0.11.0
26382024-10-30T00:40:08.243Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26392024-10-30T00:40:08.513Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26402024-10-30T00:40:08.697Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412024-10-30T00:40:08.860Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26422024-10-30T00:40:09.280Z Compiling omicron-zone-package v0.11.1
26432024-10-30T00:40:09.535Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26442024-10-30T00:40:10.122Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26452024-10-30T00:40:10.523Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26462024-10-30T00:40:10.696Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26472024-10-30T00:40:10.788Z Checking display-error-chain v0.2.1
26482024-10-30T00:40:12.147Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26492024-10-30T00:40:13.476Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26502024-10-30T00:40:14.841Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26512024-10-30T00:40:14.845Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26522024-10-30T00:40:25.307Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26532024-10-30T00:40:37.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.92s
26542024-10-30T00:40:37.393Z
26552024-10-30T00:40:37.393Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26562024-10-30T00:40:38.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-10-30T00:40:38.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-10-30T00:40:38.141Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26592024-10-30T00:40:50.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s
26602024-10-30T00:40:50.359Z
26612024-10-30T00:40:50.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26622024-10-30T00:40:50.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-10-30T00:40:50.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-10-30T00:40:51.098Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26652024-10-30T00:41:03.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.68s
26662024-10-30T00:41:03.223Z
26672024-10-30T00:41:03.223Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26682024-10-30T00:41:03.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-10-30T00:41:03.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-10-30T00:41:03.971Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26712024-10-30T00:41:15.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.66s
26722024-10-30T00:41:16.064Z
26732024-10-30T00:41:16.064Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26742024-10-30T00:41:16.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-10-30T00:41:16.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-10-30T00:41:16.807Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26772024-10-30T00:41:28.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s
26782024-10-30T00:41:28.990Z
26792024-10-30T00:41:28.990Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26802024-10-30T00:41:29.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-10-30T00:41:29.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-10-30T00:41:29.743Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26832024-10-30T00:41:41.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s
26842024-10-30T00:41:41.901Z
26852024-10-30T00:41:41.901Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26862024-10-30T00:41:42.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-10-30T00:41:42.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-10-30T00:41:42.641Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26892024-10-30T00:41:54.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.79s
26902024-10-30T00:41:54.872Z
26912024-10-30T00:41:54.872Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26922024-10-30T00:41:55.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-10-30T00:41:55.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-10-30T00:41:55.624Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26952024-10-30T00:42:07.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s
26962024-10-30T00:42:07.800Z
26972024-10-30T00:42:07.800Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26982024-10-30T00:42:08.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-10-30T00:42:08.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-10-30T00:42:08.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012024-10-30T00:42:08.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27022024-10-30T00:42:08.479Z
27032024-10-30T00:42:08.479Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27042024-10-30T00:42:09.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-10-30T00:42:09.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-10-30T00:42:09.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072024-10-30T00:42:09.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27082024-10-30T00:42:09.163Z
27092024-10-30T00:42:09.163Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27102024-10-30T00:42:09.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-10-30T00:42:09.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-10-30T00:42:09.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132024-10-30T00:42:09.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27142024-10-30T00:42:09.829Z
27152024-10-30T00:42:09.829Zinfo: running `cargo check --bins` on dpd-client (95/166)
27162024-10-30T00:42:10.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-10-30T00:42:10.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-10-30T00:42:10.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192024-10-30T00:42:10.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27202024-10-30T00:42:10.481Z
27212024-10-30T00:42:10.481Zinfo: running `cargo check --bins` on installinator-common (96/166)
27222024-10-30T00:42:11.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-10-30T00:42:11.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-10-30T00:42:11.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-10-30T00:42:11.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27262024-10-30T00:42:11.152Z
27272024-10-30T00:42:11.152Zinfo: running `cargo check --bins` on key-manager (97/166)
27282024-10-30T00:42:11.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-10-30T00:42:11.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-10-30T00:42:11.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-10-30T00:42:11.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27322024-10-30T00:42:11.807Z
27332024-10-30T00:42:11.807Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27342024-10-30T00:42:12.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-10-30T00:42:12.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-10-30T00:42:12.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372024-10-30T00:42:12.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27382024-10-30T00:42:12.471Z
27392024-10-30T00:42:12.471Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27402024-10-30T00:42:13.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-10-30T00:42:13.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-10-30T00:42:13.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-10-30T00:42:13.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27442024-10-30T00:42:13.154Z
27452024-10-30T00:42:13.154Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27462024-10-30T00:42:13.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-10-30T00:42:13.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-10-30T00:42:13.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-10-30T00:42:13.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27502024-10-30T00:42:13.821Z
27512024-10-30T00:42:13.821Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27522024-10-30T00:42:14.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-10-30T00:42:14.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-10-30T00:42:14.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-10-30T00:42:14.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27562024-10-30T00:42:14.492Z
27572024-10-30T00:42:14.493Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27582024-10-30T00:42:15.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-10-30T00:42:15.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-10-30T00:42:15.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-10-30T00:42:15.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27622024-10-30T00:42:15.164Z
27632024-10-30T00:42:15.164Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27642024-10-30T00:42:15.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-10-30T00:42:15.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-10-30T00:42:15.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-10-30T00:42:15.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27682024-10-30T00:42:15.845Z
27692024-10-30T00:42:15.845Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27702024-10-30T00:42:16.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-10-30T00:42:16.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-10-30T00:42:16.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-10-30T00:42:16.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27742024-10-30T00:42:16.523Z
27752024-10-30T00:42:16.523Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27762024-10-30T00:42:17.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-10-30T00:42:17.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-10-30T00:42:17.229Z Compiling phf_generator v0.11.2
27792024-10-30T00:42:17.232Z Compiling parse-zoneinfo v0.3.1
27802024-10-30T00:42:17.336Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27812024-10-30T00:42:17.338Z Checking bcs v0.1.6
27822024-10-30T00:42:17.338Z Compiling async-recursion v1.1.1
27832024-10-30T00:42:17.338Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27842024-10-30T00:42:17.339Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27852024-10-30T00:42:17.421Z Compiling phf_codegen v0.11.2
27862024-10-30T00:42:17.827Z Compiling chrono-tz-build v0.4.0
27872024-10-30T00:42:18.687Z Compiling chrono-tz v0.10.0
27882024-10-30T00:42:25.788Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27892024-10-30T00:42:29.775Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27902024-10-30T00:42:31.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.96s
27912024-10-30T00:42:31.657Z
27922024-10-30T00:42:31.657Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27932024-10-30T00:42:32.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-10-30T00:42:32.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-10-30T00:42:32.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-10-30T00:42:32.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27972024-10-30T00:42:32.311Z
27982024-10-30T00:42:32.311Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27992024-10-30T00:42:32.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-10-30T00:42:32.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-10-30T00:42:32.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-10-30T00:42:32.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28032024-10-30T00:42:32.961Z
28042024-10-30T00:42:32.961Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28052024-10-30T00:42:33.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-10-30T00:42:33.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-10-30T00:42:33.626Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082024-10-30T00:42:34.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
28092024-10-30T00:42:34.391Z
28102024-10-30T00:42:34.391Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28112024-10-30T00:42:34.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-10-30T00:42:34.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-10-30T00:42:35.077Z Compiling cfg_aliases v0.1.1
28142024-10-30T00:42:35.080Z Compiling vte_generate_state_changes v0.1.2
28152024-10-30T00:42:35.080Z Checking fd-lock v4.0.2
28162024-10-30T00:42:35.080Z Checking bytecount v0.6.8
28172024-10-30T00:42:35.174Z Compiling tabled_derive v0.7.0
28182024-10-30T00:42:35.198Z Compiling peg-macros v0.8.4
28192024-10-30T00:42:35.201Z Compiling sqlparser_derive v0.2.2
28202024-10-30T00:42:35.201Z Checking nu-ansi-term v0.50.1
28212024-10-30T00:42:35.252Z Compiling nix v0.28.0
28222024-10-30T00:42:35.311Z Checking papergrid v0.11.0
28232024-10-30T00:42:35.333Z Checking home v0.5.9
28242024-10-30T00:42:35.468Z Checking unicode_categories v0.1.1
28252024-10-30T00:42:35.760Z Checking sqlformat v0.2.6
28262024-10-30T00:42:35.804Z Checking vte v0.11.1
28272024-10-30T00:42:36.194Z Checking sqlparser v0.45.0
28282024-10-30T00:42:37.185Z Checking strip-ansi-escapes v0.2.0
28292024-10-30T00:42:37.210Z Checking tabled v0.15.0
28302024-10-30T00:42:37.334Z Checking reedline v0.35.0
28312024-10-30T00:42:37.893Z Checking peg v0.8.4
28322024-10-30T00:42:38.277Z Checking rustyline v14.0.0
28332024-10-30T00:42:42.373Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342024-10-30T00:42:48.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
28352024-10-30T00:42:48.585Z
28362024-10-30T00:42:48.585Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28372024-10-30T00:42:49.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-10-30T00:42:49.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-10-30T00:42:49.264Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402024-10-30T00:42:55.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s
28412024-10-30T00:42:55.619Z
28422024-10-30T00:42:55.619Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28432024-10-30T00:42:56.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-10-30T00:42:56.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-10-30T00:42:56.298Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462024-10-30T00:43:00.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
28472024-10-30T00:43:01.148Z
28482024-10-30T00:43:01.148Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28492024-10-30T00:43:01.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-10-30T00:43:01.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-10-30T00:43:01.816Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522024-10-30T00:43:07.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.53s
28532024-10-30T00:43:07.861Z
28542024-10-30T00:43:07.861Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28552024-10-30T00:43:08.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-10-30T00:43:08.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-10-30T00:43:08.540Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582024-10-30T00:43:14.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
28592024-10-30T00:43:14.646Z
28602024-10-30T00:43:14.646Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28612024-10-30T00:43:15.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-10-30T00:43:15.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-10-30T00:43:15.323Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642024-10-30T00:43:20.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
28652024-10-30T00:43:20.441Z
28662024-10-30T00:43:20.441Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28672024-10-30T00:43:21.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-10-30T00:43:21.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-10-30T00:43:21.133Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702024-10-30T00:43:26.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
28712024-10-30T00:43:26.328Z
28722024-10-30T00:43:26.328Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28732024-10-30T00:43:26.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-10-30T00:43:26.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-10-30T00:43:27.008Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762024-10-30T00:43:33.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.85s
28772024-10-30T00:43:33.352Z
28782024-10-30T00:43:33.352Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28792024-10-30T00:43:33.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-10-30T00:43:33.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-10-30T00:43:33.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-10-30T00:43:33.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28832024-10-30T00:43:34.029Z
28842024-10-30T00:43:34.029Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28852024-10-30T00:43:34.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-10-30T00:43:34.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-10-30T00:43:34.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-10-30T00:43:34.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28892024-10-30T00:43:34.673Z
28902024-10-30T00:43:34.673Zinfo: running `cargo check --bins` on installinator-client (119/166)
28912024-10-30T00:43:35.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-10-30T00:43:35.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-10-30T00:43:35.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942024-10-30T00:43:35.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28952024-10-30T00:43:35.343Z
28962024-10-30T00:43:35.344Zinfo: running `cargo check --bins` on oxide-client (120/166)
28972024-10-30T00:43:35.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-10-30T00:43:35.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-10-30T00:43:35.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002024-10-30T00:43:35.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29012024-10-30T00:43:35.983Z
29022024-10-30T00:43:35.983Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29032024-10-30T00:43:36.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-10-30T00:43:36.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-10-30T00:43:36.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-10-30T00:43:36.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29072024-10-30T00:43:36.674Z
29082024-10-30T00:43:36.674Zinfo: running `cargo check --bins` on wicket-common (122/166)
29092024-10-30T00:43:37.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-10-30T00:43:37.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-10-30T00:43:37.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-10-30T00:43:37.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29132024-10-30T00:43:37.353Z
29142024-10-30T00:43:37.353Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29152024-10-30T00:43:37.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-10-30T00:43:37.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-10-30T00:43:38.045Z Checking csv-core v0.1.11
29182024-10-30T00:43:38.047Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29192024-10-30T00:43:38.339Z Checking csv v1.3.0
29202024-10-30T00:43:38.842Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29212024-10-30T00:43:39.189Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29222024-10-30T00:43:40.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
29232024-10-30T00:43:40.492Z
29242024-10-30T00:43:40.492Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29252024-10-30T00:43:41.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-10-30T00:43:41.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-10-30T00:43:41.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282024-10-30T00:43:41.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29292024-10-30T00:43:41.156Z
29302024-10-30T00:43:41.156Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29312024-10-30T00:43:41.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-10-30T00:43:41.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-10-30T00:43:41.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342024-10-30T00:43:41.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29352024-10-30T00:43:41.815Z
29362024-10-30T00:43:41.815Zinfo: running `cargo check --bins` on cert-dev (126/166)
29372024-10-30T00:43:42.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382024-10-30T00:43:42.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392024-10-30T00:43:42.459Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29402024-10-30T00:43:42.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
29412024-10-30T00:43:42.864Z
29422024-10-30T00:43:42.864Zinfo: running `cargo check --bins` on ch-dev (127/166)
29432024-10-30T00:43:43.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-10-30T00:43:43.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-10-30T00:43:43.562Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29462024-10-30T00:43:44.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29472024-10-30T00:43:44.397Z
29482024-10-30T00:43:44.397Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29492024-10-30T00:43:45.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-10-30T00:43:45.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-10-30T00:43:45.087Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29522024-10-30T00:43:45.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
29532024-10-30T00:43:45.574Z
29542024-10-30T00:43:45.574Zinfo: running `cargo check --bins` on db-dev (129/166)
29552024-10-30T00:43:46.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-10-30T00:43:46.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-10-30T00:43:46.263Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29582024-10-30T00:43:46.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
29592024-10-30T00:43:47.103Z
29602024-10-30T00:43:47.103Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29612024-10-30T00:43:47.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-10-30T00:43:47.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-10-30T00:43:47.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642024-10-30T00:43:47.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29652024-10-30T00:43:47.781Z
29662024-10-30T00:43:47.781Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29672024-10-30T00:43:48.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-10-30T00:43:48.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-10-30T00:43:48.415Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29702024-10-30T00:43:49.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
29712024-10-30T00:43:49.389Z
29722024-10-30T00:43:49.389Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29732024-10-30T00:43:49.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-10-30T00:43:49.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-10-30T00:43:50.039Z Checking cargo-platform v0.1.8
29762024-10-30T00:43:50.294Z Checking cargo_metadata v0.18.1
29772024-10-30T00:43:51.253Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782024-10-30T00:43:51.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
29792024-10-30T00:43:52.107Z
29802024-10-30T00:43:52.107Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29812024-10-30T00:43:52.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-10-30T00:43:52.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-10-30T00:43:52.840Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29842024-10-30T00:43:53.485Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29852024-10-30T00:43:53.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
29862024-10-30T00:43:54.150Z
29872024-10-30T00:43:54.150Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29882024-10-30T00:43:54.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-10-30T00:43:54.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-10-30T00:43:54.957Z Compiling crunchy v0.2.2
29912024-10-30T00:43:54.957Z Compiling glob v0.3.1
29922024-10-30T00:43:54.957Z Compiling tiny-keccak v2.0.2
29932024-10-30T00:43:54.960Z Compiling dsl_auto_type v0.1.2
29942024-10-30T00:43:54.960Z Checking scheduled-thread-pool v0.2.7
29952024-10-30T00:43:54.960Z Compiling diesel_table_macro_syntax v0.2.0
29962024-10-30T00:43:55.076Z Compiling ascii-canvas v3.0.0
29972024-10-30T00:43:55.086Z Compiling ena v0.14.3
29982024-10-30T00:43:55.324Z Checking r2d2 v0.8.10
29992024-10-30T00:43:55.401Z Compiling libloading v0.8.5
30002024-10-30T00:43:55.480Z Compiling diff v0.1.13
30012024-10-30T00:43:55.533Z Compiling bindgen v0.69.5
30022024-10-30T00:43:55.604Z Compiling regex-syntax v0.6.29
30032024-10-30T00:43:55.668Z Compiling which v4.4.2
30042024-10-30T00:43:55.790Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30052024-10-30T00:43:56.019Z Compiling clang-sys v1.8.1
30062024-10-30T00:43:56.037Z Compiling cexpr v0.6.0
30072024-10-30T00:43:56.123Z Compiling rustc-hash v1.1.0
30082024-10-30T00:43:56.261Z Compiling ref-cast v1.0.23
30092024-10-30T00:43:56.280Z Compiling lazycell v1.3.0
30102024-10-30T00:43:56.297Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30112024-10-30T00:43:56.379Z Compiling derive_builder_core v0.20.2
30122024-10-30T00:43:56.451Z Compiling libxml v0.3.3
30132024-10-30T00:43:56.596Z Compiling ref-cast-impl v1.0.23
30142024-10-30T00:43:56.703Z Compiling diesel_derives v2.2.3
30152024-10-30T00:43:56.840Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30162024-10-30T00:43:56.963Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30172024-10-30T00:43:57.344Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30182024-10-30T00:43:57.642Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30192024-10-30T00:43:57.750Z Compiling strum_macros v0.24.3
30202024-10-30T00:43:57.900Z Compiling indoc v1.0.9
30212024-10-30T00:43:58.874Z Compiling lalrpop v0.19.12
30222024-10-30T00:43:58.934Z Compiling derive_builder_macro v0.20.2
30232024-10-30T00:43:59.772Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30242024-10-30T00:43:59.831Z Checking derive_builder v0.20.2
30252024-10-30T00:43:59.978Z Compiling oso-derive v0.27.3
30262024-10-30T00:44:00.108Z Compiling impl-trait-for-tuples v0.2.2
30272024-10-30T00:44:01.127Z Checking quick-xml v0.33.0
30282024-10-30T00:44:01.500Z Compiling diesel-dtrace v0.3.0
30292024-10-30T00:44:01.547Z Checking maplit v1.0.2
30302024-10-30T00:44:01.710Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30312024-10-30T00:44:01.926Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30322024-10-30T00:44:02.229Z Checking bb8 v0.8.5
30332024-10-30T00:44:02.720Z Compiling const_format_proc_macros v0.2.33
30342024-10-30T00:44:03.265Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30352024-10-30T00:44:03.453Z Checking castaway v0.2.3
30362024-10-30T00:44:03.562Z Checking rand_seeder v0.3.0
30372024-10-30T00:44:03.610Z Checking compact_str v0.8.0
30382024-10-30T00:44:03.803Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30392024-10-30T00:44:04.036Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30402024-10-30T00:44:04.525Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30412024-10-30T00:44:04.858Z Checking const_format v0.2.33
30422024-10-30T00:44:05.361Z Checking unicode-truncate v1.1.0
30432024-10-30T00:44:05.603Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30442024-10-30T00:44:05.853Z Checking lru v0.12.5
30452024-10-30T00:44:05.892Z Compiling instability v0.3.2
30462024-10-30T00:44:05.914Z Checking unicode-linebreak v0.1.5
30472024-10-30T00:44:06.153Z Checking is_ci v1.2.0
30482024-10-30T00:44:06.294Z Checking cassowary v0.3.0
30492024-10-30T00:44:06.325Z Checking smawk v0.3.2
30502024-10-30T00:44:06.525Z Checking textwrap v0.16.1
30512024-10-30T00:44:06.688Z Checking supports-color v3.0.1
30522024-10-30T00:44:06.872Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30532024-10-30T00:44:06.917Z Checking multimap v0.10.0
30542024-10-30T00:44:06.941Z Checking ratatui v0.28.1
30552024-10-30T00:44:09.103Z Checking diesel v2.2.4
30562024-10-30T00:44:27.902Z Compiling samael v0.0.17
30572024-10-30T00:44:43.215Z Compiling polar-core v0.27.3
30582024-10-30T00:44:44.296Z Checking async-bb8-diesel v0.2.1
30592024-10-30T00:44:50.039Z Checking oso v0.27.3
30602024-10-30T00:45:53.820Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30612024-10-30T00:45:59.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s
30622024-10-30T00:45:59.555Z
30632024-10-30T00:45:59.555Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30642024-10-30T00:46:00.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-10-30T00:46:00.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-10-30T00:46:00.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-10-30T00:46:00.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30682024-10-30T00:46:00.279Z
30692024-10-30T00:46:00.279Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30702024-10-30T00:46:00.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-10-30T00:46:00.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-10-30T00:46:00.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-10-30T00:46:00.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30742024-10-30T00:46:00.987Z
30752024-10-30T00:46:00.987Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30762024-10-30T00:46:01.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-10-30T00:46:01.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-10-30T00:46:01.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-10-30T00:46:01.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30802024-10-30T00:46:01.624Z
30812024-10-30T00:46:01.624Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30822024-10-30T00:46:02.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-10-30T00:46:02.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-10-30T00:46:02.442Z Compiling libz-sys v1.1.20
30852024-10-30T00:46:02.445Z Checking http v0.2.12
30862024-10-30T00:46:02.551Z Compiling libgit2-sys v0.17.0+1.8.1
30872024-10-30T00:46:02.569Z Compiling vergen v8.3.2
30882024-10-30T00:46:02.572Z Compiling cargo-platform v0.1.8
30892024-10-30T00:46:02.572Z Compiling pin-project-internal v1.1.6
30902024-10-30T00:46:02.605Z Compiling libsqlite3-sys v0.30.1
30912024-10-30T00:46:02.605Z Compiling snafu-derive v0.8.5
30922024-10-30T00:46:02.882Z Compiling cargo_metadata v0.18.1
30932024-10-30T00:46:03.105Z Compiling rustls v0.21.12
30942024-10-30T00:46:03.131Z Compiling buf-list v1.0.3
30952024-10-30T00:46:03.371Z Checking sync_wrapper v0.1.2
30962024-10-30T00:46:03.503Z Compiling cfg_aliases v0.2.1
30972024-10-30T00:46:03.611Z Compiling nix v0.29.0
30982024-10-30T00:46:03.653Z Checking globset v0.4.15
30992024-10-30T00:46:03.791Z Checking h2 v0.3.26
31002024-10-30T00:46:03.809Z Checking http-body v0.4.6
31012024-10-30T00:46:04.201Z Checking olpc-cjson v0.1.4
31022024-10-30T00:46:04.223Z Checking rustls-webpki v0.101.7
31032024-10-30T00:46:04.403Z Checking sct v0.7.1
31042024-10-30T00:46:04.513Z Checking serde_plain v1.0.2
31052024-10-30T00:46:04.595Z Checking typed-path v0.7.1
31062024-10-30T00:46:05.527Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31072024-10-30T00:46:05.601Z Checking pin-project v1.1.6
31082024-10-30T00:46:05.722Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31092024-10-30T00:46:05.812Z Checking hashlink v0.9.1
31102024-10-30T00:46:06.005Z Checking fallible-streaming-iterator v0.1.9
31112024-10-30T00:46:06.243Z Checking parse-size v1.0.0
31122024-10-30T00:46:06.423Z Checking fallible-iterator v0.3.0
31132024-10-30T00:46:06.501Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31142024-10-30T00:46:06.590Z Checking rustls-pemfile v1.0.4
31152024-10-30T00:46:06.787Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31162024-10-30T00:46:06.946Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31172024-10-30T00:46:07.057Z Checking rusqlite v0.32.1
31182024-10-30T00:46:07.076Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31192024-10-30T00:46:07.211Z Checking twox-hash v1.6.3
31202024-10-30T00:46:07.509Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31212024-10-30T00:46:07.956Z Checking tokio-rustls v0.24.1
31222024-10-30T00:46:08.043Z Checking snafu v0.8.5
31232024-10-30T00:46:08.293Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31242024-10-30T00:46:08.489Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31252024-10-30T00:46:08.565Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31262024-10-30T00:46:08.588Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31272024-10-30T00:46:08.985Z Checking fatfs v0.3.6
31282024-10-30T00:46:09.307Z Checking assert_matches v1.5.0
31292024-10-30T00:46:09.560Z Checking hyper v0.14.30
31302024-10-30T00:46:13.397Z Checking reqwest v0.11.27
31312024-10-30T00:46:14.114Z Checking tough v0.17.1
31322024-10-30T00:46:15.763Z Compiling git2 v0.19.0
31332024-10-30T00:46:17.142Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31342024-10-30T00:46:18.253Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352024-10-30T00:46:20.551Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31362024-10-30T00:47:13.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
31372024-10-30T00:47:14.052Z
31382024-10-30T00:47:14.052Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31392024-10-30T00:47:14.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-10-30T00:47:14.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-10-30T00:47:14.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422024-10-30T00:47:14.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31432024-10-30T00:47:14.946Z
31442024-10-30T00:47:14.946Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31452024-10-30T00:47:16.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-10-30T00:47:16.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-10-30T00:47:16.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482024-10-30T00:47:16.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31492024-10-30T00:47:16.103Z
31502024-10-30T00:47:16.103Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31512024-10-30T00:47:16.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-10-30T00:47:16.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-10-30T00:47:16.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542024-10-30T00:47:16.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31552024-10-30T00:47:16.104Z
31562024-10-30T00:47:16.104Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31572024-10-30T00:47:16.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-10-30T00:47:16.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-10-30T00:47:16.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602024-10-30T00:47:16.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31612024-10-30T00:47:16.766Z
31622024-10-30T00:47:16.766Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31632024-10-30T00:47:17.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642024-10-30T00:47:21.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652024-10-30T00:47:21.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662024-10-30T00:47:21.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31672024-10-30T00:47:21.053Z
31682024-10-30T00:47:21.053Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31692024-10-30T00:47:21.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-10-30T00:47:21.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-10-30T00:47:21.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722024-10-30T00:47:21.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31732024-10-30T00:47:21.053Z
31742024-10-30T00:47:21.053Zinfo: running `cargo check --bins` on update-common (145/166)
31752024-10-30T00:47:21.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-10-30T00:47:21.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-10-30T00:47:21.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782024-10-30T00:47:21.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31792024-10-30T00:47:21.053Z
31802024-10-30T00:47:21.053Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31812024-10-30T00:47:21.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-10-30T00:47:21.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-10-30T00:47:21.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842024-10-30T00:47:21.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31852024-10-30T00:47:21.053Z
31862024-10-30T00:47:21.053Zinfo: running `cargo check --bins` on tufaceous (147/166)
31872024-10-30T00:47:21.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-10-30T00:47:21.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-10-30T00:47:21.053Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31902024-10-30T00:47:21.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
31912024-10-30T00:47:21.304Z
31922024-10-30T00:47:21.304Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31932024-10-30T00:47:22.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-10-30T00:47:22.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-10-30T00:47:22.174Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31962024-10-30T00:47:22.292Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31972024-10-30T00:47:22.295Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31982024-10-30T00:47:22.295Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31992024-10-30T00:47:47.199Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32002024-10-30T00:47:47.201Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32012024-10-30T00:47:47.201Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32022024-10-30T00:47:47.201Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32032024-10-30T00:47:47.201Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32042024-10-30T00:47:48.089Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32052024-10-30T00:47:49.212Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32062024-10-30T00:48:27.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
32072024-10-30T00:48:27.655Z
32082024-10-30T00:48:27.655Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32092024-10-30T00:48:28.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102024-10-30T00:48:28.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112024-10-30T00:48:28.375Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32122024-10-30T00:48:28.375Z Checking heck v0.4.1
32132024-10-30T00:48:28.382Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32142024-10-30T00:48:28.604Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32152024-10-30T00:48:29.959Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32162024-10-30T00:48:30.769Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32172024-10-30T00:48:31.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
32182024-10-30T00:48:31.934Z
32192024-10-30T00:48:31.934Zinfo: running `cargo check --bins` on installinator-api (150/166)
32202024-10-30T00:48:32.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-10-30T00:48:32.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-10-30T00:48:32.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232024-10-30T00:48:32.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32242024-10-30T00:48:32.598Z
32252024-10-30T00:48:32.598Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32262024-10-30T00:48:33.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-10-30T00:48:33.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-10-30T00:48:33.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292024-10-30T00:48:33.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32302024-10-30T00:48:33.279Z
32312024-10-30T00:48:33.279Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32322024-10-30T00:48:33.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-10-30T00:48:33.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-10-30T00:48:33.985Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32352024-10-30T00:48:35.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
32362024-10-30T00:48:35.272Z
32372024-10-30T00:48:35.272Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32382024-10-30T00:48:35.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-10-30T00:48:35.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-10-30T00:48:35.961Z Checking memmap2 v0.9.5
32412024-10-30T00:48:35.961Z Checking constant_time_eq v0.3.1
32422024-10-30T00:48:35.964Z Checking arrayvec v0.7.6
32432024-10-30T00:48:35.964Z Checking untrusted v0.7.1
32442024-10-30T00:48:35.964Z Checking spin v0.5.2
32452024-10-30T00:48:35.964Z Checking arrayref v0.3.9
32462024-10-30T00:48:36.058Z Checking topological-sort v0.2.2
32472024-10-30T00:48:36.075Z Checking shell-words v1.1.0
32482024-10-30T00:48:36.241Z Checking ring v0.16.20
32492024-10-30T00:48:36.333Z Checking blake3 v1.5.4
32502024-10-30T00:48:37.336Z Checking omicron-zone-package v0.11.1
32512024-10-30T00:48:38.388Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32522024-10-30T00:48:39.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
32532024-10-30T00:48:39.418Z
32542024-10-30T00:48:39.418Zinfo: running `cargo check --bins` on xtask (154/166)
32552024-10-30T00:48:39.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562024-10-30T00:48:39.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572024-10-30T00:48:39.893Z Checking bitflags v2.6.0
32582024-10-30T00:48:39.895Z Checking serde v1.0.210
32592024-10-30T00:48:39.896Z Checking thiserror v1.0.64
32602024-10-30T00:48:39.981Z Checking scroll v0.12.0
32612024-10-30T00:48:39.985Z Checking log v0.4.22
32622024-10-30T00:48:39.998Z Checking hashbrown v0.15.0
32632024-10-30T00:48:40.002Z Checking zerocopy v0.7.35
32642024-10-30T00:48:40.024Z Checking syn v2.0.79
32652024-10-30T00:48:40.068Z Checking pest v2.7.14
32662024-10-30T00:48:40.195Z Checking rustix v0.38.37
32672024-10-30T00:48:40.232Z Checking once_cell v1.20.2
32682024-10-30T00:48:40.413Z Checking goblin v0.8.2
32692024-10-30T00:48:40.533Z Checking fs-err v2.11.0
32702024-10-30T00:48:40.814Z Checking anyhow v1.0.89
32712024-10-30T00:48:41.025Z Checking indexmap v2.6.0
32722024-10-30T00:48:41.235Z Checking tabled v0.15.0
32732024-10-30T00:48:41.884Z Checking terminal_size v0.4.0
32742024-10-30T00:48:41.884Z Checking tempfile v3.13.0
32752024-10-30T00:48:42.045Z Checking clap_builder v4.5.20
32762024-10-30T00:48:42.569Z Checking dtrace-parser v0.2.0
32772024-10-30T00:48:43.966Z Checking serde_json v1.0.128
32782024-10-30T00:48:43.966Z Checking toml_datetime v0.6.8
32792024-10-30T00:48:43.969Z Checking serde_spanned v0.6.8
32802024-10-30T00:48:43.969Z Checking camino v1.1.9
32812024-10-30T00:48:43.969Z Checking semver v1.0.23
32822024-10-30T00:48:44.186Z Checking cargo-platform v0.1.8
32832024-10-30T00:48:44.266Z Checking toml_edit v0.22.22
32842024-10-30T00:48:44.295Z Checking clap v4.5.20
32852024-10-30T00:48:44.377Z Checking macaddr v1.0.1
32862024-10-30T00:48:44.501Z Checking camino-tempfile v1.1.1
32872024-10-30T00:48:45.170Z Checking dof v0.3.0
32882024-10-30T00:48:45.173Z Checking cargo_metadata v0.18.1
32892024-10-30T00:48:45.566Z Checking usdt-impl v0.5.0
32902024-10-30T00:48:45.911Z Checking usdt v0.5.0
32912024-10-30T00:48:46.002Z Checking toml v0.8.19
32922024-10-30T00:48:46.461Z Checking cargo_toml v0.20.5
32932024-10-30T00:48:47.659Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32942024-10-30T00:48:48.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.83s
32952024-10-30T00:48:48.353Z
32962024-10-30T00:48:48.353Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32972024-10-30T00:48:49.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-10-30T00:48:49.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-10-30T00:48:49.148Z Checking polyval v0.6.2
33002024-10-30T00:48:49.263Z Checking ctr v0.9.2
33012024-10-30T00:48:49.271Z Checking ssh-encoding v0.2.0
33022024-10-30T00:48:49.271Z Checking blowfish v0.9.1
33032024-10-30T00:48:49.363Z Checking password-hash v0.4.2
33042024-10-30T00:48:49.373Z Checking matches v0.1.10
33052024-10-30T00:48:49.374Z Checking p256 v0.13.2
33062024-10-30T00:48:49.374Z Checking p521 v0.13.3
33072024-10-30T00:48:49.382Z Checking idna v0.2.3
33082024-10-30T00:48:49.454Z Checking bcrypt-pbkdf v0.10.0
33092024-10-30T00:48:49.487Z Checking ghash v0.5.1
33102024-10-30T00:48:49.531Z Compiling enum-as-inner v0.5.1
33112024-10-30T00:48:49.567Z Checking russh-cryptovec v0.7.3
33122024-10-30T00:48:49.655Z Checking pbkdf2 v0.11.0
33132024-10-30T00:48:49.685Z Checking aes-gcm v0.10.3
33142024-10-30T00:48:49.685Z Checking md5 v0.7.0
33152024-10-30T00:48:49.762Z Checking num-bigint v0.4.6
33162024-10-30T00:48:49.762Z Checking des v0.8.1
33172024-10-30T00:48:49.906Z Checking ssh-cipher v0.2.0
33182024-10-30T00:48:49.924Z Compiling dhcproto-macros v0.1.0
33192024-10-30T00:48:49.963Z Checking hex-literal v0.4.1
33202024-10-30T00:48:50.042Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33212024-10-30T00:48:50.094Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33222024-10-30T00:48:50.187Z Checking ssh-key v0.6.6
33232024-10-30T00:48:50.203Z Checking internet-checksum v0.2.1
33242024-10-30T00:48:50.553Z Checking trust-dns-proto v0.22.0
33252024-10-30T00:48:51.442Z Checking russh-keys v0.45.0
33262024-10-30T00:48:52.364Z Checking russh v0.45.0
33272024-10-30T00:48:52.952Z Checking dhcproto v0.12.0
33282024-10-30T00:49:09.701Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33292024-10-30T00:49:10.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.62s
33302024-10-30T00:49:11.165Z
33312024-10-30T00:49:11.166Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33322024-10-30T00:49:11.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-10-30T00:49:11.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-10-30T00:49:11.828Z Checking termios v0.3.3
33352024-10-30T00:49:12.036Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33362024-10-30T00:49:12.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
33372024-10-30T00:49:12.939Z
33382024-10-30T00:49:12.939Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33392024-10-30T00:49:13.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-10-30T00:49:13.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-10-30T00:49:13.653Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33422024-10-30T00:49:15.606Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33432024-10-30T00:49:17.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
33442024-10-30T00:49:17.535Z
33452024-10-30T00:49:17.535Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33462024-10-30T00:49:18.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472024-10-30T00:49:18.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482024-10-30T00:49:18.194Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33492024-10-30T00:49:18.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
33502024-10-30T00:49:18.792Z
33512024-10-30T00:49:18.792Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33522024-10-30T00:49:19.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532024-10-30T00:49:19.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542024-10-30T00:49:19.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552024-10-30T00:49:19.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33562024-10-30T00:49:19.432Z
33572024-10-30T00:49:19.432Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33582024-10-30T00:49:20.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592024-10-30T00:49:20.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602024-10-30T00:49:20.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612024-10-30T00:49:20.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33622024-10-30T00:49:20.070Z
33632024-10-30T00:49:20.070Zinfo: running `cargo check --bins` on omicron-package (161/166)
33642024-10-30T00:49:20.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-10-30T00:49:20.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-10-30T00:49:20.753Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33672024-10-30T00:49:21.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
33682024-10-30T00:49:22.127Z
33692024-10-30T00:49:22.128Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33702024-10-30T00:49:22.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-10-30T00:49:22.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-10-30T00:49:22.847Z Checking rtoolbox v0.0.2
33732024-10-30T00:49:22.849Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33742024-10-30T00:49:22.849Z Checking tui-tree-widget v0.22.0
33752024-10-30T00:49:23.063Z Checking rpassword v7.3.1
33762024-10-30T00:49:27.033Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33772024-10-30T00:49:29.928Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33782024-10-30T00:49:31.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s
33792024-10-30T00:49:31.202Z
33802024-10-30T00:49:31.202Zinfo: running `cargo check --bins` on wicket (163/166)
33812024-10-30T00:49:31.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-10-30T00:49:31.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-10-30T00:49:31.927Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33842024-10-30T00:49:32.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33852024-10-30T00:49:32.489Z
33862024-10-30T00:49:32.489Zinfo: running `cargo check --bins` on wicketd (164/166)
33872024-10-30T00:49:33.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-10-30T00:49:33.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-10-30T00:49:33.231Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33902024-10-30T00:49:36.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
33912024-10-30T00:49:37.151Z
33922024-10-30T00:49:37.151Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33932024-10-30T00:49:37.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-10-30T00:49:37.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-10-30T00:49:37.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962024-10-30T00:49:37.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33972024-10-30T00:49:37.778Z
33982024-10-30T00:49:37.778Zinfo: running `cargo check --bins` on zone-setup (166/166)
33992024-10-30T00:49:38.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-10-30T00:49:38.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-10-30T00:49:38.536Z Checking uzers v0.12.1
34022024-10-30T00:49:38.867Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34032024-10-30T00:49:39.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
34042024-10-30T00:49:40.093Z
34052024-10-30T00:49:40.093Zreal 12:43.257468929
34062024-10-30T00:49:40.093Zuser 24:51.359050630
34072024-10-30T00:49:40.093Zsys 5:13.122382553
34082024-10-30T00:49:40.093Ztrap 0.504592339
34092024-10-30T00:49:40.093Ztflt 3.047566842
34102024-10-30T00:49:40.093Zdflt 2.441072304
34112024-10-30T00:49:40.093Zkflt 0.001552110
34122024-10-30T00:49:40.096Zlock 46:16.687094870
34132024-10-30T00:49:40.096Zslp 2:04:48.377262509
34142024-10-30T00:49:40.096Zlat 57.634614661
34152024-10-30T00:49:40.096Zstop 2:58.545597422
34162024-10-30T00:49:40.096Zprocess exited: duration 1022113 ms, exit code 0
 
34172024-10-30T00:49:40.102Zfound 0 output files