01J5CBD5KJW2DDEKC5RXQ6FJCF: 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: 01J5CBDG28ASKAPEP578T6AN7S

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-16T01:04:41.791Zjob assigned to worker 01J5CBDFRRP9CTE136A1ZEP30N (queued for 24 s)
 
22024-08-16T01:04:41.868Zstarting task 0: "setup"
32024-08-16T01:04:41.892Z++ uname -s
42024-08-16T01:04:41.892Z+ kern=SunOS
52024-08-16T01:04:41.892Z+ case "$kern" in
62024-08-16T01:04:41.892Z+ groupadd -g 12345 build
72024-08-16T01:04:41.892Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-16T01:04:43.898Z+ zfs create -o mountpoint=/work rpool/work
92024-08-16T01:04:43.937Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-16T01:04:43.961Z+ home_fs=zfs
112024-08-16T01:04:43.961Z+ [[ zfs == autofs ]]
122024-08-16T01:04:43.962Z+ mkdir -p /home/build
132024-08-16T01:04:43.962Z+ chown build:build /home/build /work
142024-08-16T01:04:44.947Z+ chmod 0700 /home/build /work
152024-08-16T01:04:44.970Zprocess exited: duration 3084 ms, exit code 0
 
162024-08-16T01:04:45.018Zstarting task 1: "rust-toolchain"
172024-08-16T01:04:45.041Z+ printf ' * toolchain channel = "%s"
182024-08-16T01:04:45.041Z' 1.80.1
192024-08-16T01:04:45.041Z+ printf ' * toolchain profile = "%s"
202024-08-16T01:04:45.041Z * toolchain channel = "1.80.1"
212024-08-16T01:04:45.041Z * toolchain profile = "default"
222024-08-16T01:04:45.041Z' default
232024-08-16T01:04:45.041Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-16T01:04:45.041Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-16T01:04:45.215Zinfo: downloading installer
262024-08-16T01:04:45.752Zinfo: profile set to 'default'
272024-08-16T01:04:45.752Zinfo: default host triple is x86_64-unknown-illumos
282024-08-16T01:04:45.777Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-16T01:04:45.839Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-16T01:04:45.839Zinfo: downloading component 'cargo'
312024-08-16T01:04:45.981Zinfo: downloading component 'clippy'
322024-08-16T01:04:46.046Zinfo: downloading component 'rust-docs'
332024-08-16T01:04:46.254Zinfo: downloading component 'rust-std'
342024-08-16T01:04:46.530Zinfo: downloading component 'rustc'
352024-08-16T01:04:47.337Zinfo: downloading component 'rustfmt'
362024-08-16T01:04:47.387Zinfo: installing component 'cargo'
372024-08-16T01:04:48.539Zinfo: installing component 'clippy'
382024-08-16T01:04:48.983Zinfo: installing component 'rust-docs'
392024-08-16T01:04:51.696Zinfo: installing component 'rust-std'
402024-08-16T01:04:53.554Zinfo: installing component 'rustc'
412024-08-16T01:04:58.404Zinfo: installing component 'rustfmt'
422024-08-16T01:04:58.783Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-16T01:04:58.784Z
442024-08-16T01:04:58.902Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-16T01:04:58.902Z
462024-08-16T01:04:58.928Z
472024-08-16T01:04:58.928ZRust is installed now. Great!
482024-08-16T01:04:58.928Z
492024-08-16T01:04:58.928ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-16T01:04:58.928Zenvironment variable. This has not been done automatically.
512024-08-16T01:04:58.928Z
522024-08-16T01:04:58.928ZTo configure your current shell, you need to source
532024-08-16T01:04:58.928Zthe corresponding env file under $HOME/.cargo.
542024-08-16T01:04:58.929Z
552024-08-16T01:04:58.929ZThis is usually done by running one of the following (note the leading DOT):
562024-08-16T01:04:58.929Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-16T01:04:58.929Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-16T01:04:58.961Z+ rustc --version
592024-08-16T01:04:59.069Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-16T01:04:59.093Zprocess exited: duration 14056 ms, exit code 0
 
612024-08-16T01:04:59.142Zstarting task 2: "authentication"
622024-08-16T01:04:59.195Zprocess exited: duration 53 ms, exit code 0
 
632024-08-16T01:04:59.243Zstarting task 3: "clone repository"
642024-08-16T01:04:59.266Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-16T01:04:59.266Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-16T01:04:59.289ZCloning into '/work/oxidecomputer/omicron'...
672024-08-16T01:05:04.559Z+ cd /work/oxidecomputer/omicron
682024-08-16T01:05:04.559Z+ git fetch origin 76949094af7c6a926fcb573d70bfacec741f649a
692024-08-16T01:05:04.950ZFrom https://github.com/oxidecomputer/omicron
702024-08-16T01:05:04.950Z * branch 76949094af7c6a926fcb573d70bfacec741f649a -> FETCH_HEAD
712024-08-16T01:05:04.974Z+ [[ -n ixi/remove-service-bare-ip-resolution ]]
722024-08-16T01:05:04.974Z++ git branch --show-current
732024-08-16T01:05:04.974Z+ current=main
742024-08-16T01:05:04.974Z+ [[ main != ixi/remove-service-bare-ip-resolution ]]
752024-08-16T01:05:04.974Z+ git branch -f ixi/remove-service-bare-ip-resolution 76949094af7c6a926fcb573d70bfacec741f649a
762024-08-16T01:05:04.974Z+ git checkout -f ixi/remove-service-bare-ip-resolution
772024-08-16T01:05:05.148ZSwitched to branch 'ixi/remove-service-bare-ip-resolution'
782024-08-16T01:05:05.172Z+ git reset --hard 76949094af7c6a926fcb573d70bfacec741f649a
792024-08-16T01:05:05.172ZHEAD is now at 76949094a Merge remote-tracking branch 'origin/main' into ixi/remove-service-bare-ip-resolution
802024-08-16T01:05:05.172Zprocess exited: duration 5924 ms, exit code 0
 
