01J4NVXK0VVGMKNGP35P55QRRR: 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: 01J4NVXWTRN0YW1TANYRNMZY3G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-07T07:31:10.416Zjob assigned to worker 01J4NVY1HM4AFCV4192VSGWJ36 (queued for 50 s)
 
22024-08-07T07:31:17.611Zstarting task 0: "setup"
32024-08-07T07:31:17.674Z++ uname -s
42024-08-07T07:31:17.677Z+ kern=SunOS
52024-08-07T07:31:17.677Z+ case "$kern" in
62024-08-07T07:31:17.677Z+ groupadd -g 12345 build
72024-08-07T07:31:17.677Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-07T07:31:19.685Z+ zfs create -o mountpoint=/work rpool/work
92024-08-07T07:31:19.780Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-07T07:31:19.782Z+ home_fs=zfs
112024-08-07T07:31:19.782Z+ [[ zfs == autofs ]]
122024-08-07T07:31:19.782Z+ mkdir -p /home/build
132024-08-07T07:31:19.785Z+ chown build:build /home/build /work
142024-08-07T07:31:21.786Z+ chmod 0700 /home/build /work
152024-08-07T07:31:21.789Zprocess exited: duration 4177 ms, exit code 0
 
162024-08-07T07:31:21.795Zstarting task 1: "rust-toolchain"
172024-08-07T07:31:21.800Z+ printf ' * toolchain channel = "%s"
182024-08-07T07:31:21.800Z' 1.80.0
192024-08-07T07:31:21.802Z * toolchain channel = "1.80.0"
202024-08-07T07:31:21.802Z+ printf ' * toolchain profile = "%s"
212024-08-07T07:31:21.803Z' default
222024-08-07T07:31:21.803Z * toolchain profile = "default"
232024-08-07T07:31:21.803Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-07T07:31:21.803Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-07T07:31:21.920Zinfo: downloading installer
262024-08-07T07:31:24.957Zinfo: profile set to 'default'
272024-08-07T07:31:24.957Zinfo: default host triple is x86_64-unknown-illumos
282024-08-07T07:31:24.957Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-07T07:31:25.252Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-07T07:31:25.252Zinfo: downloading component 'cargo'
312024-08-07T07:31:27.258Zinfo: downloading component 'clippy'
322024-08-07T07:31:27.961Zinfo: downloading component 'rust-docs'
332024-08-07T07:31:30.687Zinfo: downloading component 'rust-std'
342024-08-07T07:31:34.556Zinfo: downloading component 'rustc'
352024-08-07T07:31:45.359Zinfo: downloading component 'rustfmt'
362024-08-07T07:31:45.942Zinfo: installing component 'cargo'
372024-08-07T07:31:46.768Zinfo: installing component 'clippy'
382024-08-07T07:31:47.129Zinfo: installing component 'rust-docs'
392024-08-07T07:31:48.719Zinfo: installing component 'rust-std'
402024-08-07T07:31:50.342Zinfo: installing component 'rustc'
412024-08-07T07:31:54.470Zinfo: installing component 'rustfmt'
422024-08-07T07:31:54.803Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-07T07:31:54.803Z
442024-08-07T07:31:55.080Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-07T07:31:55.080Z
462024-08-07T07:31:55.080Z
472024-08-07T07:31:55.080ZRust is installed now. Great!
482024-08-07T07:31:55.080Z
492024-08-07T07:31:55.080ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-07T07:31:55.080Zenvironment variable. This has not been done automatically.
512024-08-07T07:31:55.080Z
522024-08-07T07:31:55.080ZTo configure your current shell, you need to source
532024-08-07T07:31:55.080Zthe corresponding env file under $HOME/.cargo.
542024-08-07T07:31:55.080Z
552024-08-07T07:31:55.080ZThis is usually done by running one of the following (note the leading DOT):
562024-08-07T07:31:55.080Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-07T07:31:55.080Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-07T07:31:55.145Z+ rustc --version
592024-08-07T07:31:55.207Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-07T07:31:55.210Zprocess exited: duration 33407 ms, exit code 0
 
612024-08-07T07:31:55.215Zstarting task 2: "authentication"
622024-08-07T07:31:55.235Zprocess exited: duration 19 ms, exit code 0
 
632024-08-07T07:31:55.241Zstarting task 3: "clone repository"
642024-08-07T07:31:55.246Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-07T07:31:55.249Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-07T07:31:55.403ZCloning into '/work/oxidecomputer/omicron'...
672024-08-07T07:32:01.454Z+ cd /work/oxidecomputer/omicron
682024-08-07T07:32:01.454Z+ git fetch origin 77ecea18834bca1c4e128477ec7cf48f9a25e7db
692024-08-07T07:32:01.734ZFrom https://github.com/oxidecomputer/omicron
702024-08-07T07:32:01.734Z * branch 77ecea18834bca1c4e128477ec7cf48f9a25e7db -> FETCH_HEAD
712024-08-07T07:32:01.743Z+ [[ -n renovate/mockall-0.x ]]
722024-08-07T07:32:01.747Z++ git branch --show-current
732024-08-07T07:32:01.747Z+ current=main
742024-08-07T07:32:01.747Z+ [[ main != renovate/mockall-0.x ]]
752024-08-07T07:32:01.747Z+ git branch -f renovate/mockall-0.x 77ecea18834bca1c4e128477ec7cf48f9a25e7db
762024-08-07T07:32:01.751Z+ git checkout -f renovate/mockall-0.x
772024-08-07T07:32:01.886ZSwitched to branch 'renovate/mockall-0.x'
782024-08-07T07:32:01.890Z+ git reset --hard 77ecea18834bca1c4e128477ec7cf48f9a25e7db
792024-08-07T07:32:02.021ZHEAD is now at 77ecea188 Update Rust crate mockall to 0.13
802024-08-07T07:32:02.024Zprocess exited: duration 6779 ms, exit code 0
 
