01J7BW4JDMWV1F3E13H487Q5B5: 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: 01J7BW4V2MKQ2EVKRC7MFV5B92

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-09T17:09:22.031Zjob assigned to worker 01J7BW4TPVC2255MQQ1SXTD079 (queued for 33 s)
 
22024-09-09T17:09:22.195Zstarting task 0: "setup"
32024-09-09T17:09:22.220Z++ uname -s
42024-09-09T17:09:22.220Z+ kern=SunOS
52024-09-09T17:09:22.220Z+ case "$kern" in
62024-09-09T17:09:22.220Z+ groupadd -g 12345 build
72024-09-09T17:09:22.220Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-09T17:09:24.227Z+ zfs create -o mountpoint=/work rpool/work
92024-09-09T17:09:24.263Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-09T17:09:24.287Z+ home_fs=zfs
112024-09-09T17:09:24.287Z+ [[ zfs == autofs ]]
122024-09-09T17:09:24.287Z+ mkdir -p /home/build
132024-09-09T17:09:24.287Z+ chown build:build /home/build /work
142024-09-09T17:09:26.273Z+ chmod 0700 /home/build /work
152024-09-09T17:09:26.307Zprocess exited: duration 4082 ms, exit code 0
 
162024-09-09T17:09:26.357Zstarting task 1: "rust-toolchain"
172024-09-09T17:09:26.383Z+ printf ' * toolchain channel = "%s"
182024-09-09T17:09:26.383Z * toolchain channel = "1.80.1"
192024-09-09T17:09:26.383Z' 1.80.1
202024-09-09T17:09:26.383Z+ printf ' * toolchain profile = "%s"
212024-09-09T17:09:26.383Z' default
222024-09-09T17:09:26.383Z * toolchain profile = "default"
232024-09-09T17:09:26.383Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-09T17:09:26.383Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-09T17:09:26.504Zinfo: downloading installer
262024-09-09T17:09:27.141Zinfo: profile set to 'default'
272024-09-09T17:09:27.141Zinfo: default host triple is x86_64-unknown-illumos
282024-09-09T17:09:27.165Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-09T17:09:27.310Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-09T17:09:27.310Zinfo: downloading component 'cargo'
312024-09-09T17:09:27.673Zinfo: downloading component 'clippy'
322024-09-09T17:09:27.839Zinfo: downloading component 'rust-docs'
332024-09-09T17:09:28.528Zinfo: downloading component 'rust-std'
342024-09-09T17:09:29.435Zinfo: downloading component 'rustc'
352024-09-09T17:09:31.242Zinfo: downloading component 'rustfmt'
362024-09-09T17:09:31.335Zinfo: installing component 'cargo'
372024-09-09T17:09:32.444Zinfo: installing component 'clippy'
382024-09-09T17:09:32.889Zinfo: installing component 'rust-docs'
392024-09-09T17:09:35.613Zinfo: installing component 'rust-std'
402024-09-09T17:09:37.595Zinfo: installing component 'rustc'
412024-09-09T17:09:42.551Zinfo: installing component 'rustfmt'
422024-09-09T17:09:42.931Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-09T17:09:42.931Z
442024-09-09T17:09:43.050Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-09T17:09:43.051Z
462024-09-09T17:09:43.074Z
472024-09-09T17:09:43.074ZRust is installed now. Great!
482024-09-09T17:09:43.074Z
492024-09-09T17:09:43.074ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-09T17:09:43.074Zenvironment variable. This has not been done automatically.
512024-09-09T17:09:43.074Z
522024-09-09T17:09:43.074ZTo configure your current shell, you need to source
532024-09-09T17:09:43.074Zthe corresponding env file under $HOME/.cargo.
542024-09-09T17:09:43.074Z
552024-09-09T17:09:43.074ZThis is usually done by running one of the following (note the leading DOT):
562024-09-09T17:09:43.074Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-09T17:09:43.074Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-09T17:09:43.119Z+ rustc --version
592024-09-09T17:09:43.228Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-09T17:09:43.251Zprocess exited: duration 16877 ms, exit code 0
 
612024-09-09T17:09:43.298Zstarting task 2: "authentication"
622024-09-09T17:09:43.353Zprocess exited: duration 55 ms, exit code 0
 
632024-09-09T17:09:43.400Zstarting task 3: "clone repository"
642024-09-09T17:09:43.424Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-09T17:09:43.424Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-09T17:09:43.447ZCloning into '/work/oxidecomputer/omicron'...
672024-09-09T17:09:49.060Z+ cd /work/oxidecomputer/omicron
682024-09-09T17:09:49.060Z+ git fetch origin be18651bc8c7177760b88d22755695966645f1eb
692024-09-09T17:09:49.479ZFrom https://github.com/oxidecomputer/omicron
702024-09-09T17:09:49.479Z * branch be18651bc8c7177760b88d22755695966645f1eb -> FETCH_HEAD
712024-09-09T17:09:49.503Z+ [[ -n retry-timeseries-to-delete ]]
722024-09-09T17:09:49.503Z++ git branch --show-current
732024-09-09T17:09:49.503Z+ current=main
742024-09-09T17:09:49.503Z+ [[ main != retry-timeseries-to-delete ]]
752024-09-09T17:09:49.503Z+ git branch -f retry-timeseries-to-delete be18651bc8c7177760b88d22755695966645f1eb
762024-09-09T17:09:49.527Z+ git checkout -f retry-timeseries-to-delete
772024-09-09T17:09:49.711ZSwitched to branch 'retry-timeseries-to-delete'
782024-09-09T17:09:49.734Z+ git reset --hard be18651bc8c7177760b88d22755695966645f1eb
792024-09-09T17:09:49.768ZHEAD is now at be18651bc Use retry_notify_ext
802024-09-09T17:09:49.791Zprocess exited: duration 6370 ms, exit code 0
 
