01JDNAHGR19DX2P1FV11GPVKPM: 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: 01JDNAHXFSA2F1SANYKFSTH8E0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T22:48:50.517Zjob assigned to worker 01JDNAHZPKQBDYP08KS5FK5BF0 [factory aws, i-0cc39f3bf893ba328] (queued for 52 s)
 
22024-11-26T22:48:58.729Zstarting task 0: "setup"
32024-11-26T22:48:58.738Z++ uname -s
42024-11-26T22:48:58.741Z+ kern=SunOS
52024-11-26T22:48:58.741Z+ case "$kern" in
62024-11-26T22:48:58.741Z+ groupadd -g 12345 build
72024-11-26T22:48:58.743Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T22:49:00.749Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T22:49:00.866Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T22:49:00.869Z+ home_fs=zfs
112024-11-26T22:49:00.869Z+ [[ zfs == autofs ]]
122024-11-26T22:49:00.869Z+ mkdir -p /home/build
132024-11-26T22:49:00.872Z+ chown build:build /home/build /work
142024-11-26T22:49:02.873Z+ chmod 0700 /home/build /work
152024-11-26T22:49:02.876Zprocess exited: duration 4145 ms, exit code 0
 
162024-11-26T22:49:02.882Zstarting task 1: "rust-toolchain"
172024-11-26T22:49:02.887Z+ printf ' * toolchain channel = "%s"
182024-11-26T22:49:02.887Z' 1.81.0
192024-11-26T22:49:02.887Z * toolchain channel = "1.81.0"
202024-11-26T22:49:02.887Z+ printf ' * toolchain profile = "%s"
212024-11-26T22:49:02.887Z' default
222024-11-26T22:49:02.890Z * toolchain profile = "default"
232024-11-26T22:49:02.890Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T22:49:02.890Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-26T22:49:03.005Zinfo: downloading installer
262024-11-26T22:49:04.213Zinfo: profile set to 'default'
272024-11-26T22:49:04.213Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T22:49:04.215Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-26T22:49:04.366Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-26T22:49:04.366Zinfo: downloading component 'cargo'
312024-11-26T22:49:05.244Zinfo: downloading component 'clippy'
322024-11-26T22:49:05.645Zinfo: downloading component 'rust-docs'
332024-11-26T22:49:06.800Zinfo: downloading component 'rust-std'
342024-11-26T22:49:08.650Zinfo: downloading component 'rustc'
352024-11-26T22:49:15.268Zinfo: downloading component 'rustfmt'
362024-11-26T22:49:15.512Zinfo: installing component 'cargo'
372024-11-26T22:49:16.317Zinfo: installing component 'clippy'
382024-11-26T22:49:16.678Zinfo: installing component 'rust-docs'
392024-11-26T22:49:18.327Zinfo: installing component 'rust-std'
402024-11-26T22:49:20.038Zinfo: installing component 'rustc'
412024-11-26T22:49:25.659Zinfo: installing component 'rustfmt'
422024-11-26T22:49:25.982Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-26T22:49:25.982Z
442024-11-26T22:49:26.349Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-26T22:49:26.350Z
462024-11-26T22:49:26.353Z
472024-11-26T22:49:26.353ZRust is installed now. Great!
482024-11-26T22:49:26.354Z
492024-11-26T22:49:26.354ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T22:49:26.354Zenvironment variable. This has not been done automatically.
512024-11-26T22:49:26.354Z
522024-11-26T22:49:26.354ZTo configure your current shell, you need to source
532024-11-26T22:49:26.354Zthe corresponding env file under $HOME/.cargo.
542024-11-26T22:49:26.354Z
552024-11-26T22:49:26.354ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T22:49:26.354Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T22:49:26.354Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T22:49:26.423Z+ rustc --version
592024-11-26T22:49:26.489Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-26T22:49:26.492Zprocess exited: duration 23609 ms, exit code 0
 
612024-11-26T22:49:26.498Zstarting task 2: "authentication"
622024-11-26T22:49:26.518Zprocess exited: duration 20 ms, exit code 0
 
632024-11-26T22:49:26.523Zstarting task 3: "clone repository"
642024-11-26T22:49:26.528Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-26T22:49:26.530Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-26T22:49:26.781ZCloning into '/work/oxidecomputer/omicron'...
672024-11-26T22:49:33.390Z+ cd /work/oxidecomputer/omicron
682024-11-26T22:49:33.390Z+ git fetch origin 922157bb7dda2b1e9b2e8bf52124b49007a39ba4
692024-11-26T22:49:33.717ZFrom https://github.com/oxidecomputer/omicron
702024-11-26T22:49:33.717Z * branch 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 -> FETCH_HEAD
712024-11-26T22:49:33.727Z+ [[ -n fix-clickhouse-admin-single ]]
722024-11-26T22:49:33.747Z++ git branch --show-current
732024-11-26T22:49:33.747Z+ current=main
742024-11-26T22:49:33.747Z+ [[ main != fix-clickhouse-admin-single ]]
752024-11-26T22:49:33.748Z+ git branch -f fix-clickhouse-admin-single 922157bb7dda2b1e9b2e8bf52124b49007a39ba4
762024-11-26T22:49:33.758Z+ git checkout -f fix-clickhouse-admin-single
772024-11-26T22:49:33.908ZSwitched to branch 'fix-clickhouse-admin-single'
782024-11-26T22:49:33.911Z+ git reset --hard 922157bb7dda2b1e9b2e8bf52124b49007a39ba4
792024-11-26T22:49:33.922ZHEAD is now at 922157bb7 Make `ClickhouseCli.log` a mandatory field
802024-11-26T22:49:33.926Zprocess exited: duration 7400 ms, exit code 0
 
