01J757PVGYZWJW0Z2EMFVGDWF5: 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: 01J757QKN5VFKQDCCM32GWZ2CM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-07T03:17:27.792Zjob assigned to worker 01J757QV2ME0SKG0R4G8YM6Z5X (queued for 50 s)
 
22024-09-07T03:17:34.971Zstarting task 0: "setup"
32024-09-07T03:17:34.978Z++ uname -s
42024-09-07T03:17:34.981Z+ kern=SunOS
52024-09-07T03:17:34.981Z+ case "$kern" in
62024-09-07T03:17:34.981Z+ groupadd -g 12345 build
72024-09-07T03:17:34.983Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-07T03:17:36.993Z+ zfs create -o mountpoint=/work rpool/work
92024-09-07T03:17:37.055Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-07T03:17:37.058Z+ home_fs=zfs
112024-09-07T03:17:37.058Z+ [[ zfs == autofs ]]
122024-09-07T03:17:37.058Z+ mkdir -p /home/build
132024-09-07T03:17:37.061Z+ chown build:build /home/build /work
142024-09-07T03:17:39.062Z+ chmod 0700 /home/build /work
152024-09-07T03:17:39.065Zprocess exited: duration 4097 ms, exit code 0
 
162024-09-07T03:17:39.070Zstarting task 1: "rust-toolchain"
172024-09-07T03:17:39.075Z+ printf ' * toolchain channel = "%s"
182024-09-07T03:17:39.075Z * toolchain channel = "1.80.1"
192024-09-07T03:17:39.075Z * toolchain profile = "default"
202024-09-07T03:17:39.075Z' 1.80.1
212024-09-07T03:17:39.075Z+ printf ' * toolchain profile = "%s"
222024-09-07T03:17:39.075Z' default
232024-09-07T03:17:39.077Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-07T03:17:39.078Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-07T03:17:39.192Zinfo: downloading installer
262024-09-07T03:17:40.423Zinfo: profile set to 'default'
272024-09-07T03:17:40.424Zinfo: default host triple is x86_64-unknown-illumos
282024-09-07T03:17:40.428Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-07T03:17:40.590Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-07T03:17:40.590Zinfo: downloading component 'cargo'
312024-09-07T03:17:41.567Zinfo: downloading component 'clippy'
322024-09-07T03:17:41.912Zinfo: downloading component 'rust-docs'
332024-09-07T03:17:43.270Zinfo: downloading component 'rust-std'
342024-09-07T03:17:45.172Zinfo: downloading component 'rustc'
352024-09-07T03:17:50.488Zinfo: downloading component 'rustfmt'
362024-09-07T03:17:50.770Zinfo: installing component 'cargo'
372024-09-07T03:17:51.603Zinfo: installing component 'clippy'
382024-09-07T03:17:51.965Zinfo: installing component 'rust-docs'
392024-09-07T03:17:53.575Zinfo: installing component 'rust-std'
402024-09-07T03:17:55.220Zinfo: installing component 'rustc'
412024-09-07T03:17:59.347Zinfo: installing component 'rustfmt'
422024-09-07T03:17:59.678Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-07T03:17:59.678Z
442024-09-07T03:17:59.926Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-07T03:17:59.926Z
462024-09-07T03:17:59.928Z
472024-09-07T03:17:59.928ZRust is installed now. Great!
482024-09-07T03:17:59.928Z
492024-09-07T03:17:59.928ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-07T03:17:59.928Zenvironment variable. This has not been done automatically.
512024-09-07T03:17:59.928Z
522024-09-07T03:17:59.928ZTo configure your current shell, you need to source
532024-09-07T03:17:59.928Zthe corresponding env file under $HOME/.cargo.
542024-09-07T03:17:59.928Z
552024-09-07T03:17:59.928ZThis is usually done by running one of the following (note the leading DOT):
562024-09-07T03:17:59.928Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-07T03:17:59.928Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-07T03:17:59.980Z+ rustc --version
592024-09-07T03:18:00.043Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-07T03:18:00.046Zprocess exited: duration 20974 ms, exit code 0
 
612024-09-07T03:18:00.052Zstarting task 2: "authentication"
622024-09-07T03:18:00.070ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-09-07T03:18:02.077Zprocess exited: duration 2024 ms, exit code 0
 
642024-09-07T03:18:02.082Zstarting task 3: "clone repository"
652024-09-07T03:18:02.087Z+ mkdir -p /work/oxidecomputer/omicron
662024-09-07T03:18:02.091Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-09-07T03:18:02.127ZCloning into '/work/oxidecomputer/omicron'...
682024-09-07T03:18:07.868Z+ cd /work/oxidecomputer/omicron
692024-09-07T03:18:07.868Z+ git fetch origin 896ab96a5d512cd2596a627b48532bc885f60406
702024-09-07T03:18:08.163ZFrom https://github.com/oxidecomputer/omicron
712024-09-07T03:18:08.163Z * branch 896ab96a5d512cd2596a627b48532bc885f60406 -> FETCH_HEAD
722024-09-07T03:18:08.173Z+ [[ -n renovate/samael-0.x ]]
732024-09-07T03:18:08.175Z++ git branch --show-current
742024-09-07T03:18:08.177Z+ current=main
752024-09-07T03:18:08.177Z+ [[ main != renovate/samael-0.x ]]
762024-09-07T03:18:08.177Z+ git branch -f renovate/samael-0.x 896ab96a5d512cd2596a627b48532bc885f60406
772024-09-07T03:18:08.181Z+ git checkout -f renovate/samael-0.x
782024-09-07T03:18:08.334ZSwitched to branch 'renovate/samael-0.x'
792024-09-07T03:18:08.352Z+ git reset --hard 896ab96a5d512cd2596a627b48532bc885f60406
802024-09-07T03:18:08.491ZHEAD is now at 896ab96a5 Update Rust crate samael to 0.0.17
812024-09-07T03:18:08.504Zprocess exited: duration 6406 ms, exit code 0
 