812024-09-09T17:09:49.839Zstarting task 4: "build"
822024-09-09T17:09:49.862Z+ cargo --version
832024-09-09T17:09:49.938Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-09T17:09:49.962Z+ rustc --version
852024-09-09T17:09:50.038Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-09T17:09:50.062Z+ source ./env.sh
872024-09-09T17:09:50.062Z++ OLD_SHELL_OPTS=ehxB
882024-09-09T17:09:50.062Z++ set -o xtrace
892024-09-09T17:09:50.062Z++++ dirname ./env.sh
902024-09-09T17:09:50.062Z+++ readlink -f .
912024-09-09T17:09:50.062Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-09T17:09:50.062Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-09T17:09:50.062Z++ 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-09T17:09:50.062Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-09-09T17:09:50.063Z++ 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-09T17:09:50.063Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-09-09T17:09:50.063Z++ 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-09T17:09:50.063Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-09-09T17:09:50.063Z++ 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-09T17:09:50.063Z++ case $OLD_SHELL_OPTS in
1012024-09-09T17:09:50.063Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-09T17:09:50.063Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-09-09T17:09:50.063Z+ 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-09T17:09:50.063Z+ banner prerequisites
1052024-09-09T17:09:50.063Z
1062024-09-09T17:09:50.063Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-09T17:09:50.063Z # # # # # # # # # # # # # # #
1082024-09-09T17:09:50.063Z # # # # ##### # # ##### # # # # # #### #
1092024-09-09T17:09:50.063Z ##### ##### # ##### # # # # # # # # #
1102024-09-09T17:09:50.063Z # # # # # # # # # # # # # # #
1112024-09-09T17:09:50.063Z # # # ###### # # ###### ### # #### # #### #
1122024-09-09T17:09:50.063Z
1132024-09-09T17:09:50.063Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-09T17:09:55.446Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-09T17:09:58.168Z Startup: Caching catalogs ... Done
1162024-09-09T17:10:00.766ZPlanning: Solver setup ... Done (1.955s)
1172024-09-09T17:10:00.800ZPlanning: Running solver ... Done (0.035s)
1182024-09-09T17:10:00.839ZPlanning: Finding local manifests ... Done (0.003s)
1192024-09-09T17:10:00.918ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-09T17:10:01.376ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-09T17:10:01.494ZPlanning: Package planning ... Done (0.120s)
1222024-09-09T17:10:01.563ZPlanning: Merging actions ... Done (0.068s)
1232024-09-09T17:10:01.941ZPlanning: Checking for conflicting actions ... Done (0.378s)
1242024-09-09T17:10:03.001ZPlanning: Consolidating action changes ... Done (1.059s)
1252024-09-09T17:10:03.416ZPlanning: Evaluating mediators ... Done (0.415s)
1262024-09-09T17:10:03.510ZPlanning: Planning completed in 5.28 seconds
1272024-09-09T17:10:03.534Z Packages to install: 4
1282024-09-09T17:10:03.534Z Packages to update: 1
1292024-09-09T17:10:03.534Z Mediators to change: 2
1302024-09-09T17:10:03.534Z Services to change: 1
1312024-09-09T17:10:03.534Z Estimated space available: 148.82 GB
1322024-09-09T17:10:03.534ZEstimated space to be consumed: 1.53 GB
1332024-09-09T17:10:03.534Z Create boot environment: No
1342024-09-09T17:10:03.534ZCreate backup boot environment: Yes
1352024-09-09T17:10:03.534Z Rebuild boot archive: No
1362024-09-09T17:10:03.534Z
1372024-09-09T17:10:03.534ZChanged mediators:
1382024-09-09T17:10:03.534Z mediator clang:
1392024-09-09T17:10:03.534Z version: None -> 15 (system default)
1402024-09-09T17:10:03.534Z
1412024-09-09T17:10:03.534Z mediator llvm:
1422024-09-09T17:10:03.534Z version: 14 (system default) -> 15 (system default)
1432024-09-09T17:10:03.534Z
1442024-09-09T17:10:03.534ZChanged packages:
1452024-09-09T17:10:03.534Zhelios-dev
1462024-09-09T17:10:03.534Z developer/build-essential
1472024-09-09T17:10:03.534Z None -> 11-2.0
1482024-09-09T17:10:03.534Z library/libxmlsec1
1492024-09-09T17:10:03.534Z None -> 1.2.35-2.0
1502024-09-09T17:10:03.534Z ooce/developer/clang-15
1512024-09-09T17:10:03.535Z None -> 15.0.7-2.0
1522024-09-09T17:10:03.535Z ooce/developer/llvm-15
1532024-09-09T17:10:03.535Z None -> 15.0.7-2.0
1542024-09-09T17:10:03.535Z package/pkg
1552024-09-09T17:10:03.535Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-09T17:10:03.535Z
1572024-09-09T17:10:03.535ZServices:
1582024-09-09T17:10:03.535Z restart_fmri:
1592024-09-09T17:10:03.535Z svc:/system/update-man-index:default
1602024-09-09T17:10:03.535Z
1612024-09-09T17:10:03.535ZEditable files to change:
1622024-09-09T17:10:03.535Z Update:
1632024-09-09T17:10:03.535Z usr/share/lib/pkg/web/config.shtml
1642024-09-09T17:10:03.597Z
1652024-09-09T17:10:03.597ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-09T17:10:08.597ZDownload: 481/4281 items 17.1/220.6MB 7% complete (3.6M/s)
1672024-09-09T17:10:13.600ZDownload: 1140/4281 items 36.1/220.6MB 16% complete (3.5M/s)
1682024-09-09T17:10:18.607ZDownload: 1196/4281 items 66.8/220.6MB 30% complete (5.1M/s)
1692024-09-09T17:10:23.612ZDownload: 1265/4281 items 107.6/220.6MB 48% complete (7.1M/s)
1702024-09-09T17:10:30.086ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (5.4M/s)
1712024-09-09T17:10:35.088ZDownload: 2823/4281 items 120.8/220.6MB 54% complete (347k/s)
1722024-09-09T17:10:40.089ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1732024-09-09T17:10:45.091ZDownload: 3412/4281 items 213.5/220.6MB 96% complete (9.2M/s)
1742024-09-09T17:10:48.190ZDownload: Completed 220.60 MB in 44.59 seconds (5.0M/s)
1752024-09-09T17:10:49.713Z Actions: 1/5063 actions (Removing old actions)
1762024-09-09T17:10:49.737Z Actions: 194/5063 actions (Installing new actions)
1772024-09-09T17:10:54.724Z Actions: 2932/5063 actions (Installing new actions)
1782024-09-09T17:10:55.488Z Actions: 4226/5063 actions (Updating modified actions)
1792024-09-09T17:10:55.833Z Actions: Completed 5063 actions in 6.12 seconds.
1802024-09-09T17:10:56.228Z Done (0.387s)
1812024-09-09T17:10:56.253Z Done (0.000s)
1822024-09-09T17:10:56.679Z Done (0.449s)
1832024-09-09T17:11:01.443Z Done (4.618s)
1842024-09-09T17:11:01.536Z Done (0.019s)
1852024-09-09T17:11:01.560Z Done (0.000s)
1862024-09-09T17:11:01.727Z Done (0.000s)
1872024-09-09T17:11:02.394ZPlanning: Evaluating mediator changes ... Done
1882024-09-09T17:11:02.644ZPlanning: Checking for conflicting actions ... Done
1892024-09-09T17:11:02.670ZPlanning: Consolidating action changes ... Done
1902024-09-09T17:11:02.968ZPlanning: Evaluating mediators ... Done
1912024-09-09T17:11:02.992ZPlanning: Planning completed in 0.57 seconds
1922024-09-09T17:11:03.015Z Mediators to change: 2
1932024-09-09T17:11:03.015Z Create boot environment: No
1942024-09-09T17:11:03.015ZCreate backup boot environment: No
1952024-09-09T17:11:03.073Z Done
1962024-09-09T17:11:03.073Z Done
1972024-09-09T17:11:03.409Z Done
1982024-09-09T17:11:07.957Z Done
1992024-09-09T17:11:08.046Z Done
2002024-09-09T17:11:08.046Z Done
2012024-09-09T17:11:08.109Z Done
2022024-09-09T17:11:08.887ZPlanning: Evaluating mediator changes ... Done
2032024-09-09T17:11:08.910ZPlanning: Merging actions ... Done
2042024-09-09T17:11:09.191ZPlanning: Checking for conflicting actions ... Done
2052024-09-09T17:11:09.215ZPlanning: Consolidating action changes ... Done
2062024-09-09T17:11:09.523ZPlanning: Evaluating mediators ... Done
2072024-09-09T17:11:09.592ZPlanning: Planning completed in 1.00 seconds
2082024-09-09T17:11:09.638Z Packages to change: 1
2092024-09-09T17:11:09.638Z Mediators to change: 1
2102024-09-09T17:11:09.638Z Services to change: 1
2112024-09-09T17:11:09.638Z Create boot environment: No
2122024-09-09T17:11:09.638ZCreate backup boot environment: Yes
2132024-09-09T17:11:11.150Z Actions: 1/6 actions (Updating modified actions)
2142024-09-09T17:11:11.173Z Actions: Completed 6 actions in 0.00 seconds.
2152024-09-09T17:11:11.173Z Done
2162024-09-09T17:11:11.173Z Done
2172024-09-09T17:11:11.247Z Done
2182024-09-09T17:11:15.472Z Done
2192024-09-09T17:11:15.564Z Done
2202024-09-09T17:11:15.588Z Done
2212024-09-09T17:11:15.655Z Done
2222024-09-09T17:11:16.171ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-09-09T17:11:16.171Zclang system 15 system
2242024-09-09T17:11:16.171Zcsh system system illumos
2252024-09-09T17:11:16.171Zctags system system illumos
2262024-09-09T17:11:16.171Zgcc vendor 12 vendor
2272024-09-09T17:11:16.171Zgcc system 10 system
2282024-09-09T17:11:16.171Zgcc system 7 system
2292024-09-09T17:11:16.171Zgo system 1.20 system
2302024-09-09T17:11:16.171Zgo system 1.19 system
2312024-09-09T17:11:16.171Zllvm system 15 system
2322024-09-09T17:11:16.194Zllvm system 14 system
2332024-09-09T17:11:16.194Zmariadb system 10.6 system
2342024-09-09T17:11:16.194Zmta vendor vendor dma
2352024-09-09T17:11:16.195Zopenjdk system 17 system
2362024-09-09T17:11:16.195Zopenjdk system 11 system
2372024-09-09T17:11:16.195Zopenjdk system 1.8 system
2382024-09-09T17:11:16.195Zopenssl vendor 3 vendor
2392024-09-09T17:11:16.195Zperl system 5.36 system
2402024-09-09T17:11:16.195Zpostgresql system 15 system
2412024-09-09T17:11:16.195Zpostgresql system 13 system
2422024-09-09T17:11:16.195Zpython vendor 3 vendor
2432024-09-09T17:11:16.195Zpython system 2 system
2442024-09-09T17:11:16.195Zpython3 system 3.11 system
2452024-09-09T17:11:16.195Zruby system 3.0 system
2462024-09-09T17:11:16.195Zwords vendor vendor american-english
2472024-09-09T17:11:16.195Zwords system system australian-english
2482024-09-09T17:11:16.195Zwords system system british-english
2492024-09-09T17:11:16.195Zwords system system canadian-english
2502024-09-09T17:11:16.195Zwords system system french
2512024-09-09T17:11:16.195Zwords system system italian
2522024-09-09T17:11:16.195Zwords system system ngerman
2532024-09-09T17:11:16.195Zwords system system ogerman
2542024-09-09T17:11:16.195Zwords system system spanish
2552024-09-09T17:11:16.579ZPUBLISHER TYPE STATUS P LOCATION
2562024-09-09T17:11:16.580Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-09-09T17:11:18.728ZFMRI IFO
2582024-09-09T17:11:18.728Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-09-09T17:11:18.728Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-09-09T17:11:18.728Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-09-09T17:11:18.728Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-09-09T17:11:18.729Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-09-09T17:11:18.729Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-09-09T17:11:18.729Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-09-09T17:11:18.729Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-09-09T17:11:18.729Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-09-09T17:11:18.729Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2682024-09-09T17:11:18.729Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2692024-09-09T17:11:18.730Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-09-09T17:11:18.730Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-09-09T17:11:19.410Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-09-09T17:11:19.848Z Updating crates.io index
2732024-09-09T17:11:19.893Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2742024-09-09T17:11:20.772Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-09-09T17:11:21.660Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-09-09T17:11:22.001Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2772024-09-09T17:11:23.706Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-09-09T17:11:24.062Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-09-09T17:11:24.383Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-09-09T17:11:25.554Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-09-09T17:11:27.505Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-09-09T17:11:28.634Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-09-09T17:11:29.331Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-09-09T17:11:29.692Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-09-09T17:11:30.308Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2862024-09-09T17:11:30.714Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-09-09T17:11:31.061Z Updating git repository `https://github.com/oxidecomputer/qorb`
2882024-09-09T17:11:31.515Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-09-09T17:11:31.890Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-09-09T17:11:32.424Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-09-09T17:11:32.744Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-09-09T17:11:33.083Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932024-09-09T17:11:33.470Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-09-09T17:11:34.014Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-09-09T17:11:34.376Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-09-09T17:11:34.802Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-09-09T17:11:35.323Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-09-09T17:11:35.768Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-09-09T17:11:36.240Z Updating git repository `https://github.com/oxidecomputer/typify`
3002024-09-09T17:11:38.601Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-09-09T17:11:38.917Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-09-09T17:11:39.281Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-09-09T17:11:39.715Z Updating git repository `https://github.com/oxidecomputer/rfb`
3042024-09-09T17:11:41.063Z Downloading crates ...
3052024-09-09T17:11:41.130Z Downloaded equivalent v1.0.1
3062024-09-09T17:11:41.154Z Downloaded version_check v0.9.5
3072024-09-09T17:11:41.154Z Downloaded itoa v1.0.11
3082024-09-09T17:11:41.154Z Downloaded toml_datetime v0.6.8
3092024-09-09T17:11:41.154Z Downloaded toml v0.8.19
3102024-09-09T17:11:41.179Z Downloaded zerocopy-derive v0.7.34
3112024-09-09T17:11:41.179Z Downloaded utf8parse v0.2.1
3122024-09-09T17:11:41.179Z Downloaded winnow v0.6.18
3132024-09-09T17:11:41.203Z Downloaded unicode-width v0.1.13
3142024-09-09T17:11:41.203Z Downloaded syn v2.0.74
3152024-09-09T17:11:41.227Z Downloaded rustix v0.38.34
3162024-09-09T17:11:41.250Z Downloaded libc v0.2.158
3172024-09-09T17:11:41.274Z Downloaded thread-id v4.2.1
3182024-09-09T17:11:41.274Z Downloaded tabled_derive v0.7.0
3192024-09-09T17:11:41.274Z Downloaded usdt-impl v0.5.0
3202024-09-09T17:11:41.274Z Downloaded usdt v0.5.0
3212024-09-09T17:11:41.298Z Downloaded ucd-trie v0.1.6
3222024-09-09T17:11:41.298Z Downloaded typenum v1.17.0
3232024-09-09T17:11:41.298Z Downloaded toml_edit v0.22.20
3242024-09-09T17:11:41.321Z Downloaded syn v1.0.109
3252024-09-09T17:11:41.321Z Downloaded smawk v0.3.2
3262024-09-09T17:11:41.321Z Downloaded serde_tokenstream v0.2.2
3272024-09-09T17:11:41.344Z Downloaded serde_derive v1.0.208
3282024-09-09T17:11:41.344Z Downloaded scroll v0.12.0
3292024-09-09T17:11:41.345Z Downloaded proc-macro2 v1.0.86
3302024-09-09T17:11:41.345Z Downloaded proc-macro-error v1.0.4
3312024-09-09T17:11:41.345Z Downloaded plain v0.2.3
3322024-09-09T17:11:41.345Z Downloaded pest_meta v2.7.10
3332024-09-09T17:11:41.345Z Downloaded memmap v0.7.0
3342024-09-09T17:11:41.345Z Downloaded indexmap v2.4.0
3352024-09-09T17:11:41.345Z Downloaded heck v0.5.0
3362024-09-09T17:11:41.369Z Downloaded fnv v1.0.7
3372024-09-09T17:11:41.369Z Downloaded colorchoice v1.0.1
3382024-09-09T17:11:41.369Z Downloaded clap v4.5.16
3392024-09-09T17:11:41.369Z Downloaded zerocopy v0.7.34
3402024-09-09T17:11:41.393Z Downloaded unicode-linebreak v0.1.5
3412024-09-09T17:11:41.393Z Downloaded unicode-ident v1.0.12
3422024-09-09T17:11:41.393Z Downloaded thiserror v1.0.63
3432024-09-09T17:11:41.393Z Downloaded textwrap v0.16.1
3442024-09-09T17:11:41.393Z Downloaded terminal_size v0.3.0
3452024-09-09T17:11:41.393Z Downloaded tempfile v3.10.1
3462024-09-09T17:11:41.393Z Downloaded tabled v0.15.0
3472024-09-09T17:11:41.417Z Downloaded swrite v0.1.0
3482024-09-09T17:11:41.417Z Downloaded sha2 v0.10.8
3492024-09-09T17:11:41.417Z Downloaded serde_json v1.0.125
3502024-09-09T17:11:41.440Z Downloaded serde v1.0.208
3512024-09-09T17:11:41.440Z Downloaded semver v1.0.23
3522024-09-09T17:11:41.440Z Downloaded quote v1.0.36
3532024-09-09T17:11:41.440Z Downloaded pest_derive v2.7.10
3542024-09-09T17:11:41.440Z Downloaded pest v2.7.10
3552024-09-09T17:11:41.464Z Downloaded papergrid v0.11.0
3562024-09-09T17:11:41.464Z Downloaded memchr v2.7.2
3572024-09-09T17:11:41.464Z Downloaded macaddr v1.0.1
3582024-09-09T17:11:41.464Z Downloaded is_terminal_polyfill v1.70.0
3592024-09-09T17:11:41.464Z Downloaded hashbrown v0.14.5
3602024-09-09T17:11:41.464Z Downloaded goblin v0.8.2
3612024-09-09T17:11:41.487Z Downloaded generic-array v0.14.7
3622024-09-09T17:11:41.487Z Downloaded errno v0.3.9
3632024-09-09T17:11:41.487Z Downloaded dtrace-parser v0.2.0
3642024-09-09T17:11:41.487Z Downloaded digest v0.10.7
3652024-09-09T17:11:41.488Z Downloaded clap_derive v4.5.13
3662024-09-09T17:11:41.488Z Downloaded clap_builder v4.5.15
3672024-09-09T17:11:41.488Z Downloaded cargo_toml v0.20.4
3682024-09-09T17:11:41.512Z Downloaded cargo-platform v0.1.8
3692024-09-09T17:11:41.512Z Downloaded ryu v1.0.18
3702024-09-09T17:11:41.512Z Downloaded once_cell v1.19.0
3712024-09-09T17:11:41.512Z Downloaded log v0.4.21
3722024-09-09T17:11:41.512Z Downloaded camino v1.1.9
3732024-09-09T17:11:41.512Z Downloaded bytecount v0.6.8
3742024-09-09T17:11:41.512Z Downloaded bitflags v2.6.0
3752024-09-09T17:11:41.512Z Downloaded anyhow v1.0.86
3762024-09-09T17:11:41.512Z Downloaded anstyle-parse v0.2.4
3772024-09-09T17:11:41.535Z Downloaded strsim v0.11.1
3782024-09-09T17:11:41.535Z Downloaded serde_spanned v0.6.7
3792024-09-09T17:11:41.535Z Downloaded scroll_derive v0.12.0
3802024-09-09T17:11:41.535Z Downloaded proc-macro-error-attr v1.0.4
3812024-09-09T17:11:41.535Z Downloaded heck v0.4.1
3822024-09-09T17:11:41.535Z Downloaded dof v0.3.0
3832024-09-09T17:11:41.535Z Downloaded crypto-common v0.1.6
3842024-09-09T17:11:41.535Z Downloaded cpufeatures v0.2.12
3852024-09-09T17:11:41.535Z Downloaded cfg-if v1.0.0
3862024-09-09T17:11:41.535Z Downloaded cargo_metadata v0.18.1
3872024-09-09T17:11:41.535Z Downloaded camino-tempfile v1.1.1
3882024-09-09T17:11:41.535Z Downloaded fs-err v2.11.0
3892024-09-09T17:11:41.535Z Downloaded block-buffer v0.10.4
3902024-09-09T17:11:41.535Z Downloaded autocfg v1.3.0
3912024-09-09T17:11:41.535Z Downloaded anstyle-query v1.0.3
3922024-09-09T17:11:41.535Z Downloaded anstyle v1.0.8
3932024-09-09T17:11:41.559Z Downloaded anstream v0.6.14
3942024-09-09T17:11:41.559Z Downloaded usdt-macro v0.5.0
3952024-09-09T17:11:41.559Z Downloaded usdt-attr-macro v0.5.0
3962024-09-09T17:11:41.559Z Downloaded thiserror-impl v1.0.63
3972024-09-09T17:11:41.559Z Downloaded pretty-hex v0.4.1
3982024-09-09T17:11:41.559Z Downloaded pest_generator v2.7.10
3992024-09-09T17:11:41.559Z Downloaded fastrand v2.1.0
4002024-09-09T17:11:41.559Z Downloaded clap_lex v0.7.0
4012024-09-09T17:11:41.559Z Downloaded byteorder v1.5.0
4022024-09-09T17:11:41.710Z Compiling proc-macro2 v1.0.86
4032024-09-09T17:11:41.710Z Compiling unicode-ident v1.0.12
4042024-09-09T17:11:41.733Z Compiling version_check v0.9.5
4052024-09-09T17:11:41.733Z Compiling serde v1.0.208
4062024-09-09T17:11:41.733Z Compiling thiserror v1.0.63
4072024-09-09T17:11:41.733Z Compiling memchr v2.7.2
4082024-09-09T17:11:41.733Z Compiling libc v0.2.158
4092024-09-09T17:11:41.733Z Compiling ucd-trie v0.1.6
4102024-09-09T17:11:42.081Z Compiling itoa v1.0.11
4112024-09-09T17:11:42.282Z Compiling ryu v1.0.18
4122024-09-09T17:11:42.496Z Compiling once_cell v1.19.0
4132024-09-09T17:11:42.564Z Compiling byteorder v1.5.0
4142024-09-09T17:11:42.597Z Compiling rustix v0.38.34
4152024-09-09T17:11:42.626Z Compiling serde_json v1.0.125
4162024-09-09T17:11:43.064Z Compiling bitflags v2.6.0
4172024-09-09T17:11:43.091Z Compiling usdt-impl v0.5.0
4182024-09-09T17:11:43.233Z Compiling proc-macro-error-attr v1.0.4
4192024-09-09T17:11:43.378Z Compiling syn v1.0.109
4202024-09-09T17:11:43.403Z Compiling quote v1.0.36
4212024-09-09T17:11:43.477Z Compiling proc-macro-error v1.0.4
4222024-09-09T17:11:43.588Z Compiling log v0.4.21
4232024-09-09T17:11:43.616Z Compiling utf8parse v0.2.1
4242024-09-09T17:11:43.726Z Compiling syn v2.0.74
4252024-09-09T17:11:43.758Z Compiling errno v0.3.9
4262024-09-09T17:11:43.975Z Compiling camino v1.1.9
4272024-09-09T17:11:44.004Z Compiling hashbrown v0.14.5
4282024-09-09T17:11:44.065Z Compiling equivalent v1.0.1
4292024-09-09T17:11:44.092Z Compiling plain v0.2.3
4302024-09-09T17:11:44.263Z Compiling anstyle-parse v0.2.4
4312024-09-09T17:11:44.455Z Compiling thread-id v4.2.1
4322024-09-09T17:11:44.684Z Compiling anstyle-query v1.0.3
4332024-09-09T17:11:44.712Z Compiling anstyle v1.0.8
4342024-09-09T17:11:44.822Z Compiling unicode-width v0.1.13
4352024-09-09T17:11:44.922Z Compiling winnow v0.6.18
4362024-09-09T17:11:44.983Z Compiling autocfg v1.3.0
4372024-09-09T17:11:45.046Z Compiling is_terminal_polyfill v1.70.0
4382024-09-09T17:11:45.121Z Compiling pretty-hex v0.4.1
4392024-09-09T17:11:45.164Z Compiling indexmap v2.4.0
4402024-09-09T17:11:45.231Z Compiling semver v1.0.23
4412024-09-09T17:11:45.305Z Compiling colorchoice v1.0.1
4422024-09-09T17:11:45.471Z Compiling anstream v0.6.14
4432024-09-09T17:11:45.923Z Compiling terminal_size v0.3.0
4442024-09-09T17:11:45.947Z Compiling fs-err v2.11.0
4452024-09-09T17:11:46.303Z Compiling fnv v1.0.7
4462024-09-09T17:11:46.328Z Compiling fastrand v2.1.0
4472024-09-09T17:11:46.388Z Compiling heck v0.5.0
4482024-09-09T17:11:46.447Z Compiling cfg-if v1.0.0
4492024-09-09T17:11:46.559Z Compiling bytecount v0.6.8
4502024-09-09T17:11:46.585Z Compiling strsim v0.11.1
4512024-09-09T17:11:46.639Z Compiling heck v0.4.1
4522024-09-09T17:11:46.901Z Compiling clap_lex v0.7.0
4532024-09-09T17:11:46.926Z Compiling anyhow v1.0.86
4542024-09-09T17:11:47.136Z Compiling papergrid v0.11.0
4552024-09-09T17:11:47.410Z Compiling clap_builder v4.5.15
4562024-09-09T17:11:47.497Z Compiling tempfile v3.10.1
4572024-09-09T17:11:47.686Z Compiling memmap v0.7.0
4582024-09-09T17:11:47.739Z Compiling unicode-linebreak v0.1.5
4592024-09-09T17:11:47.997Z Compiling smawk v0.3.2
4602024-09-09T17:11:48.192Z Compiling textwrap v0.16.1
4612024-09-09T17:11:48.243Z Compiling swrite v0.1.0
4622024-09-09T17:11:49.379Z Compiling tabled_derive v0.7.0
4632024-09-09T17:11:50.954Z Compiling tabled v0.15.0
4642024-09-09T17:11:51.809Z Compiling serde_derive v1.0.208
4652024-09-09T17:11:51.809Z Compiling thiserror-impl v1.0.63
4662024-09-09T17:11:51.832Z Compiling zerocopy-derive v0.7.34
4672024-09-09T17:11:51.832Z Compiling scroll_derive v0.12.0
4682024-09-09T17:11:51.832Z Compiling clap_derive v4.5.13
4692024-09-09T17:11:53.014Z Compiling scroll v0.12.0
4702024-09-09T17:11:53.509Z Compiling goblin v0.8.2
4712024-09-09T17:11:53.723Z Compiling zerocopy v0.7.34
4722024-09-09T17:11:54.636Z Compiling pest v2.7.10
4732024-09-09T17:11:55.083Z Compiling clap v4.5.16
4742024-09-09T17:11:56.640Z Compiling pest_meta v2.7.10
4752024-09-09T17:11:57.647Z Compiling pest_generator v2.7.10
4762024-09-09T17:11:59.304Z Compiling pest_derive v2.7.10
4772024-09-09T17:11:59.928Z Compiling dtrace-parser v0.2.0
4782024-09-09T17:12:01.538Z Compiling serde_spanned v0.6.7
4792024-09-09T17:12:01.538Z Compiling toml_datetime v0.6.8
4802024-09-09T17:12:01.562Z Compiling cargo-platform v0.1.8
4812024-09-09T17:12:01.914Z Compiling serde_tokenstream v0.2.2
4822024-09-09T17:12:01.945Z Compiling toml_edit v0.22.20
4832024-09-09T17:12:02.110Z Compiling camino-tempfile v1.1.1
4842024-09-09T17:12:02.149Z Compiling macaddr v1.0.1
4852024-09-09T17:12:02.956Z Compiling dof v0.3.0
4862024-09-09T17:12:02.956Z Compiling cargo_metadata v0.18.1
4872024-09-09T17:12:04.502Z Compiling toml v0.8.19
4882024-09-09T17:12:04.907Z Compiling usdt-attr-macro v0.5.0
4892024-09-09T17:12:04.986Z Compiling usdt-macro v0.5.0
4902024-09-09T17:12:05.223Z Compiling cargo_toml v0.20.4
4912024-09-09T17:12:06.100Z Compiling usdt v0.5.0
4922024-09-09T17:12:09.442Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-09-09T17:12:14.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.47s
4942024-09-09T17:12:14.810Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-09-09T17:12:15.594Z Downloading crates ...
4962024-09-09T17:12:15.742Z Downloaded atomicwrites v0.4.3
4972024-09-09T17:12:15.767Z Downloaded cstr-argument v0.1.2
4982024-09-09T17:12:15.807Z Downloaded hyper-staticfile v0.9.5
4992024-09-09T17:12:15.858Z Downloaded number_prefix v0.4.0
5002024-09-09T17:12:15.917Z Downloaded derive_more v0.99.18
5012024-09-09T17:12:15.942Z Downloaded dirs-next v2.0.0
5022024-09-09T17:12:15.966Z Downloaded futures-io v0.3.30
5032024-09-09T17:12:15.995Z Downloaded openssl-probe v0.1.5
5042024-09-09T17:12:16.019Z Downloaded percent-encoding v2.3.1
5052024-09-09T17:12:16.019Z Downloaded sigpipe v0.1.3
5062024-09-09T17:12:16.019Z Downloaded slab v0.4.9
5072024-09-09T17:12:16.019Z Downloaded predicates-tree v1.0.9
5082024-09-09T17:12:16.044Z Downloaded primeorder v0.13.6
5092024-09-09T17:12:16.069Z Downloaded supports-color v3.0.0
5102024-09-09T17:12:16.094Z Downloaded rfc6979 v0.4.0
5112024-09-09T17:12:16.118Z Downloaded russh-cryptovec v0.7.2
5122024-09-09T17:12:16.118Z Downloaded rustc-hash v1.1.0
5132024-09-09T17:12:16.145Z Downloaded rustc-demangle v0.1.24
5142024-09-09T17:12:16.169Z Downloaded russh v0.45.0
5152024-09-09T17:12:16.169Z Downloaded rustls-pki-types v1.7.0
5162024-09-09T17:12:16.169Z Downloaded steno v0.4.1
5172024-09-09T17:12:16.196Z Downloaded gimli v0.28.1
5182024-09-09T17:12:16.219Z Downloaded reedline v0.33.0
5192024-09-09T17:12:16.219Z Downloaded rustls-webpki v0.101.7
5202024-09-09T17:12:16.242Z Downloaded reqwest v0.11.27
5212024-09-09T17:12:16.266Z Downloaded rustls v0.21.12
5222024-09-09T17:12:16.290Z Downloaded rustls v0.22.4
5232024-09-09T17:12:16.313Z Downloaded regex-automata v0.4.6
5242024-09-09T17:12:16.337Z Downloaded ratatui v0.28.0
5252024-09-09T17:12:16.373Z Downloaded libgit2-sys v0.17.0+1.8.1
5262024-09-09T17:12:16.446Z Downloaded petgraph v0.6.5
5272024-09-09T17:12:16.473Z Downloaded finl_unicode v1.2.0
5282024-09-09T17:12:16.496Z Downloaded regress v0.9.1
5292024-09-09T17:12:16.521Z Downloaded regex-syntax v0.8.4
5302024-09-09T17:12:16.544Z Downloaded sled v0.34.7
5312024-09-09T17:12:16.544Z Downloaded regex-syntax v0.6.29
5322024-09-09T17:12:16.568Z Downloaded regex v1.10.6
5332024-09-09T17:12:16.591Z Downloaded radix_trie v0.2.1
5342024-09-09T17:12:16.615Z Downloaded polar-core v0.27.3
5352024-09-09T17:12:16.615Z Downloaded rayon v1.10.0
5362024-09-09T17:12:16.638Z Downloaded libz-sys v1.1.16
5372024-09-09T17:12:16.716Z Downloaded openapiv3 v2.0.0
5382024-09-09T17:12:16.739Z Downloaded object v0.32.2
5392024-09-09T17:12:16.763Z Downloaded hickory-proto v0.24.1
5402024-09-09T17:12:16.787Z Downloaded encoding_rs v0.8.34
5412024-09-09T17:12:16.810Z Downloaded proptest v1.5.0
5422024-09-09T17:12:16.833Z Downloaded ssh-key v0.6.6
5432024-09-09T17:12:16.834Z Downloaded ring v0.17.8
5442024-09-09T17:12:16.917Z Downloaded libsqlite3-sys v0.28.0
5452024-09-09T17:12:17.009Z Downloaded portable-atomic v1.6.0
5462024-09-09T17:12:17.032Z Downloaded openssl v0.10.66
5472024-09-09T17:12:17.032Z Downloaded rsa v0.9.6
5482024-09-09T17:12:17.056Z Downloaded ron v0.8.1
5492024-09-09T17:12:17.056Z Downloaded ring v0.16.20
5502024-09-09T17:12:17.140Z Downloaded rand v0.8.5
5512024-09-09T17:12:17.164Z Downloaded sha3 v0.10.8
5522024-09-09T17:12:17.164Z Downloaded git2 v0.19.0
5532024-09-09T17:12:17.164Z Downloaded rusqlite v0.31.0
5542024-09-09T17:12:17.188Z Downloaded rustls-webpki v0.102.4
5552024-09-09T17:12:17.236Z Downloaded smoltcp v0.11.0
5562024-09-09T17:12:17.236Z Downloaded p384 v0.13.0
5572024-09-09T17:12:17.236Z Downloaded dropshot v0.10.1
5582024-09-09T17:12:17.236Z Downloaded vcpkg v0.2.15
5592024-09-09T17:12:17.277Z Downloaded trust-dns-proto v0.22.0
5602024-09-09T17:12:17.303Z Downloaded tokio v1.39.3
5612024-09-09T17:12:17.338Z Downloaded rustls-pemfile v2.1.3
5622024-09-09T17:12:17.362Z Downloaded ron v0.7.1
5632024-09-09T17:12:17.362Z Downloaded socket2 v0.5.7
5642024-09-09T17:12:17.362Z Downloaded smoltcp v0.9.1
5652024-09-09T17:12:17.386Z Downloaded static_assertions v1.1.0
5662024-09-09T17:12:17.386Z Downloaded rcgen v0.12.1
5672024-09-09T17:12:17.386Z Downloaded rayon-core v1.12.1
5682024-09-09T17:12:17.386Z Downloaded quick-xml v0.31.0
5692024-09-09T17:12:17.386Z Downloaded hkdf v0.12.4
5702024-09-09T17:12:17.386Z Downloaded elliptic-curve v0.13.8
5712024-09-09T17:12:17.409Z Downloaded ed25519-dalek v2.1.1
5722024-09-09T17:12:17.409Z Downloaded x509-cert v0.2.5
5732024-09-09T17:12:17.409Z Downloaded winnow v0.5.40
5742024-09-09T17:12:17.409Z Downloaded url v2.5.2
5752024-09-09T17:12:17.434Z Downloaded unicode-normalization v0.1.23
5762024-09-09T17:12:17.434Z Downloaded typed-path v0.7.1
5772024-09-09T17:12:17.434Z Downloaded russh-keys v0.45.0
5782024-09-09T17:12:17.434Z Downloaded rustls-pemfile v1.0.4
5792024-09-09T17:12:17.434Z Downloaded tar v0.4.41
5802024-09-09T17:12:17.434Z Downloaded stringprep v0.1.4
5812024-09-09T17:12:17.457Z Downloaded radium v0.7.0
5822024-09-09T17:12:17.457Z Downloaded publicsuffix v2.2.3
5832024-09-09T17:12:17.457Z Downloaded prettyplease v0.2.20
5842024-09-09T17:12:17.457Z Downloaded signal-hook v0.3.17
5852024-09-09T17:12:17.457Z Downloaded which v4.4.2
5862024-09-09T17:12:17.457Z Downloaded vsss-rs v3.3.4
5872024-09-09T17:12:17.457Z Downloaded tungstenite v0.21.0
5882024-09-09T17:12:17.457Z Downloaded tui-tree-widget v0.22.0
5892024-09-09T17:12:17.458Z Downloaded rtoolbox v0.0.2
5902024-09-09T17:12:17.458Z Downloaded slog-scope v4.4.0
5912024-09-09T17:12:17.482Z Downloaded slog-json v2.6.1
5922024-09-09T17:12:17.482Z Downloaded slog-envlogger v2.2.0
5932024-09-09T17:12:17.482Z Downloaded slog-dtrace v0.3.0
5942024-09-09T17:12:17.482Z Downloaded slog-bunyan v2.5.0
5952024-09-09T17:12:17.482Z Downloaded slog-async v2.8.0
5962024-09-09T17:12:17.482Z Downloaded rusty-fork v0.3.0
5972024-09-09T17:12:17.482Z Downloaded rustversion v1.0.17
5982024-09-09T17:12:17.482Z Downloaded rustfmt-wrapper v0.2.1
5992024-09-09T17:12:17.482Z Downloaded rustc_version v0.4.0
6002024-09-09T17:12:17.482Z Downloaded rustc_version v0.1.7
6012024-09-09T17:12:17.482Z Downloaded rpassword v7.3.1
6022024-09-09T17:12:17.482Z Downloaded resolv-conf v0.7.0
6032024-09-09T17:12:17.482Z Downloaded term v0.7.0
6042024-09-09T17:12:17.506Z Downloaded take_mut v0.2.2
6052024-09-09T17:12:17.506Z Downloaded tabwriter v1.4.0
6062024-09-09T17:12:17.506Z Downloaded sync_wrapper v0.1.2
6072024-09-09T17:12:17.506Z Downloaded subtle v2.5.0
6082024-09-09T17:12:17.506Z Downloaded strum_macros v0.26.4
6092024-09-09T17:12:17.506Z Downloaded strum_macros v0.24.3
6102024-09-09T17:12:17.506Z Downloaded spin v0.9.8
6112024-09-09T17:12:17.506Z Downloaded socket2 v0.4.10
6122024-09-09T17:12:17.506Z Downloaded snafu-derive v0.8.2
6132024-09-09T17:12:17.506Z Downloaded snafu v0.8.2
6142024-09-09T17:12:17.506Z Downloaded smf v0.2.3
6152024-09-09T17:12:17.530Z Downloaded smallvec v1.13.2
6162024-09-09T17:12:17.530Z Downloaded smallvec v0.6.14
6172024-09-09T17:12:17.530Z Downloaded slog-term v2.9.1
6182024-09-09T17:12:17.530Z Downloaded slog-stdlog v4.1.1
6192024-09-09T17:12:17.530Z Downloaded structmeta-derive v0.3.0
6202024-09-09T17:12:17.530Z Downloaded structmeta-derive v0.2.0
6212024-09-09T17:12:17.530Z Downloaded structmeta v0.3.0
6222024-09-09T17:12:17.530Z Downloaded structmeta v0.2.0
6232024-09-09T17:12:17.530Z Downloaded strip-ansi-escapes v0.2.0
6242024-09-09T17:12:17.530Z Downloaded string_cache v0.8.7
6252024-09-09T17:12:17.530Z Downloaded ssh-encoding v0.2.0
6262024-09-09T17:12:17.530Z Downloaded ssh-cipher v0.2.0
6272024-09-09T17:12:17.530Z Downloaded sqlparser v0.45.0
6282024-09-09T17:12:17.554Z Downloaded sqlformat v0.2.4
6292024-09-09T17:12:17.554Z Downloaded ref-cast-impl v1.0.23
6302024-09-09T17:12:17.554Z Downloaded ref-cast v1.0.23
6312024-09-09T17:12:17.554Z Downloaded rand_xorshift v0.3.0
6322024-09-09T17:12:17.554Z Downloaded rand_seeder v0.3.0
6332024-09-09T17:12:17.554Z Downloaded rand_core v0.6.4
6342024-09-09T17:12:17.554Z Downloaded rand_chacha v0.3.1
6352024-09-09T17:12:17.554Z Downloaded quick-error v1.2.3
6362024-09-09T17:12:17.554Z Downloaded postgres-protocol v0.6.7
6372024-09-09T17:12:17.554Z Downloaded postcard v1.0.8
6382024-09-09T17:12:17.554Z Downloaded pkcs8 v0.10.2
6392024-09-09T17:12:17.577Z Downloaded pkcs5 v0.7.1
6402024-09-09T17:12:17.577Z Downloaded pkcs1 v0.7.5
6412024-09-09T17:12:17.577Z Downloaded pin-project v1.1.5
6422024-09-09T17:12:17.577Z Downloaded test-strategy v0.3.1
6432024-09-09T17:12:17.601Z Downloaded termcolor v1.4.1
6442024-09-09T17:12:17.601Z Downloaded shell-words v1.1.0
6452024-09-09T17:12:17.601Z Downloaded salsa20 v0.10.2
6462024-09-09T17:12:17.601Z Downloaded owo-colors v4.0.0
6472024-09-09T17:12:17.601Z Downloaded h2 v0.3.26
6482024-09-09T17:12:17.601Z Downloaded futures-util v0.3.30
6492024-09-09T17:12:17.625Z Downloaded env_logger v0.10.2
6502024-09-09T17:12:17.625Z Downloaded ecdsa v0.16.9
6512024-09-09T17:12:17.625Z Downloaded dsl_auto_type v0.1.2
6522024-09-09T17:12:17.625Z Downloaded untrusted v0.7.1
6532024-09-09T17:12:17.625Z Downloaded universal-hash v0.5.1
6542024-09-09T17:12:17.625Z Downloaded unicode-xid v0.2.4
6552024-09-09T17:12:17.625Z Downloaded unicode-truncate v1.0.0
6562024-09-09T17:12:17.625Z Downloaded tough v0.17.1
6572024-09-09T17:12:17.649Z Downloaded tokio-tungstenite v0.20.1
6582024-09-09T17:12:17.649Z Downloaded tokio-postgres v0.7.11
6592024-09-09T17:12:17.649Z Downloaded tokio-macros v2.4.0
6602024-09-09T17:12:17.650Z Downloaded time-core v0.1.2
6612024-09-09T17:12:17.650Z Downloaded tap v1.0.1
6622024-09-09T17:12:17.650Z Downloaded subprocess v0.2.9
6632024-09-09T17:12:17.650Z Downloaded spin v0.5.2
6642024-09-09T17:12:17.650Z Downloaded stable_deref_trait v1.2.0
6652024-09-09T17:12:17.673Z Downloaded psl-types v2.0.11
6662024-09-09T17:12:17.674Z Downloaded proc-macro-crate v1.3.1
6672024-09-09T17:12:17.674Z Downloaded predicates-core v1.0.6
6682024-09-09T17:12:17.674Z Downloaded powerfmt v0.2.0
6692024-09-09T17:12:17.674Z Downloaded postgres-types v0.2.7
6702024-09-09T17:12:17.674Z Downloaded polyval v0.6.2
6712024-09-09T17:12:17.674Z Downloaded poly1305 v0.8.0
6722024-09-09T17:12:17.674Z Downloaded pin-project-internal v1.1.5
6732024-09-09T17:12:17.674Z Downloaded phf v0.11.2
6742024-09-09T17:12:17.674Z Downloaded enum-as-inner v0.6.0
6752024-09-09T17:12:17.674Z Downloaded endian-type v0.1.2
6762024-09-09T17:12:17.674Z Downloaded ena v0.14.3
6772024-09-09T17:12:17.674Z Downloaded display-error-chain v0.2.1
6782024-09-09T17:12:17.674Z Downloaded webpki-roots v0.25.4
6792024-09-09T17:12:17.697Z Downloaded want v0.3.1
6802024-09-09T17:12:17.697Z Downloaded waitgroup v0.1.2
6812024-09-09T17:12:17.697Z Downloaded vte_generate_state_changes v0.1.1
6822024-09-09T17:12:17.698Z Downloaded uuid v1.10.0
6832024-09-09T17:12:17.698Z Downloaded unicode-segmentation v1.11.0
6842024-09-09T17:12:17.698Z Downloaded unicase v2.7.0
6852024-09-09T17:12:17.698Z Downloaded twox-hash v1.6.3
6862024-09-09T17:12:17.698Z Downloaded tracing-attributes v0.1.27
6872024-09-09T17:12:17.698Z Downloaded tracing v0.1.40
6882024-09-09T17:12:17.698Z Downloaded toolchain_find v0.4.0
6892024-09-09T17:12:17.721Z Downloaded toml_edit v0.19.15
6902024-09-09T17:12:17.721Z Downloaded toml v0.7.8
6912024-09-09T17:12:17.744Z Downloaded tokio-util v0.7.11
6922024-09-09T17:12:17.744Z Downloaded tokio-tungstenite v0.23.1
6932024-09-09T17:12:17.744Z Downloaded tokio-rustls v0.25.0
6942024-09-09T17:12:17.744Z Downloaded tls_codec_derive v0.4.1
6952024-09-09T17:12:17.744Z Downloaded tinyvec_macros v0.1.1
6962024-09-09T17:12:17.744Z Downloaded tiny-keccak v2.0.2
6972024-09-09T17:12:17.744Z Downloaded strum_macros v0.25.3
6982024-09-09T17:12:17.745Z Downloaded strum v0.26.3
6992024-09-09T17:12:17.745Z Downloaded sqlparser_derive v0.2.2
7002024-09-09T17:12:17.745Z Downloaded spki v0.7.3
7012024-09-09T17:12:17.768Z Downloaded r2d2 v0.8.10
7022024-09-09T17:12:17.768Z Downloaded predicates v3.1.2
7032024-09-09T17:12:17.768Z Downloaded precomputed-hash v0.1.1
7042024-09-09T17:12:17.768Z Downloaded ppv-lite86 v0.2.17
7052024-09-09T17:12:17.768Z Downloaded portpicker v0.1.1
7062024-09-09T17:12:17.768Z Downloaded pkg-config v0.3.30
7072024-09-09T17:12:17.768Z Downloaded pin-utils v0.1.0
7082024-09-09T17:12:17.768Z Downloaded pin-project-lite v0.2.14
7092024-09-09T17:12:17.768Z Downloaded phf_shared v0.11.2
7102024-09-09T17:12:17.768Z Downloaded thread_local v1.1.8
7112024-09-09T17:12:17.768Z Downloaded thiserror-no-std v2.0.2
7122024-09-09T17:12:17.793Z Downloaded thiserror-impl-no-std v2.0.2
7132024-09-09T17:12:17.793Z Downloaded similar v2.6.0
7142024-09-09T17:12:17.793Z Downloaded rustyline v14.0.0
7152024-09-09T17:12:17.793Z Downloaded p521 v0.13.3
7162024-09-09T17:12:17.793Z Downloaded opaque-debug v0.3.1
7172024-09-09T17:12:17.793Z Downloaded hashbrown v0.12.3
7182024-09-09T17:12:17.817Z Downloaded unsafe-libyaml v0.2.11
7192024-09-09T17:12:17.817Z Downloaded unicode_categories v0.1.1
7202024-09-09T17:12:17.817Z Downloaded unicode-bidi v0.3.15
7212024-09-09T17:12:17.817Z Downloaded tungstenite v0.23.0
7222024-09-09T17:12:17.817Z Downloaded tungstenite v0.20.1
7232024-09-09T17:12:17.817Z Downloaded tracing-core v0.1.32
7242024-09-09T17:12:17.817Z Downloaded time v0.3.36
7252024-09-09T17:12:17.841Z Downloaded pretty-hex v0.2.1
7262024-09-09T17:12:17.841Z Downloaded phf_shared v0.10.0
7272024-09-09T17:12:17.841Z Downloaded termios v0.3.3
7282024-09-09T17:12:17.841Z Downloaded slog v2.7.0
7292024-09-09T17:12:17.841Z Downloaded p256 v0.13.2
7302024-09-09T17:12:17.841Z Downloaded flate2 v1.0.31
7312024-09-09T17:12:17.841Z Downloaded vte v0.11.1
7322024-09-09T17:12:17.864Z Downloaded tinyvec v1.6.0
7332024-09-09T17:12:17.864Z Downloaded termtree v0.4.1
7342024-09-09T17:12:17.864Z Downloaded siphasher v0.3.11
7352024-09-09T17:12:17.864Z Downloaded signature v2.2.0
7362024-09-09T17:12:17.864Z Downloaded signal-hook-mio v0.2.4
7372024-09-09T17:12:17.864Z Downloaded shlex v1.3.0
7382024-09-09T17:12:17.864Z Downloaded peg-macros v0.8.4
7392024-09-09T17:12:17.864Z Downloaded password-hash v0.5.0
7402024-09-09T17:12:17.864Z Downloaded parking_lot_core v0.8.6
7412024-09-09T17:12:17.865Z Downloaded parking_lot v0.12.2
7422024-09-09T17:12:17.865Z Downloaded openssl-sys v0.9.103
7432024-09-09T17:12:17.888Z Downloaded hickory-resolver v0.24.1
7442024-09-09T17:12:17.888Z Downloaded heapless v0.8.0
7452024-09-09T17:12:17.888Z Downloaded heapless v0.7.17
7462024-09-09T17:12:17.888Z Downloaded headers v0.3.9
7472024-09-09T17:12:17.912Z Downloaded hashbrown v0.13.2
7482024-09-09T17:12:17.912Z Downloaded globset v0.4.14
7492024-09-09T17:12:17.912Z Downloaded env_logger v0.9.3
7502024-09-09T17:12:17.912Z Downloaded enum-as-inner v0.5.1
7512024-09-09T17:12:17.912Z Downloaded embedded-io v0.4.0
7522024-09-09T17:12:17.912Z Downloaded either v1.13.0
7532024-09-09T17:12:17.912Z Downloaded ed25519 v2.2.3
7542024-09-09T17:12:17.912Z Downloaded dyn-clone v1.0.17
7552024-09-09T17:12:17.912Z Downloaded dropshot_endpoint v0.10.1
7562024-09-09T17:12:17.912Z Downloaded dirs-sys-next v0.1.2
7572024-09-09T17:12:17.912Z Downloaded wyz v0.5.1
7582024-09-09T17:12:17.913Z Downloaded whoami v1.5.1
7592024-09-09T17:12:17.936Z Downloaded walkdir v2.5.0
7602024-09-09T17:12:17.936Z Downloaded vergen v8.3.2
7612024-09-09T17:12:17.936Z Downloaded uzers v0.11.3
7622024-09-09T17:12:17.936Z Downloaded utf-8 v0.7.6
7632024-09-09T17:12:17.936Z Downloaded untrusted v0.9.0
7642024-09-09T17:12:17.936Z Downloaded unarray v0.1.4
7652024-09-09T17:12:17.936Z Downloaded tokio-tungstenite v0.21.0
7662024-09-09T17:12:17.936Z Downloaded tokio-stream v0.1.15
7672024-09-09T17:12:17.936Z Downloaded tokio-rustls v0.24.1
7682024-09-09T17:12:17.936Z Downloaded tokio-native-tls v0.3.1
7692024-09-09T17:12:17.960Z Downloaded tls_codec v0.4.1
7702024-09-09T17:12:17.960Z Downloaded time-macros v0.2.18
7712024-09-09T17:12:17.960Z Downloaded signal-hook-tokio v0.3.1
7722024-09-09T17:12:17.960Z Downloaded signal-hook-registry v1.4.2
7732024-09-09T17:12:17.960Z Downloaded pbkdf2 v0.12.2
7742024-09-09T17:12:17.960Z Downloaded pbkdf2 v0.11.0
7752024-09-09T17:12:17.960Z Downloaded paste v1.0.15
7762024-09-09T17:12:17.960Z Downloaded password-hash v0.4.2
7772024-09-09T17:12:17.960Z Downloaded parse-display-derive v0.10.0
7782024-09-09T17:12:17.960Z Downloaded parse-display v0.10.0
7792024-09-09T17:12:17.960Z Downloaded parking_lot_core v0.9.10
7802024-09-09T17:12:17.960Z Downloaded oso v0.27.3
7812024-09-09T17:12:17.984Z Downloaded omicron-zone-package v0.11.0
7822024-09-09T17:12:17.984Z Downloaded hmac v0.12.1
7832024-09-09T17:12:17.984Z Downloaded futures v0.3.30
7842024-09-09T17:12:17.984Z Downloaded try-lock v0.2.5
7852024-09-09T17:12:17.984Z Downloaded tower-service v0.3.2
7862024-09-09T17:12:17.984Z Downloaded topological-sort v0.2.2
7872024-09-09T17:12:17.984Z Downloaded pem-rfc7468 v0.7.0
7882024-09-09T17:12:17.984Z Downloaded pem v3.0.4
7892024-09-09T17:12:17.984Z Downloaded peg-runtime v0.8.3
7902024-09-09T17:12:17.984Z Downloaded peg v0.8.4
7912024-09-09T17:12:18.007Z Downloaded path-slash v0.1.5
7922024-09-09T17:12:18.007Z Downloaded parse-size v1.0.0
7932024-09-09T17:12:18.007Z Downloaded parking_lot v0.11.2
7942024-09-09T17:12:18.007Z Downloaded packed_struct_codegen v0.10.1
7952024-09-09T17:12:18.008Z Downloaded packed_struct v0.10.1
7962024-09-09T17:12:18.008Z Downloaded oso-derive v0.27.3
7972024-09-09T17:12:18.008Z Downloaded hex v0.4.3
7982024-09-09T17:12:18.008Z Downloaded hash32 v0.2.1
7992024-09-09T17:12:18.008Z Downloaded half v2.4.1
8002024-09-09T17:12:18.008Z Downloaded downcast v0.11.0
8012024-09-09T17:12:18.008Z Downloaded wait-timeout v0.2.0
8022024-09-09T17:12:18.008Z Downloaded csv v1.3.0
8032024-09-09T17:12:18.031Z Downloaded openssl-macros v0.1.1
8042024-09-09T17:12:18.031Z Downloaded olpc-cjson v0.1.3
8052024-09-09T17:12:18.031Z Downloaded highway v1.2.0
8062024-09-09T17:12:18.055Z Downloaded hickory-client v0.24.1
8072024-09-09T17:12:18.055Z Downloaded hex-literal v0.4.1
8082024-09-09T17:12:18.055Z Downloaded heck v0.3.3
8092024-09-09T17:12:18.055Z Downloaded headers-core v0.2.0
8102024-09-09T17:12:18.055Z Downloaded hashlink v0.9.1
8112024-09-09T17:12:18.055Z Downloaded hash32 v0.3.1
8122024-09-09T17:12:18.055Z Downloaded group v0.13.0
8132024-09-09T17:12:18.055Z Downloaded glob v0.3.1
8142024-09-09T17:12:18.055Z Downloaded ghash v0.5.1
8152024-09-09T17:12:18.055Z Downloaded getrandom v0.2.14
8162024-09-09T17:12:18.055Z Downloaded getopts v0.2.21
8172024-09-09T17:12:18.055Z Downloaded gethostname v0.5.0
8182024-09-09T17:12:18.055Z Downloaded fxhash v0.2.1
8192024-09-09T17:12:18.055Z Downloaded futures-task v0.3.30
8202024-09-09T17:12:18.055Z Downloaded futures-sink v0.3.30
8212024-09-09T17:12:18.078Z Downloaded futures-macro v0.3.30
8222024-09-09T17:12:18.078Z Downloaded futures-executor v0.3.30
8232024-09-09T17:12:18.078Z Downloaded futures-core v0.3.30
8242024-09-09T17:12:18.078Z Downloaded futures-channel v0.3.30
8252024-09-09T17:12:18.078Z Downloaded funty v2.0.0
8262024-09-09T17:12:18.079Z Downloaded fragile v2.0.0
8272024-09-09T17:12:18.079Z Downloaded foreign-types-shared v0.3.1
8282024-09-09T17:12:18.079Z Downloaded foreign-types-macros v0.2.3
8292024-09-09T17:12:18.079Z Downloaded foreign-types v0.5.0
8302024-09-09T17:12:18.079Z Downloaded foreign-types v0.3.2
8312024-09-09T17:12:18.079Z Downloaded flume v0.11.0
8322024-09-09T17:12:18.079Z Downloaded float-ord v0.3.2
8332024-09-09T17:12:18.079Z Downloaded fixedbitset v0.4.2
8342024-09-09T17:12:18.079Z Downloaded filetime v0.2.25
8352024-09-09T17:12:18.079Z Downloaded fd-lock v4.0.2
8362024-09-09T17:12:18.102Z Downloaded fallible-streaming-iterator v0.1.9
8372024-09-09T17:12:18.102Z Downloaded fallible-iterator v0.2.0
8382024-09-09T17:12:18.102Z Downloaded expectorate v1.1.0
8392024-09-09T17:12:18.102Z Downloaded zerocopy-derive v0.6.6
8402024-09-09T17:12:18.102Z Downloaded bzip2-sys v0.1.11+1.0.8
8412024-09-09T17:12:18.126Z Downloaded form_urlencoded v1.2.1
8422024-09-09T17:12:18.126Z Downloaded foreign-types-shared v0.1.1
8432024-09-09T17:12:18.126Z Downloaded float-cmp v0.9.0
8442024-09-09T17:12:18.126Z Downloaded flagset v0.4.5
8452024-09-09T17:12:18.126Z Downloaded ff v0.13.0
8462024-09-09T17:12:18.126Z Downloaded fatfs v0.3.6
8472024-09-09T17:12:18.126Z Downloaded fallible-iterator v0.3.0
8482024-09-09T17:12:18.126Z Downloaded erased-serde v0.3.31
8492024-09-09T17:12:18.126Z Downloaded diesel v2.2.3
8502024-09-09T17:12:18.150Z Downloaded serde_plain v1.0.2
8512024-09-09T17:12:18.173Z Downloaded serde_derive_internals v0.29.1
8522024-09-09T17:12:18.173Z Downloaded semver v0.1.20
8532024-09-09T17:12:18.173Z Downloaded sct v0.7.1
8542024-09-09T17:12:18.173Z Downloaded schemars v0.8.21
8552024-09-09T17:12:18.173Z Downloaded samael v0.0.15
8562024-09-09T17:12:18.197Z Downloaded difflib v0.4.0
8572024-09-09T17:12:18.197Z Downloaded diff v0.1.13
8582024-09-09T17:12:18.197Z Downloaded diesel_table_macro_syntax v0.2.0
8592024-09-09T17:12:18.197Z Downloaded diesel_derives v2.2.2
8602024-09-09T17:12:18.197Z Downloaded dhcproto-macros v0.1.0
8612024-09-09T17:12:18.197Z Downloaded dhcproto v0.12.0
8622024-09-09T17:12:18.197Z Downloaded des v0.8.1
8632024-09-09T17:12:18.197Z Downloaded der_derive v0.7.2
8642024-09-09T17:12:18.197Z Downloaded der v0.7.9
8652024-09-09T17:12:18.220Z Downloaded zip v0.6.6
8662024-09-09T17:12:18.220Z Downloaded zeroize v1.7.0
8672024-09-09T17:12:18.220Z Downloaded zerocopy v0.6.6
8682024-09-09T17:12:18.220Z Downloaded object v0.30.4
8692024-09-09T17:12:18.244Z Downloaded nix v0.28.0
8702024-09-09T17:12:18.244Z Downloaded nix v0.27.1
8712024-09-09T17:12:18.267Z Downloaded libm v0.2.8
8722024-09-09T17:12:18.267Z Downloaded libloading v0.8.3
8732024-09-09T17:12:18.267Z Downloaded idna v0.5.0
8742024-09-09T17:12:18.291Z Downloaded idna v0.4.0
8752024-09-09T17:12:18.291Z Downloaded idna v0.3.0
8762024-09-09T17:12:18.291Z Downloaded idna v0.2.3
8772024-09-09T17:12:18.319Z Downloaded crypto-bigint v0.5.5
8782024-09-09T17:12:18.319Z Downloaded crossterm v0.27.0
8792024-09-09T17:12:18.319Z Downloaded crossbeam-channel v0.5.12
8802024-09-09T17:12:18.320Z Downloaded bstr v1.9.1
8812024-09-09T17:12:18.345Z Downloaded base64 v0.13.1
8822024-09-09T17:12:18.345Z Downloaded derive_builder_macro v0.20.0
8832024-09-09T17:12:18.345Z Downloaded derive_builder_core v0.20.0
8842024-09-09T17:12:18.346Z Downloaded derive_builder v0.20.0
8852024-09-09T17:12:18.346Z Downloaded derive-where v1.2.7
8862024-09-09T17:12:18.346Z Downloaded deranged v0.3.11
8872024-09-09T17:12:18.369Z Downloaded defmt-parser v0.3.4
8882024-09-09T17:12:18.369Z Downloaded defmt-macros v0.3.9
8892024-09-09T17:12:18.369Z Downloaded defmt v0.3.8
8902024-09-09T17:12:18.369Z Downloaded debug-ignore v1.0.5
8912024-09-09T17:12:18.369Z Downloaded data-encoding v2.6.0
8922024-09-09T17:12:18.369Z Downloaded zone_cfg_derive v0.3.0
8932024-09-09T17:12:18.369Z Downloaded zone_cfg_derive v0.1.2
8942024-09-09T17:12:18.369Z Downloaded zone v0.3.0
8952024-09-09T17:12:18.369Z Downloaded zone v0.1.8
8962024-09-09T17:12:18.369Z Downloaded zeroize_derive v1.4.2
8972024-09-09T17:12:18.369Z Downloaded yasna v0.5.2
8982024-09-09T17:12:18.369Z Downloaded xattr v1.3.1
8992024-09-09T17:12:18.369Z Downloaded sha1 v0.10.6
9002024-09-09T17:12:18.369Z Downloaded serde_yaml v0.9.34+deprecated
9012024-09-09T17:12:18.393Z Downloaded serde_with_macros v3.9.0
9022024-09-09T17:12:18.393Z Downloaded serde_with v3.9.0
9032024-09-09T17:12:18.393Z Downloaded serde_urlencoded v0.7.1
9042024-09-09T17:12:18.393Z Downloaded serde_repr v0.1.19
9052024-09-09T17:12:18.393Z Downloaded serde_path_to_error v0.1.16
9062024-09-09T17:12:18.393Z Downloaded serde_arrays v0.1.0
9072024-09-09T17:12:18.393Z Downloaded serde-hex v0.1.0
9082024-09-09T17:12:18.393Z Downloaded serde-big-array v0.5.1
9092024-09-09T17:12:18.417Z Downloaded secrecy v0.8.0
9102024-09-09T17:12:18.417Z Downloaded sec1 v0.7.3
9112024-09-09T17:12:18.417Z Downloaded scrypt v0.11.0
9122024-09-09T17:12:18.417Z Downloaded scopeguard v1.2.0
9132024-09-09T17:12:18.417Z Downloaded schemars_derive v0.8.21
9142024-09-09T17:12:18.417Z Downloaded scheduled-thread-pool v0.2.7
9152024-09-09T17:12:18.417Z Downloaded same-file v1.0.6
9162024-09-09T17:12:18.417Z Downloaded num_enum_derive v0.5.11
9172024-09-09T17:12:18.417Z Downloaded num-traits v0.2.19
9182024-09-09T17:12:18.417Z Downloaded num-rational v0.4.2
9192024-09-09T17:12:18.417Z Downloaded num-iter v0.1.45
9202024-09-09T17:12:18.417Z Downloaded num-derive v0.4.2
9212024-09-09T17:12:18.417Z Downloaded num-complex v0.4.6
9222024-09-09T17:12:18.417Z Downloaded num-bigint-dig v0.8.4
9232024-09-09T17:12:18.441Z Downloaded num-bigint v0.4.5
9242024-09-09T17:12:18.441Z Downloaded num v0.4.3
9252024-09-09T17:12:18.441Z Downloaded nom v7.1.3
9262024-09-09T17:12:18.441Z Downloaded nodrop v0.1.14
9272024-09-09T17:12:18.441Z Downloaded native-tls v0.2.11
9282024-09-09T17:12:18.441Z Downloaded multimap v0.10.0
9292024-09-09T17:12:18.464Z Downloaded multer v3.1.0
9302024-09-09T17:12:18.464Z Downloaded mockall_derive v0.13.0
9312024-09-09T17:12:18.464Z Downloaded mio v1.0.2
9322024-09-09T17:12:18.464Z Downloaded mio v0.8.11
9332024-09-09T17:12:18.464Z Downloaded miniz_oxide v0.7.2
9342024-09-09T17:12:18.464Z Downloaded minimal-lexical v0.2.1
9352024-09-09T17:12:18.488Z Downloaded mime_guess v2.0.4
9362024-09-09T17:12:18.488Z Downloaded memoffset v0.9.1
9372024-09-09T17:12:18.488Z Downloaded memmap2 v0.9.4
9382024-09-09T17:12:18.488Z Downloaded md5 v0.7.0
9392024-09-09T17:12:18.488Z Downloaded maybe-uninit v2.0.0
9402024-09-09T17:12:18.488Z Downloaded match_cfg v0.1.0
9412024-09-09T17:12:18.488Z Downloaded managed v0.8.0
9422024-09-09T17:12:18.488Z Downloaded linked-hash-map v0.5.6
9432024-09-09T17:12:18.488Z Downloaded linear-map v1.2.0
9442024-09-09T17:12:18.488Z Downloaded libxml v0.3.3
9452024-09-09T17:12:18.511Z Downloaded lazycell v1.3.0
9462024-09-09T17:12:18.511Z Downloaded lalrpop-util v0.19.12
9472024-09-09T17:12:18.511Z Downloaded lalrpop v0.19.12
9482024-09-09T17:12:18.511Z Downloaded kstat-rs v0.2.4
9492024-09-09T17:12:18.512Z Downloaded jobserver v0.1.32
9502024-09-09T17:12:18.512Z Downloaded itertools v0.13.0
9512024-09-09T17:12:18.535Z Downloaded itertools v0.12.1
9522024-09-09T17:12:18.535Z Downloaded itertools v0.10.5
9532024-09-09T17:12:18.535Z Downloaded is_ci v1.2.0
9542024-09-09T17:12:18.558Z Downloaded is-terminal v0.4.12
9552024-09-09T17:12:18.558Z Downloaded ipnet v2.9.0
9562024-09-09T17:12:18.558Z Downloaded instant v0.1.12
9572024-09-09T17:12:18.558Z Downloaded inout v0.1.3
9582024-09-09T17:12:18.558Z Downloaded indicatif v0.17.8
9592024-09-09T17:12:18.558Z Downloaded indexmap v1.9.3
9602024-09-09T17:12:18.558Z Downloaded indent_write v2.2.0
9612024-09-09T17:12:18.558Z Downloaded ident_case v1.0.1
9622024-09-09T17:12:18.558Z Downloaded iana-time-zone v0.1.60
9632024-09-09T17:12:18.559Z Downloaded hyper-tls v0.5.0
9642024-09-09T17:12:18.559Z Downloaded hyper-rustls v0.24.2
9652024-09-09T17:12:18.582Z Downloaded hyper v0.14.30
9662024-09-09T17:12:18.582Z Downloaded humantime v2.1.0
9672024-09-09T17:12:18.582Z Downloaded crossbeam-epoch v0.9.18
9682024-09-09T17:12:18.582Z Downloaded cfg_aliases v0.1.1
9692024-09-09T17:12:18.582Z Downloaded cexpr v0.6.0
9702024-09-09T17:12:18.582Z Downloaded cassowary v0.3.0
9712024-09-09T17:12:18.582Z Downloaded blake3 v1.5.1
9722024-09-09T17:12:18.606Z Downloaded blake2 v0.10.6
9732024-09-09T17:12:18.606Z Downloaded backtrace v0.3.71
9742024-09-09T17:12:18.606Z Downloaded num_threads v0.1.7
9752024-09-09T17:12:18.606Z Downloaded num_enum v0.5.11
9762024-09-09T17:12:18.606Z Downloaded num-integer v0.1.46
9772024-09-09T17:12:18.606Z Downloaded num-conv v0.1.0
9782024-09-09T17:12:18.606Z Downloaded nu-ansi-term v0.50.0
9792024-09-09T17:12:18.629Z Downloaded normalize-line-endings v0.3.0
9802024-09-09T17:12:18.629Z Downloaded nibble_vec v0.1.0
9812024-09-09T17:12:18.629Z Downloaded newtype_derive v0.1.6
9822024-09-09T17:12:18.629Z Downloaded newtype-uuid v1.1.0
9832024-09-09T17:12:18.629Z Downloaded newline-converter v0.3.0
9842024-09-09T17:12:18.630Z Downloaded new_debug_unreachable v1.0.6
9852024-09-09T17:12:18.630Z Downloaded nanorand v0.7.0
9862024-09-09T17:12:18.630Z Downloaded mockall v0.13.0
9872024-09-09T17:12:18.630Z Downloaded mime v0.3.17
9882024-09-09T17:12:18.630Z Downloaded md-5 v0.10.6
9892024-09-09T17:12:18.630Z Downloaded matches v0.1.10
9902024-09-09T17:12:18.630Z Downloaded maplit v1.0.2
9912024-09-09T17:12:18.630Z Downloaded lru-cache v0.1.2
9922024-09-09T17:12:18.630Z Downloaded lru v0.12.3
9932024-09-09T17:12:18.630Z Downloaded lock_api v0.4.12
9942024-09-09T17:12:18.630Z Downloaded libsw v3.3.1
9952024-09-09T17:12:18.654Z Downloaded libefi-sys v0.1.0
9962024-09-09T17:12:18.654Z Downloaded lazy_static v1.5.0
9972024-09-09T17:12:18.654Z Downloaded keccak v0.1.5
9982024-09-09T17:12:18.654Z Downloaded ipnetwork v0.20.0
9992024-09-09T17:12:18.654Z Downloaded internet-checksum v0.2.1
10002024-09-09T17:12:18.654Z Downloaded instability v0.3.2
10012024-09-09T17:12:18.654Z Downloaded indoc v1.0.9
10022024-09-09T17:12:18.654Z Downloaded impl-trait-for-tuples v0.2.2
10032024-09-09T17:12:18.654Z Downloaded httpdate v1.0.3
10042024-09-09T17:12:18.654Z Downloaded httparse v1.8.0
10052024-09-09T17:12:18.654Z Downloaded http-body v0.4.6
10062024-09-09T17:12:18.654Z Downloaded http v1.1.0
10072024-09-09T17:12:18.677Z Downloaded http v0.2.12
10082024-09-09T17:12:18.677Z Downloaded hostname v0.4.0
10092024-09-09T17:12:18.677Z Downloaded hostname v0.3.1
10102024-09-09T17:12:18.677Z Downloaded home v0.5.9
10112024-09-09T17:12:18.677Z Downloaded hickory-server v0.24.1
10122024-09-09T17:12:18.678Z Downloaded darling_macro v0.20.9
10132024-09-09T17:12:18.678Z Downloaded darling_core v0.20.9
10142024-09-09T17:12:18.678Z Downloaded curve25519-dalek-derive v0.1.1
10152024-09-09T17:12:18.701Z Downloaded curve25519-dalek v4.1.3
10162024-09-09T17:12:18.701Z Downloaded ctr v0.9.2
10172024-09-09T17:12:18.701Z Downloaded crucible-workspace-hack v0.1.0
10182024-09-09T17:12:18.701Z Downloaded crossterm v0.28.1
10192024-09-09T17:12:18.701Z Downloaded crc-catalog v2.4.0
10202024-09-09T17:12:18.701Z Downloaded crc v3.2.1
10212024-09-09T17:12:18.724Z Downloaded cookie_store v0.20.0
10222024-09-09T17:12:18.724Z Downloaded cookie v0.18.1
10232024-09-09T17:12:18.725Z Downloaded cookie v0.17.0
10242024-09-09T17:12:18.725Z Downloaded convert_case v0.4.0
10252024-09-09T17:12:18.725Z Downloaded constant_time_eq v0.3.0
10262024-09-09T17:12:18.725Z Downloaded const_format_proc_macros v0.2.32
10272024-09-09T17:12:18.725Z Downloaded const_format v0.2.32
10282024-09-09T17:12:18.725Z Downloaded const-oid v0.9.6
10292024-09-09T17:12:18.748Z Downloaded compact_str v0.8.0
10302024-09-09T17:12:18.748Z Downloaded clang-sys v1.7.0
10312024-09-09T17:12:18.748Z Downloaded ciborium-ll v0.2.2
10322024-09-09T17:12:18.748Z Downloaded ciborium v0.2.2
10332024-09-09T17:12:18.748Z Downloaded chrono v0.4.38
10342024-09-09T17:12:18.748Z Downloaded chacha20poly1305 v0.10.1
10352024-09-09T17:12:18.748Z Downloaded bytes v1.7.1
10362024-09-09T17:12:18.771Z Downloaded block-padding v0.3.3
10372024-09-09T17:12:18.771Z Downloaded bitvec v1.0.1
10382024-09-09T17:12:18.795Z Downloaded bitstruct_derive v0.1.0
10392024-09-09T17:12:18.795Z Downloaded bitflags v1.3.2
10402024-09-09T17:12:18.795Z Downloaded bitfield-struct v0.6.1
10412024-09-09T17:12:18.795Z Downloaded bitfield v0.14.0
10422024-09-09T17:12:18.795Z Downloaded bit-vec v0.6.3
10432024-09-09T17:12:18.795Z Downloaded bit-set v0.5.3
10442024-09-09T17:12:18.795Z Downloaded bindgen v0.69.4
10452024-09-09T17:12:18.795Z Downloaded bcs v0.1.6
10462024-09-09T17:12:18.795Z Downloaded bcrypt-pbkdf v0.10.0
10472024-09-09T17:12:18.818Z Downloaded bb8 v0.8.5
10482024-09-09T17:12:18.818Z Downloaded base64ct v1.6.0
10492024-09-09T17:12:18.818Z Downloaded base64 v0.22.1
10502024-09-09T17:12:18.818Z Downloaded base64 v0.21.7
10512024-09-09T17:12:18.818Z Downloaded base16ct v0.2.0
10522024-09-09T17:12:18.818Z Downloaded backoff v0.4.0
10532024-09-09T17:12:18.818Z Downloaded atty v0.2.14
10542024-09-09T17:12:18.819Z Downloaded atomic-waker v1.1.2
10552024-09-09T17:12:18.819Z Downloaded async-trait v0.1.81
10562024-09-09T17:12:18.842Z Downloaded async-stream-impl v0.3.5
10572024-09-09T17:12:18.842Z Downloaded async-stream v0.3.5
10582024-09-09T17:12:18.842Z Downloaded async-recursion v1.1.1
10592024-09-09T17:12:18.842Z Downloaded async-bb8-diesel v0.2.1
10602024-09-09T17:12:18.842Z Downloaded assert_matches v1.5.0
10612024-09-09T17:12:18.842Z Downloaded ascii-canvas v3.0.0
10622024-09-09T17:12:18.842Z Downloaded ascii v1.1.0
10632024-09-09T17:12:18.842Z Downloaded arrayvec v0.7.4
10642024-09-09T17:12:18.842Z Downloaded arrayref v0.3.7
10652024-09-09T17:12:18.842Z Downloaded array-init v0.0.4
10662024-09-09T17:12:18.842Z Downloaded argon2 v0.5.3
10672024-09-09T17:12:18.842Z Downloaded arc-swap v1.7.1
10682024-09-09T17:12:18.866Z Downloaded allocator-api2 v0.2.18
10692024-09-09T17:12:18.866Z Downloaded aho-corasick v1.1.3
10702024-09-09T17:12:18.866Z Downloaded ahash v0.8.11
10712024-09-09T17:12:18.866Z Downloaded aes-gcm v0.10.3
10722024-09-09T17:12:18.866Z Downloaded aes v0.8.4
10732024-09-09T17:12:18.889Z Downloaded hubpack_derive v0.1.1
10742024-09-09T17:12:18.889Z Downloaded hubpack v0.1.2
10752024-09-09T17:12:18.889Z Downloaded http-range v0.1.5
10762024-09-09T17:12:18.889Z Downloaded darling v0.20.9
10772024-09-09T17:12:18.889Z Downloaded csv-core v0.1.11
10782024-09-09T17:12:18.889Z Downloaded crossbeam-utils v0.8.19
10792024-09-09T17:12:18.890Z Downloaded crossbeam-deque v0.8.5
10802024-09-09T17:12:18.890Z Downloaded crc32fast v1.4.0
10812024-09-09T17:12:18.890Z Downloaded crc-any v2.5.0
10822024-09-09T17:12:18.890Z Downloaded console v0.15.8
10832024-09-09T17:12:18.914Z Downloaded colored v2.1.0
10842024-09-09T17:12:18.914Z Downloaded chacha20 v0.9.1
10852024-09-09T17:12:18.914Z Downloaded cc v1.0.97
10862024-09-09T17:12:18.914Z Downloaded cbc v0.1.2
10872024-09-09T17:12:18.914Z Downloaded castaway v0.2.3
10882024-09-09T17:12:18.914Z Downloaded cancel-safe-futures v0.1.5
10892024-09-09T17:12:18.914Z Downloaded bzip2 v0.4.4
10902024-09-09T17:12:18.914Z Downloaded buf-list v1.0.3
10912024-09-09T17:12:18.914Z Downloaded blowfish v0.9.1
10922024-09-09T17:12:18.914Z Downloaded aead v0.5.2
10932024-09-09T17:12:18.914Z Downloaded adler v1.0.2
10942024-09-09T17:12:18.937Z Downloaded addr2line v0.21.0
10952024-09-09T17:12:18.937Z Downloaded crunchy v0.2.2
10962024-09-09T17:12:18.937Z Downloaded cobs v0.2.3
10972024-09-09T17:12:18.937Z Downloaded cipher v0.4.4
10982024-09-09T17:12:18.937Z Downloaded ciborium-io v0.2.2
10992024-09-09T17:12:18.937Z Downloaded bitstruct v0.1.1
11002024-09-09T17:12:19.044Z Compiling serde v1.0.208
11012024-09-09T17:12:19.068Z Compiling typenum v1.17.0
11022024-09-09T17:12:19.068Z Compiling generic-array v0.14.7
11032024-09-09T17:12:19.068Z Compiling lock_api v0.4.12
11042024-09-09T17:12:19.068Z Compiling scopeguard v1.2.0
11052024-09-09T17:12:19.068Z Compiling log v0.4.21
11062024-09-09T17:12:19.068Z Compiling syn v2.0.74
11072024-09-09T17:12:19.068Z Compiling getrandom v0.2.14
11082024-09-09T17:12:19.286Z Compiling jobserver v0.1.32
11092024-09-09T17:12:19.518Z Compiling rand_core v0.6.4
11102024-09-09T17:12:19.639Z Compiling cc v1.0.97
11112024-09-09T17:12:19.662Z Compiling subtle v2.5.0
11122024-09-09T17:12:19.734Z Compiling const-oid v0.9.6
11132024-09-09T17:12:19.987Z Compiling smallvec v1.13.2
11142024-09-09T17:12:20.011Z Compiling pin-project-lite v0.2.14
11152024-09-09T17:12:20.034Z Compiling parking_lot_core v0.9.10
11162024-09-09T17:12:20.132Z Compiling signal-hook-registry v1.4.2
11172024-09-09T17:12:20.155Z Compiling spin v0.9.8
11182024-09-09T17:12:20.370Z Compiling mio v1.0.2
11192024-09-09T17:12:20.508Z Compiling ahash v0.8.11
11202024-09-09T17:12:21.157Z Compiling parking_lot v0.12.2
11212024-09-09T17:12:21.204Z Compiling tinyvec_macros v0.1.1
11222024-09-09T17:12:21.305Z Compiling tinyvec v1.6.0
11232024-09-09T17:12:21.516Z Compiling socket2 v0.5.7
11242024-09-09T17:12:21.579Z Compiling serde_json v1.0.125
11252024-09-09T17:12:21.787Z Compiling futures-sink v0.3.30
11262024-09-09T17:12:21.857Z Compiling libm v0.2.8
11272024-09-09T17:12:21.983Z Compiling cpufeatures v0.2.12
11282024-09-09T17:12:22.023Z Compiling futures-core v0.3.30
11292024-09-09T17:12:22.148Z Compiling slab v0.4.9
11302024-09-09T17:12:22.172Z Compiling num-traits v0.2.19
11312024-09-09T17:12:22.404Z Compiling unicode-bidi v0.3.15
11322024-09-09T17:12:22.435Z Compiling allocator-api2 v0.2.18
11332024-09-09T17:12:22.731Z Compiling unicode-normalization v0.1.23
11342024-09-09T17:12:22.921Z Compiling futures-channel v0.3.30
11352024-09-09T17:12:23.237Z Compiling vcpkg v0.2.15
11362024-09-09T17:12:23.325Z Compiling futures-io v0.3.30
11372024-09-09T17:12:23.349Z Compiling pin-utils v0.1.0
11382024-09-09T17:12:23.445Z Compiling futures-task v0.3.30
11392024-09-09T17:12:23.630Z Compiling pkg-config v0.3.30
11402024-09-09T17:12:23.774Z Compiling base64ct v1.6.0
11412024-09-09T17:12:23.849Z Compiling ring v0.17.8
11422024-09-09T17:12:23.883Z Compiling percent-encoding v2.3.1
11432024-09-09T17:12:24.032Z Compiling flagset v0.4.5
11442024-09-09T17:12:24.226Z Compiling pem-rfc7468 v0.7.0
11452024-09-09T17:12:24.252Z Compiling ppv-lite86 v0.2.17
11462024-09-09T17:12:24.350Z Compiling tracing-core v0.1.32
11472024-09-09T17:12:24.901Z Compiling rand_chacha v0.3.1
11482024-09-09T17:12:24.925Z Compiling rustix v0.38.34
11492024-09-09T17:12:24.998Z Compiling untrusted v0.9.0
11502024-09-09T17:12:25.157Z Compiling powerfmt v0.2.0
11512024-09-09T17:12:25.180Z Compiling openssl-sys v0.9.103
11522024-09-09T17:12:25.426Z Compiling rand v0.8.5
11532024-09-09T17:12:25.517Z Compiling num-conv v0.1.0
11542024-09-09T17:12:25.558Z Compiling httparse v1.8.0
11552024-09-09T17:12:25.720Z Compiling openssl v0.10.66
11562024-09-09T17:12:25.824Z Compiling foreign-types-shared v0.1.1
11572024-09-09T17:12:25.924Z Compiling time-core v0.1.2
11582024-09-09T17:12:26.004Z Compiling rustversion v1.0.17
11592024-09-09T17:12:26.084Z Compiling time-macros v0.2.18
11602024-09-09T17:12:26.137Z Compiling foreign-types v0.3.2
11612024-09-09T17:12:26.230Z Compiling deranged v0.3.11
11622024-09-09T17:12:26.739Z Compiling form_urlencoded v1.2.1
11632024-09-09T17:12:26.763Z Compiling aho-corasick v1.1.3
11642024-09-09T17:12:27.032Z Compiling rustls v0.21.12
11652024-09-09T17:12:27.173Z Compiling try-lock v0.2.5
11662024-09-09T17:12:27.265Z Compiling crossbeam-utils v0.8.19
11672024-09-09T17:12:27.317Z Compiling regex-syntax v0.8.4
11682024-09-09T17:12:27.375Z Compiling syn v1.0.109
11692024-09-09T17:12:27.814Z Compiling num_threads v0.1.7
11702024-09-09T17:12:27.837Z Compiling native-tls v0.2.11
11712024-09-09T17:12:27.939Z Compiling siphasher v0.3.11
11722024-09-09T17:12:28.059Z Compiling want v0.3.1
11732024-09-09T17:12:28.320Z Compiling idna v0.5.0
11742024-09-09T17:12:28.797Z Compiling time v0.3.36
11752024-09-09T17:12:28.867Z Compiling cookie v0.17.0
11762024-09-09T17:12:29.153Z Compiling adler v1.0.2
11772024-09-09T17:12:29.397Z Compiling finl_unicode v1.2.0
11782024-09-09T17:12:29.444Z Compiling httpdate v1.0.3
11792024-09-09T17:12:29.769Z Compiling iana-time-zone v0.1.60
11802024-09-09T17:12:29.915Z Compiling tower-service v0.3.2
11812024-09-09T17:12:29.971Z Compiling slog v2.7.0
11822024-09-09T17:12:30.038Z Compiling openssl-probe v0.1.5
11832024-09-09T17:12:30.201Z Compiling stringprep v0.1.4
11842024-09-09T17:12:30.350Z Compiling regex-automata v0.4.6
11852024-09-09T17:12:30.498Z Compiling miniz_oxide v0.7.2
11862024-09-09T17:12:31.344Z Compiling url v2.5.2
11872024-09-09T17:12:31.877Z Compiling sct v0.7.1
11882024-09-09T17:12:32.158Z Compiling rustls-webpki v0.101.7
11892024-09-09T17:12:32.263Z Compiling serde_derive v1.0.208
11902024-09-09T17:12:32.537Z Compiling zeroize_derive v1.4.2
11912024-09-09T17:12:32.968Z Compiling zerocopy-derive v0.7.34
11922024-09-09T17:12:32.991Z Compiling tokio-macros v2.4.0
11932024-09-09T17:12:33.136Z Compiling thiserror-impl v1.0.63
11942024-09-09T17:12:33.431Z Compiling futures-macro v0.3.30
11952024-09-09T17:12:33.794Z Compiling der_derive v0.7.2
11962024-09-09T17:12:33.843Z Compiling zeroize v1.7.0
11972024-09-09T17:12:34.408Z Compiling tracing-attributes v0.1.27
11982024-09-09T17:12:34.971Z Compiling zerocopy v0.7.34
11992024-09-09T17:12:35.187Z Compiling futures-util v0.3.30
12002024-09-09T17:12:35.464Z Compiling crypto-common v0.1.6
12012024-09-09T17:12:35.730Z Compiling block-buffer v0.10.4
12022024-09-09T17:12:35.976Z Compiling digest v0.10.7
12032024-09-09T17:12:35.999Z Compiling block-padding v0.3.3
12042024-09-09T17:12:35.999Z Compiling thiserror v1.0.63
12052024-09-09T17:12:36.154Z Compiling pest v2.7.10
12062024-09-09T17:12:36.237Z Compiling inout v0.1.3
12072024-09-09T17:12:36.411Z Compiling hmac v0.12.1
12082024-09-09T17:12:36.491Z Compiling cipher v0.4.4
12092024-09-09T17:12:36.639Z Compiling sha2 v0.10.8
12102024-09-09T17:12:36.959Z Compiling hashbrown v0.14.5
12112024-09-09T17:12:36.982Z Compiling salsa20 v0.10.2
12122024-09-09T17:12:37.221Z Compiling pbkdf2 v0.12.2
12132024-09-09T17:12:37.354Z Compiling der v0.7.9
12142024-09-09T17:12:37.682Z Compiling scroll_derive v0.12.0
12152024-09-09T17:12:38.170Z Compiling tracing v0.1.40
12162024-09-09T17:12:38.638Z Compiling pest_meta v2.7.10
12172024-09-09T17:12:38.703Z Compiling scrypt v0.11.0
12182024-09-09T17:12:38.964Z Compiling scroll v0.12.0
12192024-09-09T17:12:39.238Z Compiling spki v0.7.3
12202024-09-09T17:12:39.403Z Compiling aes v0.8.4
12212024-09-09T17:12:39.513Z Compiling cbc v0.1.2
12222024-09-09T17:12:39.588Z Compiling goblin v0.8.2
12232024-09-09T17:12:39.728Z Compiling openssl-macros v0.1.1
12242024-09-09T17:12:40.254Z Compiling pest_generator v2.7.10
12252024-09-09T17:12:40.387Z Compiling pkcs5 v0.7.1
12262024-09-09T17:12:40.620Z Compiling md-5 v0.10.6
12272024-09-09T17:12:41.483Z Compiling pkcs8 v0.10.2
12282024-09-09T17:12:41.679Z Compiling num-integer v0.1.46
12292024-09-09T17:12:41.990Z Compiling backtrace v0.3.71
12302024-09-09T17:12:42.125Z Compiling idna v0.3.0
12312024-09-09T17:12:42.346Z Compiling lazy_static v1.5.0
12322024-09-09T17:12:42.401Z Compiling hash32 v0.2.1
12332024-09-09T17:12:42.467Z Compiling base64 v0.22.1
12342024-09-09T17:12:42.732Z Compiling gimli v0.28.1
12352024-09-09T17:12:42.980Z Compiling pest_derive v2.7.10
12362024-09-09T17:12:43.137Z Compiling stable_deref_trait v1.2.0
12372024-09-09T17:12:43.235Z Compiling psl-types v2.0.11
12382024-09-09T17:12:43.406Z Compiling crc32fast v1.4.0
12392024-09-09T17:12:43.430Z Compiling cfg_aliases v0.1.1
12402024-09-09T17:12:43.538Z Compiling smoltcp v0.9.1
12412024-09-09T17:12:43.674Z Compiling dtrace-parser v0.2.0
12422024-09-09T17:12:43.875Z Compiling signal-hook v0.3.17
12432024-09-09T17:12:44.142Z Compiling fallible-iterator v0.2.0
12442024-09-09T17:12:44.217Z Compiling num-bigint-dig v0.8.4
12452024-09-09T17:12:44.549Z Compiling bytes v1.7.1
12462024-09-09T17:12:44.677Z Compiling bitflags v2.6.0
12472024-09-09T17:12:45.130Z Compiling indexmap v2.4.0
12482024-09-09T17:12:45.693Z Compiling tokio v1.39.3
12492024-09-09T17:12:45.835Z Compiling http v0.2.12
12502024-09-09T17:12:46.498Z Compiling semver v1.0.23
12512024-09-09T17:12:47.180Z Compiling rustc_version v0.4.0
12522024-09-09T17:12:47.673Z Compiling http-body v0.4.6
12532024-09-09T17:12:47.891Z Compiling heapless v0.7.17
12542024-09-09T17:12:48.080Z Compiling dof v0.3.0
12552024-09-09T17:12:48.276Z Compiling uuid v1.10.0
12562024-09-09T17:12:48.649Z Compiling toml_datetime v0.6.8
12572024-09-09T17:12:48.704Z Compiling serde_tokenstream v0.2.2
12582024-09-09T17:12:49.110Z Compiling usdt-impl v0.5.0
12592024-09-09T17:12:49.265Z Compiling chrono v0.4.38
12602024-09-09T17:12:49.496Z Compiling serde_spanned v0.6.7
12612024-09-09T17:12:49.716Z Compiling terminal_size v0.3.0
12622024-09-09T17:12:49.900Z Compiling addr2line v0.21.0
12632024-09-09T17:12:49.985Z Compiling postgres-protocol v0.6.7
12642024-09-09T17:12:50.636Z Compiling nix v0.28.0
12652024-09-09T17:12:50.692Z Compiling publicsuffix v2.2.3
12662024-09-09T17:12:50.903Z Compiling num-iter v0.1.45
12672024-09-09T17:12:50.932Z Compiling async-trait v0.1.81
12682024-09-09T17:12:51.094Z Compiling zerocopy-derive v0.6.6
12692024-09-09T17:12:52.058Z Compiling phf_shared v0.11.2
12702024-09-09T17:12:52.154Z Compiling serde_derive_internals v0.29.1
12712024-09-09T17:12:52.396Z Compiling ff v0.13.0
12722024-09-09T17:12:52.450Z Compiling object v0.32.2
12732024-09-09T17:12:52.604Z Compiling fs-err v2.11.0
12742024-09-09T17:12:52.863Z Compiling rustc-demangle v0.1.24
12752024-09-09T17:12:52.951Z Compiling winnow v0.5.40
12762024-09-09T17:12:53.230Z Compiling tokio-util v0.7.11
12772024-09-09T17:12:53.728Z Compiling hubpack_derive v0.1.1
12782024-09-09T17:12:54.268Z Compiling h2 v0.3.26
12792024-09-09T17:12:54.436Z Compiling tokio-native-tls v0.3.1
12802024-09-09T17:12:54.502Z Compiling tokio-rustls v0.24.1
12812024-09-09T17:12:54.566Z Compiling schemars v0.8.21
12822024-09-09T17:12:54.689Z Compiling anyhow v1.0.86
12832024-09-09T17:12:54.855Z Compiling base16ct v0.2.0
12842024-09-09T17:12:54.887Z Compiling either v1.13.0
12852024-09-09T17:12:55.151Z Compiling bitflags v1.3.2
12862024-09-09T17:12:55.223Z Compiling ipnet v2.9.0
12872024-09-09T17:12:55.249Z Compiling base64 v0.21.7
12882024-09-09T17:12:55.273Z Compiling managed v0.8.0
12892024-09-09T17:12:55.445Z Compiling clap_builder v4.5.15
12902024-09-09T17:12:55.940Z Compiling toml_edit v0.19.15
12912024-09-09T17:12:56.244Z Compiling rustls-pemfile v1.0.4
12922024-09-09T17:12:56.469Z Compiling sec1 v0.7.3
12932024-09-09T17:12:56.646Z Compiling schemars_derive v0.8.21
12942024-09-09T17:12:56.939Z Compiling hubpack v0.1.2
12952024-09-09T17:12:57.326Z Compiling zerocopy v0.6.6
12962024-09-09T17:12:57.623Z Compiling group v0.13.0
12972024-09-09T17:12:58.038Z Compiling phf v0.11.2
12982024-09-09T17:12:58.295Z Compiling cookie_store v0.20.0
12992024-09-09T17:12:58.533Z Compiling postgres-types v0.2.7
13002024-09-09T17:12:59.656Z Compiling usdt-macro v0.5.0
13012024-09-09T17:12:59.865Z Compiling usdt-attr-macro v0.5.0
13022024-09-09T17:13:00.491Z Compiling hyper v0.14.30
13032024-09-09T17:13:00.941Z Compiling serde_urlencoded v0.7.1
13042024-09-09T17:13:00.965Z Compiling pkcs1 v0.7.5
13052024-09-09T17:13:01.284Z Compiling futures-executor v0.3.30
13062024-09-09T17:13:01.422Z Compiling hkdf v0.12.4
13072024-09-09T17:13:01.655Z Compiling signature v2.2.0
13082024-09-09T17:13:01.783Z Compiling crypto-bigint v0.5.5
13092024-09-09T17:13:01.857Z Compiling regex v1.10.6
13102024-09-09T17:13:01.935Z Compiling bstr v1.9.1
13112024-09-09T17:13:02.587Z Compiling enum-as-inner v0.6.0
13122024-09-09T17:13:02.770Z Compiling clap_derive v4.5.13
13132024-09-09T17:13:03.036Z Compiling serde_repr v0.1.19
13142024-09-09T17:13:03.313Z Compiling strum_macros v0.25.3
13152024-09-09T17:13:03.439Z Compiling phf_shared v0.10.0
13162024-09-09T17:13:03.477Z Compiling float-cmp v0.9.0
13172024-09-09T17:13:03.674Z Compiling idna v0.4.0
13182024-09-09T17:13:03.793Z Compiling mio v0.8.11
13192024-09-09T17:13:03.982Z Compiling encoding_rs v0.8.34
13202024-09-09T17:13:04.951Z Compiling webpki-roots v0.25.4
13212024-09-09T17:13:04.978Z Compiling data-encoding v2.6.0
13222024-09-09T17:13:05.108Z Compiling mime v0.3.17
13232024-09-09T17:13:05.681Z Compiling unicode-segmentation v1.11.0
13242024-09-09T17:13:06.373Z Compiling hyper-tls v0.5.0
13252024-09-09T17:13:06.693Z Compiling hyper-rustls v0.24.2
13262024-09-09T17:13:06.716Z Compiling minimal-lexical v0.2.1
13272024-09-09T17:13:06.741Z Compiling static_assertions v1.1.0
13282024-09-09T17:13:06.835Z Compiling difflib v0.4.0
13292024-09-09T17:13:06.859Z Compiling normalize-line-endings v0.3.0
13302024-09-09T17:13:06.983Z Compiling new_debug_unreachable v1.0.6
13312024-09-09T17:13:07.006Z Compiling whoami v1.5.1
13322024-09-09T17:13:07.029Z Compiling bit-vec v0.6.3
13332024-09-09T17:13:07.085Z Compiling fixedbitset v0.4.2
13342024-09-09T17:13:07.181Z Compiling predicates-core v1.0.6
13352024-09-09T17:13:07.435Z Compiling sync_wrapper v0.1.2
13362024-09-09T17:13:07.501Z Compiling precomputed-hash v0.1.1
13372024-09-09T17:13:07.524Z Compiling dyn-clone v1.0.17
13382024-09-09T17:13:07.548Z Compiling reqwest v0.11.27
13392024-09-09T17:13:07.571Z Compiling toml_edit v0.22.20
13402024-09-09T17:13:07.594Z Compiling string_cache v0.8.7
13412024-09-09T17:13:07.618Z Compiling console v0.15.8
13422024-09-09T17:13:07.998Z Compiling predicates v3.1.2
13432024-09-09T17:13:08.174Z Compiling petgraph v0.6.5
13442024-09-09T17:13:08.797Z Compiling bit-set v0.5.3
13452024-09-09T17:13:08.908Z Compiling tokio-postgres v0.7.11
13462024-09-09T17:13:09.054Z Compiling nom v7.1.3
13472024-09-09T17:13:09.480Z Compiling clap v4.5.16
13482024-09-09T17:13:09.591Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13492024-09-09T17:13:10.918Z Compiling similar v2.6.0
13502024-09-09T17:13:10.944Z Compiling hickory-proto v0.24.1
13512024-09-09T17:13:11.527Z Compiling signal-hook-mio v0.2.4
13522024-09-09T17:13:11.684Z Compiling elliptic-curve v0.13.8
13532024-09-09T17:13:12.089Z Compiling usdt v0.5.0
13542024-09-09T17:13:12.390Z Compiling rsa v0.9.6
13552024-09-09T17:13:12.520Z Compiling futures v0.3.30
13562024-09-09T17:13:12.633Z Compiling flate2 v1.0.31
13572024-09-09T17:13:13.504Z Compiling toml v0.7.8
13582024-09-09T17:13:14.450Z Compiling itertools v0.10.5
13592024-09-09T17:13:14.613Z Compiling itertools v0.12.1
13602024-09-09T17:13:14.770Z Compiling tokio-stream v0.1.15
13612024-09-09T17:13:14.966Z Compiling openapiv3 v2.0.0
13622024-09-09T17:13:15.630Z Compiling hex v0.4.3
13632024-09-09T17:13:16.170Z Compiling sha1 v0.10.6
13642024-09-09T17:13:16.520Z Compiling crossbeam-epoch v0.9.18
13652024-09-09T17:13:16.769Z Compiling dirs-sys-next v0.1.2
13662024-09-09T17:13:16.798Z Compiling unicode-xid v0.2.4
13672024-09-09T17:13:16.960Z Compiling peg-runtime v0.8.3
13682024-09-09T17:13:17.162Z Compiling lalrpop-util v0.19.12
13692024-09-09T17:13:17.270Z Compiling dirs-next v2.0.0
13702024-09-09T17:13:17.345Z Compiling thread_local v1.1.8
13712024-09-09T17:13:17.448Z Compiling slog-async v2.8.0
13722024-09-09T17:13:17.473Z Compiling term v0.7.0
13732024-09-09T17:13:17.534Z Compiling xattr v1.3.1
13742024-09-09T17:13:17.771Z Compiling strum_macros v0.26.4
13752024-09-09T17:13:17.833Z Compiling crossbeam-channel v0.5.12
13762024-09-09T17:13:17.962Z Compiling is-terminal v0.4.12
13772024-09-09T17:13:18.092Z Compiling filetime v0.2.25
13782024-09-09T17:13:18.364Z Compiling take_mut v0.2.2
13792024-09-09T17:13:18.503Z Compiling tar v0.4.41
13802024-09-09T17:13:18.795Z Compiling slog-term v2.9.1
13812024-09-09T17:13:18.820Z Compiling camino v1.1.9
13822024-09-09T17:13:19.755Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13832024-09-09T17:13:20.894Z Compiling strum v0.26.3
13842024-09-09T17:13:21.008Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13852024-09-09T17:13:27.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
13862024-09-09T17:13:27.497Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13872024-09-09T17:13:27.564ZSep 09 17:13:27.413 INFO Starting download, target: Clickhouse
13882024-09-09T17:13:27.564ZSep 09 17:13:27.414 INFO Starting download, target: Cockroach
13892024-09-09T17:13:27.564ZSep 09 17:13:27.414 INFO Starting download, target: Console
13902024-09-09T17:13:27.564ZSep 09 17:13:27.414 INFO Starting download, target: DendriteOpenapi
13912024-09-09T17:13:27.564ZSep 09 17:13:27.414 INFO Starting download, target: DendriteStub
13922024-09-09T17:13:27.588ZSep 09 17:13:27.414 INFO Starting download, target: MaghemiteMgd
13932024-09-09T17:13:27.588ZSep 09 17:13:27.414 INFO Starting download, target: TransceiverControl
13942024-09-09T17:13:27.588ZSep 09 17:13:27.415 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13952024-09-09T17:13:27.588ZSep 09 17:13:27.416 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13962024-09-09T17:13:27.588ZSep 09 17:13:27.416 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13972024-09-09T17:13:27.588ZSep 09 17:13:27.416 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13982024-09-09T17:13:27.588ZSep 09 17:13:27.416 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13992024-09-09T17:13:27.588ZSep 09 17:13:27.416 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14002024-09-09T17:13:27.588ZSep 09 17:13:27.416 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14012024-09-09T17:13:27.898ZSep 09 17:13:27.746 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14022024-09-09T17:13:27.930ZSep 09 17:13:27.748 INFO Download complete, target: DendriteOpenapi
14032024-09-09T17:13:28.239ZSep 09 17:13:28.088 INFO Download complete, target: Console
14042024-09-09T17:13:28.459ZSep 09 17:13:28.308 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14052024-09-09T17:13:29.189ZSep 09 17:13:29.038 INFO Download complete, target: TransceiverControl
14062024-09-09T17:13:29.334ZSep 09 17:13:29.183 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14072024-09-09T17:13:29.948ZSep 09 17:13:29.798 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14082024-09-09T17:13:33.060ZSep 09 17:13:32.910 INFO Download complete, target: DendriteStub
14092024-09-09T17:13:33.621ZSep 09 17:13:33.470 INFO Download complete, target: MaghemiteMgd
14102024-09-09T17:13:36.205ZSep 09 17:13:36.052 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14112024-09-09T17:13:36.205ZSep 09 17:13:36.052 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14122024-09-09T17:13:45.689ZSep 09 17:13:45.539 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14132024-09-09T17:13:46.052ZSep 09 17:13:45.902 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14142024-09-09T17:13:46.453ZSep 09 17:13:46.303 INFO Checking that binary works, target: Cockroach
14152024-09-09T17:13:46.674ZSep 09 17:13:46.524 INFO Download complete, target: Cockroach
14162024-09-09T17:14:02.324ZSep 09 17:14:02.174 INFO Checking that binary works, target: Clickhouse
14172024-09-09T17:14:02.519ZSep 09 17:14:02.370 INFO Download complete, target: Clickhouse
14182024-09-09T17:14:02.545ZAll builder prerequisites installed successfully, and PATH looks valid
14192024-09-09T17:14:02.568Z
14202024-09-09T17:14:02.568Zreal 4:12.497465081
14212024-09-09T17:14:02.568Zuser 10:17.762183671
14222024-09-09T17:14:02.568Zsys 2:25.334960367
14232024-09-09T17:14:02.568Ztrap 0.362922914
14242024-09-09T17:14:02.569Ztflt 0.661504473
14252024-09-09T17:14:02.569Zdflt 1.563782279
14262024-09-09T17:14:02.569Zkflt 0.008674466
14272024-09-09T17:14:02.569Zlock 26:23.120596070
14282024-09-09T17:14:02.569Zslp 39:43.836530622
14292024-09-09T17:14:02.569Zlat 46.846150107
14302024-09-09T17:14:02.569Zstop 1:52.601405945
14312024-09-09T17:14:02.569Z+ banner hack-check
14322024-09-09T17:14:02.569Z
14332024-09-09T17:14:02.569Z # # ## #### # # #### # # ###### #### # #
14342024-09-09T17:14:02.569Z # # # # # # # # # # # # # # # # #
14352024-09-09T17:14:02.569Z ###### # # # #### ##### # ###### ##### # ####
14362024-09-09T17:14:02.569Z # # ###### # # # # # # # # # #
14372024-09-09T17:14:02.569Z # # # # # # # # # # # # # # # # #
14382024-09-09T17:14:02.569Z # # # # #### # # #### # # ###### #### # #
14392024-09-09T17:14:02.569Z
14402024-09-09T17:14:02.569Z+ export CARGO_INCREMENTAL=0
14412024-09-09T17:14:02.569Z+ CARGO_INCREMENTAL=0
14422024-09-09T17:14:02.569Z+ ptime -m timeout 2h cargo xtask check-features --ci
14432024-09-09T17:14:03.385Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14442024-09-09T17:14:08.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
14452024-09-09T17:14:08.241Z Running `target/debug/xtask check-features --ci`
14462024-09-09T17:14:08.268Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14472024-09-09T17:14:08.268Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14482024-09-09T17:14:08.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
14492024-09-09T17:14:09.015Z Running `target/debug/xtask download cargo-hack`
14502024-09-09T17:14:10.155Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14512024-09-09T17:14:10.478Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14522024-09-09T17:14:16.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.06s
14532024-09-09T17:14:16.231Z Running `target/debug/xtask-downloader cargo-hack`
14542024-09-09T17:14:16.278ZSep 09 17:14:16.130 INFO Starting download, target: CargoHack
14552024-09-09T17:14:16.302ZSep 09 17:14:16.131 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14562024-09-09T17:14:16.927ZSep 09 17:14:16.779 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14572024-09-09T17:14:17.045ZSep 09 17:14:16.897 INFO Download complete, target: CargoHack
14582024-09-09T17:14:17.076Zrunning: "/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"
14592024-09-09T17:14:17.076Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14602024-09-09T17:14:17.287Zinfo: running `cargo check --bins` on api_identity (1/158)
14612024-09-09T17:14:18.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14622024-09-09T17:14:18.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14632024-09-09T17:14:18.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14642024-09-09T17:14:18.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
14652024-09-09T17:14:18.089Z
14662024-09-09T17:14:18.089Zinfo: running `cargo check --bins` on bootstore (2/158)
14672024-09-09T17:14:18.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14682024-09-09T17:14:18.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14692024-09-09T17:14:18.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14702024-09-09T17:14:18.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
14712024-09-09T17:14:18.985Z
14722024-09-09T17:14:18.985Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14732024-09-09T17:14:19.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14742024-09-09T17:14:19.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14752024-09-09T17:14:19.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14762024-09-09T17:14:19.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
14772024-09-09T17:14:19.829Z
14782024-09-09T17:14:19.829Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14792024-09-09T17:14:20.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14802024-09-09T17:14:20.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14812024-09-09T17:14:20.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14822024-09-09T17:14:20.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
14832024-09-09T17:14:20.655Z
14842024-09-09T17:14:20.655Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14852024-09-09T17:14:21.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14862024-09-09T17:14:21.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14872024-09-09T17:14:21.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14882024-09-09T17:14:21.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14892024-09-09T17:14:21.282Z
14902024-09-09T17:14:21.282Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14912024-09-09T17:14:21.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14922024-09-09T17:14:21.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14932024-09-09T17:14:21.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14942024-09-09T17:14:21.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14952024-09-09T17:14:21.916Z
14962024-09-09T17:14:21.916Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
14972024-09-09T17:14:22.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14982024-09-09T17:14:22.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14992024-09-09T17:14:22.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15002024-09-09T17:14:22.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15012024-09-09T17:14:22.539Z
15022024-09-09T17:14:22.539Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15032024-09-09T17:14:23.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15042024-09-09T17:14:23.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15052024-09-09T17:14:23.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15062024-09-09T17:14:23.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15072024-09-09T17:14:23.172Z
15082024-09-09T17:14:23.172Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15092024-09-09T17:14:23.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15102024-09-09T17:14:23.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15112024-09-09T17:14:23.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15122024-09-09T17:14:23.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15132024-09-09T17:14:23.816Z
15142024-09-09T17:14:23.816Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15152024-09-09T17:14:24.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15162024-09-09T17:14:24.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15172024-09-09T17:14:24.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15182024-09-09T17:14:24.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15192024-09-09T17:14:24.447Z
15202024-09-09T17:14:24.447Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15212024-09-09T17:14:25.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15222024-09-09T17:14:25.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15232024-09-09T17:14:25.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15242024-09-09T17:14:25.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15252024-09-09T17:14:25.071Z
15262024-09-09T17:14:25.071Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15272024-09-09T17:14:25.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15282024-09-09T17:14:25.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15292024-09-09T17:14:25.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15302024-09-09T17:14:25.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15312024-09-09T17:14:25.722Z
15322024-09-09T17:14:25.722Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15332024-09-09T17:14:26.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-09-09T17:14:26.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-09-09T17:14:26.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-09-09T17:14:26.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15372024-09-09T17:14:26.367Z
15382024-09-09T17:14:26.367Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15392024-09-09T17:14:26.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-09-09T17:14:26.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-09-09T17:14:26.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15422024-09-09T17:14:26.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15432024-09-09T17:14:27.005Z
15442024-09-09T17:14:27.006Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15452024-09-09T17:14:27.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15462024-09-09T17:14:27.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15472024-09-09T17:14:27.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15482024-09-09T17:14:27.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15492024-09-09T17:14:27.645Z
15502024-09-09T17:14:27.645Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15512024-09-09T17:14:28.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15522024-09-09T17:14:28.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15532024-09-09T17:14:28.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15542024-09-09T17:14:28.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15552024-09-09T17:14:28.285Z
15562024-09-09T17:14:28.285Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15572024-09-09T17:14:28.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15582024-09-09T17:14:28.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15592024-09-09T17:14:28.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15602024-09-09T17:14:28.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15612024-09-09T17:14:28.927Z
15622024-09-09T17:14:28.927Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15632024-09-09T17:14:29.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15642024-09-09T17:14:29.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15652024-09-09T17:14:29.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15662024-09-09T17:14:29.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15672024-09-09T17:14:29.559Z
15682024-09-09T17:14:29.559Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15692024-09-09T17:14:30.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15702024-09-09T17:14:30.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15712024-09-09T17:14:30.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15722024-09-09T17:14:30.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15732024-09-09T17:14:30.192Z
15742024-09-09T17:14:30.192Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15752024-09-09T17:14:30.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15762024-09-09T17:14:30.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15772024-09-09T17:14:30.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15782024-09-09T17:14:30.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15792024-09-09T17:14:30.830Z
15802024-09-09T17:14:30.830Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15812024-09-09T17:14:31.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15822024-09-09T17:14:31.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15832024-09-09T17:14:31.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15842024-09-09T17:14:31.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15852024-09-09T17:14:31.463Z
15862024-09-09T17:14:31.463Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15872024-09-09T17:14:32.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15882024-09-09T17:14:32.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15892024-09-09T17:14:32.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15902024-09-09T17:14:32.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15912024-09-09T17:14:32.116Z
15922024-09-09T17:14:32.116Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15932024-09-09T17:14:32.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15942024-09-09T17:14:32.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15952024-09-09T17:14:32.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15962024-09-09T17:14:32.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15972024-09-09T17:14:32.756Z
15982024-09-09T17:14:32.756Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
15992024-09-09T17:14:33.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16002024-09-09T17:14:33.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16012024-09-09T17:14:33.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16022024-09-09T17:14:33.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16032024-09-09T17:14:33.367Z
16042024-09-09T17:14:33.367Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16052024-09-09T17:14:34.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16062024-09-09T17:14:34.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16072024-09-09T17:14:34.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16082024-09-09T17:14:34.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
16092024-09-09T17:14:34.245Z
16102024-09-09T17:14:34.245Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16112024-09-09T17:14:35.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16122024-09-09T17:14:35.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16132024-09-09T17:14:35.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16142024-09-09T17:14:35.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
16152024-09-09T17:14:35.107Z
16162024-09-09T17:14:35.107Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16172024-09-09T17:14:35.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16182024-09-09T17:14:35.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16192024-09-09T17:14:35.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16202024-09-09T17:14:35.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16212024-09-09T17:14:35.975Z
16222024-09-09T17:14:35.975Zinfo: running `cargo check --bins` on oxlog (28/158)
16232024-09-09T17:14:36.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16242024-09-09T17:14:36.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16252024-09-09T17:14:36.785Z Checking cfg-if v1.0.0
16262024-09-09T17:14:36.808Z Checking libc v0.2.158
16272024-09-09T17:14:36.831Z Checking memchr v2.7.2
16282024-09-09T17:14:36.854Z Checking serde v1.0.208
16292024-09-09T17:14:36.854Z Checking zeroize v1.7.0
16302024-09-09T17:14:36.878Z Checking typenum v1.17.0
16312024-09-09T17:14:36.878Z Checking scopeguard v1.2.0
16322024-09-09T17:14:36.878Z Checking byteorder v1.5.0
16332024-09-09T17:14:36.923Z Checking log v0.4.21
16342024-09-09T17:14:37.039Z Checking lock_api v0.4.12
16352024-09-09T17:14:37.108Z Checking subtle v2.5.0
16362024-09-09T17:14:37.209Z Checking const-oid v0.9.6
16372024-09-09T17:14:37.280Z Checking once_cell v1.19.0
16382024-09-09T17:14:37.336Z Checking itoa v1.0.11
16392024-09-09T17:14:37.398Z Checking smallvec v1.13.2
16402024-09-09T17:14:37.532Z Checking pin-project-lite v0.2.14
16412024-09-09T17:14:37.555Z Checking zerocopy v0.7.34
16422024-09-09T17:14:37.591Z Checking spin v0.9.8
16432024-09-09T17:14:37.643Z Checking tinyvec_macros v0.1.1
16442024-09-09T17:14:37.706Z Checking futures-sink v0.3.30
16452024-09-09T17:14:37.732Z Checking tinyvec v1.6.0
16462024-09-09T17:14:37.799Z Checking getrandom v0.2.14
16472024-09-09T17:14:37.837Z Checking signal-hook-registry v1.4.2
16482024-09-09T17:14:37.907Z Checking parking_lot_core v0.9.10
16492024-09-09T17:14:37.907Z Checking generic-array v0.14.7
16502024-09-09T17:14:38.032Z Checking rand_core v0.6.4
16512024-09-09T17:14:38.055Z Checking mio v1.0.2
16522024-09-09T17:14:38.210Z Checking parking_lot v0.12.2
16532024-09-09T17:14:38.293Z Checking socket2 v0.5.7
16542024-09-09T17:14:38.515Z Checking cpufeatures v0.2.12
16552024-09-09T17:14:38.571Z Checking futures-core v0.3.30
16562024-09-09T17:14:38.612Z Checking unicode-bidi v0.3.15
16572024-09-09T17:14:38.635Z Checking allocator-api2 v0.2.18
16582024-09-09T17:14:38.729Z Checking libm v0.2.8
16592024-09-09T17:14:38.752Z Checking equivalent v1.0.1
16602024-09-09T17:14:38.800Z Checking ahash v0.8.11
16612024-09-09T17:14:38.826Z Checking unicode-normalization v0.1.23
16622024-09-09T17:14:38.849Z Checking ryu v1.0.18
16632024-09-09T17:14:38.897Z Checking crypto-common v0.1.6
16642024-09-09T17:14:39.049Z Checking block-buffer v0.10.4
16652024-09-09T17:14:39.072Z Checking block-padding v0.3.3
16662024-09-09T17:14:39.155Z Checking futures-channel v0.3.30
16672024-09-09T17:14:39.178Z Checking slab v0.4.9
16682024-09-09T17:14:39.241Z Checking digest v0.10.7
16692024-09-09T17:14:39.264Z Checking inout v0.1.3
16702024-09-09T17:14:39.264Z Checking hashbrown v0.14.5
16712024-09-09T17:14:39.404Z Checking pin-utils v0.1.0
16722024-09-09T17:14:39.448Z Checking cipher v0.4.4
16732024-09-09T17:14:39.471Z Checking futures-io v0.3.30
16742024-09-09T17:14:39.495Z Checking futures-task v0.3.30
16752024-09-09T17:14:39.518Z Checking num-traits v0.2.19
16762024-09-09T17:14:39.553Z Checking base64ct v1.6.0
16772024-09-09T17:14:39.576Z Checking hmac v0.12.1
16782024-09-09T17:14:39.622Z Checking sha2 v0.10.8
16792024-09-09T17:14:39.704Z Checking futures-util v0.3.30
16802024-09-09T17:14:39.748Z Checking ppv-lite86 v0.2.17
16812024-09-09T17:14:39.798Z Checking percent-encoding v2.3.1
16822024-09-09T17:14:39.939Z Checking pem-rfc7468 v0.7.0
16832024-09-09T17:14:39.971Z Checking flagset v0.4.5
16842024-09-09T17:14:40.072Z Checking salsa20 v0.10.2
16852024-09-09T17:14:40.148Z Checking pbkdf2 v0.12.2
16862024-09-09T17:14:40.174Z Checking der v0.7.9
16872024-09-09T17:14:40.259Z Checking tracing-core v0.1.32
16882024-09-09T17:14:40.286Z Checking fnv v1.0.7
16892024-09-09T17:14:40.310Z Checking untrusted v0.9.0
16902024-09-09T17:14:40.333Z Checking rand_chacha v0.3.1
16912024-09-09T17:14:40.400Z Checking scrypt v0.11.0
16922024-09-09T17:14:40.440Z Checking ring v0.17.8
16932024-09-09T17:14:40.595Z Checking cbc v0.1.2
16942024-09-09T17:14:40.665Z Checking rand v0.8.5
16952024-09-09T17:14:40.819Z Checking aes v0.8.4
16962024-09-09T17:14:40.885Z Checking tracing v0.1.40
16972024-09-09T17:14:41.029Z Checking thiserror v1.0.63
16982024-09-09T17:14:41.161Z Checking foreign-types-shared v0.1.1
16992024-09-09T17:14:41.230Z Checking form_urlencoded v1.2.1
17002024-09-09T17:14:41.267Z Checking foreign-types v0.3.2
17012024-09-09T17:14:41.290Z Checking bytes v1.7.1
17022024-09-09T17:14:41.357Z Checking bitflags v2.6.0
17032024-09-09T17:14:41.431Z Checking indexmap v2.4.0
17042024-09-09T17:14:41.638Z Checking serde_json v1.0.125
17052024-09-09T17:14:41.661Z Checking openssl-sys v0.9.103
17062024-09-09T17:14:41.826Z Checking aho-corasick v1.1.3
17072024-09-09T17:14:41.880Z Checking spki v0.7.3
17082024-09-09T17:14:42.044Z Checking tokio v1.39.3
17092024-09-09T17:14:42.076Z Checking http v0.2.12
17102024-09-09T17:14:42.147Z Checking pkcs5 v0.7.1
17112024-09-09T17:14:42.564Z Checking unicode-ident v1.0.12
17122024-09-09T17:14:42.605Z Checking regex-syntax v0.8.4
17132024-09-09T17:14:42.725Z Checking try-lock v0.2.5
17142024-09-09T17:14:42.796Z Checking siphasher v0.3.11
17152024-09-09T17:14:42.852Z Checking powerfmt v0.2.0
17162024-09-09T17:14:43.060Z Checking want v0.3.1
17172024-09-09T17:14:43.083Z Checking deranged v0.3.11
17182024-09-09T17:14:43.106Z Checking openssl v0.10.66
17192024-09-09T17:14:43.218Z Checking proc-macro2 v1.0.86
17202024-09-09T17:14:43.276Z Checking pkcs8 v0.10.2
17212024-09-09T17:14:43.300Z Checking http-body v0.4.6
17222024-09-09T17:14:43.563Z Checking sct v0.7.1
17232024-09-09T17:14:43.643Z Checking rustls-webpki v0.101.7
17242024-09-09T17:14:43.746Z Checking uuid v1.10.0
17252024-09-09T17:14:43.838Z Checking idna v0.5.0
17262024-09-09T17:14:44.120Z Checking httparse v1.8.0
17272024-09-09T17:14:44.238Z Checking errno v0.3.9
17282024-09-09T17:14:44.276Z Checking scroll v0.12.0
17292024-09-09T17:14:44.389Z Checking ucd-trie v0.1.6
17302024-09-09T17:14:44.465Z Checking httpdate v1.0.3
17312024-09-09T17:14:44.489Z Checking time-core v0.1.2
17322024-09-09T17:14:44.543Z Checking iana-time-zone v0.1.60
17332024-09-09T17:14:44.573Z Checking utf8parse v0.2.1
17342024-09-09T17:14:44.617Z Checking adler v1.0.2
17352024-09-09T17:14:44.672Z Checking openssl-probe v0.1.5
17362024-09-09T17:14:44.695Z Checking plain v0.2.3
17372024-09-09T17:14:44.718Z Checking anstyle v1.0.8
17382024-09-09T17:14:44.749Z Checking num-conv v0.1.0
17392024-09-09T17:14:44.772Z Checking num_threads v0.1.7
17402024-09-09T17:14:44.814Z Checking finl_unicode v1.2.0
17412024-09-09T17:14:44.837Z Checking tower-service v0.3.2
17422024-09-09T17:14:44.863Z Checking goblin v0.8.2
17432024-09-09T17:14:44.935Z Checking miniz_oxide v0.7.2
17442024-09-09T17:14:44.959Z Checking time v0.3.36
17452024-09-09T17:14:45.020Z Checking anstyle-parse v0.2.4
17462024-09-09T17:14:45.265Z Checking chrono v0.4.38
17472024-09-09T17:14:45.301Z Checking stringprep v0.1.4
17482024-09-09T17:14:45.325Z Checking regex-automata v0.4.6
17492024-09-09T17:14:45.522Z Checking pest v2.7.10
17502024-09-09T17:14:45.573Z Checking url v2.5.2
17512024-09-09T17:14:46.251Z Checking rustix v0.38.34
17522024-09-09T17:14:47.011Z Checking rustls v0.21.12
17532024-09-09T17:14:47.053Z Checking quote v1.0.36
17542024-09-09T17:14:47.359Z Checking toml_datetime v0.6.8
17552024-09-09T17:14:47.599Z Checking serde_spanned v0.6.7
17562024-09-09T17:14:47.623Z Checking num-integer v0.1.46
17572024-09-09T17:14:47.672Z Checking native-tls v0.2.11
17582024-09-09T17:14:47.771Z Checking md-5 v0.10.6
17592024-09-09T17:14:47.936Z Checking idna v0.3.0
17602024-09-09T17:14:47.961Z Checking lazy_static v1.5.0
17612024-09-09T17:14:47.984Z Checking hash32 v0.2.1
17622024-09-09T17:14:48.031Z Checking stable_deref_trait v1.2.0
17632024-09-09T17:14:48.071Z Checking anstyle-query v1.0.3
17642024-09-09T17:14:48.126Z Checking fallible-iterator v0.2.0
17652024-09-09T17:14:48.185Z Checking base64 v0.22.1
17662024-09-09T17:14:48.243Z Checking gimli v0.28.1
17672024-09-09T17:14:48.314Z Checking tokio-util v0.7.11
17682024-09-09T17:14:48.588Z Checking colorchoice v1.0.1
17692024-09-09T17:14:48.612Z Checking psl-types v2.0.11
17702024-09-09T17:14:48.663Z Checking pretty-hex v0.4.1
17712024-09-09T17:14:48.711Z Checking is_terminal_polyfill v1.70.0
17722024-09-09T17:14:48.783Z Checking publicsuffix v2.2.3
17732024-09-09T17:14:48.821Z Checking anstream v0.6.14
17742024-09-09T17:14:48.844Z Checking postgres-protocol v0.6.7
17752024-09-09T17:14:48.994Z Checking tokio-native-tls v0.3.1
17762024-09-09T17:14:49.053Z Checking dof v0.3.0
17772024-09-09T17:14:49.076Z Checking h2 v0.3.26
17782024-09-09T17:14:49.148Z Checking heapless v0.7.17
17792024-09-09T17:14:49.191Z Checking num-iter v0.1.45
17802024-09-09T17:14:49.302Z Checking terminal_size v0.3.0
17812024-09-09T17:14:49.328Z Checking dtrace-parser v0.2.0
17822024-09-09T17:14:49.386Z Checking syn v2.0.74
17832024-09-09T17:14:49.433Z Checking cookie v0.17.0
17842024-09-09T17:14:49.542Z Checking phf_shared v0.11.2
17852024-09-09T17:14:49.682Z Checking tokio-rustls v0.24.1
17862024-09-09T17:14:49.722Z Checking ff v0.13.0
17872024-09-09T17:14:49.765Z Checking thread-id v4.2.1
17882024-09-09T17:14:49.790Z Checking object v0.32.2
17892024-09-09T17:14:49.861Z Checking managed v0.8.0
17902024-09-09T17:14:49.893Z Checking base64 v0.21.7
17912024-09-09T17:14:49.969Z Checking either v1.13.0
17922024-09-09T17:14:50.022Z Checking base16ct v0.2.0
17932024-09-09T17:14:50.175Z Checking bitflags v1.3.2
17942024-09-09T17:14:50.198Z Checking winnow v0.5.40
17952024-09-09T17:14:50.254Z Checking strsim v0.11.1
17962024-09-09T17:14:50.279Z Checking rustc-demangle v0.1.24
17972024-09-09T17:14:50.302Z Checking clap_lex v0.7.0
17982024-09-09T17:14:50.484Z Checking ipnet v2.9.0
17992024-09-09T17:14:50.507Z Checking clap_builder v4.5.15
18002024-09-09T17:14:50.646Z Checking rustls-pemfile v1.0.4
18012024-09-09T17:14:50.800Z Checking smoltcp v0.9.1
18022024-09-09T17:14:50.895Z Checking sec1 v0.7.3
18032024-09-09T17:14:51.201Z Checking group v0.13.0
18042024-09-09T17:14:51.397Z Checking phf v0.11.2
18052024-09-09T17:14:51.430Z Checking addr2line v0.21.0
18062024-09-09T17:14:51.621Z Checking cookie_store v0.20.0
18072024-09-09T17:14:51.831Z Checking postgres-types v0.2.7
18082024-09-09T17:14:51.994Z Checking num-bigint-dig v0.8.4
18092024-09-09T17:14:52.144Z Checking regex v1.10.6
18102024-09-09T17:14:52.389Z Checking bstr v1.9.1
18112024-09-09T17:14:52.630Z Checking futures-executor v0.3.30
18122024-09-09T17:14:52.661Z Checking toml_edit v0.19.15
18132024-09-09T17:14:52.819Z Checking pkcs1 v0.7.5
18142024-09-09T17:14:53.010Z Checking phf_shared v0.10.0
18152024-09-09T17:14:53.122Z Checking serde_urlencoded v0.7.1
18162024-09-09T17:14:53.160Z Checking hubpack v0.1.2
18172024-09-09T17:14:53.243Z Checking zerocopy v0.6.6
18182024-09-09T17:14:53.414Z Checking float-cmp v0.9.0
18192024-09-09T17:14:53.462Z Checking crc32fast v1.4.0
18202024-09-09T17:14:53.606Z Checking crossbeam-utils v0.8.19
18212024-09-09T17:14:53.686Z Checking signal-hook v0.3.17
18222024-09-09T17:14:53.753Z Checking hkdf v0.12.4
18232024-09-09T17:14:53.931Z Checking signature v2.2.0
18242024-09-09T17:14:53.931Z Checking idna v0.4.0
18252024-09-09T17:14:53.982Z Checking crypto-bigint v0.5.5
18262024-09-09T17:14:54.108Z Checking memmap v0.7.0
18272024-09-09T17:14:54.220Z Checking mio v0.8.11
18282024-09-09T17:14:54.294Z Checking encoding_rs v0.8.34
18292024-09-09T17:14:54.322Z Checking hyper v0.14.30
18302024-09-09T17:14:54.607Z Checking whoami v1.5.1
18312024-09-09T17:14:54.698Z Checking usdt-impl v0.5.0
18322024-09-09T17:14:54.760Z Checking difflib v0.4.0
18332024-09-09T17:14:54.785Z Checking precomputed-hash v0.1.1
18342024-09-09T17:14:54.837Z Checking backtrace v0.3.71
18352024-09-09T17:14:54.878Z Checking new_debug_unreachable v1.0.6
18362024-09-09T17:14:54.902Z Checking static_assertions v1.1.0
18372024-09-09T17:14:54.961Z Checking data-encoding v2.6.0
18382024-09-09T17:14:54.985Z Checking predicates-core v1.0.6
18392024-09-09T17:14:55.049Z Checking mime v0.3.17
18402024-09-09T17:14:55.146Z Checking unicode-width v0.1.13
18412024-09-09T17:14:55.170Z Checking winnow v0.6.18
18422024-09-09T17:14:55.309Z Checking bit-vec v0.6.3
18432024-09-09T17:14:55.332Z Checking minimal-lexical v0.2.1
18442024-09-09T17:14:55.357Z Checking fixedbitset v0.4.2
18452024-09-09T17:14:55.503Z Checking unicode-segmentation v1.11.0
18462024-09-09T17:14:55.588Z Checking webpki-roots v0.25.4
18472024-09-09T17:14:55.611Z Checking normalize-line-endings v0.3.0
18482024-09-09T17:14:55.685Z Checking dyn-clone v1.0.17
18492024-09-09T17:14:55.720Z Checking sync_wrapper v0.1.2
18502024-09-09T17:14:55.743Z Checking predicates v3.1.2
18512024-09-09T17:14:55.810Z Checking schemars v0.8.21
18522024-09-09T17:14:55.835Z Checking nom v7.1.3
18532024-09-09T17:14:56.047Z Checking similar v2.6.0
18542024-09-09T17:14:56.270Z Checking bit-set v0.5.3
18552024-09-09T17:14:56.298Z Checking petgraph v0.6.5
18562024-09-09T17:14:56.337Z Checking elliptic-curve v0.13.8
18572024-09-09T17:14:56.495Z Checking hickory-proto v0.24.1
18582024-09-09T17:14:56.758Z Checking anyhow v1.0.86
18592024-09-09T17:14:56.877Z Checking console v0.15.8
18602024-09-09T17:14:57.077Z Checking usdt v0.5.0
18612024-09-09T17:14:57.138Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18622024-09-09T17:14:57.292Z Checking string_cache v0.8.7
18632024-09-09T17:14:57.345Z Checking tokio-postgres v0.7.11
18642024-09-09T17:14:57.540Z Checking toml v0.7.8
18652024-09-09T17:14:57.647Z Checking toml_edit v0.22.20
18662024-09-09T17:14:58.127Z Checking signal-hook-mio v0.2.4
18672024-09-09T17:14:58.158Z Checking crossbeam-epoch v0.9.18
18682024-09-09T17:14:58.264Z Checking rsa v0.9.6
18692024-09-09T17:14:58.534Z Checking flate2 v1.0.31
18702024-09-09T17:14:59.077Z Checking clap v4.5.16
18712024-09-09T17:14:59.101Z Checking futures v0.3.30
18722024-09-09T17:14:59.130Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18732024-09-09T17:14:59.153Z Checking itertools v0.12.1
18742024-09-09T17:14:59.186Z Checking itertools v0.10.5
18752024-09-09T17:14:59.209Z Checking tokio-stream v0.1.15
18762024-09-09T17:14:59.492Z Checking hyper-tls v0.5.0
18772024-09-09T17:14:59.675Z Checking hyper-rustls v0.24.2
18782024-09-09T17:14:59.737Z Checking fs-err v2.11.0
18792024-09-09T17:14:59.892Z Checking nix v0.28.0
18802024-09-09T17:14:59.915Z Checking openapiv3 v2.0.0
18812024-09-09T17:14:59.938Z Checking reqwest v0.11.27
18822024-09-09T17:15:00.204Z Checking slog v2.7.0
18832024-09-09T17:15:00.439Z Checking hex v0.4.3
18842024-09-09T17:15:00.611Z Checking semver v1.0.23
18852024-09-09T17:15:00.890Z Checking sha1 v0.10.6
18862024-09-09T17:15:00.971Z Checking lalrpop-util v0.19.12
18872024-09-09T17:15:01.133Z Checking peg-runtime v0.8.3
18882024-09-09T17:15:01.157Z Checking camino v1.1.9
18892024-09-09T17:15:01.188Z Checking sigpipe v0.1.3
18902024-09-09T17:15:02.649Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18912024-09-09T17:15:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.08s
18922024-09-09T17:15:03.189Z
18932024-09-09T17:15:03.189Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
18942024-09-09T17:15:04.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952024-09-09T17:15:04.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962024-09-09T17:15:04.134Z Compiling regress v0.9.1
18972024-09-09T17:15:04.161Z Checking strum v0.26.3
18982024-09-09T17:15:04.192Z Checking heck v0.5.0
18992024-09-09T17:15:04.215Z Compiling getopts v0.2.21
19002024-09-09T17:15:04.215Z Checking dirs-sys-next v0.1.2
19012024-09-09T17:15:04.242Z Compiling unsafe-libyaml v0.2.11
19022024-09-09T17:15:04.304Z Checking http v1.1.0
19032024-09-09T17:15:04.375Z Checking thread_local v1.1.8
19042024-09-09T17:15:04.402Z Checking dirs-next v2.0.0
19052024-09-09T17:15:04.506Z Checking rustls-pki-types v1.7.0
19062024-09-09T17:15:04.532Z Compiling ident_case v1.0.1
19072024-09-09T17:15:04.616Z Checking term v0.7.0
19082024-09-09T17:15:04.698Z Compiling darling_core v0.20.9
19092024-09-09T17:15:04.875Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19102024-09-09T17:15:04.984Z Checking crossbeam-channel v0.5.12
19112024-09-09T17:15:05.036Z Checking atty v0.2.14
19122024-09-09T17:15:05.142Z Checking is-terminal v0.4.12
19132024-09-09T17:15:05.167Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19142024-09-09T17:15:05.250Z Checking humantime v2.1.0
19152024-09-09T17:15:05.713Z Compiling serde_yaml v0.9.34+deprecated
19162024-09-09T17:15:05.737Z Checking utf-8 v0.7.6
19172024-09-09T17:15:05.737Z Compiling paste v1.0.15
19182024-09-09T17:15:05.737Z Checking termcolor v1.4.1
19192024-09-09T17:15:05.737Z Compiling rustls v0.22.4
19202024-09-09T17:15:05.837Z Checking take_mut v0.2.2
19212024-09-09T17:15:05.964Z Checking slog-term v2.9.1
19222024-09-09T17:15:05.988Z Checking slog-async v2.8.0
19232024-09-09T17:15:06.012Z Checking env_logger v0.9.3
19242024-09-09T17:15:06.061Z Checking rustls-webpki v0.102.4
19252024-09-09T17:15:06.233Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19262024-09-09T17:15:06.391Z Compiling proc-macro-crate v1.3.1
19272024-09-09T17:15:06.415Z Compiling bitstruct_derive v0.1.0
19282024-09-09T17:15:06.528Z Compiling structmeta-derive v0.3.0
19292024-09-09T17:15:06.706Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19302024-09-09T17:15:06.820Z Compiling multer v3.1.0
19312024-09-09T17:15:06.927Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19322024-09-09T17:15:07.328Z Checking match_cfg v0.1.0
19332024-09-09T17:15:07.414Z Checking ascii v1.1.0
19342024-09-09T17:15:07.584Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19352024-09-09T17:15:07.750Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19362024-09-09T17:15:07.852Z Checking bitstruct v0.1.1
19372024-09-09T17:15:07.949Z Checking hostname v0.3.1
19382024-09-09T17:15:08.070Z Compiling num_enum_derive v0.5.11
19392024-09-09T17:15:08.315Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19402024-09-09T17:15:08.511Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19412024-09-09T17:15:08.945Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19422024-09-09T17:15:09.056Z Checking slog-json v2.6.1
19432024-09-09T17:15:09.088Z Compiling structmeta v0.3.0
19442024-09-09T17:15:09.199Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19452024-09-09T17:15:09.285Z Checking serde_arrays v0.1.0
19462024-09-09T17:15:09.423Z Checking erased-serde v0.3.31
19472024-09-09T17:15:09.449Z Compiling async-stream-impl v0.3.5
19482024-09-09T17:15:09.479Z Compiling foreign-types-macros v0.2.3
19492024-09-09T17:15:09.852Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19502024-09-09T17:15:10.063Z Checking arc-swap v1.7.1
19512024-09-09T17:15:10.318Z Checking foreign-types-shared v0.3.1
19522024-09-09T17:15:10.342Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19532024-09-09T17:15:10.421Z Checking atomic-waker v1.1.2
19542024-09-09T17:15:10.448Z Checking slog-scope v4.4.0
19552024-09-09T17:15:10.553Z Checking waitgroup v0.1.2
19562024-09-09T17:15:10.577Z Checking foreign-types v0.5.0
19572024-09-09T17:15:10.652Z Checking async-stream v0.3.5
19582024-09-09T17:15:10.676Z Compiling darling_macro v0.20.9
19592024-09-09T17:15:10.700Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19602024-09-09T17:15:10.727Z Checking num_enum v0.5.11
19612024-09-09T17:15:10.751Z Compiling parse-display-derive v0.10.0
19622024-09-09T17:15:10.818Z Checking slog-bunyan v2.5.0
19632024-09-09T17:15:10.849Z Compiling proc-macro-error v1.0.4
19642024-09-09T17:15:11.103Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19652024-09-09T17:15:11.226Z Checking toml v0.8.19
19662024-09-09T17:15:11.353Z Checking tungstenite v0.20.1
19672024-09-09T17:15:11.463Z Checking rustls-pemfile v2.1.3
19682024-09-09T17:15:11.500Z Compiling darling v0.20.9
19692024-09-09T17:15:11.618Z Compiling serde_with_macros v3.9.0
19702024-09-09T17:15:11.688Z Compiling heck v0.3.3
19712024-09-09T17:15:11.747Z Checking tokio-rustls v0.25.0
19722024-09-09T17:15:11.875Z Checking ipnetwork v0.20.0
19732024-09-09T17:15:12.068Z Checking newtype-uuid v1.1.0
19742024-09-09T17:15:12.092Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19752024-09-09T17:15:12.118Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19762024-09-09T17:15:12.207Z Checking serde_path_to_error v0.1.16
19772024-09-09T17:15:12.289Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19782024-09-09T17:15:12.721Z Checking hostname v0.4.0
19792024-09-09T17:15:12.811Z Checking cstr-argument v0.1.2
19802024-09-09T17:15:12.849Z Checking instant v0.1.12
19812024-09-09T17:15:12.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19822024-09-09T17:15:12.968Z Checking debug-ignore v1.0.5
19832024-09-09T17:15:12.991Z Checking fastrand v2.1.0
19842024-09-09T17:15:13.089Z Checking pretty-hex v0.2.1
19852024-09-09T17:15:13.222Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19862024-09-09T17:15:13.246Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19872024-09-09T17:15:13.271Z Checking tempfile v3.10.1
19882024-09-09T17:15:13.495Z Checking backoff v0.4.0
19892024-09-09T17:15:13.519Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19902024-09-09T17:15:13.651Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19912024-09-09T17:15:13.755Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19922024-09-09T17:15:13.786Z Checking tokio-tungstenite v0.20.1
19932024-09-09T17:15:13.853Z Compiling zone_cfg_derive v0.1.2
19942024-09-09T17:15:14.051Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19952024-09-09T17:15:14.116Z Checking serde_with v3.9.0
19962024-09-09T17:15:14.180Z Checking slog-stdlog v4.1.1
19972024-09-09T17:15:14.328Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19982024-09-09T17:15:14.458Z Checking tungstenite v0.21.0
19992024-09-09T17:15:14.674Z Checking parse-display v0.10.0
20002024-09-09T17:15:14.698Z Checking colored v2.1.0
20012024-09-09T17:15:14.882Z Checking macaddr v1.0.1
20022024-09-09T17:15:14.957Z Checking socket2 v0.4.10
20032024-09-09T17:15:15.072Z Checking base64 v0.13.1
20042024-09-09T17:15:15.159Z Checking zone v0.1.8
20052024-09-09T17:15:15.231Z Checking tokio-tungstenite v0.21.0
20062024-09-09T17:15:15.408Z Checking ron v0.7.1
20072024-09-09T17:15:15.676Z Checking slog-envlogger v2.2.0
20082024-09-09T17:15:15.760Z Checking pem v3.0.4
20092024-09-09T17:15:15.866Z Checking tabwriter v1.4.0
20102024-09-09T17:15:16.010Z Checking xattr v1.3.1
20112024-09-09T17:15:16.070Z Checking portpicker v0.1.1
20122024-09-09T17:15:16.183Z Checking yasna v0.5.2
20132024-09-09T17:15:16.206Z Checking headers-core v0.2.0
20142024-09-09T17:15:16.326Z Checking smf v0.2.3
20152024-09-09T17:15:16.394Z Checking filetime v0.2.25
20162024-09-09T17:15:16.569Z Checking same-file v1.0.6
20172024-09-09T17:15:16.723Z Checking tar v0.4.41
20182024-09-09T17:15:16.747Z Checking walkdir v2.5.0
20192024-09-09T17:15:16.856Z Checking headers v0.3.9
20202024-09-09T17:15:16.915Z Checking rcgen v0.12.1
20212024-09-09T17:15:16.939Z Checking camino-tempfile v1.1.1
20222024-09-09T17:15:16.971Z Checking atomicwrites v0.4.3
20232024-09-09T17:15:17.151Z Checking subprocess v0.2.9
20242024-09-09T17:15:18.131Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20252024-09-09T17:15:18.367Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20262024-09-09T17:15:19.964Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20272024-09-09T17:15:22.460Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
20282024-09-09T17:15:22.554Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20292024-09-09T17:15:27.339Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20302024-09-09T17:15:35.810Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
20312024-09-09T17:15:35.974Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20322024-09-09T17:15:35.974Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
20332024-09-09T17:15:39.208Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20342024-09-09T17:15:39.619Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20352024-09-09T17:15:47.311Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20362024-09-09T17:15:49.248Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20372024-09-09T17:15:50.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.47s
20382024-09-09T17:15:50.803Z
20392024-09-09T17:15:50.803Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20402024-09-09T17:15:51.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-09-09T17:15:51.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-09-09T17:15:51.712Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20432024-09-09T17:15:53.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
20442024-09-09T17:15:53.344Z
20452024-09-09T17:15:53.344Zinfo: running `cargo check --bins` on nexus-config (31/158)
20462024-09-09T17:15:54.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-09-09T17:15:54.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-09-09T17:15:54.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-09-09T17:15:54.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20502024-09-09T17:15:54.209Z
20512024-09-09T17:15:54.209Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20522024-09-09T17:15:54.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-09-09T17:15:54.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-09-09T17:15:54.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-09-09T17:15:54.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
20562024-09-09T17:15:54.998Z
20572024-09-09T17:15:54.998Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20582024-09-09T17:15:55.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-09-09T17:15:55.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-09-09T17:15:55.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-09-09T17:15:55.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20622024-09-09T17:15:55.828Z
20632024-09-09T17:15:55.829Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20642024-09-09T17:15:56.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-09-09T17:15:56.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-09-09T17:15:56.701Z Compiling heapless v0.8.0
20672024-09-09T17:15:56.725Z Checking hash32 v0.3.1
20682024-09-09T17:15:56.749Z Compiling smoltcp v0.11.0
20692024-09-09T17:15:56.773Z Checking embedded-io v0.4.0
20702024-09-09T17:15:56.773Z Checking cobs v0.2.3
20712024-09-09T17:15:56.797Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20722024-09-09T17:15:56.797Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20732024-09-09T17:15:56.821Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20742024-09-09T17:15:56.906Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20752024-09-09T17:15:56.935Z Compiling crucible-workspace-hack v0.1.0
20762024-09-09T17:15:56.975Z Checking postcard v1.0.8
20772024-09-09T17:15:56.975Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20782024-09-09T17:15:57.146Z Compiling zone_cfg_derive v0.3.0
20792024-09-09T17:15:57.212Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20802024-09-09T17:15:57.356Z Checking newline-converter v0.3.0
20812024-09-09T17:15:57.423Z Compiling num-derive v0.4.2
20822024-09-09T17:15:57.491Z Compiling slog-dtrace v0.3.0
20832024-09-09T17:15:57.524Z Compiling convert_case v0.4.0
20842024-09-09T17:15:57.576Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20852024-09-09T17:15:57.618Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20862024-09-09T17:15:57.831Z Checking expectorate v1.1.0
20872024-09-09T17:15:57.887Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20882024-09-09T17:15:58.323Z Compiling derive_more v0.99.18
20892024-09-09T17:15:58.426Z Checking zone v0.3.0
20902024-09-09T17:15:59.071Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20912024-09-09T17:16:00.799Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20922024-09-09T17:16:01.901Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20932024-09-09T17:16:02.868Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20942024-09-09T17:16:03.246Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20952024-09-09T17:16:05.454Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20962024-09-09T17:16:06.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.48s
20972024-09-09T17:16:06.460Z
20982024-09-09T17:16:06.460Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
20992024-09-09T17:16:07.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002024-09-09T17:16:07.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012024-09-09T17:16:07.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022024-09-09T17:16:07.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21032024-09-09T17:16:07.303Z
21042024-09-09T17:16:07.303Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
21052024-09-09T17:16:08.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062024-09-09T17:16:08.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072024-09-09T17:16:08.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082024-09-09T17:16:08.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
21092024-09-09T17:16:08.184Z
21102024-09-09T17:16:08.184Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21112024-09-09T17:16:09.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122024-09-09T17:16:09.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132024-09-09T17:16:09.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142024-09-09T17:16:09.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
21152024-09-09T17:16:09.188Z
21162024-09-09T17:16:09.188Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21172024-09-09T17:16:10.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182024-09-09T17:16:10.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192024-09-09T17:16:10.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202024-09-09T17:16:10.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
21212024-09-09T17:16:10.193Z
21222024-09-09T17:16:10.193Zinfo: running `cargo check --bins` on dns-server (39/158)
21232024-09-09T17:16:10.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242024-09-09T17:16:10.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252024-09-09T17:16:11.064Z Compiling parking_lot_core v0.8.6
21262024-09-09T17:16:11.088Z Checking nibble_vec v0.1.0
21272024-09-09T17:16:11.113Z Checking endian-type v0.1.2
21282024-09-09T17:16:11.113Z Checking quick-error v1.2.3
21292024-09-09T17:16:11.113Z Checking linked-hash-map v0.5.6
21302024-09-09T17:16:11.113Z Checking fxhash v0.2.1
21312024-09-09T17:16:11.113Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21322024-09-09T17:16:11.113Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21332024-09-09T17:16:11.263Z Checking resolv-conf v0.7.0
21342024-09-09T17:16:11.287Z Checking hickory-server v0.24.1
21352024-09-09T17:16:11.311Z Checking radix_trie v0.2.1
21362024-09-09T17:16:11.406Z Checking lru-cache v0.1.2
21372024-09-09T17:16:11.579Z Checking hickory-resolver v0.24.1
21382024-09-09T17:16:11.642Z Checking hickory-client v0.24.1
21392024-09-09T17:16:11.792Z Checking parking_lot v0.11.2
21402024-09-09T17:16:12.092Z Checking sled v0.34.7
21412024-09-09T17:16:14.266Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21422024-09-09T17:16:15.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
21432024-09-09T17:16:15.826Z
21442024-09-09T17:16:15.826Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21452024-09-09T17:16:16.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462024-09-09T17:16:16.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472024-09-09T17:16:16.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482024-09-09T17:16:16.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21492024-09-09T17:16:16.649Z
21502024-09-09T17:16:16.649Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21512024-09-09T17:16:17.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522024-09-09T17:16:17.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532024-09-09T17:16:17.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542024-09-09T17:16:17.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
21552024-09-09T17:16:17.435Z
21562024-09-09T17:16:17.435Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21572024-09-09T17:16:18.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582024-09-09T17:16:18.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592024-09-09T17:16:18.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602024-09-09T17:16:18.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
21612024-09-09T17:16:18.353Z
21622024-09-09T17:16:18.353Zinfo: running `cargo check --bins` on gateway-types (43/158)
21632024-09-09T17:16:19.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642024-09-09T17:16:19.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652024-09-09T17:16:19.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662024-09-09T17:16:19.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
21672024-09-09T17:16:19.208Z
21682024-09-09T17:16:19.208Zinfo: running `cargo check --bins` on ipcc (44/158)
21692024-09-09T17:16:19.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702024-09-09T17:16:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712024-09-09T17:16:19.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722024-09-09T17:16:19.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21732024-09-09T17:16:20.056Z
21742024-09-09T17:16:20.056Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21752024-09-09T17:16:20.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762024-09-09T17:16:20.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772024-09-09T17:16:21.010Z Compiling rustls-pki-types v1.7.0
21782024-09-09T17:16:21.034Z Compiling match_cfg v0.1.0
21792024-09-09T17:16:21.034Z Checking num-rational v0.4.2
21802024-09-09T17:16:21.034Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21812024-09-09T17:16:21.034Z Compiling slog-json v2.6.1
21822024-09-09T17:16:21.034Z Compiling http v1.1.0
21832024-09-09T17:16:21.058Z Checking num-complex v0.4.6
21842024-09-09T17:16:21.099Z Compiling atomic-waker v1.1.2
21852024-09-09T17:16:21.147Z Compiling hostname v0.3.1
21862024-09-09T17:16:21.305Z Compiling prettyplease v0.2.20
21872024-09-09T17:16:21.386Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
21882024-09-09T17:16:21.452Z Compiling rustls-webpki v0.102.4
21892024-09-09T17:16:21.476Z Compiling rustls-pemfile v2.1.3
21902024-09-09T17:16:21.578Z Compiling slog-bunyan v2.5.0
21912024-09-09T17:16:21.602Z Compiling waitgroup v0.1.2
21922024-09-09T17:16:21.654Z Compiling async-stream v0.3.5
21932024-09-09T17:16:21.750Z Compiling toml v0.8.19
21942024-09-09T17:16:21.774Z Compiling newtype-uuid v1.1.0
21952024-09-09T17:16:21.810Z Compiling ipnetwork v0.20.0
21962024-09-09T17:16:21.842Z Checking num v0.4.3
21972024-09-09T17:16:21.896Z Compiling serde_path_to_error v0.1.16
21982024-09-09T17:16:21.933Z Compiling hostname v0.4.0
21992024-09-09T17:16:21.959Z Compiling instant v0.1.12
22002024-09-09T17:16:22.047Z Compiling debug-ignore v1.0.5
22012024-09-09T17:16:22.080Z Checking float-ord v0.3.2
22022024-09-09T17:16:22.165Z Compiling semver v0.1.20
22032024-09-09T17:16:22.213Z Compiling rustls v0.22.4
22042024-09-09T17:16:22.213Z Compiling radium v0.7.0
22052024-09-09T17:16:22.586Z Compiling multer v3.1.0
22062024-09-09T17:16:22.625Z Compiling rustc_version v0.1.7
22072024-09-09T17:16:22.649Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22082024-09-09T17:16:22.729Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22092024-09-09T17:16:23.053Z Compiling backoff v0.4.0
22102024-09-09T17:16:23.187Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22112024-09-09T17:16:23.228Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22122024-09-09T17:16:23.265Z Compiling parse-display v0.10.0
22132024-09-09T17:16:23.353Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142024-09-09T17:16:23.377Z Compiling serde_with v3.9.0
22152024-09-09T17:16:23.503Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22162024-09-09T17:16:23.657Z Compiling macaddr v1.0.1
22172024-09-09T17:16:23.881Z Compiling maybe-uninit v2.0.0
22182024-09-09T17:16:24.034Z Checking tap v1.0.1
22192024-09-09T17:16:24.172Z Checking wyz v0.5.1
22202024-09-09T17:16:24.433Z Compiling newtype_derive v0.1.6
22212024-09-09T17:16:24.521Z Checking password-hash v0.5.0
22222024-09-09T17:16:24.693Z Checking blake2 v0.10.6
22232024-09-09T17:16:24.844Z Compiling bzip2-sys v0.1.11+1.0.8
22242024-09-09T17:16:24.921Z Compiling packed_struct v0.10.1
22252024-09-09T17:16:25.065Z Checking crc-catalog v2.4.0
22262024-09-09T17:16:25.117Z Checking funty v2.0.0
22272024-09-09T17:16:25.415Z Checking crc v3.2.1
22282024-09-09T17:16:25.472Z Checking argon2 v0.5.3
22292024-09-09T17:16:25.879Z Compiling packed_struct_codegen v0.10.1
22302024-09-09T17:16:26.008Z Compiling tokio-rustls v0.25.0
22312024-09-09T17:16:26.177Z Checking bitvec v1.0.1
22322024-09-09T17:16:26.414Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
22332024-09-09T17:16:26.771Z Checking half v2.4.1
22342024-09-09T17:16:26.828Z Compiling cookie v0.18.1
22352024-09-09T17:16:27.113Z Compiling indexmap v1.9.3
22362024-09-09T17:16:27.205Z Checking ciborium-io v0.2.2
22372024-09-09T17:16:27.321Z Checking nodrop v0.1.14
22382024-09-09T17:16:27.383Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22392024-09-09T17:16:27.430Z Checking array-init v0.0.4
22402024-09-09T17:16:27.665Z Checking ciborium-ll v0.2.2
22412024-09-09T17:16:28.101Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22422024-09-09T17:16:28.239Z Checking smallvec v0.6.14
22432024-09-09T17:16:28.332Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22442024-09-09T17:16:28.371Z Compiling memoffset v0.9.1
22452024-09-09T17:16:28.589Z Checking highway v1.2.0
22462024-09-09T17:16:28.660Z Checking bitfield v0.14.0
22472024-09-09T17:16:28.886Z Checking hashbrown v0.12.3
22482024-09-09T17:16:28.924Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22492024-09-09T17:16:28.948Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22502024-09-09T17:16:29.268Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22512024-09-09T17:16:29.942Z Checking env_logger v0.10.2
22522024-09-09T17:16:30.075Z Checking serde-hex v0.1.0
22532024-09-09T17:16:30.136Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22542024-09-09T17:16:30.160Z Checking steno v0.4.1
22552024-09-09T17:16:30.304Z Checking bzip2 v0.4.4
22562024-09-09T17:16:30.551Z Checking ciborium v0.2.2
22572024-09-09T17:16:30.919Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22582024-09-09T17:16:30.976Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22592024-09-09T17:16:31.142Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22602024-09-09T17:16:31.424Z Checking ron v0.8.1
22612024-09-09T17:16:31.632Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22622024-09-09T17:16:32.060Z Checking x509-cert v0.2.5
22632024-09-09T17:16:32.089Z Checking hashbrown v0.13.2
22642024-09-09T17:16:32.475Z Compiling derive-where v1.2.7
22652024-09-09T17:16:32.922Z Checking crc-any v2.5.0
22662024-09-09T17:16:33.229Z Checking object v0.30.4
22672024-09-09T17:16:33.322Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22682024-09-09T17:16:33.418Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22692024-09-09T17:16:33.558Z Checking zip v0.6.6
22702024-09-09T17:16:33.924Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22712024-09-09T17:16:33.948Z Checking path-slash v0.1.5
22722024-09-09T17:16:34.071Z Checking nix v0.27.1
22732024-09-09T17:16:34.161Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22742024-09-09T17:16:34.258Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22752024-09-09T17:16:34.616Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22762024-09-09T17:16:34.831Z Checking kstat-rs v0.2.4
22772024-09-09T17:16:34.953Z Checking serde-big-array v0.5.1
22782024-09-09T17:16:35.134Z Checking signal-hook-tokio v0.3.1
22792024-09-09T17:16:35.481Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22802024-09-09T17:16:36.590Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22812024-09-09T17:16:40.603Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22822024-09-09T17:16:42.204Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22832024-09-09T17:16:44.715Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22842024-09-09T17:16:47.514Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22852024-09-09T17:16:48.341Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22862024-09-09T17:16:48.679Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22872024-09-09T17:16:54.558Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22882024-09-09T17:16:55.340Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22892024-09-09T17:16:58.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.67s
22902024-09-09T17:16:58.893Z
22912024-09-09T17:16:58.893Zinfo: running `cargo check --bins` on gateway-api (46/158)
22922024-09-09T17:16:59.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-09-09T17:16:59.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-09-09T17:16:59.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-09-09T17:16:59.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22962024-09-09T17:16:59.744Z
22972024-09-09T17:16:59.744Zinfo: running `cargo check --bins` on oximeter (47/158)
22982024-09-09T17:17:00.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-09-09T17:17:00.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-09-09T17:17:00.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012024-09-09T17:17:00.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23022024-09-09T17:17:00.599Z
23032024-09-09T17:17:00.599Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
23042024-09-09T17:17:01.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052024-09-09T17:17:01.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062024-09-09T17:17:01.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072024-09-09T17:17:01.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23082024-09-09T17:17:01.419Z
23092024-09-09T17:17:01.419Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23102024-09-09T17:17:02.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-09-09T17:17:02.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-09-09T17:17:02.285Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23132024-09-09T17:17:02.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23142024-09-09T17:17:02.858Z
23152024-09-09T17:17:02.858Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23162024-09-09T17:17:03.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-09-09T17:17:03.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-09-09T17:17:03.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-09-09T17:17:03.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23202024-09-09T17:17:03.726Z
23212024-09-09T17:17:03.726Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23222024-09-09T17:17:04.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-09-09T17:17:04.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-09-09T17:17:04.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252024-09-09T17:17:04.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
23262024-09-09T17:17:04.547Z
23272024-09-09T17:17:04.547Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23282024-09-09T17:17:05.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-09-09T17:17:05.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-09-09T17:17:05.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312024-09-09T17:17:05.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23322024-09-09T17:17:05.362Z
23332024-09-09T17:17:05.362Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23342024-09-09T17:17:06.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-09-09T17:17:06.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-09-09T17:17:06.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-09-09T17:17:06.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23382024-09-09T17:17:06.243Z
23392024-09-09T17:17:06.243Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23402024-09-09T17:17:07.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-09-09T17:17:07.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-09-09T17:17:07.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-09-09T17:17:07.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
23442024-09-09T17:17:07.102Z
23452024-09-09T17:17:07.102Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23462024-09-09T17:17:07.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-09-09T17:17:07.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-09-09T17:17:07.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23492024-09-09T17:17:07.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23502024-09-09T17:17:07.995Z
23512024-09-09T17:17:07.995Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23522024-09-09T17:17:08.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-09-09T17:17:08.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-09-09T17:17:08.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23552024-09-09T17:17:08.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23562024-09-09T17:17:08.864Z
23572024-09-09T17:17:08.864Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23582024-09-09T17:17:09.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-09-09T17:17:09.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-09-09T17:17:09.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23612024-09-09T17:17:09.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23622024-09-09T17:17:09.713Z
23632024-09-09T17:17:09.713Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23642024-09-09T17:17:10.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-09-09T17:17:10.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-09-09T17:17:10.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-09-09T17:17:10.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23682024-09-09T17:17:10.580Z
23692024-09-09T17:17:10.580Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23702024-09-09T17:17:11.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-09-09T17:17:11.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-09-09T17:17:11.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732024-09-09T17:17:11.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23742024-09-09T17:17:11.471Z
23752024-09-09T17:17:11.471Zinfo: running `cargo check --bins` on internal-dns (60/158)
23762024-09-09T17:17:12.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-09-09T17:17:12.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-09-09T17:17:12.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-09-09T17:17:12.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23802024-09-09T17:17:12.333Z
23812024-09-09T17:17:12.333Zinfo: running `cargo check --bins` on nexus-client (61/158)
23822024-09-09T17:17:13.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-09-09T17:17:13.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-09-09T17:17:13.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-09-09T17:17:13.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23862024-09-09T17:17:13.196Z
23872024-09-09T17:17:13.196Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23882024-09-09T17:17:14.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-09-09T17:17:14.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-09-09T17:17:14.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-09-09T17:17:14.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23922024-09-09T17:17:14.097Z
23932024-09-09T17:17:14.098Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23942024-09-09T17:17:14.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-09-09T17:17:14.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-09-09T17:17:14.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-09-09T17:17:14.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
23982024-09-09T17:17:14.906Z
23992024-09-09T17:17:14.906Zinfo: running `cargo check --bins` on nexus-types (64/158)
24002024-09-09T17:17:15.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-09-09T17:17:15.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-09-09T17:17:15.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-09-09T17:17:15.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24042024-09-09T17:17:15.801Z
24052024-09-09T17:17:15.801Zinfo: running `cargo check --bins` on gateway-client (65/158)
24062024-09-09T17:17:16.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-09-09T17:17:16.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-09-09T17:17:16.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092024-09-09T17:17:16.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24102024-09-09T17:17:16.633Z
24112024-09-09T17:17:16.633Zinfo: running `cargo check --bins` on oxql-types (66/158)
24122024-09-09T17:17:17.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-09-09T17:17:17.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-09-09T17:17:17.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24152024-09-09T17:17:17.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24162024-09-09T17:17:17.508Z
24172024-09-09T17:17:17.508Zinfo: running `cargo check --bins` on sp-sim (67/158)
24182024-09-09T17:17:18.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-09-09T17:17:18.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-09-09T17:17:18.369Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24212024-09-09T17:17:20.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
24222024-09-09T17:17:20.756Z
24232024-09-09T17:17:20.756Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
24242024-09-09T17:17:21.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-09-09T17:17:21.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-09-09T17:17:21.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-09-09T17:17:21.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24282024-09-09T17:17:21.671Z
24292024-09-09T17:17:21.671Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
24302024-09-09T17:17:22.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-09-09T17:17:22.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-09-09T17:17:22.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-09-09T17:17:22.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24342024-09-09T17:17:22.605Z
24352024-09-09T17:17:22.605Zinfo: running `cargo check --bins` on db-macros (70/158)
24362024-09-09T17:17:23.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-09-09T17:17:23.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-09-09T17:17:23.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-09-09T17:17:23.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24402024-09-09T17:17:23.422Z
24412024-09-09T17:17:23.422Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24422024-09-09T17:17:24.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-09-09T17:17:24.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-09-09T17:17:24.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-09-09T17:17:24.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24462024-09-09T17:17:24.262Z
24472024-09-09T17:17:24.262Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24482024-09-09T17:17:25.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-09-09T17:17:25.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-09-09T17:17:25.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-09-09T17:17:25.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24522024-09-09T17:17:25.169Z
24532024-09-09T17:17:25.169Zinfo: running `cargo check --bins` on authz-macros (73/158)
24542024-09-09T17:17:25.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-09-09T17:17:25.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-09-09T17:17:25.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-09-09T17:17:25.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
24582024-09-09T17:17:25.982Z
24592024-09-09T17:17:25.982Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24602024-09-09T17:17:26.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-09-09T17:17:26.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-09-09T17:17:26.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-09-09T17:17:26.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24642024-09-09T17:17:26.856Z
24652024-09-09T17:17:26.856Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24662024-09-09T17:17:27.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-09-09T17:17:27.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-09-09T17:17:27.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-09-09T17:17:27.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24702024-09-09T17:17:27.750Z
24712024-09-09T17:17:27.750Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24722024-09-09T17:17:28.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-09-09T17:17:28.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-09-09T17:17:28.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-09-09T17:17:28.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
24762024-09-09T17:17:28.618Z
24772024-09-09T17:17:28.619Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24782024-09-09T17:17:29.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-09-09T17:17:29.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-09-09T17:17:29.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-09-09T17:17:29.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24822024-09-09T17:17:29.476Z
24832024-09-09T17:17:29.476Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24842024-09-09T17:17:30.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-09-09T17:17:30.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-09-09T17:17:30.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-09-09T17:17:30.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24882024-09-09T17:17:30.352Z
24892024-09-09T17:17:30.352Zinfo: running `cargo check --bins` on typed-rng (79/158)
24902024-09-09T17:17:31.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-09-09T17:17:31.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-09-09T17:17:31.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-09-09T17:17:31.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24942024-09-09T17:17:31.158Z
24952024-09-09T17:17:31.158Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
24962024-09-09T17:17:31.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-09-09T17:17:32.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-09-09T17:17:32.150Z Compiling rayon-core v1.12.1
24992024-09-09T17:17:32.174Z Compiling crossbeam-deque v0.8.5
25002024-09-09T17:17:32.174Z Compiling curve25519-dalek v4.1.3
25012024-09-09T17:17:32.174Z Compiling unicase v2.7.0
25022024-09-09T17:17:32.174Z Compiling same-file v1.0.6
25032024-09-09T17:17:32.174Z Checking keccak v0.1.5
25042024-09-09T17:17:32.224Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25052024-09-09T17:17:32.224Z Compiling tempfile v3.10.1
25062024-09-09T17:17:32.428Z Compiling walkdir v2.5.0
25072024-09-09T17:17:32.517Z Checking sha3 v0.10.8
25082024-09-09T17:17:32.540Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092024-09-09T17:17:32.740Z Compiling thiserror-impl-no-std v2.0.2
25102024-09-09T17:17:32.829Z Checking universal-hash v0.5.1
25112024-09-09T17:17:32.855Z Checking secrecy v0.8.0
25122024-09-09T17:17:32.884Z Compiling ring v0.16.20
25132024-09-09T17:17:32.972Z Compiling blake3 v1.5.1
25142024-09-09T17:17:32.997Z Compiling curve25519-dalek-derive v0.1.1
25152024-09-09T17:17:33.054Z Checking opaque-debug v0.3.1
25162024-09-09T17:17:33.077Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25172024-09-09T17:17:33.077Z Checking chacha20 v0.9.1
25182024-09-09T17:17:33.148Z Checking poly1305 v0.8.0
25192024-09-09T17:17:33.344Z Compiling rayon v1.10.0
25202024-09-09T17:17:33.401Z Checking aead v0.5.2
25212024-09-09T17:17:33.578Z Compiling memmap2 v0.9.4
25222024-09-09T17:17:33.607Z Compiling untrusted v0.7.1
25232024-09-09T17:17:33.781Z Compiling arrayvec v0.7.4
25242024-09-09T17:17:33.983Z Compiling spin v0.5.2
25252024-09-09T17:17:34.045Z Compiling arrayref v0.3.7
25262024-09-09T17:17:34.135Z Compiling home v0.5.9
25272024-09-09T17:17:34.160Z Compiling libefi-sys v0.1.0
25282024-09-09T17:17:34.183Z Compiling constant_time_eq v0.3.0
25292024-09-09T17:17:34.206Z Checking chacha20poly1305 v0.10.1
25302024-09-09T17:17:34.348Z Compiling toolchain_find v0.4.0
25312024-09-09T17:17:34.460Z Compiling camino-tempfile v1.1.1
25322024-09-09T17:17:34.625Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25332024-09-09T17:17:34.784Z Compiling bitfield-struct v0.6.1
25342024-09-09T17:17:34.866Z Compiling topological-sort v0.2.2
25352024-09-09T17:17:34.947Z Compiling cancel-safe-futures v0.1.5
25362024-09-09T17:17:35.067Z Compiling mime_guess v2.0.4
25372024-09-09T17:17:35.092Z Compiling rustfmt-wrapper v0.2.1
25382024-09-09T17:17:35.448Z Checking thiserror-no-std v2.0.2
25392024-09-09T17:17:35.548Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25402024-09-09T17:17:35.571Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25412024-09-09T17:17:35.630Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422024-09-09T17:17:35.762Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25432024-09-09T17:17:35.840Z Checking vsss-rs v3.3.4
25442024-09-09T17:17:36.032Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25452024-09-09T17:17:36.245Z Checking gethostname v0.5.0
25462024-09-09T17:17:36.330Z Checking libsw v3.3.1
25472024-09-09T17:17:36.355Z Checking linear-map v1.2.0
25482024-09-09T17:17:36.379Z Checking swrite v0.1.0
25492024-09-09T17:17:36.483Z Checking owo-colors v4.0.0
25502024-09-09T17:17:36.521Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25512024-09-09T17:17:36.645Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25522024-09-09T17:17:36.935Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25532024-09-09T17:17:37.151Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25542024-09-09T17:17:37.358Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25552024-09-09T17:17:37.599Z Checking nanorand v0.7.0
25562024-09-09T17:17:37.917Z Compiling omicron-zone-package v0.11.0
25572024-09-09T17:17:37.940Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25582024-09-09T17:17:38.109Z Checking glob v0.3.1
25592024-09-09T17:17:38.132Z Checking http-range v0.1.5
25602024-09-09T17:17:38.155Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25612024-09-09T17:17:38.296Z Checking hyper-staticfile v0.9.5
25622024-09-09T17:17:38.393Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25632024-09-09T17:17:38.667Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25642024-09-09T17:17:39.032Z Checking flume v0.11.0
25652024-09-09T17:17:39.260Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25662024-09-09T17:17:39.327Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25672024-09-09T17:17:39.458Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25682024-09-09T17:17:39.899Z Checking itertools v0.13.0
25692024-09-09T17:17:40.317Z Checking display-error-chain v0.2.1
25702024-09-09T17:17:40.396Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25712024-09-09T17:17:40.650Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25722024-09-09T17:17:42.213Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25732024-09-09T17:17:43.474Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25742024-09-09T17:17:43.474Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25752024-09-09T17:17:57.319Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25762024-09-09T17:18:12.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.00s
25772024-09-09T17:18:12.312Z
25782024-09-09T17:18:12.312Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25792024-09-09T17:18:13.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-09-09T17:18:13.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-09-09T17:18:13.257Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25822024-09-09T17:18:28.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s
25832024-09-09T17:18:28.300Z
25842024-09-09T17:18:28.300Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25852024-09-09T17:18:29.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-09-09T17:18:29.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-09-09T17:18:29.355Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25882024-09-09T17:18:43.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.62s
25892024-09-09T17:18:44.079Z
25902024-09-09T17:18:44.079Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25912024-09-09T17:18:44.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-09-09T17:18:44.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-09-09T17:18:45.012Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25942024-09-09T17:18:59.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.60s
25952024-09-09T17:18:59.842Z
25962024-09-09T17:18:59.842Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
25972024-09-09T17:19:00.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-09-09T17:19:00.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-09-09T17:19:00.770Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26002024-09-09T17:19:15.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.60s
26012024-09-09T17:19:15.611Z
26022024-09-09T17:19:15.611Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
26032024-09-09T17:19:16.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-09-09T17:19:16.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-09-09T17:19:16.575Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26062024-09-09T17:19:31.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.94s
26072024-09-09T17:19:31.721Z
26082024-09-09T17:19:31.721Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
26092024-09-09T17:19:32.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-09-09T17:19:32.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-09-09T17:19:32.706Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26122024-09-09T17:19:47.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.54s
26132024-09-09T17:19:47.438Z
26142024-09-09T17:19:47.439Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
26152024-09-09T17:19:48.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-09-09T17:19:48.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-09-09T17:19:48.390Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26182024-09-09T17:20:03.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.74s
26192024-09-09T17:20:03.336Z
26202024-09-09T17:20:03.336Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
26212024-09-09T17:20:04.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-09-09T17:20:04.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-09-09T17:20:04.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-09-09T17:20:04.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26252024-09-09T17:20:04.318Z
26262024-09-09T17:20:04.318Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
26272024-09-09T17:20:05.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-09-09T17:20:05.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-09-09T17:20:05.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-09-09T17:20:05.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26312024-09-09T17:20:05.198Z
26322024-09-09T17:20:05.198Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
26332024-09-09T17:20:05.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-09-09T17:20:05.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-09-09T17:20:05.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-09-09T17:20:05.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26372024-09-09T17:20:06.045Z
26382024-09-09T17:20:06.045Zinfo: running `cargo check --bins` on dpd-client (91/158)
26392024-09-09T17:20:06.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-09-09T17:20:06.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-09-09T17:20:06.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-09-09T17:20:06.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26432024-09-09T17:20:06.894Z
26442024-09-09T17:20:06.894Zinfo: running `cargo check --bins` on installinator-common (92/158)
26452024-09-09T17:20:07.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-09-09T17:20:07.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-09-09T17:20:07.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-09-09T17:20:07.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26492024-09-09T17:20:07.764Z
26502024-09-09T17:20:07.764Zinfo: running `cargo check --bins` on update-engine (93/158)
26512024-09-09T17:20:08.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-09-09T17:20:08.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-09-09T17:20:08.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-09-09T17:20:08.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26552024-09-09T17:20:08.601Z
26562024-09-09T17:20:08.601Zinfo: running `cargo check --bins` on key-manager (94/158)
26572024-09-09T17:20:09.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-09-09T17:20:09.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-09-09T17:20:09.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-09-09T17:20:09.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26612024-09-09T17:20:09.480Z
26622024-09-09T17:20:09.480Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26632024-09-09T17:20:10.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-09-09T17:20:10.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-09-09T17:20:10.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-09-09T17:20:10.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26672024-09-09T17:20:10.337Z
26682024-09-09T17:20:10.337Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26692024-09-09T17:20:11.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-09-09T17:20:11.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-09-09T17:20:11.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-09-09T17:20:11.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26732024-09-09T17:20:11.223Z
26742024-09-09T17:20:11.223Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26752024-09-09T17:20:11.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-09-09T17:20:12.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-09-09T17:20:12.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-09-09T17:20:12.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26792024-09-09T17:20:12.072Z
26802024-09-09T17:20:12.072Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26812024-09-09T17:20:12.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-09-09T17:20:12.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-09-09T17:20:12.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-09-09T17:20:12.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26852024-09-09T17:20:12.960Z
26862024-09-09T17:20:12.960Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26872024-09-09T17:20:13.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-09-09T17:20:13.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-09-09T17:20:13.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-09-09T17:20:13.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26912024-09-09T17:20:13.875Z
26922024-09-09T17:20:13.875Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26932024-09-09T17:20:14.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-09-09T17:20:14.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-09-09T17:20:14.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962024-09-09T17:20:14.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
26972024-09-09T17:20:14.747Z
26982024-09-09T17:20:14.747Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
26992024-09-09T17:20:15.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-09-09T17:20:15.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-09-09T17:20:15.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022024-09-09T17:20:15.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27032024-09-09T17:20:15.628Z
27042024-09-09T17:20:15.628Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
27052024-09-09T17:20:16.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-09-09T17:20:16.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-09-09T17:20:16.544Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27082024-09-09T17:20:16.544Z Checking bcs v0.1.6
27092024-09-09T17:20:16.544Z Compiling async-recursion v1.1.1
27102024-09-09T17:20:16.544Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27112024-09-09T17:20:16.568Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27122024-09-09T17:20:17.693Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27132024-09-09T17:20:21.914Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27142024-09-09T17:20:24.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.48s
27152024-09-09T17:20:24.274Z
27162024-09-09T17:20:24.274Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27172024-09-09T17:20:25.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-09-09T17:20:25.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-09-09T17:20:25.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-09-09T17:20:25.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27212024-09-09T17:20:25.133Z
27222024-09-09T17:20:25.133Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27232024-09-09T17:20:25.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-09-09T17:20:25.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-09-09T17:20:25.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-09-09T17:20:25.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27272024-09-09T17:20:25.989Z
27282024-09-09T17:20:25.989Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27292024-09-09T17:20:26.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-09-09T17:20:26.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-09-09T17:20:26.848Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27322024-09-09T17:20:27.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
27332024-09-09T17:20:27.637Z
27342024-09-09T17:20:27.637Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27352024-09-09T17:20:28.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-09-09T17:20:28.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-09-09T17:20:28.563Z Compiling vte_generate_state_changes v0.1.1
27382024-09-09T17:20:28.563Z Checking fd-lock v4.0.2
27392024-09-09T17:20:28.587Z Checking bytecount v0.6.8
27402024-09-09T17:20:28.587Z Compiling tabled_derive v0.7.0
27412024-09-09T17:20:28.587Z Checking crossterm v0.27.0
27422024-09-09T17:20:28.611Z Compiling peg-macros v0.8.4
27432024-09-09T17:20:28.611Z Compiling sqlparser_derive v0.2.2
27442024-09-09T17:20:28.611Z Checking nu-ansi-term v0.50.0
27452024-09-09T17:20:28.764Z Checking papergrid v0.11.0
27462024-09-09T17:20:28.790Z Checking home v0.5.9
27472024-09-09T17:20:28.904Z Checking unicode_categories v0.1.1
27482024-09-09T17:20:29.034Z Checking rustyline v14.0.0
27492024-09-09T17:20:29.138Z Checking vte v0.11.1
27502024-09-09T17:20:29.171Z Checking sqlformat v0.2.4
27512024-09-09T17:20:29.572Z Checking sqlparser v0.45.0
27522024-09-09T17:20:29.993Z Checking crossterm v0.28.1
27532024-09-09T17:20:30.173Z Checking strip-ansi-escapes v0.2.0
27542024-09-09T17:20:30.306Z Checking reedline v0.33.0
27552024-09-09T17:20:30.720Z Checking tabled v0.15.0
27562024-09-09T17:20:31.303Z Checking peg v0.8.4
27572024-09-09T17:20:37.000Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582024-09-09T17:20:43.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s
27592024-09-09T17:20:43.649Z
27602024-09-09T17:20:43.649Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27612024-09-09T17:20:44.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-09-09T17:20:44.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-09-09T17:20:44.534Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642024-09-09T17:20:51.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
27652024-09-09T17:20:51.319Z
27662024-09-09T17:20:51.319Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27672024-09-09T17:20:52.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-09-09T17:20:52.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-09-09T17:20:52.194Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702024-09-09T17:20:58.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.03s
27712024-09-09T17:20:58.508Z
27722024-09-09T17:20:58.508Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27732024-09-09T17:20:59.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-09-09T17:20:59.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-09-09T17:20:59.463Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27762024-09-09T17:21:04.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
27772024-09-09T17:21:04.773Z
27782024-09-09T17:21:04.773Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27792024-09-09T17:21:05.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-09-09T17:21:05.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-09-09T17:21:05.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-09-09T17:21:05.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27832024-09-09T17:21:05.613Z
27842024-09-09T17:21:05.613Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27852024-09-09T17:21:06.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-09-09T17:21:06.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-09-09T17:21:06.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-09-09T17:21:06.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27892024-09-09T17:21:06.424Z
27902024-09-09T17:21:06.424Zinfo: running `cargo check --bins` on installinator-client (112/158)
27912024-09-09T17:21:07.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-09-09T17:21:07.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-09-09T17:21:07.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-09-09T17:21:07.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27952024-09-09T17:21:07.274Z
27962024-09-09T17:21:07.274Zinfo: running `cargo check --bins` on oxide-client (113/158)
27972024-09-09T17:21:08.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-09-09T17:21:08.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-09-09T17:21:08.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-09-09T17:21:08.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
28012024-09-09T17:21:08.103Z
28022024-09-09T17:21:08.103Zinfo: running `cargo check --bins` on wicketd-client (114/158)
28032024-09-09T17:21:08.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-09-09T17:21:08.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-09-09T17:21:08.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-09-09T17:21:08.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28072024-09-09T17:21:09.035Z
28082024-09-09T17:21:09.035Zinfo: running `cargo check --bins` on wicket-common (115/158)
28092024-09-09T17:21:09.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-09-09T17:21:09.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-09-09T17:21:09.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-09-09T17:21:09.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28132024-09-09T17:21:09.915Z
28142024-09-09T17:21:09.915Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28152024-09-09T17:21:10.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-09-09T17:21:10.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-09-09T17:21:10.805Z Checking csv-core v0.1.11
28182024-09-09T17:21:10.829Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28192024-09-09T17:21:11.103Z Checking csv v1.3.0
28202024-09-09T17:21:11.792Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28212024-09-09T17:21:12.230Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28222024-09-09T17:21:13.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28232024-09-09T17:21:13.915Z
28242024-09-09T17:21:13.915Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28252024-09-09T17:21:14.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-09-09T17:21:14.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-09-09T17:21:14.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282024-09-09T17:21:14.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
28292024-09-09T17:21:14.778Z
28302024-09-09T17:21:14.778Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28312024-09-09T17:21:15.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-09-09T17:21:15.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-09-09T17:21:15.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342024-09-09T17:21:15.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28352024-09-09T17:21:15.654Z
28362024-09-09T17:21:15.654Zinfo: running `cargo check --bins` on cert-dev (119/158)
28372024-09-09T17:21:16.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-09-09T17:21:16.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-09-09T17:21:16.470Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28402024-09-09T17:21:16.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
28412024-09-09T17:21:16.850Z
28422024-09-09T17:21:16.850Zinfo: running `cargo check --bins` on ch-dev (120/158)
28432024-09-09T17:21:17.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-09-09T17:21:17.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-09-09T17:21:17.769Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28462024-09-09T17:21:18.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
28472024-09-09T17:21:18.763Z
28482024-09-09T17:21:18.763Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28492024-09-09T17:21:19.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-09-09T17:21:19.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-09-09T17:21:19.649Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28522024-09-09T17:21:19.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
28532024-09-09T17:21:20.134Z
28542024-09-09T17:21:20.134Zinfo: running `cargo check --bins` on db-dev (122/158)
28552024-09-09T17:21:20.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-09-09T17:21:20.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-09-09T17:21:21.044Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28582024-09-09T17:21:21.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
28592024-09-09T17:21:21.976Z
28602024-09-09T17:21:21.976Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28612024-09-09T17:21:22.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-09-09T17:21:22.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-09-09T17:21:22.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-09-09T17:21:22.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
28652024-09-09T17:21:22.848Z
28662024-09-09T17:21:22.848Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28672024-09-09T17:21:23.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-09-09T17:21:23.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-09-09T17:21:23.681Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28702024-09-09T17:21:24.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
28712024-09-09T17:21:24.779Z
28722024-09-09T17:21:24.779Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28732024-09-09T17:21:25.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-09-09T17:21:25.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-09-09T17:21:25.751Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28762024-09-09T17:21:26.452Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28772024-09-09T17:21:27.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s
28782024-09-09T17:21:27.229Z
28792024-09-09T17:21:27.229Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28802024-09-09T17:21:28.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-09-09T17:21:28.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-09-09T17:21:28.339Z Compiling glob v0.3.1
28832024-09-09T17:21:28.339Z Compiling crunchy v0.2.2
28842024-09-09T17:21:28.363Z Compiling tiny-keccak v2.0.2
28852024-09-09T17:21:28.363Z Compiling dsl_auto_type v0.1.2
28862024-09-09T17:21:28.363Z Checking scheduled-thread-pool v0.2.7
28872024-09-09T17:21:28.363Z Compiling diesel_table_macro_syntax v0.2.0
28882024-09-09T17:21:28.387Z Compiling ascii-canvas v3.0.0
28892024-09-09T17:21:28.411Z Compiling ena v0.14.3
28902024-09-09T17:21:28.621Z Checking r2d2 v0.8.10
28912024-09-09T17:21:28.674Z Compiling libloading v0.8.3
28922024-09-09T17:21:28.845Z Compiling diff v0.1.13
28932024-09-09T17:21:28.871Z Compiling bindgen v0.69.4
28942024-09-09T17:21:28.926Z Compiling regex-syntax v0.6.29
28952024-09-09T17:21:28.985Z Compiling which v4.4.2
28962024-09-09T17:21:29.079Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28972024-09-09T17:21:29.253Z Compiling clang-sys v1.7.0
28982024-09-09T17:21:29.286Z Compiling cexpr v0.6.0
28992024-09-09T17:21:29.431Z Compiling shlex v1.3.0
29002024-09-09T17:21:29.534Z Compiling lazycell v1.3.0
29012024-09-09T17:21:29.593Z Compiling ref-cast v1.0.23
29022024-09-09T17:21:29.617Z Compiling rustc-hash v1.1.0
29032024-09-09T17:21:29.700Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29042024-09-09T17:21:29.757Z Compiling derive_builder_core v0.20.0
29052024-09-09T17:21:29.820Z Compiling libxml v0.3.3
29062024-09-09T17:21:29.891Z Compiling diesel_derives v2.2.2
29072024-09-09T17:21:29.978Z Compiling ref-cast-impl v1.0.23
29082024-09-09T17:21:30.146Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29092024-09-09T17:21:30.228Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29102024-09-09T17:21:30.560Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29112024-09-09T17:21:30.828Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29122024-09-09T17:21:30.853Z Compiling strum_macros v0.24.3
29132024-09-09T17:21:31.092Z Compiling dropshot v0.10.1
29142024-09-09T17:21:31.167Z Compiling indoc v1.0.9
29152024-09-09T17:21:31.786Z Compiling lalrpop v0.19.12
29162024-09-09T17:21:32.008Z Compiling derive_builder_macro v0.20.0
29172024-09-09T17:21:32.737Z Checking derive_builder v0.20.0
29182024-09-09T17:21:32.892Z Checking tungstenite v0.23.0
29192024-09-09T17:21:32.981Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29202024-09-09T17:21:33.235Z Compiling dropshot_endpoint v0.10.1
29212024-09-09T17:21:33.694Z Compiling oso-derive v0.27.3
29222024-09-09T17:21:33.814Z Compiling impl-trait-for-tuples v0.2.2
29232024-09-09T17:21:33.900Z Checking quick-xml v0.31.0
29242024-09-09T17:21:34.577Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
29252024-09-09T17:21:34.855Z Checking maplit v1.0.2
29262024-09-09T17:21:35.025Z Checking tokio-tungstenite v0.23.1
29272024-09-09T17:21:35.447Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29282024-09-09T17:21:35.654Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29292024-09-09T17:21:35.922Z Checking bb8 v0.8.5
29302024-09-09T17:21:36.333Z Compiling const_format_proc_macros v0.2.32
29312024-09-09T17:21:37.013Z Checking crossbeam-deque v0.8.5
29322024-09-09T17:21:37.320Z Compiling portable-atomic v1.6.0
29332024-09-09T17:21:38.151Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
29342024-09-09T17:21:38.295Z Checking const_format v0.2.32
29352024-09-09T17:21:38.399Z Checking rayon-core v1.12.1
29362024-09-09T17:21:38.804Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29372024-09-09T17:21:39.040Z Checking castaway v0.2.3
29382024-09-09T17:21:39.108Z Checking rayon v1.10.0
29392024-09-09T17:21:39.205Z Checking compact_str v0.8.0
29402024-09-09T17:21:39.942Z Checking diesel v2.2.3
29412024-09-09T17:21:40.098Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422024-09-09T17:21:40.353Z Checking unicode-truncate v1.0.0
29432024-09-09T17:21:40.410Z Checking lru v0.12.3
29442024-09-09T17:21:40.561Z Compiling instability v0.3.2
29452024-09-09T17:21:40.633Z Checking number_prefix v0.4.0
29462024-09-09T17:21:40.722Z Checking unicode-linebreak v0.1.5
29472024-09-09T17:21:40.810Z Checking cassowary v0.3.0
29482024-09-09T17:21:40.886Z Checking smawk v0.3.2
29492024-09-09T17:21:41.082Z Checking textwrap v0.16.1
29502024-09-09T17:21:41.107Z Checking multimap v0.10.0
29512024-09-09T17:21:41.449Z Checking ratatui v0.28.0
29522024-09-09T17:21:42.274Z Checking indicatif v0.17.8
29532024-09-09T17:21:59.343Z Compiling samael v0.0.15
29542024-09-09T17:22:10.207Z Checking async-bb8-diesel v0.2.1
29552024-09-09T17:22:12.387Z Compiling polar-core v0.27.3
29562024-09-09T17:22:21.007Z Checking oso v0.27.3
29572024-09-09T17:23:34.690Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29582024-09-09T17:23:41.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
29592024-09-09T17:23:41.814Z
29602024-09-09T17:23:41.814Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29612024-09-09T17:23:42.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-09-09T17:23:42.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-09-09T17:23:42.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642024-09-09T17:23:42.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29652024-09-09T17:23:42.763Z
29662024-09-09T17:23:42.763Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29672024-09-09T17:23:43.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-09-09T17:23:43.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-09-09T17:23:43.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29702024-09-09T17:23:43.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29712024-09-09T17:23:43.655Z
29722024-09-09T17:23:43.655Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29732024-09-09T17:23:44.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-09-09T17:23:44.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-09-09T17:23:44.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29762024-09-09T17:23:44.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
29772024-09-09T17:23:44.482Z
29782024-09-09T17:23:44.482Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29792024-09-09T17:23:45.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29802024-09-09T17:23:45.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29812024-09-09T17:23:45.545Z Compiling libz-sys v1.1.16
29822024-09-09T17:23:45.572Z Compiling libgit2-sys v0.17.0+1.8.1
29832024-09-09T17:23:45.596Z Compiling vergen v8.3.2
29842024-09-09T17:23:45.596Z Compiling cargo-platform v0.1.8
29852024-09-09T17:23:45.596Z Compiling pin-project-internal v1.1.5
29862024-09-09T17:23:45.644Z Compiling snafu-derive v0.8.2
29872024-09-09T17:23:45.668Z Compiling libsqlite3-sys v0.28.0
29882024-09-09T17:23:45.668Z Compiling buf-list v1.0.3
29892024-09-09T17:23:45.926Z Compiling cargo_metadata v0.18.1
29902024-09-09T17:23:46.124Z Checking globset v0.4.14
29912024-09-09T17:23:46.189Z Checking olpc-cjson v0.1.3
29922024-09-09T17:23:46.357Z Checking rand_seeder v0.3.0
29932024-09-09T17:23:46.395Z Checking serde_plain v1.0.2
29942024-09-09T17:23:46.449Z Checking typed-path v0.7.1
29952024-09-09T17:23:46.563Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29962024-09-09T17:23:46.737Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29972024-09-09T17:23:46.854Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29982024-09-09T17:23:46.990Z Checking hashlink v0.9.1
29992024-09-09T17:23:47.014Z Checking fallible-streaming-iterator v0.1.9
30002024-09-09T17:23:47.122Z Checking parse-size v1.0.0
30012024-09-09T17:23:47.218Z Checking fallible-iterator v0.3.0
30022024-09-09T17:23:47.341Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30032024-09-09T17:23:47.524Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30042024-09-09T17:23:47.833Z Checking rusqlite v0.31.0
30052024-09-09T17:23:48.064Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30062024-09-09T17:23:48.135Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30072024-09-09T17:23:48.180Z Checking pin-project v1.1.5
30082024-09-09T17:23:48.296Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30092024-09-09T17:23:48.332Z Checking twox-hash v1.6.3
30102024-09-09T17:23:48.423Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30112024-09-09T17:23:48.740Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30122024-09-09T17:23:49.075Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30132024-09-09T17:23:49.139Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30142024-09-09T17:23:49.258Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30152024-09-09T17:23:49.481Z Checking fatfs v0.3.6
30162024-09-09T17:23:49.917Z Checking assert_matches v1.5.0
30172024-09-09T17:23:50.437Z Checking snafu v0.8.2
30182024-09-09T17:23:50.880Z Checking tough v0.17.1
30192024-09-09T17:23:54.719Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30202024-09-09T17:23:56.171Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30212024-09-09T17:23:56.683Z Compiling git2 v0.19.0
30222024-09-09T17:24:02.781Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
30232024-09-09T17:25:05.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
30242024-09-09T17:25:05.980Z
30252024-09-09T17:25:05.980Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30262024-09-09T17:25:06.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-09-09T17:25:06.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-09-09T17:25:06.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-09-09T17:25:06.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
30302024-09-09T17:25:07.060Z
30312024-09-09T17:25:07.060Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30322024-09-09T17:25:07.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-09-09T17:25:07.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-09-09T17:25:07.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-09-09T17:25:07.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30362024-09-09T17:25:08.004Z
30372024-09-09T17:25:08.004Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30382024-09-09T17:25:08.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-09-09T17:25:09.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-09-09T17:25:09.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-09-09T17:25:09.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
30422024-09-09T17:25:09.083Z
30432024-09-09T17:25:09.083Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30442024-09-09T17:25:10.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-09-09T17:25:10.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-09-09T17:25:10.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-09-09T17:25:10.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
30482024-09-09T17:25:10.123Z
30492024-09-09T17:25:10.123Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30502024-09-09T17:25:11.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-09-09T17:25:11.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-09-09T17:25:11.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532024-09-09T17:25:11.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
30542024-09-09T17:25:11.147Z
30552024-09-09T17:25:11.147Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30562024-09-09T17:25:12.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572024-09-09T17:25:12.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582024-09-09T17:25:12.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592024-09-09T17:25:12.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30602024-09-09T17:25:12.114Z
30612024-09-09T17:25:12.114Zinfo: running `cargo check --bins` on update-common (137/158)
30622024-09-09T17:25:12.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632024-09-09T17:25:12.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642024-09-09T17:25:12.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652024-09-09T17:25:12.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30662024-09-09T17:25:12.997Z
30672024-09-09T17:25:12.997Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30682024-09-09T17:25:13.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692024-09-09T17:25:13.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702024-09-09T17:25:13.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712024-09-09T17:25:13.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30722024-09-09T17:25:13.931Z
30732024-09-09T17:25:13.931Zinfo: running `cargo check --bins` on tufaceous (139/158)
30742024-09-09T17:25:14.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752024-09-09T17:25:14.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762024-09-09T17:25:14.809Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30772024-09-09T17:25:15.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
30782024-09-09T17:25:15.997Z
30792024-09-09T17:25:15.997Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30802024-09-09T17:25:16.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-09-09T17:25:16.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-09-09T17:25:17.183Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30832024-09-09T17:25:17.183Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30842024-09-09T17:25:17.183Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30852024-09-09T17:25:18.852Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30862024-09-09T17:25:21.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
30872024-09-09T17:25:22.025Z
30882024-09-09T17:25:22.026Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30892024-09-09T17:25:22.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902024-09-09T17:25:22.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912024-09-09T17:25:22.949Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30922024-09-09T17:25:22.949Z Checking heck v0.4.1
30932024-09-09T17:25:22.949Z Checking is_ci v1.2.0
30942024-09-09T17:25:22.949Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30952024-09-09T17:25:22.973Z Checking indent_write v2.2.0
30962024-09-09T17:25:23.087Z Checking supports-color v3.0.0
30972024-09-09T17:25:23.200Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30982024-09-09T17:25:24.967Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30992024-09-09T17:25:25.972Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
31002024-09-09T17:25:27.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
31012024-09-09T17:25:27.395Z
31022024-09-09T17:25:27.395Zinfo: running `cargo check --bins` on installinator-api (142/158)
31032024-09-09T17:25:28.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-09-09T17:25:28.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-09-09T17:25:28.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062024-09-09T17:25:28.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
31072024-09-09T17:25:28.267Z
31082024-09-09T17:25:28.267Zinfo: running `cargo check --bins` on wicketd-api (143/158)
31092024-09-09T17:25:29.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-09-09T17:25:29.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-09-09T17:25:29.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122024-09-09T17:25:29.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31132024-09-09T17:25:29.255Z
31142024-09-09T17:25:29.255Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31152024-09-09T17:25:30.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-09-09T17:25:30.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-09-09T17:25:30.210Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31182024-09-09T17:25:31.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
31192024-09-09T17:25:31.812Z
31202024-09-09T17:25:31.812Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31212024-09-09T17:25:32.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-09-09T17:25:32.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-09-09T17:25:32.697Z Checking memmap2 v0.9.4
31242024-09-09T17:25:32.698Z Checking untrusted v0.7.1
31252024-09-09T17:25:32.698Z Checking spin v0.5.2
31262024-09-09T17:25:32.698Z Checking arrayref v0.3.7
31272024-09-09T17:25:32.722Z Checking constant_time_eq v0.3.0
31282024-09-09T17:25:32.722Z Checking arrayvec v0.7.4
31292024-09-09T17:25:32.722Z Checking cargo-platform v0.1.8
31302024-09-09T17:25:32.722Z Checking topological-sort v0.2.2
31312024-09-09T17:25:32.830Z Checking shell-words v1.1.0
31322024-09-09T17:25:32.941Z Checking ring v0.16.20
31332024-09-09T17:25:33.043Z Checking cargo_metadata v0.18.1
31342024-09-09T17:25:33.117Z Checking blake3 v1.5.1
31352024-09-09T17:25:34.462Z Checking omicron-zone-package v0.11.0
31362024-09-09T17:25:35.808Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31372024-09-09T17:25:36.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s
31382024-09-09T17:25:37.029Z
31392024-09-09T17:25:37.029Zinfo: running `cargo check --bins` on xtask (146/158)
31402024-09-09T17:25:37.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-09-09T17:25:37.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-09-09T17:25:37.672Z Checking bitflags v2.6.0
31432024-09-09T17:25:37.672Z Checking serde v1.0.208
31442024-09-09T17:25:37.672Z Checking thiserror v1.0.63
31452024-09-09T17:25:37.672Z Checking scroll v0.12.0
31462024-09-09T17:25:37.715Z Checking log v0.4.21
31472024-09-09T17:25:37.745Z Checking hashbrown v0.14.5
31482024-09-09T17:25:37.745Z Checking zerocopy v0.7.34
31492024-09-09T17:25:37.772Z Checking syn v2.0.74
31502024-09-09T17:25:37.823Z Checking pest v2.7.10
31512024-09-09T17:25:37.930Z Checking rustix v0.38.34
31522024-09-09T17:25:37.972Z Checking fs-err v2.11.0
31532024-09-09T17:25:38.133Z Checking goblin v0.8.2
31542024-09-09T17:25:38.241Z Checking anyhow v1.0.86
31552024-09-09T17:25:38.571Z Checking tabled v0.15.0
31562024-09-09T17:25:38.722Z Checking indexmap v2.4.0
31572024-09-09T17:25:39.529Z Checking terminal_size v0.3.0
31582024-09-09T17:25:39.529Z Checking tempfile v3.10.1
31592024-09-09T17:25:39.674Z Checking clap_builder v4.5.15
31602024-09-09T17:25:39.896Z Checking dtrace-parser v0.2.0
31612024-09-09T17:25:41.740Z Checking serde_json v1.0.125
31622024-09-09T17:25:41.740Z Checking toml_datetime v0.6.8
31632024-09-09T17:25:41.740Z Checking serde_spanned v0.6.7
31642024-09-09T17:25:41.770Z Checking camino v1.1.9
31652024-09-09T17:25:41.770Z Checking semver v1.0.23
31662024-09-09T17:25:41.808Z Checking cargo-platform v0.1.8
31672024-09-09T17:25:41.941Z Checking macaddr v1.0.1
31682024-09-09T17:25:42.027Z Checking toml_edit v0.22.20
31692024-09-09T17:25:42.134Z Checking clap v4.5.16
31702024-09-09T17:25:42.282Z Checking camino-tempfile v1.1.1
31712024-09-09T17:25:42.929Z Checking dof v0.3.0
31722024-09-09T17:25:42.929Z Checking cargo_metadata v0.18.1
31732024-09-09T17:25:43.434Z Checking usdt-impl v0.5.0
31742024-09-09T17:25:43.894Z Checking usdt v0.5.0
31752024-09-09T17:25:44.196Z Checking toml v0.8.19
31762024-09-09T17:25:44.757Z Checking cargo_toml v0.20.4
31772024-09-09T17:25:46.256Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31782024-09-09T17:25:47.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s
31792024-09-09T17:25:47.136Z
31802024-09-09T17:25:47.136Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31812024-09-09T17:25:47.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-09-09T17:25:48.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-09-09T17:25:48.154Z Checking polyval v0.6.2
31842024-09-09T17:25:48.154Z Checking rfc6979 v0.4.0
31852024-09-09T17:25:48.178Z Checking primeorder v0.13.6
31862024-09-09T17:25:48.178Z Checking ctr v0.9.2
31872024-09-09T17:25:48.178Z Checking ed25519 v2.2.3
31882024-09-09T17:25:48.178Z Checking ssh-encoding v0.2.0
31892024-09-09T17:25:48.178Z Checking blowfish v0.9.1
31902024-09-09T17:25:48.178Z Checking password-hash v0.4.2
31912024-09-09T17:25:48.339Z Checking ecdsa v0.16.9
31922024-09-09T17:25:48.418Z Checking bcrypt-pbkdf v0.10.0
31932024-09-09T17:25:48.499Z Checking ed25519-dalek v2.1.1
31942024-09-09T17:25:48.523Z Checking matches v0.1.10
31952024-09-09T17:25:48.547Z Compiling enum-as-inner v0.5.1
31962024-09-09T17:25:48.571Z Checking pbkdf2 v0.11.0
31972024-09-09T17:25:48.571Z Checking ghash v0.5.1
31982024-09-09T17:25:48.618Z Checking idna v0.2.3
31992024-09-09T17:25:48.642Z Checking russh-cryptovec v0.7.2
32002024-09-09T17:25:48.694Z Checking md5 v0.7.0
32012024-09-09T17:25:48.729Z Checking aes-gcm v0.10.3
32022024-09-09T17:25:48.815Z Checking num-bigint v0.4.5
32032024-09-09T17:25:48.838Z Checking des v0.8.1
32042024-09-09T17:25:48.838Z Compiling dhcproto-macros v0.1.0
32052024-09-09T17:25:48.948Z Checking hex-literal v0.4.1
32062024-09-09T17:25:48.972Z Checking ssh-cipher v0.2.0
32072024-09-09T17:25:48.972Z Checking p256 v0.13.2
32082024-09-09T17:25:49.078Z Checking p384 v0.13.0
32092024-09-09T17:25:49.102Z Checking p521 v0.13.3
32102024-09-09T17:25:49.226Z Checking ssh-key v0.6.6
32112024-09-09T17:25:49.291Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32122024-09-09T17:25:49.393Z Checking trust-dns-proto v0.22.0
32132024-09-09T17:25:49.419Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32142024-09-09T17:25:49.678Z Checking internet-checksum v0.2.1
32152024-09-09T17:25:50.583Z Checking russh-keys v0.45.0
32162024-09-09T17:25:51.666Z Checking russh v0.45.0
32172024-09-09T17:25:52.372Z Checking dhcproto v0.12.0
32182024-09-09T17:26:12.973Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32192024-09-09T17:26:14.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.47s
32202024-09-09T17:26:14.780Z
32212024-09-09T17:26:14.780Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32222024-09-09T17:26:15.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-09-09T17:26:15.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-09-09T17:26:15.664Z Checking termios v0.3.3
32252024-09-09T17:26:15.843Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32262024-09-09T17:26:16.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
32272024-09-09T17:26:16.920Z
32282024-09-09T17:26:16.920Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32292024-09-09T17:26:17.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302024-09-09T17:26:17.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312024-09-09T17:26:17.885Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32322024-09-09T17:26:20.265Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32332024-09-09T17:26:22.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
32342024-09-09T17:26:22.615Z
32352024-09-09T17:26:22.615Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32362024-09-09T17:26:23.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-09-09T17:26:23.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-09-09T17:26:23.469Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32392024-09-09T17:26:23.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
32402024-09-09T17:26:24.066Z
32412024-09-09T17:26:24.066Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32422024-09-09T17:26:24.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432024-09-09T17:26:24.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442024-09-09T17:26:24.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452024-09-09T17:26:24.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32462024-09-09T17:26:24.865Z
32472024-09-09T17:26:24.865Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32482024-09-09T17:26:25.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-09-09T17:26:25.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-09-09T17:26:25.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512024-09-09T17:26:25.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32522024-09-09T17:26:25.671Z
32532024-09-09T17:26:25.671Zinfo: running `cargo check --bins` on omicron-package (153/158)
32542024-09-09T17:26:26.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552024-09-09T17:26:26.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562024-09-09T17:26:26.555Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32572024-09-09T17:26:27.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
32582024-09-09T17:26:28.141Z
32592024-09-09T17:26:28.141Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32602024-09-09T17:26:28.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612024-09-09T17:26:28.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622024-09-09T17:26:29.068Z Checking rtoolbox v0.0.2
32632024-09-09T17:26:29.068Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32642024-09-09T17:26:29.068Z Checking tui-tree-widget v0.22.0
32652024-09-09T17:26:29.251Z Checking rpassword v7.3.1
32662024-09-09T17:26:34.024Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32672024-09-09T17:26:37.543Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32682024-09-09T17:26:38.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
32692024-09-09T17:26:39.025Z
32702024-09-09T17:26:39.025Zinfo: running `cargo check --bins` on wicket (155/158)
32712024-09-09T17:26:39.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722024-09-09T17:26:39.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732024-09-09T17:26:39.905Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32742024-09-09T17:26:40.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
32752024-09-09T17:26:40.422Z
32762024-09-09T17:26:40.422Zinfo: running `cargo check --bins` on wicketd (156/158)
32772024-09-09T17:26:41.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782024-09-09T17:26:41.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792024-09-09T17:26:41.333Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32802024-09-09T17:26:45.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
32812024-09-09T17:26:46.039Z
32822024-09-09T17:26:46.039Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32832024-09-09T17:26:46.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842024-09-09T17:26:46.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852024-09-09T17:26:46.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862024-09-09T17:26:46.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32872024-09-09T17:26:46.845Z
32882024-09-09T17:26:46.845Zinfo: running `cargo check --bins` on zone-setup (158/158)
32892024-09-09T17:26:47.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-09-09T17:26:47.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-09-09T17:26:47.812Z Checking uzers v0.11.3
32922024-09-09T17:26:48.129Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32932024-09-09T17:26:49.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
32942024-09-09T17:26:49.590Z
32952024-09-09T17:26:49.590Zreal 12:47.065872733
32962024-09-09T17:26:49.590Zuser 23:11.858090014
32972024-09-09T17:26:49.590Zsys 5:31.137980537
32982024-09-09T17:26:49.590Ztrap 0.587946330
32992024-09-09T17:26:49.590Ztflt 1.665227818
33002024-09-09T17:26:49.590Zdflt 2.583303946
33012024-09-09T17:26:49.590Zkflt 0.000964022
33022024-09-09T17:26:49.590Zlock 43:49.794962460
33032024-09-09T17:26:49.590Zslp 2:01:36.026422632
33042024-09-09T17:26:49.590Zlat 58.856007822
33052024-09-09T17:26:49.590Zstop 2:39.705505801
33062024-09-09T17:26:49.614Zprocess exited: duration 1019792 ms, exit code 0
 
33072024-09-09T17:26:49.662Zfound 0 output files