01J5EF89NAHDZM6ZSK46T98FWQ: 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: 01J5EF8QYTXWWPHV28N2GB5D85

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-16T20:50:55.570Zjob assigned to worker 01J5EF8YPCZEJVAN0VK993020E (queued for 50 s)
 
22024-08-16T20:51:02.417Zstarting task 0: "setup"
32024-08-16T20:51:02.440Z++ uname -s
42024-08-16T20:51:02.443Z+ kern=SunOS
52024-08-16T20:51:02.443Z+ case "$kern" in
62024-08-16T20:51:02.443Z+ groupadd -g 12345 build
72024-08-16T20:51:02.446Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-16T20:51:04.455Z+ zfs create -o mountpoint=/work rpool/work
92024-08-16T20:51:04.551Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-16T20:51:04.553Z+ home_fs=zfs
112024-08-16T20:51:04.553Z+ [[ zfs == autofs ]]
122024-08-16T20:51:04.553Z+ mkdir -p /home/build
132024-08-16T20:51:04.556Z+ chown build:build /home/build /work
142024-08-16T20:51:06.558Z+ chmod 0700 /home/build /work
152024-08-16T20:51:06.561Zprocess exited: duration 4142 ms, exit code 0
 
162024-08-16T20:51:06.567Zstarting task 1: "rust-toolchain"
172024-08-16T20:51:06.573Z+ printf ' * toolchain channel = "%s"
182024-08-16T20:51:06.573Z' 1.80.1
192024-08-16T20:51:06.573Z+ printf ' * toolchain profile = "%s"
202024-08-16T20:51:06.573Z' default
212024-08-16T20:51:06.573Z * toolchain channel = "1.80.1"
222024-08-16T20:51:06.573Z * toolchain profile = "default"
232024-08-16T20:51:06.575Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-16T20:51:06.575Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-16T20:51:06.691Zinfo: downloading installer
262024-08-16T20:51:08.175Zinfo: profile set to 'default'
272024-08-16T20:51:08.177Zinfo: default host triple is x86_64-unknown-illumos
282024-08-16T20:51:08.177Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-16T20:51:08.325Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-16T20:51:08.325Zinfo: downloading component 'cargo'
312024-08-16T20:51:09.191Zinfo: downloading component 'clippy'
322024-08-16T20:51:09.584Zinfo: downloading component 'rust-docs'
332024-08-16T20:51:10.759Zinfo: downloading component 'rust-std'
342024-08-16T20:51:12.399Zinfo: downloading component 'rustc'
352024-08-16T20:51:17.029Zinfo: downloading component 'rustfmt'
362024-08-16T20:51:17.272Zinfo: installing component 'cargo'
372024-08-16T20:51:18.104Zinfo: installing component 'clippy'
382024-08-16T20:51:18.486Zinfo: installing component 'rust-docs'
392024-08-16T20:51:20.123Zinfo: installing component 'rust-std'
402024-08-16T20:51:21.873Zinfo: installing component 'rustc'
412024-08-16T20:51:26.001Zinfo: installing component 'rustfmt'
422024-08-16T20:51:26.331Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-16T20:51:26.331Z
442024-08-16T20:51:26.593Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-16T20:51:26.593Z
462024-08-16T20:51:26.595Z
472024-08-16T20:51:26.595ZRust is installed now. Great!
482024-08-16T20:51:26.595Z
492024-08-16T20:51:26.595ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-16T20:51:26.595Zenvironment variable. This has not been done automatically.
512024-08-16T20:51:26.595Z
522024-08-16T20:51:26.595ZTo configure your current shell, you need to source
532024-08-16T20:51:26.595Zthe corresponding env file under $HOME/.cargo.
542024-08-16T20:51:26.595Z
552024-08-16T20:51:26.595ZThis is usually done by running one of the following (note the leading DOT):
562024-08-16T20:51:26.595Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-16T20:51:26.596Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-16T20:51:26.662Z+ rustc --version
592024-08-16T20:51:26.726Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-16T20:51:26.729Zprocess exited: duration 20158 ms, exit code 0
 
612024-08-16T20:51:26.734Zstarting task 2: "authentication"
622024-08-16T20:51:26.755Zprocess exited: duration 20 ms, exit code 0
 
632024-08-16T20:51:26.759Zstarting task 3: "clone repository"
642024-08-16T20:51:26.765Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-16T20:51:26.767Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-16T20:51:26.816ZCloning into '/work/oxidecomputer/omicron'...
672024-08-16T20:51:32.653Z+ cd /work/oxidecomputer/omicron
682024-08-16T20:51:32.653Z+ git fetch origin 5415c99751fe2732d8e0c09e1a269c0b06cdce88
692024-08-16T20:51:32.916ZFrom https://github.com/oxidecomputer/omicron
702024-08-16T20:51:32.917Z * branch 5415c99751fe2732d8e0c09e1a269c0b06cdce88 -> FETCH_HEAD
712024-08-16T20:51:32.926Z+ [[ -n bump-console-33b7a505 ]]
722024-08-16T20:51:32.929Z++ git branch --show-current
732024-08-16T20:51:32.931Z+ current=main
742024-08-16T20:51:32.931Z+ [[ main != bump-console-33b7a505 ]]
752024-08-16T20:51:32.931Z+ git branch -f bump-console-33b7a505 5415c99751fe2732d8e0c09e1a269c0b06cdce88
762024-08-16T20:51:32.934Z+ git checkout -f bump-console-33b7a505
772024-08-16T20:51:33.082ZSwitched to branch 'bump-console-33b7a505'
782024-08-16T20:51:33.085Z+ git reset --hard 5415c99751fe2732d8e0c09e1a269c0b06cdce88
792024-08-16T20:51:33.096ZHEAD is now at 5415c9975 Bump web console (vpc routers + routes, instance polling, edit quotas)
802024-08-16T20:51:33.098Zprocess exited: duration 6336 ms, exit code 0
 
