01J59E0G1DANWAGA9RVSQRZT2S: 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: 01J59E0TGAC1BQ5QG4PNY6T211

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-14T21:52:29.690Zjob assigned to worker 01J59E0V40DDA03RJEQQ1ZP7MG (queued for 25 s)
 
22024-08-14T21:52:29.926Zstarting task 0: "setup"
32024-08-14T21:52:29.953Z++ uname -s
42024-08-14T21:52:29.953Z+ kern=SunOS
52024-08-14T21:52:29.953Z+ case "$kern" in
62024-08-14T21:52:29.953Z+ groupadd -g 12345 build
72024-08-14T21:52:29.953Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-14T21:52:31.955Z+ zfs create -o mountpoint=/work rpool/work
92024-08-14T21:52:31.995Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-14T21:52:32.028Z+ home_fs=zfs
112024-08-14T21:52:32.028Z+ [[ zfs == autofs ]]
122024-08-14T21:52:32.028Z+ mkdir -p /home/build
132024-08-14T21:52:32.028Z+ chown build:build /home/build /work
142024-08-14T21:52:34.003Z+ chmod 0700 /home/build /work
152024-08-14T21:52:34.029Zprocess exited: duration 4085 ms, exit code 0
 
162024-08-14T21:52:34.077Zstarting task 1: "rust-toolchain"
172024-08-14T21:52:34.115Z+ printf ' * toolchain channel = "%s"
182024-08-14T21:52:34.115Z * toolchain channel = "1.80.1"
192024-08-14T21:52:34.115Z' 1.80.1
202024-08-14T21:52:34.115Z+ printf ' * toolchain profile = "%s"
212024-08-14T21:52:34.115Z' default
222024-08-14T21:52:34.115Z * toolchain profile = "default"
232024-08-14T21:52:34.115Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-14T21:52:34.115Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-14T21:52:34.227Zinfo: downloading installer
262024-08-14T21:52:35.029Zinfo: profile set to 'default'
272024-08-14T21:52:35.029Zinfo: default host triple is x86_64-unknown-illumos
282024-08-14T21:52:35.029Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-14T21:52:35.132Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-14T21:52:35.132Zinfo: downloading component 'cargo'
312024-08-14T21:52:35.414Zinfo: downloading component 'clippy'
322024-08-14T21:52:35.492Zinfo: downloading component 'rust-docs'
332024-08-14T21:52:35.737Zinfo: downloading component 'rust-std'
342024-08-14T21:52:36.023Zinfo: downloading component 'rustc'
352024-08-14T21:52:36.760Zinfo: downloading component 'rustfmt'
362024-08-14T21:52:36.803Zinfo: installing component 'cargo'
372024-08-14T21:52:37.937Zinfo: installing component 'clippy'
382024-08-14T21:52:38.373Zinfo: installing component 'rust-docs'
392024-08-14T21:52:41.055Zinfo: installing component 'rust-std'
402024-08-14T21:52:42.986Zinfo: installing component 'rustc'
412024-08-14T21:52:48.208Zinfo: installing component 'rustfmt'
422024-08-14T21:52:48.587Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-14T21:52:48.587Z
442024-08-14T21:52:48.706Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-14T21:52:48.706Z
462024-08-14T21:52:48.730Z
472024-08-14T21:52:48.730ZRust is installed now. Great!
482024-08-14T21:52:48.730Z
492024-08-14T21:52:48.730ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-14T21:52:48.730Zenvironment variable. This has not been done automatically.
512024-08-14T21:52:48.730Z
522024-08-14T21:52:48.730ZTo configure your current shell, you need to source
532024-08-14T21:52:48.730Zthe corresponding env file under $HOME/.cargo.
542024-08-14T21:52:48.730Z
552024-08-14T21:52:48.730ZThis is usually done by running one of the following (note the leading DOT):
562024-08-14T21:52:48.730Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-14T21:52:48.730Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-14T21:52:48.781Z+ rustc --version
592024-08-14T21:52:48.890Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-14T21:52:48.914Zprocess exited: duration 14817 ms, exit code 0
 
612024-08-14T21:52:48.962Zstarting task 2: "authentication"
622024-08-14T21:52:49.020Zprocess exited: duration 57 ms, exit code 0
 
632024-08-14T21:52:49.071Zstarting task 3: "clone repository"
642024-08-14T21:52:49.095Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-14T21:52:49.095Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-14T21:52:49.129ZCloning into '/work/oxidecomputer/omicron'...
672024-08-14T21:52:54.435Z+ cd /work/oxidecomputer/omicron
682024-08-14T21:52:54.435Z+ git fetch origin eeab72cf9d7a8201ca2bf3a9df690e2579146c3f
692024-08-14T21:52:55.100ZFrom https://github.com/oxidecomputer/omicron
702024-08-14T21:52:55.101Z * branch eeab72cf9d7a8201ca2bf3a9df690e2579146c3f -> FETCH_HEAD
712024-08-14T21:52:55.125Z+ [[ -n '' ]]
722024-08-14T21:52:55.126Z+ git reset --hard eeab72cf9d7a8201ca2bf3a9df690e2579146c3f
732024-08-14T21:52:55.282ZHEAD is now at eeab72cf9 Address comments
742024-08-14T21:52:55.306Zprocess exited: duration 6217 ms, exit code 0
 