812024-08-16T01:05:05.219Zstarting task 4: "build"
822024-08-16T01:05:05.242Z+ cargo --version
832024-08-16T01:05:05.291Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-16T01:05:05.314Z+ rustc --version
852024-08-16T01:05:05.364Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-16T01:05:05.388Z+ source ./env.sh
872024-08-16T01:05:05.388Z++ OLD_SHELL_OPTS=ehxB
882024-08-16T01:05:05.388Z++ set -o xtrace
892024-08-16T01:05:05.388Z++++ dirname ./env.sh
902024-08-16T01:05:05.388Z+++ readlink -f .
912024-08-16T01:05:05.388Z++ OMICRON_WS=/work/oxidecomputer/omicron
922024-08-16T01:05:05.388Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932024-08-16T01:05:05.388Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942024-08-16T01:05:05.388Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
952024-08-16T01:05:05.388Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-08-16T01:05:05.388Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-08-16T01:05:05.388Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-08-16T01:05:05.388Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-08-16T01:05:05.388Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-08-16T01:05:05.388Z++ case $OLD_SHELL_OPTS in
1012024-08-16T01:05:05.388Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022024-08-16T01:05:05.388Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1032024-08-16T01:05:05.388Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1042024-08-16T01:05:05.388Z+ banner prerequisites
1052024-08-16T01:05:05.388Z
1062024-08-16T01:05:05.388Z ##### ##### ###### ##### ###### #### # # # #### #
1072024-08-16T01:05:05.388Z # # # # # # # # # # # # # # #
1082024-08-16T01:05:05.388Z # # # # ##### # # ##### # # # # # #### #
1092024-08-16T01:05:05.388Z ##### ##### # ##### # # # # # # # # #
1102024-08-16T01:05:05.388Z # # # # # # # # # # # # # # #
1112024-08-16T01:05:05.388Z # # # ###### # # ###### ### # #### # #### #
1122024-08-16T01:05:05.388Z
1132024-08-16T01:05:05.388Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1142024-08-16T01:05:10.762Z Startup: Refreshing catalog 'helios-dev' ... Done
1152024-08-16T01:05:13.321Z Startup: Caching catalogs ... Done
1162024-08-16T01:05:15.652ZPlanning: Solver setup ... Done (1.561s)
1172024-08-16T01:05:15.677ZPlanning: Running solver ... Done (0.025s)
1182024-08-16T01:05:15.715ZPlanning: Finding local manifests ... Done (0.002s)
1192024-08-16T01:05:15.794ZPlanning: Fetching manifests: 0/4 0% complete
1202024-08-16T01:05:16.279ZPlanning: Fetching manifests: 4/4 100% complete
1212024-08-16T01:05:16.338ZPlanning: Package planning ... Done (0.059s)
1222024-08-16T01:05:16.398ZPlanning: Merging actions ... Done (0.060s)
1232024-08-16T01:05:16.759ZPlanning: Checking for conflicting actions ... Done (0.360s)
1242024-08-16T01:05:16.782ZPlanning: Consolidating action changes ... Done (0.014s)
1252024-08-16T01:05:17.416ZPlanning: Evaluating mediators ... Done (0.643s)
1262024-08-16T01:05:17.439ZPlanning: Planning completed in 4.04 seconds
1272024-08-16T01:05:17.463Z Packages to install: 4
1282024-08-16T01:05:17.463Z Mediators to change: 2
1292024-08-16T01:05:17.463Z Services to change: 1
1302024-08-16T01:05:17.463Z Estimated space available: 148.82 GB
1312024-08-16T01:05:17.463ZEstimated space to be consumed: 1.48 GB
1322024-08-16T01:05:17.463Z Create boot environment: No
1332024-08-16T01:05:17.463ZCreate backup boot environment: No
1342024-08-16T01:05:17.463Z Rebuild boot archive: No
1352024-08-16T01:05:17.463Z
1362024-08-16T01:05:17.463ZChanged mediators:
1372024-08-16T01:05:17.463Z mediator clang:
1382024-08-16T01:05:17.463Z version: None -> 15 (system default)
1392024-08-16T01:05:17.463Z
1402024-08-16T01:05:17.463Z mediator llvm:
1412024-08-16T01:05:17.463Z version: 14 (system default) -> 15 (system default)
1422024-08-16T01:05:17.463Z
1432024-08-16T01:05:17.463ZChanged packages:
1442024-08-16T01:05:17.463Zhelios-dev
1452024-08-16T01:05:17.463Z developer/build-essential
1462024-08-16T01:05:17.463Z None -> 11-2.0
1472024-08-16T01:05:17.463Z library/libxmlsec1
1482024-08-16T01:05:17.463Z None -> 1.2.35-2.0
1492024-08-16T01:05:17.463Z ooce/developer/clang-15
1502024-08-16T01:05:17.463Z None -> 15.0.7-2.0
1512024-08-16T01:05:17.463Z ooce/developer/llvm-15
1522024-08-16T01:05:17.463Z None -> 15.0.7-2.0
1532024-08-16T01:05:17.463Z
1542024-08-16T01:05:17.463ZServices:
1552024-08-16T01:05:17.463Z restart_fmri:
1562024-08-16T01:05:17.463Z svc:/system/update-man-index:default
1572024-08-16T01:05:17.497Z
1582024-08-16T01:05:17.497ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592024-08-16T01:05:22.498ZDownload: 1151/3290 items 50.4/212.6MB 23% complete (10.1M/s)
1602024-08-16T01:05:27.501ZDownload: 1984/3290 items 112.9/212.6MB 53% complete (11.4M/s)
1612024-08-16T01:05:32.502ZDownload: 2977/3290 items 121.3/212.6MB 57% complete (7.2M/s)
1622024-08-16T01:05:37.502ZDownload: 3285/3290 items 211.8/212.6MB 99% complete (9.9M/s)
1632024-08-16T01:05:37.603ZDownload: Completed 212.60 MB in 20.11 seconds (10.6M/s)
1642024-08-16T01:05:37.826Z Actions: 1/3689 actions (Installing new actions)
1652024-08-16T01:05:42.826Z Actions: 2992/3689 actions (Installing new actions)
1662024-08-16T01:05:43.533Z Actions: Completed 3689 actions in 5.71 seconds.
1672024-08-16T01:05:43.917Z Done (0.378s)
1682024-08-16T01:05:43.917Z Done (0.000s)
1692024-08-16T01:05:44.357Z Done (0.440s)
1702024-08-16T01:05:49.173Z Done (4.664s)
1712024-08-16T01:05:49.276Z Done (0.019s)
1722024-08-16T01:05:49.300Z Done (0.000s)
1732024-08-16T01:05:49.445Z Done (0.000s)
1742024-08-16T01:05:50.182ZPlanning: Evaluating mediator changes ... Done
1752024-08-16T01:05:50.439ZPlanning: Checking for conflicting actions ... Done
1762024-08-16T01:05:50.462ZPlanning: Consolidating action changes ... Done
1772024-08-16T01:05:50.778ZPlanning: Evaluating mediators ... Done
1782024-08-16T01:05:50.802ZPlanning: Planning completed in 0.60 seconds
1792024-08-16T01:05:50.826Z Mediators to change: 2
1802024-08-16T01:05:50.826Z Create boot environment: No
1812024-08-16T01:05:50.826ZCreate backup boot environment: No
1822024-08-16T01:05:50.878Z Done
1832024-08-16T01:05:50.878Z Done
1842024-08-16T01:05:51.195Z Done
1852024-08-16T01:05:55.741Z Done
1862024-08-16T01:05:55.833Z Done
1872024-08-16T01:05:55.856Z Done
1882024-08-16T01:05:55.900Z Done
1892024-08-16T01:05:56.690ZPlanning: Evaluating mediator changes ... Done
1902024-08-16T01:05:56.713ZPlanning: Merging actions ... Done
1912024-08-16T01:05:56.979ZPlanning: Checking for conflicting actions ... Done
1922024-08-16T01:05:57.003ZPlanning: Consolidating action changes ... Done
1932024-08-16T01:05:57.304ZPlanning: Evaluating mediators ... Done
1942024-08-16T01:05:57.371ZPlanning: Planning completed in 0.98 seconds
1952024-08-16T01:05:57.411Z Packages to change: 1
1962024-08-16T01:05:57.411Z Mediators to change: 1
1972024-08-16T01:05:57.411Z Services to change: 1
1982024-08-16T01:05:57.411Z Create boot environment: No
1992024-08-16T01:05:57.411ZCreate backup boot environment: Yes
2002024-08-16T01:05:58.957Z Actions: 1/6 actions (Updating modified actions)
2012024-08-16T01:05:58.980Z Actions: Completed 6 actions in 0.00 seconds.
2022024-08-16T01:05:58.981Z Done
2032024-08-16T01:05:58.981Z Done
2042024-08-16T01:05:59.051Z Done
2052024-08-16T01:06:03.488Z Done
2062024-08-16T01:06:03.583Z Done
2072024-08-16T01:06:03.607Z Done
2082024-08-16T01:06:03.668Z Done
2092024-08-16T01:06:04.187ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102024-08-16T01:06:04.187Zclang system 15 system
2112024-08-16T01:06:04.187Zcsh system system illumos
2122024-08-16T01:06:04.187Zctags system system illumos
2132024-08-16T01:06:04.187Zgcc vendor 12 vendor
2142024-08-16T01:06:04.187Zgcc system 10 system
2152024-08-16T01:06:04.187Zgcc system 7 system
2162024-08-16T01:06:04.187Zgo system 1.20 system
2172024-08-16T01:06:04.187Zgo system 1.19 system
2182024-08-16T01:06:04.187Zllvm system 15 system
2192024-08-16T01:06:04.187Zllvm system 14 system
2202024-08-16T01:06:04.187Zmariadb system 10.6 system
2212024-08-16T01:06:04.187Zmta vendor vendor dma
2222024-08-16T01:06:04.187Zopenjdk system 17 system
2232024-08-16T01:06:04.187Zopenjdk system 11 system
2242024-08-16T01:06:04.187Zopenjdk system 1.8 system
2252024-08-16T01:06:04.187Zopenssl vendor 3 vendor
2262024-08-16T01:06:04.188Zperl system 5.36 system
2272024-08-16T01:06:04.188Zpostgresql system 15 system
2282024-08-16T01:06:04.188Zpostgresql system 13 system
2292024-08-16T01:06:04.188Zpython vendor 3 vendor
2302024-08-16T01:06:04.188Zpython system 2 system
2312024-08-16T01:06:04.188Zpython3 system 3.11 system
2322024-08-16T01:06:04.188Zruby system 3.0 system
2332024-08-16T01:06:04.188Zwords vendor vendor american-english
2342024-08-16T01:06:04.188Zwords system system australian-english
2352024-08-16T01:06:04.188Zwords system system british-english
2362024-08-16T01:06:04.188Zwords system system canadian-english
2372024-08-16T01:06:04.188Zwords system system french
2382024-08-16T01:06:04.188Zwords system system italian
2392024-08-16T01:06:04.188Zwords system system ngerman
2402024-08-16T01:06:04.188Zwords system system ogerman
2412024-08-16T01:06:04.188Zwords system system spanish
2422024-08-16T01:06:04.590ZPUBLISHER TYPE STATUS P LOCATION
2432024-08-16T01:06:04.590Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442024-08-16T01:06:06.692ZFMRI IFO
2452024-08-16T01:06:06.692Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462024-08-16T01:06:06.692Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472024-08-16T01:06:06.692Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482024-08-16T01:06:06.692Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492024-08-16T01:06:06.692Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502024-08-16T01:06:06.692Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512024-08-16T01:06:06.692Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2522024-08-16T01:06:06.692Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532024-08-16T01:06:06.692Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2542024-08-16T01:06:06.692Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552024-08-16T01:06:06.692Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2562024-08-16T01:06:06.692Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572024-08-16T01:06:07.351Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582024-08-16T01:06:07.698Z Updating git repository `https://github.com/oxidecomputer/zone`
2592024-08-16T01:06:08.045Z Updating crates.io index
2602024-08-16T01:06:08.068Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2612024-08-16T01:06:08.902Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2622024-08-16T01:06:09.736Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2632024-08-16T01:06:10.105Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2642024-08-16T01:06:11.816Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652024-08-16T01:06:12.134Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662024-08-16T01:06:12.445Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672024-08-16T01:06:13.583Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682024-08-16T01:06:15.536Z Updating git repository `https://github.com/oxidecomputer/opte`
2692024-08-16T01:06:16.668Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702024-08-16T01:06:17.387Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712024-08-16T01:06:17.882Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2722024-08-16T01:06:18.524Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2732024-08-16T01:06:18.866Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2742024-08-16T01:06:19.277Z Updating git repository `https://github.com/oxidecomputer/tofino`
2752024-08-16T01:06:19.686Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2762024-08-16T01:06:20.005Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2772024-08-16T01:06:20.322Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2782024-08-16T01:06:20.658Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792024-08-16T01:06:21.072Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-08-16T01:06:21.576Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-08-16T01:06:21.922Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-08-16T01:06:22.276Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-08-16T01:06:22.874Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-08-16T01:06:23.253Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2852024-08-16T01:06:23.879Z Updating git repository `https://github.com/oxidecomputer/typify`
2862024-08-16T01:06:25.904Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872024-08-16T01:06:26.244Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882024-08-16T01:06:26.592Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892024-08-16T01:06:26.997Z Updating git repository `https://github.com/oxidecomputer/rfb`
2902024-08-16T01:06:28.306Z Downloading crates ...
2912024-08-16T01:06:28.364Z Downloaded cfg-if v1.0.0
2922024-08-16T01:06:28.388Z Downloaded usdt-macro v0.5.0
2932024-08-16T01:06:28.388Z Downloaded equivalent v1.0.1
2942024-08-16T01:06:28.388Z Downloaded swrite v0.1.0
2952024-08-16T01:06:28.388Z Downloaded colorchoice v1.0.1
2962024-08-16T01:06:28.388Z Downloaded thread-id v4.2.1
2972024-08-16T01:06:28.388Z Downloaded version_check v0.9.5
2982024-08-16T01:06:28.388Z Downloaded usdt v0.5.0
2992024-08-16T01:06:28.388Z Downloaded toml_datetime v0.6.8
3002024-08-16T01:06:28.388Z Downloaded unicode-ident v1.0.12
3012024-08-16T01:06:28.413Z Downloaded usdt-impl v0.5.0
3022024-08-16T01:06:28.413Z Downloaded thiserror-impl v1.0.63
3032024-08-16T01:06:28.413Z Downloaded utf8parse v0.2.1
3042024-08-16T01:06:28.413Z Downloaded zerocopy-derive v0.7.34
3052024-08-16T01:06:28.413Z Downloaded zerocopy v0.7.34
3062024-08-16T01:06:28.436Z Downloaded serde v1.0.207
3072024-08-16T01:06:28.436Z Downloaded winnow v0.6.18
3082024-08-16T01:06:28.459Z Downloaded unicode-width v0.1.13
3092024-08-16T01:06:28.459Z Downloaded libc v0.2.155
3102024-08-16T01:06:28.485Z Downloaded tabled v0.15.0
3112024-08-16T01:06:28.508Z Downloaded syn v2.0.74
3122024-08-16T01:06:28.531Z Downloaded syn v1.0.109
3132024-08-16T01:06:28.531Z Downloaded serde_json v1.0.125
3142024-08-16T01:06:28.555Z Downloaded rustix v0.38.34
3152024-08-16T01:06:28.578Z Downloaded goblin v0.8.2
3162024-08-16T01:06:28.578Z Downloaded ryu v1.0.18
3172024-08-16T01:06:28.578Z Downloaded ucd-trie v0.1.6
3182024-08-16T01:06:28.578Z Downloaded toml_edit v0.22.20
3192024-08-16T01:06:28.601Z Downloaded pest v2.7.10
3202024-08-16T01:06:28.625Z Downloaded memchr v2.7.2
3212024-08-16T01:06:28.625Z Downloaded log v0.4.21
3222024-08-16T01:06:28.625Z Downloaded indexmap v2.4.0
3232024-08-16T01:06:28.625Z Downloaded clap_builder v4.5.15
3242024-08-16T01:06:28.649Z Downloaded toml v0.8.19
3252024-08-16T01:06:28.649Z Downloaded quote v1.0.36
3262024-08-16T01:06:28.649Z Downloaded pest_meta v2.7.10
3272024-08-16T01:06:28.649Z Downloaded hashbrown v0.14.5
3282024-08-16T01:06:28.673Z Downloaded terminal_size v0.3.0
3292024-08-16T01:06:28.673Z Downloaded strsim v0.11.1
3302024-08-16T01:06:28.673Z Downloaded serde_tokenstream v0.2.2
3312024-08-16T01:06:28.673Z Downloaded once_cell v1.19.0
3322024-08-16T01:06:28.673Z Downloaded itoa v1.0.11
3332024-08-16T01:06:28.673Z Downloaded digest v0.10.7
3342024-08-16T01:06:28.673Z Downloaded cpufeatures v0.2.12
3352024-08-16T01:06:28.673Z Downloaded proc-macro-error-attr v1.0.4
3362024-08-16T01:06:28.673Z Downloaded pretty-hex v0.4.1
3372024-08-16T01:06:28.673Z Downloaded papergrid v0.11.0
3382024-08-16T01:06:28.697Z Downloaded dtrace-parser v0.2.0
3392024-08-16T01:06:28.697Z Downloaded usdt-attr-macro v0.5.0
3402024-08-16T01:06:28.697Z Downloaded typenum v1.17.0
3412024-08-16T01:06:28.697Z Downloaded scroll_derive v0.12.0
3422024-08-16T01:06:28.697Z Downloaded proc-macro2 v1.0.86
3432024-08-16T01:06:28.697Z Downloaded heck v0.4.1
3442024-08-16T01:06:28.697Z Downloaded errno v0.3.9
3452024-08-16T01:06:28.697Z Downloaded thiserror v1.0.63
3462024-08-16T01:06:28.697Z Downloaded tabled_derive v0.7.0
3472024-08-16T01:06:28.697Z Downloaded serde_derive v1.0.207
3482024-08-16T01:06:28.697Z Downloaded semver v1.0.23
3492024-08-16T01:06:28.721Z Downloaded scroll v0.12.0
3502024-08-16T01:06:28.721Z Downloaded proc-macro-error v1.0.4
3512024-08-16T01:06:28.721Z Downloaded plain v0.2.3
3522024-08-16T01:06:28.721Z Downloaded generic-array v0.14.7
3532024-08-16T01:06:28.721Z Downloaded fs-err v2.11.0
3542024-08-16T01:06:28.721Z Downloaded fnv v1.0.7
3552024-08-16T01:06:28.721Z Downloaded clap v4.5.15
3562024-08-16T01:06:28.721Z Downloaded cargo_toml v0.20.4
3572024-08-16T01:06:28.721Z Downloaded camino v1.1.7
3582024-08-16T01:06:28.744Z Downloaded bitflags v2.6.0
3592024-08-16T01:06:28.744Z Downloaded anyhow v1.0.86
3602024-08-16T01:06:28.744Z Downloaded anstream v0.6.14
3612024-08-16T01:06:28.744Z Downloaded sha2 v0.10.8
3622024-08-16T01:06:28.744Z Downloaded pest_generator v2.7.10
3632024-08-16T01:06:28.744Z Downloaded pest_derive v2.7.10
3642024-08-16T01:06:28.744Z Downloaded clap_derive v4.5.13
3652024-08-16T01:06:28.744Z Downloaded serde_spanned v0.6.7
3662024-08-16T01:06:28.744Z Downloaded memmap v0.7.0
3672024-08-16T01:06:28.768Z Downloaded macaddr v1.0.1
3682024-08-16T01:06:28.768Z Downloaded dof v0.3.0
3692024-08-16T01:06:28.768Z Downloaded crypto-common v0.1.6
3702024-08-16T01:06:28.768Z Downloaded anstyle-parse v0.2.4
3712024-08-16T01:06:28.768Z Downloaded heck v0.5.0
3722024-08-16T01:06:28.768Z Downloaded anstyle-query v1.0.3
3732024-08-16T01:06:28.768Z Downloaded clap_lex v0.7.0
3742024-08-16T01:06:28.768Z Downloaded cargo_metadata v0.18.1
3752024-08-16T01:06:28.768Z Downloaded byteorder v1.5.0
3762024-08-16T01:06:28.768Z Downloaded bytecount v0.6.8
3772024-08-16T01:06:28.768Z Downloaded block-buffer v0.10.4
3782024-08-16T01:06:28.768Z Downloaded autocfg v1.3.0
3792024-08-16T01:06:28.768Z Downloaded is_terminal_polyfill v1.70.0
3802024-08-16T01:06:28.768Z Downloaded cargo-platform v0.1.8
3812024-08-16T01:06:28.768Z Downloaded anstyle v1.0.8
3822024-08-16T01:06:28.893Z Compiling proc-macro2 v1.0.86
3832024-08-16T01:06:28.917Z Compiling unicode-ident v1.0.12
3842024-08-16T01:06:28.917Z Compiling version_check v0.9.5
3852024-08-16T01:06:28.917Z Compiling serde v1.0.207
3862024-08-16T01:06:28.917Z Compiling thiserror v1.0.63
3872024-08-16T01:06:28.917Z Compiling memchr v2.7.2
3882024-08-16T01:06:28.917Z Compiling libc v0.2.155
3892024-08-16T01:06:28.917Z Compiling itoa v1.0.11
3902024-08-16T01:06:29.148Z Compiling ryu v1.0.18
3912024-08-16T01:06:29.175Z Compiling ucd-trie v0.1.6
3922024-08-16T01:06:29.458Z Compiling once_cell v1.19.0
3932024-08-16T01:06:29.647Z Compiling byteorder v1.5.0
3942024-08-16T01:06:29.705Z Compiling serde_json v1.0.125
3952024-08-16T01:06:30.037Z Compiling proc-macro-error-attr v1.0.4
3962024-08-16T01:06:30.064Z Compiling usdt-impl v0.5.0
3972024-08-16T01:06:30.159Z Compiling rustix v0.38.34
3982024-08-16T01:06:30.182Z Compiling syn v1.0.109
3992024-08-16T01:06:30.383Z Compiling proc-macro-error v1.0.4
4002024-08-16T01:06:30.408Z Compiling quote v1.0.36
4012024-08-16T01:06:30.499Z Compiling log v0.4.21
4022024-08-16T01:06:30.643Z Compiling bitflags v2.6.0
4032024-08-16T01:06:30.794Z Compiling syn v2.0.74
4042024-08-16T01:06:30.856Z Compiling errno v0.3.9
4052024-08-16T01:06:30.963Z Compiling thread-id v4.2.1
4062024-08-16T01:06:31.021Z Compiling equivalent v1.0.1
4072024-08-16T01:06:31.051Z Compiling utf8parse v0.2.1
4082024-08-16T01:06:31.051Z Compiling plain v0.2.3
4092024-08-16T01:06:31.074Z Compiling hashbrown v0.14.5
4102024-08-16T01:06:31.254Z Compiling anstyle-parse v0.2.4
4112024-08-16T01:06:31.351Z Compiling anstyle v1.0.8
4122024-08-16T01:06:31.550Z Compiling pretty-hex v0.4.1
4132024-08-16T01:06:31.574Z Compiling autocfg v1.3.0
4142024-08-16T01:06:31.732Z Compiling colorchoice v1.0.1
4152024-08-16T01:06:31.756Z Compiling is_terminal_polyfill v1.70.0
4162024-08-16T01:06:31.884Z Compiling winnow v0.6.18
4172024-08-16T01:06:31.907Z Compiling semver v1.0.23
4182024-08-16T01:06:31.930Z Compiling camino v1.1.7
4192024-08-16T01:06:32.191Z Compiling indexmap v2.4.0
4202024-08-16T01:06:32.351Z Compiling anstyle-query v1.0.3
4212024-08-16T01:06:32.414Z Compiling fs-err v2.11.0
4222024-08-16T01:06:32.463Z Compiling terminal_size v0.3.0
4232024-08-16T01:06:32.488Z Compiling anstream v0.6.14
4242024-08-16T01:06:32.665Z Compiling strsim v0.11.1
4252024-08-16T01:06:32.719Z Compiling heck v0.5.0
4262024-08-16T01:06:32.748Z Compiling anyhow v1.0.86
4272024-08-16T01:06:33.110Z Compiling clap_lex v0.7.0
4282024-08-16T01:06:33.167Z Compiling bytecount v0.6.8
4292024-08-16T01:06:33.302Z Compiling unicode-width v0.1.13
4302024-08-16T01:06:33.370Z Compiling fnv v1.0.7
4312024-08-16T01:06:33.434Z Compiling heck v0.4.1
4322024-08-16T01:06:33.490Z Compiling papergrid v0.11.0
4332024-08-16T01:06:33.518Z Compiling clap_builder v4.5.15
4342024-08-16T01:06:33.929Z Compiling memmap v0.7.0
4352024-08-16T01:06:34.278Z Compiling swrite v0.1.0
4362024-08-16T01:06:35.665Z Compiling tabled_derive v0.7.0
4372024-08-16T01:06:37.297Z Compiling tabled v0.15.0
4382024-08-16T01:06:38.534Z Compiling serde_derive v1.0.207
4392024-08-16T01:06:38.534Z Compiling thiserror-impl v1.0.63
4402024-08-16T01:06:38.558Z Compiling zerocopy-derive v0.7.34
4412024-08-16T01:06:38.558Z Compiling scroll_derive v0.12.0
4422024-08-16T01:06:38.683Z Compiling clap_derive v4.5.13
4432024-08-16T01:06:39.697Z Compiling scroll v0.12.0
4442024-08-16T01:06:40.083Z Compiling goblin v0.8.2
4452024-08-16T01:06:40.113Z Compiling zerocopy v0.7.34
4462024-08-16T01:06:40.759Z Compiling pest v2.7.10
4472024-08-16T01:06:41.769Z Compiling clap v4.5.15
4482024-08-16T01:06:42.645Z Compiling pest_meta v2.7.10
4492024-08-16T01:06:43.566Z Compiling pest_generator v2.7.10
4502024-08-16T01:06:45.214Z Compiling pest_derive v2.7.10
4512024-08-16T01:06:45.807Z Compiling dtrace-parser v0.2.0
4522024-08-16T01:06:47.456Z Compiling serde_spanned v0.6.7
4532024-08-16T01:06:47.456Z Compiling toml_datetime v0.6.8
4542024-08-16T01:06:47.479Z Compiling cargo-platform v0.1.8
4552024-08-16T01:06:47.826Z Compiling serde_tokenstream v0.2.2
4562024-08-16T01:06:47.853Z Compiling toml_edit v0.22.20
4572024-08-16T01:06:47.940Z Compiling macaddr v1.0.1
4582024-08-16T01:06:48.781Z Compiling dof v0.3.0
4592024-08-16T01:06:48.781Z Compiling cargo_metadata v0.18.1
4602024-08-16T01:06:50.381Z Compiling toml v0.8.19
4612024-08-16T01:06:50.645Z Compiling usdt-macro v0.5.0
4622024-08-16T01:06:50.645Z Compiling usdt-attr-macro v0.5.0
4632024-08-16T01:06:51.168Z Compiling cargo_toml v0.20.4
4642024-08-16T01:06:51.721Z Compiling usdt v0.5.0
4652024-08-16T01:06:55.274Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-08-16T01:06:59.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.78s
4672024-08-16T01:07:00.064Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-08-16T01:07:00.810Z Downloading crates ...
4692024-08-16T01:07:00.949Z Downloaded bitstruct_derive v0.1.0
4702024-08-16T01:07:00.972Z Downloaded atomicwrites v0.4.3
4712024-08-16T01:07:00.972Z Downloaded data-encoding v2.6.0
4722024-08-16T01:07:00.972Z Downloaded curve25519-dalek-derive v0.1.1
4732024-08-16T01:07:00.997Z Downloaded darling_macro v0.20.9
4742024-08-16T01:07:00.997Z Downloaded siphasher v0.3.11
4752024-08-16T01:07:01.021Z Downloaded sigpipe v0.1.3
4762024-08-16T01:07:01.021Z Downloaded tokio-native-tls v0.3.1
4772024-08-16T01:07:01.045Z Downloaded diesel_table_macro_syntax v0.2.0
4782024-08-16T01:07:01.045Z Downloaded derive_builder_macro v0.20.0
4792024-08-16T01:07:01.070Z Downloaded salsa20 v0.10.2
4802024-08-16T01:07:01.070Z Downloaded tui-tree-widget v0.22.0
4812024-08-16T01:07:01.070Z Downloaded phf_shared v0.10.0
4822024-08-16T01:07:01.101Z Downloaded portpicker v0.1.1
4832024-08-16T01:07:01.101Z Downloaded downcast v0.11.0
4842024-08-16T01:07:01.102Z Downloaded foreign-types v0.3.2
4852024-08-16T01:07:01.127Z Downloaded radium v0.7.0
4862024-08-16T01:07:01.127Z Downloaded foreign-types-shared v0.1.1
4872024-08-16T01:07:01.127Z Downloaded float-ord v0.3.2
4882024-08-16T01:07:01.127Z Downloaded endian-type v0.1.2
4892024-08-16T01:07:01.154Z Downloaded heck v0.3.3
4902024-08-16T01:07:01.154Z Downloaded embedded-io v0.4.0
4912024-08-16T01:07:01.154Z Downloaded pretty-hex v0.2.1
4922024-08-16T01:07:01.154Z Downloaded precomputed-hash v0.1.1
4932024-08-16T01:07:01.179Z Downloaded foreign-types-shared v0.3.1
4942024-08-16T01:07:01.179Z Downloaded futures-sink v0.3.30
4952024-08-16T01:07:01.203Z Downloaded futures-task v0.3.30
4962024-08-16T01:07:01.203Z Downloaded futures-macro v0.3.30
4972024-08-16T01:07:01.203Z Downloaded structmeta v0.2.0
4982024-08-16T01:07:01.203Z Downloaded futures-channel v0.3.30
4992024-08-16T01:07:01.203Z Downloaded rsa v0.9.6
5002024-08-16T01:07:01.227Z Downloaded futures v0.3.30
5012024-08-16T01:07:01.227Z Downloaded h2 v0.3.26
5022024-08-16T01:07:01.250Z Downloaded flate2 v1.0.31
5032024-08-16T01:07:01.275Z Downloaded hickory-proto v0.24.1
5042024-08-16T01:07:01.299Z Downloaded sled v0.34.7
5052024-08-16T01:07:01.299Z Downloaded sqlparser v0.45.0
5062024-08-16T01:07:01.323Z Downloaded proptest v1.5.0
5072024-08-16T01:07:01.323Z Downloaded regress v0.9.1
5082024-08-16T01:07:01.346Z Downloaded git2 v0.19.0
5092024-08-16T01:07:01.346Z Downloaded smoltcp v0.11.0
5102024-08-16T01:07:01.370Z Downloaded gimli v0.28.1
5112024-08-16T01:07:01.393Z Downloaded smoltcp v0.9.1
5122024-08-16T01:07:01.416Z Downloaded regex-automata v0.4.6
5132024-08-16T01:07:01.440Z Downloaded finl_unicode v1.2.0
5142024-08-16T01:07:01.464Z Downloaded petgraph v0.6.5
5152024-08-16T01:07:01.488Z Downloaded regex-syntax v0.8.4
5162024-08-16T01:07:01.488Z Downloaded encoding_rs v0.8.34
5172024-08-16T01:07:01.513Z Downloaded regex-syntax v0.6.29
5182024-08-16T01:07:01.536Z Downloaded libgit2-sys v0.17.0+1.8.1
5192024-08-16T01:07:01.594Z Downloaded openapiv3 v2.0.0
5202024-08-16T01:07:01.620Z Downloaded regex v1.10.6
5212024-08-16T01:07:01.659Z Downloaded webpki-roots v0.25.4
5222024-08-16T01:07:01.659Z Downloaded polar-core v0.27.3
5232024-08-16T01:07:01.684Z Downloaded hkdf v0.12.4
5242024-08-16T01:07:01.685Z Downloaded reqwest v0.11.27
5252024-08-16T01:07:01.685Z Downloaded openssl v0.10.66
5262024-08-16T01:07:01.710Z Downloaded object v0.32.2
5272024-08-16T01:07:01.710Z Downloaded nix v0.28.0
5282024-08-16T01:07:01.733Z Downloaded nix v0.27.1
5292024-08-16T01:07:01.733Z Downloaded idna v0.3.0
5302024-08-16T01:07:01.760Z Downloaded libz-sys v1.1.16
5312024-08-16T01:07:01.820Z Downloaded tokio v1.38.1
5322024-08-16T01:07:01.882Z Downloaded ring v0.17.8
5332024-08-16T01:07:01.947Z Downloaded sha3 v0.10.8
5342024-08-16T01:07:01.970Z Downloaded csv v1.3.0
5352024-08-16T01:07:01.996Z Downloaded ratatui v0.28.0
5362024-08-16T01:07:02.024Z Downloaded libsqlite3-sys v0.28.0
5372024-08-16T01:07:02.093Z Downloaded ring v0.16.20
5382024-08-16T01:07:02.194Z Downloaded zerocopy-derive v0.6.6
5392024-08-16T01:07:02.217Z Downloaded object v0.30.4
5402024-08-16T01:07:02.217Z Downloaded lalrpop v0.19.12
5412024-08-16T01:07:02.240Z Downloaded idna v0.5.0
5422024-08-16T01:07:02.240Z Downloaded idna v0.4.0
5432024-08-16T01:07:02.264Z Downloaded regex-automata v0.1.10
5442024-08-16T01:07:02.264Z Downloaded reedline v0.33.0
5452024-08-16T01:07:02.264Z Downloaded portable-atomic v1.6.0
5462024-08-16T01:07:02.287Z Downloaded bzip2-sys v0.1.11+1.0.8
5472024-08-16T01:07:02.287Z Downloaded rayon v1.10.0
5482024-08-16T01:07:02.310Z Downloaded radix_trie v0.2.1
5492024-08-16T01:07:02.310Z Downloaded vcpkg v0.2.15
5502024-08-16T01:07:02.348Z Downloaded rustls v0.22.4
5512024-08-16T01:07:02.371Z Downloaded rustls v0.21.12
5522024-08-16T01:07:02.395Z Downloaded diesel v2.2.2
5532024-08-16T01:07:02.418Z Downloaded hyper v0.14.30
5542024-08-16T01:07:02.418Z Downloaded steno v0.4.1
5552024-08-16T01:07:02.418Z Downloaded ron v0.7.1
5562024-08-16T01:07:02.441Z Downloaded futures-util v0.3.30
5572024-08-16T01:07:02.441Z Downloaded prettyplease v0.2.20
5582024-08-16T01:07:02.441Z Downloaded ron v0.8.1
5592024-08-16T01:07:02.465Z Downloaded quick-xml v0.31.0
5602024-08-16T01:07:02.465Z Downloaded subprocess v0.2.9
5612024-08-16T01:07:02.465Z Downloaded unicode-normalization v0.1.23
5622024-08-16T01:07:02.465Z Downloaded heapless v0.8.0
5632024-08-16T01:07:02.465Z Downloaded futures-io v0.3.30
5642024-08-16T01:07:02.465Z Downloaded futures-executor v0.3.30
5652024-08-16T01:07:02.465Z Downloaded form_urlencoded v1.2.1
5662024-08-16T01:07:02.488Z Downloaded strum_macros v0.25.3
5672024-08-16T01:07:02.488Z Downloaded stringprep v0.1.4
5682024-08-16T01:07:02.488Z Downloaded sct v0.7.1
5692024-08-16T01:07:02.488Z Downloaded rpassword v7.3.1
5702024-08-16T01:07:02.488Z Downloaded globset v0.4.14
5712024-08-16T01:07:02.488Z Downloaded env_logger v0.10.2
5722024-08-16T01:07:02.488Z Downloaded hickory-server v0.24.1
5732024-08-16T01:07:02.488Z Downloaded hickory-resolver v0.24.1
5742024-08-16T01:07:02.512Z Downloaded hashbrown v0.12.3
5752024-08-16T01:07:02.512Z Downloaded socket2 v0.4.10
5762024-08-16T01:07:02.512Z Downloaded snafu v0.8.2
5772024-08-16T01:07:02.512Z Downloaded futures-core v0.3.30
5782024-08-16T01:07:02.512Z Downloaded funty v2.0.0
5792024-08-16T01:07:02.512Z Downloaded fragile v2.0.0
5802024-08-16T01:07:02.512Z Downloaded supports-color v3.0.0
5812024-08-16T01:07:02.512Z Downloaded subtle v2.5.0
5822024-08-16T01:07:02.535Z Downloaded strum_macros v0.26.4
5832024-08-16T01:07:02.535Z Downloaded strum_macros v0.24.3
5842024-08-16T01:07:02.535Z Downloaded getrandom v0.2.14
5852024-08-16T01:07:02.535Z Downloaded half v2.4.1
5862024-08-16T01:07:02.536Z Downloaded socket2 v0.5.7
5872024-08-16T01:07:02.536Z Downloaded heapless v0.7.17
5882024-08-16T01:07:02.536Z Downloaded hashbrown v0.13.2
5892024-08-16T01:07:02.536Z Downloaded slog v2.7.0
5902024-08-16T01:07:02.559Z Downloaded flume v0.11.0
5912024-08-16T01:07:02.559Z Downloaded publicsuffix v2.2.3
5922024-08-16T01:07:02.559Z Downloaded elliptic-curve v0.13.8
5932024-08-16T01:07:02.559Z Downloaded unicode_categories v0.1.1
5942024-08-16T01:07:02.559Z Downloaded unicode-segmentation v1.11.0
5952024-08-16T01:07:02.559Z Downloaded typed-path v0.7.1
5962024-08-16T01:07:02.583Z Downloaded rustls-webpki v0.102.4
5972024-08-16T01:07:02.606Z Downloaded take_mut v0.2.2
5982024-08-16T01:07:02.606Z Downloaded tabwriter v1.4.0
5992024-08-16T01:07:02.606Z Downloaded sync_wrapper v0.1.2
6002024-08-16T01:07:02.606Z Downloaded structmeta v0.3.0
6012024-08-16T01:07:02.606Z Downloaded strip-ansi-escapes v0.2.0
6022024-08-16T01:07:02.606Z Downloaded resolv-conf v0.7.0
6032024-08-16T01:07:02.606Z Downloaded glob v0.3.1
6042024-08-16T01:07:02.606Z Downloaded predicates-core v1.0.6
6052024-08-16T01:07:02.606Z Downloaded predicates v3.1.2
6062024-08-16T01:07:02.606Z Downloaded hash32 v0.3.1
6072024-08-16T01:07:02.606Z Downloaded spin v0.9.8
6082024-08-16T01:07:02.606Z Downloaded env_logger v0.9.3
6092024-08-16T01:07:02.606Z Downloaded hmac v0.12.1
6102024-08-16T01:07:02.630Z Downloaded headers v0.3.9
6112024-08-16T01:07:02.630Z Downloaded itertools v0.13.0
6122024-08-16T01:07:02.630Z Downloaded strum v0.26.3
6132024-08-16T01:07:02.630Z Downloaded structmeta-derive v0.3.0
6142024-08-16T01:07:02.630Z Downloaded structmeta-derive v0.2.0
6152024-08-16T01:07:02.630Z Downloaded string_cache v0.8.7
6162024-08-16T01:07:02.630Z Downloaded static_assertions v1.1.0
6172024-08-16T01:07:02.630Z Downloaded psl-types v2.0.11
6182024-08-16T01:07:02.630Z Downloaded getopts v0.2.21
6192024-08-16T01:07:02.653Z Downloaded gethostname v0.5.0
6202024-08-16T01:07:02.653Z Downloaded fxhash v0.2.1
6212024-08-16T01:07:02.653Z Downloaded proc-macro-crate v1.3.1
6222024-08-16T01:07:02.653Z Downloaded predicates-tree v1.0.9
6232024-08-16T01:07:02.653Z Downloaded hash32 v0.2.1
6242024-08-16T01:07:02.653Z Downloaded group v0.13.0
6252024-08-16T01:07:02.653Z Downloaded stable_deref_trait v1.2.0
6262024-08-16T01:07:02.653Z Downloaded sqlformat v0.2.4
6272024-08-16T01:07:02.653Z Downloaded spki v0.7.3
6282024-08-16T01:07:02.653Z Downloaded spin v0.5.2
6292024-08-16T01:07:02.653Z Downloaded serde-hex v0.1.0
6302024-08-16T01:07:02.653Z Downloaded semver v0.1.20
6312024-08-16T01:07:02.653Z Downloaded secrecy v0.8.0
6322024-08-16T01:07:02.654Z Downloaded sec1 v0.7.3
6332024-08-16T01:07:02.654Z Downloaded term v0.7.0
6342024-08-16T01:07:02.677Z Downloaded tempfile v3.10.1
6352024-08-16T01:07:02.677Z Downloaded tar v0.4.41
6362024-08-16T01:07:02.677Z Downloaded snafu-derive v0.8.2
6372024-08-16T01:07:02.677Z Downloaded smallvec v1.13.2
6382024-08-16T01:07:02.677Z Downloaded smallvec v0.6.14
6392024-08-16T01:07:02.677Z Downloaded slog-term v2.9.1
6402024-08-16T01:07:02.677Z Downloaded slog-dtrace v0.3.0
6412024-08-16T01:07:02.677Z Downloaded expectorate v1.1.0
6422024-08-16T01:07:02.677Z Downloaded rand v0.8.5
6432024-08-16T01:07:02.677Z Downloaded rusqlite v0.31.0
6442024-08-16T01:07:02.701Z Downloaded serde-big-array v0.5.1
6452024-08-16T01:07:02.701Z Downloaded enum-as-inner v0.6.0
6462024-08-16T01:07:02.701Z Downloaded ena v0.14.3
6472024-08-16T01:07:02.701Z Downloaded termcolor v1.4.1
6482024-08-16T01:07:02.701Z Downloaded hex v0.4.3
6492024-08-16T01:07:02.701Z Downloaded rustls-webpki v0.101.7
6502024-08-16T01:07:02.724Z Downloaded nom v7.1.3
6512024-08-16T01:07:02.724Z Downloaded itertools v0.12.1
6522024-08-16T01:07:02.724Z Downloaded sqlparser_derive v0.2.2
6532024-08-16T01:07:02.748Z Downloaded termios v0.3.3
6542024-08-16T01:07:02.748Z Downloaded hickory-client v0.24.1
6552024-08-16T01:07:02.748Z Downloaded hashlink v0.9.1
6562024-08-16T01:07:02.748Z Downloaded fatfs v0.3.6
6572024-08-16T01:07:02.748Z Downloaded rcgen v0.12.1
6582024-08-16T01:07:02.748Z Downloaded rayon-core v1.12.1
6592024-08-16T01:07:02.748Z Downloaded vsss-rs v3.3.4
6602024-08-16T01:07:02.748Z Downloaded postcard v1.0.8
6612024-08-16T01:07:02.771Z Downloaded pin-project v1.1.5
6622024-08-16T01:07:02.771Z Downloaded tough v0.17.1
6632024-08-16T01:07:02.794Z Downloaded tokio-util v0.7.11
6642024-08-16T01:07:02.794Z Downloaded mio v1.0.2
6652024-08-16T01:07:02.794Z Downloaded termtree v0.4.1
6662024-08-16T01:07:02.794Z Downloaded tap v1.0.1
6672024-08-16T01:07:02.794Z Downloaded highway v1.2.0
6682024-08-16T01:07:02.794Z Downloaded smf v0.2.3
6692024-08-16T01:07:02.794Z Downloaded smawk v0.3.2
6702024-08-16T01:07:02.794Z Downloaded slog-envlogger v2.2.0
6712024-08-16T01:07:02.818Z Downloaded url v2.5.2
6722024-08-16T01:07:02.818Z Downloaded openssl-sys v0.9.103
6732024-08-16T01:07:02.818Z Downloaded http v0.2.12
6742024-08-16T01:07:02.818Z Downloaded toml_edit v0.19.15
6752024-08-16T01:07:02.841Z Downloaded libxml v0.3.3
6762024-08-16T01:07:02.841Z Downloaded headers-core v0.2.0
6772024-08-16T01:07:02.841Z Downloaded slog-stdlog v4.1.1
6782024-08-16T01:07:02.841Z Downloaded slab v0.4.9
6792024-08-16T01:07:02.841Z Downloaded serde_derive_internals v0.29.1
6802024-08-16T01:07:02.841Z Downloaded flagset v0.4.5
6812024-08-16T01:07:02.865Z Downloaded ff v0.13.0
6822024-08-16T01:07:02.865Z Downloaded vte v0.11.1
6832024-08-16T01:07:02.865Z Downloaded pkcs5 v0.7.1
6842024-08-16T01:07:02.865Z Downloaded http v1.1.0
6852024-08-16T01:07:02.865Z Downloaded unicode-bidi v0.3.15
6862024-08-16T01:07:02.865Z Downloaded minimal-lexical v0.2.1
6872024-08-16T01:07:02.865Z Downloaded slog-scope v4.4.0
6882024-08-16T01:07:02.865Z Downloaded slog-json v2.6.1
6892024-08-16T01:07:02.889Z Downloaded slog-bunyan v2.5.0
6902024-08-16T01:07:02.889Z Downloaded slog-async v2.8.0
6912024-08-16T01:07:02.889Z Downloaded serde_arrays v0.1.0
6922024-08-16T01:07:02.889Z Downloaded foreign-types-macros v0.2.3
6932024-08-16T01:07:02.889Z Downloaded filetime v0.2.24
6942024-08-16T01:07:02.889Z Downloaded fd-lock v4.0.2
6952024-08-16T01:07:02.889Z Downloaded fastrand v2.1.0
6962024-08-16T01:07:02.889Z Downloaded fallible-streaming-iterator v0.1.9
6972024-08-16T01:07:02.889Z Downloaded fallible-iterator v0.3.0
6982024-08-16T01:07:02.889Z Downloaded fallible-iterator v0.2.0
6992024-08-16T01:07:02.889Z Downloaded erased-serde v0.3.31
7002024-08-16T01:07:02.889Z Downloaded walkdir v2.5.0
7012024-08-16T01:07:02.889Z Downloaded wait-timeout v0.2.0
7022024-08-16T01:07:02.889Z Downloaded uuid v1.10.0
7032024-08-16T01:07:02.913Z Downloaded unsafe-libyaml v0.2.11
7042024-08-16T01:07:02.913Z Downloaded textwrap v0.16.1
7052024-08-16T01:07:02.913Z Downloaded pin-project-lite v0.2.14
7062024-08-16T01:07:02.913Z Downloaded num-bigint-dig v0.8.4
7072024-08-16T01:07:02.913Z Downloaded libm v0.2.8
7082024-08-16T01:07:02.936Z Downloaded bstr v1.9.1
7092024-08-16T01:07:02.936Z Downloaded float-cmp v0.9.0
7102024-08-16T01:07:02.936Z Downloaded fixedbitset v0.4.2
7112024-08-16T01:07:02.936Z Downloaded ref-cast-impl v1.0.23
7122024-08-16T01:07:02.936Z Downloaded ref-cast v1.0.23
7132024-08-16T01:07:02.959Z Downloaded rand_xorshift v0.3.0
7142024-08-16T01:07:02.959Z Downloaded rand_seeder v0.3.0
7152024-08-16T01:07:02.960Z Downloaded rand_core v0.6.4
7162024-08-16T01:07:02.960Z Downloaded r2d2 v0.8.10
7172024-08-16T01:07:02.960Z Downloaded vergen v8.3.2
7182024-08-16T01:07:02.960Z Downloaded test-strategy v0.3.1
7192024-08-16T01:07:02.960Z Downloaded tungstenite v0.21.0
7202024-08-16T01:07:02.960Z Downloaded tungstenite v0.20.1
7212024-08-16T01:07:02.960Z Downloaded tracing v0.1.40
7222024-08-16T01:07:02.983Z Downloaded foreign-types v0.5.0
7232024-08-16T01:07:02.983Z Downloaded rand_chacha v0.3.1
7242024-08-16T01:07:02.983Z Downloaded dyn-clone v1.0.17
7252024-08-16T01:07:02.983Z Downloaded postgres-types v0.2.7
7262024-08-16T01:07:02.983Z Downloaded postgres-protocol v0.6.7
7272024-08-16T01:07:02.983Z Downloaded poly1305 v0.8.0
7282024-08-16T01:07:02.983Z Downloaded pkcs8 v0.10.2
7292024-08-16T01:07:02.983Z Downloaded pin-project-internal v1.1.5
7302024-08-16T01:07:02.983Z Downloaded oso v0.27.3
7312024-08-16T01:07:02.983Z Downloaded tracing-core v0.1.32
7322024-08-16T01:07:03.006Z Downloaded samael v0.0.15
7332024-08-16T01:07:03.006Z Downloaded winnow v0.5.40
7342024-08-16T01:07:03.007Z Downloaded itertools v0.10.5
7352024-08-16T01:07:03.030Z Downloaded quick-error v1.2.3
7362024-08-16T01:07:03.030Z Downloaded either v1.13.0
7372024-08-16T01:07:03.030Z Downloaded dsl_auto_type v0.1.2
7382024-08-16T01:07:03.030Z Downloaded dirs-sys-next v0.1.2
7392024-08-16T01:07:03.030Z Downloaded uzers v0.11.3
7402024-08-16T01:07:03.030Z Downloaded untrusted v0.7.1
7412024-08-16T01:07:03.030Z Downloaded pkcs1 v0.7.5
7422024-08-16T01:07:03.030Z Downloaded httparse v1.8.0
7432024-08-16T01:07:03.030Z Downloaded tokio-tungstenite v0.21.0
7442024-08-16T01:07:03.030Z Downloaded tokio-stream v0.1.15
7452024-08-16T01:07:03.030Z Downloaded mio v0.8.11
7462024-08-16T01:07:03.053Z Downloaded curve25519-dalek v4.1.3
7472024-08-16T01:07:03.054Z Downloaded utf-8 v0.7.6
7482024-08-16T01:07:03.054Z Downloaded untrusted v0.9.0
7492024-08-16T01:07:03.054Z Downloaded ppv-lite86 v0.2.17
7502024-08-16T01:07:03.054Z Downloaded powerfmt v0.2.0
7512024-08-16T01:07:03.054Z Downloaded pkg-config v0.3.30
7522024-08-16T01:07:03.054Z Downloaded owo-colors v4.0.0
7532024-08-16T01:07:03.077Z Downloaded httpdate v1.0.3
7542024-08-16T01:07:03.077Z Downloaded http-range v0.1.5
7552024-08-16T01:07:03.077Z Downloaded http-body v0.4.6
7562024-08-16T01:07:03.077Z Downloaded tracing-attributes v0.1.27
7572024-08-16T01:07:03.077Z Downloaded toml v0.7.8
7582024-08-16T01:07:03.077Z Downloaded tokio-tungstenite v0.20.1
7592024-08-16T01:07:03.077Z Downloaded display-error-chain v0.2.0
7602024-08-16T01:07:03.077Z Downloaded want v0.3.1
7612024-08-16T01:07:03.077Z Downloaded waitgroup v0.1.2
7622024-08-16T01:07:03.077Z Downloaded vte_generate_state_changes v0.1.1
7632024-08-16T01:07:03.077Z Downloaded pin-utils v0.1.0
7642024-08-16T01:07:03.077Z Downloaded phf_shared v0.11.2
7652024-08-16T01:07:03.077Z Downloaded hostname v0.4.0
7662024-08-16T01:07:03.077Z Downloaded hostname v0.3.1
7672024-08-16T01:07:03.101Z Downloaded home v0.5.9
7682024-08-16T01:07:03.101Z Downloaded topological-sort v0.2.2
7692024-08-16T01:07:03.101Z Downloaded thiserror-no-std v2.0.2
7702024-08-16T01:07:03.101Z Downloaded thiserror-impl-no-std v2.0.2
7712024-08-16T01:07:03.101Z Downloaded rustls-pemfile v2.1.3
7722024-08-16T01:07:03.101Z Downloaded phf v0.11.2
7732024-08-16T01:07:03.101Z Downloaded oso-derive v0.27.3
7742024-08-16T01:07:03.101Z Downloaded openssl-probe v0.1.5
7752024-08-16T01:07:03.101Z Downloaded twox-hash v1.6.3
7762024-08-16T01:07:03.101Z Downloaded try-lock v0.2.5
7772024-08-16T01:07:03.101Z Downloaded tower-service v0.3.2
7782024-08-16T01:07:03.101Z Downloaded toolchain_find v0.4.0
7792024-08-16T01:07:03.101Z Downloaded rusty-fork v0.3.0
7802024-08-16T01:07:03.101Z Downloaded rustversion v1.0.17
7812024-08-16T01:07:03.125Z Downloaded rustls-pki-types v1.7.0
7822024-08-16T01:07:03.125Z Downloaded rustls-pemfile v1.0.4
7832024-08-16T01:07:03.125Z Downloaded parking_lot v0.12.2
7842024-08-16T01:07:03.125Z Downloaded parking_lot v0.11.2
7852024-08-16T01:07:03.125Z Downloaded diesel_derives v2.2.2
7862024-08-16T01:07:03.125Z Downloaded x509-cert v0.2.5
7872024-08-16T01:07:03.125Z Downloaded universal-hash v0.5.1
7882024-08-16T01:07:03.125Z Downloaded unicode-xid v0.2.4
7892024-08-16T01:07:03.148Z Downloaded unicode-truncate v1.0.0
7902024-08-16T01:07:03.148Z Downloaded unicode-linebreak v0.1.5
7912024-08-16T01:07:03.148Z Downloaded unicase v2.7.0
7922024-08-16T01:07:03.148Z Downloaded unarray v0.1.4
7932024-08-16T01:07:03.148Z Downloaded rustfmt-wrapper v0.2.1
7942024-08-16T01:07:03.148Z Downloaded rustc_version v0.4.0
7952024-08-16T01:07:03.148Z Downloaded rustc_version v0.1.7
7962024-08-16T01:07:03.148Z Downloaded rustc-hash v1.1.0
7972024-08-16T01:07:03.148Z Downloaded rustc-demangle v0.1.24
7982024-08-16T01:07:03.148Z Downloaded peg-macros v0.8.4
7992024-08-16T01:07:03.148Z Downloaded password-hash v0.5.0
8002024-08-16T01:07:03.148Z Downloaded parking_lot_core v0.9.10
8012024-08-16T01:07:03.148Z Downloaded parking_lot_core v0.8.6
8022024-08-16T01:07:03.148Z Downloaded derive_more v0.99.18
8032024-08-16T01:07:03.172Z Downloaded der v0.7.9
8042024-08-16T01:07:03.172Z Downloaded zip v0.6.6
8052024-08-16T01:07:03.172Z Downloaded num-rational v0.4.2
8062024-08-16T01:07:03.172Z Downloaded mockall_derive v0.13.0
8072024-08-16T01:07:03.172Z Downloaded miniz_oxide v0.7.2
8082024-08-16T01:07:03.172Z Downloaded scrypt v0.11.0
8092024-08-16T01:07:03.172Z Downloaded scopeguard v1.2.0
8102024-08-16T01:07:03.172Z Downloaded same-file v1.0.6
8112024-08-16T01:07:03.195Z Downloaded rtoolbox v0.0.2
8122024-08-16T01:07:03.196Z Downloaded percent-encoding v2.3.1
8132024-08-16T01:07:03.196Z Downloaded pem-rfc7468 v0.7.0
8142024-08-16T01:07:03.196Z Downloaded pem v3.0.4
8152024-08-16T01:07:03.196Z Downloaded packed_struct_codegen v0.10.1
8162024-08-16T01:07:03.196Z Downloaded packed_struct v0.10.1
8172024-08-16T01:07:03.196Z Downloaded dirs-next v2.0.0
8182024-08-16T01:07:03.196Z Downloaded diff v0.1.13
8192024-08-16T01:07:03.196Z Downloaded derive-where v1.2.7
8202024-08-16T01:07:03.196Z Downloaded der_derive v0.7.2
8212024-08-16T01:07:03.196Z Downloaded zerocopy v0.6.6
8222024-08-16T01:07:03.219Z Downloaded yasna v0.5.2
8232024-08-16T01:07:03.219Z Downloaded omicron-zone-package v0.11.0
8242024-08-16T01:07:03.219Z Downloaded multer v3.1.0
8252024-08-16T01:07:03.219Z Downloaded jobserver v0.1.32
8262024-08-16T01:07:03.219Z Downloaded indicatif v0.17.8
8272024-08-16T01:07:03.219Z Downloaded indexmap v1.9.3
8282024-08-16T01:07:03.219Z Downloaded peg-runtime v0.8.3
8292024-08-16T01:07:03.219Z Downloaded peg v0.8.4
8302024-08-16T01:07:03.242Z Downloaded pbkdf2 v0.12.2
8312024-08-16T01:07:03.242Z Downloaded path-slash v0.1.5
8322024-08-16T01:07:03.243Z Downloaded paste v1.0.15
8332024-08-16T01:07:03.243Z Downloaded parse-size v1.0.0
8342024-08-16T01:07:03.243Z Downloaded parse-display-derive v0.10.0
8352024-08-16T01:07:03.243Z Downloaded parse-display v0.10.0
8362024-08-16T01:07:03.243Z Downloaded difflib v0.4.0
8372024-08-16T01:07:03.243Z Downloaded deranged v0.3.11
8382024-08-16T01:07:03.243Z Downloaded defmt-macros v0.3.9
8392024-08-16T01:07:03.243Z Downloaded zone v0.1.8
8402024-08-16T01:07:03.243Z Downloaded time v0.3.36
8412024-08-16T01:07:03.266Z Downloaded num_enum_derive v0.5.11
8422024-08-16T01:07:03.266Z Downloaded num-traits v0.2.19
8432024-08-16T01:07:03.266Z Downloaded num-complex v0.4.6
8442024-08-16T01:07:03.266Z Downloaded nu-ansi-term v0.50.0
8452024-08-16T01:07:03.266Z Downloaded native-tls v0.2.11
8462024-08-16T01:07:03.266Z Downloaded lock_api v0.4.12
8472024-08-16T01:07:03.266Z Downloaded libloading v0.8.3
8482024-08-16T01:07:03.266Z Downloaded lalrpop-util v0.19.12
8492024-08-16T01:07:03.266Z Downloaded ipnet v2.9.0
8502024-08-16T01:07:03.266Z Downloaded chrono v0.4.38
8512024-08-16T01:07:03.289Z Downloaded bstr v0.2.17
8522024-08-16T01:07:03.289Z Downloaded derive_builder_core v0.20.0
8532024-08-16T01:07:03.290Z Downloaded derive_builder v0.20.0
8542024-08-16T01:07:03.313Z Downloaded defmt-parser v0.3.4
8552024-08-16T01:07:03.313Z Downloaded zone_cfg_derive v0.1.2
8562024-08-16T01:07:03.313Z Downloaded zeroize_derive v1.4.2
8572024-08-16T01:07:03.313Z Downloaded zeroize v1.7.0
8582024-08-16T01:07:03.313Z Downloaded serde_with v3.8.3
8592024-08-16T01:07:03.313Z Downloaded num_cpus v1.16.0
8602024-08-16T01:07:03.313Z Downloaded num-derive v0.4.2
8612024-08-16T01:07:03.313Z Downloaded mockall v0.13.0
8622024-08-16T01:07:03.313Z Downloaded mime_guess v2.0.4
8632024-08-16T01:07:03.313Z Downloaded mime v0.3.17
8642024-08-16T01:07:03.336Z Downloaded memoffset v0.9.1
8652024-08-16T01:07:03.336Z Downloaded memmap2 v0.9.4
8662024-08-16T01:07:03.336Z Downloaded md-5 v0.10.6
8672024-08-16T01:07:03.337Z Downloaded maplit v1.0.2
8682024-08-16T01:07:03.337Z Downloaded linked-hash-map v0.5.6
8692024-08-16T01:07:03.337Z Downloaded libsw v3.3.1
8702024-08-16T01:07:03.337Z Downloaded libefi-sys v0.1.0
8712024-08-16T01:07:03.337Z Downloaded keccak v0.1.5
8722024-08-16T01:07:03.337Z Downloaded impl-trait-for-tuples v0.2.2
8732024-08-16T01:07:03.337Z Downloaded iana-time-zone v0.1.60
8742024-08-16T01:07:03.337Z Downloaded hyper-rustls v0.24.2
8752024-08-16T01:07:03.337Z Downloaded bitvec v1.0.1
8762024-08-16T01:07:03.360Z Downloaded bindgen v0.69.4
8772024-08-16T01:07:03.383Z Downloaded xattr v1.3.1
8782024-08-16T01:07:03.383Z Downloaded wyz v0.5.1
8792024-08-16T01:07:03.383Z Downloaded whoami v1.5.1
8802024-08-16T01:07:03.383Z Downloaded which v4.4.2
8812024-08-16T01:07:03.383Z Downloaded tokio-rustls v0.25.0
8822024-08-16T01:07:03.383Z Downloaded tokio-rustls v0.24.1
8832024-08-16T01:07:03.383Z Downloaded tokio-postgres v0.7.11
8842024-08-16T01:07:03.383Z Downloaded tls_codec_derive v0.4.1
8852024-08-16T01:07:03.383Z Downloaded tls_codec v0.4.1
8862024-08-16T01:07:03.383Z Downloaded tinyvec v1.6.0
8872024-08-16T01:07:03.407Z Downloaded time-macros v0.2.18
8882024-08-16T01:07:03.407Z Downloaded rustyline v14.0.0
8892024-08-16T01:07:03.407Z Downloaded number_prefix v0.4.0
8902024-08-16T01:07:03.407Z Downloaded num-iter v0.1.45
8912024-08-16T01:07:03.407Z Downloaded num-integer v0.1.46
8922024-08-16T01:07:03.407Z Downloaded num v0.4.3
8932024-08-16T01:07:03.407Z Downloaded normalize-line-endings v0.3.0
8942024-08-16T01:07:03.407Z Downloaded nodrop v0.1.14
8952024-08-16T01:07:03.407Z Downloaded nibble_vec v0.1.0
8962024-08-16T01:07:03.407Z Downloaded newtype_derive v0.1.6
8972024-08-16T01:07:03.407Z Downloaded newtype-uuid v1.1.0
8982024-08-16T01:07:03.407Z Downloaded newline-converter v0.3.0
8992024-08-16T01:07:03.407Z Downloaded nanorand v0.7.0
9002024-08-16T01:07:03.431Z Downloaded multimap v0.10.0
9012024-08-16T01:07:03.431Z Downloaded managed v0.8.0
9022024-08-16T01:07:03.431Z Downloaded lru-cache v0.1.2
9032024-08-16T01:07:03.431Z Downloaded lru v0.12.3
9042024-08-16T01:07:03.431Z Downloaded lazycell v1.3.0
9052024-08-16T01:07:03.431Z Downloaded kstat-rs v0.2.4
9062024-08-16T01:07:03.431Z Downloaded instability v0.3.2
9072024-08-16T01:07:03.431Z Downloaded indoc v1.0.9
9082024-08-16T01:07:03.431Z Downloaded hyper-staticfile v0.9.5
9092024-08-16T01:07:03.431Z Downloaded crossterm v0.27.0
9102024-08-16T01:07:03.431Z Downloaded tokio-macros v2.3.0
9112024-08-16T01:07:03.454Z Downloaded tinyvec_macros v0.1.1
9122024-08-16T01:07:03.454Z Downloaded tiny-keccak v2.0.2
9132024-08-16T01:07:03.454Z Downloaded time-core v0.1.2
9142024-08-16T01:07:03.454Z Downloaded thread_local v1.1.8
9152024-08-16T01:07:03.454Z Downloaded similar v2.5.0
9162024-08-16T01:07:03.454Z Downloaded signal-hook v0.3.17
9172024-08-16T01:07:03.454Z Downloaded serde_yaml v0.9.34+deprecated
9182024-08-16T01:07:03.454Z Downloaded serde_with_macros v3.8.3
9192024-08-16T01:07:03.454Z Downloaded serde_plain v1.0.2
9202024-08-16T01:07:03.455Z Downloaded schemars v0.8.21
9212024-08-16T01:07:03.478Z Downloaded openssl-macros v0.1.1
9222024-08-16T01:07:03.478Z Downloaded opaque-debug v0.3.1
9232024-08-16T01:07:03.478Z Downloaded olpc-cjson v0.1.3
9242024-08-16T01:07:03.478Z Downloaded num_enum v0.5.11
9252024-08-16T01:07:03.478Z Downloaded maybe-uninit v2.0.0
9262024-08-16T01:07:03.478Z Downloaded linear-map v1.2.0
9272024-08-16T01:07:03.478Z Downloaded lazy_static v1.5.0
9282024-08-16T01:07:03.502Z Downloaded is_ci v1.2.0
9292024-08-16T01:07:03.502Z Downloaded ipnetwork v0.20.0
9302024-08-16T01:07:03.502Z Downloaded inout v0.1.3
9312024-08-16T01:07:03.502Z Downloaded indent_write v2.2.0
9322024-08-16T01:07:03.502Z Downloaded hyper-tls v0.5.0
9332024-08-16T01:07:03.502Z Downloaded humantime v2.1.0
9342024-08-16T01:07:03.502Z Downloaded hubpack v0.1.2
9352024-08-16T01:07:03.502Z Downloaded defmt v0.3.8
9362024-08-16T01:07:03.502Z Downloaded crypto-bigint v0.5.5
9372024-08-16T01:07:03.502Z Downloaded compact_str v0.8.0
9382024-08-16T01:07:03.525Z Downloaded cancel-safe-futures v0.1.5
9392024-08-16T01:07:03.525Z Downloaded blake2 v0.10.6
9402024-08-16T01:07:03.525Z Downloaded signature v2.2.0
9412024-08-16T01:07:03.525Z Downloaded signal-hook-tokio v0.3.1
9422024-08-16T01:07:03.525Z Downloaded signal-hook-registry v1.4.2
9432024-08-16T01:07:03.525Z Downloaded signal-hook-mio v0.2.4
9442024-08-16T01:07:03.525Z Downloaded shlex v1.3.0
9452024-08-16T01:07:03.525Z Downloaded shell-words v1.1.0
9462024-08-16T01:07:03.525Z Downloaded num_threads v0.1.7
9472024-08-16T01:07:03.525Z Downloaded num-conv v0.1.0
9482024-08-16T01:07:03.526Z Downloaded new_debug_unreachable v1.0.6
9492024-08-16T01:07:03.526Z Downloaded ident_case v1.0.1
9502024-08-16T01:07:03.526Z Downloaded hubpack_derive v0.1.1
9512024-08-16T01:07:03.526Z Downloaded cookie v0.17.0
9522024-08-16T01:07:03.526Z Downloaded constant_time_eq v0.3.0
9532024-08-16T01:07:03.549Z Downloaded const-oid v0.9.6
9542024-08-16T01:07:03.549Z Downloaded cobs v0.2.3
9552024-08-16T01:07:03.549Z Downloaded cbc v0.1.2
9562024-08-16T01:07:03.549Z Downloaded bytes v1.7.1
9572024-08-16T01:07:03.549Z Downloaded block-padding v0.3.3
9582024-08-16T01:07:03.549Z Downloaded blake3 v1.5.1
9592024-08-16T01:07:03.549Z Downloaded aho-corasick v1.1.3
9602024-08-16T01:07:03.573Z Downloaded sha1 v0.10.6
9612024-08-16T01:07:03.573Z Downloaded serde_urlencoded v0.7.1
9622024-08-16T01:07:03.573Z Downloaded serde_repr v0.1.19
9632024-08-16T01:07:03.573Z Downloaded serde_path_to_error v0.1.16
9642024-08-16T01:07:03.573Z Downloaded schemars_derive v0.8.21
9652024-08-16T01:07:03.573Z Downloaded scheduled-thread-pool v0.2.7
9662024-08-16T01:07:03.573Z Downloaded match_cfg v0.1.0
9672024-08-16T01:07:03.573Z Downloaded is-terminal v0.4.12
9682024-08-16T01:07:03.573Z Downloaded instant v0.1.12
9692024-08-16T01:07:03.573Z Downloaded debug-ignore v1.0.5
9702024-08-16T01:07:03.573Z Downloaded darling_core v0.20.9
9712024-08-16T01:07:03.596Z Downloaded darling v0.20.9
9722024-08-16T01:07:03.596Z Downloaded crossterm v0.28.1
9732024-08-16T01:07:03.596Z Downloaded crossbeam-epoch v0.9.18
9742024-08-16T01:07:03.596Z Downloaded crossbeam-channel v0.5.12
9752024-08-16T01:07:03.596Z Downloaded crc-catalog v2.4.0
9762024-08-16T01:07:03.596Z Downloaded crc v3.2.1
9772024-08-16T01:07:03.620Z Downloaded cookie v0.18.1
9782024-08-16T01:07:03.620Z Downloaded aes v0.8.4
9792024-08-16T01:07:03.620Z Downloaded csv-core v0.1.11
9802024-08-16T01:07:03.620Z Downloaded crucible-workspace-hack v0.1.0
9812024-08-16T01:07:03.620Z Downloaded crossbeam-utils v0.8.19
9822024-08-16T01:07:03.620Z Downloaded crossbeam-deque v0.8.5
9832024-08-16T01:07:03.620Z Downloaded crc32fast v1.4.0
9842024-08-16T01:07:03.620Z Downloaded crc-any v2.5.0
9852024-08-16T01:07:03.620Z Downloaded cookie_store v0.20.0
9862024-08-16T01:07:03.662Z Downloaded const_format v0.2.32
9872024-08-16T01:07:03.662Z Downloaded console v0.15.8
9882024-08-16T01:07:03.662Z Downloaded clang-sys v1.7.0
9892024-08-16T01:07:03.662Z Downloaded cipher v0.4.4
9902024-08-16T01:07:03.662Z Downloaded ciborium-io v0.2.2
9912024-08-16T01:07:03.686Z Downloaded ciborium v0.2.2
9922024-08-16T01:07:03.686Z Downloaded chacha20poly1305 v0.10.1
9932024-08-16T01:07:03.686Z Downloaded chacha20 v0.9.1
9942024-08-16T01:07:03.686Z Downloaded cexpr v0.6.0
9952024-08-16T01:07:03.686Z Downloaded cc v1.0.97
9962024-08-16T01:07:03.710Z Downloaded cassowary v0.3.0
9972024-08-16T01:07:03.710Z Downloaded camino-tempfile v1.1.1
9982024-08-16T01:07:03.710Z Downloaded bzip2 v0.4.4
9992024-08-16T01:07:03.710Z Downloaded base64 v0.22.1
10002024-08-16T01:07:03.710Z Downloaded base64 v0.21.7
10012024-08-16T01:07:03.710Z Downloaded base64 v0.13.1
10022024-08-16T01:07:03.710Z Downloaded backtrace v0.3.71
10032024-08-16T01:07:03.734Z Downloaded async-recursion v1.1.1
10042024-08-16T01:07:03.734Z Downloaded ascii-canvas v3.0.0
10052024-08-16T01:07:03.734Z Downloaded arc-swap v1.7.1
10062024-08-16T01:07:03.734Z Downloaded allocator-api2 v0.2.18
10072024-08-16T01:07:03.734Z Downloaded ahash v0.8.11
10082024-08-16T01:07:03.734Z Downloaded colored v2.1.0
10092024-08-16T01:07:03.758Z Downloaded ciborium-ll v0.2.2
10102024-08-16T01:07:03.758Z Downloaded castaway v0.2.3
10112024-08-16T01:07:03.758Z Downloaded buf-list v1.0.3
10122024-08-16T01:07:03.758Z Downloaded bitfield-struct v0.6.1
10132024-08-16T01:07:03.758Z Downloaded bit-vec v0.6.3
10142024-08-16T01:07:03.758Z Downloaded bit-set v0.5.3
10152024-08-16T01:07:03.758Z Downloaded bcs v0.1.6
10162024-08-16T01:07:03.758Z Downloaded bb8 v0.8.5
10172024-08-16T01:07:03.758Z Downloaded backoff v0.4.0
10182024-08-16T01:07:03.758Z Downloaded atomic-waker v1.1.2
10192024-08-16T01:07:03.758Z Downloaded async-trait v0.1.81
10202024-08-16T01:07:03.758Z Downloaded arrayvec v0.7.4
10212024-08-16T01:07:03.758Z Downloaded addr2line v0.21.0
10222024-08-16T01:07:03.782Z Downloaded cstr-argument v0.1.2
10232024-08-16T01:07:03.782Z Downloaded crunchy v0.2.2
10242024-08-16T01:07:03.782Z Downloaded convert_case v0.4.0
10252024-08-16T01:07:03.782Z Downloaded const_format_proc_macros v0.2.32
10262024-08-16T01:07:03.782Z Downloaded cfg_aliases v0.1.1
10272024-08-16T01:07:03.782Z Downloaded bitstruct v0.1.1
10282024-08-16T01:07:03.782Z Downloaded bitflags v1.3.2
10292024-08-16T01:07:03.782Z Downloaded bitfield v0.14.0
10302024-08-16T01:07:03.782Z Downloaded base64ct v1.6.0
10312024-08-16T01:07:03.782Z Downloaded base16ct v0.2.0
10322024-08-16T01:07:03.782Z Downloaded atty v0.2.14
10332024-08-16T01:07:03.806Z Downloaded async-stream-impl v0.3.5
10342024-08-16T01:07:03.806Z Downloaded async-stream v0.3.5
10352024-08-16T01:07:03.806Z Downloaded assert_matches v1.5.0
10362024-08-16T01:07:03.806Z Downloaded ascii v1.1.0
10372024-08-16T01:07:03.806Z Downloaded arrayref v0.3.7
10382024-08-16T01:07:03.806Z Downloaded array-init v0.0.4
10392024-08-16T01:07:03.806Z Downloaded argon2 v0.5.3
10402024-08-16T01:07:03.807Z Downloaded aead v0.5.2
10412024-08-16T01:07:03.807Z Downloaded adler v1.0.2
10422024-08-16T01:07:04.020Z Compiling cfg-if v1.0.0
10432024-08-16T01:07:04.020Z Compiling serde v1.0.207
10442024-08-16T01:07:04.044Z Compiling lock_api v0.4.12
10452024-08-16T01:07:04.044Z Compiling scopeguard v1.2.0
10462024-08-16T01:07:04.044Z Compiling typenum v1.17.0
10472024-08-16T01:07:04.044Z Compiling generic-array v0.14.7
10482024-08-16T01:07:04.067Z Compiling syn v2.0.74
10492024-08-16T01:07:04.090Z Compiling log v0.4.21
10502024-08-16T01:07:04.190Z Compiling getrandom v0.2.14
10512024-08-16T01:07:04.272Z Compiling jobserver v0.1.32
10522024-08-16T01:07:04.434Z Compiling rand_core v0.6.4
10532024-08-16T01:07:04.544Z Compiling subtle v2.5.0
10542024-08-16T01:07:04.574Z Compiling cc v1.0.97
10552024-08-16T01:07:04.598Z Compiling const-oid v0.9.6
10562024-08-16T01:07:04.853Z Compiling pin-project-lite v0.2.14
10572024-08-16T01:07:04.876Z Compiling smallvec v1.13.2
10582024-08-16T01:07:04.900Z Compiling parking_lot_core v0.9.10
10592024-08-16T01:07:04.970Z Compiling spin v0.9.8
10602024-08-16T01:07:05.079Z Compiling signal-hook-registry v1.4.2
10612024-08-16T01:07:05.221Z Compiling mio v0.8.11
10622024-08-16T01:07:05.319Z Compiling ahash v0.8.11
10632024-08-16T01:07:05.596Z Compiling parking_lot v0.12.2
10642024-08-16T01:07:05.745Z Compiling tinyvec_macros v0.1.1
10652024-08-16T01:07:05.819Z Compiling tinyvec v1.6.0
10662024-08-16T01:07:05.899Z Compiling num_cpus v1.16.0
10672024-08-16T01:07:06.018Z Compiling socket2 v0.5.7
10682024-08-16T01:07:06.062Z Compiling serde_json v1.0.125
10692024-08-16T01:07:06.192Z Compiling cpufeatures v0.2.12
10702024-08-16T01:07:06.287Z Compiling futures-core v0.3.30
10712024-08-16T01:07:06.318Z Compiling libm v0.2.8
10722024-08-16T01:07:06.366Z Compiling num-traits v0.2.19
10732024-08-16T01:07:06.390Z Compiling slab v0.4.9
10742024-08-16T01:07:06.500Z Compiling unicode-bidi v0.3.15
10752024-08-16T01:07:06.608Z Compiling futures-sink v0.3.30
10762024-08-16T01:07:06.657Z Compiling allocator-api2 v0.2.18
10772024-08-16T01:07:06.981Z Compiling unicode-normalization v0.1.23
10782024-08-16T01:07:07.018Z Compiling futures-channel v0.3.30
10792024-08-16T01:07:07.118Z Compiling pin-utils v0.1.0
10802024-08-16T01:07:07.204Z Compiling futures-io v0.3.30
10812024-08-16T01:07:07.310Z Compiling vcpkg v0.2.15
10822024-08-16T01:07:07.371Z Compiling pkg-config v0.3.30
10832024-08-16T01:07:07.739Z Compiling futures-task v0.3.30
10842024-08-16T01:07:07.763Z Compiling base64ct v1.6.0
10852024-08-16T01:07:07.841Z Compiling flagset v0.4.5
10862024-08-16T01:07:07.865Z Compiling ring v0.17.8
10872024-08-16T01:07:07.992Z Compiling ppv-lite86 v0.2.17
10882024-08-16T01:07:08.027Z Compiling percent-encoding v2.3.1
10892024-08-16T01:07:08.243Z Compiling pem-rfc7468 v0.7.0
10902024-08-16T01:07:08.335Z Compiling tracing-core v0.1.32
10912024-08-16T01:07:08.605Z Compiling rand_chacha v0.3.1
10922024-08-16T01:07:08.648Z Compiling untrusted v0.9.0
10932024-08-16T01:07:08.838Z Compiling rustix v0.38.34
10942024-08-16T01:07:08.906Z Compiling foreign-types-shared v0.1.1
10952024-08-16T01:07:09.007Z Compiling rand v0.8.5
10962024-08-16T01:07:09.132Z Compiling time-core v0.1.2
10972024-08-16T01:07:09.156Z Compiling openssl-sys v0.9.103
10982024-08-16T01:07:09.284Z Compiling openssl v0.10.66
10992024-08-16T01:07:09.591Z Compiling rustversion v1.0.17
11002024-08-16T01:07:09.614Z Compiling powerfmt v0.2.0
11012024-08-16T01:07:09.639Z Compiling num-conv v0.1.0
11022024-08-16T01:07:09.914Z Compiling httparse v1.8.0
11032024-08-16T01:07:09.971Z Compiling time-macros v0.2.18
11042024-08-16T01:07:10.315Z Compiling deranged v0.3.11
11052024-08-16T01:07:10.340Z Compiling foreign-types v0.3.2
11062024-08-16T01:07:10.433Z Compiling form_urlencoded v1.2.1
11072024-08-16T01:07:10.456Z Compiling lazy_static v1.5.0
11082024-08-16T01:07:10.575Z Compiling siphasher v0.3.11
11092024-08-16T01:07:10.647Z Compiling try-lock v0.2.5
11102024-08-16T01:07:10.709Z Compiling rustls v0.21.12
11112024-08-16T01:07:10.775Z Compiling native-tls v0.2.11
11122024-08-16T01:07:10.891Z Compiling num_threads v0.1.7
11132024-08-16T01:07:10.933Z Compiling syn v1.0.109
11142024-08-16T01:07:11.009Z Compiling crossbeam-utils v0.8.19
11152024-08-16T01:07:11.082Z Compiling want v0.3.1
11162024-08-16T01:07:11.530Z Compiling idna v0.5.0
11172024-08-16T01:07:11.555Z Compiling aho-corasick v1.1.3
11182024-08-16T01:07:11.819Z Compiling cookie v0.17.0
11192024-08-16T01:07:11.855Z Compiling tower-service v0.3.2
11202024-08-16T01:07:11.967Z Compiling httpdate v1.0.3
11212024-08-16T01:07:12.060Z Compiling iana-time-zone v0.1.60
11222024-08-16T01:07:12.366Z Compiling finl_unicode v1.2.0
11232024-08-16T01:07:12.461Z Compiling adler v1.0.2
11242024-08-16T01:07:12.513Z Compiling slog v2.7.0
11252024-08-16T01:07:12.591Z Compiling time v0.3.36
11262024-08-16T01:07:12.650Z Compiling openssl-probe v0.1.5
11272024-08-16T01:07:12.741Z Compiling regex-syntax v0.8.4
11282024-08-16T01:07:12.867Z Compiling stringprep v0.1.4
11292024-08-16T01:07:12.961Z Compiling miniz_oxide v0.7.2
11302024-08-16T01:07:13.032Z Compiling url v2.5.2
11312024-08-16T01:07:14.717Z Compiling num-integer v0.1.46
11322024-08-16T01:07:15.172Z Compiling backtrace v0.3.71
11332024-08-16T01:07:15.420Z Compiling idna v0.3.0
11342024-08-16T01:07:15.612Z Compiling rustls-webpki v0.101.7
11352024-08-16T01:07:15.808Z Compiling serde_derive v1.0.207
11362024-08-16T01:07:16.038Z Compiling zeroize_derive v1.4.2
11372024-08-16T01:07:16.678Z Compiling zerocopy-derive v0.7.34
11382024-08-16T01:07:16.977Z Compiling tokio-macros v2.3.0
11392024-08-16T01:07:17.000Z Compiling thiserror-impl v1.0.63
11402024-08-16T01:07:17.165Z Compiling futures-macro v0.3.30
11412024-08-16T01:07:17.308Z Compiling zeroize v1.7.0
11422024-08-16T01:07:18.156Z Compiling der_derive v0.7.2
11432024-08-16T01:07:18.282Z Compiling tracing-attributes v0.1.27
11442024-08-16T01:07:18.469Z Compiling zerocopy v0.7.34
11452024-08-16T01:07:18.750Z Compiling futures-util v0.3.30
11462024-08-16T01:07:18.851Z Compiling crypto-common v0.1.6
11472024-08-16T01:07:19.051Z Compiling block-buffer v0.10.4
11482024-08-16T01:07:19.277Z Compiling digest v0.10.7
11492024-08-16T01:07:19.621Z Compiling hmac v0.12.1
11502024-08-16T01:07:19.685Z Compiling block-padding v0.3.3
11512024-08-16T01:07:19.849Z Compiling thiserror v1.0.63
11522024-08-16T01:07:19.908Z Compiling inout v0.1.3
11532024-08-16T01:07:19.989Z Compiling sha2 v0.10.8
11542024-08-16T01:07:20.153Z Compiling cipher v0.4.4
11552024-08-16T01:07:20.176Z Compiling pest v2.7.10
11562024-08-16T01:07:20.340Z Compiling hashbrown v0.14.5
11572024-08-16T01:07:20.587Z Compiling salsa20 v0.10.2
11582024-08-16T01:07:20.777Z Compiling der v0.7.9
11592024-08-16T01:07:21.321Z Compiling pbkdf2 v0.12.2
11602024-08-16T01:07:21.448Z Compiling scroll_derive v0.12.0
11612024-08-16T01:07:21.471Z Compiling scrypt v0.11.0
11622024-08-16T01:07:21.952Z Compiling tracing v0.1.40
11632024-08-16T01:07:22.387Z Compiling pest_meta v2.7.10
11642024-08-16T01:07:22.478Z Compiling spki v0.7.3
11652024-08-16T01:07:22.572Z Compiling aes v0.8.4
11662024-08-16T01:07:22.596Z Compiling scroll v0.12.0
11672024-08-16T01:07:22.797Z Compiling cbc v0.1.2
11682024-08-16T01:07:23.005Z Compiling goblin v0.8.2
11692024-08-16T01:07:23.061Z Compiling openssl-macros v0.1.1
11702024-08-16T01:07:23.492Z Compiling pest_generator v2.7.10
11712024-08-16T01:07:23.677Z Compiling pkcs5 v0.7.1
11722024-08-16T01:07:23.742Z Compiling sct v0.7.1
11732024-08-16T01:07:24.624Z Compiling pkcs8 v0.10.2
11742024-08-16T01:07:24.685Z Compiling md-5 v0.10.6
11752024-08-16T01:07:24.922Z Compiling regex-automata v0.4.6
11762024-08-16T01:07:25.129Z Compiling hash32 v0.2.1
11772024-08-16T01:07:25.230Z Compiling base64 v0.22.1
11782024-08-16T01:07:25.445Z Compiling num-bigint-dig v0.8.4
11792024-08-16T01:07:25.704Z Compiling cfg_aliases v0.1.1
11802024-08-16T01:07:25.761Z Compiling stable_deref_trait v1.2.0
11812024-08-16T01:07:25.797Z Compiling smoltcp v0.9.1
11822024-08-16T01:07:25.847Z Compiling fallible-iterator v0.2.0
11832024-08-16T01:07:25.873Z Compiling crc32fast v1.4.0
11842024-08-16T01:07:26.285Z Compiling signal-hook v0.3.17
11852024-08-16T01:07:26.394Z Compiling gimli v0.28.1
11862024-08-16T01:07:26.437Z Compiling psl-types v2.0.11
11872024-08-16T01:07:26.460Z Compiling pest_derive v2.7.10
11882024-08-16T01:07:26.579Z Compiling publicsuffix v2.2.3
11892024-08-16T01:07:26.678Z Compiling nix v0.28.0
11902024-08-16T01:07:26.805Z Compiling bytes v1.7.1
11912024-08-16T01:07:27.112Z Compiling bitflags v2.6.0
11922024-08-16T01:07:27.323Z Compiling indexmap v2.4.0
11932024-08-16T01:07:27.488Z Compiling semver v1.0.23
11942024-08-16T01:07:27.846Z Compiling tokio v1.38.1
11952024-08-16T01:07:28.117Z Compiling http v0.2.12
11962024-08-16T01:07:28.472Z Compiling rustc_version v0.4.0
11972024-08-16T01:07:29.749Z Compiling http-body v0.4.6
11982024-08-16T01:07:30.135Z Compiling heapless v0.7.17
11992024-08-16T01:07:30.168Z Compiling dof v0.3.0
12002024-08-16T01:07:30.483Z Compiling dtrace-parser v0.2.0
12012024-08-16T01:07:31.175Z Compiling uuid v1.10.0
12022024-08-16T01:07:31.289Z Compiling usdt-impl v0.5.0
12032024-08-16T01:07:31.618Z Compiling serde_tokenstream v0.2.2
12042024-08-16T01:07:31.879Z Compiling serde_spanned v0.6.7
12052024-08-16T01:07:32.066Z Compiling chrono v0.4.38
12062024-08-16T01:07:32.120Z Compiling toml_datetime v0.6.8
12072024-08-16T01:07:32.315Z Compiling terminal_size v0.3.0
12082024-08-16T01:07:32.483Z Compiling addr2line v0.21.0
12092024-08-16T01:07:32.563Z Compiling postgres-protocol v0.6.7
12102024-08-16T01:07:32.588Z Compiling hubpack_derive v0.1.1
12112024-08-16T01:07:33.048Z Compiling async-trait v0.1.81
12122024-08-16T01:07:33.126Z Compiling zerocopy-derive v0.6.6
12132024-08-16T01:07:33.335Z Compiling num-iter v0.1.45
12142024-08-16T01:07:34.320Z Compiling phf_shared v0.11.2
12152024-08-16T01:07:34.451Z Compiling tokio-util v0.7.11
12162024-08-16T01:07:34.642Z Compiling tokio-rustls v0.24.1
12172024-08-16T01:07:34.857Z Compiling serde_derive_internals v0.29.1
12182024-08-16T01:07:35.044Z Compiling ff v0.13.0
12192024-08-16T01:07:35.187Z Compiling object v0.32.2
12202024-08-16T01:07:35.244Z Compiling h2 v0.3.26
12212024-08-16T01:07:35.267Z Compiling tokio-native-tls v0.3.1
12222024-08-16T01:07:35.485Z Compiling fs-err v2.11.0
12232024-08-16T01:07:35.509Z Compiling either v1.13.0
12242024-08-16T01:07:35.571Z Compiling base16ct v0.2.0
12252024-08-16T01:07:35.720Z Compiling winnow v0.5.40
12262024-08-16T01:07:35.842Z Compiling schemars v0.8.21
12272024-08-16T01:07:35.866Z Compiling regex-automata v0.1.10
12282024-08-16T01:07:36.126Z Compiling managed v0.8.0
12292024-08-16T01:07:36.270Z Compiling bitflags v1.3.2
12302024-08-16T01:07:36.362Z Compiling ipnet v2.9.0
12312024-08-16T01:07:36.489Z Compiling rustc-demangle v0.1.24
12322024-08-16T01:07:37.072Z Compiling base64 v0.21.7
12332024-08-16T01:07:37.159Z Compiling anyhow v1.0.86
12342024-08-16T01:07:37.265Z Compiling clap_builder v4.5.15
12352024-08-16T01:07:37.349Z Compiling schemars_derive v0.8.21
12362024-08-16T01:07:37.706Z Compiling rustls-pemfile v1.0.4
12372024-08-16T01:07:38.076Z Compiling bstr v0.2.17
12382024-08-16T01:07:38.829Z Compiling toml_edit v0.19.15
12392024-08-16T01:07:39.399Z Compiling sec1 v0.7.3
12402024-08-16T01:07:39.795Z Compiling group v0.13.0
12412024-08-16T01:07:39.943Z Compiling zerocopy v0.6.6
12422024-08-16T01:07:40.103Z Compiling phf v0.11.2
12432024-08-16T01:07:40.155Z Compiling cookie_store v0.20.0
12442024-08-16T01:07:40.301Z Compiling postgres-types v0.2.7
12452024-08-16T01:07:41.173Z Compiling hyper v0.14.30
12462024-08-16T01:07:41.434Z Compiling hubpack v0.1.2
12472024-08-16T01:07:41.567Z Compiling usdt-macro v0.5.0
12482024-08-16T01:07:41.817Z Compiling usdt-attr-macro v0.5.0
12492024-08-16T01:07:42.752Z Compiling regex v1.10.6
12502024-08-16T01:07:43.152Z Compiling serde_urlencoded v0.7.1
12512024-08-16T01:07:43.586Z Compiling pkcs1 v0.7.5
12522024-08-16T01:07:43.690Z Compiling futures-executor v0.3.30
12532024-08-16T01:07:43.821Z Compiling hkdf v0.12.4
12542024-08-16T01:07:44.038Z Compiling signature v2.2.0
12552024-08-16T01:07:44.165Z Compiling crypto-bigint v0.5.5
12562024-08-16T01:07:44.274Z Compiling enum-as-inner v0.6.0
12572024-08-16T01:07:44.423Z Compiling strum_macros v0.25.3
12582024-08-16T01:07:44.459Z Compiling clap_derive v4.5.13
12592024-08-16T01:07:44.771Z Compiling serde_repr v0.1.19
12602024-08-16T01:07:45.112Z Compiling phf_shared v0.10.0
12612024-08-16T01:07:45.242Z Compiling float-cmp v0.9.0
12622024-08-16T01:07:45.431Z Compiling idna v0.4.0
12632024-08-16T01:07:45.454Z Compiling mio v1.0.2
12642024-08-16T01:07:45.691Z Compiling encoding_rs v0.8.34
12652024-08-16T01:07:46.421Z Compiling precomputed-hash v0.1.1
12662024-08-16T01:07:46.515Z Compiling normalize-line-endings v0.3.0
12672024-08-16T01:07:46.616Z Compiling hyper-rustls v0.24.2
12682024-08-16T01:07:46.641Z Compiling hyper-tls v0.5.0
12692024-08-16T01:07:46.906Z Compiling predicates-core v1.0.6
12702024-08-16T01:07:46.937Z Compiling sync_wrapper v0.1.2
12712024-08-16T01:07:47.048Z Compiling unicode-segmentation v1.11.0
12722024-08-16T01:07:47.224Z Compiling minimal-lexical v0.2.1
12732024-08-16T01:07:47.552Z Compiling webpki-roots v0.25.4
12742024-08-16T01:07:47.659Z Compiling mime v0.3.17
12752024-08-16T01:07:47.701Z Compiling difflib v0.4.0
12762024-08-16T01:07:47.725Z Compiling new_debug_unreachable v1.0.6
12772024-08-16T01:07:47.816Z Compiling dyn-clone v1.0.17
12782024-08-16T01:07:48.010Z Compiling whoami v1.5.1
12792024-08-16T01:07:48.206Z Compiling data-encoding v2.6.0
12802024-08-16T01:07:48.273Z Compiling bit-vec v0.6.3
12812024-08-16T01:07:48.539Z Compiling static_assertions v1.1.0
12822024-08-16T01:07:48.691Z Compiling fixedbitset v0.4.2
12832024-08-16T01:07:48.715Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12842024-08-16T01:07:48.941Z Compiling petgraph v0.6.5
12852024-08-16T01:07:49.021Z Compiling hickory-proto v0.24.1
12862024-08-16T01:07:49.090Z Compiling bit-set v0.5.3
12872024-08-16T01:07:49.113Z Compiling tokio-postgres v0.7.11
12882024-08-16T01:07:49.113Z Compiling clap v4.5.15
12892024-08-16T01:07:49.240Z Compiling predicates v3.1.2
12902024-08-16T01:07:50.172Z Compiling reqwest v0.11.27
12912024-08-16T01:07:50.624Z Compiling string_cache v0.8.7
12922024-08-16T01:07:51.011Z Compiling similar v2.5.0
12932024-08-16T01:07:51.713Z Compiling nom v7.1.3
12942024-08-16T01:07:52.103Z Compiling toml_edit v0.22.20
12952024-08-16T01:07:52.266Z Compiling elliptic-curve v0.13.8
12962024-08-16T01:07:52.950Z Compiling console v0.15.8
12972024-08-16T01:07:53.035Z Compiling usdt v0.5.0
12982024-08-16T01:07:53.459Z Compiling signal-hook-mio v0.2.4
12992024-08-16T01:07:53.532Z Compiling rsa v0.9.6
13002024-08-16T01:07:53.632Z Compiling futures v0.3.30
13012024-08-16T01:07:53.656Z Compiling flate2 v1.0.31
13022024-08-16T01:07:54.215Z Compiling toml v0.7.8
13032024-08-16T01:07:55.195Z Compiling itertools v0.10.5
13042024-08-16T01:07:55.256Z Compiling itertools v0.12.1
13052024-08-16T01:07:55.621Z Compiling tokio-stream v0.1.15
13062024-08-16T01:07:56.370Z Compiling bstr v1.9.1
13072024-08-16T01:07:56.970Z Compiling openapiv3 v2.0.0
13082024-08-16T01:07:57.205Z Compiling hex v0.4.3
13092024-08-16T01:07:57.419Z Compiling sha1 v0.10.6
13102024-08-16T01:07:57.700Z Compiling crossbeam-epoch v0.9.18
13112024-08-16T01:07:57.772Z Compiling dirs-sys-next v0.1.2
13122024-08-16T01:07:57.795Z Compiling unicode-xid v0.2.4
13132024-08-16T01:07:57.795Z Compiling peg-runtime v0.8.3
13142024-08-16T01:07:57.955Z Compiling lalrpop-util v0.19.12
13152024-08-16T01:07:58.257Z Compiling dirs-next v2.0.0
13162024-08-16T01:07:58.342Z Compiling thread_local v1.1.8
13172024-08-16T01:07:58.365Z Compiling slog-async v2.8.0
13182024-08-16T01:07:58.388Z Compiling term v0.7.0
13192024-08-16T01:07:58.431Z Compiling xattr v1.3.1
13202024-08-16T01:07:58.692Z Compiling strum_macros v0.26.4
13212024-08-16T01:07:58.717Z Compiling crossbeam-channel v0.5.12
13222024-08-16T01:07:58.866Z Compiling filetime v0.2.24
13232024-08-16T01:07:58.918Z Compiling is-terminal v0.4.12
13242024-08-16T01:07:59.038Z Compiling take_mut v0.2.2
13252024-08-16T01:07:59.138Z Compiling tar v0.4.41
13262024-08-16T01:07:59.178Z Compiling slog-term v2.9.1
13272024-08-16T01:07:59.687Z Compiling camino v1.1.7
13282024-08-16T01:08:01.123Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13292024-08-16T01:08:01.768Z Compiling strum v0.26.3
13302024-08-16T01:08:01.877Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13312024-08-16T01:08:07.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
13322024-08-16T01:08:08.072Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13332024-08-16T01:08:08.136ZAug 16 01:08:07.209 INFO Starting download, target: Cockroach
13342024-08-16T01:08:08.136ZAug 16 01:08:07.209 INFO Starting download, target: DendriteOpenapi
13352024-08-16T01:08:08.136ZAug 16 01:08:07.209 INFO Starting download, target: Console
13362024-08-16T01:08:08.162ZAug 16 01:08:07.210 INFO Starting download, target: DendriteStub
13372024-08-16T01:08:08.162ZAug 16 01:08:07.210 INFO Starting download, target: Clickhouse
13382024-08-16T01:08:08.162ZAug 16 01:08:07.210 INFO Starting download, target: MaghemiteMgd
13392024-08-16T01:08:08.162ZAug 16 01:08:07.210 INFO Starting download, target: TransceiverControl
13402024-08-16T01:08:08.162ZAug 16 01:08:07.211 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13412024-08-16T01:08:08.162ZAug 16 01:08:07.211 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13422024-08-16T01:08:08.162ZAug 16 01:08:07.211 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13432024-08-16T01:08:08.162ZAug 16 01:08:07.211 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13442024-08-16T01:08:08.162ZAug 16 01:08:07.211 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13452024-08-16T01:08:08.162ZAug 16 01:08:07.211 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13462024-08-16T01:08:08.162ZAug 16 01:08:07.212 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13472024-08-16T01:08:08.520ZAug 16 01:08:07.591 INFO Download complete, target: DendriteOpenapi
13482024-08-16T01:08:08.558ZAug 16 01:08:07.630 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13492024-08-16T01:08:08.885ZAug 16 01:08:07.958 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13502024-08-16T01:08:08.916ZAug 16 01:08:07.988 INFO Download complete, target: Console
13512024-08-16T01:08:09.963ZAug 16 01:08:09.036 INFO Download complete, target: TransceiverControl
13522024-08-16T01:08:09.987ZAug 16 01:08:09.060 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13532024-08-16T01:08:10.772ZAug 16 01:08:09.845 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13542024-08-16T01:08:13.263ZAug 16 01:08:12.337 INFO Download complete, target: DendriteStub
13552024-08-16T01:08:13.367ZAug 16 01:08:12.440 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13562024-08-16T01:08:13.367ZAug 16 01:08:12.440 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13572024-08-16T01:08:14.254ZAug 16 01:08:13.327 INFO Download complete, target: MaghemiteMgd
13582024-08-16T01:08:22.863ZAug 16 01:08:21.937 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13592024-08-16T01:08:23.316ZAug 16 01:08:22.382 INFO Checking that binary works, target: Cockroach
13602024-08-16T01:08:23.506ZAug 16 01:08:22.580 INFO Download complete, target: Cockroach
13612024-08-16T01:08:23.769ZAug 16 01:08:22.842 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13622024-08-16T01:08:39.884ZAug 16 01:08:38.959 INFO Checking that binary works, target: Clickhouse
13632024-08-16T01:08:40.010ZAug 16 01:08:39.086 INFO Download complete, target: Clickhouse
13642024-08-16T01:08:40.036ZAll builder prerequisites installed successfully, and PATH looks valid
13652024-08-16T01:08:40.059Z
13662024-08-16T01:08:40.059Zreal 3:34.672177471
13672024-08-16T01:08:40.059Zuser 9:37.521580342
13682024-08-16T01:08:40.059Zsys 2:18.020976008
13692024-08-16T01:08:40.059Ztrap 0.276837793
13702024-08-16T01:08:40.059Ztflt 0.471169110
13712024-08-16T01:08:40.059Zdflt 1.615296745
13722024-08-16T01:08:40.059Zkflt 0.007280316
13732024-08-16T01:08:40.059Zlock 22:39.047445608
13742024-08-16T01:08:40.059Zslp 36:04.962810099
13752024-08-16T01:08:40.059Zlat 41.130249453
13762024-08-16T01:08:40.059Zstop 1:40.844495934
13772024-08-16T01:08:40.060Z+ banner hack-check
13782024-08-16T01:08:40.060Z
13792024-08-16T01:08:40.060Z # # ## #### # # #### # # ###### #### # #
13802024-08-16T01:08:40.060Z # # # # # # # # # # # # # # # # #
13812024-08-16T01:08:40.060Z ###### # # # #### ##### # ###### ##### # ####
13822024-08-16T01:08:40.060Z # # ###### # # # # # # # # # #
13832024-08-16T01:08:40.060Z # # # # # # # # # # # # # # # # #
13842024-08-16T01:08:40.060Z # # # # #### # # #### # # ###### #### # #
13852024-08-16T01:08:40.060Z
13862024-08-16T01:08:40.060Z+ export CARGO_INCREMENTAL=0
13872024-08-16T01:08:40.060Z+ CARGO_INCREMENTAL=0
13882024-08-16T01:08:40.060Z+ ptime -m timeout 2h cargo xtask check-features --ci
13892024-08-16T01:08:40.744Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13902024-08-16T01:08:45.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
13912024-08-16T01:08:45.301Z Running `target/debug/xtask check-features --ci`
13922024-08-16T01:08:45.334Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
13932024-08-16T01:08:45.334Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
13942024-08-16T01:08:46.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
13952024-08-16T01:08:46.108Z Running `target/debug/xtask download cargo-hack`
13962024-08-16T01:08:47.295Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13972024-08-16T01:08:47.659Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13982024-08-16T01:08:53.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s
13992024-08-16T01:08:53.171Z Running `target/debug/xtask-downloader cargo-hack`
14002024-08-16T01:08:53.219ZAug 16 01:08:52.296 INFO Starting download, target: CargoHack
14012024-08-16T01:08:53.243ZAug 16 01:08:52.297 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
14022024-08-16T01:08:53.781ZAug 16 01:08:52.857 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
14032024-08-16T01:08:53.901ZAug 16 01:08:52.977 INFO Download complete, target: CargoHack
14042024-08-16T01:08:53.924Zrunning: "/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"
14052024-08-16T01:08:53.948Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
14062024-08-16T01:08:54.129Zinfo: running `cargo check --bins` on api_identity (1/150)
14072024-08-16T01:08:54.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14082024-08-16T01:08:54.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14092024-08-16T01:08:54.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14102024-08-16T01:08:54.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
14112024-08-16T01:08:54.908Z
14122024-08-16T01:08:54.908Zinfo: running `cargo check --bins` on bootstore (2/150)
14132024-08-16T01:08:55.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14142024-08-16T01:08:55.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14152024-08-16T01:08:55.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14162024-08-16T01:08:55.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
14172024-08-16T01:08:55.693Z
14182024-08-16T01:08:55.694Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/150)
14192024-08-16T01:08:56.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14202024-08-16T01:08:56.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14212024-08-16T01:08:56.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14222024-08-16T01:08:56.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
14232024-08-16T01:08:56.477Z
14242024-08-16T01:08:56.477Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150)
14252024-08-16T01:08:57.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14262024-08-16T01:08:57.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14272024-08-16T01:08:57.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14282024-08-16T01:08:57.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
14292024-08-16T01:08:57.271Z
14302024-08-16T01:08:57.271Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150)
14312024-08-16T01:08:57.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14322024-08-16T01:08:57.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14332024-08-16T01:08:57.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14342024-08-16T01:08:57.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14352024-08-16T01:08:57.848Z
14362024-08-16T01:08:57.848Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150)
14372024-08-16T01:08:58.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14382024-08-16T01:08:58.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14392024-08-16T01:08:58.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14402024-08-16T01:08:58.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14412024-08-16T01:08:58.445Z
14422024-08-16T01:08:58.445Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150)
14432024-08-16T01:08:58.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14442024-08-16T01:08:59.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14452024-08-16T01:08:59.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14462024-08-16T01:08:59.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14472024-08-16T01:08:59.029Z
14482024-08-16T01:08:59.029Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150)
14492024-08-16T01:08:59.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14502024-08-16T01:08:59.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14512024-08-16T01:08:59.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14522024-08-16T01:08:59.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
14532024-08-16T01:08:59.634Z
14542024-08-16T01:08:59.634Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150)
14552024-08-16T01:09:00.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14562024-08-16T01:09:00.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14572024-08-16T01:09:00.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14582024-08-16T01:09:00.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14592024-08-16T01:09:00.233Z
14602024-08-16T01:09:00.233Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150)
14612024-08-16T01:09:00.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14622024-08-16T01:09:00.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14632024-08-16T01:09:00.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14642024-08-16T01:09:00.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14652024-08-16T01:09:00.808Z
14662024-08-16T01:09:00.808Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150)
14672024-08-16T01:09:01.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14682024-08-16T01:09:01.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14692024-08-16T01:09:01.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14702024-08-16T01:09:01.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14712024-08-16T01:09:01.407Z
14722024-08-16T01:09:01.407Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150)
14732024-08-16T01:09:01.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14742024-08-16T01:09:01.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14752024-08-16T01:09:01.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14762024-08-16T01:09:01.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14772024-08-16T01:09:01.999Z
14782024-08-16T01:09:01.999Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150)
14792024-08-16T01:09:02.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14802024-08-16T01:09:02.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14812024-08-16T01:09:02.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14822024-08-16T01:09:02.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14832024-08-16T01:09:02.577Z
14842024-08-16T01:09:02.577Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150)
14852024-08-16T01:09:03.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14862024-08-16T01:09:03.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14872024-08-16T01:09:03.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14882024-08-16T01:09:03.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14892024-08-16T01:09:03.152Z
14902024-08-16T01:09:03.152Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150)
14912024-08-16T01:09:03.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14922024-08-16T01:09:03.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14932024-08-16T01:09:03.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
14942024-08-16T01:09:03.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
14952024-08-16T01:09:03.742Z
14962024-08-16T01:09:03.742Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150)
14972024-08-16T01:09:04.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
14982024-08-16T01:09:04.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
14992024-08-16T01:09:04.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15002024-08-16T01:09:04.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15012024-08-16T01:09:04.304Z
15022024-08-16T01:09:04.304Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150)
15032024-08-16T01:09:04.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15042024-08-16T01:09:04.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15052024-08-16T01:09:04.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15062024-08-16T01:09:04.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15072024-08-16T01:09:04.890Z
15082024-08-16T01:09:04.890Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150)
15092024-08-16T01:09:05.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15102024-08-16T01:09:05.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15112024-08-16T01:09:05.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15122024-08-16T01:09:05.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15132024-08-16T01:09:05.478Z
15142024-08-16T01:09:05.478Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150)
15152024-08-16T01:09:06.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15162024-08-16T01:09:06.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15172024-08-16T01:09:06.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15182024-08-16T01:09:06.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15192024-08-16T01:09:06.070Z
15202024-08-16T01:09:06.070Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150)
15212024-08-16T01:09:06.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15222024-08-16T01:09:06.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15232024-08-16T01:09:06.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15242024-08-16T01:09:06.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15252024-08-16T01:09:06.660Z
15262024-08-16T01:09:06.660Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150)
15272024-08-16T01:09:07.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15282024-08-16T01:09:07.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15292024-08-16T01:09:07.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15302024-08-16T01:09:07.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15312024-08-16T01:09:07.226Z
15322024-08-16T01:09:07.226Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150)
15332024-08-16T01:09:07.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15342024-08-16T01:09:07.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15352024-08-16T01:09:07.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15362024-08-16T01:09:07.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15372024-08-16T01:09:07.804Z
15382024-08-16T01:09:07.804Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150)
15392024-08-16T01:09:08.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15402024-08-16T01:09:08.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15412024-08-16T01:09:08.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15422024-08-16T01:09:08.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15432024-08-16T01:09:08.392Z
15442024-08-16T01:09:08.392Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150)
15452024-08-16T01:09:08.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15462024-08-16T01:09:08.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15472024-08-16T01:09:08.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15482024-08-16T01:09:08.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
15492024-08-16T01:09:08.983Z
15502024-08-16T01:09:08.983Zinfo: running `cargo check --bins` on sled-hardware-types (25/150)
15512024-08-16T01:09:09.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15522024-08-16T01:09:09.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15532024-08-16T01:09:09.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15542024-08-16T01:09:09.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
15552024-08-16T01:09:09.806Z
15562024-08-16T01:09:09.806Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/150)
15572024-08-16T01:09:10.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15582024-08-16T01:09:10.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15592024-08-16T01:09:10.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15602024-08-16T01:09:10.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
15612024-08-16T01:09:10.597Z
15622024-08-16T01:09:10.597Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150)
15632024-08-16T01:09:11.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15642024-08-16T01:09:11.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15652024-08-16T01:09:11.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15662024-08-16T01:09:11.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
15672024-08-16T01:09:11.422Z
15682024-08-16T01:09:11.422Zinfo: running `cargo check --bins` on oxlog (28/150)
15692024-08-16T01:09:12.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15702024-08-16T01:09:12.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15712024-08-16T01:09:12.209Z Checking cfg-if v1.0.0
15722024-08-16T01:09:12.233Z Checking libc v0.2.155
15732024-08-16T01:09:12.233Z Checking serde v1.0.207
15742024-08-16T01:09:12.233Z Checking memchr v2.7.2
15752024-08-16T01:09:12.233Z Checking zeroize v1.7.0
15762024-08-16T01:09:12.261Z Checking scopeguard v1.2.0
15772024-08-16T01:09:12.296Z Checking typenum v1.17.0
15782024-08-16T01:09:12.297Z Checking byteorder v1.5.0
15792024-08-16T01:09:12.325Z Checking log v0.4.21
15802024-08-16T01:09:12.410Z Checking lock_api v0.4.12
15812024-08-16T01:09:12.487Z Checking subtle v2.5.0
15822024-08-16T01:09:12.565Z Checking const-oid v0.9.6
15832024-08-16T01:09:12.638Z Checking once_cell v1.19.0
15842024-08-16T01:09:12.703Z Checking itoa v1.0.11
15852024-08-16T01:09:12.746Z Checking smallvec v1.13.2
15862024-08-16T01:09:12.876Z Checking pin-project-lite v0.2.14
15872024-08-16T01:09:12.906Z Checking spin v0.9.8
15882024-08-16T01:09:12.987Z Checking zerocopy v0.7.34
15892024-08-16T01:09:13.012Z Checking tinyvec_macros v0.1.1
15902024-08-16T01:09:13.037Z Checking cpufeatures v0.2.12
15912024-08-16T01:09:13.082Z Checking tinyvec v1.6.0
15922024-08-16T01:09:13.116Z Checking futures-core v0.3.30
15932024-08-16T01:09:13.169Z Checking getrandom v0.2.14
15942024-08-16T01:09:13.216Z Checking signal-hook-registry v1.4.2
15952024-08-16T01:09:13.262Z Checking generic-array v0.14.7
15962024-08-16T01:09:13.286Z Checking parking_lot_core v0.9.10
15972024-08-16T01:09:13.387Z Checking rand_core v0.6.4
15982024-08-16T01:09:13.431Z Checking mio v0.8.11
15992024-08-16T01:09:13.560Z Checking parking_lot v0.12.2
16002024-08-16T01:09:13.637Z Checking num_cpus v1.16.0
16012024-08-16T01:09:13.738Z Checking socket2 v0.5.7
16022024-08-16T01:09:13.858Z Checking futures-sink v0.3.30
16032024-08-16T01:09:13.935Z Checking unicode-bidi v0.3.15
16042024-08-16T01:09:13.960Z Checking allocator-api2 v0.2.18
16052024-08-16T01:09:13.984Z Checking libm v0.2.8
16062024-08-16T01:09:14.151Z Checking equivalent v1.0.1
16072024-08-16T01:09:14.175Z Checking unicode-normalization v0.1.23
16082024-08-16T01:09:14.176Z Checking ahash v0.8.11
16092024-08-16T01:09:14.209Z Checking crypto-common v0.1.6
16102024-08-16T01:09:14.239Z Checking block-buffer v0.10.4
16112024-08-16T01:09:14.369Z Checking block-padding v0.3.3
16122024-08-16T01:09:14.435Z Checking digest v0.10.7
16132024-08-16T01:09:14.459Z Checking ryu v1.0.18
16142024-08-16T01:09:14.484Z Checking futures-channel v0.3.30
16152024-08-16T01:09:14.543Z Checking inout v0.1.3
16162024-08-16T01:09:14.623Z Checking hashbrown v0.14.5
16172024-08-16T01:09:14.652Z Checking slab v0.4.9
16182024-08-16T01:09:14.746Z Checking cipher v0.4.4
16192024-08-16T01:09:14.770Z Checking hmac v0.12.1
16202024-08-16T01:09:14.770Z Checking num-traits v0.2.19
16212024-08-16T01:09:14.796Z Checking sha2 v0.10.8
16222024-08-16T01:09:14.865Z Checking futures-io v0.3.30
16232024-08-16T01:09:14.890Z Checking futures-task v0.3.30
16242024-08-16T01:09:14.950Z Checking pin-utils v0.1.0
16252024-08-16T01:09:15.025Z Checking base64ct v1.6.0
16262024-08-16T01:09:15.048Z Checking percent-encoding v2.3.1
16272024-08-16T01:09:15.083Z Checking futures-util v0.3.30
16282024-08-16T01:09:15.107Z Checking ppv-lite86 v0.2.17
16292024-08-16T01:09:15.217Z Checking flagset v0.4.5
16302024-08-16T01:09:15.242Z Checking salsa20 v0.10.2
16312024-08-16T01:09:15.382Z Checking pbkdf2 v0.12.2
16322024-08-16T01:09:15.409Z Checking pem-rfc7468 v0.7.0
16332024-08-16T01:09:15.433Z Checking tracing-core v0.1.32
16342024-08-16T01:09:15.517Z Checking untrusted v0.9.0
16352024-08-16T01:09:15.620Z Checking der v0.7.9
16362024-08-16T01:09:15.644Z Checking fnv v1.0.7
16372024-08-16T01:09:15.670Z Checking ring v0.17.8
16382024-08-16T01:09:15.693Z Checking rand_chacha v0.3.1
16392024-08-16T01:09:15.748Z Checking scrypt v0.11.0
16402024-08-16T01:09:15.933Z Checking aes v0.8.4
16412024-08-16T01:09:15.984Z Checking rand v0.8.5
16422024-08-16T01:09:16.008Z Checking tracing v0.1.40
16432024-08-16T01:09:16.150Z Checking cbc v0.1.2
16442024-08-16T01:09:16.289Z Checking thiserror v1.0.63
16452024-08-16T01:09:16.322Z Checking foreign-types-shared v0.1.1
16462024-08-16T01:09:16.414Z Checking bytes v1.7.1
16472024-08-16T01:09:16.438Z Checking bitflags v2.6.0
16482024-08-16T01:09:16.438Z Checking indexmap v2.4.0
16492024-08-16T01:09:16.651Z Checking serde_json v1.0.125
16502024-08-16T01:09:16.684Z Checking foreign-types v0.3.2
16512024-08-16T01:09:16.766Z Checking form_urlencoded v1.2.1
16522024-08-16T01:09:16.930Z Checking lazy_static v1.5.0
16532024-08-16T01:09:16.959Z Checking openssl-sys v0.9.103
16542024-08-16T01:09:17.031Z Checking unicode-ident v1.0.12
16552024-08-16T01:09:17.077Z Checking tokio v1.38.1
16562024-08-16T01:09:17.145Z Checking spki v0.7.3
16572024-08-16T01:09:17.172Z Checking http v0.2.12
16582024-08-16T01:09:17.200Z Checking powerfmt v0.2.0
16592024-08-16T01:09:17.384Z Checking pkcs5 v0.7.1
16602024-08-16T01:09:17.408Z Checking try-lock v0.2.5
16612024-08-16T01:09:17.462Z Checking siphasher v0.3.11
16622024-08-16T01:09:17.520Z Checking want v0.3.1
16632024-08-16T01:09:17.671Z Checking deranged v0.3.11
16642024-08-16T01:09:17.719Z Checking proc-macro2 v1.0.86
16652024-08-16T01:09:17.794Z Checking pkcs8 v0.10.2
16662024-08-16T01:09:17.994Z Checking openssl v0.10.66
16672024-08-16T01:09:18.019Z Checking rustls-webpki v0.101.7
16682024-08-16T01:09:18.057Z Checking sct v0.7.1
16692024-08-16T01:09:18.226Z Checking uuid v1.10.0
16702024-08-16T01:09:18.264Z Checking http-body v0.4.6
16712024-08-16T01:09:18.288Z Checking idna v0.5.0
16722024-08-16T01:09:18.602Z Checking httparse v1.8.0
16732024-08-16T01:09:18.627Z Checking errno v0.3.9
16742024-08-16T01:09:18.767Z Checking scroll v0.12.0
16752024-08-16T01:09:18.792Z Checking aho-corasick v1.1.3
16762024-08-16T01:09:18.908Z Checking plain v0.2.3
16772024-08-16T01:09:18.958Z Checking tower-service v0.3.2
16782024-08-16T01:09:19.039Z Checking adler v1.0.2
16792024-08-16T01:09:19.071Z Checking num-conv v0.1.0
16802024-08-16T01:09:19.124Z Checking ucd-trie v0.1.6
16812024-08-16T01:09:19.164Z Checking time-core v0.1.2
16822024-08-16T01:09:19.189Z Checking utf8parse v0.2.1
16832024-08-16T01:09:19.255Z Checking openssl-probe v0.1.5
16842024-08-16T01:09:19.282Z Checking finl_unicode v1.2.0
16852024-08-16T01:09:19.306Z Checking iana-time-zone v0.1.60
16862024-08-16T01:09:19.307Z Checking num_threads v0.1.7
16872024-08-16T01:09:19.331Z Checking httpdate v1.0.3
16882024-08-16T01:09:19.387Z Checking anstyle v1.0.8
16892024-08-16T01:09:19.413Z Checking regex-syntax v0.8.4
16902024-08-16T01:09:19.436Z Checking chrono v0.4.38
16912024-08-16T01:09:19.518Z Checking time v0.3.36
16922024-08-16T01:09:19.677Z Checking anstyle-parse v0.2.4
16932024-08-16T01:09:19.768Z Checking stringprep v0.1.4
16942024-08-16T01:09:19.900Z Checking pest v2.7.10
16952024-08-16T01:09:19.978Z Checking miniz_oxide v0.7.2
16962024-08-16T01:09:20.142Z Checking goblin v0.8.2
16972024-08-16T01:09:20.560Z Checking url v2.5.2
16982024-08-16T01:09:21.154Z Checking rustix v0.38.34
16992024-08-16T01:09:21.294Z Checking rustls v0.21.12
17002024-08-16T01:09:21.594Z Checking quote v1.0.36
17012024-08-16T01:09:21.891Z Checking toml_datetime v0.6.8
17022024-08-16T01:09:21.982Z Checking serde_spanned v0.6.7
17032024-08-16T01:09:22.026Z Checking regex-automata v0.4.6
17042024-08-16T01:09:22.151Z Checking num-integer v0.1.46
17052024-08-16T01:09:22.176Z Checking idna v0.3.0
17062024-08-16T01:09:22.490Z Checking native-tls v0.2.11
17072024-08-16T01:09:22.582Z Checking md-5 v0.10.6
17082024-08-16T01:09:22.782Z Checking hash32 v0.2.1
17092024-08-16T01:09:22.806Z Checking gimli v0.28.1
17102024-08-16T01:09:22.832Z Checking pretty-hex v0.4.1
17112024-08-16T01:09:22.872Z Checking fallible-iterator v0.2.0
17122024-08-16T01:09:22.990Z Checking is_terminal_polyfill v1.70.0
17132024-08-16T01:09:23.051Z Checking colorchoice v1.0.1
17142024-08-16T01:09:23.094Z Checking stable_deref_trait v1.2.0
17152024-08-16T01:09:23.136Z Checking tokio-util v0.7.11
17162024-08-16T01:09:23.167Z Checking psl-types v2.0.11
17172024-08-16T01:09:23.193Z Checking base64 v0.22.1
17182024-08-16T01:09:23.317Z Checking anstyle-query v1.0.3
17192024-08-16T01:09:23.394Z Checking publicsuffix v2.2.3
17202024-08-16T01:09:23.421Z Checking anstream v0.6.14
17212024-08-16T01:09:23.559Z Checking postgres-protocol v0.6.7
17222024-08-16T01:09:23.587Z Checking heapless v0.7.17
17232024-08-16T01:09:23.735Z Checking tokio-native-tls v0.3.1
17242024-08-16T01:09:23.854Z Checking h2 v0.3.26
17252024-08-16T01:09:23.931Z Checking terminal_size v0.3.0
17262024-08-16T01:09:23.983Z Checking tokio-rustls v0.24.1
17272024-08-16T01:09:24.091Z Checking num-iter v0.1.45
17282024-08-16T01:09:24.115Z Checking dtrace-parser v0.2.0
17292024-08-16T01:09:24.234Z Checking syn v2.0.74
17302024-08-16T01:09:24.260Z Checking dof v0.3.0
17312024-08-16T01:09:24.285Z Checking cookie v0.17.0
17322024-08-16T01:09:24.457Z Checking phf_shared v0.11.2
17332024-08-16T01:09:24.481Z Checking ff v0.13.0
17342024-08-16T01:09:24.589Z Checking thread-id v4.2.1
17352024-08-16T01:09:24.650Z Checking object v0.32.2
17362024-08-16T01:09:24.687Z Checking strsim v0.11.1
17372024-08-16T01:09:24.711Z Checking base64 v0.21.7
17382024-08-16T01:09:24.750Z Checking bitflags v1.3.2
17392024-08-16T01:09:24.838Z Checking clap_lex v0.7.0
17402024-08-16T01:09:24.935Z Checking managed v0.8.0
17412024-08-16T01:09:25.037Z Checking regex-automata v0.1.10
17422024-08-16T01:09:25.085Z Checking rustc-demangle v0.1.24
17432024-08-16T01:09:25.244Z Checking ipnet v2.9.0
17442024-08-16T01:09:25.361Z Checking either v1.13.0
17452024-08-16T01:09:25.419Z Checking winnow v0.5.40
17462024-08-16T01:09:25.628Z Checking base16ct v0.2.0
17472024-08-16T01:09:25.659Z Checking bstr v0.2.17
17482024-08-16T01:09:25.786Z Checking sec1 v0.7.3
17492024-08-16T01:09:25.838Z Checking regex v1.10.6
17502024-08-16T01:09:25.912Z Checking addr2line v0.21.0
17512024-08-16T01:09:26.090Z Checking smoltcp v0.9.1
17522024-08-16T01:09:26.321Z Checking rustls-pemfile v1.0.4
17532024-08-16T01:09:26.347Z Checking clap_builder v4.5.15
17542024-08-16T01:09:26.370Z Checking phf v0.11.2
17552024-08-16T01:09:26.473Z Checking group v0.13.0
17562024-08-16T01:09:26.568Z Checking cookie_store v0.20.0
17572024-08-16T01:09:26.682Z Checking num-bigint-dig v0.8.4
17582024-08-16T01:09:27.095Z Checking postgres-types v0.2.7
17592024-08-16T01:09:27.246Z Checking futures-executor v0.3.30
17602024-08-16T01:09:27.428Z Checking pkcs1 v0.7.5
17612024-08-16T01:09:27.673Z Checking phf_shared v0.10.0
17622024-08-16T01:09:27.749Z Checking serde_urlencoded v0.7.1
17632024-08-16T01:09:27.774Z Checking toml_edit v0.19.15
17642024-08-16T01:09:27.904Z Checking hubpack v0.1.2
17652024-08-16T01:09:28.080Z Checking zerocopy v0.6.6
17662024-08-16T01:09:28.149Z Checking float-cmp v0.9.0
17672024-08-16T01:09:28.307Z Checking crc32fast v1.4.0
17682024-08-16T01:09:28.360Z Checking signal-hook v0.3.17
17692024-08-16T01:09:28.488Z Checking crossbeam-utils v0.8.19
17702024-08-16T01:09:28.659Z Checking hkdf v0.12.4
17712024-08-16T01:09:28.702Z Checking hyper v0.14.30
17722024-08-16T01:09:28.728Z Checking idna v0.4.0
17732024-08-16T01:09:28.835Z Checking signature v2.2.0
17742024-08-16T01:09:28.861Z Checking crypto-bigint v0.5.5
17752024-08-16T01:09:29.005Z Checking mio v1.0.2
17762024-08-16T01:09:29.094Z Checking memmap v0.7.0
17772024-08-16T01:09:29.274Z Checking encoding_rs v0.8.34
17782024-08-16T01:09:29.298Z Checking usdt-impl v0.5.0
17792024-08-16T01:09:29.348Z Checking sync_wrapper v0.1.2
17802024-08-16T01:09:29.452Z Checking static_assertions v1.1.0
17812024-08-16T01:09:29.500Z Checking backtrace v0.3.71
17822024-08-16T01:09:29.524Z Checking new_debug_unreachable v1.0.6
17832024-08-16T01:09:29.547Z Checking unicode-segmentation v1.11.0
17842024-08-16T01:09:29.598Z Checking bit-vec v0.6.3
17852024-08-16T01:09:29.741Z Checking normalize-line-endings v0.3.0
17862024-08-16T01:09:29.765Z Checking unicode-width v0.1.13
17872024-08-16T01:09:29.839Z Checking whoami v1.5.1
17882024-08-16T01:09:29.892Z Checking predicates-core v1.0.6
17892024-08-16T01:09:29.916Z Checking mime v0.3.17
17902024-08-16T01:09:29.975Z Checking dyn-clone v1.0.17
17912024-08-16T01:09:30.031Z Checking minimal-lexical v0.2.1
17922024-08-16T01:09:30.056Z Checking precomputed-hash v0.1.1
17932024-08-16T01:09:30.082Z Checking winnow v0.6.18
17942024-08-16T01:09:30.106Z Checking data-encoding v2.6.0
17952024-08-16T01:09:30.138Z Checking webpki-roots v0.25.4
17962024-08-16T01:09:30.178Z Checking fixedbitset v0.4.2
17972024-08-16T01:09:30.272Z Checking difflib v0.4.0
17982024-08-16T01:09:30.361Z Checking nom v7.1.3
17992024-08-16T01:09:30.403Z Checking petgraph v0.6.5
18002024-08-16T01:09:30.534Z Checking predicates v3.1.2
18012024-08-16T01:09:30.619Z Checking hickory-proto v0.24.1
18022024-08-16T01:09:31.070Z Checking string_cache v0.8.7
18032024-08-16T01:09:31.106Z Checking schemars v0.8.21
18042024-08-16T01:09:31.132Z Checking elliptic-curve v0.13.8
18052024-08-16T01:09:31.298Z Checking tokio-postgres v0.7.11
18062024-08-16T01:09:31.619Z Checking similar v2.5.0
18072024-08-16T01:09:32.292Z Checking anyhow v1.0.86
18082024-08-16T01:09:32.369Z Checking console v0.15.8
18092024-08-16T01:09:32.453Z Checking toml_edit v0.22.20
18102024-08-16T01:09:32.616Z Checking bit-set v0.5.3
18112024-08-16T01:09:32.647Z Checking toml v0.7.8
18122024-08-16T01:09:32.830Z Checking usdt v0.5.0
18132024-08-16T01:09:32.857Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
18142024-08-16T01:09:33.022Z Checking signal-hook-mio v0.2.4
18152024-08-16T01:09:33.046Z Checking crossbeam-epoch v0.9.18
18162024-08-16T01:09:33.149Z Checking rsa v0.9.6
18172024-08-16T01:09:33.258Z Checking clap v4.5.15
18182024-08-16T01:09:33.398Z Checking flate2 v1.0.31
18192024-08-16T01:09:33.423Z Checking futures v0.3.30
18202024-08-16T01:09:33.517Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18212024-08-16T01:09:33.542Z Checking bstr v1.9.1
18222024-08-16T01:09:33.567Z Checking itertools v0.10.5
18232024-08-16T01:09:33.567Z Checking hyper-tls v0.5.0
18242024-08-16T01:09:33.817Z Checking hyper-rustls v0.24.2
18252024-08-16T01:09:33.910Z Checking itertools v0.12.1
18262024-08-16T01:09:34.017Z Checking tokio-stream v0.1.15
18272024-08-16T01:09:34.062Z Checking reqwest v0.11.27
18282024-08-16T01:09:34.289Z Checking fs-err v2.11.0
18292024-08-16T01:09:34.334Z Checking nix v0.28.0
18302024-08-16T01:09:34.614Z Checking openapiv3 v2.0.0
18312024-08-16T01:09:34.643Z Checking slog v2.7.0
18322024-08-16T01:09:34.751Z Checking hex v0.4.3
18332024-08-16T01:09:35.048Z Checking semver v1.0.23
18342024-08-16T01:09:35.166Z Checking sha1 v0.10.6
18352024-08-16T01:09:35.361Z Checking peg-runtime v0.8.3
18362024-08-16T01:09:35.391Z Checking lalrpop-util v0.19.12
18372024-08-16T01:09:35.419Z Checking camino v1.1.7
18382024-08-16T01:09:35.460Z Checking sigpipe v0.1.3
18392024-08-16T01:09:37.286Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18402024-08-16T01:09:37.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.26s
18412024-08-16T01:09:37.807Z
18422024-08-16T01:09:37.807Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150)
18432024-08-16T01:09:38.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442024-08-16T01:09:38.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452024-08-16T01:09:38.677Z Compiling regress v0.9.1
18462024-08-16T01:09:38.706Z Checking strum v0.26.3
18472024-08-16T01:09:38.738Z Checking heck v0.5.0
18482024-08-16T01:09:38.769Z Compiling getopts v0.2.21
18492024-08-16T01:09:38.770Z Checking dirs-sys-next v0.1.2
18502024-08-16T01:09:38.796Z Compiling unsafe-libyaml v0.2.11
18512024-08-16T01:09:38.840Z Checking http v1.1.0
18522024-08-16T01:09:38.904Z Checking thread_local v1.1.8
18532024-08-16T01:09:38.932Z Checking dirs-next v2.0.0
18542024-08-16T01:09:39.032Z Compiling ident_case v1.0.1
18552024-08-16T01:09:39.066Z Checking rustls-pki-types v1.7.0
18562024-08-16T01:09:39.149Z Compiling darling_core v0.20.9
18572024-08-16T01:09:39.189Z Checking term v0.7.0
18582024-08-16T01:09:39.423Z Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18592024-08-16T01:09:39.526Z Checking crossbeam-channel v0.5.12
18602024-08-16T01:09:39.574Z Checking atty v0.2.14
18612024-08-16T01:09:39.654Z Checking is-terminal v0.4.12
18622024-08-16T01:09:39.689Z Checking utf-8 v0.7.6
18632024-08-16T01:09:39.768Z Compiling serde_yaml v0.9.34+deprecated
18642024-08-16T01:09:39.861Z Checking humantime v2.1.0
18652024-08-16T01:09:39.946Z Compiling rustls v0.22.4
18662024-08-16T01:09:40.123Z Checking take_mut v0.2.2
18672024-08-16T01:09:40.152Z Compiling paste v1.0.15
18682024-08-16T01:09:40.185Z Checking termcolor v1.4.1
18692024-08-16T01:09:40.257Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18702024-08-16T01:09:40.287Z Checking slog-async v2.8.0
18712024-08-16T01:09:40.530Z Checking env_logger v0.9.3
18722024-08-16T01:09:44.707Z Checking slog-term v2.9.1
18732024-08-16T01:09:44.757Z Checking rustls-webpki v0.102.4
18742024-08-16T01:09:44.757Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18752024-08-16T01:09:44.757Z Compiling proc-macro-crate v1.3.1
18762024-08-16T01:09:44.758Z Compiling bitstruct_derive v0.1.0
18772024-08-16T01:09:44.758Z Compiling structmeta-derive v0.3.0
18782024-08-16T01:09:44.758Z Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18792024-08-16T01:09:44.758Z Compiling multer v3.1.0
18802024-08-16T01:09:44.758Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
18812024-08-16T01:09:44.758Z Checking match_cfg v0.1.0
18822024-08-16T01:09:44.790Z Checking ascii v1.1.0
18832024-08-16T01:09:44.790Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18842024-08-16T01:09:44.790Z Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18852024-08-16T01:09:44.790Z Checking bitstruct v0.1.1
18862024-08-16T01:09:44.790Z Checking hostname v0.3.1
18872024-08-16T01:09:44.790Z Compiling num_enum_derive v0.5.11
18882024-08-16T01:09:44.790Z Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18892024-08-16T01:09:44.790Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18902024-08-16T01:09:44.790Z Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18912024-08-16T01:09:44.790Z Compiling structmeta v0.3.0
18922024-08-16T01:09:44.791Z Checking slog-json v2.6.1
18932024-08-16T01:09:44.791Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18942024-08-16T01:09:44.791Z Checking erased-serde v0.3.31
18952024-08-16T01:09:44.791Z Checking serde_arrays v0.1.0
18962024-08-16T01:09:44.791Z Compiling foreign-types-macros v0.2.3
18972024-08-16T01:09:44.791Z Compiling async-stream-impl v0.3.5
18982024-08-16T01:09:44.791Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
18992024-08-16T01:09:44.791Z Checking foreign-types-shared v0.3.1
19002024-08-16T01:09:44.791Z Checking arc-swap v1.7.1
19012024-08-16T01:09:44.791Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19022024-08-16T01:09:44.791Z Checking atomic-waker v1.1.2
19032024-08-16T01:09:44.791Z Checking waitgroup v0.1.2
19042024-08-16T01:09:44.841Z Checking num_enum v0.5.11
19052024-08-16T01:09:44.865Z Checking foreign-types v0.5.0
19062024-08-16T01:09:44.865Z Compiling darling_macro v0.20.9
19072024-08-16T01:09:44.892Z Checking slog-scope v4.4.0
19082024-08-16T01:09:44.892Z Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19092024-08-16T01:09:44.968Z Compiling parse-display-derive v0.10.0
19102024-08-16T01:09:45.021Z Checking slog-bunyan v2.5.0
19112024-08-16T01:09:45.052Z Checking async-stream v0.3.5
19122024-08-16T01:09:45.076Z Compiling proc-macro-error v1.0.4
19132024-08-16T01:09:45.332Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19142024-08-16T01:09:45.488Z Checking toml v0.8.19
19152024-08-16T01:09:45.573Z Checking tungstenite v0.20.1
19162024-08-16T01:09:45.661Z Checking rustls-pemfile v2.1.3
19172024-08-16T01:09:45.684Z Compiling darling v0.20.9
19182024-08-16T01:09:45.726Z Checking tokio-rustls v0.25.0
19192024-08-16T01:09:45.789Z Compiling serde_with_macros v3.8.3
19202024-08-16T01:09:45.869Z Compiling heck v0.3.3
19212024-08-16T01:09:46.047Z Checking newtype-uuid v1.1.0
19222024-08-16T01:09:46.103Z Checking ipnetwork v0.20.0
19232024-08-16T01:09:46.243Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
19242024-08-16T01:09:46.266Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
19252024-08-16T01:09:46.307Z Checking serde_path_to_error v0.1.16
19262024-08-16T01:09:46.407Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19272024-08-16T01:09:46.817Z Checking cstr-argument v0.1.2
19282024-08-16T01:09:46.944Z Checking hostname v0.4.0
19292024-08-16T01:09:46.977Z Checking instant v0.1.12
19302024-08-16T01:09:47.030Z Checking fastrand v2.1.0
19312024-08-16T01:09:47.065Z Checking pretty-hex v0.2.1
19322024-08-16T01:09:47.089Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19332024-08-16T01:09:47.205Z Checking debug-ignore v1.0.5
19342024-08-16T01:09:47.309Z Checking tempfile v3.10.1
19352024-08-16T01:09:47.332Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19362024-08-16T01:09:47.370Z Checking backoff v0.4.0
19372024-08-16T01:09:47.563Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19382024-08-16T01:09:47.614Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19392024-08-16T01:09:47.696Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19402024-08-16T01:09:47.751Z Checking tokio-tungstenite v0.20.1
19412024-08-16T01:09:47.885Z Compiling zone_cfg_derive v0.1.2
19422024-08-16T01:09:47.983Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19432024-08-16T01:09:48.148Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19442024-08-16T01:09:48.172Z Checking serde_with v3.8.3
19452024-08-16T01:09:48.195Z Checking slog-stdlog v4.1.1
19462024-08-16T01:09:48.337Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19472024-08-16T01:09:48.476Z Checking tungstenite v0.21.0
19482024-08-16T01:09:48.740Z Checking parse-display v0.10.0
19492024-08-16T01:09:48.851Z Checking colored v2.1.0
19502024-08-16T01:09:48.939Z Checking macaddr v1.0.1
19512024-08-16T01:09:49.110Z Checking socket2 v0.4.10
19522024-08-16T01:09:49.134Z Checking base64 v0.13.1
19532024-08-16T01:09:49.219Z Checking zone v0.1.8
19542024-08-16T01:09:49.256Z Checking tokio-tungstenite v0.21.0
19552024-08-16T01:09:49.459Z Checking ron v0.7.1
19562024-08-16T01:09:49.639Z Checking slog-envlogger v2.2.0
19572024-08-16T01:09:49.773Z Checking pem v3.0.4
19582024-08-16T01:09:49.827Z Checking tabwriter v1.4.0
19592024-08-16T01:09:49.989Z Checking xattr v1.3.1
19602024-08-16T01:09:50.035Z Checking portpicker v0.1.1
19612024-08-16T01:09:50.162Z Checking yasna v0.5.2
19622024-08-16T01:09:50.185Z Checking headers-core v0.2.0
19632024-08-16T01:09:50.299Z Checking smf v0.2.3
19642024-08-16T01:09:50.405Z Checking filetime v0.2.24
19652024-08-16T01:09:50.569Z Checking same-file v1.0.6
19662024-08-16T01:09:50.686Z Checking tar v0.4.41
19672024-08-16T01:09:50.710Z Checking walkdir v2.5.0
19682024-08-16T01:09:50.875Z Checking headers v0.3.9
19692024-08-16T01:09:50.898Z Checking rcgen v0.12.1
19702024-08-16T01:09:50.922Z Checking camino-tempfile v1.1.1
19712024-08-16T01:09:50.948Z Checking atomicwrites v0.4.3
19722024-08-16T01:09:51.109Z Checking subprocess v0.2.9
19732024-08-16T01:09:52.195Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19742024-08-16T01:09:52.436Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19752024-08-16T01:09:53.731Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19762024-08-16T01:09:56.134Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
19772024-08-16T01:09:56.218Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19782024-08-16T01:10:00.367Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19792024-08-16T01:10:07.551Z Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19802024-08-16T01:10:07.713Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19812024-08-16T01:10:07.713Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-08-16T01:10:10.792Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19832024-08-16T01:10:11.299Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19842024-08-16T01:10:18.368Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19852024-08-16T01:10:20.132Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19862024-08-16T01:10:21.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.71s
19872024-08-16T01:10:21.664Z
19882024-08-16T01:10:21.664Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150)
19892024-08-16T01:10:22.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902024-08-16T01:10:22.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912024-08-16T01:10:22.514Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19922024-08-16T01:10:23.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
19932024-08-16T01:10:24.092Z
19942024-08-16T01:10:24.092Zinfo: running `cargo check --bins` on nexus-config (31/150)
19952024-08-16T01:10:24.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962024-08-16T01:10:24.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972024-08-16T01:10:24.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982024-08-16T01:10:24.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
19992024-08-16T01:10:24.935Z
20002024-08-16T01:10:24.935Zinfo: running `cargo check --bins` on omicron-rpaths (32/150)
20012024-08-16T01:10:25.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022024-08-16T01:10:25.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032024-08-16T01:10:25.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042024-08-16T01:10:25.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
20052024-08-16T01:10:25.694Z
20062024-08-16T01:10:25.694Zinfo: running `cargo check --bins` on omicron-certificates (33/150)
20072024-08-16T01:10:26.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082024-08-16T01:10:26.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092024-08-16T01:10:26.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102024-08-16T01:10:26.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20112024-08-16T01:10:26.487Z
20122024-08-16T01:10:26.487Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/150)
20132024-08-16T01:10:27.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142024-08-16T01:10:27.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152024-08-16T01:10:27.309Z Compiling heapless v0.8.0
20162024-08-16T01:10:27.332Z Checking hash32 v0.3.1
20172024-08-16T01:10:27.332Z Compiling smoltcp v0.11.0
20182024-08-16T01:10:27.368Z Checking cobs v0.2.3
20192024-08-16T01:10:27.391Z Checking embedded-io v0.4.0
20202024-08-16T01:10:27.414Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20212024-08-16T01:10:27.414Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20222024-08-16T01:10:27.438Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20232024-08-16T01:10:27.515Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20242024-08-16T01:10:27.539Z Compiling crucible-workspace-hack v0.1.0
20252024-08-16T01:10:27.562Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20262024-08-16T01:10:27.562Z Checking postcard v1.0.8
20272024-08-16T01:10:27.725Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20282024-08-16T01:10:27.789Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20292024-08-16T01:10:27.943Z Compiling num-derive v0.4.2
20302024-08-16T01:10:28.002Z Compiling slog-dtrace v0.3.0
20312024-08-16T01:10:28.086Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20322024-08-16T01:10:28.165Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20332024-08-16T01:10:28.190Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
20342024-08-16T01:10:28.873Z Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
20352024-08-16T01:10:29.486Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20362024-08-16T01:10:31.148Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20372024-08-16T01:10:32.210Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20382024-08-16T01:10:33.500Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
20392024-08-16T01:10:35.565Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
20402024-08-16T01:10:36.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.87s
20412024-08-16T01:10:36.510Z
20422024-08-16T01:10:36.510Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/150)
20432024-08-16T01:10:37.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442024-08-16T01:10:37.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452024-08-16T01:10:37.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462024-08-16T01:10:37.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
20472024-08-16T01:10:37.321Z
20482024-08-16T01:10:37.321Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150)
20492024-08-16T01:10:38.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502024-08-16T01:10:38.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512024-08-16T01:10:38.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522024-08-16T01:10:38.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
20532024-08-16T01:10:38.239Z
20542024-08-16T01:10:38.239Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150)
20552024-08-16T01:10:39.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562024-08-16T01:10:39.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572024-08-16T01:10:39.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582024-08-16T01:10:39.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
20592024-08-16T01:10:39.166Z
20602024-08-16T01:10:39.166Zinfo: running `cargo check --bins` on dns-server (38/150)
20612024-08-16T01:10:39.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622024-08-16T01:10:39.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632024-08-16T01:10:39.978Z Compiling parking_lot_core v0.8.6
20642024-08-16T01:10:40.002Z Checking newline-converter v0.3.0
20652024-08-16T01:10:40.002Z Checking nibble_vec v0.1.0
20662024-08-16T01:10:40.026Z Checking quick-error v1.2.3
20672024-08-16T01:10:40.026Z Checking endian-type v0.1.2
20682024-08-16T01:10:40.027Z Checking linked-hash-map v0.5.6
20692024-08-16T01:10:40.027Z Checking fxhash v0.2.1
20702024-08-16T01:10:40.050Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
20712024-08-16T01:10:40.130Z Checking resolv-conf v0.7.0
20722024-08-16T01:10:40.156Z Checking expectorate v1.1.0
20732024-08-16T01:10:40.211Z Checking hickory-server v0.24.1
20742024-08-16T01:10:40.244Z Checking radix_trie v0.2.1
20752024-08-16T01:10:40.296Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
20762024-08-16T01:10:40.324Z Checking lru-cache v0.1.2
20772024-08-16T01:10:40.486Z Checking hickory-resolver v0.24.1
20782024-08-16T01:10:40.587Z Checking hickory-client v0.24.1
20792024-08-16T01:10:40.687Z Checking parking_lot v0.11.2
20802024-08-16T01:10:40.973Z Checking sled v0.34.7
20812024-08-16T01:10:43.140Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
20822024-08-16T01:10:44.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
20832024-08-16T01:10:44.632Z
20842024-08-16T01:10:44.632Zinfo: running `cargo check --bins` on dns-server-api (39/150)
20852024-08-16T01:10:45.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862024-08-16T01:10:45.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872024-08-16T01:10:45.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882024-08-16T01:10:45.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
20892024-08-16T01:10:45.431Z
20902024-08-16T01:10:45.431Zinfo: running `cargo check --bins` on dns-service-client (40/150)
20912024-08-16T01:10:46.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922024-08-16T01:10:46.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932024-08-16T01:10:46.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942024-08-16T01:10:46.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
20952024-08-16T01:10:46.176Z
20962024-08-16T01:10:46.177Zinfo: running `cargo check --bins` on gateway-test-utils (41/150)
20972024-08-16T01:10:46.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982024-08-16T01:10:46.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992024-08-16T01:10:46.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002024-08-16T01:10:46.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
21012024-08-16T01:10:47.009Z
21022024-08-16T01:10:47.009Zinfo: running `cargo check --bins` on gateway-types (42/150)
21032024-08-16T01:10:47.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042024-08-16T01:10:47.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052024-08-16T01:10:47.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062024-08-16T01:10:47.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21072024-08-16T01:10:47.808Z
21082024-08-16T01:10:47.808Zinfo: running `cargo check --bins` on ipcc (43/150)
21092024-08-16T01:10:48.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-08-16T01:10:48.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-08-16T01:10:48.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122024-08-16T01:10:48.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
21132024-08-16T01:10:48.612Z
21142024-08-16T01:10:48.612Zinfo: running `cargo check --bins` on omicron-gateway (44/150)
21152024-08-16T01:10:49.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-08-16T01:10:49.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-08-16T01:10:49.486Z Compiling radium v0.7.0
21182024-08-16T01:10:49.510Z Checking tap v1.0.1
21192024-08-16T01:10:49.510Z Compiling maybe-uninit v2.0.0
21202024-08-16T01:10:49.546Z Compiling bzip2-sys v0.1.11+1.0.8
21212024-08-16T01:10:49.569Z Checking crc-catalog v2.4.0
21222024-08-16T01:10:49.569Z Checking funty v2.0.0
21232024-08-16T01:10:49.569Z Compiling packed_struct v0.10.1
21242024-08-16T01:10:49.612Z Compiling packed_struct_codegen v0.10.1
21252024-08-16T01:10:49.666Z Checking wyz v0.5.1
21262024-08-16T01:10:49.695Z Checking crc v3.2.1
21272024-08-16T01:10:50.014Z Compiling indexmap v1.9.3
21282024-08-16T01:10:50.078Z Checking half v2.4.1
21292024-08-16T01:10:50.101Z Checking nodrop v0.1.14
21302024-08-16T01:10:50.149Z Checking ciborium-io v0.2.2
21312024-08-16T01:10:50.212Z Checking array-init v0.0.4
21322024-08-16T01:10:50.249Z Checking smallvec v0.6.14
21332024-08-16T01:10:50.272Z Compiling memoffset v0.9.1
21342024-08-16T01:10:50.327Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21352024-08-16T01:10:50.350Z Checking bitvec v1.0.1
21362024-08-16T01:10:50.476Z Checking ciborium-ll v0.2.2
21372024-08-16T01:10:50.536Z Checking bitfield v0.14.0
21382024-08-16T01:10:50.588Z Checking hashbrown v0.12.3
21392024-08-16T01:10:50.612Z Checking env_logger v0.10.2
21402024-08-16T01:10:50.735Z Checking ciborium v0.2.2
21412024-08-16T01:10:50.905Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21422024-08-16T01:10:50.966Z Checking ron v0.8.1
21432024-08-16T01:10:51.019Z Checking serde-hex v0.1.0
21442024-08-16T01:10:51.127Z Checking x509-cert v0.2.5
21452024-08-16T01:10:51.307Z Checking bzip2 v0.4.4
21462024-08-16T01:10:51.539Z Checking hashbrown v0.13.2
21472024-08-16T01:10:51.564Z Checking crc-any v2.5.0
21482024-08-16T01:10:51.864Z Checking zip v0.6.6
21492024-08-16T01:10:51.985Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21502024-08-16T01:10:52.114Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21512024-08-16T01:10:52.209Z Checking path-slash v0.1.5
21522024-08-16T01:10:52.330Z Checking nix v0.27.1
21532024-08-16T01:10:52.393Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21542024-08-16T01:10:52.420Z Checking object v0.30.4
21552024-08-16T01:10:52.443Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21562024-08-16T01:10:52.466Z Checking serde-big-array v0.5.1
21572024-08-16T01:10:52.466Z Checking signal-hook-tokio v0.3.1
21582024-08-16T01:10:54.613Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21592024-08-16T01:10:55.576Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21602024-08-16T01:11:03.947Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21612024-08-16T01:11:05.467Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21622024-08-16T01:11:07.628Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21632024-08-16T01:11:09.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.18s
21642024-08-16T01:11:09.940Z
21652024-08-16T01:11:09.940Zinfo: running `cargo check --bins` on gateway-api (45/150)
21662024-08-16T01:11:10.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672024-08-16T01:11:10.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682024-08-16T01:11:10.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692024-08-16T01:11:10.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
21702024-08-16T01:11:10.783Z
21712024-08-16T01:11:10.783Zinfo: running `cargo check --bins` on sp-sim (46/150)
21722024-08-16T01:11:11.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732024-08-16T01:11:11.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742024-08-16T01:11:11.613Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21752024-08-16T01:11:13.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s
21762024-08-16T01:11:13.659Z
21772024-08-16T01:11:13.659Zinfo: running `cargo check --bins` on internal-dns (47/150)
21782024-08-16T01:11:14.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792024-08-16T01:11:14.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802024-08-16T01:11:14.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812024-08-16T01:11:14.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
21822024-08-16T01:11:14.485Z
21832024-08-16T01:11:14.485Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150)
21842024-08-16T01:11:15.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852024-08-16T01:11:15.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862024-08-16T01:11:15.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872024-08-16T01:11:15.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
21882024-08-16T01:11:15.351Z
21892024-08-16T01:11:15.351Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150)
21902024-08-16T01:11:16.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912024-08-16T01:11:16.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922024-08-16T01:11:16.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932024-08-16T01:11:16.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
21942024-08-16T01:11:16.230Z
21952024-08-16T01:11:16.230Zinfo: running `cargo check --bins` on db-macros (50/150)
21962024-08-16T01:11:16.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-08-16T01:11:16.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-08-16T01:11:16.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-08-16T01:11:16.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22002024-08-16T01:11:17.012Z
22012024-08-16T01:11:17.012Zinfo: running `cargo check --bins` on nexus-macros-common (51/150)
22022024-08-16T01:11:17.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-08-16T01:11:17.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-08-16T01:11:17.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-08-16T01:11:17.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22062024-08-16T01:11:17.795Z
22072024-08-16T01:11:17.795Zinfo: running `cargo check --bins` on nexus-auth (52/150)
22082024-08-16T01:11:18.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-08-16T01:11:18.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-08-16T01:11:18.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-08-16T01:11:18.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22122024-08-16T01:11:18.631Z
22132024-08-16T01:11:18.631Zinfo: running `cargo check --bins` on authz-macros (53/150)
22142024-08-16T01:11:19.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-08-16T01:11:19.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-08-16T01:11:19.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172024-08-16T01:11:19.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
22182024-08-16T01:11:19.406Z
22192024-08-16T01:11:19.406Zinfo: running `cargo check --bins` on nexus-db-fixed-data (54/150)
22202024-08-16T01:11:20.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-08-16T01:11:20.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-08-16T01:11:20.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232024-08-16T01:11:20.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22242024-08-16T01:11:20.243Z
22252024-08-16T01:11:20.243Zinfo: running `cargo check --bins` on nexus-db-model (55/150)
22262024-08-16T01:11:21.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-08-16T01:11:21.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-08-16T01:11:21.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292024-08-16T01:11:21.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22302024-08-16T01:11:21.087Z
22312024-08-16T01:11:21.087Zinfo: running `cargo check --bins` on nexus-defaults (56/150)
22322024-08-16T01:11:21.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-08-16T01:11:21.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-08-16T01:11:21.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-08-16T01:11:21.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22362024-08-16T01:11:21.903Z
22372024-08-16T01:11:21.903Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (57/150)
22382024-08-16T01:11:22.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-08-16T01:11:22.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-08-16T01:11:22.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-08-16T01:11:22.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
22422024-08-16T01:11:22.725Z
22432024-08-16T01:11:22.725Zinfo: running `cargo check --bins` on omicron-passwords (58/150)
22442024-08-16T01:11:23.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-08-16T01:11:23.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-08-16T01:11:23.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-08-16T01:11:23.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22482024-08-16T01:11:23.516Z
22492024-08-16T01:11:23.516Zinfo: running `cargo check --bins` on nexus-types (59/150)
22502024-08-16T01:11:24.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-08-16T01:11:24.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-08-16T01:11:24.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532024-08-16T01:11:24.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
22542024-08-16T01:11:24.361Z
22552024-08-16T01:11:24.361Zinfo: running `cargo check --bins` on gateway-client (60/150)
22562024-08-16T01:11:25.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-08-16T01:11:25.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-08-16T01:11:25.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-08-16T01:11:25.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
22602024-08-16T01:11:25.142Z
22612024-08-16T01:11:25.142Zinfo: running `cargo check --bins` on sled-agent-client (61/150)
22622024-08-16T01:11:25.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-08-16T01:11:25.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-08-16T01:11:25.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-08-16T01:11:25.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22662024-08-16T01:11:25.975Z
22672024-08-16T01:11:25.975Zinfo: running `cargo check --bins` on oximeter (62/150)
22682024-08-16T01:11:26.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-08-16T01:11:26.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-08-16T01:11:26.812Z Compiling rustls-pki-types v1.7.0
22712024-08-16T01:11:26.835Z Compiling match_cfg v0.1.0
22722024-08-16T01:11:26.859Z Compiling prettyplease v0.2.20
22732024-08-16T01:11:26.883Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22742024-08-16T01:11:26.883Z Compiling slog-json v2.6.1
22752024-08-16T01:11:26.883Z Compiling http v1.1.0
22762024-08-16T01:11:26.911Z Compiling atomic-waker v1.1.2
22772024-08-16T01:11:26.934Z Compiling hostname v0.3.1
22782024-08-16T01:11:26.957Z Compiling async-stream v0.3.5
22792024-08-16T01:11:27.091Z Compiling waitgroup v0.1.2
22802024-08-16T01:11:27.142Z Compiling slog-bunyan v2.5.0
22812024-08-16T01:11:27.165Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
22822024-08-16T01:11:27.209Z Compiling rustls-webpki v0.102.4
22832024-08-16T01:11:27.233Z Compiling rustls-pemfile v2.1.3
22842024-08-16T01:11:27.256Z Compiling toml v0.8.19
22852024-08-16T01:11:27.286Z Compiling ipnetwork v0.20.0
22862024-08-16T01:11:27.325Z Compiling newtype-uuid v1.1.0
22872024-08-16T01:11:27.353Z Compiling serde_path_to_error v0.1.16
22882024-08-16T01:11:27.526Z Compiling hostname v0.4.0
22892024-08-16T01:11:27.581Z Compiling instant v0.1.12
22902024-08-16T01:11:27.627Z Compiling debug-ignore v1.0.5
22912024-08-16T01:11:27.716Z Compiling backoff v0.4.0
22922024-08-16T01:11:27.755Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22932024-08-16T01:11:27.778Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22942024-08-16T01:11:28.012Z Compiling rustls v0.22.4
22952024-08-16T01:11:28.042Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
22962024-08-16T01:11:28.066Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22972024-08-16T01:11:28.066Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22982024-08-16T01:11:28.220Z Compiling multer v3.1.0
22992024-08-16T01:11:28.382Z Compiling serde_with v3.8.3
23002024-08-16T01:11:28.730Z Compiling parse-display v0.10.0
23012024-08-16T01:11:28.934Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23022024-08-16T01:11:28.962Z Compiling num-rational v0.4.2
23032024-08-16T01:11:29.035Z Compiling num-complex v0.4.6
23042024-08-16T01:11:29.081Z Compiling macaddr v1.0.1
23052024-08-16T01:11:29.858Z Compiling num v0.4.3
23062024-08-16T01:11:29.881Z Compiling float-ord v0.3.2
23072024-08-16T01:11:30.783Z Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
23082024-08-16T01:11:31.356Z Compiling tokio-rustls v0.25.0
23092024-08-16T01:11:31.642Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
23102024-08-16T01:11:34.974Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23112024-08-16T01:11:48.825Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23122024-08-16T01:11:52.212Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23132024-08-16T01:11:53.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.05s
23142024-08-16T01:11:53.156Z
23152024-08-16T01:11:53.156Zinfo: running `cargo check --bins` on oximeter-impl (63/150)
23162024-08-16T01:11:54.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172024-08-16T01:11:54.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182024-08-16T01:11:54.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23192024-08-16T01:11:54.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
23202024-08-16T01:11:54.110Z
23212024-08-16T01:11:54.110Zinfo: running `cargo check --bins` on oximeter-macro-impl (64/150)
23222024-08-16T01:11:54.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23232024-08-16T01:11:54.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23242024-08-16T01:11:54.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23252024-08-16T01:11:54.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
23262024-08-16T01:11:55.022Z
23272024-08-16T01:11:55.022Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (65/150)
23282024-08-16T01:11:55.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23292024-08-16T01:11:55.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23302024-08-16T01:11:55.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23312024-08-16T01:11:55.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
23322024-08-16T01:11:55.934Z
23332024-08-16T01:11:55.934Zinfo: running `cargo check --bins` on nexus-inventory (66/150)
23342024-08-16T01:11:56.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-08-16T01:11:56.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-08-16T01:11:56.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-08-16T01:11:56.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
23382024-08-16T01:11:56.877Z
23392024-08-16T01:11:56.877Zinfo: running `cargo check --bins` on typed-rng (67/150)
23402024-08-16T01:11:57.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-08-16T01:11:57.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-08-16T01:11:57.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-08-16T01:11:57.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
23442024-08-16T01:11:57.757Z
23452024-08-16T01:11:57.757Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150)
23462024-08-16T01:11:58.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-08-16T01:11:58.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-08-16T01:11:58.825Z Checking password-hash v0.5.0
23492024-08-16T01:11:58.825Z Checking blake2 v0.10.6
23502024-08-16T01:11:58.850Z Compiling semver v0.1.20
23512024-08-16T01:11:58.850Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23522024-08-16T01:11:58.850Z Compiling convert_case v0.4.0
23532024-08-16T01:11:58.898Z Compiling rayon-core v1.12.1
23542024-08-16T01:11:58.926Z Compiling crossbeam-deque v0.8.5
23552024-08-16T01:11:58.927Z Compiling curve25519-dalek v4.1.3
23562024-08-16T01:11:59.179Z Compiling unicase v2.7.0
23572024-08-16T01:11:59.223Z Compiling rustc_version v0.1.7
23582024-08-16T01:11:59.248Z Checking argon2 v0.5.3
23592024-08-16T01:11:59.248Z Compiling same-file v1.0.6
23602024-08-16T01:11:59.428Z Checking keccak v0.1.5
23612024-08-16T01:11:59.452Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23622024-08-16T01:11:59.477Z Compiling fastrand v2.1.0
23632024-08-16T01:11:59.596Z Compiling walkdir v2.5.0
23642024-08-16T01:11:59.676Z Compiling newtype_derive v0.1.6
23652024-08-16T01:11:59.716Z Checking sha3 v0.10.8
23662024-08-16T01:11:59.741Z Compiling derive_more v0.99.18
23672024-08-16T01:11:59.801Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23682024-08-16T01:11:59.971Z Compiling tempfile v3.10.1
23692024-08-16T01:12:00.002Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23702024-08-16T01:12:00.047Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23712024-08-16T01:12:00.071Z Compiling thiserror-impl-no-std v2.0.2
23722024-08-16T01:12:00.181Z Checking universal-hash v0.5.1
23732024-08-16T01:12:00.252Z Checking secrecy v0.8.0
23742024-08-16T01:12:00.280Z Compiling ring v0.16.20
23752024-08-16T01:12:00.347Z Compiling blake3 v1.5.1
23762024-08-16T01:12:00.431Z Compiling derive-where v1.2.7
23772024-08-16T01:12:00.687Z Compiling curve25519-dalek-derive v0.1.1
23782024-08-16T01:12:00.873Z Checking opaque-debug v0.3.1
23792024-08-16T01:12:00.954Z Checking poly1305 v0.8.0
23802024-08-16T01:12:01.192Z Compiling rayon v1.10.0
23812024-08-16T01:12:01.374Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822024-08-16T01:12:01.741Z Checking chacha20 v0.9.1
23832024-08-16T01:12:01.789Z Checking aead v0.5.2
23842024-08-16T01:12:01.975Z Compiling memmap2 v0.9.4
23852024-08-16T01:12:02.047Z Compiling arrayref v0.3.7
23862024-08-16T01:12:02.143Z Compiling spin v0.5.2
23872024-08-16T01:12:02.351Z Compiling arrayvec v0.7.4
23882024-08-16T01:12:02.376Z Compiling libefi-sys v0.1.0
23892024-08-16T01:12:02.620Z Compiling constant_time_eq v0.3.0
23902024-08-16T01:12:02.664Z Checking thiserror-no-std v2.0.2
23912024-08-16T01:12:02.703Z Compiling untrusted v0.7.1
23922024-08-16T01:12:02.768Z Compiling home v0.5.9
23932024-08-16T01:12:02.818Z Checking chacha20poly1305 v0.10.1
23942024-08-16T01:12:02.877Z Checking steno v0.4.1
23952024-08-16T01:12:02.987Z Compiling toolchain_find v0.4.0
23962024-08-16T01:12:03.035Z Compiling camino-tempfile v1.1.1
23972024-08-16T01:12:03.440Z Checking vsss-rs v3.3.4
23982024-08-16T01:12:03.523Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23992024-08-16T01:12:03.574Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24002024-08-16T01:12:03.798Z Compiling bitfield-struct v0.6.1
24012024-08-16T01:12:03.962Z Compiling topological-sort v0.2.2
24022024-08-16T01:12:04.150Z Compiling cancel-safe-futures v0.1.5
24032024-08-16T01:12:04.567Z Compiling mime_guess v2.0.4
24042024-08-16T01:12:04.946Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24052024-08-16T01:12:05.087Z Compiling rustfmt-wrapper v0.2.1
24062024-08-16T01:12:05.428Z Compiling omicron-zone-package v0.11.0
24072024-08-16T01:12:05.610Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24082024-08-16T01:12:05.728Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24092024-08-16T01:12:05.867Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24102024-08-16T01:12:05.891Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24112024-08-16T01:12:05.970Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24122024-08-16T01:12:06.357Z Checking gethostname v0.5.0
24132024-08-16T01:12:06.433Z Checking libsw v3.3.1
24142024-08-16T01:12:06.481Z Checking owo-colors v4.0.0
24152024-08-16T01:12:06.505Z Checking swrite v0.1.0
24162024-08-16T01:12:06.529Z Checking linear-map v1.2.0
24172024-08-16T01:12:06.603Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24182024-08-16T01:12:06.791Z Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
24192024-08-16T01:12:07.067Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24202024-08-16T01:12:07.168Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24212024-08-16T01:12:07.423Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
24222024-08-16T01:12:07.634Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24232024-08-16T01:12:07.690Z Checking kstat-rs v0.2.4
24242024-08-16T01:12:07.858Z Checking nanorand v0.7.0
24252024-08-16T01:12:07.882Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24262024-08-16T01:12:07.979Z Checking glob v0.3.1
24272024-08-16T01:12:08.165Z Checking http-range v0.1.5
24282024-08-16T01:12:08.189Z Checking flume v0.11.0
24292024-08-16T01:12:08.241Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24302024-08-16T01:12:08.330Z Checking hyper-staticfile v0.9.5
24312024-08-16T01:12:08.355Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24322024-08-16T01:12:08.594Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24332024-08-16T01:12:08.726Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24342024-08-16T01:12:08.952Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24352024-08-16T01:12:09.057Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24362024-08-16T01:12:09.740Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24372024-08-16T01:12:09.869Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24382024-08-16T01:12:10.243Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24392024-08-16T01:12:10.593Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24402024-08-16T01:12:10.701Z Checking itertools v0.13.0
24412024-08-16T01:12:11.176Z Checking display-error-chain v0.2.0
24422024-08-16T01:12:11.860Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24432024-08-16T01:12:18.094Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24442024-08-16T01:12:24.924Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24452024-08-16T01:12:24.924Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24462024-08-16T01:12:25.791Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24472024-08-16T01:12:40.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.35s
24482024-08-16T01:12:40.252Z
24492024-08-16T01:12:40.252Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150)
24502024-08-16T01:12:41.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-08-16T01:12:41.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-08-16T01:12:41.206Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24532024-08-16T01:12:56.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.98s
24542024-08-16T01:12:56.401Z
24552024-08-16T01:12:56.401Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150)
24562024-08-16T01:12:57.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-08-16T01:12:57.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-08-16T01:12:57.344Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24592024-08-16T01:13:11.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s
24602024-08-16T01:13:11.554Z
24612024-08-16T01:13:11.554Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150)
24622024-08-16T01:13:12.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-08-16T01:13:12.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-08-16T01:13:12.493Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24652024-08-16T01:13:27.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.45s
24662024-08-16T01:13:27.171Z
24672024-08-16T01:13:27.172Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150)
24682024-08-16T01:13:27.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-08-16T01:13:28.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-08-16T01:13:28.131Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24712024-08-16T01:13:42.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s
24722024-08-16T01:13:42.802Z
24732024-08-16T01:13:42.802Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150)
24742024-08-16T01:13:43.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-08-16T01:13:43.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-08-16T01:13:43.773Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24772024-08-16T01:13:58.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s
24782024-08-16T01:13:59.046Z
24792024-08-16T01:13:59.046Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150)
24802024-08-16T01:13:59.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-08-16T01:13:59.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-08-16T01:14:00.007Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24832024-08-16T01:14:14.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.33s
24842024-08-16T01:14:14.544Z
24852024-08-16T01:14:14.544Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150)
24862024-08-16T01:14:15.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-08-16T01:14:15.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-08-16T01:14:15.486Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24892024-08-16T01:14:29.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.23s
24902024-08-16T01:14:29.952Z
24912024-08-16T01:14:29.952Zinfo: running `cargo check --bins` on bootstrap-agent-api (76/150)
24922024-08-16T01:14:30.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-08-16T01:14:30.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-08-16T01:14:30.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-08-16T01:14:30.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
24962024-08-16T01:14:30.792Z
24972024-08-16T01:14:30.792Zinfo: running `cargo check --bins` on nexus-client (77/150)
24982024-08-16T01:14:31.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-08-16T01:14:31.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-08-16T01:14:31.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-08-16T01:14:31.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25022024-08-16T01:14:31.610Z
25032024-08-16T01:14:31.610Zinfo: running `cargo check --bins` on sled-agent-types (78/150)
25042024-08-16T01:14:32.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-08-16T01:14:32.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-08-16T01:14:32.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-08-16T01:14:32.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25082024-08-16T01:14:32.436Z
25092024-08-16T01:14:32.436Zinfo: running `cargo check --bins` on bootstrap-agent-client (79/150)
25102024-08-16T01:14:33.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-08-16T01:14:33.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-08-16T01:14:33.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-08-16T01:14:33.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25142024-08-16T01:14:33.260Z
25152024-08-16T01:14:33.260Zinfo: running `cargo check --bins` on dpd-client (80/150)
25162024-08-16T01:14:33.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-08-16T01:14:34.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-08-16T01:14:34.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-08-16T01:14:34.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25202024-08-16T01:14:34.063Z
25212024-08-16T01:14:34.063Zinfo: running `cargo check --bins` on installinator-common (81/150)
25222024-08-16T01:14:34.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-08-16T01:14:34.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-08-16T01:14:34.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-08-16T01:14:34.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25262024-08-16T01:14:34.910Z
25272024-08-16T01:14:34.910Zinfo: running `cargo check --bins` on update-engine (82/150)
25282024-08-16T01:14:35.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-08-16T01:14:35.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-08-16T01:14:35.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-08-16T01:14:35.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25322024-08-16T01:14:35.718Z
25332024-08-16T01:14:35.718Zinfo: running `cargo check --bins` on key-manager (83/150)
25342024-08-16T01:14:36.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-08-16T01:14:36.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-08-16T01:14:36.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-08-16T01:14:36.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25382024-08-16T01:14:36.543Z
25392024-08-16T01:14:36.543Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (84/150)
25402024-08-16T01:14:37.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-08-16T01:14:37.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-08-16T01:14:37.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-08-16T01:14:37.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25442024-08-16T01:14:37.362Z
25452024-08-16T01:14:37.362Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150)
25462024-08-16T01:14:38.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-08-16T01:14:38.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-08-16T01:14:38.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-08-16T01:14:38.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25502024-08-16T01:14:38.165Z
25512024-08-16T01:14:38.165Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150)
25522024-08-16T01:14:38.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-08-16T01:14:38.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-08-16T01:14:38.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-08-16T01:14:38.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25562024-08-16T01:14:38.977Z
25572024-08-16T01:14:38.977Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150)
25582024-08-16T01:14:39.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-08-16T01:14:39.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-08-16T01:14:39.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-08-16T01:14:39.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
25622024-08-16T01:14:39.828Z
25632024-08-16T01:14:39.829Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150)
25642024-08-16T01:14:40.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-08-16T01:14:40.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-08-16T01:14:40.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-08-16T01:14:40.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25682024-08-16T01:14:40.635Z
25692024-08-16T01:14:40.635Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150)
25702024-08-16T01:14:41.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-08-16T01:14:41.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-08-16T01:14:41.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-08-16T01:14:41.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
25742024-08-16T01:14:41.468Z
25752024-08-16T01:14:41.468Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150)
25762024-08-16T01:14:42.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-08-16T01:14:42.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-08-16T01:14:42.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-08-16T01:14:42.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
25802024-08-16T01:14:42.278Z
25812024-08-16T01:14:42.278Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150)
25822024-08-16T01:14:42.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-08-16T01:14:43.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-08-16T01:14:43.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-08-16T01:14:43.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
25862024-08-16T01:14:43.071Z
25872024-08-16T01:14:43.071Zinfo: running `cargo check --bins` on oximeter-producer (92/150)
25882024-08-16T01:14:43.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-08-16T01:14:43.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-08-16T01:14:43.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-08-16T01:14:43.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
25922024-08-16T01:14:43.898Z
25932024-08-16T01:14:43.898Zinfo: running `cargo check --bins` on sled-agent-api (93/150)
25942024-08-16T01:14:44.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-08-16T01:14:44.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-08-16T01:14:44.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-08-16T01:14:44.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
25982024-08-16T01:14:44.753Z
25992024-08-16T01:14:44.753Zinfo: running `cargo check --bins` on sled-hardware (94/150)
26002024-08-16T01:14:45.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-08-16T01:14:45.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-08-16T01:14:45.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-08-16T01:14:45.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26042024-08-16T01:14:45.594Z
26052024-08-16T01:14:45.594Zinfo: running `cargo check --bins --no-default-features` on sled-storage (95/150)
26062024-08-16T01:14:46.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-08-16T01:14:46.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-08-16T01:14:46.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-08-16T01:14:46.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26102024-08-16T01:14:46.417Z
26112024-08-16T01:14:46.417Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150)
26122024-08-16T01:14:47.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-08-16T01:14:47.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-08-16T01:14:47.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-08-16T01:14:47.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
26162024-08-16T01:14:47.233Z
26172024-08-16T01:14:47.233Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (97/150)
26182024-08-16T01:14:47.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-08-16T01:14:48.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-08-16T01:14:48.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-08-16T01:14:48.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
26222024-08-16T01:14:48.072Z
26232024-08-16T01:14:48.072Zinfo: running `cargo check --bins` on nexus-test-interface (98/150)
26242024-08-16T01:14:48.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-08-16T01:14:48.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-08-16T01:14:48.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-08-16T01:14:48.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
26282024-08-16T01:14:48.911Z
26292024-08-16T01:14:48.911Zinfo: running `cargo check --bins` on oximeter-collector (99/150)
26302024-08-16T01:14:49.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-08-16T01:14:49.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-08-16T01:14:49.797Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26332024-08-16T01:14:49.797Z Checking bcs v0.1.6
26342024-08-16T01:14:49.797Z Compiling async-recursion v1.1.1
26352024-08-16T01:14:49.797Z Checking highway v1.2.0
26362024-08-16T01:14:49.821Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26372024-08-16T01:14:49.821Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26382024-08-16T01:14:50.934Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26392024-08-16T01:14:54.713Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26402024-08-16T01:14:56.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s
26412024-08-16T01:14:56.952Z
26422024-08-16T01:14:56.952Zinfo: running `cargo check --bins` on oximeter-api (100/150)
26432024-08-16T01:14:57.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-08-16T01:14:57.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-08-16T01:14:57.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-08-16T01:14:57.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
26472024-08-16T01:14:57.716Z
26482024-08-16T01:14:57.716Zinfo: running `cargo check --bins` on oximeter-client (101/150)
26492024-08-16T01:14:58.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-08-16T01:14:58.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-08-16T01:14:58.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522024-08-16T01:14:58.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
26532024-08-16T01:14:58.540Z
26542024-08-16T01:14:58.540Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (102/150)
26552024-08-16T01:14:59.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-08-16T01:14:59.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-08-16T01:14:59.361Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582024-08-16T01:15:00.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
26592024-08-16T01:15:00.144Z
26602024-08-16T01:15:00.144Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150)
26612024-08-16T01:15:00.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-08-16T01:15:00.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-08-16T01:15:01.001Z Compiling vte_generate_state_changes v0.1.1
26642024-08-16T01:15:01.001Z Checking fd-lock v4.0.2
26652024-08-16T01:15:01.026Z Checking bytecount v0.6.8
26662024-08-16T01:15:01.026Z Compiling tabled_derive v0.7.0
26672024-08-16T01:15:01.026Z Checking crossterm v0.27.0
26682024-08-16T01:15:01.026Z Compiling peg-macros v0.8.4
26692024-08-16T01:15:01.026Z Compiling sqlparser_derive v0.2.2
26702024-08-16T01:15:01.026Z Checking home v0.5.9
26712024-08-16T01:15:01.156Z Checking papergrid v0.11.0
26722024-08-16T01:15:01.198Z Checking nu-ansi-term v0.50.0
26732024-08-16T01:15:01.222Z Checking unicode_categories v0.1.1
26742024-08-16T01:15:01.461Z Checking sqlformat v0.2.4
26752024-08-16T01:15:01.522Z Checking rustyline v14.0.0
26762024-08-16T01:15:01.630Z Checking vte v0.11.1
26772024-08-16T01:15:01.909Z Checking sqlparser v0.45.0
26782024-08-16T01:15:02.353Z Checking crossterm v0.28.1
26792024-08-16T01:15:02.596Z Checking strip-ansi-escapes v0.2.0
26802024-08-16T01:15:02.727Z Checking reedline v0.33.0
26812024-08-16T01:15:03.056Z Checking tabled v0.15.0
26822024-08-16T01:15:03.572Z Checking peg v0.8.4
26832024-08-16T01:15:08.765Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26842024-08-16T01:15:15.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.57s
26852024-08-16T01:15:15.877Z
26862024-08-16T01:15:15.877Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150)
26872024-08-16T01:15:16.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-08-16T01:15:16.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-08-16T01:15:16.690Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26902024-08-16T01:15:23.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
26912024-08-16T01:15:23.738Z
26922024-08-16T01:15:23.738Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150)
26932024-08-16T01:15:24.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-08-16T01:15:24.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-08-16T01:15:24.619Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26962024-08-16T01:15:31.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
26972024-08-16T01:15:31.583Z
26982024-08-16T01:15:31.583Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150)
26992024-08-16T01:15:32.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002024-08-16T01:15:32.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012024-08-16T01:15:32.441Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27022024-08-16T01:15:37.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s
27032024-08-16T01:15:37.598Z
27042024-08-16T01:15:37.598Zinfo: running `cargo check --bins` on cockroach-admin-client (107/150)
27052024-08-16T01:15:38.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062024-08-16T01:15:38.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072024-08-16T01:15:38.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082024-08-16T01:15:38.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27092024-08-16T01:15:38.420Z
27102024-08-16T01:15:38.420Zinfo: running `cargo check --bins` on installinator-client (108/150)
27112024-08-16T01:15:39.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122024-08-16T01:15:39.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132024-08-16T01:15:39.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142024-08-16T01:15:39.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
27152024-08-16T01:15:39.308Z
27162024-08-16T01:15:39.308Zinfo: running `cargo check --bins` on oxide-client (109/150)
27172024-08-16T01:15:40.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182024-08-16T01:15:40.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192024-08-16T01:15:40.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202024-08-16T01:15:40.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27212024-08-16T01:15:40.105Z
27222024-08-16T01:15:40.106Zinfo: running `cargo check --bins` on wicketd-client (110/150)
27232024-08-16T01:15:40.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242024-08-16T01:15:40.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252024-08-16T01:15:40.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262024-08-16T01:15:40.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
27272024-08-16T01:15:40.996Z
27282024-08-16T01:15:40.996Zinfo: running `cargo check --bins` on wicket-common (111/150)
27292024-08-16T01:15:41.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302024-08-16T01:15:41.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312024-08-16T01:15:41.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322024-08-16T01:15:41.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
27332024-08-16T01:15:41.854Z
27342024-08-16T01:15:41.854Zinfo: running `cargo check --bins` on omicron-cockroach-admin (112/150)
27352024-08-16T01:15:42.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362024-08-16T01:15:42.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372024-08-16T01:15:42.702Z Checking csv-core v0.1.11
27382024-08-16T01:15:42.726Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27392024-08-16T01:15:42.991Z Checking csv v1.3.0
27402024-08-16T01:15:43.669Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27412024-08-16T01:15:44.099Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27422024-08-16T01:15:45.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s
27432024-08-16T01:15:45.701Z
27442024-08-16T01:15:45.701Zinfo: running `cargo check --bins` on cockroach-admin-api (113/150)
27452024-08-16T01:15:46.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-08-16T01:15:46.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-08-16T01:15:46.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-08-16T01:15:46.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27492024-08-16T01:15:46.515Z
27502024-08-16T01:15:46.515Zinfo: running `cargo check --bins` on cockroach-admin-types (114/150)
27512024-08-16T01:15:47.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-08-16T01:15:47.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-08-16T01:15:47.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-08-16T01:15:47.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27552024-08-16T01:15:47.355Z
27562024-08-16T01:15:47.355Zinfo: running `cargo check --bins` on cert-dev (115/150)
27572024-08-16T01:15:48.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-08-16T01:15:48.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-08-16T01:15:48.160Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
27602024-08-16T01:15:48.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
27612024-08-16T01:15:48.535Z
27622024-08-16T01:15:48.535Zinfo: running `cargo check --bins` on ch-dev (116/150)
27632024-08-16T01:15:49.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-08-16T01:15:49.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-08-16T01:15:49.426Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
27662024-08-16T01:15:50.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
27672024-08-16T01:15:50.310Z
27682024-08-16T01:15:50.310Zinfo: running `cargo check --bins` on crdb-seed (117/150)
27692024-08-16T01:15:51.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-08-16T01:15:51.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-08-16T01:15:51.199Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
27722024-08-16T01:15:51.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
27732024-08-16T01:15:51.665Z
27742024-08-16T01:15:51.665Zinfo: running `cargo check --bins` on db-dev (118/150)
27752024-08-16T01:15:52.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-08-16T01:15:52.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-08-16T01:15:52.558Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
27782024-08-16T01:15:53.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
27792024-08-16T01:15:53.447Z
27802024-08-16T01:15:53.447Zinfo: running `cargo check --bins` on omicron-dev-lib (119/150)
27812024-08-16T01:15:54.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-08-16T01:15:54.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-08-16T01:15:54.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-08-16T01:15:54.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
27852024-08-16T01:15:54.314Z
27862024-08-16T01:15:54.314Zinfo: running `cargo check --bins` on xtask-downloader (120/150)
27872024-08-16T01:15:55.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-08-16T01:15:55.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-08-16T01:15:55.167Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
27902024-08-16T01:15:56.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
27912024-08-16T01:15:56.270Z
27922024-08-16T01:15:56.270Zinfo: running `cargo check --bins` on mgs-dev (121/150)
27932024-08-16T01:15:57.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-08-16T01:15:57.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-08-16T01:15:57.199Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27962024-08-16T01:15:57.758Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
27972024-08-16T01:15:58.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
27982024-08-16T01:15:58.366Z
27992024-08-16T01:15:58.366Zinfo: running `cargo check --bins` on omicron-omdb (122/150)
28002024-08-16T01:15:59.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-08-16T01:15:59.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-08-16T01:15:59.418Z Compiling glob v0.3.1
28032024-08-16T01:15:59.418Z Compiling crunchy v0.2.2
28042024-08-16T01:15:59.443Z Compiling tiny-keccak v2.0.2
28052024-08-16T01:15:59.443Z Compiling dsl_auto_type v0.1.2
28062024-08-16T01:15:59.443Z Checking scheduled-thread-pool v0.2.7
28072024-08-16T01:15:59.467Z Compiling diesel_table_macro_syntax v0.2.0
28082024-08-16T01:15:59.541Z Compiling ascii-canvas v3.0.0
28092024-08-16T01:15:59.541Z Compiling ena v0.14.3
28102024-08-16T01:15:59.658Z Checking r2d2 v0.8.10
28112024-08-16T01:15:59.846Z Compiling libloading v0.8.3
28122024-08-16T01:15:59.927Z Compiling diff v0.1.13
28132024-08-16T01:15:59.953Z Compiling bindgen v0.69.4
28142024-08-16T01:15:59.977Z Compiling regex-syntax v0.6.29
28152024-08-16T01:16:00.056Z Compiling which v4.4.2
28162024-08-16T01:16:00.214Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28172024-08-16T01:16:00.307Z Compiling clang-sys v1.7.0
28182024-08-16T01:16:00.412Z Compiling cexpr v0.6.0
28192024-08-16T01:16:00.495Z Compiling rustc-hash v1.1.0
28202024-08-16T01:16:00.593Z Compiling shlex v1.3.0
28212024-08-16T01:16:00.617Z Compiling lazycell v1.3.0
28222024-08-16T01:16:00.643Z Compiling ref-cast v1.0.23
28232024-08-16T01:16:00.667Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28242024-08-16T01:16:00.773Z Compiling derive_builder_core v0.20.0
28252024-08-16T01:16:00.904Z Compiling diesel_derives v2.2.2
28262024-08-16T01:16:00.941Z Compiling libxml v0.3.3
28272024-08-16T01:16:00.966Z Compiling ref-cast-impl v1.0.23
28282024-08-16T01:16:01.158Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28292024-08-16T01:16:01.312Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28302024-08-16T01:16:01.557Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28312024-08-16T01:16:01.789Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28322024-08-16T01:16:01.883Z Compiling strum_macros v0.24.3
28332024-08-16T01:16:02.032Z Compiling cookie v0.18.1
28342024-08-16T01:16:02.111Z Compiling indoc v1.0.9
28352024-08-16T01:16:02.769Z Compiling lalrpop v0.19.12
28362024-08-16T01:16:02.928Z Compiling derive_builder_macro v0.20.0
28372024-08-16T01:16:03.687Z Checking derive_builder v0.20.0
28382024-08-16T01:16:03.814Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28392024-08-16T01:16:03.838Z Compiling impl-trait-for-tuples v0.2.2
28402024-08-16T01:16:04.071Z Compiling oso-derive v0.27.3
28412024-08-16T01:16:04.785Z Checking quick-xml v0.31.0
28422024-08-16T01:16:04.952Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
28432024-08-16T01:16:05.001Z Checking maplit v1.0.2
28442024-08-16T01:16:05.280Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28452024-08-16T01:16:05.515Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28462024-08-16T01:16:05.764Z Checking bb8 v0.8.5
28472024-08-16T01:16:06.157Z Compiling const_format_proc_macros v0.2.32
28482024-08-16T01:16:06.532Z Checking crossbeam-deque v0.8.5
28492024-08-16T01:16:06.627Z Compiling portable-atomic v1.6.0
28502024-08-16T01:16:06.805Z Checking rayon-core v1.12.1
28512024-08-16T01:16:07.406Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28522024-08-16T01:16:07.542Z Checking castaway v0.2.3
28532024-08-16T01:16:07.692Z Checking compact_str v0.8.0
28542024-08-16T01:16:07.913Z Checking const_format v0.2.32
28552024-08-16T01:16:08.306Z Checking rayon v1.10.0
28562024-08-16T01:16:08.440Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28572024-08-16T01:16:08.540Z Checking unicode-truncate v1.0.0
28582024-08-16T01:16:08.737Z Checking lru v0.12.3
28592024-08-16T01:16:08.822Z Compiling instability v0.3.2
28602024-08-16T01:16:08.981Z Checking number_prefix v0.4.0
28612024-08-16T01:16:09.138Z Checking smawk v0.3.2
28622024-08-16T01:16:09.298Z Checking unicode-linebreak v0.1.5
28632024-08-16T01:16:09.619Z Checking cassowary v0.3.0
28642024-08-16T01:16:09.659Z Checking textwrap v0.16.1
28652024-08-16T01:16:10.016Z Checking ratatui v0.28.0
28662024-08-16T01:16:10.063Z Checking multimap v0.10.0
28672024-08-16T01:16:10.874Z Checking diesel v2.2.2
28682024-08-16T01:16:11.659Z Checking indicatif v0.17.8
28692024-08-16T01:16:27.073Z Compiling samael v0.0.15
28702024-08-16T01:16:40.180Z Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
28712024-08-16T01:16:42.290Z Compiling polar-core v0.27.3
28722024-08-16T01:16:50.782Z Checking oso v0.27.3
28732024-08-16T01:18:03.822Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28742024-08-16T01:18:10.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s
28752024-08-16T01:18:10.911Z
28762024-08-16T01:18:10.911Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150)
28772024-08-16T01:18:11.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-08-16T01:18:11.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-08-16T01:18:11.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-08-16T01:18:11.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28812024-08-16T01:18:11.844Z
28822024-08-16T01:18:11.844Zinfo: running `cargo check --bins` on nexus-saga-recovery (124/150)
28832024-08-16T01:18:12.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-08-16T01:18:12.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-08-16T01:18:12.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-08-16T01:18:12.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
28872024-08-16T01:18:12.746Z
28882024-08-16T01:18:12.746Zinfo: running `cargo check --bins` on nexus-test-utils-macros (125/150)
28892024-08-16T01:18:13.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-08-16T01:18:13.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-08-16T01:18:13.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-08-16T01:18:13.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
28932024-08-16T01:18:13.587Z
28942024-08-16T01:18:13.587Zinfo: running `cargo check --bins` on omicron-nexus (126/150)
28952024-08-16T01:18:14.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-08-16T01:18:14.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-08-16T01:18:14.679Z Compiling libz-sys v1.1.16
28982024-08-16T01:18:14.702Z Compiling libgit2-sys v0.17.0+1.8.1
28992024-08-16T01:18:14.726Z Compiling vergen v8.3.2
29002024-08-16T01:18:14.726Z Compiling cargo-platform v0.1.8
29012024-08-16T01:18:14.750Z Compiling pin-project-internal v1.1.5
29022024-08-16T01:18:14.778Z Compiling snafu-derive v0.8.2
29032024-08-16T01:18:14.778Z Compiling libsqlite3-sys v0.28.0
29042024-08-16T01:18:14.802Z Compiling buf-list v1.0.3
29052024-08-16T01:18:15.031Z Checking globset v0.4.14
29062024-08-16T01:18:15.243Z Compiling cargo_metadata v0.18.1
29072024-08-16T01:18:15.327Z Checking olpc-cjson v0.1.3
29082024-08-16T01:18:15.465Z Checking rand_seeder v0.3.0
29092024-08-16T01:18:15.488Z Checking serde_plain v1.0.2
29102024-08-16T01:18:15.527Z Checking typed-path v0.7.1
29112024-08-16T01:18:15.668Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29122024-08-16T01:18:15.831Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29132024-08-16T01:18:15.855Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29142024-08-16T01:18:16.052Z Checking hashlink v0.9.1
29152024-08-16T01:18:16.084Z Checking fallible-streaming-iterator v0.1.9
29162024-08-16T01:18:16.108Z Checking fallible-iterator v0.3.0
29172024-08-16T01:18:16.291Z Checking parse-size v1.0.0
29182024-08-16T01:18:16.482Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29192024-08-16T01:18:16.571Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29202024-08-16T01:18:16.627Z Checking rusqlite v0.31.0
29212024-08-16T01:18:17.117Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29222024-08-16T01:18:17.243Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29232024-08-16T01:18:17.316Z Checking pin-project v1.1.5
29242024-08-16T01:18:17.380Z Checking twox-hash v1.6.3
29252024-08-16T01:18:17.463Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29262024-08-16T01:18:17.774Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29272024-08-16T01:18:17.936Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29282024-08-16T01:18:18.186Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29292024-08-16T01:18:18.210Z Checking fatfs v0.3.6
29302024-08-16T01:18:18.341Z Checking assert_matches v1.5.0
29312024-08-16T01:18:19.341Z Checking snafu v0.8.2
29322024-08-16T01:18:19.743Z Checking tough v0.17.1
29332024-08-16T01:18:23.646Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
29342024-08-16T01:18:25.077Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29352024-08-16T01:18:26.029Z Compiling git2 v0.19.0
29362024-08-16T01:18:32.101Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
29372024-08-16T01:19:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
29382024-08-16T01:19:45.782Z
29392024-08-16T01:19:45.782Zinfo: running `cargo check --bins` on nexus-internal-api (127/150)
29402024-08-16T01:19:46.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412024-08-16T01:19:46.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422024-08-16T01:19:46.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432024-08-16T01:19:46.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29442024-08-16T01:19:46.699Z
29452024-08-16T01:19:46.699Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (128/150)
29462024-08-16T01:19:47.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472024-08-16T01:19:47.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482024-08-16T01:19:47.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492024-08-16T01:19:47.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
29502024-08-16T01:19:47.628Z
29512024-08-16T01:19:47.628Zinfo: running `cargo check --bins` on nexus-networking (129/150)
29522024-08-16T01:19:48.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532024-08-16T01:19:48.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542024-08-16T01:19:48.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552024-08-16T01:19:48.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29562024-08-16T01:19:48.542Z
29572024-08-16T01:19:48.542Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (130/150)
29582024-08-16T01:19:49.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592024-08-16T01:19:49.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602024-08-16T01:19:49.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612024-08-16T01:19:49.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29622024-08-16T01:19:49.460Z
29632024-08-16T01:19:49.460Zinfo: running `cargo check --bins` on update-common (131/150)
29642024-08-16T01:19:50.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-08-16T01:19:50.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-08-16T01:19:50.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672024-08-16T01:19:50.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29682024-08-16T01:19:50.365Z
29692024-08-16T01:19:50.365Zinfo: running `cargo check --bins` on tufaceous-lib (132/150)
29702024-08-16T01:19:51.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-08-16T01:19:51.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-08-16T01:19:51.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732024-08-16T01:19:51.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29742024-08-16T01:19:51.278Z
29752024-08-16T01:19:51.278Zinfo: running `cargo check --bins` on tufaceous (133/150)
29762024-08-16T01:19:52.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-08-16T01:19:52.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-08-16T01:19:52.175Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
29792024-08-16T01:19:53.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
29802024-08-16T01:19:53.344Z
29812024-08-16T01:19:53.344Zinfo: running `cargo check --bins` on omicron-dev (134/150)
29822024-08-16T01:19:54.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-08-16T01:19:54.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-08-16T01:19:54.526Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29852024-08-16T01:19:54.526Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29862024-08-16T01:19:54.550Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29872024-08-16T01:19:56.113Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
29882024-08-16T01:19:59.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
29892024-08-16T01:19:59.195Z
29902024-08-16T01:19:59.195Zinfo: running `cargo check --bins` on openapi-manager (135/150)
29912024-08-16T01:20:00.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-08-16T01:20:00.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-08-16T01:20:00.158Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29942024-08-16T01:20:00.158Z Checking heck v0.4.1
29952024-08-16T01:20:00.158Z Checking is_ci v1.2.0
29962024-08-16T01:20:00.158Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29972024-08-16T01:20:00.182Z Checking indent_write v2.2.0
29982024-08-16T01:20:00.354Z Checking supports-color v3.0.0
29992024-08-16T01:20:00.380Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
30002024-08-16T01:20:02.052Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30012024-08-16T01:20:03.064Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
30022024-08-16T01:20:04.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
30032024-08-16T01:20:04.367Z
30042024-08-16T01:20:04.367Zinfo: running `cargo check --bins` on installinator-api (136/150)
30052024-08-16T01:20:05.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-08-16T01:20:05.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-08-16T01:20:05.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082024-08-16T01:20:05.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
30092024-08-16T01:20:05.303Z
30102024-08-16T01:20:05.303Zinfo: running `cargo check --bins` on wicketd-api (137/150)
30112024-08-16T01:20:06.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-08-16T01:20:06.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-08-16T01:20:06.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142024-08-16T01:20:06.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
30152024-08-16T01:20:06.189Z
30162024-08-16T01:20:06.189Zinfo: running `cargo check --bins` on reconfigurator-cli (138/150)
30172024-08-16T01:20:07.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-08-16T01:20:07.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-08-16T01:20:07.174Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30202024-08-16T01:20:08.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
30212024-08-16T01:20:08.718Z
30222024-08-16T01:20:08.718Zinfo: running `cargo check --bins` on omicron-releng (139/150)
30232024-08-16T01:20:09.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-08-16T01:20:09.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-08-16T01:20:09.634Z Checking memmap2 v0.9.4
30262024-08-16T01:20:09.634Z Checking untrusted v0.7.1
30272024-08-16T01:20:09.634Z Checking arrayref v0.3.7
30282024-08-16T01:20:09.634Z Checking arrayvec v0.7.4
30292024-08-16T01:20:09.658Z Checking constant_time_eq v0.3.0
30302024-08-16T01:20:09.658Z Checking spin v0.5.2
30312024-08-16T01:20:09.658Z Checking cargo-platform v0.1.8
30322024-08-16T01:20:09.658Z Checking topological-sort v0.2.2
30332024-08-16T01:20:09.804Z Checking shell-words v1.1.0
30342024-08-16T01:20:09.906Z Checking ring v0.16.20
30352024-08-16T01:20:09.930Z Checking cargo_metadata v0.18.1
30362024-08-16T01:20:10.091Z Checking blake3 v1.5.1
30372024-08-16T01:20:11.364Z Checking omicron-zone-package v0.11.0
30382024-08-16T01:20:12.695Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30392024-08-16T01:20:13.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
30402024-08-16T01:20:13.899Z
30412024-08-16T01:20:13.899Zinfo: running `cargo check --bins` on xtask (140/150)
30422024-08-16T01:20:14.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432024-08-16T01:20:14.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442024-08-16T01:20:14.553Z Checking serde v1.0.207
30452024-08-16T01:20:14.553Z Checking thiserror v1.0.63
30462024-08-16T01:20:14.553Z Checking scroll v0.12.0
30472024-08-16T01:20:14.553Z Checking log v0.4.21
30482024-08-16T01:20:14.553Z Checking hashbrown v0.14.5
30492024-08-16T01:20:14.553Z Checking bitflags v2.6.0
30502024-08-16T01:20:14.577Z Checking zerocopy v0.7.34
30512024-08-16T01:20:14.654Z Checking syn v2.0.74
30522024-08-16T01:20:14.707Z Checking pest v2.7.10
30532024-08-16T01:20:14.853Z Checking fs-err v2.11.0
30542024-08-16T01:20:14.886Z Checking rustix v0.38.34
30552024-08-16T01:20:15.001Z Checking goblin v0.8.2
30562024-08-16T01:20:15.105Z Checking anyhow v1.0.86
30572024-08-16T01:20:15.441Z Checking tabled v0.15.0
30582024-08-16T01:20:15.552Z Checking indexmap v2.4.0
30592024-08-16T01:20:15.733Z Checking terminal_size v0.3.0
30602024-08-16T01:20:15.878Z Checking clap_builder v4.5.15
30612024-08-16T01:20:16.719Z Checking dtrace-parser v0.2.0
30622024-08-16T01:20:18.462Z Checking clap v4.5.15
30632024-08-16T01:20:18.609Z Checking serde_json v1.0.125
30642024-08-16T01:20:18.633Z Checking serde_spanned v0.6.7
30652024-08-16T01:20:18.633Z Checking toml_datetime v0.6.8
30662024-08-16T01:20:18.633Z Checking cargo-platform v0.1.8
30672024-08-16T01:20:18.633Z Checking camino v1.1.7
30682024-08-16T01:20:18.633Z Checking semver v1.0.23
30692024-08-16T01:20:18.694Z Checking macaddr v1.0.1
30702024-08-16T01:20:18.911Z Checking toml_edit v0.22.20
30712024-08-16T01:20:19.823Z Checking dof v0.3.0
30722024-08-16T01:20:19.823Z Checking cargo_metadata v0.18.1
30732024-08-16T01:20:20.341Z Checking usdt-impl v0.5.0
30742024-08-16T01:20:20.776Z Checking usdt v0.5.0
30752024-08-16T01:20:21.003Z Checking toml v0.8.19
30762024-08-16T01:20:21.582Z Checking cargo_toml v0.20.4
30772024-08-16T01:20:23.058Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30782024-08-16T01:20:23.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.91s
30792024-08-16T01:20:23.907Z
30802024-08-16T01:20:23.907Zinfo: running `cargo check --bins` on end-to-end-tests (141/150)
30812024-08-16T01:20:24.550Z Downloading crates ...
30822024-08-16T01:20:24.833Z Downloaded hex-literal v0.4.1
30832024-08-16T01:20:24.858Z Downloaded dhcproto-macros v0.1.0
30842024-08-16T01:20:24.858Z Downloaded option-ext v0.2.0
30852024-08-16T01:20:24.858Z Downloaded md5 v0.7.0
30862024-08-16T01:20:24.858Z Downloaded blowfish v0.9.1
30872024-08-16T01:20:24.858Z Downloaded ssh-cipher v0.2.0
30882024-08-16T01:20:24.858Z Downloaded ssh-encoding v0.2.0
30892024-08-16T01:20:24.858Z Downloaded password-hash v0.4.2
30902024-08-16T01:20:24.858Z Downloaded p256 v0.13.2
30912024-08-16T01:20:24.858Z Downloaded ssh-key v0.6.6
30922024-08-16T01:20:24.885Z Downloaded russh v0.44.1
30932024-08-16T01:20:24.885Z Downloaded p521 v0.13.3
30942024-08-16T01:20:24.885Z Downloaded p384 v0.13.0
30952024-08-16T01:20:24.909Z Downloaded ed25519-dalek v2.1.1
30962024-08-16T01:20:24.909Z Downloaded num-bigint v0.4.5
30972024-08-16T01:20:24.909Z Downloaded russh-keys v0.44.0
30982024-08-16T01:20:24.909Z Downloaded primeorder v0.13.6
30992024-08-16T01:20:24.909Z Downloaded polyval v0.6.2
31002024-08-16T01:20:24.909Z Downloaded pbkdf2 v0.11.0
31012024-08-16T01:20:24.909Z Downloaded internet-checksum v0.2.1
31022024-08-16T01:20:24.909Z Downloaded ghash v0.5.1
31032024-08-16T01:20:24.909Z Downloaded ed25519 v2.2.3
31042024-08-16T01:20:24.909Z Downloaded ecdsa v0.16.9
31052024-08-16T01:20:24.909Z Downloaded dirs-sys v0.4.1
31062024-08-16T01:20:24.934Z Downloaded dirs v5.0.1
31072024-08-16T01:20:24.934Z Downloaded dhcproto v0.12.0
31082024-08-16T01:20:24.934Z Downloaded russh-cryptovec v0.7.2
31092024-08-16T01:20:24.934Z Downloaded rfc6979 v0.4.0
31102024-08-16T01:20:24.934Z Downloaded bcrypt-pbkdf v0.10.0
31112024-08-16T01:20:24.934Z Downloaded aes-gcm v0.10.3
31122024-08-16T01:20:24.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132024-08-16T01:20:24.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142024-08-16T01:20:25.115Z Checking polyval v0.6.2
31152024-08-16T01:20:25.115Z Checking rfc6979 v0.4.0
31162024-08-16T01:20:25.160Z Checking primeorder v0.13.6
31172024-08-16T01:20:25.184Z Checking ctr v0.9.2
31182024-08-16T01:20:25.208Z Checking ed25519 v2.2.3
31192024-08-16T01:20:25.208Z Checking ssh-encoding v0.2.0
31202024-08-16T01:20:25.208Z Checking blowfish v0.9.1
31212024-08-16T01:20:25.208Z Checking option-ext v0.2.0
31222024-08-16T01:20:25.307Z Checking ecdsa v0.16.9
31232024-08-16T01:20:25.361Z Checking dirs-sys v0.4.1
31242024-08-16T01:20:25.385Z Checking ghash v0.5.1
31252024-08-16T01:20:25.424Z Checking bcrypt-pbkdf v0.10.0
31262024-08-16T01:20:25.447Z Checking password-hash v0.4.2
31272024-08-16T01:20:25.505Z Checking matches v0.1.10
31282024-08-16T01:20:25.529Z Checking aes-gcm v0.10.3
31292024-08-16T01:20:25.529Z Checking ed25519-dalek v2.1.1
31302024-08-16T01:20:25.529Z Checking dirs v5.0.1
31312024-08-16T01:20:25.578Z Compiling enum-as-inner v0.5.1
31322024-08-16T01:20:25.602Z Checking idna v0.2.3
31332024-08-16T01:20:25.641Z Checking russh-cryptovec v0.7.2
31342024-08-16T01:20:25.678Z Checking md5 v0.7.0
31352024-08-16T01:20:25.728Z Checking ssh-cipher v0.2.0
31362024-08-16T01:20:25.812Z Checking pbkdf2 v0.11.0
31372024-08-16T01:20:25.836Z Checking num-bigint v0.4.5
31382024-08-16T01:20:25.883Z Checking hex-literal v0.4.1
31392024-08-16T01:20:25.919Z Compiling dhcproto-macros v0.1.0
31402024-08-16T01:20:25.943Z Checking p384 v0.13.0
31412024-08-16T01:20:25.992Z Checking ssh-key v0.6.6
31422024-08-16T01:20:26.016Z Checking p256 v0.13.2
31432024-08-16T01:20:26.048Z Checking p521 v0.13.3
31442024-08-16T01:20:26.242Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31452024-08-16T01:20:26.423Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
31462024-08-16T01:20:26.447Z Checking trust-dns-proto v0.22.0
31472024-08-16T01:20:26.709Z Checking internet-checksum v0.2.1
31482024-08-16T01:20:27.388Z Checking russh-keys v0.44.0
31492024-08-16T01:20:28.485Z Checking russh v0.44.1
31502024-08-16T01:20:29.450Z Checking dhcproto v0.12.0
31512024-08-16T01:20:50.873Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31522024-08-16T01:20:52.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s
31532024-08-16T01:20:52.631Z
31542024-08-16T01:20:52.631Zinfo: running `cargo check --bins` on gateway-cli (142/150)
31552024-08-16T01:20:53.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562024-08-16T01:20:53.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572024-08-16T01:20:53.489Z Checking termios v0.3.3
31582024-08-16T01:20:53.668Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31592024-08-16T01:20:54.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
31602024-08-16T01:20:54.730Z
31612024-08-16T01:20:54.730Zinfo: running `cargo check --bins --no-default-features` on installinator (143/150)
31622024-08-16T01:20:55.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-08-16T01:20:55.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-08-16T01:20:55.691Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31652024-08-16T01:20:58.003Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31662024-08-16T01:21:00.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
31672024-08-16T01:21:00.338Z
31682024-08-16T01:21:00.338Zinfo: running `cargo check --bins` on internal-dns-cli (144/150)
31692024-08-16T01:21:01.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-08-16T01:21:01.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-08-16T01:21:01.172Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
31722024-08-16T01:21:01.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
31732024-08-16T01:21:01.760Z
31742024-08-16T01:21:01.760Zinfo: running `cargo check --bins` on omicron-package (145/150)
31752024-08-16T01:21:02.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-08-16T01:21:02.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-08-16T01:21:02.663Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31782024-08-16T01:21:04.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
31792024-08-16T01:21:04.216Z
31802024-08-16T01:21:04.216Zinfo: running `cargo check --bins` on wicket-dbg (146/150)
31812024-08-16T01:21:05.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-08-16T01:21:05.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-08-16T01:21:05.186Z Checking rtoolbox v0.0.2
31842024-08-16T01:21:05.186Z Checking tui-tree-widget v0.22.0
31852024-08-16T01:21:05.210Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31862024-08-16T01:21:05.393Z Checking rpassword v7.3.1
31872024-08-16T01:21:10.144Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31882024-08-16T01:21:13.761Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892024-08-16T01:21:15.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31902024-08-16T01:21:15.208Z
31912024-08-16T01:21:15.208Zinfo: running `cargo check --bins` on wicket (147/150)
31922024-08-16T01:21:16.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-08-16T01:21:16.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-08-16T01:21:16.156Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31952024-08-16T01:21:16.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
31962024-08-16T01:21:16.672Z
31972024-08-16T01:21:16.673Zinfo: running `cargo check --bins` on wicketd (148/150)
31982024-08-16T01:21:17.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-08-16T01:21:17.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-08-16T01:21:17.655Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32012024-08-16T01:21:22.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
32022024-08-16T01:21:22.171Z
32032024-08-16T01:21:22.171Zinfo: running `cargo check --bins` on omicron-workspace-hack (149/150)
32042024-08-16T01:21:22.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-08-16T01:21:22.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-08-16T01:21:22.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072024-08-16T01:21:22.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32082024-08-16T01:21:22.997Z
32092024-08-16T01:21:22.997Zinfo: running `cargo check --bins` on zone-setup (150/150)
32102024-08-16T01:21:23.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-08-16T01:21:23.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-08-16T01:21:23.993Z Checking uzers v0.11.3
32132024-08-16T01:21:24.266Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32142024-08-16T01:21:25.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
32152024-08-16T01:21:25.704Z
32162024-08-16T01:21:25.704Zreal 12:45.717757877
32172024-08-16T01:21:25.704Zuser 22:32.183648979
32182024-08-16T01:21:25.704Zsys 5:15.960994098
32192024-08-16T01:21:25.704Ztrap 0.508224967
32202024-08-16T01:21:25.728Ztflt 1.555393941
32212024-08-16T01:21:25.728Zdflt 2.679784679
32222024-08-16T01:21:25.728Zkflt 0.003085054
32232024-08-16T01:21:25.728Zlock 43:02.785322394
32242024-08-16T01:21:25.728Zslp 1:58:35.059496323
32252024-08-16T01:21:25.728Zlat 56.777156065
32262024-08-16T01:21:25.728Zstop 2:29.044842062
32272024-08-16T01:21:25.728Zprocess exited: duration 980561 ms, exit code 0
 
32282024-08-16T01:21:25.777Zfound 0 output files