812024-08-16T20:51:33.103Zstarting task 4: "build"
822024-08-16T20:51:33.108Z+ cargo --version
832024-08-16T20:51:33.166Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-16T20:51:33.168Z+ rustc --version
852024-08-16T20:51:33.231Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-16T20:51:33.234Z+ source ./env.sh
872024-08-16T20:51:33.236Z++ OLD_SHELL_OPTS=ehxB
882024-08-16T20:51:33.236Z++ set -o xtrace
892024-08-16T20:51:33.238Z++++ dirname ./env.sh
902024-08-16T20:51:33.255Z+++ readlink -f .
912024-08-16T20:51:33.284Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-16T20:51:33.286Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-16T20:51:33.286Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-16T20:51:33.286Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-16T20:51:33.286Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-16T20:51:33.286Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-16T20:51:33.286Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-16T20:51:33.287Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-16T20:51:33.287Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-16T20:51:33.287Z++ case $OLD_SHELL_OPTS in
1012024-08-16T20:51:33.287Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-16T20:51:33.287Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-16T20:51:33.287Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-16T20:51:33.287Z+ banner prerequisites
1052024-08-16T20:51:33.290Z
1062024-08-16T20:51:33.290Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-16T20:51:33.290Z # # # # # # # # # # # # # # #
1082024-08-16T20:51:33.290Z # # # # ##### # # ##### # # # # # #### #
1092024-08-16T20:51:33.290Z ##### ##### # ##### # # # # # # # # #
1102024-08-16T20:51:33.290Z # # # # # # # # # # # # # # #
1112024-08-16T20:51:33.290Z # # # ###### # # ###### ### # #### # #### #
1122024-08-16T20:51:33.290Z
1132024-08-16T20:51:33.290Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-16T20:51:38.191Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-16T20:51:40.336Z Startup: Caching catalogs ... Done
1162024-08-16T20:51:42.248ZPlanning: Solver setup ... Done (1.242s)
1172024-08-16T20:51:42.270ZPlanning: Running solver ... Done (0.021s)
1182024-08-16T20:51:42.310ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-16T20:51:42.323ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-16T20:51:42.468ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-16T20:51:42.620ZPlanning: Package planning ... Done (0.152s)
1222024-08-16T20:51:42.670ZPlanning: Merging actions ... Done (0.050s)
1232024-08-16T20:51:42.970ZPlanning: Checking for conflicting actions ... Done (0.300s)
1242024-08-16T20:51:42.982ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-16T20:51:43.781ZPlanning: Evaluating mediators ... Done (0.798s)
1262024-08-16T20:51:43.791ZPlanning: Planning completed in 3.38 seconds
1272024-08-16T20:51:44.337Z Packages to install: 4
1282024-08-16T20:51:44.337Z Mediators to change: 2
1292024-08-16T20:51:44.337Z Services to change: 1
1302024-08-16T20:51:44.340Z Estimated space available: 155.72 GB
1312024-08-16T20:51:44.340ZEstimated space to be consumed: 1.48 GB
1322024-08-16T20:51:44.340Z Create boot environment: No
1332024-08-16T20:51:44.340ZCreate backup boot environment: No
1342024-08-16T20:51:44.340Z Rebuild boot archive: No
1352024-08-16T20:51:44.341Z
1362024-08-16T20:51:44.341ZChanged mediators:
1372024-08-16T20:51:44.341Z mediator clang:
1382024-08-16T20:51:44.341Z version: None -> 15 (system default)
1392024-08-16T20:51:44.341Z
1402024-08-16T20:51:44.341Z mediator llvm:
1412024-08-16T20:51:44.341Z version: 14 (system default) -> 15 (system default)
1422024-08-16T20:51:44.341Z
1432024-08-16T20:51:44.341ZChanged packages:
1442024-08-16T20:51:44.341Zhelios-dev
1452024-08-16T20:51:44.341Z developer/build-essential
1462024-08-16T20:51:44.341Z None -> 11-2.0
1472024-08-16T20:51:44.341Z library/libxmlsec1
1482024-08-16T20:51:44.341Z None -> 1.2.35-2.0
1492024-08-16T20:51:44.341Z ooce/developer/clang-15
1502024-08-16T20:51:44.341Z None -> 15.0.7-2.0
1512024-08-16T20:51:44.341Z ooce/developer/llvm-15
1522024-08-16T20:51:44.341Z None -> 15.0.7-2.0
1532024-08-16T20:51:44.341Z
1542024-08-16T20:51:44.341ZServices:
1552024-08-16T20:51:44.341Z restart_fmri:
1562024-08-16T20:51:44.341Z svc:/system/update-man-index:default
1572024-08-16T20:51:44.386Z
1582024-08-16T20:51:44.386ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-16T20:51:49.686ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (19.8M/s)
1602024-08-16T20:51:54.689ZDownload: 2796/3290 items 120.8/212.6MB 56% complete (12.1M/s)
1612024-08-16T20:51:58.193ZDownload: Completed 212.60 MB in 13.80 seconds (15.4M/s)
1622024-08-16T20:51:58.361Z Actions: 1/3689 actions (Installing new actions)
1632024-08-16T20:52:03.443Z Actions: 3600/3689 actions (Installing new actions)
1642024-08-16T20:52:03.841Z Actions: Completed 3689 actions in 5.48 seconds.
1652024-08-16T20:52:04.124Z Done (0.273s)
1662024-08-16T20:52:04.124Z Done (0.000s)
1672024-08-16T20:52:04.496Z Done (0.376s)
1682024-08-16T20:52:08.864Z Done (4.189s)
1692024-08-16T20:52:08.956Z Done (0.018s)
1702024-08-16T20:52:08.958Z Done (0.000s)
1712024-08-16T20:52:09.111Z Done (0.000s)
1722024-08-16T20:52:09.692ZPlanning: Evaluating mediator changes ... Done
1732024-08-16T20:52:09.853ZPlanning: Checking for conflicting actions ... Done
1742024-08-16T20:52:09.855ZPlanning: Consolidating action changes ... Done
1752024-08-16T20:52:10.126ZPlanning: Evaluating mediators ... Done
1762024-08-16T20:52:10.128ZPlanning: Planning completed in 0.43 seconds
1772024-08-16T20:52:10.161Z Mediators to change: 2
1782024-08-16T20:52:10.161Z Create boot environment: No
1792024-08-16T20:52:10.164ZCreate backup boot environment: No
1802024-08-16T20:52:10.225Z Done
1812024-08-16T20:52:10.225Z Done
1822024-08-16T20:52:10.456Z Done
1832024-08-16T20:52:14.074Z Done
1842024-08-16T20:52:14.160Z Done
1852024-08-16T20:52:14.163Z Done
1862024-08-16T20:52:14.332Z Done
1872024-08-16T20:52:14.960ZPlanning: Evaluating mediator changes ... Done
1882024-08-16T20:52:14.962ZPlanning: Merging actions ... Done
1892024-08-16T20:52:15.160ZPlanning: Checking for conflicting actions ... Done
1902024-08-16T20:52:15.162ZPlanning: Consolidating action changes ... Done
1912024-08-16T20:52:15.431ZPlanning: Evaluating mediators ... Done
1922024-08-16T20:52:15.491ZPlanning: Planning completed in 0.78 seconds
1932024-08-16T20:52:15.528Z Packages to change: 1
1942024-08-16T20:52:15.528Z Mediators to change: 1
1952024-08-16T20:52:15.528Z Services to change: 1
1962024-08-16T20:52:15.531Z Create boot environment: No
1972024-08-16T20:52:15.531ZCreate backup boot environment: Yes
1982024-08-16T20:52:17.280Z Actions: 1/6 actions (Updating modified actions)
1992024-08-16T20:52:17.282Z Actions: Completed 6 actions in 0.00 seconds.
2002024-08-16T20:52:17.282Z Done
2012024-08-16T20:52:17.282Z Done
2022024-08-16T20:52:17.360Z Done
2032024-08-16T20:52:21.049Z Done
2042024-08-16T20:52:21.137Z Done
2052024-08-16T20:52:21.139Z Done
2062024-08-16T20:52:21.236Z Done
2072024-08-16T20:52:21.673ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082024-08-16T20:52:21.673Zclang system 15 system
2092024-08-16T20:52:21.673Zcsh system system illumos
2102024-08-16T20:52:21.673Zctags system system illumos
2112024-08-16T20:52:21.673Zgcc vendor 12 vendor
2122024-08-16T20:52:21.673Zgcc system 10 system
2132024-08-16T20:52:21.673Zgcc system 7 system
2142024-08-16T20:52:21.673Zgo system 1.20 system
2152024-08-16T20:52:21.673Zgo system 1.19 system
2162024-08-16T20:52:21.673Zllvm system 15 system
2172024-08-16T20:52:21.674Zllvm system 14 system
2182024-08-16T20:52:21.674Zmariadb system 10.6 system
2192024-08-16T20:52:21.674Zmta vendor vendor dma
2202024-08-16T20:52:21.674Zopenjdk system 17 system
2212024-08-16T20:52:21.674Zopenjdk system 11 system
2222024-08-16T20:52:21.674Zopenjdk system 1.8 system
2232024-08-16T20:52:21.674Zopenssl vendor 3 vendor
2242024-08-16T20:52:21.674Zperl system 5.36 system
2252024-08-16T20:52:21.674Zpostgresql system 15 system
2262024-08-16T20:52:21.674Zpostgresql system 13 system
2272024-08-16T20:52:21.674Zpython vendor 3 vendor
2282024-08-16T20:52:21.674Zpython system 2 system
2292024-08-16T20:52:21.674Zpython3 system 3.11 system
2302024-08-16T20:52:21.674Zruby system 3.0 system
2312024-08-16T20:52:21.674Zwords vendor vendor american-english
2322024-08-16T20:52:21.674Zwords system system australian-english
2332024-08-16T20:52:21.674Zwords system system british-english
2342024-08-16T20:52:21.674Zwords system system canadian-english
2352024-08-16T20:52:21.674Zwords system system french
2362024-08-16T20:52:21.674Zwords system system italian
2372024-08-16T20:52:21.674Zwords system system ngerman
2382024-08-16T20:52:21.674Zwords system system ogerman
2392024-08-16T20:52:21.674Zwords system system spanish
2402024-08-16T20:52:22.001ZPUBLISHER TYPE STATUS P LOCATION
2412024-08-16T20:52:22.001Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2422024-08-16T20:52:23.728ZFMRI IFO
2432024-08-16T20:52:23.728Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2442024-08-16T20:52:23.728Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2452024-08-16T20:52:23.728Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2462024-08-16T20:52:23.728Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2472024-08-16T20:52:23.728Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2482024-08-16T20:52:23.728Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492024-08-16T20:52:23.728Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2502024-08-16T20:52:23.728Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512024-08-16T20:52:23.728Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2522024-08-16T20:52:23.728Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532024-08-16T20:52:23.728Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-08-16T20:52:23.729Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-08-16T20:52:24.312Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562024-08-16T20:52:24.564Z Updating git repository `https://github.com/oxidecomputer/zone`
2572024-08-16T20:52:24.843Z Updating crates.io index
2582024-08-16T20:52:24.847Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2592024-08-16T20:52:25.592Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2602024-08-16T20:52:26.365Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2612024-08-16T20:52:26.620Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2622024-08-16T20:52:28.085Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632024-08-16T20:52:28.436Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642024-08-16T20:52:28.687Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652024-08-16T20:52:29.739Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662024-08-16T20:52:31.740Z Updating git repository `https://github.com/oxidecomputer/opte`
2672024-08-16T20:52:32.743Z Updating git repository `https://github.com/oxidecomputer/falcon`
2682024-08-16T20:52:33.368Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692024-08-16T20:52:33.615Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2702024-08-16T20:52:34.085Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2712024-08-16T20:52:34.365Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2722024-08-16T20:52:34.757Z Updating git repository `https://github.com/oxidecomputer/tofino`
2732024-08-16T20:52:35.042Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2742024-08-16T20:52:35.329Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2752024-08-16T20:52:35.570Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2762024-08-16T20:52:35.796Z Updating git repository `https://github.com/oxidecomputer/clickward`
2772024-08-16T20:52:36.204Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2782024-08-16T20:52:36.500Z Updating git repository `https://github.com/oxidecomputer/ispf`
2792024-08-16T20:52:36.783Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2802024-08-16T20:52:37.190Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2812024-08-16T20:52:37.585Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822024-08-16T20:52:37.886Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2832024-08-16T20:52:38.321Z Updating git repository `https://github.com/oxidecomputer/typify`
2842024-08-16T20:52:40.513Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852024-08-16T20:52:40.757Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862024-08-16T20:52:41.025Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872024-08-16T20:52:41.353Z Updating git repository `https://github.com/oxidecomputer/rfb`
2882024-08-16T20:52:42.459Z Downloading crates ...
2892024-08-16T20:52:42.569Z Downloaded is_terminal_polyfill v1.70.0
2902024-08-16T20:52:42.572Z Downloaded crypto-common v0.1.6
2912024-08-16T20:52:42.575Z Downloaded anstream v0.6.14
2922024-08-16T20:52:42.578Z Downloaded scroll_derive v0.12.0
2932024-08-16T20:52:42.580Z Downloaded equivalent v1.0.1
2942024-08-16T20:52:42.591Z Downloaded heck v0.5.0
2952024-08-16T20:52:42.593Z Downloaded serde_spanned v0.6.7
2962024-08-16T20:52:42.595Z Downloaded memmap v0.7.0
2972024-08-16T20:52:42.595Z Downloaded fnv v1.0.7
2982024-08-16T20:52:42.599Z Downloaded generic-array v0.14.7
2992024-08-16T20:52:42.602Z Downloaded plain v0.2.3
3002024-08-16T20:52:42.602Z Downloaded bytecount v0.6.8
3012024-08-16T20:52:42.602Z Downloaded macaddr v1.0.1
3022024-08-16T20:52:42.604Z Downloaded dof v0.3.0
3032024-08-16T20:52:42.604Z Downloaded colorchoice v1.0.1
3042024-08-16T20:52:42.607Z Downloaded anstyle-parse v0.2.4
3052024-08-16T20:52:42.607Z Downloaded cfg-if v1.0.0
3062024-08-16T20:52:42.610Z Downloaded utf8parse v0.2.1
3072024-08-16T20:52:42.610Z Downloaded usdt-impl v0.5.0
3082024-08-16T20:52:42.612Z Downloaded toml_datetime v0.6.8
3092024-08-16T20:52:42.614Z Downloaded thread-id v4.2.1
3102024-08-16T20:52:42.614Z Downloaded thiserror v1.0.63
3112024-08-16T20:52:42.618Z Downloaded tabled_derive v0.7.0
3122024-08-16T20:52:42.620Z Downloaded usdt v0.5.0
3132024-08-16T20:52:42.620Z Downloaded quote v1.0.36
3142024-08-16T20:52:42.622Z Downloaded semver v1.0.23
3152024-08-16T20:52:42.625Z Downloaded proc-macro-error v1.0.4
3162024-08-16T20:52:42.628Z Downloaded pretty-hex v0.4.1
3172024-08-16T20:52:42.630Z Downloaded sha2 v0.10.8
3182024-08-16T20:52:42.633Z Downloaded camino v1.1.8
3192024-08-16T20:52:42.635Z Downloaded strsim v0.11.1
3202024-08-16T20:52:42.637Z Downloaded anyhow v1.0.86
3212024-08-16T20:52:42.639Z Downloaded dtrace-parser v0.2.0
3222024-08-16T20:52:42.641Z Downloaded anstyle-query v1.0.3
3232024-08-16T20:52:42.641Z Downloaded cargo_metadata v0.18.1
3242024-08-16T20:52:42.646Z Downloaded usdt-macro v0.5.0
3252024-08-16T20:52:42.650Z Downloaded usdt-attr-macro v0.5.0
3262024-08-16T20:52:42.652Z Downloaded swrite v0.1.0
3272024-08-16T20:52:42.652Z Downloaded pest_generator v2.7.10
3282024-08-16T20:52:42.655Z Downloaded pest_derive v2.7.10
3292024-08-16T20:52:42.657Z Downloaded errno v0.3.9
3302024-08-16T20:52:42.657Z Downloaded fs-err v2.11.0
3312024-08-16T20:52:42.659Z Downloaded unicode-ident v1.0.12
3322024-08-16T20:52:42.661Z Downloaded typenum v1.17.0
3332024-08-16T20:52:42.664Z Downloaded serde_derive v1.0.207
3342024-08-16T20:52:42.667Z Downloaded proc-macro-error-attr v1.0.4
3352024-08-16T20:52:42.669Z Downloaded digest v0.10.7
3362024-08-16T20:52:42.671Z Downloaded papergrid v0.11.0
3372024-08-16T20:52:42.674Z Downloaded heck v0.4.1
3382024-08-16T20:52:42.676Z Downloaded scroll v0.12.0
3392024-08-16T20:52:42.679Z Downloaded itoa v1.0.11
3402024-08-16T20:52:42.679Z Downloaded cpufeatures v0.2.12
3412024-08-16T20:52:42.681Z Downloaded thiserror-impl v1.0.63
3422024-08-16T20:52:42.681Z Downloaded serde_tokenstream v0.2.2
3432024-08-16T20:52:42.684Z Downloaded terminal_size v0.3.0
3442024-08-16T20:52:42.684Z Downloaded clap_lex v0.7.0
3452024-08-16T20:52:42.686Z Downloaded version_check v0.9.5
3462024-08-16T20:52:42.686Z Downloaded byteorder v1.5.0
3472024-08-16T20:52:42.688Z Downloaded block-buffer v0.10.4
3482024-08-16T20:52:42.688Z Downloaded clap v4.5.16
3492024-08-16T20:52:42.697Z Downloaded ryu v1.0.18
3502024-08-16T20:52:42.700Z Downloaded once_cell v1.19.0
3512024-08-16T20:52:42.703Z Downloaded bitflags v2.6.0
3522024-08-16T20:52:42.706Z Downloaded cargo_toml v0.20.4
3532024-08-16T20:52:42.708Z Downloaded proc-macro2 v1.0.86
3542024-08-16T20:52:42.710Z Downloaded clap_derive v4.5.13
3552024-08-16T20:52:42.713Z Downloaded autocfg v1.3.0
3562024-08-16T20:52:42.715Z Downloaded log v0.4.21
3572024-08-16T20:52:42.717Z Downloaded pest_meta v2.7.10
3582024-08-16T20:52:42.719Z Downloaded cargo-platform v0.1.8
3592024-08-16T20:52:42.721Z Downloaded anstyle v1.0.8
3602024-08-16T20:52:42.723Z Downloaded zerocopy-derive v0.7.34
3612024-08-16T20:52:42.726Z Downloaded toml v0.8.19
3622024-08-16T20:52:42.729Z Downloaded ucd-trie v0.1.6
3632024-08-16T20:52:42.734Z Downloaded indexmap v2.4.0
3642024-08-16T20:52:42.738Z Downloaded serde v1.0.207
3652024-08-16T20:52:42.742Z Downloaded clap_builder v4.5.15
3662024-08-16T20:52:42.753Z Downloaded memchr v2.7.2
3672024-08-16T20:52:42.759Z Downloaded hashbrown v0.14.5
3682024-08-16T20:52:42.766Z Downloaded toml_edit v0.22.20
3692024-08-16T20:52:42.789Z Downloaded zerocopy v0.7.34
3702024-08-16T20:52:42.805Z Downloaded serde_json v1.0.125
3712024-08-16T20:52:42.813Z Downloaded pest v2.7.10
3722024-08-16T20:52:42.817Z Downloaded winnow v0.6.18
3732024-08-16T20:52:42.826Z Downloaded goblin v0.8.2
3742024-08-16T20:52:42.832Z Downloaded tabled v0.15.0
3752024-08-16T20:52:42.848Z Downloaded syn v2.0.74
3762024-08-16T20:52:42.859Z Downloaded syn v1.0.109
3772024-08-16T20:52:42.869Z Downloaded unicode-width v0.1.13
3782024-08-16T20:52:42.876Z Downloaded rustix v0.38.34
3792024-08-16T20:52:42.898Z Downloaded libc v0.2.155
3802024-08-16T20:52:43.197Z Compiling proc-macro2 v1.0.86
3812024-08-16T20:52:43.200Z Compiling unicode-ident v1.0.12
3822024-08-16T20:52:43.200Z Compiling version_check v0.9.5
3832024-08-16T20:52:43.200Z Compiling serde v1.0.207
3842024-08-16T20:52:43.200Z Compiling thiserror v1.0.63
3852024-08-16T20:52:43.200Z Compiling memchr v2.7.2
3862024-08-16T20:52:43.200Z Compiling libc v0.2.155
3872024-08-16T20:52:43.231Z Compiling ucd-trie v0.1.6
3882024-08-16T20:52:43.520Z Compiling ryu v1.0.18
3892024-08-16T20:52:43.875Z Compiling itoa v1.0.11
3902024-08-16T20:52:43.920Z Compiling once_cell v1.19.0
3912024-08-16T20:52:44.047Z Compiling byteorder v1.5.0
3922024-08-16T20:52:44.222Z Compiling serde_json v1.0.125
3932024-08-16T20:52:44.728Z Compiling usdt-impl v0.5.0
3942024-08-16T20:52:44.778Z Compiling proc-macro-error-attr v1.0.4
3952024-08-16T20:52:44.778Z Compiling syn v1.0.109
3962024-08-16T20:52:44.825Z Compiling rustix v0.38.34
3972024-08-16T20:52:45.131Z Compiling proc-macro-error v1.0.4
3982024-08-16T20:52:45.183Z Compiling equivalent v1.0.1
3992024-08-16T20:52:45.231Z Compiling bitflags v2.6.0
4002024-08-16T20:52:45.312Z Compiling plain v0.2.3
4012024-08-16T20:52:45.440Z Compiling utf8parse v0.2.1
4022024-08-16T20:52:45.466Z Compiling log v0.4.21
4032024-08-16T20:52:45.489Z Compiling hashbrown v0.14.5
4042024-08-16T20:52:45.600Z Compiling anstyle-parse v0.2.4
4052024-08-16T20:52:45.654Z Compiling quote v1.0.36
4062024-08-16T20:52:45.880Z Compiling is_terminal_polyfill v1.70.0
4072024-08-16T20:52:45.946Z Compiling thread-id v4.2.1
4082024-08-16T20:52:46.012Z Compiling errno v0.3.9
4092024-08-16T20:52:46.037Z Compiling syn v2.0.74
4102024-08-16T20:52:46.292Z Compiling colorchoice v1.0.1
4112024-08-16T20:52:46.318Z Compiling winnow v0.6.18
4122024-08-16T20:52:46.419Z Compiling camino v1.1.8
4132024-08-16T20:52:46.460Z Compiling anstyle-query v1.0.3
4142024-08-16T20:52:46.619Z Compiling pretty-hex v0.4.1
4152024-08-16T20:52:46.836Z Compiling anstyle v1.0.8
4162024-08-16T20:52:46.998Z Compiling indexmap v2.4.0
4172024-08-16T20:52:47.170Z Compiling autocfg v1.3.0
4182024-08-16T20:52:47.307Z Compiling semver v1.0.23
4192024-08-16T20:52:47.548Z Compiling terminal_size v0.3.0
4202024-08-16T20:52:47.735Z Compiling anstream v0.6.14
4212024-08-16T20:52:48.082Z Compiling unicode-width v0.1.13
4222024-08-16T20:52:48.106Z Compiling heck v0.4.1
4232024-08-16T20:52:48.154Z Compiling fs-err v2.11.0
4242024-08-16T20:52:48.317Z Compiling clap_lex v0.7.0
4252024-08-16T20:52:48.342Z Compiling heck v0.5.0
4262024-08-16T20:52:48.435Z Compiling fnv v1.0.7
4272024-08-16T20:52:48.496Z Compiling bytecount v0.6.8
4282024-08-16T20:52:48.574Z Compiling anyhow v1.0.86
4292024-08-16T20:52:48.604Z Compiling strsim v0.11.1
4302024-08-16T20:52:48.715Z Compiling papergrid v0.11.0
4312024-08-16T20:52:48.852Z Compiling memmap v0.7.0
4322024-08-16T20:52:48.952Z Compiling clap_builder v4.5.15
4332024-08-16T20:52:49.914Z Compiling swrite v0.1.0
4342024-08-16T20:52:51.384Z Compiling tabled_derive v0.7.0
4352024-08-16T20:52:52.851Z Compiling tabled v0.15.0
4362024-08-16T20:52:54.427Z Compiling serde_derive v1.0.207
4372024-08-16T20:52:54.427Z Compiling thiserror-impl v1.0.63
4382024-08-16T20:52:54.429Z Compiling zerocopy-derive v0.7.34
4392024-08-16T20:52:54.429Z Compiling scroll_derive v0.12.0
4402024-08-16T20:52:54.669Z Compiling clap_derive v4.5.13
4412024-08-16T20:52:55.816Z Compiling scroll v0.12.0
4422024-08-16T20:52:56.305Z Compiling goblin v0.8.2
4432024-08-16T20:52:56.397Z Compiling zerocopy v0.7.34
4442024-08-16T20:52:57.051Z Compiling pest v2.7.10
4452024-08-16T20:52:58.628Z Compiling clap v4.5.16
4462024-08-16T20:52:59.336Z Compiling pest_meta v2.7.10
4472024-08-16T20:53:00.166Z Compiling pest_generator v2.7.10
4482024-08-16T20:53:01.879Z Compiling pest_derive v2.7.10
4492024-08-16T20:53:02.603Z Compiling dtrace-parser v0.2.0
4502024-08-16T20:53:04.618Z Compiling serde_tokenstream v0.2.2
4512024-08-16T20:53:04.657Z Compiling toml_datetime v0.6.8
4522024-08-16T20:53:04.657Z Compiling serde_spanned v0.6.7
4532024-08-16T20:53:04.659Z Compiling cargo-platform v0.1.8
4542024-08-16T20:53:05.016Z Compiling toml_edit v0.22.20
4552024-08-16T20:53:05.246Z Compiling macaddr v1.0.1
4562024-08-16T20:53:05.958Z Compiling dof v0.3.0
4572024-08-16T20:53:06.077Z Compiling cargo_metadata v0.18.1
4582024-08-16T20:53:07.674Z Compiling usdt-macro v0.5.0
4592024-08-16T20:53:07.677Z Compiling usdt-attr-macro v0.5.0
4602024-08-16T20:53:07.806Z Compiling toml v0.8.19
4612024-08-16T20:53:08.696Z Compiling cargo_toml v0.20.4
4622024-08-16T20:53:09.101Z Compiling usdt v0.5.0
4632024-08-16T20:53:12.461Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642024-08-16T20:53:16.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.15s
4652024-08-16T20:53:16.502Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4662024-08-16T20:53:17.065Z Downloading crates ...
4672024-08-16T20:53:17.191Z Downloaded adler v1.0.2
4682024-08-16T20:53:17.193Z Downloaded cfg_aliases v0.1.1
4692024-08-16T20:53:17.193Z Downloaded atomicwrites v0.4.3
4702024-08-16T20:53:17.195Z Downloaded bitstruct v0.1.1
4712024-08-16T20:53:17.200Z Downloaded crucible-workspace-hack v0.1.0
4722024-08-16T20:53:17.208Z Downloaded assert_matches v1.5.0
4732024-08-16T20:53:17.211Z Downloaded hubpack v0.1.2
4742024-08-16T20:53:17.213Z Downloaded arrayref v0.3.7
4752024-08-16T20:53:17.213Z Downloaded async-stream v0.3.5
4762024-08-16T20:53:17.215Z Downloaded defmt v0.3.8
4772024-08-16T20:53:17.220Z Downloaded hubpack_derive v0.1.1
4782024-08-16T20:53:17.222Z Downloaded atty v0.2.14
4792024-08-16T20:53:17.224Z Downloaded async-stream-impl v0.3.5
4802024-08-16T20:53:17.227Z Downloaded base16ct v0.2.0
4812024-08-16T20:53:17.229Z Downloaded convert_case v0.4.0
4822024-08-16T20:53:17.231Z Downloaded instant v0.1.12
4832024-08-16T20:53:17.231Z Downloaded is_ci v1.2.0
4842024-08-16T20:53:17.233Z Downloaded ident_case v1.0.1
4852024-08-16T20:53:17.236Z Downloaded ciborium-ll v0.2.2
4862024-08-16T20:53:17.239Z Downloaded colored v2.1.0
4872024-08-16T20:53:17.241Z Downloaded number_prefix v0.4.0
4882024-08-16T20:53:17.241Z Downloaded num-conv v0.1.0
4892024-08-16T20:53:17.245Z Downloaded crossbeam-deque v0.8.5
4902024-08-16T20:53:17.245Z Downloaded curve25519-dalek-derive v0.1.1
4912024-08-16T20:53:17.247Z Downloaded argon2 v0.5.3
4922024-08-16T20:53:17.247Z Downloaded buf-list v1.0.3
4932024-08-16T20:53:17.251Z Downloaded opaque-debug v0.3.1
4942024-08-16T20:53:17.253Z Downloaded openssl-probe v0.1.5
4952024-08-16T20:53:17.253Z Downloaded data-encoding v2.6.0
4962024-08-16T20:53:17.255Z Downloaded const_format_proc_macros v0.2.32
4972024-08-16T20:53:17.257Z Downloaded kstat-rs v0.2.4
4982024-08-16T20:53:17.259Z Downloaded async-trait v0.1.81
4992024-08-16T20:53:17.263Z Downloaded is-terminal v0.4.12
5002024-08-16T20:53:17.265Z Downloaded ascii-canvas v3.0.0
5012024-08-16T20:53:17.267Z Downloaded ipnetwork v0.20.0
5022024-08-16T20:53:17.269Z Downloaded indent_write v2.2.0
5032024-08-16T20:53:17.272Z Downloaded lazycell v1.3.0
5042024-08-16T20:53:17.272Z Downloaded lalrpop-util v0.19.12
5052024-08-16T20:53:17.274Z Downloaded inout v0.1.3
5062024-08-16T20:53:17.276Z Downloaded hyper-staticfile v0.9.5
5072024-08-16T20:53:17.278Z Downloaded ciborium v0.2.2
5082024-08-16T20:53:17.280Z Downloaded castaway v0.2.3
5092024-08-16T20:53:17.283Z Downloaded keccak v0.1.5
5102024-08-16T20:53:17.285Z Downloaded cancel-safe-futures v0.1.5
5112024-08-16T20:53:17.288Z Downloaded bitfield-struct v0.6.1
5122024-08-16T20:53:17.290Z Downloaded impl-trait-for-tuples v0.2.2
5132024-08-16T20:53:17.293Z Downloaded multimap v0.10.0
5142024-08-16T20:53:17.296Z Downloaded maplit v1.0.2
5152024-08-16T20:53:17.296Z Downloaded csv-core v0.1.11
5162024-08-16T20:53:17.298Z Downloaded match_cfg v0.1.0
5172024-08-16T20:53:17.300Z Downloaded crunchy v0.2.2
5182024-08-16T20:53:17.301Z Downloaded olpc-cjson v0.1.3
5192024-08-16T20:53:17.303Z Downloaded cstr-argument v0.1.2
5202024-08-16T20:53:17.303Z Downloaded darling_macro v0.20.9
5212024-08-16T20:53:17.303Z Downloaded ciborium-io v0.2.2
5222024-08-16T20:53:17.305Z Downloaded bitstruct_derive v0.1.0
5232024-08-16T20:53:17.305Z Downloaded bzip2 v0.4.4
5242024-08-16T20:53:17.307Z Downloaded num_enum v0.5.11
5252024-08-16T20:53:17.314Z Downloaded num-integer v0.1.46
5262024-08-16T20:53:17.316Z Downloaded hyper-tls v0.5.0
5272024-08-16T20:53:17.318Z Downloaded addr2line v0.21.0
5282024-08-16T20:53:17.320Z Downloaded crc32fast v1.4.0
5292024-08-16T20:53:17.322Z Downloaded new_debug_unreachable v1.0.6
5302024-08-16T20:53:17.325Z Downloaded indoc v1.0.9
5312024-08-16T20:53:17.327Z Downloaded crossbeam-epoch v0.9.18
5322024-08-16T20:53:17.330Z Downloaded libefi-sys v0.1.0
5332024-08-16T20:53:17.332Z Downloaded nodrop v0.1.14
5342024-08-16T20:53:17.335Z Downloaded const-oid v0.9.6
5352024-08-16T20:53:17.337Z Downloaded clang-sys v1.7.0
5362024-08-16T20:53:17.340Z Downloaded scopeguard v1.2.0
5372024-08-16T20:53:17.342Z Downloaded time-core v0.1.2
5382024-08-16T20:53:17.344Z Downloaded constant_time_eq v0.3.0
5392024-08-16T20:53:17.346Z Downloaded cipher v0.4.4
5402024-08-16T20:53:17.349Z Downloaded iana-time-zone v0.1.60
5412024-08-16T20:53:17.351Z Downloaded ahash v0.8.11
5422024-08-16T20:53:17.353Z Downloaded lru-cache v0.1.2
5432024-08-16T20:53:17.355Z Downloaded chacha20 v0.9.1
5442024-08-16T20:53:17.358Z Downloaded newtype-uuid v1.1.0
5452024-08-16T20:53:17.360Z Downloaded nu-ansi-term v0.50.0
5462024-08-16T20:53:17.362Z Downloaded nanorand v0.7.0
5472024-08-16T20:53:17.365Z Downloaded mockall v0.13.0
5482024-08-16T20:53:17.367Z Downloaded diesel_table_macro_syntax v0.2.0
5492024-08-16T20:53:17.369Z Downloaded downcast v0.11.0
5502024-08-16T20:53:17.371Z Downloaded schemars_derive v0.8.21
5512024-08-16T20:53:17.373Z Downloaded salsa20 v0.10.2
5522024-08-16T20:53:17.373Z Downloaded mime v0.3.17
5532024-08-16T20:53:17.375Z Downloaded strum_macros v0.25.3
5542024-08-16T20:53:17.378Z Downloaded stringprep v0.1.4
5552024-08-16T20:53:17.380Z Downloaded strum_macros v0.24.3
5562024-08-16T20:53:17.383Z Downloaded slog-bunyan v2.5.0
5572024-08-16T20:53:17.385Z Downloaded termcolor v1.4.1
5582024-08-16T20:53:17.387Z Downloaded libloading v0.8.3
5592024-08-16T20:53:17.389Z Downloaded crc-any v2.5.0
5602024-08-16T20:53:17.392Z Downloaded num_enum_derive v0.5.11
5612024-08-16T20:53:17.394Z Downloaded headers-core v0.2.0
5622024-08-16T20:53:17.396Z Downloaded allocator-api2 v0.2.18
5632024-08-16T20:53:17.398Z Downloaded num-derive v0.4.2
5642024-08-16T20:53:17.401Z Downloaded termios v0.3.3
5652024-08-16T20:53:17.403Z Downloaded oso-derive v0.27.3
5662024-08-16T20:53:17.405Z Downloaded camino-tempfile v1.1.1
5672024-08-16T20:53:17.407Z Downloaded base64ct v1.6.0
5682024-08-16T20:53:17.409Z Downloaded pretty-hex v0.2.1
5692024-08-16T20:53:17.411Z Downloaded uzers v0.11.3
5702024-08-16T20:53:17.414Z Downloaded time-macros v0.2.18
5712024-08-16T20:53:17.416Z Downloaded predicates-tree v1.0.9
5722024-08-16T20:53:17.418Z Downloaded crc v3.2.1
5732024-08-16T20:53:17.420Z Downloaded mockall_derive v0.13.0
5742024-08-16T20:53:17.423Z Downloaded miniz_oxide v0.7.2
5752024-08-16T20:53:17.427Z Downloaded multer v3.1.0
5762024-08-16T20:53:17.430Z Downloaded futures-core v0.3.30
5772024-08-16T20:53:17.432Z Downloaded tower-service v0.3.2
5782024-08-16T20:53:17.434Z Downloaded smawk v0.3.2
5792024-08-16T20:53:17.436Z Downloaded serde_derive_internals v0.29.1
5802024-08-16T20:53:17.438Z Downloaded chacha20poly1305 v0.10.1
5812024-08-16T20:53:17.440Z Downloaded signal-hook-tokio v0.3.1
5822024-08-16T20:53:17.445Z Downloaded strum_macros v0.26.4
5832024-08-16T20:53:17.447Z Downloaded string_cache v0.8.7
5842024-08-16T20:53:17.447Z Downloaded darling_core v0.20.9
5852024-08-16T20:53:17.451Z Downloaded arc-swap v1.7.1
5862024-08-16T20:53:17.457Z Downloaded num-complex v0.4.6
5872024-08-16T20:53:17.459Z Downloaded fastrand v2.1.0
5882024-08-16T20:53:17.463Z Downloaded foreign-types v0.5.0
5892024-08-16T20:53:17.465Z Downloaded foreign-types v0.3.2
5902024-08-16T20:53:17.465Z Downloaded phf_shared v0.10.0
5912024-08-16T20:53:17.465Z Downloaded smf v0.2.3
5922024-08-16T20:53:17.468Z Downloaded derive_builder_macro v0.20.0
5932024-08-16T20:53:17.468Z Downloaded foreign-types-macros v0.2.3
5942024-08-16T20:53:17.470Z Downloaded want v0.3.1
5952024-08-16T20:53:17.472Z Downloaded phf_shared v0.11.2
5962024-08-16T20:53:17.472Z Downloaded ref-cast-impl v1.0.23
5972024-08-16T20:53:17.475Z Downloaded foreign-types-shared v0.1.1
5982024-08-16T20:53:17.475Z Downloaded whoami v1.5.1
5992024-08-16T20:53:17.477Z Downloaded indicatif v0.17.8
6002024-08-16T20:53:17.481Z Downloaded peg v0.8.4
6012024-08-16T20:53:17.487Z Downloaded smallvec v0.6.14
6022024-08-16T20:53:17.489Z Downloaded foreign-types-shared v0.3.1
6032024-08-16T20:53:17.491Z Downloaded thread_local v1.1.8
6042024-08-16T20:53:17.491Z Downloaded thiserror-impl-no-std v2.0.2
6052024-08-16T20:53:17.494Z Downloaded thiserror-no-std v2.0.2
6062024-08-16T20:53:17.498Z Downloaded slog-term v2.9.1
6072024-08-16T20:53:17.501Z Downloaded rand_chacha v0.3.1
6082024-08-16T20:53:17.503Z Downloaded pkg-config v0.3.30
6092024-08-16T20:53:17.506Z Downloaded sigpipe v0.1.3
6102024-08-16T20:53:17.508Z Downloaded base64 v0.22.1
6112024-08-16T20:53:17.511Z Downloaded rpassword v7.3.1
6122024-08-16T20:53:17.513Z Downloaded futures-channel v0.3.30
6132024-08-16T20:53:17.516Z Downloaded utf-8 v0.7.6
6142024-08-16T20:53:17.519Z Downloaded socket2 v0.5.7
6152024-08-16T20:53:17.519Z Downloaded waitgroup v0.1.2
6162024-08-16T20:53:17.521Z Downloaded sync_wrapper v0.1.2
6172024-08-16T20:53:17.521Z Downloaded heck v0.3.3
6182024-08-16T20:53:17.524Z Downloaded socket2 v0.4.10
6192024-08-16T20:53:17.526Z Downloaded hash32 v0.3.1
6202024-08-16T20:53:17.529Z Downloaded packed_struct_codegen v0.10.1
6212024-08-16T20:53:17.531Z Downloaded sec1 v0.7.3
6222024-08-16T20:53:17.531Z Downloaded scrypt v0.11.0
6232024-08-16T20:53:17.533Z Downloaded deranged v0.3.11
6242024-08-16T20:53:17.536Z Downloaded unarray v0.1.4
6252024-08-16T20:53:17.539Z Downloaded der_derive v0.7.2
6262024-08-16T20:53:17.541Z Downloaded zone_cfg_derive v0.1.2
6272024-08-16T20:53:17.541Z Downloaded omicron-zone-package v0.11.0
6282024-08-16T20:53:17.543Z Downloaded num-traits v0.2.19
6292024-08-16T20:53:17.547Z Downloaded form_urlencoded v1.2.1
6302024-08-16T20:53:17.549Z Downloaded toolchain_find v0.4.0
6312024-08-16T20:53:17.551Z Downloaded smallvec v1.13.2
6322024-08-16T20:53:17.554Z Downloaded signature v2.2.0
6332024-08-16T20:53:17.556Z Downloaded backtrace v0.3.71
6342024-08-16T20:53:17.573Z Downloaded fixedbitset v0.4.2
6352024-08-16T20:53:17.575Z Downloaded structmeta v0.2.0
6362024-08-16T20:53:17.577Z Downloaded strip-ansi-escapes v0.2.0
6372024-08-16T20:53:17.580Z Downloaded spki v0.7.3
6382024-08-16T20:53:17.580Z Downloaded siphasher v0.3.11
6392024-08-16T20:53:17.582Z Downloaded rtoolbox v0.0.2
6402024-08-16T20:53:17.584Z Downloaded strum v0.26.3
6412024-08-16T20:53:17.587Z Downloaded tls_codec_derive v0.4.1
6422024-08-16T20:53:17.587Z Downloaded tungstenite v0.20.1
6432024-08-16T20:53:17.591Z Downloaded hex v0.4.3
6442024-08-16T20:53:17.593Z Downloaded http-range v0.1.5
6452024-08-16T20:53:17.596Z Downloaded parking_lot_core v0.8.6
6462024-08-16T20:53:17.598Z Downloaded futures v0.3.30
6472024-08-16T20:53:17.603Z Downloaded parking_lot v0.11.2
6482024-08-16T20:53:17.606Z Downloaded try-lock v0.2.5
6492024-08-16T20:53:17.609Z Downloaded float-cmp v0.9.0
6502024-08-16T20:53:17.611Z Downloaded enum-as-inner v0.6.0
6512024-08-16T20:53:17.611Z Downloaded wait-timeout v0.2.0
6522024-08-16T20:53:17.613Z Downloaded sct v0.7.1
6532024-08-16T20:53:17.617Z Downloaded textwrap v0.16.1
6542024-08-16T20:53:17.620Z Downloaded vte_generate_state_changes v0.1.1
6552024-08-16T20:53:17.622Z Downloaded pkcs8 v0.10.2
6562024-08-16T20:53:17.625Z Downloaded which v4.4.2
6572024-08-16T20:53:17.627Z Downloaded crossterm v0.27.0
6582024-08-16T20:53:17.634Z Downloaded predicates-core v1.0.6
6592024-08-16T20:53:17.636Z Downloaded xattr v1.3.1
6602024-08-16T20:53:17.639Z Downloaded unicode-truncate v1.0.0
6612024-08-16T20:53:17.641Z Downloaded signal-hook-mio v0.2.4
6622024-08-16T20:53:17.643Z Downloaded mio v1.0.2
6632024-08-16T20:53:17.650Z Downloaded rustfmt-wrapper v0.2.1
6642024-08-16T20:53:17.652Z Downloaded parking_lot v0.12.2
6652024-08-16T20:53:17.655Z Downloaded hickory-client v0.24.1
6662024-08-16T20:53:17.659Z Downloaded wyz v0.5.1
6672024-08-16T20:53:17.662Z Downloaded unsafe-libyaml v0.2.11
6682024-08-16T20:53:17.665Z Downloaded path-slash v0.1.5
6692024-08-16T20:53:17.667Z Downloaded minimal-lexical v0.2.1
6702024-08-16T20:53:17.672Z Downloaded fd-lock v4.0.2
6712024-08-16T20:53:17.675Z Downloaded hash32 v0.2.1
6722024-08-16T20:53:17.677Z Downloaded powerfmt v0.2.0
6732024-08-16T20:53:17.679Z Downloaded postgres-types v0.2.7
6742024-08-16T20:53:17.682Z Downloaded serde-big-array v0.5.1
6752024-08-16T20:53:17.684Z Downloaded ppv-lite86 v0.2.17
6762024-08-16T20:53:17.687Z Downloaded percent-encoding v2.3.1
6772024-08-16T20:53:17.689Z Downloaded http-body v0.4.6
6782024-08-16T20:53:17.691Z Downloaded parse-size v1.0.0
6792024-08-16T20:53:17.691Z Downloaded aes v0.8.4
6802024-08-16T20:53:17.696Z Downloaded tabwriter v1.4.0
6812024-08-16T20:53:17.698Z Downloaded rustc_version v0.4.0
6822024-08-16T20:53:17.700Z Downloaded flume v0.11.0
6832024-08-16T20:53:17.704Z Downloaded supports-color v3.0.0
6842024-08-16T20:53:17.706Z Downloaded fxhash v0.2.1
6852024-08-16T20:53:17.708Z Downloaded topological-sort v0.2.2
6862024-08-16T20:53:17.708Z Downloaded structmeta v0.3.0
6872024-08-16T20:53:17.711Z Downloaded snafu-derive v0.8.2
6882024-08-16T20:53:17.713Z Downloaded subtle v2.5.0
6892024-08-16T20:53:17.713Z Downloaded diff v0.1.13
6902024-08-16T20:53:17.716Z Downloaded walkdir v2.5.0
6912024-08-16T20:53:17.718Z Downloaded term v0.7.0
6922024-08-16T20:53:17.723Z Downloaded tracing-attributes v0.1.27
6932024-08-16T20:53:17.726Z Downloaded glob v0.3.1
6942024-08-16T20:53:17.729Z Downloaded futures-sink v0.3.30
6952024-08-16T20:53:17.731Z Downloaded packed_struct v0.10.1
6962024-08-16T20:53:17.733Z Downloaded expectorate v1.1.0
6972024-08-16T20:53:17.736Z Downloaded flagset v0.4.5
6982024-08-16T20:53:17.738Z Downloaded half v2.4.1
6992024-08-16T20:53:17.741Z Downloaded futures-task v0.3.30
7002024-08-16T20:53:17.743Z Downloaded scheduled-thread-pool v0.2.7
7012024-08-16T20:53:17.745Z Downloaded ron v0.8.1
7022024-08-16T20:53:17.751Z Downloaded sqlparser_derive v0.2.2
7032024-08-16T20:53:17.753Z Downloaded semver v0.1.20
7042024-08-16T20:53:17.756Z Downloaded httpdate v1.0.3
7052024-08-16T20:53:17.756Z Downloaded hmac v0.12.1
7062024-08-16T20:53:17.758Z Downloaded secrecy v0.8.0
7072024-08-16T20:53:17.761Z Downloaded take_mut v0.2.2
7082024-08-16T20:53:17.763Z Downloaded structmeta-derive v0.3.0
7092024-08-16T20:53:17.765Z Downloaded group v0.13.0
7102024-08-16T20:53:17.767Z Downloaded getopts v0.2.21
7112024-08-16T20:53:17.767Z Downloaded gethostname v0.5.0
7122024-08-16T20:53:17.770Z Downloaded sqlformat v0.2.4
7132024-08-16T20:53:17.772Z Downloaded twox-hash v1.6.3
7142024-08-16T20:53:17.774Z Downloaded tokio-tungstenite v0.21.0
7152024-08-16T20:53:17.777Z Downloaded tokio-rustls v0.24.1
7162024-08-16T20:53:17.781Z Downloaded fatfs v0.3.6
7172024-08-16T20:53:17.784Z Downloaded portpicker v0.1.1
7182024-08-16T20:53:17.786Z Downloaded termtree v0.4.1
7192024-08-16T20:53:17.789Z Downloaded mio v0.8.11
7202024-08-16T20:53:17.794Z Downloaded rsa v0.9.6
7212024-08-16T20:53:17.800Z Downloaded display-error-chain v0.2.0
7222024-08-16T20:53:17.802Z Downloaded rustc-hash v1.1.0
7232024-08-16T20:53:17.805Z Downloaded stable_deref_trait v1.2.0
7242024-08-16T20:53:17.805Z Downloaded either v1.13.0
7252024-08-16T20:53:17.807Z Downloaded serde_plain v1.0.2
7262024-08-16T20:53:17.810Z Downloaded serde_path_to_error v0.1.16
7272024-08-16T20:53:17.812Z Downloaded parse-display-derive v0.10.0
7282024-08-16T20:53:17.814Z Downloaded ena v0.14.3
7292024-08-16T20:53:17.814Z Downloaded slog-scope v4.4.0
7302024-08-16T20:53:17.817Z Downloaded untrusted v0.9.0
7312024-08-16T20:53:17.819Z Downloaded postcard v1.0.8
7322024-08-16T20:53:17.822Z Downloaded url v2.5.2
7332024-08-16T20:53:17.825Z Downloaded untrusted v0.7.1
7342024-08-16T20:53:17.829Z Downloaded num-bigint-dig v0.8.4
7352024-08-16T20:53:17.833Z Downloaded pem v3.0.4
7362024-08-16T20:53:17.835Z Downloaded rustls-pki-types v1.7.0
7372024-08-16T20:53:17.838Z Downloaded signal-hook v0.3.17
7382024-08-16T20:53:17.841Z Downloaded getrandom v0.2.14
7392024-08-16T20:53:17.845Z Downloaded tracing-core v0.1.32
7402024-08-16T20:53:17.849Z Downloaded der v0.7.9
7412024-08-16T20:53:17.854Z Downloaded subprocess v0.2.9
7422024-08-16T20:53:17.858Z Downloaded paste v1.0.15
7432024-08-16T20:53:17.861Z Downloaded dirs-sys-next v0.1.2
7442024-08-16T20:53:17.864Z Downloaded zeroize_derive v1.4.2
7452024-08-16T20:53:17.866Z Downloaded tinyvec_macros v0.1.1
7462024-08-16T20:53:17.866Z Downloaded peg-runtime v0.8.3
7472024-08-16T20:53:17.866Z Downloaded slog-json v2.6.1
7482024-08-16T20:53:17.869Z Downloaded globset v0.4.14
7492024-08-16T20:53:17.871Z Downloaded universal-hash v0.5.1
7502024-08-16T20:53:17.873Z Downloaded sha1 v0.10.6
7512024-08-16T20:53:17.873Z Downloaded password-hash v0.5.0
7522024-08-16T20:53:17.875Z Downloaded itertools v0.10.5
7532024-08-16T20:53:17.883Z Downloaded tap v1.0.1
7542024-08-16T20:53:17.885Z Downloaded funty v2.0.0
7552024-08-16T20:53:17.885Z Downloaded pem-rfc7468 v0.7.0
7562024-08-16T20:53:17.888Z Downloaded spin v0.9.8
7572024-08-16T20:53:17.890Z Downloaded tokio-macros v2.4.0
7582024-08-16T20:53:17.892Z Downloaded tiny-keccak v2.0.2
7592024-08-16T20:53:17.895Z Downloaded phf v0.11.2
7602024-08-16T20:53:17.897Z Downloaded diesel_derives v2.2.2
7612024-08-16T20:53:17.902Z Downloaded precomputed-hash v0.1.1
7622024-08-16T20:53:17.904Z Downloaded unicode-segmentation v1.11.0
7632024-08-16T20:53:17.906Z Downloaded snafu v0.8.2
7642024-08-16T20:53:17.913Z Downloaded resolv-conf v0.7.0
7652024-08-16T20:53:17.915Z Downloaded unicase v2.7.0
7662024-08-16T20:53:17.918Z Downloaded tokio-native-tls v0.3.1
7672024-08-16T20:53:17.920Z Downloaded rand_xorshift v0.3.0
7682024-08-16T20:53:17.922Z Downloaded serde-hex v0.1.0
7692024-08-16T20:53:17.925Z Downloaded zone v0.1.8
7702024-08-16T20:53:17.925Z Downloaded fragile v2.0.0
7712024-08-16T20:53:17.927Z Downloaded unicode-linebreak v0.1.5
7722024-08-16T20:53:17.929Z Downloaded tempfile v3.10.1
7732024-08-16T20:53:17.932Z Downloaded vte v0.11.1
7742024-08-16T20:53:17.934Z Downloaded derive_builder v0.20.0
7752024-08-16T20:53:17.938Z Downloaded rand_core v0.6.4
7762024-08-16T20:53:17.940Z Downloaded zeroize v1.7.0
7772024-08-16T20:53:17.943Z Downloaded libm v0.2.8
7782024-08-16T20:53:17.950Z Downloaded tracing v0.1.40
7792024-08-16T20:53:17.955Z Downloaded futures-io v0.3.30
7802024-08-16T20:53:17.957Z Downloaded env_logger v0.10.2
7812024-08-16T20:53:17.961Z Downloaded psl-types v2.0.11
7822024-08-16T20:53:17.963Z Downloaded dirs-next v2.0.0
7832024-08-16T20:53:17.963Z Downloaded difflib v0.4.0
7842024-08-16T20:53:17.965Z Downloaded pin-project v1.1.5
7852024-08-16T20:53:17.978Z Downloaded libxml v0.3.3
7862024-08-16T20:53:17.984Z Downloaded pin-utils v0.1.0
7872024-08-16T20:53:17.987Z Downloaded pin-project-internal v1.1.5
7882024-08-16T20:53:17.989Z Downloaded hickory-server v0.24.1
7892024-08-16T20:53:17.994Z Downloaded hickory-resolver v0.24.1
7902024-08-16T20:53:17.999Z Downloaded zerocopy v0.6.6
7912024-08-16T20:53:18.002Z Downloaded vergen v8.3.2
7922024-08-16T20:53:18.005Z Downloaded tungstenite v0.21.0
7932024-08-16T20:53:18.009Z Downloaded bindgen v0.69.4
7942024-08-16T20:53:18.018Z Downloaded filetime v0.2.24
7952024-08-16T20:53:18.020Z Downloaded futures-executor v0.3.30
7962024-08-16T20:53:18.023Z Downloaded unicode-bidi v0.3.15
7972024-08-16T20:53:18.025Z Downloaded heapless v0.8.0
7982024-08-16T20:53:18.029Z Downloaded toml_edit v0.19.15
7992024-08-16T20:53:18.048Z Downloaded unicode_categories v0.1.1
8002024-08-16T20:53:18.050Z Downloaded pkcs1 v0.7.5
8012024-08-16T20:53:18.053Z Downloaded serde_with_macros v3.8.3
8022024-08-16T20:53:18.056Z Downloaded slog-dtrace v0.3.0
8032024-08-16T20:53:18.056Z Downloaded rand v0.8.5
8042024-08-16T20:53:18.060Z Downloaded publicsuffix v2.2.3
8052024-08-16T20:53:18.062Z Downloaded http v1.1.0
8062024-08-16T20:53:18.066Z Downloaded http v0.2.12
8072024-08-16T20:53:18.070Z Downloaded tokio-util v0.7.11
8082024-08-16T20:53:18.077Z Downloaded derive-where v1.2.7
8092024-08-16T20:53:18.081Z Downloaded hkdf v0.12.4
8102024-08-16T20:53:18.084Z Downloaded x509-cert v0.2.5
8112024-08-16T20:53:18.091Z Downloaded bitvec v1.0.1
8122024-08-16T20:53:18.108Z Downloaded hyper v0.14.30
8132024-08-16T20:53:18.116Z Downloaded pkcs5 v0.7.1
8142024-08-16T20:53:18.120Z Downloaded rustls-pemfile v2.1.3
8152024-08-16T20:53:18.123Z Downloaded schemars v0.8.21
8162024-08-16T20:53:18.136Z Downloaded futures-util v0.3.30
8172024-08-16T20:53:18.149Z Downloaded regex v1.10.6
8182024-08-16T20:53:18.164Z Downloaded gimli v0.28.1
8192024-08-16T20:53:18.172Z Downloaded curve25519-dalek v4.1.3
8202024-08-16T20:53:18.182Z Downloaded bstr v0.2.17
8212024-08-16T20:53:18.192Z Downloaded h2 v0.3.26
8222024-08-16T20:53:18.199Z Downloaded rcgen v0.12.1
8232024-08-16T20:53:18.206Z Downloaded rusqlite v0.31.0
8242024-08-16T20:53:18.210Z Downloaded typed-path v0.7.1
8252024-08-16T20:53:18.216Z Downloaded rayon v1.10.0
8262024-08-16T20:53:18.227Z Downloaded bstr v1.9.1
8272024-08-16T20:53:18.239Z Downloaded rustls v0.22.4
8282024-08-16T20:53:18.253Z Downloaded hashbrown v0.13.2
8292024-08-16T20:53:18.258Z Downloaded lalrpop v0.19.12
8302024-08-16T20:53:18.269Z Downloaded hashbrown v0.12.3
8312024-08-16T20:53:18.273Z Downloaded quick-xml v0.31.0
8322024-08-16T20:53:18.279Z Downloaded chrono v0.4.38
8332024-08-16T20:53:18.286Z Downloaded tinyvec v1.6.0
8342024-08-16T20:53:18.290Z Downloaded test-strategy v0.3.1
8352024-08-16T20:53:18.294Z Downloaded steno v0.4.1
8362024-08-16T20:53:18.298Z Downloaded regex-automata v0.1.10
8372024-08-16T20:53:18.303Z Downloaded tokio-postgres v0.7.11
8382024-08-16T20:53:18.309Z Downloaded itertools v0.13.0
8392024-08-16T20:53:18.317Z Downloaded ff v0.13.0
8402024-08-16T20:53:18.319Z Downloaded idna v0.3.0
8412024-08-16T20:53:18.326Z Downloaded serde_urlencoded v0.7.1
8422024-08-16T20:53:18.329Z Downloaded reedline v0.33.0
8432024-08-16T20:53:18.336Z Downloaded rustls-webpki v0.102.4
8442024-08-16T20:53:18.357Z Downloaded serde_repr v0.1.19
8452024-08-16T20:53:18.360Z Downloaded portable-atomic v1.6.0
8462024-08-16T20:53:18.366Z Downloaded rustls-webpki v0.101.7
8472024-08-16T20:53:18.382Z Downloaded sled v0.34.7
8482024-08-16T20:53:18.393Z Downloaded nix v0.27.1
8492024-08-16T20:53:18.405Z Downloaded sqlparser v0.45.0
8502024-08-16T20:53:18.410Z Downloaded idna v0.4.0
8512024-08-16T20:53:18.417Z Downloaded bzip2-sys v0.1.11+1.0.8
8522024-08-16T20:53:18.430Z Downloaded object v0.30.4
8532024-08-16T20:53:18.440Z Downloaded proptest v1.5.0
8542024-08-16T20:53:18.450Z Downloaded regex-automata v0.4.6
8552024-08-16T20:53:18.468Z Downloaded reqwest v0.11.27
8562024-08-16T20:53:18.476Z Downloaded git2 v0.19.0
8572024-08-16T20:53:18.485Z Downloaded webpki-roots v0.25.4
8582024-08-16T20:53:18.489Z Downloaded finl_unicode v1.2.0
8592024-08-16T20:53:18.502Z Downloaded radix_trie v0.2.1
8602024-08-16T20:53:18.507Z Downloaded polar-core v0.27.3
8612024-08-16T20:53:18.516Z Downloaded smoltcp v0.9.1
8622024-08-16T20:53:18.528Z Downloaded csv v1.3.0
8632024-08-16T20:53:18.549Z Downloaded object v0.32.2
8642024-08-16T20:53:18.560Z Downloaded tokio v1.39.2
8652024-08-16T20:53:18.601Z Downloaded regress v0.9.1
8662024-08-16T20:53:18.610Z Downloaded sha3 v0.10.8
8672024-08-16T20:53:18.615Z Downloaded openapiv3 v2.0.0
8682024-08-16T20:53:18.628Z Downloaded diesel v2.2.2
8692024-08-16T20:53:18.649Z Downloaded hickory-proto v0.24.1
8702024-08-16T20:53:18.665Z Downloaded regex-syntax v0.8.4
8712024-08-16T20:53:18.674Z Downloaded regex-syntax v0.6.29
8722024-08-16T20:53:18.683Z Downloaded rustls v0.21.12
8732024-08-16T20:53:18.695Z Downloaded smoltcp v0.11.0
8742024-08-16T20:53:18.711Z Downloaded nix v0.28.0
8752024-08-16T20:53:18.723Z Downloaded encoding_rs v0.8.34
8762024-08-16T20:53:18.746Z Downloaded ratatui v0.28.0
8772024-08-16T20:53:18.768Z Downloaded zerocopy-derive v0.6.6
8782024-08-16T20:53:18.779Z Downloaded openssl v0.10.66
8792024-08-16T20:53:18.789Z Downloaded petgraph v0.6.5
8802024-08-16T20:53:18.809Z Downloaded vcpkg v0.2.15
8812024-08-16T20:53:18.850Z Downloaded idna v0.5.0
8822024-08-16T20:53:18.857Z Downloaded serde_arrays v0.1.0
8832024-08-16T20:53:18.860Z Downloaded peg-macros v0.8.4
8842024-08-16T20:53:18.862Z Downloaded rayon-core v1.12.1
8852024-08-16T20:53:18.865Z Downloaded vsss-rs v3.3.4
8862024-08-16T20:53:18.867Z Downloaded futures-macro v0.3.30
8872024-08-16T20:53:18.870Z Downloaded rustc-demangle v0.1.24
8882024-08-16T20:53:18.872Z Downloaded elliptic-curve v0.13.8
8892024-08-16T20:53:18.875Z Downloaded flate2 v1.0.31
8902024-08-16T20:53:18.880Z Downloaded rustyline v14.0.0
8912024-08-16T20:53:18.885Z Downloaded aho-corasick v1.1.3
8922024-08-16T20:53:18.892Z Downloaded winnow v0.5.40
8932024-08-16T20:53:18.901Z Downloaded slog-envlogger v2.2.0
8942024-08-16T20:53:18.904Z Downloaded tough v0.17.1
8952024-08-16T20:53:18.912Z Downloaded openssl-sys v0.9.103
8962024-08-16T20:53:18.917Z Downloaded slog v2.7.0
8972024-08-16T20:53:18.920Z Downloaded time v0.3.36
8982024-08-16T20:53:18.928Z Downloaded hashlink v0.9.1
8992024-08-16T20:53:18.930Z Downloaded env_logger v0.9.3
9002024-08-16T20:53:18.933Z Downloaded serde_with v3.8.3
9012024-08-16T20:53:18.942Z Downloaded samael v0.0.15
9022024-08-16T20:53:18.947Z Downloaded crossterm v0.28.1
9032024-08-16T20:53:18.954Z Downloaded unicode-normalization v0.1.23
9042024-08-16T20:53:18.958Z Downloaded blake3 v1.5.1
9052024-08-16T20:53:18.967Z Downloaded owo-colors v4.0.0
9062024-08-16T20:53:18.970Z Downloaded pin-project-lite v0.2.14
9072024-08-16T20:53:18.977Z Downloaded rand_seeder v0.3.0
9082024-08-16T20:53:18.979Z Downloaded parking_lot_core v0.9.10
9092024-08-16T20:53:18.981Z Downloaded highway v1.2.0
9102024-08-16T20:53:18.984Z Downloaded heapless v0.7.17
9112024-08-16T20:53:18.987Z Downloaded nom v7.1.3
9122024-08-16T20:53:18.993Z Downloaded yasna v0.5.2
9132024-08-16T20:53:18.995Z Downloaded tar v0.4.41
9142024-08-16T20:53:18.998Z Downloaded serde_yaml v0.9.34+deprecated
9152024-08-16T20:53:19.002Z Downloaded slog-stdlog v4.1.1
9162024-08-16T20:53:19.004Z Downloaded embedded-io v0.4.0
9172024-08-16T20:53:19.007Z Downloaded toml v0.7.8
9182024-08-16T20:53:19.009Z Downloaded structmeta-derive v0.2.0
9192024-08-16T20:53:19.012Z Downloaded rustls-pemfile v1.0.4
9202024-08-16T20:53:19.014Z Downloaded httparse v1.8.0
9212024-08-16T20:53:19.017Z Downloaded slog-async v2.8.0
9222024-08-16T20:53:19.017Z Downloaded postgres-protocol v0.6.7
9232024-08-16T20:53:19.019Z Downloaded itertools v0.12.1
9242024-08-16T20:53:19.026Z Downloaded ron v0.7.1
9252024-08-16T20:53:19.031Z Downloaded prettyplease v0.2.20
9262024-08-16T20:53:19.034Z Downloaded libgit2-sys v0.17.0+1.8.1
9272024-08-16T20:53:19.097Z Downloaded erased-serde v0.3.31
9282024-08-16T20:53:19.099Z Downloaded crossbeam-channel v0.5.12
9292024-08-16T20:53:19.103Z Downloaded derive_more v0.99.18
9302024-08-16T20:53:19.108Z Downloaded static_assertions v1.1.0
9312024-08-16T20:53:19.111Z Downloaded spin v0.5.2
9322024-08-16T20:53:19.113Z Downloaded rustversion v1.0.17
9332024-08-16T20:53:19.116Z Downloaded zip v0.6.6
9342024-08-16T20:53:19.119Z Downloaded headers v0.3.9
9352024-08-16T20:53:19.124Z Downloaded tls_codec v0.4.1
9362024-08-16T20:53:19.126Z Downloaded rustc_version v0.1.7
9372024-08-16T20:53:19.128Z Downloaded ref-cast v1.0.23
9382024-08-16T20:53:19.131Z Downloaded proc-macro-crate v1.3.1
9392024-08-16T20:53:19.131Z Downloaded predicates v3.1.2
9402024-08-16T20:53:19.133Z Downloaded oso v0.27.3
9412024-08-16T20:53:19.136Z Downloaded hostname v0.4.0
9422024-08-16T20:53:19.139Z Downloaded slab v0.4.9
9432024-08-16T20:53:19.141Z Downloaded same-file v1.0.6
9442024-08-16T20:53:19.141Z Downloaded rusty-fork v0.3.0
9452024-08-16T20:53:19.143Z Downloaded radium v0.7.0
9462024-08-16T20:53:19.143Z Downloaded r2d2 v0.8.10
9472024-08-16T20:53:19.146Z Downloaded quick-error v1.2.3
9482024-08-16T20:53:19.148Z Downloaded uuid v1.10.0
9492024-08-16T20:53:19.151Z Downloaded derive_builder_core v0.20.0
9502024-08-16T20:53:19.153Z Downloaded poly1305 v0.8.0
9512024-08-16T20:53:19.157Z Downloaded bytes v1.7.1
9522024-08-16T20:53:19.161Z Downloaded ring v0.17.8
9532024-08-16T20:53:19.233Z Downloaded base64 v0.21.7
9542024-08-16T20:53:19.236Z Downloaded float-ord v0.3.2
9552024-08-16T20:53:19.239Z Downloaded endian-type v0.1.2
9562024-08-16T20:53:19.239Z Downloaded defmt-parser v0.3.4
9572024-08-16T20:53:19.239Z Downloaded defmt-macros v0.3.9
9582024-08-16T20:53:19.241Z Downloaded unicode-xid v0.2.4
9592024-08-16T20:53:19.244Z Downloaded similar v2.5.0
9602024-08-16T20:53:19.247Z Downloaded compact_str v0.8.0
9612024-08-16T20:53:19.251Z Downloaded tokio-tungstenite v0.20.1
9622024-08-16T20:53:19.254Z Downloaded indexmap v1.9.3
9632024-08-16T20:53:19.258Z Downloaded signal-hook-registry v1.4.2
9642024-08-16T20:53:19.260Z Downloaded tokio-stream v0.1.15
9652024-08-16T20:53:19.263Z Downloaded cookie v0.18.1
9662024-08-16T20:53:19.266Z Downloaded parse-display v0.10.0
9672024-08-16T20:53:19.269Z Downloaded hostname v0.3.1
9682024-08-16T20:53:19.269Z Downloaded home v0.5.9
9692024-08-16T20:53:19.272Z Downloaded crossbeam-utils v0.8.19
9702024-08-16T20:53:19.272Z Downloaded pbkdf2 v0.12.2
9712024-08-16T20:53:19.274Z Downloaded tui-tree-widget v0.22.0
9722024-08-16T20:53:19.276Z Downloaded ring v0.16.20
9732024-08-16T20:53:19.358Z Downloaded fallible-streaming-iterator v0.1.9
9742024-08-16T20:53:19.360Z Downloaded fallible-iterator v0.3.0
9752024-08-16T20:53:19.361Z Downloaded fallible-iterator v0.2.0
9762024-08-16T20:53:19.363Z Downloaded dyn-clone v1.0.17
9772024-08-16T20:53:19.363Z Downloaded tokio-rustls v0.25.0
9782024-08-16T20:53:19.366Z Downloaded num-iter v0.1.45
9792024-08-16T20:53:19.366Z Downloaded crypto-bigint v0.5.5
9802024-08-16T20:53:19.373Z Downloaded cc v1.0.97
9812024-08-16T20:53:19.375Z Downloaded const_format v0.2.32
9822024-08-16T20:53:19.380Z Downloaded dsl_auto_type v0.1.2
9832024-08-16T20:53:19.383Z Downloaded darling v0.20.9
9842024-08-16T20:53:19.386Z Downloaded console v0.15.8
9852024-08-16T20:53:19.388Z Downloaded cookie v0.17.0
9862024-08-16T20:53:19.391Z Downloaded bcs v0.1.6
9872024-08-16T20:53:19.393Z Downloaded num v0.4.3
9882024-08-16T20:53:19.395Z Downloaded newtype_derive v0.1.6
9892024-08-16T20:53:19.395Z Downloaded lru v0.12.3
9902024-08-16T20:53:19.397Z Downloaded linked-hash-map v0.5.6
9912024-08-16T20:53:19.397Z Downloaded cookie_store v0.20.0
9922024-08-16T20:53:19.400Z Downloaded nibble_vec v0.1.0
9932024-08-16T20:53:19.403Z Downloaded md-5 v0.10.6
9942024-08-16T20:53:19.403Z Downloaded managed v0.8.0
9952024-08-16T20:53:19.405Z Downloaded libsw v3.3.1
9962024-08-16T20:53:19.406Z Downloaded shell-words v1.1.0
9972024-08-16T20:53:19.406Z Downloaded memmap2 v0.9.4
9982024-08-16T20:53:19.408Z Downloaded shlex v1.3.0
9992024-08-16T20:53:19.410Z Downloaded num-rational v0.4.2
10002024-08-16T20:53:19.410Z Downloaded jobserver v0.1.32
10012024-08-16T20:53:19.413Z Downloaded ipnet v2.9.0
10022024-08-16T20:53:19.413Z Downloaded crc-catalog v2.4.0
10032024-08-16T20:53:19.415Z Downloaded memoffset v0.9.1
10042024-08-16T20:53:19.415Z Downloaded lock_api v0.4.12
10052024-08-16T20:53:19.417Z Downloaded hyper-rustls v0.24.2
10062024-08-16T20:53:19.420Z Downloaded cassowary v0.3.0
10072024-08-16T20:53:19.422Z Downloaded bitfield v0.14.0
10082024-08-16T20:53:19.422Z Downloaded native-tls v0.2.11
10092024-08-16T20:53:19.424Z Downloaded mime_guess v2.0.4
10102024-08-16T20:53:19.427Z Downloaded cexpr v0.6.0
10112024-08-16T20:53:19.429Z Downloaded cbc v0.1.2
10122024-08-16T20:53:19.429Z Downloaded block-padding v0.3.3
10132024-08-16T20:53:19.431Z Downloaded bitflags v1.3.2
10142024-08-16T20:53:19.434Z Downloaded bit-set v0.5.3
10152024-08-16T20:53:19.434Z Downloaded openssl-macros v0.1.1
10162024-08-16T20:53:19.436Z Downloaded num_threads v0.1.7
10172024-08-16T20:53:19.436Z Downloaded normalize-line-endings v0.3.0
10182024-08-16T20:53:19.436Z Downloaded newline-converter v0.3.0
10192024-08-16T20:53:19.438Z Downloaded base64 v0.13.1
10202024-08-16T20:53:19.440Z Downloaded async-recursion v1.1.1
10212024-08-16T20:53:19.443Z Downloaded blake2 v0.10.6
10222024-08-16T20:53:19.445Z Downloaded lazy_static v1.5.0
10232024-08-16T20:53:19.447Z Downloaded instability v0.3.2
10242024-08-16T20:53:19.450Z Downloaded humantime v2.1.0
10252024-08-16T20:53:19.450Z Downloaded backoff v0.4.0
10262024-08-16T20:53:19.452Z Downloaded arrayvec v0.7.4
10272024-08-16T20:53:19.456Z Downloaded array-init v0.0.4
10282024-08-16T20:53:19.456Z Downloaded debug-ignore v1.0.5
10292024-08-16T20:53:19.459Z Downloaded cobs v0.2.3
10302024-08-16T20:53:19.459Z Downloaded maybe-uninit v2.0.0
10312024-08-16T20:53:19.459Z Downloaded linear-map v1.2.0
10322024-08-16T20:53:19.461Z Downloaded bb8 v0.8.5
10332024-08-16T20:53:19.461Z Downloaded atomic-waker v1.1.2
10342024-08-16T20:53:19.463Z Downloaded ascii v1.1.0
10352024-08-16T20:53:19.463Z Downloaded bit-vec v0.6.3
10362024-08-16T20:53:19.465Z Downloaded aead v0.5.2
10372024-08-16T20:53:19.551Z Downloaded libz-sys v1.1.16
10382024-08-16T20:53:19.681Z Downloaded libsqlite3-sys v0.28.0
10392024-08-16T20:53:19.843Z Compiling cfg-if v1.0.0
10402024-08-16T20:53:19.843Z Compiling serde v1.0.207
10412024-08-16T20:53:19.846Z Compiling lock_api v0.4.12
10422024-08-16T20:53:19.846Z Compiling scopeguard v1.2.0
10432024-08-16T20:53:19.983Z Compiling typenum v1.17.0
10442024-08-16T20:53:19.996Z Compiling generic-array v0.14.7
10452024-08-16T20:53:20.029Z Compiling syn v2.0.74
10462024-08-16T20:53:20.037Z Compiling log v0.4.21
10472024-08-16T20:53:20.081Z Compiling getrandom v0.2.14
10482024-08-16T20:53:20.122Z Compiling jobserver v0.1.32
10492024-08-16T20:53:20.334Z Compiling rand_core v0.6.4
10502024-08-16T20:53:20.537Z Compiling cc v1.0.97
10512024-08-16T20:53:20.556Z Compiling subtle v2.5.0
10522024-08-16T20:53:20.556Z Compiling const-oid v0.9.6
10532024-08-16T20:53:20.831Z Compiling pin-project-lite v0.2.14
10542024-08-16T20:53:20.868Z Compiling smallvec v1.13.2
10552024-08-16T20:53:20.885Z Compiling parking_lot_core v0.9.10
10562024-08-16T20:53:20.955Z Compiling spin v0.9.8
10572024-08-16T20:53:21.016Z Compiling signal-hook-registry v1.4.2
10582024-08-16T20:53:21.347Z Compiling mio v1.0.2
10592024-08-16T20:53:21.470Z Compiling ahash v0.8.11
10602024-08-16T20:53:21.831Z Compiling tinyvec_macros v0.1.1
10612024-08-16T20:53:21.932Z Compiling parking_lot v0.12.2
10622024-08-16T20:53:21.984Z Compiling tinyvec v1.6.0
10632024-08-16T20:53:22.259Z Compiling socket2 v0.5.7
10642024-08-16T20:53:22.663Z Compiling libm v0.2.8
10652024-08-16T20:53:22.680Z Compiling serde_json v1.0.125
10662024-08-16T20:53:22.852Z Compiling futures-core v0.3.30
10672024-08-16T20:53:22.932Z Compiling cpufeatures v0.2.12
10682024-08-16T20:53:23.061Z Compiling slab v0.4.9
10692024-08-16T20:53:23.078Z Compiling num-traits v0.2.19
10702024-08-16T20:53:23.101Z Compiling futures-sink v0.3.30
10712024-08-16T20:53:23.112Z Compiling unicode-bidi v0.3.15
10722024-08-16T20:53:23.249Z Compiling allocator-api2 v0.2.18
10732024-08-16T20:53:23.522Z Compiling unicode-normalization v0.1.23
10742024-08-16T20:53:23.588Z Compiling futures-channel v0.3.30
10752024-08-16T20:53:23.868Z Compiling futures-task v0.3.30
10762024-08-16T20:53:23.992Z Compiling vcpkg v0.2.15
10772024-08-16T20:53:24.070Z Compiling futures-io v0.3.30
10782024-08-16T20:53:24.171Z Compiling pin-utils v0.1.0
10792024-08-16T20:53:24.269Z Compiling pkg-config v0.3.30
10802024-08-16T20:53:24.654Z Compiling base64ct v1.6.0
10812024-08-16T20:53:24.681Z Compiling percent-encoding v2.3.1
10822024-08-16T20:53:24.748Z Compiling ppv-lite86 v0.2.17
10832024-08-16T20:53:24.792Z Compiling ring v0.17.8
10842024-08-16T20:53:25.036Z Compiling flagset v0.4.5
10852024-08-16T20:53:25.232Z Compiling pem-rfc7468 v0.7.0
10862024-08-16T20:53:25.250Z Compiling tracing-core v0.1.32
10872024-08-16T20:53:25.576Z Compiling rand_chacha v0.3.1
10882024-08-16T20:53:25.931Z Compiling untrusted v0.9.0
10892024-08-16T20:53:26.074Z Compiling rustix v0.38.34
10902024-08-16T20:53:26.120Z Compiling rand v0.8.5
10912024-08-16T20:53:26.297Z Compiling openssl-sys v0.9.103
10922024-08-16T20:53:26.443Z Compiling openssl v0.10.66
10932024-08-16T20:53:26.689Z Compiling num-conv v0.1.0
10942024-08-16T20:53:26.854Z Compiling httparse v1.8.0
10952024-08-16T20:53:26.932Z Compiling rustversion v1.0.17
10962024-08-16T20:53:26.949Z Compiling time-core v0.1.2
10972024-08-16T20:53:27.086Z Compiling powerfmt v0.2.0
10982024-08-16T20:53:27.279Z Compiling foreign-types-shared v0.1.1
10992024-08-16T20:53:27.380Z Compiling foreign-types v0.3.2
11002024-08-16T20:53:27.431Z Compiling deranged v0.3.11
11012024-08-16T20:53:27.480Z Compiling time-macros v0.2.18
11022024-08-16T20:53:27.636Z Compiling form_urlencoded v1.2.1
11032024-08-16T20:53:27.676Z Compiling lazy_static v1.5.0
11042024-08-16T20:53:27.786Z Compiling native-tls v0.2.11
11052024-08-16T20:53:27.925Z Compiling crossbeam-utils v0.8.19
11062024-08-16T20:53:27.979Z Compiling try-lock v0.2.5
11072024-08-16T20:53:28.122Z Compiling syn v1.0.109
11082024-08-16T20:53:28.166Z Compiling siphasher v0.3.11
11092024-08-16T20:53:28.488Z Compiling num_threads v0.1.7
11102024-08-16T20:53:28.555Z Compiling rustls v0.21.12
11112024-08-16T20:53:28.627Z Compiling want v0.3.1
11122024-08-16T20:53:28.895Z Compiling idna v0.5.0
11132024-08-16T20:53:29.082Z Compiling aho-corasick v1.1.3
11142024-08-16T20:53:29.408Z Compiling cookie v0.17.0
11152024-08-16T20:53:29.533Z Compiling adler v1.0.2
11162024-08-16T20:53:29.690Z Compiling regex-syntax v0.8.4
11172024-08-16T20:53:29.742Z Compiling httpdate v1.0.3
11182024-08-16T20:53:30.173Z Compiling finl_unicode v1.2.0
11192024-08-16T20:53:30.192Z Compiling tower-service v0.3.2
11202024-08-16T20:53:30.308Z Compiling iana-time-zone v0.1.60
11212024-08-16T20:53:30.401Z Compiling slog v2.7.0
11222024-08-16T20:53:30.525Z Compiling time v0.3.36
11232024-08-16T20:53:30.742Z Compiling openssl-probe v0.1.5
11242024-08-16T20:53:30.760Z Compiling stringprep v0.1.4
11252024-08-16T20:53:31.062Z Compiling url v2.5.2
11262024-08-16T20:53:31.080Z Compiling miniz_oxide v0.7.2
11272024-08-16T20:53:32.916Z Compiling num-integer v0.1.46
11282024-08-16T20:53:33.692Z Compiling regex-automata v0.4.6
11292024-08-16T20:53:33.800Z Compiling backtrace v0.3.71
11302024-08-16T20:53:34.277Z Compiling serde_derive v1.0.207
11312024-08-16T20:53:34.297Z Compiling zeroize_derive v1.4.2
11322024-08-16T20:53:34.318Z Compiling zerocopy-derive v0.7.34
11332024-08-16T20:53:35.654Z Compiling tokio-macros v2.4.0
11342024-08-16T20:53:35.938Z Compiling zeroize v1.7.0
11352024-08-16T20:53:36.346Z Compiling thiserror-impl v1.0.63
11362024-08-16T20:53:36.653Z Compiling zerocopy v0.7.34
11372024-08-16T20:53:37.384Z Compiling futures-macro v0.3.30
11382024-08-16T20:53:37.651Z Compiling crypto-common v0.1.6
11392024-08-16T20:53:37.815Z Compiling block-buffer v0.10.4
11402024-08-16T20:53:37.892Z Compiling block-padding v0.3.3
11412024-08-16T20:53:38.085Z Compiling digest v0.10.7
11422024-08-16T20:53:38.265Z Compiling inout v0.1.3
11432024-08-16T20:53:38.546Z Compiling hmac v0.12.1
11442024-08-16T20:53:38.561Z Compiling cipher v0.4.4
11452024-08-16T20:53:38.755Z Compiling hashbrown v0.14.5
11462024-08-16T20:53:38.783Z Compiling sha2 v0.10.8
11472024-08-16T20:53:39.086Z Compiling der_derive v0.7.2
11482024-08-16T20:53:39.342Z Compiling futures-util v0.3.30
11492024-08-16T20:53:39.619Z Compiling thiserror v1.0.63
11502024-08-16T20:53:39.759Z Compiling pest v2.7.10
11512024-08-16T20:53:40.079Z Compiling salsa20 v0.10.2
11522024-08-16T20:53:40.294Z Compiling pbkdf2 v0.12.2
11532024-08-16T20:53:40.470Z Compiling tracing-attributes v0.1.27
11542024-08-16T20:53:41.675Z Compiling der v0.7.9
11552024-08-16T20:53:42.464Z Compiling pest_meta v2.7.10
11562024-08-16T20:53:42.704Z Compiling scroll_derive v0.12.0
11572024-08-16T20:53:44.231Z Compiling scroll v0.12.0
11582024-08-16T20:53:44.448Z Compiling tracing v0.1.40
11592024-08-16T20:53:44.794Z Compiling pest_generator v2.7.10
11602024-08-16T20:53:44.836Z Compiling spki v0.7.3
11612024-08-16T20:53:45.016Z Compiling scrypt v0.11.0
11622024-08-16T20:53:45.213Z Compiling cbc v0.1.2
11632024-08-16T20:53:45.442Z Compiling aes v0.8.4
11642024-08-16T20:53:45.518Z Compiling goblin v0.8.2
11652024-08-16T20:53:45.613Z Compiling openssl-macros v0.1.1
11662024-08-16T20:53:45.978Z Compiling sct v0.7.1
11672024-08-16T20:53:46.319Z Compiling rustls-webpki v0.101.7
11682024-08-16T20:53:46.434Z Compiling pkcs5 v0.7.1
11692024-08-16T20:53:46.481Z Compiling md-5 v0.10.6
11702024-08-16T20:53:46.746Z Compiling idna v0.3.0
11712024-08-16T20:53:46.854Z Compiling hash32 v0.2.1
11722024-08-16T20:53:47.239Z Compiling pkcs8 v0.10.2
11732024-08-16T20:53:47.531Z Compiling pest_derive v2.7.10
11742024-08-16T20:53:47.950Z Compiling num-bigint-dig v0.8.4
11752024-08-16T20:53:48.225Z Compiling crc32fast v1.4.0
11762024-08-16T20:53:48.250Z Compiling stable_deref_trait v1.2.0
11772024-08-16T20:53:48.283Z Compiling fallible-iterator v0.2.0
11782024-08-16T20:53:48.330Z Compiling signal-hook v0.3.17
11792024-08-16T20:53:48.333Z Compiling dtrace-parser v0.2.0
11802024-08-16T20:53:48.363Z Compiling gimli v0.28.1
11812024-08-16T20:53:48.593Z Compiling psl-types v2.0.11
11822024-08-16T20:53:48.755Z Compiling bytes v1.7.1
11832024-08-16T20:53:48.796Z Compiling bitflags v2.6.0
11842024-08-16T20:53:49.060Z Compiling indexmap v2.4.0
11852024-08-16T20:53:49.250Z Compiling semver v1.0.23
11862024-08-16T20:53:50.030Z Compiling tokio v1.39.2
11872024-08-16T20:53:50.059Z Compiling http v0.2.12
11882024-08-16T20:53:50.511Z Compiling rustc_version v0.4.0
11892024-08-16T20:53:51.303Z Compiling heapless v0.7.17
11902024-08-16T20:53:51.748Z Compiling http-body v0.4.6
11912024-08-16T20:53:52.079Z Compiling dof v0.3.0
11922024-08-16T20:53:52.564Z Compiling uuid v1.10.0
11932024-08-16T20:53:53.427Z Compiling usdt-impl v0.5.0
11942024-08-16T20:53:53.610Z Compiling toml_datetime v0.6.8
11952024-08-16T20:53:54.000Z Compiling serde_tokenstream v0.2.2
11962024-08-16T20:53:54.131Z Compiling chrono v0.4.38
11972024-08-16T20:53:54.272Z Compiling serde_spanned v0.6.7
11982024-08-16T20:53:54.518Z Compiling cfg_aliases v0.1.1
11992024-08-16T20:53:54.598Z Compiling base64 v0.22.1
12002024-08-16T20:53:54.616Z Compiling smoltcp v0.9.1
12012024-08-16T20:53:55.057Z Compiling nix v0.28.0
12022024-08-16T20:53:55.383Z Compiling postgres-protocol v0.6.7
12032024-08-16T20:53:55.908Z Compiling terminal_size v0.3.0
12042024-08-16T20:53:55.927Z Compiling addr2line v0.21.0
12052024-08-16T20:53:56.101Z Compiling publicsuffix v2.2.3
12062024-08-16T20:53:56.496Z Compiling hubpack_derive v0.1.1
12072024-08-16T20:53:56.618Z Compiling zerocopy-derive v0.6.6
12082024-08-16T20:53:56.642Z Compiling async-trait v0.1.81
12092024-08-16T20:53:56.702Z Compiling num-iter v0.1.45
12102024-08-16T20:53:57.419Z Compiling phf_shared v0.11.2
12112024-08-16T20:53:57.690Z Compiling serde_derive_internals v0.29.1
12122024-08-16T20:53:57.781Z Compiling ff v0.13.0
12132024-08-16T20:53:57.813Z Compiling object v0.32.2
12142024-08-16T20:53:57.869Z Compiling fs-err v2.11.0
12152024-08-16T20:53:58.001Z Compiling base64 v0.21.7
12162024-08-16T20:53:58.725Z Compiling tokio-util v0.7.11
12172024-08-16T20:53:58.743Z Compiling tokio-native-tls v0.3.1
12182024-08-16T20:53:58.826Z Compiling tokio-rustls v0.24.1
12192024-08-16T20:53:58.995Z Compiling either v1.13.0
12202024-08-16T20:53:59.232Z Compiling ipnet v2.9.0
12212024-08-16T20:53:59.344Z Compiling base16ct v0.2.0
12222024-08-16T20:53:59.388Z Compiling schemars v0.8.21
12232024-08-16T20:53:59.664Z Compiling h2 v0.3.26
12242024-08-16T20:53:59.764Z Compiling winnow v0.5.40
12252024-08-16T20:54:00.100Z Compiling anyhow v1.0.86
12262024-08-16T20:54:00.358Z Compiling bitflags v1.3.2
12272024-08-16T20:54:00.462Z Compiling regex-automata v0.1.10
12282024-08-16T20:54:00.479Z Compiling rustc-demangle v0.1.24
12292024-08-16T20:54:00.712Z Compiling managed v0.8.0
12302024-08-16T20:54:00.986Z Compiling bstr v0.2.17
12312024-08-16T20:54:01.033Z Compiling clap_builder v4.5.15
12322024-08-16T20:54:01.494Z Compiling schemars_derive v0.8.21
12332024-08-16T20:54:02.523Z Compiling sec1 v0.7.3
12342024-08-16T20:54:03.093Z Compiling zerocopy v0.6.6
12352024-08-16T20:54:03.311Z Compiling toml_edit v0.19.15
12362024-08-16T20:54:03.632Z Compiling rustls-pemfile v1.0.4
12372024-08-16T20:54:04.069Z Compiling group v0.13.0
12382024-08-16T20:54:04.071Z Compiling phf v0.11.2
12392024-08-16T20:54:04.367Z Compiling hubpack v0.1.2
12402024-08-16T20:54:04.398Z Compiling cookie_store v0.20.0
12412024-08-16T20:54:05.637Z Compiling postgres-types v0.2.7
12422024-08-16T20:54:05.834Z Compiling usdt-macro v0.5.0
12432024-08-16T20:54:06.123Z Compiling usdt-attr-macro v0.5.0
12442024-08-16T20:54:07.157Z Compiling hyper v0.14.30
12452024-08-16T20:54:07.398Z Compiling serde_urlencoded v0.7.1
12462024-08-16T20:54:07.821Z Compiling pkcs1 v0.7.5
12472024-08-16T20:54:07.933Z Compiling futures-executor v0.3.30
12482024-08-16T20:54:08.338Z Compiling regex v1.10.6
12492024-08-16T20:54:08.519Z Compiling hkdf v0.12.4
12502024-08-16T20:54:08.790Z Compiling signature v2.2.0
12512024-08-16T20:54:08.848Z Compiling crypto-bigint v0.5.5
12522024-08-16T20:54:09.095Z Compiling serde_repr v0.1.19
12532024-08-16T20:54:09.451Z Compiling strum_macros v0.25.3
12542024-08-16T20:54:10.246Z Compiling enum-as-inner v0.6.0
12552024-08-16T20:54:10.322Z Compiling clap_derive v4.5.13
12562024-08-16T20:54:10.416Z Compiling phf_shared v0.10.0
12572024-08-16T20:54:10.816Z Compiling float-cmp v0.9.0
12582024-08-16T20:54:11.034Z Compiling idna v0.4.0
12592024-08-16T20:54:11.307Z Compiling mio v0.8.11
12602024-08-16T20:54:11.353Z Compiling encoding_rs v0.8.34
12612024-08-16T20:54:12.574Z Compiling unicode-segmentation v1.11.0
12622024-08-16T20:54:12.642Z Compiling predicates-core v1.0.6
12632024-08-16T20:54:13.004Z Compiling new_debug_unreachable v1.0.6
12642024-08-16T20:54:13.100Z Compiling dyn-clone v1.0.17
12652024-08-16T20:54:13.314Z Compiling webpki-roots v0.25.4
12662024-08-16T20:54:13.441Z Compiling precomputed-hash v0.1.1
12672024-08-16T20:54:13.486Z Compiling fixedbitset v0.4.2
12682024-08-16T20:54:13.552Z Compiling static_assertions v1.1.0
12692024-08-16T20:54:13.572Z Compiling mime v0.3.17
12702024-08-16T20:54:13.647Z Compiling bit-vec v0.6.3
12712024-08-16T20:54:13.941Z Compiling difflib v0.4.0
12722024-08-16T20:54:14.120Z Compiling hyper-tls v0.5.0
12732024-08-16T20:54:14.167Z Compiling hyper-rustls v0.24.2
12742024-08-16T20:54:14.465Z Compiling sync_wrapper v0.1.2
12752024-08-16T20:54:14.520Z Compiling normalize-line-endings v0.3.0
12762024-08-16T20:54:14.598Z Compiling minimal-lexical v0.2.1
12772024-08-16T20:54:14.647Z Compiling data-encoding v2.6.0
12782024-08-16T20:54:14.828Z Compiling whoami v1.5.1
12792024-08-16T20:54:15.123Z Compiling nom v7.1.3
12802024-08-16T20:54:15.382Z Compiling clap v4.5.16
12812024-08-16T20:54:15.457Z Compiling hickory-proto v0.24.1
12822024-08-16T20:54:15.505Z Compiling tokio-postgres v0.7.11
12832024-08-16T20:54:15.523Z Compiling predicates v3.1.2
12842024-08-16T20:54:15.813Z Compiling reqwest v0.11.27
12852024-08-16T20:54:17.072Z Compiling bit-set v0.5.3
12862024-08-16T20:54:17.125Z Compiling console v0.15.8
12872024-08-16T20:54:17.248Z Compiling petgraph v0.6.5
12882024-08-16T20:54:17.369Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12892024-08-16T20:54:18.666Z Compiling string_cache v0.8.7
12902024-08-16T20:54:18.901Z Compiling similar v2.5.0
12912024-08-16T20:54:19.429Z Compiling toml_edit v0.22.20
12922024-08-16T20:54:21.187Z Compiling usdt v0.5.0
12932024-08-16T20:54:21.310Z Compiling signal-hook-mio v0.2.4
12942024-08-16T20:54:21.484Z Compiling elliptic-curve v0.13.8
12952024-08-16T20:54:21.500Z Compiling rsa v0.9.6
12962024-08-16T20:54:21.721Z Compiling futures v0.3.30
12972024-08-16T20:54:22.320Z Compiling toml v0.7.8
12982024-08-16T20:54:23.709Z Compiling flate2 v1.0.31
12992024-08-16T20:54:24.025Z Compiling itertools v0.12.1
13002024-08-16T20:54:24.676Z Compiling itertools v0.10.5
13012024-08-16T20:54:24.735Z Compiling tokio-stream v0.1.15
13022024-08-16T20:54:25.744Z Compiling openapiv3 v2.0.0
13032024-08-16T20:54:25.931Z Compiling hex v0.4.3
13042024-08-16T20:54:25.976Z Compiling bstr v1.9.1
13052024-08-16T20:54:26.571Z Compiling sha1 v0.10.6
13062024-08-16T20:54:26.991Z Compiling crossbeam-epoch v0.9.18
13072024-08-16T20:54:27.196Z Compiling dirs-sys-next v0.1.2
13082024-08-16T20:54:27.505Z Compiling lalrpop-util v0.19.12
13092024-08-16T20:54:27.719Z Compiling peg-runtime v0.8.3
13102024-08-16T20:54:27.739Z Compiling unicode-xid v0.2.4
13112024-08-16T20:54:27.775Z Compiling dirs-next v2.0.0
13122024-08-16T20:54:27.839Z Compiling thread_local v1.1.8
13132024-08-16T20:54:27.866Z Compiling slog-async v2.8.0
13142024-08-16T20:54:27.904Z Compiling term v0.7.0
13152024-08-16T20:54:27.966Z Compiling xattr v1.3.1
13162024-08-16T20:54:28.235Z Compiling strum_macros v0.26.4
13172024-08-16T20:54:28.353Z Compiling crossbeam-channel v0.5.12
13182024-08-16T20:54:28.385Z Compiling filetime v0.2.24
13192024-08-16T20:54:28.470Z Compiling is-terminal v0.4.12
13202024-08-16T20:54:28.595Z Compiling take_mut v0.2.2
13212024-08-16T20:54:28.696Z Compiling tar v0.4.41
13222024-08-16T20:54:28.758Z Compiling slog-term v2.9.1
13232024-08-16T20:54:29.440Z Compiling camino v1.1.8
13242024-08-16T20:54:30.537Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13252024-08-16T20:54:31.371Z Compiling strum v0.26.3
13262024-08-16T20:54:31.627Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13272024-08-16T20:54:36.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13282024-08-16T20:54:36.906Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13292024-08-16T20:54:36.953ZAug 16 20:54:36.264 INFO Starting download, target: Cockroach
13302024-08-16T20:54:36.953ZAug 16 20:54:36.264 INFO Starting download, target: Clickhouse
13312024-08-16T20:54:36.953ZAug 16 20:54:36.264 INFO Starting download, target: Console
13322024-08-16T20:54:36.953ZAug 16 20:54:36.265 INFO Starting download, target: DendriteOpenapi
13332024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Starting download, target: DendriteStub
13342024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Starting download, target: MaghemiteMgd
13352024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Starting download, target: TransceiverControl
13362024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13372024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13382024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13392024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13402024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13412024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13422024-08-16T20:54:36.956ZAug 16 20:54:36.265 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13432024-08-16T20:54:37.229ZAug 16 20:54:36.533 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13442024-08-16T20:54:37.256ZAug 16 20:54:36.562 INFO Download complete, target: DendriteOpenapi
13452024-08-16T20:54:37.440ZAug 16 20:54:36.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13462024-08-16T20:54:37.811ZAug 16 20:54:37.122 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13472024-08-16T20:54:37.845ZAug 16 20:54:37.156 INFO Download complete, target: Console
13482024-08-16T20:54:37.903ZAug 16 20:54:37.215 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13492024-08-16T20:54:38.016ZAug 16 20:54:37.327 INFO Download complete, target: TransceiverControl
13502024-08-16T20:54:38.957ZAug 16 20:54:38.268 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13512024-08-16T20:54:39.110ZAug 16 20:54:38.421 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13522024-08-16T20:54:39.110ZAug 16 20:54:38.421 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13532024-08-16T20:54:40.821ZAug 16 20:54:40.132 INFO Download complete, target: DendriteStub
13542024-08-16T20:54:40.959ZAug 16 20:54:40.268 INFO Download complete, target: MaghemiteMgd
13552024-08-16T20:54:47.255ZAug 16 20:54:46.565 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13562024-08-16T20:54:47.548ZAug 16 20:54:46.857 INFO Checking that binary works, target: Cockroach
13572024-08-16T20:54:47.711ZAug 16 20:54:47.021 INFO Download complete, target: Cockroach
13582024-08-16T20:54:52.801ZAug 16 20:54:52.110 INFO Checking that binary works, target: Clickhouse
13592024-08-16T20:54:52.972ZAug 16 20:54:52.280 INFO Download complete, target: Clickhouse
13602024-08-16T20:54:52.991ZAll builder prerequisites installed successfully, and PATH looks valid
13612024-08-16T20:54:52.994Z
13622024-08-16T20:54:52.994Zreal 3:19.665118925
13632024-08-16T20:54:52.994Zuser 11:18.717463358
13642024-08-16T20:54:52.994Zsys 2:24.713196201
13652024-08-16T20:54:52.994Ztrap 0.428790798
13662024-08-16T20:54:52.994Ztflt 2.947514396
13672024-08-16T20:54:52.994Zdflt 3.358299426
13682024-08-16T20:54:52.994Zkflt 0.175442291
13692024-08-16T20:54:52.994Zlock 21:41.712718493
13702024-08-16T20:54:52.995Zslp 43:25.987986701
13712024-08-16T20:54:52.995Zlat 41.560633327
13722024-08-16T20:54:52.995Zstop 1:41.705727249
13732024-08-16T20:54:52.995Z+ banner hack-check
13742024-08-16T20:54:52.997Z
13752024-08-16T20:54:52.997Z # # ## #### # # #### # # ###### #### # #
13762024-08-16T20:54:52.997Z # # # # # # # # # # # # # # # # #
13772024-08-16T20:54:52.997Z ###### # # # #### ##### # ###### ##### # ####
13782024-08-16T20:54:52.997Z # # ###### # # # # # # # # # #
13792024-08-16T20:54:52.997Z # # # # # # # # # # # # # # # # #
13802024-08-16T20:54:52.997Z # # # # #### # # #### # # ###### #### # #
13812024-08-16T20:54:52.997Z
13822024-08-16T20:54:52.997Z+ export CARGO_INCREMENTAL=0
13832024-08-16T20:54:52.997Z+ CARGO_INCREMENTAL=0
13842024-08-16T20:54:52.997Z+ ptime -m timeout 2h cargo xtask check-features --ci
13852024-08-16T20:54:53.553Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13862024-08-16T20:54:57.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
13872024-08-16T20:54:57.076Z Running `target/debug/xtask check-features --ci`
13882024-08-16T20:54:57.097Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13892024-08-16T20:54:57.097Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13902024-08-16T20:54:57.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
13912024-08-16T20:54:57.608Z Running `target/debug/xtask download cargo-hack`
13922024-08-16T20:54:58.407Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13932024-08-16T20:54:58.767Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13942024-08-16T20:55:03.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
13952024-08-16T20:55:03.514Z Running `target/debug/xtask-downloader cargo-hack`
13962024-08-16T20:55:03.549ZAug 16 20:55:02.853 INFO Starting download, target: CargoHack
13972024-08-16T20:55:03.552ZAug 16 20:55:02.854 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13982024-08-16T20:55:04.171ZAug 16 20:55:03.478 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13992024-08-16T20:55:04.272ZAug 16 20:55:03.579 INFO Download complete, target: CargoHack
14002024-08-16T20:55:04.276Zrunning: "/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"
14012024-08-16T20:55:04.292Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14022024-08-16T20:55:04.447Zinfo: running `cargo check --bins` on api_identity (1/150)
14032024-08-16T20:55:04.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14042024-08-16T20:55:04.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14052024-08-16T20:55:04.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14062024-08-16T20:55:04.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14072024-08-16T20:55:05.050Z
14082024-08-16T20:55:05.050Zinfo: running `cargo check --bins` on bootstore (2/150)
14092024-08-16T20:55:05.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14102024-08-16T20:55:05.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14112024-08-16T20:55:05.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14122024-08-16T20:55:05.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14132024-08-16T20:55:05.711Z
14142024-08-16T20:55:05.711Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/150)
14152024-08-16T20:55:06.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-08-16T20:55:06.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-08-16T20:55:06.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-08-16T20:55:06.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14192024-08-16T20:55:06.343Z
14202024-08-16T20:55:06.343Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150)
14212024-08-16T20:55:06.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-08-16T20:55:06.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-08-16T20:55:06.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-08-16T20:55:06.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14252024-08-16T20:55:06.976Z
14262024-08-16T20:55:06.976Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150)
14272024-08-16T20:55:07.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-08-16T20:55:07.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-08-16T20:55:07.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-08-16T20:55:07.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14312024-08-16T20:55:07.441Z
14322024-08-16T20:55:07.441Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150)
14332024-08-16T20:55:07.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-08-16T20:55:07.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-08-16T20:55:07.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-08-16T20:55:07.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14372024-08-16T20:55:07.903Z
14382024-08-16T20:55:07.903Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150)
14392024-08-16T20:55:08.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-08-16T20:55:08.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-08-16T20:55:08.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-08-16T20:55:08.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14432024-08-16T20:55:08.364Z
14442024-08-16T20:55:08.364Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150)
14452024-08-16T20:55:08.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-08-16T20:55:08.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-08-16T20:55:08.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-08-16T20:55:08.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14492024-08-16T20:55:08.840Z
14502024-08-16T20:55:08.840Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150)
14512024-08-16T20:55:09.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-08-16T20:55:09.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-08-16T20:55:09.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-08-16T20:55:09.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14552024-08-16T20:55:09.316Z
14562024-08-16T20:55:09.316Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150)
14572024-08-16T20:55:09.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-08-16T20:55:09.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-08-16T20:55:09.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-08-16T20:55:09.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14612024-08-16T20:55:09.774Z
14622024-08-16T20:55:09.774Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150)
14632024-08-16T20:55:10.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-08-16T20:55:10.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-08-16T20:55:10.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-08-16T20:55:10.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14672024-08-16T20:55:10.227Z
14682024-08-16T20:55:10.227Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150)
14692024-08-16T20:55:10.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-08-16T20:55:10.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-08-16T20:55:10.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-08-16T20:55:10.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14732024-08-16T20:55:10.692Z
14742024-08-16T20:55:10.692Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150)
14752024-08-16T20:55:11.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-08-16T20:55:11.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-08-16T20:55:11.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-08-16T20:55:11.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14792024-08-16T20:55:11.158Z
14802024-08-16T20:55:11.158Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150)
14812024-08-16T20:55:11.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-08-16T20:55:11.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-08-16T20:55:11.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-08-16T20:55:11.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14852024-08-16T20:55:11.634Z
14862024-08-16T20:55:11.634Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150)
14872024-08-16T20:55:12.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-08-16T20:55:12.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-08-16T20:55:12.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-08-16T20:55:12.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14912024-08-16T20:55:12.111Z
14922024-08-16T20:55:12.111Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150)
14932024-08-16T20:55:12.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-08-16T20:55:12.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-08-16T20:55:12.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-08-16T20:55:12.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14972024-08-16T20:55:12.583Z
14982024-08-16T20:55:12.583Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150)
14992024-08-16T20:55:13.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-08-16T20:55:13.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-08-16T20:55:13.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-08-16T20:55:13.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15032024-08-16T20:55:13.049Z
15042024-08-16T20:55:13.049Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150)
15052024-08-16T20:55:13.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-08-16T20:55:13.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-08-16T20:55:13.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-08-16T20:55:13.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15092024-08-16T20:55:13.529Z
15102024-08-16T20:55:13.529Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150)
15112024-08-16T20:55:13.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-08-16T20:55:13.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-08-16T20:55:13.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-08-16T20:55:13.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15152024-08-16T20:55:14.003Z
15162024-08-16T20:55:14.003Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150)
15172024-08-16T20:55:14.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-08-16T20:55:14.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-08-16T20:55:14.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-08-16T20:55:14.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15212024-08-16T20:55:14.465Z
15222024-08-16T20:55:14.465Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150)
15232024-08-16T20:55:14.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-08-16T20:55:14.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-08-16T20:55:14.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-08-16T20:55:14.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15272024-08-16T20:55:14.934Z
15282024-08-16T20:55:14.934Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150)
15292024-08-16T20:55:15.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-08-16T20:55:15.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-08-16T20:55:15.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-08-16T20:55:15.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15332024-08-16T20:55:15.401Z
15342024-08-16T20:55:15.401Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150)
15352024-08-16T20:55:15.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-08-16T20:55:15.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-08-16T20:55:15.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-08-16T20:55:15.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15392024-08-16T20:55:15.882Z
15402024-08-16T20:55:15.882Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150)
15412024-08-16T20:55:16.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-08-16T20:55:16.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-08-16T20:55:16.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-08-16T20:55:16.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15452024-08-16T20:55:16.342Z
15462024-08-16T20:55:16.342Zinfo: running `cargo check --bins` on sled-hardware-types (25/150)
15472024-08-16T20:55:16.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-08-16T20:55:16.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-08-16T20:55:16.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15502024-08-16T20:55:16.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15512024-08-16T20:55:16.983Z
15522024-08-16T20:55:16.983Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/150)
15532024-08-16T20:55:17.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15542024-08-16T20:55:17.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15552024-08-16T20:55:17.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15562024-08-16T20:55:17.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
15572024-08-16T20:55:17.618Z
15582024-08-16T20:55:17.618Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150)
15592024-08-16T20:55:18.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15602024-08-16T20:55:18.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15612024-08-16T20:55:18.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15622024-08-16T20:55:18.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15632024-08-16T20:55:18.265Z
15642024-08-16T20:55:18.265Zinfo: running `cargo check --bins` on oxlog (28/150)
15652024-08-16T20:55:18.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15662024-08-16T20:55:18.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15672024-08-16T20:55:18.867Z Checking cfg-if v1.0.0
15682024-08-16T20:55:18.869Z Checking libc v0.2.155
15692024-08-16T20:55:18.953Z Checking memchr v2.7.2
15702024-08-16T20:55:18.967Z Checking serde v1.0.207
15712024-08-16T20:55:18.974Z Checking zeroize v1.7.0
15722024-08-16T20:55:18.976Z Checking scopeguard v1.2.0
15732024-08-16T20:55:18.992Z Checking typenum v1.17.0
15742024-08-16T20:55:18.995Z Checking byteorder v1.5.0
15752024-08-16T20:55:19.017Z Checking log v0.4.21
15762024-08-16T20:55:19.090Z Checking lock_api v0.4.12
15772024-08-16T20:55:19.235Z Checking subtle v2.5.0
15782024-08-16T20:55:19.314Z Checking const-oid v0.9.6
15792024-08-16T20:55:19.396Z Checking once_cell v1.19.0
15802024-08-16T20:55:19.471Z Checking itoa v1.0.11
15812024-08-16T20:55:19.499Z Checking smallvec v1.13.2
15822024-08-16T20:55:19.672Z Checking pin-project-lite v0.2.14
15832024-08-16T20:55:19.698Z Checking spin v0.9.8
15842024-08-16T20:55:19.795Z Checking zerocopy v0.7.34
15852024-08-16T20:55:19.815Z Checking tinyvec_macros v0.1.1
15862024-08-16T20:55:19.863Z Checking futures-core v0.3.30
15872024-08-16T20:55:19.888Z Checking tinyvec v1.6.0
15882024-08-16T20:55:20.038Z Checking cpufeatures v0.2.12
15892024-08-16T20:55:20.055Z Checking unicode-bidi v0.3.15
15902024-08-16T20:55:20.092Z Checking getrandom v0.2.14
15912024-08-16T20:55:20.132Z Checking signal-hook-registry v1.4.2
15922024-08-16T20:55:20.243Z Checking generic-array v0.14.7
15932024-08-16T20:55:20.354Z Checking rand_core v0.6.4
15942024-08-16T20:55:20.373Z Checking parking_lot_core v0.9.10
15952024-08-16T20:55:20.647Z Checking mio v1.0.2
15962024-08-16T20:55:20.662Z Checking socket2 v0.5.7
15972024-08-16T20:55:20.715Z Checking parking_lot v0.12.2
15982024-08-16T20:55:21.068Z Checking futures-sink v0.3.30
15992024-08-16T20:55:21.102Z Checking allocator-api2 v0.2.18
16002024-08-16T20:55:21.127Z Checking libm v0.2.8
16012024-08-16T20:55:21.189Z Checking unicode-normalization v0.1.23
16022024-08-16T20:55:21.202Z Checking ryu v1.0.18
16032024-08-16T20:55:21.216Z Checking ahash v0.8.11
16042024-08-16T20:55:21.259Z Checking equivalent v1.0.1
16052024-08-16T20:55:21.368Z Checking futures-channel v0.3.30
16062024-08-16T20:55:21.400Z Checking crypto-common v0.1.6
16072024-08-16T20:55:21.429Z Checking block-buffer v0.10.4
16082024-08-16T20:55:21.586Z Checking block-padding v0.3.3
16092024-08-16T20:55:21.650Z Checking digest v0.10.7
16102024-08-16T20:55:21.724Z Checking slab v0.4.9
16112024-08-16T20:55:21.739Z Checking futures-io v0.3.30
16122024-08-16T20:55:21.742Z Checking hashbrown v0.14.5
16132024-08-16T20:55:21.790Z Checking inout v0.1.3
16142024-08-16T20:55:21.933Z Checking pin-utils v0.1.0
16152024-08-16T20:55:21.973Z Checking futures-task v0.3.30
16162024-08-16T20:55:22.007Z Checking cipher v0.4.4
16172024-08-16T20:55:22.022Z Checking hmac v0.12.1
16182024-08-16T20:55:22.024Z Checking sha2 v0.10.8
16192024-08-16T20:55:22.024Z Checking num-traits v0.2.19
16202024-08-16T20:55:22.074Z Checking base64ct v1.6.0
16212024-08-16T20:55:22.187Z Checking futures-util v0.3.30
16222024-08-16T20:55:22.240Z Checking ppv-lite86 v0.2.17
16232024-08-16T20:55:22.401Z Checking flagset v0.4.5
16242024-08-16T20:55:22.518Z Checking pem-rfc7468 v0.7.0
16252024-08-16T20:55:22.556Z Checking percent-encoding v2.3.1
16262024-08-16T20:55:22.595Z Checking salsa20 v0.10.2
16272024-08-16T20:55:22.758Z Checking pbkdf2 v0.12.2
16282024-08-16T20:55:22.771Z Checking der v0.7.9
16292024-08-16T20:55:22.799Z Checking tracing-core v0.1.32
16302024-08-16T20:55:22.903Z Checking fnv v1.0.7
16312024-08-16T20:55:22.919Z Checking untrusted v0.9.0
16322024-08-16T20:55:22.940Z Checking rand_chacha v0.3.1
16332024-08-16T20:55:23.032Z Checking scrypt v0.11.0
16342024-08-16T20:55:23.074Z Checking ring v0.17.8
16352024-08-16T20:55:23.256Z Checking cbc v0.1.2
16362024-08-16T20:55:23.308Z Checking rand v0.8.5
16372024-08-16T20:55:23.435Z Checking tracing v0.1.40
16382024-08-16T20:55:23.449Z Checking aes v0.8.4
16392024-08-16T20:55:23.776Z Checking thiserror v1.0.63
16402024-08-16T20:55:23.812Z Checking foreign-types-shared v0.1.1
16412024-08-16T20:55:23.909Z Checking form_urlencoded v1.2.1
16422024-08-16T20:55:23.932Z Checking foreign-types v0.3.2
16432024-08-16T20:55:23.964Z Checking bytes v1.7.1
16442024-08-16T20:55:24.032Z Checking bitflags v2.6.0
16452024-08-16T20:55:24.122Z Checking indexmap v2.4.0
16462024-08-16T20:55:24.335Z Checking serde_json v1.0.125
16472024-08-16T20:55:24.401Z Checking openssl-sys v0.9.103
16482024-08-16T20:55:24.528Z Checking lazy_static v1.5.0
16492024-08-16T20:55:24.563Z Checking spki v0.7.3
16502024-08-16T20:55:24.647Z Checking powerfmt v0.2.0
16512024-08-16T20:55:24.784Z Checking tokio v1.39.2
16522024-08-16T20:55:24.848Z Checking http v0.2.12
16532024-08-16T20:55:24.869Z Checking pkcs5 v0.7.1
16542024-08-16T20:55:24.914Z Checking try-lock v0.2.5
16552024-08-16T20:55:25.040Z Checking siphasher v0.3.11
16562024-08-16T20:55:25.346Z Checking unicode-ident v1.0.12
16572024-08-16T20:55:25.386Z Checking pkcs8 v0.10.2
16582024-08-16T20:55:25.442Z Checking want v0.3.1
16592024-08-16T20:55:25.507Z Checking proc-macro2 v1.0.86
16602024-08-16T20:55:25.619Z Checking deranged v0.3.11
16612024-08-16T20:55:25.663Z Checking openssl v0.10.66
16622024-08-16T20:55:25.689Z Checking sct v0.7.1
16632024-08-16T20:55:25.893Z Checking rustls-webpki v0.101.7
16642024-08-16T20:55:26.011Z Checking uuid v1.10.0
16652024-08-16T20:55:26.171Z Checking idna v0.5.0
16662024-08-16T20:55:26.188Z Checking http-body v0.4.6
16672024-08-16T20:55:26.582Z Checking errno v0.3.9
16682024-08-16T20:55:26.600Z Checking httparse v1.8.0
16692024-08-16T20:55:26.613Z Checking scroll v0.12.0
16702024-08-16T20:55:26.746Z Checking aho-corasick v1.1.3
16712024-08-16T20:55:27.015Z Checking regex-syntax v0.8.4
16722024-08-16T20:55:27.045Z Checking finl_unicode v1.2.0
16732024-08-16T20:55:27.064Z Checking tower-service v0.3.2
16742024-08-16T20:55:27.183Z Checking utf8parse v0.2.1
16752024-08-16T20:55:27.285Z Checking adler v1.0.2
16762024-08-16T20:55:27.313Z Checking time-core v0.1.2
16772024-08-16T20:55:27.415Z Checking anstyle v1.0.8
16782024-08-16T20:55:27.436Z Checking httpdate v1.0.3
16792024-08-16T20:55:27.467Z Checking openssl-probe v0.1.5
16802024-08-16T20:55:27.611Z Checking ucd-trie v0.1.6
16812024-08-16T20:55:27.615Z Checking num_threads v0.1.7
16822024-08-16T20:55:27.648Z Checking plain v0.2.3
16832024-08-16T20:55:27.726Z Checking iana-time-zone v0.1.60
16842024-08-16T20:55:27.738Z Checking num-conv v0.1.0
16852024-08-16T20:55:27.792Z Checking goblin v0.8.2
16862024-08-16T20:55:27.826Z Checking pest v2.7.10
16872024-08-16T20:55:27.861Z Checking chrono v0.4.38
16882024-08-16T20:55:27.969Z Checking time v0.3.36
16892024-08-16T20:55:28.360Z Checking stringprep v0.1.4
16902024-08-16T20:55:28.644Z Checking miniz_oxide v0.7.2
16912024-08-16T20:55:29.445Z Checking anstyle-parse v0.2.4
16922024-08-16T20:55:29.712Z Checking url v2.5.2
16932024-08-16T20:55:29.933Z Checking rustix v0.38.34
16942024-08-16T20:55:30.235Z Checking regex-automata v0.4.6
16952024-08-16T20:55:30.413Z Checking rustls v0.21.12
16962024-08-16T20:55:30.416Z Checking quote v1.0.36
16972024-08-16T20:55:30.485Z Checking serde_spanned v0.6.7
16982024-08-16T20:55:30.687Z Checking toml_datetime v0.6.8
16992024-08-16T20:55:30.747Z Checking num-integer v0.1.46
17002024-08-16T20:55:30.977Z Checking idna v0.3.0
17012024-08-16T20:55:30.991Z Checking native-tls v0.2.11
17022024-08-16T20:55:31.232Z Checking md-5 v0.10.6
17032024-08-16T20:55:31.273Z Checking hash32 v0.2.1
17042024-08-16T20:55:31.452Z Checking base64 v0.22.1
17052024-08-16T20:55:31.589Z Checking gimli v0.28.1
17062024-08-16T20:55:31.735Z Checking tokio-util v0.7.11
17072024-08-16T20:55:31.833Z Checking stable_deref_trait v1.2.0
17082024-08-16T20:55:31.836Z Checking fallible-iterator v0.2.0
17092024-08-16T20:55:31.915Z Checking anstyle-query v1.0.3
17102024-08-16T20:55:31.933Z Checking psl-types v2.0.11
17112024-08-16T20:55:32.036Z Checking colorchoice v1.0.1
17122024-08-16T20:55:32.109Z Checking is_terminal_polyfill v1.70.0
17132024-08-16T20:55:32.161Z Checking pretty-hex v0.4.1
17142024-08-16T20:55:32.220Z Checking anstream v0.6.14
17152024-08-16T20:55:32.322Z Checking publicsuffix v2.2.3
17162024-08-16T20:55:32.465Z Checking postgres-protocol v0.6.7
17172024-08-16T20:55:32.549Z Checking heapless v0.7.17
17182024-08-16T20:55:32.575Z Checking h2 v0.3.26
17192024-08-16T20:55:32.577Z Checking terminal_size v0.3.0
17202024-08-16T20:55:32.745Z Checking tokio-native-tls v0.3.1
17212024-08-16T20:55:32.898Z Checking dof v0.3.0
17222024-08-16T20:55:32.999Z Checking num-iter v0.1.45
17232024-08-16T20:55:33.108Z Checking syn v2.0.74
17242024-08-16T20:55:33.173Z Checking dtrace-parser v0.2.0
17252024-08-16T20:55:33.497Z Checking cookie v0.17.0
17262024-08-16T20:55:33.568Z Checking tokio-rustls v0.24.1
17272024-08-16T20:55:33.587Z Checking phf_shared v0.11.2
17282024-08-16T20:55:33.613Z Checking ff v0.13.0
17292024-08-16T20:55:33.825Z Checking thread-id v4.2.1
17302024-08-16T20:55:33.856Z Checking object v0.32.2
17312024-08-16T20:55:33.923Z Checking strsim v0.11.1
17322024-08-16T20:55:33.937Z Checking bitflags v1.3.2
17332024-08-16T20:55:33.940Z Checking winnow v0.5.40
17342024-08-16T20:55:34.039Z Checking regex-automata v0.1.10
17352024-08-16T20:55:34.203Z Checking base16ct v0.2.0
17362024-08-16T20:55:34.386Z Checking ipnet v2.9.0
17372024-08-16T20:55:34.421Z Checking rustc-demangle v0.1.24
17382024-08-16T20:55:34.670Z Checking either v1.13.0
17392024-08-16T20:55:34.830Z Checking managed v0.8.0
17402024-08-16T20:55:34.843Z Checking clap_lex v0.7.0
17412024-08-16T20:55:35.049Z Checking base64 v0.21.7
17422024-08-16T20:55:35.091Z Checking clap_builder v4.5.15
17432024-08-16T20:55:35.204Z Checking smoltcp v0.9.1
17442024-08-16T20:55:35.499Z Checking rustls-pemfile v1.0.4
17452024-08-16T20:55:35.560Z Checking addr2line v0.21.0
17462024-08-16T20:55:35.689Z Checking regex v1.10.6
17472024-08-16T20:55:36.092Z Checking bstr v0.2.17
17482024-08-16T20:55:36.312Z Checking sec1 v0.7.3
17492024-08-16T20:55:36.680Z Checking cookie_store v0.20.0
17502024-08-16T20:55:36.699Z Checking phf v0.11.2
17512024-08-16T20:55:36.945Z Checking group v0.13.0
17522024-08-16T20:55:36.958Z Checking num-bigint-dig v0.8.4
17532024-08-16T20:55:36.961Z Checking toml_edit v0.19.15
17542024-08-16T20:55:37.191Z Checking postgres-types v0.2.7
17552024-08-16T20:55:37.286Z Checking futures-executor v0.3.30
17562024-08-16T20:55:37.514Z Checking pkcs1 v0.7.5
17572024-08-16T20:55:37.909Z Checking phf_shared v0.10.0
17582024-08-16T20:55:37.923Z Checking serde_urlencoded v0.7.1
17592024-08-16T20:55:38.102Z Checking hubpack v0.1.2
17602024-08-16T20:55:38.180Z Checking zerocopy v0.6.6
17612024-08-16T20:55:38.347Z Checking float-cmp v0.9.0
17622024-08-16T20:55:38.400Z Checking crc32fast v1.4.0
17632024-08-16T20:55:38.519Z Checking crossbeam-utils v0.8.19
17642024-08-16T20:55:38.617Z Checking signal-hook v0.3.17
17652024-08-16T20:55:38.839Z Checking hyper v0.14.30
17662024-08-16T20:55:38.896Z Checking hkdf v0.12.4
17672024-08-16T20:55:38.950Z Checking idna v0.4.0
17682024-08-16T20:55:39.068Z Checking signature v2.2.0
17692024-08-16T20:55:39.088Z Checking crypto-bigint v0.5.5
17702024-08-16T20:55:39.191Z Checking memmap v0.7.0
17712024-08-16T20:55:39.253Z Checking mio v0.8.11
17722024-08-16T20:55:39.372Z Checking usdt-impl v0.5.0
17732024-08-16T20:55:39.389Z Checking encoding_rs v0.8.34
17742024-08-16T20:55:39.404Z Checking data-encoding v2.6.0
17752024-08-16T20:55:39.755Z Checking backtrace v0.3.71
17762024-08-16T20:55:39.769Z Checking dyn-clone v1.0.17
17772024-08-16T20:55:39.859Z Checking webpki-roots v0.25.4
17782024-08-16T20:55:39.896Z Checking minimal-lexical v0.2.1
17792024-08-16T20:55:39.911Z Checking predicates-core v1.0.6
17802024-08-16T20:55:40.004Z Checking mime v0.3.17
17812024-08-16T20:55:40.018Z Checking difflib v0.4.0
17822024-08-16T20:55:40.074Z Checking fixedbitset v0.4.2
17832024-08-16T20:55:40.288Z Checking unicode-segmentation v1.11.0
17842024-08-16T20:55:40.303Z Checking static_assertions v1.1.0
17852024-08-16T20:55:40.317Z Checking sync_wrapper v0.1.2
17862024-08-16T20:55:40.330Z Checking bit-vec v0.6.3
17872024-08-16T20:55:40.343Z Checking whoami v1.5.1
17882024-08-16T20:55:40.388Z Checking normalize-line-endings v0.3.0
17892024-08-16T20:55:40.430Z Checking winnow v0.6.18
17902024-08-16T20:55:40.511Z Checking precomputed-hash v0.1.1
17912024-08-16T20:55:40.625Z Checking unicode-width v0.1.13
17922024-08-16T20:55:40.639Z Checking new_debug_unreachable v1.0.6
17932024-08-16T20:55:40.654Z Checking bit-set v0.5.3
17942024-08-16T20:55:40.724Z Checking string_cache v0.8.7
17952024-08-16T20:55:40.809Z Checking console v0.15.8
17962024-08-16T20:55:40.899Z Checking tokio-postgres v0.7.11
17972024-08-16T20:55:40.942Z Checking similar v2.5.0
17982024-08-16T20:55:41.006Z Checking predicates v3.1.2
17992024-08-16T20:55:41.404Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18002024-08-16T20:55:41.646Z Checking petgraph v0.6.5
18012024-08-16T20:55:41.672Z Checking anyhow v1.0.86
18022024-08-16T20:55:41.757Z Checking elliptic-curve v0.13.8
18032024-08-16T20:55:41.788Z Checking nom v7.1.3
18042024-08-16T20:55:42.059Z Checking hickory-proto v0.24.1
18052024-08-16T20:55:42.427Z Checking usdt v0.5.0
18062024-08-16T20:55:42.690Z Checking schemars v0.8.21
18072024-08-16T20:55:43.386Z Checking toml_edit v0.22.20
18082024-08-16T20:55:43.848Z Checking signal-hook-mio v0.2.4
18092024-08-16T20:55:44.004Z Checking toml v0.7.8
18102024-08-16T20:55:44.349Z Checking rsa v0.9.6
18112024-08-16T20:55:44.677Z Checking crossbeam-epoch v0.9.18
18122024-08-16T20:55:44.731Z Checking flate2 v1.0.31
18132024-08-16T20:55:44.949Z Checking hyper-rustls v0.24.2
18142024-08-16T20:55:44.969Z Checking hyper-tls v0.5.0
18152024-08-16T20:55:45.117Z Checking clap v4.5.16
18162024-08-16T20:55:45.235Z Checking futures v0.3.30
18172024-08-16T20:55:45.253Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18182024-08-16T20:55:45.267Z Checking reqwest v0.11.27
18192024-08-16T20:55:45.288Z Checking itertools v0.12.1
18202024-08-16T20:55:45.332Z Checking itertools v0.10.5
18212024-08-16T20:55:45.346Z Checking bstr v1.9.1
18222024-08-16T20:55:45.388Z Checking tokio-stream v0.1.15
18232024-08-16T20:55:46.132Z Checking fs-err v2.11.0
18242024-08-16T20:55:46.156Z Checking nix v0.28.0
18252024-08-16T20:55:46.266Z Checking slog v2.7.0
18262024-08-16T20:55:46.292Z Checking openapiv3 v2.0.0
18272024-08-16T20:55:46.685Z Checking semver v1.0.23
18282024-08-16T20:55:46.733Z Checking hex v0.4.3
18292024-08-16T20:55:46.748Z Checking sha1 v0.10.6
18302024-08-16T20:55:46.901Z Checking peg-runtime v0.8.3
18312024-08-16T20:55:47.022Z Checking lalrpop-util v0.19.12
18322024-08-16T20:55:47.071Z Checking camino v1.1.8
18332024-08-16T20:55:47.114Z Checking sigpipe v0.1.3
18342024-08-16T20:55:48.886Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18352024-08-16T20:55:49.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.92s
18362024-08-16T20:55:49.330Z
18372024-08-16T20:55:49.330Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150)
18382024-08-16T20:55:49.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392024-08-16T20:55:49.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402024-08-16T20:55:50.001Z Compiling regress v0.9.1
18412024-08-16T20:55:50.096Z Checking strum v0.26.3
18422024-08-16T20:55:50.113Z Checking heck v0.5.0
18432024-08-16T20:55:50.123Z Compiling getopts v0.2.21
18442024-08-16T20:55:50.125Z Checking dirs-sys-next v0.1.2
18452024-08-16T20:55:50.134Z Compiling unsafe-libyaml v0.2.11
18462024-08-16T20:55:50.212Z Checking http v1.1.0
18472024-08-16T20:55:50.277Z Checking thread_local v1.1.8
18482024-08-16T20:55:50.291Z Checking dirs-next v2.0.0
18492024-08-16T20:55:50.415Z Checking rustls-pki-types v1.7.0
18502024-08-16T20:55:50.454Z Compiling ident_case v1.0.1
18512024-08-16T20:55:50.537Z Checking term v0.7.0
18522024-08-16T20:55:50.614Z Compiling darling_core v0.20.9
18532024-08-16T20:55:50.860Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18542024-08-16T20:55:50.985Z Checking crossbeam-channel v0.5.12
18552024-08-16T20:55:51.010Z Checking atty v0.2.14
18562024-08-16T20:55:51.134Z Checking is-terminal v0.4.12
18572024-08-16T20:55:51.180Z Checking take_mut v0.2.2
18582024-08-16T20:55:51.253Z Checking utf-8 v0.7.6
18592024-08-16T20:55:51.323Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18602024-08-16T20:55:51.447Z Compiling serde_yaml v0.9.34+deprecated
18612024-08-16T20:55:51.558Z Compiling rustls v0.22.4
18622024-08-16T20:55:51.679Z Checking termcolor v1.4.1
18632024-08-16T20:55:51.709Z Checking humantime v2.1.0
18642024-08-16T20:55:51.838Z Compiling paste v1.0.15
18652024-08-16T20:55:52.023Z Checking slog-async v2.8.0
18662024-08-16T20:55:52.060Z Checking slog-term v2.9.1
18672024-08-16T20:55:52.107Z Checking env_logger v0.9.3
18682024-08-16T20:55:52.300Z Checking rustls-webpki v0.102.4
18692024-08-16T20:55:52.451Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18702024-08-16T20:55:52.550Z Compiling proc-macro-crate v1.3.1
18712024-08-16T20:55:52.564Z Compiling bitstruct_derive v0.1.0
18722024-08-16T20:55:52.809Z Compiling structmeta-derive v0.3.0
18732024-08-16T20:55:53.061Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18742024-08-16T20:55:53.197Z Compiling multer v3.1.0
18752024-08-16T20:55:53.512Z Checking ascii v1.1.0
18762024-08-16T20:55:53.530Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18772024-08-16T20:55:53.926Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18782024-08-16T20:55:53.947Z Checking match_cfg v0.1.0
18792024-08-16T20:55:54.041Z Checking hostname v0.3.1
18802024-08-16T20:55:54.180Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18812024-08-16T20:55:54.267Z Checking bitstruct v0.1.1
18822024-08-16T20:55:54.383Z Compiling num_enum_derive v0.5.11
18832024-08-16T20:55:55.101Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18842024-08-16T20:55:55.268Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18852024-08-16T20:55:55.608Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-08-16T20:55:55.843Z Compiling structmeta v0.3.0
18872024-08-16T20:55:55.906Z Checking slog-json v2.6.1
18882024-08-16T20:55:56.055Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18892024-08-16T20:55:56.149Z Checking serde_arrays v0.1.0
18902024-08-16T20:55:56.273Z Checking erased-serde v0.3.31
18912024-08-16T20:55:56.303Z Compiling foreign-types-macros v0.2.3
18922024-08-16T20:55:56.319Z Compiling async-stream-impl v0.3.5
18932024-08-16T20:55:56.767Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18942024-08-16T20:55:57.070Z Checking arc-swap v1.7.1
18952024-08-16T20:55:57.085Z Checking foreign-types-shared v0.3.1
18962024-08-16T20:55:57.190Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18972024-08-16T20:55:57.356Z Checking atomic-waker v1.1.2
18982024-08-16T20:55:57.479Z Checking waitgroup v0.1.2
18992024-08-16T20:55:57.494Z Checking slog-scope v4.4.0
19002024-08-16T20:55:57.526Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19012024-08-16T20:55:57.604Z Checking foreign-types v0.5.0
19022024-08-16T20:55:57.644Z Checking async-stream v0.3.5
19032024-08-16T20:55:57.658Z Compiling darling_macro v0.20.9
19042024-08-16T20:55:57.678Z Checking num_enum v0.5.11
19052024-08-16T20:55:57.692Z Compiling parse-display-derive v0.10.0
19062024-08-16T20:55:57.705Z Checking slog-bunyan v2.5.0
19072024-08-16T20:55:57.817Z Compiling proc-macro-error v1.0.4
19082024-08-16T20:55:58.006Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19092024-08-16T20:55:58.114Z Checking toml v0.8.19
19102024-08-16T20:55:58.372Z Checking tungstenite v0.20.1
19112024-08-16T20:55:58.473Z Checking rustls-pemfile v2.1.3
19122024-08-16T20:55:58.614Z Compiling darling v0.20.9
19132024-08-16T20:55:58.709Z Compiling heck v0.3.3
19142024-08-16T20:55:58.737Z Compiling serde_with_macros v3.8.3
19152024-08-16T20:55:58.763Z Checking tokio-rustls v0.25.0
19162024-08-16T20:55:58.879Z Checking ipnetwork v0.20.0
19172024-08-16T20:55:59.166Z Checking newtype-uuid v1.1.0
19182024-08-16T20:55:59.182Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19192024-08-16T20:55:59.268Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19202024-08-16T20:55:59.290Z Checking serde_path_to_error v0.1.16
19212024-08-16T20:55:59.409Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19222024-08-16T20:55:59.913Z Checking cstr-argument v0.1.2
19232024-08-16T20:56:00.025Z Checking hostname v0.4.0
19242024-08-16T20:56:00.096Z Checking instant v0.1.12
19252024-08-16T20:56:00.166Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19262024-08-16T20:56:00.182Z Checking pretty-hex v0.2.1
19272024-08-16T20:56:00.209Z Checking fastrand v2.1.0
19282024-08-16T20:56:00.342Z Checking debug-ignore v1.0.5
19292024-08-16T20:56:00.480Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19302024-08-16T20:56:00.498Z Checking backoff v0.4.0
19312024-08-16T20:56:00.543Z Checking tempfile v3.10.1
19322024-08-16T20:56:00.745Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19332024-08-16T20:56:00.791Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19342024-08-16T20:56:00.910Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19352024-08-16T20:56:01.040Z Checking tokio-tungstenite v0.20.1
19362024-08-16T20:56:01.085Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19372024-08-16T20:56:01.127Z Compiling zone_cfg_derive v0.1.2
19382024-08-16T20:56:01.436Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19392024-08-16T20:56:01.487Z Checking slog-stdlog v4.1.1
19402024-08-16T20:56:01.644Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19412024-08-16T20:56:01.784Z Checking serde_with v3.8.3
19422024-08-16T20:56:01.798Z Checking tungstenite v0.21.0
19432024-08-16T20:56:02.192Z Checking colored v2.1.0
19442024-08-16T20:56:02.346Z Checking parse-display v0.10.0
19452024-08-16T20:56:02.495Z Checking macaddr v1.0.1
19462024-08-16T20:56:02.583Z Checking socket2 v0.4.10
19472024-08-16T20:56:02.635Z Checking base64 v0.13.1
19482024-08-16T20:56:02.710Z Checking tokio-tungstenite v0.21.0
19492024-08-16T20:56:02.855Z Checking zone v0.1.8
19502024-08-16T20:56:03.031Z Checking ron v0.7.1
19512024-08-16T20:56:03.165Z Checking slog-envlogger v2.2.0
19522024-08-16T20:56:03.383Z Checking pem v3.0.4
19532024-08-16T20:56:03.536Z Checking tabwriter v1.4.0
19542024-08-16T20:56:03.651Z Checking xattr v1.3.1
19552024-08-16T20:56:03.770Z Checking portpicker v0.1.1
19562024-08-16T20:56:03.848Z Checking yasna v0.5.2
19572024-08-16T20:56:03.950Z Checking headers-core v0.2.0
19582024-08-16T20:56:04.084Z Checking smf v0.2.3
19592024-08-16T20:56:04.125Z Checking filetime v0.2.24
19602024-08-16T20:56:04.344Z Checking same-file v1.0.6
19612024-08-16T20:56:04.524Z Checking walkdir v2.5.0
19622024-08-16T20:56:04.542Z Checking tar v0.4.41
19632024-08-16T20:56:04.784Z Checking rcgen v0.12.1
19642024-08-16T20:56:04.799Z Checking headers v0.3.9
19652024-08-16T20:56:04.839Z Checking camino-tempfile v1.1.1
19662024-08-16T20:56:05.069Z Checking atomicwrites v0.4.3
19672024-08-16T20:56:05.126Z Checking subprocess v0.2.9
19682024-08-16T20:56:06.239Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19692024-08-16T20:56:06.521Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19702024-08-16T20:56:08.098Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19712024-08-16T20:56:10.005Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19722024-08-16T20:56:10.072Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19732024-08-16T20:56:13.192Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19742024-08-16T20:56:19.608Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19752024-08-16T20:56:19.738Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19762024-08-16T20:56:19.738Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19772024-08-16T20:56:22.184Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19782024-08-16T20:56:22.641Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19792024-08-16T20:56:28.507Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19802024-08-16T20:56:29.949Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19812024-08-16T20:56:31.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.70s
19822024-08-16T20:56:31.190Z
19832024-08-16T20:56:31.190Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150)
19842024-08-16T20:56:31.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852024-08-16T20:56:31.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862024-08-16T20:56:31.854Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19872024-08-16T20:56:33.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
19882024-08-16T20:56:33.230Z
19892024-08-16T20:56:33.230Zinfo: running `cargo check --bins` on nexus-config (31/150)
19902024-08-16T20:56:33.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912024-08-16T20:56:33.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922024-08-16T20:56:33.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932024-08-16T20:56:33.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19942024-08-16T20:56:33.858Z
19952024-08-16T20:56:33.858Zinfo: running `cargo check --bins` on omicron-rpaths (32/150)
19962024-08-16T20:56:34.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972024-08-16T20:56:34.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982024-08-16T20:56:34.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992024-08-16T20:56:34.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20002024-08-16T20:56:34.465Z
20012024-08-16T20:56:34.465Zinfo: running `cargo check --bins` on omicron-certificates (33/150)
20022024-08-16T20:56:35.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032024-08-16T20:56:35.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042024-08-16T20:56:35.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052024-08-16T20:56:35.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20062024-08-16T20:56:35.091Z
20072024-08-16T20:56:35.091Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/150)
20082024-08-16T20:56:35.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092024-08-16T20:56:35.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102024-08-16T20:56:35.744Z Compiling heapless v0.8.0
20112024-08-16T20:56:35.746Z Checking hash32 v0.3.1
20122024-08-16T20:56:35.834Z Compiling smoltcp v0.11.0
20132024-08-16T20:56:35.856Z Checking embedded-io v0.4.0
20142024-08-16T20:56:35.859Z Checking cobs v0.2.3
20152024-08-16T20:56:35.882Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20162024-08-16T20:56:35.884Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20172024-08-16T20:56:35.907Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20182024-08-16T20:56:35.992Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20192024-08-16T20:56:36.030Z Compiling crucible-workspace-hack v0.1.0
20202024-08-16T20:56:36.033Z Checking postcard v1.0.8
20212024-08-16T20:56:36.053Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20222024-08-16T20:56:36.242Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20232024-08-16T20:56:36.279Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20242024-08-16T20:56:36.437Z Compiling num-derive v0.4.2
20252024-08-16T20:56:36.561Z Compiling slog-dtrace v0.3.0
20262024-08-16T20:56:36.637Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20272024-08-16T20:56:36.680Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20282024-08-16T20:56:36.776Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20292024-08-16T20:56:37.528Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20302024-08-16T20:56:38.070Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20312024-08-16T20:56:39.417Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20322024-08-16T20:56:40.287Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20332024-08-16T20:56:41.321Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20342024-08-16T20:56:43.001Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20352024-08-16T20:56:43.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s
20362024-08-16T20:56:43.820Z
20372024-08-16T20:56:43.820Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/150)
20382024-08-16T20:56:44.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392024-08-16T20:56:44.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402024-08-16T20:56:44.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412024-08-16T20:56:44.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20422024-08-16T20:56:44.457Z
20432024-08-16T20:56:44.457Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150)
20442024-08-16T20:56:45.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452024-08-16T20:56:45.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462024-08-16T20:56:45.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472024-08-16T20:56:45.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
20482024-08-16T20:56:45.186Z
20492024-08-16T20:56:45.186Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150)
20502024-08-16T20:56:45.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512024-08-16T20:56:45.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522024-08-16T20:56:45.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532024-08-16T20:56:45.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
20542024-08-16T20:56:45.950Z
20552024-08-16T20:56:45.950Zinfo: running `cargo check --bins` on dns-server (38/150)
20562024-08-16T20:56:46.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572024-08-16T20:56:46.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582024-08-16T20:56:46.589Z Compiling parking_lot_core v0.8.6
20592024-08-16T20:56:46.676Z Checking newline-converter v0.3.0
20602024-08-16T20:56:46.679Z Checking nibble_vec v0.1.0
20612024-08-16T20:56:46.679Z Checking quick-error v1.2.3
20622024-08-16T20:56:46.679Z Checking linked-hash-map v0.5.6
20632024-08-16T20:56:46.679Z Checking endian-type v0.1.2
20642024-08-16T20:56:46.680Z Checking fxhash v0.2.1
20652024-08-16T20:56:46.694Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20662024-08-16T20:56:46.797Z Checking resolv-conf v0.7.0
20672024-08-16T20:56:46.812Z Checking expectorate v1.1.0
20682024-08-16T20:56:46.855Z Checking hickory-server v0.24.1
20692024-08-16T20:56:46.952Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20702024-08-16T20:56:46.981Z Checking radix_trie v0.2.1
20712024-08-16T20:56:46.998Z Checking lru-cache v0.1.2
20722024-08-16T20:56:47.140Z Checking hickory-resolver v0.24.1
20732024-08-16T20:56:47.315Z Checking hickory-client v0.24.1
20742024-08-16T20:56:47.427Z Checking parking_lot v0.11.2
20752024-08-16T20:56:47.739Z Checking sled v0.34.7
20762024-08-16T20:56:49.487Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20772024-08-16T20:56:50.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
20782024-08-16T20:56:50.717Z
20792024-08-16T20:56:50.717Zinfo: running `cargo check --bins` on dns-server-api (39/150)
20802024-08-16T20:56:51.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812024-08-16T20:56:51.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822024-08-16T20:56:51.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832024-08-16T20:56:51.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20842024-08-16T20:56:51.321Z
20852024-08-16T20:56:51.321Zinfo: running `cargo check --bins` on dns-service-client (40/150)
20862024-08-16T20:56:51.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872024-08-16T20:56:51.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882024-08-16T20:56:51.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892024-08-16T20:56:51.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20902024-08-16T20:56:51.927Z
20912024-08-16T20:56:51.927Zinfo: running `cargo check --bins` on gateway-test-utils (41/150)
20922024-08-16T20:56:52.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932024-08-16T20:56:52.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942024-08-16T20:56:52.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952024-08-16T20:56:52.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
20962024-08-16T20:56:52.598Z
20972024-08-16T20:56:52.598Zinfo: running `cargo check --bins` on gateway-types (42/150)
20982024-08-16T20:56:53.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992024-08-16T20:56:53.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002024-08-16T20:56:53.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012024-08-16T20:56:53.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21022024-08-16T20:56:53.227Z
21032024-08-16T20:56:53.227Zinfo: running `cargo check --bins` on ipcc (43/150)
21042024-08-16T20:56:53.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052024-08-16T20:56:53.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062024-08-16T20:56:53.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072024-08-16T20:56:53.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21082024-08-16T20:56:53.873Z
21092024-08-16T20:56:53.873Zinfo: running `cargo check --bins` on omicron-gateway (44/150)
21102024-08-16T20:56:54.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112024-08-16T20:56:54.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122024-08-16T20:56:54.554Z Compiling radium v0.7.0
21132024-08-16T20:56:54.645Z Checking tap v1.0.1
21142024-08-16T20:56:54.648Z Compiling maybe-uninit v2.0.0
21152024-08-16T20:56:54.663Z Compiling bzip2-sys v0.1.11+1.0.8
21162024-08-16T20:56:54.665Z Checking funty v2.0.0
21172024-08-16T20:56:54.665Z Checking crc-catalog v2.4.0
21182024-08-16T20:56:54.671Z Compiling packed_struct v0.10.1
21192024-08-16T20:56:54.701Z Compiling packed_struct_codegen v0.10.1
21202024-08-16T20:56:54.789Z Checking wyz v0.5.1
21212024-08-16T20:56:54.801Z Checking crc v3.2.1
21222024-08-16T20:56:55.146Z Compiling indexmap v1.9.3
21232024-08-16T20:56:55.189Z Checking half v2.4.1
21242024-08-16T20:56:55.195Z Checking nodrop v0.1.14
21252024-08-16T20:56:55.315Z Checking ciborium-io v0.2.2
21262024-08-16T20:56:55.340Z Checking array-init v0.0.4
21272024-08-16T20:56:55.419Z Checking smallvec v0.6.14
21282024-08-16T20:56:55.465Z Compiling memoffset v0.9.1
21292024-08-16T20:56:55.485Z Checking hashbrown v0.12.3
21302024-08-16T20:56:55.585Z Checking bitvec v1.0.1
21312024-08-16T20:56:55.689Z Checking ciborium-ll v0.2.2
21322024-08-16T20:56:55.762Z Checking bitfield v0.14.0
21332024-08-16T20:56:55.797Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21342024-08-16T20:56:55.973Z Checking ciborium v0.2.2
21352024-08-16T20:56:56.034Z Checking env_logger v0.10.2
21362024-08-16T20:56:56.243Z Checking serde-hex v0.1.0
21372024-08-16T20:56:56.273Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21382024-08-16T20:56:56.439Z Checking ron v0.8.1
21392024-08-16T20:56:56.490Z Checking x509-cert v0.2.5
21402024-08-16T20:56:56.894Z Checking bzip2 v0.4.4
21412024-08-16T20:56:56.954Z Checking hashbrown v0.13.2
21422024-08-16T20:56:57.093Z Checking crc-any v2.5.0
21432024-08-16T20:56:57.183Z Checking zip v0.6.6
21442024-08-16T20:56:57.593Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21452024-08-16T20:56:57.697Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21462024-08-16T20:56:57.881Z Checking path-slash v0.1.5
21472024-08-16T20:56:57.943Z Checking nix v0.27.1
21482024-08-16T20:56:57.972Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21492024-08-16T20:56:57.990Z Checking serde-big-array v0.5.1
21502024-08-16T20:56:58.005Z Checking object v0.30.4
21512024-08-16T20:56:58.023Z Checking signal-hook-tokio v0.3.1
21522024-08-16T20:56:58.067Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21532024-08-16T20:57:00.119Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21542024-08-16T20:57:00.718Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21552024-08-16T20:57:07.403Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21562024-08-16T20:57:08.623Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21572024-08-16T20:57:10.365Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21582024-08-16T20:57:12.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s
21592024-08-16T20:57:12.268Z
21602024-08-16T20:57:12.268Zinfo: running `cargo check --bins` on gateway-api (45/150)
21612024-08-16T20:57:12.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622024-08-16T20:57:12.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632024-08-16T20:57:12.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642024-08-16T20:57:12.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21652024-08-16T20:57:12.892Z
21662024-08-16T20:57:12.892Zinfo: running `cargo check --bins` on sp-sim (46/150)
21672024-08-16T20:57:13.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-08-16T20:57:13.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-08-16T20:57:13.520Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21702024-08-16T20:57:15.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
21712024-08-16T20:57:15.294Z
21722024-08-16T20:57:15.294Zinfo: running `cargo check --bins` on internal-dns (47/150)
21732024-08-16T20:57:15.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-08-16T20:57:15.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-08-16T20:57:15.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-08-16T20:57:15.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21772024-08-16T20:57:15.930Z
21782024-08-16T20:57:15.930Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150)
21792024-08-16T20:57:16.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-08-16T20:57:16.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-08-16T20:57:16.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822024-08-16T20:57:16.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21832024-08-16T20:57:16.594Z
21842024-08-16T20:57:16.594Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150)
21852024-08-16T20:57:17.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862024-08-16T20:57:17.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872024-08-16T20:57:17.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882024-08-16T20:57:17.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21892024-08-16T20:57:17.297Z
21902024-08-16T20:57:17.298Zinfo: running `cargo check --bins` on db-macros (50/150)
21912024-08-16T20:57:17.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922024-08-16T20:57:17.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932024-08-16T20:57:17.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942024-08-16T20:57:17.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21952024-08-16T20:57:17.907Z
21962024-08-16T20:57:17.907Zinfo: running `cargo check --bins` on nexus-macros-common (51/150)
21972024-08-16T20:57:18.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982024-08-16T20:57:18.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992024-08-16T20:57:18.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002024-08-16T20:57:18.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22012024-08-16T20:57:18.521Z
22022024-08-16T20:57:18.521Zinfo: running `cargo check --bins` on nexus-auth (52/150)
22032024-08-16T20:57:19.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042024-08-16T20:57:19.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052024-08-16T20:57:19.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062024-08-16T20:57:19.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22072024-08-16T20:57:19.194Z
22082024-08-16T20:57:19.195Zinfo: running `cargo check --bins` on authz-macros (53/150)
22092024-08-16T20:57:19.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102024-08-16T20:57:19.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112024-08-16T20:57:19.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122024-08-16T20:57:19.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22132024-08-16T20:57:19.811Z
22142024-08-16T20:57:19.811Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/150)
22152024-08-16T20:57:20.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-08-16T20:57:20.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-08-16T20:57:20.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182024-08-16T20:57:20.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22192024-08-16T20:57:20.470Z
22202024-08-16T20:57:20.470Zinfo: running `cargo check --bins` on nexus-db-model (55/150)
22212024-08-16T20:57:21.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-08-16T20:57:21.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-08-16T20:57:21.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-08-16T20:57:21.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22252024-08-16T20:57:21.141Z
22262024-08-16T20:57:21.141Zinfo: running `cargo check --bins` on nexus-defaults (56/150)
22272024-08-16T20:57:21.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-08-16T20:57:21.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-08-16T20:57:21.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-08-16T20:57:21.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22312024-08-16T20:57:21.788Z
22322024-08-16T20:57:21.788Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/150)
22332024-08-16T20:57:22.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-08-16T20:57:22.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-08-16T20:57:22.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-08-16T20:57:22.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22372024-08-16T20:57:22.436Z
22382024-08-16T20:57:22.436Zinfo: running `cargo check --bins` on omicron-passwords (58/150)
22392024-08-16T20:57:22.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-08-16T20:57:22.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-08-16T20:57:22.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-08-16T20:57:22.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22432024-08-16T20:57:23.052Z
22442024-08-16T20:57:23.053Zinfo: running `cargo check --bins` on nexus-types (59/150)
22452024-08-16T20:57:23.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-08-16T20:57:23.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-08-16T20:57:23.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-08-16T20:57:23.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22492024-08-16T20:57:23.704Z
22502024-08-16T20:57:23.704Zinfo: running `cargo check --bins` on gateway-client (60/150)
22512024-08-16T20:57:24.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-08-16T20:57:24.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-08-16T20:57:24.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542024-08-16T20:57:24.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22552024-08-16T20:57:24.314Z
22562024-08-16T20:57:24.314Zinfo: running `cargo check --bins` on sled-agent-client (61/150)
22572024-08-16T20:57:24.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582024-08-16T20:57:24.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592024-08-16T20:57:24.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602024-08-16T20:57:24.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22612024-08-16T20:57:24.985Z
22622024-08-16T20:57:24.985Zinfo: running `cargo check --bins` on oximeter (62/150)
22632024-08-16T20:57:25.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642024-08-16T20:57:25.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652024-08-16T20:57:25.643Z Compiling rustls-pki-types v1.7.0
22662024-08-16T20:57:25.732Z Compiling prettyplease v0.2.20
22672024-08-16T20:57:25.734Z Compiling match_cfg v0.1.0
22682024-08-16T20:57:25.750Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22692024-08-16T20:57:25.752Z Compiling slog-json v2.6.1
22702024-08-16T20:57:25.752Z Compiling http v1.1.0
22712024-08-16T20:57:25.767Z Compiling atomic-waker v1.1.2
22722024-08-16T20:57:25.787Z Compiling async-stream v0.3.5
22732024-08-16T20:57:25.809Z Compiling hostname v0.3.1
22742024-08-16T20:57:25.951Z Compiling waitgroup v0.1.2
22752024-08-16T20:57:26.029Z Compiling slog-bunyan v2.5.0
22762024-08-16T20:57:26.053Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22772024-08-16T20:57:26.089Z Compiling toml v0.8.19
22782024-08-16T20:57:26.103Z Compiling newtype-uuid v1.1.0
22792024-08-16T20:57:26.161Z Compiling rustls-webpki v0.102.4
22802024-08-16T20:57:26.164Z Compiling rustls-pemfile v2.1.3
22812024-08-16T20:57:26.235Z Compiling ipnetwork v0.20.0
22822024-08-16T20:57:26.277Z Compiling serde_path_to_error v0.1.16
22832024-08-16T20:57:26.401Z Compiling hostname v0.4.0
22842024-08-16T20:57:26.523Z Compiling instant v0.1.12
22852024-08-16T20:57:26.622Z Compiling debug-ignore v1.0.5
22862024-08-16T20:57:26.666Z Compiling backoff v0.4.0
22872024-08-16T20:57:26.679Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22882024-08-16T20:57:26.766Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22892024-08-16T20:57:27.012Z Compiling rustls v0.22.4
22902024-08-16T20:57:27.106Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22912024-08-16T20:57:27.125Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22922024-08-16T20:57:27.127Z Compiling serde_with v3.8.3
22932024-08-16T20:57:27.299Z Compiling multer v3.1.0
22942024-08-16T20:57:27.419Z Compiling parse-display v0.10.0
22952024-08-16T20:57:27.831Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22962024-08-16T20:57:28.121Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22972024-08-16T20:57:28.169Z Compiling num-rational v0.4.2
22982024-08-16T20:57:28.222Z Compiling num-complex v0.4.6
22992024-08-16T20:57:28.284Z Compiling macaddr v1.0.1
23002024-08-16T20:57:29.298Z Compiling num v0.4.3
23012024-08-16T20:57:29.414Z Compiling float-ord v0.3.2
23022024-08-16T20:57:30.487Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23032024-08-16T20:57:30.981Z Compiling tokio-rustls v0.25.0
23042024-08-16T20:57:31.235Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23052024-08-16T20:57:34.610Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23062024-08-16T20:57:45.965Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23072024-08-16T20:57:48.999Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23082024-08-16T20:57:49.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.61s
23092024-08-16T20:57:49.751Z
23102024-08-16T20:57:49.751Zinfo: running `cargo check --bins` on oximeter-impl (63/150)
23112024-08-16T20:57:50.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-08-16T20:57:50.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-08-16T20:57:50.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142024-08-16T20:57:50.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23152024-08-16T20:57:50.384Z
23162024-08-16T20:57:50.384Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/150)
23172024-08-16T20:57:50.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-08-16T20:57:50.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-08-16T20:57:50.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-08-16T20:57:50.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23212024-08-16T20:57:50.980Z
23222024-08-16T20:57:50.981Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (65/150)
23232024-08-16T20:57:51.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-08-16T20:57:51.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-08-16T20:57:51.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-08-16T20:57:51.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23272024-08-16T20:57:51.610Z
23282024-08-16T20:57:51.610Zinfo: running `cargo check --bins` on nexus-inventory (66/150)
23292024-08-16T20:57:52.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-08-16T20:57:52.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-08-16T20:57:52.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-08-16T20:57:52.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23332024-08-16T20:57:52.259Z
23342024-08-16T20:57:52.259Zinfo: running `cargo check --bins` on typed-rng (67/150)
23352024-08-16T20:57:52.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-08-16T20:57:52.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-08-16T20:57:52.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-08-16T20:57:52.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23392024-08-16T20:57:52.863Z
23402024-08-16T20:57:52.863Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150)
23412024-08-16T20:57:53.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-08-16T20:57:53.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-08-16T20:57:53.600Z Checking password-hash v0.5.0
23442024-08-16T20:57:53.600Z Checking blake2 v0.10.6
23452024-08-16T20:57:53.603Z Compiling semver v0.1.20
23462024-08-16T20:57:53.603Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23472024-08-16T20:57:53.603Z Compiling convert_case v0.4.0
23482024-08-16T20:57:53.735Z Compiling rayon-core v1.12.1
23492024-08-16T20:57:53.749Z Compiling crossbeam-deque v0.8.5
23502024-08-16T20:57:53.749Z Compiling curve25519-dalek v4.1.3
23512024-08-16T20:57:54.037Z Compiling rustc_version v0.1.7
23522024-08-16T20:57:54.102Z Compiling unicase v2.7.0
23532024-08-16T20:57:54.105Z Checking argon2 v0.5.3
23542024-08-16T20:57:54.107Z Compiling fastrand v2.1.0
23552024-08-16T20:57:54.346Z Checking keccak v0.1.5
23562024-08-16T20:57:54.366Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23572024-08-16T20:57:54.391Z Compiling same-file v1.0.6
23582024-08-16T20:57:54.524Z Compiling newtype_derive v0.1.6
23592024-08-16T20:57:54.650Z Compiling derive_more v0.99.18
23602024-08-16T20:57:54.653Z Compiling walkdir v2.5.0
23612024-08-16T20:57:54.680Z Compiling tempfile v3.10.1
23622024-08-16T20:57:54.682Z Checking sha3 v0.10.8
23632024-08-16T20:57:54.791Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23642024-08-16T20:57:54.888Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23652024-08-16T20:57:55.071Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23662024-08-16T20:57:55.207Z Compiling thiserror-impl-no-std v2.0.2
23672024-08-16T20:57:55.220Z Checking universal-hash v0.5.1
23682024-08-16T20:57:55.348Z Checking secrecy v0.8.0
23692024-08-16T20:57:55.376Z Compiling ring v0.16.20
23702024-08-16T20:57:55.483Z Compiling blake3 v1.5.1
23712024-08-16T20:57:55.509Z Compiling derive-where v1.2.7
23722024-08-16T20:57:55.532Z Compiling curve25519-dalek-derive v0.1.1
23732024-08-16T20:57:56.144Z Checking opaque-debug v0.3.1
23742024-08-16T20:57:56.243Z Checking poly1305 v0.8.0
23752024-08-16T20:57:56.553Z Compiling rayon v1.10.0
23762024-08-16T20:57:56.718Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23772024-08-16T20:57:57.090Z Checking chacha20 v0.9.1
23782024-08-16T20:57:57.112Z Checking aead v0.5.2
23792024-08-16T20:57:57.322Z Compiling memmap2 v0.9.4
23802024-08-16T20:57:57.413Z Compiling constant_time_eq v0.3.0
23812024-08-16T20:57:57.600Z Compiling untrusted v0.7.1
23822024-08-16T20:57:57.772Z Compiling arrayvec v0.7.4
23832024-08-16T20:57:57.796Z Compiling home v0.5.9
23842024-08-16T20:57:58.054Z Compiling libefi-sys v0.1.0
23852024-08-16T20:57:58.194Z Compiling spin v0.5.2
23862024-08-16T20:57:58.363Z Compiling arrayref v0.3.7
23872024-08-16T20:57:58.379Z Checking thiserror-no-std v2.0.2
23882024-08-16T20:57:58.462Z Compiling toolchain_find v0.4.0
23892024-08-16T20:57:58.477Z Checking chacha20poly1305 v0.10.1
23902024-08-16T20:57:58.480Z Checking steno v0.4.1
23912024-08-16T20:57:58.892Z Checking vsss-rs v3.3.4
23922024-08-16T20:57:58.963Z Compiling camino-tempfile v1.1.1
23932024-08-16T20:57:59.133Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23942024-08-16T20:57:59.407Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23952024-08-16T20:57:59.515Z Compiling bitfield-struct v0.6.1
23962024-08-16T20:57:59.837Z Compiling topological-sort v0.2.2
23972024-08-16T20:58:00.071Z Compiling cancel-safe-futures v0.1.5
23982024-08-16T20:58:00.602Z Compiling mime_guess v2.0.4
23992024-08-16T20:58:01.014Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24002024-08-16T20:58:01.213Z Compiling rustfmt-wrapper v0.2.1
24012024-08-16T20:58:01.613Z Compiling omicron-zone-package v0.11.0
24022024-08-16T20:58:01.897Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24032024-08-16T20:58:01.994Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24042024-08-16T20:58:02.147Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24052024-08-16T20:58:02.177Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24062024-08-16T20:58:02.262Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24072024-08-16T20:58:02.735Z Checking gethostname v0.5.0
24082024-08-16T20:58:02.758Z Checking libsw v3.3.1
24092024-08-16T20:58:02.813Z Checking linear-map v1.2.0
24102024-08-16T20:58:02.866Z Checking owo-colors v4.0.0
24112024-08-16T20:58:02.892Z Checking swrite v0.1.0
24122024-08-16T20:58:03.017Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24132024-08-16T20:58:03.145Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24142024-08-16T20:58:03.677Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24152024-08-16T20:58:03.773Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24162024-08-16T20:58:03.925Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24172024-08-16T20:58:04.334Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24182024-08-16T20:58:04.486Z Checking kstat-rs v0.2.4
24192024-08-16T20:58:04.604Z Checking nanorand v0.7.0
24202024-08-16T20:58:04.745Z Checking http-range v0.1.5
24212024-08-16T20:58:04.812Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24222024-08-16T20:58:04.929Z Checking glob v0.3.1
24232024-08-16T20:58:04.972Z Checking flume v0.11.0
24242024-08-16T20:58:05.099Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24252024-08-16T20:58:05.196Z Checking hyper-staticfile v0.9.5
24262024-08-16T20:58:05.243Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24272024-08-16T20:58:05.478Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24282024-08-16T20:58:05.594Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24292024-08-16T20:58:05.811Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24302024-08-16T20:58:06.213Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24312024-08-16T20:58:06.956Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24322024-08-16T20:58:07.056Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24332024-08-16T20:58:07.762Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24342024-08-16T20:58:07.891Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24352024-08-16T20:58:08.286Z Checking itertools v0.13.0
24362024-08-16T20:58:08.925Z Checking display-error-chain v0.2.0
24372024-08-16T20:58:09.836Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24382024-08-16T20:58:15.659Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24392024-08-16T20:58:21.121Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24402024-08-16T20:58:21.124Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24412024-08-16T20:58:21.752Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24422024-08-16T20:58:33.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.47s
24432024-08-16T20:58:33.525Z
24442024-08-16T20:58:33.525Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150)
24452024-08-16T20:58:34.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-08-16T20:58:34.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-08-16T20:58:34.263Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24482024-08-16T20:58:46.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.61s
24492024-08-16T20:58:46.309Z
24502024-08-16T20:58:46.309Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150)
24512024-08-16T20:58:46.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-08-16T20:58:46.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-08-16T20:58:47.030Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24542024-08-16T20:58:58.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.39s
24552024-08-16T20:58:58.880Z
24562024-08-16T20:58:58.880Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150)
24572024-08-16T20:58:59.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-08-16T20:58:59.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-08-16T20:58:59.621Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24602024-08-16T20:59:11.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
24612024-08-16T20:59:11.355Z
24622024-08-16T20:59:11.355Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150)
24632024-08-16T20:59:11.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-08-16T20:59:11.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-08-16T20:59:12.103Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24662024-08-16T20:59:23.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s
24672024-08-16T20:59:23.935Z
24682024-08-16T20:59:23.935Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150)
24692024-08-16T20:59:24.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-08-16T20:59:24.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-08-16T20:59:24.670Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24722024-08-16T20:59:36.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.31s
24732024-08-16T20:59:36.421Z
24742024-08-16T20:59:36.421Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150)
24752024-08-16T20:59:37.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-08-16T20:59:37.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-08-16T20:59:37.149Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24782024-08-16T20:59:48.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s
24792024-08-16T20:59:49.065Z
24802024-08-16T20:59:49.065Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150)
24812024-08-16T20:59:49.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-08-16T20:59:49.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-08-16T20:59:49.808Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24842024-08-16T21:00:01.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s
24852024-08-16T21:00:01.576Z
24862024-08-16T21:00:01.576Zinfo: running `cargo check --bins` on bootstrap-agent-api (76/150)
24872024-08-16T21:00:02.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-08-16T21:00:02.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-08-16T21:00:02.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-08-16T21:00:02.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24912024-08-16T21:00:02.275Z
24922024-08-16T21:00:02.275Zinfo: running `cargo check --bins` on nexus-client (77/150)
24932024-08-16T21:00:02.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-08-16T21:00:02.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-08-16T21:00:02.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-08-16T21:00:02.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24972024-08-16T21:00:02.944Z
24982024-08-16T21:00:02.944Zinfo: running `cargo check --bins` on sled-agent-types (78/150)
24992024-08-16T21:00:03.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-08-16T21:00:03.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-08-16T21:00:03.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-08-16T21:00:03.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25032024-08-16T21:00:03.610Z
25042024-08-16T21:00:03.610Zinfo: running `cargo check --bins` on bootstrap-agent-client (79/150)
25052024-08-16T21:00:04.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-08-16T21:00:04.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-08-16T21:00:04.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-08-16T21:00:04.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25092024-08-16T21:00:04.258Z
25102024-08-16T21:00:04.258Zinfo: running `cargo check --bins` on dpd-client (80/150)
25112024-08-16T21:00:04.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-08-16T21:00:04.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-08-16T21:00:04.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-08-16T21:00:04.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25152024-08-16T21:00:04.870Z
25162024-08-16T21:00:04.870Zinfo: running `cargo check --bins` on installinator-common (81/150)
25172024-08-16T21:00:05.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-08-16T21:00:05.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-08-16T21:00:05.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-08-16T21:00:05.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25212024-08-16T21:00:05.501Z
25222024-08-16T21:00:05.501Zinfo: running `cargo check --bins` on update-engine (82/150)
25232024-08-16T21:00:06.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-08-16T21:00:06.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-08-16T21:00:06.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-08-16T21:00:06.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25272024-08-16T21:00:06.124Z
25282024-08-16T21:00:06.124Zinfo: running `cargo check --bins` on key-manager (83/150)
25292024-08-16T21:00:06.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-08-16T21:00:06.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-08-16T21:00:06.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-08-16T21:00:06.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25332024-08-16T21:00:06.753Z
25342024-08-16T21:00:06.753Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (84/150)
25352024-08-16T21:00:07.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-08-16T21:00:07.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-08-16T21:00:07.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-08-16T21:00:07.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25392024-08-16T21:00:07.440Z
25402024-08-16T21:00:07.440Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150)
25412024-08-16T21:00:07.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-08-16T21:00:08.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-08-16T21:00:08.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-08-16T21:00:08.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25452024-08-16T21:00:08.062Z
25462024-08-16T21:00:08.062Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150)
25472024-08-16T21:00:08.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-08-16T21:00:08.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-08-16T21:00:08.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-08-16T21:00:08.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25512024-08-16T21:00:08.692Z
25522024-08-16T21:00:08.692Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150)
25532024-08-16T21:00:09.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-08-16T21:00:09.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-08-16T21:00:09.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-08-16T21:00:09.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25572024-08-16T21:00:09.335Z
25582024-08-16T21:00:09.335Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150)
25592024-08-16T21:00:09.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-08-16T21:00:09.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-08-16T21:00:09.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-08-16T21:00:09.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25632024-08-16T21:00:09.976Z
25642024-08-16T21:00:09.976Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150)
25652024-08-16T21:00:10.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-08-16T21:00:10.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-08-16T21:00:10.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-08-16T21:00:10.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25692024-08-16T21:00:10.613Z
25702024-08-16T21:00:10.613Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150)
25712024-08-16T21:00:11.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-08-16T21:00:11.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-08-16T21:00:11.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-08-16T21:00:11.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25752024-08-16T21:00:11.245Z
25762024-08-16T21:00:11.245Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150)
25772024-08-16T21:00:11.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-08-16T21:00:11.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-08-16T21:00:11.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-08-16T21:00:11.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25812024-08-16T21:00:11.892Z
25822024-08-16T21:00:11.892Zinfo: running `cargo check --bins` on oximeter-producer (92/150)
25832024-08-16T21:00:12.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-08-16T21:00:12.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-08-16T21:00:12.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-08-16T21:00:12.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25872024-08-16T21:00:12.570Z
25882024-08-16T21:00:12.570Zinfo: running `cargo check --bins` on sled-agent-api (93/150)
25892024-08-16T21:00:13.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-08-16T21:00:13.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-08-16T21:00:13.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-08-16T21:00:13.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25932024-08-16T21:00:13.251Z
25942024-08-16T21:00:13.251Zinfo: running `cargo check --bins` on sled-hardware (94/150)
25952024-08-16T21:00:13.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-08-16T21:00:13.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-08-16T21:00:13.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-08-16T21:00:13.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25992024-08-16T21:00:13.907Z
26002024-08-16T21:00:13.907Zinfo: running `cargo check --bins --no-default-features` on sled-storage (95/150)
26012024-08-16T21:00:14.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-08-16T21:00:14.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-08-16T21:00:14.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-08-16T21:00:14.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26052024-08-16T21:00:14.562Z
26062024-08-16T21:00:14.562Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150)
26072024-08-16T21:00:15.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-08-16T21:00:15.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-08-16T21:00:15.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-08-16T21:00:15.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26112024-08-16T21:00:15.212Z
26122024-08-16T21:00:15.212Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (97/150)
26132024-08-16T21:00:15.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-08-16T21:00:15.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-08-16T21:00:15.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-08-16T21:00:15.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26172024-08-16T21:00:15.871Z
26182024-08-16T21:00:15.871Zinfo: running `cargo check --bins` on nexus-test-interface (98/150)
26192024-08-16T21:00:16.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-08-16T21:00:16.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-08-16T21:00:16.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-08-16T21:00:16.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26232024-08-16T21:00:16.526Z
26242024-08-16T21:00:16.526Zinfo: running `cargo check --bins` on oximeter-collector (99/150)
26252024-08-16T21:00:17.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-08-16T21:00:17.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-08-16T21:00:17.203Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26282024-08-16T21:00:17.206Z Checking bcs v0.1.6
26292024-08-16T21:00:17.206Z Compiling async-recursion v1.1.1
26302024-08-16T21:00:17.206Z Checking highway v1.2.0
26312024-08-16T21:00:17.206Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26322024-08-16T21:00:17.206Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26332024-08-16T21:00:18.263Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26342024-08-16T21:00:21.502Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26352024-08-16T21:00:23.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
26362024-08-16T21:00:23.322Z
26372024-08-16T21:00:23.322Zinfo: running `cargo check --bins` on oximeter-api (100/150)
26382024-08-16T21:00:23.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-08-16T21:00:23.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-08-16T21:00:23.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-08-16T21:00:23.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26422024-08-16T21:00:23.954Z
26432024-08-16T21:00:23.954Zinfo: running `cargo check --bins` on oximeter-client (101/150)
26442024-08-16T21:00:24.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-08-16T21:00:24.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-08-16T21:00:24.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-08-16T21:00:24.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26482024-08-16T21:00:24.590Z
26492024-08-16T21:00:24.590Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (102/150)
26502024-08-16T21:00:25.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-08-16T21:00:25.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-08-16T21:00:25.256Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26532024-08-16T21:00:25.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
26542024-08-16T21:00:25.980Z
26552024-08-16T21:00:25.981Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150)
26562024-08-16T21:00:26.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-08-16T21:00:26.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-08-16T21:00:26.645Z Compiling vte_generate_state_changes v0.1.1
26592024-08-16T21:00:26.648Z Checking fd-lock v4.0.2
26602024-08-16T21:00:26.648Z Checking bytecount v0.6.8
26612024-08-16T21:00:26.648Z Compiling tabled_derive v0.7.0
26622024-08-16T21:00:26.648Z Checking crossterm v0.27.0
26632024-08-16T21:00:26.736Z Compiling peg-macros v0.8.4
26642024-08-16T21:00:26.738Z Compiling sqlparser_derive v0.2.2
26652024-08-16T21:00:26.739Z Checking nu-ansi-term v0.50.0
26662024-08-16T21:00:26.868Z Checking papergrid v0.11.0
26672024-08-16T21:00:26.895Z Checking home v0.5.9
26682024-08-16T21:00:27.030Z Checking unicode_categories v0.1.1
26692024-08-16T21:00:27.160Z Checking rustyline v14.0.0
26702024-08-16T21:00:27.333Z Checking sqlformat v0.2.4
26712024-08-16T21:00:27.358Z Checking vte v0.11.1
26722024-08-16T21:00:27.930Z Checking sqlparser v0.45.0
26732024-08-16T21:00:28.262Z Checking crossterm v0.28.1
26742024-08-16T21:00:28.756Z Checking strip-ansi-escapes v0.2.0
26752024-08-16T21:00:28.911Z Checking reedline v0.33.0
26762024-08-16T21:00:29.275Z Checking tabled v0.15.0
26772024-08-16T21:00:29.647Z Checking peg v0.8.4
26782024-08-16T21:00:34.260Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26792024-08-16T21:00:39.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
26802024-08-16T21:00:40.088Z
26812024-08-16T21:00:40.088Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150)
26822024-08-16T21:00:40.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-08-16T21:00:40.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-08-16T21:00:40.771Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26852024-08-16T21:00:46.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s
26862024-08-16T21:00:47.005Z
26872024-08-16T21:00:47.005Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150)
26882024-08-16T21:00:47.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-08-16T21:00:47.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-08-16T21:00:47.697Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912024-08-16T21:00:53.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
26922024-08-16T21:00:53.681Z
26932024-08-16T21:00:53.681Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150)
26942024-08-16T21:00:54.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-08-16T21:00:54.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-08-16T21:00:54.384Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972024-08-16T21:00:58.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
26982024-08-16T21:00:58.827Z
26992024-08-16T21:00:58.827Zinfo: running `cargo check --bins` on cockroach-admin-client (107/150)
27002024-08-16T21:00:59.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-08-16T21:00:59.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-08-16T21:00:59.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032024-08-16T21:00:59.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27042024-08-16T21:00:59.463Z
27052024-08-16T21:00:59.463Zinfo: running `cargo check --bins` on installinator-client (108/150)
27062024-08-16T21:01:00.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-08-16T21:01:00.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-08-16T21:01:00.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092024-08-16T21:01:00.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27102024-08-16T21:01:00.146Z
27112024-08-16T21:01:00.146Zinfo: running `cargo check --bins` on oxide-client (109/150)
27122024-08-16T21:01:00.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-08-16T21:01:00.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-08-16T21:01:00.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152024-08-16T21:01:00.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27162024-08-16T21:01:00.793Z
27172024-08-16T21:01:00.793Zinfo: running `cargo check --bins` on wicketd-client (110/150)
27182024-08-16T21:01:01.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-16T21:01:01.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-16T21:01:01.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212024-08-16T21:01:01.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27222024-08-16T21:01:01.490Z
27232024-08-16T21:01:01.490Zinfo: running `cargo check --bins` on wicket-common (111/150)
27242024-08-16T21:01:02.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252024-08-16T21:01:02.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262024-08-16T21:01:02.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272024-08-16T21:01:02.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27282024-08-16T21:01:02.176Z
27292024-08-16T21:01:02.176Zinfo: running `cargo check --bins` on omicron-cockroach-admin (112/150)
27302024-08-16T21:01:02.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312024-08-16T21:01:02.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322024-08-16T21:01:02.872Z Checking csv-core v0.1.11
27332024-08-16T21:01:02.875Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27342024-08-16T21:01:03.180Z Checking csv v1.3.0
27352024-08-16T21:01:03.721Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27362024-08-16T21:01:04.087Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27372024-08-16T21:01:05.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
27382024-08-16T21:01:05.484Z
27392024-08-16T21:01:05.484Zinfo: running `cargo check --bins` on cockroach-admin-api (113/150)
27402024-08-16T21:01:06.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-08-16T21:01:06.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-08-16T21:01:06.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-08-16T21:01:06.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27442024-08-16T21:01:06.162Z
27452024-08-16T21:01:06.162Zinfo: running `cargo check --bins` on cockroach-admin-types (114/150)
27462024-08-16T21:01:06.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-08-16T21:01:06.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-08-16T21:01:06.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-08-16T21:01:06.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27502024-08-16T21:01:06.828Z
27512024-08-16T21:01:06.828Zinfo: running `cargo check --bins` on cert-dev (115/150)
27522024-08-16T21:01:07.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-08-16T21:01:07.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-08-16T21:01:07.467Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27552024-08-16T21:01:07.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
27562024-08-16T21:01:07.870Z
27572024-08-16T21:01:07.870Zinfo: running `cargo check --bins` on ch-dev (116/150)
27582024-08-16T21:01:08.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-08-16T21:01:08.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-08-16T21:01:08.570Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27612024-08-16T21:01:09.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
27622024-08-16T21:01:09.424Z
27632024-08-16T21:01:09.424Zinfo: running `cargo check --bins` on crdb-seed (117/150)
27642024-08-16T21:01:10.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-08-16T21:01:10.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-08-16T21:01:10.136Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27672024-08-16T21:01:10.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
27682024-08-16T21:01:10.635Z
27692024-08-16T21:01:10.635Zinfo: running `cargo check --bins` on db-dev (118/150)
27702024-08-16T21:01:11.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-08-16T21:01:11.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-08-16T21:01:11.345Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27732024-08-16T21:01:12.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
27742024-08-16T21:01:12.218Z
27752024-08-16T21:01:12.218Zinfo: running `cargo check --bins` on omicron-dev-lib (119/150)
27762024-08-16T21:01:12.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-08-16T21:01:12.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-08-16T21:01:12.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-08-16T21:01:12.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27802024-08-16T21:01:12.921Z
27812024-08-16T21:01:12.921Zinfo: running `cargo check --bins` on xtask-downloader (120/150)
27822024-08-16T21:01:13.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-08-16T21:01:13.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-08-16T21:01:13.565Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27852024-08-16T21:01:14.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
27862024-08-16T21:01:14.610Z
27872024-08-16T21:01:14.610Zinfo: running `cargo check --bins` on mgs-dev (121/150)
27882024-08-16T21:01:15.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-08-16T21:01:15.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-08-16T21:01:15.343Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27912024-08-16T21:01:15.891Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27922024-08-16T21:01:16.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
27932024-08-16T21:01:16.456Z
27942024-08-16T21:01:16.456Zinfo: running `cargo check --bins` on omicron-omdb (122/150)
27952024-08-16T21:01:17.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-08-16T21:01:17.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-08-16T21:01:17.314Z Compiling crunchy v0.2.2
27982024-08-16T21:01:17.317Z Compiling glob v0.3.1
27992024-08-16T21:01:17.317Z Compiling tiny-keccak v2.0.2
28002024-08-16T21:01:17.317Z Compiling dsl_auto_type v0.1.2
28012024-08-16T21:01:17.416Z Checking scheduled-thread-pool v0.2.7
28022024-08-16T21:01:17.418Z Compiling diesel_table_macro_syntax v0.2.0
28032024-08-16T21:01:17.484Z Compiling ascii-canvas v3.0.0
28042024-08-16T21:01:17.486Z Compiling ena v0.14.3
28052024-08-16T21:01:17.696Z Checking r2d2 v0.8.10
28062024-08-16T21:01:17.777Z Compiling libloading v0.8.3
28072024-08-16T21:01:17.907Z Compiling regex-syntax v0.6.29
28082024-08-16T21:01:17.933Z Compiling bindgen v0.69.4
28092024-08-16T21:01:18.023Z Compiling diff v0.1.13
28102024-08-16T21:01:18.042Z Compiling which v4.4.2
28112024-08-16T21:01:18.190Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28122024-08-16T21:01:18.359Z Compiling clang-sys v1.7.0
28132024-08-16T21:01:18.433Z Compiling cexpr v0.6.0
28142024-08-16T21:01:18.691Z Compiling lazycell v1.3.0
28152024-08-16T21:01:18.719Z Compiling ref-cast v1.0.23
28162024-08-16T21:01:18.761Z Compiling shlex v1.3.0
28172024-08-16T21:01:18.763Z Compiling rustc-hash v1.1.0
28182024-08-16T21:01:18.868Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28192024-08-16T21:01:18.936Z Compiling derive_builder_core v0.20.0
28202024-08-16T21:01:19.089Z Compiling diesel_derives v2.2.2
28212024-08-16T21:01:19.198Z Compiling libxml v0.3.3
28222024-08-16T21:01:19.225Z Compiling ref-cast-impl v1.0.23
28232024-08-16T21:01:19.351Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28242024-08-16T21:01:19.665Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28252024-08-16T21:01:19.856Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28262024-08-16T21:01:20.160Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28272024-08-16T21:01:20.271Z Compiling strum_macros v0.24.3
28282024-08-16T21:01:20.563Z Compiling cookie v0.18.1
28292024-08-16T21:01:20.601Z Compiling indoc v1.0.9
28302024-08-16T21:01:21.426Z Compiling lalrpop v0.19.12
28312024-08-16T21:01:21.659Z Compiling derive_builder_macro v0.20.0
28322024-08-16T21:01:22.623Z Checking derive_builder v0.20.0
28332024-08-16T21:01:22.801Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28342024-08-16T21:01:23.120Z Compiling oso-derive v0.27.3
28352024-08-16T21:01:23.144Z Compiling impl-trait-for-tuples v0.2.2
28362024-08-16T21:01:23.843Z Checking quick-xml v0.31.0
28372024-08-16T21:01:23.950Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28382024-08-16T21:01:24.225Z Checking maplit v1.0.2
28392024-08-16T21:01:24.395Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28402024-08-16T21:01:24.845Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28412024-08-16T21:01:25.163Z Checking bb8 v0.8.5
28422024-08-16T21:01:25.686Z Compiling const_format_proc_macros v0.2.32
28432024-08-16T21:01:25.945Z Checking crossbeam-deque v0.8.5
28442024-08-16T21:01:26.221Z Compiling portable-atomic v1.6.0
28452024-08-16T21:01:26.279Z Checking rayon-core v1.12.1
28462024-08-16T21:01:27.016Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28472024-08-16T21:01:27.345Z Checking castaway v0.2.3
28482024-08-16T21:01:27.499Z Checking compact_str v0.8.0
28492024-08-16T21:01:27.934Z Checking const_format v0.2.32
28502024-08-16T21:01:28.440Z Checking rayon v1.10.0
28512024-08-16T21:01:28.442Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28522024-08-16T21:01:28.485Z Checking unicode-truncate v1.0.0
28532024-08-16T21:01:28.733Z Checking lru v0.12.3
28542024-08-16T21:01:28.760Z Compiling instability v0.3.2
28552024-08-16T21:01:29.075Z Checking number_prefix v0.4.0
28562024-08-16T21:01:29.295Z Checking unicode-linebreak v0.1.5
28572024-08-16T21:01:29.741Z Checking cassowary v0.3.0
28582024-08-16T21:01:29.898Z Checking smawk v0.3.2
28592024-08-16T21:01:30.108Z Checking textwrap v0.16.1
28602024-08-16T21:01:30.185Z Checking ratatui v0.28.0
28612024-08-16T21:01:30.558Z Checking multimap v0.10.0
28622024-08-16T21:01:32.315Z Checking diesel v2.2.2
28632024-08-16T21:01:32.367Z Checking indicatif v0.17.8
28642024-08-16T21:01:52.724Z Compiling samael v0.0.15
28652024-08-16T21:02:07.698Z Compiling polar-core v0.27.3
28662024-08-16T21:02:08.238Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28672024-08-16T21:02:14.848Z Checking oso v0.27.3
28682024-08-16T21:03:16.956Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28692024-08-16T21:03:22.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
28702024-08-16T21:03:22.680Z
28712024-08-16T21:03:22.680Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150)
28722024-08-16T21:03:23.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-08-16T21:03:23.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-08-16T21:03:23.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-08-16T21:03:23.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28762024-08-16T21:03:23.412Z
28772024-08-16T21:03:23.412Zinfo: running `cargo check --bins` on nexus-saga-recovery (124/150)
28782024-08-16T21:03:24.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-08-16T21:03:24.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-08-16T21:03:24.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-08-16T21:03:24.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28822024-08-16T21:03:24.145Z
28832024-08-16T21:03:24.145Zinfo: running `cargo check --bins` on nexus-test-utils-macros (125/150)
28842024-08-16T21:03:24.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-08-16T21:03:24.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-08-16T21:03:24.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-08-16T21:03:24.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28882024-08-16T21:03:24.782Z
28892024-08-16T21:03:24.783Zinfo: running `cargo check --bins` on omicron-nexus (126/150)
28902024-08-16T21:03:25.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-08-16T21:03:25.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-08-16T21:03:25.645Z Compiling libz-sys v1.1.16
28932024-08-16T21:03:25.746Z Compiling libgit2-sys v0.17.0+1.8.1
28942024-08-16T21:03:25.760Z Compiling vergen v8.3.2
28952024-08-16T21:03:25.763Z Compiling cargo-platform v0.1.8
28962024-08-16T21:03:25.763Z Compiling pin-project-internal v1.1.5
28972024-08-16T21:03:25.793Z Compiling snafu-derive v0.8.2
28982024-08-16T21:03:25.796Z Compiling libsqlite3-sys v0.28.0
28992024-08-16T21:03:25.796Z Compiling buf-list v1.0.3
29002024-08-16T21:03:26.094Z Compiling cargo_metadata v0.18.1
29012024-08-16T21:03:26.368Z Checking globset v0.4.14
29022024-08-16T21:03:26.410Z Checking olpc-cjson v0.1.3
29032024-08-16T21:03:26.566Z Checking rand_seeder v0.3.0
29042024-08-16T21:03:26.631Z Checking serde_plain v1.0.2
29052024-08-16T21:03:26.690Z Checking typed-path v0.7.1
29062024-08-16T21:03:26.811Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29072024-08-16T21:03:27.017Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29082024-08-16T21:03:27.183Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29092024-08-16T21:03:27.285Z Checking hashlink v0.9.1
29102024-08-16T21:03:27.325Z Checking fallible-iterator v0.3.0
29112024-08-16T21:03:27.462Z Checking fallible-streaming-iterator v0.1.9
29122024-08-16T21:03:27.660Z Checking parse-size v1.0.0
29132024-08-16T21:03:27.882Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29142024-08-16T21:03:27.921Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29152024-08-16T21:03:27.984Z Checking rusqlite v0.31.0
29162024-08-16T21:03:28.627Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29172024-08-16T21:03:28.717Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29182024-08-16T21:03:28.819Z Checking pin-project v1.1.5
29192024-08-16T21:03:28.928Z Checking twox-hash v1.6.3
29202024-08-16T21:03:29.036Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29212024-08-16T21:03:29.433Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29222024-08-16T21:03:29.671Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29232024-08-16T21:03:29.887Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29242024-08-16T21:03:29.906Z Checking fatfs v0.3.6
29252024-08-16T21:03:29.930Z Checking assert_matches v1.5.0
29262024-08-16T21:03:31.398Z Checking snafu v0.8.2
29272024-08-16T21:03:31.800Z Checking tough v0.17.1
29282024-08-16T21:03:35.638Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29292024-08-16T21:03:36.854Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29302024-08-16T21:03:36.998Z Compiling git2 v0.19.0
29312024-08-16T21:03:41.946Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29322024-08-16T21:04:44.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
29332024-08-16T21:04:44.846Z
29342024-08-16T21:04:44.846Zinfo: running `cargo check --bins` on nexus-internal-api (127/150)
29352024-08-16T21:04:45.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-08-16T21:04:45.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-08-16T21:04:45.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382024-08-16T21:04:45.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
29392024-08-16T21:04:45.574Z
29402024-08-16T21:04:45.574Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (128/150)
29412024-08-16T21:04:46.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422024-08-16T21:04:46.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432024-08-16T21:04:46.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442024-08-16T21:04:46.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29452024-08-16T21:04:46.291Z
29462024-08-16T21:04:46.291Zinfo: running `cargo check --bins` on nexus-networking (129/150)
29472024-08-16T21:04:46.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482024-08-16T21:04:46.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492024-08-16T21:04:46.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502024-08-16T21:04:46.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29512024-08-16T21:04:47.007Z
29522024-08-16T21:04:47.007Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (130/150)
29532024-08-16T21:04:47.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542024-08-16T21:04:47.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552024-08-16T21:04:47.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562024-08-16T21:04:47.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29572024-08-16T21:04:47.726Z
29582024-08-16T21:04:47.726Zinfo: running `cargo check --bins` on update-common (131/150)
29592024-08-16T21:04:48.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602024-08-16T21:04:48.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612024-08-16T21:04:48.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622024-08-16T21:04:48.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29632024-08-16T21:04:48.428Z
29642024-08-16T21:04:48.428Zinfo: running `cargo check --bins` on tufaceous-lib (132/150)
29652024-08-16T21:04:49.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662024-08-16T21:04:49.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672024-08-16T21:04:49.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682024-08-16T21:04:49.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29692024-08-16T21:04:49.129Z
29702024-08-16T21:04:49.129Zinfo: running `cargo check --bins` on tufaceous (133/150)
29712024-08-16T21:04:49.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-08-16T21:04:49.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-08-16T21:04:49.832Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29742024-08-16T21:04:50.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
29752024-08-16T21:04:50.912Z
29762024-08-16T21:04:50.913Zinfo: running `cargo check --bins` on omicron-dev (134/150)
29772024-08-16T21:04:51.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-08-16T21:04:51.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-08-16T21:04:51.806Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29802024-08-16T21:04:51.806Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29812024-08-16T21:04:51.808Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29822024-08-16T21:04:53.237Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29832024-08-16T21:04:55.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
29842024-08-16T21:04:55.890Z
29852024-08-16T21:04:55.890Zinfo: running `cargo check --bins` on openapi-manager (135/150)
29862024-08-16T21:04:56.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-08-16T21:04:56.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-08-16T21:04:56.645Z Checking heck v0.4.1
29892024-08-16T21:04:56.645Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29902024-08-16T21:04:56.647Z Checking is_ci v1.2.0
29912024-08-16T21:04:56.647Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29922024-08-16T21:04:56.647Z Checking indent_write v2.2.0
29932024-08-16T21:04:56.843Z Checking supports-color v3.0.0
29942024-08-16T21:04:56.900Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29952024-08-16T21:04:58.361Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29962024-08-16T21:04:59.218Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29972024-08-16T21:05:00.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
29982024-08-16T21:05:00.346Z
29992024-08-16T21:05:00.346Zinfo: running `cargo check --bins` on installinator-api (136/150)
30002024-08-16T21:05:00.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-08-16T21:05:00.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-08-16T21:05:00.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032024-08-16T21:05:00.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30042024-08-16T21:05:01.029Z
30052024-08-16T21:05:01.029Zinfo: running `cargo check --bins` on wicketd-api (137/150)
30062024-08-16T21:05:01.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-08-16T21:05:01.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-08-16T21:05:01.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092024-08-16T21:05:01.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30102024-08-16T21:05:01.720Z
30112024-08-16T21:05:01.721Zinfo: running `cargo check --bins` on reconfigurator-cli (138/150)
30122024-08-16T21:05:02.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-08-16T21:05:02.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-08-16T21:05:02.475Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30152024-08-16T21:05:03.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
30162024-08-16T21:05:03.899Z
30172024-08-16T21:05:03.899Zinfo: running `cargo check --bins` on omicron-releng (139/150)
30182024-08-16T21:05:04.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192024-08-16T21:05:04.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202024-08-16T21:05:04.632Z Checking memmap2 v0.9.4
30212024-08-16T21:05:04.632Z Checking untrusted v0.7.1
30222024-08-16T21:05:04.635Z Checking constant_time_eq v0.3.0
30232024-08-16T21:05:04.635Z Checking arrayvec v0.7.4
30242024-08-16T21:05:04.635Z Checking spin v0.5.2
30252024-08-16T21:05:04.635Z Checking arrayref v0.3.7
30262024-08-16T21:05:04.635Z Checking cargo-platform v0.1.8
30272024-08-16T21:05:04.635Z Checking topological-sort v0.2.2
30282024-08-16T21:05:04.811Z Checking shell-words v1.1.0
30292024-08-16T21:05:04.939Z Checking ring v0.16.20
30302024-08-16T21:05:05.020Z Checking cargo_metadata v0.18.1
30312024-08-16T21:05:05.095Z Checking blake3 v1.5.1
30322024-08-16T21:05:06.168Z Checking omicron-zone-package v0.11.0
30332024-08-16T21:05:07.287Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30342024-08-16T21:05:08.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
30352024-08-16T21:05:08.347Z
30362024-08-16T21:05:08.347Zinfo: running `cargo check --bins` on xtask (140/150)
30372024-08-16T21:05:08.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-08-16T21:05:08.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-08-16T21:05:08.850Z Checking serde v1.0.207
30402024-08-16T21:05:08.850Z Checking thiserror v1.0.63
30412024-08-16T21:05:08.852Z Checking scroll v0.12.0
30422024-08-16T21:05:08.852Z Checking hashbrown v0.14.5
30432024-08-16T21:05:08.931Z Checking log v0.4.21
30442024-08-16T21:05:08.942Z Checking bitflags v2.6.0
30452024-08-16T21:05:08.961Z Checking zerocopy v0.7.34
30462024-08-16T21:05:08.972Z Checking syn v2.0.74
30472024-08-16T21:05:09.041Z Checking pest v2.7.10
30482024-08-16T21:05:09.217Z Checking fs-err v2.11.0
30492024-08-16T21:05:09.235Z Checking rustix v0.38.34
30502024-08-16T21:05:09.421Z Checking goblin v0.8.2
30512024-08-16T21:05:09.510Z Checking tabled v0.15.0
30522024-08-16T21:05:10.080Z Checking indexmap v2.4.0
30532024-08-16T21:05:10.236Z Checking terminal_size v0.3.0
30542024-08-16T21:05:10.408Z Checking anyhow v1.0.86
30552024-08-16T21:05:10.422Z Checking clap_builder v4.5.15
30562024-08-16T21:05:11.581Z Checking dtrace-parser v0.2.0
30572024-08-16T21:05:13.030Z Checking serde_json v1.0.125
30582024-08-16T21:05:13.030Z Checking toml_datetime v0.6.8
30592024-08-16T21:05:13.033Z Checking serde_spanned v0.6.7
30602024-08-16T21:05:13.033Z Checking camino v1.1.8
30612024-08-16T21:05:13.033Z Checking cargo-platform v0.1.8
30622024-08-16T21:05:13.120Z Checking semver v1.0.23
30632024-08-16T21:05:13.145Z Checking clap v4.5.16
30642024-08-16T21:05:13.221Z Checking macaddr v1.0.1
30652024-08-16T21:05:13.340Z Checking toml_edit v0.22.20
30662024-08-16T21:05:14.177Z Checking dof v0.3.0
30672024-08-16T21:05:14.177Z Checking cargo_metadata v0.18.1
30682024-08-16T21:05:14.585Z Checking usdt-impl v0.5.0
30692024-08-16T21:05:14.957Z Checking usdt v0.5.0
30702024-08-16T21:05:15.176Z Checking toml v0.8.19
30712024-08-16T21:05:15.649Z Checking cargo_toml v0.20.4
30722024-08-16T21:05:16.932Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30732024-08-16T21:05:17.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
30742024-08-16T21:05:17.634Z
30752024-08-16T21:05:17.634Zinfo: running `cargo check --bins` on end-to-end-tests (141/150)
30762024-08-16T21:05:18.129Z Downloading crates ...
30772024-08-16T21:05:18.369Z Downloaded russh-cryptovec v0.7.2
30782024-08-16T21:05:18.375Z Downloaded md5 v0.7.0
30792024-08-16T21:05:18.377Z Downloaded bcrypt-pbkdf v0.10.0
30802024-08-16T21:05:18.378Z Downloaded option-ext v0.2.0
30812024-08-16T21:05:18.380Z Downloaded dhcproto-macros v0.1.0
30822024-08-16T21:05:18.383Z Downloaded dirs-sys v0.4.1
30832024-08-16T21:05:18.386Z Downloaded internet-checksum v0.2.1
30842024-08-16T21:05:18.386Z Downloaded ghash v0.5.1
30852024-08-16T21:05:18.389Z Downloaded ssh-cipher v0.2.0
30862024-08-16T21:05:18.389Z Downloaded ed25519 v2.2.3
30872024-08-16T21:05:18.392Z Downloaded dirs v5.0.1
30882024-08-16T21:05:18.392Z Downloaded rfc6979 v0.4.0
30892024-08-16T21:05:18.394Z Downloaded blowfish v0.9.1
30902024-08-16T21:05:18.394Z Downloaded ssh-encoding v0.2.0
30912024-08-16T21:05:18.397Z Downloaded primeorder v0.13.6
30922024-08-16T21:05:18.397Z Downloaded pbkdf2 v0.11.0
30932024-08-16T21:05:18.400Z Downloaded password-hash v0.4.2
30942024-08-16T21:05:18.402Z Downloaded polyval v0.6.2
30952024-08-16T21:05:18.402Z Downloaded hex-literal v0.4.1
30962024-08-16T21:05:18.405Z Downloaded ecdsa v0.16.9
30972024-08-16T21:05:18.405Z Downloaded aes-gcm v0.10.3
30982024-08-16T21:05:18.408Z Downloaded dhcproto v0.12.0
30992024-08-16T21:05:18.412Z Downloaded russh-keys v0.44.0
31002024-08-16T21:05:18.417Z Downloaded p256 v0.13.2
31012024-08-16T21:05:18.425Z Downloaded ed25519-dalek v2.1.1
31022024-08-16T21:05:18.429Z Downloaded num-bigint v0.4.5
31032024-08-16T21:05:18.434Z Downloaded russh v0.44.1
31042024-08-16T21:05:18.440Z Downloaded p521 v0.13.3
31052024-08-16T21:05:18.447Z Downloaded ssh-key v0.6.6
31062024-08-16T21:05:18.453Z Downloaded p384 v0.13.0
31072024-08-16T21:05:18.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-08-16T21:05:18.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-08-16T21:05:18.602Z Checking polyval v0.6.2
31102024-08-16T21:05:18.605Z Checking rfc6979 v0.4.0
31112024-08-16T21:05:18.718Z Checking primeorder v0.13.6
31122024-08-16T21:05:18.721Z Checking ctr v0.9.2
31132024-08-16T21:05:18.745Z Checking ed25519 v2.2.3
31142024-08-16T21:05:18.747Z Checking ssh-encoding v0.2.0
31152024-08-16T21:05:18.747Z Checking blowfish v0.9.1
31162024-08-16T21:05:18.747Z Checking option-ext v0.2.0
31172024-08-16T21:05:18.902Z Checking dirs-sys v0.4.1
31182024-08-16T21:05:18.931Z Checking ecdsa v0.16.9
31192024-08-16T21:05:18.947Z Checking ghash v0.5.1
31202024-08-16T21:05:19.001Z Checking password-hash v0.4.2
31212024-08-16T21:05:19.024Z Checking bcrypt-pbkdf v0.10.0
31222024-08-16T21:05:19.070Z Checking ed25519-dalek v2.1.1
31232024-08-16T21:05:19.072Z Checking matches v0.1.10
31242024-08-16T21:05:19.105Z Checking dirs v5.0.1
31252024-08-16T21:05:19.122Z Checking aes-gcm v0.10.3
31262024-08-16T21:05:19.167Z Checking idna v0.2.3
31272024-08-16T21:05:19.190Z Compiling enum-as-inner v0.5.1
31282024-08-16T21:05:19.242Z Checking russh-cryptovec v0.7.2
31292024-08-16T21:05:19.286Z Checking md5 v0.7.0
31302024-08-16T21:05:19.358Z Checking ssh-cipher v0.2.0
31312024-08-16T21:05:19.416Z Checking pbkdf2 v0.11.0
31322024-08-16T21:05:19.443Z Checking num-bigint v0.4.5
31332024-08-16T21:05:19.463Z Compiling dhcproto-macros v0.1.0
31342024-08-16T21:05:19.560Z Checking hex-literal v0.4.1
31352024-08-16T21:05:19.645Z Checking ssh-key v0.6.6
31362024-08-16T21:05:19.662Z Checking p256 v0.13.2
31372024-08-16T21:05:19.691Z Checking p521 v0.13.3
31382024-08-16T21:05:19.708Z Checking p384 v0.13.0
31392024-08-16T21:05:20.032Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31402024-08-16T21:05:20.172Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31412024-08-16T21:05:20.261Z Checking trust-dns-proto v0.22.0
31422024-08-16T21:05:20.421Z Checking internet-checksum v0.2.1
31432024-08-16T21:05:21.167Z Checking russh-keys v0.44.0
31442024-08-16T21:05:22.093Z Checking russh v0.44.1
31452024-08-16T21:05:23.022Z Checking dhcproto v0.12.0
31462024-08-16T21:05:40.620Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31472024-08-16T21:05:41.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.34s
31482024-08-16T21:05:42.167Z
31492024-08-16T21:05:42.167Zinfo: running `cargo check --bins` on gateway-cli (142/150)
31502024-08-16T21:05:42.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-08-16T21:05:42.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-08-16T21:05:42.825Z Checking termios v0.3.3
31532024-08-16T21:05:43.035Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31542024-08-16T21:05:43.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
31552024-08-16T21:05:43.964Z
31562024-08-16T21:05:43.965Zinfo: running `cargo check --bins --no-default-features` on installinator (143/150)
31572024-08-16T21:05:44.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-08-16T21:05:44.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-08-16T21:05:44.711Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31602024-08-16T21:05:46.762Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31612024-08-16T21:05:48.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
31622024-08-16T21:05:48.734Z
31632024-08-16T21:05:48.734Zinfo: running `cargo check --bins` on internal-dns-cli (144/150)
31642024-08-16T21:05:49.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652024-08-16T21:05:49.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662024-08-16T21:05:49.416Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31672024-08-16T21:05:49.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
31682024-08-16T21:05:50.018Z
31692024-08-16T21:05:50.018Zinfo: running `cargo check --bins` on omicron-package (145/150)
31702024-08-16T21:05:50.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712024-08-16T21:05:50.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722024-08-16T21:05:50.729Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31732024-08-16T21:05:51.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
31742024-08-16T21:05:52.134Z
31752024-08-16T21:05:52.134Zinfo: running `cargo check --bins` on wicket-dbg (146/150)
31762024-08-16T21:05:52.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772024-08-16T21:05:52.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782024-08-16T21:05:52.892Z Checking rtoolbox v0.0.2
31792024-08-16T21:05:52.892Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31802024-08-16T21:05:52.894Z Checking tui-tree-widget v0.22.0
31812024-08-16T21:05:53.109Z Checking rpassword v7.3.1
31822024-08-16T21:05:57.118Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832024-08-16T21:06:00.105Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31842024-08-16T21:06:01.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
31852024-08-16T21:06:01.369Z
31862024-08-16T21:06:01.369Zinfo: running `cargo check --bins` on wicket (147/150)
31872024-08-16T21:06:02.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-08-16T21:06:02.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-08-16T21:06:02.117Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31902024-08-16T21:06:02.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
31912024-08-16T21:06:02.674Z
31922024-08-16T21:06:02.674Zinfo: running `cargo check --bins` on wicketd (148/150)
31932024-08-16T21:06:03.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-08-16T21:06:03.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-08-16T21:06:03.405Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31962024-08-16T21:06:07.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
31972024-08-16T21:06:07.317Z
31982024-08-16T21:06:07.317Zinfo: running `cargo check --bins` on omicron-workspace-hack (149/150)
31992024-08-16T21:06:07.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002024-08-16T21:06:07.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012024-08-16T21:06:07.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022024-08-16T21:06:07.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32032024-08-16T21:06:07.972Z
32042024-08-16T21:06:07.972Zinfo: running `cargo check --bins` on zone-setup (150/150)
32052024-08-16T21:06:08.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062024-08-16T21:06:08.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072024-08-16T21:06:08.713Z Checking uzers v0.11.3
32082024-08-16T21:06:09.015Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32092024-08-16T21:06:10.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
32102024-08-16T21:06:10.285Z
32112024-08-16T21:06:10.285Zreal 11:17.170642268
32122024-08-16T21:06:10.285Zuser 23:29.253353714
32132024-08-16T21:06:10.285Zsys 5:07.088625287
32142024-08-16T21:06:10.286Ztrap 0.514036903
32152024-08-16T21:06:10.286Ztflt 2.853414591
32162024-08-16T21:06:10.289Zdflt 2.219216876
32172024-08-16T21:06:10.289Zkflt 0.015145130
32182024-08-16T21:06:10.289Zlock 43:09.515473201
32192024-08-16T21:06:10.289Zslp 1:56:30.221028660
32202024-08-16T21:06:10.289Zlat 57.095205965
32212024-08-16T21:06:10.289Zstop 2:50.779206839
32222024-08-16T21:06:10.289Zprocess exited: duration 877031 ms, exit code 0
 
32232024-08-16T21:06:10.294Zfound 0 output files