01J5CK6YH3R0N4TYF7ME5HGE4T: 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: 01J5CK8KKKB6V7HMKK3H3V4SBE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-16T03:33:17.540Zjob assigned to worker 01J5CKWPY6DMABK80YF4EYXJP5 (queued for 11 m 51 s)
 
22024-08-16T03:33:25.148Zstarting task 0: "setup"
32024-08-16T03:33:25.175Z++ uname -s
42024-08-16T03:33:25.178Z+ kern=SunOS
52024-08-16T03:33:25.178Z+ case "$kern" in
62024-08-16T03:33:25.178Z+ groupadd -g 12345 build
72024-08-16T03:33:25.180Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-16T03:33:27.190Z+ zfs create -o mountpoint=/work rpool/work
92024-08-16T03:33:27.320Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-16T03:33:27.322Z+ home_fs=zfs
112024-08-16T03:33:27.322Z+ [[ zfs == autofs ]]
122024-08-16T03:33:27.322Z+ mkdir -p /home/build
132024-08-16T03:33:27.325Z+ chown build:build /home/build /work
142024-08-16T03:33:29.325Z+ chmod 0700 /home/build /work
152024-08-16T03:33:29.328Zprocess exited: duration 4183 ms, exit code 0
 
162024-08-16T03:33:29.334Zstarting task 1: "rust-toolchain"
172024-08-16T03:33:29.340Z+ printf ' * toolchain channel = "%s"
182024-08-16T03:33:29.340Z' 1.80.1
192024-08-16T03:33:29.340Z+ printf ' * toolchain profile = "%s"
202024-08-16T03:33:29.340Z' default
212024-08-16T03:33:29.340Z * toolchain channel = "1.80.1"
222024-08-16T03:33:29.340Z * toolchain profile = "default"
232024-08-16T03:33:29.343Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-16T03:33:29.343Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-16T03:33:29.441Zinfo: downloading installer
262024-08-16T03:33:30.964Zinfo: profile set to 'default'
272024-08-16T03:33:30.965Zinfo: default host triple is x86_64-unknown-illumos
282024-08-16T03:33:30.965Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-16T03:33:31.113Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-16T03:33:31.113Zinfo: downloading component 'cargo'
312024-08-16T03:33:31.915Zinfo: downloading component 'clippy'
322024-08-16T03:33:32.200Zinfo: downloading component 'rust-docs'
332024-08-16T03:33:33.314Zinfo: downloading component 'rust-std'
342024-08-16T03:33:34.915Zinfo: downloading component 'rustc'
352024-08-16T03:33:39.295Zinfo: downloading component 'rustfmt'
362024-08-16T03:33:39.527Zinfo: installing component 'cargo'
372024-08-16T03:33:40.340Zinfo: installing component 'clippy'
382024-08-16T03:33:40.730Zinfo: installing component 'rust-docs'
392024-08-16T03:33:42.241Zinfo: installing component 'rust-std'
402024-08-16T03:33:44.095Zinfo: installing component 'rustc'
412024-08-16T03:33:48.085Zinfo: installing component 'rustfmt'
422024-08-16T03:33:48.427Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-16T03:33:48.427Z
442024-08-16T03:33:48.726Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-16T03:33:48.726Z
462024-08-16T03:33:48.726Z
472024-08-16T03:33:48.726ZRust is installed now. Great!
482024-08-16T03:33:48.726Z
492024-08-16T03:33:48.726ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-16T03:33:48.730Zenvironment variable. This has not been done automatically.
512024-08-16T03:33:48.730Z
522024-08-16T03:33:48.730ZTo configure your current shell, you need to source
532024-08-16T03:33:48.730Zthe corresponding env file under $HOME/.cargo.
542024-08-16T03:33:48.730Z
552024-08-16T03:33:48.731ZThis is usually done by running one of the following (note the leading DOT):
562024-08-16T03:33:48.731Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-16T03:33:48.731Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-16T03:33:48.792Z+ rustc --version
592024-08-16T03:33:48.852Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-16T03:33:48.855Zprocess exited: duration 19519 ms, exit code 0
 
612024-08-16T03:33:48.864Zstarting task 2: "authentication"
622024-08-16T03:33:48.880Zprocess exited: duration 19 ms, exit code 0
 
632024-08-16T03:33:48.886Zstarting task 3: "clone repository"
642024-08-16T03:33:48.890Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-16T03:33:48.893Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-16T03:33:49.082ZCloning into '/work/oxidecomputer/omicron'...
672024-08-16T03:33:54.419Z+ cd /work/oxidecomputer/omicron
682024-08-16T03:33:54.419Z+ git fetch origin f6a6b398a6c4f2b807aa11ef8d15157c11490621
692024-08-16T03:33:54.714ZFrom https://github.com/oxidecomputer/omicron
702024-08-16T03:33:54.714Z * branch f6a6b398a6c4f2b807aa11ef8d15157c11490621 -> FETCH_HEAD
712024-08-16T03:33:54.723Z+ [[ -n renovate/tokio-1.x ]]
722024-08-16T03:33:54.725Z++ git branch --show-current
732024-08-16T03:33:54.727Z+ current=main
742024-08-16T03:33:54.727Z+ [[ main != renovate/tokio-1.x ]]
752024-08-16T03:33:54.728Z+ git branch -f renovate/tokio-1.x f6a6b398a6c4f2b807aa11ef8d15157c11490621
762024-08-16T03:33:54.730Z+ git checkout -f renovate/tokio-1.x
772024-08-16T03:33:54.872ZSwitched to branch 'renovate/tokio-1.x'
782024-08-16T03:33:54.874Z+ git reset --hard f6a6b398a6c4f2b807aa11ef8d15157c11490621
792024-08-16T03:33:55.011ZHEAD is now at f6a6b398a Update Rust crate tokio to 1.39.2
802024-08-16T03:33:55.014Zprocess exited: duration 6126 ms, exit code 0
 
