01J99YFM9TGAE25D606D76P76J: 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: 01J99YG1XRM8R620A67DCARDFR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-03T19:43:38.530Zjob assigned to worker 01J99YG6H4Q2323B7SW9J0WK69 (queued for 50 s)
 
22024-10-03T19:43:45.934Zstarting task 0: "setup"
32024-10-03T19:43:45.943Z++ uname -s
42024-10-03T19:43:45.948Z+ kern=SunOS
52024-10-03T19:43:45.948Z+ case "$kern" in
62024-10-03T19:43:45.948Z+ groupadd -g 12345 build
72024-10-03T19:43:45.950Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-03T19:43:47.958Z+ zfs create -o mountpoint=/work rpool/work
92024-10-03T19:43:48.072Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-03T19:43:48.074Z+ home_fs=zfs
112024-10-03T19:43:48.074Z+ [[ zfs == autofs ]]
122024-10-03T19:43:48.074Z+ mkdir -p /home/build
132024-10-03T19:43:48.077Z+ chown build:build /home/build /work
142024-10-03T19:43:50.077Z+ chmod 0700 /home/build /work
152024-10-03T19:43:50.079Zprocess exited: duration 4149 ms, exit code 0
 
162024-10-03T19:43:50.085Zstarting task 1: "rust-toolchain"
172024-10-03T19:43:50.090Z+ printf ' * toolchain channel = "%s"
182024-10-03T19:43:50.090Z' 1.80.1
192024-10-03T19:43:50.090Z * toolchain channel = "1.80.1"
202024-10-03T19:43:50.090Z+ printf ' * toolchain profile = "%s"
212024-10-03T19:43:50.090Z' default
222024-10-03T19:43:50.093Z * toolchain profile = "default"
232024-10-03T19:43:50.093Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-03T19:43:50.093Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-03T19:43:50.194Zinfo: downloading installer
262024-10-03T19:43:51.703Zinfo: profile set to 'default'
272024-10-03T19:43:51.703Zinfo: default host triple is x86_64-unknown-illumos
282024-10-03T19:43:51.706Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-03T19:43:51.855Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-03T19:43:51.855Zinfo: downloading component 'cargo'
312024-10-03T19:43:52.711Zinfo: downloading component 'clippy'
322024-10-03T19:43:53.014Zinfo: downloading component 'rust-docs'
332024-10-03T19:43:54.200Zinfo: downloading component 'rust-std'
342024-10-03T19:43:55.866Zinfo: downloading component 'rustc'
352024-10-03T19:44:00.518Zinfo: downloading component 'rustfmt'
362024-10-03T19:44:00.768Zinfo: installing component 'cargo'
372024-10-03T19:44:01.584Zinfo: installing component 'clippy'
382024-10-03T19:44:01.958Zinfo: installing component 'rust-docs'
392024-10-03T19:44:03.564Zinfo: installing component 'rust-std'
402024-10-03T19:44:05.284Zinfo: installing component 'rustc'
412024-10-03T19:44:09.315Zinfo: installing component 'rustfmt'
422024-10-03T19:44:09.652Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-03T19:44:09.652Z
442024-10-03T19:44:09.907Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-03T19:44:09.907Z
462024-10-03T19:44:09.909Z
472024-10-03T19:44:09.909ZRust is installed now. Great!
482024-10-03T19:44:09.910Z
492024-10-03T19:44:09.910ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-03T19:44:09.910Zenvironment variable. This has not been done automatically.
512024-10-03T19:44:09.910Z
522024-10-03T19:44:09.910ZTo configure your current shell, you need to source
532024-10-03T19:44:09.910Zthe corresponding env file under $HOME/.cargo.
542024-10-03T19:44:09.910Z
552024-10-03T19:44:09.910ZThis is usually done by running one of the following (note the leading DOT):
562024-10-03T19:44:09.910Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-03T19:44:09.910Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-03T19:44:09.959Z+ rustc --version
592024-10-03T19:44:10.021Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-03T19:44:10.024Zprocess exited: duration 19950 ms, exit code 0
 
612024-10-03T19:44:10.031Zstarting task 2: "authentication"
622024-10-03T19:44:10.049Zprocess exited: duration 20 ms, exit code 0
 
632024-10-03T19:44:10.054Zstarting task 3: "clone repository"
642024-10-03T19:44:10.059Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-03T19:44:10.062Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-03T19:44:10.099ZCloning into '/work/oxidecomputer/omicron'...
672024-10-03T19:44:18.396Z+ cd /work/oxidecomputer/omicron
682024-10-03T19:44:18.396Z+ git fetch origin 09053cabe90ebf5d2b47af17e254329b62f40313
692024-10-03T19:44:18.661ZFrom https://github.com/oxidecomputer/omicron
702024-10-03T19:44:18.661Z * branch 09053cabe90ebf5d2b47af17e254329b62f40313 -> FETCH_HEAD
712024-10-03T19:44:18.670Z+ [[ -n sunshowers/spr/reconfigurator-impl-eq-for-trimap ]]
722024-10-03T19:44:18.672Z++ git branch --show-current
732024-10-03T19:44:18.675Z+ current=main
742024-10-03T19:44:18.675Z+ [[ main != sunshowers/spr/reconfigurator-impl-eq-for-trimap ]]
752024-10-03T19:44:18.675Z+ git branch -f sunshowers/spr/reconfigurator-impl-eq-for-trimap 09053cabe90ebf5d2b47af17e254329b62f40313
762024-10-03T19:44:18.677Z+ git checkout -f sunshowers/spr/reconfigurator-impl-eq-for-trimap
772024-10-03T19:44:18.837ZSwitched to branch 'sunshowers/spr/reconfigurator-impl-eq-for-trimap'
782024-10-03T19:44:18.840Z+ git reset --hard 09053cabe90ebf5d2b47af17e254329b62f40313
792024-10-03T19:44:18.850ZHEAD is now at 09053cabe [spr] initial version
802024-10-03T19:44:18.853Zprocess exited: duration 8802 ms, exit code 0
 