752024-08-14T21:52:55.354Zstarting task 4: "build"
762024-08-14T21:52:55.378Z+ cargo --version
772024-08-14T21:52:55.429Zcargo 1.80.1 (376290515 2024-07-16)
782024-08-14T21:52:55.453Z+ rustc --version
792024-08-14T21:52:55.504Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
802024-08-14T21:52:55.529Z+ source ./env.sh
812024-08-14T21:52:55.529Z++ OLD_SHELL_OPTS=ehxB
822024-08-14T21:52:55.529Z++ set -o xtrace
832024-08-14T21:52:55.529Z++++ dirname ./env.sh
842024-08-14T21:52:55.529Z+++ readlink -f .
852024-08-14T21:52:55.529Z++ OMICRON_WS=/work/oxidecomputer/omicron
862024-08-14T21:52:55.529Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
872024-08-14T21:52:55.529Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
882024-08-14T21:52:55.529Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
892024-08-14T21:52:55.529Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-08-14T21:52:55.529Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-08-14T21:52:55.529Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
922024-08-14T21:52:55.529Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-14T21:52:55.529Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-14T21:52:55.529Z++ case $OLD_SHELL_OPTS in
952024-08-14T21:52:55.529Z++ unset OLD_SHELL_OPTS OMICRON_WS
962024-08-14T21:52:55.529Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
972024-08-14T21:52:55.529Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
982024-08-14T21:52:55.529Z+ banner prerequisites
992024-08-14T21:52:55.529Z
1002024-08-14T21:52:55.529Z ##### ##### ###### ##### ###### #### # # # #### #
1012024-08-14T21:52:55.529Z # # # # # # # # # # # # # # #
1022024-08-14T21:52:55.529Z # # # # ##### # # ##### # # # # # #### #
1032024-08-14T21:52:55.530Z ##### ##### # ##### # # # # # # # # #
1042024-08-14T21:52:55.530Z # # # # # # # # # # # # # # #
1052024-08-14T21:52:55.530Z # # # ###### # # ###### ### # #### # #### #
1062024-08-14T21:52:55.530Z
1072024-08-14T21:52:55.530Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1082024-08-14T21:53:00.381Z Startup: Refreshing catalog 'helios-dev' ... Done
1092024-08-14T21:53:02.913Z Startup: Caching catalogs ... Done
1102024-08-14T21:53:05.083ZPlanning: Solver setup ... Done (1.484s)
1112024-08-14T21:53:05.107ZPlanning: Running solver ... Done (0.023s)
1122024-08-14T21:53:05.141ZPlanning: Finding local manifests ... Done (0.002s)
1132024-08-14T21:53:05.217ZPlanning: Fetching manifests: 0/4 0% complete
1142024-08-14T21:53:05.587ZPlanning: Fetching manifests: 4/4 100% complete
1152024-08-14T21:53:05.647ZPlanning: Package planning ... Done (0.061s)
1162024-08-14T21:53:05.708ZPlanning: Merging actions ... Done (0.060s)
1172024-08-14T21:53:06.076ZPlanning: Checking for conflicting actions ... Done (0.367s)
1182024-08-14T21:53:06.100ZPlanning: Consolidating action changes ... Done (0.013s)
1192024-08-14T21:53:06.739ZPlanning: Evaluating mediators ... Done (0.650s)
1202024-08-14T21:53:06.763ZPlanning: Planning completed in 3.77 seconds
1212024-08-14T21:53:06.787Z Packages to install: 4
1222024-08-14T21:53:06.788Z Mediators to change: 2
1232024-08-14T21:53:06.788Z Services to change: 1
1242024-08-14T21:53:06.788Z Estimated space available: 148.83 GB
1252024-08-14T21:53:06.788ZEstimated space to be consumed: 1.48 GB
1262024-08-14T21:53:06.788Z Create boot environment: No
1272024-08-14T21:53:06.788ZCreate backup boot environment: No
1282024-08-14T21:53:06.788Z Rebuild boot archive: No
1292024-08-14T21:53:06.788Z
1302024-08-14T21:53:06.788ZChanged mediators:
1312024-08-14T21:53:06.788Z mediator clang:
1322024-08-14T21:53:06.788Z version: None -> 15 (system default)
1332024-08-14T21:53:06.788Z
1342024-08-14T21:53:06.788Z mediator llvm:
1352024-08-14T21:53:06.788Z version: 14 (system default) -> 15 (system default)
1362024-08-14T21:53:06.788Z
1372024-08-14T21:53:06.788ZChanged packages:
1382024-08-14T21:53:06.788Zhelios-dev
1392024-08-14T21:53:06.788Z developer/build-essential
1402024-08-14T21:53:06.788Z None -> 11-2.0
1412024-08-14T21:53:06.788Z library/libxmlsec1
1422024-08-14T21:53:06.788Z None -> 1.2.35-2.0
1432024-08-14T21:53:06.788Z ooce/developer/clang-15
1442024-08-14T21:53:06.788Z None -> 15.0.7-2.0
1452024-08-14T21:53:06.788Z ooce/developer/llvm-15
1462024-08-14T21:53:06.788Z None -> 15.0.7-2.0
1472024-08-14T21:53:06.788Z
1482024-08-14T21:53:06.788ZServices:
1492024-08-14T21:53:06.788Z restart_fmri:
1502024-08-14T21:53:06.788Z svc:/system/update-man-index:default
1512024-08-14T21:53:06.820Z
1522024-08-14T21:53:06.820ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1532024-08-14T21:53:11.821ZDownload: 278/3290 items 13.4/212.6MB 6% complete (2.6M/s)
1542024-08-14T21:53:16.842ZDownload: 1111/3290 items 19.8/212.6MB 9% complete (2.0M/s)
1552024-08-14T21:53:21.841ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (7.0M/s)
1562024-08-14T21:53:26.849ZDownload: 2207/3290 items 119.2/212.6MB 56% complete (9.9M/s)
1572024-08-14T21:53:31.851ZDownload: 2968/3290 items 121.2/212.6MB 57% complete (3.8M/s)
1582024-08-14T21:53:35.801ZDownload: Completed 212.60 MB in 28.98 seconds (7.3M/s)
1592024-08-14T21:53:35.984Z Actions: 1/3689 actions (Installing new actions)
1602024-08-14T21:53:41.017Z Actions: 2870/3689 actions (Installing new actions)
1612024-08-14T21:53:41.661Z Actions: Completed 3689 actions in 5.68 seconds.
1622024-08-14T21:53:41.897Z Done (0.228s)
1632024-08-14T21:53:41.897Z Done (0.000s)
1642024-08-14T21:53:42.321Z Done (0.425s)
1652024-08-14T21:53:47.359Z Done (4.905s)
1662024-08-14T21:53:47.452Z Done (0.018s)
1672024-08-14T21:53:47.476Z Done (0.000s)
1682024-08-14T21:53:47.621Z Done (0.000s)
1692024-08-14T21:53:48.299ZPlanning: Evaluating mediator changes ... Done
1702024-08-14T21:53:48.556ZPlanning: Checking for conflicting actions ... Done
1712024-08-14T21:53:48.579ZPlanning: Consolidating action changes ... Done
1722024-08-14T21:53:48.875ZPlanning: Evaluating mediators ... Done
1732024-08-14T21:53:48.899ZPlanning: Planning completed in 0.58 seconds
1742024-08-14T21:53:48.923Z Mediators to change: 2
1752024-08-14T21:53:48.923Z Create boot environment: No
1762024-08-14T21:53:48.923ZCreate backup boot environment: No
1772024-08-14T21:53:48.975Z Done
1782024-08-14T21:53:48.975Z Done
1792024-08-14T21:53:49.269Z Done
1802024-08-14T21:53:53.576Z Done
1812024-08-14T21:53:53.670Z Done
1822024-08-14T21:53:53.670Z Done
1832024-08-14T21:53:53.753Z Done
1842024-08-14T21:53:54.486ZPlanning: Evaluating mediator changes ... Done
1852024-08-14T21:53:54.510ZPlanning: Merging actions ... Done
1862024-08-14T21:53:54.717ZPlanning: Checking for conflicting actions ... Done
1872024-08-14T21:53:54.741ZPlanning: Consolidating action changes ... Done
1882024-08-14T21:53:55.042ZPlanning: Evaluating mediators ... Done
1892024-08-14T21:53:55.114ZPlanning: Planning completed in 0.94 seconds
1902024-08-14T21:53:55.155Z Packages to change: 1
1912024-08-14T21:53:55.155Z Mediators to change: 1
1922024-08-14T21:53:55.155Z Services to change: 1
1932024-08-14T21:53:55.155Z Create boot environment: No
1942024-08-14T21:53:55.155ZCreate backup boot environment: Yes
1952024-08-14T21:53:56.655Z Actions: 1/6 actions (Updating modified actions)
1962024-08-14T21:53:56.679Z Actions: Completed 6 actions in 0.00 seconds.
1972024-08-14T21:53:56.679Z Done
1982024-08-14T21:53:56.679Z Done
1992024-08-14T21:53:56.748Z Done
2002024-08-14T21:54:01.044Z Done
2012024-08-14T21:54:01.142Z Done
2022024-08-14T21:54:01.166Z Done
2032024-08-14T21:54:01.227Z Done
2042024-08-14T21:54:01.726ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-08-14T21:54:01.726Zclang system 15 system
2062024-08-14T21:54:01.726Zcsh system system illumos
2072024-08-14T21:54:01.726Zctags system system illumos
2082024-08-14T21:54:01.726Zgcc vendor 12 vendor
2092024-08-14T21:54:01.726Zgcc system 10 system
2102024-08-14T21:54:01.726Zgcc system 7 system
2112024-08-14T21:54:01.726Zgo system 1.20 system
2122024-08-14T21:54:01.726Zgo system 1.19 system
2132024-08-14T21:54:01.726Zllvm system 15 system
2142024-08-14T21:54:01.727Zllvm system 14 system
2152024-08-14T21:54:01.727Zmariadb system 10.6 system
2162024-08-14T21:54:01.727Zmta vendor vendor dma
2172024-08-14T21:54:01.727Zopenjdk system 17 system
2182024-08-14T21:54:01.727Zopenjdk system 11 system
2192024-08-14T21:54:01.727Zopenjdk system 1.8 system
2202024-08-14T21:54:01.727Zopenssl vendor 3 vendor
2212024-08-14T21:54:01.727Zperl system 5.36 system
2222024-08-14T21:54:01.727Zpostgresql system 15 system
2232024-08-14T21:54:01.727Zpostgresql system 13 system
2242024-08-14T21:54:01.727Zpython vendor 3 vendor
2252024-08-14T21:54:01.727Zpython system 2 system
2262024-08-14T21:54:01.727Zpython3 system 3.11 system
2272024-08-14T21:54:01.727Zruby system 3.0 system
2282024-08-14T21:54:01.727Zwords vendor vendor american-english
2292024-08-14T21:54:01.727Zwords system system australian-english
2302024-08-14T21:54:01.727Zwords system system british-english
2312024-08-14T21:54:01.727Zwords system system canadian-english
2322024-08-14T21:54:01.727Zwords system system french
2332024-08-14T21:54:01.727Zwords system system italian
2342024-08-14T21:54:01.727Zwords system system ngerman
2352024-08-14T21:54:01.727Zwords system system ogerman
2362024-08-14T21:54:01.727Zwords system system spanish
2372024-08-14T21:54:02.116ZPUBLISHER TYPE STATUS P LOCATION
2382024-08-14T21:54:02.117Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-08-14T21:54:04.161ZFMRI IFO
2402024-08-14T21:54:04.161Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-08-14T21:54:04.161Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-08-14T21:54:04.161Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-08-14T21:54:04.161Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-08-14T21:54:04.161Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-08-14T21:54:04.161Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-08-14T21:54:04.161Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2472024-08-14T21:54:04.161Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-08-14T21:54:04.161Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2492024-08-14T21:54:04.161Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2502024-08-14T21:54:04.161Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2512024-08-14T21:54:04.161Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2522024-08-14T21:54:04.832Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2532024-08-14T21:54:05.166Z Updating git repository `https://github.com/oxidecomputer/zone`
2542024-08-14T21:54:05.529Z Updating crates.io index
2552024-08-14T21:54:05.621Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2562024-08-14T21:54:06.427Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572024-08-14T21:54:07.250Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2582024-08-14T21:54:07.583Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2592024-08-14T21:54:09.285Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602024-08-14T21:54:09.620Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612024-08-14T21:54:09.949Z Updating git repository `https://github.com/oxidecomputer/propolis`
2622024-08-14T21:54:11.158Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632024-08-14T21:54:13.134Z Updating git repository `https://github.com/oxidecomputer/opte`
2642024-08-14T21:54:14.178Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652024-08-14T21:54:14.949Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2662024-08-14T21:54:15.272Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672024-08-14T21:54:16.135Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2682024-08-14T21:54:16.523Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2692024-08-14T21:54:17.034Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702024-08-14T21:54:17.436Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2712024-08-14T21:54:17.737Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2722024-08-14T21:54:18.057Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2732024-08-14T21:54:18.418Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742024-08-14T21:54:18.804Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752024-08-14T21:54:19.243Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762024-08-14T21:54:19.599Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2772024-08-14T21:54:20.058Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782024-08-14T21:54:20.603Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792024-08-14T21:54:21.008Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802024-08-14T21:54:21.570Z Updating git repository `https://github.com/oxidecomputer/typify`
2812024-08-14T21:54:23.891Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822024-08-14T21:54:24.237Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832024-08-14T21:54:24.631Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842024-08-14T21:54:25.058Z Updating git repository `https://github.com/oxidecomputer/rfb`
2852024-08-14T21:54:26.387Z Downloading crates ...
2862024-08-14T21:54:26.443Z Downloaded byteorder v1.5.0
2872024-08-14T21:54:26.473Z Downloaded typenum v1.17.0
2882024-08-14T21:54:26.473Z Downloaded usdt-macro v0.5.0
2892024-08-14T21:54:26.473Z Downloaded serde v1.0.205
2902024-08-14T21:54:26.499Z Downloaded cpufeatures v0.2.12
2912024-08-14T21:54:26.499Z Downloaded swrite v0.1.0
2922024-08-14T21:54:26.499Z Downloaded sha2 v0.10.8
2932024-08-14T21:54:26.499Z Downloaded usdt v0.5.0
2942024-08-14T21:54:26.499Z Downloaded utf8parse v0.2.1
2952024-08-14T21:54:26.499Z Downloaded serde_derive v1.0.205
2962024-08-14T21:54:26.499Z Downloaded syn v1.0.109
2972024-08-14T21:54:26.523Z Downloaded zerocopy-derive v0.7.34
2982024-08-14T21:54:26.523Z Downloaded zerocopy v0.7.34
2992024-08-14T21:54:26.547Z Downloaded winnow v0.6.18
3002024-08-14T21:54:26.571Z Downloaded version_check v0.9.5
3012024-08-14T21:54:26.571Z Downloaded libc v0.2.155
3022024-08-14T21:54:26.595Z Downloaded unicode-width v0.1.13
3032024-08-14T21:54:26.595Z Downloaded rustix v0.38.34
3042024-08-14T21:54:26.620Z Downloaded toml_edit v0.22.20
3052024-08-14T21:54:26.645Z Downloaded tabled v0.15.0
3062024-08-14T21:54:26.668Z Downloaded syn v2.0.72
3072024-08-14T21:54:26.692Z Downloaded pest v2.7.10
3082024-08-14T21:54:26.692Z Downloaded goblin v0.8.2
3092024-08-14T21:54:26.692Z Downloaded usdt-impl v0.5.0
3102024-08-14T21:54:26.692Z Downloaded unicode-ident v1.0.12
3112024-08-14T21:54:26.692Z Downloaded ucd-trie v0.1.6
3122024-08-14T21:54:26.716Z Downloaded toml v0.8.19
3132024-08-14T21:54:26.716Z Downloaded memchr v2.7.2
3142024-08-14T21:54:26.716Z Downloaded terminal_size v0.3.0
3152024-08-14T21:54:26.716Z Downloaded semver v1.0.23
3162024-08-14T21:54:26.716Z Downloaded scroll v0.12.0
3172024-08-14T21:54:26.716Z Downloaded proc-macro2 v1.0.86
3182024-08-14T21:54:26.716Z Downloaded log v0.4.21
3192024-08-14T21:54:26.716Z Downloaded indexmap v2.3.0
3202024-08-14T21:54:26.741Z Downloaded thiserror-impl v1.0.63
3212024-08-14T21:54:26.741Z Downloaded serde_spanned v0.6.7
3222024-08-14T21:54:26.741Z Downloaded proc-macro-error v1.0.4
3232024-08-14T21:54:26.741Z Downloaded plain v0.2.3
3242024-08-14T21:54:26.741Z Downloaded pest_generator v2.7.10
3252024-08-14T21:54:26.741Z Downloaded once_cell v1.19.0
3262024-08-14T21:54:26.741Z Downloaded itoa v1.0.11
3272024-08-14T21:54:26.741Z Downloaded heck v0.4.1
3282024-08-14T21:54:26.741Z Downloaded fs-err v2.11.0
3292024-08-14T21:54:26.741Z Downloaded errno v0.3.9
3302024-08-14T21:54:26.741Z Downloaded digest v0.10.7
3312024-08-14T21:54:26.741Z Downloaded clap_lex v0.7.0
3322024-08-14T21:54:26.741Z Downloaded clap_builder v4.5.15
3332024-08-14T21:54:26.765Z Downloaded papergrid v0.11.0
3342024-08-14T21:54:26.765Z Downloaded usdt-attr-macro v0.5.0
3352024-08-14T21:54:26.765Z Downloaded serde_tokenstream v0.2.1
3362024-08-14T21:54:26.765Z Downloaded serde_json v1.0.122
3372024-08-14T21:54:26.765Z Downloaded scroll_derive v0.12.0
3382024-08-14T21:54:26.765Z Downloaded ryu v1.0.18
3392024-08-14T21:54:26.789Z Downloaded quote v1.0.36
3402024-08-14T21:54:26.789Z Downloaded proc-macro-error-attr v1.0.4
3412024-08-14T21:54:26.789Z Downloaded pest_meta v2.7.10
3422024-08-14T21:54:26.789Z Downloaded hashbrown v0.14.5
3432024-08-14T21:54:26.789Z Downloaded equivalent v1.0.1
3442024-08-14T21:54:26.789Z Downloaded dtrace-parser v0.2.0
3452024-08-14T21:54:26.789Z Downloaded dof v0.3.0
3462024-08-14T21:54:26.789Z Downloaded crypto-common v0.1.6
3472024-08-14T21:54:26.789Z Downloaded cargo_toml v0.20.4
3482024-08-14T21:54:26.789Z Downloaded camino v1.1.7
3492024-08-14T21:54:26.789Z Downloaded bytecount v0.6.8
3502024-08-14T21:54:26.789Z Downloaded bitflags v2.6.0
3512024-08-14T21:54:26.814Z Downloaded autocfg v1.3.0
3522024-08-14T21:54:26.814Z Downloaded anyhow v1.0.86
3532024-08-14T21:54:26.814Z Downloaded toml_datetime v0.6.8
3542024-08-14T21:54:26.814Z Downloaded thread-id v4.2.1
3552024-08-14T21:54:26.814Z Downloaded thiserror v1.0.63
3562024-08-14T21:54:26.814Z Downloaded tabled_derive v0.7.0
3572024-08-14T21:54:26.814Z Downloaded strsim v0.11.1
3582024-08-14T21:54:26.814Z Downloaded pretty-hex v0.4.1
3592024-08-14T21:54:26.814Z Downloaded pest_derive v2.7.10
3602024-08-14T21:54:26.814Z Downloaded memmap v0.7.0
3612024-08-14T21:54:26.838Z Downloaded macaddr v1.0.1
3622024-08-14T21:54:26.838Z Downloaded is_terminal_polyfill v1.70.0
3632024-08-14T21:54:26.838Z Downloaded heck v0.5.0
3642024-08-14T21:54:26.838Z Downloaded generic-array v0.14.7
3652024-08-14T21:54:26.838Z Downloaded fnv v1.0.7
3662024-08-14T21:54:26.838Z Downloaded colorchoice v1.0.1
3672024-08-14T21:54:26.838Z Downloaded clap_derive v4.5.13
3682024-08-14T21:54:26.838Z Downloaded clap v4.5.15
3692024-08-14T21:54:26.838Z Downloaded cfg-if v1.0.0
3702024-08-14T21:54:26.838Z Downloaded cargo_metadata v0.18.1
3712024-08-14T21:54:26.838Z Downloaded cargo-platform v0.1.8
3722024-08-14T21:54:26.838Z Downloaded block-buffer v0.10.4
3732024-08-14T21:54:26.863Z Downloaded anstyle-query v1.0.3
3742024-08-14T21:54:26.863Z Downloaded anstyle-parse v0.2.4
3752024-08-14T21:54:26.863Z Downloaded anstyle v1.0.8
3762024-08-14T21:54:26.863Z Downloaded anstream v0.6.14
3772024-08-14T21:54:26.975Z Compiling proc-macro2 v1.0.86
3782024-08-14T21:54:26.975Z Compiling unicode-ident v1.0.12
3792024-08-14T21:54:26.975Z Compiling version_check v0.9.5
3802024-08-14T21:54:26.975Z Compiling serde v1.0.205
3812024-08-14T21:54:26.999Z Compiling memchr v2.7.2
3822024-08-14T21:54:26.999Z Compiling thiserror v1.0.63
3832024-08-14T21:54:26.999Z Compiling libc v0.2.155
3842024-08-14T21:54:26.999Z Compiling ryu v1.0.18
3852024-08-14T21:54:27.234Z Compiling ucd-trie v0.1.6
3862024-08-14T21:54:27.486Z Compiling itoa v1.0.11
3872024-08-14T21:54:27.746Z Compiling once_cell v1.19.0
3882024-08-14T21:54:27.836Z Compiling byteorder v1.5.0
3892024-08-14T21:54:27.891Z Compiling serde_json v1.0.122
3902024-08-14T21:54:28.257Z Compiling proc-macro-error-attr v1.0.4
3912024-08-14T21:54:28.281Z Compiling usdt-impl v0.5.0
3922024-08-14T21:54:28.305Z Compiling rustix v0.38.34
3932024-08-14T21:54:28.446Z Compiling syn v1.0.109
3942024-08-14T21:54:28.472Z Compiling proc-macro-error v1.0.4
3952024-08-14T21:54:28.567Z Compiling quote v1.0.36
3962024-08-14T21:54:28.774Z Compiling plain v0.2.3
3972024-08-14T21:54:28.824Z Compiling bitflags v2.6.0
3982024-08-14T21:54:28.930Z Compiling syn v2.0.72
3992024-08-14T21:54:29.083Z Compiling errno v0.3.9
4002024-08-14T21:54:29.107Z Compiling equivalent v1.0.1
4012024-08-14T21:54:29.197Z Compiling log v0.4.21
4022024-08-14T21:54:29.228Z Compiling hashbrown v0.14.5
4032024-08-14T21:54:29.228Z Compiling utf8parse v0.2.1
4042024-08-14T21:54:29.306Z Compiling thread-id v4.2.1
4052024-08-14T21:54:29.411Z Compiling anstyle-parse v0.2.4
4062024-08-14T21:54:29.581Z Compiling pretty-hex v0.4.1
4072024-08-14T21:54:29.706Z Compiling colorchoice v1.0.1
4082024-08-14T21:54:29.791Z Compiling semver v1.0.23
4092024-08-14T21:54:29.839Z Compiling camino v1.1.7
4102024-08-14T21:54:29.869Z Compiling winnow v0.6.18
4112024-08-14T21:54:30.111Z Compiling anstyle v1.0.8
4122024-08-14T21:54:30.266Z Compiling indexmap v2.3.0
4132024-08-14T21:54:30.325Z Compiling is_terminal_polyfill v1.70.0
4142024-08-14T21:54:30.407Z Compiling autocfg v1.3.0
4152024-08-14T21:54:30.445Z Compiling anstyle-query v1.0.3
4162024-08-14T21:54:30.577Z Compiling anstream v0.6.14
4172024-08-14T21:54:30.603Z Compiling terminal_size v0.3.0
4182024-08-14T21:54:30.849Z Compiling heck v0.5.0
4192024-08-14T21:54:30.886Z Compiling heck v0.4.1
4202024-08-14T21:54:31.195Z Compiling fs-err v2.11.0
4212024-08-14T21:54:31.257Z Compiling bytecount v0.6.8
4222024-08-14T21:54:31.409Z Compiling anyhow v1.0.86
4232024-08-14T21:54:31.437Z Compiling unicode-width v0.1.13
4242024-08-14T21:54:31.504Z Compiling clap_lex v0.7.0
4252024-08-14T21:54:31.533Z Compiling fnv v1.0.7
4262024-08-14T21:54:31.566Z Compiling strsim v0.11.1
4272024-08-14T21:54:31.681Z Compiling papergrid v0.11.0
4282024-08-14T21:54:31.996Z Compiling clap_builder v4.5.15
4292024-08-14T21:54:32.222Z Compiling memmap v0.7.0
4302024-08-14T21:54:32.579Z Compiling swrite v0.1.0
4312024-08-14T21:54:34.115Z Compiling tabled_derive v0.7.0
4322024-08-14T21:54:35.688Z Compiling tabled v0.15.0
4332024-08-14T21:54:36.890Z Compiling serde_derive v1.0.205
4342024-08-14T21:54:36.890Z Compiling thiserror-impl v1.0.63
4352024-08-14T21:54:36.914Z Compiling zerocopy-derive v0.7.34
4362024-08-14T21:54:36.960Z Compiling scroll_derive v0.12.0
4372024-08-14T21:54:37.102Z Compiling clap_derive v4.5.13
4382024-08-14T21:54:38.072Z Compiling scroll v0.12.0
4392024-08-14T21:54:38.495Z Compiling goblin v0.8.2
4402024-08-14T21:54:38.533Z Compiling zerocopy v0.7.34
4412024-08-14T21:54:39.102Z Compiling pest v2.7.10
4422024-08-14T21:54:40.052Z Compiling clap v4.5.15
4432024-08-14T21:54:41.031Z Compiling pest_meta v2.7.10
4442024-08-14T21:54:42.056Z Compiling pest_generator v2.7.10
4452024-08-14T21:54:43.674Z Compiling pest_derive v2.7.10
4462024-08-14T21:54:44.282Z Compiling dtrace-parser v0.2.0
4472024-08-14T21:54:45.973Z Compiling serde_tokenstream v0.2.1
4482024-08-14T21:54:46.062Z Compiling serde_spanned v0.6.7
4492024-08-14T21:54:46.085Z Compiling toml_datetime v0.6.8
4502024-08-14T21:54:46.239Z Compiling cargo-platform v0.1.8
4512024-08-14T21:54:46.416Z Compiling toml_edit v0.22.20
4522024-08-14T21:54:46.502Z Compiling macaddr v1.0.1
4532024-08-14T21:54:47.351Z Compiling dof v0.3.0
4542024-08-14T21:54:47.475Z Compiling cargo_metadata v0.18.1
4552024-08-14T21:54:48.960Z Compiling toml v0.8.19
4562024-08-14T21:54:48.995Z Compiling usdt-attr-macro v0.5.0
4572024-08-14T21:54:48.995Z Compiling usdt-macro v0.5.0
4582024-08-14T21:54:49.694Z Compiling cargo_toml v0.20.4
4592024-08-14T21:54:50.170Z Compiling usdt v0.5.0
4602024-08-14T21:54:53.794Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612024-08-14T21:54:58.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.99s
4622024-08-14T21:54:58.821Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4632024-08-14T21:54:59.523Z Downloading crates ...
4642024-08-14T21:54:59.660Z Downloaded bitflags v1.3.2
4652024-08-14T21:54:59.692Z Downloaded cstr-argument v0.1.2
4662024-08-14T21:54:59.692Z Downloaded instant v0.1.12
4672024-08-14T21:54:59.692Z Downloaded is_ci v1.2.0
4682024-08-14T21:54:59.692Z Downloaded oso-derive v0.27.3
4692024-08-14T21:54:59.716Z Downloaded number_prefix v0.4.0
4702024-08-14T21:54:59.716Z Downloaded sigpipe v0.1.3
4712024-08-14T21:54:59.716Z Downloaded strum v0.26.3
4722024-08-14T21:54:59.716Z Downloaded parking_lot v0.11.2
4732024-08-14T21:54:59.716Z Downloaded structmeta-derive v0.2.0
4742024-08-14T21:54:59.716Z Downloaded strum_macros v0.25.3
4752024-08-14T21:54:59.716Z Downloaded vte_generate_state_changes v0.1.1
4762024-08-14T21:54:59.741Z Downloaded want v0.3.1
4772024-08-14T21:54:59.741Z Downloaded waitgroup v0.1.2
4782024-08-14T21:54:59.741Z Downloaded toolchain_find v0.4.0
4792024-08-14T21:54:59.741Z Downloaded omicron-zone-package v0.11.0
4802024-08-14T21:54:59.741Z Downloaded phf_shared v0.10.0
4812024-08-14T21:54:59.741Z Downloaded tinyvec_macros v0.1.1
4822024-08-14T21:54:59.766Z Downloaded headers-core v0.2.0
4832024-08-14T21:54:59.766Z Downloaded zone_cfg_derive v0.1.2
4842024-08-14T21:54:59.766Z Downloaded spin v0.5.2
4852024-08-14T21:54:59.766Z Downloaded utf-8 v0.7.6
4862024-08-14T21:54:59.766Z Downloaded hash32 v0.3.1
4872024-08-14T21:54:59.766Z Downloaded heck v0.3.3
4882024-08-14T21:54:59.791Z Downloaded rand_xorshift v0.3.0
4892024-08-14T21:54:59.791Z Downloaded time-core v0.1.2
4902024-08-14T21:54:59.791Z Downloaded http-range v0.1.5
4912024-08-14T21:54:59.791Z Downloaded schemars_derive v0.8.21
4922024-08-14T21:54:59.791Z Downloaded try-lock v0.2.5
4932024-08-14T21:54:59.816Z Downloaded rustc_version v0.4.0
4942024-08-14T21:54:59.816Z Downloaded hostname v0.3.1
4952024-08-14T21:54:59.816Z Downloaded derive_builder_macro v0.20.0
4962024-08-14T21:54:59.816Z Downloaded resolv-conf v0.7.0
4972024-08-14T21:54:59.816Z Downloaded diesel_table_macro_syntax v0.2.0
4982024-08-14T21:54:59.840Z Downloaded path-slash v0.1.5
4992024-08-14T21:54:59.840Z Downloaded peg-runtime v0.8.3
5002024-08-14T21:54:59.840Z Downloaded smf v0.2.3
5012024-08-14T21:54:59.840Z Downloaded float-cmp v0.9.0
5022024-08-14T21:54:59.840Z Downloaded percent-encoding v2.3.1
5032024-08-14T21:54:59.840Z Downloaded peg v0.8.4
5042024-08-14T21:54:59.865Z Downloaded foreign-types-shared v0.3.1
5052024-08-14T21:54:59.865Z Downloaded downcast v0.11.0
5062024-08-14T21:54:59.865Z Downloaded hashbrown v0.13.2
5072024-08-14T21:54:59.865Z Downloaded supports-color v3.0.0
5082024-08-14T21:54:59.865Z Downloaded foreign-types-shared v0.1.1
5092024-08-14T21:54:59.865Z Downloaded dirs-sys-next v0.1.2
5102024-08-14T21:54:59.865Z Downloaded fallible-iterator v0.2.0
5112024-08-14T21:54:59.865Z Downloaded unicode-xid v0.2.4
5122024-08-14T21:54:59.890Z Downloaded foreign-types v0.3.2
5132024-08-14T21:54:59.890Z Downloaded foreign-types-macros v0.2.3
5142024-08-14T21:54:59.890Z Downloaded dsl_auto_type v0.1.2
5152024-08-14T21:54:59.890Z Downloaded rustyline v14.0.0
5162024-08-14T21:54:59.890Z Downloaded foreign-types v0.5.0
5172024-08-14T21:54:59.890Z Downloaded fatfs v0.3.6
5182024-08-14T21:54:59.915Z Downloaded flate2 v1.0.31
5192024-08-14T21:54:59.965Z Downloaded expectorate v1.1.0
5202024-08-14T21:54:59.965Z Downloaded serde_yaml v0.9.34+deprecated
5212024-08-14T21:54:59.990Z Downloaded unicode-segmentation v1.11.0
5222024-08-14T21:54:59.990Z Downloaded serde_with v3.8.3
5232024-08-14T21:54:59.990Z Downloaded reedline v0.31.0
5242024-08-14T21:54:59.990Z Downloaded radix_trie v0.2.1
5252024-08-14T21:54:59.990Z Downloaded regex v1.10.6
5262024-08-14T21:55:00.014Z Downloaded zerocopy-derive v0.6.6
5272024-08-14T21:55:00.014Z Downloaded sha3 v0.10.8
5282024-08-14T21:55:00.038Z Downloaded petgraph v0.6.5
5292024-08-14T21:55:00.062Z Downloaded tokio v1.38.1
5302024-08-14T21:55:00.086Z Downloaded csv v1.3.0
5312024-08-14T21:55:00.110Z Downloaded encoding_rs v0.8.34
5322024-08-14T21:55:00.134Z Downloaded finl_unicode v1.2.0
5332024-08-14T21:55:00.158Z Downloaded regex-automata v0.4.6
5342024-08-14T21:55:00.182Z Downloaded idna v0.2.3
5352024-08-14T21:55:00.182Z Downloaded diesel v2.2.2
5362024-08-14T21:55:00.206Z Downloaded rustls-webpki v0.102.4
5372024-08-14T21:55:00.230Z Downloaded hyper v0.14.30
5382024-08-14T21:55:00.230Z Downloaded rustls v0.22.4
5392024-08-14T21:55:00.254Z Downloaded rustls v0.21.12
5402024-08-14T21:55:00.278Z Downloaded ratatui v0.28.0
5412024-08-14T21:55:00.302Z Downloaded openssl v0.10.66
5422024-08-14T21:55:00.302Z Downloaded openapiv3 v2.0.0
5432024-08-14T21:55:00.326Z Downloaded object v0.30.4
5442024-08-14T21:55:00.326Z Downloaded nix v0.28.0
5452024-08-14T21:55:00.350Z Downloaded ring v0.17.8
5462024-08-14T21:55:00.414Z Downloaded bzip2-sys v0.1.11+1.0.8
5472024-08-14T21:55:00.439Z Downloaded smoltcp v0.11.0
5482024-08-14T21:55:00.462Z Downloaded regress v0.9.1
5492024-08-14T21:55:00.462Z Downloaded regex-syntax v0.8.4
5502024-08-14T21:55:00.463Z Downloaded sled v0.34.7
5512024-08-14T21:55:00.487Z Downloaded ring v0.16.20
5522024-08-14T21:55:00.566Z Downloaded smoltcp v0.9.1
5532024-08-14T21:55:00.590Z Downloaded regex-syntax v0.6.29
5542024-08-14T21:55:00.590Z Downloaded trust-dns-proto v0.22.0
5552024-08-14T21:55:00.614Z Downloaded object v0.32.2
5562024-08-14T21:55:00.614Z Downloaded unicode-normalization v0.1.23
5572024-08-14T21:55:00.643Z Downloaded sqlparser v0.45.0
5582024-08-14T21:55:00.643Z Downloaded proptest v1.5.0
5592024-08-14T21:55:00.643Z Downloaded polar-core v0.27.3
5602024-08-14T21:55:00.667Z Downloaded nix v0.27.1
5612024-08-14T21:55:00.667Z Downloaded bstr v1.9.1
5622024-08-14T21:55:00.691Z Downloaded typed-path v0.7.1
5632024-08-14T21:55:00.691Z Downloaded steno v0.4.1
5642024-08-14T21:55:00.691Z Downloaded hkdf v0.12.4
5652024-08-14T21:55:00.691Z Downloaded rayon v1.10.0
5662024-08-14T21:55:00.716Z Downloaded vcpkg v0.2.15
5672024-08-14T21:55:00.739Z Downloaded h2 v0.3.26
5682024-08-14T21:55:00.763Z Downloaded lalrpop v0.19.12
5692024-08-14T21:55:00.763Z Downloaded idna v0.5.0
5702024-08-14T21:55:00.787Z Downloaded idna v0.3.0
5712024-08-14T21:55:00.787Z Downloaded curve25519-dalek v4.1.3
5722024-08-14T21:55:00.787Z Downloaded bstr v0.2.17
5732024-08-14T21:55:00.812Z Downloaded env_logger v0.10.2
5742024-08-14T21:55:00.812Z Downloaded rcgen v0.12.1
5752024-08-14T21:55:00.812Z Downloaded rand v0.8.5
5762024-08-14T21:55:00.812Z Downloaded rustls-webpki v0.101.7
5772024-08-14T21:55:00.836Z Downloaded reqwest v0.11.27
5782024-08-14T21:55:00.836Z Downloaded tough v0.17.1
5792024-08-14T21:55:00.860Z Downloaded gimli v0.28.1
5802024-08-14T21:55:00.861Z Downloaded webpki-roots v0.25.4
5812024-08-14T21:55:00.861Z Downloaded itertools v0.13.0
5822024-08-14T21:55:00.884Z Downloaded tungstenite v0.21.0
5832024-08-14T21:55:00.884Z Downloaded regex-automata v0.1.10
5842024-08-14T21:55:00.884Z Downloaded quick-xml v0.31.0
5852024-08-14T21:55:00.884Z Downloaded env_logger v0.9.3
5862024-08-14T21:55:00.884Z Downloaded signal-hook v0.3.17
5872024-08-14T21:55:00.908Z Downloaded unicode-bidi v0.3.15
5882024-08-14T21:55:00.908Z Downloaded flume v0.11.0
5892024-08-14T21:55:00.908Z Downloaded http v1.1.0
5902024-08-14T21:55:00.908Z Downloaded serde_with_macros v3.8.3
5912024-08-14T21:55:00.908Z Downloaded socket2 v0.5.7
5922024-08-14T21:55:00.908Z Downloaded snafu v0.8.2
5932024-08-14T21:55:00.908Z Downloaded trust-dns-server v0.22.1
5942024-08-14T21:55:00.933Z Downloaded time v0.3.36
5952024-08-14T21:55:00.933Z Downloaded nom v7.1.3
5962024-08-14T21:55:00.933Z Downloaded bitvec v1.0.1
5972024-08-14T21:55:00.957Z Downloaded shlex v1.3.0
5982024-08-14T21:55:00.957Z Downloaded unicode-linebreak v0.1.5
5992024-08-14T21:55:00.957Z Downloaded diesel_derives v2.2.2
6002024-08-14T21:55:00.957Z Downloaded derive_more v0.99.18
6012024-08-14T21:55:00.981Z Downloaded fastrand v2.1.0
6022024-08-14T21:55:00.981Z Downloaded display-error-chain v0.2.0
6032024-08-14T21:55:00.981Z Downloaded sha1 v0.10.6
6042024-08-14T21:55:00.981Z Downloaded unicode_categories v0.1.1
6052024-08-14T21:55:00.981Z Downloaded portable-atomic v1.6.0
6062024-08-14T21:55:00.981Z Downloaded slog-json v2.6.1
6072024-08-14T21:55:00.981Z Downloaded signature v2.2.0
6082024-08-14T21:55:00.981Z Downloaded futures-util v0.3.30
6092024-08-14T21:55:01.005Z Downloaded chrono v0.4.38
6102024-08-14T21:55:01.005Z Downloaded erased-serde v0.3.31
6112024-08-14T21:55:01.005Z Downloaded dirs-next v2.0.0
6122024-08-14T21:55:01.005Z Downloaded difflib v0.4.0
6132024-08-14T21:55:01.005Z Downloaded slog-envlogger v2.2.0
6142024-08-14T21:55:01.005Z Downloaded shell-words v1.1.0
6152024-08-14T21:55:01.005Z Downloaded slog-term v2.9.1
6162024-08-14T21:55:01.029Z Downloaded unicase v2.7.0
6172024-08-14T21:55:01.029Z Downloaded unsafe-libyaml v0.2.11
6182024-08-14T21:55:01.029Z Downloaded futures-channel v0.3.30
6192024-08-14T21:55:01.029Z Downloaded http v0.2.12
6202024-08-14T21:55:01.030Z Downloaded publicsuffix v2.2.3
6212024-08-14T21:55:01.030Z Downloaded unicode-truncate v1.0.0
6222024-08-14T21:55:01.030Z Downloaded slog-stdlog v4.1.1
6232024-08-14T21:55:01.030Z Downloaded slog-scope v4.4.0
6242024-08-14T21:55:01.030Z Downloaded signal-hook-tokio v0.3.1
6252024-08-14T21:55:01.030Z Downloaded signal-hook-registry v1.4.2
6262024-08-14T21:55:01.030Z Downloaded signal-hook-mio v0.2.4
6272024-08-14T21:55:01.054Z Downloaded rand_seeder v0.3.0
6282024-08-14T21:55:01.054Z Downloaded socket2 v0.4.10
6292024-08-14T21:55:01.054Z Downloaded snafu-derive v0.8.2
6302024-08-14T21:55:01.054Z Downloaded hashbrown v0.12.3
6312024-08-14T21:55:01.054Z Downloaded ref-cast-impl v1.0.23
6322024-08-14T21:55:01.054Z Downloaded ref-cast v1.0.23
6332024-08-14T21:55:01.054Z Downloaded rand_core v0.6.4
6342024-08-14T21:55:01.054Z Downloaded rand_chacha v0.3.1
6352024-08-14T21:55:01.054Z Downloaded password-hash v0.5.0
6362024-08-14T21:55:01.054Z Downloaded diff v0.1.13
6372024-08-14T21:55:01.054Z Downloaded serde_derive_internals v0.29.1
6382024-08-14T21:55:01.054Z Downloaded tungstenite v0.20.1
6392024-08-14T21:55:01.078Z Downloaded trust-dns-resolver v0.22.0
6402024-08-14T21:55:01.078Z Downloaded trust-dns-client v0.22.0
6412024-08-14T21:55:01.078Z Downloaded tracing v0.1.40
6422024-08-14T21:55:01.078Z Downloaded winnow v0.5.40
6432024-08-14T21:55:01.102Z Downloaded num-bigint v0.4.5
6442024-08-14T21:55:01.102Z Downloaded smallvec v1.13.2
6452024-08-14T21:55:01.102Z Downloaded smallvec v0.6.14
6462024-08-14T21:55:01.102Z Downloaded float-ord v0.3.2
6472024-08-14T21:55:01.102Z Downloaded flagset v0.4.5
6482024-08-14T21:55:01.102Z Downloaded fixedbitset v0.4.2
6492024-08-14T21:55:01.102Z Downloaded fd-lock v4.0.2
6502024-08-14T21:55:01.102Z Downloaded unarray v0.1.4
6512024-08-14T21:55:01.102Z Downloaded structmeta v0.2.0
6522024-08-14T21:55:01.102Z Downloaded radium v0.7.0
6532024-08-14T21:55:01.103Z Downloaded r2d2 v0.8.10
6542024-08-14T21:55:01.127Z Downloaded peg-macros v0.8.4
6552024-08-14T21:55:01.127Z Downloaded strip-ansi-escapes v0.2.0
6562024-08-14T21:55:01.127Z Downloaded string_cache v0.8.7
6572024-08-14T21:55:01.127Z Downloaded paste v1.0.15
6582024-08-14T21:55:01.127Z Downloaded elliptic-curve v0.13.8
6592024-08-14T21:55:01.127Z Downloaded rsa v0.9.6
6602024-08-14T21:55:01.127Z Downloaded filetime v0.2.24
6612024-08-14T21:55:01.127Z Downloaded ff v0.13.0
6622024-08-14T21:55:01.127Z Downloaded funty v2.0.0
6632024-08-14T21:55:01.127Z Downloaded futures v0.3.30
6642024-08-14T21:55:01.151Z Downloaded bindgen v0.69.4
6652024-08-14T21:55:01.151Z Downloaded stringprep v0.1.4
6662024-08-14T21:55:01.151Z Downloaded parse-display-derive v0.10.0
6672024-08-14T21:55:01.151Z Downloaded iana-time-zone v0.1.60
6682024-08-14T21:55:01.151Z Downloaded hyper-rustls v0.24.2
6692024-08-14T21:55:01.151Z Downloaded tracing-core v0.1.32
6702024-08-14T21:55:01.175Z Downloaded ron v0.7.1
6712024-08-14T21:55:01.175Z Downloaded pem-rfc7468 v0.7.0
6722024-08-14T21:55:01.175Z Downloaded pem v3.0.4
6732024-08-14T21:55:01.175Z Downloaded rustls-pemfile v2.1.3
6742024-08-14T21:55:01.175Z Downloaded itertools v0.12.1
6752024-08-14T21:55:01.175Z Downloaded serde_arrays v0.1.0
6762024-08-14T21:55:01.175Z Downloaded mio v0.8.11
6772024-08-14T21:55:01.200Z Downloaded smawk v0.3.2
6782024-08-14T21:55:01.225Z Downloaded hyper-staticfile v0.9.5
6792024-08-14T21:55:01.225Z Downloaded futures-core v0.3.30
6802024-08-14T21:55:01.225Z Downloaded tokio-postgres v0.7.11
6812024-08-14T21:55:01.225Z Downloaded prettyplease v0.2.20
6822024-08-14T21:55:01.249Z Downloaded zip v0.6.6
6832024-08-14T21:55:01.249Z Downloaded parse-size v1.0.0
6842024-08-14T21:55:01.249Z Downloaded hyper-tls v0.5.0
6852024-08-14T21:55:01.249Z Downloaded universal-hash v0.5.1
6862024-08-14T21:55:01.249Z Downloaded serde-hex v0.1.0
6872024-08-14T21:55:01.249Z Downloaded rustversion v1.0.17
6882024-08-14T21:55:01.250Z Downloaded ena v0.14.3
6892024-08-14T21:55:01.250Z Downloaded rustls-pki-types v1.7.0
6902024-08-14T21:55:01.273Z Downloaded tracing-attributes v0.1.27
6912024-08-14T21:55:01.273Z Downloaded schemars v0.8.21
6922024-08-14T21:55:01.273Z Downloaded samael v0.0.15
6932024-08-14T21:55:01.297Z Downloaded oso v0.27.3
6942024-08-14T21:55:01.297Z Downloaded ident_case v1.0.1
6952024-08-14T21:55:01.297Z Downloaded fragile v2.0.0
6962024-08-14T21:55:01.297Z Downloaded form_urlencoded v1.2.1
6972024-08-14T21:55:01.297Z Downloaded serde-big-array v0.5.1
6982024-08-14T21:55:01.297Z Downloaded humantime v2.1.0
6992024-08-14T21:55:01.297Z Downloaded futures-executor v0.3.30
7002024-08-14T21:55:01.321Z Downloaded rustls-pemfile v1.0.4
7012024-08-14T21:55:01.321Z Downloaded rayon-core v1.12.1
7022024-08-14T21:55:01.321Z Downloaded heapless v0.7.17
7032024-08-14T21:55:01.321Z Downloaded derive-where v1.2.7
7042024-08-14T21:55:01.321Z Downloaded enum-as-inner v0.5.1
7052024-08-14T21:55:01.321Z Downloaded either v1.13.0
7062024-08-14T21:55:01.345Z Downloaded tui-tree-widget v0.22.0
7072024-08-14T21:55:01.345Z Downloaded httparse v1.8.0
7082024-08-14T21:55:01.345Z Downloaded http-body v0.4.6
7092024-08-14T21:55:01.345Z Downloaded hmac v0.12.1
7102024-08-14T21:55:01.345Z Downloaded textwrap v0.16.1
7112024-08-14T21:55:01.345Z Downloaded test-strategy v0.3.1
7122024-08-14T21:55:01.370Z Downloaded tar v0.4.41
7132024-08-14T21:55:01.370Z Downloaded ron v0.8.1
7142024-08-14T21:55:01.370Z Downloaded heapless v0.8.0
7152024-08-14T21:55:01.370Z Downloaded url v2.5.2
7162024-08-14T21:55:01.394Z Downloaded tokio-util v0.7.11
7172024-08-14T21:55:01.394Z Downloaded embedded-io v0.4.0
7182024-08-14T21:55:01.394Z Downloaded rustfmt-wrapper v0.2.1
7192024-08-14T21:55:01.394Z Downloaded rustc-demangle v0.1.24
7202024-08-14T21:55:01.394Z Downloaded home v0.5.9
7212024-08-14T21:55:01.394Z Downloaded tiny-keccak v2.0.2
7222024-08-14T21:55:01.394Z Downloaded time-macros v0.2.18
7232024-08-14T21:55:01.419Z Downloaded sec1 v0.7.3
7242024-08-14T21:55:01.419Z Downloaded rtoolbox v0.0.2
7252024-08-14T21:55:01.419Z Downloaded der v0.7.9
7262024-08-14T21:55:01.419Z Downloaded tinyvec v1.6.0
7272024-08-14T21:55:01.419Z Downloaded blake3 v1.5.1
7282024-08-14T21:55:01.443Z Downloaded hubpack_derive v0.1.1
7292024-08-14T21:55:01.443Z Downloaded endian-type v0.1.2
7302024-08-14T21:55:01.443Z Downloaded dyn-clone v1.0.17
7312024-08-14T21:55:01.443Z Downloaded hubpack v0.1.2
7322024-08-14T21:55:01.443Z Downloaded httpdate v1.0.3
7332024-08-14T21:55:01.443Z Downloaded highway v1.2.0
7342024-08-14T21:55:01.443Z Downloaded termcolor v1.4.1
7352024-08-14T21:55:01.443Z Downloaded term v0.7.0
7362024-08-14T21:55:01.443Z Downloaded tempfile v3.10.1
7372024-08-14T21:55:01.443Z Downloaded semver v0.1.20
7382024-08-14T21:55:01.443Z Downloaded hex v0.4.3
7392024-08-14T21:55:01.443Z Downloaded derive_builder_core v0.20.0
7402024-08-14T21:55:01.467Z Downloaded zerocopy v0.6.6
7412024-08-14T21:55:01.467Z Downloaded sct v0.7.1
7422024-08-14T21:55:01.467Z Downloaded scopeguard v1.2.0
7432024-08-14T21:55:01.467Z Downloaded postcard v1.0.8
7442024-08-14T21:55:01.467Z Downloaded x509-cert v0.2.5
7452024-08-14T21:55:01.467Z Downloaded num-bigint-dig v0.8.4
7462024-08-14T21:55:01.467Z Downloaded rustc_version v0.1.7
7472024-08-14T21:55:01.467Z Downloaded rustc-hash v1.1.0
7482024-08-14T21:55:01.491Z Downloaded thiserror-no-std v2.0.2
7492024-08-14T21:55:01.491Z Downloaded thiserror-impl-no-std v2.0.2
7502024-08-14T21:55:01.491Z Downloaded termios v0.3.3
7512024-08-14T21:55:01.491Z Downloaded tabwriter v1.4.0
7522024-08-14T21:55:01.491Z Downloaded headers v0.3.9
7532024-08-14T21:55:01.491Z Downloaded predicates v3.1.2
7542024-08-14T21:55:01.492Z Downloaded aho-corasick v1.1.3
7552024-08-14T21:55:01.515Z Downloaded hostname v0.4.0
7562024-08-14T21:55:01.515Z Downloaded tower-service v0.3.2
7572024-08-14T21:55:01.515Z Downloaded secrecy v0.8.0
7582024-08-14T21:55:01.515Z Downloaded rpassword v7.3.1
7592024-08-14T21:55:01.516Z Downloaded parking_lot v0.12.2
7602024-08-14T21:55:01.516Z Downloaded same-file v1.0.6
7612024-08-14T21:55:01.516Z Downloaded vte v0.11.1
7622024-08-14T21:55:01.516Z Downloaded vsss-rs v3.3.4
7632024-08-14T21:55:01.516Z Downloaded uzers v0.11.3
7642024-08-14T21:55:01.516Z Downloaded uuid v1.10.0
7652024-08-14T21:55:01.516Z Downloaded toml_edit v0.19.15
7662024-08-14T21:55:01.540Z Downloaded libxml v0.3.3
7672024-08-14T21:55:01.540Z Downloaded libm v0.2.8
7682024-08-14T21:55:01.564Z Downloaded termtree v0.4.1
7692024-08-14T21:55:01.564Z Downloaded take_mut v0.2.2
7702024-08-14T21:55:01.565Z Downloaded sync_wrapper v0.1.2
7712024-08-14T21:55:01.565Z Downloaded scheduled-thread-pool v0.2.7
7722024-08-14T21:55:01.565Z Downloaded rusty-fork v0.3.0
7732024-08-14T21:55:01.565Z Downloaded derive_builder v0.20.0
7742024-08-14T21:55:01.565Z Downloaded spin v0.9.8
7752024-08-14T21:55:01.565Z Downloaded pin-project v1.1.5
7762024-08-14T21:55:01.589Z Downloaded zeroize v1.7.0
7772024-08-14T21:55:01.589Z Downloaded num-traits v0.2.19
7782024-08-14T21:55:01.589Z Downloaded nu-ansi-term v0.50.0
7792024-08-14T21:55:01.589Z Downloaded crossterm v0.27.0
7802024-08-14T21:55:01.589Z Downloaded thread_local v1.1.8
7812024-08-14T21:55:01.589Z Downloaded tap v1.0.1
7822024-08-14T21:55:01.589Z Downloaded der_derive v0.7.2
7832024-08-14T21:55:01.613Z Downloaded tokio-native-tls v0.3.1
7842024-08-14T21:55:01.613Z Downloaded tokio-macros v2.3.0
7852024-08-14T21:55:01.613Z Downloaded tls_codec_derive v0.4.1
7862024-08-14T21:55:01.614Z Downloaded stable_deref_trait v1.2.0
7872024-08-14T21:55:01.614Z Downloaded spki v0.7.3
7882024-08-14T21:55:01.614Z Downloaded half v2.4.1
7892024-08-14T21:55:01.614Z Downloaded futures-sink v0.3.30
7902024-08-14T21:55:01.614Z Downloaded itertools v0.10.5
7912024-08-14T21:55:01.638Z Downloaded quick-error v1.2.3
7922024-08-14T21:55:01.638Z Downloaded untrusted v0.9.0
7932024-08-14T21:55:01.638Z Downloaded predicates-tree v1.0.9
7942024-08-14T21:55:01.638Z Downloaded hash32 v0.2.1
7952024-08-14T21:55:01.638Z Downloaded getrandom v0.2.14
7962024-08-14T21:55:01.638Z Downloaded olpc-cjson v0.1.3
7972024-08-14T21:55:01.638Z Downloaded num_enum v0.5.11
7982024-08-14T21:55:01.638Z Downloaded mio v1.0.1
7992024-08-14T21:55:01.662Z Downloaded futures-macro v0.3.30
8002024-08-14T21:55:01.662Z Downloaded futures-io v0.3.30
8012024-08-14T21:55:01.662Z Downloaded predicates-core v1.0.6
8022024-08-14T21:55:01.662Z Downloaded postgres-types v0.2.7
8032024-08-14T21:55:01.662Z Downloaded postgres-protocol v0.6.7
8042024-08-14T21:55:01.662Z Downloaded poly1305 v0.8.0
8052024-08-14T21:55:01.662Z Downloaded pkcs8 v0.10.2
8062024-08-14T21:55:01.662Z Downloaded pkcs1 v0.7.5
8072024-08-14T21:55:01.662Z Downloaded pin-project-internal v1.1.5
8082024-08-14T21:55:01.663Z Downloaded packed_struct_codegen v0.10.1
8092024-08-14T21:55:01.663Z Downloaded owo-colors v4.0.0
8102024-08-14T21:55:01.663Z Downloaded num-complex v0.4.6
8112024-08-14T21:55:01.690Z Downloaded minimal-lexical v0.2.1
8122024-08-14T21:55:01.690Z Downloaded deranged v0.3.11
8132024-08-14T21:55:01.690Z Downloaded tls_codec v0.4.1
8142024-08-14T21:55:01.690Z Downloaded sqlformat v0.2.4
8152024-08-14T21:55:01.690Z Downloaded subtle v2.5.0
8162024-08-14T21:55:01.690Z Downloaded parking_lot_core v0.9.10
8172024-08-14T21:55:01.690Z Downloaded nibble_vec v0.1.0
8182024-08-14T21:55:01.690Z Downloaded nanorand v0.7.0
8192024-08-14T21:55:01.690Z Downloaded libloading v0.8.3
8202024-08-14T21:55:01.690Z Downloaded untrusted v0.7.1
8212024-08-14T21:55:01.690Z Downloaded static_assertions v1.1.0
8222024-08-14T21:55:01.714Z Downloaded psl-types v2.0.11
8232024-08-14T21:55:01.714Z Downloaded proc-macro-crate v1.3.1
8242024-08-14T21:55:01.714Z Downloaded pin-project-lite v0.2.14
8252024-08-14T21:55:01.715Z Downloaded num-iter v0.1.45
8262024-08-14T21:55:01.715Z Downloaded crossterm v0.28.1
8272024-08-14T21:55:01.715Z Downloaded ppv-lite86 v0.2.17
8282024-08-14T21:55:01.715Z Downloaded powerfmt v0.2.0
8292024-08-14T21:55:01.715Z Downloaded globset v0.4.14
8302024-08-14T21:55:01.715Z Downloaded newtype-uuid v1.1.0
8312024-08-14T21:55:01.715Z Downloaded native-tls v0.2.11
8322024-08-14T21:55:01.715Z Downloaded linear-map v1.2.0
8332024-08-14T21:55:01.738Z Downloaded kstat-rs v0.2.4
8342024-08-14T21:55:01.738Z Downloaded sqlparser_derive v0.2.2
8352024-08-14T21:55:01.739Z Downloaded pin-utils v0.1.0
8362024-08-14T21:55:01.739Z Downloaded group v0.13.0
8372024-08-14T21:55:01.739Z Downloaded zone v0.1.8
8382024-08-14T21:55:01.739Z Downloaded yasna v0.5.2
8392024-08-14T21:55:01.739Z Downloaded whoami v1.5.1
8402024-08-14T21:55:01.739Z Downloaded walkdir v2.5.0
8412024-08-14T21:55:01.739Z Downloaded tokio-tungstenite v0.20.1
8422024-08-14T21:55:01.739Z Downloaded num_threads v0.1.7
8432024-08-14T21:55:01.739Z Downloaded multer v3.1.0
8442024-08-14T21:55:01.739Z Downloaded lalrpop-util v0.19.12
8452024-08-14T21:55:01.739Z Downloaded crossbeam-channel v0.5.12
8462024-08-14T21:55:01.763Z Downloaded pkg-config v0.3.30
8472024-08-14T21:55:01.763Z Downloaded zeroize_derive v1.4.2
8482024-08-14T21:55:01.763Z Downloaded toml v0.7.8
8492024-08-14T21:55:01.763Z Downloaded toml v0.5.11
8502024-08-14T21:55:01.763Z Downloaded subprocess v0.2.9
8512024-08-14T21:55:01.763Z Downloaded similar v2.5.0
8522024-08-14T21:55:01.763Z Downloaded openssl-sys v0.9.103
8532024-08-14T21:55:01.763Z Downloaded openssl-probe v0.1.5
8542024-08-14T21:55:01.787Z Downloaded num-derive v0.4.2
8552024-08-14T21:55:01.787Z Downloaded lru-cache v0.1.2
8562024-08-14T21:55:01.787Z Downloaded indexmap v1.9.3
8572024-08-14T21:55:01.787Z Downloaded crypto-bigint v0.5.5
8582024-08-14T21:55:01.787Z Downloaded pretty-hex v0.2.1
8592024-08-14T21:55:01.787Z Downloaded precomputed-hash v0.1.1
8602024-08-14T21:55:01.787Z Downloaded portpicker v0.1.1
8612024-08-14T21:55:01.787Z Downloaded phf_shared v0.11.2
8622024-08-14T21:55:01.787Z Downloaded phf v0.11.2
8632024-08-14T21:55:01.787Z Downloaded glob v0.3.1
8642024-08-14T21:55:01.787Z Downloaded getopts v0.2.21
8652024-08-14T21:55:01.787Z Downloaded gethostname v0.5.0
8662024-08-14T21:55:01.787Z Downloaded futures-task v0.3.30
8672024-08-14T21:55:01.811Z Downloaded xattr v1.3.1
8682024-08-14T21:55:01.811Z Downloaded wyz v0.5.1
8692024-08-14T21:55:01.811Z Downloaded which v4.4.2
8702024-08-14T21:55:01.811Z Downloaded topological-sort v0.2.2
8712024-08-14T21:55:01.811Z Downloaded tokio-stream v0.1.15
8722024-08-14T21:55:01.811Z Downloaded tokio-rustls v0.25.0
8732024-08-14T21:55:01.811Z Downloaded tokio-rustls v0.24.1
8742024-08-14T21:55:01.811Z Downloaded slog v2.7.0
8752024-08-14T21:55:01.811Z Downloaded opaque-debug v0.3.1
8762024-08-14T21:55:01.811Z Downloaded new_debug_unreachable v1.0.6
8772024-08-14T21:55:01.811Z Downloaded lock_api v0.4.12
8782024-08-14T21:55:01.811Z Downloaded lazycell v1.3.0
8792024-08-14T21:55:01.835Z Downloaded bytes v1.7.1
8802024-08-14T21:55:01.835Z Downloaded fxhash v0.2.1
8812024-08-14T21:55:01.835Z Downloaded wait-timeout v0.2.0
8822024-08-14T21:55:01.835Z Downloaded tokio-tungstenite v0.21.0
8832024-08-14T21:55:01.835Z Downloaded strum_macros v0.26.4
8842024-08-14T21:55:01.835Z Downloaded mockall v0.13.0
8852024-08-14T21:55:01.835Z Downloaded mime_guess v2.0.4
8862024-08-14T21:55:01.835Z Downloaded memoffset v0.9.1
8872024-08-14T21:55:01.835Z Downloaded md-5 v0.10.6
8882024-08-14T21:55:01.835Z Downloaded maplit v1.0.2
8892024-08-14T21:55:01.835Z Downloaded libsw v3.3.1
8902024-08-14T21:55:01.835Z Downloaded blake2 v0.10.6
8912024-08-14T21:55:01.861Z Downloaded mockall_derive v0.13.0
8922024-08-14T21:55:01.861Z Downloaded indicatif v0.17.8
8932024-08-14T21:55:01.861Z Downloaded compact_str v0.8.0
8942024-08-14T21:55:01.861Z Downloaded matches v0.1.10
8952024-08-14T21:55:01.861Z Downloaded base64 v0.22.1
8962024-08-14T21:55:01.861Z Downloaded strum_macros v0.24.3
8972024-08-14T21:55:01.861Z Downloaded structmeta-derive v0.3.0
8982024-08-14T21:55:01.861Z Downloaded structmeta v0.3.0
8992024-08-14T21:55:01.861Z Downloaded parking_lot_core v0.8.6
9002024-08-14T21:55:01.861Z Downloaded miniz_oxide v0.7.2
9012024-08-14T21:55:01.885Z Downloaded darling_core v0.20.9
9022024-08-14T21:55:01.885Z Downloaded darling v0.20.9
9032024-08-14T21:55:01.885Z Downloaded crossbeam-epoch v0.9.18
9042024-08-14T21:55:01.885Z Downloaded cookie v0.18.1
9052024-08-14T21:55:01.885Z Downloaded const_format v0.2.32
9062024-08-14T21:55:01.885Z Downloaded slog-dtrace v0.3.0
9072024-08-14T21:55:01.885Z Downloaded slog-bunyan v2.5.0
9082024-08-14T21:55:01.885Z Downloaded slog-async v2.8.0
9092024-08-14T21:55:01.909Z Downloaded slab v0.4.9
9102024-08-14T21:55:01.909Z Downloaded siphasher v0.3.11
9112024-08-14T21:55:01.909Z Downloaded num-rational v0.4.2
9122024-08-14T21:55:01.909Z Downloaded memmap2 v0.9.4
9132024-08-14T21:55:01.909Z Downloaded keccak v0.1.5
9142024-08-14T21:55:01.909Z Downloaded impl-trait-for-tuples v0.2.2
9152024-08-14T21:55:01.909Z Downloaded crc-any v2.5.0
9162024-08-14T21:55:01.909Z Downloaded const-oid v0.9.6
9172024-08-14T21:55:01.909Z Downloaded chacha20poly1305 v0.10.1
9182024-08-14T21:55:01.909Z Downloaded cc v1.0.97
9192024-08-14T21:55:01.909Z Downloaded base64 v0.21.7
9202024-08-14T21:55:01.934Z Downloaded backtrace v0.3.71
9212024-08-14T21:55:01.934Z Downloaded packed_struct v0.10.1
9222024-08-14T21:55:01.934Z Downloaded num_enum_derive v0.5.11
9232024-08-14T21:55:01.934Z Downloaded num-integer v0.1.46
9242024-08-14T21:55:01.934Z Downloaded ipnet v2.9.0
9252024-08-14T21:55:01.934Z Downloaded instability v0.3.2
9262024-08-14T21:55:01.934Z Downloaded const_format_proc_macros v0.2.32
9272024-08-14T21:55:01.934Z Downloaded cancel-safe-futures v0.1.5
9282024-08-14T21:55:01.934Z Downloaded parse-display v0.10.0
9292024-08-14T21:55:01.934Z Downloaded num_cpus v1.16.0
9302024-08-14T21:55:01.958Z Downloaded num v0.4.3
9312024-08-14T21:55:01.958Z Downloaded nodrop v0.1.14
9322024-08-14T21:55:01.958Z Downloaded maybe-uninit v2.0.0
9332024-08-14T21:55:01.958Z Downloaded is-terminal v0.4.12
9342024-08-14T21:55:01.958Z Downloaded base64 v0.13.1
9352024-08-14T21:55:01.958Z Downloaded serde_urlencoded v0.7.1
9362024-08-14T21:55:01.958Z Downloaded serde_repr v0.1.19
9372024-08-14T21:55:01.958Z Downloaded serde_plain v1.0.2
9382024-08-14T21:55:01.958Z Downloaded serde_path_to_error v0.1.16
9392024-08-14T21:55:01.958Z Downloaded normalize-line-endings v0.3.0
9402024-08-14T21:55:01.958Z Downloaded multimap v0.10.0
9412024-08-14T21:55:01.958Z Downloaded mime v0.3.17
9422024-08-14T21:55:01.958Z Downloaded managed v0.8.0
9432024-08-14T21:55:01.959Z Downloaded lru v0.12.3
9442024-08-14T21:55:01.959Z Downloaded linked-hash-map v0.5.6
9452024-08-14T21:55:01.959Z Downloaded libefi-sys v0.1.0
9462024-08-14T21:55:01.959Z Downloaded lazy_static v1.5.0
9472024-08-14T21:55:01.984Z Downloaded indoc v1.0.9
9482024-08-14T21:55:01.984Z Downloaded crc32fast v1.4.0
9492024-08-14T21:55:01.984Z Downloaded crc-catalog v2.4.0
9502024-08-14T21:55:01.984Z Downloaded crc v3.2.1
9512024-08-14T21:55:01.984Z Downloaded convert_case v0.4.0
9522024-08-14T21:55:01.984Z Downloaded cobs v0.2.3
9532024-08-14T21:55:01.984Z Downloaded clang-sys v1.7.0
9542024-08-14T21:55:01.984Z Downloaded cipher v0.4.4
9552024-08-14T21:55:01.984Z Downloaded ciborium-io v0.2.2
9562024-08-14T21:55:01.984Z Downloaded chacha20 v0.9.1
9572024-08-14T21:55:01.984Z Downloaded cexpr v0.6.0
9582024-08-14T21:55:01.984Z Downloaded castaway v0.2.3
9592024-08-14T21:55:01.984Z Downloaded cassowary v0.3.0
9602024-08-14T21:55:01.984Z Downloaded block-padding v0.3.3
9612024-08-14T21:55:01.984Z Downloaded arc-swap v1.7.1
9622024-08-14T21:55:02.441Z Downloaded allocator-api2 v0.2.18
9632024-08-14T21:55:02.441Z Downloaded num-conv v0.1.0
9642024-08-14T21:55:02.441Z Downloaded newtype_derive v0.1.6
9652024-08-14T21:55:02.441Z Downloaded ipnetwork v0.20.0
9662024-08-14T21:55:02.441Z Downloaded defmt-macros v0.3.9
9672024-08-14T21:55:02.441Z Downloaded debug-ignore v1.0.5
9682024-08-14T21:55:02.441Z Downloaded darling_macro v0.20.9
9692024-08-14T21:55:02.441Z Downloaded crucible-workspace-hack v0.1.0
9702024-08-14T21:55:02.441Z Downloaded crossbeam-utils v0.8.19
9712024-08-14T21:55:02.441Z Downloaded cookie_store v0.20.0
9722024-08-14T21:55:02.441Z Downloaded cookie v0.17.0
9732024-08-14T21:55:02.441Z Downloaded constant_time_eq v0.3.0
9742024-08-14T21:55:02.441Z Downloaded console v0.15.8
9752024-08-14T21:55:02.441Z Downloaded ciborium v0.2.2
9762024-08-14T21:55:02.441Z Downloaded openssl-macros v0.1.1
9772024-08-14T21:55:02.441Z Downloaded newline-converter v0.3.0
9782024-08-14T21:55:02.441Z Downloaded match_cfg v0.1.0
9792024-08-14T21:55:02.441Z Downloaded inout v0.1.3
9802024-08-14T21:55:02.441Z Downloaded indent_write v2.2.0
9812024-08-14T21:55:02.441Z Downloaded curve25519-dalek-derive v0.1.1
9822024-08-14T21:55:02.442Z Downloaded csv-core v0.1.11
9832024-08-14T21:55:02.442Z Downloaded ciborium-ll v0.2.2
9842024-08-14T21:55:02.442Z Downloaded camino-tempfile v1.1.1
9852024-08-14T21:55:02.442Z Downloaded bzip2 v0.4.4
9862024-08-14T21:55:02.442Z Downloaded bitfield-struct v0.6.1
9872024-08-14T21:55:02.442Z Downloaded backoff v0.4.0
9882024-08-14T21:55:02.442Z Downloaded atty v0.2.14
9892024-08-14T21:55:02.442Z Downloaded async-trait v0.1.81
9902024-08-14T21:55:02.442Z Downloaded assert_matches v1.5.0
9912024-08-14T21:55:02.442Z Downloaded ascii v1.1.0
9922024-08-14T21:55:02.442Z Downloaded ahash v0.8.11
9932024-08-14T21:55:02.442Z Downloaded addr2line v0.21.0
9942024-08-14T21:55:02.442Z Downloaded defmt-parser v0.3.4
9952024-08-14T21:55:02.442Z Downloaded defmt v0.3.8
9962024-08-14T21:55:02.442Z Downloaded data-encoding v2.6.0
9972024-08-14T21:55:02.442Z Downloaded buf-list v1.0.3
9982024-08-14T21:55:02.442Z Downloaded bcs v0.1.6
9992024-08-14T21:55:02.442Z Downloaded bb8 v0.8.5
10002024-08-14T21:55:02.442Z Downloaded base64ct v1.6.0
10012024-08-14T21:55:02.442Z Downloaded async-recursion v1.1.1
10022024-08-14T21:55:02.442Z Downloaded arrayvec v0.7.4
10032024-08-14T21:55:02.442Z Downloaded argon2 v0.5.3
10042024-08-14T21:55:02.442Z Downloaded crossbeam-deque v0.8.5
10052024-08-14T21:55:02.442Z Downloaded colored v2.1.0
10062024-08-14T21:55:02.442Z Downloaded cfg_aliases v0.1.1
10072024-08-14T21:55:02.442Z Downloaded bitstruct_derive v0.1.0
10082024-08-14T21:55:02.442Z Downloaded bitstruct v0.1.1
10092024-08-14T21:55:02.442Z Downloaded atomicwrites v0.4.3
10102024-08-14T21:55:02.442Z Downloaded atomic-waker v1.1.2
10112024-08-14T21:55:02.442Z Downloaded ascii-canvas v3.0.0
10122024-08-14T21:55:02.442Z Downloaded crunchy v0.2.2
10132024-08-14T21:55:02.442Z Downloaded bitfield v0.14.0
10142024-08-14T21:55:02.442Z Downloaded bit-vec v0.6.3
10152024-08-14T21:55:02.442Z Downloaded bit-set v0.5.3
10162024-08-14T21:55:02.442Z Downloaded base16ct v0.2.0
10172024-08-14T21:55:02.442Z Downloaded async-stream-impl v0.3.5
10182024-08-14T21:55:02.442Z Downloaded async-stream v0.3.5
10192024-08-14T21:55:02.442Z Downloaded arrayref v0.3.7
10202024-08-14T21:55:02.442Z Downloaded array-init v0.0.4
10212024-08-14T21:55:02.443Z Downloaded aead v0.5.2
10222024-08-14T21:55:02.443Z Downloaded adler v1.0.2
10232024-08-14T21:55:02.443Z Compiling cfg-if v1.0.0
10242024-08-14T21:55:02.443Z Compiling serde v1.0.205
10252024-08-14T21:55:02.443Z Compiling lock_api v0.4.12
10262024-08-14T21:55:02.443Z Compiling scopeguard v1.2.0
10272024-08-14T21:55:02.443Z Compiling log v0.4.21
10282024-08-14T21:55:02.443Z Compiling cc v1.0.97
10292024-08-14T21:55:02.443Z Compiling syn v2.0.72
10302024-08-14T21:55:02.443Z Compiling typenum v1.17.0
10312024-08-14T21:55:02.443Z Compiling getrandom v0.2.14
10322024-08-14T21:55:02.443Z Compiling generic-array v0.14.7
10332024-08-14T21:55:02.670Z Compiling rand_core v0.6.4
10342024-08-14T21:55:02.725Z Compiling pin-project-lite v0.2.14
10352024-08-14T21:55:02.850Z Compiling parking_lot_core v0.9.10
10362024-08-14T21:55:02.874Z Compiling smallvec v1.13.2
10372024-08-14T21:55:02.898Z Compiling signal-hook-registry v1.4.2
10382024-08-14T21:55:03.023Z Compiling spin v0.9.8
10392024-08-14T21:55:03.164Z Compiling mio v0.8.11
10402024-08-14T21:55:03.233Z Compiling ahash v0.8.11
10412024-08-14T21:55:03.385Z Compiling tinyvec_macros v0.1.1
10422024-08-14T21:55:03.471Z Compiling tinyvec v1.6.0
10432024-08-14T21:55:03.576Z Compiling num_cpus v1.16.0
10442024-08-14T21:55:03.603Z Compiling parking_lot v0.12.2
10452024-08-14T21:55:03.692Z Compiling socket2 v0.5.7
10462024-08-14T21:55:03.824Z Compiling serde_json v1.0.122
10472024-08-14T21:55:04.102Z Compiling futures-core v0.3.30
10482024-08-14T21:55:04.254Z Compiling subtle v2.5.0
10492024-08-14T21:55:04.306Z Compiling const-oid v0.9.6
10502024-08-14T21:55:04.375Z Compiling libm v0.2.8
10512024-08-14T21:55:04.432Z Compiling slab v0.4.9
10522024-08-14T21:55:04.484Z Compiling num-traits v0.2.19
10532024-08-14T21:55:04.553Z Compiling allocator-api2 v0.2.18
10542024-08-14T21:55:04.650Z Compiling unicode-normalization v0.1.23
10552024-08-14T21:55:04.698Z Compiling futures-sink v0.3.30
10562024-08-14T21:55:04.723Z Compiling unicode-bidi v0.3.15
10572024-08-14T21:55:05.146Z Compiling futures-channel v0.3.30
10582024-08-14T21:55:05.228Z Compiling pin-utils v0.1.0
10592024-08-14T21:55:05.297Z Compiling futures-task v0.3.30
10602024-08-14T21:55:05.321Z Compiling pkg-config v0.3.30
10612024-08-14T21:55:05.507Z Compiling vcpkg v0.2.15
10622024-08-14T21:55:05.531Z Compiling futures-io v0.3.30
10632024-08-14T21:55:05.558Z Compiling ring v0.17.8
10642024-08-14T21:55:05.808Z Compiling percent-encoding v2.3.1
10652024-08-14T21:55:05.921Z Compiling ppv-lite86 v0.2.17
10662024-08-14T21:55:05.947Z Compiling tracing-core v0.1.32
10672024-08-14T21:55:06.107Z Compiling syn v1.0.109
10682024-08-14T21:55:06.652Z Compiling rand_chacha v0.3.1
10692024-08-14T21:55:06.723Z Compiling time-core v0.1.2
10702024-08-14T21:55:06.754Z Compiling rustix v0.38.34
10712024-08-14T21:55:06.872Z Compiling untrusted v0.9.0
10722024-08-14T21:55:07.025Z Compiling powerfmt v0.2.0
10732024-08-14T21:55:07.249Z Compiling num-conv v0.1.0
10742024-08-14T21:55:07.374Z Compiling deranged v0.3.11
10752024-08-14T21:55:07.409Z Compiling openssl-sys v0.9.103
10762024-08-14T21:55:07.493Z Compiling rand v0.8.5
10772024-08-14T21:55:07.518Z Compiling time-macros v0.2.18
10782024-08-14T21:55:07.599Z Compiling httparse v1.8.0
10792024-08-14T21:55:08.104Z Compiling num_threads v0.1.7
10802024-08-14T21:55:08.335Z Compiling rustversion v1.0.17
10812024-08-14T21:55:08.614Z Compiling base64ct v1.6.0
10822024-08-14T21:55:08.656Z Compiling openssl v0.10.66
10832024-08-14T21:55:09.001Z Compiling foreign-types-shared v0.1.1
10842024-08-14T21:55:09.114Z Compiling foreign-types v0.3.2
10852024-08-14T21:55:09.139Z Compiling pem-rfc7468 v0.7.0
10862024-08-14T21:55:09.220Z Compiling form_urlencoded v1.2.1
10872024-08-14T21:55:09.354Z Compiling crossbeam-utils v0.8.19
10882024-08-14T21:55:09.513Z Compiling native-tls v0.2.11
10892024-08-14T21:55:09.769Z Compiling rustls v0.21.12
10902024-08-14T21:55:09.793Z Compiling try-lock v0.2.5
10912024-08-14T21:55:09.875Z Compiling flagset v0.4.5
10922024-08-14T21:55:09.951Z Compiling siphasher v0.3.11
10932024-08-14T21:55:10.029Z Compiling want v0.3.1
10942024-08-14T21:55:10.271Z Compiling idna v0.5.0
10952024-08-14T21:55:10.295Z Compiling lazy_static v1.5.0
10962024-08-14T21:55:10.402Z Compiling cookie v0.17.0
10972024-08-14T21:55:10.426Z Compiling time v0.3.36
10982024-08-14T21:55:10.646Z Compiling aho-corasick v1.1.3
10992024-08-14T21:55:10.709Z Compiling slog v2.7.0
11002024-08-14T21:55:11.164Z Compiling iana-time-zone v0.1.60
11012024-08-14T21:55:11.532Z Compiling sct v0.7.1
11022024-08-14T21:55:11.556Z Compiling rustls-webpki v0.101.7
11032024-08-14T21:55:11.668Z Compiling tower-service v0.3.2
11042024-08-14T21:55:11.797Z Compiling httpdate v1.0.3
11052024-08-14T21:55:11.832Z Compiling adler v1.0.2
11062024-08-14T21:55:12.054Z Compiling finl_unicode v1.2.0
11072024-08-14T21:55:12.233Z Compiling cpufeatures v0.2.12
11082024-08-14T21:55:12.335Z Compiling openssl-probe v0.1.5
11092024-08-14T21:55:12.597Z Compiling regex-syntax v0.8.4
11102024-08-14T21:55:12.684Z Compiling stringprep v0.1.4
11112024-08-14T21:55:13.287Z Compiling miniz_oxide v0.7.2
11122024-08-14T21:55:13.765Z Compiling url v2.5.2
11132024-08-14T21:55:14.325Z Compiling serde_derive v1.0.205
11142024-08-14T21:55:14.558Z Compiling zeroize_derive v1.4.2
11152024-08-14T21:55:14.849Z Compiling zerocopy-derive v0.7.34
11162024-08-14T21:55:15.222Z Compiling tokio-macros v2.3.0
11172024-08-14T21:55:15.250Z Compiling thiserror-impl v1.0.63
11182024-08-14T21:55:15.805Z Compiling zeroize v1.7.0
11192024-08-14T21:55:16.532Z Compiling futures-macro v0.3.30
11202024-08-14T21:55:16.643Z Compiling zerocopy v0.7.34
11212024-08-14T21:55:17.342Z Compiling crypto-common v0.1.6
11222024-08-14T21:55:17.542Z Compiling block-buffer v0.10.4
11232024-08-14T21:55:17.810Z Compiling digest v0.10.7
11242024-08-14T21:55:17.958Z Compiling thiserror v1.0.63
11252024-08-14T21:55:17.985Z Compiling scroll_derive v0.12.0
11262024-08-14T21:55:18.089Z Compiling pest v2.7.10
11272024-08-14T21:55:18.134Z Compiling futures-util v0.3.30
11282024-08-14T21:55:18.230Z Compiling tracing-attributes v0.1.27
11292024-08-14T21:55:18.459Z Compiling hashbrown v0.14.5
11302024-08-14T21:55:19.140Z Compiling scroll v0.12.0
11312024-08-14T21:55:19.631Z Compiling goblin v0.8.2
11322024-08-14T21:55:19.655Z Compiling hmac v0.12.1
11332024-08-14T21:55:19.800Z Compiling openssl-macros v0.1.1
11342024-08-14T21:55:20.253Z Compiling pest_meta v2.7.10
11352024-08-14T21:55:20.397Z Compiling der_derive v0.7.2
11362024-08-14T21:55:20.484Z Compiling sha2 v0.10.8
11372024-08-14T21:55:20.728Z Compiling md-5 v0.10.6
11382024-08-14T21:55:20.953Z Compiling regex-automata v0.4.6
11392024-08-14T21:55:21.319Z Compiling tracing v0.1.40
11402024-08-14T21:55:21.743Z Compiling pest_generator v2.7.10
11412024-08-14T21:55:22.423Z Compiling der v0.7.9
11422024-08-14T21:55:23.243Z Compiling num-integer v0.1.46
11432024-08-14T21:55:23.305Z Compiling idna v0.3.0
11442024-08-14T21:55:23.889Z Compiling backtrace v0.3.71
11452024-08-14T21:55:24.172Z Compiling spki v0.7.3
11462024-08-14T21:55:24.238Z Compiling hash32 v0.2.1
11472024-08-14T21:55:24.393Z Compiling pest_derive v2.7.10
11482024-08-14T21:55:24.496Z Compiling gimli v0.28.1
11492024-08-14T21:55:24.520Z Compiling fallible-iterator v0.2.0
11502024-08-14T21:55:24.563Z Compiling base64 v0.22.1
11512024-08-14T21:55:25.045Z Compiling dtrace-parser v0.2.0
11522024-08-14T21:55:25.119Z Compiling signal-hook v0.3.17
11532024-08-14T21:55:25.209Z Compiling psl-types v2.0.11
11542024-08-14T21:55:25.233Z Compiling stable_deref_trait v1.2.0
11552024-08-14T21:55:25.324Z Compiling crc32fast v1.4.0
11562024-08-14T21:55:25.348Z Compiling smoltcp v0.9.1
11572024-08-14T21:55:25.381Z Compiling publicsuffix v2.2.3
11582024-08-14T21:55:25.626Z Compiling pkcs8 v0.10.2
11592024-08-14T21:55:25.746Z Compiling bytes v1.7.1
11602024-08-14T21:55:25.931Z Compiling bitflags v2.6.0
11612024-08-14T21:55:26.096Z Compiling indexmap v2.3.0
11622024-08-14T21:55:26.381Z Compiling semver v1.0.23
11632024-08-14T21:55:26.843Z Compiling tokio v1.38.1
11642024-08-14T21:55:26.871Z Compiling http v0.2.12
11652024-08-14T21:55:27.001Z Compiling rustc_version v0.4.0
11662024-08-14T21:55:27.637Z Compiling heapless v0.7.17
11672024-08-14T21:55:28.018Z Compiling dof v0.3.0
11682024-08-14T21:55:28.522Z Compiling http-body v0.4.6
11692024-08-14T21:55:28.613Z Compiling uuid v1.10.0
11702024-08-14T21:55:28.896Z Compiling usdt-impl v0.5.0
11712024-08-14T21:55:29.005Z Compiling serde_tokenstream v0.2.1
11722024-08-14T21:55:29.465Z Compiling toml_datetime v0.6.8
11732024-08-14T21:55:29.746Z Compiling chrono v0.4.38
11742024-08-14T21:55:29.770Z Compiling serde_spanned v0.6.7
11752024-08-14T21:55:29.794Z Compiling terminal_size v0.3.0
11762024-08-14T21:55:29.965Z Compiling addr2line v0.21.0
11772024-08-14T21:55:29.989Z Compiling postgres-protocol v0.6.7
11782024-08-14T21:55:30.506Z Compiling hubpack_derive v0.1.1
11792024-08-14T21:55:30.846Z Compiling block-padding v0.3.3
11802024-08-14T21:55:31.057Z Compiling async-trait v0.1.81
11812024-08-14T21:55:31.082Z Compiling zerocopy-derive v0.6.6
11822024-08-14T21:55:31.245Z Compiling phf_shared v0.11.2
11832024-08-14T21:55:31.513Z Compiling serde_derive_internals v0.29.1
11842024-08-14T21:55:31.580Z Compiling ff v0.13.0
11852024-08-14T21:55:31.761Z Compiling object v0.32.2
11862024-08-14T21:55:31.926Z Compiling fs-err v2.11.0
11872024-08-14T21:55:32.157Z Compiling winnow v0.5.40
11882024-08-14T21:55:32.838Z Compiling bitflags v1.3.2
11892024-08-14T21:55:32.863Z Compiling regex-automata v0.1.10
11902024-08-14T21:55:33.308Z Compiling managed v0.8.0
11912024-08-14T21:55:33.449Z Compiling rustc-demangle v0.1.24
11922024-08-14T21:55:33.521Z Compiling either v1.13.0
11932024-08-14T21:55:33.688Z Compiling tokio-util v0.7.11
11942024-08-14T21:55:33.797Z Compiling tokio-native-tls v0.3.1
11952024-08-14T21:55:33.874Z Compiling tokio-rustls v0.24.1
11962024-08-14T21:55:34.022Z Compiling schemars v0.8.21
11972024-08-14T21:55:34.207Z Compiling anyhow v1.0.86
11982024-08-14T21:55:34.254Z Compiling bit-vec v0.6.3
11992024-08-14T21:55:34.311Z Compiling base16ct v0.2.0
12002024-08-14T21:55:34.591Z Compiling h2 v0.3.26
12012024-08-14T21:55:34.664Z Compiling matches v0.1.10
12022024-08-14T21:55:34.717Z Compiling ipnet v2.9.0
12032024-08-14T21:55:34.754Z Compiling base64 v0.21.7
12042024-08-14T21:55:34.852Z Compiling clap_builder v4.5.15
12052024-08-14T21:55:35.212Z Compiling rustls-pemfile v1.0.4
12062024-08-14T21:55:35.307Z Compiling toml_edit v0.19.15
12072024-08-14T21:55:35.380Z Compiling idna v0.2.3
12082024-08-14T21:55:35.726Z Compiling sec1 v0.7.3
12092024-08-14T21:55:35.766Z Compiling schemars_derive v0.8.21
12102024-08-14T21:55:36.646Z Compiling bstr v0.2.17
12112024-08-14T21:55:37.931Z Compiling zerocopy v0.6.6
12122024-08-14T21:55:38.246Z Compiling group v0.13.0
12132024-08-14T21:55:38.573Z Compiling postgres-types v0.2.7
12142024-08-14T21:55:38.711Z Compiling phf v0.11.2
12152024-08-14T21:55:38.758Z Compiling hubpack v0.1.2
12162024-08-14T21:55:38.997Z Compiling inout v0.1.3
12172024-08-14T21:55:39.154Z Compiling cookie_store v0.20.0
12182024-08-14T21:55:39.532Z Compiling usdt-attr-macro v0.5.0
12192024-08-14T21:55:39.558Z Compiling usdt-macro v0.5.0
12202024-08-14T21:55:39.862Z Compiling serde_urlencoded v0.7.1
12212024-08-14T21:55:40.304Z Compiling hyper v0.14.30
12222024-08-14T21:55:40.829Z Compiling regex v1.10.6
12232024-08-14T21:55:40.954Z Compiling num-bigint v0.4.5
12242024-08-14T21:55:40.978Z Compiling futures-executor v0.3.30
12252024-08-14T21:55:41.422Z Compiling enum-as-inner v0.5.1
12262024-08-14T21:55:41.470Z Compiling hkdf v0.12.4
12272024-08-14T21:55:41.676Z Compiling crypto-bigint v0.5.5
12282024-08-14T21:55:41.748Z Compiling clap_derive v4.5.13
12292024-08-14T21:55:42.173Z Compiling serde_repr v0.1.19
12302024-08-14T21:55:42.225Z Compiling strum_macros v0.25.3
12312024-08-14T21:55:42.714Z Compiling phf_shared v0.10.0
12322024-08-14T21:55:43.077Z Compiling float-cmp v0.9.0
12332024-08-14T21:55:43.114Z Compiling mio v1.0.1
12342024-08-14T21:55:43.277Z Compiling encoding_rs v0.8.34
12352024-08-14T21:55:43.356Z Compiling precomputed-hash v0.1.1
12362024-08-14T21:55:43.462Z Compiling webpki-roots v0.25.4
12372024-08-14T21:55:43.634Z Compiling difflib v0.4.0
12382024-08-14T21:55:44.209Z Compiling predicates-core v1.0.6
12392024-08-14T21:55:44.518Z Compiling dyn-clone v1.0.17
12402024-08-14T21:55:44.693Z Compiling fixedbitset v0.4.2
12412024-08-14T21:55:45.007Z Compiling mime v0.3.17
12422024-08-14T21:55:45.076Z Compiling whoami v1.5.1
12432024-08-14T21:55:45.509Z Compiling sync_wrapper v0.1.2
12442024-08-14T21:55:45.582Z Compiling unicode-segmentation v1.11.0
12452024-08-14T21:55:45.636Z Compiling new_debug_unreachable v1.0.6
12462024-08-14T21:55:45.667Z Compiling normalize-line-endings v0.3.0
12472024-08-14T21:55:45.691Z Compiling data-encoding v2.6.0
12482024-08-14T21:55:45.733Z Compiling minimal-lexical v0.2.1
12492024-08-14T21:55:45.786Z Compiling static_assertions v1.1.0
12502024-08-14T21:55:45.878Z Compiling toml_edit v0.22.20
12512024-08-14T21:55:46.174Z Compiling hyper-rustls v0.24.2
12522024-08-14T21:55:46.330Z Compiling hyper-tls v0.5.0
12532024-08-14T21:55:46.517Z Compiling trust-dns-proto v0.22.0
12542024-08-14T21:55:46.628Z Compiling reqwest v0.11.27
12552024-08-14T21:55:46.652Z Compiling similar v2.5.0
12562024-08-14T21:55:46.853Z Compiling nom v7.1.3
12572024-08-14T21:55:47.719Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12582024-08-14T21:55:48.614Z Compiling predicates v3.1.2
12592024-08-14T21:55:48.686Z Compiling string_cache v0.8.7
12602024-08-14T21:55:49.063Z Compiling clap v4.5.15
12612024-08-14T21:55:49.170Z Compiling tokio-postgres v0.7.11
12622024-08-14T21:55:49.744Z Compiling petgraph v0.6.5
12632024-08-14T21:55:49.792Z Compiling console v0.15.8
12642024-08-14T21:55:51.022Z Compiling elliptic-curve v0.13.8
12652024-08-14T21:55:51.728Z Compiling signal-hook-mio v0.2.4
12662024-08-14T21:55:51.881Z Compiling yasna v0.5.2
12672024-08-14T21:55:52.814Z Compiling usdt v0.5.0
12682024-08-14T21:55:52.849Z Compiling futures v0.3.30
12692024-08-14T21:55:52.969Z Compiling flate2 v1.0.31
12702024-08-14T21:55:53.052Z Compiling cipher v0.4.4
12712024-08-14T21:55:53.279Z Compiling toml v0.7.8
12722024-08-14T21:55:53.458Z Compiling bit-set v0.5.3
12732024-08-14T21:55:53.511Z Compiling itertools v0.12.1
12742024-08-14T21:55:53.702Z Compiling itertools v0.10.5
12752024-08-14T21:55:53.776Z Compiling tokio-stream v0.1.15
12762024-08-14T21:55:53.800Z Compiling openapiv3 v2.0.0
12772024-08-14T21:55:53.950Z Compiling hex v0.4.3
12782024-08-14T21:55:53.978Z Compiling bstr v1.9.1
12792024-08-14T21:55:54.472Z Compiling crossbeam-epoch v0.9.18
12802024-08-14T21:55:54.567Z Compiling num-iter v0.1.45
12812024-08-14T21:55:54.690Z Compiling dirs-sys-next v0.1.2
12822024-08-14T21:55:54.730Z Compiling peg-runtime v0.8.3
12832024-08-14T21:55:55.117Z Compiling unicode-xid v0.2.4
12842024-08-14T21:55:55.278Z Compiling lalrpop-util v0.19.12
12852024-08-14T21:55:55.302Z Compiling dirs-next v2.0.0
12862024-08-14T21:55:55.302Z Compiling thread_local v1.1.8
12872024-08-14T21:55:55.418Z Compiling slog-async v2.8.0
12882024-08-14T21:55:55.473Z Compiling term v0.7.0
12892024-08-14T21:55:55.580Z Compiling xattr v1.3.1
12902024-08-14T21:55:55.802Z Compiling crossbeam-channel v0.5.12
12912024-08-14T21:55:55.830Z Compiling strum_macros v0.26.4
12922024-08-14T21:55:55.943Z Compiling filetime v0.2.24
12932024-08-14T21:55:55.980Z Compiling is-terminal v0.4.12
12942024-08-14T21:55:56.094Z Compiling take_mut v0.2.2
12952024-08-14T21:55:56.135Z Compiling tar v0.4.41
12962024-08-14T21:55:56.244Z Compiling slog-term v2.9.1
12972024-08-14T21:55:56.287Z Compiling camino v1.1.7
12982024-08-14T21:55:58.021Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12992024-08-14T21:55:58.976Z Compiling strum v0.26.3
13002024-08-14T21:55:59.081Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13012024-08-14T21:56:05.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
13022024-08-14T21:56:05.357Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13032024-08-14T21:56:05.421ZAug 14 21:56:04.876 INFO Starting download, target: Clickhouse
13042024-08-14T21:56:05.421ZAug 14 21:56:04.877 INFO Starting download, target: Console
13052024-08-14T21:56:05.421ZAug 14 21:56:04.877 INFO Starting download, target: DendriteOpenapi
13062024-08-14T21:56:05.421ZAug 14 21:56:04.877 INFO Starting download, target: Cockroach
13072024-08-14T21:56:05.421ZAug 14 21:56:04.877 INFO Starting download, target: MaghemiteMgd
13082024-08-14T21:56:05.445ZAug 14 21:56:04.877 INFO Starting download, target: DendriteStub
13092024-08-14T21:56:05.445ZAug 14 21:56:04.877 INFO Starting download, target: TransceiverControl
13102024-08-14T21:56:05.445ZAug 14 21:56:04.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13112024-08-14T21:56:05.445ZAug 14 21:56:04.879 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13122024-08-14T21:56:05.445ZAug 14 21:56:04.879 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13132024-08-14T21:56:05.445ZAug 14 21:56:04.879 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13142024-08-14T21:56:05.445ZAug 14 21:56:04.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13152024-08-14T21:56:05.445ZAug 14 21:56:04.879 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13162024-08-14T21:56:05.445ZAug 14 21:56:04.880 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13172024-08-14T21:56:05.795ZAug 14 21:56:05.250 INFO Download complete, target: DendriteOpenapi
13182024-08-14T21:56:05.856ZAug 14 21:56:05.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13192024-08-14T21:56:06.302ZAug 14 21:56:05.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13202024-08-14T21:56:06.359ZAug 14 21:56:05.813 INFO Download complete, target: Console
13212024-08-14T21:56:06.994ZAug 14 21:56:06.449 INFO Download complete, target: TransceiverControl
13222024-08-14T21:56:07.348ZAug 14 21:56:06.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13232024-08-14T21:56:07.434ZAug 14 21:56:06.889 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13242024-08-14T21:56:10.593ZAug 14 21:56:10.049 INFO Download complete, target: DendriteStub
13252024-08-14T21:56:10.910ZAug 14 21:56:10.365 INFO Download complete, target: MaghemiteMgd
13262024-08-14T21:56:14.857ZAug 14 21:56:14.313 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13272024-08-14T21:56:14.857ZAug 14 21:56:14.313 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13282024-08-14T21:56:20.850ZAug 14 21:56:20.302 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13292024-08-14T21:56:24.280ZAug 14 21:56:23.735 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13302024-08-14T21:56:24.702ZAug 14 21:56:24.157 INFO Checking that binary works, target: Cockroach
13312024-08-14T21:56:25.009ZAug 14 21:56:24.464 INFO Download complete, target: Cockroach
13322024-08-14T21:56:37.033ZAug 14 21:56:36.489 INFO Checking that binary works, target: Clickhouse
13332024-08-14T21:56:37.179ZAug 14 21:56:36.634 INFO Download complete, target: Clickhouse
13342024-08-14T21:56:37.205ZAll builder prerequisites installed successfully, and PATH looks valid
13352024-08-14T21:56:37.229Z
13362024-08-14T21:56:37.229Zreal 3:41.681813546
13372024-08-14T21:56:37.229Zuser 9:34.006533165
13382024-08-14T21:56:37.229Zsys 2:16.549286530
13392024-08-14T21:56:37.229Ztrap 0.300815916
13402024-08-14T21:56:37.229Ztflt 0.418439913
13412024-08-14T21:56:37.229Zdflt 1.545534714
13422024-08-14T21:56:37.229Zkflt 0.006994677
13432024-08-14T21:56:37.229Zlock 23:38.473333925
13442024-08-14T21:56:37.229Zslp 35:52.470267176
13452024-08-14T21:56:37.229Zlat 43.980911059
13462024-08-14T21:56:37.229Zstop 1:42.548199440
13472024-08-14T21:56:37.229Z+ banner hack-check
13482024-08-14T21:56:37.229Z
13492024-08-14T21:56:37.229Z # # ## #### # # #### # # ###### #### # #
13502024-08-14T21:56:37.229Z # # # # # # # # # # # # # # # # #
13512024-08-14T21:56:37.229Z ###### # # # #### ##### # ###### ##### # ####
13522024-08-14T21:56:37.229Z # # ###### # # # # # # # # # #
13532024-08-14T21:56:37.229Z # # # # # # # # # # # # # # # # #
13542024-08-14T21:56:37.229Z # # # # #### # # #### # # ###### #### # #
13552024-08-14T21:56:37.229Z
13562024-08-14T21:56:37.229Z+ export CARGO_INCREMENTAL=0
13572024-08-14T21:56:37.230Z+ CARGO_INCREMENTAL=0
13582024-08-14T21:56:37.230Z+ ptime -m timeout 2h cargo xtask check-features --ci
13592024-08-14T21:56:37.932Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13602024-08-14T21:56:42.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
13612024-08-14T21:56:42.742Z Running `target/debug/xtask check-features --ci`
13622024-08-14T21:56:42.772Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13632024-08-14T21:56:42.772Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13642024-08-14T21:56:43.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
13652024-08-14T21:56:43.522Z Running `target/debug/xtask download cargo-hack`
13662024-08-14T21:56:44.683Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13672024-08-14T21:56:45.068Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13682024-08-14T21:56:50.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s
13692024-08-14T21:56:50.819Z Running `target/debug/xtask-downloader cargo-hack`
13702024-08-14T21:56:50.861ZAug 14 21:56:50.316 INFO Starting download, target: CargoHack
13712024-08-14T21:56:50.885ZAug 14 21:56:50.318 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
13722024-08-14T21:56:51.449ZAug 14 21:56:50.905 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
13732024-08-14T21:56:51.573ZAug 14 21:56:51.029 INFO Download complete, target: CargoHack
13742024-08-14T21:56:51.597Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
13752024-08-14T21:56:51.621Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
13762024-08-14T21:56:51.794Zinfo: running `cargo check --bins` on api_identity (1/149)
13772024-08-14T21:56:52.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13782024-08-14T21:56:52.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13792024-08-14T21:56:52.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13802024-08-14T21:56:52.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
13812024-08-14T21:56:52.582Z
13822024-08-14T21:56:52.582Zinfo: running `cargo check --bins` on bootstore (2/149)
13832024-08-14T21:56:53.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13842024-08-14T21:56:53.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13852024-08-14T21:56:53.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13862024-08-14T21:56:53.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
13872024-08-14T21:56:53.418Z
13882024-08-14T21:56:53.418Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/149)
13892024-08-14T21:56:54.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13902024-08-14T21:56:54.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13912024-08-14T21:56:54.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13922024-08-14T21:56:54.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
13932024-08-14T21:56:54.223Z
13942024-08-14T21:56:54.223Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/149)
13952024-08-14T21:56:54.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
13962024-08-14T21:56:55.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
13972024-08-14T21:56:55.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
13982024-08-14T21:56:55.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
13992024-08-14T21:56:55.075Z
14002024-08-14T21:56:55.075Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/149)
14012024-08-14T21:56:55.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14022024-08-14T21:56:55.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14032024-08-14T21:56:55.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14042024-08-14T21:56:55.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14052024-08-14T21:56:55.691Z
14062024-08-14T21:56:55.691Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/149)
14072024-08-14T21:56:56.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14082024-08-14T21:56:56.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14092024-08-14T21:56:56.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14102024-08-14T21:56:56.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14112024-08-14T21:56:56.306Z
14122024-08-14T21:56:56.306Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/149)
14132024-08-14T21:56:56.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14142024-08-14T21:56:56.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14152024-08-14T21:56:56.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14162024-08-14T21:56:56.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14172024-08-14T21:56:56.902Z
14182024-08-14T21:56:56.902Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/149)
14192024-08-14T21:56:57.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14202024-08-14T21:56:57.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14212024-08-14T21:56:57.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14222024-08-14T21:56:57.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14232024-08-14T21:56:57.518Z
14242024-08-14T21:56:57.518Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/149)
14252024-08-14T21:56:58.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14262024-08-14T21:56:58.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14272024-08-14T21:56:58.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14282024-08-14T21:56:58.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14292024-08-14T21:56:58.126Z
14302024-08-14T21:56:58.126Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/149)
14312024-08-14T21:56:58.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14322024-08-14T21:56:58.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14332024-08-14T21:56:58.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14342024-08-14T21:56:58.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14352024-08-14T21:56:58.747Z
14362024-08-14T21:56:58.747Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/149)
14372024-08-14T21:56:59.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14382024-08-14T21:56:59.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14392024-08-14T21:56:59.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14402024-08-14T21:56:59.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14412024-08-14T21:56:59.364Z
14422024-08-14T21:56:59.364Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/149)
14432024-08-14T21:56:59.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14442024-08-14T21:56:59.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14452024-08-14T21:56:59.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14462024-08-14T21:56:59.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
14472024-08-14T21:57:00.027Z
14482024-08-14T21:57:00.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/149)
14492024-08-14T21:57:00.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14502024-08-14T21:57:00.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14512024-08-14T21:57:00.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14522024-08-14T21:57:00.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14532024-08-14T21:57:00.617Z
14542024-08-14T21:57:00.617Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/149)
14552024-08-14T21:57:01.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14562024-08-14T21:57:01.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14572024-08-14T21:57:01.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14582024-08-14T21:57:01.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14592024-08-14T21:57:01.228Z
14602024-08-14T21:57:01.228Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/149)
14612024-08-14T21:57:01.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14622024-08-14T21:57:01.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14632024-08-14T21:57:01.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14642024-08-14T21:57:01.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14652024-08-14T21:57:01.832Z
14662024-08-14T21:57:01.832Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/149)
14672024-08-14T21:57:02.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14682024-08-14T21:57:02.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14692024-08-14T21:57:02.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14702024-08-14T21:57:02.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14712024-08-14T21:57:02.443Z
14722024-08-14T21:57:02.443Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/149)
14732024-08-14T21:57:03.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14742024-08-14T21:57:03.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14752024-08-14T21:57:03.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14762024-08-14T21:57:03.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14772024-08-14T21:57:03.078Z
14782024-08-14T21:57:03.078Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/149)
14792024-08-14T21:57:03.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14802024-08-14T21:57:03.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14812024-08-14T21:57:03.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14822024-08-14T21:57:03.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
14832024-08-14T21:57:03.693Z
14842024-08-14T21:57:03.693Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/149)
14852024-08-14T21:57:04.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14862024-08-14T21:57:04.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14872024-08-14T21:57:04.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14882024-08-14T21:57:04.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
14892024-08-14T21:57:04.318Z
14902024-08-14T21:57:04.318Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/149)
14912024-08-14T21:57:04.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14922024-08-14T21:57:04.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14932024-08-14T21:57:04.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14942024-08-14T21:57:04.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14952024-08-14T21:57:04.951Z
14962024-08-14T21:57:04.951Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/149)
14972024-08-14T21:57:05.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14982024-08-14T21:57:05.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14992024-08-14T21:57:05.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15002024-08-14T21:57:05.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15012024-08-14T21:57:05.573Z
15022024-08-14T21:57:05.573Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/149)
15032024-08-14T21:57:06.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15042024-08-14T21:57:06.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15052024-08-14T21:57:06.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15062024-08-14T21:57:06.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15072024-08-14T21:57:06.214Z
15082024-08-14T21:57:06.214Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/149)
15092024-08-14T21:57:06.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15102024-08-14T21:57:06.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15112024-08-14T21:57:06.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15122024-08-14T21:57:06.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15132024-08-14T21:57:06.824Z
15142024-08-14T21:57:06.824Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/149)
15152024-08-14T21:57:07.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15162024-08-14T21:57:07.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15172024-08-14T21:57:07.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15182024-08-14T21:57:07.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
15192024-08-14T21:57:07.432Z
15202024-08-14T21:57:07.432Zinfo: running `cargo check --bins` on sled-hardware-types (25/149)
15212024-08-14T21:57:08.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15222024-08-14T21:57:08.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15232024-08-14T21:57:08.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15242024-08-14T21:57:08.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
15252024-08-14T21:57:08.295Z
15262024-08-14T21:57:08.295Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/149)
15272024-08-14T21:57:09.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15282024-08-14T21:57:09.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15292024-08-14T21:57:09.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15302024-08-14T21:57:09.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15312024-08-14T21:57:09.148Z
15322024-08-14T21:57:09.148Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/149)
15332024-08-14T21:57:09.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-08-14T21:57:09.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-08-14T21:57:09.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-08-14T21:57:09.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15372024-08-14T21:57:10.004Z
15382024-08-14T21:57:10.004Zinfo: running `cargo check --bins` on oxlog (28/149)
15392024-08-14T21:57:10.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-08-14T21:57:10.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-08-14T21:57:10.795Z Checking cfg-if v1.0.0
15422024-08-14T21:57:10.820Z Checking libc v0.2.155
15432024-08-14T21:57:10.820Z Checking memchr v2.7.2
15442024-08-14T21:57:10.844Z Checking serde v1.0.205
15452024-08-14T21:57:10.869Z Checking scopeguard v1.2.0
15462024-08-14T21:57:10.893Z Checking byteorder v1.5.0
15472024-08-14T21:57:10.893Z Checking log v0.4.21
15482024-08-14T21:57:10.918Z Checking zeroize v1.7.0
15492024-08-14T21:57:10.918Z Checking itoa v1.0.11
15502024-08-14T21:57:10.981Z Checking lock_api v0.4.12
15512024-08-14T21:57:11.064Z Checking once_cell v1.19.0
15522024-08-14T21:57:11.120Z Checking pin-project-lite v0.2.14
15532024-08-14T21:57:11.145Z Checking typenum v1.17.0
15542024-08-14T21:57:11.204Z Checking zerocopy v0.7.34
15552024-08-14T21:57:11.229Z Checking smallvec v1.13.2
15562024-08-14T21:57:11.325Z Checking tinyvec_macros v0.1.1
15572024-08-14T21:57:11.349Z Checking spin v0.9.8
15582024-08-14T21:57:11.397Z Checking tinyvec v1.6.0
15592024-08-14T21:57:11.526Z Checking subtle v2.5.0
15602024-08-14T21:57:11.587Z Checking futures-core v0.3.30
15612024-08-14T21:57:11.623Z Checking const-oid v0.9.6
15622024-08-14T21:57:11.741Z Checking futures-sink v0.3.30
15632024-08-14T21:57:11.766Z Checking allocator-api2 v0.2.18
15642024-08-14T21:57:11.790Z Checking getrandom v0.2.14
15652024-08-14T21:57:11.865Z Checking signal-hook-registry v1.4.2
15662024-08-14T21:57:11.978Z Checking rand_core v0.6.4
15672024-08-14T21:57:12.079Z Checking parking_lot_core v0.9.10
15682024-08-14T21:57:12.109Z Checking generic-array v0.14.7
15692024-08-14T21:57:12.243Z Checking mio v0.8.11
15702024-08-14T21:57:12.275Z Checking num_cpus v1.16.0
15712024-08-14T21:57:12.377Z Checking socket2 v0.5.7
15722024-08-14T21:57:12.401Z Checking parking_lot v0.12.2
15732024-08-14T21:57:12.426Z Checking ahash v0.8.11
15742024-08-14T21:57:12.450Z Checking unicode-normalization v0.1.23
15752024-08-14T21:57:12.674Z Checking unicode-bidi v0.3.15
15762024-08-14T21:57:12.782Z Checking libm v0.2.8
15772024-08-14T21:57:12.806Z Checking equivalent v1.0.1
15782024-08-14T21:57:12.841Z Checking hashbrown v0.14.5
15792024-08-14T21:57:12.888Z Checking ryu v1.0.18
15802024-08-14T21:57:12.986Z Checking futures-channel v0.3.30
15812024-08-14T21:57:13.026Z Checking crypto-common v0.1.6
15822024-08-14T21:57:13.093Z Checking slab v0.4.9
15832024-08-14T21:57:13.159Z Checking futures-task v0.3.30
15842024-08-14T21:57:13.184Z Checking futures-io v0.3.30
15852024-08-14T21:57:13.208Z Checking pin-utils v0.1.0
15862024-08-14T21:57:13.261Z Checking block-buffer v0.10.4
15872024-08-14T21:57:13.292Z Checking ppv-lite86 v0.2.17
15882024-08-14T21:57:13.316Z Checking percent-encoding v2.3.1
15892024-08-14T21:57:13.340Z Checking tracing-core v0.1.32
15902024-08-14T21:57:13.365Z Checking futures-util v0.3.30
15912024-08-14T21:57:13.453Z Checking digest v0.10.7
15922024-08-14T21:57:13.498Z Checking fnv v1.0.7
15932024-08-14T21:57:13.523Z Checking num-traits v0.2.19
15942024-08-14T21:57:13.602Z Checking untrusted v0.9.0
15952024-08-14T21:57:13.738Z Checking ring v0.17.8
15962024-08-14T21:57:13.765Z Checking thiserror v1.0.63
15972024-08-14T21:57:13.845Z Checking foreign-types-shared v0.1.1
15982024-08-14T21:57:13.871Z Checking rand_chacha v0.3.1
15992024-08-14T21:57:13.896Z Checking powerfmt v0.2.0
16002024-08-14T21:57:13.920Z Checking tracing v0.1.40
16012024-08-14T21:57:13.945Z Checking base64ct v1.6.0
16022024-08-14T21:57:14.127Z Checking deranged v0.3.11
16032024-08-14T21:57:14.188Z Checking rand v0.8.5
16042024-08-14T21:57:14.213Z Checking foreign-types v0.3.2
16052024-08-14T21:57:14.288Z Checking hmac v0.12.1
16062024-08-14T21:57:14.313Z Checking pem-rfc7468 v0.7.0
16072024-08-14T21:57:14.463Z Checking form_urlencoded v1.2.1
16082024-08-14T21:57:14.537Z Checking openssl-sys v0.9.103
16092024-08-14T21:57:14.635Z Checking flagset v0.4.5
16102024-08-14T21:57:14.824Z Checking num_threads v0.1.7
16112024-08-14T21:57:14.950Z Checking try-lock v0.2.5
16122024-08-14T21:57:14.974Z Checking num-conv v0.1.0
16132024-08-14T21:57:14.999Z Checking bytes v1.7.1
16142024-08-14T21:57:15.065Z Checking bitflags v2.6.0
16152024-08-14T21:57:15.186Z Checking indexmap v2.3.0
16162024-08-14T21:57:15.218Z Checking serde_json v1.0.122
16172024-08-14T21:57:15.321Z Checking time-core v0.1.2
16182024-08-14T21:57:15.345Z Checking unicode-ident v1.0.12
16192024-08-14T21:57:15.461Z Checking siphasher v0.3.11
16202024-08-14T21:57:15.485Z Checking proc-macro2 v1.0.86
16212024-08-14T21:57:15.593Z Checking openssl v0.10.66
16222024-08-14T21:57:15.640Z Checking time v0.3.36
16232024-08-14T21:57:15.678Z Checking tokio v1.38.1
16242024-08-14T21:57:15.708Z Checking http v0.2.12
16252024-08-14T21:57:16.023Z Checking rustls-webpki v0.101.7
16262024-08-14T21:57:16.227Z Checking sct v0.7.1
16272024-08-14T21:57:16.385Z Checking want v0.3.1
16282024-08-14T21:57:16.534Z Checking uuid v1.10.0
16292024-08-14T21:57:16.595Z Checking der v0.7.9
16302024-08-14T21:57:16.619Z Checking idna v0.5.0
16312024-08-14T21:57:16.844Z Checking http-body v0.4.6
16322024-08-14T21:57:17.029Z Checking errno v0.3.9
16332024-08-14T21:57:17.159Z Checking httparse v1.8.0
16342024-08-14T21:57:17.183Z Checking lazy_static v1.5.0
16352024-08-14T21:57:17.249Z Checking aho-corasick v1.1.3
16362024-08-14T21:57:17.274Z Checking scroll v0.12.0
16372024-08-14T21:57:17.485Z Checking tower-service v0.3.2
16382024-08-14T21:57:17.593Z Checking httpdate v1.0.3
16392024-08-14T21:57:17.640Z Checking cpufeatures v0.2.12
16402024-08-14T21:57:17.681Z Checking iana-time-zone v0.1.60
16412024-08-14T21:57:17.706Z Checking anstyle v1.0.8
16422024-08-14T21:57:17.731Z Checking openssl-probe v0.1.5
16432024-08-14T21:57:17.813Z Checking ucd-trie v0.1.6
16442024-08-14T21:57:17.839Z Checking utf8parse v0.2.1
16452024-08-14T21:57:17.863Z Checking finl_unicode v1.2.0
16462024-08-14T21:57:17.950Z Checking adler v1.0.2
16472024-08-14T21:57:17.985Z Checking plain v0.2.3
16482024-08-14T21:57:18.011Z Checking regex-syntax v0.8.4
16492024-08-14T21:57:18.085Z Checking miniz_oxide v0.7.2
16502024-08-14T21:57:18.119Z Checking goblin v0.8.2
16512024-08-14T21:57:18.151Z Checking spki v0.7.3
16522024-08-14T21:57:18.333Z Checking stringprep v0.1.4
16532024-08-14T21:57:18.396Z Checking pest v2.7.10
16542024-08-14T21:57:18.560Z Checking anstyle-parse v0.2.4
16552024-08-14T21:57:18.650Z Checking chrono v0.4.38
16562024-08-14T21:57:18.677Z Checking sha2 v0.10.8
16572024-08-14T21:57:18.782Z Checking url v2.5.2
16582024-08-14T21:57:19.126Z Checking rustix v0.38.34
16592024-08-14T21:57:19.468Z Checking rustls v0.21.12
16602024-08-14T21:57:20.214Z Checking native-tls v0.2.11
16612024-08-14T21:57:20.438Z Checking quote v1.0.36
16622024-08-14T21:57:20.526Z Checking serde_spanned v0.6.7
16632024-08-14T21:57:20.583Z Checking toml_datetime v0.6.8
16642024-08-14T21:57:20.689Z Checking regex-automata v0.4.6
16652024-08-14T21:57:20.714Z Checking num-integer v0.1.46
16662024-08-14T21:57:20.755Z Checking md-5 v0.10.6
16672024-08-14T21:57:20.847Z Checking idna v0.3.0
16682024-08-14T21:57:20.931Z Checking hash32 v0.2.1
16692024-08-14T21:57:20.958Z Checking colorchoice v1.0.1
16702024-08-14T21:57:21.084Z Checking is_terminal_polyfill v1.70.0
16712024-08-14T21:57:21.145Z Checking base64 v0.22.1
16722024-08-14T21:57:21.199Z Checking pretty-hex v0.4.1
16732024-08-14T21:57:21.224Z Checking fallible-iterator v0.2.0
16742024-08-14T21:57:21.364Z Checking anstyle-query v1.0.3
16752024-08-14T21:57:21.481Z Checking gimli v0.28.1
16762024-08-14T21:57:21.530Z Checking stable_deref_trait v1.2.0
16772024-08-14T21:57:21.577Z Checking psl-types v2.0.11
16782024-08-14T21:57:21.617Z Checking heapless v0.7.17
16792024-08-14T21:57:21.732Z Checking publicsuffix v2.2.3
16802024-08-14T21:57:21.757Z Checking tokio-util v0.7.11
16812024-08-14T21:57:21.781Z Checking postgres-protocol v0.6.7
16822024-08-14T21:57:21.943Z Checking tokio-native-tls v0.3.1
16832024-08-14T21:57:22.152Z Checking anstream v0.6.14
16842024-08-14T21:57:22.294Z Checking tokio-rustls v0.24.1
16852024-08-14T21:57:22.328Z Checking terminal_size v0.3.0
16862024-08-14T21:57:22.357Z Checking dof v0.3.0
16872024-08-14T21:57:22.468Z Checking syn v2.0.72
16882024-08-14T21:57:22.492Z Checking dtrace-parser v0.2.0
16892024-08-14T21:57:22.519Z Checking h2 v0.3.26
16902024-08-14T21:57:22.519Z Checking pkcs8 v0.10.2
16912024-08-14T21:57:22.587Z Checking cookie v0.17.0
16922024-08-14T21:57:22.728Z Checking phf_shared v0.11.2
16932024-08-14T21:57:22.845Z Checking block-padding v0.3.3
16942024-08-14T21:57:22.887Z Checking ff v0.13.0
16952024-08-14T21:57:22.918Z Checking thread-id v4.2.1
16962024-08-14T21:57:22.964Z Checking object v0.32.2
16972024-08-14T21:57:23.018Z Checking either v1.13.0
16982024-08-14T21:57:23.043Z Checking winnow v0.5.40
16992024-08-14T21:57:23.078Z Checking managed v0.8.0
17002024-08-14T21:57:23.336Z Checking bitflags v1.3.2
17012024-08-14T21:57:23.395Z Checking bit-vec v0.6.3
17022024-08-14T21:57:23.419Z Checking clap_lex v0.7.0
17032024-08-14T21:57:23.620Z Checking regex-automata v0.1.10
17042024-08-14T21:57:23.667Z Checking strsim v0.11.1
17052024-08-14T21:57:23.902Z Checking rustc-demangle v0.1.24
17062024-08-14T21:57:23.942Z Checking matches v0.1.10
17072024-08-14T21:57:24.021Z Checking ipnet v2.9.0
17082024-08-14T21:57:24.245Z Checking base16ct v0.2.0
17092024-08-14T21:57:24.405Z Checking base64 v0.21.7
17102024-08-14T21:57:24.430Z Checking sec1 v0.7.3
17112024-08-14T21:57:24.577Z Checking addr2line v0.21.0
17122024-08-14T21:57:24.621Z Checking regex v1.10.6
17132024-08-14T21:57:24.720Z Checking idna v0.2.3
17142024-08-14T21:57:24.819Z Checking rustls-pemfile v1.0.4
17152024-08-14T21:57:24.988Z Checking bstr v0.2.17
17162024-08-14T21:57:25.062Z Checking clap_builder v4.5.15
17172024-08-14T21:57:25.200Z Checking smoltcp v0.9.1
17182024-08-14T21:57:25.428Z Checking group v0.13.0
17192024-08-14T21:57:25.525Z Checking toml_edit v0.19.15
17202024-08-14T21:57:25.638Z Checking inout v0.1.3
17212024-08-14T21:57:25.691Z Checking phf v0.11.2
17222024-08-14T21:57:25.828Z Checking cookie_store v0.20.0
17232024-08-14T21:57:25.904Z Checking postgres-types v0.2.7
17242024-08-14T21:57:26.342Z Checking num-bigint v0.4.5
17252024-08-14T21:57:26.387Z Checking futures-executor v0.3.30
17262024-08-14T21:57:26.456Z Checking phf_shared v0.10.0
17272024-08-14T21:57:26.572Z Checking hubpack v0.1.2
17282024-08-14T21:57:26.685Z Checking serde_urlencoded v0.7.1
17292024-08-14T21:57:26.823Z Checking float-cmp v0.9.0
17302024-08-14T21:57:26.972Z Checking hkdf v0.12.4
17312024-08-14T21:57:27.035Z Checking zerocopy v0.6.6
17322024-08-14T21:57:27.149Z Checking crossbeam-utils v0.8.19
17332024-08-14T21:57:27.547Z Checking hyper v0.14.30
17342024-08-14T21:57:27.596Z Checking crc32fast v1.4.0
17352024-08-14T21:57:27.632Z Checking signal-hook v0.3.17
17362024-08-14T21:57:27.686Z Checking usdt-impl v0.5.0
17372024-08-14T21:57:27.710Z Checking crypto-bigint v0.5.5
17382024-08-14T21:57:27.742Z Checking memmap v0.7.0
17392024-08-14T21:57:27.813Z Checking mio v1.0.1
17402024-08-14T21:57:27.920Z Checking encoding_rs v0.8.34
17412024-08-14T21:57:27.945Z Checking minimal-lexical v0.2.1
17422024-08-14T21:57:28.037Z Checking backtrace v0.3.71
17432024-08-14T21:57:28.147Z Checking fixedbitset v0.4.2
17442024-08-14T21:57:28.265Z Checking mime v0.3.17
17452024-08-14T21:57:28.333Z Checking precomputed-hash v0.1.1
17462024-08-14T21:57:28.358Z Checking webpki-roots v0.25.4
17472024-08-14T21:57:28.383Z Checking data-encoding v2.6.0
17482024-08-14T21:57:28.422Z Checking normalize-line-endings v0.3.0
17492024-08-14T21:57:28.484Z Checking whoami v1.5.1
17502024-08-14T21:57:28.533Z Checking sync_wrapper v0.1.2
17512024-08-14T21:57:28.557Z Checking unicode-width v0.1.13
17522024-08-14T21:57:28.557Z Checking predicates-core v1.0.6
17532024-08-14T21:57:28.643Z Checking difflib v0.4.0
17542024-08-14T21:57:28.714Z Checking new_debug_unreachable v1.0.6
17552024-08-14T21:57:28.738Z Checking unicode-segmentation v1.11.0
17562024-08-14T21:57:28.763Z Checking static_assertions v1.1.0
17572024-08-14T21:57:28.798Z Checking dyn-clone v1.0.17
17582024-08-14T21:57:28.844Z Checking winnow v0.6.18
17592024-08-14T21:57:28.918Z Checking predicates v3.1.2
17602024-08-14T21:57:28.943Z Checking trust-dns-proto v0.22.0
17612024-08-14T21:57:28.967Z Checking schemars v0.8.21
17622024-08-14T21:57:29.241Z Checking similar v2.5.0
17632024-08-14T21:57:29.471Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17642024-08-14T21:57:29.731Z Checking string_cache v0.8.7
17652024-08-14T21:57:29.966Z Checking tokio-postgres v0.7.11
17662024-08-14T21:57:29.991Z Checking console v0.15.8
17672024-08-14T21:57:30.030Z Checking elliptic-curve v0.13.8
17682024-08-14T21:57:30.316Z Checking anyhow v1.0.86
17692024-08-14T21:57:30.484Z Checking petgraph v0.6.5
17702024-08-14T21:57:30.556Z Checking yasna v0.5.2
17712024-08-14T21:57:30.614Z Checking signal-hook-mio v0.2.4
17722024-08-14T21:57:30.737Z Checking nom v7.1.3
17732024-08-14T21:57:31.221Z Checking toml_edit v0.22.20
17742024-08-14T21:57:31.278Z Checking usdt v0.5.0
17752024-08-14T21:57:31.489Z Checking flate2 v1.0.31
17762024-08-14T21:57:32.005Z Checking crossbeam-epoch v0.9.18
17772024-08-14T21:57:32.144Z Checking clap v4.5.15
17782024-08-14T21:57:32.245Z Checking toml v0.7.8
17792024-08-14T21:57:32.310Z Checking futures v0.3.30
17802024-08-14T21:57:32.366Z Checking cipher v0.4.4
17812024-08-14T21:57:32.406Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822024-08-14T21:57:32.431Z Checking bstr v1.9.1
17832024-08-14T21:57:32.594Z Checking hyper-rustls v0.24.2
17842024-08-14T21:57:32.711Z Checking hyper-tls v0.5.0
17852024-08-14T21:57:32.841Z Checking bit-set v0.5.3
17862024-08-14T21:57:32.865Z Checking itertools v0.10.5
17872024-08-14T21:57:32.954Z Checking reqwest v0.11.27
17882024-08-14T21:57:33.004Z Checking itertools v0.12.1
17892024-08-14T21:57:33.062Z Checking tokio-stream v0.1.15
17902024-08-14T21:57:33.218Z Checking fs-err v2.11.0
17912024-08-14T21:57:33.270Z Checking num-iter v0.1.45
17922024-08-14T21:57:33.328Z Checking openapiv3 v2.0.0
17932024-08-14T21:57:33.423Z Checking slog v2.7.0
17942024-08-14T21:57:33.477Z Checking hex v0.4.3
17952024-08-14T21:57:33.683Z Checking semver v1.0.23
17962024-08-14T21:57:33.726Z Checking peg-runtime v0.8.3
17972024-08-14T21:57:33.816Z Checking lalrpop-util v0.19.12
17982024-08-14T21:57:33.891Z Checking camino v1.1.7
17992024-08-14T21:57:33.916Z Checking sigpipe v0.1.3
18002024-08-14T21:57:36.026Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18012024-08-14T21:57:36.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.41s
18022024-08-14T21:57:36.536Z
18032024-08-14T21:57:36.536Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/149)
18042024-08-14T21:57:37.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052024-08-14T21:57:37.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062024-08-14T21:57:37.442Z Compiling regress v0.9.1
18072024-08-14T21:57:37.468Z Checking sha1 v0.10.6
18082024-08-14T21:57:37.492Z Checking strum v0.26.3
18092024-08-14T21:57:37.517Z Checking heck v0.5.0
18102024-08-14T21:57:37.542Z Compiling getopts v0.2.21
18112024-08-14T21:57:37.542Z Checking dirs-sys-next v0.1.2
18122024-08-14T21:57:37.566Z Compiling unsafe-libyaml v0.2.11
18132024-08-14T21:57:37.678Z Checking http v1.1.0
18142024-08-14T21:57:37.703Z Checking dirs-next v2.0.0
18152024-08-14T21:57:37.727Z Checking thread_local v1.1.8
18162024-08-14T21:57:37.814Z Checking rustls-pki-types v1.7.0
18172024-08-14T21:57:37.888Z Compiling ident_case v1.0.1
18182024-08-14T21:57:37.949Z Checking term v0.7.0
18192024-08-14T21:57:38.041Z Compiling darling_core v0.20.9
18202024-08-14T21:57:38.163Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18212024-08-14T21:57:38.326Z Checking crossbeam-channel v0.5.12
18222024-08-14T21:57:38.350Z Checking is-terminal v0.4.12
18232024-08-14T21:57:38.439Z Checking atty v0.2.14
18242024-08-14T21:57:38.463Z Checking take_mut v0.2.2
18252024-08-14T21:57:38.544Z Compiling paste v1.0.15
18262024-08-14T21:57:38.582Z Compiling serde_yaml v0.9.34+deprecated
18272024-08-14T21:57:38.775Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18282024-08-14T21:57:38.936Z Checking termcolor v1.4.1
18292024-08-14T21:57:38.992Z Compiling rustls v0.22.4
18302024-08-14T21:57:39.068Z Checking utf-8 v0.7.6
18312024-08-14T21:57:39.099Z Checking humantime v2.1.0
18322024-08-14T21:57:39.278Z Checking slog-async v2.8.0
18332024-08-14T21:57:39.302Z Checking slog-term v2.9.1
18342024-08-14T21:57:39.326Z Checking rustls-webpki v0.102.4
18352024-08-14T21:57:39.358Z Checking env_logger v0.9.3
18362024-08-14T21:57:39.527Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18372024-08-14T21:57:39.718Z Compiling proc-macro-crate v1.3.1
18382024-08-14T21:57:39.749Z Compiling bitstruct_derive v0.1.0
18392024-08-14T21:57:39.831Z Compiling structmeta-derive v0.3.0
18402024-08-14T21:57:39.992Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18412024-08-14T21:57:40.109Z Compiling multer v3.1.0
18422024-08-14T21:57:40.298Z Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18432024-08-14T21:57:40.651Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18442024-08-14T21:57:40.912Z Checking match_cfg v0.1.0
18452024-08-14T21:57:40.946Z Checking ascii v1.1.0
18462024-08-14T21:57:40.970Z Checking hostname v0.3.1
18472024-08-14T21:57:41.080Z Checking bitstruct v0.1.1
18482024-08-14T21:57:41.198Z Compiling num_enum_derive v0.5.11
18492024-08-14T21:57:41.272Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18502024-08-14T21:57:41.602Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18512024-08-14T21:57:41.993Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18522024-08-14T21:57:42.211Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18532024-08-14T21:57:42.236Z Checking slog-json v2.6.1
18542024-08-14T21:57:42.261Z Compiling structmeta v0.3.0
18552024-08-14T21:57:42.449Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18562024-08-14T21:57:42.477Z Checking serde_arrays v0.1.0
18572024-08-14T21:57:42.599Z Checking erased-serde v0.3.31
18582024-08-14T21:57:42.628Z Compiling async-stream-impl v0.3.5
18592024-08-14T21:57:42.666Z Compiling foreign-types-macros v0.2.3
18602024-08-14T21:57:43.151Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18612024-08-14T21:57:43.347Z Checking atomic-waker v1.1.2
18622024-08-14T21:57:43.398Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18632024-08-14T21:57:43.470Z Checking foreign-types-shared v0.3.1
18642024-08-14T21:57:43.495Z Checking arc-swap v1.7.1
18652024-08-14T21:57:43.576Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18662024-08-14T21:57:43.685Z Checking waitgroup v0.1.2
18672024-08-14T21:57:43.709Z Checking foreign-types v0.5.0
18682024-08-14T21:57:43.772Z Checking async-stream v0.3.5
18692024-08-14T21:57:43.825Z Checking num_enum v0.5.11
18702024-08-14T21:57:43.850Z Compiling darling_macro v0.20.9
18712024-08-14T21:57:43.874Z Checking slog-scope v4.4.0
18722024-08-14T21:57:43.899Z Compiling parse-display-derive v0.10.0
18732024-08-14T21:57:43.948Z Checking slog-bunyan v2.5.0
18742024-08-14T21:57:43.972Z Compiling proc-macro-error v1.0.4
18752024-08-14T21:57:44.230Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762024-08-14T21:57:44.325Z Checking toml v0.8.19
18772024-08-14T21:57:44.522Z Checking tungstenite v0.20.1
18782024-08-14T21:57:44.561Z Checking rustls-pemfile v2.1.3
18792024-08-14T21:57:44.647Z Compiling darling v0.20.9
18802024-08-14T21:57:44.766Z Checking tokio-rustls v0.25.0
18812024-08-14T21:57:44.797Z Compiling serde_with_macros v3.8.3
18822024-08-14T21:57:44.865Z Compiling heck v0.3.3
18832024-08-14T21:57:45.050Z Checking newtype-uuid v1.1.0
18842024-08-14T21:57:45.137Z Checking ipnetwork v0.20.0
18852024-08-14T21:57:45.278Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18862024-08-14T21:57:45.303Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18872024-08-14T21:57:45.359Z Checking serde_path_to_error v0.1.16
18882024-08-14T21:57:45.455Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18892024-08-14T21:57:45.895Z Checking hostname v0.4.0
18902024-08-14T21:57:45.971Z Checking cstr-argument v0.1.2
18912024-08-14T21:57:46.014Z Checking instant v0.1.12
18922024-08-14T21:57:46.067Z Checking fastrand v2.1.0
18932024-08-14T21:57:46.116Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
18942024-08-14T21:57:46.140Z Checking debug-ignore v1.0.5
18952024-08-14T21:57:46.261Z Checking pretty-hex v0.2.1
18962024-08-14T21:57:46.365Z Checking tempfile v3.10.1
18972024-08-14T21:57:46.400Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18982024-08-14T21:57:46.424Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18992024-08-14T21:57:46.637Z Checking backoff v0.4.0
19002024-08-14T21:57:46.662Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19012024-08-14T21:57:46.792Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19022024-08-14T21:57:46.821Z Checking tokio-tungstenite v0.20.1
19032024-08-14T21:57:46.903Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19042024-08-14T21:57:47.087Z Compiling zone_cfg_derive v0.1.2
19052024-08-14T21:57:47.112Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19062024-08-14T21:57:47.222Z Checking slog-stdlog v4.1.1
19072024-08-14T21:57:47.276Z Checking serde_with v3.8.3
19082024-08-14T21:57:47.374Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19092024-08-14T21:57:47.506Z Checking tungstenite v0.21.0
19102024-08-14T21:57:47.729Z Checking colored v2.1.0
19112024-08-14T21:57:47.829Z Checking parse-display v0.10.0
19122024-08-14T21:57:47.984Z Checking macaddr v1.0.1
19132024-08-14T21:57:48.021Z Checking socket2 v0.4.10
19142024-08-14T21:57:48.259Z Checking base64 v0.13.1
19152024-08-14T21:57:48.283Z Checking tokio-tungstenite v0.21.0
19162024-08-14T21:57:48.314Z Checking zone v0.1.8
19172024-08-14T21:57:48.594Z Checking ron v0.7.1
19182024-08-14T21:57:48.691Z Checking slog-envlogger v2.2.0
19192024-08-14T21:57:48.859Z Checking pem v3.0.4
19202024-08-14T21:57:48.884Z Checking tabwriter v1.4.0
19212024-08-14T21:57:49.062Z Checking xattr v1.3.1
19222024-08-14T21:57:49.087Z Checking portpicker v0.1.1
19232024-08-14T21:57:49.197Z Checking headers-core v0.2.0
19242024-08-14T21:57:49.242Z Checking smf v0.2.3
19252024-08-14T21:57:49.326Z Checking filetime v0.2.24
19262024-08-14T21:57:49.509Z Checking same-file v1.0.6
19272024-08-14T21:57:49.533Z Checking tar v0.4.41
19282024-08-14T21:57:49.625Z Checking headers v0.3.9
19292024-08-14T21:57:49.658Z Checking walkdir v2.5.0
19302024-08-14T21:57:49.977Z Checking rcgen v0.12.1
19312024-08-14T21:57:50.002Z Checking camino-tempfile v1.1.1
19322024-08-14T21:57:50.002Z Checking atomicwrites v0.4.3
19332024-08-14T21:57:50.202Z Checking subprocess v0.2.9
19342024-08-14T21:57:51.222Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19352024-08-14T21:57:51.444Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19362024-08-14T21:57:53.622Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19372024-08-14T21:57:56.002Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19382024-08-14T21:57:56.092Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19392024-08-14T21:58:00.353Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19402024-08-14T21:58:07.754Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19412024-08-14T21:58:07.915Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19422024-08-14T21:58:07.915Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19432024-08-14T21:58:11.100Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19442024-08-14T21:58:11.637Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19452024-08-14T21:58:18.779Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19462024-08-14T21:58:20.577Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19472024-08-14T21:58:22.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.46s
19482024-08-14T21:58:22.138Z
19492024-08-14T21:58:22.138Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/149)
19502024-08-14T21:58:22.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512024-08-14T21:58:22.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522024-08-14T21:58:22.996Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19532024-08-14T21:58:24.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
19542024-08-14T21:58:24.585Z
19552024-08-14T21:58:24.585Zinfo: running `cargo check --bins` on nexus-config (31/149)
19562024-08-14T21:58:25.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572024-08-14T21:58:25.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582024-08-14T21:58:25.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592024-08-14T21:58:25.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
19602024-08-14T21:58:25.479Z
19612024-08-14T21:58:25.479Zinfo: running `cargo check --bins` on omicron-rpaths (32/149)
19622024-08-14T21:58:26.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632024-08-14T21:58:26.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642024-08-14T21:58:26.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652024-08-14T21:58:26.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
19662024-08-14T21:58:26.260Z
19672024-08-14T21:58:26.260Zinfo: running `cargo check --bins` on omicron-certificates (33/149)
19682024-08-14T21:58:27.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692024-08-14T21:58:27.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702024-08-14T21:58:27.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712024-08-14T21:58:27.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19722024-08-14T21:58:27.103Z
19732024-08-14T21:58:27.103Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/149)
19742024-08-14T21:58:27.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752024-08-14T21:58:27.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762024-08-14T21:58:28.016Z Compiling heapless v0.8.0
19772024-08-14T21:58:28.040Z Checking hash32 v0.3.1
19782024-08-14T21:58:28.041Z Compiling smoltcp v0.11.0
19792024-08-14T21:58:28.041Z Checking cobs v0.2.3
19802024-08-14T21:58:28.041Z Checking embedded-io v0.4.0
19812024-08-14T21:58:28.065Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19822024-08-14T21:58:28.065Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19832024-08-14T21:58:28.091Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19842024-08-14T21:58:28.171Z Compiling crucible-workspace-hack v0.1.0
19852024-08-14T21:58:28.195Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19862024-08-14T21:58:28.220Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19872024-08-14T21:58:28.247Z Checking postcard v1.0.8
19882024-08-14T21:58:28.395Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19892024-08-14T21:58:28.420Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19902024-08-14T21:58:28.559Z Compiling num-derive v0.4.2
19912024-08-14T21:58:28.682Z Compiling slog-dtrace v0.3.0
19922024-08-14T21:58:28.722Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19932024-08-14T21:58:28.854Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
19942024-08-14T21:58:28.879Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
19952024-08-14T21:58:29.561Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
19962024-08-14T21:58:30.178Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
19972024-08-14T21:58:31.980Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19982024-08-14T21:58:33.065Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
19992024-08-14T21:58:34.409Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20002024-08-14T21:58:36.833Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20012024-08-14T21:58:37.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.55s
20022024-08-14T21:58:37.788Z
20032024-08-14T21:58:37.788Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/149)
20042024-08-14T21:58:38.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052024-08-14T21:58:38.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062024-08-14T21:58:38.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072024-08-14T21:58:38.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
20082024-08-14T21:58:38.638Z
20092024-08-14T21:58:38.638Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/149)
20102024-08-14T21:58:39.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112024-08-14T21:58:39.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122024-08-14T21:58:39.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132024-08-14T21:58:39.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
20142024-08-14T21:58:39.616Z
20152024-08-14T21:58:39.616Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/149)
20162024-08-14T21:58:40.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172024-08-14T21:58:40.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182024-08-14T21:58:40.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192024-08-14T21:58:40.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
20202024-08-14T21:58:40.644Z
20212024-08-14T21:58:40.644Zinfo: running `cargo check --bins` on dns-server (38/149)
20222024-08-14T21:58:41.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232024-08-14T21:58:41.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242024-08-14T21:58:41.480Z Compiling parking_lot_core v0.8.6
20252024-08-14T21:58:41.504Z Checking nibble_vec v0.1.0
20262024-08-14T21:58:41.505Z Checking endian-type v0.1.2
20272024-08-14T21:58:41.529Z Checking newline-converter v0.3.0
20282024-08-14T21:58:41.529Z Checking quick-error v1.2.3
20292024-08-14T21:58:41.529Z Checking linked-hash-map v0.5.6
20302024-08-14T21:58:41.553Z Checking fxhash v0.2.1
20312024-08-14T21:58:41.553Z Checking toml v0.5.11
20322024-08-14T21:58:41.664Z Checking expectorate v1.1.0
20332024-08-14T21:58:41.689Z Checking resolv-conf v0.7.0
20342024-08-14T21:58:41.689Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20352024-08-14T21:58:41.713Z Checking radix_trie v0.2.1
20362024-08-14T21:58:41.802Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20372024-08-14T21:58:41.853Z Checking lru-cache v0.1.2
20382024-08-14T21:58:42.009Z Checking trust-dns-resolver v0.22.0
20392024-08-14T21:58:42.038Z Checking trust-dns-client v0.22.0
20402024-08-14T21:58:42.187Z Checking parking_lot v0.11.2
20412024-08-14T21:58:42.472Z Checking sled v0.34.7
20422024-08-14T21:58:43.010Z Checking trust-dns-server v0.22.1
20432024-08-14T21:58:44.950Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20442024-08-14T21:58:46.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
20452024-08-14T21:58:46.490Z
20462024-08-14T21:58:46.490Zinfo: running `cargo check --bins` on dns-server-api (39/149)
20472024-08-14T21:58:47.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482024-08-14T21:58:47.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492024-08-14T21:58:47.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502024-08-14T21:58:47.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20512024-08-14T21:58:47.298Z
20522024-08-14T21:58:47.298Zinfo: running `cargo check --bins` on dns-service-client (40/149)
20532024-08-14T21:58:48.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542024-08-14T21:58:48.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552024-08-14T21:58:48.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562024-08-14T21:58:48.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20572024-08-14T21:58:48.093Z
20582024-08-14T21:58:48.093Zinfo: running `cargo check --bins` on gateway-test-utils (41/149)
20592024-08-14T21:58:48.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602024-08-14T21:58:48.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612024-08-14T21:58:48.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622024-08-14T21:58:48.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
20632024-08-14T21:58:48.969Z
20642024-08-14T21:58:48.969Zinfo: running `cargo check --bins` on gateway-types (42/149)
20652024-08-14T21:58:49.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662024-08-14T21:58:49.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672024-08-14T21:58:49.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682024-08-14T21:58:49.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
20692024-08-14T21:58:49.797Z
20702024-08-14T21:58:49.797Zinfo: running `cargo check --bins` on ipcc (43/149)
20712024-08-14T21:58:50.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722024-08-14T21:58:50.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732024-08-14T21:58:50.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742024-08-14T21:58:50.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
20752024-08-14T21:58:50.731Z
20762024-08-14T21:58:50.731Zinfo: running `cargo check --bins` on omicron-gateway (44/149)
20772024-08-14T21:58:51.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782024-08-14T21:58:51.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792024-08-14T21:58:51.646Z Compiling radium v0.7.0
20802024-08-14T21:58:51.672Z Checking tap v1.0.1
20812024-08-14T21:58:51.672Z Compiling maybe-uninit v2.0.0
20822024-08-14T21:58:51.698Z Compiling bzip2-sys v0.1.11+1.0.8
20832024-08-14T21:58:51.698Z Checking crc-catalog v2.4.0
20842024-08-14T21:58:51.698Z Compiling packed_struct v0.10.1
20852024-08-14T21:58:51.698Z Compiling num-bigint-dig v0.8.4
20862024-08-14T21:58:51.723Z Checking funty v2.0.0
20872024-08-14T21:58:51.821Z Checking wyz v0.5.1
20882024-08-14T21:58:51.846Z Checking crc v3.2.1
20892024-08-14T21:58:52.007Z Compiling packed_struct_codegen v0.10.1
20902024-08-14T21:58:52.153Z Checking half v2.4.1
20912024-08-14T21:58:52.178Z Compiling indexmap v1.9.3
20922024-08-14T21:58:52.206Z Checking nodrop v0.1.14
20932024-08-14T21:58:52.314Z Checking ciborium-io v0.2.2
20942024-08-14T21:58:52.339Z Checking array-init v0.0.4
20952024-08-14T21:58:52.405Z Checking smallvec v0.6.14
20962024-08-14T21:58:52.473Z Checking pkcs1 v0.7.5
20972024-08-14T21:58:52.506Z Checking bitvec v1.0.1
20982024-08-14T21:58:52.591Z Checking ciborium-ll v0.2.2
20992024-08-14T21:58:52.745Z Checking signature v2.2.0
21002024-08-14T21:58:52.795Z Compiling memoffset v0.9.1
21012024-08-14T21:58:52.828Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21022024-08-14T21:58:52.853Z Checking bitfield v0.14.0
21032024-08-14T21:58:52.902Z Checking hashbrown v0.12.3
21042024-08-14T21:58:53.090Z Checking ciborium v0.2.2
21052024-08-14T21:58:53.127Z Checking env_logger v0.10.2
21062024-08-14T21:58:53.184Z Checking serde-hex v0.1.0
21072024-08-14T21:58:53.222Z Checking bzip2 v0.4.4
21082024-08-14T21:58:53.470Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21092024-08-14T21:58:53.494Z Checking ron v0.8.1
21102024-08-14T21:58:53.684Z Checking x509-cert v0.2.5
21112024-08-14T21:58:53.934Z Checking hashbrown v0.13.2
21122024-08-14T21:58:54.145Z Checking rsa v0.9.6
21132024-08-14T21:58:54.282Z Checking crc-any v2.5.0
21142024-08-14T21:58:54.525Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21152024-08-14T21:58:54.583Z Checking zip v0.6.6
21162024-08-14T21:58:54.845Z Checking object v0.30.4
21172024-08-14T21:58:54.874Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21182024-08-14T21:58:54.899Z Checking path-slash v0.1.5
21192024-08-14T21:58:55.035Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21202024-08-14T21:58:55.062Z Checking nix v0.27.1
21212024-08-14T21:58:55.106Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21222024-08-14T21:58:55.232Z Checking serde-big-array v0.5.1
21232024-08-14T21:58:55.257Z Checking signal-hook-tokio v0.3.1
21242024-08-14T21:58:57.388Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21252024-08-14T21:58:57.904Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21262024-08-14T21:59:06.632Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21272024-08-14T21:59:08.185Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21282024-08-14T21:59:10.385Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21292024-08-14T21:59:12.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.83s
21302024-08-14T21:59:12.712Z
21312024-08-14T21:59:12.712Zinfo: running `cargo check --bins` on gateway-api (45/149)
21322024-08-14T21:59:13.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332024-08-14T21:59:13.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342024-08-14T21:59:13.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352024-08-14T21:59:13.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21362024-08-14T21:59:13.537Z
21372024-08-14T21:59:13.537Zinfo: running `cargo check --bins` on sp-sim (46/149)
21382024-08-14T21:59:14.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392024-08-14T21:59:14.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402024-08-14T21:59:14.373Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21412024-08-14T21:59:16.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
21422024-08-14T21:59:16.467Z
21432024-08-14T21:59:16.467Zinfo: running `cargo check --bins` on internal-dns (47/149)
21442024-08-14T21:59:17.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452024-08-14T21:59:17.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462024-08-14T21:59:17.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472024-08-14T21:59:17.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21482024-08-14T21:59:17.302Z
21492024-08-14T21:59:17.302Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/149)
21502024-08-14T21:59:18.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512024-08-14T21:59:18.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522024-08-14T21:59:18.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532024-08-14T21:59:18.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21542024-08-14T21:59:18.177Z
21552024-08-14T21:59:18.177Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/149)
21562024-08-14T21:59:18.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572024-08-14T21:59:19.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582024-08-14T21:59:19.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592024-08-14T21:59:19.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21602024-08-14T21:59:19.087Z
21612024-08-14T21:59:19.087Zinfo: running `cargo check --bins` on db-macros (50/149)
21622024-08-14T21:59:19.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632024-08-14T21:59:19.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642024-08-14T21:59:19.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652024-08-14T21:59:19.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
21662024-08-14T21:59:19.899Z
21672024-08-14T21:59:19.899Zinfo: running `cargo check --bins` on nexus-macros-common (51/149)
21682024-08-14T21:59:20.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692024-08-14T21:59:20.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702024-08-14T21:59:20.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712024-08-14T21:59:20.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21722024-08-14T21:59:20.753Z
21732024-08-14T21:59:20.753Zinfo: running `cargo check --bins` on nexus-auth (52/149)
21742024-08-14T21:59:21.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-08-14T21:59:21.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-08-14T21:59:21.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-08-14T21:59:21.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
21782024-08-14T21:59:21.649Z
21792024-08-14T21:59:21.649Zinfo: running `cargo check --bins` on authz-macros (53/149)
21802024-08-14T21:59:22.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-08-14T21:59:22.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-08-14T21:59:22.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-08-14T21:59:22.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21842024-08-14T21:59:22.444Z
21852024-08-14T21:59:22.444Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/149)
21862024-08-14T21:59:23.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-08-14T21:59:23.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-08-14T21:59:23.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-08-14T21:59:23.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21902024-08-14T21:59:23.281Z
21912024-08-14T21:59:23.281Zinfo: running `cargo check --bins` on nexus-db-model (55/149)
21922024-08-14T21:59:24.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-08-14T21:59:24.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-08-14T21:59:24.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-08-14T21:59:24.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21962024-08-14T21:59:24.155Z
21972024-08-14T21:59:24.156Zinfo: running `cargo check --bins` on nexus-defaults (56/149)
21982024-08-14T21:59:24.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-08-14T21:59:24.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-08-14T21:59:24.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012024-08-14T21:59:24.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22022024-08-14T21:59:24.995Z
22032024-08-14T21:59:24.995Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/149)
22042024-08-14T21:59:25.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-08-14T21:59:25.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-08-14T21:59:25.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072024-08-14T21:59:25.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
22082024-08-14T21:59:25.915Z
22092024-08-14T21:59:25.915Zinfo: running `cargo check --bins` on omicron-passwords (58/149)
22102024-08-14T21:59:26.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112024-08-14T21:59:26.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122024-08-14T21:59:26.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132024-08-14T21:59:26.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
22142024-08-14T21:59:26.725Z
22152024-08-14T21:59:26.725Zinfo: running `cargo check --bins` on nexus-types (59/149)
22162024-08-14T21:59:27.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172024-08-14T21:59:27.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182024-08-14T21:59:27.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192024-08-14T21:59:27.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
22202024-08-14T21:59:27.589Z
22212024-08-14T21:59:27.589Zinfo: running `cargo check --bins` on gateway-client (60/149)
22222024-08-14T21:59:28.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-08-14T21:59:28.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-08-14T21:59:28.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252024-08-14T21:59:28.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22262024-08-14T21:59:28.401Z
22272024-08-14T21:59:28.401Zinfo: running `cargo check --bins` on sled-agent-client (61/149)
22282024-08-14T21:59:29.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-08-14T21:59:29.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-08-14T21:59:29.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-08-14T21:59:29.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
22322024-08-14T21:59:29.254Z
22332024-08-14T21:59:29.254Zinfo: running `cargo check --bins` on oximeter (62/149)
22342024-08-14T21:59:30.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-08-14T21:59:30.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-08-14T21:59:30.124Z Compiling rustls-pki-types v1.7.0
22372024-08-14T21:59:30.148Z Compiling match_cfg v0.1.0
22382024-08-14T21:59:30.172Z Compiling prettyplease v0.2.20
22392024-08-14T21:59:30.195Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22402024-08-14T21:59:30.195Z Compiling slog-json v2.6.1
22412024-08-14T21:59:30.195Z Compiling http v1.1.0
22422024-08-14T21:59:30.223Z Compiling atomic-waker v1.1.2
22432024-08-14T21:59:30.247Z Compiling hostname v0.3.1
22442024-08-14T21:59:30.271Z Compiling async-stream v0.3.5
22452024-08-14T21:59:30.418Z Compiling waitgroup v0.1.2
22462024-08-14T21:59:30.459Z Compiling slog-bunyan v2.5.0
22472024-08-14T21:59:30.488Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22482024-08-14T21:59:30.533Z Compiling toml v0.8.19
22492024-08-14T21:59:30.562Z Compiling rustls-webpki v0.102.4
22502024-08-14T21:59:30.586Z Compiling rustls-pemfile v2.1.3
22512024-08-14T21:59:30.629Z Compiling sha1 v0.10.6
22522024-08-14T21:59:30.654Z Compiling ipnetwork v0.20.0
22532024-08-14T21:59:30.679Z Compiling newtype-uuid v1.1.0
22542024-08-14T21:59:30.864Z Compiling serde_path_to_error v0.1.16
22552024-08-14T21:59:30.923Z Compiling hostname v0.4.0
22562024-08-14T21:59:30.979Z Compiling instant v0.1.12
22572024-08-14T21:59:31.003Z Compiling debug-ignore v1.0.5
22582024-08-14T21:59:31.113Z Compiling backoff v0.4.0
22592024-08-14T21:59:31.139Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22602024-08-14T21:59:31.163Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612024-08-14T21:59:31.402Z Compiling rustls v0.22.4
22622024-08-14T21:59:31.426Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22632024-08-14T21:59:31.450Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642024-08-14T21:59:31.594Z Compiling multer v3.1.0
22652024-08-14T21:59:31.618Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22662024-08-14T21:59:31.769Z Compiling parse-display v0.10.0
22672024-08-14T21:59:31.994Z Compiling serde_with v3.8.3
22682024-08-14T21:59:32.293Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22692024-08-14T21:59:32.318Z Compiling num-rational v0.4.2
22702024-08-14T21:59:32.376Z Compiling num-complex v0.4.6
22712024-08-14T21:59:32.438Z Compiling macaddr v1.0.1
22722024-08-14T21:59:33.054Z Compiling float-ord v0.3.2
22732024-08-14T21:59:33.197Z Compiling num v0.4.3
22742024-08-14T21:59:34.072Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
22752024-08-14T21:59:34.841Z Compiling tokio-rustls v0.25.0
22762024-08-14T21:59:35.154Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
22772024-08-14T21:59:38.593Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22782024-08-14T21:59:52.707Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22792024-08-14T21:59:56.592Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22802024-08-14T21:59:57.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.14s
22812024-08-14T21:59:57.527Z
22822024-08-14T21:59:57.527Zinfo: running `cargo check --bins` on oximeter-impl (63/149)
22832024-08-14T21:59:58.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22842024-08-14T21:59:58.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22852024-08-14T21:59:58.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22862024-08-14T21:59:58.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
22872024-08-14T21:59:58.478Z
22882024-08-14T21:59:58.478Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/149)
22892024-08-14T21:59:59.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22902024-08-14T21:59:59.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22912024-08-14T21:59:59.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22922024-08-14T21:59:59.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
22932024-08-14T21:59:59.394Z
22942024-08-14T21:59:59.394Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (65/149)
22952024-08-14T22:00:00.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22962024-08-14T22:00:00.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22972024-08-14T22:00:00.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22982024-08-14T22:00:00.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
22992024-08-14T22:00:00.386Z
23002024-08-14T22:00:00.386Zinfo: running `cargo check --bins` on nexus-inventory (66/149)
23012024-08-14T22:00:01.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23022024-08-14T22:00:01.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23032024-08-14T22:00:01.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23042024-08-14T22:00:01.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
23052024-08-14T22:00:01.380Z
23062024-08-14T22:00:01.380Zinfo: running `cargo check --bins` on typed-rng (67/149)
23072024-08-14T22:00:02.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23082024-08-14T22:00:02.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23092024-08-14T22:00:02.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23102024-08-14T22:00:02.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
23112024-08-14T22:00:02.282Z
23122024-08-14T22:00:02.283Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/149)
23132024-08-14T22:00:03.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23142024-08-14T22:00:03.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23152024-08-14T22:00:03.399Z Checking password-hash v0.5.0
23162024-08-14T22:00:03.399Z Checking blake2 v0.10.6
23172024-08-14T22:00:03.399Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23182024-08-14T22:00:03.399Z Compiling semver v0.1.20
23192024-08-14T22:00:03.423Z Compiling convert_case v0.4.0
23202024-08-14T22:00:03.423Z Compiling rayon-core v1.12.1
23212024-08-14T22:00:03.423Z Compiling crossbeam-deque v0.8.5
23222024-08-14T22:00:03.423Z Compiling unicase v2.7.0
23232024-08-14T22:00:03.717Z Compiling fastrand v2.1.0
23242024-08-14T22:00:03.751Z Compiling libefi-sys v0.1.0
23252024-08-14T22:00:03.781Z Compiling rustc_version v0.1.7
23262024-08-14T22:00:03.805Z Compiling same-file v1.0.6
23272024-08-14T22:00:03.829Z Checking argon2 v0.5.3
23282024-08-14T22:00:04.011Z Compiling walkdir v2.5.0
23292024-08-14T22:00:04.049Z Compiling tempfile v3.10.1
23302024-08-14T22:00:04.201Z Compiling curve25519-dalek v4.1.3
23312024-08-14T22:00:04.225Z Compiling newtype_derive v0.1.6
23322024-08-14T22:00:04.249Z Compiling bitfield-struct v0.6.1
23332024-08-14T22:00:04.351Z Compiling derive_more v0.99.18
23342024-08-14T22:00:04.375Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23352024-08-14T22:00:04.541Z Compiling derive-where v1.2.7
23362024-08-14T22:00:04.603Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23372024-08-14T22:00:04.676Z Compiling ring v0.16.20
23382024-08-14T22:00:04.725Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
23392024-08-14T22:00:04.769Z Compiling blake3 v1.5.1
23402024-08-14T22:00:05.069Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23412024-08-14T22:00:05.317Z Checking keccak v0.1.5
23422024-08-14T22:00:05.463Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432024-08-14T22:00:05.585Z Checking sha3 v0.10.8
23442024-08-14T22:00:05.927Z Compiling rayon v1.10.0
23452024-08-14T22:00:05.951Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23462024-08-14T22:00:06.046Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23472024-08-14T22:00:06.070Z Checking universal-hash v0.5.1
23482024-08-14T22:00:06.219Z Compiling thiserror-impl-no-std v2.0.2
23492024-08-14T22:00:06.243Z Checking secrecy v0.8.0
23502024-08-14T22:00:06.313Z Compiling curve25519-dalek-derive v0.1.1
23512024-08-14T22:00:06.337Z Compiling memmap2 v0.9.4
23522024-08-14T22:00:06.413Z Compiling untrusted v0.7.1
23532024-08-14T22:00:06.583Z Checking opaque-debug v0.3.1
23542024-08-14T22:00:06.662Z Compiling arrayref v0.3.7
23552024-08-14T22:00:06.721Z Compiling arrayvec v0.7.4
23562024-08-14T22:00:06.759Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572024-08-14T22:00:06.858Z Compiling home v0.5.9
23582024-08-14T22:00:07.068Z Compiling constant_time_eq v0.3.0
23592024-08-14T22:00:07.099Z Compiling spin v0.5.2
23602024-08-14T22:00:07.235Z Compiling toolchain_find v0.4.0
23612024-08-14T22:00:07.308Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622024-08-14T22:00:07.539Z Checking poly1305 v0.8.0
23632024-08-14T22:00:07.705Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23642024-08-14T22:00:07.809Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652024-08-14T22:00:07.980Z Checking steno v0.4.1
23662024-08-14T22:00:08.017Z Compiling camino-tempfile v1.1.1
23672024-08-14T22:00:08.408Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23682024-08-14T22:00:08.509Z Checking chacha20 v0.9.1
23692024-08-14T22:00:08.790Z Checking gethostname v0.5.0
23702024-08-14T22:00:08.841Z Checking thiserror-no-std v2.0.2
23712024-08-14T22:00:08.899Z Checking aead v0.5.2
23722024-08-14T22:00:08.944Z Compiling cancel-safe-futures v0.1.5
23732024-08-14T22:00:09.065Z Compiling topological-sort v0.2.2
23742024-08-14T22:00:09.092Z Checking chacha20poly1305 v0.10.1
23752024-08-14T22:00:09.262Z Checking vsss-rs v3.3.4
23762024-08-14T22:00:09.286Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23772024-08-14T22:00:09.310Z Compiling mime_guess v2.0.4
23782024-08-14T22:00:10.071Z Compiling rustfmt-wrapper v0.2.1
23792024-08-14T22:00:10.411Z Compiling omicron-zone-package v0.11.0
23802024-08-14T22:00:10.579Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23812024-08-14T22:00:10.818Z Checking glob v0.3.1
23822024-08-14T22:00:11.061Z Checking libsw v3.3.1
23832024-08-14T22:00:11.085Z Checking linear-map v1.2.0
23842024-08-14T22:00:11.112Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23852024-08-14T22:00:11.163Z Checking owo-colors v4.0.0
23862024-08-14T22:00:11.231Z Checking swrite v0.1.0
23872024-08-14T22:00:11.342Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
23882024-08-14T22:00:11.366Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
23892024-08-14T22:00:11.819Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23902024-08-14T22:00:12.044Z Checking kstat-rs v0.2.4
23912024-08-14T22:00:12.068Z Checking nanorand v0.7.0
23922024-08-14T22:00:12.092Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23932024-08-14T22:00:12.285Z Checking http-range v0.1.5
23942024-08-14T22:00:12.348Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23952024-08-14T22:00:12.375Z Checking flume v0.11.0
23962024-08-14T22:00:12.444Z Checking hyper-staticfile v0.9.5
23972024-08-14T22:00:12.559Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23982024-08-14T22:00:12.726Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
23992024-08-14T22:00:12.804Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24002024-08-14T22:00:12.829Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24012024-08-14T22:00:13.381Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24022024-08-14T22:00:13.438Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24032024-08-14T22:00:14.073Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042024-08-14T22:00:14.966Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24052024-08-14T22:00:15.493Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24062024-08-14T22:00:15.608Z Checking itertools v0.13.0
24072024-08-14T22:00:15.632Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24082024-08-14T22:00:15.991Z Checking display-error-chain v0.2.0
24092024-08-14T22:00:23.317Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24102024-08-14T22:00:30.239Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24112024-08-14T22:00:30.239Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24122024-08-14T22:00:31.142Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24132024-08-14T22:00:49.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.87s
24142024-08-14T22:00:49.341Z
24152024-08-14T22:00:49.341Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/149)
24162024-08-14T22:00:50.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-08-14T22:00:50.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-08-14T22:00:50.295Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24192024-08-14T22:01:08.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
24202024-08-14T22:01:08.724Z
24212024-08-14T22:01:08.724Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/149)
24222024-08-14T22:01:09.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-08-14T22:01:09.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-08-14T22:01:09.688Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24252024-08-14T22:01:28.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.48s
24262024-08-14T22:01:28.364Z
24272024-08-14T22:01:28.364Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/149)
24282024-08-14T22:01:29.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-08-14T22:01:29.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-08-14T22:01:29.315Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24312024-08-14T22:01:47.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
24322024-08-14T22:01:47.652Z
24332024-08-14T22:01:47.652Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/149)
24342024-08-14T22:01:48.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-08-14T22:01:48.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-08-14T22:01:48.621Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24372024-08-14T22:02:06.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
24382024-08-14T22:02:06.550Z
24392024-08-14T22:02:06.550Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/149)
24402024-08-14T22:02:07.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-08-14T22:02:07.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-08-14T22:02:07.509Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24432024-08-14T22:02:25.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s
24442024-08-14T22:02:25.359Z
24452024-08-14T22:02:25.359Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/149)
24462024-08-14T22:02:26.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-08-14T22:02:26.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-08-14T22:02:26.305Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24492024-08-14T22:02:44.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
24502024-08-14T22:02:44.376Z
24512024-08-14T22:02:44.376Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/149)
24522024-08-14T22:02:45.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-08-14T22:02:45.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-08-14T22:02:45.310Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24552024-08-14T22:03:03.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
24562024-08-14T22:03:03.736Z
24572024-08-14T22:03:03.736Zinfo: running `cargo check --bins` on bootstrap-agent-api (76/149)
24582024-08-14T22:03:04.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-08-14T22:03:04.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-08-14T22:03:04.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-08-14T22:03:04.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24622024-08-14T22:03:04.619Z
24632024-08-14T22:03:04.620Zinfo: running `cargo check --bins` on nexus-client (77/149)
24642024-08-14T22:03:05.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-08-14T22:03:05.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-08-14T22:03:05.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-08-14T22:03:05.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24682024-08-14T22:03:05.529Z
24692024-08-14T22:03:05.529Zinfo: running `cargo check --bins` on sled-agent-types (78/149)
24702024-08-14T22:03:06.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-08-14T22:03:06.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-08-14T22:03:06.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-08-14T22:03:06.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
24742024-08-14T22:03:06.422Z
24752024-08-14T22:03:06.422Zinfo: running `cargo check --bins --no-default-features` on sled-storage (79/149)
24762024-08-14T22:03:07.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-08-14T22:03:07.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-08-14T22:03:07.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-08-14T22:03:07.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
24802024-08-14T22:03:07.339Z
24812024-08-14T22:03:07.339Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (80/149)
24822024-08-14T22:03:08.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-08-14T22:03:08.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-08-14T22:03:08.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-08-14T22:03:08.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
24862024-08-14T22:03:08.211Z
24872024-08-14T22:03:08.211Zinfo: running `cargo check --bins` on key-manager (81/149)
24882024-08-14T22:03:08.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-08-14T22:03:09.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-08-14T22:03:09.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-08-14T22:03:09.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24922024-08-14T22:03:09.063Z
24932024-08-14T22:03:09.063Zinfo: running `cargo check --bins` on sled-hardware (82/149)
24942024-08-14T22:03:09.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-08-14T22:03:09.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-08-14T22:03:09.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-08-14T22:03:09.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
24982024-08-14T22:03:09.915Z
24992024-08-14T22:03:09.915Zinfo: running `cargo check --bins` on bootstrap-agent-client (83/149)
25002024-08-14T22:03:10.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-08-14T22:03:10.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-08-14T22:03:10.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-08-14T22:03:10.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25042024-08-14T22:03:10.797Z
25052024-08-14T22:03:10.797Zinfo: running `cargo check --bins` on dpd-client (84/149)
25062024-08-14T22:03:11.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-08-14T22:03:11.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-08-14T22:03:11.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-08-14T22:03:11.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25102024-08-14T22:03:11.590Z
25112024-08-14T22:03:11.590Zinfo: running `cargo check --bins` on installinator-common (85/149)
25122024-08-14T22:03:12.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-08-14T22:03:12.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-08-14T22:03:12.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-08-14T22:03:12.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
25162024-08-14T22:03:12.461Z
25172024-08-14T22:03:12.461Zinfo: running `cargo check --bins` on update-engine (86/149)
25182024-08-14T22:03:13.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-08-14T22:03:13.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-08-14T22:03:13.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-08-14T22:03:13.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25222024-08-14T22:03:13.290Z
25232024-08-14T22:03:13.290Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (87/149)
25242024-08-14T22:03:14.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-08-14T22:03:14.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-08-14T22:03:14.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-08-14T22:03:14.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25282024-08-14T22:03:14.157Z
25292024-08-14T22:03:14.157Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (88/149)
25302024-08-14T22:03:14.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-08-14T22:03:14.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-08-14T22:03:14.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-08-14T22:03:14.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25342024-08-14T22:03:14.961Z
25352024-08-14T22:03:14.961Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (89/149)
25362024-08-14T22:03:15.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-08-14T22:03:15.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-08-14T22:03:15.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-08-14T22:03:15.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25402024-08-14T22:03:15.825Z
25412024-08-14T22:03:15.825Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (90/149)
25422024-08-14T22:03:16.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-08-14T22:03:16.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-08-14T22:03:16.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-08-14T22:03:16.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25462024-08-14T22:03:16.666Z
25472024-08-14T22:03:16.667Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (91/149)
25482024-08-14T22:03:17.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-08-14T22:03:17.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-08-14T22:03:17.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-08-14T22:03:17.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
25522024-08-14T22:03:17.610Z
25532024-08-14T22:03:17.610Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (92/149)
25542024-08-14T22:03:18.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-08-14T22:03:18.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-08-14T22:03:18.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-08-14T22:03:18.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25582024-08-14T22:03:18.439Z
25592024-08-14T22:03:18.440Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (93/149)
25602024-08-14T22:03:19.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-08-14T22:03:19.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-08-14T22:03:19.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-08-14T22:03:19.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25642024-08-14T22:03:19.281Z
25652024-08-14T22:03:19.281Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (94/149)
25662024-08-14T22:03:20.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-08-14T22:03:20.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-08-14T22:03:20.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-08-14T22:03:20.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25702024-08-14T22:03:20.133Z
25712024-08-14T22:03:20.133Zinfo: running `cargo check --bins` on oximeter-producer (95/149)
25722024-08-14T22:03:20.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-08-14T22:03:20.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-08-14T22:03:20.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-08-14T22:03:20.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25762024-08-14T22:03:21.005Z
25772024-08-14T22:03:21.005Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (96/149)
25782024-08-14T22:03:21.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-08-14T22:03:21.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-08-14T22:03:21.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-08-14T22:03:21.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
25822024-08-14T22:03:21.874Z
25832024-08-14T22:03:21.874Zinfo: running `cargo check --bins` on nexus-test-interface (97/149)
25842024-08-14T22:03:22.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-08-14T22:03:22.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-08-14T22:03:22.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-08-14T22:03:22.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
25882024-08-14T22:03:22.764Z
25892024-08-14T22:03:22.764Zinfo: running `cargo check --bins` on oximeter-collector (98/149)
25902024-08-14T22:03:23.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-08-14T22:03:23.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-08-14T22:03:23.673Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
25932024-08-14T22:03:23.673Z Checking bcs v0.1.6
25942024-08-14T22:03:23.673Z Compiling async-recursion v1.1.1
25952024-08-14T22:03:23.697Z Checking highway v1.2.0
25962024-08-14T22:03:23.697Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25972024-08-14T22:03:23.697Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25982024-08-14T22:03:24.862Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25992024-08-14T22:03:29.020Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26002024-08-14T22:03:31.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s
26012024-08-14T22:03:31.413Z
26022024-08-14T22:03:31.413Zinfo: running `cargo check --bins` on oximeter-api (99/149)
26032024-08-14T22:03:32.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042024-08-14T22:03:32.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052024-08-14T22:03:32.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26062024-08-14T22:03:32.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
26072024-08-14T22:03:32.314Z
26082024-08-14T22:03:32.314Zinfo: running `cargo check --bins` on oximeter-client (100/149)
26092024-08-14T22:03:33.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-08-14T22:03:33.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-08-14T22:03:33.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-08-14T22:03:33.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
26132024-08-14T22:03:33.164Z
26142024-08-14T22:03:33.164Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (101/149)
26152024-08-14T22:03:33.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-08-14T22:03:33.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-08-14T22:03:34.049Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26182024-08-14T22:03:34.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
26192024-08-14T22:03:34.847Z
26202024-08-14T22:03:34.847Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (102/149)
26212024-08-14T22:03:35.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-08-14T22:03:35.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-08-14T22:03:35.777Z Compiling cfg_aliases v0.1.1
26242024-08-14T22:03:35.801Z Compiling vte_generate_state_changes v0.1.1
26252024-08-14T22:03:35.801Z Checking fd-lock v4.0.2
26262024-08-14T22:03:35.825Z Checking bytecount v0.6.8
26272024-08-14T22:03:35.852Z Compiling tabled_derive v0.7.0
26282024-08-14T22:03:35.876Z Checking crossterm v0.27.0
26292024-08-14T22:03:35.876Z Compiling peg-macros v0.8.4
26302024-08-14T22:03:35.876Z Compiling sqlparser_derive v0.2.2
26312024-08-14T22:03:35.940Z Compiling nix v0.28.0
26322024-08-14T22:03:35.978Z Checking papergrid v0.11.0
26332024-08-14T22:03:36.002Z Checking home v0.5.9
26342024-08-14T22:03:36.133Z Checking unicode_categories v0.1.1
26352024-08-14T22:03:36.375Z Checking vte v0.11.1
26362024-08-14T22:03:36.399Z Checking nu-ansi-term v0.50.0
26372024-08-14T22:03:36.751Z Checking sqlformat v0.2.4
26382024-08-14T22:03:36.869Z Checking sqlparser v0.45.0
26392024-08-14T22:03:37.262Z Checking crossterm v0.28.1
26402024-08-14T22:03:37.445Z Checking strip-ansi-escapes v0.2.0
26412024-08-14T22:03:37.573Z Checking reedline v0.31.0
26422024-08-14T22:03:37.968Z Checking tabled v0.15.0
26432024-08-14T22:03:38.657Z Checking peg v0.8.4
26442024-08-14T22:03:38.871Z Checking rustyline v14.0.0
26452024-08-14T22:03:44.695Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462024-08-14T22:03:52.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.45s
26472024-08-14T22:03:52.446Z
26482024-08-14T22:03:52.446Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (103/149)
26492024-08-14T22:03:53.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-08-14T22:03:53.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-08-14T22:03:53.391Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26522024-08-14T22:04:00.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.41s
26532024-08-14T22:04:01.009Z
26542024-08-14T22:04:01.009Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (104/149)
26552024-08-14T22:04:01.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-08-14T22:04:01.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-08-14T22:04:01.914Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582024-08-14T22:04:09.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s
26592024-08-14T22:04:09.589Z
26602024-08-14T22:04:09.589Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (105/149)
26612024-08-14T22:04:10.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-08-14T22:04:10.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-08-14T22:04:10.502Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642024-08-14T22:04:15.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s
26652024-08-14T22:04:16.145Z
26662024-08-14T22:04:16.145Zinfo: running `cargo check --bins` on cockroach-admin-client (106/149)
26672024-08-14T22:04:16.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-08-14T22:04:16.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-08-14T22:04:16.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-08-14T22:04:16.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26712024-08-14T22:04:16.988Z
26722024-08-14T22:04:16.988Zinfo: running `cargo check --bins` on installinator-client (107/149)
26732024-08-14T22:04:17.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-08-14T22:04:17.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-08-14T22:04:17.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-08-14T22:04:17.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26772024-08-14T22:04:17.954Z
26782024-08-14T22:04:17.954Zinfo: running `cargo check --bins` on oxide-client (108/149)
26792024-08-14T22:04:18.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-08-14T22:04:18.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-08-14T22:04:18.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-08-14T22:04:18.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26832024-08-14T22:04:18.787Z
26842024-08-14T22:04:18.787Zinfo: running `cargo check --bins` on wicketd-client (109/149)
26852024-08-14T22:04:19.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-08-14T22:04:19.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-08-14T22:04:19.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-08-14T22:04:19.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26892024-08-14T22:04:19.706Z
26902024-08-14T22:04:19.706Zinfo: running `cargo check --bins` on wicket-common (110/149)
26912024-08-14T22:04:20.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-08-14T22:04:20.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-08-14T22:04:20.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942024-08-14T22:04:20.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
26952024-08-14T22:04:20.618Z
26962024-08-14T22:04:20.618Zinfo: running `cargo check --bins` on omicron-cockroach-admin (111/149)
26972024-08-14T22:04:21.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-08-14T22:04:21.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-08-14T22:04:21.538Z Checking csv-core v0.1.11
27002024-08-14T22:04:21.561Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27012024-08-14T22:04:21.832Z Checking csv v1.3.0
27022024-08-14T22:04:22.604Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27032024-08-14T22:04:23.043Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27042024-08-14T22:04:24.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
27052024-08-14T22:04:24.685Z
27062024-08-14T22:04:24.686Zinfo: running `cargo check --bins` on cockroach-admin-api (112/149)
27072024-08-14T22:04:25.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-08-14T22:04:25.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-08-14T22:04:25.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102024-08-14T22:04:25.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27112024-08-14T22:04:25.567Z
27122024-08-14T22:04:25.567Zinfo: running `cargo check --bins` on cockroach-admin-types (113/149)
27132024-08-14T22:04:26.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-08-14T22:04:26.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-08-14T22:04:26.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162024-08-14T22:04:26.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27172024-08-14T22:04:26.423Z
27182024-08-14T22:04:26.423Zinfo: running `cargo check --bins` on cert-dev (114/149)
27192024-08-14T22:04:27.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-08-14T22:04:27.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-08-14T22:04:27.297Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27222024-08-14T22:04:27.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
27232024-08-14T22:04:27.680Z
27242024-08-14T22:04:27.680Zinfo: running `cargo check --bins` on ch-dev (115/149)
27252024-08-14T22:04:28.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-08-14T22:04:28.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-08-14T22:04:28.657Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27282024-08-14T22:04:29.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
27292024-08-14T22:04:29.616Z
27302024-08-14T22:04:29.616Zinfo: running `cargo check --bins` on crdb-seed (116/149)
27312024-08-14T22:04:30.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-08-14T22:04:30.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-08-14T22:04:30.557Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27342024-08-14T22:04:30.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
27352024-08-14T22:04:31.052Z
27362024-08-14T22:04:31.052Zinfo: running `cargo check --bins` on db-dev (117/149)
27372024-08-14T22:04:31.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-08-14T22:04:31.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-08-14T22:04:32.011Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27402024-08-14T22:04:32.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
27412024-08-14T22:04:33.045Z
27422024-08-14T22:04:33.045Zinfo: running `cargo check --bins` on omicron-dev-lib (118/149)
27432024-08-14T22:04:33.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-08-14T22:04:33.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-08-14T22:04:33.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-08-14T22:04:33.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27472024-08-14T22:04:33.984Z
27482024-08-14T22:04:33.984Zinfo: running `cargo check --bins` on xtask-downloader (119/149)
27492024-08-14T22:04:34.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-08-14T22:04:34.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-08-14T22:04:34.859Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27522024-08-14T22:04:35.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
27532024-08-14T22:04:36.002Z
27542024-08-14T22:04:36.002Zinfo: running `cargo check --bins` on mgs-dev (120/149)
27552024-08-14T22:04:36.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-08-14T22:04:36.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-08-14T22:04:37.003Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27582024-08-14T22:04:37.682Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27592024-08-14T22:04:38.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
27602024-08-14T22:04:38.332Z
27612024-08-14T22:04:38.332Zinfo: running `cargo check --bins` on omicron-omdb (121/149)
27622024-08-14T22:04:39.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-08-14T22:04:39.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-08-14T22:04:39.452Z Compiling glob v0.3.1
27652024-08-14T22:04:39.452Z Compiling crunchy v0.2.2
27662024-08-14T22:04:39.452Z Compiling tiny-keccak v2.0.2
27672024-08-14T22:04:39.477Z Compiling dsl_auto_type v0.1.2
27682024-08-14T22:04:39.477Z Checking scheduled-thread-pool v0.2.7
27692024-08-14T22:04:39.477Z Compiling diesel_table_macro_syntax v0.2.0
27702024-08-14T22:04:39.477Z Compiling ascii-canvas v3.0.0
27712024-08-14T22:04:39.557Z Compiling ena v0.14.3
27722024-08-14T22:04:39.707Z Checking r2d2 v0.8.10
27732024-08-14T22:04:39.792Z Compiling libloading v0.8.3
27742024-08-14T22:04:39.954Z Compiling diff v0.1.13
27752024-08-14T22:04:39.978Z Compiling bindgen v0.69.4
27762024-08-14T22:04:40.011Z Compiling regex-syntax v0.6.29
27772024-08-14T22:04:40.103Z Compiling which v4.4.2
27782024-08-14T22:04:40.199Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27792024-08-14T22:04:40.417Z Compiling cexpr v0.6.0
27802024-08-14T22:04:40.441Z Compiling clang-sys v1.7.0
27812024-08-14T22:04:40.558Z Compiling rustc-hash v1.1.0
27822024-08-14T22:04:40.658Z Compiling ref-cast v1.0.23
27832024-08-14T22:04:40.686Z Compiling lazycell v1.3.0
27842024-08-14T22:04:40.709Z Compiling shlex v1.3.0
27852024-08-14T22:04:40.733Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27862024-08-14T22:04:40.855Z Compiling derive_builder_core v0.20.0
27872024-08-14T22:04:40.998Z Compiling libxml v0.3.3
27882024-08-14T22:04:41.022Z Compiling diesel_derives v2.2.2
27892024-08-14T22:04:41.117Z Compiling ref-cast-impl v1.0.23
27902024-08-14T22:04:41.247Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27912024-08-14T22:04:41.404Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27922024-08-14T22:04:41.698Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27932024-08-14T22:04:41.953Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27942024-08-14T22:04:42.010Z Compiling strum_macros v0.24.3
27952024-08-14T22:04:42.322Z Compiling cookie v0.18.1
27962024-08-14T22:04:42.345Z Compiling indoc v1.0.9
27972024-08-14T22:04:43.005Z Compiling lalrpop v0.19.12
27982024-08-14T22:04:43.219Z Compiling derive_builder_macro v0.20.0
27992024-08-14T22:04:43.941Z Checking derive_builder v0.20.0
28002024-08-14T22:04:44.082Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28012024-08-14T22:04:44.348Z Compiling oso-derive v0.27.3
28022024-08-14T22:04:44.374Z Compiling impl-trait-for-tuples v0.2.2
28032024-08-14T22:04:45.222Z Checking quick-xml v0.31.0
28042024-08-14T22:04:45.261Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28052024-08-14T22:04:45.352Z Checking maplit v1.0.2
28062024-08-14T22:04:45.607Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28072024-08-14T22:04:45.893Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28082024-08-14T22:04:46.142Z Checking bb8 v0.8.5
28092024-08-14T22:04:46.556Z Compiling const_format_proc_macros v0.2.32
28102024-08-14T22:04:47.066Z Checking crossbeam-deque v0.8.5
28112024-08-14T22:04:47.096Z Compiling portable-atomic v1.6.0
28122024-08-14T22:04:47.402Z Checking rayon-core v1.12.1
28132024-08-14T22:04:48.044Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28142024-08-14T22:04:48.160Z Checking castaway v0.2.3
28152024-08-14T22:04:48.337Z Checking compact_str v0.8.0
28162024-08-14T22:04:48.580Z Checking const_format v0.2.32
28172024-08-14T22:04:49.001Z Checking rayon v1.10.0
28182024-08-14T22:04:49.137Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28192024-08-14T22:04:49.275Z Checking unicode-truncate v1.0.0
28202024-08-14T22:04:49.404Z Checking lru v0.12.3
28212024-08-14T22:04:49.482Z Compiling instability v0.3.2
28222024-08-14T22:04:49.680Z Checking cassowary v0.3.0
28232024-08-14T22:04:50.098Z Checking unicode-linebreak v0.1.5
28242024-08-14T22:04:50.415Z Checking number_prefix v0.4.0
28252024-08-14T22:04:50.450Z Checking smawk v0.3.2
28262024-08-14T22:04:50.597Z Checking ratatui v0.28.0
28272024-08-14T22:04:50.643Z Checking textwrap v0.16.1
28282024-08-14T22:04:51.037Z Checking multimap v0.10.0
28292024-08-14T22:04:51.473Z Checking diesel v2.2.2
28302024-08-14T22:04:52.505Z Checking indicatif v0.17.8
28312024-08-14T22:05:14.213Z Compiling samael v0.0.15
28322024-08-14T22:05:22.314Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28332024-08-14T22:05:24.473Z Compiling polar-core v0.27.3
28342024-08-14T22:05:33.221Z Checking oso v0.27.3
28352024-08-14T22:06:49.765Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28362024-08-14T22:06:56.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
28372024-08-14T22:06:56.902Z
28382024-08-14T22:06:56.902Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (122/149)
28392024-08-14T22:06:57.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402024-08-14T22:06:57.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412024-08-14T22:06:57.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422024-08-14T22:06:57.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28432024-08-14T22:06:57.902Z
28442024-08-14T22:06:57.902Zinfo: running `cargo check --bins` on nexus-saga-recovery (123/149)
28452024-08-14T22:06:58.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462024-08-14T22:06:58.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472024-08-14T22:06:58.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482024-08-14T22:06:58.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28492024-08-14T22:06:58.847Z
28502024-08-14T22:06:58.847Zinfo: running `cargo check --bins` on nexus-test-utils-macros (124/149)
28512024-08-14T22:06:59.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522024-08-14T22:06:59.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532024-08-14T22:06:59.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28542024-08-14T22:06:59.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28552024-08-14T22:06:59.695Z
28562024-08-14T22:06:59.695Zinfo: running `cargo check --bins` on omicron-nexus (125/149)
28572024-08-14T22:07:00.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582024-08-14T22:07:00.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592024-08-14T22:07:00.794Z Compiling pin-project-internal v1.1.5
28602024-08-14T22:07:00.818Z Compiling snafu-derive v0.8.2
28612024-08-14T22:07:00.818Z Compiling buf-list v1.0.3
28622024-08-14T22:07:00.853Z Checking globset v0.4.14
28632024-08-14T22:07:00.877Z Checking olpc-cjson v0.1.3
28642024-08-14T22:07:00.877Z Checking rand_seeder v0.3.0
28652024-08-14T22:07:00.877Z Checking serde_plain v1.0.2
28662024-08-14T22:07:00.877Z Checking typed-path v0.7.1
28672024-08-14T22:07:01.080Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28682024-08-14T22:07:01.105Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28692024-08-14T22:07:01.144Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28702024-08-14T22:07:01.285Z Checking parse-size v1.0.0
28712024-08-14T22:07:01.326Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28722024-08-14T22:07:01.388Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28732024-08-14T22:07:01.454Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28742024-08-14T22:07:01.478Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
28752024-08-14T22:07:01.802Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28762024-08-14T22:07:02.139Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772024-08-14T22:07:02.262Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28782024-08-14T22:07:02.286Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
28792024-08-14T22:07:02.544Z Checking fatfs v0.3.6
28802024-08-14T22:07:02.597Z Checking assert_matches v1.5.0
28812024-08-14T22:07:03.394Z Checking pin-project v1.1.5
28822024-08-14T22:07:04.735Z Checking snafu v0.8.2
28832024-08-14T22:07:05.125Z Checking tough v0.17.1
28842024-08-14T22:07:09.038Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
28852024-08-14T22:07:10.499Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28862024-08-14T22:08:13.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
28872024-08-14T22:08:13.545Z
28882024-08-14T22:08:13.545Zinfo: running `cargo check --bins` on nexus-internal-api (126/149)
28892024-08-14T22:08:14.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-08-14T22:08:14.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-08-14T22:08:14.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-08-14T22:08:14.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
28932024-08-14T22:08:14.436Z
28942024-08-14T22:08:14.436Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (127/149)
28952024-08-14T22:08:15.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-08-14T22:08:15.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-08-14T22:08:15.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-08-14T22:08:15.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
28992024-08-14T22:08:15.391Z
29002024-08-14T22:08:15.391Zinfo: running `cargo check --bins` on nexus-networking (128/149)
29012024-08-14T22:08:16.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-08-14T22:08:16.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-08-14T22:08:16.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042024-08-14T22:08:16.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
29052024-08-14T22:08:16.330Z
29062024-08-14T22:08:16.330Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (129/149)
29072024-08-14T22:08:17.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082024-08-14T22:08:17.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092024-08-14T22:08:17.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102024-08-14T22:08:17.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29112024-08-14T22:08:17.222Z
29122024-08-14T22:08:17.222Zinfo: running `cargo check --bins` on update-common (130/149)
29132024-08-14T22:08:18.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142024-08-14T22:08:18.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152024-08-14T22:08:18.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162024-08-14T22:08:18.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29172024-08-14T22:08:18.108Z
29182024-08-14T22:08:18.108Zinfo: running `cargo check --bins` on tufaceous-lib (131/149)
29192024-08-14T22:08:18.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202024-08-14T22:08:18.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212024-08-14T22:08:18.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222024-08-14T22:08:18.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29232024-08-14T22:08:19.001Z
29242024-08-14T22:08:19.001Zinfo: running `cargo check --bins` on tufaceous (132/149)
29252024-08-14T22:08:19.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-08-14T22:08:19.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-08-14T22:08:19.951Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29282024-08-14T22:08:20.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
29292024-08-14T22:08:21.132Z
29302024-08-14T22:08:21.132Zinfo: running `cargo check --bins` on omicron-dev (133/149)
29312024-08-14T22:08:22.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-08-14T22:08:22.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-08-14T22:08:22.282Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29342024-08-14T22:08:22.282Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29352024-08-14T22:08:22.307Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29362024-08-14T22:08:23.907Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29372024-08-14T22:08:26.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
29382024-08-14T22:08:27.136Z
29392024-08-14T22:08:27.136Zinfo: running `cargo check --bins` on openapi-manager (134/149)
29402024-08-14T22:08:27.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-08-14T22:08:27.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-08-14T22:08:28.104Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29432024-08-14T22:08:28.104Z Checking is_ci v1.2.0
29442024-08-14T22:08:28.104Z Checking heck v0.4.1
29452024-08-14T22:08:28.104Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29462024-08-14T22:08:28.128Z Checking indent_write v2.2.0
29472024-08-14T22:08:28.236Z Checking supports-color v3.0.0
29482024-08-14T22:08:28.333Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
29492024-08-14T22:08:30.120Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29502024-08-14T22:08:31.162Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
29512024-08-14T22:08:32.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
29522024-08-14T22:08:32.509Z
29532024-08-14T22:08:32.509Zinfo: running `cargo check --bins` on installinator-api (135/149)
29542024-08-14T22:08:33.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-08-14T22:08:33.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-08-14T22:08:33.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572024-08-14T22:08:33.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
29582024-08-14T22:08:33.389Z
29592024-08-14T22:08:33.389Zinfo: running `cargo check --bins` on wicketd-api (136/149)
29602024-08-14T22:08:34.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-08-14T22:08:34.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-08-14T22:08:34.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632024-08-14T22:08:34.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
29642024-08-14T22:08:34.276Z
29652024-08-14T22:08:34.277Zinfo: running `cargo check --bins` on reconfigurator-cli (137/149)
29662024-08-14T22:08:35.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-08-14T22:08:35.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-08-14T22:08:35.259Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29692024-08-14T22:08:36.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
29702024-08-14T22:08:36.866Z
29712024-08-14T22:08:36.866Zinfo: running `cargo check --bins` on omicron-releng (138/149)
29722024-08-14T22:08:37.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-08-14T22:08:37.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-08-14T22:08:37.777Z Checking memmap2 v0.9.4
29752024-08-14T22:08:37.777Z Checking arrayref v0.3.7
29762024-08-14T22:08:37.778Z Checking constant_time_eq v0.3.0
29772024-08-14T22:08:37.802Z Checking untrusted v0.7.1
29782024-08-14T22:08:37.802Z Checking arrayvec v0.7.4
29792024-08-14T22:08:37.802Z Checking spin v0.5.2
29802024-08-14T22:08:37.802Z Checking cargo-platform v0.1.8
29812024-08-14T22:08:37.802Z Checking topological-sort v0.2.2
29822024-08-14T22:08:37.916Z Checking shell-words v1.1.0
29832024-08-14T22:08:38.036Z Checking ring v0.16.20
29842024-08-14T22:08:38.128Z Checking cargo_metadata v0.18.1
29852024-08-14T22:08:38.178Z Checking blake3 v1.5.1
29862024-08-14T22:08:39.499Z Checking omicron-zone-package v0.11.0
29872024-08-14T22:08:40.940Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29882024-08-14T22:08:42.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
29892024-08-14T22:08:42.267Z
29902024-08-14T22:08:42.267Zinfo: running `cargo check --bins` on xtask (139/149)
29912024-08-14T22:08:42.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-08-14T22:08:42.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-08-14T22:08:42.942Z Checking serde v1.0.205
29942024-08-14T22:08:42.942Z Checking thiserror v1.0.63
29952024-08-14T22:08:42.942Z Checking scroll v0.12.0
29962024-08-14T22:08:42.942Z Checking bitflags v2.6.0
29972024-08-14T22:08:42.942Z Checking log v0.4.21
29982024-08-14T22:08:42.942Z Checking hashbrown v0.14.5
29992024-08-14T22:08:42.992Z Checking zerocopy v0.7.34
30002024-08-14T22:08:43.049Z Checking syn v2.0.72
30012024-08-14T22:08:43.102Z Checking pest v2.7.10
30022024-08-14T22:08:43.210Z Checking fs-err v2.11.0
30032024-08-14T22:08:43.268Z Checking rustix v0.38.34
30042024-08-14T22:08:43.438Z Checking goblin v0.8.2
30052024-08-14T22:08:43.477Z Checking anyhow v1.0.86
30062024-08-14T22:08:43.794Z Checking tabled v0.15.0
30072024-08-14T22:08:43.990Z Checking indexmap v2.3.0
30082024-08-14T22:08:44.169Z Checking terminal_size v0.3.0
30092024-08-14T22:08:44.316Z Checking clap_builder v4.5.15
30102024-08-14T22:08:45.203Z Checking dtrace-parser v0.2.0
30112024-08-14T22:08:46.940Z Checking clap v4.5.15
30122024-08-14T22:08:47.185Z Checking serde_json v1.0.122
30132024-08-14T22:08:47.185Z Checking serde_spanned v0.6.7
30142024-08-14T22:08:47.209Z Checking toml_datetime v0.6.8
30152024-08-14T22:08:47.209Z Checking semver v1.0.23
30162024-08-14T22:08:47.209Z Checking cargo-platform v0.1.8
30172024-08-14T22:08:47.209Z Checking camino v1.1.7
30182024-08-14T22:08:47.250Z Checking macaddr v1.0.1
30192024-08-14T22:08:47.462Z Checking toml_edit v0.22.20
30202024-08-14T22:08:48.434Z Checking dof v0.3.0
30212024-08-14T22:08:48.435Z Checking cargo_metadata v0.18.1
30222024-08-14T22:08:48.936Z Checking usdt-impl v0.5.0
30232024-08-14T22:08:49.366Z Checking usdt v0.5.0
30242024-08-14T22:08:49.690Z Checking toml v0.8.19
30252024-08-14T22:08:50.284Z Checking cargo_toml v0.20.4
30262024-08-14T22:08:51.857Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30272024-08-14T22:08:52.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.37s
30282024-08-14T22:08:52.734Z
30292024-08-14T22:08:52.734Zinfo: running `cargo check --bins` on end-to-end-tests (140/149)
30302024-08-14T22:08:53.353Z Downloading crates ...
30312024-08-14T22:08:53.624Z Downloaded option-ext v0.2.0
30322024-08-14T22:08:53.655Z Downloaded rand_core v0.5.1
30332024-08-14T22:08:53.655Z Downloaded ghash v0.5.1
30342024-08-14T22:08:53.655Z Downloaded russh-keys v0.43.0
30352024-08-14T22:08:53.655Z Downloaded russh-cryptovec v0.7.2
30362024-08-14T22:08:53.655Z Downloaded rfc6979 v0.4.0
30372024-08-14T22:08:53.655Z Downloaded russh v0.43.0
30382024-08-14T22:08:53.655Z Downloaded rand v0.7.3
30392024-08-14T22:08:53.680Z Downloaded p521 v0.13.3
30402024-08-14T22:08:53.680Z Downloaded aes-gcm v0.10.3
30412024-08-14T22:08:53.680Z Downloaded p256 v0.13.2
30422024-08-14T22:08:53.680Z Downloaded getrandom v0.1.16
30432024-08-14T22:08:53.680Z Downloaded ed25519-dalek v2.1.1
30442024-08-14T22:08:53.680Z Downloaded rand_chacha v0.2.2
30452024-08-14T22:08:53.680Z Downloaded hex-literal v0.4.1
30462024-08-14T22:08:53.680Z Downloaded primeorder v0.13.6
30472024-08-14T22:08:53.680Z Downloaded pbkdf2 v0.12.2
30482024-08-14T22:08:53.680Z Downloaded password-hash v0.4.2
30492024-08-14T22:08:53.680Z Downloaded md5 v0.7.0
30502024-08-14T22:08:53.680Z Downloaded ed25519 v2.2.3
30512024-08-14T22:08:53.680Z Downloaded dirs-sys v0.4.1
30522024-08-14T22:08:53.705Z Downloaded ctr v0.9.2
30532024-08-14T22:08:53.705Z Downloaded blowfish v0.9.1
30542024-08-14T22:08:53.705Z Downloaded polyval v0.6.2
30552024-08-14T22:08:53.705Z Downloaded internet-checksum v0.2.1
30562024-08-14T22:08:53.705Z Downloaded ecdsa v0.16.9
30572024-08-14T22:08:53.705Z Downloaded dhcproto-macros v0.1.0
30582024-08-14T22:08:53.705Z Downloaded dhcproto v0.12.0
30592024-08-14T22:08:53.705Z Downloaded cbc v0.1.2
30602024-08-14T22:08:53.705Z Downloaded bcrypt-pbkdf v0.10.0
30612024-08-14T22:08:53.705Z Downloaded pbkdf2 v0.11.0
30622024-08-14T22:08:53.705Z Downloaded dirs v5.0.1
30632024-08-14T22:08:53.705Z Downloaded aes v0.8.4
30642024-08-14T22:08:53.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-08-14T22:08:53.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-08-14T22:08:53.902Z Compiling getrandom v0.1.16
30672024-08-14T22:08:53.930Z Checking rfc6979 v0.4.0
30682024-08-14T22:08:53.954Z Checking primeorder v0.13.6
30692024-08-14T22:08:53.954Z Checking option-ext v0.2.0
30702024-08-14T22:08:53.980Z Checking ed25519 v2.2.3
30712024-08-14T22:08:54.004Z Checking polyval v0.6.2
30722024-08-14T22:08:54.004Z Checking blowfish v0.9.1
30732024-08-14T22:08:54.004Z Checking aes v0.8.4
30742024-08-14T22:08:54.081Z Checking dirs-sys v0.4.1
30752024-08-14T22:08:54.104Z Checking ecdsa v0.16.9
30762024-08-14T22:08:54.191Z Checking ctr v0.9.2
30772024-08-14T22:08:54.226Z Checking password-hash v0.4.2
30782024-08-14T22:08:54.250Z Checking pbkdf2 v0.12.2
30792024-08-14T22:08:54.274Z Checking dirs v5.0.1
30802024-08-14T22:08:54.359Z Checking ghash v0.5.1
30812024-08-14T22:08:54.395Z Checking ed25519-dalek v2.1.1
30822024-08-14T22:08:54.418Z Checking bcrypt-pbkdf v0.10.0
30832024-08-14T22:08:54.442Z Checking cbc v0.1.2
30842024-08-14T22:08:54.530Z Checking russh-cryptovec v0.7.2
30852024-08-14T22:08:54.603Z Checking pbkdf2 v0.11.0
30862024-08-14T22:08:54.627Z Checking md5 v0.7.0
30872024-08-14T22:08:54.658Z Checking hex-literal v0.4.1
30882024-08-14T22:08:54.691Z Compiling dhcproto-macros v0.1.0
30892024-08-14T22:08:54.716Z Checking p256 v0.13.2
30902024-08-14T22:08:54.741Z Checking p521 v0.13.3
30912024-08-14T22:08:54.803Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922024-08-14T22:08:54.827Z Checking aes-gcm v0.10.3
30932024-08-14T22:08:54.866Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30942024-08-14T22:08:54.896Z Checking rand_core v0.5.1
30952024-08-14T22:08:54.920Z Checking internet-checksum v0.2.1
30962024-08-14T22:08:55.158Z Checking rand_chacha v0.2.2
30972024-08-14T22:08:55.444Z Checking rand v0.7.3
30982024-08-14T22:08:55.497Z Checking dhcproto v0.12.0
30992024-08-14T22:08:56.560Z Checking russh-keys v0.43.0
31002024-08-14T22:08:57.538Z Checking russh v0.43.0
31012024-08-14T22:09:20.314Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31022024-08-14T22:09:22.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.27s
31032024-08-14T22:09:22.223Z
31042024-08-14T22:09:22.224Zinfo: running `cargo check --bins` on gateway-cli (141/149)
31052024-08-14T22:09:23.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-08-14T22:09:23.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-08-14T22:09:23.155Z Checking termios v0.3.3
31082024-08-14T22:09:23.337Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31092024-08-14T22:09:24.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
31102024-08-14T22:09:24.484Z
31112024-08-14T22:09:24.485Zinfo: running `cargo check --bins --no-default-features` on installinator (142/149)
31122024-08-14T22:09:25.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-08-14T22:09:25.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-08-14T22:09:25.462Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31152024-08-14T22:09:28.051Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31162024-08-14T22:09:30.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s
31172024-08-14T22:09:30.369Z
31182024-08-14T22:09:30.369Zinfo: running `cargo check --bins` on internal-dns-cli (143/149)
31192024-08-14T22:09:31.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-08-14T22:09:31.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-08-14T22:09:31.246Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31222024-08-14T22:09:35.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
31232024-08-14T22:09:35.746Z
31242024-08-14T22:09:35.746Zinfo: running `cargo check --bins` on omicron-package (144/149)
31252024-08-14T22:09:35.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-08-14T22:09:35.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-08-14T22:09:35.746Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31282024-08-14T22:09:35.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
31292024-08-14T22:09:35.746Z
31302024-08-14T22:09:35.746Zinfo: running `cargo check --bins` on wicket-dbg (145/149)
31312024-08-14T22:09:35.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-08-14T22:09:35.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-08-14T22:09:35.775Z Checking rtoolbox v0.0.2
31342024-08-14T22:09:35.775Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31352024-08-14T22:09:35.775Z Checking tui-tree-widget v0.22.0
31362024-08-14T22:09:35.775Z Checking rpassword v7.3.1
31372024-08-14T22:09:40.731Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31382024-08-14T22:09:44.450Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31392024-08-14T22:09:45.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
31402024-08-14T22:09:45.958Z
31412024-08-14T22:09:45.958Zinfo: running `cargo check --bins` on wicket (146/149)
31422024-08-14T22:09:46.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432024-08-14T22:09:46.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442024-08-14T22:09:46.912Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31452024-08-14T22:09:47.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31462024-08-14T22:09:47.482Z
31472024-08-14T22:09:47.482Zinfo: running `cargo check --bins` on wicketd (147/149)
31482024-08-14T22:09:48.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492024-08-14T22:09:48.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502024-08-14T22:09:48.483Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31512024-08-14T22:09:53.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
31522024-08-14T22:09:53.458Z
31532024-08-14T22:09:53.458Zinfo: running `cargo check --bins` on omicron-workspace-hack (148/149)
31542024-08-14T22:09:54.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-08-14T22:09:54.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-08-14T22:09:54.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572024-08-14T22:09:54.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31582024-08-14T22:09:54.296Z
31592024-08-14T22:09:54.296Zinfo: running `cargo check --bins` on zone-setup (149/149)
31602024-08-14T22:09:55.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-08-14T22:09:55.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-08-14T22:09:55.353Z Checking uzers v0.11.3
31632024-08-14T22:09:55.655Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31642024-08-14T22:09:56.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
31652024-08-14T22:09:57.179Z
31662024-08-14T22:09:57.179Zreal 13:19.963652431
31672024-08-14T22:09:57.179Zuser 23:09.541722356
31682024-08-14T22:09:57.179Zsys 5:10.726014442
31692024-08-14T22:09:57.179Ztrap 0.599448753
31702024-08-14T22:09:57.179Ztflt 1.423851433
31712024-08-14T22:09:57.179Zdflt 2.653727328
31722024-08-14T22:09:57.179Zkflt 0.001235172
31732024-08-14T22:09:57.179Zlock 44:51.323274945
31742024-08-14T22:09:57.179Zslp 2:02:34.463510997
31752024-08-14T22:09:57.179Zlat 57.411689237
31762024-08-14T22:09:57.179Zstop 2:30.187448139
31772024-08-14T22:09:57.203Zprocess exited: duration 1021824 ms, exit code 0
 
31782024-08-14T22:09:57.254Zfound 0 output files