01J4K9GSBCZ7WRTWKDG7Y8DQ8K: 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: 01J4K9HBG98FTR333J3GMF8WBS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-06T07:31:25.248Zjob assigned to worker 01J4K9HQ8YEXGFJBTJC4D88CQ0 (queued for 59 s)
 
22024-08-06T07:31:32.531Zstarting task 0: "setup"
32024-08-06T07:31:32.540Z++ uname -s
42024-08-06T07:31:32.543Z+ kern=SunOS
52024-08-06T07:31:32.543Z+ case "$kern" in
62024-08-06T07:31:32.543Z+ groupadd -g 12345 build
72024-08-06T07:31:32.546Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-06T07:31:34.559Z+ zfs create -o mountpoint=/work rpool/work
92024-08-06T07:31:34.634Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-06T07:31:34.637Z+ home_fs=zfs
112024-08-06T07:31:34.637Z+ [[ zfs == autofs ]]
122024-08-06T07:31:34.637Z+ mkdir -p /home/build
132024-08-06T07:31:34.640Z+ chown build:build /home/build /work
142024-08-06T07:31:36.641Z+ chmod 0700 /home/build /work
152024-08-06T07:31:36.644Zprocess exited: duration 4114 ms, exit code 0
 
162024-08-06T07:31:36.650Zstarting task 1: "rust-toolchain"
172024-08-06T07:31:36.656Z+ printf ' * toolchain channel = "%s"
182024-08-06T07:31:36.656Z * toolchain channel = "1.80.0"
192024-08-06T07:31:36.656Z * toolchain profile = "default"
202024-08-06T07:31:36.656Z' 1.80.0
212024-08-06T07:31:36.656Z+ printf ' * toolchain profile = "%s"
222024-08-06T07:31:36.656Z' default
232024-08-06T07:31:36.659Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-06T07:31:36.659Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-06T07:31:36.774Zinfo: downloading installer
262024-08-06T07:31:37.841Zinfo: profile set to 'default'
272024-08-06T07:31:37.841Zinfo: default host triple is x86_64-unknown-illumos
282024-08-06T07:31:37.844Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-06T07:31:37.963Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-06T07:31:37.963Zinfo: downloading component 'cargo'
312024-08-06T07:31:38.563Zinfo: downloading component 'clippy'
322024-08-06T07:31:38.777Zinfo: downloading component 'rust-docs'
332024-08-06T07:31:39.612Zinfo: downloading component 'rust-std'
342024-08-06T07:31:40.798Zinfo: downloading component 'rustc'
352024-08-06T07:31:44.018Zinfo: downloading component 'rustfmt'
362024-08-06T07:31:44.192Zinfo: installing component 'cargo'
372024-08-06T07:31:45.043Zinfo: installing component 'clippy'
382024-08-06T07:31:45.422Zinfo: installing component 'rust-docs'
392024-08-06T07:31:47.065Zinfo: installing component 'rust-std'
402024-08-06T07:31:48.752Zinfo: installing component 'rustc'
412024-08-06T07:31:53.175Zinfo: installing component 'rustfmt'
422024-08-06T07:31:53.518Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-06T07:31:53.518Z
442024-08-06T07:31:53.786Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-06T07:31:53.786Z
462024-08-06T07:31:53.790Z
472024-08-06T07:31:53.790ZRust is installed now. Great!
482024-08-06T07:31:53.790Z
492024-08-06T07:31:53.790ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-06T07:31:53.790Zenvironment variable. This has not been done automatically.
512024-08-06T07:31:53.790Z
522024-08-06T07:31:53.790ZTo configure your current shell, you need to source
532024-08-06T07:31:53.790Zthe corresponding env file under $HOME/.cargo.
542024-08-06T07:31:53.790Z
552024-08-06T07:31:53.790ZThis is usually done by running one of the following (note the leading DOT):
562024-08-06T07:31:53.790Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-06T07:31:53.790Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-06T07:31:53.843Z+ rustc --version
592024-08-06T07:31:53.907Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-06T07:31:53.910Zprocess exited: duration 17257 ms, exit code 0
 
612024-08-06T07:31:53.921Zstarting task 2: "authentication"
622024-08-06T07:31:53.940Zprocess exited: duration 20 ms, exit code 0
 
632024-08-06T07:31:53.946Zstarting task 3: "clone repository"
642024-08-06T07:31:53.951Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-06T07:31:53.953Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-06T07:31:53.994ZCloning into '/work/oxidecomputer/omicron'...
672024-08-06T07:31:59.334Z+ cd /work/oxidecomputer/omicron
682024-08-06T07:31:59.334Z+ git fetch origin 2f13344f33968ce6d853e220265cbd57f005596f
692024-08-06T07:31:59.633ZFrom https://github.com/oxidecomputer/omicron
702024-08-06T07:31:59.633Z * branch 2f13344f33968ce6d853e220265cbd57f005596f -> FETCH_HEAD
712024-08-06T07:31:59.643Z+ [[ -n '' ]]
722024-08-06T07:31:59.643Z+ git reset --hard 2f13344f33968ce6d853e220265cbd57f005596f
732024-08-06T07:31:59.781ZHEAD is now at 2f13344f3 Update Rust crate regex to 1.10.6
742024-08-06T07:31:59.784Zprocess exited: duration 5836 ms, exit code 0
 