812024-10-03T19:44:18.862Zstarting task 4: "build"
822024-10-03T19:44:18.865Z+ cargo --version
832024-10-03T19:44:18.919Zcargo 1.80.1 (376290515 2024-07-16)
842024-10-03T19:44:18.921Z+ rustc --version
852024-10-03T19:44:18.980Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-10-03T19:44:18.983Z+ source ./env.sh
872024-10-03T19:44:18.983Z++ OLD_SHELL_OPTS=ehxB
882024-10-03T19:44:18.983Z++ set -o xtrace
892024-10-03T19:44:18.985Z++++ dirname ./env.sh
902024-10-03T19:44:18.988Z+++ readlink -f .
912024-10-03T19:44:18.990Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-10-03T19:44:18.990Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-10-03T19:44:18.990Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-10-03T19:44:18.990Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-10-03T19:44:18.990Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-10-03T19:44:18.990Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-03T19:44:18.990Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-03T19:44:18.990Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-10-03T19:44:18.990Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-10-03T19:44:18.990Z++ case $OLD_SHELL_OPTS in
1012024-10-03T19:44:18.990Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-10-03T19:44:18.990Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-10-03T19:44:18.991Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-10-03T19:44:18.991Z+ banner prerequisites
1052024-10-03T19:44:18.993Z
1062024-10-03T19:44:18.993Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-10-03T19:44:18.993Z # # # # # # # # # # # # # # #
1082024-10-03T19:44:18.993Z # # # # ##### # # ##### # # # # # #### #
1092024-10-03T19:44:18.993Z ##### ##### # ##### # # # # # # # # #
1102024-10-03T19:44:18.993Z # # # # # # # # # # # # # # #
1112024-10-03T19:44:18.993Z # # # ###### # # ###### ### # #### # #### #
1122024-10-03T19:44:18.993Z
1132024-10-03T19:44:18.996Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-10-03T19:44:26.056Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-10-03T19:44:28.834Z Startup: Caching catalogs ... Done
1162024-10-03T19:44:33.025ZPlanning: Solver setup ... Done (3.565s)
1172024-10-03T19:44:33.084ZPlanning: Running solver ... Done (0.059s)
1182024-10-03T19:44:33.145ZPlanning: Finding local manifests ... Done (0.004s)
1192024-10-03T19:44:33.175ZPlanning: Fetching manifests: 0/5 0% complete
1202024-10-03T19:44:33.402ZPlanning: Fetching manifests: 5/5 100% complete
1212024-10-03T19:44:33.501ZPlanning: Package planning ... Done (0.098s)
1222024-10-03T19:44:33.557ZPlanning: Merging actions ... Done (0.056s)
1232024-10-03T19:44:33.894ZPlanning: Checking for conflicting actions ... Done (0.337s)
1242024-10-03T19:44:35.979ZPlanning: Consolidating action changes ... Done (2.086s)
1252024-10-03T19:44:36.420ZPlanning: Evaluating mediators ... Done (0.441s)
1262024-10-03T19:44:36.499ZPlanning: Planning completed in 7.59 seconds
1272024-10-03T19:44:36.514Z Packages to install: 4
1282024-10-03T19:44:36.514Z Packages to update: 1
1292024-10-03T19:44:36.516Z Mediators to change: 2
1302024-10-03T19:44:36.516Z Services to change: 1
1312024-10-03T19:44:36.516Z Estimated space available: 155.71 GB
1322024-10-03T19:44:36.516ZEstimated space to be consumed: 1.56 GB
1332024-10-03T19:44:36.516Z Create boot environment: No
1342024-10-03T19:44:36.516ZCreate backup boot environment: Yes
1352024-10-03T19:44:36.516Z Rebuild boot archive: No
1362024-10-03T19:44:36.516Z
1372024-10-03T19:44:36.516ZChanged mediators:
1382024-10-03T19:44:36.516Z mediator clang:
1392024-10-03T19:44:36.517Z version: None -> 15 (system default)
1402024-10-03T19:44:36.517Z
1412024-10-03T19:44:36.517Z mediator llvm:
1422024-10-03T19:44:36.517Z version: 14 (system default) -> 15 (system default)
1432024-10-03T19:44:36.517Z
1442024-10-03T19:44:36.517ZChanged packages:
1452024-10-03T19:44:36.517Zhelios-dev
1462024-10-03T19:44:36.517Z developer/build-essential
1472024-10-03T19:44:36.517Z None -> 11-2.0
1482024-10-03T19:44:36.517Z library/libxmlsec1
1492024-10-03T19:44:36.517Z None -> 1.2.35-2.0
1502024-10-03T19:44:36.517Z ooce/developer/clang-15
1512024-10-03T19:44:36.517Z None -> 15.0.7-2.0
1522024-10-03T19:44:36.517Z ooce/developer/llvm-15
1532024-10-03T19:44:36.517Z None -> 15.0.7-2.0
1542024-10-03T19:44:36.517Z package/pkg
1552024-10-03T19:44:36.517Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-10-03T19:44:36.517Z
1572024-10-03T19:44:36.517ZServices:
1582024-10-03T19:44:36.517Z restart_fmri:
1592024-10-03T19:44:36.517Z svc:/system/update-man-index:default
1602024-10-03T19:44:36.517Z
1612024-10-03T19:44:36.517ZEditable files to change:
1622024-10-03T19:44:36.517Z Update:
1632024-10-03T19:44:36.517Z usr/share/lib/pkg/web/config.shtml
1642024-10-03T19:44:36.598Z
1652024-10-03T19:44:36.598ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-10-03T19:44:41.596ZDownload: 633/4281 items 17.9/220.6MB 8% complete (3.7M/s)
1672024-10-03T19:44:47.054ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (9.1M/s)
1682024-10-03T19:44:52.045ZDownload: 1990/4281 items 118.7/220.6MB 53% complete (10.1M/s)
1692024-10-03T19:44:57.277ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (9.6M/s)
1702024-10-03T19:45:02.301ZDownload: 3244/4281 items 170.8/220.6MB 77% complete (5.1M/s)
1712024-10-03T19:45:10.918ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1722024-10-03T19:45:15.955ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (4.5M/s)
1732024-10-03T19:45:16.100ZDownload: Completed 220.60 MB in 39.53 seconds (5.6M/s)
1742024-10-03T19:45:18.164Z Actions: 1/5063 actions (Removing old actions)
1752024-10-03T19:45:18.187Z Actions: 194/5063 actions (Installing new actions)
1762024-10-03T19:45:22.850Z Actions: 4226/5063 actions (Updating modified actions)
1772024-10-03T19:45:23.169Z Actions: Completed 5063 actions in 5.01 seconds.
1782024-10-03T19:45:23.492Z Done (0.315s)
1792024-10-03T19:45:23.494Z Done (0.000s)
1802024-10-03T19:45:23.948Z Done (0.455s)
1812024-10-03T19:45:28.327Z Done (4.194s)
1822024-10-03T19:45:28.415Z Done (0.017s)
1832024-10-03T19:45:28.418Z Done (0.000s)
1842024-10-03T19:45:28.582Z Done (0.000s)
1852024-10-03T19:45:29.202ZPlanning: Evaluating mediator changes ... Done
1862024-10-03T19:45:29.360ZPlanning: Checking for conflicting actions ... Done
1872024-10-03T19:45:29.363ZPlanning: Consolidating action changes ... Done
1882024-10-03T19:45:29.635ZPlanning: Evaluating mediators ... Done
1892024-10-03T19:45:29.638ZPlanning: Planning completed in 0.43 seconds
1902024-10-03T19:45:29.674Z Mediators to change: 2
1912024-10-03T19:45:29.676Z Create boot environment: No
1922024-10-03T19:45:29.676ZCreate backup boot environment: No
1932024-10-03T19:45:29.766Z Done
1942024-10-03T19:45:29.766Z Done
1952024-10-03T19:45:30.030Z Done
1962024-10-03T19:45:33.631Z Done
1972024-10-03T19:45:33.721Z Done
1982024-10-03T19:45:33.724Z Done
1992024-10-03T19:45:33.837Z Done
2002024-10-03T19:45:34.444ZPlanning: Evaluating mediator changes ... Done
2012024-10-03T19:45:34.446ZPlanning: Merging actions ... Done
2022024-10-03T19:45:34.635ZPlanning: Checking for conflicting actions ... Done
2032024-10-03T19:45:34.638ZPlanning: Consolidating action changes ... Done
2042024-10-03T19:45:34.905ZPlanning: Evaluating mediators ... Done
2052024-10-03T19:45:34.963ZPlanning: Planning completed in 0.76 seconds
2062024-10-03T19:45:35.002Z Packages to change: 1
2072024-10-03T19:45:35.002Z Mediators to change: 1
2082024-10-03T19:45:35.005Z Services to change: 1
2092024-10-03T19:45:35.005Z Create boot environment: No
2102024-10-03T19:45:35.005ZCreate backup boot environment: Yes
2112024-10-03T19:45:37.095Z Actions: 1/6 actions (Updating modified actions)
2122024-10-03T19:45:37.101Z Actions: Completed 6 actions in 0.01 seconds.
2132024-10-03T19:45:37.104Z Done
2142024-10-03T19:45:37.104Z Done
2152024-10-03T19:45:37.189Z Done
2162024-10-03T19:45:40.770Z Done
2172024-10-03T19:45:40.861Z Done
2182024-10-03T19:45:40.866Z Done
2192024-10-03T19:45:40.988Z Done
2202024-10-03T19:45:41.416ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-10-03T19:45:41.416Zclang system 15 system
2222024-10-03T19:45:41.416Zcsh system system illumos
2232024-10-03T19:45:41.416Zctags system system illumos
2242024-10-03T19:45:41.416Zgcc vendor 12 vendor
2252024-10-03T19:45:41.416Zgcc system 10 system
2262024-10-03T19:45:41.416Zgcc system 7 system
2272024-10-03T19:45:41.417Zgo system 1.20 system
2282024-10-03T19:45:41.417Zgo system 1.19 system
2292024-10-03T19:45:41.417Zllvm system 15 system
2302024-10-03T19:45:41.417Zllvm system 14 system
2312024-10-03T19:45:41.417Zmariadb system 10.6 system
2322024-10-03T19:45:41.417Zmta vendor vendor dma
2332024-10-03T19:45:41.417Zopenjdk system 17 system
2342024-10-03T19:45:41.417Zopenjdk system 11 system
2352024-10-03T19:45:41.417Zopenjdk system 1.8 system
2362024-10-03T19:45:41.417Zopenssl vendor 3 vendor
2372024-10-03T19:45:41.417Zperl system 5.36 system
2382024-10-03T19:45:41.417Zpostgresql system 15 system
2392024-10-03T19:45:41.417Zpostgresql system 13 system
2402024-10-03T19:45:41.417Zpython vendor 3 vendor
2412024-10-03T19:45:41.417Zpython system 2 system
2422024-10-03T19:45:41.417Zpython3 system 3.11 system
2432024-10-03T19:45:41.417Zruby system 3.0 system
2442024-10-03T19:45:41.417Zwords vendor vendor american-english
2452024-10-03T19:45:41.417Zwords system system australian-english
2462024-10-03T19:45:41.417Zwords system system british-english
2472024-10-03T19:45:41.417Zwords system system canadian-english
2482024-10-03T19:45:41.417Zwords system system french
2492024-10-03T19:45:41.417Zwords system system italian
2502024-10-03T19:45:41.417Zwords system system ngerman
2512024-10-03T19:45:41.417Zwords system system ogerman
2522024-10-03T19:45:41.417Zwords system system spanish
2532024-10-03T19:45:41.749ZPUBLISHER TYPE STATUS P LOCATION
2542024-10-03T19:45:41.749Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-10-03T19:45:43.776ZFMRI IFO
2562024-10-03T19:45:43.776Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-10-03T19:45:43.776Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-10-03T19:45:43.776Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-10-03T19:45:43.776Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-10-03T19:45:43.776Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-10-03T19:45:43.776Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-10-03T19:45:43.776Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-10-03T19:45:43.776Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-10-03T19:45:43.776Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-10-03T19:45:43.776Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-10-03T19:45:43.776Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-10-03T19:45:43.776Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2682024-10-03T19:45:43.776Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2692024-10-03T19:45:44.429Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2702024-10-03T19:45:44.701Z Updating crates.io index
2712024-10-03T19:45:44.703Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722024-10-03T19:45:45.545Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2732024-10-03T19:45:45.802Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742024-10-03T19:45:46.177Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2752024-10-03T19:45:46.471Z Updating git repository `https://github.com/oxidecomputer/propolis`
2762024-10-03T19:45:47.268Z Updating git repository `https://github.com/oxidecomputer/crucible`
2772024-10-03T19:45:49.466Z Updating git repository `https://github.com/oxidecomputer/opte`
2782024-10-03T19:45:50.451Z Updating git repository `https://github.com/oxidecomputer/falcon`
2792024-10-03T19:45:51.280Z Updating git repository `https://github.com/oxidecomputer/clickward`
2802024-10-03T19:45:51.538Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2812024-10-03T19:45:51.810Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822024-10-03T19:45:52.366Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2832024-10-03T19:45:52.694Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2842024-10-03T19:45:52.938Z Updating git repository `https://github.com/oxidecomputer/qorb`
2852024-10-03T19:45:53.249Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862024-10-03T19:45:53.587Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-10-03T19:45:53.819Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-10-03T19:45:54.079Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-10-03T19:45:54.298Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-10-03T19:45:54.577Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-10-03T19:45:54.825Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-10-03T19:45:55.123Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-10-03T19:45:55.458Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-10-03T19:45:55.782Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-10-03T19:45:56.230Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-10-03T19:45:56.528Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972024-10-03T19:45:57.013Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-10-03T19:45:57.366Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-10-03T19:45:57.726Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-10-03T19:45:58.001Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-10-03T19:45:59.211Z Downloading crates ...
3022024-10-03T19:45:59.280Z Downloaded fastrand v2.1.0
3032024-10-03T19:45:59.283Z Downloaded anstyle v1.0.8
3042024-10-03T19:45:59.285Z Downloaded anstream v0.6.14
3052024-10-03T19:45:59.287Z Downloaded dtrace-parser v0.2.0
3062024-10-03T19:45:59.290Z Downloaded is_terminal_polyfill v1.70.0
3072024-10-03T19:45:59.302Z Downloaded swrite v0.1.0
3082024-10-03T19:45:59.305Z Downloaded usdt-attr-macro v0.5.0
3092024-10-03T19:45:59.305Z Downloaded usdt-macro v0.5.0
3102024-10-03T19:45:59.307Z Downloaded heck v0.5.0
3112024-10-03T19:45:59.307Z Downloaded heck v0.4.1
3122024-10-03T19:45:59.310Z Downloaded digest v0.10.7
3132024-10-03T19:45:59.310Z Downloaded cpufeatures v0.2.12
3142024-10-03T19:45:59.313Z Downloaded cargo-platform v0.1.8
3152024-10-03T19:45:59.318Z Downloaded anstyle-parse v0.2.4
3162024-10-03T19:45:59.320Z Downloaded cfg-if v1.0.0
3172024-10-03T19:45:59.323Z Downloaded bytecount v0.6.8
3182024-10-03T19:45:59.323Z Downloaded fs-err v2.11.0
3192024-10-03T19:45:59.327Z Downloaded unicode-linebreak v0.1.5
3202024-10-03T19:45:59.329Z Downloaded smawk v0.3.2
3212024-10-03T19:45:59.332Z Downloaded scroll v0.12.0
3222024-10-03T19:45:59.335Z Downloaded clap_lex v0.7.0
3232024-10-03T19:45:59.337Z Downloaded tabled_derive v0.7.0
3242024-10-03T19:45:59.345Z Downloaded terminal_size v0.3.0
3252024-10-03T19:45:59.347Z Downloaded serde_spanned v0.6.7
3262024-10-03T19:45:59.349Z Downloaded thread-id v4.2.1
3272024-10-03T19:45:59.350Z Downloaded equivalent v1.0.1
3282024-10-03T19:45:59.350Z Downloaded byteorder v1.5.0
3292024-10-03T19:45:59.352Z Downloaded block-buffer v0.10.4
3302024-10-03T19:45:59.352Z Downloaded autocfg v1.3.0
3312024-10-03T19:45:59.354Z Downloaded colorchoice v1.0.1
3322024-10-03T19:45:59.358Z Downloaded scroll_derive v0.12.0
3332024-10-03T19:45:59.361Z Downloaded pretty-hex v0.4.1
3342024-10-03T19:45:59.364Z Downloaded camino v1.1.9
3352024-10-03T19:45:59.366Z Downloaded itoa v1.0.11
3362024-10-03T19:45:59.366Z Downloaded fnv v1.0.7
3372024-10-03T19:45:59.369Z Downloaded anstyle-query v1.0.3
3382024-10-03T19:45:59.372Z Downloaded macaddr v1.0.1
3392024-10-03T19:45:59.374Z Downloaded cargo_toml v0.20.5
3402024-10-03T19:45:59.374Z Downloaded pest_derive v2.7.10
3412024-10-03T19:45:59.377Z Downloaded thiserror v1.0.64
3422024-10-03T19:45:59.382Z Downloaded toml_datetime v0.6.8
3432024-10-03T19:45:59.385Z Downloaded sha2 v0.10.8
3442024-10-03T19:45:59.387Z Downloaded semver v1.0.23
3452024-10-03T19:45:59.391Z Downloaded proc-macro-error v1.0.4
3462024-10-03T19:45:59.393Z Downloaded version_check v0.9.5
3472024-10-03T19:45:59.393Z Downloaded generic-array v0.14.7
3482024-10-03T19:45:59.393Z Downloaded dof v0.3.0
3492024-10-03T19:45:59.396Z Downloaded crypto-common v0.1.6
3502024-10-03T19:45:59.396Z Downloaded errno v0.3.9
3512024-10-03T19:45:59.398Z Downloaded pest_generator v2.7.10
3522024-10-03T19:45:59.400Z Downloaded thiserror-impl v1.0.64
3532024-10-03T19:45:59.400Z Downloaded strsim v0.11.1
3542024-10-03T19:45:59.403Z Downloaded plain v0.2.3
3552024-10-03T19:45:59.405Z Downloaded memmap v0.7.0
3562024-10-03T19:45:59.407Z Downloaded utf8parse v0.2.1
3572024-10-03T19:45:59.410Z Downloaded proc-macro-error-attr v1.0.4
3582024-10-03T19:45:59.410Z Downloaded usdt v0.5.0
3592024-10-03T19:45:59.412Z Downloaded usdt-impl v0.5.0
3602024-10-03T19:45:59.412Z Downloaded cargo_metadata v0.18.1
3612024-10-03T19:45:59.415Z Downloaded anyhow v1.0.89
3622024-10-03T19:45:59.417Z Downloaded clap_derive v4.5.18
3632024-10-03T19:45:59.420Z Downloaded bitflags v2.6.0
3642024-10-03T19:45:59.423Z Downloaded ucd-trie v0.1.6
3652024-10-03T19:45:59.426Z Downloaded typenum v1.17.0
3662024-10-03T19:45:59.428Z Downloaded proc-macro2 v1.0.86
3672024-10-03T19:45:59.431Z Downloaded pest_meta v2.7.10
3682024-10-03T19:45:59.433Z Downloaded papergrid v0.11.0
3692024-10-03T19:45:59.436Z Downloaded once_cell v1.19.0
3702024-10-03T19:45:59.439Z Downloaded tempfile v3.10.1
3712024-10-03T19:45:59.441Z Downloaded serde_tokenstream v0.2.2
3722024-10-03T19:45:59.444Z Downloaded quote v1.0.37
3732024-10-03T19:45:59.447Z Downloaded camino-tempfile v1.1.1
3742024-10-03T19:45:59.447Z Downloaded serde_derive v1.0.210
3752024-10-03T19:45:59.453Z Downloaded log v0.4.22
3762024-10-03T19:45:59.461Z Downloaded zerocopy-derive v0.7.34
3772024-10-03T19:45:59.465Z Downloaded unicode-ident v1.0.13
3782024-10-03T19:45:59.467Z Downloaded clap v4.5.18
3792024-10-03T19:45:59.477Z Downloaded ryu v1.0.18
3802024-10-03T19:45:59.480Z Downloaded textwrap v0.16.1
3812024-10-03T19:45:59.483Z Downloaded toml v0.8.19
3822024-10-03T19:45:59.497Z Downloaded serde v1.0.210
3832024-10-03T19:45:59.502Z Downloaded memchr v2.7.2
3842024-10-03T19:45:59.507Z Downloaded indexmap v2.5.0
3852024-10-03T19:45:59.525Z Downloaded toml_edit v0.22.22
3862024-10-03T19:45:59.547Z Downloaded pest v2.7.10
3872024-10-03T19:45:59.561Z Downloaded hashbrown v0.14.5
3882024-10-03T19:45:59.561Z Downloaded zerocopy v0.7.34
3892024-10-03T19:45:59.569Z Downloaded serde_json v1.0.128
3902024-10-03T19:45:59.576Z Downloaded winnow v0.6.18
3912024-10-03T19:45:59.584Z Downloaded goblin v0.8.2
3922024-10-03T19:45:59.590Z Downloaded tabled v0.15.0
3932024-10-03T19:45:59.606Z Downloaded clap_builder v4.5.18
3942024-10-03T19:45:59.614Z Downloaded syn v2.0.79
3952024-10-03T19:45:59.623Z Downloaded syn v1.0.109
3962024-10-03T19:45:59.633Z Downloaded rustix v0.38.34
3972024-10-03T19:45:59.655Z Downloaded unicode-width v0.1.13
3982024-10-03T19:45:59.662Z Downloaded libc v0.2.159
3992024-10-03T19:45:59.968Z Compiling proc-macro2 v1.0.86
4002024-10-03T19:45:59.968Z Compiling unicode-ident v1.0.13
4012024-10-03T19:45:59.971Z Compiling version_check v0.9.5
4022024-10-03T19:45:59.971Z Compiling serde v1.0.210
4032024-10-03T19:45:59.971Z Compiling thiserror v1.0.64
4042024-10-03T19:45:59.971Z Compiling memchr v2.7.2
4052024-10-03T19:46:00.001Z Compiling libc v0.2.159
4062024-10-03T19:46:00.004Z Compiling ucd-trie v0.1.6
4072024-10-03T19:46:00.251Z Compiling ryu v1.0.18
4082024-10-03T19:46:00.614Z Compiling itoa v1.0.11
4092024-10-03T19:46:00.641Z Compiling once_cell v1.19.0
4102024-10-03T19:46:00.818Z Compiling byteorder v1.5.0
4112024-10-03T19:46:00.848Z Compiling serde_json v1.0.128
4122024-10-03T19:46:01.082Z Compiling rustix v0.38.34
4132024-10-03T19:46:01.310Z Compiling bitflags v2.6.0
4142024-10-03T19:46:01.388Z Compiling usdt-impl v0.5.0
4152024-10-03T19:46:01.637Z Compiling proc-macro-error-attr v1.0.4
4162024-10-03T19:46:01.735Z Compiling quote v1.0.37
4172024-10-03T19:46:01.774Z Compiling syn v1.0.109
4182024-10-03T19:46:01.948Z Compiling proc-macro-error v1.0.4
4192024-10-03T19:46:02.020Z Compiling camino v1.1.9
4202024-10-03T19:46:02.050Z Compiling utf8parse v0.2.1
4212024-10-03T19:46:02.213Z Compiling syn v2.0.79
4222024-10-03T19:46:02.282Z Compiling errno v0.3.9
4232024-10-03T19:46:02.435Z Compiling equivalent v1.0.1
4242024-10-03T19:46:02.521Z Compiling hashbrown v0.14.5
4252024-10-03T19:46:02.550Z Compiling thread-id v4.2.1
4262024-10-03T19:46:02.573Z Compiling plain v0.2.3
4272024-10-03T19:46:02.624Z Compiling log v0.4.22
4282024-10-03T19:46:02.761Z Compiling anstyle-parse v0.2.4
4292024-10-03T19:46:02.985Z Compiling anstyle v1.0.8
4302024-10-03T19:46:03.083Z Compiling anstyle-query v1.0.3
4312024-10-03T19:46:03.235Z Compiling colorchoice v1.0.1
4322024-10-03T19:46:03.260Z Compiling winnow v0.6.18
4332024-10-03T19:46:03.463Z Compiling semver v1.0.23
4342024-10-03T19:46:03.476Z Compiling unicode-width v0.1.13
4352024-10-03T19:46:03.563Z Compiling autocfg v1.3.0
4362024-10-03T19:46:03.732Z Compiling indexmap v2.5.0
4372024-10-03T19:46:03.810Z Compiling pretty-hex v0.4.1
4382024-10-03T19:46:03.941Z Compiling is_terminal_polyfill v1.70.0
4392024-10-03T19:46:04.064Z Compiling anstream v0.6.14
4402024-10-03T19:46:04.362Z Compiling fnv v1.0.7
4412024-10-03T19:46:04.504Z Compiling anyhow v1.0.89
4422024-10-03T19:46:04.549Z Compiling fs-err v2.11.0
4432024-10-03T19:46:04.850Z Compiling terminal_size v0.3.0
4442024-10-03T19:46:04.874Z Compiling strsim v0.11.1
4452024-10-03T19:46:05.041Z Compiling heck v0.5.0
4462024-10-03T19:46:05.087Z Compiling fastrand v2.1.0
4472024-10-03T19:46:05.134Z Compiling bytecount v0.6.8
4482024-10-03T19:46:05.284Z Compiling cfg-if v1.0.0
4492024-10-03T19:46:05.357Z Compiling heck v0.4.1
4502024-10-03T19:46:05.387Z Compiling clap_lex v0.7.0
4512024-10-03T19:46:05.621Z Compiling tempfile v3.10.1
4522024-10-03T19:46:05.804Z Compiling clap_builder v4.5.18
4532024-10-03T19:46:05.860Z Compiling papergrid v0.11.0
4542024-10-03T19:46:06.270Z Compiling memmap v0.7.0
4552024-10-03T19:46:06.296Z Compiling smawk v0.3.2
4562024-10-03T19:46:06.482Z Compiling unicode-linebreak v0.1.5
4572024-10-03T19:46:06.974Z Compiling textwrap v0.16.1
4582024-10-03T19:46:06.999Z Compiling swrite v0.1.0
4592024-10-03T19:46:08.253Z Compiling tabled_derive v0.7.0
4602024-10-03T19:46:10.001Z Compiling tabled v0.15.0
4612024-10-03T19:46:11.081Z Compiling serde_derive v1.0.210
4622024-10-03T19:46:11.083Z Compiling thiserror-impl v1.0.64
4632024-10-03T19:46:11.083Z Compiling zerocopy-derive v0.7.34
4642024-10-03T19:46:11.103Z Compiling scroll_derive v0.12.0
4652024-10-03T19:46:11.332Z Compiling clap_derive v4.5.18
4662024-10-03T19:46:12.414Z Compiling scroll v0.12.0
4672024-10-03T19:46:12.833Z Compiling zerocopy v0.7.34
4682024-10-03T19:46:12.914Z Compiling goblin v0.8.2
4692024-10-03T19:46:13.803Z Compiling pest v2.7.10
4702024-10-03T19:46:14.933Z Compiling clap v4.5.18
4712024-10-03T19:46:16.011Z Compiling pest_meta v2.7.10
4722024-10-03T19:46:16.861Z Compiling pest_generator v2.7.10
4732024-10-03T19:46:18.830Z Compiling pest_derive v2.7.10
4742024-10-03T19:46:19.591Z Compiling dtrace-parser v0.2.0
4752024-10-03T19:46:21.240Z Compiling serde_tokenstream v0.2.2
4762024-10-03T19:46:21.275Z Compiling toml_datetime v0.6.8
4772024-10-03T19:46:21.275Z Compiling serde_spanned v0.6.7
4782024-10-03T19:46:21.596Z Compiling cargo-platform v0.1.8
4792024-10-03T19:46:21.670Z Compiling toml_edit v0.22.22
4802024-10-03T19:46:21.837Z Compiling macaddr v1.0.1
4812024-10-03T19:46:21.895Z Compiling camino-tempfile v1.1.1
4822024-10-03T19:46:22.657Z Compiling dof v0.3.0
4832024-10-03T19:46:22.676Z Compiling cargo_metadata v0.18.1
4842024-10-03T19:46:24.340Z Compiling usdt-macro v0.5.0
4852024-10-03T19:46:24.340Z Compiling usdt-attr-macro v0.5.0
4862024-10-03T19:46:24.509Z Compiling toml v0.8.19
4872024-10-03T19:46:25.328Z Compiling cargo_toml v0.20.5
4882024-10-03T19:46:25.774Z Compiling usdt v0.5.0
4892024-10-03T19:46:29.176Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-10-03T19:46:33.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.23s
4912024-10-03T19:46:33.653Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-10-03T19:46:34.224Z Downloading crates ...
4932024-10-03T19:46:34.347Z Downloaded async-stream-impl v0.3.5
4942024-10-03T19:46:34.352Z Downloaded addr2line v0.21.0
4952024-10-03T19:46:34.357Z Downloaded atty v0.2.14
4962024-10-03T19:46:34.360Z Downloaded crunchy v0.2.2
4972024-10-03T19:46:34.365Z Downloaded cfg_aliases v0.1.1
4982024-10-03T19:46:34.370Z Downloaded ciborium-io v0.2.2
4992024-10-03T19:46:34.373Z Downloaded array-init v0.0.4
5002024-10-03T19:46:34.376Z Downloaded darling_macro v0.20.9
5012024-10-03T19:46:34.376Z Downloaded ident_case v1.0.1
5022024-10-03T19:46:34.378Z Downloaded assert_matches v1.5.0
5032024-10-03T19:46:34.381Z Downloaded cstr-argument v0.1.2
5042024-10-03T19:46:34.384Z Downloaded http-body-util v0.1.2
5052024-10-03T19:46:34.386Z Downloaded atomic-waker v1.1.2
5062024-10-03T19:46:34.388Z Downloaded match_cfg v0.1.0
5072024-10-03T19:46:34.388Z Downloaded async-recursion v1.1.1
5082024-10-03T19:46:34.394Z Downloaded castaway v0.2.3
5092024-10-03T19:46:34.396Z Downloaded convert_case v0.4.0
5102024-10-03T19:46:34.399Z Downloaded matches v0.1.10
5112024-10-03T19:46:34.399Z Downloaded cassowary v0.3.0
5122024-10-03T19:46:34.404Z Downloaded bit-vec v0.6.3
5132024-10-03T19:46:34.404Z Downloaded blowfish v0.9.1
5142024-10-03T19:46:34.406Z Downloaded bitfield-struct v0.6.1
5152024-10-03T19:46:34.406Z Downloaded hmac v0.12.1
5162024-10-03T19:46:34.409Z Downloaded bcrypt-pbkdf v0.10.0
5172024-10-03T19:46:34.412Z Downloaded cipher v0.4.4
5182024-10-03T19:46:34.412Z Downloaded humantime v2.1.0
5192024-10-03T19:46:34.414Z Downloaded hubpack_derive v0.1.1
5202024-10-03T19:46:34.414Z Downloaded hubpack v0.1.2
5212024-10-03T19:46:34.418Z Downloaded http-body v1.0.0
5222024-10-03T19:46:34.418Z Downloaded arrayvec v0.7.4
5232024-10-03T19:46:34.421Z Downloaded nodrop v0.1.14
5242024-10-03T19:46:34.424Z Downloaded managed v0.8.0
5252024-10-03T19:46:34.424Z Downloaded lalrpop-util v0.19.12
5262024-10-03T19:46:34.424Z Downloaded memoffset v0.9.1
5272024-10-03T19:46:34.427Z Downloaded ipnetwork v0.20.0
5282024-10-03T19:46:34.431Z Downloaded md-5 v0.10.6
5292024-10-03T19:46:34.431Z Downloaded kstat-rs v0.2.4
5302024-10-03T19:46:34.431Z Downloaded libefi-sys v0.1.0
5312024-10-03T19:46:34.434Z Downloaded instability v0.3.2
5322024-10-03T19:46:34.437Z Downloaded darling v0.20.9
5332024-10-03T19:46:34.441Z Downloaded crc32fast v1.4.0
5342024-10-03T19:46:34.444Z Downloaded newtype-uuid v1.1.0
5352024-10-03T19:46:34.448Z Downloaded nibble_vec v0.1.0
5362024-10-03T19:46:34.448Z Downloaded is-terminal v0.4.12
5372024-10-03T19:46:34.448Z Downloaded native-tls v0.2.11
5382024-10-03T19:46:34.451Z Downloaded lru-cache v0.1.2
5392024-10-03T19:46:34.454Z Downloaded cfg_aliases v0.2.1
5402024-10-03T19:46:34.455Z Downloaded home v0.5.9
5412024-10-03T19:46:34.457Z Downloaded jobserver v0.1.32
5422024-10-03T19:46:34.457Z Downloaded mime_guess v2.0.4
5432024-10-03T19:46:34.460Z Downloaded crucible-workspace-hack v0.1.0
5442024-10-03T19:46:34.460Z Downloaded is_ci v1.2.0
5452024-10-03T19:46:34.463Z Downloaded base64ct v1.6.0
5462024-10-03T19:46:34.466Z Downloaded memmap2 v0.9.4
5472024-10-03T19:46:34.467Z Downloaded lock_api v0.4.12
5482024-10-03T19:46:34.469Z Downloaded adler v1.0.2
5492024-10-03T19:46:34.472Z Downloaded sigpipe v0.1.3
5502024-10-03T19:46:34.472Z Downloaded new_debug_unreachable v1.0.6
5512024-10-03T19:46:34.472Z Downloaded newtype_derive v0.1.6
5522024-10-03T19:46:34.475Z Downloaded hyper-tls v0.6.0
5532024-10-03T19:46:34.475Z Downloaded httpdate v1.0.3
5542024-10-03T19:46:34.478Z Downloaded signal-hook-tokio v0.3.1
5552024-10-03T19:46:34.481Z Downloaded newline-converter v0.3.0
5562024-10-03T19:46:34.481Z Downloaded instant v0.1.12
5572024-10-03T19:46:34.483Z Downloaded md5 v0.7.0
5582024-10-03T19:46:34.483Z Downloaded aead v0.5.2
5592024-10-03T19:46:34.487Z Downloaded adler2 v2.0.0
5602024-10-03T19:46:34.488Z Downloaded lazy_static v1.5.0
5612024-10-03T19:46:34.491Z Downloaded clang-sys v1.7.0
5622024-10-03T19:46:34.491Z Downloaded sync_wrapper v0.1.2
5632024-10-03T19:46:34.495Z Downloaded crossbeam-utils v0.8.19
5642024-10-03T19:46:34.497Z Downloaded hostname v0.4.0
5652024-10-03T19:46:34.500Z Downloaded inout v0.1.3
5662024-10-03T19:46:34.500Z Downloaded indoc v1.0.9
5672024-10-03T19:46:34.504Z Downloaded multimap v0.10.0
5682024-10-03T19:46:34.506Z Downloaded crc v3.2.1
5692024-10-03T19:46:34.509Z Downloaded miniz_oxide v0.8.0
5702024-10-03T19:46:34.512Z Downloaded cexpr v0.6.0
5712024-10-03T19:46:34.514Z Downloaded mockall_derive v0.13.0
5722024-10-03T19:46:34.518Z Downloaded ciborium-ll v0.2.2
5732024-10-03T19:46:34.518Z Downloaded cbc v0.1.2
5742024-10-03T19:46:34.521Z Downloaded ctr v0.9.2
5752024-10-03T19:46:34.523Z Downloaded maybe-uninit v2.0.0
5762024-10-03T19:46:34.523Z Downloaded want v0.3.1
5772024-10-03T19:46:34.526Z Downloaded curve25519-dalek-derive v0.1.1
5782024-10-03T19:46:34.526Z Downloaded cobs v0.2.3
5792024-10-03T19:46:34.529Z Downloaded secrecy v0.8.0
5802024-10-03T19:46:34.529Z Downloaded keccak v0.1.5
5812024-10-03T19:46:34.531Z Downloaded nanorand v0.7.0
5822024-10-03T19:46:34.534Z Downloaded mime v0.3.17
5832024-10-03T19:46:34.536Z Downloaded mockall v0.13.0
5842024-10-03T19:46:34.536Z Downloaded colored v2.1.0
5852024-10-03T19:46:34.540Z Downloaded downcast v0.11.0
5862024-10-03T19:46:34.543Z Downloaded which v4.4.2
5872024-10-03T19:46:34.543Z Downloaded arc-swap v1.7.1
5882024-10-03T19:46:34.547Z Downloaded ascii-canvas v3.0.0
5892024-10-03T19:46:34.549Z Downloaded foreign-types v0.5.0
5902024-10-03T19:46:34.549Z Downloaded sec1 v0.7.3
5912024-10-03T19:46:34.552Z Downloaded rustc-hash v2.0.0
5922024-10-03T19:46:34.555Z Downloaded smallvec v0.6.14
5932024-10-03T19:46:34.557Z Downloaded base16ct v0.2.0
5942024-10-03T19:46:34.557Z Downloaded parse-size v1.0.0
5952024-10-03T19:46:34.560Z Downloaded backoff v0.4.0
5962024-10-03T19:46:34.563Z Downloaded thread_local v1.1.8
5972024-10-03T19:46:34.563Z Downloaded thiserror-impl-no-std v2.0.2
5982024-10-03T19:46:34.565Z Downloaded bzip2 v0.4.4
5992024-10-03T19:46:34.568Z Downloaded libloading v0.8.3
6002024-10-03T19:46:34.570Z Downloaded ciborium v0.2.2
6012024-10-03T19:46:34.573Z Downloaded strum v0.26.3
6022024-10-03T19:46:34.576Z Downloaded spki v0.7.3
6032024-10-03T19:46:34.578Z Downloaded ref-cast v1.0.23
6042024-10-03T19:46:34.581Z Downloaded cancel-safe-futures v0.1.5
6052024-10-03T19:46:34.583Z Downloaded console v0.15.8
6062024-10-03T19:46:34.586Z Downloaded bcs v0.1.6
6072024-10-03T19:46:34.589Z Downloaded phf_shared v0.11.2
6082024-10-03T19:46:34.591Z Downloaded zeroize_derive v1.4.2
6092024-10-03T19:46:34.591Z Downloaded multer v3.1.0
6102024-10-03T19:46:34.594Z Downloaded untrusted v0.9.0
6112024-10-03T19:46:34.597Z Downloaded display-error-chain v0.2.1
6122024-10-03T19:46:34.599Z Downloaded hyper-util v0.1.9
6132024-10-03T19:46:34.602Z Downloaded deranged v0.3.11
6142024-10-03T19:46:34.605Z Downloaded serde-big-array v0.5.1
6152024-10-03T19:46:34.607Z Downloaded indexmap v1.9.3
6162024-10-03T19:46:34.610Z Downloaded semver v0.1.20
6172024-10-03T19:46:34.613Z Downloaded base64 v0.22.1
6182024-10-03T19:46:34.616Z Downloaded ed25519 v2.2.3
6192024-10-03T19:46:34.618Z Downloaded olpc-cjson v0.1.3
6202024-10-03T19:46:34.621Z Downloaded vte_generate_state_changes v0.1.1
6212024-10-03T19:46:34.621Z Downloaded cc v1.0.97
6222024-10-03T19:46:34.624Z Downloaded hex-literal v0.4.1
6232024-10-03T19:46:34.627Z Downloaded hex v0.4.3
6242024-10-03T19:46:34.629Z Downloaded heck v0.3.3
6252024-10-03T19:46:34.632Z Downloaded crossbeam-epoch v0.9.18
6262024-10-03T19:46:34.634Z Downloaded blake2 v0.10.6
6272024-10-03T19:46:34.637Z Downloaded hash32 v0.3.1
6282024-10-03T19:46:34.639Z Downloaded typify v0.2.0
6292024-10-03T19:46:34.642Z Downloaded parse-display-derive v0.10.0
6302024-10-03T19:46:34.645Z Downloaded tokio-tungstenite v0.23.1
6312024-10-03T19:46:34.647Z Downloaded stringprep v0.1.4
6322024-10-03T19:46:34.647Z Downloaded tower-service v0.3.2
6332024-10-03T19:46:34.650Z Downloaded termtree v0.4.1
6342024-10-03T19:46:34.650Z Downloaded ahash v0.8.11
6352024-10-03T19:46:34.653Z Downloaded tokio-rustls v0.24.1
6362024-10-03T19:46:34.656Z Downloaded predicates-tree v1.0.9
6372024-10-03T19:46:34.658Z Downloaded rand_xorshift v0.3.0
6382024-10-03T19:46:34.661Z Downloaded derive_builder v0.20.0
6392024-10-03T19:46:34.664Z Downloaded serde-hex v0.1.0
6402024-10-03T19:46:34.666Z Downloaded try-lock v0.2.5
6412024-10-03T19:46:34.669Z Downloaded serde_path_to_error v0.1.16
6422024-10-03T19:46:34.671Z Downloaded headers-core v0.3.0
6432024-10-03T19:46:34.671Z Downloaded strum_macros v0.24.3
6442024-10-03T19:46:34.674Z Downloaded phf_shared v0.10.0
6452024-10-03T19:46:34.676Z Downloaded backtrace v0.3.71
6462024-10-03T19:46:34.680Z Downloaded similar v2.6.0
6472024-10-03T19:46:34.686Z Downloaded tui-tree-widget v0.22.0
6482024-10-03T19:46:34.689Z Downloaded termcolor v1.4.1
6492024-10-03T19:46:34.691Z Downloaded russh-cryptovec v0.7.2
6502024-10-03T19:46:34.691Z Downloaded termios v0.3.3
6512024-10-03T19:46:34.694Z Downloaded chacha20poly1305 v0.10.1
6522024-10-03T19:46:34.696Z Downloaded progenitor-client v0.8.0
6532024-10-03T19:46:34.696Z Downloaded unicode-truncate v1.0.0
6542024-10-03T19:46:34.699Z Downloaded wait-timeout v0.2.0
6552024-10-03T19:46:34.701Z Downloaded pin-project-internal v1.1.5
6562024-10-03T19:46:34.704Z Downloaded peg-macros v0.8.4
6572024-10-03T19:46:34.706Z Downloaded defmt-parser v0.3.4
6582024-10-03T19:46:34.706Z Downloaded zone v0.3.0
6592024-10-03T19:46:34.708Z Downloaded parking_lot v0.11.2
6602024-10-03T19:46:34.720Z Downloaded toml v0.7.8
6612024-10-03T19:46:34.725Z Downloaded futures-core v0.3.30
6622024-10-03T19:46:34.727Z Downloaded funty v2.0.0
6632024-10-03T19:46:34.727Z Downloaded smallvec v1.13.2
6642024-10-03T19:46:34.730Z Downloaded serde_derive_internals v0.29.1
6652024-10-03T19:46:34.734Z Downloaded dhcproto-macros v0.1.0
6662024-10-03T19:46:34.734Z Downloaded ron v0.8.1
6672024-10-03T19:46:34.739Z Downloaded smf v0.2.3
6682024-10-03T19:46:34.742Z Downloaded pin-utils v0.1.0
6692024-10-03T19:46:34.742Z Downloaded phf v0.11.2
6702024-10-03T19:46:34.744Z Downloaded num_enum v0.5.11
6712024-10-03T19:46:34.749Z Downloaded peg v0.8.4
6722024-10-03T19:46:34.753Z Downloaded quinn-udp v0.5.5
6732024-10-03T19:46:34.755Z Downloaded progenitor v0.8.0
6742024-10-03T19:46:34.758Z Downloaded fxhash v0.2.1
6752024-10-03T19:46:34.761Z Downloaded rand_seeder v0.3.0
6762024-10-03T19:46:34.761Z Downloaded env_filter v0.1.2
6772024-10-03T19:46:34.764Z Downloaded crypto-bigint v0.5.5
6782024-10-03T19:46:34.769Z Downloaded term v0.7.0
6792024-10-03T19:46:34.773Z Downloaded num-conv v0.1.0
6802024-10-03T19:46:34.776Z Downloaded shlex v1.3.0
6812024-10-03T19:46:34.776Z Downloaded serde_repr v0.1.19
6822024-10-03T19:46:34.778Z Downloaded rustversion v1.0.17
6832024-10-03T19:46:34.782Z Downloaded fd-lock v4.0.2
6842024-10-03T19:46:34.784Z Downloaded futures-channel v0.3.30
6852024-10-03T19:46:34.787Z Downloaded yasna v0.5.2
6862024-10-03T19:46:34.789Z Downloaded omicron-zone-package v0.11.1
6872024-10-03T19:46:34.792Z Downloaded string_cache v0.8.7
6882024-10-03T19:46:34.795Z Downloaded static_assertions v1.1.0
6892024-10-03T19:46:34.797Z Downloaded slog-dtrace v0.3.0
6902024-10-03T19:46:34.800Z Downloaded zip v0.6.6
6912024-10-03T19:46:34.803Z Downloaded schemars v0.8.21
6922024-10-03T19:46:34.816Z Downloaded hickory-server v0.24.1
6932024-10-03T19:46:34.822Z Downloaded tinyvec_macros v0.1.1
6942024-10-03T19:46:34.824Z Downloaded hash32 v0.2.1
6952024-10-03T19:46:34.827Z Downloaded strum_macros v0.25.3
6962024-10-03T19:46:34.829Z Downloaded diesel_table_macro_syntax v0.2.0
6972024-10-03T19:46:34.829Z Downloaded packed_struct_codegen v0.10.1
6982024-10-03T19:46:34.832Z Downloaded num-derive v0.4.2
6992024-10-03T19:46:34.834Z Downloaded xattr v1.3.1
7002024-10-03T19:46:34.836Z Downloaded rustls-pki-types v1.7.0
7012024-10-03T19:46:34.839Z Downloaded parking_lot_core v0.9.10
7022024-10-03T19:46:34.841Z Downloaded test-strategy v0.3.1
7032024-10-03T19:46:34.844Z Downloaded polyval v0.6.2
7042024-10-03T19:46:34.846Z Downloaded parse-display v0.10.0
7052024-10-03T19:46:34.849Z Downloaded futures v0.3.30
7062024-10-03T19:46:34.853Z Downloaded fatfs v0.3.6
7072024-10-03T19:46:34.857Z Downloaded openssl-probe v0.1.5
7082024-10-03T19:46:34.859Z Downloaded psl-types v2.0.11
7092024-10-03T19:46:34.862Z Downloaded stable_deref_trait v1.2.0
7102024-10-03T19:46:34.862Z Downloaded r2d2 v0.8.10
7112024-10-03T19:46:34.864Z Downloaded libxml v0.3.3
7122024-10-03T19:46:34.869Z Downloaded openssl-macros v0.1.1
7132024-10-03T19:46:34.872Z Downloaded vsss-rs v3.3.4
7142024-10-03T19:46:34.874Z Downloaded unsafe-libyaml v0.2.11
7152024-10-03T19:46:34.880Z Downloaded p256 v0.13.2
7162024-10-03T19:46:34.883Z Downloaded ref-cast-impl v1.0.23
7172024-10-03T19:46:34.883Z Downloaded hickory-client v0.24.1
7182024-10-03T19:46:34.886Z Downloaded half v2.4.1
7192024-10-03T19:46:34.889Z Downloaded time-core v0.1.2
7202024-10-03T19:46:34.892Z Downloaded siphasher v0.3.11
7212024-10-03T19:46:34.894Z Downloaded scrypt v0.11.0
7222024-10-03T19:46:34.897Z Downloaded unicase v2.7.0
7232024-10-03T19:46:34.897Z Downloaded unarray v0.1.4
7242024-10-03T19:46:34.899Z Downloaded typify-macro v0.2.0
7252024-10-03T19:46:34.899Z Downloaded tls_codec v0.4.1
7262024-10-03T19:46:34.902Z Downloaded tap v1.0.1
7272024-10-03T19:46:34.904Z Downloaded difflib v0.4.0
7282024-10-03T19:46:34.904Z Downloaded ed25519-dalek v2.1.1
7292024-10-03T19:46:34.907Z Downloaded slog-async v2.8.0
7302024-10-03T19:46:34.909Z Downloaded signal-hook v0.3.17
7312024-10-03T19:46:34.913Z Downloaded num-integer v0.1.46
7322024-10-03T19:46:34.915Z Downloaded ghash v0.5.1
7332024-10-03T19:46:34.918Z Downloaded gethostname v0.5.0
7342024-10-03T19:46:34.920Z Downloaded quinn v0.11.5
7352024-10-03T19:46:34.923Z Downloaded tar v0.4.42
7362024-10-03T19:46:34.926Z Downloaded toml_edit v0.19.15
7372024-10-03T19:46:34.944Z Downloaded foreign-types-shared v0.1.1
7382024-10-03T19:46:34.947Z Downloaded sync_wrapper v1.0.1
7392024-10-03T19:46:34.947Z Downloaded futures-task v0.3.30
7402024-10-03T19:46:34.949Z Downloaded foreign-types-shared v0.3.1
7412024-10-03T19:46:34.949Z Downloaded progenitor-macro v0.8.0
7422024-10-03T19:46:34.949Z Downloaded powerfmt v0.2.0
7432024-10-03T19:46:34.952Z Downloaded sct v0.7.1
7442024-10-03T19:46:34.955Z Downloaded strum_macros v0.26.4
7452024-10-03T19:46:34.957Z Downloaded toolchain_find v0.4.0
7462024-10-03T19:46:34.960Z Downloaded rustfmt-wrapper v0.2.1
7472024-10-03T19:46:34.963Z Downloaded rustc_version v0.4.0
7482024-10-03T19:46:34.963Z Downloaded zone_cfg_derive v0.1.2
7492024-10-03T19:46:34.965Z Downloaded opaque-debug v0.3.1
7502024-10-03T19:46:34.965Z Downloaded tiny-keccak v2.0.2
7512024-10-03T19:46:34.968Z Downloaded tracing-attributes v0.1.27
7522024-10-03T19:46:34.971Z Downloaded crossterm v0.27.0
7532024-10-03T19:46:34.978Z Downloaded zone v0.1.8
7542024-10-03T19:46:34.980Z Downloaded nom v7.1.3
7552024-10-03T19:46:34.985Z Downloaded socket2 v0.4.10
7562024-10-03T19:46:34.989Z Downloaded pretty-hex v0.2.1
7572024-10-03T19:46:34.989Z Downloaded futures-sink v0.3.30
7582024-10-03T19:46:34.991Z Downloaded der v0.7.9
7592024-10-03T19:46:34.996Z Downloaded hyper v1.4.1
7602024-10-03T19:46:35.003Z Downloaded postgres-types v0.2.8
7612024-10-03T19:46:35.006Z Downloaded glob v0.3.1
7622024-10-03T19:46:35.009Z Downloaded radium v0.7.0
7632024-10-03T19:46:35.012Z Downloaded fragile v2.0.0
7642024-10-03T19:46:35.012Z Downloaded russh v0.45.0
7652024-10-03T19:46:35.017Z Downloaded snafu-derive v0.8.2
7662024-10-03T19:46:35.020Z Downloaded topological-sort v0.2.2
7672024-10-03T19:46:35.022Z Downloaded slab v0.4.9
7682024-10-03T19:46:35.025Z Downloaded derive_builder_macro v0.20.0
7692024-10-03T19:46:35.025Z Downloaded precomputed-hash v0.1.1
7702024-10-03T19:46:35.025Z Downloaded quick-error v1.2.3
7712024-10-03T19:46:35.028Z Downloaded proc-macro-crate v1.3.1
7722024-10-03T19:46:35.028Z Downloaded flagset v0.4.5
7732024-10-03T19:46:35.031Z Downloaded itertools v0.10.5
7742024-10-03T19:46:35.037Z Downloaded enum-as-inner v0.6.0
7752024-10-03T19:46:35.039Z Downloaded tokio-native-tls v0.3.1
7762024-10-03T19:46:35.042Z Downloaded tokio-util v0.7.12
7772024-10-03T19:46:35.049Z Downloaded hkdf v0.12.4
7782024-10-03T19:46:35.051Z Downloaded pem-rfc7468 v0.7.0
7792024-10-03T19:46:35.054Z Downloaded pem v3.0.4
7802024-10-03T19:46:35.057Z Downloaded enum-as-inner v0.5.1
7812024-10-03T19:46:35.059Z Downloaded rustc-hash v1.1.0
7822024-10-03T19:46:35.059Z Downloaded env_logger v0.10.2
7832024-10-03T19:46:35.062Z Downloaded derive_more v0.99.18
7842024-10-03T19:46:35.067Z Downloaded whoami v1.5.2
7852024-10-03T19:46:35.069Z Downloaded utf-8 v0.7.6
7862024-10-03T19:46:35.072Z Downloaded unicode-xid v0.2.4
7872024-10-03T19:46:35.074Z Downloaded waitgroup v0.1.2
7882024-10-03T19:46:35.074Z Downloaded rcgen v0.12.1
7892024-10-03T19:46:35.078Z Downloaded path-slash v0.1.5
7902024-10-03T19:46:35.080Z Downloaded socket2 v0.5.7
7912024-10-03T19:46:35.083Z Downloaded aes-gcm v0.10.3
7922024-10-03T19:46:35.085Z Downloaded rtoolbox v0.0.2
7932024-10-03T19:46:35.088Z Downloaded progenitor-impl v0.8.0
7942024-10-03T19:46:35.090Z Downloaded ppv-lite86 v0.2.17
7952024-10-03T19:46:35.093Z Downloaded number_prefix v0.4.0
7962024-10-03T19:46:35.093Z Downloaded rustyline v14.0.0
7972024-10-03T19:46:35.097Z Downloaded blake3 v1.5.1
7982024-10-03T19:46:35.106Z Downloaded ssh-key v0.6.6
7992024-10-03T19:46:35.113Z Downloaded num_threads v0.1.7
8002024-10-03T19:46:35.116Z Downloaded rpassword v7.3.1
8012024-10-03T19:46:35.116Z Downloaded rand_chacha v0.3.1
8022024-10-03T19:46:35.119Z Downloaded pbkdf2 v0.12.2
8032024-10-03T19:46:35.119Z Downloaded fixedbitset v0.4.2
8042024-10-03T19:46:35.121Z Downloaded percent-encoding v2.3.1
8052024-10-03T19:46:35.121Z Downloaded defmt-macros v0.3.9
8062024-10-03T19:46:35.124Z Downloaded rustls-pemfile v2.1.3
8072024-10-03T19:46:35.127Z Downloaded dhcproto v0.12.0
8082024-10-03T19:46:35.131Z Downloaded hashlink v0.9.1
8092024-10-03T19:46:35.133Z Downloaded sqlparser_derive v0.2.2
8102024-10-03T19:46:35.135Z Downloaded nu-ansi-term v0.50.0
8112024-10-03T19:46:35.138Z Downloaded steno v0.4.1
8122024-10-03T19:46:35.141Z Downloaded walkdir v2.5.0
8132024-10-03T19:46:35.143Z Downloaded fallible-iterator v0.3.0
8142024-10-03T19:46:35.146Z Downloaded sqlformat v0.2.6
8152024-10-03T19:46:35.148Z Downloaded normalize-line-endings v0.3.0
8162024-10-03T19:46:35.149Z Downloaded zone_cfg_derive v0.3.0
8172024-10-03T19:46:35.149Z Downloaded predicates v3.1.2
8182024-10-03T19:46:35.152Z Downloaded rustc-demangle v0.1.24
8192024-10-03T19:46:35.155Z Downloaded uzers v0.11.3
8202024-10-03T19:46:35.157Z Downloaded take_mut v0.2.2
8212024-10-03T19:46:35.157Z Downloaded tabwriter v1.4.0
8222024-10-03T19:46:35.159Z Downloaded ssh-encoding v0.2.0
8232024-10-03T19:46:35.162Z Downloaded same-file v1.0.6
8242024-10-03T19:46:35.162Z Downloaded derive_builder_core v0.20.0
8252024-10-03T19:46:35.165Z Downloaded expectorate v1.1.0
8262024-10-03T19:46:35.167Z Downloaded spin v0.5.2
8272024-10-03T19:46:35.170Z Downloaded hyper v0.14.30
8282024-10-03T19:46:35.176Z Downloaded unicode-normalization v0.1.23
8292024-10-03T19:46:35.180Z Downloaded endian-type v0.1.2
8302024-10-03T19:46:35.183Z Downloaded packed_struct v0.10.1
8312024-10-03T19:46:35.183Z Downloaded fallible-iterator v0.2.0
8322024-10-03T19:46:35.185Z Downloaded globset v0.4.14
8332024-10-03T19:46:35.188Z Downloaded dsl_auto_type v0.1.2
8342024-10-03T19:46:35.188Z Downloaded rand_core v0.6.4
8352024-10-03T19:46:35.191Z Downloaded poly1305 v0.8.0
8362024-10-03T19:46:35.193Z Downloaded serde_plain v1.0.2
8372024-10-03T19:46:35.193Z Downloaded schemars_derive v0.8.21
8382024-10-03T19:46:35.196Z Downloaded filetime v0.2.25
8392024-10-03T19:46:35.198Z Downloaded password-hash v0.5.0
8402024-10-03T19:46:35.200Z Downloaded dirs-sys-next v0.1.2
8412024-10-03T19:46:35.200Z Downloaded dirs-next v2.0.0
8422024-10-03T19:46:35.203Z Downloaded sha1 v0.10.6
8432024-10-03T19:46:35.203Z Downloaded spin v0.9.8
8442024-10-03T19:46:35.206Z Downloaded password-hash v0.4.2
8452024-10-03T19:46:35.209Z Downloaded vte v0.11.1
8462024-10-03T19:46:35.211Z Downloaded value-bag v1.9.0
8472024-10-03T19:46:35.214Z Downloaded dyn-clone v1.0.17
8482024-10-03T19:46:35.216Z Downloaded defmt v0.3.8
8492024-10-03T19:46:35.221Z Downloaded postcard v1.0.8
8502024-10-03T19:46:35.224Z Downloaded uuid v1.10.0
8512024-10-03T19:46:35.226Z Downloaded ssh-cipher v0.2.0
8522024-10-03T19:46:35.228Z Downloaded salsa20 v0.10.2
8532024-10-03T19:46:35.228Z Downloaded tracing v0.1.40
8542024-10-03T19:46:35.234Z Downloaded rustls-webpki v0.101.7
8552024-10-03T19:46:35.249Z Downloaded tokio-rustls v0.25.0
8562024-10-03T19:46:35.252Z Downloaded owo-colors v4.1.0
8572024-10-03T19:46:35.255Z Downloaded tokio-macros v2.4.0
8582024-10-03T19:46:35.257Z Downloaded unicode-bidi v0.3.15
8592024-10-03T19:46:35.260Z Downloaded flume v0.11.0
8602024-10-03T19:46:35.262Z Downloaded vergen v8.3.2
8612024-10-03T19:46:35.265Z Downloaded publicsuffix v2.2.3
8622024-10-03T19:46:35.268Z Downloaded pkcs8 v0.10.2
8632024-10-03T19:46:35.271Z Downloaded tokio-rustls v0.26.0
8642024-10-03T19:46:35.275Z Downloaded ecdsa v0.16.9
8652024-10-03T19:46:35.278Z Downloaded subprocess v0.2.9
8662024-10-03T19:46:35.280Z Downloaded chrono v0.4.38
8672024-10-03T19:46:35.286Z Downloaded bitvec v1.0.1
8682024-10-03T19:46:35.303Z Downloaded reqwest v0.12.7
8692024-10-03T19:46:35.312Z Downloaded url v2.5.2
8702024-10-03T19:46:35.315Z Downloaded rand v0.8.5
8712024-10-03T19:46:35.318Z Downloaded flate2 v1.0.34
8722024-10-03T19:46:35.324Z Downloaded bindgen v0.69.4
8732024-10-03T19:46:35.333Z Downloaded samael v0.0.17
8742024-10-03T19:46:35.339Z Downloaded serde_yaml v0.9.34+deprecated
8752024-10-03T19:46:35.343Z Downloaded unicode_categories v0.1.1
8762024-10-03T19:46:35.345Z Downloaded dropshot_endpoint v0.12.0
8772024-10-03T19:46:35.348Z Downloaded reqwest v0.11.27
8782024-10-03T19:46:35.357Z Downloaded num-bigint v0.4.5
8792024-10-03T19:46:35.362Z Downloaded reedline v0.33.0
8802024-10-03T19:46:35.371Z Downloaded headers v0.4.0
8812024-10-03T19:46:35.377Z Downloaded tokio-postgres v0.7.12
8822024-10-03T19:46:35.382Z Downloaded hashbrown v0.13.2
8832024-10-03T19:46:35.390Z Downloaded winnow v0.5.40
8842024-10-03T19:46:35.397Z Downloaded rayon v1.10.0
8852024-10-03T19:46:35.407Z Downloaded rsa v0.9.6
8862024-10-03T19:46:35.414Z Downloaded sqlparser v0.45.0
8872024-10-03T19:46:35.420Z Downloaded lalrpop v0.19.12
8882024-10-03T19:46:35.432Z Downloaded tough v0.17.1
8892024-10-03T19:46:35.442Z Downloaded h2 v0.4.6
8902024-10-03T19:46:35.448Z Downloaded nix v0.28.0
8912024-10-03T19:46:35.461Z Downloaded idna v0.4.0
8922024-10-03T19:46:35.468Z Downloaded num-bigint-dig v0.8.4
8932024-10-03T19:46:35.473Z Downloaded rustls-webpki v0.102.4
8942024-10-03T19:46:35.493Z Downloaded radix_trie v0.2.1
8952024-10-03T19:46:35.499Z Downloaded regex v1.10.6
8962024-10-03T19:46:35.512Z Downloaded idna v0.5.0
8972024-10-03T19:46:35.519Z Downloaded rusqlite v0.32.1
8982024-10-03T19:46:35.526Z Downloaded webpki-roots v0.26.3
8992024-10-03T19:46:35.530Z Downloaded quinn-proto v0.11.8
9002024-10-03T19:46:35.537Z Downloaded p384 v0.13.0
9012024-10-03T19:46:35.545Z Downloaded p521 v0.13.3
9022024-10-03T19:46:35.548Z Downloaded quick-xml v0.33.0
9032024-10-03T19:46:35.555Z Downloaded nix v0.29.0
9042024-10-03T19:46:35.567Z Downloaded smoltcp v0.9.1
9052024-10-03T19:46:35.578Z Downloaded git2 v0.19.0
9062024-10-03T19:46:35.588Z Downloaded salty v0.3.0
9072024-10-03T19:46:35.595Z Downloaded gimli v0.28.1
9082024-10-03T19:46:35.604Z Downloaded regex-syntax v0.6.29
9092024-10-03T19:46:35.613Z Downloaded vcpkg v0.2.15
9102024-10-03T19:46:35.654Z Downloaded object v0.30.4
9112024-10-03T19:46:35.664Z Downloaded dropshot v0.10.1
9122024-10-03T19:46:35.675Z Downloaded openssl v0.10.66
9132024-10-03T19:46:35.685Z Downloaded hickory-proto v0.24.1
9142024-10-03T19:46:35.702Z Downloaded object v0.32.2
9152024-10-03T19:46:35.712Z Downloaded trust-dns-proto v0.22.0
9162024-10-03T19:46:35.725Z Downloaded polar-core v0.27.3
9172024-10-03T19:46:35.734Z Downloaded diesel v2.2.4
9182024-10-03T19:46:35.754Z Downloaded regress v0.9.1
9192024-10-03T19:46:35.763Z Downloaded rustls v0.22.4
9202024-10-03T19:46:35.777Z Downloaded typify-impl v0.2.0
9212024-10-03T19:46:35.794Z Downloaded openapiv3 v2.0.0
9222024-10-03T19:46:35.806Z Downloaded ratatui v0.28.0
9232024-10-03T19:46:35.828Z Downloaded rustls v0.23.10
9242024-10-03T19:46:35.844Z Downloaded sled v0.34.7
9252024-10-03T19:46:35.855Z Downloaded regex-syntax v0.8.4
9262024-10-03T19:46:35.864Z Downloaded zerocopy-derive v0.6.6
9272024-10-03T19:46:35.882Z Downloaded regex-automata v0.4.6
9282024-10-03T19:46:35.903Z Downloaded petgraph v0.6.5
9292024-10-03T19:46:35.922Z Downloaded finl_unicode v1.2.0
9302024-10-03T19:46:35.935Z Downloaded csv v1.3.0
9312024-10-03T19:46:35.956Z Downloaded lzma-sys v0.1.20
9322024-10-03T19:46:35.985Z Downloaded bzip2-sys v0.1.11+1.0.8
9332024-10-03T19:46:35.996Z Downloaded bstr v1.9.1
9342024-10-03T19:46:36.005Z Downloaded dropshot v0.12.0
9352024-10-03T19:46:36.025Z Downloaded smoltcp v0.11.0
9362024-10-03T19:46:36.037Z Downloaded tokio v1.39.3
9372024-10-03T19:46:36.074Z Downloaded regress v0.10.1
9382024-10-03T19:46:36.083Z Downloaded idna v0.3.0
9392024-10-03T19:46:36.089Z Downloaded rustls v0.21.12
9402024-10-03T19:46:36.103Z Downloaded nix v0.27.1
9412024-10-03T19:46:36.112Z Downloaded sha3 v0.10.8
9422024-10-03T19:46:36.117Z Downloaded idna v0.2.3
9432024-10-03T19:46:36.122Z Downloaded curve25519-dalek v4.1.3
9442024-10-03T19:46:36.130Z Downloaded hickory-resolver v0.24.1
9452024-10-03T19:46:36.134Z Downloaded hashbrown v0.12.3
9462024-10-03T19:46:36.138Z Downloaded time v0.3.36
9472024-10-03T19:46:36.145Z Downloaded h2 v0.3.26
9482024-10-03T19:46:36.151Z Downloaded futures-util v0.3.30
9492024-10-03T19:46:36.165Z Downloaded proptest v1.5.0
9502024-10-03T19:46:36.173Z Downloaded portable-atomic v1.6.0
9512024-10-03T19:46:36.178Z Downloaded pkcs1 v0.7.5
9522024-10-03T19:46:36.181Z Downloaded tokio-stream v0.1.16
9532024-10-03T19:46:36.185Z Downloaded slog-scope v4.4.0
9542024-10-03T19:46:36.189Z Downloaded slog-json v2.6.1
9552024-10-03T19:46:36.189Z Downloaded slog-envlogger v2.2.0
9562024-10-03T19:46:36.193Z Downloaded shell-words v1.1.0
9572024-10-03T19:46:36.193Z Downloaded unicode-segmentation v1.11.0
9582024-10-03T19:46:36.195Z Downloaded openssl-sys v0.9.103
9592024-10-03T19:46:36.199Z Downloaded x509-cert v0.2.5
9602024-10-03T19:46:36.205Z Downloaded pbkdf2 v0.11.0
9612024-10-03T19:46:36.207Z Downloaded rusty-fork v0.3.0
9622024-10-03T19:46:36.211Z Downloaded tokio-tungstenite v0.21.0
9632024-10-03T19:46:36.211Z Downloaded serde_with_macros v3.9.0
9642024-10-03T19:46:36.214Z Downloaded tracing-core v0.1.32
9652024-10-03T19:46:36.217Z Downloaded itertools v0.13.0
9662024-10-03T19:46:36.223Z Downloaded pkg-config v0.3.30
9672024-10-03T19:46:36.225Z Downloaded paste v1.0.15
9682024-10-03T19:46:36.228Z Downloaded num v0.4.3
9692024-10-03T19:46:36.231Z Downloaded ron v0.7.1
9702024-10-03T19:46:36.235Z Downloaded serde_with v3.9.0
9712024-10-03T19:46:36.243Z Downloaded rustls-pemfile v1.0.4
9722024-10-03T19:46:36.246Z Downloaded rustc_version v0.1.7
9732024-10-03T19:46:36.247Z Downloaded getrandom v0.2.14
9742024-10-03T19:46:36.249Z Downloaded slog v2.7.0
9752024-10-03T19:46:36.253Z Downloaded encoding_rs v0.8.34
9762024-10-03T19:46:36.272Z Downloaded prettyplease v0.2.22
9772024-10-03T19:46:36.275Z Downloaded form_urlencoded v1.2.1
9782024-10-03T19:46:36.285Z Downloaded zerocopy v0.6.6
9792024-10-03T19:46:36.288Z Downloaded time-macros v0.2.18
9802024-10-03T19:46:36.288Z Downloaded xz2 v0.1.7
9812024-10-03T19:46:36.288Z Downloaded rayon-core v1.12.1
9822024-10-03T19:46:36.288Z Downloaded aho-corasick v1.1.3
9832024-10-03T19:46:36.292Z Downloaded signal-hook-registry v1.4.2
9842024-10-03T19:46:36.296Z Downloaded signal-hook-mio v0.2.4
9852024-10-03T19:46:36.296Z Downloaded tls_codec_derive v0.4.1
9862024-10-03T19:46:36.299Z Downloaded diesel_derives v2.2.2
9872024-10-03T19:46:36.302Z Downloaded tungstenite v0.23.0
9882024-10-03T19:46:36.305Z Downloaded tinyvec v1.6.0
9892024-10-03T19:46:36.310Z Downloaded tungstenite v0.21.0
9902024-10-03T19:46:36.314Z Downloaded peg-runtime v0.8.3
9912024-10-03T19:46:36.314Z Downloaded itertools v0.12.1
9922024-10-03T19:46:36.317Z Downloaded zeroize v1.8.1
9932024-10-03T19:46:36.320Z Downloaded slog-stdlog v4.1.1
9942024-10-03T19:46:36.320Z Downloaded des v0.8.1
9952024-10-03T19:46:36.323Z Downloaded pkcs5 v0.7.1
9962024-10-03T19:46:36.326Z Downloaded parking_lot v0.12.2
9972024-10-03T19:46:36.329Z Downloaded oso v0.27.3
9982024-10-03T19:46:36.332Z Downloaded foreign-types v0.3.2
9992024-10-03T19:46:36.332Z Downloaded oso-derive v0.27.3
10002024-10-03T19:46:36.335Z Downloaded typed-path v0.7.1
10012024-10-03T19:46:36.339Z Downloaded libm v0.2.8
10022024-10-03T19:46:36.347Z Downloaded float-ord v0.3.2
10032024-10-03T19:46:36.350Z Downloaded env_logger v0.11.5
10042024-10-03T19:46:36.353Z Downloaded russh-keys v0.45.0
10052024-10-03T19:46:36.353Z Downloaded heapless v0.8.0
10062024-10-03T19:46:36.356Z Downloaded heapless v0.7.17
10072024-10-03T19:46:36.360Z Downloaded http v1.1.0
10082024-10-03T19:46:36.364Z Downloaded crossterm v0.28.1
10092024-10-03T19:46:36.371Z Downloaded primeorder v0.13.6
10102024-10-03T19:46:36.375Z Downloaded num-complex v0.4.6
10112024-10-03T19:46:36.377Z Downloaded scopeguard v1.2.0
10122024-10-03T19:46:36.377Z Downloaded parking_lot_core v0.8.6
10132024-10-03T19:46:36.380Z Downloaded num-traits v0.2.19
10142024-10-03T19:46:36.382Z Downloaded diff v0.1.13
10152024-10-03T19:46:36.385Z Downloaded aes v0.8.4
10162024-10-03T19:46:36.388Z Downloaded minimal-lexical v0.2.1
10172024-10-03T19:46:36.392Z Downloaded mio v1.0.2
10182024-10-03T19:46:36.397Z Downloaded elliptic-curve v0.13.8
10192024-10-03T19:46:36.401Z Downloaded snafu v0.8.2
10202024-10-03T19:46:36.410Z Downloaded wyz v0.5.1
10212024-10-03T19:46:36.413Z Downloaded float-cmp v0.9.0
10222024-10-03T19:46:36.413Z Downloaded twox-hash v1.6.3
10232024-10-03T19:46:36.413Z Downloaded structmeta-derive v0.2.0
10242024-10-03T19:46:36.415Z Downloaded structmeta v0.3.0
10252024-10-03T19:46:36.415Z Downloaded structmeta v0.2.0
10262024-10-03T19:46:36.420Z Downloaded strip-ansi-escapes v0.2.0
10272024-10-03T19:46:36.420Z Downloaded num-rational v0.4.2
10282024-10-03T19:46:36.420Z Downloaded pin-project v1.1.5
10292024-10-03T19:46:36.430Z Downloaded crossbeam-channel v0.5.12
10302024-10-03T19:46:36.435Z Downloaded libgit2-sys v0.17.0+1.8.1
10312024-10-03T19:46:36.497Z Downloaded pin-project-lite v0.2.14
10322024-10-03T19:46:36.501Z Downloaded const_format v0.2.33
10332024-10-03T19:46:36.506Z Downloaded num-iter v0.1.45
10342024-10-03T19:46:36.509Z Downloaded dropshot_endpoint v0.10.1
10352024-10-03T19:46:36.509Z Downloaded base64 v0.21.7
10362024-10-03T19:46:36.512Z Downloaded slog-term v2.9.1
10372024-10-03T19:46:36.514Z Downloaded postgres-protocol v0.6.7
10382024-10-03T19:46:36.517Z Downloaded ff v0.13.0
10392024-10-03T19:46:36.520Z Downloaded fallible-streaming-iterator v0.1.9
10402024-10-03T19:46:36.520Z Downloaded darling_core v0.20.9
10412024-10-03T19:46:36.524Z Downloaded mio v0.8.11
10422024-10-03T19:46:36.530Z Downloaded miniz_oxide v0.7.2
10432024-10-03T19:46:36.532Z Downloaded cookie v0.18.1
10442024-10-03T19:46:36.535Z Downloaded slog-bunyan v2.5.0
10452024-10-03T19:46:36.537Z Downloaded scheduled-thread-pool v0.2.7
10462024-10-03T19:46:36.537Z Downloaded rfc6979 v0.4.0
10472024-10-03T19:46:36.540Z Downloaded resolv-conf v0.7.0
10482024-10-03T19:46:36.542Z Downloaded embedded-io v0.4.0
10492024-10-03T19:46:36.542Z Downloaded indicatif v0.17.8
10502024-10-03T19:46:36.545Z Downloaded allocator-api2 v0.2.18
10512024-10-03T19:46:36.549Z Downloaded structmeta-derive v0.3.0
10522024-10-03T19:46:36.552Z Downloaded http v0.2.12
10532024-10-03T19:46:36.554Z Downloaded der_derive v0.7.2
10542024-10-03T19:46:36.556Z Downloaded predicates-core v1.0.6
10552024-10-03T19:46:36.559Z Downloaded derive-where v1.2.7
10562024-10-03T19:46:36.562Z Downloaded compact_str v0.8.0
10572024-10-03T19:46:36.565Z Downloaded num_enum_derive v0.5.11
10582024-10-03T19:46:36.567Z Downloaded group v0.13.0
10592024-10-03T19:46:36.567Z Downloaded futures-macro v0.3.30
10602024-10-03T19:46:36.570Z Downloaded futures-io v0.3.30
10612024-10-03T19:46:36.570Z Downloaded futures-executor v0.3.30
10622024-10-03T19:46:36.573Z Downloaded foreign-types-macros v0.2.3
10632024-10-03T19:46:36.573Z Downloaded ena v0.14.3
10642024-10-03T19:46:36.575Z Downloaded either v1.13.0
10652024-10-03T19:46:36.575Z Downloaded universal-hash v0.5.1
10662024-10-03T19:46:36.578Z Downloaded untrusted v0.7.1
10672024-10-03T19:46:36.578Z Downloaded constant_time_eq v0.3.0
10682024-10-03T19:46:36.578Z Downloaded bitfield v0.14.0
10692024-10-03T19:46:36.580Z Downloaded ipnet v2.10.0
10702024-10-03T19:46:36.583Z Downloaded supports-color v3.0.1
10712024-10-03T19:46:36.583Z Downloaded subtle v2.5.0
10722024-10-03T19:46:36.585Z Downloaded const-oid v0.9.6
10732024-10-03T19:46:36.585Z Downloaded thiserror-no-std v2.0.2
10742024-10-03T19:46:36.589Z Downloaded bytes v1.7.2
10752024-10-03T19:46:36.593Z Downloaded async-trait v0.1.83
10762024-10-03T19:46:36.597Z Downloaded async-bb8-diesel v0.2.1
10772024-10-03T19:46:36.600Z Downloaded signature v2.2.0
10782024-10-03T19:46:36.602Z Downloaded serde_urlencoded v0.7.1
10792024-10-03T19:46:36.602Z Downloaded argon2 v0.5.3
10802024-10-03T19:46:36.605Z Downloaded maplit v1.0.2
10812024-10-03T19:46:36.605Z Downloaded lru v0.12.3
10822024-10-03T19:46:36.607Z Downloaded linked-hash-map v0.5.6
10832024-10-03T19:46:36.607Z Downloaded libsw v3.3.1
10842024-10-03T19:46:36.617Z Downloaded data-encoding v2.6.0
10852024-10-03T19:46:36.617Z Downloaded crc-catalog v2.4.0
10862024-10-03T19:46:36.617Z Downloaded buf-list v1.0.3
10872024-10-03T19:46:36.617Z Downloaded base64 v0.13.1
10882024-10-03T19:46:36.617Z Downloaded block-padding v0.3.3
10892024-10-03T19:46:36.621Z Downloaded bitflags v1.3.2
10902024-10-03T19:46:36.621Z Downloaded bit-set v0.5.3
10912024-10-03T19:46:36.623Z Downloaded iana-time-zone v0.1.60
10922024-10-03T19:46:36.626Z Downloaded hyper-rustls v0.27.3
10932024-10-03T19:46:36.628Z Downloaded crc-any v2.5.0
10942024-10-03T19:46:36.631Z Downloaded bb8 v0.8.5
10952024-10-03T19:46:36.631Z Downloaded async-stream v0.3.5
10962024-10-03T19:46:36.633Z Downloaded arrayref v0.3.7
10972024-10-03T19:46:36.633Z Downloaded impl-trait-for-tuples v0.2.2
10982024-10-03T19:46:36.636Z Downloaded hyper-staticfile v0.10.1
10992024-10-03T19:46:36.638Z Downloaded httparse v1.8.0
11002024-10-03T19:46:36.641Z Downloaded http-range v0.1.5
11012024-10-03T19:46:36.641Z Downloaded highway v1.2.0
11022024-10-03T19:46:36.643Z Downloaded csv-core v0.1.11
11032024-10-03T19:46:36.646Z Downloaded cookie_store v0.21.0
11042024-10-03T19:46:36.648Z Downloaded crossbeam-deque v0.8.5
11052024-10-03T19:46:36.648Z Downloaded const_format_proc_macros v0.2.33
11062024-10-03T19:46:36.651Z Downloaded chacha20 v0.9.1
11072024-10-03T19:46:36.653Z Downloaded internet-checksum v0.2.1
11082024-10-03T19:46:36.653Z Downloaded indent_write v2.2.0
11092024-10-03T19:46:36.657Z Downloaded linear-map v1.2.0
11102024-10-03T19:46:36.657Z Downloaded lazycell v1.3.0
11112024-10-03T19:46:36.657Z Downloaded atomicwrites v0.4.4
11122024-10-03T19:46:36.661Z Downloaded debug-ignore v1.0.5
11132024-10-03T19:46:36.661Z Downloaded http-body v0.4.6
11142024-10-03T19:46:36.661Z Downloaded hostname v0.3.1
11152024-10-03T19:46:37.017Z Downloaded libz-sys v1.1.16
11162024-10-03T19:46:37.120Z Downloaded ring v0.17.8
11172024-10-03T19:46:37.306Z Downloaded libsqlite3-sys v0.30.1
11182024-10-03T19:46:37.387Z Downloaded ring v0.16.20
11192024-10-03T19:46:37.558Z Compiling serde v1.0.210
11202024-10-03T19:46:37.561Z Compiling typenum v1.17.0
11212024-10-03T19:46:37.561Z Compiling generic-array v0.14.7
11222024-10-03T19:46:37.561Z Compiling lock_api v0.4.12
11232024-10-03T19:46:37.561Z Compiling scopeguard v1.2.0
11242024-10-03T19:46:37.718Z Compiling subtle v2.5.0
11252024-10-03T19:46:37.743Z Compiling syn v2.0.79
11262024-10-03T19:46:37.746Z Compiling getrandom v0.2.14
11272024-10-03T19:46:37.862Z Compiling value-bag v1.9.0
11282024-10-03T19:46:38.025Z Compiling rand_core v0.6.4
11292024-10-03T19:46:38.154Z Compiling const-oid v0.9.6
11302024-10-03T19:46:38.241Z Compiling jobserver v0.1.32
11312024-10-03T19:46:38.272Z Compiling pin-project-lite v0.2.14
11322024-10-03T19:46:38.402Z Compiling log v0.4.22
11332024-10-03T19:46:38.439Z Compiling smallvec v1.13.2
11342024-10-03T19:46:38.542Z Compiling parking_lot_core v0.9.10
11352024-10-03T19:46:38.646Z Compiling cc v1.0.97
11362024-10-03T19:46:38.813Z Compiling signal-hook-registry v1.4.2
11372024-10-03T19:46:39.157Z Compiling futures-core v0.3.30
11382024-10-03T19:46:39.278Z Compiling mio v1.0.2
11392024-10-03T19:46:39.416Z Compiling parking_lot v0.12.2
11402024-10-03T19:46:39.609Z Compiling ahash v0.8.11
11412024-10-03T19:46:39.647Z Compiling cpufeatures v0.2.12
11422024-10-03T19:46:39.748Z Compiling futures-sink v0.3.30
11432024-10-03T19:46:39.917Z Compiling socket2 v0.5.7
11442024-10-03T19:46:40.030Z Compiling slab v0.4.9
11452024-10-03T19:46:40.049Z Compiling allocator-api2 v0.2.18
11462024-10-03T19:46:40.348Z Compiling spin v0.9.8
11472024-10-03T19:46:40.403Z Compiling tinyvec_macros v0.1.1
11482024-10-03T19:46:40.498Z Compiling tinyvec v1.6.0
11492024-10-03T19:46:40.517Z Compiling futures-channel v0.3.30
11502024-10-03T19:46:40.741Z Compiling libm v0.2.8
11512024-10-03T19:46:40.794Z Compiling futures-io v0.3.30
11522024-10-03T19:46:40.814Z Compiling serde_json v1.0.128
11532024-10-03T19:46:40.874Z Compiling base64ct v1.6.0
11542024-10-03T19:46:41.032Z Compiling futures-task v0.3.30
11552024-10-03T19:46:41.153Z Compiling pin-utils v0.1.0
11562024-10-03T19:46:41.245Z Compiling num-traits v0.2.19
11572024-10-03T19:46:41.266Z Compiling unicode-bidi v0.3.15
11582024-10-03T19:46:41.310Z Compiling flagset v0.4.5
11592024-10-03T19:46:41.347Z Compiling pem-rfc7468 v0.7.0
11602024-10-03T19:46:41.522Z Compiling tracing-core v0.1.32
11612024-10-03T19:46:41.783Z Compiling pkg-config v0.3.30
11622024-10-03T19:46:42.064Z Compiling unicode-normalization v0.1.23
11632024-10-03T19:46:42.124Z Compiling vcpkg v0.2.15
11642024-10-03T19:46:42.833Z Compiling crossbeam-utils v0.8.19
11652024-10-03T19:46:42.972Z Compiling ring v0.17.8
11662024-10-03T19:46:42.975Z Compiling ppv-lite86 v0.2.17
11672024-10-03T19:46:43.217Z Compiling percent-encoding v2.3.1
11682024-10-03T19:46:43.365Z Compiling httparse v1.8.0
11692024-10-03T19:46:43.581Z Compiling rustix v0.38.34
11702024-10-03T19:46:43.756Z Compiling rand_chacha v0.3.1
11712024-10-03T19:46:43.920Z Compiling rustls-pki-types v1.7.0
11722024-10-03T19:46:44.367Z Compiling try-lock v0.2.5
11732024-10-03T19:46:44.410Z Compiling openssl-sys v0.9.103
11742024-10-03T19:46:44.501Z Compiling want v0.3.1
11752024-10-03T19:46:44.772Z Compiling rand v0.8.5
11762024-10-03T19:46:44.851Z Compiling rustversion v1.0.17
11772024-10-03T19:46:44.871Z Compiling powerfmt v0.2.0
11782024-10-03T19:46:45.256Z Compiling untrusted v0.9.0
11792024-10-03T19:46:45.433Z Compiling foreign-types-shared v0.1.1
11802024-10-03T19:46:45.436Z Compiling time-core v0.1.2
11812024-10-03T19:46:45.541Z Compiling atomic-waker v1.1.2
11822024-10-03T19:46:45.559Z Compiling httpdate v1.0.3
11832024-10-03T19:46:45.580Z Compiling openssl v0.10.66
11842024-10-03T19:46:45.613Z Compiling num-conv v0.1.0
11852024-10-03T19:46:45.917Z Compiling time-macros v0.2.18
11862024-10-03T19:46:46.039Z Compiling foreign-types v0.3.2
11872024-10-03T19:46:46.042Z Compiling deranged v0.3.11
11882024-10-03T19:46:46.083Z Compiling form_urlencoded v1.2.1
11892024-10-03T19:46:46.131Z Compiling aho-corasick v1.1.3
11902024-10-03T19:46:46.407Z Compiling native-tls v0.2.11
11912024-10-03T19:46:46.623Z Compiling base64 v0.22.1
11922024-10-03T19:46:46.739Z Compiling rustls v0.23.10
11932024-10-03T19:46:47.022Z Compiling syn v1.0.109
11942024-10-03T19:46:47.042Z Compiling siphasher v0.3.11
11952024-10-03T19:46:47.375Z Compiling regex-syntax v0.8.4
11962024-10-03T19:46:47.437Z Compiling tower-service v0.3.2
11972024-10-03T19:46:47.538Z Compiling num_threads v0.1.7
11982024-10-03T19:46:47.727Z Compiling crossbeam-epoch v0.9.18
11992024-10-03T19:46:47.930Z Compiling idna v0.5.0
12002024-10-03T19:46:48.465Z Compiling lazy_static v1.5.0
12012024-10-03T19:46:48.584Z Compiling cookie v0.18.1
12022024-10-03T19:46:48.871Z Compiling openssl-probe v0.1.5
12032024-10-03T19:46:49.030Z Compiling either v1.13.0
12042024-10-03T19:46:49.073Z Compiling time v0.3.36
12052024-10-03T19:46:49.214Z Compiling rayon-core v1.12.1
12062024-10-03T19:46:49.401Z Compiling iana-time-zone v0.1.60
12072024-10-03T19:46:49.437Z Compiling finl_unicode v1.2.0
12082024-10-03T19:46:49.465Z Compiling slog v2.7.0
12092024-10-03T19:46:49.923Z Compiling url v2.5.2
12102024-10-03T19:46:50.022Z Compiling stringprep v0.1.4
12112024-10-03T19:46:50.096Z Compiling crossbeam-deque v0.8.5
12122024-10-03T19:46:51.277Z Compiling regex-automata v0.4.6
12132024-10-03T19:46:51.534Z Compiling num-integer v0.1.46
12142024-10-03T19:46:51.862Z Compiling idna v0.3.0
12152024-10-03T19:46:51.962Z Compiling serde_derive v1.0.210
12162024-10-03T19:46:52.300Z Compiling zeroize_derive v1.4.2
12172024-10-03T19:46:53.459Z Compiling zerocopy-derive v0.7.34
12182024-10-03T19:46:53.853Z Compiling tokio-macros v2.4.0
12192024-10-03T19:46:53.925Z Compiling futures-macro v0.3.30
12202024-10-03T19:46:53.965Z Compiling zeroize v1.8.1
12212024-10-03T19:46:54.343Z Compiling der_derive v0.7.2
12222024-10-03T19:46:55.520Z Compiling thiserror-impl v1.0.64
12232024-10-03T19:46:55.681Z Compiling crypto-common v0.1.6
12242024-10-03T19:46:55.799Z Compiling block-buffer v0.10.4
12252024-10-03T19:46:55.950Z Compiling zerocopy v0.7.34
12262024-10-03T19:46:55.952Z Compiling block-padding v0.3.3
12272024-10-03T19:46:56.101Z Compiling digest v0.10.7
12282024-10-03T19:46:56.216Z Compiling inout v0.1.3
12292024-10-03T19:46:56.495Z Compiling cipher v0.4.4
12302024-10-03T19:46:56.582Z Compiling hmac v0.12.1
12312024-10-03T19:46:56.832Z Compiling sha2 v0.10.8
12322024-10-03T19:46:56.902Z Compiling futures-util v0.3.30
12332024-10-03T19:46:57.036Z Compiling der v0.7.9
12342024-10-03T19:46:58.164Z Compiling hashbrown v0.14.5
12352024-10-03T19:46:58.915Z Compiling thiserror v1.0.64
12362024-10-03T19:46:59.061Z Compiling salsa20 v0.10.2
12372024-10-03T19:46:59.299Z Compiling spki v0.7.3
12382024-10-03T19:46:59.582Z Compiling pbkdf2 v0.12.2
12392024-10-03T19:46:59.674Z Compiling tracing-attributes v0.1.27
12402024-10-03T19:46:59.759Z Compiling scrypt v0.11.0
12412024-10-03T19:47:00.321Z Compiling aes v0.8.4
12422024-10-03T19:47:00.414Z Compiling cbc v0.1.2
12432024-10-03T19:47:00.454Z Compiling pest v2.7.10
12442024-10-03T19:47:00.664Z Compiling scroll_derive v0.12.0
12452024-10-03T19:47:02.273Z Compiling pkcs5 v0.7.1
12462024-10-03T19:47:03.070Z Compiling pest_meta v2.7.10
12472024-10-03T19:47:03.139Z Compiling pkcs8 v0.10.2
12482024-10-03T19:47:03.494Z Compiling tracing v0.1.40
12492024-10-03T19:47:03.515Z Compiling scroll v0.12.0
12502024-10-03T19:47:03.533Z Compiling openssl-macros v0.1.1
12512024-10-03T19:47:03.876Z Compiling signature v2.2.0
12522024-10-03T19:47:04.000Z Compiling goblin v0.8.2
12532024-10-03T19:47:04.065Z Compiling rustls-webpki v0.102.4
12542024-10-03T19:47:04.085Z Compiling md-5 v0.10.6
12552024-10-03T19:47:04.161Z Compiling backtrace v0.3.71
12562024-10-03T19:47:04.305Z Compiling pest_generator v2.7.10
12572024-10-03T19:47:04.326Z Compiling ff v0.13.0
12582024-10-03T19:47:04.345Z Compiling hash32 v0.2.1
12592024-10-03T19:47:04.538Z Compiling crc32fast v1.4.0
12602024-10-03T19:47:04.661Z Compiling gimli v0.28.1
12612024-10-03T19:47:04.710Z Compiling stable_deref_trait v1.2.0
12622024-10-03T19:47:04.817Z Compiling base16ct v0.2.0
12632024-10-03T19:47:05.134Z Compiling psl-types v2.0.11
12642024-10-03T19:47:05.332Z Compiling smoltcp v0.9.1
12652024-10-03T19:47:06.083Z Compiling bytes v1.7.2
12662024-10-03T19:47:06.106Z Compiling indexmap v2.5.0
12672024-10-03T19:47:06.338Z Compiling bitflags v2.6.0
12682024-10-03T19:47:06.794Z Compiling semver v1.0.23
12692024-10-03T19:47:07.371Z Compiling tokio v1.39.3
12702024-10-03T19:47:07.583Z Compiling rustc_version v0.4.0
12712024-10-03T19:47:07.638Z Compiling http v1.1.0
12722024-10-03T19:47:08.048Z Compiling pest_derive v2.7.10
12732024-10-03T19:47:08.868Z Compiling dtrace-parser v0.2.0
12742024-10-03T19:47:09.620Z Compiling http-body v1.0.0
12752024-10-03T19:47:09.683Z Compiling dof v0.3.0
12762024-10-03T19:47:09.870Z Compiling heapless v0.7.17
12772024-10-03T19:47:10.334Z Compiling uuid v1.10.0
12782024-10-03T19:47:11.060Z Compiling usdt-impl v0.5.0
12792024-10-03T19:47:11.869Z Compiling curve25519-dalek v4.1.3
12802024-10-03T19:47:11.896Z Compiling http v0.2.12
12812024-10-03T19:47:12.507Z Compiling toml_datetime v0.6.8
12822024-10-03T19:47:12.646Z Compiling chrono v0.4.38
12832024-10-03T19:47:13.012Z Compiling serde_tokenstream v0.2.2
12842024-10-03T19:47:13.638Z Compiling serde_spanned v0.6.7
12852024-10-03T19:47:13.683Z Compiling portable-atomic v1.6.0
12862024-10-03T19:47:13.878Z Compiling num-bigint-dig v0.8.4
12872024-10-03T19:47:14.186Z Compiling signal-hook v0.3.17
12882024-10-03T19:47:14.348Z Compiling adler v1.0.2
12892024-10-03T19:47:14.394Z Compiling fallible-iterator v0.2.0
12902024-10-03T19:47:14.499Z Compiling miniz_oxide v0.7.2
12912024-10-03T19:47:14.715Z Compiling terminal_size v0.3.0
12922024-10-03T19:47:14.926Z Compiling http-body-util v0.1.2
12932024-10-03T19:47:15.074Z Compiling postgres-protocol v0.6.7
12942024-10-03T19:47:15.283Z Compiling addr2line v0.21.0
12952024-10-03T19:47:15.493Z Compiling tokio-util v0.7.12
12962024-10-03T19:47:15.946Z Compiling tokio-rustls v0.26.0
12972024-10-03T19:47:15.995Z Compiling publicsuffix v2.2.3
12982024-10-03T19:47:16.417Z Compiling sec1 v0.7.3
12992024-10-03T19:47:16.465Z Compiling h2 v0.4.6
13002024-10-03T19:47:16.480Z Compiling group v0.13.0
13012024-10-03T19:47:16.813Z Compiling tokio-native-tls v0.3.1
13022024-10-03T19:47:16.871Z Compiling hubpack_derive v0.1.1
13032024-10-03T19:47:16.896Z Compiling hkdf v0.12.4
13042024-10-03T19:47:17.003Z Compiling crypto-bigint v0.5.5
13052024-10-03T19:47:17.097Z Compiling num-iter v0.1.45
13062024-10-03T19:47:17.143Z Compiling async-trait v0.1.83
13072024-10-03T19:47:17.277Z Compiling zerocopy-derive v0.6.6
13082024-10-03T19:47:17.772Z Compiling curve25519-dalek-derive v0.1.1
13092024-10-03T19:47:19.425Z Compiling phf_shared v0.11.2
13102024-10-03T19:47:19.816Z Compiling serde_derive_internals v0.29.1
13112024-10-03T19:47:19.939Z Compiling webpki-roots v0.26.3
13122024-10-03T19:47:19.956Z Compiling object v0.32.2
13132024-10-03T19:47:20.151Z Compiling fs-err v2.11.0
13142024-10-03T19:47:20.153Z Compiling adler2 v2.0.0
13152024-10-03T19:47:20.386Z Compiling schemars v0.8.21
13162024-10-03T19:47:20.461Z Compiling winnow v0.5.40
13172024-10-03T19:47:20.700Z Compiling rustc-demangle v0.1.24
13182024-10-03T19:47:20.734Z Compiling managed v0.8.0
13192024-10-03T19:47:21.217Z Compiling bitflags v1.3.2
13202024-10-03T19:47:21.334Z Compiling ipnet v2.10.0
13212024-10-03T19:47:21.759Z Compiling anyhow v1.0.89
13222024-10-03T19:47:22.566Z Compiling clap_builder v4.5.18
13232024-10-03T19:47:22.658Z Compiling schemars_derive v0.8.21
13242024-10-03T19:47:22.869Z Compiling miniz_oxide v0.8.0
13252024-10-03T19:47:23.089Z Compiling console v0.15.8
13262024-10-03T19:47:24.357Z Compiling hyper v1.4.1
13272024-10-03T19:47:24.450Z Compiling toml_edit v0.19.15
13282024-10-03T19:47:24.612Z Compiling elliptic-curve v0.13.8
13292024-10-03T19:47:24.615Z Compiling phf v0.11.2
13302024-10-03T19:47:24.900Z Compiling rayon v1.10.0
13312024-10-03T19:47:25.463Z Compiling zerocopy v0.6.6
13322024-10-03T19:47:26.075Z Compiling cookie_store v0.21.0
13332024-10-03T19:47:27.006Z Compiling hyper-util v0.1.9
13342024-10-03T19:47:27.620Z Compiling hubpack v0.1.2
13352024-10-03T19:47:28.950Z Compiling h2 v0.3.26
13362024-10-03T19:47:29.696Z Compiling hyper-tls v0.6.0
13372024-10-03T19:47:30.114Z Compiling hyper-rustls v0.27.3
13382024-10-03T19:47:30.162Z Compiling postgres-types v0.2.8
13392024-10-03T19:47:31.730Z Compiling usdt-macro v0.5.0
13402024-10-03T19:47:31.882Z Compiling usdt-attr-macro v0.5.0
13412024-10-03T19:47:31.885Z Compiling http-body v0.4.6
13422024-10-03T19:47:32.135Z Compiling serde_urlencoded v0.7.1
13432024-10-03T19:47:32.361Z Compiling serde-big-array v0.5.1
13442024-10-03T19:47:32.381Z Compiling ed25519 v2.2.3
13452024-10-03T19:47:32.603Z Compiling pkcs1 v0.7.5
13462024-10-03T19:47:32.663Z Compiling futures-executor v0.3.30
13472024-10-03T19:47:33.234Z Compiling rfc6979 v0.4.0
13482024-10-03T19:47:33.300Z Compiling regex v1.10.6
13492024-10-03T19:47:33.419Z Compiling bstr v1.9.1
13502024-10-03T19:47:33.534Z Compiling serde_repr v0.1.19
13512024-10-03T19:47:33.582Z Compiling clap_derive v4.5.18
13522024-10-03T19:47:34.368Z Compiling enum-as-inner v0.6.0
13532024-10-03T19:47:34.404Z Compiling strum_macros v0.25.3
13542024-10-03T19:47:34.424Z Compiling phf_shared v0.10.0
13552024-10-03T19:47:34.747Z Compiling rustls-pemfile v2.1.3
13562024-10-03T19:47:34.826Z Compiling float-cmp v0.9.0
13572024-10-03T19:47:35.055Z Compiling idna v0.4.0
13582024-10-03T19:47:35.210Z Compiling sync_wrapper v1.0.1
13592024-10-03T19:47:35.213Z Compiling mio v0.8.11
13602024-10-03T19:47:35.370Z Compiling socket2 v0.4.10
13612024-10-03T19:47:35.483Z Compiling encoding_rs v0.8.34
13622024-10-03T19:47:36.269Z Compiling minimal-lexical v0.2.1
13632024-10-03T19:47:36.517Z Compiling data-encoding v2.6.0
13642024-10-03T19:47:36.658Z Compiling predicates-core v1.0.6
13652024-10-03T19:47:36.772Z Compiling normalize-line-endings v0.3.0
13662024-10-03T19:47:36.901Z Compiling unicode-segmentation v1.11.0
13672024-10-03T19:47:37.030Z Compiling whoami v1.5.2
13682024-10-03T19:47:37.795Z Compiling mime v0.3.17
13692024-10-03T19:47:37.799Z Compiling static_assertions v1.1.0
13702024-10-03T19:47:37.874Z Compiling precomputed-hash v0.1.1
13712024-10-03T19:47:37.997Z Compiling dyn-clone v1.0.17
13722024-10-03T19:47:38.216Z Compiling fixedbitset v0.4.2
13732024-10-03T19:47:38.259Z Compiling number_prefix v0.4.0
13742024-10-03T19:47:38.471Z Compiling bit-vec v0.6.3
13752024-10-03T19:47:38.562Z Compiling difflib v0.4.0
13762024-10-03T19:47:38.676Z Compiling new_debug_unreachable v1.0.6
13772024-10-03T19:47:38.697Z Compiling clap v4.5.18
13782024-10-03T19:47:38.776Z Compiling string_cache v0.8.7
13792024-10-03T19:47:38.821Z Compiling bit-set v0.5.3
13802024-10-03T19:47:38.895Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13812024-10-03T19:47:38.945Z Compiling petgraph v0.6.5
13822024-10-03T19:47:39.110Z Compiling predicates v3.1.2
13832024-10-03T19:47:39.240Z Compiling indicatif v0.17.8
13842024-10-03T19:47:39.885Z Compiling reqwest v0.12.7
13852024-10-03T19:47:40.177Z Compiling similar v2.6.0
13862024-10-03T19:47:40.847Z Compiling tokio-postgres v0.7.12
13872024-10-03T19:47:41.545Z Compiling hickory-proto v0.24.1
13882024-10-03T19:47:42.560Z Compiling nom v7.1.3
13892024-10-03T19:47:42.693Z Compiling toml_edit v0.22.22
13902024-10-03T19:47:42.973Z Compiling signal-hook-mio v0.2.4
13912024-10-03T19:47:43.153Z Compiling hyper v0.14.30
13922024-10-03T19:47:43.362Z Compiling usdt v0.5.0
13932024-10-03T19:47:43.897Z Compiling ecdsa v0.16.9
13942024-10-03T19:47:44.733Z Compiling rsa v0.9.6
13952024-10-03T19:47:45.832Z Compiling futures v0.3.30
13962024-10-03T19:47:45.962Z Compiling ed25519-dalek v2.1.1
13972024-10-03T19:47:46.182Z Compiling flate2 v1.0.34
13982024-10-03T19:47:47.134Z Compiling toml v0.7.8
13992024-10-03T19:47:47.423Z Compiling tokio-stream v0.1.16
14002024-10-03T19:47:48.128Z Compiling openapiv3 v2.0.0
14012024-10-03T19:47:48.491Z Compiling hex v0.4.3
14022024-10-03T19:47:48.871Z Compiling x509-cert v0.2.5
14032024-10-03T19:47:49.089Z Compiling sha1 v0.10.6
14042024-10-03T19:47:49.527Z Compiling itertools v0.12.1
14052024-10-03T19:47:51.094Z Compiling itertools v0.10.5
14062024-10-03T19:47:51.800Z Compiling dirs-sys-next v0.1.2
14072024-10-03T19:47:52.466Z Compiling peg-runtime v0.8.3
14082024-10-03T19:47:52.549Z Compiling lalrpop-util v0.19.12
14092024-10-03T19:47:52.583Z Compiling unicode-xid v0.2.4
14102024-10-03T19:47:52.657Z Compiling dirs-next v2.0.0
14112024-10-03T19:47:52.752Z Compiling thread_local v1.1.8
14122024-10-03T19:47:52.858Z Compiling slog-async v2.8.0
14132024-10-03T19:47:52.908Z Compiling term v0.7.0
14142024-10-03T19:47:52.930Z Compiling xattr v1.3.1
14152024-10-03T19:47:53.089Z Compiling strum_macros v0.26.4
14162024-10-03T19:47:53.185Z Compiling crossbeam-channel v0.5.12
14172024-10-03T19:47:53.304Z Compiling is-terminal v0.4.12
14182024-10-03T19:47:53.378Z Compiling filetime v0.2.25
14192024-10-03T19:47:53.430Z Compiling take_mut v0.2.2
14202024-10-03T19:47:53.464Z Compiling slog-term v2.9.1
14212024-10-03T19:47:53.585Z Compiling tar v0.4.42
14222024-10-03T19:47:53.677Z Compiling camino v1.1.9
14232024-10-03T19:47:53.836Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14242024-10-03T19:47:55.893Z Compiling strum v0.26.3
14252024-10-03T19:47:55.975Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14262024-10-03T19:48:01.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
14272024-10-03T19:48:01.361Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14282024-10-03T19:48:01.410ZOct 03 19:47:59.831 INFO Starting download, target: Cockroach
14292024-10-03T19:48:01.410ZOct 03 19:47:59.831 INFO Starting download, target: DendriteStub
14302024-10-03T19:48:01.410ZOct 03 19:47:59.831 INFO Starting download, target: Clickhouse
14312024-10-03T19:48:01.410ZOct 03 19:47:59.831 INFO Starting download, target: DendriteOpenapi
14322024-10-03T19:48:01.413ZOct 03 19:47:59.831 INFO Starting download, target: Console
14332024-10-03T19:48:01.413ZOct 03 19:47:59.831 INFO Starting download, target: MaghemiteMgd
14342024-10-03T19:48:01.413ZOct 03 19:47:59.831 INFO Starting download, target: TransceiverControl
14352024-10-03T19:48:01.413ZOct 03 19:47:59.832 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14362024-10-03T19:48:01.413ZOct 03 19:47:59.832 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14372024-10-03T19:48:01.413ZOct 03 19:47:59.832 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14382024-10-03T19:48:01.413ZOct 03 19:47:59.832 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14392024-10-03T19:48:01.413ZOct 03 19:47:59.832 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14402024-10-03T19:48:01.413ZOct 03 19:47:59.832 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14412024-10-03T19:48:01.413ZOct 03 19:47:59.832 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14422024-10-03T19:48:01.789ZOct 03 19:48:00.206 INFO Download complete, target: DendriteOpenapi
14432024-10-03T19:48:01.968ZOct 03 19:48:00.388 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14442024-10-03T19:48:02.273ZOct 03 19:48:00.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14452024-10-03T19:48:02.337ZOct 03 19:48:00.759 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14462024-10-03T19:48:02.423ZOct 03 19:48:00.844 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14472024-10-03T19:48:02.542ZOct 03 19:48:00.964 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14482024-10-03T19:48:02.542ZOct 03 19:48:00.964 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14492024-10-03T19:48:02.669ZOct 03 19:48:01.091 INFO Download complete, target: Console
14502024-10-03T19:48:02.737ZOct 03 19:48:01.160 INFO Download complete, target: TransceiverControl
14512024-10-03T19:48:03.759ZOct 03 19:48:02.181 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14522024-10-03T19:48:05.394ZOct 03 19:48:03.818 INFO Download complete, target: DendriteStub
14532024-10-03T19:48:05.651ZOct 03 19:48:04.075 INFO Download complete, target: MaghemiteMgd
14542024-10-03T19:48:10.929ZOct 03 19:48:09.356 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14552024-10-03T19:48:11.276ZOct 03 19:48:09.704 INFO Checking that binary works, target: Cockroach
14562024-10-03T19:48:11.431ZOct 03 19:48:09.859 INFO Download complete, target: Cockroach
14572024-10-03T19:48:17.551ZOct 03 19:48:15.980 INFO Checking that binary works, target: Clickhouse
14582024-10-03T19:48:17.705ZOct 03 19:48:16.136 INFO Download complete, target: Clickhouse
14592024-10-03T19:48:17.725ZAll builder prerequisites installed successfully, and PATH looks valid
14602024-10-03T19:48:17.729Z
14612024-10-03T19:48:17.729Zreal 3:58.873838697
14622024-10-03T19:48:17.729Zuser 12:15.418215316
14632024-10-03T19:48:17.729Zsys 2:36.012361490
14642024-10-03T19:48:17.729Ztrap 0.418010347
14652024-10-03T19:48:17.729Ztflt 1.502073835
14662024-10-03T19:48:17.729Zdflt 1.561670165
14672024-10-03T19:48:17.729Zkflt 0.019264277
14682024-10-03T19:48:17.729Zlock 23:29.060284537
14692024-10-03T19:48:17.729Zslp 47:09.313754791
14702024-10-03T19:48:17.729Zlat 45.354598246
14712024-10-03T19:48:17.729Zstop 2:02.090756249
14722024-10-03T19:48:17.729Z+ banner hack-check
14732024-10-03T19:48:17.729Z
14742024-10-03T19:48:17.729Z # # ## #### # # #### # # ###### #### # #
14752024-10-03T19:48:17.730Z # # # # # # # # # # # # # # # # #
14762024-10-03T19:48:17.730Z ###### # # # #### ##### # ###### ##### # ####
14772024-10-03T19:48:17.730Z # # ###### # # # # # # # # # #
14782024-10-03T19:48:17.730Z # # # # # # # # # # # # # # # # #
14792024-10-03T19:48:17.730Z # # # # #### # # #### # # ###### #### # #
14802024-10-03T19:48:17.730Z
14812024-10-03T19:48:17.730Z+ export CARGO_INCREMENTAL=0
14822024-10-03T19:48:17.730Z+ CARGO_INCREMENTAL=0
14832024-10-03T19:48:17.730Z+ ptime -m timeout 2h cargo xtask check-features --ci
14842024-10-03T19:48:18.289Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14852024-10-03T19:48:22.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
14862024-10-03T19:48:22.332Z Running `target/debug/xtask check-features --ci`
14872024-10-03T19:48:22.350Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14882024-10-03T19:48:22.353Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14892024-10-03T19:48:22.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
14902024-10-03T19:48:22.868Z Running `target/debug/xtask download cargo-hack`
14912024-10-03T19:48:23.722Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14922024-10-03T19:48:24.096Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14932024-10-03T19:48:28.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
14942024-10-03T19:48:28.613Z Running `target/debug/xtask-downloader cargo-hack`
14952024-10-03T19:48:28.646ZOct 03 19:48:27.085 INFO Starting download, target: CargoHack
14962024-10-03T19:48:28.649ZOct 03 19:48:27.085 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14972024-10-03T19:48:29.198ZOct 03 19:48:27.637 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14982024-10-03T19:48:29.296ZOct 03 19:48:27.735 INFO Download complete, target: CargoHack
14992024-10-03T19:48:29.300Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15002024-10-03T19:48:29.315Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15012024-10-03T19:48:29.472Zinfo: running `cargo check --bins` on api_identity (1/163)
15022024-10-03T19:48:30.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-10-03T19:48:30.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-10-03T19:48:30.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-10-03T19:48:30.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15062024-10-03T19:48:30.103Z
15072024-10-03T19:48:30.103Zinfo: running `cargo check --bins` on bootstore (2/163)
15082024-10-03T19:48:30.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-10-03T19:48:30.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-10-03T19:48:30.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-10-03T19:48:30.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15122024-10-03T19:48:30.762Z
15132024-10-03T19:48:30.762Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/163)
15142024-10-03T19:48:31.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-10-03T19:48:31.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-10-03T19:48:31.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-10-03T19:48:31.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15182024-10-03T19:48:31.402Z
15192024-10-03T19:48:31.402Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/163)
15202024-10-03T19:48:31.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-10-03T19:48:31.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-10-03T19:48:31.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-10-03T19:48:31.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15242024-10-03T19:48:32.045Z
15252024-10-03T19:48:32.045Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/163)
15262024-10-03T19:48:32.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-10-03T19:48:32.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-10-03T19:48:32.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-10-03T19:48:32.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15302024-10-03T19:48:32.503Z
15312024-10-03T19:48:32.503Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/163)
15322024-10-03T19:48:32.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-10-03T19:48:32.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-10-03T19:48:32.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-10-03T19:48:32.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15362024-10-03T19:48:32.964Z
15372024-10-03T19:48:32.964Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/163)
15382024-10-03T19:48:33.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-10-03T19:48:33.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-10-03T19:48:33.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-10-03T19:48:33.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15422024-10-03T19:48:33.425Z
15432024-10-03T19:48:33.425Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/163)
15442024-10-03T19:48:33.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-10-03T19:48:33.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-10-03T19:48:33.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-10-03T19:48:33.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15482024-10-03T19:48:33.893Z
15492024-10-03T19:48:33.893Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/163)
15502024-10-03T19:48:34.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-10-03T19:48:34.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-10-03T19:48:34.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-10-03T19:48:34.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15542024-10-03T19:48:34.366Z
15552024-10-03T19:48:34.366Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/163)
15562024-10-03T19:48:34.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-10-03T19:48:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-10-03T19:48:34.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-10-03T19:48:34.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15602024-10-03T19:48:34.834Z
15612024-10-03T19:48:34.834Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/163)
15622024-10-03T19:48:35.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-10-03T19:48:35.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-10-03T19:48:35.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-10-03T19:48:35.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15662024-10-03T19:48:35.308Z
15672024-10-03T19:48:35.308Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/163)
15682024-10-03T19:48:35.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-10-03T19:48:35.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-10-03T19:48:35.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-10-03T19:48:35.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15722024-10-03T19:48:35.779Z
15732024-10-03T19:48:35.779Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/163)
15742024-10-03T19:48:36.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-10-03T19:48:36.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-10-03T19:48:36.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15772024-10-03T19:48:36.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15782024-10-03T19:48:36.252Z
15792024-10-03T19:48:36.252Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/163)
15802024-10-03T19:48:36.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15812024-10-03T19:48:36.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15822024-10-03T19:48:36.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15832024-10-03T19:48:36.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15842024-10-03T19:48:36.719Z
15852024-10-03T19:48:36.719Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/163)
15862024-10-03T19:48:37.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15872024-10-03T19:48:37.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15882024-10-03T19:48:37.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15892024-10-03T19:48:37.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15902024-10-03T19:48:37.188Z
15912024-10-03T19:48:37.188Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/163)
15922024-10-03T19:48:37.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15932024-10-03T19:48:37.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15942024-10-03T19:48:37.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15952024-10-03T19:48:37.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15962024-10-03T19:48:37.657Z
15972024-10-03T19:48:37.657Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/163)
15982024-10-03T19:48:38.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15992024-10-03T19:48:38.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16002024-10-03T19:48:38.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16012024-10-03T19:48:38.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16022024-10-03T19:48:38.129Z
16032024-10-03T19:48:38.129Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/163)
16042024-10-03T19:48:38.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16052024-10-03T19:48:38.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16062024-10-03T19:48:38.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16072024-10-03T19:48:38.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16082024-10-03T19:48:38.600Z
16092024-10-03T19:48:38.600Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/163)
16102024-10-03T19:48:39.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-10-03T19:48:39.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-10-03T19:48:39.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-10-03T19:48:39.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16142024-10-03T19:48:39.069Z
16152024-10-03T19:48:39.069Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/163)
16162024-10-03T19:48:39.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-10-03T19:48:39.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-10-03T19:48:39.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-10-03T19:48:39.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16202024-10-03T19:48:39.537Z
16212024-10-03T19:48:39.537Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/163)
16222024-10-03T19:48:39.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-10-03T19:48:39.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-10-03T19:48:39.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-10-03T19:48:39.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16262024-10-03T19:48:40.011Z
16272024-10-03T19:48:40.011Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/163)
16282024-10-03T19:48:40.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-10-03T19:48:40.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-10-03T19:48:40.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-10-03T19:48:40.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16322024-10-03T19:48:40.485Z
16332024-10-03T19:48:40.485Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/163)
16342024-10-03T19:48:40.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-10-03T19:48:40.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-10-03T19:48:40.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-10-03T19:48:40.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16382024-10-03T19:48:40.959Z
16392024-10-03T19:48:40.959Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/163)
16402024-10-03T19:48:41.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-10-03T19:48:41.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-10-03T19:48:41.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-10-03T19:48:41.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16442024-10-03T19:48:41.427Z
16452024-10-03T19:48:41.427Zinfo: running `cargo check --bins` on sled-hardware-types (25/163)
16462024-10-03T19:48:42.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-10-03T19:48:42.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-10-03T19:48:42.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-10-03T19:48:42.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16502024-10-03T19:48:42.091Z
16512024-10-03T19:48:42.091Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/163)
16522024-10-03T19:48:42.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-10-03T19:48:42.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-10-03T19:48:42.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-10-03T19:48:42.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16562024-10-03T19:48:42.752Z
16572024-10-03T19:48:42.752Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/163)
16582024-10-03T19:48:43.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-10-03T19:48:43.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-10-03T19:48:43.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-10-03T19:48:43.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16622024-10-03T19:48:43.420Z
16632024-10-03T19:48:43.420Zinfo: running `cargo check --bins` on oxlog (28/163)
16642024-10-03T19:48:43.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-10-03T19:48:43.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-10-03T19:48:44.045Z Checking cfg-if v1.0.0
16672024-10-03T19:48:44.047Z Checking libc v0.2.159
16682024-10-03T19:48:44.145Z Checking serde v1.0.210
16692024-10-03T19:48:44.148Z Checking zeroize v1.8.1
16702024-10-03T19:48:44.159Z Checking memchr v2.7.2
16712024-10-03T19:48:44.162Z Checking typenum v1.17.0
16722024-10-03T19:48:44.179Z Checking scopeguard v1.2.0
16732024-10-03T19:48:44.182Z Checking byteorder v1.5.0
16742024-10-03T19:48:44.205Z Checking subtle v2.5.0
16752024-10-03T19:48:44.314Z Checking lock_api v0.4.12
16762024-10-03T19:48:44.370Z Checking value-bag v1.9.0
16772024-10-03T19:48:44.443Z Checking const-oid v0.9.6
16782024-10-03T19:48:44.589Z Checking once_cell v1.19.0
16792024-10-03T19:48:44.697Z Checking itoa v1.0.11
16802024-10-03T19:48:44.792Z Checking log v0.4.22
16812024-10-03T19:48:44.897Z Checking pin-project-lite v0.2.14
16822024-10-03T19:48:44.913Z Checking smallvec v1.13.2
16832024-10-03T19:48:45.008Z Checking zerocopy v0.7.34
16842024-10-03T19:48:45.023Z Checking futures-core v0.3.30
16852024-10-03T19:48:45.215Z Checking futures-sink v0.3.30
16862024-10-03T19:48:45.245Z Checking cpufeatures v0.2.12
16872024-10-03T19:48:45.299Z Checking getrandom v0.2.14
16882024-10-03T19:48:45.314Z Checking signal-hook-registry v1.4.2
16892024-10-03T19:48:45.329Z Checking parking_lot_core v0.9.10
16902024-10-03T19:48:45.349Z Checking mio v1.0.2
16912024-10-03T19:48:45.376Z Checking generic-array v0.14.7
16922024-10-03T19:48:45.534Z Checking rand_core v0.6.4
16932024-10-03T19:48:45.548Z Checking socket2 v0.5.7
16942024-10-03T19:48:45.668Z Checking parking_lot v0.12.2
16952024-10-03T19:48:45.837Z Checking allocator-api2 v0.2.18
16962024-10-03T19:48:45.907Z Checking spin v0.9.8
16972024-10-03T19:48:46.024Z Checking slab v0.4.9
16982024-10-03T19:48:46.039Z Checking tinyvec_macros v0.1.1
16992024-10-03T19:48:46.122Z Checking equivalent v1.0.1
17002024-10-03T19:48:46.227Z Checking tinyvec v1.6.0
17012024-10-03T19:48:46.242Z Checking futures-channel v0.3.30
17022024-10-03T19:48:46.254Z Checking pin-utils v0.1.0
17032024-10-03T19:48:46.289Z Checking base64ct v1.6.0
17042024-10-03T19:48:46.335Z Checking futures-task v0.3.30
17052024-10-03T19:48:46.436Z Checking ahash v0.8.11
17062024-10-03T19:48:46.450Z Checking futures-io v0.3.30
17072024-10-03T19:48:46.545Z Checking crypto-common v0.1.6
17082024-10-03T19:48:46.559Z Checking block-buffer v0.10.4
17092024-10-03T19:48:46.582Z Checking block-padding v0.3.3
17102024-10-03T19:48:46.613Z Checking fnv v1.0.7
17112024-10-03T19:48:46.720Z Checking pem-rfc7468 v0.7.0
17122024-10-03T19:48:46.732Z Checking futures-util v0.3.30
17132024-10-03T19:48:46.747Z Checking flagset v0.4.5
17142024-10-03T19:48:46.767Z Checking digest v0.10.7
17152024-10-03T19:48:46.769Z Checking inout v0.1.3
17162024-10-03T19:48:46.927Z Checking unicode-bidi v0.3.15
17172024-10-03T19:48:46.952Z Checking hashbrown v0.14.5
17182024-10-03T19:48:46.954Z Checking der v0.7.9
17192024-10-03T19:48:46.980Z Checking cipher v0.4.4
17202024-10-03T19:48:47.125Z Checking hmac v0.12.1
17212024-10-03T19:48:47.331Z Checking sha2 v0.10.8
17222024-10-03T19:48:47.353Z Checking libm v0.2.8
17232024-10-03T19:48:47.489Z Checking unicode-normalization v0.1.23
17242024-10-03T19:48:47.541Z Checking ryu v1.0.18
17252024-10-03T19:48:47.757Z Checking salsa20 v0.10.2
17262024-10-03T19:48:47.914Z Checking pbkdf2 v0.12.2
17272024-10-03T19:48:47.973Z Checking tracing-core v0.1.32
17282024-10-03T19:48:48.076Z Checking scrypt v0.11.0
17292024-10-03T19:48:48.136Z Checking cbc v0.1.2
17302024-10-03T19:48:48.260Z Checking num-traits v0.2.19
17312024-10-03T19:48:48.279Z Checking aes v0.8.4
17322024-10-03T19:48:48.342Z Checking ppv-lite86 v0.2.17
17332024-10-03T19:48:48.391Z Checking percent-encoding v2.3.1
17342024-10-03T19:48:48.586Z Checking rustls-pki-types v1.7.0
17352024-10-03T19:48:48.608Z Checking tracing v0.1.40
17362024-10-03T19:48:48.716Z Checking spki v0.7.3
17372024-10-03T19:48:48.943Z Checking try-lock v0.2.5
17382024-10-03T19:48:48.958Z Checking bytes v1.7.2
17392024-10-03T19:48:48.992Z Checking indexmap v2.5.0
17402024-10-03T19:48:48.995Z Checking bitflags v2.6.0
17412024-10-03T19:48:49.044Z Checking serde_json v1.0.128
17422024-10-03T19:48:49.079Z Checking rand_chacha v0.3.1
17432024-10-03T19:48:49.164Z Checking pkcs5 v0.7.1
17442024-10-03T19:48:49.301Z Checking want v0.3.1
17452024-10-03T19:48:49.456Z Checking rand v0.8.5
17462024-10-03T19:48:49.474Z Checking httparse v1.8.0
17472024-10-03T19:48:49.658Z Checking pkcs8 v0.10.2
17482024-10-03T19:48:49.755Z Checking tokio v1.39.3
17492024-10-03T19:48:49.874Z Checking http v1.1.0
17502024-10-03T19:48:49.947Z Checking thiserror v1.0.64
17512024-10-03T19:48:49.963Z Checking httpdate v1.0.3
17522024-10-03T19:48:50.081Z Checking foreign-types-shared v0.1.1
17532024-10-03T19:48:50.182Z Checking atomic-waker v1.1.2
17542024-10-03T19:48:50.185Z Checking untrusted v0.9.0
17552024-10-03T19:48:50.285Z Checking foreign-types v0.3.2
17562024-10-03T19:48:50.304Z Checking form_urlencoded v1.2.1
17572024-10-03T19:48:50.343Z Checking ring v0.17.8
17582024-10-03T19:48:50.368Z Checking crossbeam-utils v0.8.19
17592024-10-03T19:48:50.488Z Checking openssl-sys v0.9.103
17602024-10-03T19:48:50.648Z Checking aho-corasick v1.1.3
17612024-10-03T19:48:50.719Z Checking base64 v0.22.1
17622024-10-03T19:48:51.062Z Checking powerfmt v0.2.0
17632024-10-03T19:48:51.187Z Checking siphasher v0.3.11
17642024-10-03T19:48:51.202Z Checking http-body v1.0.0
17652024-10-03T19:48:51.332Z Checking regex-syntax v0.8.4
17662024-10-03T19:48:51.395Z Checking unicode-ident v1.0.13
17672024-10-03T19:48:51.488Z Checking tower-service v0.3.2
17682024-10-03T19:48:51.552Z Checking proc-macro2 v1.0.86
17692024-10-03T19:48:51.603Z Checking deranged v0.3.11
17702024-10-03T19:48:51.738Z Checking openssl v0.10.66
17712024-10-03T19:48:51.757Z Checking crossbeam-epoch v0.9.18
17722024-10-03T19:48:52.138Z Checking rustls-webpki v0.102.4
17732024-10-03T19:48:52.198Z Checking uuid v1.10.0
17742024-10-03T19:48:52.200Z Checking idna v0.5.0
17752024-10-03T19:48:52.246Z Checking signature v2.2.0
17762024-10-03T19:48:52.421Z Checking lazy_static v1.5.0
17772024-10-03T19:48:52.541Z Checking scroll v0.12.0
17782024-10-03T19:48:52.785Z Checking errno v0.3.9
17792024-10-03T19:48:52.871Z Checking anstyle v1.0.8
17802024-10-03T19:48:52.958Z Checking either v1.13.0
17812024-10-03T19:48:53.020Z Checking plain v0.2.3
17822024-10-03T19:48:53.061Z Checking utf8parse v0.2.1
17832024-10-03T19:48:53.161Z Checking finl_unicode v1.2.0
17842024-10-03T19:48:53.206Z Checking ucd-trie v0.1.6
17852024-10-03T19:48:53.221Z Checking iana-time-zone v0.1.60
17862024-10-03T19:48:53.304Z Checking time-core v0.1.2
17872024-10-03T19:48:53.326Z Checking num-conv v0.1.0
17882024-10-03T19:48:53.360Z Checking num_threads v0.1.7
17892024-10-03T19:48:53.391Z Checking openssl-probe v0.1.5
17902024-10-03T19:48:53.445Z Checking pest v2.7.10
17912024-10-03T19:48:53.465Z Checking chrono v0.4.38
17922024-10-03T19:48:53.536Z Checking anstyle-parse v0.2.4
17932024-10-03T19:48:53.572Z Checking time v0.3.36
17942024-10-03T19:48:53.730Z Checking stringprep v0.1.4
17952024-10-03T19:48:53.814Z Checking goblin v0.8.2
17962024-10-03T19:48:53.977Z Checking url v2.5.2
17972024-10-03T19:48:54.569Z Checking regex-automata v0.4.6
17982024-10-03T19:48:54.746Z Checking rustix v0.38.34
17992024-10-03T19:48:55.562Z Checking rustls v0.23.10
18002024-10-03T19:48:55.924Z Checking crossbeam-deque v0.8.5
18012024-10-03T19:48:56.134Z Checking quote v1.0.37
18022024-10-03T19:48:56.210Z Checking num-integer v0.1.46
18032024-10-03T19:48:56.452Z Checking http v0.2.12
18042024-10-03T19:48:56.609Z Checking tokio-util v0.7.12
18052024-10-03T19:48:56.716Z Checking serde_spanned v0.6.7
18062024-10-03T19:48:56.905Z Checking toml_datetime v0.6.8
18072024-10-03T19:48:57.135Z Checking native-tls v0.2.11
18082024-10-03T19:48:57.188Z Checking idna v0.3.0
18092024-10-03T19:48:57.448Z Checking md-5 v0.10.6
18102024-10-03T19:48:57.483Z Checking h2 v0.4.6
18112024-10-03T19:48:57.656Z Checking ff v0.13.0
18122024-10-03T19:48:57.773Z Checking hash32 v0.2.1
18132024-10-03T19:48:57.866Z Checking stable_deref_trait v1.2.0
18142024-10-03T19:48:57.959Z Checking colorchoice v1.0.1
18152024-10-03T19:48:58.017Z Checking gimli v0.28.1
18162024-10-03T19:48:58.080Z Checking base16ct v0.2.0
18172024-10-03T19:48:58.082Z Checking psl-types v2.0.11
18182024-10-03T19:48:58.178Z Checking adler v1.0.2
18192024-10-03T19:48:58.254Z Checking anstyle-query v1.0.3
18202024-10-03T19:48:58.268Z Checking is_terminal_polyfill v1.70.0
18212024-10-03T19:48:58.324Z Checking fallible-iterator v0.2.0
18222024-10-03T19:48:58.376Z Checking pretty-hex v0.4.1
18232024-10-03T19:48:58.378Z Checking anstream v0.6.14
18242024-10-03T19:48:58.540Z Checking miniz_oxide v0.7.2
18252024-10-03T19:48:58.717Z Checking sec1 v0.7.3
18262024-10-03T19:48:58.756Z Checking dof v0.3.0
18272024-10-03T19:48:58.921Z Checking postgres-protocol v0.6.7
18282024-10-03T19:48:58.940Z Checking publicsuffix v2.2.3
18292024-10-03T19:48:59.101Z Checking terminal_size v0.3.0
18302024-10-03T19:48:59.103Z Checking heapless v0.7.17
18312024-10-03T19:48:59.180Z Checking group v0.13.0
18322024-10-03T19:48:59.279Z Checking tokio-native-tls v0.3.1
18332024-10-03T19:48:59.379Z Checking num-iter v0.1.45
18342024-10-03T19:48:59.426Z Checking syn v2.0.79
18352024-10-03T19:48:59.531Z Checking rayon-core v1.12.1
18362024-10-03T19:48:59.547Z Checking cookie v0.18.1
18372024-10-03T19:48:59.588Z Checking dtrace-parser v0.2.0
18382024-10-03T19:49:00.016Z Checking http-body-util v0.1.2
18392024-10-03T19:49:00.036Z Checking phf_shared v0.11.2
18402024-10-03T19:49:00.155Z Checking webpki-roots v0.26.3
18412024-10-03T19:49:00.169Z Checking hkdf v0.12.4
18422024-10-03T19:49:00.285Z Checking crypto-bigint v0.5.5
18432024-10-03T19:49:00.352Z Checking thread-id v4.2.1
18442024-10-03T19:49:00.375Z Checking object v0.32.2
18452024-10-03T19:49:00.440Z Checking clap_lex v0.7.0
18462024-10-03T19:49:00.454Z Checking unicode-width v0.1.13
18472024-10-03T19:49:00.481Z Checking tokio-rustls v0.26.0
18482024-10-03T19:49:00.625Z Checking bitflags v1.3.2
18492024-10-03T19:49:00.675Z Checking managed v0.8.0
18502024-10-03T19:49:00.728Z Checking winnow v0.5.40
18512024-10-03T19:49:00.866Z Checking rustc-demangle v0.1.24
18522024-10-03T19:49:01.064Z Checking adler2 v2.0.0
18532024-10-03T19:49:01.208Z Checking strsim v0.11.1
18542024-10-03T19:49:01.301Z Checking ipnet v2.10.0
18552024-10-03T19:49:01.487Z Checking clap_builder v4.5.18
18562024-10-03T19:49:01.746Z Checking miniz_oxide v0.8.0
18572024-10-03T19:49:01.922Z Checking addr2line v0.21.0
18582024-10-03T19:49:02.439Z Checking smoltcp v0.9.1
18592024-10-03T19:49:02.487Z Checking console v0.15.8
18602024-10-03T19:49:03.067Z Checking phf v0.11.2
18612024-10-03T19:49:03.084Z Checking elliptic-curve v0.13.8
18622024-10-03T19:49:03.320Z Checking rayon v1.10.0
18632024-10-03T19:49:03.616Z Checking hyper v1.4.1
18642024-10-03T19:49:03.737Z Checking cookie_store v0.21.0
18652024-10-03T19:49:03.777Z Checking toml_edit v0.19.15
18662024-10-03T19:49:03.903Z Checking postgres-types v0.2.8
18672024-10-03T19:49:04.363Z Checking num-bigint-dig v0.8.4
18682024-10-03T19:49:04.528Z Checking bstr v1.9.1
18692024-10-03T19:49:04.608Z Checking regex v1.10.6
18702024-10-03T19:49:05.241Z Checking http-body v0.4.6
18712024-10-03T19:49:05.439Z Checking h2 v0.3.26
18722024-10-03T19:49:05.623Z Checking ed25519 v2.2.3
18732024-10-03T19:49:05.652Z Checking hyper-util v0.1.9
18742024-10-03T19:49:05.707Z Checking usdt-impl v0.5.0
18752024-10-03T19:49:05.909Z Checking futures-executor v0.3.30
18762024-10-03T19:49:06.133Z Checking phf_shared v0.10.0
18772024-10-03T19:49:06.182Z Checking rustls-pemfile v2.1.3
18782024-10-03T19:49:06.228Z Checking serde_urlencoded v0.7.1
18792024-10-03T19:49:06.392Z Checking zerocopy v0.6.6
18802024-10-03T19:49:06.414Z Checking curve25519-dalek v4.1.3
18812024-10-03T19:49:06.417Z Checking pkcs1 v0.7.5
18822024-10-03T19:49:06.480Z Checking backtrace v0.3.71
18832024-10-03T19:49:06.619Z Checking float-cmp v0.9.0
18842024-10-03T19:49:06.799Z Checking hubpack v0.1.2
18852024-10-03T19:49:06.812Z Checking crc32fast v1.4.0
18862024-10-03T19:49:07.029Z Checking portable-atomic v1.6.0
18872024-10-03T19:49:07.031Z Checking signal-hook v0.3.17
18882024-10-03T19:49:07.055Z Checking serde-big-array v0.5.1
18892024-10-03T19:49:07.093Z Checking idna v0.4.0
18902024-10-03T19:49:07.107Z Checking rfc6979 v0.4.0
18912024-10-03T19:49:07.256Z Checking mio v0.8.11
18922024-10-03T19:49:07.282Z Checking memmap v0.7.0
18932024-10-03T19:49:07.343Z Checking socket2 v0.4.10
18942024-10-03T19:49:07.485Z Checking sync_wrapper v1.0.1
18952024-10-03T19:49:07.596Z Checking hyper-rustls v0.27.3
18962024-10-03T19:49:07.613Z Checking hyper-tls v0.6.0
18972024-10-03T19:49:07.749Z Checking encoding_rs v0.8.34
18982024-10-03T19:49:07.885Z Checking precomputed-hash v0.1.1
18992024-10-03T19:49:07.888Z Checking data-encoding v2.6.0
19002024-10-03T19:49:07.933Z Checking predicates-core v1.0.6
19012024-10-03T19:49:07.948Z Checking dyn-clone v1.0.17
19022024-10-03T19:49:07.991Z Checking whoami v1.5.2
19032024-10-03T19:49:08.006Z Checking minimal-lexical v0.2.1
19042024-10-03T19:49:08.074Z Checking unicode-segmentation v1.11.0
19052024-10-03T19:49:08.098Z Checking winnow v0.6.18
19062024-10-03T19:49:08.182Z Checking fixedbitset v0.4.2
19072024-10-03T19:49:08.287Z Checking difflib v0.4.0
19082024-10-03T19:49:08.393Z Checking mime v0.3.17
19092024-10-03T19:49:08.432Z Checking new_debug_unreachable v1.0.6
19102024-10-03T19:49:08.524Z Checking normalize-line-endings v0.3.0
19112024-10-03T19:49:08.541Z Checking number_prefix v0.4.0
19122024-10-03T19:49:08.581Z Checking bit-vec v0.6.3
19132024-10-03T19:49:08.637Z Checking static_assertions v1.1.0
19142024-10-03T19:49:08.701Z Checking similar v2.6.0
19152024-10-03T19:49:08.715Z Checking indicatif v0.17.8
19162024-10-03T19:49:08.729Z Checking predicates v3.1.2
19172024-10-03T19:49:08.731Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19182024-10-03T19:49:08.891Z Checking bit-set v0.5.3
19192024-10-03T19:49:09.240Z Checking hickory-proto v0.24.1
19202024-10-03T19:49:09.536Z Checking string_cache v0.8.7
19212024-10-03T19:49:09.541Z Checking petgraph v0.6.5
19222024-10-03T19:49:09.544Z Checking nom v7.1.3
19232024-10-03T19:49:09.695Z Checking tokio-postgres v0.7.12
19242024-10-03T19:49:10.080Z Checking reqwest v0.12.7
19252024-10-03T19:49:11.004Z Checking toml_edit v0.22.22
19262024-10-03T19:49:11.432Z Checking hyper v0.14.30
19272024-10-03T19:49:11.859Z Checking ed25519-dalek v2.1.1
19282024-10-03T19:49:12.276Z Checking schemars v0.8.21
19292024-10-03T19:49:12.545Z Checking signal-hook-mio v0.2.4
19302024-10-03T19:49:12.545Z Checking usdt v0.5.0
19312024-10-03T19:49:12.717Z Checking ecdsa v0.16.9
19322024-10-03T19:49:12.742Z Checking anyhow v1.0.89
19332024-10-03T19:49:12.861Z Checking flate2 v1.0.34
19342024-10-03T19:49:13.119Z Checking rsa v0.9.6
19352024-10-03T19:49:13.436Z Checking toml v0.7.8
19362024-10-03T19:49:13.472Z Checking futures v0.3.30
19372024-10-03T19:49:13.585Z Checking clap v4.5.18
19382024-10-03T19:49:13.632Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19392024-10-03T19:49:13.656Z Checking tokio-stream v0.1.16
19402024-10-03T19:49:13.701Z Checking fs-err v2.11.0
19412024-10-03T19:49:13.788Z Checking itertools v0.12.1
19422024-10-03T19:49:13.862Z Checking itertools v0.10.5
19432024-10-03T19:49:14.074Z Checking slog v2.7.0
19442024-10-03T19:49:14.119Z Checking openapiv3 v2.0.0
19452024-10-03T19:49:14.158Z Checking x509-cert v0.2.5
19462024-10-03T19:49:14.253Z Checking hex v0.4.3
19472024-10-03T19:49:14.511Z Checking semver v1.0.23
19482024-10-03T19:49:14.552Z Checking sha1 v0.10.6
19492024-10-03T19:49:14.780Z Checking lalrpop-util v0.19.12
19502024-10-03T19:49:14.831Z Checking peg-runtime v0.8.3
19512024-10-03T19:49:14.919Z Checking camino v1.1.9
19522024-10-03T19:49:15.032Z Checking sigpipe v0.1.3
19532024-10-03T19:49:16.814Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19542024-10-03T19:49:17.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.72s
19552024-10-03T19:49:17.256Z
19562024-10-03T19:49:17.256Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/163)
19572024-10-03T19:49:17.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582024-10-03T19:49:17.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592024-10-03T19:49:17.935Z Compiling regress v0.10.1
19602024-10-03T19:49:18.034Z Checking heck v0.5.0
19612024-10-03T19:49:18.053Z Checking dirs-sys-next v0.1.2
19622024-10-03T19:49:18.055Z Compiling unsafe-libyaml v0.2.11
19632024-10-03T19:49:18.076Z Checking thread_local v1.1.8
19642024-10-03T19:49:18.079Z Compiling ident_case v1.0.1
19652024-10-03T19:49:18.099Z Checking progenitor-client v0.8.0
19662024-10-03T19:49:18.195Z Checking crossbeam-channel v0.5.12
19672024-10-03T19:49:18.208Z Checking dirs-next v2.0.0
19682024-10-03T19:49:18.243Z Compiling darling_core v0.20.9
19692024-10-03T19:49:18.323Z Checking is-terminal v0.4.12
19702024-10-03T19:49:18.343Z Checking term v0.7.0
19712024-10-03T19:49:18.406Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19722024-10-03T19:49:18.435Z Compiling paste v1.0.15
19732024-10-03T19:49:18.753Z Compiling rustls v0.22.4
19742024-10-03T19:49:18.767Z Checking take_mut v0.2.2
19752024-10-03T19:49:18.874Z Checking slog-term v2.9.1
19762024-10-03T19:49:18.907Z Checking slog-async v2.8.0
19772024-10-03T19:49:19.056Z Compiling proc-macro-crate v1.3.1
19782024-10-03T19:49:19.118Z Checking ipnetwork v0.20.0
19792024-10-03T19:49:19.188Z Compiling structmeta-derive v0.3.0
19802024-10-03T19:49:19.345Z Compiling serde_yaml v0.9.34+deprecated
19812024-10-03T19:49:19.471Z Compiling multer v3.1.0
19822024-10-03T19:49:19.802Z Checking match_cfg v0.1.0
19832024-10-03T19:49:19.865Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19842024-10-03T19:49:19.982Z Checking hostname v0.3.1
19852024-10-03T19:49:20.179Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19862024-10-03T19:49:20.210Z Compiling num_enum_derive v0.5.11
19872024-10-03T19:49:21.499Z Checking typify-impl v0.2.0
19882024-10-03T19:49:22.180Z Compiling structmeta v0.3.0
19892024-10-03T19:49:22.636Z Checking slog-json v2.6.1
19902024-10-03T19:49:22.878Z Compiling lzma-sys v0.1.20
19912024-10-03T19:49:22.906Z Compiling async-stream-impl v0.3.5
19922024-10-03T19:49:23.026Z Compiling foreign-types-macros v0.2.3
19932024-10-03T19:49:23.547Z Compiling dropshot v0.12.0
19942024-10-03T19:49:23.626Z Checking arc-swap v1.7.1
19952024-10-03T19:49:23.824Z Checking utf-8 v0.7.6
19962024-10-03T19:49:23.839Z Checking foreign-types-shared v0.3.1
19972024-10-03T19:49:23.949Z Checking tokio-rustls v0.25.0
19982024-10-03T19:49:24.010Z Checking tungstenite v0.21.0
19992024-10-03T19:49:24.031Z Checking slog-scope v4.4.0
20002024-10-03T19:49:24.065Z Checking slog-bunyan v2.5.0
20012024-10-03T19:49:24.224Z Checking num_enum v0.5.11
20022024-10-03T19:49:24.241Z Compiling parse-display-derive v0.10.0
20032024-10-03T19:49:24.329Z Compiling proc-macro-error v1.0.4
20042024-10-03T19:49:24.379Z Checking async-stream v0.3.5
20052024-10-03T19:49:24.382Z Checking foreign-types v0.5.0
20062024-10-03T19:49:24.566Z Checking toml v0.8.19
20072024-10-03T19:49:24.682Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20082024-10-03T19:49:24.788Z Compiling heck v0.3.3
20092024-10-03T19:49:24.860Z Checking waitgroup v0.1.2
20102024-10-03T19:49:24.876Z Checking newtype-uuid v1.1.0
20112024-10-03T19:49:24.994Z Compiling dropshot_endpoint v0.12.0
20122024-10-03T19:49:25.024Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20132024-10-03T19:49:25.107Z Checking serde_path_to_error v0.1.16
20142024-10-03T19:49:25.155Z Compiling darling_macro v0.20.9
20152024-10-03T19:49:25.233Z Checking cstr-argument v0.1.2
20162024-10-03T19:49:25.301Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20172024-10-03T19:49:25.415Z Checking hostname v0.4.0
20182024-10-03T19:49:25.552Z Checking instant v0.1.12
20192024-10-03T19:49:25.664Z Checking fastrand v2.1.0
20202024-10-03T19:49:25.711Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20212024-10-03T19:49:25.864Z Checking pretty-hex v0.2.1
20222024-10-03T19:49:25.988Z Checking debug-ignore v1.0.5
20232024-10-03T19:49:25.991Z Checking base64 v0.21.7
20242024-10-03T19:49:26.017Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20252024-10-03T19:49:26.058Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20262024-10-03T19:49:26.120Z Compiling darling v0.20.9
20272024-10-03T19:49:26.123Z Checking tempfile v3.10.1
20282024-10-03T19:49:26.218Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20292024-10-03T19:49:26.239Z Compiling serde_with_macros v3.9.0
20302024-10-03T19:49:26.264Z Checking backoff v0.4.0
20312024-10-03T19:49:26.369Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20322024-10-03T19:49:26.456Z Compiling zone_cfg_derive v0.1.2
20332024-10-03T19:49:26.478Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20342024-10-03T19:49:26.550Z Checking strum v0.26.3
20352024-10-03T19:49:26.677Z Checking tokio-tungstenite v0.21.0
20362024-10-03T19:49:26.690Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20372024-10-03T19:49:26.704Z Checking slog-stdlog v4.1.1
20382024-10-03T19:49:27.156Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20392024-10-03T19:49:27.171Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20402024-10-03T19:49:27.173Z Checking colored v2.1.0
20412024-10-03T19:49:27.408Z Checking regress v0.9.1
20422024-10-03T19:49:27.455Z Checking macaddr v1.0.1
20432024-10-03T19:49:27.471Z Checking base64 v0.13.1
20442024-10-03T19:49:27.852Z Checking ron v0.7.1
20452024-10-03T19:49:27.957Z Checking zone v0.1.8
20462024-10-03T19:49:28.655Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20472024-10-03T19:49:28.800Z Checking parse-display v0.10.0
20482024-10-03T19:49:28.973Z Checking xz2 v0.1.7
20492024-10-03T19:49:29.053Z Checking slog-envlogger v2.2.0
20502024-10-03T19:49:29.141Z Checking tabwriter v1.4.0
20512024-10-03T19:49:29.263Z Checking serde_with v3.9.0
20522024-10-03T19:49:29.294Z Checking xattr v1.3.1
20532024-10-03T19:49:29.313Z Checking pem v3.0.4
20542024-10-03T19:49:29.370Z Checking yasna v0.5.2
20552024-10-03T19:49:29.485Z Checking headers-core v0.3.0
20562024-10-03T19:49:29.576Z Checking smf v0.2.3
20572024-10-03T19:49:29.625Z Checking filetime v0.2.25
20582024-10-03T19:49:29.666Z Checking same-file v1.0.6
20592024-10-03T19:49:29.828Z Checking tar v0.4.42
20602024-10-03T19:49:29.851Z Checking walkdir v2.5.0
20612024-10-03T19:49:30.030Z Checking headers v0.4.0
20622024-10-03T19:49:30.135Z Checking camino-tempfile v1.1.1
20632024-10-03T19:49:30.201Z Checking rcgen v0.12.1
20642024-10-03T19:49:30.400Z Checking atomicwrites v0.4.4
20652024-10-03T19:49:30.607Z Checking subprocess v0.2.9
20662024-10-03T19:49:33.749Z Compiling typify-macro v0.2.0
20672024-10-03T19:49:35.665Z Compiling typify v0.2.0
20682024-10-03T19:49:35.732Z Compiling progenitor-impl v0.8.0
20692024-10-03T19:49:38.922Z Compiling progenitor-macro v0.8.0
20702024-10-03T19:49:44.767Z Checking progenitor v0.8.0
20712024-10-03T19:49:44.897Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
20722024-10-03T19:49:44.900Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20732024-10-03T19:49:47.500Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
20742024-10-03T19:49:47.816Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20752024-10-03T19:49:53.867Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20762024-10-03T19:49:55.397Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20772024-10-03T19:49:56.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
20782024-10-03T19:49:56.728Z
20792024-10-03T19:49:56.729Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/163)
20802024-10-03T19:49:57.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812024-10-03T19:49:57.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822024-10-03T19:49:57.397Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20832024-10-03T19:49:58.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
20842024-10-03T19:49:58.869Z
20852024-10-03T19:49:58.869Zinfo: running `cargo check --bins` on nexus-config (31/163)
20862024-10-03T19:49:59.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872024-10-03T19:49:59.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882024-10-03T19:49:59.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892024-10-03T19:49:59.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20902024-10-03T19:49:59.523Z
20912024-10-03T19:49:59.523Zinfo: running `cargo check --bins` on omicron-rpaths (32/163)
20922024-10-03T19:50:00.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932024-10-03T19:50:00.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942024-10-03T19:50:00.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952024-10-03T19:50:00.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20962024-10-03T19:50:00.138Z
20972024-10-03T19:50:00.138Zinfo: running `cargo check --bins` on omicron-certificates (33/163)
20982024-10-03T19:50:00.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992024-10-03T19:50:00.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002024-10-03T19:50:00.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012024-10-03T19:50:00.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21022024-10-03T19:50:00.793Z
21032024-10-03T19:50:00.793Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/163)
21042024-10-03T19:50:01.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052024-10-03T19:50:01.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062024-10-03T19:50:01.489Z Compiling heapless v0.8.0
21072024-10-03T19:50:01.582Z Checking hash32 v0.3.1
21082024-10-03T19:50:01.590Z Compiling smoltcp v0.11.0
21092024-10-03T19:50:01.599Z Checking cobs v0.2.3
21102024-10-03T19:50:01.602Z Checking embedded-io v0.4.0
21112024-10-03T19:50:01.618Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21122024-10-03T19:50:01.621Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21132024-10-03T19:50:01.642Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21142024-10-03T19:50:01.740Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21152024-10-03T19:50:01.755Z Compiling crucible-workspace-hack v0.1.0
21162024-10-03T19:50:01.769Z Checking newline-converter v0.3.0
21172024-10-03T19:50:01.783Z Checking postcard v1.0.8
21182024-10-03T19:50:01.923Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21192024-10-03T19:50:01.975Z Compiling convert_case v0.4.0
21202024-10-03T19:50:02.135Z Checking expectorate v1.1.0
21212024-10-03T19:50:02.178Z Compiling zone_cfg_derive v0.3.0
21222024-10-03T19:50:02.278Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21232024-10-03T19:50:02.312Z Checking itertools v0.13.0
21242024-10-03T19:50:02.436Z Compiling num-derive v0.4.2
21252024-10-03T19:50:02.521Z Compiling slog-dtrace v0.3.0
21262024-10-03T19:50:02.635Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21272024-10-03T19:50:02.887Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21282024-10-03T19:50:02.940Z Compiling derive_more v0.99.18
21292024-10-03T19:50:03.575Z Checking zone v0.3.0
21302024-10-03T19:50:04.347Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21312024-10-03T19:50:05.621Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21322024-10-03T19:50:06.525Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21332024-10-03T19:50:06.815Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21342024-10-03T19:50:07.566Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21352024-10-03T19:50:08.034Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21362024-10-03T19:50:09.323Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21372024-10-03T19:50:10.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
21382024-10-03T19:50:10.307Z
21392024-10-03T19:50:10.307Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/163)
21402024-10-03T19:50:10.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-10-03T19:50:10.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-10-03T19:50:10.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432024-10-03T19:50:10.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21442024-10-03T19:50:10.962Z
21452024-10-03T19:50:10.962Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/163)
21462024-10-03T19:50:11.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-10-03T19:50:11.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-10-03T19:50:11.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492024-10-03T19:50:11.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21502024-10-03T19:50:11.617Z
21512024-10-03T19:50:11.618Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/163)
21522024-10-03T19:50:12.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-10-03T19:50:12.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-10-03T19:50:12.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552024-10-03T19:50:12.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21562024-10-03T19:50:12.382Z
21572024-10-03T19:50:12.382Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/163)
21582024-10-03T19:50:13.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592024-10-03T19:50:13.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602024-10-03T19:50:13.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612024-10-03T19:50:13.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21622024-10-03T19:50:13.135Z
21632024-10-03T19:50:13.135Zinfo: running `cargo check --bins` on dns-server (39/163)
21642024-10-03T19:50:13.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652024-10-03T19:50:13.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662024-10-03T19:50:13.792Z Compiling parking_lot_core v0.8.6
21672024-10-03T19:50:13.885Z Checking nibble_vec v0.1.0
21682024-10-03T19:50:13.888Z Checking linked-hash-map v0.5.6
21692024-10-03T19:50:13.888Z Checking endian-type v0.1.2
21702024-10-03T19:50:13.888Z Checking quick-error v1.2.3
21712024-10-03T19:50:13.888Z Checking fxhash v0.2.1
21722024-10-03T19:50:13.888Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21732024-10-03T19:50:13.895Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21742024-10-03T19:50:14.007Z Checking resolv-conf v0.7.0
21752024-10-03T19:50:14.053Z Checking hickory-server v0.24.1
21762024-10-03T19:50:14.105Z Checking radix_trie v0.2.1
21772024-10-03T19:50:14.224Z Checking lru-cache v0.1.2
21782024-10-03T19:50:14.387Z Checking hickory-resolver v0.24.1
21792024-10-03T19:50:14.463Z Checking hickory-client v0.24.1
21802024-10-03T19:50:14.582Z Checking parking_lot v0.11.2
21812024-10-03T19:50:14.852Z Checking sled v0.34.7
21822024-10-03T19:50:16.598Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21832024-10-03T19:50:17.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
21842024-10-03T19:50:17.807Z
21852024-10-03T19:50:17.807Zinfo: running `cargo check --bins` on dns-server-api (40/163)
21862024-10-03T19:50:18.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-10-03T19:50:18.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-10-03T19:50:18.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-10-03T19:50:18.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21902024-10-03T19:50:18.442Z
21912024-10-03T19:50:18.442Zinfo: running `cargo check --bins` on dns-service-client (41/163)
21922024-10-03T19:50:19.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-10-03T19:50:19.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-10-03T19:50:19.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-10-03T19:50:19.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21962024-10-03T19:50:19.080Z
21972024-10-03T19:50:19.080Zinfo: running `cargo check --bins` on gateway-test-utils (42/163)
21982024-10-03T19:50:19.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-10-03T19:50:19.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-10-03T19:50:19.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012024-10-03T19:50:19.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
22022024-10-03T19:50:19.795Z
22032024-10-03T19:50:19.796Zinfo: running `cargo check --bins` on gateway-types (43/163)
22042024-10-03T19:50:20.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-10-03T19:50:20.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-10-03T19:50:20.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072024-10-03T19:50:20.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22082024-10-03T19:50:20.451Z
22092024-10-03T19:50:20.451Zinfo: running `cargo check --bins` on ipcc (44/163)
22102024-10-03T19:50:21.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112024-10-03T19:50:21.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122024-10-03T19:50:21.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132024-10-03T19:50:21.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22142024-10-03T19:50:21.110Z
22152024-10-03T19:50:21.110Zinfo: running `cargo check --bins` on omicron-gateway (45/163)
22162024-10-03T19:50:21.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172024-10-03T19:50:21.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182024-10-03T19:50:21.834Z Compiling match_cfg v0.1.0
22192024-10-03T19:50:21.846Z Compiling rustls v0.22.4
22202024-10-03T19:50:21.846Z Checking num-rational v0.4.2
22212024-10-03T19:50:21.846Z Compiling progenitor-client v0.8.0
22222024-10-03T19:50:21.846Z Compiling slog-json v2.6.1
22232024-10-03T19:50:21.935Z Checking num-complex v0.4.6
22242024-10-03T19:50:21.958Z Compiling prettyplease v0.2.22
22252024-10-03T19:50:21.996Z Compiling hostname v0.3.1
22262024-10-03T19:50:22.011Z Compiling async-stream v0.3.5
22272024-10-03T19:50:22.247Z Compiling progenitor v0.8.0
22282024-10-03T19:50:22.288Z Compiling slog-bunyan v2.5.0
22292024-10-03T19:50:22.304Z Compiling multer v3.1.0
22302024-10-03T19:50:22.317Z Compiling toml v0.8.19
22312024-10-03T19:50:22.360Z Compiling waitgroup v0.1.2
22322024-10-03T19:50:22.461Z Compiling ipnetwork v0.20.0
22332024-10-03T19:50:22.482Z Compiling newtype-uuid v1.1.0
22342024-10-03T19:50:22.534Z Compiling serde_path_to_error v0.1.16
22352024-10-03T19:50:22.571Z Compiling hostname v0.4.0
22362024-10-03T19:50:22.752Z Compiling instant v0.1.12
22372024-10-03T19:50:22.817Z Compiling semver v0.1.20
22382024-10-03T19:50:22.859Z Checking num v0.4.3
22392024-10-03T19:50:22.904Z Compiling radium v0.7.0
22402024-10-03T19:50:22.959Z Checking float-ord v0.3.2
22412024-10-03T19:50:23.102Z Compiling debug-ignore v1.0.5
22422024-10-03T19:50:23.245Z Compiling rustc_version v0.1.7
22432024-10-03T19:50:23.356Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22442024-10-03T19:50:23.390Z Compiling backoff v0.4.0
22452024-10-03T19:50:23.393Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22462024-10-03T19:50:23.406Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22472024-10-03T19:50:23.481Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
22482024-10-03T19:50:23.709Z Compiling parse-display v0.10.0
22492024-10-03T19:50:23.774Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22502024-10-03T19:50:23.791Z Compiling serde_with v3.9.0
22512024-10-03T19:50:23.942Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22522024-10-03T19:50:24.216Z Compiling regress v0.9.1
22532024-10-03T19:50:24.421Z Compiling macaddr v1.0.1
22542024-10-03T19:50:24.886Z Checking tap v1.0.1
22552024-10-03T19:50:25.049Z Compiling maybe-uninit v2.0.0
22562024-10-03T19:50:25.092Z Checking wyz v0.5.1
22572024-10-03T19:50:25.593Z Compiling newtype_derive v0.1.6
22582024-10-03T19:50:25.868Z Checking password-hash v0.5.0
22592024-10-03T19:50:25.911Z Checking blake2 v0.10.6
22602024-10-03T19:50:26.046Z Compiling bzip2-sys v0.1.11+1.0.8
22612024-10-03T19:50:26.311Z Compiling tokio-rustls v0.25.0
22622024-10-03T19:50:26.349Z Compiling packed_struct v0.10.1
22632024-10-03T19:50:26.526Z Compiling owo-colors v4.1.0
22642024-10-03T19:50:26.718Z Compiling dropshot v0.12.0
22652024-10-03T19:50:26.787Z Checking crc-catalog v2.4.0
22662024-10-03T19:50:26.812Z Checking funty v2.0.0
22672024-10-03T19:50:26.843Z Compiling cancel-safe-futures v0.1.5
22682024-10-03T19:50:26.933Z Checking crc v3.2.1
22692024-10-03T19:50:27.368Z Checking argon2 v0.5.3
22702024-10-03T19:50:27.763Z Checking bitvec v1.0.1
22712024-10-03T19:50:28.019Z Compiling packed_struct_codegen v0.10.1
22722024-10-03T19:50:28.514Z Compiling indexmap v1.9.3
22732024-10-03T19:50:28.829Z Checking half v2.4.1
22742024-10-03T19:50:29.316Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22752024-10-03T19:50:29.347Z Checking ciborium-io v0.2.2
22762024-10-03T19:50:29.465Z Checking nodrop v0.1.14
22772024-10-03T19:50:29.590Z Checking array-init v0.0.4
22782024-10-03T19:50:29.637Z Checking ciborium-ll v0.2.2
22792024-10-03T19:50:30.096Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22802024-10-03T19:50:30.387Z Checking smallvec v0.6.14
22812024-10-03T19:50:30.752Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22822024-10-03T19:50:31.279Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22832024-10-03T19:50:31.449Z Checking libsw v3.3.1
22842024-10-03T19:50:31.521Z Compiling derive-where v1.2.7
22852024-10-03T19:50:31.701Z Compiling memoffset v0.9.1
22862024-10-03T19:50:31.963Z Checking highway v1.2.0
22872024-10-03T19:50:32.036Z Checking bitfield v0.14.0
22882024-10-03T19:50:32.079Z Checking hashbrown v0.12.3
22892024-10-03T19:50:32.331Z Checking linear-map v1.2.0
22902024-10-03T19:50:32.404Z Checking swrite v0.1.0
22912024-10-03T19:50:32.522Z Checking indent_write v2.2.0
22922024-10-03T19:50:32.645Z Checking termcolor v1.4.1
22932024-10-03T19:50:32.667Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22942024-10-03T19:50:32.720Z Checking ron v0.8.1
22952024-10-03T19:50:33.082Z Checking env_logger v0.10.2
22962024-10-03T19:50:33.663Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22972024-10-03T19:50:33.812Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22982024-10-03T19:50:33.960Z Checking serde-hex v0.1.0
22992024-10-03T19:50:34.123Z Checking steno v0.4.1
23002024-10-03T19:50:34.435Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23012024-10-03T19:50:34.698Z Checking bzip2 v0.4.4
23022024-10-03T19:50:35.016Z Checking ciborium v0.2.2
23032024-10-03T19:50:35.134Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23042024-10-03T19:50:35.687Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23052024-10-03T19:50:35.945Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23062024-10-03T19:50:35.995Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23072024-10-03T19:50:36.198Z Checking hashbrown v0.13.2
23082024-10-03T19:50:36.428Z Checking crc-any v2.5.0
23092024-10-03T19:50:36.816Z Checking humantime v2.1.0
23102024-10-03T19:50:37.090Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23112024-10-03T19:50:37.172Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23122024-10-03T19:50:37.190Z Checking object v0.30.4
23132024-10-03T19:50:37.445Z Checking zip v0.6.6
23142024-10-03T19:50:37.782Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23152024-10-03T19:50:37.930Z Checking path-slash v0.1.5
23162024-10-03T19:50:38.085Z Checking tungstenite v0.23.0
23172024-10-03T19:50:38.125Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23182024-10-03T19:50:38.130Z Checking nix v0.27.1
23192024-10-03T19:50:38.175Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23202024-10-03T19:50:38.998Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23212024-10-03T19:50:39.027Z Checking kstat-rs v0.2.4
23222024-10-03T19:50:39.267Z Checking tokio-tungstenite v0.23.1
23232024-10-03T19:50:39.357Z Checking signal-hook-tokio v0.3.1
23242024-10-03T19:50:40.508Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23252024-10-03T19:50:40.965Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23262024-10-03T19:50:44.373Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23272024-10-03T19:50:46.187Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23282024-10-03T19:50:47.135Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23292024-10-03T19:50:50.316Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23302024-10-03T19:50:50.576Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23312024-10-03T19:50:52.011Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23322024-10-03T19:50:57.538Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23332024-10-03T19:50:58.150Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23342024-10-03T19:51:00.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s
23352024-10-03T19:51:00.964Z
23362024-10-03T19:51:00.964Zinfo: running `cargo check --bins` on gateway-api (46/163)
23372024-10-03T19:51:01.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-10-03T19:51:01.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-10-03T19:51:01.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-10-03T19:51:01.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23412024-10-03T19:51:01.647Z
23422024-10-03T19:51:01.647Zinfo: running `cargo check --bins` on oximeter (47/163)
23432024-10-03T19:51:02.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-10-03T19:51:02.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-10-03T19:51:02.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462024-10-03T19:51:02.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23472024-10-03T19:51:02.316Z
23482024-10-03T19:51:02.316Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/163)
23492024-10-03T19:51:02.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-10-03T19:51:02.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-10-03T19:51:02.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-10-03T19:51:02.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23532024-10-03T19:51:02.938Z
23542024-10-03T19:51:02.938Zinfo: running `cargo check --bins` on oximeter-schema (49/163)
23552024-10-03T19:51:03.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-10-03T19:51:03.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-10-03T19:51:03.598Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23582024-10-03T19:51:04.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
23592024-10-03T19:51:04.151Z
23602024-10-03T19:51:04.151Zinfo: running `cargo check --bins` on oximeter-types (50/163)
23612024-10-03T19:51:04.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-10-03T19:51:04.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-10-03T19:51:04.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-10-03T19:51:04.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23652024-10-03T19:51:04.813Z
23662024-10-03T19:51:04.813Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/163)
23672024-10-03T19:51:05.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-10-03T19:51:05.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-10-03T19:51:05.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-10-03T19:51:05.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23712024-10-03T19:51:05.470Z
23722024-10-03T19:51:05.470Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/163)
23732024-10-03T19:51:06.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-10-03T19:51:06.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-10-03T19:51:06.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-10-03T19:51:06.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23772024-10-03T19:51:06.099Z
23782024-10-03T19:51:06.099Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/163)
23792024-10-03T19:51:06.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-10-03T19:51:06.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-10-03T19:51:06.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-10-03T19:51:06.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23832024-10-03T19:51:06.759Z
23842024-10-03T19:51:06.759Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/163)
23852024-10-03T19:51:07.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-10-03T19:51:07.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-10-03T19:51:07.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-10-03T19:51:07.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23892024-10-03T19:51:07.421Z
23902024-10-03T19:51:07.421Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/163)
23912024-10-03T19:51:08.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-10-03T19:51:08.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-10-03T19:51:08.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-10-03T19:51:08.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23952024-10-03T19:51:08.079Z
23962024-10-03T19:51:08.079Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/163)
23972024-10-03T19:51:08.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-10-03T19:51:08.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-10-03T19:51:08.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-10-03T19:51:08.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24012024-10-03T19:51:08.736Z
24022024-10-03T19:51:08.736Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/163)
24032024-10-03T19:51:09.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-10-03T19:51:09.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-10-03T19:51:09.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-10-03T19:51:09.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24072024-10-03T19:51:09.391Z
24082024-10-03T19:51:09.391Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/163)
24092024-10-03T19:51:09.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-10-03T19:51:09.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-10-03T19:51:09.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-10-03T19:51:09.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24132024-10-03T19:51:10.050Z
24142024-10-03T19:51:10.050Zinfo: running `cargo check --bins` on oximeter-producer (59/163)
24152024-10-03T19:51:10.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-10-03T19:51:10.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-10-03T19:51:10.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-10-03T19:51:10.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24192024-10-03T19:51:10.742Z
24202024-10-03T19:51:10.742Zinfo: running `cargo check --bins` on internal-dns (60/163)
24212024-10-03T19:51:11.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-10-03T19:51:11.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-10-03T19:51:11.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-10-03T19:51:11.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24252024-10-03T19:51:11.399Z
24262024-10-03T19:51:11.399Zinfo: running `cargo check --bins` on nexus-client (61/163)
24272024-10-03T19:51:12.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-10-03T19:51:12.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-10-03T19:51:12.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-10-03T19:51:12.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24312024-10-03T19:51:12.080Z
24322024-10-03T19:51:12.080Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/163)
24332024-10-03T19:51:12.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-10-03T19:51:12.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-10-03T19:51:12.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-10-03T19:51:12.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24372024-10-03T19:51:12.757Z
24382024-10-03T19:51:12.757Zinfo: running `cargo check --bins` on omicron-passwords (63/163)
24392024-10-03T19:51:13.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-10-03T19:51:13.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-10-03T19:51:13.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-10-03T19:51:13.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24432024-10-03T19:51:13.388Z
24442024-10-03T19:51:13.388Zinfo: running `cargo check --bins` on nexus-types (64/163)
24452024-10-03T19:51:13.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-10-03T19:51:13.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-10-03T19:51:13.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-10-03T19:51:13.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24492024-10-03T19:51:14.067Z
24502024-10-03T19:51:14.067Zinfo: running `cargo check --bins` on gateway-client (65/163)
24512024-10-03T19:51:14.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-10-03T19:51:14.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-10-03T19:51:14.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-10-03T19:51:14.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24552024-10-03T19:51:14.697Z
24562024-10-03T19:51:14.697Zinfo: running `cargo check --bins` on oxql-types (66/163)
24572024-10-03T19:51:15.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-10-03T19:51:15.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-10-03T19:51:15.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-10-03T19:51:15.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24612024-10-03T19:51:15.355Z
24622024-10-03T19:51:15.355Zinfo: running `cargo check --bins` on update-engine (67/163)
24632024-10-03T19:51:15.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-10-03T19:51:15.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-10-03T19:51:15.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-10-03T19:51:15.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24672024-10-03T19:51:15.993Z
24682024-10-03T19:51:15.993Zinfo: running `cargo check --bins` on sp-sim (68/163)
24692024-10-03T19:51:16.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-10-03T19:51:16.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-10-03T19:51:16.654Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24722024-10-03T19:51:18.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
24732024-10-03T19:51:18.547Z
24742024-10-03T19:51:18.547Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/163)
24752024-10-03T19:51:19.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-10-03T19:51:19.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-10-03T19:51:19.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-10-03T19:51:19.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24792024-10-03T19:51:19.260Z
24802024-10-03T19:51:19.261Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/163)
24812024-10-03T19:51:19.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-10-03T19:51:19.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-10-03T19:51:19.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-10-03T19:51:19.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24852024-10-03T19:51:19.983Z
24862024-10-03T19:51:19.983Zinfo: running `cargo check --bins` on db-macros (71/163)
24872024-10-03T19:51:20.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-10-03T19:51:20.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-10-03T19:51:20.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-10-03T19:51:20.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24912024-10-03T19:51:20.617Z
24922024-10-03T19:51:20.617Zinfo: running `cargo check --bins` on nexus-macros-common (72/163)
24932024-10-03T19:51:21.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-10-03T19:51:21.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-10-03T19:51:21.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-10-03T19:51:21.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24972024-10-03T19:51:21.249Z
24982024-10-03T19:51:21.249Zinfo: running `cargo check --bins` on nexus-auth (73/163)
24992024-10-03T19:51:21.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-10-03T19:51:21.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-10-03T19:51:21.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-10-03T19:51:21.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25032024-10-03T19:51:21.950Z
25042024-10-03T19:51:21.950Zinfo: running `cargo check --bins` on authz-macros (74/163)
25052024-10-03T19:51:22.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-10-03T19:51:22.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-10-03T19:51:22.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-10-03T19:51:22.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25092024-10-03T19:51:22.581Z
25102024-10-03T19:51:22.581Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/163)
25112024-10-03T19:51:23.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-10-03T19:51:23.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-10-03T19:51:23.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-10-03T19:51:23.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25152024-10-03T19:51:23.269Z
25162024-10-03T19:51:23.269Zinfo: running `cargo check --bins` on nexus-db-model (76/163)
25172024-10-03T19:51:23.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-10-03T19:51:23.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-10-03T19:51:23.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-10-03T19:51:23.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25212024-10-03T19:51:23.954Z
25222024-10-03T19:51:23.954Zinfo: running `cargo check --bins` on nexus-defaults (77/163)
25232024-10-03T19:51:24.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-10-03T19:51:24.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-10-03T19:51:24.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-10-03T19:51:24.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25272024-10-03T19:51:24.611Z
25282024-10-03T19:51:24.611Zinfo: running `cargo check --bins` on sled-agent-client (78/163)
25292024-10-03T19:51:25.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-10-03T19:51:25.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-10-03T19:51:25.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-10-03T19:51:25.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25332024-10-03T19:51:25.281Z
25342024-10-03T19:51:25.281Zinfo: running `cargo check --bins` on nexus-inventory (79/163)
25352024-10-03T19:51:25.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-10-03T19:51:25.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-10-03T19:51:25.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-10-03T19:51:25.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25392024-10-03T19:51:25.962Z
25402024-10-03T19:51:25.962Zinfo: running `cargo check --bins` on typed-rng (80/163)
25412024-10-03T19:51:26.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-10-03T19:51:26.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-10-03T19:51:26.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-10-03T19:51:26.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25452024-10-03T19:51:26.585Z
25462024-10-03T19:51:26.585Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/163)
25472024-10-03T19:51:27.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-10-03T19:51:27.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-10-03T19:51:27.341Z Checking keccak v0.1.5
25502024-10-03T19:51:27.444Z Checking secrecy v0.8.0
25512024-10-03T19:51:27.446Z Compiling unicase v2.7.0
25522024-10-03T19:51:27.446Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25532024-10-03T19:51:27.446Z Compiling same-file v1.0.6
25542024-10-03T19:51:27.452Z Compiling tempfile v3.10.1
25552024-10-03T19:51:27.496Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25562024-10-03T19:51:27.498Z Compiling thiserror-impl-no-std v2.0.2
25572024-10-03T19:51:27.649Z Compiling walkdir v2.5.0
25582024-10-03T19:51:27.706Z Checking sha3 v0.10.8
25592024-10-03T19:51:27.740Z Checking universal-hash v0.5.1
25602024-10-03T19:51:27.790Z Compiling blake3 v1.5.1
25612024-10-03T19:51:27.910Z Compiling ring v0.16.20
25622024-10-03T19:51:27.927Z Checking opaque-debug v0.3.1
25632024-10-03T19:51:28.059Z Checking poly1305 v0.8.0
25642024-10-03T19:51:28.105Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25652024-10-03T19:51:28.267Z Checking chacha20 v0.9.1
25662024-10-03T19:51:28.299Z Checking aead v0.5.2
25672024-10-03T19:51:28.382Z Compiling memmap2 v0.9.4
25682024-10-03T19:51:28.420Z Compiling constant_time_eq v0.3.0
25692024-10-03T19:51:28.521Z Compiling libefi-sys v0.1.0
25702024-10-03T19:51:28.538Z Compiling home v0.5.9
25712024-10-03T19:51:28.595Z Compiling untrusted v0.7.1
25722024-10-03T19:51:28.610Z Compiling arrayvec v0.7.4
25732024-10-03T19:51:28.783Z Compiling salty v0.3.0
25742024-10-03T19:51:28.800Z Compiling arrayref v0.3.7
25752024-10-03T19:51:28.800Z Compiling spin v0.5.2
25762024-10-03T19:51:28.847Z Compiling toolchain_find v0.4.0
25772024-10-03T19:51:28.894Z Checking chacha20poly1305 v0.10.1
25782024-10-03T19:51:29.086Z Compiling camino-tempfile v1.1.1
25792024-10-03T19:51:29.244Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25802024-10-03T19:51:29.292Z Compiling bitfield-struct v0.6.1
25812024-10-03T19:51:29.454Z Compiling topological-sort v0.2.2
25822024-10-03T19:51:29.522Z Compiling mime_guess v2.0.4
25832024-10-03T19:51:29.662Z Compiling rustfmt-wrapper v0.2.1
25842024-10-03T19:51:30.085Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25852024-10-03T19:51:30.128Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25862024-10-03T19:51:30.253Z Checking primeorder v0.13.6
25872024-10-03T19:51:30.292Z Checking env_filter v0.1.2
25882024-10-03T19:51:30.418Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25892024-10-03T19:51:30.505Z Checking env_logger v0.11.5
25902024-10-03T19:51:30.637Z Checking thiserror-no-std v2.0.2
25912024-10-03T19:51:30.701Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25922024-10-03T19:51:30.717Z Checking p384 v0.13.0
25932024-10-03T19:51:30.744Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25942024-10-03T19:51:30.747Z Checking vsss-rs v3.3.4
25952024-10-03T19:51:30.807Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25962024-10-03T19:51:30.970Z Checking gethostname v0.5.0
25972024-10-03T19:51:31.095Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25982024-10-03T19:51:31.119Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
25992024-10-03T19:51:31.272Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26002024-10-03T19:51:31.407Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26012024-10-03T19:51:31.446Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26022024-10-03T19:51:31.733Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26032024-10-03T19:51:31.777Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26042024-10-03T19:51:31.974Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24)
26052024-10-03T19:51:31.990Z Checking nanorand v0.7.0
26062024-10-03T19:51:32.009Z Checking atty v0.2.14
26072024-10-03T19:51:32.053Z Checking glob v0.3.1
26082024-10-03T19:51:32.134Z Checking http-range v0.1.5
26092024-10-03T19:51:32.320Z Checking hyper-staticfile v0.10.1
26102024-10-03T19:51:32.351Z Checking flume v0.11.0
26112024-10-03T19:51:32.370Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26122024-10-03T19:51:32.864Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26132024-10-03T19:51:33.086Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26142024-10-03T19:51:33.107Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26152024-10-03T19:51:33.650Z Compiling omicron-zone-package v0.11.1
26162024-10-03T19:51:33.767Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26172024-10-03T19:51:34.533Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26182024-10-03T19:51:34.914Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26192024-10-03T19:51:34.996Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26202024-10-03T19:51:35.171Z Checking display-error-chain v0.2.1
26212024-10-03T19:51:36.678Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26222024-10-03T19:51:37.523Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26232024-10-03T19:51:39.350Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26242024-10-03T19:51:39.389Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252024-10-03T19:51:49.224Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26262024-10-03T19:52:01.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.44s
26272024-10-03T19:52:01.185Z
26282024-10-03T19:52:01.185Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/163)
26292024-10-03T19:52:01.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-10-03T19:52:01.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-10-03T19:52:01.967Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26322024-10-03T19:52:14.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.00s
26332024-10-03T19:52:14.359Z
26342024-10-03T19:52:14.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/163)
26352024-10-03T19:52:15.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-10-03T19:52:15.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-10-03T19:52:15.118Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26382024-10-03T19:52:27.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s
26392024-10-03T19:52:27.266Z
26402024-10-03T19:52:27.266Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/163)
26412024-10-03T19:52:27.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-10-03T19:52:27.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-10-03T19:52:28.017Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26442024-10-03T19:52:39.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.66s
26452024-10-03T19:52:40.094Z
26462024-10-03T19:52:40.094Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/163)
26472024-10-03T19:52:40.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-10-03T19:52:40.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-10-03T19:52:40.853Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26502024-10-03T19:52:53.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
26512024-10-03T19:52:53.223Z
26522024-10-03T19:52:53.224Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/163)
26532024-10-03T19:52:53.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-10-03T19:52:53.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-10-03T19:52:53.986Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26562024-10-03T19:53:06.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.91s
26572024-10-03T19:53:06.305Z
26582024-10-03T19:53:06.305Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/163)
26592024-10-03T19:53:06.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-10-03T19:53:06.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-10-03T19:53:07.061Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26622024-10-03T19:53:19.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.82s
26632024-10-03T19:53:19.303Z
26642024-10-03T19:53:19.303Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/163)
26652024-10-03T19:53:19.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-10-03T19:53:19.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-10-03T19:53:20.052Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26682024-10-03T19:53:32.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.70s
26692024-10-03T19:53:32.177Z
26702024-10-03T19:53:32.177Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/163)
26712024-10-03T19:53:32.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-10-03T19:53:32.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-10-03T19:53:32.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742024-10-03T19:53:32.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26752024-10-03T19:53:32.866Z
26762024-10-03T19:53:32.866Zinfo: running `cargo check --bins` on sled-agent-types (90/163)
26772024-10-03T19:53:33.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-10-03T19:53:33.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-10-03T19:53:33.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-10-03T19:53:33.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26812024-10-03T19:53:33.548Z
26822024-10-03T19:53:33.548Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/163)
26832024-10-03T19:53:34.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-10-03T19:53:34.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-10-03T19:53:34.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862024-10-03T19:53:34.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26872024-10-03T19:53:34.219Z
26882024-10-03T19:53:34.219Zinfo: running `cargo check --bins` on dpd-client (92/163)
26892024-10-03T19:53:34.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-10-03T19:53:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-10-03T19:53:34.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922024-10-03T19:53:34.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26932024-10-03T19:53:34.862Z
26942024-10-03T19:53:34.862Zinfo: running `cargo check --bins` on installinator-common (93/163)
26952024-10-03T19:53:35.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-10-03T19:53:35.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-10-03T19:53:35.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982024-10-03T19:53:35.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26992024-10-03T19:53:35.533Z
27002024-10-03T19:53:35.533Zinfo: running `cargo check --bins` on key-manager (94/163)
27012024-10-03T19:53:36.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-10-03T19:53:36.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-10-03T19:53:36.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042024-10-03T19:53:36.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27052024-10-03T19:53:36.185Z
27062024-10-03T19:53:36.185Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/163)
27072024-10-03T19:53:36.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-10-03T19:53:36.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-10-03T19:53:36.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102024-10-03T19:53:36.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27112024-10-03T19:53:36.851Z
27122024-10-03T19:53:36.851Zinfo: running `cargo check --bins` on sled-agent-api (96/163)
27132024-10-03T19:53:37.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-10-03T19:53:37.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-10-03T19:53:37.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162024-10-03T19:53:37.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27172024-10-03T19:53:37.529Z
27182024-10-03T19:53:37.529Zinfo: running `cargo check --bins` on sled-hardware (97/163)
27192024-10-03T19:53:38.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-10-03T19:53:38.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-10-03T19:53:38.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222024-10-03T19:53:38.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27232024-10-03T19:53:38.193Z
27242024-10-03T19:53:38.193Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/163)
27252024-10-03T19:53:38.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-10-03T19:53:38.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-10-03T19:53:38.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282024-10-03T19:53:38.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27292024-10-03T19:53:38.866Z
27302024-10-03T19:53:38.866Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/163)
27312024-10-03T19:53:39.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-10-03T19:53:39.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-10-03T19:53:39.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-10-03T19:53:39.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27352024-10-03T19:53:39.536Z
27362024-10-03T19:53:39.536Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/163)
27372024-10-03T19:53:40.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-10-03T19:53:40.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-10-03T19:53:40.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-10-03T19:53:40.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27412024-10-03T19:53:40.223Z
27422024-10-03T19:53:40.223Zinfo: running `cargo check --bins` on nexus-test-interface (101/163)
27432024-10-03T19:53:40.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-10-03T19:53:40.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-10-03T19:53:40.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-10-03T19:53:40.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27472024-10-03T19:53:40.901Z
27482024-10-03T19:53:40.901Zinfo: running `cargo check --bins` on oximeter-collector (102/163)
27492024-10-03T19:53:41.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-10-03T19:53:41.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-10-03T19:53:41.608Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27522024-10-03T19:53:41.608Z Checking bcs v0.1.6
27532024-10-03T19:53:41.608Z Compiling async-recursion v1.1.1
27542024-10-03T19:53:41.610Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27552024-10-03T19:53:41.610Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27562024-10-03T19:53:42.658Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572024-10-03T19:53:45.948Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27582024-10-03T19:53:47.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.72s
27592024-10-03T19:53:47.791Z
27602024-10-03T19:53:47.791Zinfo: running `cargo check --bins` on oximeter-api (103/163)
27612024-10-03T19:53:48.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-10-03T19:53:48.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-10-03T19:53:48.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-10-03T19:53:48.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27652024-10-03T19:53:48.449Z
27662024-10-03T19:53:48.449Zinfo: running `cargo check --bins` on oximeter-client (104/163)
27672024-10-03T19:53:49.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-10-03T19:53:49.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-10-03T19:53:49.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-10-03T19:53:49.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27712024-10-03T19:53:49.109Z
27722024-10-03T19:53:49.109Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/163)
27732024-10-03T19:53:49.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-10-03T19:53:49.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-10-03T19:53:49.778Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27762024-10-03T19:53:50.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
27772024-10-03T19:53:50.511Z
27782024-10-03T19:53:50.511Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/163)
27792024-10-03T19:53:51.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-10-03T19:53:51.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-10-03T19:53:51.200Z Compiling cfg_aliases v0.1.1
27822024-10-03T19:53:51.200Z Compiling vte_generate_state_changes v0.1.1
27832024-10-03T19:53:51.203Z Checking fd-lock v4.0.2
27842024-10-03T19:53:51.203Z Checking bytecount v0.6.8
27852024-10-03T19:53:51.203Z Compiling tabled_derive v0.7.0
27862024-10-03T19:53:51.303Z Checking crossterm v0.27.0
27872024-10-03T19:53:51.309Z Compiling peg-macros v0.8.4
27882024-10-03T19:53:51.311Z Compiling sqlparser_derive v0.2.2
27892024-10-03T19:53:51.371Z Compiling nix v0.28.0
27902024-10-03T19:53:51.430Z Checking papergrid v0.11.0
27912024-10-03T19:53:51.457Z Checking nu-ansi-term v0.50.0
27922024-10-03T19:53:51.842Z Checking unicode_categories v0.1.1
27932024-10-03T19:53:51.938Z Checking vte v0.11.1
27942024-10-03T19:53:52.150Z Checking home v0.5.9
27952024-10-03T19:53:52.304Z Checking sqlformat v0.2.6
27962024-10-03T19:53:52.399Z Checking sqlparser v0.45.0
27972024-10-03T19:53:52.887Z Checking crossterm v0.28.1
27982024-10-03T19:53:53.373Z Checking strip-ansi-escapes v0.2.0
27992024-10-03T19:53:53.519Z Checking reedline v0.33.0
28002024-10-03T19:53:53.831Z Checking tabled v0.15.0
28012024-10-03T19:53:54.440Z Checking peg v0.8.4
28022024-10-03T19:53:54.746Z Checking rustyline v14.0.0
28032024-10-03T19:53:58.837Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28042024-10-03T19:54:04.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s
28052024-10-03T19:54:04.635Z
28062024-10-03T19:54:04.635Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/163)
28072024-10-03T19:54:05.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-10-03T19:54:05.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-10-03T19:54:05.319Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28102024-10-03T19:54:10.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
28112024-10-03T19:54:11.059Z
28122024-10-03T19:54:11.059Zinfo: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/163)
28132024-10-03T19:54:11.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-10-03T19:54:11.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-10-03T19:54:11.748Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28162024-10-03T19:54:16.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
28172024-10-03T19:54:16.242Z
28182024-10-03T19:54:16.242Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/163)
28192024-10-03T19:54:16.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-10-03T19:54:16.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-10-03T19:54:16.922Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222024-10-03T19:54:21.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
28232024-10-03T19:54:22.062Z
28242024-10-03T19:54:22.062Zinfo: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/163)
28252024-10-03T19:54:22.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-10-03T19:54:22.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-10-03T19:54:22.747Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282024-10-03T19:54:28.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28292024-10-03T19:54:28.272Z
28302024-10-03T19:54:28.272Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/163)
28312024-10-03T19:54:28.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-10-03T19:54:28.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-10-03T19:54:28.955Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342024-10-03T19:54:33.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
28352024-10-03T19:54:33.297Z
28362024-10-03T19:54:33.297Zinfo: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/163)
28372024-10-03T19:54:33.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-10-03T19:54:33.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-10-03T19:54:33.981Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402024-10-03T19:54:38.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
28412024-10-03T19:54:38.666Z
28422024-10-03T19:54:38.666Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/163)
28432024-10-03T19:54:39.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-10-03T19:54:39.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-10-03T19:54:39.352Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462024-10-03T19:54:44.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
28472024-10-03T19:54:44.754Z
28482024-10-03T19:54:44.754Zinfo: running `cargo check --bins` on oximeter-test-utils (114/163)
28492024-10-03T19:54:45.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-10-03T19:54:45.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-10-03T19:54:45.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522024-10-03T19:54:45.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28532024-10-03T19:54:45.438Z
28542024-10-03T19:54:45.438Zinfo: running `cargo check --bins` on cockroach-admin-client (115/163)
28552024-10-03T19:54:45.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-10-03T19:54:45.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-10-03T19:54:45.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-10-03T19:54:45.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28592024-10-03T19:54:46.056Z
28602024-10-03T19:54:46.057Zinfo: running `cargo check --bins` on installinator-client (116/163)
28612024-10-03T19:54:46.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-10-03T19:54:46.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-10-03T19:54:46.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-10-03T19:54:46.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28652024-10-03T19:54:46.728Z
28662024-10-03T19:54:46.728Zinfo: running `cargo check --bins` on oxide-client (117/163)
28672024-10-03T19:54:47.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-10-03T19:54:47.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-10-03T19:54:47.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702024-10-03T19:54:47.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28712024-10-03T19:54:47.363Z
28722024-10-03T19:54:47.363Zinfo: running `cargo check --bins` on wicketd-client (118/163)
28732024-10-03T19:54:47.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-10-03T19:54:47.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-10-03T19:54:47.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-10-03T19:54:47.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28772024-10-03T19:54:48.056Z
28782024-10-03T19:54:48.056Zinfo: running `cargo check --bins` on wicket-common (119/163)
28792024-10-03T19:54:48.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-10-03T19:54:48.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-10-03T19:54:48.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-10-03T19:54:48.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28832024-10-03T19:54:48.738Z
28842024-10-03T19:54:48.738Zinfo: running `cargo check --bins` on omicron-cockroach-admin (120/163)
28852024-10-03T19:54:49.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-10-03T19:54:49.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-10-03T19:54:49.426Z Checking csv-core v0.1.11
28882024-10-03T19:54:49.428Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28892024-10-03T19:54:49.720Z Checking csv v1.3.0
28902024-10-03T19:54:50.240Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28912024-10-03T19:54:50.568Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922024-10-03T19:54:51.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
28932024-10-03T19:54:51.905Z
28942024-10-03T19:54:51.905Zinfo: running `cargo check --bins` on cockroach-admin-api (121/163)
28952024-10-03T19:54:52.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-10-03T19:54:52.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-10-03T19:54:52.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-10-03T19:54:52.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28992024-10-03T19:54:52.574Z
29002024-10-03T19:54:52.574Zinfo: running `cargo check --bins` on cockroach-admin-types (122/163)
29012024-10-03T19:54:53.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-10-03T19:54:53.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-10-03T19:54:53.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-10-03T19:54:53.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29052024-10-03T19:54:53.232Z
29062024-10-03T19:54:53.232Zinfo: running `cargo check --bins` on cert-dev (123/163)
29072024-10-03T19:54:53.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-10-03T19:54:53.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-10-03T19:54:53.858Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29102024-10-03T19:54:54.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
29112024-10-03T19:54:54.256Z
29122024-10-03T19:54:54.256Zinfo: running `cargo check --bins` on ch-dev (124/163)
29132024-10-03T19:54:54.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-10-03T19:54:54.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-10-03T19:54:54.945Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29162024-10-03T19:54:55.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29172024-10-03T19:54:55.790Z
29182024-10-03T19:54:55.790Zinfo: running `cargo check --bins` on crdb-seed (125/163)
29192024-10-03T19:54:56.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-10-03T19:54:56.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-10-03T19:54:56.467Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29222024-10-03T19:54:56.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29232024-10-03T19:54:56.972Z
29242024-10-03T19:54:56.972Zinfo: running `cargo check --bins` on db-dev (126/163)
29252024-10-03T19:54:57.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-10-03T19:54:57.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-10-03T19:54:57.654Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29282024-10-03T19:54:58.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29292024-10-03T19:54:58.505Z
29302024-10-03T19:54:58.505Zinfo: running `cargo check --bins` on omicron-dev-lib (127/163)
29312024-10-03T19:54:59.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-10-03T19:54:59.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-10-03T19:54:59.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342024-10-03T19:54:59.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29352024-10-03T19:54:59.187Z
29362024-10-03T19:54:59.187Zinfo: running `cargo check --bins` on xtask-downloader (128/163)
29372024-10-03T19:54:59.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382024-10-03T19:54:59.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392024-10-03T19:54:59.818Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29402024-10-03T19:55:00.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
29412024-10-03T19:55:00.796Z
29422024-10-03T19:55:00.796Zinfo: running `cargo check --bins` on omicron-ls-apis (129/163)
29432024-10-03T19:55:01.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-10-03T19:55:01.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-10-03T19:55:01.449Z Checking cargo-platform v0.1.8
29462024-10-03T19:55:01.710Z Checking cargo_metadata v0.18.1
29472024-10-03T19:55:02.688Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29482024-10-03T19:55:03.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
29492024-10-03T19:55:03.553Z
29502024-10-03T19:55:03.553Zinfo: running `cargo check --bins` on mgs-dev (130/163)
29512024-10-03T19:55:04.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522024-10-03T19:55:04.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532024-10-03T19:55:04.295Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29542024-10-03T19:55:04.941Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29552024-10-03T19:55:05.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
29562024-10-03T19:55:05.608Z
29572024-10-03T19:55:05.608Zinfo: running `cargo check --bins` on omicron-omdb (131/163)
29582024-10-03T19:55:06.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-10-03T19:55:06.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-10-03T19:55:06.421Z Compiling glob v0.3.1
29612024-10-03T19:55:06.421Z Compiling crunchy v0.2.2
29622024-10-03T19:55:06.423Z Compiling tiny-keccak v2.0.2
29632024-10-03T19:55:06.423Z Compiling dsl_auto_type v0.1.2
29642024-10-03T19:55:06.423Z Checking scheduled-thread-pool v0.2.7
29652024-10-03T19:55:06.424Z Compiling diesel_table_macro_syntax v0.2.0
29662024-10-03T19:55:06.554Z Compiling ascii-canvas v3.0.0
29672024-10-03T19:55:06.568Z Compiling ena v0.14.3
29682024-10-03T19:55:06.725Z Checking r2d2 v0.8.10
29692024-10-03T19:55:06.856Z Compiling libloading v0.8.3
29702024-10-03T19:55:06.958Z Compiling diff v0.1.13
29712024-10-03T19:55:06.998Z Compiling bindgen v0.69.4
29722024-10-03T19:55:07.072Z Compiling regex-syntax v0.6.29
29732024-10-03T19:55:07.107Z Compiling which v4.4.2
29742024-10-03T19:55:07.260Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29752024-10-03T19:55:07.453Z Compiling clang-sys v1.7.0
29762024-10-03T19:55:07.494Z Compiling cexpr v0.6.0
29772024-10-03T19:55:07.638Z Compiling rustc-hash v1.1.0
29782024-10-03T19:55:07.716Z Compiling shlex v1.3.0
29792024-10-03T19:55:07.791Z Compiling lazycell v1.3.0
29802024-10-03T19:55:07.794Z Compiling ref-cast v1.0.23
29812024-10-03T19:55:07.828Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29822024-10-03T19:55:07.965Z Compiling derive_builder_core v0.20.0
29832024-10-03T19:55:08.126Z Compiling libxml v0.3.3
29842024-10-03T19:55:08.161Z Compiling ref-cast-impl v1.0.23
29852024-10-03T19:55:08.182Z Compiling diesel_derives v2.2.2
29862024-10-03T19:55:08.408Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29872024-10-03T19:55:08.572Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29882024-10-03T19:55:08.904Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29892024-10-03T19:55:09.221Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29902024-10-03T19:55:09.313Z Compiling strum_macros v0.24.3
29912024-10-03T19:55:09.515Z Compiling dropshot v0.10.1
29922024-10-03T19:55:09.587Z Compiling indoc v1.0.9
29932024-10-03T19:55:10.367Z Compiling lalrpop v0.19.12
29942024-10-03T19:55:10.597Z Compiling derive_builder_macro v0.20.0
29952024-10-03T19:55:11.517Z Checking derive_builder v0.20.0
29962024-10-03T19:55:11.730Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29972024-10-03T19:55:12.032Z Compiling dropshot_endpoint v0.10.1
29982024-10-03T19:55:12.137Z Compiling oso-derive v0.27.3
29992024-10-03T19:55:12.993Z Compiling impl-trait-for-tuples v0.2.2
30002024-10-03T19:55:13.031Z Checking quick-xml v0.33.0
30012024-10-03T19:55:13.261Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
30022024-10-03T19:55:13.585Z Checking maplit v1.0.2
30032024-10-03T19:55:13.861Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30042024-10-03T19:55:15.261Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30052024-10-03T19:55:15.545Z Checking bb8 v0.8.5
30062024-10-03T19:55:15.566Z Compiling const_format_proc_macros v0.2.33
30072024-10-03T19:55:16.088Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30082024-10-03T19:55:16.388Z Checking castaway v0.2.3
30092024-10-03T19:55:16.564Z Checking compact_str v0.8.0
30102024-10-03T19:55:17.488Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30112024-10-03T19:55:17.734Z Checking const_format v0.2.33
30122024-10-03T19:55:17.795Z Checking unicode-truncate v1.0.0
30132024-10-03T19:55:18.027Z Checking lru v0.12.3
30142024-10-03T19:55:18.090Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
30152024-10-03T19:55:18.192Z Compiling instability v0.3.2
30162024-10-03T19:55:18.317Z Checking cassowary v0.3.0
30172024-10-03T19:55:18.737Z Checking unicode-linebreak v0.1.5
30182024-10-03T19:55:19.181Z Checking smawk v0.3.2
30192024-10-03T19:55:19.289Z Checking is_ci v1.2.0
30202024-10-03T19:55:19.392Z Checking textwrap v0.16.1
30212024-10-03T19:55:19.432Z Checking supports-color v3.0.1
30222024-10-03T19:55:19.635Z Checking ratatui v0.28.0
30232024-10-03T19:55:19.818Z Checking multimap v0.10.0
30242024-10-03T19:55:20.906Z Checking diesel v2.2.4
30252024-10-03T19:55:39.249Z Compiling samael v0.0.17
30262024-10-03T19:55:55.641Z Compiling polar-core v0.27.3
30272024-10-03T19:55:56.470Z Checking async-bb8-diesel v0.2.1
30282024-10-03T19:56:02.522Z Checking oso v0.27.3
30292024-10-03T19:57:03.044Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30302024-10-03T19:57:08.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
30312024-10-03T19:57:08.672Z
30322024-10-03T19:57:08.672Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (132/163)
30332024-10-03T19:57:09.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-10-03T19:57:09.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-10-03T19:57:09.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-10-03T19:57:09.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30372024-10-03T19:57:09.394Z
30382024-10-03T19:57:09.394Zinfo: running `cargo check --bins` on nexus-saga-recovery (133/163)
30392024-10-03T19:57:10.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-10-03T19:57:10.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-10-03T19:57:10.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-10-03T19:57:10.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
30432024-10-03T19:57:10.102Z
30442024-10-03T19:57:10.102Zinfo: running `cargo check --bins` on nexus-test-utils-macros (134/163)
30452024-10-03T19:57:10.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-10-03T19:57:10.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-10-03T19:57:10.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-10-03T19:57:10.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30492024-10-03T19:57:10.734Z
30502024-10-03T19:57:10.734Zinfo: running `cargo check --bins` on omicron-nexus (135/163)
30512024-10-03T19:57:11.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-10-03T19:57:11.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-10-03T19:57:11.569Z Compiling libz-sys v1.1.16
30542024-10-03T19:57:11.676Z Compiling libgit2-sys v0.17.0+1.8.1
30552024-10-03T19:57:11.687Z Compiling vergen v8.3.2
30562024-10-03T19:57:11.689Z Compiling cargo-platform v0.1.8
30572024-10-03T19:57:11.689Z Compiling pin-project-internal v1.1.5
30582024-10-03T19:57:11.724Z Compiling snafu-derive v0.8.2
30592024-10-03T19:57:11.727Z Compiling libsqlite3-sys v0.30.1
30602024-10-03T19:57:11.727Z Compiling buf-list v1.0.3
30612024-10-03T19:57:12.020Z Compiling cargo_metadata v0.18.1
30622024-10-03T19:57:12.224Z Compiling cfg_aliases v0.2.1
30632024-10-03T19:57:12.240Z Compiling rustls v0.21.12
30642024-10-03T19:57:12.334Z Checking sync_wrapper v0.1.2
30652024-10-03T19:57:12.460Z Compiling nix v0.29.0
30662024-10-03T19:57:12.476Z Checking reqwest v0.11.27
30672024-10-03T19:57:12.599Z Checking globset v0.4.14
30682024-10-03T19:57:12.624Z Checking sct v0.7.1
30692024-10-03T19:57:12.825Z Checking rustls-webpki v0.101.7
30702024-10-03T19:57:13.087Z Checking olpc-cjson v0.1.3
30712024-10-03T19:57:13.298Z Checking rand_seeder v0.3.0
30722024-10-03T19:57:13.359Z Checking serde_plain v1.0.2
30732024-10-03T19:57:13.444Z Checking typed-path v0.7.1
30742024-10-03T19:57:13.522Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30752024-10-03T19:57:14.043Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30762024-10-03T19:57:14.075Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30772024-10-03T19:57:14.336Z Checking hashlink v0.9.1
30782024-10-03T19:57:14.372Z Checking fallible-streaming-iterator v0.1.9
30792024-10-03T19:57:14.583Z Checking fallible-iterator v0.3.0
30802024-10-03T19:57:14.773Z Checking pin-project v1.1.5
30812024-10-03T19:57:14.897Z Checking parse-size v1.0.0
30822024-10-03T19:57:14.988Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30832024-10-03T19:57:15.142Z Checking rusqlite v0.32.1
30842024-10-03T19:57:15.316Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30852024-10-03T19:57:15.531Z Checking rustls-pemfile v1.0.4
30862024-10-03T19:57:15.583Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30872024-10-03T19:57:16.731Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30882024-10-03T19:57:16.734Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30892024-10-03T19:57:16.734Z Checking twox-hash v1.6.3
30902024-10-03T19:57:16.734Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30912024-10-03T19:57:16.734Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30922024-10-03T19:57:16.734Z Checking tokio-rustls v0.24.1
30932024-10-03T19:57:16.734Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30942024-10-03T19:57:17.047Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30952024-10-03T19:57:17.158Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30962024-10-03T19:57:17.208Z Checking snafu v0.8.2
30972024-10-03T19:57:17.233Z Checking fatfs v0.3.6
30982024-10-03T19:57:17.689Z Checking tough v0.17.1
30992024-10-03T19:57:17.729Z Checking assert_matches v1.5.0
31002024-10-03T19:57:21.693Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31012024-10-03T19:57:22.988Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31022024-10-03T19:57:24.120Z Compiling git2 v0.19.0
31032024-10-03T19:57:28.787Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31042024-10-03T19:58:19.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
31052024-10-03T19:58:20.089Z
31062024-10-03T19:58:20.089Zinfo: running `cargo check --bins` on nexus-external-api (136/163)
31072024-10-03T19:58:20.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-10-03T19:58:20.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-10-03T19:58:20.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102024-10-03T19:58:20.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31112024-10-03T19:58:20.806Z
31122024-10-03T19:58:20.806Zinfo: running `cargo check --bins` on openapi-manager-types (137/163)
31132024-10-03T19:58:21.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-10-03T19:58:21.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-10-03T19:58:21.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162024-10-03T19:58:21.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31172024-10-03T19:58:21.439Z
31182024-10-03T19:58:21.439Zinfo: running `cargo check --bins` on nexus-internal-api (138/163)
31192024-10-03T19:58:22.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-10-03T19:58:22.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-10-03T19:58:22.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222024-10-03T19:58:22.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31232024-10-03T19:58:22.114Z
31242024-10-03T19:58:22.115Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (139/163)
31252024-10-03T19:58:22.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-10-03T19:58:22.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-10-03T19:58:22.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282024-10-03T19:58:22.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31292024-10-03T19:58:22.835Z
31302024-10-03T19:58:22.835Zinfo: running `cargo check --bins` on nexus-networking (140/163)
31312024-10-03T19:58:23.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-10-03T19:58:23.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-10-03T19:58:23.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342024-10-03T19:58:23.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31352024-10-03T19:58:23.546Z
31362024-10-03T19:58:23.546Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (141/163)
31372024-10-03T19:58:24.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-10-03T19:58:24.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-10-03T19:58:24.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402024-10-03T19:58:24.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31412024-10-03T19:58:24.256Z
31422024-10-03T19:58:24.256Zinfo: running `cargo check --bins` on update-common (142/163)
31432024-10-03T19:58:24.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-10-03T19:58:24.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-10-03T19:58:24.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462024-10-03T19:58:24.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31472024-10-03T19:58:24.938Z
31482024-10-03T19:58:24.938Zinfo: running `cargo check --bins` on tufaceous-lib (143/163)
31492024-10-03T19:58:25.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-10-03T19:58:25.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-10-03T19:58:25.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-10-03T19:58:25.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31532024-10-03T19:58:25.622Z
31542024-10-03T19:58:25.622Zinfo: running `cargo check --bins` on tufaceous (144/163)
31552024-10-03T19:58:26.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-10-03T19:58:26.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-10-03T19:58:26.313Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31582024-10-03T19:58:27.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
31592024-10-03T19:58:27.384Z
31602024-10-03T19:58:27.384Zinfo: running `cargo check --bins` on omicron-dev (145/163)
31612024-10-03T19:58:28.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-10-03T19:58:28.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-10-03T19:58:28.257Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31642024-10-03T19:58:28.260Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31652024-10-03T19:58:28.260Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31662024-10-03T19:58:29.619Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31672024-10-03T19:58:32.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
31682024-10-03T19:58:32.262Z
31692024-10-03T19:58:32.262Zinfo: running `cargo check --bins` on openapi-manager (146/163)
31702024-10-03T19:58:32.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712024-10-03T19:58:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722024-10-03T19:58:32.994Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31732024-10-03T19:58:32.995Z Checking heck v0.4.1
31742024-10-03T19:58:32.997Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31752024-10-03T19:58:33.221Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
31762024-10-03T19:58:34.562Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31772024-10-03T19:58:35.363Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31782024-10-03T19:58:36.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
31792024-10-03T19:58:36.515Z
31802024-10-03T19:58:36.515Zinfo: running `cargo check --bins` on installinator-api (147/163)
31812024-10-03T19:58:37.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-10-03T19:58:37.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-10-03T19:58:37.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842024-10-03T19:58:37.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31852024-10-03T19:58:37.195Z
31862024-10-03T19:58:37.195Zinfo: running `cargo check --bins` on wicketd-api (148/163)
31872024-10-03T19:58:37.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-10-03T19:58:37.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-10-03T19:58:37.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902024-10-03T19:58:37.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
31912024-10-03T19:58:37.882Z
31922024-10-03T19:58:37.882Zinfo: running `cargo check --bins` on reconfigurator-cli (149/163)
31932024-10-03T19:58:38.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-10-03T19:58:38.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-10-03T19:58:38.631Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31962024-10-03T19:58:39.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
31972024-10-03T19:58:40.058Z
31982024-10-03T19:58:40.059Zinfo: running `cargo check --bins` on omicron-releng (150/163)
31992024-10-03T19:58:40.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002024-10-03T19:58:40.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012024-10-03T19:58:40.757Z Checking memmap2 v0.9.4
32022024-10-03T19:58:40.757Z Checking arrayvec v0.7.4
32032024-10-03T19:58:40.759Z Checking constant_time_eq v0.3.0
32042024-10-03T19:58:40.759Z Checking untrusted v0.7.1
32052024-10-03T19:58:40.759Z Checking spin v0.5.2
32062024-10-03T19:58:40.759Z Checking arrayref v0.3.7
32072024-10-03T19:58:40.854Z Checking topological-sort v0.2.2
32082024-10-03T19:58:40.872Z Checking shell-words v1.1.0
32092024-10-03T19:58:41.040Z Checking ring v0.16.20
32102024-10-03T19:58:41.133Z Checking blake3 v1.5.1
32112024-10-03T19:58:42.154Z Checking omicron-zone-package v0.11.1
32122024-10-03T19:58:43.231Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32132024-10-03T19:58:44.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32142024-10-03T19:58:44.239Z
32152024-10-03T19:58:44.239Zinfo: running `cargo check --bins` on xtask (151/163)
32162024-10-03T19:58:44.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-10-03T19:58:44.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-10-03T19:58:44.725Z Checking bitflags v2.6.0
32192024-10-03T19:58:44.727Z Checking serde v1.0.210
32202024-10-03T19:58:44.727Z Checking thiserror v1.0.64
32212024-10-03T19:58:44.811Z Checking scroll v0.12.0
32222024-10-03T19:58:44.817Z Checking log v0.4.22
32232024-10-03T19:58:44.820Z Checking hashbrown v0.14.5
32242024-10-03T19:58:44.827Z Checking zerocopy v0.7.34
32252024-10-03T19:58:44.851Z Checking syn v2.0.79
32262024-10-03T19:58:44.906Z Checking pest v2.7.10
32272024-10-03T19:58:45.027Z Checking rustix v0.38.34
32282024-10-03T19:58:45.063Z Checking fs-err v2.11.0
32292024-10-03T19:58:45.265Z Checking goblin v0.8.2
32302024-10-03T19:58:45.355Z Checking tabled v0.15.0
32312024-10-03T19:58:45.922Z Checking indexmap v2.5.0
32322024-10-03T19:58:46.233Z Checking anyhow v1.0.89
32332024-10-03T19:58:46.949Z Checking terminal_size v0.3.0
32342024-10-03T19:58:46.949Z Checking tempfile v3.10.1
32352024-10-03T19:58:47.116Z Checking clap_builder v4.5.18
32362024-10-03T19:58:47.301Z Checking dtrace-parser v0.2.0
32372024-10-03T19:58:48.973Z Checking serde_json v1.0.128
32382024-10-03T19:58:48.973Z Checking serde_spanned v0.6.7
32392024-10-03T19:58:48.975Z Checking toml_datetime v0.6.8
32402024-10-03T19:58:48.975Z Checking camino v1.1.9
32412024-10-03T19:58:48.975Z Checking semver v1.0.23
32422024-10-03T19:58:49.055Z Checking cargo-platform v0.1.8
32432024-10-03T19:58:49.195Z Checking macaddr v1.0.1
32442024-10-03T19:58:49.266Z Checking toml_edit v0.22.22
32452024-10-03T19:58:49.517Z Checking camino-tempfile v1.1.1
32462024-10-03T19:58:49.588Z Checking clap v4.5.18
32472024-10-03T19:58:50.137Z Checking dof v0.3.0
32482024-10-03T19:58:50.137Z Checking cargo_metadata v0.18.1
32492024-10-03T19:58:50.538Z Checking usdt-impl v0.5.0
32502024-10-03T19:58:50.883Z Checking usdt v0.5.0
32512024-10-03T19:58:51.027Z Checking toml v0.8.19
32522024-10-03T19:58:51.482Z Checking cargo_toml v0.20.5
32532024-10-03T19:58:52.723Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32542024-10-03T19:58:53.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
32552024-10-03T19:58:53.416Z
32562024-10-03T19:58:53.416Zinfo: running `cargo check --bins` on end-to-end-tests (152/163)
32572024-10-03T19:58:54.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582024-10-03T19:58:54.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592024-10-03T19:58:54.206Z Checking polyval v0.6.2
32602024-10-03T19:58:54.310Z Checking ctr v0.9.2
32612024-10-03T19:58:54.320Z Checking ssh-encoding v0.2.0
32622024-10-03T19:58:54.320Z Checking blowfish v0.9.1
32632024-10-03T19:58:54.341Z Checking password-hash v0.4.2
32642024-10-03T19:58:54.344Z Checking matches v0.1.10
32652024-10-03T19:58:54.365Z Checking p256 v0.13.2
32662024-10-03T19:58:54.368Z Checking p521 v0.13.3
32672024-10-03T19:58:54.437Z Checking idna v0.2.3
32682024-10-03T19:58:54.523Z Checking ghash v0.5.1
32692024-10-03T19:58:54.540Z Checking bcrypt-pbkdf v0.10.0
32702024-10-03T19:58:54.571Z Compiling enum-as-inner v0.5.1
32712024-10-03T19:58:54.624Z Checking russh-cryptovec v0.7.2
32722024-10-03T19:58:54.680Z Checking aes-gcm v0.10.3
32732024-10-03T19:58:54.734Z Checking pbkdf2 v0.11.0
32742024-10-03T19:58:54.783Z Checking md5 v0.7.0
32752024-10-03T19:58:54.810Z Checking num-bigint v0.4.5
32762024-10-03T19:58:54.849Z Checking des v0.8.1
32772024-10-03T19:58:54.906Z Checking ssh-cipher v0.2.0
32782024-10-03T19:58:55.007Z Checking hex-literal v0.4.1
32792024-10-03T19:58:55.053Z Compiling dhcproto-macros v0.1.0
32802024-10-03T19:58:55.117Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32812024-10-03T19:58:55.135Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32822024-10-03T19:58:55.200Z Checking ssh-key v0.6.6
32832024-10-03T19:58:55.244Z Checking internet-checksum v0.2.1
32842024-10-03T19:58:55.589Z Checking trust-dns-proto v0.22.0
32852024-10-03T19:58:56.434Z Checking russh-keys v0.45.0
32862024-10-03T19:58:57.325Z Checking russh v0.45.0
32872024-10-03T19:58:58.027Z Checking dhcproto v0.12.0
32882024-10-03T19:59:14.027Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32892024-10-03T19:59:15.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.88s
32902024-10-03T19:59:15.485Z
32912024-10-03T19:59:15.485Zinfo: running `cargo check --bins` on gateway-cli (153/163)
32922024-10-03T19:59:16.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932024-10-03T19:59:16.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942024-10-03T19:59:16.158Z Checking termios v0.3.3
32952024-10-03T19:59:16.368Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32962024-10-03T19:59:17.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
32972024-10-03T19:59:17.275Z
32982024-10-03T19:59:17.275Zinfo: running `cargo check --bins --no-default-features` on installinator (154/163)
32992024-10-03T19:59:17.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-10-03T19:59:17.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-10-03T19:59:17.997Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33022024-10-03T19:59:19.945Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33032024-10-03T19:59:21.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
33042024-10-03T19:59:21.865Z
33052024-10-03T19:59:21.865Zinfo: running `cargo check --bins` on internal-dns-cli (155/163)
33062024-10-03T19:59:22.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072024-10-03T19:59:22.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082024-10-03T19:59:22.515Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
33092024-10-03T19:59:22.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
33102024-10-03T19:59:23.104Z
33112024-10-03T19:59:23.104Zinfo: running `cargo check --bins` on omicron-live-tests (156/163)
33122024-10-03T19:59:23.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132024-10-03T19:59:23.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142024-10-03T19:59:23.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152024-10-03T19:59:23.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33162024-10-03T19:59:23.723Z
33172024-10-03T19:59:23.723Zinfo: running `cargo check --bins` on live-tests-macros (157/163)
33182024-10-03T19:59:24.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192024-10-03T19:59:24.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202024-10-03T19:59:24.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212024-10-03T19:59:24.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33222024-10-03T19:59:24.354Z
33232024-10-03T19:59:24.354Zinfo: running `cargo check --bins` on omicron-package (158/163)
33242024-10-03T19:59:24.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-10-03T19:59:24.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-10-03T19:59:25.039Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33272024-10-03T19:59:26.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
33282024-10-03T19:59:26.429Z
33292024-10-03T19:59:26.429Zinfo: running `cargo check --bins` on wicket-dbg (159/163)
33302024-10-03T19:59:27.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-10-03T19:59:27.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-10-03T19:59:27.158Z Checking rtoolbox v0.0.2
33332024-10-03T19:59:27.158Z Checking tui-tree-widget v0.22.0
33342024-10-03T19:59:27.161Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33352024-10-03T19:59:27.372Z Checking rpassword v7.3.1
33362024-10-03T19:59:31.305Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33372024-10-03T19:59:34.251Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33382024-10-03T19:59:35.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.95s
33392024-10-03T19:59:35.555Z
33402024-10-03T19:59:35.555Zinfo: running `cargo check --bins` on wicket (160/163)
33412024-10-03T19:59:36.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422024-10-03T19:59:36.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432024-10-03T19:59:36.279Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33442024-10-03T19:59:36.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
33452024-10-03T19:59:36.842Z
33462024-10-03T19:59:36.842Zinfo: running `cargo check --bins` on wicketd (161/163)
33472024-10-03T19:59:37.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-10-03T19:59:37.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-10-03T19:59:37.586Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33502024-10-03T19:59:41.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
33512024-10-03T19:59:41.559Z
33522024-10-03T19:59:41.559Zinfo: running `cargo check --bins` on omicron-workspace-hack (162/163)
33532024-10-03T19:59:42.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542024-10-03T19:59:42.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552024-10-03T19:59:42.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562024-10-03T19:59:42.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33572024-10-03T19:59:42.191Z
33582024-10-03T19:59:42.191Zinfo: running `cargo check --bins` on zone-setup (163/163)
33592024-10-03T19:59:42.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-10-03T19:59:42.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-10-03T19:59:42.948Z Checking uzers v0.11.3
33622024-10-03T19:59:43.249Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33632024-10-03T19:59:44.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
33642024-10-03T19:59:44.470Z
33652024-10-03T19:59:44.470Zreal 11:27.158067661
33662024-10-03T19:59:44.470Zuser 24:05.669477998
33672024-10-03T19:59:44.470Zsys 5:13.421368212
33682024-10-03T19:59:44.470Ztrap 0.509503217
33692024-10-03T19:59:44.470Ztflt 3.063262155
33702024-10-03T19:59:44.470Zdflt 2.185316125
33712024-10-03T19:59:44.470Zkflt 0.002405661
33722024-10-03T19:59:44.471Zlock 42:27.962547923
33732024-10-03T19:59:44.471Zslp 1:58:35.327585850
33742024-10-03T19:59:44.473Zlat 1:00.294286819
33752024-10-03T19:59:44.473Zstop 3:04.705370105
33762024-10-03T19:59:44.473Zprocess exited: duration 926175 ms, exit code 0
 
33772024-10-03T19:59:44.482Zfound 0 output files