822024-09-07T03:18:08.527Zstarting task 4: "build"
832024-09-07T03:18:08.531Z+ cargo --version
842024-09-07T03:18:08.588Zcargo 1.80.1 (376290515 2024-07-16)
852024-09-07T03:18:08.591Z+ rustc --version
862024-09-07T03:18:08.647Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
872024-09-07T03:18:08.649Z+ source ./env.sh
882024-09-07T03:18:08.651Z++ OLD_SHELL_OPTS=ehxB
892024-09-07T03:18:08.652Z++ set -o xtrace
902024-09-07T03:18:08.654Z++++ dirname ./env.sh
912024-09-07T03:18:08.656Z+++ readlink -f .
922024-09-07T03:18:08.658Z++ OMICRON_WS=/work/oxidecomputer/omicron
932024-09-07T03:18:08.658Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-07T03:18:08.658Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-09-07T03:18:08.659Z++ 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
962024-09-07T03:18:08.659Z++ 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
972024-09-07T03:18:08.659Z++ 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
982024-09-07T03:18:08.659Z++ 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
992024-09-07T03:18:08.659Z++ 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
1002024-09-07T03:18:08.659Z++ 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
1012024-09-07T03:18:08.659Z++ case $OLD_SHELL_OPTS in
1022024-09-07T03:18:08.659Z++ unset OLD_SHELL_OPTS OMICRON_WS
1032024-09-07T03:18:08.659Z+ 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
1042024-09-07T03:18:08.659Z+ 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
1052024-09-07T03:18:08.659Z+ banner prerequisites
1062024-09-07T03:18:08.661Z
1072024-09-07T03:18:08.661Z ##### ##### ###### ##### ###### #### # # # #### #
1082024-09-07T03:18:08.661Z # # # # # # # # # # # # # # #
1092024-09-07T03:18:08.662Z # # # # ##### # # ##### # # # # # #### #
1102024-09-07T03:18:08.662Z ##### ##### # ##### # # # # # # # # #
1112024-09-07T03:18:08.662Z # # # # # # # # # # # # # # #
1122024-09-07T03:18:08.662Z # # # ###### # # ###### ### # #### # #### #
1132024-09-07T03:18:08.662Z
1142024-09-07T03:18:08.662Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1152024-09-07T03:18:14.298Z Startup: Refreshing catalog 'helios-dev' ... Done
1162024-09-07T03:18:16.603Z Startup: Caching catalogs ... Done
1172024-09-07T03:18:18.880ZPlanning: Solver setup ... Done (1.699s)
1182024-09-07T03:18:18.890ZPlanning: Running solver ... Done (0.030s)
1192024-09-07T03:18:18.930ZPlanning: Finding local manifests ... Done (0.004s)
1202024-09-07T03:18:18.962ZPlanning: Fetching manifests: 0/5 0% complete
1212024-09-07T03:18:19.652ZPlanning: Fetching manifests: 5/5 100% complete
1222024-09-07T03:18:19.761ZPlanning: Package planning ... Done (0.103s)
1232024-09-07T03:18:19.814ZPlanning: Merging actions ... Done (0.057s)
1242024-09-07T03:18:20.142ZPlanning: Checking for conflicting actions ... Done (0.328s)
1252024-09-07T03:18:22.148ZPlanning: Consolidating action changes ... Done (2.006s)
1262024-09-07T03:18:22.585ZPlanning: Evaluating mediators ... Done (0.437s)
1272024-09-07T03:18:22.671ZPlanning: Planning completed in 5.99 seconds
1282024-09-07T03:18:22.683Z Packages to install: 4
1292024-09-07T03:18:22.683Z Packages to update: 1
1302024-09-07T03:18:22.685Z Mediators to change: 2
1312024-09-07T03:18:22.685Z Services to change: 1
1322024-09-07T03:18:22.685Z Estimated space available: 155.72 GB
1332024-09-07T03:18:22.685ZEstimated space to be consumed: 1.53 GB
1342024-09-07T03:18:22.685Z Create boot environment: No
1352024-09-07T03:18:22.686ZCreate backup boot environment: Yes
1362024-09-07T03:18:22.686Z Rebuild boot archive: No
1372024-09-07T03:18:22.686Z
1382024-09-07T03:18:22.686ZChanged mediators:
1392024-09-07T03:18:22.686Z mediator clang:
1402024-09-07T03:18:22.686Z version: None -> 15 (system default)
1412024-09-07T03:18:22.686Z
1422024-09-07T03:18:22.686Z mediator llvm:
1432024-09-07T03:18:22.686Z version: 14 (system default) -> 15 (system default)
1442024-09-07T03:18:22.686Z
1452024-09-07T03:18:22.686ZChanged packages:
1462024-09-07T03:18:22.686Zhelios-dev
1472024-09-07T03:18:22.686Z developer/build-essential
1482024-09-07T03:18:22.686Z None -> 11-2.0
1492024-09-07T03:18:22.686Z library/libxmlsec1
1502024-09-07T03:18:22.686Z None -> 1.2.35-2.0
1512024-09-07T03:18:22.686Z ooce/developer/clang-15
1522024-09-07T03:18:22.686Z None -> 15.0.7-2.0
1532024-09-07T03:18:22.686Z ooce/developer/llvm-15
1542024-09-07T03:18:22.686Z None -> 15.0.7-2.0
1552024-09-07T03:18:22.686Z package/pkg
1562024-09-07T03:18:22.686Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1572024-09-07T03:18:22.686Z
1582024-09-07T03:18:22.686ZServices:
1592024-09-07T03:18:22.686Z restart_fmri:
1602024-09-07T03:18:22.686Z svc:/system/update-man-index:default
1612024-09-07T03:18:22.686Z
1622024-09-07T03:18:22.686ZEditable files to change:
1632024-09-07T03:18:22.686Z Update:
1642024-09-07T03:18:22.686Z usr/share/lib/pkg/web/config.shtml
1652024-09-07T03:18:22.753Z
1662024-09-07T03:18:22.753ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1672024-09-07T03:18:27.935ZDownload: 207/4281 items 1.3/220.6MB 0% complete (291k/s)
1682024-09-07T03:18:32.985ZDownload: 518/4281 items 17.4/220.6MB 7% complete (1.8M/s)
1692024-09-07T03:18:38.016ZDownload: 818/4281 items 18.7/220.6MB 8% complete (1.8M/s)
1702024-09-07T03:18:43.052ZDownload: 1192/4281 items 74.2/220.6MB 33% complete (5.6M/s)
1712024-09-07T03:18:58.167ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
1722024-09-07T03:19:03.171ZDownload: 1525/4281 items 117.3/220.6MB 53% complete (7.5M/s)
1732024-09-07T03:19:08.184ZDownload: 1830/4281 items 118.3/220.6MB 53% complete (3.6M/s)
1742024-09-07T03:19:13.290ZDownload: 2183/4281 items 118.9/220.6MB 53% complete (172k/s)
1752024-09-07T03:19:22.015ZDownload: 2220/4281 items 119.0/220.6MB 53% complete (153k/s)
1762024-09-07T03:19:28.556ZDownload: 2223/4281 items 119.1/220.6MB 53% complete (129k/s)
1772024-09-07T03:19:33.538ZDownload: 2556/4281 items 120.4/220.6MB 54% complete (147k/s)
1782024-09-07T03:19:38.545ZDownload: 2899/4281 items 121.2/220.6MB 54% complete (218k/s)
1792024-09-07T03:19:43.545ZDownload: 3203/4281 items 187.3/220.6MB 84% complete (6.6M/s)
1802024-09-07T03:19:49.168ZDownload: 3246/4281 items 203.1/220.6MB 92% complete (8.2M/s)
1812024-09-07T03:19:54.181ZDownload: 3271/4281 items 209.8/220.6MB 95% complete (829k/s)
1822024-09-07T03:19:59.632ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (1.0M/s)
1832024-09-07T03:20:04.634ZDownload: 3608/4281 items 216.1/220.6MB 97% complete (690k/s)
1842024-09-07T03:20:09.645ZDownload: 3979/4281 items 219.1/220.6MB 99% complete (656k/s)
1852024-09-07T03:20:29.852ZDownload: 4207/4281 items 220.6/220.6MB 99% complete
1862024-09-07T03:20:35.582ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1872024-09-07T03:20:35.685ZDownload: Completed 220.60 MB in 132.92 seconds (1.7M/s)
1882024-09-07T03:20:37.705Z Actions: 1/5063 actions (Removing old actions)
1892024-09-07T03:20:37.722Z Actions: 194/5063 actions (Installing new actions)
1902024-09-07T03:20:42.386Z Actions: 4226/5063 actions (Updating modified actions)
1912024-09-07T03:20:42.699Z Actions: Completed 5063 actions in 4.99 seconds.
1922024-09-07T03:20:42.988Z Done (0.282s)
1932024-09-07T03:20:42.991Z Done (0.000s)
1942024-09-07T03:20:43.389Z Done (0.397s)
1952024-09-07T03:20:47.665Z Done (4.100s)
1962024-09-07T03:20:47.750Z Done (0.016s)
1972024-09-07T03:20:47.754Z Done (0.000s)
1982024-09-07T03:20:47.974Z Done (0.000s)
1992024-09-07T03:20:48.568ZPlanning: Evaluating mediator changes ... Done
2002024-09-07T03:20:48.732ZPlanning: Checking for conflicting actions ... Done
2012024-09-07T03:20:48.739ZPlanning: Consolidating action changes ... Done
2022024-09-07T03:20:49.003ZPlanning: Evaluating mediators ... Done
2032024-09-07T03:20:49.006ZPlanning: Planning completed in 0.43 seconds
2042024-09-07T03:20:49.042Z Mediators to change: 2
2052024-09-07T03:20:49.046Z Create boot environment: No
2062024-09-07T03:20:49.046ZCreate backup boot environment: No
2072024-09-07T03:20:49.130Z Done
2082024-09-07T03:20:49.130Z Done
2092024-09-07T03:20:49.376Z Done
2102024-09-07T03:20:53.018Z Done
2112024-09-07T03:20:53.110Z Done
2122024-09-07T03:20:53.113Z Done
2132024-09-07T03:20:53.207Z Done
2142024-09-07T03:20:53.823ZPlanning: Evaluating mediator changes ... Done
2152024-09-07T03:20:53.825ZPlanning: Merging actions ... Done
2162024-09-07T03:20:54.017ZPlanning: Checking for conflicting actions ... Done
2172024-09-07T03:20:54.020ZPlanning: Consolidating action changes ... Done
2182024-09-07T03:20:54.288ZPlanning: Evaluating mediators ... Done
2192024-09-07T03:20:54.343ZPlanning: Planning completed in 0.77 seconds
2202024-09-07T03:20:54.386Z Packages to change: 1
2212024-09-07T03:20:54.386Z Mediators to change: 1
2222024-09-07T03:20:54.389Z Services to change: 1
2232024-09-07T03:20:54.389Z Create boot environment: No
2242024-09-07T03:20:54.389ZCreate backup boot environment: Yes
2252024-09-07T03:20:56.473Z Actions: 1/6 actions (Updating modified actions)
2262024-09-07T03:20:56.476Z Actions: Completed 6 actions in 0.00 seconds.
2272024-09-07T03:20:56.476Z Done
2282024-09-07T03:20:56.476Z Done
2292024-09-07T03:20:56.555Z Done
2302024-09-07T03:21:00.222Z Done
2312024-09-07T03:21:00.313Z Done
2322024-09-07T03:21:00.316Z Done
2332024-09-07T03:21:00.425Z Done
2342024-09-07T03:21:00.870ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352024-09-07T03:21:00.870Zclang system 15 system
2362024-09-07T03:21:00.870Zcsh system system illumos
2372024-09-07T03:21:00.870Zctags system system illumos
2382024-09-07T03:21:00.870Zgcc vendor 12 vendor
2392024-09-07T03:21:00.870Zgcc system 10 system
2402024-09-07T03:21:00.870Zgcc system 7 system
2412024-09-07T03:21:00.870Zgo system 1.20 system
2422024-09-07T03:21:00.870Zgo system 1.19 system
2432024-09-07T03:21:00.870Zllvm system 15 system
2442024-09-07T03:21:00.870Zllvm system 14 system
2452024-09-07T03:21:00.870Zmariadb system 10.6 system
2462024-09-07T03:21:00.870Zmta vendor vendor dma
2472024-09-07T03:21:00.870Zopenjdk system 17 system
2482024-09-07T03:21:00.870Zopenjdk system 11 system
2492024-09-07T03:21:00.870Zopenjdk system 1.8 system
2502024-09-07T03:21:00.870Zopenssl vendor 3 vendor
2512024-09-07T03:21:00.870Zperl system 5.36 system
2522024-09-07T03:21:00.871Zpostgresql system 15 system
2532024-09-07T03:21:00.871Zpostgresql system 13 system
2542024-09-07T03:21:00.871Zpython vendor 3 vendor
2552024-09-07T03:21:00.871Zpython system 2 system
2562024-09-07T03:21:00.871Zpython3 system 3.11 system
2572024-09-07T03:21:00.871Zruby system 3.0 system
2582024-09-07T03:21:00.871Zwords vendor vendor american-english
2592024-09-07T03:21:00.871Zwords system system australian-english
2602024-09-07T03:21:00.871Zwords system system british-english
2612024-09-07T03:21:00.871Zwords system system canadian-english
2622024-09-07T03:21:00.871Zwords system system french
2632024-09-07T03:21:00.871Zwords system system italian
2642024-09-07T03:21:00.871Zwords system system ngerman
2652024-09-07T03:21:00.871Zwords system system ogerman
2662024-09-07T03:21:00.871Zwords system system spanish
2672024-09-07T03:21:01.205ZPUBLISHER TYPE STATUS P LOCATION
2682024-09-07T03:21:01.205Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692024-09-07T03:21:03.015ZFMRI IFO
2702024-09-07T03:21:03.015Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712024-09-07T03:21:03.015Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722024-09-07T03:21:03.015Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732024-09-07T03:21:03.015Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742024-09-07T03:21:03.015Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752024-09-07T03:21:03.015Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762024-09-07T03:21:03.015Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772024-09-07T03:21:03.015Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782024-09-07T03:21:03.015Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792024-09-07T03:21:03.015Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2802024-09-07T03:21:03.015Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812024-09-07T03:21:03.015Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2822024-09-07T03:21:03.015Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832024-09-07T03:21:03.624Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842024-09-07T03:21:03.873Z Updating crates.io index
2852024-09-07T03:21:03.875Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2862024-09-07T03:21:04.611Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2872024-09-07T03:21:05.280Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2882024-09-07T03:21:05.527Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2892024-09-07T03:21:07.006Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902024-09-07T03:21:07.245Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912024-09-07T03:21:07.482Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922024-09-07T03:21:08.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932024-09-07T03:21:10.524Z Updating git repository `https://github.com/oxidecomputer/opte`
2942024-09-07T03:21:11.452Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952024-09-07T03:21:12.141Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962024-09-07T03:21:12.456Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2972024-09-07T03:21:12.941Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2982024-09-07T03:21:13.182Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2992024-09-07T03:21:13.468Z Updating git repository `https://github.com/oxidecomputer/qorb`
3002024-09-07T03:21:13.742Z Updating git repository `https://github.com/oxidecomputer/propolis`
3012024-09-07T03:21:14.207Z Updating git repository `https://github.com/oxidecomputer/tofino`
3022024-09-07T03:21:14.471Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032024-09-07T03:21:14.715Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042024-09-07T03:21:14.939Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052024-09-07T03:21:15.212Z Updating git repository `https://github.com/oxidecomputer/clickward`
3062024-09-07T03:21:15.557Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3072024-09-07T03:21:15.867Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082024-09-07T03:21:16.171Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3092024-09-07T03:21:16.475Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102024-09-07T03:21:16.898Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112024-09-07T03:21:17.272Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122024-09-07T03:21:17.822Z Updating git repository `https://github.com/oxidecomputer/typify`
3132024-09-07T03:21:20.139Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142024-09-07T03:21:20.413Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152024-09-07T03:21:20.641Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162024-09-07T03:21:20.950Z Updating git repository `https://github.com/oxidecomputer/rfb`
3172024-09-07T03:21:21.945Z Downloading crates ...
3182024-09-07T03:21:22.019Z Downloaded colorchoice v1.0.1
3192024-09-07T03:21:22.021Z Downloaded cfg-if v1.0.0
3202024-09-07T03:21:22.024Z Downloaded anyhow v1.0.86
3212024-09-07T03:21:22.026Z Downloaded bytecount v0.6.8
3222024-09-07T03:21:22.028Z Downloaded anstyle v1.0.8
3232024-09-07T03:21:22.031Z Downloaded equivalent v1.0.1
3242024-09-07T03:21:22.039Z Downloaded usdt-attr-macro v0.5.0
3252024-09-07T03:21:22.042Z Downloaded dtrace-parser v0.2.0
3262024-09-07T03:21:22.045Z Downloaded swrite v0.1.0
3272024-09-07T03:21:22.047Z Downloaded usdt-macro v0.5.0
3282024-09-07T03:21:22.047Z Downloaded anstyle-parse v0.2.4
3292024-09-07T03:21:22.051Z Downloaded is_terminal_polyfill v1.70.0
3302024-09-07T03:21:22.060Z Downloaded heck v0.5.0
3312024-09-07T03:21:22.063Z Downloaded tabled_derive v0.7.0
3322024-09-07T03:21:22.063Z Downloaded clap_lex v0.7.0
3332024-09-07T03:21:22.063Z Downloaded usdt v0.5.0
3342024-09-07T03:21:22.065Z Downloaded generic-array v0.14.7
3352024-09-07T03:21:22.065Z Downloaded cpufeatures v0.2.12
3362024-09-07T03:21:22.068Z Downloaded cargo-platform v0.1.8
3372024-09-07T03:21:22.068Z Downloaded unicode-linebreak v0.1.5
3382024-09-07T03:21:22.070Z Downloaded thread-id v4.2.1
3392024-09-07T03:21:22.070Z Downloaded strsim v0.11.1
3402024-09-07T03:21:22.073Z Downloaded serde_spanned v0.6.7
3412024-09-07T03:21:22.073Z Downloaded terminal_size v0.3.0
3422024-09-07T03:21:22.075Z Downloaded crypto-common v0.1.6
3432024-09-07T03:21:22.076Z Downloaded pest_generator v2.7.10
3442024-09-07T03:21:22.076Z Downloaded fnv v1.0.7
3452024-09-07T03:21:22.078Z Downloaded version_check v0.9.5
3462024-09-07T03:21:22.078Z Downloaded toml_datetime v0.6.8
3472024-09-07T03:21:22.084Z Downloaded semver v1.0.23
3482024-09-07T03:21:22.087Z Downloaded scroll v0.12.0
3492024-09-07T03:21:22.089Z Downloaded plain v0.2.3
3502024-09-07T03:21:22.092Z Downloaded sha2 v0.10.8
3512024-09-07T03:21:22.095Z Downloaded anstyle-query v1.0.3
3522024-09-07T03:21:22.095Z Downloaded byteorder v1.5.0
3532024-09-07T03:21:22.097Z Downloaded thiserror v1.0.63
3542024-09-07T03:21:22.101Z Downloaded proc-macro-error v1.0.4
3552024-09-07T03:21:22.103Z Downloaded cargo_metadata v0.18.1
3562024-09-07T03:21:22.106Z Downloaded pretty-hex v0.4.1
3572024-09-07T03:21:22.109Z Downloaded anstream v0.6.14
3582024-09-07T03:21:22.112Z Downloaded block-buffer v0.10.4
3592024-09-07T03:21:22.115Z Downloaded autocfg v1.3.0
3602024-09-07T03:21:22.120Z Downloaded memmap v0.7.0
3612024-09-07T03:21:22.125Z Downloaded thiserror-impl v1.0.63
3622024-09-07T03:21:22.128Z Downloaded scroll_derive v0.12.0
3632024-09-07T03:21:22.131Z Downloaded log v0.4.21
3642024-09-07T03:21:22.131Z Downloaded errno v0.3.9
3652024-09-07T03:21:22.133Z Downloaded camino v1.1.9
3662024-09-07T03:21:22.135Z Downloaded ucd-trie v0.1.6
3672024-09-07T03:21:22.138Z Downloaded heck v0.4.1
3682024-09-07T03:21:22.138Z Downloaded fastrand v2.1.0
3692024-09-07T03:21:22.140Z Downloaded digest v0.10.7
3702024-09-07T03:21:22.143Z Downloaded proc-macro-error-attr v1.0.4
3712024-09-07T03:21:22.143Z Downloaded proc-macro2 v1.0.86
3722024-09-07T03:21:22.145Z Downloaded dof v0.3.0
3732024-09-07T03:21:22.149Z Downloaded itoa v1.0.11
3742024-09-07T03:21:22.149Z Downloaded fs-err v2.11.0
3752024-09-07T03:21:22.152Z Downloaded camino-tempfile v1.1.1
3762024-09-07T03:21:22.152Z Downloaded utf8parse v0.2.1
3772024-09-07T03:21:22.156Z Downloaded serde_tokenstream v0.2.2
3782024-09-07T03:21:22.156Z Downloaded smawk v0.3.2
3792024-09-07T03:21:22.159Z Downloaded clap_derive v4.5.13
3802024-09-07T03:21:22.159Z Downloaded cargo_toml v0.20.4
3812024-09-07T03:21:22.159Z Downloaded serde_derive v1.0.208
3822024-09-07T03:21:22.166Z Downloaded macaddr v1.0.1
3832024-09-07T03:21:22.169Z Downloaded usdt-impl v0.5.0
3842024-09-07T03:21:22.172Z Downloaded bitflags v2.6.0
3852024-09-07T03:21:22.177Z Downloaded tempfile v3.10.1
3862024-09-07T03:21:22.180Z Downloaded once_cell v1.19.0
3872024-09-07T03:21:22.182Z Downloaded quote v1.0.36
3882024-09-07T03:21:22.185Z Downloaded typenum v1.17.0
3892024-09-07T03:21:22.187Z Downloaded clap v4.5.16
3902024-09-07T03:21:22.195Z Downloaded pest_derive v2.7.10
3912024-09-07T03:21:22.198Z Downloaded indexmap v2.4.0
3922024-09-07T03:21:22.202Z Downloaded papergrid v0.11.0
3932024-09-07T03:21:22.205Z Downloaded unicode-ident v1.0.12
3942024-09-07T03:21:22.209Z Downloaded pest_meta v2.7.10
3952024-09-07T03:21:22.212Z Downloaded zerocopy-derive v0.7.34
3962024-09-07T03:21:22.215Z Downloaded toml v0.8.19
3972024-09-07T03:21:22.220Z Downloaded ryu v1.0.18
3982024-09-07T03:21:22.223Z Downloaded textwrap v0.16.1
3992024-09-07T03:21:22.234Z Downloaded memchr v2.7.2
4002024-09-07T03:21:22.247Z Downloaded clap_builder v4.5.15
4012024-09-07T03:21:22.252Z Downloaded serde v1.0.208
4022024-09-07T03:21:22.255Z Downloaded pest v2.7.10
4032024-09-07T03:21:22.260Z Downloaded toml_edit v0.22.20
4042024-09-07T03:21:22.281Z Downloaded zerocopy v0.7.34
4052024-09-07T03:21:22.296Z Downloaded hashbrown v0.14.5
4062024-09-07T03:21:22.300Z Downloaded serde_json v1.0.125
4072024-09-07T03:21:22.307Z Downloaded winnow v0.6.18
4082024-09-07T03:21:22.316Z Downloaded goblin v0.8.2
4092024-09-07T03:21:22.323Z Downloaded tabled v0.15.0
4102024-09-07T03:21:22.338Z Downloaded syn v2.0.74
4112024-09-07T03:21:22.349Z Downloaded syn v1.0.109
4122024-09-07T03:21:22.362Z Downloaded rustix v0.38.34
4132024-09-07T03:21:22.383Z Downloaded unicode-width v0.1.13
4142024-09-07T03:21:22.400Z Downloaded libc v0.2.158
4152024-09-07T03:21:22.706Z Compiling proc-macro2 v1.0.86
4162024-09-07T03:21:22.706Z Compiling unicode-ident v1.0.12
4172024-09-07T03:21:22.709Z Compiling version_check v0.9.5
4182024-09-07T03:21:22.709Z Compiling serde v1.0.208
4192024-09-07T03:21:22.709Z Compiling thiserror v1.0.63
4202024-09-07T03:21:22.709Z Compiling memchr v2.7.2
4212024-09-07T03:21:22.709Z Compiling libc v0.2.158
4222024-09-07T03:21:22.709Z Compiling ryu v1.0.18
4232024-09-07T03:21:22.986Z Compiling ucd-trie v0.1.6
4242024-09-07T03:21:23.084Z Compiling itoa v1.0.11
4252024-09-07T03:21:23.519Z Compiling once_cell v1.19.0
4262024-09-07T03:21:23.545Z Compiling byteorder v1.5.0
4272024-09-07T03:21:23.548Z Compiling serde_json v1.0.125
4282024-09-07T03:21:23.635Z Compiling rustix v0.38.34
4292024-09-07T03:21:23.944Z Compiling bitflags v2.6.0
4302024-09-07T03:21:24.007Z Compiling proc-macro-error-attr v1.0.4
4312024-09-07T03:21:24.309Z Compiling usdt-impl v0.5.0
4322024-09-07T03:21:24.365Z Compiling quote v1.0.36
4332024-09-07T03:21:24.390Z Compiling syn v1.0.109
4342024-09-07T03:21:24.547Z Compiling proc-macro-error v1.0.4
4352024-09-07T03:21:24.581Z Compiling equivalent v1.0.1
4362024-09-07T03:21:24.699Z Compiling plain v0.2.3
4372024-09-07T03:21:24.724Z Compiling syn v2.0.74
4382024-09-07T03:21:24.844Z Compiling errno v0.3.9
4392024-09-07T03:21:24.868Z Compiling utf8parse v0.2.1
4402024-09-07T03:21:25.032Z Compiling log v0.4.21
4412024-09-07T03:21:25.097Z Compiling hashbrown v0.14.5
4422024-09-07T03:21:25.122Z Compiling camino v1.1.9
4432024-09-07T03:21:25.475Z Compiling thread-id v4.2.1
4442024-09-07T03:21:25.571Z Compiling anstyle-parse v0.2.4
4452024-09-07T03:21:25.908Z Compiling pretty-hex v0.4.1
4462024-09-07T03:21:25.940Z Compiling anstyle v1.0.8
4472024-09-07T03:21:26.135Z Compiling winnow v0.6.18
4482024-09-07T03:21:26.160Z Compiling colorchoice v1.0.1
4492024-09-07T03:21:26.206Z Compiling semver v1.0.23
4502024-09-07T03:21:26.334Z Compiling is_terminal_polyfill v1.70.0
4512024-09-07T03:21:26.424Z Compiling autocfg v1.3.0
4522024-09-07T03:21:26.492Z Compiling anstyle-query v1.0.3
4532024-09-07T03:21:26.590Z Compiling indexmap v2.4.0
4542024-09-07T03:21:26.621Z Compiling unicode-width v0.1.13
4552024-09-07T03:21:26.837Z Compiling anstream v0.6.14
4562024-09-07T03:21:27.135Z Compiling cfg-if v1.0.0
4572024-09-07T03:21:27.240Z Compiling terminal_size v0.3.0
4582024-09-07T03:21:27.360Z Compiling fs-err v2.11.0
4592024-09-07T03:21:27.428Z Compiling fastrand v2.1.0
4602024-09-07T03:21:27.603Z Compiling heck v0.5.0
4612024-09-07T03:21:27.660Z Compiling anyhow v1.0.86
4622024-09-07T03:21:27.948Z Compiling fnv v1.0.7
4632024-09-07T03:21:28.017Z Compiling strsim v0.11.1
4642024-09-07T03:21:28.089Z Compiling heck v0.4.1
4652024-09-07T03:21:28.113Z Compiling clap_lex v0.7.0
4662024-09-07T03:21:28.286Z Compiling bytecount v0.6.8
4672024-09-07T03:21:28.510Z Compiling papergrid v0.11.0
4682024-09-07T03:21:28.603Z Compiling clap_builder v4.5.15
4692024-09-07T03:21:28.686Z Compiling tempfile v3.10.1
4702024-09-07T03:21:28.941Z Compiling memmap v0.7.0
4712024-09-07T03:21:28.967Z Compiling unicode-linebreak v0.1.5
4722024-09-07T03:21:29.328Z Compiling smawk v0.3.2
4732024-09-07T03:21:29.521Z Compiling textwrap v0.16.1
4742024-09-07T03:21:29.956Z Compiling swrite v0.1.0
4752024-09-07T03:21:31.048Z Compiling tabled_derive v0.7.0
4762024-09-07T03:21:32.688Z Compiling tabled v0.15.0
4772024-09-07T03:21:33.527Z Compiling serde_derive v1.0.208
4782024-09-07T03:21:33.527Z Compiling thiserror-impl v1.0.63
4792024-09-07T03:21:33.572Z Compiling zerocopy-derive v0.7.34
4802024-09-07T03:21:33.627Z Compiling scroll_derive v0.12.0
4812024-09-07T03:21:33.836Z Compiling clap_derive v4.5.13
4822024-09-07T03:21:35.065Z Compiling scroll v0.12.0
4832024-09-07T03:21:35.565Z Compiling goblin v0.8.2
4842024-09-07T03:21:35.626Z Compiling zerocopy v0.7.34
4852024-09-07T03:21:36.243Z Compiling pest v2.7.10
4862024-09-07T03:21:37.503Z Compiling clap v4.5.16
4872024-09-07T03:21:38.460Z Compiling pest_meta v2.7.10
4882024-09-07T03:21:39.237Z Compiling pest_generator v2.7.10
4892024-09-07T03:21:40.885Z Compiling pest_derive v2.7.10
4902024-09-07T03:21:41.589Z Compiling dtrace-parser v0.2.0
4912024-09-07T03:21:43.701Z Compiling toml_datetime v0.6.8
4922024-09-07T03:21:43.701Z Compiling serde_spanned v0.6.7
4932024-09-07T03:21:43.710Z Compiling cargo-platform v0.1.8
4942024-09-07T03:21:44.067Z Compiling serde_tokenstream v0.2.2
4952024-09-07T03:21:44.180Z Compiling toml_edit v0.22.20
4962024-09-07T03:21:44.307Z Compiling macaddr v1.0.1
4972024-09-07T03:21:44.402Z Compiling camino-tempfile v1.1.1
4982024-09-07T03:21:45.100Z Compiling dof v0.3.0
4992024-09-07T03:21:45.100Z Compiling cargo_metadata v0.18.1
5002024-09-07T03:21:46.930Z Compiling toml v0.8.19
5012024-09-07T03:21:47.083Z Compiling usdt-macro v0.5.0
5022024-09-07T03:21:47.086Z Compiling usdt-attr-macro v0.5.0
5032024-09-07T03:21:47.810Z Compiling cargo_toml v0.20.4
5042024-09-07T03:21:48.444Z Compiling usdt v0.5.0
5052024-09-07T03:21:51.559Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5062024-09-07T03:21:55.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.34s
5072024-09-07T03:21:55.988Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5082024-09-07T03:21:56.572Z Downloading crates ...
5092024-09-07T03:21:56.695Z Downloaded atomicwrites v0.4.3
5102024-09-07T03:21:56.701Z Downloaded allocator-api2 v0.2.18
5112024-09-07T03:21:56.704Z Downloaded cfg_aliases v0.1.1
5122024-09-07T03:21:56.708Z Downloaded ciborium-io v0.2.2
5132024-09-07T03:21:56.711Z Downloaded bitstruct_derive v0.1.0
5142024-09-07T03:21:56.715Z Downloaded http-range v0.1.5
5152024-09-07T03:21:56.718Z Downloaded crunchy v0.2.2
5162024-09-07T03:21:56.720Z Downloaded ascii-canvas v3.0.0
5172024-09-07T03:21:56.730Z Downloaded home v0.5.9
5182024-09-07T03:21:56.730Z Downloaded hostname v0.4.0
5192024-09-07T03:21:56.730Z Downloaded async-stream v0.3.5
5202024-09-07T03:21:56.730Z Downloaded adler2 v2.0.0
5212024-09-07T03:21:56.730Z Downloaded arrayref v0.3.7
5222024-09-07T03:21:56.733Z Downloaded crc v3.2.1
5232024-09-07T03:21:56.737Z Downloaded crc-catalog v2.4.0
5242024-09-07T03:21:56.740Z Downloaded constant_time_eq v0.3.0
5252024-09-07T03:21:56.740Z Downloaded newline-converter v0.3.0
5262024-09-07T03:21:56.740Z Downloaded bb8 v0.8.5
5272024-09-07T03:21:56.743Z Downloaded cobs v0.2.3
5282024-09-07T03:21:56.743Z Downloaded matches v0.1.10
5292024-09-07T03:21:56.743Z Downloaded bit-set v0.5.3
5302024-09-07T03:21:56.746Z Downloaded curve25519-dalek-derive v0.1.1
5312024-09-07T03:21:56.746Z Downloaded castaway v0.2.3
5322024-09-07T03:21:56.751Z Downloaded block-padding v0.3.3
5332024-09-07T03:21:56.751Z Downloaded argon2 v0.5.3
5342024-09-07T03:21:56.753Z Downloaded hubpack_derive v0.1.1
5352024-09-07T03:21:56.754Z Downloaded async-bb8-diesel v0.2.1
5362024-09-07T03:21:56.757Z Downloaded newtype_derive v0.1.6
5372024-09-07T03:21:56.760Z Downloaded instant v0.1.12
5382024-09-07T03:21:56.760Z Downloaded cstr-argument v0.1.2
5392024-09-07T03:21:56.762Z Downloaded bitflags v1.3.2
5402024-09-07T03:21:56.767Z Downloaded arrayvec v0.7.4
5412024-09-07T03:21:56.767Z Downloaded inout v0.1.3
5422024-09-07T03:21:56.767Z Downloaded linear-map v1.2.0
5432024-09-07T03:21:56.773Z Downloaded mime v0.3.17
5442024-09-07T03:21:56.773Z Downloaded libefi-sys v0.1.0
5452024-09-07T03:21:56.776Z Downloaded cookie v0.17.0
5462024-09-07T03:21:56.776Z Downloaded keccak v0.1.5
5472024-09-07T03:21:56.776Z Downloaded md-5 v0.10.6
5482024-09-07T03:21:56.780Z Downloaded indent_write v2.2.0
5492024-09-07T03:21:56.780Z Downloaded ahash v0.8.11
5502024-09-07T03:21:56.784Z Downloaded russh-cryptovec v0.7.2
5512024-09-07T03:21:56.784Z Downloaded addr2line v0.21.0
5522024-09-07T03:21:56.787Z Downloaded bcs v0.1.6
5532024-09-07T03:21:56.790Z Downloaded hyper-staticfile v0.9.5
5542024-09-07T03:21:56.790Z Downloaded crossbeam-utils v0.8.19
5552024-09-07T03:21:56.793Z Downloaded atomic-waker v1.1.2
5562024-09-07T03:21:56.797Z Downloaded cookie v0.18.1
5572024-09-07T03:21:56.797Z Downloaded async-recursion v1.1.1
5582024-09-07T03:21:56.804Z Downloaded lru-cache v0.1.2
5592024-09-07T03:21:56.808Z Downloaded ipnet v2.9.0
5602024-09-07T03:21:56.808Z Downloaded darling v0.20.9
5612024-09-07T03:21:56.811Z Downloaded lazy_static v1.5.0
5622024-09-07T03:21:56.811Z Downloaded nu-ansi-term v0.50.0
5632024-09-07T03:21:56.814Z Downloaded memmap2 v0.9.4
5642024-09-07T03:21:56.817Z Downloaded libloading v0.8.3
5652024-09-07T03:21:56.821Z Downloaded bytes v1.7.1
5662024-09-07T03:21:56.825Z Downloaded hickory-server v0.24.1
5672024-09-07T03:21:56.828Z Downloaded native-tls v0.2.11
5682024-09-07T03:21:56.831Z Downloaded crucible-workspace-hack v0.1.0
5692024-09-07T03:21:56.831Z Downloaded scheduled-thread-pool v0.2.7
5702024-09-07T03:21:56.834Z Downloaded blake2 v0.10.6
5712024-09-07T03:21:56.838Z Downloaded bcrypt-pbkdf v0.10.0
5722024-09-07T03:21:56.838Z Downloaded is_ci v1.2.0
5732024-09-07T03:21:56.841Z Downloaded is-terminal v0.4.12
5742024-09-07T03:21:56.841Z Downloaded rusty-fork v0.3.0
5752024-09-07T03:21:56.841Z Downloaded serde_repr v0.1.19
5762024-09-07T03:21:56.844Z Downloaded match_cfg v0.1.0
5772024-09-07T03:21:56.844Z Downloaded tower-service v0.3.2
5782024-09-07T03:21:56.847Z Downloaded cbc v0.1.2
5792024-09-07T03:21:56.847Z Downloaded ident_case v1.0.1
5802024-09-07T03:21:56.851Z Downloaded normalize-line-endings v0.3.0
5812024-09-07T03:21:56.851Z Downloaded nodrop v0.1.14
5822024-09-07T03:21:56.854Z Downloaded new_debug_unreachable v1.0.6
5832024-09-07T03:21:56.854Z Downloaded multimap v0.10.0
5842024-09-07T03:21:56.854Z Downloaded bit-vec v0.6.3
5852024-09-07T03:21:56.860Z Downloaded maplit v1.0.2
5862024-09-07T03:21:56.860Z Downloaded adler v1.0.2
5872024-09-07T03:21:56.860Z Downloaded colored v2.1.0
5882024-09-07T03:21:56.863Z Downloaded cfg_aliases v0.2.1
5892024-09-07T03:21:56.863Z Downloaded slab v0.4.9
5902024-09-07T03:21:56.863Z Downloaded serde-big-array v0.5.1
5912024-09-07T03:21:56.866Z Downloaded mockall_derive v0.13.0
5922024-09-07T03:21:56.866Z Downloaded ascii v1.1.0
5932024-09-07T03:21:56.870Z Downloaded miniz_oxide v0.7.2
5942024-09-07T03:21:56.873Z Downloaded hubpack v0.1.2
5952024-09-07T03:21:56.874Z Downloaded base64 v0.22.1
5962024-09-07T03:21:56.877Z Downloaded crossbeam-deque v0.8.5
5972024-09-07T03:21:56.882Z Downloaded want v0.3.1
5982024-09-07T03:21:56.882Z Downloaded convert_case v0.4.0
5992024-09-07T03:21:56.882Z Downloaded ciborium-ll v0.2.2
6002024-09-07T03:21:56.885Z Downloaded thiserror-no-std v2.0.2
6012024-09-07T03:21:56.888Z Downloaded memoffset v0.9.1
6022024-09-07T03:21:56.888Z Downloaded instability v0.3.2
6032024-09-07T03:21:56.895Z Downloaded impl-trait-for-tuples v0.2.2
6042024-09-07T03:21:56.901Z Downloaded waitgroup v0.1.2
6052024-09-07T03:21:56.901Z Downloaded managed v0.8.0
6062024-09-07T03:21:56.901Z Downloaded lru v0.12.3
6072024-09-07T03:21:56.901Z Downloaded lalrpop-util v0.19.12
6082024-09-07T03:21:56.901Z Downloaded ipnetwork v0.20.0
6092024-09-07T03:21:56.901Z Downloaded humantime v2.1.0
6102024-09-07T03:21:56.906Z Downloaded tokio-native-tls v0.3.1
6112024-09-07T03:21:56.907Z Downloaded newtype-uuid v1.1.0
6122024-09-07T03:21:56.907Z Downloaded strum_macros v0.25.3
6132024-09-07T03:21:56.921Z Downloaded num v0.4.3
6142024-09-07T03:21:56.921Z Downloaded tokio-macros v2.4.0
6152024-09-07T03:21:56.921Z Downloaded rustc_version v0.4.0
6162024-09-07T03:21:56.925Z Downloaded rfc6979 v0.4.0
6172024-09-07T03:21:56.925Z Downloaded compact_str v0.8.0
6182024-09-07T03:21:56.925Z Downloaded topological-sort v0.2.2
6192024-09-07T03:21:56.925Z Downloaded oso-derive v0.27.3
6202024-09-07T03:21:56.925Z Downloaded openssl-probe v0.1.5
6212024-09-07T03:21:56.925Z Downloaded indicatif v0.17.8
6222024-09-07T03:21:56.925Z Downloaded openssl-macros v0.1.1
6232024-09-07T03:21:56.928Z Downloaded smallvec v1.13.2
6242024-09-07T03:21:56.928Z Downloaded slog-term v2.9.1
6252024-09-07T03:21:56.931Z Downloaded http v0.2.12
6262024-09-07T03:21:56.935Z Downloaded ciborium v0.2.2
6272024-09-07T03:21:56.938Z Downloaded rpassword v7.3.1
6282024-09-07T03:21:56.941Z Downloaded ctr v0.9.2
6292024-09-07T03:21:56.944Z Downloaded linked-hash-map v0.5.6
6302024-09-07T03:21:56.944Z Downloaded httparse v1.8.0
6312024-09-07T03:21:56.948Z Downloaded crc32fast v1.4.0
6322024-09-07T03:21:56.948Z Downloaded maybe-uninit v2.0.0
6332024-09-07T03:21:56.951Z Downloaded rand_xorshift v0.3.0
6342024-09-07T03:21:56.951Z Downloaded debug-ignore v1.0.5
6352024-09-07T03:21:56.954Z Downloaded ed25519 v2.2.3
6362024-09-07T03:21:56.954Z Downloaded heck v0.3.3
6372024-09-07T03:21:56.957Z Downloaded flagset v0.4.5
6382024-09-07T03:21:56.957Z Downloaded fixedbitset v0.4.2
6392024-09-07T03:21:56.960Z Downloaded salsa20 v0.10.2
6402024-09-07T03:21:56.960Z Downloaded futures-macro v0.3.30
6412024-09-07T03:21:56.962Z Downloaded defmt-macros v0.3.9
6422024-09-07T03:21:56.965Z Downloaded dyn-clone v1.0.17
6432024-09-07T03:21:56.967Z Downloaded mime_guess v2.0.4
6442024-09-07T03:21:56.970Z Downloaded strum v0.26.3
6452024-09-07T03:21:56.970Z Downloaded futures-io v0.3.30
6462024-09-07T03:21:56.970Z Downloaded tabwriter v1.4.0
6472024-09-07T03:21:56.974Z Downloaded rustls-pemfile v2.1.3
6482024-09-07T03:21:56.978Z Downloaded crossbeam-channel v0.5.12
6492024-09-07T03:21:56.980Z Downloaded glob v0.3.1
6502024-09-07T03:21:56.980Z Downloaded toolchain_find v0.4.0
6512024-09-07T03:21:56.983Z Downloaded powerfmt v0.2.0
6522024-09-07T03:21:56.983Z Downloaded percent-encoding v2.3.1
6532024-09-07T03:21:56.987Z Downloaded crossbeam-epoch v0.9.18
6542024-09-07T03:21:56.990Z Downloaded cassowary v0.3.0
6552024-09-07T03:21:56.991Z Downloaded proc-macro-crate v1.3.1
6562024-09-07T03:21:56.991Z Downloaded const-oid v0.9.6
6572024-09-07T03:21:56.993Z Downloaded ron v0.8.1
6582024-09-07T03:21:56.998Z Downloaded similar v2.6.0
6592024-09-07T03:21:57.004Z Downloaded opaque-debug v0.3.1
6602024-09-07T03:21:57.007Z Downloaded dsl_auto_type v0.1.2
6612024-09-07T03:21:57.007Z Downloaded rand_seeder v0.3.0
6622024-09-07T03:21:57.012Z Downloaded shlex v1.3.0
6632024-09-07T03:21:57.012Z Downloaded hash32 v0.2.1
6642024-09-07T03:21:57.015Z Downloaded smf v0.2.3
6652024-09-07T03:21:57.015Z Downloaded subtle v2.5.0
6662024-09-07T03:21:57.015Z Downloaded num-rational v0.4.2
6672024-09-07T03:21:57.015Z Downloaded erased-serde v0.3.31
6682024-09-07T03:21:57.018Z Downloaded serde_plain v1.0.2
6692024-09-07T03:21:57.020Z Downloaded precomputed-hash v0.1.1
6702024-09-07T03:21:57.020Z Downloaded phf_shared v0.10.0
6712024-09-07T03:21:57.020Z Downloaded sigpipe v0.1.3
6722024-09-07T03:21:57.023Z Downloaded peg-runtime v0.8.3
6732024-09-07T03:21:57.023Z Downloaded serde_urlencoded v0.7.1
6742024-09-07T03:21:57.026Z Downloaded tinyvec v1.6.0
6752024-09-07T03:21:57.029Z Downloaded pretty-hex v0.2.1
6762024-09-07T03:21:57.032Z Downloaded strum_macros v0.24.3
6772024-09-07T03:21:57.032Z Downloaded structmeta-derive v0.3.0
6782024-09-07T03:21:57.037Z Downloaded spki v0.7.3
6792024-09-07T03:21:57.037Z Downloaded hickory-resolver v0.24.1
6802024-09-07T03:21:57.040Z Downloaded sqlparser_derive v0.2.2
6812024-09-07T03:21:57.043Z Downloaded pem-rfc7468 v0.7.0
6822024-09-07T03:21:57.043Z Downloaded stable_deref_trait v1.2.0
6832024-09-07T03:21:57.046Z Downloaded predicates-tree v1.0.9
6842024-09-07T03:21:57.046Z Downloaded rand_chacha v0.3.1
6852024-09-07T03:21:57.050Z Downloaded try-lock v0.2.5
6862024-09-07T03:21:57.050Z Downloaded chacha20poly1305 v0.10.1
6872024-09-07T03:21:57.059Z Downloaded ecdsa v0.16.9
6882024-09-07T03:21:57.062Z Downloaded paste v1.0.15
6892024-09-07T03:21:57.065Z Downloaded olpc-cjson v0.1.3
6902024-09-07T03:21:57.068Z Downloaded untrusted v0.9.0
6912024-09-07T03:21:57.068Z Downloaded rustls-pki-types v1.7.0
6922024-09-07T03:21:57.070Z Downloaded dhcproto-macros v0.1.0
6932024-09-07T03:21:57.070Z Downloaded parse-size v1.0.0
6942024-09-07T03:21:57.073Z Downloaded gethostname v0.5.0
6952024-09-07T03:21:57.073Z Downloaded funty v2.0.0
6962024-09-07T03:21:57.075Z Downloaded fragile v2.0.0
6972024-09-07T03:21:57.075Z Downloaded either v1.13.0
6982024-09-07T03:21:57.078Z Downloaded rustc-hash v1.1.0
6992024-09-07T03:21:57.082Z Downloaded predicates v3.1.2
7002024-09-07T03:21:57.085Z Downloaded signature v2.2.0
7012024-09-07T03:21:57.085Z Downloaded num-traits v0.2.19
7022024-09-07T03:21:57.087Z Downloaded predicates-core v1.0.6
7032024-09-07T03:21:57.087Z Downloaded mio v1.0.2
7042024-09-07T03:21:57.093Z Downloaded base64 v0.21.7
7052024-09-07T03:21:57.097Z Downloaded rustversion v1.0.17
7062024-09-07T03:21:57.100Z Downloaded strum_macros v0.26.4
7072024-09-07T03:21:57.103Z Downloaded derive_builder_macro v0.20.0
7082024-09-07T03:21:57.106Z Downloaded thread_local v1.1.8
7092024-09-07T03:21:57.106Z Downloaded slog-bunyan v2.5.0
7102024-09-07T03:21:57.111Z Downloaded psl-types v2.0.11
7112024-09-07T03:21:57.111Z Downloaded path-slash v0.1.5
7122024-09-07T03:21:57.111Z Downloaded peg-macros v0.8.4
7132024-09-07T03:21:57.113Z Downloaded hash32 v0.3.1
7142024-09-07T03:21:57.114Z Downloaded zone_cfg_derive v0.1.2
7152024-09-07T03:21:57.114Z Downloaded tui-tree-widget v0.22.0
7162024-09-07T03:21:57.116Z Downloaded stringprep v0.1.4
7172024-09-07T03:21:57.116Z Downloaded wyz v0.5.1
7182024-09-07T03:21:57.120Z Downloaded ssh-encoding v0.2.0
7192024-09-07T03:21:57.123Z Downloaded sha1 v0.10.6
7202024-09-07T03:21:57.123Z Downloaded ssh-cipher v0.2.0
7212024-09-07T03:21:57.123Z Downloaded termtree v0.4.1
7222024-09-07T03:21:57.126Z Downloaded sqlformat v0.2.4
7232024-09-07T03:21:57.126Z Downloaded fallible-streaming-iterator v0.1.9
7242024-09-07T03:21:57.129Z Downloaded fd-lock v4.0.2
7252024-09-07T03:21:57.131Z Downloaded ron v0.7.1
7262024-09-07T03:21:57.137Z Downloaded hex-literal v0.4.1
7272024-09-07T03:21:57.139Z Downloaded postgres-types v0.2.7
7282024-09-07T03:21:57.140Z Downloaded num_enum_derive v0.5.11
7292024-09-07T03:21:57.140Z Downloaded tokio-stream v0.1.15
7302024-09-07T03:21:57.146Z Downloaded num_enum v0.5.11
7312024-09-07T03:21:57.153Z Downloaded portpicker v0.1.1
7322024-09-07T03:21:57.156Z Downloaded subprocess v0.2.9
7332024-09-07T03:21:57.156Z Downloaded signal-hook v0.3.17
7342024-09-07T03:21:57.159Z Downloaded openssl-sys v0.9.103
7352024-09-07T03:21:57.163Z Downloaded crypto-bigint v0.5.5
7362024-09-07T03:21:57.170Z Downloaded spin v0.9.8
7372024-09-07T03:21:57.176Z Downloaded zone v0.3.0
7382024-09-07T03:21:57.176Z Downloaded untrusted v0.7.1
7392024-09-07T03:21:57.179Z Downloaded serde_arrays v0.1.0
7402024-09-07T03:21:57.179Z Downloaded mio v0.8.11
7412024-09-07T03:21:57.182Z Downloaded ref-cast v1.0.23
7422024-09-07T03:21:57.190Z Downloaded ref-cast-impl v1.0.23
7432024-09-07T03:21:57.190Z Downloaded deranged v0.3.11
7442024-09-07T03:21:57.195Z Downloaded derive-where v1.2.7
7452024-09-07T03:21:57.195Z Downloaded oso v0.27.3
7462024-09-07T03:21:57.198Z Downloaded zone v0.1.8
7472024-09-07T03:21:57.198Z Downloaded foreign-types-shared v0.3.1
7482024-09-07T03:21:57.198Z Downloaded unicase v2.7.0
7492024-09-07T03:21:57.198Z Downloaded minimal-lexical v0.2.1
7502024-09-07T03:21:57.203Z Downloaded fallible-iterator v0.3.0
7512024-09-07T03:21:57.205Z Downloaded des v0.8.1
7522024-09-07T03:21:57.209Z Downloaded heapless v0.8.0
7532024-09-07T03:21:57.216Z Downloaded packed_struct_codegen v0.10.1
7542024-09-07T03:21:57.216Z Downloaded float-ord v0.3.2
7552024-09-07T03:21:57.218Z Downloaded polyval v0.6.2
7562024-09-07T03:21:57.218Z Downloaded libxml v0.3.3
7572024-09-07T03:21:57.221Z Downloaded hickory-client v0.24.1
7582024-09-07T03:21:57.224Z Downloaded socket2 v0.4.10
7592024-09-07T03:21:57.226Z Downloaded heapless v0.7.17
7602024-09-07T03:21:57.230Z Downloaded tungstenite v0.23.0
7612024-09-07T03:21:57.236Z Downloaded foreign-types v0.5.0
7622024-09-07T03:21:57.240Z Downloaded foreign-types v0.3.2
7632024-09-07T03:21:57.240Z Downloaded signal-hook-tokio v0.3.1
7642024-09-07T03:21:57.240Z Downloaded slog-json v2.6.1
7652024-09-07T03:21:57.243Z Downloaded unsafe-libyaml v0.2.11
7662024-09-07T03:21:57.243Z Downloaded tokio-postgres v0.7.11
7672024-09-07T03:21:57.248Z Downloaded utf-8 v0.7.6
7682024-09-07T03:21:57.251Z Downloaded defmt-parser v0.3.4
7692024-09-07T03:21:57.251Z Downloaded data-encoding v2.6.0
7702024-09-07T03:21:57.255Z Downloaded slog-scope v4.4.0
7712024-09-07T03:21:57.255Z Downloaded socket2 v0.5.7
7722024-09-07T03:21:57.259Z Downloaded rsa v0.9.6
7732024-09-07T03:21:57.262Z Downloaded float-cmp v0.9.0
7742024-09-07T03:21:57.265Z Downloaded form_urlencoded v1.2.1
7752024-09-07T03:21:57.265Z Downloaded downcast v0.11.0
7762024-09-07T03:21:57.265Z Downloaded radium v0.7.0
7772024-09-07T03:21:57.269Z Downloaded peg v0.8.4
7782024-09-07T03:21:57.271Z Downloaded num-integer v0.1.46
7792024-09-07T03:21:57.273Z Downloaded take_mut v0.2.2
7802024-09-07T03:21:57.273Z Downloaded sync_wrapper v0.1.2
7812024-09-07T03:21:57.284Z Downloaded rustc-demangle v0.1.24
7822024-09-07T03:21:57.284Z Downloaded globset v0.4.14
7832024-09-07T03:21:57.287Z Downloaded derive_more v0.99.18
7842024-09-07T03:21:57.287Z Downloaded group v0.13.0
7852024-09-07T03:21:57.287Z Downloaded tinyvec_macros v0.1.1
7862024-09-07T03:21:57.287Z Downloaded pin-utils v0.1.0
7872024-09-07T03:21:57.287Z Downloaded aes-gcm v0.10.3
7882024-09-07T03:21:57.290Z Downloaded itertools v0.12.1
7892024-09-07T03:21:57.297Z Downloaded headers-core v0.2.0
7902024-09-07T03:21:57.306Z Downloaded num-conv v0.1.0
7912024-09-07T03:21:57.306Z Downloaded enum-as-inner v0.5.1
7922024-09-07T03:21:57.306Z Downloaded display-error-chain v0.2.1
7932024-09-07T03:21:57.306Z Downloaded structmeta-derive v0.2.0
7942024-09-07T03:21:57.306Z Downloaded slog-stdlog v4.1.1
7952024-09-07T03:21:57.310Z Downloaded toml v0.7.8
7962024-09-07T03:21:57.310Z Downloaded structmeta v0.3.0
7972024-09-07T03:21:57.312Z Downloaded serde_path_to_error v0.1.16
7982024-09-07T03:21:57.312Z Downloaded rustfmt-wrapper v0.2.1
7992024-09-07T03:21:57.312Z Downloaded number_prefix v0.4.0
8002024-09-07T03:21:57.316Z Downloaded der_derive v0.7.2
8012024-09-07T03:21:57.319Z Downloaded test-strategy v0.3.1
8022024-09-07T03:21:57.319Z Downloaded darling_macro v0.20.9
8032024-09-07T03:21:57.321Z Downloaded zone_cfg_derive v0.3.0
8042024-09-07T03:21:57.321Z Downloaded ed25519-dalek v2.1.1
8052024-09-07T03:21:57.324Z Downloaded foreign-types-shared v0.1.1
8062024-09-07T03:21:57.326Z Downloaded embedded-io v0.4.0
8072024-09-07T03:21:57.327Z Downloaded r2d2 v0.8.10
8082024-09-07T03:21:57.329Z Downloaded libm v0.2.8
8092024-09-07T03:21:57.335Z Downloaded dirs-sys-next v0.1.2
8102024-09-07T03:21:57.339Z Downloaded rtoolbox v0.0.2
8112024-09-07T03:21:57.339Z Downloaded parking_lot v0.12.2
8122024-09-07T03:21:57.342Z Downloaded toml_edit v0.19.15
8132024-09-07T03:21:57.358Z Downloaded parking_lot v0.11.2
8142024-09-07T03:21:57.361Z Downloaded time-core v0.1.2
8152024-09-07T03:21:57.361Z Downloaded tap v1.0.1
8162024-09-07T03:21:57.364Z Downloaded rustls-pemfile v1.0.4
8172024-09-07T03:21:57.364Z Downloaded hex v0.4.3
8182024-09-07T03:21:57.367Z Downloaded tls_codec v0.4.1
8192024-09-07T03:21:57.369Z Downloaded rcgen v0.12.1
8202024-09-07T03:21:57.373Z Downloaded serde_derive_internals v0.29.1
8212024-09-07T03:21:57.375Z Downloaded owo-colors v4.0.0
8222024-09-07T03:21:57.375Z Downloaded hashlink v0.9.1
8232024-09-07T03:21:57.377Z Downloaded num-iter v0.1.45
8242024-09-07T03:21:57.380Z Downloaded xattr v1.3.1
8252024-09-07T03:21:57.380Z Downloaded num-derive v0.4.2
8262024-09-07T03:21:57.383Z Downloaded tracing-attributes v0.1.27
8272024-09-07T03:21:57.385Z Downloaded time-macros v0.2.18
8282024-09-07T03:21:57.389Z Downloaded dirs-next v2.0.0
8292024-09-07T03:21:57.389Z Downloaded twox-hash v1.6.3
8302024-09-07T03:21:57.392Z Downloaded termcolor v1.4.1
8312024-09-07T03:21:57.392Z Downloaded sec1 v0.7.3
8322024-09-07T03:21:57.394Z Downloaded pkg-config v0.3.30
8332024-09-07T03:21:57.394Z Downloaded uuid v1.10.0
8342024-09-07T03:21:57.397Z Downloaded unicode-bidi v0.3.15
8352024-09-07T03:21:57.399Z Downloaded tough v0.17.1
8362024-09-07T03:21:57.407Z Downloaded serde-hex v0.1.0
8372024-09-07T03:21:57.410Z Downloaded endian-type v0.1.2
8382024-09-07T03:21:57.413Z Downloaded futures-executor v0.3.30
8392024-09-07T03:21:57.413Z Downloaded foreign-types-macros v0.2.3
8402024-09-07T03:21:57.413Z Downloaded fallible-iterator v0.2.0
8412024-09-07T03:21:57.417Z Downloaded hashbrown v0.13.2
8422024-09-07T03:21:57.421Z Downloaded pkcs1 v0.7.5
8432024-09-07T03:21:57.423Z Downloaded pin-project-lite v0.2.14
8442024-09-07T03:21:57.427Z Downloaded pbkdf2 v0.12.2
8452024-09-07T03:21:57.431Z Downloaded tokio-rustls v0.25.0
8462024-09-07T03:21:57.431Z Downloaded tokio-rustls v0.24.1
8472024-09-07T03:21:57.433Z Downloaded tls_codec_derive v0.4.1
8482024-09-07T03:21:57.433Z Downloaded publicsuffix v2.2.3
8492024-09-07T03:21:57.435Z Downloaded hashbrown v0.12.3
8502024-09-07T03:21:57.439Z Downloaded diesel_table_macro_syntax v0.2.0
8512024-09-07T03:21:57.442Z Downloaded primeorder v0.13.6
8522024-09-07T03:21:57.444Z Downloaded yasna v0.5.2
8532024-09-07T03:21:57.446Z Downloaded pin-project-internal v1.1.5
8542024-09-07T03:21:57.446Z Downloaded parse-display v0.10.0
8552024-09-07T03:21:57.449Z Downloaded tiny-keccak v2.0.2
8562024-09-07T03:21:57.452Z Downloaded futures-core v0.3.30
8572024-09-07T03:21:57.452Z Downloaded strip-ansi-escapes v0.2.0
8582024-09-07T03:21:57.452Z Downloaded phf_shared v0.11.2
8592024-09-07T03:21:57.455Z Downloaded scrypt v0.11.0
8602024-09-07T03:21:57.455Z Downloaded snafu v0.8.2
8612024-09-07T03:21:57.461Z Downloaded pkcs8 v0.10.2
8622024-09-07T03:21:57.463Z Downloaded term v0.7.0
8632024-09-07T03:21:57.467Z Downloaded scopeguard v1.2.0
8642024-09-07T03:21:57.470Z Downloaded ena v0.14.3
8652024-09-07T03:21:57.472Z Downloaded russh-keys v0.45.0
8662024-09-07T03:21:57.473Z Downloaded half v2.4.1
8672024-09-07T03:21:57.475Z Downloaded resolv-conf v0.7.0
8682024-09-07T03:21:57.478Z Downloaded structmeta v0.2.0
8692024-09-07T03:21:57.478Z Downloaded aho-corasick v1.1.3
8702024-09-07T03:21:57.484Z Downloaded ghash v0.5.1
8712024-09-07T03:21:57.486Z Downloaded pbkdf2 v0.11.0
8722024-09-07T03:21:57.489Z Downloaded vsss-rs v3.3.4
8732024-09-07T03:21:57.493Z Downloaded num_threads v0.1.7
8742024-09-07T03:21:57.493Z Downloaded poly1305 v0.8.0
8752024-09-07T03:21:57.495Z Downloaded schemars_derive v0.8.21
8762024-09-07T03:21:57.495Z Downloaded futures v0.3.30
8772024-09-07T03:21:57.499Z Downloaded url v2.5.2
8782024-09-07T03:21:57.503Z Downloaded supports-color v3.0.0
8792024-09-07T03:21:57.505Z Downloaded blake3 v1.5.1
8802024-09-07T03:21:57.512Z Downloaded uzers v0.11.3
8812024-09-07T03:21:57.515Z Downloaded tokio-tungstenite v0.20.1
8822024-09-07T03:21:57.518Z Downloaded getrandom v0.2.14
8832024-09-07T03:21:57.521Z Downloaded getopts v0.2.21
8842024-09-07T03:21:57.521Z Downloaded vergen v8.3.2
8852024-09-07T03:21:57.523Z Downloaded quick-error v1.2.3
8862024-09-07T03:21:57.526Z Downloaded der v0.7.9
8872024-09-07T03:21:57.529Z Downloaded futures-channel v0.3.30
8882024-09-07T03:21:57.531Z Downloaded flate2 v1.0.33
8892024-09-07T03:21:57.536Z Downloaded flume v0.11.0
8902024-09-07T03:21:57.540Z Downloaded serde_with_macros v3.9.0
8912024-09-07T03:21:57.542Z Downloaded x509-cert v0.2.5
8922024-09-07T03:21:57.548Z Downloaded hyper v0.14.30
8932024-09-07T03:21:57.556Z Downloaded pkcs5 v0.7.1
8942024-09-07T03:21:57.560Z Downloaded parking_lot_core v0.9.10
8952024-09-07T03:21:57.562Z Downloaded snafu-derive v0.8.2
8962024-09-07T03:21:57.565Z Downloaded env_logger v0.9.3
8972024-09-07T03:21:57.567Z Downloaded rustyline v14.0.0
8982024-09-07T03:21:57.571Z Downloaded rand v0.8.5
8992024-09-07T03:21:57.575Z Downloaded tar v0.4.41
9002024-09-07T03:21:57.577Z Downloaded headers v0.3.9
9012024-09-07T03:21:57.582Z Downloaded quick-xml v0.33.0
9022024-09-07T03:21:57.589Z Downloaded tungstenite v0.21.0
9032024-09-07T03:21:57.592Z Downloaded diesel_derives v2.2.2
9042024-09-07T03:21:57.599Z Downloaded pin-project v1.1.5
9052024-09-07T03:21:57.608Z Downloaded p521 v0.13.3
9062024-09-07T03:21:57.612Z Downloaded rustls-webpki v0.101.7
9072024-09-07T03:21:57.627Z Downloaded ssh-key v0.6.6
9082024-09-07T03:21:57.633Z Downloaded serde_yaml v0.9.34+deprecated
9092024-09-07T03:21:57.637Z Downloaded typed-path v0.7.1
9102024-09-07T03:21:57.643Z Downloaded rayon-core v1.12.1
9112024-09-07T03:21:57.647Z Downloaded p256 v0.13.2
9122024-09-07T03:21:57.650Z Downloaded tokio-util v0.7.11
9132024-09-07T03:21:57.657Z Downloaded futures-util v0.3.30
9142024-09-07T03:21:57.668Z Downloaded winnow v0.5.40
9152024-09-07T03:21:57.677Z Downloaded rustls-webpki v0.102.4
9162024-09-07T03:21:57.694Z Downloaded git2 v0.19.0
9172024-09-07T03:21:57.704Z Downloaded expectorate v1.1.0
9182024-09-07T03:21:57.707Z Downloaded russh v0.45.0
9192024-09-07T03:21:57.710Z Downloaded num-bigint-dig v0.8.4
9202024-09-07T03:21:57.715Z Downloaded hkdf v0.12.4
9212024-09-07T03:21:57.717Z Downloaded webpki-roots v0.25.4
9222024-09-07T03:21:57.721Z Downloaded lalrpop v0.19.12
9232024-09-07T03:21:57.732Z Downloaded bitvec v1.0.1
9242024-09-07T03:21:57.747Z Downloaded p384 v0.13.0
9252024-09-07T03:21:57.755Z Downloaded idna v0.2.3
9262024-09-07T03:21:57.760Z Downloaded regex v1.10.6
9272024-09-07T03:21:57.773Z Downloaded time v0.3.36
9282024-09-07T03:21:57.780Z Downloaded proptest v1.5.0
9292024-09-07T03:21:57.789Z Downloaded rusqlite v0.31.0
9302024-09-07T03:21:57.796Z Downloaded object v0.32.2
9312024-09-07T03:21:57.807Z Downloaded object v0.30.4
9322024-09-07T03:21:57.816Z Downloaded nix v0.27.1
9332024-09-07T03:21:57.826Z Downloaded idna v0.3.0
9342024-09-07T03:21:57.834Z Downloaded serde_with v3.9.0
9352024-09-07T03:21:57.842Z Downloaded reqwest v0.11.27
9362024-09-07T03:21:57.850Z Downloaded vcpkg v0.2.15
9372024-09-07T03:21:57.889Z Downloaded openapiv3 v2.0.0
9382024-09-07T03:21:57.900Z Downloaded rustls v0.22.4
9392024-09-07T03:21:57.914Z Downloaded smoltcp v0.9.1
9402024-09-07T03:21:57.924Z Downloaded nix v0.29.0
9412024-09-07T03:21:57.936Z Downloaded radix_trie v0.2.1
9422024-09-07T03:21:57.941Z Downloaded hickory-proto v0.24.1
9432024-09-07T03:21:57.959Z Downloaded nix v0.28.0
9442024-09-07T03:21:57.967Z Downloaded polar-core v0.27.3
9452024-09-07T03:21:57.976Z Downloaded bzip2-sys v0.1.11+1.0.8
9462024-09-07T03:21:57.989Z Downloaded regex-automata v0.4.6
9472024-09-07T03:21:58.006Z Downloaded trust-dns-proto v0.22.0
9482024-09-07T03:21:58.017Z Downloaded smoltcp v0.11.0
9492024-09-07T03:21:58.030Z Downloaded diesel v2.2.3
9502024-09-07T03:21:58.048Z Downloaded regex-syntax v0.8.4
9512024-09-07T03:21:58.056Z Downloaded tokio v1.39.3
9522024-09-07T03:21:58.093Z Downloaded zerocopy-derive v0.6.6
9532024-09-07T03:21:58.103Z Downloaded regress v0.9.1
9542024-09-07T03:21:58.112Z Downloaded csv v1.3.0
9552024-09-07T03:21:58.133Z Downloaded openssl v0.10.66
9562024-09-07T03:21:58.142Z Downloaded sled v0.34.7
9572024-09-07T03:21:58.152Z Downloaded rustls v0.21.12
9582024-09-07T03:21:58.163Z Downloaded idna v0.5.0
9592024-09-07T03:21:58.170Z Downloaded rayon v1.10.0
9602024-09-07T03:21:58.180Z Downloaded curve25519-dalek v4.1.3
9612024-09-07T03:21:58.187Z Downloaded encoding_rs v0.8.34
9622024-09-07T03:21:58.209Z Downloaded ratatui v0.28.0
9632024-09-07T03:21:58.228Z Downloaded h2 v0.3.26
9642024-09-07T03:21:58.235Z Downloaded petgraph v0.6.5
9652024-09-07T03:21:58.252Z Downloaded finl_unicode v1.2.0
9662024-09-07T03:21:58.265Z Downloaded dropshot v0.10.1
9672024-09-07T03:21:58.275Z Downloaded bstr v1.9.1
9682024-09-07T03:21:58.290Z Downloaded gimli v0.28.1
9692024-09-07T03:21:58.294Z Downloaded regex-syntax v0.6.29
9702024-09-07T03:21:58.301Z Downloaded idna v0.4.0
9712024-09-07T03:21:58.308Z Downloaded bindgen v0.69.4
9722024-09-07T03:21:58.316Z Downloaded env_logger v0.10.2
9732024-09-07T03:21:58.318Z Downloaded sqlparser v0.45.0
9742024-09-07T03:21:58.323Z Downloaded num-bigint v0.4.5
9752024-09-07T03:21:58.328Z Downloaded sha3 v0.10.8
9762024-09-07T03:21:58.333Z Downloaded reedline v0.33.0
9772024-09-07T03:21:58.339Z Downloaded tungstenite v0.20.1
9782024-09-07T03:21:58.343Z Downloaded tracing-core v0.1.32
9792024-09-07T03:21:58.345Z Downloaded chrono v0.4.38
9802024-09-07T03:21:58.352Z Downloaded vte v0.11.1
9812024-09-07T03:21:58.355Z Downloaded unicode-normalization v0.1.23
9822024-09-07T03:21:58.358Z Downloaded portable-atomic v1.6.0
9832024-09-07T03:21:58.364Z Downloaded itertools v0.13.0
9842024-09-07T03:21:58.370Z Downloaded tracing v0.1.40
9852024-09-07T03:21:58.374Z Downloaded elliptic-curve v0.13.8
9862024-09-07T03:21:58.378Z Downloaded ring v0.17.8
9872024-09-07T03:21:58.448Z Downloaded unicode-segmentation v1.11.0
9882024-09-07T03:21:58.451Z Downloaded slog v2.7.0
9892024-09-07T03:21:58.454Z Downloaded wait-timeout v0.2.0
9902024-09-07T03:21:58.457Z Downloaded vte_generate_state_changes v0.1.1
9912024-09-07T03:21:58.457Z Downloaded tokio-tungstenite v0.21.0
9922024-09-07T03:21:58.459Z Downloaded zerocopy v0.6.6
9932024-09-07T03:21:58.462Z Downloaded darling_core v0.20.9
9942024-09-07T03:21:58.464Z Downloaded zip v0.6.6
9952024-09-07T03:21:58.468Z Downloaded tokio-tungstenite v0.23.1
9962024-09-07T03:21:58.470Z Downloaded prettyplease v0.2.20
9972024-09-07T03:21:58.474Z Downloaded password-hash v0.4.2
9982024-09-07T03:21:58.477Z Downloaded schemars v0.8.21
9992024-09-07T03:21:58.486Z Downloaded crossterm v0.27.0
10002024-09-07T03:21:58.491Z Downloaded packed_struct v0.10.1
10012024-09-07T03:21:58.494Z Downloaded parking_lot_core v0.8.6
10022024-09-07T03:21:58.497Z Downloaded num-complex v0.4.6
10032024-09-07T03:21:58.497Z Downloaded fatfs v0.3.6
10042024-09-07T03:21:58.499Z Downloaded steno v0.4.1
10052024-09-07T03:21:58.503Z Downloaded shell-words v1.1.0
10062024-09-07T03:21:58.506Z Downloaded semver v0.1.20
10072024-09-07T03:21:58.506Z Downloaded secrecy v0.8.0
10082024-09-07T03:21:58.510Z Downloaded rustc_version v0.1.7
10092024-09-07T03:21:58.510Z Downloaded password-hash v0.5.0
10102024-09-07T03:21:58.510Z Downloaded itertools v0.10.5
10112024-09-07T03:21:58.520Z Downloaded enum-as-inner v0.6.0
10122024-09-07T03:21:58.520Z Downloaded futures-task v0.3.30
10132024-09-07T03:21:58.520Z Downloaded futures-sink v0.3.30
10142024-09-07T03:21:58.520Z Downloaded postgres-protocol v0.6.7
10152024-09-07T03:21:58.523Z Downloaded postcard v1.0.8
10162024-09-07T03:21:58.523Z Downloaded samael v0.0.17
10172024-09-07T03:21:58.527Z Downloaded thiserror-impl-no-std v2.0.2
10182024-09-07T03:21:58.529Z Downloaded slog-async v2.8.0
10192024-09-07T03:21:58.529Z Downloaded omicron-zone-package v0.11.0
10202024-09-07T03:21:58.532Z Downloaded unicode_categories v0.1.1
10212024-09-07T03:21:58.536Z Downloaded crossterm v0.28.1
10222024-09-07T03:21:58.540Z Downloaded parse-display-derive v0.10.0
10232024-09-07T03:21:58.543Z Downloaded slog-envlogger v2.2.0
10242024-09-07T03:21:58.543Z Downloaded slog-dtrace v0.3.0
10252024-09-07T03:21:58.546Z Downloaded spin v0.5.2
10262024-09-07T03:21:58.546Z Downloaded nom v7.1.3
10272024-09-07T03:21:58.551Z Downloaded pem v3.0.4
10282024-09-07T03:21:58.556Z Downloaded backtrace v0.3.71
10292024-09-07T03:21:58.558Z Downloaded derive_builder_core v0.20.0
10302024-09-07T03:21:58.561Z Downloaded derive_builder v0.20.0
10312024-09-07T03:21:58.564Z Downloaded whoami v1.5.1
10322024-09-07T03:21:58.566Z Downloaded dropshot_endpoint v0.10.1
10332024-09-07T03:21:58.569Z Downloaded which v4.4.2
10342024-09-07T03:21:58.570Z Downloaded static_assertions v1.1.0
10352024-09-07T03:21:58.572Z Downloaded dhcproto v0.12.0
10362024-09-07T03:21:58.572Z Downloaded diff v0.1.13
10372024-09-07T03:21:58.575Z Downloaded phf v0.11.2
10382024-09-07T03:21:58.579Z Downloaded base64 v0.13.1
10392024-09-07T03:21:58.581Z Downloaded signal-hook-registry v1.4.2
10402024-09-07T03:21:58.581Z Downloaded same-file v1.0.6
10412024-09-07T03:21:58.581Z Downloaded rand_core v0.6.4
10422024-09-07T03:21:58.584Z Downloaded defmt v0.3.8
10432024-09-07T03:21:58.587Z Downloaded fxhash v0.2.1
10442024-09-07T03:21:58.587Z Downloaded ppv-lite86 v0.2.17
10452024-09-07T03:21:58.592Z Downloaded indexmap v1.9.3
10462024-09-07T03:21:58.592Z Downloaded aes v0.8.4
10472024-09-07T03:21:58.595Z Downloaded crc-any v2.5.0
10482024-09-07T03:21:58.597Z Downloaded const_format v0.2.32
10492024-09-07T03:21:58.600Z Downloaded console v0.15.8
10502024-09-07T03:21:58.602Z Downloaded clang-sys v1.7.0
10512024-09-07T03:21:58.605Z Downloaded arc-swap v1.7.1
10522024-09-07T03:21:58.608Z Downloaded http v1.1.0
10532024-09-07T03:21:58.612Z Downloaded libgit2-sys v0.17.0+1.8.1
10542024-09-07T03:21:58.671Z Downloaded cipher v0.4.4
10552024-09-07T03:21:58.674Z Downloaded ff v0.13.0
10562024-09-07T03:21:58.674Z Downloaded filetime v0.2.25
10572024-09-07T03:21:58.677Z Downloaded difflib v0.4.0
10582024-09-07T03:21:58.677Z Downloaded zeroize_derive v1.4.2
10592024-09-07T03:21:58.677Z Downloaded zeroize v1.7.0
10602024-09-07T03:21:58.681Z Downloaded universal-hash v0.5.1
10612024-09-07T03:21:58.682Z Downloaded unicode-xid v0.2.4
10622024-09-07T03:21:58.682Z Downloaded string_cache v0.8.7
10632024-09-07T03:21:58.686Z Downloaded md5 v0.7.0
10642024-09-07T03:21:58.686Z Downloaded cookie_store v0.20.0
10652024-09-07T03:21:58.686Z Downloaded const_format_proc_macros v0.2.32
10662024-09-07T03:21:58.688Z Downloaded cc v1.0.97
10672024-09-07T03:21:58.688Z Downloaded sct v0.7.1
10682024-09-07T03:21:58.692Z Downloaded nibble_vec v0.1.0
10692024-09-07T03:21:58.694Z Downloaded hyper-rustls v0.24.2
10702024-09-07T03:21:58.694Z Downloaded walkdir v2.5.0
10712024-09-07T03:21:58.698Z Downloaded unicode-truncate v1.0.0
10722024-09-07T03:21:58.701Z Downloaded unarray v0.1.4
10732024-09-07T03:21:58.701Z Downloaded smallvec v0.6.14
10742024-09-07T03:21:58.701Z Downloaded siphasher v0.3.11
10752024-09-07T03:21:58.710Z Downloaded multer v3.1.0
10762024-09-07T03:21:58.710Z Downloaded termios v0.3.3
10772024-09-07T03:21:58.710Z Downloaded signal-hook-mio v0.2.4
10782024-09-07T03:21:58.710Z Downloaded base64ct v1.6.0
10792024-09-07T03:21:58.713Z Downloaded miniz_oxide v0.8.0
10802024-09-07T03:21:58.713Z Downloaded libsw v3.3.1
10812024-09-07T03:21:58.714Z Downloaded lazycell v1.3.0
10822024-09-07T03:21:58.714Z Downloaded cexpr v0.6.0
10832024-09-07T03:21:58.717Z Downloaded nanorand v0.7.0
10842024-09-07T03:21:58.717Z Downloaded mockall v0.13.0
10852024-09-07T03:21:58.720Z Downloaded hyper-tls v0.5.0
10862024-09-07T03:21:58.720Z Downloaded kstat-rs v0.2.4
10872024-09-07T03:21:58.724Z Downloaded internet-checksum v0.2.1
10882024-09-07T03:21:58.724Z Downloaded buf-list v1.0.3
10892024-09-07T03:21:58.724Z Downloaded blowfish v0.9.1
10902024-09-07T03:21:58.727Z Downloaded bitfield-struct v0.6.1
10912024-09-07T03:21:58.727Z Downloaded jobserver v0.1.32
10922024-09-07T03:21:58.727Z Downloaded bitfield v0.14.0
10932024-09-07T03:21:58.730Z Downloaded assert_matches v1.5.0
10942024-09-07T03:21:58.730Z Downloaded lock_api v0.4.12
10952024-09-07T03:21:58.733Z Downloaded indoc v1.0.9
10962024-09-07T03:21:58.733Z Downloaded iana-time-zone v0.1.60
10972024-09-07T03:21:58.736Z Downloaded highway v1.2.0
10982024-09-07T03:21:58.740Z Downloaded bitstruct v0.1.1
10992024-09-07T03:21:58.740Z Downloaded atty v0.2.14
11002024-09-07T03:21:58.740Z Downloaded array-init v0.0.4
11012024-09-07T03:21:58.745Z Downloaded httpdate v1.0.3
11022024-09-07T03:21:58.745Z Downloaded hostname v0.3.1
11032024-09-07T03:21:58.745Z Downloaded csv-core v0.1.11
11042024-09-07T03:21:58.745Z Downloaded aead v0.5.2
11052024-09-07T03:21:58.748Z Downloaded cancel-safe-futures v0.1.5
11062024-09-07T03:21:58.748Z Downloaded bzip2 v0.4.4
11072024-09-07T03:21:58.750Z Downloaded async-trait v0.1.81
11082024-09-07T03:21:58.753Z Downloaded async-stream-impl v0.3.5
11092024-09-07T03:21:58.753Z Downloaded http-body v0.4.6
11102024-09-07T03:21:58.756Z Downloaded hmac v0.12.1
11112024-09-07T03:21:58.756Z Downloaded backoff v0.4.0
11122024-09-07T03:21:58.759Z Downloaded base16ct v0.2.0
11132024-09-07T03:21:58.759Z Downloaded chacha20 v0.9.1
11142024-09-07T03:21:59.073Z Downloaded libz-sys v1.1.16
11152024-09-07T03:21:59.260Z Downloaded libsqlite3-sys v0.28.0
11162024-09-07T03:21:59.336Z Downloaded ring v0.16.20
11172024-09-07T03:21:59.501Z Compiling serde v1.0.208
11182024-09-07T03:21:59.506Z Compiling typenum v1.17.0
11192024-09-07T03:21:59.506Z Compiling generic-array v0.14.7
11202024-09-07T03:21:59.506Z Compiling lock_api v0.4.12
11212024-09-07T03:21:59.506Z Compiling scopeguard v1.2.0
11222024-09-07T03:21:59.650Z Compiling log v0.4.21
11232024-09-07T03:21:59.705Z Compiling syn v2.0.74
11242024-09-07T03:21:59.718Z Compiling getrandom v0.2.14
11252024-09-07T03:21:59.774Z Compiling jobserver v0.1.32
11262024-09-07T03:21:59.935Z Compiling rand_core v0.6.4
11272024-09-07T03:22:00.115Z Compiling cc v1.0.97
11282024-09-07T03:22:00.183Z Compiling subtle v2.5.0
11292024-09-07T03:22:00.219Z Compiling const-oid v0.9.6
11302024-09-07T03:22:00.590Z Compiling pin-project-lite v0.2.14
11312024-09-07T03:22:00.623Z Compiling smallvec v1.13.2
11322024-09-07T03:22:00.725Z Compiling parking_lot_core v0.9.10
11332024-09-07T03:22:00.776Z Compiling signal-hook-registry v1.4.2
11342024-09-07T03:22:00.801Z Compiling spin v0.9.8
11352024-09-07T03:22:01.049Z Compiling mio v1.0.2
11362024-09-07T03:22:01.240Z Compiling ahash v0.8.11
11372024-09-07T03:22:01.577Z Compiling parking_lot v0.12.2
11382024-09-07T03:22:01.623Z Compiling tinyvec_macros v0.1.1
11392024-09-07T03:22:01.721Z Compiling tinyvec v1.6.0
11402024-09-07T03:22:01.956Z Compiling socket2 v0.5.7
11412024-09-07T03:22:02.397Z Compiling serde_json v1.0.125
11422024-09-07T03:22:02.437Z Compiling cpufeatures v0.2.12
11432024-09-07T03:22:02.540Z Compiling futures-sink v0.3.30
11442024-09-07T03:22:02.579Z Compiling futures-core v0.3.30
11452024-09-07T03:22:02.622Z Compiling libm v0.2.8
11462024-09-07T03:22:02.688Z Compiling num-traits v0.2.19
11472024-09-07T03:22:02.771Z Compiling slab v0.4.9
11482024-09-07T03:22:02.819Z Compiling allocator-api2 v0.2.18
11492024-09-07T03:22:02.947Z Compiling unicode-bidi v0.3.15
11502024-09-07T03:22:03.256Z Compiling unicode-normalization v0.1.23
11512024-09-07T03:22:03.330Z Compiling futures-channel v0.3.30
11522024-09-07T03:22:03.592Z Compiling futures-task v0.3.30
11532024-09-07T03:22:03.663Z Compiling futures-io v0.3.30
11542024-09-07T03:22:03.766Z Compiling vcpkg v0.2.15
11552024-09-07T03:22:03.900Z Compiling pkg-config v0.3.30
11562024-09-07T03:22:04.389Z Compiling pin-utils v0.1.0
11572024-09-07T03:22:04.413Z Compiling ring v0.17.8
11582024-09-07T03:22:04.416Z Compiling base64ct v1.6.0
11592024-09-07T03:22:04.448Z Compiling percent-encoding v2.3.1
11602024-09-07T03:22:04.486Z Compiling flagset v0.4.5
11612024-09-07T03:22:04.691Z Compiling ppv-lite86 v0.2.17
11622024-09-07T03:22:04.814Z Compiling tracing-core v0.1.32
11632024-09-07T03:22:05.013Z Compiling pem-rfc7468 v0.7.0
11642024-09-07T03:22:05.409Z Compiling untrusted v0.9.0
11652024-09-07T03:22:05.490Z Compiling rand_chacha v0.3.1
11662024-09-07T03:22:05.590Z Compiling rustix v0.38.34
11672024-09-07T03:22:05.786Z Compiling rustversion v1.0.17
11682024-09-07T03:22:05.929Z Compiling openssl-sys v0.9.103
11692024-09-07T03:22:06.020Z Compiling rand v0.8.5
11702024-09-07T03:22:06.191Z Compiling num-conv v0.1.0
11712024-09-07T03:22:06.452Z Compiling time-core v0.1.2
11722024-09-07T03:22:06.471Z Compiling openssl v0.10.66
11732024-09-07T03:22:06.486Z Compiling foreign-types-shared v0.1.1
11742024-09-07T03:22:06.593Z Compiling httparse v1.8.0
11752024-09-07T03:22:06.621Z Compiling powerfmt v0.2.0
11762024-09-07T03:22:06.871Z Compiling deranged v0.3.11
11772024-09-07T03:22:07.007Z Compiling time-macros v0.2.18
11782024-09-07T03:22:07.045Z Compiling foreign-types v0.3.2
11792024-09-07T03:22:07.221Z Compiling form_urlencoded v1.2.1
11802024-09-07T03:22:07.519Z Compiling aho-corasick v1.1.3
11812024-09-07T03:22:07.661Z Compiling siphasher v0.3.11
11822024-09-07T03:22:07.872Z Compiling native-tls v0.2.11
11832024-09-07T03:22:08.048Z Compiling regex-syntax v0.8.4
11842024-09-07T03:22:08.198Z Compiling num_threads v0.1.7
11852024-09-07T03:22:08.322Z Compiling rustls v0.21.12
11862024-09-07T03:22:08.412Z Compiling crossbeam-utils v0.8.19
11872024-09-07T03:22:08.590Z Compiling try-lock v0.2.5
11882024-09-07T03:22:08.674Z Compiling syn v1.0.109
11892024-09-07T03:22:08.723Z Compiling want v0.3.1
11902024-09-07T03:22:09.376Z Compiling idna v0.5.0
11912024-09-07T03:22:09.747Z Compiling cookie v0.17.0
11922024-09-07T03:22:10.032Z Compiling slog v2.7.0
11932024-09-07T03:22:10.218Z Compiling time v0.3.36
11942024-09-07T03:22:10.306Z Compiling finl_unicode v1.2.0
11952024-09-07T03:22:10.599Z Compiling tower-service v0.3.2
11962024-09-07T03:22:10.717Z Compiling openssl-probe v0.1.5
11972024-09-07T03:22:10.890Z Compiling httpdate v1.0.3
11982024-09-07T03:22:10.913Z Compiling iana-time-zone v0.1.60
11992024-09-07T03:22:11.056Z Compiling stringprep v0.1.4
12002024-09-07T03:22:11.369Z Compiling regex-automata v0.4.6
12012024-09-07T03:22:11.447Z Compiling url v2.5.2
12022024-09-07T03:22:13.285Z Compiling num-integer v0.1.46
12032024-09-07T03:22:13.849Z Compiling serde_derive v1.0.208
12042024-09-07T03:22:14.086Z Compiling zeroize_derive v1.4.2
12052024-09-07T03:22:14.104Z Compiling zerocopy-derive v0.7.34
12062024-09-07T03:22:14.486Z Compiling tokio-macros v2.4.0
12072024-09-07T03:22:15.199Z Compiling thiserror-impl v1.0.63
12082024-09-07T03:22:15.498Z Compiling futures-macro v0.3.30
12092024-09-07T03:22:15.763Z Compiling zeroize v1.7.0
12102024-09-07T03:22:16.180Z Compiling der_derive v0.7.2
12112024-09-07T03:22:16.389Z Compiling zerocopy v0.7.34
12122024-09-07T03:22:17.507Z Compiling crypto-common v0.1.6
12132024-09-07T03:22:17.526Z Compiling block-buffer v0.10.4
12142024-09-07T03:22:17.735Z Compiling block-padding v0.3.3
12152024-09-07T03:22:17.790Z Compiling digest v0.10.7
12162024-09-07T03:22:18.002Z Compiling inout v0.1.3
12172024-09-07T03:22:18.252Z Compiling hmac v0.12.1
12182024-09-07T03:22:18.281Z Compiling cipher v0.4.4
12192024-09-07T03:22:18.472Z Compiling thiserror v1.0.63
12202024-09-07T03:22:18.493Z Compiling hashbrown v0.14.5
12212024-09-07T03:22:18.553Z Compiling sha2 v0.10.8
12222024-09-07T03:22:18.601Z Compiling futures-util v0.3.30
12232024-09-07T03:22:18.695Z Compiling pest v2.7.10
12242024-09-07T03:22:18.797Z Compiling salsa20 v0.10.2
12252024-09-07T03:22:19.017Z Compiling der v0.7.9
12262024-09-07T03:22:19.934Z Compiling pbkdf2 v0.12.2
12272024-09-07T03:22:20.107Z Compiling scroll_derive v0.12.0
12282024-09-07T03:22:21.609Z Compiling pest_meta v2.7.10
12292024-09-07T03:22:21.748Z Compiling tracing-attributes v0.1.27
12302024-09-07T03:22:22.259Z Compiling scroll v0.12.0
12312024-09-07T03:22:22.323Z Compiling spki v0.7.3
12322024-09-07T03:22:22.689Z Compiling scrypt v0.11.0
12332024-09-07T03:22:22.807Z Compiling pest_generator v2.7.10
12342024-09-07T03:22:23.249Z Compiling cbc v0.1.2
12352024-09-07T03:22:23.485Z Compiling aes v0.8.4
12362024-09-07T03:22:24.156Z Compiling goblin v0.8.2
12372024-09-07T03:22:24.809Z Compiling pkcs5 v0.7.1
12382024-09-07T03:22:24.838Z Compiling openssl-macros v0.1.1
12392024-09-07T03:22:25.628Z Compiling pkcs8 v0.10.2
12402024-09-07T03:22:25.645Z Compiling tracing v0.1.40
12412024-09-07T03:22:26.060Z Compiling rustls-webpki v0.101.7
12422024-09-07T03:22:26.150Z Compiling sct v0.7.1
12432024-09-07T03:22:26.328Z Compiling md-5 v0.10.6
12442024-09-07T03:22:26.331Z Compiling backtrace v0.3.71
12452024-09-07T03:22:26.361Z Compiling idna v0.3.0
12462024-09-07T03:22:26.459Z Compiling lazy_static v1.5.0
12472024-09-07T03:22:26.527Z Compiling pest_derive v2.7.10
12482024-09-07T03:22:26.576Z Compiling hash32 v0.2.1
12492024-09-07T03:22:26.594Z Compiling base64 v0.22.1
12502024-09-07T03:22:26.803Z Compiling stable_deref_trait v1.2.0
12512024-09-07T03:22:26.937Z Compiling smoltcp v0.9.1
12522024-09-07T03:22:27.323Z Compiling adler v1.0.2
12532024-09-07T03:22:27.343Z Compiling dtrace-parser v0.2.0
12542024-09-07T03:22:27.542Z Compiling num-bigint-dig v0.8.4
12552024-09-07T03:22:27.704Z Compiling fallible-iterator v0.2.0
12562024-09-07T03:22:27.848Z Compiling psl-types v2.0.11
12572024-09-07T03:22:27.910Z Compiling crc32fast v1.4.0
12582024-09-07T03:22:27.958Z Compiling gimli v0.28.1
12592024-09-07T03:22:28.036Z Compiling signal-hook v0.3.17
12602024-09-07T03:22:28.308Z Compiling bytes v1.7.1
12612024-09-07T03:22:28.406Z Compiling bitflags v2.6.0
12622024-09-07T03:22:28.523Z Compiling indexmap v2.4.0
12632024-09-07T03:22:28.857Z Compiling semver v1.0.23
12642024-09-07T03:22:29.495Z Compiling tokio v1.39.3
12652024-09-07T03:22:29.565Z Compiling http v0.2.12
12662024-09-07T03:22:29.635Z Compiling rustc_version v0.4.0
12672024-09-07T03:22:30.433Z Compiling heapless v0.7.17
12682024-09-07T03:22:30.889Z Compiling dof v0.3.0
12692024-09-07T03:22:31.594Z Compiling http-body v0.4.6
12702024-09-07T03:22:32.061Z Compiling uuid v1.10.0
12712024-09-07T03:22:32.903Z Compiling usdt-impl v0.5.0
12722024-09-07T03:22:33.063Z Compiling serde_tokenstream v0.2.2
12732024-09-07T03:22:33.098Z Compiling toml_datetime v0.6.8
12742024-09-07T03:22:33.506Z Compiling chrono v0.4.38
12752024-09-07T03:22:33.604Z Compiling serde_spanned v0.6.7
12762024-09-07T03:22:33.831Z Compiling terminal_size v0.3.0
12772024-09-07T03:22:34.037Z Compiling addr2line v0.21.0
12782024-09-07T03:22:34.439Z Compiling postgres-protocol v0.6.7
12792024-09-07T03:22:34.752Z Compiling publicsuffix v2.2.3
12802024-09-07T03:22:34.828Z Compiling miniz_oxide v0.7.2
12812024-09-07T03:22:34.901Z Compiling hubpack_derive v0.1.1
12822024-09-07T03:22:35.025Z Compiling zerocopy-derive v0.6.6
12832024-09-07T03:22:35.650Z Compiling async-trait v0.1.81
12842024-09-07T03:22:35.738Z Compiling num-iter v0.1.45
12852024-09-07T03:22:35.920Z Compiling phf_shared v0.11.2
12862024-09-07T03:22:36.299Z Compiling serde_derive_internals v0.29.1
12872024-09-07T03:22:36.662Z Compiling ff v0.13.0
12882024-09-07T03:22:36.888Z Compiling object v0.32.2
12892024-09-07T03:22:36.919Z Compiling fs-err v2.11.0
12902024-09-07T03:22:37.216Z Compiling schemars v0.8.21
12912024-09-07T03:22:37.225Z Compiling bitflags v1.3.2
12922024-09-07T03:22:37.250Z Compiling either v1.13.0
12932024-09-07T03:22:37.316Z Compiling winnow v0.5.40
12942024-09-07T03:22:37.590Z Compiling ipnet v2.9.0
12952024-09-07T03:22:37.690Z Compiling tokio-util v0.7.11
12962024-09-07T03:22:38.772Z Compiling h2 v0.3.26
12972024-09-07T03:22:38.969Z Compiling tokio-native-tls v0.3.1
12982024-09-07T03:22:39.066Z Compiling tokio-rustls v0.24.1
12992024-09-07T03:22:39.069Z Compiling managed v0.8.0
13002024-09-07T03:22:39.246Z Compiling base16ct v0.2.0
13012024-09-07T03:22:39.469Z Compiling rustc-demangle v0.1.24
13022024-09-07T03:22:39.512Z Compiling base64 v0.21.7
13032024-09-07T03:22:39.585Z Compiling adler2 v2.0.0
13042024-09-07T03:22:39.793Z Compiling anyhow v1.0.86
13052024-09-07T03:22:40.273Z Compiling rustls-pemfile v1.0.4
13062024-09-07T03:22:40.463Z Compiling miniz_oxide v0.8.0
13072024-09-07T03:22:40.632Z Compiling sec1 v0.7.3
13082024-09-07T03:22:40.769Z Compiling toml_edit v0.19.15
13092024-09-07T03:22:41.158Z Compiling schemars_derive v0.8.21
13102024-09-07T03:22:41.192Z Compiling clap_builder v4.5.15
13112024-09-07T03:22:42.088Z Compiling zerocopy v0.6.6
13122024-09-07T03:22:42.892Z Compiling group v0.13.0
13132024-09-07T03:22:42.935Z Compiling cookie_store v0.20.0
13142024-09-07T03:22:43.206Z Compiling phf v0.11.2
13152024-09-07T03:22:44.425Z Compiling hubpack v0.1.2
13162024-09-07T03:22:44.483Z Compiling postgres-types v0.2.7
13172024-09-07T03:22:44.970Z Compiling usdt-attr-macro v0.5.0
13182024-09-07T03:22:45.855Z Compiling hyper v0.14.30
13192024-09-07T03:22:46.021Z Compiling usdt-macro v0.5.0
13202024-09-07T03:22:46.659Z Compiling serde_urlencoded v0.7.1
13212024-09-07T03:22:46.938Z Compiling pkcs1 v0.7.5
13222024-09-07T03:22:47.180Z Compiling futures-executor v0.3.30
13232024-09-07T03:22:47.519Z Compiling hkdf v0.12.4
13242024-09-07T03:22:47.746Z Compiling signature v2.2.0
13252024-09-07T03:22:47.780Z Compiling crypto-bigint v0.5.5
13262024-09-07T03:22:47.900Z Compiling bstr v1.9.1
13272024-09-07T03:22:48.017Z Compiling regex v1.10.6
13282024-09-07T03:22:48.672Z Compiling serde_repr v0.1.19
13292024-09-07T03:22:49.106Z Compiling enum-as-inner v0.6.0
13302024-09-07T03:22:49.218Z Compiling strum_macros v0.25.3
13312024-09-07T03:22:49.660Z Compiling clap_derive v4.5.13
13322024-09-07T03:22:49.885Z Compiling phf_shared v0.10.0
13332024-09-07T03:22:50.243Z Compiling float-cmp v0.9.0
13342024-09-07T03:22:50.282Z Compiling idna v0.4.0
13352024-09-07T03:22:50.445Z Compiling mio v0.8.11
13362024-09-07T03:22:50.504Z Compiling encoding_rs v0.8.34
13372024-09-07T03:22:51.738Z Compiling normalize-line-endings v0.3.0
13382024-09-07T03:22:51.870Z Compiling fixedbitset v0.4.2
13392024-09-07T03:22:51.890Z Compiling precomputed-hash v0.1.1
13402024-09-07T03:22:52.005Z Compiling minimal-lexical v0.2.1
13412024-09-07T03:22:52.341Z Compiling difflib v0.4.0
13422024-09-07T03:22:52.556Z Compiling mime v0.3.17
13432024-09-07T03:22:53.144Z Compiling hyper-rustls v0.24.2
13442024-09-07T03:22:53.349Z Compiling hyper-tls v0.5.0
13452024-09-07T03:22:53.482Z Compiling new_debug_unreachable v1.0.6
13462024-09-07T03:22:53.581Z Compiling bit-vec v0.6.3
13472024-09-07T03:22:53.694Z Compiling webpki-roots v0.25.4
13482024-09-07T03:22:53.789Z Compiling whoami v1.5.1
13492024-09-07T03:22:53.861Z Compiling predicates-core v1.0.6
13502024-09-07T03:22:53.918Z Compiling unicode-segmentation v1.11.0
13512024-09-07T03:22:54.035Z Compiling sync_wrapper v0.1.2
13522024-09-07T03:22:54.169Z Compiling dyn-clone v1.0.17
13532024-09-07T03:22:54.210Z Compiling data-encoding v2.6.0
13542024-09-07T03:22:54.390Z Compiling static_assertions v1.1.0
13552024-09-07T03:22:54.489Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13562024-09-07T03:22:54.705Z Compiling clap v4.5.16
13572024-09-07T03:22:54.739Z Compiling similar v2.6.0
13582024-09-07T03:22:54.831Z Compiling toml_edit v0.22.20
13592024-09-07T03:22:54.874Z Compiling console v0.15.8
13602024-09-07T03:22:55.834Z Compiling hickory-proto v0.24.1
13612024-09-07T03:22:56.461Z Compiling reqwest v0.11.27
13622024-09-07T03:22:56.667Z Compiling tokio-postgres v0.7.11
13632024-09-07T03:22:57.193Z Compiling predicates v3.1.2
13642024-09-07T03:22:58.273Z Compiling bit-set v0.5.3
13652024-09-07T03:22:58.570Z Compiling string_cache v0.8.7
13662024-09-07T03:22:58.717Z Compiling nom v7.1.3
13672024-09-07T03:22:58.898Z Compiling petgraph v0.6.5
13682024-09-07T03:22:59.035Z Compiling signal-hook-mio v0.2.4
13692024-09-07T03:22:59.211Z Compiling elliptic-curve v0.13.8
13702024-09-07T03:23:00.071Z Compiling usdt v0.5.0
13712024-09-07T03:23:00.591Z Compiling rsa v0.9.6
13722024-09-07T03:23:00.885Z Compiling futures v0.3.30
13732024-09-07T03:23:01.009Z Compiling flate2 v1.0.33
13742024-09-07T03:23:02.303Z Compiling toml v0.7.8
13752024-09-07T03:23:02.824Z Compiling tokio-stream v0.1.15
13762024-09-07T03:23:02.843Z Compiling itertools v0.12.1
13772024-09-07T03:23:03.164Z Compiling itertools v0.10.5
13782024-09-07T03:23:03.229Z Compiling openapiv3 v2.0.0
13792024-09-07T03:23:03.868Z Compiling hex v0.4.3
13802024-09-07T03:23:04.024Z Compiling sha1 v0.10.6
13812024-09-07T03:23:04.458Z Compiling crossbeam-epoch v0.9.18
13822024-09-07T03:23:04.476Z Compiling dirs-sys-next v0.1.2
13832024-09-07T03:23:05.146Z Compiling peg-runtime v0.8.3
13842024-09-07T03:23:05.222Z Compiling lalrpop-util v0.19.12
13852024-09-07T03:23:05.617Z Compiling unicode-xid v0.2.4
13862024-09-07T03:23:05.806Z Compiling dirs-next v2.0.0
13872024-09-07T03:23:05.819Z Compiling thread_local v1.1.8
13882024-09-07T03:23:05.983Z Compiling slog-async v2.8.0
13892024-09-07T03:23:06.008Z Compiling term v0.7.0
13902024-09-07T03:23:06.060Z Compiling xattr v1.3.1
13912024-09-07T03:23:06.122Z Compiling strum_macros v0.26.4
13922024-09-07T03:23:06.305Z Compiling crossbeam-channel v0.5.12
13932024-09-07T03:23:06.358Z Compiling filetime v0.2.25
13942024-09-07T03:23:06.595Z Compiling is-terminal v0.4.12
13952024-09-07T03:23:06.654Z Compiling take_mut v0.2.2
13962024-09-07T03:23:06.726Z Compiling slog-term v2.9.1
13972024-09-07T03:23:06.816Z Compiling tar v0.4.41
13982024-09-07T03:23:07.505Z Compiling camino v1.1.9
13992024-09-07T03:23:09.360Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14002024-09-07T03:23:09.532Z Compiling strum v0.26.3
14012024-09-07T03:23:09.622Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14022024-09-07T03:23:14.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
14032024-09-07T03:23:14.739Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14042024-09-07T03:23:14.785ZSep 07 03:23:13.252 INFO Starting download, target: Clickhouse
14052024-09-07T03:23:14.785ZSep 07 03:23:13.252 INFO Starting download, target: Cockroach
14062024-09-07T03:23:14.788ZSep 07 03:23:13.253 INFO Starting download, target: Console
14072024-09-07T03:23:14.788ZSep 07 03:23:13.253 INFO Starting download, target: DendriteOpenapi
14082024-09-07T03:23:14.788ZSep 07 03:23:13.253 INFO Starting download, target: DendriteStub
14092024-09-07T03:23:14.788ZSep 07 03:23:13.253 INFO Starting download, target: MaghemiteMgd
14102024-09-07T03:23:14.788ZSep 07 03:23:13.253 INFO Starting download, target: TransceiverControl
14112024-09-07T03:23:14.788ZSep 07 03:23:13.253 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14122024-09-07T03:23:14.788ZSep 07 03:23:13.254 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
14132024-09-07T03:23:14.788ZSep 07 03:23:13.254 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14142024-09-07T03:23:14.788ZSep 07 03:23:13.254 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14152024-09-07T03:23:14.788ZSep 07 03:23:13.254 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14162024-09-07T03:23:14.788ZSep 07 03:23:13.254 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14172024-09-07T03:23:14.788ZSep 07 03:23:13.254 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14182024-09-07T03:23:14.943ZSep 07 03:23:13.409 INFO Download complete, target: DendriteOpenapi
14192024-09-07T03:23:15.076ZSep 07 03:23:13.542 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14202024-09-07T03:23:15.340ZSep 07 03:23:13.805 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14212024-09-07T03:23:15.410ZSep 07 03:23:13.876 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14222024-09-07T03:23:15.605ZSep 07 03:23:14.072 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14232024-09-07T03:23:15.783ZSep 07 03:23:14.250 INFO Download complete, target: Console
14242024-09-07T03:23:15.879ZSep 07 03:23:14.345 INFO Download complete, target: TransceiverControl
14252024-09-07T03:23:15.897ZSep 07 03:23:14.364 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14262024-09-07T03:23:15.897ZSep 07 03:23:14.365 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14272024-09-07T03:23:17.168ZSep 07 03:23:15.634 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14282024-09-07T03:23:18.448ZSep 07 03:23:16.914 INFO Download complete, target: DendriteStub
14292024-09-07T03:23:18.832ZSep 07 03:23:17.299 INFO Download complete, target: MaghemiteMgd
14302024-09-07T03:23:24.070ZSep 07 03:23:22.536 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14312024-09-07T03:23:24.410ZSep 07 03:23:22.862 INFO Checking that binary works, target: Cockroach
14322024-09-07T03:23:24.553ZSep 07 03:23:23.019 INFO Download complete, target: Cockroach
14332024-09-07T03:23:30.642ZSep 07 03:23:29.108 INFO Checking that binary works, target: Clickhouse
14342024-09-07T03:23:30.783ZSep 07 03:23:29.248 INFO Download complete, target: Clickhouse
14352024-09-07T03:23:30.804ZAll builder prerequisites installed successfully, and PATH looks valid
14362024-09-07T03:23:30.806Z
14372024-09-07T03:23:30.806Zreal 5:22.115816173
14382024-09-07T03:23:30.806Zuser 11:19.368244672
14392024-09-07T03:23:30.806Zsys 2:24.196427472
14402024-09-07T03:23:30.806Ztrap 0.419278035
14412024-09-07T03:23:30.806Ztflt 1.444065706
14422024-09-07T03:23:30.806Zdflt 1.455088263
14432024-09-07T03:23:30.806Zkflt 0.021210879
14442024-09-07T03:23:30.806Zlock 22:32.387840039
14452024-09-07T03:23:30.806Zslp 46:43.958344679
14462024-09-07T03:23:30.806Zlat 42.291874676
14472024-09-07T03:23:30.806Zstop 1:48.472584446
14482024-09-07T03:23:30.806Z+ banner hack-check
14492024-09-07T03:23:30.809Z
14502024-09-07T03:23:30.809Z # # ## #### # # #### # # ###### #### # #
14512024-09-07T03:23:30.809Z # # # # # # # # # # # # # # # # #
14522024-09-07T03:23:30.809Z ###### # # # #### ##### # ###### ##### # ####
14532024-09-07T03:23:30.809Z # # ###### # # # # # # # # # #
14542024-09-07T03:23:30.809Z # # # # # # # # # # # # # # # # #
14552024-09-07T03:23:30.810Z # # # # #### # # #### # # ###### #### # #
14562024-09-07T03:23:30.810Z
14572024-09-07T03:23:30.810Z+ export CARGO_INCREMENTAL=0
14582024-09-07T03:23:30.810Z+ CARGO_INCREMENTAL=0
14592024-09-07T03:23:30.810Z+ ptime -m timeout 2h cargo xtask check-features --ci
14602024-09-07T03:23:31.391Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14612024-09-07T03:23:35.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
14622024-09-07T03:23:35.286Z Running `target/debug/xtask check-features --ci`
14632024-09-07T03:23:35.306Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14642024-09-07T03:23:35.306Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14652024-09-07T03:23:35.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
14662024-09-07T03:23:35.837Z Running `target/debug/xtask download cargo-hack`
14672024-09-07T03:23:36.681Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14682024-09-07T03:23:37.018Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14692024-09-07T03:23:41.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
14702024-09-07T03:23:41.454Z Running `target/debug/xtask-downloader cargo-hack`
14712024-09-07T03:23:41.485ZSep 07 03:23:39.950 INFO Starting download, target: CargoHack
14722024-09-07T03:23:41.491ZSep 07 03:23:39.950 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14732024-09-07T03:23:41.909ZSep 07 03:23:40.374 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14742024-09-07T03:23:42.008ZSep 07 03:23:40.473 INFO Download complete, target: CargoHack
14752024-09-07T03:23:42.012Zrunning: "/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"
14762024-09-07T03:23:42.028Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14772024-09-07T03:23:42.187Zinfo: running `cargo check --bins` on api_identity (1/158)
14782024-09-07T03:23:42.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14792024-09-07T03:23:42.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14802024-09-07T03:23:42.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14812024-09-07T03:23:42.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14822024-09-07T03:23:42.828Z
14832024-09-07T03:23:42.828Zinfo: running `cargo check --bins` on bootstore (2/158)
14842024-09-07T03:23:43.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14852024-09-07T03:23:43.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14862024-09-07T03:23:43.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14872024-09-07T03:23:43.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
14882024-09-07T03:23:43.499Z
14892024-09-07T03:23:43.499Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14902024-09-07T03:23:44.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14912024-09-07T03:23:44.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14922024-09-07T03:23:44.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14932024-09-07T03:23:44.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14942024-09-07T03:23:44.147Z
14952024-09-07T03:23:44.147Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14962024-09-07T03:23:44.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14972024-09-07T03:23:44.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14982024-09-07T03:23:44.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14992024-09-07T03:23:44.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15002024-09-07T03:23:44.798Z
15012024-09-07T03:23:44.798Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
15022024-09-07T03:23:45.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15032024-09-07T03:23:45.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15042024-09-07T03:23:45.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15052024-09-07T03:23:45.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15062024-09-07T03:23:45.288Z
15072024-09-07T03:23:45.288Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
15082024-09-07T03:23:45.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15092024-09-07T03:23:45.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15102024-09-07T03:23:45.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15112024-09-07T03:23:45.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15122024-09-07T03:23:45.784Z
15132024-09-07T03:23:45.784Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
15142024-09-07T03:23:46.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15152024-09-07T03:23:46.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15162024-09-07T03:23:46.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15172024-09-07T03:23:46.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15182024-09-07T03:23:46.267Z
15192024-09-07T03:23:46.267Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15202024-09-07T03:23:46.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15212024-09-07T03:23:46.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15222024-09-07T03:23:46.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15232024-09-07T03:23:46.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15242024-09-07T03:23:46.758Z
15252024-09-07T03:23:46.758Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15262024-09-07T03:23:47.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15272024-09-07T03:23:47.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15282024-09-07T03:23:47.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15292024-09-07T03:23:47.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15302024-09-07T03:23:47.262Z
15312024-09-07T03:23:47.262Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15322024-09-07T03:23:47.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15332024-09-07T03:23:47.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15342024-09-07T03:23:47.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15352024-09-07T03:23:47.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15362024-09-07T03:23:47.752Z
15372024-09-07T03:23:47.752Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15382024-09-07T03:23:48.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15392024-09-07T03:23:48.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15402024-09-07T03:23:48.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15412024-09-07T03:23:48.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15422024-09-07T03:23:48.242Z
15432024-09-07T03:23:48.242Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15442024-09-07T03:23:48.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15452024-09-07T03:23:48.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15462024-09-07T03:23:48.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15472024-09-07T03:23:48.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15482024-09-07T03:23:48.752Z
15492024-09-07T03:23:48.752Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15502024-09-07T03:23:49.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15512024-09-07T03:23:49.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15522024-09-07T03:23:49.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15532024-09-07T03:23:49.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15542024-09-07T03:23:49.229Z
15552024-09-07T03:23:49.229Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15562024-09-07T03:23:49.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-09-07T03:23:49.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-09-07T03:23:49.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-09-07T03:23:49.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15602024-09-07T03:23:49.718Z
15612024-09-07T03:23:49.718Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15622024-09-07T03:23:50.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-09-07T03:23:50.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-09-07T03:23:50.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-09-07T03:23:50.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15662024-09-07T03:23:50.208Z
15672024-09-07T03:23:50.208Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15682024-09-07T03:23:50.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-09-07T03:23:50.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-09-07T03:23:50.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-09-07T03:23:50.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15722024-09-07T03:23:50.698Z
15732024-09-07T03:23:50.698Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15742024-09-07T03:23:51.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-09-07T03:23:51.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-09-07T03:23:51.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15772024-09-07T03:23:51.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15782024-09-07T03:23:51.181Z
15792024-09-07T03:23:51.181Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15802024-09-07T03:23:51.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15812024-09-07T03:23:51.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15822024-09-07T03:23:51.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15832024-09-07T03:23:51.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15842024-09-07T03:23:51.673Z
15852024-09-07T03:23:51.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15862024-09-07T03:23:52.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15872024-09-07T03:23:52.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15882024-09-07T03:23:52.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15892024-09-07T03:23:52.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15902024-09-07T03:23:52.166Z
15912024-09-07T03:23:52.166Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15922024-09-07T03:23:52.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15932024-09-07T03:23:52.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15942024-09-07T03:23:52.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15952024-09-07T03:23:52.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15962024-09-07T03:23:52.653Z
15972024-09-07T03:23:52.653Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15982024-09-07T03:23:53.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15992024-09-07T03:23:53.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16002024-09-07T03:23:53.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16012024-09-07T03:23:53.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16022024-09-07T03:23:53.148Z
16032024-09-07T03:23:53.148Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
16042024-09-07T03:23:53.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16052024-09-07T03:23:53.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16062024-09-07T03:23:53.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16072024-09-07T03:23:53.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16082024-09-07T03:23:53.647Z
16092024-09-07T03:23:53.647Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
16102024-09-07T03:23:54.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-09-07T03:23:54.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-09-07T03:23:54.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-09-07T03:23:54.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16142024-09-07T03:23:54.138Z
16152024-09-07T03:23:54.138Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
16162024-09-07T03:23:54.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-09-07T03:23:54.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-09-07T03:23:54.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-09-07T03:23:54.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16202024-09-07T03:23:54.626Z
16212024-09-07T03:23:54.627Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16222024-09-07T03:23:55.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-09-07T03:23:55.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-09-07T03:23:55.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-09-07T03:23:55.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16262024-09-07T03:23:55.287Z
16272024-09-07T03:23:55.287Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16282024-09-07T03:23:55.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-09-07T03:23:55.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-09-07T03:23:55.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-09-07T03:23:55.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16322024-09-07T03:23:55.948Z
16332024-09-07T03:23:55.948Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16342024-09-07T03:23:56.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-09-07T03:23:56.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-09-07T03:23:56.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-09-07T03:23:56.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16382024-09-07T03:23:56.610Z
16392024-09-07T03:23:56.610Zinfo: running `cargo check --bins` on oxlog (28/158)
16402024-09-07T03:23:57.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-09-07T03:23:57.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-09-07T03:23:57.237Z Checking cfg-if v1.0.0
16432024-09-07T03:23:57.239Z Checking libc v0.2.158
16442024-09-07T03:23:57.332Z Checking memchr v2.7.2
16452024-09-07T03:23:57.340Z Checking serde v1.0.208
16462024-09-07T03:23:57.343Z Checking zeroize v1.7.0
16472024-09-07T03:23:57.357Z Checking typenum v1.17.0
16482024-09-07T03:23:57.360Z Checking scopeguard v1.2.0
16492024-09-07T03:23:57.360Z Checking byteorder v1.5.0
16502024-09-07T03:23:57.392Z Checking log v0.4.21
16512024-09-07T03:23:57.603Z Checking subtle v2.5.0
16522024-09-07T03:23:57.650Z Checking const-oid v0.9.6
16532024-09-07T03:23:57.760Z Checking once_cell v1.19.0
16542024-09-07T03:23:57.869Z Checking itoa v1.0.11
16552024-09-07T03:23:58.014Z Checking pin-project-lite v0.2.14
16562024-09-07T03:23:58.014Z Checking smallvec v1.13.2
16572024-09-07T03:23:58.105Z Checking zerocopy v0.7.34
16582024-09-07T03:23:58.129Z Checking tinyvec_macros v0.1.1
16592024-09-07T03:23:58.196Z Checking tinyvec v1.6.0
16602024-09-07T03:23:58.334Z Checking cpufeatures v0.2.12
16612024-09-07T03:23:58.414Z Checking futures-core v0.3.30
16622024-09-07T03:23:58.430Z Checking getrandom v0.2.14
16632024-09-07T03:23:58.568Z Checking lock_api v0.4.12
16642024-09-07T03:23:58.593Z Checking parking_lot_core v0.9.10
16652024-09-07T03:23:58.619Z Checking generic-array v0.14.7
16662024-09-07T03:23:58.652Z Checking rand_core v0.6.4
16672024-09-07T03:23:58.905Z Checking signal-hook-registry v1.4.2
16682024-09-07T03:23:58.921Z Checking mio v1.0.2
16692024-09-07T03:23:58.995Z Checking spin v0.9.8
16702024-09-07T03:23:59.147Z Checking parking_lot v0.12.2
16712024-09-07T03:23:59.336Z Checking socket2 v0.5.7
16722024-09-07T03:23:59.384Z Checking futures-sink v0.3.30
16732024-09-07T03:23:59.469Z Checking unicode-normalization v0.1.23
16742024-09-07T03:23:59.485Z Checking ahash v0.8.11
16752024-09-07T03:23:59.490Z Checking unicode-bidi v0.3.15
16762024-09-07T03:23:59.490Z Checking allocator-api2 v0.2.18
16772024-09-07T03:23:59.520Z Checking libm v0.2.8
16782024-09-07T03:23:59.760Z Checking equivalent v1.0.1
16792024-09-07T03:23:59.773Z Checking crypto-common v0.1.6
16802024-09-07T03:23:59.852Z Checking block-buffer v0.10.4
16812024-09-07T03:23:59.934Z Checking block-padding v0.3.3
16822024-09-07T03:24:00.013Z Checking ryu v1.0.18
16832024-09-07T03:24:00.058Z Checking digest v0.10.7
16842024-09-07T03:24:00.095Z Checking futures-channel v0.3.30
16852024-09-07T03:24:00.119Z Checking inout v0.1.3
16862024-09-07T03:24:00.131Z Checking hashbrown v0.14.5
16872024-09-07T03:24:00.229Z Checking slab v0.4.9
16882024-09-07T03:24:00.318Z Checking cipher v0.4.4
16892024-09-07T03:24:00.365Z Checking pin-utils v0.1.0
16902024-09-07T03:24:00.394Z Checking num-traits v0.2.19
16912024-09-07T03:24:00.409Z Checking hmac v0.12.1
16922024-09-07T03:24:00.424Z Checking sha2 v0.10.8
16932024-09-07T03:24:00.443Z Checking futures-task v0.3.30
16942024-09-07T03:24:00.474Z Checking futures-io v0.3.30
16952024-09-07T03:24:00.599Z Checking base64ct v1.6.0
16962024-09-07T03:24:00.646Z Checking percent-encoding v2.3.1
16972024-09-07T03:24:00.661Z Checking futures-util v0.3.30
16982024-09-07T03:24:00.692Z Checking ppv-lite86 v0.2.17
16992024-09-07T03:24:00.847Z Checking flagset v0.4.5
17002024-09-07T03:24:00.976Z Checking salsa20 v0.10.2
17012024-09-07T03:24:01.026Z Checking pbkdf2 v0.12.2
17022024-09-07T03:24:01.039Z Checking pem-rfc7468 v0.7.0
17032024-09-07T03:24:01.171Z Checking tracing-core v0.1.32
17042024-09-07T03:24:01.187Z Checking untrusted v0.9.0
17052024-09-07T03:24:01.277Z Checking der v0.7.9
17062024-09-07T03:24:01.291Z Checking fnv v1.0.7
17072024-09-07T03:24:01.325Z Checking ring v0.17.8
17082024-09-07T03:24:01.368Z Checking rand_chacha v0.3.1
17092024-09-07T03:24:01.397Z Checking scrypt v0.11.0
17102024-09-07T03:24:01.620Z Checking cbc v0.1.2
17112024-09-07T03:24:01.730Z Checking rand v0.8.5
17122024-09-07T03:24:01.805Z Checking tracing v0.1.40
17132024-09-07T03:24:01.819Z Checking aes v0.8.4
17142024-09-07T03:24:02.043Z Checking thiserror v1.0.63
17152024-09-07T03:24:02.148Z Checking bytes v1.7.1
17162024-09-07T03:24:02.148Z Checking bitflags v2.6.0
17172024-09-07T03:24:02.173Z Checking indexmap v2.4.0
17182024-09-07T03:24:02.462Z Checking serde_json v1.0.125
17192024-09-07T03:24:02.690Z Checking foreign-types-shared v0.1.1
17202024-09-07T03:24:02.786Z Checking foreign-types v0.3.2
17212024-09-07T03:24:02.867Z Checking form_urlencoded v1.2.1
17222024-09-07T03:24:02.967Z Checking tokio v1.39.3
17232024-09-07T03:24:02.970Z Checking http v0.2.12
17242024-09-07T03:24:03.042Z Checking openssl-sys v0.9.103
17252024-09-07T03:24:03.087Z Checking spki v0.7.3
17262024-09-07T03:24:03.160Z Checking aho-corasick v1.1.3
17272024-09-07T03:24:03.356Z Checking pkcs5 v0.7.1
17282024-09-07T03:24:03.446Z Checking unicode-ident v1.0.12
17292024-09-07T03:24:03.603Z Checking try-lock v0.2.5
17302024-09-07T03:24:03.733Z Checking regex-syntax v0.8.4
17312024-09-07T03:24:03.850Z Checking powerfmt v0.2.0
17322024-09-07T03:24:04.045Z Checking siphasher v0.3.11
17332024-09-07T03:24:04.094Z Checking deranged v0.3.11
17342024-09-07T03:24:04.307Z Checking http-body v0.4.6
17352024-09-07T03:24:04.319Z Checking openssl v0.10.66
17362024-09-07T03:24:04.333Z Checking pkcs8 v0.10.2
17372024-09-07T03:24:04.625Z Checking want v0.3.1
17382024-09-07T03:24:04.667Z Checking proc-macro2 v1.0.86
17392024-09-07T03:24:04.787Z Checking sct v0.7.1
17402024-09-07T03:24:04.802Z Checking rustls-webpki v0.101.7
17412024-09-07T03:24:04.984Z Checking uuid v1.10.0
17422024-09-07T03:24:05.354Z Checking idna v0.5.0
17432024-09-07T03:24:05.522Z Checking httparse v1.8.0
17442024-09-07T03:24:05.595Z Checking errno v0.3.9
17452024-09-07T03:24:05.699Z Checking scroll v0.12.0
17462024-09-07T03:24:05.766Z Checking plain v0.2.3
17472024-09-07T03:24:05.791Z Checking ucd-trie v0.1.6
17482024-09-07T03:24:05.895Z Checking tower-service v0.3.2
17492024-09-07T03:24:05.943Z Checking num_threads v0.1.7
17502024-09-07T03:24:05.974Z Checking openssl-probe v0.1.5
17512024-09-07T03:24:06.002Z Checking finl_unicode v1.2.0
17522024-09-07T03:24:06.040Z Checking anstyle v1.0.8
17532024-09-07T03:24:06.113Z Checking time-core v0.1.2
17542024-09-07T03:24:06.161Z Checking utf8parse v0.2.1
17552024-09-07T03:24:06.175Z Checking num-conv v0.1.0
17562024-09-07T03:24:06.260Z Checking iana-time-zone v0.1.60
17572024-09-07T03:24:06.299Z Checking httpdate v1.0.3
17582024-09-07T03:24:06.366Z Checking anstyle-parse v0.2.4
17592024-09-07T03:24:06.392Z Checking chrono v0.4.38
17602024-09-07T03:24:06.414Z Checking time v0.3.36
17612024-09-07T03:24:06.534Z Checking url v2.5.2
17622024-09-07T03:24:06.576Z Checking stringprep v0.1.4
17632024-09-07T03:24:06.623Z Checking goblin v0.8.2
17642024-09-07T03:24:06.828Z Checking pest v2.7.10
17652024-09-07T03:24:06.871Z Checking regex-automata v0.4.6
17662024-09-07T03:24:07.313Z Checking rustix v0.38.34
17672024-09-07T03:24:08.468Z Checking rustls v0.21.12
17682024-09-07T03:24:08.923Z Checking quote v1.0.36
17692024-09-07T03:24:09.240Z Checking toml_datetime v0.6.8
17702024-09-07T03:24:09.327Z Checking serde_spanned v0.6.7
17712024-09-07T03:24:09.347Z Checking num-integer v0.1.46
17722024-09-07T03:24:09.501Z Checking md-5 v0.10.6
17732024-09-07T03:24:09.533Z Checking idna v0.3.0
17742024-09-07T03:24:09.696Z Checking lazy_static v1.5.0
17752024-09-07T03:24:09.793Z Checking hash32 v0.2.1
17762024-09-07T03:24:09.811Z Checking native-tls v0.2.11
17772024-09-07T03:24:09.813Z Checking colorchoice v1.0.1
17782024-09-07T03:24:09.879Z Checking tokio-util v0.7.11
17792024-09-07T03:24:09.945Z Checking gimli v0.28.1
17802024-09-07T03:24:10.084Z Checking stable_deref_trait v1.2.0
17812024-09-07T03:24:10.123Z Checking adler v1.0.2
17822024-09-07T03:24:10.178Z Checking is_terminal_polyfill v1.70.0
17832024-09-07T03:24:10.268Z Checking base64 v0.22.1
17842024-09-07T03:24:10.288Z Checking psl-types v2.0.11
17852024-09-07T03:24:10.372Z Checking anstyle-query v1.0.3
17862024-09-07T03:24:10.457Z Checking pretty-hex v0.4.1
17872024-09-07T03:24:10.493Z Checking fallible-iterator v0.2.0
17882024-09-07T03:24:10.616Z Checking anstream v0.6.14
17892024-09-07T03:24:10.717Z Checking h2 v0.3.26
17902024-09-07T03:24:10.732Z Checking publicsuffix v2.2.3
17912024-09-07T03:24:10.972Z Checking miniz_oxide v0.7.2
17922024-09-07T03:24:10.984Z Checking heapless v0.7.17
17932024-09-07T03:24:11.078Z Checking postgres-protocol v0.6.7
17942024-09-07T03:24:11.358Z Checking tokio-native-tls v0.3.1
17952024-09-07T03:24:11.384Z Checking num-iter v0.1.45
17962024-09-07T03:24:11.506Z Checking dof v0.3.0
17972024-09-07T03:24:11.574Z Checking terminal_size v0.3.0
17982024-09-07T03:24:11.596Z Checking dtrace-parser v0.2.0
17992024-09-07T03:24:11.603Z Checking tokio-rustls v0.24.1
18002024-09-07T03:24:11.686Z Checking syn v2.0.74
18012024-09-07T03:24:11.698Z Checking cookie v0.17.0
18022024-09-07T03:24:11.925Z Checking phf_shared v0.11.2
18032024-09-07T03:24:11.964Z Checking ff v0.13.0
18042024-09-07T03:24:12.040Z Checking thread-id v4.2.1
18052024-09-07T03:24:12.072Z Checking object v0.32.2
18062024-09-07T03:24:12.087Z Checking either v1.13.0
18072024-09-07T03:24:12.132Z Checking adler2 v2.0.0
18082024-09-07T03:24:12.156Z Checking rustc-demangle v0.1.24
18092024-09-07T03:24:12.171Z Checking managed v0.8.0
18102024-09-07T03:24:12.274Z Checking strsim v0.11.1
18112024-09-07T03:24:12.463Z Checking base16ct v0.2.0
18122024-09-07T03:24:12.548Z Checking bitflags v1.3.2
18132024-09-07T03:24:12.575Z Checking ipnet v2.9.0
18142024-09-07T03:24:12.597Z Checking winnow v0.5.40
18152024-09-07T03:24:12.643Z Checking base64 v0.21.7
18162024-09-07T03:24:12.658Z Checking clap_lex v0.7.0
18172024-09-07T03:24:12.888Z Checking clap_builder v4.5.15
18182024-09-07T03:24:13.015Z Checking sec1 v0.7.3
18192024-09-07T03:24:13.078Z Checking rustls-pemfile v1.0.4
18202024-09-07T03:24:13.268Z Checking smoltcp v0.9.1
18212024-09-07T03:24:13.400Z Checking miniz_oxide v0.8.0
18222024-09-07T03:24:13.734Z Checking addr2line v0.21.0
18232024-09-07T03:24:14.151Z Checking phf v0.11.2
18242024-09-07T03:24:14.240Z Checking group v0.13.0
18252024-09-07T03:24:14.420Z Checking cookie_store v0.20.0
18262024-09-07T03:24:14.493Z Checking postgres-types v0.2.7
18272024-09-07T03:24:14.755Z Checking num-bigint-dig v0.8.4
18282024-09-07T03:24:15.042Z Checking bstr v1.9.1
18292024-09-07T03:24:15.191Z Checking regex v1.10.6
18302024-09-07T03:24:15.579Z Checking toml_edit v0.19.15
18312024-09-07T03:24:15.776Z Checking futures-executor v0.3.30
18322024-09-07T03:24:15.817Z Checking pkcs1 v0.7.5
18332024-09-07T03:24:15.960Z Checking phf_shared v0.10.0
18342024-09-07T03:24:15.984Z Checking serde_urlencoded v0.7.1
18352024-09-07T03:24:16.222Z Checking zerocopy v0.6.6
18362024-09-07T03:24:16.225Z Checking hubpack v0.1.2
18372024-09-07T03:24:16.382Z Checking float-cmp v0.9.0
18382024-09-07T03:24:16.533Z Checking crc32fast v1.4.0
18392024-09-07T03:24:16.565Z Checking signal-hook v0.3.17
18402024-09-07T03:24:16.730Z Checking crossbeam-utils v0.8.19
18412024-09-07T03:24:16.792Z Checking hyper v0.14.30
18422024-09-07T03:24:16.846Z Checking hkdf v0.12.4
18432024-09-07T03:24:16.884Z Checking signature v2.2.0
18442024-09-07T03:24:16.938Z Checking idna v0.4.0
18452024-09-07T03:24:17.036Z Checking crypto-bigint v0.5.5
18462024-09-07T03:24:17.060Z Checking mio v0.8.11
18472024-09-07T03:24:17.416Z Checking memmap v0.7.0
18482024-09-07T03:24:17.623Z Checking encoding_rs v0.8.34
18492024-09-07T03:24:17.662Z Checking fixedbitset v0.4.2
18502024-09-07T03:24:17.767Z Checking precomputed-hash v0.1.1
18512024-09-07T03:24:17.868Z Checking normalize-line-endings v0.3.0
18522024-09-07T03:24:17.902Z Checking minimal-lexical v0.2.1
18532024-09-07T03:24:17.925Z Checking usdt-impl v0.5.0
18542024-09-07T03:24:17.950Z Checking bit-vec v0.6.3
18552024-09-07T03:24:17.968Z Checking difflib v0.4.0
18562024-09-07T03:24:18.104Z Checking backtrace v0.3.71
18572024-09-07T03:24:18.253Z Checking sync_wrapper v0.1.2
18582024-09-07T03:24:18.264Z Checking unicode-segmentation v1.11.0
18592024-09-07T03:24:18.278Z Checking mime v0.3.17
18602024-09-07T03:24:18.362Z Checking new_debug_unreachable v1.0.6
18612024-09-07T03:24:18.441Z Checking static_assertions v1.1.0
18622024-09-07T03:24:18.456Z Checking webpki-roots v0.25.4
18632024-09-07T03:24:18.526Z Checking dyn-clone v1.0.17
18642024-09-07T03:24:18.574Z Checking data-encoding v2.6.0
18652024-09-07T03:24:18.600Z Checking winnow v0.6.18
18662024-09-07T03:24:18.668Z Checking unicode-width v0.1.13
18672024-09-07T03:24:18.671Z Checking predicates-core v1.0.6
18682024-09-07T03:24:18.834Z Checking whoami v1.5.1
18692024-09-07T03:24:18.836Z Checking predicates v3.1.2
18702024-09-07T03:24:18.905Z Checking similar v2.6.0
18712024-09-07T03:24:19.133Z Checking tokio-postgres v0.7.11
18722024-09-07T03:24:19.206Z Checking hickory-proto v0.24.1
18732024-09-07T03:24:19.500Z Checking console v0.15.8
18742024-09-07T03:24:19.721Z Checking elliptic-curve v0.13.8
18752024-09-07T03:24:19.764Z Checking anyhow v1.0.86
18762024-09-07T03:24:20.548Z Checking schemars v0.8.21
18772024-09-07T03:24:20.593Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18782024-09-07T03:24:20.593Z Checking usdt v0.5.0
18792024-09-07T03:24:20.593Z Checking string_cache v0.8.7
18802024-09-07T03:24:20.593Z Checking bit-set v0.5.3
18812024-09-07T03:24:20.633Z Checking nom v7.1.3
18822024-09-07T03:24:20.656Z Checking toml v0.7.8
18832024-09-07T03:24:21.385Z Checking petgraph v0.6.5
18842024-09-07T03:24:21.499Z Checking toml_edit v0.22.20
18852024-09-07T03:24:21.565Z Checking signal-hook-mio v0.2.4
18862024-09-07T03:24:21.717Z Checking crossbeam-epoch v0.9.18
18872024-09-07T03:24:22.045Z Checking rsa v0.9.6
18882024-09-07T03:24:22.157Z Checking flate2 v1.0.33
18892024-09-07T03:24:22.768Z Checking hyper-rustls v0.24.2
18902024-09-07T03:24:22.806Z Checking hyper-tls v0.5.0
18912024-09-07T03:24:23.041Z Checking futures v0.3.30
18922024-09-07T03:24:23.081Z Checking clap v4.5.16
18932024-09-07T03:24:23.095Z Checking reqwest v0.11.27
18942024-09-07T03:24:23.147Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18952024-09-07T03:24:23.170Z Checking itertools v0.10.5
18962024-09-07T03:24:23.190Z Checking itertools v0.12.1
18972024-09-07T03:24:23.427Z Checking tokio-stream v0.1.15
18982024-09-07T03:24:23.917Z Checking fs-err v2.11.0
18992024-09-07T03:24:24.109Z Checking slog v2.7.0
19002024-09-07T03:24:24.236Z Checking openapiv3 v2.0.0
19012024-09-07T03:24:24.462Z Checking hex v0.4.3
19022024-09-07T03:24:24.618Z Checking semver v1.0.23
19032024-09-07T03:24:24.628Z Checking sha1 v0.10.6
19042024-09-07T03:24:24.702Z Checking lalrpop-util v0.19.12
19052024-09-07T03:24:24.888Z Checking peg-runtime v0.8.3
19062024-09-07T03:24:24.993Z Checking camino v1.1.9
19072024-09-07T03:24:25.018Z Checking sigpipe v0.1.3
19082024-09-07T03:24:26.750Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19092024-09-07T03:24:27.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.43s
19102024-09-07T03:24:27.186Z
19112024-09-07T03:24:27.186Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
19122024-09-07T03:24:27.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132024-09-07T03:24:27.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142024-09-07T03:24:27.879Z Compiling regress v0.9.1
19152024-09-07T03:24:27.986Z Checking strum v0.26.3
19162024-09-07T03:24:27.991Z Checking heck v0.5.0
19172024-09-07T03:24:28.003Z Compiling getopts v0.2.21
19182024-09-07T03:24:28.014Z Checking dirs-sys-next v0.1.2
19192024-09-07T03:24:28.026Z Compiling unsafe-libyaml v0.2.11
19202024-09-07T03:24:28.093Z Checking http v1.1.0
19212024-09-07T03:24:28.151Z Checking thread_local v1.1.8
19222024-09-07T03:24:28.169Z Checking dirs-next v2.0.0
19232024-09-07T03:24:28.283Z Checking rustls-pki-types v1.7.0
19242024-09-07T03:24:28.331Z Compiling ident_case v1.0.1
19252024-09-07T03:24:28.412Z Checking term v0.7.0
19262024-09-07T03:24:28.498Z Compiling darling_core v0.20.9
19272024-09-07T03:24:28.693Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19282024-09-07T03:24:28.835Z Checking crossbeam-channel v0.5.12
19292024-09-07T03:24:28.933Z Checking is-terminal v0.4.12
19302024-09-07T03:24:29.007Z Checking atty v0.2.14
19312024-09-07T03:24:29.050Z Compiling rustls v0.22.4
19322024-09-07T03:24:29.117Z Checking utf-8 v0.7.6
19332024-09-07T03:24:29.306Z Compiling serde_yaml v0.9.34+deprecated
19342024-09-07T03:24:29.337Z Checking humantime v2.1.0
19352024-09-07T03:24:29.442Z Compiling paste v1.0.15
19362024-09-07T03:24:29.539Z Checking termcolor v1.4.1
19372024-09-07T03:24:29.602Z Checking take_mut v0.2.2
19382024-09-07T03:24:29.746Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19392024-09-07T03:24:29.949Z Checking slog-async v2.8.0
19402024-09-07T03:24:29.965Z Checking env_logger v0.9.3
19412024-09-07T03:24:30.136Z Checking slog-term v2.9.1
19422024-09-07T03:24:30.193Z Checking rustls-webpki v0.102.4
19432024-09-07T03:24:30.373Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19442024-09-07T03:24:30.392Z Compiling proc-macro-crate v1.3.1
19452024-09-07T03:24:30.585Z Compiling bitstruct_derive v0.1.0
19462024-09-07T03:24:30.710Z Compiling structmeta-derive v0.3.0
19472024-09-07T03:24:30.884Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19482024-09-07T03:24:31.003Z Compiling multer v3.1.0
19492024-09-07T03:24:31.292Z Checking ascii v1.1.0
19502024-09-07T03:24:31.337Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19512024-09-07T03:24:31.419Z Checking match_cfg v0.1.0
19522024-09-07T03:24:31.507Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19532024-09-07T03:24:31.815Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19542024-09-07T03:24:31.959Z Checking bitstruct v0.1.1
19552024-09-07T03:24:32.064Z Checking hostname v0.3.1
19562024-09-07T03:24:32.194Z Compiling num_enum_derive v0.5.11
19572024-09-07T03:24:32.823Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19582024-09-07T03:24:33.053Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19592024-09-07T03:24:33.439Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-09-07T03:24:33.707Z Compiling structmeta v0.3.0
19612024-09-07T03:24:33.720Z Checking slog-json v2.6.1
19622024-09-07T03:24:33.783Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-09-07T03:24:33.963Z Checking erased-serde v0.3.31
19642024-09-07T03:24:34.046Z Checking serde_arrays v0.1.0
19652024-09-07T03:24:34.138Z Compiling async-stream-impl v0.3.5
19662024-09-07T03:24:34.185Z Compiling foreign-types-macros v0.2.3
19672024-09-07T03:24:34.449Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19682024-09-07T03:24:34.757Z Checking atomic-waker v1.1.2
19692024-09-07T03:24:34.832Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19702024-09-07T03:24:34.883Z Checking arc-swap v1.7.1
19712024-09-07T03:24:35.024Z Checking foreign-types-shared v0.3.1
19722024-09-07T03:24:35.136Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19732024-09-07T03:24:35.138Z Checking waitgroup v0.1.2
19742024-09-07T03:24:35.258Z Checking num_enum v0.5.11
19752024-09-07T03:24:35.298Z Checking slog-scope v4.4.0
19762024-09-07T03:24:35.433Z Checking foreign-types v0.5.0
19772024-09-07T03:24:35.469Z Compiling parse-display-derive v0.10.0
19782024-09-07T03:24:35.487Z Checking slog-bunyan v2.5.0
19792024-09-07T03:24:35.489Z Compiling darling_macro v0.20.9
19802024-09-07T03:24:35.519Z Checking async-stream v0.3.5
19812024-09-07T03:24:35.534Z Compiling proc-macro-error v1.0.4
19822024-09-07T03:24:35.842Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19832024-09-07T03:24:36.053Z Checking toml v0.8.19
19842024-09-07T03:24:36.102Z Checking tungstenite v0.20.1
19852024-09-07T03:24:36.213Z Checking rustls-pemfile v2.1.3
19862024-09-07T03:24:36.406Z Compiling darling v0.20.9
19872024-09-07T03:24:36.462Z Compiling heck v0.3.3
19882024-09-07T03:24:36.523Z Compiling serde_with_macros v3.9.0
19892024-09-07T03:24:36.576Z Checking tokio-rustls v0.25.0
19902024-09-07T03:24:36.770Z Checking ipnetwork v0.20.0
19912024-09-07T03:24:36.906Z Checking newtype-uuid v1.1.0
19922024-09-07T03:24:36.928Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19932024-09-07T03:24:36.942Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19942024-09-07T03:24:37.126Z Checking serde_path_to_error v0.1.16
19952024-09-07T03:24:37.142Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19962024-09-07T03:24:37.781Z Checking hostname v0.4.0
19972024-09-07T03:24:37.840Z Checking cstr-argument v0.1.2
19982024-09-07T03:24:37.912Z Checking instant v0.1.12
19992024-09-07T03:24:37.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
20002024-09-07T03:24:38.032Z Checking fastrand v2.1.0
20012024-09-07T03:24:38.044Z Checking pretty-hex v0.2.1
20022024-09-07T03:24:38.185Z Checking debug-ignore v1.0.5
20032024-09-07T03:24:38.281Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20042024-09-07T03:24:38.317Z Checking backoff v0.4.0
20052024-09-07T03:24:38.331Z Checking tempfile v3.10.1
20062024-09-07T03:24:38.557Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072024-09-07T03:24:38.605Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20082024-09-07T03:24:38.765Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20092024-09-07T03:24:38.841Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20102024-09-07T03:24:38.871Z Checking tokio-tungstenite v0.20.1
20112024-09-07T03:24:38.977Z Compiling zone_cfg_derive v0.1.2
20122024-09-07T03:24:39.163Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20132024-09-07T03:24:39.325Z Checking slog-stdlog v4.1.1
20142024-09-07T03:24:39.476Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20152024-09-07T03:24:39.542Z Checking serde_with v3.9.0
20162024-09-07T03:24:39.615Z Checking tungstenite v0.21.0
20172024-09-07T03:24:39.912Z Checking colored v2.1.0
20182024-09-07T03:24:40.070Z Checking parse-display v0.10.0
20192024-09-07T03:24:40.219Z Checking macaddr v1.0.1
20202024-09-07T03:24:40.297Z Checking socket2 v0.4.10
20212024-09-07T03:24:40.430Z Checking base64 v0.13.1
20222024-09-07T03:24:40.456Z Checking tokio-tungstenite v0.21.0
20232024-09-07T03:24:40.555Z Checking zone v0.1.8
20242024-09-07T03:24:40.817Z Checking ron v0.7.1
20252024-09-07T03:24:40.922Z Checking slog-envlogger v2.2.0
20262024-09-07T03:24:41.148Z Checking pem v3.0.4
20272024-09-07T03:24:41.210Z Checking tabwriter v1.4.0
20282024-09-07T03:24:41.400Z Checking xattr v1.3.1
20292024-09-07T03:24:41.437Z Checking portpicker v0.1.1
20302024-09-07T03:24:41.572Z Checking yasna v0.5.2
20312024-09-07T03:24:41.593Z Checking headers-core v0.2.0
20322024-09-07T03:24:41.730Z Checking smf v0.2.3
20332024-09-07T03:24:41.943Z Checking filetime v0.2.25
20342024-09-07T03:24:42.142Z Checking same-file v1.0.6
20352024-09-07T03:24:42.170Z Checking tar v0.4.41
20362024-09-07T03:24:42.304Z Checking walkdir v2.5.0
20372024-09-07T03:24:42.426Z Checking rcgen v0.12.1
20382024-09-07T03:24:42.473Z Checking headers v0.3.9
20392024-09-07T03:24:42.614Z Checking atomicwrites v0.4.3
20402024-09-07T03:24:42.803Z Checking camino-tempfile v1.1.1
20412024-09-07T03:24:42.859Z Checking subprocess v0.2.9
20422024-09-07T03:24:43.860Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20432024-09-07T03:24:44.077Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20442024-09-07T03:24:45.812Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20452024-09-07T03:24:47.665Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20462024-09-07T03:24:47.729Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20472024-09-07T03:24:50.834Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20482024-09-07T03:24:57.148Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20492024-09-07T03:24:57.273Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20502024-09-07T03:24:57.273Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20512024-09-07T03:24:59.798Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20522024-09-07T03:25:00.201Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20532024-09-07T03:25:06.439Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20542024-09-07T03:25:07.924Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20552024-09-07T03:25:09.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.82s
20562024-09-07T03:25:09.167Z
20572024-09-07T03:25:09.167Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20582024-09-07T03:25:09.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-09-07T03:25:09.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-09-07T03:25:09.851Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20612024-09-07T03:25:11.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
20622024-09-07T03:25:11.232Z
20632024-09-07T03:25:11.232Zinfo: running `cargo check --bins` on nexus-config (31/158)
20642024-09-07T03:25:11.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-09-07T03:25:11.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-09-07T03:25:11.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-09-07T03:25:11.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20682024-09-07T03:25:11.877Z
20692024-09-07T03:25:11.877Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20702024-09-07T03:25:12.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-09-07T03:25:12.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-09-07T03:25:12.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-09-07T03:25:12.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20742024-09-07T03:25:12.503Z
20752024-09-07T03:25:12.503Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20762024-09-07T03:25:13.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-09-07T03:25:13.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-09-07T03:25:13.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-09-07T03:25:13.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20802024-09-07T03:25:13.146Z
20812024-09-07T03:25:13.146Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20822024-09-07T03:25:13.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-09-07T03:25:13.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-09-07T03:25:13.819Z Compiling heapless v0.8.0
20852024-09-07T03:25:13.910Z Checking hash32 v0.3.1
20862024-09-07T03:25:13.913Z Compiling smoltcp v0.11.0
20872024-09-07T03:25:13.931Z Checking embedded-io v0.4.0
20882024-09-07T03:25:13.934Z Checking cobs v0.2.3
20892024-09-07T03:25:13.952Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20902024-09-07T03:25:13.954Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20912024-09-07T03:25:13.980Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20922024-09-07T03:25:14.066Z Compiling crucible-workspace-hack v0.1.0
20932024-09-07T03:25:14.093Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20942024-09-07T03:25:14.108Z Checking postcard v1.0.8
20952024-09-07T03:25:14.111Z Checking newline-converter v0.3.0
20962024-09-07T03:25:14.266Z Compiling convert_case v0.4.0
20972024-09-07T03:25:14.306Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20982024-09-07T03:25:14.465Z Checking expectorate v1.1.0
20992024-09-07T03:25:14.504Z Compiling zone_cfg_derive v0.3.0
21002024-09-07T03:25:14.612Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21012024-09-07T03:25:14.631Z Compiling num-derive v0.4.2
21022024-09-07T03:25:14.744Z Compiling slog-dtrace v0.3.0
21032024-09-07T03:25:14.850Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21042024-09-07T03:25:14.931Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21052024-09-07T03:25:15.226Z Compiling derive_more v0.99.18
21062024-09-07T03:25:15.803Z Checking zone v0.3.0
21072024-09-07T03:25:16.367Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
21082024-09-07T03:25:17.653Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21092024-09-07T03:25:18.582Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21102024-09-07T03:25:18.977Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21112024-09-07T03:25:19.636Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
21122024-09-07T03:25:19.805Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21132024-09-07T03:25:21.355Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21142024-09-07T03:25:22.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.88s
21152024-09-07T03:25:22.178Z
21162024-09-07T03:25:22.178Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
21172024-09-07T03:25:22.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182024-09-07T03:25:22.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192024-09-07T03:25:22.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202024-09-07T03:25:22.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21212024-09-07T03:25:22.840Z
21222024-09-07T03:25:22.840Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21232024-09-07T03:25:23.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-09-07T03:25:23.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-09-07T03:25:23.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262024-09-07T03:25:23.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21272024-09-07T03:25:23.498Z
21282024-09-07T03:25:23.498Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21292024-09-07T03:25:24.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302024-09-07T03:25:24.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312024-09-07T03:25:24.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322024-09-07T03:25:24.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21332024-09-07T03:25:24.257Z
21342024-09-07T03:25:24.257Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21352024-09-07T03:25:24.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362024-09-07T03:25:24.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372024-09-07T03:25:24.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382024-09-07T03:25:24.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21392024-09-07T03:25:25.018Z
21402024-09-07T03:25:25.018Zinfo: running `cargo check --bins` on dns-server (39/158)
21412024-09-07T03:25:25.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422024-09-07T03:25:25.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432024-09-07T03:25:25.667Z Compiling parking_lot_core v0.8.6
21442024-09-07T03:25:25.801Z Checking nibble_vec v0.1.0
21452024-09-07T03:25:25.859Z Checking endian-type v0.1.2
21462024-09-07T03:25:25.859Z Checking linked-hash-map v0.5.6
21472024-09-07T03:25:25.859Z Checking quick-error v1.2.3
21482024-09-07T03:25:25.859Z Checking fxhash v0.2.1
21492024-09-07T03:25:25.859Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21502024-09-07T03:25:25.859Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21512024-09-07T03:25:25.883Z Checking resolv-conf v0.7.0
21522024-09-07T03:25:25.944Z Checking hickory-server v0.24.1
21532024-09-07T03:25:25.966Z Checking radix_trie v0.2.1
21542024-09-07T03:25:26.107Z Checking lru-cache v0.1.2
21552024-09-07T03:25:26.245Z Checking hickory-resolver v0.24.1
21562024-09-07T03:25:26.281Z Checking hickory-client v0.24.1
21572024-09-07T03:25:26.477Z Checking parking_lot v0.11.2
21582024-09-07T03:25:26.745Z Checking sled v0.34.7
21592024-09-07T03:25:28.511Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21602024-09-07T03:25:29.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
21612024-09-07T03:25:29.719Z
21622024-09-07T03:25:29.719Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21632024-09-07T03:25:30.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642024-09-07T03:25:30.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652024-09-07T03:25:30.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662024-09-07T03:25:30.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21672024-09-07T03:25:30.356Z
21682024-09-07T03:25:30.356Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21692024-09-07T03:25:30.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702024-09-07T03:25:30.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712024-09-07T03:25:30.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722024-09-07T03:25:30.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21732024-09-07T03:25:30.986Z
21742024-09-07T03:25:30.986Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21752024-09-07T03:25:31.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762024-09-07T03:25:31.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772024-09-07T03:25:31.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782024-09-07T03:25:31.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21792024-09-07T03:25:31.696Z
21802024-09-07T03:25:31.697Zinfo: running `cargo check --bins` on gateway-types (43/158)
21812024-09-07T03:25:32.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822024-09-07T03:25:32.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832024-09-07T03:25:32.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842024-09-07T03:25:32.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21852024-09-07T03:25:32.349Z
21862024-09-07T03:25:32.349Zinfo: running `cargo check --bins` on ipcc (44/158)
21872024-09-07T03:25:32.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882024-09-07T03:25:32.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892024-09-07T03:25:32.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902024-09-07T03:25:32.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21912024-09-07T03:25:33.007Z
21922024-09-07T03:25:33.007Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21932024-09-07T03:25:33.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942024-09-07T03:25:33.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952024-09-07T03:25:33.723Z Compiling rustls-pki-types v1.7.0
21962024-09-07T03:25:33.726Z Compiling match_cfg v0.1.0
21972024-09-07T03:25:33.831Z Checking num-rational v0.4.2
21982024-09-07T03:25:33.837Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21992024-09-07T03:25:33.838Z Compiling slog-json v2.6.1
22002024-09-07T03:25:33.838Z Compiling http v1.1.0
22012024-09-07T03:25:33.838Z Checking num-complex v0.4.6
22022024-09-07T03:25:33.891Z Compiling atomic-waker v1.1.2
22032024-09-07T03:25:33.904Z Compiling hostname v0.3.1
22042024-09-07T03:25:34.069Z Compiling prettyplease v0.2.20
22052024-09-07T03:25:34.153Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22062024-09-07T03:25:34.182Z Compiling slog-bunyan v2.5.0
22072024-09-07T03:25:34.254Z Compiling rustls-webpki v0.102.4
22082024-09-07T03:25:34.369Z Compiling rustls-pemfile v2.1.3
22092024-09-07T03:25:34.381Z Compiling waitgroup v0.1.2
22102024-09-07T03:25:34.397Z Compiling async-stream v0.3.5
22112024-09-07T03:25:34.457Z Compiling toml v0.8.19
22122024-09-07T03:25:34.591Z Compiling newtype-uuid v1.1.0
22132024-09-07T03:25:34.604Z Compiling ipnetwork v0.20.0
22142024-09-07T03:25:34.689Z Compiling serde_path_to_error v0.1.16
22152024-09-07T03:25:34.780Z Checking num v0.4.3
22162024-09-07T03:25:34.815Z Compiling hostname v0.4.0
22172024-09-07T03:25:34.872Z Compiling instant v0.1.12
22182024-09-07T03:25:34.887Z Compiling debug-ignore v1.0.5
22192024-09-07T03:25:35.021Z Compiling semver v0.1.20
22202024-09-07T03:25:35.037Z Checking float-ord v0.3.2
22212024-09-07T03:25:35.058Z Compiling radium v0.7.0
22222024-09-07T03:25:35.176Z Compiling rustls v0.22.4
22232024-09-07T03:25:35.500Z Compiling multer v3.1.0
22242024-09-07T03:25:35.515Z Compiling rustc_version v0.1.7
22252024-09-07T03:25:35.547Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22262024-09-07T03:25:35.648Z Compiling backoff v0.4.0
22272024-09-07T03:25:35.998Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22282024-09-07T03:25:36.015Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22292024-09-07T03:25:36.194Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22302024-09-07T03:25:36.257Z Compiling parse-display v0.10.0
22312024-09-07T03:25:36.321Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322024-09-07T03:25:36.349Z Compiling serde_with v3.9.0
22332024-09-07T03:25:36.497Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22342024-09-07T03:25:36.763Z Compiling macaddr v1.0.1
22352024-09-07T03:25:36.911Z Checking tap v1.0.1
22362024-09-07T03:25:37.086Z Compiling maybe-uninit v2.0.0
22372024-09-07T03:25:37.204Z Checking wyz v0.5.1
22382024-09-07T03:25:37.591Z Compiling newtype_derive v0.1.6
22392024-09-07T03:25:38.649Z Checking password-hash v0.5.0
22402024-09-07T03:25:38.719Z Checking blake2 v0.10.6
22412024-09-07T03:25:38.719Z Compiling bzip2-sys v0.1.11+1.0.8
22422024-09-07T03:25:38.719Z Checking funty v2.0.0
22432024-09-07T03:25:38.719Z Compiling cancel-safe-futures v0.1.5
22442024-09-07T03:25:38.719Z Compiling packed_struct v0.10.1
22452024-09-07T03:25:38.750Z Checking crc-catalog v2.4.0
22462024-09-07T03:25:38.822Z Checking crc v3.2.1
22472024-09-07T03:25:38.862Z Checking argon2 v0.5.3
22482024-09-07T03:25:39.133Z Checking bitvec v1.0.1
22492024-09-07T03:25:39.205Z Compiling packed_struct_codegen v0.10.1
22502024-09-07T03:25:39.546Z Compiling tokio-rustls v0.25.0
22512024-09-07T03:25:39.946Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22522024-09-07T03:25:40.111Z Checking half v2.4.1
22532024-09-07T03:25:40.437Z Compiling cookie v0.18.1
22542024-09-07T03:25:40.534Z Compiling indexmap v1.9.3
22552024-09-07T03:25:40.744Z Checking ciborium-io v0.2.2
22562024-09-07T03:25:40.829Z Checking nodrop v0.1.14
22572024-09-07T03:25:40.856Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22582024-09-07T03:25:40.945Z Checking array-init v0.0.4
22592024-09-07T03:25:41.179Z Checking ciborium-ll v0.2.2
22602024-09-07T03:25:41.697Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22612024-09-07T03:25:41.901Z Checking smallvec v0.6.14
22622024-09-07T03:25:41.983Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22632024-09-07T03:25:42.293Z Checking libsw v3.3.1
22642024-09-07T03:25:42.500Z Compiling derive-where v1.2.7
22652024-09-07T03:25:42.563Z Compiling memoffset v0.9.1
22662024-09-07T03:25:42.733Z Checking indent_write v2.2.0
22672024-09-07T03:25:42.883Z Checking highway v1.2.0
22682024-09-07T03:25:42.924Z Checking swrite v0.1.0
22692024-09-07T03:25:43.042Z Checking hashbrown v0.12.3
22702024-09-07T03:25:43.191Z Checking owo-colors v4.0.0
22712024-09-07T03:25:43.306Z Checking linear-map v1.2.0
22722024-09-07T03:25:43.636Z Checking bitfield v0.14.0
22732024-09-07T03:25:43.914Z Checking env_logger v0.10.2
22742024-09-07T03:25:43.940Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22752024-09-07T03:25:44.325Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22762024-09-07T03:25:44.727Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22772024-09-07T03:25:45.202Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22782024-09-07T03:25:45.303Z Checking serde-hex v0.1.0
22792024-09-07T03:25:45.332Z Checking steno v0.4.1
22802024-09-07T03:25:45.359Z Checking bzip2 v0.4.4
22812024-09-07T03:25:45.582Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22822024-09-07T03:25:46.142Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22832024-09-07T03:25:46.192Z Checking ciborium v0.2.2
22842024-09-07T03:25:46.943Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22852024-09-07T03:25:47.107Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22862024-09-07T03:25:47.181Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22872024-09-07T03:25:47.654Z Checking ron v0.8.1
22882024-09-07T03:25:48.408Z Checking x509-cert v0.2.5
22892024-09-07T03:25:48.836Z Checking hashbrown v0.13.2
22902024-09-07T03:25:49.798Z Checking crc-any v2.5.0
22912024-09-07T03:25:49.798Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22922024-09-07T03:25:49.858Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22932024-09-07T03:25:49.858Z Checking zip v0.6.6
22942024-09-07T03:25:49.858Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22952024-09-07T03:25:49.858Z Checking path-slash v0.1.5
22962024-09-07T03:25:49.888Z Checking object v0.30.4
22972024-09-07T03:25:49.889Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22982024-09-07T03:25:49.946Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22992024-09-07T03:25:49.950Z Checking nix v0.27.1
23002024-09-07T03:25:49.977Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23012024-09-07T03:25:50.225Z Checking kstat-rs v0.2.4
23022024-09-07T03:25:50.566Z Checking serde-big-array v0.5.1
23032024-09-07T03:25:50.768Z Checking signal-hook-tokio v0.3.1
23042024-09-07T03:25:51.391Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23052024-09-07T03:25:52.302Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23062024-09-07T03:25:54.787Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23072024-09-07T03:25:56.793Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
23082024-09-07T03:25:59.801Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23092024-09-07T03:26:02.038Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23102024-09-07T03:26:02.853Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23112024-09-07T03:26:03.102Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23122024-09-07T03:26:07.444Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23132024-09-07T03:26:08.069Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23142024-09-07T03:26:10.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.63s
23152024-09-07T03:26:10.810Z
23162024-09-07T03:26:10.811Zinfo: running `cargo check --bins` on gateway-api (46/158)
23172024-09-07T03:26:11.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-09-07T03:26:11.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-09-07T03:26:11.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-09-07T03:26:11.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23212024-09-07T03:26:11.464Z
23222024-09-07T03:26:11.464Zinfo: running `cargo check --bins` on oximeter (47/158)
23232024-09-07T03:26:12.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-09-07T03:26:12.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-09-07T03:26:12.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-09-07T03:26:12.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23272024-09-07T03:26:12.116Z
23282024-09-07T03:26:12.116Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23292024-09-07T03:26:12.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-09-07T03:26:12.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-09-07T03:26:12.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-09-07T03:26:12.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23332024-09-07T03:26:12.737Z
23342024-09-07T03:26:12.737Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23352024-09-07T03:26:13.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-09-07T03:26:13.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-09-07T03:26:13.383Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23382024-09-07T03:26:13.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
23392024-09-07T03:26:13.925Z
23402024-09-07T03:26:13.925Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23412024-09-07T03:26:14.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-09-07T03:26:14.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-09-07T03:26:14.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-09-07T03:26:14.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23452024-09-07T03:26:14.568Z
23462024-09-07T03:26:14.568Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23472024-09-07T03:26:15.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-09-07T03:26:15.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-09-07T03:26:15.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502024-09-07T03:26:15.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23512024-09-07T03:26:15.215Z
23522024-09-07T03:26:15.215Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23532024-09-07T03:26:15.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-09-07T03:26:15.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-09-07T03:26:15.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562024-09-07T03:26:15.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23572024-09-07T03:26:15.838Z
23582024-09-07T03:26:15.839Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23592024-09-07T03:26:16.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-09-07T03:26:16.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-09-07T03:26:16.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622024-09-07T03:26:16.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23632024-09-07T03:26:16.496Z
23642024-09-07T03:26:16.496Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23652024-09-07T03:26:17.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-09-07T03:26:17.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-09-07T03:26:17.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-09-07T03:26:17.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23692024-09-07T03:26:17.146Z
23702024-09-07T03:26:17.146Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23712024-09-07T03:26:17.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-09-07T03:26:17.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-09-07T03:26:17.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-09-07T03:26:17.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23752024-09-07T03:26:17.806Z
23762024-09-07T03:26:17.806Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23772024-09-07T03:26:18.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-09-07T03:26:18.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-09-07T03:26:18.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-09-07T03:26:18.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23812024-09-07T03:26:18.456Z
23822024-09-07T03:26:18.456Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23832024-09-07T03:26:19.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-09-07T03:26:19.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-09-07T03:26:19.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-09-07T03:26:19.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23872024-09-07T03:26:19.109Z
23882024-09-07T03:26:19.109Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23892024-09-07T03:26:19.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-09-07T03:26:19.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-09-07T03:26:19.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-09-07T03:26:19.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23932024-09-07T03:26:19.762Z
23942024-09-07T03:26:19.762Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23952024-09-07T03:26:20.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-09-07T03:26:20.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-09-07T03:26:20.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-09-07T03:26:20.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
23992024-09-07T03:26:20.444Z
24002024-09-07T03:26:20.444Zinfo: running `cargo check --bins` on internal-dns (60/158)
24012024-09-07T03:26:21.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-09-07T03:26:21.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-09-07T03:26:21.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-09-07T03:26:21.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24052024-09-07T03:26:21.104Z
24062024-09-07T03:26:21.104Zinfo: running `cargo check --bins` on nexus-client (61/158)
24072024-09-07T03:26:21.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-09-07T03:26:21.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-09-07T03:26:21.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-09-07T03:26:21.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24112024-09-07T03:26:21.773Z
24122024-09-07T03:26:21.773Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
24132024-09-07T03:26:22.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-09-07T03:26:22.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-09-07T03:26:22.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-09-07T03:26:22.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24172024-09-07T03:26:22.439Z
24182024-09-07T03:26:22.439Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
24192024-09-07T03:26:23.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-09-07T03:26:23.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-09-07T03:26:23.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-09-07T03:26:23.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24232024-09-07T03:26:23.064Z
24242024-09-07T03:26:23.064Zinfo: running `cargo check --bins` on nexus-types (64/158)
24252024-09-07T03:26:23.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-09-07T03:26:23.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-09-07T03:26:23.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-09-07T03:26:23.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24292024-09-07T03:26:23.741Z
24302024-09-07T03:26:23.741Zinfo: running `cargo check --bins` on gateway-client (65/158)
24312024-09-07T03:26:24.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-09-07T03:26:24.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-09-07T03:26:24.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-09-07T03:26:24.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24352024-09-07T03:26:24.374Z
24362024-09-07T03:26:24.375Zinfo: running `cargo check --bins` on oxql-types (66/158)
24372024-09-07T03:26:24.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-09-07T03:26:24.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-09-07T03:26:24.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-09-07T03:26:24.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24412024-09-07T03:26:25.028Z
24422024-09-07T03:26:25.028Zinfo: running `cargo check --bins` on update-engine (67/158)
24432024-09-07T03:26:25.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-09-07T03:26:25.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-09-07T03:26:25.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-09-07T03:26:25.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24472024-09-07T03:26:25.667Z
24482024-09-07T03:26:25.667Zinfo: running `cargo check --bins` on sp-sim (68/158)
24492024-09-07T03:26:26.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-09-07T03:26:26.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-09-07T03:26:26.313Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24522024-09-07T03:26:28.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
24532024-09-07T03:26:28.223Z
24542024-09-07T03:26:28.223Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (69/158)
24552024-09-07T03:26:28.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-09-07T03:26:28.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-09-07T03:26:28.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-09-07T03:26:28.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24592024-09-07T03:26:28.933Z
24602024-09-07T03:26:28.933Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/158)
24612024-09-07T03:26:29.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-09-07T03:26:29.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-09-07T03:26:29.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-09-07T03:26:29.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
24652024-09-07T03:26:29.655Z
24662024-09-07T03:26:29.655Zinfo: running `cargo check --bins` on db-macros (71/158)
24672024-09-07T03:26:30.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-09-07T03:26:30.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-09-07T03:26:30.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-09-07T03:26:30.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24712024-09-07T03:26:30.285Z
24722024-09-07T03:26:30.285Zinfo: running `cargo check --bins` on nexus-macros-common (72/158)
24732024-09-07T03:26:30.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-09-07T03:26:30.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-09-07T03:26:30.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-09-07T03:26:30.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24772024-09-07T03:26:30.920Z
24782024-09-07T03:26:30.920Zinfo: running `cargo check --bins` on nexus-auth (73/158)
24792024-09-07T03:26:31.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-09-07T03:26:31.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-09-07T03:26:31.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-09-07T03:26:31.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24832024-09-07T03:26:31.619Z
24842024-09-07T03:26:31.619Zinfo: running `cargo check --bins` on authz-macros (74/158)
24852024-09-07T03:26:32.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-09-07T03:26:32.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-09-07T03:26:32.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-09-07T03:26:32.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24892024-09-07T03:26:32.243Z
24902024-09-07T03:26:32.244Zinfo: running `cargo check --bins` on nexus-db-fixed-data (75/158)
24912024-09-07T03:26:32.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-09-07T03:26:32.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-09-07T03:26:32.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-09-07T03:26:32.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24952024-09-07T03:26:32.918Z
24962024-09-07T03:26:32.918Zinfo: running `cargo check --bins` on nexus-db-model (76/158)
24972024-09-07T03:26:33.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-09-07T03:26:33.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-09-07T03:26:33.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-09-07T03:26:33.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25012024-09-07T03:26:33.593Z
25022024-09-07T03:26:33.593Zinfo: running `cargo check --bins` on nexus-defaults (77/158)
25032024-09-07T03:26:34.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-09-07T03:26:34.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-09-07T03:26:34.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-09-07T03:26:34.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25072024-09-07T03:26:34.242Z
25082024-09-07T03:26:34.242Zinfo: running `cargo check --bins` on sled-agent-client (78/158)
25092024-09-07T03:26:34.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-09-07T03:26:34.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-09-07T03:26:34.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-09-07T03:26:34.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25132024-09-07T03:26:34.913Z
25142024-09-07T03:26:34.913Zinfo: running `cargo check --bins` on nexus-inventory (79/158)
25152024-09-07T03:26:35.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-09-07T03:26:35.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-09-07T03:26:35.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-09-07T03:26:35.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25192024-09-07T03:26:35.585Z
25202024-09-07T03:26:35.585Zinfo: running `cargo check --bins` on typed-rng (80/158)
25212024-09-07T03:26:36.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-09-07T03:26:36.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-09-07T03:26:36.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-09-07T03:26:36.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25252024-09-07T03:26:36.209Z
25262024-09-07T03:26:36.209Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/158)
25272024-09-07T03:26:36.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-09-07T03:26:36.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-09-07T03:26:36.954Z Compiling rayon-core v1.12.1
25302024-09-07T03:26:36.956Z Compiling crossbeam-deque v0.8.5
25312024-09-07T03:26:37.052Z Compiling curve25519-dalek v4.1.3
25322024-09-07T03:26:37.062Z Compiling unicase v2.7.0
25332024-09-07T03:26:37.065Z Checking keccak v0.1.5
25342024-09-07T03:26:37.071Z Compiling same-file v1.0.6
25352024-09-07T03:26:37.073Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25362024-09-07T03:26:37.082Z Compiling tempfile v3.10.1
25372024-09-07T03:26:37.363Z Checking sha3 v0.10.8
25382024-09-07T03:26:37.366Z Compiling walkdir v2.5.0
25392024-09-07T03:26:37.417Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402024-09-07T03:26:37.585Z Compiling thiserror-impl-no-std v2.0.2
25412024-09-07T03:26:37.736Z Checking universal-hash v0.5.1
25422024-09-07T03:26:37.763Z Checking secrecy v0.8.0
25432024-09-07T03:26:37.780Z Compiling blake3 v1.5.1
25442024-09-07T03:26:37.939Z Compiling ring v0.16.20
25452024-09-07T03:26:37.942Z Compiling curve25519-dalek-derive v0.1.1
25462024-09-07T03:26:37.969Z Checking opaque-debug v0.3.1
25472024-09-07T03:26:37.985Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25482024-09-07T03:26:38.055Z Checking poly1305 v0.8.0
25492024-09-07T03:26:38.124Z Compiling rayon v1.10.0
25502024-09-07T03:26:38.291Z Checking chacha20 v0.9.1
25512024-09-07T03:26:38.534Z Checking aead v0.5.2
25522024-09-07T03:26:38.612Z Compiling memmap2 v0.9.4
25532024-09-07T03:26:38.753Z Compiling spin v0.5.2
25542024-09-07T03:26:38.972Z Compiling libefi-sys v0.1.0
25552024-09-07T03:26:38.988Z Compiling untrusted v0.7.1
25562024-09-07T03:26:39.032Z Compiling constant_time_eq v0.3.0
25572024-09-07T03:26:39.049Z Compiling home v0.5.9
25582024-09-07T03:26:39.156Z Compiling arrayref v0.3.7
25592024-09-07T03:26:39.211Z Compiling arrayvec v0.7.4
25602024-09-07T03:26:39.252Z Compiling toolchain_find v0.4.0
25612024-09-07T03:26:39.294Z Checking chacha20poly1305 v0.10.1
25622024-09-07T03:26:39.594Z Compiling camino-tempfile v1.1.1
25632024-09-07T03:26:39.610Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25642024-09-07T03:26:39.872Z Compiling bitfield-struct v0.6.1
25652024-09-07T03:26:39.898Z Compiling topological-sort v0.2.2
25662024-09-07T03:26:40.031Z Compiling mime_guess v2.0.4
25672024-09-07T03:26:40.127Z Compiling rustfmt-wrapper v0.2.1
25682024-09-07T03:26:40.542Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25692024-09-07T03:26:40.678Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25702024-09-07T03:26:40.696Z Checking thiserror-no-std v2.0.2
25712024-09-07T03:26:40.798Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25722024-09-07T03:26:40.918Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25732024-09-07T03:26:41.206Z Checking gethostname v0.5.0
25742024-09-07T03:26:41.317Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25752024-09-07T03:26:41.319Z Checking vsss-rs v3.3.4
25762024-09-07T03:26:41.366Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25772024-09-07T03:26:41.380Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25782024-09-07T03:26:41.910Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25792024-09-07T03:26:41.925Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25802024-09-07T03:26:42.036Z Checking nanorand v0.7.0
25812024-09-07T03:26:42.181Z Checking http-range v0.1.5
25822024-09-07T03:26:42.392Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25832024-09-07T03:26:42.409Z Checking glob v0.3.1
25842024-09-07T03:26:42.525Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25852024-09-07T03:26:42.723Z Checking flume v0.11.0
25862024-09-07T03:26:42.751Z Checking hyper-staticfile v0.9.5
25872024-09-07T03:26:43.158Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25882024-09-07T03:26:43.224Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25892024-09-07T03:26:43.253Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902024-09-07T03:26:43.615Z Compiling omicron-zone-package v0.11.0
25912024-09-07T03:26:43.780Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25922024-09-07T03:26:44.408Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25932024-09-07T03:26:44.760Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
25942024-09-07T03:26:45.150Z Checking itertools v0.13.0
25952024-09-07T03:26:45.482Z Checking display-error-chain v0.2.1
25962024-09-07T03:26:47.257Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25972024-09-07T03:26:47.761Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25982024-09-07T03:26:49.807Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25992024-09-07T03:26:49.810Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26002024-09-07T03:26:59.502Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26012024-09-07T03:27:10.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.49s
26022024-09-07T03:27:10.875Z
26032024-09-07T03:27:10.875Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/158)
26042024-09-07T03:27:11.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-09-07T03:27:11.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-09-07T03:27:11.624Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26072024-09-07T03:27:22.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
26082024-09-07T03:27:23.068Z
26092024-09-07T03:27:23.068Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/158)
26102024-09-07T03:27:23.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-09-07T03:27:23.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-09-07T03:27:23.815Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26132024-09-07T03:27:35.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
26142024-09-07T03:27:35.394Z
26152024-09-07T03:27:35.394Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/158)
26162024-09-07T03:27:36.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-09-07T03:27:36.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-09-07T03:27:36.132Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26192024-09-07T03:27:47.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.02s
26202024-09-07T03:27:47.591Z
26212024-09-07T03:27:47.591Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/158)
26222024-09-07T03:27:48.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26232024-09-07T03:27:48.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26242024-09-07T03:27:48.346Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26252024-09-07T03:27:59.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s
26262024-09-07T03:27:59.863Z
26272024-09-07T03:27:59.863Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/158)
26282024-09-07T03:28:00.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-09-07T03:28:00.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-09-07T03:28:00.614Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26312024-09-07T03:28:11.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s
26322024-09-07T03:28:12.050Z
26332024-09-07T03:28:12.050Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/158)
26342024-09-07T03:28:12.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-09-07T03:28:12.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-09-07T03:28:12.802Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26372024-09-07T03:28:24.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s
26382024-09-07T03:28:24.314Z
26392024-09-07T03:28:24.314Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/158)
26402024-09-07T03:28:24.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-09-07T03:28:24.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-09-07T03:28:25.066Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26432024-09-07T03:28:36.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.15s
26442024-09-07T03:28:36.637Z
26452024-09-07T03:28:36.637Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/158)
26462024-09-07T03:28:37.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-09-07T03:28:37.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-09-07T03:28:37.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-09-07T03:28:37.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26502024-09-07T03:28:37.323Z
26512024-09-07T03:28:37.323Zinfo: running `cargo check --bins` on sled-agent-types (90/158)
26522024-09-07T03:28:37.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-09-07T03:28:37.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-09-07T03:28:37.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552024-09-07T03:28:37.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26562024-09-07T03:28:37.996Z
26572024-09-07T03:28:37.996Zinfo: running `cargo check --bins` on bootstrap-agent-client (91/158)
26582024-09-07T03:28:38.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592024-09-07T03:28:38.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602024-09-07T03:28:38.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612024-09-07T03:28:38.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26622024-09-07T03:28:38.660Z
26632024-09-07T03:28:38.660Zinfo: running `cargo check --bins` on dpd-client (92/158)
26642024-09-07T03:28:39.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-09-07T03:28:39.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-09-07T03:28:39.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-09-07T03:28:39.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26682024-09-07T03:28:39.302Z
26692024-09-07T03:28:39.302Zinfo: running `cargo check --bins` on installinator-common (93/158)
26702024-09-07T03:28:39.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-09-07T03:28:39.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-09-07T03:28:39.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-09-07T03:28:39.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26742024-09-07T03:28:39.988Z
26752024-09-07T03:28:39.988Zinfo: running `cargo check --bins` on key-manager (94/158)
26762024-09-07T03:28:40.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-09-07T03:28:40.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-09-07T03:28:40.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-09-07T03:28:40.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26802024-09-07T03:28:40.641Z
26812024-09-07T03:28:40.641Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26822024-09-07T03:28:41.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-09-07T03:28:41.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-09-07T03:28:41.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-09-07T03:28:41.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26862024-09-07T03:28:41.315Z
26872024-09-07T03:28:41.315Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26882024-09-07T03:28:41.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-09-07T03:28:41.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-09-07T03:28:41.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912024-09-07T03:28:41.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26922024-09-07T03:28:41.988Z
26932024-09-07T03:28:41.988Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26942024-09-07T03:28:42.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-09-07T03:28:42.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-09-07T03:28:42.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972024-09-07T03:28:42.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26982024-09-07T03:28:42.653Z
26992024-09-07T03:28:42.653Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
27002024-09-07T03:28:43.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-09-07T03:28:43.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-09-07T03:28:43.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-09-07T03:28:43.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27042024-09-07T03:28:43.321Z
27052024-09-07T03:28:43.321Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
27062024-09-07T03:28:43.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-09-07T03:28:43.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-09-07T03:28:43.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092024-09-07T03:28:43.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27102024-09-07T03:28:43.988Z
27112024-09-07T03:28:43.988Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
27122024-09-07T03:28:44.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-09-07T03:28:44.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-09-07T03:28:44.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152024-09-07T03:28:44.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27162024-09-07T03:28:44.670Z
27172024-09-07T03:28:44.670Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
27182024-09-07T03:28:45.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-09-07T03:28:45.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-09-07T03:28:45.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212024-09-07T03:28:45.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27222024-09-07T03:28:45.346Z
27232024-09-07T03:28:45.346Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27242024-09-07T03:28:45.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-09-07T03:28:45.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-09-07T03:28:46.047Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27272024-09-07T03:28:46.048Z Checking bcs v0.1.6
27282024-09-07T03:28:46.048Z Compiling async-recursion v1.1.1
27292024-09-07T03:28:46.052Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27302024-09-07T03:28:46.052Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27312024-09-07T03:28:47.096Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27322024-09-07T03:28:50.274Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27332024-09-07T03:28:51.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.60s
27342024-09-07T03:28:52.109Z
27352024-09-07T03:28:52.109Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27362024-09-07T03:28:52.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372024-09-07T03:28:52.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382024-09-07T03:28:52.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392024-09-07T03:28:52.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27402024-09-07T03:28:52.759Z
27412024-09-07T03:28:52.759Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27422024-09-07T03:28:53.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432024-09-07T03:28:53.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442024-09-07T03:28:53.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452024-09-07T03:28:53.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27462024-09-07T03:28:53.411Z
27472024-09-07T03:28:53.411Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27482024-09-07T03:28:53.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492024-09-07T03:28:54.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502024-09-07T03:28:54.072Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27512024-09-07T03:28:54.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
27522024-09-07T03:28:54.798Z
27532024-09-07T03:28:54.798Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27542024-09-07T03:28:55.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552024-09-07T03:28:55.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562024-09-07T03:28:55.480Z Compiling cfg_aliases v0.1.1
27572024-09-07T03:28:55.480Z Compiling vte_generate_state_changes v0.1.1
27582024-09-07T03:28:55.482Z Checking fd-lock v4.0.2
27592024-09-07T03:28:55.482Z Checking bytecount v0.6.8
27602024-09-07T03:28:55.482Z Compiling tabled_derive v0.7.0
27612024-09-07T03:28:55.482Z Checking crossterm v0.27.0
27622024-09-07T03:28:55.574Z Compiling peg-macros v0.8.4
27632024-09-07T03:28:55.584Z Compiling sqlparser_derive v0.2.2
27642024-09-07T03:28:55.655Z Compiling nix v0.28.0
27652024-09-07T03:28:55.724Z Checking papergrid v0.11.0
27662024-09-07T03:28:55.739Z Checking nu-ansi-term v0.50.0
27672024-09-07T03:28:56.126Z Checking unicode_categories v0.1.1
27682024-09-07T03:28:56.229Z Checking vte v0.11.1
27692024-09-07T03:28:56.447Z Checking home v0.5.9
27702024-09-07T03:28:56.596Z Checking sqlformat v0.2.4
27712024-09-07T03:28:56.797Z Checking sqlparser v0.45.0
27722024-09-07T03:28:57.140Z Checking crossterm v0.28.1
27732024-09-07T03:28:57.606Z Checking strip-ansi-escapes v0.2.0
27742024-09-07T03:28:57.766Z Checking reedline v0.33.0
27752024-09-07T03:28:58.083Z Checking tabled v0.15.0
27762024-09-07T03:28:58.697Z Checking peg v0.8.4
27772024-09-07T03:28:58.922Z Checking rustyline v14.0.0
27782024-09-07T03:29:03.274Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27792024-09-07T03:29:08.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
27802024-09-07T03:29:08.446Z
27812024-09-07T03:29:08.446Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27822024-09-07T03:29:09.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-09-07T03:29:09.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-09-07T03:29:09.120Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27852024-09-07T03:29:14.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
27862024-09-07T03:29:14.399Z
27872024-09-07T03:29:14.399Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27882024-09-07T03:29:14.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-09-07T03:29:15.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-09-07T03:29:15.074Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27912024-09-07T03:29:19.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
27922024-09-07T03:29:20.142Z
27932024-09-07T03:29:20.142Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27942024-09-07T03:29:20.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-09-07T03:29:20.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-09-07T03:29:20.813Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27972024-09-07T03:29:24.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
27982024-09-07T03:29:25.017Z
27992024-09-07T03:29:25.017Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
28002024-09-07T03:29:25.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-09-07T03:29:25.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-09-07T03:29:25.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-09-07T03:29:25.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28042024-09-07T03:29:25.672Z
28052024-09-07T03:29:25.672Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
28062024-09-07T03:29:26.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-09-07T03:29:26.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-09-07T03:29:26.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-09-07T03:29:26.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28102024-09-07T03:29:26.304Z
28112024-09-07T03:29:26.304Zinfo: running `cargo check --bins` on installinator-client (112/158)
28122024-09-07T03:29:26.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-09-07T03:29:26.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-09-07T03:29:26.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-09-07T03:29:26.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28162024-09-07T03:29:26.969Z
28172024-09-07T03:29:26.969Zinfo: running `cargo check --bins` on oxide-client (113/158)
28182024-09-07T03:29:27.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-09-07T03:29:27.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-09-07T03:29:27.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212024-09-07T03:29:27.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28222024-09-07T03:29:27.609Z
28232024-09-07T03:29:27.610Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28242024-09-07T03:29:28.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-09-07T03:29:28.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-09-07T03:29:28.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-09-07T03:29:28.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28282024-09-07T03:29:28.300Z
28292024-09-07T03:29:28.300Zinfo: running `cargo check --bins` on wicket-common (115/158)
28302024-09-07T03:29:28.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-09-07T03:29:28.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-09-07T03:29:28.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-09-07T03:29:28.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28342024-09-07T03:29:28.978Z
28352024-09-07T03:29:28.978Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28362024-09-07T03:29:29.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-09-07T03:29:29.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-09-07T03:29:29.651Z Checking csv-core v0.1.11
28392024-09-07T03:29:29.654Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28402024-09-07T03:29:29.952Z Checking csv v1.3.0
28412024-09-07T03:29:30.474Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28422024-09-07T03:29:30.818Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28432024-09-07T03:29:32.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28442024-09-07T03:29:32.155Z
28452024-09-07T03:29:32.155Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28462024-09-07T03:29:32.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-09-07T03:29:32.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-09-07T03:29:32.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-09-07T03:29:32.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28502024-09-07T03:29:32.806Z
28512024-09-07T03:29:32.806Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28522024-09-07T03:29:33.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-09-07T03:29:33.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-09-07T03:29:33.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-09-07T03:29:33.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28562024-09-07T03:29:33.456Z
28572024-09-07T03:29:33.456Zinfo: running `cargo check --bins` on cert-dev (119/158)
28582024-09-07T03:29:34.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-09-07T03:29:34.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-09-07T03:29:34.076Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28612024-09-07T03:29:34.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28622024-09-07T03:29:34.469Z
28632024-09-07T03:29:34.469Zinfo: running `cargo check --bins` on ch-dev (120/158)
28642024-09-07T03:29:35.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-09-07T03:29:35.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-09-07T03:29:35.147Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28672024-09-07T03:29:35.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
28682024-09-07T03:29:35.985Z
28692024-09-07T03:29:35.985Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28702024-09-07T03:29:36.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-09-07T03:29:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-09-07T03:29:36.663Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28732024-09-07T03:29:36.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
28742024-09-07T03:29:37.145Z
28752024-09-07T03:29:37.145Zinfo: running `cargo check --bins` on db-dev (122/158)
28762024-09-07T03:29:37.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-09-07T03:29:37.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-09-07T03:29:37.821Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28792024-09-07T03:29:38.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
28802024-09-07T03:29:38.680Z
28812024-09-07T03:29:38.680Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28822024-09-07T03:29:39.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-09-07T03:29:39.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-09-07T03:29:39.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-09-07T03:29:39.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28862024-09-07T03:29:39.349Z
28872024-09-07T03:29:39.349Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28882024-09-07T03:29:39.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-09-07T03:29:39.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-09-07T03:29:39.981Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28912024-09-07T03:29:40.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
28922024-09-07T03:29:40.952Z
28932024-09-07T03:29:40.952Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28942024-09-07T03:29:41.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-09-07T03:29:41.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-09-07T03:29:41.694Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28972024-09-07T03:29:42.465Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28982024-09-07T03:29:42.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
28992024-09-07T03:29:42.995Z
29002024-09-07T03:29:42.995Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
29012024-09-07T03:29:43.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-09-07T03:29:43.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-09-07T03:29:43.805Z Compiling glob v0.3.1
29042024-09-07T03:29:43.808Z Compiling crunchy v0.2.2
29052024-09-07T03:29:43.808Z Compiling tiny-keccak v2.0.2
29062024-09-07T03:29:43.808Z Compiling dsl_auto_type v0.1.2
29072024-09-07T03:29:43.921Z Checking scheduled-thread-pool v0.2.7
29082024-09-07T03:29:43.923Z Compiling diesel_table_macro_syntax v0.2.0
29092024-09-07T03:29:43.959Z Compiling ascii-canvas v3.0.0
29102024-09-07T03:29:43.974Z Compiling ena v0.14.3
29112024-09-07T03:29:44.161Z Checking r2d2 v0.8.10
29122024-09-07T03:29:44.209Z Compiling libloading v0.8.3
29132024-09-07T03:29:44.380Z Compiling regex-syntax v0.6.29
29142024-09-07T03:29:44.380Z Compiling diff v0.1.13
29152024-09-07T03:29:44.461Z Compiling bindgen v0.69.4
29162024-09-07T03:29:44.500Z Compiling which v4.4.2
29172024-09-07T03:29:44.657Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29182024-09-07T03:29:44.827Z Compiling clang-sys v1.7.0
29192024-09-07T03:29:44.881Z Compiling cexpr v0.6.0
29202024-09-07T03:29:45.046Z Compiling lazycell v1.3.0
29212024-09-07T03:29:45.124Z Compiling ref-cast v1.0.23
29222024-09-07T03:29:45.220Z Compiling shlex v1.3.0
29232024-09-07T03:29:45.236Z Compiling rustc-hash v1.1.0
29242024-09-07T03:29:45.271Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29252024-09-07T03:29:45.395Z Compiling derive_builder_core v0.20.0
29262024-09-07T03:29:45.533Z Compiling diesel_derives v2.2.2
29272024-09-07T03:29:45.561Z Compiling libxml v0.3.3
29282024-09-07T03:29:45.687Z Compiling ref-cast-impl v1.0.23
29292024-09-07T03:29:45.734Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29302024-09-07T03:29:45.997Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29312024-09-07T03:29:46.232Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29322024-09-07T03:29:46.530Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29332024-09-07T03:29:46.698Z Compiling strum_macros v0.24.3
29342024-09-07T03:29:46.894Z Compiling dropshot v0.10.1
29352024-09-07T03:29:47.013Z Compiling indoc v1.0.9
29362024-09-07T03:29:47.861Z Compiling lalrpop v0.19.12
29372024-09-07T03:29:48.047Z Compiling derive_builder_macro v0.20.0
29382024-09-07T03:29:48.950Z Checking derive_builder v0.20.0
29392024-09-07T03:29:49.140Z Checking tungstenite v0.23.0
29402024-09-07T03:29:49.534Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29412024-09-07T03:29:49.844Z Compiling dropshot_endpoint v0.10.1
29422024-09-07T03:29:50.057Z Compiling oso-derive v0.27.3
29432024-09-07T03:29:50.126Z Compiling impl-trait-for-tuples v0.2.2
29442024-09-07T03:29:50.321Z Checking quick-xml v0.33.0
29452024-09-07T03:29:51.161Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29462024-09-07T03:29:51.489Z Checking maplit v1.0.2
29472024-09-07T03:29:51.668Z Checking tokio-tungstenite v0.23.1
29482024-09-07T03:29:52.151Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29492024-09-07T03:29:52.409Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29502024-09-07T03:29:52.739Z Compiling const_format_proc_macros v0.2.32
29512024-09-07T03:29:53.916Z Checking bb8 v0.8.5
29522024-09-07T03:29:54.442Z Checking crossbeam-deque v0.8.5
29532024-09-07T03:29:54.751Z Compiling portable-atomic v1.6.0
29542024-09-07T03:29:54.942Z Checking const_format v0.2.32
29552024-09-07T03:29:55.434Z Checking rayon-core v1.12.1
29562024-09-07T03:29:55.728Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29572024-09-07T03:29:55.859Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29582024-09-07T03:29:56.150Z Checking castaway v0.2.3
29592024-09-07T03:29:56.194Z Checking rayon v1.10.0
29602024-09-07T03:29:56.325Z Checking compact_str v0.8.0
29612024-09-07T03:29:57.797Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622024-09-07T03:29:57.909Z Checking unicode-truncate v1.0.0
29632024-09-07T03:29:58.087Z Checking lru v0.12.3
29642024-09-07T03:29:58.160Z Compiling instability v0.3.2
29652024-09-07T03:29:58.272Z Checking diesel v2.2.3
29662024-09-07T03:29:58.304Z Checking unicode-linebreak v0.1.5
29672024-09-07T03:29:58.381Z Checking smawk v0.3.2
29682024-09-07T03:29:58.558Z Checking cassowary v0.3.0
29692024-09-07T03:29:58.589Z Checking number_prefix v0.4.0
29702024-09-07T03:29:58.714Z Checking textwrap v0.16.1
29712024-09-07T03:29:58.816Z Checking multimap v0.10.0
29722024-09-07T03:29:59.273Z Checking ratatui v0.28.0
29732024-09-07T03:30:00.060Z Checking indicatif v0.17.8
29742024-09-07T03:30:21.382Z Compiling samael v0.0.17
29752024-09-07T03:30:32.797Z Compiling polar-core v0.27.3
29762024-09-07T03:30:34.034Z Checking async-bb8-diesel v0.2.1
29772024-09-07T03:30:39.644Z Checking oso v0.27.3
29782024-09-07T03:31:16.224Zerror[E0308]: mismatched types
29792024-09-07T03:31:16.224Z --> nexus/auth/src/authn/silos.rs:110:65
29802024-09-07T03:31:16.224Z |
29812024-09-07T03:31:16.224Z110 | authn_request.signed_redirect(&encoded_relay_state, &key)
29822024-09-07T03:31:16.224Z | --------------- ^^^^ expected `PKey<Private>`, found `&Vec<u8>`
29832024-09-07T03:31:16.224Z | |
29842024-09-07T03:31:16.224Z | arguments to this method are incorrect
29852024-09-07T03:31:16.224Z |
29862024-09-07T03:31:16.224Z = note: expected struct `PKey<Private>`
29872024-09-07T03:31:16.224Z found reference `&Vec<u8>`
29882024-09-07T03:31:16.224Znote: method defined here
29892024-09-07T03:31:16.224Z --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/src/service_provider/mod.rs:555:12
29902024-09-07T03:31:16.224Z |
29912024-09-07T03:31:16.224Z555 | pub fn signed_redirect(
29922024-09-07T03:31:16.224Z | ^^^^^^^^^^^^^^^
29932024-09-07T03:31:16.224Z
29942024-09-07T03:31:16.240Zerror[E0308]: mismatched types
29952024-09-07T03:31:16.240Z --> nexus/auth/src/authn/silos.rs:298:13
29962024-09-07T03:31:16.240Z |
29972024-09-07T03:31:16.240Z297 | let signature_algorithm: String =
29982024-09-07T03:31:16.240Z | ------ expected due to this
29992024-09-07T03:31:16.240Z298 | assertion_signature.signed_info.signature_method.algorithm;
30002024-09-07T03:31:16.240Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `String`, found `SignatureAlgorithm`
30012024-09-07T03:31:16.240Z
30022024-09-07T03:31:17.174ZFor more information about this error, try `rustc --explain E0308`.
30032024-09-07T03:31:17.224Zerror: could not compile `nexus-auth` (lib) due to 2 previous errors
30042024-09-07T03:31:17.414Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
30052024-09-07T03:31:17.417ZError: cargo-hack install failed: exit status: 1
30062024-09-07T03:31:17.419Z
30072024-09-07T03:31:17.419Zreal 7:46.572127458
30082024-09-07T03:31:17.419Zuser 19:27.490461927
30092024-09-07T03:31:17.419Zsys 4:07.957713675
30102024-09-07T03:31:17.419Ztrap 0.442920831
30112024-09-07T03:31:17.419Ztflt 2.369909718
30122024-09-07T03:31:17.419Zdflt 1.779965145
30132024-09-07T03:31:17.419Zkflt 0.002087026
30142024-09-07T03:31:17.419Zlock 31:50.027091305
30152024-09-07T03:31:17.419Zslp 1:29:41.844218642
30162024-09-07T03:31:17.419Zlat 51.690767251
30172024-09-07T03:31:17.419Zstop 2:33.086677006
30182024-09-07T03:31:17.422Zprocess exited: duration 788832 ms, exit code 1
 
30192024-09-07T03:31:17.428Zfound 0 output files