01J6YWK5FWE5NPRW4YBV9RVFHZ: 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: 01J6YWKF5XZT24VPZASVPGBFHE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-04T16:07:03.610Zjob assigned to worker 01J6YWKEGSYCZZA8G04D6ZP2BB (queued for 23 s)
 
22024-09-04T16:07:03.961Zstarting task 0: "setup"
32024-09-04T16:07:03.984Z++ uname -s
42024-09-04T16:07:03.984Z+ kern=SunOS
52024-09-04T16:07:03.984Z+ case "$kern" in
62024-09-04T16:07:03.984Z+ groupadd -g 12345 build
72024-09-04T16:07:03.984Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-04T16:07:05.990Z+ zfs create -o mountpoint=/work rpool/work
92024-09-04T16:07:06.030Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-04T16:07:06.053Z+ home_fs=zfs
112024-09-04T16:07:06.053Z+ [[ zfs == autofs ]]
122024-09-04T16:07:06.054Z+ mkdir -p /home/build
132024-09-04T16:07:06.054Z+ chown build:build /home/build /work
142024-09-04T16:07:08.040Z+ chmod 0700 /home/build /work
152024-09-04T16:07:08.063Zprocess exited: duration 4083 ms, exit code 0
 
162024-09-04T16:07:08.110Zstarting task 1: "rust-toolchain"
172024-09-04T16:07:08.134Z+ printf ' * toolchain channel = "%s"
182024-09-04T16:07:08.134Z * toolchain channel = "1.80.1"
192024-09-04T16:07:08.134Z * toolchain profile = "default"
202024-09-04T16:07:08.134Z' 1.80.1
212024-09-04T16:07:08.134Z+ printf ' * toolchain profile = "%s"
222024-09-04T16:07:08.134Z' default
232024-09-04T16:07:08.134Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-04T16:07:08.134Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-04T16:07:08.260Zinfo: downloading installer
262024-09-04T16:07:08.671Zinfo: profile set to 'default'
272024-09-04T16:07:08.671Zinfo: default host triple is x86_64-unknown-illumos
282024-09-04T16:07:08.694Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-04T16:07:08.757Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-04T16:07:08.757Zinfo: downloading component 'cargo'
312024-09-04T16:07:08.895Zinfo: downloading component 'clippy'
322024-09-04T16:07:08.939Zinfo: downloading component 'rust-docs'
332024-09-04T16:07:09.111Zinfo: downloading component 'rust-std'
342024-09-04T16:07:09.345Zinfo: downloading component 'rustc'
352024-09-04T16:07:10.875Zinfo: downloading component 'rustfmt'
362024-09-04T16:07:10.986Zinfo: installing component 'cargo'
372024-09-04T16:07:12.064Zinfo: installing component 'clippy'
382024-09-04T16:07:12.506Zinfo: installing component 'rust-docs'
392024-09-04T16:07:15.143Zinfo: installing component 'rust-std'
402024-09-04T16:07:17.155Zinfo: installing component 'rustc'
412024-09-04T16:07:22.371Zinfo: installing component 'rustfmt'
422024-09-04T16:07:22.755Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-04T16:07:22.755Z
442024-09-04T16:07:22.901Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-04T16:07:22.901Z
462024-09-04T16:07:22.901Z
472024-09-04T16:07:22.901ZRust is installed now. Great!
482024-09-04T16:07:22.901Z
492024-09-04T16:07:22.901ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-04T16:07:22.901Zenvironment variable. This has not been done automatically.
512024-09-04T16:07:22.901Z
522024-09-04T16:07:22.901ZTo configure your current shell, you need to source
532024-09-04T16:07:22.901Zthe corresponding env file under $HOME/.cargo.
542024-09-04T16:07:22.901Z
552024-09-04T16:07:22.901ZThis is usually done by running one of the following (note the leading DOT):
562024-09-04T16:07:22.901Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-04T16:07:22.901Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-04T16:07:22.975Z+ rustc --version
592024-09-04T16:07:23.083Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-04T16:07:23.108Zprocess exited: duration 14976 ms, exit code 0
 
612024-09-04T16:07:23.160Zstarting task 2: "authentication"
622024-09-04T16:07:23.212Zprocess exited: duration 55 ms, exit code 0
 
632024-09-04T16:07:23.259Zstarting task 3: "clone repository"
642024-09-04T16:07:23.283Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-04T16:07:23.283Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-04T16:07:23.306ZCloning into '/work/oxidecomputer/omicron'...
672024-09-04T16:07:28.628Z+ cd /work/oxidecomputer/omicron
682024-09-04T16:07:28.629Z+ git fetch origin 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e
692024-09-04T16:07:29.064ZFrom https://github.com/oxidecomputer/omicron
702024-09-04T16:07:29.064Z * branch 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e -> FETCH_HEAD
712024-09-04T16:07:29.087Z+ [[ -n eliza/boot-on-fault-isnt-just-a-bool ]]
722024-09-04T16:07:29.088Z++ git branch --show-current
732024-09-04T16:07:29.088Z+ current=main
742024-09-04T16:07:29.088Z+ [[ main != eliza/boot-on-fault-isnt-just-a-bool ]]
752024-09-04T16:07:29.088Z+ git branch -f eliza/boot-on-fault-isnt-just-a-bool 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e
762024-09-04T16:07:29.111Z+ git checkout -f eliza/boot-on-fault-isnt-just-a-bool
772024-09-04T16:07:29.271ZSwitched to branch 'eliza/boot-on-fault-isnt-just-a-bool'
782024-09-04T16:07:29.294Z+ git reset --hard 86b0ae678a9b31d5f0d2b3915ca558b847ee0a0e
792024-09-04T16:07:29.317ZHEAD is now at 86b0ae678 actually we can just leave it null for now
802024-09-04T16:07:29.317Zprocess exited: duration 6040 ms, exit code 0
 