812024-08-16T03:33:55.019Zstarting task 4: "build"
822024-08-16T03:33:55.024Z+ cargo --version
832024-08-16T03:33:55.077Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-16T03:33:55.079Z+ rustc --version
852024-08-16T03:33:55.134Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-16T03:33:55.136Z+ source ./env.sh
872024-08-16T03:33:55.136Z++ OLD_SHELL_OPTS=ehxB
882024-08-16T03:33:55.136Z++ set -o xtrace
892024-08-16T03:33:55.139Z++++ dirname ./env.sh
902024-08-16T03:33:55.177Z+++ readlink -f .
912024-08-16T03:33:55.210Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-16T03:33:55.210Z++ 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-08-16T03:33:55.213Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-16T03:33:55.213Z++ 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-08-16T03:33:55.213Z++ 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-08-16T03:33:55.213Z++ 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-08-16T03:33:55.213Z++ 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-08-16T03:33:55.213Z++ 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-08-16T03:33:55.213Z++ 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-08-16T03:33:55.213Z++ case $OLD_SHELL_OPTS in
1012024-08-16T03:33:55.213Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-16T03:33:55.213Z+ 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-08-16T03:33:55.213Z+ 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-08-16T03:33:55.213Z+ banner prerequisites
1052024-08-16T03:33:55.213Z
1062024-08-16T03:33:55.213Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-16T03:33:55.214Z # # # # # # # # # # # # # # #
1082024-08-16T03:33:55.214Z # # # # ##### # # ##### # # # # # #### #
1092024-08-16T03:33:55.214Z ##### ##### # ##### # # # # # # # # #
1102024-08-16T03:33:55.214Z # # # # # # # # # # # # # # #
1112024-08-16T03:33:55.214Z # # # ###### # # ###### ### # #### # #### #
1122024-08-16T03:33:55.214Z
1132024-08-16T03:33:55.214Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-16T03:34:04.126Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-16T03:34:06.333Z Startup: Caching catalogs ... Done
1162024-08-16T03:34:08.168ZPlanning: Solver setup ... Done (1.208s)
1172024-08-16T03:34:08.189ZPlanning: Running solver ... Done (0.021s)
1182024-08-16T03:34:08.229ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-16T03:34:08.285ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-16T03:34:10.073ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-16T03:34:10.222ZPlanning: Package planning ... Done (0.149s)
1222024-08-16T03:34:10.274ZPlanning: Merging actions ... Done (0.051s)
1232024-08-16T03:34:11.378ZPlanning: Checking for conflicting actions ... Done (1.104s)
1242024-08-16T03:34:11.389ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-16T03:34:15.659ZPlanning: Evaluating mediators ... Done (4.270s)
1262024-08-16T03:34:15.671ZPlanning: Planning completed in 9.27 seconds
1272024-08-16T03:34:17.221Z Packages to install: 4
1282024-08-16T03:34:17.221Z Mediators to change: 2
1292024-08-16T03:34:17.221Z Services to change: 1
1302024-08-16T03:34:17.223Z Estimated space available: 155.72 GB
1312024-08-16T03:34:17.223ZEstimated space to be consumed: 1.48 GB
1322024-08-16T03:34:17.223Z Create boot environment: No
1332024-08-16T03:34:17.223ZCreate backup boot environment: No
1342024-08-16T03:34:17.223Z Rebuild boot archive: No
1352024-08-16T03:34:17.223Z
1362024-08-16T03:34:17.223ZChanged mediators:
1372024-08-16T03:34:17.223Z mediator clang:
1382024-08-16T03:34:17.223Z version: None -> 15 (system default)
1392024-08-16T03:34:17.224Z
1402024-08-16T03:34:17.224Z mediator llvm:
1412024-08-16T03:34:17.224Z version: 14 (system default) -> 15 (system default)
1422024-08-16T03:34:17.224Z
1432024-08-16T03:34:17.224ZChanged packages:
1442024-08-16T03:34:17.224Zhelios-dev
1452024-08-16T03:34:17.224Z developer/build-essential
1462024-08-16T03:34:17.224Z None -> 11-2.0
1472024-08-16T03:34:17.224Z library/libxmlsec1
1482024-08-16T03:34:17.224Z None -> 1.2.35-2.0
1492024-08-16T03:34:17.224Z ooce/developer/clang-15
1502024-08-16T03:34:17.224Z None -> 15.0.7-2.0
1512024-08-16T03:34:17.224Z ooce/developer/llvm-15
1522024-08-16T03:34:17.224Z None -> 15.0.7-2.0
1532024-08-16T03:34:17.224Z
1542024-08-16T03:34:17.224ZServices:
1552024-08-16T03:34:17.224Z restart_fmri:
1562024-08-16T03:34:17.224Z svc:/system/update-man-index:default
1572024-08-16T03:34:17.412Z
1582024-08-16T03:34:17.412ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-16T03:34:22.480ZDownload: 172/3290 items 0.5/212.6MB 0% complete (162k/s)
1602024-08-16T03:34:33.157ZDownload: 205/3290 items 1.3/212.6MB 0% complete (178k/s)
1612024-08-16T03:34:47.536ZDownload: 210/3290 items 1.3/212.6MB 0% complete
1622024-08-16T03:34:52.870ZDownload: 1193/3290 items 74.1/212.6MB 34% complete (14.7M/s)
1632024-08-16T03:34:57.888ZDownload: 1516/3290 items 117.5/212.6MB 55% complete (11.9M/s)
1642024-08-16T03:35:02.893ZDownload: 2958/3290 items 121.2/212.6MB 57% complete (4.8M/s)
1652024-08-16T03:35:09.636ZDownload: 3248/3290 items 203.1/212.6MB 95% complete (8.9M/s)
1662024-08-16T03:35:11.620ZDownload: Completed 212.60 MB in 54.20 seconds (3.9M/s)
1672024-08-16T03:35:11.821Z Actions: 1/3689 actions (Installing new actions)
1682024-08-16T03:35:16.895Z Actions: 3565/3689 actions (Installing new actions)
1692024-08-16T03:35:17.039Z Actions: Completed 3689 actions in 5.22 seconds.
1702024-08-16T03:35:17.302Z Done (0.260s)
1712024-08-16T03:35:17.302Z Done (0.000s)
1722024-08-16T03:35:17.663Z Done (0.359s)
1732024-08-16T03:35:23.181Z Done (5.344s)
1742024-08-16T03:35:23.312Z Done (0.068s)
1752024-08-16T03:35:23.315Z Done (0.000s)
1762024-08-16T03:35:23.467Z Done (0.000s)
1772024-08-16T03:35:24.036ZPlanning: Evaluating mediator changes ... Done
1782024-08-16T03:35:24.194ZPlanning: Checking for conflicting actions ... Done
1792024-08-16T03:35:24.196ZPlanning: Consolidating action changes ... Done
1802024-08-16T03:35:24.454ZPlanning: Evaluating mediators ... Done
1812024-08-16T03:35:24.457ZPlanning: Planning completed in 0.42 seconds
1822024-08-16T03:35:24.487Z Mediators to change: 2
1832024-08-16T03:35:24.487Z Create boot environment: No
1842024-08-16T03:35:24.489ZCreate backup boot environment: No
1852024-08-16T03:35:24.563Z Done
1862024-08-16T03:35:24.563Z Done
1872024-08-16T03:35:24.787Z Done
1882024-08-16T03:35:28.173Z Done
1892024-08-16T03:35:28.257Z Done
1902024-08-16T03:35:28.257Z Done
1912024-08-16T03:35:28.371Z Done
1922024-08-16T03:35:28.959ZPlanning: Evaluating mediator changes ... Done
1932024-08-16T03:35:28.961ZPlanning: Merging actions ... Done
1942024-08-16T03:35:29.145ZPlanning: Checking for conflicting actions ... Done
1952024-08-16T03:35:29.149ZPlanning: Consolidating action changes ... Done
1962024-08-16T03:35:29.406ZPlanning: Evaluating mediators ... Done
1972024-08-16T03:35:29.461ZPlanning: Planning completed in 0.74 seconds
1982024-08-16T03:35:29.495Z Packages to change: 1
1992024-08-16T03:35:29.495Z Mediators to change: 1
2002024-08-16T03:35:29.497Z Services to change: 1
2012024-08-16T03:35:29.497Z Create boot environment: No
2022024-08-16T03:35:29.497ZCreate backup boot environment: Yes
2032024-08-16T03:35:31.427Z Actions: 1/6 actions (Updating modified actions)
2042024-08-16T03:35:31.431Z Actions: Completed 6 actions in 0.00 seconds.
2052024-08-16T03:35:31.431Z Done
2062024-08-16T03:35:31.431Z Done
2072024-08-16T03:35:31.504Z Done
2082024-08-16T03:35:35.010Z Done
2092024-08-16T03:35:35.097Z Done
2102024-08-16T03:35:35.103Z Done
2112024-08-16T03:35:35.221Z Done
2122024-08-16T03:35:35.649ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132024-08-16T03:35:35.649Zclang system 15 system
2142024-08-16T03:35:35.649Zcsh system system illumos
2152024-08-16T03:35:35.649Zctags system system illumos
2162024-08-16T03:35:35.649Zgcc vendor 12 vendor
2172024-08-16T03:35:35.649Zgcc system 10 system
2182024-08-16T03:35:35.649Zgcc system 7 system
2192024-08-16T03:35:35.649Zgo system 1.20 system
2202024-08-16T03:35:35.649Zgo system 1.19 system
2212024-08-16T03:35:35.649Zllvm system 15 system
2222024-08-16T03:35:35.649Zllvm system 14 system
2232024-08-16T03:35:35.649Zmariadb system 10.6 system
2242024-08-16T03:35:35.649Zmta vendor vendor dma
2252024-08-16T03:35:35.649Zopenjdk system 17 system
2262024-08-16T03:35:35.649Zopenjdk system 11 system
2272024-08-16T03:35:35.650Zopenjdk system 1.8 system
2282024-08-16T03:35:35.650Zopenssl vendor 3 vendor
2292024-08-16T03:35:35.650Zperl system 5.36 system
2302024-08-16T03:35:35.650Zpostgresql system 15 system
2312024-08-16T03:35:35.650Zpostgresql system 13 system
2322024-08-16T03:35:35.650Zpython vendor 3 vendor
2332024-08-16T03:35:35.650Zpython system 2 system
2342024-08-16T03:35:35.650Zpython3 system 3.11 system
2352024-08-16T03:35:35.650Zruby system 3.0 system
2362024-08-16T03:35:35.650Zwords vendor vendor american-english
2372024-08-16T03:35:35.650Zwords system system australian-english
2382024-08-16T03:35:35.650Zwords system system british-english
2392024-08-16T03:35:35.651Zwords system system canadian-english
2402024-08-16T03:35:35.651Zwords system system french
2412024-08-16T03:35:35.651Zwords system system italian
2422024-08-16T03:35:35.651Zwords system system ngerman
2432024-08-16T03:35:35.651Zwords system system ogerman
2442024-08-16T03:35:35.651Zwords system system spanish
2452024-08-16T03:35:35.966ZPUBLISHER TYPE STATUS P LOCATION
2462024-08-16T03:35:35.966Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2472024-08-16T03:35:37.656ZFMRI IFO
2482024-08-16T03:35:37.656Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2492024-08-16T03:35:37.657Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2502024-08-16T03:35:37.657Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2512024-08-16T03:35:37.657Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2522024-08-16T03:35:37.657Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2532024-08-16T03:35:37.657Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2542024-08-16T03:35:37.657Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2552024-08-16T03:35:37.657Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562024-08-16T03:35:37.657Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2572024-08-16T03:35:37.657Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582024-08-16T03:35:37.657Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2592024-08-16T03:35:37.657Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602024-08-16T03:35:38.225Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612024-08-16T03:35:38.480Z Updating git repository `https://github.com/oxidecomputer/zone`
2622024-08-16T03:35:38.785Z Updating crates.io index
2632024-08-16T03:35:38.820Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2642024-08-16T03:35:39.458Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652024-08-16T03:35:40.153Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2662024-08-16T03:35:40.425Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2672024-08-16T03:35:41.942Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682024-08-16T03:35:42.171Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692024-08-16T03:35:42.467Z Updating git repository `https://github.com/oxidecomputer/propolis`
2702024-08-16T03:35:43.664Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712024-08-16T03:35:45.531Z Updating git repository `https://github.com/oxidecomputer/opte`
2722024-08-16T03:35:46.462Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732024-08-16T03:35:47.102Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2742024-08-16T03:35:47.377Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2752024-08-16T03:35:47.875Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2762024-08-16T03:35:48.265Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2772024-08-16T03:35:48.710Z Updating git repository `https://github.com/oxidecomputer/tofino`
2782024-08-16T03:35:48.998Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792024-08-16T03:35:49.220Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802024-08-16T03:35:49.451Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812024-08-16T03:35:49.694Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822024-08-16T03:35:49.972Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2832024-08-16T03:35:50.360Z Updating git repository `https://github.com/oxidecomputer/ispf`
2842024-08-16T03:35:50.744Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2852024-08-16T03:35:50.971Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2862024-08-16T03:35:51.401Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2872024-08-16T03:35:51.814Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2882024-08-16T03:35:52.173Z Updating git repository `https://github.com/oxidecomputer/typify`
2892024-08-16T03:35:54.342Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2902024-08-16T03:35:54.598Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2912024-08-16T03:35:54.819Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2922024-08-16T03:35:55.163Z Updating git repository `https://github.com/oxidecomputer/rfb`
2932024-08-16T03:35:56.342Z Downloading crates ...
2942024-08-16T03:35:56.425Z Downloaded proc-macro-error-attr v1.0.4
2952024-08-16T03:35:56.428Z Downloaded pretty-hex v0.4.1
2962024-08-16T03:35:56.428Z Downloaded is_terminal_polyfill v1.70.0
2972024-08-16T03:35:56.431Z Downloaded dtrace-parser v0.2.0
2982024-08-16T03:35:56.431Z Downloaded scroll_derive v0.12.0
2992024-08-16T03:35:56.444Z Downloaded digest v0.10.7
3002024-08-16T03:35:56.446Z Downloaded anstyle-parse v0.2.4
3012024-08-16T03:35:56.449Z Downloaded clap_lex v0.7.0
3022024-08-16T03:35:56.449Z Downloaded cfg-if v1.0.0
3032024-08-16T03:35:56.451Z Downloaded fs-err v2.11.0
3042024-08-16T03:35:56.453Z Downloaded errno v0.3.9
3052024-08-16T03:35:56.456Z Downloaded thiserror-impl v1.0.63
3062024-08-16T03:35:56.456Z Downloaded heck v0.5.0
3072024-08-16T03:35:56.458Z Downloaded heck v0.4.1
3082024-08-16T03:35:56.458Z Downloaded memmap v0.7.0
3092024-08-16T03:35:56.461Z Downloaded cpufeatures v0.2.12
3102024-08-16T03:35:56.461Z Downloaded thiserror v1.0.63
3112024-08-16T03:35:56.464Z Downloaded cargo_metadata v0.18.1
3122024-08-16T03:35:56.467Z Downloaded tabled_derive v0.7.0
3132024-08-16T03:35:56.467Z Downloaded serde_tokenstream v0.2.2
3142024-08-16T03:35:56.469Z Downloaded utf8parse v0.2.1
3152024-08-16T03:35:56.472Z Downloaded macaddr v1.0.1
3162024-08-16T03:35:56.472Z Downloaded strsim v0.11.1
3172024-08-16T03:35:56.475Z Downloaded anstream v0.6.14
3182024-08-16T03:35:56.478Z Downloaded camino v1.1.7
3192024-08-16T03:35:56.480Z Downloaded bytecount v0.6.8
3202024-08-16T03:35:56.483Z Downloaded usdt v0.5.0
3212024-08-16T03:35:56.486Z Downloaded quote v1.0.36
3222024-08-16T03:35:56.490Z Downloaded pest_derive v2.7.10
3232024-08-16T03:35:56.493Z Downloaded usdt-impl v0.5.0
3242024-08-16T03:35:56.495Z Downloaded anyhow v1.0.86
3252024-08-16T03:35:56.499Z Downloaded equivalent v1.0.1
3262024-08-16T03:35:56.503Z Downloaded ryu v1.0.18
3272024-08-16T03:35:56.506Z Downloaded typenum v1.17.0
3282024-08-16T03:35:56.516Z Downloaded usdt-macro v0.5.0
3292024-08-16T03:35:56.522Z Downloaded anstyle v1.0.8
3302024-08-16T03:35:56.524Z Downloaded pest_meta v2.7.10
3312024-08-16T03:35:56.527Z Downloaded toml v0.8.19
3322024-08-16T03:35:56.529Z Downloaded bitflags v2.6.0
3332024-08-16T03:35:56.532Z Downloaded usdt-attr-macro v0.5.0
3342024-08-16T03:35:56.535Z Downloaded unicode-ident v1.0.12
3352024-08-16T03:35:56.538Z Downloaded cargo-platform v0.1.8
3362024-08-16T03:35:56.541Z Downloaded autocfg v1.3.0
3372024-08-16T03:35:56.541Z Downloaded colorchoice v1.0.1
3382024-08-16T03:35:56.543Z Downloaded cargo_toml v0.20.4
3392024-08-16T03:35:56.543Z Downloaded generic-array v0.14.7
3402024-08-16T03:35:56.545Z Downloaded fnv v1.0.7
3412024-08-16T03:35:56.546Z Downloaded dof v0.3.0
3422024-08-16T03:35:56.548Z Downloaded crypto-common v0.1.6
3432024-08-16T03:35:56.548Z Downloaded byteorder v1.5.0
3442024-08-16T03:35:56.550Z Downloaded block-buffer v0.10.4
3452024-08-16T03:35:56.550Z Downloaded pest_generator v2.7.10
3462024-08-16T03:35:56.558Z Downloaded plain v0.2.3
3472024-08-16T03:35:56.573Z Downloaded version_check v0.9.5
3482024-08-16T03:35:56.575Z Downloaded toml_datetime v0.6.8
3492024-08-16T03:35:56.575Z Downloaded serde_spanned v0.6.7
3502024-08-16T03:35:56.578Z Downloaded papergrid v0.11.0
3512024-08-16T03:35:56.580Z Downloaded swrite v0.1.0
3522024-08-16T03:35:56.583Z Downloaded semver v1.0.23
3532024-08-16T03:35:56.583Z Downloaded itoa v1.0.11
3542024-08-16T03:35:56.586Z Downloaded clap_derive v4.5.13
3552024-08-16T03:35:56.589Z Downloaded anstyle-query v1.0.3
3562024-08-16T03:35:56.589Z Downloaded thread-id v4.2.1
3572024-08-16T03:35:56.589Z Downloaded terminal_size v0.3.0
3582024-08-16T03:35:56.592Z Downloaded scroll v0.12.0
3592024-08-16T03:35:56.592Z Downloaded once_cell v1.19.0
3602024-08-16T03:35:56.595Z Downloaded sha2 v0.10.8
3612024-08-16T03:35:56.597Z Downloaded proc-macro-error v1.0.4
3622024-08-16T03:35:56.603Z Downloaded clap v4.5.15
3632024-08-16T03:35:56.610Z Downloaded zerocopy-derive v0.7.34
3642024-08-16T03:35:56.614Z Downloaded serde_derive v1.0.207
3652024-08-16T03:35:56.617Z Downloaded serde v1.0.207
3662024-08-16T03:35:56.619Z Downloaded memchr v2.7.2
3672024-08-16T03:35:56.624Z Downloaded ucd-trie v0.1.6
3682024-08-16T03:35:56.629Z Downloaded log v0.4.21
3692024-08-16T03:35:56.633Z Downloaded proc-macro2 v1.0.86
3702024-08-16T03:35:56.654Z Downloaded indexmap v2.4.0
3712024-08-16T03:35:56.678Z Downloaded zerocopy v0.7.34
3722024-08-16T03:35:56.691Z Downloaded serde_json v1.0.125
3732024-08-16T03:35:56.697Z Downloaded winnow v0.6.18
3742024-08-16T03:35:56.705Z Downloaded toml_edit v0.22.20
3752024-08-16T03:35:56.724Z Downloaded pest v2.7.10
3762024-08-16T03:35:56.729Z Downloaded hashbrown v0.14.5
3772024-08-16T03:35:56.734Z Downloaded goblin v0.8.2
3782024-08-16T03:35:56.739Z Downloaded tabled v0.15.0
3792024-08-16T03:35:56.753Z Downloaded clap_builder v4.5.15
3802024-08-16T03:35:56.759Z Downloaded syn v2.0.74
3812024-08-16T03:35:56.769Z Downloaded syn v1.0.109
3822024-08-16T03:35:56.778Z Downloaded rustix v0.38.34
3832024-08-16T03:35:56.798Z Downloaded unicode-width v0.1.13
3842024-08-16T03:35:56.815Z Downloaded libc v0.2.155
3852024-08-16T03:35:57.107Z Compiling proc-macro2 v1.0.86
3862024-08-16T03:35:57.107Z Compiling unicode-ident v1.0.12
3872024-08-16T03:35:57.109Z Compiling version_check v0.9.5
3882024-08-16T03:35:57.109Z Compiling serde v1.0.207
3892024-08-16T03:35:57.109Z Compiling memchr v2.7.2
3902024-08-16T03:35:57.109Z Compiling thiserror v1.0.63
3912024-08-16T03:35:57.109Z Compiling libc v0.2.155
3922024-08-16T03:35:57.109Z Compiling ryu v1.0.18
3932024-08-16T03:35:57.347Z Compiling itoa v1.0.11
3942024-08-16T03:35:57.577Z Compiling ucd-trie v0.1.6
3952024-08-16T03:35:57.962Z Compiling once_cell v1.19.0
3962024-08-16T03:35:58.037Z Compiling byteorder v1.5.0
3972024-08-16T03:35:58.355Z Compiling serde_json v1.0.125
3982024-08-16T03:35:59.050Z Compiling usdt-impl v0.5.0
3992024-08-16T03:35:59.053Z Compiling proc-macro-error-attr v1.0.4
4002024-08-16T03:35:59.053Z Compiling rustix v0.38.34
4012024-08-16T03:35:59.107Z Compiling syn v1.0.109
4022024-08-16T03:35:59.111Z Compiling proc-macro-error v1.0.4
4032024-08-16T03:35:59.382Z Compiling hashbrown v0.14.5
4042024-08-16T03:35:59.406Z Compiling equivalent v1.0.1
4052024-08-16T03:35:59.481Z Compiling bitflags v2.6.0
4062024-08-16T03:35:59.518Z Compiling utf8parse v0.2.1
4072024-08-16T03:35:59.655Z Compiling log v0.4.21
4082024-08-16T03:35:59.772Z Compiling plain v0.2.3
4092024-08-16T03:35:59.876Z Compiling thread-id v4.2.1
4102024-08-16T03:35:59.903Z Compiling anstyle-parse v0.2.4
4112024-08-16T03:35:59.929Z Compiling quote v1.0.36
4122024-08-16T03:36:00.039Z Compiling camino v1.1.7
4132024-08-16T03:36:00.098Z Compiling anstyle v1.0.8
4142024-08-16T03:36:00.270Z Compiling autocfg v1.3.0
4152024-08-16T03:36:00.370Z Compiling syn v2.0.74
4162024-08-16T03:36:00.586Z Compiling errno v0.3.9
4172024-08-16T03:36:00.683Z Compiling indexmap v2.4.0
4182024-08-16T03:36:00.725Z Compiling anstyle-query v1.0.3
4192024-08-16T03:36:00.831Z Compiling semver v1.0.23
4202024-08-16T03:36:00.872Z Compiling colorchoice v1.0.1
4212024-08-16T03:36:01.024Z Compiling is_terminal_polyfill v1.70.0
4222024-08-16T03:36:01.149Z Compiling winnow v0.6.18
4232024-08-16T03:36:01.222Z Compiling pretty-hex v0.4.1
4242024-08-16T03:36:01.416Z Compiling fs-err v2.11.0
4252024-08-16T03:36:01.456Z Compiling anstream v0.6.14
4262024-08-16T03:36:01.833Z Compiling terminal_size v0.3.0
4272024-08-16T03:36:01.988Z Compiling fnv v1.0.7
4282024-08-16T03:36:02.019Z Compiling heck v0.4.1
4292024-08-16T03:36:02.043Z Compiling bytecount v0.6.8
4302024-08-16T03:36:02.121Z Compiling clap_lex v0.7.0
4312024-08-16T03:36:02.170Z Compiling anyhow v1.0.86
4322024-08-16T03:36:02.252Z Compiling heck v0.5.0
4332024-08-16T03:36:02.271Z Compiling unicode-width v0.1.13
4342024-08-16T03:36:02.501Z Compiling strsim v0.11.1
4352024-08-16T03:36:02.504Z Compiling papergrid v0.11.0
4362024-08-16T03:36:02.764Z Compiling memmap v0.7.0
4372024-08-16T03:36:02.978Z Compiling clap_builder v4.5.15
4382024-08-16T03:36:03.393Z Compiling swrite v0.1.0
4392024-08-16T03:36:05.536Z Compiling tabled_derive v0.7.0
4402024-08-16T03:36:06.840Z Compiling tabled v0.15.0
4412024-08-16T03:36:08.761Z Compiling serde_derive v1.0.207
4422024-08-16T03:36:08.761Z Compiling thiserror-impl v1.0.63
4432024-08-16T03:36:08.763Z Compiling zerocopy-derive v0.7.34
4442024-08-16T03:36:08.763Z Compiling scroll_derive v0.12.0
4452024-08-16T03:36:08.763Z Compiling clap_derive v4.5.13
4462024-08-16T03:36:09.907Z Compiling scroll v0.12.0
4472024-08-16T03:36:10.505Z Compiling goblin v0.8.2
4482024-08-16T03:36:10.572Z Compiling zerocopy v0.7.34
4492024-08-16T03:36:11.518Z Compiling pest v2.7.10
4502024-08-16T03:36:12.365Z Compiling clap v4.5.15
4512024-08-16T03:36:13.482Z Compiling pest_meta v2.7.10
4522024-08-16T03:36:14.308Z Compiling pest_generator v2.7.10
4532024-08-16T03:36:16.273Z Compiling pest_derive v2.7.10
4542024-08-16T03:36:17.040Z Compiling dtrace-parser v0.2.0
4552024-08-16T03:36:18.483Z Compiling serde_tokenstream v0.2.2
4562024-08-16T03:36:18.519Z Compiling toml_datetime v0.6.8
4572024-08-16T03:36:18.519Z Compiling serde_spanned v0.6.7
4582024-08-16T03:36:18.762Z Compiling cargo-platform v0.1.8
4592024-08-16T03:36:18.877Z Compiling toml_edit v0.22.20
4602024-08-16T03:36:19.033Z Compiling macaddr v1.0.1
4612024-08-16T03:36:19.834Z Compiling dof v0.3.0
4622024-08-16T03:36:19.834Z Compiling cargo_metadata v0.18.1
4632024-08-16T03:36:21.557Z Compiling usdt-attr-macro v0.5.0
4642024-08-16T03:36:21.557Z Compiling usdt-macro v0.5.0
4652024-08-16T03:36:21.756Z Compiling toml v0.8.19
4662024-08-16T03:36:22.577Z Compiling cargo_toml v0.20.4
4672024-08-16T03:36:22.828Z Compiling usdt v0.5.0
4682024-08-16T03:36:26.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4692024-08-16T03:36:29.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.80s
4702024-08-16T03:36:30.048Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4712024-08-16T03:36:30.592Z Downloading crates ...
4722024-08-16T03:36:30.702Z Downloaded adler v1.0.2
4732024-08-16T03:36:30.723Z Downloaded bitstruct v0.1.1
4742024-08-16T03:36:30.738Z Downloaded atty v0.2.14
4752024-08-16T03:36:30.738Z Downloaded async-stream-impl v0.3.5
4762024-08-16T03:36:30.738Z Downloaded crunchy v0.2.2
4772024-08-16T03:36:30.739Z Downloaded bit-vec v0.6.3
4782024-08-16T03:36:30.739Z Downloaded arrayref v0.3.7
4792024-08-16T03:36:30.746Z Downloaded cassowary v0.3.0
4802024-08-16T03:36:30.746Z Downloaded bb8 v0.8.5
4812024-08-16T03:36:30.746Z Downloaded is_ci v1.2.0
4822024-08-16T03:36:30.746Z Downloaded hyper-rustls v0.24.2
4832024-08-16T03:36:30.746Z Downloaded cbc v0.1.2
4842024-08-16T03:36:30.746Z Downloaded ciborium-ll v0.2.2
4852024-08-16T03:36:30.747Z Downloaded ipnetwork v0.20.0
4862024-08-16T03:36:30.754Z Downloaded indent_write v2.2.0
4872024-08-16T03:36:30.754Z Downloaded defmt v0.3.8
4882024-08-16T03:36:30.754Z Downloaded crc-catalog v2.4.0
4892024-08-16T03:36:30.754Z Downloaded cexpr v0.6.0
4902024-08-16T03:36:30.761Z Downloaded bitfield-struct v0.6.1
4912024-08-16T03:36:30.762Z Downloaded is-terminal v0.4.12
4922024-08-16T03:36:30.762Z Downloaded const_format_proc_macros v0.2.32
4932024-08-16T03:36:30.762Z Downloaded ciborium v0.2.2
4942024-08-16T03:36:30.771Z Downloaded opaque-debug v0.3.1
4952024-08-16T03:36:30.772Z Downloaded curve25519-dalek-derive v0.1.1
4962024-08-16T03:36:30.772Z Downloaded csv-core v0.1.11
4972024-08-16T03:36:30.773Z Downloaded addr2line v0.21.0
4982024-08-16T03:36:30.778Z Downloaded crc v3.2.1
4992024-08-16T03:36:30.778Z Downloaded oso-derive v0.27.3
5002024-08-16T03:36:30.784Z Downloaded inout v0.1.3
5012024-08-16T03:36:30.784Z Downloaded ident_case v1.0.1
5022024-08-16T03:36:30.784Z Downloaded lru-cache v0.1.2
5032024-08-16T03:36:30.784Z Downloaded cstr-argument v0.1.2
5042024-08-16T03:36:30.784Z Downloaded convert_case v0.4.0
5052024-08-16T03:36:30.785Z Downloaded linear-map v1.2.0
5062024-08-16T03:36:30.795Z Downloaded const-oid v0.9.6
5072024-08-16T03:36:30.795Z Downloaded num-iter v0.1.45
5082024-08-16T03:36:30.796Z Downloaded num v0.4.3
5092024-08-16T03:36:30.796Z Downloaded newtype-uuid v1.1.0
5102024-08-16T03:36:30.796Z Downloaded maybe-uninit v2.0.0
5112024-08-16T03:36:30.796Z Downloaded lazy_static v1.5.0
5122024-08-16T03:36:30.796Z Downloaded hubpack v0.1.2
5132024-08-16T03:36:30.796Z Downloaded num_enum_derive v0.5.11
5142024-08-16T03:36:30.808Z Downloaded ciborium-io v0.2.2
5152024-08-16T03:36:30.808Z Downloaded cfg_aliases v0.1.1
5162024-08-16T03:36:30.808Z Downloaded mockall v0.13.0
5172024-08-16T03:36:30.808Z Downloaded instability v0.3.2
5182024-08-16T03:36:30.808Z Downloaded num-derive v0.4.2
5192024-08-16T03:36:30.808Z Downloaded atomicwrites v0.4.3
5202024-08-16T03:36:30.808Z Downloaded bitstruct_derive v0.1.0
5212024-08-16T03:36:30.809Z Downloaded maplit v1.0.2
5222024-08-16T03:36:30.809Z Downloaded libefi-sys v0.1.0
5232024-08-16T03:36:30.816Z Downloaded keccak v0.1.5
5242024-08-16T03:36:30.816Z Downloaded crucible-workspace-hack v0.1.0
5252024-08-16T03:36:30.816Z Downloaded indoc v1.0.9
5262024-08-16T03:36:30.816Z Downloaded darling_macro v0.20.9
5272024-08-16T03:36:30.816Z Downloaded hyper-staticfile v0.9.5
5282024-08-16T03:36:30.816Z Downloaded colored v2.1.0
5292024-08-16T03:36:30.816Z Downloaded number_prefix v0.4.0
5302024-08-16T03:36:30.816Z Downloaded num_threads v0.1.7
5312024-08-16T03:36:30.822Z Downloaded normalize-line-endings v0.3.0
5322024-08-16T03:36:30.822Z Downloaded argon2 v0.5.3
5332024-08-16T03:36:30.822Z Downloaded new_debug_unreachable v1.0.6
5342024-08-16T03:36:30.822Z Downloaded newtype_derive v0.1.6
5352024-08-16T03:36:30.822Z Downloaded aho-corasick v1.1.3
5362024-08-16T03:36:30.829Z Downloaded chacha20 v0.9.1
5372024-08-16T03:36:30.829Z Downloaded sqlparser_derive v0.2.2
5382024-08-16T03:36:30.834Z Downloaded tower-service v0.3.2
5392024-08-16T03:36:30.834Z Downloaded lock_api v0.4.12
5402024-08-16T03:36:30.834Z Downloaded olpc-cjson v0.1.3
5412024-08-16T03:36:30.834Z Downloaded hyper-tls v0.5.0
5422024-08-16T03:36:30.834Z Downloaded data-encoding v2.6.0
5432024-08-16T03:36:30.838Z Downloaded schemars_derive v0.8.21
5442024-08-16T03:36:30.839Z Downloaded cipher v0.4.4
5452024-08-16T03:36:30.839Z Downloaded buf-list v1.0.3
5462024-08-16T03:36:30.842Z Downloaded memmap2 v0.9.4
5472024-08-16T03:36:30.847Z Downloaded bitflags v1.3.2
5482024-08-16T03:36:30.847Z Downloaded openssl-probe v0.1.5
5492024-08-16T03:36:30.851Z Downloaded waitgroup v0.1.2
5502024-08-16T03:36:30.851Z Downloaded cobs v0.2.3
5512024-08-16T03:36:30.851Z Downloaded termtree v0.4.1
5522024-08-16T03:36:30.851Z Downloaded castaway v0.2.3
5532024-08-16T03:36:30.858Z Downloaded thiserror-impl-no-std v2.0.2
5542024-08-16T03:36:30.858Z Downloaded bitfield v0.14.0
5552024-08-16T03:36:30.858Z Downloaded bit-set v0.5.3
5562024-08-16T03:36:30.858Z Downloaded num_enum v0.5.11
5572024-08-16T03:36:30.865Z Downloaded num-integer v0.1.46
5582024-08-16T03:36:30.869Z Downloaded mime v0.3.17
5592024-08-16T03:36:30.869Z Downloaded shell-words v1.1.0
5602024-08-16T03:36:30.869Z Downloaded memoffset v0.9.1
5612024-08-16T03:36:30.869Z Downloaded md-5 v0.10.6
5622024-08-16T03:36:30.869Z Downloaded match_cfg v0.1.0
5632024-08-16T03:36:30.873Z Downloaded darling_core v0.20.9
5642024-08-16T03:36:30.878Z Downloaded crossbeam-epoch v0.9.18
5652024-08-16T03:36:30.878Z Downloaded nodrop v0.1.14
5662024-08-16T03:36:30.887Z Downloaded fd-lock v4.0.2
5672024-08-16T03:36:30.888Z Downloaded diesel_table_macro_syntax v0.2.0
5682024-08-16T03:36:30.888Z Downloaded shlex v1.3.0
5692024-08-16T03:36:30.888Z Downloaded topological-sort v0.2.2
5702024-08-16T03:36:30.892Z Downloaded termios v0.3.3
5712024-08-16T03:36:30.892Z Downloaded num-traits v0.2.19
5722024-08-16T03:36:30.892Z Downloaded nibble_vec v0.1.0
5732024-08-16T03:36:30.893Z Downloaded nu-ansi-term v0.50.0
5742024-08-16T03:36:30.926Z Downloaded console v0.15.8
5752024-08-16T03:36:30.926Z Downloaded cancel-safe-futures v0.1.5
5762024-08-16T03:36:30.931Z Downloaded bcs v0.1.6
5772024-08-16T03:36:30.931Z Downloaded http-range v0.1.5
5782024-08-16T03:36:30.931Z Downloaded precomputed-hash v0.1.1
5792024-08-16T03:36:30.931Z Downloaded headers-core v0.2.0
5802024-08-16T03:36:30.931Z Downloaded num-complex v0.4.6
5812024-08-16T03:36:30.931Z Downloaded wait-timeout v0.2.0
5822024-08-16T03:36:30.932Z Downloaded tabwriter v1.4.0
5832024-08-16T03:36:30.932Z Downloaded static_assertions v1.1.0
5842024-08-16T03:36:30.932Z Downloaded oso v0.27.3
5852024-08-16T03:36:30.932Z Downloaded darling v0.20.9
5862024-08-16T03:36:30.932Z Downloaded native-tls v0.2.11
5872024-08-16T03:36:30.932Z Downloaded num-rational v0.4.2
5882024-08-16T03:36:30.932Z Downloaded cookie_store v0.20.0
5892024-08-16T03:36:30.932Z Downloaded mime_guess v2.0.4
5902024-08-16T03:36:30.932Z Downloaded untrusted v0.9.0
5912024-08-16T03:36:30.932Z Downloaded pin-utils v0.1.0
5922024-08-16T03:36:30.932Z Downloaded multimap v0.10.0
5932024-08-16T03:36:30.932Z Downloaded paste v1.0.15
5942024-08-16T03:36:30.944Z Downloaded term v0.7.0
5952024-08-16T03:36:30.944Z Downloaded crc32fast v1.4.0
5962024-08-16T03:36:30.944Z Downloaded indicatif v0.17.8
5972024-08-16T03:36:30.951Z Downloaded embedded-io v0.4.0
5982024-08-16T03:36:30.951Z Downloaded ppv-lite86 v0.2.17
5992024-08-16T03:36:30.951Z Downloaded backtrace v0.3.71
6002024-08-16T03:36:30.958Z Downloaded float-cmp v0.9.0
6012024-08-16T03:36:30.958Z Downloaded flagset v0.4.5
6022024-08-16T03:36:30.958Z Downloaded crossbeam-channel v0.5.12
6032024-08-16T03:36:30.964Z Downloaded pem v3.0.4
6042024-08-16T03:36:30.964Z Downloaded float-ord v0.3.2
6052024-08-16T03:36:30.964Z Downloaded zone v0.1.8
6062024-08-16T03:36:30.964Z Downloaded downcast v0.11.0
6072024-08-16T03:36:30.970Z Downloaded tap v1.0.1
6082024-08-16T03:36:30.970Z Downloaded same-file v1.0.6
6092024-08-16T03:36:30.970Z Downloaded scrypt v0.11.0
6102024-08-16T03:36:30.970Z Downloaded gethostname v0.5.0
6112024-08-16T03:36:30.970Z Downloaded tokio-native-tls v0.3.1
6122024-08-16T03:36:30.976Z Downloaded smf v0.2.3
6132024-08-16T03:36:30.976Z Downloaded der_derive v0.7.2
6142024-08-16T03:36:30.976Z Downloaded parking_lot_core v0.9.10
6152024-08-16T03:36:30.983Z Downloaded allocator-api2 v0.2.18
6162024-08-16T03:36:30.983Z Downloaded miniz_oxide v0.7.2
6172024-08-16T03:36:30.987Z Downloaded rpassword v7.3.1
6182024-08-16T03:36:30.987Z Downloaded phf_shared v0.10.0
6192024-08-16T03:36:30.988Z Downloaded zeroize_derive v1.4.2
6202024-08-16T03:36:30.988Z Downloaded omicron-zone-package v0.11.0
6212024-08-16T03:36:30.991Z Downloaded mockall_derive v0.13.0
6222024-08-16T03:36:30.992Z Downloaded path-slash v0.1.5
6232024-08-16T03:36:30.997Z Downloaded want v0.3.1
6242024-08-16T03:36:30.997Z Downloaded slog-json v2.6.1
6252024-08-16T03:36:30.997Z Downloaded time-core v0.1.2
6262024-08-16T03:36:31.003Z Downloaded home v0.5.9
6272024-08-16T03:36:31.003Z Downloaded spin v0.5.2
6282024-08-16T03:36:31.003Z Downloaded scheduled-thread-pool v0.2.7
6292024-08-16T03:36:31.003Z Downloaded poly1305 v0.8.0
6302024-08-16T03:36:31.008Z Downloaded env_logger v0.9.3
6312024-08-16T03:36:31.008Z Downloaded endian-type v0.1.2
6322024-08-16T03:36:31.008Z Downloaded env_logger v0.10.2
6332024-08-16T03:36:31.014Z Downloaded const_format v0.2.32
6342024-08-16T03:36:31.019Z Downloaded tokio-rustls v0.24.1
6352024-08-16T03:36:31.019Z Downloaded strum v0.26.3
6362024-08-16T03:36:31.019Z Downloaded serde_plain v1.0.2
6372024-08-16T03:36:31.019Z Downloaded unicase v2.7.0
6382024-08-16T03:36:31.025Z Downloaded predicates v3.1.2
6392024-08-16T03:36:31.025Z Downloaded test-strategy v0.3.1
6402024-08-16T03:36:31.030Z Downloaded tiny-keccak v2.0.2
6412024-08-16T03:36:31.030Z Downloaded crypto-bigint v0.5.5
6422024-08-16T03:36:31.037Z Downloaded parse-size v1.0.0
6432024-08-16T03:36:31.041Z Downloaded hash32 v0.2.1
6442024-08-16T03:36:31.041Z Downloaded serde_urlencoded v0.7.1
6452024-08-16T03:36:31.041Z Downloaded foreign-types v0.5.0
6462024-08-16T03:36:31.045Z Downloaded fixedbitset v0.4.2
6472024-08-16T03:36:31.046Z Downloaded ff v0.13.0
6482024-08-16T03:36:31.046Z Downloaded hostname v0.3.1
6492024-08-16T03:36:31.049Z Downloaded salsa20 v0.10.2
6502024-08-16T03:36:31.049Z Downloaded pretty-hex v0.2.1
6512024-08-16T03:36:31.049Z Downloaded peg-runtime v0.8.3
6522024-08-16T03:36:31.056Z Downloaded dsl_auto_type v0.1.2
6532024-08-16T03:36:31.056Z Downloaded display-error-chain v0.2.0
6542024-08-16T03:36:31.056Z Downloaded rand_chacha v0.3.1
6552024-08-16T03:36:31.056Z Downloaded phf_shared v0.11.2
6562024-08-16T03:36:31.056Z Downloaded phf v0.11.2
6572024-08-16T03:36:31.056Z Downloaded sec1 v0.7.3
6582024-08-16T03:36:31.061Z Downloaded rustc-demangle v0.1.24
6592024-08-16T03:36:31.061Z Downloaded structmeta-derive v0.2.0
6602024-08-16T03:36:31.064Z Downloaded rustc-hash v1.1.0
6612024-08-16T03:36:31.064Z Downloaded compact_str v0.8.0
6622024-08-16T03:36:31.067Z Downloaded percent-encoding v2.3.1
6632024-08-16T03:36:31.067Z Downloaded serde_repr v0.1.19
6642024-08-16T03:36:31.069Z Downloaded mio v0.8.11
6652024-08-16T03:36:31.073Z Downloaded ref-cast-impl v1.0.23
6662024-08-16T03:36:31.075Z Downloaded portpicker v0.1.1
6672024-08-16T03:36:31.076Z Downloaded rusty-fork v0.3.0
6682024-08-16T03:36:31.078Z Downloaded zone_cfg_derive v0.1.2
6692024-08-16T03:36:31.078Z Downloaded sync_wrapper v0.1.2
6702024-08-16T03:36:31.079Z Downloaded hex v0.4.3
6712024-08-16T03:36:31.081Z Downloaded enum-as-inner v0.6.0
6722024-08-16T03:36:31.085Z Downloaded slog-stdlog v4.1.1
6732024-08-16T03:36:31.085Z Downloaded radium v0.7.0
6742024-08-16T03:36:31.088Z Downloaded crossterm v0.27.0
6752024-08-16T03:36:31.091Z Downloaded crossterm v0.28.1
6762024-08-16T03:36:31.097Z Downloaded hubpack_derive v0.1.1
6772024-08-16T03:36:31.101Z Downloaded hash32 v0.3.1
6782024-08-16T03:36:31.104Z Downloaded erased-serde v0.3.31
6792024-08-16T03:36:31.111Z Downloaded uuid v1.10.0
6802024-08-16T03:36:31.114Z Downloaded hickory-client v0.24.1
6812024-08-16T03:36:31.118Z Downloaded fxhash v0.2.1
6822024-08-16T03:36:31.120Z Downloaded serde-big-array v0.5.1
6832024-08-16T03:36:31.122Z Downloaded futures-sink v0.3.30
6842024-08-16T03:36:31.122Z Downloaded proc-macro-crate v1.3.1
6852024-08-16T03:36:31.125Z Downloaded futures-macro v0.3.30
6862024-08-16T03:36:31.125Z Downloaded futures-io v0.3.30
6872024-08-16T03:36:31.127Z Downloaded socket2 v0.4.10
6882024-08-16T03:36:31.128Z Downloaded futures-executor v0.3.30
6892024-08-16T03:36:31.130Z Downloaded socket2 v0.5.7
6902024-08-16T03:36:31.132Z Downloaded dirs-sys-next v0.1.2
6912024-08-16T03:36:31.132Z Downloaded xattr v1.3.1
6922024-08-16T03:36:31.135Z Downloaded diesel_derives v2.2.2
6932024-08-16T03:36:31.138Z Downloaded vte v0.11.1
6942024-08-16T03:36:31.140Z Downloaded hmac v0.12.1
6952024-08-16T03:36:31.142Z Downloaded sqlformat v0.2.4
6962024-08-16T03:36:31.145Z Downloaded hickory-server v0.24.1
6972024-08-16T03:36:31.149Z Downloaded smallvec v1.13.2
6982024-08-16T03:36:31.152Z Downloaded strum_macros v0.24.3
6992024-08-16T03:36:31.154Z Downloaded slog-bunyan v2.5.0
7002024-08-16T03:36:31.157Z Downloaded tinyvec v1.6.0
7012024-08-16T03:36:31.159Z Downloaded strip-ansi-escapes v0.2.0
7022024-08-16T03:36:31.161Z Downloaded form_urlencoded v1.2.1
7032024-08-16T03:36:31.161Z Downloaded signal-hook-mio v0.2.4
7042024-08-16T03:36:31.164Z Downloaded stringprep v0.1.4
7052024-08-16T03:36:31.164Z Downloaded serde-hex v0.1.0
7062024-08-16T03:36:31.166Z Downloaded half v2.4.1
7072024-08-16T03:36:31.168Z Downloaded httpdate v1.0.3
7082024-08-16T03:36:31.172Z Downloaded postgres-protocol v0.6.7
7092024-08-16T03:36:31.174Z Downloaded packed_struct_codegen v0.10.1
7102024-08-16T03:36:31.174Z Downloaded funty v2.0.0
7112024-08-16T03:36:31.177Z Downloaded yasna v0.5.2
7122024-08-16T03:36:31.177Z Downloaded rustversion v1.0.17
7132024-08-16T03:36:31.179Z Downloaded x509-cert v0.2.5
7142024-08-16T03:36:31.185Z Downloaded flume v0.11.0
7152024-08-16T03:36:31.189Z Downloaded tokio-postgres v0.7.11
7162024-08-16T03:36:31.194Z Downloaded peg-macros v0.8.4
7172024-08-16T03:36:31.196Z Downloaded supports-color v3.0.0
7182024-08-16T03:36:31.198Z Downloaded spki v0.7.3
7192024-08-16T03:36:31.201Z Downloaded fastrand v2.1.0
7202024-08-16T03:36:31.201Z Downloaded subtle v2.5.0
7212024-08-16T03:36:31.203Z Downloaded futures-task v0.3.30
7222024-08-16T03:36:31.205Z Downloaded nom v7.1.3
7232024-08-16T03:36:31.208Z Downloaded foreign-types-shared v0.1.1
7242024-08-16T03:36:31.211Z Downloaded unicode-bidi v0.3.15
7252024-08-16T03:36:31.214Z Downloaded strum_macros v0.25.3
7262024-08-16T03:36:31.218Z Downloaded rustls-pki-types v1.7.0
7272024-08-16T03:36:31.220Z Downloaded http-body v0.4.6
7282024-08-16T03:36:31.220Z Downloaded predicates-core v1.0.6
7292024-08-16T03:36:31.221Z Downloaded postcard v1.0.8
7302024-08-16T03:36:31.223Z Downloaded zerocopy v0.6.6
7312024-08-16T03:36:31.226Z Downloaded either v1.13.0
7322024-08-16T03:36:31.229Z Downloaded sha1 v0.10.6
7332024-08-16T03:36:31.229Z Downloaded powerfmt v0.2.0
7342024-08-16T03:36:31.229Z Downloaded rayon-core v1.12.1
7352024-08-16T03:36:31.233Z Downloaded elliptic-curve v0.13.8
7362024-08-16T03:36:31.237Z Downloaded defmt-parser v0.3.4
7372024-08-16T03:36:31.239Z Downloaded der v0.7.9
7382024-08-16T03:36:31.243Z Downloaded foreign-types-shared v0.3.1
7392024-08-16T03:36:31.246Z Downloaded hostname v0.4.0
7402024-08-16T03:36:31.246Z Downloaded serde_with v3.8.3
7412024-08-16T03:36:31.254Z Downloaded difflib v0.4.0
7422024-08-16T03:36:31.256Z Downloaded resolv-conf v0.7.0
7432024-08-16T03:36:31.257Z Downloaded predicates-tree v1.0.9
7442024-08-16T03:36:31.259Z Downloaded pbkdf2 v0.12.2
7452024-08-16T03:36:31.259Z Downloaded ron v0.8.1
7462024-08-16T03:36:31.264Z Downloaded which v4.4.2
7472024-08-16T03:36:31.266Z Downloaded heck v0.3.3
7482024-08-16T03:36:31.268Z Downloaded signal-hook-tokio v0.3.1
7492024-08-16T03:36:31.268Z Downloaded peg v0.8.4
7502024-08-16T03:36:31.271Z Downloaded rand_core v0.6.4
7512024-08-16T03:36:31.274Z Downloaded sigpipe v0.1.3
7522024-08-16T03:36:31.276Z Downloaded serde_path_to_error v0.1.16
7532024-08-16T03:36:31.276Z Downloaded tls_codec v0.4.1
7542024-08-16T03:36:31.278Z Downloaded foreign-types-macros v0.2.3
7552024-08-16T03:36:31.278Z Downloaded fallible-iterator v0.3.0
7562024-08-16T03:36:31.281Z Downloaded vergen v8.3.2
7572024-08-16T03:36:31.283Z Downloaded tungstenite v0.21.0
7582024-08-16T03:36:31.285Z Downloaded hickory-resolver v0.24.1
7592024-08-16T03:36:31.290Z Downloaded unarray v0.1.4
7602024-08-16T03:36:31.292Z Downloaded toolchain_find v0.4.0
7612024-08-16T03:36:31.292Z Downloaded derive_builder_macro v0.20.0
7622024-08-16T03:36:31.294Z Downloaded postgres-types v0.2.7
7632024-08-16T03:36:31.296Z Downloaded whoami v1.5.1
7642024-08-16T03:36:31.299Z Downloaded subprocess v0.2.9
7652024-08-16T03:36:31.301Z Downloaded tough v0.17.1
7662024-08-16T03:36:31.307Z Downloaded num-bigint-dig v0.8.4
7672024-08-16T03:36:31.312Z Downloaded rustfmt-wrapper v0.2.1
7682024-08-16T03:36:31.316Z Downloaded rand_seeder v0.3.0
7692024-08-16T03:36:31.316Z Downloaded hashlink v0.9.1
7702024-08-16T03:36:31.318Z Downloaded futures-core v0.3.30
7712024-08-16T03:36:31.318Z Downloaded psl-types v2.0.11
7722024-08-16T03:36:31.320Z Downloaded parse-display-derive v0.10.0
7732024-08-16T03:36:31.320Z Downloaded flate2 v1.0.31
7742024-08-16T03:36:31.325Z Downloaded serde_arrays v0.1.0
7752024-08-16T03:36:31.327Z Downloaded siphasher v0.3.11
7762024-08-16T03:36:31.327Z Downloaded password-hash v0.5.0
7772024-08-16T03:36:31.330Z Downloaded tempfile v3.10.1
7782024-08-16T03:36:31.333Z Downloaded signal-hook-registry v1.4.2
7792024-08-16T03:36:31.333Z Downloaded samael v0.0.15
7802024-08-16T03:36:31.338Z Downloaded spin v0.9.8
7812024-08-16T03:36:31.340Z Downloaded group v0.13.0
7822024-08-16T03:36:31.342Z Downloaded thiserror-no-std v2.0.2
7832024-08-16T03:36:31.345Z Downloaded prettyplease v0.2.20
7842024-08-16T03:36:31.348Z Downloaded signature v2.2.0
7852024-08-16T03:36:31.350Z Downloaded wyz v0.5.1
7862024-08-16T03:36:31.353Z Downloaded universal-hash v0.5.1
7872024-08-16T03:36:31.353Z Downloaded parking_lot_core v0.8.6
7882024-08-16T03:36:31.355Z Downloaded smawk v0.3.2
7892024-08-16T03:36:31.355Z Downloaded itertools v0.13.0
7902024-08-16T03:36:31.361Z Downloaded derive-where v1.2.7
7912024-08-16T03:36:31.365Z Downloaded ref-cast v1.0.23
7922024-08-16T03:36:31.367Z Downloaded uzers v0.11.3
7932024-08-16T03:36:31.369Z Downloaded tar v0.4.41
7942024-08-16T03:36:31.372Z Downloaded glob v0.3.1
7952024-08-16T03:36:31.375Z Downloaded serde_yaml v0.9.34+deprecated
7962024-08-16T03:36:31.377Z Downloaded rustls-pemfile v1.0.4
7972024-08-16T03:36:31.380Z Downloaded slog-scope v4.4.0
7982024-08-16T03:36:31.380Z Downloaded slog-dtrace v0.3.0
7992024-08-16T03:36:31.383Z Downloaded pkcs1 v0.7.5
8002024-08-16T03:36:31.383Z Downloaded rustc_version v0.4.0
8012024-08-16T03:36:31.386Z Downloaded tokio-tungstenite v0.21.0
8022024-08-16T03:36:31.386Z Downloaded pkcs8 v0.10.2
8032024-08-16T03:36:31.390Z Downloaded quick-error v1.2.3
8042024-08-16T03:36:31.392Z Downloaded bitvec v1.0.1
8052024-08-16T03:36:31.404Z Downloaded slog-envlogger v2.2.0
8062024-08-16T03:36:31.407Z Downloaded tracing-attributes v0.1.27
8072024-08-16T03:36:31.409Z Downloaded futures-channel v0.3.30
8082024-08-16T03:36:31.409Z Downloaded regex-automata v0.1.10
8092024-08-16T03:36:31.415Z Downloaded unicode-normalization v0.1.23
8102024-08-16T03:36:31.417Z Downloaded globset v0.4.14
8112024-08-16T03:36:31.421Z Downloaded pin-project-lite v0.2.14
8122024-08-16T03:36:31.423Z Downloaded bindgen v0.69.4
8132024-08-16T03:36:31.430Z Downloaded rustls-pemfile v2.1.3
8142024-08-16T03:36:31.432Z Downloaded derive_more v0.99.18
8152024-08-16T03:36:31.437Z Downloaded derive_builder_core v0.20.0
8162024-08-16T03:36:31.439Z Downloaded reqwest v0.11.27
8172024-08-16T03:36:31.446Z Downloaded heapless v0.8.0
8182024-08-16T03:36:31.450Z Downloaded hkdf v0.12.4
8192024-08-16T03:36:31.452Z Downloaded rcgen v0.12.1
8202024-08-16T03:36:31.455Z Downloaded unsafe-libyaml v0.2.11
8212024-08-16T03:36:31.458Z Downloaded chrono v0.4.38
8222024-08-16T03:36:31.464Z Downloaded rand v0.8.5
8232024-08-16T03:36:31.468Z Downloaded tracing v0.1.40
8242024-08-16T03:36:31.472Z Downloaded time v0.3.36
8252024-08-16T03:36:31.479Z Downloaded toml_edit v0.19.15
8262024-08-16T03:36:31.495Z Downloaded expectorate v1.1.0
8272024-08-16T03:36:31.498Z Downloaded hashbrown v0.13.2
8282024-08-16T03:36:31.500Z Downloaded rusqlite v0.31.0
8292024-08-16T03:36:31.506Z Downloaded http v1.1.0
8302024-08-16T03:36:31.510Z Downloaded unicode_categories v0.1.1
8312024-08-16T03:36:31.512Z Downloaded rayon v1.10.0
8322024-08-16T03:36:31.522Z Downloaded h2 v0.3.26
8332024-08-16T03:36:31.528Z Downloaded publicsuffix v2.2.3
8342024-08-16T03:36:31.541Z Downloaded unicode-segmentation v1.11.0
8352024-08-16T03:36:31.543Z Downloaded rustls-webpki v0.101.7
8362024-08-16T03:36:31.546Z Downloaded typed-path v0.7.1
8372024-08-16T03:36:31.551Z Downloaded hashbrown v0.12.3
8382024-08-16T03:36:31.555Z Downloaded tokio-util v0.7.11
8392024-08-16T03:36:31.561Z Downloaded lalrpop v0.19.12
8402024-08-16T03:36:31.572Z Downloaded portable-atomic v1.6.0
8412024-08-16T03:36:31.578Z Downloaded idna v0.3.0
8422024-08-16T03:36:31.584Z Downloaded object v0.30.4
8432024-08-16T03:36:31.593Z Downloaded http v0.2.12
8442024-08-16T03:36:31.596Z Downloaded reedline v0.33.0
8452024-08-16T03:36:31.603Z Downloaded rustls-webpki v0.102.4
8462024-08-16T03:36:31.621Z Downloaded sqlparser v0.45.0
8472024-08-16T03:36:31.625Z Downloaded quick-xml v0.31.0
8482024-08-16T03:36:31.631Z Downloaded vcpkg v0.2.15
8492024-08-16T03:36:31.667Z Downloaded smoltcp v0.9.1
8502024-08-16T03:36:31.677Z Downloaded futures-util v0.3.30
8512024-08-16T03:36:31.687Z Downloaded hyper v0.14.30
8522024-08-16T03:36:31.695Z Downloaded webpki-roots v0.25.4
8532024-08-16T03:36:31.698Z Downloaded smoltcp v0.11.0
8542024-08-16T03:36:31.710Z Downloaded radix_trie v0.2.1
8552024-08-16T03:36:31.715Z Downloaded proptest v1.5.0
8562024-08-16T03:36:31.723Z Downloaded gimli v0.28.1
8572024-08-16T03:36:31.731Z Downloaded object v0.32.2
8582024-08-16T03:36:31.740Z Downloaded bstr v1.9.1
8592024-08-16T03:36:31.750Z Downloaded regex-syntax v0.6.29
8602024-08-16T03:36:31.756Z Downloaded rustls v0.22.4
8612024-08-16T03:36:31.769Z Downloaded rustls v0.21.12
8622024-08-16T03:36:31.780Z Downloaded regress v0.9.1
8632024-08-16T03:36:31.788Z Downloaded hickory-proto v0.24.1
8642024-08-16T03:36:31.802Z Downloaded regex-syntax v0.8.4
8652024-08-16T03:36:31.809Z Downloaded openapiv3 v2.0.0
8662024-08-16T03:36:31.820Z Downloaded diesel v2.2.2
8672024-08-16T03:36:31.838Z Downloaded sled v0.34.7
8682024-08-16T03:36:31.847Z Downloaded zerocopy-derive v0.6.6
8692024-08-16T03:36:31.856Z Downloaded bzip2-sys v0.1.11+1.0.8
8702024-08-16T03:36:31.868Z Downloaded bstr v0.2.17
8712024-08-16T03:36:31.877Z Downloaded ratatui v0.28.0
8722024-08-16T03:36:31.896Z Downloaded nix v0.27.1
8732024-08-16T03:36:31.907Z Downloaded finl_unicode v1.2.0
8742024-08-16T03:36:31.919Z Downloaded git2 v0.19.0
8752024-08-16T03:36:31.927Z Downloaded petgraph v0.6.5
8762024-08-16T03:36:31.945Z Downloaded regex-automata v0.4.6
8772024-08-16T03:36:31.962Z Downloaded polar-core v0.27.3
8782024-08-16T03:36:31.971Z Downloaded csv v1.3.0
8792024-08-16T03:36:31.990Z Downloaded sha3 v0.10.8
8802024-08-16T03:36:31.995Z Downloaded tokio v1.39.2
8812024-08-16T03:36:32.031Z Downloaded nix v0.28.0
8822024-08-16T03:36:32.042Z Downloaded idna v0.5.0
8832024-08-16T03:36:32.048Z Downloaded regex v1.10.6
8842024-08-16T03:36:32.061Z Downloaded openssl v0.10.66
8852024-08-16T03:36:32.070Z Downloaded encoding_rs v0.8.34
8862024-08-16T03:36:32.092Z Downloaded idna v0.4.0
8872024-08-16T03:36:32.099Z Downloaded curve25519-dalek v4.1.3
8882024-08-16T03:36:32.107Z Downloaded winnow v0.5.40
8892024-08-16T03:36:32.116Z Downloaded rustyline v14.0.0
8902024-08-16T03:36:32.120Z Downloaded defmt-macros v0.3.9
8912024-08-16T03:36:32.123Z Downloaded toml v0.7.8
8922024-08-16T03:36:32.127Z Downloaded similar v2.5.0
8932024-08-16T03:36:32.130Z Downloaded tracing-core v0.1.32
8942024-08-16T03:36:32.133Z Downloaded steno v0.4.1
8952024-08-16T03:36:32.137Z Downloaded pkcs5 v0.7.1
8962024-08-16T03:36:32.140Z Downloaded diff v0.1.13
8972024-08-16T03:36:32.143Z Downloaded futures v0.3.30
8982024-08-16T03:36:32.148Z Downloaded heapless v0.7.17
8992024-08-16T03:36:32.151Z Downloaded fatfs v0.3.6
9002024-08-16T03:36:32.155Z Downloaded derive_builder v0.20.0
9012024-08-16T03:36:32.158Z Downloaded tls_codec_derive v0.4.1
9022024-08-16T03:36:32.161Z Downloaded parking_lot v0.12.2
9032024-08-16T03:36:32.164Z Downloaded libm v0.2.8
9042024-08-16T03:36:32.170Z Downloaded itertools v0.10.5
9052024-08-16T03:36:32.178Z Downloaded mio v1.0.2
9062024-08-16T03:36:32.183Z Downloaded tokio-tungstenite v0.20.1
9072024-08-16T03:36:32.186Z Downloaded tokio-rustls v0.25.0
9082024-08-16T03:36:32.189Z Downloaded tokio-stream v0.1.15
9092024-08-16T03:36:32.192Z Downloaded fragile v2.0.0
9102024-08-16T03:36:32.194Z Downloaded thread_local v1.1.8
9112024-08-16T03:36:32.194Z Downloaded parse-display v0.10.0
9122024-08-16T03:36:32.197Z Downloaded signal-hook v0.3.17
9132024-08-16T03:36:32.199Z Downloaded humantime v2.1.0
9142024-08-16T03:36:32.199Z Downloaded parking_lot v0.11.2
9152024-08-16T03:36:32.202Z Downloaded rsa v0.9.6
9162024-08-16T03:36:32.205Z Downloaded packed_struct v0.10.1
9172024-08-16T03:36:32.208Z Downloaded unicode-xid v0.2.4
9182024-08-16T03:36:32.212Z Downloaded unicode-truncate v1.0.0
9192024-08-16T03:36:32.212Z Downloaded zip v0.6.6
9202024-08-16T03:36:32.214Z Downloaded walkdir v2.5.0
9212024-08-16T03:36:32.217Z Downloaded vsss-rs v3.3.4
9222024-08-16T03:36:32.219Z Downloaded tungstenite v0.20.1
9232024-08-16T03:36:32.221Z Downloaded headers v0.3.9
9242024-08-16T03:36:32.225Z Downloaded dirs-next v2.0.0
9252024-08-16T03:36:32.228Z Downloaded try-lock v0.2.5
9262024-08-16T03:36:32.228Z Downloaded libxml v0.3.3
9272024-08-16T03:36:32.233Z Downloaded fallible-streaming-iterator v0.1.9
9282024-08-16T03:36:32.236Z Downloaded ring v0.17.8
9292024-08-16T03:36:32.302Z Downloaded string_cache v0.8.7
9302024-08-16T03:36:32.305Z Downloaded semver v0.1.20
9312024-08-16T03:36:32.305Z Downloaded rustc_version v0.1.7
9322024-08-16T03:36:32.307Z Downloaded rand_xorshift v0.3.0
9332024-08-16T03:36:32.307Z Downloaded pkg-config v0.3.30
9342024-08-16T03:36:32.307Z Downloaded ron v0.7.1
9352024-08-16T03:36:32.311Z Downloaded pin-project-internal v1.1.5
9362024-08-16T03:36:32.314Z Downloaded pin-project v1.1.5
9372024-08-16T03:36:32.323Z Downloaded blake3 v1.5.1
9382024-08-16T03:36:32.330Z Downloaded tui-tree-widget v0.22.0
9392024-08-16T03:36:32.332Z Downloaded libgit2-sys v0.17.0+1.8.1
9402024-08-16T03:36:32.387Z Downloaded structmeta-derive v0.3.0
9412024-08-16T03:36:32.390Z Downloaded structmeta v0.3.0
9422024-08-16T03:36:32.390Z Downloaded structmeta v0.2.0
9432024-08-16T03:36:32.390Z Downloaded smallvec v0.6.14
9442024-08-16T03:36:32.392Z Downloaded snafu v0.8.2
9452024-08-16T03:36:32.397Z Downloaded time-macros v0.2.18
9462024-08-16T03:36:32.402Z Downloaded slog-term v2.9.1
9472024-08-16T03:36:32.405Z Downloaded serde_with_macros v3.8.3
9482024-08-16T03:36:32.405Z Downloaded openssl-sys v0.9.103
9492024-08-16T03:36:32.407Z Downloaded minimal-lexical v0.2.1
9502024-08-16T03:36:32.410Z Downloaded schemars v0.8.21
9512024-08-16T03:36:32.421Z Downloaded fallible-iterator v0.2.0
9522024-08-16T03:36:32.424Z Downloaded ena v0.14.3
9532024-08-16T03:36:32.424Z Downloaded deranged v0.3.11
9542024-08-16T03:36:32.427Z Downloaded untrusted v0.7.1
9552024-08-16T03:36:32.427Z Downloaded twox-hash v1.6.3
9562024-08-16T03:36:32.429Z Downloaded textwrap v0.16.1
9572024-08-16T03:36:32.431Z Downloaded filetime v0.2.24
9582024-08-16T03:36:32.431Z Downloaded url v2.5.2
9592024-08-16T03:36:32.434Z Downloaded arc-swap v1.7.1
9602024-08-16T03:36:32.437Z Downloaded httparse v1.8.0
9612024-08-16T03:36:32.439Z Downloaded vte_generate_state_changes v0.1.1
9622024-08-16T03:36:32.439Z Downloaded tinyvec_macros v0.1.1
9632024-08-16T03:36:32.442Z Downloaded foreign-types v0.3.2
9642024-08-16T03:36:32.442Z Downloaded dyn-clone v1.0.17
9652024-08-16T03:36:32.442Z Downloaded tokio-macros v2.4.0
9662024-08-16T03:36:32.445Z Downloaded getrandom v0.2.14
9672024-08-16T03:36:32.448Z Downloaded chacha20poly1305 v0.10.1
9682024-08-16T03:36:32.448Z Downloaded pem-rfc7468 v0.7.0
9692024-08-16T03:36:32.451Z Downloaded utf-8 v0.7.6
9702024-08-16T03:36:32.451Z Downloaded cc v1.0.97
9712024-08-16T03:36:32.454Z Downloaded sct v0.7.1
9722024-08-16T03:36:32.456Z Downloaded base64 v0.21.7
9732024-08-16T03:36:32.459Z Downloaded secrecy v0.8.0
9742024-08-16T03:36:32.461Z Downloaded rtoolbox v0.0.2
9752024-08-16T03:36:32.461Z Downloaded r2d2 v0.8.10
9762024-08-16T03:36:32.464Z Downloaded blake2 v0.10.6
9772024-08-16T03:36:32.467Z Downloaded aes v0.8.4
9782024-08-16T03:36:32.469Z Downloaded take_mut v0.2.2
9792024-08-16T03:36:32.469Z Downloaded highway v1.2.0
9802024-08-16T03:36:32.472Z Downloaded iana-time-zone v0.1.60
9812024-08-16T03:36:32.472Z Downloaded snafu-derive v0.8.2
9822024-08-16T03:36:32.475Z Downloaded slog v2.7.0
9832024-08-16T03:36:32.478Z Downloaded zeroize v1.7.0
9842024-08-16T03:36:32.478Z Downloaded getopts v0.2.21
9852024-08-16T03:36:32.481Z Downloaded itertools v0.12.1
9862024-08-16T03:36:32.484Z Downloaded crc-any v2.5.0
9872024-08-16T03:36:32.487Z Downloaded crossbeam-utils v0.8.19
9882024-08-16T03:36:32.490Z Downloaded ahash v0.8.11
9892024-08-16T03:36:32.492Z Downloaded strum_macros v0.26.4
9902024-08-16T03:36:32.495Z Downloaded slab v0.4.9
9912024-08-16T03:36:32.495Z Downloaded serde_derive_internals v0.29.1
9922024-08-16T03:36:32.495Z Downloaded owo-colors v4.0.0
9932024-08-16T03:36:32.498Z Downloaded jobserver v0.1.32
9942024-08-16T03:36:32.500Z Downloaded unicode-linebreak v0.1.5
9952024-08-16T03:36:32.500Z Downloaded crossbeam-deque v0.8.5
9962024-08-16T03:36:32.503Z Downloaded cookie v0.17.0
9972024-08-16T03:36:32.506Z Downloaded termcolor v1.4.1
9982024-08-16T03:36:32.506Z Downloaded bzip2 v0.4.4
9992024-08-16T03:36:32.508Z Downloaded base64ct v1.6.0
10002024-08-16T03:36:32.508Z Downloaded indexmap v1.9.3
10012024-08-16T03:36:32.511Z Downloaded libsw v3.3.1
10022024-08-16T03:36:32.514Z Downloaded arrayvec v0.7.4
10032024-08-16T03:36:32.517Z Downloaded stable_deref_trait v1.2.0
10042024-08-16T03:36:32.517Z Downloaded slog-async v2.8.0
10052024-08-16T03:36:32.517Z Downloaded scopeguard v1.2.0
10062024-08-16T03:36:32.520Z Downloaded nanorand v0.7.0
10072024-08-16T03:36:32.520Z Downloaded base64 v0.22.1
10082024-08-16T03:36:32.523Z Downloaded cookie v0.18.1
10092024-08-16T03:36:32.525Z Downloaded bytes v1.7.1
10102024-08-16T03:36:32.528Z Downloaded base64 v0.13.1
10112024-08-16T03:36:32.531Z Downloaded lalrpop-util v0.19.12
10122024-08-16T03:36:32.534Z Downloaded kstat-rs v0.2.4
10132024-08-16T03:36:32.534Z Downloaded lru v0.12.3
10142024-08-16T03:36:32.534Z Downloaded backoff v0.4.0
10152024-08-16T03:36:32.536Z Downloaded async-trait v0.1.81
10162024-08-16T03:36:32.539Z Downloaded managed v0.8.0
10172024-08-16T03:36:32.541Z Downloaded linked-hash-map v0.5.6
10182024-08-16T03:36:32.541Z Downloaded lazycell v1.3.0
10192024-08-16T03:36:32.541Z Downloaded debug-ignore v1.0.5
10202024-08-16T03:36:32.544Z Downloaded constant_time_eq v0.3.0
10212024-08-16T03:36:32.544Z Downloaded assert_matches v1.5.0
10222024-08-16T03:36:32.546Z Downloaded libloading v0.8.3
10232024-08-16T03:36:32.549Z Downloaded ipnet v2.9.0
10242024-08-16T03:36:32.549Z Downloaded impl-trait-for-tuples v0.2.2
10252024-08-16T03:36:32.551Z Downloaded clang-sys v1.7.0
10262024-08-16T03:36:32.553Z Downloaded ascii v1.1.0
10272024-08-16T03:36:32.556Z Downloaded base16ct v0.2.0
10282024-08-16T03:36:32.556Z Downloaded async-stream v0.3.5
10292024-08-16T03:36:32.558Z Downloaded array-init v0.0.4
10302024-08-16T03:36:32.558Z Downloaded openssl-macros v0.1.1
10312024-08-16T03:36:32.560Z Downloaded num-conv v0.1.0
10322024-08-16T03:36:32.560Z Downloaded newline-converter v0.3.0
10332024-08-16T03:36:32.560Z Downloaded multer v3.1.0
10342024-08-16T03:36:32.563Z Downloaded block-padding v0.3.3
10352024-08-16T03:36:32.563Z Downloaded atomic-waker v1.1.2
10362024-08-16T03:36:32.565Z Downloaded async-recursion v1.1.1
10372024-08-16T03:36:32.568Z Downloaded camino-tempfile v1.1.1
10382024-08-16T03:36:32.568Z Downloaded instant v0.1.12
10392024-08-16T03:36:32.576Z Downloaded ascii-canvas v3.0.0
10402024-08-16T03:36:32.576Z Downloaded aead v0.5.2
10412024-08-16T03:36:32.787Z Downloaded libz-sys v1.1.16
10422024-08-16T03:36:32.969Z Downloaded libsqlite3-sys v0.28.0
10432024-08-16T03:36:33.045Z Downloaded ring v0.16.20
10442024-08-16T03:36:33.205Z Compiling cfg-if v1.0.0
10452024-08-16T03:36:33.205Z Compiling serde v1.0.207
10462024-08-16T03:36:33.207Z Compiling lock_api v0.4.12
10472024-08-16T03:36:33.207Z Compiling typenum v1.17.0
10482024-08-16T03:36:33.207Z Compiling scopeguard v1.2.0
10492024-08-16T03:36:33.356Z Compiling generic-array v0.14.7
10502024-08-16T03:36:33.376Z Compiling syn v2.0.74
10512024-08-16T03:36:33.390Z Compiling log v0.4.21
10522024-08-16T03:36:33.432Z Compiling getrandom v0.2.14
10532024-08-16T03:36:33.500Z Compiling jobserver v0.1.32
10542024-08-16T03:36:33.705Z Compiling rand_core v0.6.4
10552024-08-16T03:36:33.873Z Compiling cc v1.0.97
10562024-08-16T03:36:33.898Z Compiling subtle v2.5.0
10572024-08-16T03:36:33.912Z Compiling const-oid v0.9.6
10582024-08-16T03:36:34.208Z Compiling smallvec v1.13.2
10592024-08-16T03:36:34.212Z Compiling pin-project-lite v0.2.14
10602024-08-16T03:36:34.235Z Compiling parking_lot_core v0.9.10
10612024-08-16T03:36:34.334Z Compiling spin v0.9.8
10622024-08-16T03:36:34.412Z Compiling signal-hook-registry v1.4.2
10632024-08-16T03:36:34.581Z Compiling mio v1.0.2
10642024-08-16T03:36:34.741Z Compiling ahash v0.8.11
10652024-08-16T03:36:35.077Z Compiling tinyvec_macros v0.1.1
10662024-08-16T03:36:35.289Z Compiling parking_lot v0.12.2
10672024-08-16T03:36:35.314Z Compiling tinyvec v1.6.0
10682024-08-16T03:36:35.546Z Compiling socket2 v0.5.7
10692024-08-16T03:36:35.899Z Compiling futures-core v0.3.30
10702024-08-16T03:36:35.945Z Compiling cpufeatures v0.2.12
10712024-08-16T03:36:36.043Z Compiling libm v0.2.8
10722024-08-16T03:36:36.096Z Compiling serde_json v1.0.125
10732024-08-16T03:36:36.135Z Compiling slab v0.4.9
10742024-08-16T03:36:36.302Z Compiling num-traits v0.2.19
10752024-08-16T03:36:36.443Z Compiling unicode-bidi v0.3.15
10762024-08-16T03:36:36.527Z Compiling allocator-api2 v0.2.18
10772024-08-16T03:36:36.583Z Compiling futures-sink v0.3.30
10782024-08-16T03:36:36.793Z Compiling unicode-normalization v0.1.23
10792024-08-16T03:36:36.841Z Compiling futures-channel v0.3.30
10802024-08-16T03:36:37.051Z Compiling vcpkg v0.2.15
10812024-08-16T03:36:37.259Z Compiling pin-utils v0.1.0
10822024-08-16T03:36:37.275Z Compiling futures-io v0.3.30
10832024-08-16T03:36:37.349Z Compiling pkg-config v0.3.30
10842024-08-16T03:36:38.018Z Compiling futures-task v0.3.30
10852024-08-16T03:36:38.092Z Compiling base64ct v1.6.0
10862024-08-16T03:36:38.191Z Compiling ppv-lite86 v0.2.17
10872024-08-16T03:36:38.292Z Compiling percent-encoding v2.3.1
10882024-08-16T03:36:38.308Z Compiling ring v0.17.8
10892024-08-16T03:36:38.645Z Compiling pem-rfc7468 v0.7.0
10902024-08-16T03:36:38.662Z Compiling flagset v0.4.5
10912024-08-16T03:36:38.854Z Compiling tracing-core v0.1.32
10922024-08-16T03:36:38.960Z Compiling rand_chacha v0.3.1
10932024-08-16T03:36:39.028Z Compiling rustix v0.38.34
10942024-08-16T03:36:39.375Z Compiling untrusted v0.9.0
10952024-08-16T03:36:39.428Z Compiling openssl-sys v0.9.103
10962024-08-16T03:36:39.539Z Compiling rand v0.8.5
10972024-08-16T03:36:39.745Z Compiling httparse v1.8.0
10982024-08-16T03:36:39.902Z Compiling time-core v0.1.2
10992024-08-16T03:36:40.057Z Compiling openssl v0.10.66
11002024-08-16T03:36:40.209Z Compiling foreign-types-shared v0.1.1
11012024-08-16T03:36:40.224Z Compiling powerfmt v0.2.0
11022024-08-16T03:36:40.305Z Compiling num-conv v0.1.0
11032024-08-16T03:36:40.476Z Compiling rustversion v1.0.17
11042024-08-16T03:36:40.570Z Compiling time-macros v0.2.18
11052024-08-16T03:36:40.590Z Compiling deranged v0.3.11
11062024-08-16T03:36:41.109Z Compiling foreign-types v0.3.2
11072024-08-16T03:36:41.158Z Compiling form_urlencoded v1.2.1
11082024-08-16T03:36:41.181Z Compiling lazy_static v1.5.0
11092024-08-16T03:36:41.288Z Compiling try-lock v0.2.5
11102024-08-16T03:36:41.413Z Compiling num_threads v0.1.7
11112024-08-16T03:36:41.446Z Compiling crossbeam-utils v0.8.19
11122024-08-16T03:36:41.466Z Compiling native-tls v0.2.11
11132024-08-16T03:36:41.571Z Compiling siphasher v0.3.11
11142024-08-16T03:36:41.749Z Compiling syn v1.0.109
11152024-08-16T03:36:41.905Z Compiling rustls v0.21.12
11162024-08-16T03:36:42.042Z Compiling want v0.3.1
11172024-08-16T03:36:42.289Z Compiling idna v0.5.0
11182024-08-16T03:36:42.413Z Compiling aho-corasick v1.1.3
11192024-08-16T03:36:42.705Z Compiling cookie v0.17.0
11202024-08-16T03:36:42.942Z Compiling iana-time-zone v0.1.60
11212024-08-16T03:36:42.962Z Compiling regex-syntax v0.8.4
11222024-08-16T03:36:43.344Z Compiling finl_unicode v1.2.0
11232024-08-16T03:36:43.429Z Compiling openssl-probe v0.1.5
11242024-08-16T03:36:43.667Z Compiling time v0.3.36
11252024-08-16T03:36:43.775Z Compiling slog v2.7.0
11262024-08-16T03:36:43.792Z Compiling adler v1.0.2
11272024-08-16T03:36:43.833Z Compiling tower-service v0.3.2
11282024-08-16T03:36:43.951Z Compiling httpdate v1.0.3
11292024-08-16T03:36:43.986Z Compiling miniz_oxide v0.7.2
11302024-08-16T03:36:44.333Z Compiling stringprep v0.1.4
11312024-08-16T03:36:44.351Z Compiling url v2.5.2
11322024-08-16T03:36:46.187Z Compiling regex-automata v0.4.6
11332024-08-16T03:36:46.795Z Compiling num-integer v0.1.46
11342024-08-16T03:36:47.508Z Compiling serde_derive v1.0.207
11352024-08-16T03:36:47.540Z Compiling zeroize_derive v1.4.2
11362024-08-16T03:36:47.664Z Compiling zerocopy-derive v0.7.34
11372024-08-16T03:36:48.665Z Compiling tokio-macros v2.4.0
11382024-08-16T03:36:49.052Z Compiling zeroize v1.7.0
11392024-08-16T03:36:49.198Z Compiling thiserror-impl v1.0.63
11402024-08-16T03:36:49.433Z Compiling futures-macro v0.3.30
11412024-08-16T03:36:49.892Z Compiling zerocopy v0.7.34
11422024-08-16T03:36:50.259Z Compiling der_derive v0.7.2
11432024-08-16T03:36:50.744Z Compiling crypto-common v0.1.6
11442024-08-16T03:36:50.962Z Compiling block-buffer v0.10.4
11452024-08-16T03:36:51.206Z Compiling digest v0.10.7
11462024-08-16T03:36:51.524Z Compiling block-padding v0.3.3
11472024-08-16T03:36:51.701Z Compiling hmac v0.12.1
11482024-08-16T03:36:51.761Z Compiling inout v0.1.3
11492024-08-16T03:36:51.941Z Compiling sha2 v0.10.8
11502024-08-16T03:36:52.031Z Compiling hashbrown v0.14.5
11512024-08-16T03:36:52.056Z Compiling cipher v0.4.4
11522024-08-16T03:36:52.476Z Compiling thiserror v1.0.63
11532024-08-16T03:36:52.555Z Compiling futures-util v0.3.30
11542024-08-16T03:36:52.615Z Compiling pest v2.7.10
11552024-08-16T03:36:52.815Z Compiling der v0.7.9
11562024-08-16T03:36:53.465Z Compiling salsa20 v0.10.2
11572024-08-16T03:36:53.677Z Compiling pbkdf2 v0.12.2
11582024-08-16T03:36:53.846Z Compiling scroll_derive v0.12.0
11592024-08-16T03:36:55.355Z Compiling pest_meta v2.7.10
11602024-08-16T03:36:55.476Z Compiling tracing-attributes v0.1.27
11612024-08-16T03:36:55.584Z Compiling scroll v0.12.0
11622024-08-16T03:36:56.097Z Compiling spki v0.7.3
11632024-08-16T03:36:56.149Z Compiling scrypt v0.11.0
11642024-08-16T03:36:56.452Z Compiling aes v0.8.4
11652024-08-16T03:36:56.721Z Compiling pest_generator v2.7.10
11662024-08-16T03:36:58.645Z Compiling cbc v0.1.2
11672024-08-16T03:36:58.775Z Compiling goblin v0.8.2
11682024-08-16T03:36:58.847Z Compiling pkcs5 v0.7.1
11692024-08-16T03:36:59.226Z Compiling openssl-macros v0.1.1
11702024-08-16T03:36:59.316Z Compiling tracing v0.1.40
11712024-08-16T03:36:59.492Z Compiling pkcs8 v0.10.2
11722024-08-16T03:36:59.859Z Compiling md-5 v0.10.6
11732024-08-16T03:36:59.968Z Compiling backtrace v0.3.71
11742024-08-16T03:37:00.073Z Compiling idna v0.3.0
11752024-08-16T03:37:00.125Z Compiling hash32 v0.2.1
11762024-08-16T03:37:00.226Z Compiling num-bigint-dig v0.8.4
11772024-08-16T03:37:00.322Z Compiling pest_derive v2.7.10
11782024-08-16T03:37:00.461Z Compiling crc32fast v1.4.0
11792024-08-16T03:37:00.516Z Compiling gimli v0.28.1
11802024-08-16T03:37:00.533Z Compiling psl-types v2.0.11
11812024-08-16T03:37:00.730Z Compiling stable_deref_trait v1.2.0
11822024-08-16T03:37:00.831Z Compiling rustls-webpki v0.101.7
11832024-08-16T03:37:00.977Z Compiling sct v0.7.1
11842024-08-16T03:37:01.114Z Compiling dtrace-parser v0.2.0
11852024-08-16T03:37:01.286Z Compiling signal-hook v0.3.17
11862024-08-16T03:37:01.550Z Compiling cfg_aliases v0.1.1
11872024-08-16T03:37:01.720Z Compiling bytes v1.7.1
11882024-08-16T03:37:02.052Z Compiling bitflags v2.6.0
11892024-08-16T03:37:02.507Z Compiling indexmap v2.4.0
11902024-08-16T03:37:02.724Z Compiling tokio v1.39.2
11912024-08-16T03:37:03.001Z Compiling http v0.2.12
11922024-08-16T03:37:03.311Z Compiling semver v1.0.23
11932024-08-16T03:37:03.935Z Compiling rustc_version v0.4.0
11942024-08-16T03:37:04.673Z Compiling heapless v0.7.17
11952024-08-16T03:37:05.133Z Compiling http-body v0.4.6
11962024-08-16T03:37:05.423Z Compiling dof v0.3.0
11972024-08-16T03:37:05.553Z Compiling uuid v1.10.0
11982024-08-16T03:37:05.699Z Compiling chrono v0.4.38
11992024-08-16T03:37:07.022Z Compiling usdt-impl v0.5.0
12002024-08-16T03:37:07.141Z Compiling toml_datetime v0.6.8
12012024-08-16T03:37:07.645Z Compiling serde_tokenstream v0.2.2
12022024-08-16T03:37:07.683Z Compiling serde_spanned v0.6.7
12032024-08-16T03:37:07.915Z Compiling base64 v0.22.1
12042024-08-16T03:37:08.229Z Compiling smoltcp v0.9.1
12052024-08-16T03:37:08.601Z Compiling fallible-iterator v0.2.0
12062024-08-16T03:37:08.659Z Compiling terminal_size v0.3.0
12072024-08-16T03:37:08.987Z Compiling addr2line v0.21.0
12082024-08-16T03:37:09.138Z Compiling nix v0.28.0
12092024-08-16T03:37:09.302Z Compiling postgres-protocol v0.6.7
12102024-08-16T03:37:09.519Z Compiling publicsuffix v2.2.3
12112024-08-16T03:37:09.686Z Compiling hubpack_derive v0.1.1
12122024-08-16T03:37:09.769Z Compiling async-trait v0.1.81
12132024-08-16T03:37:09.938Z Compiling zerocopy-derive v0.6.6
12142024-08-16T03:37:10.035Z Compiling num-iter v0.1.45
12152024-08-16T03:37:10.611Z Compiling phf_shared v0.11.2
12162024-08-16T03:37:10.627Z Compiling serde_derive_internals v0.29.1
12172024-08-16T03:37:10.970Z Compiling tokio-util v0.7.11
12182024-08-16T03:37:11.356Z Compiling tokio-rustls v0.24.1
12192024-08-16T03:37:11.400Z Compiling ff v0.13.0
12202024-08-16T03:37:11.747Z Compiling object v0.32.2
12212024-08-16T03:37:12.103Z Compiling h2 v0.3.26
12222024-08-16T03:37:12.222Z Compiling tokio-native-tls v0.3.1
12232024-08-16T03:37:12.336Z Compiling fs-err v2.11.0
12242024-08-16T03:37:12.476Z Compiling winnow v0.5.40
12252024-08-16T03:37:12.524Z Compiling ipnet v2.9.0
12262024-08-16T03:37:12.640Z Compiling regex-automata v0.1.10
12272024-08-16T03:37:13.156Z Compiling base16ct v0.2.0
12282024-08-16T03:37:13.354Z Compiling rustc-demangle v0.1.24
12292024-08-16T03:37:13.479Z Compiling either v1.13.0
12302024-08-16T03:37:13.711Z Compiling base64 v0.21.7
12312024-08-16T03:37:13.920Z Compiling bitflags v1.3.2
12322024-08-16T03:37:14.021Z Compiling schemars v0.8.21
12332024-08-16T03:37:14.173Z Compiling anyhow v1.0.86
12342024-08-16T03:37:14.343Z Compiling managed v0.8.0
12352024-08-16T03:37:14.418Z Compiling clap_builder v4.5.15
12362024-08-16T03:37:14.434Z Compiling rustls-pemfile v1.0.4
12372024-08-16T03:37:14.895Z Compiling schemars_derive v0.8.21
12382024-08-16T03:37:14.957Z Compiling sec1 v0.7.3
12392024-08-16T03:37:15.535Z Compiling bstr v0.2.17
12402024-08-16T03:37:16.358Z Compiling toml_edit v0.19.15
12412024-08-16T03:37:16.947Z Compiling zerocopy v0.6.6
12422024-08-16T03:37:17.041Z Compiling group v0.13.0
12432024-08-16T03:37:17.351Z Compiling phf v0.11.2
12442024-08-16T03:37:17.636Z Compiling cookie_store v0.20.0
12452024-08-16T03:37:17.786Z Compiling hubpack v0.1.2
12462024-08-16T03:37:18.277Z Compiling postgres-types v0.2.7
12472024-08-16T03:37:18.932Z Compiling hyper v0.14.30
12482024-08-16T03:37:19.825Z Compiling usdt-attr-macro v0.5.0
12492024-08-16T03:37:20.524Z Compiling usdt-macro v0.5.0
12502024-08-16T03:37:21.519Z Compiling serde_urlencoded v0.7.1
12512024-08-16T03:37:21.742Z Compiling pkcs1 v0.7.5
12522024-08-16T03:37:22.016Z Compiling futures-executor v0.3.30
12532024-08-16T03:37:22.047Z Compiling hkdf v0.12.4
12542024-08-16T03:37:22.298Z Compiling signature v2.2.0
12552024-08-16T03:37:22.548Z Compiling regex v1.10.6
12562024-08-16T03:37:22.583Z Compiling crypto-bigint v0.5.5
12572024-08-16T03:37:22.600Z Compiling clap_derive v4.5.13
12582024-08-16T03:37:22.732Z Compiling strum_macros v0.25.3
12592024-08-16T03:37:23.654Z Compiling serde_repr v0.1.19
12602024-08-16T03:37:23.695Z Compiling enum-as-inner v0.6.0
12612024-08-16T03:37:24.201Z Compiling phf_shared v0.10.0
12622024-08-16T03:37:24.627Z Compiling float-cmp v0.9.0
12632024-08-16T03:37:24.770Z Compiling idna v0.4.0
12642024-08-16T03:37:24.839Z Compiling mio v0.8.11
12652024-08-16T03:37:24.858Z Compiling encoding_rs v0.8.34
12662024-08-16T03:37:26.183Z Compiling hyper-rustls v0.24.2
12672024-08-16T03:37:26.393Z Compiling hyper-tls v0.5.0
12682024-08-16T03:37:26.505Z Compiling normalize-line-endings v0.3.0
12692024-08-16T03:37:26.630Z Compiling static_assertions v1.1.0
12702024-08-16T03:37:26.723Z Compiling difflib v0.4.0
12712024-08-16T03:37:26.739Z Compiling webpki-roots v0.25.4
12722024-08-16T03:37:26.853Z Compiling unicode-segmentation v1.11.0
12732024-08-16T03:37:26.902Z Compiling bit-vec v0.6.3
12742024-08-16T03:37:27.356Z Compiling data-encoding v2.6.0
12752024-08-16T03:37:27.531Z Compiling minimal-lexical v0.2.1
12762024-08-16T03:37:27.666Z Compiling predicates-core v1.0.6
12772024-08-16T03:37:28.021Z Compiling sync_wrapper v0.1.2
12782024-08-16T03:37:28.039Z Compiling whoami v1.5.1
12792024-08-16T03:37:28.152Z Compiling dyn-clone v1.0.17
12802024-08-16T03:37:28.334Z Compiling fixedbitset v0.4.2
12812024-08-16T03:37:28.363Z Compiling mime v0.3.17
12822024-08-16T03:37:28.576Z Compiling new_debug_unreachable v1.0.6
12832024-08-16T03:37:28.626Z Compiling precomputed-hash v0.1.1
12842024-08-16T03:37:28.670Z Compiling toml_edit v0.22.20
12852024-08-16T03:37:28.689Z Compiling petgraph v0.6.5
12862024-08-16T03:37:28.740Z Compiling string_cache v0.8.7
12872024-08-16T03:37:28.758Z Compiling reqwest v0.11.27
12882024-08-16T03:37:28.964Z Compiling tokio-postgres v0.7.11
12892024-08-16T03:37:29.228Z Compiling hickory-proto v0.24.1
12902024-08-16T03:37:29.749Z Compiling nom v7.1.3
12912024-08-16T03:37:32.550Z Compiling predicates v3.1.2
12922024-08-16T03:37:32.653Z Compiling clap v4.5.15
12932024-08-16T03:37:32.777Z Compiling similar v2.5.0
12942024-08-16T03:37:33.039Z Compiling bit-set v0.5.3
12952024-08-16T03:37:33.316Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12962024-08-16T03:37:33.458Z Compiling console v0.15.8
12972024-08-16T03:37:34.221Z Compiling usdt v0.5.0
12982024-08-16T03:37:34.655Z Compiling elliptic-curve v0.13.8
12992024-08-16T03:37:34.711Z Compiling signal-hook-mio v0.2.4
13002024-08-16T03:37:34.885Z Compiling rsa v0.9.6
13012024-08-16T03:37:34.954Z Compiling futures v0.3.30
13022024-08-16T03:37:35.070Z Compiling flate2 v1.0.31
13032024-08-16T03:37:35.344Z Compiling toml v0.7.8
13042024-08-16T03:37:36.946Z Compiling itertools v0.10.5
13052024-08-16T03:37:37.025Z Compiling itertools v0.12.1
13062024-08-16T03:37:37.747Z Compiling tokio-stream v0.1.15
13072024-08-16T03:37:38.686Z Compiling openapiv3 v2.0.0
13082024-08-16T03:37:39.606Z Compiling hex v0.4.3
13092024-08-16T03:37:39.642Z Compiling sha1 v0.10.6
13102024-08-16T03:37:39.731Z Compiling bstr v1.9.1
13112024-08-16T03:37:39.748Z Compiling crossbeam-epoch v0.9.18
13122024-08-16T03:37:40.077Z Compiling dirs-sys-next v0.1.2
13132024-08-16T03:37:40.157Z Compiling peg-runtime v0.8.3
13142024-08-16T03:37:40.458Z Compiling unicode-xid v0.2.4
13152024-08-16T03:37:40.458Z Compiling lalrpop-util v0.19.12
13162024-08-16T03:37:40.532Z Compiling dirs-next v2.0.0
13172024-08-16T03:37:40.721Z Compiling thread_local v1.1.8
13182024-08-16T03:37:40.739Z Compiling slog-async v2.8.0
13192024-08-16T03:37:40.797Z Compiling term v0.7.0
13202024-08-16T03:37:40.837Z Compiling xattr v1.3.1
13212024-08-16T03:37:41.107Z Compiling strum_macros v0.26.4
13222024-08-16T03:37:41.277Z Compiling crossbeam-channel v0.5.12
13232024-08-16T03:37:41.324Z Compiling filetime v0.2.24
13242024-08-16T03:37:41.537Z Compiling is-terminal v0.4.12
13252024-08-16T03:37:41.616Z Compiling take_mut v0.2.2
13262024-08-16T03:37:41.666Z Compiling slog-term v2.9.1
13272024-08-16T03:37:41.772Z Compiling tar v0.4.41
13282024-08-16T03:37:42.397Z Compiling camino v1.1.7
13292024-08-16T03:37:43.522Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13302024-08-16T03:37:44.289Z Compiling strum v0.26.3
13312024-08-16T03:37:44.362Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13322024-08-16T03:37:49.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13332024-08-16T03:37:49.311Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13342024-08-16T03:37:49.315ZAug 16 03:37:48.153 INFO Starting download, target: Cockroach
13352024-08-16T03:37:49.315ZAug 16 03:37:48.153 INFO Starting download, target: Clickhouse
13362024-08-16T03:37:49.315ZAug 16 03:37:48.153 INFO Starting download, target: Console
13372024-08-16T03:37:49.319ZAug 16 03:37:48.153 INFO Starting download, target: DendriteOpenapi
13382024-08-16T03:37:49.319ZAug 16 03:37:48.153 INFO Starting download, target: DendriteStub
13392024-08-16T03:37:49.319ZAug 16 03:37:48.153 INFO Starting download, target: MaghemiteMgd
13402024-08-16T03:37:49.319ZAug 16 03:37:48.153 INFO Starting download, target: TransceiverControl
13412024-08-16T03:37:49.319ZAug 16 03:37:48.153 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13422024-08-16T03:37:49.320ZAug 16 03:37:48.154 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13432024-08-16T03:37:49.320ZAug 16 03:37:48.154 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13442024-08-16T03:37:49.320ZAug 16 03:37:48.154 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13452024-08-16T03:37:49.320ZAug 16 03:37:48.154 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13462024-08-16T03:37:49.320ZAug 16 03:37:48.154 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13472024-08-16T03:37:49.320ZAug 16 03:37:48.154 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13482024-08-16T03:37:49.449ZAug 16 03:37:48.286 INFO Download complete, target: DendriteOpenapi
13492024-08-16T03:37:49.612ZAug 16 03:37:48.448 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13502024-08-16T03:37:49.941ZAug 16 03:37:48.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13512024-08-16T03:37:50.009ZAug 16 03:37:48.847 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13522024-08-16T03:37:50.019ZAug 16 03:37:48.857 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13532024-08-16T03:37:50.307ZAug 16 03:37:49.145 INFO Download complete, target: Console
13542024-08-16T03:37:50.409ZAug 16 03:37:49.246 INFO Download complete, target: TransceiverControl
13552024-08-16T03:37:51.289ZAug 16 03:37:50.126 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13562024-08-16T03:37:52.087ZAug 16 03:37:50.924 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13572024-08-16T03:37:52.087ZAug 16 03:37:50.924 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13582024-08-16T03:37:53.324ZAug 16 03:37:52.160 INFO Download complete, target: MaghemiteMgd
13592024-08-16T03:37:53.328ZAug 16 03:37:52.164 INFO Download complete, target: DendriteStub
13602024-08-16T03:37:59.902ZAug 16 03:37:58.738 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13612024-08-16T03:38:00.219ZAug 16 03:37:59.051 INFO Checking that binary works, target: Cockroach
13622024-08-16T03:38:00.361ZAug 16 03:37:59.198 INFO Download complete, target: Cockroach
13632024-08-16T03:38:04.794ZAug 16 03:38:03.630 INFO Checking that binary works, target: Clickhouse
13642024-08-16T03:38:05.022ZAug 16 03:38:03.858 INFO Download complete, target: Clickhouse
13652024-08-16T03:38:05.321ZAll builder prerequisites installed successfully, and PATH looks valid
13662024-08-16T03:38:05.324Z
13672024-08-16T03:38:05.324Zreal 4:10.081656212
13682024-08-16T03:38:05.324Zuser 11:08.980069062
13692024-08-16T03:38:05.324Zsys 2:21.794159217
13702024-08-16T03:38:05.324Ztrap 0.428591009
13712024-08-16T03:38:05.324Ztflt 4.072139478
13722024-08-16T03:38:05.324Zdflt 4.979980735
13732024-08-16T03:38:05.324Zkflt 0.260337239
13742024-08-16T03:38:05.324Zlock 22:20.778944405
13752024-08-16T03:38:05.324Zslp 44:58.087944877
13762024-08-16T03:38:05.324Zlat 40.970494829
13772024-08-16T03:38:05.324Zstop 1:40.765680708
13782024-08-16T03:38:05.324Z+ banner hack-check
13792024-08-16T03:38:05.327Z
13802024-08-16T03:38:05.327Z # # ## #### # # #### # # ###### #### # #
13812024-08-16T03:38:05.327Z # # # # # # # # # # # # # # # # #
13822024-08-16T03:38:05.327Z ###### # # # #### ##### # ###### ##### # ####
13832024-08-16T03:38:05.327Z # # ###### # # # # # # # # # #
13842024-08-16T03:38:05.327Z # # # # # # # # # # # # # # # # #
13852024-08-16T03:38:05.327Z # # # # #### # # #### # # ###### #### # #
13862024-08-16T03:38:05.327Z
13872024-08-16T03:38:05.327Z+ export CARGO_INCREMENTAL=0
13882024-08-16T03:38:05.327Z+ CARGO_INCREMENTAL=0
13892024-08-16T03:38:05.327Z+ ptime -m timeout 2h cargo xtask check-features --ci
13902024-08-16T03:38:05.855Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13912024-08-16T03:38:09.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
13922024-08-16T03:38:09.294Z Running `target/debug/xtask check-features --ci`
13932024-08-16T03:38:09.316Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13942024-08-16T03:38:09.320Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13952024-08-16T03:38:09.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
13962024-08-16T03:38:09.782Z Running `target/debug/xtask download cargo-hack`
13972024-08-16T03:38:10.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13982024-08-16T03:38:10.842Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13992024-08-16T03:38:14.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
14002024-08-16T03:38:15.109Z Running `target/debug/xtask-downloader cargo-hack`
14012024-08-16T03:38:15.138ZAug 16 03:38:13.973 INFO Starting download, target: CargoHack
14022024-08-16T03:38:15.140ZAug 16 03:38:13.974 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14032024-08-16T03:38:15.547ZAug 16 03:38:14.382 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14042024-08-16T03:38:15.642ZAug 16 03:38:14.477 INFO Download complete, target: CargoHack
14052024-08-16T03:38:15.645Zrunning: "/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"
14062024-08-16T03:38:15.661Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14072024-08-16T03:38:15.804Zinfo: running `cargo check --bins` on api_identity (1/150)
14082024-08-16T03:38:16.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14092024-08-16T03:38:16.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14102024-08-16T03:38:16.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14112024-08-16T03:38:16.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14122024-08-16T03:38:16.372Z
14132024-08-16T03:38:16.372Zinfo: running `cargo check --bins` on bootstore (2/150)
14142024-08-16T03:38:16.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14152024-08-16T03:38:16.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14162024-08-16T03:38:16.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14172024-08-16T03:38:16.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14182024-08-16T03:38:16.978Z
14192024-08-16T03:38:16.978Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/150)
14202024-08-16T03:38:17.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14212024-08-16T03:38:17.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14222024-08-16T03:38:17.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14232024-08-16T03:38:17.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14242024-08-16T03:38:17.588Z
14252024-08-16T03:38:17.588Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150)
14262024-08-16T03:38:18.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14272024-08-16T03:38:18.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14282024-08-16T03:38:18.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14292024-08-16T03:38:18.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14302024-08-16T03:38:18.186Z
14312024-08-16T03:38:18.186Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150)
14322024-08-16T03:38:18.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14332024-08-16T03:38:18.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14342024-08-16T03:38:18.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14352024-08-16T03:38:18.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14362024-08-16T03:38:18.625Z
14372024-08-16T03:38:18.625Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150)
14382024-08-16T03:38:19.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14392024-08-16T03:38:19.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14402024-08-16T03:38:19.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14412024-08-16T03:38:19.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14422024-08-16T03:38:19.070Z
14432024-08-16T03:38:19.070Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150)
14442024-08-16T03:38:19.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14452024-08-16T03:38:19.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14462024-08-16T03:38:19.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14472024-08-16T03:38:19.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14482024-08-16T03:38:19.512Z
14492024-08-16T03:38:19.512Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150)
14502024-08-16T03:38:19.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14512024-08-16T03:38:19.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14522024-08-16T03:38:19.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14532024-08-16T03:38:19.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14542024-08-16T03:38:19.961Z
14552024-08-16T03:38:19.961Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150)
14562024-08-16T03:38:20.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14572024-08-16T03:38:20.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14582024-08-16T03:38:20.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14592024-08-16T03:38:20.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14602024-08-16T03:38:20.401Z
14612024-08-16T03:38:20.401Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150)
14622024-08-16T03:38:20.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14632024-08-16T03:38:20.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14642024-08-16T03:38:20.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14652024-08-16T03:38:20.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14662024-08-16T03:38:20.849Z
14672024-08-16T03:38:20.849Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150)
14682024-08-16T03:38:21.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14692024-08-16T03:38:21.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14702024-08-16T03:38:21.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14712024-08-16T03:38:21.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14722024-08-16T03:38:21.297Z
14732024-08-16T03:38:21.298Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150)
14742024-08-16T03:38:21.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14752024-08-16T03:38:21.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14762024-08-16T03:38:21.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14772024-08-16T03:38:21.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14782024-08-16T03:38:21.749Z
14792024-08-16T03:38:21.749Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150)
14802024-08-16T03:38:22.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14812024-08-16T03:38:22.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14822024-08-16T03:38:22.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14832024-08-16T03:38:22.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14842024-08-16T03:38:22.192Z
14852024-08-16T03:38:22.192Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150)
14862024-08-16T03:38:22.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14872024-08-16T03:38:22.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14882024-08-16T03:38:22.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14892024-08-16T03:38:22.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14902024-08-16T03:38:22.630Z
14912024-08-16T03:38:22.630Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150)
14922024-08-16T03:38:23.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14932024-08-16T03:38:23.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14942024-08-16T03:38:23.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14952024-08-16T03:38:23.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14962024-08-16T03:38:23.067Z
14972024-08-16T03:38:23.067Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150)
14982024-08-16T03:38:23.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14992024-08-16T03:38:23.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15002024-08-16T03:38:23.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15012024-08-16T03:38:23.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15022024-08-16T03:38:23.508Z
15032024-08-16T03:38:23.508Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150)
15042024-08-16T03:38:23.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15052024-08-16T03:38:23.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15062024-08-16T03:38:23.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15072024-08-16T03:38:23.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15082024-08-16T03:38:23.943Z
15092024-08-16T03:38:23.943Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150)
15102024-08-16T03:38:24.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15112024-08-16T03:38:24.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15122024-08-16T03:38:24.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15132024-08-16T03:38:24.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15142024-08-16T03:38:24.391Z
15152024-08-16T03:38:24.391Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150)
15162024-08-16T03:38:24.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15172024-08-16T03:38:24.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15182024-08-16T03:38:24.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15192024-08-16T03:38:24.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15202024-08-16T03:38:24.833Z
15212024-08-16T03:38:24.833Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150)
15222024-08-16T03:38:25.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-08-16T03:38:25.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-08-16T03:38:25.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-08-16T03:38:25.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15262024-08-16T03:38:25.280Z
15272024-08-16T03:38:25.281Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150)
15282024-08-16T03:38:25.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-08-16T03:38:25.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-08-16T03:38:25.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-08-16T03:38:25.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15322024-08-16T03:38:25.714Z
15332024-08-16T03:38:25.714Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150)
15342024-08-16T03:38:26.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-08-16T03:38:26.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-08-16T03:38:26.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-08-16T03:38:26.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15382024-08-16T03:38:26.161Z
15392024-08-16T03:38:26.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150)
15402024-08-16T03:38:26.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-08-16T03:38:26.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-08-16T03:38:26.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-08-16T03:38:26.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15442024-08-16T03:38:26.617Z
15452024-08-16T03:38:26.617Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150)
15462024-08-16T03:38:27.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-08-16T03:38:27.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-08-16T03:38:27.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-08-16T03:38:27.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
15502024-08-16T03:38:27.053Z
15512024-08-16T03:38:27.053Zinfo: running `cargo check --bins` on sled-hardware-types (25/150)
15522024-08-16T03:38:27.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-08-16T03:38:27.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-08-16T03:38:27.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-08-16T03:38:27.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15562024-08-16T03:38:27.759Z
15572024-08-16T03:38:27.759Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/150)
15582024-08-16T03:38:28.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-08-16T03:38:28.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-08-16T03:38:28.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-08-16T03:38:28.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15622024-08-16T03:38:28.283Z
15632024-08-16T03:38:28.283Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150)
15642024-08-16T03:38:28.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-08-16T03:38:28.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-08-16T03:38:28.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-08-16T03:38:28.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15682024-08-16T03:38:28.900Z
15692024-08-16T03:38:28.900Zinfo: running `cargo check --bins` on oxlog (28/150)
15702024-08-16T03:38:29.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-08-16T03:38:29.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-08-16T03:38:29.487Z Checking cfg-if v1.0.0
15732024-08-16T03:38:29.490Z Checking libc v0.2.155
15742024-08-16T03:38:29.578Z Checking serde v1.0.207
15752024-08-16T03:38:29.578Z Checking memchr v2.7.2
15762024-08-16T03:38:29.580Z Checking zeroize v1.7.0
15772024-08-16T03:38:29.581Z Checking scopeguard v1.2.0
15782024-08-16T03:38:29.597Z Checking typenum v1.17.0
15792024-08-16T03:38:29.606Z Checking byteorder v1.5.0
15802024-08-16T03:38:29.628Z Checking log v0.4.21
15812024-08-16T03:38:29.715Z Checking lock_api v0.4.12
15822024-08-16T03:38:29.813Z Checking subtle v2.5.0
15832024-08-16T03:38:29.900Z Checking const-oid v0.9.6
15842024-08-16T03:38:29.986Z Checking once_cell v1.19.0
15852024-08-16T03:38:30.070Z Checking itoa v1.0.11
15862024-08-16T03:38:30.110Z Checking smallvec v1.13.2
15872024-08-16T03:38:30.250Z Checking pin-project-lite v0.2.14
15882024-08-16T03:38:30.276Z Checking spin v0.9.8
15892024-08-16T03:38:30.362Z Checking zerocopy v0.7.34
15902024-08-16T03:38:30.435Z Checking tinyvec_macros v0.1.1
15912024-08-16T03:38:30.451Z Checking futures-core v0.3.30
15922024-08-16T03:38:30.512Z Checking tinyvec v1.6.0
15932024-08-16T03:38:30.593Z Checking cpufeatures v0.2.12
15942024-08-16T03:38:30.621Z Checking getrandom v0.2.14
15952024-08-16T03:38:30.640Z Checking parking_lot_core v0.9.10
15962024-08-16T03:38:30.672Z Checking signal-hook-registry v1.4.2
15972024-08-16T03:38:30.850Z Checking rand_core v0.6.4
15982024-08-16T03:38:30.905Z Checking mio v1.0.2
15992024-08-16T03:38:30.907Z Checking generic-array v0.14.7
16002024-08-16T03:38:30.976Z Checking parking_lot v0.12.2
16012024-08-16T03:38:31.159Z Checking socket2 v0.5.7
16022024-08-16T03:38:31.310Z Checking allocator-api2 v0.2.18
16032024-08-16T03:38:31.450Z Checking futures-sink v0.3.30
16042024-08-16T03:38:31.576Z Checking unicode-bidi v0.3.15
16052024-08-16T03:38:31.614Z Checking libm v0.2.8
16062024-08-16T03:38:31.697Z Checking ryu v1.0.18
16072024-08-16T03:38:31.788Z Checking ahash v0.8.11
16082024-08-16T03:38:31.801Z Checking unicode-normalization v0.1.23
16092024-08-16T03:38:31.923Z Checking equivalent v1.0.1
16102024-08-16T03:38:31.933Z Checking futures-channel v0.3.30
16112024-08-16T03:38:32.015Z Checking slab v0.4.9
16122024-08-16T03:38:32.085Z Checking crypto-common v0.1.6
16132024-08-16T03:38:32.163Z Checking block-buffer v0.10.4
16142024-08-16T03:38:32.245Z Checking block-padding v0.3.3
16152024-08-16T03:38:32.248Z Checking pin-utils v0.1.0
16162024-08-16T03:38:32.271Z Checking futures-task v0.3.30
16172024-08-16T03:38:32.331Z Checking hashbrown v0.14.5
16182024-08-16T03:38:32.343Z Checking futures-io v0.3.30
16192024-08-16T03:38:32.354Z Checking digest v0.10.7
16202024-08-16T03:38:32.444Z Checking inout v0.1.3
16212024-08-16T03:38:32.493Z Checking base64ct v1.6.0
16222024-08-16T03:38:32.508Z Checking num-traits v0.2.19
16232024-08-16T03:38:32.520Z Checking futures-util v0.3.30
16242024-08-16T03:38:32.654Z Checking cipher v0.4.4
16252024-08-16T03:38:32.669Z Checking flagset v0.4.5
16262024-08-16T03:38:32.699Z Checking hmac v0.12.1
16272024-08-16T03:38:32.837Z Checking sha2 v0.10.8
16282024-08-16T03:38:32.895Z Checking percent-encoding v2.3.1
16292024-08-16T03:38:32.909Z Checking pem-rfc7468 v0.7.0
16302024-08-16T03:38:33.019Z Checking ppv-lite86 v0.2.17
16312024-08-16T03:38:33.084Z Checking salsa20 v0.10.2
16322024-08-16T03:38:33.149Z Checking der v0.7.9
16332024-08-16T03:38:33.284Z Checking pbkdf2 v0.12.2
16342024-08-16T03:38:33.373Z Checking tracing-core v0.1.32
16352024-08-16T03:38:33.434Z Checking fnv v1.0.7
16362024-08-16T03:38:33.518Z Checking untrusted v0.9.0
16372024-08-16T03:38:33.552Z Checking scrypt v0.11.0
16382024-08-16T03:38:33.667Z Checking ring v0.17.8
16392024-08-16T03:38:33.681Z Checking rand_chacha v0.3.1
16402024-08-16T03:38:33.770Z Checking cbc v0.1.2
16412024-08-16T03:38:33.956Z Checking aes v0.8.4
16422024-08-16T03:38:33.998Z Checking tracing v0.1.40
16432024-08-16T03:38:34.034Z Checking rand v0.8.5
16442024-08-16T03:38:34.203Z Checking thiserror v1.0.63
16452024-08-16T03:38:34.320Z Checking foreign-types-shared v0.1.1
16462024-08-16T03:38:34.338Z Checking form_urlencoded v1.2.1
16472024-08-16T03:38:34.413Z Checking foreign-types v0.3.2
16482024-08-16T03:38:34.499Z Checking openssl-sys v0.9.103
16492024-08-16T03:38:34.515Z Checking lazy_static v1.5.0
16502024-08-16T03:38:34.613Z Checking try-lock v0.2.5
16512024-08-16T03:38:34.659Z Checking bytes v1.7.1
16522024-08-16T03:38:34.740Z Checking bitflags v2.6.0
16532024-08-16T03:38:34.796Z Checking indexmap v2.4.0
16542024-08-16T03:38:34.922Z Checking serde_json v1.0.125
16552024-08-16T03:38:35.030Z Checking spki v0.7.3
16562024-08-16T03:38:35.267Z Checking unicode-ident v1.0.12
16572024-08-16T03:38:35.283Z Checking pkcs5 v0.7.1
16582024-08-16T03:38:35.412Z Checking siphasher v0.3.11
16592024-08-16T03:38:35.427Z Checking tokio v1.39.2
16602024-08-16T03:38:35.452Z Checking http v0.2.12
16612024-08-16T03:38:35.693Z Checking powerfmt v0.2.0
16622024-08-16T03:38:35.754Z Checking openssl v0.10.66
16632024-08-16T03:38:35.770Z Checking pkcs8 v0.10.2
16642024-08-16T03:38:35.941Z Checking deranged v0.3.11
16652024-08-16T03:38:36.059Z Checking sct v0.7.1
16662024-08-16T03:38:36.096Z Checking rustls-webpki v0.101.7
16672024-08-16T03:38:36.245Z Checking proc-macro2 v1.0.86
16682024-08-16T03:38:36.575Z Checking want v0.3.1
16692024-08-16T03:38:36.738Z Checking uuid v1.10.0
16702024-08-16T03:38:36.751Z Checking http-body v0.4.6
16712024-08-16T03:38:36.821Z Checking idna v0.5.0
16722024-08-16T03:38:36.865Z Checking httparse v1.8.0
16732024-08-16T03:38:37.115Z Checking errno v0.3.9
16742024-08-16T03:38:37.267Z Checking aho-corasick v1.1.3
16752024-08-16T03:38:37.278Z Checking scroll v0.12.0
16762024-08-16T03:38:37.306Z Checking anstyle v1.0.8
16772024-08-16T03:38:37.492Z Checking adler v1.0.2
16782024-08-16T03:38:37.626Z Checking num-conv v0.1.0
16792024-08-16T03:38:37.626Z Checking httpdate v1.0.3
16802024-08-16T03:38:37.662Z Checking openssl-probe v0.1.5
16812024-08-16T03:38:37.676Z Checking regex-syntax v0.8.4
16822024-08-16T03:38:37.720Z Checking time-core v0.1.2
16832024-08-16T03:38:37.806Z Checking utf8parse v0.2.1
16842024-08-16T03:38:37.844Z Checking ucd-trie v0.1.6
16852024-08-16T03:38:37.859Z Checking num_threads v0.1.7
16862024-08-16T03:38:37.871Z Checking iana-time-zone v0.1.60
16872024-08-16T03:38:37.940Z Checking finl_unicode v1.2.0
16882024-08-16T03:38:37.956Z Checking plain v0.2.3
16892024-08-16T03:38:38.001Z Checking tower-service v0.3.2
16902024-08-16T03:38:38.022Z Checking pest v2.7.10
16912024-08-16T03:38:38.080Z Checking goblin v0.8.2
16922024-08-16T03:38:38.118Z Checking chrono v0.4.38
16932024-08-16T03:38:38.505Z Checking stringprep v0.1.4
16942024-08-16T03:38:38.753Z Checking time v0.3.36
16952024-08-16T03:38:38.825Z Checking anstyle-parse v0.2.4
16962024-08-16T03:38:39.075Z Checking miniz_oxide v0.7.2
16972024-08-16T03:38:39.805Z Checking url v2.5.2
16982024-08-16T03:38:40.047Z Checking rustix v0.38.34
16992024-08-16T03:38:40.478Z Checking quote v1.0.36
17002024-08-16T03:38:40.591Z Checking rustls v0.21.12
17012024-08-16T03:38:40.786Z Checking toml_datetime v0.6.8
17022024-08-16T03:38:40.943Z Checking regex-automata v0.4.6
17032024-08-16T03:38:41.065Z Checking serde_spanned v0.6.7
17042024-08-16T03:38:41.133Z Checking native-tls v0.2.11
17052024-08-16T03:38:41.227Z Checking num-integer v0.1.46
17062024-08-16T03:38:41.259Z Checking md-5 v0.10.6
17072024-08-16T03:38:41.426Z Checking idna v0.3.0
17082024-08-16T03:38:41.462Z Checking hash32 v0.2.1
17092024-08-16T03:38:41.694Z Checking stable_deref_trait v1.2.0
17102024-08-16T03:38:41.765Z Checking pretty-hex v0.4.1
17112024-08-16T03:38:41.786Z Checking psl-types v2.0.11
17122024-08-16T03:38:41.919Z Checking colorchoice v1.0.1
17132024-08-16T03:38:41.948Z Checking is_terminal_polyfill v1.70.0
17142024-08-16T03:38:42.005Z Checking fallible-iterator v0.2.0
17152024-08-16T03:38:42.038Z Checking base64 v0.22.1
17162024-08-16T03:38:42.059Z Checking gimli v0.28.1
17172024-08-16T03:38:42.223Z Checking anstyle-query v1.0.3
17182024-08-16T03:38:42.269Z Checking tokio-util v0.7.11
17192024-08-16T03:38:42.335Z Checking anstream v0.6.14
17202024-08-16T03:38:42.509Z Checking tokio-native-tls v0.3.1
17212024-08-16T03:38:42.596Z Checking postgres-protocol v0.6.7
17222024-08-16T03:38:42.681Z Checking publicsuffix v2.2.3
17232024-08-16T03:38:42.747Z Checking terminal_size v0.3.0
17242024-08-16T03:38:42.893Z Checking heapless v0.7.17
17252024-08-16T03:38:42.907Z Checking num-iter v0.1.45
17262024-08-16T03:38:43.011Z Checking dof v0.3.0
17272024-08-16T03:38:43.066Z Checking cookie v0.17.0
17282024-08-16T03:38:43.148Z Checking h2 v0.3.26
17292024-08-16T03:38:43.228Z Checking syn v2.0.74
17302024-08-16T03:38:43.462Z Checking dtrace-parser v0.2.0
17312024-08-16T03:38:43.609Z Checking phf_shared v0.11.2
17322024-08-16T03:38:43.681Z Checking tokio-rustls v0.24.1
17332024-08-16T03:38:43.880Z Checking ff v0.13.0
17342024-08-16T03:38:43.894Z Checking thread-id v4.2.1
17352024-08-16T03:38:43.928Z Checking object v0.32.2
17362024-08-16T03:38:43.989Z Checking regex-automata v0.1.10
17372024-08-16T03:38:44.029Z Checking ipnet v2.9.0
17382024-08-16T03:38:44.068Z Checking winnow v0.5.40
17392024-08-16T03:38:44.343Z Checking clap_lex v0.7.0
17402024-08-16T03:38:44.458Z Checking bitflags v1.3.2
17412024-08-16T03:38:44.551Z Checking base16ct v0.2.0
17422024-08-16T03:38:44.584Z Checking managed v0.8.0
17432024-08-16T03:38:44.720Z Checking strsim v0.11.1
17442024-08-16T03:38:44.954Z Checking rustc-demangle v0.1.24
17452024-08-16T03:38:44.982Z Checking base64 v0.21.7
17462024-08-16T03:38:45.354Z Checking either v1.13.0
17472024-08-16T03:38:45.418Z Checking rustls-pemfile v1.0.4
17482024-08-16T03:38:45.432Z Checking regex v1.10.6
17492024-08-16T03:38:45.599Z Checking clap_builder v4.5.15
17502024-08-16T03:38:45.724Z Checking smoltcp v0.9.1
17512024-08-16T03:38:45.970Z Checking addr2line v0.21.0
17522024-08-16T03:38:45.999Z Checking sec1 v0.7.3
17532024-08-16T03:38:46.395Z Checking bstr v0.2.17
17542024-08-16T03:38:46.466Z Checking group v0.13.0
17552024-08-16T03:38:46.693Z Checking phf v0.11.2
17562024-08-16T03:38:46.955Z Checking cookie_store v0.20.0
17572024-08-16T03:38:47.076Z Checking toml_edit v0.19.15
17582024-08-16T03:38:47.188Z Checking postgres-types v0.2.7
17592024-08-16T03:38:47.215Z Checking num-bigint-dig v0.8.4
17602024-08-16T03:38:47.555Z Checking futures-executor v0.3.30
17612024-08-16T03:38:47.771Z Checking pkcs1 v0.7.5
17622024-08-16T03:38:47.892Z Checking phf_shared v0.10.0
17632024-08-16T03:38:48.155Z Checking serde_urlencoded v0.7.1
17642024-08-16T03:38:48.158Z Checking hubpack v0.1.2
17652024-08-16T03:38:48.455Z Checking zerocopy v0.6.6
17662024-08-16T03:38:48.547Z Checking float-cmp v0.9.0
17672024-08-16T03:38:48.582Z Checking signal-hook v0.3.17
17682024-08-16T03:38:48.726Z Checking crossbeam-utils v0.8.19
17692024-08-16T03:38:48.887Z Checking crc32fast v1.4.0
17702024-08-16T03:38:49.095Z Checking hkdf v0.12.4
17712024-08-16T03:38:49.170Z Checking signature v2.2.0
17722024-08-16T03:38:49.244Z Checking hyper v0.14.30
17732024-08-16T03:38:49.287Z Checking idna v0.4.0
17742024-08-16T03:38:49.328Z Checking crypto-bigint v0.5.5
17752024-08-16T03:38:49.340Z Checking memmap v0.7.0
17762024-08-16T03:38:49.354Z Checking mio v0.8.11
17772024-08-16T03:38:49.427Z Checking usdt-impl v0.5.0
17782024-08-16T03:38:49.494Z Checking encoding_rs v0.8.34
17792024-08-16T03:38:49.520Z Checking data-encoding v2.6.0
17802024-08-16T03:38:49.832Z Checking backtrace v0.3.71
17812024-08-16T03:38:49.912Z Checking webpki-roots v0.25.4
17822024-08-16T03:38:49.965Z Checking difflib v0.4.0
17832024-08-16T03:38:50.061Z Checking new_debug_unreachable v1.0.6
17842024-08-16T03:38:50.075Z Checking mime v0.3.17
17852024-08-16T03:38:50.139Z Checking sync_wrapper v0.1.2
17862024-08-16T03:38:50.154Z Checking predicates-core v1.0.6
17872024-08-16T03:38:50.247Z Checking whoami v1.5.1
17882024-08-16T03:38:50.270Z Checking fixedbitset v0.4.2
17892024-08-16T03:38:50.314Z Checking normalize-line-endings v0.3.0
17902024-08-16T03:38:50.358Z Checking dyn-clone v1.0.17
17912024-08-16T03:38:50.375Z Checking unicode-segmentation v1.11.0
17922024-08-16T03:38:50.412Z Checking unicode-width v0.1.13
17932024-08-16T03:38:50.493Z Checking static_assertions v1.1.0
17942024-08-16T03:38:50.504Z Checking winnow v0.6.18
17952024-08-16T03:38:50.522Z Checking precomputed-hash v0.1.1
17962024-08-16T03:38:50.576Z Checking bit-vec v0.6.3
17972024-08-16T03:38:50.591Z Checking minimal-lexical v0.2.1
17982024-08-16T03:38:50.616Z Checking string_cache v0.8.7
17992024-08-16T03:38:50.895Z Checking console v0.15.8
18002024-08-16T03:38:50.910Z Checking bit-set v0.5.3
18012024-08-16T03:38:50.969Z Checking nom v7.1.3
18022024-08-16T03:38:50.984Z Checking similar v2.5.0
18032024-08-16T03:38:51.139Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18042024-08-16T03:38:51.447Z Checking tokio-postgres v0.7.11
18052024-08-16T03:38:51.736Z Checking petgraph v0.6.5
18062024-08-16T03:38:51.785Z Checking schemars v0.8.21
18072024-08-16T03:38:52.057Z Checking elliptic-curve v0.13.8
18082024-08-16T03:38:52.732Z Checking predicates v3.1.2
18092024-08-16T03:38:53.348Z Checking anyhow v1.0.86
18102024-08-16T03:38:53.400Z Checking toml_edit v0.22.20
18112024-08-16T03:38:53.440Z Checking hickory-proto v0.24.1
18122024-08-16T03:38:53.700Z Checking signal-hook-mio v0.2.4
18132024-08-16T03:38:53.781Z Checking usdt v0.5.0
18142024-08-16T03:38:53.827Z Checking toml v0.7.8
18152024-08-16T03:38:54.018Z Checking crossbeam-epoch v0.9.18
18162024-08-16T03:38:54.412Z Checking rsa v0.9.6
18172024-08-16T03:38:54.432Z Checking flate2 v1.0.31
18182024-08-16T03:38:54.568Z Checking clap v4.5.15
18192024-08-16T03:38:54.680Z Checking futures v0.3.30
18202024-08-16T03:38:54.779Z Checking itertools v0.12.1
18212024-08-16T03:38:55.060Z Checking itertools v0.10.5
18222024-08-16T03:38:55.083Z Checking bstr v1.9.1
18232024-08-16T03:38:55.258Z Checking hyper-tls v0.5.0
18242024-08-16T03:38:55.365Z Checking hyper-rustls v0.24.2
18252024-08-16T03:38:55.516Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18262024-08-16T03:38:55.538Z Checking tokio-stream v0.1.15
18272024-08-16T03:38:55.654Z Checking reqwest v0.11.27
18282024-08-16T03:38:55.951Z Checking fs-err v2.11.0
18292024-08-16T03:38:55.966Z Checking nix v0.28.0
18302024-08-16T03:38:56.130Z Checking slog v2.7.0
18312024-08-16T03:38:56.264Z Checking openapiv3 v2.0.0
18322024-08-16T03:38:56.486Z Checking hex v0.4.3
18332024-08-16T03:38:56.617Z Checking semver v1.0.23
18342024-08-16T03:38:56.984Z Checking sha1 v0.10.6
18352024-08-16T03:38:57.005Z Checking peg-runtime v0.8.3
18362024-08-16T03:38:57.212Z Checking lalrpop-util v0.19.12
18372024-08-16T03:38:57.249Z Checking camino v1.1.7
18382024-08-16T03:38:57.263Z Checking sigpipe v0.1.3
18392024-08-16T03:38:58.884Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18402024-08-16T03:38:59.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.26s
18412024-08-16T03:38:59.296Z
18422024-08-16T03:38:59.296Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150)
18432024-08-16T03:38:59.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442024-08-16T03:38:59.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452024-08-16T03:38:59.939Z Compiling regress v0.9.1
18462024-08-16T03:39:00.032Z Checking strum v0.26.3
18472024-08-16T03:39:00.047Z Checking heck v0.5.0
18482024-08-16T03:39:00.057Z Compiling getopts v0.2.21
18492024-08-16T03:39:00.060Z Checking dirs-sys-next v0.1.2
18502024-08-16T03:39:00.079Z Compiling unsafe-libyaml v0.2.11
18512024-08-16T03:39:00.146Z Checking http v1.1.0
18522024-08-16T03:39:00.197Z Checking thread_local v1.1.8
18532024-08-16T03:39:00.214Z Checking dirs-next v2.0.0
18542024-08-16T03:39:00.333Z Checking rustls-pki-types v1.7.0
18552024-08-16T03:39:00.377Z Compiling ident_case v1.0.1
18562024-08-16T03:39:00.465Z Checking term v0.7.0
18572024-08-16T03:39:00.554Z Compiling darling_core v0.20.9
18582024-08-16T03:39:00.743Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18592024-08-16T03:39:00.848Z Checking crossbeam-channel v0.5.12
18602024-08-16T03:39:00.971Z Checking is-terminal v0.4.12
18612024-08-16T03:39:01.067Z Checking atty v0.2.14
18622024-08-16T03:39:01.083Z Checking humantime v2.1.0
18632024-08-16T03:39:01.178Z Checking take_mut v0.2.2
18642024-08-16T03:39:01.320Z Compiling rustls v0.22.4
18652024-08-16T03:39:01.364Z Compiling serde_yaml v0.9.34+deprecated
18662024-08-16T03:39:01.435Z Checking utf-8 v0.7.6
18672024-08-16T03:39:01.537Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18682024-08-16T03:39:01.590Z Compiling paste v1.0.15
18692024-08-16T03:39:01.622Z Checking termcolor v1.4.1
18702024-08-16T03:39:01.913Z Checking slog-async v2.8.0
18712024-08-16T03:39:02.027Z Checking env_logger v0.9.3
18722024-08-16T03:39:02.030Z Checking slog-term v2.9.1
18732024-08-16T03:39:02.166Z Checking rustls-webpki v0.102.4
18742024-08-16T03:39:02.176Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18752024-08-16T03:39:02.453Z Compiling proc-macro-crate v1.3.1
18762024-08-16T03:39:02.514Z Compiling bitstruct_derive v0.1.0
18772024-08-16T03:39:02.533Z Compiling structmeta-derive v0.3.0
18782024-08-16T03:39:02.930Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-08-16T03:39:03.051Z Compiling multer v3.1.0
18802024-08-16T03:39:03.346Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18812024-08-16T03:39:03.441Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18822024-08-16T03:39:03.616Z Checking ascii v1.1.0
18832024-08-16T03:39:03.842Z Checking match_cfg v0.1.0
18842024-08-16T03:39:03.929Z Checking hostname v0.3.1
18852024-08-16T03:39:03.995Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18862024-08-16T03:39:04.053Z Checking bitstruct v0.1.1
18872024-08-16T03:39:04.179Z Compiling num_enum_derive v0.5.11
18882024-08-16T03:39:04.951Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18892024-08-16T03:39:05.097Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18902024-08-16T03:39:05.492Z Compiling structmeta v0.3.0
18912024-08-16T03:39:05.514Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18922024-08-16T03:39:05.766Z Checking slog-json v2.6.1
18932024-08-16T03:39:05.787Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18942024-08-16T03:39:05.893Z Checking erased-serde v0.3.31
18952024-08-16T03:39:06.009Z Checking serde_arrays v0.1.0
18962024-08-16T03:39:06.034Z Compiling foreign-types-macros v0.2.3
18972024-08-16T03:39:06.153Z Compiling async-stream-impl v0.3.5
18982024-08-16T03:39:06.564Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18992024-08-16T03:39:06.820Z Checking atomic-waker v1.1.2
19002024-08-16T03:39:06.861Z Checking foreign-types-shared v0.3.1
19012024-08-16T03:39:06.947Z Checking arc-swap v1.7.1
19022024-08-16T03:39:06.963Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19032024-08-16T03:39:06.985Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19042024-08-16T03:39:07.265Z Checking waitgroup v0.1.2
19052024-08-16T03:39:07.318Z Checking foreign-types v0.5.0
19062024-08-16T03:39:07.355Z Checking slog-scope v4.4.0
19072024-08-16T03:39:07.451Z Checking num_enum v0.5.11
19082024-08-16T03:39:07.490Z Checking slog-bunyan v2.5.0
19092024-08-16T03:39:07.544Z Compiling parse-display-derive v0.10.0
19102024-08-16T03:39:07.564Z Checking async-stream v0.3.5
19112024-08-16T03:39:07.579Z Compiling darling_macro v0.20.9
19122024-08-16T03:39:07.591Z Compiling proc-macro-error v1.0.4
19132024-08-16T03:39:07.876Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19142024-08-16T03:39:07.978Z Checking toml v0.8.19
19152024-08-16T03:39:08.202Z Checking tungstenite v0.20.1
19162024-08-16T03:39:08.270Z Checking rustls-pemfile v2.1.3
19172024-08-16T03:39:08.504Z Compiling heck v0.3.3
19182024-08-16T03:39:08.540Z Compiling darling v0.20.9
19192024-08-16T03:39:08.646Z Compiling serde_with_macros v3.8.3
19202024-08-16T03:39:08.661Z Checking tokio-rustls v0.25.0
19212024-08-16T03:39:08.693Z Checking ipnetwork v0.20.0
19222024-08-16T03:39:08.917Z Checking newtype-uuid v1.1.0
19232024-08-16T03:39:08.997Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19242024-08-16T03:39:09.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19252024-08-16T03:39:09.069Z Checking serde_path_to_error v0.1.16
19262024-08-16T03:39:09.154Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19272024-08-16T03:39:09.657Z Checking hostname v0.4.0
19282024-08-16T03:39:09.787Z Checking cstr-argument v0.1.2
19292024-08-16T03:39:09.931Z Checking instant v0.1.12
19302024-08-16T03:39:09.947Z Checking pretty-hex v0.2.1
19312024-08-16T03:39:09.960Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19322024-08-16T03:39:10.033Z Checking fastrand v2.1.0
19332024-08-16T03:39:10.087Z Checking debug-ignore v1.0.5
19342024-08-16T03:39:10.218Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19352024-08-16T03:39:10.263Z Checking backoff v0.4.0
19362024-08-16T03:39:10.331Z Checking tempfile v3.10.1
19372024-08-16T03:39:10.472Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19382024-08-16T03:39:10.540Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19392024-08-16T03:39:10.676Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19402024-08-16T03:39:10.786Z Checking tokio-tungstenite v0.20.1
19412024-08-16T03:39:10.817Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19422024-08-16T03:39:10.899Z Compiling zone_cfg_derive v0.1.2
19432024-08-16T03:39:11.151Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19442024-08-16T03:39:11.244Z Checking slog-stdlog v4.1.1
19452024-08-16T03:39:11.398Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19462024-08-16T03:39:11.537Z Checking tungstenite v0.21.0
19472024-08-16T03:39:11.600Z Checking serde_with v3.8.3
19482024-08-16T03:39:11.906Z Checking colored v2.1.0
19492024-08-16T03:39:12.196Z Checking macaddr v1.0.1
19502024-08-16T03:39:12.232Z Checking parse-display v0.10.0
19512024-08-16T03:39:12.419Z Checking socket2 v0.4.10
19522024-08-16T03:39:12.463Z Checking base64 v0.13.1
19532024-08-16T03:39:12.486Z Checking tokio-tungstenite v0.21.0
19542024-08-16T03:39:12.593Z Checking zone v0.1.8
19552024-08-16T03:39:12.838Z Checking ron v0.7.1
19562024-08-16T03:39:12.964Z Checking slog-envlogger v2.2.0
19572024-08-16T03:39:13.176Z Checking pem v3.0.4
19582024-08-16T03:39:13.252Z Checking tabwriter v1.4.0
19592024-08-16T03:39:13.436Z Checking xattr v1.3.1
19602024-08-16T03:39:13.485Z Checking portpicker v0.1.1
19612024-08-16T03:39:13.619Z Checking yasna v0.5.2
19622024-08-16T03:39:13.621Z Checking headers-core v0.2.0
19632024-08-16T03:39:13.984Z Checking smf v0.2.3
19642024-08-16T03:39:14.342Z Checking filetime v0.2.24
19652024-08-16T03:39:14.397Z Checking same-file v1.0.6
19662024-08-16T03:39:14.420Z Checking rcgen v0.12.1
19672024-08-16T03:39:14.461Z Checking headers v0.3.9
19682024-08-16T03:39:14.531Z Checking tar v0.4.41
19692024-08-16T03:39:14.550Z Checking walkdir v2.5.0
19702024-08-16T03:39:14.997Z Checking camino-tempfile v1.1.1
19712024-08-16T03:39:15.019Z Checking atomicwrites v0.4.3
19722024-08-16T03:39:15.046Z Checking subprocess v0.2.9
19732024-08-16T03:39:15.639Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-08-16T03:39:15.846Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19752024-08-16T03:39:17.726Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19762024-08-16T03:39:19.562Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19772024-08-16T03:39:19.624Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19782024-08-16T03:39:22.643Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19792024-08-16T03:39:28.782Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19802024-08-16T03:39:28.905Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19812024-08-16T03:39:28.905Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-08-16T03:39:31.260Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19832024-08-16T03:39:31.697Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19842024-08-16T03:39:37.336Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19852024-08-16T03:39:38.723Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19862024-08-16T03:39:39.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.45s
19872024-08-16T03:39:39.907Z
19882024-08-16T03:39:39.907Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150)
19892024-08-16T03:39:40.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902024-08-16T03:39:40.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912024-08-16T03:39:40.533Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19922024-08-16T03:39:41.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
19932024-08-16T03:39:41.853Z
19942024-08-16T03:39:41.853Zinfo: running `cargo check --bins` on nexus-config (31/150)
19952024-08-16T03:39:42.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-08-16T03:39:42.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-08-16T03:39:42.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982024-08-16T03:39:42.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19992024-08-16T03:39:42.460Z
20002024-08-16T03:39:42.460Zinfo: running `cargo check --bins` on omicron-rpaths (32/150)
20012024-08-16T03:39:42.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-08-16T03:39:42.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-08-16T03:39:42.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042024-08-16T03:39:42.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20052024-08-16T03:39:43.040Z
20062024-08-16T03:39:43.041Zinfo: running `cargo check --bins` on omicron-certificates (33/150)
20072024-08-16T03:39:43.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-08-16T03:39:43.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-08-16T03:39:43.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-08-16T03:39:43.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20112024-08-16T03:39:43.636Z
20122024-08-16T03:39:43.636Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/150)
20132024-08-16T03:39:44.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-08-16T03:39:44.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-08-16T03:39:44.251Z Compiling heapless v0.8.0
20162024-08-16T03:39:44.254Z Checking hash32 v0.3.1
20172024-08-16T03:39:44.254Z Compiling smoltcp v0.11.0
20182024-08-16T03:39:44.354Z Checking cobs v0.2.3
20192024-08-16T03:39:44.357Z Checking embedded-io v0.4.0
20202024-08-16T03:39:44.373Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20212024-08-16T03:39:44.373Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20222024-08-16T03:39:44.400Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20232024-08-16T03:39:44.480Z Compiling crucible-workspace-hack v0.1.0
20242024-08-16T03:39:44.497Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20252024-08-16T03:39:44.515Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20262024-08-16T03:39:44.529Z Checking postcard v1.0.8
20272024-08-16T03:39:44.714Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20282024-08-16T03:39:44.730Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20292024-08-16T03:39:44.863Z Compiling num-derive v0.4.2
20302024-08-16T03:39:45.040Z Compiling slog-dtrace v0.3.0
20312024-08-16T03:39:45.056Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20322024-08-16T03:39:45.156Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20332024-08-16T03:39:45.257Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20342024-08-16T03:39:46.001Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20352024-08-16T03:39:46.438Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20362024-08-16T03:39:47.752Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20372024-08-16T03:39:48.553Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20382024-08-16T03:39:49.553Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20392024-08-16T03:39:51.153Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20402024-08-16T03:39:51.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.15s
20412024-08-16T03:39:51.930Z
20422024-08-16T03:39:51.930Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/150)
20432024-08-16T03:39:52.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-08-16T03:39:52.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-08-16T03:39:52.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-08-16T03:39:52.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20472024-08-16T03:39:52.539Z
20482024-08-16T03:39:52.539Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150)
20492024-08-16T03:39:53.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-08-16T03:39:53.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-08-16T03:39:53.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-08-16T03:39:53.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20532024-08-16T03:39:53.241Z
20542024-08-16T03:39:53.241Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150)
20552024-08-16T03:39:53.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-08-16T03:39:53.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-08-16T03:39:53.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-08-16T03:39:53.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
20592024-08-16T03:39:53.938Z
20602024-08-16T03:39:53.938Zinfo: running `cargo check --bins` on dns-server (38/150)
20612024-08-16T03:39:54.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-08-16T03:39:54.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-08-16T03:39:54.543Z Compiling parking_lot_core v0.8.6
20642024-08-16T03:39:54.630Z Checking newline-converter v0.3.0
20652024-08-16T03:39:54.633Z Checking nibble_vec v0.1.0
20662024-08-16T03:39:54.633Z Checking linked-hash-map v0.5.6
20672024-08-16T03:39:54.633Z Checking quick-error v1.2.3
20682024-08-16T03:39:54.633Z Checking endian-type v0.1.2
20692024-08-16T03:39:54.646Z Checking fxhash v0.2.1
20702024-08-16T03:39:54.648Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20712024-08-16T03:39:54.739Z Checking expectorate v1.1.0
20722024-08-16T03:39:54.754Z Checking resolv-conf v0.7.0
20732024-08-16T03:39:54.782Z Checking hickory-server v0.24.1
20742024-08-16T03:39:54.870Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20752024-08-16T03:39:54.934Z Checking radix_trie v0.2.1
20762024-08-16T03:39:54.949Z Checking lru-cache v0.1.2
20772024-08-16T03:39:55.138Z Checking hickory-resolver v0.24.1
20782024-08-16T03:39:55.250Z Checking hickory-client v0.24.1
20792024-08-16T03:39:55.327Z Checking parking_lot v0.11.2
20802024-08-16T03:39:55.568Z Checking sled v0.34.7
20812024-08-16T03:39:57.225Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20822024-08-16T03:39:58.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
20832024-08-16T03:39:58.394Z
20842024-08-16T03:39:58.394Zinfo: running `cargo check --bins` on dns-server-api (39/150)
20852024-08-16T03:39:58.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-08-16T03:39:58.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-08-16T03:39:58.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882024-08-16T03:39:58.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20892024-08-16T03:39:58.970Z
20902024-08-16T03:39:58.970Zinfo: running `cargo check --bins` on dns-service-client (40/150)
20912024-08-16T03:39:59.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922024-08-16T03:39:59.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932024-08-16T03:39:59.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942024-08-16T03:39:59.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20952024-08-16T03:39:59.539Z
20962024-08-16T03:39:59.539Zinfo: running `cargo check --bins` on gateway-test-utils (41/150)
20972024-08-16T03:40:00.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-08-16T03:40:00.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-08-16T03:40:00.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002024-08-16T03:40:00.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21012024-08-16T03:40:00.176Z
21022024-08-16T03:40:00.176Zinfo: running `cargo check --bins` on gateway-types (42/150)
21032024-08-16T03:40:00.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-08-16T03:40:00.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-08-16T03:40:00.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-08-16T03:40:00.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072024-08-16T03:40:00.773Z
21082024-08-16T03:40:00.773Zinfo: running `cargo check --bins` on ipcc (43/150)
21092024-08-16T03:40:01.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-08-16T03:40:01.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-08-16T03:40:01.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-08-16T03:40:01.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21132024-08-16T03:40:01.370Z
21142024-08-16T03:40:01.370Zinfo: running `cargo check --bins` on omicron-gateway (44/150)
21152024-08-16T03:40:01.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-08-16T03:40:01.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-08-16T03:40:02.282Z Compiling radium v0.7.0
21182024-08-16T03:40:02.309Z Checking tap v1.0.1
21192024-08-16T03:40:02.309Z Compiling maybe-uninit v2.0.0
21202024-08-16T03:40:02.309Z Compiling bzip2-sys v0.1.11+1.0.8
21212024-08-16T03:40:02.309Z Checking crc-catalog v2.4.0
21222024-08-16T03:40:02.309Z Checking funty v2.0.0
21232024-08-16T03:40:02.309Z Compiling packed_struct v0.10.1
21242024-08-16T03:40:02.309Z Compiling packed_struct_codegen v0.10.1
21252024-08-16T03:40:02.309Z Checking wyz v0.5.1
21262024-08-16T03:40:02.309Z Checking crc v3.2.1
21272024-08-16T03:40:02.580Z Compiling indexmap v1.9.3
21282024-08-16T03:40:02.632Z Checking half v2.4.1
21292024-08-16T03:40:02.670Z Checking ciborium-io v0.2.2
21302024-08-16T03:40:02.749Z Checking nodrop v0.1.14
21312024-08-16T03:40:02.802Z Checking smallvec v0.6.14
21322024-08-16T03:40:02.846Z Checking array-init v0.0.4
21332024-08-16T03:40:02.862Z Compiling memoffset v0.9.1
21342024-08-16T03:40:02.891Z Checking bitfield v0.14.0
21352024-08-16T03:40:03.025Z Checking bitvec v1.0.1
21362024-08-16T03:40:03.099Z Checking ciborium-ll v0.2.2
21372024-08-16T03:40:03.121Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21382024-08-16T03:40:03.134Z Checking hashbrown v0.12.3
21392024-08-16T03:40:03.157Z Checking env_logger v0.10.2
21402024-08-16T03:40:03.364Z Checking ciborium v0.2.2
21412024-08-16T03:40:03.535Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21422024-08-16T03:40:03.550Z Checking ron v0.8.1
21432024-08-16T03:40:03.757Z Checking x509-cert v0.2.5
21442024-08-16T03:40:03.787Z Checking serde-hex v0.1.0
21452024-08-16T03:40:04.214Z Checking hashbrown v0.13.2
21462024-08-16T03:40:04.365Z Checking bzip2 v0.4.4
21472024-08-16T03:40:04.654Z Checking crc-any v2.5.0
21482024-08-16T03:40:04.716Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21492024-08-16T03:40:04.809Z Checking zip v0.6.6
21502024-08-16T03:40:05.006Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21512024-08-16T03:40:05.042Z Checking path-slash v0.1.5
21522024-08-16T03:40:05.168Z Checking nix v0.27.1
21532024-08-16T03:40:05.204Z Checking object v0.30.4
21542024-08-16T03:40:05.240Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21552024-08-16T03:40:05.347Z Checking serde-big-array v0.5.1
21562024-08-16T03:40:05.454Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21572024-08-16T03:40:05.473Z Checking signal-hook-tokio v0.3.1
21582024-08-16T03:40:07.513Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21592024-08-16T03:40:07.950Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21602024-08-16T03:40:14.402Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21612024-08-16T03:40:15.611Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21622024-08-16T03:40:17.226Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21632024-08-16T03:40:18.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.54s
21642024-08-16T03:40:19.060Z
21652024-08-16T03:40:19.060Zinfo: running `cargo check --bins` on gateway-api (45/150)
21662024-08-16T03:40:19.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672024-08-16T03:40:19.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682024-08-16T03:40:19.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692024-08-16T03:40:19.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21702024-08-16T03:40:19.659Z
21712024-08-16T03:40:19.659Zinfo: running `cargo check --bins` on sp-sim (46/150)
21722024-08-16T03:40:20.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-08-16T03:40:20.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-08-16T03:40:20.268Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21752024-08-16T03:40:21.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
21762024-08-16T03:40:21.929Z
21772024-08-16T03:40:21.930Zinfo: running `cargo check --bins` on internal-dns (47/150)
21782024-08-16T03:40:22.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-08-16T03:40:22.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-08-16T03:40:22.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-08-16T03:40:22.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21822024-08-16T03:40:22.545Z
21832024-08-16T03:40:22.545Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150)
21842024-08-16T03:40:23.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-08-16T03:40:23.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-08-16T03:40:23.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-08-16T03:40:23.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21882024-08-16T03:40:23.167Z
21892024-08-16T03:40:23.167Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150)
21902024-08-16T03:40:23.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-08-16T03:40:23.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-08-16T03:40:23.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-08-16T03:40:23.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21942024-08-16T03:40:23.815Z
21952024-08-16T03:40:23.815Zinfo: running `cargo check --bins` on db-macros (50/150)
21962024-08-16T03:40:24.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-08-16T03:40:24.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-08-16T03:40:24.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-08-16T03:40:24.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002024-08-16T03:40:24.385Z
22012024-08-16T03:40:24.385Zinfo: running `cargo check --bins` on nexus-macros-common (51/150)
22022024-08-16T03:40:24.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-08-16T03:40:24.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-08-16T03:40:24.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-08-16T03:40:24.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22062024-08-16T03:40:24.956Z
22072024-08-16T03:40:24.956Zinfo: running `cargo check --bins` on nexus-auth (52/150)
22082024-08-16T03:40:25.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-08-16T03:40:25.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-08-16T03:40:25.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-08-16T03:40:25.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22122024-08-16T03:40:25.594Z
22132024-08-16T03:40:25.594Zinfo: running `cargo check --bins` on authz-macros (53/150)
22142024-08-16T03:40:26.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-08-16T03:40:26.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-08-16T03:40:26.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172024-08-16T03:40:26.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22182024-08-16T03:40:26.164Z
22192024-08-16T03:40:26.164Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/150)
22202024-08-16T03:40:26.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-08-16T03:40:26.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-08-16T03:40:26.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232024-08-16T03:40:26.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22242024-08-16T03:40:26.782Z
22252024-08-16T03:40:26.782Zinfo: running `cargo check --bins` on nexus-db-model (55/150)
22262024-08-16T03:40:27.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-08-16T03:40:27.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-08-16T03:40:27.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-08-16T03:40:27.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22302024-08-16T03:40:27.406Z
22312024-08-16T03:40:27.406Zinfo: running `cargo check --bins` on nexus-defaults (56/150)
22322024-08-16T03:40:27.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-08-16T03:40:27.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-08-16T03:40:27.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-08-16T03:40:27.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22362024-08-16T03:40:28.009Z
22372024-08-16T03:40:28.010Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/150)
22382024-08-16T03:40:28.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-08-16T03:40:28.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-08-16T03:40:28.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-08-16T03:40:28.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22422024-08-16T03:40:28.624Z
22432024-08-16T03:40:28.624Zinfo: running `cargo check --bins` on omicron-passwords (58/150)
22442024-08-16T03:40:29.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-08-16T03:40:29.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-08-16T03:40:29.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-08-16T03:40:29.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22482024-08-16T03:40:29.206Z
22492024-08-16T03:40:29.206Zinfo: running `cargo check --bins` on nexus-types (59/150)
22502024-08-16T03:40:29.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-08-16T03:40:29.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-08-16T03:40:29.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532024-08-16T03:40:29.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22542024-08-16T03:40:29.825Z
22552024-08-16T03:40:29.825Zinfo: running `cargo check --bins` on gateway-client (60/150)
22562024-08-16T03:40:30.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-08-16T03:40:30.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-08-16T03:40:30.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-08-16T03:40:30.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22602024-08-16T03:40:30.405Z
22612024-08-16T03:40:30.405Zinfo: running `cargo check --bins` on sled-agent-client (61/150)
22622024-08-16T03:40:30.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-08-16T03:40:30.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-08-16T03:40:30.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-08-16T03:40:30.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22662024-08-16T03:40:31.020Z
22672024-08-16T03:40:31.020Zinfo: running `cargo check --bins` on oximeter (62/150)
22682024-08-16T03:40:31.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-08-16T03:40:31.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-08-16T03:40:31.624Z Compiling rustls-pki-types v1.7.0
22712024-08-16T03:40:31.712Z Compiling prettyplease v0.2.20
22722024-08-16T03:40:31.715Z Compiling match_cfg v0.1.0
22732024-08-16T03:40:31.725Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22742024-08-16T03:40:31.727Z Compiling slog-json v2.6.1
22752024-08-16T03:40:31.727Z Compiling http v1.1.0
22762024-08-16T03:40:31.744Z Compiling atomic-waker v1.1.2
22772024-08-16T03:40:31.769Z Compiling hostname v0.3.1
22782024-08-16T03:40:31.786Z Compiling async-stream v0.3.5
22792024-08-16T03:40:31.924Z Compiling waitgroup v0.1.2
22802024-08-16T03:40:31.980Z Compiling slog-bunyan v2.5.0
22812024-08-16T03:40:32.005Z Compiling toml v0.8.19
22822024-08-16T03:40:32.056Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22832024-08-16T03:40:32.071Z Compiling newtype-uuid v1.1.0
22842024-08-16T03:40:32.135Z Compiling rustls-webpki v0.102.4
22852024-08-16T03:40:32.137Z Compiling rustls-pemfile v2.1.3
22862024-08-16T03:40:32.189Z Compiling ipnetwork v0.20.0
22872024-08-16T03:40:32.264Z Compiling serde_path_to_error v0.1.16
22882024-08-16T03:40:32.340Z Compiling hostname v0.4.0
22892024-08-16T03:40:32.497Z Compiling instant v0.1.12
22902024-08-16T03:40:32.603Z Compiling debug-ignore v1.0.5
22912024-08-16T03:40:32.640Z Compiling backoff v0.4.0
22922024-08-16T03:40:32.654Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22932024-08-16T03:40:32.743Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22942024-08-16T03:40:32.973Z Compiling rustls v0.22.4
22952024-08-16T03:40:33.063Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22962024-08-16T03:40:33.076Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22972024-08-16T03:40:33.090Z Compiling parse-display v0.10.0
22982024-08-16T03:40:33.241Z Compiling multer v3.1.0
22992024-08-16T03:40:33.394Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23002024-08-16T03:40:33.715Z Compiling serde_with v3.8.3
23012024-08-16T03:40:33.771Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23022024-08-16T03:40:33.931Z Compiling num-rational v0.4.2
23032024-08-16T03:40:34.183Z Compiling num-complex v0.4.6
23042024-08-16T03:40:34.230Z Compiling macaddr v1.0.1
23052024-08-16T03:40:35.151Z Compiling num v0.4.3
23062024-08-16T03:40:35.247Z Compiling float-ord v0.3.2
23072024-08-16T03:40:36.266Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23082024-08-16T03:40:36.800Z Compiling tokio-rustls v0.25.0
23092024-08-16T03:40:37.083Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23102024-08-16T03:40:40.340Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112024-08-16T03:40:51.426Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23122024-08-16T03:40:54.347Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23132024-08-16T03:40:54.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.88s
23142024-08-16T03:40:55.058Z
23152024-08-16T03:40:55.058Zinfo: running `cargo check --bins` on oximeter-impl (63/150)
23162024-08-16T03:40:55.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-08-16T03:40:55.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-08-16T03:40:55.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-08-16T03:40:55.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23202024-08-16T03:40:55.678Z
23212024-08-16T03:40:55.678Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/150)
23222024-08-16T03:40:56.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-08-16T03:40:56.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-08-16T03:40:56.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252024-08-16T03:40:56.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23262024-08-16T03:40:56.262Z
23272024-08-16T03:40:56.262Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (65/150)
23282024-08-16T03:40:56.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-08-16T03:40:56.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-08-16T03:40:56.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312024-08-16T03:40:56.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23322024-08-16T03:40:56.863Z
23332024-08-16T03:40:56.863Zinfo: running `cargo check --bins` on nexus-inventory (66/150)
23342024-08-16T03:40:57.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-08-16T03:40:57.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-08-16T03:40:57.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-08-16T03:40:57.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23382024-08-16T03:40:57.502Z
23392024-08-16T03:40:57.502Zinfo: running `cargo check --bins` on typed-rng (67/150)
23402024-08-16T03:40:58.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-08-16T03:40:58.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-08-16T03:40:58.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-08-16T03:40:58.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23442024-08-16T03:40:58.085Z
23452024-08-16T03:40:58.085Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150)
23462024-08-16T03:40:58.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-08-16T03:40:58.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-08-16T03:40:58.788Z Checking password-hash v0.5.0
23492024-08-16T03:40:58.788Z Checking blake2 v0.10.6
23502024-08-16T03:40:58.788Z Compiling semver v0.1.20
23512024-08-16T03:40:58.790Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23522024-08-16T03:40:58.790Z Compiling convert_case v0.4.0
23532024-08-16T03:40:58.790Z Compiling rayon-core v1.12.1
23542024-08-16T03:40:58.934Z Compiling crossbeam-deque v0.8.5
23552024-08-16T03:40:58.936Z Compiling curve25519-dalek v4.1.3
23562024-08-16T03:40:59.200Z Compiling rustc_version v0.1.7
23572024-08-16T03:40:59.288Z Compiling unicase v2.7.0
23582024-08-16T03:40:59.300Z Checking argon2 v0.5.3
23592024-08-16T03:40:59.302Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23602024-08-16T03:40:59.494Z Compiling same-file v1.0.6
23612024-08-16T03:40:59.518Z Compiling fastrand v2.1.0
23622024-08-16T03:40:59.564Z Checking keccak v0.1.5
23632024-08-16T03:40:59.691Z Compiling newtype_derive v0.1.6
23642024-08-16T03:40:59.761Z Compiling walkdir v2.5.0
23652024-08-16T03:40:59.814Z Compiling derive_more v0.99.18
23662024-08-16T03:40:59.838Z Checking sha3 v0.10.8
23672024-08-16T03:40:59.877Z Compiling tempfile v3.10.1
23682024-08-16T03:40:59.963Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23692024-08-16T03:41:00.074Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23702024-08-16T03:41:00.208Z Compiling thiserror-impl-no-std v2.0.2
23712024-08-16T03:41:00.229Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23722024-08-16T03:41:00.370Z Checking universal-hash v0.5.1
23732024-08-16T03:41:00.430Z Checking secrecy v0.8.0
23742024-08-16T03:41:00.446Z Compiling ring v0.16.20
23752024-08-16T03:41:00.538Z Compiling blake3 v1.5.1
23762024-08-16T03:41:00.624Z Compiling derive-where v1.2.7
23772024-08-16T03:41:00.688Z Compiling curve25519-dalek-derive v0.1.1
23782024-08-16T03:41:01.174Z Checking opaque-debug v0.3.1
23792024-08-16T03:41:01.262Z Checking poly1305 v0.8.0
23802024-08-16T03:41:01.746Z Compiling rayon v1.10.0
23812024-08-16T03:41:01.778Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822024-08-16T03:41:02.175Z Checking chacha20 v0.9.1
23832024-08-16T03:41:02.190Z Checking aead v0.5.2
23842024-08-16T03:41:02.427Z Compiling memmap2 v0.9.4
23852024-08-16T03:41:02.542Z Compiling spin v0.5.2
23862024-08-16T03:41:02.781Z Compiling untrusted v0.7.1
23872024-08-16T03:41:02.892Z Compiling constant_time_eq v0.3.0
23882024-08-16T03:41:02.964Z Compiling libefi-sys v0.1.0
23892024-08-16T03:41:03.068Z Compiling home v0.5.9
23902024-08-16T03:41:03.243Z Compiling arrayref v0.3.7
23912024-08-16T03:41:03.329Z Compiling arrayvec v0.7.4
23922024-08-16T03:41:03.365Z Checking thiserror-no-std v2.0.2
23932024-08-16T03:41:03.381Z Compiling toolchain_find v0.4.0
23942024-08-16T03:41:03.475Z Checking chacha20poly1305 v0.10.1
23952024-08-16T03:41:03.643Z Checking steno v0.4.1
23962024-08-16T03:41:04.009Z Compiling camino-tempfile v1.1.1
23972024-08-16T03:41:04.069Z Checking vsss-rs v3.3.4
23982024-08-16T03:41:04.177Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23992024-08-16T03:41:04.396Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24002024-08-16T03:41:04.430Z Compiling bitfield-struct v0.6.1
24012024-08-16T03:41:04.794Z Compiling topological-sort v0.2.2
24022024-08-16T03:41:05.009Z Compiling cancel-safe-futures v0.1.5
24032024-08-16T03:41:05.638Z Compiling mime_guess v2.0.4
24042024-08-16T03:41:05.847Z Compiling rustfmt-wrapper v0.2.1
24052024-08-16T03:41:05.864Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24062024-08-16T03:41:06.434Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24072024-08-16T03:41:06.801Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24082024-08-16T03:41:06.934Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24092024-08-16T03:41:07.050Z Compiling omicron-zone-package v0.11.0
24102024-08-16T03:41:07.300Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24112024-08-16T03:41:07.493Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24122024-08-16T03:41:07.725Z Checking gethostname v0.5.0
24132024-08-16T03:41:07.767Z Checking libsw v3.3.1
24142024-08-16T03:41:07.845Z Checking linear-map v1.2.0
24152024-08-16T03:41:07.986Z Checking swrite v0.1.0
24162024-08-16T03:41:08.023Z Checking owo-colors v4.0.0
24172024-08-16T03:41:08.103Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24182024-08-16T03:41:08.165Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24192024-08-16T03:41:08.687Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24202024-08-16T03:41:08.732Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24212024-08-16T03:41:08.977Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24222024-08-16T03:41:09.302Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24232024-08-16T03:41:09.406Z Checking kstat-rs v0.2.4
24242024-08-16T03:41:09.551Z Checking nanorand v0.7.0
24252024-08-16T03:41:09.747Z Checking glob v0.3.1
24262024-08-16T03:41:09.831Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24272024-08-16T03:41:09.883Z Checking http-range v0.1.5
24282024-08-16T03:41:10.049Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24292024-08-16T03:41:10.052Z Checking hyper-staticfile v0.9.5
24302024-08-16T03:41:10.084Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24312024-08-16T03:41:10.087Z Checking flume v0.11.0
24322024-08-16T03:41:10.436Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24332024-08-16T03:41:10.569Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24342024-08-16T03:41:10.753Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24352024-08-16T03:41:10.769Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24362024-08-16T03:41:11.779Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24372024-08-16T03:41:11.945Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24382024-08-16T03:41:12.634Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24392024-08-16T03:41:12.991Z Checking itertools v0.13.0
24402024-08-16T03:41:13.349Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24412024-08-16T03:41:13.872Z Checking display-error-chain v0.2.0
24422024-08-16T03:41:14.240Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24432024-08-16T03:41:20.172Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24442024-08-16T03:41:25.283Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24452024-08-16T03:41:25.285Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24462024-08-16T03:41:25.911Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24472024-08-16T03:41:37.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.96s
24482024-08-16T03:41:37.215Z
24492024-08-16T03:41:37.215Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150)
24502024-08-16T03:41:37.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-08-16T03:41:37.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-08-16T03:41:37.913Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24532024-08-16T03:41:49.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
24542024-08-16T03:41:49.159Z
24552024-08-16T03:41:49.159Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150)
24562024-08-16T03:41:49.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-08-16T03:41:49.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-08-16T03:41:49.858Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24592024-08-16T03:42:00.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
24602024-08-16T03:42:01.114Z
24612024-08-16T03:42:01.114Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150)
24622024-08-16T03:42:01.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-08-16T03:42:01.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-08-16T03:42:01.807Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24652024-08-16T03:42:12.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
24662024-08-16T03:42:13.054Z
24672024-08-16T03:42:13.054Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150)
24682024-08-16T03:42:13.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-08-16T03:42:13.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-08-16T03:42:13.751Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24712024-08-16T03:42:24.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
24722024-08-16T03:42:24.988Z
24732024-08-16T03:42:24.988Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150)
24742024-08-16T03:42:25.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-08-16T03:42:25.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-08-16T03:42:25.678Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24772024-08-16T03:42:36.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s
24782024-08-16T03:42:36.908Z
24792024-08-16T03:42:36.908Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150)
24802024-08-16T03:42:37.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-08-16T03:42:37.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-08-16T03:42:37.609Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24832024-08-16T03:42:49.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s
24842024-08-16T03:42:49.514Z
24852024-08-16T03:42:49.514Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150)
24862024-08-16T03:42:49.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-08-16T03:42:49.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-08-16T03:42:49.534Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24892024-08-16T03:43:00.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.98s
24902024-08-16T03:43:00.941Z
24912024-08-16T03:43:00.941Zinfo: running `cargo check --bins` on bootstrap-agent-api (76/150)
24922024-08-16T03:43:01.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-08-16T03:43:01.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-08-16T03:43:01.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-08-16T03:43:01.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24962024-08-16T03:43:01.564Z
24972024-08-16T03:43:01.564Zinfo: running `cargo check --bins` on nexus-client (77/150)
24982024-08-16T03:43:02.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-08-16T03:43:02.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-08-16T03:43:02.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-08-16T03:43:02.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25022024-08-16T03:43:02.173Z
25032024-08-16T03:43:02.173Zinfo: running `cargo check --bins` on sled-agent-types (78/150)
25042024-08-16T03:43:02.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-08-16T03:43:02.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-08-16T03:43:02.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-08-16T03:43:02.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25082024-08-16T03:43:02.800Z
25092024-08-16T03:43:02.800Zinfo: running `cargo check --bins` on bootstrap-agent-client (79/150)
25102024-08-16T03:43:03.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-08-16T03:43:03.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-08-16T03:43:03.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-08-16T03:43:03.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25142024-08-16T03:43:03.547Z
25152024-08-16T03:43:03.547Zinfo: running `cargo check --bins` on dpd-client (80/150)
25162024-08-16T03:43:03.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-08-16T03:43:03.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-08-16T03:43:03.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-08-16T03:43:03.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25202024-08-16T03:43:03.996Z
25212024-08-16T03:43:03.996Zinfo: running `cargo check --bins` on installinator-common (81/150)
25222024-08-16T03:43:04.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-08-16T03:43:04.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-08-16T03:43:04.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-08-16T03:43:04.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25262024-08-16T03:43:04.606Z
25272024-08-16T03:43:04.606Zinfo: running `cargo check --bins` on update-engine (82/150)
25282024-08-16T03:43:05.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-08-16T03:43:05.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-08-16T03:43:05.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-08-16T03:43:05.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25322024-08-16T03:43:05.184Z
25332024-08-16T03:43:05.184Zinfo: running `cargo check --bins` on key-manager (83/150)
25342024-08-16T03:43:05.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-08-16T03:43:05.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-08-16T03:43:05.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-08-16T03:43:05.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25382024-08-16T03:43:05.780Z
25392024-08-16T03:43:05.780Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (84/150)
25402024-08-16T03:43:06.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-08-16T03:43:06.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-08-16T03:43:06.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-08-16T03:43:06.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25442024-08-16T03:43:06.395Z
25452024-08-16T03:43:06.395Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150)
25462024-08-16T03:43:06.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-08-16T03:43:06.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-08-16T03:43:06.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-08-16T03:43:06.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25502024-08-16T03:43:07.002Z
25512024-08-16T03:43:07.002Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150)
25522024-08-16T03:43:07.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-08-16T03:43:07.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-08-16T03:43:07.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-08-16T03:43:07.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25562024-08-16T03:43:07.570Z
25572024-08-16T03:43:07.570Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150)
25582024-08-16T03:43:08.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-08-16T03:43:08.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-08-16T03:43:08.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-08-16T03:43:08.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25622024-08-16T03:43:08.162Z
25632024-08-16T03:43:08.162Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150)
25642024-08-16T03:43:08.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-08-16T03:43:08.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-08-16T03:43:08.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-08-16T03:43:08.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25682024-08-16T03:43:08.761Z
25692024-08-16T03:43:08.761Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150)
25702024-08-16T03:43:09.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-08-16T03:43:09.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-08-16T03:43:09.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-08-16T03:43:09.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25742024-08-16T03:43:09.360Z
25752024-08-16T03:43:09.360Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150)
25762024-08-16T03:43:09.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-08-16T03:43:09.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-08-16T03:43:09.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-08-16T03:43:09.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25802024-08-16T03:43:09.958Z
25812024-08-16T03:43:09.958Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150)
25822024-08-16T03:43:10.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-08-16T03:43:10.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-08-16T03:43:10.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-08-16T03:43:10.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25862024-08-16T03:43:10.556Z
25872024-08-16T03:43:10.556Zinfo: running `cargo check --bins` on oximeter-producer (92/150)
25882024-08-16T03:43:11.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-08-16T03:43:11.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-08-16T03:43:11.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-08-16T03:43:11.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25922024-08-16T03:43:11.205Z
25932024-08-16T03:43:11.205Zinfo: running `cargo check --bins` on sled-agent-api (93/150)
25942024-08-16T03:43:11.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-08-16T03:43:11.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-08-16T03:43:11.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-08-16T03:43:11.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25982024-08-16T03:43:11.802Z
25992024-08-16T03:43:11.802Zinfo: running `cargo check --bins` on sled-hardware (94/150)
26002024-08-16T03:43:12.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-08-16T03:43:12.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-08-16T03:43:12.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-08-16T03:43:12.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26042024-08-16T03:43:12.412Z
26052024-08-16T03:43:12.412Zinfo: running `cargo check --bins --no-default-features` on sled-storage (95/150)
26062024-08-16T03:43:12.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-08-16T03:43:12.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-08-16T03:43:12.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-08-16T03:43:12.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26102024-08-16T03:43:13.027Z
26112024-08-16T03:43:13.027Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150)
26122024-08-16T03:43:13.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-08-16T03:43:13.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-08-16T03:43:13.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-08-16T03:43:13.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26162024-08-16T03:43:13.635Z
26172024-08-16T03:43:13.635Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (97/150)
26182024-08-16T03:43:14.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-08-16T03:43:14.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-08-16T03:43:14.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-08-16T03:43:14.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26222024-08-16T03:43:14.278Z
26232024-08-16T03:43:14.278Zinfo: running `cargo check --bins` on nexus-test-interface (98/150)
26242024-08-16T03:43:14.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-08-16T03:43:14.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-08-16T03:43:14.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-08-16T03:43:14.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26282024-08-16T03:43:14.878Z
26292024-08-16T03:43:14.878Zinfo: running `cargo check --bins` on oximeter-collector (99/150)
26302024-08-16T03:43:15.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-08-16T03:43:15.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-08-16T03:43:15.523Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26332024-08-16T03:43:15.523Z Checking bcs v0.1.6
26342024-08-16T03:43:15.523Z Compiling async-recursion v1.1.1
26352024-08-16T03:43:15.526Z Checking highway v1.2.0
26362024-08-16T03:43:15.526Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26372024-08-16T03:43:15.526Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26382024-08-16T03:43:16.548Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26392024-08-16T03:43:19.586Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26402024-08-16T03:43:21.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
26412024-08-16T03:43:21.315Z
26422024-08-16T03:43:21.316Zinfo: running `cargo check --bins` on oximeter-api (100/150)
26432024-08-16T03:43:21.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-08-16T03:43:21.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-08-16T03:43:21.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-08-16T03:43:21.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26472024-08-16T03:43:21.911Z
26482024-08-16T03:43:21.912Zinfo: running `cargo check --bins` on oximeter-client (101/150)
26492024-08-16T03:43:22.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-08-16T03:43:22.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-08-16T03:43:22.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-08-16T03:43:22.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26532024-08-16T03:43:22.522Z
26542024-08-16T03:43:22.522Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (102/150)
26552024-08-16T03:43:23.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-08-16T03:43:23.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-08-16T03:43:23.124Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582024-08-16T03:43:23.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
26592024-08-16T03:43:23.818Z
26602024-08-16T03:43:23.818Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150)
26612024-08-16T03:43:24.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-08-16T03:43:24.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-08-16T03:43:24.444Z Compiling vte_generate_state_changes v0.1.1
26642024-08-16T03:43:24.444Z Checking fd-lock v4.0.2
26652024-08-16T03:43:24.449Z Checking bytecount v0.6.8
26662024-08-16T03:43:24.449Z Compiling tabled_derive v0.7.0
26672024-08-16T03:43:24.533Z Checking crossterm v0.27.0
26682024-08-16T03:43:24.537Z Compiling peg-macros v0.8.4
26692024-08-16T03:43:24.537Z Compiling sqlparser_derive v0.2.2
26702024-08-16T03:43:24.540Z Checking nu-ansi-term v0.50.0
26712024-08-16T03:43:24.682Z Checking home v0.5.9
26722024-08-16T03:43:24.695Z Checking papergrid v0.11.0
26732024-08-16T03:43:24.815Z Checking unicode_categories v0.1.1
26742024-08-16T03:43:24.962Z Checking rustyline v14.0.0
26752024-08-16T03:43:25.110Z Checking sqlformat v0.2.4
26762024-08-16T03:43:25.127Z Checking vte v0.11.1
26772024-08-16T03:43:25.654Z Checking sqlparser v0.45.0
26782024-08-16T03:43:26.098Z Checking crossterm v0.28.1
26792024-08-16T03:43:26.422Z Checking strip-ansi-escapes v0.2.0
26802024-08-16T03:43:26.560Z Checking reedline v0.33.0
26812024-08-16T03:43:26.969Z Checking tabled v0.15.0
26822024-08-16T03:43:27.441Z Checking peg v0.8.4
26832024-08-16T03:43:31.760Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26842024-08-16T03:43:37.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.38s
26852024-08-16T03:43:37.340Z
26862024-08-16T03:43:37.340Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150)
26872024-08-16T03:43:37.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-08-16T03:43:37.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-08-16T03:43:37.968Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26902024-08-16T03:43:43.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
26912024-08-16T03:43:43.690Z
26922024-08-16T03:43:43.690Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150)
26932024-08-16T03:43:44.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-08-16T03:43:44.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-08-16T03:43:44.219Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26962024-08-16T03:43:49.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
26972024-08-16T03:43:49.634Z
26982024-08-16T03:43:49.634Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150)
26992024-08-16T03:43:50.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-08-16T03:43:50.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-08-16T03:43:50.258Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27022024-08-16T03:43:54.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
27032024-08-16T03:43:54.365Z
27042024-08-16T03:43:54.365Zinfo: running `cargo check --bins` on cockroach-admin-client (107/150)
27052024-08-16T03:43:54.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-08-16T03:43:54.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-08-16T03:43:54.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-08-16T03:43:54.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27092024-08-16T03:43:54.939Z
27102024-08-16T03:43:54.939Zinfo: running `cargo check --bins` on installinator-client (108/150)
27112024-08-16T03:43:55.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-08-16T03:43:55.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-08-16T03:43:55.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-08-16T03:43:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27152024-08-16T03:43:55.553Z
27162024-08-16T03:43:55.553Zinfo: running `cargo check --bins` on oxide-client (109/150)
27172024-08-16T03:43:56.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-08-16T03:43:56.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-08-16T03:43:56.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-08-16T03:43:56.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27212024-08-16T03:43:56.133Z
27222024-08-16T03:43:56.133Zinfo: running `cargo check --bins` on wicketd-client (110/150)
27232024-08-16T03:43:56.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-08-16T03:43:56.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-08-16T03:43:56.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-08-16T03:43:56.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27272024-08-16T03:43:56.754Z
27282024-08-16T03:43:56.754Zinfo: running `cargo check --bins` on wicket-common (111/150)
27292024-08-16T03:43:57.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-08-16T03:43:57.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-08-16T03:43:57.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-08-16T03:43:57.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27332024-08-16T03:43:57.371Z
27342024-08-16T03:43:57.371Zinfo: running `cargo check --bins` on omicron-cockroach-admin (112/150)
27352024-08-16T03:43:57.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-08-16T03:43:57.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-08-16T03:43:58.000Z Checking csv-core v0.1.11
27382024-08-16T03:43:58.003Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27392024-08-16T03:43:58.278Z Checking csv v1.3.0
27402024-08-16T03:43:58.786Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27412024-08-16T03:43:59.106Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27422024-08-16T03:44:00.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
27432024-08-16T03:44:00.359Z
27442024-08-16T03:44:00.359Zinfo: running `cargo check --bins` on cockroach-admin-api (113/150)
27452024-08-16T03:44:00.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-08-16T03:44:00.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-08-16T03:44:00.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-08-16T03:44:00.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27492024-08-16T03:44:00.958Z
27502024-08-16T03:44:00.959Zinfo: running `cargo check --bins` on cockroach-admin-types (114/150)
27512024-08-16T03:44:01.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-08-16T03:44:01.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-08-16T03:44:01.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-08-16T03:44:01.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27552024-08-16T03:44:01.559Z
27562024-08-16T03:44:01.560Zinfo: running `cargo check --bins` on cert-dev (115/150)
27572024-08-16T03:44:02.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-08-16T03:44:02.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-08-16T03:44:02.128Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27602024-08-16T03:44:02.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27612024-08-16T03:44:02.501Z
27622024-08-16T03:44:02.501Zinfo: running `cargo check --bins` on ch-dev (116/150)
27632024-08-16T03:44:03.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-08-16T03:44:03.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-08-16T03:44:03.129Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27662024-08-16T03:44:03.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
27672024-08-16T03:44:03.916Z
27682024-08-16T03:44:03.917Zinfo: running `cargo check --bins` on crdb-seed (117/150)
27692024-08-16T03:44:04.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-08-16T03:44:04.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-08-16T03:44:04.536Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27722024-08-16T03:44:04.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27732024-08-16T03:44:04.994Z
27742024-08-16T03:44:04.994Zinfo: running `cargo check --bins` on db-dev (118/150)
27752024-08-16T03:44:05.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-08-16T03:44:05.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-08-16T03:44:05.620Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27782024-08-16T03:44:06.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
27792024-08-16T03:44:06.413Z
27802024-08-16T03:44:06.413Zinfo: running `cargo check --bins` on omicron-dev-lib (119/150)
27812024-08-16T03:44:06.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-08-16T03:44:06.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-08-16T03:44:06.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-08-16T03:44:06.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27852024-08-16T03:44:07.028Z
27862024-08-16T03:44:07.028Zinfo: running `cargo check --bins` on xtask-downloader (120/150)
27872024-08-16T03:44:07.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-08-16T03:44:07.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-08-16T03:44:07.611Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27902024-08-16T03:44:08.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
27912024-08-16T03:44:08.522Z
27922024-08-16T03:44:08.523Zinfo: running `cargo check --bins` on mgs-dev (121/150)
27932024-08-16T03:44:09.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-08-16T03:44:09.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-08-16T03:44:09.180Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27962024-08-16T03:44:09.696Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27972024-08-16T03:44:10.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
27982024-08-16T03:44:10.207Z
27992024-08-16T03:44:10.207Zinfo: running `cargo check --bins` on omicron-omdb (122/150)
28002024-08-16T03:44:10.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-08-16T03:44:10.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-08-16T03:44:10.957Z Compiling glob v0.3.1
28032024-08-16T03:44:10.957Z Compiling crunchy v0.2.2
28042024-08-16T03:44:10.962Z Compiling tiny-keccak v2.0.2
28052024-08-16T03:44:11.060Z Compiling dsl_auto_type v0.1.2
28062024-08-16T03:44:11.067Z Checking scheduled-thread-pool v0.2.7
28072024-08-16T03:44:11.073Z Compiling diesel_table_macro_syntax v0.2.0
28082024-08-16T03:44:11.100Z Compiling ascii-canvas v3.0.0
28092024-08-16T03:44:11.102Z Compiling ena v0.14.3
28102024-08-16T03:44:11.280Z Checking r2d2 v0.8.10
28112024-08-16T03:44:11.353Z Compiling libloading v0.8.3
28122024-08-16T03:44:11.485Z Compiling regex-syntax v0.6.29
28132024-08-16T03:44:11.502Z Compiling diff v0.1.13
28142024-08-16T03:44:11.575Z Compiling bindgen v0.69.4
28152024-08-16T03:44:11.671Z Compiling which v4.4.2
28162024-08-16T03:44:11.752Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28172024-08-16T03:44:11.955Z Compiling clang-sys v1.7.0
28182024-08-16T03:44:11.974Z Compiling cexpr v0.6.0
28192024-08-16T03:44:12.157Z Compiling shlex v1.3.0
28202024-08-16T03:44:12.280Z Compiling ref-cast v1.0.23
28212024-08-16T03:44:12.320Z Compiling rustc-hash v1.1.0
28222024-08-16T03:44:12.369Z Compiling lazycell v1.3.0
28232024-08-16T03:44:12.471Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28242024-08-16T03:44:12.547Z Compiling derive_builder_core v0.20.0
28252024-08-16T03:44:12.582Z Compiling libxml v0.3.3
28262024-08-16T03:44:12.675Z Compiling diesel_derives v2.2.2
28272024-08-16T03:44:12.787Z Compiling ref-cast-impl v1.0.23
28282024-08-16T03:44:12.889Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28292024-08-16T03:44:13.006Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28302024-08-16T03:44:13.384Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28312024-08-16T03:44:13.678Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28322024-08-16T03:44:13.722Z Compiling strum_macros v0.24.3
28332024-08-16T03:44:14.027Z Compiling cookie v0.18.1
28342024-08-16T03:44:14.136Z Compiling indoc v1.0.9
28352024-08-16T03:44:14.917Z Compiling lalrpop v0.19.12
28362024-08-16T03:44:15.172Z Compiling derive_builder_macro v0.20.0
28372024-08-16T03:44:16.071Z Checking derive_builder v0.20.0
28382024-08-16T03:44:16.214Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28392024-08-16T03:44:16.415Z Compiling impl-trait-for-tuples v0.2.2
28402024-08-16T03:44:16.505Z Compiling oso-derive v0.27.3
28412024-08-16T03:44:17.272Z Checking quick-xml v0.31.0
28422024-08-16T03:44:17.329Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28432024-08-16T03:44:17.648Z Checking maplit v1.0.2
28442024-08-16T03:44:17.791Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28452024-08-16T03:44:18.194Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28462024-08-16T03:44:18.497Z Checking bb8 v0.8.5
28472024-08-16T03:44:18.960Z Compiling const_format_proc_macros v0.2.32
28482024-08-16T03:44:19.330Z Checking crossbeam-deque v0.8.5
28492024-08-16T03:44:19.455Z Compiling portable-atomic v1.6.0
28502024-08-16T03:44:19.650Z Checking rayon-core v1.12.1
28512024-08-16T03:44:20.357Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28522024-08-16T03:44:20.573Z Checking castaway v0.2.3
28532024-08-16T03:44:20.738Z Checking compact_str v0.8.0
28542024-08-16T03:44:21.097Z Checking const_format v0.2.32
28552024-08-16T03:44:21.597Z Checking rayon v1.10.0
28562024-08-16T03:44:21.632Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28572024-08-16T03:44:21.674Z Checking unicode-truncate v1.0.0
28582024-08-16T03:44:21.898Z Checking lru v0.12.3
28592024-08-16T03:44:21.917Z Compiling instability v0.3.2
28602024-08-16T03:44:22.205Z Checking cassowary v0.3.0
28612024-08-16T03:44:22.632Z Checking smawk v0.3.2
28622024-08-16T03:44:22.844Z Checking number_prefix v0.4.0
28632024-08-16T03:44:22.995Z Checking unicode-linebreak v0.1.5
28642024-08-16T03:44:23.031Z Checking ratatui v0.28.0
28652024-08-16T03:44:23.416Z Checking textwrap v0.16.1
28662024-08-16T03:44:23.838Z Checking multimap v0.10.0
28672024-08-16T03:44:25.402Z Checking diesel v2.2.2
28682024-08-16T03:44:25.481Z Checking indicatif v0.17.8
28692024-08-16T03:44:44.577Z Compiling samael v0.0.15
28702024-08-16T03:44:59.508Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28712024-08-16T03:44:59.613Z Compiling polar-core v0.27.3
28722024-08-16T03:45:06.265Z Checking oso v0.27.3
28732024-08-16T03:46:01.333Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28742024-08-16T03:46:06.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s
28752024-08-16T03:46:06.390Z
28762024-08-16T03:46:06.390Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150)
28772024-08-16T03:46:06.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-08-16T03:46:06.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-08-16T03:46:06.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-08-16T03:46:06.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28812024-08-16T03:46:07.042Z
28822024-08-16T03:46:07.042Zinfo: running `cargo check --bins` on nexus-saga-recovery (124/150)
28832024-08-16T03:46:07.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-08-16T03:46:07.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-08-16T03:46:07.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-08-16T03:46:07.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28872024-08-16T03:46:07.685Z
28882024-08-16T03:46:07.685Zinfo: running `cargo check --bins` on nexus-test-utils-macros (125/150)
28892024-08-16T03:46:08.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-08-16T03:46:08.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-08-16T03:46:08.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-08-16T03:46:08.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28932024-08-16T03:46:08.270Z
28942024-08-16T03:46:08.270Zinfo: running `cargo check --bins` on omicron-nexus (126/150)
28952024-08-16T03:46:08.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-08-16T03:46:08.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-08-16T03:46:09.018Z Compiling libz-sys v1.1.16
28982024-08-16T03:46:09.117Z Compiling libgit2-sys v0.17.0+1.8.1
28992024-08-16T03:46:09.127Z Compiling vergen v8.3.2
29002024-08-16T03:46:09.127Z Compiling cargo-platform v0.1.8
29012024-08-16T03:46:09.129Z Compiling pin-project-internal v1.1.5
29022024-08-16T03:46:09.159Z Compiling snafu-derive v0.8.2
29032024-08-16T03:46:09.161Z Compiling libsqlite3-sys v0.28.0
29042024-08-16T03:46:09.161Z Compiling buf-list v1.0.3
29052024-08-16T03:46:09.408Z Checking globset v0.4.14
29062024-08-16T03:46:09.662Z Compiling cargo_metadata v0.18.1
29072024-08-16T03:46:09.728Z Checking olpc-cjson v0.1.3
29082024-08-16T03:46:09.870Z Checking rand_seeder v0.3.0
29092024-08-16T03:46:09.896Z Checking serde_plain v1.0.2
29102024-08-16T03:46:09.916Z Checking typed-path v0.7.1
29112024-08-16T03:46:10.121Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29122024-08-16T03:46:10.231Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29132024-08-16T03:46:10.306Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29142024-08-16T03:46:10.486Z Checking hashlink v0.9.1
29152024-08-16T03:46:10.585Z Checking parse-size v1.0.0
29162024-08-16T03:46:10.653Z Checking fallible-iterator v0.3.0
29172024-08-16T03:46:10.752Z Checking fallible-streaming-iterator v0.1.9
29182024-08-16T03:46:11.015Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29192024-08-16T03:46:11.075Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29202024-08-16T03:46:11.227Z Checking rusqlite v0.31.0
29212024-08-16T03:46:11.716Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29222024-08-16T03:46:11.856Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29232024-08-16T03:46:12.005Z Checking twox-hash v1.6.3
29242024-08-16T03:46:12.117Z Checking pin-project v1.1.5
29252024-08-16T03:46:12.229Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29262024-08-16T03:46:12.483Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29272024-08-16T03:46:12.820Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29282024-08-16T03:46:12.903Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29292024-08-16T03:46:12.959Z Checking fatfs v0.3.6
29302024-08-16T03:46:13.177Z Checking assert_matches v1.5.0
29312024-08-16T03:46:14.230Z Checking snafu v0.8.2
29322024-08-16T03:46:14.656Z Checking tough v0.17.1
29332024-08-16T03:46:18.376Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29342024-08-16T03:46:19.549Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29352024-08-16T03:46:19.601Z Compiling git2 v0.19.0
29362024-08-16T03:46:24.160Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29372024-08-16T03:47:19.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
29382024-08-16T03:47:20.069Z
29392024-08-16T03:47:20.069Zinfo: running `cargo check --bins` on nexus-internal-api (127/150)
29402024-08-16T03:47:20.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-08-16T03:47:20.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-08-16T03:47:20.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432024-08-16T03:47:20.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29442024-08-16T03:47:20.725Z
29452024-08-16T03:47:20.725Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (128/150)
29462024-08-16T03:47:21.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-08-16T03:47:21.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-08-16T03:47:21.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492024-08-16T03:47:21.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29502024-08-16T03:47:21.372Z
29512024-08-16T03:47:21.372Zinfo: running `cargo check --bins` on nexus-networking (129/150)
29522024-08-16T03:47:21.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-08-16T03:47:21.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-08-16T03:47:21.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552024-08-16T03:47:21.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29562024-08-16T03:47:22.016Z
29572024-08-16T03:47:22.016Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (130/150)
29582024-08-16T03:47:22.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-08-16T03:47:22.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-08-16T03:47:22.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612024-08-16T03:47:22.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29622024-08-16T03:47:22.661Z
29632024-08-16T03:47:22.661Zinfo: running `cargo check --bins` on update-common (131/150)
29642024-08-16T03:47:23.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-08-16T03:47:23.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-08-16T03:47:23.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672024-08-16T03:47:23.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29682024-08-16T03:47:23.295Z
29692024-08-16T03:47:23.295Zinfo: running `cargo check --bins` on tufaceous-lib (132/150)
29702024-08-16T03:47:23.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-08-16T03:47:23.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-08-16T03:47:23.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732024-08-16T03:47:23.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29742024-08-16T03:47:23.916Z
29752024-08-16T03:47:23.916Zinfo: running `cargo check --bins` on tufaceous (133/150)
29762024-08-16T03:47:24.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-08-16T03:47:24.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-08-16T03:47:24.555Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29792024-08-16T03:47:25.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
29802024-08-16T03:47:25.554Z
29812024-08-16T03:47:25.555Zinfo: running `cargo check --bins` on omicron-dev (134/150)
29822024-08-16T03:47:26.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-08-16T03:47:26.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-08-16T03:47:26.351Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29852024-08-16T03:47:26.351Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29862024-08-16T03:47:26.353Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29872024-08-16T03:47:27.619Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29882024-08-16T03:47:29.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
29892024-08-16T03:47:30.060Z
29902024-08-16T03:47:30.060Zinfo: running `cargo check --bins` on openapi-manager (135/150)
29912024-08-16T03:47:30.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-08-16T03:47:30.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-08-16T03:47:30.730Z Checking heck v0.4.1
29942024-08-16T03:47:30.730Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29952024-08-16T03:47:30.730Z Checking is_ci v1.2.0
29962024-08-16T03:47:30.733Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29972024-08-16T03:47:30.823Z Checking indent_write v2.2.0
29982024-08-16T03:47:30.917Z Checking supports-color v3.0.0
29992024-08-16T03:47:30.961Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30002024-08-16T03:47:32.248Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30012024-08-16T03:47:33.029Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30022024-08-16T03:47:33.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
30032024-08-16T03:47:34.080Z
30042024-08-16T03:47:34.080Zinfo: running `cargo check --bins` on installinator-api (136/150)
30052024-08-16T03:47:34.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-08-16T03:47:34.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-08-16T03:47:34.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082024-08-16T03:47:34.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30092024-08-16T03:47:34.693Z
30102024-08-16T03:47:34.693Zinfo: running `cargo check --bins` on wicketd-api (137/150)
30112024-08-16T03:47:35.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-08-16T03:47:35.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-08-16T03:47:35.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142024-08-16T03:47:35.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30152024-08-16T03:47:35.320Z
30162024-08-16T03:47:35.320Zinfo: running `cargo check --bins` on reconfigurator-cli (138/150)
30172024-08-16T03:47:35.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-08-16T03:47:35.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-08-16T03:47:35.997Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30202024-08-16T03:47:37.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
30212024-08-16T03:47:37.304Z
30222024-08-16T03:47:37.304Zinfo: running `cargo check --bins` on omicron-releng (139/150)
30232024-08-16T03:47:37.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-08-16T03:47:37.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-08-16T03:47:37.943Z Checking memmap2 v0.9.4
30262024-08-16T03:47:37.943Z Checking arrayvec v0.7.4
30272024-08-16T03:47:37.943Z Checking untrusted v0.7.1
30282024-08-16T03:47:37.946Z Checking constant_time_eq v0.3.0
30292024-08-16T03:47:37.946Z Checking arrayref v0.3.7
30302024-08-16T03:47:37.946Z Checking spin v0.5.2
30312024-08-16T03:47:37.946Z Checking cargo-platform v0.1.8
30322024-08-16T03:47:38.035Z Checking topological-sort v0.2.2
30332024-08-16T03:47:38.162Z Checking shell-words v1.1.0
30342024-08-16T03:47:38.204Z Checking ring v0.16.20
30352024-08-16T03:47:38.299Z Checking cargo_metadata v0.18.1
30362024-08-16T03:47:38.351Z Checking blake3 v1.5.1
30372024-08-16T03:47:39.315Z Checking omicron-zone-package v0.11.0
30382024-08-16T03:47:40.326Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30392024-08-16T03:47:41.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s
30402024-08-16T03:47:41.277Z
30412024-08-16T03:47:41.277Zinfo: running `cargo check --bins` on xtask (140/150)
30422024-08-16T03:47:41.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-08-16T03:47:41.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-08-16T03:47:41.737Z Checking serde v1.0.207
30452024-08-16T03:47:41.737Z Checking thiserror v1.0.63
30462024-08-16T03:47:41.740Z Checking scroll v0.12.0
30472024-08-16T03:47:41.816Z Checking log v0.4.21
30482024-08-16T03:47:41.819Z Checking bitflags v2.6.0
30492024-08-16T03:47:41.819Z Checking hashbrown v0.14.5
30502024-08-16T03:47:41.839Z Checking zerocopy v0.7.34
30512024-08-16T03:47:41.860Z Checking syn v2.0.74
30522024-08-16T03:47:41.912Z Checking pest v2.7.10
30532024-08-16T03:47:42.063Z Checking fs-err v2.11.0
30542024-08-16T03:47:42.077Z Checking rustix v0.38.34
30552024-08-16T03:47:42.255Z Checking goblin v0.8.2
30562024-08-16T03:47:42.364Z Checking anyhow v1.0.86
30572024-08-16T03:47:42.710Z Checking tabled v0.15.0
30582024-08-16T03:47:42.890Z Checking indexmap v2.4.0
30592024-08-16T03:47:43.039Z Checking terminal_size v0.3.0
30602024-08-16T03:47:43.184Z Checking clap_builder v4.5.15
30612024-08-16T03:47:44.294Z Checking dtrace-parser v0.2.0
30622024-08-16T03:47:45.465Z Checking clap v4.5.15
30632024-08-16T03:47:45.940Z Checking serde_json v1.0.125
30642024-08-16T03:47:45.940Z Checking toml_datetime v0.6.8
30652024-08-16T03:47:45.940Z Checking serde_spanned v0.6.7
30662024-08-16T03:47:45.942Z Checking semver v1.0.23
30672024-08-16T03:47:45.943Z Checking camino v1.1.7
30682024-08-16T03:47:45.943Z Checking cargo-platform v0.1.8
30692024-08-16T03:47:45.943Z Checking macaddr v1.0.1
30702024-08-16T03:47:46.236Z Checking toml_edit v0.22.20
30712024-08-16T03:47:46.967Z Checking dof v0.3.0
30722024-08-16T03:47:46.967Z Checking cargo_metadata v0.18.1
30732024-08-16T03:47:47.354Z Checking usdt-impl v0.5.0
30742024-08-16T03:47:47.687Z Checking usdt v0.5.0
30752024-08-16T03:47:47.861Z Checking toml v0.8.19
30762024-08-16T03:47:48.292Z Checking cargo_toml v0.20.4
30772024-08-16T03:47:49.428Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30782024-08-16T03:47:49.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s
30792024-08-16T03:47:50.056Z
30802024-08-16T03:47:50.056Zinfo: running `cargo check --bins` on end-to-end-tests (141/150)
30812024-08-16T03:47:50.501Z Downloading crates ...
30822024-08-16T03:47:50.747Z Downloaded ed25519 v2.2.3
30832024-08-16T03:47:50.761Z Downloaded dhcproto-macros v0.1.0
30842024-08-16T03:47:50.767Z Downloaded primeorder v0.13.6
30852024-08-16T03:47:50.770Z Downloaded md5 v0.7.0
30862024-08-16T03:47:50.774Z Downloaded option-ext v0.2.0
30872024-08-16T03:47:50.777Z Downloaded ssh-encoding v0.2.0
30882024-08-16T03:47:50.777Z Downloaded pbkdf2 v0.11.0
30892024-08-16T03:47:50.780Z Downloaded internet-checksum v0.2.1
30902024-08-16T03:47:50.780Z Downloaded russh v0.44.1
30912024-08-16T03:47:50.785Z Downloaded russh-cryptovec v0.7.2
30922024-08-16T03:47:50.787Z Downloaded dirs-sys v0.4.1
30932024-08-16T03:47:50.787Z Downloaded ssh-cipher v0.2.0
30942024-08-16T03:47:50.790Z Downloaded rfc6979 v0.4.0
30952024-08-16T03:47:50.790Z Downloaded polyval v0.6.2
30962024-08-16T03:47:50.792Z Downloaded blowfish v0.9.1
30972024-08-16T03:47:50.792Z Downloaded dirs v5.0.1
30982024-08-16T03:47:50.795Z Downloaded dhcproto v0.12.0
30992024-08-16T03:47:50.798Z Downloaded hex-literal v0.4.1
31002024-08-16T03:47:50.798Z Downloaded ecdsa v0.16.9
31012024-08-16T03:47:50.800Z Downloaded password-hash v0.4.2
31022024-08-16T03:47:50.800Z Downloaded p256 v0.13.2
31032024-08-16T03:47:50.803Z Downloaded russh-keys v0.44.0
31042024-08-16T03:47:50.806Z Downloaded ghash v0.5.1
31052024-08-16T03:47:50.809Z Downloaded bcrypt-pbkdf v0.10.0
31062024-08-16T03:47:50.809Z Downloaded ed25519-dalek v2.1.1
31072024-08-16T03:47:50.811Z Downloaded num-bigint v0.4.5
31082024-08-16T03:47:50.821Z Downloaded ssh-key v0.6.6
31092024-08-16T03:47:50.828Z Downloaded p521 v0.13.3
31102024-08-16T03:47:50.832Z Downloaded aes-gcm v0.10.3
31112024-08-16T03:47:50.835Z Downloaded p384 v0.13.0
31122024-08-16T03:47:50.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-08-16T03:47:50.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-08-16T03:47:50.967Z Checking polyval v0.6.2
31152024-08-16T03:47:50.967Z Checking rfc6979 v0.4.0
31162024-08-16T03:47:51.075Z Checking primeorder v0.13.6
31172024-08-16T03:47:51.078Z Checking ctr v0.9.2
31182024-08-16T03:47:51.093Z Checking ed25519 v2.2.3
31192024-08-16T03:47:51.096Z Checking ssh-encoding v0.2.0
31202024-08-16T03:47:51.096Z Checking blowfish v0.9.1
31212024-08-16T03:47:51.096Z Checking option-ext v0.2.0
31222024-08-16T03:47:51.209Z Checking ecdsa v0.16.9
31232024-08-16T03:47:51.263Z Checking dirs-sys v0.4.1
31242024-08-16T03:47:51.296Z Checking ghash v0.5.1
31252024-08-16T03:47:51.326Z Checking password-hash v0.4.2
31262024-08-16T03:47:51.361Z Checking bcrypt-pbkdf v0.10.0
31272024-08-16T03:47:51.389Z Checking matches v0.1.10
31282024-08-16T03:47:51.409Z Checking ed25519-dalek v2.1.1
31292024-08-16T03:47:51.434Z Checking dirs v5.0.1
31302024-08-16T03:47:51.449Z Checking aes-gcm v0.10.3
31312024-08-16T03:47:51.472Z Checking idna v0.2.3
31322024-08-16T03:47:51.514Z Compiling enum-as-inner v0.5.1
31332024-08-16T03:47:51.571Z Checking russh-cryptovec v0.7.2
31342024-08-16T03:47:51.602Z Checking md5 v0.7.0
31352024-08-16T03:47:51.676Z Checking ssh-cipher v0.2.0
31362024-08-16T03:47:51.747Z Checking pbkdf2 v0.11.0
31372024-08-16T03:47:51.774Z Checking num-bigint v0.4.5
31382024-08-16T03:47:51.777Z Checking hex-literal v0.4.1
31392024-08-16T03:47:51.871Z Compiling dhcproto-macros v0.1.0
31402024-08-16T03:47:51.913Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31412024-08-16T03:47:51.930Z Checking p521 v0.13.3
31422024-08-16T03:47:51.953Z Checking ssh-key v0.6.6
31432024-08-16T03:47:52.010Z Checking p384 v0.13.0
31442024-08-16T03:47:52.298Z Checking p256 v0.13.2
31452024-08-16T03:47:52.552Z Checking trust-dns-proto v0.22.0
31462024-08-16T03:47:52.767Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31472024-08-16T03:47:52.787Z Checking internet-checksum v0.2.1
31482024-08-16T03:47:53.403Z Checking russh-keys v0.44.0
31492024-08-16T03:47:54.279Z Checking russh v0.44.1
31502024-08-16T03:47:55.153Z Checking dhcproto v0.12.0
31512024-08-16T03:48:10.067Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31522024-08-16T03:48:11.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.22s
31532024-08-16T03:48:11.460Z
31542024-08-16T03:48:11.460Zinfo: running `cargo check --bins` on gateway-cli (142/150)
31552024-08-16T03:48:12.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-08-16T03:48:12.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-08-16T03:48:12.070Z Checking termios v0.3.3
31582024-08-16T03:48:12.267Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31592024-08-16T03:48:12.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
31602024-08-16T03:48:13.119Z
31612024-08-16T03:48:13.119Zinfo: running `cargo check --bins --no-default-features` on installinator (143/150)
31622024-08-16T03:48:13.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-08-16T03:48:13.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-08-16T03:48:13.786Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31652024-08-16T03:48:15.671Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31662024-08-16T03:48:17.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
31672024-08-16T03:48:17.478Z
31682024-08-16T03:48:17.478Zinfo: running `cargo check --bins` on internal-dns-cli (144/150)
31692024-08-16T03:48:18.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-08-16T03:48:18.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-08-16T03:48:18.096Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31722024-08-16T03:48:18.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31732024-08-16T03:48:18.666Z
31742024-08-16T03:48:18.666Zinfo: running `cargo check --bins` on omicron-package (145/150)
31752024-08-16T03:48:19.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-08-16T03:48:19.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-08-16T03:48:19.307Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31782024-08-16T03:48:20.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
31792024-08-16T03:48:20.590Z
31802024-08-16T03:48:20.591Zinfo: running `cargo check --bins` on wicket-dbg (146/150)
31812024-08-16T03:48:21.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-08-16T03:48:21.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-08-16T03:48:21.262Z Checking rtoolbox v0.0.2
31842024-08-16T03:48:21.262Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31852024-08-16T03:48:21.265Z Checking tui-tree-widget v0.22.0
31862024-08-16T03:48:21.475Z Checking rpassword v7.3.1
31872024-08-16T03:48:25.172Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31882024-08-16T03:48:27.835Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892024-08-16T03:48:28.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.24s
31902024-08-16T03:48:28.994Z
31912024-08-16T03:48:28.994Zinfo: running `cargo check --bins` on wicket (147/150)
31922024-08-16T03:48:29.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-08-16T03:48:29.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-08-16T03:48:29.650Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31952024-08-16T03:48:29.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
31962024-08-16T03:48:30.144Z
31972024-08-16T03:48:30.144Zinfo: running `cargo check --bins` on wicketd (148/150)
31982024-08-16T03:48:31.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-08-16T03:48:31.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-08-16T03:48:31.604Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32012024-08-16T03:48:34.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
32022024-08-16T03:48:34.413Z
32032024-08-16T03:48:34.413Zinfo: running `cargo check --bins` on omicron-workspace-hack (149/150)
32042024-08-16T03:48:34.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-08-16T03:48:34.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-08-16T03:48:34.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072024-08-16T03:48:34.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32082024-08-16T03:48:34.993Z
32092024-08-16T03:48:34.993Zinfo: running `cargo check --bins` on zone-setup (150/150)
32102024-08-16T03:48:35.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-08-16T03:48:35.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-08-16T03:48:35.686Z Checking uzers v0.11.3
32132024-08-16T03:48:35.970Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32142024-08-16T03:48:36.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
32152024-08-16T03:48:37.134Z
32162024-08-16T03:48:37.134Zreal 10:31.744060279
32172024-08-16T03:48:37.134Zuser 22:26.482634101
32182024-08-16T03:48:37.134Zsys 4:52.348669144
32192024-08-16T03:48:37.134Ztrap 0.484286057
32202024-08-16T03:48:37.134Ztflt 2.706272411
32212024-08-16T03:48:37.134Zdflt 2.712136551
32222024-08-16T03:48:37.137Zkflt 0.002255974
32232024-08-16T03:48:37.137Zlock 40:34.861077176
32242024-08-16T03:48:37.137Zslp 1:50:31.180192037
32252024-08-16T03:48:37.137Zlat 55.399865623
32262024-08-16T03:48:37.137Zstop 2:37.735847927
32272024-08-16T03:48:37.137Zprocess exited: duration 882028 ms, exit code 0
 
32282024-08-16T03:48:37.142Zfound 0 output files