812024-08-07T07:32:02.031Zstarting task 4: "build"
822024-08-07T07:32:02.035Z+ cargo --version
832024-08-07T07:32:02.088Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-07T07:32:02.091Z+ rustc --version
852024-08-07T07:32:02.155Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-07T07:32:02.202Z+ source ./env.sh
872024-08-07T07:32:02.202Z++ OLD_SHELL_OPTS=ehxB
882024-08-07T07:32:02.202Z++ set -o xtrace
892024-08-07T07:32:02.202Z++++ dirname ./env.sh
902024-08-07T07:32:02.202Z+++ readlink -f .
912024-08-07T07:32:02.221Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-07T07:32:02.221Z++ 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-07T07:32:02.221Z++ 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-07T07:32:02.221Z++ 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-07T07:32:02.221Z++ 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-07T07:32:02.221Z++ 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-07T07:32:02.221Z++ 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-07T07:32:02.221Z++ 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-07T07:32:02.221Z++ 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-07T07:32:02.222Z++ case $OLD_SHELL_OPTS in
1012024-08-07T07:32:02.222Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-07T07:32:02.222Z+ 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-07T07:32:02.222Z+ 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-07T07:32:02.222Z+ banner prerequisites
1052024-08-07T07:32:02.366Z
1062024-08-07T07:32:02.367Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-07T07:32:02.367Z # # # # # # # # # # # # # # #
1082024-08-07T07:32:02.367Z # # # # ##### # # ##### # # # # # #### #
1092024-08-07T07:32:02.367Z ##### ##### # ##### # # # # # # # # #
1102024-08-07T07:32:02.367Z # # # # # # # # # # # # # # #
1112024-08-07T07:32:02.367Z # # # ###### # # ###### ### # #### # #### #
1122024-08-07T07:32:02.367Z
1132024-08-07T07:32:02.375Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-07T07:32:15.651Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-07T07:32:17.812Z Startup: Caching catalogs ... Done
1162024-08-07T07:32:21.573ZPlanning: Solver setup ... Done (3.195s)
1172024-08-07T07:32:21.634ZPlanning: Running solver ... Done (0.061s)
1182024-08-07T07:32:21.685ZPlanning: Finding local manifests ... Done (0.003s)
1192024-08-07T07:32:21.716ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-07T07:32:22.122ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-07T07:32:22.172ZPlanning: Package planning ... Done (0.049s)
1222024-08-07T07:32:22.220ZPlanning: Merging actions ... Done (0.050s)
1232024-08-07T07:32:23.151ZPlanning: Checking for conflicting actions ... Done (0.928s)
1242024-08-07T07:32:23.159ZPlanning: Consolidating action changes ... Done (0.011s)
1252024-08-07T07:32:27.527ZPlanning: Evaluating mediators ... Done (4.367s)
1262024-08-07T07:32:27.542ZPlanning: Planning completed in 9.66 seconds
1272024-08-07T07:32:27.910Z Packages to install: 4
1282024-08-07T07:32:27.911Z Mediators to change: 2
1292024-08-07T07:32:27.918Z Services to change: 1
1302024-08-07T07:32:27.918Z Estimated space available: 155.76 GB
1312024-08-07T07:32:27.918ZEstimated space to be consumed: 1.47 GB
1322024-08-07T07:32:27.918Z Create boot environment: No
1332024-08-07T07:32:27.918ZCreate backup boot environment: No
1342024-08-07T07:32:27.918Z Rebuild boot archive: No
1352024-08-07T07:32:27.918Z
1362024-08-07T07:32:27.919ZChanged mediators:
1372024-08-07T07:32:27.919Z mediator clang:
1382024-08-07T07:32:27.919Z version: None -> 15 (system default)
1392024-08-07T07:32:27.919Z
1402024-08-07T07:32:27.919Z mediator llvm:
1412024-08-07T07:32:27.919Z version: 14 (system default) -> 15 (system default)
1422024-08-07T07:32:27.919Z
1432024-08-07T07:32:27.919ZChanged packages:
1442024-08-07T07:32:27.919Zhelios-dev
1452024-08-07T07:32:27.919Z developer/build-essential
1462024-08-07T07:32:27.920Z None -> 11-2.0
1472024-08-07T07:32:27.920Z library/libxmlsec1
1482024-08-07T07:32:27.920Z None -> 1.2.35-2.0
1492024-08-07T07:32:27.920Z ooce/developer/clang-15
1502024-08-07T07:32:27.920Z None -> 15.0.7-2.0
1512024-08-07T07:32:27.920Z ooce/developer/llvm-15
1522024-08-07T07:32:27.920Z None -> 15.0.7-2.0
1532024-08-07T07:32:27.920Z
1542024-08-07T07:32:27.921ZServices:
1552024-08-07T07:32:27.921Z restart_fmri:
1562024-08-07T07:32:27.921Z svc:/system/update-man-index:default
1572024-08-07T07:32:28.097Z
1582024-08-07T07:32:28.097ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-07T07:32:33.099ZDownload: 595/3290 items 17.7/212.6MB 8% complete (3.6M/s)
1602024-08-07T07:32:38.100ZDownload: 1198/3290 items 80.9/212.6MB 38% complete (8.1M/s)
1612024-08-07T07:32:43.109ZDownload: 1508/3290 items 117.5/212.6MB 55% complete (10.1M/s)
1622024-08-07T07:32:48.119ZDownload: 1933/3290 items 118.6/212.6MB 55% complete (4.4M/s)
1632024-08-07T07:32:53.122ZDownload: 2214/3290 items 119.1/212.6MB 56% complete (205k/s)
1642024-08-07T07:32:58.451ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (187k/s)
1652024-08-07T07:33:04.881ZDownload: 2223/3290 items 119.2/212.6MB 56% complete
1662024-08-07T07:33:09.884ZDownload: 2238/3290 items 119.3/212.6MB 56% complete (3.8k/s)
1672024-08-07T07:33:15.307ZDownload: 3244/3290 items 202.1/212.6MB 95% complete (8.8M/s)
1682024-08-07T07:33:19.693ZDownload: Completed 212.60 MB in 51.58 seconds (4.1M/s)
1692024-08-07T07:33:19.922Z Actions: 1/3689 actions (Installing new actions)
1702024-08-07T07:33:25.072Z Actions: 3640/3689 actions (Installing new actions)
1712024-08-07T07:33:25.131Z Actions: Completed 3689 actions in 5.21 seconds.
1722024-08-07T07:33:25.387Z Done (0.253s)
1732024-08-07T07:33:25.387Z Done (0.000s)
1742024-08-07T07:33:25.731Z Done (0.343s)
1752024-08-07T07:33:30.856Z Done (4.960s)
1762024-08-07T07:33:31.052Z Done (0.133s)
1772024-08-07T07:33:31.055Z Done (0.000s)
1782024-08-07T07:33:31.212Z Done (0.000s)
1792024-08-07T07:33:31.777ZPlanning: Evaluating mediator changes ... Done
1802024-08-07T07:33:31.935ZPlanning: Checking for conflicting actions ... Done
1812024-08-07T07:33:31.938ZPlanning: Consolidating action changes ... Done
1822024-08-07T07:33:32.202ZPlanning: Evaluating mediators ... Done
1832024-08-07T07:33:32.204ZPlanning: Planning completed in 0.43 seconds
1842024-08-07T07:33:32.235Z Mediators to change: 2
1852024-08-07T07:33:32.235Z Create boot environment: No
1862024-08-07T07:33:32.235ZCreate backup boot environment: No
1872024-08-07T07:33:32.311Z Done
1882024-08-07T07:33:32.311Z Done
1892024-08-07T07:33:32.524Z Done
1902024-08-07T07:33:35.978Z Done
1912024-08-07T07:33:36.061Z Done
1922024-08-07T07:33:36.063Z Done
1932024-08-07T07:33:36.166Z Done
1942024-08-07T07:33:36.767ZPlanning: Evaluating mediator changes ... Done
1952024-08-07T07:33:36.770ZPlanning: Merging actions ... Done
1962024-08-07T07:33:36.960ZPlanning: Checking for conflicting actions ... Done
1972024-08-07T07:33:36.962ZPlanning: Consolidating action changes ... Done
1982024-08-07T07:33:37.227ZPlanning: Evaluating mediators ... Done
1992024-08-07T07:33:37.283ZPlanning: Planning completed in 0.76 seconds
2002024-08-07T07:33:37.317Z Packages to change: 1
2012024-08-07T07:33:37.317Z Mediators to change: 1
2022024-08-07T07:33:37.317Z Services to change: 1
2032024-08-07T07:33:37.320Z Create boot environment: No
2042024-08-07T07:33:37.320ZCreate backup boot environment: Yes
2052024-08-07T07:33:39.190Z Actions: 1/6 actions (Updating modified actions)
2062024-08-07T07:33:39.234Z Actions: Completed 6 actions in 0.04 seconds.
2072024-08-07T07:33:39.234Z Done
2082024-08-07T07:33:39.234Z Done
2092024-08-07T07:33:39.308Z Done
2102024-08-07T07:33:42.917Z Done
2112024-08-07T07:33:43.001Z Done
2122024-08-07T07:33:43.004Z Done
2132024-08-07T07:33:43.118Z Done
2142024-08-07T07:33:43.544ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2152024-08-07T07:33:43.544Zclang system 15 system
2162024-08-07T07:33:43.544Zcsh system system illumos
2172024-08-07T07:33:43.544Zctags system system illumos
2182024-08-07T07:33:43.544Zgcc vendor 12 vendor
2192024-08-07T07:33:43.544Zgcc system 10 system
2202024-08-07T07:33:43.544Zgcc system 7 system
2212024-08-07T07:33:43.544Zgo system 1.20 system
2222024-08-07T07:33:43.544Zgo system 1.19 system
2232024-08-07T07:33:43.544Zllvm system 15 system
2242024-08-07T07:33:43.544Zllvm system 14 system
2252024-08-07T07:33:43.544Zmariadb system 10.6 system
2262024-08-07T07:33:43.544Zmta vendor vendor dma
2272024-08-07T07:33:43.544Zopenjdk system 17 system
2282024-08-07T07:33:43.544Zopenjdk system 11 system
2292024-08-07T07:33:43.544Zopenjdk system 1.8 system
2302024-08-07T07:33:43.544Zopenssl vendor 3 vendor
2312024-08-07T07:33:43.544Zperl system 5.36 system
2322024-08-07T07:33:43.544Zpostgresql system 15 system
2332024-08-07T07:33:43.544Zpostgresql system 13 system
2342024-08-07T07:33:43.544Zpython vendor 3 vendor
2352024-08-07T07:33:43.544Zpython system 2 system
2362024-08-07T07:33:43.544Zpython3 system 3.11 system
2372024-08-07T07:33:43.544Zruby system 3.0 system
2382024-08-07T07:33:43.544Zwords vendor vendor american-english
2392024-08-07T07:33:43.544Zwords system system australian-english
2402024-08-07T07:33:43.544Zwords system system british-english
2412024-08-07T07:33:43.544Zwords system system canadian-english
2422024-08-07T07:33:43.544Zwords system system french
2432024-08-07T07:33:43.544Zwords system system italian
2442024-08-07T07:33:43.544Zwords system system ngerman
2452024-08-07T07:33:43.544Zwords system system ogerman
2462024-08-07T07:33:43.544Zwords system system spanish
2472024-08-07T07:33:43.867ZPUBLISHER TYPE STATUS P LOCATION
2482024-08-07T07:33:43.867Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2492024-08-07T07:33:45.486ZFMRI IFO
2502024-08-07T07:33:45.487Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2512024-08-07T07:33:45.487Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2522024-08-07T07:33:45.487Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2532024-08-07T07:33:45.487Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2542024-08-07T07:33:45.487Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2552024-08-07T07:33:45.487Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2562024-08-07T07:33:45.487Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2572024-08-07T07:33:45.487Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2582024-08-07T07:33:45.487Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2592024-08-07T07:33:45.487Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2602024-08-07T07:33:45.487Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2612024-08-07T07:33:45.487Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622024-08-07T07:33:46.041Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632024-08-07T07:33:46.285Z Updating git repository `https://github.com/oxidecomputer/zone`
2642024-08-07T07:33:46.564Z Updating crates.io index
2652024-08-07T07:33:46.566Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2662024-08-07T07:33:47.344Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672024-08-07T07:33:48.166Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2682024-08-07T07:33:48.410Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2692024-08-07T07:33:49.934Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702024-08-07T07:33:50.171Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712024-08-07T07:33:50.417Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722024-08-07T07:33:51.525Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732024-08-07T07:33:53.254Z Updating git repository `https://github.com/oxidecomputer/opte`
2742024-08-07T07:33:54.232Z Updating git repository `https://github.com/oxidecomputer/falcon`
2752024-08-07T07:33:54.864Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2762024-08-07T07:33:55.434Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772024-08-07T07:33:55.715Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2782024-08-07T07:33:55.983Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2792024-08-07T07:33:56.275Z Updating git repository `https://github.com/oxidecomputer/tofino`
2802024-08-07T07:33:56.552Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812024-08-07T07:33:56.765Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822024-08-07T07:33:56.986Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832024-08-07T07:33:57.240Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-08-07T07:33:57.549Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2852024-08-07T07:33:57.851Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862024-08-07T07:33:58.209Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2872024-08-07T07:33:58.468Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882024-08-07T07:33:58.906Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892024-08-07T07:33:59.346Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902024-08-07T07:33:59.819Z Updating git repository `https://github.com/oxidecomputer/typify`
2912024-08-07T07:34:01.888Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922024-08-07T07:34:02.129Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932024-08-07T07:34:02.369Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942024-08-07T07:34:02.754Z Updating git repository `https://github.com/oxidecomputer/rfb`
2952024-08-07T07:34:03.873Z Downloading crates ...
2962024-08-07T07:34:03.935Z Downloaded autocfg v1.3.0
2972024-08-07T07:34:03.937Z Downloaded anstyle-query v1.0.3
2982024-08-07T07:34:03.940Z Downloaded anstyle-parse v0.2.4
2992024-08-07T07:34:03.942Z Downloaded anstream v0.6.14
3002024-08-07T07:34:03.945Z Downloaded anyhow v1.0.86
3012024-08-07T07:34:03.950Z Downloaded pretty-hex v0.4.1
3022024-08-07T07:34:03.958Z Downloaded scroll_derive v0.12.0
3032024-08-07T07:34:03.967Z Downloaded usdt-macro v0.5.0
3042024-08-07T07:34:03.970Z Downloaded bitflags v2.6.0
3052024-08-07T07:34:03.973Z Downloaded anstyle v1.0.8
3062024-08-07T07:34:03.973Z Downloaded dtrace-parser v0.2.0
3072024-08-07T07:34:03.976Z Downloaded usdt-attr-macro v0.5.0
3082024-08-07T07:34:03.976Z Downloaded is_terminal_polyfill v1.70.0
3092024-08-07T07:34:03.989Z Downloaded swrite v0.1.0
3102024-08-07T07:34:03.991Z Downloaded equivalent v1.0.1
3112024-08-07T07:34:03.994Z Downloaded memmap v0.7.0
3122024-08-07T07:34:03.997Z Downloaded terminal_size v0.3.0
3132024-08-07T07:34:04.001Z Downloaded serde_tokenstream v0.2.1
3142024-08-07T07:34:04.004Z Downloaded crypto-common v0.1.6
3152024-08-07T07:34:04.007Z Downloaded strsim v0.11.1
3162024-08-07T07:34:04.007Z Downloaded heck v0.4.1
3172024-08-07T07:34:04.010Z Downloaded thiserror-impl v1.0.63
3182024-08-07T07:34:04.010Z Downloaded colorchoice v1.0.1
3192024-08-07T07:34:04.013Z Downloaded block-buffer v0.10.4
3202024-08-07T07:34:04.013Z Downloaded errno v0.3.9
3212024-08-07T07:34:04.013Z Downloaded itoa v1.0.11
3222024-08-07T07:34:04.016Z Downloaded fs-err v2.11.0
3232024-08-07T07:34:04.016Z Downloaded dof v0.3.0
3242024-08-07T07:34:04.019Z Downloaded version_check v0.9.5
3252024-08-07T07:34:04.019Z Downloaded cargo-platform v0.1.8
3262024-08-07T07:34:04.019Z Downloaded byteorder v1.5.0
3272024-08-07T07:34:04.023Z Downloaded tabled_derive v0.7.0
3282024-08-07T07:34:04.024Z Downloaded digest v0.10.7
3292024-08-07T07:34:04.028Z Downloaded cpufeatures v0.2.12
3302024-08-07T07:34:04.028Z Downloaded cfg-if v1.0.0
3312024-08-07T07:34:04.028Z Downloaded serde_spanned v0.6.7
3322024-08-07T07:34:04.028Z Downloaded pest_generator v2.7.10
3332024-08-07T07:34:04.032Z Downloaded fnv v1.0.7
3342024-08-07T07:34:04.033Z Downloaded plain v0.2.3
3352024-08-07T07:34:04.033Z Downloaded clap_lex v0.7.0
3362024-08-07T07:34:04.033Z Downloaded utf8parse v0.2.1
3372024-08-07T07:34:04.033Z Downloaded proc-macro-error-attr v1.0.4
3382024-08-07T07:34:04.035Z Downloaded bytecount v0.6.8
3392024-08-07T07:34:04.035Z Downloaded cargo_metadata v0.18.1
3402024-08-07T07:34:04.039Z Downloaded usdt v0.5.0
3412024-08-07T07:34:04.044Z Downloaded thiserror v1.0.63
3422024-08-07T07:34:04.048Z Downloaded toml_datetime v0.6.8
3432024-08-07T07:34:04.051Z Downloaded usdt-impl v0.5.0
3442024-08-07T07:34:04.055Z Downloaded thread-id v4.2.1
3452024-08-07T07:34:04.060Z Downloaded macaddr v1.0.1
3462024-08-07T07:34:04.064Z Downloaded cargo_toml v0.20.4
3472024-08-07T07:34:04.069Z Downloaded scroll v0.12.0
3482024-08-07T07:34:04.069Z Downloaded generic-array v0.14.7
3492024-08-07T07:34:04.069Z Downloaded clap_derive v4.5.13
3502024-08-07T07:34:04.073Z Downloaded zerocopy-derive v0.7.34
3512024-08-07T07:34:04.077Z Downloaded sha2 v0.10.8
3522024-08-07T07:34:04.077Z Downloaded proc-macro-error v1.0.4
3532024-08-07T07:34:04.083Z Downloaded log v0.4.21
3542024-08-07T07:34:04.083Z Downloaded quote v1.0.36
3552024-08-07T07:34:04.087Z Downloaded camino v1.1.7
3562024-08-07T07:34:04.087Z Downloaded clap v4.5.13
3572024-08-07T07:34:04.093Z Downloaded toml v0.8.19
3582024-08-07T07:34:04.100Z Downloaded pest_meta v2.7.10
3592024-08-07T07:34:04.105Z Downloaded pest_derive v2.7.10
3602024-08-07T07:34:04.105Z Downloaded once_cell v1.19.0
3612024-08-07T07:34:04.109Z Downloaded heck v0.5.0
3622024-08-07T07:34:04.109Z Downloaded unicode-ident v1.0.12
3632024-08-07T07:34:04.113Z Downloaded typenum v1.17.0
3642024-08-07T07:34:04.113Z Downloaded ucd-trie v0.1.6
3652024-08-07T07:34:04.117Z Downloaded serde_derive v1.0.204
3662024-08-07T07:34:04.117Z Downloaded papergrid v0.11.0
3672024-08-07T07:34:04.120Z Downloaded ryu v1.0.18
3682024-08-07T07:34:04.124Z Downloaded proc-macro2 v1.0.86
3692024-08-07T07:34:04.128Z Downloaded semver v1.0.23
3702024-08-07T07:34:04.134Z Downloaded serde v1.0.204
3712024-08-07T07:34:04.137Z Downloaded indexmap v2.3.0
3722024-08-07T07:34:04.155Z Downloaded memchr v2.7.2
3732024-08-07T07:34:04.169Z Downloaded toml_edit v0.22.20
3742024-08-07T07:34:04.198Z Downloaded pest v2.7.10
3752024-08-07T07:34:04.204Z Downloaded hashbrown v0.14.5
3762024-08-07T07:34:04.208Z Downloaded serde_json v1.0.122
3772024-08-07T07:34:04.225Z Downloaded winnow v0.6.18
3782024-08-07T07:34:04.233Z Downloaded clap_builder v4.5.13
3792024-08-07T07:34:04.242Z Downloaded zerocopy v0.7.34
3802024-08-07T07:34:04.254Z Downloaded goblin v0.8.2
3812024-08-07T07:34:04.260Z Downloaded tabled v0.15.0
3822024-08-07T07:34:04.274Z Downloaded syn v2.0.72
3832024-08-07T07:34:04.284Z Downloaded syn v1.0.109
3842024-08-07T07:34:04.294Z Downloaded rustix v0.38.34
3852024-08-07T07:34:04.315Z Downloaded unicode-width v0.1.13
3862024-08-07T07:34:04.323Z Downloaded libc v0.2.155
3872024-08-07T07:34:04.611Z Compiling proc-macro2 v1.0.86
3882024-08-07T07:34:04.611Z Compiling unicode-ident v1.0.12
3892024-08-07T07:34:04.611Z Compiling version_check v0.9.5
3902024-08-07T07:34:04.611Z Compiling serde v1.0.204
3912024-08-07T07:34:04.614Z Compiling memchr v2.7.2
3922024-08-07T07:34:04.614Z Compiling thiserror v1.0.63
3932024-08-07T07:34:04.614Z Compiling libc v0.2.155
3942024-08-07T07:34:04.614Z Compiling ryu v1.0.18
3952024-08-07T07:34:04.856Z Compiling itoa v1.0.11
3962024-08-07T07:34:05.084Z Compiling ucd-trie v0.1.6
3972024-08-07T07:34:05.109Z Compiling once_cell v1.19.0
3982024-08-07T07:34:05.442Z Compiling byteorder v1.5.0
3992024-08-07T07:34:05.593Z Compiling serde_json v1.0.122
4002024-08-07T07:34:06.705Z Compiling usdt-impl v0.5.0
4012024-08-07T07:34:06.708Z Compiling proc-macro-error-attr v1.0.4
4022024-08-07T07:34:06.708Z Compiling syn v1.0.109
4032024-08-07T07:34:06.762Z Compiling rustix v0.38.34
4042024-08-07T07:34:06.825Z Compiling proc-macro-error v1.0.4
4052024-08-07T07:34:07.063Z Compiling plain v0.2.3
4062024-08-07T07:34:07.134Z Compiling equivalent v1.0.1
4072024-08-07T07:34:07.156Z Compiling hashbrown v0.14.5
4082024-08-07T07:34:07.204Z Compiling utf8parse v0.2.1
4092024-08-07T07:34:07.249Z Compiling bitflags v2.6.0
4102024-08-07T07:34:07.370Z Compiling log v0.4.21
4112024-08-07T07:34:07.418Z Compiling thread-id v4.2.1
4122024-08-07T07:34:07.491Z Compiling anstyle-parse v0.2.4
4132024-08-07T07:34:07.663Z Compiling quote v1.0.36
4142024-08-07T07:34:07.686Z Compiling anstyle v1.0.8
4152024-08-07T07:34:07.752Z Compiling colorchoice v1.0.1
4162024-08-07T07:34:07.827Z Compiling semver v1.0.23
4172024-08-07T07:34:07.927Z Compiling winnow v0.6.18
4182024-08-07T07:34:08.059Z Compiling syn v2.0.72
4192024-08-07T07:34:08.190Z Compiling errno v0.3.9
4202024-08-07T07:34:08.436Z Compiling is_terminal_polyfill v1.70.0
4212024-08-07T07:34:08.439Z Compiling autocfg v1.3.0
4222024-08-07T07:34:08.583Z Compiling indexmap v2.3.0
4232024-08-07T07:34:08.605Z Compiling anstyle-query v1.0.3
4242024-08-07T07:34:08.745Z Compiling camino v1.1.7
4252024-08-07T07:34:09.424Z Compiling pretty-hex v0.4.1
4262024-08-07T07:34:09.449Z Compiling fs-err v2.11.0
4272024-08-07T07:34:09.645Z Compiling terminal_size v0.3.0
4282024-08-07T07:34:09.738Z Compiling anstream v0.6.14
4292024-08-07T07:34:09.904Z Compiling strsim v0.11.1
4302024-08-07T07:34:09.955Z Compiling clap_lex v0.7.0
4312024-08-07T07:34:09.980Z Compiling heck v0.5.0
4322024-08-07T07:34:10.004Z Compiling fnv v1.0.7
4332024-08-07T07:34:10.136Z Compiling heck v0.4.1
4342024-08-07T07:34:10.459Z Compiling unicode-width v0.1.13
4352024-08-07T07:34:10.483Z Compiling anyhow v1.0.86
4362024-08-07T07:34:10.537Z Compiling bytecount v0.6.8
4372024-08-07T07:34:10.632Z Compiling clap_builder v4.5.13
4382024-08-07T07:34:10.686Z Compiling papergrid v0.11.0
4392024-08-07T07:34:10.854Z Compiling memmap v0.7.0
4402024-08-07T07:34:11.183Z Compiling swrite v0.1.0
4412024-08-07T07:34:13.291Z Compiling tabled_derive v0.7.0
4422024-08-07T07:34:14.710Z Compiling tabled v0.15.0
4432024-08-07T07:34:16.597Z Compiling serde_derive v1.0.204
4442024-08-07T07:34:16.597Z Compiling thiserror-impl v1.0.63
4452024-08-07T07:34:16.600Z Compiling zerocopy-derive v0.7.34
4462024-08-07T07:34:16.600Z Compiling scroll_derive v0.12.0
4472024-08-07T07:34:16.600Z Compiling clap_derive v4.5.13
4482024-08-07T07:34:17.920Z Compiling scroll v0.12.0
4492024-08-07T07:34:18.452Z Compiling goblin v0.8.2
4502024-08-07T07:34:18.555Z Compiling zerocopy v0.7.34
4512024-08-07T07:34:19.191Z Compiling pest v2.7.10
4522024-08-07T07:34:20.534Z Compiling clap v4.5.13
4532024-08-07T07:34:21.345Z Compiling pest_meta v2.7.10
4542024-08-07T07:34:22.162Z Compiling pest_generator v2.7.10
4552024-08-07T07:34:23.831Z Compiling pest_derive v2.7.10
4562024-08-07T07:34:24.526Z Compiling dtrace-parser v0.2.0
4572024-08-07T07:34:26.515Z Compiling serde_tokenstream v0.2.1
4582024-08-07T07:34:26.751Z Compiling serde_spanned v0.6.7
4592024-08-07T07:34:26.751Z Compiling toml_datetime v0.6.8
4602024-08-07T07:34:26.967Z Compiling cargo-platform v0.1.8
4612024-08-07T07:34:27.037Z Compiling macaddr v1.0.1
4622024-08-07T07:34:27.130Z Compiling toml_edit v0.22.20
4632024-08-07T07:34:27.904Z Compiling dof v0.3.0
4642024-08-07T07:34:28.134Z Compiling cargo_metadata v0.18.1
4652024-08-07T07:34:29.616Z Compiling usdt-macro v0.5.0
4662024-08-07T07:34:29.620Z Compiling usdt-attr-macro v0.5.0
4672024-08-07T07:34:29.987Z Compiling toml v0.8.19
4682024-08-07T07:34:30.806Z Compiling cargo_toml v0.20.4
4692024-08-07T07:34:31.036Z Compiling usdt v0.5.0
4702024-08-07T07:34:34.461Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4712024-08-07T07:34:38.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s
4722024-08-07T07:34:38.432Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4732024-08-07T07:34:38.951Z Downloading crates ...
4742024-08-07T07:34:39.069Z Downloaded async-stream-impl v0.3.5
4752024-08-07T07:34:39.074Z Downloaded ciborium-io v0.2.2
4762024-08-07T07:34:39.077Z Downloaded bitstruct v0.1.1
4772024-08-07T07:34:39.079Z Downloaded adler v1.0.2
4782024-08-07T07:34:39.083Z Downloaded atty v0.2.14
4792024-08-07T07:34:39.086Z Downloaded cfg_aliases v0.1.1
4802024-08-07T07:34:39.089Z Downloaded crunchy v0.2.2
4812024-08-07T07:34:39.089Z Downloaded cstr-argument v0.1.2
4822024-08-07T07:34:39.094Z Downloaded multimap v0.10.0
4832024-08-07T07:34:39.098Z Downloaded newtype_derive v0.1.6
4842024-08-07T07:34:39.101Z Downloaded mime v0.3.17
4852024-08-07T07:34:39.104Z Downloaded opaque-debug v0.3.1
4862024-08-07T07:34:39.107Z Downloaded atomic-waker v1.1.2
4872024-08-07T07:34:39.110Z Downloaded openssl-probe v0.1.5
4882024-08-07T07:34:39.110Z Downloaded normalize-line-endings v0.3.0
4892024-08-07T07:34:39.110Z Downloaded async-recursion v1.1.1
4902024-08-07T07:34:39.115Z Downloaded cipher v0.4.4
4912024-08-07T07:34:39.118Z Downloaded lalrpop-util v0.19.12
4922024-08-07T07:34:39.118Z Downloaded newline-converter v0.3.0
4932024-08-07T07:34:39.121Z Downloaded bitstruct_derive v0.1.0
4942024-08-07T07:34:39.121Z Downloaded matches v0.1.10
4952024-08-07T07:34:39.121Z Downloaded is-terminal v0.4.12
4962024-08-07T07:34:39.124Z Downloaded instant v0.1.12
4972024-08-07T07:34:39.127Z Downloaded num_threads v0.1.7
4982024-08-07T07:34:39.127Z Downloaded bit-vec v0.6.3
4992024-08-07T07:34:39.130Z Downloaded atomicwrites v0.4.3
5002024-08-07T07:34:39.130Z Downloaded buf-list v1.0.3
5012024-08-07T07:34:39.132Z Downloaded array-init v0.0.4
5022024-08-07T07:34:39.135Z Downloaded castaway v0.2.2
5032024-08-07T07:34:39.135Z Downloaded maplit v1.0.2
5042024-08-07T07:34:39.138Z Downloaded defmt-parser v0.3.4
5052024-08-07T07:34:39.138Z Downloaded convert_case v0.4.0
5062024-08-07T07:34:39.141Z Downloaded const_format_proc_macros v0.2.32
5072024-08-07T07:34:39.144Z Downloaded num-conv v0.1.0
5082024-08-07T07:34:39.144Z Downloaded is_ci v1.2.0
5092024-08-07T07:34:39.144Z Downloaded curve25519-dalek-derive v0.1.1
5102024-08-07T07:34:39.147Z Downloaded block-padding v0.3.3
5112024-08-07T07:34:39.147Z Downloaded number_prefix v0.4.0
5122024-08-07T07:34:39.150Z Downloaded crc-catalog v2.4.0
5132024-08-07T07:34:39.150Z Downloaded parse-size v1.0.0
5142024-08-07T07:34:39.150Z Downloaded chacha20 v0.9.1
5152024-08-07T07:34:39.152Z Downloaded new_debug_unreachable v1.0.6
5162024-08-07T07:34:39.155Z Downloaded base16ct v0.2.0
5172024-08-07T07:34:39.155Z Downloaded indoc v1.0.9
5182024-08-07T07:34:39.158Z Downloaded openssl-macros v0.1.1
5192024-08-07T07:34:39.161Z Downloaded arrayvec v0.7.4
5202024-08-07T07:34:39.164Z Downloaded packed_struct_codegen v0.10.1
5212024-08-07T07:34:39.164Z Downloaded crucible-workspace-hack v0.1.0
5222024-08-07T07:34:39.165Z Downloaded num-iter v0.1.45
5232024-08-07T07:34:39.167Z Downloaded match_cfg v0.1.0
5242024-08-07T07:34:39.167Z Downloaded olpc-cjson v0.1.3
5252024-08-07T07:34:39.167Z Downloaded lazycell v1.3.0
5262024-08-07T07:34:39.170Z Downloaded parse-display-derive v0.9.1
5272024-08-07T07:34:39.170Z Downloaded ciborium-ll v0.2.2
5282024-08-07T07:34:39.173Z Downloaded bit-set v0.5.3
5292024-08-07T07:34:39.173Z Downloaded async-stream v0.3.5
5302024-08-07T07:34:39.175Z Downloaded arrayref v0.3.7
5312024-08-07T07:34:39.178Z Downloaded num_enum v0.5.11
5322024-08-07T07:34:39.181Z Downloaded nodrop v0.1.14
5332024-08-07T07:34:39.184Z Downloaded signal-hook-tokio v0.3.1
5342024-08-07T07:34:39.184Z Downloaded libloading v0.8.3
5352024-08-07T07:34:39.187Z Downloaded ipnetwork v0.20.0
5362024-08-07T07:34:39.190Z Downloaded kstat-rs v0.2.4
5372024-08-07T07:34:39.190Z Downloaded linear-map v1.2.0
5382024-08-07T07:34:39.192Z Downloaded csv-core v0.1.11
5392024-08-07T07:34:39.195Z Downloaded num-derive v0.4.2
5402024-08-07T07:34:39.198Z Downloaded newtype-uuid v1.1.0
5412024-08-07T07:34:39.198Z Downloaded defmt v0.3.8
5422024-08-07T07:34:39.201Z Downloaded cookie_store v0.20.0
5432024-08-07T07:34:39.204Z Downloaded nanorand v0.7.0
5442024-08-07T07:34:39.207Z Downloaded sync_wrapper v0.1.2
5452024-08-07T07:34:39.207Z Downloaded num_cpus v1.16.0
5462024-08-07T07:34:39.210Z Downloaded num v0.4.3
5472024-08-07T07:34:39.213Z Downloaded ciborium v0.2.2
5482024-08-07T07:34:39.215Z Downloaded paste v1.0.15
5492024-08-07T07:34:39.218Z Downloaded parse-display v0.9.1
5502024-08-07T07:34:39.222Z Downloaded tinyvec_macros v0.1.1
5512024-08-07T07:34:39.222Z Downloaded mockall v0.13.0
5522024-08-07T07:34:39.224Z Downloaded owo-colors v4.0.0
5532024-08-07T07:34:39.227Z Downloaded lru v0.12.3
5542024-08-07T07:34:39.227Z Downloaded constant_time_eq v0.3.0
5552024-08-07T07:34:39.230Z Downloaded lock_api v0.4.12
5562024-08-07T07:34:39.232Z Downloaded crossbeam-deque v0.8.5
5572024-08-07T07:34:39.233Z Downloaded parking_lot_core v0.9.10
5582024-08-07T07:34:39.235Z Downloaded num-complex v0.4.6
5592024-08-07T07:34:39.238Z Downloaded native-tls v0.2.11
5602024-08-07T07:34:39.244Z Downloaded diesel_table_macro_syntax v0.1.0
5612024-08-07T07:34:39.244Z Downloaded num-integer v0.1.46
5622024-08-07T07:34:39.255Z Downloaded maybe-uninit v2.0.0
5632024-08-07T07:34:39.255Z Downloaded debug-ignore v1.0.5
5642024-08-07T07:34:39.255Z Downloaded crc v3.2.1
5652024-08-07T07:34:39.255Z Downloaded portpicker v0.1.1
5662024-08-07T07:34:39.255Z Downloaded num_enum_derive v0.5.11
5672024-08-07T07:34:39.255Z Downloaded num-rational v0.4.2
5682024-08-07T07:34:39.255Z Downloaded ipnet v2.9.0
5692024-08-07T07:34:39.258Z Downloaded foreign-types-shared v0.3.1
5702024-08-07T07:34:39.258Z Downloaded thiserror-no-std v2.0.2
5712024-08-07T07:34:39.261Z Downloaded termios v0.3.3
5722024-08-07T07:34:39.264Z Downloaded memmap2 v0.9.4
5732024-08-07T07:34:39.266Z Downloaded multer v3.1.0
5742024-08-07T07:34:39.269Z Downloaded mime_guess v2.0.4
5752024-08-07T07:34:39.269Z Downloaded backoff v0.4.0
5762024-08-07T07:34:39.272Z Downloaded tabwriter v1.4.0
5772024-08-07T07:34:39.275Z Downloaded parking_lot v0.11.2
5782024-08-07T07:34:39.277Z Downloaded serde-big-array v0.5.1
5792024-08-07T07:34:39.278Z Downloaded packed_struct v0.10.1
5802024-08-07T07:34:39.282Z Downloaded console v0.15.8
5812024-08-07T07:34:39.285Z Downloaded base64 v0.13.1
5822024-08-07T07:34:39.288Z Downloaded unicase v2.7.0
5832024-08-07T07:34:39.288Z Downloaded colored v2.1.0
5842024-08-07T07:34:39.291Z Downloaded topological-sort v0.2.2
5852024-08-07T07:34:39.295Z Downloaded num-traits v0.2.19
5862024-08-07T07:34:39.297Z Downloaded mockall_derive v0.13.0
5872024-08-07T07:34:39.297Z Downloaded xattr v1.3.1
5882024-08-07T07:34:39.300Z Downloaded ff v0.13.0
5892024-08-07T07:34:39.303Z Downloaded siphasher v0.3.11
5902024-08-07T07:34:39.303Z Downloaded embedded-io v0.4.0
5912024-08-07T07:34:39.307Z Downloaded defmt-macros v0.3.9
5922024-08-07T07:34:39.310Z Downloaded ahash v0.8.11
5932024-08-07T07:34:39.313Z Downloaded zone_cfg_derive v0.1.2
5942024-08-07T07:34:39.316Z Downloaded hash32 v0.2.1
5952024-08-07T07:34:39.316Z Downloaded glob v0.3.1
5962024-08-07T07:34:39.319Z Downloaded percent-encoding v2.3.1
5972024-08-07T07:34:39.319Z Downloaded blake2 v0.10.6
5982024-08-07T07:34:39.322Z Downloaded hubpack v0.1.2
5992024-08-07T07:34:39.325Z Downloaded darling_core v0.20.9
6002024-08-07T07:34:39.329Z Downloaded compact_str v0.7.1
6012024-08-07T07:34:39.332Z Downloaded pin-utils v0.1.0
6022024-08-07T07:34:39.334Z Downloaded pem-rfc7468 v0.7.0
6032024-08-07T07:34:39.337Z Downloaded headers-core v0.2.0
6042024-08-07T07:34:39.337Z Downloaded resolv-conf v0.7.0
6052024-08-07T07:34:39.340Z Downloaded radium v0.7.0
6062024-08-07T07:34:39.340Z Downloaded crossbeam-utils v0.8.19
6072024-08-07T07:34:39.343Z Downloaded foreign-types v0.5.0
6082024-08-07T07:34:39.346Z Downloaded rustls-pemfile v1.0.4
6092024-08-07T07:34:39.349Z Downloaded serde-hex v0.1.0
6102024-08-07T07:34:39.349Z Downloaded crc32fast v1.4.0
6112024-08-07T07:34:39.352Z Downloaded crc-any v2.5.0
6122024-08-07T07:34:39.357Z Downloaded parking_lot v0.12.2
6132024-08-07T07:34:39.359Z Downloaded signal-hook-mio v0.2.3
6142024-08-07T07:34:39.359Z Downloaded smf v0.2.3
6152024-08-07T07:34:39.360Z Downloaded vte v0.11.1
6162024-08-07T07:34:39.362Z Downloaded subtle v2.5.0
6172024-08-07T07:34:39.362Z Downloaded indicatif v0.17.8
6182024-08-07T07:34:39.366Z Downloaded tiny-keccak v2.0.2
6192024-08-07T07:34:39.369Z Downloaded supports-color v3.0.0
6202024-08-07T07:34:39.371Z Downloaded stability v0.2.0
6212024-08-07T07:34:39.374Z Downloaded slog-bunyan v2.5.0
6222024-08-07T07:34:39.374Z Downloaded sqlparser_derive v0.2.2
6232024-08-07T07:34:39.374Z Downloaded tls_codec v0.4.1
6242024-08-07T07:34:39.377Z Downloaded stringprep v0.1.4
6252024-08-07T07:34:39.380Z Downloaded zone v0.1.8
6262024-08-07T07:34:39.380Z Downloaded socket2 v0.5.7
6272024-08-07T07:34:39.383Z Downloaded fd-lock v4.0.2
6282024-08-07T07:34:39.387Z Downloaded dyn-clone v1.0.17
6292024-08-07T07:34:39.387Z Downloaded allocator-api2 v0.2.18
6302024-08-07T07:34:39.390Z Downloaded zeroize_derive v1.4.2
6312024-08-07T07:34:39.393Z Downloaded waitgroup v0.1.2
6322024-08-07T07:34:39.393Z Downloaded poly1305 v0.8.0
6332024-08-07T07:34:39.395Z Downloaded heck v0.3.3
6342024-08-07T07:34:39.398Z Downloaded hex v0.4.3
6352024-08-07T07:34:39.400Z Downloaded rustls-pemfile v2.1.3
6362024-08-07T07:34:39.403Z Downloaded postgres-protocol v0.6.7
6372024-08-07T07:34:39.406Z Downloaded want v0.3.1
6382024-08-07T07:34:39.406Z Downloaded path-slash v0.1.5
6392024-08-07T07:34:39.406Z Downloaded hubpack_derive v0.1.1
6402024-08-07T07:34:39.409Z Downloaded futures-macro v0.3.30
6412024-08-07T07:34:39.409Z Downloaded futures-io v0.3.30
6422024-08-07T07:34:39.409Z Downloaded peg-runtime v0.8.3
6432024-08-07T07:34:39.412Z Downloaded futures-executor v0.3.30
6442024-08-07T07:34:39.412Z Downloaded serde_arrays v0.1.0
6452024-08-07T07:34:39.415Z Downloaded ref-cast-impl v1.0.23
6462024-08-07T07:34:39.415Z Downloaded ref-cast v1.0.23
6472024-08-07T07:34:39.420Z Downloaded quick-error v1.2.3
6482024-08-07T07:34:39.425Z Downloaded pkg-config v0.3.30
6492024-08-07T07:34:39.425Z Downloaded hostname v0.4.0
6502024-08-07T07:34:39.425Z Downloaded hostname v0.3.1
6512024-08-07T07:34:39.429Z Downloaded home v0.5.9
6522024-08-07T07:34:39.429Z Downloaded serde_plain v1.0.2
6532024-08-07T07:34:39.429Z Downloaded hmac v0.12.1
6542024-08-07T07:34:39.432Z Downloaded serde_path_to_error v0.1.16
6552024-08-07T07:34:39.432Z Downloaded tokio-macros v2.3.0
6562024-08-07T07:34:39.432Z Downloaded tls_codec_derive v0.4.1
6572024-08-07T07:34:39.435Z Downloaded time-macros v0.2.18
6582024-08-07T07:34:39.438Z Downloaded backtrace v0.3.71
6592024-08-07T07:34:39.442Z Downloaded zerocopy v0.6.6
6602024-08-07T07:34:39.445Z Downloaded foreign-types-macros v0.2.3
6612024-08-07T07:34:39.448Z Downloaded foreign-types v0.3.2
6622024-08-07T07:34:39.448Z Downloaded untrusted v0.9.0
6632024-08-07T07:34:39.451Z Downloaded unarray v0.1.4
6642024-08-07T07:34:39.451Z Downloaded static_assertions v1.1.0
6652024-08-07T07:34:39.454Z Downloaded fallible-iterator v0.2.0
6662024-08-07T07:34:39.454Z Downloaded env_logger v0.10.2
6672024-08-07T07:34:39.457Z Downloaded highway v1.2.0
6682024-08-07T07:34:39.460Z Downloaded postcard v1.0.8
6692024-08-07T07:34:39.464Z Downloaded precomputed-hash v0.1.1
6702024-08-07T07:34:39.467Z Downloaded rand_xorshift v0.3.0
6712024-08-07T07:34:39.467Z Downloaded peg v0.8.4
6722024-08-07T07:34:39.471Z Downloaded openssl-sys v0.9.103
6732024-08-07T07:34:39.476Z Downloaded gethostname v0.5.0
6742024-08-07T07:34:39.480Z Downloaded dirs-sys-next v0.1.2
6752024-08-07T07:34:39.480Z Downloaded num-bigint v0.4.5
6762024-08-07T07:34:39.483Z Downloaded dirs-next v2.0.0
6772024-08-07T07:34:39.486Z Downloaded termtree v0.4.1
6782024-08-07T07:34:39.489Z Downloaded sha1 v0.10.6
6792024-08-07T07:34:39.497Z Downloaded rustls-pki-types v1.7.0
6802024-08-07T07:34:39.500Z Downloaded wyz v0.5.1
6812024-08-07T07:34:39.503Z Downloaded phf v0.11.2
6822024-08-07T07:34:39.505Z Downloaded pem v3.0.4
6832024-08-07T07:34:39.505Z Downloaded tracing-attributes v0.1.27
6842024-08-07T07:34:39.508Z Downloaded universal-hash v0.5.1
6852024-08-07T07:34:39.511Z Downloaded thread_local v1.1.8
6862024-08-07T07:34:39.511Z Downloaded toolchain_find v0.4.0
6872024-08-07T07:34:39.511Z Downloaded derive_builder_core v0.20.0
6882024-08-07T07:34:39.515Z Downloaded thiserror-impl-no-std v2.0.2
6892024-08-07T07:34:39.518Z Downloaded tokio-native-tls v0.3.1
6902024-08-07T07:34:39.522Z Downloaded smawk v0.3.2
6912024-08-07T07:34:39.522Z Downloaded phf_shared v0.10.0
6922024-08-07T07:34:39.522Z Downloaded enum-as-inner v0.5.1
6932024-08-07T07:34:39.525Z Downloaded zeroize v1.7.0
6942024-08-07T07:34:39.525Z Downloaded rayon-core v1.12.1
6952024-08-07T07:34:39.528Z Downloaded foreign-types-shared v0.1.1
6962024-08-07T07:34:39.531Z Downloaded rustc-hash v1.1.0
6972024-08-07T07:34:39.531Z Downloaded mio v0.8.11
6982024-08-07T07:34:39.536Z Downloaded peg-macros v0.8.4
6992024-08-07T07:34:39.539Z Downloaded subprocess v0.2.9
7002024-08-07T07:34:39.543Z Downloaded downcast v0.11.0
7012024-08-07T07:34:39.545Z Downloaded walkdir v2.5.0
7022024-08-07T07:34:39.545Z Downloaded rustversion v1.0.17
7032024-08-07T07:34:39.548Z Downloaded serde_yaml v0.9.34+deprecated
7042024-08-07T07:34:39.552Z Downloaded group v0.13.0
7052024-08-07T07:34:39.555Z Downloaded try-lock v0.2.5
7062024-08-07T07:34:39.558Z Downloaded serde_repr v0.1.19
7072024-08-07T07:34:39.558Z Downloaded zip v0.6.6
7082024-08-07T07:34:39.562Z Downloaded wait-timeout v0.2.0
7092024-08-07T07:34:39.565Z Downloaded spin v0.5.2
7102024-08-07T07:34:39.567Z Downloaded slog-term v2.9.1
7112024-08-07T07:34:39.570Z Downloaded getrandom v0.2.14
7122024-08-07T07:34:39.573Z Downloaded endian-type v0.1.2
7132024-08-07T07:34:39.573Z Downloaded serde_derive_internals v0.29.1
7142024-08-07T07:34:39.575Z Downloaded itertools v0.10.5
7152024-08-07T07:34:39.580Z Downloaded snafu-derive v0.8.2
7162024-08-07T07:34:39.583Z Downloaded rtoolbox v0.0.2
7172024-08-07T07:34:39.588Z Downloaded float-cmp v0.9.0
7182024-08-07T07:34:39.588Z Downloaded der_derive v0.7.2
7192024-08-07T07:34:39.591Z Downloaded phf_shared v0.11.2
7202024-08-07T07:34:39.591Z Downloaded headers v0.3.9
7212024-08-07T07:34:39.596Z Downloaded heapless v0.7.17
7222024-08-07T07:34:39.599Z Downloaded hash32 v0.3.1
7232024-08-07T07:34:39.602Z Downloaded spki v0.7.3
7242024-08-07T07:34:39.602Z Downloaded rcgen v0.12.1
7252024-08-07T07:34:39.605Z Downloaded ident_case v1.0.1
7262024-08-07T07:34:39.607Z Downloaded fxhash v0.2.1
7272024-08-07T07:34:39.607Z Downloaded pin-project-internal v1.1.5
7282024-08-07T07:34:39.611Z Downloaded display-error-chain v0.2.0
7292024-08-07T07:34:39.611Z Downloaded sigpipe v0.1.3
7302024-08-07T07:34:39.614Z Downloaded env_logger v0.9.3
7312024-08-07T07:34:39.615Z Downloaded futures-channel v0.3.30
7322024-08-07T07:34:39.618Z Downloaded nom v7.1.3
7332024-08-07T07:34:39.622Z Downloaded iana-time-zone v0.1.60
7342024-08-07T07:34:39.625Z Downloaded derive_builder_macro v0.20.0
7352024-08-07T07:34:39.625Z Downloaded rand_seeder v0.3.0
7362024-08-07T07:34:39.627Z Downloaded rand_core v0.6.4
7372024-08-07T07:34:39.630Z Downloaded strum v0.26.3
7382024-08-07T07:34:39.630Z Downloaded tokio-tungstenite v0.21.0
7392024-08-07T07:34:39.633Z Downloaded rand_chacha v0.3.1
7402024-08-07T07:34:39.633Z Downloaded smallvec v1.13.2
7412024-08-07T07:34:39.636Z Downloaded rpassword v7.3.1
7422024-08-07T07:34:39.638Z Downloaded tui-tree-widget v0.21.0
7432024-08-07T07:34:39.639Z Downloaded ppv-lite86 v0.2.17
7442024-08-07T07:34:39.639Z Downloaded powerfmt v0.2.0
7452024-08-07T07:34:39.641Z Downloaded fixedbitset v0.4.2
7462024-08-07T07:34:39.641Z Downloaded deranged v0.3.11
7472024-08-07T07:34:39.644Z Downloaded scheduled-thread-pool v0.2.7
7482024-08-07T07:34:39.644Z Downloaded flagset v0.4.5
7492024-08-07T07:34:39.647Z Downloaded pin-project-lite v0.2.14
7502024-08-07T07:34:39.651Z Downloaded globset v0.4.14
7512024-08-07T07:34:39.654Z Downloaded vte_generate_state_changes v0.1.1
7522024-08-07T07:34:39.654Z Downloaded termcolor v1.4.1
7532024-08-07T07:34:39.654Z Downloaded rustc-demangle v0.1.24
7542024-08-07T07:34:39.662Z Downloaded which v4.4.2
7552024-08-07T07:34:39.662Z Downloaded schemars_derive v0.8.21
7562024-08-07T07:34:39.664Z Downloaded spin v0.9.8
7572024-08-07T07:34:39.664Z Downloaded serde_with_macros v3.8.3
7582024-08-07T07:34:39.664Z Downloaded tracing-core v0.1.32
7592024-08-07T07:34:39.667Z Downloaded publicsuffix v2.2.3
7602024-08-07T07:34:39.669Z Downloaded fatfs v0.3.6
7612024-08-07T07:34:39.672Z Downloaded libm v0.2.8
7622024-08-07T07:34:39.679Z Downloaded hyper-tls v0.5.0
7632024-08-07T07:34:39.682Z Downloaded float-ord v0.3.2
7642024-08-07T07:34:39.682Z Downloaded humantime v2.1.0
7652024-08-07T07:34:39.684Z Downloaded http-body v0.4.6
7662024-08-07T07:34:39.687Z Downloaded diff v0.1.13
7672024-08-07T07:34:39.689Z Downloaded pkcs8 v0.10.2
7682024-08-07T07:34:39.692Z Downloaded tokio-tungstenite v0.20.1
7692024-08-07T07:34:39.695Z Downloaded socket2 v0.4.10
7702024-08-07T07:34:39.695Z Downloaded toml v0.5.11
7712024-08-07T07:34:39.697Z Downloaded derive-where v1.2.7
7722024-08-07T07:34:39.700Z Downloaded proc-macro-crate v1.3.1
7732024-08-07T07:34:39.704Z Downloaded scopeguard v1.2.0
7742024-08-07T07:34:39.704Z Downloaded same-file v1.0.6
7752024-08-07T07:34:39.707Z Downloaded difflib v0.4.0
7762024-08-07T07:34:39.707Z Downloaded structmeta-derive v0.2.0
7772024-08-07T07:34:39.707Z Downloaded futures-sink v0.3.30
7782024-08-07T07:34:39.710Z Downloaded futures-task v0.3.30
7792024-08-07T07:34:39.710Z Downloaded structmeta v0.2.0
7802024-08-07T07:34:39.710Z Downloaded tap v1.0.1
7812024-08-07T07:34:39.713Z Downloaded half v2.4.1
7822024-08-07T07:34:39.715Z Downloaded toml v0.7.8
7832024-08-07T07:34:39.718Z Downloaded structmeta-derive v0.3.0
7842024-08-07T07:34:39.718Z Downloaded serde_urlencoded v0.7.1
7852024-08-07T07:34:39.721Z Downloaded semver v0.1.20
7862024-08-07T07:34:39.721Z Downloaded strum_macros v0.24.3
7872024-08-07T07:34:39.723Z Downloaded shlex v1.3.0
7882024-08-07T07:34:39.726Z Downloaded trust-dns-client v0.22.0
7892024-08-07T07:34:39.730Z Downloaded secrecy v0.8.0
7902024-08-07T07:34:39.734Z Downloaded strip-ansi-escapes v0.2.0
7912024-08-07T07:34:39.734Z Downloaded num-bigint-dig v0.8.4
7922024-08-07T07:34:39.738Z Downloaded signal-hook-registry v1.4.2
7932024-08-07T07:34:39.738Z Downloaded utf-8 v0.7.6
7942024-08-07T07:34:39.741Z Downloaded hyper-rustls v0.24.2
7952024-08-07T07:34:39.745Z Downloaded slog v2.7.0
7962024-08-07T07:34:39.748Z Downloaded unsafe-libyaml v0.2.11
7972024-08-07T07:34:39.748Z Downloaded blake3 v1.5.1
7982024-08-07T07:34:39.755Z Downloaded expectorate v1.1.0
7992024-08-07T07:34:39.757Z Downloaded strum_macros v0.26.4
8002024-08-07T07:34:39.760Z Downloaded pin-project v1.1.5
8012024-08-07T07:34:39.771Z Downloaded term v0.7.0
8022024-08-07T07:34:39.775Z Downloaded tokio-rustls v0.24.1
8032024-08-07T07:34:39.778Z Downloaded sct v0.7.1
8042024-08-07T07:34:39.781Z Downloaded textwrap v0.16.1
8052024-08-07T07:34:39.783Z Downloaded whoami v1.5.1
8062024-08-07T07:34:39.786Z Downloaded ron v0.7.1
8072024-08-07T07:34:39.789Z Downloaded r2d2 v0.8.10
8082024-08-07T07:34:39.791Z Downloaded libxml v0.3.3
8092024-08-07T07:34:39.795Z Downloaded tungstenite v0.20.1
8102024-08-07T07:34:39.800Z Downloaded uuid v1.10.0
8112024-08-07T07:34:39.803Z Downloaded hashbrown v0.13.2
8122024-08-07T07:34:39.806Z Downloaded tar v0.4.41
8132024-08-07T07:34:39.809Z Downloaded derive_more v0.99.18
8142024-08-07T07:34:39.814Z Downloaded signal-hook v0.3.17
8152024-08-07T07:34:39.818Z Downloaded serde_with v3.8.3
8162024-08-07T07:34:39.825Z Downloaded rsa v0.9.6
8172024-08-07T07:34:39.830Z Downloaded tempfile v3.10.1
8182024-08-07T07:34:39.833Z Downloaded trust-dns-resolver v0.22.0
8192024-08-07T07:34:39.837Z Downloaded http v0.2.12
8202024-08-07T07:34:39.840Z Downloaded hashbrown v0.12.3
8212024-08-07T07:34:39.844Z Downloaded regex-automata v0.1.10
8222024-08-07T07:34:39.849Z Downloaded futures v0.3.30
8232024-08-07T07:34:39.855Z Downloaded portable-atomic v1.6.0
8242024-08-07T07:34:39.861Z Downloaded flate2 v1.0.31
8252024-08-07T07:34:39.867Z Downloaded chrono v0.4.38
8262024-08-07T07:34:39.874Z Downloaded tungstenite v0.21.0
8272024-08-07T07:34:39.878Z Downloaded toml_edit v0.19.15
8282024-08-07T07:34:39.894Z Downloaded unicode-bidi v0.3.15
8292024-08-07T07:34:39.897Z Downloaded hkdf v0.12.4
8302024-08-07T07:34:39.900Z Downloaded itertools v0.12.1
8312024-08-07T07:34:39.906Z Downloaded samael v0.0.15
8322024-08-07T07:34:39.911Z Downloaded unicode-segmentation v1.11.0
8332024-08-07T07:34:39.915Z Downloaded derive_builder v0.20.0
8342024-08-07T07:34:39.920Z Downloaded sqlparser v0.45.0
8352024-08-07T07:34:39.925Z Downloaded bitvec v1.0.1
8362024-08-07T07:34:39.941Z Downloaded flume v0.11.0
8372024-08-07T07:34:39.944Z Downloaded url v2.5.2
8382024-08-07T07:34:39.947Z Downloaded rand v0.8.5
8392024-08-07T07:34:39.950Z Downloaded typed-path v0.7.1
8402024-08-07T07:34:39.956Z Downloaded time v0.3.36
8412024-08-07T07:34:39.964Z Downloaded rayon v1.10.0
8422024-08-07T07:34:39.973Z Downloaded ron v0.8.1
8432024-08-07T07:34:39.979Z Downloaded rustls-webpki v0.101.7
8442024-08-07T07:34:39.992Z Downloaded tokio-util v0.7.11
8452024-08-07T07:34:39.998Z Downloaded lalrpop v0.19.12
8462024-08-07T07:34:40.010Z Downloaded h2 v0.3.26
8472024-08-07T07:34:40.017Z Downloaded winnow v0.5.40
8482024-08-07T07:34:40.026Z Downloaded futures-util v0.3.30
8492024-08-07T07:34:40.038Z Downloaded rustyline v14.0.0
8502024-08-07T07:34:40.049Z Downloaded smoltcp v0.9.1
8512024-08-07T07:34:40.054Z Downloaded rustls-webpki v0.102.4
8522024-08-07T07:34:40.072Z Downloaded curve25519-dalek v4.1.3
8532024-08-07T07:34:40.081Z Downloaded hyper v0.14.30
8542024-08-07T07:34:40.088Z Downloaded idna v0.3.0
8552024-08-07T07:34:40.095Z Downloaded reqwest v0.11.27
8562024-08-07T07:34:40.102Z Downloaded quick-xml v0.31.0
8572024-08-07T07:34:40.108Z Downloaded gimli v0.28.1
8582024-08-07T07:34:40.116Z Downloaded idna v0.2.3
8592024-08-07T07:34:40.122Z Downloaded smoltcp v0.11.0
8602024-08-07T07:34:40.135Z Downloaded regex v1.10.6
8612024-08-07T07:34:40.148Z Downloaded nix v0.28.0
8622024-08-07T07:34:40.159Z Downloaded polar-core v0.27.3
8632024-08-07T07:34:40.167Z Downloaded rustls v0.22.4
8642024-08-07T07:34:40.180Z Downloaded bstr v1.9.1
8652024-08-07T07:34:40.190Z Downloaded ratatui v0.27.0
8662024-08-07T07:34:40.208Z Downloaded radix_trie v0.2.1
8672024-08-07T07:34:40.214Z Downloaded trust-dns-proto v0.22.0
8682024-08-07T07:34:40.224Z Downloaded openapiv3 v2.0.0
8692024-08-07T07:34:40.237Z Downloaded regex-syntax v0.6.29
8702024-08-07T07:34:40.244Z Downloaded diesel v2.1.6
8712024-08-07T07:34:40.261Z Downloaded regex-syntax v0.8.3
8722024-08-07T07:34:40.268Z Downloaded regress v0.9.1
8732024-08-07T07:34:40.277Z Downloaded bzip2-sys v0.1.11+1.0.8
8742024-08-07T07:34:40.291Z Downloaded zerocopy-derive v0.6.6
8752024-08-07T07:34:40.301Z Downloaded sled v0.34.7
8762024-08-07T07:34:40.312Z Downloaded object v0.32.2
8772024-08-07T07:34:40.323Z Downloaded sha3 v0.10.8
8782024-08-07T07:34:40.328Z Downloaded tokio v1.38.1
8792024-08-07T07:34:40.365Z Downloaded csv v1.3.0
8802024-08-07T07:34:40.386Z Downloaded regex-automata v0.4.6
8812024-08-07T07:34:40.402Z Downloaded finl_unicode v1.2.0
8822024-08-07T07:34:40.415Z Downloaded encoding_rs v0.8.34
8832024-08-07T07:34:40.436Z Downloaded petgraph v0.6.5
8842024-08-07T07:34:40.454Z Downloaded vcpkg v0.2.15
8852024-08-07T07:34:40.491Z Downloaded nix v0.27.1
8862024-08-07T07:34:40.502Z Downloaded rustls v0.21.12
8872024-08-07T07:34:40.513Z Downloaded openssl v0.10.66
8882024-08-07T07:34:40.523Z Downloaded bstr v0.2.17
8892024-08-07T07:34:40.532Z Downloaded proptest v1.4.0
8902024-08-07T07:34:40.540Z Downloaded idna v0.5.0
8912024-08-07T07:34:40.548Z Downloaded webpki-roots v0.25.4
8922024-08-07T07:34:40.553Z Downloaded object v0.30.4
8932024-08-07T07:34:40.561Z Downloaded tokio-postgres v0.7.11
8942024-08-07T07:34:40.565Z Downloaded http v1.1.0
8952024-08-07T07:34:40.569Z Downloaded reedline v0.31.0
8962024-08-07T07:34:40.576Z Downloaded unicode-normalization v0.1.23
8972024-08-07T07:34:40.580Z Downloaded bindgen v0.69.4
8982024-08-07T07:34:40.588Z Downloaded schemars v0.8.21
8992024-08-07T07:34:40.599Z Downloaded x509-cert v0.2.5
9002024-08-07T07:34:40.604Z Downloaded tough v0.17.1
9012024-08-07T07:34:40.613Z Downloaded aho-corasick v1.1.3
9022024-08-07T07:34:40.617Z Downloaded prettyplease v0.2.20
9032024-08-07T07:34:40.621Z Downloaded itertools v0.13.0
9042024-08-07T07:34:40.627Z Downloaded crossterm v0.27.0
9052024-08-07T07:34:40.633Z Downloaded similar v2.5.0
9062024-08-07T07:34:40.639Z Downloaded hyper-staticfile v0.9.5
9072024-08-07T07:34:40.641Z Downloaded pkcs1 v0.7.5
9082024-08-07T07:34:40.644Z Downloaded heapless v0.8.0
9092024-08-07T07:34:40.647Z Downloaded erased-serde v0.3.31
9102024-08-07T07:34:40.650Z Downloaded ena v0.14.3
9112024-08-07T07:34:40.650Z Downloaded tracing v0.1.40
9122024-08-07T07:34:40.653Z Downloaded psl-types v2.0.11
9132024-08-07T07:34:40.656Z Downloaded sqlformat v0.2.4
9142024-08-07T07:34:40.656Z Downloaded signature v2.2.0
9152024-08-07T07:34:40.659Z Downloaded steno v0.4.1
9162024-08-07T07:34:40.662Z Downloaded minimal-lexical v0.2.1
9172024-08-07T07:34:40.665Z Downloaded rusty-fork v0.3.0
9182024-08-07T07:34:40.668Z Downloaded predicates-tree v1.0.9
9192024-08-07T07:34:40.668Z Downloaded predicates-core v1.0.6
9202024-08-07T07:34:40.670Z Downloaded predicates v3.1.2
9212024-08-07T07:34:40.673Z Downloaded untrusted v0.7.1
9222024-08-07T07:34:40.673Z Downloaded slog-async v2.8.0
9232024-08-07T07:34:40.673Z Downloaded base64 v0.21.7
9242024-08-07T07:34:40.676Z Downloaded test-strategy v0.3.1
9252024-08-07T07:34:40.679Z Downloaded unicode_categories v0.1.1
9262024-08-07T07:34:40.682Z Downloaded snafu v0.8.2
9272024-08-07T07:34:40.687Z Downloaded der v0.7.9
9282024-08-07T07:34:40.692Z Downloaded getopts v0.2.21
9292024-08-07T07:34:40.694Z Downloaded take_mut v0.2.2
9302024-08-07T07:34:40.695Z Downloaded trust-dns-server v0.22.1
9312024-08-07T07:34:40.698Z Downloaded smallvec v0.6.14
9322024-08-07T07:34:40.701Z Downloaded slog-scope v4.4.0
9332024-08-07T07:34:40.704Z Downloaded rustfmt-wrapper v0.2.1
9342024-08-07T07:34:40.704Z Downloaded rustc_version v0.4.0
9352024-08-07T07:34:40.704Z Downloaded rustc_version v0.1.7
9362024-08-07T07:34:40.706Z Downloaded diesel_derives v2.1.4
9372024-08-07T07:34:40.709Z Downloaded postgres-types v0.2.7
9382024-08-07T07:34:40.712Z Downloaded pretty-hex v0.2.1
9392024-08-07T07:34:40.712Z Downloaded sec1 v0.7.3
9402024-08-07T07:34:40.714Z Downloaded elliptic-curve v0.13.8
9412024-08-07T07:34:40.717Z Downloaded crypto-bigint v0.5.5
9422024-08-07T07:34:40.723Z Downloaded crossbeam-channel v0.5.12
9432024-08-07T07:34:40.727Z Downloaded const_format v0.2.32
9442024-08-07T07:34:40.732Z Downloaded stable_deref_trait v1.2.0
9452024-08-07T07:34:40.735Z Downloaded vsss-rs v3.3.4
9462024-08-07T07:34:40.738Z Downloaded slog-json v2.6.1
9472024-08-07T07:34:40.738Z Downloaded slog-envlogger v2.2.0
9482024-08-07T07:34:40.740Z Downloaded http-range v0.1.5
9492024-08-07T07:34:40.740Z Downloaded fastrand v2.1.0
9502024-08-07T07:34:40.740Z Downloaded futures-core v0.3.30
9512024-08-07T07:34:40.743Z Downloaded tokio-stream v0.1.15
9522024-08-07T07:34:40.746Z Downloaded tinyvec v1.6.0
9532024-08-07T07:34:40.748Z Downloaded cookie v0.18.1
9542024-08-07T07:34:40.751Z Downloaded uzers v0.11.3
9552024-08-07T07:34:40.754Z Downloaded unicode-linebreak v0.1.5
9562024-08-07T07:34:40.754Z Downloaded httparse v1.8.0
9572024-08-07T07:34:40.756Z Downloaded cc v1.0.97
9582024-08-07T07:34:40.759Z Downloaded string_cache v0.8.7
9592024-08-07T07:34:40.759Z Downloaded filetime v0.2.23
9602024-08-07T07:34:40.762Z Downloaded yasna v0.5.2
9612024-08-07T07:34:40.766Z Downloaded tokio-rustls v0.25.0
9622024-08-07T07:34:40.766Z Downloaded oso v0.27.3
9632024-08-07T07:34:40.769Z Downloaded clang-sys v1.7.0
9642024-08-07T07:34:40.772Z Downloaded parking_lot_core v0.8.6
9652024-08-07T07:34:40.775Z Downloaded miniz_oxide v0.7.2
9662024-08-07T07:34:40.777Z Downloaded omicron-zone-package v0.11.0
9672024-08-07T07:34:40.780Z Downloaded indexmap v1.9.3
9682024-08-07T07:34:40.782Z Downloaded bytes v1.7.1
9692024-08-07T07:34:40.786Z Downloaded base64 v0.22.1
9702024-08-07T07:34:40.789Z Downloaded httpdate v1.0.3
9712024-08-07T07:34:40.792Z Downloaded fragile v2.0.0
9722024-08-07T07:34:40.792Z Downloaded tower-service v0.3.2
9732024-08-07T07:34:40.795Z Downloaded time-core v0.1.2
9742024-08-07T07:34:40.795Z Downloaded funty v2.0.0
9752024-08-07T07:34:40.795Z Downloaded form_urlencoded v1.2.1
9762024-08-07T07:34:40.795Z Downloaded nu-ansi-term v0.50.0
9772024-08-07T07:34:40.798Z Downloaded darling v0.20.9
9782024-08-07T07:34:40.801Z Downloaded chacha20poly1305 v0.10.1
9792024-08-07T07:34:40.804Z Downloaded either v1.13.0
9802024-08-07T07:34:40.806Z Downloaded unicode-xid v0.2.4
9812024-08-07T07:34:40.806Z Downloaded unicode-truncate v1.0.0
9822024-08-07T07:34:40.809Z Downloaded cookie v0.17.0
9832024-08-07T07:34:40.809Z Downloaded arc-swap v1.7.1
9842024-08-07T07:34:40.812Z Downloaded crossbeam-epoch v0.9.18
9852024-08-07T07:34:40.815Z Downloaded const-oid v0.9.6
9862024-08-07T07:34:40.817Z Downloaded libefi-sys v0.1.0
9872024-08-07T07:34:40.820Z Downloaded strum_macros v0.25.3
9882024-08-07T07:34:40.820Z Downloaded structmeta v0.3.0
9892024-08-07T07:34:40.823Z Downloaded slog-stdlog v4.1.1
9902024-08-07T07:34:40.823Z Downloaded slog-dtrace v0.3.0
9912024-08-07T07:34:40.826Z Downloaded slab v0.4.9
9922024-08-07T07:34:40.826Z Downloaded shell-words v1.1.0
9932024-08-07T07:34:40.826Z Downloaded managed v0.8.0
9942024-08-07T07:34:40.829Z Downloaded password-hash v0.5.0
9952024-08-07T07:34:40.829Z Downloaded oso-derive v0.27.3
9962024-08-07T07:34:40.829Z Downloaded cancel-safe-futures v0.1.5
9972024-08-07T07:34:40.831Z Downloaded bitfield v0.14.0
9982024-08-07T07:34:40.834Z Downloaded base64ct v1.6.0
9992024-08-07T07:34:40.837Z Downloaded async-trait v0.1.81
10002024-08-07T07:34:40.840Z Downloaded ascii v1.1.0
10012024-08-07T07:34:40.840Z Downloaded argon2 v0.5.3
10022024-08-07T07:34:40.842Z Downloaded inout v0.1.3
10032024-08-07T07:34:40.845Z Downloaded linked-hash-map v0.5.6
10042024-08-07T07:34:40.845Z Downloaded darling_macro v0.20.9
10052024-08-07T07:34:40.845Z Downloaded nibble_vec v0.1.0
10062024-08-07T07:34:40.845Z Downloaded memoffset v0.9.1
10072024-08-07T07:34:40.848Z Downloaded keccak v0.1.5
10082024-08-07T07:34:40.848Z Downloaded data-encoding v2.6.0
10092024-08-07T07:34:40.850Z Downloaded bcs v0.1.6
10102024-08-07T07:34:40.850Z Downloaded lazy_static v1.5.0
10112024-08-07T07:34:40.853Z Downloaded cassowary v0.3.0
10122024-08-07T07:34:40.853Z Downloaded bitflags v1.3.2
10132024-08-07T07:34:40.856Z Downloaded libsw v3.3.1
10142024-08-07T07:34:40.858Z Downloaded assert_matches v1.5.0
10152024-08-07T07:34:40.858Z Downloaded lru-cache v0.1.2
10162024-08-07T07:34:40.861Z Downloaded addr2line v0.21.0
10172024-08-07T07:34:40.863Z Downloaded aead v0.5.2
10182024-08-07T07:34:40.863Z Downloaded cexpr v0.6.0
10192024-08-07T07:34:40.866Z Downloaded bzip2 v0.4.4
10202024-08-07T07:34:40.866Z Downloaded cobs v0.2.3
10212024-08-07T07:34:40.869Z Downloaded md-5 v0.10.6
10222024-08-07T07:34:40.869Z Downloaded indent_write v2.2.0
10232024-08-07T07:34:40.869Z Downloaded impl-trait-for-tuples v0.2.2
10242024-08-07T07:34:40.872Z Downloaded camino-tempfile v1.1.1
10252024-08-07T07:34:40.874Z Downloaded bitfield-struct v0.6.1
10262024-08-07T07:34:40.874Z Downloaded bb8 v0.8.5
10272024-08-07T07:34:40.877Z Downloaded ascii-canvas v3.0.0
10282024-08-07T07:34:40.918Z Downloaded ring v0.17.8
10292024-08-07T07:34:41.034Z Downloaded ring v0.16.20
10302024-08-07T07:34:41.194Z Compiling cfg-if v1.0.0
10312024-08-07T07:34:41.194Z Compiling serde v1.0.204
10322024-08-07T07:34:41.197Z Compiling lock_api v0.4.12
10332024-08-07T07:34:41.197Z Compiling scopeguard v1.2.0
10342024-08-07T07:34:41.197Z Compiling log v0.4.21
10352024-08-07T07:34:41.197Z Compiling syn v2.0.72
10362024-08-07T07:34:41.197Z Compiling cc v1.0.97
10372024-08-07T07:34:41.329Z Compiling parking_lot_core v0.9.10
10382024-08-07T07:34:41.412Z Compiling getrandom v0.2.14
10392024-08-07T07:34:41.471Z Compiling smallvec v1.13.2
10402024-08-07T07:34:41.781Z Compiling rand_core v0.6.4
10412024-08-07T07:34:41.878Z Compiling typenum v1.17.0
10422024-08-07T07:34:41.882Z Compiling generic-array v0.14.7
10432024-08-07T07:34:41.882Z Compiling pin-project-lite v0.2.14
10442024-08-07T07:34:42.026Z Compiling signal-hook-registry v1.4.2
10452024-08-07T07:34:42.179Z Compiling spin v0.9.8
10462024-08-07T07:34:42.197Z Compiling parking_lot v0.12.2
10472024-08-07T07:34:42.352Z Compiling mio v0.8.11
10482024-08-07T07:34:42.466Z Compiling libm v0.2.8
10492024-08-07T07:34:42.569Z Compiling serde_json v1.0.122
10502024-08-07T07:34:42.830Z Compiling ahash v0.8.11
10512024-08-07T07:34:42.849Z Compiling num-traits v0.2.19
10522024-08-07T07:34:42.912Z Compiling futures-core v0.3.30
10532024-08-07T07:34:43.224Z Compiling tinyvec_macros v0.1.1
10542024-08-07T07:34:43.325Z Compiling tinyvec v1.6.0
10552024-08-07T07:34:43.340Z Compiling num_cpus v1.16.0
10562024-08-07T07:34:43.436Z Compiling socket2 v0.5.7
10572024-08-07T07:34:43.459Z Compiling subtle v2.5.0
10582024-08-07T07:34:43.760Z Compiling const-oid v0.9.6
10592024-08-07T07:34:43.822Z Compiling slab v0.4.9
10602024-08-07T07:34:44.180Z Compiling allocator-api2 v0.2.18
10612024-08-07T07:34:44.661Z Compiling unicode-bidi v0.3.15
10622024-08-07T07:34:44.710Z Compiling futures-sink v0.3.30
10632024-08-07T07:34:44.861Z Compiling unicode-normalization v0.1.23
10642024-08-07T07:34:44.978Z Compiling futures-channel v0.3.30
10652024-08-07T07:34:44.996Z Compiling pkg-config v0.3.30
10662024-08-07T07:34:45.344Z Compiling pin-utils v0.1.0
10672024-08-07T07:34:45.419Z Compiling futures-task v0.3.30
10682024-08-07T07:34:45.474Z Compiling futures-io v0.3.30
10692024-08-07T07:34:45.762Z Compiling vcpkg v0.2.15
10702024-08-07T07:34:45.849Z Compiling ring v0.17.8
10712024-08-07T07:34:45.871Z Compiling percent-encoding v2.3.1
10722024-08-07T07:34:46.025Z Compiling ppv-lite86 v0.2.17
10732024-08-07T07:34:46.226Z Compiling tracing-core v0.1.32
10742024-08-07T07:34:46.459Z Compiling powerfmt v0.2.0
10752024-08-07T07:34:46.577Z Compiling rustix v0.38.34
10762024-08-07T07:34:46.621Z Compiling untrusted v0.9.0
10772024-08-07T07:34:46.776Z Compiling rand_chacha v0.3.1
10782024-08-07T07:34:46.796Z Compiling time-core v0.1.2
10792024-08-07T07:34:46.850Z Compiling num-conv v0.1.0
10802024-08-07T07:34:46.958Z Compiling syn v1.0.109
10812024-08-07T07:34:47.114Z Compiling time-macros v0.2.18
10822024-08-07T07:34:47.422Z Compiling rand v0.8.5
10832024-08-07T07:34:47.535Z Compiling deranged v0.3.11
10842024-08-07T07:34:47.619Z Compiling foreign-types-shared v0.1.1
10852024-08-07T07:34:47.708Z Compiling rustversion v1.0.17
10862024-08-07T07:34:47.887Z Compiling openssl-sys v0.9.103
10872024-08-07T07:34:48.386Z Compiling openssl v0.10.66
10882024-08-07T07:34:48.789Z Compiling iana-time-zone v0.1.60
10892024-08-07T07:34:49.059Z Compiling base64ct v1.6.0
10902024-08-07T07:34:49.176Z Compiling num_threads v0.1.7
10912024-08-07T07:34:49.274Z Compiling httparse v1.8.0
10922024-08-07T07:34:49.300Z Compiling foreign-types v0.3.2
10932024-08-07T07:34:49.379Z Compiling form_urlencoded v1.2.1
10942024-08-07T07:34:49.543Z Compiling pem-rfc7468 v0.7.0
10952024-08-07T07:34:49.635Z Compiling rustls v0.21.12
10962024-08-07T07:34:49.690Z Compiling native-tls v0.2.11
10972024-08-07T07:34:49.893Z Compiling crossbeam-utils v0.8.19
10982024-08-07T07:34:50.009Z Compiling try-lock v0.2.5
10992024-08-07T07:34:50.106Z Compiling time v0.3.36
11002024-08-07T07:34:50.141Z Compiling flagset v0.4.5
11012024-08-07T07:34:50.180Z Compiling siphasher v0.3.11
11022024-08-07T07:34:50.330Z Compiling want v0.3.1
11032024-08-07T07:34:50.609Z Compiling serde_derive_internals v0.29.1
11042024-08-07T07:34:51.020Z Compiling idna v0.5.0
11052024-08-07T07:34:51.246Z Compiling lazy_static v1.5.0
11062024-08-07T07:34:51.366Z Compiling cookie v0.17.0
11072024-08-07T07:34:51.664Z Compiling aho-corasick v1.1.3
11082024-08-07T07:34:51.995Z Compiling finl_unicode v1.2.0
11092024-08-07T07:34:52.567Z Compiling regex-syntax v0.8.3
11102024-08-07T07:34:52.592Z Compiling adler v1.0.2
11112024-08-07T07:34:52.819Z Compiling cpufeatures v0.2.12
11122024-08-07T07:34:52.912Z Compiling openssl-probe v0.1.5
11132024-08-07T07:34:53.305Z Compiling slog v2.7.0
11142024-08-07T07:34:53.328Z Compiling signal-hook v0.3.17
11152024-08-07T07:34:53.602Z Compiling schemars v0.8.21
11162024-08-07T07:34:53.822Z Compiling tower-service v0.3.2
11172024-08-07T07:34:53.939Z Compiling httpdate v1.0.3
11182024-08-07T07:34:54.111Z Compiling miniz_oxide v0.7.2
11192024-08-07T07:34:54.399Z Compiling stringprep v0.1.4
11202024-08-07T07:34:55.237Z Compiling url v2.5.2
11212024-08-07T07:34:55.525Z Compiling serde_derive v1.0.204
11222024-08-07T07:34:55.572Z Compiling zeroize_derive v1.4.2
11232024-08-07T07:34:55.643Z Compiling zerocopy-derive v0.7.34
11242024-08-07T07:34:57.096Z Compiling tokio-macros v2.3.0
11252024-08-07T07:34:57.163Z Compiling thiserror-impl v1.0.63
11262024-08-07T07:34:57.179Z Compiling zeroize v1.7.0
11272024-08-07T07:34:57.877Z Compiling zerocopy v0.7.34
11282024-08-07T07:34:57.895Z Compiling futures-macro v0.3.30
11292024-08-07T07:34:58.690Z Compiling tracing-attributes v0.1.27
11302024-08-07T07:34:59.087Z Compiling crypto-common v0.1.6
11312024-08-07T07:34:59.204Z Compiling block-buffer v0.10.4
11322024-08-07T07:34:59.318Z Compiling scroll_derive v0.12.0
11332024-08-07T07:34:59.571Z Compiling digest v0.10.7
11342024-08-07T07:34:59.909Z Compiling futures-util v0.3.30
11352024-08-07T07:35:00.040Z Compiling hashbrown v0.14.5
11362024-08-07T07:35:00.066Z Compiling hmac v0.12.1
11372024-08-07T07:35:00.308Z Compiling openssl-macros v0.1.1
11382024-08-07T07:35:00.540Z Compiling thiserror v1.0.63
11392024-08-07T07:35:00.680Z Compiling pest v2.7.10
11402024-08-07T07:35:00.776Z Compiling scroll v0.12.0
11412024-08-07T07:35:01.075Z Compiling der_derive v0.7.2
11422024-08-07T07:35:01.308Z Compiling goblin v0.8.2
11432024-08-07T07:35:01.479Z Compiling sct v0.7.1
11442024-08-07T07:35:01.793Z Compiling rustls-webpki v0.101.7
11452024-08-07T07:35:02.587Z Compiling tracing v0.1.40
11462024-08-07T07:35:03.162Z Compiling md-5 v0.10.6
11472024-08-07T07:35:03.397Z Compiling pest_meta v2.7.10
11482024-08-07T07:35:03.639Z Compiling der v0.7.9
11492024-08-07T07:35:03.748Z Compiling sha2 v0.10.8
11502024-08-07T07:35:03.790Z Compiling regex-automata v0.4.6
11512024-08-07T07:35:06.063Z Compiling pest_generator v2.7.10
11522024-08-07T07:35:06.903Z Compiling spki v0.7.3
11532024-08-07T07:35:07.291Z Compiling schemars_derive v0.8.21
11542024-08-07T07:35:08.117Z Compiling num-integer v0.1.46
11552024-08-07T07:35:08.423Z Compiling pest_derive v2.7.10
11562024-08-07T07:35:08.803Z Compiling idna v0.3.0
11572024-08-07T07:35:08.891Z Compiling backtrace v0.3.71
11582024-08-07T07:35:09.231Z Compiling dtrace-parser v0.2.0
11592024-08-07T07:35:09.333Z Compiling hash32 v0.2.1
11602024-08-07T07:35:09.693Z Compiling psl-types v2.0.11
11612024-08-07T07:35:09.885Z Compiling bytes v1.7.1
11622024-08-07T07:35:10.240Z Compiling bitflags v2.6.0
11632024-08-07T07:35:10.679Z Compiling indexmap v2.3.0
11642024-08-07T07:35:10.703Z Compiling semver v1.0.23
11652024-08-07T07:35:11.197Z Compiling tokio v1.38.1
11662024-08-07T07:35:11.403Z Compiling http v0.2.12
11672024-08-07T07:35:11.468Z Compiling uuid v1.10.0
11682024-08-07T07:35:11.831Z Compiling rustc_version v0.4.0
11692024-08-07T07:35:12.108Z Compiling chrono v0.4.38
11702024-08-07T07:35:12.636Z Compiling heapless v0.7.17
11712024-08-07T07:35:12.871Z Compiling dof v0.3.0
11722024-08-07T07:35:13.156Z Compiling http-body v0.4.6
11732024-08-07T07:35:13.699Z Compiling usdt-impl v0.5.0
11742024-08-07T07:35:13.976Z Compiling toml_datetime v0.6.8
11752024-08-07T07:35:14.492Z Compiling serde_tokenstream v0.2.1
11762024-08-07T07:35:15.015Z Compiling serde_spanned v0.6.7
11772024-08-07T07:35:15.064Z Compiling stable_deref_trait v1.2.0
11782024-08-07T07:35:15.146Z Compiling fallible-iterator v0.2.0
11792024-08-07T07:35:15.167Z Compiling crc32fast v1.4.0
11802024-08-07T07:35:15.257Z Compiling dyn-clone v1.0.17
11812024-08-07T07:35:15.260Z Compiling gimli v0.28.1
11822024-08-07T07:35:15.469Z Compiling base64 v0.22.1
11832024-08-07T07:35:15.687Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11842024-08-07T07:35:15.887Z Compiling smoltcp v0.9.1
11852024-08-07T07:35:15.964Z Compiling postgres-protocol v0.6.7
11862024-08-07T07:35:16.826Z Compiling terminal_size v0.3.0
11872024-08-07T07:35:16.855Z Compiling publicsuffix v2.2.3
11882024-08-07T07:35:17.117Z Compiling pkcs8 v0.10.2
11892024-08-07T07:35:17.367Z Compiling hubpack_derive v0.1.1
11902024-08-07T07:35:17.710Z Compiling block-padding v0.3.3
11912024-08-07T07:35:17.873Z Compiling async-trait v0.1.81
11922024-08-07T07:35:17.942Z Compiling zerocopy-derive v0.6.6
11932024-08-07T07:35:19.157Z Compiling phf_shared v0.11.2
11942024-08-07T07:35:19.181Z Compiling diesel_table_macro_syntax v0.1.0
11952024-08-07T07:35:19.525Z Compiling tokio-util v0.7.11
11962024-08-07T07:35:20.022Z Compiling tokio-native-tls v0.3.1
11972024-08-07T07:35:20.131Z Compiling addr2line v0.21.0
11982024-08-07T07:35:20.222Z Compiling tokio-rustls v0.24.1
11992024-08-07T07:35:20.254Z Compiling ff v0.13.0
12002024-08-07T07:35:20.306Z Compiling scheduled-thread-pool v0.2.7
12012024-08-07T07:35:20.472Z Compiling h2 v0.3.26
12022024-08-07T07:35:20.623Z Compiling fs-err v2.11.0
12032024-08-07T07:35:20.662Z Compiling object v0.32.2
12042024-08-07T07:35:20.793Z Compiling matches v0.1.10
12052024-08-07T07:35:20.850Z Compiling either v1.13.0
12062024-08-07T07:35:20.881Z Compiling rustc-demangle v0.1.24
12072024-08-07T07:35:20.916Z Compiling managed v0.8.0
12082024-08-07T07:35:20.934Z Compiling bitflags v1.3.2
12092024-08-07T07:35:21.036Z Compiling ipnet v2.9.0
12102024-08-07T07:35:21.259Z Compiling base64 v0.21.7
12112024-08-07T07:35:21.350Z Compiling anyhow v1.0.86
12122024-08-07T07:35:21.830Z Compiling bit-vec v0.6.3
12132024-08-07T07:35:21.984Z Compiling base16ct v0.2.0
12142024-08-07T07:35:22.001Z Compiling regex-automata v0.1.10
12152024-08-07T07:35:22.193Z Compiling winnow v0.5.40
12162024-08-07T07:35:22.253Z Compiling clap_builder v4.5.13
12172024-08-07T07:35:22.272Z Compiling sec1 v0.7.3
12182024-08-07T07:35:22.458Z Compiling bstr v0.2.17
12192024-08-07T07:35:22.481Z Compiling rustls-pemfile v1.0.4
12202024-08-07T07:35:23.039Z Compiling idna v0.2.3
12212024-08-07T07:35:23.987Z Compiling r2d2 v0.8.10
12222024-08-07T07:35:24.367Z Compiling group v0.13.0
12232024-08-07T07:35:24.690Z Compiling zerocopy v0.6.6
12242024-08-07T07:35:24.715Z Compiling diesel_derives v2.1.4
12252024-08-07T07:35:24.995Z Compiling phf v0.11.2
12262024-08-07T07:35:25.281Z Compiling signal-hook-mio v0.2.3
12272024-08-07T07:35:25.439Z Compiling hubpack v0.1.2
12282024-08-07T07:35:25.560Z Compiling ipnetwork v0.20.0
12292024-08-07T07:35:25.881Z Compiling toml_edit v0.19.15
12302024-08-07T07:35:26.056Z Compiling inout v0.1.3
12312024-08-07T07:35:26.325Z Compiling cookie_store v0.20.0
12322024-08-07T07:35:26.440Z Compiling postgres-types v0.2.7
12332024-08-07T07:35:27.023Z Compiling usdt-attr-macro v0.5.0
12342024-08-07T07:35:27.834Z Compiling hyper v0.14.30
12352024-08-07T07:35:27.941Z Compiling usdt-macro v0.5.0
12362024-08-07T07:35:28.665Z Compiling serde_urlencoded v0.7.1
12372024-08-07T07:35:29.176Z Compiling regex v1.10.6
12382024-08-07T07:35:29.454Z Compiling num-bigint v0.4.5
12392024-08-07T07:35:30.254Z Compiling futures-executor v0.3.30
12402024-08-07T07:35:30.827Z Compiling enum-as-inner v0.5.1
12412024-08-07T07:35:31.065Z Compiling hkdf v0.12.4
12422024-08-07T07:35:31.325Z Compiling crypto-bigint v0.5.5
12432024-08-07T07:35:31.435Z Compiling strum_macros v0.25.3
12442024-08-07T07:35:31.547Z Compiling serde_repr v0.1.19
12452024-08-07T07:35:31.912Z Compiling clap_derive v4.5.13
12462024-08-07T07:35:32.747Z Compiling phf_shared v0.10.0
12472024-08-07T07:35:33.188Z Compiling float-cmp v0.9.0
12482024-08-07T07:35:33.411Z Compiling encoding_rs v0.8.34
12492024-08-07T07:35:33.834Z Compiling new_debug_unreachable v1.0.6
12502024-08-07T07:35:33.925Z Compiling mime v0.3.17
12512024-08-07T07:35:34.516Z Compiling hyper-rustls v0.24.2
12522024-08-07T07:35:34.864Z Compiling hyper-tls v0.5.0
12532024-08-07T07:35:35.226Z Compiling webpki-roots v0.25.4
12542024-08-07T07:35:35.394Z Compiling sync_wrapper v0.1.2
12552024-08-07T07:35:35.526Z Compiling predicates-core v1.0.6
12562024-08-07T07:35:35.562Z Compiling minimal-lexical v0.2.1
12572024-08-07T07:35:35.878Z Compiling unicode-segmentation v1.11.0
12582024-08-07T07:35:36.094Z Compiling fixedbitset v0.4.2
12592024-08-07T07:35:36.532Z Compiling data-encoding v2.6.0
12602024-08-07T07:35:36.749Z Compiling difflib v0.4.0
12612024-08-07T07:35:37.065Z Compiling normalize-line-endings v0.3.0
12622024-08-07T07:35:37.140Z Compiling whoami v1.5.1
12632024-08-07T07:35:37.185Z Compiling static_assertions v1.1.0
12642024-08-07T07:35:37.285Z Compiling precomputed-hash v0.1.1
12652024-08-07T07:35:37.375Z Compiling toml_edit v0.22.20
12662024-08-07T07:35:37.400Z Compiling string_cache v0.8.7
12672024-08-07T07:35:37.610Z Compiling tokio-postgres v0.7.11
12682024-08-07T07:35:37.765Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12692024-08-07T07:35:37.768Z Compiling trust-dns-proto v0.22.0
12702024-08-07T07:35:37.832Z Compiling predicates v3.1.2
12712024-08-07T07:35:38.379Z Compiling diesel v2.1.6
12722024-08-07T07:35:38.948Z Compiling clap v4.5.13
12732024-08-07T07:35:39.072Z Compiling similar v2.5.0
12742024-08-07T07:35:39.581Z Compiling petgraph v0.6.5
12752024-08-07T07:35:40.423Z Compiling nom v7.1.3
12762024-08-07T07:35:41.589Z Compiling reqwest v0.11.27
12772024-08-07T07:35:43.405Z Compiling elliptic-curve v0.13.8
12782024-08-07T07:35:43.559Z Compiling console v0.15.8
12792024-08-07T07:35:44.075Z Compiling usdt v0.5.0
12802024-08-07T07:35:44.122Z Compiling yasna v0.5.2
12812024-08-07T07:35:44.200Z Compiling futures v0.3.30
12822024-08-07T07:35:44.319Z Compiling toml v0.7.8
12832024-08-07T07:35:45.078Z Compiling flate2 v1.0.31
12842024-08-07T07:35:45.451Z Compiling cipher v0.4.4
12852024-08-07T07:35:45.631Z Compiling crossterm v0.27.0
12862024-08-07T07:35:46.010Z Compiling bit-set v0.5.3
12872024-08-07T07:35:46.013Z Compiling itertools v0.12.1
12882024-08-07T07:35:46.043Z Compiling itertools v0.10.5
12892024-08-07T07:35:46.196Z Compiling tokio-stream v0.1.15
12902024-08-07T07:35:46.281Z Compiling openapiv3 v2.0.0
12912024-08-07T07:35:46.802Z Compiling hex v0.4.3
12922024-08-07T07:35:47.128Z Compiling bstr v1.9.1
12932024-08-07T07:35:47.399Z Compiling num-iter v0.1.45
12942024-08-07T07:35:47.581Z Compiling crossbeam-epoch v0.9.18
12952024-08-07T07:35:48.383Z Compiling dirs-sys-next v0.1.2
12962024-08-07T07:35:48.858Z Compiling unicode-xid v0.2.4
12972024-08-07T07:35:48.927Z Compiling peg-runtime v0.8.3
12982024-08-07T07:35:49.021Z Compiling lalrpop-util v0.19.12
12992024-08-07T07:35:49.045Z Compiling dirs-next v2.0.0
13002024-08-07T07:35:49.199Z Compiling thread_local v1.1.8
13012024-08-07T07:35:49.238Z Compiling slog-async v2.8.0
13022024-08-07T07:35:49.344Z Compiling term v0.7.0
13032024-08-07T07:35:49.362Z Compiling xattr v1.3.1
13042024-08-07T07:35:49.555Z Compiling crossbeam-channel v0.5.12
13052024-08-07T07:35:49.624Z Compiling strum_macros v0.26.4
13062024-08-07T07:35:49.743Z Compiling filetime v0.2.23
13072024-08-07T07:35:49.828Z Compiling is-terminal v0.4.12
13082024-08-07T07:35:49.957Z Compiling take_mut v0.2.2
13092024-08-07T07:35:50.043Z Compiling slog-term v2.9.1
13102024-08-07T07:35:50.103Z Compiling tar v0.4.41
13112024-08-07T07:35:50.689Z Compiling camino v1.1.7
13122024-08-07T07:35:53.201Z Compiling strum v0.26.3
13132024-08-07T07:36:04.328Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13142024-08-07T07:36:04.566Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13152024-08-07T07:36:09.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
13162024-08-07T07:36:09.953Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13172024-08-07T07:36:09.994ZAug 07 07:36:08.662 INFO Starting download, target: Clickhouse
13182024-08-07T07:36:09.994ZAug 07 07:36:08.662 INFO Starting download, target: Cockroach
13192024-08-07T07:36:09.994ZAug 07 07:36:08.662 INFO Starting download, target: Console
13202024-08-07T07:36:09.997ZAug 07 07:36:08.662 INFO Starting download, target: DendriteOpenapi
13212024-08-07T07:36:09.997ZAug 07 07:36:08.663 INFO Starting download, target: DendriteStub
13222024-08-07T07:36:09.998ZAug 07 07:36:08.663 INFO Starting download, target: MaghemiteMgd
13232024-08-07T07:36:09.998ZAug 07 07:36:08.663 INFO Starting download, target: TransceiverControl
13242024-08-07T07:36:09.998ZAug 07 07:36:08.663 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13252024-08-07T07:36:09.998ZAug 07 07:36:08.663 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13262024-08-07T07:36:09.998ZAug 07 07:36:08.663 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13272024-08-07T07:36:09.998ZAug 07 07:36:08.663 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13282024-08-07T07:36:09.998ZAug 07 07:36:08.663 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13292024-08-07T07:36:09.998ZAug 07 07:36:08.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13302024-08-07T07:36:09.998ZAug 07 07:36:08.664 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13312024-08-07T07:36:10.151ZAug 07 07:36:08.808 INFO Download complete, target: DendriteOpenapi
13322024-08-07T07:36:10.191ZAug 07 07:36:08.858 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13332024-08-07T07:36:10.590ZAug 07 07:36:09.257 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13342024-08-07T07:36:10.618ZAug 07 07:36:09.285 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13352024-08-07T07:36:10.723ZAug 07 07:36:09.391 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13362024-08-07T07:36:10.998ZAug 07 07:36:09.665 INFO Download complete, target: TransceiverControl
13372024-08-07T07:36:11.015ZAug 07 07:36:09.683 INFO Download complete, target: Console
13382024-08-07T07:36:12.020ZAug 07 07:36:10.687 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13392024-08-07T07:36:12.584ZAug 07 07:36:11.251 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13402024-08-07T07:36:12.584ZAug 07 07:36:11.251 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13412024-08-07T07:36:13.701ZAug 07 07:36:12.365 INFO Download complete, target: DendriteStub
13422024-08-07T07:36:14.143ZAug 07 07:36:12.810 INFO Download complete, target: MaghemiteMgd
13432024-08-07T07:36:21.118ZAug 07 07:36:19.783 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13442024-08-07T07:36:21.434ZAug 07 07:36:20.099 INFO Checking that binary works, target: Cockroach
13452024-08-07T07:36:21.637ZAug 07 07:36:20.302 INFO Download complete, target: Cockroach
13462024-08-07T07:36:26.767ZAug 07 07:36:25.431 INFO Checking that binary works, target: Clickhouse
13472024-08-07T07:36:27.060ZAug 07 07:36:25.724 INFO Download complete, target: Clickhouse
13482024-08-07T07:36:27.077ZAll builder prerequisites installed successfully, and PATH looks valid
13492024-08-07T07:36:27.080Z
13502024-08-07T07:36:27.080Zreal 4:24.600239503
13512024-08-07T07:36:27.080Zuser 11:38.087868256
13522024-08-07T07:36:27.080Zsys 2:26.541566972
13532024-08-07T07:36:27.080Ztrap 0.416935220
13542024-08-07T07:36:27.080Ztflt 4.788478024
13552024-08-07T07:36:27.080Zdflt 5.535308157
13562024-08-07T07:36:27.080Zkflt 0.136915138
13572024-08-07T07:36:27.080Zlock 22:45.752545482
13582024-08-07T07:36:27.080Zslp 46:11.113933401
13592024-08-07T07:36:27.080Zlat 40.731116607
13602024-08-07T07:36:27.080Zstop 1:36.274032804
13612024-08-07T07:36:27.080Z+ banner hack-check
13622024-08-07T07:36:27.080Z
13632024-08-07T07:36:27.080Z # # ## #### # # #### # # ###### #### # #
13642024-08-07T07:36:27.080Z # # # # # # # # # # # # # # # # #
13652024-08-07T07:36:27.081Z ###### # # # #### ##### # ###### ##### # ####
13662024-08-07T07:36:27.081Z # # ###### # # # # # # # # # #
13672024-08-07T07:36:27.081Z # # # # # # # # # # # # # # # # #
13682024-08-07T07:36:27.081Z # # # # #### # # #### # # ###### #### # #
13692024-08-07T07:36:27.081Z
13702024-08-07T07:36:27.084Z+ export CARGO_INCREMENTAL=0
13712024-08-07T07:36:27.084Z+ CARGO_INCREMENTAL=0
13722024-08-07T07:36:27.084Z+ ptime -m timeout 2h cargo xtask check-features --ci
13732024-08-07T07:36:27.594Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13742024-08-07T07:36:30.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s
13752024-08-07T07:36:30.938Z Running `target/debug/xtask check-features --ci`
13762024-08-07T07:36:30.957Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13772024-08-07T07:36:30.957Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13782024-08-07T07:36:31.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
13792024-08-07T07:36:31.438Z Running `target/debug/xtask download cargo-hack`
13802024-08-07T07:36:32.188Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13812024-08-07T07:36:32.532Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13822024-08-07T07:36:36.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
13832024-08-07T07:36:36.991Z Running `target/debug/xtask-downloader cargo-hack`
13842024-08-07T07:36:37.023ZAug 07 07:36:35.684 INFO Starting download, target: CargoHack
13852024-08-07T07:36:37.033ZAug 07 07:36:35.685 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13862024-08-07T07:36:37.631ZAug 07 07:36:36.293 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13872024-08-07T07:36:37.736ZAug 07 07:36:36.398 INFO Download complete, target: CargoHack
13882024-08-07T07:36:37.740Zrunning: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13892024-08-07T07:36:37.756Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13902024-08-07T07:36:37.899Zinfo: running `cargo check --bins` on api_identity (1/147)
13912024-08-07T07:36:38.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13922024-08-07T07:36:38.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13932024-08-07T07:36:38.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13942024-08-07T07:36:38.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
13952024-08-07T07:36:38.464Z
13962024-08-07T07:36:38.464Zinfo: running `cargo check --bins` on bootstore (2/147)
13972024-08-07T07:36:39.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13982024-08-07T07:36:39.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13992024-08-07T07:36:39.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14002024-08-07T07:36:39.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14012024-08-07T07:36:39.068Z
14022024-08-07T07:36:39.068Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/147)
14032024-08-07T07:36:39.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14042024-08-07T07:36:39.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14052024-08-07T07:36:39.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14062024-08-07T07:36:39.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14072024-08-07T07:36:39.649Z
14082024-08-07T07:36:39.649Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/147)
14092024-08-07T07:36:40.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14102024-08-07T07:36:40.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14112024-08-07T07:36:40.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14122024-08-07T07:36:40.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14132024-08-07T07:36:40.241Z
14142024-08-07T07:36:40.241Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/147)
14152024-08-07T07:36:40.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14162024-08-07T07:36:40.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14172024-08-07T07:36:40.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14182024-08-07T07:36:40.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14192024-08-07T07:36:40.671Z
14202024-08-07T07:36:40.671Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/147)
14212024-08-07T07:36:41.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14222024-08-07T07:36:41.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14232024-08-07T07:36:41.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14242024-08-07T07:36:41.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14252024-08-07T07:36:41.110Z
14262024-08-07T07:36:41.110Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/147)
14272024-08-07T07:36:41.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14282024-08-07T07:36:41.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14292024-08-07T07:36:41.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14302024-08-07T07:36:41.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14312024-08-07T07:36:41.553Z
14322024-08-07T07:36:41.553Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/147)
14332024-08-07T07:36:41.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14342024-08-07T07:36:41.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14352024-08-07T07:36:41.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14362024-08-07T07:36:41.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14372024-08-07T07:36:41.991Z
14382024-08-07T07:36:41.991Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/147)
14392024-08-07T07:36:42.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14402024-08-07T07:36:42.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14412024-08-07T07:36:42.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14422024-08-07T07:36:42.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
14432024-08-07T07:36:42.430Z
14442024-08-07T07:36:42.430Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/147)
14452024-08-07T07:36:42.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14462024-08-07T07:36:42.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14472024-08-07T07:36:42.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14482024-08-07T07:36:42.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14492024-08-07T07:36:42.863Z
14502024-08-07T07:36:42.863Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/147)
14512024-08-07T07:36:43.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14522024-08-07T07:36:43.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14532024-08-07T07:36:43.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14542024-08-07T07:36:43.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14552024-08-07T07:36:43.297Z
14562024-08-07T07:36:43.297Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/147)
14572024-08-07T07:36:43.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14582024-08-07T07:36:43.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14592024-08-07T07:36:43.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14602024-08-07T07:36:43.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14612024-08-07T07:36:43.732Z
14622024-08-07T07:36:43.732Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/147)
14632024-08-07T07:36:44.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14642024-08-07T07:36:44.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14652024-08-07T07:36:44.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14662024-08-07T07:36:44.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14672024-08-07T07:36:44.164Z
14682024-08-07T07:36:44.164Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/147)
14692024-08-07T07:36:44.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14702024-08-07T07:36:44.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14712024-08-07T07:36:44.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14722024-08-07T07:36:44.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14732024-08-07T07:36:44.596Z
14742024-08-07T07:36:44.596Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/147)
14752024-08-07T07:36:44.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14762024-08-07T07:36:44.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14772024-08-07T07:36:44.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14782024-08-07T07:36:44.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14792024-08-07T07:36:45.026Z
14802024-08-07T07:36:45.026Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/147)
14812024-08-07T07:36:45.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14822024-08-07T07:36:45.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14832024-08-07T07:36:45.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14842024-08-07T07:36:45.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14852024-08-07T07:36:45.455Z
14862024-08-07T07:36:45.455Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/147)
14872024-08-07T07:36:45.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14882024-08-07T07:36:45.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14892024-08-07T07:36:45.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14902024-08-07T07:36:45.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14912024-08-07T07:36:45.882Z
14922024-08-07T07:36:45.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/147)
14932024-08-07T07:36:46.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14942024-08-07T07:36:46.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14952024-08-07T07:36:46.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14962024-08-07T07:36:46.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
14972024-08-07T07:36:46.316Z
14982024-08-07T07:36:46.316Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/147)
14992024-08-07T07:36:46.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15002024-08-07T07:36:46.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15012024-08-07T07:36:46.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15022024-08-07T07:36:46.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15032024-08-07T07:36:46.755Z
15042024-08-07T07:36:46.755Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/147)
15052024-08-07T07:36:47.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15062024-08-07T07:36:47.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15072024-08-07T07:36:47.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15082024-08-07T07:36:47.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15092024-08-07T07:36:47.187Z
15102024-08-07T07:36:47.187Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/147)
15112024-08-07T07:36:47.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15122024-08-07T07:36:47.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15132024-08-07T07:36:47.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15142024-08-07T07:36:47.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15152024-08-07T07:36:47.619Z
15162024-08-07T07:36:47.619Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/147)
15172024-08-07T07:36:48.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15182024-08-07T07:36:48.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15192024-08-07T07:36:48.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15202024-08-07T07:36:48.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15212024-08-07T07:36:48.056Z
15222024-08-07T07:36:48.056Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/147)
15232024-08-07T07:36:48.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15242024-08-07T07:36:48.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15252024-08-07T07:36:48.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15262024-08-07T07:36:48.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
15272024-08-07T07:36:48.494Z
15282024-08-07T07:36:48.494Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/147)
15292024-08-07T07:36:48.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15302024-08-07T07:36:48.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15312024-08-07T07:36:48.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15322024-08-07T07:36:48.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
15332024-08-07T07:36:48.919Z
15342024-08-07T07:36:48.919Zinfo: running `cargo check --bins` on sled-hardware-types (25/147)
15352024-08-07T07:36:49.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15362024-08-07T07:36:49.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15372024-08-07T07:36:49.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15382024-08-07T07:36:49.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15392024-08-07T07:36:49.510Z
15402024-08-07T07:36:49.510Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/147)
15412024-08-07T07:36:50.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15422024-08-07T07:36:50.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15432024-08-07T07:36:50.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15442024-08-07T07:36:50.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15452024-08-07T07:36:50.104Z
15462024-08-07T07:36:50.104Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/147)
15472024-08-07T07:36:50.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15482024-08-07T07:36:50.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15492024-08-07T07:36:50.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15502024-08-07T07:36:50.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15512024-08-07T07:36:50.704Z
15522024-08-07T07:36:50.704Zinfo: running `cargo check --bins` on oxlog (28/147)
15532024-08-07T07:36:51.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15542024-08-07T07:36:51.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15552024-08-07T07:36:51.275Z Checking cfg-if v1.0.0
15562024-08-07T07:36:51.278Z Checking libc v0.2.155
15572024-08-07T07:36:51.367Z Checking memchr v2.7.2
15582024-08-07T07:36:51.377Z Checking serde v1.0.204
15592024-08-07T07:36:51.377Z Checking scopeguard v1.2.0
15602024-08-07T07:36:51.393Z Checking byteorder v1.5.0
15612024-08-07T07:36:51.393Z Checking log v0.4.21
15622024-08-07T07:36:51.415Z Checking itoa v1.0.11
15632024-08-07T07:36:51.427Z Checking zeroize v1.7.0
15642024-08-07T07:36:51.493Z Checking lock_api v0.4.12
15652024-08-07T07:36:51.615Z Checking smallvec v1.13.2
15662024-08-07T07:36:51.670Z Checking once_cell v1.19.0
15672024-08-07T07:36:51.684Z Checking pin-project-lite v0.2.14
15682024-08-07T07:36:51.767Z Checking typenum v1.17.0
15692024-08-07T07:36:51.795Z Checking zerocopy v0.7.34
15702024-08-07T07:36:51.902Z Checking spin v0.9.8
15712024-08-07T07:36:51.938Z Checking tinyvec_macros v0.1.1
15722024-08-07T07:36:51.952Z Checking futures-core v0.3.30
15732024-08-07T07:36:52.014Z Checking tinyvec v1.6.0
15742024-08-07T07:36:52.115Z Checking libm v0.2.8
15752024-08-07T07:36:52.232Z Checking ryu v1.0.18
15762024-08-07T07:36:52.235Z Checking const-oid v0.9.6
15772024-08-07T07:36:52.468Z Checking subtle v2.5.0
15782024-08-07T07:36:52.515Z Checking getrandom v0.2.14
15792024-08-07T07:36:52.723Z Checking parking_lot_core v0.9.10
15802024-08-07T07:36:52.753Z Checking rand_core v0.6.4
15812024-08-07T07:36:53.021Z Checking signal-hook-registry v1.4.2
15822024-08-07T07:36:53.034Z Checking parking_lot v0.12.2
15832024-08-07T07:36:53.055Z Checking mio v0.8.11
15842024-08-07T07:36:53.070Z Checking generic-array v0.14.7
15852024-08-07T07:36:53.140Z Checking num_cpus v1.16.0
15862024-08-07T07:36:53.246Z Checking socket2 v0.5.7
15872024-08-07T07:36:53.260Z Checking ahash v0.8.11
15882024-08-07T07:36:53.335Z Checking unicode-normalization v0.1.23
15892024-08-07T07:36:53.352Z Checking num-traits v0.2.19
15902024-08-07T07:36:53.681Z Checking unicode-bidi v0.3.15
15912024-08-07T07:36:53.732Z Checking futures-sink v0.3.30
15922024-08-07T07:36:53.769Z Checking allocator-api2 v0.2.18
15932024-08-07T07:36:53.861Z Checking equivalent v1.0.1
15942024-08-07T07:36:53.959Z Checking futures-channel v0.3.30
15952024-08-07T07:36:54.087Z Checking slab v0.4.9
15962024-08-07T07:36:54.235Z Checking futures-io v0.3.30
15972024-08-07T07:36:54.238Z Checking crypto-common v0.1.6
15982024-08-07T07:36:54.289Z Checking pin-utils v0.1.0
15992024-08-07T07:36:54.302Z Checking futures-task v0.3.30
16002024-08-07T07:36:54.316Z Checking block-buffer v0.10.4
16012024-08-07T07:36:54.381Z Checking ppv-lite86 v0.2.17
16022024-08-07T07:36:54.391Z Checking hashbrown v0.14.5
16032024-08-07T07:36:54.403Z Checking percent-encoding v2.3.1
16042024-08-07T07:36:54.417Z Checking tracing-core v0.1.32
16052024-08-07T07:36:54.519Z Checking futures-util v0.3.30
16062024-08-07T07:36:54.519Z Checking digest v0.10.7
16072024-08-07T07:36:54.597Z Checking untrusted v0.9.0
16082024-08-07T07:36:54.742Z Checking fnv v1.0.7
16092024-08-07T07:36:54.860Z Checking ring v0.17.8
16102024-08-07T07:36:54.880Z Checking thiserror v1.0.63
16112024-08-07T07:36:55.004Z Checking base64ct v1.6.0
16122024-08-07T07:36:55.037Z Checking tracing v0.1.40
16132024-08-07T07:36:55.050Z Checking rand_chacha v0.3.1
16142024-08-07T07:36:55.053Z Checking iana-time-zone v0.1.60
16152024-08-07T07:36:55.194Z Checking foreign-types-shared v0.1.1
16162024-08-07T07:36:55.293Z Checking powerfmt v0.2.0
16172024-08-07T07:36:55.369Z Checking foreign-types v0.3.2
16182024-08-07T07:36:55.408Z Checking rand v0.8.5
16192024-08-07T07:36:55.422Z Checking pem-rfc7468 v0.7.0
16202024-08-07T07:36:55.453Z Checking hmac v0.12.1
16212024-08-07T07:36:55.545Z Checking form_urlencoded v1.2.1
16222024-08-07T07:36:55.556Z Checking deranged v0.3.11
16232024-08-07T07:36:55.646Z Checking openssl-sys v0.9.103
16242024-08-07T07:36:55.663Z Checking num-conv v0.1.0
16252024-08-07T07:36:55.722Z Checking time-core v0.1.2
16262024-08-07T07:36:55.864Z Checking try-lock v0.2.5
16272024-08-07T07:36:55.906Z Checking num_threads v0.1.7
16282024-08-07T07:36:55.979Z Checking flagset v0.4.5
16292024-08-07T07:36:56.002Z Checking siphasher v0.3.11
16302024-08-07T07:36:56.158Z Checking unicode-ident v1.0.12
16312024-08-07T07:36:56.287Z Checking bytes v1.7.1
16322024-08-07T07:36:56.302Z Checking bitflags v2.6.0
16332024-08-07T07:36:56.313Z Checking serde_json v1.0.122
16342024-08-07T07:36:56.591Z Checking indexmap v2.3.0
16352024-08-07T07:36:56.637Z Checking uuid v1.10.0
16362024-08-07T07:36:56.748Z Checking chrono v0.4.38
16372024-08-07T07:36:56.952Z Checking openssl v0.10.66
16382024-08-07T07:36:57.089Z Checking tokio v1.38.1
16392024-08-07T07:36:57.237Z Checking http v0.2.12
16402024-08-07T07:36:57.348Z Checking time v0.3.36
16412024-08-07T07:36:57.851Z Checking sct v0.7.1
16422024-08-07T07:36:57.943Z Checking rustls-webpki v0.101.7
16432024-08-07T07:36:58.026Z Checking proc-macro2 v1.0.86
16442024-08-07T07:36:58.578Z Checking http-body v0.4.6
16452024-08-07T07:36:58.659Z Checking der v0.7.9
16462024-08-07T07:36:58.675Z Checking want v0.3.1
16472024-08-07T07:36:58.745Z Checking idna v0.5.0
16482024-08-07T07:36:58.842Z Checking httparse v1.8.0
16492024-08-07T07:36:58.946Z Checking errno v0.3.9
16502024-08-07T07:36:59.115Z Checking lazy_static v1.5.0
16512024-08-07T07:36:59.219Z Checking aho-corasick v1.1.3
16522024-08-07T07:36:59.253Z Checking scroll v0.12.0
16532024-08-07T07:36:59.522Z Checking cpufeatures v0.2.12
16542024-08-07T07:36:59.611Z Checking ucd-trie v0.1.6
16552024-08-07T07:36:59.626Z Checking anstyle v1.0.8
16562024-08-07T07:36:59.707Z Checking openssl-probe v0.1.5
16572024-08-07T07:36:59.813Z Checking plain v0.2.3
16582024-08-07T07:36:59.854Z Checking finl_unicode v1.2.0
16592024-08-07T07:36:59.934Z Checking adler v1.0.2
16602024-08-07T07:36:59.950Z Checking httpdate v1.0.3
16612024-08-07T07:36:59.962Z Checking utf8parse v0.2.1
16622024-08-07T07:37:00.085Z Checking regex-syntax v0.8.3
16632024-08-07T07:37:00.099Z Checking tower-service v0.3.2
16642024-08-07T07:37:00.180Z Checking anstyle-parse v0.2.4
16652024-08-07T07:37:00.202Z Checking miniz_oxide v0.7.2
16662024-08-07T07:37:00.406Z Checking stringprep v0.1.4
16672024-08-07T07:37:00.424Z Checking goblin v0.8.2
16682024-08-07T07:37:00.437Z Checking spki v0.7.3
16692024-08-07T07:37:00.680Z Checking pest v2.7.10
16702024-08-07T07:37:00.704Z Checking url v2.5.2
16712024-08-07T07:37:00.857Z Checking sha2 v0.10.8
16722024-08-07T07:37:00.948Z Checking rustix v0.38.34
16732024-08-07T07:37:01.431Z Checking rustls v0.21.12
16742024-08-07T07:37:01.495Z Checking quote v1.0.36
16752024-08-07T07:37:01.837Z Checking serde_spanned v0.6.7
16762024-08-07T07:37:02.025Z Checking toml_datetime v0.6.8
16772024-08-07T07:37:02.271Z Checking num-integer v0.1.46
16782024-08-07T07:37:02.307Z Checking native-tls v0.2.11
16792024-08-07T07:37:02.614Z Checking md-5 v0.10.6
16802024-08-07T07:37:02.765Z Checking idna v0.3.0
16812024-08-07T07:37:02.822Z Checking hash32 v0.2.1
16822024-08-07T07:37:02.931Z Checking pretty-hex v0.4.1
16832024-08-07T07:37:03.089Z Checking fallible-iterator v0.2.0
16842024-08-07T07:37:03.105Z Checking anstyle-query v1.0.3
16852024-08-07T07:37:03.192Z Checking dyn-clone v1.0.17
16862024-08-07T07:37:03.218Z Checking psl-types v2.0.11
16872024-08-07T07:37:03.221Z Checking regex-automata v0.4.6
16882024-08-07T07:37:03.317Z Checking base64 v0.22.1
16892024-08-07T07:37:03.385Z Checking gimli v0.28.1
16902024-08-07T07:37:03.622Z Checking colorchoice v1.0.1
16912024-08-07T07:37:03.671Z Checking stable_deref_trait v1.2.0
16922024-08-07T07:37:03.743Z Checking is_terminal_polyfill v1.70.0
16932024-08-07T07:37:03.765Z Checking heapless v0.7.17
16942024-08-07T07:37:03.779Z Checking postgres-protocol v0.6.7
16952024-08-07T07:37:03.852Z Checking anstream v0.6.14
16962024-08-07T07:37:03.971Z Checking tokio-util v0.7.11
16972024-08-07T07:37:04.195Z Checking tokio-native-tls v0.3.1
16982024-08-07T07:37:04.444Z Checking publicsuffix v2.2.3
16992024-08-07T07:37:04.458Z Checking schemars v0.8.21
17002024-08-07T07:37:04.616Z Checking tokio-rustls v0.24.1
17012024-08-07T07:37:04.681Z Checking dtrace-parser v0.2.0
17022024-08-07T07:37:04.757Z Checking terminal_size v0.3.0
17032024-08-07T07:37:04.805Z Checking h2 v0.3.26
17042024-08-07T07:37:04.908Z Checking syn v2.0.72
17052024-08-07T07:37:04.964Z Checking pkcs8 v0.10.2
17062024-08-07T07:37:05.130Z Checking cookie v0.17.0
17072024-08-07T07:37:05.211Z Checking phf_shared v0.11.2
17082024-08-07T07:37:05.358Z Checking dof v0.3.0
17092024-08-07T07:37:05.483Z Checking signal-hook v0.3.17
17102024-08-07T07:37:05.544Z Checking block-padding v0.3.3
17112024-08-07T07:37:05.751Z Checking scheduled-thread-pool v0.2.7
17122024-08-07T07:37:05.805Z Checking ff v0.13.0
17132024-08-07T07:37:05.937Z Checking thread-id v4.2.1
17142024-08-07T07:37:05.959Z Checking object v0.32.2
17152024-08-07T07:37:06.009Z Checking base64 v0.21.7
17162024-08-07T07:37:06.033Z Checking managed v0.8.0
17172024-08-07T07:37:06.119Z Checking rustc-demangle v0.1.24
17182024-08-07T07:37:06.415Z Checking bitflags v1.3.2
17192024-08-07T07:37:06.467Z Checking either v1.13.0
17202024-08-07T07:37:06.503Z Checking regex-automata v0.1.10
17212024-08-07T07:37:06.556Z Checking clap_lex v0.7.0
17222024-08-07T07:37:06.803Z Checking winnow v0.5.40
17232024-08-07T07:37:06.850Z Checking base16ct v0.2.0
17242024-08-07T07:37:06.890Z Checking ipnet v2.9.0
17252024-08-07T07:37:07.039Z Checking matches v0.1.10
17262024-08-07T07:37:07.125Z Checking bit-vec v0.6.3
17272024-08-07T07:37:07.191Z Checking addr2line v0.21.0
17282024-08-07T07:37:07.352Z Checking strsim v0.11.1
17292024-08-07T07:37:07.442Z Checking idna v0.2.3
17302024-08-07T07:37:07.632Z Checking clap_builder v4.5.13
17312024-08-07T07:37:07.717Z Checking sec1 v0.7.3
17322024-08-07T07:37:07.791Z Checking regex v1.10.6
17332024-08-07T07:37:08.065Z Checking bstr v0.2.17
17342024-08-07T07:37:08.278Z Checking smoltcp v0.9.1
17352024-08-07T07:37:08.372Z Checking rustls-pemfile v1.0.4
17362024-08-07T07:37:08.561Z Checking ipnetwork v0.20.0
17372024-08-07T07:37:08.893Z Checking group v0.13.0
17382024-08-07T07:37:08.926Z Checking r2d2 v0.8.10
17392024-08-07T07:37:09.148Z Checking signal-hook-mio v0.2.3
17402024-08-07T07:37:09.239Z Checking inout v0.1.3
17412024-08-07T07:37:09.286Z Checking cookie_store v0.20.0
17422024-08-07T07:37:09.466Z Checking phf v0.11.2
17432024-08-07T07:37:09.712Z Checking postgres-types v0.2.7
17442024-08-07T07:37:09.730Z Checking num-bigint v0.4.5
17452024-08-07T07:37:09.894Z Checking futures-executor v0.3.30
17462024-08-07T07:37:09.936Z Checking toml_edit v0.19.15
17472024-08-07T07:37:10.125Z Checking phf_shared v0.10.0
17482024-08-07T07:37:10.392Z Checking hubpack v0.1.2
17492024-08-07T07:37:10.406Z Checking serde_urlencoded v0.7.1
17502024-08-07T07:37:10.690Z Checking hkdf v0.12.4
17512024-08-07T07:37:10.705Z Checking float-cmp v0.9.0
17522024-08-07T07:37:10.821Z Checking zerocopy v0.6.6
17532024-08-07T07:37:10.873Z Checking crc32fast v1.4.0
17542024-08-07T07:37:10.886Z Checking crossbeam-utils v0.8.19
17552024-08-07T07:37:11.056Z Checking hyper v0.14.30
17562024-08-07T07:37:11.089Z Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
17572024-08-07T07:37:11.174Z Checking usdt-impl v0.5.0
17582024-08-07T07:37:11.347Z Checking crypto-bigint v0.5.5
17592024-08-07T07:37:11.574Z Checking memmap v0.7.0
17602024-08-07T07:37:11.588Z Checking encoding_rs v0.8.34
17612024-08-07T07:37:11.735Z Checking predicates-core v1.0.6
17622024-08-07T07:37:11.779Z Checking data-encoding v2.6.0
17632024-08-07T07:37:11.907Z Checking static_assertions v1.1.0
17642024-08-07T07:37:11.988Z Checking winnow v0.6.18
17652024-08-07T07:37:12.031Z Checking backtrace v0.3.71
17662024-08-07T07:37:12.340Z Checking precomputed-hash v0.1.1
17672024-08-07T07:37:12.399Z Checking minimal-lexical v0.2.1
17682024-08-07T07:37:12.412Z Checking unicode-segmentation v1.11.0
17692024-08-07T07:37:12.429Z Checking fixedbitset v0.4.2
17702024-08-07T07:37:12.557Z Checking normalize-line-endings v0.3.0
17712024-08-07T07:37:12.672Z Checking new_debug_unreachable v1.0.6
17722024-08-07T07:37:12.675Z Checking sync_wrapper v0.1.2
17732024-08-07T07:37:12.755Z Checking webpki-roots v0.25.4
17742024-08-07T07:37:12.766Z Checking unicode-width v0.1.13
17752024-08-07T07:37:12.794Z Checking mime v0.3.17
17762024-08-07T07:37:12.895Z Checking difflib v0.4.0
17772024-08-07T07:37:12.934Z Checking whoami v1.5.1
17782024-08-07T07:37:13.036Z Checking similar v2.5.0
17792024-08-07T07:37:13.095Z Checking console v0.15.8
17802024-08-07T07:37:13.208Z Checking predicates v3.1.2
17812024-08-07T07:37:13.242Z Checking tokio-postgres v0.7.11
17822024-08-07T07:37:13.690Z Checking string_cache v0.8.7
17832024-08-07T07:37:13.853Z Checking nom v7.1.3
17842024-08-07T07:37:13.876Z Checking petgraph v0.6.5
17852024-08-07T07:37:13.902Z Checking anyhow v1.0.86
17862024-08-07T07:37:13.961Z Checking toml v0.7.8
17872024-08-07T07:37:14.157Z Checking elliptic-curve v0.13.8
17882024-08-07T07:37:14.274Z Checking trust-dns-proto v0.22.0
17892024-08-07T07:37:14.679Z Checking yasna v0.5.2
17902024-08-07T07:37:14.804Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17912024-08-07T07:37:14.929Z Checking toml_edit v0.22.20
17922024-08-07T07:37:15.564Z Checking usdt v0.5.0
17932024-08-07T07:37:15.800Z Checking crossbeam-epoch v0.9.18
17942024-08-07T07:37:16.151Z Checking diesel v2.1.6
17952024-08-07T07:37:16.225Z Checking flate2 v1.0.31
17962024-08-07T07:37:16.733Z Checking clap v4.5.13
17972024-08-07T07:37:16.840Z Checking futures v0.3.30
17982024-08-07T07:37:16.882Z Checking cipher v0.4.4
17992024-08-07T07:37:16.939Z Checking crossterm v0.27.0
18002024-08-07T07:37:17.221Z Checking bstr v1.9.1
18012024-08-07T07:37:17.262Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18022024-08-07T07:37:17.277Z Checking hyper-tls v0.5.0
18032024-08-07T07:37:17.294Z Checking hyper-rustls v0.24.2
18042024-08-07T07:37:17.542Z Checking bit-set v0.5.3
18052024-08-07T07:37:17.582Z Checking reqwest v0.11.27
18062024-08-07T07:37:17.603Z Checking itertools v0.10.5
18072024-08-07T07:37:17.799Z Checking itertools v0.12.1
18082024-08-07T07:37:18.088Z Checking tokio-stream v0.1.15
18092024-08-07T07:37:18.231Z Checking fs-err v2.11.0
18102024-08-07T07:37:18.730Z Checking num-iter v0.1.45
18112024-08-07T07:37:18.779Z Checking slog v2.7.0
18122024-08-07T07:37:18.878Z Checking openapiv3 v2.0.0
18132024-08-07T07:37:18.893Z Checking hex v0.4.3
18142024-08-07T07:37:19.137Z Checking semver v1.0.23
18152024-08-07T07:37:19.263Z Checking lalrpop-util v0.19.12
18162024-08-07T07:37:19.388Z Checking peg-runtime v0.8.3
18172024-08-07T07:37:19.530Z Checking camino v1.1.7
18182024-08-07T07:37:19.543Z Checking sigpipe v0.1.3
18192024-08-07T07:37:35.982Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18202024-08-07T07:37:36.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.55s
18212024-08-07T07:37:36.401Z
18222024-08-07T07:37:36.401Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/147)
18232024-08-07T07:37:36.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242024-08-07T07:37:36.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252024-08-07T07:37:37.027Z Compiling regress v0.9.1
18262024-08-07T07:37:37.119Z Checking sha1 v0.10.6
18272024-08-07T07:37:37.129Z Checking strum v0.26.3
18282024-08-07T07:37:37.149Z Checking heck v0.5.0
18292024-08-07T07:37:37.162Z Compiling getopts v0.2.21
18302024-08-07T07:37:37.165Z Checking dirs-sys-next v0.1.2
18312024-08-07T07:37:37.187Z Compiling unsafe-libyaml v0.2.11
18322024-08-07T07:37:37.308Z Checking http v1.1.0
18332024-08-07T07:37:37.335Z Checking dirs-next v2.0.0
18342024-08-07T07:37:37.350Z Checking thread_local v1.1.8
18352024-08-07T07:37:37.450Z Checking rustls-pki-types v1.7.0
18362024-08-07T07:37:37.535Z Compiling ident_case v1.0.1
18372024-08-07T07:37:37.602Z Checking term v0.7.0
18382024-08-07T07:37:37.707Z Compiling darling_core v0.20.9
18392024-08-07T07:37:37.880Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18402024-08-07T07:37:38.007Z Checking crossbeam-channel v0.5.12
18412024-08-07T07:37:38.052Z Checking atty v0.2.14
18422024-08-07T07:37:38.166Z Checking is-terminal v0.4.12
18432024-08-07T07:37:38.205Z Checking utf-8 v0.7.6
18442024-08-07T07:37:38.277Z Checking humantime v2.1.0
18452024-08-07T07:37:38.395Z Checking termcolor v1.4.1
18462024-08-07T07:37:38.548Z Compiling serde_yaml v0.9.34+deprecated
18472024-08-07T07:37:38.600Z Compiling rustls v0.22.4
18482024-08-07T07:37:38.708Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18492024-08-07T07:37:38.803Z Compiling paste v1.0.15
18502024-08-07T07:37:38.865Z Checking take_mut v0.2.2
18512024-08-07T07:37:39.008Z Checking slog-async v2.8.0
18522024-08-07T07:37:39.112Z Checking env_logger v0.9.3
18532024-08-07T07:37:39.127Z Checking slog-term v2.9.1
18542024-08-07T07:37:39.290Z Checking rustls-webpki v0.102.4
18552024-08-07T07:37:39.380Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18562024-08-07T07:37:39.548Z Compiling proc-macro-crate v1.3.1
18572024-08-07T07:37:39.621Z Compiling bitstruct_derive v0.1.0
18582024-08-07T07:37:39.710Z Compiling structmeta-derive v0.3.0
18592024-08-07T07:37:40.060Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18602024-08-07T07:37:40.180Z Compiling multer v3.1.0
18612024-08-07T07:37:40.483Z Checking ascii v1.1.0
18622024-08-07T07:37:40.592Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18632024-08-07T07:37:40.622Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18642024-08-07T07:37:40.909Z Checking match_cfg v0.1.0
18652024-08-07T07:37:40.990Z Checking hostname v0.3.1
18662024-08-07T07:37:41.017Z Checking bitstruct v0.1.1
18672024-08-07T07:37:41.127Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18682024-08-07T07:37:41.144Z Compiling num_enum_derive v0.5.11
18692024-08-07T07:37:42.115Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18702024-08-07T07:37:42.257Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18712024-08-07T07:37:42.712Z Compiling structmeta v0.3.0
18722024-08-07T07:37:42.715Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18732024-08-07T07:37:43.004Z Checking slog-json v2.6.1
18742024-08-07T07:37:43.050Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18752024-08-07T07:37:43.131Z Checking serde_arrays v0.1.0
18762024-08-07T07:37:43.246Z Checking erased-serde v0.3.31
18772024-08-07T07:37:43.275Z Compiling async-stream-impl v0.3.5
18782024-08-07T07:37:43.302Z Compiling foreign-types-macros v0.2.3
18792024-08-07T07:37:43.697Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18802024-08-07T07:37:43.830Z Checking atomic-waker v1.1.2
18812024-08-07T07:37:43.960Z Checking arc-swap v1.7.1
18822024-08-07T07:37:43.996Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18832024-08-07T07:37:44.267Z Checking foreign-types-shared v0.3.1
18842024-08-07T07:37:44.302Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18852024-08-07T07:37:44.380Z Checking slog-scope v4.4.0
18862024-08-07T07:37:44.467Z Checking waitgroup v0.1.2
18872024-08-07T07:37:44.551Z Checking foreign-types v0.5.0
18882024-08-07T07:37:44.568Z Checking num_enum v0.5.11
18892024-08-07T07:37:44.596Z Checking slog-bunyan v2.5.0
18902024-08-07T07:37:44.611Z Checking async-stream v0.3.5
18912024-08-07T07:37:44.646Z Compiling parse-display-derive v0.9.1
18922024-08-07T07:37:44.694Z Compiling proc-macro-error v1.0.4
18932024-08-07T07:37:44.740Z Compiling darling_macro v0.20.9
18942024-08-07T07:37:44.919Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18952024-08-07T07:37:45.137Z Checking toml v0.8.19
18962024-08-07T07:37:45.186Z Checking tungstenite v0.20.1
18972024-08-07T07:37:45.335Z Checking rustls-pemfile v2.1.3
18982024-08-07T07:37:45.568Z Compiling heck v0.3.3
18992024-08-07T07:37:45.710Z Compiling darling v0.20.9
19002024-08-07T07:37:45.801Z Checking tokio-rustls v0.25.0
19012024-08-07T07:37:45.823Z Compiling serde_with_macros v3.8.3
19022024-08-07T07:37:45.845Z Checking newtype-uuid v1.1.0
19032024-08-07T07:37:45.973Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19042024-08-07T07:37:46.062Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19052024-08-07T07:37:46.079Z Checking serde_path_to_error v0.1.16
19062024-08-07T07:37:46.139Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19072024-08-07T07:37:46.709Z Checking hostname v0.4.0
19082024-08-07T07:37:46.837Z Checking cstr-argument v0.1.2
19092024-08-07T07:37:46.945Z Checking instant v0.1.12
19102024-08-07T07:37:46.959Z Checking debug-ignore v1.0.5
19112024-08-07T07:37:47.001Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19122024-08-07T07:37:47.058Z Checking fastrand v2.1.0
19132024-08-07T07:37:47.092Z Checking pretty-hex v0.2.1
19142024-08-07T07:37:47.248Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19152024-08-07T07:37:47.308Z Checking backoff v0.4.0
19162024-08-07T07:37:47.376Z Checking tempfile v3.10.1
19172024-08-07T07:37:47.510Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19182024-08-07T07:37:47.590Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19192024-08-07T07:37:47.728Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19202024-08-07T07:37:47.824Z Checking tokio-tungstenite v0.20.1
19212024-08-07T07:37:47.869Z Compiling zone_cfg_derive v0.1.2
19222024-08-07T07:37:47.946Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19232024-08-07T07:37:48.287Z Checking slog-stdlog v4.1.1
19242024-08-07T07:37:48.436Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19252024-08-07T07:37:48.585Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19262024-08-07T07:37:48.723Z Checking tungstenite v0.21.0
19272024-08-07T07:37:48.768Z Checking serde_with v3.8.3
19282024-08-07T07:37:48.917Z Checking colored v2.1.0
19292024-08-07T07:37:49.213Z Checking macaddr v1.0.1
19302024-08-07T07:37:49.383Z Checking socket2 v0.4.10
19312024-08-07T07:37:49.480Z Checking parse-display v0.9.1
19322024-08-07T07:37:49.539Z Checking base64 v0.13.1
19332024-08-07T07:37:49.551Z Checking tokio-tungstenite v0.21.0
19342024-08-07T07:37:49.693Z Checking zone v0.1.8
19352024-08-07T07:37:49.918Z Checking ron v0.7.1
19362024-08-07T07:37:50.018Z Checking slog-envlogger v2.2.0
19372024-08-07T07:37:50.239Z Checking pem v3.0.4
19382024-08-07T07:37:50.376Z Checking tabwriter v1.4.0
19392024-08-07T07:37:50.515Z Checking xattr v1.3.1
19402024-08-07T07:37:50.613Z Checking portpicker v0.1.1
19412024-08-07T07:37:50.707Z Checking headers-core v0.2.0
19422024-08-07T07:37:50.754Z Checking smf v0.2.3
19432024-08-07T07:37:50.843Z Checking filetime v0.2.23
19442024-08-07T07:37:51.051Z Checking same-file v1.0.6
19452024-08-07T07:37:51.053Z Checking tar v0.4.41
19462024-08-07T07:37:51.189Z Checking headers v0.3.9
19472024-08-07T07:37:51.221Z Checking walkdir v2.5.0
19482024-08-07T07:37:51.509Z Checking rcgen v0.12.1
19492024-08-07T07:37:51.543Z Checking atomicwrites v0.4.3
19502024-08-07T07:37:51.739Z Checking camino-tempfile v1.1.1
19512024-08-07T07:37:51.872Z Checking subprocess v0.2.9
19522024-08-07T07:37:53.029Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19532024-08-07T07:37:53.236Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19542024-08-07T07:37:55.058Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19552024-08-07T07:37:57.040Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19562024-08-07T07:37:57.102Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19572024-08-07T07:38:00.127Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19582024-08-07T07:38:05.888Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19592024-08-07T07:38:06.015Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19602024-08-07T07:38:06.020Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19612024-08-07T07:38:08.503Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19622024-08-07T07:38:08.909Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19632024-08-07T07:38:14.437Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19642024-08-07T07:38:15.802Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19652024-08-07T07:38:16.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.48s
19662024-08-07T07:38:17.049Z
19672024-08-07T07:38:17.049Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/147)
19682024-08-07T07:38:17.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692024-08-07T07:38:17.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702024-08-07T07:38:17.674Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19712024-08-07T07:38:18.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
19722024-08-07T07:38:19.006Z
19732024-08-07T07:38:19.006Zinfo: running `cargo check --bins` on nexus-config (31/147)
19742024-08-07T07:38:19.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752024-08-07T07:38:19.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762024-08-07T07:38:19.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772024-08-07T07:38:19.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19782024-08-07T07:38:19.590Z
19792024-08-07T07:38:19.590Zinfo: running `cargo check --bins` on omicron-rpaths (32/147)
19802024-08-07T07:38:20.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812024-08-07T07:38:20.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822024-08-07T07:38:20.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832024-08-07T07:38:20.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19842024-08-07T07:38:20.146Z
19852024-08-07T07:38:20.146Zinfo: running `cargo check --bins` on omicron-certificates (33/147)
19862024-08-07T07:38:20.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872024-08-07T07:38:20.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882024-08-07T07:38:20.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892024-08-07T07:38:20.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19902024-08-07T07:38:20.734Z
19912024-08-07T07:38:20.734Zinfo: running `cargo check --bins` on bootstrap-agent-client (34/147)
19922024-08-07T07:38:21.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932024-08-07T07:38:21.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942024-08-07T07:38:21.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952024-08-07T07:38:21.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19962024-08-07T07:38:21.339Z
19972024-08-07T07:38:21.339Zinfo: running `cargo check --bins` on cockroach-admin-client (35/147)
19982024-08-07T07:38:21.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992024-08-07T07:38:21.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002024-08-07T07:38:21.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012024-08-07T07:38:21.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20022024-08-07T07:38:21.906Z
20032024-08-07T07:38:21.906Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (36/147)
20042024-08-07T07:38:22.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052024-08-07T07:38:22.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062024-08-07T07:38:22.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072024-08-07T07:38:22.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20082024-08-07T07:38:22.510Z
20092024-08-07T07:38:22.510Zinfo: running `cargo check --bins` on dns-service-client (37/147)
20102024-08-07T07:38:23.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-08-07T07:38:23.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-08-07T07:38:23.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132024-08-07T07:38:23.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20142024-08-07T07:38:23.075Z
20152024-08-07T07:38:23.075Zinfo: running `cargo check --bins` on dpd-client (38/147)
20162024-08-07T07:38:23.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172024-08-07T07:38:23.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182024-08-07T07:38:23.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192024-08-07T07:38:23.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20202024-08-07T07:38:23.647Z
20212024-08-07T07:38:23.647Zinfo: running `cargo check --bins` on gateway-client (39/147)
20222024-08-07T07:38:24.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232024-08-07T07:38:24.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242024-08-07T07:38:24.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252024-08-07T07:38:24.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20262024-08-07T07:38:24.208Z
20272024-08-07T07:38:24.208Zinfo: running `cargo check --bins` on installinator-client (40/147)
20282024-08-07T07:38:24.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292024-08-07T07:38:24.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302024-08-07T07:38:24.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312024-08-07T07:38:24.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20322024-08-07T07:38:24.803Z
20332024-08-07T07:38:24.803Zinfo: running `cargo check --bins` on installinator-common (41/147)
20342024-08-07T07:38:25.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352024-08-07T07:38:25.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362024-08-07T07:38:25.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372024-08-07T07:38:25.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20382024-08-07T07:38:25.410Z
20392024-08-07T07:38:25.410Zinfo: running `cargo check --bins` on update-engine (42/147)
20402024-08-07T07:38:25.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-08-07T07:38:25.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-08-07T07:38:25.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432024-08-07T07:38:25.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20442024-08-07T07:38:25.986Z
20452024-08-07T07:38:25.986Zinfo: running `cargo check --bins` on nexus-client (43/147)
20462024-08-07T07:38:26.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472024-08-07T07:38:26.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482024-08-07T07:38:26.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492024-08-07T07:38:26.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20502024-08-07T07:38:26.599Z
20512024-08-07T07:38:26.599Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (44/147)
20522024-08-07T07:38:27.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532024-08-07T07:38:27.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542024-08-07T07:38:27.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552024-08-07T07:38:27.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20562024-08-07T07:38:27.207Z
20572024-08-07T07:38:27.207Zinfo: running `cargo check --bins` on omicron-passwords (45/147)
20582024-08-07T07:38:27.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592024-08-07T07:38:27.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602024-08-07T07:38:27.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612024-08-07T07:38:27.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20622024-08-07T07:38:27.783Z
20632024-08-07T07:38:27.783Zinfo: running `cargo check --bins` on nexus-types (46/147)
20642024-08-07T07:38:28.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652024-08-07T07:38:28.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662024-08-07T07:38:28.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672024-08-07T07:38:28.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20682024-08-07T07:38:28.396Z
20692024-08-07T07:38:28.396Zinfo: running `cargo check --bins` on oxide-client (47/147)
20702024-08-07T07:38:28.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712024-08-07T07:38:28.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722024-08-07T07:38:28.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732024-08-07T07:38:28.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
20742024-08-07T07:38:28.971Z
20752024-08-07T07:38:28.971Zinfo: running `cargo check --bins` on oximeter-client (48/147)
20762024-08-07T07:38:29.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772024-08-07T07:38:29.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782024-08-07T07:38:29.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792024-08-07T07:38:29.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20802024-08-07T07:38:29.561Z
20812024-08-07T07:38:29.561Zinfo: running `cargo check --bins` on sled-agent-client (49/147)
20822024-08-07T07:38:30.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832024-08-07T07:38:30.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842024-08-07T07:38:30.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852024-08-07T07:38:30.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20862024-08-07T07:38:30.164Z
20872024-08-07T07:38:30.164Zinfo: running `cargo check --bins` on wicketd-client (50/147)
20882024-08-07T07:38:30.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892024-08-07T07:38:30.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902024-08-07T07:38:30.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912024-08-07T07:38:30.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922024-08-07T07:38:30.776Z
20932024-08-07T07:38:30.776Zinfo: running `cargo check --bins` on wicket-common (51/147)
20942024-08-07T07:38:31.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952024-08-07T07:38:31.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962024-08-07T07:38:31.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972024-08-07T07:38:31.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982024-08-07T07:38:31.388Z
20992024-08-07T07:38:31.388Zinfo: running `cargo check --bins` on omicron-cockroach-admin (52/147)
21002024-08-07T07:38:31.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012024-08-07T07:38:31.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022024-08-07T07:38:31.997Z Compiling heapless v0.8.0
21032024-08-07T07:38:32.000Z Checking hash32 v0.3.1
21042024-08-07T07:38:32.000Z Compiling smoltcp v0.11.0
21052024-08-07T07:38:32.102Z Checking cobs v0.2.3
21062024-08-07T07:38:32.102Z Checking embedded-io v0.4.0
21072024-08-07T07:38:32.120Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21082024-08-07T07:38:32.123Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21092024-08-07T07:38:32.144Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21102024-08-07T07:38:32.237Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
21112024-08-07T07:38:32.255Z Compiling crucible-workspace-hack v0.1.0
21122024-08-07T07:38:32.269Z Checking csv-core v0.1.11
21132024-08-07T07:38:32.293Z Checking postcard v1.0.8
21142024-08-07T07:38:32.457Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21152024-08-07T07:38:32.581Z Checking csv v1.3.0
21162024-08-07T07:38:32.648Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21172024-08-07T07:38:32.661Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21182024-08-07T07:38:32.793Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21192024-08-07T07:38:32.913Z Compiling num-derive v0.4.2
21202024-08-07T07:38:33.000Z Compiling slog-dtrace v0.3.0
21212024-08-07T07:38:33.003Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21222024-08-07T07:38:33.080Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
21232024-08-07T07:38:33.321Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21242024-08-07T07:38:33.385Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21252024-08-07T07:38:33.846Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
21262024-08-07T07:38:34.026Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
21272024-08-07T07:38:34.550Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21282024-08-07T07:38:35.706Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21292024-08-07T07:38:36.528Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21302024-08-07T07:38:37.558Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
21312024-08-07T07:38:40.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.75s
21322024-08-07T07:38:40.279Z
21332024-08-07T07:38:40.279Zinfo: running `cargo check --bins` on cockroach-admin-api (53/147)
21342024-08-07T07:38:40.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352024-08-07T07:38:40.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362024-08-07T07:38:40.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372024-08-07T07:38:40.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21382024-08-07T07:38:40.869Z
21392024-08-07T07:38:40.869Zinfo: running `cargo check --bins` on cockroach-admin-types (54/147)
21402024-08-07T07:38:41.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412024-08-07T07:38:41.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422024-08-07T07:38:41.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432024-08-07T07:38:41.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21442024-08-07T07:38:41.465Z
21452024-08-07T07:38:41.465Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (55/147)
21462024-08-07T07:38:42.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472024-08-07T07:38:42.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482024-08-07T07:38:42.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492024-08-07T07:38:42.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21502024-08-07T07:38:42.151Z
21512024-08-07T07:38:42.151Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (56/147)
21522024-08-07T07:38:42.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532024-08-07T07:38:42.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542024-08-07T07:38:42.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552024-08-07T07:38:42.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
21562024-08-07T07:38:42.838Z
21572024-08-07T07:38:42.838Zinfo: running `cargo check --bins` on dns-server (57/147)
21582024-08-07T07:38:43.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592024-08-07T07:38:43.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602024-08-07T07:38:43.431Z Compiling parking_lot_core v0.8.6
21612024-08-07T07:38:43.434Z Checking nibble_vec v0.1.0
21622024-08-07T07:38:43.516Z Checking endian-type v0.1.2
21632024-08-07T07:38:43.532Z Checking newline-converter v0.3.0
21642024-08-07T07:38:43.534Z Checking linked-hash-map v0.5.6
21652024-08-07T07:38:43.534Z Checking quick-error v1.2.3
21662024-08-07T07:38:43.550Z Checking toml v0.5.11
21672024-08-07T07:38:43.553Z Checking fxhash v0.2.1
21682024-08-07T07:38:43.652Z Checking resolv-conf v0.7.0
21692024-08-07T07:38:43.652Z Checking expectorate v1.1.0
21702024-08-07T07:38:43.679Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21712024-08-07T07:38:43.691Z Checking radix_trie v0.2.1
21722024-08-07T07:38:43.791Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21732024-08-07T07:38:43.826Z Checking lru-cache v0.1.2
21742024-08-07T07:38:43.980Z Checking trust-dns-resolver v0.22.0
21752024-08-07T07:38:44.059Z Checking trust-dns-client v0.22.0
21762024-08-07T07:38:44.259Z Checking parking_lot v0.11.2
21772024-08-07T07:38:44.498Z Checking sled v0.34.7
21782024-08-07T07:38:44.980Z Checking trust-dns-server v0.22.1
21792024-08-07T07:38:46.663Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21802024-08-07T07:38:47.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
21812024-08-07T07:38:47.668Z
21822024-08-07T07:38:47.668Zinfo: running `cargo check --bins` on dns-server-api (58/147)
21832024-08-07T07:38:48.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842024-08-07T07:38:48.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852024-08-07T07:38:48.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862024-08-07T07:38:48.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21872024-08-07T07:38:48.248Z
21882024-08-07T07:38:48.248Zinfo: running `cargo check --bins` on gateway-test-utils (59/147)
21892024-08-07T07:38:48.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902024-08-07T07:38:48.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912024-08-07T07:38:48.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922024-08-07T07:38:48.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21932024-08-07T07:38:48.884Z
21942024-08-07T07:38:48.884Zinfo: running `cargo check --bins` on gateway-types (60/147)
21952024-08-07T07:38:49.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962024-08-07T07:38:49.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972024-08-07T07:38:49.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982024-08-07T07:38:49.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21992024-08-07T07:38:49.467Z
22002024-08-07T07:38:49.467Zinfo: running `cargo check --bins` on ipcc (61/147)
22012024-08-07T07:38:49.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022024-08-07T07:38:49.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032024-08-07T07:38:49.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042024-08-07T07:38:49.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22052024-08-07T07:38:50.051Z
22062024-08-07T07:38:50.051Zinfo: running `cargo check --bins` on omicron-gateway (62/147)
22072024-08-07T07:38:50.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082024-08-07T07:38:50.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092024-08-07T07:38:50.683Z Compiling radium v0.7.0
22102024-08-07T07:38:50.771Z Checking tap v1.0.1
22112024-08-07T07:38:50.773Z Compiling maybe-uninit v2.0.0
22122024-08-07T07:38:50.793Z Compiling bzip2-sys v0.1.11+1.0.8
22132024-08-07T07:38:50.796Z Compiling num-bigint-dig v0.8.4
22142024-08-07T07:38:50.796Z Compiling packed_struct v0.10.1
22152024-08-07T07:38:50.796Z Checking crc-catalog v2.4.0
22162024-08-07T07:38:50.796Z Checking funty v2.0.0
22172024-08-07T07:38:50.890Z Checking wyz v0.5.1
22182024-08-07T07:38:51.101Z Compiling packed_struct_codegen v0.10.1
22192024-08-07T07:38:51.234Z Checking crc v3.2.1
22202024-08-07T07:38:51.237Z Compiling indexmap v1.9.3
22212024-08-07T07:38:51.289Z Checking half v2.4.1
22222024-08-07T07:38:51.422Z Checking ciborium-io v0.2.2
22232024-08-07T07:38:51.528Z Checking nodrop v0.1.14
22242024-08-07T07:38:51.564Z Checking smallvec v0.6.14
22252024-08-07T07:38:51.639Z Checking array-init v0.0.4
22262024-08-07T07:38:51.670Z Checking pkcs1 v0.7.5
22272024-08-07T07:38:51.771Z Checking ciborium-ll v0.2.2
22282024-08-07T07:38:51.786Z Checking bitvec v1.0.1
22292024-08-07T07:38:51.944Z Checking signature v2.2.0
22302024-08-07T07:38:52.049Z Compiling memoffset v0.9.1
22312024-08-07T07:38:52.062Z Checking hashbrown v0.12.3
22322024-08-07T07:38:52.076Z Checking bitfield v0.14.0
22332024-08-07T07:38:52.125Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22342024-08-07T07:38:52.353Z Checking env_logger v0.10.2
22352024-08-07T07:38:52.441Z Checking bzip2 v0.4.4
22362024-08-07T07:38:52.503Z Checking ciborium v0.2.2
22372024-08-07T07:38:52.659Z Checking serde-hex v0.1.0
22382024-08-07T07:38:52.723Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22392024-08-07T07:38:52.758Z Checking ron v0.8.1
22402024-08-07T07:38:52.955Z Checking x509-cert v0.2.5
22412024-08-07T07:38:53.499Z Checking hashbrown v0.13.2
22422024-08-07T07:38:53.648Z Checking rsa v0.9.6
22432024-08-07T07:38:53.760Z Checking crc-any v2.5.0
22442024-08-07T07:38:53.957Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22452024-08-07T07:38:54.143Z Checking zip v0.6.6
22462024-08-07T07:38:54.325Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22472024-08-07T07:38:54.516Z Checking path-slash v0.1.5
22482024-08-07T07:38:54.519Z Checking object v0.30.4
22492024-08-07T07:38:54.546Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22502024-08-07T07:38:54.664Z Checking nix v0.27.1
22512024-08-07T07:38:54.680Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22522024-08-07T07:38:54.695Z Checking serde-big-array v0.5.1
22532024-08-07T07:38:54.796Z Checking signal-hook-tokio v0.3.1
22542024-08-07T07:38:56.633Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22552024-08-07T07:38:57.226Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22562024-08-07T07:39:03.695Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22572024-08-07T07:39:04.901Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
22582024-08-07T07:39:06.609Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22592024-08-07T07:39:08.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.33s
22602024-08-07T07:39:08.547Z
22612024-08-07T07:39:08.547Zinfo: running `cargo check --bins` on gateway-api (63/147)
22622024-08-07T07:39:09.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-08-07T07:39:09.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-08-07T07:39:09.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-08-07T07:39:09.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22662024-08-07T07:39:09.148Z
22672024-08-07T07:39:09.148Zinfo: running `cargo check --bins` on sp-sim (64/147)
22682024-08-07T07:39:09.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-08-07T07:39:09.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-08-07T07:39:09.772Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22712024-08-07T07:39:11.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
22722024-08-07T07:39:11.506Z
22732024-08-07T07:39:11.507Zinfo: running `cargo check --bins` on internal-dns (65/147)
22742024-08-07T07:39:12.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-08-07T07:39:12.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-08-07T07:39:12.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772024-08-07T07:39:12.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22782024-08-07T07:39:12.107Z
22792024-08-07T07:39:12.107Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (66/147)
22802024-08-07T07:39:12.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812024-08-07T07:39:12.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822024-08-07T07:39:12.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832024-08-07T07:39:12.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22842024-08-07T07:39:12.751Z
22852024-08-07T07:39:12.752Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (67/147)
22862024-08-07T07:39:13.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872024-08-07T07:39:13.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882024-08-07T07:39:13.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892024-08-07T07:39:13.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22902024-08-07T07:39:13.403Z
22912024-08-07T07:39:13.403Zinfo: running `cargo check --bins` on db-macros (68/147)
22922024-08-07T07:39:13.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932024-08-07T07:39:13.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942024-08-07T07:39:13.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952024-08-07T07:39:13.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22962024-08-07T07:39:13.977Z
22972024-08-07T07:39:13.977Zinfo: running `cargo check --bins` on nexus-macros-common (69/147)
22982024-08-07T07:39:14.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992024-08-07T07:39:14.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002024-08-07T07:39:14.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012024-08-07T07:39:14.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23022024-08-07T07:39:14.551Z
23032024-08-07T07:39:14.551Zinfo: running `cargo check --bins` on nexus-auth (70/147)
23042024-08-07T07:39:15.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052024-08-07T07:39:15.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062024-08-07T07:39:15.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23072024-08-07T07:39:15.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23082024-08-07T07:39:15.183Z
23092024-08-07T07:39:15.183Zinfo: running `cargo check --bins` on authz-macros (71/147)
23102024-08-07T07:39:15.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23112024-08-07T07:39:15.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23122024-08-07T07:39:15.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23132024-08-07T07:39:15.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23142024-08-07T07:39:15.754Z
23152024-08-07T07:39:15.754Zinfo: running `cargo check --bins` on nexus-db-fixed-data (72/147)
23162024-08-07T07:39:16.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-08-07T07:39:16.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-08-07T07:39:16.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-08-07T07:39:16.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23202024-08-07T07:39:16.371Z
23212024-08-07T07:39:16.371Zinfo: running `cargo check --bins` on nexus-db-model (73/147)
23222024-08-07T07:39:16.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-08-07T07:39:16.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-08-07T07:39:16.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252024-08-07T07:39:16.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23262024-08-07T07:39:16.996Z
23272024-08-07T07:39:16.996Zinfo: running `cargo check --bins` on nexus-defaults (74/147)
23282024-08-07T07:39:17.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-08-07T07:39:17.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-08-07T07:39:17.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312024-08-07T07:39:17.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23322024-08-07T07:39:17.595Z
23332024-08-07T07:39:17.595Zinfo: running `cargo check --bins` on oximeter (75/147)
23342024-08-07T07:39:18.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-08-07T07:39:18.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-08-07T07:39:18.193Z Compiling rustls-pki-types v1.7.0
23372024-08-07T07:39:18.279Z Compiling prettyplease v0.2.20
23382024-08-07T07:39:18.281Z Compiling match_cfg v0.1.0
23392024-08-07T07:39:18.292Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23402024-08-07T07:39:18.295Z Compiling slog-json v2.6.1
23412024-08-07T07:39:18.308Z Compiling http v1.1.0
23422024-08-07T07:39:18.312Z Compiling atomic-waker v1.1.2
23432024-08-07T07:39:18.333Z Compiling async-stream v0.3.5
23442024-08-07T07:39:18.349Z Compiling hostname v0.3.1
23452024-08-07T07:39:18.489Z Compiling waitgroup v0.1.2
23462024-08-07T07:39:18.569Z Compiling slog-bunyan v2.5.0
23472024-08-07T07:39:18.590Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23482024-08-07T07:39:18.610Z Compiling toml v0.8.19
23492024-08-07T07:39:18.641Z Compiling sha1 v0.10.6
23502024-08-07T07:39:18.684Z Compiling rustls-webpki v0.102.4
23512024-08-07T07:39:18.699Z Compiling rustls-pemfile v2.1.3
23522024-08-07T07:39:18.775Z Compiling newtype-uuid v1.1.0
23532024-08-07T07:39:18.779Z Compiling serde_path_to_error v0.1.16
23542024-08-07T07:39:19.046Z Compiling hostname v0.4.0
23552024-08-07T07:39:19.069Z Compiling instant v0.1.12
23562024-08-07T07:39:19.069Z Compiling debug-ignore v1.0.5
23572024-08-07T07:39:19.171Z Compiling backoff v0.4.0
23582024-08-07T07:39:19.206Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23592024-08-07T07:39:19.220Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23602024-08-07T07:39:19.287Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23612024-08-07T07:39:19.447Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23622024-08-07T07:39:19.492Z Compiling rustls v0.22.4
23632024-08-07T07:39:19.527Z Compiling serde_with v3.8.3
23642024-08-07T07:39:19.621Z Compiling parse-display v0.9.1
23652024-08-07T07:39:20.277Z Compiling multer v3.1.0
23662024-08-07T07:39:20.306Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23672024-08-07T07:39:20.459Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23682024-08-07T07:39:20.611Z Compiling num-rational v0.4.2
23692024-08-07T07:39:20.721Z Compiling num-complex v0.4.6
23702024-08-07T07:39:20.767Z Compiling macaddr v1.0.1
23712024-08-07T07:39:21.853Z Compiling num v0.4.3
23722024-08-07T07:39:21.886Z Compiling float-ord v0.3.2
23732024-08-07T07:39:22.944Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23742024-08-07T07:39:23.415Z Compiling tokio-rustls v0.25.0
23752024-08-07T07:39:23.688Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23762024-08-07T07:39:26.791Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23772024-08-07T07:39:37.616Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23782024-08-07T07:39:40.574Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23792024-08-07T07:39:41.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.55s
23802024-08-07T07:39:41.289Z
23812024-08-07T07:39:41.289Zinfo: running `cargo check --bins` on oximeter-impl (76/147)
23822024-08-07T07:39:41.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-08-07T07:39:41.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-08-07T07:39:41.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-08-07T07:39:41.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23862024-08-07T07:39:41.907Z
23872024-08-07T07:39:41.907Zinfo: running `cargo check --bins` on oximeter-macro-impl (77/147)
23882024-08-07T07:39:42.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-08-07T07:39:42.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-08-07T07:39:42.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-08-07T07:39:42.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23922024-08-07T07:39:42.461Z
23932024-08-07T07:39:42.461Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (78/147)
23942024-08-07T07:39:42.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-08-07T07:39:42.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-08-07T07:39:42.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-08-07T07:39:42.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23982024-08-07T07:39:43.051Z
23992024-08-07T07:39:43.051Zinfo: running `cargo check --bins` on nexus-inventory (79/147)
24002024-08-07T07:39:43.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-08-07T07:39:43.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-08-07T07:39:43.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-08-07T07:39:43.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24042024-08-07T07:39:43.652Z
24052024-08-07T07:39:43.652Zinfo: running `cargo check --bins` on typed-rng (80/147)
24062024-08-07T07:39:44.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-08-07T07:39:44.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-08-07T07:39:44.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092024-08-07T07:39:44.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24102024-08-07T07:39:44.211Z
24112024-08-07T07:39:44.211Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/147)
24122024-08-07T07:39:44.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-08-07T07:39:44.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-08-07T07:39:44.891Z Checking password-hash v0.5.0
24152024-08-07T07:39:44.891Z Checking blake2 v0.10.6
24162024-08-07T07:39:44.891Z Compiling semver v0.1.20
24172024-08-07T07:39:44.891Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24182024-08-07T07:39:44.996Z Compiling convert_case v0.4.0
24192024-08-07T07:39:44.999Z Compiling rayon-core v1.12.1
24202024-08-07T07:39:45.018Z Compiling crossbeam-deque v0.8.5
24212024-08-07T07:39:45.021Z Compiling unicase v2.7.0
24222024-08-07T07:39:45.286Z Compiling rustc_version v0.1.7
24232024-08-07T07:39:45.350Z Compiling same-file v1.0.6
24242024-08-07T07:39:45.374Z Compiling libefi-sys v0.1.0
24252024-08-07T07:39:45.388Z Compiling fastrand v2.1.0
24262024-08-07T07:39:45.391Z Checking argon2 v0.5.3
24272024-08-07T07:39:45.582Z Compiling walkdir v2.5.0
24282024-08-07T07:39:45.668Z Compiling curve25519-dalek v4.1.3
24292024-08-07T07:39:45.804Z Compiling tempfile v3.10.1
24302024-08-07T07:39:45.819Z Compiling newtype_derive v0.1.6
24312024-08-07T07:39:45.927Z Compiling derive_more v0.99.18
24322024-08-07T07:39:45.930Z Compiling bitfield-struct v0.6.1
24332024-08-07T07:39:46.067Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24342024-08-07T07:39:46.171Z Compiling derive-where v1.2.7
24352024-08-07T07:39:46.317Z Compiling blake3 v1.5.1
24362024-08-07T07:39:46.320Z Compiling ring v0.16.20
24372024-08-07T07:39:46.332Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
24382024-08-07T07:39:46.660Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24392024-08-07T07:39:46.950Z Checking keccak v0.1.5
24402024-08-07T07:39:47.280Z Checking sha3 v0.10.8
24412024-08-07T07:39:47.363Z Compiling rayon v1.10.0
24422024-08-07T07:39:47.383Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432024-08-07T07:39:47.702Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24442024-08-07T07:39:47.746Z Checking universal-hash v0.5.1
24452024-08-07T07:39:47.922Z Compiling thiserror-impl-no-std v2.0.2
24462024-08-07T07:39:47.969Z Checking secrecy v0.8.0
24472024-08-07T07:39:47.984Z Compiling curve25519-dalek-derive v0.1.1
24482024-08-07T07:39:48.014Z Compiling memmap2 v0.9.4
24492024-08-07T07:39:48.171Z Compiling arrayvec v0.7.4
24502024-08-07T07:39:48.459Z Compiling untrusted v0.7.1
24512024-08-07T07:39:48.569Z Compiling home v0.5.9
24522024-08-07T07:39:48.642Z Compiling spin v0.5.2
24532024-08-07T07:39:48.845Z Compiling constant_time_eq v0.3.0
24542024-08-07T07:39:48.883Z Checking opaque-debug v0.3.1
24552024-08-07T07:39:48.969Z Compiling arrayref v0.3.7
24562024-08-07T07:39:49.024Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24572024-08-07T07:39:49.069Z Checking poly1305 v0.8.0
24582024-08-07T07:39:49.134Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24592024-08-07T07:39:49.568Z Compiling toolchain_find v0.4.0
24602024-08-07T07:39:49.615Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24612024-08-07T07:39:49.841Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24622024-08-07T07:39:49.940Z Checking steno v0.4.1
24632024-08-07T07:39:50.140Z Compiling camino-tempfile v1.1.1
24642024-08-07T07:39:50.587Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24652024-08-07T07:39:50.658Z Checking chacha20 v0.9.1
24662024-08-07T07:39:50.992Z Checking gethostname v0.5.0
24672024-08-07T07:39:51.124Z Checking aead v0.5.2
24682024-08-07T07:39:51.210Z Checking thiserror-no-std v2.0.2
24692024-08-07T07:39:51.322Z Compiling topological-sort v0.2.2
24702024-08-07T07:39:51.343Z Compiling cancel-safe-futures v0.1.5
24712024-08-07T07:39:51.364Z Checking vsss-rs v3.3.4
24722024-08-07T07:39:51.581Z Checking chacha20poly1305 v0.10.1
24732024-08-07T07:39:51.798Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24742024-08-07T07:39:52.076Z Compiling mime_guess v2.0.4
24752024-08-07T07:39:52.318Z Compiling omicron-zone-package v0.11.0
24762024-08-07T07:39:52.986Z Compiling rustfmt-wrapper v0.2.1
24772024-08-07T07:39:53.213Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24782024-08-07T07:39:53.397Z Checking glob v0.3.1
24792024-08-07T07:39:53.626Z Checking libsw v3.3.1
24802024-08-07T07:39:53.685Z Checking linear-map v1.2.0
24812024-08-07T07:39:53.797Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24822024-08-07T07:39:53.875Z Checking swrite v0.1.0
24832024-08-07T07:39:53.878Z Checking owo-colors v4.0.0
24842024-08-07T07:39:53.989Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24852024-08-07T07:39:54.032Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24862024-08-07T07:39:54.655Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24872024-08-07T07:39:54.807Z Checking kstat-rs v0.2.4
24882024-08-07T07:39:54.917Z Checking nanorand v0.7.0
24892024-08-07T07:39:55.097Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24902024-08-07T07:39:55.135Z Checking http-range v0.1.5
24912024-08-07T07:39:55.161Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24922024-08-07T07:39:55.281Z Checking flume v0.11.0
24932024-08-07T07:39:55.300Z Checking hyper-staticfile v0.9.5
24942024-08-07T07:39:55.699Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952024-08-07T07:39:55.715Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24962024-08-07T07:39:55.715Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24972024-08-07T07:39:55.743Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24982024-08-07T07:39:55.797Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24992024-08-07T07:39:57.034Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25002024-08-07T07:39:57.247Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25012024-08-07T07:39:58.477Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25022024-08-07T07:39:58.714Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25032024-08-07T07:39:58.920Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25042024-08-07T07:39:59.615Z Checking display-error-chain v0.2.0
25052024-08-07T07:40:05.894Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25062024-08-07T07:40:11.088Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25072024-08-07T07:40:11.088Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25082024-08-07T07:40:11.726Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25092024-08-07T07:40:25.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.30s
25102024-08-07T07:40:25.675Z
25112024-08-07T07:40:25.675Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/147)
25122024-08-07T07:40:26.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-08-07T07:40:26.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-08-07T07:40:26.350Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25152024-08-07T07:40:40.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
25162024-08-07T07:40:40.200Z
25172024-08-07T07:40:40.200Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/147)
25182024-08-07T07:40:40.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-08-07T07:40:40.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-08-07T07:40:40.882Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25212024-08-07T07:40:54.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s
25222024-08-07T07:40:54.844Z
25232024-08-07T07:40:54.844Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/147)
25242024-08-07T07:40:55.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-08-07T07:40:55.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-08-07T07:40:55.523Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25272024-08-07T07:41:09.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
25282024-08-07T07:41:09.392Z
25292024-08-07T07:41:09.392Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/147)
25302024-08-07T07:41:09.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-08-07T07:41:09.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-08-07T07:41:10.093Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25332024-08-07T07:41:23.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
25342024-08-07T07:41:24.028Z
25352024-08-07T07:41:24.028Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/147)
25362024-08-07T07:41:24.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-08-07T07:41:24.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-08-07T07:41:24.706Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25392024-08-07T07:41:38.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s
25402024-08-07T07:41:38.688Z
25412024-08-07T07:41:38.688Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/147)
25422024-08-07T07:41:39.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-08-07T07:41:39.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-08-07T07:41:39.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25452024-08-07T07:41:52.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
25462024-08-07T07:41:53.136Z
25472024-08-07T07:41:53.136Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/147)
25482024-08-07T07:41:53.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-08-07T07:41:53.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-08-07T07:41:53.823Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25512024-08-07T07:42:07.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
25522024-08-07T07:42:07.607Z
25532024-08-07T07:42:07.607Zinfo: running `cargo check --bins` on bootstrap-agent-api (89/147)
25542024-08-07T07:42:08.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-08-07T07:42:08.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-08-07T07:42:08.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-08-07T07:42:08.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25582024-08-07T07:42:08.237Z
25592024-08-07T07:42:08.237Zinfo: running `cargo check --bins` on sled-agent-types (90/147)
25602024-08-07T07:42:08.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-08-07T07:42:08.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-08-07T07:42:08.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-08-07T07:42:08.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25642024-08-07T07:42:08.862Z
25652024-08-07T07:42:08.862Zinfo: running `cargo check --bins --no-default-features` on sled-storage (91/147)
25662024-08-07T07:42:09.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-08-07T07:42:09.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-08-07T07:42:09.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-08-07T07:42:09.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25702024-08-07T07:42:09.492Z
25712024-08-07T07:42:09.492Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (92/147)
25722024-08-07T07:42:10.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-08-07T07:42:10.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-08-07T07:42:10.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-08-07T07:42:10.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25762024-08-07T07:42:10.112Z
25772024-08-07T07:42:10.112Zinfo: running `cargo check --bins` on key-manager (93/147)
25782024-08-07T07:42:10.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-08-07T07:42:10.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-08-07T07:42:10.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-08-07T07:42:10.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25822024-08-07T07:42:10.708Z
25832024-08-07T07:42:10.708Zinfo: running `cargo check --bins` on sled-hardware (94/147)
25842024-08-07T07:42:11.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-08-07T07:42:11.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-08-07T07:42:11.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-08-07T07:42:11.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25882024-08-07T07:42:11.323Z
25892024-08-07T07:42:11.323Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (95/147)
25902024-08-07T07:42:11.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-08-07T07:42:11.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-08-07T07:42:11.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-08-07T07:42:11.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25942024-08-07T07:42:11.902Z
25952024-08-07T07:42:11.902Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (96/147)
25962024-08-07T07:42:12.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-08-07T07:42:12.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-08-07T07:42:12.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-08-07T07:42:12.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26002024-08-07T07:42:12.506Z
26012024-08-07T07:42:12.506Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (97/147)
26022024-08-07T07:42:13.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-08-07T07:42:13.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-08-07T07:42:13.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-08-07T07:42:13.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26062024-08-07T07:42:13.109Z
26072024-08-07T07:42:13.109Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (98/147)
26082024-08-07T07:42:13.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-08-07T07:42:13.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-08-07T07:42:13.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112024-08-07T07:42:13.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26122024-08-07T07:42:13.712Z
26132024-08-07T07:42:13.712Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (99/147)
26142024-08-07T07:42:14.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152024-08-07T07:42:14.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162024-08-07T07:42:14.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172024-08-07T07:42:14.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26182024-08-07T07:42:14.313Z
26192024-08-07T07:42:14.313Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (100/147)
26202024-08-07T07:42:14.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-08-07T07:42:14.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-08-07T07:42:14.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-08-07T07:42:14.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26242024-08-07T07:42:14.915Z
26252024-08-07T07:42:14.916Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (101/147)
26262024-08-07T07:42:15.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-08-07T07:42:15.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-08-07T07:42:15.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-08-07T07:42:15.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26302024-08-07T07:42:15.524Z
26312024-08-07T07:42:15.524Zinfo: running `cargo check --bins` on oximeter-producer (102/147)
26322024-08-07T07:42:16.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-08-07T07:42:16.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-08-07T07:42:16.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-08-07T07:42:16.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26362024-08-07T07:42:16.156Z
26372024-08-07T07:42:16.156Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/147)
26382024-08-07T07:42:16.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-08-07T07:42:16.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-08-07T07:42:16.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-08-07T07:42:16.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26422024-08-07T07:42:16.789Z
26432024-08-07T07:42:16.789Zinfo: running `cargo check --bins` on nexus-test-interface (104/147)
26442024-08-07T07:42:17.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-08-07T07:42:17.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-08-07T07:42:17.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472024-08-07T07:42:17.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26482024-08-07T07:42:17.411Z
26492024-08-07T07:42:17.411Zinfo: running `cargo check --bins` on oximeter-collector (105/147)
26502024-08-07T07:42:17.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512024-08-07T07:42:17.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522024-08-07T07:42:18.049Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26532024-08-07T07:42:18.049Z Checking bcs v0.1.6
26542024-08-07T07:42:18.049Z Compiling async-recursion v1.1.1
26552024-08-07T07:42:18.052Z Checking highway v1.2.0
26562024-08-07T07:42:18.052Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26572024-08-07T07:42:18.052Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26582024-08-07T07:42:19.136Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26592024-08-07T07:42:22.207Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26602024-08-07T07:42:23.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
26612024-08-07T07:42:23.949Z
26622024-08-07T07:42:23.949Zinfo: running `cargo check --bins` on oximeter-api (106/147)
26632024-08-07T07:42:24.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-08-07T07:42:24.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-08-07T07:42:24.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-08-07T07:42:24.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26672024-08-07T07:42:24.543Z
26682024-08-07T07:42:24.544Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (107/147)
26692024-08-07T07:42:25.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-08-07T07:42:25.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-08-07T07:42:25.144Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722024-08-07T07:42:25.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
26732024-08-07T07:42:25.833Z
26742024-08-07T07:42:25.833Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (108/147)
26752024-08-07T07:42:26.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-08-07T07:42:26.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-08-07T07:42:26.457Z Compiling cfg_aliases v0.1.1
26782024-08-07T07:42:26.459Z Compiling vte_generate_state_changes v0.1.1
26792024-08-07T07:42:26.459Z Checking fd-lock v4.0.2
26802024-08-07T07:42:26.459Z Checking bytecount v0.6.8
26812024-08-07T07:42:26.553Z Compiling tabled_derive v0.7.0
26822024-08-07T07:42:26.564Z Compiling peg-macros v0.8.4
26832024-08-07T07:42:26.572Z Compiling sqlparser_derive v0.2.2
26842024-08-07T07:42:26.575Z Checking unicode_categories v0.1.1
26852024-08-07T07:42:26.622Z Compiling nix v0.28.0
26862024-08-07T07:42:26.667Z Checking papergrid v0.11.0
26872024-08-07T07:42:26.711Z Checking nu-ansi-term v0.50.0
26882024-08-07T07:42:26.895Z Checking home v0.5.9
26892024-08-07T07:42:27.034Z Checking sqlformat v0.2.4
26902024-08-07T07:42:27.168Z Checking vte v0.11.1
26912024-08-07T07:42:27.682Z Checking sqlparser v0.45.0
26922024-08-07T07:42:28.442Z Checking strip-ansi-escapes v0.2.0
26932024-08-07T07:42:28.588Z Checking reedline v0.31.0
26942024-08-07T07:42:28.639Z Checking tabled v0.15.0
26952024-08-07T07:42:29.173Z Checking peg v0.8.4
26962024-08-07T07:42:29.817Z Checking rustyline v14.0.0
26972024-08-07T07:42:33.711Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26982024-08-07T07:42:39.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s
26992024-08-07T07:42:39.326Z
27002024-08-07T07:42:39.326Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (109/147)
27012024-08-07T07:42:39.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-08-07T07:42:39.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-08-07T07:42:39.943Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27042024-08-07T07:42:45.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
27052024-08-07T07:42:45.585Z
27062024-08-07T07:42:45.585Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (110/147)
27072024-08-07T07:42:46.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-08-07T07:42:46.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-08-07T07:42:46.191Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27102024-08-07T07:42:51.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
27112024-08-07T07:42:51.606Z
27122024-08-07T07:42:51.606Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/147)
27132024-08-07T07:42:52.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-08-07T07:42:52.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-08-07T07:42:52.225Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27162024-08-07T07:42:56.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s
27172024-08-07T07:42:56.310Z
27182024-08-07T07:42:56.310Zinfo: running `cargo check --bins` on cert-dev (112/147)
27192024-08-07T07:42:56.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-08-07T07:42:56.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-08-07T07:42:56.880Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27222024-08-07T07:42:57.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
27232024-08-07T07:42:57.251Z
27242024-08-07T07:42:57.251Zinfo: running `cargo check --bins` on ch-dev (113/147)
27252024-08-07T07:42:57.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-08-07T07:42:57.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-08-07T07:42:57.873Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27282024-08-07T07:42:58.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
27292024-08-07T07:42:58.667Z
27302024-08-07T07:42:58.667Zinfo: running `cargo check --bins` on crdb-seed (114/147)
27312024-08-07T07:42:59.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-08-07T07:42:59.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-08-07T07:42:59.289Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27342024-08-07T07:42:59.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
27352024-08-07T07:42:59.746Z
27362024-08-07T07:42:59.746Zinfo: running `cargo check --bins` on db-dev (115/147)
27372024-08-07T07:43:00.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-08-07T07:43:00.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-08-07T07:43:00.364Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27402024-08-07T07:43:01.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
27412024-08-07T07:43:01.192Z
27422024-08-07T07:43:01.192Zinfo: running `cargo check --bins` on omicron-dev-lib (116/147)
27432024-08-07T07:43:01.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-08-07T07:43:01.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-08-07T07:43:01.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-08-07T07:43:01.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27472024-08-07T07:43:01.811Z
27482024-08-07T07:43:01.811Zinfo: running `cargo check --bins` on xtask-downloader (117/147)
27492024-08-07T07:43:02.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-08-07T07:43:02.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-08-07T07:43:02.386Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27522024-08-07T07:43:03.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
27532024-08-07T07:43:03.315Z
27542024-08-07T07:43:03.315Zinfo: running `cargo check --bins` on mgs-dev (118/147)
27552024-08-07T07:43:03.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-08-07T07:43:03.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-08-07T07:43:03.975Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27582024-08-07T07:43:04.484Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27592024-08-07T07:43:04.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
27602024-08-07T07:43:04.993Z
27612024-08-07T07:43:04.993Zinfo: running `cargo check --bins` on omicron-omdb (119/147)
27622024-08-07T07:43:05.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-08-07T07:43:05.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-08-07T07:43:05.738Z Compiling crunchy v0.2.2
27652024-08-07T07:43:05.738Z Compiling glob v0.3.1
27662024-08-07T07:43:05.741Z Compiling tiny-keccak v2.0.2
27672024-08-07T07:43:05.854Z Compiling ascii-canvas v3.0.0
27682024-08-07T07:43:05.857Z Compiling ena v0.14.3
27692024-08-07T07:43:05.865Z Compiling libloading v0.8.3
27702024-08-07T07:43:05.869Z Compiling bindgen v0.69.4
27712024-08-07T07:43:05.877Z Compiling diff v0.1.13
27722024-08-07T07:43:06.154Z Compiling regex-syntax v0.6.29
27732024-08-07T07:43:06.229Z Compiling which v4.4.2
27742024-08-07T07:43:06.274Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27752024-08-07T07:43:06.393Z Compiling cexpr v0.6.0
27762024-08-07T07:43:06.495Z Compiling shlex v1.3.0
27772024-08-07T07:43:06.590Z Compiling rustc-hash v1.1.0
27782024-08-07T07:43:06.702Z Compiling ref-cast v1.0.23
27792024-08-07T07:43:06.743Z Compiling lazycell v1.3.0
27802024-08-07T07:43:06.765Z Compiling clang-sys v1.7.0
27812024-08-07T07:43:06.893Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27822024-08-07T07:43:06.911Z Compiling derive_builder_core v0.20.0
27832024-08-07T07:43:06.938Z Compiling libxml v0.3.3
27842024-08-07T07:43:07.156Z Compiling ref-cast-impl v1.0.23
27852024-08-07T07:43:07.190Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27862024-08-07T07:43:07.348Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27872024-08-07T07:43:07.351Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27882024-08-07T07:43:07.656Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27892024-08-07T07:43:07.677Z Compiling strum_macros v0.24.3
27902024-08-07T07:43:08.021Z Compiling cookie v0.18.1
27912024-08-07T07:43:08.162Z Compiling indoc v1.0.9
27922024-08-07T07:43:08.497Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27932024-08-07T07:43:08.784Z Compiling impl-trait-for-tuples v0.2.2
27942024-08-07T07:43:09.182Z Compiling oso-derive v0.27.3
27952024-08-07T07:43:09.325Z Compiling lalrpop v0.19.12
27962024-08-07T07:43:10.228Z Compiling derive_builder_macro v0.20.0
27972024-08-07T07:43:10.269Z Checking quick-xml v0.31.0
27982024-08-07T07:43:11.404Z Checking derive_builder v0.20.0
27992024-08-07T07:43:11.615Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
28002024-08-07T07:43:11.945Z Checking maplit v1.0.2
28012024-08-07T07:43:12.133Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28022024-08-07T07:43:12.304Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28032024-08-07T07:43:12.577Z Checking bb8 v0.8.5
28042024-08-07T07:43:12.614Z Compiling const_format_proc_macros v0.2.32
28052024-08-07T07:43:13.083Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28062024-08-07T07:43:13.861Z Checking crossbeam-deque v0.8.5
28072024-08-07T07:43:14.059Z Compiling portable-atomic v1.6.0
28082024-08-07T07:43:14.185Z Checking rayon-core v1.12.1
28092024-08-07T07:43:14.829Z Checking const_format v0.2.32
28102024-08-07T07:43:14.862Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112024-08-07T07:43:15.167Z Checking castaway v0.2.2
28122024-08-07T07:43:15.315Z Checking compact_str v0.7.1
28132024-08-07T07:43:15.360Z Checking rayon v1.10.0
28142024-08-07T07:43:16.090Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28152024-08-07T07:43:16.244Z Checking unicode-truncate v1.0.0
28162024-08-07T07:43:16.381Z Checking itertools v0.13.0
28172024-08-07T07:43:16.495Z Checking lru v0.12.3
28182024-08-07T07:43:16.800Z Compiling stability v0.2.0
28192024-08-07T07:43:17.357Z Checking number_prefix v0.4.0
28202024-08-07T07:43:17.570Z Checking smawk v0.3.2
28212024-08-07T07:43:17.788Z Checking cassowary v0.3.0
28222024-08-07T07:43:17.832Z Checking unicode-linebreak v0.1.5
28232024-08-07T07:43:18.237Z Checking multimap v0.10.0
28242024-08-07T07:43:18.253Z Checking textwrap v0.16.1
28252024-08-07T07:43:19.010Z Checking ratatui v0.27.0
28262024-08-07T07:43:19.149Z Checking indicatif v0.17.8
28272024-08-07T07:43:42.956Z Compiling samael v0.0.15
28282024-08-07T07:43:53.894Z Compiling polar-core v0.27.3
28292024-08-07T07:44:00.570Z Checking oso v0.27.3
28302024-08-07T07:44:28.835Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312024-08-07T07:44:33.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
28322024-08-07T07:44:33.533Z
28332024-08-07T07:44:33.534Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (120/147)
28342024-08-07T07:44:34.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-08-07T07:44:34.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-08-07T07:44:34.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-08-07T07:44:34.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28382024-08-07T07:44:34.171Z
28392024-08-07T07:44:34.171Zinfo: running `cargo check --bins` on nexus-saga-recovery (121/147)
28402024-08-07T07:44:34.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-08-07T07:44:34.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-08-07T07:44:34.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-08-07T07:44:34.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28442024-08-07T07:44:34.812Z
28452024-08-07T07:44:34.813Zinfo: running `cargo check --bins` on nexus-test-utils-macros (122/147)
28462024-08-07T07:44:35.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-08-07T07:44:35.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-08-07T07:44:35.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-08-07T07:44:35.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28502024-08-07T07:44:35.385Z
28512024-08-07T07:44:35.385Zinfo: running `cargo check --bins` on omicron-nexus (123/147)
28522024-08-07T07:44:35.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-08-07T07:44:36.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-08-07T07:44:36.129Z Compiling pin-project-internal v1.1.5
28552024-08-07T07:44:36.132Z Compiling snafu-derive v0.8.2
28562024-08-07T07:44:36.225Z Compiling buf-list v1.0.3
28572024-08-07T07:44:36.241Z Checking globset v0.4.14
28582024-08-07T07:44:36.244Z Checking olpc-cjson v0.1.3
28592024-08-07T07:44:36.244Z Checking rand_seeder v0.3.0
28602024-08-07T07:44:36.244Z Checking serde_plain v1.0.2
28612024-08-07T07:44:36.244Z Checking typed-path v0.7.1
28622024-08-07T07:44:36.478Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28632024-08-07T07:44:36.495Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28642024-08-07T07:44:36.495Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28652024-08-07T07:44:36.678Z Checking parse-size v1.0.0
28662024-08-07T07:44:36.726Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28672024-08-07T07:44:36.778Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28682024-08-07T07:44:36.843Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28692024-08-07T07:44:36.860Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28702024-08-07T07:44:37.264Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28712024-08-07T07:44:37.608Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722024-08-07T07:44:37.741Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732024-08-07T07:44:37.757Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28742024-08-07T07:44:38.035Z Checking fatfs v0.3.6
28752024-08-07T07:44:38.058Z Checking assert_matches v1.5.0
28762024-08-07T07:44:39.025Z Checking pin-project v1.1.5
28772024-08-07T07:44:39.971Z Checking snafu v0.8.2
28782024-08-07T07:44:40.254Z Checking tough v0.17.1
28792024-08-07T07:44:43.018Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28802024-08-07T07:44:44.063Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28812024-08-07T07:45:25.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.48s
28822024-08-07T07:45:26.043Z
28832024-08-07T07:45:26.043Zinfo: running `cargo check --bins` on nexus-internal-api (124/147)
28842024-08-07T07:45:26.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-08-07T07:45:26.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-08-07T07:45:26.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-08-07T07:45:26.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28882024-08-07T07:45:26.671Z
28892024-08-07T07:45:26.671Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (125/147)
28902024-08-07T07:45:27.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-08-07T07:45:27.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-08-07T07:45:27.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-08-07T07:45:27.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28942024-08-07T07:45:27.316Z
28952024-08-07T07:45:27.316Zinfo: running `cargo check --bins` on nexus-networking (126/147)
28962024-08-07T07:45:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-08-07T07:45:27.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-08-07T07:45:27.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992024-08-07T07:45:27.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29002024-08-07T07:45:27.953Z
29012024-08-07T07:45:27.953Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (127/147)
29022024-08-07T07:45:28.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-08-07T07:45:28.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-08-07T07:45:28.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052024-08-07T07:45:28.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29062024-08-07T07:45:28.589Z
29072024-08-07T07:45:28.589Zinfo: running `cargo check --bins` on update-common (128/147)
29082024-08-07T07:45:29.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-08-07T07:45:29.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-08-07T07:45:29.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-08-07T07:45:29.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29122024-08-07T07:45:29.213Z
29132024-08-07T07:45:29.213Zinfo: running `cargo check --bins` on tufaceous-lib (129/147)
29142024-08-07T07:45:29.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-08-07T07:45:29.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-08-07T07:45:29.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172024-08-07T07:45:29.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29182024-08-07T07:45:29.822Z
29192024-08-07T07:45:29.822Zinfo: running `cargo check --bins` on tufaceous (130/147)
29202024-08-07T07:45:30.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-08-07T07:45:30.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-08-07T07:45:30.451Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29232024-08-07T07:45:31.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
29242024-08-07T07:45:31.466Z
29252024-08-07T07:45:31.466Zinfo: running `cargo check --bins` on omicron-dev (131/147)
29262024-08-07T07:45:32.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-08-07T07:45:32.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-08-07T07:45:32.248Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29292024-08-07T07:45:32.248Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29302024-08-07T07:45:32.251Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29312024-08-07T07:45:33.566Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29322024-08-07T07:45:35.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
29332024-08-07T07:45:35.956Z
29342024-08-07T07:45:35.956Zinfo: running `cargo check --bins` on openapi-manager (132/147)
29352024-08-07T07:45:36.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362024-08-07T07:45:36.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372024-08-07T07:45:36.626Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29382024-08-07T07:45:36.626Z Checking heck v0.4.1
29392024-08-07T07:45:36.629Z Checking is_ci v1.2.0
29402024-08-07T07:45:36.629Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29412024-08-07T07:45:36.629Z Checking indent_write v2.2.0
29422024-08-07T07:45:36.834Z Checking supports-color v3.0.0
29432024-08-07T07:45:38.141Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29442024-08-07T07:45:38.178Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29452024-08-07T07:45:38.969Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29462024-08-07T07:45:39.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
29472024-08-07T07:45:39.972Z
29482024-08-07T07:45:39.972Zinfo: running `cargo check --bins` on installinator-api (133/147)
29492024-08-07T07:45:40.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-08-07T07:45:40.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-08-07T07:45:40.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522024-08-07T07:45:40.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29532024-08-07T07:45:40.579Z
29542024-08-07T07:45:40.579Zinfo: running `cargo check --bins` on wicketd-api (134/147)
29552024-08-07T07:45:41.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-08-07T07:45:41.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-08-07T07:45:41.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582024-08-07T07:45:41.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29592024-08-07T07:45:41.208Z
29602024-08-07T07:45:41.208Zinfo: running `cargo check --bins` on reconfigurator-cli (135/147)
29612024-08-07T07:45:41.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-08-07T07:45:41.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-08-07T07:45:41.882Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29642024-08-07T07:45:43.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
29652024-08-07T07:45:43.166Z
29662024-08-07T07:45:43.167Zinfo: running `cargo check --bins` on omicron-releng (136/147)
29672024-08-07T07:45:43.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-08-07T07:45:43.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-08-07T07:45:43.796Z Checking memmap2 v0.9.4
29702024-08-07T07:45:43.796Z Checking arrayvec v0.7.4
29712024-08-07T07:45:43.796Z Checking constant_time_eq v0.3.0
29722024-08-07T07:45:43.799Z Checking untrusted v0.7.1
29732024-08-07T07:45:43.799Z Checking spin v0.5.2
29742024-08-07T07:45:43.799Z Checking arrayref v0.3.7
29752024-08-07T07:45:43.799Z Checking cargo-platform v0.1.8
29762024-08-07T07:45:43.799Z Checking topological-sort v0.2.2
29772024-08-07T07:45:43.977Z Checking shell-words v1.1.0
29782024-08-07T07:45:44.066Z Checking ring v0.16.20
29792024-08-07T07:45:44.167Z Checking cargo_metadata v0.18.1
29802024-08-07T07:45:44.178Z Checking blake3 v1.5.1
29812024-08-07T07:45:45.183Z Checking omicron-zone-package v0.11.0
29822024-08-07T07:45:46.216Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29832024-08-07T07:45:47.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
29842024-08-07T07:45:47.184Z
29852024-08-07T07:45:47.184Zinfo: running `cargo check --bins` on xtask (137/147)
29862024-08-07T07:45:47.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-08-07T07:45:47.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-08-07T07:45:47.635Z Checking serde v1.0.204
29892024-08-07T07:45:47.635Z Checking thiserror v1.0.63
29902024-08-07T07:45:47.638Z Checking scroll v0.12.0
29912024-08-07T07:45:47.638Z Checking hashbrown v0.14.5
29922024-08-07T07:45:47.638Z Checking log v0.4.21
29932024-08-07T07:45:47.705Z Checking bitflags v2.6.0
29942024-08-07T07:45:47.720Z Checking zerocopy v0.7.34
29952024-08-07T07:45:47.755Z Checking syn v2.0.72
29962024-08-07T07:45:47.801Z Checking pest v2.7.10
29972024-08-07T07:45:47.955Z Checking fs-err v2.11.0
29982024-08-07T07:45:47.983Z Checking rustix v0.38.34
29992024-08-07T07:45:48.150Z Checking goblin v0.8.2
30002024-08-07T07:45:48.244Z Checking tabled v0.15.0
30012024-08-07T07:45:48.824Z Checking indexmap v2.3.0
30022024-08-07T07:45:48.998Z Checking terminal_size v0.3.0
30032024-08-07T07:45:49.092Z Checking anyhow v1.0.86
30042024-08-07T07:45:49.149Z Checking clap_builder v4.5.13
30052024-08-07T07:45:50.291Z Checking dtrace-parser v0.2.0
30062024-08-07T07:45:51.460Z Checking clap v4.5.13
30072024-08-07T07:45:51.679Z Checking serde_json v1.0.122
30082024-08-07T07:45:51.679Z Checking serde_spanned v0.6.7
30092024-08-07T07:45:51.682Z Checking toml_datetime v0.6.8
30102024-08-07T07:45:51.682Z Checking semver v1.0.23
30112024-08-07T07:45:51.682Z Checking camino v1.1.7
30122024-08-07T07:45:51.682Z Checking cargo-platform v0.1.8
30132024-08-07T07:45:51.873Z Checking macaddr v1.0.1
30142024-08-07T07:45:51.961Z Checking toml_edit v0.22.20
30152024-08-07T07:45:52.743Z Checking dof v0.3.0
30162024-08-07T07:45:52.743Z Checking cargo_metadata v0.18.1
30172024-08-07T07:45:53.126Z Checking usdt-impl v0.5.0
30182024-08-07T07:45:53.476Z Checking usdt v0.5.0
30192024-08-07T07:45:53.629Z Checking toml v0.8.19
30202024-08-07T07:45:54.069Z Checking cargo_toml v0.20.4
30212024-08-07T07:45:55.226Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30222024-08-07T07:45:55.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s
30232024-08-07T07:45:55.864Z
30242024-08-07T07:45:55.864Zinfo: running `cargo check --bins` on end-to-end-tests (138/147)
30252024-08-07T07:45:56.287Z Downloading crates ...
30262024-08-07T07:45:56.525Z Downloaded md5 v0.7.0
30272024-08-07T07:45:56.528Z Downloaded russh-cryptovec v0.7.2
30282024-08-07T07:45:56.531Z Downloaded dhcproto-macros v0.1.0
30292024-08-07T07:45:56.534Z Downloaded option-ext v0.2.0
30302024-08-07T07:45:56.538Z Downloaded pbkdf2 v0.11.0
30312024-08-07T07:45:56.541Z Downloaded hex-literal v0.4.1
30322024-08-07T07:45:56.543Z Downloaded ed25519 v2.2.3
30332024-08-07T07:45:56.543Z Downloaded dirs-sys v0.4.1
30342024-08-07T07:45:56.546Z Downloaded dirs v5.0.1
30352024-08-07T07:45:56.546Z Downloaded cbc v0.1.2
30362024-08-07T07:45:56.549Z Downloaded bcrypt-pbkdf v0.10.0
30372024-08-07T07:45:56.549Z Downloaded primeorder v0.13.6
30382024-08-07T07:45:56.549Z Downloaded polyval v0.6.2
30392024-08-07T07:45:56.552Z Downloaded ghash v0.5.1
30402024-08-07T07:45:56.552Z Downloaded internet-checksum v0.2.1
30412024-08-07T07:45:56.555Z Downloaded ctr v0.9.2
30422024-08-07T07:45:56.555Z Downloaded getrandom v0.1.16
30432024-08-07T07:45:56.557Z Downloaded rfc6979 v0.4.0
30442024-08-07T07:45:56.557Z Downloaded rand_core v0.5.1
30452024-08-07T07:45:56.560Z Downloaded rand_chacha v0.2.2
30462024-08-07T07:45:56.560Z Downloaded aes-gcm v0.10.3
30472024-08-07T07:45:56.563Z Downloaded pbkdf2 v0.12.2
30482024-08-07T07:45:56.566Z Downloaded dhcproto v0.12.0
30492024-08-07T07:45:56.569Z Downloaded password-hash v0.4.2
30502024-08-07T07:45:56.571Z Downloaded russh-keys v0.43.0
30512024-08-07T07:45:56.571Z Downloaded p256 v0.13.2
30522024-08-07T07:45:56.575Z Downloaded ecdsa v0.16.9
30532024-08-07T07:45:56.577Z Downloaded blowfish v0.9.1
30542024-08-07T07:45:56.582Z Downloaded russh v0.43.0
30552024-08-07T07:45:56.587Z Downloaded ed25519-dalek v2.1.1
30562024-08-07T07:45:56.590Z Downloaded rand v0.7.3
30572024-08-07T07:45:56.594Z Downloaded p521 v0.13.3
30582024-08-07T07:45:56.598Z Downloaded aes v0.8.4
30592024-08-07T07:45:56.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602024-08-07T07:45:56.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612024-08-07T07:45:56.727Z Compiling getrandom v0.1.16
30622024-08-07T07:45:56.827Z Checking rfc6979 v0.4.0
30632024-08-07T07:45:56.836Z Checking primeorder v0.13.6
30642024-08-07T07:45:56.839Z Checking option-ext v0.2.0
30652024-08-07T07:45:56.854Z Checking ed25519 v2.2.3
30662024-08-07T07:45:56.857Z Checking polyval v0.6.2
30672024-08-07T07:45:56.857Z Checking ctr v0.9.2
30682024-08-07T07:45:56.857Z Checking aes v0.8.4
30692024-08-07T07:45:56.940Z Checking dirs-sys v0.4.1
30702024-08-07T07:45:56.970Z Checking ecdsa v0.16.9
30712024-08-07T07:45:57.109Z Checking blowfish v0.9.1
30722024-08-07T07:45:57.112Z Checking password-hash v0.4.2
30732024-08-07T07:45:57.112Z Checking pbkdf2 v0.12.2
30742024-08-07T07:45:57.181Z Checking ed25519-dalek v2.1.1
30752024-08-07T07:45:57.256Z Checking ghash v0.5.1
30762024-08-07T07:45:57.303Z Checking dirs v5.0.1
30772024-08-07T07:45:57.388Z Checking bcrypt-pbkdf v0.10.0
30782024-08-07T07:45:57.427Z Checking cbc v0.1.2
30792024-08-07T07:45:57.444Z Checking russh-cryptovec v0.7.2
30802024-08-07T07:45:57.489Z Checking md5 v0.7.0
30812024-08-07T07:45:57.564Z Checking pbkdf2 v0.11.0
30822024-08-07T07:45:57.616Z Compiling dhcproto-macros v0.1.0
30832024-08-07T07:45:57.633Z Checking hex-literal v0.4.1
30842024-08-07T07:45:57.636Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30852024-08-07T07:45:57.662Z Checking p256 v0.13.2
30862024-08-07T07:45:57.677Z Checking p521 v0.13.3
30872024-08-07T07:45:57.749Z Checking aes-gcm v0.10.3
30882024-08-07T07:45:57.765Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30892024-08-07T07:45:57.778Z Checking rand_core v0.5.1
30902024-08-07T07:45:57.816Z Checking internet-checksum v0.2.1
30912024-08-07T07:45:58.064Z Checking rand_chacha v0.2.2
30922024-08-07T07:45:58.311Z Checking rand v0.7.3
30932024-08-07T07:45:58.336Z Checking dhcproto v0.12.0
30942024-08-07T07:45:59.196Z Checking russh-keys v0.43.0
30952024-08-07T07:45:59.923Z Checking russh v0.43.0
30962024-08-07T07:46:16.537Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30972024-08-07T07:46:17.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.91s
30982024-08-07T07:46:17.958Z
30992024-08-07T07:46:17.959Zinfo: running `cargo check --bins` on gateway-cli (139/147)
31002024-08-07T07:46:18.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012024-08-07T07:46:18.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022024-08-07T07:46:18.557Z Checking termios v0.3.3
31032024-08-07T07:46:18.750Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31042024-08-07T07:46:19.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
31052024-08-07T07:46:19.609Z
31062024-08-07T07:46:19.609Zinfo: running `cargo check --bins --no-default-features` on installinator (140/147)
31072024-08-07T07:46:20.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-08-07T07:46:20.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-08-07T07:46:20.273Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31102024-08-07T07:46:22.189Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31112024-08-07T07:46:23.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
31122024-08-07T07:46:24.039Z
31132024-08-07T07:46:24.039Zinfo: running `cargo check --bins` on internal-dns-cli (141/147)
31142024-08-07T07:46:24.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-08-07T07:46:24.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-08-07T07:46:24.632Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31172024-08-07T07:46:25.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
31182024-08-07T07:46:25.182Z
31192024-08-07T07:46:25.182Zinfo: running `cargo check --bins` on omicron-package (142/147)
31202024-08-07T07:46:25.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212024-08-07T07:46:25.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222024-08-07T07:46:25.805Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31232024-08-07T07:46:26.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
31242024-08-07T07:46:27.105Z
31252024-08-07T07:46:27.105Zinfo: running `cargo check --bins` on wicket-dbg (143/147)
31262024-08-07T07:46:27.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-08-07T07:46:27.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-08-07T07:46:27.753Z Checking rtoolbox v0.0.2
31292024-08-07T07:46:27.753Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31302024-08-07T07:46:27.753Z Checking tui-tree-widget v0.21.0
31312024-08-07T07:46:27.950Z Checking rpassword v7.3.1
31322024-08-07T07:46:31.620Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31332024-08-07T07:46:34.297Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31342024-08-07T07:46:35.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.20s
31352024-08-07T07:46:35.464Z
31362024-08-07T07:46:35.464Zinfo: running `cargo check --bins` on wicket (144/147)
31372024-08-07T07:46:36.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-08-07T07:46:36.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-08-07T07:46:36.106Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31402024-08-07T07:46:36.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
31412024-08-07T07:46:36.605Z
31422024-08-07T07:46:36.605Zinfo: running `cargo check --bins` on wicketd (145/147)
31432024-08-07T07:46:37.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442024-08-07T07:46:37.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452024-08-07T07:46:37.274Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31462024-08-07T07:46:40.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
31472024-08-07T07:46:40.826Z
31482024-08-07T07:46:40.826Zinfo: running `cargo check --bins` on omicron-workspace-hack (146/147)
31492024-08-07T07:46:41.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502024-08-07T07:46:41.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512024-08-07T07:46:41.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522024-08-07T07:46:41.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31532024-08-07T07:46:41.388Z
31542024-08-07T07:46:41.388Zinfo: running `cargo check --bins` on zone-setup (147/147)
31552024-08-07T07:46:41.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-08-07T07:46:41.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-08-07T07:46:42.068Z Checking uzers v0.11.3
31582024-08-07T07:46:42.350Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31592024-08-07T07:46:43.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
31602024-08-07T07:46:43.494Z
31612024-08-07T07:46:43.494Zreal 10:16.270290937
31622024-08-07T07:46:43.494Zuser 21:59.006489837
31632024-08-07T07:46:43.494Zsys 4:38.901752888
31642024-08-07T07:46:43.494Ztrap 0.475022695
31652024-08-07T07:46:43.494Ztflt 2.701283303
31662024-08-07T07:46:43.497Zdflt 2.014573338
31672024-08-07T07:46:43.497Zkflt 0.000902758
31682024-08-07T07:46:43.497Zlock 39:19.698490612
31692024-08-07T07:46:43.497Zslp 1:47:27.526196286
31702024-08-07T07:46:43.497Zlat 54.595947582
31712024-08-07T07:46:43.497Zstop 2:31.915065317
31722024-08-07T07:46:43.498Zprocess exited: duration 881263 ms, exit code 0
 
31732024-08-07T07:46:43.504Zfound 0 output files