812024-09-04T16:07:29.364Zstarting task 4: "build"
822024-09-04T16:07:29.388Z+ cargo --version
832024-09-04T16:07:29.437Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-04T16:07:29.460Z+ rustc --version
852024-09-04T16:07:29.512Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-04T16:07:29.536Z+ source ./env.sh
872024-09-04T16:07:29.536Z++ OLD_SHELL_OPTS=ehxB
882024-09-04T16:07:29.536Z++ set -o xtrace
892024-09-04T16:07:29.536Z++++ dirname ./env.sh
902024-09-04T16:07:29.536Z+++ readlink -f .
912024-09-04T16:07:29.536Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-04T16:07:29.536Z++ 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-09-04T16:07:29.536Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-04T16:07:29.536Z++ 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-09-04T16:07:29.536Z++ 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-09-04T16:07:29.536Z++ 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-09-04T16:07:29.536Z++ 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-09-04T16:07:29.536Z++ 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-09-04T16:07:29.536Z++ 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-09-04T16:07:29.536Z++ case $OLD_SHELL_OPTS in
1012024-09-04T16:07:29.536Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-04T16:07:29.536Z+ 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-09-04T16:07:29.536Z+ 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-09-04T16:07:29.536Z+ banner prerequisites
1052024-09-04T16:07:29.536Z
1062024-09-04T16:07:29.536Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-04T16:07:29.536Z # # # # # # # # # # # # # # #
1082024-09-04T16:07:29.536Z # # # # ##### # # ##### # # # # # #### #
1092024-09-04T16:07:29.536Z ##### ##### # ##### # # # # # # # # #
1102024-09-04T16:07:29.536Z # # # # # # # # # # # # # # #
1112024-09-04T16:07:29.536Z # # # ###### # # ###### ### # #### # #### #
1122024-09-04T16:07:29.536Z
1132024-09-04T16:07:29.536Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-04T16:07:34.870Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-04T16:07:37.680Z Startup: Caching catalogs ... Done
1162024-09-04T16:07:40.068ZPlanning: Solver setup ... Done (1.698s)
1172024-09-04T16:07:40.098ZPlanning: Running solver ... Done (0.030s)
1182024-09-04T16:07:40.134ZPlanning: Finding local manifests ... Done (0.003s)
1192024-09-04T16:07:40.230ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-04T16:07:40.688ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-04T16:07:40.815ZPlanning: Package planning ... Done (0.127s)
1222024-09-04T16:07:40.884ZPlanning: Merging actions ... Done (0.068s)
1232024-09-04T16:07:41.146ZPlanning: Checking for conflicting actions ... Done (0.262s)
1242024-09-04T16:07:42.193ZPlanning: Consolidating action changes ... Done (1.047s)
1252024-09-04T16:07:42.611ZPlanning: Evaluating mediators ... Done (0.417s)
1262024-09-04T16:07:42.706ZPlanning: Planning completed in 4.96 seconds
1272024-09-04T16:07:42.729Z Packages to install: 4
1282024-09-04T16:07:42.730Z Packages to update: 1
1292024-09-04T16:07:42.730Z Mediators to change: 2
1302024-09-04T16:07:42.730Z Services to change: 1
1312024-09-04T16:07:42.730Z Estimated space available: 148.82 GB
1322024-09-04T16:07:42.730ZEstimated space to be consumed: 1.53 GB
1332024-09-04T16:07:42.730Z Create boot environment: No
1342024-09-04T16:07:42.730ZCreate backup boot environment: Yes
1352024-09-04T16:07:42.730Z Rebuild boot archive: No
1362024-09-04T16:07:42.730Z
1372024-09-04T16:07:42.730ZChanged mediators:
1382024-09-04T16:07:42.730Z mediator clang:
1392024-09-04T16:07:42.730Z version: None -> 15 (system default)
1402024-09-04T16:07:42.730Z
1412024-09-04T16:07:42.730Z mediator llvm:
1422024-09-04T16:07:42.730Z version: 14 (system default) -> 15 (system default)
1432024-09-04T16:07:42.730Z
1442024-09-04T16:07:42.730ZChanged packages:
1452024-09-04T16:07:42.730Zhelios-dev
1462024-09-04T16:07:42.730Z developer/build-essential
1472024-09-04T16:07:42.730Z None -> 11-2.0
1482024-09-04T16:07:42.730Z library/libxmlsec1
1492024-09-04T16:07:42.730Z None -> 1.2.35-2.0
1502024-09-04T16:07:42.730Z ooce/developer/clang-15
1512024-09-04T16:07:42.730Z None -> 15.0.7-2.0
1522024-09-04T16:07:42.730Z ooce/developer/llvm-15
1532024-09-04T16:07:42.730Z None -> 15.0.7-2.0
1542024-09-04T16:07:42.730Z package/pkg
1552024-09-04T16:07:42.730Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-04T16:07:42.730Z
1572024-09-04T16:07:42.730ZServices:
1582024-09-04T16:07:42.730Z restart_fmri:
1592024-09-04T16:07:42.730Z svc:/system/update-man-index:default
1602024-09-04T16:07:42.730Z
1612024-09-04T16:07:42.730ZEditable files to change:
1622024-09-04T16:07:42.730Z Update:
1632024-09-04T16:07:42.730Z usr/share/lib/pkg/web/config.shtml
1642024-09-04T16:07:42.797Z
1652024-09-04T16:07:42.797ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-04T16:07:47.799ZDownload: 651/4281 items 18.0/220.6MB 8% complete (3.8M/s)
1672024-09-04T16:07:52.799ZDownload: 1192/4281 items 71.7/220.6MB 32% complete (7.2M/s)
1682024-09-04T16:07:57.804ZDownload: 2100/4281 items 118.9/220.6MB 53% complete (10.1M/s)
1692024-09-04T16:08:02.805ZDownload: 3187/4281 items 152.6/220.6MB 69% complete (8.1M/s)
1702024-09-04T16:08:07.805ZDownload: 3891/4281 items 218.9/220.6MB 99% complete (10.0M/s)
1712024-09-04T16:08:09.001ZDownload: Completed 220.60 MB in 26.20 seconds (8.4M/s)
1722024-09-04T16:08:10.470Z Actions: 1/5063 actions (Removing old actions)
1732024-09-04T16:08:10.493Z Actions: 194/5063 actions (Installing new actions)
1742024-09-04T16:08:15.482Z Actions: 2944/5063 actions (Installing new actions)
1752024-09-04T16:08:16.153Z Actions: 4226/5063 actions (Updating modified actions)
1762024-09-04T16:08:16.523Z Actions: Completed 5063 actions in 6.05 seconds.
1772024-09-04T16:08:16.917Z Done (0.384s)
1782024-09-04T16:08:16.940Z Done (0.000s)
1792024-09-04T16:08:17.373Z Done (0.455s)
1802024-09-04T16:08:22.526Z Done (5.011s)
1812024-09-04T16:08:22.630Z Done (0.019s)
1822024-09-04T16:08:22.654Z Done (0.000s)
1832024-09-04T16:08:22.811Z Done (0.000s)
1842024-09-04T16:08:23.462ZPlanning: Evaluating mediator changes ... Done
1852024-09-04T16:08:23.689ZPlanning: Checking for conflicting actions ... Done
1862024-09-04T16:08:23.712ZPlanning: Consolidating action changes ... Done
1872024-09-04T16:08:24.056ZPlanning: Evaluating mediators ... Done
1882024-09-04T16:08:24.080ZPlanning: Planning completed in 0.59 seconds
1892024-09-04T16:08:24.103Z Mediators to change: 2
1902024-09-04T16:08:24.103Z Create boot environment: No
1912024-09-04T16:08:24.103ZCreate backup boot environment: No
1922024-09-04T16:08:24.165Z Done
1932024-09-04T16:08:24.165Z Done
1942024-09-04T16:08:24.449Z Done
1952024-09-04T16:08:28.766Z Done
1962024-09-04T16:08:28.862Z Done
1972024-09-04T16:08:28.886Z Done
1982024-09-04T16:08:28.950Z Done
1992024-09-04T16:08:29.691ZPlanning: Evaluating mediator changes ... Done
2002024-09-04T16:08:29.716ZPlanning: Merging actions ... Done
2012024-09-04T16:08:29.929ZPlanning: Checking for conflicting actions ... Done
2022024-09-04T16:08:29.953ZPlanning: Consolidating action changes ... Done
2032024-09-04T16:08:30.254ZPlanning: Evaluating mediators ... Done
2042024-09-04T16:08:30.323ZPlanning: Planning completed in 0.93 seconds
2052024-09-04T16:08:30.370Z Packages to change: 1
2062024-09-04T16:08:30.370Z Mediators to change: 1
2072024-09-04T16:08:30.370Z Services to change: 1
2082024-09-04T16:08:30.370Z Create boot environment: No
2092024-09-04T16:08:30.394ZCreate backup boot environment: Yes
2102024-09-04T16:08:31.881Z Actions: 1/6 actions (Updating modified actions)
2112024-09-04T16:08:31.907Z Actions: Completed 6 actions in 0.00 seconds.
2122024-09-04T16:08:31.907Z Done
2132024-09-04T16:08:31.907Z Done
2142024-09-04T16:08:31.977Z Done
2152024-09-04T16:08:36.338Z Done
2162024-09-04T16:08:36.441Z Done
2172024-09-04T16:08:36.465Z Done
2182024-09-04T16:08:36.527Z Done
2192024-09-04T16:08:37.035ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-09-04T16:08:37.035Zclang system 15 system
2212024-09-04T16:08:37.036Zcsh system system illumos
2222024-09-04T16:08:37.036Zctags system system illumos
2232024-09-04T16:08:37.036Zgcc vendor 12 vendor
2242024-09-04T16:08:37.036Zgcc system 10 system
2252024-09-04T16:08:37.036Zgcc system 7 system
2262024-09-04T16:08:37.036Zgo system 1.20 system
2272024-09-04T16:08:37.036Zgo system 1.19 system
2282024-09-04T16:08:37.036Zllvm system 15 system
2292024-09-04T16:08:37.036Zllvm system 14 system
2302024-09-04T16:08:37.036Zmariadb system 10.6 system
2312024-09-04T16:08:37.036Zmta vendor vendor dma
2322024-09-04T16:08:37.036Zopenjdk system 17 system
2332024-09-04T16:08:37.036Zopenjdk system 11 system
2342024-09-04T16:08:37.036Zopenjdk system 1.8 system
2352024-09-04T16:08:37.036Zopenssl vendor 3 vendor
2362024-09-04T16:08:37.036Zperl system 5.36 system
2372024-09-04T16:08:37.036Zpostgresql system 15 system
2382024-09-04T16:08:37.036Zpostgresql system 13 system
2392024-09-04T16:08:37.036Zpython vendor 3 vendor
2402024-09-04T16:08:37.036Zpython system 2 system
2412024-09-04T16:08:37.036Zpython3 system 3.11 system
2422024-09-04T16:08:37.036Zruby system 3.0 system
2432024-09-04T16:08:37.036Zwords vendor vendor american-english
2442024-09-04T16:08:37.036Zwords system system australian-english
2452024-09-04T16:08:37.036Zwords system system british-english
2462024-09-04T16:08:37.036Zwords system system canadian-english
2472024-09-04T16:08:37.036Zwords system system french
2482024-09-04T16:08:37.036Zwords system system italian
2492024-09-04T16:08:37.036Zwords system system ngerman
2502024-09-04T16:08:37.036Zwords system system ogerman
2512024-09-04T16:08:37.036Zwords system system spanish
2522024-09-04T16:08:37.431ZPUBLISHER TYPE STATUS P LOCATION
2532024-09-04T16:08:37.431Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-09-04T16:08:39.606ZFMRI IFO
2552024-09-04T16:08:39.606Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-09-04T16:08:39.606Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-09-04T16:08:39.606Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-09-04T16:08:39.606Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-09-04T16:08:39.606Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-09-04T16:08:39.606Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-09-04T16:08:39.606Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-09-04T16:08:39.606Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-09-04T16:08:39.606Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-09-04T16:08:39.606Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-09-04T16:08:39.606Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-09-04T16:08:39.606Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-09-04T16:08:39.606Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-09-04T16:08:40.288Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-09-04T16:08:40.735Z Updating crates.io index
2702024-09-04T16:08:40.799Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2712024-09-04T16:08:41.662Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722024-09-04T16:08:42.532Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2732024-09-04T16:08:43.022Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2742024-09-04T16:08:44.742Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-09-04T16:08:45.098Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-09-04T16:08:45.431Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-09-04T16:08:46.754Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-09-04T16:08:49.168Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-09-04T16:08:50.321Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-09-04T16:08:51.060Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2812024-09-04T16:08:51.464Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822024-09-04T16:08:52.166Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2832024-09-04T16:08:52.544Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2842024-09-04T16:08:53.051Z Updating git repository `https://github.com/oxidecomputer/qorb`
2852024-09-04T16:08:53.524Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-09-04T16:08:53.947Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-09-04T16:08:54.317Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-09-04T16:08:54.641Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-09-04T16:08:55.005Z Updating git repository `https://github.com/oxidecomputer/clickward`
2902024-09-04T16:08:55.390Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-09-04T16:08:55.848Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-09-04T16:08:56.288Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-09-04T16:08:56.726Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-09-04T16:08:57.245Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-09-04T16:08:57.725Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2962024-09-04T16:08:58.425Z Updating git repository `https://github.com/oxidecomputer/typify`
2972024-09-04T16:09:00.969Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-09-04T16:09:01.337Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-09-04T16:09:01.730Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-09-04T16:09:02.191Z Updating git repository `https://github.com/oxidecomputer/rfb`
3012024-09-04T16:09:03.627Z Downloading crates ...
3022024-09-04T16:09:03.711Z Downloaded bytecount v0.6.8
3032024-09-04T16:09:03.736Z Downloaded anstyle-query v1.0.3
3042024-09-04T16:09:03.736Z Downloaded swrite v0.1.0
3052024-09-04T16:09:03.736Z Downloaded is_terminal_polyfill v1.70.0
3062024-09-04T16:09:03.736Z Downloaded scroll v0.12.0
3072024-09-04T16:09:03.736Z Downloaded dof v0.3.0
3082024-09-04T16:09:03.736Z Downloaded usdt v0.5.0
3092024-09-04T16:09:03.736Z Downloaded thiserror v1.0.63
3102024-09-04T16:09:03.736Z Downloaded utf8parse v0.2.1
3112024-09-04T16:09:03.760Z Downloaded zerocopy-derive v0.7.34
3122024-09-04T16:09:03.760Z Downloaded semver v1.0.23
3132024-09-04T16:09:03.760Z Downloaded version_check v0.9.5
3142024-09-04T16:09:03.760Z Downloaded ucd-trie v0.1.6
3152024-09-04T16:09:03.760Z Downloaded thiserror-impl v1.0.63
3162024-09-04T16:09:03.760Z Downloaded sha2 v0.10.8
3172024-09-04T16:09:03.760Z Downloaded toml_datetime v0.6.8
3182024-09-04T16:09:03.760Z Downloaded toml v0.8.19
3192024-09-04T16:09:03.783Z Downloaded unicode-ident v1.0.12
3202024-09-04T16:09:03.783Z Downloaded winnow v0.6.18
3212024-09-04T16:09:03.783Z Downloaded serde v1.0.208
3222024-09-04T16:09:03.806Z Downloaded zerocopy v0.7.34
3232024-09-04T16:09:03.807Z Downloaded unicode-width v0.1.13
3242024-09-04T16:09:03.833Z Downloaded rustix v0.38.34
3252024-09-04T16:09:03.856Z Downloaded libc v0.2.158
3262024-09-04T16:09:03.879Z Downloaded tabled v0.15.0
3272024-09-04T16:09:03.902Z Downloaded syn v2.0.74
3282024-09-04T16:09:03.902Z Downloaded syn v1.0.109
3292024-09-04T16:09:03.902Z Downloaded serde_json v1.0.125
3302024-09-04T16:09:03.926Z Downloaded goblin v0.8.2
3312024-09-04T16:09:03.926Z Downloaded clap_builder v4.5.15
3322024-09-04T16:09:03.926Z Downloaded pest v2.7.10
3332024-09-04T16:09:03.949Z Downloaded memchr v2.7.2
3342024-09-04T16:09:03.949Z Downloaded hashbrown v0.14.5
3352024-09-04T16:09:03.949Z Downloaded typenum v1.17.0
3362024-09-04T16:09:03.949Z Downloaded toml_edit v0.22.20
3372024-09-04T16:09:03.989Z Downloaded ryu v1.0.18
3382024-09-04T16:09:03.989Z Downloaded quote v1.0.36
3392024-09-04T16:09:03.990Z Downloaded pest_meta v2.7.10
3402024-09-04T16:09:03.990Z Downloaded indexmap v2.4.0
3412024-09-04T16:09:03.990Z Downloaded textwrap v0.16.1
3422024-09-04T16:09:03.990Z Downloaded papergrid v0.11.0
3432024-09-04T16:09:03.990Z Downloaded log v0.4.21
3442024-09-04T16:09:03.990Z Downloaded tempfile v3.10.1
3452024-09-04T16:09:03.990Z Downloaded serde_tokenstream v0.2.2
3462024-09-04T16:09:04.014Z Downloaded serde_derive v1.0.208
3472024-09-04T16:09:04.014Z Downloaded proc-macro2 v1.0.86
3482024-09-04T16:09:04.014Z Downloaded proc-macro-error-attr v1.0.4
3492024-09-04T16:09:04.014Z Downloaded once_cell v1.19.0
3502024-09-04T16:09:04.014Z Downloaded clap v4.5.16
3512024-09-04T16:09:04.014Z Downloaded cargo_metadata v0.18.1
3522024-09-04T16:09:04.014Z Downloaded camino-tempfile v1.1.1
3532024-09-04T16:09:04.014Z Downloaded pest_generator v2.7.10
3542024-09-04T16:09:04.014Z Downloaded usdt-macro v0.5.0
3552024-09-04T16:09:04.039Z Downloaded usdt-impl v0.5.0
3562024-09-04T16:09:04.039Z Downloaded usdt-attr-macro v0.5.0
3572024-09-04T16:09:04.039Z Downloaded smawk v0.3.2
3582024-09-04T16:09:04.039Z Downloaded serde_spanned v0.6.7
3592024-09-04T16:09:04.039Z Downloaded scroll_derive v0.12.0
3602024-09-04T16:09:04.040Z Downloaded proc-macro-error v1.0.4
3612024-09-04T16:09:04.040Z Downloaded pretty-hex v0.4.1
3622024-09-04T16:09:04.040Z Downloaded pest_derive v2.7.10
3632024-09-04T16:09:04.040Z Downloaded itoa v1.0.11
3642024-09-04T16:09:04.040Z Downloaded heck v0.4.1
3652024-09-04T16:09:04.040Z Downloaded generic-array v0.14.7
3662024-09-04T16:09:04.040Z Downloaded errno v0.3.9
3672024-09-04T16:09:04.040Z Downloaded cpufeatures v0.2.12
3682024-09-04T16:09:04.040Z Downloaded clap_lex v0.7.0
3692024-09-04T16:09:04.040Z Downloaded clap_derive v4.5.13
3702024-09-04T16:09:04.040Z Downloaded unicode-linebreak v0.1.5
3712024-09-04T16:09:04.040Z Downloaded terminal_size v0.3.0
3722024-09-04T16:09:04.065Z Downloaded plain v0.2.3
3732024-09-04T16:09:04.065Z Downloaded fnv v1.0.7
3742024-09-04T16:09:04.065Z Downloaded cfg-if v1.0.0
3752024-09-04T16:09:04.065Z Downloaded cargo_toml v0.20.4
3762024-09-04T16:09:04.065Z Downloaded camino v1.1.9
3772024-09-04T16:09:04.065Z Downloaded bitflags v2.6.0
3782024-09-04T16:09:04.065Z Downloaded anyhow v1.0.86
3792024-09-04T16:09:04.065Z Downloaded tabled_derive v0.7.0
3802024-09-04T16:09:04.065Z Downloaded heck v0.5.0
3812024-09-04T16:09:04.065Z Downloaded fs-err v2.11.0
3822024-09-04T16:09:04.065Z Downloaded dtrace-parser v0.2.0
3832024-09-04T16:09:04.065Z Downloaded thread-id v4.2.1
3842024-09-04T16:09:04.065Z Downloaded strsim v0.11.1
3852024-09-04T16:09:04.065Z Downloaded memmap v0.7.0
3862024-09-04T16:09:04.065Z Downloaded fastrand v2.1.0
3872024-09-04T16:09:04.065Z Downloaded digest v0.10.7
3882024-09-04T16:09:04.089Z Downloaded crypto-common v0.1.6
3892024-09-04T16:09:04.089Z Downloaded cargo-platform v0.1.8
3902024-09-04T16:09:04.089Z Downloaded macaddr v1.0.1
3912024-09-04T16:09:04.090Z Downloaded colorchoice v1.0.1
3922024-09-04T16:09:04.090Z Downloaded anstyle-parse v0.2.4
3932024-09-04T16:09:04.090Z Downloaded anstream v0.6.14
3942024-09-04T16:09:04.090Z Downloaded equivalent v1.0.1
3952024-09-04T16:09:04.090Z Downloaded byteorder v1.5.0
3962024-09-04T16:09:04.090Z Downloaded block-buffer v0.10.4
3972024-09-04T16:09:04.090Z Downloaded autocfg v1.3.0
3982024-09-04T16:09:04.090Z Downloaded anstyle v1.0.8
3992024-09-04T16:09:04.198Z Compiling proc-macro2 v1.0.86
4002024-09-04T16:09:04.198Z Compiling unicode-ident v1.0.12
4012024-09-04T16:09:04.199Z Compiling serde v1.0.208
4022024-09-04T16:09:04.223Z Compiling version_check v0.9.5
4032024-09-04T16:09:04.223Z Compiling memchr v2.7.2
4042024-09-04T16:09:04.223Z Compiling thiserror v1.0.63
4052024-09-04T16:09:04.223Z Compiling libc v0.2.158
4062024-09-04T16:09:04.223Z Compiling itoa v1.0.11
4072024-09-04T16:09:04.475Z Compiling ucd-trie v0.1.6
4082024-09-04T16:09:04.560Z Compiling ryu v1.0.18
4092024-09-04T16:09:04.896Z Compiling once_cell v1.19.0
4102024-09-04T16:09:05.062Z Compiling byteorder v1.5.0
4112024-09-04T16:09:05.122Z Compiling rustix v0.38.34
4122024-09-04T16:09:05.272Z Compiling serde_json v1.0.125
4132024-09-04T16:09:05.575Z Compiling bitflags v2.6.0
4142024-09-04T16:09:05.612Z Compiling usdt-impl v0.5.0
4152024-09-04T16:09:05.768Z Compiling quote v1.0.36
4162024-09-04T16:09:05.825Z Compiling proc-macro-error-attr v1.0.4
4172024-09-04T16:09:05.915Z Compiling syn v1.0.109
4182024-09-04T16:09:05.991Z Compiling proc-macro-error v1.0.4
4192024-09-04T16:09:06.116Z Compiling errno v0.3.9
4202024-09-04T16:09:06.140Z Compiling syn v2.0.74
4212024-09-04T16:09:06.334Z Compiling hashbrown v0.14.5
4222024-09-04T16:09:06.358Z Compiling plain v0.2.3
4232024-09-04T16:09:06.418Z Compiling log v0.4.21
4242024-09-04T16:09:06.567Z Compiling thread-id v4.2.1
4252024-09-04T16:09:06.622Z Compiling utf8parse v0.2.1
4262024-09-04T16:09:06.650Z Compiling equivalent v1.0.1
4272024-09-04T16:09:06.674Z Compiling camino v1.1.9
4282024-09-04T16:09:06.755Z Compiling anstyle-parse v0.2.4
4292024-09-04T16:09:07.046Z Compiling is_terminal_polyfill v1.70.0
4302024-09-04T16:09:07.172Z Compiling colorchoice v1.0.1
4312024-09-04T16:09:07.319Z Compiling unicode-width v0.1.13
4322024-09-04T16:09:07.346Z Compiling semver v1.0.23
4332024-09-04T16:09:07.371Z Compiling pretty-hex v0.4.1
4342024-09-04T16:09:07.398Z Compiling autocfg v1.3.0
4352024-09-04T16:09:07.563Z Compiling indexmap v2.4.0
4362024-09-04T16:09:07.603Z Compiling winnow v0.6.18
4372024-09-04T16:09:07.637Z Compiling anstyle v1.0.8
4382024-09-04T16:09:07.871Z Compiling anstyle-query v1.0.3
4392024-09-04T16:09:08.016Z Compiling anstream v0.6.14
4402024-09-04T16:09:08.336Z Compiling fs-err v2.11.0
4412024-09-04T16:09:08.361Z Compiling terminal_size v0.3.0
4422024-09-04T16:09:08.626Z Compiling fnv v1.0.7
4432024-09-04T16:09:08.665Z Compiling heck v0.5.0
4442024-09-04T16:09:08.719Z Compiling bytecount v0.6.8
4452024-09-04T16:09:08.765Z Compiling fastrand v2.1.0
4462024-09-04T16:09:08.849Z Compiling cfg-if v1.0.0
4472024-09-04T16:09:08.931Z Compiling strsim v0.11.1
4482024-09-04T16:09:08.956Z Compiling clap_lex v0.7.0
4492024-09-04T16:09:08.994Z Compiling anyhow v1.0.86
4502024-09-04T16:09:09.152Z Compiling heck v0.4.1
4512024-09-04T16:09:09.438Z Compiling clap_builder v4.5.15
4522024-09-04T16:09:09.618Z Compiling tempfile v3.10.1
4532024-09-04T16:09:09.747Z Compiling papergrid v0.11.0
4542024-09-04T16:09:09.905Z Compiling memmap v0.7.0
4552024-09-04T16:09:09.930Z Compiling unicode-linebreak v0.1.5
4562024-09-04T16:09:10.235Z Compiling smawk v0.3.2
4572024-09-04T16:09:10.428Z Compiling textwrap v0.16.1
4582024-09-04T16:09:10.784Z Compiling swrite v0.1.0
4592024-09-04T16:09:11.794Z Compiling tabled_derive v0.7.0
4602024-09-04T16:09:13.282Z Compiling tabled v0.15.0
4612024-09-04T16:09:13.986Z Compiling serde_derive v1.0.208
4622024-09-04T16:09:13.986Z Compiling thiserror-impl v1.0.63
4632024-09-04T16:09:13.986Z Compiling zerocopy-derive v0.7.34
4642024-09-04T16:09:13.986Z Compiling scroll_derive v0.12.0
4652024-09-04T16:09:13.986Z Compiling clap_derive v4.5.13
4662024-09-04T16:09:15.114Z Compiling scroll v0.12.0
4672024-09-04T16:09:15.578Z Compiling goblin v0.8.2
4682024-09-04T16:09:15.818Z Compiling zerocopy v0.7.34
4692024-09-04T16:09:16.626Z Compiling pest v2.7.10
4702024-09-04T16:09:17.234Z Compiling clap v4.5.16
4712024-09-04T16:09:18.597Z Compiling pest_meta v2.7.10
4722024-09-04T16:09:19.569Z Compiling pest_generator v2.7.10
4732024-09-04T16:09:21.282Z Compiling pest_derive v2.7.10
4742024-09-04T16:09:21.928Z Compiling dtrace-parser v0.2.0
4752024-09-04T16:09:23.269Z Compiling serde_spanned v0.6.7
4762024-09-04T16:09:23.269Z Compiling toml_datetime v0.6.8
4772024-09-04T16:09:23.292Z Compiling cargo-platform v0.1.8
4782024-09-04T16:09:23.666Z Compiling serde_tokenstream v0.2.2
4792024-09-04T16:09:23.691Z Compiling toml_edit v0.22.20
4802024-09-04T16:09:23.776Z Compiling macaddr v1.0.1
4812024-09-04T16:09:23.922Z Compiling camino-tempfile v1.1.1
4822024-09-04T16:09:24.802Z Compiling dof v0.3.0
4832024-09-04T16:09:24.802Z Compiling cargo_metadata v0.18.1
4842024-09-04T16:09:26.180Z Compiling toml v0.8.19
4852024-09-04T16:09:26.487Z Compiling usdt-attr-macro v0.5.0
4862024-09-04T16:09:26.487Z Compiling usdt-macro v0.5.0
4872024-09-04T16:09:26.956Z Compiling cargo_toml v0.20.4
4882024-09-04T16:09:27.687Z Compiling usdt v0.5.0
4892024-09-04T16:09:31.086Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-09-04T16:09:35.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.99s
4912024-09-04T16:09:36.228Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-09-04T16:09:36.978Z Downloading crates ...
4932024-09-04T16:09:37.104Z Downloaded adler v1.0.2
4942024-09-04T16:09:37.696Z Downloaded argon2 v0.5.3
4952024-09-04T16:09:37.696Z Downloaded nodrop v0.1.14
4962024-09-04T16:09:37.696Z Downloaded rustfmt-wrapper v0.2.1
4972024-09-04T16:09:37.696Z Downloaded rusty-fork v0.3.0
4982024-09-04T16:09:37.696Z Downloaded schemars_derive v0.8.21
4992024-09-04T16:09:37.696Z Downloaded scrypt v0.11.0
5002024-09-04T16:09:37.696Z Downloaded tower-service v0.3.2
5012024-09-04T16:09:37.696Z Downloaded zone_cfg_derive v0.1.2
5022024-09-04T16:09:37.696Z Downloaded xattr v1.3.1
5032024-09-04T16:09:37.697Z Downloaded whoami v1.5.1
5042024-09-04T16:09:37.697Z Downloaded derive_builder_macro v0.20.0
5052024-09-04T16:09:37.697Z Downloaded unicase v2.7.0
5062024-09-04T16:09:37.697Z Downloaded strum_macros v0.25.3
5072024-09-04T16:09:37.697Z Downloaded deranged v0.3.11
5082024-09-04T16:09:37.697Z Downloaded precomputed-hash v0.1.1
5092024-09-04T16:09:37.697Z Downloaded difflib v0.4.0
5102024-09-04T16:09:37.697Z Downloaded diesel_table_macro_syntax v0.2.0
5112024-09-04T16:09:37.697Z Downloaded foreign-types-shared v0.3.1
5122024-09-04T16:09:37.697Z Downloaded phf_shared v0.10.0
5132024-09-04T16:09:37.697Z Downloaded sha1 v0.10.6
5142024-09-04T16:09:37.697Z Downloaded fallible-iterator v0.3.0
5152024-09-04T16:09:37.697Z Downloaded fallible-iterator v0.2.0
5162024-09-04T16:09:37.697Z Downloaded fallible-streaming-iterator v0.1.9
5172024-09-04T16:09:37.697Z Downloaded filetime v0.2.25
5182024-09-04T16:09:37.697Z Downloaded foreign-types v0.3.2
5192024-09-04T16:09:37.697Z Downloaded fxhash v0.2.1
5202024-09-04T16:09:37.697Z Downloaded slab v0.4.9
5212024-09-04T16:09:37.697Z Downloaded siphasher v0.3.11
5222024-09-04T16:09:37.697Z Downloaded slog-json v2.6.1
5232024-09-04T16:09:37.697Z Downloaded futures-core v0.3.30
5242024-09-04T16:09:37.697Z Downloaded serde-big-array v0.5.1
5252024-09-04T16:09:37.697Z Downloaded semver v0.1.20
5262024-09-04T16:09:37.697Z Downloaded oso v0.27.3
5272024-09-04T16:09:37.697Z Downloaded ref-cast v1.0.23
5282024-09-04T16:09:37.697Z Downloaded peg-runtime v0.8.3
5292024-09-04T16:09:37.697Z Downloaded num_threads v0.1.7
5302024-09-04T16:09:37.697Z Downloaded number_prefix v0.4.0
5312024-09-04T16:09:37.697Z Downloaded paste v1.0.15
5322024-09-04T16:09:37.697Z Downloaded postgres-types v0.2.7
5332024-09-04T16:09:37.697Z Downloaded pkg-config v0.3.30
5342024-09-04T16:09:37.697Z Downloaded num_enum_derive v0.5.11
5352024-09-04T16:09:37.697Z Downloaded reqwest v0.11.27
5362024-09-04T16:09:37.697Z Downloaded num-rational v0.4.2
5372024-09-04T16:09:37.697Z Downloaded password-hash v0.5.0
5382024-09-04T16:09:37.697Z Downloaded smoltcp v0.11.0
5392024-09-04T16:09:37.697Z Downloaded rayon-core v1.12.1
5402024-09-04T16:09:37.697Z Downloaded polar-core v0.27.3
5412024-09-04T16:09:37.697Z Downloaded openapiv3 v2.0.0
5422024-09-04T16:09:37.697Z Downloaded rayon v1.10.0
5432024-09-04T16:09:37.698Z Downloaded petgraph v0.6.5
5442024-09-04T16:09:37.698Z Downloaded sled v0.34.7
5452024-09-04T16:09:37.698Z Downloaded hickory-proto v0.24.1
5462024-09-04T16:09:37.698Z Downloaded ratatui v0.28.0
5472024-09-04T16:09:37.698Z Downloaded finl_unicode v1.2.0
5482024-09-04T16:09:37.698Z Downloaded sha3 v0.10.8
5492024-09-04T16:09:37.698Z Downloaded zerocopy-derive v0.6.6
5502024-09-04T16:09:37.698Z Downloaded encoding_rs v0.8.34
5512024-09-04T16:09:37.698Z Downloaded tokio v1.39.3
5522024-09-04T16:09:37.721Z Downloaded libgit2-sys v0.17.0+1.8.1
5532024-09-04T16:09:37.775Z Downloaded regex-automata v0.4.6
5542024-09-04T16:09:37.798Z Downloaded radix_trie v0.2.1
5552024-09-04T16:09:37.823Z Downloaded webpki-roots v0.25.4
5562024-09-04T16:09:37.823Z Downloaded vcpkg v0.2.15
5572024-09-04T16:09:37.867Z Downloaded portable-atomic v1.6.0
5582024-09-04T16:09:37.890Z Downloaded h2 v0.3.26
5592024-09-04T16:09:37.890Z Downloaded quick-xml v0.31.0
5602024-09-04T16:09:37.913Z Downloaded csv v1.3.0
5612024-09-04T16:09:37.937Z Downloaded ring v0.17.8
5622024-09-04T16:09:38.008Z Downloaded regex v1.10.6
5632024-09-04T16:09:38.031Z Downloaded hickory-resolver v0.24.1
5642024-09-04T16:09:38.055Z Downloaded libz-sys v1.1.16
5652024-09-04T16:09:38.122Z Downloaded p384 v0.13.0
5662024-09-04T16:09:38.146Z Downloaded openssl v0.10.66
5672024-09-04T16:09:38.146Z Downloaded object v0.32.2
5682024-09-04T16:09:38.169Z Downloaded ring v0.16.20
5692024-09-04T16:09:38.257Z Downloaded object v0.30.4
5702024-09-04T16:09:38.280Z Downloaded libsqlite3-sys v0.28.0
5712024-09-04T16:09:38.362Z Downloaded dropshot v0.10.1
5722024-09-04T16:09:38.385Z Downloaded regress v0.9.1
5732024-09-04T16:09:38.385Z Downloaded regex-syntax v0.8.4
5742024-09-04T16:09:38.408Z Downloaded regex-syntax v0.6.29
5752024-09-04T16:09:38.408Z Downloaded diesel v2.2.3
5762024-09-04T16:09:38.431Z Downloaded nix v0.28.0
5772024-09-04T16:09:38.455Z Downloaded idna v0.2.3
5782024-09-04T16:09:38.455Z Downloaded password-hash v0.4.2
5792024-09-04T16:09:38.455Z Downloaded num-traits v0.2.19
5802024-09-04T16:09:38.478Z Downloaded packed_struct v0.10.1
5812024-09-04T16:09:38.478Z Downloaded smoltcp v0.9.1
5822024-09-04T16:09:38.478Z Downloaded winnow v0.5.40
5832024-09-04T16:09:38.502Z Downloaded reedline v0.33.0
5842024-09-04T16:09:38.502Z Downloaded futures-util v0.3.30
5852024-09-04T16:09:38.527Z Downloaded rusqlite v0.31.0
5862024-09-04T16:09:38.527Z Downloaded elliptic-curve v0.13.8
5872024-09-04T16:09:38.527Z Downloaded ed25519-dalek v2.1.1
5882024-09-04T16:09:38.527Z Downloaded rsa v0.9.6
5892024-09-04T16:09:38.550Z Downloaded hashbrown v0.13.2
5902024-09-04T16:09:38.550Z Downloaded git2 v0.19.0
5912024-09-04T16:09:38.550Z Downloaded gimli v0.28.1
5922024-09-04T16:09:38.573Z Downloaded rustls-webpki v0.102.4
5932024-09-04T16:09:38.596Z Downloaded hashbrown v0.12.3
5942024-09-04T16:09:38.596Z Downloaded idna v0.4.0
5952024-09-04T16:09:38.596Z Downloaded num_enum v0.5.11
5962024-09-04T16:09:38.596Z Downloaded rand_xorshift v0.3.0
5972024-09-04T16:09:38.620Z Downloaded powerfmt v0.2.0
5982024-09-04T16:09:38.620Z Downloaded postcard v1.0.8
5992024-09-04T16:09:38.620Z Downloaded num-iter v0.1.45
6002024-09-04T16:09:38.620Z Downloaded russh v0.45.0
6012024-09-04T16:09:38.620Z Downloaded peg-macros v0.8.4
6022024-09-04T16:09:38.620Z Downloaded slog v2.7.0
6032024-09-04T16:09:38.620Z Downloaded russh-keys v0.45.0
6042024-09-04T16:09:38.620Z Downloaded futures-channel v0.3.30
6052024-09-04T16:09:38.620Z Downloaded futures v0.3.30
6062024-09-04T16:09:38.643Z Downloaded flate2 v1.0.31
6072024-09-04T16:09:38.643Z Downloaded trust-dns-proto v0.22.0
6082024-09-04T16:09:38.667Z Downloaded nix v0.27.1
6092024-09-04T16:09:38.667Z Downloaded idna v0.3.0
6102024-09-04T16:09:38.667Z Downloaded postgres-protocol v0.6.7
6112024-09-04T16:09:38.690Z Downloaded slog-bunyan v2.5.0
6122024-09-04T16:09:38.690Z Downloaded hickory-client v0.24.1
6132024-09-04T16:09:38.690Z Downloaded hex-literal v0.4.1
6142024-09-04T16:09:38.690Z Downloaded proptest v1.5.0
6152024-09-04T16:09:38.690Z Downloaded rcgen v0.12.1
6162024-09-04T16:09:38.690Z Downloaded unicode-normalization v0.1.23
6172024-09-04T16:09:38.715Z Downloaded peg v0.8.4
6182024-09-04T16:09:38.715Z Downloaded pbkdf2 v0.12.2
6192024-09-04T16:09:38.715Z Downloaded pbkdf2 v0.11.0
6202024-09-04T16:09:38.715Z Downloaded heapless v0.8.0
6212024-09-04T16:09:38.715Z Downloaded heapless v0.7.17
6222024-09-04T16:09:38.715Z Downloaded parking_lot v0.12.2
6232024-09-04T16:09:38.715Z Downloaded signal-hook v0.3.17
6242024-09-04T16:09:38.738Z Downloaded serde_yaml v0.9.34+deprecated
6252024-09-04T16:09:38.738Z Downloaded serde_with v3.9.0
6262024-09-04T16:09:38.738Z Downloaded sqlparser v0.45.0
6272024-09-04T16:09:38.738Z Downloaded unicode-segmentation v1.11.0
6282024-09-04T16:09:38.763Z Downloaded idna v0.5.0
6292024-09-04T16:09:38.763Z Downloaded path-slash v0.1.5
6302024-09-04T16:09:38.763Z Downloaded num-integer v0.1.46
6312024-09-04T16:09:38.763Z Downloaded num-derive v0.4.2
6322024-09-04T16:09:38.763Z Downloaded slog-async v2.8.0
6332024-09-04T16:09:38.763Z Downloaded sct v0.7.1
6342024-09-04T16:09:38.763Z Downloaded futures-executor v0.3.30
6352024-09-04T16:09:38.763Z Downloaded p521 v0.13.3
6362024-09-04T16:09:38.786Z Downloaded ena v0.14.3
6372024-09-04T16:09:38.786Z Downloaded similar v2.6.0
6382024-09-04T16:09:38.786Z Downloaded hex v0.4.3
6392024-09-04T16:09:38.786Z Downloaded secrecy v0.8.0
6402024-09-04T16:09:38.786Z Downloaded flume v0.11.0
6412024-09-04T16:09:38.786Z Downloaded ecdsa v0.16.9
6422024-09-04T16:09:38.786Z Downloaded headers v0.3.9
6432024-09-04T16:09:38.810Z Downloaded rand v0.8.5
6442024-09-04T16:09:38.810Z Downloaded serde_derive_internals v0.29.1
6452024-09-04T16:09:38.810Z Downloaded sec1 v0.7.3
6462024-09-04T16:09:38.810Z Downloaded futures-macro v0.3.30
6472024-09-04T16:09:38.810Z Downloaded p256 v0.13.2
6482024-09-04T16:09:38.810Z Downloaded openssl-sys v0.9.103
6492024-09-04T16:09:38.810Z Downloaded x509-cert v0.2.5
6502024-09-04T16:09:38.834Z Downloaded ref-cast-impl v1.0.23
6512024-09-04T16:09:38.834Z Downloaded slog-stdlog v4.1.1
6522024-09-04T16:09:38.834Z Downloaded slog-scope v4.4.0
6532024-09-04T16:09:38.834Z Downloaded slog-envlogger v2.2.0
6542024-09-04T16:09:38.834Z Downloaded slog-dtrace v0.3.0
6552024-09-04T16:09:38.834Z Downloaded signal-hook-mio v0.2.4
6562024-09-04T16:09:38.834Z Downloaded futures-sink v0.3.30
6572024-09-04T16:09:38.834Z Downloaded futures-io v0.3.30
6582024-09-04T16:09:38.834Z Downloaded pkcs5 v0.7.1
6592024-09-04T16:09:38.834Z Downloaded pin-project v1.1.5
6602024-09-04T16:09:38.857Z Downloaded der v0.7.9
6612024-09-04T16:09:38.857Z Downloaded url v2.5.2
6622024-09-04T16:09:38.857Z Downloaded typed-path v0.7.1
6632024-09-04T16:09:38.883Z Downloaded funty v2.0.0
6642024-09-04T16:09:38.883Z Downloaded fragile v2.0.0
6652024-09-04T16:09:38.883Z Downloaded form_urlencoded v1.2.1
6662024-09-04T16:09:38.883Z Downloaded owo-colors v4.0.0
6672024-09-04T16:09:38.883Z Downloaded signal-hook-tokio v0.3.1
6682024-09-04T16:09:38.883Z Downloaded signal-hook-registry v1.4.2
6692024-09-04T16:09:38.883Z Downloaded serde_arrays v0.1.0
6702024-09-04T16:09:38.883Z Downloaded serde-hex v0.1.0
6712024-09-04T16:09:38.883Z Downloaded parse-display-derive v0.10.0
6722024-09-04T16:09:38.884Z Downloaded parse-display v0.10.0
6732024-09-04T16:09:38.884Z Downloaded half v2.4.1
6742024-09-04T16:09:38.884Z Downloaded lalrpop v0.19.12
6752024-09-04T16:09:38.907Z Downloaded omicron-zone-package v0.11.0
6762024-09-04T16:09:38.907Z Downloaded embedded-io v0.4.0
6772024-09-04T16:09:38.907Z Downloaded dropshot_endpoint v0.10.1
6782024-09-04T16:09:38.907Z Downloaded expectorate v1.1.0
6792024-09-04T16:09:38.907Z Downloaded ssh-key v0.6.6
6802024-09-04T16:09:38.931Z Downloaded sigpipe v0.1.3
6812024-09-04T16:09:38.931Z Downloaded signature v2.2.0
6822024-09-04T16:09:38.931Z Downloaded serde_path_to_error v0.1.16
6832024-09-04T16:09:38.931Z Downloaded heck v0.3.3
6842024-09-04T16:09:38.931Z Downloaded headers-core v0.2.0
6852024-09-04T16:09:38.931Z Downloaded futures-task v0.3.30
6862024-09-04T16:09:38.931Z Downloaded russh-cryptovec v0.7.2
6872024-09-04T16:09:38.931Z Downloaded float-ord v0.3.2
6882024-09-04T16:09:38.931Z Downloaded parking_lot_core v0.9.10
6892024-09-04T16:09:38.931Z Downloaded parking_lot_core v0.8.6
6902024-09-04T16:09:38.931Z Downloaded olpc-cjson v0.1.3
6912024-09-04T16:09:38.931Z Downloaded ed25519 v2.2.3
6922024-09-04T16:09:38.931Z Downloaded dsl_auto_type v0.1.2
6932024-09-04T16:09:38.931Z Downloaded ron v0.7.1
6942024-09-04T16:09:38.955Z Downloaded ff v0.13.0
6952024-09-04T16:09:38.955Z Downloaded serde_with_macros v3.9.0
6962024-09-04T16:09:38.955Z Downloaded diff v0.1.13
6972024-09-04T16:09:38.955Z Downloaded dhcproto v0.12.0
6982024-09-04T16:09:38.955Z Downloaded des v0.8.1
6992024-09-04T16:09:38.955Z Downloaded tough v0.17.1
7002024-09-04T16:09:38.978Z Downloaded endian-type v0.1.2
7012024-09-04T16:09:38.978Z Downloaded rtoolbox v0.0.2
7022024-09-04T16:09:38.978Z Downloaded parse-size v1.0.0
7032024-09-04T16:09:38.978Z Downloaded oso-derive v0.27.3
7042024-09-04T16:09:38.978Z Downloaded openssl-probe v0.1.5
7052024-09-04T16:09:38.978Z Downloaded openssl-macros v0.1.1
7062024-09-04T16:09:38.979Z Downloaded opaque-debug v0.3.1
7072024-09-04T16:09:38.979Z Downloaded either v1.13.0
7082024-09-04T16:09:39.002Z Downloaded dyn-clone v1.0.17
7092024-09-04T16:09:39.002Z Downloaded smallvec v1.13.2
7102024-09-04T16:09:39.002Z Downloaded smallvec v0.6.14
7112024-09-04T16:09:39.002Z Downloaded slog-term v2.9.1
7122024-09-04T16:09:39.002Z Downloaded rfc6979 v0.4.0
7132024-09-04T16:09:39.002Z Downloaded flagset v0.4.5
7142024-09-04T16:09:39.002Z Downloaded fixedbitset v0.4.2
7152024-09-04T16:09:39.002Z Downloaded fatfs v0.3.6
7162024-09-04T16:09:39.002Z Downloaded pkcs8 v0.10.2
7172024-09-04T16:09:39.002Z Downloaded tungstenite v0.21.0
7182024-09-04T16:09:39.002Z Downloaded float-cmp v0.9.0
7192024-09-04T16:09:39.002Z Downloaded enum-as-inner v0.5.1
7202024-09-04T16:09:39.002Z Downloaded portpicker v0.1.1
7212024-09-04T16:09:39.002Z Downloaded polyval v0.6.2
7222024-09-04T16:09:39.002Z Downloaded poly1305 v0.8.0
7232024-09-04T16:09:39.002Z Downloaded parking_lot v0.11.2
7242024-09-04T16:09:39.002Z Downloaded packed_struct_codegen v0.10.1
7252024-09-04T16:09:39.002Z Downloaded fd-lock v4.0.2
7262024-09-04T16:09:39.002Z Downloaded erased-serde v0.3.31
7272024-09-04T16:09:39.026Z Downloaded env_logger v0.9.3
7282024-09-04T16:09:39.026Z Downloaded shlex v1.3.0
7292024-09-04T16:09:39.026Z Downloaded pkcs1 v0.7.5
7302024-09-04T16:09:39.026Z Downloaded pin-project-lite v0.2.14
7312024-09-04T16:09:39.026Z Downloaded pin-project-internal v1.1.5
7322024-09-04T16:09:39.026Z Downloaded hashlink v0.9.1
7332024-09-04T16:09:39.026Z Downloaded hash32 v0.3.1
7342024-09-04T16:09:39.026Z Downloaded diesel_derives v2.2.2
7352024-09-04T16:09:39.050Z Downloaded publicsuffix v2.2.3
7362024-09-04T16:09:39.050Z Downloaded derive-where v1.2.7
7372024-09-04T16:09:39.050Z Downloaded zone v0.1.8
7382024-09-04T16:09:39.050Z Downloaded zip v0.6.6
7392024-09-04T16:09:39.050Z Downloaded snafu v0.8.2
7402024-09-04T16:09:39.050Z Downloaded unicode_categories v0.1.1
7412024-09-04T16:09:39.050Z Downloaded rustyline v14.0.0
7422024-09-04T16:09:39.073Z Downloaded derive_more v0.99.18
7432024-09-04T16:09:39.073Z Downloaded env_logger v0.10.2
7442024-09-04T16:09:39.073Z Downloaded enum-as-inner v0.6.0
7452024-09-04T16:09:39.073Z Downloaded serde_repr v0.1.19
7462024-09-04T16:09:39.074Z Downloaded pin-utils v0.1.0
7472024-09-04T16:09:39.074Z Downloaded phf_shared v0.11.2
7482024-09-04T16:09:39.074Z Downloaded globset v0.4.14
7492024-09-04T16:09:39.074Z Downloaded getrandom v0.2.14
7502024-09-04T16:09:39.074Z Downloaded prettyplease v0.2.20
7512024-09-04T16:09:39.097Z Downloaded serde_urlencoded v0.7.1
7522024-09-04T16:09:39.097Z Downloaded hash32 v0.2.1
7532024-09-04T16:09:39.097Z Downloaded rand_core v0.6.4
7542024-09-04T16:09:39.097Z Downloaded steno v0.4.1
7552024-09-04T16:09:39.097Z Downloaded unicode-bidi v0.3.15
7562024-09-04T16:09:39.097Z Downloaded tungstenite v0.23.0
7572024-09-04T16:09:39.097Z Downloaded tracing v0.1.40
7582024-09-04T16:09:39.121Z Downloaded time v0.3.36
7592024-09-04T16:09:39.121Z Downloaded shell-words v1.1.0
7602024-09-04T16:09:39.121Z Downloaded serde_plain v1.0.2
7612024-09-04T16:09:39.121Z Downloaded group v0.13.0
7622024-09-04T16:09:39.121Z Downloaded glob v0.3.1
7632024-09-04T16:09:39.121Z Downloaded getopts v0.2.21
7642024-09-04T16:09:39.121Z Downloaded gethostname v0.5.0
7652024-09-04T16:09:39.121Z Downloaded derive_builder_core v0.20.0
7662024-09-04T16:09:39.121Z Downloaded structmeta v0.2.0
7672024-09-04T16:09:39.121Z Downloaded spin v0.9.8
7682024-09-04T16:09:39.145Z Downloaded socket2 v0.5.7
7692024-09-04T16:09:39.145Z Downloaded snafu-derive v0.8.2
7702024-09-04T16:09:39.145Z Downloaded zerocopy v0.6.6
7712024-09-04T16:09:39.145Z Downloaded unsafe-libyaml v0.2.11
7722024-09-04T16:09:39.145Z Downloaded tokio-util v0.7.11
7732024-09-04T16:09:39.145Z Downloaded cookie v0.17.0
7742024-09-04T16:09:39.145Z Downloaded phf v0.11.2
7752024-09-04T16:09:39.145Z Downloaded percent-encoding v2.3.1
7762024-09-04T16:09:39.145Z Downloaded pem-rfc7468 v0.7.0
7772024-09-04T16:09:39.168Z Downloaded pem v3.0.4
7782024-09-04T16:09:39.168Z Downloaded ghash v0.5.1
7792024-09-04T16:09:39.168Z Downloaded foreign-types-macros v0.2.3
7802024-09-04T16:09:39.169Z Downloaded foreign-types v0.5.0
7812024-09-04T16:09:39.169Z Downloaded der_derive v0.7.2
7822024-09-04T16:09:39.169Z Downloaded defmt v0.3.8
7832024-09-04T16:09:39.169Z Downloaded tracing-core v0.1.32
7842024-09-04T16:09:39.169Z Downloaded toml_edit v0.19.15
7852024-09-04T16:09:39.192Z Downloaded display-error-chain v0.2.1
7862024-09-04T16:09:39.192Z Downloaded dirs-next v2.0.0
7872024-09-04T16:09:39.193Z Downloaded smf v0.2.3
7882024-09-04T16:09:39.193Z Downloaded quick-error v1.2.3
7892024-09-04T16:09:39.193Z Downloaded predicates v3.1.2
7902024-09-04T16:09:39.193Z Downloaded derive_builder v0.20.0
7912024-09-04T16:09:39.193Z Downloaded schemars v0.8.21
7922024-09-04T16:09:39.216Z Downloaded foreign-types-shared v0.1.1
7932024-09-04T16:09:39.216Z Downloaded downcast v0.11.0
7942024-09-04T16:09:39.216Z Downloaded dirs-sys-next v0.1.2
7952024-09-04T16:09:39.216Z Downloaded rand_seeder v0.3.0
7962024-09-04T16:09:39.216Z Downloaded rand_chacha v0.3.1
7972024-09-04T16:09:39.216Z Downloaded radium v0.7.0
7982024-09-04T16:09:39.216Z Downloaded r2d2 v0.8.10
7992024-09-04T16:09:39.216Z Downloaded psl-types v2.0.11
8002024-09-04T16:09:39.216Z Downloaded proc-macro-crate v1.3.1
8012024-09-04T16:09:39.240Z Downloaded yasna v0.5.2
8022024-09-04T16:09:39.240Z Downloaded vte v0.11.1
8032024-09-04T16:09:39.240Z Downloaded vergen v8.3.2
8042024-09-04T16:09:39.240Z Downloaded tungstenite v0.20.1
8052024-09-04T16:09:39.240Z Downloaded tokio-postgres v0.7.11
8062024-09-04T16:09:39.240Z Downloaded dhcproto-macros v0.1.0
8072024-09-04T16:09:39.240Z Downloaded primeorder v0.13.6
8082024-09-04T16:09:39.240Z Downloaded predicates-tree v1.0.9
8092024-09-04T16:09:39.240Z Downloaded predicates-core v1.0.6
8102024-09-04T16:09:39.240Z Downloaded ppv-lite86 v0.2.17
8112024-09-04T16:09:39.264Z Downloaded strum_macros v0.26.4
8122024-09-04T16:09:39.264Z Downloaded strum_macros v0.24.3
8132024-09-04T16:09:39.264Z Downloaded structmeta-derive v0.3.0
8142024-09-04T16:09:39.264Z Downloaded structmeta v0.3.0
8152024-09-04T16:09:39.264Z Downloaded strip-ansi-escapes v0.2.0
8162024-09-04T16:09:39.264Z Downloaded string_cache v0.8.7
8172024-09-04T16:09:39.264Z Downloaded static_assertions v1.1.0
8182024-09-04T16:09:39.264Z Downloaded ssh-cipher v0.2.0
8192024-09-04T16:09:39.264Z Downloaded spki v0.7.3
8202024-09-04T16:09:39.264Z Downloaded socket2 v0.4.10
8212024-09-04T16:09:39.264Z Downloaded vsss-rs v3.3.4
8222024-09-04T16:09:39.264Z Downloaded uuid v1.10.0
8232024-09-04T16:09:39.264Z Downloaded bzip2-sys v0.1.11+1.0.8
8242024-09-04T16:09:39.288Z Downloaded pretty-hex v0.2.1
8252024-09-04T16:09:39.288Z Downloaded defmt-parser v0.3.4
8262024-09-04T16:09:39.288Z Downloaded defmt-macros v0.3.9
8272024-09-04T16:09:39.288Z Downloaded debug-ignore v1.0.5
8282024-09-04T16:09:39.288Z Downloaded data-encoding v2.6.0
8292024-09-04T16:09:39.288Z Downloaded zone v0.3.0
8302024-09-04T16:09:39.288Z Downloaded zeroize_derive v1.4.2
8312024-09-04T16:09:39.312Z Downloaded ssh-encoding v0.2.0
8322024-09-04T16:09:39.312Z Downloaded toml v0.7.8
8332024-09-04T16:09:39.312Z Downloaded test-strategy v0.3.1
8342024-09-04T16:09:39.312Z Downloaded itertools v0.12.1
8352024-09-04T16:09:39.312Z Downloaded hyper v0.14.30
8362024-09-04T16:09:39.336Z Downloaded structmeta-derive v0.2.0
8372024-09-04T16:09:39.336Z Downloaded spin v0.5.2
8382024-09-04T16:09:39.336Z Downloaded tokio-tungstenite v0.23.1
8392024-09-04T16:09:39.336Z Downloaded tokio-tungstenite v0.20.1
8402024-09-04T16:09:39.336Z Downloaded tokio-stream v0.1.15
8412024-09-04T16:09:39.336Z Downloaded tokio-rustls v0.25.0
8422024-09-04T16:09:39.336Z Downloaded tinyvec v1.6.0
8432024-09-04T16:09:39.336Z Downloaded time-macros v0.2.18
8442024-09-04T16:09:39.361Z Downloaded lru-cache v0.1.2
8452024-09-04T16:09:39.361Z Downloaded zeroize v1.7.0
8462024-09-04T16:09:39.361Z Downloaded stringprep v0.1.4
8472024-09-04T16:09:39.361Z Downloaded sqlformat v0.2.4
8482024-09-04T16:09:39.361Z Downloaded stable_deref_trait v1.2.0
8492024-09-04T16:09:39.361Z Downloaded which v4.4.2
8502024-09-04T16:09:39.362Z Downloaded tokio-tungstenite v0.21.0
8512024-09-04T16:09:39.362Z Downloaded tar v0.4.41
8522024-09-04T16:09:39.362Z Downloaded zone_cfg_derive v0.3.0
8532024-09-04T16:09:39.362Z Downloaded strum v0.26.3
8542024-09-04T16:09:39.362Z Downloaded sqlparser_derive v0.2.2
8552024-09-04T16:09:39.362Z Downloaded untrusted v0.7.1
8562024-09-04T16:09:39.362Z Downloaded tui-tree-widget v0.22.0
8572024-09-04T16:09:39.362Z Downloaded try-lock v0.2.5
8582024-09-04T16:09:39.362Z Downloaded tracing-attributes v0.1.27
8592024-09-04T16:09:39.362Z Downloaded toolchain_find v0.4.0
8602024-09-04T16:09:39.386Z Downloaded tls_codec v0.4.1
8612024-09-04T16:09:39.386Z Downloaded thiserror-no-std v2.0.2
8622024-09-04T16:09:39.386Z Downloaded subprocess v0.2.9
8632024-09-04T16:09:39.386Z Downloaded nom v7.1.3
8642024-09-04T16:09:39.386Z Downloaded itertools v0.13.0
8652024-09-04T16:09:39.386Z Downloaded hkdf v0.12.4
8662024-09-04T16:09:39.410Z Downloaded walkdir v2.5.0
8672024-09-04T16:09:39.411Z Downloaded wait-timeout v0.2.0
8682024-09-04T16:09:39.411Z Downloaded uzers v0.11.3
8692024-09-04T16:09:39.411Z Downloaded universal-hash v0.5.1
8702024-09-04T16:09:39.411Z Downloaded unicode-xid v0.2.4
8712024-09-04T16:09:39.411Z Downloaded unarray v0.1.4
8722024-09-04T16:09:39.411Z Downloaded topological-sort v0.2.2
8732024-09-04T16:09:39.411Z Downloaded tokio-rustls v0.24.1
8742024-09-04T16:09:39.411Z Downloaded termtree v0.4.1
8752024-09-04T16:09:39.411Z Downloaded term v0.7.0
8762024-09-04T16:09:39.411Z Downloaded wyz v0.5.1
8772024-09-04T16:09:39.411Z Downloaded want v0.3.1
8782024-09-04T16:09:39.411Z Downloaded waitgroup v0.1.2
8792024-09-04T16:09:39.411Z Downloaded vte_generate_state_changes v0.1.1
8802024-09-04T16:09:39.411Z Downloaded utf-8 v0.7.6
8812024-09-04T16:09:39.411Z Downloaded unicode-truncate v1.0.0
8822024-09-04T16:09:39.435Z Downloaded tokio-native-tls v0.3.1
8832024-09-04T16:09:39.435Z Downloaded tokio-macros v2.4.0
8842024-09-04T16:09:39.435Z Downloaded tls_codec_derive v0.4.1
8852024-09-04T16:09:39.435Z Downloaded tiny-keccak v2.0.2
8862024-09-04T16:09:39.435Z Downloaded thread_local v1.1.8
8872024-09-04T16:09:39.435Z Downloaded thiserror-impl-no-std v2.0.2
8882024-09-04T16:09:39.436Z Downloaded libm v0.2.8
8892024-09-04T16:09:39.436Z Downloaded untrusted v0.9.0
8902024-09-04T16:09:39.436Z Downloaded twox-hash v1.6.3
8912024-09-04T16:09:39.436Z Downloaded time-core v0.1.2
8922024-09-04T16:09:39.459Z Downloaded termios v0.3.3
8932024-09-04T16:09:39.459Z Downloaded termcolor v1.4.1
8942024-09-04T16:09:39.459Z Downloaded tap v1.0.1
8952024-09-04T16:09:39.459Z Downloaded take_mut v0.2.2
8962024-09-04T16:09:39.460Z Downloaded tabwriter v1.4.0
8972024-09-04T16:09:39.460Z Downloaded sync_wrapper v0.1.2
8982024-09-04T16:09:39.460Z Downloaded supports-color v3.0.0
8992024-09-04T16:09:39.460Z Downloaded subtle v2.5.0
9002024-09-04T16:09:39.460Z Downloaded samael v0.0.15
9012024-09-04T16:09:39.460Z Downloaded num-bigint-dig v0.8.4
9022024-09-04T16:09:39.460Z Downloaded num-bigint v0.4.5
9032024-09-04T16:09:39.484Z Downloaded mio v1.0.2
9042024-09-04T16:09:39.484Z Downloaded minimal-lexical v0.2.1
9052024-09-04T16:09:39.484Z Downloaded tinyvec_macros v0.1.1
9062024-09-04T16:09:39.484Z Downloaded rustls v0.22.4
9072024-09-04T16:09:39.522Z Downloaded rustls v0.21.12
9082024-09-04T16:09:39.522Z Downloaded scopeguard v1.2.0
9092024-09-04T16:09:39.522Z Downloaded salsa20 v0.10.2
9102024-09-04T16:09:39.522Z Downloaded rustls-webpki v0.101.7
9112024-09-04T16:09:39.553Z Downloaded mio v0.8.11
9122024-09-04T16:09:39.553Z Downloaded libxml v0.3.3
9132024-09-04T16:09:39.553Z Downloaded http v1.1.0
9142024-09-04T16:09:39.553Z Downloaded curve25519-dalek v4.1.3
9152024-09-04T16:09:39.553Z Downloaded bstr v1.9.1
9162024-09-04T16:09:39.577Z Downloaded blake3 v1.5.1
9172024-09-04T16:09:39.577Z Downloaded bitvec v1.0.1
9182024-09-04T16:09:39.600Z Downloaded scheduled-thread-pool v0.2.7
9192024-09-04T16:09:39.600Z Downloaded same-file v1.0.6
9202024-09-04T16:09:39.600Z Downloaded rustls-pki-types v1.7.0
9212024-09-04T16:09:39.600Z Downloaded rustls-pemfile v1.0.4
9222024-09-04T16:09:39.600Z Downloaded num-complex v0.4.6
9232024-09-04T16:09:39.624Z Downloaded nu-ansi-term v0.50.0
9242024-09-04T16:09:39.624Z Downloaded mockall_derive v0.13.0
9252024-09-04T16:09:39.624Z Downloaded itertools v0.10.5
9262024-09-04T16:09:39.624Z Downloaded indexmap v1.9.3
9272024-09-04T16:09:39.624Z Downloaded http v0.2.12
9282024-09-04T16:09:39.624Z Downloaded darling_core v0.20.9
9292024-09-04T16:09:39.648Z Downloaded crypto-bigint v0.5.5
9302024-09-04T16:09:39.648Z Downloaded crossterm v0.28.1
9312024-09-04T16:09:39.648Z Downloaded crossterm v0.27.0
9322024-09-04T16:09:39.673Z Downloaded crossbeam-epoch v0.9.18
9332024-09-04T16:09:39.673Z Downloaded cookie_store v0.20.0
9342024-09-04T16:09:39.673Z Downloaded const_format v0.2.32
9352024-09-04T16:09:39.673Z Downloaded clang-sys v1.7.0
9362024-09-04T16:09:39.673Z Downloaded chrono v0.4.38
9372024-09-04T16:09:39.673Z Downloaded cancel-safe-futures v0.1.5
9382024-09-04T16:09:39.697Z Downloaded rustversion v1.0.17
9392024-09-04T16:09:39.697Z Downloaded rustls-pemfile v2.1.3
9402024-09-04T16:09:39.697Z Downloaded rustc_version v0.4.0
9412024-09-04T16:09:39.697Z Downloaded rustc_version v0.1.7
9422024-09-04T16:09:39.697Z Downloaded rustc-hash v1.1.0
9432024-09-04T16:09:39.697Z Downloaded rustc-demangle v0.1.24
9442024-09-04T16:09:39.697Z Downloaded rpassword v7.3.1
9452024-09-04T16:09:39.697Z Downloaded ron v0.8.1
9462024-09-04T16:09:39.697Z Downloaded miniz_oxide v0.7.2
9472024-09-04T16:09:39.697Z Downloaded mime v0.3.17
9482024-09-04T16:09:39.722Z Downloaded memmap2 v0.9.4
9492024-09-04T16:09:39.722Z Downloaded md-5 v0.10.6
9502024-09-04T16:09:39.722Z Downloaded match_cfg v0.1.0
9512024-09-04T16:09:39.722Z Downloaded managed v0.8.0
9522024-09-04T16:09:39.722Z Downloaded lru v0.12.3
9532024-09-04T16:09:39.722Z Downloaded linear-map v1.2.0
9542024-09-04T16:09:39.722Z Downloaded lazycell v1.3.0
9552024-09-04T16:09:39.722Z Downloaded lalrpop-util v0.19.12
9562024-09-04T16:09:39.722Z Downloaded jobserver v0.1.32
9572024-09-04T16:09:39.722Z Downloaded ipnetwork v0.20.0
9582024-09-04T16:09:39.722Z Downloaded internet-checksum v0.2.1
9592024-09-04T16:09:39.722Z Downloaded instability v0.3.2
9602024-09-04T16:09:39.722Z Downloaded indoc v1.0.9
9612024-09-04T16:09:39.722Z Downloaded indicatif v0.17.8
9622024-09-04T16:09:39.746Z Downloaded impl-trait-for-tuples v0.2.2
9632024-09-04T16:09:39.746Z Downloaded iana-time-zone v0.1.60
9642024-09-04T16:09:39.746Z Downloaded httparse v1.8.0
9652024-09-04T16:09:39.746Z Downloaded hmac v0.12.1
9662024-09-04T16:09:39.746Z Downloaded hickory-server v0.24.1
9672024-09-04T16:09:39.746Z Downloaded ctr v0.9.2
9682024-09-04T16:09:39.746Z Downloaded crossbeam-channel v0.5.12
9692024-09-04T16:09:39.746Z Downloaded crc32fast v1.4.0
9702024-09-04T16:09:39.771Z Downloaded crc-any v2.5.0
9712024-09-04T16:09:39.771Z Downloaded cookie v0.18.1
9722024-09-04T16:09:39.771Z Downloaded constant_time_eq v0.3.0
9732024-09-04T16:09:39.771Z Downloaded const-oid v0.9.6
9742024-09-04T16:09:39.771Z Downloaded console v0.15.8
9752024-09-04T16:09:39.771Z Downloaded compact_str v0.8.0
9762024-09-04T16:09:39.771Z Downloaded colored v2.1.0
9772024-09-04T16:09:39.771Z Downloaded bit-set v0.5.3
9782024-09-04T16:09:39.771Z Downloaded bindgen v0.69.4
9792024-09-04T16:09:39.795Z Downloaded bcs v0.1.6
9802024-09-04T16:09:39.795Z Downloaded base64ct v1.6.0
9812024-09-04T16:09:39.795Z Downloaded base64 v0.22.1
9822024-09-04T16:09:39.795Z Downloaded base64 v0.13.1
9832024-09-04T16:09:39.795Z Downloaded backtrace v0.3.71
9842024-09-04T16:09:39.818Z Downloaded allocator-api2 v0.2.18
9852024-09-04T16:09:39.818Z Downloaded aho-corasick v1.1.3
9862024-09-04T16:09:39.818Z Downloaded aes-gcm v0.10.3
9872024-09-04T16:09:39.818Z Downloaded aes v0.8.4
9882024-09-04T16:09:39.818Z Downloaded resolv-conf v0.7.0
9892024-09-04T16:09:39.818Z Downloaded num-conv v0.1.0
9902024-09-04T16:09:39.818Z Downloaded num v0.4.3
9912024-09-04T16:09:39.843Z Downloaded normalize-line-endings v0.3.0
9922024-09-04T16:09:39.843Z Downloaded nibble_vec v0.1.0
9932024-09-04T16:09:39.843Z Downloaded newtype-uuid v1.1.0
9942024-09-04T16:09:39.843Z Downloaded newline-converter v0.3.0
9952024-09-04T16:09:39.843Z Downloaded new_debug_unreachable v1.0.6
9962024-09-04T16:09:39.843Z Downloaded native-tls v0.2.11
9972024-09-04T16:09:39.843Z Downloaded nanorand v0.7.0
9982024-09-04T16:09:39.843Z Downloaded multimap v0.10.0
9992024-09-04T16:09:39.843Z Downloaded multer v3.1.0
10002024-09-04T16:09:39.843Z Downloaded mockall v0.13.0
10012024-09-04T16:09:39.843Z Downloaded mime_guess v2.0.4
10022024-09-04T16:09:39.843Z Downloaded memoffset v0.9.1
10032024-09-04T16:09:39.843Z Downloaded md5 v0.7.0
10042024-09-04T16:09:39.843Z Downloaded maybe-uninit v2.0.0
10052024-09-04T16:09:39.843Z Downloaded matches v0.1.10
10062024-09-04T16:09:39.843Z Downloaded maplit v1.0.2
10072024-09-04T16:09:39.867Z Downloaded lock_api v0.4.12
10082024-09-04T16:09:39.867Z Downloaded linked-hash-map v0.5.6
10092024-09-04T16:09:39.867Z Downloaded libsw v3.3.1
10102024-09-04T16:09:39.867Z Downloaded lazy_static v1.5.0
10112024-09-04T16:09:39.867Z Downloaded kstat-rs v0.2.4
10122024-09-04T16:09:39.867Z Downloaded keccak v0.1.5
10132024-09-04T16:09:39.867Z Downloaded is_ci v1.2.0
10142024-09-04T16:09:39.867Z Downloaded is-terminal v0.4.12
10152024-09-04T16:09:39.867Z Downloaded instant v0.1.12
10162024-09-04T16:09:39.867Z Downloaded indent_write v2.2.0
10172024-09-04T16:09:39.867Z Downloaded ident_case v1.0.1
10182024-09-04T16:09:39.867Z Downloaded hyper-tls v0.5.0
10192024-09-04T16:09:39.867Z Downloaded hyper-staticfile v0.9.5
10202024-09-04T16:09:39.867Z Downloaded hyper-rustls v0.24.2
10212024-09-04T16:09:39.867Z Downloaded hubpack_derive v0.1.1
10222024-09-04T16:09:39.868Z Downloaded hubpack v0.1.2
10232024-09-04T16:09:39.891Z Downloaded httpdate v1.0.3
10242024-09-04T16:09:39.891Z Downloaded http-range v0.1.5
10252024-09-04T16:09:39.891Z Downloaded http-body v0.4.6
10262024-09-04T16:09:39.891Z Downloaded darling v0.20.9
10272024-09-04T16:09:39.891Z Downloaded curve25519-dalek-derive v0.1.1
10282024-09-04T16:09:39.891Z Downloaded csv-core v0.1.11
10292024-09-04T16:09:39.891Z Downloaded crucible-workspace-hack v0.1.0
10302024-09-04T16:09:39.891Z Downloaded crossbeam-utils v0.8.19
10312024-09-04T16:09:39.891Z Downloaded crossbeam-deque v0.8.5
10322024-09-04T16:09:39.891Z Downloaded crc-catalog v2.4.0
10332024-09-04T16:09:39.892Z Downloaded crc v3.2.1
10342024-09-04T16:09:39.892Z Downloaded convert_case v0.4.0
10352024-09-04T16:09:39.892Z Downloaded const_format_proc_macros v0.2.32
10362024-09-04T16:09:39.915Z Downloaded cobs v0.2.3
10372024-09-04T16:09:39.915Z Downloaded cipher v0.4.4
10382024-09-04T16:09:39.915Z Downloaded ciborium-ll v0.2.2
10392024-09-04T16:09:39.915Z Downloaded ciborium-io v0.2.2
10402024-09-04T16:09:39.915Z Downloaded ciborium v0.2.2
10412024-09-04T16:09:39.915Z Downloaded chacha20poly1305 v0.10.1
10422024-09-04T16:09:39.915Z Downloaded chacha20 v0.9.1
10432024-09-04T16:09:39.915Z Downloaded cfg_aliases v0.1.1
10442024-09-04T16:09:39.916Z Downloaded cc v1.0.97
10452024-09-04T16:09:39.916Z Downloaded castaway v0.2.3
10462024-09-04T16:09:39.916Z Downloaded bzip2 v0.4.4
10472024-09-04T16:09:39.916Z Downloaded bytes v1.7.1
10482024-09-04T16:09:39.940Z Downloaded buf-list v1.0.3
10492024-09-04T16:09:39.940Z Downloaded blowfish v0.9.1
10502024-09-04T16:09:39.940Z Downloaded block-padding v0.3.3
10512024-09-04T16:09:39.940Z Downloaded blake2 v0.10.6
10522024-09-04T16:09:39.940Z Downloaded bitflags v1.3.2
10532024-09-04T16:09:39.940Z Downloaded bitfield v0.14.0
10542024-09-04T16:09:39.940Z Downloaded bcrypt-pbkdf v0.10.0
10552024-09-04T16:09:39.940Z Downloaded bb8 v0.8.5
10562024-09-04T16:09:39.940Z Downloaded base64 v0.21.7
10572024-09-04T16:09:39.940Z Downloaded base16ct v0.2.0
10582024-09-04T16:09:39.940Z Downloaded backoff v0.4.0
10592024-09-04T16:09:39.940Z Downloaded atty v0.2.14
10602024-09-04T16:09:39.964Z Downloaded atomicwrites v0.4.3
10612024-09-04T16:09:39.964Z Downloaded atomic-waker v1.1.2
10622024-09-04T16:09:39.964Z Downloaded async-trait v0.1.81
10632024-09-04T16:09:39.964Z Downloaded async-stream-impl v0.3.5
10642024-09-04T16:09:39.964Z Downloaded async-recursion v1.1.1
10652024-09-04T16:09:39.964Z Downloaded async-bb8-diesel v0.2.1
10662024-09-04T16:09:39.964Z Downloaded assert_matches v1.5.0
10672024-09-04T16:09:39.964Z Downloaded ascii-canvas v3.0.0
10682024-09-04T16:09:39.964Z Downloaded ascii v1.1.0
10692024-09-04T16:09:39.964Z Downloaded arrayvec v0.7.4
10702024-09-04T16:09:39.964Z Downloaded arrayref v0.3.7
10712024-09-04T16:09:39.964Z Downloaded array-init v0.0.4
10722024-09-04T16:09:39.987Z Downloaded arc-swap v1.7.1
10732024-09-04T16:09:39.987Z Downloaded ahash v0.8.11
10742024-09-04T16:09:39.987Z Downloaded newtype_derive v0.1.6
10752024-09-04T16:09:39.987Z Downloaded libloading v0.8.3
10762024-09-04T16:09:39.987Z Downloaded libefi-sys v0.1.0
10772024-09-04T16:09:39.987Z Downloaded ipnet v2.9.0
10782024-09-04T16:09:39.987Z Downloaded inout v0.1.3
10792024-09-04T16:09:39.987Z Downloaded humantime v2.1.0
10802024-09-04T16:09:39.988Z Downloaded hostname v0.4.0
10812024-09-04T16:09:39.988Z Downloaded hostname v0.3.1
10822024-09-04T16:09:39.988Z Downloaded home v0.5.9
10832024-09-04T16:09:39.988Z Downloaded highway v1.2.0
10842024-09-04T16:09:40.011Z Downloaded darling_macro v0.20.9
10852024-09-04T16:09:40.011Z Downloaded cstr-argument v0.1.2
10862024-09-04T16:09:40.011Z Downloaded crunchy v0.2.2
10872024-09-04T16:09:40.011Z Downloaded cexpr v0.6.0
10882024-09-04T16:09:40.011Z Downloaded cbc v0.1.2
10892024-09-04T16:09:40.011Z Downloaded cassowary v0.3.0
10902024-09-04T16:09:40.011Z Downloaded bitstruct_derive v0.1.0
10912024-09-04T16:09:40.011Z Downloaded bitstruct v0.1.1
10922024-09-04T16:09:40.011Z Downloaded bitfield-struct v0.6.1
10932024-09-04T16:09:40.012Z Downloaded bit-vec v0.6.3
10942024-09-04T16:09:40.012Z Downloaded async-stream v0.3.5
10952024-09-04T16:09:40.012Z Downloaded addr2line v0.21.0
10962024-09-04T16:09:40.012Z Downloaded aead v0.5.2
10972024-09-04T16:09:40.116Z Compiling serde v1.0.208
10982024-09-04T16:09:40.140Z Compiling typenum v1.17.0
10992024-09-04T16:09:40.140Z Compiling lock_api v0.4.12
11002024-09-04T16:09:40.140Z Compiling generic-array v0.14.7
11012024-09-04T16:09:40.140Z Compiling scopeguard v1.2.0
11022024-09-04T16:09:40.163Z Compiling log v0.4.21
11032024-09-04T16:09:40.218Z Compiling syn v2.0.74
11042024-09-04T16:09:40.242Z Compiling getrandom v0.2.14
11052024-09-04T16:09:40.438Z Compiling jobserver v0.1.32
11062024-09-04T16:09:40.483Z Compiling rand_core v0.6.4
11072024-09-04T16:09:40.623Z Compiling subtle v2.5.0
11082024-09-04T16:09:40.685Z Compiling const-oid v0.9.6
11092024-09-04T16:09:40.709Z Compiling pin-project-lite v0.2.14
11102024-09-04T16:09:40.895Z Compiling cc v1.0.97
11112024-09-04T16:09:40.964Z Compiling smallvec v1.13.2
11122024-09-04T16:09:40.989Z Compiling parking_lot_core v0.9.10
11132024-09-04T16:09:41.099Z Compiling signal-hook-registry v1.4.2
11142024-09-04T16:09:41.264Z Compiling spin v0.9.8
11152024-09-04T16:09:41.343Z Compiling mio v1.0.2
11162024-09-04T16:09:41.935Z Compiling ahash v0.8.11
11172024-09-04T16:09:42.087Z Compiling parking_lot v0.12.2
11182024-09-04T16:09:42.260Z Compiling tinyvec_macros v0.1.1
11192024-09-04T16:09:42.360Z Compiling tinyvec v1.6.0
11202024-09-04T16:09:42.383Z Compiling socket2 v0.5.7
11212024-09-04T16:09:42.558Z Compiling futures-core v0.3.30
11222024-09-04T16:09:42.852Z Compiling libm v0.2.8
11232024-09-04T16:09:42.924Z Compiling serde_json v1.0.125
11242024-09-04T16:09:42.947Z Compiling futures-sink v0.3.30
11252024-09-04T16:09:43.085Z Compiling cpufeatures v0.2.12
11262024-09-04T16:09:43.166Z Compiling num-traits v0.2.19
11272024-09-04T16:09:43.193Z Compiling slab v0.4.9
11282024-09-04T16:09:43.298Z Compiling allocator-api2 v0.2.18
11292024-09-04T16:09:43.336Z Compiling unicode-bidi v0.3.15
11302024-09-04T16:09:43.679Z Compiling futures-channel v0.3.30
11312024-09-04T16:09:43.827Z Compiling unicode-normalization v0.1.23
11322024-09-04T16:09:43.917Z Compiling pkg-config v0.3.30
11332024-09-04T16:09:44.025Z Compiling vcpkg v0.2.15
11342024-09-04T16:09:44.057Z Compiling futures-io v0.3.30
11352024-09-04T16:09:44.617Z Compiling pin-utils v0.1.0
11362024-09-04T16:09:44.649Z Compiling futures-task v0.3.30
11372024-09-04T16:09:44.713Z Compiling base64ct v1.6.0
11382024-09-04T16:09:44.736Z Compiling ppv-lite86 v0.2.17
11392024-09-04T16:09:44.787Z Compiling ring v0.17.8
11402024-09-04T16:09:44.916Z Compiling percent-encoding v2.3.1
11412024-09-04T16:09:45.191Z Compiling pem-rfc7468 v0.7.0
11422024-09-04T16:09:45.218Z Compiling flagset v0.4.5
11432024-09-04T16:09:45.241Z Compiling tracing-core v0.1.32
11442024-09-04T16:09:45.355Z Compiling rand_chacha v0.3.1
11452024-09-04T16:09:45.411Z Compiling rustix v0.38.34
11462024-09-04T16:09:45.807Z Compiling openssl-sys v0.9.103
11472024-09-04T16:09:45.832Z Compiling untrusted v0.9.0
11482024-09-04T16:09:45.987Z Compiling rand v0.8.5
11492024-09-04T16:09:46.018Z Compiling foreign-types-shared v0.1.1
11502024-09-04T16:09:46.116Z Compiling time-core v0.1.2
11512024-09-04T16:09:46.188Z Compiling openssl v0.10.66
11522024-09-04T16:09:46.278Z Compiling powerfmt v0.2.0
11532024-09-04T16:09:46.399Z Compiling httparse v1.8.0
11542024-09-04T16:09:46.613Z Compiling num-conv v0.1.0
11552024-09-04T16:09:46.682Z Compiling rustversion v1.0.17
11562024-09-04T16:09:46.887Z Compiling time-macros v0.2.18
11572024-09-04T16:09:46.910Z Compiling deranged v0.3.11
11582024-09-04T16:09:47.166Z Compiling foreign-types v0.3.2
11592024-09-04T16:09:47.262Z Compiling form_urlencoded v1.2.1
11602024-09-04T16:09:47.376Z Compiling aho-corasick v1.1.3
11612024-09-04T16:09:47.553Z Compiling syn v1.0.109
11622024-09-04T16:09:47.706Z Compiling rustls v0.21.12
11632024-09-04T16:09:47.933Z Compiling try-lock v0.2.5
11642024-09-04T16:09:47.956Z Compiling crossbeam-utils v0.8.19
11652024-09-04T16:09:48.077Z Compiling regex-syntax v0.8.4
11662024-09-04T16:09:48.102Z Compiling num_threads v0.1.7
11672024-09-04T16:09:48.219Z Compiling siphasher v0.3.11
11682024-09-04T16:09:48.488Z Compiling native-tls v0.2.11
11692024-09-04T16:09:48.567Z Compiling want v0.3.1
11702024-09-04T16:09:48.830Z Compiling idna v0.5.0
11712024-09-04T16:09:49.394Z Compiling cookie v0.17.0
11722024-09-04T16:09:49.480Z Compiling time v0.3.36
11732024-09-04T16:09:49.640Z Compiling openssl-probe v0.1.5
11742024-09-04T16:09:49.784Z Compiling adler v1.0.2
11752024-09-04T16:09:49.946Z Compiling slog v2.7.0
11762024-09-04T16:09:49.978Z Compiling finl_unicode v1.2.0
11772024-09-04T16:09:50.077Z Compiling iana-time-zone v0.1.60
11782024-09-04T16:09:50.406Z Compiling tower-service v0.3.2
11792024-09-04T16:09:50.468Z Compiling httpdate v1.0.3
11802024-09-04T16:09:50.522Z Compiling stringprep v0.1.4
11812024-09-04T16:09:50.548Z Compiling miniz_oxide v0.7.2
11822024-09-04T16:09:50.942Z Compiling regex-automata v0.4.6
11832024-09-04T16:09:51.456Z Compiling url v2.5.2
11842024-09-04T16:09:52.493Z Compiling serde_derive v1.0.208
11852024-09-04T16:09:52.955Z Compiling zeroize_derive v1.4.2
11862024-09-04T16:09:53.019Z Compiling zerocopy-derive v0.7.34
11872024-09-04T16:09:53.488Z Compiling tokio-macros v2.4.0
11882024-09-04T16:09:53.856Z Compiling thiserror-impl v1.0.63
11892024-09-04T16:09:53.890Z Compiling futures-macro v0.3.30
11902024-09-04T16:09:54.271Z Compiling zeroize v1.7.0
11912024-09-04T16:09:54.894Z Compiling der_derive v0.7.2
11922024-09-04T16:09:54.920Z Compiling zerocopy v0.7.34
11932024-09-04T16:09:55.485Z Compiling futures-util v0.3.30
11942024-09-04T16:09:55.783Z Compiling crypto-common v0.1.6
11952024-09-04T16:09:55.990Z Compiling block-buffer v0.10.4
11962024-09-04T16:09:56.227Z Compiling digest v0.10.7
11972024-09-04T16:09:56.499Z Compiling block-padding v0.3.3
11982024-09-04T16:09:56.719Z Compiling hmac v0.12.1
11992024-09-04T16:09:56.759Z Compiling inout v0.1.3
12002024-09-04T16:09:56.847Z Compiling hashbrown v0.14.5
12012024-09-04T16:09:56.947Z Compiling thiserror v1.0.63
12022024-09-04T16:09:56.985Z Compiling cipher v0.4.4
12032024-09-04T16:09:57.011Z Compiling sha2 v0.10.8
12042024-09-04T16:09:57.090Z Compiling pest v2.7.10
12052024-09-04T16:09:57.430Z Compiling salsa20 v0.10.2
12062024-09-04T16:09:57.630Z Compiling der v0.7.9
12072024-09-04T16:09:58.136Z Compiling pbkdf2 v0.12.2
12082024-09-04T16:09:58.304Z Compiling scroll_derive v0.12.0
12092024-09-04T16:09:59.617Z Compiling pest_meta v2.7.10
12102024-09-04T16:09:59.654Z Compiling tracing-attributes v0.1.27
12112024-09-04T16:09:59.819Z Compiling scroll v0.12.0
12122024-09-04T16:10:00.309Z Compiling spki v0.7.3
12132024-09-04T16:10:00.599Z Compiling scrypt v0.11.0
12142024-09-04T16:10:00.659Z Compiling pest_generator v2.7.10
12152024-09-04T16:10:00.704Z Compiling aes v0.8.4
12162024-09-04T16:10:01.097Z Compiling cbc v0.1.2
12172024-09-04T16:10:01.289Z Compiling goblin v0.8.2
12182024-09-04T16:10:01.525Z Compiling pkcs5 v0.7.1
12192024-09-04T16:10:02.267Z Compiling openssl-macros v0.1.1
12202024-09-04T16:10:02.502Z Compiling pkcs8 v0.10.2
12212024-09-04T16:10:02.810Z Compiling rustls-webpki v0.101.7
12222024-09-04T16:10:02.834Z Compiling tracing v0.1.40
12232024-09-04T16:10:02.864Z Compiling sct v0.7.1
12242024-09-04T16:10:03.125Z Compiling md-5 v0.10.6
12252024-09-04T16:10:03.148Z Compiling num-integer v0.1.46
12262024-09-04T16:10:03.266Z Compiling backtrace v0.3.71
12272024-09-04T16:10:03.362Z Compiling idna v0.3.0
12282024-09-04T16:10:03.705Z Compiling lazy_static v1.5.0
12292024-09-04T16:10:03.802Z Compiling pest_derive v2.7.10
12302024-09-04T16:10:03.827Z Compiling hash32 v0.2.1
12312024-09-04T16:10:03.851Z Compiling gimli v0.28.1
12322024-09-04T16:10:04.158Z Compiling bytes v1.7.1
12332024-09-04T16:10:04.380Z Compiling bitflags v2.6.0
12342024-09-04T16:10:04.488Z Compiling indexmap v2.4.0
12352024-09-04T16:10:04.634Z Compiling semver v1.0.23
12362024-09-04T16:10:05.231Z Compiling tokio v1.39.3
12372024-09-04T16:10:05.258Z Compiling http v0.2.12
12382024-09-04T16:10:05.677Z Compiling rustc_version v0.4.0
12392024-09-04T16:10:06.335Z Compiling heapless v0.7.17
12402024-09-04T16:10:06.753Z Compiling http-body v0.4.6
12412024-09-04T16:10:07.009Z Compiling dof v0.3.0
12422024-09-04T16:10:07.272Z Compiling dtrace-parser v0.2.0
12432024-09-04T16:10:07.444Z Compiling uuid v1.10.0
12442024-09-04T16:10:07.789Z Compiling usdt-impl v0.5.0
12452024-09-04T16:10:08.664Z Compiling toml_datetime v0.6.8
12462024-09-04T16:10:08.805Z Compiling serde_tokenstream v0.2.2
12472024-09-04T16:10:09.056Z Compiling chrono v0.4.38
12482024-09-04T16:10:09.112Z Compiling serde_spanned v0.6.7
12492024-09-04T16:10:09.135Z Compiling signal-hook v0.3.17
12502024-09-04T16:10:09.315Z Compiling stable_deref_trait v1.2.0
12512024-09-04T16:10:09.338Z Compiling cfg_aliases v0.1.1
12522024-09-04T16:10:09.367Z Compiling base64 v0.22.1
12532024-09-04T16:10:09.413Z Compiling psl-types v2.0.11
12542024-09-04T16:10:09.437Z Compiling crc32fast v1.4.0
12552024-09-04T16:10:09.584Z Compiling num-bigint-dig v0.8.4
12562024-09-04T16:10:09.658Z Compiling smoltcp v0.9.1
12572024-09-04T16:10:09.839Z Compiling fallible-iterator v0.2.0
12582024-09-04T16:10:09.961Z Compiling publicsuffix v2.2.3
12592024-09-04T16:10:09.995Z Compiling nix v0.28.0
12602024-09-04T16:10:10.313Z Compiling addr2line v0.21.0
12612024-09-04T16:10:10.417Z Compiling postgres-protocol v0.6.7
12622024-09-04T16:10:10.646Z Compiling terminal_size v0.3.0
12632024-09-04T16:10:10.762Z Compiling num-iter v0.1.45
12642024-09-04T16:10:10.825Z Compiling hubpack_derive v0.1.1
12652024-09-04T16:10:10.902Z Compiling async-trait v0.1.81
12662024-09-04T16:10:10.925Z Compiling zerocopy-derive v0.6.6
12672024-09-04T16:10:11.660Z Compiling phf_shared v0.11.2
12682024-09-04T16:10:11.980Z Compiling serde_derive_internals v0.29.1
12692024-09-04T16:10:12.163Z Compiling tokio-util v0.7.11
12702024-09-04T16:10:12.286Z Compiling tokio-rustls v0.24.1
12712024-09-04T16:10:12.625Z Compiling tokio-native-tls v0.3.1
12722024-09-04T16:10:12.738Z Compiling ff v0.13.0
12732024-09-04T16:10:12.761Z Compiling object v0.32.2
12742024-09-04T16:10:12.864Z Compiling fs-err v2.11.0
12752024-09-04T16:10:12.937Z Compiling base16ct v0.2.0
12762024-09-04T16:10:13.115Z Compiling h2 v0.3.26
12772024-09-04T16:10:13.218Z Compiling rustc-demangle v0.1.24
12782024-09-04T16:10:13.241Z Compiling either v1.13.0
12792024-09-04T16:10:13.316Z Compiling anyhow v1.0.86
12802024-09-04T16:10:13.616Z Compiling winnow v0.5.40
12812024-09-04T16:10:13.842Z Compiling ipnet v2.9.0
12822024-09-04T16:10:14.043Z Compiling schemars v0.8.21
12832024-09-04T16:10:14.272Z Compiling bitflags v1.3.2
12842024-09-04T16:10:14.328Z Compiling managed v0.8.0
12852024-09-04T16:10:14.353Z Compiling base64 v0.21.7
12862024-09-04T16:10:14.404Z Compiling clap_builder v4.5.15
12872024-09-04T16:10:14.837Z Compiling rustls-pemfile v1.0.4
12882024-09-04T16:10:14.975Z Compiling schemars_derive v0.8.21
12892024-09-04T16:10:15.371Z Compiling sec1 v0.7.3
12902024-09-04T16:10:15.985Z Compiling group v0.13.0
12912024-09-04T16:10:16.260Z Compiling zerocopy v0.6.6
12922024-09-04T16:10:16.415Z Compiling toml_edit v0.19.15
12932024-09-04T16:10:16.738Z Compiling phf v0.11.2
12942024-09-04T16:10:16.984Z Compiling hubpack v0.1.2
12952024-09-04T16:10:17.008Z Compiling cookie_store v0.20.0
12962024-09-04T16:10:17.364Z Compiling postgres-types v0.2.7
12972024-09-04T16:10:18.763Z Compiling hyper v0.14.30
12982024-09-04T16:10:18.903Z Compiling usdt-macro v0.5.0
12992024-09-04T16:10:18.926Z Compiling usdt-attr-macro v0.5.0
13002024-09-04T16:10:20.162Z Compiling serde_urlencoded v0.7.1
13012024-09-04T16:10:20.267Z Compiling pkcs1 v0.7.5
13022024-09-04T16:10:20.606Z Compiling futures-executor v0.3.30
13032024-09-04T16:10:21.078Z Compiling hkdf v0.12.4
13042024-09-04T16:10:21.103Z Compiling signature v2.2.0
13052024-09-04T16:10:21.270Z Compiling crypto-bigint v0.5.5
13062024-09-04T16:10:21.313Z Compiling regex v1.10.6
13072024-09-04T16:10:21.352Z Compiling bstr v1.9.1
13082024-09-04T16:10:21.646Z Compiling clap_derive v4.5.13
13092024-09-04T16:10:22.055Z Compiling strum_macros v0.25.3
13102024-09-04T16:10:22.252Z Compiling serde_repr v0.1.19
13112024-09-04T16:10:22.832Z Compiling enum-as-inner v0.6.0
13122024-09-04T16:10:23.007Z Compiling phf_shared v0.10.0
13132024-09-04T16:10:23.191Z Compiling float-cmp v0.9.0
13142024-09-04T16:10:23.368Z Compiling idna v0.4.0
13152024-09-04T16:10:23.392Z Compiling mio v0.8.11
13162024-09-04T16:10:23.738Z Compiling encoding_rs v0.8.34
13172024-09-04T16:10:24.536Z Compiling hyper-tls v0.5.0
13182024-09-04T16:10:24.608Z Compiling hyper-rustls v0.24.2
13192024-09-04T16:10:24.833Z Compiling minimal-lexical v0.2.1
13202024-09-04T16:10:24.908Z Compiling precomputed-hash v0.1.1
13212024-09-04T16:10:25.008Z Compiling whoami v1.5.1
13222024-09-04T16:10:25.256Z Compiling data-encoding v2.6.0
13232024-09-04T16:10:25.284Z Compiling difflib v0.4.0
13242024-09-04T16:10:25.569Z Compiling static_assertions v1.1.0
13252024-09-04T16:10:25.593Z Compiling new_debug_unreachable v1.0.6
13262024-09-04T16:10:25.667Z Compiling normalize-line-endings v0.3.0
13272024-09-04T16:10:25.690Z Compiling webpki-roots v0.25.4
13282024-09-04T16:10:25.790Z Compiling dyn-clone v1.0.17
13292024-09-04T16:10:25.837Z Compiling unicode-segmentation v1.11.0
13302024-09-04T16:10:25.980Z Compiling fixedbitset v0.4.2
13312024-09-04T16:10:26.098Z Compiling mime v0.3.17
13322024-09-04T16:10:26.379Z Compiling predicates-core v1.0.6
13332024-09-04T16:10:26.508Z Compiling bit-vec v0.6.3
13342024-09-04T16:10:26.621Z Compiling sync_wrapper v0.1.2
13352024-09-04T16:10:26.661Z Compiling console v0.15.8
13362024-09-04T16:10:26.741Z Compiling reqwest v0.11.27
13372024-09-04T16:10:26.772Z Compiling predicates v3.1.2
13382024-09-04T16:10:26.943Z Compiling bit-set v0.5.3
13392024-09-04T16:10:26.972Z Compiling similar v2.6.0
13402024-09-04T16:10:27.195Z Compiling petgraph v0.6.5
13412024-09-04T16:10:27.293Z Compiling hickory-proto v0.24.1
13422024-09-04T16:10:27.941Z Compiling string_cache v0.8.7
13432024-09-04T16:10:28.166Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13442024-09-04T16:10:28.347Z Compiling clap v4.5.16
13452024-09-04T16:10:28.458Z Compiling tokio-postgres v0.7.11
13462024-09-04T16:10:28.985Z Compiling toml_edit v0.22.20
13472024-09-04T16:10:29.162Z Compiling nom v7.1.3
13482024-09-04T16:10:30.306Z Compiling signal-hook-mio v0.2.4
13492024-09-04T16:10:30.455Z Compiling elliptic-curve v0.13.8
13502024-09-04T16:10:30.478Z Compiling usdt v0.5.0
13512024-09-04T16:10:30.898Z Compiling rsa v0.9.6
13522024-09-04T16:10:31.139Z Compiling futures v0.3.30
13532024-09-04T16:10:31.994Z Compiling toml v0.7.8
13542024-09-04T16:10:32.075Z Compiling flate2 v1.0.31
13552024-09-04T16:10:33.172Z Compiling itertools v0.12.1
13562024-09-04T16:10:33.432Z Compiling itertools v0.10.5
13572024-09-04T16:10:33.635Z Compiling tokio-stream v0.1.15
13582024-09-04T16:10:34.477Z Compiling openapiv3 v2.0.0
13592024-09-04T16:10:35.564Z Compiling hex v0.4.3
13602024-09-04T16:10:35.707Z Compiling sha1 v0.10.6
13612024-09-04T16:10:35.793Z Compiling crossbeam-epoch v0.9.18
13622024-09-04T16:10:35.822Z Compiling dirs-sys-next v0.1.2
13632024-09-04T16:10:36.078Z Compiling lalrpop-util v0.19.12
13642024-09-04T16:10:36.103Z Compiling peg-runtime v0.8.3
13652024-09-04T16:10:36.212Z Compiling unicode-xid v0.2.4
13662024-09-04T16:10:36.374Z Compiling dirs-next v2.0.0
13672024-09-04T16:10:36.398Z Compiling thread_local v1.1.8
13682024-09-04T16:10:36.398Z Compiling slog-async v2.8.0
13692024-09-04T16:10:36.440Z Compiling xattr v1.3.1
13702024-09-04T16:10:36.601Z Compiling term v0.7.0
13712024-09-04T16:10:36.714Z Compiling crossbeam-channel v0.5.12
13722024-09-04T16:10:36.741Z Compiling strum_macros v0.26.4
13732024-09-04T16:10:36.930Z Compiling is-terminal v0.4.12
13742024-09-04T16:10:36.979Z Compiling filetime v0.2.25
13752024-09-04T16:10:37.056Z Compiling take_mut v0.2.2
13762024-09-04T16:10:37.192Z Compiling tar v0.4.41
13772024-09-04T16:10:37.246Z Compiling slog-term v2.9.1
13782024-09-04T16:10:37.667Z Compiling camino v1.1.9
13792024-09-04T16:10:38.597Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13802024-09-04T16:10:39.767Z Compiling strum v0.26.3
13812024-09-04T16:10:39.880Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13822024-09-04T16:10:46.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
13832024-09-04T16:10:46.769Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13842024-09-04T16:10:46.833ZSep 04 16:10:46.192 INFO Starting download, target: Clickhouse
13852024-09-04T16:10:46.833ZSep 04 16:10:46.192 INFO Starting download, target: Cockroach
13862024-09-04T16:10:46.833ZSep 04 16:10:46.192 INFO Starting download, target: Console
13872024-09-04T16:10:46.833ZSep 04 16:10:46.192 INFO Starting download, target: DendriteOpenapi
13882024-09-04T16:10:46.833ZSep 04 16:10:46.192 INFO Starting download, target: DendriteStub
13892024-09-04T16:10:46.833ZSep 04 16:10:46.192 INFO Starting download, target: MaghemiteMgd
13902024-09-04T16:10:46.833ZSep 04 16:10:46.192 INFO Starting download, target: TransceiverControl
13912024-09-04T16:10:46.857ZSep 04 16:10:46.194 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13922024-09-04T16:10:46.857ZSep 04 16:10:46.194 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13932024-09-04T16:10:46.857ZSep 04 16:10:46.194 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13942024-09-04T16:10:46.857ZSep 04 16:10:46.194 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13952024-09-04T16:10:46.857ZSep 04 16:10:46.195 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13962024-09-04T16:10:46.857ZSep 04 16:10:46.195 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13972024-09-04T16:10:46.857ZSep 04 16:10:46.195 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13982024-09-04T16:10:47.236ZSep 04 16:10:46.595 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13992024-09-04T16:10:47.602ZSep 04 16:10:46.960 INFO Download complete, target: DendriteOpenapi
14002024-09-04T16:10:47.628ZSep 04 16:10:46.961 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14012024-09-04T16:10:47.752ZSep 04 16:10:47.110 INFO Download complete, target: Console
14022024-09-04T16:10:48.282ZSep 04 16:10:47.641 INFO Download complete, target: TransceiverControl
14032024-09-04T16:10:48.763ZSep 04 16:10:48.122 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14042024-09-04T16:10:51.296ZSep 04 16:10:50.655 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14052024-09-04T16:10:51.296ZSep 04 16:10:50.655 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14062024-09-04T16:10:52.572ZSep 04 16:10:51.523 INFO Download complete, target: MaghemiteMgd
14072024-09-04T16:10:56.286ZSep 04 16:10:55.645 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14082024-09-04T16:10:57.206ZSep 04 16:10:56.565 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14092024-09-04T16:10:59.698ZSep 04 16:10:59.057 INFO Download complete, target: DendriteStub
14102024-09-04T16:11:00.627ZSep 04 16:10:59.986 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14112024-09-04T16:11:01.183ZSep 04 16:11:00.542 INFO Checking that binary works, target: Cockroach
14122024-09-04T16:11:01.467ZSep 04 16:11:00.826 INFO Download complete, target: Cockroach
14132024-09-04T16:11:13.090ZSep 04 16:11:12.449 INFO Checking that binary works, target: Clickhouse
14142024-09-04T16:11:13.305ZSep 04 16:11:12.664 INFO Download complete, target: Clickhouse
14152024-09-04T16:11:13.330ZAll builder prerequisites installed successfully, and PATH looks valid
14162024-09-04T16:11:13.354Z
14172024-09-04T16:11:13.354Zreal 3:43.800942646
14182024-09-04T16:11:13.354Zuser 9:53.910237611
14192024-09-04T16:11:13.354Zsys 2:22.239520371
14202024-09-04T16:11:13.354Ztrap 0.323680012
14212024-09-04T16:11:13.354Ztflt 0.654880650
14222024-09-04T16:11:13.354Zdflt 1.464117668
14232024-09-04T16:11:13.354Zkflt 0.007524222
14242024-09-04T16:11:13.354Zlock 21:19.480965828
14252024-09-04T16:11:13.354Zslp 37:37.448545046
14262024-09-04T16:11:13.354Zlat 45.147296891
14272024-09-04T16:11:13.354Zstop 1:49.058451563
14282024-09-04T16:11:13.354Z+ banner hack-check
14292024-09-04T16:11:13.354Z
14302024-09-04T16:11:13.354Z # # ## #### # # #### # # ###### #### # #
14312024-09-04T16:11:13.354Z # # # # # # # # # # # # # # # # #
14322024-09-04T16:11:13.354Z ###### # # # #### ##### # ###### ##### # ####
14332024-09-04T16:11:13.354Z # # ###### # # # # # # # # # #
14342024-09-04T16:11:13.354Z # # # # # # # # # # # # # # # # #
14352024-09-04T16:11:13.354Z # # # # #### # # #### # # ###### #### # #
14362024-09-04T16:11:13.354Z
14372024-09-04T16:11:13.354Z+ export CARGO_INCREMENTAL=0
14382024-09-04T16:11:13.354Z+ CARGO_INCREMENTAL=0
14392024-09-04T16:11:13.354Z+ ptime -m timeout 2h cargo xtask check-features --ci
14402024-09-04T16:11:14.161Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14412024-09-04T16:11:18.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
14422024-09-04T16:11:18.985Z Running `target/debug/xtask check-features --ci`
14432024-09-04T16:11:19.010Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14442024-09-04T16:11:19.010Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14452024-09-04T16:11:19.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
14462024-09-04T16:11:19.666Z Running `target/debug/xtask download cargo-hack`
14472024-09-04T16:11:20.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14482024-09-04T16:11:21.039Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14492024-09-04T16:11:26.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.18s
14502024-09-04T16:11:26.994Z Running `target/debug/xtask-downloader cargo-hack`
14512024-09-04T16:11:27.052ZSep 04 16:11:26.411 INFO Starting download, target: CargoHack
14522024-09-04T16:11:27.076ZSep 04 16:11:26.413 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14532024-09-04T16:11:27.713ZSep 04 16:11:27.072 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14542024-09-04T16:11:27.834ZSep 04 16:11:27.193 INFO Download complete, target: CargoHack
14552024-09-04T16:11:27.858Zrunning: "/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"
14562024-09-04T16:11:27.881Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14572024-09-04T16:11:28.108Zinfo: running `cargo check --bins` on api_identity (1/158)
14582024-09-04T16:11:28.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14592024-09-04T16:11:28.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14602024-09-04T16:11:28.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14612024-09-04T16:11:28.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
14622024-09-04T16:11:28.989Z
14632024-09-04T16:11:28.989Zinfo: running `cargo check --bins` on bootstore (2/158)
14642024-09-04T16:11:29.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-09-04T16:11:29.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-09-04T16:11:29.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-09-04T16:11:29.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
14682024-09-04T16:11:29.928Z
14692024-09-04T16:11:29.928Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14702024-09-04T16:11:30.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-09-04T16:11:30.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-09-04T16:11:30.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-09-04T16:11:30.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
14742024-09-04T16:11:30.837Z
14752024-09-04T16:11:30.837Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14762024-09-04T16:11:31.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-09-04T16:11:31.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-09-04T16:11:31.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-09-04T16:11:31.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
14802024-09-04T16:11:31.621Z
14812024-09-04T16:11:31.621Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14822024-09-04T16:11:32.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-09-04T16:11:32.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-09-04T16:11:32.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-09-04T16:11:32.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14862024-09-04T16:11:32.239Z
14872024-09-04T16:11:32.239Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14882024-09-04T16:11:32.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-09-04T16:11:32.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-09-04T16:11:32.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-09-04T16:11:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14922024-09-04T16:11:32.825Z
14932024-09-04T16:11:32.825Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
14942024-09-04T16:11:33.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-09-04T16:11:33.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-09-04T16:11:33.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-09-04T16:11:33.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14982024-09-04T16:11:33.420Z
14992024-09-04T16:11:33.420Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15002024-09-04T16:11:33.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-09-04T16:11:33.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-09-04T16:11:33.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-09-04T16:11:34.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15042024-09-04T16:11:34.027Z
15052024-09-04T16:11:34.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15062024-09-04T16:11:34.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-09-04T16:11:34.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-09-04T16:11:34.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-09-04T16:11:34.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15102024-09-04T16:11:34.595Z
15112024-09-04T16:11:34.595Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15122024-09-04T16:11:35.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-09-04T16:11:35.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-09-04T16:11:35.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-09-04T16:11:35.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15162024-09-04T16:11:35.177Z
15172024-09-04T16:11:35.177Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15182024-09-04T16:11:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-09-04T16:11:35.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-09-04T16:11:35.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-09-04T16:11:35.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15222024-09-04T16:11:35.786Z
15232024-09-04T16:11:35.786Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15242024-09-04T16:11:36.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-09-04T16:11:36.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-09-04T16:11:36.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-09-04T16:11:36.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15282024-09-04T16:11:36.399Z
15292024-09-04T16:11:36.399Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15302024-09-04T16:11:36.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-09-04T16:11:36.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-09-04T16:11:36.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-09-04T16:11:36.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15342024-09-04T16:11:37.001Z
15352024-09-04T16:11:37.001Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15362024-09-04T16:11:37.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-09-04T16:11:37.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-09-04T16:11:37.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-09-04T16:11:37.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15402024-09-04T16:11:37.623Z
15412024-09-04T16:11:37.623Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15422024-09-04T16:11:38.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-09-04T16:11:38.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-09-04T16:11:38.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-09-04T16:11:38.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15462024-09-04T16:11:38.212Z
15472024-09-04T16:11:38.213Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15482024-09-04T16:11:38.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-09-04T16:11:38.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-09-04T16:11:38.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-09-04T16:11:38.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15522024-09-04T16:11:38.801Z
15532024-09-04T16:11:38.801Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15542024-09-04T16:11:39.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-09-04T16:11:39.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-09-04T16:11:39.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-09-04T16:11:39.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15582024-09-04T16:11:39.385Z
15592024-09-04T16:11:39.385Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15602024-09-04T16:11:39.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-09-04T16:11:39.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-09-04T16:11:39.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-09-04T16:11:39.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15642024-09-04T16:11:39.981Z
15652024-09-04T16:11:39.981Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15662024-09-04T16:11:40.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-09-04T16:11:40.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-09-04T16:11:40.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-09-04T16:11:40.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15702024-09-04T16:11:40.592Z
15712024-09-04T16:11:40.592Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15722024-09-04T16:11:41.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-09-04T16:11:41.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-09-04T16:11:41.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-09-04T16:11:41.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15762024-09-04T16:11:41.177Z
15772024-09-04T16:11:41.177Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15782024-09-04T16:11:41.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-09-04T16:11:41.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-09-04T16:11:41.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-09-04T16:11:41.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15822024-09-04T16:11:41.775Z
15832024-09-04T16:11:41.775Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15842024-09-04T16:11:42.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-09-04T16:11:42.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-09-04T16:11:42.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15872024-09-04T16:11:42.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15882024-09-04T16:11:42.395Z
15892024-09-04T16:11:42.395Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15902024-09-04T16:11:42.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15912024-09-04T16:11:42.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15922024-09-04T16:11:42.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15932024-09-04T16:11:42.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15942024-09-04T16:11:42.989Z
15952024-09-04T16:11:42.989Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
15962024-09-04T16:11:43.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15972024-09-04T16:11:43.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15982024-09-04T16:11:43.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15992024-09-04T16:11:43.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16002024-09-04T16:11:43.609Z
16012024-09-04T16:11:43.609Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16022024-09-04T16:11:44.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16032024-09-04T16:11:44.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16042024-09-04T16:11:44.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16052024-09-04T16:11:44.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
16062024-09-04T16:11:44.454Z
16072024-09-04T16:11:44.454Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16082024-09-04T16:11:45.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-09-04T16:11:45.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-09-04T16:11:45.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-09-04T16:11:45.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
16122024-09-04T16:11:45.284Z
16132024-09-04T16:11:45.284Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16142024-09-04T16:11:46.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-09-04T16:11:46.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-09-04T16:11:46.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-09-04T16:11:46.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
16182024-09-04T16:11:46.116Z
16192024-09-04T16:11:46.116Zinfo: running `cargo check --bins` on oxlog (28/158)
16202024-09-04T16:11:46.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-09-04T16:11:46.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-09-04T16:11:46.908Z Checking cfg-if v1.0.0
16232024-09-04T16:11:46.931Z Checking libc v0.2.158
16242024-09-04T16:11:46.931Z Checking memchr v2.7.2
16252024-09-04T16:11:46.962Z Checking serde v1.0.208
16262024-09-04T16:11:46.985Z Checking zeroize v1.7.0
16272024-09-04T16:11:47.009Z Checking typenum v1.17.0
16282024-09-04T16:11:47.009Z Checking scopeguard v1.2.0
16292024-09-04T16:11:47.009Z Checking byteorder v1.5.0
16302024-09-04T16:11:47.033Z Checking log v0.4.21
16312024-09-04T16:11:47.142Z Checking lock_api v0.4.12
16322024-09-04T16:11:47.204Z Checking subtle v2.5.0
16332024-09-04T16:11:47.294Z Checking const-oid v0.9.6
16342024-09-04T16:11:47.341Z Checking once_cell v1.19.0
16352024-09-04T16:11:47.418Z Checking itoa v1.0.11
16362024-09-04T16:11:47.490Z Checking pin-project-lite v0.2.14
16372024-09-04T16:11:47.590Z Checking smallvec v1.13.2
16382024-09-04T16:11:47.613Z Checking zerocopy v0.7.34
16392024-09-04T16:11:47.636Z Checking spin v0.9.8
16402024-09-04T16:11:47.667Z Checking tinyvec_macros v0.1.1
16412024-09-04T16:11:47.740Z Checking tinyvec v1.6.0
16422024-09-04T16:11:47.881Z Checking getrandom v0.2.14
16432024-09-04T16:11:47.905Z Checking parking_lot_core v0.9.10
16442024-09-04T16:11:47.928Z Checking signal-hook-registry v1.4.2
16452024-09-04T16:11:47.951Z Checking generic-array v0.14.7
16462024-09-04T16:11:48.089Z Checking rand_core v0.6.4
16472024-09-04T16:11:48.127Z Checking mio v1.0.2
16482024-09-04T16:11:48.171Z Checking parking_lot v0.12.2
16492024-09-04T16:11:48.343Z Checking socket2 v0.5.7
16502024-09-04T16:11:48.456Z Checking futures-core v0.3.30
16512024-09-04T16:11:48.606Z Checking futures-sink v0.3.30
16522024-09-04T16:11:48.606Z Checking cpufeatures v0.2.12
16532024-09-04T16:11:48.657Z Checking allocator-api2 v0.2.18
16542024-09-04T16:11:48.702Z Checking unicode-bidi v0.3.15
16552024-09-04T16:11:48.732Z Checking libm v0.2.8
16562024-09-04T16:11:48.756Z Checking ryu v1.0.18
16572024-09-04T16:11:48.779Z Checking ahash v0.8.11
16582024-09-04T16:11:48.779Z Checking unicode-normalization v0.1.23
16592024-09-04T16:11:48.857Z Checking crypto-common v0.1.6
16602024-09-04T16:11:48.945Z Checking block-buffer v0.10.4
16612024-09-04T16:11:49.012Z Checking block-padding v0.3.3
16622024-09-04T16:11:49.134Z Checking digest v0.10.7
16632024-09-04T16:11:49.176Z Checking equivalent v1.0.1
16642024-09-04T16:11:49.200Z Checking inout v0.1.3
16652024-09-04T16:11:49.200Z Checking hashbrown v0.14.5
16662024-09-04T16:11:49.224Z Checking futures-channel v0.3.30
16672024-09-04T16:11:49.273Z Checking slab v0.4.9
16682024-09-04T16:11:49.383Z Checking cipher v0.4.4
16692024-09-04T16:11:49.433Z Checking hmac v0.12.1
16702024-09-04T16:11:49.494Z Checking num-traits v0.2.19
16712024-09-04T16:11:49.518Z Checking sha2 v0.10.8
16722024-09-04T16:11:49.542Z Checking futures-io v0.3.30
16732024-09-04T16:11:49.542Z Checking pin-utils v0.1.0
16742024-09-04T16:11:49.620Z Checking futures-task v0.3.30
16752024-09-04T16:11:49.644Z Checking base64ct v1.6.0
16762024-09-04T16:11:49.671Z Checking ppv-lite86 v0.2.17
16772024-09-04T16:11:49.714Z Checking percent-encoding v2.3.1
16782024-09-04T16:11:49.808Z Checking futures-util v0.3.30
16792024-09-04T16:11:49.883Z Checking flagset v0.4.5
16802024-09-04T16:11:49.945Z Checking salsa20 v0.10.2
16812024-09-04T16:11:49.975Z Checking pem-rfc7468 v0.7.0
16822024-09-04T16:11:50.051Z Checking pbkdf2 v0.12.2
16832024-09-04T16:11:50.118Z Checking tracing-core v0.1.32
16842024-09-04T16:11:50.156Z Checking untrusted v0.9.0
16852024-09-04T16:11:50.193Z Checking fnv v1.0.7
16862024-09-04T16:11:50.217Z Checking der v0.7.9
16872024-09-04T16:11:50.241Z Checking rand_chacha v0.3.1
16882024-09-04T16:11:50.286Z Checking ring v0.17.8
16892024-09-04T16:11:50.310Z Checking scrypt v0.11.0
16902024-09-04T16:11:50.485Z Checking aes v0.8.4
16912024-09-04T16:11:50.533Z Checking rand v0.8.5
16922024-09-04T16:11:50.681Z Checking tracing v0.1.40
16932024-09-04T16:11:50.867Z Checking cbc v0.1.2
16942024-09-04T16:11:50.986Z Checking thiserror v1.0.63
16952024-09-04T16:11:51.010Z Checking bytes v1.7.1
16962024-09-04T16:11:51.034Z Checking bitflags v2.6.0
16972024-09-04T16:11:51.095Z Checking indexmap v2.4.0
16982024-09-04T16:11:51.221Z Checking serde_json v1.0.125
16992024-09-04T16:11:51.278Z Checking foreign-types-shared v0.1.1
17002024-09-04T16:11:51.362Z Checking foreign-types v0.3.2
17012024-09-04T16:11:51.437Z Checking form_urlencoded v1.2.1
17022024-09-04T16:11:51.529Z Checking openssl-sys v0.9.103
17032024-09-04T16:11:51.604Z Checking aho-corasick v1.1.3
17042024-09-04T16:11:51.684Z Checking tokio v1.39.3
17052024-09-04T16:11:51.731Z Checking spki v0.7.3
17062024-09-04T16:11:51.821Z Checking http v0.2.12
17072024-09-04T16:11:51.966Z Checking pkcs5 v0.7.1
17082024-09-04T16:11:52.141Z Checking unicode-ident v1.0.12
17092024-09-04T16:11:52.269Z Checking powerfmt v0.2.0
17102024-09-04T16:11:52.394Z Checking siphasher v0.3.11
17112024-09-04T16:11:52.487Z Checking regex-syntax v0.8.4
17122024-09-04T16:11:52.545Z Checking try-lock v0.2.5
17132024-09-04T16:11:52.579Z Checking openssl v0.10.66
17142024-09-04T16:11:52.649Z Checking deranged v0.3.11
17152024-09-04T16:11:52.672Z Checking want v0.3.1
17162024-09-04T16:11:52.813Z Checking pkcs8 v0.10.2
17172024-09-04T16:11:52.931Z Checking http-body v0.4.6
17182024-09-04T16:11:52.981Z Checking proc-macro2 v1.0.86
17192024-09-04T16:11:53.077Z Checking sct v0.7.1
17202024-09-04T16:11:53.243Z Checking rustls-webpki v0.101.7
17212024-09-04T16:11:53.281Z Checking uuid v1.10.0
17222024-09-04T16:11:53.525Z Checking idna v0.5.0
17232024-09-04T16:11:53.762Z Checking httparse v1.8.0
17242024-09-04T16:11:53.812Z Checking errno v0.3.9
17252024-09-04T16:11:53.954Z Checking scroll v0.12.0
17262024-09-04T16:11:53.986Z Checking iana-time-zone v0.1.60
17272024-09-04T16:11:54.053Z Checking plain v0.2.3
17282024-09-04T16:11:54.099Z Checking tower-service v0.3.2
17292024-09-04T16:11:54.123Z Checking finl_unicode v1.2.0
17302024-09-04T16:11:54.146Z Checking ucd-trie v0.1.6
17312024-09-04T16:11:54.181Z Checking httpdate v1.0.3
17322024-09-04T16:11:54.208Z Checking openssl-probe v0.1.5
17332024-09-04T16:11:54.306Z Checking adler v1.0.2
17342024-09-04T16:11:54.340Z Checking utf8parse v0.2.1
17352024-09-04T16:11:54.364Z Checking anstyle v1.0.8
17362024-09-04T16:11:54.388Z Checking time-core v0.1.2
17372024-09-04T16:11:54.436Z Checking num-conv v0.1.0
17382024-09-04T16:11:54.471Z Checking num_threads v0.1.7
17392024-09-04T16:11:54.511Z Checking anstyle-parse v0.2.4
17402024-09-04T16:11:54.572Z Checking miniz_oxide v0.7.2
17412024-09-04T16:11:54.595Z Checking stringprep v0.1.4
17422024-09-04T16:11:54.646Z Checking time v0.3.36
17432024-09-04T16:11:54.670Z Checking goblin v0.8.2
17442024-09-04T16:11:54.734Z Checking pest v2.7.10
17452024-09-04T16:11:54.802Z Checking url v2.5.2
17462024-09-04T16:11:55.007Z Checking regex-automata v0.4.6
17472024-09-04T16:11:55.189Z Checking chrono v0.4.38
17482024-09-04T16:11:55.433Z Checking rustix v0.38.34
17492024-09-04T16:11:56.700Z Checking rustls v0.21.12
17502024-09-04T16:11:56.817Z Checking quote v1.0.36
17512024-09-04T16:11:56.873Z Checking toml_datetime v0.6.8
17522024-09-04T16:11:56.952Z Checking native-tls v0.2.11
17532024-09-04T16:11:57.111Z Checking serde_spanned v0.6.7
17542024-09-04T16:11:57.135Z Checking num-integer v0.1.46
17552024-09-04T16:11:57.158Z Checking idna v0.3.0
17562024-09-04T16:11:57.223Z Checking md-5 v0.10.6
17572024-09-04T16:11:57.268Z Checking lazy_static v1.5.0
17582024-09-04T16:11:57.365Z Checking hash32 v0.2.1
17592024-09-04T16:11:57.411Z Checking stable_deref_trait v1.2.0
17602024-09-04T16:11:57.498Z Checking colorchoice v1.0.1
17612024-09-04T16:11:57.533Z Checking is_terminal_polyfill v1.70.0
17622024-09-04T16:11:57.611Z Checking gimli v0.28.1
17632024-09-04T16:11:57.635Z Checking psl-types v2.0.11
17642024-09-04T16:11:57.660Z Checking anstyle-query v1.0.3
17652024-09-04T16:11:57.683Z Checking tokio-util v0.7.11
17662024-09-04T16:11:57.767Z Checking fallible-iterator v0.2.0
17672024-09-04T16:11:57.792Z Checking pretty-hex v0.4.1
17682024-09-04T16:11:57.815Z Checking base64 v0.22.1
17692024-09-04T16:11:57.935Z Checking publicsuffix v2.2.3
17702024-09-04T16:11:58.118Z Checking anstream v0.6.14
17712024-09-04T16:11:58.199Z Checking tokio-native-tls v0.3.1
17722024-09-04T16:11:58.279Z Checking postgres-protocol v0.6.7
17732024-09-04T16:11:58.376Z Checking h2 v0.3.26
17742024-09-04T16:11:58.413Z Checking heapless v0.7.17
17752024-09-04T16:11:58.436Z Checking num-iter v0.1.45
17762024-09-04T16:11:58.584Z Checking terminal_size v0.3.0
17772024-09-04T16:11:58.671Z Checking dof v0.3.0
17782024-09-04T16:11:58.730Z Checking syn v2.0.74
17792024-09-04T16:11:58.810Z Checking dtrace-parser v0.2.0
17802024-09-04T16:11:58.833Z Checking cookie v0.17.0
17812024-09-04T16:11:59.162Z Checking phf_shared v0.11.2
17822024-09-04T16:11:59.187Z Checking ff v0.13.0
17832024-09-04T16:11:59.212Z Checking thread-id v4.2.1
17842024-09-04T16:11:59.279Z Checking object v0.32.2
17852024-09-04T16:11:59.310Z Checking base64 v0.21.7
17862024-09-04T16:11:59.334Z Checking tokio-rustls v0.24.1
17872024-09-04T16:11:59.366Z Checking ipnet v2.9.0
17882024-09-04T16:11:59.408Z Checking bitflags v1.3.2
17892024-09-04T16:11:59.491Z Checking either v1.13.0
17902024-09-04T16:11:59.616Z Checking strsim v0.11.1
17912024-09-04T16:11:59.706Z Checking rustc-demangle v0.1.24
17922024-09-04T16:11:59.736Z Checking winnow v0.5.40
17932024-09-04T16:11:59.800Z Checking clap_lex v0.7.0
17942024-09-04T16:11:59.852Z Checking managed v0.8.0
17952024-09-04T16:12:00.004Z Checking base16ct v0.2.0
17962024-09-04T16:12:00.072Z Checking clap_builder v4.5.15
17972024-09-04T16:12:00.162Z Checking smoltcp v0.9.1
17982024-09-04T16:12:00.186Z Checking sec1 v0.7.3
17992024-09-04T16:12:00.487Z Checking rustls-pemfile v1.0.4
18002024-09-04T16:12:00.602Z Checking addr2line v0.21.0
18012024-09-04T16:12:00.650Z Checking phf v0.11.2
18022024-09-04T16:12:00.889Z Checking group v0.13.0
18032024-09-04T16:12:01.020Z Checking cookie_store v0.20.0
18042024-09-04T16:12:01.092Z Checking postgres-types v0.2.7
18052024-09-04T16:12:01.377Z Checking bstr v1.9.1
18062024-09-04T16:12:01.534Z Checking regex v1.10.6
18072024-09-04T16:12:01.643Z Checking num-bigint-dig v0.8.4
18082024-09-04T16:12:02.038Z Checking futures-executor v0.3.30
18092024-09-04T16:12:02.153Z Checking pkcs1 v0.7.5
18102024-09-04T16:12:02.200Z Checking toml_edit v0.19.15
18112024-09-04T16:12:02.223Z Checking phf_shared v0.10.0
18122024-09-04T16:12:02.440Z Checking serde_urlencoded v0.7.1
18132024-09-04T16:12:02.473Z Checking zerocopy v0.6.6
18142024-09-04T16:12:02.585Z Checking hubpack v0.1.2
18152024-09-04T16:12:02.787Z Checking float-cmp v0.9.0
18162024-09-04T16:12:02.833Z Checking crc32fast v1.4.0
18172024-09-04T16:12:02.941Z Checking crossbeam-utils v0.8.19
18182024-09-04T16:12:03.019Z Checking signal-hook v0.3.17
18192024-09-04T16:12:03.098Z Checking hkdf v0.12.4
18202024-09-04T16:12:03.267Z Checking idna v0.4.0
18212024-09-04T16:12:03.301Z Checking hyper v0.14.30
18222024-09-04T16:12:03.324Z Checking signature v2.2.0
18232024-09-04T16:12:03.380Z Checking crypto-bigint v0.5.5
18242024-09-04T16:12:03.489Z Checking mio v0.8.11
18252024-09-04T16:12:03.518Z Checking memmap v0.7.0
18262024-09-04T16:12:03.695Z Checking encoding_rs v0.8.34
18272024-09-04T16:12:03.865Z Checking usdt-impl v0.5.0
18282024-09-04T16:12:03.888Z Checking precomputed-hash v0.1.1
18292024-09-04T16:12:03.986Z Checking normalize-line-endings v0.3.0
18302024-09-04T16:12:04.022Z Checking static_assertions v1.1.0
18312024-09-04T16:12:04.075Z Checking backtrace v0.3.71
18322024-09-04T16:12:04.098Z Checking unicode-width v0.1.13
18332024-09-04T16:12:04.122Z Checking data-encoding v2.6.0
18342024-09-04T16:12:04.200Z Checking new_debug_unreachable v1.0.6
18352024-09-04T16:12:04.246Z Checking winnow v0.6.18
18362024-09-04T16:12:04.284Z Checking difflib v0.4.0
18372024-09-04T16:12:04.307Z Checking fixedbitset v0.4.2
18382024-09-04T16:12:04.508Z Checking minimal-lexical v0.2.1
18392024-09-04T16:12:04.538Z Checking sync_wrapper v0.1.2
18402024-09-04T16:12:04.561Z Checking mime v0.3.17
18412024-09-04T16:12:04.634Z Checking predicates-core v1.0.6
18422024-09-04T16:12:04.658Z Checking unicode-segmentation v1.11.0
18432024-09-04T16:12:04.784Z Checking dyn-clone v1.0.17
18442024-09-04T16:12:04.827Z Checking bit-vec v0.6.3
18452024-09-04T16:12:04.851Z Checking whoami v1.5.1
18462024-09-04T16:12:04.907Z Checking webpki-roots v0.25.4
18472024-09-04T16:12:05.029Z Checking schemars v0.8.21
18482024-09-04T16:12:05.087Z Checking tokio-postgres v0.7.11
18492024-09-04T16:12:05.110Z Checking bit-set v0.5.3
18502024-09-04T16:12:05.152Z Checking similar v2.6.0
18512024-09-04T16:12:05.314Z Checking nom v7.1.3
18522024-09-04T16:12:05.474Z Checking predicates v3.1.2
18532024-09-04T16:12:05.626Z Checking elliptic-curve v0.13.8
18542024-09-04T16:12:05.834Z Checking hickory-proto v0.24.1
18552024-09-04T16:12:06.017Z Checking anyhow v1.0.86
18562024-09-04T16:12:06.168Z Checking petgraph v0.6.5
18572024-09-04T16:12:06.296Z Checking usdt v0.5.0
18582024-09-04T16:12:06.320Z Checking string_cache v0.8.7
18592024-09-04T16:12:06.511Z Checking console v0.15.8
18602024-09-04T16:12:06.542Z Checking toml v0.7.8
18612024-09-04T16:12:06.616Z Checking toml_edit v0.22.20
18622024-09-04T16:12:06.966Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18632024-09-04T16:12:07.133Z Checking signal-hook-mio v0.2.4
18642024-09-04T16:12:07.257Z Checking crossbeam-epoch v0.9.18
18652024-09-04T16:12:07.377Z Checking rsa v0.9.6
18662024-09-04T16:12:07.527Z Checking flate2 v1.0.31
18672024-09-04T16:12:07.625Z Checking clap v4.5.16
18682024-09-04T16:12:07.720Z Checking futures v0.3.30
18692024-09-04T16:12:07.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18702024-09-04T16:12:07.836Z Checking itertools v0.10.5
18712024-09-04T16:12:08.082Z Checking itertools v0.12.1
18722024-09-04T16:12:08.197Z Checking tokio-stream v0.1.15
18732024-09-04T16:12:08.220Z Checking hyper-rustls v0.24.2
18742024-09-04T16:12:08.467Z Checking hyper-tls v0.5.0
18752024-09-04T16:12:08.699Z Checking reqwest v0.11.27
18762024-09-04T16:12:08.723Z Checking fs-err v2.11.0
18772024-09-04T16:12:08.876Z Checking nix v0.28.0
18782024-09-04T16:12:08.918Z Checking slog v2.7.0
18792024-09-04T16:12:09.198Z Checking openapiv3 v2.0.0
18802024-09-04T16:12:09.308Z Checking hex v0.4.3
18812024-09-04T16:12:09.540Z Checking semver v1.0.23
18822024-09-04T16:12:09.663Z Checking sha1 v0.10.6
18832024-09-04T16:12:09.725Z Checking lalrpop-util v0.19.12
18842024-09-04T16:12:09.872Z Checking peg-runtime v0.8.3
18852024-09-04T16:12:09.896Z Checking camino v1.1.9
18862024-09-04T16:12:09.960Z Checking sigpipe v0.1.3
18872024-09-04T16:12:11.809Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18882024-09-04T16:12:12.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.08s
18892024-09-04T16:12:12.329Z
18902024-09-04T16:12:12.329Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18912024-09-04T16:12:13.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922024-09-04T16:12:13.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932024-09-04T16:12:13.186Z Compiling regress v0.9.1
18942024-09-04T16:12:13.215Z Checking strum v0.26.3
18952024-09-04T16:12:13.238Z Checking heck v0.5.0
18962024-09-04T16:12:13.262Z Compiling getopts v0.2.21
18972024-09-04T16:12:13.262Z Checking dirs-sys-next v0.1.2
18982024-09-04T16:12:13.285Z Compiling unsafe-libyaml v0.2.11
18992024-09-04T16:12:13.355Z Checking http v1.1.0
19002024-09-04T16:12:13.412Z Checking thread_local v1.1.8
19012024-09-04T16:12:13.435Z Checking dirs-next v2.0.0
19022024-09-04T16:12:13.539Z Checking rustls-pki-types v1.7.0
19032024-09-04T16:12:13.563Z Compiling ident_case v1.0.1
19042024-09-04T16:12:13.648Z Checking term v0.7.0
19052024-09-04T16:12:13.709Z Compiling darling_core v0.20.9
19062024-09-04T16:12:13.897Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19072024-09-04T16:12:13.990Z Checking crossbeam-channel v0.5.12
19082024-09-04T16:12:14.030Z Checking atty v0.2.14
19092024-09-04T16:12:14.139Z Checking is-terminal v0.4.12
19102024-09-04T16:12:14.166Z Checking termcolor v1.4.1
19112024-09-04T16:12:14.248Z Compiling serde_yaml v0.9.34+deprecated
19122024-09-04T16:12:14.510Z Compiling paste v1.0.15
19132024-09-04T16:12:14.533Z Checking utf-8 v0.7.6
19142024-09-04T16:12:14.609Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19152024-09-04T16:12:14.701Z Checking humantime v2.1.0
19162024-09-04T16:12:14.767Z Checking take_mut v0.2.2
19172024-09-04T16:12:14.896Z Compiling rustls v0.22.4
19182024-09-04T16:12:14.941Z Checking slog-async v2.8.0
19192024-09-04T16:12:14.964Z Checking env_logger v0.9.3
19202024-09-04T16:12:15.035Z Checking slog-term v2.9.1
19212024-09-04T16:12:15.150Z Checking rustls-webpki v0.102.4
19222024-09-04T16:12:15.189Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19232024-09-04T16:12:15.327Z Compiling proc-macro-crate v1.3.1
19242024-09-04T16:12:15.429Z Compiling bitstruct_derive v0.1.0
19252024-09-04T16:12:15.473Z Compiling structmeta-derive v0.3.0
19262024-09-04T16:12:15.779Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19272024-09-04T16:12:15.896Z Compiling multer v3.1.0
19282024-09-04T16:12:15.919Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19292024-09-04T16:12:16.226Z Checking match_cfg v0.1.0
19302024-09-04T16:12:16.311Z Checking ascii v1.1.0
19312024-09-04T16:12:16.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19322024-09-04T16:12:16.645Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19332024-09-04T16:12:16.815Z Checking bitstruct v0.1.1
19342024-09-04T16:12:16.906Z Checking hostname v0.3.1
19352024-09-04T16:12:17.013Z Compiling num_enum_derive v0.5.11
19362024-09-04T16:12:17.211Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19372024-09-04T16:12:17.373Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19382024-09-04T16:12:17.747Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19392024-09-04T16:12:17.793Z Checking slog-json v2.6.1
19402024-09-04T16:12:17.892Z Compiling structmeta v0.3.0
19412024-09-04T16:12:17.996Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19422024-09-04T16:12:18.021Z Checking erased-serde v0.3.31
19432024-09-04T16:12:18.212Z Checking serde_arrays v0.1.0
19442024-09-04T16:12:18.264Z Compiling foreign-types-macros v0.2.3
19452024-09-04T16:12:18.344Z Compiling async-stream-impl v0.3.5
19462024-09-04T16:12:18.585Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19472024-09-04T16:12:18.832Z Checking foreign-types-shared v0.3.1
19482024-09-04T16:12:18.899Z Checking arc-swap v1.7.1
19492024-09-04T16:12:18.927Z Checking atomic-waker v1.1.2
19502024-09-04T16:12:19.046Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19512024-09-04T16:12:19.133Z Checking num_enum v0.5.11
19522024-09-04T16:12:19.255Z Checking slog-scope v4.4.0
19532024-09-04T16:12:19.278Z Checking waitgroup v0.1.2
19542024-09-04T16:12:19.310Z Checking foreign-types v0.5.0
19552024-09-04T16:12:19.333Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19562024-09-04T16:12:19.417Z Compiling parse-display-derive v0.10.0
19572024-09-04T16:12:19.441Z Compiling darling_macro v0.20.9
19582024-09-04T16:12:19.441Z Checking slog-bunyan v2.5.0
19592024-09-04T16:12:19.464Z Compiling proc-macro-error v1.0.4
19602024-09-04T16:12:19.487Z Checking async-stream v0.3.5
19612024-09-04T16:12:19.774Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19622024-09-04T16:12:19.870Z Checking toml v0.8.19
19632024-09-04T16:12:20.051Z Checking tungstenite v0.20.1
19642024-09-04T16:12:20.078Z Checking rustls-pemfile v2.1.3
19652024-09-04T16:12:20.212Z Compiling darling v0.20.9
19662024-09-04T16:12:20.285Z Compiling heck v0.3.3
19672024-09-04T16:12:20.314Z Compiling serde_with_macros v3.9.0
19682024-09-04T16:12:20.356Z Checking tokio-rustls v0.25.0
19692024-09-04T16:12:20.482Z Checking ipnetwork v0.20.0
19702024-09-04T16:12:20.651Z Checking newtype-uuid v1.1.0
19712024-09-04T16:12:20.674Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19722024-09-04T16:12:20.878Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19732024-09-04T16:12:20.901Z Checking serde_path_to_error v0.1.16
19742024-09-04T16:12:20.925Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19752024-09-04T16:12:21.407Z Checking hostname v0.4.0
19762024-09-04T16:12:21.537Z Checking cstr-argument v0.1.2
19772024-09-04T16:12:21.574Z Checking instant v0.1.12
19782024-09-04T16:12:21.598Z Checking debug-ignore v1.0.5
19792024-09-04T16:12:21.684Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19802024-09-04T16:12:21.708Z Checking fastrand v2.1.0
19812024-09-04T16:12:21.731Z Checking pretty-hex v0.2.1
19822024-09-04T16:12:21.858Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19832024-09-04T16:12:21.956Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19842024-09-04T16:12:21.983Z Checking tempfile v3.10.1
19852024-09-04T16:12:22.096Z Checking backoff v0.4.0
19862024-09-04T16:12:22.306Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19872024-09-04T16:12:22.348Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19882024-09-04T16:12:22.372Z Checking tokio-tungstenite v0.20.1
19892024-09-04T16:12:22.439Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19902024-09-04T16:12:22.545Z Compiling zone_cfg_derive v0.1.2
19912024-09-04T16:12:22.742Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19922024-09-04T16:12:22.767Z Checking slog-stdlog v4.1.1
19932024-09-04T16:12:22.795Z Checking serde_with v3.9.0
19942024-09-04T16:12:22.908Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19952024-09-04T16:12:23.047Z Checking tungstenite v0.21.0
19962024-09-04T16:12:23.208Z Checking parse-display v0.10.0
19972024-09-04T16:12:23.419Z Checking colored v2.1.0
19982024-09-04T16:12:23.444Z Checking macaddr v1.0.1
19992024-09-04T16:12:23.710Z Checking socket2 v0.4.10
20002024-09-04T16:12:23.762Z Checking base64 v0.13.1
20012024-09-04T16:12:23.855Z Checking tokio-tungstenite v0.21.0
20022024-09-04T16:12:23.883Z Checking zone v0.1.8
20032024-09-04T16:12:24.132Z Checking ron v0.7.1
20042024-09-04T16:12:24.301Z Checking slog-envlogger v2.2.0
20052024-09-04T16:12:24.485Z Checking pem v3.0.4
20062024-09-04T16:12:24.509Z Checking tabwriter v1.4.0
20072024-09-04T16:12:24.724Z Checking xattr v1.3.1
20082024-09-04T16:12:24.748Z Checking portpicker v0.1.1
20092024-09-04T16:12:24.863Z Checking yasna v0.5.2
20102024-09-04T16:12:24.900Z Checking headers-core v0.2.0
20112024-09-04T16:12:25.020Z Checking smf v0.2.3
20122024-09-04T16:12:25.130Z Checking filetime v0.2.25
20132024-09-04T16:12:25.299Z Checking same-file v1.0.6
20142024-09-04T16:12:25.425Z Checking tar v0.4.41
20152024-09-04T16:12:25.449Z Checking walkdir v2.5.0
20162024-09-04T16:12:25.515Z Checking headers v0.3.9
20172024-09-04T16:12:25.566Z Checking atomicwrites v0.4.3
20182024-09-04T16:12:25.607Z Checking rcgen v0.12.1
20192024-09-04T16:12:25.682Z Checking camino-tempfile v1.1.1
20202024-09-04T16:12:25.739Z Checking subprocess v0.2.9
20212024-09-04T16:12:26.758Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20222024-09-04T16:12:26.995Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20232024-09-04T16:12:28.614Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20242024-09-04T16:12:30.959Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20252024-09-04T16:12:31.047Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20262024-09-04T16:12:35.155Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20272024-09-04T16:12:43.237Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20282024-09-04T16:12:43.407Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20292024-09-04T16:12:43.407Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20302024-09-04T16:12:46.549Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20312024-09-04T16:12:47.063Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20322024-09-04T16:12:54.508Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20332024-09-04T16:12:56.323Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20342024-09-04T16:12:57.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.35s
20352024-09-04T16:12:57.822Z
20362024-09-04T16:12:57.822Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20372024-09-04T16:12:58.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382024-09-04T16:12:58.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392024-09-04T16:12:58.698Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20402024-09-04T16:13:00.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
20412024-09-04T16:13:00.318Z
20422024-09-04T16:13:00.318Zinfo: running `cargo check --bins` on nexus-config (31/158)
20432024-09-04T16:13:01.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-09-04T16:13:01.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-09-04T16:13:01.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-09-04T16:13:01.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20472024-09-04T16:13:01.150Z
20482024-09-04T16:13:01.150Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20492024-09-04T16:13:01.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-09-04T16:13:01.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-09-04T16:13:01.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-09-04T16:13:01.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20532024-09-04T16:13:01.960Z
20542024-09-04T16:13:01.960Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20552024-09-04T16:13:02.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-09-04T16:13:02.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-09-04T16:13:02.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-09-04T16:13:02.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20592024-09-04T16:13:02.782Z
20602024-09-04T16:13:02.782Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20612024-09-04T16:13:03.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-09-04T16:13:03.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-09-04T16:13:03.639Z Compiling heapless v0.8.0
20642024-09-04T16:13:03.664Z Checking hash32 v0.3.1
20652024-09-04T16:13:03.688Z Compiling smoltcp v0.11.0
20662024-09-04T16:13:03.712Z Checking cobs v0.2.3
20672024-09-04T16:13:03.712Z Checking embedded-io v0.4.0
20682024-09-04T16:13:03.737Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20692024-09-04T16:13:03.737Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20702024-09-04T16:13:03.762Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20712024-09-04T16:13:03.838Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20722024-09-04T16:13:03.863Z Compiling crucible-workspace-hack v0.1.0
20732024-09-04T16:13:03.888Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20742024-09-04T16:13:03.912Z Checking postcard v1.0.8
20752024-09-04T16:13:04.054Z Compiling zone_cfg_derive v0.3.0
20762024-09-04T16:13:04.079Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20772024-09-04T16:13:04.228Z Checking newline-converter v0.3.0
20782024-09-04T16:13:04.321Z Compiling num-derive v0.4.2
20792024-09-04T16:13:04.362Z Compiling slog-dtrace v0.3.0
20802024-09-04T16:13:04.386Z Compiling convert_case v0.4.0
20812024-09-04T16:13:04.481Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20822024-09-04T16:13:04.526Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20832024-09-04T16:13:04.683Z Checking expectorate v1.1.0
20842024-09-04T16:13:04.760Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20852024-09-04T16:13:05.132Z Compiling derive_more v0.99.18
20862024-09-04T16:13:05.275Z Checking zone v0.3.0
20872024-09-04T16:13:05.780Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20882024-09-04T16:13:07.551Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20892024-09-04T16:13:08.634Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20902024-09-04T16:13:09.484Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20912024-09-04T16:13:09.942Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20922024-09-04T16:13:12.139Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20932024-09-04T16:13:12.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s
20942024-09-04T16:13:13.106Z
20952024-09-04T16:13:13.106Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
20962024-09-04T16:13:13.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972024-09-04T16:13:13.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982024-09-04T16:13:13.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992024-09-04T16:13:13.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21002024-09-04T16:13:13.922Z
21012024-09-04T16:13:13.922Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21022024-09-04T16:13:14.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032024-09-04T16:13:14.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042024-09-04T16:13:14.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052024-09-04T16:13:14.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21062024-09-04T16:13:14.747Z
21072024-09-04T16:13:14.747Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21082024-09-04T16:13:15.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092024-09-04T16:13:15.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102024-09-04T16:13:15.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112024-09-04T16:13:15.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
21122024-09-04T16:13:15.691Z
21132024-09-04T16:13:15.691Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21142024-09-04T16:13:16.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152024-09-04T16:13:16.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162024-09-04T16:13:16.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172024-09-04T16:13:16.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21182024-09-04T16:13:16.701Z
21192024-09-04T16:13:16.701Zinfo: running `cargo check --bins` on dns-server (39/158)
21202024-09-04T16:13:17.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-09-04T16:13:17.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-09-04T16:13:17.598Z Compiling parking_lot_core v0.8.6
21232024-09-04T16:13:17.623Z Checking nibble_vec v0.1.0
21242024-09-04T16:13:17.623Z Checking endian-type v0.1.2
21252024-09-04T16:13:17.623Z Checking linked-hash-map v0.5.6
21262024-09-04T16:13:17.623Z Checking quick-error v1.2.3
21272024-09-04T16:13:17.647Z Checking fxhash v0.2.1
21282024-09-04T16:13:17.647Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21292024-09-04T16:13:17.648Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21302024-09-04T16:13:17.804Z Checking hickory-server v0.24.1
21312024-09-04T16:13:17.829Z Checking resolv-conf v0.7.0
21322024-09-04T16:13:17.829Z Checking radix_trie v0.2.1
21332024-09-04T16:13:17.934Z Checking lru-cache v0.1.2
21342024-09-04T16:13:18.149Z Checking hickory-resolver v0.24.1
21352024-09-04T16:13:18.186Z Checking hickory-client v0.24.1
21362024-09-04T16:13:18.332Z Checking parking_lot v0.11.2
21372024-09-04T16:13:18.616Z Checking sled v0.34.7
21382024-09-04T16:13:20.829Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21392024-09-04T16:13:22.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
21402024-09-04T16:13:22.340Z
21412024-09-04T16:13:22.340Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21422024-09-04T16:13:23.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432024-09-04T16:13:23.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442024-09-04T16:13:23.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452024-09-04T16:13:23.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21462024-09-04T16:13:23.170Z
21472024-09-04T16:13:23.170Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21482024-09-04T16:13:23.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492024-09-04T16:13:23.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502024-09-04T16:13:23.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512024-09-04T16:13:23.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21522024-09-04T16:13:23.987Z
21532024-09-04T16:13:23.987Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21542024-09-04T16:13:24.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552024-09-04T16:13:24.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562024-09-04T16:13:24.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572024-09-04T16:13:24.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21582024-09-04T16:13:24.882Z
21592024-09-04T16:13:24.882Zinfo: running `cargo check --bins` on gateway-types (43/158)
21602024-09-04T16:13:25.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612024-09-04T16:13:25.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622024-09-04T16:13:25.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632024-09-04T16:13:25.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21642024-09-04T16:13:25.697Z
21652024-09-04T16:13:25.697Zinfo: running `cargo check --bins` on ipcc (44/158)
21662024-09-04T16:13:26.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672024-09-04T16:13:26.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682024-09-04T16:13:26.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692024-09-04T16:13:26.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21702024-09-04T16:13:26.508Z
21712024-09-04T16:13:26.508Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21722024-09-04T16:13:27.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-09-04T16:13:27.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-09-04T16:13:27.425Z Compiling rustls-pki-types v1.7.0
21752024-09-04T16:13:27.449Z Compiling match_cfg v0.1.0
21762024-09-04T16:13:27.449Z Checking num-rational v0.4.2
21772024-09-04T16:13:27.449Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21782024-09-04T16:13:27.474Z Compiling slog-json v2.6.1
21792024-09-04T16:13:27.498Z Compiling http v1.1.0
21802024-09-04T16:13:27.499Z Checking num-complex v0.4.6
21812024-09-04T16:13:27.523Z Compiling atomic-waker v1.1.2
21822024-09-04T16:13:27.547Z Compiling hostname v0.3.1
21832024-09-04T16:13:27.709Z Compiling prettyplease v0.2.20
21842024-09-04T16:13:27.767Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21852024-09-04T16:13:27.812Z Compiling rustls-webpki v0.102.4
21862024-09-04T16:13:27.848Z Compiling rustls-pemfile v2.1.3
21872024-09-04T16:13:27.953Z Compiling slog-bunyan v2.5.0
21882024-09-04T16:13:27.989Z Compiling waitgroup v0.1.2
21892024-09-04T16:13:28.017Z Compiling async-stream v0.3.5
21902024-09-04T16:13:28.126Z Compiling toml v0.8.19
21912024-09-04T16:13:28.150Z Compiling ipnetwork v0.20.0
21922024-09-04T16:13:28.179Z Compiling newtype-uuid v1.1.0
21932024-09-04T16:13:28.262Z Checking num v0.4.3
21942024-09-04T16:13:28.286Z Compiling serde_path_to_error v0.1.16
21952024-09-04T16:13:28.286Z Compiling hostname v0.4.0
21962024-09-04T16:13:28.354Z Compiling instant v0.1.12
21972024-09-04T16:13:28.436Z Checking float-ord v0.3.2
21982024-09-04T16:13:28.488Z Compiling rustls v0.22.4
21992024-09-04T16:13:28.526Z Compiling debug-ignore v1.0.5
22002024-09-04T16:13:28.571Z Compiling radium v0.7.0
22012024-09-04T16:13:28.658Z Compiling semver v0.1.20
22022024-09-04T16:13:28.884Z Compiling multer v3.1.0
22032024-09-04T16:13:28.988Z Compiling rustc_version v0.1.7
22042024-09-04T16:13:29.014Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22052024-09-04T16:13:29.212Z Compiling backoff v0.4.0
22062024-09-04T16:13:29.412Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22072024-09-04T16:13:29.515Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22082024-09-04T16:13:29.539Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22092024-09-04T16:13:29.588Z Compiling parse-display v0.10.0
22102024-09-04T16:13:29.644Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112024-09-04T16:13:29.813Z Compiling serde_with v3.9.0
22122024-09-04T16:13:29.837Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22132024-09-04T16:13:30.087Z Compiling macaddr v1.0.1
22142024-09-04T16:13:30.195Z Compiling maybe-uninit v2.0.0
22152024-09-04T16:13:30.451Z Checking tap v1.0.1
22162024-09-04T16:13:30.598Z Checking wyz v0.5.1
22172024-09-04T16:13:30.722Z Compiling newtype_derive v0.1.6
22182024-09-04T16:13:30.974Z Checking password-hash v0.5.0
22192024-09-04T16:13:31.019Z Checking blake2 v0.10.6
22202024-09-04T16:13:31.309Z Compiling bzip2-sys v0.1.11+1.0.8
22212024-09-04T16:13:31.334Z Compiling packed_struct v0.10.1
22222024-09-04T16:13:31.391Z Checking crc-catalog v2.4.0
22232024-09-04T16:13:31.513Z Checking funty v2.0.0
22242024-09-04T16:13:31.538Z Checking crc v3.2.1
22252024-09-04T16:13:31.785Z Checking argon2 v0.5.3
22262024-09-04T16:13:31.955Z Compiling packed_struct_codegen v0.10.1
22272024-09-04T16:13:32.329Z Compiling tokio-rustls v0.25.0
22282024-09-04T16:13:32.353Z Checking bitvec v1.0.1
22292024-09-04T16:13:32.694Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22302024-09-04T16:13:33.077Z Compiling indexmap v1.9.3
22312024-09-04T16:13:33.338Z Compiling cookie v0.18.1
22322024-09-04T16:13:33.363Z Checking half v2.4.1
22332024-09-04T16:13:33.593Z Checking nodrop v0.1.14
22342024-09-04T16:13:33.692Z Checking ciborium-io v0.2.2
22352024-09-04T16:13:33.756Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22362024-09-04T16:13:33.800Z Checking ciborium-ll v0.2.2
22372024-09-04T16:13:34.041Z Checking array-init v0.0.4
22382024-09-04T16:13:34.259Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22392024-09-04T16:13:34.284Z Checking smallvec v0.6.14
22402024-09-04T16:13:34.470Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22412024-09-04T16:13:34.633Z Compiling memoffset v0.9.1
22422024-09-04T16:13:34.888Z Checking hashbrown v0.12.3
22432024-09-04T16:13:34.913Z Checking highway v1.2.0
22442024-09-04T16:13:35.073Z Checking bitfield v0.14.0
22452024-09-04T16:13:35.272Z Checking env_logger v0.10.2
22462024-09-04T16:13:35.304Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22472024-09-04T16:13:35.428Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22482024-09-04T16:13:35.632Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22492024-09-04T16:13:36.104Z Checking serde-hex v0.1.0
22502024-09-04T16:13:36.270Z Checking steno v0.4.1
22512024-09-04T16:13:36.384Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22522024-09-04T16:13:36.527Z Checking bzip2 v0.4.4
22532024-09-04T16:13:36.811Z Checking ciborium v0.2.2
22542024-09-04T16:13:37.134Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22552024-09-04T16:13:37.159Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22562024-09-04T16:13:37.349Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22572024-09-04T16:13:37.626Z Checking ron v0.8.1
22582024-09-04T16:13:37.739Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22592024-09-04T16:13:38.099Z Checking x509-cert v0.2.5
22602024-09-04T16:13:38.269Z Checking hashbrown v0.13.2
22612024-09-04T16:13:38.643Z Compiling derive-where v1.2.7
22622024-09-04T16:13:39.085Z Checking crc-any v2.5.0
22632024-09-04T16:13:39.241Z Checking object v0.30.4
22642024-09-04T16:13:39.357Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22652024-09-04T16:13:39.395Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22662024-09-04T16:13:39.576Z Checking zip v0.6.6
22672024-09-04T16:13:39.923Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22682024-09-04T16:13:39.955Z Checking path-slash v0.1.5
22692024-09-04T16:13:40.087Z Checking nix v0.27.1
22702024-09-04T16:13:40.187Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22712024-09-04T16:13:40.231Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22722024-09-04T16:13:40.695Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22732024-09-04T16:13:40.888Z Checking kstat-rs v0.2.4
22742024-09-04T16:13:40.913Z Checking serde-big-array v0.5.1
22752024-09-04T16:13:41.103Z Checking signal-hook-tokio v0.3.1
22762024-09-04T16:13:41.447Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22772024-09-04T16:13:42.560Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22782024-09-04T16:13:46.546Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22792024-09-04T16:13:48.122Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22802024-09-04T16:13:50.473Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22812024-09-04T16:13:53.191Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22822024-09-04T16:13:53.947Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22832024-09-04T16:13:54.236Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22842024-09-04T16:14:00.091Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22852024-09-04T16:14:00.856Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22862024-09-04T16:14:04.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.62s
22872024-09-04T16:14:04.282Z
22882024-09-04T16:14:04.282Zinfo: running `cargo check --bins` on gateway-api (46/158)
22892024-09-04T16:14:05.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-09-04T16:14:05.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-09-04T16:14:05.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-09-04T16:14:05.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
22932024-09-04T16:14:05.197Z
22942024-09-04T16:14:05.197Zinfo: running `cargo check --bins` on oximeter (47/158)
22952024-09-04T16:14:05.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-09-04T16:14:05.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-09-04T16:14:05.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-09-04T16:14:05.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22992024-09-04T16:14:06.036Z
23002024-09-04T16:14:06.036Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23012024-09-04T16:14:06.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-09-04T16:14:06.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-09-04T16:14:06.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042024-09-04T16:14:06.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23052024-09-04T16:14:06.836Z
23062024-09-04T16:14:06.836Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23072024-09-04T16:14:07.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-09-04T16:14:07.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-09-04T16:14:07.685Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102024-09-04T16:14:08.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
23112024-09-04T16:14:08.223Z
23122024-09-04T16:14:08.223Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23132024-09-04T16:14:08.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-09-04T16:14:08.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-09-04T16:14:08.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23162024-09-04T16:14:08.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23172024-09-04T16:14:09.032Z
23182024-09-04T16:14:09.032Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23192024-09-04T16:14:09.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23202024-09-04T16:14:09.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23212024-09-04T16:14:09.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23222024-09-04T16:14:09.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23232024-09-04T16:14:09.892Z
23242024-09-04T16:14:09.892Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23252024-09-04T16:14:10.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23262024-09-04T16:14:10.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23272024-09-04T16:14:10.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23282024-09-04T16:14:10.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23292024-09-04T16:14:10.688Z
23302024-09-04T16:14:10.689Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23312024-09-04T16:14:11.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23322024-09-04T16:14:11.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23332024-09-04T16:14:11.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23342024-09-04T16:14:11.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23352024-09-04T16:14:11.517Z
23362024-09-04T16:14:11.517Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23372024-09-04T16:14:12.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23382024-09-04T16:14:12.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23392024-09-04T16:14:12.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23402024-09-04T16:14:12.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23412024-09-04T16:14:12.344Z
23422024-09-04T16:14:12.344Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23432024-09-04T16:14:13.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23442024-09-04T16:14:13.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23452024-09-04T16:14:13.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23462024-09-04T16:14:13.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23472024-09-04T16:14:13.170Z
23482024-09-04T16:14:13.170Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23492024-09-04T16:14:13.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502024-09-04T16:14:13.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512024-09-04T16:14:13.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522024-09-04T16:14:13.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23532024-09-04T16:14:14.007Z
23542024-09-04T16:14:14.007Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23552024-09-04T16:14:14.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562024-09-04T16:14:14.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572024-09-04T16:14:14.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582024-09-04T16:14:14.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23592024-09-04T16:14:14.849Z
23602024-09-04T16:14:14.849Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23612024-09-04T16:14:15.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-09-04T16:14:15.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-09-04T16:14:15.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-09-04T16:14:15.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23652024-09-04T16:14:15.671Z
23662024-09-04T16:14:15.671Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23672024-09-04T16:14:16.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-09-04T16:14:16.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-09-04T16:14:16.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-09-04T16:14:16.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23712024-09-04T16:14:16.527Z
23722024-09-04T16:14:16.527Zinfo: running `cargo check --bins` on internal-dns (60/158)
23732024-09-04T16:14:17.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-09-04T16:14:17.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-09-04T16:14:17.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-09-04T16:14:17.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23772024-09-04T16:14:17.343Z
23782024-09-04T16:14:17.343Zinfo: running `cargo check --bins` on nexus-client (61/158)
23792024-09-04T16:14:18.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-09-04T16:14:18.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-09-04T16:14:18.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822024-09-04T16:14:18.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23832024-09-04T16:14:18.182Z
23842024-09-04T16:14:18.182Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23852024-09-04T16:14:18.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-09-04T16:14:18.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-09-04T16:14:18.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-09-04T16:14:18.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23892024-09-04T16:14:19.000Z
23902024-09-04T16:14:19.001Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23912024-09-04T16:14:19.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-09-04T16:14:19.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-09-04T16:14:19.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-09-04T16:14:19.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
23952024-09-04T16:14:19.792Z
23962024-09-04T16:14:19.792Zinfo: running `cargo check --bins` on nexus-types (64/158)
23972024-09-04T16:14:20.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-09-04T16:14:20.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-09-04T16:14:20.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-09-04T16:14:20.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24012024-09-04T16:14:20.637Z
24022024-09-04T16:14:20.637Zinfo: running `cargo check --bins` on gateway-client (65/158)
24032024-09-04T16:14:21.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-09-04T16:14:21.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-09-04T16:14:21.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-09-04T16:14:21.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24072024-09-04T16:14:21.430Z
24082024-09-04T16:14:21.430Zinfo: running `cargo check --bins` on oxql-types (66/158)
24092024-09-04T16:14:22.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-09-04T16:14:22.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-09-04T16:14:22.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-09-04T16:14:22.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24132024-09-04T16:14:22.252Z
24142024-09-04T16:14:22.252Zinfo: running `cargo check --bins` on sp-sim (67/158)
24152024-09-04T16:14:22.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-09-04T16:14:23.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-09-04T16:14:23.089Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24182024-09-04T16:14:25.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
24192024-09-04T16:14:25.375Z
24202024-09-04T16:14:25.375Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
24212024-09-04T16:14:26.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-09-04T16:14:26.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-09-04T16:14:26.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-09-04T16:14:26.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24252024-09-04T16:14:26.275Z
24262024-09-04T16:14:26.275Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
24272024-09-04T16:14:27.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-09-04T16:14:27.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-09-04T16:14:27.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-09-04T16:14:27.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24312024-09-04T16:14:27.207Z
24322024-09-04T16:14:27.207Zinfo: running `cargo check --bins` on db-macros (70/158)
24332024-09-04T16:14:27.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-09-04T16:14:27.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-09-04T16:14:27.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-09-04T16:14:27.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
24372024-09-04T16:14:27.982Z
24382024-09-04T16:14:27.982Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24392024-09-04T16:14:28.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-09-04T16:14:28.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-09-04T16:14:28.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-09-04T16:14:28.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
24432024-09-04T16:14:28.771Z
24442024-09-04T16:14:28.771Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24452024-09-04T16:14:29.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-09-04T16:14:29.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-09-04T16:14:29.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-09-04T16:14:29.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24492024-09-04T16:14:29.628Z
24502024-09-04T16:14:29.628Zinfo: running `cargo check --bins` on authz-macros (73/158)
24512024-09-04T16:14:30.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-09-04T16:14:30.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-09-04T16:14:30.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-09-04T16:14:30.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
24552024-09-04T16:14:30.422Z
24562024-09-04T16:14:30.422Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24572024-09-04T16:14:31.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-09-04T16:14:31.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-09-04T16:14:31.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-09-04T16:14:31.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24612024-09-04T16:14:31.291Z
24622024-09-04T16:14:31.291Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24632024-09-04T16:14:32.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-09-04T16:14:32.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-09-04T16:14:32.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-09-04T16:14:32.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24672024-09-04T16:14:32.135Z
24682024-09-04T16:14:32.135Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24692024-09-04T16:14:32.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-09-04T16:14:32.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-09-04T16:14:32.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-09-04T16:14:32.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24732024-09-04T16:14:32.945Z
24742024-09-04T16:14:32.945Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24752024-09-04T16:14:33.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-09-04T16:14:33.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-09-04T16:14:33.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-09-04T16:14:33.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24792024-09-04T16:14:33.804Z
24802024-09-04T16:14:33.804Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24812024-09-04T16:14:34.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-09-04T16:14:34.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-09-04T16:14:34.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-09-04T16:14:34.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24852024-09-04T16:14:34.714Z
24862024-09-04T16:14:34.714Zinfo: running `cargo check --bins` on typed-rng (79/158)
24872024-09-04T16:14:35.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-09-04T16:14:35.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-09-04T16:14:35.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-09-04T16:14:35.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24912024-09-04T16:14:35.538Z
24922024-09-04T16:14:35.538Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
24932024-09-04T16:14:36.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-09-04T16:14:36.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-09-04T16:14:36.468Z Compiling rayon-core v1.12.1
24962024-09-04T16:14:36.492Z Compiling crossbeam-deque v0.8.5
24972024-09-04T16:14:36.492Z Compiling curve25519-dalek v4.1.3
24982024-09-04T16:14:36.492Z Compiling unicase v2.7.0
24992024-09-04T16:14:36.492Z Compiling same-file v1.0.6
25002024-09-04T16:14:36.492Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25012024-09-04T16:14:36.492Z Checking keccak v0.1.5
25022024-09-04T16:14:36.517Z Compiling tempfile v3.10.1
25032024-09-04T16:14:36.742Z Compiling walkdir v2.5.0
25042024-09-04T16:14:36.771Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25052024-09-04T16:14:36.811Z Checking sha3 v0.10.8
25062024-09-04T16:14:36.961Z Compiling thiserror-impl-no-std v2.0.2
25072024-09-04T16:14:37.054Z Checking universal-hash v0.5.1
25082024-09-04T16:14:37.137Z Checking secrecy v0.8.0
25092024-09-04T16:14:37.212Z Compiling blake3 v1.5.1
25102024-09-04T16:14:37.237Z Compiling ring v0.16.20
25112024-09-04T16:14:37.274Z Compiling curve25519-dalek-derive v0.1.1
25122024-09-04T16:14:37.305Z Checking opaque-debug v0.3.1
25132024-09-04T16:14:37.329Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25142024-09-04T16:14:37.388Z Checking poly1305 v0.8.0
25152024-09-04T16:14:37.412Z Checking chacha20 v0.9.1
25162024-09-04T16:14:37.578Z Compiling rayon v1.10.0
25172024-09-04T16:14:37.697Z Checking aead v0.5.2
25182024-09-04T16:14:37.802Z Compiling memmap2 v0.9.4
25192024-09-04T16:14:37.888Z Compiling home v0.5.9
25202024-09-04T16:14:38.121Z Compiling arrayref v0.3.7
25212024-09-04T16:14:38.203Z Compiling constant_time_eq v0.3.0
25222024-09-04T16:14:38.228Z Compiling untrusted v0.7.1
25232024-09-04T16:14:38.335Z Compiling spin v0.5.2
25242024-09-04T16:14:38.378Z Compiling libefi-sys v0.1.0
25252024-09-04T16:14:38.403Z Compiling arrayvec v0.7.4
25262024-09-04T16:14:38.427Z Compiling toolchain_find v0.4.0
25272024-09-04T16:14:38.547Z Checking chacha20poly1305 v0.10.1
25282024-09-04T16:14:38.755Z Compiling camino-tempfile v1.1.1
25292024-09-04T16:14:38.891Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25302024-09-04T16:14:38.996Z Compiling bitfield-struct v0.6.1
25312024-09-04T16:14:39.037Z Compiling topological-sort v0.2.2
25322024-09-04T16:14:39.144Z Compiling cancel-safe-futures v0.1.5
25332024-09-04T16:14:39.248Z Compiling mime_guess v2.0.4
25342024-09-04T16:14:39.477Z Compiling rustfmt-wrapper v0.2.1
25352024-09-04T16:14:39.591Z Checking thiserror-no-std v2.0.2
25362024-09-04T16:14:39.701Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25372024-09-04T16:14:39.726Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25382024-09-04T16:14:39.991Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25392024-09-04T16:14:40.042Z Checking vsss-rs v3.3.4
25402024-09-04T16:14:40.102Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25412024-09-04T16:14:40.216Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422024-09-04T16:14:40.443Z Checking gethostname v0.5.0
25432024-09-04T16:14:40.546Z Checking libsw v3.3.1
25442024-09-04T16:14:40.571Z Checking linear-map v1.2.0
25452024-09-04T16:14:40.621Z Checking owo-colors v4.0.0
25462024-09-04T16:14:40.717Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25472024-09-04T16:14:40.827Z Checking swrite v0.1.0
25482024-09-04T16:14:40.942Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25492024-09-04T16:14:41.162Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25502024-09-04T16:14:41.446Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25512024-09-04T16:14:41.605Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25522024-09-04T16:14:41.843Z Checking nanorand v0.7.0
25532024-09-04T16:14:42.074Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25542024-09-04T16:14:42.150Z Checking http-range v0.1.5
25552024-09-04T16:14:42.306Z Compiling omicron-zone-package v0.11.0
25562024-09-04T16:14:42.339Z Checking glob v0.3.1
25572024-09-04T16:14:42.364Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25582024-09-04T16:14:42.388Z Checking hyper-staticfile v0.9.5
25592024-09-04T16:14:42.613Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25602024-09-04T16:14:42.749Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25612024-09-04T16:14:42.936Z Checking flume v0.11.0
25622024-09-04T16:14:43.230Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25632024-09-04T16:14:43.362Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25642024-09-04T16:14:43.674Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25652024-09-04T16:14:44.088Z Checking itertools v0.13.0
25662024-09-04T16:14:44.502Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25672024-09-04T16:14:44.526Z Checking display-error-chain v0.2.1
25682024-09-04T16:14:44.943Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25692024-09-04T16:14:46.415Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25702024-09-04T16:14:47.694Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25712024-09-04T16:14:47.694Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25722024-09-04T16:15:01.091Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25732024-09-04T16:15:15.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.99s
25742024-09-04T16:15:15.689Z
25752024-09-04T16:15:15.689Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25762024-09-04T16:15:16.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-09-04T16:15:16.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-09-04T16:15:16.629Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25792024-09-04T16:15:30.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.10s
25802024-09-04T16:15:30.946Z
25812024-09-04T16:15:30.946Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25822024-09-04T16:15:31.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-09-04T16:15:31.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-09-04T16:15:31.937Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25852024-09-04T16:15:46.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.53s
25862024-09-04T16:15:46.629Z
25872024-09-04T16:15:46.629Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25882024-09-04T16:15:47.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-09-04T16:15:47.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-09-04T16:15:47.636Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25912024-09-04T16:16:02.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.51s
25922024-09-04T16:16:02.315Z
25932024-09-04T16:16:02.315Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
25942024-09-04T16:16:03.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-09-04T16:16:03.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-09-04T16:16:03.299Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25972024-09-04T16:16:17.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.51s
25982024-09-04T16:16:17.992Z
25992024-09-04T16:16:17.992Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
26002024-09-04T16:16:18.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-09-04T16:16:18.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-09-04T16:16:18.944Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26032024-09-04T16:16:33.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.58s
26042024-09-04T16:16:33.740Z
26052024-09-04T16:16:33.740Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
26062024-09-04T16:16:34.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-09-04T16:16:34.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-09-04T16:16:34.759Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26092024-09-04T16:16:49.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.52s
26102024-09-04T16:16:49.454Z
26112024-09-04T16:16:49.454Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
26122024-09-04T16:16:50.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-09-04T16:16:50.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-09-04T16:16:50.465Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26152024-09-04T16:17:05.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s
26162024-09-04T16:17:05.451Z
26172024-09-04T16:17:05.451Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
26182024-09-04T16:17:06.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-09-04T16:17:06.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-09-04T16:17:06.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-09-04T16:17:06.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26222024-09-04T16:17:06.382Z
26232024-09-04T16:17:06.382Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
26242024-09-04T16:17:07.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-09-04T16:17:07.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-09-04T16:17:07.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-09-04T16:17:07.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26282024-09-04T16:17:07.273Z
26292024-09-04T16:17:07.273Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
26302024-09-04T16:17:08.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-09-04T16:17:08.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-09-04T16:17:08.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-09-04T16:17:08.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26342024-09-04T16:17:08.132Z
26352024-09-04T16:17:08.133Zinfo: running `cargo check --bins` on dpd-client (91/158)
26362024-09-04T16:17:08.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-09-04T16:17:08.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-09-04T16:17:08.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-09-04T16:17:08.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26402024-09-04T16:17:08.986Z
26412024-09-04T16:17:08.986Zinfo: running `cargo check --bins` on installinator-common (92/158)
26422024-09-04T16:17:09.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-09-04T16:17:09.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-09-04T16:17:09.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-09-04T16:17:09.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26462024-09-04T16:17:09.836Z
26472024-09-04T16:17:09.836Zinfo: running `cargo check --bins` on update-engine (93/158)
26482024-09-04T16:17:10.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-09-04T16:17:10.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-09-04T16:17:10.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-09-04T16:17:10.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26522024-09-04T16:17:10.661Z
26532024-09-04T16:17:10.661Zinfo: running `cargo check --bins` on key-manager (94/158)
26542024-09-04T16:17:11.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-09-04T16:17:11.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-09-04T16:17:11.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-09-04T16:17:11.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26582024-09-04T16:17:11.472Z
26592024-09-04T16:17:11.472Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26602024-09-04T16:17:12.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-09-04T16:17:12.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-09-04T16:17:12.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632024-09-04T16:17:12.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26642024-09-04T16:17:12.341Z
26652024-09-04T16:17:12.341Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26662024-09-04T16:17:13.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-09-04T16:17:13.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-09-04T16:17:13.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692024-09-04T16:17:13.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26702024-09-04T16:17:13.226Z
26712024-09-04T16:17:13.226Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26722024-09-04T16:17:14.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-09-04T16:17:14.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-09-04T16:17:14.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752024-09-04T16:17:14.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26762024-09-04T16:17:14.094Z
26772024-09-04T16:17:14.095Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26782024-09-04T16:17:14.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792024-09-04T16:17:14.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802024-09-04T16:17:14.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812024-09-04T16:17:14.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26822024-09-04T16:17:14.974Z
26832024-09-04T16:17:14.974Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26842024-09-04T16:17:15.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852024-09-04T16:17:15.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862024-09-04T16:17:15.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872024-09-04T16:17:15.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26882024-09-04T16:17:15.843Z
26892024-09-04T16:17:15.843Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26902024-09-04T16:17:16.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912024-09-04T16:17:16.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922024-09-04T16:17:16.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932024-09-04T16:17:16.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26942024-09-04T16:17:16.715Z
26952024-09-04T16:17:16.716Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
26962024-09-04T16:17:17.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972024-09-04T16:17:17.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982024-09-04T16:17:17.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992024-09-04T16:17:17.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27002024-09-04T16:17:17.575Z
27012024-09-04T16:17:17.575Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27022024-09-04T16:17:18.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032024-09-04T16:17:18.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042024-09-04T16:17:18.487Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27052024-09-04T16:17:18.487Z Checking bcs v0.1.6
27062024-09-04T16:17:18.487Z Compiling async-recursion v1.1.1
27072024-09-04T16:17:18.511Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27082024-09-04T16:17:18.512Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27092024-09-04T16:17:19.635Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-09-04T16:17:23.607Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27112024-09-04T16:17:25.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.16s
27122024-09-04T16:17:25.887Z
27132024-09-04T16:17:25.887Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27142024-09-04T16:17:26.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152024-09-04T16:17:26.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162024-09-04T16:17:26.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172024-09-04T16:17:26.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27182024-09-04T16:17:26.738Z
27192024-09-04T16:17:26.738Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27202024-09-04T16:17:27.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212024-09-04T16:17:27.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222024-09-04T16:17:27.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232024-09-04T16:17:27.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27242024-09-04T16:17:27.561Z
27252024-09-04T16:17:27.561Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27262024-09-04T16:17:28.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272024-09-04T16:17:28.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282024-09-04T16:17:28.400Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27292024-09-04T16:17:29.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
27302024-09-04T16:17:29.158Z
27312024-09-04T16:17:29.158Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27322024-09-04T16:17:29.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332024-09-04T16:17:30.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342024-09-04T16:17:30.077Z Compiling vte_generate_state_changes v0.1.1
27352024-09-04T16:17:30.077Z Checking fd-lock v4.0.2
27362024-09-04T16:17:30.077Z Checking bytecount v0.6.8
27372024-09-04T16:17:30.101Z Compiling tabled_derive v0.7.0
27382024-09-04T16:17:30.101Z Checking crossterm v0.27.0
27392024-09-04T16:17:30.101Z Compiling peg-macros v0.8.4
27402024-09-04T16:17:30.101Z Compiling sqlparser_derive v0.2.2
27412024-09-04T16:17:30.101Z Checking nu-ansi-term v0.50.0
27422024-09-04T16:17:30.275Z Checking papergrid v0.11.0
27432024-09-04T16:17:30.329Z Checking home v0.5.9
27442024-09-04T16:17:30.464Z Checking unicode_categories v0.1.1
27452024-09-04T16:17:30.488Z Checking rustyline v14.0.0
27462024-09-04T16:17:30.641Z Checking vte v0.11.1
27472024-09-04T16:17:30.716Z Checking sqlformat v0.2.4
27482024-09-04T16:17:31.090Z Checking sqlparser v0.45.0
27492024-09-04T16:17:31.489Z Checking crossterm v0.28.1
27502024-09-04T16:17:31.662Z Checking strip-ansi-escapes v0.2.0
27512024-09-04T16:17:31.792Z Checking reedline v0.33.0
27522024-09-04T16:17:32.214Z Checking tabled v0.15.0
27532024-09-04T16:17:32.760Z Checking peg v0.8.4
27542024-09-04T16:17:38.191Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552024-09-04T16:17:44.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.35s
27562024-09-04T16:17:44.678Z
27572024-09-04T16:17:44.678Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27582024-09-04T16:17:45.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-09-04T16:17:45.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-09-04T16:17:45.581Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612024-09-04T16:17:51.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.08s
27622024-09-04T16:17:51.916Z
27632024-09-04T16:17:51.916Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27642024-09-04T16:17:52.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-09-04T16:17:52.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-09-04T16:17:52.762Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27672024-09-04T16:17:58.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.78s
27682024-09-04T16:17:58.846Z
27692024-09-04T16:17:58.846Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27702024-09-04T16:17:59.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-09-04T16:17:59.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-09-04T16:17:59.727Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732024-09-04T16:18:04.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
27742024-09-04T16:18:04.783Z
27752024-09-04T16:18:04.783Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27762024-09-04T16:18:05.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-09-04T16:18:05.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-09-04T16:18:05.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-09-04T16:18:05.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27802024-09-04T16:18:05.608Z
27812024-09-04T16:18:05.608Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27822024-09-04T16:18:06.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-09-04T16:18:06.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-09-04T16:18:06.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-09-04T16:18:06.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27862024-09-04T16:18:06.427Z
27872024-09-04T16:18:06.427Zinfo: running `cargo check --bins` on installinator-client (112/158)
27882024-09-04T16:18:07.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-09-04T16:18:07.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-09-04T16:18:07.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-09-04T16:18:07.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27922024-09-04T16:18:07.252Z
27932024-09-04T16:18:07.252Zinfo: running `cargo check --bins` on oxide-client (113/158)
27942024-09-04T16:18:07.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-09-04T16:18:07.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-09-04T16:18:07.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-09-04T16:18:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27982024-09-04T16:18:08.043Z
27992024-09-04T16:18:08.043Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28002024-09-04T16:18:08.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-09-04T16:18:08.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-09-04T16:18:08.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-09-04T16:18:08.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28042024-09-04T16:18:08.918Z
28052024-09-04T16:18:08.918Zinfo: running `cargo check --bins` on wicket-common (115/158)
28062024-09-04T16:18:09.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-09-04T16:18:09.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-09-04T16:18:09.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-09-04T16:18:09.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28102024-09-04T16:18:09.807Z
28112024-09-04T16:18:09.807Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28122024-09-04T16:18:10.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-09-04T16:18:10.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-09-04T16:18:10.685Z Checking csv-core v0.1.11
28152024-09-04T16:18:10.709Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28162024-09-04T16:18:10.970Z Checking csv v1.3.0
28172024-09-04T16:18:11.665Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28182024-09-04T16:18:12.106Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28192024-09-04T16:18:13.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.77s
28202024-09-04T16:18:13.727Z
28212024-09-04T16:18:13.727Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28222024-09-04T16:18:14.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-09-04T16:18:14.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-09-04T16:18:14.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-09-04T16:18:14.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28262024-09-04T16:18:14.572Z
28272024-09-04T16:18:14.572Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28282024-09-04T16:18:15.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-09-04T16:18:15.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-09-04T16:18:15.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312024-09-04T16:18:15.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28322024-09-04T16:18:15.401Z
28332024-09-04T16:18:15.401Zinfo: running `cargo check --bins` on cert-dev (119/158)
28342024-09-04T16:18:16.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-09-04T16:18:16.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-09-04T16:18:16.205Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28372024-09-04T16:18:16.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28382024-09-04T16:18:16.582Z
28392024-09-04T16:18:16.582Zinfo: running `cargo check --bins` on ch-dev (120/158)
28402024-09-04T16:18:17.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-09-04T16:18:17.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-09-04T16:18:17.463Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28432024-09-04T16:18:18.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
28442024-09-04T16:18:18.376Z
28452024-09-04T16:18:18.376Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28462024-09-04T16:18:19.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-09-04T16:18:19.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-09-04T16:18:19.242Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28492024-09-04T16:18:19.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
28502024-09-04T16:18:19.700Z
28512024-09-04T16:18:19.700Zinfo: running `cargo check --bins` on db-dev (122/158)
28522024-09-04T16:18:20.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-09-04T16:18:20.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-09-04T16:18:20.561Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28552024-09-04T16:18:21.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
28562024-09-04T16:18:21.494Z
28572024-09-04T16:18:21.494Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28582024-09-04T16:18:22.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-09-04T16:18:22.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-09-04T16:18:22.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-09-04T16:18:22.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28622024-09-04T16:18:22.360Z
28632024-09-04T16:18:22.360Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28642024-09-04T16:18:23.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-09-04T16:18:23.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-09-04T16:18:23.200Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28672024-09-04T16:18:24.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
28682024-09-04T16:18:24.307Z
28692024-09-04T16:18:24.307Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28702024-09-04T16:18:25.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-09-04T16:18:25.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-09-04T16:18:25.281Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28732024-09-04T16:18:25.989Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28742024-09-04T16:18:26.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
28752024-09-04T16:18:26.745Z
28762024-09-04T16:18:26.745Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28772024-09-04T16:18:27.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-09-04T16:18:27.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-09-04T16:18:27.836Z Compiling crunchy v0.2.2
28802024-09-04T16:18:27.836Z Compiling glob v0.3.1
28812024-09-04T16:18:27.836Z Compiling tiny-keccak v2.0.2
28822024-09-04T16:18:27.860Z Compiling dsl_auto_type v0.1.2
28832024-09-04T16:18:27.860Z Checking scheduled-thread-pool v0.2.7
28842024-09-04T16:18:27.860Z Compiling diesel_table_macro_syntax v0.2.0
28852024-09-04T16:18:27.860Z Compiling ascii-canvas v3.0.0
28862024-09-04T16:18:27.860Z Compiling ena v0.14.3
28872024-09-04T16:18:28.069Z Checking r2d2 v0.8.10
28882024-09-04T16:18:28.177Z Compiling libloading v0.8.3
28892024-09-04T16:18:28.291Z Compiling diff v0.1.13
28902024-09-04T16:18:28.315Z Compiling regex-syntax v0.6.29
28912024-09-04T16:18:28.354Z Compiling bindgen v0.69.4
28922024-09-04T16:18:28.449Z Compiling which v4.4.2
28932024-09-04T16:18:28.556Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28942024-09-04T16:18:28.759Z Compiling cexpr v0.6.0
28952024-09-04T16:18:28.795Z Compiling clang-sys v1.7.0
28962024-09-04T16:18:28.903Z Compiling ref-cast v1.0.23
28972024-09-04T16:18:28.995Z Compiling shlex v1.3.0
28982024-09-04T16:18:29.024Z Compiling lazycell v1.3.0
28992024-09-04T16:18:29.049Z Compiling rustc-hash v1.1.0
29002024-09-04T16:18:29.180Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29012024-09-04T16:18:29.204Z Compiling derive_builder_core v0.20.0
29022024-09-04T16:18:29.375Z Compiling diesel_derives v2.2.2
29032024-09-04T16:18:29.398Z Compiling libxml v0.3.3
29042024-09-04T16:18:29.451Z Compiling ref-cast-impl v1.0.23
29052024-09-04T16:18:29.522Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29062024-09-04T16:18:29.796Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29072024-09-04T16:18:29.949Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29082024-09-04T16:18:30.187Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29092024-09-04T16:18:30.298Z Compiling strum_macros v0.24.3
29102024-09-04T16:18:30.520Z Compiling dropshot v0.10.1
29112024-09-04T16:18:30.579Z Compiling indoc v1.0.9
29122024-09-04T16:18:31.258Z Compiling lalrpop v0.19.12
29132024-09-04T16:18:31.431Z Compiling derive_builder_macro v0.20.0
29142024-09-04T16:18:32.154Z Checking derive_builder v0.20.0
29152024-09-04T16:18:32.287Z Checking tungstenite v0.23.0
29162024-09-04T16:18:32.354Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29172024-09-04T16:18:32.630Z Compiling dropshot_endpoint v0.10.1
29182024-09-04T16:18:33.108Z Compiling oso-derive v0.27.3
29192024-09-04T16:18:33.283Z Compiling impl-trait-for-tuples v0.2.2
29202024-09-04T16:18:33.307Z Checking quick-xml v0.31.0
29212024-09-04T16:18:33.995Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29222024-09-04T16:18:34.258Z Checking maplit v1.0.2
29232024-09-04T16:18:34.427Z Checking tokio-tungstenite v0.23.1
29242024-09-04T16:18:34.878Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29252024-09-04T16:18:35.032Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29262024-09-04T16:18:35.326Z Checking bb8 v0.8.5
29272024-09-04T16:18:35.806Z Compiling const_format_proc_macros v0.2.32
29282024-09-04T16:18:36.517Z Checking crossbeam-deque v0.8.5
29292024-09-04T16:18:36.832Z Compiling portable-atomic v1.6.0
29302024-09-04T16:18:37.648Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29312024-09-04T16:18:37.696Z Checking const_format v0.2.32
29322024-09-04T16:18:37.849Z Checking rayon-core v1.12.1
29332024-09-04T16:18:38.132Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29342024-09-04T16:18:38.385Z Checking castaway v0.2.3
29352024-09-04T16:18:38.459Z Checking rayon v1.10.0
29362024-09-04T16:18:38.539Z Checking compact_str v0.8.0
29372024-09-04T16:18:39.352Z Checking diesel v2.2.3
29382024-09-04T16:18:39.500Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29392024-09-04T16:18:39.756Z Checking unicode-truncate v1.0.0
29402024-09-04T16:18:39.836Z Checking lru v0.12.3
29412024-09-04T16:18:39.960Z Compiling instability v0.3.2
29422024-09-04T16:18:40.101Z Checking unicode-linebreak v0.1.5
29432024-09-04T16:18:40.216Z Checking smawk v0.3.2
29442024-09-04T16:18:40.240Z Checking cassowary v0.3.0
29452024-09-04T16:18:40.400Z Checking number_prefix v0.4.0
29462024-09-04T16:18:40.456Z Checking textwrap v0.16.1
29472024-09-04T16:18:40.607Z Checking multimap v0.10.0
29482024-09-04T16:18:40.871Z Checking ratatui v0.28.0
29492024-09-04T16:18:41.755Z Checking indicatif v0.17.8
29502024-09-04T16:18:57.805Z Compiling samael v0.0.15
29512024-09-04T16:19:08.996Z Checking async-bb8-diesel v0.2.1
29522024-09-04T16:19:11.596Z Compiling polar-core v0.27.3
29532024-09-04T16:19:20.371Z Checking oso v0.27.3
29542024-09-04T16:20:33.775Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29552024-09-04T16:20:40.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
29562024-09-04T16:20:40.680Z
29572024-09-04T16:20:40.680Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29582024-09-04T16:20:41.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-09-04T16:20:41.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-09-04T16:20:41.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612024-09-04T16:20:41.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29622024-09-04T16:20:41.599Z
29632024-09-04T16:20:41.599Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29642024-09-04T16:20:42.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-09-04T16:20:42.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-09-04T16:20:42.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672024-09-04T16:20:42.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29682024-09-04T16:20:42.522Z
29692024-09-04T16:20:42.522Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29702024-09-04T16:20:43.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-09-04T16:20:43.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-09-04T16:20:43.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732024-09-04T16:20:43.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29742024-09-04T16:20:43.323Z
29752024-09-04T16:20:43.323Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29762024-09-04T16:20:44.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-09-04T16:20:44.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-09-04T16:20:44.380Z Compiling libz-sys v1.1.16
29792024-09-04T16:20:44.404Z Compiling libgit2-sys v0.17.0+1.8.1
29802024-09-04T16:20:44.428Z Compiling vergen v8.3.2
29812024-09-04T16:20:44.428Z Compiling cargo-platform v0.1.8
29822024-09-04T16:20:44.428Z Compiling pin-project-internal v1.1.5
29832024-09-04T16:20:44.473Z Compiling snafu-derive v0.8.2
29842024-09-04T16:20:44.473Z Compiling libsqlite3-sys v0.28.0
29852024-09-04T16:20:44.496Z Compiling buf-list v1.0.3
29862024-09-04T16:20:44.720Z Checking globset v0.4.14
29872024-09-04T16:20:44.928Z Compiling cargo_metadata v0.18.1
29882024-09-04T16:20:44.991Z Checking olpc-cjson v0.1.3
29892024-09-04T16:20:45.131Z Checking rand_seeder v0.3.0
29902024-09-04T16:20:45.154Z Checking serde_plain v1.0.2
29912024-09-04T16:20:45.183Z Checking typed-path v0.7.1
29922024-09-04T16:20:45.339Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29932024-09-04T16:20:45.502Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29942024-09-04T16:20:45.526Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29952024-09-04T16:20:45.734Z Checking hashlink v0.9.1
29962024-09-04T16:20:45.757Z Checking fallible-iterator v0.3.0
29972024-09-04T16:20:45.799Z Checking parse-size v1.0.0
29982024-09-04T16:20:45.957Z Checking fallible-streaming-iterator v0.1.9
29992024-09-04T16:20:46.217Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30002024-09-04T16:20:46.277Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30012024-09-04T16:20:46.301Z Checking rusqlite v0.31.0
30022024-09-04T16:20:46.781Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30032024-09-04T16:20:46.948Z Checking pin-project v1.1.5
30042024-09-04T16:20:47.007Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30052024-09-04T16:20:47.031Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30062024-09-04T16:20:47.067Z Checking twox-hash v1.6.3
30072024-09-04T16:20:47.155Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30082024-09-04T16:20:47.454Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30092024-09-04T16:20:47.614Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30102024-09-04T16:20:47.957Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30112024-09-04T16:20:48.016Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30122024-09-04T16:20:48.040Z Checking fatfs v0.3.6
30132024-09-04T16:20:48.562Z Checking assert_matches v1.5.0
30142024-09-04T16:20:49.081Z Checking snafu v0.8.2
30152024-09-04T16:20:49.494Z Checking tough v0.17.1
30162024-09-04T16:20:53.324Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30172024-09-04T16:20:54.769Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30182024-09-04T16:20:55.487Z Compiling git2 v0.19.0
30192024-09-04T16:21:01.573Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30202024-09-04T16:22:01.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
30212024-09-04T16:22:01.543Z
30222024-09-04T16:22:01.544Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30232024-09-04T16:22:02.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-09-04T16:22:02.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-09-04T16:22:02.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262024-09-04T16:22:02.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30272024-09-04T16:22:02.429Z
30282024-09-04T16:22:02.429Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30292024-09-04T16:22:03.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-09-04T16:22:03.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-09-04T16:22:03.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322024-09-04T16:22:03.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30332024-09-04T16:22:03.211Z
30342024-09-04T16:22:03.211Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30352024-09-04T16:22:03.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-09-04T16:22:03.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-09-04T16:22:03.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-09-04T16:22:03.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30392024-09-04T16:22:04.069Z
30402024-09-04T16:22:04.069Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30412024-09-04T16:22:04.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-09-04T16:22:04.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-09-04T16:22:04.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-09-04T16:22:04.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30452024-09-04T16:22:04.942Z
30462024-09-04T16:22:04.942Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30472024-09-04T16:22:05.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-09-04T16:22:05.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-09-04T16:22:05.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-09-04T16:22:05.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30512024-09-04T16:22:05.816Z
30522024-09-04T16:22:05.816Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30532024-09-04T16:22:06.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-09-04T16:22:06.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-09-04T16:22:06.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562024-09-04T16:22:06.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30572024-09-04T16:22:06.688Z
30582024-09-04T16:22:06.688Zinfo: running `cargo check --bins` on update-common (137/158)
30592024-09-04T16:22:07.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-09-04T16:22:07.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-09-04T16:22:07.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622024-09-04T16:22:07.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30632024-09-04T16:22:07.511Z
30642024-09-04T16:22:07.511Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30652024-09-04T16:22:08.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662024-09-04T16:22:08.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672024-09-04T16:22:08.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682024-09-04T16:22:08.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30692024-09-04T16:22:08.337Z
30702024-09-04T16:22:08.337Zinfo: running `cargo check --bins` on tufaceous (139/158)
30712024-09-04T16:22:09.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-09-04T16:22:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-09-04T16:22:09.217Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30742024-09-04T16:22:10.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
30752024-09-04T16:22:10.520Z
30762024-09-04T16:22:10.520Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30772024-09-04T16:22:11.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-09-04T16:22:11.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-09-04T16:22:11.618Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30802024-09-04T16:22:11.618Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30812024-09-04T16:22:11.642Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30822024-09-04T16:22:13.206Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30832024-09-04T16:22:16.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
30842024-09-04T16:22:16.336Z
30852024-09-04T16:22:16.336Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30862024-09-04T16:22:17.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872024-09-04T16:22:17.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882024-09-04T16:22:17.266Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30892024-09-04T16:22:17.266Z Checking is_ci v1.2.0
30902024-09-04T16:22:17.266Z Checking heck v0.4.1
30912024-09-04T16:22:17.290Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30922024-09-04T16:22:17.290Z Checking indent_write v2.2.0
30932024-09-04T16:22:17.430Z Checking supports-color v3.0.0
30942024-09-04T16:22:17.512Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30952024-09-04T16:22:19.189Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30962024-09-04T16:22:20.216Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30972024-09-04T16:22:21.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
30982024-09-04T16:22:21.608Z
30992024-09-04T16:22:21.608Zinfo: running `cargo check --bins` on installinator-api (142/158)
31002024-09-04T16:22:22.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-09-04T16:22:22.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-09-04T16:22:22.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032024-09-04T16:22:22.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31042024-09-04T16:22:22.452Z
31052024-09-04T16:22:22.452Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31062024-09-04T16:22:23.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-09-04T16:22:23.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-09-04T16:22:23.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092024-09-04T16:22:23.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31102024-09-04T16:22:23.296Z
31112024-09-04T16:22:23.296Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31122024-09-04T16:22:24.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-09-04T16:22:24.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-09-04T16:22:24.242Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31152024-09-04T16:22:25.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
31162024-09-04T16:22:25.829Z
31172024-09-04T16:22:25.829Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31182024-09-04T16:22:26.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192024-09-04T16:22:26.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202024-09-04T16:22:26.692Z Checking memmap2 v0.9.4
31212024-09-04T16:22:26.692Z Checking spin v0.5.2
31222024-09-04T16:22:26.692Z Checking arrayref v0.3.7
31232024-09-04T16:22:26.692Z Checking untrusted v0.7.1
31242024-09-04T16:22:26.717Z Checking constant_time_eq v0.3.0
31252024-09-04T16:22:26.717Z Checking arrayvec v0.7.4
31262024-09-04T16:22:26.717Z Checking cargo-platform v0.1.8
31272024-09-04T16:22:26.717Z Checking topological-sort v0.2.2
31282024-09-04T16:22:26.827Z Checking shell-words v1.1.0
31292024-09-04T16:22:26.940Z Checking ring v0.16.20
31302024-09-04T16:22:27.016Z Checking cargo_metadata v0.18.1
31312024-09-04T16:22:27.050Z Checking blake3 v1.5.1
31322024-09-04T16:22:28.369Z Checking omicron-zone-package v0.11.0
31332024-09-04T16:22:29.724Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31342024-09-04T16:22:30.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
31352024-09-04T16:22:30.916Z
31362024-09-04T16:22:30.916Zinfo: running `cargo check --bins` on xtask (146/158)
31372024-09-04T16:22:31.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-09-04T16:22:31.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-09-04T16:22:31.522Z Checking bitflags v2.6.0
31402024-09-04T16:22:31.522Z Checking serde v1.0.208
31412024-09-04T16:22:31.522Z Checking thiserror v1.0.63
31422024-09-04T16:22:31.523Z Checking scroll v0.12.0
31432024-09-04T16:22:31.555Z Checking hashbrown v0.14.5
31442024-09-04T16:22:31.579Z Checking log v0.4.21
31452024-09-04T16:22:31.602Z Checking zerocopy v0.7.34
31462024-09-04T16:22:31.626Z Checking syn v2.0.74
31472024-09-04T16:22:31.679Z Checking pest v2.7.10
31482024-09-04T16:22:31.771Z Checking rustix v0.38.34
31492024-09-04T16:22:31.827Z Checking fs-err v2.11.0
31502024-09-04T16:22:31.953Z Checking goblin v0.8.2
31512024-09-04T16:22:32.088Z Checking tabled v0.15.0
31522024-09-04T16:22:32.504Z Checking indexmap v2.4.0
31532024-09-04T16:22:32.730Z Checking anyhow v1.0.86
31542024-09-04T16:22:33.338Z Checking terminal_size v0.3.0
31552024-09-04T16:22:33.339Z Checking tempfile v3.10.1
31562024-09-04T16:22:33.489Z Checking clap_builder v4.5.15
31572024-09-04T16:22:33.694Z Checking dtrace-parser v0.2.0
31582024-09-04T16:22:35.629Z Checking serde_json v1.0.125
31592024-09-04T16:22:35.629Z Checking toml_datetime v0.6.8
31602024-09-04T16:22:35.653Z Checking serde_spanned v0.6.7
31612024-09-04T16:22:35.653Z Checking camino v1.1.9
31622024-09-04T16:22:35.653Z Checking cargo-platform v0.1.8
31632024-09-04T16:22:35.653Z Checking semver v1.0.23
31642024-09-04T16:22:35.814Z Checking macaddr v1.0.1
31652024-09-04T16:22:35.931Z Checking toml_edit v0.22.20
31662024-09-04T16:22:35.978Z Checking clap v4.5.16
31672024-09-04T16:22:36.143Z Checking camino-tempfile v1.1.1
31682024-09-04T16:22:36.810Z Checking dof v0.3.0
31692024-09-04T16:22:36.810Z Checking cargo_metadata v0.18.1
31702024-09-04T16:22:37.287Z Checking usdt-impl v0.5.0
31712024-09-04T16:22:37.696Z Checking usdt v0.5.0
31722024-09-04T16:22:38.051Z Checking toml v0.8.19
31732024-09-04T16:22:38.601Z Checking cargo_toml v0.20.4
31742024-09-04T16:22:40.102Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31752024-09-04T16:22:40.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.95s
31762024-09-04T16:22:40.973Z
31772024-09-04T16:22:40.973Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31782024-09-04T16:22:41.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-09-04T16:22:41.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-09-04T16:22:41.969Z Checking polyval v0.6.2
31812024-09-04T16:22:41.970Z Checking rfc6979 v0.4.0
31822024-09-04T16:22:42.016Z Checking primeorder v0.13.6
31832024-09-04T16:22:42.041Z Checking ctr v0.9.2
31842024-09-04T16:22:42.041Z Checking ed25519 v2.2.3
31852024-09-04T16:22:42.041Z Checking ssh-encoding v0.2.0
31862024-09-04T16:22:42.041Z Checking blowfish v0.9.1
31872024-09-04T16:22:42.041Z Checking password-hash v0.4.2
31882024-09-04T16:22:42.163Z Checking ecdsa v0.16.9
31892024-09-04T16:22:42.217Z Checking ghash v0.5.1
31902024-09-04T16:22:42.279Z Checking bcrypt-pbkdf v0.10.0
31912024-09-04T16:22:42.323Z Checking ed25519-dalek v2.1.1
31922024-09-04T16:22:42.354Z Checking matches v0.1.10
31932024-09-04T16:22:42.378Z Checking aes-gcm v0.10.3
31942024-09-04T16:22:42.402Z Compiling enum-as-inner v0.5.1
31952024-09-04T16:22:42.437Z Checking pbkdf2 v0.11.0
31962024-09-04T16:22:42.460Z Checking idna v0.2.3
31972024-09-04T16:22:42.461Z Checking russh-cryptovec v0.7.2
31982024-09-04T16:22:42.509Z Checking md5 v0.7.0
31992024-09-04T16:22:42.583Z Checking ssh-cipher v0.2.0
32002024-09-04T16:22:42.653Z Checking num-bigint v0.4.5
32012024-09-04T16:22:42.677Z Checking des v0.8.1
32022024-09-04T16:22:42.701Z Compiling dhcproto-macros v0.1.0
32032024-09-04T16:22:42.752Z Checking hex-literal v0.4.1
32042024-09-04T16:22:42.787Z Checking p256 v0.13.2
32052024-09-04T16:22:42.842Z Checking ssh-key v0.6.6
32062024-09-04T16:22:42.875Z Checking p521 v0.13.3
32072024-09-04T16:22:42.915Z Checking p384 v0.13.0
32082024-09-04T16:22:43.111Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32092024-09-04T16:22:43.197Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32102024-09-04T16:22:43.259Z Checking trust-dns-proto v0.22.0
32112024-09-04T16:22:43.516Z Checking internet-checksum v0.2.1
32122024-09-04T16:22:44.174Z Checking russh-keys v0.45.0
32132024-09-04T16:22:45.245Z Checking russh v0.45.0
32142024-09-04T16:22:46.280Z Checking dhcproto v0.12.0
32152024-09-04T16:23:06.903Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32162024-09-04T16:23:08.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s
32172024-09-04T16:23:08.703Z
32182024-09-04T16:23:08.703Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32192024-09-04T16:23:09.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-09-04T16:23:09.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-09-04T16:23:09.532Z Checking termios v0.3.3
32222024-09-04T16:23:09.710Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32232024-09-04T16:23:10.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
32242024-09-04T16:23:10.768Z
32252024-09-04T16:23:10.768Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32262024-09-04T16:23:11.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-09-04T16:23:11.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-09-04T16:23:11.667Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32292024-09-04T16:23:14.004Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32302024-09-04T16:23:16.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
32312024-09-04T16:23:16.260Z
32322024-09-04T16:23:16.260Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32332024-09-04T16:23:16.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-09-04T16:23:17.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-09-04T16:23:17.081Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32362024-09-04T16:23:17.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
32372024-09-04T16:23:17.687Z
32382024-09-04T16:23:17.687Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32392024-09-04T16:23:18.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402024-09-04T16:23:18.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412024-09-04T16:23:18.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422024-09-04T16:23:18.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32432024-09-04T16:23:18.487Z
32442024-09-04T16:23:18.487Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32452024-09-04T16:23:19.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462024-09-04T16:23:19.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472024-09-04T16:23:19.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482024-09-04T16:23:19.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32492024-09-04T16:23:19.271Z
32502024-09-04T16:23:19.271Zinfo: running `cargo check --bins` on omicron-package (153/158)
32512024-09-04T16:23:20.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522024-09-04T16:23:20.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532024-09-04T16:23:20.117Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32542024-09-04T16:23:21.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
32552024-09-04T16:23:21.683Z
32562024-09-04T16:23:21.683Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32572024-09-04T16:23:22.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582024-09-04T16:23:22.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592024-09-04T16:23:22.596Z Checking rtoolbox v0.0.2
32602024-09-04T16:23:22.620Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32612024-09-04T16:23:22.620Z Checking tui-tree-widget v0.22.0
32622024-09-04T16:23:22.777Z Checking rpassword v7.3.1
32632024-09-04T16:23:27.732Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32642024-09-04T16:23:31.248Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32652024-09-04T16:23:32.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
32662024-09-04T16:23:32.738Z
32672024-09-04T16:23:32.738Zinfo: running `cargo check --bins` on wicket (155/158)
32682024-09-04T16:23:33.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692024-09-04T16:23:33.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702024-09-04T16:23:33.627Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32712024-09-04T16:23:33.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
32722024-09-04T16:23:34.124Z
32732024-09-04T16:23:34.125Zinfo: running `cargo check --bins` on wicketd (156/158)
32742024-09-04T16:23:34.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752024-09-04T16:23:34.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762024-09-04T16:23:35.030Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32772024-09-04T16:23:39.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
32782024-09-04T16:23:39.446Z
32792024-09-04T16:23:39.446Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32802024-09-04T16:23:40.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812024-09-04T16:23:40.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822024-09-04T16:23:40.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832024-09-04T16:23:40.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32842024-09-04T16:23:40.228Z
32852024-09-04T16:23:40.228Zinfo: running `cargo check --bins` on zone-setup (158/158)
32862024-09-04T16:23:41.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872024-09-04T16:23:41.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882024-09-04T16:23:41.163Z Checking uzers v0.11.3
32892024-09-04T16:23:41.448Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32902024-09-04T16:23:42.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
32912024-09-04T16:23:42.899Z
32922024-09-04T16:23:42.899Zreal 12:29.559746993
32932024-09-04T16:23:42.899Zuser 22:40.277758462
32942024-09-04T16:23:42.899Zsys 5:22.327000100
32952024-09-04T16:23:42.899Ztrap 0.518018198
32962024-09-04T16:23:42.899Ztflt 1.606996200
32972024-09-04T16:23:42.899Zdflt 2.631162431
32982024-09-04T16:23:42.899Zkflt 0.001167264
32992024-09-04T16:23:42.923Zlock 42:23.183801520
33002024-09-04T16:23:42.923Zslp 1:58:30.671320686
33012024-09-04T16:23:42.923Zlat 1:03.112351786
33022024-09-04T16:23:42.923Zstop 2:43.021423451
33032024-09-04T16:23:42.923Zprocess exited: duration 973537 ms, exit code 0
 
33042024-09-04T16:23:42.972Zfound 0 output files