01J6WZ39KXZ2VTTFK6T2WZNS2B: 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: 01J6WZ3MZ167ZNP17YJ0SEDYZA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-09-03T22:12:25.100Zjob assigned to worker 01J6WZ3QF1FHAPGH3VXDPMBBRD (queued for 26 s)
 
22024-09-03T22:12:26.050Zstarting task 0: "setup"
32024-09-03T22:12:26.074Z++ uname -s
42024-09-03T22:12:26.074Z+ kern=SunOS
52024-09-03T22:12:26.074Z+ case "$kern" in
62024-09-03T22:12:26.074Z+ groupadd -g 12345 build
72024-09-03T22:12:26.074Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-09-03T22:12:28.079Z+ zfs create -o mountpoint=/work rpool/work
92024-09-03T22:12:28.116Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-09-03T22:12:28.143Z+ home_fs=zfs
112024-09-03T22:12:28.143Z+ [[ zfs == autofs ]]
122024-09-03T22:12:28.143Z+ mkdir -p /home/build
132024-09-03T22:12:28.143Z+ chown build:build /home/build /work
142024-09-03T22:12:30.128Z+ chmod 0700 /home/build /work
152024-09-03T22:12:30.154Zprocess exited: duration 4080 ms, exit code 0
 
162024-09-03T22:12:30.206Zstarting task 1: "rust-toolchain"
172024-09-03T22:12:30.231Z+ printf ' * toolchain channel = "%s"
182024-09-03T22:12:30.231Z' 1.80.1
192024-09-03T22:12:30.231Z+ printf ' * toolchain profile = "%s"
202024-09-03T22:12:30.231Z' default
212024-09-03T22:12:30.231Z * toolchain channel = "1.80.1"
222024-09-03T22:12:30.231Z * toolchain profile = "default"
232024-09-03T22:12:30.231Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-09-03T22:12:30.231Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-09-03T22:12:30.366Zinfo: downloading installer
262024-09-03T22:12:30.921Zinfo: profile set to 'default'
272024-09-03T22:12:30.921Zinfo: default host triple is x86_64-unknown-illumos
282024-09-03T22:12:30.945Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-09-03T22:12:31.012Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-09-03T22:12:31.012Zinfo: downloading component 'cargo'
312024-09-03T22:12:31.440Zinfo: downloading component 'clippy'
322024-09-03T22:12:31.506Zinfo: downloading component 'rust-docs'
332024-09-03T22:12:31.779Zinfo: downloading component 'rust-std'
342024-09-03T22:12:32.220Zinfo: downloading component 'rustc'
352024-09-03T22:12:33.476Zinfo: downloading component 'rustfmt'
362024-09-03T22:12:33.524Zinfo: installing component 'cargo'
372024-09-03T22:12:34.648Zinfo: installing component 'clippy'
382024-09-03T22:12:35.172Zinfo: installing component 'rust-docs'
392024-09-03T22:12:37.919Zinfo: installing component 'rust-std'
402024-09-03T22:12:39.892Zinfo: installing component 'rustc'
412024-09-03T22:12:44.732Zinfo: installing component 'rustfmt'
422024-09-03T22:12:45.114Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-09-03T22:12:45.114Z
442024-09-03T22:12:45.237Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-09-03T22:12:45.237Z
462024-09-03T22:12:45.237Z
472024-09-03T22:12:45.237ZRust is installed now. Great!
482024-09-03T22:12:45.237Z
492024-09-03T22:12:45.237ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-09-03T22:12:45.237Zenvironment variable. This has not been done automatically.
512024-09-03T22:12:45.237Z
522024-09-03T22:12:45.237ZTo configure your current shell, you need to source
532024-09-03T22:12:45.237Zthe corresponding env file under $HOME/.cargo.
542024-09-03T22:12:45.237Z
552024-09-03T22:12:45.237ZThis is usually done by running one of the following (note the leading DOT):
562024-09-03T22:12:45.237Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-09-03T22:12:45.237Zsource "$HOME/.cargo/env.fish" # For fish
582024-09-03T22:12:45.303Z+ rustc --version
592024-09-03T22:12:45.419Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-09-03T22:12:45.443Zprocess exited: duration 15219 ms, exit code 0
 
612024-09-03T22:12:45.494Zstarting task 2: "authentication"
622024-09-03T22:12:45.550Zprocess exited: duration 58 ms, exit code 0
 
632024-09-03T22:12:45.601Zstarting task 3: "clone repository"
642024-09-03T22:12:45.626Z+ mkdir -p /work/oxidecomputer/omicron
652024-09-03T22:12:45.626Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-09-03T22:12:45.652ZCloning into '/work/oxidecomputer/omicron'...
672024-09-03T22:12:53.404Z+ cd /work/oxidecomputer/omicron
682024-09-03T22:12:53.404Z+ git fetch origin 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b
692024-09-03T22:12:53.793ZFrom https://github.com/oxidecomputer/omicron
702024-09-03T22:12:53.793Z * branch 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b -> FETCH_HEAD
712024-09-03T22:12:53.817Z+ [[ -n iliana/lockfile-maintenance ]]
722024-09-03T22:12:53.817Z++ git branch --show-current
732024-09-03T22:12:53.817Z+ current=main
742024-09-03T22:12:53.817Z+ [[ main != iliana/lockfile-maintenance ]]
752024-09-03T22:12:53.817Z+ git branch -f iliana/lockfile-maintenance 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b
762024-09-03T22:12:53.841Z+ git checkout -f iliana/lockfile-maintenance
772024-09-03T22:12:54.002ZSwitched to branch 'iliana/lockfile-maintenance'
782024-09-03T22:12:54.027Z+ git reset --hard 72fafea7a1a59b06fcc1f0df3883bcffe9c4a94b
792024-09-03T22:12:54.027ZHEAD is now at 72fafea7a newer libfalcon uses xz to decompress images
802024-09-03T22:12:54.027Zprocess exited: duration 8422 ms, exit code 0
 
