01J68FZV3WT3JGJ1TKKRZDTYVB: 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: 01J68G08XCBDNECWF9V96A5MFT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-26T23:24:03.147Zjob assigned to worker 01J68G0DJMBBYVF51SM1WKEHY9 (queued for 51 s)
 
22024-08-26T23:24:10.895Zstarting task 0: "setup"
32024-08-26T23:24:10.904Z++ uname -s
42024-08-26T23:24:10.906Z+ kern=SunOS
52024-08-26T23:24:10.906Z+ case "$kern" in
62024-08-26T23:24:10.906Z+ groupadd -g 12345 build
72024-08-26T23:24:10.909Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-26T23:24:12.920Z+ zfs create -o mountpoint=/work rpool/work
92024-08-26T23:24:13.029Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-26T23:24:13.032Z+ home_fs=zfs
112024-08-26T23:24:13.032Z+ [[ zfs == autofs ]]
122024-08-26T23:24:13.032Z+ mkdir -p /home/build
132024-08-26T23:24:13.035Z+ chown build:build /home/build /work
142024-08-26T23:24:15.037Z+ chmod 0700 /home/build /work
152024-08-26T23:24:15.040Zprocess exited: duration 4146 ms, exit code 0
 
162024-08-26T23:24:15.045Zstarting task 1: "rust-toolchain"
172024-08-26T23:24:15.051Z+ printf ' * toolchain channel = "%s"
182024-08-26T23:24:15.051Z' 1.80.1
192024-08-26T23:24:15.051Z * toolchain channel = "1.80.1"
202024-08-26T23:24:15.053Z * toolchain profile = "default"
212024-08-26T23:24:15.053Z+ printf ' * toolchain profile = "%s"
222024-08-26T23:24:15.053Z' default
232024-08-26T23:24:15.053Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-26T23:24:15.053Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-26T23:24:15.171Zinfo: downloading installer
262024-08-26T23:24:16.186Zinfo: profile set to 'default'
272024-08-26T23:24:16.186Zinfo: default host triple is x86_64-unknown-illumos
282024-08-26T23:24:16.188Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-26T23:24:16.311Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-26T23:24:16.311Zinfo: downloading component 'cargo'
312024-08-26T23:24:16.946Zinfo: downloading component 'clippy'
322024-08-26T23:24:17.171Zinfo: downloading component 'rust-docs'
332024-08-26T23:24:18.046Zinfo: downloading component 'rust-std'
342024-08-26T23:24:19.285Zinfo: downloading component 'rustc'
352024-08-26T23:24:22.687Zinfo: downloading component 'rustfmt'
362024-08-26T23:24:22.873Zinfo: installing component 'cargo'
372024-08-26T23:24:23.742Zinfo: installing component 'clippy'
382024-08-26T23:24:24.081Zinfo: installing component 'rust-docs'
392024-08-26T23:24:25.697Zinfo: installing component 'rust-std'
402024-08-26T23:24:27.362Zinfo: installing component 'rustc'
412024-08-26T23:24:31.561Zinfo: installing component 'rustfmt'
422024-08-26T23:24:31.981Z
432024-08-26T23:24:31.981Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-08-26T23:24:32.163Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-26T23:24:32.163Z
462024-08-26T23:24:32.166Z
472024-08-26T23:24:32.166ZRust is installed now. Great!
482024-08-26T23:24:32.166Z
492024-08-26T23:24:32.166ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-26T23:24:32.166Zenvironment variable. This has not been done automatically.
512024-08-26T23:24:32.166Z
522024-08-26T23:24:32.166ZTo configure your current shell, you need to source
532024-08-26T23:24:32.166Zthe corresponding env file under $HOME/.cargo.
542024-08-26T23:24:32.166Z
552024-08-26T23:24:32.166ZThis is usually done by running one of the following (note the leading DOT):
562024-08-26T23:24:32.166Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-26T23:24:32.166Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-26T23:24:32.220Z+ rustc --version
592024-08-26T23:24:32.286Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-26T23:24:32.290Zprocess exited: duration 17243 ms, exit code 0
 
612024-08-26T23:24:32.296Zstarting task 2: "authentication"
622024-08-26T23:24:32.314Zprocess exited: duration 19 ms, exit code 0
 
632024-08-26T23:24:32.320Zstarting task 3: "clone repository"
642024-08-26T23:24:32.325Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-26T23:24:32.327Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-26T23:24:32.361ZCloning into '/work/oxidecomputer/omicron'...
672024-08-26T23:24:38.128Z+ cd /work/oxidecomputer/omicron
682024-08-26T23:24:38.130Z+ git fetch origin fb9ee7ec124b207283e475ca337d60acf7d16ca1
692024-08-26T23:24:38.443ZFrom https://github.com/oxidecomputer/omicron
702024-08-26T23:24:38.443Z * branch fb9ee7ec124b207283e475ca337d60acf7d16ca1 -> FETCH_HEAD
712024-08-26T23:24:38.454Z+ [[ -n gjcolombo/sa-index-by-vmm-id ]]
722024-08-26T23:24:38.456Z++ git branch --show-current
732024-08-26T23:24:38.459Z+ current=main
742024-08-26T23:24:38.459Z+ [[ main != gjcolombo/sa-index-by-vmm-id ]]
752024-08-26T23:24:38.459Z+ git branch -f gjcolombo/sa-index-by-vmm-id fb9ee7ec124b207283e475ca337d60acf7d16ca1
762024-08-26T23:24:38.462Z+ git checkout -f gjcolombo/sa-index-by-vmm-id
772024-08-26T23:24:38.614ZSwitched to branch 'gjcolombo/sa-index-by-vmm-id'
782024-08-26T23:24:38.617Z+ git reset --hard fb9ee7ec124b207283e475ca337d60acf7d16ca1
792024-08-26T23:24:38.653ZHEAD is now at fb9ee7ec1 PR feedback
802024-08-26T23:24:38.655Zprocess exited: duration 6334 ms, exit code 0
 