812024-11-26T22:49:33.931Zstarting task 4: "build"
822024-11-26T22:49:33.937Z+ source .github/buildomat/ci-env.sh
832024-11-26T22:49:33.937Z++ export CARGO_TERM_COLOR=always
842024-11-26T22:49:33.937Z++ CARGO_TERM_COLOR=always
852024-11-26T22:49:33.939Z+ cargo --version
862024-11-26T22:49:33.993Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-26T22:49:33.995Z+ rustc --version
882024-11-26T22:49:34.055Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-26T22:49:34.058Z+ source ./env.sh
902024-11-26T22:49:34.058Z++ OLD_SHELL_OPTS=ehxB
912024-11-26T22:49:34.058Z++ set -o xtrace
922024-11-26T22:49:34.060Z++++ dirname ./env.sh
932024-11-26T22:49:34.062Z+++ readlink -f .
942024-11-26T22:49:34.201Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-26T22:49:34.204Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-26T22:49:34.204Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-26T22:49:34.204Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-26T22:49:34.204Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-11-26T22:49:34.204Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-26T22:49:34.204Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-11-26T22:49:34.204Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-26T22:49:34.204Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-11-26T22:49:34.204Z++ case $OLD_SHELL_OPTS in
1042024-11-26T22:49:34.204Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-26T22:49:34.205Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-26T22:49:34.205Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-11-26T22:49:34.205Z+ banner prerequisites
1082024-11-26T22:49:34.301Z
1092024-11-26T22:49:34.301Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-26T22:49:34.301Z # # # # # # # # # # # # # # #
1112024-11-26T22:49:34.301Z # # # # ##### # # ##### # # # # # #### #
1122024-11-26T22:49:34.301Z ##### ##### # ##### # # # # # # # # #
1132024-11-26T22:49:34.301Z # # # # # # # # # # # # # # #
1142024-11-26T22:49:34.302Z # # # ###### # # ###### ### # #### # #### #
1152024-11-26T22:49:34.302Z
1162024-11-26T22:49:34.305Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-26T22:49:49.943Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-26T22:49:53.765Z Startup: Caching catalogs ... Done
1192024-11-26T22:50:02.828ZPlanning: Solver setup ... Done (8.310s)
1202024-11-26T22:50:02.946ZPlanning: Running solver ... Done (0.118s)
1212024-11-26T22:50:03.113ZPlanning: Finding local manifests ... Done (0.071s)
1222024-11-26T22:50:03.125ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-26T22:50:03.341ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-26T22:50:03.534ZPlanning: Package planning ... Done (0.193s)
1252024-11-26T22:50:03.588ZPlanning: Merging actions ... Done (0.054s)
1262024-11-26T22:50:04.140ZPlanning: Checking for conflicting actions ... Done (0.551s)
1272024-11-26T22:50:09.053ZPlanning: Consolidating action changes ... Done (4.912s)
1282024-11-26T22:50:09.414ZPlanning: Evaluating mediators ... Done (0.361s)
1292024-11-26T22:50:09.589ZPlanning: Planning completed in 15.73 seconds
1302024-11-26T22:50:09.612Z Packages to install: 4
1312024-11-26T22:50:09.612Z Packages to update: 1
1322024-11-26T22:50:09.622Z Mediators to change: 2
1332024-11-26T22:50:09.622Z Services to change: 1
1342024-11-26T22:50:09.623Z Estimated space available: 155.64 GB
1352024-11-26T22:50:09.623ZEstimated space to be consumed: 1.60 GB
1362024-11-26T22:50:09.623Z Create boot environment: No
1372024-11-26T22:50:09.623ZCreate backup boot environment: Yes
1382024-11-26T22:50:09.623Z Rebuild boot archive: No
1392024-11-26T22:50:09.623Z
1402024-11-26T22:50:09.623ZChanged mediators:
1412024-11-26T22:50:09.623Z mediator clang:
1422024-11-26T22:50:09.623Z version: None -> 15 (system default)
1432024-11-26T22:50:09.623Z
1442024-11-26T22:50:09.623Z mediator llvm:
1452024-11-26T22:50:09.623Z version: 14 (system default) -> 15 (system default)
1462024-11-26T22:50:09.623Z
1472024-11-26T22:50:09.623ZChanged packages:
1482024-11-26T22:50:09.623Zhelios-dev
1492024-11-26T22:50:09.623Z developer/build-essential
1502024-11-26T22:50:09.623Z None -> 11-2.0
1512024-11-26T22:50:09.623Z library/libxmlsec1
1522024-11-26T22:50:09.623Z None -> 1.2.35-2.0
1532024-11-26T22:50:09.623Z ooce/developer/clang-15
1542024-11-26T22:50:09.623Z None -> 15.0.7-2.0
1552024-11-26T22:50:09.623Z ooce/developer/llvm-15
1562024-11-26T22:50:09.623Z None -> 15.0.7-2.0
1572024-11-26T22:50:09.623Z package/pkg
1582024-11-26T22:50:09.623Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-26T22:50:09.623Z
1602024-11-26T22:50:09.623ZServices:
1612024-11-26T22:50:09.623Z restart_fmri:
1622024-11-26T22:50:09.623Z svc:/system/update-man-index:default
1632024-11-26T22:50:09.623Z
1642024-11-26T22:50:09.623ZEditable files to change:
1652024-11-26T22:50:09.623Z Update:
1662024-11-26T22:50:09.623Z usr/share/lib/pkg/web/config.shtml
1672024-11-26T22:50:09.923Z
1682024-11-26T22:50:09.923ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-26T22:50:14.929ZDownload: 604/4281 items 17.6/220.6MB 7% complete (3.6M/s)
1702024-11-26T22:50:19.973ZDownload: 1201/4281 items 83.5/220.6MB 37% complete (8.4M/s)
1712024-11-26T22:50:24.974ZDownload: 1996/4281 items 118.7/220.6MB 53% complete (10.1M/s)
1722024-11-26T22:50:31.451ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (9.6M/s)
1732024-11-26T22:50:47.431ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1742024-11-26T22:50:52.446ZDownload: 3246/4281 items 168.2/220.6MB 76% complete (10.3M/s)
1752024-11-26T22:50:56.322ZDownload: Completed 220.60 MB in 46.40 seconds (4.8M/s)
1762024-11-26T22:50:58.372Z Actions: 1/5063 actions (Removing old actions)
1772024-11-26T22:50:58.387Z Actions: 194/5063 actions (Installing new actions)
1782024-11-26T22:51:03.396Z Actions: 4114/5063 actions (Installing new actions)
1792024-11-26T22:51:03.550Z Actions: 4226/5063 actions (Updating modified actions)
1802024-11-26T22:51:03.890Z Actions: Completed 5063 actions in 5.52 seconds.
1812024-11-26T22:51:04.282Z Done (0.385s)
1822024-11-26T22:51:04.285Z Done (0.000s)
1832024-11-26T22:51:04.822Z Done (0.539s)
1842024-11-26T22:51:10.269Z Done (5.218s)
1852024-11-26T22:51:10.514Z Done (0.174s)
1862024-11-26T22:51:10.516Z Done (0.000s)
1872024-11-26T22:51:10.662Z Done (0.000s)
1882024-11-26T22:51:11.341ZPlanning: Evaluating mediator changes ... Done
1892024-11-26T22:51:11.502ZPlanning: Checking for conflicting actions ... Done
1902024-11-26T22:51:11.505ZPlanning: Consolidating action changes ... Done
1912024-11-26T22:51:11.770ZPlanning: Evaluating mediators ... Done
1922024-11-26T22:51:11.772ZPlanning: Planning completed in 0.43 seconds
1932024-11-26T22:51:11.808Z Mediators to change: 2
1942024-11-26T22:51:11.808Z Create boot environment: No
1952024-11-26T22:51:11.810ZCreate backup boot environment: No
1962024-11-26T22:51:11.884Z Done
1972024-11-26T22:51:11.884Z Done
1982024-11-26T22:51:12.232Z Done
1992024-11-26T22:51:15.923Z Done
2002024-11-26T22:51:16.012Z Done
2012024-11-26T22:51:16.015Z Done
2022024-11-26T22:51:16.121Z Done
2032024-11-26T22:51:16.723ZPlanning: Evaluating mediator changes ... Done
2042024-11-26T22:51:16.725ZPlanning: Merging actions ... Done
2052024-11-26T22:51:16.911ZPlanning: Checking for conflicting actions ... Done
2062024-11-26T22:51:16.914ZPlanning: Consolidating action changes ... Done
2072024-11-26T22:51:17.173ZPlanning: Evaluating mediators ... Done
2082024-11-26T22:51:17.227ZPlanning: Planning completed in 0.74 seconds
2092024-11-26T22:51:17.265Z Packages to change: 1
2102024-11-26T22:51:17.265Z Mediators to change: 1
2112024-11-26T22:51:17.268Z Services to change: 1
2122024-11-26T22:51:17.268Z Create boot environment: No
2132024-11-26T22:51:17.268ZCreate backup boot environment: Yes
2142024-11-26T22:51:19.176Z Actions: 1/6 actions (Updating modified actions)
2152024-11-26T22:51:19.214Z Actions: Completed 6 actions in 0.04 seconds.
2162024-11-26T22:51:19.217Z Done
2172024-11-26T22:51:19.217Z Done
2182024-11-26T22:51:19.324Z Done
2192024-11-26T22:51:22.998Z Done
2202024-11-26T22:51:23.088Z Done
2212024-11-26T22:51:23.091Z Done
2222024-11-26T22:51:23.199Z Done
2232024-11-26T22:51:23.631ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-11-26T22:51:23.631Zclang system 15 system
2252024-11-26T22:51:23.632Zcsh system system illumos
2262024-11-26T22:51:23.632Zctags system system illumos
2272024-11-26T22:51:23.632Zgcc vendor 12 vendor
2282024-11-26T22:51:23.632Zgcc system 10 system
2292024-11-26T22:51:23.632Zgcc system 7 system
2302024-11-26T22:51:23.632Zgo system 1.20 system
2312024-11-26T22:51:23.632Zgo system 1.19 system
2322024-11-26T22:51:23.632Zllvm system 15 system
2332024-11-26T22:51:23.632Zllvm system 14 system
2342024-11-26T22:51:23.632Zmariadb system 10.6 system
2352024-11-26T22:51:23.632Zmta vendor vendor dma
2362024-11-26T22:51:23.632Zopenjdk system 17 system
2372024-11-26T22:51:23.632Zopenjdk system 11 system
2382024-11-26T22:51:23.632Zopenjdk system 1.8 system
2392024-11-26T22:51:23.633Zopenssl vendor 3 vendor
2402024-11-26T22:51:23.633Zperl system 5.36 system
2412024-11-26T22:51:23.633Zpostgresql system 15 system
2422024-11-26T22:51:23.633Zpostgresql system 13 system
2432024-11-26T22:51:23.633Zpython vendor 3 vendor
2442024-11-26T22:51:23.633Zpython system 2 system
2452024-11-26T22:51:23.633Zpython3 system 3.11 system
2462024-11-26T22:51:23.633Zruby system 3.0 system
2472024-11-26T22:51:23.633Zwords vendor vendor american-english
2482024-11-26T22:51:23.633Zwords system system australian-english
2492024-11-26T22:51:23.633Zwords system system british-english
2502024-11-26T22:51:23.633Zwords system system canadian-english
2512024-11-26T22:51:23.633Zwords system system french
2522024-11-26T22:51:23.633Zwords system system italian
2532024-11-26T22:51:23.633Zwords system system ngerman
2542024-11-26T22:51:23.633Zwords system system ogerman
2552024-11-26T22:51:23.633Zwords system system spanish
2562024-11-26T22:51:23.961ZPUBLISHER TYPE STATUS P LOCATION
2572024-11-26T22:51:23.961Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-11-26T22:51:26.539ZFMRI IFO
2592024-11-26T22:51:26.540Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-11-26T22:51:26.540Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-11-26T22:51:26.540Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-11-26T22:51:26.540Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-11-26T22:51:26.540Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-11-26T22:51:26.540Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-11-26T22:51:26.540Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-11-26T22:51:26.540Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-11-26T22:51:26.540Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-11-26T22:51:26.540Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692024-11-26T22:51:26.540Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702024-11-26T22:51:26.540Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712024-11-26T22:51:26.540Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722024-11-26T22:51:26.540Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-11-26T22:51:26.541Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-11-26T22:51:27.288Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-11-26T22:51:27.590Z Updating crates.io index
2762024-11-26T22:51:27.592Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772024-11-26T22:51:28.122Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782024-11-26T22:51:28.417Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-11-26T22:51:28.665Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-11-26T22:51:28.940Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-11-26T22:51:29.859Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-11-26T22:51:32.240Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-11-26T22:51:33.430Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-11-26T22:51:34.208Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-11-26T22:51:34.486Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-11-26T22:51:34.804Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-11-26T22:51:35.438Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-11-26T22:51:35.870Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892024-11-26T22:51:36.270Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-11-26T22:51:36.577Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-11-26T22:51:36.837Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-11-26T22:51:37.123Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-11-26T22:51:37.413Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-11-26T22:51:37.843Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-11-26T22:51:38.134Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-11-26T22:51:38.572Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-11-26T22:51:39.146Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-11-26T22:51:39.425Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992024-11-26T22:51:40.050Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-11-26T22:51:40.406Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-11-26T22:51:40.937Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3022024-11-26T22:51:41.230Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-11-26T22:51:41.535Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-11-26T22:51:41.799Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-11-26T22:51:43.239Z Downloading crates ...
3062024-11-26T22:51:43.352Z Downloaded cargo_metadata v0.18.1
3072024-11-26T22:51:43.355Z Downloaded colorchoice v1.0.2
3082024-11-26T22:51:43.361Z Downloaded digest v0.10.7
3092024-11-26T22:51:43.363Z Downloaded fnv v1.0.7
3102024-11-26T22:51:43.363Z Downloaded errno v0.3.9
3112024-11-26T22:51:43.366Z Downloaded equivalent v1.0.1
3122024-11-26T22:51:43.366Z Downloaded cfg-if v1.0.0
3132024-11-26T22:51:43.368Z Downloaded dtrace-parser v0.2.0
3142024-11-26T22:51:43.371Z Downloaded crypto-common v0.1.6
3152024-11-26T22:51:43.377Z Downloaded clap_lex v0.7.2
3162024-11-26T22:51:43.379Z Downloaded bytecount v0.6.8
3172024-11-26T22:51:43.382Z Downloaded itoa v1.0.11
3182024-11-26T22:51:43.385Z Downloaded autocfg v1.4.0
3192024-11-26T22:51:43.385Z Downloaded anstyle-parse v0.2.5
3202024-11-26T22:51:43.402Z Downloaded scroll_derive v0.12.0
3212024-11-26T22:51:43.405Z Downloaded pretty-hex v0.4.1
3222024-11-26T22:51:43.413Z Downloaded swrite v0.1.0
3232024-11-26T22:51:43.418Z Downloaded clap_derive v4.5.18
3242024-11-26T22:51:43.420Z Downloaded macaddr v1.0.1
3252024-11-26T22:51:43.423Z Downloaded anstream v0.6.15
3262024-11-26T22:51:43.425Z Downloaded generic-array v0.14.7
3272024-11-26T22:51:43.425Z Downloaded fastrand v2.1.1
3282024-11-26T22:51:43.428Z Downloaded cargo-platform v0.1.8
3292024-11-26T22:51:43.431Z Downloaded usdt-macro v0.5.0
3302024-11-26T22:51:43.433Z Downloaded is_terminal_polyfill v1.70.1
3312024-11-26T22:51:43.433Z Downloaded anstyle v1.0.10
3322024-11-26T22:51:43.436Z Downloaded heck v0.5.0
3332024-11-26T22:51:43.438Z Downloaded cpufeatures v0.2.14
3342024-11-26T22:51:43.438Z Downloaded anstyle-query v1.1.1
3352024-11-26T22:51:43.441Z Downloaded serde_tokenstream v0.2.2
3362024-11-26T22:51:43.444Z Downloaded serde_spanned v0.6.8
3372024-11-26T22:51:43.444Z Downloaded proc-macro-error-attr v1.0.4
3382024-11-26T22:51:43.444Z Downloaded plain v0.2.3
3392024-11-26T22:51:43.446Z Downloaded memmap v0.7.0
3402024-11-26T22:51:43.446Z Downloaded dof v0.3.0
3412024-11-26T22:51:43.449Z Downloaded fs-err v2.11.0
3422024-11-26T22:51:43.449Z Downloaded usdt v0.5.0
3432024-11-26T22:51:43.451Z Downloaded block-buffer v0.10.4
3442024-11-26T22:51:43.451Z Downloaded byteorder v1.5.0
3452024-11-26T22:51:43.453Z Downloaded pest_generator v2.7.14
3462024-11-26T22:51:43.457Z Downloaded utf8parse v0.2.2
3472024-11-26T22:51:43.461Z Downloaded thiserror v1.0.69
3482024-11-26T22:51:43.466Z Downloaded toml_datetime v0.6.8
3492024-11-26T22:51:43.468Z Downloaded terminal_size v0.4.0
3502024-11-26T22:51:43.472Z Downloaded tabled_derive v0.7.0
3512024-11-26T22:51:43.474Z Downloaded unicode-linebreak v0.1.5
3522024-11-26T22:51:43.477Z Downloaded once_cell v1.20.2
3532024-11-26T22:51:43.479Z Downloaded camino-tempfile v1.1.1
3542024-11-26T22:51:43.479Z Downloaded version_check v0.9.5
3552024-11-26T22:51:43.482Z Downloaded usdt-attr-macro v0.5.0
3562024-11-26T22:51:43.484Z Downloaded smawk v0.3.2
3572024-11-26T22:51:43.484Z Downloaded usdt-impl v0.5.0
3582024-11-26T22:51:43.487Z Downloaded thread-id v4.2.2
3592024-11-26T22:51:43.487Z Downloaded strsim v0.11.1
3602024-11-26T22:51:43.489Z Downloaded thiserror-impl v1.0.69
3612024-11-26T22:51:43.489Z Downloaded cargo_toml v0.20.5
3622024-11-26T22:51:43.493Z Downloaded camino v1.1.9
3632024-11-26T22:51:43.496Z Downloaded heck v0.4.1
3642024-11-26T22:51:43.500Z Downloaded pest_derive v2.7.14
3652024-11-26T22:51:43.502Z Downloaded sha2 v0.10.8
3662024-11-26T22:51:43.507Z Downloaded log v0.4.22
3672024-11-26T22:51:43.509Z Downloaded semver v1.0.23
3682024-11-26T22:51:43.513Z Downloaded zerocopy-derive v0.7.35
3692024-11-26T22:51:43.518Z Downloaded proc-macro-error v1.0.4
3702024-11-26T22:51:43.522Z Downloaded clap v4.5.21
3712024-11-26T22:51:43.529Z Downloaded scroll v0.12.0
3722024-11-26T22:51:43.532Z Downloaded bitflags v2.6.0
3732024-11-26T22:51:43.534Z Downloaded quote v1.0.37
3742024-11-26T22:51:43.537Z Downloaded proc-macro2 v1.0.89
3752024-11-26T22:51:43.540Z Downloaded ucd-trie v0.1.7
3762024-11-26T22:51:43.542Z Downloaded ryu v1.0.18
3772024-11-26T22:51:43.545Z Downloaded anyhow v1.0.93
3782024-11-26T22:51:43.548Z Downloaded pest_meta v2.7.14
3792024-11-26T22:51:43.551Z Downloaded unicode-ident v1.0.13
3802024-11-26T22:51:43.553Z Downloaded typenum v1.17.0
3812024-11-26T22:51:43.556Z Downloaded textwrap v0.16.1
3822024-11-26T22:51:43.559Z Downloaded tempfile v3.13.0
3832024-11-26T22:51:43.565Z Downloaded toml v0.8.19
3842024-11-26T22:51:43.568Z Downloaded serde_derive v1.0.215
3852024-11-26T22:51:43.570Z Downloaded papergrid v0.11.0
3862024-11-26T22:51:43.575Z Downloaded serde v1.0.215
3872024-11-26T22:51:43.599Z Downloaded memchr v2.7.4
3882024-11-26T22:51:43.604Z Downloaded toml_edit v0.22.22
3892024-11-26T22:51:43.626Z Downloaded indexmap v2.6.0
3902024-11-26T22:51:43.629Z Downloaded clap_builder v4.5.21
3912024-11-26T22:51:43.639Z Downloaded pest v2.7.14
3922024-11-26T22:51:43.643Z Downloaded hashbrown v0.15.0
3932024-11-26T22:51:43.655Z Downloaded serde_json v1.0.132
3942024-11-26T22:51:43.662Z Downloaded goblin v0.8.2
3952024-11-26T22:51:43.668Z Downloaded zerocopy v0.7.35
3962024-11-26T22:51:43.683Z Downloaded winnow v0.6.20
3972024-11-26T22:51:43.691Z Downloaded tabled v0.15.0
3982024-11-26T22:51:43.706Z Downloaded syn v1.0.109
3992024-11-26T22:51:43.724Z Downloaded syn v2.0.87
4002024-11-26T22:51:43.733Z Downloaded unicode-width v0.1.14
4012024-11-26T22:51:43.739Z Downloaded rustix v0.38.37
4022024-11-26T22:51:43.777Z Downloaded libc v0.2.162
4032024-11-26T22:51:44.085Z Compiling proc-macro2 v1.0.89
4042024-11-26T22:51:44.085Z Compiling unicode-ident v1.0.13
4052024-11-26T22:51:44.085Z Compiling serde v1.0.215
4062024-11-26T22:51:44.087Z Compiling version_check v0.9.5
4072024-11-26T22:51:44.087Z Compiling thiserror v1.0.69
4082024-11-26T22:51:44.087Z Compiling memchr v2.7.4
4092024-11-26T22:51:44.087Z Compiling libc v0.2.162
4102024-11-26T22:51:44.121Z Compiling ryu v1.0.18
4112024-11-26T22:51:44.330Z Compiling ucd-trie v0.1.7
4122024-11-26T22:51:44.554Z Compiling itoa v1.0.11
4132024-11-26T22:51:44.736Z Compiling once_cell v1.20.2
4142024-11-26T22:51:44.932Z Compiling byteorder v1.5.0
4152024-11-26T22:51:45.359Z Compiling serde_json v1.0.132
4162024-11-26T22:51:45.407Z Compiling rustix v0.38.37
4172024-11-26T22:51:45.431Z Compiling bitflags v2.6.0
4182024-11-26T22:51:45.715Z Compiling proc-macro-error-attr v1.0.4
4192024-11-26T22:51:45.743Z Compiling usdt-impl v0.5.0
4202024-11-26T22:51:45.903Z Compiling syn v1.0.109
4212024-11-26T22:51:46.015Z Compiling proc-macro-error v1.0.4
4222024-11-26T22:51:46.056Z Compiling log v0.4.22
4232024-11-26T22:51:46.232Z Compiling plain v0.2.3
4242024-11-26T22:51:46.293Z Compiling hashbrown v0.15.0
4252024-11-26T22:51:46.320Z Compiling utf8parse v0.2.2
4262024-11-26T22:51:46.392Z Compiling quote v1.0.37
4272024-11-26T22:51:46.437Z Compiling equivalent v1.0.1
4282024-11-26T22:51:46.480Z Compiling camino v1.1.9
4292024-11-26T22:51:46.562Z Compiling thread-id v4.2.2
4302024-11-26T22:51:46.588Z Compiling anstyle-parse v0.2.5
4312024-11-26T22:51:46.662Z Compiling errno v0.3.9
4322024-11-26T22:51:46.845Z Compiling syn v2.0.87
4332024-11-26T22:51:47.102Z Compiling winnow v0.6.20
4342024-11-26T22:51:47.171Z Compiling colorchoice v1.0.2
4352024-11-26T22:51:47.305Z Compiling anstyle v1.0.10
4362024-11-26T22:51:47.358Z Compiling unicode-width v0.1.14
4372024-11-26T22:51:47.535Z Compiling indexmap v2.6.0
4382024-11-26T22:51:48.792Z Compiling is_terminal_polyfill v1.70.1
4392024-11-26T22:51:48.794Z Compiling anstyle-query v1.1.1
4402024-11-26T22:51:48.794Z Compiling autocfg v1.4.0
4412024-11-26T22:51:48.794Z Compiling semver v1.0.23
4422024-11-26T22:51:48.794Z Compiling pretty-hex v0.4.1
4432024-11-26T22:51:48.794Z Compiling anstream v0.6.15
4442024-11-26T22:51:48.986Z Compiling anyhow v1.0.93
4452024-11-26T22:51:49.013Z Compiling heck v0.4.1
4462024-11-26T22:51:49.185Z Compiling fs-err v2.11.0
4472024-11-26T22:51:49.456Z Compiling terminal_size v0.4.0
4482024-11-26T22:51:49.482Z Compiling cfg-if v1.0.0
4492024-11-26T22:51:49.555Z Compiling fastrand v2.1.1
4502024-11-26T22:51:49.583Z Compiling strsim v0.11.1
4512024-11-26T22:51:49.617Z Compiling bytecount v0.6.8
4522024-11-26T22:51:49.677Z Compiling fnv v1.0.7
4532024-11-26T22:51:49.906Z Compiling clap_lex v0.7.2
4542024-11-26T22:51:50.091Z Compiling heck v0.5.0
4552024-11-26T22:51:50.260Z Compiling clap_builder v4.5.21
4562024-11-26T22:51:50.440Z Compiling tempfile v3.13.0
4572024-11-26T22:51:50.509Z Compiling papergrid v0.11.0
4582024-11-26T22:51:50.790Z Compiling memmap v0.7.0
4592024-11-26T22:51:50.955Z Compiling unicode-linebreak v0.1.5
4602024-11-26T22:51:50.976Z Compiling smawk v0.3.2
4612024-11-26T22:51:51.364Z Compiling textwrap v0.16.1
4622024-11-26T22:51:51.462Z Compiling swrite v0.1.0
4632024-11-26T22:51:52.603Z Compiling tabled_derive v0.7.0
4642024-11-26T22:51:54.276Z Compiling tabled v0.15.0
4652024-11-26T22:51:55.854Z Compiling serde_derive v1.0.215
4662024-11-26T22:51:55.854Z Compiling thiserror-impl v1.0.69
4672024-11-26T22:51:55.857Z Compiling zerocopy-derive v0.7.35
4682024-11-26T22:51:55.857Z Compiling scroll_derive v0.12.0
4692024-11-26T22:51:55.898Z Compiling clap_derive v4.5.18
4702024-11-26T22:51:57.216Z Compiling scroll v0.12.0
4712024-11-26T22:51:57.504Z Compiling zerocopy v0.7.35
4722024-11-26T22:51:57.707Z Compiling goblin v0.8.2
4732024-11-26T22:51:58.490Z Compiling pest v2.7.14
4742024-11-26T22:52:00.030Z Compiling clap v4.5.21
4752024-11-26T22:52:00.736Z Compiling pest_meta v2.7.14
4762024-11-26T22:52:01.573Z Compiling pest_generator v2.7.14
4772024-11-26T22:52:03.546Z Compiling pest_derive v2.7.14
4782024-11-26T22:52:04.298Z Compiling dtrace-parser v0.2.0
4792024-11-26T22:52:06.052Z Compiling serde_tokenstream v0.2.2
4802024-11-26T22:52:06.329Z Compiling toml_datetime v0.6.8
4812024-11-26T22:52:06.329Z Compiling serde_spanned v0.6.8
4822024-11-26T22:52:06.555Z Compiling cargo-platform v0.1.8
4832024-11-26T22:52:06.661Z Compiling macaddr v1.0.1
4842024-11-26T22:52:06.725Z Compiling toml_edit v0.22.22
4852024-11-26T22:52:07.048Z Compiling camino-tempfile v1.1.1
4862024-11-26T22:52:07.522Z Compiling dof v0.3.0
4872024-11-26T22:52:07.940Z Compiling cargo_metadata v0.18.1
4882024-11-26T22:52:09.222Z Compiling usdt-macro v0.5.0
4892024-11-26T22:52:09.223Z Compiling usdt-attr-macro v0.5.0
4902024-11-26T22:52:09.463Z Compiling toml v0.8.19
4912024-11-26T22:52:10.341Z Compiling cargo_toml v0.20.5
4922024-11-26T22:52:10.623Z Compiling usdt v0.5.0
4932024-11-26T22:52:13.882Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-11-26T22:52:18.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.98s
4952024-11-26T22:52:18.312Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-11-26T22:52:18.863Z Downloading crates ...
4972024-11-26T22:52:19.046Z Downloaded heapless v0.7.17
4982024-11-26T22:52:19.058Z Downloaded darling v0.20.10
4992024-11-26T22:52:19.062Z Downloaded headers-core v0.3.0
5002024-11-26T22:52:19.067Z Downloaded heapless v0.8.0
5012024-11-26T22:52:19.077Z Downloaded httpdate v1.0.3
5022024-11-26T22:52:19.079Z Downloaded hubpack v0.1.2
5032024-11-26T22:52:19.082Z Downloaded aes v0.8.4
5042024-11-26T22:52:19.085Z Downloaded http-range v0.1.5
5052024-11-26T22:52:19.088Z Downloaded httparse v1.9.5
5062024-11-26T22:52:19.090Z Downloaded backtrace v0.3.74
5072024-11-26T22:52:19.095Z Downloaded hickory-resolver v0.24.1
5082024-11-26T22:52:19.100Z Downloaded async-stream-impl v0.3.6
5092024-11-26T22:52:19.103Z Downloaded humantime v2.1.0
5102024-11-26T22:52:19.105Z Downloaded hubpack_derive v0.1.1
5112024-11-26T22:52:19.105Z Downloaded bcrypt-pbkdf v0.10.0
5122024-11-26T22:52:19.108Z Downloaded atty v0.2.14
5132024-11-26T22:52:19.108Z Downloaded atomicwrites v0.4.4
5142024-11-26T22:52:19.110Z Downloaded async-stream v0.3.6
5152024-11-26T22:52:19.112Z Downloaded arrayref v0.3.9
5162024-11-26T22:52:19.112Z Downloaded http-body-util v0.1.2
5172024-11-26T22:52:19.115Z Downloaded bb8 v0.8.5
5182024-11-26T22:52:19.118Z Downloaded adler2 v2.0.0
5192024-11-26T22:52:19.118Z Downloaded assert_matches v1.5.0
5202024-11-26T22:52:19.120Z Downloaded async-recursion v1.1.1
5212024-11-26T22:52:19.124Z Downloaded http-body v1.0.1
5222024-11-26T22:52:19.126Z Downloaded hickory-proto v0.24.1
5232024-11-26T22:52:19.143Z Downloaded hostname v0.3.1
5242024-11-26T22:52:19.145Z Downloaded highway v1.2.0
5252024-11-26T22:52:19.148Z Downloaded hickory-client v0.24.1
5262024-11-26T22:52:19.150Z Downloaded hex-literal v0.4.1
5272024-11-26T22:52:19.153Z Downloaded is_ci v1.2.0
5282024-11-26T22:52:19.156Z Downloaded async-bb8-diesel v0.2.1
5292024-11-26T22:52:19.158Z Downloaded arrayvec v0.7.6
5302024-11-26T22:52:19.160Z Downloaded ident_case v1.0.1
5312024-11-26T22:52:19.162Z Downloaded argon2 v0.5.3
5322024-11-26T22:52:19.165Z Downloaded ciborium-io v0.2.2
5332024-11-26T22:52:19.165Z Downloaded heck v0.3.3
5342024-11-26T22:52:19.167Z Downloaded icu_provider_macros v1.5.0
5352024-11-26T22:52:19.169Z Downloaded matches v0.1.10
5362024-11-26T22:52:19.169Z Downloaded match_cfg v0.1.0
5372024-11-26T22:52:19.169Z Downloaded bit-set v0.5.3
5382024-11-26T22:52:19.172Z Downloaded aead v0.5.2
5392024-11-26T22:52:19.174Z Downloaded cfg_aliases v0.2.1
5402024-11-26T22:52:19.174Z Downloaded home v0.5.9
5412024-11-26T22:52:19.176Z Downloaded crunchy v0.2.2
5422024-11-26T22:52:19.176Z Downloaded cfg_aliases v0.1.1
5432024-11-26T22:52:19.178Z Downloaded hickory-server v0.24.1
5442024-11-26T22:52:19.183Z Downloaded instant v0.1.13
5452024-11-26T22:52:19.186Z Downloaded hostname v0.4.0
5462024-11-26T22:52:19.189Z Downloaded hex v0.4.3
5472024-11-26T22:52:19.191Z Downloaded hyper-tls v0.6.0
5482024-11-26T22:52:19.191Z Downloaded md5 v0.7.0
5492024-11-26T22:52:19.193Z Downloaded bitfield-struct v0.6.2
5502024-11-26T22:52:19.193Z Downloaded cstr-argument v0.1.2
5512024-11-26T22:52:19.196Z Downloaded ref-cast v1.0.23
5522024-11-26T22:52:19.199Z Downloaded colored v2.1.0
5532024-11-26T22:52:19.201Z Downloaded crucible-workspace-hack v0.1.0
5542024-11-26T22:52:19.201Z Downloaded bitfield v0.14.0
5552024-11-26T22:52:19.203Z Downloaded lazycell v1.3.0
5562024-11-26T22:52:19.205Z Downloaded mime v0.3.17
5572024-11-26T22:52:19.208Z Downloaded convert_case v0.4.0
5582024-11-26T22:52:19.208Z Downloaded cbc v0.1.2
5592024-11-26T22:52:19.210Z Downloaded lru v0.12.5
5602024-11-26T22:52:19.213Z Downloaded managed v0.8.0
5612024-11-26T22:52:19.213Z Downloaded lalrpop-util v0.19.12
5622024-11-26T22:52:19.216Z Downloaded base64ct v1.6.0
5632024-11-26T22:52:19.218Z Downloaded maybe-uninit v2.0.0
5642024-11-26T22:52:19.221Z Downloaded md-5 v0.10.6
5652024-11-26T22:52:19.221Z Downloaded maplit v1.0.2
5662024-11-26T22:52:19.223Z Downloaded lru-cache v0.1.2
5672024-11-26T22:52:19.223Z Downloaded strum v0.26.3
5682024-11-26T22:52:19.226Z Downloaded lockfree-object-pool v0.1.6
5692024-11-26T22:52:19.228Z Downloaded impl-trait-for-tuples v0.2.2
5702024-11-26T22:52:19.230Z Downloaded keccak v0.1.5
5712024-11-26T22:52:19.233Z Downloaded lazy_static v1.5.0
5722024-11-26T22:52:19.235Z Downloaded crc-catalog v2.4.0
5732024-11-26T22:52:19.237Z Downloaded crc v3.2.1
5742024-11-26T22:52:19.240Z Downloaded resolv-conf v0.7.0
5752024-11-26T22:52:19.242Z Downloaded rustc_version v0.4.1
5762024-11-26T22:52:19.244Z Downloaded rand_chacha v0.3.1
5772024-11-26T22:52:19.246Z Downloaded serde_path_to_error v0.1.16
5782024-11-26T22:52:19.248Z Downloaded litemap v0.7.3
5792024-11-26T22:52:19.250Z Downloaded ciborium-ll v0.2.2
5802024-11-26T22:52:19.253Z Downloaded quinn-udp v0.5.5
5812024-11-26T22:52:19.255Z Downloaded scopeguard v1.2.0
5822024-11-26T22:52:19.255Z Downloaded memmap2 v0.9.5
5832024-11-26T22:52:19.257Z Downloaded curve25519-dalek-derive v0.1.1
5842024-11-26T22:52:19.259Z Downloaded bitflags v1.3.2
5852024-11-26T22:52:19.262Z Downloaded mime_guess v2.0.5
5862024-11-26T22:52:19.264Z Downloaded cmake v0.1.51
5872024-11-26T22:52:19.269Z Downloaded is-terminal v0.4.13
5882024-11-26T22:52:19.271Z Downloaded lock_api v0.4.12
5892024-11-26T22:52:19.271Z Downloaded jobserver v0.1.32
5902024-11-26T22:52:19.272Z Downloaded chrono-tz-build v0.4.0
5912024-11-26T22:52:19.274Z Downloaded indexmap v1.9.3
5922024-11-26T22:52:19.278Z Downloaded tinyvec_macros v0.1.1
5932024-11-26T22:52:19.280Z Downloaded termtree v0.4.1
5942024-11-26T22:52:19.281Z Downloaded rustls-pemfile v1.0.4
5952024-11-26T22:52:19.283Z Downloaded rusty-fork v0.3.0
5962024-11-26T22:52:19.285Z Downloaded want v0.3.1
5972024-11-26T22:52:19.285Z Downloaded crossbeam-deque v0.8.5
5982024-11-26T22:52:19.287Z Downloaded const_format_proc_macros v0.2.33
5992024-11-26T22:52:19.290Z Downloaded structmeta-derive v0.3.0
6002024-11-26T22:52:19.292Z Downloaded icu_locid v1.5.0
6012024-11-26T22:52:19.297Z Downloaded zone_cfg_derive v0.3.0
6022024-11-26T22:52:19.299Z Downloaded darling_macro v0.20.10
6032024-11-26T22:52:19.299Z Downloaded http v1.1.0
6042024-11-26T22:52:19.304Z Downloaded tokio-native-tls v0.3.1
6052024-11-26T22:52:19.306Z Downloaded slab v0.4.9
6062024-11-26T22:52:19.308Z Downloaded slog-stdlog v4.1.1
6072024-11-26T22:52:19.311Z Downloaded progenitor-impl v0.8.0
6082024-11-26T22:52:19.313Z Downloaded tls_codec_derive v0.4.1
6092024-11-26T22:52:19.315Z Downloaded ciborium v0.2.2
6102024-11-26T22:52:19.318Z Downloaded ctr v0.9.2
6112024-11-26T22:52:19.321Z Downloaded twox-hash v1.6.3
6122024-11-26T22:52:19.323Z Downloaded tokio-macros v2.4.0
6132024-11-26T22:52:19.325Z Downloaded termcolor v1.4.1
6142024-11-26T22:52:19.327Z Downloaded slog-json v2.6.1
6152024-11-26T22:52:19.329Z Downloaded hyper-util v0.1.10
6162024-11-26T22:52:19.334Z Downloaded normalize-line-endings v0.3.0
6172024-11-26T22:52:19.336Z Downloaded structmeta-derive v0.2.0
6182024-11-26T22:52:19.338Z Downloaded csv-core v0.1.11
6192024-11-26T22:52:19.340Z Downloaded foreign-types-shared v0.3.1
6202024-11-26T22:52:19.340Z Downloaded foreign-types-shared v0.1.1
6212024-11-26T22:52:19.343Z Downloaded fallible-streaming-iterator v0.1.9
6222024-11-26T22:52:19.343Z Downloaded indicatif v0.17.9
6232024-11-26T22:52:19.347Z Downloaded hash32 v0.3.1
6242024-11-26T22:52:19.350Z Downloaded number_prefix v0.4.0
6252024-11-26T22:52:19.350Z Downloaded foreign-types v0.5.0
6262024-11-26T22:52:19.352Z Downloaded icu_provider v1.5.0
6272024-11-26T22:52:19.354Z Downloaded icu_properties v1.5.1
6282024-11-26T22:52:19.357Z Downloaded progenitor-client v0.8.0
6292024-11-26T22:52:19.359Z Downloaded diesel-dtrace v0.3.0
6302024-11-26T22:52:19.362Z Downloaded utf8_iter v1.0.4
6312024-11-26T22:52:19.362Z Downloaded rustversion v1.0.17
6322024-11-26T22:52:19.365Z Downloaded take_mut v0.2.2
6332024-11-26T22:52:19.367Z Downloaded prettyplease v0.2.25
6342024-11-26T22:52:19.370Z Downloaded shell-words v1.1.0
6352024-11-26T22:52:19.373Z Downloaded walkdir v2.5.0
6362024-11-26T22:52:19.375Z Downloaded vsss-rs v3.3.4
6372024-11-26T22:52:19.388Z Downloaded form_urlencoded v1.2.1
6382024-11-26T22:52:19.391Z Downloaded crossbeam-epoch v0.9.18
6392024-11-26T22:52:19.393Z Downloaded crossbeam-utils v0.8.20
6402024-11-26T22:52:19.396Z Downloaded nanorand v0.7.0
6412024-11-26T22:52:19.398Z Downloaded waitgroup v0.1.2
6422024-11-26T22:52:19.400Z Downloaded try-lock v0.2.5
6432024-11-26T22:52:19.402Z Downloaded foldhash v0.1.3
6442024-11-26T22:52:19.402Z Downloaded fallible-iterator v0.3.0
6452024-11-26T22:52:19.405Z Downloaded olpc-cjson v0.1.4
6462024-11-26T22:52:19.405Z Downloaded fallible-iterator v0.2.0
6472024-11-26T22:52:19.408Z Downloaded embedded-io v0.4.0
6482024-11-26T22:52:19.410Z Downloaded multimap v0.10.0
6492024-11-26T22:52:19.410Z Downloaded percent-encoding v2.3.1
6502024-11-26T22:52:19.412Z Downloaded russh-cryptovec v0.7.3
6512024-11-26T22:52:19.412Z Downloaded pem v3.0.4
6522024-11-26T22:52:19.414Z Downloaded base64 v0.13.1
6532024-11-26T22:52:19.417Z Downloaded openssl-probe v0.1.5
6542024-11-26T22:52:19.420Z Downloaded openssl-macros v0.1.1
6552024-11-26T22:52:19.423Z Downloaded salsa20 v0.10.2
6562024-11-26T22:52:19.423Z Downloaded tls_codec v0.4.1
6572024-11-26T22:52:19.425Z Downloaded packed_struct_codegen v0.10.1
6582024-11-26T22:52:19.428Z Downloaded scrypt v0.11.0
6592024-11-26T22:52:19.428Z Downloaded quick-error v1.2.3
6602024-11-26T22:52:19.430Z Downloaded packed_struct v0.10.1
6612024-11-26T22:52:19.432Z Downloaded foreign-types-macros v0.2.3
6622024-11-26T22:52:19.432Z Downloaded slog-async v2.8.0
6632024-11-26T22:52:19.435Z Downloaded publicsuffix v2.2.3
6642024-11-26T22:52:19.437Z Downloaded hash32 v0.2.1
6652024-11-26T22:52:19.439Z Downloaded minimal-lexical v0.2.1
6662024-11-26T22:52:19.443Z Downloaded nu-ansi-term v0.50.1
6672024-11-26T22:52:19.447Z Downloaded nodrop v0.1.14
6682024-11-26T22:52:19.449Z Downloaded path-slash v0.1.5
6692024-11-26T22:52:19.452Z Downloaded tower-service v0.3.3
6702024-11-26T22:52:19.452Z Downloaded tabwriter v1.4.0
6712024-11-26T22:52:19.455Z Downloaded schemars_derive v0.8.21
6722024-11-26T22:52:19.455Z Downloaded native-tls v0.2.12
6732024-11-26T22:52:19.457Z Downloaded hkdf v0.12.4
6742024-11-26T22:52:19.461Z Downloaded synstructure v0.13.1
6752024-11-26T22:52:19.464Z Downloaded ed25519 v2.2.3
6762024-11-26T22:52:19.465Z Downloaded dirs-next v2.0.0
6772024-11-26T22:52:19.467Z Downloaded difflib v0.4.0
6782024-11-26T22:52:19.467Z Downloaded debug-ignore v1.0.5
6792024-11-26T22:52:19.469Z Downloaded pem-rfc7468 v0.7.0
6802024-11-26T22:52:19.471Z Downloaded crc-any v2.5.0
6812024-11-26T22:52:19.474Z Downloaded tui-tree-widget v0.22.0
6822024-11-26T22:52:19.476Z Downloaded mirai-annotations v1.12.0
6832024-11-26T22:52:19.478Z Downloaded tiny-keccak v2.0.2
6842024-11-26T22:52:19.480Z Downloaded postgres-types v0.2.8
6852024-11-26T22:52:19.483Z Downloaded rand_seeder v0.3.0
6862024-11-26T22:52:19.485Z Downloaded pbkdf2 v0.12.2
6872024-11-26T22:52:19.487Z Downloaded shlex v1.3.0
6882024-11-26T22:52:19.487Z Downloaded sct v0.7.1
6892024-11-26T22:52:19.492Z Downloaded data-encoding v2.6.0
6902024-11-26T22:52:19.494Z Downloaded zone v0.3.0
6912024-11-26T22:52:19.496Z Downloaded xattr v1.3.1
6922024-11-26T22:52:19.498Z Downloaded dyn-clone v1.0.17
6932024-11-26T22:52:19.501Z Downloaded postgres-protocol v0.6.7
6942024-11-26T22:52:19.503Z Downloaded num-rational v0.4.2
6952024-11-26T22:52:19.505Z Downloaded postcard v1.0.10
6962024-11-26T22:52:19.508Z Downloaded rfc6979 v0.4.0
6972024-11-26T22:52:19.508Z Downloaded typify v0.2.0
6982024-11-26T22:52:19.511Z Downloaded rustfmt-wrapper v0.2.1
6992024-11-26T22:52:19.513Z Downloaded nibble_vec v0.1.0
7002024-11-26T22:52:19.515Z Downloaded newtype_derive v0.1.6
7012024-11-26T22:52:19.517Z Downloaded fd-lock v4.0.2
7022024-11-26T22:52:19.520Z Downloaded subtle v2.6.1
7032024-11-26T22:52:19.522Z Downloaded futures-executor v0.3.31
7042024-11-26T22:52:19.525Z Downloaded num-integer v0.1.46
7052024-11-26T22:52:19.525Z Downloaded pbkdf2 v0.11.0
7062024-11-26T22:52:19.527Z Downloaded num-iter v0.1.45
7072024-11-26T22:52:19.530Z Downloaded futures-macro v0.3.31
7082024-11-26T22:52:19.530Z Downloaded futures-io v0.3.31
7092024-11-26T22:52:19.532Z Downloaded snafu-derive v0.8.5
7102024-11-26T22:52:19.534Z Downloaded zopfli v0.8.1
7112024-11-26T22:52:19.537Z Downloaded rand_core v0.6.4
7122024-11-26T22:52:19.539Z Downloaded predicates-tree v1.0.11
7132024-11-26T22:52:19.539Z Downloaded pin-utils v0.1.0
7142024-11-26T22:52:19.542Z Downloaded predicates-core v1.0.8
7152024-11-26T22:52:19.544Z Downloaded socket2 v0.5.7
7162024-11-26T22:52:19.546Z Downloaded slog v2.7.0
7172024-11-26T22:52:19.548Z Downloaded pkcs1 v0.7.5
7182024-11-26T22:52:19.551Z Downloaded half v2.4.1
7192024-11-26T22:52:19.554Z Downloaded compact_str v0.8.0
7202024-11-26T22:52:19.558Z Downloaded psl-types v2.0.11
7212024-11-26T22:52:19.560Z Downloaded itertools v0.10.5
7222024-11-26T22:52:19.567Z Downloaded glob v0.3.1
7232024-11-26T22:52:19.570Z Downloaded flagset v0.4.6
7242024-11-26T22:52:19.572Z Downloaded signal-hook-registry v1.4.2
7252024-11-26T22:52:19.574Z Downloaded tungstenite v0.24.0
7262024-11-26T22:52:19.577Z Downloaded tungstenite v0.23.0
7272024-11-26T22:52:19.581Z Downloaded miniz_oxide v0.8.0
7282024-11-26T22:52:19.583Z Downloaded tungstenite v0.21.0
7292024-11-26T22:52:19.588Z Downloaded dhcproto-macros v0.1.0
7302024-11-26T22:52:19.590Z Downloaded peg v0.8.4
7312024-11-26T22:52:19.593Z Downloaded powerfmt v0.2.0
7322024-11-26T22:52:19.596Z Downloaded unarray v0.1.4
7332024-11-26T22:52:19.598Z Downloaded const_format v0.2.33
7342024-11-26T22:52:19.602Z Downloaded toolchain_find v0.4.0
7352024-11-26T22:52:19.604Z Downloaded time-core v0.1.2
7362024-11-26T22:52:19.607Z Downloaded libxml v0.3.3
7372024-11-26T22:52:19.611Z Downloaded displaydoc v0.2.5
7382024-11-26T22:52:19.615Z Downloaded num-derive v0.4.2
7392024-11-26T22:52:19.618Z Downloaded smallvec v0.6.14
7402024-11-26T22:52:19.620Z Downloaded crypto-bigint v0.5.5
7412024-11-26T22:52:19.627Z Downloaded parse-size v1.1.0
7422024-11-26T22:52:19.629Z Downloaded globset v0.4.15
7432024-11-26T22:52:19.631Z Downloaded derive_builder_macro v0.20.2
7442024-11-26T22:52:19.633Z Downloaded slog-term v2.9.1
7452024-11-26T22:52:19.635Z Downloaded phf_shared v0.11.2
7462024-11-26T22:52:19.637Z Downloaded embedded-io v0.6.1
7472024-11-26T22:52:19.637Z Downloaded slog-bunyan v2.5.0
7482024-11-26T22:52:19.640Z Downloaded bumpalo v3.16.0
7492024-11-26T22:52:19.642Z Downloaded elliptic-curve v0.13.8
7502024-11-26T22:52:19.646Z Downloaded diesel_table_macro_syntax v0.2.0
7512024-11-26T22:52:19.649Z Downloaded sec1 v0.7.3
7522024-11-26T22:52:19.651Z Downloaded funty v2.0.0
7532024-11-26T22:52:19.651Z Downloaded same-file v1.0.6
7542024-11-26T22:52:19.653Z Downloaded fragile v2.0.0
7552024-11-26T22:52:19.655Z Downloaded progenitor-macro v0.8.0
7562024-11-26T22:52:19.657Z Downloaded zerocopy-derive v0.8.10
7572024-11-26T22:52:19.662Z Downloaded itertools v0.13.0
7582024-11-26T22:52:19.670Z Downloaded secrecy v0.8.0
7592024-11-26T22:52:19.673Z Downloaded phf_codegen v0.11.2
7602024-11-26T22:52:19.675Z Downloaded utf16_iter v1.0.5
7612024-11-26T22:52:19.675Z Downloaded newline-converter v0.3.0
7622024-11-26T22:52:19.678Z Downloaded zeroize v1.8.1
7632024-11-26T22:52:19.678Z Downloaded whoami v1.5.2
7642024-11-26T22:52:19.680Z Downloaded fatfs v0.3.6
7652024-11-26T22:52:19.683Z Downloaded itertools v0.12.1
7662024-11-26T22:52:19.691Z Downloaded radium v0.7.0
7672024-11-26T22:52:19.694Z Downloaded progenitor v0.8.0
7682024-11-26T22:52:19.696Z Downloaded group v0.13.0
7692024-11-26T22:52:19.698Z Downloaded proc-macro-crate v1.3.1
7702024-11-26T22:52:19.699Z Downloaded paste v1.0.15
7712024-11-26T22:52:19.701Z Downloaded untrusted v0.7.1
7722024-11-26T22:52:19.704Z Downloaded hyper v1.5.0
7732024-11-26T22:52:19.711Z Downloaded new_debug_unreachable v1.0.6
7742024-11-26T22:52:19.714Z Downloaded uzers v0.12.1
7752024-11-26T22:52:19.714Z Downloaded openssl-sys v0.9.103
7762024-11-26T22:52:19.720Z Downloaded num v0.4.3
7772024-11-26T22:52:19.722Z Downloaded fs_extra v1.3.0
7782024-11-26T22:52:19.725Z Downloaded fxhash v0.2.1
7792024-11-26T22:52:19.727Z Downloaded siphasher v0.3.11
7802024-11-26T22:52:19.727Z Downloaded rustc-hash v2.0.0
7812024-11-26T22:52:19.730Z Downloaded rustc-hash v1.1.0
7822024-11-26T22:52:19.730Z Downloaded rtoolbox v0.0.2
7832024-11-26T22:52:19.732Z Downloaded steno v0.4.1
7842024-11-26T22:52:19.735Z Downloaded rustc-demangle v0.1.24
7852024-11-26T22:52:19.738Z Downloaded futures-sink v0.3.31
7862024-11-26T22:52:19.740Z Downloaded thiserror-impl-no-std v2.0.2
7872024-11-26T22:52:19.742Z Downloaded smf v0.2.3
7882024-11-26T22:52:19.742Z Downloaded rustls-pki-types v1.9.0
7892024-11-26T22:52:19.747Z Downloaded newtype-uuid v1.1.3
7902024-11-26T22:52:19.750Z Downloaded r2d2 v0.8.10
7912024-11-26T22:52:19.753Z Downloaded unicase v2.7.0
7922024-11-26T22:52:19.753Z Downloaded rpassword v7.3.1
7932024-11-26T22:52:19.755Z Downloaded sqlformat v0.2.6
7942024-11-26T22:52:19.758Z Downloaded p256 v0.13.2
7952024-11-26T22:52:19.760Z Downloaded pretty-hex v0.2.1
7962024-11-26T22:52:19.764Z Downloaded uuid v1.11.0
7972024-11-26T22:52:19.766Z Downloaded hashbrown v0.12.3
7982024-11-26T22:52:19.771Z Downloaded sqlparser_derive v0.2.2
7992024-11-26T22:52:19.773Z Downloaded num_threads v0.1.7
8002024-11-26T22:52:19.773Z Downloaded num_enum_derive v0.5.11
8012024-11-26T22:52:19.776Z Downloaded writeable v0.5.5
8022024-11-26T22:52:19.779Z Downloaded des v0.8.1
8032024-11-26T22:52:19.782Z Downloaded derive_builder_core v0.20.2
8042024-11-26T22:52:19.782Z Downloaded primeorder v0.13.6
8052024-11-26T22:52:19.784Z Downloaded parse-display v0.10.0
8062024-11-26T22:52:19.786Z Downloaded futures-task v0.3.31
8072024-11-26T22:52:19.786Z Downloaded multer v3.1.0
8082024-11-26T22:52:19.790Z Downloaded pkg-config v0.3.31
8092024-11-26T22:52:19.792Z Downloaded futures-channel v0.3.31
8102024-11-26T22:52:19.795Z Downloaded num-traits v0.2.19
8112024-11-26T22:52:19.797Z Downloaded oso-derive v0.27.3
8122024-11-26T22:52:19.799Z Downloaded vte v0.11.1
8132024-11-26T22:52:19.802Z Downloaded vergen v8.3.2
8142024-11-26T22:52:19.804Z Downloaded omicron-zone-package v0.11.1
8152024-11-26T22:52:19.807Z Downloaded snafu v0.8.5
8162024-11-26T22:52:19.814Z Downloaded peg-runtime v0.8.3
8172024-11-26T22:52:19.816Z Downloaded spki v0.7.3
8182024-11-26T22:52:19.819Z Downloaded spin v0.5.2
8192024-11-26T22:52:19.822Z Downloaded simd-adler32 v0.3.7
8202024-11-26T22:52:19.822Z Downloaded rustls-pemfile v2.2.0
8212024-11-26T22:52:19.824Z Downloaded ed25519-dalek v2.1.1
8222024-11-26T22:52:19.828Z Downloaded ref-cast-impl v1.0.23
8232024-11-26T22:52:19.830Z Downloaded dhcproto v0.12.0
8242024-11-26T22:52:19.837Z Downloaded der_derive v0.7.3
8252024-11-26T22:52:19.837Z Downloaded env_filter v0.1.2
8262024-11-26T22:52:19.837Z Downloaded crossterm v0.28.1
8272024-11-26T22:52:19.844Z Downloaded sync_wrapper v1.0.1
8282024-11-26T22:52:19.846Z Downloaded futures v0.3.31
8292024-11-26T22:52:19.851Z Downloaded opaque-debug v0.3.1
8302024-11-26T22:52:19.853Z Downloaded num-conv v0.1.0
8312024-11-26T22:52:19.856Z Downloaded tinystr v0.7.6
8322024-11-26T22:52:19.856Z Downloaded vte_generate_state_changes v0.1.2
8332024-11-26T22:52:19.858Z Downloaded thiserror-no-std v2.0.2
8342024-11-26T22:52:19.861Z Downloaded mockall v0.13.0
8352024-11-26T22:52:19.863Z Downloaded aes-gcm v0.10.3
8362024-11-26T22:52:19.867Z Downloaded float-ord v0.3.2
8372024-11-26T22:52:19.869Z Downloaded phf_shared v0.10.0
8382024-11-26T22:52:19.871Z Downloaded float-cmp v0.9.0
8392024-11-26T22:52:19.871Z Downloaded defmt-macros v0.3.9
8402024-11-26T22:52:19.874Z Downloaded downcast v0.11.0
8412024-11-26T22:52:19.876Z Downloaded getrandom v0.2.15
8422024-11-26T22:52:19.879Z Downloaded dsl_auto_type v0.1.2
8432024-11-26T22:52:19.881Z Downloaded rayon v1.10.0
8442024-11-26T22:52:19.893Z Downloaded precomputed-hash v0.1.1
8452024-11-26T22:52:19.895Z Downloaded smallvec v1.13.2
8462024-11-26T22:52:19.895Z Downloaded similar v2.6.0
8472024-11-26T22:52:19.900Z Downloaded phf v0.11.2
8482024-11-26T22:52:19.902Z Downloaded unicode_categories v0.1.1
8492024-11-26T22:52:19.904Z Downloaded typed-path v0.9.3
8502024-11-26T22:52:19.911Z Downloaded phf_generator v0.11.2
8512024-11-26T22:52:19.913Z Downloaded parse-display-derive v0.10.0
8522024-11-26T22:52:19.915Z Downloaded thread_local v1.1.8
8532024-11-26T22:52:19.915Z Downloaded untrusted v0.9.0
8542024-11-26T22:52:19.918Z Downloaded num_enum v0.5.11
8552024-11-26T22:52:19.923Z Downloaded endian-type v0.1.2
8562024-11-26T22:52:19.925Z Downloaded strum_macros v0.24.3
8572024-11-26T22:52:19.927Z Downloaded structmeta v0.2.0
8582024-11-26T22:52:19.927Z Downloaded time-macros v0.2.18
8592024-11-26T22:52:19.930Z Downloaded sigpipe v0.1.3
8602024-11-26T22:52:19.932Z Downloaded sha1 v0.10.6
8612024-11-26T22:52:19.932Z Downloaded poly1305 v0.8.0
8622024-11-26T22:52:19.935Z Downloaded sync-ptr v0.1.1
8632024-11-26T22:52:19.937Z Downloaded toml v0.7.8
8642024-11-26T22:52:19.941Z Downloaded pin-project-internal v1.1.6
8652024-11-26T22:52:19.943Z Downloaded predicates v3.1.2
8662024-11-26T22:52:19.945Z Downloaded yoke-derive v0.7.4
8672024-11-26T22:52:19.947Z Downloaded gethostname v0.5.0
8682024-11-26T22:52:19.949Z Downloaded enum-as-inner v0.6.1
8692024-11-26T22:52:19.949Z Downloaded polyval v0.6.2
8702024-11-26T22:52:19.952Z Downloaded display-error-chain v0.2.2
8712024-11-26T22:52:19.954Z Downloaded dirs-sys-next v0.1.2
8722024-11-26T22:52:19.954Z Downloaded tokio-tungstenite v0.24.0
8732024-11-26T22:52:19.957Z Downloaded serde_urlencoded v0.7.1
8742024-11-26T22:52:19.959Z Downloaded deranged v0.3.11
8752024-11-26T22:52:19.961Z Downloaded parking_lot_core v0.8.6
8762024-11-26T22:52:19.964Z Downloaded tokio-postgres v0.7.12
8772024-11-26T22:52:19.968Z Downloaded tokio-tungstenite v0.23.1
8782024-11-26T22:52:19.970Z Downloaded write16 v1.0.0
8792024-11-26T22:52:19.973Z Downloaded flume v0.11.1
8802024-11-26T22:52:19.976Z Downloaded mockall_derive v0.13.0
8812024-11-26T22:52:19.978Z Downloaded serde_plain v1.0.2
8822024-11-26T22:52:19.981Z Downloaded stable_deref_trait v1.2.0
8832024-11-26T22:52:19.981Z Downloaded serde_with_macros v3.11.0
8842024-11-26T22:52:19.983Z Downloaded parse-zoneinfo v0.3.1
8852024-11-26T22:52:19.986Z Downloaded supports-color v3.0.1
8862024-11-26T22:52:19.989Z Downloaded signature v2.2.0
8872024-11-26T22:52:19.991Z Downloaded unicode-segmentation v1.12.0
8882024-11-26T22:52:19.993Z Downloaded hashlink v0.9.1
8892024-11-26T22:52:19.996Z Downloaded ppv-lite86 v0.2.20
8902024-11-26T22:52:19.998Z Downloaded flate2 v1.0.34
8912024-11-26T22:52:20.003Z Downloaded wait-timeout v0.2.0
8922024-11-26T22:52:20.005Z Downloaded env_logger v0.10.2
8932024-11-26T22:52:20.008Z Downloaded serde_yaml v0.9.34+deprecated
8942024-11-26T22:52:20.012Z Downloaded rand v0.8.5
8952024-11-26T22:52:20.016Z Downloaded rand_xorshift v0.3.0
8962024-11-26T22:52:20.018Z Downloaded icu_properties_data v1.5.0
8972024-11-26T22:52:20.029Z Downloaded num-complex v0.4.6
8982024-11-26T22:52:20.031Z Downloaded ron v0.8.1
8992024-11-26T22:52:20.037Z Downloaded peg-macros v0.8.4
9002024-11-26T22:52:20.040Z Downloaded hashbrown v0.13.2
9012024-11-26T22:52:20.044Z Downloaded toml_edit v0.19.15
9022024-11-26T22:52:20.063Z Downloaded dropshot_endpoint v0.12.0
9032024-11-26T22:52:20.066Z Downloaded either v1.13.0
9042024-11-26T22:52:20.068Z Downloaded lalrpop v0.19.12
9052024-11-26T22:52:20.078Z Downloaded quinn-proto v0.11.8
9062024-11-26T22:52:20.086Z Downloaded owo-colors v4.1.0
9072024-11-26T22:52:20.088Z Downloaded unicode-bidi v0.3.17
9082024-11-26T22:52:20.091Z Downloaded tracing v0.1.40
9092024-11-26T22:52:20.096Z Downloaded diff v0.1.13
9102024-11-26T22:52:20.099Z Downloaded idna v0.4.0
9112024-11-26T22:52:20.107Z Downloaded p521 v0.13.3
9122024-11-26T22:52:20.111Z Downloaded derive-where v1.2.7
9132024-11-26T22:52:20.115Z Downloaded headers v0.4.0
9142024-11-26T22:52:20.121Z Downloaded idna v0.5.0
9152024-11-26T22:52:20.128Z Downloaded portable-atomic v1.9.0
9162024-11-26T22:52:20.136Z Downloaded aws-lc-rs v1.10.0
9172024-11-26T22:52:20.146Z Downloaded idna v0.2.3
9182024-11-26T22:52:20.153Z Downloaded time v0.3.36
9192024-11-26T22:52:20.160Z Downloaded petname v2.0.2
9202024-11-26T22:52:20.167Z Downloaded nom v7.1.3
9212024-11-26T22:52:20.173Z Downloaded zip v2.1.3
9222024-11-26T22:52:20.178Z Downloaded oso v0.27.3
9232024-11-26T22:52:20.181Z Downloaded zip v0.6.6
9242024-11-26T22:52:20.186Z Downloaded reedline v0.35.0
9252024-11-26T22:52:20.194Z Downloaded zerovec v0.10.4
9262024-11-26T22:52:20.201Z Downloaded chrono v0.4.38
9272024-11-26T22:52:20.209Z Downloaded bindgen v0.69.5
9282024-11-26T22:52:20.217Z Downloaded rcgen v0.12.1
9292024-11-26T22:52:20.220Z Downloaded proptest v1.5.0
9302024-11-26T22:52:20.230Z Downloaded sqlparser v0.45.0
9312024-11-26T22:52:20.237Z Downloaded num-bigint v0.4.6
9322024-11-26T22:52:20.242Z Downloaded idna v0.3.0
9332024-11-26T22:52:20.249Z Downloaded num-bigint-dig v0.8.4
9342024-11-26T22:52:20.254Z Downloaded p384 v0.13.0
9352024-11-26T22:52:20.261Z Downloaded openssl v0.10.66
9362024-11-26T22:52:20.273Z Downloaded dropshot v0.12.0
9372024-11-26T22:52:20.294Z Downloaded x509-cert v0.2.5
9382024-11-26T22:52:20.299Z Downloaded rustls v0.21.12
9392024-11-26T22:52:20.311Z Downloaded rustls-webpki v0.101.7
9402024-11-26T22:52:20.327Z Downloaded h2 v0.4.6
9412024-11-26T22:52:20.333Z Downloaded nix v0.27.1
9422024-11-26T22:52:20.345Z Downloaded rustyline v14.0.0
9432024-11-26T22:52:20.350Z Downloaded unicode-normalization v0.1.24
9442024-11-26T22:52:20.354Z Downloaded object v0.36.5
9452024-11-26T22:52:20.366Z Downloaded rustls-webpki v0.102.8
9462024-11-26T22:52:20.385Z Downloaded hashbrown v0.14.5
9472024-11-26T22:52:20.390Z Downloaded object v0.30.4
9482024-11-26T22:52:20.400Z Downloaded radix_trie v0.2.1
9492024-11-26T22:52:20.406Z Downloaded diesel v2.2.4
9502024-11-26T22:52:20.426Z Downloaded trust-dns-proto v0.22.0
9512024-11-26T22:52:20.438Z Downloaded gimli v0.31.1
9522024-11-26T22:52:20.447Z Downloaded nix v0.28.0
9532024-11-26T22:52:20.459Z Downloaded salty v0.3.0
9542024-11-26T22:52:20.466Z Downloaded serde_with v3.11.0
9552024-11-26T22:52:20.475Z Downloaded winnow v0.5.40
9562024-11-26T22:52:20.484Z Downloaded dropshot v0.13.0
9572024-11-26T22:52:20.506Z Downloaded zerocopy v0.8.10
9582024-11-26T22:52:20.529Z Downloaded git2 v0.19.0
9592024-11-26T22:52:20.538Z Downloaded regex v1.11.1
9602024-11-26T22:52:20.552Z Downloaded openapiv3 v2.0.0
9612024-11-26T22:52:20.564Z Downloaded regex-syntax v0.8.5
9622024-11-26T22:52:20.573Z Downloaded unicode-width v0.2.0
9632024-11-26T22:52:20.579Z Downloaded smoltcp v0.9.1
9642024-11-26T22:52:20.591Z Downloaded chrono-tz v0.10.0
9652024-11-26T22:52:20.599Z Downloaded polar-core v0.27.3
9662024-11-26T22:52:20.608Z Downloaded bstr v1.10.0
9672024-11-26T22:52:20.619Z Downloaded nix v0.29.0
9682024-11-26T22:52:20.632Z Downloaded regress v0.9.1
9692024-11-26T22:52:20.641Z Downloaded smoltcp v0.11.0
9702024-11-26T22:52:20.654Z Downloaded lzma-sys v0.1.20
9712024-11-26T22:52:20.685Z Downloaded petgraph v0.6.5
9722024-11-26T22:52:20.702Z Downloaded sled v0.34.7
9732024-11-26T22:52:20.711Z Downloaded regex-syntax v0.6.29
9742024-11-26T22:52:20.719Z Downloaded rustls v0.23.14
9752024-11-26T22:52:20.731Z Downloaded rustls v0.22.4
9762024-11-26T22:52:20.745Z Downloaded tokio v1.40.0
9772024-11-26T22:52:20.782Z Downloaded libz-sys v1.1.20
9782024-11-26T22:52:20.803Z Downloaded webpki-roots v0.26.6
9792024-11-26T22:52:20.806Z Downloaded curve25519-dalek v4.1.3
9802024-11-26T22:52:20.815Z Downloaded regress v0.10.1
9812024-11-26T22:52:20.824Z Downloaded bitvec v1.0.1
9822024-11-26T22:52:20.840Z Downloaded tokio-util v0.7.12
9832024-11-26T22:52:20.846Z Downloaded typify-impl v0.2.0
9842024-11-26T22:52:20.861Z Downloaded zerocopy-derive v0.6.6
9852024-11-26T22:52:20.870Z Downloaded bzip2-sys v0.1.11+1.0.8
9862024-11-26T22:52:20.882Z Downloaded ratatui v0.28.1
9872024-11-26T22:52:20.901Z Downloaded regex-automata v0.4.8
9882024-11-26T22:52:20.918Z Downloaded futures-util v0.3.31
9892024-11-26T22:52:20.929Z Downloaded tough v0.19.0
9902024-11-26T22:52:20.937Z Downloaded vcpkg v0.2.15
9912024-11-26T22:52:20.974Z Downloaded quick-xml v0.33.0
9922024-11-26T22:52:20.980Z Downloaded sha3 v0.10.8
9932024-11-26T22:52:20.985Z Downloaded ron v0.7.1
9942024-11-26T22:52:20.989Z Downloaded unicode-properties v0.1.3
9952024-11-26T22:52:20.991Z Downloaded tar v0.4.42
9962024-11-26T22:52:20.994Z Downloaded dropshot_endpoint v0.13.0
9972024-11-26T22:52:20.996Z Downloaded tracing-core v0.1.32
9982024-11-26T22:52:20.999Z Downloaded tinyvec v1.8.0
9992024-11-26T22:52:21.002Z Downloaded blake3 v1.5.4
10002024-11-26T22:52:21.009Z Downloaded aho-corasick v1.1.3
10012024-11-26T22:52:21.014Z Downloaded enum-as-inner v0.5.1
10022024-11-26T22:52:21.016Z Downloaded tap v1.0.1
10032024-11-26T22:52:21.016Z Downloaded csv v1.3.0
10042024-11-26T22:52:21.036Z Downloaded der v0.7.9
10052024-11-26T22:52:21.041Z Downloaded rusqlite v0.32.1
10062024-11-26T22:52:21.047Z Downloaded stringprep v0.1.5
10072024-11-26T22:52:21.050Z Downloaded pin-project-lite v0.2.14
10082024-11-26T22:52:21.053Z Downloaded parking_lot_core v0.9.10
10092024-11-26T22:52:21.055Z Downloaded env_logger v0.11.5
10102024-11-26T22:52:21.058Z Downloaded rayon-core v1.12.1
10112024-11-26T22:52:21.060Z Downloaded defmt-parser v0.3.4
10122024-11-26T22:52:21.063Z Downloaded zerocopy v0.6.6
10132024-11-26T22:52:21.065Z Downloaded utf-8 v0.7.6
10142024-11-26T22:52:21.065Z Downloaded unicode-truncate v1.1.0
10152024-11-26T22:52:21.069Z Downloaded expectorate v1.1.0
10162024-11-26T22:52:21.069Z Downloaded ssh-key v0.6.6
10172024-11-26T22:52:21.074Z Downloaded serde_repr v0.1.19
10182024-11-26T22:52:21.077Z Downloaded test-strategy v0.3.1
10192024-11-26T22:52:21.079Z Downloaded ghash v0.5.1
10202024-11-26T22:52:21.081Z Downloaded wyz v0.5.1
10212024-11-26T22:52:21.081Z Downloaded pkcs8 v0.10.2
10222024-11-26T22:52:21.084Z Downloaded diesel_derives v2.2.3
10232024-11-26T22:52:21.087Z Downloaded samael v0.0.17
10242024-11-26T22:52:21.093Z Downloaded qorb v0.2.0
10252024-11-26T22:52:21.095Z Downloaded tracing-attributes v0.1.27
10262024-11-26T22:52:21.098Z Downloaded strip-ansi-escapes v0.2.0
10272024-11-26T22:52:21.100Z Downloaded derive_builder v0.20.2
10282024-11-26T22:52:21.103Z Downloaded derive_more v0.99.18
10292024-11-26T22:52:21.107Z Downloaded russh v0.45.0
10302024-11-26T22:52:21.112Z Downloaded reqwest v0.12.9
10312024-11-26T22:52:21.120Z Downloaded mio v1.0.2
10322024-11-26T22:52:21.125Z Downloaded password-hash v0.5.0
10332024-11-26T22:52:21.127Z Downloaded password-hash v0.4.2
10342024-11-26T22:52:21.130Z Downloaded schemars v0.8.21
10352024-11-26T22:52:21.139Z Downloaded rsa v0.9.6
10362024-11-26T22:52:21.143Z Downloaded pin-project v1.1.6
10372024-11-26T22:52:21.154Z Downloaded tokio-rustls v0.24.1
10382024-11-26T22:52:21.156Z Downloaded universal-hash v0.5.1
10392024-11-26T22:52:21.158Z Downloaded topological-sort v0.2.2
10402024-11-26T22:52:21.158Z Downloaded term v0.7.0
10412024-11-26T22:52:21.161Z Downloaded libgit2-sys v0.17.0+1.8.1
10422024-11-26T22:52:21.218Z Downloaded ena v0.14.3
10432024-11-26T22:52:21.226Z Downloaded signal-hook v0.3.17
10442024-11-26T22:52:21.226Z Downloaded tokio-rustls v0.25.0
10452024-11-26T22:52:21.226Z Downloaded subprocess v0.2.9
10462024-11-26T22:52:21.229Z Downloaded strum_macros v0.26.4
10472024-11-26T22:52:21.229Z Downloaded quinn v0.11.5
10482024-11-26T22:52:21.234Z Downloaded slog-envlogger v2.2.0
10492024-11-26T22:52:21.234Z Downloaded slog-dtrace v0.3.0
10502024-11-26T22:52:21.234Z Downloaded zerovec-derive v0.10.3
10512024-11-26T22:52:21.237Z Downloaded zeroize_derive v1.4.2
10522024-11-26T22:52:21.238Z Downloaded zerofrom-derive v0.1.4
10532024-11-26T22:52:21.238Z Downloaded url v2.5.3
10542024-11-26T22:52:21.240Z Downloaded which v4.4.2
10552024-11-26T22:52:21.240Z Downloaded unicode-xid v0.2.6
10562024-11-26T22:52:21.242Z Downloaded rustc_version v0.1.7
10572024-11-26T22:52:21.242Z Downloaded libm v0.2.8
10582024-11-26T22:52:21.249Z Downloaded typify-macro v0.2.0
10592024-11-26T22:52:21.251Z Downloaded tokio-tungstenite v0.21.0
10602024-11-26T22:52:21.254Z Downloaded pkcs5 v0.7.1
10612024-11-26T22:52:21.256Z Downloaded cc v1.1.30
10622024-11-26T22:52:21.258Z Downloaded strum_macros v0.25.3
10632024-11-26T22:52:21.261Z Downloaded encoding_rs v0.8.34
10642024-11-26T22:52:21.282Z Downloaded crossbeam-channel v0.5.13
10652024-11-26T22:52:21.286Z Downloaded scheduled-thread-pool v0.2.7
10662024-11-26T22:52:21.288Z Downloaded ecdsa v0.16.9
10672024-11-26T22:52:21.290Z Downloaded zone v0.1.8
10682024-11-26T22:52:21.290Z Downloaded value-bag v1.9.0
10692024-11-26T22:52:21.292Z Downloaded idna v1.0.3
10702024-11-26T22:52:21.296Z Downloaded futures-core v0.3.31
10712024-11-26T22:52:21.298Z Downloaded ff v0.13.0
10722024-11-26T22:52:21.298Z Downloaded fixedbitset v0.4.2
10732024-11-26T22:52:21.300Z Downloaded filetime v0.2.25
10742024-11-26T22:52:21.300Z Downloaded parking_lot v0.12.3
10752024-11-26T22:52:21.303Z Downloaded unsafe-libyaml v0.2.11
10762024-11-26T22:52:21.306Z Downloaded ssh-cipher v0.2.0
10772024-11-26T22:52:21.309Z Downloaded signal-hook-tokio v0.3.1
10782024-11-26T22:52:21.309Z Downloaded signal-hook-mio v0.2.4
10792024-11-26T22:52:21.309Z Downloaded defmt v0.3.8
10802024-11-26T22:52:21.312Z Downloaded yoke v0.7.4
10812024-11-26T22:52:21.314Z Downloaded darling_core v0.20.10
10822024-11-26T22:52:21.318Z Downloaded russh-keys v0.45.0
10832024-11-26T22:52:21.320Z Downloaded parking_lot v0.11.2
10842024-11-26T22:52:21.322Z Downloaded tokio-stream v0.1.16
10852024-11-26T22:52:21.326Z Downloaded tokio-rustls v0.26.0
10862024-11-26T22:52:21.328Z Downloaded base64 v0.22.1
10872024-11-26T22:52:21.331Z Downloaded bytes v1.8.0
10882024-11-26T22:52:21.335Z Downloaded chacha20poly1305 v0.10.1
10892024-11-26T22:52:21.337Z Downloaded xz2 v0.1.7
10902024-11-26T22:52:21.339Z Downloaded string_cache v0.8.7
10912024-11-26T22:52:21.339Z Downloaded static_assertions v1.1.0
10922024-11-26T22:52:21.342Z Downloaded yasna v0.5.2
10932024-11-26T22:52:21.344Z Downloaded base64 v0.21.7
10942024-11-26T22:52:21.346Z Downloaded dunce v1.0.5
10952024-11-26T22:52:21.348Z Downloaded ssh-encoding v0.2.0
10962024-11-26T22:52:21.348Z Downloaded cookie v0.18.1
10972024-11-26T22:52:21.350Z Downloaded const-oid v0.9.6
10982024-11-26T22:52:21.353Z Downloaded spin v0.9.8
10992024-11-26T22:52:21.355Z Downloaded serde_derive_internals v0.29.1
11002024-11-26T22:52:21.358Z Downloaded semver v0.1.20
11012024-11-26T22:52:21.358Z Downloaded clang-sys v1.8.1
11022024-11-26T22:52:21.360Z Downloaded structmeta v0.3.0
11032024-11-26T22:52:21.360Z Downloaded foreign-types v0.3.2
11042024-11-26T22:52:21.362Z Downloaded ahash v0.8.11
11052024-11-26T22:52:21.364Z Downloaded bcs v0.1.6
11062024-11-26T22:52:21.364Z Downloaded icu_collections v1.5.0
11072024-11-26T22:52:21.370Z Downloaded cookie_store v0.21.0
11082024-11-26T22:52:21.372Z Downloaded bzip2 v0.4.4
11092024-11-26T22:52:21.375Z Downloaded termios v0.3.3
11102024-11-26T22:52:21.375Z Downloaded icu_normalizer_data v1.5.0
11112024-11-26T22:52:21.377Z Downloaded slog-scope v4.4.0
11122024-11-26T22:52:21.379Z Downloaded console v0.15.8
11132024-11-26T22:52:21.381Z Downloaded castaway v0.2.3
11142024-11-26T22:52:21.381Z Downloaded serde-hex v0.1.0
11152024-11-26T22:52:21.384Z Downloaded serde-big-array v0.5.1
11162024-11-26T22:52:21.384Z Downloaded icu_normalizer v1.5.0
11172024-11-26T22:52:21.387Z Downloaded crc32fast v1.4.2
11182024-11-26T22:52:21.390Z Downloaded cancel-safe-futures v0.1.5
11192024-11-26T22:52:21.392Z Downloaded zone_cfg_derive v0.1.2
11202024-11-26T22:52:21.392Z Downloaded zerofrom v0.1.4
11212024-11-26T22:52:21.394Z Downloaded memoffset v0.9.1
11222024-11-26T22:52:21.395Z Downloaded ipnetwork v0.20.0
11232024-11-26T22:52:21.397Z Downloaded arc-swap v1.7.1
11242024-11-26T22:52:21.399Z Downloaded cassowary v0.3.0
11252024-11-26T22:52:21.401Z Downloaded allocator-api2 v0.2.18
11262024-11-26T22:52:21.403Z Downloaded chacha20 v0.9.1
11272024-11-26T22:52:21.407Z Downloaded libloading v0.8.5
11282024-11-26T22:52:21.409Z Downloaded ipnet v2.10.1
11292024-11-26T22:52:21.409Z Downloaded cipher v0.4.4
11302024-11-26T22:52:21.409Z Downloaded icu_locid_transform_data v1.5.0
11312024-11-26T22:52:21.411Z Downloaded hyper-staticfile v0.10.1
11322024-11-26T22:52:21.414Z Downloaded icu_locid_transform v1.5.0
11332024-11-26T22:52:21.416Z Downloaded iana-time-zone v0.1.61
11342024-11-26T22:52:21.418Z Downloaded hyper-rustls v0.27.3
11352024-11-26T22:52:21.420Z Downloaded cobs v0.2.3
11362024-11-26T22:52:21.420Z Downloaded cexpr v0.6.0
11372024-11-26T22:52:21.423Z Downloaded libefi-sys v0.1.0
11382024-11-26T22:52:21.424Z Downloaded inout v0.1.3
11392024-11-26T22:52:21.425Z Downloaded indent_write v2.2.0
11402024-11-26T22:52:21.427Z Downloaded indoc v1.0.9
11412024-11-26T22:52:21.427Z Downloaded libsw v3.3.1
11422024-11-26T22:52:21.430Z Downloaded blake2 v0.10.6
11432024-11-26T22:52:21.432Z Downloaded async-trait v0.1.83
11442024-11-26T22:52:21.435Z Downloaded idna_adapter v1.2.0
11452024-11-26T22:52:21.437Z Downloaded atomic-waker v1.1.2
11462024-11-26T22:52:21.437Z Downloaded buf-list v1.0.3
11472024-11-26T22:52:21.439Z Downloaded linked-hash-map v0.5.6
11482024-11-26T22:52:21.441Z Downloaded linear-map v1.2.0
11492024-11-26T22:52:21.441Z Downloaded kstat-rs v0.2.4
11502024-11-26T22:52:21.443Z Downloaded internet-checksum v0.2.1
11512024-11-26T22:52:21.443Z Downloaded instability v0.3.2
11522024-11-26T22:52:21.446Z Downloaded constant_time_eq v0.3.1
11532024-11-26T22:52:21.446Z Downloaded blowfish v0.9.1
11542024-11-26T22:52:21.448Z Downloaded block-padding v0.3.3
11552024-11-26T22:52:21.448Z Downloaded bit-vec v0.6.3
11562024-11-26T22:52:21.450Z Downloaded backoff v0.4.0
11572024-11-26T22:52:21.450Z Downloaded array-init v0.0.4
11582024-11-26T22:52:21.452Z Downloaded ascii-canvas v3.0.0
11592024-11-26T22:52:21.452Z Downloaded hmac v0.12.1
11602024-11-26T22:52:21.455Z Downloaded base16ct v0.2.0
11612024-11-26T22:52:21.457Z Downloaded addr2line v0.24.2
11622024-11-26T22:52:21.552Z Downloaded ring v0.17.8
11632024-11-26T22:52:21.652Z Downloaded libsqlite3-sys v0.30.1
11642024-11-26T22:52:21.985Z Downloaded ring v0.16.20
11652024-11-26T22:52:22.265Z Downloaded aws-lc-sys v0.22.0
11662024-11-26T22:52:22.567Z Compiling serde v1.0.215
11672024-11-26T22:52:22.570Z Compiling lock_api v0.4.12
11682024-11-26T22:52:22.570Z Compiling scopeguard v1.2.0
11692024-11-26T22:52:22.570Z Compiling value-bag v1.9.0
11702024-11-26T22:52:22.570Z Compiling typenum v1.17.0
11712024-11-26T22:52:22.724Z Compiling generic-array v0.14.7
11722024-11-26T22:52:22.764Z Compiling syn v2.0.87
11732024-11-26T22:52:22.782Z Compiling getrandom v0.2.15
11742024-11-26T22:52:22.882Z Compiling shlex v1.3.0
11752024-11-26T22:52:23.066Z Compiling rand_core v0.6.4
11762024-11-26T22:52:23.347Z Compiling log v0.4.22
11772024-11-26T22:52:23.478Z Compiling subtle v2.6.1
11782024-11-26T22:52:23.499Z Compiling jobserver v0.1.32
11792024-11-26T22:52:23.530Z Compiling smallvec v1.13.2
11802024-11-26T22:52:23.675Z Compiling const-oid v0.9.6
11812024-11-26T22:52:23.724Z Compiling spin v0.9.8
11822024-11-26T22:52:23.848Z Compiling pin-project-lite v0.2.14
11832024-11-26T22:52:23.977Z Compiling cc v1.1.30
11842024-11-26T22:52:23.980Z Compiling rustix v0.38.37
11852024-11-26T22:52:24.114Z Compiling parking_lot_core v0.9.10
11862024-11-26T22:52:24.302Z Compiling futures-core v0.3.31
11872024-11-26T22:52:24.476Z Compiling signal-hook-registry v1.4.2
11882024-11-26T22:52:24.574Z Compiling mio v1.0.2
11892024-11-26T22:52:24.915Z Compiling aho-corasick v1.1.3
11902024-11-26T22:52:25.301Z Compiling parking_lot v0.12.3
11912024-11-26T22:52:25.371Z Compiling cpufeatures v0.2.14
11922024-11-26T22:52:25.487Z Compiling regex-syntax v0.8.5
11932024-11-26T22:52:25.546Z Compiling either v1.13.0
11942024-11-26T22:52:25.849Z Compiling lazy_static v1.5.0
11952024-11-26T22:52:25.869Z Compiling stable_deref_trait v1.2.0
11962024-11-26T22:52:25.982Z Compiling futures-sink v0.3.31
11972024-11-26T22:52:26.003Z Compiling glob v0.3.1
11982024-11-26T22:52:26.022Z Compiling socket2 v0.5.7
11992024-11-26T22:52:26.144Z Compiling slab v0.4.9
12002024-11-26T22:52:26.263Z Compiling prettyplease v0.2.25
12012024-11-26T22:52:26.607Z Compiling minimal-lexical v0.2.1
12022024-11-26T22:52:26.933Z Compiling libloading v0.8.5
12032024-11-26T22:52:27.024Z Compiling nom v7.1.3
12042024-11-26T22:52:27.043Z Compiling clang-sys v1.8.1
12052024-11-26T22:52:27.148Z Compiling serde_json v1.0.132
12062024-11-26T22:52:27.364Z Compiling home v0.5.9
12072024-11-26T22:52:27.467Z Compiling bindgen v0.69.5
12082024-11-26T22:52:27.658Z Compiling futures-channel v0.3.31
12092024-11-26T22:52:28.085Z Compiling itertools v0.12.1
12102024-11-26T22:52:28.331Z Compiling allocator-api2 v0.2.18
12112024-11-26T22:52:28.481Z Compiling rustc-hash v1.1.0
12122024-11-26T22:52:28.634Z Compiling lazycell v1.3.0
12132024-11-26T22:52:28.813Z Compiling pin-utils v0.1.0
12142024-11-26T22:52:28.913Z Compiling foldhash v0.1.3
12152024-11-26T22:52:29.168Z Compiling regex-automata v0.4.8
12162024-11-26T22:52:29.240Z Compiling futures-io v0.3.31
12172024-11-26T22:52:29.566Z Compiling futures-task v0.3.31
12182024-11-26T22:52:29.881Z Compiling hashbrown v0.15.0
12192024-11-26T22:52:30.617Z Compiling synstructure v0.13.1
12202024-11-26T22:52:31.230Z Compiling cexpr v0.6.0
12212024-11-26T22:52:31.329Z Compiling cmake v0.1.51
12222024-11-26T22:52:32.344Z Compiling fs_extra v1.3.0
12232024-11-26T22:52:32.363Z Compiling pkg-config v0.3.31
12242024-11-26T22:52:32.383Z Compiling tinyvec_macros v0.1.1
12252024-11-26T22:52:32.478Z Compiling dunce v1.0.5
12262024-11-26T22:52:32.610Z Compiling libm v0.2.8
12272024-11-26T22:52:32.931Z Compiling tinyvec v1.8.0
12282024-11-26T22:52:32.980Z Compiling num-traits v0.2.19
12292024-11-26T22:52:33.534Z Compiling ring v0.17.8
12302024-11-26T22:52:33.951Z Compiling paste v1.0.15
12312024-11-26T22:52:33.999Z Compiling litemap v0.7.3
12322024-11-26T22:52:34.404Z Compiling writeable v0.5.5
12332024-11-26T22:52:34.428Z Compiling unicode-bidi v0.3.17
12342024-11-26T22:52:34.469Z Compiling base64ct v1.6.0
12352024-11-26T22:52:34.542Z Compiling unicode-normalization v0.1.24
12362024-11-26T22:52:34.974Z Compiling regex v1.11.1
12372024-11-26T22:52:35.056Z Compiling pem-rfc7468 v0.7.0
12382024-11-26T22:52:35.777Z Compiling aws-lc-rs v1.10.0
12392024-11-26T22:52:35.798Z Compiling flagset v0.4.6
12402024-11-26T22:52:36.003Z Compiling httparse v1.9.5
12412024-11-26T22:52:36.196Z Compiling tracing-core v0.1.32
12422024-11-26T22:52:36.765Z Compiling icu_locid_transform_data v1.5.0
12432024-11-26T22:52:36.871Z Compiling rustls-pki-types v1.9.0
12442024-11-26T22:52:37.159Z Compiling percent-encoding v2.3.1
12452024-11-26T22:52:37.364Z Compiling serde_derive v1.0.215
12462024-11-26T22:52:37.534Z Compiling zeroize_derive v1.4.2
12472024-11-26T22:52:37.554Z Compiling zerocopy-derive v0.7.35
12482024-11-26T22:52:37.611Z Compiling tokio-macros v2.4.0
12492024-11-26T22:52:37.958Z Compiling zerofrom-derive v0.1.4
12502024-11-26T22:52:39.164Z Compiling zeroize v1.8.1
12512024-11-26T22:52:39.187Z Compiling thiserror-impl v1.0.69
12522024-11-26T22:52:39.796Z Compiling yoke-derive v0.7.4
12532024-11-26T22:52:39.912Z Compiling zerocopy v0.7.35
12542024-11-26T22:52:40.977Z Compiling crypto-common v0.1.6
12552024-11-26T22:52:41.214Z Compiling block-buffer v0.10.4
12562024-11-26T22:52:41.488Z Compiling digest v0.10.7
12572024-11-26T22:52:41.533Z Compiling futures-macro v0.3.31
12582024-11-26T22:52:41.920Z Compiling hmac v0.12.1
12592024-11-26T22:52:42.019Z Compiling zerovec-derive v0.10.3
12602024-11-26T22:52:42.152Z Compiling block-padding v0.3.3
12612024-11-26T22:52:42.180Z Compiling zerofrom v0.1.4
12622024-11-26T22:52:42.391Z Compiling displaydoc v0.2.5
12632024-11-26T22:52:42.393Z Compiling inout v0.1.3
12642024-11-26T22:52:42.519Z Compiling thiserror v1.0.69
12652024-11-26T22:52:42.666Z Compiling cipher v0.4.4
12662024-11-26T22:52:42.684Z Compiling sha2 v0.10.8
12672024-11-26T22:52:42.809Z Compiling yoke v0.7.4
12682024-11-26T22:52:43.156Z Compiling ppv-lite86 v0.2.20
12692024-11-26T22:52:43.200Z Compiling der_derive v0.7.3
12702024-11-26T22:52:43.496Z Compiling futures-util v0.3.31
12712024-11-26T22:52:44.019Z Compiling icu_provider_macros v1.5.0
12722024-11-26T22:52:44.156Z Compiling rand_chacha v0.3.1
12732024-11-26T22:52:44.459Z Compiling tracing-attributes v0.1.27
12742024-11-26T22:52:44.674Z Compiling zerovec v0.10.4
12752024-11-26T22:52:45.169Z Compiling crossbeam-utils v0.8.20
12762024-11-26T22:52:45.656Z Compiling der v0.7.9
12772024-11-26T22:52:45.771Z Compiling pest v2.7.14
12782024-11-26T22:52:46.157Z Compiling rand v0.8.5
12792024-11-26T22:52:46.555Z Compiling tinystr v0.7.6
12802024-11-26T22:52:46.916Z Compiling icu_collections v1.5.0
12812024-11-26T22:52:47.008Z Compiling icu_locid v1.5.0
12822024-11-26T22:52:48.366Z Compiling icu_provider v1.5.0
12832024-11-26T22:52:48.433Z Compiling tracing v0.1.40
12842024-11-26T22:52:48.484Z Compiling spki v0.7.3
12852024-11-26T22:52:48.879Z Compiling salsa20 v0.10.2
12862024-11-26T22:52:48.959Z Compiling pbkdf2 v0.12.2
12872024-11-26T22:52:49.088Z Compiling icu_locid_transform v1.5.0
12882024-11-26T22:52:49.108Z Compiling powerfmt v0.2.0
12892024-11-26T22:52:49.138Z Compiling mirai-annotations v1.12.0
12902024-11-26T22:52:49.317Z Compiling time-core v0.1.2
12912024-11-26T22:52:49.342Z Compiling untrusted v0.7.1
12922024-11-26T22:52:49.457Z Compiling icu_properties_data v1.5.0
12932024-11-26T22:52:49.495Z Compiling untrusted v0.9.0
12942024-11-26T22:52:49.515Z Compiling vcpkg v0.2.15
12952024-11-26T22:52:49.534Z Compiling num-conv v0.1.0
12962024-11-26T22:52:49.681Z Compiling deranged v0.3.11
12972024-11-26T22:52:49.683Z Compiling scrypt v0.11.0
12982024-11-26T22:52:49.719Z Compiling pest_meta v2.7.14
12992024-11-26T22:52:49.809Z Compiling time-macros v0.2.18
13002024-11-26T22:52:50.287Z Compiling icu_properties v1.5.1
13012024-11-26T22:52:51.585Z Compiling bitflags v2.6.0
13022024-11-26T22:52:51.751Z Compiling bytes v1.8.0
13032024-11-26T22:52:51.810Z Compiling indexmap v2.6.0
13042024-11-26T22:52:53.058Z Compiling tokio v1.40.0
13052024-11-26T22:52:53.215Z Compiling http v1.1.0
13062024-11-26T22:52:53.337Z Compiling semver v1.0.23
13072024-11-26T22:52:53.564Z Compiling openssl-sys v0.9.103
13082024-11-26T22:52:54.108Z Compiling rustc_version v0.4.1
13092024-11-26T22:52:54.918Z Compiling cbc v0.1.2
13102024-11-26T22:52:54.953Z Compiling aes v0.8.4
13112024-11-26T22:52:55.115Z Compiling scroll_derive v0.12.0
13122024-11-26T22:52:55.152Z Compiling num_threads v0.1.7
13132024-11-26T22:52:55.251Z Compiling atomic-waker v1.1.2
13142024-11-26T22:52:55.282Z Compiling utf8_iter v1.0.4
13152024-11-26T22:52:55.444Z Compiling utf16_iter v1.0.5
13162024-11-26T22:52:55.535Z Compiling icu_normalizer_data v1.5.0
13172024-11-26T22:52:55.643Z Compiling write16 v1.0.0
13182024-11-26T22:52:55.662Z Compiling time v0.3.36
13192024-11-26T22:52:55.754Z Compiling icu_normalizer v1.5.0
13202024-11-26T22:52:55.773Z Compiling http-body v1.0.1
13212024-11-26T22:52:55.997Z Compiling which v4.4.2
13222024-11-26T22:52:56.017Z Compiling pkcs5 v0.7.1
13232024-11-26T22:52:56.649Z Compiling scroll v0.12.0
13242024-11-26T22:52:57.246Z Compiling pest_generator v2.7.14
13252024-11-26T22:52:57.397Z Compiling form_urlencoded v1.2.1
13262024-11-26T22:52:57.420Z Compiling slog v2.7.0
13272024-11-26T22:52:57.712Z Compiling try-lock v0.2.5
13282024-11-26T22:52:57.790Z Compiling goblin v0.8.2
13292024-11-26T22:52:57.817Z Compiling pkcs8 v0.10.2
13302024-11-26T22:52:57.864Z Compiling want v0.3.1
13312024-11-26T22:52:58.027Z Compiling idna_adapter v1.2.0
13322024-11-26T22:52:58.199Z Compiling httpdate v1.0.3
13332024-11-26T22:52:58.266Z Compiling idna v1.0.3
13342024-11-26T22:52:58.672Z Compiling uuid v1.11.0
13352024-11-26T22:52:59.352Z Compiling pest_derive v2.7.14
13362024-11-26T22:52:59.397Z Compiling serde_spanned v0.6.8
13372024-11-26T22:52:59.634Z Compiling serde_tokenstream v0.2.2
13382024-11-26T22:53:00.109Z Compiling toml_datetime v0.6.8
13392024-11-26T22:53:00.148Z Compiling dtrace-parser v0.2.0
13402024-11-26T22:53:00.168Z Compiling tower-service v0.3.3
13412024-11-26T22:53:00.253Z Compiling rustversion v1.0.17
13422024-11-26T22:53:00.294Z Compiling openssl v0.10.66
13432024-11-26T22:53:00.621Z Compiling adler2 v2.0.0
13442024-11-26T22:53:00.709Z Compiling match_cfg v0.1.0
13452024-11-26T22:53:00.809Z Compiling base64 v0.22.1
13462024-11-26T22:53:00.835Z Compiling iana-time-zone v0.1.61
13472024-11-26T22:53:00.967Z Compiling foreign-types-shared v0.1.1
13482024-11-26T22:53:01.058Z Compiling chrono v0.4.38
13492024-11-26T22:53:01.084Z Compiling foreign-types v0.3.2
13502024-11-26T22:53:01.186Z Compiling hostname v0.3.1
13512024-11-26T22:53:01.301Z Compiling miniz_oxide v0.8.0
13522024-11-26T22:53:01.472Z Compiling url v2.5.3
13532024-11-26T22:53:01.562Z Compiling tokio-util v0.7.12
13542024-11-26T22:53:02.884Z Compiling h2 v0.4.6
13552024-11-26T22:53:03.045Z Compiling async-trait v0.1.83
13562024-11-26T22:53:03.559Z Compiling openssl-macros v0.1.1
13572024-11-26T22:53:03.749Z Compiling dof v0.3.0
13582024-11-26T22:53:04.340Z Compiling dirs-sys-next v0.1.2
13592024-11-26T22:53:04.905Z Compiling usdt-impl v0.5.0
13602024-11-26T22:53:05.016Z Compiling data-encoding v2.6.0
13612024-11-26T22:53:05.908Z Compiling native-tls v0.2.12
13622024-11-26T22:53:05.962Z Compiling rustls v0.22.4
13632024-11-26T22:53:06.231Z Compiling syn v1.0.109
13642024-11-26T22:53:06.250Z Compiling rustls v0.23.14
13652024-11-26T22:53:06.460Z Compiling siphasher v0.3.11
13662024-11-26T22:53:06.584Z Compiling dirs-next v2.0.0
13672024-11-26T22:53:06.958Z Compiling http-body-util v0.1.2
13682024-11-26T22:53:07.491Z Compiling crossbeam-epoch v0.9.18
13692024-11-26T22:53:07.511Z Compiling heapless v0.7.17
13702024-11-26T22:53:07.955Z Compiling sha1 v0.10.6
13712024-11-26T22:53:08.297Z Compiling signature v2.2.0
13722024-11-26T22:53:08.319Z Compiling bzip2-sys v0.1.11+1.0.8
13732024-11-26T22:53:08.384Z Compiling serde_derive_internals v0.29.1
13742024-11-26T22:53:08.405Z Compiling thread_local v1.1.8
13752024-11-26T22:53:08.595Z Compiling encoding_rs v0.8.34
13762024-11-26T22:53:08.820Z Compiling multer v3.1.0
13772024-11-26T22:53:08.856Z Compiling cookie v0.18.1
13782024-11-26T22:53:08.961Z Compiling slog-async v2.8.0
13792024-11-26T22:53:09.089Z Compiling mime v0.3.17
13802024-11-26T22:53:09.143Z Compiling ipnet v2.10.1
13812024-11-26T22:53:09.504Z Compiling rayon-core v1.12.1
13822024-11-26T22:53:09.685Z Compiling schemars v0.8.21
13832024-11-26T22:53:09.765Z Compiling signal-hook v0.3.17
13842024-11-26T22:53:10.027Z Compiling hyper v1.5.0
13852024-11-26T22:53:10.047Z Compiling unicode-properties v0.1.3
13862024-11-26T22:53:10.384Z Compiling gimli v0.31.1
13872024-11-26T22:53:10.456Z Compiling openssl-probe v0.1.5
13882024-11-26T22:53:10.829Z Compiling stringprep v0.1.5
13892024-11-26T22:53:11.163Z Compiling schemars_derive v0.8.21
13902024-11-26T22:53:12.415Z Compiling hyper-util v0.1.10
13912024-11-26T22:53:13.688Z Compiling toml_edit v0.22.22
13922024-11-26T22:53:14.219Z Compiling usdt-macro v0.5.0
13932024-11-26T22:53:14.647Z Compiling usdt-attr-macro v0.5.0
13942024-11-26T22:53:14.945Z Compiling addr2line v0.24.2
13952024-11-26T22:53:15.612Z Compiling crossbeam-deque v0.8.5
13962024-11-26T22:53:15.695Z Compiling term v0.7.0
13972024-11-26T22:53:15.724Z Compiling slog-json v2.6.1
13982024-11-26T22:53:15.746Z Compiling serde_urlencoded v0.7.1
13992024-11-26T22:53:15.942Z Compiling crossbeam-channel v0.5.13
14002024-11-26T22:53:16.128Z Compiling curve25519-dalek v4.1.3
14012024-11-26T22:53:16.205Z Compiling futures-executor v0.3.31
14022024-11-26T22:53:16.265Z Compiling enum-as-inner v0.6.1
14032024-11-26T22:53:16.735Z Compiling md-5 v0.10.6
14042024-11-26T22:53:16.783Z Compiling rustls-pemfile v2.2.0
14052024-11-26T22:53:17.002Z Compiling num-integer v0.1.46
14062024-11-26T22:53:17.067Z Compiling async-stream-impl v0.3.6
14072024-11-26T22:53:17.128Z Compiling idna v0.4.0
14082024-11-26T22:53:17.258Z Compiling idna v0.3.0
14092024-11-26T22:53:17.381Z Compiling ff v0.13.0
14102024-11-26T22:53:17.624Z Compiling hash32 v0.2.1
14112024-11-26T22:53:17.771Z Compiling is-terminal v0.4.13
14122024-11-26T22:53:17.905Z Compiling dropshot v0.12.0
14132024-11-26T22:53:18.019Z Compiling object v0.36.5
14142024-11-26T22:53:18.223Z Compiling portable-atomic v1.9.0
14152024-11-26T22:53:18.432Z Compiling base16ct v0.2.0
14162024-11-26T22:53:18.763Z Compiling dyn-clone v1.0.17
14172024-11-26T22:53:18.836Z Compiling take_mut v0.2.2
14182024-11-26T22:53:18.993Z Compiling quick-error v1.2.3
14192024-11-26T22:53:19.012Z Compiling fallible-iterator v0.2.0
14202024-11-26T22:53:19.042Z Compiling rustc-demangle v0.1.24
14212024-11-26T22:53:19.151Z Compiling utf-8 v0.7.6
14222024-11-26T22:53:19.322Z Compiling smoltcp v0.9.1
14232024-11-26T22:53:19.474Z Compiling num-bigint-dig v0.8.4
14242024-11-26T22:53:19.715Z Compiling linked-hash-map v0.5.6
14252024-11-26T22:53:19.756Z Compiling anyhow v1.0.93
14262024-11-26T22:53:20.020Z Compiling psl-types v2.0.11
14272024-11-26T22:53:20.098Z Compiling lru-cache v0.1.2
14282024-11-26T22:53:20.151Z Compiling postgres-protocol v0.6.7
14292024-11-26T22:53:20.230Z Compiling publicsuffix v2.2.3
14302024-11-26T22:53:20.295Z Compiling tungstenite v0.24.0
14312024-11-26T22:53:20.585Z Compiling resolv-conf v0.7.0
14322024-11-26T22:53:21.516Z Compiling sec1 v0.7.3
14332024-11-26T22:53:22.006Z Compiling async-stream v0.3.6
14342024-11-26T22:53:22.100Z Compiling hickory-proto v0.24.1
14352024-11-26T22:53:22.314Z Compiling usdt v0.5.0
14362024-11-26T22:53:22.678Z Compiling slog-term v2.9.1
14372024-11-26T22:53:22.852Z Compiling group v0.13.0
14382024-11-26T22:53:23.215Z Compiling num-iter v0.1.45
14392024-11-26T22:53:23.414Z Compiling toml v0.8.19
14402024-11-26T22:53:23.550Z Compiling futures v0.3.31
14412024-11-26T22:53:23.679Z Compiling slog-bunyan v2.5.0
14422024-11-26T22:53:24.112Z Compiling tokio-native-tls v0.3.1
14432024-11-26T22:53:25.495Z Compiling backtrace v0.3.74
14442024-11-26T22:53:25.723Z Compiling camino v1.1.9
14452024-11-26T22:53:26.254Z Compiling phf_shared v0.11.2
14462024-11-26T22:53:26.343Z Compiling dropshot_endpoint v0.12.0
14472024-11-26T22:53:26.386Z Compiling terminal_size v0.4.0
14482024-11-26T22:53:26.610Z Compiling waitgroup v0.1.2
14492024-11-26T22:53:26.652Z Compiling openapiv3 v2.0.0
14502024-11-26T22:53:26.707Z Compiling serde_path_to_error v0.1.16
14512024-11-26T22:53:26.845Z Compiling hkdf v0.12.4
14522024-11-26T22:53:27.117Z Compiling crypto-bigint v0.5.5
14532024-11-26T22:53:27.617Z Compiling webpki-roots v0.26.6
14542024-11-26T22:53:27.852Z Compiling zerocopy-derive v0.6.6
14552024-11-26T22:53:29.203Z Compiling curve25519-dalek-derive v0.1.1
14562024-11-26T22:53:30.002Z Compiling hubpack_derive v0.1.1
14572024-11-26T22:53:30.195Z Compiling idna v0.5.0
14582024-11-26T22:53:30.746Z Compiling hostname v0.4.0
14592024-11-26T22:53:30.926Z Compiling fs-err v2.11.0
14602024-11-26T22:53:30.996Z Compiling ahash v0.8.11
14612024-11-26T22:53:31.064Z Compiling crc32fast v1.4.2
14622024-11-26T22:53:31.166Z Compiling winnow v0.5.40
14632024-11-26T22:53:31.208Z Compiling managed v0.8.0
14642024-11-26T22:53:31.315Z Compiling debug-ignore v1.0.5
14652024-11-26T22:53:31.407Z Compiling bitflags v1.3.2
14662024-11-26T22:53:31.462Z Compiling strum_macros v0.25.3
14672024-11-26T22:53:31.519Z Compiling console v0.15.8
14682024-11-26T22:53:31.898Z Compiling clap_builder v4.5.21
14692024-11-26T22:53:32.987Z Compiling flate2 v1.0.34
14702024-11-26T22:53:33.355Z Compiling cookie_store v0.21.0
14712024-11-26T22:53:33.449Z Compiling hubpack v0.1.2
14722024-11-26T22:53:33.968Z Compiling elliptic-curve v0.13.8
14732024-11-26T22:53:34.046Z Compiling zerocopy v0.6.6
14742024-11-26T22:53:34.835Z Compiling toml_edit v0.19.15
14752024-11-26T22:53:34.950Z Compiling hickory-resolver v0.24.1
14762024-11-26T22:53:35.008Z Compiling phf v0.11.2
14772024-11-26T22:53:35.307Z Compiling signal-hook-mio v0.2.4
14782024-11-26T22:53:35.476Z Compiling rayon v1.10.0
14792024-11-26T22:53:35.710Z Compiling hyper-tls v0.6.0
14802024-11-26T22:53:35.970Z Compiling bzip2 v0.4.4
14812024-11-26T22:53:36.374Z Compiling tokio-tungstenite v0.24.0
14822024-11-26T22:53:36.906Z Compiling postgres-types v0.2.8
14832024-11-26T22:53:39.870Z Compiling ed25519 v2.2.3
14842024-11-26T22:53:40.402Z Compiling phf_shared v0.10.0
14852024-11-26T22:53:40.820Z Compiling tokio-stream v0.1.16
14862024-11-26T22:53:41.520Z Compiling pkcs1 v0.7.5
14872024-11-26T22:53:41.775Z Compiling serde-big-array v0.5.1
14882024-11-26T22:53:41.874Z Compiling clap_derive v4.5.18
14892024-11-26T22:53:41.926Z Compiling rfc6979 v0.4.0
14902024-11-26T22:53:41.990Z Compiling float-cmp v0.9.0
14912024-11-26T22:53:42.010Z Compiling serde_repr v0.1.19
14922024-11-26T22:53:42.105Z Compiling derive-where v1.2.7
14932024-11-26T22:53:42.219Z Compiling bstr v1.10.0
14942024-11-26T22:53:42.518Z Compiling sync_wrapper v1.0.1
14952024-11-26T22:53:42.680Z Compiling predicates-core v1.0.8
14962024-11-26T22:53:43.042Z Compiling unicode-segmentation v1.12.0
14972024-11-26T22:53:43.071Z Compiling difflib v0.4.0
14982024-11-26T22:53:43.241Z Compiling unicode-width v0.2.0
14992024-11-26T22:53:43.789Z Compiling bit-vec v0.6.3
15002024-11-26T22:53:43.982Z Compiling number_prefix v0.4.0
15012024-11-26T22:53:44.018Z Compiling fixedbitset v0.4.2
15022024-11-26T22:53:44.219Z Compiling precomputed-hash v0.1.1
15032024-11-26T22:53:44.233Z Compiling static_assertions v1.1.0
15042024-11-26T22:53:44.334Z Compiling new_debug_unreachable v1.0.6
15052024-11-26T22:53:44.351Z Compiling whoami v1.5.2
15062024-11-26T22:53:44.431Z Compiling normalize-line-endings v0.3.0
15072024-11-26T22:53:44.489Z Compiling string_cache v0.8.7
15082024-11-26T22:53:44.566Z Compiling predicates v3.1.2
15092024-11-26T22:53:44.750Z Compiling tokio-postgres v0.7.12
15102024-11-26T22:53:44.976Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15112024-11-26T22:53:45.009Z Compiling petgraph v0.6.5
15122024-11-26T22:53:45.807Z Compiling indicatif v0.17.9
15132024-11-26T22:53:46.371Z Compiling bit-set v0.5.3
15142024-11-26T22:53:46.667Z Compiling similar v2.6.0
15152024-11-26T22:53:47.077Z Compiling clap v4.5.21
15162024-11-26T22:53:47.210Z Compiling ecdsa v0.16.9
15172024-11-26T22:53:48.094Z Compiling rsa v0.9.6
15182024-11-26T22:53:48.151Z Compiling ed25519-dalek v2.1.1
15192024-11-26T22:53:49.195Z Compiling toml v0.7.8
15202024-11-26T22:53:49.268Z Compiling zip v0.6.6
15212024-11-26T22:53:49.516Z Compiling crossterm v0.28.1
15222024-11-26T22:53:50.824Z Compiling hex v0.4.3
15232024-11-26T22:53:50.903Z Compiling x509-cert v0.2.5
15242024-11-26T22:53:51.375Z Compiling itertools v0.10.5
15252024-11-26T22:53:51.432Z Compiling peg-runtime v0.8.3
15262024-11-26T22:53:51.435Z Compiling unicode-xid v0.2.6
15272024-11-26T22:53:51.634Z Compiling lalrpop-util v0.19.12
15282024-11-26T22:53:51.984Z Compiling strum_macros v0.26.4
15292024-11-26T22:53:52.005Z Compiling xattr v1.3.1
15302024-11-26T22:53:52.150Z Compiling filetime v0.2.25
15312024-11-26T22:53:52.480Z Compiling tar v0.4.42
15322024-11-26T22:53:57.294Z Compiling strum v0.26.3
15332024-11-26T22:53:59.724Z Compiling aws-lc-sys v0.22.0
15342024-11-26T22:54:31.372Z Compiling rustls-webpki v0.102.8
15352024-11-26T22:54:34.731Z Compiling tokio-rustls v0.25.0
15362024-11-26T22:54:36.261Z Compiling tokio-rustls v0.26.0
15372024-11-26T22:54:36.558Z Compiling hyper-rustls v0.27.3
15382024-11-26T22:54:37.011Z Compiling reqwest v0.12.9
15392024-11-26T22:54:38.503Z Compiling qorb v0.2.0
15402024-11-26T22:54:42.961Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15412024-11-26T22:54:43.207Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15422024-11-26T22:54:49.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15432024-11-26T22:54:49.175Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15442024-11-26T22:54:49.226ZNov 26 22:54:48.483 INFO Starting download, target: Console
15452024-11-26T22:54:49.226ZNov 26 22:54:48.483 INFO Starting download, target: Cockroach
15462024-11-26T22:54:49.226ZNov 26 22:54:48.483 INFO Starting download, target: Clickhouse
15472024-11-26T22:54:49.229ZNov 26 22:54:48.483 INFO Starting download, target: DendriteOpenapi
15482024-11-26T22:54:49.229ZNov 26 22:54:48.483 INFO Starting download, target: DendriteStub
15492024-11-26T22:54:49.229ZNov 26 22:54:48.483 INFO Starting download, target: MaghemiteMgd
15502024-11-26T22:54:49.229ZNov 26 22:54:48.483 INFO Starting download, target: TransceiverControl
15512024-11-26T22:54:49.229ZNov 26 22:54:48.484 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15522024-11-26T22:54:49.229ZNov 26 22:54:48.484 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15532024-11-26T22:54:49.229ZNov 26 22:54:48.484 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15542024-11-26T22:54:49.229ZNov 26 22:54:48.484 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15552024-11-26T22:54:49.229ZNov 26 22:54:48.484 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15562024-11-26T22:54:49.229ZNov 26 22:54:48.484 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15572024-11-26T22:54:49.229ZNov 26 22:54:48.484 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15582024-11-26T22:54:49.391ZNov 26 22:54:48.640 INFO Download complete, target: DendriteOpenapi
15592024-11-26T22:54:49.581ZNov 26 22:54:48.821 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15602024-11-26T22:54:49.755ZNov 26 22:54:49.009 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15612024-11-26T22:54:50.097ZNov 26 22:54:49.344 INFO Download complete, target: Console
15622024-11-26T22:54:50.193ZNov 26 22:54:49.446 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15632024-11-26T22:54:50.220ZNov 26 22:54:49.475 INFO Download complete, target: TransceiverControl
15642024-11-26T22:54:50.249ZNov 26 22:54:49.504 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15652024-11-26T22:54:50.851ZNov 26 22:54:50.107 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15662024-11-26T22:54:50.851ZNov 26 22:54:50.107 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15672024-11-26T22:54:51.091ZNov 26 22:54:50.348 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15682024-11-26T22:54:52.949ZNov 26 22:54:52.205 INFO Download complete, target: DendriteStub
15692024-11-26T22:54:53.065ZNov 26 22:54:52.322 INFO Download complete, target: MaghemiteMgd
15702024-11-26T22:54:58.081ZNov 26 22:54:57.338 INFO Checking that binary works, target: Cockroach
15712024-11-26T22:54:58.236ZNov 26 22:54:57.492 INFO Download complete, target: Cockroach
15722024-11-26T22:55:03.065ZNov 26 22:55:02.321 INFO Checking that binary works, target: Clickhouse
15732024-11-26T22:55:03.455ZNov 26 22:55:02.711 INFO Download complete, target: Clickhouse
15742024-11-26T22:55:03.505ZAll builder prerequisites installed successfully, and PATH looks valid
15752024-11-26T22:55:03.518Z
15762024-11-26T22:55:03.518Zreal 5:29.187977173
15772024-11-26T22:55:03.518Zuser 16:33.875913409
15782024-11-26T22:55:03.518Zsys 3:16.453931010
15792024-11-26T22:55:03.518Ztrap 0.578331627
15802024-11-26T22:55:03.518Ztflt 4.976916761
15812024-11-26T22:55:03.518Zdflt 4.621652529
15822024-11-26T22:55:03.518Zkflt 0.281322652
15832024-11-26T22:55:03.518Zlock 29:39.424258388
15842024-11-26T22:55:03.518Zslp 1:03:33.539403521
15852024-11-26T22:55:03.518Zlat 58.209318028
15862024-11-26T22:55:03.518Zstop 2:18.354024003
15872024-11-26T22:55:03.518Z+ banner hack-check
15882024-11-26T22:55:03.518Z
15892024-11-26T22:55:03.518Z # # ## #### # # #### # # ###### #### # #
15902024-11-26T22:55:03.518Z # # # # # # # # # # # # # # # # #
15912024-11-26T22:55:03.518Z ###### # # # #### ##### # ###### ##### # ####
15922024-11-26T22:55:03.518Z # # ###### # # # # # # # # # #
15932024-11-26T22:55:03.518Z # # # # # # # # # # # # # # # # #
15942024-11-26T22:55:03.518Z # # # # #### # # #### # # ###### #### # #
15952024-11-26T22:55:03.518Z
15962024-11-26T22:55:03.518Z+ export CARGO_INCREMENTAL=0
15972024-11-26T22:55:03.518Z+ CARGO_INCREMENTAL=0
15982024-11-26T22:55:03.518Z+ ptime -m timeout 2h cargo xtask check-features --ci
15992024-11-26T22:55:04.069Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16002024-11-26T22:55:07.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
16012024-11-26T22:55:07.930Z Running `target/debug/xtask check-features --ci`
16022024-11-26T22:55:07.955Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16032024-11-26T22:55:07.955Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16042024-11-26T22:55:08.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16052024-11-26T22:55:08.443Z Running `target/debug/xtask download cargo-hack`
16062024-11-26T22:55:09.277Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16072024-11-26T22:55:09.644Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16082024-11-26T22:55:14.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
16092024-11-26T22:55:14.895Z Running `target/debug/xtask-downloader cargo-hack`
16102024-11-26T22:55:14.932ZNov 26 22:55:14.188 INFO Starting download, target: CargoHack
16112024-11-26T22:55:14.935ZNov 26 22:55:14.189 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16122024-11-26T22:55:15.490ZNov 26 22:55:14.746 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16132024-11-26T22:55:15.577ZNov 26 22:55:14.834 INFO Download complete, target: CargoHack
16142024-11-26T22:55:15.582Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16152024-11-26T22:55:15.598Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16162024-11-26T22:55:15.770Zinfo: running `cargo check --bins` on api_identity (1/173)
16172024-11-26T22:55:16.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-11-26T22:55:16.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-11-26T22:55:16.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-11-26T22:55:16.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16212024-11-26T22:55:16.397Z
16222024-11-26T22:55:16.397Zinfo: running `cargo check --bins` on bootstore (2/173)
16232024-11-26T22:55:16.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-11-26T22:55:16.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-11-26T22:55:16.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16262024-11-26T22:55:16.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16272024-11-26T22:55:17.054Z
16282024-11-26T22:55:17.054Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16292024-11-26T22:55:17.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16302024-11-26T22:55:17.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16312024-11-26T22:55:17.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16322024-11-26T22:55:17.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16332024-11-26T22:55:17.699Z
16342024-11-26T22:55:17.699Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16352024-11-26T22:55:18.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16362024-11-26T22:55:18.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16372024-11-26T22:55:18.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16382024-11-26T22:55:18.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16392024-11-26T22:55:18.353Z
16402024-11-26T22:55:18.353Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16412024-11-26T22:55:18.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16422024-11-26T22:55:18.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16432024-11-26T22:55:18.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16442024-11-26T22:55:18.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16452024-11-26T22:55:18.789Z
16462024-11-26T22:55:18.789Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16472024-11-26T22:55:19.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16482024-11-26T22:55:19.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16492024-11-26T22:55:19.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16502024-11-26T22:55:19.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16512024-11-26T22:55:19.230Z
16522024-11-26T22:55:19.230Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16532024-11-26T22:55:19.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16542024-11-26T22:55:19.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16552024-11-26T22:55:19.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16562024-11-26T22:55:19.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16572024-11-26T22:55:19.667Z
16582024-11-26T22:55:19.667Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16592024-11-26T22:55:20.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16602024-11-26T22:55:20.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16612024-11-26T22:55:20.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16622024-11-26T22:55:20.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16632024-11-26T22:55:20.110Z
16642024-11-26T22:55:20.110Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16652024-11-26T22:55:20.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16662024-11-26T22:55:20.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16672024-11-26T22:55:20.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16682024-11-26T22:55:20.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16692024-11-26T22:55:20.552Z
16702024-11-26T22:55:20.552Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16712024-11-26T22:55:20.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722024-11-26T22:55:20.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732024-11-26T22:55:20.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742024-11-26T22:55:20.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16752024-11-26T22:55:20.992Z
16762024-11-26T22:55:20.992Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16772024-11-26T22:55:21.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782024-11-26T22:55:21.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792024-11-26T22:55:21.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802024-11-26T22:55:21.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16812024-11-26T22:55:21.432Z
16822024-11-26T22:55:21.432Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16832024-11-26T22:55:21.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842024-11-26T22:55:21.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852024-11-26T22:55:21.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862024-11-26T22:55:21.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16872024-11-26T22:55:21.876Z
16882024-11-26T22:55:21.876Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16892024-11-26T22:55:22.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902024-11-26T22:55:22.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912024-11-26T22:55:22.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922024-11-26T22:55:22.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16932024-11-26T22:55:22.319Z
16942024-11-26T22:55:22.319Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16952024-11-26T22:55:22.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962024-11-26T22:55:22.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972024-11-26T22:55:22.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982024-11-26T22:55:22.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16992024-11-26T22:55:22.762Z
17002024-11-26T22:55:22.762Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
17012024-11-26T22:55:23.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022024-11-26T22:55:23.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032024-11-26T22:55:23.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042024-11-26T22:55:23.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17052024-11-26T22:55:23.194Z
17062024-11-26T22:55:23.194Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17072024-11-26T22:55:23.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082024-11-26T22:55:23.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092024-11-26T22:55:23.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102024-11-26T22:55:23.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17112024-11-26T22:55:23.635Z
17122024-11-26T22:55:23.635Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17132024-11-26T22:55:24.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142024-11-26T22:55:24.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152024-11-26T22:55:24.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162024-11-26T22:55:24.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17172024-11-26T22:55:24.072Z
17182024-11-26T22:55:24.072Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17192024-11-26T22:55:24.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202024-11-26T22:55:24.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212024-11-26T22:55:24.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222024-11-26T22:55:24.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17232024-11-26T22:55:24.520Z
17242024-11-26T22:55:24.520Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17252024-11-26T22:55:24.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262024-11-26T22:55:24.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272024-11-26T22:55:24.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282024-11-26T22:55:24.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17292024-11-26T22:55:24.971Z
17302024-11-26T22:55:24.971Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17312024-11-26T22:55:25.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322024-11-26T22:55:25.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332024-11-26T22:55:25.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342024-11-26T22:55:25.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17352024-11-26T22:55:25.411Z
17362024-11-26T22:55:25.411Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17372024-11-26T22:55:25.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382024-11-26T22:55:25.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392024-11-26T22:55:25.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402024-11-26T22:55:25.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17412024-11-26T22:55:25.847Z
17422024-11-26T22:55:25.847Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17432024-11-26T22:55:26.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442024-11-26T22:55:26.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452024-11-26T22:55:26.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462024-11-26T22:55:26.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17472024-11-26T22:55:26.291Z
17482024-11-26T22:55:26.291Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17492024-11-26T22:55:26.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502024-11-26T22:55:26.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512024-11-26T22:55:26.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522024-11-26T22:55:26.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17532024-11-26T22:55:26.738Z
17542024-11-26T22:55:26.738Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17552024-11-26T22:55:27.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562024-11-26T22:55:27.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572024-11-26T22:55:27.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582024-11-26T22:55:27.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17592024-11-26T22:55:27.176Z
17602024-11-26T22:55:27.176Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17612024-11-26T22:55:27.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622024-11-26T22:55:27.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632024-11-26T22:55:27.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642024-11-26T22:55:27.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17652024-11-26T22:55:27.839Z
17662024-11-26T22:55:27.839Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17672024-11-26T22:55:28.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682024-11-26T22:55:28.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692024-11-26T22:55:28.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702024-11-26T22:55:28.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17712024-11-26T22:55:28.494Z
17722024-11-26T22:55:28.494Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17732024-11-26T22:55:29.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742024-11-26T22:55:29.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752024-11-26T22:55:29.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762024-11-26T22:55:29.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17772024-11-26T22:55:29.153Z
17782024-11-26T22:55:29.153Zinfo: running `cargo check --bins` on oxlog (28/173)
17792024-11-26T22:55:29.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802024-11-26T22:55:29.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812024-11-26T22:55:29.787Z Checking cfg-if v1.0.0
17822024-11-26T22:55:29.790Z Checking libc v0.2.162
17832024-11-26T22:55:29.898Z Checking serde v1.0.215
17842024-11-26T22:55:29.900Z Checking zeroize v1.8.1
17852024-11-26T22:55:29.917Z Checking memchr v2.7.4
17862024-11-26T22:55:29.920Z Checking typenum v1.17.0
17872024-11-26T22:55:29.930Z Checking scopeguard v1.2.0
17882024-11-26T22:55:29.953Z Checking subtle v2.6.1
17892024-11-26T22:55:29.968Z Checking value-bag v1.9.0
17902024-11-26T22:55:30.078Z Checking lock_api v0.4.12
17912024-11-26T22:55:30.145Z Checking smallvec v1.13.2
17922024-11-26T22:55:30.213Z Checking const-oid v0.9.6
17932024-11-26T22:55:30.380Z Checking log v0.4.22
17942024-11-26T22:55:30.475Z Checking itoa v1.0.11
17952024-11-26T22:55:30.496Z Checking pin-project-lite v0.2.14
17962024-11-26T22:55:30.648Z Checking byteorder v1.5.0
17972024-11-26T22:55:30.689Z Checking futures-core v0.3.31
17982024-11-26T22:55:30.818Z Checking once_cell v1.20.2
17992024-11-26T22:55:30.870Z Checking cpufeatures v0.2.14
18002024-11-26T22:55:30.919Z Checking futures-sink v0.3.31
18012024-11-26T22:55:30.967Z Checking stable_deref_trait v1.2.0
18022024-11-26T22:55:31.040Z Checking getrandom v0.2.15
18032024-11-26T22:55:31.053Z Checking signal-hook-registry v1.4.2
18042024-11-26T22:55:31.066Z Checking parking_lot_core v0.9.10
18052024-11-26T22:55:31.077Z Checking mio v1.0.2
18062024-11-26T22:55:31.127Z Checking socket2 v0.5.7
18072024-11-26T22:55:31.210Z Checking generic-array v0.14.7
18082024-11-26T22:55:31.254Z Checking rand_core v0.6.4
18092024-11-26T22:55:31.286Z Checking spin v0.9.8
18102024-11-26T22:55:31.389Z Checking parking_lot v0.12.3
18112024-11-26T22:55:31.561Z Checking zerocopy v0.7.35
18122024-11-26T22:55:31.620Z Checking zerofrom v0.1.4
18132024-11-26T22:55:31.648Z Checking slab v0.4.9
18142024-11-26T22:55:31.665Z Checking futures-channel v0.3.31
18152024-11-26T22:55:31.736Z Checking equivalent v1.0.1
18162024-11-26T22:55:31.845Z Checking futures-task v0.3.31
18172024-11-26T22:55:31.848Z Checking yoke v0.7.4
18182024-11-26T22:55:31.916Z Checking futures-io v0.3.31
18192024-11-26T22:55:32.007Z Checking pin-utils v0.1.0
18202024-11-26T22:55:32.033Z Checking allocator-api2 v0.2.18
18212024-11-26T22:55:32.077Z Checking foldhash v0.1.3
18222024-11-26T22:55:32.096Z Checking futures-util v0.3.31
18232024-11-26T22:55:32.099Z Checking tinyvec_macros v0.1.1
18242024-11-26T22:55:32.186Z Checking zerovec v0.10.4
18252024-11-26T22:55:32.202Z Checking ryu v1.0.18
18262024-11-26T22:55:32.269Z Checking tinyvec v1.8.0
18272024-11-26T22:55:32.377Z Checking crypto-common v0.1.6
18282024-11-26T22:55:32.428Z Checking block-buffer v0.10.4
18292024-11-26T22:55:32.561Z Checking block-padding v0.3.3
18302024-11-26T22:55:32.665Z Checking digest v0.10.7
18312024-11-26T22:55:32.668Z Checking hashbrown v0.15.0
18322024-11-26T22:55:32.770Z Checking inout v0.1.3
18332024-11-26T22:55:32.985Z Checking fnv v1.0.7
18342024-11-26T22:55:33.012Z Checking cipher v0.4.4
18352024-11-26T22:55:33.038Z Checking hmac v0.12.1
18362024-11-26T22:55:33.105Z Checking sha2 v0.10.8
18372024-11-26T22:55:33.256Z Checking libm v0.2.8
18382024-11-26T22:55:33.439Z Checking writeable v0.5.5
18392024-11-26T22:55:33.616Z Checking unicode-normalization v0.1.24
18402024-11-26T22:55:33.647Z Checking unicode-bidi v0.3.17
18412024-11-26T22:55:33.750Z Checking litemap v0.7.3
18422024-11-26T22:55:33.862Z Checking base64ct v1.6.0
18432024-11-26T22:55:33.879Z Checking tinystr v0.7.6
18442024-11-26T22:55:34.112Z Checking ppv-lite86 v0.2.20
18452024-11-26T22:55:34.182Z Checking num-traits v0.2.19
18462024-11-26T22:55:34.237Z Checking flagset v0.4.6
18472024-11-26T22:55:34.253Z Checking icu_locid v1.5.0
18482024-11-26T22:55:34.288Z Checking pem-rfc7468 v0.7.0
18492024-11-26T22:55:34.423Z Checking tracing-core v0.1.32
18502024-11-26T22:55:34.546Z Checking der v0.7.9
18512024-11-26T22:55:34.561Z Checking thiserror v1.0.69
18522024-11-26T22:55:34.687Z Checking icu_locid_transform_data v1.5.0
18532024-11-26T22:55:34.780Z Checking percent-encoding v2.3.1
18542024-11-26T22:55:34.853Z Checking bytes v1.8.0
18552024-11-26T22:55:34.903Z Checking indexmap v2.6.0
18562024-11-26T22:55:34.983Z Checking serde_json v1.0.132
18572024-11-26T22:55:35.095Z Checking rand_chacha v0.3.1
18582024-11-26T22:55:35.306Z Checking icu_provider v1.5.0
18592024-11-26T22:55:35.508Z Checking bitflags v2.6.0
18602024-11-26T22:55:35.641Z Checking tokio v1.40.0
18612024-11-26T22:55:35.806Z Checking http v1.1.0
18622024-11-26T22:55:35.936Z Checking rustls-pki-types v1.9.0
18632024-11-26T22:55:35.981Z Checking icu_locid_transform v1.5.0
18642024-11-26T22:55:36.189Z Checking rand v0.8.5
18652024-11-26T22:55:36.388Z Checking spki v0.7.3
18662024-11-26T22:55:36.514Z Checking tracing v0.1.40
18672024-11-26T22:55:36.690Z Checking icu_collections v1.5.0
18682024-11-26T22:55:36.781Z Checking salsa20 v0.10.2
18692024-11-26T22:55:36.870Z Checking pbkdf2 v0.12.2
18702024-11-26T22:55:36.943Z Checking aws-lc-sys v0.22.0
18712024-11-26T22:55:36.992Z Checking httparse v1.9.5
18722024-11-26T22:55:37.023Z Checking powerfmt v0.2.0
18732024-11-26T22:55:37.179Z Checking untrusted v0.9.0
18742024-11-26T22:55:37.215Z Checking mirai-annotations v1.12.0
18752024-11-26T22:55:37.280Z Checking untrusted v0.7.1
18762024-11-26T22:55:37.332Z Checking icu_properties_data v1.5.0
18772024-11-26T22:55:37.377Z Checking ring v0.17.8
18782024-11-26T22:55:37.396Z Checking deranged v0.3.11
18792024-11-26T22:55:37.412Z Checking scrypt v0.11.0
18802024-11-26T22:55:37.441Z Checking aes v0.8.4
18812024-11-26T22:55:37.489Z Checking cbc v0.1.2
18822024-11-26T22:55:37.563Z Checking icu_properties v1.5.1
18832024-11-26T22:55:37.632Z Checking crossbeam-utils v0.8.20
18842024-11-26T22:55:37.705Z Checking num-conv v0.1.0
18852024-11-26T22:55:37.951Z Checking utf8_iter v1.0.4
18862024-11-26T22:55:38.154Z Checking num_threads v0.1.7
18872024-11-26T22:55:38.272Z Checking write16 v1.0.0
18882024-11-26T22:55:38.324Z Checking icu_normalizer_data v1.5.0
18892024-11-26T22:55:38.394Z Checking utf16_iter v1.0.5
18902024-11-26T22:55:38.410Z Checking atomic-waker v1.1.2
18912024-11-26T22:55:38.425Z Checking time-core v0.1.2
18922024-11-26T22:55:38.541Z Checking pkcs5 v0.7.1
18932024-11-26T22:55:38.563Z Checking http-body v1.0.1
18942024-11-26T22:55:38.579Z Checking form_urlencoded v1.2.1
18952024-11-26T22:55:38.761Z Checking try-lock v0.2.5
18962024-11-26T22:55:38.779Z Checking unicode-ident v1.0.13
18972024-11-26T22:55:38.894Z Checking want v0.3.1
18982024-11-26T22:55:38.947Z Checking httpdate v1.0.3
18992024-11-26T22:55:39.030Z Checking pkcs8 v0.10.2
19002024-11-26T22:55:39.061Z Checking proc-macro2 v1.0.89
19012024-11-26T22:55:39.172Z Checking time v0.3.36
19022024-11-26T22:55:39.190Z Checking serde_spanned v0.6.8
19032024-11-26T22:55:39.217Z Checking uuid v1.11.0
19042024-11-26T22:55:39.348Z Checking toml_datetime v0.6.8
19052024-11-26T22:55:39.377Z Checking slog v2.7.0
19062024-11-26T22:55:39.543Z Checking aws-lc-rs v1.10.0
19072024-11-26T22:55:39.633Z Checking scroll v0.12.0
19082024-11-26T22:55:39.717Z Checking iana-time-zone v0.1.61
19092024-11-26T22:55:39.808Z Checking base64 v0.22.1
19102024-11-26T22:55:39.869Z Checking ucd-trie v0.1.7
19112024-11-26T22:55:39.871Z Checking plain v0.2.3
19122024-11-26T22:55:40.033Z Checking adler2 v2.0.0
19132024-11-26T22:55:40.075Z Checking foreign-types-shared v0.1.1
19142024-11-26T22:55:40.091Z Checking match_cfg v0.1.0
19152024-11-26T22:55:40.173Z Checking tower-service v0.3.3
19162024-11-26T22:55:40.176Z Checking foreign-types v0.3.2
19172024-11-26T22:55:40.201Z Checking hostname v0.3.1
19182024-11-26T22:55:40.276Z Checking miniz_oxide v0.8.0
19192024-11-26T22:55:40.291Z Checking goblin v0.8.2
19202024-11-26T22:55:40.307Z Checking pest v2.7.14
19212024-11-26T22:55:40.326Z Checking chrono v0.4.38
19222024-11-26T22:55:41.037Z Checking icu_normalizer v1.5.0
19232024-11-26T22:55:41.053Z Checking quote v1.0.37
19242024-11-26T22:55:41.347Z Checking rustls-webpki v0.102.8
19252024-11-26T22:55:41.410Z Checking openssl-sys v0.9.103
19262024-11-26T22:55:41.803Z Checking dirs-sys-next v0.1.2
19272024-11-26T22:55:41.819Z Checking idna_adapter v1.2.0
19282024-11-26T22:55:41.983Z Checking errno v0.3.9
19292024-11-26T22:55:41.999Z Checking idna v1.0.3
19302024-11-26T22:55:42.156Z Checking aho-corasick v1.1.3
19312024-11-26T22:55:42.178Z Checking pretty-hex v0.4.1
19322024-11-26T22:55:42.362Z Checking data-encoding v2.6.0
19332024-11-26T22:55:42.413Z Checking siphasher v0.3.11
19342024-11-26T22:55:42.486Z Checking url v2.5.3
19352024-11-26T22:55:42.709Z Checking regex-syntax v0.8.5
19362024-11-26T22:55:42.736Z Checking openssl v0.10.66
19372024-11-26T22:55:42.833Z Checking dtrace-parser v0.2.0
19382024-11-26T22:55:42.998Z Checking tokio-util v0.7.12
19392024-11-26T22:55:43.041Z Checking rustix v0.38.37
19402024-11-26T22:55:43.292Z Checking dirs-next v2.0.0
19412024-11-26T22:55:43.327Z Checking syn v2.0.87
19422024-11-26T22:55:43.427Z Checking http-body-util v0.1.2
19432024-11-26T22:55:43.865Z Checking crossbeam-epoch v0.9.18
19442024-11-26T22:55:43.895Z Checking sha1 v0.10.6
19452024-11-26T22:55:43.911Z Checking h2 v0.4.6
19462024-11-26T22:55:44.174Z Checking signature v2.2.0
19472024-11-26T22:55:44.290Z Checking lazy_static v1.5.0
19482024-11-26T22:55:44.368Z Checking thread_local v1.1.8
19492024-11-26T22:55:44.409Z Checking thread-id v4.2.2
19502024-11-26T22:55:44.512Z Checking encoding_rs v0.8.34
19512024-11-26T22:55:44.635Z Checking utf8parse v0.2.2
19522024-11-26T22:55:44.774Z Checking gimli v0.31.1
19532024-11-26T22:55:45.193Z Checking dof v0.3.0
19542024-11-26T22:55:45.814Z Checking ipnet v2.10.1
19552024-11-26T22:55:46.062Z Checking regex-automata v0.4.8
19562024-11-26T22:55:46.278Z Checking mime v0.3.17
19572024-11-26T22:55:46.539Z Checking openssl-probe v0.1.5
19582024-11-26T22:55:46.581Z Checking winnow v0.6.20
19592024-11-26T22:55:46.688Z Checking anstyle v1.0.10
19602024-11-26T22:55:46.873Z Checking unicode-properties v0.1.3
19612024-11-26T22:55:47.033Z Checking either v1.13.0
19622024-11-26T22:55:47.240Z Checking stringprep v0.1.5
19632024-11-26T22:55:47.420Z Checking anstyle-parse v0.2.5
19642024-11-26T22:55:47.519Z Checking crossbeam-deque v0.8.5
19652024-11-26T22:55:47.708Z Checking term v0.7.0
19662024-11-26T22:55:47.857Z Checking rustls v0.23.14
19672024-11-26T22:55:48.149Z Checking rustls v0.22.4
19682024-11-26T22:55:48.264Z Checking native-tls v0.2.12
19692024-11-26T22:55:48.605Z Checking slog-json v2.6.1
19702024-11-26T22:55:48.813Z Checking addr2line v0.24.2
19712024-11-26T22:55:48.850Z Checking serde_urlencoded v0.7.1
19722024-11-26T22:55:49.262Z Checking crossbeam-channel v0.5.13
19732024-11-26T22:55:49.345Z Checking futures-executor v0.3.31
19742024-11-26T22:55:49.569Z Checking rustls-pemfile v2.2.0
19752024-11-26T22:55:49.652Z Checking toml_edit v0.22.22
19762024-11-26T22:55:49.745Z Checking usdt-impl v0.5.0
19772024-11-26T22:55:49.785Z Checking num-integer v0.1.46
19782024-11-26T22:55:49.967Z Checking idna v0.3.0
19792024-11-26T22:55:50.072Z Checking hyper v1.5.0
19802024-11-26T22:55:50.265Z Checking idna v0.4.0
19812024-11-26T22:55:50.305Z Checking md-5 v0.10.6
19822024-11-26T22:55:50.537Z Checking ff v0.13.0
19832024-11-26T22:55:50.768Z Checking hash32 v0.2.1
19842024-11-26T22:55:50.805Z Checking is-terminal v0.4.13
19852024-11-26T22:55:50.851Z Checking memmap v0.7.0
19862024-11-26T22:55:50.924Z Checking object v0.36.5
19872024-11-26T22:55:51.056Z Checking quick-error v1.2.3
19882024-11-26T22:55:51.071Z Checking fallible-iterator v0.2.0
19892024-11-26T22:55:51.160Z Checking anstyle-query v1.1.1
19902024-11-26T22:55:51.193Z Checking dyn-clone v1.0.17
19912024-11-26T22:55:51.290Z Checking take_mut v0.2.2
19922024-11-26T22:55:51.330Z Checking psl-types v2.0.11
19932024-11-26T22:55:51.438Z Checking base16ct v0.2.0
19942024-11-26T22:55:51.516Z Checking is_terminal_polyfill v1.70.1
19952024-11-26T22:55:51.629Z Checking linked-hash-map v0.5.6
19962024-11-26T22:55:51.645Z Checking rustc-demangle v0.1.24
19972024-11-26T22:55:51.675Z Checking colorchoice v1.0.2
19982024-11-26T22:55:51.803Z Checking utf-8 v0.7.6
19992024-11-26T22:55:51.818Z Checking anstream v0.6.15
20002024-11-26T22:55:51.964Z Checking lru-cache v0.1.2
20012024-11-26T22:55:52.002Z Checking tungstenite v0.24.0
20022024-11-26T22:55:52.058Z Checking tokio-rustls v0.25.0
20032024-11-26T22:55:52.123Z Checking hyper-util v0.1.10
20042024-11-26T22:55:52.138Z Checking postgres-protocol v0.6.7
20052024-11-26T22:55:52.182Z Checking sec1 v0.7.3
20062024-11-26T22:55:52.199Z Checking toml v0.8.19
20072024-11-26T22:55:52.450Z Checking publicsuffix v2.2.3
20082024-11-26T22:55:52.595Z Checking slog-async v2.8.0
20092024-11-26T22:55:52.688Z Checking schemars v0.8.21
20102024-11-26T22:55:52.816Z Checking resolv-conf v0.7.0
20112024-11-26T22:55:52.880Z Checking hickory-proto v0.24.1
20122024-11-26T22:55:52.911Z Checking heapless v0.7.17
20132024-11-26T22:55:52.955Z Checking usdt v0.5.0
20142024-11-26T22:55:53.143Z Checking slog-term v2.9.1
20152024-11-26T22:55:53.205Z Checking group v0.13.0
20162024-11-26T22:55:53.248Z Checking tokio-rustls v0.26.0
20172024-11-26T22:55:53.472Z Checking num-iter v0.1.45
20182024-11-26T22:55:53.644Z Checking futures v0.3.31
20192024-11-26T22:55:53.660Z Checking slog-bunyan v2.5.0
20202024-11-26T22:55:53.675Z Checking tokio-native-tls v0.3.1
20212024-11-26T22:55:53.759Z Checking rayon-core v1.12.1
20222024-11-26T22:55:53.824Z Checking multer v3.1.0
20232024-11-26T22:55:53.939Z Checking terminal_size v0.4.0
20242024-11-26T22:55:53.966Z Checking phf_shared v0.11.2
20252024-11-26T22:55:54.104Z Checking cookie v0.18.1
20262024-11-26T22:55:54.133Z Checking async-stream v0.3.6
20272024-11-26T22:55:54.218Z Checking bzip2-sys v0.1.11+1.0.8
20282024-11-26T22:55:54.244Z Checking camino v1.1.9
20292024-11-26T22:55:54.283Z Checking signal-hook v0.3.17
20302024-11-26T22:55:54.323Z Checking waitgroup v0.1.2
20312024-11-26T22:55:54.339Z Checking openapiv3 v2.0.0
20322024-11-26T22:55:54.432Z Checking webpki-roots v0.26.6
20332024-11-26T22:55:54.457Z Checking serde_path_to_error v0.1.16
20342024-11-26T22:55:54.540Z Checking idna v0.5.0
20352024-11-26T22:55:54.599Z Checking hkdf v0.12.4
20362024-11-26T22:55:54.648Z Checking crypto-bigint v0.5.5
20372024-11-26T22:55:54.818Z Checking hostname v0.4.0
20382024-11-26T22:55:54.822Z Checking crc32fast v1.4.2
20392024-11-26T22:55:54.950Z Checking debug-ignore v1.0.5
20402024-11-26T22:55:55.048Z Checking winnow v0.5.40
20412024-11-26T22:55:55.051Z Checking bitflags v1.3.2
20422024-11-26T22:55:55.083Z Checking strsim v0.11.1
20432024-11-26T22:55:55.157Z Checking unicode-width v0.1.14
20442024-11-26T22:55:55.376Z Checking managed v0.8.0
20452024-11-26T22:55:55.379Z Checking clap_lex v0.7.2
20462024-11-26T22:55:55.652Z Checking console v0.15.8
20472024-11-26T22:55:55.657Z Checking clap_builder v4.5.21
20482024-11-26T22:55:55.740Z Checking smoltcp v0.9.1
20492024-11-26T22:55:56.251Z Checking cookie_store v0.21.0
20502024-11-26T22:55:56.961Z Checking flate2 v1.0.34
20512024-11-26T22:55:57.223Z Checking hyper-rustls v0.27.3
20522024-11-26T22:55:57.420Z Checking backtrace v0.3.74
20532024-11-26T22:55:57.563Z Checking signal-hook-mio v0.2.4
20542024-11-26T22:55:57.620Z Checking rayon v1.10.0
20552024-11-26T22:55:57.672Z Checking hickory-resolver v0.24.1
20562024-11-26T22:55:57.703Z Checking bzip2 v0.4.4
20572024-11-26T22:55:57.729Z Checking elliptic-curve v0.13.8
20582024-11-26T22:55:57.919Z Checking dropshot v0.12.0
20592024-11-26T22:55:57.968Z Checking anyhow v1.0.93
20602024-11-26T22:55:58.001Z Checking phf v0.11.2
20612024-11-26T22:55:58.078Z Checking toml_edit v0.19.15
20622024-11-26T22:55:58.267Z Checking hyper-tls v0.6.0
20632024-11-26T22:55:58.341Z Checking num-bigint-dig v0.8.4
20642024-11-26T22:55:58.356Z Checking tokio-tungstenite v0.24.0
20652024-11-26T22:55:58.543Z Checking postgres-types v0.2.8
20662024-11-26T22:55:58.748Z Checking regex v1.11.1
20672024-11-26T22:55:58.799Z Checking bstr v1.10.0
20682024-11-26T22:55:59.285Z Checking ed25519 v2.2.3
20692024-11-26T22:55:59.328Z Checking tokio-stream v0.1.16
20702024-11-26T22:55:59.391Z Checking phf_shared v0.10.0
20712024-11-26T22:55:59.591Z Checking zerocopy v0.6.6
20722024-11-26T22:55:59.684Z Checking curve25519-dalek v4.1.3
20732024-11-26T22:55:59.731Z Checking pkcs1 v0.7.5
20742024-11-26T22:56:00.146Z Checking hubpack v0.1.2
20752024-11-26T22:56:00.196Z Checking portable-atomic v1.9.0
20762024-11-26T22:56:00.339Z Checking float-cmp v0.9.0
20772024-11-26T22:56:00.450Z Checking serde-big-array v0.5.1
20782024-11-26T22:56:00.515Z Checking rfc6979 v0.4.0
20792024-11-26T22:56:00.533Z Checking sync_wrapper v1.0.1
20802024-11-26T22:56:00.575Z Checking unicode-segmentation v1.12.0
20812024-11-26T22:56:00.651Z Checking normalize-line-endings v0.3.0
20822024-11-26T22:56:00.667Z Checking minimal-lexical v0.2.1
20832024-11-26T22:56:00.690Z Checking whoami v1.5.2
20842024-11-26T22:56:00.780Z Checking new_debug_unreachable v1.0.6
20852024-11-26T22:56:00.873Z Checking unicode-width v0.2.0
20862024-11-26T22:56:00.992Z Checking static_assertions v1.1.0
20872024-11-26T22:56:01.055Z Checking precomputed-hash v0.1.1
20882024-11-26T22:56:01.086Z Checking fixedbitset v0.4.2
20892024-11-26T22:56:01.166Z Checking predicates-core v1.0.8
20902024-11-26T22:56:01.221Z Checking difflib v0.4.0
20912024-11-26T22:56:01.268Z Checking number_prefix v0.4.0
20922024-11-26T22:56:01.341Z Checking bit-vec v0.6.3
20932024-11-26T22:56:01.356Z Checking petgraph v0.6.5
20942024-11-26T22:56:01.360Z Checking similar v2.6.0
20952024-11-26T22:56:01.438Z Checking string_cache v0.8.7
20962024-11-26T22:56:01.456Z Checking indicatif v0.17.9
20972024-11-26T22:56:01.523Z Checking predicates v3.1.2
20982024-11-26T22:56:01.561Z Checking qorb v0.2.0
20992024-11-26T22:56:01.577Z Checking ed25519-dalek v2.1.1
21002024-11-26T22:56:01.654Z Checking bit-set v0.5.3
21012024-11-26T22:56:01.703Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21022024-11-26T22:56:01.910Z Checking nom v7.1.3
21032024-11-26T22:56:01.977Z Checking tokio-postgres v0.7.12
21042024-11-26T22:56:02.177Z Checking ecdsa v0.16.9
21052024-11-26T22:56:02.200Z Checking reqwest v0.12.9
21062024-11-26T22:56:02.202Z Checking toml v0.7.8
21072024-11-26T22:56:02.916Z Checking rsa v0.9.6
21082024-11-26T22:56:02.935Z Checking clap v4.5.21
21092024-11-26T22:56:03.058Z Checking zip v0.6.6
21102024-11-26T22:56:03.759Z Checking crossterm v0.28.1
21112024-11-26T22:56:03.983Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21122024-11-26T22:56:04.009Z Checking itertools v0.10.5
21132024-11-26T22:56:04.120Z Checking itertools v0.12.1
21142024-11-26T22:56:04.134Z Checking fs-err v2.11.0
21152024-11-26T22:56:04.682Z Checking ahash v0.8.11
21162024-11-26T22:56:04.781Z Checking x509-cert v0.2.5
21172024-11-26T22:56:04.801Z Checking semver v1.0.23
21182024-11-26T22:56:05.071Z Checking hex v0.4.3
21192024-11-26T22:56:05.211Z Checking peg-runtime v0.8.3
21202024-11-26T22:56:05.226Z Checking lalrpop-util v0.19.12
21212024-11-26T22:56:05.431Z Checking sigpipe v0.1.3
21222024-11-26T22:56:06.786Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21232024-11-26T22:56:07.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.97s
21242024-11-26T22:56:07.308Z
21252024-11-26T22:56:07.308Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21262024-11-26T22:56:07.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-11-26T22:56:07.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-11-26T22:56:07.991Z Compiling hashbrown v0.14.5
21292024-11-26T22:56:08.114Z Checking heck v0.5.0
21302024-11-26T22:56:08.128Z Compiling unsafe-libyaml v0.2.11
21312024-11-26T22:56:08.142Z Compiling ident_case v1.0.1
21322024-11-26T22:56:08.157Z Checking progenitor-client v0.8.0
21332024-11-26T22:56:08.171Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21342024-11-26T22:56:08.188Z Compiling proc-macro-crate v1.3.1
21352024-11-26T22:56:08.269Z Compiling darling_core v0.20.10
21362024-11-26T22:56:08.307Z Checking ipnetwork v0.20.0
21372024-11-26T22:56:08.503Z Compiling structmeta-derive v0.3.0
21382024-11-26T22:56:08.513Z Compiling newtype-uuid v1.1.3
21392024-11-26T22:56:08.657Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21402024-11-26T22:56:08.855Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21412024-11-26T22:56:08.955Z Compiling lzma-sys v0.1.20
21422024-11-26T22:56:09.210Z Compiling foreign-types-macros v0.2.3
21432024-11-26T22:56:09.263Z Checking regress v0.10.1
21442024-11-26T22:56:09.371Z Compiling num_enum_derive v0.5.11
21452024-11-26T22:56:09.740Z Compiling serde_yaml v0.9.34+deprecated
21462024-11-26T22:56:10.072Z Compiling dropshot v0.13.0
21472024-11-26T22:56:10.353Z Checking foreign-types-shared v0.3.1
21482024-11-26T22:56:10.465Z Checking arc-swap v1.7.1
21492024-11-26T22:56:10.545Z Checking foreign-types v0.5.0
21502024-11-26T22:56:10.766Z Compiling proc-macro-error v1.0.4
21512024-11-26T22:56:10.890Z Checking slog-scope v4.4.0
21522024-11-26T22:56:11.497Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21532024-11-26T22:56:11.526Z Compiling structmeta v0.3.0
21542024-11-26T22:56:11.608Z Checking tungstenite v0.21.0
21552024-11-26T22:56:11.648Z Compiling heck v0.3.3
21562024-11-26T22:56:11.938Z Checking num_enum v0.5.11
21572024-11-26T22:56:11.988Z Compiling parse-display-derive v0.10.0
21582024-11-26T22:56:12.085Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21592024-11-26T22:56:12.102Z Compiling dropshot_endpoint v0.13.0
21602024-11-26T22:56:12.610Z Checking cstr-argument v0.1.2
21612024-11-26T22:56:12.764Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622024-11-26T22:56:12.820Z Checking typify-impl v0.2.0
21632024-11-26T22:56:12.975Z Checking instant v0.1.13
21642024-11-26T22:56:13.528Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-11-26T22:56:13.809Z Checking pretty-hex v0.2.1
21662024-11-26T22:56:13.976Z Checking base64 v0.21.7
21672024-11-26T22:56:14.059Z Checking fastrand v2.1.1
21682024-11-26T22:56:14.411Z Checking tempfile v3.13.0
21692024-11-26T22:56:14.451Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21702024-11-26T22:56:14.486Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712024-11-26T22:56:14.627Z Checking backoff v0.4.0
21722024-11-26T22:56:14.691Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732024-11-26T22:56:14.791Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21742024-11-26T22:56:14.839Z Checking tokio-tungstenite v0.21.0
21752024-11-26T22:56:14.921Z Checking strum v0.26.3
21762024-11-26T22:56:15.078Z Compiling zone_cfg_derive v0.1.2
21772024-11-26T22:56:15.112Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21782024-11-26T22:56:15.217Z Compiling darling_macro v0.20.10
21792024-11-26T22:56:15.319Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21802024-11-26T22:56:15.337Z Checking slog-stdlog v4.1.1
21812024-11-26T22:56:15.558Z Checking regress v0.9.1
21822024-11-26T22:56:15.673Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21832024-11-26T22:56:15.834Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21842024-11-26T22:56:15.873Z Checking colored v2.1.0
21852024-11-26T22:56:16.123Z Checking macaddr v1.0.1
21862024-11-26T22:56:16.140Z Compiling darling v0.20.10
21872024-11-26T22:56:16.171Z Checking base64 v0.13.1
21882024-11-26T22:56:16.253Z Compiling serde_with_macros v3.11.0
21892024-11-26T22:56:16.540Z Checking ron v0.7.1
21902024-11-26T22:56:16.557Z Checking zone v0.1.8
21912024-11-26T22:56:16.701Z Checking parse-display v0.10.0
21922024-11-26T22:56:16.940Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21932024-11-26T22:56:17.259Z Checking xz2 v0.1.7
21942024-11-26T22:56:17.429Z Checking slog-envlogger v2.2.0
21952024-11-26T22:56:17.556Z Checking tabwriter v1.4.0
21962024-11-26T22:56:17.666Z Checking xattr v1.3.1
21972024-11-26T22:56:17.749Z Checking pem v3.0.4
21982024-11-26T22:56:17.861Z Checking yasna v0.5.2
21992024-11-26T22:56:17.866Z Checking headers-core v0.3.0
22002024-11-26T22:56:18.002Z Checking smf v0.2.3
22012024-11-26T22:56:18.034Z Checking filetime v0.2.25
22022024-11-26T22:56:18.249Z Checking same-file v1.0.6
22032024-11-26T22:56:18.429Z Checking walkdir v2.5.0
22042024-11-26T22:56:18.455Z Checking tar v0.4.42
22052024-11-26T22:56:18.485Z Checking headers v0.4.0
22062024-11-26T22:56:18.712Z Checking atomicwrites v0.4.4
22072024-11-26T22:56:18.750Z Checking rcgen v0.12.1
22082024-11-26T22:56:18.920Z Checking camino-tempfile v1.1.1
22092024-11-26T22:56:19.116Z Checking subprocess v0.2.9
22102024-11-26T22:56:19.177Z Checking serde_with v3.11.0
22112024-11-26T22:56:23.376Z Compiling typify-macro v0.2.0
22122024-11-26T22:56:25.255Z Compiling typify v0.2.0
22132024-11-26T22:56:25.325Z Compiling progenitor-impl v0.8.0
22142024-11-26T22:56:28.545Z Compiling progenitor-macro v0.8.0
22152024-11-26T22:56:33.851Z Checking progenitor v0.8.0
22162024-11-26T22:56:34.005Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22172024-11-26T22:56:34.008Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22182024-11-26T22:56:36.678Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22192024-11-26T22:56:36.990Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22202024-11-26T22:56:43.267Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22212024-11-26T22:56:44.862Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222024-11-26T22:56:46.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.82s
22232024-11-26T22:56:46.316Z
22242024-11-26T22:56:46.316Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22252024-11-26T22:56:46.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-11-26T22:56:46.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-11-26T22:56:46.992Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22282024-11-26T22:56:48.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
22292024-11-26T22:56:48.594Z
22302024-11-26T22:56:48.594Zinfo: running `cargo check --bins` on nexus-config (31/173)
22312024-11-26T22:56:49.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-11-26T22:56:49.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-11-26T22:56:49.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-11-26T22:56:49.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22352024-11-26T22:56:49.238Z
22362024-11-26T22:56:49.238Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22372024-11-26T22:56:49.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-11-26T22:56:49.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-11-26T22:56:49.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-11-26T22:56:49.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22412024-11-26T22:56:49.865Z
22422024-11-26T22:56:49.865Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22432024-11-26T22:56:50.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-11-26T22:56:50.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-11-26T22:56:50.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462024-11-26T22:56:50.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22472024-11-26T22:56:50.511Z
22482024-11-26T22:56:50.512Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22492024-11-26T22:56:51.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-11-26T22:56:51.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-11-26T22:56:51.210Z Compiling zerocopy v0.8.10
22522024-11-26T22:56:51.210Z Compiling progenitor-client v0.8.0
22532024-11-26T22:56:51.215Z Compiling itertools v0.13.0
22542024-11-26T22:56:51.215Z Compiling zerocopy-derive v0.8.10
22552024-11-26T22:56:51.216Z Compiling heapless v0.8.0
22562024-11-26T22:56:51.216Z Compiling newtype-uuid v1.1.3
22572024-11-26T22:56:51.216Z Compiling ipnetwork v0.20.0
22582024-11-26T22:56:51.216Z Checking hash32 v0.3.1
22592024-11-26T22:56:51.512Z Compiling instant v0.1.13
22602024-11-26T22:56:51.658Z Compiling smoltcp v0.11.0
22612024-11-26T22:56:51.673Z Compiling backoff v0.4.0
22622024-11-26T22:56:51.808Z Compiling progenitor v0.8.0
22632024-11-26T22:56:52.023Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22642024-11-26T22:56:52.060Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22652024-11-26T22:56:52.206Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662024-11-26T22:56:52.250Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672024-11-26T22:56:52.428Z Compiling dropshot v0.13.0
22682024-11-26T22:56:52.445Z Compiling serde_with v3.11.0
22692024-11-26T22:56:52.546Z Compiling parse-display v0.10.0
22702024-11-26T22:56:52.817Z Checking num-rational v0.4.2
22712024-11-26T22:56:53.200Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22722024-11-26T22:56:53.377Z Compiling regress v0.9.1
22732024-11-26T22:56:53.475Z Compiling phf_generator v0.11.2
22742024-11-26T22:56:53.658Z Checking num-complex v0.4.6
22752024-11-26T22:56:54.538Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22762024-11-26T22:56:55.234Z Compiling macaddr v1.0.1
22772024-11-26T22:56:55.694Z Checking cobs v0.2.3
22782024-11-26T22:56:55.711Z Compiling num v0.4.3
22792024-11-26T22:56:55.878Z Checking postcard v1.0.10
22802024-11-26T22:56:55.932Z Compiling phf_codegen v0.11.2
22812024-11-26T22:56:56.434Z Compiling parse-zoneinfo v0.3.1
22822024-11-26T22:56:56.524Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22832024-11-26T22:56:56.813Z Checking float-ord v0.3.2
22842024-11-26T22:56:56.961Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22852024-11-26T22:56:57.295Z Compiling convert_case v0.4.0
22862024-11-26T22:56:57.596Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22872024-11-26T22:56:58.323Z Compiling derive_more v0.99.18
22882024-11-26T22:56:58.476Z Compiling chrono-tz-build v0.4.0
22892024-11-26T22:56:58.592Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22902024-11-26T22:56:59.321Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22912024-11-26T22:56:59.986Z Compiling crucible-workspace-hack v0.1.0
22922024-11-26T22:57:00.237Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22932024-11-26T22:57:00.351Z Compiling chrono-tz v0.10.0
22942024-11-26T22:57:00.354Z Checking newline-converter v0.3.0
22952024-11-26T22:57:00.497Z Checking prettyplease v0.2.25
22962024-11-26T22:57:00.540Z Compiling slog-dtrace v0.3.0
22972024-11-26T22:57:00.839Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22982024-11-26T22:57:01.661Z Checking expectorate v1.1.0
22992024-11-26T22:57:01.815Z Compiling zone_cfg_derive v0.3.0
23002024-11-26T22:57:01.828Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-11-26T22:57:02.039Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23022024-11-26T22:57:02.134Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23032024-11-26T22:57:02.239Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23042024-11-26T22:57:02.581Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23052024-11-26T22:57:03.167Z Compiling const_format_proc_macros v0.2.33
23062024-11-26T22:57:03.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23072024-11-26T22:57:03.380Z Compiling num-derive v0.4.2
23082024-11-26T22:57:03.383Z Checking highway v1.2.0
23092024-11-26T22:57:03.809Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23102024-11-26T22:57:04.114Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23112024-11-26T22:57:04.592Z Checking zone v0.3.0
23122024-11-26T22:57:04.978Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23132024-11-26T22:57:05.123Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23142024-11-26T22:57:05.385Z Checking const_format v0.2.33
23152024-11-26T22:57:05.594Z Checking gethostname v0.5.0
23162024-11-26T22:57:05.722Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23172024-11-26T22:57:05.736Z Checking bcs v0.1.6
23182024-11-26T22:57:05.827Z Compiling async-recursion v1.1.1
23192024-11-26T22:57:06.207Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23202024-11-26T22:57:06.210Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23212024-11-26T22:57:06.279Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23222024-11-26T22:57:07.590Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23232024-11-26T22:57:08.203Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23242024-11-26T22:57:13.898Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23252024-11-26T22:57:17.235Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23262024-11-26T22:57:19.894Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23272024-11-26T22:57:21.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.59s
23282024-11-26T22:57:21.302Z
23292024-11-26T22:57:21.302Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23302024-11-26T22:57:21.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-11-26T22:57:21.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-11-26T22:57:21.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332024-11-26T22:57:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23342024-11-26T22:57:21.950Z
23352024-11-26T22:57:21.951Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23362024-11-26T22:57:22.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-11-26T22:57:22.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-11-26T22:57:22.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-11-26T22:57:22.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23402024-11-26T22:57:22.605Z
23412024-11-26T22:57:22.605Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23422024-11-26T22:57:23.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-11-26T22:57:23.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-11-26T22:57:23.282Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23452024-11-26T22:57:23.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
23462024-11-26T22:57:24.103Z
23472024-11-26T22:57:24.103Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23482024-11-26T22:57:24.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-11-26T22:57:24.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-11-26T22:57:24.786Z Compiling cfg_aliases v0.1.1
23512024-11-26T22:57:24.788Z Compiling vte_generate_state_changes v0.1.2
23522024-11-26T22:57:24.788Z Checking fd-lock v4.0.2
23532024-11-26T22:57:24.910Z Checking nibble_vec v0.1.0
23542024-11-26T22:57:24.913Z Checking endian-type v0.1.2
23552024-11-26T22:57:24.913Z Checking bytecount v0.6.8
23562024-11-26T22:57:24.921Z Compiling tabled_derive v0.7.0
23572024-11-26T22:57:24.946Z Compiling peg-macros v0.8.4
23582024-11-26T22:57:24.973Z Compiling nix v0.28.0
23592024-11-26T22:57:25.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23602024-11-26T22:57:25.078Z Checking papergrid v0.11.0
23612024-11-26T22:57:25.078Z Compiling sqlparser_derive v0.2.2
23622024-11-26T22:57:25.115Z Checking radix_trie v0.2.1
23632024-11-26T22:57:25.479Z Checking vte v0.11.1
23642024-11-26T22:57:25.521Z Checking nu-ansi-term v0.50.1
23652024-11-26T22:57:25.927Z Checking unicode_categories v0.1.1
23662024-11-26T22:57:26.175Z Checking home v0.5.9
23672024-11-26T22:57:26.229Z Checking sqlformat v0.2.6
23682024-11-26T22:57:26.251Z Checking sqlparser v0.45.0
23692024-11-26T22:57:26.323Z Checking display-error-chain v0.2.2
23702024-11-26T22:57:26.816Z Checking strip-ansi-escapes v0.2.0
23712024-11-26T22:57:26.964Z Checking reedline v0.35.0
23722024-11-26T22:57:27.349Z Checking tabled v0.15.0
23732024-11-26T22:57:27.859Z Checking peg v0.8.4
23742024-11-26T22:57:28.322Z Checking rustyline v14.0.0
23752024-11-26T22:57:36.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.76s
23762024-11-26T22:57:37.064Z
23772024-11-26T22:57:37.064Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23782024-11-26T22:57:37.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-11-26T22:57:37.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-11-26T22:57:37.750Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812024-11-26T22:57:42.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
23822024-11-26T22:57:42.921Z
23832024-11-26T22:57:42.921Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23842024-11-26T22:57:43.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-11-26T22:57:43.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-11-26T22:57:43.601Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-11-26T22:57:47.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
23882024-11-26T22:57:47.537Z
23892024-11-26T22:57:47.537Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23902024-11-26T22:57:48.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-11-26T22:57:48.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-11-26T22:57:48.221Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-11-26T22:57:53.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
23942024-11-26T22:57:53.182Z
23952024-11-26T22:57:53.182Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23962024-11-26T22:57:53.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-11-26T22:57:53.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-11-26T22:57:53.863Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-11-26T22:57:58.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
24002024-11-26T22:57:58.899Z
24012024-11-26T22:57:58.899Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
24022024-11-26T22:57:59.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-11-26T22:57:59.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-11-26T22:57:59.577Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-11-26T22:58:03.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
24062024-11-26T22:58:03.705Z
24072024-11-26T22:58:03.707Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24082024-11-26T22:58:04.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-11-26T22:58:04.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-11-26T22:58:04.384Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-11-26T22:58:08.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
24122024-11-26T22:58:08.612Z
24132024-11-26T22:58:08.612Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24142024-11-26T22:58:09.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-11-26T22:58:09.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-11-26T22:58:09.288Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-11-26T22:58:14.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
24182024-11-26T22:58:14.436Z
24192024-11-26T22:58:14.436Zinfo: running `cargo check --bins` on oximeter (46/173)
24202024-11-26T22:58:15.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-11-26T22:58:15.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-11-26T22:58:15.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-11-26T22:58:15.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24242024-11-26T22:58:15.082Z
24252024-11-26T22:58:15.082Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24262024-11-26T22:58:15.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-11-26T22:58:15.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-11-26T22:58:15.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-11-26T22:58:15.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24302024-11-26T22:58:15.707Z
24312024-11-26T22:58:15.707Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24322024-11-26T22:58:16.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-11-26T22:58:16.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-11-26T22:58:16.356Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24352024-11-26T22:58:16.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
24362024-11-26T22:58:16.986Z
24372024-11-26T22:58:16.986Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24382024-11-26T22:58:17.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-11-26T22:58:17.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-11-26T22:58:17.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-11-26T22:58:17.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24422024-11-26T22:58:17.641Z
24432024-11-26T22:58:17.641Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24442024-11-26T22:58:18.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-11-26T22:58:18.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-11-26T22:58:18.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-11-26T22:58:18.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24482024-11-26T22:58:18.289Z
24492024-11-26T22:58:18.289Zinfo: running `cargo check --bins` on oxql-types (51/173)
24502024-11-26T22:58:18.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-11-26T22:58:18.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-11-26T22:58:18.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-11-26T22:58:18.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24542024-11-26T22:58:18.936Z
24552024-11-26T22:58:18.936Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24562024-11-26T22:58:19.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-11-26T22:58:19.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-11-26T22:58:19.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-11-26T22:58:19.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24602024-11-26T22:58:19.600Z
24612024-11-26T22:58:19.600Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24622024-11-26T22:58:20.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-11-26T22:58:20.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-11-26T22:58:20.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-11-26T22:58:20.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24662024-11-26T22:58:20.254Z
24672024-11-26T22:58:20.254Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24682024-11-26T22:58:20.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-11-26T22:58:20.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-11-26T22:58:20.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-11-26T22:58:20.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24722024-11-26T22:58:20.920Z
24732024-11-26T22:58:20.920Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24742024-11-26T22:58:21.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-11-26T22:58:21.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-11-26T22:58:21.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-11-26T22:58:21.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24782024-11-26T22:58:21.563Z
24792024-11-26T22:58:21.563Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24802024-11-26T22:58:22.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-11-26T22:58:22.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-11-26T22:58:22.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-11-26T22:58:22.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24842024-11-26T22:58:22.214Z
24852024-11-26T22:58:22.214Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24862024-11-26T22:58:22.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-11-26T22:58:22.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-11-26T22:58:22.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-11-26T22:58:22.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24902024-11-26T22:58:22.864Z
24912024-11-26T22:58:22.864Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24922024-11-26T22:58:23.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-11-26T22:58:23.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-11-26T22:58:23.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-11-26T22:58:23.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24962024-11-26T22:58:23.497Z
24972024-11-26T22:58:23.497Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24982024-11-26T22:58:24.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-11-26T22:58:24.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-11-26T22:58:24.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-11-26T22:58:24.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25022024-11-26T22:58:24.157Z
25032024-11-26T22:58:24.157Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25042024-11-26T22:58:24.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-11-26T22:58:24.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-11-26T22:58:24.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-11-26T22:58:24.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25082024-11-26T22:58:24.799Z
25092024-11-26T22:58:24.799Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25102024-11-26T22:58:25.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-11-26T22:58:25.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-11-26T22:58:25.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-11-26T22:58:25.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25142024-11-26T22:58:25.439Z
25152024-11-26T22:58:25.439Zinfo: running `cargo check --bins` on dpd-client (62/173)
25162024-11-26T22:58:25.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-11-26T22:58:26.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-11-26T22:58:26.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-11-26T22:58:26.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25202024-11-26T22:58:26.080Z
25212024-11-26T22:58:26.080Zinfo: running `cargo check --bins` on gateway-client (63/173)
25222024-11-26T22:58:26.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-11-26T22:58:26.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-11-26T22:58:26.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-11-26T22:58:26.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25262024-11-26T22:58:26.703Z
25272024-11-26T22:58:26.703Zinfo: running `cargo check --bins` on installinator-client (64/173)
25282024-11-26T22:58:27.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-11-26T22:58:27.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-11-26T22:58:27.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-11-26T22:58:27.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25322024-11-26T22:58:27.366Z
25332024-11-26T22:58:27.366Zinfo: running `cargo check --bins` on installinator-common (65/173)
25342024-11-26T22:58:27.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-11-26T22:58:27.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-11-26T22:58:27.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-11-26T22:58:27.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25382024-11-26T22:58:28.024Z
25392024-11-26T22:58:28.024Zinfo: running `cargo check --bins` on update-engine (66/173)
25402024-11-26T22:58:28.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-11-26T22:58:28.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-11-26T22:58:28.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-11-26T22:58:28.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25442024-11-26T22:58:28.658Z
25452024-11-26T22:58:28.658Zinfo: running `cargo check --bins` on nexus-client (67/173)
25462024-11-26T22:58:29.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-11-26T22:58:29.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-11-26T22:58:29.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-11-26T22:58:29.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25502024-11-26T22:58:29.320Z
25512024-11-26T22:58:29.320Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25522024-11-26T22:58:29.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-11-26T22:58:29.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-11-26T22:58:29.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-11-26T22:58:29.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25562024-11-26T22:58:29.969Z
25572024-11-26T22:58:29.969Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25582024-11-26T22:58:30.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-11-26T22:58:30.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-11-26T22:58:30.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-11-26T22:58:30.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25622024-11-26T22:58:30.593Z
25632024-11-26T22:58:30.593Zinfo: running `cargo check --bins` on nexus-types (70/173)
25642024-11-26T22:58:31.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-11-26T22:58:31.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-11-26T22:58:31.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-11-26T22:58:31.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25682024-11-26T22:58:31.254Z
25692024-11-26T22:58:31.254Zinfo: running `cargo check --bins` on oxide-client (71/173)
25702024-11-26T22:58:31.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-11-26T22:58:31.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-11-26T22:58:31.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-11-26T22:58:31.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25742024-11-26T22:58:31.879Z
25752024-11-26T22:58:31.879Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25762024-11-26T22:58:32.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-11-26T22:58:32.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-11-26T22:58:32.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-11-26T22:58:32.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25802024-11-26T22:58:32.525Z
25812024-11-26T22:58:32.525Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25822024-11-26T22:58:33.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-11-26T22:58:33.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-11-26T22:58:33.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-11-26T22:58:33.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25862024-11-26T22:58:33.159Z
25872024-11-26T22:58:33.159Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25882024-11-26T22:58:33.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-11-26T22:58:33.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-11-26T22:58:33.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-11-26T22:58:33.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25922024-11-26T22:58:33.816Z
25932024-11-26T22:58:33.816Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25942024-11-26T22:58:34.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-11-26T22:58:34.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-11-26T22:58:34.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-11-26T22:58:34.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25982024-11-26T22:58:34.597Z
25992024-11-26T22:58:34.598Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
26002024-11-26T22:58:35.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-11-26T22:58:35.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-11-26T22:58:35.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-11-26T22:58:35.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26042024-11-26T22:58:35.154Z
26052024-11-26T22:58:35.154Zinfo: running `cargo check --bins` on wicket-common (77/173)
26062024-11-26T22:58:35.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-11-26T22:58:35.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-11-26T22:58:35.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-11-26T22:58:35.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26102024-11-26T22:58:35.825Z
26112024-11-26T22:58:35.825Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26122024-11-26T22:58:36.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-11-26T22:58:36.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-11-26T22:58:36.494Z Checking csv-core v0.1.11
26152024-11-26T22:58:36.494Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26162024-11-26T22:58:36.496Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26172024-11-26T22:58:36.823Z Checking csv v1.3.0
26182024-11-26T22:58:37.055Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26192024-11-26T22:58:37.378Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26202024-11-26T22:58:37.730Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26212024-11-26T22:58:38.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
26222024-11-26T22:58:39.164Z
26232024-11-26T22:58:39.165Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26242024-11-26T22:58:39.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-11-26T22:58:39.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-11-26T22:58:39.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-11-26T22:58:39.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26282024-11-26T22:58:39.808Z
26292024-11-26T22:58:39.808Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26302024-11-26T22:58:40.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-11-26T22:58:40.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-11-26T22:58:40.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-11-26T22:58:40.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26342024-11-26T22:58:40.445Z
26352024-11-26T22:58:40.445Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26362024-11-26T22:58:41.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-11-26T22:58:41.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-11-26T22:58:41.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-11-26T22:58:41.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26402024-11-26T22:58:41.188Z
26412024-11-26T22:58:41.188Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26422024-11-26T22:58:41.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-11-26T22:58:41.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-11-26T22:58:41.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-11-26T22:58:41.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26462024-11-26T22:58:41.939Z
26472024-11-26T22:58:41.939Zinfo: running `cargo check --bins` on dns-server (83/173)
26482024-11-26T22:58:42.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-11-26T22:58:42.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-11-26T22:58:42.595Z Compiling parking_lot_core v0.8.6
26512024-11-26T22:58:42.595Z Checking fxhash v0.2.1
26522024-11-26T22:58:42.597Z Checking hickory-server v0.24.1
26532024-11-26T22:58:42.697Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26542024-11-26T22:58:42.708Z Checking hickory-client v0.24.1
26552024-11-26T22:58:43.321Z Checking parking_lot v0.11.2
26562024-11-26T22:58:43.435Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26572024-11-26T22:58:43.435Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26582024-11-26T22:58:43.549Z Checking sled v0.34.7
26592024-11-26T22:58:45.314Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26602024-11-26T22:58:46.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
26612024-11-26T22:58:46.769Z
26622024-11-26T22:58:46.769Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26632024-11-26T22:58:47.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-11-26T22:58:47.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-11-26T22:58:47.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-11-26T22:58:47.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26672024-11-26T22:58:47.408Z
26682024-11-26T22:58:47.408Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26692024-11-26T22:58:48.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-11-26T22:58:48.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-11-26T22:58:48.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-11-26T22:58:48.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26732024-11-26T22:58:48.121Z
26742024-11-26T22:58:48.121Zinfo: running `cargo check --bins` on gateway-types (86/173)
26752024-11-26T22:58:48.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-11-26T22:58:48.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-11-26T22:58:48.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-11-26T22:58:48.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26792024-11-26T22:58:48.763Z
26802024-11-26T22:58:48.763Zinfo: running `cargo check --bins` on ipcc (87/173)
26812024-11-26T22:58:49.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-11-26T22:58:49.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-11-26T22:58:49.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-11-26T22:58:49.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26852024-11-26T22:58:49.405Z
26862024-11-26T22:58:49.405Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26872024-11-26T22:58:49.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-11-26T22:58:50.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-11-26T22:58:50.116Z Compiling semver v0.1.20
26902024-11-26T22:58:50.116Z Compiling radium v0.7.0
26912024-11-26T22:58:50.235Z Compiling maybe-uninit v2.0.0
26922024-11-26T22:58:50.237Z Checking tap v1.0.1
26932024-11-26T22:58:50.259Z Checking password-hash v0.5.0
26942024-11-26T22:58:50.261Z Checking blake2 v0.10.6
26952024-11-26T22:58:50.261Z Compiling cancel-safe-futures v0.1.5
26962024-11-26T22:58:50.261Z Compiling owo-colors v4.1.0
26972024-11-26T22:58:50.556Z Compiling rustc_version v0.1.7
26982024-11-26T22:58:50.601Z Compiling packed_struct v0.10.1
26992024-11-26T22:58:50.690Z Checking funty v2.0.0
27002024-11-26T22:58:50.693Z Checking wyz v0.5.1
27012024-11-26T22:58:50.693Z Checking crc-catalog v2.4.0
27022024-11-26T22:58:50.816Z Checking argon2 v0.5.3
27032024-11-26T22:58:50.832Z Checking crc v3.2.1
27042024-11-26T22:58:50.948Z Compiling packed_struct_codegen v0.10.1
27052024-11-26T22:58:51.029Z Checking half v2.4.1
27062024-11-26T22:58:51.062Z Compiling newtype_derive v0.1.6
27072024-11-26T22:58:51.086Z Compiling indexmap v1.9.3
27082024-11-26T22:58:51.103Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27092024-11-26T22:58:51.265Z Checking nodrop v0.1.14
27102024-11-26T22:58:51.378Z Checking ciborium-io v0.2.2
27112024-11-26T22:58:51.439Z Checking array-init v0.0.4
27122024-11-26T22:58:51.456Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27132024-11-26T22:58:51.459Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27142024-11-26T22:58:51.494Z Checking ciborium-ll v0.2.2
27152024-11-26T22:58:51.597Z Checking bitvec v1.0.1
27162024-11-26T22:58:51.756Z Checking smallvec v0.6.14
27172024-11-26T22:58:51.814Z Checking libsw v3.3.1
27182024-11-26T22:58:51.960Z Compiling memoffset v0.9.1
27192024-11-26T22:58:52.088Z Checking hashbrown v0.12.3
27202024-11-26T22:58:52.181Z Checking linear-map v1.2.0
27212024-11-26T22:58:52.201Z Checking swrite v0.1.0
27222024-11-26T22:58:52.265Z Checking indent_write v2.2.0
27232024-11-26T22:58:52.315Z Checking termcolor v1.4.1
27242024-11-26T22:58:52.428Z Checking bitfield v0.14.0
27252024-11-26T22:58:52.468Z Checking ron v0.8.1
27262024-11-26T22:58:52.521Z Checking serde-hex v0.1.0
27272024-11-26T22:58:52.768Z Checking env_logger v0.10.2
27282024-11-26T22:58:52.896Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27292024-11-26T22:58:53.191Z Checking ciborium v0.2.2
27302024-11-26T22:58:53.408Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27312024-11-26T22:58:53.734Z Checking steno v0.4.1
27322024-11-26T22:58:53.818Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27332024-11-26T22:58:53.956Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27342024-11-26T22:58:54.088Z Checking hashbrown v0.13.2
27352024-11-26T22:58:54.184Z Checking crc-any v2.5.0
27362024-11-26T22:58:54.563Z Checking humantime v2.1.0
27372024-11-26T22:58:54.581Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27382024-11-26T22:58:54.876Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27392024-11-26T22:58:55.127Z Checking object v0.30.4
27402024-11-26T22:58:55.221Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27412024-11-26T22:58:55.253Z Checking path-slash v0.1.5
27422024-11-26T22:58:55.403Z Checking nix v0.27.1
27432024-11-26T22:58:55.574Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27442024-11-26T22:58:55.953Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27452024-11-26T22:58:56.362Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27462024-11-26T22:58:56.474Z Checking tungstenite v0.23.0
27472024-11-26T22:58:56.615Z Checking kstat-rs v0.2.4
27482024-11-26T22:58:56.672Z Checking signal-hook-tokio v0.3.1
27492024-11-26T22:58:56.962Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27502024-11-26T22:58:57.243Z Checking tokio-tungstenite v0.23.1
27512024-11-26T22:58:58.136Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27522024-11-26T22:58:58.224Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27532024-11-26T22:58:58.500Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542024-11-26T22:59:05.103Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27552024-11-26T22:59:06.399Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27562024-11-26T22:59:08.882Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27572024-11-26T22:59:14.554Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582024-11-26T22:59:15.253Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27592024-11-26T22:59:18.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.64s
27602024-11-26T22:59:18.256Z
27612024-11-26T22:59:18.257Zinfo: running `cargo check --bins` on gateway-api (89/173)
27622024-11-26T22:59:18.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-11-26T22:59:18.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-11-26T22:59:18.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-11-26T22:59:18.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27662024-11-26T22:59:18.896Z
27672024-11-26T22:59:18.896Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27682024-11-26T22:59:19.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-11-26T22:59:19.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-11-26T22:59:19.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-11-26T22:59:19.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27722024-11-26T22:59:19.512Z
27732024-11-26T22:59:19.512Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27742024-11-26T22:59:20.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-11-26T22:59:20.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-11-26T22:59:20.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-11-26T22:59:20.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27782024-11-26T22:59:20.152Z
27792024-11-26T22:59:20.152Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27802024-11-26T22:59:20.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-11-26T22:59:20.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-11-26T22:59:20.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-11-26T22:59:20.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27842024-11-26T22:59:20.787Z
27852024-11-26T22:59:20.787Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27862024-11-26T22:59:21.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-11-26T22:59:21.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-11-26T22:59:21.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-11-26T22:59:21.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27902024-11-26T22:59:21.425Z
27912024-11-26T22:59:21.425Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27922024-11-26T22:59:21.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-11-26T22:59:21.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-11-26T22:59:21.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-11-26T22:59:21.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27962024-11-26T22:59:22.061Z
27972024-11-26T22:59:22.062Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27982024-11-26T22:59:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-11-26T22:59:22.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-11-26T22:59:22.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-11-26T22:59:22.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28022024-11-26T22:59:22.698Z
28032024-11-26T22:59:22.698Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28042024-11-26T22:59:23.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-11-26T22:59:23.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-11-26T22:59:23.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-11-26T22:59:23.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28082024-11-26T22:59:23.335Z
28092024-11-26T22:59:23.335Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28102024-11-26T22:59:23.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-11-26T22:59:23.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-11-26T22:59:23.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-11-26T22:59:23.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28142024-11-26T22:59:23.998Z
28152024-11-26T22:59:23.998Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28162024-11-26T22:59:24.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-11-26T22:59:24.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-11-26T22:59:24.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-11-26T22:59:24.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28202024-11-26T22:59:24.645Z
28212024-11-26T22:59:24.645Zinfo: running `cargo check --bins` on sp-sim (99/173)
28222024-11-26T22:59:25.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-11-26T22:59:25.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-11-26T22:59:25.296Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28252024-11-26T22:59:27.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
28262024-11-26T22:59:27.340Z
28272024-11-26T22:59:27.340Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28282024-11-26T22:59:27.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-11-26T22:59:27.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-11-26T22:59:27.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312024-11-26T22:59:27.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28322024-11-26T22:59:28.027Z
28332024-11-26T22:59:28.027Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28342024-11-26T22:59:28.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-11-26T22:59:28.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-11-26T22:59:28.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-11-26T22:59:28.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28382024-11-26T22:59:28.720Z
28392024-11-26T22:59:28.720Zinfo: running `cargo check --bins` on db-macros (102/173)
28402024-11-26T22:59:29.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-11-26T22:59:29.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-11-26T22:59:29.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-11-26T22:59:29.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28442024-11-26T22:59:29.341Z
28452024-11-26T22:59:29.341Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28462024-11-26T22:59:29.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-11-26T22:59:29.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-11-26T22:59:29.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-11-26T22:59:29.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28502024-11-26T22:59:29.966Z
28512024-11-26T22:59:29.966Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28522024-11-26T22:59:30.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-11-26T22:59:30.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-11-26T22:59:30.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-11-26T22:59:30.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28562024-11-26T22:59:30.647Z
28572024-11-26T22:59:30.647Zinfo: running `cargo check --bins` on authz-macros (105/173)
28582024-11-26T22:59:31.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-11-26T22:59:31.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-11-26T22:59:31.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-11-26T22:59:31.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28622024-11-26T22:59:31.281Z
28632024-11-26T22:59:31.281Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28642024-11-26T22:59:31.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-11-26T22:59:31.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-11-26T22:59:31.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-11-26T22:59:31.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28682024-11-26T22:59:31.957Z
28692024-11-26T22:59:31.957Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28702024-11-26T22:59:32.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-11-26T22:59:32.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-11-26T22:59:32.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-11-26T22:59:32.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28742024-11-26T22:59:32.623Z
28752024-11-26T22:59:32.623Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28762024-11-26T22:59:33.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-11-26T22:59:33.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-11-26T22:59:33.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-11-26T22:59:33.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28802024-11-26T22:59:33.268Z
28812024-11-26T22:59:33.268Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28822024-11-26T22:59:33.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-11-26T22:59:33.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-11-26T22:59:33.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-11-26T22:59:33.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28862024-11-26T22:59:33.941Z
28872024-11-26T22:59:33.941Zinfo: running `cargo check --bins` on typed-rng (110/173)
28882024-11-26T22:59:34.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-11-26T22:59:34.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-11-26T22:59:34.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-11-26T22:59:34.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28922024-11-26T22:59:34.567Z
28932024-11-26T22:59:34.568Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28942024-11-26T22:59:35.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-11-26T22:59:35.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-11-26T22:59:35.320Z Checking keccak v0.1.5
28972024-11-26T22:59:35.432Z Checking secrecy v0.8.0
28982024-11-26T22:59:35.434Z Compiling unicase v2.7.0
28992024-11-26T22:59:35.434Z Compiling same-file v1.0.6
29002024-11-26T22:59:35.454Z Compiling tempfile v3.13.0
29012024-11-26T22:59:35.483Z Compiling thiserror-impl-no-std v2.0.2
29022024-11-26T22:59:35.485Z Checking universal-hash v0.5.1
29032024-11-26T22:59:35.485Z Compiling blake3 v1.5.4
29042024-11-26T22:59:35.640Z Compiling walkdir v2.5.0
29052024-11-26T22:59:35.704Z Compiling ring v0.16.20
29062024-11-26T22:59:35.719Z Checking sha3 v0.10.8
29072024-11-26T22:59:35.736Z Checking opaque-debug v0.3.1
29082024-11-26T22:59:35.823Z Checking poly1305 v0.8.0
29092024-11-26T22:59:35.867Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29102024-11-26T22:59:36.125Z Checking chacha20 v0.9.1
29112024-11-26T22:59:36.204Z Checking aead v0.5.2
29122024-11-26T22:59:36.325Z Compiling memmap2 v0.9.5
29132024-11-26T22:59:36.342Z Compiling arrayref v0.3.9
29142024-11-26T22:59:36.414Z Compiling arrayvec v0.7.6
29152024-11-26T22:59:36.432Z Compiling libefi-sys v0.1.0
29162024-11-26T22:59:36.461Z Compiling spin v0.5.2
29172024-11-26T22:59:36.537Z Compiling constant_time_eq v0.3.1
29182024-11-26T22:59:36.676Z Compiling salty v0.3.0
29192024-11-26T22:59:36.710Z Checking chacha20poly1305 v0.10.1
29202024-11-26T22:59:36.764Z Compiling toolchain_find v0.4.0
29212024-11-26T22:59:36.795Z Compiling camino-tempfile v1.1.1
29222024-11-26T22:59:36.900Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29232024-11-26T22:59:37.091Z Compiling bitfield-struct v0.6.2
29242024-11-26T22:59:37.208Z Compiling topological-sort v0.2.2
29252024-11-26T22:59:37.249Z Compiling mime_guess v2.0.5
29262024-11-26T22:59:37.432Z Compiling rustfmt-wrapper v0.2.1
29272024-11-26T22:59:37.888Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29282024-11-26T22:59:38.005Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29292024-11-26T22:59:38.043Z Checking primeorder v0.13.6
29302024-11-26T22:59:38.045Z Checking env_filter v0.1.2
29312024-11-26T22:59:38.276Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29322024-11-26T22:59:38.389Z Checking env_logger v0.11.5
29332024-11-26T22:59:38.508Z Checking p384 v0.13.0
29342024-11-26T22:59:38.537Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29352024-11-26T22:59:38.537Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29362024-11-26T22:59:38.626Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29372024-11-26T22:59:38.644Z Checking thiserror-no-std v2.0.2
29382024-11-26T22:59:38.752Z Checking vsss-rs v3.3.4
29392024-11-26T22:59:38.868Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29402024-11-26T22:59:38.974Z Checking lockfree-object-pool v0.1.6
29412024-11-26T22:59:39.112Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29422024-11-26T22:59:39.164Z Checking simd-adler32 v0.3.7
29432024-11-26T22:59:39.212Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29442024-11-26T22:59:39.271Z Compiling zip v2.1.3
29452024-11-26T22:59:39.492Z Checking bumpalo v3.16.0
29462024-11-26T22:59:39.512Z Checking http-range v0.1.5
29472024-11-26T22:59:39.591Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29482024-11-26T22:59:39.594Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29492024-11-26T22:59:39.687Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29502024-11-26T22:59:39.796Z Checking zopfli v0.8.1
29512024-11-26T22:59:39.906Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29522024-11-26T22:59:40.300Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29532024-11-26T22:59:40.326Z Checking nanorand v0.7.0
29542024-11-26T22:59:40.474Z Checking atty v0.2.14
29552024-11-26T22:59:40.508Z Checking glob v0.3.1
29562024-11-26T22:59:40.596Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29572024-11-26T22:59:40.709Z Checking flume v0.11.1
29582024-11-26T22:59:41.028Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29592024-11-26T22:59:41.210Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29602024-11-26T22:59:41.541Z Compiling omicron-zone-package v0.11.1
29612024-11-26T22:59:41.906Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29622024-11-26T22:59:42.324Z Checking hyper-staticfile v0.10.1
29632024-11-26T22:59:42.911Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29642024-11-26T22:59:43.007Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29652024-11-26T22:59:43.060Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29662024-11-26T22:59:43.365Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29672024-11-26T22:59:43.419Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29682024-11-26T22:59:43.925Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29692024-11-26T22:59:44.296Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29702024-11-26T22:59:44.657Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29712024-11-26T22:59:45.907Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29722024-11-26T22:59:47.537Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29732024-11-26T22:59:47.540Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29742024-11-26T22:59:58.131Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29752024-11-26T23:00:11.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.21s
29762024-11-26T23:00:11.969Z
29772024-11-26T23:00:11.969Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29782024-11-26T23:00:12.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-11-26T23:00:12.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-11-26T23:00:12.720Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-11-26T23:00:26.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
29822024-11-26T23:00:26.576Z
29832024-11-26T23:00:26.576Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29842024-11-26T23:00:27.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-11-26T23:00:27.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-11-26T23:00:27.316Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29872024-11-26T23:00:41.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
29882024-11-26T23:00:41.215Z
29892024-11-26T23:00:41.216Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29902024-11-26T23:00:41.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-11-26T23:00:41.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-11-26T23:00:41.961Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-11-26T23:00:55.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
29942024-11-26T23:00:56.008Z
29952024-11-26T23:00:56.008Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29962024-11-26T23:00:56.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-11-26T23:00:56.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-11-26T23:00:56.679Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29992024-11-26T23:01:10.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.50s
30002024-11-26T23:01:10.627Z
30012024-11-26T23:01:10.627Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
30022024-11-26T23:01:11.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-11-26T23:01:11.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-11-26T23:01:11.366Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30052024-11-26T23:01:25.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.44s
30062024-11-26T23:01:25.268Z
30072024-11-26T23:01:25.268Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
30082024-11-26T23:01:25.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-11-26T23:01:25.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-11-26T23:01:26.022Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30112024-11-26T23:01:39.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
30122024-11-26T23:01:39.945Z
30132024-11-26T23:01:39.945Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30142024-11-26T23:01:40.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-11-26T23:01:40.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-11-26T23:01:40.706Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30172024-11-26T23:01:54.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.46s
30182024-11-26T23:01:54.610Z
30192024-11-26T23:01:54.611Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30202024-11-26T23:01:55.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-11-26T23:01:55.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-11-26T23:01:55.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232024-11-26T23:01:55.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30242024-11-26T23:01:55.288Z
30252024-11-26T23:01:55.288Zinfo: running `cargo check --bins` on key-manager (120/173)
30262024-11-26T23:01:55.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-11-26T23:01:55.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-11-26T23:01:55.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-11-26T23:01:55.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30302024-11-26T23:01:55.935Z
30312024-11-26T23:01:55.935Zinfo: running `cargo check --bins` on range-requests (121/173)
30322024-11-26T23:01:56.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-11-26T23:01:56.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-11-26T23:01:56.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-11-26T23:01:56.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30362024-11-26T23:01:56.564Z
30372024-11-26T23:01:56.564Zinfo: running `cargo check --bins` on repo-depot-api (122/173)
30382024-11-26T23:01:57.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-11-26T23:01:57.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-11-26T23:01:57.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-11-26T23:01:57.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30422024-11-26T23:01:57.204Z
30432024-11-26T23:01:57.204Zinfo: running `cargo check --bins` on sled-agent-api (123/173)
30442024-11-26T23:01:57.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-11-26T23:01:57.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-11-26T23:01:57.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-11-26T23:01:57.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30482024-11-26T23:01:57.875Z
30492024-11-26T23:01:57.875Zinfo: running `cargo check --bins` on sled-hardware (124/173)
30502024-11-26T23:01:58.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-11-26T23:01:58.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-11-26T23:01:58.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-11-26T23:01:58.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30542024-11-26T23:01:58.531Z
30552024-11-26T23:01:58.531Zinfo: running `cargo check --bins --no-default-features` on sled-storage (125/173)
30562024-11-26T23:01:59.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-11-26T23:01:59.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-11-26T23:01:59.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-11-26T23:01:59.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30602024-11-26T23:01:59.196Z
30612024-11-26T23:01:59.196Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173)
30622024-11-26T23:01:59.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-11-26T23:01:59.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-11-26T23:01:59.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-11-26T23:01:59.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30662024-11-26T23:01:59.852Z
30672024-11-26T23:01:59.852Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (127/173)
30682024-11-26T23:02:00.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-11-26T23:02:00.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-11-26T23:02:00.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-11-26T23:02:00.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30722024-11-26T23:02:00.517Z
30732024-11-26T23:02:00.517Zinfo: running `cargo check --bins` on nexus-test-interface (128/173)
30742024-11-26T23:02:01.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-11-26T23:02:01.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-11-26T23:02:01.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772024-11-26T23:02:01.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30782024-11-26T23:02:01.187Z
30792024-11-26T23:02:01.187Zinfo: running `cargo check --bins` on oximeter-collector (129/173)
30802024-11-26T23:02:01.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-11-26T23:02:01.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-11-26T23:02:01.884Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30832024-11-26T23:02:01.884Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30842024-11-26T23:02:02.620Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30852024-11-26T23:02:04.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
30862024-11-26T23:02:04.749Z
30872024-11-26T23:02:04.749Zinfo: running `cargo check --bins` on oximeter-api (130/173)
30882024-11-26T23:02:05.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-11-26T23:02:05.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-11-26T23:02:05.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-11-26T23:02:05.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30922024-11-26T23:02:05.390Z
30932024-11-26T23:02:05.390Zinfo: running `cargo check --bins` on cert-dev (131/173)
30942024-11-26T23:02:05.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-11-26T23:02:05.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-11-26T23:02:06.010Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30972024-11-26T23:02:06.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30982024-11-26T23:02:06.451Z
30992024-11-26T23:02:06.451Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (132/173)
31002024-11-26T23:02:07.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-11-26T23:02:07.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-11-26T23:02:07.135Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31032024-11-26T23:02:07.135Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31042024-11-26T23:02:07.721Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31052024-11-26T23:02:08.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
31062024-11-26T23:02:08.279Z
31072024-11-26T23:02:08.279Zinfo: running `cargo check --bins` on ch-dev (133/173)
31082024-11-26T23:02:08.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-11-26T23:02:08.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-11-26T23:02:08.960Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31112024-11-26T23:02:09.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31122024-11-26T23:02:09.854Z
31132024-11-26T23:02:09.854Zinfo: running `cargo check --bins` on crdb-seed (134/173)
31142024-11-26T23:02:10.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-11-26T23:02:10.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-11-26T23:02:10.520Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31172024-11-26T23:02:10.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31182024-11-26T23:02:11.067Z
31192024-11-26T23:02:11.067Zinfo: running `cargo check --bins` on db-dev (135/173)
31202024-11-26T23:02:11.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-11-26T23:02:11.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-11-26T23:02:11.737Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31232024-11-26T23:02:12.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31242024-11-26T23:02:12.650Z
31252024-11-26T23:02:12.650Zinfo: running `cargo check --bins` on omicron-dev-lib (136/173)
31262024-11-26T23:02:13.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-11-26T23:02:13.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-11-26T23:02:13.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292024-11-26T23:02:13.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31302024-11-26T23:02:13.304Z
31312024-11-26T23:02:13.304Zinfo: running `cargo check --bins` on xtask-downloader (137/173)
31322024-11-26T23:02:13.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332024-11-26T23:02:13.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342024-11-26T23:02:13.927Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31352024-11-26T23:02:14.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31362024-11-26T23:02:15.004Z
31372024-11-26T23:02:15.004Zinfo: running `cargo check --bins` on omicron-ls-apis (138/173)
31382024-11-26T23:02:15.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-11-26T23:02:15.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-11-26T23:02:15.623Z Checking cargo-platform v0.1.8
31412024-11-26T23:02:15.894Z Checking cargo_metadata v0.18.1
31422024-11-26T23:02:16.878Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31432024-11-26T23:02:17.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
31442024-11-26T23:02:17.785Z
31452024-11-26T23:02:17.786Zinfo: running `cargo check --bins` on mgs-dev (139/173)
31462024-11-26T23:02:18.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-11-26T23:02:18.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-11-26T23:02:18.503Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31492024-11-26T23:02:19.218Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31502024-11-26T23:02:19.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31512024-11-26T23:02:19.976Z
31522024-11-26T23:02:19.976Zinfo: running `cargo check --bins` on omicron-omdb (140/173)
31532024-11-26T23:02:20.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542024-11-26T23:02:20.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552024-11-26T23:02:20.772Z Compiling crunchy v0.2.2
31562024-11-26T23:02:20.772Z Compiling tiny-keccak v2.0.2
31572024-11-26T23:02:20.775Z Compiling dsl_auto_type v0.1.2
31582024-11-26T23:02:20.775Z Checking scheduled-thread-pool v0.2.7
31592024-11-26T23:02:20.775Z Compiling diesel_table_macro_syntax v0.2.0
31602024-11-26T23:02:20.775Z Compiling ascii-canvas v3.0.0
31612024-11-26T23:02:20.888Z Compiling ena v0.14.3
31622024-11-26T23:02:20.900Z Compiling diff v0.1.13
31632024-11-26T23:02:21.179Z Checking r2d2 v0.8.10
31642024-11-26T23:02:21.244Z Compiling regex-syntax v0.6.29
31652024-11-26T23:02:21.316Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31662024-11-26T23:02:21.327Z Compiling ref-cast v1.0.23
31672024-11-26T23:02:21.435Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31682024-11-26T23:02:21.489Z Compiling derive_builder_core v0.20.2
31692024-11-26T23:02:21.594Z Compiling libxml v0.3.3
31702024-11-26T23:02:21.597Z Compiling ref-cast-impl v1.0.23
31712024-11-26T23:02:21.705Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31722024-11-26T23:02:21.963Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31732024-11-26T23:02:21.982Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31742024-11-26T23:02:22.212Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31752024-11-26T23:02:22.233Z Compiling strum_macros v0.24.3
31762024-11-26T23:02:22.261Z Compiling samael v0.0.17
31772024-11-26T23:02:22.531Z Compiling diesel_derives v2.2.3
31782024-11-26T23:02:22.611Z Compiling indoc v1.0.9
31792024-11-26T23:02:23.611Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31802024-11-26T23:02:23.904Z Compiling impl-trait-for-tuples v0.2.2
31812024-11-26T23:02:24.021Z Compiling derive_builder_macro v0.20.2
31822024-11-26T23:02:24.759Z Compiling lalrpop v0.19.12
31832024-11-26T23:02:24.894Z Checking derive_builder v0.20.2
31842024-11-26T23:02:25.055Z Compiling oso-derive v0.27.3
31852024-11-26T23:02:25.443Z Checking quick-xml v0.33.0
31862024-11-26T23:02:25.955Z Compiling diesel-dtrace v0.3.0
31872024-11-26T23:02:26.123Z Checking maplit v1.0.2
31882024-11-26T23:02:26.293Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31892024-11-26T23:02:26.343Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31902024-11-26T23:02:26.512Z Checking bb8 v0.8.5
31912024-11-26T23:02:26.671Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31922024-11-26T23:02:26.961Z Checking castaway v0.2.3
31932024-11-26T23:02:27.015Z Checking rand_seeder v0.3.0
31942024-11-26T23:02:27.142Z Checking compact_str v0.8.0
31952024-11-26T23:02:27.253Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31962024-11-26T23:02:27.272Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31972024-11-26T23:02:27.480Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982024-11-26T23:02:28.071Z Checking unicode-truncate v1.1.0
31992024-11-26T23:02:28.116Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32002024-11-26T23:02:28.314Z Checking lru v0.12.5
32012024-11-26T23:02:28.404Z Compiling instability v0.3.2
32022024-11-26T23:02:28.625Z Checking cassowary v0.3.0
32032024-11-26T23:02:29.014Z Checking smawk v0.3.2
32042024-11-26T23:02:29.072Z Checking is_ci v1.2.0
32052024-11-26T23:02:29.217Z Checking unicode-linebreak v0.1.5
32062024-11-26T23:02:29.234Z Checking supports-color v3.0.1
32072024-11-26T23:02:29.442Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32082024-11-26T23:02:29.464Z Checking ratatui v0.28.1
32092024-11-26T23:02:29.483Z Checking multimap v0.10.0
32102024-11-26T23:02:29.651Z Checking textwrap v0.16.1
32112024-11-26T23:02:32.392Z Checking diesel v2.2.4
32122024-11-26T23:02:58.102Z Compiling polar-core v0.27.3
32132024-11-26T23:03:02.140Z Checking async-bb8-diesel v0.2.1
32142024-11-26T23:03:05.540Z Checking oso v0.27.3
32152024-11-26T23:04:13.305Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32162024-11-26T23:04:19.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
32172024-11-26T23:04:19.627Z
32182024-11-26T23:04:19.627Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173)
32192024-11-26T23:04:20.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-11-26T23:04:20.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-11-26T23:04:20.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222024-11-26T23:04:20.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32232024-11-26T23:04:20.311Z
32242024-11-26T23:04:20.311Zinfo: running `cargo check --bins` on nexus-saga-recovery (142/173)
32252024-11-26T23:04:20.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-11-26T23:04:20.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-11-26T23:04:20.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282024-11-26T23:04:20.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32292024-11-26T23:04:20.996Z
32302024-11-26T23:04:20.996Zinfo: running `cargo check --bins` on nexus-test-utils-macros (143/173)
32312024-11-26T23:04:21.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-11-26T23:04:21.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-11-26T23:04:21.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342024-11-26T23:04:21.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32352024-11-26T23:04:21.621Z
32362024-11-26T23:04:21.621Zinfo: running `cargo check --bins` on omicron-nexus (144/173)
32372024-11-26T23:04:22.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382024-11-26T23:04:22.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392024-11-26T23:04:22.432Z Compiling libz-sys v1.1.20
32402024-11-26T23:04:22.549Z Compiling libgit2-sys v0.17.0+1.8.1
32412024-11-26T23:04:22.563Z Compiling vergen v8.3.2
32422024-11-26T23:04:22.565Z Compiling cargo-platform v0.1.8
32432024-11-26T23:04:22.565Z Compiling pin-project-internal v1.1.6
32442024-11-26T23:04:22.603Z Compiling libsqlite3-sys v0.30.1
32452024-11-26T23:04:22.603Z Compiling snafu-derive v0.8.5
32462024-11-26T23:04:22.606Z Compiling cfg_aliases v0.2.1
32472024-11-26T23:04:22.752Z Compiling rustls v0.21.12
32482024-11-26T23:04:22.866Z Compiling cargo_metadata v0.18.1
32492024-11-26T23:04:23.021Z Compiling buf-list v1.0.3
32502024-11-26T23:04:23.164Z Compiling nix v0.29.0
32512024-11-26T23:04:23.185Z Checking globset v0.4.15
32522024-11-26T23:04:23.513Z Checking sct v0.7.1
32532024-11-26T23:04:23.685Z Checking olpc-cjson v0.1.4
32542024-11-26T23:04:23.707Z Checking rustls-webpki v0.101.7
32552024-11-26T23:04:23.730Z Checking serde_plain v1.0.2
32562024-11-26T23:04:23.914Z Checking typed-path v0.9.3
32572024-11-26T23:04:24.297Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32582024-11-26T23:04:24.490Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32592024-11-26T23:04:24.554Z Checking hashlink v0.9.1
32602024-11-26T23:04:24.779Z Checking fallible-streaming-iterator v0.1.9
32612024-11-26T23:04:25.031Z Checking fallible-iterator v0.3.0
32622024-11-26T23:04:25.100Z Checking parse-size v1.1.0
32632024-11-26T23:04:25.613Z Checking rusqlite v0.32.1
32642024-11-26T23:04:25.626Z Checking pin-project v1.1.6
32652024-11-26T23:04:25.767Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32662024-11-26T23:04:25.786Z Checking rustls-pemfile v1.0.4
32672024-11-26T23:04:25.822Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32682024-11-26T23:04:25.973Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692024-11-26T23:04:26.259Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32702024-11-26T23:04:26.604Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32712024-11-26T23:04:26.625Z Checking twox-hash v1.6.3
32722024-11-26T23:04:26.742Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32732024-11-26T23:04:27.119Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32742024-11-26T23:04:27.144Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32752024-11-26T23:04:27.733Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32762024-11-26T23:04:27.798Z Checking tokio-rustls v0.24.1
32772024-11-26T23:04:27.801Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32782024-11-26T23:04:28.177Z Checking fatfs v0.3.6
32792024-11-26T23:04:28.217Z Checking snafu v0.8.5
32802024-11-26T23:04:28.708Z Checking tough v0.19.0
32812024-11-26T23:04:28.755Z Checking assert_matches v1.5.0
32822024-11-26T23:04:32.713Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32832024-11-26T23:04:34.145Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32842024-11-26T23:04:35.249Z Compiling git2 v0.19.0
32852024-11-26T23:04:39.983Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32862024-11-26T23:05:35.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
32872024-11-26T23:05:35.381Z
32882024-11-26T23:05:35.381Zinfo: running `cargo check --bins` on nexus-external-api (145/173)
32892024-11-26T23:05:36.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-11-26T23:05:36.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-11-26T23:05:36.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922024-11-26T23:05:36.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32932024-11-26T23:05:36.088Z
32942024-11-26T23:05:36.088Zinfo: running `cargo check --bins` on openapi-manager-types (146/173)
32952024-11-26T23:05:36.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962024-11-26T23:05:36.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972024-11-26T23:05:36.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982024-11-26T23:05:36.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32992024-11-26T23:05:36.709Z
33002024-11-26T23:05:36.709Zinfo: running `cargo check --bins` on nexus-internal-api (147/173)
33012024-11-26T23:05:37.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022024-11-26T23:05:37.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032024-11-26T23:05:37.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042024-11-26T23:05:37.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33052024-11-26T23:05:37.382Z
33062024-11-26T23:05:37.382Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (148/173)
33072024-11-26T23:05:37.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082024-11-26T23:05:37.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092024-11-26T23:05:37.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102024-11-26T23:05:38.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33112024-11-26T23:05:38.084Z
33122024-11-26T23:05:38.084Zinfo: running `cargo check --bins` on nexus-networking (149/173)
33132024-11-26T23:05:38.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-11-26T23:05:38.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-11-26T23:05:38.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162024-11-26T23:05:38.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33172024-11-26T23:05:38.768Z
33182024-11-26T23:05:38.768Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (150/173)
33192024-11-26T23:05:39.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-11-26T23:05:39.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-11-26T23:05:39.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222024-11-26T23:05:39.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33232024-11-26T23:05:39.464Z
33242024-11-26T23:05:39.464Zinfo: running `cargo check --bins` on update-common (151/173)
33252024-11-26T23:05:40.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-11-26T23:05:40.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-11-26T23:05:40.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282024-11-26T23:05:40.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33292024-11-26T23:05:40.140Z
33302024-11-26T23:05:40.140Zinfo: running `cargo check --bins` on tufaceous-lib (152/173)
33312024-11-26T23:05:40.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-11-26T23:05:40.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-11-26T23:05:40.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342024-11-26T23:05:40.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33352024-11-26T23:05:40.807Z
33362024-11-26T23:05:40.807Zinfo: running `cargo check --bins` on tufaceous (153/173)
33372024-11-26T23:05:41.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-11-26T23:05:41.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-11-26T23:05:41.487Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33402024-11-26T23:05:42.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
33412024-11-26T23:05:42.669Z
33422024-11-26T23:05:42.669Zinfo: running `cargo check --bins` on omicron-dev (154/173)
33432024-11-26T23:05:43.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-11-26T23:05:43.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-11-26T23:05:43.548Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33462024-11-26T23:05:43.676Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472024-11-26T23:05:43.679Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482024-11-26T23:05:43.690Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33492024-11-26T23:06:10.041Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33502024-11-26T23:06:10.044Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33512024-11-26T23:06:10.044Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33522024-11-26T23:06:10.044Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33532024-11-26T23:06:10.044Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33542024-11-26T23:06:10.845Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33552024-11-26T23:06:12.133Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33562024-11-26T23:06:50.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
33572024-11-26T23:06:50.728Z
33582024-11-26T23:06:50.729Zinfo: running `cargo check --bins` on openapi-manager (155/173)
33592024-11-26T23:06:53.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-11-26T23:06:53.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-11-26T23:06:53.947Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33622024-11-26T23:06:53.947Z Checking heck v0.4.1
33632024-11-26T23:06:53.947Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33642024-11-26T23:06:53.947Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33652024-11-26T23:06:53.947Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33662024-11-26T23:06:53.962Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33672024-11-26T23:06:55.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
33682024-11-26T23:06:55.232Z
33692024-11-26T23:06:55.232Zinfo: running `cargo check --bins` on installinator-api (156/173)
33702024-11-26T23:06:55.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-11-26T23:06:55.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-11-26T23:06:55.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732024-11-26T23:06:55.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33742024-11-26T23:06:55.887Z
33752024-11-26T23:06:55.887Zinfo: running `cargo check --bins` on wicketd-api (157/173)
33762024-11-26T23:06:56.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-11-26T23:06:56.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-11-26T23:06:56.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792024-11-26T23:06:56.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33802024-11-26T23:06:56.554Z
33812024-11-26T23:06:56.554Zinfo: running `cargo check --bins` on reconfigurator-cli (158/173)
33822024-11-26T23:06:57.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-11-26T23:06:57.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-11-26T23:06:57.252Z Compiling petname v2.0.2
33852024-11-26T23:06:57.254Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33862024-11-26T23:06:57.254Z Checking sync-ptr v0.1.1
33872024-11-26T23:06:58.688Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33882024-11-26T23:07:00.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
33892024-11-26T23:07:00.428Z
33902024-11-26T23:07:00.428Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173)
33912024-11-26T23:07:01.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-11-26T23:07:01.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-11-26T23:07:01.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942024-11-26T23:07:01.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33952024-11-26T23:07:01.095Z
33962024-11-26T23:07:01.095Zinfo: running `cargo check --bins` on omicron-releng (160/173)
33972024-11-26T23:07:01.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-11-26T23:07:01.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-11-26T23:07:01.781Z Checking memmap2 v0.9.5
34002024-11-26T23:07:01.781Z Checking arrayref v0.3.9
34012024-11-26T23:07:01.784Z Checking constant_time_eq v0.3.1
34022024-11-26T23:07:01.784Z Checking arrayvec v0.7.6
34032024-11-26T23:07:01.784Z Checking spin v0.5.2
34042024-11-26T23:07:01.784Z Checking topological-sort v0.2.2
34052024-11-26T23:07:01.784Z Checking shell-words v1.1.0
34062024-11-26T23:07:02.054Z Checking ring v0.16.20
34072024-11-26T23:07:02.180Z Checking blake3 v1.5.4
34082024-11-26T23:07:03.193Z Checking omicron-zone-package v0.11.1
34092024-11-26T23:07:04.310Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34102024-11-26T23:07:05.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
34112024-11-26T23:07:05.405Z
34122024-11-26T23:07:05.405Zinfo: running `cargo check --bins` on xtask (161/173)
34132024-11-26T23:07:05.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142024-11-26T23:07:05.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152024-11-26T23:07:05.850Z Checking bitflags v2.6.0
34162024-11-26T23:07:05.853Z Checking serde v1.0.215
34172024-11-26T23:07:05.853Z Checking thiserror v1.0.69
34182024-11-26T23:07:05.947Z Checking scroll v0.12.0
34192024-11-26T23:07:05.955Z Checking log v0.4.22
34202024-11-26T23:07:05.958Z Checking hashbrown v0.15.0
34212024-11-26T23:07:05.958Z Checking zerocopy v0.7.35
34222024-11-26T23:07:05.989Z Checking syn v2.0.87
34232024-11-26T23:07:06.058Z Checking pest v2.7.14
34242024-11-26T23:07:06.188Z Checking rustix v0.38.37
34252024-11-26T23:07:06.221Z Checking once_cell v1.20.2
34262024-11-26T23:07:06.403Z Checking goblin v0.8.2
34272024-11-26T23:07:06.525Z Checking fs-err v2.11.0
34282024-11-26T23:07:06.812Z Checking anyhow v1.0.93
34292024-11-26T23:07:07.030Z Checking indexmap v2.6.0
34302024-11-26T23:07:07.199Z Checking tabled v0.15.0
34312024-11-26T23:07:08.210Z Checking terminal_size v0.4.0
34322024-11-26T23:07:08.212Z Checking tempfile v3.13.0
34332024-11-26T23:07:08.391Z Checking clap_builder v4.5.21
34342024-11-26T23:07:08.501Z Checking dtrace-parser v0.2.0
34352024-11-26T23:07:10.117Z Checking serde_json v1.0.132
34362024-11-26T23:07:10.117Z Checking serde_spanned v0.6.8
34372024-11-26T23:07:10.120Z Checking toml_datetime v0.6.8
34382024-11-26T23:07:10.120Z Checking camino v1.1.9
34392024-11-26T23:07:10.171Z Checking cargo-platform v0.1.8
34402024-11-26T23:07:10.202Z Checking semver v1.0.23
34412024-11-26T23:07:10.345Z Checking macaddr v1.0.1
34422024-11-26T23:07:10.420Z Checking toml_edit v0.22.22
34432024-11-26T23:07:10.645Z Checking clap v4.5.21
34442024-11-26T23:07:10.688Z Checking camino-tempfile v1.1.1
34452024-11-26T23:07:11.341Z Checking dof v0.3.0
34462024-11-26T23:07:11.342Z Checking cargo_metadata v0.18.1
34472024-11-26T23:07:11.745Z Checking usdt-impl v0.5.0
34482024-11-26T23:07:12.123Z Checking usdt v0.5.0
34492024-11-26T23:07:12.281Z Checking toml v0.8.19
34502024-11-26T23:07:12.759Z Checking cargo_toml v0.20.5
34512024-11-26T23:07:13.954Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34522024-11-26T23:07:14.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
34532024-11-26T23:07:14.684Z
34542024-11-26T23:07:14.684Zinfo: running `cargo check --bins` on end-to-end-tests (162/173)
34552024-11-26T23:07:15.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562024-11-26T23:07:15.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572024-11-26T23:07:15.456Z Checking polyval v0.6.2
34582024-11-26T23:07:15.570Z Checking ctr v0.9.2
34592024-11-26T23:07:15.583Z Checking ssh-encoding v0.2.0
34602024-11-26T23:07:15.583Z Checking blowfish v0.9.1
34612024-11-26T23:07:15.608Z Checking password-hash v0.4.2
34622024-11-26T23:07:15.611Z Checking matches v0.1.10
34632024-11-26T23:07:15.636Z Checking p256 v0.13.2
34642024-11-26T23:07:15.636Z Checking p521 v0.13.3
34652024-11-26T23:07:15.708Z Checking idna v0.2.3
34662024-11-26T23:07:15.795Z Checking ghash v0.5.1
34672024-11-26T23:07:15.828Z Checking bcrypt-pbkdf v0.10.0
34682024-11-26T23:07:15.831Z Compiling enum-as-inner v0.5.1
34692024-11-26T23:07:15.891Z Checking russh-cryptovec v0.7.3
34702024-11-26T23:07:15.953Z Checking aes-gcm v0.10.3
34712024-11-26T23:07:15.998Z Checking pbkdf2 v0.11.0
34722024-11-26T23:07:16.102Z Checking md5 v0.7.0
34732024-11-26T23:07:16.122Z Checking num-bigint v0.4.6
34742024-11-26T23:07:16.122Z Checking des v0.8.1
34752024-11-26T23:07:16.180Z Checking ssh-cipher v0.2.0
34762024-11-26T23:07:16.282Z Checking hex-literal v0.4.1
34772024-11-26T23:07:16.382Z Compiling dhcproto-macros v0.1.0
34782024-11-26T23:07:16.399Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34792024-11-26T23:07:16.427Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34802024-11-26T23:07:16.482Z Checking ssh-key v0.6.6
34812024-11-26T23:07:16.587Z Checking internet-checksum v0.2.1
34822024-11-26T23:07:16.848Z Checking trust-dns-proto v0.22.0
34832024-11-26T23:07:17.826Z Checking russh-keys v0.45.0
34842024-11-26T23:07:18.775Z Checking russh v0.45.0
34852024-11-26T23:07:19.446Z Checking dhcproto v0.12.0
34862024-11-26T23:07:36.577Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34872024-11-26T23:07:38.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.33s
34882024-11-26T23:07:38.220Z
34892024-11-26T23:07:38.220Zinfo: running `cargo check --bins` on gateway-cli (163/173)
34902024-11-26T23:07:38.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912024-11-26T23:07:38.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922024-11-26T23:07:38.870Z Checking termios v0.3.3
34932024-11-26T23:07:39.094Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34942024-11-26T23:07:39.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
34952024-11-26T23:07:40.053Z
34962024-11-26T23:07:40.053Zinfo: running `cargo check --bins --no-default-features` on installinator (164/173)
34972024-11-26T23:07:40.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982024-11-26T23:07:40.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992024-11-26T23:07:40.756Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35002024-11-26T23:07:42.777Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35012024-11-26T23:07:44.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
35022024-11-26T23:07:44.835Z
35032024-11-26T23:07:44.835Zinfo: running `cargo check --bins` on internal-dns-cli (165/173)
35042024-11-26T23:07:45.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052024-11-26T23:07:45.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062024-11-26T23:07:45.477Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35072024-11-26T23:07:45.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35082024-11-26T23:07:46.155Z
35092024-11-26T23:07:46.155Zinfo: running `cargo check --bins` on omicron-live-tests (166/173)
35102024-11-26T23:07:46.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112024-11-26T23:07:46.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122024-11-26T23:07:46.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132024-11-26T23:07:46.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35142024-11-26T23:07:46.788Z
35152024-11-26T23:07:46.788Zinfo: running `cargo check --bins` on live-tests-macros (167/173)
35162024-11-26T23:07:47.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-11-26T23:07:47.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-11-26T23:07:47.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192024-11-26T23:07:47.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35202024-11-26T23:07:47.409Z
35212024-11-26T23:07:47.409Zinfo: running `cargo check --bins` on omicron-package (168/173)
35222024-11-26T23:07:47.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-11-26T23:07:47.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-11-26T23:07:48.094Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35252024-11-26T23:07:49.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
35262024-11-26T23:07:49.585Z
35272024-11-26T23:07:49.585Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35282024-11-26T23:07:50.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-11-26T23:07:50.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-11-26T23:07:50.300Z Checking rtoolbox v0.0.2
35312024-11-26T23:07:50.302Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35322024-11-26T23:07:50.302Z Checking tui-tree-widget v0.22.0
35332024-11-26T23:07:50.529Z Checking rpassword v7.3.1
35342024-11-26T23:07:54.575Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35352024-11-26T23:07:57.605Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35362024-11-26T23:07:58.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s
35372024-11-26T23:07:59.028Z
35382024-11-26T23:07:59.028Zinfo: running `cargo check --bins` on wicket (170/173)
35392024-11-26T23:07:59.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402024-11-26T23:07:59.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412024-11-26T23:07:59.742Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35422024-11-26T23:08:00.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35432024-11-26T23:08:00.553Z
35442024-11-26T23:08:00.553Zinfo: running `cargo check --bins` on wicketd (171/173)
35452024-11-26T23:08:01.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462024-11-26T23:08:01.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472024-11-26T23:08:01.135Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35482024-11-26T23:08:05.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
35492024-11-26T23:08:05.285Z
35502024-11-26T23:08:05.285Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35512024-11-26T23:08:05.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-11-26T23:08:05.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-11-26T23:08:05.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542024-11-26T23:08:05.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552024-11-26T23:08:05.910Z
35562024-11-26T23:08:05.910Zinfo: running `cargo check --bins` on zone-setup (173/173)
35572024-11-26T23:08:06.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-11-26T23:08:06.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-11-26T23:08:06.657Z Checking uzers v0.12.1
35602024-11-26T23:08:07.001Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35612024-11-26T23:08:08.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
35622024-11-26T23:08:08.382Z
35632024-11-26T23:08:08.389Zreal 13:04.843818346
35642024-11-26T23:08:08.389Zuser 24:20.595665497
35652024-11-26T23:08:08.389Zsys 5:28.334846727
35662024-11-26T23:08:08.389Ztrap 0.478630239
35672024-11-26T23:08:08.389Ztflt 2.236863691
35682024-11-26T23:08:08.389Zdflt 3.026403144
35692024-11-26T23:08:08.389Zkflt 0.000958604
35702024-11-26T23:08:08.389Zlock 46:36.590562443
35712024-11-26T23:08:08.389Zslp 2:06:56.412500151
35722024-11-26T23:08:08.389Zlat 1:02.864400026
35732024-11-26T23:08:08.389Zstop 3:29.123124082
35742024-11-26T23:08:08.389Zprocess exited: duration 1114413 ms, exit code 0
 
35752024-11-26T23:08:08.395Zfound 0 output files