812024-09-03T22:12:54.076Zstarting task 4: "build"
822024-09-03T22:12:54.100Z+ cargo --version
832024-09-03T22:12:54.157Zcargo 1.80.1 (376290515 2024-07-16)
842024-09-03T22:12:54.181Z+ rustc --version
852024-09-03T22:12:54.233Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-09-03T22:12:54.258Z+ source ./env.sh
872024-09-03T22:12:54.258Z++ OLD_SHELL_OPTS=ehxB
882024-09-03T22:12:54.258Z++ set -o xtrace
892024-09-03T22:12:54.258Z++++ dirname ./env.sh
902024-09-03T22:12:54.258Z+++ readlink -f .
912024-09-03T22:12:54.258Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-09-03T22:12:54.258Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-09-03T22:12:54.258Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-09-03T22:12:54.258Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-09-03T22:12:54.258Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-09-03T22:12:54.258Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-09-03T22:12:54.258Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-09-03T22:12:54.258Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-09-03T22:12:54.258Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-09-03T22:12:54.258Z++ case $OLD_SHELL_OPTS in
1012024-09-03T22:12:54.258Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-09-03T22:12:54.258Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-09-03T22:12:54.258Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-09-03T22:12:54.258Z+ banner prerequisites
1052024-09-03T22:12:54.258Z
1062024-09-03T22:12:54.258Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-09-03T22:12:54.258Z # # # # # # # # # # # # # # #
1082024-09-03T22:12:54.258Z # # # # ##### # # ##### # # # # # #### #
1092024-09-03T22:12:54.258Z ##### ##### # ##### # # # # # # # # #
1102024-09-03T22:12:54.258Z # # # # # # # # # # # # # # #
1112024-09-03T22:12:54.258Z # # # ###### # # ###### ### # #### # #### #
1122024-09-03T22:12:54.258Z
1132024-09-03T22:12:54.258Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-09-03T22:12:59.452Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-09-03T22:13:02.183Z Startup: Caching catalogs ... Done
1162024-09-03T22:13:04.624ZPlanning: Solver setup ... Done (1.741s)
1172024-09-03T22:13:04.655ZPlanning: Running solver ... Done (0.031s)
1182024-09-03T22:13:04.691ZPlanning: Finding local manifests ... Done (0.002s)
1192024-09-03T22:13:04.776ZPlanning: Fetching manifests: 0/5 0% complete
1202024-09-03T22:13:05.250ZPlanning: Fetching manifests: 5/5 100% complete
1212024-09-03T22:13:05.377ZPlanning: Package planning ... Done (0.127s)
1222024-09-03T22:13:05.443ZPlanning: Merging actions ... Done (0.066s)
1232024-09-03T22:13:05.709ZPlanning: Checking for conflicting actions ... Done (0.266s)
1242024-09-03T22:13:06.792ZPlanning: Consolidating action changes ... Done (1.083s)
1252024-09-03T22:13:07.214ZPlanning: Evaluating mediators ... Done (0.422s)
1262024-09-03T22:13:07.310ZPlanning: Planning completed in 5.06 seconds
1272024-09-03T22:13:07.334Z Packages to install: 4
1282024-09-03T22:13:07.334Z Packages to update: 1
1292024-09-03T22:13:07.335Z Mediators to change: 2
1302024-09-03T22:13:07.335Z Services to change: 1
1312024-09-03T22:13:07.335Z Estimated space available: 148.82 GB
1322024-09-03T22:13:07.335ZEstimated space to be consumed: 1.53 GB
1332024-09-03T22:13:07.335Z Create boot environment: No
1342024-09-03T22:13:07.335ZCreate backup boot environment: Yes
1352024-09-03T22:13:07.335Z Rebuild boot archive: No
1362024-09-03T22:13:07.335Z
1372024-09-03T22:13:07.335ZChanged mediators:
1382024-09-03T22:13:07.335Z mediator clang:
1392024-09-03T22:13:07.335Z version: None -> 15 (system default)
1402024-09-03T22:13:07.335Z
1412024-09-03T22:13:07.335Z mediator llvm:
1422024-09-03T22:13:07.335Z version: 14 (system default) -> 15 (system default)
1432024-09-03T22:13:07.335Z
1442024-09-03T22:13:07.335ZChanged packages:
1452024-09-03T22:13:07.335Zhelios-dev
1462024-09-03T22:13:07.335Z developer/build-essential
1472024-09-03T22:13:07.335Z None -> 11-2.0
1482024-09-03T22:13:07.335Z library/libxmlsec1
1492024-09-03T22:13:07.335Z None -> 1.2.35-2.0
1502024-09-03T22:13:07.335Z ooce/developer/clang-15
1512024-09-03T22:13:07.335Z None -> 15.0.7-2.0
1522024-09-03T22:13:07.335Z ooce/developer/llvm-15
1532024-09-03T22:13:07.335Z None -> 15.0.7-2.0
1542024-09-03T22:13:07.335Z package/pkg
1552024-09-03T22:13:07.335Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-09-03T22:13:07.335Z
1572024-09-03T22:13:07.335ZServices:
1582024-09-03T22:13:07.335Z restart_fmri:
1592024-09-03T22:13:07.335Z svc:/system/update-man-index:default
1602024-09-03T22:13:07.335Z
1612024-09-03T22:13:07.335ZEditable files to change:
1622024-09-03T22:13:07.335Z Update:
1632024-09-03T22:13:07.335Z usr/share/lib/pkg/web/config.shtml
1642024-09-03T22:13:07.396Z
1652024-09-03T22:13:07.396ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-09-03T22:13:12.398ZDownload: 666/4281 items 18.0/220.6MB 8% complete (3.6M/s)
1672024-09-03T22:13:17.407ZDownload: 1209/4281 items 84.6/220.6MB 38% complete (8.6M/s)
1682024-09-03T22:13:22.411ZDownload: 1973/4281 items 118.5/220.6MB 53% complete (10.2M/s)
1692024-09-03T22:13:27.412ZDownload: 2819/4281 items 121.1/220.6MB 54% complete (3.7M/s)
1702024-09-03T22:13:32.412ZDownload: 3248/4281 items 202.5/220.6MB 91% complete (8.3M/s)
1712024-09-03T22:13:36.023ZDownload: Completed 220.60 MB in 28.63 seconds (7.7M/s)
1722024-09-03T22:13:37.541Z Actions: 1/5063 actions (Removing old actions)
1732024-09-03T22:13:37.566Z Actions: 194/5063 actions (Installing new actions)
1742024-09-03T22:13:42.620Z Actions: 3108/5063 actions (Installing new actions)
1752024-09-03T22:13:43.571Z Actions: 4226/5063 actions (Updating modified actions)
1762024-09-03T22:13:43.939Z Actions: Completed 5063 actions in 6.40 seconds.
1772024-09-03T22:13:44.340Z Done (0.392s)
1782024-09-03T22:13:44.365Z Done (0.000s)
1792024-09-03T22:13:44.787Z Done (0.446s)
1802024-09-03T22:13:50.042Z Done (5.115s)
1812024-09-03T22:13:50.146Z Done (0.020s)
1822024-09-03T22:13:50.169Z Done (0.000s)
1832024-09-03T22:13:50.318Z Done (0.000s)
1842024-09-03T22:13:50.953ZPlanning: Evaluating mediator changes ... Done
1852024-09-03T22:13:51.154ZPlanning: Checking for conflicting actions ... Done
1862024-09-03T22:13:51.178ZPlanning: Consolidating action changes ... Done
1872024-09-03T22:13:51.488ZPlanning: Evaluating mediators ... Done
1882024-09-03T22:13:51.512ZPlanning: Planning completed in 0.54 seconds
1892024-09-03T22:13:51.536Z Mediators to change: 2
1902024-09-03T22:13:51.536Z Create boot environment: No
1912024-09-03T22:13:51.536ZCreate backup boot environment: No
1922024-09-03T22:13:51.595Z Done
1932024-09-03T22:13:51.595Z Done
1942024-09-03T22:13:51.879Z Done
1952024-09-03T22:13:56.495Z Done
1962024-09-03T22:13:56.592Z Done
1972024-09-03T22:13:56.592Z Done
1982024-09-03T22:13:56.641Z Done
1992024-09-03T22:13:57.391ZPlanning: Evaluating mediator changes ... Done
2002024-09-03T22:13:57.415ZPlanning: Merging actions ... Done
2012024-09-03T22:13:57.627ZPlanning: Checking for conflicting actions ... Done
2022024-09-03T22:13:57.652ZPlanning: Consolidating action changes ... Done
2032024-09-03T22:13:57.958ZPlanning: Evaluating mediators ... Done
2042024-09-03T22:13:58.031ZPlanning: Planning completed in 0.94 seconds
2052024-09-03T22:13:58.082Z Packages to change: 1
2062024-09-03T22:13:58.082Z Mediators to change: 1
2072024-09-03T22:13:58.082Z Services to change: 1
2082024-09-03T22:13:58.083Z Create boot environment: No
2092024-09-03T22:13:58.083ZCreate backup boot environment: Yes
2102024-09-03T22:13:59.623Z Actions: 1/6 actions (Updating modified actions)
2112024-09-03T22:13:59.647Z Actions: Completed 6 actions in 0.00 seconds.
2122024-09-03T22:13:59.647Z Done
2132024-09-03T22:13:59.647Z Done
2142024-09-03T22:13:59.724Z Done
2152024-09-03T22:14:04.237Z Done
2162024-09-03T22:14:04.336Z Done
2172024-09-03T22:14:04.360Z Done
2182024-09-03T22:14:04.427Z Done
2192024-09-03T22:14:04.949ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-09-03T22:14:04.949Zclang system 15 system
2212024-09-03T22:14:04.949Zcsh system system illumos
2222024-09-03T22:14:04.949Zctags system system illumos
2232024-09-03T22:14:04.949Zgcc vendor 12 vendor
2242024-09-03T22:14:04.949Zgcc system 10 system
2252024-09-03T22:14:04.949Zgcc system 7 system
2262024-09-03T22:14:04.949Zgo system 1.20 system
2272024-09-03T22:14:04.949Zgo system 1.19 system
2282024-09-03T22:14:04.949Zllvm system 15 system
2292024-09-03T22:14:04.949Zllvm system 14 system
2302024-09-03T22:14:04.949Zmariadb system 10.6 system
2312024-09-03T22:14:04.949Zmta vendor vendor dma
2322024-09-03T22:14:04.949Zopenjdk system 17 system
2332024-09-03T22:14:04.949Zopenjdk system 11 system
2342024-09-03T22:14:04.949Zopenjdk system 1.8 system
2352024-09-03T22:14:04.949Zopenssl vendor 3 vendor
2362024-09-03T22:14:04.949Zperl system 5.36 system
2372024-09-03T22:14:04.949Zpostgresql system 15 system
2382024-09-03T22:14:04.949Zpostgresql system 13 system
2392024-09-03T22:14:04.949Zpython vendor 3 vendor
2402024-09-03T22:14:04.949Zpython system 2 system
2412024-09-03T22:14:04.950Zpython3 system 3.11 system
2422024-09-03T22:14:04.950Zruby system 3.0 system
2432024-09-03T22:14:04.950Zwords vendor vendor american-english
2442024-09-03T22:14:04.950Zwords system system australian-english
2452024-09-03T22:14:04.950Zwords system system british-english
2462024-09-03T22:14:04.950Zwords system system canadian-english
2472024-09-03T22:14:04.950Zwords system system french
2482024-09-03T22:14:04.950Zwords system system italian
2492024-09-03T22:14:04.950Zwords system system ngerman
2502024-09-03T22:14:04.950Zwords system system ogerman
2512024-09-03T22:14:04.950Zwords system system spanish
2522024-09-03T22:14:05.350ZPUBLISHER TYPE STATUS P LOCATION
2532024-09-03T22:14:05.350Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-09-03T22:14:07.517ZFMRI IFO
2552024-09-03T22:14:07.517Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-09-03T22:14:07.517Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-09-03T22:14:07.517Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-09-03T22:14:07.517Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-09-03T22:14:07.517Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-09-03T22:14:07.517Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-09-03T22:14:07.517Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-09-03T22:14:07.517Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-09-03T22:14:07.517Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-09-03T22:14:07.517Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2652024-09-03T22:14:07.518Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2662024-09-03T22:14:07.518Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2672024-09-03T22:14:07.518Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2682024-09-03T22:14:08.201Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2692024-09-03T22:14:08.616Z Updating crates.io index
2702024-09-03T22:14:08.640Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2712024-09-03T22:14:09.516Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722024-09-03T22:14:10.411Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2732024-09-03T22:14:10.751Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2742024-09-03T22:14:12.565Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-09-03T22:14:12.893Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-09-03T22:14:13.232Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-09-03T22:14:14.445Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-09-03T22:14:16.620Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-09-03T22:14:17.737Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-09-03T22:14:18.467Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2812024-09-03T22:14:18.858Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2822024-09-03T22:14:19.537Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2832024-09-03T22:14:19.906Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2842024-09-03T22:14:20.243Z Updating git repository `https://github.com/oxidecomputer/qorb`
2852024-09-03T22:14:20.768Z Updating git repository `https://github.com/oxidecomputer/propolis`
2862024-09-03T22:14:21.332Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-09-03T22:14:21.688Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-09-03T22:14:22.031Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-09-03T22:14:22.356Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-09-03T22:14:22.706Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912024-09-03T22:14:23.101Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2922024-09-03T22:14:23.481Z Updating git repository `https://github.com/oxidecomputer/ispf`
2932024-09-03T22:14:23.959Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2942024-09-03T22:14:24.220Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2952024-09-03T22:14:24.744Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2962024-09-03T22:14:25.147Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-09-03T22:14:25.676Z Updating git repository `https://github.com/oxidecomputer/typify`
2982024-09-03T22:14:28.576Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-09-03T22:14:28.912Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-09-03T22:14:29.277Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-09-03T22:14:30.591Z Downloading crates ...
3022024-09-03T22:14:30.646Z Downloaded equivalent v1.0.1
3032024-09-03T22:14:30.670Z Downloaded block-buffer v0.10.4
3042024-09-03T22:14:30.670Z Downloaded byteorder v1.5.0
3052024-09-03T22:14:30.670Z Downloaded thiserror-impl v1.0.63
3062024-09-03T22:14:30.670Z Downloaded anstyle-parse v0.2.5
3072024-09-03T22:14:30.670Z Downloaded heck v0.4.1
3082024-09-03T22:14:30.670Z Downloaded utf8parse v0.2.2
3092024-09-03T22:14:30.670Z Downloaded usdt-impl v0.5.0
3102024-09-03T22:14:30.670Z Downloaded tempfile v3.12.0
3112024-09-03T22:14:30.695Z Downloaded zerocopy-derive v0.7.35
3122024-09-03T22:14:30.695Z Downloaded unicode-ident v1.0.12
3132024-09-03T22:14:30.695Z Downloaded winnow v0.6.18
3142024-09-03T22:14:30.719Z Downloaded serde v1.0.209
3152024-09-03T22:14:30.719Z Downloaded zerocopy v0.7.35
3162024-09-03T22:14:30.743Z Downloaded unicode-width v0.1.13
3172024-09-03T22:14:30.743Z Downloaded syn v2.0.77
3182024-09-03T22:14:30.743Z Downloaded libc v0.2.158
3192024-09-03T22:14:30.772Z Downloaded syn v1.0.109
3202024-09-03T22:14:30.796Z Downloaded serde_json v1.0.127
3212024-09-03T22:14:30.796Z Downloaded rustix v0.38.35
3222024-09-03T22:14:30.820Z Downloaded thiserror v1.0.63
3232024-09-03T22:14:30.844Z Downloaded terminal_size v0.3.0
3242024-09-03T22:14:30.844Z Downloaded tabled_derive v0.7.0
3252024-09-03T22:14:30.844Z Downloaded tabled v0.15.0
3262024-09-03T22:14:30.868Z Downloaded ryu v1.0.18
3272024-09-03T22:14:30.868Z Downloaded pest v2.7.11
3282024-09-03T22:14:30.868Z Downloaded memchr v2.7.4
3292024-09-03T22:14:30.868Z Downloaded heck v0.5.0
3302024-09-03T22:14:30.868Z Downloaded hashbrown v0.14.5
3312024-09-03T22:14:30.892Z Downloaded goblin v0.8.2
3322024-09-03T22:14:30.892Z Downloaded clap_builder v4.5.15
3332024-09-03T22:14:30.892Z Downloaded typenum v1.17.0
3342024-09-03T22:14:30.892Z Downloaded toml_edit v0.22.20
3352024-09-03T22:14:30.920Z Downloaded toml_datetime v0.6.8
3362024-09-03T22:14:30.944Z Downloaded toml v0.8.19
3372024-09-03T22:14:30.944Z Downloaded thread-id v4.2.2
3382024-09-03T22:14:30.944Z Downloaded smawk v0.3.2
3392024-09-03T22:14:30.944Z Downloaded serde_tokenstream v0.2.2
3402024-09-03T22:14:30.944Z Downloaded scroll_derive v0.12.0
3412024-09-03T22:14:30.944Z Downloaded quote v1.0.37
3422024-09-03T22:14:30.944Z Downloaded proc-macro-error-attr v1.0.4
3432024-09-03T22:14:30.944Z Downloaded plain v0.2.3
3442024-09-03T22:14:30.944Z Downloaded once_cell v1.19.0
3452024-09-03T22:14:30.944Z Downloaded macaddr v1.0.1
3462024-09-03T22:14:30.968Z Downloaded log v0.4.22
3472024-09-03T22:14:30.968Z Downloaded version_check v0.9.5
3482024-09-03T22:14:30.968Z Downloaded usdt-macro v0.5.0
3492024-09-03T22:14:30.968Z Downloaded usdt-attr-macro v0.5.0
3502024-09-03T22:14:30.968Z Downloaded ucd-trie v0.1.6
3512024-09-03T22:14:30.968Z Downloaded textwrap v0.16.1
3522024-09-03T22:14:30.968Z Downloaded swrite v0.1.0
3532024-09-03T22:14:30.968Z Downloaded serde_derive v1.0.209
3542024-09-03T22:14:30.968Z Downloaded proc-macro2 v1.0.86
3552024-09-03T22:14:30.968Z Downloaded pest_meta v2.7.11
3562024-09-03T22:14:30.968Z Downloaded papergrid v0.11.0
3572024-09-03T22:14:30.993Z Downloaded is_terminal_polyfill v1.70.1
3582024-09-03T22:14:30.993Z Downloaded indexmap v2.5.0
3592024-09-03T22:14:30.993Z Downloaded usdt v0.5.0
3602024-09-03T22:14:30.993Z Downloaded strsim v0.11.1
3612024-09-03T22:14:30.993Z Downloaded sha2 v0.10.8
3622024-09-03T22:14:30.993Z Downloaded serde_spanned v0.6.7
3632024-09-03T22:14:31.017Z Downloaded semver v1.0.23
3642024-09-03T22:14:31.017Z Downloaded scroll v0.12.0
3652024-09-03T22:14:31.017Z Downloaded proc-macro-error v1.0.4
3662024-09-03T22:14:31.017Z Downloaded pest_generator v2.7.11
3672024-09-03T22:14:31.017Z Downloaded pest_derive v2.7.11
3682024-09-03T22:14:31.017Z Downloaded memmap v0.7.0
3692024-09-03T22:14:31.017Z Downloaded itoa v1.0.11
3702024-09-03T22:14:31.017Z Downloaded generic-array v0.14.7
3712024-09-03T22:14:31.041Z Downloaded fnv v1.0.7
3722024-09-03T22:14:31.041Z Downloaded errno v0.3.9
3732024-09-03T22:14:31.041Z Downloaded digest v0.10.7
3742024-09-03T22:14:31.041Z Downloaded cpufeatures v0.2.13
3752024-09-03T22:14:31.041Z Downloaded clap_lex v0.7.2
3762024-09-03T22:14:31.041Z Downloaded clap_derive v4.5.13
3772024-09-03T22:14:31.041Z Downloaded clap v4.5.16
3782024-09-03T22:14:31.090Z Downloaded cfg-if v1.0.0
3792024-09-03T22:14:31.090Z Downloaded cargo_toml v0.20.4
3802024-09-03T22:14:31.090Z Downloaded cargo-platform v0.1.8
3812024-09-03T22:14:31.115Z Downloaded camino v1.1.9
3822024-09-03T22:14:31.115Z Downloaded bitflags v2.6.0
3832024-09-03T22:14:31.115Z Downloaded unicode-linebreak v0.1.5
3842024-09-03T22:14:31.115Z Downloaded fs-err v2.11.0
3852024-09-03T22:14:31.115Z Downloaded dtrace-parser v0.2.0
3862024-09-03T22:14:31.115Z Downloaded crypto-common v0.1.6
3872024-09-03T22:14:31.115Z Downloaded bytecount v0.6.8
3882024-09-03T22:14:31.115Z Downloaded anyhow v1.0.86
3892024-09-03T22:14:31.115Z Downloaded anstream v0.6.15
3902024-09-03T22:14:31.115Z Downloaded pretty-hex v0.4.1
3912024-09-03T22:14:31.115Z Downloaded fastrand v2.1.1
3922024-09-03T22:14:31.115Z Downloaded dof v0.3.0
3932024-09-03T22:14:31.115Z Downloaded colorchoice v1.0.2
3942024-09-03T22:14:31.115Z Downloaded cargo_metadata v0.18.1
3952024-09-03T22:14:31.115Z Downloaded camino-tempfile v1.1.1
3962024-09-03T22:14:31.115Z Downloaded autocfg v1.3.0
3972024-09-03T22:14:31.115Z Downloaded anstyle v1.0.8
3982024-09-03T22:14:31.115Z Downloaded anstyle-query v1.1.1
3992024-09-03T22:14:31.236Z Compiling proc-macro2 v1.0.86
4002024-09-03T22:14:31.260Z Compiling unicode-ident v1.0.12
4012024-09-03T22:14:31.260Z Compiling serde v1.0.209
4022024-09-03T22:14:31.260Z Compiling version_check v0.9.5
4032024-09-03T22:14:31.260Z Compiling memchr v2.7.4
4042024-09-03T22:14:31.260Z Compiling thiserror v1.0.63
4052024-09-03T22:14:31.260Z Compiling libc v0.2.158
4062024-09-03T22:14:31.260Z Compiling ryu v1.0.18
4072024-09-03T22:14:31.586Z Compiling itoa v1.0.11
4082024-09-03T22:14:31.769Z Compiling ucd-trie v0.1.6
4092024-09-03T22:14:31.812Z Compiling once_cell v1.19.0
4102024-09-03T22:14:32.125Z Compiling byteorder v1.5.0
4112024-09-03T22:14:32.149Z Compiling serde_json v1.0.127
4122024-09-03T22:14:32.340Z Compiling rustix v0.38.35
4132024-09-03T22:14:32.555Z Compiling bitflags v2.6.0
4142024-09-03T22:14:32.651Z Compiling usdt-impl v0.5.0
4152024-09-03T22:14:32.817Z Compiling proc-macro-error-attr v1.0.4
4162024-09-03T22:14:32.936Z Compiling quote v1.0.37
4172024-09-03T22:14:32.960Z Compiling syn v1.0.109
4182024-09-03T22:14:33.151Z Compiling proc-macro-error v1.0.4
4192024-09-03T22:14:33.180Z Compiling utf8parse v0.2.2
4202024-09-03T22:14:33.212Z Compiling log v0.4.22
4212024-09-03T22:14:33.344Z Compiling syn v2.0.77
4222024-09-03T22:14:33.413Z Compiling errno v0.3.9
4232024-09-03T22:14:33.544Z Compiling plain v0.2.3
4242024-09-03T22:14:33.578Z Compiling thread-id v4.2.2
4252024-09-03T22:14:33.601Z Compiling equivalent v1.0.1
4262024-09-03T22:14:33.661Z Compiling camino v1.1.9
4272024-09-03T22:14:33.692Z Compiling hashbrown v0.14.5
4282024-09-03T22:14:33.783Z Compiling anstyle-parse v0.2.5
4292024-09-03T22:14:34.121Z Compiling unicode-width v0.1.13
4302024-09-03T22:14:34.239Z Compiling pretty-hex v0.4.1
4312024-09-03T22:14:34.342Z Compiling autocfg v1.3.0
4322024-09-03T22:14:34.368Z Compiling anstyle v1.0.8
4332024-09-03T22:14:34.544Z Compiling semver v1.0.23
4342024-09-03T22:14:34.629Z Compiling colorchoice v1.0.2
4352024-09-03T22:14:34.770Z Compiling anstyle-query v1.1.1
4362024-09-03T22:14:34.841Z Compiling indexmap v2.5.0
4372024-09-03T22:14:34.908Z Compiling winnow v0.6.18
4382024-09-03T22:14:34.938Z Compiling is_terminal_polyfill v1.70.1
4392024-09-03T22:14:35.047Z Compiling anstream v0.6.15
4402024-09-03T22:14:35.269Z Compiling fs-err v2.11.0
4412024-09-03T22:14:35.389Z Compiling bytecount v0.6.8
4422024-09-03T22:14:35.629Z Compiling terminal_size v0.3.0
4432024-09-03T22:14:35.718Z Compiling heck v0.5.0
4442024-09-03T22:14:35.798Z Compiling fnv v1.0.7
4452024-09-03T22:14:35.859Z Compiling anyhow v1.0.86
4462024-09-03T22:14:35.953Z Compiling heck v0.4.1
4472024-09-03T22:14:36.281Z Compiling clap_lex v0.7.2
4482024-09-03T22:14:36.465Z Compiling cfg-if v1.0.0
4492024-09-03T22:14:36.550Z Compiling strsim v0.11.1
4502024-09-03T22:14:36.579Z Compiling fastrand v2.1.1
4512024-09-03T22:14:36.816Z Compiling papergrid v0.11.0
4522024-09-03T22:14:36.875Z Compiling clap_builder v4.5.15
4532024-09-03T22:14:37.056Z Compiling tempfile v3.12.0
4542024-09-03T22:14:37.300Z Compiling memmap v0.7.0
4552024-09-03T22:14:37.446Z Compiling unicode-linebreak v0.1.5
4562024-09-03T22:14:37.634Z Compiling smawk v0.3.2
4572024-09-03T22:14:37.842Z Compiling textwrap v0.16.1
4582024-09-03T22:14:38.224Z Compiling swrite v0.1.0
4592024-09-03T22:14:39.138Z Compiling tabled_derive v0.7.0
4602024-09-03T22:14:40.733Z Compiling tabled v0.15.0
4612024-09-03T22:14:41.800Z Compiling serde_derive v1.0.209
4622024-09-03T22:14:41.824Z Compiling thiserror-impl v1.0.63
4632024-09-03T22:14:41.824Z Compiling zerocopy-derive v0.7.35
4642024-09-03T22:14:41.847Z Compiling scroll_derive v0.12.0
4652024-09-03T22:14:41.996Z Compiling clap_derive v4.5.13
4662024-09-03T22:14:43.014Z Compiling scroll v0.12.0
4672024-09-03T22:14:43.433Z Compiling goblin v0.8.2
4682024-09-03T22:14:43.638Z Compiling zerocopy v0.7.35
4692024-09-03T22:14:44.052Z Compiling pest v2.7.11
4702024-09-03T22:14:45.185Z Compiling clap v4.5.16
4712024-09-03T22:14:46.117Z Compiling pest_meta v2.7.11
4722024-09-03T22:14:47.091Z Compiling pest_generator v2.7.11
4732024-09-03T22:14:48.795Z Compiling pest_derive v2.7.11
4742024-09-03T22:14:49.461Z Compiling dtrace-parser v0.2.0
4752024-09-03T22:14:51.304Z Compiling serde_spanned v0.6.7
4762024-09-03T22:14:51.304Z Compiling toml_datetime v0.6.8
4772024-09-03T22:14:51.327Z Compiling cargo-platform v0.1.8
4782024-09-03T22:14:51.670Z Compiling serde_tokenstream v0.2.2
4792024-09-03T22:14:51.837Z Compiling toml_edit v0.22.20
4802024-09-03T22:14:51.884Z Compiling camino-tempfile v1.1.1
4812024-09-03T22:14:51.911Z Compiling macaddr v1.0.1
4822024-09-03T22:14:52.691Z Compiling dof v0.3.0
4832024-09-03T22:14:52.691Z Compiling cargo_metadata v0.18.1
4842024-09-03T22:14:54.458Z Compiling toml v0.8.19
4852024-09-03T22:14:54.553Z Compiling usdt-macro v0.5.0
4862024-09-03T22:14:54.576Z Compiling usdt-attr-macro v0.5.0
4872024-09-03T22:14:55.160Z Compiling cargo_toml v0.20.4
4882024-09-03T22:14:55.686Z Compiling usdt v0.5.0
4892024-09-03T22:14:59.489Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-09-03T22:15:04.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.58s
4912024-09-03T22:15:04.683Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-09-03T22:15:05.467Z Downloading crates ...
4932024-09-03T22:15:05.607Z Downloaded assert_matches v1.5.0
4942024-09-03T22:15:05.633Z Downloaded crunchy v0.2.2
4952024-09-03T22:15:05.634Z Downloaded async-stream-impl v0.3.5
4962024-09-03T22:15:05.634Z Downloaded curve25519-dalek-derive v0.1.1
4972024-09-03T22:15:05.634Z Downloaded ctr v0.9.2
4982024-09-03T22:15:05.658Z Downloaded crossbeam-deque v0.8.5
4992024-09-03T22:15:05.658Z Downloaded hubpack_derive v0.1.1
5002024-09-03T22:15:05.658Z Downloaded normalize-line-endings v0.3.0
5012024-09-03T22:15:05.658Z Downloaded crossbeam-utils v0.8.20
5022024-09-03T22:15:05.658Z Downloaded managed v0.8.0
5032024-09-03T22:15:05.682Z Downloaded num-integer v0.1.46
5042024-09-03T22:15:05.683Z Downloaded num-rational v0.4.2
5052024-09-03T22:15:05.683Z Downloaded scrypt v0.11.0
5062024-09-03T22:15:05.683Z Downloaded tower-service v0.3.3
5072024-09-03T22:15:05.708Z Downloaded strum v0.26.3
5082024-09-03T22:15:05.708Z Downloaded structmeta-derive v0.2.0
5092024-09-03T22:15:05.708Z Downloaded nu-ansi-term v0.50.1
5102024-09-03T22:15:05.708Z Downloaded foreign-types v0.3.2
5112024-09-03T22:15:05.708Z Downloaded parse-size v1.0.0
5122024-09-03T22:15:05.708Z Downloaded foreign-types v0.5.0
5132024-09-03T22:15:06.279Z Downloaded untrusted v0.7.1
5142024-09-03T22:15:06.279Z Downloaded aes-gcm v0.10.3
5152024-09-03T22:15:06.279Z Downloaded tinyvec_macros v0.1.1
5162024-09-03T22:15:06.279Z Downloaded parse-display-derive v0.10.0
5172024-09-03T22:15:06.279Z Downloaded tls_codec v0.4.1
5182024-09-03T22:15:06.279Z Downloaded tokio-native-tls v0.3.1
5192024-09-03T22:15:06.279Z Downloaded endian-type v0.1.2
5202024-09-03T22:15:06.279Z Downloaded tls_codec_derive v0.4.1
5212024-09-03T22:15:06.279Z Downloaded time-core v0.1.2
5222024-09-03T22:15:06.279Z Downloaded sqlparser_derive v0.2.2
5232024-09-03T22:15:06.279Z Downloaded tokio-stream v0.1.15
5242024-09-03T22:15:06.279Z Downloaded tokio-rustls v0.25.0
5252024-09-03T22:15:06.279Z Downloaded sqlformat v0.2.4
5262024-09-03T22:15:06.279Z Downloaded russh-cryptovec v0.7.3
5272024-09-03T22:15:06.279Z Downloaded hex-literal v0.4.1
5282024-09-03T22:15:06.279Z Downloaded derive_builder_macro v0.20.1
5292024-09-03T22:15:06.279Z Downloaded debug-ignore v1.0.5
5302024-09-03T22:15:06.279Z Downloaded hash32 v0.2.1
5312024-09-03T22:15:06.279Z Downloaded group v0.13.0
5322024-09-03T22:15:06.279Z Downloaded rand_chacha v0.3.1
5332024-09-03T22:15:06.279Z Downloaded serde_with_macros v3.9.0
5342024-09-03T22:15:06.279Z Downloaded rtoolbox v0.0.2
5352024-09-03T22:15:06.279Z Downloaded rustls-pemfile v1.0.4
5362024-09-03T22:15:06.279Z Downloaded pem v3.0.4
5372024-09-03T22:15:06.279Z Downloaded phf_shared v0.11.2
5382024-09-03T22:15:06.279Z Downloaded hashlink v0.9.1
5392024-09-03T22:15:06.280Z Downloaded oso v0.27.3
5402024-09-03T22:15:06.280Z Downloaded rand_xorshift v0.3.0
5412024-09-03T22:15:06.280Z Downloaded rand_seeder v0.3.0
5422024-09-03T22:15:06.280Z Downloaded psl-types v2.0.11
5432024-09-03T22:15:06.280Z Downloaded tracing-attributes v0.1.27
5442024-09-03T22:15:06.280Z Downloaded tokio-tungstenite v0.23.1
5452024-09-03T22:15:06.280Z Downloaded signal-hook-tokio v0.3.1
5462024-09-03T22:15:06.280Z Downloaded foreign-types-shared v0.3.1
5472024-09-03T22:15:06.280Z Downloaded precomputed-hash v0.1.1
5482024-09-03T22:15:06.280Z Downloaded pin-project-internal v1.1.5
5492024-09-03T22:15:06.280Z Downloaded tap v1.0.1
5502024-09-03T22:15:06.280Z Downloaded snafu-derive v0.8.4
5512024-09-03T22:15:06.280Z Downloaded rustc-demangle v0.1.24
5522024-09-03T22:15:06.280Z Downloaded zone v0.3.0
5532024-09-03T22:15:06.280Z Downloaded want v0.3.1
5542024-09-03T22:15:06.280Z Downloaded slog-scope v4.4.0
5552024-09-03T22:15:06.280Z Downloaded slab v0.4.9
5562024-09-03T22:15:06.280Z Downloaded proc-macro-crate v1.3.1
5572024-09-03T22:15:06.280Z Downloaded slog-dtrace v0.3.0
5582024-09-03T22:15:06.280Z Downloaded form_urlencoded v1.2.1
5592024-09-03T22:15:06.280Z Downloaded smf v0.2.3
5602024-09-03T22:15:06.280Z Downloaded dhcproto v0.12.0
5612024-09-03T22:15:06.280Z Downloaded futures-io v0.3.30
5622024-09-03T22:15:06.280Z Downloaded number_prefix v0.4.0
5632024-09-03T22:15:06.280Z Downloaded waitgroup v0.1.2
5642024-09-03T22:15:06.280Z Downloaded dropshot_endpoint v0.11.0
5652024-09-03T22:15:06.280Z Downloaded tokio-tungstenite v0.20.1
5662024-09-03T22:15:06.280Z Downloaded ssh-cipher v0.2.0
5672024-09-03T22:15:06.280Z Downloaded zeroize_derive v1.4.2
5682024-09-03T22:15:06.280Z Downloaded signature v2.2.0
5692024-09-03T22:15:06.280Z Downloaded rustversion v1.0.17
5702024-09-03T22:15:06.280Z Downloaded elliptic-curve v0.13.8
5712024-09-03T22:15:06.280Z Downloaded fxhash v0.2.1
5722024-09-03T22:15:06.280Z Downloaded smallvec v1.13.2
5732024-09-03T22:15:06.280Z Downloaded resolv-conf v0.7.0
5742024-09-03T22:15:06.280Z Downloaded heapless v0.8.0
5752024-09-03T22:15:06.280Z Downloaded try-lock v0.2.5
5762024-09-03T22:15:06.280Z Downloaded which v4.4.2
5772024-09-03T22:15:06.280Z Downloaded ppv-lite86 v0.2.20
5782024-09-03T22:15:06.280Z Downloaded tabwriter v1.4.0
5792024-09-03T22:15:06.281Z Downloaded sync_wrapper v0.1.2
5802024-09-03T22:15:06.281Z Downloaded num_enum_derive v0.5.11
5812024-09-03T22:15:06.281Z Downloaded predicates-core v1.0.8
5822024-09-03T22:15:06.281Z Downloaded walkdir v2.5.0
5832024-09-03T22:15:06.281Z Downloaded bitvec v1.0.1
5842024-09-03T22:15:06.281Z Downloaded xattr v1.3.1
5852024-09-03T22:15:06.281Z Downloaded supports-color v3.0.0
5862024-09-03T22:15:06.281Z Downloaded idna v0.2.3
5872024-09-03T22:15:06.281Z Downloaded strum_macros v0.26.4
5882024-09-03T22:15:06.281Z Downloaded highway v1.2.0
5892024-09-03T22:15:06.281Z Downloaded zerocopy v0.6.6
5902024-09-03T22:15:06.281Z Downloaded similar v2.6.0
5912024-09-03T22:15:06.281Z Downloaded futures v0.3.30
5922024-09-03T22:15:06.281Z Downloaded subprocess v0.2.9
5932024-09-03T22:15:06.281Z Downloaded predicates-tree v1.0.11
5942024-09-03T22:15:06.281Z Downloaded strum_macros v0.25.3
5952024-09-03T22:15:06.281Z Downloaded hickory-server v0.24.1
5962024-09-03T22:15:06.281Z Downloaded strum_macros v0.24.3
5972024-09-03T22:15:06.281Z Downloaded hmac v0.12.1
5982024-09-03T22:15:06.281Z Downloaded ron v0.7.1
5992024-09-03T22:15:06.281Z Downloaded tungstenite v0.21.0
6002024-09-03T22:15:06.281Z Downloaded hickory-client v0.24.1
6012024-09-03T22:15:06.281Z Downloaded subtle v2.6.1
6022024-09-03T22:15:06.281Z Downloaded wait-timeout v0.2.0
6032024-09-03T22:15:06.281Z Downloaded rusqlite v0.31.0
6042024-09-03T22:15:06.281Z Downloaded http v0.2.12
6052024-09-03T22:15:06.281Z Downloaded vsss-rs v3.3.4
6062024-09-03T22:15:06.281Z Downloaded diesel_derives v2.2.3
6072024-09-03T22:15:06.281Z Downloaded nix v0.27.1
6082024-09-03T22:15:06.281Z Downloaded rustls-webpki v0.101.7
6092024-09-03T22:15:06.281Z Downloaded prettyplease v0.2.22
6102024-09-03T22:15:06.281Z Downloaded reedline v0.33.0
6112024-09-03T22:15:06.281Z Downloaded reqwest v0.11.27
6122024-09-03T22:15:06.281Z Downloaded x509-cert v0.2.5
6132024-09-03T22:15:06.306Z Downloaded winnow v0.5.40
6142024-09-03T22:15:06.306Z Downloaded proptest v1.5.0
6152024-09-03T22:15:06.306Z Downloaded quick-xml v0.31.0
6162024-09-03T22:15:06.306Z Downloaded polar-core v0.27.3
6172024-09-03T22:15:06.306Z Downloaded rustls v0.21.12
6182024-09-03T22:15:06.306Z Downloaded vcpkg v0.2.15
6192024-09-03T22:15:06.307Z Downloaded hkdf v0.12.4
6202024-09-03T22:15:06.307Z Downloaded rustls-webpki v0.102.7
6212024-09-03T22:15:06.307Z Downloaded p384 v0.13.0
6222024-09-03T22:15:06.307Z Downloaded gimli v0.29.0
6232024-09-03T22:15:06.331Z Downloaded rayon v1.10.0
6242024-09-03T22:15:06.331Z Downloaded smoltcp v0.11.0
6252024-09-03T22:15:06.356Z Downloaded radix_trie v0.2.1
6262024-09-03T22:15:06.356Z Downloaded object v0.30.4
6272024-09-03T22:15:06.380Z Downloaded sled v0.34.7
6282024-09-03T22:15:06.404Z Downloaded git2 v0.19.0
6292024-09-03T22:15:06.404Z Downloaded lzma-sys v0.1.20
6302024-09-03T22:15:06.439Z Downloaded regex v1.10.6
6312024-09-03T22:15:06.462Z Downloaded ratatui v0.28.1
6322024-09-03T22:15:06.486Z Downloaded regress v0.10.1
6332024-09-03T22:15:06.510Z Downloaded csv v1.3.0
6342024-09-03T22:15:06.534Z Downloaded encoding_rs v0.8.34
6352024-09-03T22:15:06.557Z Downloaded libgit2-sys v0.17.0+1.8.1
6362024-09-03T22:15:06.633Z Downloaded regex-automata v0.4.7
6372024-09-03T22:15:06.657Z Downloaded petgraph v0.6.5
6382024-09-03T22:15:06.682Z Downloaded tokio v1.40.0
6392024-09-03T22:15:06.728Z Downloaded sha3 v0.10.8
6402024-09-03T22:15:06.752Z Downloaded libz-sys v1.1.20
6412024-09-03T22:15:06.775Z Downloaded bzip2-sys v0.1.11+1.0.8
6422024-09-03T22:15:06.800Z Downloaded regress v0.9.1
6432024-09-03T22:15:06.800Z Downloaded regex-syntax v0.8.4
6442024-09-03T22:15:06.824Z Downloaded diesel v2.2.4
6452024-09-03T22:15:06.848Z Downloaded hickory-proto v0.24.1
6462024-09-03T22:15:06.871Z Downloaded openapiv3 v2.0.0
6472024-09-03T22:15:06.871Z Downloaded zerocopy-derive v0.6.6
6482024-09-03T22:15:06.894Z Downloaded regex-syntax v0.6.29
6492024-09-03T22:15:06.894Z Downloaded ring v0.17.8
6502024-09-03T22:15:06.980Z Downloaded object v0.36.4
6512024-09-03T22:15:07.004Z Downloaded bstr v1.10.0
6522024-09-03T22:15:07.027Z Downloaded dropshot v0.11.0
6532024-09-03T22:15:07.052Z Downloaded openssl v0.10.66
6542024-09-03T22:15:07.075Z Downloaded libsqlite3-sys v0.28.0
6552024-09-03T22:15:07.148Z Downloaded curve25519-dalek v4.1.3
6562024-09-03T22:15:07.171Z Downloaded futures-util v0.3.30
6572024-09-03T22:15:07.194Z Downloaded ring v0.16.20
6582024-09-03T22:15:07.274Z Downloaded webpki-roots v0.25.4
6592024-09-03T22:15:07.298Z Downloaded smoltcp v0.9.1
6602024-09-03T22:15:07.298Z Downloaded trust-dns-proto v0.22.0
6612024-09-03T22:15:07.321Z Downloaded rustls v0.22.4
6622024-09-03T22:15:07.345Z Downloaded nix v0.29.0
6632024-09-03T22:15:07.345Z Downloaded rustyline v14.0.0
6642024-09-03T22:15:07.345Z Downloaded h2 v0.3.26
6652024-09-03T22:15:07.369Z Downloaded tungstenite v0.23.0
6662024-09-03T22:15:07.369Z Downloaded hickory-resolver v0.24.1
6672024-09-03T22:15:07.369Z Downloaded sqlparser v0.45.0
6682024-09-03T22:15:07.369Z Downloaded time v0.3.36
6692024-09-03T22:15:07.392Z Downloaded nix v0.28.0
6702024-09-03T22:15:07.392Z Downloaded p521 v0.13.3
6712024-09-03T22:15:07.416Z Downloaded yasna v0.5.2
6722024-09-03T22:15:07.416Z Downloaded globset v0.4.14
6732024-09-03T22:15:07.416Z Downloaded vte v0.11.1
6742024-09-03T22:15:07.416Z Downloaded chrono v0.4.38
6752024-09-03T22:15:07.416Z Downloaded tungstenite v0.20.1
6762024-09-03T22:15:07.416Z Downloaded typed-path v0.7.1
6772024-09-03T22:15:07.440Z Downloaded russh v0.45.0
6782024-09-03T22:15:07.440Z Downloaded zip v0.6.6
6792024-09-03T22:15:07.440Z Downloaded ssh-encoding v0.2.0
6802024-09-03T22:15:07.440Z Downloaded hashbrown v0.12.3
6812024-09-03T22:15:07.440Z Downloaded idna v0.3.0
6822024-09-03T22:15:07.463Z Downloaded portable-atomic v1.7.0
6832024-09-03T22:15:07.463Z Downloaded idna v0.4.0
6842024-09-03T22:15:07.463Z Downloaded tui-tree-widget v0.22.0
6852024-09-03T22:15:07.463Z Downloaded glob v0.3.1
6862024-09-03T22:15:07.463Z Downloaded unarray v0.1.4
6872024-09-03T22:15:07.487Z Downloaded rcgen v0.12.1
6882024-09-03T22:15:07.487Z Downloaded rayon-core v1.12.1
6892024-09-03T22:15:07.487Z Downloaded unicase v2.7.0
6902024-09-03T22:15:07.487Z Downloaded lalrpop v0.19.12
6912024-09-03T22:15:07.487Z Downloaded ed25519-dalek v2.1.1
6922024-09-03T22:15:07.511Z Downloaded tokio-util v0.7.11
6932024-09-03T22:15:07.511Z Downloaded getrandom v0.2.15
6942024-09-03T22:15:07.511Z Downloaded predicates v3.1.2
6952024-09-03T22:15:07.511Z Downloaded funty v2.0.0
6962024-09-03T22:15:07.511Z Downloaded unicode-normalization v0.1.23
6972024-09-03T22:15:07.511Z Downloaded idna v0.5.0
6982024-09-03T22:15:07.535Z Downloaded ref-cast-impl v1.0.23
6992024-09-03T22:15:07.535Z Downloaded num_threads v0.1.7
7002024-09-03T22:15:07.535Z Downloaded ref-cast v1.0.23
7012024-09-03T22:15:07.535Z Downloaded pretty-hex v0.2.1
7022024-09-03T22:15:07.535Z Downloaded gethostname v0.5.0
7032024-09-03T22:15:07.535Z Downloaded fragile v2.0.0
7042024-09-03T22:15:07.535Z Downloaded whoami v1.5.2
7052024-09-03T22:15:07.535Z Downloaded vte_generate_state_changes v0.1.2
7062024-09-03T22:15:07.535Z Downloaded hostname v0.4.0
7072024-09-03T22:15:07.535Z Downloaded hostname v0.3.1
7082024-09-03T22:15:07.535Z Downloaded futures-channel v0.3.30
7092024-09-03T22:15:07.559Z Downloaded publicsuffix v2.2.3
7102024-09-03T22:15:07.559Z Downloaded ron v0.8.1
7112024-09-03T22:15:07.559Z Downloaded hashbrown v0.13.2
7122024-09-03T22:15:07.559Z Downloaded unicode_categories v0.1.1
7132024-09-03T22:15:07.559Z Downloaded snafu v0.8.4
7142024-09-03T22:15:07.582Z Downloaded rfc6979 v0.4.0
7152024-09-03T22:15:07.582Z Downloaded xz2 v0.1.7
7162024-09-03T22:15:07.582Z Downloaded bindgen v0.69.4
7172024-09-03T22:15:07.582Z Downloaded signal-hook-registry v1.4.2
7182024-09-03T22:15:07.583Z Downloaded slog v2.7.0
7192024-09-03T22:15:07.583Z Downloaded futures-task v0.3.30
7202024-09-03T22:15:07.583Z Downloaded futures-sink v0.3.30
7212024-09-03T22:15:07.583Z Downloaded twox-hash v1.6.3
7222024-09-03T22:15:07.583Z Downloaded tracing v0.1.40
7232024-09-03T22:15:07.606Z Downloaded serde_with v3.9.0
7242024-09-03T22:15:07.606Z Downloaded wyz v0.5.1
7252024-09-03T22:15:07.606Z Downloaded slog-term v2.9.1
7262024-09-03T22:15:07.606Z Downloaded rand v0.8.5
7272024-09-03T22:15:07.606Z Downloaded salsa20 v0.10.2
7282024-09-03T22:15:07.606Z Downloaded unicode-segmentation v1.11.0
7292024-09-03T22:15:07.630Z Downloaded slog-stdlog v4.1.1
7302024-09-03T22:15:07.630Z Downloaded ecdsa v0.16.9
7312024-09-03T22:15:07.630Z Downloaded diff v0.1.13
7322024-09-03T22:15:07.630Z Downloaded slog-envlogger v2.2.0
7332024-09-03T22:15:07.630Z Downloaded postgres-types v0.2.7
7342024-09-03T22:15:07.630Z Downloaded rusty-fork v0.3.0
7352024-09-03T22:15:07.630Z Downloaded tracing-core v0.1.32
7362024-09-03T22:15:07.630Z Downloaded heapless v0.7.17
7372024-09-03T22:15:07.630Z Downloaded headers v0.3.9
7382024-09-03T22:15:07.654Z Downloaded unicode-bidi v0.3.15
7392024-09-03T22:15:07.654Z Downloaded futures-macro v0.3.30
7402024-09-03T22:15:07.654Z Downloaded futures-executor v0.3.30
7412024-09-03T22:15:07.654Z Downloaded derive_more v0.99.18
7422024-09-03T22:15:07.654Z Downloaded ssh-key v0.6.6
7432024-09-03T22:15:07.678Z Downloaded futures-core v0.3.30
7442024-09-03T22:15:07.678Z Downloaded des v0.8.1
7452024-09-03T22:15:07.678Z Downloaded smallvec v0.6.14
7462024-09-03T22:15:07.678Z Downloaded omicron-zone-package v0.11.0
7472024-09-03T22:15:07.678Z Downloaded either v1.13.0
7482024-09-03T22:15:07.678Z Downloaded ed25519 v2.2.3
7492024-09-03T22:15:07.678Z Downloaded dyn-clone v1.0.17
7502024-09-03T22:15:07.678Z Downloaded difflib v0.4.0
7512024-09-03T22:15:07.678Z Downloaded slog-json v2.6.1
7522024-09-03T22:15:07.678Z Downloaded pin-project v1.1.5
7532024-09-03T22:15:07.702Z Downloaded slog-bunyan v2.5.0
7542024-09-03T22:15:07.702Z Downloaded slog-async v2.8.0
7552024-09-03T22:15:07.702Z Downloaded primeorder v0.13.6
7562024-09-03T22:15:07.702Z Downloaded siphasher v0.3.11
7572024-09-03T22:15:07.702Z Downloaded sigpipe v0.1.3
7582024-09-03T22:15:07.702Z Downloaded zone v0.1.8
7592024-09-03T22:15:07.702Z Downloaded russh-keys v0.45.0
7602024-09-03T22:15:07.702Z Downloaded schemars v0.8.21
7612024-09-03T22:15:07.725Z Downloaded samael v0.0.15
7622024-09-03T22:15:07.725Z Downloaded base64 v0.13.1
7632024-09-03T22:15:07.725Z Downloaded half v2.4.1
7642024-09-03T22:15:07.725Z Downloaded openssl-sys v0.9.103
7652024-09-03T22:15:07.749Z Downloaded flate2 v1.0.33
7662024-09-03T22:15:07.749Z Downloaded crossterm v0.27.0
7672024-09-03T22:15:07.749Z Downloaded percent-encoding v2.3.1
7682024-09-03T22:15:07.749Z Downloaded tinyvec v1.8.0
7692024-09-03T22:15:07.749Z Downloaded test-strategy v0.3.1
7702024-09-03T22:15:07.749Z Downloaded tar v0.4.41
7712024-09-03T22:15:07.773Z Downloaded foreign-types-shared v0.1.1
7722024-09-03T22:15:07.773Z Downloaded diesel_table_macro_syntax v0.2.0
7732024-09-03T22:15:07.773Z Downloaded radium v0.7.0
7742024-09-03T22:15:07.773Z Downloaded r2d2 v0.8.10
7752024-09-03T22:15:07.773Z Downloaded quick-error v1.2.3
7762024-09-03T22:15:07.773Z Downloaded vergen v8.3.2
7772024-09-03T22:15:07.773Z Downloaded unsafe-libyaml v0.2.11
7782024-09-03T22:15:07.773Z Downloaded pkcs1 v0.7.5
7792024-09-03T22:15:07.773Z Downloaded pin-project-lite v0.2.14
7802024-09-03T22:15:07.796Z Downloaded serde_yaml v0.9.34+deprecated
7812024-09-03T22:15:07.797Z Downloaded p256 v0.13.2
7822024-09-03T22:15:07.797Z Downloaded toml_edit v0.19.15
7832024-09-03T22:15:07.820Z Downloaded tokio-tungstenite v0.21.0
7842024-09-03T22:15:07.820Z Downloaded dsl_auto_type v0.1.2
7852024-09-03T22:15:07.820Z Downloaded rustls-pki-types v1.8.0
7862024-09-03T22:15:07.820Z Downloaded ghash v0.5.1
7872024-09-03T22:15:07.820Z Downloaded take_mut v0.2.2
7882024-09-03T22:15:07.820Z Downloaded rustls-pemfile v2.1.3
7892024-09-03T22:15:07.820Z Downloaded unicode-properties v0.1.2
7902024-09-03T22:15:07.820Z Downloaded rand_core v0.6.4
7912024-09-03T22:15:07.820Z Downloaded powerfmt v0.2.0
7922024-09-03T22:15:07.820Z Downloaded dhcproto-macros v0.1.0
7932024-09-03T22:15:07.820Z Downloaded dirs-sys-next v0.1.2
7942024-09-03T22:15:07.820Z Downloaded dirs-next v2.0.0
7952024-09-03T22:15:07.821Z Downloaded tokio-postgres v0.7.11
7962024-09-03T22:15:07.844Z Downloaded socket2 v0.5.7
7972024-09-03T22:15:07.844Z Downloaded pin-utils v0.1.0
7982024-09-03T22:15:07.844Z Downloaded time-macros v0.2.18
7992024-09-03T22:15:07.844Z Downloaded steno v0.4.1
8002024-09-03T22:15:07.844Z Downloaded phf v0.11.2
8012024-09-03T22:15:07.844Z Downloaded pem-rfc7468 v0.7.0
8022024-09-03T22:15:07.844Z Downloaded olpc-cjson v0.1.3
8032024-09-03T22:15:07.844Z Downloaded itertools v0.13.0
8042024-09-03T22:15:07.868Z Downloaded hash32 v0.3.1
8052024-09-03T22:15:07.868Z Downloaded pkcs5 v0.7.1
8062024-09-03T22:15:07.868Z Downloaded nom v7.1.3
8072024-09-03T22:15:07.868Z Downloaded term v0.7.0
8082024-09-03T22:15:07.868Z Downloaded expectorate v1.1.0
8092024-09-03T22:15:07.868Z Downloaded hyper v0.14.30
8102024-09-03T22:15:07.892Z Downloaded downcast v0.11.0
8112024-09-03T22:15:07.892Z Downloaded display-error-chain v0.2.1
8122024-09-03T22:15:07.892Z Downloaded blake3 v1.5.4
8132024-09-03T22:15:07.892Z Downloaded zone_cfg_derive v0.3.0
8142024-09-03T22:15:07.892Z Downloaded zone_cfg_derive v0.1.2
8152024-09-03T22:15:07.892Z Downloaded spin v0.9.8
8162024-09-03T22:15:07.915Z Downloaded embedded-io v0.4.0
8172024-09-03T22:15:07.915Z Downloaded rsa v0.9.6
8182024-09-03T22:15:07.915Z Downloaded hex v0.4.3
8192024-09-03T22:15:07.915Z Downloaded heck v0.3.3
8202024-09-03T22:15:07.915Z Downloaded pkcs8 v0.10.2
8212024-09-03T22:15:07.915Z Downloaded tiny-keccak v2.0.2
8222024-09-03T22:15:07.915Z Downloaded thread_local v1.1.8
8232024-09-03T22:15:07.915Z Downloaded thiserror-no-std v2.0.2
8242024-09-03T22:15:07.915Z Downloaded thiserror-impl-no-std v2.0.2
8252024-09-03T22:15:07.939Z Downloaded termios v0.3.3
8262024-09-03T22:15:07.939Z Downloaded signal-hook v0.3.17
8272024-09-03T22:15:07.939Z Downloaded owo-colors v4.0.0
8282024-09-03T22:15:07.939Z Downloaded itertools v0.10.5
8292024-09-03T22:15:07.939Z Downloaded headers-core v0.2.0
8302024-09-03T22:15:07.939Z Downloaded universal-hash v0.5.1
8312024-09-03T22:15:07.939Z Downloaded unicode-xid v0.2.5
8322024-09-03T22:15:07.939Z Downloaded unicode-truncate v1.1.0
8332024-09-03T22:15:07.939Z Downloaded spin v0.5.2
8342024-09-03T22:15:07.939Z Downloaded postgres-protocol v0.6.7
8352024-09-03T22:15:07.963Z Downloaded postcard v1.0.10
8362024-09-03T22:15:07.963Z Downloaded poly1305 v0.8.0
8372024-09-03T22:15:07.963Z Downloaded peg-runtime v0.8.3
8382024-09-03T22:15:07.963Z Downloaded opaque-debug v0.3.1
8392024-09-03T22:15:07.963Z Downloaded sha1 v0.10.6
8402024-09-03T22:15:07.963Z Downloaded scopeguard v1.2.0
8412024-09-03T22:15:07.963Z Downloaded schemars_derive v0.8.21
8422024-09-03T22:15:07.963Z Downloaded scheduled-thread-pool v0.2.7
8432024-09-03T22:15:07.963Z Downloaded same-file v1.0.6
8442024-09-03T22:15:07.963Z Downloaded tough v0.17.1
8452024-09-03T22:15:07.987Z Downloaded num-bigint v0.4.6
8462024-09-03T22:15:07.987Z Downloaded spki v0.7.3
8472024-09-03T22:15:07.987Z Downloaded polyval v0.6.2
8482024-09-03T22:15:07.987Z Downloaded pkg-config v0.3.30
8492024-09-03T22:15:07.988Z Downloaded phf_shared v0.10.0
8502024-09-03T22:15:07.988Z Downloaded num_enum v0.5.11
8512024-09-03T22:15:07.988Z Downloaded foreign-types-macros v0.2.3
8522024-09-03T22:15:07.988Z Downloaded ena v0.14.3
8532024-09-03T22:15:07.988Z Downloaded embedded-io v0.6.1
8542024-09-03T22:15:07.988Z Downloaded termcolor v1.4.1
8552024-09-03T22:15:08.011Z Downloaded flume v0.11.0
8562024-09-03T22:15:08.012Z Downloaded der v0.7.9
8572024-09-03T22:15:08.012Z Downloaded crossbeam-channel v0.5.13
8582024-09-03T22:15:08.012Z Downloaded tokio-rustls v0.24.1
8592024-09-03T22:15:08.012Z Downloaded parking_lot_core v0.9.10
8602024-09-03T22:15:08.012Z Downloaded parking_lot v0.12.3
8612024-09-03T22:15:08.012Z Downloaded itertools v0.12.1
8622024-09-03T22:15:08.035Z Downloaded aho-corasick v1.1.3
8632024-09-03T22:15:08.035Z Downloaded aes v0.8.4
8642024-09-03T22:15:08.035Z Downloaded termtree v0.4.1
8652024-09-03T22:15:08.035Z Downloaded toml v0.7.8
8662024-09-03T22:15:08.035Z Downloaded mio v1.0.2
8672024-09-03T22:15:08.059Z Downloaded peg-macros v0.8.4
8682024-09-03T22:15:08.059Z Downloaded password-hash v0.5.0
8692024-09-03T22:15:08.059Z Downloaded fatfs v0.3.6
8702024-09-03T22:15:08.059Z Downloaded env_logger v0.10.2
8712024-09-03T22:15:08.059Z Downloaded url v2.5.2
8722024-09-03T22:15:08.059Z Downloaded mockall_derive v0.13.0
8732024-09-03T22:15:08.083Z Downloaded crypto-bigint v0.5.5
8742024-09-03T22:15:08.083Z Downloaded cc v1.1.15
8752024-09-03T22:15:08.083Z Downloaded tokio-macros v2.4.0
8762024-09-03T22:15:08.083Z Downloaded parking_lot_core v0.8.6
8772024-09-03T22:15:08.083Z Downloaded parking_lot v0.11.2
8782024-09-03T22:15:08.083Z Downloaded enum-as-inner v0.6.0
8792024-09-03T22:15:08.083Z Downloaded enum-as-inner v0.5.1
8802024-09-03T22:15:08.083Z Downloaded derive-where v1.2.7
8812024-09-03T22:15:08.107Z Downloaded zeroize v1.8.1
8822024-09-03T22:15:08.107Z Downloaded libm v0.2.8
8832024-09-03T22:15:08.107Z Downloaded signal-hook-mio v0.2.4
8842024-09-03T22:15:08.107Z Downloaded shlex v1.3.0
8852024-09-03T22:15:08.107Z Downloaded shell-words v1.1.0
8862024-09-03T22:15:08.107Z Downloaded paste v1.0.15
8872024-09-03T22:15:08.107Z Downloaded password-hash v0.4.2
8882024-09-03T22:15:08.107Z Downloaded flagset v0.4.6
8892024-09-03T22:15:08.107Z Downloaded fallible-streaming-iterator v0.1.9
8902024-09-03T22:15:08.130Z Downloaded der_derive v0.7.3
8912024-09-03T22:15:08.130Z Downloaded minimal-lexical v0.2.1
8922024-09-03T22:15:08.130Z Downloaded libxml v0.3.3
8932024-09-03T22:15:08.130Z Downloaded crossterm v0.28.1
8942024-09-03T22:15:08.131Z Downloaded parse-display v0.10.0
8952024-09-03T22:15:08.154Z Downloaded oso-derive v0.27.3
8962024-09-03T22:15:08.154Z Downloaded openssl-probe v0.1.5
8972024-09-03T22:15:08.154Z Downloaded openssl-macros v0.1.1
8982024-09-03T22:15:08.154Z Downloaded crossbeam-epoch v0.9.18
8992024-09-03T22:15:08.154Z Downloaded cookie v0.18.1
9002024-09-03T22:15:08.154Z Downloaded peg v0.8.4
9012024-09-03T22:15:08.154Z Downloaded pbkdf2 v0.12.2
9022024-09-03T22:15:08.154Z Downloaded pbkdf2 v0.11.0
9032024-09-03T22:15:08.154Z Downloaded path-slash v0.1.5
9042024-09-03T22:15:08.154Z Downloaded packed_struct_codegen v0.10.1
9052024-09-03T22:15:08.154Z Downloaded packed_struct v0.10.1
9062024-09-03T22:15:08.154Z Downloaded derive_builder_core v0.20.1
9072024-09-03T22:15:08.178Z Downloaded num-bigint-dig v0.8.4
9082024-09-03T22:15:08.178Z Downloaded topological-sort v0.2.2
9092024-09-03T22:15:08.178Z Downloaded serde_derive_internals v0.29.1
9102024-09-03T22:15:08.178Z Downloaded serde-hex v0.1.0
9112024-09-03T22:15:08.178Z Downloaded sct v0.7.1
9122024-09-03T22:15:08.178Z Downloaded compact_str v0.8.0
9132024-09-03T22:15:08.178Z Downloaded base64 v0.21.7
9142024-09-03T22:15:08.178Z Downloaded float-cmp v0.9.0
9152024-09-03T22:15:08.202Z Downloaded filetime v0.2.25
9162024-09-03T22:15:08.202Z Downloaded ff v0.13.0
9172024-09-03T22:15:08.202Z Downloaded fd-lock v4.0.2
9182024-09-03T22:15:08.202Z Downloaded fallible-iterator v0.3.0
9192024-09-03T22:15:08.202Z Downloaded fallible-iterator v0.2.0
9202024-09-03T22:15:08.202Z Downloaded derive_builder v0.20.1
9212024-09-03T22:15:08.202Z Downloaded string_cache v0.8.7
9222024-09-03T22:15:08.202Z Downloaded num-traits v0.2.19
9232024-09-03T22:15:08.202Z Downloaded miniz_oxide v0.8.0
9242024-09-03T22:15:08.202Z Downloaded float-ord v0.3.2
9252024-09-03T22:15:08.202Z Downloaded fixedbitset v0.4.2
9262024-09-03T22:15:08.226Z Downloaded defmt-parser v0.3.4
9272024-09-03T22:15:08.226Z Downloaded uuid v1.10.0
9282024-09-03T22:15:08.226Z Downloaded mio v0.8.11
9292024-09-03T22:15:08.226Z Downloaded http v1.1.0
9302024-09-03T22:15:08.226Z Downloaded blake2 v0.10.6
9312024-09-03T22:15:08.249Z Downloaded base64ct v1.6.0
9322024-09-03T22:15:08.249Z Downloaded deranged v0.3.11
9332024-09-03T22:15:08.249Z Downloaded defmt-macros v0.3.9
9342024-09-03T22:15:08.250Z Downloaded defmt v0.3.8
9352024-09-03T22:15:08.250Z Downloaded uzers v0.11.3
9362024-09-03T22:15:08.250Z Downloaded utf-8 v0.7.6
9372024-09-03T22:15:08.250Z Downloaded untrusted v0.9.0
9382024-09-03T22:15:08.250Z Downloaded toolchain_find v0.4.0
9392024-09-03T22:15:08.250Z Downloaded structmeta-derive v0.3.0
9402024-09-03T22:15:08.250Z Downloaded structmeta v0.3.0
9412024-09-03T22:15:08.276Z Downloaded structmeta v0.2.0
9422024-09-03T22:15:08.276Z Downloaded strip-ansi-escapes v0.2.0
9432024-09-03T22:15:08.276Z Downloaded stringprep v0.1.5
9442024-09-03T22:15:08.276Z Downloaded static_assertions v1.1.0
9452024-09-03T22:15:08.276Z Downloaded stable_deref_trait v1.2.0
9462024-09-03T22:15:08.276Z Downloaded serde_urlencoded v0.7.1
9472024-09-03T22:15:08.276Z Downloaded serde_repr v0.1.19
9482024-09-03T22:15:08.276Z Downloaded serde_plain v1.0.2
9492024-09-03T22:15:08.276Z Downloaded serde_path_to_error v0.1.16
9502024-09-03T22:15:08.276Z Downloaded semver v0.1.20
9512024-09-03T22:15:08.276Z Downloaded secrecy v0.8.0
9522024-09-03T22:15:08.276Z Downloaded sec1 v0.7.3
9532024-09-03T22:15:08.276Z Downloaded rustfmt-wrapper v0.2.1
9542024-09-03T22:15:08.276Z Downloaded rustc_version v0.4.1
9552024-09-03T22:15:08.276Z Downloaded rustc-hash v1.1.0
9562024-09-03T22:15:08.277Z Downloaded num-complex v0.4.6
9572024-09-03T22:15:08.277Z Downloaded memmap2 v0.9.4
9582024-09-03T22:15:08.301Z Downloaded darling v0.20.10
9592024-09-03T22:15:08.301Z Downloaded csv-core v0.1.11
9602024-09-03T22:15:08.301Z Downloaded console v0.15.8
9612024-09-03T22:15:08.301Z Downloaded cancel-safe-futures v0.1.5
9622024-09-03T22:15:08.301Z Downloaded bcs v0.1.6
9632024-09-03T22:15:08.301Z Downloaded newtype_derive v0.1.6
9642024-09-03T22:15:08.301Z Downloaded multimap v0.10.0
9652024-09-03T22:15:08.301Z Downloaded mime v0.3.17
9662024-09-03T22:15:08.301Z Downloaded lru v0.12.4
9672024-09-03T22:15:08.302Z Downloaded linked-hash-map v0.5.6
9682024-09-03T22:15:08.302Z Downloaded base64 v0.22.1
9692024-09-03T22:15:08.325Z Downloaded serde-big-array v0.5.1
9702024-09-03T22:15:08.325Z Downloaded rustc_version v0.1.7
9712024-09-03T22:15:08.325Z Downloaded rpassword v7.3.1
9722024-09-03T22:15:08.325Z Downloaded num-iter v0.1.45
9732024-09-03T22:15:08.325Z Downloaded num-derive v0.4.2
9742024-09-03T22:15:08.325Z Downloaded miniz_oxide v0.7.4
9752024-09-03T22:15:08.326Z Downloaded libloading v0.8.5
9762024-09-03T22:15:08.326Z Downloaded libefi-sys v0.1.0
9772024-09-03T22:15:08.326Z Downloaded lazy_static v1.5.0
9782024-09-03T22:15:08.326Z Downloaded ipnet v2.9.0
9792024-09-03T22:15:08.326Z Downloaded indexmap v1.9.3
9802024-09-03T22:15:08.326Z Downloaded hubpack v0.1.2
9812024-09-03T22:15:08.326Z Downloaded home v0.5.9
9822024-09-03T22:15:08.326Z Downloaded crc-catalog v2.4.0
9832024-09-03T22:15:08.350Z Downloaded crc v3.2.1
9842024-09-03T22:15:08.350Z Downloaded convert_case v0.4.0
9852024-09-03T22:15:08.350Z Downloaded const_format_proc_macros v0.2.32
9862024-09-03T22:15:08.350Z Downloaded const_format v0.2.32
9872024-09-03T22:15:08.350Z Downloaded cipher v0.4.4
9882024-09-03T22:15:08.350Z Downloaded castaway v0.2.3
9892024-09-03T22:15:08.350Z Downloaded buf-list v1.0.3
9902024-09-03T22:15:08.350Z Downloaded block-padding v0.3.3
9912024-09-03T22:15:08.350Z Downloaded bit-set v0.5.3
9922024-09-03T22:15:08.350Z Downloaded newline-converter v0.3.0
9932024-09-03T22:15:08.350Z Downloaded nanorand v0.7.0
9942024-09-03T22:15:08.350Z Downloaded md-5 v0.10.6
9952024-09-03T22:15:08.373Z Downloaded maplit v1.0.2
9962024-09-03T22:15:08.373Z Downloaded hyper-rustls v0.24.2
9972024-09-03T22:15:08.374Z Downloaded darling_macro v0.20.10
9982024-09-03T22:15:08.374Z Downloaded cstr-argument v0.1.2
9992024-09-03T22:15:08.374Z Downloaded crucible-workspace-hack v0.1.0
10002024-09-03T22:15:08.374Z Downloaded cobs v0.2.3
10012024-09-03T22:15:08.374Z Downloaded ciborium-io v0.2.2
10022024-09-03T22:15:08.374Z Downloaded chacha20poly1305 v0.10.1
10032024-09-03T22:15:08.374Z Downloaded bzip2 v0.4.4
10042024-09-03T22:15:08.374Z Downloaded backtrace v0.3.73
10052024-09-03T22:15:08.374Z Downloaded nibble_vec v0.1.0
10062024-09-03T22:15:08.374Z Downloaded native-tls v0.2.12
10072024-09-03T22:15:08.374Z Downloaded mime_guess v2.0.5
10082024-09-03T22:15:08.398Z Downloaded memoffset v0.9.1
10092024-09-03T22:15:08.398Z Downloaded matches v0.1.10
10102024-09-03T22:15:08.398Z Downloaded lock_api v0.4.12
10112024-09-03T22:15:08.398Z Downloaded keccak v0.1.5
10122024-09-03T22:15:08.398Z Downloaded jobserver v0.1.32
10132024-09-03T22:15:08.398Z Downloaded is-terminal v0.4.13
10142024-09-03T22:15:08.398Z Downloaded instant v0.1.13
10152024-09-03T22:15:08.398Z Downloaded instability v0.3.2
10162024-09-03T22:15:08.398Z Downloaded indoc v1.0.9
10172024-09-03T22:15:08.398Z Downloaded indicatif v0.17.8
10182024-09-03T22:15:08.398Z Downloaded impl-trait-for-tuples v0.2.2
10192024-09-03T22:15:08.398Z Downloaded humantime v2.1.0
10202024-09-03T22:15:08.421Z Downloaded httparse v1.9.4
10212024-09-03T22:15:08.421Z Downloaded darling_core v0.20.10
10222024-09-03T22:15:08.421Z Downloaded crc-any v2.5.0
10232024-09-03T22:15:08.421Z Downloaded cookie_store v0.20.0
10242024-09-03T22:15:08.421Z Downloaded cfg_aliases v0.1.1
10252024-09-03T22:15:08.422Z Downloaded bytes v1.7.1
10262024-09-03T22:15:08.422Z Downloaded bitflags v1.3.2
10272024-09-03T22:15:08.422Z Downloaded bitfield v0.14.0
10282024-09-03T22:15:08.422Z Downloaded bb8 v0.8.5
10292024-09-03T22:15:08.445Z Downloaded arc-swap v1.7.1
10302024-09-03T22:15:08.445Z Downloaded allocator-api2 v0.2.18
10312024-09-03T22:15:08.445Z Downloaded num-conv v0.1.0
10322024-09-03T22:15:08.445Z Downloaded num v0.4.3
10332024-09-03T22:15:08.445Z Downloaded nodrop v0.1.14
10342024-09-03T22:15:08.445Z Downloaded newtype-uuid v1.1.0
10352024-09-03T22:15:08.445Z Downloaded multer v3.1.0
10362024-09-03T22:15:08.445Z Downloaded mockall v0.13.0
10372024-09-03T22:15:08.445Z Downloaded maybe-uninit v2.0.0
10382024-09-03T22:15:08.446Z Downloaded lalrpop-util v0.19.12
10392024-09-03T22:15:08.446Z Downloaded indent_write v2.2.0
10402024-09-03T22:15:08.446Z Downloaded ident_case v1.0.1
10412024-09-03T22:15:08.446Z Downloaded iana-time-zone v0.1.60
10422024-09-03T22:15:08.446Z Downloaded hyper-tls v0.5.0
10432024-09-03T22:15:08.469Z Downloaded hyper-staticfile v0.9.6
10442024-09-03T22:15:08.469Z Downloaded httpdate v1.0.3
10452024-09-03T22:15:08.469Z Downloaded http-body v0.4.6
10462024-09-03T22:15:08.469Z Downloaded data-encoding v2.6.0
10472024-09-03T22:15:08.469Z Downloaded chacha20 v0.9.1
10482024-09-03T22:15:08.469Z Downloaded base16ct v0.2.0
10492024-09-03T22:15:08.469Z Downloaded lru-cache v0.1.2
10502024-09-03T22:15:08.469Z Downloaded linear-map v1.2.0
10512024-09-03T22:15:08.469Z Downloaded libsw v3.3.1
10522024-09-03T22:15:08.469Z Downloaded lazycell v1.3.0
10532024-09-03T22:15:08.469Z Downloaded kstat-rs v0.2.4
10542024-09-03T22:15:08.469Z Downloaded ipnetwork v0.20.0
10552024-09-03T22:15:08.469Z Downloaded internet-checksum v0.2.1
10562024-09-03T22:15:08.470Z Downloaded inout v0.1.3
10572024-09-03T22:15:08.470Z Downloaded const-oid v0.9.6
10582024-09-03T22:15:08.470Z Downloaded new_debug_unreachable v1.0.6
10592024-09-03T22:15:08.493Z Downloaded md5 v0.7.0
10602024-09-03T22:15:08.493Z Downloaded match_cfg v0.1.0
10612024-09-03T22:15:08.493Z Downloaded is_ci v1.2.0
10622024-09-03T22:15:08.493Z Downloaded ahash v0.8.11
10632024-09-03T22:15:08.493Z Downloaded http-range v0.1.5
10642024-09-03T22:15:08.493Z Downloaded crc32fast v1.4.2
10652024-09-03T22:15:08.493Z Downloaded cookie v0.17.0
10662024-09-03T22:15:08.493Z Downloaded clang-sys v1.8.1
10672024-09-03T22:15:08.494Z Downloaded atty v0.2.14
10682024-09-03T22:15:08.494Z Downloaded argon2 v0.5.3
10692024-09-03T22:15:08.494Z Downloaded colored v2.1.0
10702024-09-03T22:15:08.494Z Downloaded ciborium v0.2.2
10712024-09-03T22:15:08.494Z Downloaded bcrypt-pbkdf v0.10.0
10722024-09-03T22:15:08.518Z Downloaded backoff v0.4.0
10732024-09-03T22:15:08.518Z Downloaded async-trait v0.1.82
10742024-09-03T22:15:08.518Z Downloaded async-stream v0.3.5
10752024-09-03T22:15:08.518Z Downloaded async-bb8-diesel v0.2.1
10762024-09-03T22:15:08.518Z Downloaded ascii-canvas v3.0.0
10772024-09-03T22:15:08.518Z Downloaded arrayvec v0.7.6
10782024-09-03T22:15:08.518Z Downloaded arrayref v0.3.8
10792024-09-03T22:15:08.518Z Downloaded addr2line v0.22.0
10802024-09-03T22:15:08.518Z Downloaded constant_time_eq v0.3.1
10812024-09-03T22:15:08.518Z Downloaded ciborium-ll v0.2.2
10822024-09-03T22:15:08.518Z Downloaded cexpr v0.6.0
10832024-09-03T22:15:08.518Z Downloaded cbc v0.1.2
10842024-09-03T22:15:08.542Z Downloaded cassowary v0.3.0
10852024-09-03T22:15:08.542Z Downloaded blowfish v0.9.1
10862024-09-03T22:15:08.542Z Downloaded bitfield-struct v0.6.2
10872024-09-03T22:15:08.542Z Downloaded bit-vec v0.6.3
10882024-09-03T22:15:08.542Z Downloaded atomicwrites v0.4.3
10892024-09-03T22:15:08.542Z Downloaded atomic-waker v1.1.2
10902024-09-03T22:15:08.542Z Downloaded async-recursion v1.1.1
10912024-09-03T22:15:08.542Z Downloaded array-init v0.0.4
10922024-09-03T22:15:08.542Z Downloaded aead v0.5.2
10932024-09-03T22:15:08.542Z Downloaded adler2 v2.0.0
10942024-09-03T22:15:08.542Z Downloaded adler v1.0.2
10952024-09-03T22:15:08.542Z Downloaded cfg_aliases v0.2.1
10962024-09-03T22:15:08.659Z Compiling serde v1.0.209
10972024-09-03T22:15:08.682Z Compiling lock_api v0.4.12
10982024-09-03T22:15:08.682Z Compiling typenum v1.17.0
10992024-09-03T22:15:08.682Z Compiling generic-array v0.14.7
11002024-09-03T22:15:08.682Z Compiling scopeguard v1.2.0
11012024-09-03T22:15:08.682Z Compiling log v0.4.22
11022024-09-03T22:15:08.705Z Compiling syn v2.0.77
11032024-09-03T22:15:08.729Z Compiling getrandom v0.2.15
11042024-09-03T22:15:08.926Z Compiling jobserver v0.1.32
11052024-09-03T22:15:09.045Z Compiling rand_core v0.6.4
11062024-09-03T22:15:09.174Z Compiling shlex v1.3.0
11072024-09-03T22:15:09.197Z Compiling subtle v2.6.1
11082024-09-03T22:15:09.220Z Compiling const-oid v0.9.6
11092024-09-03T22:15:09.719Z Compiling cc v1.1.15
11102024-09-03T22:15:09.757Z Compiling pin-project-lite v0.2.14
11112024-09-03T22:15:09.851Z Compiling smallvec v1.13.2
11122024-09-03T22:15:09.894Z Compiling parking_lot_core v0.9.10
11132024-09-03T22:15:09.918Z Compiling spin v0.9.8
11142024-09-03T22:15:10.036Z Compiling signal-hook-registry v1.4.2
11152024-09-03T22:15:10.218Z Compiling mio v1.0.2
11162024-09-03T22:15:10.267Z Compiling ahash v0.8.11
11172024-09-03T22:15:10.830Z Compiling parking_lot v0.12.3
11182024-09-03T22:15:10.917Z Compiling tinyvec_macros v0.1.1
11192024-09-03T22:15:11.166Z Compiling tinyvec v1.8.0
11202024-09-03T22:15:11.234Z Compiling socket2 v0.5.7
11212024-09-03T22:15:11.260Z Compiling futures-core v0.3.30
11222024-09-03T22:15:11.425Z Compiling cpufeatures v0.2.13
11232024-09-03T22:15:11.506Z Compiling futures-sink v0.3.30
11242024-09-03T22:15:11.530Z Compiling serde_json v1.0.127
11252024-09-03T22:15:11.553Z Compiling libm v0.2.8
11262024-09-03T22:15:11.645Z Compiling num-traits v0.2.19
11272024-09-03T22:15:11.811Z Compiling slab v0.4.9
11282024-09-03T22:15:11.874Z Compiling unicode-bidi v0.3.15
11292024-09-03T22:15:11.897Z Compiling allocator-api2 v0.2.18
11302024-09-03T22:15:12.123Z Compiling futures-channel v0.3.30
11312024-09-03T22:15:12.468Z Compiling unicode-normalization v0.1.23
11322024-09-03T22:15:12.500Z Compiling futures-io v0.3.30
11332024-09-03T22:15:12.524Z Compiling pin-utils v0.1.0
11342024-09-03T22:15:12.622Z Compiling vcpkg v0.2.15
11352024-09-03T22:15:12.653Z Compiling futures-task v0.3.30
11362024-09-03T22:15:12.831Z Compiling pkg-config v0.3.30
11372024-09-03T22:15:13.207Z Compiling crossbeam-utils v0.8.20
11382024-09-03T22:15:13.334Z Compiling base64ct v1.6.0
11392024-09-03T22:15:13.506Z Compiling percent-encoding v2.3.1
11402024-09-03T22:15:13.717Z Compiling ring v0.17.8
11412024-09-03T22:15:13.867Z Compiling pem-rfc7468 v0.7.0
11422024-09-03T22:15:13.892Z Compiling flagset v0.4.6
11432024-09-03T22:15:14.091Z Compiling tracing-core v0.1.32
11442024-09-03T22:15:14.273Z Compiling untrusted v0.9.0
11452024-09-03T22:15:14.491Z Compiling rustix v0.38.35
11462024-09-03T22:15:14.628Z Compiling powerfmt v0.2.0
11472024-09-03T22:15:14.651Z Compiling openssl-sys v0.9.103
11482024-09-03T22:15:14.769Z Compiling time-core v0.1.2
11492024-09-03T22:15:14.942Z Compiling rustversion v1.0.17
11502024-09-03T22:15:14.989Z Compiling foreign-types-shared v0.1.1
11512024-09-03T22:15:15.098Z Compiling num-conv v0.1.0
11522024-09-03T22:15:15.122Z Compiling openssl v0.10.66
11532024-09-03T22:15:15.316Z Compiling httparse v1.9.4
11542024-09-03T22:15:15.354Z Compiling time-macros v0.2.18
11552024-09-03T22:15:15.401Z Compiling foreign-types v0.3.2
11562024-09-03T22:15:15.494Z Compiling deranged v0.3.11
11572024-09-03T22:15:15.518Z Compiling form_urlencoded v1.2.1
11582024-09-03T22:15:15.641Z Compiling aho-corasick v1.1.3
11592024-09-03T22:15:15.822Z Compiling siphasher v0.3.11
11602024-09-03T22:15:16.101Z Compiling num_threads v0.1.7
11612024-09-03T22:15:16.210Z Compiling native-tls v0.2.12
11622024-09-03T22:15:16.237Z Compiling rustls v0.21.12
11632024-09-03T22:15:16.500Z Compiling regex-syntax v0.8.4
11642024-09-03T22:15:16.540Z Compiling syn v1.0.109
11652024-09-03T22:15:17.056Z Compiling try-lock v0.2.5
11662024-09-03T22:15:17.184Z Compiling want v0.3.1
11672024-09-03T22:15:17.443Z Compiling crossbeam-epoch v0.9.18
11682024-09-03T22:15:17.848Z Compiling idna v0.5.0
11692024-09-03T22:15:18.111Z Compiling lazy_static v1.5.0
11702024-09-03T22:15:18.220Z Compiling time v0.3.36
11712024-09-03T22:15:18.244Z Compiling cookie v0.17.0
11722024-09-03T22:15:18.443Z Compiling openssl-probe v0.1.5
11732024-09-03T22:15:18.506Z Compiling tower-service v0.3.3
11742024-09-03T22:15:18.630Z Compiling iana-time-zone v0.1.60
11752024-09-03T22:15:18.777Z Compiling unicode-properties v0.1.2
11762024-09-03T22:15:19.046Z Compiling rayon-core v1.12.1
11772024-09-03T22:15:19.109Z Compiling either v1.13.0
11782024-09-03T22:15:19.147Z Compiling slog v2.7.0
11792024-09-03T22:15:19.307Z Compiling httpdate v1.0.3
11802024-09-03T22:15:19.526Z Compiling regex-automata v0.4.7
11812024-09-03T22:15:19.791Z Compiling stringprep v0.1.5
11822024-09-03T22:15:19.869Z Compiling url v2.5.2
11832024-09-03T22:15:20.420Z Compiling crossbeam-deque v0.8.5
11842024-09-03T22:15:20.741Z Compiling num-integer v0.1.46
11852024-09-03T22:15:21.449Z Compiling backtrace v0.3.73
11862024-09-03T22:15:21.597Z Compiling rustls-webpki v0.101.7
11872024-09-03T22:15:21.701Z Compiling serde_derive v1.0.209
11882024-09-03T22:15:21.873Z Compiling zeroize_derive v1.4.2
11892024-09-03T22:15:22.209Z Compiling zerocopy-derive v0.7.35
11902024-09-03T22:15:22.867Z Compiling tokio-macros v2.4.0
11912024-09-03T22:15:23.070Z Compiling thiserror-impl v1.0.63
11922024-09-03T22:15:23.176Z Compiling futures-macro v0.3.30
11932024-09-03T22:15:23.200Z Compiling zeroize v1.8.1
11942024-09-03T22:15:24.088Z Compiling zerocopy v0.7.35
11952024-09-03T22:15:24.246Z Compiling der_derive v0.7.3
11962024-09-03T22:15:24.813Z Compiling crypto-common v0.1.6
11972024-09-03T22:15:24.878Z Compiling block-buffer v0.10.4
11982024-09-03T22:15:25.044Z Compiling block-padding v0.3.3
11992024-09-03T22:15:25.116Z Compiling digest v0.10.7
12002024-09-03T22:15:25.267Z Compiling inout v0.1.3
12012024-09-03T22:15:25.527Z Compiling hmac v0.12.1
12022024-09-03T22:15:25.552Z Compiling cipher v0.4.4
12032024-09-03T22:15:25.748Z Compiling sha2 v0.10.8
12042024-09-03T22:15:25.950Z Compiling thiserror v1.0.63
12052024-09-03T22:15:26.015Z Compiling hashbrown v0.14.5
12062024-09-03T22:15:26.038Z Compiling futures-util v0.3.30
12072024-09-03T22:15:26.109Z Compiling pest v2.7.11
12082024-09-03T22:15:26.440Z Compiling ppv-lite86 v0.2.20
12092024-09-03T22:15:27.171Z Compiling rand_chacha v0.3.1
12102024-09-03T22:15:27.214Z Compiling der v0.7.9
12112024-09-03T22:15:28.443Z Compiling pest_meta v2.7.11
12122024-09-03T22:15:28.738Z Compiling salsa20 v0.10.2
12132024-09-03T22:15:28.952Z Compiling pbkdf2 v0.12.2
12142024-09-03T22:15:29.089Z Compiling tracing-attributes v0.1.27
12152024-09-03T22:15:29.124Z Compiling scroll_derive v0.12.0
12162024-09-03T22:15:30.234Z Compiling pest_generator v2.7.11
12172024-09-03T22:15:30.491Z Compiling scroll v0.12.0
12182024-09-03T22:15:30.618Z Compiling scrypt v0.11.0
12192024-09-03T22:15:30.995Z Compiling spki v0.7.3
12202024-09-03T22:15:31.165Z Compiling rand v0.8.5
12212024-09-03T22:15:31.336Z Compiling cbc v0.1.2
12222024-09-03T22:15:31.492Z Compiling aes v0.8.4
12232024-09-03T22:15:31.544Z Compiling goblin v0.8.2
12242024-09-03T22:15:31.885Z Compiling openssl-macros v0.1.1
12252024-09-03T22:15:32.336Z Compiling tracing v0.1.40
12262024-09-03T22:15:32.516Z Compiling pkcs5 v0.7.1
12272024-09-03T22:15:32.763Z Compiling sct v0.7.1
12282024-09-03T22:15:32.789Z Compiling md-5 v0.10.6
12292024-09-03T22:15:32.878Z Compiling pest_derive v2.7.11
12302024-09-03T22:15:32.878Z Compiling idna v0.3.0
12312024-09-03T22:15:33.061Z Compiling pkcs8 v0.10.2
12322024-09-03T22:15:33.554Z Compiling bytes v1.7.1
12332024-09-03T22:15:33.581Z Compiling bitflags v2.6.0
12342024-09-03T22:15:33.710Z Compiling indexmap v2.5.0
12352024-09-03T22:15:33.866Z Compiling semver v1.0.23
12362024-09-03T22:15:34.608Z Compiling tokio v1.40.0
12372024-09-03T22:15:34.724Z Compiling http v0.2.12
12382024-09-03T22:15:34.985Z Compiling rustc_version v0.4.1
12392024-09-03T22:15:35.677Z Compiling heapless v0.7.17
12402024-09-03T22:15:36.101Z Compiling http-body v0.4.6
12412024-09-03T22:15:36.255Z Compiling dtrace-parser v0.2.0
12422024-09-03T22:15:36.486Z Compiling dof v0.3.0
12432024-09-03T22:15:36.577Z Compiling uuid v1.10.0
12442024-09-03T22:15:36.972Z Compiling chrono v0.4.38
12452024-09-03T22:15:37.747Z Compiling usdt-impl v0.5.0
12462024-09-03T22:15:38.057Z Compiling serde_tokenstream v0.2.2
12472024-09-03T22:15:38.299Z Compiling toml_datetime v0.6.8
12482024-09-03T22:15:38.580Z Compiling serde_spanned v0.6.7
12492024-09-03T22:15:38.756Z Compiling hash32 v0.2.1
12502024-09-03T22:15:38.794Z Compiling psl-types v2.0.11
12512024-09-03T22:15:38.974Z Compiling gimli v0.29.0
12522024-09-03T22:15:39.067Z Compiling smoltcp v0.9.1
12532024-09-03T22:15:39.091Z Compiling stable_deref_trait v1.2.0
12542024-09-03T22:15:39.196Z Compiling adler v1.0.2
12552024-09-03T22:15:39.749Z Compiling signal-hook v0.3.17
12562024-09-03T22:15:39.984Z Compiling portable-atomic v1.7.0
12572024-09-03T22:15:40.008Z Compiling fallible-iterator v0.2.0
12582024-09-03T22:15:40.114Z Compiling base64 v0.22.1
12592024-09-03T22:15:40.474Z Compiling num-bigint-dig v0.8.4
12602024-09-03T22:15:40.613Z Compiling postgres-protocol v0.6.7
12612024-09-03T22:15:40.831Z Compiling miniz_oxide v0.7.4
12622024-09-03T22:15:40.876Z Compiling publicsuffix v2.2.3
12632024-09-03T22:15:41.068Z Compiling terminal_size v0.3.0
12642024-09-03T22:15:41.154Z Compiling hubpack_derive v0.1.1
12652024-09-03T22:15:41.278Z Compiling async-trait v0.1.82
12662024-09-03T22:15:41.540Z Compiling zerocopy-derive v0.6.6
12672024-09-03T22:15:41.652Z Compiling num-iter v0.1.45
12682024-09-03T22:15:41.823Z Compiling tokio-util v0.7.11
12692024-09-03T22:15:41.846Z Compiling tokio-native-tls v0.3.1
12702024-09-03T22:15:41.922Z Compiling tokio-rustls v0.24.1
12712024-09-03T22:15:42.975Z Compiling h2 v0.3.26
12722024-09-03T22:15:43.024Z Compiling addr2line v0.22.0
12732024-09-03T22:15:43.094Z Compiling phf_shared v0.11.2
12742024-09-03T22:15:43.301Z Compiling serde_derive_internals v0.29.1
12752024-09-03T22:15:43.353Z Compiling ff v0.13.0
12762024-09-03T22:15:43.421Z Compiling fs-err v2.11.0
12772024-09-03T22:15:43.504Z Compiling object v0.36.4
12782024-09-03T22:15:43.559Z Compiling base16ct v0.2.0
12792024-09-03T22:15:43.600Z Compiling winnow v0.5.40
12802024-09-03T22:15:43.634Z Compiling base64 v0.21.7
12812024-09-03T22:15:43.683Z Compiling ipnet v2.9.0
12822024-09-03T22:15:43.857Z Compiling schemars v0.8.21
12832024-09-03T22:15:44.169Z Compiling adler2 v2.0.0
12842024-09-03T22:15:44.285Z Compiling anyhow v1.0.86
12852024-09-03T22:15:44.362Z Compiling rustc-demangle v0.1.24
12862024-09-03T22:15:44.769Z Compiling bitflags v1.3.2
12872024-09-03T22:15:44.871Z Compiling managed v0.8.0
12882024-09-03T22:15:45.070Z Compiling miniz_oxide v0.8.0
12892024-09-03T22:15:45.267Z Compiling console v0.15.8
12902024-09-03T22:15:45.716Z Compiling schemars_derive v0.8.21
12912024-09-03T22:15:46.419Z Compiling clap_builder v4.5.15
12922024-09-03T22:15:46.589Z Compiling toml_edit v0.19.15
12932024-09-03T22:15:46.923Z Compiling rustls-pemfile v1.0.4
12942024-09-03T22:15:47.112Z Compiling sec1 v0.7.3
12952024-09-03T22:15:47.436Z Compiling group v0.13.0
12962024-09-03T22:15:47.605Z Compiling zerocopy v0.6.6
12972024-09-03T22:15:47.727Z Compiling phf v0.11.2
12982024-09-03T22:15:47.987Z Compiling rayon v1.10.0
12992024-09-03T22:15:48.039Z Compiling cookie_store v0.20.0
13002024-09-03T22:15:48.310Z Compiling hubpack v0.1.2
13012024-09-03T22:15:48.716Z Compiling postgres-types v0.2.7
13022024-09-03T22:15:49.341Z Compiling hyper v0.14.30
13032024-09-03T22:15:51.905Z Compiling usdt-attr-macro v0.5.0
13042024-09-03T22:15:51.985Z Compiling usdt-macro v0.5.0
13052024-09-03T22:15:52.153Z Compiling serde_urlencoded v0.7.1
13062024-09-03T22:15:52.624Z Compiling pkcs1 v0.7.5
13072024-09-03T22:15:53.132Z Compiling futures-executor v0.3.30
13082024-09-03T22:15:53.291Z Compiling hkdf v0.12.4
13092024-09-03T22:15:53.323Z Compiling signature v2.2.0
13102024-09-03T22:15:53.349Z Compiling crypto-bigint v0.5.5
13112024-09-03T22:15:53.494Z Compiling regex v1.10.6
13122024-09-03T22:15:53.529Z Compiling bstr v1.10.0
13132024-09-03T22:15:53.600Z Compiling strum_macros v0.25.3
13142024-09-03T22:15:53.637Z Compiling enum-as-inner v0.6.0
13152024-09-03T22:15:54.222Z Compiling clap_derive v4.5.13
13162024-09-03T22:15:54.411Z Compiling serde_repr v0.1.19
13172024-09-03T22:15:54.568Z Compiling phf_shared v0.10.0
13182024-09-03T22:15:54.917Z Compiling float-cmp v0.9.0
13192024-09-03T22:15:55.092Z Compiling idna v0.4.0
13202024-09-03T22:15:55.119Z Compiling mio v0.8.11
13212024-09-03T22:15:55.434Z Compiling hyper-tls v0.5.0
13222024-09-03T22:15:55.757Z Compiling hyper-rustls v0.24.2
13232024-09-03T22:15:56.083Z Compiling encoding_rs v0.8.34
13242024-09-03T22:15:56.286Z Compiling crc32fast v1.4.2
13252024-09-03T22:15:56.413Z Compiling dyn-clone v1.0.17
13262024-09-03T22:15:56.590Z Compiling normalize-line-endings v0.3.0
13272024-09-03T22:15:56.615Z Compiling sync_wrapper v0.1.2
13282024-09-03T22:15:56.708Z Compiling whoami v1.5.2
13292024-09-03T22:15:56.745Z Compiling minimal-lexical v0.2.1
13302024-09-03T22:15:57.059Z Compiling mime v0.3.17
13312024-09-03T22:15:57.205Z Compiling number_prefix v0.4.0
13322024-09-03T22:15:57.305Z Compiling unicode-segmentation v1.11.0
13332024-09-03T22:15:57.417Z Compiling static_assertions v1.1.0
13342024-09-03T22:15:57.508Z Compiling bit-vec v0.6.3
13352024-09-03T22:15:57.592Z Compiling predicates-core v1.0.8
13362024-09-03T22:15:57.859Z Compiling new_debug_unreachable v1.0.6
13372024-09-03T22:15:57.917Z Compiling precomputed-hash v0.1.1
13382024-09-03T22:15:57.941Z Compiling difflib v0.4.0
13392024-09-03T22:15:57.964Z Compiling fixedbitset v0.4.2
13402024-09-03T22:15:58.010Z Compiling data-encoding v2.6.0
13412024-09-03T22:15:58.038Z Compiling webpki-roots v0.25.4
13422024-09-03T22:15:58.225Z Compiling reqwest v0.11.27
13432024-09-03T22:15:58.321Z Compiling predicates v3.1.2
13442024-09-03T22:15:58.385Z Compiling petgraph v0.6.5
13452024-09-03T22:15:58.448Z Compiling clap v4.5.16
13462024-09-03T22:15:58.558Z Compiling string_cache v0.8.7
13472024-09-03T22:15:58.952Z Compiling hickory-proto v0.24.1
13482024-09-03T22:15:59.361Z Compiling similar v2.6.0
13492024-09-03T22:15:59.677Z Compiling bit-set v0.5.3
13502024-09-03T22:15:59.878Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13512024-09-03T22:15:59.932Z Compiling indicatif v0.17.8
13522024-09-03T22:16:00.081Z Compiling nom v7.1.3
13532024-09-03T22:16:00.529Z Compiling tokio-postgres v0.7.11
13542024-09-03T22:16:01.454Z Compiling toml_edit v0.22.20
13552024-09-03T22:16:01.878Z Compiling flate2 v1.0.33
13562024-09-03T22:16:02.698Z Compiling usdt v0.5.0
13572024-09-03T22:16:03.138Z Compiling elliptic-curve v0.13.8
13582024-09-03T22:16:03.161Z Compiling signal-hook-mio v0.2.4
13592024-09-03T22:16:03.317Z Compiling rsa v0.9.6
13602024-09-03T22:16:03.849Z Compiling futures v0.3.30
13612024-09-03T22:16:04.770Z Compiling toml v0.7.8
13622024-09-03T22:16:05.071Z Compiling tokio-stream v0.1.15
13632024-09-03T22:16:05.291Z Compiling openapiv3 v2.0.0
13642024-09-03T22:16:05.783Z Compiling hex v0.4.3
13652024-09-03T22:16:05.928Z Compiling sha1 v0.10.6
13662024-09-03T22:16:06.193Z Compiling itertools v0.10.5
13672024-09-03T22:16:06.312Z Compiling itertools v0.12.1
13682024-09-03T22:16:06.336Z Compiling dirs-sys-next v0.1.2
13692024-09-03T22:16:06.924Z Compiling unicode-xid v0.2.5
13702024-09-03T22:16:07.083Z Compiling lalrpop-util v0.19.12
13712024-09-03T22:16:07.395Z Compiling peg-runtime v0.8.3
13722024-09-03T22:16:07.418Z Compiling dirs-next v2.0.0
13732024-09-03T22:16:07.587Z Compiling thread_local v1.1.8
13742024-09-03T22:16:07.962Z Compiling slog-async v2.8.0
13752024-09-03T22:16:08.070Z Compiling term v0.7.0
13762024-09-03T22:16:08.477Z Compiling xattr v1.3.1
13772024-09-03T22:16:08.500Z Compiling strum_macros v0.26.4
13782024-09-03T22:16:08.535Z Compiling crossbeam-channel v0.5.13
13792024-09-03T22:16:08.739Z Compiling is-terminal v0.4.13
13802024-09-03T22:16:08.828Z Compiling filetime v0.2.25
13812024-09-03T22:16:08.866Z Compiling take_mut v0.2.2
13822024-09-03T22:16:08.939Z Compiling slog-term v2.9.1
13832024-09-03T22:16:09.022Z Compiling camino v1.1.9
13842024-09-03T22:16:09.118Z Compiling tar v0.4.41
13852024-09-03T22:16:10.661Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13862024-09-03T22:16:11.724Z Compiling strum v0.26.3
13872024-09-03T22:16:11.834Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13882024-09-03T22:16:18.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
13892024-09-03T22:16:19.088Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13902024-09-03T22:16:19.155ZSep 03 22:16:18.514 INFO Starting download, target: Clickhouse
13912024-09-03T22:16:19.155ZSep 03 22:16:18.515 INFO Starting download, target: Cockroach
13922024-09-03T22:16:19.155ZSep 03 22:16:18.515 INFO Starting download, target: Console
13932024-09-03T22:16:19.155ZSep 03 22:16:18.515 INFO Starting download, target: DendriteOpenapi
13942024-09-03T22:16:19.155ZSep 03 22:16:18.515 INFO Starting download, target: DendriteStub
13952024-09-03T22:16:19.179ZSep 03 22:16:18.515 INFO Starting download, target: TransceiverControl
13962024-09-03T22:16:19.179ZSep 03 22:16:18.515 INFO Starting download, target: MaghemiteMgd
13972024-09-03T22:16:19.179ZSep 03 22:16:18.516 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13982024-09-03T22:16:19.179ZSep 03 22:16:18.516 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13992024-09-03T22:16:19.179ZSep 03 22:16:18.517 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14002024-09-03T22:16:19.179ZSep 03 22:16:18.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14012024-09-03T22:16:19.179ZSep 03 22:16:18.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14022024-09-03T22:16:19.179ZSep 03 22:16:18.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14032024-09-03T22:16:19.179ZSep 03 22:16:18.518 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14042024-09-03T22:16:19.488ZSep 03 22:16:18.840 INFO Download complete, target: DendriteOpenapi
14052024-09-03T22:16:19.577ZSep 03 22:16:18.933 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14062024-09-03T22:16:19.890ZSep 03 22:16:19.249 INFO Download complete, target: Console
14072024-09-03T22:16:20.570ZSep 03 22:16:19.930 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14082024-09-03T22:16:21.266ZSep 03 22:16:20.626 INFO Download complete, target: TransceiverControl
14092024-09-03T22:16:21.295ZSep 03 22:16:20.655 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14102024-09-03T22:16:21.539ZSep 03 22:16:20.899 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14112024-09-03T22:16:24.648ZSep 03 22:16:24.007 INFO Download complete, target: MaghemiteMgd
14122024-09-03T22:16:24.813ZSep 03 22:16:24.173 INFO Download complete, target: DendriteStub
14132024-09-03T22:16:33.693ZSep 03 22:16:33.053 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14142024-09-03T22:16:33.693ZSep 03 22:16:33.053 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14152024-09-03T22:16:39.147ZSep 03 22:16:38.508 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14162024-09-03T22:16:42.851ZSep 03 22:16:42.212 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14172024-09-03T22:16:43.451ZSep 03 22:16:42.810 INFO Checking that binary works, target: Cockroach
14182024-09-03T22:16:43.780ZSep 03 22:16:43.140 INFO Download complete, target: Cockroach
14192024-09-03T22:16:54.665ZSep 03 22:16:54.026 INFO Checking that binary works, target: Clickhouse
14202024-09-03T22:16:54.872ZSep 03 22:16:54.232 INFO Download complete, target: Clickhouse
14212024-09-03T22:16:54.900ZAll builder prerequisites installed successfully, and PATH looks valid
14222024-09-03T22:16:54.924Z
14232024-09-03T22:16:54.924Zreal 4:00.661393301
14242024-09-03T22:16:54.924Zuser 10:26.389883234
14252024-09-03T22:16:54.924Zsys 2:29.692322452
14262024-09-03T22:16:54.924Ztrap 0.370462402
14272024-09-03T22:16:54.924Ztflt 0.728291914
14282024-09-03T22:16:54.924Zdflt 1.536716468
14292024-09-03T22:16:54.924Zkflt 0.006809706
14302024-09-03T22:16:54.924Zlock 27:15.221411571
14312024-09-03T22:16:54.924Zslp 39:47.904318539
14322024-09-03T22:16:54.924Zlat 47.964829953
14332024-09-03T22:16:54.924Zstop 1:48.187534303
14342024-09-03T22:16:54.924Z+ banner hack-check
14352024-09-03T22:16:54.924Z
14362024-09-03T22:16:54.924Z # # ## #### # # #### # # ###### #### # #
14372024-09-03T22:16:54.924Z # # # # # # # # # # # # # # # # #
14382024-09-03T22:16:54.924Z ###### # # # #### ##### # ###### ##### # ####
14392024-09-03T22:16:54.924Z # # ###### # # # # # # # # # #
14402024-09-03T22:16:54.924Z # # # # # # # # # # # # # # # # #
14412024-09-03T22:16:54.924Z # # # # #### # # #### # # ###### #### # #
14422024-09-03T22:16:54.924Z
14432024-09-03T22:16:54.924Z+ export CARGO_INCREMENTAL=0
14442024-09-03T22:16:54.924Z+ CARGO_INCREMENTAL=0
14452024-09-03T22:16:54.924Z+ ptime -m timeout 2h cargo xtask check-features --ci
14462024-09-03T22:16:55.787Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
14472024-09-03T22:17:00.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s
14482024-09-03T22:17:00.937Z Running `target/debug/xtask check-features --ci`
14492024-09-03T22:17:00.975Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
14502024-09-03T22:17:00.975Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14512024-09-03T22:17:01.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
14522024-09-03T22:17:01.700Z Running `target/debug/xtask download cargo-hack`
14532024-09-03T22:17:02.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14542024-09-03T22:17:03.168Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14552024-09-03T22:17:09.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.85s
14562024-09-03T22:17:09.702Z Running `target/debug/xtask-downloader cargo-hack`
14572024-09-03T22:17:09.752ZSep 03 22:17:09.114 INFO Starting download, target: CargoHack
14582024-09-03T22:17:09.776ZSep 03 22:17:09.115 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14592024-09-03T22:17:10.409ZSep 03 22:17:09.771 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14602024-09-03T22:17:10.528ZSep 03 22:17:09.889 INFO Download complete, target: CargoHack
14612024-09-03T22:17:10.552Zrunning: "/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"
14622024-09-03T22:17:10.575Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14632024-09-03T22:17:10.834Zinfo: running `cargo check --bins` on api_identity (1/158)
14642024-09-03T22:17:11.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14652024-09-03T22:17:11.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14662024-09-03T22:17:11.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14672024-09-03T22:17:11.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
14682024-09-03T22:17:11.865Z
14692024-09-03T22:17:11.865Zinfo: running `cargo check --bins` on bootstore (2/158)
14702024-09-03T22:17:12.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14712024-09-03T22:17:12.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14722024-09-03T22:17:12.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14732024-09-03T22:17:12.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
14742024-09-03T22:17:12.886Z
14752024-09-03T22:17:12.886Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/158)
14762024-09-03T22:17:13.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14772024-09-03T22:17:13.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14782024-09-03T22:17:13.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14792024-09-03T22:17:13.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
14802024-09-03T22:17:13.883Z
14812024-09-03T22:17:13.883Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/158)
14822024-09-03T22:17:14.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14832024-09-03T22:17:14.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14842024-09-03T22:17:14.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14852024-09-03T22:17:14.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
14862024-09-03T22:17:14.770Z
14872024-09-03T22:17:14.770Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/158)
14882024-09-03T22:17:15.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14892024-09-03T22:17:15.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14902024-09-03T22:17:15.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14912024-09-03T22:17:15.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14922024-09-03T22:17:15.414Z
14932024-09-03T22:17:15.414Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/158)
14942024-09-03T22:17:16.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14952024-09-03T22:17:16.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14962024-09-03T22:17:16.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14972024-09-03T22:17:16.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
14982024-09-03T22:17:16.134Z
14992024-09-03T22:17:16.134Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/158)
15002024-09-03T22:17:16.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15012024-09-03T22:17:16.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15022024-09-03T22:17:16.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15032024-09-03T22:17:16.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15042024-09-03T22:17:16.789Z
15052024-09-03T22:17:16.789Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/158)
15062024-09-03T22:17:17.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15072024-09-03T22:17:17.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15082024-09-03T22:17:17.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15092024-09-03T22:17:17.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15102024-09-03T22:17:17.444Z
15112024-09-03T22:17:17.444Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/158)
15122024-09-03T22:17:18.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15132024-09-03T22:17:18.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15142024-09-03T22:17:18.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15152024-09-03T22:17:18.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15162024-09-03T22:17:18.132Z
15172024-09-03T22:17:18.132Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/158)
15182024-09-03T22:17:18.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15192024-09-03T22:17:18.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15202024-09-03T22:17:18.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15212024-09-03T22:17:18.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15222024-09-03T22:17:18.798Z
15232024-09-03T22:17:18.799Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/158)
15242024-09-03T22:17:19.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15252024-09-03T22:17:19.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15262024-09-03T22:17:19.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15272024-09-03T22:17:19.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15282024-09-03T22:17:19.467Z
15292024-09-03T22:17:19.467Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/158)
15302024-09-03T22:17:20.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-09-03T22:17:20.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-09-03T22:17:20.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-09-03T22:17:20.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15342024-09-03T22:17:20.130Z
15352024-09-03T22:17:20.130Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/158)
15362024-09-03T22:17:20.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-09-03T22:17:20.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-09-03T22:17:20.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-09-03T22:17:20.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15402024-09-03T22:17:20.808Z
15412024-09-03T22:17:20.808Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/158)
15422024-09-03T22:17:21.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-09-03T22:17:21.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-09-03T22:17:21.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-09-03T22:17:21.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
15462024-09-03T22:17:21.501Z
15472024-09-03T22:17:21.501Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/158)
15482024-09-03T22:17:22.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-09-03T22:17:22.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-09-03T22:17:22.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-09-03T22:17:22.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15522024-09-03T22:17:22.151Z
15532024-09-03T22:17:22.151Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/158)
15542024-09-03T22:17:22.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-09-03T22:17:22.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-09-03T22:17:22.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-09-03T22:17:22.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15582024-09-03T22:17:22.811Z
15592024-09-03T22:17:22.811Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/158)
15602024-09-03T22:17:23.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-09-03T22:17:23.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-09-03T22:17:23.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-09-03T22:17:23.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15642024-09-03T22:17:23.454Z
15652024-09-03T22:17:23.454Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/158)
15662024-09-03T22:17:24.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-09-03T22:17:24.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-09-03T22:17:24.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-09-03T22:17:24.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15702024-09-03T22:17:24.122Z
15712024-09-03T22:17:24.122Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/158)
15722024-09-03T22:17:24.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-09-03T22:17:24.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-09-03T22:17:24.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-09-03T22:17:24.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15762024-09-03T22:17:24.791Z
15772024-09-03T22:17:24.791Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/158)
15782024-09-03T22:17:25.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-09-03T22:17:25.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-09-03T22:17:25.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-09-03T22:17:25.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15822024-09-03T22:17:25.441Z
15832024-09-03T22:17:25.441Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/158)
15842024-09-03T22:17:26.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-09-03T22:17:26.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-09-03T22:17:26.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15872024-09-03T22:17:26.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
15882024-09-03T22:17:26.123Z
15892024-09-03T22:17:26.123Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/158)
15902024-09-03T22:17:26.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15912024-09-03T22:17:26.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15922024-09-03T22:17:26.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15932024-09-03T22:17:26.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15942024-09-03T22:17:26.781Z
15952024-09-03T22:17:26.781Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/158)
15962024-09-03T22:17:27.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15972024-09-03T22:17:27.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15982024-09-03T22:17:27.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15992024-09-03T22:17:27.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
16002024-09-03T22:17:27.482Z
16012024-09-03T22:17:27.482Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/158)
16022024-09-03T22:17:28.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16032024-09-03T22:17:28.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16042024-09-03T22:17:28.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16052024-09-03T22:17:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16062024-09-03T22:17:28.133Z
16072024-09-03T22:17:28.133Zinfo: running `cargo check --bins` on sled-hardware-types (25/158)
16082024-09-03T22:17:28.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-09-03T22:17:28.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-09-03T22:17:28.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-09-03T22:17:28.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16122024-09-03T22:17:29.029Z
16132024-09-03T22:17:29.029Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/158)
16142024-09-03T22:17:29.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-09-03T22:17:29.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-09-03T22:17:29.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-09-03T22:17:29.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
16182024-09-03T22:17:29.952Z
16192024-09-03T22:17:29.952Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/158)
16202024-09-03T22:17:30.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-09-03T22:17:30.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-09-03T22:17:30.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-09-03T22:17:30.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16242024-09-03T22:17:30.861Z
16252024-09-03T22:17:30.861Zinfo: running `cargo check --bins` on oxlog (28/158)
16262024-09-03T22:17:31.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-09-03T22:17:31.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-09-03T22:17:31.763Z Checking cfg-if v1.0.0
16292024-09-03T22:17:31.787Z Checking libc v0.2.158
16302024-09-03T22:17:31.787Z Checking serde v1.0.209
16312024-09-03T22:17:31.787Z Checking zeroize v1.8.1
16322024-09-03T22:17:31.810Z Checking memchr v2.7.4
16332024-09-03T22:17:31.834Z Checking byteorder v1.5.0
16342024-09-03T22:17:31.867Z Checking scopeguard v1.2.0
16352024-09-03T22:17:31.890Z Checking typenum v1.17.0
16362024-09-03T22:17:31.913Z Checking log v0.4.22
16372024-09-03T22:17:32.007Z Checking lock_api v0.4.12
16382024-09-03T22:17:32.045Z Checking subtle v2.6.1
16392024-09-03T22:17:32.171Z Checking const-oid v0.9.6
16402024-09-03T22:17:32.202Z Checking zerocopy v0.7.35
16412024-09-03T22:17:32.283Z Checking once_cell v1.19.0
16422024-09-03T22:17:32.511Z Checking itoa v1.0.11
16432024-09-03T22:17:32.549Z Checking pin-project-lite v0.2.14
16442024-09-03T22:17:32.593Z Checking smallvec v1.13.2
16452024-09-03T22:17:32.665Z Checking spin v0.9.8
16462024-09-03T22:17:32.688Z Checking tinyvec_macros v0.1.1
16472024-09-03T22:17:32.768Z Checking tinyvec v1.8.0
16482024-09-03T22:17:32.813Z Checking getrandom v0.2.15
16492024-09-03T22:17:32.900Z Checking parking_lot_core v0.9.10
16502024-09-03T22:17:32.962Z Checking signal-hook-registry v1.4.2
16512024-09-03T22:17:32.986Z Checking generic-array v0.14.7
16522024-09-03T22:17:33.030Z Checking rand_core v0.6.4
16532024-09-03T22:17:33.178Z Checking mio v1.0.2
16542024-09-03T22:17:33.201Z Checking parking_lot v0.12.3
16552024-09-03T22:17:33.300Z Checking socket2 v0.5.7
16562024-09-03T22:17:33.431Z Checking futures-sink v0.3.30
16572024-09-03T22:17:33.520Z Checking futures-core v0.3.30
16582024-09-03T22:17:33.573Z Checking cpufeatures v0.2.13
16592024-09-03T22:17:33.597Z Checking ahash v0.8.11
16602024-09-03T22:17:33.669Z Checking allocator-api2 v0.2.18
16612024-09-03T22:17:33.692Z Checking unicode-bidi v0.3.15
16622024-09-03T22:17:33.743Z Checking libm v0.2.8
16632024-09-03T22:17:33.766Z Checking ryu v1.0.18
16642024-09-03T22:17:33.945Z Checking unicode-normalization v0.1.23
16652024-09-03T22:17:33.969Z Checking crypto-common v0.1.6
16662024-09-03T22:17:33.992Z Checking block-buffer v0.10.4
16672024-09-03T22:17:34.070Z Checking block-padding v0.3.3
16682024-09-03T22:17:34.118Z Checking equivalent v1.0.1
16692024-09-03T22:17:34.170Z Checking digest v0.10.7
16702024-09-03T22:17:34.213Z Checking futures-channel v0.3.30
16712024-09-03T22:17:34.248Z Checking hashbrown v0.14.5
16722024-09-03T22:17:34.271Z Checking inout v0.1.3
16732024-09-03T22:17:34.271Z Checking slab v0.4.9
16742024-09-03T22:17:34.485Z Checking cipher v0.4.4
16752024-09-03T22:17:34.508Z Checking hmac v0.12.1
16762024-09-03T22:17:34.532Z Checking sha2 v0.10.8
16772024-09-03T22:17:34.555Z Checking futures-task v0.3.30
16782024-09-03T22:17:34.578Z Checking num-traits v0.2.19
16792024-09-03T22:17:34.699Z Checking futures-io v0.3.30
16802024-09-03T22:17:34.722Z Checking pin-utils v0.1.0
16812024-09-03T22:17:34.762Z Checking base64ct v1.6.0
16822024-09-03T22:17:34.799Z Checking ppv-lite86 v0.2.20
16832024-09-03T22:17:34.859Z Checking futures-util v0.3.30
16842024-09-03T22:17:34.882Z Checking percent-encoding v2.3.1
16852024-09-03T22:17:34.988Z Checking flagset v0.4.6
16862024-09-03T22:17:35.057Z Checking salsa20 v0.10.2
16872024-09-03T22:17:35.154Z Checking pem-rfc7468 v0.7.0
16882024-09-03T22:17:35.177Z Checking pbkdf2 v0.12.2
16892024-09-03T22:17:35.254Z Checking tracing-core v0.1.32
16902024-09-03T22:17:35.289Z Checking fnv v1.0.7
16912024-09-03T22:17:35.326Z Checking untrusted v0.9.0
16922024-09-03T22:17:35.388Z Checking der v0.7.9
16932024-09-03T22:17:35.411Z Checking scrypt v0.11.0
16942024-09-03T22:17:35.449Z Checking rand_chacha v0.3.1
16952024-09-03T22:17:35.476Z Checking ring v0.17.8
16962024-09-03T22:17:35.610Z Checking aes v0.8.4
16972024-09-03T22:17:35.791Z Checking rand v0.8.5
16982024-09-03T22:17:35.862Z Checking tracing v0.1.40
16992024-09-03T22:17:36.072Z Checking cbc v0.1.2
17002024-09-03T22:17:36.160Z Checking bytes v1.7.1
17012024-09-03T22:17:36.213Z Checking indexmap v2.5.0
17022024-09-03T22:17:36.274Z Checking bitflags v2.6.0
17032024-09-03T22:17:36.397Z Checking serde_json v1.0.127
17042024-09-03T22:17:36.538Z Checking thiserror v1.0.63
17052024-09-03T22:17:36.663Z Checking foreign-types-shared v0.1.1
17062024-09-03T22:17:36.763Z Checking foreign-types v0.3.2
17072024-09-03T22:17:36.849Z Checking form_urlencoded v1.2.1
17082024-09-03T22:17:36.898Z Checking tokio v1.40.0
17092024-09-03T22:17:36.922Z Checking http v0.2.12
17102024-09-03T22:17:37.038Z Checking openssl-sys v0.9.103
17112024-09-03T22:17:37.062Z Checking spki v0.7.3
17122024-09-03T22:17:37.166Z Checking crossbeam-utils v0.8.20
17132024-09-03T22:17:37.341Z Checking pkcs5 v0.7.1
17142024-09-03T22:17:37.364Z Checking aho-corasick v1.1.3
17152024-09-03T22:17:37.778Z Checking unicode-ident v1.0.12
17162024-09-03T22:17:37.807Z Checking try-lock v0.2.5
17172024-09-03T22:17:37.875Z Checking powerfmt v0.2.0
17182024-09-03T22:17:37.938Z Checking siphasher v0.3.11
17192024-09-03T22:17:37.961Z Checking regex-syntax v0.8.4
17202024-09-03T22:17:38.130Z Checking openssl v0.10.66
17212024-09-03T22:17:38.154Z Checking deranged v0.3.11
17222024-09-03T22:17:38.177Z Checking http-body v0.4.6
17232024-09-03T22:17:38.212Z Checking proc-macro2 v1.0.86
17242024-09-03T22:17:38.544Z Checking want v0.3.1
17252024-09-03T22:17:38.714Z Checking pkcs8 v0.10.2
17262024-09-03T22:17:38.818Z Checking crossbeam-epoch v0.9.18
17272024-09-03T22:17:38.853Z Checking sct v0.7.1
17282024-09-03T22:17:38.997Z Checking rustls-webpki v0.101.7
17292024-09-03T22:17:39.035Z Checking uuid v1.10.0
17302024-09-03T22:17:39.212Z Checking idna v0.5.0
17312024-09-03T22:17:39.400Z Checking httparse v1.9.4
17322024-09-03T22:17:39.574Z Checking lazy_static v1.5.0
17332024-09-03T22:17:39.638Z Checking errno v0.3.9
17342024-09-03T22:17:39.694Z Checking scroll v0.12.0
17352024-09-03T22:17:39.726Z Checking unicode-properties v0.1.2
17362024-09-03T22:17:39.803Z Checking utf8parse v0.2.2
17372024-09-03T22:17:39.826Z Checking openssl-probe v0.1.5
17382024-09-03T22:17:39.906Z Checking anstyle v1.0.8
17392024-09-03T22:17:39.941Z Checking ucd-trie v0.1.6
17402024-09-03T22:17:39.967Z Checking iana-time-zone v0.1.60
17412024-09-03T22:17:40.031Z Checking time-core v0.1.2
17422024-09-03T22:17:40.113Z Checking num-conv v0.1.0
17432024-09-03T22:17:40.136Z Checking plain v0.2.3
17442024-09-03T22:17:40.160Z Checking tower-service v0.3.3
17452024-09-03T22:17:40.184Z Checking num_threads v0.1.7
17462024-09-03T22:17:40.239Z Checking either v1.13.0
17472024-09-03T22:17:40.271Z Checking httpdate v1.0.3
17482024-09-03T22:17:40.295Z Checking goblin v0.8.2
17492024-09-03T22:17:40.319Z Checking pest v2.7.11
17502024-09-03T22:17:40.357Z Checking time v0.3.36
17512024-09-03T22:17:40.498Z Checking chrono v0.4.38
17522024-09-03T22:17:40.579Z Checking stringprep v0.1.5
17532024-09-03T22:17:40.711Z Checking regex-automata v0.4.7
17542024-09-03T22:17:40.812Z Checking anstyle-parse v0.2.5
17552024-09-03T22:17:41.082Z Checking url v2.5.2
17562024-09-03T22:17:41.777Z Checking rustix v0.38.35
17572024-09-03T22:17:42.372Z Checking rustls v0.21.12
17582024-09-03T22:17:42.601Z Checking crossbeam-deque v0.8.5
17592024-09-03T22:17:42.670Z Checking quote v1.0.37
17602024-09-03T22:17:42.803Z Checking native-tls v0.2.12
17612024-09-03T22:17:42.899Z Checking toml_datetime v0.6.8
17622024-09-03T22:17:42.971Z Checking serde_spanned v0.6.7
17632024-09-03T22:17:43.085Z Checking num-integer v0.1.46
17642024-09-03T22:17:43.159Z Checking idna v0.3.0
17652024-09-03T22:17:43.182Z Checking md-5 v0.10.6
17662024-09-03T22:17:43.376Z Checking hash32 v0.2.1
17672024-09-03T22:17:43.469Z Checking tokio-util v0.7.11
17682024-09-03T22:17:43.545Z Checking pretty-hex v0.4.1
17692024-09-03T22:17:43.568Z Checking anstyle-query v1.1.1
17702024-09-03T22:17:43.676Z Checking colorchoice v1.0.2
17712024-09-03T22:17:43.707Z Checking fallible-iterator v0.2.0
17722024-09-03T22:17:43.730Z Checking stable_deref_trait v1.2.0
17732024-09-03T22:17:43.796Z Checking adler v1.0.2
17742024-09-03T22:17:43.834Z Checking is_terminal_polyfill v1.70.1
17752024-09-03T22:17:43.875Z Checking gimli v0.29.0
17762024-09-03T22:17:43.950Z Checking psl-types v2.0.11
17772024-09-03T22:17:43.974Z Checking base64 v0.22.1
17782024-09-03T22:17:44.119Z Checking publicsuffix v2.2.3
17792024-09-03T22:17:44.239Z Checking anstream v0.6.15
17802024-09-03T22:17:44.263Z Checking h2 v0.3.26
17812024-09-03T22:17:44.344Z Checking miniz_oxide v0.7.4
17822024-09-03T22:17:44.402Z Checking postgres-protocol v0.6.7
17832024-09-03T22:17:44.564Z Checking heapless v0.7.17
17842024-09-03T22:17:44.723Z Checking terminal_size v0.3.0
17852024-09-03T22:17:44.780Z Checking dof v0.3.0
17862024-09-03T22:17:44.879Z Checking num-iter v0.1.45
17872024-09-03T22:17:44.925Z Checking tokio-native-tls v0.3.1
17882024-09-03T22:17:44.985Z Checking syn v2.0.77
17892024-09-03T22:17:45.043Z Checking rayon-core v1.12.1
17902024-09-03T22:17:45.157Z Checking cookie v0.17.0
17912024-09-03T22:17:45.250Z Checking tokio-rustls v0.24.1
17922024-09-03T22:17:45.318Z Checking dtrace-parser v0.2.0
17932024-09-03T22:17:45.468Z Checking phf_shared v0.11.2
17942024-09-03T22:17:45.527Z Checking ff v0.13.0
17952024-09-03T22:17:45.570Z Checking thread-id v4.2.2
17962024-09-03T22:17:45.626Z Checking object v0.36.4
17972024-09-03T22:17:45.680Z Checking winnow v0.5.40
17982024-09-03T22:17:45.717Z Checking adler2 v2.0.0
17992024-09-03T22:17:45.740Z Checking bitflags v1.3.2
18002024-09-03T22:17:45.764Z Checking clap_lex v0.7.2
18012024-09-03T22:17:45.830Z Checking rustc-demangle v0.1.24
18022024-09-03T22:17:45.856Z Checking base16ct v0.2.0
18032024-09-03T22:17:45.988Z Checking managed v0.8.0
18042024-09-03T22:17:46.067Z Checking strsim v0.11.1
18052024-09-03T22:17:46.277Z Checking base64 v0.21.7
18062024-09-03T22:17:46.342Z Checking unicode-width v0.1.13
18072024-09-03T22:17:46.365Z Checking ipnet v2.9.0
18082024-09-03T22:17:46.509Z Checking console v0.15.8
18092024-09-03T22:17:46.691Z Checking rustls-pemfile v1.0.4
18102024-09-03T22:17:46.747Z Checking smoltcp v0.9.1
18112024-09-03T22:17:46.877Z Checking clap_builder v4.5.15
18122024-09-03T22:17:47.003Z Checking sec1 v0.7.3
18132024-09-03T22:17:47.362Z Checking addr2line v0.22.0
18142024-09-03T22:17:47.386Z Checking miniz_oxide v0.8.0
18152024-09-03T22:17:47.805Z Checking phf v0.11.2
18162024-09-03T22:17:48.027Z Checking group v0.13.0
18172024-09-03T22:17:48.051Z Checking rayon v1.10.0
18182024-09-03T22:17:48.074Z Checking cookie_store v0.20.0
18192024-09-03T22:17:48.244Z Checking toml_edit v0.19.15
18202024-09-03T22:17:48.267Z Checking num-bigint-dig v0.8.4
18212024-09-03T22:17:48.615Z Checking postgres-types v0.2.7
18222024-09-03T22:17:49.196Z Checking regex v1.10.6
18232024-09-03T22:17:49.556Z Checking bstr v1.10.0
18242024-09-03T22:17:49.682Z Checking hyper v0.14.30
18252024-09-03T22:17:49.729Z Checking futures-executor v0.3.30
18262024-09-03T22:17:49.923Z Checking pkcs1 v0.7.5
18272024-09-03T22:17:50.094Z Checking phf_shared v0.10.0
18282024-09-03T22:17:50.269Z Checking serde_urlencoded v0.7.1
18292024-09-03T22:17:50.333Z Checking zerocopy v0.6.6
18302024-09-03T22:17:50.356Z Checking hubpack v0.1.2
18312024-09-03T22:17:50.415Z Checking float-cmp v0.9.0
18322024-09-03T22:17:50.553Z Checking usdt-impl v0.5.0
18332024-09-03T22:17:50.597Z Checking portable-atomic v1.7.0
18342024-09-03T22:17:50.642Z Checking signal-hook v0.3.17
18352024-09-03T22:17:50.642Z Checking idna v0.4.0
18362024-09-03T22:17:50.993Z Checking hkdf v0.12.4
18372024-09-03T22:17:51.021Z Checking signature v2.2.0
18382024-09-03T22:17:51.079Z Checking crypto-bigint v0.5.5
18392024-09-03T22:17:51.146Z Checking backtrace v0.3.73
18402024-09-03T22:17:51.200Z Checking mio v0.8.11
18412024-09-03T22:17:51.225Z Checking memmap v0.7.0
18422024-09-03T22:17:51.362Z Checking encoding_rs v0.8.34
18432024-09-03T22:17:51.414Z Checking crc32fast v1.4.2
18442024-09-03T22:17:51.458Z Checking bit-vec v0.6.3
18452024-09-03T22:17:51.577Z Checking static_assertions v1.1.0
18462024-09-03T22:17:51.629Z Checking minimal-lexical v0.2.1
18472024-09-03T22:17:51.663Z Checking dyn-clone v1.0.17
18482024-09-03T22:17:51.687Z Checking whoami v1.5.2
18492024-09-03T22:17:51.753Z Checking fixedbitset v0.4.2
18502024-09-03T22:17:51.778Z Checking number_prefix v0.4.0
18512024-09-03T22:17:51.802Z Checking normalize-line-endings v0.3.0
18522024-09-03T22:17:51.911Z Checking sync_wrapper v0.1.2
18532024-09-03T22:17:51.947Z Checking predicates-core v1.0.8
18542024-09-03T22:17:51.971Z Checking new_debug_unreachable v1.0.6
18552024-09-03T22:17:51.995Z Checking difflib v0.4.0
18562024-09-03T22:17:52.019Z Checking webpki-roots v0.25.4
18572024-09-03T22:17:52.043Z Checking unicode-segmentation v1.11.0
18582024-09-03T22:17:52.069Z Checking data-encoding v2.6.0
18592024-09-03T22:17:52.120Z Checking winnow v0.6.18
18602024-09-03T22:17:52.157Z Checking precomputed-hash v0.1.1
18612024-09-03T22:17:52.260Z Checking mime v0.3.17
18622024-09-03T22:17:52.284Z Checking predicates v3.1.2
18632024-09-03T22:17:52.530Z Checking string_cache v0.8.7
18642024-09-03T22:17:52.566Z Checking similar v2.6.0
18652024-09-03T22:17:52.617Z Checking hickory-proto v0.24.1
18662024-09-03T22:17:52.787Z Checking nom v7.1.3
18672024-09-03T22:17:52.856Z Checking petgraph v0.6.5
18682024-09-03T22:17:53.300Z Checking tokio-postgres v0.7.11
18692024-09-03T22:17:53.337Z Checking indicatif v0.17.8
18702024-09-03T22:17:53.520Z Checking elliptic-curve v0.13.8
18712024-09-03T22:17:54.001Z Checking schemars v0.8.21
18722024-09-03T22:17:54.089Z Checking bit-set v0.5.3
18732024-09-03T22:17:54.316Z Checking signal-hook-mio v0.2.4
18742024-09-03T22:17:54.450Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18752024-09-03T22:17:54.640Z Checking toml_edit v0.22.20
18762024-09-03T22:17:55.165Z Checking anyhow v1.0.86
18772024-09-03T22:17:55.189Z Checking hyper-tls v0.5.0
18782024-09-03T22:17:55.344Z Checking hyper-rustls v0.24.2
18792024-09-03T22:17:55.439Z Checking flate2 v1.0.33
18802024-09-03T22:17:55.504Z Checking usdt v0.5.0
18812024-09-03T22:17:55.597Z Checking reqwest v0.11.27
18822024-09-03T22:17:55.733Z Checking rsa v0.9.6
18832024-09-03T22:17:55.757Z Checking toml v0.7.8
18842024-09-03T22:17:55.785Z Checking futures v0.3.30
18852024-09-03T22:17:55.895Z Checking clap v4.5.16
18862024-09-03T22:17:56.030Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18872024-09-03T22:17:56.066Z Checking tokio-stream v0.1.15
18882024-09-03T22:17:56.094Z Checking fs-err v2.11.0
18892024-09-03T22:17:56.405Z Checking itertools v0.12.1
18902024-09-03T22:17:56.565Z Checking itertools v0.10.5
18912024-09-03T22:17:56.651Z Checking slog v2.7.0
18922024-09-03T22:17:56.760Z Checking openapiv3 v2.0.0
18932024-09-03T22:17:56.800Z Checking hex v0.4.3
18942024-09-03T22:17:57.057Z Checking semver v1.0.23
18952024-09-03T22:17:57.108Z Checking sha1 v0.10.6
18962024-09-03T22:17:57.131Z Checking peg-runtime v0.8.3
18972024-09-03T22:17:57.248Z Checking lalrpop-util v0.19.12
18982024-09-03T22:17:57.331Z Checking camino v1.1.9
18992024-09-03T22:17:57.357Z Checking sigpipe v0.1.3
19002024-09-03T22:17:59.666Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19012024-09-03T22:18:00.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.21s
19022024-09-03T22:18:00.213Z
19032024-09-03T22:18:00.213Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/158)
19042024-09-03T22:18:01.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052024-09-03T22:18:01.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062024-09-03T22:18:01.281Z Compiling regress v0.10.1
19072024-09-03T22:18:01.313Z Checking heck v0.5.0
19082024-09-03T22:18:01.348Z Checking http v1.1.0
19092024-09-03T22:18:01.372Z Checking dirs-sys-next v0.1.2
19102024-09-03T22:18:01.395Z Compiling unsafe-libyaml v0.2.11
19112024-09-03T22:18:01.419Z Checking thread_local v1.1.8
19122024-09-03T22:18:01.419Z Checking rustls-pki-types v1.8.0
19132024-09-03T22:18:01.513Z Compiling ident_case v1.0.1
19142024-09-03T22:18:01.537Z Checking dirs-next v2.0.0
19152024-09-03T22:18:01.660Z Checking term v0.7.0
19162024-09-03T22:18:01.684Z Compiling darling_core v0.20.10
19172024-09-03T22:18:01.707Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
19182024-09-03T22:18:01.803Z Checking crossbeam-channel v0.5.13
19192024-09-03T22:18:01.985Z Checking is-terminal v0.4.13
19202024-09-03T22:18:02.032Z Checking take_mut v0.2.2
19212024-09-03T22:18:02.101Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19222024-09-03T22:18:02.165Z Compiling paste v1.0.15
19232024-09-03T22:18:02.403Z Compiling rustls v0.22.4
19242024-09-03T22:18:02.460Z Compiling serde_yaml v0.9.34+deprecated
19252024-09-03T22:18:02.561Z Checking slog-async v2.8.0
19262024-09-03T22:18:02.698Z Checking slog-term v2.9.1
19272024-09-03T22:18:02.721Z Checking rustls-webpki v0.102.7
19282024-09-03T22:18:02.829Z Compiling proc-macro-crate v1.3.1
19292024-09-03T22:18:02.977Z Checking ipnetwork v0.20.0
19302024-09-03T22:18:03.128Z Compiling structmeta-derive v0.3.0
19312024-09-03T22:18:03.302Z Compiling multer v3.1.0
19322024-09-03T22:18:03.394Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19332024-09-03T22:18:03.591Z Checking match_cfg v0.1.0
19342024-09-03T22:18:03.694Z Checking hostname v0.3.1
19352024-09-03T22:18:03.794Z Compiling num_enum_derive v0.5.11
19362024-09-03T22:18:03.822Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19372024-09-03T22:18:04.239Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334)
19382024-09-03T22:18:05.464Z Checking slog-json v2.6.1
19392024-09-03T22:18:05.645Z Compiling structmeta v0.3.0
19402024-09-03T22:18:05.713Z Compiling lzma-sys v0.1.20
19412024-09-03T22:18:06.085Z Compiling foreign-types-macros v0.2.3
19422024-09-03T22:18:06.109Z Compiling async-stream-impl v0.3.5
19432024-09-03T22:18:06.289Z Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e)
19442024-09-03T22:18:06.446Z Checking foreign-types-shared v0.3.1
19452024-09-03T22:18:06.470Z Checking utf-8 v0.7.6
19462024-09-03T22:18:06.561Z Checking atomic-waker v1.1.2
19472024-09-03T22:18:06.585Z Checking arc-swap v1.7.1
19482024-09-03T22:18:06.661Z Checking tungstenite v0.21.0
19492024-09-03T22:18:06.686Z Checking waitgroup v0.1.2
19502024-09-03T22:18:06.921Z Compiling parse-display-derive v0.10.0
19512024-09-03T22:18:06.954Z Checking slog-scope v4.4.0
19522024-09-03T22:18:07.059Z Checking tokio-rustls v0.25.0
19532024-09-03T22:18:07.134Z Checking num_enum v0.5.11
19542024-09-03T22:18:07.244Z Checking foreign-types v0.5.0
19552024-09-03T22:18:07.278Z Checking slog-bunyan v2.5.0
19562024-09-03T22:18:07.346Z Compiling proc-macro-error v1.0.4
19572024-09-03T22:18:07.374Z Checking async-stream v0.3.5
19582024-09-03T22:18:07.482Z Checking toml v0.8.19
19592024-09-03T22:18:07.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19602024-09-03T22:18:07.662Z Checking rustls-pemfile v2.1.3
19612024-09-03T22:18:07.732Z Compiling heck v0.3.3
19622024-09-03T22:18:07.763Z Checking newtype-uuid v1.1.0
19632024-09-03T22:18:07.787Z Compiling darling_macro v0.20.10
19642024-09-03T22:18:07.887Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19652024-09-03T22:18:07.961Z Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e)
19662024-09-03T22:18:07.984Z Checking serde_path_to_error v0.1.16
19672024-09-03T22:18:08.138Z Checking cstr-argument v0.1.2
19682024-09-03T22:18:08.161Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19692024-09-03T22:18:08.304Z Checking hostname v0.4.0
19702024-09-03T22:18:08.512Z Checking instant v0.1.13
19712024-09-03T22:18:08.564Z Checking debug-ignore v1.0.5
19722024-09-03T22:18:08.629Z Checking pretty-hex v0.2.1
19732024-09-03T22:18:08.653Z Compiling darling v0.20.10
19742024-09-03T22:18:08.701Z Checking fastrand v2.1.1
19752024-09-03T22:18:08.724Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
19762024-09-03T22:18:08.776Z Compiling serde_with_macros v3.9.0
19772024-09-03T22:18:08.799Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19782024-09-03T22:18:08.887Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19792024-09-03T22:18:09.014Z Checking tempfile v3.12.0
19802024-09-03T22:18:09.038Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19812024-09-03T22:18:09.061Z Checking backoff v0.4.0
19822024-09-03T22:18:09.061Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19832024-09-03T22:18:09.173Z Compiling zone_cfg_derive v0.1.2
19842024-09-03T22:18:09.327Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19852024-09-03T22:18:09.356Z Checking strum v0.26.3
19862024-09-03T22:18:09.380Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19872024-09-03T22:18:09.501Z Checking tokio-tungstenite v0.21.0
19882024-09-03T22:18:09.535Z Checking slog-stdlog v4.1.1
19892024-09-03T22:18:09.831Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19902024-09-03T22:18:09.925Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
19912024-09-03T22:18:09.971Z Checking colored v2.1.0
19922024-09-03T22:18:10.003Z Checking regress v0.9.1
19932024-09-03T22:18:10.187Z Checking macaddr v1.0.1
19942024-09-03T22:18:10.238Z Checking base64 v0.13.1
19952024-09-03T22:18:10.479Z Checking zone v0.1.8
19962024-09-03T22:18:10.606Z Checking ron v0.7.1
19972024-09-03T22:18:11.078Z Checking parse-display v0.10.0
19982024-09-03T22:18:11.123Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
19992024-09-03T22:18:11.318Z Checking xz2 v0.1.7
20002024-09-03T22:18:11.398Z Checking serde_with v3.9.0
20012024-09-03T22:18:11.578Z Checking slog-envlogger v2.2.0
20022024-09-03T22:18:11.602Z Checking tabwriter v1.4.0
20032024-09-03T22:18:11.668Z Checking pem v3.0.4
20042024-09-03T22:18:11.796Z Checking xattr v1.3.1
20052024-09-03T22:18:11.820Z Checking headers-core v0.2.0
20062024-09-03T22:18:11.911Z Checking yasna v0.5.2
20072024-09-03T22:18:11.937Z Checking smf v0.2.3
20082024-09-03T22:18:11.977Z Checking filetime v0.2.25
20092024-09-03T22:18:12.159Z Checking same-file v1.0.6
20102024-09-03T22:18:12.318Z Checking walkdir v2.5.0
20112024-09-03T22:18:12.351Z Checking tar v0.4.41
20122024-09-03T22:18:12.374Z Checking headers v0.3.9
20132024-09-03T22:18:12.573Z Checking camino-tempfile v1.1.1
20142024-09-03T22:18:12.664Z Checking rcgen v0.12.1
20152024-09-03T22:18:12.809Z Checking atomicwrites v0.4.3
20162024-09-03T22:18:12.989Z Checking subprocess v0.2.9
20172024-09-03T22:18:17.641Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334)
20182024-09-03T22:18:20.165Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#f0f58334)
20192024-09-03T22:18:20.263Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
20202024-09-03T22:18:24.702Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
20212024-09-03T22:18:32.334Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
20222024-09-03T22:18:32.497Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
20232024-09-03T22:18:32.520Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
20242024-09-03T22:18:35.941Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=17bcdbc4754a46323a7217a6ebb0abaa7c98bd13#17bcdbc4)
20252024-09-03T22:18:36.334Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20262024-09-03T22:18:44.436Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20272024-09-03T22:18:46.381Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20282024-09-03T22:18:47.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.62s
20292024-09-03T22:18:47.987Z
20302024-09-03T22:18:47.987Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/158)
20312024-09-03T22:18:48.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322024-09-03T22:18:48.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332024-09-03T22:18:48.915Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20342024-09-03T22:18:50.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
20352024-09-03T22:18:50.700Z
20362024-09-03T22:18:50.700Zinfo: running `cargo check --bins` on nexus-config (31/158)
20372024-09-03T22:18:51.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382024-09-03T22:18:51.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392024-09-03T22:18:51.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402024-09-03T22:18:51.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20412024-09-03T22:18:51.598Z
20422024-09-03T22:18:51.598Zinfo: running `cargo check --bins` on omicron-rpaths (32/158)
20432024-09-03T22:18:52.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-09-03T22:18:52.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-09-03T22:18:52.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-09-03T22:18:52.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
20472024-09-03T22:18:52.425Z
20482024-09-03T22:18:52.425Zinfo: running `cargo check --bins` on omicron-certificates (33/158)
20492024-09-03T22:18:53.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-09-03T22:18:53.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-09-03T22:18:53.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-09-03T22:18:53.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20532024-09-03T22:18:53.313Z
20542024-09-03T22:18:53.313Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/158)
20552024-09-03T22:18:54.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-09-03T22:18:54.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-09-03T22:18:54.228Z Compiling heapless v0.8.0
20582024-09-03T22:18:54.251Z Checking hash32 v0.3.1
20592024-09-03T22:18:54.275Z Compiling smoltcp v0.11.0
20602024-09-03T22:18:54.298Z Checking cobs v0.2.3
20612024-09-03T22:18:54.322Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20622024-09-03T22:18:54.322Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20632024-09-03T22:18:54.345Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20642024-09-03T22:18:54.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20652024-09-03T22:18:54.452Z Compiling crucible-workspace-hack v0.1.0
20662024-09-03T22:18:54.476Z Checking postcard v1.0.10
20672024-09-03T22:18:54.499Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20682024-09-03T22:18:54.653Z Compiling zone_cfg_derive v0.3.0
20692024-09-03T22:18:54.708Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20702024-09-03T22:18:54.849Z Checking newline-converter v0.3.0
20712024-09-03T22:18:54.976Z Compiling num-derive v0.4.2
20722024-09-03T22:18:55.000Z Compiling slog-dtrace v0.3.0
20732024-09-03T22:18:55.023Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20742024-09-03T22:18:55.047Z Compiling convert_case v0.4.0
20752024-09-03T22:18:55.189Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20762024-09-03T22:18:55.313Z Checking expectorate v1.1.0
20772024-09-03T22:18:55.422Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20782024-09-03T22:18:55.848Z Compiling derive_more v0.99.18
20792024-09-03T22:18:56.001Z Checking zone v0.3.0
20802024-09-03T22:18:56.748Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
20812024-09-03T22:18:58.513Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20822024-09-03T22:18:59.667Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20832024-09-03T22:19:00.730Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20842024-09-03T22:19:01.117Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20852024-09-03T22:19:03.517Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20862024-09-03T22:19:04.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.09s
20872024-09-03T22:19:04.577Z
20882024-09-03T22:19:04.577Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/158)
20892024-09-03T22:19:05.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902024-09-03T22:19:05.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912024-09-03T22:19:05.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922024-09-03T22:19:05.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
20932024-09-03T22:19:05.473Z
20942024-09-03T22:19:05.473Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/158)
20952024-09-03T22:19:06.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-09-03T22:19:06.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-09-03T22:19:06.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982024-09-03T22:19:06.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
20992024-09-03T22:19:06.447Z
21002024-09-03T22:19:06.447Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/158)
21012024-09-03T22:19:07.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-09-03T22:19:07.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-09-03T22:19:07.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042024-09-03T22:19:07.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
21052024-09-03T22:19:07.510Z
21062024-09-03T22:19:07.510Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/158)
21072024-09-03T22:19:08.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-09-03T22:19:08.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-09-03T22:19:08.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102024-09-03T22:19:08.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
21112024-09-03T22:19:08.597Z
21122024-09-03T22:19:08.597Zinfo: running `cargo check --bins` on dns-server (39/158)
21132024-09-03T22:19:09.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-09-03T22:19:09.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-09-03T22:19:09.517Z Compiling parking_lot_core v0.8.6
21162024-09-03T22:19:09.543Z Checking nibble_vec v0.1.0
21172024-09-03T22:19:09.567Z Checking endian-type v0.1.2
21182024-09-03T22:19:09.567Z Checking linked-hash-map v0.5.6
21192024-09-03T22:19:09.567Z Checking quick-error v1.2.3
21202024-09-03T22:19:09.567Z Checking fxhash v0.2.1
21212024-09-03T22:19:09.567Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21222024-09-03T22:19:09.591Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21232024-09-03T22:19:09.728Z Checking resolv-conf v0.7.0
21242024-09-03T22:19:09.751Z Checking hickory-server v0.24.1
21252024-09-03T22:19:09.774Z Checking radix_trie v0.2.1
21262024-09-03T22:19:09.909Z Checking lru-cache v0.1.2
21272024-09-03T22:19:10.088Z Checking hickory-resolver v0.24.1
21282024-09-03T22:19:10.152Z Checking hickory-client v0.24.1
21292024-09-03T22:19:10.305Z Checking parking_lot v0.11.2
21302024-09-03T22:19:10.611Z Checking sled v0.34.7
21312024-09-03T22:19:12.983Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21322024-09-03T22:19:14.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
21332024-09-03T22:19:14.591Z
21342024-09-03T22:19:14.591Zinfo: running `cargo check --bins` on dns-server-api (40/158)
21352024-09-03T22:19:15.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362024-09-03T22:19:15.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372024-09-03T22:19:15.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382024-09-03T22:19:15.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21392024-09-03T22:19:15.483Z
21402024-09-03T22:19:15.483Zinfo: running `cargo check --bins` on dns-service-client (41/158)
21412024-09-03T22:19:16.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422024-09-03T22:19:16.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432024-09-03T22:19:16.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442024-09-03T22:19:16.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
21452024-09-03T22:19:16.392Z
21462024-09-03T22:19:16.392Zinfo: running `cargo check --bins` on gateway-test-utils (42/158)
21472024-09-03T22:19:17.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482024-09-03T22:19:17.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492024-09-03T22:19:17.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502024-09-03T22:19:17.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
21512024-09-03T22:19:17.365Z
21522024-09-03T22:19:17.365Zinfo: running `cargo check --bins` on gateway-types (43/158)
21532024-09-03T22:19:18.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542024-09-03T22:19:18.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552024-09-03T22:19:18.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562024-09-03T22:19:18.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21572024-09-03T22:19:18.256Z
21582024-09-03T22:19:18.256Zinfo: running `cargo check --bins` on ipcc (44/158)
21592024-09-03T22:19:19.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602024-09-03T22:19:19.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612024-09-03T22:19:19.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622024-09-03T22:19:19.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
21632024-09-03T22:19:19.162Z
21642024-09-03T22:19:19.162Zinfo: running `cargo check --bins` on omicron-gateway (45/158)
21652024-09-03T22:19:19.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662024-09-03T22:19:20.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672024-09-03T22:19:20.130Z Compiling rustls-pki-types v1.8.0
21682024-09-03T22:19:20.153Z Compiling match_cfg v0.1.0
21692024-09-03T22:19:20.153Z Checking num-rational v0.4.2
21702024-09-03T22:19:20.177Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
21712024-09-03T22:19:20.177Z Compiling slog-json v2.6.1
21722024-09-03T22:19:20.177Z Compiling http v1.1.0
21732024-09-03T22:19:20.177Z Checking num-complex v0.4.6
21742024-09-03T22:19:20.177Z Compiling atomic-waker v1.1.2
21752024-09-03T22:19:20.277Z Compiling hostname v0.3.1
21762024-09-03T22:19:20.395Z Compiling prettyplease v0.2.22
21772024-09-03T22:19:20.537Z Compiling slog-bunyan v2.5.0
21782024-09-03T22:19:20.607Z Compiling rustls-webpki v0.102.7
21792024-09-03T22:19:20.631Z Compiling rustls-pemfile v2.1.3
21802024-09-03T22:19:20.695Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#8b044c03)
21812024-09-03T22:19:20.738Z Compiling waitgroup v0.1.2
21822024-09-03T22:19:20.853Z Compiling async-stream v0.3.5
21832024-09-03T22:19:20.907Z Compiling toml v0.8.19
21842024-09-03T22:19:20.930Z Compiling ipnetwork v0.20.0
21852024-09-03T22:19:20.953Z Compiling newtype-uuid v1.1.0
21862024-09-03T22:19:21.062Z Checking num v0.4.3
21872024-09-03T22:19:21.113Z Compiling serde_path_to_error v0.1.16
21882024-09-03T22:19:21.165Z Compiling hostname v0.4.0
21892024-09-03T22:19:21.193Z Compiling instant v0.1.13
21902024-09-03T22:19:21.310Z Compiling debug-ignore v1.0.5
21912024-09-03T22:19:21.355Z Compiling semver v0.1.20
21922024-09-03T22:19:21.422Z Checking float-ord v0.3.2
21932024-09-03T22:19:21.457Z Compiling rustls v0.22.4
21942024-09-03T22:19:21.556Z Compiling radium v0.7.0
21952024-09-03T22:19:21.809Z Compiling multer v3.1.0
21962024-09-03T22:19:21.894Z Compiling rustc_version v0.1.7
21972024-09-03T22:19:21.965Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21982024-09-03T22:19:22.005Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21992024-09-03T22:19:22.355Z Compiling backoff v0.4.0
22002024-09-03T22:19:22.507Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22012024-09-03T22:19:22.534Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
22022024-09-03T22:19:22.558Z Compiling parse-display v0.10.0
22032024-09-03T22:19:22.680Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042024-09-03T22:19:22.704Z Compiling serde_with v3.9.0
22052024-09-03T22:19:22.787Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22062024-09-03T22:19:22.939Z Compiling regress v0.9.1
22072024-09-03T22:19:23.175Z Compiling macaddr v1.0.1
22082024-09-03T22:19:23.652Z Compiling maybe-uninit v2.0.0
22092024-09-03T22:19:23.865Z Checking tap v1.0.1
22102024-09-03T22:19:24.029Z Checking wyz v0.5.1
22112024-09-03T22:19:24.418Z Compiling newtype_derive v0.1.6
22122024-09-03T22:19:24.454Z Checking password-hash v0.5.0
22132024-09-03T22:19:24.740Z Checking blake2 v0.10.6
22142024-09-03T22:19:24.839Z Compiling bzip2-sys v0.1.11+1.0.8
22152024-09-03T22:19:24.907Z Checking funty v2.0.0
22162024-09-03T22:19:25.034Z Checking crc-catalog v2.4.0
22172024-09-03T22:19:25.178Z Compiling packed_struct v0.10.1
22182024-09-03T22:19:25.377Z Compiling tokio-rustls v0.25.0
22192024-09-03T22:19:25.728Z Checking crc v3.2.1
22202024-09-03T22:19:25.758Z Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#31c0b74e)
22212024-09-03T22:19:25.791Z Checking bitvec v1.0.1
22222024-09-03T22:19:26.157Z Checking argon2 v0.5.3
22232024-09-03T22:19:26.790Z Compiling packed_struct_codegen v0.10.1
22242024-09-03T22:19:27.078Z Compiling indexmap v1.9.3
22252024-09-03T22:19:27.368Z Checking half v2.4.1
22262024-09-03T22:19:27.482Z Compiling cookie v0.18.1
22272024-09-03T22:19:27.750Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22282024-09-03T22:19:27.809Z Checking ciborium-io v0.2.2
22292024-09-03T22:19:27.925Z Checking nodrop v0.1.14
22302024-09-03T22:19:28.042Z Checking array-init v0.0.4
22312024-09-03T22:19:28.067Z Checking ciborium-ll v0.2.2
22322024-09-03T22:19:28.604Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22332024-09-03T22:19:28.740Z Checking smallvec v0.6.14
22342024-09-03T22:19:28.927Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22352024-09-03T22:19:29.063Z Compiling memoffset v0.9.1
22362024-09-03T22:19:29.106Z Checking highway v1.2.0
22372024-09-03T22:19:29.346Z Checking hashbrown v0.12.3
22382024-09-03T22:19:29.449Z Checking bitfield v0.14.0
22392024-09-03T22:19:29.497Z Checking termcolor v1.4.1
22402024-09-03T22:19:29.544Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22412024-09-03T22:19:29.694Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22422024-09-03T22:19:29.881Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22432024-09-03T22:19:29.962Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22442024-09-03T22:19:30.577Z Checking env_logger v0.10.2
22452024-09-03T22:19:30.810Z Checking serde-hex v0.1.0
22462024-09-03T22:19:30.871Z Checking steno v0.4.1
22472024-09-03T22:19:30.941Z Checking bzip2 v0.4.4
22482024-09-03T22:19:31.003Z Checking ciborium v0.2.2
22492024-09-03T22:19:31.404Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22502024-09-03T22:19:31.452Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22512024-09-03T22:19:31.626Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22522024-09-03T22:19:31.893Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22532024-09-03T22:19:31.916Z Checking ron v0.8.1
22542024-09-03T22:19:32.610Z Checking x509-cert v0.2.5
22552024-09-03T22:19:32.892Z Checking hashbrown v0.13.2
22562024-09-03T22:19:33.000Z Compiling derive-where v1.2.7
22572024-09-03T22:19:33.692Z Checking humantime v2.1.0
22582024-09-03T22:19:33.805Z Checking crc-any v2.5.0
22592024-09-03T22:19:33.968Z Checking object v0.30.4
22602024-09-03T22:19:34.042Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22612024-09-03T22:19:34.131Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22622024-09-03T22:19:34.174Z Checking zip v0.6.6
22632024-09-03T22:19:34.386Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22642024-09-03T22:19:34.633Z Checking path-slash v0.1.5
22652024-09-03T22:19:34.723Z Checking tungstenite v0.20.1
22662024-09-03T22:19:34.766Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22672024-09-03T22:19:34.790Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
22682024-09-03T22:19:35.340Z Checking nix v0.27.1
22692024-09-03T22:19:35.525Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22702024-09-03T22:19:35.548Z Checking kstat-rs v0.2.4
22712024-09-03T22:19:35.753Z Checking serde-big-array v0.5.1
22722024-09-03T22:19:35.852Z Checking tokio-tungstenite v0.20.1
22732024-09-03T22:19:35.984Z Checking signal-hook-tokio v0.3.1
22742024-09-03T22:19:36.177Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22752024-09-03T22:19:37.354Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22762024-09-03T22:19:41.402Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22772024-09-03T22:19:43.087Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22782024-09-03T22:19:45.688Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22792024-09-03T22:19:48.479Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22802024-09-03T22:19:49.582Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22812024-09-03T22:19:49.902Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22822024-09-03T22:19:55.576Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22832024-09-03T22:19:56.453Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22842024-09-03T22:19:59.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.76s
22852024-09-03T22:20:00.094Z
22862024-09-03T22:20:00.095Zinfo: running `cargo check --bins` on gateway-api (46/158)
22872024-09-03T22:20:00.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22882024-09-03T22:20:00.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22892024-09-03T22:20:00.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22902024-09-03T22:20:00.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
22912024-09-03T22:20:01.058Z
22922024-09-03T22:20:01.058Zinfo: running `cargo check --bins` on oximeter (47/158)
22932024-09-03T22:20:01.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22942024-09-03T22:20:01.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22952024-09-03T22:20:01.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22962024-09-03T22:20:01.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22972024-09-03T22:20:01.904Z
22982024-09-03T22:20:01.904Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/158)
22992024-09-03T22:20:02.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23002024-09-03T22:20:02.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23012024-09-03T22:20:02.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23022024-09-03T22:20:02.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
23032024-09-03T22:20:02.733Z
23042024-09-03T22:20:02.733Zinfo: running `cargo check --bins` on oximeter-schema (49/158)
23052024-09-03T22:20:03.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23062024-09-03T22:20:03.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23072024-09-03T22:20:03.652Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23082024-09-03T22:20:04.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
23092024-09-03T22:20:04.237Z
23102024-09-03T22:20:04.237Zinfo: running `cargo check --bins` on oximeter-types (50/158)
23112024-09-03T22:20:05.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23122024-09-03T22:20:05.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23132024-09-03T22:20:05.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23142024-09-03T22:20:05.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23152024-09-03T22:20:05.106Z
23162024-09-03T22:20:05.106Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/158)
23172024-09-03T22:20:05.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23182024-09-03T22:20:05.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23192024-09-03T22:20:05.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23202024-09-03T22:20:05.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23212024-09-03T22:20:05.990Z
23222024-09-03T22:20:05.990Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (52/158)
23232024-09-03T22:20:06.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23242024-09-03T22:20:06.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23252024-09-03T22:20:06.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23262024-09-03T22:20:06.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23272024-09-03T22:20:06.846Z
23282024-09-03T22:20:06.846Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/158)
23292024-09-03T22:20:07.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23302024-09-03T22:20:07.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23312024-09-03T22:20:07.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23322024-09-03T22:20:07.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23332024-09-03T22:20:07.716Z
23342024-09-03T22:20:07.716Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/158)
23352024-09-03T22:20:08.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-09-03T22:20:08.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-09-03T22:20:08.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-09-03T22:20:08.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
23392024-09-03T22:20:08.562Z
23402024-09-03T22:20:08.562Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/158)
23412024-09-03T22:20:09.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-09-03T22:20:09.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-09-03T22:20:09.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-09-03T22:20:09.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23452024-09-03T22:20:09.473Z
23462024-09-03T22:20:09.473Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/158)
23472024-09-03T22:20:10.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-09-03T22:20:10.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-09-03T22:20:10.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23502024-09-03T22:20:10.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
23512024-09-03T22:20:10.337Z
23522024-09-03T22:20:10.337Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/158)
23532024-09-03T22:20:11.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-09-03T22:20:11.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-09-03T22:20:11.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23562024-09-03T22:20:11.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23572024-09-03T22:20:11.245Z
23582024-09-03T22:20:11.245Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/158)
23592024-09-03T22:20:12.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23602024-09-03T22:20:12.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23612024-09-03T22:20:12.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23622024-09-03T22:20:12.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23632024-09-03T22:20:12.135Z
23642024-09-03T22:20:12.135Zinfo: running `cargo check --bins` on oximeter-producer (59/158)
23652024-09-03T22:20:12.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23662024-09-03T22:20:12.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23672024-09-03T22:20:12.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23682024-09-03T22:20:12.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23692024-09-03T22:20:13.042Z
23702024-09-03T22:20:13.042Zinfo: running `cargo check --bins` on internal-dns (60/158)
23712024-09-03T22:20:13.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23722024-09-03T22:20:13.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23732024-09-03T22:20:13.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23742024-09-03T22:20:13.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
23752024-09-03T22:20:13.918Z
23762024-09-03T22:20:13.918Zinfo: running `cargo check --bins` on nexus-client (61/158)
23772024-09-03T22:20:14.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-09-03T22:20:14.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-09-03T22:20:14.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-09-03T22:20:14.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
23812024-09-03T22:20:14.804Z
23822024-09-03T22:20:14.804Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (62/158)
23832024-09-03T22:20:15.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-09-03T22:20:15.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-09-03T22:20:15.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-09-03T22:20:15.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23872024-09-03T22:20:15.721Z
23882024-09-03T22:20:15.721Zinfo: running `cargo check --bins` on omicron-passwords (63/158)
23892024-09-03T22:20:16.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-09-03T22:20:16.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-09-03T22:20:16.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-09-03T22:20:16.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
23932024-09-03T22:20:16.633Z
23942024-09-03T22:20:16.633Zinfo: running `cargo check --bins` on nexus-types (64/158)
23952024-09-03T22:20:17.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-09-03T22:20:17.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-09-03T22:20:17.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23982024-09-03T22:20:17.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
23992024-09-03T22:20:17.542Z
24002024-09-03T22:20:17.542Zinfo: running `cargo check --bins` on gateway-client (65/158)
24012024-09-03T22:20:18.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-09-03T22:20:18.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-09-03T22:20:18.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-09-03T22:20:18.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24052024-09-03T22:20:18.374Z
24062024-09-03T22:20:18.374Zinfo: running `cargo check --bins` on oxql-types (66/158)
24072024-09-03T22:20:19.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-09-03T22:20:19.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-09-03T22:20:19.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-09-03T22:20:19.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24112024-09-03T22:20:19.267Z
24122024-09-03T22:20:19.267Zinfo: running `cargo check --bins` on sp-sim (67/158)
24132024-09-03T22:20:20.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-09-03T22:20:20.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-09-03T22:20:20.139Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24162024-09-03T22:20:22.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
24172024-09-03T22:20:22.578Z
24182024-09-03T22:20:22.578Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (68/158)
24192024-09-03T22:20:23.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-09-03T22:20:23.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-09-03T22:20:23.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-09-03T22:20:23.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
24232024-09-03T22:20:23.520Z
24242024-09-03T22:20:23.520Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (69/158)
24252024-09-03T22:20:24.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-09-03T22:20:24.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-09-03T22:20:24.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-09-03T22:20:24.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
24292024-09-03T22:20:24.522Z
24302024-09-03T22:20:24.522Zinfo: running `cargo check --bins` on db-macros (70/158)
24312024-09-03T22:20:25.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-09-03T22:20:25.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-09-03T22:20:25.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-09-03T22:20:25.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24352024-09-03T22:20:25.362Z
24362024-09-03T22:20:25.362Zinfo: running `cargo check --bins` on nexus-macros-common (71/158)
24372024-09-03T22:20:26.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-09-03T22:20:26.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-09-03T22:20:26.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-09-03T22:20:26.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24412024-09-03T22:20:26.266Z
24422024-09-03T22:20:26.266Zinfo: running `cargo check --bins` on nexus-auth (72/158)
24432024-09-03T22:20:27.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-09-03T22:20:27.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-09-03T22:20:27.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-09-03T22:20:27.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24472024-09-03T22:20:27.400Z
24482024-09-03T22:20:27.400Zinfo: running `cargo check --bins` on authz-macros (73/158)
24492024-09-03T22:20:27.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-09-03T22:20:28.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-09-03T22:20:28.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-09-03T22:20:28.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24532024-09-03T22:20:28.061Z
24542024-09-03T22:20:28.061Zinfo: running `cargo check --bins` on nexus-db-fixed-data (74/158)
24552024-09-03T22:20:28.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-09-03T22:20:28.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-09-03T22:20:28.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-09-03T22:20:28.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
24592024-09-03T22:20:29.003Z
24602024-09-03T22:20:29.003Zinfo: running `cargo check --bins` on nexus-db-model (75/158)
24612024-09-03T22:20:29.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-09-03T22:20:29.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-09-03T22:20:29.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-09-03T22:20:29.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24652024-09-03T22:20:29.876Z
24662024-09-03T22:20:29.876Zinfo: running `cargo check --bins` on nexus-defaults (76/158)
24672024-09-03T22:20:30.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-09-03T22:20:30.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-09-03T22:20:30.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-09-03T22:20:30.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24712024-09-03T22:20:30.743Z
24722024-09-03T22:20:30.743Zinfo: running `cargo check --bins` on sled-agent-client (77/158)
24732024-09-03T22:20:31.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-09-03T22:20:31.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-09-03T22:20:31.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-09-03T22:20:31.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24772024-09-03T22:20:31.668Z
24782024-09-03T22:20:31.668Zinfo: running `cargo check --bins` on nexus-inventory (78/158)
24792024-09-03T22:20:32.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-09-03T22:20:32.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-09-03T22:20:32.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-09-03T22:20:32.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
24832024-09-03T22:20:32.571Z
24842024-09-03T22:20:32.571Zinfo: running `cargo check --bins` on typed-rng (79/158)
24852024-09-03T22:20:33.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-09-03T22:20:33.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-09-03T22:20:33.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-09-03T22:20:33.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
24892024-09-03T22:20:33.382Z
24902024-09-03T22:20:33.382Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (80/158)
24912024-09-03T22:20:34.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-09-03T22:20:34.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-09-03T22:20:34.428Z Compiling curve25519-dalek v4.1.3
24942024-09-03T22:20:34.428Z Compiling unicase v2.7.0
24952024-09-03T22:20:34.428Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
24962024-09-03T22:20:34.452Z Compiling same-file v1.0.6
24972024-09-03T22:20:34.452Z Checking keccak v0.1.5
24982024-09-03T22:20:34.452Z Compiling tempfile v3.12.0
24992024-09-03T22:20:34.475Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25002024-09-03T22:20:34.475Z Compiling thiserror-impl-no-std v2.0.2
25012024-09-03T22:20:34.755Z Checking sha3 v0.10.8
25022024-09-03T22:20:34.790Z Compiling walkdir v2.5.0
25032024-09-03T22:20:34.813Z Checking universal-hash v0.5.1
25042024-09-03T22:20:34.937Z Checking secrecy v0.8.0
25052024-09-03T22:20:34.980Z Compiling ring v0.16.20
25062024-09-03T22:20:35.114Z Compiling blake3 v1.5.4
25072024-09-03T22:20:35.138Z Compiling curve25519-dalek-derive v0.1.1
25082024-09-03T22:20:35.161Z Checking opaque-debug v0.3.1
25092024-09-03T22:20:35.253Z Checking poly1305 v0.8.0
25102024-09-03T22:20:35.280Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25112024-09-03T22:20:35.303Z Checking chacha20 v0.9.1
25122024-09-03T22:20:35.445Z Checking aead v0.5.2
25132024-09-03T22:20:35.550Z Compiling memmap2 v0.9.4
25142024-09-03T22:20:35.605Z Compiling home v0.5.9
25152024-09-03T22:20:35.649Z Compiling constant_time_eq v0.3.1
25162024-09-03T22:20:35.692Z Compiling libefi-sys v0.1.0
25172024-09-03T22:20:35.841Z Compiling arrayref v0.3.8
25182024-09-03T22:20:35.874Z Compiling spin v0.5.2
25192024-09-03T22:20:35.952Z Compiling untrusted v0.7.1
25202024-09-03T22:20:35.975Z Compiling arrayvec v0.7.6
25212024-09-03T22:20:36.057Z Compiling toolchain_find v0.4.0
25222024-09-03T22:20:36.111Z Checking chacha20poly1305 v0.10.1
25232024-09-03T22:20:36.356Z Compiling camino-tempfile v1.1.1
25242024-09-03T22:20:36.415Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25252024-09-03T22:20:36.640Z Compiling bitfield-struct v0.6.2
25262024-09-03T22:20:36.663Z Compiling cancel-safe-futures v0.1.5
25272024-09-03T22:20:36.770Z Compiling topological-sort v0.2.2
25282024-09-03T22:20:36.902Z Compiling mime_guess v2.0.5
25292024-09-03T22:20:36.972Z Compiling rustfmt-wrapper v0.2.1
25302024-09-03T22:20:37.303Z Checking thiserror-no-std v2.0.2
25312024-09-03T22:20:37.353Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25322024-09-03T22:20:37.412Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332024-09-03T22:20:37.451Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25342024-09-03T22:20:37.673Z Checking gethostname v0.5.0
25352024-09-03T22:20:37.768Z Checking libsw v3.3.1
25362024-09-03T22:20:37.792Z Checking linear-map v1.2.0
25372024-09-03T22:20:37.844Z Checking owo-colors v4.0.0
25382024-09-03T22:20:37.890Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25392024-09-03T22:20:37.914Z Checking swrite v0.1.0
25402024-09-03T22:20:38.014Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25412024-09-03T22:20:38.037Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
25422024-09-03T22:20:38.112Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25432024-09-03T22:20:38.135Z Checking vsss-rs v3.3.4
25442024-09-03T22:20:38.349Z Checking nanorand v0.7.0
25452024-09-03T22:20:38.396Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462024-09-03T22:20:38.594Z Checking atty v0.2.14
25472024-09-03T22:20:38.713Z Checking glob v0.3.1
25482024-09-03T22:20:38.737Z Checking http-range v0.1.5
25492024-09-03T22:20:38.762Z Checking flume v0.11.0
25502024-09-03T22:20:38.860Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25512024-09-03T22:20:38.900Z Checking hyper-staticfile v0.9.6
25522024-09-03T22:20:38.993Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5267be82e10d851a64196a8148893691b0b9f8ad#5267be82)
25532024-09-03T22:20:39.085Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25542024-09-03T22:20:39.186Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25552024-09-03T22:20:39.286Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25562024-09-03T22:20:39.380Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25572024-09-03T22:20:39.687Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
25582024-09-03T22:20:40.083Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25592024-09-03T22:20:40.579Z Compiling omicron-zone-package v0.11.0
25602024-09-03T22:20:41.573Z Checking itertools v0.13.0
25612024-09-03T22:20:41.661Z Checking display-error-chain v0.2.1
25622024-09-03T22:20:41.886Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25632024-09-03T22:20:43.001Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25642024-09-03T22:20:44.421Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25652024-09-03T22:20:46.002Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25662024-09-03T22:20:46.027Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25672024-09-03T22:20:59.618Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25682024-09-03T22:21:15.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.57s
25692024-09-03T22:21:15.293Z
25702024-09-03T22:21:15.293Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (81/158)
25712024-09-03T22:21:16.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-09-03T22:21:16.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-09-03T22:21:16.127Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25742024-09-03T22:21:31.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.50s
25752024-09-03T22:21:31.787Z
25762024-09-03T22:21:31.787Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (82/158)
25772024-09-03T22:21:32.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-09-03T22:21:32.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-09-03T22:21:32.854Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25802024-09-03T22:21:48.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.53s
25812024-09-03T22:21:48.483Z
25822024-09-03T22:21:48.483Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (83/158)
25832024-09-03T22:21:49.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-09-03T22:21:49.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-09-03T22:21:49.533Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25862024-09-03T22:22:04.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.15s
25872024-09-03T22:22:04.810Z
25882024-09-03T22:22:04.810Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (84/158)
25892024-09-03T22:22:05.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-09-03T22:22:05.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-09-03T22:22:05.857Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25922024-09-03T22:22:21.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.29s
25932024-09-03T22:22:21.267Z
25942024-09-03T22:22:21.267Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (85/158)
25952024-09-03T22:22:22.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-09-03T22:22:22.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-09-03T22:22:22.293Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25982024-09-03T22:22:37.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.20s
25992024-09-03T22:22:37.633Z
26002024-09-03T22:22:37.633Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (86/158)
26012024-09-03T22:22:38.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-09-03T22:22:38.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-09-03T22:22:38.636Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26042024-09-03T22:22:53.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.04s
26052024-09-03T22:22:53.824Z
26062024-09-03T22:22:53.824Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (87/158)
26072024-09-03T22:22:54.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-09-03T22:22:54.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-09-03T22:22:54.798Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26102024-09-03T22:23:10.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.33s
26112024-09-03T22:23:10.336Z
26122024-09-03T22:23:10.336Zinfo: running `cargo check --bins` on bootstrap-agent-api (88/158)
26132024-09-03T22:23:11.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-09-03T22:23:11.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-09-03T22:23:11.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-09-03T22:23:11.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26172024-09-03T22:23:11.301Z
26182024-09-03T22:23:11.301Zinfo: running `cargo check --bins` on sled-agent-types (89/158)
26192024-09-03T22:23:12.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-09-03T22:23:12.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-09-03T22:23:12.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-09-03T22:23:12.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26232024-09-03T22:23:12.199Z
26242024-09-03T22:23:12.199Zinfo: running `cargo check --bins` on bootstrap-agent-client (90/158)
26252024-09-03T22:23:12.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-09-03T22:23:13.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-09-03T22:23:13.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-09-03T22:23:13.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26292024-09-03T22:23:13.087Z
26302024-09-03T22:23:13.087Zinfo: running `cargo check --bins` on dpd-client (91/158)
26312024-09-03T22:23:13.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-09-03T22:23:13.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-09-03T22:23:13.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-09-03T22:23:13.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
26352024-09-03T22:23:13.952Z
26362024-09-03T22:23:13.952Zinfo: running `cargo check --bins` on installinator-common (92/158)
26372024-09-03T22:23:14.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-09-03T22:23:14.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-09-03T22:23:14.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-09-03T22:23:14.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26412024-09-03T22:23:14.869Z
26422024-09-03T22:23:14.869Zinfo: running `cargo check --bins` on update-engine (93/158)
26432024-09-03T22:23:15.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-09-03T22:23:15.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-09-03T22:23:15.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-09-03T22:23:15.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26472024-09-03T22:23:15.701Z
26482024-09-03T22:23:15.701Zinfo: running `cargo check --bins` on key-manager (94/158)
26492024-09-03T22:23:16.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-09-03T22:23:16.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-09-03T22:23:16.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-09-03T22:23:16.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26532024-09-03T22:23:16.630Z
26542024-09-03T22:23:16.630Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (95/158)
26552024-09-03T22:23:17.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-09-03T22:23:17.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-09-03T22:23:17.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582024-09-03T22:23:17.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26592024-09-03T22:23:17.559Z
26602024-09-03T22:23:17.559Zinfo: running `cargo check --bins` on sled-agent-api (96/158)
26612024-09-03T22:23:18.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-09-03T22:23:18.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-09-03T22:23:18.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642024-09-03T22:23:18.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26652024-09-03T22:23:18.483Z
26662024-09-03T22:23:18.483Zinfo: running `cargo check --bins` on sled-hardware (97/158)
26672024-09-03T22:23:19.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-09-03T22:23:19.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-09-03T22:23:19.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-09-03T22:23:19.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26712024-09-03T22:23:19.394Z
26722024-09-03T22:23:19.395Zinfo: running `cargo check --bins --no-default-features` on sled-storage (98/158)
26732024-09-03T22:23:20.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-09-03T22:23:20.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-09-03T22:23:20.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-09-03T22:23:20.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26772024-09-03T22:23:20.315Z
26782024-09-03T22:23:20.315Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/158)
26792024-09-03T22:23:21.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-09-03T22:23:21.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-09-03T22:23:21.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-09-03T22:23:21.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
26832024-09-03T22:23:21.262Z
26842024-09-03T22:23:21.262Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (100/158)
26852024-09-03T22:23:22.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-09-03T22:23:22.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-09-03T22:23:22.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-09-03T22:23:22.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
26892024-09-03T22:23:22.187Z
26902024-09-03T22:23:22.187Zinfo: running `cargo check --bins` on nexus-test-interface (101/158)
26912024-09-03T22:23:22.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-09-03T22:23:23.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-09-03T22:23:23.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-09-03T22:23:23.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
26952024-09-03T22:23:23.081Z
26962024-09-03T22:23:23.081Zinfo: running `cargo check --bins` on oximeter-collector (102/158)
26972024-09-03T22:23:23.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-09-03T22:23:23.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-09-03T22:23:24.012Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
27002024-09-03T22:23:24.012Z Checking bcs v0.1.6
27012024-09-03T22:23:24.012Z Compiling async-recursion v1.1.1
27022024-09-03T22:23:24.036Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27032024-09-03T22:23:24.036Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27042024-09-03T22:23:25.230Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27052024-09-03T22:23:29.385Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27062024-09-03T22:23:31.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s
27072024-09-03T22:23:31.777Z
27082024-09-03T22:23:31.777Zinfo: running `cargo check --bins` on oximeter-api (103/158)
27092024-09-03T22:23:32.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-09-03T22:23:32.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-09-03T22:23:32.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122024-09-03T22:23:32.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27132024-09-03T22:23:32.685Z
27142024-09-03T22:23:32.685Zinfo: running `cargo check --bins` on oximeter-client (104/158)
27152024-09-03T22:23:33.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-09-03T22:23:33.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-09-03T22:23:33.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-09-03T22:23:33.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27192024-09-03T22:23:33.562Z
27202024-09-03T22:23:33.562Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (105/158)
27212024-09-03T22:23:34.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-09-03T22:23:34.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-09-03T22:23:34.453Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27242024-09-03T22:23:35.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
27252024-09-03T22:23:35.280Z
27262024-09-03T22:23:35.280Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (106/158)
27272024-09-03T22:23:36.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-09-03T22:23:36.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-09-03T22:23:36.241Z Compiling cfg_aliases v0.1.1
27302024-09-03T22:23:36.241Z Compiling vte_generate_state_changes v0.1.2
27312024-09-03T22:23:36.241Z Checking fd-lock v4.0.2
27322024-09-03T22:23:36.265Z Checking bytecount v0.6.8
27332024-09-03T22:23:36.265Z Compiling tabled_derive v0.7.0
27342024-09-03T22:23:36.289Z Checking crossterm v0.27.0
27352024-09-03T22:23:36.289Z Compiling peg-macros v0.8.4
27362024-09-03T22:23:36.289Z Compiling sqlparser_derive v0.2.2
27372024-09-03T22:23:36.398Z Compiling nix v0.28.0
27382024-09-03T22:23:36.455Z Checking papergrid v0.11.0
27392024-09-03T22:23:36.478Z Checking home v0.5.9
27402024-09-03T22:23:36.626Z Checking nu-ansi-term v0.50.1
27412024-09-03T22:23:36.895Z Checking vte v0.11.1
27422024-09-03T22:23:36.991Z Checking unicode_categories v0.1.1
27432024-09-03T22:23:37.271Z Checking sqlformat v0.2.4
27442024-09-03T22:23:37.340Z Checking sqlparser v0.45.0
27452024-09-03T22:23:37.713Z Checking crossterm v0.28.1
27462024-09-03T22:23:38.035Z Checking strip-ansi-escapes v0.2.0
27472024-09-03T22:23:38.175Z Checking reedline v0.33.0
27482024-09-03T22:23:38.480Z Checking tabled v0.15.0
27492024-09-03T22:23:39.076Z Checking peg v0.8.4
27502024-09-03T22:23:39.301Z Checking rustyline v14.0.0
27512024-09-03T22:23:44.948Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27522024-09-03T22:23:52.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.79s
27532024-09-03T22:23:52.236Z
27542024-09-03T22:23:52.236Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/158)
27552024-09-03T22:23:53.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-09-03T22:23:53.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-09-03T22:23:53.168Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27582024-09-03T22:23:59.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.73s
27592024-09-03T22:24:00.137Z
27602024-09-03T22:24:00.137Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (108/158)
27612024-09-03T22:24:00.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-09-03T22:24:00.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-09-03T22:24:01.069Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642024-09-03T22:24:07.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.31s
27652024-09-03T22:24:07.611Z
27662024-09-03T22:24:07.611Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (109/158)
27672024-09-03T22:24:08.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-09-03T22:24:08.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-09-03T22:24:08.526Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702024-09-03T22:24:13.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
27712024-09-03T22:24:13.934Z
27722024-09-03T22:24:13.934Zinfo: running `cargo check --bins` on oximeter-test-utils (110/158)
27732024-09-03T22:24:14.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-09-03T22:24:14.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-09-03T22:24:14.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-09-03T22:24:14.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27772024-09-03T22:24:14.813Z
27782024-09-03T22:24:14.813Zinfo: running `cargo check --bins` on cockroach-admin-client (111/158)
27792024-09-03T22:24:15.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-09-03T22:24:15.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-09-03T22:24:15.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-09-03T22:24:15.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27832024-09-03T22:24:15.715Z
27842024-09-03T22:24:15.715Zinfo: running `cargo check --bins` on installinator-client (112/158)
27852024-09-03T22:24:16.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-09-03T22:24:16.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-09-03T22:24:16.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-09-03T22:24:16.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27892024-09-03T22:24:16.657Z
27902024-09-03T22:24:16.657Zinfo: running `cargo check --bins` on oxide-client (113/158)
27912024-09-03T22:24:17.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-09-03T22:24:17.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-09-03T22:24:17.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-09-03T22:24:17.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
27952024-09-03T22:24:17.530Z
27962024-09-03T22:24:17.530Zinfo: running `cargo check --bins` on wicketd-client (114/158)
27972024-09-03T22:24:18.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-09-03T22:24:18.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-09-03T22:24:18.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-09-03T22:24:18.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
28012024-09-03T22:24:18.490Z
28022024-09-03T22:24:18.490Zinfo: running `cargo check --bins` on wicket-common (115/158)
28032024-09-03T22:24:19.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-09-03T22:24:19.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-09-03T22:24:19.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-09-03T22:24:19.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28072024-09-03T22:24:19.423Z
28082024-09-03T22:24:19.423Zinfo: running `cargo check --bins` on omicron-cockroach-admin (116/158)
28092024-09-03T22:24:20.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-09-03T22:24:20.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-09-03T22:24:20.345Z Checking csv-core v0.1.11
28122024-09-03T22:24:20.369Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28132024-09-03T22:24:20.647Z Checking csv v1.3.0
28142024-09-03T22:24:21.371Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28152024-09-03T22:24:21.821Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28162024-09-03T22:24:23.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28172024-09-03T22:24:23.483Z
28182024-09-03T22:24:23.483Zinfo: running `cargo check --bins` on cockroach-admin-api (117/158)
28192024-09-03T22:24:24.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-09-03T22:24:24.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-09-03T22:24:24.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222024-09-03T22:24:24.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28232024-09-03T22:24:24.355Z
28242024-09-03T22:24:24.355Zinfo: running `cargo check --bins` on cockroach-admin-types (118/158)
28252024-09-03T22:24:25.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-09-03T22:24:25.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-09-03T22:24:25.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282024-09-03T22:24:25.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
28292024-09-03T22:24:25.228Z
28302024-09-03T22:24:25.228Zinfo: running `cargo check --bins` on cert-dev (119/158)
28312024-09-03T22:24:25.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-09-03T22:24:25.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-09-03T22:24:26.085Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
28342024-09-03T22:24:26.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
28352024-09-03T22:24:26.483Z
28362024-09-03T22:24:26.483Zinfo: running `cargo check --bins` on ch-dev (120/158)
28372024-09-03T22:24:27.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-09-03T22:24:27.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-09-03T22:24:27.407Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
28402024-09-03T22:24:28.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
28412024-09-03T22:24:28.393Z
28422024-09-03T22:24:28.393Zinfo: running `cargo check --bins` on crdb-seed (121/158)
28432024-09-03T22:24:29.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-09-03T22:24:29.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-09-03T22:24:29.328Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28462024-09-03T22:24:29.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
28472024-09-03T22:24:29.796Z
28482024-09-03T22:24:29.796Zinfo: running `cargo check --bins` on db-dev (122/158)
28492024-09-03T22:24:30.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-09-03T22:24:30.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-09-03T22:24:30.753Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28522024-09-03T22:24:31.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
28532024-09-03T22:24:31.750Z
28542024-09-03T22:24:31.750Zinfo: running `cargo check --bins` on omicron-dev-lib (123/158)
28552024-09-03T22:24:32.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-09-03T22:24:32.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-09-03T22:24:32.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-09-03T22:24:32.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28592024-09-03T22:24:32.654Z
28602024-09-03T22:24:32.654Zinfo: running `cargo check --bins` on xtask-downloader (124/158)
28612024-09-03T22:24:33.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-09-03T22:24:33.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-09-03T22:24:33.492Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28642024-09-03T22:24:34.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
28652024-09-03T22:24:34.634Z
28662024-09-03T22:24:34.634Zinfo: running `cargo check --bins` on mgs-dev (125/158)
28672024-09-03T22:24:35.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-09-03T22:24:35.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-09-03T22:24:35.682Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28702024-09-03T22:24:36.467Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28712024-09-03T22:24:37.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
28722024-09-03T22:24:37.284Z
28732024-09-03T22:24:37.284Zinfo: running `cargo check --bins` on omicron-omdb (126/158)
28742024-09-03T22:24:38.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-09-03T22:24:38.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-09-03T22:24:38.408Z Compiling crunchy v0.2.2
28772024-09-03T22:24:38.408Z Compiling glob v0.3.1
28782024-09-03T22:24:38.431Z Compiling tiny-keccak v2.0.2
28792024-09-03T22:24:38.431Z Compiling dsl_auto_type v0.1.2
28802024-09-03T22:24:38.431Z Checking scheduled-thread-pool v0.2.7
28812024-09-03T22:24:38.431Z Compiling diesel_table_macro_syntax v0.2.0
28822024-09-03T22:24:38.472Z Compiling ascii-canvas v3.0.0
28832024-09-03T22:24:38.495Z Compiling ena v0.14.3
28842024-09-03T22:24:38.708Z Checking r2d2 v0.8.10
28852024-09-03T22:24:38.751Z Compiling libloading v0.8.5
28862024-09-03T22:24:38.893Z Compiling diff v0.1.13
28872024-09-03T22:24:38.917Z Compiling regex-syntax v0.6.29
28882024-09-03T22:24:39.000Z Compiling bindgen v0.69.4
28892024-09-03T22:24:39.034Z Compiling which v4.4.2
28902024-09-03T22:24:39.141Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28912024-09-03T22:24:39.352Z Compiling clang-sys v1.8.1
28922024-09-03T22:24:39.376Z Compiling cexpr v0.6.0
28932024-09-03T22:24:39.517Z Compiling ref-cast v1.0.23
28942024-09-03T22:24:39.598Z Compiling lazycell v1.3.0
28952024-09-03T22:24:39.662Z Compiling rustc-hash v1.1.0
28962024-09-03T22:24:39.702Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28972024-09-03T22:24:39.768Z Compiling derive_builder_core v0.20.1
28982024-09-03T22:24:39.816Z Compiling libxml v0.3.3
28992024-09-03T22:24:39.963Z Compiling diesel_derives v2.2.3
29002024-09-03T22:24:39.986Z Compiling ref-cast-impl v1.0.23
29012024-09-03T22:24:40.135Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29022024-09-03T22:24:40.233Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29032024-09-03T22:24:40.595Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29042024-09-03T22:24:40.858Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29052024-09-03T22:24:40.920Z Compiling strum_macros v0.24.3
29062024-09-03T22:24:41.141Z Compiling dropshot v0.11.0
29072024-09-03T22:24:41.226Z Compiling indoc v1.0.9
29082024-09-03T22:24:41.974Z Compiling lalrpop v0.19.12
29092024-09-03T22:24:42.073Z Compiling derive_builder_macro v0.20.1
29102024-09-03T22:24:42.859Z Checking derive_builder v0.20.1
29112024-09-03T22:24:42.994Z Checking tungstenite v0.23.0
29122024-09-03T22:24:43.017Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29132024-09-03T22:24:43.077Z Compiling dropshot_endpoint v0.11.0
29142024-09-03T22:24:43.892Z Compiling impl-trait-for-tuples v0.2.2
29152024-09-03T22:24:44.033Z Compiling oso-derive v0.27.3
29162024-09-03T22:24:44.100Z Checking quick-xml v0.31.0
29172024-09-03T22:24:44.964Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#575e4eca)
29182024-09-03T22:24:45.223Z Checking maplit v1.0.2
29192024-09-03T22:24:45.395Z Checking tokio-tungstenite v0.23.1
29202024-09-03T22:24:45.863Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29212024-09-03T22:24:45.887Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29222024-09-03T22:24:46.165Z Checking bb8 v0.8.5
29232024-09-03T22:24:46.610Z Compiling const_format_proc_macros v0.2.32
29242024-09-03T22:24:47.359Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29252024-09-03T22:24:47.596Z Checking castaway v0.2.3
29262024-09-03T22:24:47.744Z Checking compact_str v0.8.0
29272024-09-03T22:24:48.547Z Checking const_format v0.2.32
29282024-09-03T22:24:48.586Z Checking unicode-truncate v1.1.0
29292024-09-03T22:24:48.819Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29302024-09-03T22:24:48.940Z Checking lru v0.12.4
29312024-09-03T22:24:49.076Z Compiling instability v0.3.2
29322024-09-03T22:24:49.230Z Checking cassowary v0.3.0
29332024-09-03T22:24:49.607Z Checking unicode-linebreak v0.1.5
29342024-09-03T22:24:49.990Z Checking smawk v0.3.2
29352024-09-03T22:24:50.049Z Checking ratatui v0.28.1
29362024-09-03T22:24:50.186Z Checking textwrap v0.16.1
29372024-09-03T22:24:50.210Z Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#7c886a24)
29382024-09-03T22:24:50.247Z Checking diesel v2.2.4
29392024-09-03T22:24:50.555Z Checking multimap v0.10.0
29402024-09-03T22:25:08.625Z Compiling samael v0.0.15
29412024-09-03T22:25:20.994Z Checking async-bb8-diesel v0.2.1
29422024-09-03T22:25:23.930Z Compiling polar-core v0.27.3
29432024-09-03T22:25:32.811Z Checking oso v0.27.3
29442024-09-03T22:26:48.846Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29452024-09-03T22:26:56.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
29462024-09-03T22:26:56.327Z
29472024-09-03T22:26:56.327Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (127/158)
29482024-09-03T22:26:57.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492024-09-03T22:26:57.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502024-09-03T22:26:57.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512024-09-03T22:26:57.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29522024-09-03T22:26:57.259Z
29532024-09-03T22:26:57.259Zinfo: running `cargo check --bins` on nexus-saga-recovery (128/158)
29542024-09-03T22:26:58.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-09-03T22:26:58.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-09-03T22:26:58.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572024-09-03T22:26:58.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29582024-09-03T22:26:58.176Z
29592024-09-03T22:26:58.176Zinfo: running `cargo check --bins` on nexus-test-utils-macros (129/158)
29602024-09-03T22:26:58.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-09-03T22:26:58.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-09-03T22:26:58.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632024-09-03T22:26:58.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29642024-09-03T22:26:58.989Z
29652024-09-03T22:26:58.989Zinfo: running `cargo check --bins` on omicron-nexus (130/158)
29662024-09-03T22:26:59.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-09-03T22:26:59.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-09-03T22:27:00.103Z Compiling libz-sys v1.1.20
29692024-09-03T22:27:00.126Z Compiling libgit2-sys v0.17.0+1.8.1
29702024-09-03T22:27:00.150Z Compiling vergen v8.3.2
29712024-09-03T22:27:00.150Z Compiling cargo-platform v0.1.8
29722024-09-03T22:27:00.150Z Compiling pin-project-internal v1.1.5
29732024-09-03T22:27:00.202Z Compiling snafu-derive v0.8.4
29742024-09-03T22:27:00.202Z Compiling libsqlite3-sys v0.28.0
29752024-09-03T22:27:00.225Z Compiling cfg_aliases v0.2.1
29762024-09-03T22:27:00.336Z Compiling buf-list v1.0.3
29772024-09-03T22:27:00.446Z Compiling cargo_metadata v0.18.1
29782024-09-03T22:27:00.696Z Compiling nix v0.29.0
29792024-09-03T22:27:00.719Z Checking globset v0.4.14
29802024-09-03T22:27:00.989Z Checking olpc-cjson v0.1.3
29812024-09-03T22:27:01.014Z Checking rand_seeder v0.3.0
29822024-09-03T22:27:01.160Z Checking serde_plain v1.0.2
29832024-09-03T22:27:01.193Z Checking typed-path v0.7.1
29842024-09-03T22:27:01.247Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29852024-09-03T22:27:01.500Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29862024-09-03T22:27:01.650Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29872024-09-03T22:27:01.769Z Checking hashlink v0.9.1
29882024-09-03T22:27:01.805Z Checking fallible-iterator v0.3.0
29892024-09-03T22:27:01.909Z Checking parse-size v1.0.0
29902024-09-03T22:27:02.064Z Checking fallible-streaming-iterator v0.1.9
29912024-09-03T22:27:02.343Z Checking rusqlite v0.31.0
29922024-09-03T22:27:02.367Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29932024-09-03T22:27:02.739Z Checking pin-project v1.1.5
29942024-09-03T22:27:02.763Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29952024-09-03T22:27:02.792Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29962024-09-03T22:27:02.862Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29972024-09-03T22:27:03.041Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29982024-09-03T22:27:03.142Z Checking twox-hash v1.6.3
29992024-09-03T22:27:03.166Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30002024-09-03T22:27:03.591Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30012024-09-03T22:27:03.695Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30022024-09-03T22:27:03.744Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30032024-09-03T22:27:04.137Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30042024-09-03T22:27:04.442Z Checking fatfs v0.3.6
30052024-09-03T22:27:04.712Z Checking assert_matches v1.5.0
30062024-09-03T22:27:04.986Z Checking snafu v0.8.4
30072024-09-03T22:27:05.401Z Checking tough v0.17.1
30082024-09-03T22:27:09.381Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
30092024-09-03T22:27:10.817Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30102024-09-03T22:27:11.592Z Compiling git2 v0.19.0
30112024-09-03T22:27:17.518Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b026dd82779eb2c2f87164e30feb7dd7f4b6e677#b026dd82)
30122024-09-03T22:28:19.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
30132024-09-03T22:28:19.474Z
30142024-09-03T22:28:19.474Zinfo: running `cargo check --bins` on nexus-external-api (131/158)
30152024-09-03T22:28:20.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-09-03T22:28:20.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-09-03T22:28:20.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182024-09-03T22:28:20.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30192024-09-03T22:28:20.391Z
30202024-09-03T22:28:20.391Zinfo: running `cargo check --bins` on openapi-manager-types (132/158)
30212024-09-03T22:28:21.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-09-03T22:28:21.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-09-03T22:28:21.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242024-09-03T22:28:21.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30252024-09-03T22:28:21.245Z
30262024-09-03T22:28:21.245Zinfo: running `cargo check --bins` on nexus-internal-api (133/158)
30272024-09-03T22:28:22.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-09-03T22:28:22.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-09-03T22:28:22.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-09-03T22:28:22.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30312024-09-03T22:28:22.123Z
30322024-09-03T22:28:22.123Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (134/158)
30332024-09-03T22:28:22.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-09-03T22:28:22.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-09-03T22:28:22.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-09-03T22:28:22.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
30372024-09-03T22:28:23.053Z
30382024-09-03T22:28:23.053Zinfo: running `cargo check --bins` on nexus-networking (135/158)
30392024-09-03T22:28:23.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-09-03T22:28:23.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-09-03T22:28:23.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-09-03T22:28:23.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30432024-09-03T22:28:23.960Z
30442024-09-03T22:28:23.960Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (136/158)
30452024-09-03T22:28:24.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-09-03T22:28:24.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-09-03T22:28:24.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-09-03T22:28:24.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30492024-09-03T22:28:24.865Z
30502024-09-03T22:28:24.865Zinfo: running `cargo check --bins` on update-common (137/158)
30512024-09-03T22:28:25.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-09-03T22:28:25.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-09-03T22:28:25.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-09-03T22:28:25.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
30552024-09-03T22:28:25.738Z
30562024-09-03T22:28:25.738Zinfo: running `cargo check --bins` on tufaceous-lib (138/158)
30572024-09-03T22:28:26.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-09-03T22:28:26.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-09-03T22:28:26.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-09-03T22:28:26.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
30612024-09-03T22:28:26.647Z
30622024-09-03T22:28:26.647Zinfo: running `cargo check --bins` on tufaceous (139/158)
30632024-09-03T22:28:27.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-09-03T22:28:27.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-09-03T22:28:27.579Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30662024-09-03T22:28:28.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
30672024-09-03T22:28:28.784Z
30682024-09-03T22:28:28.784Zinfo: running `cargo check --bins` on omicron-dev (140/158)
30692024-09-03T22:28:29.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-09-03T22:28:29.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-09-03T22:28:29.959Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30722024-09-03T22:28:29.959Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30732024-09-03T22:28:29.983Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30742024-09-03T22:28:31.669Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30752024-09-03T22:28:34.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
30762024-09-03T22:28:34.849Z
30772024-09-03T22:28:34.850Zinfo: running `cargo check --bins` on openapi-manager (141/158)
30782024-09-03T22:28:35.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-09-03T22:28:35.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-09-03T22:28:35.787Z Checking is_ci v1.2.0
30812024-09-03T22:28:35.787Z Checking heck v0.4.1
30822024-09-03T22:28:35.787Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30832024-09-03T22:28:35.811Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30842024-09-03T22:28:35.811Z Checking indent_write v2.2.0
30852024-09-03T22:28:35.946Z Checking supports-color v3.0.0
30862024-09-03T22:28:36.067Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30872024-09-03T22:28:37.757Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30882024-09-03T22:28:38.820Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30892024-09-03T22:28:40.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
30902024-09-03T22:28:40.200Z
30912024-09-03T22:28:40.200Zinfo: running `cargo check --bins` on installinator-api (142/158)
30922024-09-03T22:28:40.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-09-03T22:28:40.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-09-03T22:28:40.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952024-09-03T22:28:40.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
30962024-09-03T22:28:41.081Z
30972024-09-03T22:28:41.081Zinfo: running `cargo check --bins` on wicketd-api (143/158)
30982024-09-03T22:28:41.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-09-03T22:28:41.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-09-03T22:28:41.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012024-09-03T22:28:41.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31022024-09-03T22:28:42.011Z
31032024-09-03T22:28:42.011Zinfo: running `cargo check --bins` on reconfigurator-cli (144/158)
31042024-09-03T22:28:42.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-09-03T22:28:42.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-09-03T22:28:43.021Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31072024-09-03T22:28:44.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
31082024-09-03T22:28:44.666Z
31092024-09-03T22:28:44.666Zinfo: running `cargo check --bins` on omicron-releng (145/158)
31102024-09-03T22:28:45.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-09-03T22:28:45.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-09-03T22:28:45.571Z Checking memmap2 v0.9.4
31132024-09-03T22:28:45.571Z Checking arrayref v0.3.8
31142024-09-03T22:28:45.571Z Checking arrayvec v0.7.6
31152024-09-03T22:28:45.594Z Checking untrusted v0.7.1
31162024-09-03T22:28:45.594Z Checking spin v0.5.2
31172024-09-03T22:28:45.594Z Checking constant_time_eq v0.3.1
31182024-09-03T22:28:45.594Z Checking cargo-platform v0.1.8
31192024-09-03T22:28:45.594Z Checking topological-sort v0.2.2
31202024-09-03T22:28:45.726Z Checking shell-words v1.1.0
31212024-09-03T22:28:45.867Z Checking ring v0.16.20
31222024-09-03T22:28:45.946Z Checking cargo_metadata v0.18.1
31232024-09-03T22:28:45.970Z Checking blake3 v1.5.4
31242024-09-03T22:28:47.377Z Checking omicron-zone-package v0.11.0
31252024-09-03T22:28:48.829Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31262024-09-03T22:28:49.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
31272024-09-03T22:28:50.111Z
31282024-09-03T22:28:50.111Zinfo: running `cargo check --bins` on xtask (146/158)
31292024-09-03T22:28:50.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302024-09-03T22:28:50.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312024-09-03T22:28:50.817Z Checking bitflags v2.6.0
31322024-09-03T22:28:50.817Z Checking serde v1.0.209
31332024-09-03T22:28:50.817Z Checking thiserror v1.0.63
31342024-09-03T22:28:50.817Z Checking scroll v0.12.0
31352024-09-03T22:28:50.818Z Checking log v0.4.22
31362024-09-03T22:28:50.841Z Checking hashbrown v0.14.5
31372024-09-03T22:28:50.864Z Checking zerocopy v0.7.35
31382024-09-03T22:28:50.903Z Checking syn v2.0.77
31392024-09-03T22:28:50.994Z Checking pest v2.7.11
31402024-09-03T22:28:51.074Z Checking rustix v0.38.35
31412024-09-03T22:28:51.164Z Checking once_cell v1.19.0
31422024-09-03T22:28:51.279Z Checking goblin v0.8.2
31432024-09-03T22:28:51.466Z Checking fs-err v2.11.0
31442024-09-03T22:28:51.749Z Checking tabled v0.15.0
31452024-09-03T22:28:51.883Z Checking indexmap v2.5.0
31462024-09-03T22:28:52.153Z Checking anyhow v1.0.86
31472024-09-03T22:28:52.756Z Checking terminal_size v0.3.0
31482024-09-03T22:28:52.756Z Checking tempfile v3.12.0
31492024-09-03T22:28:52.901Z Checking clap_builder v4.5.15
31502024-09-03T22:28:53.145Z Checking dtrace-parser v0.2.0
31512024-09-03T22:28:54.994Z Checking serde_json v1.0.127
31522024-09-03T22:28:54.994Z Checking serde_spanned v0.6.7
31532024-09-03T22:28:55.018Z Checking toml_datetime v0.6.8
31542024-09-03T22:28:55.018Z Checking camino v1.1.9
31552024-09-03T22:28:55.018Z Checking semver v1.0.23
31562024-09-03T22:28:55.122Z Checking cargo-platform v0.1.8
31572024-09-03T22:28:55.217Z Checking macaddr v1.0.1
31582024-09-03T22:28:55.286Z Checking toml_edit v0.22.20
31592024-09-03T22:28:55.431Z Checking clap v4.5.16
31602024-09-03T22:28:55.481Z Checking camino-tempfile v1.1.1
31612024-09-03T22:28:56.208Z Checking dof v0.3.0
31622024-09-03T22:28:56.208Z Checking cargo_metadata v0.18.1
31632024-09-03T22:28:56.744Z Checking usdt-impl v0.5.0
31642024-09-03T22:28:57.198Z Checking usdt v0.5.0
31652024-09-03T22:28:57.519Z Checking toml v0.8.19
31662024-09-03T22:28:58.119Z Checking cargo_toml v0.20.4
31672024-09-03T22:28:59.656Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31682024-09-03T22:29:00.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.31s
31692024-09-03T22:29:00.527Z
31702024-09-03T22:29:00.527Zinfo: running `cargo check --bins` on end-to-end-tests (147/158)
31712024-09-03T22:29:01.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-09-03T22:29:01.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-09-03T22:29:01.590Z Checking polyval v0.6.2
31742024-09-03T22:29:01.590Z Checking rfc6979 v0.4.0
31752024-09-03T22:29:01.621Z Checking primeorder v0.13.6
31762024-09-03T22:29:01.621Z Checking ctr v0.9.2
31772024-09-03T22:29:01.669Z Checking ed25519 v2.2.3
31782024-09-03T22:29:01.692Z Checking ssh-encoding v0.2.0
31792024-09-03T22:29:01.692Z Checking blowfish v0.9.1
31802024-09-03T22:29:01.719Z Checking password-hash v0.4.2
31812024-09-03T22:29:01.777Z Checking ecdsa v0.16.9
31822024-09-03T22:29:01.868Z Checking ghash v0.5.1
31832024-09-03T22:29:01.891Z Checking matches v0.1.10
31842024-09-03T22:29:01.915Z Checking bcrypt-pbkdf v0.10.0
31852024-09-03T22:29:01.955Z Checking ed25519-dalek v2.1.1
31862024-09-03T22:29:01.979Z Compiling enum-as-inner v0.5.1
31872024-09-03T22:29:02.003Z Checking idna v0.2.3
31882024-09-03T22:29:02.027Z Checking aes-gcm v0.10.3
31892024-09-03T22:29:02.068Z Checking russh-cryptovec v0.7.3
31902024-09-03T22:29:02.091Z Checking pbkdf2 v0.11.0
31912024-09-03T22:29:02.141Z Checking md5 v0.7.0
31922024-09-03T22:29:02.233Z Checking ssh-cipher v0.2.0
31932024-09-03T22:29:02.257Z Checking num-bigint v0.4.6
31942024-09-03T22:29:02.291Z Checking des v0.8.1
31952024-09-03T22:29:02.339Z Checking hex-literal v0.4.1
31962024-09-03T22:29:02.384Z Compiling dhcproto-macros v0.1.0
31972024-09-03T22:29:02.409Z Checking p256 v0.13.2
31982024-09-03T22:29:02.459Z Checking p384 v0.13.0
31992024-09-03T22:29:02.489Z Checking ssh-key v0.6.6
32002024-09-03T22:29:02.536Z Checking p521 v0.13.3
32012024-09-03T22:29:02.667Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32022024-09-03T22:29:02.791Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
32032024-09-03T22:29:02.847Z Checking trust-dns-proto v0.22.0
32042024-09-03T22:29:03.108Z Checking internet-checksum v0.2.1
32052024-09-03T22:29:03.885Z Checking russh-keys v0.45.0
32062024-09-03T22:29:05.005Z Checking russh v0.45.0
32072024-09-03T22:29:05.861Z Checking dhcproto v0.12.0
32082024-09-03T22:29:26.491Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32092024-09-03T22:29:28.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.63s
32102024-09-03T22:29:28.593Z
32112024-09-03T22:29:28.593Zinfo: running `cargo check --bins` on gateway-cli (148/158)
32122024-09-03T22:29:29.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-09-03T22:29:29.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-09-03T22:29:29.232Z Checking termios v0.3.3
32152024-09-03T22:29:29.412Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32162024-09-03T22:29:30.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
32172024-09-03T22:29:30.527Z
32182024-09-03T22:29:30.527Zinfo: running `cargo check --bins --no-default-features` on installinator (149/158)
32192024-09-03T22:29:31.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-09-03T22:29:31.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-09-03T22:29:31.474Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32222024-09-03T22:29:33.927Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32232024-09-03T22:29:36.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
32242024-09-03T22:29:36.313Z
32252024-09-03T22:29:36.313Zinfo: running `cargo check --bins` on internal-dns-cli (150/158)
32262024-09-03T22:29:37.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-09-03T22:29:37.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-09-03T22:29:37.188Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32292024-09-03T22:29:37.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
32302024-09-03T22:29:37.793Z
32312024-09-03T22:29:37.793Zinfo: running `cargo check --bins` on omicron-live-tests (151/158)
32322024-09-03T22:29:38.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-09-03T22:29:38.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-09-03T22:29:38.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352024-09-03T22:29:38.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32362024-09-03T22:29:38.632Z
32372024-09-03T22:29:38.632Zinfo: running `cargo check --bins` on live-tests-macros (152/158)
32382024-09-03T22:29:39.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-09-03T22:29:39.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-09-03T22:29:39.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412024-09-03T22:29:39.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
32422024-09-03T22:29:39.458Z
32432024-09-03T22:29:39.458Zinfo: running `cargo check --bins` on omicron-package (153/158)
32442024-09-03T22:29:40.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452024-09-03T22:29:40.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462024-09-03T22:29:40.368Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32472024-09-03T22:29:41.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s
32482024-09-03T22:29:41.969Z
32492024-09-03T22:29:41.969Zinfo: running `cargo check --bins` on wicket-dbg (154/158)
32502024-09-03T22:29:42.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-09-03T22:29:42.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-09-03T22:29:42.930Z Checking rtoolbox v0.0.2
32532024-09-03T22:29:42.930Z Checking tui-tree-widget v0.22.0
32542024-09-03T22:29:42.958Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32552024-09-03T22:29:43.117Z Checking rpassword v7.3.1
32562024-09-03T22:29:47.997Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32572024-09-03T22:29:52.569Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32582024-09-03T22:29:53.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.04s
32592024-09-03T22:29:53.182Z
32602024-09-03T22:29:53.182Zinfo: running `cargo check --bins` on wicket (155/158)
32612024-09-03T22:29:54.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622024-09-03T22:29:54.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632024-09-03T22:29:54.164Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32642024-09-03T22:29:54.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
32652024-09-03T22:29:54.711Z
32662024-09-03T22:29:54.711Zinfo: running `cargo check --bins` on wicketd (156/158)
32672024-09-03T22:29:55.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682024-09-03T22:29:55.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692024-09-03T22:29:55.667Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32702024-09-03T22:30:00.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
32712024-09-03T22:30:00.434Z
32722024-09-03T22:30:00.434Zinfo: running `cargo check --bins` on omicron-workspace-hack (157/158)
32732024-09-03T22:30:01.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742024-09-03T22:30:01.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752024-09-03T22:30:01.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762024-09-03T22:30:01.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
32772024-09-03T22:30:01.270Z
32782024-09-03T22:30:01.270Zinfo: running `cargo check --bins` on zone-setup (158/158)
32792024-09-03T22:30:02.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802024-09-03T22:30:02.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812024-09-03T22:30:02.247Z Checking uzers v0.11.3
32822024-09-03T22:30:02.566Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32832024-09-03T22:30:03.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
32842024-09-03T22:30:04.034Z
32852024-09-03T22:30:04.034Zreal 13:09.153302295
32862024-09-03T22:30:04.034Zuser 23:59.329716086
32872024-09-03T22:30:04.034Zsys 5:37.839570167
32882024-09-03T22:30:04.034Ztrap 0.642193883
32892024-09-03T22:30:04.034Ztflt 1.667894897
32902024-09-03T22:30:04.034Zdflt 2.836801747
32912024-09-03T22:30:04.034Zkflt 0.001033057
32922024-09-03T22:30:04.034Zlock 43:40.398563604
32932024-09-03T22:30:04.034Zslp 2:04:26.580164765
32942024-09-03T22:30:04.035Zlat 1:02.488739999
32952024-09-03T22:30:04.035Zstop 2:46.175711589
32962024-09-03T22:30:04.059Zprocess exited: duration 1029997 ms, exit code 0
 
32972024-09-03T22:30:04.110Zfound 0 output files