812024-08-26T23:24:38.660Zstarting task 4: "build"
822024-08-26T23:24:38.666Z+ cargo --version
832024-08-26T23:24:38.723Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-26T23:24:38.725Z+ rustc --version
852024-08-26T23:24:38.786Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-26T23:24:38.789Z+ source ./env.sh
872024-08-26T23:24:38.791Z++ OLD_SHELL_OPTS=ehxB
882024-08-26T23:24:38.791Z++ set -o xtrace
892024-08-26T23:24:38.794Z++++ dirname ./env.sh
902024-08-26T23:24:38.794Z+++ readlink -f .
912024-08-26T23:24:38.796Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-26T23:24:38.796Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-26T23:24:38.796Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-26T23:24:38.796Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-26T23:24:38.796Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-26T23:24:38.796Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-26T23:24:38.796Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-26T23:24:38.796Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-26T23:24:38.796Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-26T23:24:38.796Z++ case $OLD_SHELL_OPTS in
1012024-08-26T23:24:38.796Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-26T23:24:38.799Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-26T23:24:38.799Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-26T23:24:38.799Z+ banner prerequisites
1052024-08-26T23:24:38.799Z
1062024-08-26T23:24:38.799Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-26T23:24:38.799Z # # # # # # # # # # # # # # #
1082024-08-26T23:24:38.799Z # # # # ##### # # ##### # # # # # #### #
1092024-08-26T23:24:38.799Z ##### ##### # ##### # # # # # # # # #
1102024-08-26T23:24:38.799Z # # # # # # # # # # # # # # #
1112024-08-26T23:24:38.799Z # # # ###### # # ###### ### # #### # #### #
1122024-08-26T23:24:38.799Z
1132024-08-26T23:24:38.799Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-26T23:24:43.356Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-26T23:24:45.687Z Startup: Caching catalogs ... Done
1162024-08-26T23:24:47.596ZPlanning: Solver setup ... Done (1.334s)
1172024-08-26T23:24:47.619ZPlanning: Running solver ... Done (0.023s)
1182024-08-26T23:24:47.665ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-26T23:24:47.681ZPlanning: Fetching manifests: 0/5 0% complete
1202024-08-26T23:24:47.935ZPlanning: Fetching manifests: 5/5 100% complete
1212024-08-26T23:24:48.050ZPlanning: Package planning ... Done (0.115s)
1222024-08-26T23:24:48.107ZPlanning: Merging actions ... Done (0.057s)
1232024-08-26T23:24:48.330ZPlanning: Checking for conflicting actions ... Done (0.223s)
1242024-08-26T23:24:50.189ZPlanning: Consolidating action changes ... Done (1.859s)
1252024-08-26T23:24:50.614ZPlanning: Evaluating mediators ... Done (0.425s)
1262024-08-26T23:24:50.696ZPlanning: Planning completed in 4.94 seconds
1272024-08-26T23:24:50.713Z Packages to install: 4
1282024-08-26T23:24:50.714Z Packages to update: 1
1292024-08-26T23:24:50.717Z Mediators to change: 2
1302024-08-26T23:24:50.717Z Services to change: 1
1312024-08-26T23:24:50.717Z Estimated space available: 155.72 GB
1322024-08-26T23:24:50.717ZEstimated space to be consumed: 1.53 GB
1332024-08-26T23:24:50.717Z Create boot environment: No
1342024-08-26T23:24:50.717ZCreate backup boot environment: Yes
1352024-08-26T23:24:50.717Z Rebuild boot archive: No
1362024-08-26T23:24:50.718Z
1372024-08-26T23:24:50.718ZChanged mediators:
1382024-08-26T23:24:50.718Z mediator clang:
1392024-08-26T23:24:50.718Z version: None -> 15 (system default)
1402024-08-26T23:24:50.718Z
1412024-08-26T23:24:50.718Z mediator llvm:
1422024-08-26T23:24:50.718Z version: 14 (system default) -> 15 (system default)
1432024-08-26T23:24:50.718Z
1442024-08-26T23:24:50.718ZChanged packages:
1452024-08-26T23:24:50.718Zhelios-dev
1462024-08-26T23:24:50.718Z developer/build-essential
1472024-08-26T23:24:50.718Z None -> 11-2.0
1482024-08-26T23:24:50.718Z library/libxmlsec1
1492024-08-26T23:24:50.718Z None -> 1.2.35-2.0
1502024-08-26T23:24:50.718Z ooce/developer/clang-15
1512024-08-26T23:24:50.718Z None -> 15.0.7-2.0
1522024-08-26T23:24:50.718Z ooce/developer/llvm-15
1532024-08-26T23:24:50.718Z None -> 15.0.7-2.0
1542024-08-26T23:24:50.718Z package/pkg
1552024-08-26T23:24:50.718Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1562024-08-26T23:24:50.718Z
1572024-08-26T23:24:50.718ZServices:
1582024-08-26T23:24:50.718Z restart_fmri:
1592024-08-26T23:24:50.718Z svc:/system/update-man-index:default
1602024-08-26T23:24:50.718Z
1612024-08-26T23:24:50.719ZEditable files to change:
1622024-08-26T23:24:50.719Z Update:
1632024-08-26T23:24:50.719Z usr/share/lib/pkg/web/config.shtml
1642024-08-26T23:24:50.792Z
1652024-08-26T23:24:50.792ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1662024-08-26T23:24:58.354ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (17.0M/s)
1672024-08-26T23:25:03.698ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (10.1M/s)
1682024-08-26T23:25:09.096ZDownload: 3288/4281 items 212.6/220.6MB 96% complete (12.8M/s)
1692024-08-26T23:25:14.128ZDownload: 4200/4281 items 220.6/220.6MB 99% complete (10.2M/s)
1702024-08-26T23:25:15.552ZDownload: Completed 220.60 MB in 24.76 seconds (8.9M/s)
1712024-08-26T23:25:17.602Z Actions: 1/5063 actions (Removing old actions)
1722024-08-26T23:25:17.622Z Actions: 194/5063 actions (Installing new actions)
1732024-08-26T23:25:22.344Z Actions: 4226/5063 actions (Updating modified actions)
1742024-08-26T23:25:22.659Z Actions: Completed 5063 actions in 5.06 seconds.
1752024-08-26T23:25:22.954Z Done (0.287s)
1762024-08-26T23:25:22.957Z Done (0.000s)
1772024-08-26T23:25:23.338Z Done (0.382s)
1782024-08-26T23:25:27.690Z Done (4.174s)
1792024-08-26T23:25:27.786Z Done (0.018s)
1802024-08-26T23:25:27.789Z Done (0.000s)
1812024-08-26T23:25:27.950Z Done (0.000s)
1822024-08-26T23:25:28.556ZPlanning: Evaluating mediator changes ... Done
1832024-08-26T23:25:28.723ZPlanning: Checking for conflicting actions ... Done
1842024-08-26T23:25:28.725ZPlanning: Consolidating action changes ... Done
1852024-08-26T23:25:28.995ZPlanning: Evaluating mediators ... Done
1862024-08-26T23:25:28.998ZPlanning: Planning completed in 0.44 seconds
1872024-08-26T23:25:29.034Z Mediators to change: 2
1882024-08-26T23:25:29.034Z Create boot environment: No
1892024-08-26T23:25:29.034ZCreate backup boot environment: No
1902024-08-26T23:25:29.115Z Done
1912024-08-26T23:25:29.115Z Done
1922024-08-26T23:25:29.354Z Done
1932024-08-26T23:25:33.131Z Done
1942024-08-26T23:25:33.223Z Done
1952024-08-26T23:25:33.226Z Done
1962024-08-26T23:25:33.326Z Done
1972024-08-26T23:25:33.951ZPlanning: Evaluating mediator changes ... Done
1982024-08-26T23:25:33.953ZPlanning: Merging actions ... Done
1992024-08-26T23:25:34.150ZPlanning: Checking for conflicting actions ... Done
2002024-08-26T23:25:34.152ZPlanning: Consolidating action changes ... Done
2012024-08-26T23:25:34.432ZPlanning: Evaluating mediators ... Done
2022024-08-26T23:25:34.491ZPlanning: Planning completed in 0.78 seconds
2032024-08-26T23:25:34.529Z Packages to change: 1
2042024-08-26T23:25:34.530Z Mediators to change: 1
2052024-08-26T23:25:34.533Z Services to change: 1
2062024-08-26T23:25:34.533Z Create boot environment: No
2072024-08-26T23:25:34.533ZCreate backup boot environment: Yes
2082024-08-26T23:25:36.586Z Actions: 1/6 actions (Updating modified actions)
2092024-08-26T23:25:36.590Z Actions: Completed 6 actions in 0.00 seconds.
2102024-08-26T23:25:36.590Z Done
2112024-08-26T23:25:36.590Z Done
2122024-08-26T23:25:36.670Z Done
2132024-08-26T23:25:40.471Z Done
2142024-08-26T23:25:40.565Z Done
2152024-08-26T23:25:40.569Z Done
2162024-08-26T23:25:40.673Z Done
2172024-08-26T23:25:41.122ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2182024-08-26T23:25:41.122Zclang system 15 system
2192024-08-26T23:25:41.122Zcsh system system illumos
2202024-08-26T23:25:41.122Zctags system system illumos
2212024-08-26T23:25:41.122Zgcc vendor 12 vendor
2222024-08-26T23:25:41.122Zgcc system 10 system
2232024-08-26T23:25:41.122Zgcc system 7 system
2242024-08-26T23:25:41.122Zgo system 1.20 system
2252024-08-26T23:25:41.122Zgo system 1.19 system
2262024-08-26T23:25:41.122Zllvm system 15 system
2272024-08-26T23:25:41.122Zllvm system 14 system
2282024-08-26T23:25:41.122Zmariadb system 10.6 system
2292024-08-26T23:25:41.122Zmta vendor vendor dma
2302024-08-26T23:25:41.122Zopenjdk system 17 system
2312024-08-26T23:25:41.122Zopenjdk system 11 system
2322024-08-26T23:25:41.122Zopenjdk system 1.8 system
2332024-08-26T23:25:41.122Zopenssl vendor 3 vendor
2342024-08-26T23:25:41.122Zperl system 5.36 system
2352024-08-26T23:25:41.122Zpostgresql system 15 system
2362024-08-26T23:25:41.122Zpostgresql system 13 system
2372024-08-26T23:25:41.122Zpython vendor 3 vendor
2382024-08-26T23:25:41.122Zpython system 2 system
2392024-08-26T23:25:41.122Zpython3 system 3.11 system
2402024-08-26T23:25:41.122Zruby system 3.0 system
2412024-08-26T23:25:41.123Zwords vendor vendor american-english
2422024-08-26T23:25:41.123Zwords system system australian-english
2432024-08-26T23:25:41.123Zwords system system british-english
2442024-08-26T23:25:41.123Zwords system system canadian-english
2452024-08-26T23:25:41.123Zwords system system french
2462024-08-26T23:25:41.123Zwords system system italian
2472024-08-26T23:25:41.123Zwords system system ngerman
2482024-08-26T23:25:41.123Zwords system system ogerman
2492024-08-26T23:25:41.123Zwords system system spanish
2502024-08-26T23:25:41.460ZPUBLISHER TYPE STATUS P LOCATION
2512024-08-26T23:25:41.460Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2522024-08-26T23:25:43.280ZFMRI IFO
2532024-08-26T23:25:43.280Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2542024-08-26T23:25:43.280Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2552024-08-26T23:25:43.281Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2562024-08-26T23:25:43.281Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2572024-08-26T23:25:43.281Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2582024-08-26T23:25:43.281Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2592024-08-26T23:25:43.281Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2602024-08-26T23:25:43.281Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2612024-08-26T23:25:43.281Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2622024-08-26T23:25:43.281Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2632024-08-26T23:25:43.281Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2642024-08-26T23:25:43.281Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2652024-08-26T23:25:43.281Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2662024-08-26T23:25:43.900Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2672024-08-26T23:25:44.154Z Updating git repository `https://github.com/oxidecomputer/zone`
2682024-08-26T23:25:44.428Z Updating crates.io index
2692024-08-26T23:25:44.461Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2702024-08-26T23:25:45.206Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2712024-08-26T23:25:46.186Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2722024-08-26T23:25:46.417Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2732024-08-26T23:25:47.895Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742024-08-26T23:25:48.129Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2752024-08-26T23:25:48.367Z Updating git repository `https://github.com/oxidecomputer/propolis`
2762024-08-26T23:25:49.435Z Updating git repository `https://github.com/oxidecomputer/crucible`
2772024-08-26T23:25:51.258Z Updating git repository `https://github.com/oxidecomputer/opte`
2782024-08-26T23:25:52.290Z Updating git repository `https://github.com/oxidecomputer/falcon`
2792024-08-26T23:25:52.931Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2802024-08-26T23:25:53.200Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2812024-08-26T23:25:53.739Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2822024-08-26T23:25:54.080Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2832024-08-26T23:25:54.384Z Updating git repository `https://github.com/oxidecomputer/tofino`
2842024-08-26T23:25:54.753Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2852024-08-26T23:25:55.019Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2862024-08-26T23:25:55.255Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2872024-08-26T23:25:55.534Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882024-08-26T23:25:55.841Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2892024-08-26T23:25:56.140Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902024-08-26T23:25:56.550Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2912024-08-26T23:25:56.801Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922024-08-26T23:25:57.223Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932024-08-26T23:25:57.545Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942024-08-26T23:25:57.999Z Updating git repository `https://github.com/oxidecomputer/typify`
2952024-08-26T23:26:00.094Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2962024-08-26T23:26:00.377Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2972024-08-26T23:26:00.615Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2982024-08-26T23:26:00.919Z Updating git repository `https://github.com/oxidecomputer/rfb`
2992024-08-26T23:26:02.128Z Downloading crates ...
3002024-08-26T23:26:02.180Z Downloaded autocfg v1.3.0
3012024-08-26T23:26:02.183Z Downloaded fnv v1.0.7
3022024-08-26T23:26:02.185Z Downloaded equivalent v1.0.1
3032024-08-26T23:26:02.189Z Downloaded pest_meta v2.7.10
3042024-08-26T23:26:02.203Z Downloaded swrite v0.1.0
3052024-08-26T23:26:02.206Z Downloaded cfg-if v1.0.0
3062024-08-26T23:26:02.206Z Downloaded scroll_derive v0.12.0
3072024-08-26T23:26:02.209Z Downloaded pretty-hex v0.4.1
3082024-08-26T23:26:02.209Z Downloaded usdt v0.5.0
3092024-08-26T23:26:02.211Z Downloaded heck v0.5.0
3102024-08-26T23:26:02.214Z Downloaded memmap v0.7.0
3112024-08-26T23:26:02.216Z Downloaded clap_lex v0.7.0
3122024-08-26T23:26:02.216Z Downloaded thiserror-impl v1.0.63
3132024-08-26T23:26:02.216Z Downloaded proc-macro-error-attr v1.0.4
3142024-08-26T23:26:02.219Z Downloaded anstyle v1.0.8
3152024-08-26T23:26:02.222Z Downloaded serde_spanned v0.6.7
3162024-08-26T23:26:02.222Z Downloaded tabled_derive v0.7.0
3172024-08-26T23:26:02.224Z Downloaded bytecount v0.6.8
3182024-08-26T23:26:02.224Z Downloaded cargo_metadata v0.18.1
3192024-08-26T23:26:02.227Z Downloaded toml_datetime v0.6.8
3202024-08-26T23:26:02.229Z Downloaded utf8parse v0.2.1
3212024-08-26T23:26:02.231Z Downloaded sha2 v0.10.8
3222024-08-26T23:26:02.234Z Downloaded pest_derive v2.7.10
3232024-08-26T23:26:02.237Z Downloaded usdt-impl v0.5.0
3242024-08-26T23:26:02.239Z Downloaded camino v1.1.9
3252024-08-26T23:26:02.241Z Downloaded anstream v0.6.14
3262024-08-26T23:26:02.244Z Downloaded semver v1.0.23
3272024-08-26T23:26:02.246Z Downloaded anstyle-parse v0.2.4
3282024-08-26T23:26:02.248Z Downloaded unicode-ident v1.0.12
3292024-08-26T23:26:02.251Z Downloaded ryu v1.0.18
3302024-08-26T23:26:02.254Z Downloaded papergrid v0.11.0
3312024-08-26T23:26:02.257Z Downloaded serde_derive v1.0.208
3322024-08-26T23:26:02.260Z Downloaded colorchoice v1.0.1
3332024-08-26T23:26:02.262Z Downloaded anyhow v1.0.86
3342024-08-26T23:26:02.265Z Downloaded is_terminal_polyfill v1.70.0
3352024-08-26T23:26:02.268Z Downloaded bitflags v2.6.0
3362024-08-26T23:26:02.272Z Downloaded plain v0.2.3
3372024-08-26T23:26:02.274Z Downloaded usdt-macro v0.5.0
3382024-08-26T23:26:02.276Z Downloaded dtrace-parser v0.2.0
3392024-08-26T23:26:02.279Z Downloaded usdt-attr-macro v0.5.0
3402024-08-26T23:26:02.281Z Downloaded itoa v1.0.11
3412024-08-26T23:26:02.281Z Downloaded cargo-platform v0.1.8
3422024-08-26T23:26:02.284Z Downloaded block-buffer v0.10.4
3432024-08-26T23:26:02.288Z Downloaded digest v0.10.7
3442024-08-26T23:26:02.290Z Downloaded thiserror v1.0.63
3452024-08-26T23:26:02.295Z Downloaded errno v0.3.9
3462024-08-26T23:26:02.297Z Downloaded fs-err v2.11.0
3472024-08-26T23:26:02.300Z Downloaded pest_generator v2.7.10
3482024-08-26T23:26:02.302Z Downloaded once_cell v1.19.0
3492024-08-26T23:26:02.304Z Downloaded byteorder v1.5.0
3502024-08-26T23:26:02.308Z Downloaded version_check v0.9.5
3512024-08-26T23:26:02.310Z Downloaded thread-id v4.2.1
3522024-08-26T23:26:02.313Z Downloaded proc-macro-error v1.0.4
3532024-08-26T23:26:02.316Z Downloaded clap_derive v4.5.13
3542024-08-26T23:26:02.318Z Downloaded terminal_size v0.3.0
3552024-08-26T23:26:02.321Z Downloaded strsim v0.11.1
3562024-08-26T23:26:02.321Z Downloaded scroll v0.12.0
3572024-08-26T23:26:02.323Z Downloaded cargo_toml v0.20.4
3582024-08-26T23:26:02.325Z Downloaded serde_tokenstream v0.2.2
3592024-08-26T23:26:02.325Z Downloaded heck v0.4.1
3602024-08-26T23:26:02.328Z Downloaded log v0.4.21
3612024-08-26T23:26:02.331Z Downloaded zerocopy-derive v0.7.34
3622024-08-26T23:26:02.335Z Downloaded cpufeatures v0.2.12
3632024-08-26T23:26:02.339Z Downloaded hashbrown v0.14.5
3642024-08-26T23:26:02.344Z Downloaded proc-macro2 v1.0.86
3652024-08-26T23:26:02.346Z Downloaded macaddr v1.0.1
3662024-08-26T23:26:02.351Z Downloaded quote v1.0.36
3672024-08-26T23:26:02.356Z Downloaded clap v4.5.16
3682024-08-26T23:26:02.365Z Downloaded ucd-trie v0.1.6
3692024-08-26T23:26:02.374Z Downloaded zerocopy v0.7.34
3702024-08-26T23:26:02.390Z Downloaded clap_builder v4.5.15
3712024-08-26T23:26:02.401Z Downloaded serde v1.0.208
3722024-08-26T23:26:02.407Z Downloaded indexmap v2.4.0
3732024-08-26T23:26:02.411Z Downloaded generic-array v0.14.7
3742024-08-26T23:26:02.414Z Downloaded anstyle-query v1.0.3
3752024-08-26T23:26:02.416Z Downloaded toml v0.8.19
3762024-08-26T23:26:02.420Z Downloaded crypto-common v0.1.6
3772024-08-26T23:26:02.425Z Downloaded toml_edit v0.22.20
3782024-08-26T23:26:02.447Z Downloaded memchr v2.7.2
3792024-08-26T23:26:02.451Z Downloaded typenum v1.17.0
3802024-08-26T23:26:02.455Z Downloaded pest v2.7.10
3812024-08-26T23:26:02.459Z Downloaded dof v0.3.0
3822024-08-26T23:26:02.461Z Downloaded serde_json v1.0.125
3832024-08-26T23:26:02.473Z Downloaded goblin v0.8.2
3842024-08-26T23:26:02.480Z Downloaded tabled v0.15.0
3852024-08-26T23:26:02.496Z Downloaded winnow v0.6.18
3862024-08-26T23:26:02.506Z Downloaded syn v1.0.109
3872024-08-26T23:26:02.530Z Downloaded syn v2.0.74
3882024-08-26T23:26:02.541Z Downloaded rustix v0.38.34
3892024-08-26T23:26:02.564Z Downloaded unicode-width v0.1.13
3902024-08-26T23:26:02.581Z Downloaded libc v0.2.156
3912024-08-26T23:26:02.885Z Compiling proc-macro2 v1.0.86
3922024-08-26T23:26:02.885Z Compiling unicode-ident v1.0.12
3932024-08-26T23:26:02.888Z Compiling version_check v0.9.5
3942024-08-26T23:26:02.888Z Compiling serde v1.0.208
3952024-08-26T23:26:02.888Z Compiling thiserror v1.0.63
3962024-08-26T23:26:02.888Z Compiling memchr v2.7.2
3972024-08-26T23:26:02.888Z Compiling libc v0.2.156
3982024-08-26T23:26:02.888Z Compiling ryu v1.0.18
3992024-08-26T23:26:03.131Z Compiling ucd-trie v0.1.6
4002024-08-26T23:26:03.335Z Compiling itoa v1.0.11
4012024-08-26T23:26:03.578Z Compiling once_cell v1.19.0
4022024-08-26T23:26:03.771Z Compiling byteorder v1.5.0
4032024-08-26T23:26:03.773Z Compiling serde_json v1.0.125
4042024-08-26T23:26:04.156Z Compiling usdt-impl v0.5.0
4052024-08-26T23:26:04.257Z Compiling proc-macro-error-attr v1.0.4
4062024-08-26T23:26:04.378Z Compiling rustix v0.38.34
4072024-08-26T23:26:04.413Z Compiling syn v1.0.109
4082024-08-26T23:26:04.632Z Compiling quote v1.0.36
4092024-08-26T23:26:04.657Z Compiling proc-macro-error v1.0.4
4102024-08-26T23:26:04.660Z Compiling plain v0.2.3
4112024-08-26T23:26:04.874Z Compiling bitflags v2.6.0
4122024-08-26T23:26:04.955Z Compiling errno v0.3.9
4132024-08-26T23:26:05.057Z Compiling syn v2.0.74
4142024-08-26T23:26:05.250Z Compiling log v0.4.21
4152024-08-26T23:26:05.281Z Compiling hashbrown v0.14.5
4162024-08-26T23:26:05.281Z Compiling equivalent v1.0.1
4172024-08-26T23:26:05.327Z Compiling utf8parse v0.2.1
4182024-08-26T23:26:05.493Z Compiling thread-id v4.2.1
4192024-08-26T23:26:05.559Z Compiling anstyle-parse v0.2.4
4202024-08-26T23:26:05.815Z Compiling winnow v0.6.18
4212024-08-26T23:26:05.966Z Compiling anstyle-query v1.0.3
4222024-08-26T23:26:06.061Z Compiling semver v1.0.23
4232024-08-26T23:26:06.118Z Compiling autocfg v1.3.0
4242024-08-26T23:26:06.473Z Compiling is_terminal_polyfill v1.70.0
4252024-08-26T23:26:06.609Z Compiling anstyle v1.0.8
4262024-08-26T23:26:06.648Z Compiling indexmap v2.4.0
4272024-08-26T23:26:06.768Z Compiling camino v1.1.9
4282024-08-26T23:26:06.973Z Compiling colorchoice v1.0.1
4292024-08-26T23:26:07.115Z Compiling pretty-hex v0.4.1
4302024-08-26T23:26:07.141Z Compiling anstream v0.6.14
4312024-08-26T23:26:07.167Z Compiling fs-err v2.11.0
4322024-08-26T23:26:07.402Z Compiling terminal_size v0.3.0
4332024-08-26T23:26:07.600Z Compiling bytecount v0.6.8
4342024-08-26T23:26:07.646Z Compiling unicode-width v0.1.13
4352024-08-26T23:26:07.675Z Compiling fnv v1.0.7
4362024-08-26T23:26:07.826Z Compiling strsim v0.11.1
4372024-08-26T23:26:07.852Z Compiling heck v0.5.0
4382024-08-26T23:26:07.876Z Compiling anyhow v1.0.86
4392024-08-26T23:26:07.900Z Compiling heck v0.4.1
4402024-08-26T23:26:07.990Z Compiling clap_lex v0.7.0
4412024-08-26T23:26:08.418Z Compiling clap_builder v4.5.15
4422024-08-26T23:26:08.536Z Compiling papergrid v0.11.0
4432024-08-26T23:26:08.778Z Compiling memmap v0.7.0
4442024-08-26T23:26:09.151Z Compiling swrite v0.1.0
4452024-08-26T23:26:10.642Z Compiling tabled_derive v0.7.0
4462024-08-26T23:26:12.279Z Compiling tabled v0.15.0
4472024-08-26T23:26:13.844Z Compiling serde_derive v1.0.208
4482024-08-26T23:26:13.846Z Compiling thiserror-impl v1.0.63
4492024-08-26T23:26:13.847Z Compiling zerocopy-derive v0.7.34
4502024-08-26T23:26:13.847Z Compiling scroll_derive v0.12.0
4512024-08-26T23:26:14.292Z Compiling clap_derive v4.5.13
4522024-08-26T23:26:15.322Z Compiling scroll v0.12.0
4532024-08-26T23:26:15.905Z Compiling goblin v0.8.2
4542024-08-26T23:26:15.931Z Compiling zerocopy v0.7.34
4552024-08-26T23:26:16.448Z Compiling pest v2.7.10
4562024-08-26T23:26:18.228Z Compiling clap v4.5.16
4572024-08-26T23:26:18.690Z Compiling pest_meta v2.7.10
4582024-08-26T23:26:19.520Z Compiling pest_generator v2.7.10
4592024-08-26T23:26:21.243Z Compiling pest_derive v2.7.10
4602024-08-26T23:26:21.910Z Compiling dtrace-parser v0.2.0
4612024-08-26T23:26:24.163Z Compiling serde_tokenstream v0.2.2
4622024-08-26T23:26:24.287Z Compiling toml_datetime v0.6.8
4632024-08-26T23:26:24.289Z Compiling serde_spanned v0.6.7
4642024-08-26T23:26:24.335Z Compiling cargo-platform v0.1.8
4652024-08-26T23:26:24.691Z Compiling toml_edit v0.22.20
4662024-08-26T23:26:24.766Z Compiling macaddr v1.0.1
4672024-08-26T23:26:25.590Z Compiling dof v0.3.0
4682024-08-26T23:26:25.679Z Compiling cargo_metadata v0.18.1
4692024-08-26T23:26:27.307Z Compiling usdt-macro v0.5.0
4702024-08-26T23:26:27.307Z Compiling usdt-attr-macro v0.5.0
4712024-08-26T23:26:27.563Z Compiling toml v0.8.19
4722024-08-26T23:26:28.419Z Compiling cargo_toml v0.20.4
4732024-08-26T23:26:28.694Z Compiling usdt v0.5.0
4742024-08-26T23:26:32.215Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4752024-08-26T23:26:36.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s
4762024-08-26T23:26:36.421Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4772024-08-26T23:26:36.992Z Downloading crates ...
4782024-08-26T23:26:37.109Z Downloaded adler v1.0.2
4792024-08-26T23:26:37.112Z Downloaded arrayref v0.3.7
4802024-08-26T23:26:37.114Z Downloaded addr2line v0.21.0
4812024-08-26T23:26:37.117Z Downloaded assert_matches v1.5.0
4822024-08-26T23:26:37.120Z Downloaded ascii v1.1.0
4832024-08-26T23:26:37.122Z Downloaded bitstruct_derive v0.1.0
4842024-08-26T23:26:37.125Z Downloaded cfg_aliases v0.1.1
4852024-08-26T23:26:37.127Z Downloaded is-terminal v0.4.12
4862024-08-26T23:26:37.129Z Downloaded atomicwrites v0.4.3
4872024-08-26T23:26:37.132Z Downloaded hubpack_derive v0.1.1
4882024-08-26T23:26:37.134Z Downloaded atty v0.2.14
4892024-08-26T23:26:37.137Z Downloaded argon2 v0.5.3
4902024-08-26T23:26:37.139Z Downloaded aead v0.5.2
4912024-08-26T23:26:37.142Z Downloaded indoc v1.0.9
4922024-08-26T23:26:37.144Z Downloaded hyper-rustls v0.24.2
4932024-08-26T23:26:37.147Z Downloaded is_ci v1.2.0
4942024-08-26T23:26:37.149Z Downloaded newline-converter v0.3.0
4952024-08-26T23:26:37.152Z Downloaded normalize-line-endings v0.3.0
4962024-08-26T23:26:37.152Z Downloaded match_cfg v0.1.0
4972024-08-26T23:26:37.154Z Downloaded crucible-workspace-hack v0.1.0
4982024-08-26T23:26:37.154Z Downloaded array-init v0.0.4
4992024-08-26T23:26:37.157Z Downloaded async-stream v0.3.5
5002024-08-26T23:26:37.157Z Downloaded impl-trait-for-tuples v0.2.2
5012024-08-26T23:26:37.159Z Downloaded hyper-tls v0.5.0
5022024-08-26T23:26:37.162Z Downloaded opaque-debug v0.3.1
5032024-08-26T23:26:37.164Z Downloaded const_format_proc_macros v0.2.32
5042024-08-26T23:26:37.167Z Downloaded data-encoding v2.6.0
5052024-08-26T23:26:37.167Z Downloaded num-iter v0.1.45
5062024-08-26T23:26:37.169Z Downloaded num_enum v0.5.11
5072024-08-26T23:26:37.173Z Downloaded camino-tempfile v1.1.1
5082024-08-26T23:26:37.176Z Downloaded num v0.4.3
5092024-08-26T23:26:37.179Z Downloaded csv-core v0.1.11
5102024-08-26T23:26:37.181Z Downloaded linear-map v1.2.0
5112024-08-26T23:26:37.181Z Downloaded arrayvec v0.7.4
5122024-08-26T23:26:37.184Z Downloaded nodrop v0.1.14
5132024-08-26T23:26:37.186Z Downloaded jobserver v0.1.32
5142024-08-26T23:26:37.189Z Downloaded indexmap v1.9.3
5152024-08-26T23:26:37.192Z Downloaded num-complex v0.4.6
5162024-08-26T23:26:37.194Z Downloaded crossbeam-epoch v0.9.18
5172024-08-26T23:26:37.197Z Downloaded olpc-cjson v0.1.3
5182024-08-26T23:26:37.199Z Downloaded smallvec v0.6.14
5192024-08-26T23:26:37.202Z Downloaded num-traits v0.2.19
5202024-08-26T23:26:37.206Z Downloaded num_threads v0.1.7
5212024-08-26T23:26:37.206Z Downloaded ciborium-io v0.2.2
5222024-08-26T23:26:37.209Z Downloaded crunchy v0.2.2
5232024-08-26T23:26:37.209Z Downloaded miniz_oxide v0.7.2
5242024-08-26T23:26:37.213Z Downloaded cobs v0.2.3
5252024-08-26T23:26:37.213Z Downloaded instant v0.1.12
5262024-08-26T23:26:37.216Z Downloaded darling_macro v0.20.9
5272024-08-26T23:26:37.216Z Downloaded clang-sys v1.7.0
5282024-08-26T23:26:37.219Z Downloaded ciborium-ll v0.2.2
5292024-08-26T23:26:37.219Z Downloaded async-trait v0.1.81
5302024-08-26T23:26:37.222Z Downloaded crc32fast v1.4.0
5312024-08-26T23:26:37.224Z Downloaded ident_case v1.0.1
5322024-08-26T23:26:37.227Z Downloaded supports-color v3.0.0
5332024-08-26T23:26:37.229Z Downloaded inout v0.1.3
5342024-08-26T23:26:37.229Z Downloaded colored v2.1.0
5352024-08-26T23:26:37.232Z Downloaded bitflags v1.3.2
5362024-08-26T23:26:37.235Z Downloaded display-error-chain v0.2.0
5372024-08-26T23:26:37.238Z Downloaded mio v0.8.11
5382024-08-26T23:26:37.243Z Downloaded minimal-lexical v0.2.1
5392024-08-26T23:26:37.248Z Downloaded num-conv v0.1.0
5402024-08-26T23:26:37.251Z Downloaded bb8 v0.8.5
5412024-08-26T23:26:37.251Z Downloaded tokio-rustls v0.24.1
5422024-08-26T23:26:37.254Z Downloaded newtype_derive v0.1.6
5432024-08-26T23:26:37.257Z Downloaded tui-tree-widget v0.22.0
5442024-08-26T23:26:37.259Z Downloaded waitgroup v0.1.2
5452024-08-26T23:26:37.259Z Downloaded constant_time_eq v0.3.0
5462024-08-26T23:26:37.261Z Downloaded chacha20 v0.9.1
5472024-08-26T23:26:37.264Z Downloaded ipnetwork v0.20.0
5482024-08-26T23:26:37.266Z Downloaded defmt v0.3.8
5492024-08-26T23:26:37.268Z Downloaded debug-ignore v1.0.5
5502024-08-26T23:26:37.277Z Downloaded downcast v0.11.0
5512024-08-26T23:26:37.277Z Downloaded compact_str v0.8.0
5522024-08-26T23:26:37.280Z Downloaded parse-size v1.0.0
5532024-08-26T23:26:37.280Z Downloaded zone_cfg_derive v0.1.2
5542024-08-26T23:26:37.280Z Downloaded signature v2.2.0
5552024-08-26T23:26:37.280Z Downloaded dsl_auto_type v0.1.2
5562024-08-26T23:26:37.282Z Downloaded lru v0.12.3
5572024-08-26T23:26:37.285Z Downloaded base64 v0.22.1
5582024-08-26T23:26:37.291Z Downloaded maybe-uninit v2.0.0
5592024-08-26T23:26:37.291Z Downloaded num_cpus v1.16.0
5602024-08-26T23:26:37.296Z Downloaded subtle v2.5.0
5612024-08-26T23:26:37.296Z Downloaded fxhash v0.2.1
5622024-08-26T23:26:37.296Z Downloaded xattr v1.3.1
5632024-08-26T23:26:37.298Z Downloaded wait-timeout v0.2.0
5642024-08-26T23:26:37.298Z Downloaded crc v3.2.1
5652024-08-26T23:26:37.301Z Downloaded console v0.15.8
5662024-08-26T23:26:37.304Z Downloaded ciborium v0.2.2
5672024-08-26T23:26:37.307Z Downloaded stringprep v0.1.4
5682024-08-26T23:26:37.310Z Downloaded erased-serde v0.3.31
5692024-08-26T23:26:37.312Z Downloaded hyper-staticfile v0.9.5
5702024-08-26T23:26:37.314Z Downloaded snafu-derive v0.8.2
5712024-08-26T23:26:37.317Z Downloaded fd-lock v4.0.2
5722024-08-26T23:26:37.330Z Downloaded defmt-parser v0.3.4
5732024-08-26T23:26:37.330Z Downloaded cc v1.0.97
5742024-08-26T23:26:37.330Z Downloaded fastrand v2.1.0
5752024-08-26T23:26:37.335Z Downloaded sync_wrapper v0.1.2
5762024-08-26T23:26:37.335Z Downloaded serde-big-array v0.5.1
5772024-08-26T23:26:37.335Z Downloaded ff v0.13.0
5782024-08-26T23:26:37.335Z Downloaded unicode-xid v0.2.4
5792024-08-26T23:26:37.335Z Downloaded num_enum_derive v0.5.11
5802024-08-26T23:26:37.335Z Downloaded rand_xorshift v0.3.0
5812024-08-26T23:26:37.335Z Downloaded futures-executor v0.3.30
5822024-08-26T23:26:37.338Z Downloaded strum_macros v0.26.4
5832024-08-26T23:26:37.340Z Downloaded num-rational v0.4.2
5842024-08-26T23:26:37.342Z Downloaded mime_guess v2.0.4
5852024-08-26T23:26:37.342Z Downloaded vte_generate_state_changes v0.1.1
5862024-08-26T23:26:37.345Z Downloaded crossbeam-utils v0.8.19
5872024-08-26T23:26:37.347Z Downloaded float-ord v0.3.2
5882024-08-26T23:26:37.349Z Downloaded derive_builder_macro v0.20.0
5892024-08-26T23:26:37.349Z Downloaded cookie_store v0.20.0
5902024-08-26T23:26:37.352Z Downloaded pin-utils v0.1.0
5912024-08-26T23:26:37.355Z Downloaded parse-display-derive v0.10.0
5922024-08-26T23:26:37.355Z Downloaded gethostname v0.5.0
5932024-08-26T23:26:37.358Z Downloaded serde_urlencoded v0.7.1
5942024-08-26T23:26:37.358Z Downloaded backtrace v0.3.71
5952024-08-26T23:26:37.363Z Downloaded foreign-types v0.3.2
5962024-08-26T23:26:37.365Z Downloaded signal-hook-registry v1.4.2
5972024-08-26T23:26:37.367Z Downloaded rand_seeder v0.3.0
5982024-08-26T23:26:37.367Z Downloaded strum_macros v0.24.3
5992024-08-26T23:26:37.370Z Downloaded strum v0.26.3
6002024-08-26T23:26:37.372Z Downloaded peg-runtime v0.8.3
6012024-08-26T23:26:37.372Z Downloaded rustls-pemfile v1.0.4
6022024-08-26T23:26:37.376Z Downloaded sigpipe v0.1.3
6032024-08-26T23:26:37.378Z Downloaded subprocess v0.2.9
6042024-08-26T23:26:37.378Z Downloaded structmeta-derive v0.3.0
6052024-08-26T23:26:37.381Z Downloaded fatfs v0.3.6
6062024-08-26T23:26:37.384Z Downloaded strum_macros v0.25.3
6072024-08-26T23:26:37.386Z Downloaded der_derive v0.7.2
6082024-08-26T23:26:37.388Z Downloaded nu-ansi-term v0.50.0
6092024-08-26T23:26:37.390Z Downloaded smawk v0.3.2
6102024-08-26T23:26:37.393Z Downloaded universal-hash v0.5.1
6112024-08-26T23:26:37.393Z Downloaded ipnet v2.9.0
6122024-08-26T23:26:37.395Z Downloaded pin-project-internal v1.1.5
6132024-08-26T23:26:37.397Z Downloaded zone v0.1.8
6142024-08-26T23:26:37.400Z Downloaded tinyvec_macros v0.1.1
6152024-08-26T23:26:37.400Z Downloaded path-slash v0.1.5
6162024-08-26T23:26:37.402Z Downloaded tokio-native-tls v0.3.1
6172024-08-26T23:26:37.405Z Downloaded rustc-demangle v0.1.24
6182024-08-26T23:26:37.405Z Downloaded headers-core v0.2.0
6192024-08-26T23:26:37.407Z Downloaded highway v1.2.0
6202024-08-26T23:26:37.409Z Downloaded libm v0.2.8
6212024-08-26T23:26:37.416Z Downloaded phf_shared v0.11.2
6222024-08-26T23:26:37.419Z Downloaded radium v0.7.0
6232024-08-26T23:26:37.421Z Downloaded oso-derive v0.27.3
6242024-08-26T23:26:37.421Z Downloaded foreign-types-shared v0.3.1
6252024-08-26T23:26:37.421Z Downloaded ppv-lite86 v0.2.17
6262024-08-26T23:26:37.423Z Downloaded tokio-tungstenite v0.20.1
6272024-08-26T23:26:37.425Z Downloaded hostname v0.3.1
6282024-08-26T23:26:37.427Z Downloaded serde_plain v1.0.2
6292024-08-26T23:26:37.429Z Downloaded static_assertions v1.1.0
6302024-08-26T23:26:37.433Z Downloaded slog v2.7.0
6312024-08-26T23:26:37.435Z Downloaded tokio-rustls v0.25.0
6322024-08-26T23:26:37.438Z Downloaded smallvec v1.13.2
6332024-08-26T23:26:37.440Z Downloaded rustls-pemfile v2.1.3
6342024-08-26T23:26:37.443Z Downloaded const_format v0.2.32
6352024-08-26T23:26:37.448Z Downloaded vsss-rs v3.3.4
6362024-08-26T23:26:37.452Z Downloaded tls_codec v0.4.1
6372024-08-26T23:26:37.455Z Downloaded hmac v0.12.1
6382024-08-26T23:26:37.457Z Downloaded rustversion v1.0.17
6392024-08-26T23:26:37.463Z Downloaded try-lock v0.2.5
6402024-08-26T23:26:37.466Z Downloaded untrusted v0.9.0
6412024-08-26T23:26:37.466Z Downloaded hash32 v0.3.1
6422024-08-26T23:26:37.468Z Downloaded zeroize v1.7.0
6432024-08-26T23:26:37.470Z Downloaded take_mut v0.2.2
6442024-08-26T23:26:37.470Z Downloaded tower-service v0.3.2
6452024-08-26T23:26:37.473Z Downloaded predicates-core v1.0.6
6462024-08-26T23:26:37.475Z Downloaded percent-encoding v2.3.1
6472024-08-26T23:26:37.475Z Downloaded futures-task v0.3.30
6482024-08-26T23:26:37.477Z Downloaded tls_codec_derive v0.4.1
6492024-08-26T23:26:37.479Z Downloaded phf_shared v0.10.0
6502024-08-26T23:26:37.482Z Downloaded vergen v8.3.2
6512024-08-26T23:26:37.484Z Downloaded snafu v0.8.2
6522024-08-26T23:26:37.504Z Downloaded foreign-types-shared v0.1.1
6532024-08-26T23:26:37.506Z Downloaded pretty-hex v0.2.1
6542024-08-26T23:26:37.509Z Downloaded r2d2 v0.8.10
6552024-08-26T23:26:37.509Z Downloaded fallible-iterator v0.3.0
6562024-08-26T23:26:37.511Z Downloaded yasna v0.5.2
6572024-08-26T23:26:37.514Z Downloaded termtree v0.4.1
6582024-08-26T23:26:37.516Z Downloaded der v0.7.9
6592024-08-26T23:26:37.521Z Downloaded rtoolbox v0.0.2
6602024-08-26T23:26:37.523Z Downloaded sec1 v0.7.3
6612024-08-26T23:26:37.526Z Downloaded rustfmt-wrapper v0.2.1
6622024-08-26T23:26:37.528Z Downloaded unicode-segmentation v1.11.0
6632024-08-26T23:26:37.533Z Downloaded rustc_version v0.4.0
6642024-08-26T23:26:37.535Z Downloaded slog-envlogger v2.2.0
6652024-08-26T23:26:37.537Z Downloaded heck v0.3.3
6662024-08-26T23:26:37.540Z Downloaded fallible-streaming-iterator v0.1.9
6672024-08-26T23:26:37.542Z Downloaded aes v0.8.4
6682024-08-26T23:26:37.545Z Downloaded structmeta-derive v0.2.0
6692024-08-26T23:26:37.547Z Downloaded getopts v0.2.21
6702024-08-26T23:26:37.549Z Downloaded http-range v0.1.5
6712024-08-26T23:26:37.552Z Downloaded ron v0.7.1
6722024-08-26T23:26:37.557Z Downloaded heapless v0.7.17
6732024-08-26T23:26:37.562Z Downloaded want v0.3.1
6742024-08-26T23:26:37.564Z Downloaded slog-scope v4.4.0
6752024-08-26T23:26:37.566Z Downloaded whoami v1.5.1
6762024-08-26T23:26:37.569Z Downloaded serde_with_macros v3.9.0
6772024-08-26T23:26:37.571Z Downloaded slog-json v2.6.1
6782024-08-26T23:26:37.574Z Downloaded schemars_derive v0.8.21
6792024-08-26T23:26:37.576Z Downloaded similar v2.6.0
6802024-08-26T23:26:37.582Z Downloaded tiny-keccak v2.0.2
6812024-08-26T23:26:37.586Z Downloaded endian-type v0.1.2
6822024-08-26T23:26:37.588Z Downloaded utf-8 v0.7.6
6832024-08-26T23:26:37.588Z Downloaded unicode-linebreak v0.1.5
6842024-08-26T23:26:37.591Z Downloaded structmeta v0.3.0
6852024-08-26T23:26:37.593Z Downloaded httpdate v1.0.3
6862024-08-26T23:26:37.593Z Downloaded futures-sink v0.3.30
6872024-08-26T23:26:37.595Z Downloaded structmeta v0.2.0
6882024-08-26T23:26:37.595Z Downloaded time-macros v0.2.18
6892024-08-26T23:26:37.598Z Downloaded derive_more v0.99.18
6902024-08-26T23:26:37.605Z Downloaded socket2 v0.4.10
6912024-08-26T23:26:37.608Z Downloaded predicates v3.1.2
6922024-08-26T23:26:37.610Z Downloaded hex v0.4.3
6932024-08-26T23:26:37.613Z Downloaded crossterm v0.27.0
6942024-08-26T23:26:37.621Z Downloaded unicode_categories v0.1.1
6952024-08-26T23:26:37.623Z Downloaded slog-stdlog v4.1.1
6962024-08-26T23:26:37.626Z Downloaded unicase v2.7.0
6972024-08-26T23:26:37.628Z Downloaded slog-dtrace v0.3.0
6982024-08-26T23:26:37.630Z Downloaded hashbrown v0.12.3
6992024-08-26T23:26:37.635Z Downloaded siphasher v0.3.11
7002024-08-26T23:26:37.637Z Downloaded precomputed-hash v0.1.1
7012024-08-26T23:26:37.637Z Downloaded tokio-macros v2.3.0
7022024-08-26T23:26:37.640Z Downloaded funty v2.0.0
7032024-08-26T23:26:37.640Z Downloaded ena v0.14.3
7042024-08-26T23:26:37.642Z Downloaded steno v0.4.1
7052024-08-26T23:26:37.646Z Downloaded float-cmp v0.9.0
7062024-08-26T23:26:37.649Z Downloaded uzers v0.11.3
7072024-08-26T23:26:37.651Z Downloaded futures v0.3.30
7082024-08-26T23:26:37.656Z Downloaded rand v0.8.5
7092024-08-26T23:26:37.660Z Downloaded diesel_table_macro_syntax v0.2.0
7102024-08-26T23:26:37.663Z Downloaded ref-cast-impl v1.0.23
7112024-08-26T23:26:37.666Z Downloaded scheduled-thread-pool v0.2.7
7122024-08-26T23:26:37.666Z Downloaded mio v1.0.2
7132024-08-26T23:26:37.671Z Downloaded nom v7.1.3
7142024-08-26T23:26:37.677Z Downloaded dyn-clone v1.0.17
7152024-08-26T23:26:37.680Z Downloaded pkg-config v0.3.30
7162024-08-26T23:26:37.683Z Downloaded termios v0.3.3
7172024-08-26T23:26:37.683Z Downloaded serde_yaml v0.9.34+deprecated
7182024-08-26T23:26:37.688Z Downloaded topological-sort v0.2.2
7192024-08-26T23:26:37.690Z Downloaded pkcs1 v0.7.5
7202024-08-26T23:26:37.692Z Downloaded tracing v0.1.40
7212024-08-26T23:26:37.696Z Downloaded serde-hex v0.1.0
7222024-08-26T23:26:37.699Z Downloaded tar v0.4.41
7232024-08-26T23:26:37.701Z Downloaded dirs-next v2.0.0
7242024-08-26T23:26:37.704Z Downloaded shell-words v1.1.0
7252024-08-26T23:26:37.706Z Downloaded tungstenite v0.20.1
7262024-08-26T23:26:37.708Z Downloaded pkcs8 v0.10.2
7272024-08-26T23:26:37.712Z Downloaded slog-term v2.9.1
7282024-08-26T23:26:37.714Z Downloaded paste v1.0.15
7292024-08-26T23:26:37.718Z Downloaded parking_lot v0.12.2
7302024-08-26T23:26:37.721Z Downloaded openssl-sys v0.9.103
7312024-08-26T23:26:37.727Z Downloaded rcgen v0.12.1
7322024-08-26T23:26:37.730Z Downloaded spki v0.7.3
7332024-08-26T23:26:37.732Z Downloaded spin v0.5.2
7342024-08-26T23:26:37.734Z Downloaded password-hash v0.5.0
7352024-08-26T23:26:37.737Z Downloaded which v4.4.2
7362024-08-26T23:26:37.739Z Downloaded futures-io v0.3.30
7372024-08-26T23:26:37.739Z Downloaded difflib v0.4.0
7382024-08-26T23:26:37.741Z Downloaded hubpack v0.1.2
7392024-08-26T23:26:37.744Z Downloaded postgres-protocol v0.6.7
7402024-08-26T23:26:37.744Z Downloaded tokio-tungstenite v0.21.0
7412024-08-26T23:26:37.746Z Downloaded tinyvec v1.6.0
7422024-08-26T23:26:37.750Z Downloaded half v2.4.1
7432024-08-26T23:26:37.753Z Downloaded hash32 v0.2.1
7442024-08-26T23:26:37.758Z Downloaded string_cache v0.8.7
7452024-08-26T23:26:37.760Z Downloaded derive_builder_core v0.20.0
7462024-08-26T23:26:37.760Z Downloaded glob v0.3.1
7472024-08-26T23:26:37.762Z Downloaded getrandom v0.2.14
7482024-08-26T23:26:37.765Z Downloaded parking_lot_core v0.8.6
7492024-08-26T23:26:37.768Z Downloaded spin v0.9.8
7502024-08-26T23:26:37.771Z Downloaded smf v0.2.3
7512024-08-26T23:26:37.773Z Downloaded itertools v0.13.0
7522024-08-26T23:26:37.780Z Downloaded futures-core v0.3.30
7532024-08-26T23:26:37.783Z Downloaded prettyplease v0.2.20
7542024-08-26T23:26:37.786Z Downloaded env_logger v0.9.3
7552024-08-26T23:26:37.789Z Downloaded termcolor v1.4.1
7562024-08-26T23:26:37.791Z Downloaded elliptic-curve v0.13.8
7572024-08-26T23:26:37.795Z Downloaded diff v0.1.13
7582024-08-26T23:26:37.799Z Downloaded typed-path v0.7.1
7592024-08-26T23:26:37.806Z Downloaded socket2 v0.5.7
7602024-08-26T23:26:37.808Z Downloaded unicode-normalization v0.1.23
7612024-08-26T23:26:37.813Z Downloaded rayon-core v1.12.1
7622024-08-26T23:26:37.817Z Downloaded diesel_derives v2.2.2
7632024-08-26T23:26:37.828Z Downloaded serde_with v3.9.0
7642024-08-26T23:26:37.832Z Downloaded headers v0.3.9
7652024-08-26T23:26:37.838Z Downloaded rustyline v14.0.0
7662024-08-26T23:26:37.844Z Downloaded postcard v1.0.8
7672024-08-26T23:26:37.848Z Downloaded signal-hook v0.3.17
7682024-08-26T23:26:37.851Z Downloaded tungstenite v0.21.0
7692024-08-26T23:26:37.856Z Downloaded rsa v0.9.6
7702024-08-26T23:26:37.861Z Downloaded openssl v0.10.66
7712024-08-26T23:26:37.872Z Downloaded hyper v0.14.30
7722024-08-26T23:26:37.881Z Downloaded idna v0.3.0
7732024-08-26T23:26:37.889Z Downloaded rusqlite v0.31.0
7742024-08-26T23:26:37.896Z Downloaded toml_edit v0.19.15
7752024-08-26T23:26:37.915Z Downloaded winnow v0.5.40
7762024-08-26T23:26:37.924Z Downloaded tokio-util v0.7.11
7772024-08-26T23:26:37.932Z Downloaded rustls-webpki v0.101.7
7782024-08-26T23:26:37.948Z Downloaded reqwest v0.11.27
7792024-08-26T23:26:37.956Z Downloaded portable-atomic v1.6.0
7802024-08-26T23:26:37.963Z Downloaded rustls-webpki v0.102.4
7812024-08-26T23:26:37.983Z Downloaded idna v0.4.0
7822024-08-26T23:26:37.991Z Downloaded nix v0.27.1
7832024-08-26T23:26:38.003Z Downloaded radix_trie v0.2.1
7842024-08-26T23:26:38.008Z Downloaded object v0.32.2
7852024-08-26T23:26:38.021Z Downloaded curve25519-dalek v4.1.3
7862024-08-26T23:26:38.030Z Downloaded git2 v0.19.0
7872024-08-26T23:26:38.041Z Downloaded h2 v0.3.26
7882024-08-26T23:26:38.047Z Downloaded rayon v1.10.0
7892024-08-26T23:26:38.057Z Downloaded smoltcp v0.11.0
7902024-08-26T23:26:38.071Z Downloaded smoltcp v0.9.1
7912024-08-26T23:26:38.084Z Downloaded vcpkg v0.2.15
7922024-08-26T23:26:38.125Z Downloaded rustls v0.22.4
7932024-08-26T23:26:38.139Z Downloaded gimli v0.28.1
7942024-08-26T23:26:38.149Z Downloaded diesel v2.2.2
7952024-08-26T23:26:38.170Z Downloaded polar-core v0.27.3
7962024-08-26T23:26:38.179Z Downloaded regex-syntax v0.8.4
7972024-08-26T23:26:38.188Z Downloaded regex-syntax v0.6.29
7982024-08-26T23:26:38.195Z Downloaded zerocopy-derive v0.6.6
7992024-08-26T23:26:38.207Z Downloaded regress v0.9.1
8002024-08-26T23:26:38.217Z Downloaded sled v0.34.7
8012024-08-26T23:26:38.228Z Downloaded regex-automata v0.4.6
8022024-08-26T23:26:38.247Z Downloaded hickory-proto v0.24.1
8032024-08-26T23:26:38.264Z Downloaded openapiv3 v2.0.0
8042024-08-26T23:26:38.277Z Downloaded ratatui v0.28.0
8052024-08-26T23:26:38.298Z Downloaded bzip2-sys v0.1.11+1.0.8
8062024-08-26T23:26:38.311Z Downloaded bstr v1.9.1
8072024-08-26T23:26:38.325Z Downloaded finl_unicode v1.2.0
8082024-08-26T23:26:38.337Z Downloaded webpki-roots v0.25.4
8092024-08-26T23:26:38.341Z Downloaded proptest v1.5.0
8102024-08-26T23:26:38.352Z Downloaded sha3 v0.10.8
8112024-08-26T23:26:38.357Z Downloaded petgraph v0.6.5
8122024-08-26T23:26:38.377Z Downloaded tokio v1.38.1
8132024-08-26T23:26:38.416Z Downloaded csv v1.3.0
8142024-08-26T23:26:38.437Z Downloaded rustls v0.21.12
8152024-08-26T23:26:38.449Z Downloaded regex v1.10.6
8162024-08-26T23:26:38.463Z Downloaded nix v0.28.0
8172024-08-26T23:26:38.475Z Downloaded reedline v0.33.0
8182024-08-26T23:26:38.483Z Downloaded sqlparser v0.45.0
8192024-08-26T23:26:38.490Z Downloaded lalrpop v0.19.12
8202024-08-26T23:26:38.502Z Downloaded quick-xml v0.31.0
8212024-08-26T23:26:38.508Z Downloaded chrono v0.4.38
8222024-08-26T23:26:38.516Z Downloaded hkdf v0.12.4
8232024-08-26T23:26:38.519Z Downloaded bitvec v1.0.1
8242024-08-26T23:26:38.536Z Downloaded schemars v0.8.21
8252024-08-26T23:26:38.552Z Downloaded encoding_rs v0.8.34
8262024-08-26T23:26:38.576Z Downloaded heapless v0.8.0
8272024-08-26T23:26:38.580Z Downloaded flate2 v1.0.31
8282024-08-26T23:26:38.586Z Downloaded object v0.30.4
8292024-08-26T23:26:38.597Z Downloaded bindgen v0.69.4
8302024-08-26T23:26:38.605Z Downloaded futures-util v0.3.30
8312024-08-26T23:26:38.618Z Downloaded hashbrown v0.13.2
8322024-08-26T23:26:38.622Z Downloaded http v1.1.0
8332024-08-26T23:26:38.627Z Downloaded pkcs5 v0.7.1
8342024-08-26T23:26:38.631Z Downloaded libgit2-sys v0.17.0+1.8.1
8352024-08-26T23:26:38.692Z Downloaded derive_builder v0.20.0
8362024-08-26T23:26:38.696Z Downloaded toml v0.7.8
8372024-08-26T23:26:38.700Z Downloaded unsafe-libyaml v0.2.11
8382024-08-26T23:26:38.704Z Downloaded env_logger v0.10.2
8392024-08-26T23:26:38.707Z Downloaded futures-macro v0.3.30
8402024-08-26T23:26:38.709Z Downloaded unicode-bidi v0.3.15
8412024-08-26T23:26:38.712Z Downloaded url v2.5.2
8422024-08-26T23:26:38.714Z Downloaded tracing-core v0.1.32
8432024-08-26T23:26:38.717Z Downloaded poly1305 v0.8.0
8442024-08-26T23:26:38.719Z Downloaded filetime v0.2.24
8452024-08-26T23:26:38.722Z Downloaded enum-as-inner v0.6.0
8462024-08-26T23:26:38.724Z Downloaded dirs-sys-next v0.1.2
8472024-08-26T23:26:38.724Z Downloaded rand_core v0.6.4
8482024-08-26T23:26:38.727Z Downloaded term v0.7.0
8492024-08-26T23:26:38.729Z Downloaded packed_struct_codegen v0.10.1
8502024-08-26T23:26:38.732Z Downloaded ring v0.16.20
8512024-08-26T23:26:38.815Z Downloaded itertools v0.12.1
8522024-08-26T23:26:38.821Z Downloaded blake3 v1.5.1
8532024-08-26T23:26:38.831Z Downloaded semver v0.1.20
8542024-08-26T23:26:38.833Z Downloaded resolv-conf v0.7.0
8552024-08-26T23:26:38.833Z Downloaded parking_lot v0.11.2
8562024-08-26T23:26:38.836Z Downloaded aho-corasick v1.1.3
8572024-08-26T23:26:38.841Z Downloaded http v0.2.12
8582024-08-26T23:26:38.845Z Downloaded either v1.13.0
8592024-08-26T23:26:38.848Z Downloaded zip v0.6.6
8602024-08-26T23:26:38.850Z Downloaded httparse v1.8.0
8612024-08-26T23:26:38.853Z Downloaded hickory-client v0.24.1
8622024-08-26T23:26:38.856Z Downloaded walkdir v2.5.0
8632024-08-26T23:26:38.858Z Downloaded test-strategy v0.3.1
8642024-08-26T23:26:38.861Z Downloaded rustc_version v0.1.7
8652024-08-26T23:26:38.864Z Downloaded embedded-io v0.4.0
8662024-08-26T23:26:38.864Z Downloaded uuid v1.10.0
8672024-08-26T23:26:38.867Z Downloaded toolchain_find v0.4.0
8682024-08-26T23:26:38.869Z Downloaded derive-where v1.2.7
8692024-08-26T23:26:38.872Z Downloaded secrecy v0.8.0
8702024-08-26T23:26:38.874Z Downloaded flagset v0.4.5
8712024-08-26T23:26:38.874Z Downloaded oso v0.27.3
8722024-08-26T23:26:38.878Z Downloaded futures-channel v0.3.30
8732024-08-26T23:26:38.881Z Downloaded tempfile v3.10.1
8742024-08-26T23:26:38.883Z Downloaded num-bigint-dig v0.8.4
8752024-08-26T23:26:38.888Z Downloaded same-file v1.0.6
8762024-08-26T23:26:38.891Z Downloaded salsa20 v0.10.2
8772024-08-26T23:26:38.891Z Downloaded tap v1.0.1
8782024-08-26T23:26:38.894Z Downloaded ref-cast v1.0.23
8792024-08-26T23:26:38.896Z Downloaded libxml v0.3.3
8802024-08-26T23:26:38.901Z Downloaded fixedbitset v0.4.2
8812024-08-26T23:26:38.903Z Downloaded rustls-pki-types v1.7.0
8822024-08-26T23:26:38.906Z Downloaded itertools v0.10.5
8832024-08-26T23:26:38.911Z Downloaded http-body v0.4.6
8842024-08-26T23:26:38.914Z Downloaded idna v0.5.0
8852024-08-26T23:26:38.920Z Downloaded textwrap v0.16.1
8862024-08-26T23:26:38.923Z Downloaded expectorate v1.1.0
8872024-08-26T23:26:38.926Z Downloaded tough v0.17.1
8882024-08-26T23:26:38.934Z Downloaded hashlink v0.9.1
8892024-08-26T23:26:38.937Z Downloaded zerocopy v0.6.6
8902024-08-26T23:26:38.940Z Downloaded ron v0.8.1
8912024-08-26T23:26:38.945Z Downloaded publicsuffix v2.2.3
8922024-08-26T23:26:38.948Z Downloaded hickory-resolver v0.24.1
8932024-08-26T23:26:38.952Z Downloaded owo-colors v4.0.0
8942024-08-26T23:26:38.955Z Downloaded time v0.3.36
8952024-08-26T23:26:38.962Z Downloaded slog-bunyan v2.5.0
8962024-08-26T23:26:38.965Z Downloaded proc-macro-crate v1.3.1
8972024-08-26T23:26:38.965Z Downloaded phf v0.11.2
8982024-08-26T23:26:38.965Z Downloaded packed_struct v0.10.1
8992024-08-26T23:26:38.968Z Downloaded deranged v0.3.11
9002024-08-26T23:26:38.971Z Downloaded sha1 v0.10.6
9012024-08-26T23:26:38.971Z Downloaded flume v0.11.0
9022024-08-26T23:26:38.974Z Downloaded tracing-attributes v0.1.27
9032024-08-26T23:26:38.976Z Downloaded x509-cert v0.2.5
9042024-08-26T23:26:38.982Z Downloaded tokio-postgres v0.7.11
9052024-08-26T23:26:38.987Z Downloaded sct v0.7.1
9062024-08-26T23:26:38.991Z Downloaded rustc-hash v1.1.0
9072024-08-26T23:26:38.993Z Downloaded rand_chacha v0.3.1
9082024-08-26T23:26:38.993Z Downloaded fragile v2.0.0
9092024-08-26T23:26:38.996Z Downloaded zeroize_derive v1.4.2
9102024-08-26T23:26:38.998Z Downloaded hickory-server v0.24.1
9112024-08-26T23:26:39.002Z Downloaded vte v0.11.1
9122024-08-26T23:26:39.004Z Downloaded thiserror-impl-no-std v2.0.2
9132024-08-26T23:26:39.006Z Downloaded serde_repr v0.1.19
9142024-08-26T23:26:39.009Z Downloaded quick-error v1.2.3
9152024-08-26T23:26:39.009Z Downloaded pem-rfc7468 v0.7.0
9162024-08-26T23:26:39.012Z Downloaded crossbeam-channel v0.5.12
9172024-08-26T23:26:39.014Z Downloaded postgres-types v0.2.7
9182024-08-26T23:26:39.017Z Downloaded predicates-tree v1.0.9
9192024-08-26T23:26:39.020Z Downloaded portpicker v0.1.1
9202024-08-26T23:26:39.020Z Downloaded pem v3.0.4
9212024-08-26T23:26:39.022Z Downloaded pin-project v1.1.5
9222024-08-26T23:26:39.032Z Downloaded wyz v0.5.1
9232024-08-26T23:26:39.034Z Downloaded peg-macros v0.8.4
9242024-08-26T23:26:39.035Z Downloaded pbkdf2 v0.12.2
9252024-08-26T23:26:39.037Z Downloaded globset v0.4.14
9262024-08-26T23:26:39.037Z Downloaded untrusted v0.7.1
9272024-08-26T23:26:39.040Z Downloaded signal-hook-tokio v0.3.1
9282024-08-26T23:26:39.040Z Downloaded group v0.13.0
9292024-08-26T23:26:39.043Z Downloaded crossterm v0.28.1
9302024-08-26T23:26:39.047Z Downloaded time-core v0.1.2
9312024-08-26T23:26:39.050Z Downloaded fallible-iterator v0.2.0
9322024-08-26T23:26:39.050Z Downloaded twox-hash v1.6.3
9332024-08-26T23:26:39.053Z Downloaded indicatif v0.17.8
9342024-08-26T23:26:39.055Z Downloaded tokio-stream v0.1.15
9352024-08-26T23:26:39.059Z Downloaded omicron-zone-package v0.11.0
9362024-08-26T23:26:39.062Z Downloaded mockall_derive v0.13.0
9372024-08-26T23:26:39.065Z Downloaded stable_deref_trait v1.2.0
9382024-08-26T23:26:39.067Z Downloaded sqlformat v0.2.4
9392024-08-26T23:26:39.067Z Downloaded signal-hook-mio v0.2.4
9402024-08-26T23:26:39.070Z Downloaded serde_arrays v0.1.0
9412024-08-26T23:26:39.070Z Downloaded rusty-fork v0.3.0
9422024-08-26T23:26:39.072Z Downloaded rpassword v7.3.1
9432024-08-26T23:26:39.072Z Downloaded powerfmt v0.2.0
9442024-08-26T23:26:39.075Z Downloaded peg v0.8.4
9452024-08-26T23:26:39.078Z Downloaded hostname v0.4.0
9462024-08-26T23:26:39.080Z Downloaded home v0.5.9
9472024-08-26T23:26:39.080Z Downloaded foreign-types-macros v0.2.3
9482024-08-26T23:26:39.080Z Downloaded foreign-types v0.5.0
9492024-08-26T23:26:39.080Z Downloaded samael v0.0.15
9502024-08-26T23:26:39.085Z Downloaded base64 v0.21.7
9512024-08-26T23:26:39.089Z Downloaded tabwriter v1.4.0
9522024-08-26T23:26:39.091Z Downloaded slog-async v2.8.0
9532024-08-26T23:26:39.094Z Downloaded slab v0.4.9
9542024-08-26T23:26:39.094Z Downloaded psl-types v2.0.11
9552024-08-26T23:26:39.094Z Downloaded form_urlencoded v1.2.1
9562024-08-26T23:26:39.096Z Downloaded parse-display v0.10.0
9572024-08-26T23:26:39.096Z Downloaded parking_lot_core v0.9.10
9582024-08-26T23:26:39.099Z Downloaded pin-project-lite v0.2.14
9592024-08-26T23:26:39.103Z Downloaded unicode-truncate v1.0.0
9602024-08-26T23:26:39.107Z Downloaded cancel-safe-futures v0.1.5
9612024-08-26T23:26:39.109Z Downloaded memmap2 v0.9.4
9622024-08-26T23:26:39.109Z Downloaded maplit v1.0.2
9632024-08-26T23:26:39.112Z Downloaded libsw v3.3.1
9642024-08-26T23:26:39.112Z Downloaded libloading v0.8.3
9652024-08-26T23:26:39.115Z Downloaded newtype-uuid v1.1.0
9662024-08-26T23:26:39.118Z Downloaded sqlparser_derive v0.2.2
9672024-08-26T23:26:39.118Z Downloaded chacha20poly1305 v0.10.1
9682024-08-26T23:26:39.118Z Downloaded arc-swap v1.7.1
9692024-08-26T23:26:39.122Z Downloaded unarray v0.1.4
9702024-08-26T23:26:39.124Z Downloaded thread_local v1.1.8
9712024-08-26T23:26:39.126Z Downloaded strip-ansi-escapes v0.2.0
9722024-08-26T23:26:39.126Z Downloaded crypto-bigint v0.5.5
9732024-08-26T23:26:39.132Z Downloaded nanorand v0.7.0
9742024-08-26T23:26:39.134Z Downloaded libz-sys v1.1.16
9752024-08-26T23:26:39.203Z Downloaded darling v0.20.9
9762024-08-26T23:26:39.207Z Downloaded ring v0.17.8
9772024-08-26T23:26:39.280Z Downloaded cookie v0.18.1
9782024-08-26T23:26:39.283Z Downloaded base64 v0.13.1
9792024-08-26T23:26:39.287Z Downloaded cbc v0.1.2
9802024-08-26T23:26:39.287Z Downloaded backoff v0.4.0
9812024-08-26T23:26:39.290Z Downloaded thiserror-no-std v2.0.2
9822024-08-26T23:26:39.292Z Downloaded scrypt v0.11.0
9832024-08-26T23:26:39.296Z Downloaded num-integer v0.1.46
9842024-08-26T23:26:39.296Z Downloaded memoffset v0.9.1
9852024-08-26T23:26:39.299Z Downloaded linked-hash-map v0.5.6
9862024-08-26T23:26:39.299Z Downloaded libefi-sys v0.1.0
9872024-08-26T23:26:39.299Z Downloaded lazy_static v1.5.0
9882024-08-26T23:26:39.302Z Downloaded keccak v0.1.5
9892024-08-26T23:26:39.302Z Downloaded kstat-rs v0.2.4
9902024-08-26T23:26:39.304Z Downloaded bytes v1.7.1
9912024-08-26T23:26:39.307Z Downloaded serde_path_to_error v0.1.16
9922024-08-26T23:26:39.310Z Downloaded scopeguard v1.2.0
9932024-08-26T23:26:39.310Z Downloaded bit-set v0.5.3
9942024-08-26T23:26:39.310Z Downloaded libsqlite3-sys v0.28.0
9952024-08-26T23:26:39.387Z Downloaded base64ct v1.6.0
9962024-08-26T23:26:39.390Z Downloaded shlex v1.3.0
9972024-08-26T23:26:39.390Z Downloaded serde_derive_internals v0.29.1
9982024-08-26T23:26:39.392Z Downloaded openssl-probe v0.1.5
9992024-08-26T23:26:39.392Z Downloaded openssl-macros v0.1.1
10002024-08-26T23:26:39.394Z Downloaded bzip2 v0.4.4
10012024-08-26T23:26:39.394Z Downloaded number_prefix v0.4.0
10022024-08-26T23:26:39.397Z Downloaded new_debug_unreachable v1.0.6
10032024-08-26T23:26:39.397Z Downloaded darling_core v0.20.9
10042024-08-26T23:26:39.403Z Downloaded allocator-api2 v0.2.18
10052024-08-26T23:26:39.405Z Downloaded cexpr v0.6.0
10062024-08-26T23:26:39.405Z Downloaded mime v0.3.17
10072024-08-26T23:26:39.408Z Downloaded curve25519-dalek-derive v0.1.1
10082024-08-26T23:26:39.408Z Downloaded crossbeam-deque v0.8.5
10092024-08-26T23:26:39.411Z Downloaded cipher v0.4.4
10102024-08-26T23:26:39.411Z Downloaded castaway v0.2.3
10112024-08-26T23:26:39.411Z Downloaded base16ct v0.2.0
10122024-08-26T23:26:39.413Z Downloaded convert_case v0.4.0
10132024-08-26T23:26:39.413Z Downloaded buf-list v1.0.3
10142024-08-26T23:26:39.415Z Downloaded block-padding v0.3.3
10152024-08-26T23:26:39.415Z Downloaded bit-vec v0.6.3
10162024-08-26T23:26:39.418Z Downloaded lock_api v0.4.12
10172024-08-26T23:26:39.418Z Downloaded indent_write v2.2.0
10182024-08-26T23:26:39.420Z Downloaded crc-catalog v2.4.0
10192024-08-26T23:26:39.421Z Downloaded ahash v0.8.11
10202024-08-26T23:26:39.423Z Downloaded bitstruct v0.1.1
10212024-08-26T23:26:39.426Z Downloaded num-derive v0.4.2
10222024-08-26T23:26:39.426Z Downloaded nibble_vec v0.1.0
10232024-08-26T23:26:39.429Z Downloaded lalrpop-util v0.19.12
10242024-08-26T23:26:39.429Z Downloaded iana-time-zone v0.1.60
10252024-08-26T23:26:39.431Z Downloaded native-tls v0.2.11
10262024-08-26T23:26:39.431Z Downloaded multer v3.1.0
10272024-08-26T23:26:39.435Z Downloaded managed v0.8.0
10282024-08-26T23:26:39.437Z Downloaded crc-any v2.5.0
10292024-08-26T23:26:39.437Z Downloaded const-oid v0.9.6
10302024-08-26T23:26:39.440Z Downloaded blake2 v0.10.6
10312024-08-26T23:26:39.442Z Downloaded bcs v0.1.6
10322024-08-26T23:26:39.445Z Downloaded async-recursion v1.1.1
10332024-08-26T23:26:39.449Z Downloaded defmt-macros v0.3.9
10342024-08-26T23:26:39.452Z Downloaded instability v0.3.2
10352024-08-26T23:26:39.452Z Downloaded cookie v0.17.0
10362024-08-26T23:26:39.455Z Downloaded mockall v0.13.0
10372024-08-26T23:26:39.455Z Downloaded lru-cache v0.1.2
10382024-08-26T23:26:39.455Z Downloaded md-5 v0.10.6
10392024-08-26T23:26:39.459Z Downloaded lazycell v1.3.0
10402024-08-26T23:26:39.459Z Downloaded humantime v2.1.0
10412024-08-26T23:26:39.459Z Downloaded atomic-waker v1.1.2
10422024-08-26T23:26:39.461Z Downloaded cassowary v0.3.0
10432024-08-26T23:26:39.462Z Downloaded multimap v0.10.0
10442024-08-26T23:26:39.462Z Downloaded cstr-argument v0.1.2
10452024-08-26T23:26:39.462Z Downloaded async-stream-impl v0.3.5
10462024-08-26T23:26:39.464Z Downloaded bitfield-struct v0.6.1
10472024-08-26T23:26:39.464Z Downloaded bitfield v0.14.0
10482024-08-26T23:26:39.466Z Downloaded ascii-canvas v3.0.0
10492024-08-26T23:26:39.552Z Compiling cfg-if v1.0.0
10502024-08-26T23:26:39.555Z Compiling serde v1.0.208
10512024-08-26T23:26:39.555Z Compiling typenum v1.17.0
10522024-08-26T23:26:39.555Z Compiling generic-array v0.14.7
10532024-08-26T23:26:39.555Z Compiling lock_api v0.4.12
10542024-08-26T23:26:39.708Z Compiling syn v2.0.74
10552024-08-26T23:26:39.722Z Compiling scopeguard v1.2.0
10562024-08-26T23:26:39.725Z Compiling log v0.4.21
10572024-08-26T23:26:39.799Z Compiling getrandom v0.2.14
10582024-08-26T23:26:39.919Z Compiling jobserver v0.1.32
10592024-08-26T23:26:40.023Z Compiling rand_core v0.6.4
10602024-08-26T23:26:40.228Z Compiling subtle v2.5.0
10612024-08-26T23:26:40.263Z Compiling cc v1.0.97
10622024-08-26T23:26:40.295Z Compiling const-oid v0.9.6
10632024-08-26T23:26:40.564Z Compiling pin-project-lite v0.2.14
10642024-08-26T23:26:40.596Z Compiling smallvec v1.13.2
10652024-08-26T23:26:40.797Z Compiling parking_lot_core v0.9.10
10662024-08-26T23:26:40.816Z Compiling signal-hook-registry v1.4.2
10672024-08-26T23:26:40.943Z Compiling spin v0.9.8
10682024-08-26T23:26:41.190Z Compiling mio v0.8.11
10692024-08-26T23:26:41.429Z Compiling ahash v0.8.11
10702024-08-26T23:26:41.724Z Compiling tinyvec_macros v0.1.1
10712024-08-26T23:26:41.822Z Compiling parking_lot v0.12.2
10722024-08-26T23:26:41.910Z Compiling tinyvec v1.6.0
10732024-08-26T23:26:42.102Z Compiling socket2 v0.5.7
10742024-08-26T23:26:42.479Z Compiling num_cpus v1.16.0
10752024-08-26T23:26:42.539Z Compiling serde_json v1.0.125
10762024-08-26T23:26:42.613Z Compiling libm v0.2.8
10772024-08-26T23:26:42.662Z Compiling cpufeatures v0.2.12
10782024-08-26T23:26:42.768Z Compiling futures-core v0.3.30
10792024-08-26T23:26:42.843Z Compiling slab v0.4.9
10802024-08-26T23:26:42.924Z Compiling num-traits v0.2.19
10812024-08-26T23:26:43.004Z Compiling futures-sink v0.3.30
10822024-08-26T23:26:43.046Z Compiling unicode-bidi v0.3.15
10832024-08-26T23:26:43.135Z Compiling allocator-api2 v0.2.18
10842024-08-26T23:26:43.474Z Compiling unicode-normalization v0.1.23
10852024-08-26T23:26:43.539Z Compiling futures-channel v0.3.30
10862024-08-26T23:26:43.627Z Compiling pkg-config v0.3.30
10872024-08-26T23:26:43.948Z Compiling futures-io v0.3.30
10882024-08-26T23:26:43.968Z Compiling futures-task v0.3.30
10892024-08-26T23:26:44.271Z Compiling vcpkg v0.2.15
10902024-08-26T23:26:44.558Z Compiling pin-utils v0.1.0
10912024-08-26T23:26:44.595Z Compiling base64ct v1.6.0
10922024-08-26T23:26:44.616Z Compiling ppv-lite86 v0.2.17
10932024-08-26T23:26:44.631Z Compiling ring v0.17.8
10942024-08-26T23:26:44.650Z Compiling flagset v0.4.5
10952024-08-26T23:26:44.862Z Compiling percent-encoding v2.3.1
10962024-08-26T23:26:45.178Z Compiling pem-rfc7468 v0.7.0
10972024-08-26T23:26:45.196Z Compiling tracing-core v0.1.32
10982024-08-26T23:26:45.230Z Compiling rustix v0.38.34
10992024-08-26T23:26:45.412Z Compiling rand_chacha v0.3.1
11002024-08-26T23:26:45.974Z Compiling untrusted v0.9.0
11012024-08-26T23:26:46.157Z Compiling rand v0.8.5
11022024-08-26T23:26:46.200Z Compiling rustversion v1.0.17
11032024-08-26T23:26:46.299Z Compiling num-conv v0.1.0
11042024-08-26T23:26:46.472Z Compiling openssl-sys v0.9.103
11052024-08-26T23:26:46.580Z Compiling httparse v1.8.0
11062024-08-26T23:26:46.597Z Compiling powerfmt v0.2.0
11072024-08-26T23:26:46.912Z Compiling foreign-types-shared v0.1.1
11082024-08-26T23:26:46.972Z Compiling openssl v0.10.66
11092024-08-26T23:26:47.021Z Compiling time-core v0.1.2
11102024-08-26T23:26:47.063Z Compiling foreign-types v0.3.2
11112024-08-26T23:26:47.195Z Compiling time-macros v0.2.18
11122024-08-26T23:26:47.224Z Compiling deranged v0.3.11
11132024-08-26T23:26:47.388Z Compiling form_urlencoded v1.2.1
11142024-08-26T23:26:47.712Z Compiling aho-corasick v1.1.3
11152024-08-26T23:26:47.767Z Compiling siphasher v0.3.11
11162024-08-26T23:26:48.083Z Compiling native-tls v0.2.11
11172024-08-26T23:26:48.138Z Compiling try-lock v0.2.5
11182024-08-26T23:26:48.289Z Compiling regex-syntax v0.8.4
11192024-08-26T23:26:48.438Z Compiling crossbeam-utils v0.8.19
11202024-08-26T23:26:49.003Z Compiling rustls v0.21.12
11212024-08-26T23:26:49.034Z Compiling num_threads v0.1.7
11222024-08-26T23:26:49.075Z Compiling syn v1.0.109
11232024-08-26T23:26:49.216Z Compiling want v0.3.1
11242024-08-26T23:26:49.777Z Compiling idna v0.5.0
11252024-08-26T23:26:50.194Z Compiling socket2 v0.4.10
11262024-08-26T23:26:50.415Z Compiling time v0.3.36
11272024-08-26T23:26:50.683Z Compiling cookie v0.17.0
11282024-08-26T23:26:50.986Z Compiling iana-time-zone v0.1.60
11292024-08-26T23:26:51.110Z Compiling slog v2.7.0
11302024-08-26T23:26:51.319Z Compiling openssl-probe v0.1.5
11312024-08-26T23:26:51.484Z Compiling tower-service v0.3.2
11322024-08-26T23:26:51.643Z Compiling httpdate v1.0.3
11332024-08-26T23:26:51.662Z Compiling finl_unicode v1.2.0
11342024-08-26T23:26:51.664Z Compiling adler v1.0.2
11352024-08-26T23:26:51.913Z Compiling regex-automata v0.4.6
11362024-08-26T23:26:52.113Z Compiling miniz_oxide v0.7.2
11372024-08-26T23:26:52.269Z Compiling stringprep v0.1.4
11382024-08-26T23:26:53.537Z Compiling url v2.5.2
11392024-08-26T23:26:53.732Z Compiling sct v0.7.1
11402024-08-26T23:26:54.057Z Compiling rustls-webpki v0.101.7
11412024-08-26T23:26:54.557Z Compiling serde_derive v1.0.208
11422024-08-26T23:26:54.842Z Compiling zeroize_derive v1.4.2
11432024-08-26T23:26:55.314Z Compiling zerocopy-derive v0.7.34
11442024-08-26T23:26:55.452Z Compiling tokio-macros v2.3.0
11452024-08-26T23:26:55.799Z Compiling thiserror-impl v1.0.63
11462024-08-26T23:26:56.070Z Compiling futures-macro v0.3.30
11472024-08-26T23:26:56.524Z Compiling zeroize v1.7.0
11482024-08-26T23:26:57.167Z Compiling der_derive v0.7.2
11492024-08-26T23:26:57.627Z Compiling zerocopy v0.7.34
11502024-08-26T23:26:58.164Z Compiling futures-util v0.3.30
11512024-08-26T23:26:58.399Z Compiling crypto-common v0.1.6
11522024-08-26T23:26:58.647Z Compiling block-buffer v0.10.4
11532024-08-26T23:26:58.933Z Compiling digest v0.10.7
11542024-08-26T23:26:59.267Z Compiling block-padding v0.3.3
11552024-08-26T23:26:59.436Z Compiling hmac v0.12.1
11562024-08-26T23:26:59.568Z Compiling inout v0.1.3
11572024-08-26T23:26:59.735Z Compiling thiserror v1.0.63
11582024-08-26T23:26:59.849Z Compiling sha2 v0.10.8
11592024-08-26T23:26:59.931Z Compiling hashbrown v0.14.5
11602024-08-26T23:26:59.931Z Compiling cipher v0.4.4
11612024-08-26T23:26:59.931Z Compiling pest v2.7.10
11622024-08-26T23:27:00.341Z Compiling salsa20 v0.10.2
11632024-08-26T23:27:00.595Z Compiling der v0.7.9
11642024-08-26T23:27:01.157Z Compiling pbkdf2 v0.12.2
11652024-08-26T23:27:01.351Z Compiling tracing-attributes v0.1.27
11662024-08-26T23:27:02.998Z Compiling pest_meta v2.7.10
11672024-08-26T23:27:03.465Z Compiling scroll_derive v0.12.0
11682024-08-26T23:27:03.971Z Compiling spki v0.7.3
11692024-08-26T23:27:04.347Z Compiling pest_generator v2.7.10
11702024-08-26T23:27:04.539Z Compiling scrypt v0.11.0
11712024-08-26T23:27:04.983Z Compiling scroll v0.12.0
11722024-08-26T23:27:05.043Z Compiling aes v0.8.4
11732024-08-26T23:27:05.123Z Compiling cbc v0.1.2
11742024-08-26T23:27:05.200Z Compiling tracing v0.1.40
11752024-08-26T23:27:05.353Z Compiling openssl-macros v0.1.1
11762024-08-26T23:27:05.566Z Compiling goblin v0.8.2
11772024-08-26T23:27:05.723Z Compiling md-5 v0.10.6
11782024-08-26T23:27:06.188Z Compiling pkcs5 v0.7.1
11792024-08-26T23:27:07.465Z Compiling pkcs8 v0.10.2
11802024-08-26T23:27:07.774Z Compiling num-integer v0.1.46
11812024-08-26T23:27:07.937Z Compiling backtrace v0.3.71
11822024-08-26T23:27:08.078Z Compiling idna v0.3.0
11832024-08-26T23:27:08.111Z Compiling pest_derive v2.7.10
11842024-08-26T23:27:08.217Z Compiling lazy_static v1.5.0
11852024-08-26T23:27:08.335Z Compiling hash32 v0.2.1
11862024-08-26T23:27:08.409Z Compiling psl-types v2.0.11
11872024-08-26T23:27:08.555Z Compiling signal-hook v0.3.17
11882024-08-26T23:27:08.598Z Compiling gimli v0.28.1
11892024-08-26T23:27:08.707Z Compiling cfg_aliases v0.1.1
11902024-08-26T23:27:08.805Z Compiling smoltcp v0.9.1
11912024-08-26T23:27:08.824Z Compiling num-bigint-dig v0.8.4
11922024-08-26T23:27:08.899Z Compiling dtrace-parser v0.2.0
11932024-08-26T23:27:09.119Z Compiling crc32fast v1.4.0
11942024-08-26T23:27:09.535Z Compiling bytes v1.7.1
11952024-08-26T23:27:09.555Z Compiling bitflags v2.6.0
11962024-08-26T23:27:09.683Z Compiling indexmap v2.4.0
11972024-08-26T23:27:09.990Z Compiling semver v1.0.23
11982024-08-26T23:27:10.811Z Compiling tokio v1.38.1
11992024-08-26T23:27:10.902Z Compiling http v0.2.12
12002024-08-26T23:27:11.130Z Compiling rustc_version v0.4.0
12012024-08-26T23:27:11.899Z Compiling heapless v0.7.17
12022024-08-26T23:27:12.367Z Compiling dof v0.3.0
12032024-08-26T23:27:12.943Z Compiling http-body v0.4.6
12042024-08-26T23:27:13.461Z Compiling uuid v1.10.0
12052024-08-26T23:27:13.674Z Compiling usdt-impl v0.5.0
12062024-08-26T23:27:14.399Z Compiling toml_datetime v0.6.8
12072024-08-26T23:27:14.604Z Compiling serde_tokenstream v0.2.2
12082024-08-26T23:27:14.926Z Compiling serde_spanned v0.6.7
12092024-08-26T23:27:14.947Z Compiling chrono v0.4.38
12102024-08-26T23:27:15.044Z Compiling fallible-iterator v0.2.0
12112024-08-26T23:27:15.153Z Compiling stable_deref_trait v1.2.0
12122024-08-26T23:27:15.221Z Compiling base64 v0.22.1
12132024-08-26T23:27:15.254Z Compiling terminal_size v0.3.0
12142024-08-26T23:27:15.465Z Compiling addr2line v0.21.0
12152024-08-26T23:27:15.764Z Compiling postgres-protocol v0.6.7
12162024-08-26T23:27:16.139Z Compiling publicsuffix v2.2.3
12172024-08-26T23:27:16.206Z Compiling nix v0.28.0
12182024-08-26T23:27:16.254Z Compiling num-iter v0.1.45
12192024-08-26T23:27:16.407Z Compiling hubpack_derive v0.1.1
12202024-08-26T23:27:16.445Z Compiling async-trait v0.1.81
12212024-08-26T23:27:16.490Z Compiling zerocopy-derive v0.6.6
12222024-08-26T23:27:17.340Z Compiling phf_shared v0.11.2
12232024-08-26T23:27:17.732Z Compiling serde_derive_internals v0.29.1
12242024-08-26T23:27:17.910Z Compiling ff v0.13.0
12252024-08-26T23:27:18.138Z Compiling object v0.32.2
12262024-08-26T23:27:18.165Z Compiling fs-err v2.11.0
12272024-08-26T23:27:18.474Z Compiling base16ct v0.2.0
12282024-08-26T23:27:18.695Z Compiling base64 v0.21.7
12292024-08-26T23:27:18.726Z Compiling anyhow v1.0.86
12302024-08-26T23:27:18.812Z Compiling either v1.13.0
12312024-08-26T23:27:19.197Z Compiling tokio-util v0.7.11
12322024-08-26T23:27:19.278Z Compiling tokio-rustls v0.24.1
12332024-08-26T23:27:19.340Z Compiling schemars v0.8.21
12342024-08-26T23:27:19.680Z Compiling managed v0.8.0
12352024-08-26T23:27:19.722Z Compiling bitflags v1.3.2
12362024-08-26T23:27:19.821Z Compiling tokio-native-tls v0.3.1
12372024-08-26T23:27:20.076Z Compiling winnow v0.5.40
12382024-08-26T23:27:20.236Z Compiling rustc-demangle v0.1.24
12392024-08-26T23:27:20.240Z Compiling ipnet v2.9.0
12402024-08-26T23:27:20.512Z Compiling h2 v0.3.26
12412024-08-26T23:27:20.585Z Compiling schemars_derive v0.8.21
12422024-08-26T23:27:21.444Z Compiling clap_builder v4.5.15
12432024-08-26T23:27:22.528Z Compiling rustls-pemfile v1.0.4
12442024-08-26T23:27:22.988Z Compiling zerocopy v0.6.6
12452024-08-26T23:27:23.251Z Compiling sec1 v0.7.3
12462024-08-26T23:27:23.838Z Compiling toml_edit v0.19.15
12472024-08-26T23:27:24.017Z Compiling group v0.13.0
12482024-08-26T23:27:24.112Z Compiling phf v0.11.2
12492024-08-26T23:27:24.138Z Compiling cookie_store v0.20.0
12502024-08-26T23:27:24.347Z Compiling hubpack v0.1.2
12512024-08-26T23:27:24.402Z Compiling postgres-types v0.2.7
12522024-08-26T23:27:25.708Z Compiling usdt-macro v0.5.0
12532024-08-26T23:27:25.918Z Compiling usdt-attr-macro v0.5.0
12542024-08-26T23:27:27.214Z Compiling serde_urlencoded v0.7.1
12552024-08-26T23:27:27.491Z Compiling pkcs1 v0.7.5
12562024-08-26T23:27:27.602Z Compiling hyper v0.14.30
12572024-08-26T23:27:27.733Z Compiling futures-executor v0.3.30
12582024-08-26T23:27:28.306Z Compiling hkdf v0.12.4
12592024-08-26T23:27:28.353Z Compiling signature v2.2.0
12602024-08-26T23:27:28.498Z Compiling crypto-bigint v0.5.5
12612024-08-26T23:27:28.573Z Compiling regex v1.10.6
12622024-08-26T23:27:28.643Z Compiling bstr v1.9.1
12632024-08-26T23:27:29.715Z Compiling strum_macros v0.25.3
12642024-08-26T23:27:30.531Z Compiling serde_repr v0.1.19
12652024-08-26T23:27:30.798Z Compiling enum-as-inner v0.6.0
12662024-08-26T23:27:31.404Z Compiling clap_derive v4.5.13
12672024-08-26T23:27:31.800Z Compiling phf_shared v0.10.0
12682024-08-26T23:27:31.924Z Compiling float-cmp v0.9.0
12692024-08-26T23:27:32.099Z Compiling idna v0.4.0
12702024-08-26T23:27:32.154Z Compiling mio v1.0.2
12712024-08-26T23:27:32.183Z Compiling encoding_rs v0.8.34
12722024-08-26T23:27:33.395Z Compiling mime v0.3.17
12732024-08-26T23:27:33.650Z Compiling predicates-core v1.0.6
12742024-08-26T23:27:33.981Z Compiling new_debug_unreachable v1.0.6
12752024-08-26T23:27:34.000Z Compiling unicode-segmentation v1.11.0
12762024-08-26T23:27:34.019Z Compiling normalize-line-endings v0.3.0
12772024-08-26T23:27:34.084Z Compiling minimal-lexical v0.2.1
12782024-08-26T23:27:38.295Z Compiling sync_wrapper v0.1.2
12792024-08-26T23:27:38.302Z Compiling fixedbitset v0.4.2
12802024-08-26T23:27:38.302Z Compiling hyper-rustls v0.24.2
12812024-08-26T23:27:38.302Z Compiling hyper-tls v0.5.0
12822024-08-26T23:27:38.302Z Compiling data-encoding v2.6.0
12832024-08-26T23:27:38.302Z Compiling difflib v0.4.0
12842024-08-26T23:27:38.302Z Compiling webpki-roots v0.25.4
12852024-08-26T23:27:38.302Z Compiling bit-vec v0.6.3
12862024-08-26T23:27:38.302Z Compiling precomputed-hash v0.1.1
12872024-08-26T23:27:38.302Z Compiling static_assertions v1.1.0
12882024-08-26T23:27:38.302Z Compiling whoami v1.5.1
12892024-08-26T23:27:38.302Z Compiling dyn-clone v1.0.17
12902024-08-26T23:27:38.302Z Compiling tokio-postgres v0.7.11
12912024-08-26T23:27:38.302Z Compiling hickory-proto v0.24.1
12922024-08-26T23:27:38.302Z Compiling clap v4.5.16
12932024-08-26T23:27:38.302Z Compiling bit-set v0.5.3
12942024-08-26T23:27:38.302Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12952024-08-26T23:27:38.302Z Compiling predicates v3.1.2
12962024-08-26T23:27:38.302Z Compiling string_cache v0.8.7
12972024-08-26T23:27:38.302Z Compiling reqwest v0.11.27
12982024-08-26T23:27:38.302Z Compiling console v0.15.8
12992024-08-26T23:27:38.815Z Compiling similar v2.6.0
13002024-08-26T23:27:39.371Z Compiling petgraph v0.6.5
13012024-08-26T23:27:40.038Z Compiling nom v7.1.3
13022024-08-26T23:27:40.745Z Compiling toml_edit v0.22.20
13032024-08-26T23:27:41.414Z Compiling usdt v0.5.0
13042024-08-26T23:27:41.685Z Compiling signal-hook-mio v0.2.4
13052024-08-26T23:27:41.870Z Compiling elliptic-curve v0.13.8
13062024-08-26T23:27:41.952Z Compiling rsa v0.9.6
13072024-08-26T23:27:42.730Z Compiling futures v0.3.30
13082024-08-26T23:27:42.854Z Compiling flate2 v1.0.31
13092024-08-26T23:27:43.331Z Compiling toml v0.7.8
13102024-08-26T23:27:44.720Z Compiling itertools v0.12.1
13112024-08-26T23:27:44.753Z Compiling itertools v0.10.5
13122024-08-26T23:27:45.106Z Compiling tokio-stream v0.1.15
13132024-08-26T23:27:46.144Z Compiling openapiv3 v2.0.0
13142024-08-26T23:27:47.048Z Compiling hex v0.4.3
13152024-08-26T23:27:47.671Z Compiling crossbeam-epoch v0.9.18
13162024-08-26T23:27:47.689Z Compiling sha1 v0.10.6
13172024-08-26T23:27:47.714Z Compiling dirs-sys-next v0.1.2
13182024-08-26T23:27:47.960Z Compiling peg-runtime v0.8.3
13192024-08-26T23:27:48.121Z Compiling lalrpop-util v0.19.12
13202024-08-26T23:27:48.395Z Compiling unicode-xid v0.2.4
13212024-08-26T23:27:48.466Z Compiling dirs-next v2.0.0
13222024-08-26T23:27:48.491Z Compiling thread_local v1.1.8
13232024-08-26T23:27:48.571Z Compiling slog-async v2.8.0
13242024-08-26T23:27:48.630Z Compiling term v0.7.0
13252024-08-26T23:27:48.671Z Compiling xattr v1.3.1
13262024-08-26T23:27:48.956Z Compiling crossbeam-channel v0.5.12
13272024-08-26T23:27:49.038Z Compiling strum_macros v0.26.4
13282024-08-26T23:27:49.212Z Compiling filetime v0.2.24
13292024-08-26T23:27:49.349Z Compiling is-terminal v0.4.12
13302024-08-26T23:27:49.482Z Compiling take_mut v0.2.2
13312024-08-26T23:27:49.526Z Compiling slog-term v2.9.1
13322024-08-26T23:27:49.647Z Compiling tar v0.4.41
13332024-08-26T23:27:50.192Z Compiling camino v1.1.9
13342024-08-26T23:27:51.771Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13352024-08-26T23:27:52.329Z Compiling strum v0.26.3
13362024-08-26T23:27:52.410Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13372024-08-26T23:27:57.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
13382024-08-26T23:27:58.028Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13392024-08-26T23:27:58.078ZAug 26 23:27:56.902 INFO Starting download, target: Cockroach
13402024-08-26T23:27:58.078ZAug 26 23:27:56.903 INFO Starting download, target: Clickhouse
13412024-08-26T23:27:58.079ZAug 26 23:27:56.903 INFO Starting download, target: Console
13422024-08-26T23:27:58.079ZAug 26 23:27:56.903 INFO Starting download, target: DendriteOpenapi
13432024-08-26T23:27:58.079ZAug 26 23:27:56.903 INFO Starting download, target: DendriteStub
13442024-08-26T23:27:58.081ZAug 26 23:27:56.903 INFO Starting download, target: MaghemiteMgd
13452024-08-26T23:27:58.081ZAug 26 23:27:56.903 INFO Starting download, target: TransceiverControl
13462024-08-26T23:27:58.081ZAug 26 23:27:56.903 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13472024-08-26T23:27:58.082ZAug 26 23:27:56.903 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13482024-08-26T23:27:58.082ZAug 26 23:27:56.903 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13492024-08-26T23:27:58.082ZAug 26 23:27:56.903 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13502024-08-26T23:27:58.082ZAug 26 23:27:56.904 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13512024-08-26T23:27:58.082ZAug 26 23:27:56.904 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13522024-08-26T23:27:58.082ZAug 26 23:27:56.904 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13532024-08-26T23:27:58.249ZAug 26 23:27:57.066 INFO Download complete, target: DendriteOpenapi
13542024-08-26T23:27:58.313ZAug 26 23:27:57.137 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13552024-08-26T23:27:58.743ZAug 26 23:27:57.567 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13562024-08-26T23:27:58.749ZAug 26 23:27:57.572 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13572024-08-26T23:27:58.850ZAug 26 23:27:57.675 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13582024-08-26T23:27:59.144ZAug 26 23:27:57.968 INFO Download complete, target: TransceiverControl
13592024-08-26T23:27:59.147ZAug 26 23:27:57.972 INFO Download complete, target: Console
13602024-08-26T23:27:59.159ZAug 26 23:27:57.983 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13612024-08-26T23:27:59.159ZAug 26 23:27:57.983 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13622024-08-26T23:28:00.113ZAug 26 23:27:58.937 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13632024-08-26T23:28:01.934ZAug 26 23:28:00.758 INFO Download complete, target: DendriteStub
13642024-08-26T23:28:02.291ZAug 26 23:28:01.115 INFO Download complete, target: MaghemiteMgd
13652024-08-26T23:28:07.881ZAug 26 23:28:06.705 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13662024-08-26T23:28:08.234ZAug 26 23:28:07.058 INFO Checking that binary works, target: Cockroach
13672024-08-26T23:28:08.477ZAug 26 23:28:07.300 INFO Download complete, target: Cockroach
13682024-08-26T23:28:14.708ZAug 26 23:28:13.531 INFO Checking that binary works, target: Clickhouse
13692024-08-26T23:28:14.866ZAug 26 23:28:13.689 INFO Download complete, target: Clickhouse
13702024-08-26T23:28:14.885ZAll builder prerequisites installed successfully, and PATH looks valid
13712024-08-26T23:28:14.888Z
13722024-08-26T23:28:14.888Zreal 3:36.079323503
13732024-08-26T23:28:14.888Zuser 11:36.157638255
13742024-08-26T23:28:14.888Zsys 2:27.670747494
13752024-08-26T23:28:14.888Ztrap 0.440890007
13762024-08-26T23:28:14.888Ztflt 1.582679835
13772024-08-26T23:28:14.888Zdflt 1.797706801
13782024-08-26T23:28:14.888Zkflt 0.023179012
13792024-08-26T23:28:14.888Zlock 22:50.528430267
13802024-08-26T23:28:14.888Zslp 44:00.861099683
13812024-08-26T23:28:14.888Zlat 43.583378758
13822024-08-26T23:28:14.888Zstop 1:52.321136773
13832024-08-26T23:28:14.888Z+ banner hack-check
13842024-08-26T23:28:14.890Z
13852024-08-26T23:28:14.890Z # # ## #### # # #### # # ###### #### # #
13862024-08-26T23:28:14.890Z # # # # # # # # # # # # # # # # #
13872024-08-26T23:28:14.890Z ###### # # # #### ##### # ###### ##### # ####
13882024-08-26T23:28:14.890Z # # ###### # # # # # # # # # #
13892024-08-26T23:28:14.890Z # # # # # # # # # # # # # # # # #
13902024-08-26T23:28:14.891Z # # # # #### # # #### # # ###### #### # #
13912024-08-26T23:28:14.891Z
13922024-08-26T23:28:14.891Z+ export CARGO_INCREMENTAL=0
13932024-08-26T23:28:14.891Z+ CARGO_INCREMENTAL=0
13942024-08-26T23:28:14.891Z+ ptime -m timeout 2h cargo xtask check-features --ci
13952024-08-26T23:28:15.451Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13962024-08-26T23:28:18.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
13972024-08-26T23:28:19.061Z Running `target/debug/xtask check-features --ci`
13982024-08-26T23:28:19.082Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13992024-08-26T23:28:19.085Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
14002024-08-26T23:28:19.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
14012024-08-26T23:28:19.602Z Running `target/debug/xtask download cargo-hack`
14022024-08-26T23:28:20.429Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14032024-08-26T23:28:20.794Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14042024-08-26T23:28:25.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s
14052024-08-26T23:28:25.777Z Running `target/debug/xtask-downloader cargo-hack`
14062024-08-26T23:28:25.816ZAug 26 23:28:24.639 INFO Starting download, target: CargoHack
14072024-08-26T23:28:25.818ZAug 26 23:28:24.640 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14082024-08-26T23:28:26.358ZAug 26 23:28:25.182 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14092024-08-26T23:28:26.463ZAug 26 23:28:25.286 INFO Download complete, target: CargoHack
14102024-08-26T23:28:26.467Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
14112024-08-26T23:28:26.484Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14122024-08-26T23:28:26.642Zinfo: running `cargo check --bins` on api_identity (1/154)
14132024-08-26T23:28:27.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14142024-08-26T23:28:27.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14152024-08-26T23:28:27.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14162024-08-26T23:28:27.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14172024-08-26T23:28:27.247Z
14182024-08-26T23:28:27.247Zinfo: running `cargo check --bins` on bootstore (2/154)
14192024-08-26T23:28:27.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14202024-08-26T23:28:27.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14212024-08-26T23:28:27.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14222024-08-26T23:28:27.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14232024-08-26T23:28:27.975Z
14242024-08-26T23:28:27.975Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/154)
14252024-08-26T23:28:28.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14262024-08-26T23:28:28.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14272024-08-26T23:28:28.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14282024-08-26T23:28:28.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
14292024-08-26T23:28:28.593Z
14302024-08-26T23:28:28.593Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/154)
14312024-08-26T23:28:29.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14322024-08-26T23:28:29.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14332024-08-26T23:28:29.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14342024-08-26T23:28:29.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
14352024-08-26T23:28:29.249Z
14362024-08-26T23:28:29.250Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/154)
14372024-08-26T23:28:29.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14382024-08-26T23:28:29.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14392024-08-26T23:28:29.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14402024-08-26T23:28:29.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
14412024-08-26T23:28:29.723Z
14422024-08-26T23:28:29.723Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/154)
14432024-08-26T23:28:30.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14442024-08-26T23:28:30.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14452024-08-26T23:28:30.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14462024-08-26T23:28:30.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14472024-08-26T23:28:30.208Z
14482024-08-26T23:28:30.208Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/154)
14492024-08-26T23:28:30.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14502024-08-26T23:28:30.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14512024-08-26T23:28:30.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14522024-08-26T23:28:30.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14532024-08-26T23:28:30.687Z
14542024-08-26T23:28:30.687Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/154)
14552024-08-26T23:28:31.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14562024-08-26T23:28:31.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14572024-08-26T23:28:31.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14582024-08-26T23:28:31.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14592024-08-26T23:28:31.165Z
14602024-08-26T23:28:31.165Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/154)
14612024-08-26T23:28:31.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14622024-08-26T23:28:31.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14632024-08-26T23:28:31.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14642024-08-26T23:28:31.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14652024-08-26T23:28:31.655Z
14662024-08-26T23:28:31.655Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/154)
14672024-08-26T23:28:32.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14682024-08-26T23:28:32.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14692024-08-26T23:28:32.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14702024-08-26T23:28:32.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14712024-08-26T23:28:32.134Z
14722024-08-26T23:28:32.134Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/154)
14732024-08-26T23:28:32.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14742024-08-26T23:28:32.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14752024-08-26T23:28:32.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14762024-08-26T23:28:32.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14772024-08-26T23:28:32.631Z
14782024-08-26T23:28:32.631Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/154)
14792024-08-26T23:28:33.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14802024-08-26T23:28:33.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14812024-08-26T23:28:33.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14822024-08-26T23:28:33.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14832024-08-26T23:28:33.129Z
14842024-08-26T23:28:33.129Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/154)
14852024-08-26T23:28:33.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14862024-08-26T23:28:33.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14872024-08-26T23:28:33.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14882024-08-26T23:28:33.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14892024-08-26T23:28:33.621Z
14902024-08-26T23:28:33.621Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/154)
14912024-08-26T23:28:34.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14922024-08-26T23:28:34.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14932024-08-26T23:28:34.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14942024-08-26T23:28:34.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
14952024-08-26T23:28:34.108Z
14962024-08-26T23:28:34.108Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/154)
14972024-08-26T23:28:34.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14982024-08-26T23:28:34.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14992024-08-26T23:28:34.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15002024-08-26T23:28:34.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15012024-08-26T23:28:34.608Z
15022024-08-26T23:28:34.608Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/154)
15032024-08-26T23:28:35.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15042024-08-26T23:28:35.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15052024-08-26T23:28:35.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15062024-08-26T23:28:35.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15072024-08-26T23:28:35.090Z
15082024-08-26T23:28:35.090Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/154)
15092024-08-26T23:28:35.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15102024-08-26T23:28:35.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15112024-08-26T23:28:35.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15122024-08-26T23:28:35.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15132024-08-26T23:28:35.590Z
15142024-08-26T23:28:35.590Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/154)
15152024-08-26T23:28:36.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15162024-08-26T23:28:36.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15172024-08-26T23:28:36.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15182024-08-26T23:28:36.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15192024-08-26T23:28:36.066Z
15202024-08-26T23:28:36.066Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/154)
15212024-08-26T23:28:36.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15222024-08-26T23:28:36.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15232024-08-26T23:28:36.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15242024-08-26T23:28:36.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15252024-08-26T23:28:36.552Z
15262024-08-26T23:28:36.552Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/154)
15272024-08-26T23:28:36.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15282024-08-26T23:28:36.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15292024-08-26T23:28:37.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15302024-08-26T23:28:37.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15312024-08-26T23:28:37.045Z
15322024-08-26T23:28:37.045Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/154)
15332024-08-26T23:28:37.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-08-26T23:28:37.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-08-26T23:28:37.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-08-26T23:28:37.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15372024-08-26T23:28:37.527Z
15382024-08-26T23:28:37.527Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/154)
15392024-08-26T23:28:37.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-08-26T23:28:37.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-08-26T23:28:37.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15422024-08-26T23:28:37.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15432024-08-26T23:28:38.022Z
15442024-08-26T23:28:38.022Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/154)
15452024-08-26T23:28:38.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15462024-08-26T23:28:38.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15472024-08-26T23:28:38.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15482024-08-26T23:28:38.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15492024-08-26T23:28:38.515Z
15502024-08-26T23:28:38.515Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/154)
15512024-08-26T23:28:38.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15522024-08-26T23:28:38.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15532024-08-26T23:28:38.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15542024-08-26T23:28:38.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15552024-08-26T23:28:38.994Z
15562024-08-26T23:28:38.994Zinfo: running `cargo check --bins` on sled-hardware-types (25/154)
15572024-08-26T23:28:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15582024-08-26T23:28:39.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15592024-08-26T23:28:39.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15602024-08-26T23:28:39.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15612024-08-26T23:28:39.665Z
15622024-08-26T23:28:39.665Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/154)
15632024-08-26T23:28:40.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15642024-08-26T23:28:40.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15652024-08-26T23:28:40.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15662024-08-26T23:28:40.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15672024-08-26T23:28:40.333Z
15682024-08-26T23:28:40.333Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/154)
15692024-08-26T23:28:40.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15702024-08-26T23:28:40.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15712024-08-26T23:28:40.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15722024-08-26T23:28:40.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
15732024-08-26T23:28:41.013Z
15742024-08-26T23:28:41.014Zinfo: running `cargo check --bins` on oxlog (28/154)
15752024-08-26T23:28:41.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15762024-08-26T23:28:41.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15772024-08-26T23:28:41.659Z Checking cfg-if v1.0.0
15782024-08-26T23:28:41.662Z Checking libc v0.2.156
15792024-08-26T23:28:41.746Z Checking memchr v2.7.2
15802024-08-26T23:28:41.764Z Checking serde v1.0.208
15812024-08-26T23:28:41.766Z Checking zeroize v1.7.0
15822024-08-26T23:28:41.785Z Checking typenum v1.17.0
15832024-08-26T23:28:41.788Z Checking scopeguard v1.2.0
15842024-08-26T23:28:41.788Z Checking byteorder v1.5.0
15852024-08-26T23:28:41.822Z Checking log v0.4.21
15862024-08-26T23:28:42.030Z Checking subtle v2.5.0
15872024-08-26T23:28:42.105Z Checking once_cell v1.19.0
15882024-08-26T23:28:42.153Z Checking const-oid v0.9.6
15892024-08-26T23:28:42.259Z Checking itoa v1.0.11
15902024-08-26T23:28:42.394Z Checking pin-project-lite v0.2.14
15912024-08-26T23:28:42.443Z Checking smallvec v1.13.2
15922024-08-26T23:28:42.507Z Checking zerocopy v0.7.34
15932024-08-26T23:28:42.589Z Checking tinyvec_macros v0.1.1
15942024-08-26T23:28:42.677Z Checking tinyvec v1.6.0
15952024-08-26T23:28:42.763Z Checking cpufeatures v0.2.12
15962024-08-26T23:28:42.777Z Checking getrandom v0.2.14
15972024-08-26T23:28:42.854Z Checking parking_lot_core v0.9.10
15982024-08-26T23:28:43.017Z Checking rand_core v0.6.4
15992024-08-26T23:28:43.087Z Checking lock_api v0.4.12
16002024-08-26T23:28:43.111Z Checking signal-hook-registry v1.4.2
16012024-08-26T23:28:43.127Z Checking generic-array v0.14.7
16022024-08-26T23:28:43.325Z Checking mio v0.8.11
16032024-08-26T23:28:43.358Z Checking socket2 v0.5.7
16042024-08-26T23:28:43.519Z Checking spin v0.9.8
16052024-08-26T23:28:43.827Z Checking parking_lot v0.12.2
16062024-08-26T23:28:43.887Z Checking num_cpus v1.16.0
16072024-08-26T23:28:43.949Z Checking futures-core v0.3.30
16082024-08-26T23:28:43.966Z Checking ahash v0.8.11
16092024-08-26T23:28:43.968Z Checking unicode-bidi v0.3.15
16102024-08-26T23:28:43.997Z Checking unicode-normalization v0.1.23
16112024-08-26T23:28:43.997Z Checking allocator-api2 v0.2.18
16122024-08-26T23:28:44.127Z Checking futures-sink v0.3.30
16132024-08-26T23:28:44.158Z Checking libm v0.2.8
16142024-08-26T23:28:44.225Z Checking crypto-common v0.1.6
16152024-08-26T23:28:44.268Z Checking block-buffer v0.10.4
16162024-08-26T23:28:44.401Z Checking block-padding v0.3.3
16172024-08-26T23:28:44.496Z Checking digest v0.10.7
16182024-08-26T23:28:44.499Z Checking equivalent v1.0.1
16192024-08-26T23:28:44.598Z Checking ryu v1.0.18
16202024-08-26T23:28:44.600Z Checking inout v0.1.3
16212024-08-26T23:28:44.627Z Checking futures-channel v0.3.30
16222024-08-26T23:28:44.649Z Checking hashbrown v0.14.5
16232024-08-26T23:28:44.833Z Checking slab v0.4.9
16242024-08-26T23:28:44.846Z Checking cipher v0.4.4
16252024-08-26T23:28:44.874Z Checking hmac v0.12.1
16262024-08-26T23:28:44.891Z Checking sha2 v0.10.8
16272024-08-26T23:28:44.963Z Checking pin-utils v0.1.0
16282024-08-26T23:28:45.040Z Checking num-traits v0.2.19
16292024-08-26T23:28:45.056Z Checking futures-task v0.3.30
16302024-08-26T23:28:45.068Z Checking futures-io v0.3.30
16312024-08-26T23:28:45.086Z Checking base64ct v1.6.0
16322024-08-26T23:28:45.245Z Checking percent-encoding v2.3.1
16332024-08-26T23:28:45.248Z Checking ppv-lite86 v0.2.17
16342024-08-26T23:28:45.275Z Checking futures-util v0.3.30
16352024-08-26T23:28:45.451Z Checking flagset v0.4.5
16362024-08-26T23:28:45.465Z Checking salsa20 v0.10.2
16372024-08-26T23:28:45.534Z Checking pem-rfc7468 v0.7.0
16382024-08-26T23:28:45.638Z Checking pbkdf2 v0.12.2
16392024-08-26T23:28:45.669Z Checking tracing-core v0.1.32
16402024-08-26T23:28:45.795Z Checking der v0.7.9
16412024-08-26T23:28:45.797Z Checking untrusted v0.9.0
16422024-08-26T23:28:45.841Z Checking fnv v1.0.7
16432024-08-26T23:28:45.960Z Checking rand_chacha v0.3.1
16442024-08-26T23:28:45.986Z Checking ring v0.17.8
16452024-08-26T23:28:46.002Z Checking scrypt v0.11.0
16462024-08-26T23:28:46.214Z Checking aes v0.8.4
16472024-08-26T23:28:46.326Z Checking tracing v0.1.40
16482024-08-26T23:28:46.331Z Checking rand v0.8.5
16492024-08-26T23:28:46.668Z Checking cbc v0.1.2
16502024-08-26T23:28:46.735Z Checking thiserror v1.0.63
16512024-08-26T23:28:46.764Z Checking bytes v1.7.1
16522024-08-26T23:28:46.870Z Checking bitflags v2.6.0
16532024-08-26T23:28:46.873Z Checking indexmap v2.4.0
16542024-08-26T23:28:47.128Z Checking serde_json v1.0.125
16552024-08-26T23:28:47.170Z Checking foreign-types-shared v0.1.1
16562024-08-26T23:28:47.278Z Checking foreign-types v0.3.2
16572024-08-26T23:28:47.372Z Checking form_urlencoded v1.2.1
16582024-08-26T23:28:47.567Z Checking openssl-sys v0.9.103
16592024-08-26T23:28:47.595Z Checking tokio v1.38.1
16602024-08-26T23:28:47.609Z Checking http v0.2.12
16612024-08-26T23:28:47.629Z Checking spki v0.7.3
16622024-08-26T23:28:47.792Z Checking aho-corasick v1.1.3
16632024-08-26T23:28:47.903Z Checking pkcs5 v0.7.1
16642024-08-26T23:28:48.135Z Checking powerfmt v0.2.0
16652024-08-26T23:28:48.429Z Checking try-lock v0.2.5
16662024-08-26T23:28:48.492Z Checking siphasher v0.3.11
16672024-08-26T23:28:48.565Z Checking regex-syntax v0.8.4
16682024-08-26T23:28:48.788Z Checking unicode-ident v1.0.12
16692024-08-26T23:28:48.831Z Checking want v0.3.1
16702024-08-26T23:28:48.890Z Checking openssl v0.10.66
16712024-08-26T23:28:48.941Z Checking proc-macro2 v1.0.86
16722024-08-26T23:28:48.973Z Checking http-body v0.4.6
16732024-08-26T23:28:49.002Z Checking pkcs8 v0.10.2
16742024-08-26T23:28:49.314Z Checking deranged v0.3.11
16752024-08-26T23:28:49.376Z Checking rustls-webpki v0.101.7
16762024-08-26T23:28:49.486Z Checking sct v0.7.1
16772024-08-26T23:28:49.624Z Checking uuid v1.10.0
16782024-08-26T23:28:49.680Z Checking idna v0.5.0
16792024-08-26T23:28:50.040Z Checking httparse v1.8.0
16802024-08-26T23:28:50.256Z Checking socket2 v0.4.10
16812024-08-26T23:28:50.420Z Checking errno v0.3.9
16822024-08-26T23:28:50.473Z Checking scroll v0.12.0
16832024-08-26T23:28:50.517Z Checking time-core v0.1.2
16842024-08-26T23:28:50.594Z Checking tower-service v0.3.2
16852024-08-26T23:28:50.668Z Checking httpdate v1.0.3
16862024-08-26T23:28:50.694Z Checking plain v0.2.3
16872024-08-26T23:28:50.708Z Checking num_threads v0.1.7
16882024-08-26T23:28:50.815Z Checking num-conv v0.1.0
16892024-08-26T23:28:50.830Z Checking iana-time-zone v0.1.60
16902024-08-26T23:28:50.903Z Checking adler v1.0.2
16912024-08-26T23:28:50.939Z Checking anstyle v1.0.8
16922024-08-26T23:28:50.982Z Checking ucd-trie v0.1.6
16932024-08-26T23:28:51.049Z Checking utf8parse v0.2.1
16942024-08-26T23:28:51.064Z Checking openssl-probe v0.1.5
16952024-08-26T23:28:51.116Z Checking finl_unicode v1.2.0
16962024-08-26T23:28:51.177Z Checking pest v2.7.10
16972024-08-26T23:28:51.199Z Checking anstyle-parse v0.2.4
16982024-08-26T23:28:51.212Z Checking time v0.3.36
16992024-08-26T23:28:51.298Z Checking miniz_oxide v0.7.2
17002024-08-26T23:28:51.456Z Checking chrono v0.4.38
17012024-08-26T23:28:51.685Z Checking stringprep v0.1.4
17022024-08-26T23:28:51.755Z Checking regex-automata v0.4.6
17032024-08-26T23:28:51.940Z Checking goblin v0.8.2
17042024-08-26T23:28:52.056Z Checking rustix v0.38.34
17052024-08-26T23:28:53.574Z Checking url v2.5.2
17062024-08-26T23:28:53.696Z Checking rustls v0.21.12
17072024-08-26T23:28:53.745Z Checking quote v1.0.36
17082024-08-26T23:28:54.108Z Checking serde_spanned v0.6.7
17092024-08-26T23:28:54.182Z Checking toml_datetime v0.6.8
17102024-08-26T23:28:54.305Z Checking num-integer v0.1.46
17112024-08-26T23:28:54.321Z Checking native-tls v0.2.11
17122024-08-26T23:28:54.371Z Checking idna v0.3.0
17132024-08-26T23:28:54.460Z Checking md-5 v0.10.6
17142024-08-26T23:28:54.626Z Checking tokio-util v0.7.11
17152024-08-26T23:28:54.642Z Checking lazy_static v1.5.0
17162024-08-26T23:28:54.680Z Checking hash32 v0.2.1
17172024-08-26T23:28:54.750Z Checking anstyle-query v1.0.3
17182024-08-26T23:28:54.765Z Checking is_terminal_polyfill v1.70.0
17192024-08-26T23:28:54.877Z Checking gimli v0.28.1
17202024-08-26T23:28:54.890Z Checking fallible-iterator v0.2.0
17212024-08-26T23:28:54.982Z Checking colorchoice v1.0.1
17222024-08-26T23:28:55.119Z Checking base64 v0.22.1
17232024-08-26T23:28:55.229Z Checking pretty-hex v0.4.1
17242024-08-26T23:28:55.396Z Checking psl-types v2.0.11
17252024-08-26T23:28:55.506Z Checking stable_deref_trait v1.2.0
17262024-08-26T23:28:55.522Z Checking h2 v0.3.26
17272024-08-26T23:28:55.577Z Checking publicsuffix v2.2.3
17282024-08-26T23:28:55.605Z Checking heapless v0.7.17
17292024-08-26T23:28:55.620Z Checking postgres-protocol v0.6.7
17302024-08-26T23:28:55.802Z Checking anstream v0.6.14
17312024-08-26T23:28:56.182Z Checking num-iter v0.1.45
17322024-08-26T23:28:56.309Z Checking tokio-native-tls v0.3.1
17332024-08-26T23:28:56.355Z Checking terminal_size v0.3.0
17342024-08-26T23:28:56.457Z Checking syn v2.0.74
17352024-08-26T23:28:56.517Z Checking cookie v0.17.0
17362024-08-26T23:28:56.552Z Checking dtrace-parser v0.2.0
17372024-08-26T23:28:56.604Z Checking phf_shared v0.11.2
17382024-08-26T23:28:56.892Z Checking ff v0.13.0
17392024-08-26T23:28:56.911Z Checking thread-id v4.2.1
17402024-08-26T23:28:56.990Z Checking dof v0.3.0
17412024-08-26T23:28:57.009Z Checking object v0.32.2
17422024-08-26T23:28:57.024Z Checking managed v0.8.0
17432024-08-26T23:28:57.045Z Checking tokio-rustls v0.24.1
17442024-08-26T23:28:57.090Z Checking clap_lex v0.7.0
17452024-08-26T23:28:57.337Z Checking strsim v0.11.1
17462024-08-26T23:28:57.391Z Checking base16ct v0.2.0
17472024-08-26T23:28:57.409Z Checking ipnet v2.9.0
17482024-08-26T23:28:57.589Z Checking base64 v0.21.7
17492024-08-26T23:28:57.608Z Checking either v1.13.0
17502024-08-26T23:28:57.623Z Checking rustc-demangle v0.1.24
17512024-08-26T23:28:57.865Z Checking bitflags v1.3.2
17522024-08-26T23:28:57.964Z Checking winnow v0.5.40
17532024-08-26T23:28:57.977Z Checking smoltcp v0.9.1
17542024-08-26T23:28:58.042Z Checking clap_builder v4.5.15
17552024-08-26T23:28:58.058Z Checking rustls-pemfile v1.0.4
17562024-08-26T23:28:58.254Z Checking sec1 v0.7.3
17572024-08-26T23:28:58.661Z Checking group v0.13.0
17582024-08-26T23:28:58.725Z Checking addr2line v0.21.0
17592024-08-26T23:28:58.910Z Checking cookie_store v0.20.0
17602024-08-26T23:28:59.231Z Checking phf v0.11.2
17612024-08-26T23:28:59.504Z Checking regex v1.10.6
17622024-08-26T23:28:59.526Z Checking bstr v1.9.1
17632024-08-26T23:28:59.543Z Checking num-bigint-dig v0.8.4
17642024-08-26T23:29:00.126Z Checking postgres-types v0.2.7
17652024-08-26T23:29:00.500Z Checking futures-executor v0.3.30
17662024-08-26T23:29:00.729Z Checking pkcs1 v0.7.5
17672024-08-26T23:29:00.873Z Checking phf_shared v0.10.0
17682024-08-26T23:29:01.097Z Checking serde_urlencoded v0.7.1
17692024-08-26T23:29:01.125Z Checking zerocopy v0.6.6
17702024-08-26T23:29:01.158Z Checking hubpack v0.1.2
17712024-08-26T23:29:01.160Z Checking toml_edit v0.19.15
17722024-08-26T23:29:01.499Z Checking float-cmp v0.9.0
17732024-08-26T23:29:01.519Z Checking crossbeam-utils v0.8.19
17742024-08-26T23:29:01.676Z Checking signal-hook v0.3.17
17752024-08-26T23:29:01.723Z Checking crc32fast v1.4.0
17762024-08-26T23:29:01.779Z Checking hyper v0.14.30
17772024-08-26T23:29:01.930Z Checking hkdf v0.12.4
17782024-08-26T23:29:01.959Z Checking idna v0.4.0
17792024-08-26T23:29:01.987Z Checking signature v2.2.0
17802024-08-26T23:29:02.146Z Checking crypto-bigint v0.5.5
17812024-08-26T23:29:02.175Z Checking memmap v0.7.0
17822024-08-26T23:29:02.197Z Checking mio v1.0.2
17832024-08-26T23:29:02.377Z Checking encoding_rs v0.8.34
17842024-08-26T23:29:02.771Z Checking minimal-lexical v0.2.1
17852024-08-26T23:29:02.794Z Checking usdt-impl v0.5.0
17862024-08-26T23:29:02.818Z Checking dyn-clone v1.0.17
17872024-08-26T23:29:02.952Z Checking bit-vec v0.6.3
17882024-08-26T23:29:03.120Z Checking backtrace v0.3.71
17892024-08-26T23:29:03.156Z Checking fixedbitset v0.4.2
17902024-08-26T23:29:03.303Z Checking whoami v1.5.1
17912024-08-26T23:29:03.318Z Checking webpki-roots v0.25.4
17922024-08-26T23:29:03.463Z Checking sync_wrapper v0.1.2
17932024-08-26T23:29:03.477Z Checking static_assertions v1.1.0
17942024-08-26T23:29:03.568Z Checking new_debug_unreachable v1.0.6
17952024-08-26T23:29:03.583Z Checking mime v0.3.17
17962024-08-26T23:29:03.605Z Checking predicates-core v1.0.6
17972024-08-26T23:29:03.617Z Checking precomputed-hash v0.1.1
17982024-08-26T23:29:03.653Z Checking difflib v0.4.0
17992024-08-26T23:29:03.697Z Checking normalize-line-endings v0.3.0
18002024-08-26T23:29:03.715Z Checking winnow v0.6.18
18012024-08-26T23:29:03.772Z Checking unicode-width v0.1.13
18022024-08-26T23:29:03.809Z Checking data-encoding v2.6.0
18032024-08-26T23:29:03.897Z Checking unicode-segmentation v1.11.0
18042024-08-26T23:29:03.960Z Checking console v0.15.8
18052024-08-26T23:29:03.973Z Checking predicates v3.1.2
18062024-08-26T23:29:04.465Z Checking hickory-proto v0.24.1
18072024-08-26T23:29:04.544Z Checking similar v2.6.0
18082024-08-26T23:29:04.570Z Checking string_cache v0.8.7
18092024-08-26T23:29:04.643Z Checking anyhow v1.0.86
18102024-08-26T23:29:04.705Z Checking tokio-postgres v0.7.11
18112024-08-26T23:29:04.874Z Checking toml v0.7.8
18122024-08-26T23:29:04.952Z Checking elliptic-curve v0.13.8
18132024-08-26T23:29:05.020Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18142024-08-26T23:29:05.407Z Checking petgraph v0.6.5
18152024-08-26T23:29:05.570Z Checking bit-set v0.5.3
18162024-08-26T23:29:05.585Z Checking usdt v0.5.0
18172024-08-26T23:29:05.825Z Checking nom v7.1.3
18182024-08-26T23:29:05.840Z Checking schemars v0.8.21
18192024-08-26T23:29:06.698Z Checking toml_edit v0.22.20
18202024-08-26T23:29:07.611Z Checking signal-hook-mio v0.2.4
18212024-08-26T23:29:07.750Z Checking crossbeam-epoch v0.9.18
18222024-08-26T23:29:07.751Z Checking rsa v0.9.6
18232024-08-26T23:29:07.925Z Checking hyper-tls v0.5.0
18242024-08-26T23:29:08.179Z Checking hyper-rustls v0.24.2
18252024-08-26T23:29:08.225Z Checking flate2 v1.0.31
18262024-08-26T23:29:08.468Z Checking reqwest v0.11.27
18272024-08-26T23:29:08.696Z Checking clap v4.5.16
18282024-08-26T23:29:08.711Z Checking futures v0.3.30
18292024-08-26T23:29:08.797Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18302024-08-26T23:29:08.814Z Checking itertools v0.10.5
18312024-08-26T23:29:08.818Z Checking itertools v0.12.1
18322024-08-26T23:29:08.841Z Checking fs-err v2.11.0
18332024-08-26T23:29:08.859Z Checking tokio-stream v0.1.15
18342024-08-26T23:29:09.227Z Checking nix v0.28.0
18352024-08-26T23:29:09.367Z Checking slog v2.7.0
18362024-08-26T23:29:09.382Z Checking openapiv3 v2.0.0
18372024-08-26T23:29:09.642Z Checking hex v0.4.3
18382024-08-26T23:29:09.850Z Checking semver v1.0.23
18392024-08-26T23:29:10.099Z Checking sha1 v0.10.6
18402024-08-26T23:29:10.150Z Checking lalrpop-util v0.19.12
18412024-08-26T23:29:10.166Z Checking peg-runtime v0.8.3
18422024-08-26T23:29:10.244Z Checking camino v1.1.9
18432024-08-26T23:29:10.375Z Checking sigpipe v0.1.3
18442024-08-26T23:29:12.081Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18452024-08-26T23:29:12.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.38s
18462024-08-26T23:29:12.534Z
18472024-08-26T23:29:12.534Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/154)
18482024-08-26T23:29:13.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492024-08-26T23:29:13.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502024-08-26T23:29:13.216Z Compiling regress v0.9.1
18512024-08-26T23:29:13.312Z Checking strum v0.26.3
18522024-08-26T23:29:13.333Z Checking heck v0.5.0
18532024-08-26T23:29:13.346Z Compiling getopts v0.2.21
18542024-08-26T23:29:13.358Z Checking dirs-sys-next v0.1.2
18552024-08-26T23:29:13.371Z Compiling unsafe-libyaml v0.2.11
18562024-08-26T23:29:13.442Z Checking http v1.1.0
18572024-08-26T23:29:13.503Z Checking thread_local v1.1.8
18582024-08-26T23:29:13.523Z Checking dirs-next v2.0.0
18592024-08-26T23:29:13.645Z Checking rustls-pki-types v1.7.0
18602024-08-26T23:29:13.686Z Compiling ident_case v1.0.1
18612024-08-26T23:29:13.761Z Checking term v0.7.0
18622024-08-26T23:29:13.864Z Compiling darling_core v0.20.9
18632024-08-26T23:29:14.056Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18642024-08-26T23:29:14.177Z Checking crossbeam-channel v0.5.12
18652024-08-26T23:29:14.275Z Checking atty v0.2.14
18662024-08-26T23:29:14.392Z Checking is-terminal v0.4.12
18672024-08-26T23:29:14.418Z Compiling paste v1.0.15
18682024-08-26T23:29:14.516Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18692024-08-26T23:29:14.799Z Compiling serde_yaml v0.9.34+deprecated
18702024-08-26T23:29:14.875Z Checking termcolor v1.4.1
18712024-08-26T23:29:14.889Z Compiling rustls v0.22.4
18722024-08-26T23:29:14.949Z Checking utf-8 v0.7.6
18732024-08-26T23:29:15.170Z Checking humantime v2.1.0
18742024-08-26T23:29:15.174Z Checking take_mut v0.2.2
18752024-08-26T23:29:15.305Z Checking slog-async v2.8.0
18762024-08-26T23:29:15.354Z Checking slog-term v2.9.1
18772024-08-26T23:29:15.380Z Checking rustls-webpki v0.102.4
18782024-08-26T23:29:15.448Z Checking env_logger v0.9.3
18792024-08-26T23:29:15.584Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-08-26T23:29:15.834Z Compiling proc-macro-crate v1.3.1
18812024-08-26T23:29:15.879Z Compiling bitstruct_derive v0.1.0
18822024-08-26T23:29:15.930Z Compiling structmeta-derive v0.3.0
18832024-08-26T23:29:16.146Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18842024-08-26T23:29:16.279Z Compiling multer v3.1.0
18852024-08-26T23:29:16.585Z Checking match_cfg v0.1.0
18862024-08-26T23:29:16.681Z Checking ascii v1.1.0
18872024-08-26T23:29:16.797Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18882024-08-26T23:29:16.912Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18892024-08-26T23:29:17.236Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18902024-08-26T23:29:17.259Z Checking bitstruct v0.1.1
18912024-08-26T23:29:17.366Z Compiling num_enum_derive v0.5.11
18922024-08-26T23:29:18.154Z Checking hostname v0.3.1
18932024-08-26T23:29:18.377Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18942024-08-26T23:29:18.543Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-08-26T23:29:18.996Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18962024-08-26T23:29:19.011Z Compiling structmeta v0.3.0
18972024-08-26T23:29:19.277Z Checking slog-json v2.6.1
18982024-08-26T23:29:19.294Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18992024-08-26T23:29:19.460Z Checking erased-serde v0.3.31
19002024-08-26T23:29:19.537Z Checking serde_arrays v0.1.0
19012024-08-26T23:29:19.551Z Compiling foreign-types-macros v0.2.3
19022024-08-26T23:29:19.681Z Compiling async-stream-impl v0.3.5
19032024-08-26T23:29:20.020Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19042024-08-26T23:29:20.073Z Checking foreign-types-shared v0.3.1
19052024-08-26T23:29:20.192Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19062024-08-26T23:29:20.331Z Checking atomic-waker v1.1.2
19072024-08-26T23:29:20.461Z Checking arc-swap v1.7.1
19082024-08-26T23:29:20.519Z Checking waitgroup v0.1.2
19092024-08-26T23:29:20.548Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19102024-08-26T23:29:20.724Z Checking num_enum v0.5.11
19112024-08-26T23:29:20.859Z Checking slog-bunyan v2.5.0
19122024-08-26T23:29:20.862Z Checking foreign-types v0.5.0
19132024-08-26T23:29:20.884Z Checking slog-scope v4.4.0
19142024-08-26T23:29:20.899Z Compiling darling_macro v0.20.9
19152024-08-26T23:29:20.961Z Compiling parse-display-derive v0.10.0
19162024-08-26T23:29:21.034Z Compiling proc-macro-error v1.0.4
19172024-08-26T23:29:21.060Z Checking async-stream v0.3.5
19182024-08-26T23:29:21.402Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19192024-08-26T23:29:21.455Z Checking toml v0.8.19
19202024-08-26T23:29:21.678Z Checking tungstenite v0.20.1
19212024-08-26T23:29:21.704Z Checking rustls-pemfile v2.1.3
19222024-08-26T23:29:21.855Z Compiling darling v0.20.9
19232024-08-26T23:29:21.932Z Compiling heck v0.3.3
19242024-08-26T23:29:21.981Z Compiling serde_with_macros v3.9.0
19252024-08-26T23:29:22.158Z Checking tokio-rustls v0.25.0
19262024-08-26T23:29:22.183Z Checking newtype-uuid v1.1.0
19272024-08-26T23:29:22.382Z Checking ipnetwork v0.20.0
19282024-08-26T23:29:22.424Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19292024-08-26T23:29:22.527Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19302024-08-26T23:29:22.548Z Checking serde_path_to_error v0.1.16
19312024-08-26T23:29:22.735Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19322024-08-26T23:29:23.163Z Checking hostname v0.4.0
19332024-08-26T23:29:23.345Z Checking cstr-argument v0.1.2
19342024-08-26T23:29:23.408Z Checking instant v0.1.12
19352024-08-26T23:29:23.523Z Checking fastrand v2.1.0
19362024-08-26T23:29:23.539Z Checking pretty-hex v0.2.1
19372024-08-26T23:29:23.572Z Checking debug-ignore v1.0.5
19382024-08-26T23:29:23.709Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19392024-08-26T23:29:23.725Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19402024-08-26T23:29:23.856Z Checking tempfile v3.10.1
19412024-08-26T23:29:23.998Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19422024-08-26T23:29:24.036Z Checking backoff v0.4.0
19432024-08-26T23:29:24.141Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19442024-08-26T23:29:24.330Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19452024-08-26T23:29:24.380Z Checking tokio-tungstenite v0.20.1
19462024-08-26T23:29:24.455Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19472024-08-26T23:29:24.654Z Compiling zone_cfg_derive v0.1.2
19482024-08-26T23:29:24.689Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19492024-08-26T23:29:24.847Z Checking slog-stdlog v4.1.1
19502024-08-26T23:29:25.003Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19512024-08-26T23:29:25.115Z Checking serde_with v3.9.0
19522024-08-26T23:29:25.165Z Checking tungstenite v0.21.0
19532024-08-26T23:29:25.424Z Checking colored v2.1.0
19542024-08-26T23:29:25.689Z Checking parse-display v0.10.0
19552024-08-26T23:29:25.704Z Checking macaddr v1.0.1
19562024-08-26T23:29:25.924Z Checking base64 v0.13.1
19572024-08-26T23:29:26.054Z Checking tokio-tungstenite v0.21.0
19582024-08-26T23:29:26.222Z Checking zone v0.1.8
19592024-08-26T23:29:26.316Z Checking ron v0.7.1
19602024-08-26T23:29:26.548Z Checking slog-envlogger v2.2.0
19612024-08-26T23:29:26.751Z Checking pem v3.0.4
19622024-08-26T23:29:26.897Z Checking tabwriter v1.4.0
19632024-08-26T23:29:27.024Z Checking xattr v1.3.1
19642024-08-26T23:29:27.139Z Checking portpicker v0.1.1
19652024-08-26T23:29:27.222Z Checking yasna v0.5.2
19662024-08-26T23:29:27.275Z Checking headers-core v0.2.0
19672024-08-26T23:29:27.424Z Checking smf v0.2.3
19682024-08-26T23:29:27.427Z Checking filetime v0.2.24
19692024-08-26T23:29:27.646Z Checking same-file v1.0.6
19702024-08-26T23:29:27.709Z Checking tar v0.4.41
19712024-08-26T23:29:27.806Z Checking walkdir v2.5.0
19722024-08-26T23:29:27.890Z Checking headers v0.3.9
19732024-08-26T23:29:28.083Z Checking rcgen v0.12.1
19742024-08-26T23:29:28.086Z Checking camino-tempfile v1.1.1
19752024-08-26T23:29:28.404Z Checking atomicwrites v0.4.3
19762024-08-26T23:29:28.429Z Checking subprocess v0.2.9
19772024-08-26T23:29:29.500Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19782024-08-26T23:29:29.796Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19792024-08-26T23:29:31.623Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19802024-08-26T23:29:33.542Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19812024-08-26T23:29:33.611Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19822024-08-26T23:29:36.799Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19832024-08-26T23:29:42.831Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19842024-08-26T23:29:42.974Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19852024-08-26T23:29:42.976Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-08-26T23:29:45.608Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19872024-08-26T23:29:46.115Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19882024-08-26T23:29:52.243Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19892024-08-26T23:29:53.743Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19902024-08-26T23:29:54.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.36s
19912024-08-26T23:29:55.059Z
19922024-08-26T23:29:55.059Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/154)
19932024-08-26T23:29:55.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942024-08-26T23:29:55.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952024-08-26T23:29:55.735Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19962024-08-26T23:29:57.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
19972024-08-26T23:29:57.184Z
19982024-08-26T23:29:57.184Zinfo: running `cargo check --bins` on nexus-config (31/154)
19992024-08-26T23:29:57.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002024-08-26T23:29:57.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012024-08-26T23:29:57.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022024-08-26T23:29:57.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
20032024-08-26T23:29:57.849Z
20042024-08-26T23:29:57.849Zinfo: running `cargo check --bins` on omicron-rpaths (32/154)
20052024-08-26T23:29:58.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062024-08-26T23:29:58.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072024-08-26T23:29:58.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082024-08-26T23:29:58.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20092024-08-26T23:29:58.481Z
20102024-08-26T23:29:58.481Zinfo: running `cargo check --bins` on omicron-certificates (33/154)
20112024-08-26T23:29:59.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-08-26T23:29:59.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-08-26T23:29:59.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142024-08-26T23:29:59.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20152024-08-26T23:29:59.134Z
20162024-08-26T23:29:59.134Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/154)
20172024-08-26T23:29:59.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182024-08-26T23:29:59.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192024-08-26T23:29:59.830Z Compiling heapless v0.8.0
20202024-08-26T23:29:59.833Z Checking hash32 v0.3.1
20212024-08-26T23:29:59.833Z Compiling smoltcp v0.11.0
20222024-08-26T23:29:59.942Z Checking embedded-io v0.4.0
20232024-08-26T23:29:59.945Z Checking cobs v0.2.3
20242024-08-26T23:29:59.966Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20252024-08-26T23:29:59.968Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20262024-08-26T23:29:59.989Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20272024-08-26T23:30:00.075Z Compiling crucible-workspace-hack v0.1.0
20282024-08-26T23:30:00.095Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20292024-08-26T23:30:00.114Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20302024-08-26T23:30:00.144Z Checking postcard v1.0.8
20312024-08-26T23:30:00.315Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20322024-08-26T23:30:00.340Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20332024-08-26T23:30:00.503Z Compiling num-derive v0.4.2
20342024-08-26T23:30:00.676Z Compiling slog-dtrace v0.3.0
20352024-08-26T23:30:00.690Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20362024-08-26T23:30:00.827Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20372024-08-26T23:30:00.868Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20382024-08-26T23:30:01.659Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20392024-08-26T23:30:02.126Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20402024-08-26T23:30:03.604Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20412024-08-26T23:30:04.477Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20422024-08-26T23:30:05.548Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
20432024-08-26T23:30:07.318Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20442024-08-26T23:30:08.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.87s
20452024-08-26T23:30:08.157Z
20462024-08-26T23:30:08.157Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/154)
20472024-08-26T23:30:08.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482024-08-26T23:30:08.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492024-08-26T23:30:08.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502024-08-26T23:30:08.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20512024-08-26T23:30:08.812Z
20522024-08-26T23:30:08.812Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/154)
20532024-08-26T23:30:09.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-26T23:30:09.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-26T23:30:09.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-08-26T23:30:09.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
20572024-08-26T23:30:09.576Z
20582024-08-26T23:30:09.576Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/154)
20592024-08-26T23:30:10.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-26T23:30:10.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-26T23:30:10.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-26T23:30:10.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
20632024-08-26T23:30:10.331Z
20642024-08-26T23:30:10.331Zinfo: running `cargo check --bins` on dns-server (38/154)
20652024-08-26T23:30:10.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-26T23:30:10.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-26T23:30:10.980Z Compiling parking_lot_core v0.8.6
20682024-08-26T23:30:11.070Z Checking newline-converter v0.3.0
20692024-08-26T23:30:11.073Z Checking nibble_vec v0.1.0
20702024-08-26T23:30:11.073Z Checking endian-type v0.1.2
20712024-08-26T23:30:11.073Z Checking linked-hash-map v0.5.6
20722024-08-26T23:30:11.073Z Checking quick-error v1.2.3
20732024-08-26T23:30:11.073Z Checking fxhash v0.2.1
20742024-08-26T23:30:11.082Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20752024-08-26T23:30:11.186Z Checking resolv-conf v0.7.0
20762024-08-26T23:30:11.230Z Checking expectorate v1.1.0
20772024-08-26T23:30:11.244Z Checking hickory-server v0.24.1
20782024-08-26T23:30:11.303Z Checking radix_trie v0.2.1
20792024-08-26T23:30:11.376Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20802024-08-26T23:30:11.408Z Checking lru-cache v0.1.2
20812024-08-26T23:30:11.553Z Checking hickory-resolver v0.24.1
20822024-08-26T23:30:11.683Z Checking hickory-client v0.24.1
20832024-08-26T23:30:11.753Z Checking parking_lot v0.11.2
20842024-08-26T23:30:12.081Z Checking sled v0.34.7
20852024-08-26T23:30:13.935Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20862024-08-26T23:30:15.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
20872024-08-26T23:30:15.184Z
20882024-08-26T23:30:15.184Zinfo: running `cargo check --bins` on dns-server-api (39/154)
20892024-08-26T23:30:15.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902024-08-26T23:30:15.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912024-08-26T23:30:15.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922024-08-26T23:30:15.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20932024-08-26T23:30:15.812Z
20942024-08-26T23:30:15.812Zinfo: running `cargo check --bins` on dns-service-client (40/154)
20952024-08-26T23:30:16.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962024-08-26T23:30:16.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972024-08-26T23:30:16.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982024-08-26T23:30:16.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20992024-08-26T23:30:16.437Z
21002024-08-26T23:30:16.437Zinfo: running `cargo check --bins` on gateway-test-utils (41/154)
21012024-08-26T23:30:17.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022024-08-26T23:30:17.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032024-08-26T23:30:17.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042024-08-26T23:30:17.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21052024-08-26T23:30:17.130Z
21062024-08-26T23:30:17.130Zinfo: running `cargo check --bins` on gateway-types (42/154)
21072024-08-26T23:30:17.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082024-08-26T23:30:17.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092024-08-26T23:30:17.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102024-08-26T23:30:17.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21112024-08-26T23:30:17.782Z
21122024-08-26T23:30:17.782Zinfo: running `cargo check --bins` on ipcc (43/154)
21132024-08-26T23:30:18.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142024-08-26T23:30:18.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152024-08-26T23:30:18.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162024-08-26T23:30:18.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21172024-08-26T23:30:18.428Z
21182024-08-26T23:30:18.428Zinfo: running `cargo check --bins` on omicron-gateway (44/154)
21192024-08-26T23:30:19.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202024-08-26T23:30:19.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212024-08-26T23:30:19.123Z Compiling radium v0.7.0
21222024-08-26T23:30:19.216Z Compiling maybe-uninit v2.0.0
21232024-08-26T23:30:19.218Z Checking tap v1.0.1
21242024-08-26T23:30:19.235Z Compiling bzip2-sys v0.1.11+1.0.8
21252024-08-26T23:30:19.237Z Checking crc-catalog v2.4.0
21262024-08-26T23:30:19.237Z Checking funty v2.0.0
21272024-08-26T23:30:19.237Z Compiling packed_struct v0.10.1
21282024-08-26T23:30:19.279Z Compiling packed_struct_codegen v0.10.1
21292024-08-26T23:30:19.358Z Checking wyz v0.5.1
21302024-08-26T23:30:19.396Z Checking crc v3.2.1
21312024-08-26T23:30:19.719Z Checking half v2.4.1
21322024-08-26T23:30:19.791Z Compiling indexmap v1.9.3
21332024-08-26T23:30:19.809Z Checking ciborium-io v0.2.2
21342024-08-26T23:30:19.895Z Checking nodrop v0.1.14
21352024-08-26T23:30:19.936Z Checking smallvec v0.6.14
21362024-08-26T23:30:20.011Z Checking array-init v0.0.4
21372024-08-26T23:30:20.057Z Compiling memoffset v0.9.1
21382024-08-26T23:30:20.126Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21392024-08-26T23:30:20.146Z Checking bitvec v1.0.1
21402024-08-26T23:30:20.161Z Checking ciborium-ll v0.2.2
21412024-08-26T23:30:20.275Z Checking bitfield v0.14.0
21422024-08-26T23:30:20.372Z Checking hashbrown v0.12.3
21432024-08-26T23:30:20.424Z Checking ciborium v0.2.2
21442024-08-26T23:30:20.464Z Checking env_logger v0.10.2
21452024-08-26T23:30:20.679Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21462024-08-26T23:30:20.881Z Checking ron v0.8.1
21472024-08-26T23:30:20.913Z Checking x509-cert v0.2.5
21482024-08-26T23:30:20.953Z Checking serde-hex v0.1.0
21492024-08-26T23:30:21.375Z Checking hashbrown v0.13.2
21502024-08-26T23:30:21.486Z Checking bzip2 v0.4.4
21512024-08-26T23:30:21.783Z Checking crc-any v2.5.0
21522024-08-26T23:30:22.013Z Checking zip v0.6.6
21532024-08-26T23:30:22.065Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21542024-08-26T23:30:22.255Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21552024-08-26T23:30:22.322Z Checking path-slash v0.1.5
21562024-08-26T23:30:22.470Z Checking nix v0.27.1
21572024-08-26T23:30:22.473Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21582024-08-26T23:30:22.500Z Checking object v0.30.4
21592024-08-26T23:30:22.637Z Checking serde-big-array v0.5.1
21602024-08-26T23:30:22.658Z Checking signal-hook-tokio v0.3.1
21612024-08-26T23:30:22.674Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21622024-08-26T23:30:24.691Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21632024-08-26T23:30:25.509Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21642024-08-26T23:30:32.447Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21652024-08-26T23:30:33.699Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21662024-08-26T23:30:35.461Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21672024-08-26T23:30:37.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.84s
21682024-08-26T23:30:37.441Z
21692024-08-26T23:30:37.441Zinfo: running `cargo check --bins` on gateway-api (45/154)
21702024-08-26T23:30:38.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712024-08-26T23:30:38.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722024-08-26T23:30:38.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732024-08-26T23:30:38.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21742024-08-26T23:30:38.090Z
21752024-08-26T23:30:38.090Zinfo: running `cargo check --bins` on sp-sim (46/154)
21762024-08-26T23:30:38.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772024-08-26T23:30:38.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782024-08-26T23:30:38.742Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21792024-08-26T23:30:40.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
21802024-08-26T23:30:40.705Z
21812024-08-26T23:30:40.705Zinfo: running `cargo check --bins` on internal-dns (47/154)
21822024-08-26T23:30:41.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832024-08-26T23:30:41.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842024-08-26T23:30:41.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852024-08-26T23:30:41.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21862024-08-26T23:30:41.374Z
21872024-08-26T23:30:41.374Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/154)
21882024-08-26T23:30:41.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892024-08-26T23:30:42.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902024-08-26T23:30:42.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912024-08-26T23:30:42.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
21922024-08-26T23:30:42.076Z
21932024-08-26T23:30:42.076Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/154)
21942024-08-26T23:30:42.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952024-08-26T23:30:42.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962024-08-26T23:30:42.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972024-08-26T23:30:42.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
21982024-08-26T23:30:42.787Z
21992024-08-26T23:30:42.787Zinfo: running `cargo check --bins` on db-macros (50/154)
22002024-08-26T23:30:43.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012024-08-26T23:30:43.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022024-08-26T23:30:43.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032024-08-26T23:30:43.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22042024-08-26T23:30:43.425Z
22052024-08-26T23:30:43.425Zinfo: running `cargo check --bins` on nexus-macros-common (51/154)
22062024-08-26T23:30:43.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072024-08-26T23:30:43.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082024-08-26T23:30:43.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092024-08-26T23:30:43.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22102024-08-26T23:30:44.056Z
22112024-08-26T23:30:44.056Zinfo: running `cargo check --bins` on nexus-auth (52/154)
22122024-08-26T23:30:44.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132024-08-26T23:30:44.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142024-08-26T23:30:44.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152024-08-26T23:30:44.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
22162024-08-26T23:30:44.769Z
22172024-08-26T23:30:44.769Zinfo: running `cargo check --bins` on authz-macros (53/154)
22182024-08-26T23:30:45.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192024-08-26T23:30:45.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202024-08-26T23:30:45.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212024-08-26T23:30:45.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22222024-08-26T23:30:45.413Z
22232024-08-26T23:30:45.413Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/154)
22242024-08-26T23:30:46.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252024-08-26T23:30:46.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262024-08-26T23:30:46.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272024-08-26T23:30:46.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22282024-08-26T23:30:46.110Z
22292024-08-26T23:30:46.111Zinfo: running `cargo check --bins` on nexus-db-model (55/154)
22302024-08-26T23:30:46.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312024-08-26T23:30:46.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322024-08-26T23:30:46.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332024-08-26T23:30:46.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
22342024-08-26T23:30:46.800Z
22352024-08-26T23:30:46.800Zinfo: running `cargo check --bins` on nexus-defaults (56/154)
22362024-08-26T23:30:47.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372024-08-26T23:30:47.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382024-08-26T23:30:47.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392024-08-26T23:30:47.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22402024-08-26T23:30:47.461Z
22412024-08-26T23:30:47.461Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/154)
22422024-08-26T23:30:48.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432024-08-26T23:30:48.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442024-08-26T23:30:48.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452024-08-26T23:30:48.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22462024-08-26T23:30:48.135Z
22472024-08-26T23:30:48.135Zinfo: running `cargo check --bins` on omicron-passwords (58/154)
22482024-08-26T23:30:48.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492024-08-26T23:30:48.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502024-08-26T23:30:48.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512024-08-26T23:30:48.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22522024-08-26T23:30:48.790Z
22532024-08-26T23:30:48.790Zinfo: running `cargo check --bins` on nexus-types (59/154)
22542024-08-26T23:30:49.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552024-08-26T23:30:49.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562024-08-26T23:30:49.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572024-08-26T23:30:49.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
22582024-08-26T23:30:49.588Z
22592024-08-26T23:30:49.588Zinfo: running `cargo check --bins` on gateway-client (60/154)
22602024-08-26T23:30:50.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612024-08-26T23:30:50.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622024-08-26T23:30:50.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632024-08-26T23:30:50.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22642024-08-26T23:30:50.121Z
22652024-08-26T23:30:50.121Zinfo: running `cargo check --bins` on oxql-types (61/154)
22662024-08-26T23:30:50.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672024-08-26T23:30:50.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682024-08-26T23:30:50.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692024-08-26T23:30:50.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22702024-08-26T23:30:50.769Z
22712024-08-26T23:30:50.769Zinfo: running `cargo check --bins` on oximeter-types (62/154)
22722024-08-26T23:30:51.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732024-08-26T23:30:51.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742024-08-26T23:30:51.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752024-08-26T23:30:51.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22762024-08-26T23:30:51.437Z
22772024-08-26T23:30:51.437Zinfo: running `cargo check --bins` on oximeter-macro-impl (63/154)
22782024-08-26T23:30:52.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792024-08-26T23:30:52.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802024-08-26T23:30:52.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812024-08-26T23:30:52.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22822024-08-26T23:30:52.078Z
22832024-08-26T23:30:52.078Zinfo: running `cargo check --bins` on sled-agent-client (64/154)
22842024-08-26T23:30:52.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852024-08-26T23:30:52.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862024-08-26T23:30:52.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872024-08-26T23:30:52.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
22882024-08-26T23:30:52.752Z
22892024-08-26T23:30:52.752Zinfo: running `cargo check --bins` on oximeter (65/154)
22902024-08-26T23:30:53.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912024-08-26T23:30:53.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922024-08-26T23:30:53.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932024-08-26T23:30:53.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22942024-08-26T23:30:53.415Z
22952024-08-26T23:30:53.415Zinfo: running `cargo check --bins` on oximeter-schema (66/154)
22962024-08-26T23:30:53.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-08-26T23:30:53.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-08-26T23:30:54.067Z Checking num-rational v0.4.2
22992024-08-26T23:30:54.067Z Checking num-complex v0.4.6
23002024-08-26T23:30:54.069Z Compiling prettyplease v0.2.20
23012024-08-26T23:30:54.069Z Checking float-ord v0.3.2
23022024-08-26T23:30:54.773Z Checking num v0.4.3
23032024-08-26T23:30:54.840Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23042024-08-26T23:30:56.875Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23052024-08-26T23:30:57.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
23062024-08-26T23:30:57.980Z
23072024-08-26T23:30:57.980Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (67/154)
23082024-08-26T23:30:58.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092024-08-26T23:30:58.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102024-08-26T23:30:58.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112024-08-26T23:30:58.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23122024-08-26T23:30:58.650Z
23132024-08-26T23:30:58.650Zinfo: running `cargo check --bins` on nexus-inventory (68/154)
23142024-08-26T23:30:59.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152024-08-26T23:30:59.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162024-08-26T23:30:59.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172024-08-26T23:30:59.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
23182024-08-26T23:30:59.330Z
23192024-08-26T23:30:59.330Zinfo: running `cargo check --bins` on typed-rng (69/154)
23202024-08-26T23:30:59.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212024-08-26T23:30:59.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222024-08-26T23:30:59.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232024-08-26T23:30:59.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23242024-08-26T23:30:59.947Z
23252024-08-26T23:30:59.947Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (70/154)
23262024-08-26T23:31:00.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-08-26T23:31:00.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-08-26T23:31:00.700Z Compiling toml v0.8.19
23292024-08-26T23:31:00.700Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23302024-08-26T23:31:00.703Z Compiling rustls-pki-types v1.7.0
23312024-08-26T23:31:00.703Z Checking password-hash v0.5.0
23322024-08-26T23:31:00.703Z Checking blake2 v0.10.6
23332024-08-26T23:31:00.703Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23342024-08-26T23:31:00.703Z Compiling match_cfg v0.1.0
23352024-08-26T23:31:00.703Z Compiling slog-json v2.6.1
23362024-08-26T23:31:00.940Z Compiling hostname v0.3.1
23372024-08-26T23:31:01.203Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23382024-08-26T23:31:01.219Z Compiling http v1.1.0
23392024-08-26T23:31:01.222Z Compiling semver v0.1.20
23402024-08-26T23:31:01.233Z Compiling rustls-webpki v0.102.4
23412024-08-26T23:31:01.297Z Checking argon2 v0.5.3
23422024-08-26T23:31:01.437Z Compiling convert_case v0.4.0
23432024-08-26T23:31:01.488Z Compiling atomic-waker v1.1.2
23442024-08-26T23:31:01.610Z Compiling waitgroup v0.1.2
23452024-08-26T23:31:01.683Z Compiling rustc_version v0.1.7
23462024-08-26T23:31:01.847Z Compiling rustls-pemfile v2.1.3
23472024-08-26T23:31:01.879Z Compiling slog-bunyan v2.5.0
23482024-08-26T23:31:02.055Z Compiling rustls v0.22.4
23492024-08-26T23:31:02.092Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23502024-08-26T23:31:02.202Z Compiling async-stream v0.3.5
23512024-08-26T23:31:02.323Z Compiling ipnetwork v0.20.0
23522024-08-26T23:31:02.390Z Compiling newtype-uuid v1.1.0
23532024-08-26T23:31:02.406Z Compiling derive_more v0.99.18
23542024-08-26T23:31:02.514Z Compiling serde_path_to_error v0.1.16
23552024-08-26T23:31:02.560Z Compiling hostname v0.4.0
23562024-08-26T23:31:02.698Z Compiling instant v0.1.12
23572024-08-26T23:31:02.829Z Compiling multer v3.1.0
23582024-08-26T23:31:02.856Z Compiling rayon-core v1.12.1
23592024-08-26T23:31:03.166Z Compiling debug-ignore v1.0.5
23602024-08-26T23:31:03.296Z Compiling backoff v0.4.0
23612024-08-26T23:31:03.327Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23622024-08-26T23:31:03.368Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23632024-08-26T23:31:03.371Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23642024-08-26T23:31:03.665Z Compiling newtype_derive v0.1.6
23652024-08-26T23:31:03.707Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
23662024-08-26T23:31:03.736Z Compiling parse-display v0.10.0
23672024-08-26T23:31:03.948Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23682024-08-26T23:31:03.975Z Compiling serde_with v3.9.0
23692024-08-26T23:31:04.057Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23702024-08-26T23:31:04.135Z Compiling num-rational v0.4.2
23712024-08-26T23:31:04.224Z Compiling crossbeam-deque v0.8.5
23722024-08-26T23:31:04.416Z Compiling curve25519-dalek v4.1.3
23732024-08-26T23:31:04.569Z Compiling num-complex v0.4.6
23742024-08-26T23:31:04.803Z Compiling macaddr v1.0.1
23752024-08-26T23:31:05.083Z Compiling unicase v2.7.0
23762024-08-26T23:31:05.258Z Checking keccak v0.1.5
23772024-08-26T23:31:05.412Z Compiling same-file v1.0.6
23782024-08-26T23:31:05.584Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23792024-08-26T23:31:05.697Z Compiling fastrand v2.1.0
23802024-08-26T23:31:05.721Z Compiling num v0.4.3
23812024-08-26T23:31:05.844Z Checking sha3 v0.10.8
23822024-08-26T23:31:05.926Z Compiling walkdir v2.5.0
23832024-08-26T23:31:06.252Z Compiling tempfile v3.10.1
23842024-08-26T23:31:06.461Z Compiling tokio-rustls v0.25.0
23852024-08-26T23:31:06.752Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23862024-08-26T23:31:06.906Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
23872024-08-26T23:31:07.070Z Compiling thiserror-impl-no-std v2.0.2
23882024-08-26T23:31:07.134Z Checking universal-hash v0.5.1
23892024-08-26T23:31:07.327Z Checking secrecy v0.8.0
23902024-08-26T23:31:07.548Z Compiling ring v0.16.20
23912024-08-26T23:31:07.961Z Compiling blake3 v1.5.1
23922024-08-26T23:31:08.497Z Compiling derive-where v1.2.7
23932024-08-26T23:31:08.664Z Compiling curve25519-dalek-derive v0.1.1
23942024-08-26T23:31:08.731Z Compiling cookie v0.18.1
23952024-08-26T23:31:09.062Z Checking opaque-debug v0.3.1
23962024-08-26T23:31:09.162Z Compiling float-ord v0.3.2
23972024-08-26T23:31:09.343Z Checking poly1305 v0.8.0
23982024-08-26T23:31:10.404Z Checking thiserror-no-std v2.0.2
23992024-08-26T23:31:10.516Z Compiling rayon v1.10.0
24002024-08-26T23:31:11.018Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012024-08-26T23:31:11.465Z Compiling prettyplease v0.2.20
24022024-08-26T23:31:11.857Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032024-08-26T23:31:12.074Z Checking chacha20 v0.9.1
24042024-08-26T23:31:12.127Z Checking aead v0.5.2
24052024-08-26T23:31:12.356Z Compiling memmap2 v0.9.4
24062024-08-26T23:31:12.381Z Compiling home v0.5.9
24072024-08-26T23:31:12.414Z Compiling spin v0.5.2
24082024-08-26T23:31:12.606Z Checking highway v1.2.0
24092024-08-26T23:31:12.655Z Compiling constant_time_eq v0.3.0
24102024-08-26T23:31:12.672Z Compiling libefi-sys v0.1.0
24112024-08-26T23:31:12.829Z Compiling arrayvec v0.7.4
24122024-08-26T23:31:12.852Z Compiling arrayref v0.3.7
24132024-08-26T23:31:12.963Z Compiling untrusted v0.7.1
24142024-08-26T23:31:13.010Z Compiling toolchain_find v0.4.0
24152024-08-26T23:31:13.036Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24162024-08-26T23:31:13.236Z Checking chacha20poly1305 v0.10.1
24172024-08-26T23:31:13.467Z Checking vsss-rs v3.3.4
24182024-08-26T23:31:13.783Z Checking steno v0.4.1
24192024-08-26T23:31:14.614Z Compiling camino-tempfile v1.1.1
24202024-08-26T23:31:15.423Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24212024-08-26T23:31:15.769Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24222024-08-26T23:31:16.047Z Compiling bitfield-struct v0.6.1
24232024-08-26T23:31:16.095Z Compiling topological-sort v0.2.2
24242024-08-26T23:31:16.182Z Compiling cancel-safe-futures v0.1.5
24252024-08-26T23:31:16.312Z Compiling omicron-zone-package v0.11.0
24262024-08-26T23:31:16.440Z Compiling mime_guess v2.0.4
24272024-08-26T23:31:16.578Z Compiling rustfmt-wrapper v0.2.1
24282024-08-26T23:31:17.202Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24292024-08-26T23:31:17.231Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24302024-08-26T23:31:17.527Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24312024-08-26T23:31:17.544Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24322024-08-26T23:31:17.819Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24332024-08-26T23:31:18.138Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24342024-08-26T23:31:18.238Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24352024-08-26T23:31:18.764Z Checking gethostname v0.5.0
24362024-08-26T23:31:18.899Z Checking libsw v3.3.1
24372024-08-26T23:31:18.920Z Checking linear-map v1.2.0
24382024-08-26T23:31:18.952Z Checking swrite v0.1.0
24392024-08-26T23:31:19.076Z Checking owo-colors v4.0.0
24402024-08-26T23:31:19.233Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24412024-08-26T23:31:19.520Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24422024-08-26T23:31:19.887Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24432024-08-26T23:31:20.046Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24442024-08-26T23:31:20.378Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
24452024-08-26T23:31:20.497Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24462024-08-26T23:31:20.580Z Checking kstat-rs v0.2.4
24472024-08-26T23:31:20.769Z Checking nanorand v0.7.0
24482024-08-26T23:31:20.921Z Checking http-range v0.1.5
24492024-08-26T23:31:20.936Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24502024-08-26T23:31:21.097Z Checking glob v0.3.1
24512024-08-26T23:31:21.135Z Checking flume v0.11.0
24522024-08-26T23:31:21.416Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24532024-08-26T23:31:21.485Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24542024-08-26T23:31:21.610Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24552024-08-26T23:31:21.627Z Checking hyper-staticfile v0.9.5
24562024-08-26T23:31:22.055Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24572024-08-26T23:31:22.162Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24582024-08-26T23:31:22.861Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24592024-08-26T23:31:23.231Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24602024-08-26T23:31:23.825Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24612024-08-26T23:31:25.126Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24622024-08-26T23:31:25.437Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24632024-08-26T23:31:26.318Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24642024-08-26T23:31:26.648Z Checking itertools v0.13.0
24652024-08-26T23:31:27.402Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24662024-08-26T23:31:27.902Z Checking display-error-chain v0.2.0
24672024-08-26T23:31:30.652Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24682024-08-26T23:31:33.414Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24692024-08-26T23:31:33.997Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24702024-08-26T23:31:34.266Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24712024-08-26T23:31:39.346Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24722024-08-26T23:31:39.346Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24732024-08-26T23:31:40.118Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24742024-08-26T23:31:51.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.89s
24752024-08-26T23:31:52.013Z
24762024-08-26T23:31:52.013Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (71/154)
24772024-08-26T23:31:52.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-08-26T23:31:52.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-08-26T23:31:52.789Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24802024-08-26T23:32:04.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s
24812024-08-26T23:32:04.533Z
24822024-08-26T23:32:04.533Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (72/154)
24832024-08-26T23:32:05.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-08-26T23:32:05.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-08-26T23:32:05.293Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24862024-08-26T23:32:16.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.26s
24872024-08-26T23:32:16.966Z
24882024-08-26T23:32:16.967Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (73/154)
24892024-08-26T23:32:17.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-08-26T23:32:17.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-08-26T23:32:17.735Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24922024-08-26T23:32:29.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s
24932024-08-26T23:32:29.517Z
24942024-08-26T23:32:29.517Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (74/154)
24952024-08-26T23:32:30.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-08-26T23:32:30.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-08-26T23:32:30.273Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24982024-08-26T23:32:41.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
24992024-08-26T23:32:42.078Z
25002024-08-26T23:32:42.078Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (75/154)
25012024-08-26T23:32:42.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-08-26T23:32:42.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-08-26T23:32:42.851Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25042024-08-26T23:32:54.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
25052024-08-26T23:32:54.820Z
25062024-08-26T23:32:54.820Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (76/154)
25072024-08-26T23:32:55.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-08-26T23:32:55.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-08-26T23:32:55.570Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25102024-08-26T23:33:07.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.35s
25112024-08-26T23:33:07.344Z
25122024-08-26T23:33:07.344Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (77/154)
25132024-08-26T23:33:07.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-08-26T23:33:08.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-08-26T23:33:08.110Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25162024-08-26T23:33:19.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s
25172024-08-26T23:33:19.877Z
25182024-08-26T23:33:19.877Zinfo: running `cargo check --bins` on bootstrap-agent-api (78/154)
25192024-08-26T23:33:20.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-08-26T23:33:20.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-08-26T23:33:20.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-08-26T23:33:20.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25232024-08-26T23:33:20.543Z
25242024-08-26T23:33:20.543Zinfo: running `cargo check --bins` on nexus-client (79/154)
25252024-08-26T23:33:21.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-08-26T23:33:21.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-08-26T23:33:21.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-08-26T23:33:21.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25292024-08-26T23:33:21.202Z
25302024-08-26T23:33:21.202Zinfo: running `cargo check --bins` on sled-agent-types (80/154)
25312024-08-26T23:33:21.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-08-26T23:33:21.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-08-26T23:33:21.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-08-26T23:33:21.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25352024-08-26T23:33:21.881Z
25362024-08-26T23:33:21.881Zinfo: running `cargo check --bins` on bootstrap-agent-client (81/154)
25372024-08-26T23:33:22.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-08-26T23:33:22.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-08-26T23:33:22.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-08-26T23:33:22.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25412024-08-26T23:33:22.532Z
25422024-08-26T23:33:22.532Zinfo: running `cargo check --bins` on dpd-client (82/154)
25432024-08-26T23:33:23.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-08-26T23:33:23.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-08-26T23:33:23.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-08-26T23:33:23.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25472024-08-26T23:33:23.168Z
25482024-08-26T23:33:23.168Zinfo: running `cargo check --bins` on installinator-common (83/154)
25492024-08-26T23:33:23.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-08-26T23:33:23.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-08-26T23:33:23.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-08-26T23:33:23.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25532024-08-26T23:33:23.828Z
25542024-08-26T23:33:23.828Zinfo: running `cargo check --bins` on update-engine (84/154)
25552024-08-26T23:33:24.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-08-26T23:33:24.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-08-26T23:33:24.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-08-26T23:33:24.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25592024-08-26T23:33:24.449Z
25602024-08-26T23:33:24.449Zinfo: running `cargo check --bins` on key-manager (85/154)
25612024-08-26T23:33:25.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-08-26T23:33:25.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-08-26T23:33:25.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-08-26T23:33:25.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25652024-08-26T23:33:25.082Z
25662024-08-26T23:33:25.082Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (86/154)
25672024-08-26T23:33:25.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-08-26T23:33:25.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-08-26T23:33:25.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-08-26T23:33:25.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25712024-08-26T23:33:25.748Z
25722024-08-26T23:33:25.748Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (87/154)
25732024-08-26T23:33:26.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-08-26T23:33:26.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-08-26T23:33:26.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-08-26T23:33:26.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25772024-08-26T23:33:26.365Z
25782024-08-26T23:33:26.365Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (88/154)
25792024-08-26T23:33:26.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-08-26T23:33:26.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-08-26T23:33:26.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-08-26T23:33:26.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25832024-08-26T23:33:27.007Z
25842024-08-26T23:33:27.007Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (89/154)
25852024-08-26T23:33:27.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-08-26T23:33:27.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-08-26T23:33:27.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-08-26T23:33:27.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25892024-08-26T23:33:27.665Z
25902024-08-26T23:33:27.665Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (90/154)
25912024-08-26T23:33:28.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-08-26T23:33:28.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-08-26T23:33:28.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-08-26T23:33:28.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25952024-08-26T23:33:28.314Z
25962024-08-26T23:33:28.314Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (91/154)
25972024-08-26T23:33:28.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-08-26T23:33:28.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-08-26T23:33:28.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26002024-08-26T23:33:28.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26012024-08-26T23:33:28.961Z
26022024-08-26T23:33:28.961Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (92/154)
26032024-08-26T23:33:29.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-08-26T23:33:29.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-08-26T23:33:29.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-08-26T23:33:29.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26072024-08-26T23:33:29.625Z
26082024-08-26T23:33:29.625Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (93/154)
26092024-08-26T23:33:30.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-08-26T23:33:30.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-08-26T23:33:30.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-08-26T23:33:30.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26132024-08-26T23:33:30.273Z
26142024-08-26T23:33:30.273Zinfo: running `cargo check --bins` on oximeter-producer (94/154)
26152024-08-26T23:33:30.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-08-26T23:33:30.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-08-26T23:33:30.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182024-08-26T23:33:30.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26192024-08-26T23:33:30.946Z
26202024-08-26T23:33:30.946Zinfo: running `cargo check --bins` on sled-agent-api (95/154)
26212024-08-26T23:33:31.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-08-26T23:33:31.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-08-26T23:33:31.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-08-26T23:33:31.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26252024-08-26T23:33:31.627Z
26262024-08-26T23:33:31.627Zinfo: running `cargo check --bins` on sled-hardware (96/154)
26272024-08-26T23:33:32.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-08-26T23:33:32.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-08-26T23:33:32.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-08-26T23:33:32.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26312024-08-26T23:33:32.303Z
26322024-08-26T23:33:32.303Zinfo: running `cargo check --bins --no-default-features` on sled-storage (97/154)
26332024-08-26T23:33:32.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-08-26T23:33:32.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-08-26T23:33:32.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362024-08-26T23:33:32.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26372024-08-26T23:33:32.980Z
26382024-08-26T23:33:32.980Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/154)
26392024-08-26T23:33:33.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402024-08-26T23:33:33.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412024-08-26T23:33:33.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422024-08-26T23:33:33.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26432024-08-26T23:33:33.655Z
26442024-08-26T23:33:33.655Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (99/154)
26452024-08-26T23:33:34.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-08-26T23:33:34.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-08-26T23:33:34.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-08-26T23:33:34.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26492024-08-26T23:33:34.354Z
26502024-08-26T23:33:34.354Zinfo: running `cargo check --bins` on nexus-test-interface (100/154)
26512024-08-26T23:33:34.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-08-26T23:33:34.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-08-26T23:33:34.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-08-26T23:33:34.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26552024-08-26T23:33:35.046Z
26562024-08-26T23:33:35.046Zinfo: running `cargo check --bins` on oximeter-collector (101/154)
26572024-08-26T23:33:35.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-08-26T23:33:35.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-08-26T23:33:35.761Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26602024-08-26T23:33:35.761Z Checking bcs v0.1.6
26612024-08-26T23:33:35.764Z Compiling async-recursion v1.1.1
26622024-08-26T23:33:35.764Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26632024-08-26T23:33:35.764Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26642024-08-26T23:33:36.928Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26652024-08-26T23:33:40.217Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26662024-08-26T23:33:41.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.91s
26672024-08-26T23:33:42.136Z
26682024-08-26T23:33:42.136Zinfo: running `cargo check --bins` on oximeter-api (102/154)
26692024-08-26T23:33:42.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-08-26T23:33:42.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-08-26T23:33:42.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-08-26T23:33:42.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26732024-08-26T23:33:42.809Z
26742024-08-26T23:33:42.809Zinfo: running `cargo check --bins` on oximeter-client (103/154)
26752024-08-26T23:33:43.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-08-26T23:33:43.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-08-26T23:33:43.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-08-26T23:33:43.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26792024-08-26T23:33:43.481Z
26802024-08-26T23:33:43.481Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (104/154)
26812024-08-26T23:33:44.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-08-26T23:33:44.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-08-26T23:33:44.159Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26842024-08-26T23:33:44.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
26852024-08-26T23:33:44.906Z
26862024-08-26T23:33:44.906Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/154)
26872024-08-26T23:33:45.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-08-26T23:33:45.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-08-26T23:33:45.601Z Compiling vte_generate_state_changes v0.1.1
26902024-08-26T23:33:45.601Z Checking fd-lock v4.0.2
26912024-08-26T23:33:45.604Z Checking bytecount v0.6.8
26922024-08-26T23:33:45.604Z Compiling tabled_derive v0.7.0
26932024-08-26T23:33:45.604Z Checking crossterm v0.27.0
26942024-08-26T23:33:45.702Z Compiling peg-macros v0.8.4
26952024-08-26T23:33:45.705Z Compiling sqlparser_derive v0.2.2
26962024-08-26T23:33:45.705Z Checking home v0.5.9
26972024-08-26T23:33:45.851Z Checking papergrid v0.11.0
26982024-08-26T23:33:45.854Z Checking unicode_categories v0.1.1
26992024-08-26T23:33:45.899Z Checking nu-ansi-term v0.50.0
27002024-08-26T23:33:46.265Z Checking vte v0.11.1
27012024-08-26T23:33:46.308Z Checking rustyline v14.0.0
27022024-08-26T23:33:46.802Z Checking sqlparser v0.45.0
27032024-08-26T23:33:47.253Z Checking sqlformat v0.2.4
27042024-08-26T23:33:47.301Z Checking crossterm v0.28.1
27052024-08-26T23:33:47.424Z Checking strip-ansi-escapes v0.2.0
27062024-08-26T23:33:47.583Z Checking reedline v0.33.0
27072024-08-26T23:33:48.217Z Checking tabled v0.15.0
27082024-08-26T23:33:48.748Z Checking peg v0.8.4
27092024-08-26T23:33:53.337Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-08-26T23:33:58.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
27112024-08-26T23:33:58.663Z
27122024-08-26T23:33:58.663Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/154)
27132024-08-26T23:33:59.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-08-26T23:33:59.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-08-26T23:33:59.343Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27162024-08-26T23:34:04.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
27172024-08-26T23:34:04.849Z
27182024-08-26T23:34:04.849Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/154)
27192024-08-26T23:34:05.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-08-26T23:34:05.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-08-26T23:34:05.533Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27222024-08-26T23:34:10.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
27232024-08-26T23:34:10.803Z
27242024-08-26T23:34:10.803Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/154)
27252024-08-26T23:34:11.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-08-26T23:34:11.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-08-26T23:34:11.491Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27282024-08-26T23:34:15.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
27292024-08-26T23:34:15.835Z
27302024-08-26T23:34:15.835Zinfo: running `cargo check --bins` on oximeter-test-utils (109/154)
27312024-08-26T23:34:16.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-08-26T23:34:16.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-08-26T23:34:16.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-08-26T23:34:16.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27352024-08-26T23:34:16.493Z
27362024-08-26T23:34:16.493Zinfo: running `cargo check --bins` on cockroach-admin-client (110/154)
27372024-08-26T23:34:17.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-08-26T23:34:17.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-08-26T23:34:17.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-08-26T23:34:17.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27412024-08-26T23:34:17.125Z
27422024-08-26T23:34:17.125Zinfo: running `cargo check --bins` on installinator-client (111/154)
27432024-08-26T23:34:17.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-08-26T23:34:17.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-08-26T23:34:17.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-08-26T23:34:17.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27472024-08-26T23:34:17.786Z
27482024-08-26T23:34:17.786Zinfo: running `cargo check --bins` on oxide-client (112/154)
27492024-08-26T23:34:18.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-08-26T23:34:18.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-08-26T23:34:18.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-08-26T23:34:18.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27532024-08-26T23:34:18.414Z
27542024-08-26T23:34:18.414Zinfo: running `cargo check --bins` on wicketd-client (113/154)
27552024-08-26T23:34:19.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-08-26T23:34:19.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-08-26T23:34:19.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-08-26T23:34:19.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27592024-08-26T23:34:19.107Z
27602024-08-26T23:34:19.107Zinfo: running `cargo check --bins` on wicket-common (114/154)
27612024-08-26T23:34:19.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-08-26T23:34:19.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-08-26T23:34:19.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-08-26T23:34:19.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27652024-08-26T23:34:19.780Z
27662024-08-26T23:34:19.780Zinfo: running `cargo check --bins` on omicron-cockroach-admin (115/154)
27672024-08-26T23:34:20.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-08-26T23:34:20.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-08-26T23:34:20.458Z Checking csv-core v0.1.11
27702024-08-26T23:34:20.460Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27712024-08-26T23:34:20.761Z Checking csv v1.3.0
27722024-08-26T23:34:21.290Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27732024-08-26T23:34:21.657Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742024-08-26T23:34:22.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
27752024-08-26T23:34:23.002Z
27762024-08-26T23:34:23.002Zinfo: running `cargo check --bins` on cockroach-admin-api (116/154)
27772024-08-26T23:34:23.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-08-26T23:34:23.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-08-26T23:34:23.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-08-26T23:34:23.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27812024-08-26T23:34:23.671Z
27822024-08-26T23:34:23.671Zinfo: running `cargo check --bins` on cockroach-admin-types (117/154)
27832024-08-26T23:34:24.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-08-26T23:34:24.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-08-26T23:34:24.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-08-26T23:34:24.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27872024-08-26T23:34:24.323Z
27882024-08-26T23:34:24.323Zinfo: running `cargo check --bins` on cert-dev (118/154)
27892024-08-26T23:34:24.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-08-26T23:34:24.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-08-26T23:34:24.952Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27922024-08-26T23:34:25.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27932024-08-26T23:34:25.351Z
27942024-08-26T23:34:25.351Zinfo: running `cargo check --bins` on ch-dev (119/154)
27952024-08-26T23:34:25.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-08-26T23:34:25.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-08-26T23:34:26.037Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27982024-08-26T23:34:26.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
27992024-08-26T23:34:26.887Z
28002024-08-26T23:34:26.887Zinfo: running `cargo check --bins` on crdb-seed (120/154)
28012024-08-26T23:34:27.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-08-26T23:34:27.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-08-26T23:34:27.592Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
28042024-08-26T23:34:27.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
28052024-08-26T23:34:28.095Z
28062024-08-26T23:34:28.095Zinfo: running `cargo check --bins` on db-dev (121/154)
28072024-08-26T23:34:28.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-08-26T23:34:28.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-08-26T23:34:28.785Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
28102024-08-26T23:34:29.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
28112024-08-26T23:34:29.654Z
28122024-08-26T23:34:29.654Zinfo: running `cargo check --bins` on omicron-dev-lib (122/154)
28132024-08-26T23:34:30.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-08-26T23:34:30.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-08-26T23:34:30.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162024-08-26T23:34:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28172024-08-26T23:34:30.339Z
28182024-08-26T23:34:30.339Zinfo: running `cargo check --bins` on xtask-downloader (123/154)
28192024-08-26T23:34:30.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-08-26T23:34:30.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-08-26T23:34:30.965Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
28222024-08-26T23:34:31.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
28232024-08-26T23:34:31.958Z
28242024-08-26T23:34:31.958Zinfo: running `cargo check --bins` on mgs-dev (124/154)
28252024-08-26T23:34:32.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-08-26T23:34:32.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-08-26T23:34:32.669Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28282024-08-26T23:34:33.215Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
28292024-08-26T23:34:33.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
28302024-08-26T23:34:33.755Z
28312024-08-26T23:34:33.755Zinfo: running `cargo check --bins` on omicron-omdb (125/154)
28322024-08-26T23:34:34.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-08-26T23:34:34.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-08-26T23:34:34.576Z Compiling glob v0.3.1
28352024-08-26T23:34:34.576Z Compiling crunchy v0.2.2
28362024-08-26T23:34:34.578Z Compiling tiny-keccak v2.0.2
28372024-08-26T23:34:34.696Z Compiling dsl_auto_type v0.1.2
28382024-08-26T23:34:34.698Z Checking scheduled-thread-pool v0.2.7
28392024-08-26T23:34:34.698Z Compiling diesel_table_macro_syntax v0.2.0
28402024-08-26T23:34:34.739Z Compiling ascii-canvas v3.0.0
28412024-08-26T23:34:34.741Z Compiling ena v0.14.3
28422024-08-26T23:34:34.949Z Checking r2d2 v0.8.10
28432024-08-26T23:34:35.009Z Compiling libloading v0.8.3
28442024-08-26T23:34:35.151Z Compiling regex-syntax v0.6.29
28452024-08-26T23:34:35.169Z Compiling diff v0.1.13
28462024-08-26T23:34:35.270Z Compiling bindgen v0.69.4
28472024-08-26T23:34:35.289Z Compiling which v4.4.2
28482024-08-26T23:34:35.428Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28492024-08-26T23:34:35.624Z Compiling clang-sys v1.7.0
28502024-08-26T23:34:35.671Z Compiling cexpr v0.6.0
28512024-08-26T23:34:35.860Z Compiling lazycell v1.3.0
28522024-08-26T23:34:35.913Z Compiling rustc-hash v1.1.0
28532024-08-26T23:34:36.050Z Compiling ref-cast v1.0.23
28542024-08-26T23:34:36.066Z Compiling shlex v1.3.0
28552024-08-26T23:34:36.083Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28562024-08-26T23:34:36.101Z Compiling derive_builder_core v0.20.0
28572024-08-26T23:34:36.372Z Compiling diesel_derives v2.2.2
28582024-08-26T23:34:36.389Z Compiling libxml v0.3.3
28592024-08-26T23:34:36.494Z Compiling ref-cast-impl v1.0.23
28602024-08-26T23:34:36.706Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28612024-08-26T23:34:36.847Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28622024-08-26T23:34:37.216Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28632024-08-26T23:34:37.497Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28642024-08-26T23:34:37.529Z Compiling strum_macros v0.24.3
28652024-08-26T23:34:37.864Z Compiling indoc v1.0.9
28662024-08-26T23:34:38.599Z Compiling lalrpop v0.19.12
28672024-08-26T23:34:38.924Z Compiling derive_builder_macro v0.20.0
28682024-08-26T23:34:39.798Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28692024-08-26T23:34:39.832Z Checking derive_builder v0.20.0
28702024-08-26T23:34:39.988Z Compiling impl-trait-for-tuples v0.2.2
28712024-08-26T23:34:40.353Z Compiling oso-derive v0.27.3
28722024-08-26T23:34:41.171Z Checking quick-xml v0.31.0
28732024-08-26T23:34:41.376Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28742024-08-26T23:34:41.468Z Checking maplit v1.0.2
28752024-08-26T23:34:41.629Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28762024-08-26T23:34:41.787Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28772024-08-26T23:34:42.109Z Checking bb8 v0.8.5
28782024-08-26T23:34:42.621Z Compiling const_format_proc_macros v0.2.32
28792024-08-26T23:34:43.397Z Checking crossbeam-deque v0.8.5
28802024-08-26T23:34:43.459Z Compiling portable-atomic v1.6.0
28812024-08-26T23:34:43.766Z Checking rayon-core v1.12.1
28822024-08-26T23:34:44.490Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28832024-08-26T23:34:44.647Z Checking castaway v0.2.3
28842024-08-26T23:34:44.840Z Checking compact_str v0.8.0
28852024-08-26T23:34:44.911Z Checking const_format v0.2.32
28862024-08-26T23:34:45.615Z Checking rayon v1.10.0
28872024-08-26T23:34:45.749Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882024-08-26T23:34:45.913Z Checking unicode-truncate v1.0.0
28892024-08-26T23:34:46.058Z Checking lru v0.12.3
28902024-08-26T23:34:46.167Z Compiling instability v0.3.2
28912024-08-26T23:34:46.372Z Checking unicode-linebreak v0.1.5
28922024-08-26T23:34:46.810Z Checking smawk v0.3.2
28932024-08-26T23:34:47.014Z Checking number_prefix v0.4.0
28942024-08-26T23:34:47.208Z Checking cassowary v0.3.0
28952024-08-26T23:34:47.228Z Checking textwrap v0.16.1
28962024-08-26T23:34:47.641Z Checking ratatui v0.28.0
28972024-08-26T23:34:47.687Z Checking multimap v0.10.0
28982024-08-26T23:34:49.421Z Checking diesel v2.2.2
28992024-08-26T23:34:49.438Z Checking indicatif v0.17.8
29002024-08-26T23:35:08.779Z Compiling samael v0.0.15
29012024-08-26T23:35:24.451Z Compiling polar-core v0.27.3
29022024-08-26T23:35:24.811Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
29032024-08-26T23:35:31.560Z Checking oso v0.27.3
29042024-08-26T23:36:33.176Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29052024-08-26T23:36:38.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
29062024-08-26T23:36:38.737Z
29072024-08-26T23:36:38.737Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (126/154)
29082024-08-26T23:36:39.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-08-26T23:36:39.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-08-26T23:36:39.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-08-26T23:36:39.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29122024-08-26T23:36:39.456Z
29132024-08-26T23:36:39.456Zinfo: running `cargo check --bins` on nexus-saga-recovery (127/154)
29142024-08-26T23:36:40.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-08-26T23:36:40.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-08-26T23:36:40.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172024-08-26T23:36:40.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29182024-08-26T23:36:40.172Z
29192024-08-26T23:36:40.172Zinfo: running `cargo check --bins` on nexus-test-utils-macros (128/154)
29202024-08-26T23:36:40.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-08-26T23:36:40.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-08-26T23:36:40.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232024-08-26T23:36:40.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29242024-08-26T23:36:40.809Z
29252024-08-26T23:36:40.810Zinfo: running `cargo check --bins` on omicron-nexus (129/154)
29262024-08-26T23:36:41.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-08-26T23:36:41.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-08-26T23:36:41.659Z Compiling libz-sys v1.1.16
29292024-08-26T23:36:41.764Z Compiling libgit2-sys v0.17.0+1.8.1
29302024-08-26T23:36:41.773Z Compiling vergen v8.3.2
29312024-08-26T23:36:41.776Z Compiling cargo-platform v0.1.8
29322024-08-26T23:36:41.776Z Compiling pin-project-internal v1.1.5
29332024-08-26T23:36:41.810Z Compiling snafu-derive v0.8.2
29342024-08-26T23:36:41.814Z Compiling libsqlite3-sys v0.28.0
29352024-08-26T23:36:41.814Z Compiling buf-list v1.0.3
29362024-08-26T23:36:42.126Z Compiling cargo_metadata v0.18.1
29372024-08-26T23:36:42.356Z Checking globset v0.4.14
29382024-08-26T23:36:42.368Z Checking olpc-cjson v0.1.3
29392024-08-26T23:36:42.581Z Checking rand_seeder v0.3.0
29402024-08-26T23:36:42.626Z Checking serde_plain v1.0.2
29412024-08-26T23:36:42.709Z Checking typed-path v0.7.1
29422024-08-26T23:36:42.821Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29432024-08-26T23:36:42.994Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29442024-08-26T23:36:43.169Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29452024-08-26T23:36:43.290Z Checking hashlink v0.9.1
29462024-08-26T23:36:43.317Z Checking fallible-streaming-iterator v0.1.9
29472024-08-26T23:36:43.497Z Checking fallible-iterator v0.3.0
29482024-08-26T23:36:43.573Z Checking parse-size v1.0.0
29492024-08-26T23:36:43.826Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29502024-08-26T23:36:43.937Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29512024-08-26T23:36:44.112Z Checking rusqlite v0.31.0
29522024-08-26T23:36:44.538Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29532024-08-26T23:36:44.756Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29542024-08-26T23:36:44.837Z Checking twox-hash v1.6.3
29552024-08-26T23:36:44.933Z Checking pin-project v1.1.5
29562024-08-26T23:36:45.057Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29572024-08-26T23:36:45.299Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29582024-08-26T23:36:45.734Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29592024-08-26T23:36:45.764Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29602024-08-26T23:36:45.809Z Checking fatfs v0.3.6
29612024-08-26T23:36:45.851Z Checking assert_matches v1.5.0
29622024-08-26T23:36:47.053Z Checking snafu v0.8.2
29632024-08-26T23:36:47.468Z Checking tough v0.17.1
29642024-08-26T23:36:51.494Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29652024-08-26T23:36:55.295Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29662024-08-26T23:36:55.337Z Compiling git2 v0.19.0
29672024-08-26T23:36:58.036Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29682024-08-26T23:37:57.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
29692024-08-26T23:37:57.819Z
29702024-08-26T23:37:57.819Zinfo: running `cargo check --bins` on nexus-internal-api (130/154)
29712024-08-26T23:37:58.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722024-08-26T23:37:58.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732024-08-26T23:37:58.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742024-08-26T23:37:58.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29752024-08-26T23:37:58.564Z
29762024-08-26T23:37:58.564Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (131/154)
29772024-08-26T23:37:59.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782024-08-26T23:37:59.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792024-08-26T23:37:59.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29802024-08-26T23:37:59.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29812024-08-26T23:37:59.271Z
29822024-08-26T23:37:59.271Zinfo: running `cargo check --bins` on nexus-networking (132/154)
29832024-08-26T23:37:59.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-08-26T23:37:59.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-08-26T23:37:59.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862024-08-26T23:37:59.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29872024-08-26T23:37:59.988Z
29882024-08-26T23:37:59.988Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (133/154)
29892024-08-26T23:38:00.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-08-26T23:38:00.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-08-26T23:38:00.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922024-08-26T23:38:00.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
29932024-08-26T23:38:00.700Z
29942024-08-26T23:38:00.700Zinfo: running `cargo check --bins` on update-common (134/154)
29952024-08-26T23:38:01.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-08-26T23:38:01.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-08-26T23:38:01.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982024-08-26T23:38:01.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29992024-08-26T23:38:01.394Z
30002024-08-26T23:38:01.394Zinfo: running `cargo check --bins` on tufaceous-lib (135/154)
30012024-08-26T23:38:01.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-08-26T23:38:02.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-08-26T23:38:02.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042024-08-26T23:38:02.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30052024-08-26T23:38:02.063Z
30062024-08-26T23:38:02.063Zinfo: running `cargo check --bins` on tufaceous (136/154)
30072024-08-26T23:38:02.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-08-26T23:38:02.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-08-26T23:38:02.752Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
30102024-08-26T23:38:03.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
30112024-08-26T23:38:03.834Z
30122024-08-26T23:38:03.834Zinfo: running `cargo check --bins` on omicron-dev (137/154)
30132024-08-26T23:38:04.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-08-26T23:38:04.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-08-26T23:38:04.681Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30162024-08-26T23:38:04.681Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30172024-08-26T23:38:04.683Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30182024-08-26T23:38:06.053Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30192024-08-26T23:38:08.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
30202024-08-26T23:38:08.673Z
30212024-08-26T23:38:08.673Zinfo: running `cargo check --bins` on openapi-manager (138/154)
30222024-08-26T23:38:09.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-08-26T23:38:09.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-08-26T23:38:09.399Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30252024-08-26T23:38:09.399Z Checking heck v0.4.1
30262024-08-26T23:38:09.399Z Checking is_ci v1.2.0
30272024-08-26T23:38:09.401Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30282024-08-26T23:38:09.401Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30292024-08-26T23:38:09.401Z Checking indent_write v2.2.0
30302024-08-26T23:38:09.646Z Checking supports-color v3.0.0
30312024-08-26T23:38:09.662Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30322024-08-26T23:38:11.098Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30332024-08-26T23:38:11.927Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30342024-08-26T23:38:12.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
30352024-08-26T23:38:13.111Z
30362024-08-26T23:38:13.111Zinfo: running `cargo check --bins` on installinator-api (139/154)
30372024-08-26T23:38:13.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-08-26T23:38:13.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-08-26T23:38:13.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-08-26T23:38:13.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30412024-08-26T23:38:13.786Z
30422024-08-26T23:38:13.786Zinfo: running `cargo check --bins` on openapi-manager-types (140/154)
30432024-08-26T23:38:14.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-08-26T23:38:14.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-08-26T23:38:14.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-08-26T23:38:14.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30472024-08-26T23:38:14.416Z
30482024-08-26T23:38:14.416Zinfo: running `cargo check --bins` on wicketd-api (141/154)
30492024-08-26T23:38:15.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-08-26T23:38:15.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-08-26T23:38:15.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-08-26T23:38:15.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30532024-08-26T23:38:15.093Z
30542024-08-26T23:38:15.093Zinfo: running `cargo check --bins` on reconfigurator-cli (142/154)
30552024-08-26T23:38:15.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-08-26T23:38:15.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-08-26T23:38:15.829Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30582024-08-26T23:38:17.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
30592024-08-26T23:38:17.224Z
30602024-08-26T23:38:17.224Zinfo: running `cargo check --bins` on omicron-releng (143/154)
30612024-08-26T23:38:17.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-08-26T23:38:17.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-08-26T23:38:17.905Z Checking memmap2 v0.9.4
30642024-08-26T23:38:17.905Z Checking arrayvec v0.7.4
30652024-08-26T23:38:17.907Z Checking untrusted v0.7.1
30662024-08-26T23:38:17.907Z Checking constant_time_eq v0.3.0
30672024-08-26T23:38:17.907Z Checking arrayref v0.3.7
30682024-08-26T23:38:17.907Z Checking spin v0.5.2
30692024-08-26T23:38:17.907Z Checking cargo-platform v0.1.8
30702024-08-26T23:38:17.996Z Checking topological-sort v0.2.2
30712024-08-26T23:38:18.083Z Checking shell-words v1.1.0
30722024-08-26T23:38:18.245Z Checking ring v0.16.20
30732024-08-26T23:38:18.269Z Checking blake3 v1.5.1
30742024-08-26T23:38:18.289Z Checking cargo_metadata v0.18.1
30752024-08-26T23:38:19.413Z Checking omicron-zone-package v0.11.0
30762024-08-26T23:38:20.498Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30772024-08-26T23:38:21.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
30782024-08-26T23:38:21.525Z
30792024-08-26T23:38:21.525Zinfo: running `cargo check --bins` on xtask (144/154)
30802024-08-26T23:38:21.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812024-08-26T23:38:21.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822024-08-26T23:38:22.008Z Checking serde v1.0.208
30832024-08-26T23:38:22.010Z Checking thiserror v1.0.63
30842024-08-26T23:38:22.010Z Checking scroll v0.12.0
30852024-08-26T23:38:22.088Z Checking hashbrown v0.14.5
30862024-08-26T23:38:22.096Z Checking bitflags v2.6.0
30872024-08-26T23:38:22.103Z Checking log v0.4.21
30882024-08-26T23:38:22.106Z Checking zerocopy v0.7.34
30892024-08-26T23:38:22.136Z Checking syn v2.0.74
30902024-08-26T23:38:22.189Z Checking pest v2.7.10
30912024-08-26T23:38:22.358Z Checking rustix v0.38.34
30922024-08-26T23:38:22.374Z Checking fs-err v2.11.0
30932024-08-26T23:38:22.564Z Checking goblin v0.8.2
30942024-08-26T23:38:22.664Z Checking tabled v0.15.0
30952024-08-26T23:38:23.191Z Checking indexmap v2.4.0
30962024-08-26T23:38:23.414Z Checking terminal_size v0.3.0
30972024-08-26T23:38:23.469Z Checking anyhow v1.0.86
30982024-08-26T23:38:23.588Z Checking clap_builder v4.5.15
30992024-08-26T23:38:24.478Z Checking dtrace-parser v0.2.0
31002024-08-26T23:38:25.905Z Checking clap v4.5.16
31012024-08-26T23:38:26.129Z Checking serde_json v1.0.125
31022024-08-26T23:38:26.132Z Checking serde_spanned v0.6.7
31032024-08-26T23:38:26.132Z Checking toml_datetime v0.6.8
31042024-08-26T23:38:26.132Z Checking camino v1.1.9
31052024-08-26T23:38:26.132Z Checking semver v1.0.23
31062024-08-26T23:38:26.132Z Checking cargo-platform v0.1.8
31072024-08-26T23:38:26.318Z Checking macaddr v1.0.1
31082024-08-26T23:38:26.438Z Checking toml_edit v0.22.20
31092024-08-26T23:38:27.310Z Checking dof v0.3.0
31102024-08-26T23:38:27.310Z Checking cargo_metadata v0.18.1
31112024-08-26T23:38:27.709Z Checking usdt-impl v0.5.0
31122024-08-26T23:38:28.071Z Checking usdt v0.5.0
31132024-08-26T23:38:28.225Z Checking toml v0.8.19
31142024-08-26T23:38:28.682Z Checking cargo_toml v0.20.4
31152024-08-26T23:38:29.871Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31162024-08-26T23:38:30.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s
31172024-08-26T23:38:30.554Z
31182024-08-26T23:38:30.554Zinfo: running `cargo check --bins` on end-to-end-tests (145/154)
31192024-08-26T23:38:31.024Z Downloading crates ...
31202024-08-26T23:38:31.255Z Downloaded ed25519 v2.2.3
31212024-08-26T23:38:31.258Z Downloaded option-ext v0.2.0
31222024-08-26T23:38:31.261Z Downloaded blowfish v0.9.1
31232024-08-26T23:38:31.269Z Downloaded dirs-sys v0.4.1
31242024-08-26T23:38:31.272Z Downloaded pbkdf2 v0.11.0
31252024-08-26T23:38:31.274Z Downloaded bcrypt-pbkdf v0.10.0
31262024-08-26T23:38:31.279Z Downloaded md5 v0.7.0
31272024-08-26T23:38:31.284Z Downloaded russh-cryptovec v0.7.2
31282024-08-26T23:38:31.287Z Downloaded primeorder v0.13.6
31292024-08-26T23:38:31.287Z Downloaded aes-gcm v0.10.3
31302024-08-26T23:38:31.291Z Downloaded polyval v0.6.2
31312024-08-26T23:38:31.294Z Downloaded hex-literal v0.4.1
31322024-08-26T23:38:31.296Z Downloaded rfc6979 v0.4.0
31332024-08-26T23:38:31.296Z Downloaded dirs v5.0.1
31342024-08-26T23:38:31.297Z Downloaded ssh-cipher v0.2.0
31352024-08-26T23:38:31.300Z Downloaded russh v0.44.1
31362024-08-26T23:38:31.306Z Downloaded password-hash v0.4.2
31372024-08-26T23:38:31.308Z Downloaded dhcproto v0.12.0
31382024-08-26T23:38:31.311Z Downloaded p256 v0.13.2
31392024-08-26T23:38:31.314Z Downloaded ecdsa v0.16.9
31402024-08-26T23:38:31.317Z Downloaded internet-checksum v0.2.1
31412024-08-26T23:38:31.317Z Downloaded ed25519-dalek v2.1.1
31422024-08-26T23:38:31.324Z Downloaded num-bigint v0.4.5
31432024-08-26T23:38:31.328Z Downloaded ssh-key v0.6.6
31442024-08-26T23:38:31.335Z Downloaded ssh-encoding v0.2.0
31452024-08-26T23:38:31.337Z Downloaded p521 v0.13.3
31462024-08-26T23:38:31.340Z Downloaded russh-keys v0.44.0
31472024-08-26T23:38:31.342Z Downloaded p384 v0.13.0
31482024-08-26T23:38:31.347Z Downloaded ghash v0.5.1
31492024-08-26T23:38:31.349Z Downloaded dhcproto-macros v0.1.0
31502024-08-26T23:38:31.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-08-26T23:38:31.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-08-26T23:38:31.487Z Checking polyval v0.6.2
31532024-08-26T23:38:31.490Z Checking rfc6979 v0.4.0
31542024-08-26T23:38:31.600Z Checking primeorder v0.13.6
31552024-08-26T23:38:31.603Z Checking ctr v0.9.2
31562024-08-26T23:38:31.624Z Checking ed25519 v2.2.3
31572024-08-26T23:38:31.627Z Checking ssh-encoding v0.2.0
31582024-08-26T23:38:31.627Z Checking blowfish v0.9.1
31592024-08-26T23:38:31.627Z Checking option-ext v0.2.0
31602024-08-26T23:38:31.726Z Checking ecdsa v0.16.9
31612024-08-26T23:38:31.792Z Checking dirs-sys v0.4.1
31622024-08-26T23:38:31.809Z Checking ghash v0.5.1
31632024-08-26T23:38:31.852Z Checking password-hash v0.4.2
31642024-08-26T23:38:31.893Z Checking bcrypt-pbkdf v0.10.0
31652024-08-26T23:38:31.970Z Checking aes-gcm v0.10.3
31662024-08-26T23:38:31.988Z Checking ed25519-dalek v2.1.1
31672024-08-26T23:38:31.992Z Checking matches v0.1.10
31682024-08-26T23:38:32.020Z Checking dirs v5.0.1
31692024-08-26T23:38:32.044Z Compiling enum-as-inner v0.5.1
31702024-08-26T23:38:32.091Z Checking idna v0.2.3
31712024-08-26T23:38:32.138Z Checking russh-cryptovec v0.7.2
31722024-08-26T23:38:32.164Z Checking md5 v0.7.0
31732024-08-26T23:38:32.200Z Checking ssh-cipher v0.2.0
31742024-08-26T23:38:32.261Z Checking pbkdf2 v0.11.0
31752024-08-26T23:38:32.338Z Checking num-bigint v0.4.5
31762024-08-26T23:38:32.359Z Compiling dhcproto-macros v0.1.0
31772024-08-26T23:38:32.440Z Checking p521 v0.13.3
31782024-08-26T23:38:32.456Z Checking p384 v0.13.0
31792024-08-26T23:38:32.494Z Checking ssh-key v0.6.6
31802024-08-26T23:38:32.548Z Checking p256 v0.13.2
31812024-08-26T23:38:32.922Z Checking hex-literal v0.4.1
31822024-08-26T23:38:33.026Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31832024-08-26T23:38:33.054Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31842024-08-26T23:38:33.095Z Checking trust-dns-proto v0.22.0
31852024-08-26T23:38:33.312Z Checking internet-checksum v0.2.1
31862024-08-26T23:38:34.054Z Checking russh-keys v0.44.0
31872024-08-26T23:38:34.993Z Checking russh v0.44.1
31882024-08-26T23:38:35.732Z Checking dhcproto v0.12.0
31892024-08-26T23:38:53.238Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31902024-08-26T23:38:54.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.01s
31912024-08-26T23:38:54.756Z
31922024-08-26T23:38:54.756Zinfo: running `cargo check --bins` on gateway-cli (146/154)
31932024-08-26T23:38:55.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-08-26T23:38:55.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-08-26T23:38:55.425Z Checking termios v0.3.3
31962024-08-26T23:38:55.639Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31972024-08-26T23:38:56.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
31982024-08-26T23:38:56.579Z
31992024-08-26T23:38:56.579Zinfo: running `cargo check --bins --no-default-features` on installinator (147/154)
32002024-08-26T23:38:57.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012024-08-26T23:38:57.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022024-08-26T23:38:57.307Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32032024-08-26T23:38:59.370Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32042024-08-26T23:39:01.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
32052024-08-26T23:39:01.415Z
32062024-08-26T23:39:01.415Zinfo: running `cargo check --bins` on internal-dns-cli (148/154)
32072024-08-26T23:39:02.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082024-08-26T23:39:02.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092024-08-26T23:39:02.074Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
32102024-08-26T23:39:02.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
32112024-08-26T23:39:02.686Z
32122024-08-26T23:39:02.686Zinfo: running `cargo check --bins` on omicron-package (149/154)
32132024-08-26T23:39:03.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142024-08-26T23:39:03.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152024-08-26T23:39:03.401Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32162024-08-26T23:39:04.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
32172024-08-26T23:39:04.821Z
32182024-08-26T23:39:04.822Zinfo: running `cargo check --bins` on wicket-dbg (150/154)
32192024-08-26T23:39:05.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-08-26T23:39:05.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-08-26T23:39:05.540Z Checking rtoolbox v0.0.2
32222024-08-26T23:39:05.540Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32232024-08-26T23:39:05.542Z Checking tui-tree-widget v0.22.0
32242024-08-26T23:39:05.753Z Checking rpassword v7.3.1
32252024-08-26T23:39:09.687Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32262024-08-26T23:39:12.699Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32272024-08-26T23:39:13.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s
32282024-08-26T23:39:13.963Z
32292024-08-26T23:39:13.963Zinfo: running `cargo check --bins` on wicket (151/154)
32302024-08-26T23:39:14.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-08-26T23:39:14.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-08-26T23:39:14.669Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32332024-08-26T23:39:15.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
32342024-08-26T23:39:15.200Z
32352024-08-26T23:39:15.200Zinfo: running `cargo check --bins` on wicketd (152/154)
32362024-08-26T23:39:15.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-08-26T23:39:15.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-08-26T23:39:15.922Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32392024-08-26T23:39:19.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
32402024-08-26T23:39:19.807Z
32412024-08-26T23:39:19.807Zinfo: running `cargo check --bins` on omicron-workspace-hack (153/154)
32422024-08-26T23:39:20.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432024-08-26T23:39:20.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442024-08-26T23:39:20.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452024-08-26T23:39:20.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32462024-08-26T23:39:20.435Z
32472024-08-26T23:39:20.435Zinfo: running `cargo check --bins` on zone-setup (154/154)
32482024-08-26T23:39:21.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-08-26T23:39:21.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-08-26T23:39:21.171Z Checking uzers v0.11.3
32512024-08-26T23:39:21.475Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32522024-08-26T23:39:22.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
32532024-08-26T23:39:22.722Z
32542024-08-26T23:39:22.722Zreal 11:07.816289480
32552024-08-26T23:39:22.722Zuser 23:44.749694939
32562024-08-26T23:39:22.722Zsys 5:07.937653422
32572024-08-26T23:39:22.722Ztrap 0.532169527
32582024-08-26T23:39:22.722Ztflt 3.145987127
32592024-08-26T23:39:22.722Zdflt 1.720479608
32602024-08-26T23:39:22.722Zkflt 0.002590465
32612024-08-26T23:39:22.722Zlock 43:19.136357163
32622024-08-26T23:39:22.725Zslp 1:58:01.147770317
32632024-08-26T23:39:22.725Zlat 1:00.200654259
32642024-08-26T23:39:22.725Zstop 3:00.340787050
32652024-08-26T23:39:22.725Zprocess exited: duration 884043 ms, exit code 0
 
32662024-08-26T23:39:22.731Zfound 0 output files