752024-08-06T07:31:59.790Zstarting task 4: "build"
762024-08-06T07:31:59.796Z+ cargo --version
772024-08-06T07:31:59.851Zcargo 1.80.0 (376290515 2024-07-16)
782024-08-06T07:31:59.854Z+ rustc --version
792024-08-06T07:31:59.913Zrustc 1.80.0 (051478957 2024-07-21)
802024-08-06T07:31:59.916Z+ source ./env.sh
812024-08-06T07:31:59.918Z++ OLD_SHELL_OPTS=ehxB
822024-08-06T07:31:59.918Z++ set -o xtrace
832024-08-06T07:31:59.921Z++++ dirname ./env.sh
842024-08-06T07:31:59.921Z+++ readlink -f .
852024-08-06T07:31:59.924Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-08-06T07:31:59.924Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-08-06T07:31:59.924Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-08-06T07:31:59.924Z++ 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
892024-08-06T07:31:59.924Z++ 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
902024-08-06T07:31:59.924Z++ 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
912024-08-06T07:31:59.924Z++ 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
922024-08-06T07:31:59.924Z++ 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
932024-08-06T07:31:59.924Z++ 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
942024-08-06T07:31:59.924Z++ case $OLD_SHELL_OPTS in
952024-08-06T07:31:59.924Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-08-06T07:31:59.924Z+ 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
972024-08-06T07:31:59.924Z+ 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
982024-08-06T07:31:59.924Z+ banner prerequisites
992024-08-06T07:31:59.927Z
1002024-08-06T07:31:59.927Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-08-06T07:31:59.927Z # # # # # # # # # # # # # # #
1022024-08-06T07:31:59.927Z # # # # ##### # # ##### # # # # # #### #
1032024-08-06T07:31:59.927Z ##### ##### # ##### # # # # # # # # #
1042024-08-06T07:31:59.927Z # # # # # # # # # # # # # # #
1052024-08-06T07:31:59.927Z # # # ###### # # ###### ### # #### # #### #
1062024-08-06T07:31:59.928Z
1072024-08-06T07:31:59.928Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-08-06T07:32:05.677Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-08-06T07:32:07.760Z Startup: Caching catalogs ... Done
1102024-08-06T07:32:11.616ZPlanning: Solver setup ... Done (3.263s)
1112024-08-06T07:32:11.677ZPlanning: Running solver ... Done (0.061s)
1122024-08-06T07:32:11.732ZPlanning: Finding local manifests ... Done (0.003s)
1132024-08-06T07:32:11.744ZPlanning: Fetching manifests: 0/4 0% complete
1142024-08-06T07:32:11.888ZPlanning: Fetching manifests: 4/4 100% complete
1152024-08-06T07:32:11.940ZPlanning: Package planning ... Done (0.051s)
1162024-08-06T07:32:11.990ZPlanning: Merging actions ... Done (0.050s)
1172024-08-06T07:32:12.283ZPlanning: Checking for conflicting actions ... Done (0.293s)
1182024-08-06T07:32:12.295ZPlanning: Consolidating action changes ... Done (0.011s)
1192024-08-06T07:32:13.286ZPlanning: Evaluating mediators ... Done (0.991s)
1202024-08-06T07:32:13.296ZPlanning: Planning completed in 5.47 seconds
1212024-08-06T07:32:13.311Z Packages to install: 4
1222024-08-06T07:32:13.311Z Mediators to change: 2
1232024-08-06T07:32:13.315Z Services to change: 1
1242024-08-06T07:32:13.315Z Estimated space available: 155.76 GB
1252024-08-06T07:32:13.315ZEstimated space to be consumed: 1.47 GB
1262024-08-06T07:32:13.315Z Create boot environment: No
1272024-08-06T07:32:13.315ZCreate backup boot environment: No
1282024-08-06T07:32:13.315Z Rebuild boot archive: No
1292024-08-06T07:32:13.315Z
1302024-08-06T07:32:13.315ZChanged mediators:
1312024-08-06T07:32:13.315Z mediator clang:
1322024-08-06T07:32:13.315Z version: None -> 15 (system default)
1332024-08-06T07:32:13.315Z
1342024-08-06T07:32:13.315Z mediator llvm:
1352024-08-06T07:32:13.315Z version: 14 (system default) -> 15 (system default)
1362024-08-06T07:32:13.315Z
1372024-08-06T07:32:13.315ZChanged packages:
1382024-08-06T07:32:13.315Zhelios-dev
1392024-08-06T07:32:13.315Z developer/build-essential
1402024-08-06T07:32:13.315Z None -> 11-2.0
1412024-08-06T07:32:13.315Z library/libxmlsec1
1422024-08-06T07:32:13.315Z None -> 1.2.35-2.0
1432024-08-06T07:32:13.315Z ooce/developer/clang-15
1442024-08-06T07:32:13.315Z None -> 15.0.7-2.0
1452024-08-06T07:32:13.315Z ooce/developer/llvm-15
1462024-08-06T07:32:13.315Z None -> 15.0.7-2.0
1472024-08-06T07:32:13.315Z
1482024-08-06T07:32:13.315ZServices:
1492024-08-06T07:32:13.315Z restart_fmri:
1502024-08-06T07:32:13.315Z svc:/system/update-man-index:default
1512024-08-06T07:32:13.358Z
1522024-08-06T07:32:13.358ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-08-06T07:32:18.360ZDownload: 1445/3290 items 117.2/212.6MB 55% complete (23.9M/s)
1542024-08-06T07:32:23.365ZDownload: 3098/3290 items 130.7/212.6MB 61% complete (13.1M/s)
1552024-08-06T07:32:28.380ZDownload: 3287/3290 items 212.6/212.6MB 99% complete (14.1M/s)
1562024-08-06T07:32:28.412ZDownload: Completed 212.60 MB in 15.05 seconds (14.1M/s)
1572024-08-06T07:32:28.668Z Actions: 1/3689 actions (Installing new actions)
1582024-08-06T07:32:33.285Z Actions: Completed 3689 actions in 4.62 seconds.
1592024-08-06T07:32:33.553Z Done (0.262s)
1602024-08-06T07:32:33.553Z Done (0.000s)
1612024-08-06T07:32:33.899Z Done (0.346s)
1622024-08-06T07:32:38.283Z Done (4.220s)
1632024-08-06T07:32:38.370Z Done (0.019s)
1642024-08-06T07:32:38.373Z Done (0.000s)
1652024-08-06T07:32:38.501Z Done (0.000s)
1662024-08-06T07:32:39.134ZPlanning: Evaluating mediator changes ... Done
1672024-08-06T07:32:39.271ZPlanning: Checking for conflicting actions ... Done
1682024-08-06T07:32:39.287ZPlanning: Consolidating action changes ... Done
1692024-08-06T07:32:39.532ZPlanning: Evaluating mediators ... Done
1702024-08-06T07:32:39.536ZPlanning: Planning completed in 0.44 seconds
1712024-08-06T07:32:39.566Z Mediators to change: 2
1722024-08-06T07:32:39.567Z Create boot environment: No
1732024-08-06T07:32:39.569ZCreate backup boot environment: No
1742024-08-06T07:32:39.640Z Done
1752024-08-06T07:32:39.641Z Done
1762024-08-06T07:32:39.860Z Done
1772024-08-06T07:32:43.482Z Done
1782024-08-06T07:32:43.565Z Done
1792024-08-06T07:32:43.575Z Done
1802024-08-06T07:32:43.671Z Done
1812024-08-06T07:32:44.300ZPlanning: Evaluating mediator changes ... Done
1822024-08-06T07:32:44.304ZPlanning: Merging actions ... Done
1832024-08-06T07:32:44.496ZPlanning: Checking for conflicting actions ... Done
1842024-08-06T07:32:44.498ZPlanning: Consolidating action changes ... Done
1852024-08-06T07:32:44.774ZPlanning: Evaluating mediators ... Done
1862024-08-06T07:32:44.834ZPlanning: Planning completed in 0.78 seconds
1872024-08-06T07:32:44.872Z Packages to change: 1
1882024-08-06T07:32:44.872Z Mediators to change: 1
1892024-08-06T07:32:44.877Z Services to change: 1
1902024-08-06T07:32:44.877Z Create boot environment: No
1912024-08-06T07:32:44.877ZCreate backup boot environment: Yes
1922024-08-06T07:32:46.910Z Actions: 1/6 actions (Updating modified actions)
1932024-08-06T07:32:46.913Z Actions: Completed 6 actions in 0.00 seconds.
1942024-08-06T07:32:46.913Z Done
1952024-08-06T07:32:46.913Z Done
1962024-08-06T07:32:46.988Z Done
1972024-08-06T07:32:50.755Z Done
1982024-08-06T07:32:50.841Z Done
1992024-08-06T07:32:50.853Z Done
2002024-08-06T07:32:50.943Z Done
2012024-08-06T07:32:51.387ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2022024-08-06T07:32:51.387Zclang system 15 system
2032024-08-06T07:32:51.387Zcsh system system illumos
2042024-08-06T07:32:51.387Zctags system system illumos
2052024-08-06T07:32:51.387Zgcc vendor 12 vendor
2062024-08-06T07:32:51.387Zgcc system 10 system
2072024-08-06T07:32:51.387Zgcc system 7 system
2082024-08-06T07:32:51.387Zgo system 1.20 system
2092024-08-06T07:32:51.387Zgo system 1.19 system
2102024-08-06T07:32:51.387Zllvm system 15 system
2112024-08-06T07:32:51.387Zllvm system 14 system
2122024-08-06T07:32:51.387Zmariadb system 10.6 system
2132024-08-06T07:32:51.387Zmta vendor vendor dma
2142024-08-06T07:32:51.388Zopenjdk system 17 system
2152024-08-06T07:32:51.388Zopenjdk system 11 system
2162024-08-06T07:32:51.388Zopenjdk system 1.8 system
2172024-08-06T07:32:51.388Zopenssl vendor 3 vendor
2182024-08-06T07:32:51.388Zperl system 5.36 system
2192024-08-06T07:32:51.388Zpostgresql system 15 system
2202024-08-06T07:32:51.388Zpostgresql system 13 system
2212024-08-06T07:32:51.388Zpython vendor 3 vendor
2222024-08-06T07:32:51.388Zpython system 2 system
2232024-08-06T07:32:51.388Zpython3 system 3.11 system
2242024-08-06T07:32:51.388Zruby system 3.0 system
2252024-08-06T07:32:51.388Zwords vendor vendor american-english
2262024-08-06T07:32:51.388Zwords system system australian-english
2272024-08-06T07:32:51.388Zwords system system british-english
2282024-08-06T07:32:51.388Zwords system system canadian-english
2292024-08-06T07:32:51.388Zwords system system french
2302024-08-06T07:32:51.388Zwords system system italian
2312024-08-06T07:32:51.388Zwords system system ngerman
2322024-08-06T07:32:51.388Zwords system system ogerman
2332024-08-06T07:32:51.388Zwords system system spanish
2342024-08-06T07:32:51.721ZPUBLISHER TYPE STATUS P LOCATION
2352024-08-06T07:32:51.721Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2362024-08-06T07:32:53.415ZFMRI IFO
2372024-08-06T07:32:53.415Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2382024-08-06T07:32:53.415Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2392024-08-06T07:32:53.415Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2402024-08-06T07:32:53.415Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2412024-08-06T07:32:53.415Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2422024-08-06T07:32:53.415Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2432024-08-06T07:32:53.415Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2442024-08-06T07:32:53.415Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-08-06T07:32:53.415Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-08-06T07:32:53.415Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-08-06T07:32:53.415Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-08-06T07:32:53.415Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-08-06T07:32:54.004Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2502024-08-06T07:32:54.256Z Updating git repository `https://github.com/oxidecomputer/zone`
2512024-08-06T07:32:54.540Z Updating crates.io index
2522024-08-06T07:32:54.544Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2532024-08-06T07:32:55.315Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542024-08-06T07:32:56.051Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2552024-08-06T07:32:56.289Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2562024-08-06T07:32:57.754Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2572024-08-06T07:32:57.992Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2582024-08-06T07:32:58.233Z Updating git repository `https://github.com/oxidecomputer/propolis`
2592024-08-06T07:32:59.326Z Updating git repository `https://github.com/oxidecomputer/crucible`
2602024-08-06T07:33:01.255Z Updating git repository `https://github.com/oxidecomputer/opte`
2612024-08-06T07:33:02.226Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622024-08-06T07:33:02.914Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-08-06T07:33:03.535Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2642024-08-06T07:33:03.901Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2652024-08-06T07:33:04.369Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2662024-08-06T07:33:04.610Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672024-08-06T07:33:04.867Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682024-08-06T07:33:05.086Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692024-08-06T07:33:05.310Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702024-08-06T07:33:05.534Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712024-08-06T07:33:05.831Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2722024-08-06T07:33:06.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732024-08-06T07:33:06.494Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2742024-08-06T07:33:06.795Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752024-08-06T07:33:07.172Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762024-08-06T07:33:07.479Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772024-08-06T07:33:07.882Z Updating git repository `https://github.com/oxidecomputer/typify`
2782024-08-06T07:33:09.979Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792024-08-06T07:33:10.201Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802024-08-06T07:33:10.457Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812024-08-06T07:33:10.770Z Updating git repository `https://github.com/oxidecomputer/rfb`
2822024-08-06T07:33:12.085Z Downloading crates ...
2832024-08-06T07:33:12.173Z Downloaded colorchoice v1.0.1
2842024-08-06T07:33:12.188Z Downloaded block-buffer v0.10.4
2852024-08-06T07:33:12.188Z Downloaded byteorder v1.5.0
2862024-08-06T07:33:12.188Z Downloaded anstyle v1.0.8
2872024-08-06T07:33:12.196Z Downloaded equivalent v1.0.1
2882024-08-06T07:33:12.196Z Downloaded usdt-macro v0.5.0
2892024-08-06T07:33:12.209Z Downloaded crypto-common v0.1.6
2902024-08-06T07:33:12.214Z Downloaded cargo-platform v0.1.8
2912024-08-06T07:33:12.214Z Downloaded bytecount v0.6.8
2922024-08-06T07:33:12.214Z Downloaded autocfg v1.3.0
2932024-08-06T07:33:12.214Z Downloaded anstyle-query v1.0.3
2942024-08-06T07:33:12.223Z Downloaded cpufeatures v0.2.12
2952024-08-06T07:33:12.223Z Downloaded clap_lex v0.7.0
2962024-08-06T07:33:12.223Z Downloaded anstream v0.6.14
2972024-08-06T07:33:12.223Z Downloaded cfg-if v1.0.0
2982024-08-06T07:33:12.227Z Downloaded anstyle-parse v0.2.4
2992024-08-06T07:33:12.227Z Downloaded is_terminal_polyfill v1.70.0
3002024-08-06T07:33:12.228Z Downloaded heck v0.4.1
3012024-08-06T07:33:12.228Z Downloaded plain v0.2.3
3022024-08-06T07:33:12.233Z Downloaded pest_generator v2.7.10
3032024-08-06T07:33:12.233Z Downloaded usdt-attr-macro v0.5.0
3042024-08-06T07:33:12.240Z Downloaded terminal_size v0.3.0
3052024-08-06T07:33:12.240Z Downloaded version_check v0.9.5
3062024-08-06T07:33:12.245Z Downloaded itoa v1.0.11
3072024-08-06T07:33:12.245Z Downloaded strsim v0.11.1
3082024-08-06T07:33:12.246Z Downloaded dof v0.3.0
3092024-08-06T07:33:12.246Z Downloaded swrite v0.1.0
3102024-08-06T07:33:12.246Z Downloaded scroll_derive v0.12.0
3112024-08-06T07:33:12.249Z Downloaded scroll v0.12.0
3122024-08-06T07:33:12.250Z Downloaded dtrace-parser v0.2.0
3132024-08-06T07:33:12.261Z Downloaded pretty-hex v0.4.1
3142024-08-06T07:33:12.261Z Downloaded fnv v1.0.7
3152024-08-06T07:33:12.261Z Downloaded anyhow v1.0.86
3162024-08-06T07:33:12.261Z Downloaded thiserror-impl v1.0.63
3172024-08-06T07:33:12.264Z Downloaded serde_tokenstream v0.2.1
3182024-08-06T07:33:12.264Z Downloaded errno v0.3.9
3192024-08-06T07:33:12.269Z Downloaded cargo_metadata v0.18.1
3202024-08-06T07:33:12.269Z Downloaded bitflags v2.6.0
3212024-08-06T07:33:12.273Z Downloaded macaddr v1.0.1
3222024-08-06T07:33:12.273Z Downloaded usdt v0.5.0
3232024-08-06T07:33:12.273Z Downloaded tabled_derive v0.7.0
3242024-08-06T07:33:12.277Z Downloaded once_cell v1.19.0
3252024-08-06T07:33:12.277Z Downloaded memmap v0.7.0
3262024-08-06T07:33:12.297Z Downloaded thiserror v1.0.63
3272024-08-06T07:33:12.297Z Downloaded generic-array v0.14.7
3282024-08-06T07:33:12.297Z Downloaded digest v0.10.7
3292024-08-06T07:33:12.297Z Downloaded proc-macro-error v1.0.4
3302024-08-06T07:33:12.302Z Downloaded proc-macro-error-attr v1.0.4
3312024-08-06T07:33:12.302Z Downloaded cargo_toml v0.20.4
3322024-08-06T07:33:12.302Z Downloaded fs-err v2.11.0
3332024-08-06T07:33:12.302Z Downloaded utf8parse v0.2.1
3342024-08-06T07:33:12.302Z Downloaded usdt-impl v0.5.0
3352024-08-06T07:33:12.302Z Downloaded toml_datetime v0.6.8
3362024-08-06T07:33:12.303Z Downloaded thread-id v4.2.1
3372024-08-06T07:33:12.312Z Downloaded zerocopy-derive v0.7.34
3382024-08-06T07:33:12.312Z Downloaded camino v1.1.7
3392024-08-06T07:33:12.316Z Downloaded semver v1.0.23
3402024-08-06T07:33:12.316Z Downloaded pest_derive v2.7.10
3412024-08-06T07:33:12.316Z Downloaded heck v0.5.0
3422024-08-06T07:33:12.326Z Downloaded clap_derive v4.5.13
3432024-08-06T07:33:12.326Z Downloaded toml v0.8.19
3442024-08-06T07:33:12.337Z Downloaded ucd-trie v0.1.6
3452024-08-06T07:33:12.342Z Downloaded sha2 v0.10.8
3462024-08-06T07:33:12.343Z Downloaded serde_spanned v0.6.7
3472024-08-06T07:33:12.343Z Downloaded log v0.4.21
3482024-08-06T07:33:12.343Z Downloaded typenum v1.17.0
3492024-08-06T07:33:12.350Z Downloaded serde_derive v1.0.204
3502024-08-06T07:33:12.350Z Downloaded quote v1.0.36
3512024-08-06T07:33:12.353Z Downloaded ryu v1.0.18
3522024-08-06T07:33:12.353Z Downloaded papergrid v0.11.0
3532024-08-06T07:33:12.360Z Downloaded clap v4.5.13
3542024-08-06T07:33:12.365Z Downloaded proc-macro2 v1.0.86
3552024-08-06T07:33:12.372Z Downloaded unicode-ident v1.0.12
3562024-08-06T07:33:12.372Z Downloaded pest_meta v2.7.10
3572024-08-06T07:33:12.376Z Downloaded serde v1.0.204
3582024-08-06T07:33:12.376Z Downloaded indexmap v2.3.0
3592024-08-06T07:33:12.400Z Downloaded memchr v2.7.2
3602024-08-06T07:33:12.406Z Downloaded toml_edit v0.22.20
3612024-08-06T07:33:12.430Z Downloaded pest v2.7.10
3622024-08-06T07:33:12.434Z Downloaded serde_json v1.0.122
3632024-08-06T07:33:12.444Z Downloaded zerocopy v0.7.34
3642024-08-06T07:33:12.459Z Downloaded clap_builder v4.5.13
3652024-08-06T07:33:12.465Z Downloaded hashbrown v0.14.5
3662024-08-06T07:33:12.471Z Downloaded goblin v0.8.2
3672024-08-06T07:33:12.476Z Downloaded winnow v0.6.18
3682024-08-06T07:33:12.484Z Downloaded tabled v0.15.0
3692024-08-06T07:33:12.499Z Downloaded syn v2.0.72
3702024-08-06T07:33:12.509Z Downloaded syn v1.0.109
3712024-08-06T07:33:12.528Z Downloaded rustix v0.38.34
3722024-08-06T07:33:12.566Z Downloaded unicode-width v0.1.13
3732024-08-06T07:33:12.572Z Downloaded libc v0.2.155
3742024-08-06T07:33:12.856Z Compiling proc-macro2 v1.0.86
3752024-08-06T07:33:12.856Z Compiling unicode-ident v1.0.12
3762024-08-06T07:33:12.856Z Compiling version_check v0.9.5
3772024-08-06T07:33:12.856Z Compiling serde v1.0.204
3782024-08-06T07:33:12.860Z Compiling memchr v2.7.2
3792024-08-06T07:33:12.860Z Compiling thiserror v1.0.63
3802024-08-06T07:33:12.890Z Compiling libc v0.2.155
3812024-08-06T07:33:12.894Z Compiling itoa v1.0.11
3822024-08-06T07:33:13.194Z Compiling ucd-trie v0.1.6
3832024-08-06T07:33:13.240Z Compiling ryu v1.0.18
3842024-08-06T07:33:13.698Z Compiling once_cell v1.19.0
3852024-08-06T07:33:13.738Z Compiling byteorder v1.5.0
3862024-08-06T07:33:13.760Z Compiling serde_json v1.0.122
3872024-08-06T07:33:14.156Z Compiling usdt-impl v0.5.0
3882024-08-06T07:33:14.185Z Compiling proc-macro-error-attr v1.0.4
3892024-08-06T07:33:14.207Z Compiling syn v1.0.109
3902024-08-06T07:33:14.491Z Compiling rustix v0.38.34
3912024-08-06T07:33:14.586Z Compiling quote v1.0.36
3922024-08-06T07:33:14.611Z Compiling proc-macro-error v1.0.4
3932024-08-06T07:33:14.663Z Compiling log v0.4.21
3942024-08-06T07:33:14.904Z Compiling hashbrown v0.14.5
3952024-08-06T07:33:14.925Z Compiling equivalent v1.0.1
3962024-08-06T07:33:15.047Z Compiling syn v2.0.72
3972024-08-06T07:33:15.072Z Compiling plain v0.2.3
3982024-08-06T07:33:15.232Z Compiling errno v0.3.9
3992024-08-06T07:33:15.303Z Compiling thread-id v4.2.1
4002024-08-06T07:33:15.373Z Compiling utf8parse v0.2.1
4012024-08-06T07:33:15.398Z Compiling bitflags v2.6.0
4022024-08-06T07:33:15.527Z Compiling anstyle-parse v0.2.4
4032024-08-06T07:33:15.603Z Compiling is_terminal_polyfill v1.70.0
4042024-08-06T07:33:15.824Z Compiling pretty-hex v0.4.1
4052024-08-06T07:33:15.856Z Compiling anstyle-query v1.0.3
4062024-08-06T07:33:15.856Z Compiling anstyle v1.0.8
4072024-08-06T07:33:16.085Z Compiling autocfg v1.3.0
4082024-08-06T07:33:16.105Z Compiling winnow v0.6.18
4092024-08-06T07:33:16.284Z Compiling indexmap v2.3.0
4102024-08-06T07:33:16.367Z Compiling camino v1.1.7
4112024-08-06T07:33:16.429Z Compiling colorchoice v1.0.1
4122024-08-06T07:33:16.615Z Compiling semver v1.0.23
4132024-08-06T07:33:17.143Z Compiling fs-err v2.11.0
4142024-08-06T07:33:17.169Z Compiling terminal_size v0.3.0
4152024-08-06T07:33:17.301Z Compiling anstream v0.6.14
4162024-08-06T07:33:17.464Z Compiling clap_lex v0.7.0
4172024-08-06T07:33:17.489Z Compiling strsim v0.11.1
4182024-08-06T07:33:17.519Z Compiling anyhow v1.0.86
4192024-08-06T07:33:17.704Z Compiling bytecount v0.6.8
4202024-08-06T07:33:17.943Z Compiling heck v0.5.0
4212024-08-06T07:33:17.992Z Compiling fnv v1.0.7
4222024-08-06T07:33:18.053Z Compiling unicode-width v0.1.13
4232024-08-06T07:33:18.129Z Compiling heck v0.4.1
4242024-08-06T07:33:18.297Z Compiling papergrid v0.11.0
4252024-08-06T07:33:18.461Z Compiling clap_builder v4.5.13
4262024-08-06T07:33:18.628Z Compiling memmap v0.7.0
4272024-08-06T07:33:19.047Z Compiling swrite v0.1.0
4282024-08-06T07:33:20.608Z Compiling tabled_derive v0.7.0
4292024-08-06T07:33:22.200Z Compiling tabled v0.15.0
4302024-08-06T07:33:23.886Z Compiling serde_derive v1.0.204
4312024-08-06T07:33:23.889Z Compiling thiserror-impl v1.0.63
4322024-08-06T07:33:23.889Z Compiling zerocopy-derive v0.7.34
4332024-08-06T07:33:23.910Z Compiling scroll_derive v0.12.0
4342024-08-06T07:33:23.983Z Compiling clap_derive v4.5.13
4352024-08-06T07:33:25.417Z Compiling scroll v0.12.0
4362024-08-06T07:33:25.857Z Compiling zerocopy v0.7.34
4372024-08-06T07:33:26.017Z Compiling goblin v0.8.2
4382024-08-06T07:33:26.535Z Compiling pest v2.7.10
4392024-08-06T07:33:27.902Z Compiling clap v4.5.13
4402024-08-06T07:33:28.768Z Compiling pest_meta v2.7.10
4412024-08-06T07:33:29.622Z Compiling pest_generator v2.7.10
4422024-08-06T07:33:31.275Z Compiling pest_derive v2.7.10
4432024-08-06T07:33:32.030Z Compiling dtrace-parser v0.2.0
4442024-08-06T07:33:34.302Z Compiling serde_spanned v0.6.7
4452024-08-06T07:33:34.302Z Compiling toml_datetime v0.6.8
4462024-08-06T07:33:34.310Z Compiling cargo-platform v0.1.8
4472024-08-06T07:33:34.678Z Compiling serde_tokenstream v0.2.1
4482024-08-06T07:33:34.719Z Compiling toml_edit v0.22.20
4492024-08-06T07:33:34.859Z Compiling macaddr v1.0.1
4502024-08-06T07:33:35.722Z Compiling dof v0.3.0
4512024-08-06T07:33:35.722Z Compiling cargo_metadata v0.18.1
4522024-08-06T07:33:37.575Z Compiling toml v0.8.19
4532024-08-06T07:33:37.727Z Compiling usdt-attr-macro v0.5.0
4542024-08-06T07:33:37.730Z Compiling usdt-macro v0.5.0
4552024-08-06T07:33:38.396Z Compiling cargo_toml v0.20.4
4562024-08-06T07:33:39.138Z Compiling usdt v0.5.0
4572024-08-06T07:33:42.273Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4582024-08-06T07:33:46.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s
4592024-08-06T07:33:46.394Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4602024-08-06T07:33:46.931Z Downloading crates ...
4612024-08-06T07:33:47.056Z Downloaded assert_matches v1.5.0
4622024-08-06T07:33:47.058Z Downloaded atty v0.2.14
4632024-08-06T07:33:47.063Z Downloaded bitstruct_derive v0.1.0
4642024-08-06T07:33:47.067Z Downloaded aead v0.5.2
4652024-08-06T07:33:47.070Z Downloaded adler v1.0.2
4662024-08-06T07:33:47.073Z Downloaded crunchy v0.2.2
4672024-08-06T07:33:47.076Z Downloaded cstr-argument v0.1.2
4682024-08-06T07:33:47.079Z Downloaded ciborium-io v0.2.2
4692024-08-06T07:33:47.085Z Downloaded async-stream-impl v0.3.5
4702024-08-06T07:33:47.089Z Downloaded atomic-waker v1.1.2
4712024-08-06T07:33:47.092Z Downloaded arrayref v0.3.7
4722024-08-06T07:33:47.094Z Downloaded matches v0.1.10
4732024-08-06T07:33:47.094Z Downloaded is-terminal v0.4.12
4742024-08-06T07:33:47.097Z Downloaded async-stream v0.3.5
4752024-08-06T07:33:47.100Z Downloaded bit-set v0.5.3
4762024-08-06T07:33:47.100Z Downloaded bitflags v1.3.2
4772024-08-06T07:33:47.105Z Downloaded openssl-probe v0.1.5
4782024-08-06T07:33:47.108Z Downloaded num_threads v0.1.7
4792024-08-06T07:33:47.111Z Downloaded bitstruct v0.1.1
4802024-08-06T07:33:47.111Z Downloaded opaque-debug v0.3.1
4812024-08-06T07:33:47.115Z Downloaded atomicwrites v0.4.3
4822024-08-06T07:33:47.115Z Downloaded addr2line v0.21.0
4832024-08-06T07:33:47.117Z Downloaded cipher v0.4.4
4842024-08-06T07:33:47.120Z Downloaded block-padding v0.3.3
4852024-08-06T07:33:47.123Z Downloaded crc v3.2.1
4862024-08-06T07:33:47.125Z Downloaded crc-catalog v2.4.0
4872024-08-06T07:33:47.128Z Downloaded instant v0.1.12
4882024-08-06T07:33:47.128Z Downloaded argon2 v0.5.3
4892024-08-06T07:33:47.131Z Downloaded parse-size v1.0.0
4902024-08-06T07:33:47.134Z Downloaded maplit v1.0.2
4912024-08-06T07:33:47.134Z Downloaded lru-cache v0.1.2
4922024-08-06T07:33:47.137Z Downloaded lazycell v1.3.0
4932024-08-06T07:33:47.137Z Downloaded lalrpop-util v0.19.12
4942024-08-06T07:33:47.137Z Downloaded libsw v3.3.1
4952024-08-06T07:33:47.140Z Downloaded defmt-parser v0.3.4
4962024-08-06T07:33:47.144Z Downloaded indent_write v2.2.0
4972024-08-06T07:33:47.144Z Downloaded bcs v0.1.6
4982024-08-06T07:33:47.146Z Downloaded multimap v0.10.0
4992024-08-06T07:33:47.146Z Downloaded indoc v1.0.9
5002024-08-06T07:33:47.149Z Downloaded cfg_aliases v0.1.1
5012024-08-06T07:33:47.152Z Downloaded normalize-line-endings v0.3.0
5022024-08-06T07:33:47.152Z Downloaded newtype_derive v0.1.6
5032024-08-06T07:33:47.155Z Downloaded new_debug_unreachable v1.0.6
5042024-08-06T07:33:47.155Z Downloaded openssl-macros v0.1.1
5052024-08-06T07:33:47.157Z Downloaded impl-trait-for-tuples v0.2.2
5062024-08-06T07:33:47.160Z Downloaded ahash v0.8.11
5072024-08-06T07:33:47.163Z Downloaded darling_macro v0.20.9
5082024-08-06T07:33:47.163Z Downloaded num-integer v0.1.46
5092024-08-06T07:33:47.165Z Downloaded num_enum_derive v0.5.11
5102024-08-06T07:33:47.168Z Downloaded signal-hook-tokio v0.3.1
5112024-08-06T07:33:47.168Z Downloaded buf-list v1.0.3
5122024-08-06T07:33:47.171Z Downloaded mime v0.3.17
5132024-08-06T07:33:47.174Z Downloaded crossbeam-deque v0.8.5
5142024-08-06T07:33:47.174Z Downloaded base16ct v0.2.0
5152024-08-06T07:33:47.177Z Downloaded nibble_vec v0.1.0
5162024-08-06T07:33:47.179Z Downloaded match_cfg v0.1.0
5172024-08-06T07:33:47.179Z Downloaded cancel-safe-futures v0.1.5
5182024-08-06T07:33:47.182Z Downloaded managed v0.8.0
5192024-08-06T07:33:47.185Z Downloaded oso-derive v0.27.3
5202024-08-06T07:33:47.185Z Downloaded number_prefix v0.4.0
5212024-08-06T07:33:47.187Z Downloaded newtype-uuid v1.1.0
5222024-08-06T07:33:47.187Z Downloaded defmt v0.3.8
5232024-08-06T07:33:47.191Z Downloaded data-encoding v2.6.0
5242024-08-06T07:33:47.194Z Downloaded kstat-rs v0.2.4
5252024-08-06T07:33:47.198Z Downloaded parse-display v0.9.1
5262024-08-06T07:33:47.198Z Downloaded termtree v0.4.1
5272024-08-06T07:33:47.201Z Downloaded ciborium-ll v0.2.2
5282024-08-06T07:33:47.201Z Downloaded cassowary v0.3.0
5292024-08-06T07:33:47.204Z Downloaded libloading v0.8.3
5302024-08-06T07:33:47.206Z Downloaded libefi-sys v0.1.0
5312024-08-06T07:33:47.209Z Downloaded num-conv v0.1.0
5322024-08-06T07:33:47.209Z Downloaded constant_time_eq v0.3.0
5332024-08-06T07:33:47.212Z Downloaded md-5 v0.10.6
5342024-08-06T07:33:47.212Z Downloaded tinyvec_macros v0.1.1
5352024-08-06T07:33:47.215Z Downloaded num-iter v0.1.45
5362024-08-06T07:33:47.215Z Downloaded num v0.4.3
5372024-08-06T07:33:47.217Z Downloaded nodrop v0.1.14
5382024-08-06T07:33:47.217Z Downloaded nanorand v0.7.0
5392024-08-06T07:33:47.220Z Downloaded newline-converter v0.3.0
5402024-08-06T07:33:47.223Z Downloaded downcast v0.11.0
5412024-08-06T07:33:47.223Z Downloaded defmt-macros v0.3.9
5422024-08-06T07:33:47.226Z Downloaded display-error-chain v0.2.0
5432024-08-06T07:33:47.229Z Downloaded want v0.3.1
5442024-08-06T07:33:47.229Z Downloaded blake2 v0.10.6
5452024-08-06T07:33:47.232Z Downloaded unarray v0.1.4
5462024-08-06T07:33:47.234Z Downloaded shell-words v1.1.0
5472024-08-06T07:33:47.237Z Downloaded olpc-cjson v0.1.3
5482024-08-06T07:33:47.237Z Downloaded slab v0.4.9
5492024-08-06T07:33:47.240Z Downloaded cookie v0.18.1
5502024-08-06T07:33:47.242Z Downloaded owo-colors v4.0.0
5512024-08-06T07:33:47.245Z Downloaded slog-dtrace v0.3.0
5522024-08-06T07:33:47.248Z Downloaded foreign-types-shared v0.3.1
5532024-08-06T07:33:47.248Z Downloaded num_enum v0.5.11
5542024-08-06T07:33:47.253Z Downloaded num-complex v0.4.6
5552024-08-06T07:33:47.256Z Downloaded path-slash v0.1.5
5562024-08-06T07:33:47.258Z Downloaded parse-display-derive v0.9.1
5572024-08-06T07:33:47.258Z Downloaded packed_struct v0.10.1
5582024-08-06T07:33:47.261Z Downloaded num-derive v0.4.2
5592024-08-06T07:33:47.264Z Downloaded strum_macros v0.25.3
5602024-08-06T07:33:47.266Z Downloaded parking_lot_core v0.9.10
5612024-08-06T07:33:47.269Z Downloaded thread_local v1.1.8
5622024-08-06T07:33:47.272Z Downloaded indexmap v1.9.3
5632024-08-06T07:33:47.275Z Downloaded cookie v0.17.0
5642024-08-06T07:33:47.278Z Downloaded precomputed-hash v0.1.1
5652024-08-06T07:33:47.278Z Downloaded rpassword v7.3.1
5662024-08-06T07:33:47.280Z Downloaded multer v3.1.0
5672024-08-06T07:33:47.283Z Downloaded mime_guess v2.0.4
5682024-08-06T07:33:47.286Z Downloaded serde-big-array v0.5.1
5692024-08-06T07:33:47.288Z Downloaded debug-ignore v1.0.5
5702024-08-06T07:33:47.288Z Downloaded cookie_store v0.20.0
5712024-08-06T07:33:47.292Z Downloaded tls_codec_derive v0.4.1
5722024-08-06T07:33:47.295Z Downloaded dyn-clone v1.0.17
5732024-08-06T07:33:47.297Z Downloaded strum v0.26.3
5742024-08-06T07:33:47.297Z Downloaded scheduled-thread-pool v0.2.7
5752024-08-06T07:33:47.297Z Downloaded untrusted v0.9.0
5762024-08-06T07:33:47.300Z Downloaded oso v0.27.3
5772024-08-06T07:33:47.314Z Downloaded untrusted v0.7.1
5782024-08-06T07:33:47.314Z Downloaded dirs-sys-next v0.1.2
5792024-08-06T07:33:47.314Z Downloaded parking_lot v0.11.2
5802024-08-06T07:33:47.314Z Downloaded slog-term v2.9.1
5812024-08-06T07:33:47.314Z Downloaded dirs-next v2.0.0
5822024-08-06T07:33:47.318Z Downloaded form_urlencoded v1.2.1
5832024-08-06T07:33:47.318Z Downloaded foreign-types-shared v0.1.1
5842024-08-06T07:33:47.318Z Downloaded vte_generate_state_changes v0.1.1
5852024-08-06T07:33:47.320Z Downloaded glob v0.3.1
5862024-08-06T07:33:47.320Z Downloaded home v0.5.9
5872024-08-06T07:33:47.323Z Downloaded base64 v0.22.1
5882024-08-06T07:33:47.326Z Downloaded zone_cfg_derive v0.1.2
5892024-08-06T07:33:47.329Z Downloaded hostname v0.4.0
5902024-08-06T07:33:47.332Z Downloaded backtrace v0.3.71
5912024-08-06T07:33:47.335Z Downloaded arc-swap v1.7.1
5922024-08-06T07:33:47.339Z Downloaded predicates-core v1.0.6
5932024-08-06T07:33:47.342Z Downloaded psl-types v2.0.11
5942024-08-06T07:33:47.345Z Downloaded strum_macros v0.26.4
5952024-08-06T07:33:47.347Z Downloaded omicron-zone-package v0.11.0
5962024-08-06T07:33:47.350Z Downloaded quick-error v1.2.3
5972024-08-06T07:33:47.350Z Downloaded predicates v3.1.2
5982024-08-06T07:33:47.353Z Downloaded pkg-config v0.3.30
5992024-08-06T07:33:47.356Z Downloaded crc-any v2.5.0
6002024-08-06T07:33:47.359Z Downloaded sigpipe v0.1.3
6012024-08-06T07:33:47.359Z Downloaded radium v0.7.0
6022024-08-06T07:33:47.362Z Downloaded wyz v0.5.1
6032024-08-06T07:33:47.365Z Downloaded crossbeam-utils v0.8.19
6042024-08-06T07:33:47.368Z Downloaded strum_macros v0.24.3
6052024-08-06T07:33:47.368Z Downloaded structmeta-derive v0.3.0
6062024-08-06T07:33:47.370Z Downloaded unicase v2.7.0
6072024-08-06T07:33:47.373Z Downloaded smf v0.2.3
6082024-08-06T07:33:47.373Z Downloaded socket2 v0.4.10
6092024-08-06T07:33:47.376Z Downloaded smawk v0.3.2
6102024-08-06T07:33:47.379Z Downloaded mockall_derive v0.12.1
6112024-08-06T07:33:47.379Z Downloaded num-traits v0.2.19
6122024-08-06T07:33:47.382Z Downloaded structmeta-derive v0.2.0
6132024-08-06T07:33:47.385Z Downloaded unicode-linebreak v0.1.5
6142024-08-06T07:33:47.385Z Downloaded tokio-native-tls v0.3.1
6152024-08-06T07:33:47.387Z Downloaded thiserror-no-std v2.0.2
6162024-08-06T07:33:47.393Z Downloaded tokio-macros v2.3.0
6172024-08-06T07:33:47.396Z Downloaded toolchain_find v0.4.0
6182024-08-06T07:33:47.396Z Downloaded filetime v0.2.23
6192024-08-06T07:33:47.399Z Downloaded clang-sys v1.7.0
6202024-08-06T07:33:47.401Z Downloaded chacha20poly1305 v0.10.1
6212024-08-06T07:33:47.405Z Downloaded ff v0.13.0
6222024-08-06T07:33:47.405Z Downloaded indicatif v0.17.8
6232024-08-06T07:33:47.408Z Downloaded hubpack_derive v0.1.1
6242024-08-06T07:33:47.411Z Downloaded float-ord v0.3.2
6252024-08-06T07:33:47.411Z Downloaded futures-task v0.3.30
6262024-08-06T07:33:47.415Z Downloaded futures-sink v0.3.30
6272024-08-06T07:33:47.415Z Downloaded rustversion v1.0.17
6282024-08-06T07:33:47.418Z Downloaded pin-utils v0.1.0
6292024-08-06T07:33:47.421Z Downloaded rand_core v0.6.4
6302024-08-06T07:33:47.421Z Downloaded rand_xorshift v0.3.0
6312024-08-06T07:33:47.424Z Downloaded rand_chacha v0.3.1
6322024-08-06T07:33:47.424Z Downloaded pretty-hex v0.2.1
6332024-08-06T07:33:47.427Z Downloaded phf_shared v0.10.0
6342024-08-06T07:33:47.427Z Downloaded hyper-tls v0.5.0
6352024-08-06T07:33:47.429Z Downloaded hyper-staticfile v0.9.5
6362024-08-06T07:33:47.429Z Downloaded scopeguard v1.2.0
6372024-08-06T07:33:47.433Z Downloaded signature v2.2.0
6382024-08-06T07:33:47.436Z Downloaded siphasher v0.3.11
6392024-08-06T07:33:47.436Z Downloaded termcolor v1.4.1
6402024-08-06T07:33:47.436Z Downloaded structmeta v0.2.0
6412024-08-06T07:33:47.439Z Downloaded strip-ansi-escapes v0.2.0
6422024-08-06T07:33:47.439Z Downloaded smallvec v1.13.2
6432024-08-06T07:33:47.441Z Downloaded schemars_derive v0.8.21
6442024-08-06T07:33:47.444Z Downloaded derive-where v1.2.7
6452024-08-06T07:33:47.447Z Downloaded tar v0.4.41
6462024-08-06T07:33:47.450Z Downloaded openssl-sys v0.9.103
6472024-08-06T07:33:47.453Z Downloaded erased-serde v0.3.31
6482024-08-06T07:33:47.463Z Downloaded difflib v0.4.0
6492024-08-06T07:33:47.466Z Downloaded stability v0.2.0
6502024-08-06T07:33:47.466Z Downloaded sqlparser_derive v0.2.2
6512024-08-06T07:33:47.469Z Downloaded ident_case v1.0.1
6522024-08-06T07:33:47.469Z Downloaded fxhash v0.2.1
6532024-08-06T07:33:47.472Z Downloaded peg-runtime v0.8.3
6542024-08-06T07:33:47.472Z Downloaded endian-type v0.1.2
6552024-08-06T07:33:47.472Z Downloaded either v1.12.0
6562024-08-06T07:33:47.475Z Downloaded deranged v0.3.11
6572024-08-06T07:33:47.475Z Downloaded zeroize_derive v1.4.2
6582024-08-06T07:33:47.475Z Downloaded futures-macro v0.3.30
6592024-08-06T07:33:47.479Z Downloaded futures-io v0.3.30
6602024-08-06T07:33:47.480Z Downloaded futures-executor v0.3.30
6612024-08-06T07:33:47.482Z Downloaded humantime v2.1.0
6622024-08-06T07:33:47.482Z Downloaded hyper-rustls v0.24.2
6632024-08-06T07:33:47.485Z Downloaded hubpack v0.1.2
6642024-08-06T07:33:47.486Z Downloaded float-cmp v0.9.0
6652024-08-06T07:33:47.491Z Downloaded embedded-io v0.4.0
6662024-08-06T07:33:47.491Z Downloaded sync_wrapper v0.1.2
6672024-08-06T07:33:47.495Z Downloaded tungstenite v0.21.0
6682024-08-06T07:33:47.495Z Downloaded spki v0.7.3
6692024-08-06T07:33:47.495Z Downloaded predicates-tree v1.0.9
6702024-08-06T07:33:47.498Z Downloaded waitgroup v0.1.2
6712024-08-06T07:33:47.498Z Downloaded take_mut v0.2.2
6722024-08-06T07:33:47.498Z Downloaded powerfmt v0.2.0
6732024-08-06T07:33:47.501Z Downloaded spin v0.5.2
6742024-08-06T07:33:47.501Z Downloaded rustc-demangle v0.1.24
6752024-08-06T07:33:47.503Z Downloaded rand_seeder v0.3.0
6762024-08-06T07:33:47.503Z Downloaded mio v0.8.11
6772024-08-06T07:33:47.508Z Downloaded minimal-lexical v0.2.1
6782024-08-06T07:33:47.513Z Downloaded futures-core v0.3.30
6792024-08-06T07:33:47.516Z Downloaded tempfile v3.10.1
6802024-08-06T07:33:47.518Z Downloaded vte v0.11.1
6812024-08-06T07:33:47.521Z Downloaded signal-hook-mio v0.2.3
6822024-08-06T07:33:47.521Z Downloaded tokio-rustls v0.24.1
6832024-08-06T07:33:47.524Z Downloaded tinyvec v1.6.0
6842024-08-06T07:33:47.527Z Downloaded pin-project-internal v1.1.5
6852024-08-06T07:33:47.529Z Downloaded tui-tree-widget v0.21.0
6862024-08-06T07:33:47.534Z Downloaded utf-8 v0.7.6
6872024-08-06T07:33:47.534Z Downloaded walkdir v2.5.0
6882024-08-06T07:33:47.536Z Downloaded crossbeam-channel v0.5.12
6892024-08-06T07:33:47.539Z Downloaded der_derive v0.7.2
6902024-08-06T07:33:47.539Z Downloaded const_format v0.2.32
6912024-08-06T07:33:47.544Z Downloaded derive_builder_macro v0.20.0
6922024-08-06T07:33:47.546Z Downloaded peg v0.8.4
6932024-08-06T07:33:47.552Z Downloaded httparse v1.8.0
6942024-08-06T07:33:47.552Z Downloaded percent-encoding v2.3.1
6952024-08-06T07:33:47.552Z Downloaded pem v3.0.4
6962024-08-06T07:33:47.556Z Downloaded phf v0.11.2
6972024-08-06T07:33:47.558Z Downloaded rusty-fork v0.3.0
6982024-08-06T07:33:47.558Z Downloaded url v2.5.2
6992024-08-06T07:33:47.562Z Downloaded tabwriter v1.4.0
7002024-08-06T07:33:47.565Z Downloaded serde_with_macros v3.8.3
7012024-08-06T07:33:47.565Z Downloaded serde_derive_internals v0.29.1
7022024-08-06T07:33:47.568Z Downloaded signal-hook-registry v1.4.2
7032024-08-06T07:33:47.568Z Downloaded unicode-bidi v0.3.15
7042024-08-06T07:33:47.571Z Downloaded ppv-lite86 v0.2.17
7052024-08-06T07:33:47.571Z Downloaded num-bigint v0.4.5
7062024-08-06T07:33:47.576Z Downloaded poly1305 v0.8.0
7072024-08-06T07:33:47.578Z Downloaded funty v2.0.0
7082024-08-06T07:33:47.581Z Downloaded foreign-types-macros v0.2.3
7092024-08-06T07:33:47.581Z Downloaded spin v0.9.8
7102024-08-06T07:33:47.584Z Downloaded zip v0.6.6
7112024-08-06T07:33:47.587Z Downloaded uzers v0.11.3
7122024-08-06T07:33:47.590Z Downloaded which v4.4.2
7132024-08-06T07:33:47.592Z Downloaded vsss-rs v3.3.4
7142024-08-06T07:33:47.595Z Downloaded termios v0.3.3
7152024-08-06T07:33:47.595Z Downloaded same-file v1.0.6
7162024-08-06T07:33:47.598Z Downloaded diesel_table_macro_syntax v0.1.0
7172024-08-06T07:33:47.598Z Downloaded ena v0.14.3
7182024-08-06T07:33:47.601Z Downloaded sqlformat v0.2.4
7192024-08-06T07:33:47.603Z Downloaded itertools v0.10.5
7202024-08-06T07:33:47.610Z Downloaded foreign-types v0.3.2
7212024-08-06T07:33:47.610Z Downloaded yasna v0.5.2
7222024-08-06T07:33:47.612Z Downloaded slog-json v2.6.1
7232024-08-06T07:33:47.612Z Downloaded peg-macros v0.8.4
7242024-08-06T07:33:47.615Z Downloaded foreign-types v0.5.0
7252024-08-06T07:33:47.615Z Downloaded tap v1.0.1
7262024-08-06T07:33:47.618Z Downloaded tiny-keccak v2.0.2
7272024-08-06T07:33:47.621Z Downloaded slog-stdlog v4.1.1
7282024-08-06T07:33:47.621Z Downloaded trust-dns-client v0.22.0
7292024-08-06T07:33:47.627Z Downloaded sha1 v0.10.6
7302024-08-06T07:33:47.631Z Downloaded smallvec v0.6.14
7312024-08-06T07:33:47.631Z Downloaded serde_yaml v0.9.34+deprecated
7322024-08-06T07:33:47.633Z Downloaded x509-cert v0.2.5
7332024-08-06T07:33:47.638Z Downloaded httpdate v1.0.3
7342024-08-06T07:33:47.641Z Downloaded structmeta v0.3.0
7352024-08-06T07:33:47.641Z Downloaded proc-macro-crate v1.3.1
7362024-08-06T07:33:47.644Z Downloaded pem-rfc7468 v0.7.0
7372024-08-06T07:33:47.644Z Downloaded zeroize v1.7.0
7382024-08-06T07:33:47.647Z Downloaded steno v0.4.1
7392024-08-06T07:33:47.650Z Downloaded slog-envlogger v2.2.0
7402024-08-06T07:33:47.652Z Downloaded rustc_version v0.1.7
7412024-08-06T07:33:47.652Z Downloaded subtle v2.5.0
7422024-08-06T07:33:47.655Z Downloaded whoami v1.5.1
7432024-08-06T07:33:47.655Z Downloaded diff v0.1.13
7442024-08-06T07:33:47.658Z Downloaded fallible-iterator v0.2.0
7452024-08-06T07:33:47.661Z Downloaded fastrand v2.1.0
7462024-08-06T07:33:47.661Z Downloaded supports-color v3.0.0
7472024-08-06T07:33:47.664Z Downloaded rustls-pemfile v1.0.4
7482024-08-06T07:33:47.666Z Downloaded tokio-postgres v0.7.11
7492024-08-06T07:33:47.669Z Downloaded unsafe-libyaml v0.2.11
7502024-08-06T07:33:47.672Z Downloaded pkcs1 v0.7.5
7512024-08-06T07:33:47.675Z Downloaded rustc_version v0.4.0
7522024-08-06T07:33:47.678Z Downloaded portpicker v0.1.1
7532024-08-06T07:33:47.678Z Downloaded uuid v1.10.0
7542024-08-06T07:33:47.680Z Downloaded publicsuffix v2.2.3
7552024-08-06T07:33:47.683Z Downloaded enum-as-inner v0.5.1
7562024-08-06T07:33:47.686Z Downloaded headers-core v0.2.0
7572024-08-06T07:33:47.686Z Downloaded time-core v0.1.2
7582024-08-06T07:33:47.686Z Downloaded highway v1.1.0
7592024-08-06T07:33:47.688Z Downloaded http-body v0.4.6
7602024-08-06T07:33:47.691Z Downloaded hash32 v0.3.1
7612024-08-06T07:33:47.691Z Downloaded sct v0.7.1
7622024-08-06T07:33:47.694Z Downloaded tower-service v0.3.2
7632024-08-06T07:33:47.696Z Downloaded rustfmt-wrapper v0.2.1
7642024-08-06T07:33:47.696Z Downloaded http-range v0.1.5
7652024-08-06T07:33:47.699Z Downloaded universal-hash v0.5.1
7662024-08-06T07:33:47.699Z Downloaded time-macros v0.2.18
7672024-08-06T07:33:47.702Z Downloaded typed-path v0.7.1
7682024-08-06T07:33:47.705Z Downloaded futures-channel v0.3.30
7692024-08-06T07:33:47.708Z Downloaded postgres-types v0.2.7
7702024-08-06T07:33:47.711Z Downloaded half v2.4.1
7712024-08-06T07:33:47.714Z Downloaded tracing-attributes v0.1.27
7722024-08-06T07:33:47.716Z Downloaded elliptic-curve v0.13.8
7732024-08-06T07:33:47.719Z Downloaded num-bigint-dig v0.8.4
7742024-08-06T07:33:47.723Z Downloaded serde_repr v0.1.19
7752024-08-06T07:33:47.726Z Downloaded env_logger v0.9.3
7762024-08-06T07:33:47.729Z Downloaded snafu-derive v0.8.2
7772024-08-06T07:33:47.729Z Downloaded gethostname v0.5.0
7782024-08-06T07:33:47.731Z Downloaded thiserror-impl-no-std v2.0.2
7792024-08-06T07:33:47.732Z Downloaded rustc-hash v1.1.0
7802024-08-06T07:33:47.734Z Downloaded unicode-truncate v1.0.0
7812024-08-06T07:33:47.734Z Downloaded nom v7.1.3
7822024-08-06T07:33:47.738Z Downloaded serde_plain v1.0.2
7832024-08-06T07:33:47.741Z Downloaded slog-async v2.8.0
7842024-08-06T07:33:47.744Z Downloaded rand v0.8.5
7852024-08-06T07:33:47.747Z Downloaded rsa v0.9.6
7862024-08-06T07:33:47.750Z Downloaded serde_urlencoded v0.7.1
7872024-08-06T07:33:47.752Z Downloaded futures v0.3.30
7882024-08-06T07:33:47.756Z Downloaded unicode-xid v0.2.4
7892024-08-06T07:33:47.759Z Downloaded shlex v1.3.0
7902024-08-06T07:33:47.759Z Downloaded getopts v0.2.21
7912024-08-06T07:33:47.761Z Downloaded rtoolbox v0.0.2
7922024-08-06T07:33:47.761Z Downloaded zerocopy v0.6.6
7932024-08-06T07:33:47.764Z Downloaded aho-corasick v1.1.3
7942024-08-06T07:33:47.769Z Downloaded env_logger v0.10.2
7952024-08-06T07:33:47.771Z Downloaded serde_with v3.8.3
7962024-08-06T07:33:47.779Z Downloaded ref-cast-impl v1.0.23
7972024-08-06T07:33:47.782Z Downloaded hex v0.4.3
7982024-08-06T07:33:47.782Z Downloaded ref-cast v1.0.23
7992024-08-06T07:33:47.785Z Downloaded serde_path_to_error v0.1.16
8002024-08-06T07:33:47.788Z Downloaded samael v0.0.15
8012024-08-06T07:33:47.791Z Downloaded getrandom v0.2.14
8022024-08-06T07:33:47.795Z Downloaded toml_edit v0.19.15
8032024-08-06T07:33:47.809Z Downloaded schemars v0.8.21
8042024-08-06T07:33:47.821Z Downloaded iana-time-zone v0.1.60
8052024-08-06T07:33:47.823Z Downloaded tokio-rustls v0.25.0
8062024-08-06T07:33:47.827Z Downloaded prettyplease v0.2.20
8072024-08-06T07:33:47.830Z Downloaded diesel_derives v2.1.4
8082024-08-06T07:33:47.833Z Downloaded tracing-core v0.1.32
8092024-08-06T07:33:47.835Z Downloaded subprocess v0.2.9
8102024-08-06T07:33:47.838Z Downloaded tokio-tungstenite v0.21.0
8112024-08-06T07:33:47.840Z Downloaded rcgen v0.12.1
8122024-08-06T07:33:47.843Z Downloaded tokio-util v0.7.11
8132024-08-06T07:33:47.849Z Downloaded textwrap v0.16.1
8142024-08-06T07:33:47.851Z Downloaded socket2 v0.5.7
8152024-08-06T07:33:47.854Z Downloaded pin-project v1.1.5
8162024-08-06T07:33:47.864Z Downloaded trust-dns-server v0.22.1
8172024-08-06T07:33:47.869Z Downloaded http v0.2.12
8182024-08-06T07:33:47.872Z Downloaded signal-hook v0.3.17
8192024-08-06T07:33:47.875Z Downloaded test-strategy v0.3.1
8202024-08-06T07:33:47.879Z Downloaded fatfs v0.3.6
8212024-08-06T07:33:47.882Z Downloaded ron v0.7.1
8222024-08-06T07:33:47.887Z Downloaded unicode-segmentation v1.11.0
8232024-08-06T07:33:47.890Z Downloaded snafu v0.8.2
8242024-08-06T07:33:47.895Z Downloaded rayon-core v1.12.1
8252024-08-06T07:33:47.899Z Downloaded ron v0.8.1
8262024-08-06T07:33:47.906Z Downloaded unicode_categories v0.1.1
8272024-08-06T07:33:47.908Z Downloaded tough v0.17.1
8282024-08-06T07:33:47.915Z Downloaded derive_more v0.99.18
8292024-08-06T07:33:47.920Z Downloaded flume v0.11.0
8302024-08-06T07:33:47.924Z Downloaded heapless v0.7.17
8312024-08-06T07:33:47.927Z Downloaded sqlparser v0.45.0
8322024-08-06T07:33:47.931Z Downloaded tungstenite v0.20.1
8332024-08-06T07:33:47.935Z Downloaded itertools v0.13.0
8342024-08-06T07:33:47.943Z Downloaded itertools v0.12.1
8352024-08-06T07:33:47.949Z Downloaded tracing v0.1.40
8362024-08-06T07:33:47.952Z Downloaded trust-dns-resolver v0.22.0
8372024-08-06T07:33:47.957Z Downloaded quick-xml v0.31.0
8382024-08-06T07:33:47.962Z Downloaded http v1.1.0
8392024-08-06T07:33:47.966Z Downloaded postcard v1.0.8
8402024-08-06T07:33:47.969Z Downloaded regex-automata v0.1.10
8412024-08-06T07:33:47.975Z Downloaded bindgen v0.69.4
8422024-08-06T07:33:47.981Z Downloaded rustyline v14.0.0
8432024-08-06T07:33:47.988Z Downloaded chrono v0.4.38
8442024-08-06T07:33:47.993Z Downloaded expectorate v1.1.0
8452024-08-06T07:33:47.996Z Downloaded hashbrown v0.12.3
8462024-08-06T07:33:47.999Z Downloaded blake3 v1.5.1
8472024-08-06T07:33:48.007Z Downloaded headers v0.3.9
8482024-08-06T07:33:48.013Z Downloaded reqwest v0.11.27
8492024-08-06T07:33:48.019Z Downloaded hashbrown v0.13.2
8502024-08-06T07:33:48.022Z Downloaded lalrpop v0.19.12
8512024-08-06T07:33:48.034Z Downloaded bitvec v1.0.1
8522024-08-06T07:33:48.050Z Downloaded winnow v0.5.40
8532024-08-06T07:33:48.056Z Downloaded flate2 v1.0.31
8542024-08-06T07:33:48.062Z Downloaded reedline v0.31.0
8552024-08-06T07:33:48.069Z Downloaded unicode-normalization v0.1.23
8562024-08-06T07:33:48.078Z Downloaded rustls-webpki v0.102.4
8572024-08-06T07:33:48.093Z Downloaded time v0.3.36
8582024-08-06T07:33:48.098Z Downloaded rustls-webpki v0.101.7
8592024-08-06T07:33:48.110Z Downloaded portable-atomic v1.6.0
8602024-08-06T07:33:48.117Z Downloaded idna v0.2.3
8612024-08-06T07:33:48.122Z Downloaded gimli v0.28.1
8622024-08-06T07:33:48.129Z Downloaded openssl v0.10.66
8632024-08-06T07:33:48.138Z Downloaded smoltcp v0.9.1
8642024-08-06T07:33:48.151Z Downloaded rayon v1.10.0
8652024-08-06T07:33:48.158Z Downloaded idna v0.5.0
8662024-08-06T07:33:48.165Z Downloaded proptest v1.4.0
8672024-08-06T07:33:48.174Z Downloaded nix v0.28.0
8682024-08-06T07:33:48.185Z Downloaded webpki-roots v0.25.4
8692024-08-06T07:33:48.189Z Downloaded rustls v0.21.12
8702024-08-06T07:33:48.202Z Downloaded bstr v1.9.1
8712024-08-06T07:33:48.211Z Downloaded curve25519-dalek v4.1.3
8722024-08-06T07:33:48.223Z Downloaded regex v1.10.6
8732024-08-06T07:33:48.233Z Downloaded diesel v2.1.6
8742024-08-06T07:33:48.252Z Downloaded trust-dns-proto v0.22.0
8752024-08-06T07:33:48.264Z Downloaded rustls v0.22.4
8762024-08-06T07:33:48.278Z Downloaded polar-core v0.27.3
8772024-08-06T07:33:48.287Z Downloaded smoltcp v0.11.0
8782024-08-06T07:33:48.299Z Downloaded openapiv3 v2.0.0
8792024-08-06T07:33:48.312Z Downloaded regex-syntax v0.6.29
8802024-08-06T07:33:48.322Z Downloaded regress v0.9.1
8812024-08-06T07:33:48.328Z Downloaded sled v0.34.7
8822024-08-06T07:33:48.339Z Downloaded regex-syntax v0.8.3
8832024-08-06T07:33:48.347Z Downloaded vcpkg v0.2.15
8842024-08-06T07:33:48.386Z Downloaded ratatui v0.27.0
8852024-08-06T07:33:48.405Z Downloaded zerocopy-derive v0.6.6
8862024-08-06T07:33:48.414Z Downloaded regex-automata v0.4.6
8872024-08-06T07:33:48.432Z Downloaded finl_unicode v1.2.0
8882024-08-06T07:33:48.445Z Downloaded petgraph v0.6.5
8892024-08-06T07:33:48.463Z Downloaded tokio v1.38.1
8902024-08-06T07:33:48.501Z Downloaded csv v1.3.0
8912024-08-06T07:33:48.521Z Downloaded sha3 v0.10.8
8922024-08-06T07:33:48.525Z Downloaded bzip2-sys v0.1.11+1.0.8
8932024-08-06T07:33:48.538Z Downloaded bstr v0.2.17
8942024-08-06T07:33:48.547Z Downloaded idna v0.3.0
8952024-08-06T07:33:48.554Z Downloaded h2 v0.3.26
8962024-08-06T07:33:48.561Z Downloaded radix_trie v0.2.1
8972024-08-06T07:33:48.566Z Downloaded object v0.32.2
8982024-08-06T07:33:48.576Z Downloaded nix v0.27.1
8992024-08-06T07:33:48.588Z Downloaded encoding_rs v0.8.34
9002024-08-06T07:33:48.609Z Downloaded hkdf v0.12.4
9012024-08-06T07:33:48.613Z Downloaded hyper v0.14.30
9022024-08-06T07:33:48.619Z Downloaded object v0.30.4
9032024-08-06T07:33:48.629Z Downloaded futures-util v0.3.30
9042024-08-06T07:33:48.644Z Downloaded postgres-protocol v0.6.7
9052024-08-06T07:33:48.649Z Downloaded derive_builder v0.20.0
9062024-08-06T07:33:48.650Z Downloaded derive_builder_core v0.20.0
9072024-08-06T07:33:48.652Z Downloaded slog v2.7.0
9082024-08-06T07:33:48.652Z Downloaded libxml v0.3.3
9092024-08-06T07:33:48.658Z Downloaded libm v0.2.8
9102024-08-06T07:33:48.667Z Downloaded heapless v0.8.0
9112024-08-06T07:33:48.670Z Downloaded stringprep v0.1.4
9122024-08-06T07:33:48.670Z Downloaded toml v0.7.8
9132024-08-06T07:33:48.674Z Downloaded similar v2.5.0
9142024-08-06T07:33:48.677Z Downloaded slog-scope v4.4.0
9152024-08-06T07:33:48.681Z Downloaded static_assertions v1.1.0
9162024-08-06T07:33:48.682Z Downloaded tokio-tungstenite v0.20.1
9172024-08-06T07:33:48.685Z Downloaded tokio-stream v0.1.15
9182024-08-06T07:33:48.689Z Downloaded term v0.7.0
9192024-08-06T07:33:48.692Z Downloaded crossterm v0.27.0
9202024-08-06T07:33:48.695Z Downloaded phf_shared v0.11.2
9212024-08-06T07:33:48.698Z Downloaded hash32 v0.2.1
9222024-08-06T07:33:48.698Z Downloaded topological-sort v0.2.2
9232024-08-06T07:33:48.698Z Downloaded pin-project-lite v0.2.14
9242024-08-06T07:33:48.705Z Downloaded hmac v0.12.1
9252024-08-06T07:33:48.707Z Downloaded try-lock v0.2.5
9262024-08-06T07:33:48.707Z Downloaded crypto-bigint v0.5.5
9272024-08-06T07:33:48.713Z Downloaded cc v1.0.97
9282024-08-06T07:33:48.716Z Downloaded slog-bunyan v2.5.0
9292024-08-06T07:33:48.720Z Downloaded base64 v0.21.7
9302024-08-06T07:33:48.723Z Downloaded semver v0.1.20
9312024-08-06T07:33:48.723Z Downloaded der v0.7.9
9322024-08-06T07:33:48.727Z Downloaded toml v0.5.11
9332024-08-06T07:33:48.730Z Downloaded rustls-pki-types v1.7.0
9342024-08-06T07:33:48.732Z Downloaded rustls-pemfile v2.1.3
9352024-08-06T07:33:48.735Z Downloaded heck v0.3.3
9362024-08-06T07:33:48.735Z Downloaded pkcs8 v0.10.2
9372024-08-06T07:33:48.738Z Downloaded flagset v0.4.5
9382024-08-06T07:33:48.740Z Downloaded fd-lock v4.0.2
9392024-08-06T07:33:48.741Z Downloaded zone v0.1.8
9402024-08-06T07:33:48.743Z Downloaded wait-timeout v0.2.0
9412024-08-06T07:33:48.743Z Downloaded globset v0.4.14
9422024-08-06T07:33:48.746Z Downloaded parking_lot_core v0.8.6
9432024-08-06T07:33:48.748Z Downloaded stable_deref_trait v1.2.0
9442024-08-06T07:33:48.748Z Downloaded serde_arrays v0.1.0
9452024-08-06T07:33:48.748Z Downloaded serde-hex v0.1.0
9462024-08-06T07:33:48.751Z Downloaded secrecy v0.8.0
9472024-08-06T07:33:48.751Z Downloaded sec1 v0.7.3
9482024-08-06T07:33:48.754Z Downloaded resolv-conf v0.7.0
9492024-08-06T07:33:48.754Z Downloaded r2d2 v0.8.10
9502024-08-06T07:33:48.756Z Downloaded ring v0.17.8
9512024-08-06T07:33:48.825Z Downloaded miniz_oxide v0.7.2
9522024-08-06T07:33:48.829Z Downloaded crossbeam-epoch v0.9.18
9532024-08-06T07:33:48.831Z Downloaded hostname v0.3.1
9542024-08-06T07:33:48.831Z Downloaded group v0.13.0
9552024-08-06T07:33:48.834Z Downloaded fragile v2.0.0
9562024-08-06T07:33:48.834Z Downloaded fixedbitset v0.4.2
9572024-08-06T07:33:48.837Z Downloaded password-hash v0.5.0
9582024-08-06T07:33:48.837Z Downloaded paste v1.0.15
9592024-08-06T07:33:48.840Z Downloaded parking_lot v0.12.2
9602024-08-06T07:33:48.843Z Downloaded darling_core v0.20.9
9612024-08-06T07:33:48.846Z Downloaded base64 v0.13.1
9622024-08-06T07:33:48.848Z Downloaded allocator-api2 v0.2.18
9632024-08-06T07:33:48.851Z Downloaded string_cache v0.8.7
9642024-08-06T07:33:48.854Z Downloaded bytes v1.7.1
9652024-08-06T07:33:48.857Z Downloaded compact_str v0.7.1
9662024-08-06T07:33:48.860Z Downloaded xattr v1.3.1
9672024-08-06T07:33:48.862Z Downloaded tls_codec v0.4.1
9682024-08-06T07:33:48.865Z Downloaded darling v0.20.9
9692024-08-06T07:33:48.868Z Downloaded console v0.15.8
9702024-08-06T07:33:48.871Z Downloaded ciborium v0.2.2
9712024-08-06T07:33:48.873Z Downloaded camino-tempfile v1.1.1
9722024-08-06T07:33:48.873Z Downloaded const-oid v0.9.6
9732024-08-06T07:33:48.876Z Downloaded nu-ansi-term v0.50.0
9742024-08-06T07:33:48.879Z Downloaded native-tls v0.2.11
9752024-08-06T07:33:48.882Z Downloaded bit-vec v0.6.3
9762024-08-06T07:33:48.882Z Downloaded mockall v0.12.1
9772024-08-06T07:33:48.882Z Downloaded num-rational v0.4.2
9782024-08-06T07:33:48.886Z Downloaded memmap2 v0.9.4
9792024-08-06T07:33:48.886Z Downloaded ipnet v2.9.0
9802024-08-06T07:33:48.889Z Downloaded backoff v0.4.0
9812024-08-06T07:33:48.889Z Downloaded bzip2 v0.4.4
9822024-08-06T07:33:48.892Z Downloaded memoffset v0.9.1
9832024-08-06T07:33:48.892Z Downloaded lock_api v0.4.12
9842024-08-06T07:33:48.894Z Downloaded colored v2.1.0
9852024-08-06T07:33:48.894Z Downloaded inout v0.1.3
9862024-08-06T07:33:48.898Z Downloaded packed_struct_codegen v0.10.1
9872024-08-06T07:33:48.898Z Downloaded num_cpus v1.16.0
9882024-08-06T07:33:48.901Z Downloaded maybe-uninit v2.0.0
9892024-08-06T07:33:48.901Z Downloaded linked-hash-map v0.5.6
9902024-08-06T07:33:48.901Z Downloaded ring v0.16.20
9912024-08-06T07:33:48.982Z Downloaded lazy_static v1.5.0
9922024-08-06T07:33:48.986Z Downloaded csv-core v0.1.11
9932024-08-06T07:33:48.986Z Downloaded arrayvec v0.7.4
9942024-08-06T07:33:48.989Z Downloaded ipnetwork v0.20.0
9952024-08-06T07:33:48.989Z Downloaded lru v0.12.3
9962024-08-06T07:33:48.989Z Downloaded keccak v0.1.5
9972024-08-06T07:33:48.992Z Downloaded cexpr v0.6.0
9982024-08-06T07:33:48.992Z Downloaded crc32fast v1.4.0
9992024-08-06T07:33:48.994Z Downloaded linear-map v1.2.0
10002024-08-06T07:33:48.994Z Downloaded bitfield-struct v0.6.1
10012024-08-06T07:33:48.997Z Downloaded async-recursion v1.1.1
10022024-08-06T07:33:49.000Z Downloaded ascii-canvas v3.0.0
10032024-08-06T07:33:49.000Z Downloaded crucible-workspace-hack v0.1.0
10042024-08-06T07:33:49.000Z Downloaded ascii v1.1.0
10052024-08-06T07:33:49.003Z Downloaded base64ct v1.6.0
10062024-08-06T07:33:49.005Z Downloaded async-trait v0.1.81
10072024-08-06T07:33:49.022Z Downloaded bb8 v0.8.5
10082024-08-06T07:33:49.022Z Downloaded array-init v0.0.4
10092024-08-06T07:33:49.022Z Downloaded is_ci v1.2.0
10102024-08-06T07:33:49.042Z Downloaded curve25519-dalek-derive v0.1.1
10112024-08-06T07:33:49.042Z Downloaded convert_case v0.4.0
10122024-08-06T07:33:49.042Z Downloaded cobs v0.2.3
10132024-08-06T07:33:49.042Z Downloaded chacha20 v0.9.1
10142024-08-06T07:33:49.042Z Downloaded const_format_proc_macros v0.2.32
10152024-08-06T07:33:49.042Z Downloaded castaway v0.2.2
10162024-08-06T07:33:49.042Z Downloaded bitfield v0.14.0
10172024-08-06T07:33:49.104Z Compiling cfg-if v1.0.0
10182024-08-06T07:33:49.104Z Compiling serde v1.0.204
10192024-08-06T07:33:49.115Z Compiling lock_api v0.4.12
10202024-08-06T07:33:49.115Z Compiling scopeguard v1.2.0
10212024-08-06T07:33:49.116Z Compiling log v0.4.21
10222024-08-06T07:33:49.253Z Compiling syn v2.0.72
10232024-08-06T07:33:49.256Z Compiling cc v1.0.97
10242024-08-06T07:33:49.267Z Compiling parking_lot_core v0.9.10
10252024-08-06T07:33:49.321Z Compiling getrandom v0.2.14
10262024-08-06T07:33:49.359Z Compiling smallvec v1.13.2
10272024-08-06T07:33:49.671Z Compiling rand_core v0.6.4
10282024-08-06T07:33:49.731Z Compiling typenum v1.17.0
10292024-08-06T07:33:49.795Z Compiling generic-array v0.14.7
10302024-08-06T07:33:49.830Z Compiling pin-project-lite v0.2.14
10312024-08-06T07:33:49.954Z Compiling signal-hook-registry v1.4.2
10322024-08-06T07:33:50.158Z Compiling parking_lot v0.12.2
10332024-08-06T07:33:50.181Z Compiling spin v0.9.8
10342024-08-06T07:33:50.202Z Compiling mio v0.8.11
10352024-08-06T07:33:50.420Z Compiling libm v0.2.8
10362024-08-06T07:33:50.564Z Compiling serde_json v1.0.122
10372024-08-06T07:33:50.759Z Compiling num-traits v0.2.19
10382024-08-06T07:33:50.814Z Compiling ahash v0.8.11
10392024-08-06T07:33:51.049Z Compiling tinyvec_macros v0.1.1
10402024-08-06T07:33:51.141Z Compiling futures-core v0.3.30
10412024-08-06T07:33:51.178Z Compiling tinyvec v1.6.0
10422024-08-06T07:33:51.378Z Compiling num_cpus v1.16.0
10432024-08-06T07:33:51.416Z Compiling socket2 v0.5.7
10442024-08-06T07:33:51.555Z Compiling subtle v2.5.0
10452024-08-06T07:33:51.631Z Compiling const-oid v0.9.6
10462024-08-06T07:33:51.929Z Compiling slab v0.4.9
10472024-08-06T07:33:52.259Z Compiling unicode-bidi v0.3.15
10482024-08-06T07:33:52.612Z Compiling futures-sink v0.3.30
10492024-08-06T07:33:52.763Z Compiling unicode-normalization v0.1.23
10502024-08-06T07:33:52.781Z Compiling allocator-api2 v0.2.18
10512024-08-06T07:33:53.004Z Compiling futures-channel v0.3.30
10522024-08-06T07:33:53.269Z Compiling pkg-config v0.3.30
10532024-08-06T07:33:53.455Z Compiling vcpkg v0.2.15
10542024-08-06T07:33:53.646Z Compiling pin-utils v0.1.0
10552024-08-06T07:33:53.674Z Compiling futures-io v0.3.30
10562024-08-06T07:33:53.741Z Compiling futures-task v0.3.30
10572024-08-06T07:33:53.869Z Compiling ring v0.17.8
10582024-08-06T07:33:53.913Z Compiling ppv-lite86 v0.2.17
10592024-08-06T07:33:54.008Z Compiling percent-encoding v2.3.1
10602024-08-06T07:33:54.038Z Compiling tracing-core v0.1.32
10612024-08-06T07:33:54.370Z Compiling syn v1.0.109
10622024-08-06T07:33:54.618Z Compiling rustix v0.38.34
10632024-08-06T07:33:54.729Z Compiling rand_chacha v0.3.1
10642024-08-06T07:33:54.883Z Compiling num-conv v0.1.0
10652024-08-06T07:33:55.102Z Compiling time-core v0.1.2
10662024-08-06T07:33:55.163Z Compiling powerfmt v0.2.0
10672024-08-06T07:33:55.272Z Compiling untrusted v0.9.0
10682024-08-06T07:33:55.441Z Compiling deranged v0.3.11
10692024-08-06T07:33:55.473Z Compiling time-macros v0.2.18
10702024-08-06T07:33:55.537Z Compiling rand v0.8.5
10712024-08-06T07:33:55.633Z Compiling rustversion v1.0.17
10722024-08-06T07:33:55.675Z Compiling openssl-sys v0.9.103
10732024-08-06T07:33:56.429Z Compiling openssl v0.10.66
10742024-08-06T07:33:56.892Z Compiling num_threads v0.1.7
10752024-08-06T07:33:56.912Z Compiling base64ct v1.6.0
10762024-08-06T07:33:57.015Z Compiling foreign-types-shared v0.1.1
10772024-08-06T07:33:57.031Z Compiling iana-time-zone v0.1.60
10782024-08-06T07:33:57.121Z Compiling httparse v1.8.0
10792024-08-06T07:33:57.388Z Compiling pem-rfc7468 v0.7.0
10802024-08-06T07:33:57.464Z Compiling foreign-types v0.3.2
10812024-08-06T07:33:57.631Z Compiling form_urlencoded v1.2.1
10822024-08-06T07:33:57.649Z Compiling rustls v0.21.12
10832024-08-06T07:33:57.930Z Compiling crossbeam-utils v0.8.19
10842024-08-06T07:33:57.953Z Compiling flagset v0.4.5
10852024-08-06T07:33:58.131Z Compiling try-lock v0.2.5
10862024-08-06T07:33:58.156Z Compiling siphasher v0.3.11
10872024-08-06T07:33:58.279Z Compiling native-tls v0.2.11
10882024-08-06T07:33:58.516Z Compiling want v0.3.1
10892024-08-06T07:33:58.783Z Compiling serde_derive_internals v0.29.1
10902024-08-06T07:33:58.804Z Compiling time v0.3.36
10912024-08-06T07:33:58.831Z Compiling idna v0.5.0
10922024-08-06T07:33:59.337Z Compiling lazy_static v1.5.0
10932024-08-06T07:33:59.451Z Compiling cookie v0.17.0
10942024-08-06T07:33:59.757Z Compiling aho-corasick v1.1.3
10952024-08-06T07:34:00.043Z Compiling schemars v0.8.21
10962024-08-06T07:34:00.410Z Compiling rustls-webpki v0.101.7
10972024-08-06T07:34:00.477Z Compiling sct v0.7.1
10982024-08-06T07:34:00.791Z Compiling signal-hook v0.3.17
10992024-08-06T07:34:01.125Z Compiling finl_unicode v1.2.0
11002024-08-06T07:34:01.590Z Compiling tower-service v0.3.2
11012024-08-06T07:34:01.718Z Compiling httpdate v1.0.3
11022024-08-06T07:34:01.738Z Compiling regex-syntax v0.8.3
11032024-08-06T07:34:02.012Z Compiling adler v1.0.2
11042024-08-06T07:34:02.192Z Compiling openssl-probe v0.1.5
11052024-08-06T07:34:02.232Z Compiling cpufeatures v0.2.12
11062024-08-06T07:34:02.333Z Compiling slog v2.7.0
11072024-08-06T07:34:02.368Z Compiling miniz_oxide v0.7.2
11082024-08-06T07:34:02.527Z Compiling stringprep v0.1.4
11092024-08-06T07:34:03.858Z Compiling url v2.5.2
11102024-08-06T07:34:04.000Z Compiling serde_derive v1.0.204
11112024-08-06T07:34:04.196Z Compiling zeroize_derive v1.4.2
11122024-08-06T07:34:05.160Z Compiling zerocopy-derive v0.7.34
11132024-08-06T07:34:05.318Z Compiling tokio-macros v2.3.0
11142024-08-06T07:34:05.793Z Compiling thiserror-impl v1.0.63
11152024-08-06T07:34:05.864Z Compiling zeroize v1.7.0
11162024-08-06T07:34:07.000Z Compiling futures-macro v0.3.30
11172024-08-06T07:34:07.503Z Compiling zerocopy v0.7.34
11182024-08-06T07:34:07.756Z Compiling crypto-common v0.1.6
11192024-08-06T07:34:07.995Z Compiling block-buffer v0.10.4
11202024-08-06T07:34:08.273Z Compiling digest v0.10.7
11212024-08-06T07:34:08.342Z Compiling tracing-attributes v0.1.27
11222024-08-06T07:34:08.771Z Compiling scroll_derive v0.12.0
11232024-08-06T07:34:09.187Z Compiling futures-util v0.3.30
11242024-08-06T07:34:09.206Z Compiling thiserror v1.0.63
11252024-08-06T07:34:09.338Z Compiling pest v2.7.10
11262024-08-06T07:34:09.716Z Compiling hashbrown v0.14.5
11272024-08-06T07:34:10.252Z Compiling scroll v0.12.0
11282024-08-06T07:34:10.833Z Compiling goblin v0.8.2
11292024-08-06T07:34:11.206Z Compiling hmac v0.12.1
11302024-08-06T07:34:11.466Z Compiling openssl-macros v0.1.1
11312024-08-06T07:34:11.841Z Compiling der_derive v0.7.2
11322024-08-06T07:34:11.906Z Compiling pest_meta v2.7.10
11332024-08-06T07:34:12.186Z Compiling tracing v0.1.40
11342024-08-06T07:34:12.215Z Compiling sha2 v0.10.8
11352024-08-06T07:34:12.428Z Compiling md-5 v0.10.6
11362024-08-06T07:34:12.692Z Compiling regex-automata v0.4.6
11372024-08-06T07:34:12.729Z Compiling schemars_derive v0.8.21
11382024-08-06T07:34:14.382Z Compiling pest_generator v2.7.10
11392024-08-06T07:34:15.439Z Compiling der v0.7.9
11402024-08-06T07:34:15.842Z Compiling num-integer v0.1.46
11412024-08-06T07:34:16.169Z Compiling idna v0.3.0
11422024-08-06T07:34:16.409Z Compiling backtrace v0.3.71
11432024-08-06T07:34:16.679Z Compiling hash32 v0.2.1
11442024-08-06T07:34:16.875Z Compiling stable_deref_trait v1.2.0
11452024-08-06T07:34:16.964Z Compiling pest_derive v2.7.10
11462024-08-06T07:34:16.980Z Compiling base64 v0.22.1
11472024-08-06T07:34:17.041Z Compiling dyn-clone v1.0.17
11482024-08-06T07:34:17.256Z Compiling crc32fast v1.4.0
11492024-08-06T07:34:17.727Z Compiling spki v0.7.3
11502024-08-06T07:34:17.768Z Compiling dtrace-parser v0.2.0
11512024-08-06T07:34:17.787Z Compiling fallible-iterator v0.2.0
11522024-08-06T07:34:17.789Z Compiling gimli v0.28.1
11532024-08-06T07:34:18.102Z Compiling psl-types v2.0.11
11542024-08-06T07:34:18.300Z Compiling smoltcp v0.9.1
11552024-08-06T07:34:18.511Z Compiling bytes v1.7.1
11562024-08-06T07:34:18.745Z Compiling bitflags v2.6.0
11572024-08-06T07:34:19.072Z Compiling indexmap v2.3.0
11582024-08-06T07:34:19.193Z Compiling semver v1.0.23
11592024-08-06T07:34:19.766Z Compiling tokio v1.38.1
11602024-08-06T07:34:19.947Z Compiling http v0.2.12
11612024-08-06T07:34:19.988Z Compiling uuid v1.10.0
11622024-08-06T07:34:20.560Z Compiling rustc_version v0.4.0
11632024-08-06T07:34:21.368Z Compiling chrono v0.4.38
11642024-08-06T07:34:21.474Z Compiling heapless v0.7.17
11652024-08-06T07:34:21.912Z Compiling http-body v0.4.6
11662024-08-06T07:34:22.069Z Compiling dof v0.3.0
11672024-08-06T07:34:22.582Z Compiling serde_tokenstream v0.2.1
11682024-08-06T07:34:22.841Z Compiling usdt-impl v0.5.0
11692024-08-06T07:34:23.141Z Compiling serde_spanned v0.6.7
11702024-08-06T07:34:23.379Z Compiling toml_datetime v0.6.8
11712024-08-06T07:34:23.900Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11722024-08-06T07:34:24.375Z Compiling terminal_size v0.3.0
11732024-08-06T07:34:24.567Z Compiling addr2line v0.21.0
11742024-08-06T07:34:24.789Z Compiling postgres-protocol v0.6.7
11752024-08-06T07:34:25.184Z Compiling publicsuffix v2.2.3
11762024-08-06T07:34:25.236Z Compiling pkcs8 v0.10.2
11772024-08-06T07:34:25.543Z Compiling hubpack_derive v0.1.1
11782024-08-06T07:34:25.661Z Compiling block-padding v0.3.3
11792024-08-06T07:34:25.827Z Compiling async-trait v0.1.81
11802024-08-06T07:34:25.907Z Compiling zerocopy-derive v0.6.6
11812024-08-06T07:34:27.050Z Compiling phf_shared v0.11.2
11822024-08-06T07:34:27.108Z Compiling diesel_table_macro_syntax v0.1.0
11832024-08-06T07:34:27.362Z Compiling ff v0.13.0
11842024-08-06T07:34:27.445Z Compiling scheduled-thread-pool v0.2.7
11852024-08-06T07:34:27.509Z Compiling fs-err v2.11.0
11862024-08-06T07:34:27.585Z Compiling object v0.32.2
11872024-08-06T07:34:27.809Z Compiling matches v0.1.10
11882024-08-06T07:34:27.903Z Compiling either v1.12.0
11892024-08-06T07:34:28.058Z Compiling tokio-util v0.7.11
11902024-08-06T07:34:28.076Z Compiling tokio-rustls v0.24.1
11912024-08-06T07:34:28.146Z Compiling rustc-demangle v0.1.24
11922024-08-06T07:34:28.308Z Compiling winnow v0.5.40
11932024-08-06T07:34:28.455Z Compiling bitflags v1.3.2
11942024-08-06T07:34:28.691Z Compiling bit-vec v0.6.3
11952024-08-06T07:34:29.143Z Compiling h2 v0.3.26
11962024-08-06T07:34:29.143Z Compiling tokio-native-tls v0.3.1
11972024-08-06T07:34:29.184Z Compiling managed v0.8.0
11982024-08-06T07:34:29.418Z Compiling regex-automata v0.1.10
11992024-08-06T07:34:29.422Z Compiling base64 v0.21.7
12002024-08-06T07:34:29.616Z Compiling anyhow v1.0.86
12012024-08-06T07:34:29.931Z Compiling base16ct v0.2.0
12022024-08-06T07:34:30.168Z Compiling ipnet v2.9.0
12032024-08-06T07:34:30.248Z Compiling sec1 v0.7.3
12042024-08-06T07:34:30.406Z Compiling rustls-pemfile v1.0.4
12052024-08-06T07:34:30.858Z Compiling bstr v0.2.17
12062024-08-06T07:34:30.872Z Compiling clap_builder v4.5.13
12072024-08-06T07:34:31.439Z Compiling zerocopy v0.6.6
12082024-08-06T07:34:32.222Z Compiling toml_edit v0.19.15
12092024-08-06T07:34:32.307Z Compiling idna v0.2.3
12102024-08-06T07:34:32.596Z Compiling r2d2 v0.8.10
12112024-08-06T07:34:32.953Z Compiling group v0.13.0
12122024-08-06T07:34:33.291Z Compiling diesel_derives v2.1.4
12132024-08-06T07:34:33.447Z Compiling phf v0.11.2
12142024-08-06T07:34:33.749Z Compiling signal-hook-mio v0.2.3
12152024-08-06T07:34:33.908Z Compiling hubpack v0.1.2
12162024-08-06T07:34:34.069Z Compiling cookie_store v0.20.0
12172024-08-06T07:34:37.759Z Compiling ipnetwork v0.20.0
12182024-08-06T07:34:37.970Z Compiling inout v0.1.3
12192024-08-06T07:34:37.970Z Compiling postgres-types v0.2.7
12202024-08-06T07:34:37.970Z Compiling usdt-attr-macro v0.5.0
12212024-08-06T07:34:37.970Z Compiling hyper v0.14.30
12222024-08-06T07:34:37.970Z Compiling usdt-macro v0.5.0
12232024-08-06T07:34:37.991Z Compiling serde_urlencoded v0.7.1
12242024-08-06T07:34:37.991Z Compiling regex v1.10.6
12252024-08-06T07:34:38.199Z Compiling num-bigint v0.4.5
12262024-08-06T07:34:38.526Z Compiling futures-executor v0.3.30
12272024-08-06T07:34:38.914Z Compiling enum-as-inner v0.5.1
12282024-08-06T07:34:39.115Z Compiling hkdf v0.12.4
12292024-08-06T07:34:39.385Z Compiling crypto-bigint v0.5.5
12302024-08-06T07:34:39.804Z Compiling clap_derive v4.5.13
12312024-08-06T07:34:39.993Z Compiling serde_repr v0.1.19
12322024-08-06T07:34:40.206Z Compiling strum_macros v0.25.3
12332024-08-06T07:34:40.226Z Compiling phf_shared v0.10.0
12342024-08-06T07:34:40.624Z Compiling float-cmp v0.9.0
12352024-08-06T07:34:40.850Z Compiling encoding_rs v0.8.34
12362024-08-06T07:34:41.243Z Compiling new_debug_unreachable v1.0.6
12372024-08-06T07:34:41.346Z Compiling whoami v1.5.1
12382024-08-06T07:34:41.964Z Compiling unicode-segmentation v1.11.0
12392024-08-06T07:34:42.832Z Compiling webpki-roots v0.25.4
12402024-08-06T07:34:43.000Z Compiling static_assertions v1.1.0
12412024-08-06T07:34:43.101Z Compiling precomputed-hash v0.1.1
12422024-08-06T07:34:43.218Z Compiling hyper-rustls v0.24.2
12432024-08-06T07:34:43.589Z Compiling hyper-tls v0.5.0
12442024-08-06T07:34:43.948Z Compiling minimal-lexical v0.2.1
12452024-08-06T07:34:44.276Z Compiling data-encoding v2.6.0
12462024-08-06T07:34:44.465Z Compiling fixedbitset v0.4.2
12472024-08-06T07:34:44.862Z Compiling mime v0.3.17
12482024-08-06T07:34:44.934Z Compiling normalize-line-endings v0.3.0
12492024-08-06T07:34:45.067Z Compiling predicates-core v1.0.6
12502024-08-06T07:34:45.402Z Compiling difflib v0.4.0
12512024-08-06T07:34:45.417Z Compiling sync_wrapper v0.1.2
12522024-08-06T07:34:45.476Z Compiling trust-dns-proto v0.22.0
12532024-08-06T07:34:45.487Z Compiling clap v4.5.13
12542024-08-06T07:34:45.535Z Compiling reqwest v0.11.27
12552024-08-06T07:34:45.609Z Compiling petgraph v0.6.5
12562024-08-06T07:34:45.848Z Compiling diesel v2.1.6
12572024-08-06T07:34:46.239Z Compiling predicates v3.1.2
12582024-08-06T07:34:46.718Z Compiling nom v7.1.3
12592024-08-06T07:34:47.054Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12602024-08-06T07:34:48.030Z Compiling string_cache v0.8.7
12612024-08-06T07:34:48.515Z Compiling toml_edit v0.22.20
12622024-08-06T07:34:49.219Z Compiling console v0.15.8
12632024-08-06T07:34:49.709Z Compiling similar v2.5.0
12642024-08-06T07:34:50.412Z Compiling elliptic-curve v0.13.8
12652024-08-06T07:34:50.682Z Compiling tokio-postgres v0.7.11
12662024-08-06T07:34:51.294Z Compiling yasna v0.5.2
12672024-08-06T07:34:52.218Z Compiling usdt v0.5.0
12682024-08-06T07:34:52.723Z Compiling futures v0.3.30
12692024-08-06T07:34:52.842Z Compiling flate2 v1.0.31
12702024-08-06T07:34:53.215Z Compiling cipher v0.4.4
12712024-08-06T07:34:53.496Z Compiling toml v0.7.8
12722024-08-06T07:34:53.812Z Compiling crossterm v0.27.0
12732024-08-06T07:34:54.647Z Compiling bit-set v0.5.3
12742024-08-06T07:34:54.852Z Compiling itertools v0.10.5
12752024-08-06T07:34:54.932Z Compiling itertools v0.12.1
12762024-08-06T07:34:55.177Z Compiling tokio-stream v0.1.15
12772024-08-06T07:34:56.236Z Compiling openapiv3 v2.0.0
12782024-08-06T07:34:56.333Z Compiling hex v0.4.3
12792024-08-06T07:34:56.900Z Compiling bstr v1.9.1
12802024-08-06T07:34:56.956Z Compiling num-iter v0.1.45
12812024-08-06T07:34:57.146Z Compiling crossbeam-epoch v0.9.18
12822024-08-06T07:34:57.580Z Compiling dirs-sys-next v0.1.2
12832024-08-06T07:34:57.660Z Compiling peg-runtime v0.8.3
12842024-08-06T07:34:57.916Z Compiling unicode-xid v0.2.4
12852024-08-06T07:34:58.096Z Compiling lalrpop-util v0.19.12
12862024-08-06T07:34:58.123Z Compiling dirs-next v2.0.0
12872024-08-06T07:34:58.220Z Compiling thread_local v1.1.8
12882024-08-06T07:34:58.307Z Compiling slog-async v2.8.0
12892024-08-06T07:34:58.330Z Compiling term v0.7.0
12902024-08-06T07:34:58.458Z Compiling xattr v1.3.1
12912024-08-06T07:34:58.675Z Compiling crossbeam-channel v0.5.12
12922024-08-06T07:34:58.735Z Compiling strum_macros v0.26.4
12932024-08-06T07:34:58.762Z Compiling filetime v0.2.23
12942024-08-06T07:34:58.919Z Compiling is-terminal v0.4.12
12952024-08-06T07:34:59.053Z Compiling take_mut v0.2.2
12962024-08-06T07:34:59.081Z Compiling slog-term v2.9.1
12972024-08-06T07:34:59.210Z Compiling tar v0.4.41
12982024-08-06T07:34:59.895Z Compiling camino v1.1.7
12992024-08-06T07:35:01.914Z Compiling strum v0.26.3
13002024-08-06T07:35:12.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13012024-08-06T07:35:13.154Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13022024-08-06T07:35:18.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
13032024-08-06T07:35:18.696Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13042024-08-06T07:35:18.740ZAug 06 07:35:17.536 INFO Starting download, target: Clickhouse
13052024-08-06T07:35:18.741ZAug 06 07:35:17.537 INFO Starting download, target: Cockroach
13062024-08-06T07:35:18.741ZAug 06 07:35:17.537 INFO Starting download, target: Console
13072024-08-06T07:35:18.741ZAug 06 07:35:17.537 INFO Starting download, target: DendriteOpenapi
13082024-08-06T07:35:18.743ZAug 06 07:35:17.537 INFO Starting download, target: DendriteStub
13092024-08-06T07:35:18.744ZAug 06 07:35:17.537 INFO Starting download, target: MaghemiteMgd
13102024-08-06T07:35:18.744ZAug 06 07:35:17.537 INFO Starting download, target: TransceiverControl
13112024-08-06T07:35:18.744ZAug 06 07:35:17.537 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13122024-08-06T07:35:18.744ZAug 06 07:35:17.537 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13132024-08-06T07:35:18.744ZAug 06 07:35:17.538 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13142024-08-06T07:35:18.744ZAug 06 07:35:17.538 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13152024-08-06T07:35:18.744ZAug 06 07:35:17.538 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13162024-08-06T07:35:18.744ZAug 06 07:35:17.538 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13172024-08-06T07:35:18.744ZAug 06 07:35:17.538 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13182024-08-06T07:35:18.903ZAug 06 07:35:17.694 INFO Download complete, target: DendriteOpenapi
13192024-08-06T07:35:19.048ZAug 06 07:35:17.842 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13202024-08-06T07:35:19.409ZAug 06 07:35:18.203 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13212024-08-06T07:35:19.417ZAug 06 07:35:18.211 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13222024-08-06T07:35:19.574ZAug 06 07:35:18.370 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13232024-08-06T07:35:19.821ZAug 06 07:35:18.617 INFO Download complete, target: Console
13242024-08-06T07:35:19.828ZAug 06 07:35:18.624 INFO Download complete, target: TransceiverControl
13252024-08-06T07:35:20.795ZAug 06 07:35:19.591 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13262024-08-06T07:35:21.450ZAug 06 07:35:20.246 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13272024-08-06T07:35:21.450ZAug 06 07:35:20.246 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13282024-08-06T07:35:22.759ZAug 06 07:35:21.555 INFO Download complete, target: DendriteStub
13292024-08-06T07:35:22.838ZAug 06 07:35:21.634 INFO Download complete, target: MaghemiteMgd
13302024-08-06T07:35:29.850ZAug 06 07:35:28.644 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13312024-08-06T07:35:30.141ZAug 06 07:35:28.934 INFO Checking that binary works, target: Cockroach
13322024-08-06T07:35:30.298ZAug 06 07:35:29.093 INFO Download complete, target: Cockroach
13332024-08-06T07:35:35.251ZAug 06 07:35:34.043 INFO Checking that binary works, target: Clickhouse
13342024-08-06T07:35:35.411ZAug 06 07:35:34.205 INFO Download complete, target: Clickhouse
13352024-08-06T07:35:35.431ZAll builder prerequisites installed successfully, and PATH looks valid
13362024-08-06T07:35:35.434Z
13372024-08-06T07:35:35.434Zreal 3:35.473285621
13382024-08-06T07:35:35.434Zuser 11:50.100331267
13392024-08-06T07:35:35.434Zsys 2:27.817218400
13402024-08-06T07:35:35.434Ztrap 0.445447359
13412024-08-06T07:35:35.434Ztflt 1.419499511
13422024-08-06T07:35:35.434Zdflt 1.604275925
13432024-08-06T07:35:35.434Zkflt 0.031537691
13442024-08-06T07:35:35.434Zlock 23:27.992883078
13452024-08-06T07:35:35.434Zslp 44:29.382588394
13462024-08-06T07:35:35.434Zlat 42.948514800
13472024-08-06T07:35:35.434Zstop 1:42.681802323
13482024-08-06T07:35:35.434Z+ banner hack-check
13492024-08-06T07:35:35.438Z
13502024-08-06T07:35:35.438Z # # ## #### # # #### # # ###### #### # #
13512024-08-06T07:35:35.438Z # # # # # # # # # # # # # # # # #
13522024-08-06T07:35:35.438Z ###### # # # #### ##### # ###### ##### # ####
13532024-08-06T07:35:35.438Z # # ###### # # # # # # # # # #
13542024-08-06T07:35:35.438Z # # # # # # # # # # # # # # # # #
13552024-08-06T07:35:35.438Z # # # # #### # # #### # # ###### #### # #
13562024-08-06T07:35:35.438Z
13572024-08-06T07:35:35.438Z+ export CARGO_INCREMENTAL=0
13582024-08-06T07:35:35.438Z+ CARGO_INCREMENTAL=0
13592024-08-06T07:35:35.438Z+ ptime -m timeout 2h cargo xtask check-features --ci
13602024-08-06T07:35:35.990Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13612024-08-06T07:35:39.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
13622024-08-06T07:35:39.518Z Running `target/debug/xtask check-features --ci`
13632024-08-06T07:35:39.537Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13642024-08-06T07:35:39.540Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13652024-08-06T07:35:40.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
13662024-08-06T07:35:40.034Z Running `target/debug/xtask download cargo-hack`
13672024-08-06T07:35:40.811Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13682024-08-06T07:35:41.163Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13692024-08-06T07:35:45.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
13702024-08-06T07:35:45.938Z Running `target/debug/xtask-downloader cargo-hack`
13712024-08-06T07:35:45.972ZAug 06 07:35:44.764 INFO Starting download, target: CargoHack
13722024-08-06T07:35:45.975ZAug 06 07:35:44.765 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13732024-08-06T07:35:46.582ZAug 06 07:35:45.374 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13742024-08-06T07:35:46.691ZAug 06 07:35:45.482 INFO Download complete, target: CargoHack
13752024-08-06T07:35:46.694Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13762024-08-06T07:35:46.711Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13772024-08-06T07:35:46.857Zinfo: running `cargo check --bins` on api_identity (1/142)
13782024-08-06T07:35:47.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13792024-08-06T07:35:47.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13802024-08-06T07:35:47.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13812024-08-06T07:35:47.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
13822024-08-06T07:35:47.440Z
13832024-08-06T07:35:47.440Zinfo: running `cargo check --bins` on bootstore (2/142)
13842024-08-06T07:35:47.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13852024-08-06T07:35:48.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13862024-08-06T07:35:48.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13872024-08-06T07:35:48.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
13882024-08-06T07:35:48.062Z
13892024-08-06T07:35:48.062Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/142)
13902024-08-06T07:35:48.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13912024-08-06T07:35:48.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13922024-08-06T07:35:48.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13932024-08-06T07:35:48.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
13942024-08-06T07:35:48.667Z
13952024-08-06T07:35:48.667Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/142)
13962024-08-06T07:35:49.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13972024-08-06T07:35:49.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13982024-08-06T07:35:49.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13992024-08-06T07:35:49.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14002024-08-06T07:35:49.279Z
14012024-08-06T07:35:49.279Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/142)
14022024-08-06T07:35:49.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14032024-08-06T07:35:49.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14042024-08-06T07:35:49.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14052024-08-06T07:35:49.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14062024-08-06T07:35:49.742Z
14072024-08-06T07:35:49.742Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/142)
14082024-08-06T07:35:50.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14092024-08-06T07:35:50.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14102024-08-06T07:35:50.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14112024-08-06T07:35:50.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14122024-08-06T07:35:50.200Z
14132024-08-06T07:35:50.200Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/142)
14142024-08-06T07:35:50.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14152024-08-06T07:35:50.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14162024-08-06T07:35:50.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14172024-08-06T07:35:50.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14182024-08-06T07:35:50.652Z
14192024-08-06T07:35:50.652Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/142)
14202024-08-06T07:35:51.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14212024-08-06T07:35:51.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14222024-08-06T07:35:51.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14232024-08-06T07:35:51.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14242024-08-06T07:35:51.106Z
14252024-08-06T07:35:51.106Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/142)
14262024-08-06T07:35:51.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14272024-08-06T07:35:51.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14282024-08-06T07:35:51.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14292024-08-06T07:35:51.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14302024-08-06T07:35:51.561Z
14312024-08-06T07:35:51.561Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/142)
14322024-08-06T07:35:51.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14332024-08-06T07:35:51.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14342024-08-06T07:35:51.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14352024-08-06T07:35:51.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14362024-08-06T07:35:52.016Z
14372024-08-06T07:35:52.016Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/142)
14382024-08-06T07:35:52.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14392024-08-06T07:35:52.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14402024-08-06T07:35:52.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14412024-08-06T07:35:52.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14422024-08-06T07:35:52.465Z
14432024-08-06T07:35:52.465Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/142)
14442024-08-06T07:35:52.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14452024-08-06T07:35:52.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14462024-08-06T07:35:52.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14472024-08-06T07:35:52.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14482024-08-06T07:35:52.915Z
14492024-08-06T07:35:52.915Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/142)
14502024-08-06T07:35:53.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14512024-08-06T07:35:53.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14522024-08-06T07:35:53.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14532024-08-06T07:35:53.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14542024-08-06T07:35:53.369Z
14552024-08-06T07:35:53.369Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/142)
14562024-08-06T07:35:53.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14572024-08-06T07:35:53.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14582024-08-06T07:35:53.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14592024-08-06T07:35:53.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14602024-08-06T07:35:53.822Z
14612024-08-06T07:35:53.822Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/142)
14622024-08-06T07:35:54.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14632024-08-06T07:35:54.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14642024-08-06T07:35:54.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14652024-08-06T07:35:54.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14662024-08-06T07:35:54.271Z
14672024-08-06T07:35:54.272Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/142)
14682024-08-06T07:35:54.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14692024-08-06T07:35:54.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14702024-08-06T07:35:54.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14712024-08-06T07:35:54.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14722024-08-06T07:35:54.725Z
14732024-08-06T07:35:54.725Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/142)
14742024-08-06T07:35:55.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14752024-08-06T07:35:55.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14762024-08-06T07:35:55.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14772024-08-06T07:35:55.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14782024-08-06T07:35:55.179Z
14792024-08-06T07:35:55.179Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/142)
14802024-08-06T07:35:55.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14812024-08-06T07:35:55.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14822024-08-06T07:35:55.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14832024-08-06T07:35:55.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14842024-08-06T07:35:55.637Z
14852024-08-06T07:35:55.637Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/142)
14862024-08-06T07:35:56.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14872024-08-06T07:35:56.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14882024-08-06T07:35:56.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14892024-08-06T07:35:56.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14902024-08-06T07:35:56.095Z
14912024-08-06T07:35:56.095Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/142)
14922024-08-06T07:35:56.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14932024-08-06T07:35:56.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14942024-08-06T07:35:56.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14952024-08-06T07:35:56.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
14962024-08-06T07:35:56.550Z
14972024-08-06T07:35:56.550Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/142)
14982024-08-06T07:35:56.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14992024-08-06T07:35:57.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15002024-08-06T07:35:57.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15012024-08-06T07:35:57.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15022024-08-06T07:35:57.018Z
15032024-08-06T07:35:57.018Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/142)
15042024-08-06T07:35:57.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15052024-08-06T07:35:57.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15062024-08-06T07:35:57.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15072024-08-06T07:35:57.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15082024-08-06T07:35:57.463Z
15092024-08-06T07:35:57.463Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/142)
15102024-08-06T07:35:57.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15112024-08-06T07:35:57.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15122024-08-06T07:35:57.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15132024-08-06T07:35:57.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15142024-08-06T07:35:57.919Z
15152024-08-06T07:35:57.919Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/142)
15162024-08-06T07:35:58.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15172024-08-06T07:35:58.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15182024-08-06T07:35:58.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15192024-08-06T07:35:58.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
15202024-08-06T07:35:58.372Z
15212024-08-06T07:35:58.372Zinfo: running `cargo check --bins` on sled-hardware-types (25/142)
15222024-08-06T07:35:58.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15232024-08-06T07:35:58.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15242024-08-06T07:35:58.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15252024-08-06T07:35:58.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15262024-08-06T07:35:58.993Z
15272024-08-06T07:35:58.993Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/142)
15282024-08-06T07:35:59.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15292024-08-06T07:35:59.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15302024-08-06T07:35:59.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15312024-08-06T07:35:59.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15322024-08-06T07:35:59.611Z
15332024-08-06T07:35:59.611Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/142)
15342024-08-06T07:36:00.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15352024-08-06T07:36:00.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15362024-08-06T07:36:00.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15372024-08-06T07:36:00.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
15382024-08-06T07:36:00.236Z
15392024-08-06T07:36:00.236Zinfo: running `cargo check --bins` on oxlog (28/142)
15402024-08-06T07:36:00.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-08-06T07:36:00.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-08-06T07:36:00.830Z Checking cfg-if v1.0.0
15432024-08-06T07:36:00.833Z Checking libc v0.2.155
15442024-08-06T07:36:00.833Z Checking memchr v2.7.2
15452024-08-06T07:36:00.932Z Checking serde v1.0.204
15462024-08-06T07:36:00.932Z Checking scopeguard v1.2.0
15472024-08-06T07:36:00.954Z Checking byteorder v1.5.0
15482024-08-06T07:36:00.954Z Checking log v0.4.21
15492024-08-06T07:36:00.975Z Checking itoa v1.0.11
15502024-08-06T07:36:00.985Z Checking zeroize v1.7.0
15512024-08-06T07:36:01.059Z Checking lock_api v0.4.12
15522024-08-06T07:36:01.169Z Checking once_cell v1.19.0
15532024-08-06T07:36:01.224Z Checking smallvec v1.13.2
15542024-08-06T07:36:01.246Z Checking pin-project-lite v0.2.14
15552024-08-06T07:36:01.354Z Checking typenum v1.17.0
15562024-08-06T07:36:01.368Z Checking zerocopy v0.7.34
15572024-08-06T07:36:01.461Z Checking spin v0.9.8
15582024-08-06T07:36:01.479Z Checking futures-core v0.3.30
15592024-08-06T07:36:01.543Z Checking tinyvec_macros v0.1.1
15602024-08-06T07:36:01.631Z Checking tinyvec v1.6.0
15612024-08-06T07:36:01.657Z Checking libm v0.2.8
15622024-08-06T07:36:01.754Z Checking const-oid v0.9.6
15632024-08-06T07:36:01.804Z Checking ryu v1.0.18
15642024-08-06T07:36:02.025Z Checking subtle v2.5.0
15652024-08-06T07:36:02.045Z Checking getrandom v0.2.14
15662024-08-06T07:36:02.292Z Checking parking_lot_core v0.9.10
15672024-08-06T07:36:02.341Z Checking rand_core v0.6.4
15682024-08-06T07:36:02.588Z Checking signal-hook-registry v1.4.2
15692024-08-06T07:36:02.630Z Checking parking_lot v0.12.2
15702024-08-06T07:36:02.647Z Checking mio v0.8.11
15712024-08-06T07:36:02.720Z Checking generic-array v0.14.7
15722024-08-06T07:36:02.765Z Checking socket2 v0.5.7
15732024-08-06T07:36:02.820Z Checking num_cpus v1.16.0
15742024-08-06T07:36:02.931Z Checking ahash v0.8.11
15752024-08-06T07:36:02.966Z Checking num-traits v0.2.19
15762024-08-06T07:36:02.979Z Checking unicode-normalization v0.1.23
15772024-08-06T07:36:03.242Z Checking unicode-bidi v0.3.15
15782024-08-06T07:36:03.255Z Checking futures-sink v0.3.30
15792024-08-06T07:36:03.396Z Checking allocator-api2 v0.2.18
15802024-08-06T07:36:03.447Z Checking equivalent v1.0.1
15812024-08-06T07:36:03.549Z Checking futures-channel v0.3.30
15822024-08-06T07:36:03.549Z Checking slab v0.4.9
15832024-08-06T07:36:03.832Z Checking futures-task v0.3.30
15842024-08-06T07:36:03.863Z Checking crypto-common v0.1.6
15852024-08-06T07:36:03.878Z Checking pin-utils v0.1.0
15862024-08-06T07:36:03.903Z Checking futures-io v0.3.30
15872024-08-06T07:36:03.917Z Checking block-buffer v0.10.4
15882024-08-06T07:36:03.959Z Checking ppv-lite86 v0.2.17
15892024-08-06T07:36:04.017Z Checking hashbrown v0.14.5
15902024-08-06T07:36:04.031Z Checking percent-encoding v2.3.1
15912024-08-06T07:36:04.049Z Checking tracing-core v0.1.32
15922024-08-06T07:36:04.066Z Checking futures-util v0.3.30
15932024-08-06T07:36:04.125Z Checking digest v0.10.7
15942024-08-06T07:36:04.225Z Checking untrusted v0.9.0
15952024-08-06T07:36:04.377Z Checking fnv v1.0.7
15962024-08-06T07:36:04.491Z Checking ring v0.17.8
15972024-08-06T07:36:04.509Z Checking thiserror v1.0.63
15982024-08-06T07:36:04.610Z Checking powerfmt v0.2.0
15992024-08-06T07:36:04.628Z Checking foreign-types-shared v0.1.1
16002024-08-06T07:36:04.674Z Checking rand_chacha v0.3.1
16012024-08-06T07:36:04.703Z Checking tracing v0.1.40
16022024-08-06T07:36:04.728Z Checking base64ct v1.6.0
16032024-08-06T07:36:04.876Z Checking iana-time-zone v0.1.60
16042024-08-06T07:36:05.013Z Checking deranged v0.3.11
16052024-08-06T07:36:05.058Z Checking rand v0.8.5
16062024-08-06T07:36:05.061Z Checking foreign-types v0.3.2
16072024-08-06T07:36:05.151Z Checking hmac v0.12.1
16082024-08-06T07:36:05.187Z Checking pem-rfc7468 v0.7.0
16092024-08-06T07:36:05.246Z Checking form_urlencoded v1.2.1
16102024-08-06T07:36:05.355Z Checking openssl-sys v0.9.103
16112024-08-06T07:36:05.430Z Checking try-lock v0.2.5
16122024-08-06T07:36:05.448Z Checking flagset v0.4.5
16132024-08-06T07:36:05.563Z Checking unicode-ident v1.0.12
16142024-08-06T07:36:05.644Z Checking siphasher v0.3.11
16152024-08-06T07:36:05.724Z Checking num-conv v0.1.0
16162024-08-06T07:36:05.946Z Checking num_threads v0.1.7
16172024-08-06T07:36:05.974Z Checking bytes v1.7.1
16182024-08-06T07:36:05.989Z Checking bitflags v2.6.0
16192024-08-06T07:36:06.057Z Checking serde_json v1.0.122
16202024-08-06T07:36:06.291Z Checking indexmap v2.3.0
16212024-08-06T07:36:06.293Z Checking uuid v1.10.0
16222024-08-06T07:36:06.356Z Checking chrono v0.4.38
16232024-08-06T07:36:06.640Z Checking time-core v0.1.2
16242024-08-06T07:36:06.748Z Checking tokio v1.38.1
16252024-08-06T07:36:06.775Z Checking http v0.2.12
16262024-08-06T07:36:06.791Z Checking time v0.3.36
16272024-08-06T07:36:06.941Z Checking openssl v0.10.66
16282024-08-06T07:36:07.592Z Checking rustls-webpki v0.101.7
16292024-08-06T07:36:07.712Z Checking sct v0.7.1
16302024-08-06T07:36:07.906Z Checking proc-macro2 v1.0.86
16312024-08-06T07:36:08.161Z Checking http-body v0.4.6
16322024-08-06T07:36:08.308Z Checking der v0.7.9
16332024-08-06T07:36:08.406Z Checking want v0.3.1
16342024-08-06T07:36:08.564Z Checking idna v0.5.0
16352024-08-06T07:36:08.579Z Checking httparse v1.8.0
16362024-08-06T07:36:08.594Z Checking errno v0.3.9
16372024-08-06T07:36:08.766Z Checking lazy_static v1.5.0
16382024-08-06T07:36:08.878Z Checking aho-corasick v1.1.3
16392024-08-06T07:36:08.991Z Checking scroll v0.12.0
16402024-08-06T07:36:09.078Z Checking openssl-probe v0.1.5
16412024-08-06T07:36:09.223Z Checking tower-service v0.3.2
16422024-08-06T07:36:09.265Z Checking ucd-trie v0.1.6
16432024-08-06T07:36:09.342Z Checking cpufeatures v0.2.12
16442024-08-06T07:36:09.427Z Checking adler v1.0.2
16452024-08-06T07:36:09.430Z Checking regex-syntax v0.8.3
16462024-08-06T07:36:09.449Z Checking plain v0.2.3
16472024-08-06T07:36:09.461Z Checking finl_unicode v1.2.0
16482024-08-06T07:36:09.573Z Checking anstyle v1.0.8
16492024-08-06T07:36:09.576Z Checking utf8parse v0.2.1
16502024-08-06T07:36:09.726Z Checking httpdate v1.0.3
16512024-08-06T07:36:09.905Z Checking anstyle-parse v0.2.4
16522024-08-06T07:36:09.948Z Checking miniz_oxide v0.7.2
16532024-08-06T07:36:10.024Z Checking stringprep v0.1.4
16542024-08-06T07:36:10.156Z Checking goblin v0.8.2
16552024-08-06T07:36:10.172Z Checking spki v0.7.3
16562024-08-06T07:36:10.287Z Checking pest v2.7.10
16572024-08-06T07:36:10.450Z Checking url v2.5.2
16582024-08-06T07:36:10.562Z Checking sha2 v0.10.8
16592024-08-06T07:36:10.695Z Checking rustix v0.38.34
16602024-08-06T07:36:11.123Z Checking quote v1.0.36
16612024-08-06T07:36:11.292Z Checking rustls v0.21.12
16622024-08-06T07:36:11.465Z Checking toml_datetime v0.6.8
16632024-08-06T07:36:11.760Z Checking serde_spanned v0.6.7
16642024-08-06T07:36:11.942Z Checking num-integer v0.1.46
16652024-08-06T07:36:12.467Z Checking md-5 v0.10.6
16662024-08-06T07:36:12.489Z Checking native-tls v0.2.11
16672024-08-06T07:36:12.642Z Checking regex-automata v0.4.6
16682024-08-06T07:36:12.675Z Checking idna v0.3.0
16692024-08-06T07:36:12.745Z Checking hash32 v0.2.1
16702024-08-06T07:36:12.784Z Checking is_terminal_polyfill v1.70.0
16712024-08-06T07:36:12.799Z Checking psl-types v2.0.11
16722024-08-06T07:36:12.890Z Checking anstyle-query v1.0.3
16732024-08-06T07:36:12.973Z Checking fallible-iterator v0.2.0
16742024-08-06T07:36:13.018Z Checking dyn-clone v1.0.17
16752024-08-06T07:36:13.034Z Checking base64 v0.22.1
16762024-08-06T07:36:13.149Z Checking pretty-hex v0.4.1
16772024-08-06T07:36:13.306Z Checking gimli v0.28.1
16782024-08-06T07:36:13.505Z Checking colorchoice v1.0.1
16792024-08-06T07:36:13.547Z Checking stable_deref_trait v1.2.0
16802024-08-06T07:36:13.549Z Checking publicsuffix v2.2.3
16812024-08-06T07:36:13.624Z Checking anstream v0.6.14
16822024-08-06T07:36:13.640Z Checking heapless v0.7.17
16832024-08-06T07:36:13.780Z Checking postgres-protocol v0.6.7
16842024-08-06T07:36:13.885Z Checking tokio-util v0.7.11
16852024-08-06T07:36:13.977Z Checking tokio-native-tls v0.3.1
16862024-08-06T07:36:14.225Z Checking schemars v0.8.21
16872024-08-06T07:36:14.448Z Checking dtrace-parser v0.2.0
16882024-08-06T07:36:14.505Z Checking tokio-rustls v0.24.1
16892024-08-06T07:36:14.682Z Checking terminal_size v0.3.0
16902024-08-06T07:36:14.768Z Checking h2 v0.3.26
16912024-08-06T07:36:14.848Z Checking syn v2.0.72
16922024-08-06T07:36:14.886Z Checking pkcs8 v0.10.2
16932024-08-06T07:36:14.953Z Checking cookie v0.17.0
16942024-08-06T07:36:15.096Z Checking dof v0.3.0
16952024-08-06T07:36:15.111Z Checking phf_shared v0.11.2
16962024-08-06T07:36:15.372Z Checking signal-hook v0.3.17
16972024-08-06T07:36:15.372Z Checking block-padding v0.3.3
16982024-08-06T07:36:15.684Z Checking scheduled-thread-pool v0.2.7
16992024-08-06T07:36:15.697Z Checking ff v0.13.0
17002024-08-06T07:36:15.708Z Checking thread-id v4.2.1
17012024-08-06T07:36:15.814Z Checking object v0.32.2
17022024-08-06T07:36:15.843Z Checking clap_lex v0.7.0
17032024-08-06T07:36:15.881Z Checking base64 v0.21.7
17042024-08-06T07:36:15.895Z Checking winnow v0.5.40
17052024-08-06T07:36:16.073Z Checking bit-vec v0.6.3
17062024-08-06T07:36:16.331Z Checking strsim v0.11.1
17072024-08-06T07:36:16.384Z Checking regex-automata v0.1.10
17082024-08-06T07:36:16.630Z Checking managed v0.8.0
17092024-08-06T07:36:16.787Z Checking either v1.12.0
17102024-08-06T07:36:16.998Z Checking rustc-demangle v0.1.24
17112024-08-06T07:36:17.164Z Checking matches v0.1.10
17122024-08-06T07:36:17.188Z Checking addr2line v0.21.0
17132024-08-06T07:36:17.255Z Checking bitflags v1.3.2
17142024-08-06T07:36:17.271Z Checking ipnet v2.9.0
17152024-08-06T07:36:17.358Z Checking base16ct v0.2.0
17162024-08-06T07:36:17.398Z Checking smoltcp v0.9.1
17172024-08-06T07:36:17.539Z Checking sec1 v0.7.3
17182024-08-06T07:36:17.711Z Checking regex v1.10.6
17192024-08-06T07:36:17.724Z Checking idna v0.2.3
17202024-08-06T07:36:17.897Z Checking bstr v0.2.17
17212024-08-06T07:36:18.334Z Checking clap_builder v4.5.13
17222024-08-06T07:36:18.603Z Checking rustls-pemfile v1.0.4
17232024-08-06T07:36:18.768Z Checking group v0.13.0
17242024-08-06T07:36:18.783Z Checking r2d2 v0.8.10
17252024-08-06T07:36:18.931Z Checking ipnetwork v0.20.0
17262024-08-06T07:36:18.972Z Checking toml_edit v0.19.15
17272024-08-06T07:36:19.005Z Checking signal-hook-mio v0.2.3
17282024-08-06T07:36:19.089Z Checking inout v0.1.3
17292024-08-06T07:36:19.143Z Checking cookie_store v0.20.0
17302024-08-06T07:36:19.291Z Checking phf v0.11.2
17312024-08-06T07:36:19.304Z Checking postgres-types v0.2.7
17322024-08-06T07:36:19.541Z Checking num-bigint v0.4.5
17332024-08-06T07:36:19.806Z Checking futures-executor v0.3.30
17342024-08-06T07:36:20.037Z Checking serde_urlencoded v0.7.1
17352024-08-06T07:36:20.051Z Checking hubpack v0.1.2
17362024-08-06T07:36:20.338Z Checking phf_shared v0.10.0
17372024-08-06T07:36:20.452Z Checking hkdf v0.12.4
17382024-08-06T07:36:20.616Z Checking zerocopy v0.6.6
17392024-08-06T07:36:20.647Z Checking float-cmp v0.9.0
17402024-08-06T07:36:20.827Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17412024-08-06T07:36:21.063Z Checking crc32fast v1.4.0
17422024-08-06T07:36:21.113Z Checking usdt-impl v0.5.0
17432024-08-06T07:36:21.157Z Checking hyper v0.14.30
17442024-08-06T07:36:21.275Z Checking crossbeam-utils v0.8.19
17452024-08-06T07:36:21.338Z Checking crypto-bigint v0.5.5
17462024-08-06T07:36:21.437Z Checking memmap v0.7.0
17472024-08-06T07:36:21.495Z Checking encoding_rs v0.8.34
17482024-08-06T07:36:21.630Z Checking unicode-width v0.1.13
17492024-08-06T07:36:21.648Z Checking predicates-core v1.0.6
17502024-08-06T07:36:21.796Z Checking winnow v0.6.18
17512024-08-06T07:36:21.813Z Checking unicode-segmentation v1.11.0
17522024-08-06T07:36:21.944Z Checking backtrace v0.3.71
17532024-08-06T07:36:21.972Z Checking minimal-lexical v0.2.1
17542024-08-06T07:36:22.089Z Checking data-encoding v2.6.0
17552024-08-06T07:36:22.358Z Checking fixedbitset v0.4.2
17562024-08-06T07:36:22.451Z Checking mime v0.3.17
17572024-08-06T07:36:22.527Z Checking normalize-line-endings v0.3.0
17582024-08-06T07:36:22.656Z Checking whoami v1.5.1
17592024-08-06T07:36:22.656Z Checking sync_wrapper v0.1.2
17602024-08-06T07:36:22.749Z Checking difflib v0.4.0
17612024-08-06T07:36:22.760Z Checking static_assertions v1.1.0
17622024-08-06T07:36:22.771Z Checking webpki-roots v0.25.4
17632024-08-06T07:36:22.840Z Checking new_debug_unreachable v1.0.6
17642024-08-06T07:36:22.907Z Checking precomputed-hash v0.1.1
17652024-08-06T07:36:22.924Z Checking tokio-postgres v0.7.11
17662024-08-06T07:36:22.929Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17672024-08-06T07:36:23.010Z Checking string_cache v0.8.7
17682024-08-06T07:36:23.047Z Checking predicates v3.1.2
17692024-08-06T07:36:23.288Z Checking trust-dns-proto v0.22.0
17702024-08-06T07:36:23.692Z Checking petgraph v0.6.5
17712024-08-06T07:36:23.787Z Checking anyhow v1.0.86
17722024-08-06T07:36:24.134Z Checking similar v2.5.0
17732024-08-06T07:36:24.198Z Checking elliptic-curve v0.13.8
17742024-08-06T07:36:24.820Z Checking toml_edit v0.22.20
17752024-08-06T07:36:24.882Z Checking nom v7.1.3
17762024-08-06T07:36:25.018Z Checking yasna v0.5.2
17772024-08-06T07:36:25.943Z Checking crossbeam-epoch v0.9.18
17782024-08-06T07:36:26.027Z Checking console v0.15.8
17792024-08-06T07:36:26.381Z Checking usdt v0.5.0
17802024-08-06T07:36:26.598Z Checking toml v0.7.8
17812024-08-06T07:36:26.622Z Checking clap v4.5.13
17822024-08-06T07:36:26.733Z Checking flate2 v1.0.31
17832024-08-06T07:36:27.014Z Checking diesel v2.1.6
17842024-08-06T07:36:27.282Z Checking futures v0.3.30
17852024-08-06T07:36:27.316Z Checking cipher v0.4.4
17862024-08-06T07:36:27.332Z Checking crossterm v0.27.0
17872024-08-06T07:36:27.365Z Checking hyper-rustls v0.24.2
17882024-08-06T07:36:27.379Z Checking hyper-tls v0.5.0
17892024-08-06T07:36:27.499Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902024-08-06T07:36:27.524Z Checking bstr v1.9.1
17912024-08-06T07:36:27.647Z Checking itertools v0.10.5
17922024-08-06T07:36:27.660Z Checking reqwest v0.11.27
17932024-08-06T07:36:27.693Z Checking itertools v0.12.1
17942024-08-06T07:36:27.745Z Checking bit-set v0.5.3
17952024-08-06T07:36:27.986Z Checking tokio-stream v0.1.15
17962024-08-06T07:36:28.018Z Checking fs-err v2.11.0
17972024-08-06T07:36:28.433Z Checking num-iter v0.1.45
17982024-08-06T07:36:28.563Z Checking openapiv3 v2.0.0
17992024-08-06T07:36:28.591Z Checking slog v2.7.0
18002024-08-06T07:36:28.762Z Checking semver v1.0.23
18012024-08-06T07:36:29.084Z Checking hex v0.4.3
18022024-08-06T07:36:29.163Z Checking peg-runtime v0.8.3
18032024-08-06T07:36:29.191Z Checking lalrpop-util v0.19.12
18042024-08-06T07:36:29.336Z Checking camino v1.1.7
18052024-08-06T07:36:29.370Z Checking sigpipe v0.1.3
18062024-08-06T07:36:47.501Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18072024-08-06T07:36:47.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.57s
18082024-08-06T07:36:47.944Z
18092024-08-06T07:36:47.944Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/142)
18102024-08-06T07:36:48.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112024-08-06T07:36:48.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122024-08-06T07:36:48.589Z Compiling regress v0.9.1
18132024-08-06T07:36:48.679Z Checking sha1 v0.10.6
18142024-08-06T07:36:48.690Z Checking strum v0.26.3
18152024-08-06T07:36:48.708Z Checking heck v0.5.0
18162024-08-06T07:36:48.722Z Compiling getopts v0.2.21
18172024-08-06T07:36:48.731Z Checking dirs-sys-next v0.1.2
18182024-08-06T07:36:48.746Z Compiling unsafe-libyaml v0.2.11
18192024-08-06T07:36:48.876Z Checking http v1.1.0
18202024-08-06T07:36:48.891Z Checking dirs-next v2.0.0
18212024-08-06T07:36:48.915Z Checking thread_local v1.1.8
18222024-08-06T07:36:49.014Z Checking rustls-pki-types v1.7.0
18232024-08-06T07:36:49.110Z Compiling ident_case v1.0.1
18242024-08-06T07:36:49.169Z Checking term v0.7.0
18252024-08-06T07:36:49.293Z Compiling darling_core v0.20.9
18262024-08-06T07:36:49.439Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18272024-08-06T07:36:49.577Z Checking crossbeam-channel v0.5.12
18282024-08-06T07:36:49.599Z Checking is-terminal v0.4.12
18292024-08-06T07:36:49.722Z Checking atty v0.2.14
18302024-08-06T07:36:49.772Z Checking termcolor v1.4.1
18312024-08-06T07:36:49.838Z Checking take_mut v0.2.2
18322024-08-06T07:36:49.982Z Compiling rustls v0.22.4
18332024-08-06T07:36:50.202Z Compiling serde_yaml v0.9.34+deprecated
18342024-08-06T07:36:50.218Z Checking utf-8 v0.7.6
18352024-08-06T07:36:50.254Z Compiling paste v1.0.15
18362024-08-06T07:36:50.312Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18372024-08-06T07:36:50.405Z Checking humantime v2.1.0
18382024-08-06T07:36:50.689Z Checking env_logger v0.9.3
18392024-08-06T07:36:50.724Z Checking slog-async v2.8.0
18402024-08-06T07:36:50.742Z Checking slog-term v2.9.1
18412024-08-06T07:36:50.846Z Checking rustls-webpki v0.102.4
18422024-08-06T07:36:50.995Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18432024-08-06T07:36:51.103Z Compiling proc-macro-crate v1.3.1
18442024-08-06T07:36:51.224Z Compiling bitstruct_derive v0.1.0
18452024-08-06T07:36:51.341Z Compiling structmeta-derive v0.3.0
18462024-08-06T07:36:51.616Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18472024-08-06T07:36:51.747Z Compiling multer v3.1.0
18482024-08-06T07:36:52.031Z Checking ascii v1.1.0
18492024-08-06T07:36:52.156Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18502024-08-06T07:36:52.179Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18512024-08-06T07:36:52.470Z Checking match_cfg v0.1.0
18522024-08-06T07:36:52.560Z Checking hostname v0.3.1
18532024-08-06T07:36:52.629Z Checking bitstruct v0.1.1
18542024-08-06T07:36:52.707Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18552024-08-06T07:36:52.736Z Compiling num_enum_derive v0.5.11
18562024-08-06T07:36:53.697Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18572024-08-06T07:36:53.853Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18582024-08-06T07:36:54.366Z Compiling structmeta v0.3.0
18592024-08-06T07:36:54.369Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18602024-08-06T07:36:54.640Z Checking slog-json v2.6.1
18612024-08-06T07:36:54.655Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18622024-08-06T07:36:54.832Z Checking serde_arrays v0.1.0
18632024-08-06T07:36:54.901Z Checking erased-serde v0.3.31
18642024-08-06T07:36:54.918Z Compiling async-stream-impl v0.3.5
18652024-08-06T07:36:54.977Z Compiling foreign-types-macros v0.2.3
18662024-08-06T07:36:55.370Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18672024-08-06T07:36:55.478Z Checking atomic-waker v1.1.2
18682024-08-06T07:36:55.612Z Checking arc-swap v1.7.1
18692024-08-06T07:36:55.680Z Checking foreign-types-shared v0.3.1
18702024-08-06T07:36:55.789Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18712024-08-06T07:36:55.960Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18722024-08-06T07:36:56.030Z Checking slog-scope v4.4.0
18732024-08-06T07:36:56.167Z Checking waitgroup v0.1.2
18742024-08-06T07:36:56.213Z Checking num_enum v0.5.11
18752024-08-06T07:36:56.296Z Checking foreign-types v0.5.0
18762024-08-06T07:36:56.298Z Checking async-stream v0.3.5
18772024-08-06T07:36:56.298Z Checking slog-bunyan v2.5.0
18782024-08-06T07:36:56.349Z Compiling parse-display-derive v0.9.1
18792024-08-06T07:36:56.393Z Compiling darling_macro v0.20.9
18802024-08-06T07:36:56.410Z Compiling proc-macro-error v1.0.4
18812024-08-06T07:36:56.636Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18822024-08-06T07:36:56.747Z Checking toml v0.8.19
18832024-08-06T07:36:57.041Z Checking tungstenite v0.20.1
18842024-08-06T07:36:57.085Z Checking rustls-pemfile v2.1.3
18852024-08-06T07:36:57.339Z Compiling heck v0.3.3
18862024-08-06T07:36:57.407Z Compiling darling v0.20.9
18872024-08-06T07:36:57.463Z Checking tokio-rustls v0.25.0
18882024-08-06T07:36:57.493Z Checking newtype-uuid v1.1.0
18892024-08-06T07:36:57.521Z Compiling serde_with_macros v3.8.3
18902024-08-06T07:36:57.738Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18912024-08-06T07:36:57.778Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18922024-08-06T07:36:57.817Z Checking serde_path_to_error v0.1.16
18932024-08-06T07:36:57.900Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18942024-08-06T07:36:58.461Z Checking hostname v0.4.0
18952024-08-06T07:36:58.593Z Checking cstr-argument v0.1.2
18962024-08-06T07:36:58.643Z Checking instant v0.1.12
18972024-08-06T07:36:58.676Z Checking fastrand v2.1.0
18982024-08-06T07:36:58.755Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
18992024-08-06T07:36:58.772Z Checking pretty-hex v0.2.1
19002024-08-06T07:36:58.925Z Checking debug-ignore v1.0.5
19012024-08-06T07:36:58.994Z Checking tempfile v3.10.1
19022024-08-06T07:36:59.056Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19032024-08-06T07:36:59.076Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19042024-08-06T07:36:59.334Z Checking backoff v0.4.0
19052024-08-06T07:36:59.606Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19062024-08-06T07:36:59.622Z Checking tokio-tungstenite v0.20.1
19072024-08-06T07:36:59.622Z Compiling zone_cfg_derive v0.1.2
19082024-08-06T07:36:59.641Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19092024-08-06T07:36:59.891Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19102024-08-06T07:37:00.025Z Checking slog-stdlog v4.1.1
19112024-08-06T07:37:00.196Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19122024-08-06T07:37:00.339Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19132024-08-06T07:37:00.561Z Checking serde_with v3.8.3
19142024-08-06T07:37:00.652Z Checking tungstenite v0.21.0
19152024-08-06T07:37:00.672Z Checking colored v2.1.0
19162024-08-06T07:37:00.950Z Checking macaddr v1.0.1
19172024-08-06T07:37:01.118Z Checking socket2 v0.4.10
19182024-08-06T07:37:01.138Z Checking parse-display v0.9.1
19192024-08-06T07:37:01.287Z Checking base64 v0.13.1
19202024-08-06T07:37:01.355Z Checking zone v0.1.8
19212024-08-06T07:37:01.531Z Checking tokio-tungstenite v0.21.0
19222024-08-06T07:37:01.698Z Checking ron v0.7.1
19232024-08-06T07:37:02.002Z Checking slog-envlogger v2.2.0
19242024-08-06T07:37:02.022Z Checking pem v3.0.4
19252024-08-06T07:37:02.223Z Checking tabwriter v1.4.0
19262024-08-06T07:37:02.288Z Checking xattr v1.3.1
19272024-08-06T07:37:02.463Z Checking portpicker v0.1.1
19282024-08-06T07:37:02.478Z Checking headers-core v0.2.0
19292024-08-06T07:37:02.601Z Checking smf v0.2.3
19302024-08-06T07:37:02.616Z Checking filetime v0.2.23
19312024-08-06T07:37:02.823Z Checking same-file v1.0.6
19322024-08-06T07:37:02.848Z Checking tar v0.4.41
19332024-08-06T07:37:02.997Z Checking walkdir v2.5.0
19342024-08-06T07:37:03.062Z Checking headers v0.3.9
19352024-08-06T07:37:03.257Z Checking rcgen v0.12.1
19362024-08-06T07:37:03.326Z Checking camino-tempfile v1.1.1
19372024-08-06T07:37:03.602Z Checking atomicwrites v0.4.3
19382024-08-06T07:37:03.616Z Checking subprocess v0.2.9
19392024-08-06T07:37:04.729Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19402024-08-06T07:37:04.980Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19412024-08-06T07:37:07.073Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19422024-08-06T07:37:09.144Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19432024-08-06T07:37:09.225Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19442024-08-06T07:37:12.422Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19452024-08-06T07:37:18.204Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19462024-08-06T07:37:18.330Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19472024-08-06T07:37:18.330Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19482024-08-06T07:37:20.882Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19492024-08-06T07:37:21.292Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19502024-08-06T07:37:26.872Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19512024-08-06T07:37:28.284Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19522024-08-06T07:37:29.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.44s
19532024-08-06T07:37:29.544Z
19542024-08-06T07:37:29.544Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/142)
19552024-08-06T07:37:30.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562024-08-06T07:37:30.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572024-08-06T07:37:30.192Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19582024-08-06T07:37:31.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
19592024-08-06T07:37:31.585Z
19602024-08-06T07:37:31.585Zinfo: running `cargo check --bins` on nexus-config (31/142)
19612024-08-06T07:37:32.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622024-08-06T07:37:32.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632024-08-06T07:37:32.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642024-08-06T07:37:32.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19652024-08-06T07:37:32.196Z
19662024-08-06T07:37:32.197Zinfo: running `cargo check --bins` on omicron-rpaths (32/142)
19672024-08-06T07:37:32.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682024-08-06T07:37:32.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692024-08-06T07:37:32.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702024-08-06T07:37:32.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19712024-08-06T07:37:32.786Z
19722024-08-06T07:37:32.786Zinfo: running `cargo check --bins` on omicron-certificates (33/142)
19732024-08-06T07:37:33.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742024-08-06T07:37:33.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752024-08-06T07:37:33.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762024-08-06T07:37:33.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19772024-08-06T07:37:33.402Z
19782024-08-06T07:37:33.402Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/142)
19792024-08-06T07:37:33.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802024-08-06T07:37:33.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812024-08-06T07:37:33.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822024-08-06T07:37:33.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19832024-08-06T07:37:34.024Z
19842024-08-06T07:37:34.024Zinfo: running `cargo check --bins` on cockroach-admin-client (35/142)
19852024-08-06T07:37:34.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862024-08-06T07:37:34.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872024-08-06T07:37:34.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882024-08-06T07:37:34.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19892024-08-06T07:37:34.609Z
19902024-08-06T07:37:34.609Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/142)
19912024-08-06T07:37:35.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922024-08-06T07:37:35.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932024-08-06T07:37:35.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942024-08-06T07:37:35.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19952024-08-06T07:37:35.245Z
19962024-08-06T07:37:35.245Zinfo: running `cargo check --bins` on dns-service-client (37/142)
19972024-08-06T07:37:35.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982024-08-06T07:37:35.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992024-08-06T07:37:35.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002024-08-06T07:37:35.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20012024-08-06T07:37:35.828Z
20022024-08-06T07:37:35.828Zinfo: running `cargo check --bins` on dpd-client (38/142)
20032024-08-06T07:37:36.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042024-08-06T07:37:36.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052024-08-06T07:37:36.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062024-08-06T07:37:36.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20072024-08-06T07:37:36.428Z
20082024-08-06T07:37:36.428Zinfo: running `cargo check --bins` on gateway-client (39/142)
20092024-08-06T07:37:36.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102024-08-06T07:37:36.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112024-08-06T07:37:36.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122024-08-06T07:37:36.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20132024-08-06T07:37:37.019Z
20142024-08-06T07:37:37.019Zinfo: running `cargo check --bins` on installinator-client (40/142)
20152024-08-06T07:37:37.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162024-08-06T07:37:37.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172024-08-06T07:37:37.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182024-08-06T07:37:37.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20192024-08-06T07:37:37.646Z
20202024-08-06T07:37:37.646Zinfo: running `cargo check --bins` on installinator-common (41/142)
20212024-08-06T07:37:38.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222024-08-06T07:37:38.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232024-08-06T07:37:38.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242024-08-06T07:37:38.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20252024-08-06T07:37:38.273Z
20262024-08-06T07:37:38.273Zinfo: running `cargo check --bins` on update-engine (42/142)
20272024-08-06T07:37:38.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282024-08-06T07:37:38.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292024-08-06T07:37:38.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302024-08-06T07:37:38.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20312024-08-06T07:37:38.867Z
20322024-08-06T07:37:38.867Zinfo: running `cargo check --bins` on nexus-client (43/142)
20332024-08-06T07:37:39.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342024-08-06T07:37:39.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352024-08-06T07:37:39.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362024-08-06T07:37:39.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20372024-08-06T07:37:39.495Z
20382024-08-06T07:37:39.495Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/142)
20392024-08-06T07:37:40.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402024-08-06T07:37:40.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412024-08-06T07:37:40.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422024-08-06T07:37:40.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20432024-08-06T07:37:40.114Z
20442024-08-06T07:37:40.114Zinfo: running `cargo check --bins` on omicron-passwords (45/142)
20452024-08-06T07:37:40.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462024-08-06T07:37:40.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472024-08-06T07:37:40.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482024-08-06T07:37:40.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20492024-08-06T07:37:40.704Z
20502024-08-06T07:37:40.705Zinfo: running `cargo check --bins` on nexus-types (46/142)
20512024-08-06T07:37:41.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522024-08-06T07:37:41.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532024-08-06T07:37:41.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542024-08-06T07:37:41.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20552024-08-06T07:37:41.337Z
20562024-08-06T07:37:41.337Zinfo: running `cargo check --bins` on oxide-client (47/142)
20572024-08-06T07:37:41.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582024-08-06T07:37:41.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592024-08-06T07:37:41.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602024-08-06T07:37:41.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20612024-08-06T07:37:41.935Z
20622024-08-06T07:37:41.935Zinfo: running `cargo check --bins` on oximeter-client (48/142)
20632024-08-06T07:37:42.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642024-08-06T07:37:42.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652024-08-06T07:37:42.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662024-08-06T07:37:42.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20672024-08-06T07:37:42.553Z
20682024-08-06T07:37:42.553Zinfo: running `cargo check --bins` on sled-agent-client (49/142)
20692024-08-06T07:37:43.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702024-08-06T07:37:43.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712024-08-06T07:37:43.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722024-08-06T07:37:43.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20732024-08-06T07:37:43.176Z
20742024-08-06T07:37:43.176Zinfo: running `cargo check --bins` on wicketd-client (50/142)
20752024-08-06T07:37:43.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762024-08-06T07:37:43.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772024-08-06T07:37:43.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782024-08-06T07:37:43.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20792024-08-06T07:37:43.815Z
20802024-08-06T07:37:43.815Zinfo: running `cargo check --bins` on wicket-common (51/142)
20812024-08-06T07:37:44.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822024-08-06T07:37:44.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832024-08-06T07:37:44.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842024-08-06T07:37:44.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
20852024-08-06T07:37:44.454Z
20862024-08-06T07:37:44.454Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/142)
20872024-08-06T07:37:45.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882024-08-06T07:37:45.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892024-08-06T07:37:45.099Z Compiling heapless v0.8.0
20902024-08-06T07:37:45.102Z Checking hash32 v0.3.1
20912024-08-06T07:37:45.185Z Compiling smoltcp v0.11.0
20922024-08-06T07:37:45.205Z Checking embedded-io v0.4.0
20932024-08-06T07:37:45.207Z Checking cobs v0.2.3
20942024-08-06T07:37:45.227Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20952024-08-06T07:37:45.230Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20962024-08-06T07:37:45.252Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20972024-08-06T07:37:45.333Z Compiling crucible-workspace-hack v0.1.0
20982024-08-06T07:37:45.368Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20992024-08-06T07:37:45.383Z Checking csv-core v0.1.11
21002024-08-06T07:37:45.396Z Checking postcard v1.0.8
21012024-08-06T07:37:45.577Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21022024-08-06T07:37:45.725Z Checking csv v1.3.0
21032024-08-06T07:37:45.742Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21042024-08-06T07:37:45.785Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21052024-08-06T07:37:45.899Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21062024-08-06T07:37:46.088Z Compiling num-derive v0.4.2
21072024-08-06T07:37:46.111Z Compiling slog-dtrace v0.3.0
21082024-08-06T07:37:46.126Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21092024-08-06T07:37:46.209Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21102024-08-06T07:37:46.447Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21112024-08-06T07:37:46.517Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21122024-08-06T07:37:47.080Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21132024-08-06T07:37:47.092Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21142024-08-06T07:37:47.774Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21152024-08-06T07:37:48.902Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21162024-08-06T07:37:49.781Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21172024-08-06T07:37:50.869Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21182024-08-06T07:37:53.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
21192024-08-06T07:37:53.774Z
21202024-08-06T07:37:53.774Zinfo: running `cargo check --bins` on cockroach-admin-api (53/142)
21212024-08-06T07:37:54.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-08-06T07:37:54.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-08-06T07:37:54.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242024-08-06T07:37:54.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21252024-08-06T07:37:54.394Z
21262024-08-06T07:37:54.394Zinfo: running `cargo check --bins` on cockroach-admin-types (54/142)
21272024-08-06T07:37:54.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-08-06T07:37:54.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-08-06T07:37:54.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302024-08-06T07:37:54.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21312024-08-06T07:37:55.022Z
21322024-08-06T07:37:55.022Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/142)
21332024-08-06T07:37:55.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342024-08-06T07:37:55.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352024-08-06T07:37:55.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362024-08-06T07:37:55.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
21372024-08-06T07:37:55.749Z
21382024-08-06T07:37:55.749Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/142)
21392024-08-06T07:37:56.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402024-08-06T07:37:56.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412024-08-06T07:37:56.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422024-08-06T07:37:56.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
21432024-08-06T07:37:56.493Z
21442024-08-06T07:37:56.493Zinfo: running `cargo check --bins` on dns-server (57/142)
21452024-08-06T07:37:57.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462024-08-06T07:37:57.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472024-08-06T07:37:57.119Z Compiling parking_lot_core v0.8.6
21482024-08-06T07:37:57.203Z Checking nibble_vec v0.1.0
21492024-08-06T07:37:57.212Z Checking endian-type v0.1.2
21502024-08-06T07:37:57.220Z Checking newline-converter v0.3.0
21512024-08-06T07:37:57.223Z Checking linked-hash-map v0.5.6
21522024-08-06T07:37:57.223Z Checking quick-error v1.2.3
21532024-08-06T07:37:57.229Z Checking toml v0.5.11
21542024-08-06T07:37:57.232Z Checking fxhash v0.2.1
21552024-08-06T07:37:57.345Z Checking expectorate v1.1.0
21562024-08-06T07:37:57.364Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21572024-08-06T07:37:57.384Z Checking radix_trie v0.2.1
21582024-08-06T07:37:57.492Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21592024-08-06T07:37:57.512Z Checking resolv-conf v0.7.0
21602024-08-06T07:37:57.524Z Checking lru-cache v0.1.2
21612024-08-06T07:37:57.744Z Checking trust-dns-client v0.22.0
21622024-08-06T07:37:57.811Z Checking trust-dns-resolver v0.22.0
21632024-08-06T07:37:57.919Z Checking parking_lot v0.11.2
21642024-08-06T07:37:58.246Z Checking sled v0.34.7
21652024-08-06T07:37:58.618Z Checking trust-dns-server v0.22.1
21662024-08-06T07:38:00.248Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21672024-08-06T07:38:01.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
21682024-08-06T07:38:01.486Z
21692024-08-06T07:38:01.486Zinfo: running `cargo check --bins` on dns-server-api (58/142)
21702024-08-06T07:38:02.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712024-08-06T07:38:02.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722024-08-06T07:38:02.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732024-08-06T07:38:02.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21742024-08-06T07:38:02.095Z
21752024-08-06T07:38:02.095Zinfo: running `cargo check --bins` on gateway-test-utils (59/142)
21762024-08-06T07:38:02.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772024-08-06T07:38:02.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782024-08-06T07:38:02.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792024-08-06T07:38:02.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21802024-08-06T07:38:02.753Z
21812024-08-06T07:38:02.753Zinfo: running `cargo check --bins` on gateway-types (60/142)
21822024-08-06T07:38:03.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832024-08-06T07:38:03.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842024-08-06T07:38:03.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852024-08-06T07:38:03.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21862024-08-06T07:38:03.367Z
21872024-08-06T07:38:03.368Zinfo: running `cargo check --bins` on ipcc (61/142)
21882024-08-06T07:38:03.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892024-08-06T07:38:03.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902024-08-06T07:38:03.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912024-08-06T07:38:03.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21922024-08-06T07:38:03.987Z
21932024-08-06T07:38:03.987Zinfo: running `cargo check --bins` on omicron-gateway (62/142)
21942024-08-06T07:38:04.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952024-08-06T07:38:04.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962024-08-06T07:38:04.664Z Compiling radium v0.7.0
21972024-08-06T07:38:04.753Z Checking tap v1.0.1
21982024-08-06T07:38:04.756Z Compiling maybe-uninit v2.0.0
21992024-08-06T07:38:04.770Z Compiling bzip2-sys v0.1.11+1.0.8
22002024-08-06T07:38:04.773Z Compiling num-bigint-dig v0.8.4
22012024-08-06T07:38:04.773Z Checking crc-catalog v2.4.0
22022024-08-06T07:38:04.773Z Checking funty v2.0.0
22032024-08-06T07:38:04.783Z Compiling packed_struct v0.10.1
22042024-08-06T07:38:04.879Z Checking wyz v0.5.1
22052024-08-06T07:38:04.928Z Checking crc v3.2.1
22062024-08-06T07:38:05.108Z Compiling packed_struct_codegen v0.10.1
22072024-08-06T07:38:05.239Z Compiling indexmap v1.9.3
22082024-08-06T07:38:05.305Z Checking half v2.4.1
22092024-08-06T07:38:05.322Z Checking nodrop v0.1.14
22102024-08-06T07:38:05.429Z Checking ciborium-io v0.2.2
22112024-08-06T07:38:05.442Z Checking array-init v0.0.4
22122024-08-06T07:38:05.553Z Checking smallvec v0.6.14
22132024-08-06T07:38:05.594Z Checking pkcs1 v0.7.5
22142024-08-06T07:38:05.726Z Checking bitvec v1.0.1
22152024-08-06T07:38:05.772Z Checking ciborium-ll v0.2.2
22162024-08-06T07:38:05.951Z Checking signature v2.2.0
22172024-08-06T07:38:05.968Z Compiling memoffset v0.9.1
22182024-08-06T07:38:06.054Z Checking bitfield v0.14.0
22192024-08-06T07:38:06.092Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22202024-08-06T07:38:06.133Z Checking hashbrown v0.12.3
22212024-08-06T07:38:06.317Z Checking env_logger v0.10.2
22222024-08-06T07:38:06.395Z Checking bzip2 v0.4.4
22232024-08-06T07:38:06.434Z Checking ciborium v0.2.2
22242024-08-06T07:38:06.449Z Checking serde-hex v0.1.0
22252024-08-06T07:38:06.693Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22262024-08-06T07:38:06.723Z Checking ron v0.8.1
22272024-08-06T07:38:06.935Z Checking x509-cert v0.2.5
22282024-08-06T07:38:07.431Z Checking hashbrown v0.13.2
22292024-08-06T07:38:07.785Z Checking rsa v0.9.6
22302024-08-06T07:38:07.820Z Checking crc-any v2.5.0
22312024-08-06T07:38:07.944Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22322024-08-06T07:38:08.205Z Checking zip v0.6.6
22332024-08-06T07:38:08.316Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22342024-08-06T07:38:08.416Z Checking object v0.30.4
22352024-08-06T07:38:08.514Z Checking path-slash v0.1.5
22362024-08-06T07:38:08.579Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22372024-08-06T07:38:08.644Z Checking nix v0.27.1
22382024-08-06T07:38:08.694Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22392024-08-06T07:38:08.839Z Checking serde-big-array v0.5.1
22402024-08-06T07:38:08.875Z Checking signal-hook-tokio v0.3.1
22412024-08-06T07:38:10.686Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22422024-08-06T07:38:11.234Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22432024-08-06T07:38:17.939Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22442024-08-06T07:38:19.176Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22452024-08-06T07:38:20.939Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22462024-08-06T07:38:22.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.72s
22472024-08-06T07:38:22.872Z
22482024-08-06T07:38:22.872Zinfo: running `cargo check --bins` on gateway-api (63/142)
22492024-08-06T07:38:23.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502024-08-06T07:38:23.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512024-08-06T07:38:23.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522024-08-06T07:38:23.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22532024-08-06T07:38:23.490Z
22542024-08-06T07:38:23.490Zinfo: running `cargo check --bins` on sp-sim (64/142)
22552024-08-06T07:38:24.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562024-08-06T07:38:24.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572024-08-06T07:38:24.111Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22582024-08-06T07:38:25.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
22592024-08-06T07:38:25.885Z
22602024-08-06T07:38:25.885Zinfo: running `cargo check --bins` on internal-dns (65/142)
22612024-08-06T07:38:26.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622024-08-06T07:38:26.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632024-08-06T07:38:26.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642024-08-06T07:38:26.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22652024-08-06T07:38:26.511Z
22662024-08-06T07:38:26.511Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/142)
22672024-08-06T07:38:27.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682024-08-06T07:38:27.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692024-08-06T07:38:27.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702024-08-06T07:38:27.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22712024-08-06T07:38:27.183Z
22722024-08-06T07:38:27.183Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/142)
22732024-08-06T07:38:27.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742024-08-06T07:38:27.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752024-08-06T07:38:27.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762024-08-06T07:38:27.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22772024-08-06T07:38:27.852Z
22782024-08-06T07:38:27.852Zinfo: running `cargo check --bins` on db-macros (68/142)
22792024-08-06T07:38:28.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802024-08-06T07:38:28.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812024-08-06T07:38:28.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822024-08-06T07:38:28.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22832024-08-06T07:38:28.438Z
22842024-08-06T07:38:28.438Zinfo: running `cargo check --bins` on nexus-macros-common (69/142)
22852024-08-06T07:38:28.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862024-08-06T07:38:28.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872024-08-06T07:38:28.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882024-08-06T07:38:28.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22892024-08-06T07:38:29.028Z
22902024-08-06T07:38:29.028Zinfo: running `cargo check --bins` on nexus-auth (70/142)
22912024-08-06T07:38:29.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922024-08-06T07:38:29.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932024-08-06T07:38:29.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942024-08-06T07:38:29.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22952024-08-06T07:38:29.682Z
22962024-08-06T07:38:29.682Zinfo: running `cargo check --bins` on authz-macros (71/142)
22972024-08-06T07:38:30.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982024-08-06T07:38:30.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992024-08-06T07:38:30.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002024-08-06T07:38:30.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23012024-08-06T07:38:30.265Z
23022024-08-06T07:38:30.265Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/142)
23032024-08-06T07:38:30.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042024-08-06T07:38:30.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052024-08-06T07:38:30.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062024-08-06T07:38:30.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23072024-08-06T07:38:30.905Z
23082024-08-06T07:38:30.905Zinfo: running `cargo check --bins` on nexus-db-model (73/142)
23092024-08-06T07:38:31.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102024-08-06T07:38:31.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112024-08-06T07:38:31.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122024-08-06T07:38:31.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23132024-08-06T07:38:31.545Z
23142024-08-06T07:38:31.545Zinfo: running `cargo check --bins` on nexus-defaults (74/142)
23152024-08-06T07:38:32.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162024-08-06T07:38:32.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172024-08-06T07:38:32.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182024-08-06T07:38:32.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23192024-08-06T07:38:32.163Z
23202024-08-06T07:38:32.163Zinfo: running `cargo check --bins` on oximeter (75/142)
23212024-08-06T07:38:32.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222024-08-06T07:38:32.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232024-08-06T07:38:32.789Z Compiling rustls-pki-types v1.7.0
23242024-08-06T07:38:32.881Z Compiling match_cfg v0.1.0
23252024-08-06T07:38:32.881Z Compiling prettyplease v0.2.20
23262024-08-06T07:38:32.913Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23272024-08-06T07:38:32.920Z Compiling slog-json v2.6.1
23282024-08-06T07:38:32.920Z Compiling http v1.1.0
23292024-08-06T07:38:32.925Z Compiling atomic-waker v1.1.2
23302024-08-06T07:38:32.936Z Compiling hostname v0.3.1
23312024-08-06T07:38:32.984Z Compiling async-stream v0.3.5
23322024-08-06T07:38:33.118Z Compiling waitgroup v0.1.2
23332024-08-06T07:38:33.168Z Compiling slog-bunyan v2.5.0
23342024-08-06T07:38:33.184Z Compiling toml v0.8.19
23352024-08-06T07:38:33.255Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23362024-08-06T07:38:33.271Z Compiling sha1 v0.10.6
23372024-08-06T07:38:33.305Z Compiling rustls-webpki v0.102.4
23382024-08-06T07:38:33.324Z Compiling rustls-pemfile v2.1.3
23392024-08-06T07:38:33.359Z Compiling newtype-uuid v1.1.0
23402024-08-06T07:38:33.458Z Compiling serde_path_to_error v0.1.16
23412024-08-06T07:38:33.677Z Compiling hostname v0.4.0
23422024-08-06T07:38:33.692Z Compiling instant v0.1.12
23432024-08-06T07:38:33.706Z Compiling debug-ignore v1.0.5
23442024-08-06T07:38:33.789Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23452024-08-06T07:38:33.838Z Compiling backoff v0.4.0
23462024-08-06T07:38:33.852Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23472024-08-06T07:38:34.121Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482024-08-06T07:38:34.129Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23492024-08-06T07:38:34.129Z Compiling rustls v0.22.4
23502024-08-06T07:38:34.180Z Compiling parse-display v0.9.1
23512024-08-06T07:38:34.283Z Compiling serde_with v3.8.3
23522024-08-06T07:38:34.837Z Compiling multer v3.1.0
23532024-08-06T07:38:34.948Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23542024-08-06T07:38:35.097Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23552024-08-06T07:38:35.235Z Compiling num-rational v0.4.2
23562024-08-06T07:38:35.374Z Compiling num-complex v0.4.6
23572024-08-06T07:38:35.390Z Compiling macaddr v1.0.1
23582024-08-06T07:38:36.460Z Compiling num v0.4.3
23592024-08-06T07:38:36.518Z Compiling float-ord v0.3.2
23602024-08-06T07:38:37.470Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23612024-08-06T07:38:38.170Z Compiling tokio-rustls v0.25.0
23622024-08-06T07:38:38.480Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23632024-08-06T07:38:41.935Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23642024-08-06T07:38:53.248Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23652024-08-06T07:38:56.373Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23662024-08-06T07:38:56.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.80s
23672024-08-06T07:38:57.109Z
23682024-08-06T07:38:57.109Zinfo: running `cargo check --bins` on oximeter-impl (76/142)
23692024-08-06T07:38:57.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-08-06T07:38:57.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-08-06T07:38:57.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722024-08-06T07:38:57.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23732024-08-06T07:38:57.731Z
23742024-08-06T07:38:57.731Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/142)
23752024-08-06T07:38:58.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-08-06T07:38:58.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-08-06T07:38:58.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782024-08-06T07:38:58.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23792024-08-06T07:38:58.322Z
23802024-08-06T07:38:58.322Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/142)
23812024-08-06T07:38:58.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-08-06T07:38:58.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-08-06T07:38:58.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842024-08-06T07:38:58.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23852024-08-06T07:38:58.945Z
23862024-08-06T07:38:58.945Zinfo: running `cargo check --bins` on nexus-inventory (79/142)
23872024-08-06T07:38:59.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-08-06T07:38:59.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-08-06T07:38:59.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-08-06T07:38:59.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23912024-08-06T07:38:59.593Z
23922024-08-06T07:38:59.593Zinfo: running `cargo check --bins` on typed-rng (80/142)
23932024-08-06T07:39:00.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-08-06T07:39:00.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-08-06T07:39:00.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-08-06T07:39:00.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23972024-08-06T07:39:00.215Z
23982024-08-06T07:39:00.215Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/142)
23992024-08-06T07:39:00.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-08-06T07:39:00.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-08-06T07:39:00.942Z Checking password-hash v0.5.0
24022024-08-06T07:39:00.942Z Checking blake2 v0.10.6
24032024-08-06T07:39:00.945Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24042024-08-06T07:39:00.945Z Compiling semver v0.1.20
24052024-08-06T07:39:00.945Z Compiling rayon-core v1.12.1
24062024-08-06T07:39:01.035Z Compiling convert_case v0.4.0
24072024-08-06T07:39:01.067Z Compiling crossbeam-deque v0.8.5
24082024-08-06T07:39:01.093Z Compiling unicase v2.7.0
24092024-08-06T07:39:01.365Z Compiling libefi-sys v0.1.0
24102024-08-06T07:39:01.418Z Compiling rustc_version v0.1.7
24112024-08-06T07:39:01.436Z Compiling fastrand v2.1.0
24122024-08-06T07:39:01.436Z Compiling same-file v1.0.6
24132024-08-06T07:39:01.448Z Checking argon2 v0.5.3
24142024-08-06T07:39:01.680Z Compiling walkdir v2.5.0
24152024-08-06T07:39:01.737Z Compiling curve25519-dalek v4.1.3
24162024-08-06T07:39:01.884Z Compiling tempfile v3.10.1
24172024-08-06T07:39:01.909Z Compiling newtype_derive v0.1.6
24182024-08-06T07:39:02.016Z Compiling derive_more v0.99.18
24192024-08-06T07:39:02.061Z Compiling derive-where v1.2.7
24202024-08-06T07:39:02.185Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24212024-08-06T07:39:02.278Z Compiling bitfield-struct v0.6.1
24222024-08-06T07:39:02.354Z Compiling ring v0.16.20
24232024-08-06T07:39:02.407Z Compiling blake3 v1.5.1
24242024-08-06T07:39:02.451Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24252024-08-06T07:39:02.728Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24262024-08-06T07:39:03.034Z Checking keccak v0.1.5
24272024-08-06T07:39:03.358Z Checking sha3 v0.10.8
24282024-08-06T07:39:03.460Z Compiling rayon v1.10.0
24292024-08-06T07:39:03.748Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24302024-08-06T07:39:03.830Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24312024-08-06T07:39:03.855Z Checking universal-hash v0.5.1
24322024-08-06T07:39:04.038Z Compiling thiserror-impl-no-std v2.0.2
24332024-08-06T07:39:04.124Z Checking secrecy v0.8.0
24342024-08-06T07:39:04.140Z Compiling curve25519-dalek-derive v0.1.1
24352024-08-06T07:39:04.320Z Compiling memmap2 v0.9.4
24362024-08-06T07:39:04.337Z Compiling untrusted v0.7.1
24372024-08-06T07:39:04.520Z Checking opaque-debug v0.3.1
24382024-08-06T07:39:04.606Z Compiling constant_time_eq v0.3.0
24392024-08-06T07:39:04.817Z Compiling arrayref v0.3.7
24402024-08-06T07:39:04.833Z Compiling spin v0.5.2
24412024-08-06T07:39:04.922Z Compiling home v0.5.9
24422024-08-06T07:39:05.079Z Compiling arrayvec v0.7.4
24432024-08-06T07:39:05.200Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24442024-08-06T07:39:05.314Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24452024-08-06T07:39:05.480Z Compiling toolchain_find v0.4.0
24462024-08-06T07:39:05.749Z Checking poly1305 v0.8.0
24472024-08-06T07:39:05.778Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24482024-08-06T07:39:06.181Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24492024-08-06T07:39:06.245Z Checking steno v0.4.1
24502024-08-06T07:39:06.262Z Compiling camino-tempfile v1.1.1
24512024-08-06T07:39:06.760Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24522024-08-06T07:39:06.954Z Checking chacha20 v0.9.1
24532024-08-06T07:39:07.262Z Checking gethostname v0.5.0
24542024-08-06T07:39:07.400Z Checking aead v0.5.2
24552024-08-06T07:39:07.462Z Checking thiserror-no-std v2.0.2
24562024-08-06T07:39:07.577Z Compiling topological-sort v0.2.2
24572024-08-06T07:39:07.611Z Compiling cancel-safe-futures v0.1.5
24582024-08-06T07:39:07.725Z Checking vsss-rs v3.3.4
24592024-08-06T07:39:07.798Z Checking chacha20poly1305 v0.10.1
24602024-08-06T07:39:08.015Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24612024-08-06T07:39:08.264Z Compiling mime_guess v2.0.4
24622024-08-06T07:39:08.640Z Compiling omicron-zone-package v0.11.0
24632024-08-06T07:39:09.267Z Compiling rustfmt-wrapper v0.2.1
24642024-08-06T07:39:09.492Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24652024-08-06T07:39:09.638Z Checking glob v0.3.1
24662024-08-06T07:39:09.976Z Checking libsw v3.3.1
24672024-08-06T07:39:10.000Z Checking linear-map v1.2.0
24682024-08-06T07:39:10.015Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24692024-08-06T07:39:10.159Z Checking swrite v0.1.0
24702024-08-06T07:39:10.203Z Checking owo-colors v4.0.0
24712024-08-06T07:39:10.271Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24722024-08-06T07:39:10.321Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24732024-08-06T07:39:10.929Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24742024-08-06T07:39:11.069Z Checking kstat-rs v0.2.4
24752024-08-06T07:39:11.179Z Checking nanorand v0.7.0
24762024-08-06T07:39:11.257Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24772024-08-06T07:39:11.425Z Checking http-range v0.1.5
24782024-08-06T07:39:11.446Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24792024-08-06T07:39:11.543Z Checking flume v0.11.0
24802024-08-06T07:39:11.604Z Checking hyper-staticfile v0.9.5
24812024-08-06T07:39:11.974Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24822024-08-06T07:39:11.998Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24832024-08-06T07:39:12.027Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24842024-08-06T07:39:12.074Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24852024-08-06T07:39:12.133Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24862024-08-06T07:39:13.383Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24872024-08-06T07:39:13.650Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24882024-08-06T07:39:15.018Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24892024-08-06T07:39:15.073Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24902024-08-06T07:39:15.367Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24912024-08-06T07:39:15.995Z Checking display-error-chain v0.2.0
24922024-08-06T07:39:22.701Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24932024-08-06T07:39:28.061Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24942024-08-06T07:39:28.061Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24952024-08-06T07:39:28.726Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24962024-08-06T07:39:43.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.37s
24972024-08-06T07:39:43.768Z
24982024-08-06T07:39:43.768Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/142)
24992024-08-06T07:39:44.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-08-06T07:39:44.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-08-06T07:39:44.479Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25022024-08-06T07:39:59.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.92s
25032024-08-06T07:39:59.855Z
25042024-08-06T07:39:59.855Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/142)
25052024-08-06T07:40:00.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-08-06T07:40:00.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-08-06T07:40:00.558Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25082024-08-06T07:40:15.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s
25092024-08-06T07:40:15.774Z
25102024-08-06T07:40:15.775Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/142)
25112024-08-06T07:40:16.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-08-06T07:40:16.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-08-06T07:40:16.482Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25142024-08-06T07:40:31.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s
25152024-08-06T07:40:31.632Z
25162024-08-06T07:40:31.632Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/142)
25172024-08-06T07:40:32.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-08-06T07:40:32.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-08-06T07:40:32.342Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25202024-08-06T07:40:47.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.84s
25212024-08-06T07:40:47.639Z
25222024-08-06T07:40:47.639Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/142)
25232024-08-06T07:40:48.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-08-06T07:40:48.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-08-06T07:40:48.342Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25262024-08-06T07:41:03.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.71s
25272024-08-06T07:41:03.516Z
25282024-08-06T07:41:03.516Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/142)
25292024-08-06T07:41:04.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-08-06T07:41:04.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-08-06T07:41:04.222Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25322024-08-06T07:41:19.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s
25332024-08-06T07:41:19.300Z
25342024-08-06T07:41:19.300Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/142)
25352024-08-06T07:41:19.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-08-06T07:41:19.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-08-06T07:41:20.009Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25382024-08-06T07:41:35.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s
25392024-08-06T07:41:35.323Z
25402024-08-06T07:41:35.323Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/142)
25412024-08-06T07:41:35.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-08-06T07:41:35.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-08-06T07:41:35.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-08-06T07:41:35.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25452024-08-06T07:41:35.970Z
25462024-08-06T07:41:35.970Zinfo: running `cargo check --bins` on sled-agent-types (90/142)
25472024-08-06T07:41:36.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-08-06T07:41:36.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-08-06T07:41:36.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-08-06T07:41:36.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25512024-08-06T07:41:36.610Z
25522024-08-06T07:41:36.610Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/142)
25532024-08-06T07:41:37.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-08-06T07:41:37.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-08-06T07:41:37.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-08-06T07:41:37.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25572024-08-06T07:41:37.245Z
25582024-08-06T07:41:37.245Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/142)
25592024-08-06T07:41:38.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-08-06T07:41:38.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-08-06T07:41:38.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-08-06T07:41:38.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25632024-08-06T07:41:38.820Z
25642024-08-06T07:41:38.820Zinfo: running `cargo check --bins` on key-manager (93/142)
25652024-08-06T07:41:38.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-08-06T07:41:38.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-08-06T07:41:38.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-08-06T07:41:38.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25692024-08-06T07:41:38.820Z
25702024-08-06T07:41:38.820Zinfo: running `cargo check --bins` on sled-hardware (94/142)
25712024-08-06T07:41:39.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-08-06T07:41:39.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-08-06T07:41:39.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-08-06T07:41:39.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25752024-08-06T07:41:39.121Z
25762024-08-06T07:41:39.121Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/142)
25772024-08-06T07:41:39.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-08-06T07:41:39.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-08-06T07:41:39.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-08-06T07:41:39.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25812024-08-06T07:41:39.709Z
25822024-08-06T07:41:39.709Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/142)
25832024-08-06T07:41:40.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-08-06T07:41:40.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-08-06T07:41:40.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-08-06T07:41:40.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25872024-08-06T07:41:40.331Z
25882024-08-06T07:41:40.331Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/142)
25892024-08-06T07:41:40.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-08-06T07:41:40.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-08-06T07:41:40.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-08-06T07:41:40.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25932024-08-06T07:41:40.953Z
25942024-08-06T07:41:40.953Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/142)
25952024-08-06T07:41:41.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-08-06T07:41:41.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-08-06T07:41:41.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-08-06T07:41:41.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25992024-08-06T07:41:41.574Z
26002024-08-06T07:41:41.575Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/142)
26012024-08-06T07:41:42.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-08-06T07:41:42.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-08-06T07:41:42.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-08-06T07:41:42.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26052024-08-06T07:41:42.197Z
26062024-08-06T07:41:42.197Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/142)
26072024-08-06T07:41:42.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-08-06T07:41:42.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-08-06T07:41:42.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-08-06T07:41:42.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26112024-08-06T07:41:42.814Z
26122024-08-06T07:41:42.814Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/142)
26132024-08-06T07:41:43.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-08-06T07:41:43.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-08-06T07:41:43.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162024-08-06T07:41:43.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26172024-08-06T07:41:43.432Z
26182024-08-06T07:41:43.432Zinfo: running `cargo check --bins` on oximeter-producer (102/142)
26192024-08-06T07:41:44.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202024-08-06T07:41:44.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212024-08-06T07:41:44.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222024-08-06T07:41:44.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26232024-08-06T07:41:44.067Z
26242024-08-06T07:41:44.067Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/142)
26252024-08-06T07:41:44.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-08-06T07:41:44.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-08-06T07:41:44.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-08-06T07:41:44.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26292024-08-06T07:41:44.707Z
26302024-08-06T07:41:44.707Zinfo: running `cargo check --bins` on nexus-test-interface (104/142)
26312024-08-06T07:41:45.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-08-06T07:41:45.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-08-06T07:41:45.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-08-06T07:41:45.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26352024-08-06T07:41:45.344Z
26362024-08-06T07:41:45.344Zinfo: running `cargo check --bins` on oximeter-collector (105/142)
26372024-08-06T07:41:45.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-08-06T07:41:45.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-08-06T07:41:46.016Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26402024-08-06T07:41:46.020Z Checking bcs v0.1.6
26412024-08-06T07:41:46.020Z Compiling async-recursion v1.1.1
26422024-08-06T07:41:46.020Z Checking highway v1.1.0
26432024-08-06T07:41:46.020Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26442024-08-06T07:41:46.020Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26452024-08-06T07:41:47.112Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462024-08-06T07:41:50.382Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26472024-08-06T07:41:52.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
26482024-08-06T07:41:52.213Z
26492024-08-06T07:41:52.213Zinfo: running `cargo check --bins` on oximeter-api (106/142)
26502024-08-06T07:41:52.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-08-06T07:41:52.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-08-06T07:41:52.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532024-08-06T07:41:52.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26542024-08-06T07:41:52.824Z
26552024-08-06T07:41:52.824Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/142)
26562024-08-06T07:41:53.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-08-06T07:41:53.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-08-06T07:41:53.451Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26592024-08-06T07:41:54.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
26602024-08-06T07:41:54.181Z
26612024-08-06T07:41:54.181Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/142)
26622024-08-06T07:41:54.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-08-06T07:41:54.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-08-06T07:41:54.825Z Compiling cfg_aliases v0.1.1
26652024-08-06T07:41:54.828Z Compiling vte_generate_state_changes v0.1.1
26662024-08-06T07:41:54.828Z Checking fd-lock v4.0.2
26672024-08-06T07:41:54.828Z Checking bytecount v0.6.8
26682024-08-06T07:41:54.941Z Compiling tabled_derive v0.7.0
26692024-08-06T07:41:54.944Z Compiling peg-macros v0.8.4
26702024-08-06T07:41:54.945Z Compiling sqlparser_derive v0.2.2
26712024-08-06T07:41:54.945Z Checking unicode_categories v0.1.1
26722024-08-06T07:41:54.994Z Compiling nix v0.28.0
26732024-08-06T07:41:55.052Z Checking papergrid v0.11.0
26742024-08-06T07:41:55.082Z Checking home v0.5.9
26752024-08-06T07:41:55.223Z Checking nu-ansi-term v0.50.0
26762024-08-06T07:41:55.264Z Checking sqlformat v0.2.4
26772024-08-06T07:41:55.584Z Checking vte v0.11.1
26782024-08-06T07:41:56.060Z Checking sqlparser v0.45.0
26792024-08-06T07:41:56.966Z Checking strip-ansi-escapes v0.2.0
26802024-08-06T07:41:57.028Z Checking tabled v0.15.0
26812024-08-06T07:41:57.097Z Checking reedline v0.31.0
26822024-08-06T07:41:57.668Z Checking peg v0.8.4
26832024-08-06T07:41:58.067Z Checking rustyline v14.0.0
26842024-08-06T07:42:02.851Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26852024-08-06T07:42:08.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s
26862024-08-06T07:42:08.763Z
26872024-08-06T07:42:08.763Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/142)
26882024-08-06T07:42:09.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-08-06T07:42:09.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-08-06T07:42:09.406Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26912024-08-06T07:42:15.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
26922024-08-06T07:42:15.350Z
26932024-08-06T07:42:15.350Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/142)
26942024-08-06T07:42:15.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952024-08-06T07:42:15.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962024-08-06T07:42:15.977Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26972024-08-06T07:42:21.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
26982024-08-06T07:42:21.697Z
26992024-08-06T07:42:21.697Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/142)
27002024-08-06T07:42:22.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012024-08-06T07:42:22.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022024-08-06T07:42:22.339Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27032024-08-06T07:42:26.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
27042024-08-06T07:42:26.602Z
27052024-08-06T07:42:26.602Zinfo: running `cargo check --bins` on crdb-seed (112/142)
27062024-08-06T07:42:27.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072024-08-06T07:42:27.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082024-08-06T07:42:27.246Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27092024-08-06T07:42:27.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
27102024-08-06T07:42:27.715Z
27112024-08-06T07:42:27.715Zinfo: running `cargo check --bins` on xtask-downloader (113/142)
27122024-08-06T07:42:28.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132024-08-06T07:42:28.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142024-08-06T07:42:28.312Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27152024-08-06T07:42:29.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
27162024-08-06T07:42:29.296Z
27172024-08-06T07:42:29.296Zinfo: running `cargo check --bins` on omicron-omdb (114/142)
27182024-08-06T07:42:29.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192024-08-06T07:42:29.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202024-08-06T07:42:30.065Z Compiling glob v0.3.1
27212024-08-06T07:42:30.065Z Compiling crunchy v0.2.2
27222024-08-06T07:42:30.068Z Compiling tiny-keccak v2.0.2
27232024-08-06T07:42:30.181Z Compiling ascii-canvas v3.0.0
27242024-08-06T07:42:30.184Z Compiling ena v0.14.3
27252024-08-06T07:42:30.185Z Compiling libloading v0.8.3
27262024-08-06T07:42:30.185Z Compiling bindgen v0.69.4
27272024-08-06T07:42:30.193Z Compiling diff v0.1.13
27282024-08-06T07:42:30.558Z Compiling regex-syntax v0.6.29
27292024-08-06T07:42:30.588Z Compiling which v4.4.2
27302024-08-06T07:42:30.632Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27312024-08-06T07:42:30.701Z Compiling cexpr v0.6.0
27322024-08-06T07:42:30.848Z Compiling shlex v1.3.0
27332024-08-06T07:42:30.903Z Compiling ref-cast v1.0.23
27342024-08-06T07:42:30.961Z Compiling lazycell v1.3.0
27352024-08-06T07:42:31.093Z Compiling clang-sys v1.7.0
27362024-08-06T07:42:31.130Z Compiling rustc-hash v1.1.0
27372024-08-06T07:42:31.180Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27382024-08-06T07:42:31.267Z Compiling derive_builder_core v0.20.0
27392024-08-06T07:42:31.283Z Compiling libxml v0.3.3
27402024-08-06T07:42:31.426Z Compiling ref-cast-impl v1.0.23
27412024-08-06T07:42:31.467Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27422024-08-06T07:42:31.545Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27432024-08-06T07:42:31.693Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27442024-08-06T07:42:31.935Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27452024-08-06T07:42:31.986Z Compiling strum_macros v0.24.3
27462024-08-06T07:42:32.285Z Compiling cookie v0.18.1
27472024-08-06T07:42:32.534Z Compiling indoc v1.0.9
27482024-08-06T07:42:32.723Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27492024-08-06T07:42:33.023Z Compiling oso-derive v0.27.3
27502024-08-06T07:42:33.570Z Compiling impl-trait-for-tuples v0.2.2
27512024-08-06T07:42:33.736Z Compiling lalrpop v0.19.12
27522024-08-06T07:42:34.152Z Compiling derive_builder_macro v0.20.0
27532024-08-06T07:42:34.488Z Checking quick-xml v0.31.0
27542024-08-06T07:42:35.072Z Checking derive_builder v0.20.0
27552024-08-06T07:42:35.228Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
27562024-08-06T07:42:35.734Z Checking maplit v1.0.2
27572024-08-06T07:42:36.411Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27582024-08-06T07:42:36.544Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27592024-08-06T07:42:36.600Z Checking bb8 v0.8.5
27602024-08-06T07:42:36.869Z Compiling const_format_proc_macros v0.2.32
27612024-08-06T07:42:37.082Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
27622024-08-06T07:42:38.111Z Checking crossbeam-deque v0.8.5
27632024-08-06T07:42:38.192Z Compiling portable-atomic v1.6.0
27642024-08-06T07:42:38.446Z Checking rayon-core v1.12.1
27652024-08-06T07:42:39.079Z Checking const_format v0.2.32
27662024-08-06T07:42:39.164Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27672024-08-06T07:42:39.309Z Checking castaway v0.2.2
27682024-08-06T07:42:39.471Z Checking compact_str v0.7.1
27692024-08-06T07:42:39.541Z Checking rayon v1.10.0
27702024-08-06T07:42:40.319Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
27712024-08-06T07:42:40.575Z Checking unicode-truncate v1.0.0
27722024-08-06T07:42:40.609Z Checking itertools v0.13.0
27732024-08-06T07:42:40.822Z Checking lru v0.12.3
27742024-08-06T07:42:41.135Z Compiling stability v0.2.0
27752024-08-06T07:42:41.992Z Checking number_prefix v0.4.0
27762024-08-06T07:42:42.175Z Checking unicode-linebreak v0.1.5
27772024-08-06T07:42:42.200Z Checking cassowary v0.3.0
27782024-08-06T07:42:42.603Z Checking smawk v0.3.2
27792024-08-06T07:42:42.664Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802024-08-06T07:42:42.810Z Checking textwrap v0.16.1
27812024-08-06T07:42:43.170Z Checking multimap v0.10.0
27822024-08-06T07:42:43.201Z Checking ratatui v0.27.0
27832024-08-06T07:42:43.443Z Checking indicatif v0.17.8
27842024-08-06T07:43:04.801Z Compiling samael v0.0.15
27852024-08-06T07:43:20.005Z Compiling polar-core v0.27.3
27862024-08-06T07:43:27.027Z Checking oso v0.27.3
27872024-08-06T07:43:55.923Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27882024-08-06T07:44:00.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
27892024-08-06T07:44:00.958Z
27902024-08-06T07:44:00.958Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (115/142)
27912024-08-06T07:44:01.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-08-06T07:44:01.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-08-06T07:44:01.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-08-06T07:44:01.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27952024-08-06T07:44:01.636Z
27962024-08-06T07:44:01.636Zinfo: running `cargo check --bins` on nexus-saga-recovery (116/142)
27972024-08-06T07:44:02.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-08-06T07:44:02.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-08-06T07:44:02.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-08-06T07:44:02.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28012024-08-06T07:44:02.308Z
28022024-08-06T07:44:02.308Zinfo: running `cargo check --bins` on nexus-test-utils-macros (117/142)
28032024-08-06T07:44:02.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-08-06T07:44:02.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-08-06T07:44:02.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-08-06T07:44:02.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28072024-08-06T07:44:02.903Z
28082024-08-06T07:44:02.903Zinfo: running `cargo check --bins` on omicron-nexus (118/142)
28092024-08-06T07:44:03.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-08-06T07:44:03.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-08-06T07:44:03.670Z Compiling pin-project-internal v1.1.5
28122024-08-06T07:44:03.672Z Compiling snafu-derive v0.8.2
28132024-08-06T07:44:03.767Z Compiling buf-list v1.0.3
28142024-08-06T07:44:03.786Z Checking globset v0.4.14
28152024-08-06T07:44:03.789Z Checking olpc-cjson v0.1.3
28162024-08-06T07:44:03.789Z Checking rand_seeder v0.3.0
28172024-08-06T07:44:03.789Z Checking serde_plain v1.0.2
28182024-08-06T07:44:03.798Z Checking typed-path v0.7.1
28192024-08-06T07:44:04.007Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202024-08-06T07:44:04.023Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28212024-08-06T07:44:04.059Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222024-08-06T07:44:04.193Z Checking parse-size v1.0.0
28232024-08-06T07:44:04.251Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242024-08-06T07:44:04.324Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28252024-08-06T07:44:04.378Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28262024-08-06T07:44:04.418Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28272024-08-06T07:44:04.767Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282024-08-06T07:44:05.143Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28292024-08-06T07:44:05.258Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302024-08-06T07:44:05.346Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28312024-08-06T07:44:05.626Z Checking fatfs v0.3.6
28322024-08-06T07:44:05.695Z Checking assert_matches v1.5.0
28332024-08-06T07:44:06.801Z Checking pin-project v1.1.5
28342024-08-06T07:44:07.541Z Checking snafu v0.8.2
28352024-08-06T07:44:07.838Z Checking tough v0.17.1
28362024-08-06T07:44:10.805Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28372024-08-06T07:44:11.910Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28382024-08-06T07:44:55.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.09s
28392024-08-06T07:44:55.164Z
28402024-08-06T07:44:55.164Zinfo: running `cargo check --bins` on nexus-internal-api (119/142)
28412024-08-06T07:44:55.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-08-06T07:44:55.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-08-06T07:44:55.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-08-06T07:44:55.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28452024-08-06T07:44:55.812Z
28462024-08-06T07:44:55.812Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (120/142)
28472024-08-06T07:44:56.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-08-06T07:44:56.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-08-06T07:44:56.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-08-06T07:44:56.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28512024-08-06T07:44:56.476Z
28522024-08-06T07:44:56.477Zinfo: running `cargo check --bins` on nexus-networking (121/142)
28532024-08-06T07:44:57.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-08-06T07:44:57.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-08-06T07:44:57.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-08-06T07:44:57.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28572024-08-06T07:44:57.133Z
28582024-08-06T07:44:57.133Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (122/142)
28592024-08-06T07:44:57.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-08-06T07:44:57.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-08-06T07:44:57.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-08-06T07:44:57.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28632024-08-06T07:44:57.794Z
28642024-08-06T07:44:57.794Zinfo: running `cargo check --bins` on update-common (123/142)
28652024-08-06T07:44:58.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-08-06T07:44:58.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-08-06T07:44:58.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-08-06T07:44:58.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28692024-08-06T07:44:58.428Z
28702024-08-06T07:44:58.429Zinfo: running `cargo check --bins` on tufaceous-lib (124/142)
28712024-08-06T07:44:58.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-08-06T07:44:58.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-08-06T07:44:58.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-08-06T07:44:58.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28752024-08-06T07:44:59.059Z
28762024-08-06T07:44:59.059Zinfo: running `cargo check --bins` on tufaceous (125/142)
28772024-08-06T07:44:59.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-08-06T07:44:59.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-08-06T07:44:59.708Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
28802024-08-06T07:45:00.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
28812024-08-06T07:45:00.754Z
28822024-08-06T07:45:00.754Zinfo: running `cargo check --bins` on omicron-dev (126/142)
28832024-08-06T07:45:01.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-08-06T07:45:01.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-08-06T07:45:01.570Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28862024-08-06T07:45:01.580Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872024-08-06T07:45:01.580Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
28882024-08-06T07:45:02.935Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28892024-08-06T07:45:05.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
28902024-08-06T07:45:05.721Z
28912024-08-06T07:45:05.721Zinfo: running `cargo check --bins` on openapi-manager (127/142)
28922024-08-06T07:45:06.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-08-06T07:45:06.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-08-06T07:45:06.403Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28952024-08-06T07:45:06.403Z Checking is_ci v1.2.0
28962024-08-06T07:45:06.404Z Checking heck v0.4.1
28972024-08-06T07:45:06.419Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28982024-08-06T07:45:06.420Z Checking indent_write v2.2.0
28992024-08-06T07:45:06.575Z Checking supports-color v3.0.0
29002024-08-06T07:45:06.681Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29012024-08-06T07:45:08.041Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29022024-08-06T07:45:08.859Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29032024-08-06T07:45:09.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
29042024-08-06T07:45:09.962Z
29052024-08-06T07:45:09.962Zinfo: running `cargo check --bins` on installinator-api (128/142)
29062024-08-06T07:45:10.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-08-06T07:45:10.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-08-06T07:45:10.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092024-08-06T07:45:10.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29102024-08-06T07:45:10.860Z
29112024-08-06T07:45:10.860Zinfo: running `cargo check --bins` on wicketd-api (129/142)
29122024-08-06T07:45:11.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-08-06T07:45:11.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-08-06T07:45:11.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152024-08-06T07:45:11.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29162024-08-06T07:45:11.368Z
29172024-08-06T07:45:11.368Zinfo: running `cargo check --bins` on reconfigurator-cli (130/142)
29182024-08-06T07:45:11.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-08-06T07:45:11.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-08-06T07:45:11.999Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29212024-08-06T07:45:13.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
29222024-08-06T07:45:13.287Z
29232024-08-06T07:45:13.287Zinfo: running `cargo check --bins` on omicron-releng (131/142)
29242024-08-06T07:45:16.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-08-06T07:45:16.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-08-06T07:45:16.812Z Checking memmap2 v0.9.4
29272024-08-06T07:45:16.812Z Checking arrayvec v0.7.4
29282024-08-06T07:45:16.812Z Checking spin v0.5.2
29292024-08-06T07:45:16.812Z Checking arrayref v0.3.7
29302024-08-06T07:45:16.812Z Checking untrusted v0.7.1
29312024-08-06T07:45:16.812Z Checking constant_time_eq v0.3.0
29322024-08-06T07:45:16.812Z Checking cargo-platform v0.1.8
29332024-08-06T07:45:16.812Z Checking topological-sort v0.2.2
29342024-08-06T07:45:16.812Z Checking shell-words v1.1.0
29352024-08-06T07:45:16.813Z Checking ring v0.16.20
29362024-08-06T07:45:16.813Z Checking cargo_metadata v0.18.1
29372024-08-06T07:45:16.813Z Checking blake3 v1.5.1
29382024-08-06T07:45:16.813Z Checking omicron-zone-package v0.11.0
29392024-08-06T07:45:16.813Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29402024-08-06T07:45:17.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
29412024-08-06T07:45:17.563Z
29422024-08-06T07:45:17.563Zinfo: running `cargo check --bins` on xtask (132/142)
29432024-08-06T07:45:18.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-08-06T07:45:18.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-08-06T07:45:18.032Z Checking serde v1.0.204
29462024-08-06T07:45:18.032Z Checking thiserror v1.0.63
29472024-08-06T07:45:18.036Z Checking scroll v0.12.0
29482024-08-06T07:45:18.036Z Checking hashbrown v0.14.5
29492024-08-06T07:45:18.102Z Checking log v0.4.21
29502024-08-06T07:45:18.105Z Checking bitflags v2.6.0
29512024-08-06T07:45:18.105Z Checking zerocopy v0.7.34
29522024-08-06T07:45:18.159Z Checking syn v2.0.72
29532024-08-06T07:45:18.362Z Checking fs-err v2.11.0
29542024-08-06T07:45:18.412Z Checking rustix v0.38.34
29552024-08-06T07:45:18.551Z Checking goblin v0.8.2
29562024-08-06T07:45:18.606Z Checking tabled v0.15.0
29572024-08-06T07:45:19.105Z Checking indexmap v2.3.0
29582024-08-06T07:45:19.365Z Checking anyhow v1.0.86
29592024-08-06T07:45:19.413Z Checking terminal_size v0.3.0
29602024-08-06T07:45:19.574Z Checking clap_builder v4.5.13
29612024-08-06T07:45:21.940Z Checking clap v4.5.13
29622024-08-06T07:45:22.348Z Checking pest v2.7.10
29632024-08-06T07:45:22.393Z Checking serde_json v1.0.122
29642024-08-06T07:45:22.393Z Checking serde_spanned v0.6.7
29652024-08-06T07:45:22.396Z Checking toml_datetime v0.6.8
29662024-08-06T07:45:22.396Z Checking semver v1.0.23
29672024-08-06T07:45:22.396Z Checking camino v1.1.7
29682024-08-06T07:45:22.396Z Checking cargo-platform v0.1.8
29692024-08-06T07:45:22.396Z Checking macaddr v1.0.1
29702024-08-06T07:45:22.712Z Checking toml_edit v0.22.20
29712024-08-06T07:45:23.505Z Checking dof v0.3.0
29722024-08-06T07:45:23.505Z Checking cargo_metadata v0.18.1
29732024-08-06T07:45:24.050Z Checking dtrace-parser v0.2.0
29742024-08-06T07:45:24.372Z Checking usdt-impl v0.5.0
29752024-08-06T07:45:24.478Z Checking toml v0.8.19
29762024-08-06T07:45:24.729Z Checking usdt v0.5.0
29772024-08-06T07:45:24.978Z Checking cargo_toml v0.20.4
29782024-08-06T07:45:26.196Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29792024-08-06T07:45:26.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
29802024-08-06T07:45:26.873Z
29812024-08-06T07:45:26.873Zinfo: running `cargo check --bins` on end-to-end-tests (133/142)
29822024-08-06T07:45:27.325Z Downloading crates ...
29832024-08-06T07:45:27.589Z Downloaded option-ext v0.2.0
29842024-08-06T07:45:27.596Z Downloaded dhcproto-macros v0.1.0
29852024-08-06T07:45:27.602Z Downloaded aes-gcm v0.10.3
29862024-08-06T07:45:27.606Z Downloaded russh-cryptovec v0.7.2
29872024-08-06T07:45:27.609Z Downloaded rand_chacha v0.2.2
29882024-08-06T07:45:27.609Z Downloaded primeorder v0.13.6
29892024-08-06T07:45:27.609Z Downloaded cbc v0.1.2
29902024-08-06T07:45:27.614Z Downloaded pbkdf2 v0.11.0
29912024-08-06T07:45:27.614Z Downloaded rfc6979 v0.4.0
29922024-08-06T07:45:27.614Z Downloaded polyval v0.6.2
29932024-08-06T07:45:27.618Z Downloaded pbkdf2 v0.12.2
29942024-08-06T07:45:27.618Z Downloaded ed25519 v2.2.3
29952024-08-06T07:45:27.618Z Downloaded hex-literal v0.4.1
29962024-08-06T07:45:27.621Z Downloaded bcrypt-pbkdf v0.10.0
29972024-08-06T07:45:27.621Z Downloaded russh-keys v0.43.0
29982024-08-06T07:45:27.621Z Downloaded ecdsa v0.16.9
29992024-08-06T07:45:27.625Z Downloaded dirs v5.0.1
30002024-08-06T07:45:27.625Z Downloaded password-hash v0.4.2
30012024-08-06T07:45:27.628Z Downloaded ctr v0.9.2
30022024-08-06T07:45:27.628Z Downloaded rand_core v0.5.1
30032024-08-06T07:45:27.628Z Downloaded blowfish v0.9.1
30042024-08-06T07:45:27.632Z Downloaded internet-checksum v0.2.1
30052024-08-06T07:45:27.632Z Downloaded getrandom v0.1.16
30062024-08-06T07:45:27.635Z Downloaded dirs-sys v0.4.1
30072024-08-06T07:45:27.635Z Downloaded dhcproto v0.11.0
30082024-08-06T07:45:27.639Z Downloaded md5 v0.7.0
30092024-08-06T07:45:27.639Z Downloaded p256 v0.13.2
30102024-08-06T07:45:27.646Z Downloaded ed25519-dalek v2.1.1
30112024-08-06T07:45:27.650Z Downloaded ghash v0.5.1
30122024-08-06T07:45:27.650Z Downloaded russh v0.43.0
30132024-08-06T07:45:27.650Z Downloaded rand v0.7.3
30142024-08-06T07:45:27.654Z Downloaded p521 v0.13.3
30152024-08-06T07:45:27.658Z Downloaded aes v0.8.4
30162024-08-06T07:45:27.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-08-06T07:45:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-08-06T07:45:27.793Z Compiling getrandom v0.1.16
30192024-08-06T07:45:27.894Z Checking rfc6979 v0.4.0
30202024-08-06T07:45:27.905Z Checking primeorder v0.13.6
30212024-08-06T07:45:27.908Z Checking option-ext v0.2.0
30222024-08-06T07:45:27.909Z Checking ed25519 v2.2.3
30232024-08-06T07:45:27.909Z Checking polyval v0.6.2
30242024-08-06T07:45:27.909Z Checking aes v0.8.4
30252024-08-06T07:45:27.909Z Checking ctr v0.9.2
30262024-08-06T07:45:28.038Z Checking ecdsa v0.16.9
30272024-08-06T07:45:28.118Z Checking dirs-sys v0.4.1
30282024-08-06T07:45:28.197Z Checking blowfish v0.9.1
30292024-08-06T07:45:28.214Z Checking password-hash v0.4.2
30302024-08-06T07:45:28.230Z Checking pbkdf2 v0.12.2
30312024-08-06T07:45:28.293Z Checking dirs v5.0.1
30322024-08-06T07:45:28.388Z Checking ed25519-dalek v2.1.1
30332024-08-06T07:45:28.405Z Checking ghash v0.5.1
30342024-08-06T07:45:28.425Z Checking bcrypt-pbkdf v0.10.0
30352024-08-06T07:45:28.443Z Checking cbc v0.1.2
30362024-08-06T07:45:28.560Z Checking russh-cryptovec v0.7.2
30372024-08-06T07:45:28.630Z Checking pbkdf2 v0.11.0
30382024-08-06T07:45:28.647Z Checking md5 v0.7.0
30392024-08-06T07:45:28.666Z Checking hex-literal v0.4.1
30402024-08-06T07:45:28.722Z Compiling dhcproto-macros v0.1.0
30412024-08-06T07:45:28.747Z Checking p256 v0.13.2
30422024-08-06T07:45:28.764Z Checking p521 v0.13.3
30432024-08-06T07:45:28.784Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30442024-08-06T07:45:28.810Z Checking aes-gcm v0.10.3
30452024-08-06T07:45:28.856Z Checking rand_core v0.5.1
30462024-08-06T07:45:28.895Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30472024-08-06T07:45:28.914Z Checking internet-checksum v0.2.1
30482024-08-06T07:45:29.150Z Checking rand_chacha v0.2.2
30492024-08-06T07:45:29.420Z Checking rand v0.7.3
30502024-08-06T07:45:29.440Z Checking dhcproto v0.11.0
30512024-08-06T07:45:30.411Z Checking russh-keys v0.43.0
30522024-08-06T07:45:31.154Z Checking russh v0.43.0
30532024-08-06T07:45:48.028Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30542024-08-06T07:45:49.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.44s
30552024-08-06T07:45:49.498Z
30562024-08-06T07:45:49.498Zinfo: running `cargo check --bins` on gateway-cli (134/142)
30572024-08-06T07:45:50.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-08-06T07:45:50.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-08-06T07:45:50.132Z Checking termios v0.3.3
30602024-08-06T07:45:50.333Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30612024-08-06T07:45:51.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
30622024-08-06T07:45:51.225Z
30632024-08-06T07:45:51.225Zinfo: running `cargo check --bins --no-default-features` on installinator (135/142)
30642024-08-06T07:45:51.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-08-06T07:45:51.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-08-06T07:45:51.917Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30672024-08-06T07:45:53.900Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30682024-08-06T07:45:55.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30692024-08-06T07:45:55.807Z
30702024-08-06T07:45:55.807Zinfo: running `cargo check --bins` on internal-dns-cli (136/142)
30712024-08-06T07:45:56.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722024-08-06T07:45:56.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732024-08-06T07:45:56.436Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
30742024-08-06T07:45:56.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
30752024-08-06T07:45:57.010Z
30762024-08-06T07:45:57.010Zinfo: running `cargo check --bins` on omicron-package (137/142)
30772024-08-06T07:45:57.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782024-08-06T07:45:57.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792024-08-06T07:45:57.661Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30802024-08-06T07:45:58.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
30812024-08-06T07:45:59.014Z
30822024-08-06T07:45:59.014Zinfo: running `cargo check --bins` on wicket-dbg (138/142)
30832024-08-06T07:45:59.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842024-08-06T07:45:59.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852024-08-06T07:45:59.696Z Checking rtoolbox v0.0.2
30862024-08-06T07:45:59.699Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30872024-08-06T07:45:59.699Z Checking tui-tree-widget v0.21.0
30882024-08-06T07:45:59.913Z Checking rpassword v7.3.1
30892024-08-06T07:46:03.760Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30902024-08-06T07:46:06.611Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30912024-08-06T07:46:07.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.64s
30922024-08-06T07:46:07.819Z
30932024-08-06T07:46:07.819Zinfo: running `cargo check --bins` on wicket (139/142)
30942024-08-06T07:46:08.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-08-06T07:46:08.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-08-06T07:46:08.493Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30972024-08-06T07:46:08.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
30982024-08-06T07:46:08.997Z
30992024-08-06T07:46:08.997Zinfo: running `cargo check --bins` on wicketd (140/142)
31002024-08-06T07:46:09.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-08-06T07:46:09.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-08-06T07:46:09.686Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31032024-08-06T07:46:13.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
31042024-08-06T07:46:13.534Z
31052024-08-06T07:46:13.534Zinfo: running `cargo check --bins` on omicron-workspace-hack (141/142)
31062024-08-06T07:46:14.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072024-08-06T07:46:14.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082024-08-06T07:46:14.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092024-08-06T07:46:14.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31102024-08-06T07:46:14.131Z
31112024-08-06T07:46:14.131Zinfo: running `cargo check --bins` on zone-setup (142/142)
31122024-08-06T07:46:14.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-08-06T07:46:14.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-08-06T07:46:14.850Z Checking uzers v0.11.3
31152024-08-06T07:46:15.140Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31162024-08-06T07:46:16.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
31172024-08-06T07:46:16.346Z
31182024-08-06T07:46:16.346Zreal 10:40.822868478
31192024-08-06T07:46:16.346Zuser 22:37.001910479
31202024-08-06T07:46:16.349Zsys 4:40.546046780
31212024-08-06T07:46:16.349Ztrap 0.481019982
31222024-08-06T07:46:16.349Ztflt 2.656035020
31232024-08-06T07:46:16.349Zdflt 2.223359696
31242024-08-06T07:46:16.349Zkflt 0.002136736
31252024-08-06T07:46:16.349Zlock 40:51.851851342
31262024-08-06T07:46:16.349Zslp 1:50:34.228020050
31272024-08-06T07:46:16.349Zlat 55.923346907
31282024-08-06T07:46:16.350Zstop 2:42.421240723
31292024-08-06T07:46:16.350Zprocess exited: duration 856442 ms, exit code 0
 
31302024-08-06T07:46:16.356Zfound 0 output files