01JBESPNKRP4F9TJSXGP12RP6P: 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: 01JBESQ37W8SNQ58WGZTP2TP8X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T13:27:48.521Zjob assigned to worker 01JBESQFDMP0Y1Y0NMVK10PMDQ (queued for 56 s)
 
22024-10-30T13:27:56.073Zstarting task 0: "setup"
32024-10-30T13:27:56.084Z++ uname -s
42024-10-30T13:27:56.086Z+ kern=SunOS
52024-10-30T13:27:56.087Z+ case "$kern" in
62024-10-30T13:27:56.087Z+ [[ 0 == 12345 ]]
72024-10-30T13:27:56.087Z+ groupadd -g 12345 build
82024-10-30T13:27:56.089Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T13:27:58.102Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T13:27:58.266Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T13:27:58.268Z+ home_fs=zfs
122024-10-30T13:27:58.269Z+ [[ zfs == autofs ]]
132024-10-30T13:27:58.269Z+ mkdir -p /home/build
142024-10-30T13:27:58.274Z+ chown build:build /home/build /work
152024-10-30T13:28:00.273Z+ chmod 0700 /home/build /work
162024-10-30T13:28:00.276Zprocess exited: duration 4203 ms, exit code 0
 
172024-10-30T13:28:00.281Zstarting task 1: "rust-toolchain"
182024-10-30T13:28:00.286Z+ printf ' * toolchain channel = "%s"
192024-10-30T13:28:00.286Z * toolchain channel = "1.82.0"
202024-10-30T13:28:00.286Z * toolchain profile = "default"
212024-10-30T13:28:00.286Z' 1.82.0
222024-10-30T13:28:00.286Z+ printf ' * toolchain profile = "%s"
232024-10-30T13:28:00.286Z' default
242024-10-30T13:28:00.289Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T13:28:00.289Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-10-30T13:28:00.403Zinfo: downloading installer
272024-10-30T13:28:01.981Zinfo: profile set to 'default'
282024-10-30T13:28:01.981Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T13:28:01.984Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-10-30T13:28:02.154Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-30T13:28:02.154Zinfo: downloading component 'cargo'
322024-10-30T13:28:03.148Zinfo: downloading component 'clippy'
332024-10-30T13:28:03.522Zinfo: downloading component 'rust-docs'
342024-10-30T13:28:04.911Zinfo: downloading component 'rust-std'
352024-10-30T13:28:07.121Zinfo: downloading component 'rustc'
362024-10-30T13:28:14.983Zinfo: downloading component 'rustfmt'
372024-10-30T13:28:15.266Zinfo: installing component 'cargo'
382024-10-30T13:28:16.085Zinfo: installing component 'clippy'
392024-10-30T13:28:16.480Zinfo: installing component 'rust-docs'
402024-10-30T13:28:18.188Zinfo: installing component 'rust-std'
412024-10-30T13:28:20.123Zinfo: installing component 'rustc'
422024-10-30T13:28:26.044Zinfo: installing component 'rustfmt'
432024-10-30T13:28:26.387Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-10-30T13:28:26.387Z
452024-10-30T13:28:26.767Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-30T13:28:26.767Z
472024-10-30T13:28:26.770Z
482024-10-30T13:28:26.770ZRust is installed now. Great!
492024-10-30T13:28:26.770Z
502024-10-30T13:28:26.770ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T13:28:26.770Zenvironment variable. This has not been done automatically.
522024-10-30T13:28:26.770Z
532024-10-30T13:28:26.770ZTo configure your current shell, you need to source
542024-10-30T13:28:26.770Zthe corresponding env file under $HOME/.cargo.
552024-10-30T13:28:26.770Z
562024-10-30T13:28:26.770ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T13:28:26.770Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T13:28:26.770Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T13:28:26.847Z+ rustc --version
602024-10-30T13:28:26.929Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-30T13:28:26.932Zprocess exited: duration 26635 ms, exit code 0
 
622024-10-30T13:28:26.936Zstarting task 2: "authentication"
632024-10-30T13:28:26.958Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T13:28:26.963Zstarting task 3: "clone repository"
652024-10-30T13:28:26.968Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-30T13:28:26.970Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-30T13:28:27.007ZCloning into '/work/oxidecomputer/omicron'...
682024-10-30T13:28:34.940Z+ cd /work/oxidecomputer/omicron
692024-10-30T13:28:34.941Z+ git fetch origin 417a9860d36cb60bc2a7fa04d452983b52da1ccd
702024-10-30T13:28:35.283ZFrom https://github.com/oxidecomputer/omicron
712024-10-30T13:28:35.286Z * branch 417a9860d36cb60bc2a7fa04d452983b52da1ccd -> FETCH_HEAD
722024-10-30T13:28:35.294Z+ [[ -n john/fix-rss-dns-typo ]]
732024-10-30T13:28:35.298Z++ git branch --show-current
742024-10-30T13:28:35.298Z+ current=main
752024-10-30T13:28:35.300Z+ [[ main != john/fix-rss-dns-typo ]]
762024-10-30T13:28:35.300Z+ git branch -f john/fix-rss-dns-typo 417a9860d36cb60bc2a7fa04d452983b52da1ccd
772024-10-30T13:28:35.303Z+ git checkout -f john/fix-rss-dns-typo
782024-10-30T13:28:35.465ZSwitched to branch 'john/fix-rss-dns-typo'
792024-10-30T13:28:35.467Z+ git reset --hard 417a9860d36cb60bc2a7fa04d452983b52da1ccd
802024-10-30T13:28:35.478ZHEAD is now at 417a9860d Fix DNS port typo in RSS
812024-10-30T13:28:35.481Zprocess exited: duration 8514 ms, exit code 0
 
822024-10-30T13:28:35.488Zstarting task 4: "build"
832024-10-30T13:28:35.491Z+ source .github/buildomat/ci-env.sh
842024-10-30T13:28:35.491Z++ export CARGO_TERM_COLOR=always
852024-10-30T13:28:35.491Z++ CARGO_TERM_COLOR=always
862024-10-30T13:28:35.494Z+ cargo --version
872024-10-30T13:28:35.550Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-10-30T13:28:35.553Z+ rustc --version
892024-10-30T13:28:35.614Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-10-30T13:28:35.616Z+ source ./env.sh
912024-10-30T13:28:35.616Z++ OLD_SHELL_OPTS=ehxB
922024-10-30T13:28:35.616Z++ set -o xtrace
932024-10-30T13:28:35.618Z++++ dirname ./env.sh
942024-10-30T13:28:35.621Z+++ readlink -f .
952024-10-30T13:28:35.623Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-10-30T13:28:35.623Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-30T13:28:35.623Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-30T13:28:35.626Z++ 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
992024-10-30T13:28:35.626Z++ 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
1002024-10-30T13:28:35.626Z++ 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
1012024-10-30T13:28:35.626Z++ 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
1022024-10-30T13:28:35.626Z++ 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
1032024-10-30T13:28:35.626Z++ 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
1042024-10-30T13:28:35.626Z++ case $OLD_SHELL_OPTS in
1052024-10-30T13:28:35.626Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-10-30T13:28:35.626Z+ 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
1072024-10-30T13:28:35.626Z+ 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
1082024-10-30T13:28:35.626Z+ banner prerequisites
1092024-10-30T13:28:35.628Z
1102024-10-30T13:28:35.628Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-10-30T13:28:35.628Z # # # # # # # # # # # # # # #
1122024-10-30T13:28:35.628Z # # # # ##### # # ##### # # # # # #### #
1132024-10-30T13:28:35.628Z ##### ##### # ##### # # # # # # # # #
1142024-10-30T13:28:35.629Z # # # # # # # # # # # # # # #
1152024-10-30T13:28:35.629Z # # # ###### # # ###### ### # #### # #### #
1162024-10-30T13:28:35.629Z
1172024-10-30T13:28:35.629Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-10-30T13:28:43.710Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-10-30T13:28:46.962Z Startup: Caching catalogs ... Done
1202024-10-30T13:28:54.129ZPlanning: Solver setup ... Done (6.387s)
1212024-10-30T13:28:54.226ZPlanning: Running solver ... Done (0.092s)
1222024-10-30T13:28:54.304ZPlanning: Finding local manifests ... Done (0.004s)
1232024-10-30T13:28:54.317ZPlanning: Fetching manifests: 0/5 0% complete
1242024-10-30T13:28:54.536ZPlanning: Fetching manifests: 5/5 100% complete
1252024-10-30T13:28:54.641ZPlanning: Package planning ... Done (0.104s)
1262024-10-30T13:28:54.697ZPlanning: Merging actions ... Done (0.056s)
1272024-10-30T13:28:54.890ZPlanning: Checking for conflicting actions ... Done (0.193s)
1282024-10-30T13:28:56.882ZPlanning: Consolidating action changes ... Done (1.991s)
1292024-10-30T13:28:57.323ZPlanning: Evaluating mediators ... Done (0.441s)
1302024-10-30T13:28:57.408ZPlanning: Planning completed in 10.36 seconds
1312024-10-30T13:28:57.423Z Packages to install: 4
1322024-10-30T13:28:57.426Z Packages to update: 1
1332024-10-30T13:28:57.426Z Mediators to change: 2
1342024-10-30T13:28:57.426Z Services to change: 1
1352024-10-30T13:28:57.426Z Estimated space available: 155.61 GB
1362024-10-30T13:28:57.426ZEstimated space to be consumed: 1.58 GB
1372024-10-30T13:28:57.426Z Create boot environment: No
1382024-10-30T13:28:57.426ZCreate backup boot environment: Yes
1392024-10-30T13:28:57.426Z Rebuild boot archive: No
1402024-10-30T13:28:57.426Z
1412024-10-30T13:28:57.426ZChanged mediators:
1422024-10-30T13:28:57.426Z mediator clang:
1432024-10-30T13:28:57.426Z version: None -> 15 (system default)
1442024-10-30T13:28:57.426Z
1452024-10-30T13:28:57.426Z mediator llvm:
1462024-10-30T13:28:57.426Z version: 14 (system default) -> 15 (system default)
1472024-10-30T13:28:57.426Z
1482024-10-30T13:28:57.427ZChanged packages:
1492024-10-30T13:28:57.427Zhelios-dev
1502024-10-30T13:28:57.427Z developer/build-essential
1512024-10-30T13:28:57.427Z None -> 11-2.0
1522024-10-30T13:28:57.427Z library/libxmlsec1
1532024-10-30T13:28:57.427Z None -> 1.2.35-2.0
1542024-10-30T13:28:57.427Z ooce/developer/clang-15
1552024-10-30T13:28:57.427Z None -> 15.0.7-2.0
1562024-10-30T13:28:57.427Z ooce/developer/llvm-15
1572024-10-30T13:28:57.427Z None -> 15.0.7-2.0
1582024-10-30T13:28:57.427Z package/pkg
1592024-10-30T13:28:57.427Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-10-30T13:28:57.427Z
1612024-10-30T13:28:57.427ZServices:
1622024-10-30T13:28:57.427Z restart_fmri:
1632024-10-30T13:28:57.427Z svc:/system/update-man-index:default
1642024-10-30T13:28:57.427Z
1652024-10-30T13:28:57.427ZEditable files to change:
1662024-10-30T13:28:57.427Z Update:
1672024-10-30T13:28:57.427Z usr/share/lib/pkg/web/config.shtml
1682024-10-30T13:28:57.502Z
1692024-10-30T13:28:57.502ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-10-30T13:29:02.512ZDownload: 318/4281 items 16.3/220.6MB 7% complete (3.3M/s)
1712024-10-30T13:29:07.512ZDownload: 955/4281 items 19.2/220.6MB 8% complete (1.9M/s)
1722024-10-30T13:29:12.517ZDownload: 1454/4281 items 116.5/220.6MB 52% complete (10.1M/s)
1732024-10-30T13:29:17.537ZDownload: 2217/4281 items 119.2/220.6MB 54% complete (10.1M/s)
1742024-10-30T13:29:22.543ZDownload: 2783/4281 items 121.0/220.6MB 54% complete (458k/s)
1752024-10-30T13:29:27.547ZDownload: 3249/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1762024-10-30T13:29:32.556ZDownload: 4006/4281 items 219.3/220.6MB 99% complete (9.8M/s)
1772024-10-30T13:29:36.799ZDownload: Completed 220.60 MB in 39.29 seconds (5.6M/s)
1782024-10-30T13:29:38.813Z Actions: 1/5063 actions (Removing old actions)
1792024-10-30T13:29:38.833Z Actions: 194/5063 actions (Installing new actions)
1802024-10-30T13:29:43.568Z Actions: 4226/5063 actions (Updating modified actions)
1812024-10-30T13:29:43.881Z Actions: Completed 5063 actions in 5.07 seconds.
1822024-10-30T13:29:44.256Z Done (0.366s)
1832024-10-30T13:29:44.259Z Done (0.000s)
1842024-10-30T13:29:44.762Z Done (0.504s)
1852024-10-30T13:29:49.105Z Done (4.133s)
1862024-10-30T13:29:49.195Z Done (0.017s)
1872024-10-30T13:29:49.198Z Done (0.000s)
1882024-10-30T13:29:49.358Z Done (0.000s)
1892024-10-30T13:29:50.024ZPlanning: Evaluating mediator changes ... Done
1902024-10-30T13:29:50.190ZPlanning: Checking for conflicting actions ... Done
1912024-10-30T13:29:50.193ZPlanning: Consolidating action changes ... Done
1922024-10-30T13:29:50.470ZPlanning: Evaluating mediators ... Done
1932024-10-30T13:29:50.472ZPlanning: Planning completed in 0.45 seconds
1942024-10-30T13:29:50.510Z Mediators to change: 2
1952024-10-30T13:29:50.510Z Create boot environment: No
1962024-10-30T13:29:50.510ZCreate backup boot environment: No
1972024-10-30T13:29:50.591Z Done
1982024-10-30T13:29:50.591Z Done
1992024-10-30T13:29:50.914Z Done
2002024-10-30T13:29:54.536Z Done
2012024-10-30T13:29:54.631Z Done
2022024-10-30T13:29:54.633Z Done
2032024-10-30T13:29:54.746Z Done
2042024-10-30T13:29:55.368ZPlanning: Evaluating mediator changes ... Done
2052024-10-30T13:29:55.372ZPlanning: Merging actions ... Done
2062024-10-30T13:29:55.564ZPlanning: Checking for conflicting actions ... Done
2072024-10-30T13:29:55.570ZPlanning: Consolidating action changes ... Done
2082024-10-30T13:29:55.844ZPlanning: Evaluating mediators ... Done
2092024-10-30T13:29:55.897ZPlanning: Planning completed in 0.78 seconds
2102024-10-30T13:29:55.941Z Packages to change: 1
2112024-10-30T13:29:55.942Z Mediators to change: 1
2122024-10-30T13:29:55.944Z Services to change: 1
2132024-10-30T13:29:55.944Z Create boot environment: No
2142024-10-30T13:29:55.944ZCreate backup boot environment: Yes
2152024-10-30T13:29:57.987Z Actions: 1/6 actions (Updating modified actions)
2162024-10-30T13:29:57.990Z Actions: Completed 6 actions in 0.00 seconds.
2172024-10-30T13:29:57.990Z Done
2182024-10-30T13:29:57.990Z Done
2192024-10-30T13:29:58.093Z Done
2202024-10-30T13:30:01.698Z Done
2212024-10-30T13:30:01.795Z Done
2222024-10-30T13:30:01.799Z Done
2232024-10-30T13:30:01.923Z Done
2242024-10-30T13:30:02.359ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-10-30T13:30:02.359Zclang system 15 system
2262024-10-30T13:30:02.359Zcsh system system illumos
2272024-10-30T13:30:02.359Zctags system system illumos
2282024-10-30T13:30:02.359Zgcc vendor 12 vendor
2292024-10-30T13:30:02.359Zgcc system 10 system
2302024-10-30T13:30:02.359Zgcc system 7 system
2312024-10-30T13:30:02.359Zgo system 1.20 system
2322024-10-30T13:30:02.359Zgo system 1.19 system
2332024-10-30T13:30:02.359Zllvm system 15 system
2342024-10-30T13:30:02.359Zllvm system 14 system
2352024-10-30T13:30:02.359Zmariadb system 10.6 system
2362024-10-30T13:30:02.359Zmta vendor vendor dma
2372024-10-30T13:30:02.359Zopenjdk system 17 system
2382024-10-30T13:30:02.359Zopenjdk system 11 system
2392024-10-30T13:30:02.359Zopenjdk system 1.8 system
2402024-10-30T13:30:02.359Zopenssl vendor 3 vendor
2412024-10-30T13:30:02.359Zperl system 5.36 system
2422024-10-30T13:30:02.359Zpostgresql system 15 system
2432024-10-30T13:30:02.359Zpostgresql system 13 system
2442024-10-30T13:30:02.359Zpython vendor 3 vendor
2452024-10-30T13:30:02.359Zpython system 2 system
2462024-10-30T13:30:02.359Zpython3 system 3.11 system
2472024-10-30T13:30:02.359Zruby system 3.0 system
2482024-10-30T13:30:02.359Zwords vendor vendor american-english
2492024-10-30T13:30:02.359Zwords system system australian-english
2502024-10-30T13:30:02.359Zwords system system british-english
2512024-10-30T13:30:02.359Zwords system system canadian-english
2522024-10-30T13:30:02.360Zwords system system french
2532024-10-30T13:30:02.360Zwords system system italian
2542024-10-30T13:30:02.360Zwords system system ngerman
2552024-10-30T13:30:02.360Zwords system system ogerman
2562024-10-30T13:30:02.360Zwords system system spanish
2572024-10-30T13:30:02.693ZPUBLISHER TYPE STATUS P LOCATION
2582024-10-30T13:30:02.693Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-10-30T13:30:05.088ZFMRI IFO
2602024-10-30T13:30:05.088Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-10-30T13:30:05.088Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-10-30T13:30:05.088Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-10-30T13:30:05.088Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-10-30T13:30:05.088Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-10-30T13:30:05.088Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-10-30T13:30:05.089Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-10-30T13:30:05.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-10-30T13:30:05.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-10-30T13:30:05.089Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-10-30T13:30:05.089Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-10-30T13:30:05.089Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-10-30T13:30:05.089Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-10-30T13:30:05.089Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-10-30T13:30:05.089Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-10-30T13:30:05.780Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-10-30T13:30:06.088Z Updating crates.io index
2772024-10-30T13:30:06.088Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-10-30T13:30:06.934Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-10-30T13:30:07.167Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-10-30T13:30:07.424Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-10-30T13:30:07.727Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-10-30T13:30:08.514Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-10-30T13:30:10.944Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-10-30T13:30:12.037Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-10-30T13:30:12.815Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-10-30T13:30:13.098Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-10-30T13:30:13.348Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-10-30T13:30:13.942Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-10-30T13:30:14.415Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-10-30T13:30:14.745Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-10-30T13:30:15.049Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-10-30T13:30:15.339Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-10-30T13:30:15.607Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-10-30T13:30:15.936Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-10-30T13:30:16.228Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-10-30T13:30:16.650Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-10-30T13:30:16.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-10-30T13:30:17.333Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-10-30T13:30:17.641Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-10-30T13:30:18.146Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-10-30T13:30:18.661Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-10-30T13:30:18.912Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-10-30T13:30:19.225Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-10-30T13:30:20.565Z Downloading crates ...
3052024-10-30T13:30:20.655Z Downloaded cargo_metadata v0.18.1
3062024-10-30T13:30:20.658Z Downloaded camino-tempfile v1.1.1
3072024-10-30T13:30:20.660Z Downloaded bytecount v0.6.8
3082024-10-30T13:30:20.663Z Downloaded anstream v0.6.15
3092024-10-30T13:30:20.665Z Downloaded anstyle-query v1.1.1
3102024-10-30T13:30:20.686Z Downloaded errno v0.3.9
3112024-10-30T13:30:20.689Z Downloaded block-buffer v0.10.4
3122024-10-30T13:30:20.692Z Downloaded toml_datetime v0.6.8
3132024-10-30T13:30:20.695Z Downloaded strsim v0.11.1
3142024-10-30T13:30:20.695Z Downloaded heck v0.5.0
3152024-10-30T13:30:20.697Z Downloaded fnv v1.0.7
3162024-10-30T13:30:20.697Z Downloaded macaddr v1.0.1
3172024-10-30T13:30:20.700Z Downloaded itoa v1.0.11
3182024-10-30T13:30:20.700Z Downloaded autocfg v1.4.0
3192024-10-30T13:30:20.703Z Downloaded crypto-common v0.1.6
3202024-10-30T13:30:20.703Z Downloaded anstyle v1.0.8
3212024-10-30T13:30:20.706Z Downloaded byteorder v1.5.0
3222024-10-30T13:30:20.709Z Downloaded thread-id v4.2.2
3232024-10-30T13:30:20.712Z Downloaded clap_lex v0.7.2
3242024-10-30T13:30:20.712Z Downloaded pest_generator v2.7.14
3252024-10-30T13:30:20.715Z Downloaded pretty-hex v0.4.1
3262024-10-30T13:30:20.718Z Downloaded utf8parse v0.2.2
3272024-10-30T13:30:20.723Z Downloaded dof v0.3.0
3282024-10-30T13:30:20.725Z Downloaded cargo-platform v0.1.8
3292024-10-30T13:30:20.725Z Downloaded serde_tokenstream v0.2.2
3302024-10-30T13:30:20.728Z Downloaded tempfile v3.13.0
3312024-10-30T13:30:20.730Z Downloaded anstyle-parse v0.2.5
3322024-10-30T13:30:20.737Z Downloaded ucd-trie v0.1.7
3332024-10-30T13:30:20.745Z Downloaded camino v1.1.9
3342024-10-30T13:30:20.748Z Downloaded serde_derive v1.0.210
3352024-10-30T13:30:20.750Z Downloaded papergrid v0.11.0
3362024-10-30T13:30:20.754Z Downloaded anyhow v1.0.89
3372024-10-30T13:30:20.759Z Downloaded proc-macro2 v1.0.87
3382024-10-30T13:30:20.761Z Downloaded is_terminal_polyfill v1.70.1
3392024-10-30T13:30:20.764Z Downloaded equivalent v1.0.1
3402024-10-30T13:30:20.764Z Downloaded dtrace-parser v0.2.0
3412024-10-30T13:30:20.764Z Downloaded colorchoice v1.0.2
3422024-10-30T13:30:20.766Z Downloaded clap v4.5.20
3432024-10-30T13:30:20.772Z Downloaded swrite v0.1.0
3442024-10-30T13:30:20.775Z Downloaded proc-macro-error-attr v1.0.4
3452024-10-30T13:30:20.775Z Downloaded ryu v1.0.18
3462024-10-30T13:30:20.777Z Downloaded textwrap v0.16.1
3472024-10-30T13:30:20.780Z Downloaded bitflags v2.6.0
3482024-10-30T13:30:20.783Z Downloaded semver v1.0.23
3492024-10-30T13:30:20.786Z Downloaded scroll_derive v0.12.0
3502024-10-30T13:30:20.788Z Downloaded cargo_toml v0.20.5
3512024-10-30T13:30:20.796Z Downloaded usdt-macro v0.5.0
3522024-10-30T13:30:20.799Z Downloaded cfg-if v1.0.0
3532024-10-30T13:30:20.799Z Downloaded cpufeatures v0.2.14
3542024-10-30T13:30:20.801Z Downloaded heck v0.4.1
3552024-10-30T13:30:20.801Z Downloaded generic-array v0.14.7
3562024-10-30T13:30:20.804Z Downloaded fs-err v2.11.0
3572024-10-30T13:30:20.804Z Downloaded usdt-attr-macro v0.5.0
3582024-10-30T13:30:20.806Z Downloaded plain v0.2.3
3592024-10-30T13:30:20.808Z Downloaded serde_spanned v0.6.8
3602024-10-30T13:30:20.808Z Downloaded memmap v0.7.0
3612024-10-30T13:30:20.810Z Downloaded fastrand v2.1.1
3622024-10-30T13:30:20.819Z Downloaded scroll v0.12.0
3632024-10-30T13:30:20.830Z Downloaded unicode-linebreak v0.1.5
3642024-10-30T13:30:20.832Z Downloaded clap_derive v4.5.18
3652024-10-30T13:30:20.834Z Downloaded thiserror-impl v1.0.64
3662024-10-30T13:30:20.835Z Downloaded terminal_size v0.4.0
3672024-10-30T13:30:20.837Z Downloaded thiserror v1.0.64
3682024-10-30T13:30:20.839Z Downloaded version_check v0.9.5
3692024-10-30T13:30:20.842Z Downloaded digest v0.10.7
3702024-10-30T13:30:20.844Z Downloaded usdt-impl v0.5.0
3712024-10-30T13:30:20.844Z Downloaded usdt v0.5.0
3722024-10-30T13:30:20.846Z Downloaded smawk v0.3.2
3732024-10-30T13:30:20.850Z Downloaded quote v1.0.37
3742024-10-30T13:30:20.852Z Downloaded memchr v2.7.4
3752024-10-30T13:30:20.857Z Downloaded sha2 v0.10.8
3762024-10-30T13:30:20.860Z Downloaded pest_derive v2.7.14
3772024-10-30T13:30:20.862Z Downloaded once_cell v1.20.2
3782024-10-30T13:30:20.871Z Downloaded tabled_derive v0.7.0
3792024-10-30T13:30:20.875Z Downloaded zerocopy-derive v0.7.35
3802024-10-30T13:30:20.880Z Downloaded pest_meta v2.7.14
3812024-10-30T13:30:20.882Z Downloaded typenum v1.17.0
3822024-10-30T13:30:20.885Z Downloaded proc-macro-error v1.0.4
3832024-10-30T13:30:20.888Z Downloaded log v0.4.22
3842024-10-30T13:30:20.891Z Downloaded unicode-ident v1.0.13
3852024-10-30T13:30:20.898Z Downloaded toml v0.8.19
3862024-10-30T13:30:20.929Z Downloaded indexmap v2.6.0
3872024-10-30T13:30:20.934Z Downloaded serde v1.0.210
3882024-10-30T13:30:20.942Z Downloaded toml_edit v0.22.22
3892024-10-30T13:30:20.987Z Downloaded winnow v0.6.20
3902024-10-30T13:30:20.996Z Downloaded pest v2.7.14
3912024-10-30T13:30:21.000Z Downloaded hashbrown v0.15.0
3922024-10-30T13:30:21.005Z Downloaded goblin v0.8.2
3932024-10-30T13:30:21.011Z Downloaded zerocopy v0.7.35
3942024-10-30T13:30:21.026Z Downloaded clap_builder v4.5.20
3952024-10-30T13:30:21.033Z Downloaded serde_json v1.0.128
3962024-10-30T13:30:21.040Z Downloaded unicode-width v0.1.14
3972024-10-30T13:30:21.045Z Downloaded tabled v0.15.0
3982024-10-30T13:30:21.060Z Downloaded syn v1.0.109
3992024-10-30T13:30:21.069Z Downloaded syn v2.0.79
4002024-10-30T13:30:21.090Z Downloaded rustix v0.38.37
4012024-10-30T13:30:21.123Z Downloaded libc v0.2.161
4022024-10-30T13:30:21.426Z Compiling proc-macro2 v1.0.87
4032024-10-30T13:30:21.426Z Compiling unicode-ident v1.0.13
4042024-10-30T13:30:21.429Z Compiling version_check v0.9.5
4052024-10-30T13:30:21.429Z Compiling serde v1.0.210
4062024-10-30T13:30:21.429Z Compiling memchr v2.7.4
4072024-10-30T13:30:21.429Z Compiling thiserror v1.0.64
4082024-10-30T13:30:21.429Z Compiling libc v0.2.161
4092024-10-30T13:30:21.429Z Compiling ucd-trie v0.1.7
4102024-10-30T13:30:21.686Z Compiling itoa v1.0.11
4112024-10-30T13:30:21.958Z Compiling ryu v1.0.18
4122024-10-30T13:30:22.271Z Compiling once_cell v1.20.2
4132024-10-30T13:30:22.309Z Compiling byteorder v1.5.0
4142024-10-30T13:30:22.493Z Compiling serde_json v1.0.128
4152024-10-30T13:30:22.679Z Compiling rustix v0.38.37
4162024-10-30T13:30:22.770Z Compiling bitflags v2.6.0
4172024-10-30T13:30:22.878Z Compiling proc-macro-error-attr v1.0.4
4182024-10-30T13:30:23.117Z Compiling usdt-impl v0.5.0
4192024-10-30T13:30:23.166Z Compiling syn v1.0.109
4202024-10-30T13:30:23.255Z Compiling proc-macro-error v1.0.4
4212024-10-30T13:30:23.278Z Compiling hashbrown v0.15.0
4222024-10-30T13:30:23.441Z Compiling quote v1.0.37
4232024-10-30T13:30:23.598Z Compiling errno v0.3.9
4242024-10-30T13:30:23.708Z Compiling utf8parse v0.2.2
4252024-10-30T13:30:23.850Z Compiling syn v2.0.79
4262024-10-30T13:30:23.897Z Compiling log v0.4.22
4272024-10-30T13:30:23.943Z Compiling thread-id v4.2.2
4282024-10-30T13:30:24.017Z Compiling equivalent v1.0.1
4292024-10-30T13:30:24.067Z Compiling plain v0.2.3
4302024-10-30T13:30:24.100Z Compiling camino v1.1.9
4312024-10-30T13:30:24.244Z Compiling anstyle-parse v0.2.5
4322024-10-30T13:30:24.422Z Compiling indexmap v2.6.0
4332024-10-30T13:30:24.591Z Compiling anstyle v1.0.8
4342024-10-30T13:30:24.798Z Compiling unicode-width v0.1.14
4352024-10-30T13:30:24.857Z Compiling anstyle-query v1.1.1
4362024-10-30T13:30:25.015Z Compiling is_terminal_polyfill v1.70.1
4372024-10-30T13:30:25.018Z Compiling winnow v0.6.20
4382024-10-30T13:30:25.068Z Compiling pretty-hex v0.4.1
4392024-10-30T13:30:25.180Z Compiling colorchoice v1.0.2
4402024-10-30T13:30:25.274Z Compiling autocfg v1.4.0
4412024-10-30T13:30:25.340Z Compiling semver v1.0.23
4422024-10-30T13:30:25.361Z Compiling anstream v0.6.15
4432024-10-30T13:30:25.948Z Compiling terminal_size v0.4.0
4442024-10-30T13:30:26.121Z Compiling anyhow v1.0.89
4452024-10-30T13:30:26.164Z Compiling cfg-if v1.0.0
4462024-10-30T13:30:26.280Z Compiling bytecount v0.6.8
4472024-10-30T13:30:26.389Z Compiling fs-err v2.11.0
4482024-10-30T13:30:26.488Z Compiling strsim v0.11.1
4492024-10-30T13:30:26.517Z Compiling fastrand v2.1.1
4502024-10-30T13:30:26.640Z Compiling clap_lex v0.7.2
4512024-10-30T13:30:26.687Z Compiling fnv v1.0.7
4522024-10-30T13:30:26.730Z Compiling heck v0.5.0
4532024-10-30T13:30:26.887Z Compiling heck v0.4.1
4542024-10-30T13:30:27.193Z Compiling clap_builder v4.5.20
4552024-10-30T13:30:27.252Z Compiling tempfile v3.13.0
4562024-10-30T13:30:27.404Z Compiling papergrid v0.11.0
4572024-10-30T13:30:27.850Z Compiling memmap v0.7.0
4582024-10-30T13:30:27.981Z Compiling smawk v0.3.2
4592024-10-30T13:30:28.094Z Compiling unicode-linebreak v0.1.5
4602024-10-30T13:30:28.594Z Compiling textwrap v0.16.1
4612024-10-30T13:30:28.782Z Compiling swrite v0.1.0
4622024-10-30T13:30:29.579Z Compiling tabled_derive v0.7.0
4632024-10-30T13:30:31.242Z Compiling tabled v0.15.0
4642024-10-30T13:30:32.033Z Compiling serde_derive v1.0.210
4652024-10-30T13:30:32.033Z Compiling thiserror-impl v1.0.64
4662024-10-30T13:30:32.036Z Compiling zerocopy-derive v0.7.35
4672024-10-30T13:30:32.080Z Compiling scroll_derive v0.12.0
4682024-10-30T13:30:32.125Z Compiling clap_derive v4.5.18
4692024-10-30T13:30:33.531Z Compiling scroll v0.12.0
4702024-10-30T13:30:34.029Z Compiling goblin v0.8.2
4712024-10-30T13:30:34.125Z Compiling zerocopy v0.7.35
4722024-10-30T13:30:34.684Z Compiling pest v2.7.14
4732024-10-30T13:30:35.576Z Compiling clap v4.5.20
4742024-10-30T13:30:37.017Z Compiling pest_meta v2.7.14
4752024-10-30T13:30:37.887Z Compiling pest_generator v2.7.14
4762024-10-30T13:30:39.574Z Compiling pest_derive v2.7.14
4772024-10-30T13:30:40.254Z Compiling dtrace-parser v0.2.0
4782024-10-30T13:30:41.837Z Compiling serde_tokenstream v0.2.2
4792024-10-30T13:30:42.076Z Compiling serde_spanned v0.6.8
4802024-10-30T13:30:42.076Z Compiling toml_datetime v0.6.8
4812024-10-30T13:30:42.165Z Compiling cargo-platform v0.1.8
4822024-10-30T13:30:42.414Z Compiling toml_edit v0.22.22
4832024-10-30T13:30:42.446Z Compiling macaddr v1.0.1
4842024-10-30T13:30:42.724Z Compiling camino-tempfile v1.1.1
4852024-10-30T13:30:43.340Z Compiling dof v0.3.0
4862024-10-30T13:30:43.565Z Compiling cargo_metadata v0.18.1
4872024-10-30T13:30:45.084Z Compiling usdt-macro v0.5.0
4882024-10-30T13:30:45.084Z Compiling usdt-attr-macro v0.5.0
4892024-10-30T13:30:45.269Z Compiling toml v0.8.19
4902024-10-30T13:30:46.152Z Compiling cargo_toml v0.20.5
4912024-10-30T13:30:46.223Z Compiling usdt v0.5.0
4922024-10-30T13:30:49.605Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-10-30T13:30:53.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.89s
4942024-10-30T13:30:53.727Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-10-30T13:30:54.227Z Downloading crates ...
4962024-10-30T13:30:54.337Z Downloaded assert_matches v1.5.0
4972024-10-30T13:30:54.339Z Downloaded atty v0.2.14
4982024-10-30T13:30:54.354Z Downloaded async-trait v0.1.83
4992024-10-30T13:30:54.358Z Downloaded addr2line v0.24.2
5002024-10-30T13:30:54.360Z Downloaded crunchy v0.2.2
5012024-10-30T13:30:54.362Z Downloaded async-stream v0.3.6
5022024-10-30T13:30:54.365Z Downloaded cfg_aliases v0.1.1
5032024-10-30T13:30:54.365Z Downloaded debug-ignore v1.0.5
5042024-10-30T13:30:54.367Z Downloaded ciborium-io v0.2.2
5052024-10-30T13:30:54.367Z Downloaded argon2 v0.5.3
5062024-10-30T13:30:54.370Z Downloaded darling_macro v0.20.10
5072024-10-30T13:30:54.372Z Downloaded cstr-argument v0.1.2
5082024-10-30T13:30:54.375Z Downloaded hubpack v0.1.2
5092024-10-30T13:30:54.379Z Downloaded arrayref v0.3.9
5102024-10-30T13:30:54.382Z Downloaded libm v0.2.8
5112024-10-30T13:30:54.389Z Downloaded lru v0.12.5
5122024-10-30T13:30:54.392Z Downloaded lazy_static v1.5.0
5132024-10-30T13:30:54.394Z Downloaded nodrop v0.1.14
5142024-10-30T13:30:54.394Z Downloaded bit-vec v0.6.3
5152024-10-30T13:30:54.396Z Downloaded aead v0.5.2
5162024-10-30T13:30:54.398Z Downloaded ctr v0.9.2
5172024-10-30T13:30:54.401Z Downloaded http-body v1.0.1
5182024-10-30T13:30:54.401Z Downloaded curve25519-dalek-derive v0.1.1
5192024-10-30T13:30:54.403Z Downloaded managed v0.8.0
5202024-10-30T13:30:54.403Z Downloaded internet-checksum v0.2.1
5212024-10-30T13:30:54.406Z Downloaded atomicwrites v0.4.4
5222024-10-30T13:30:54.406Z Downloaded impl-trait-for-tuples v0.2.2
5232024-10-30T13:30:54.408Z Downloaded libefi-sys v0.1.0
5242024-10-30T13:30:54.411Z Downloaded inout v0.1.3
5252024-10-30T13:30:54.413Z Downloaded maybe-uninit v2.0.0
5262024-10-30T13:30:54.413Z Downloaded kstat-rs v0.2.4
5272024-10-30T13:30:54.413Z Downloaded ipnetwork v0.20.0
5282024-10-30T13:30:54.416Z Downloaded atomic-waker v1.1.2
5292024-10-30T13:30:54.418Z Downloaded num-derive v0.4.2
5302024-10-30T13:30:54.421Z Downloaded num v0.4.3
5312024-10-30T13:30:54.421Z Downloaded http-body v0.4.6
5322024-10-30T13:30:54.423Z Downloaded newtype-uuid v1.1.2
5332024-10-30T13:30:54.423Z Downloaded http-body-util v0.1.2
5342024-10-30T13:30:54.425Z Downloaded native-tls v0.2.12
5352024-10-30T13:30:54.428Z Downloaded num-rational v0.4.2
5362024-10-30T13:30:54.430Z Downloaded adler2 v2.0.0
5372024-10-30T13:30:54.432Z Downloaded nanorand v0.7.0
5382024-10-30T13:30:54.435Z Downloaded cookie v0.18.1
5392024-10-30T13:30:54.437Z Downloaded num-complex v0.4.6
5402024-10-30T13:30:54.440Z Downloaded mockall_derive v0.13.0
5412024-10-30T13:30:54.440Z Downloaded miniz_oxide v0.8.0
5422024-10-30T13:30:54.443Z Downloaded semver v0.1.20
5432024-10-30T13:30:54.446Z Downloaded clang-sys v1.8.1
5442024-10-30T13:30:54.449Z Downloaded blake2 v0.10.6
5452024-10-30T13:30:54.451Z Downloaded indicatif v0.17.8
5462024-10-30T13:30:54.455Z Downloaded instant v0.1.13
5472024-10-30T13:30:54.458Z Downloaded const-oid v0.9.6
5482024-10-30T13:30:54.460Z Downloaded base16ct v0.2.0
5492024-10-30T13:30:54.462Z Downloaded is_ci v1.2.0
5502024-10-30T13:30:54.465Z Downloaded crucible-workspace-hack v0.1.0
5512024-10-30T13:30:54.465Z Downloaded async-stream-impl v0.3.6
5522024-10-30T13:30:54.465Z Downloaded async-recursion v1.1.1
5532024-10-30T13:30:54.468Z Downloaded match_cfg v0.1.0
5542024-10-30T13:30:54.470Z Downloaded hubpack_derive v0.1.1
5552024-10-30T13:30:54.470Z Downloaded sync_wrapper v0.1.2
5562024-10-30T13:30:54.473Z Downloaded newline-converter v0.3.0
5572024-10-30T13:30:54.473Z Downloaded matches v0.1.10
5582024-10-30T13:30:54.475Z Downloaded ident_case v1.0.1
5592024-10-30T13:30:54.475Z Downloaded jobserver v0.1.32
5602024-10-30T13:30:54.478Z Downloaded newtype_derive v0.1.6
5612024-10-30T13:30:54.480Z Downloaded crc-any v2.5.0
5622024-10-30T13:30:54.482Z Downloaded new_debug_unreachable v1.0.6
5632024-10-30T13:30:54.482Z Downloaded is-terminal v0.4.13
5642024-10-30T13:30:54.484Z Downloaded compact_str v0.8.0
5652024-10-30T13:30:54.487Z Downloaded normalize-line-endings v0.3.0
5662024-10-30T13:30:54.489Z Downloaded crossbeam-utils v0.8.20
5672024-10-30T13:30:54.491Z Downloaded base64 v0.13.1
5682024-10-30T13:30:54.494Z Downloaded num-conv v0.1.0
5692024-10-30T13:30:54.496Z Downloaded lalrpop-util v0.19.12
5702024-10-30T13:30:54.496Z Downloaded httpdate v1.0.3
5712024-10-30T13:30:54.498Z Downloaded md5 v0.7.0
5722024-10-30T13:30:54.498Z Downloaded bytes v1.7.2
5732024-10-30T13:30:54.502Z Downloaded spin v0.5.2
5742024-10-30T13:30:54.506Z Downloaded indoc v1.0.9
5752024-10-30T13:30:54.508Z Downloaded chrono-tz-build v0.4.0
5762024-10-30T13:30:54.508Z Downloaded cfg_aliases v0.2.1
5772024-10-30T13:30:54.510Z Downloaded bitfield v0.14.0
5782024-10-30T13:30:54.510Z Downloaded keccak v0.1.5
5792024-10-30T13:30:54.513Z Downloaded bit-set v0.5.3
5802024-10-30T13:30:54.515Z Downloaded lazycell v1.3.0
5812024-10-30T13:30:54.515Z Downloaded const_format_proc_macros v0.2.33
5822024-10-30T13:30:54.518Z Downloaded cipher v0.4.4
5832024-10-30T13:30:54.521Z Downloaded md-5 v0.10.6
5842024-10-30T13:30:54.521Z Downloaded toolchain_find v0.4.0
5852024-10-30T13:30:54.524Z Downloaded sync_wrapper v1.0.1
5862024-10-30T13:30:54.524Z Downloaded crc v3.2.1
5872024-10-30T13:30:54.526Z Downloaded want v0.3.1
5882024-10-30T13:30:54.528Z Downloaded float-ord v0.3.2
5892024-10-30T13:30:54.528Z Downloaded cexpr v0.6.0
5902024-10-30T13:30:54.531Z Downloaded subtle v2.6.1
5912024-10-30T13:30:54.534Z Downloaded downcast v0.11.0
5922024-10-30T13:30:54.534Z Downloaded serde_with_macros v3.11.0
5932024-10-30T13:30:54.536Z Downloaded lru-cache v0.1.2
5942024-10-30T13:30:54.538Z Downloaded libsw v3.3.1
5952024-10-30T13:30:54.540Z Downloaded hyper-rustls v0.27.3
5962024-10-30T13:30:54.542Z Downloaded data-encoding v2.6.0
5972024-10-30T13:30:54.542Z Downloaded castaway v0.2.3
5982024-10-30T13:30:54.545Z Downloaded float-cmp v0.9.0
5992024-10-30T13:30:54.547Z Downloaded multimap v0.10.0
6002024-10-30T13:30:54.547Z Downloaded crc-catalog v2.4.0
6012024-10-30T13:30:54.549Z Downloaded cobs v0.2.3
6022024-10-30T13:30:54.549Z Downloaded ahash v0.8.11
6032024-10-30T13:30:54.552Z Downloaded num-iter v0.1.45
6042024-10-30T13:30:54.555Z Downloaded linked-hash-map v0.5.6
6052024-10-30T13:30:54.557Z Downloaded fxhash v0.2.1
6062024-10-30T13:30:54.557Z Downloaded libxml v0.3.3
6072024-10-30T13:30:54.562Z Downloaded utf-8 v0.7.6
6082024-10-30T13:30:54.565Z Downloaded openssl-probe v0.1.5
6092024-10-30T13:30:54.568Z Downloaded shlex v1.3.0
6102024-10-30T13:30:54.568Z Downloaded strum_macros v0.25.3
6112024-10-30T13:30:54.570Z Downloaded oso-derive v0.27.3
6122024-10-30T13:30:54.572Z Downloaded number_prefix v0.4.0
6132024-10-30T13:30:54.572Z Downloaded num_threads v0.1.7
6142024-10-30T13:30:54.575Z Downloaded strum_macros v0.24.3
6152024-10-30T13:30:54.575Z Downloaded path-slash v0.1.5
6162024-10-30T13:30:54.577Z Downloaded static_assertions v1.1.0
6172024-10-30T13:30:54.580Z Downloaded deranged v0.3.11
6182024-10-30T13:30:54.580Z Downloaded backoff v0.4.0
6192024-10-30T13:30:54.582Z Downloaded waitgroup v0.1.2
6202024-10-30T13:30:54.584Z Downloaded supports-color v3.0.1
6212024-10-30T13:30:54.584Z Downloaded universal-hash v0.5.1
6222024-10-30T13:30:54.587Z Downloaded multer v3.1.0
6232024-10-30T13:30:54.589Z Downloaded memoffset v0.9.1
6242024-10-30T13:30:54.589Z Downloaded dsl_auto_type v0.1.2
6252024-10-30T13:30:54.592Z Downloaded flagset v0.4.6
6262024-10-30T13:30:54.594Z Downloaded csv-core v0.1.11
6272024-10-30T13:30:54.596Z Downloaded crossbeam-deque v0.8.5
6282024-10-30T13:30:54.596Z Downloaded convert_case v0.4.0
6292024-10-30T13:30:54.599Z Downloaded mime_guess v2.0.5
6302024-10-30T13:30:54.599Z Downloaded lock_api v0.4.12
6312024-10-30T13:30:54.601Z Downloaded console v0.15.8
6322024-10-30T13:30:54.604Z Downloaded fallible-streaming-iterator v0.1.9
6332024-10-30T13:30:54.606Z Downloaded env_filter v0.1.2
6342024-10-30T13:30:54.609Z Downloaded gethostname v0.5.0
6352024-10-30T13:30:54.609Z Downloaded ron v0.7.1
6362024-10-30T13:30:54.613Z Downloaded crossbeam-channel v0.5.13
6372024-10-30T13:30:54.619Z Downloaded indexmap v1.9.3
6382024-10-30T13:30:54.621Z Downloaded sigpipe v0.1.3
6392024-10-30T13:30:54.624Z Downloaded signal-hook-tokio v0.3.1
6402024-10-30T13:30:54.624Z Downloaded fixedbitset v0.4.2
6412024-10-30T13:30:54.626Z Downloaded darling v0.20.10
6422024-10-30T13:30:54.629Z Downloaded stable_deref_trait v1.2.0
6432024-10-30T13:30:54.632Z Downloaded crossbeam-epoch v0.9.18
6442024-10-30T13:30:54.634Z Downloaded termtree v0.4.1
6452024-10-30T13:30:54.637Z Downloaded twox-hash v1.6.3
6462024-10-30T13:30:54.639Z Downloaded try-lock v0.2.5
6472024-10-30T13:30:54.639Z Downloaded walkdir v2.5.0
6482024-10-30T13:30:54.641Z Downloaded strum_macros v0.26.4
6492024-10-30T13:30:54.643Z Downloaded snafu-derive v0.8.5
6502024-10-30T13:30:54.645Z Downloaded backtrace v0.3.74
6512024-10-30T13:30:54.649Z Downloaded ppv-lite86 v0.2.20
6522024-10-30T13:30:54.651Z Downloaded primeorder v0.13.6
6532024-10-30T13:30:54.653Z Downloaded der_derive v0.7.3
6542024-10-30T13:30:54.655Z Downloaded cookie_store v0.21.0
6552024-10-30T13:30:54.658Z Downloaded tokio-rustls v0.26.0
6562024-10-30T13:30:54.660Z Downloaded pbkdf2 v0.12.2
6572024-10-30T13:30:54.662Z Downloaded foreign-types v0.3.2
6582024-10-30T13:30:54.662Z Downloaded pbkdf2 v0.11.0
6592024-10-30T13:30:54.665Z Downloaded pin-utils v0.1.0
6602024-10-30T13:30:54.667Z Downloaded hyper-util v0.1.9
6612024-10-30T13:30:54.670Z Downloaded rpassword v7.3.1
6622024-10-30T13:30:54.672Z Downloaded hickory-resolver v0.24.1
6632024-10-30T13:30:54.675Z Downloaded ref-cast v1.0.23
6642024-10-30T13:30:54.678Z Downloaded allocator-api2 v0.2.18
6652024-10-30T13:30:54.681Z Downloaded quick-error v1.2.3
6662024-10-30T13:30:54.684Z Downloaded hostname v0.3.1
6672024-10-30T13:30:54.686Z Downloaded phf_shared v0.10.0
6682024-10-30T13:30:54.686Z Downloaded signature v2.2.0
6692024-10-30T13:30:54.688Z Downloaded sha1 v0.10.6
6702024-10-30T13:30:54.690Z Downloaded tabwriter v1.4.0
6712024-10-30T13:30:54.690Z Downloaded string_cache v0.8.7
6722024-10-30T13:30:54.693Z Downloaded phf_shared v0.11.2
6732024-10-30T13:30:54.693Z Downloaded slog v2.7.0
6742024-10-30T13:30:54.696Z Downloaded arc-swap v1.7.1
6752024-10-30T13:30:54.699Z Downloaded tower-service v0.3.3
6762024-10-30T13:30:54.702Z Downloaded termios v0.3.3
6772024-10-30T13:30:54.704Z Downloaded sqlparser_derive v0.2.2
6782024-10-30T13:30:54.704Z Downloaded which v4.4.2
6792024-10-30T13:30:54.707Z Downloaded strum v0.26.3
6802024-10-30T13:30:54.707Z Downloaded uuid v1.10.0
6812024-10-30T13:30:54.710Z Downloaded take_mut v0.2.2
6822024-10-30T13:30:54.712Z Downloaded termcolor v1.4.1
6832024-10-30T13:30:54.712Z Downloaded toml v0.7.8
6842024-10-30T13:30:54.716Z Downloaded defmt v0.3.8
6852024-10-30T13:30:54.719Z Downloaded defmt-macros v0.3.9
6862024-10-30T13:30:54.722Z Downloaded either v1.13.0
6872024-10-30T13:30:54.725Z Downloaded zone_cfg_derive v0.3.0
6882024-10-30T13:30:54.727Z Downloaded ecdsa v0.16.9
6892024-10-30T13:30:54.727Z Downloaded dropshot_endpoint v0.12.0
6902024-10-30T13:30:54.730Z Downloaded derive-where v1.2.7
6912024-10-30T13:30:54.734Z Downloaded glob v0.3.1
6922024-10-30T13:30:54.736Z Downloaded futures-sink v0.3.31
6932024-10-30T13:30:54.738Z Downloaded foldhash v0.1.3
6942024-10-30T13:30:54.738Z Downloaded diesel-dtrace v0.3.0
6952024-10-30T13:30:54.741Z Downloaded olpc-cjson v0.1.4
6962024-10-30T13:30:54.743Z Downloaded group v0.13.0
6972024-10-30T13:30:54.743Z Downloaded darling_core v0.20.10
6982024-10-30T13:30:54.747Z Downloaded foreign-types-shared v0.1.1
6992024-10-30T13:30:54.749Z Downloaded serde_derive_internals v0.29.1
7002024-10-30T13:30:54.752Z Downloaded num_enum_derive v0.5.11
7012024-10-30T13:30:54.752Z Downloaded rustls-pemfile v2.2.0
7022024-10-30T13:30:54.754Z Downloaded ed25519 v2.2.3
7032024-10-30T13:30:54.757Z Downloaded rustversion v1.0.17
7042024-10-30T13:30:54.759Z Downloaded foreign-types-shared v0.3.1
7052024-10-30T13:30:54.759Z Downloaded zip v0.6.6
7062024-10-30T13:30:54.763Z Downloaded tokio-tungstenite v0.21.0
7072024-10-30T13:30:54.766Z Downloaded rtoolbox v0.0.2
7082024-10-30T13:30:54.768Z Downloaded samael v0.0.17
7092024-10-30T13:30:54.773Z Downloaded subprocess v0.2.9
7102024-10-30T13:30:54.776Z Downloaded oso v0.27.3
7112024-10-30T13:30:54.780Z Downloaded tungstenite v0.24.0
7122024-10-30T13:30:54.784Z Downloaded structmeta-derive v0.3.0
7132024-10-30T13:30:54.795Z Downloaded pretty-hex v0.2.1
7142024-10-30T13:30:54.797Z Downloaded diesel_table_macro_syntax v0.2.0
7152024-10-30T13:30:54.797Z Downloaded typify-macro v0.2.0
7162024-10-30T13:30:54.800Z Downloaded difflib v0.4.0
7172024-10-30T13:30:54.800Z Downloaded topological-sort v0.2.2
7182024-10-30T13:30:54.802Z Downloaded structmeta v0.3.0
7192024-10-30T13:30:54.802Z Downloaded futures-channel v0.3.31
7202024-10-30T13:30:54.804Z Downloaded pkcs1 v0.7.5
7212024-10-30T13:30:54.807Z Downloaded yasna v0.5.2
7222024-10-30T13:30:54.810Z Downloaded tui-tree-widget v0.22.0
7232024-10-30T13:30:54.812Z Downloaded pkcs5 v0.7.1
7242024-10-30T13:30:54.815Z Downloaded fd-lock v4.0.2
7252024-10-30T13:30:54.817Z Downloaded highway v1.2.0
7262024-10-30T13:30:54.820Z Downloaded globset v0.4.15
7272024-10-30T13:30:54.822Z Downloaded crypto-bigint v0.5.5
7282024-10-30T13:30:54.827Z Downloaded password-hash v0.4.2
7292024-10-30T13:30:54.829Z Downloaded r2d2 v0.8.10
7302024-10-30T13:30:54.832Z Downloaded similar v2.6.0
7312024-10-30T13:30:54.836Z Downloaded zone_cfg_derive v0.1.2
7322024-10-30T13:30:54.838Z Downloaded ghash v0.5.1
7332024-10-30T13:30:54.838Z Downloaded test-strategy v0.3.1
7342024-10-30T13:30:54.841Z Downloaded hostname v0.4.0
7352024-10-30T13:30:54.844Z Downloaded parse-display v0.10.0
7362024-10-30T13:30:54.846Z Downloaded openssl-sys v0.9.103
7372024-10-30T13:30:54.849Z Downloaded foreign-types v0.5.0
7382024-10-30T13:30:54.852Z Downloaded slog-dtrace v0.3.0
7392024-10-30T13:30:54.854Z Downloaded aho-corasick v1.1.3
7402024-10-30T13:30:54.859Z Downloaded hash32 v0.2.1
7412024-10-30T13:30:54.861Z Downloaded rand_chacha v0.3.1
7422024-10-30T13:30:54.863Z Downloaded serde-hex v0.1.0
7432024-10-30T13:30:54.865Z Downloaded predicates-tree v1.0.11
7442024-10-30T13:30:54.865Z Downloaded whoami v1.5.2
7452024-10-30T13:30:54.868Z Downloaded const_format v0.2.33
7462024-10-30T13:30:54.872Z Downloaded russh-cryptovec v0.7.3
7472024-10-30T13:30:54.874Z Downloaded progenitor-client v0.8.0
7482024-10-30T13:30:54.874Z Downloaded prettyplease v0.2.22
7492024-10-30T13:30:54.877Z Downloaded siphasher v0.3.11
7502024-10-30T13:30:54.880Z Downloaded signal-hook-registry v1.4.2
7512024-10-30T13:30:54.882Z Downloaded derive_builder v0.20.2
7522024-10-30T13:30:54.885Z Downloaded tokio-macros v2.4.0
7532024-10-30T13:30:54.887Z Downloaded vte_generate_state_changes v0.1.2
7542024-10-30T13:30:54.887Z Downloaded smf v0.2.3
7552024-10-30T13:30:54.890Z Downloaded mio v1.0.2
7562024-10-30T13:30:54.895Z Downloaded omicron-zone-package v0.11.1
7572024-10-30T13:30:54.898Z Downloaded pin-project v1.1.6
7582024-10-30T13:30:54.909Z Downloaded rustls-pki-types v1.9.0
7592024-10-30T13:30:54.913Z Downloaded ena v0.14.3
7602024-10-30T13:30:54.915Z Downloaded tracing-core v0.1.32
7612024-10-30T13:30:54.917Z Downloaded toml_edit v0.19.15
7622024-10-30T13:30:54.934Z Downloaded peg-runtime v0.8.3
7632024-10-30T13:30:54.937Z Downloaded polyval v0.6.2
7642024-10-30T13:30:54.940Z Downloaded paste v1.0.15
7652024-10-30T13:30:54.940Z Downloaded hex-literal v0.4.1
7662024-10-30T13:30:54.942Z Downloaded hex v0.4.3
7672024-10-30T13:30:54.945Z Downloaded progenitor v0.8.0
7682024-10-30T13:30:54.945Z Downloaded rustls-pemfile v1.0.4
7692024-10-30T13:30:54.947Z Downloaded diff v0.1.13
7702024-10-30T13:30:54.949Z Downloaded der v0.7.9
7712024-10-30T13:30:54.955Z Downloaded serde_urlencoded v0.7.1
7722024-10-30T13:30:54.957Z Downloaded ron v0.8.1
7732024-10-30T13:30:54.962Z Downloaded xattr v1.3.1
7742024-10-30T13:30:54.965Z Downloaded serde_repr v0.1.19
7752024-10-30T13:30:54.967Z Downloaded ssh-encoding v0.2.0
7762024-10-30T13:30:54.969Z Downloaded rsa v0.9.6
7772024-10-30T13:30:54.973Z Downloaded dhcproto-macros v0.1.0
7782024-10-30T13:30:54.975Z Downloaded tls_codec_derive v0.4.1
7792024-10-30T13:30:54.975Z Downloaded quinn v0.11.5
7802024-10-30T13:30:54.980Z Downloaded futures-core v0.3.31
7812024-10-30T13:30:54.982Z Downloaded fragile v2.0.0
7822024-10-30T13:30:54.984Z Downloaded form_urlencoded v1.2.1
7832024-10-30T13:30:54.984Z Downloaded foreign-types-macros v0.2.3
7842024-10-30T13:30:54.987Z Downloaded parse-size v1.0.0
7852024-10-30T13:30:54.987Z Downloaded serde_yaml v0.9.34+deprecated
7862024-10-30T13:30:54.990Z Downloaded poly1305 v0.8.0
7872024-10-30T13:30:54.992Z Downloaded hickory-client v0.24.1
7882024-10-30T13:30:54.996Z Downloaded rand_xorshift v0.3.0
7892024-10-30T13:30:54.998Z Downloaded rand_core v0.6.4
7902024-10-30T13:30:55.001Z Downloaded radium v0.7.0
7912024-10-30T13:30:55.001Z Downloaded russh-keys v0.45.0
7922024-10-30T13:30:55.003Z Downloaded password-hash v0.5.0
7932024-10-30T13:30:55.005Z Downloaded untrusted v0.7.1
7942024-10-30T13:30:55.008Z Downloaded tungstenite v0.23.0
7952024-10-30T13:30:55.010Z Downloaded flate2 v1.0.34
7962024-10-30T13:30:55.015Z Downloaded serde_path_to_error v0.1.16
7972024-10-30T13:30:55.017Z Downloaded display-error-chain v0.2.1
7982024-10-30T13:30:55.020Z Downloaded schemars_derive v0.8.21
7992024-10-30T13:30:55.022Z Downloaded smallvec v1.13.2
8002024-10-30T13:30:55.022Z Downloaded unicode-truncate v1.1.0
8012024-10-30T13:30:55.025Z Downloaded tls_codec v0.4.1
8022024-10-30T13:30:55.027Z Downloaded spki v0.7.3
8032024-10-30T13:30:55.030Z Downloaded tokio-tungstenite v0.24.0
8042024-10-30T13:30:55.032Z Downloaded qorb v0.1.2
8052024-10-30T13:30:55.035Z Downloaded publicsuffix v2.2.3
8062024-10-30T13:30:55.037Z Downloaded itertools v0.12.1
8072024-10-30T13:30:55.044Z Downloaded zone v0.1.8
8082024-10-30T13:30:55.047Z Downloaded futures-macro v0.3.31
8092024-10-30T13:30:55.049Z Downloaded ff v0.13.0
8102024-10-30T13:30:55.049Z Downloaded zerocopy v0.6.6
8112024-10-30T13:30:55.051Z Downloaded funty v2.0.0
8122024-10-30T13:30:55.054Z Downloaded half v2.4.1
8132024-10-30T13:30:55.057Z Downloaded headers-core v0.3.0
8142024-10-30T13:30:55.057Z Downloaded serde-big-array v0.5.1
8152024-10-30T13:30:55.060Z Downloaded untrusted v0.9.0
8162024-10-30T13:30:55.060Z Downloaded parse-display-derive v0.10.0
8172024-10-30T13:30:55.062Z Downloaded rand_seeder v0.3.0
8182024-10-30T13:30:55.062Z Downloaded parking_lot_core v0.9.10
8192024-10-30T13:30:55.064Z Downloaded hash32 v0.3.1
8202024-10-30T13:30:55.067Z Downloaded dyn-clone v1.0.17
8212024-10-30T13:30:55.067Z Downloaded resolv-conf v0.7.0
8222024-10-30T13:30:55.069Z Downloaded packed_struct v0.10.1
8232024-10-30T13:30:55.072Z Downloaded ed25519-dalek v2.1.1
8242024-10-30T13:30:55.074Z Downloaded sqlformat v0.2.6
8252024-10-30T13:30:55.076Z Downloaded tokio-tungstenite v0.23.1
8262024-10-30T13:30:55.079Z Downloaded time-macros v0.2.18
8272024-10-30T13:30:55.081Z Downloaded time-core v0.1.2
8282024-10-30T13:30:55.083Z Downloaded slog-async v2.8.0
8292024-10-30T13:30:55.083Z Downloaded hyper v1.4.1
8302024-10-30T13:30:55.089Z Downloaded openssl-macros v0.1.1
8312024-10-30T13:30:55.092Z Downloaded opaque-debug v0.3.1
8322024-10-30T13:30:55.092Z Downloaded parse-zoneinfo v0.3.1
8332024-10-30T13:30:55.094Z Downloaded derive_builder_macro v0.20.2
8342024-10-30T13:30:55.096Z Downloaded num_enum v0.5.11
8352024-10-30T13:30:55.099Z Downloaded psl-types v2.0.11
8362024-10-30T13:30:55.101Z Downloaded progenitor-macro v0.8.0
8372024-10-30T13:30:55.102Z Downloaded pem v3.0.4
8382024-10-30T13:30:55.104Z Downloaded slog-bunyan v2.5.0
8392024-10-30T13:30:55.104Z Downloaded unicode-bidi v0.3.17
8402024-10-30T13:30:55.107Z Downloaded ssh-cipher v0.2.0
8412024-10-30T13:30:55.109Z Downloaded rusqlite v0.32.1
8422024-10-30T13:30:55.115Z Downloaded same-file v1.0.6
8432024-10-30T13:30:55.118Z Downloaded peg-macros v0.8.4
8442024-10-30T13:30:55.118Z Downloaded parking_lot v0.11.2
8452024-10-30T13:30:55.120Z Downloaded rfc6979 v0.4.0
8462024-10-30T13:30:55.123Z Downloaded packed_struct_codegen v0.10.1
8472024-10-30T13:30:55.123Z Downloaded des v0.8.1
8482024-10-30T13:30:55.125Z Downloaded signal-hook-mio v0.2.4
8492024-10-30T13:30:55.128Z Downloaded shell-words v1.1.0
8502024-10-30T13:30:55.128Z Downloaded secrecy v0.8.0
8512024-10-30T13:30:55.128Z Downloaded sec1 v0.7.3
8522024-10-30T13:30:55.131Z Downloaded scrypt v0.11.0
8532024-10-30T13:30:55.133Z Downloaded rayon-core v1.12.1
8542024-10-30T13:30:55.135Z Downloaded scheduled-thread-pool v0.2.7
8552024-10-30T13:30:55.138Z Downloaded crossterm v0.28.1
8562024-10-30T13:30:55.142Z Downloaded precomputed-hash v0.1.1
8572024-10-30T13:30:55.145Z Downloaded tiny-keccak v2.0.2
8582024-10-30T13:30:55.148Z Downloaded hickory-server v0.24.1
8592024-10-30T13:30:55.151Z Downloaded tinyvec_macros v0.1.1
8602024-10-30T13:30:55.154Z Downloaded itertools v0.13.0
8612024-10-30T13:30:55.159Z Downloaded percent-encoding v2.3.1
8622024-10-30T13:30:55.161Z Downloaded futures-executor v0.3.31
8632024-10-30T13:30:55.161Z Downloaded thread_local v1.1.8
8642024-10-30T13:30:55.164Z Downloaded tokio-postgres v0.7.12
8652024-10-30T13:30:55.167Z Downloaded pkg-config v0.3.31
8662024-10-30T13:30:55.169Z Downloaded rustfmt-wrapper v0.2.1
8672024-10-30T13:30:55.172Z Downloaded futures v0.3.31
8682024-10-30T13:30:55.175Z Downloaded zeroize_derive v1.4.2
8692024-10-30T13:30:55.178Z Downloaded owo-colors v4.1.0
8702024-10-30T13:30:55.180Z Downloaded idna v0.3.0
8712024-10-30T13:30:55.186Z Downloaded enum-as-inner v0.6.1
8722024-10-30T13:30:55.188Z Downloaded enum-as-inner v0.5.1
8732024-10-30T13:30:55.192Z Downloaded thiserror-impl-no-std v2.0.2
8742024-10-30T13:30:55.192Z Downloaded rustc_version v0.1.7
8752024-10-30T13:30:55.192Z Downloaded rustc-hash v1.1.0
8762024-10-30T13:30:55.194Z Downloaded unicase v2.7.0
8772024-10-30T13:30:55.194Z Downloaded unarray v0.1.4
8782024-10-30T13:30:55.194Z Downloaded proc-macro-crate v1.3.1
8792024-10-30T13:30:55.197Z Downloaded heck v0.3.3
8802024-10-30T13:30:55.197Z Downloaded rustc_version v0.4.1
8812024-10-30T13:30:55.200Z Downloaded hmac v0.12.1
8822024-10-30T13:30:55.200Z Downloaded fatfs v0.3.6
8832024-10-30T13:30:55.203Z Downloaded flume v0.11.0
8842024-10-30T13:30:55.206Z Downloaded rand v0.8.5
8852024-10-30T13:30:55.210Z Downloaded http v0.2.12
8862024-10-30T13:30:55.213Z Downloaded dirs-sys-next v0.1.2
8872024-10-30T13:30:55.216Z Downloaded dirs-next v2.0.0
8882024-10-30T13:30:55.216Z Downloaded thiserror-no-std v2.0.2
8892024-10-30T13:30:55.219Z Downloaded postgres-types v0.2.8
8902024-10-30T13:30:55.222Z Downloaded postcard v1.0.10
8912024-10-30T13:30:55.224Z Downloaded nix v0.27.1
8922024-10-30T13:30:55.234Z Downloaded tokio-stream v0.1.16
8932024-10-30T13:30:55.238Z Downloaded uzers v0.12.1
8942024-10-30T13:30:55.241Z Downloaded hashlink v0.9.1
8952024-10-30T13:30:55.244Z Downloaded predicates-core v1.0.8
8962024-10-30T13:30:55.244Z Downloaded powerfmt v0.2.0
8972024-10-30T13:30:55.246Z Downloaded pin-project-lite v0.2.14
8982024-10-30T13:30:55.250Z Downloaded tokio-rustls v0.25.0
8992024-10-30T13:30:55.252Z Downloaded pin-project-internal v1.1.6
9002024-10-30T13:30:55.254Z Downloaded term v0.7.0
9012024-10-30T13:30:55.256Z Downloaded predicates v3.1.2
9022024-10-30T13:30:55.259Z Downloaded reedline v0.35.0
9032024-10-30T13:30:55.266Z Downloaded ref-cast-impl v1.0.23
9042024-10-30T13:30:55.269Z Downloaded tough v0.17.1
9052024-10-30T13:30:55.276Z Downloaded env_logger v0.10.2
9062024-10-30T13:30:55.278Z Downloaded dhcproto v0.12.0
9072024-10-30T13:30:55.281Z Downloaded unicode_categories v0.1.1
9082024-10-30T13:30:55.283Z Downloaded rcgen v0.12.1
9092024-10-30T13:30:55.286Z Downloaded value-bag v1.9.0
9102024-10-30T13:30:55.289Z Downloaded x509-cert v0.2.5
9112024-10-30T13:30:55.295Z Downloaded progenitor-impl v0.8.0
9122024-10-30T13:30:55.297Z Downloaded tokio-rustls v0.24.1
9132024-10-30T13:30:55.299Z Downloaded hyper v0.14.30
9142024-10-30T13:30:55.307Z Downloaded tinyvec v1.8.0
9152024-10-30T13:30:55.310Z Downloaded vsss-rs v3.3.4
9162024-10-30T13:30:55.312Z Downloaded headers v0.4.0
9172024-10-30T13:30:55.317Z Downloaded tar v0.4.42
9182024-10-30T13:30:55.320Z Downloaded vergen v8.3.2
9192024-10-30T13:30:55.323Z Downloaded derive_more v0.99.18
9202024-10-30T13:30:55.327Z Downloaded blake3 v1.5.4
9212024-10-30T13:30:55.336Z Downloaded unicode-properties v0.1.3
9222024-10-30T13:30:55.338Z Downloaded russh v0.45.0
9232024-10-30T13:30:55.343Z Downloaded ssh-key v0.6.6
9242024-10-30T13:30:55.350Z Downloaded lalrpop v0.19.12
9252024-10-30T13:30:55.361Z Downloaded heapless v0.7.17
9262024-10-30T13:30:55.365Z Downloaded p521 v0.13.3
9272024-10-30T13:30:55.369Z Downloaded diesel_derives v2.2.3
9282024-10-30T13:30:55.372Z Downloaded h2 v0.3.26
9292024-10-30T13:30:55.379Z Downloaded quick-xml v0.33.0
9302024-10-30T13:30:55.385Z Downloaded rustls-webpki v0.101.7
9312024-10-30T13:30:55.399Z Downloaded rustyline v14.0.0
9322024-10-30T13:30:55.404Z Downloaded reqwest v0.11.27
9332024-10-30T13:30:55.412Z Downloaded tokio-util v0.7.12
9342024-10-30T13:30:55.419Z Downloaded chrono v0.4.38
9352024-10-30T13:30:55.426Z Downloaded serde_with v3.11.0
9362024-10-30T13:30:55.435Z Downloaded winnow v0.5.40
9372024-10-30T13:30:55.443Z Downloaded idna v0.5.0
9382024-10-30T13:30:55.450Z Downloaded hashbrown v0.12.3
9392024-10-30T13:30:55.456Z Downloaded expectorate v1.1.0
9402024-10-30T13:30:55.460Z Downloaded idna v0.2.3
9412024-10-30T13:30:55.463Z Downloaded rustls-webpki v0.102.8
9422024-10-30T13:30:55.481Z Downloaded time v0.3.36
9432024-10-30T13:30:55.487Z Downloaded regex v1.11.0
9442024-10-30T13:30:55.501Z Downloaded h2 v0.4.6
9452024-10-30T13:30:55.507Z Downloaded salty v0.3.0
9462024-10-30T13:30:55.514Z Downloaded unicode-segmentation v1.12.0
9472024-10-30T13:30:55.518Z Downloaded hashbrown v0.14.5
9482024-10-30T13:30:55.523Z Downloaded sqlparser v0.45.0
9492024-10-30T13:30:55.529Z Downloaded hkdf v0.12.4
9502024-10-30T13:30:55.531Z Downloaded portable-atomic v1.9.0
9512024-10-30T13:30:55.538Z Downloaded nix v0.28.0
9522024-10-30T13:30:55.549Z Downloaded idna v0.4.0
9532024-10-30T13:30:55.557Z Downloaded object v0.30.4
9542024-10-30T13:30:55.567Z Downloaded gimli v0.31.1
9552024-10-30T13:30:55.575Z Downloaded proptest v1.5.0
9562024-10-30T13:30:55.584Z Downloaded reqwest v0.12.8
9572024-10-30T13:30:55.592Z Downloaded regex-syntax v0.6.29
9582024-10-30T13:30:55.600Z Downloaded radix_trie v0.2.1
9592024-10-30T13:30:55.605Z Downloaded dropshot v0.12.0
9602024-10-30T13:30:55.625Z Downloaded rustls v0.23.14
9612024-10-30T13:30:55.637Z Downloaded p384 v0.13.0
9622024-10-30T13:30:55.643Z Downloaded hickory-proto v0.24.1
9632024-10-30T13:30:55.659Z Downloaded openssl v0.10.66
9642024-10-30T13:30:55.668Z Downloaded object v0.36.5
9652024-10-30T13:30:55.679Z Downloaded vcpkg v0.2.15
9662024-10-30T13:30:55.717Z Downloaded smoltcp v0.9.1
9672024-10-30T13:30:55.727Z Downloaded regress v0.10.1
9682024-10-30T13:30:55.735Z Downloaded rustls v0.21.12
9692024-10-30T13:30:55.746Z Downloaded regress v0.9.1
9702024-10-30T13:30:55.755Z Downloaded diesel v2.2.4
9712024-10-30T13:30:55.773Z Downloaded polar-core v0.27.3
9722024-10-30T13:30:55.782Z Downloaded smoltcp v0.11.0
9732024-10-30T13:30:55.794Z Downloaded typify-impl v0.2.0
9742024-10-30T13:30:55.809Z Downloaded openapiv3 v2.0.0
9752024-10-30T13:30:55.821Z Downloaded regex-syntax v0.8.5
9762024-10-30T13:30:55.830Z Downloaded sled v0.34.7
9772024-10-30T13:30:55.839Z Downloaded bstr v1.10.0
9782024-10-30T13:30:55.850Z Downloaded rustls v0.22.4
9792024-10-30T13:30:55.863Z Downloaded ratatui v0.28.1
9802024-10-30T13:30:55.883Z Downloaded regex-automata v0.4.8
9812024-10-30T13:30:55.899Z Downloaded zerocopy-derive v0.6.6
9822024-10-30T13:30:55.908Z Downloaded bzip2-sys v0.1.11+1.0.8
9832024-10-30T13:30:55.920Z Downloaded chrono-tz v0.10.0
9842024-10-30T13:30:55.928Z Downloaded git2 v0.19.0
9852024-10-30T13:30:55.936Z Downloaded rayon v1.10.0
9862024-10-30T13:30:55.945Z Downloaded webpki-roots v0.26.6
9872024-10-30T13:30:55.948Z Downloaded trust-dns-proto v0.22.0
9882024-10-30T13:30:55.960Z Downloaded curve25519-dalek v4.1.3
9892024-10-30T13:30:55.969Z Downloaded nix v0.29.0
9902024-10-30T13:30:55.980Z Downloaded lzma-sys v0.1.20
9912024-10-30T13:30:56.009Z Downloaded petgraph v0.6.5
9922024-10-30T13:30:56.026Z Downloaded bitvec v1.0.1
9932024-10-30T13:30:56.040Z Downloaded bindgen v0.69.5
9942024-10-30T13:30:56.047Z Downloaded quinn-proto v0.11.8
9952024-10-30T13:30:56.053Z Downloaded unicode-normalization v0.1.24
9962024-10-30T13:30:56.057Z Downloaded p256 v0.13.2
9972024-10-30T13:30:56.060Z Downloaded futures-util v0.3.31
9982024-10-30T13:30:56.071Z Downloaded libz-sys v1.1.20
9992024-10-30T13:30:56.095Z Downloaded tokio v1.40.0
10002024-10-30T13:30:56.128Z Downloaded csv v1.3.0
10012024-10-30T13:30:56.151Z Downloaded http v1.1.0
10022024-10-30T13:30:56.153Z Downloaded parking_lot v0.12.3
10032024-10-30T13:30:56.156Z Downloaded unsafe-libyaml v0.2.11
10042024-10-30T13:30:56.159Z Downloaded sha3 v0.10.8
10052024-10-30T13:30:56.161Z Downloaded fallible-iterator v0.2.0
10062024-10-30T13:30:56.164Z Downloaded pem-rfc7468 v0.7.0
10072024-10-30T13:30:56.167Z Downloaded futures-io v0.3.31
10082024-10-30T13:30:56.167Z Downloaded url v2.5.2
10092024-10-30T13:30:56.169Z Downloaded slog-json v2.6.1
10102024-10-30T13:30:56.169Z Downloaded slab v0.4.9
10112024-10-30T13:30:56.171Z Downloaded unicode-xid v0.2.6
10122024-10-30T13:30:56.171Z Downloaded num-bigint-dig v0.8.4
10132024-10-30T13:30:56.176Z Downloaded slog-term v2.9.1
10142024-10-30T13:30:56.178Z Downloaded slog-stdlog v4.1.1
10152024-10-30T13:30:56.181Z Downloaded slog-scope v4.4.0
10162024-10-30T13:30:56.181Z Downloaded sct v0.7.1
10172024-10-30T13:30:56.184Z Downloaded rustc-demangle v0.1.24
10182024-10-30T13:30:56.187Z Downloaded num-bigint v0.4.6
10192024-10-30T13:30:56.190Z Downloaded nom v7.1.3
10202024-10-30T13:30:56.195Z Downloaded endian-type v0.1.2
10212024-10-30T13:30:56.198Z Downloaded vte v0.11.1
10222024-10-30T13:30:56.198Z Downloaded tungstenite v0.21.0
10232024-10-30T13:30:56.200Z Downloaded fallible-iterator v0.3.0
10242024-10-30T13:30:56.203Z Downloaded zeroize v1.8.1
10252024-10-30T13:30:56.203Z Downloaded wyz v0.5.1
10262024-10-30T13:30:56.205Z Downloaded embedded-io v0.6.1
10272024-10-30T13:30:56.205Z Downloaded derive_builder_core v0.20.2
10282024-10-30T13:30:56.208Z Downloaded num-traits v0.2.19
10292024-10-30T13:30:56.210Z Downloaded schemars v0.8.21
10302024-10-30T13:30:56.220Z Downloaded tracing v0.1.40
10312024-10-30T13:30:56.224Z Downloaded hashbrown v0.13.2
10322024-10-30T13:30:56.229Z Downloaded filetime v0.2.25
10332024-10-30T13:30:56.231Z Downloaded embedded-io v0.4.0
10342024-10-30T13:30:56.233Z Downloaded postgres-protocol v0.6.7
10352024-10-30T13:30:56.233Z Downloaded pkcs8 v0.10.2
10362024-10-30T13:30:56.235Z Downloaded elliptic-curve v0.13.8
10372024-10-30T13:30:56.239Z Downloaded heapless v0.8.0
10382024-10-30T13:30:56.242Z Downloaded steno v0.4.1
10392024-10-30T13:30:56.246Z Downloaded encoding_rs v0.8.34
10402024-10-30T13:30:56.267Z Downloaded zone v0.3.0
10412024-10-30T13:30:56.271Z Downloaded parking_lot_core v0.8.6
10422024-10-30T13:30:56.274Z Downloaded aes-gcm v0.10.3
10432024-10-30T13:30:56.274Z Downloaded snafu v0.8.5
10442024-10-30T13:30:56.279Z Downloaded typed-path v0.7.1
10452024-10-30T13:30:56.284Z Downloaded tap v1.0.1
10462024-10-30T13:30:56.286Z Downloaded stringprep v0.1.5
10472024-10-30T13:30:56.286Z Downloaded getrandom v0.2.15
10482024-10-30T13:30:56.289Z Downloaded futures-task v0.3.31
10492024-10-30T13:30:56.292Z Downloaded env_logger v0.11.5
10502024-10-30T13:30:56.294Z Downloaded typify v0.2.0
10512024-10-30T13:30:56.297Z Downloaded salsa20 v0.10.2
10522024-10-30T13:30:56.297Z Downloaded rusty-fork v0.3.0
10532024-10-30T13:30:56.299Z Downloaded minimal-lexical v0.2.1
10542024-10-30T13:30:56.302Z Downloaded cc v1.1.30
10552024-10-30T13:30:56.304Z Downloaded structmeta-derive v0.2.0
10562024-10-30T13:30:56.307Z Downloaded structmeta v0.2.0
10572024-10-30T13:30:56.307Z Downloaded strip-ansi-escapes v0.2.0
10582024-10-30T13:30:56.309Z Downloaded slog-envlogger v2.2.0
10592024-10-30T13:30:56.309Z Downloaded tracing-attributes v0.1.27
10602024-10-30T13:30:56.314Z Downloaded base64 v0.21.7
10612024-10-30T13:30:56.318Z Downloaded base64 v0.22.1
10622024-10-30T13:30:56.321Z Downloaded quinn-udp v0.5.5
10632024-10-30T13:30:56.321Z Downloaded tokio-native-tls v0.3.1
10642024-10-30T13:30:56.321Z Downloaded aes v0.8.4
10652024-10-30T13:30:56.324Z Downloaded spin v0.9.8
10662024-10-30T13:30:56.326Z Downloaded phf_generator v0.11.2
10672024-10-30T13:30:56.329Z Downloaded phf_codegen v0.11.2
10682024-10-30T13:30:56.329Z Downloaded phf v0.11.2
10692024-10-30T13:30:56.331Z Downloaded chacha20poly1305 v0.10.1
10702024-10-30T13:30:56.331Z Downloaded xz2 v0.1.7
10712024-10-30T13:30:56.334Z Downloaded peg v0.8.4
10722024-10-30T13:30:56.336Z Downloaded socket2 v0.5.7
10732024-10-30T13:30:56.339Z Downloaded num-integer v0.1.46
10742024-10-30T13:30:56.339Z Downloaded nu-ansi-term v0.50.1
10752024-10-30T13:30:56.342Z Downloaded memmap2 v0.9.5
10762024-10-30T13:30:56.345Z Downloaded crc32fast v1.4.2
10772024-10-30T13:30:56.345Z Downloaded defmt-parser v0.3.4
10782024-10-30T13:30:56.345Z Downloaded wait-timeout v0.2.0
10792024-10-30T13:30:56.348Z Downloaded signal-hook v0.3.17
10802024-10-30T13:30:56.350Z Downloaded ciborium v0.2.2
10812024-10-30T13:30:56.353Z Downloaded bzip2 v0.4.4
10822024-10-30T13:30:56.353Z Downloaded libloading v0.8.5
10832024-10-30T13:30:56.355Z Downloaded hyper-staticfile v0.10.1
10842024-10-30T13:30:56.357Z Downloaded serde_plain v1.0.2
10852024-10-30T13:30:56.357Z Downloaded scopeguard v1.2.0
10862024-10-30T13:30:56.360Z Downloaded rustc-hash v2.0.0
10872024-10-30T13:30:56.360Z Downloaded httparse v1.9.5
10882024-10-30T13:30:56.362Z Downloaded smallvec v0.6.14
10892024-10-30T13:30:56.364Z Downloaded itertools v0.10.5
10902024-10-30T13:30:56.369Z Downloaded ipnet v2.10.1
10912024-10-30T13:30:56.371Z Downloaded indent_write v2.2.0
10922024-10-30T13:30:56.373Z Downloaded block-padding v0.3.3
10932024-10-30T13:30:56.373Z Downloaded async-bb8-diesel v0.2.1
10942024-10-30T13:30:56.376Z Downloaded nibble_vec v0.1.0
10952024-10-30T13:30:56.376Z Downloaded mockall v0.13.0
10962024-10-30T13:30:56.378Z Downloaded maplit v1.0.2
10972024-10-30T13:30:56.378Z Downloaded linear-map v1.2.0
10982024-10-30T13:30:56.380Z Downloaded colored v2.1.0
10992024-10-30T13:30:56.380Z Downloaded bcrypt-pbkdf v0.10.0
11002024-10-30T13:30:56.383Z Downloaded buf-list v1.0.3
11012024-10-30T13:30:56.385Z Downloaded bitflags v1.3.2
11022024-10-30T13:30:56.387Z Downloaded ciborium-ll v0.2.2
11032024-10-30T13:30:56.387Z Downloaded instability v0.3.2
11042024-10-30T13:30:56.390Z Downloaded cassowary v0.3.0
11052024-10-30T13:30:56.390Z Downloaded bb8 v0.8.5
11062024-10-30T13:30:56.392Z Downloaded hyper-tls v0.6.0
11072024-10-30T13:30:56.392Z Downloaded arrayvec v0.7.6
11082024-10-30T13:30:56.394Z Downloaded ascii-canvas v3.0.0
11092024-10-30T13:30:56.394Z Downloaded array-init v0.0.4
11102024-10-30T13:30:56.395Z Downloaded iana-time-zone v0.1.61
11112024-10-30T13:30:56.397Z Downloaded chacha20 v0.9.1
11122024-10-30T13:30:56.399Z Downloaded bcs v0.1.6
11132024-10-30T13:30:56.402Z Downloaded cancel-safe-futures v0.1.5
11142024-10-30T13:30:56.404Z Downloaded mime v0.3.17
11152024-10-30T13:30:56.404Z Downloaded base64ct v1.6.0
11162024-10-30T13:30:56.407Z Downloaded humantime v2.1.0
11172024-10-30T13:30:56.410Z Downloaded http-range v0.1.5
11182024-10-30T13:30:56.410Z Downloaded home v0.5.9
11192024-10-30T13:30:56.410Z Downloaded constant_time_eq v0.3.1
11202024-10-30T13:30:56.412Z Downloaded bitfield-struct v0.6.2
11212024-10-30T13:30:56.412Z Downloaded cbc v0.1.2
11222024-10-30T13:30:56.412Z Downloaded libgit2-sys v0.17.0+1.8.1
11232024-10-30T13:30:56.469Z Downloaded blowfish v0.9.1
11242024-10-30T13:30:56.946Z Downloaded ring v0.17.8
11252024-10-30T13:30:57.112Z Downloaded libsqlite3-sys v0.30.1
11262024-10-30T13:30:57.188Z Downloaded ring v0.16.20
11272024-10-30T13:30:57.377Z Compiling serde v1.0.210
11282024-10-30T13:30:57.379Z Compiling typenum v1.17.0
11292024-10-30T13:30:57.379Z Compiling lock_api v0.4.12
11302024-10-30T13:30:57.379Z Compiling generic-array v0.14.7
11312024-10-30T13:30:57.379Z Compiling scopeguard v1.2.0
11322024-10-30T13:30:57.379Z Compiling subtle v2.6.1
11332024-10-30T13:30:57.595Z Compiling syn v2.0.79
11342024-10-30T13:30:57.597Z Compiling getrandom v0.2.15
11352024-10-30T13:30:57.714Z Compiling value-bag v1.9.0
11362024-10-30T13:30:57.895Z Compiling rand_core v0.6.4
11372024-10-30T13:30:57.988Z Compiling const-oid v0.9.6
11382024-10-30T13:30:58.012Z Compiling pin-project-lite v0.2.14
11392024-10-30T13:30:58.114Z Compiling smallvec v1.13.2
11402024-10-30T13:30:58.142Z Compiling jobserver v0.1.32
11412024-10-30T13:30:58.360Z Compiling log v0.4.22
11422024-10-30T13:30:58.470Z Compiling shlex v1.3.0
11432024-10-30T13:30:58.488Z Compiling parking_lot_core v0.9.10
11442024-10-30T13:30:58.547Z Compiling futures-core v0.3.31
11452024-10-30T13:30:58.800Z Compiling cc v1.1.30
11462024-10-30T13:30:58.910Z Compiling signal-hook-registry v1.4.2
11472024-10-30T13:30:59.139Z Compiling mio v1.0.2
11482024-10-30T13:30:59.263Z Compiling cpufeatures v0.2.14
11492024-10-30T13:30:59.378Z Compiling parking_lot v0.12.3
11502024-10-30T13:30:59.664Z Compiling futures-sink v0.3.31
11512024-10-30T13:30:59.743Z Compiling spin v0.9.8
11522024-10-30T13:30:59.818Z Compiling socket2 v0.5.7
11532024-10-30T13:31:00.044Z Compiling slab v0.4.9
11542024-10-30T13:31:00.155Z Compiling serde_json v1.0.128
11552024-10-30T13:31:00.286Z Compiling futures-channel v0.3.31
11562024-10-30T13:31:00.337Z Compiling allocator-api2 v0.2.18
11572024-10-30T13:31:00.355Z Compiling pin-utils v0.1.0
11582024-10-30T13:31:00.456Z Compiling foldhash v0.1.3
11592024-10-30T13:31:00.505Z Compiling futures-task v0.3.31
11602024-10-30T13:31:00.705Z Compiling futures-io v0.3.31
11612024-10-30T13:31:00.760Z Compiling tinyvec_macros v0.1.1
11622024-10-30T13:31:00.779Z Compiling libm v0.2.8
11632024-10-30T13:31:00.808Z Compiling num-traits v0.2.19
11642024-10-30T13:31:00.828Z Compiling unicode-bidi v0.3.17
11652024-10-30T13:31:00.853Z Compiling tinyvec v1.8.0
11662024-10-30T13:31:01.027Z Compiling hashbrown v0.15.0
11672024-10-30T13:31:01.111Z Compiling base64ct v1.6.0
11682024-10-30T13:31:01.323Z Compiling httparse v1.9.5
11692024-10-30T13:31:01.722Z Compiling pem-rfc7468 v0.7.0
11702024-10-30T13:31:02.131Z Compiling flagset v0.4.6
11712024-10-30T13:31:02.417Z Compiling unicode-normalization v0.1.24
11722024-10-30T13:31:02.471Z Compiling tracing-core v0.1.32
11732024-10-30T13:31:02.489Z Compiling percent-encoding v2.3.1
11742024-10-30T13:31:02.517Z Compiling rustls-pki-types v1.9.0
11752024-10-30T13:31:02.596Z Compiling crossbeam-utils v0.8.20
11762024-10-30T13:31:02.787Z Compiling ring v0.17.8
11772024-10-30T13:31:03.470Z Compiling num-conv v0.1.0
11782024-10-30T13:31:03.603Z Compiling pkg-config v0.3.31
11792024-10-30T13:31:03.606Z Compiling vcpkg v0.2.15
11802024-10-30T13:31:03.669Z Compiling powerfmt v0.2.0
11812024-10-30T13:31:03.765Z Compiling untrusted v0.9.0
11822024-10-30T13:31:03.897Z Compiling time-core v0.1.2
11832024-10-30T13:31:03.943Z Compiling deranged v0.3.11
11842024-10-30T13:31:04.078Z Compiling time-macros v0.2.18
11852024-10-30T13:31:04.389Z Compiling atomic-waker v1.1.2
11862024-10-30T13:31:04.586Z Compiling num_threads v0.1.7
11872024-10-30T13:31:04.709Z Compiling form_urlencoded v1.2.1
11882024-10-30T13:31:05.031Z Compiling slog v2.7.0
11892024-10-30T13:31:05.053Z Compiling rustix v0.38.37
11902024-10-30T13:31:05.182Z Compiling try-lock v0.2.5
11912024-10-30T13:31:05.324Z Compiling want v0.3.1
11922024-10-30T13:31:05.592Z Compiling openssl-sys v0.9.103
11932024-10-30T13:31:05.609Z Compiling httpdate v1.0.3
11942024-10-30T13:31:05.866Z Compiling idna v0.5.0
11952024-10-30T13:31:05.916Z Compiling foreign-types-shared v0.1.1
11962024-10-30T13:31:06.030Z Compiling iana-time-zone v0.1.61
11972024-10-30T13:31:06.049Z Compiling base64 v0.22.1
11982024-10-30T13:31:06.433Z Compiling match_cfg v0.1.0
11992024-10-30T13:31:06.487Z Compiling openssl v0.10.66
12002024-10-30T13:31:06.529Z Compiling tower-service v0.3.3
12012024-10-30T13:31:06.657Z Compiling rustversion v1.0.17
12022024-10-30T13:31:06.784Z Compiling url v2.5.2
12032024-10-30T13:31:06.961Z Compiling hostname v0.3.1
12042024-10-30T13:31:07.119Z Compiling time v0.3.36
12052024-10-30T13:31:07.207Z Compiling foreign-types v0.3.2
12062024-10-30T13:31:07.305Z Compiling dirs-sys-next v0.1.2
12072024-10-30T13:31:07.431Z Compiling aho-corasick v1.1.3
12082024-10-30T13:31:07.469Z Compiling rustls v0.23.14
12092024-10-30T13:31:07.742Z Compiling syn v1.0.109
12102024-10-30T13:31:07.910Z Compiling siphasher v0.3.11
12112024-10-30T13:31:08.140Z Compiling native-tls v0.2.12
12122024-10-30T13:31:08.268Z Compiling data-encoding v2.6.0
12132024-10-30T13:31:08.343Z Compiling adler2 v2.0.0
12142024-10-30T13:31:08.457Z Compiling regex-syntax v0.8.5
12152024-10-30T13:31:08.532Z Compiling rustls v0.22.4
12162024-10-30T13:31:08.564Z Compiling miniz_oxide v0.8.0
12172024-10-30T13:31:08.907Z Compiling dirs-next v2.0.0
12182024-10-30T13:31:10.098Z Compiling serde_derive_internals v0.29.1
12192024-10-30T13:31:10.313Z Compiling crossbeam-epoch v0.9.18
12202024-10-30T13:31:10.354Z Compiling lazy_static v1.5.0
12212024-10-30T13:31:10.484Z Compiling thread_local v1.1.8
12222024-10-30T13:31:11.032Z Compiling encoding_rs v0.8.34
12232024-10-30T13:31:11.065Z Compiling multer v3.1.0
12242024-10-30T13:31:11.364Z Compiling cookie v0.18.1
12252024-10-30T13:31:11.383Z Compiling serde_derive v1.0.210
12262024-10-30T13:31:11.662Z Compiling zeroize_derive v1.4.2
12272024-10-30T13:31:12.184Z Compiling zerocopy-derive v0.7.35
12282024-10-30T13:31:12.461Z Compiling tokio-macros v2.4.0
12292024-10-30T13:31:12.710Z Compiling thiserror-impl v1.0.64
12302024-10-30T13:31:13.251Z Compiling zeroize v1.8.1
12312024-10-30T13:31:13.664Z Compiling futures-macro v0.3.31
12322024-10-30T13:31:14.058Z Compiling der_derive v0.7.3
12332024-10-30T13:31:14.371Z Compiling zerocopy v0.7.35
12342024-10-30T13:31:14.921Z Compiling tracing-attributes v0.1.27
12352024-10-30T13:31:15.085Z Compiling crypto-common v0.1.6
12362024-10-30T13:31:15.237Z Compiling block-buffer v0.10.4
12372024-10-30T13:31:15.316Z Compiling block-padding v0.3.3
12382024-10-30T13:31:15.494Z Compiling digest v0.10.7
12392024-10-30T13:31:15.557Z Compiling inout v0.1.3
12402024-10-30T13:31:15.636Z Compiling futures-util v0.3.31
12412024-10-30T13:31:15.833Z Compiling thiserror v1.0.64
12422024-10-30T13:31:15.850Z Compiling cipher v0.4.4
12432024-10-30T13:31:15.971Z Compiling hmac v0.12.1
12442024-10-30T13:31:15.989Z Compiling sha2 v0.10.8
12452024-10-30T13:31:16.049Z Compiling ppv-lite86 v0.2.20
12462024-10-30T13:31:16.216Z Compiling pbkdf2 v0.12.2
12472024-10-30T13:31:16.362Z Compiling salsa20 v0.10.2
12482024-10-30T13:31:16.394Z Compiling pest v2.7.14
12492024-10-30T13:31:16.414Z Compiling der v0.7.9
12502024-10-30T13:31:16.594Z Compiling scrypt v0.11.0
12512024-10-30T13:31:16.902Z Compiling rand_chacha v0.3.1
12522024-10-30T13:31:17.158Z Compiling cbc v0.1.2
12532024-10-30T13:31:17.410Z Compiling rand v0.8.5
12542024-10-30T13:31:18.728Z Compiling tracing v0.1.40
12552024-10-30T13:31:19.179Z Compiling spki v0.7.3
12562024-10-30T13:31:19.223Z Compiling pest_meta v2.7.14
12572024-10-30T13:31:19.468Z Compiling aes v0.8.4
12582024-10-30T13:31:19.566Z Compiling scroll_derive v0.12.0
12592024-10-30T13:31:19.600Z Compiling rustls-webpki v0.102.8
12602024-10-30T13:31:19.702Z Compiling async-trait v0.1.83
12612024-10-30T13:31:19.894Z Compiling openssl-macros v0.1.1
12622024-10-30T13:31:20.651Z Compiling pest_generator v2.7.14
12632024-10-30T13:31:20.941Z Compiling scroll v0.12.0
12642024-10-30T13:31:21.491Z Compiling pkcs5 v0.7.1
12652024-10-30T13:31:21.548Z Compiling goblin v0.8.2
12662024-10-30T13:31:22.358Z Compiling pkcs8 v0.10.2
12672024-10-30T13:31:22.380Z Compiling signature v2.2.0
12682024-10-30T13:31:22.410Z Compiling sha1 v0.10.6
12692024-10-30T13:31:22.613Z Compiling regex-automata v0.4.8
12702024-10-30T13:31:22.672Z Compiling gimli v0.31.1
12712024-10-30T13:31:22.709Z Compiling rayon-core v1.12.1
12722024-10-30T13:31:22.849Z Compiling paste v1.0.15
12732024-10-30T13:31:22.982Z Compiling ipnet v2.10.1
12742024-10-30T13:31:23.053Z Compiling openssl-probe v0.1.5
12752024-10-30T13:31:23.364Z Compiling slog-async v2.8.0
12762024-10-30T13:31:23.426Z Compiling either v1.13.0
12772024-10-30T13:31:23.868Z Compiling schemars v0.8.21
12782024-10-30T13:31:23.903Z Compiling mime v0.3.17
12792024-10-30T13:31:24.020Z Compiling pest_derive v2.7.14
12802024-10-30T13:31:24.176Z Compiling signal-hook v0.3.17
12812024-10-30T13:31:24.219Z Compiling unicode-properties v0.1.3
12822024-10-30T13:31:24.582Z Compiling stringprep v0.1.5
12832024-10-30T13:31:24.604Z Compiling futures-executor v0.3.31
12842024-10-30T13:31:24.814Z Compiling dtrace-parser v0.2.0
12852024-10-30T13:31:25.711Z Compiling bytes v1.7.2
12862024-10-30T13:31:26.874Z Compiling tokio v1.40.0
12872024-10-30T13:31:27.071Z Compiling indexmap v2.6.0
12882024-10-30T13:31:27.812Z Compiling http v1.1.0
12892024-10-30T13:31:28.633Z Compiling bitflags v2.6.0
12902024-10-30T13:31:29.054Z Compiling semver v1.0.23
12912024-10-30T13:31:29.828Z Compiling rustc_version v0.4.1
12922024-10-30T13:31:30.321Z Compiling http-body v1.0.1
12932024-10-30T13:31:30.566Z Compiling dof v0.3.0
12942024-10-30T13:31:30.594Z Compiling toml_datetime v0.6.8
12952024-10-30T13:31:31.116Z Compiling uuid v1.10.0
12962024-10-30T13:31:31.566Z Compiling serde_spanned v0.6.8
12972024-10-30T13:31:31.815Z Compiling serde_tokenstream v0.2.2
12982024-10-30T13:31:32.471Z Compiling usdt-impl v0.5.0
12992024-10-30T13:31:32.634Z Compiling chrono v0.4.38
13002024-10-30T13:31:32.690Z Compiling heapless v0.7.17
13012024-10-30T13:31:33.128Z Compiling http-body-util v0.1.2
13022024-10-30T13:31:33.966Z Compiling usdt-macro v0.5.0
13032024-10-30T13:31:34.514Z Compiling usdt-attr-macro v0.5.0
13042024-10-30T13:31:34.616Z Compiling toml_edit v0.22.22
13052024-10-30T13:31:34.760Z Compiling curve25519-dalek v4.1.3
13062024-10-30T13:31:35.456Z Compiling tokio-util v0.7.12
13072024-10-30T13:31:35.477Z Compiling slog-json v2.6.1
13082024-10-30T13:31:35.868Z Compiling addr2line v0.24.2
13092024-10-30T13:31:36.094Z Compiling serde_urlencoded v0.7.1
13102024-10-30T13:31:36.345Z Compiling md-5 v0.10.6
13112024-10-30T13:31:36.616Z Compiling h2 v0.4.6
13122024-10-30T13:31:36.619Z Compiling schemars_derive v0.8.21
13132024-10-30T13:31:36.726Z Compiling async-stream-impl v0.3.6
13142024-10-30T13:31:36.870Z Compiling enum-as-inner v0.6.1
13152024-10-30T13:31:38.087Z Compiling crossbeam-deque v0.8.5
13162024-10-30T13:31:38.157Z Compiling term v0.7.0
13172024-10-30T13:31:38.486Z Compiling crossbeam-channel v0.5.13
13182024-10-30T13:31:39.550Z Compiling num-integer v0.1.46
13192024-10-30T13:31:39.635Z Compiling idna v0.4.0
13202024-10-30T13:31:40.899Z Compiling idna v0.3.0
13212024-10-30T13:31:41.128Z Compiling rustls-pemfile v2.2.0
13222024-10-30T13:31:41.445Z Compiling ff v0.13.0
13232024-10-30T13:31:41.466Z Compiling hash32 v0.2.1
13242024-10-30T13:31:41.667Z Compiling is-terminal v0.4.13
13252024-10-30T13:31:41.801Z Compiling object v0.36.5
13262024-10-30T13:31:41.821Z Compiling dropshot v0.12.0
13272024-10-30T13:31:42.127Z Compiling dyn-clone v1.0.17
13282024-10-30T13:31:42.236Z Compiling stable_deref_trait v1.2.0
13292024-10-30T13:31:42.255Z Compiling portable-atomic v1.9.0
13302024-10-30T13:31:42.341Z Compiling fallible-iterator v0.2.0
13312024-10-30T13:31:42.362Z Compiling num-bigint-dig v0.8.4
13322024-10-30T13:31:42.364Z Compiling take_mut v0.2.2
13332024-10-30T13:31:42.522Z Compiling smoltcp v0.9.1
13342024-10-30T13:31:42.661Z Compiling utf-8 v0.7.6
13352024-10-30T13:31:42.961Z Compiling rustc-demangle v0.1.24
13362024-10-30T13:31:42.987Z Compiling linked-hash-map v0.5.6
13372024-10-30T13:31:43.183Z Compiling psl-types v2.0.11
13382024-10-30T13:31:43.221Z Compiling quick-error v1.2.3
13392024-10-30T13:31:43.296Z Compiling base16ct v0.2.0
13402024-10-30T13:31:43.353Z Compiling anyhow v1.0.89
13412024-10-30T13:31:43.381Z Compiling publicsuffix v2.2.3
13422024-10-30T13:31:43.587Z Compiling sec1 v0.7.3
13432024-10-30T13:31:43.645Z Compiling resolv-conf v0.7.0
13442024-10-30T13:31:43.830Z Compiling hyper v1.4.1
13452024-10-30T13:31:44.130Z Compiling lru-cache v0.1.2
13462024-10-30T13:31:44.333Z Compiling postgres-protocol v0.6.7
13472024-10-30T13:31:44.336Z Compiling tungstenite v0.24.0
13482024-10-30T13:31:45.586Z Compiling slog-term v2.9.1
13492024-10-30T13:31:46.356Z Compiling hyper-util v0.1.9
13502024-10-30T13:31:46.574Z Compiling usdt v0.5.0
13512024-10-30T13:31:46.679Z Compiling group v0.13.0
13522024-10-30T13:31:46.732Z Compiling tokio-native-tls v0.3.1
13532024-10-30T13:31:47.036Z Compiling hickory-proto v0.24.1
13542024-10-30T13:31:47.055Z Compiling num-iter v0.1.45
13552024-10-30T13:31:47.249Z Compiling async-stream v0.3.6
13562024-10-30T13:31:47.693Z Compiling toml v0.8.19
13572024-10-30T13:31:48.868Z Compiling backtrace v0.3.74
13582024-10-30T13:31:49.392Z Compiling slog-bunyan v2.5.0
13592024-10-30T13:31:49.614Z Compiling tokio-rustls v0.26.0
13602024-10-30T13:31:49.645Z Compiling tokio-rustls v0.25.0
13612024-10-30T13:31:49.683Z Compiling terminal_size v0.4.0
13622024-10-30T13:31:49.706Z Compiling dropshot_endpoint v0.12.0
13632024-10-30T13:31:49.902Z Compiling openapiv3 v2.0.0
13642024-10-30T13:31:50.068Z Compiling serde_path_to_error v0.1.16
13652024-10-30T13:31:50.068Z Compiling camino v1.1.9
13662024-10-30T13:31:50.261Z Compiling futures v0.3.31
13672024-10-30T13:31:51.085Z Compiling hkdf v0.12.4
13682024-10-30T13:31:51.322Z Compiling hubpack_derive v0.1.1
13692024-10-30T13:31:51.343Z Compiling crypto-bigint v0.5.5
13702024-10-30T13:31:51.574Z Compiling curve25519-dalek-derive v0.1.1
13712024-10-30T13:31:51.860Z Compiling zerocopy-derive v0.6.6
13722024-10-30T13:31:52.249Z Compiling phf_shared v0.11.2
13732024-10-30T13:31:52.269Z Compiling waitgroup v0.1.2
13742024-10-30T13:31:52.478Z Compiling webpki-roots v0.26.6
13752024-10-30T13:31:52.640Z Compiling hostname v0.4.0
13762024-10-30T13:31:52.704Z Compiling fs-err v2.11.0
13772024-10-30T13:31:52.914Z Compiling ahash v0.8.11
13782024-10-30T13:31:52.996Z Compiling winnow v0.5.40
13792024-10-30T13:31:53.055Z Compiling bitflags v1.3.2
13802024-10-30T13:31:53.165Z Compiling managed v0.8.0
13812024-10-30T13:31:53.266Z Compiling debug-ignore v1.0.5
13822024-10-30T13:31:53.419Z Compiling console v0.15.8
13832024-10-30T13:31:54.010Z Compiling zerocopy v0.6.6
13842024-10-30T13:31:54.263Z Compiling clap_builder v4.5.20
13852024-10-30T13:31:54.896Z Compiling elliptic-curve v0.13.8
13862024-10-30T13:31:54.926Z Compiling strum_macros v0.25.3
13872024-10-30T13:31:55.975Z Compiling hickory-resolver v0.24.1
13882024-10-30T13:31:56.878Z Compiling toml_edit v0.19.15
13892024-10-30T13:31:57.165Z Compiling hyper-rustls v0.27.3
13902024-10-30T13:31:57.555Z Compiling phf v0.11.2
13912024-10-30T13:31:57.821Z Compiling hubpack v0.1.2
13922024-10-30T13:31:57.854Z Compiling signal-hook-mio v0.2.4
13932024-10-30T13:31:58.238Z Compiling cookie_store v0.21.0
13942024-10-30T13:31:58.909Z Compiling hyper-tls v0.6.0
13952024-10-30T13:31:58.909Z Compiling rayon v1.10.0
13962024-10-30T13:31:59.761Z Compiling tokio-tungstenite v0.24.0
13972024-10-30T13:32:00.347Z Compiling postgres-types v0.2.8
13982024-10-30T13:32:02.433Z Compiling tokio-stream v0.1.16
13992024-10-30T13:32:03.308Z Compiling regex v1.11.0
14002024-10-30T13:32:03.323Z Compiling bstr v1.10.0
14012024-10-30T13:32:03.429Z Compiling serde-big-array v0.5.1
14022024-10-30T13:32:03.491Z Compiling pkcs1 v0.7.5
14032024-10-30T13:32:03.667Z Compiling ed25519 v2.2.3
14042024-10-30T13:32:03.922Z Compiling rfc6979 v0.4.0
14052024-10-30T13:32:04.021Z Compiling serde_repr v0.1.19
14062024-10-30T13:32:04.116Z Compiling clap_derive v4.5.18
14072024-10-30T13:32:04.394Z Compiling derive-where v1.2.7
14082024-10-30T13:32:04.490Z Compiling phf_shared v0.10.0
14092024-10-30T13:32:04.538Z Compiling float-cmp v0.9.0
14102024-10-30T13:32:04.760Z Compiling sync_wrapper v1.0.1
14112024-10-30T13:32:04.910Z Compiling crc32fast v1.4.2
14122024-10-30T13:32:04.930Z Compiling predicates-core v1.0.8
14132024-10-30T13:32:05.066Z Compiling static_assertions v1.1.0
14142024-10-30T13:32:05.171Z Compiling fixedbitset v0.4.2
14152024-10-30T13:32:05.192Z Compiling whoami v1.5.2
14162024-10-30T13:32:05.257Z Compiling bit-vec v0.6.3
14172024-10-30T13:32:05.277Z Compiling precomputed-hash v0.1.1
14182024-10-30T13:32:05.398Z Compiling difflib v0.4.0
14192024-10-30T13:32:05.547Z Compiling minimal-lexical v0.2.1
14202024-10-30T13:32:05.646Z Compiling number_prefix v0.4.0
14212024-10-30T13:32:05.723Z Compiling unicode-segmentation v1.12.0
14222024-10-30T13:32:05.820Z Compiling new_debug_unreachable v1.0.6
14232024-10-30T13:32:05.877Z Compiling normalize-line-endings v0.3.0
14242024-10-30T13:32:05.925Z Compiling string_cache v0.8.7
14252024-10-30T13:32:06.014Z Compiling predicates v3.1.2
14262024-10-30T13:32:06.064Z Compiling nom v7.1.3
14272024-10-30T13:32:06.389Z Compiling indicatif v0.17.8
14282024-10-30T13:32:06.621Z Compiling similar v2.6.0
14292024-10-30T13:32:07.006Z Compiling bit-set v0.5.3
14302024-10-30T13:32:07.318Z Compiling tokio-postgres v0.7.12
14312024-10-30T13:32:07.775Z Compiling petgraph v0.6.5
14322024-10-30T13:32:07.809Z Compiling qorb v0.1.2
14332024-10-30T13:32:08.475Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14342024-10-30T13:32:08.794Z Compiling clap v4.5.20
14352024-10-30T13:32:08.923Z Compiling flate2 v1.0.34
14362024-10-30T13:32:09.104Z Compiling reqwest v0.12.8
14372024-10-30T13:32:09.882Z Compiling ecdsa v0.16.9
14382024-10-30T13:32:09.939Z Compiling ed25519-dalek v2.1.1
14392024-10-30T13:32:10.744Z Compiling rsa v0.9.6
14402024-10-30T13:32:11.273Z Compiling toml v0.7.8
14412024-10-30T13:32:11.830Z Compiling crossterm v0.28.1
14422024-10-30T13:32:13.557Z Compiling hex v0.4.3
14432024-10-30T13:32:13.830Z Compiling itertools v0.12.1
14442024-10-30T13:32:13.848Z Compiling itertools v0.10.5
14452024-10-30T13:32:14.192Z Compiling x509-cert v0.2.5
14462024-10-30T13:32:14.212Z Compiling peg-runtime v0.8.3
14472024-10-30T13:32:14.879Z Compiling lalrpop-util v0.19.12
14482024-10-30T13:32:15.267Z Compiling unicode-xid v0.2.6
14492024-10-30T13:32:15.439Z Compiling xattr v1.3.1
14502024-10-30T13:32:15.462Z Compiling strum_macros v0.26.4
14512024-10-30T13:32:15.542Z Compiling filetime v0.2.25
14522024-10-30T13:32:15.866Z Compiling tar v0.4.42
14532024-10-30T13:32:18.758Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14542024-10-30T13:32:18.809Z Compiling strum v0.26.3
14552024-10-30T13:32:19.011Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14562024-10-30T13:32:24.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14572024-10-30T13:32:24.678Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14582024-10-30T13:32:24.726ZOct 30 13:32:24.309 INFO Starting download, target: Clickhouse
14592024-10-30T13:32:24.726ZOct 30 13:32:24.309 INFO Starting download, target: Cockroach
14602024-10-30T13:32:24.726ZOct 30 13:32:24.309 INFO Starting download, target: Console
14612024-10-30T13:32:24.729ZOct 30 13:32:24.309 INFO Starting download, target: DendriteOpenapi
14622024-10-30T13:32:24.729ZOct 30 13:32:24.309 INFO Starting download, target: DendriteStub
14632024-10-30T13:32:24.729ZOct 30 13:32:24.309 INFO Starting download, target: MaghemiteMgd
14642024-10-30T13:32:24.729ZOct 30 13:32:24.309 INFO Starting download, target: TransceiverControl
14652024-10-30T13:32:24.729ZOct 30 13:32:24.310 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14662024-10-30T13:32:24.729ZOct 30 13:32:24.310 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14672024-10-30T13:32:24.729ZOct 30 13:32:24.310 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14682024-10-30T13:32:24.729ZOct 30 13:32:24.310 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14692024-10-30T13:32:24.729ZOct 30 13:32:24.310 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14702024-10-30T13:32:24.729ZOct 30 13:32:24.310 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14712024-10-30T13:32:24.729ZOct 30 13:32:24.310 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14722024-10-30T13:32:24.968ZOct 30 13:32:24.550 INFO Download complete, target: DendriteOpenapi
14732024-10-30T13:32:25.119ZOct 30 13:32:24.701 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14742024-10-30T13:32:25.225ZOct 30 13:32:24.799 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14752024-10-30T13:32:25.571ZOct 30 13:32:25.136 INFO Download complete, target: Console
14762024-10-30T13:32:25.751ZOct 30 13:32:25.332 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14772024-10-30T13:32:25.790ZOct 30 13:32:25.370 INFO Download complete, target: TransceiverControl
14782024-10-30T13:32:25.970ZOct 30 13:32:25.541 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14792024-10-30T13:32:26.309ZOct 30 13:32:25.892 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14802024-10-30T13:32:26.309ZOct 30 13:32:25.893 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14812024-10-30T13:32:27.336ZOct 30 13:32:26.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14822024-10-30T13:32:28.513ZOct 30 13:32:28.096 INFO Download complete, target: DendriteStub
14832024-10-30T13:32:28.899ZOct 30 13:32:28.482 INFO Download complete, target: MaghemiteMgd
14842024-10-30T13:32:33.750ZOct 30 13:32:33.332 INFO Checking that binary works, target: Cockroach
14852024-10-30T13:32:33.918ZOct 30 13:32:33.500 INFO Download complete, target: Cockroach
14862024-10-30T13:32:39.604ZOct 30 13:32:39.186 INFO Checking that binary works, target: Clickhouse
14872024-10-30T13:32:39.766ZOct 30 13:32:39.348 INFO Download complete, target: Clickhouse
14882024-10-30T13:32:39.789ZAll builder prerequisites installed successfully, and PATH looks valid
14892024-10-30T13:32:39.792Z
14902024-10-30T13:32:39.792Zreal 4:04.133992306
14912024-10-30T13:32:39.792Zuser 12:19.077951332
14922024-10-30T13:32:39.792Zsys 2:42.859928697
14932024-10-30T13:32:39.792Ztrap 0.435560962
14942024-10-30T13:32:39.792Ztflt 1.332968261
14952024-10-30T13:32:39.792Zdflt 1.527161084
14962024-10-30T13:32:39.792Zkflt 0.025165386
14972024-10-30T13:32:39.792Zlock 23:37.533636649
14982024-10-30T13:32:39.792Zslp 48:00.768942856
14992024-10-30T13:32:39.792Zlat 44.796096941
15002024-10-30T13:32:39.792Zstop 2:00.219528191
15012024-10-30T13:32:39.792Z+ banner hack-check
15022024-10-30T13:32:39.792Z
15032024-10-30T13:32:39.792Z # # ## #### # # #### # # ###### #### # #
15042024-10-30T13:32:39.792Z # # # # # # # # # # # # # # # # #
15052024-10-30T13:32:39.792Z ###### # # # #### ##### # ###### ##### # ####
15062024-10-30T13:32:39.792Z # # ###### # # # # # # # # # #
15072024-10-30T13:32:39.792Z # # # # # # # # # # # # # # # # #
15082024-10-30T13:32:39.792Z # # # # #### # # #### # # ###### #### # #
15092024-10-30T13:32:39.793Z
15102024-10-30T13:32:39.793Z+ export CARGO_INCREMENTAL=0
15112024-10-30T13:32:39.793Z+ CARGO_INCREMENTAL=0
15122024-10-30T13:32:39.793Z+ ptime -m timeout 2h cargo xtask check-features --ci
15132024-10-30T13:32:40.296Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15142024-10-30T13:32:43.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
15152024-10-30T13:32:43.758Z Running `target/debug/xtask check-features --ci`
15162024-10-30T13:32:43.779Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15172024-10-30T13:32:43.779Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15182024-10-30T13:32:44.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15192024-10-30T13:32:44.231Z Running `target/debug/xtask download cargo-hack`
15202024-10-30T13:32:45.002Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15212024-10-30T13:32:45.370Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15222024-10-30T13:32:50.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s
15232024-10-30T13:32:50.281Z Running `target/debug/xtask-downloader cargo-hack`
15242024-10-30T13:32:50.313ZOct 30 13:32:49.893 INFO Starting download, target: CargoHack
15252024-10-30T13:32:50.318ZOct 30 13:32:49.894 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15262024-10-30T13:32:51.096ZOct 30 13:32:50.514 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15272024-10-30T13:32:51.287ZOct 30 13:32:50.602 INFO Download complete, target: CargoHack
15282024-10-30T13:32:51.288Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15292024-10-30T13:32:51.288Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15302024-10-30T13:32:51.483Zinfo: running `cargo check --bins` on api_identity (1/166)
15312024-10-30T13:32:51.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15322024-10-30T13:32:51.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15332024-10-30T13:32:51.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15342024-10-30T13:32:51.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15352024-10-30T13:32:51.833Z
15362024-10-30T13:32:51.833Zinfo: running `cargo check --bins` on bootstore (2/166)
15372024-10-30T13:32:52.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15382024-10-30T13:32:52.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15392024-10-30T13:32:52.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15402024-10-30T13:32:52.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15412024-10-30T13:32:52.373Z
15422024-10-30T13:32:52.373Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15432024-10-30T13:32:52.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15442024-10-30T13:32:52.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15452024-10-30T13:32:52.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15462024-10-30T13:32:52.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15472024-10-30T13:32:52.948Z
15482024-10-30T13:32:52.948Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15492024-10-30T13:32:53.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15502024-10-30T13:32:53.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15512024-10-30T13:32:53.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15522024-10-30T13:32:53.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15532024-10-30T13:32:53.528Z
15542024-10-30T13:32:53.528Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15552024-10-30T13:32:53.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15562024-10-30T13:32:53.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15572024-10-30T13:32:53.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15582024-10-30T13:32:53.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15592024-10-30T13:32:53.930Z
15602024-10-30T13:32:53.930Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15612024-10-30T13:32:54.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15622024-10-30T13:32:54.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15632024-10-30T13:32:54.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15642024-10-30T13:32:54.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
15652024-10-30T13:32:54.343Z
15662024-10-30T13:32:54.346Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15672024-10-30T13:32:54.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15682024-10-30T13:32:54.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15692024-10-30T13:32:54.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15702024-10-30T13:32:54.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15712024-10-30T13:32:54.749Z
15722024-10-30T13:32:54.749Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15732024-10-30T13:32:55.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15742024-10-30T13:32:55.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15752024-10-30T13:32:55.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15762024-10-30T13:32:55.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15772024-10-30T13:32:55.156Z
15782024-10-30T13:32:55.156Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15792024-10-30T13:32:55.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15802024-10-30T13:32:55.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15812024-10-30T13:32:55.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15822024-10-30T13:32:55.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15832024-10-30T13:32:55.563Z
15842024-10-30T13:32:55.563Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15852024-10-30T13:32:55.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15862024-10-30T13:32:55.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15872024-10-30T13:32:55.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15882024-10-30T13:32:55.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15892024-10-30T13:32:55.968Z
15902024-10-30T13:32:55.968Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15912024-10-30T13:32:56.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15922024-10-30T13:32:56.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15932024-10-30T13:32:56.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15942024-10-30T13:32:56.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15952024-10-30T13:32:56.372Z
15962024-10-30T13:32:56.372Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15972024-10-30T13:32:56.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15982024-10-30T13:32:56.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15992024-10-30T13:32:56.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16002024-10-30T13:32:56.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16012024-10-30T13:32:56.781Z
16022024-10-30T13:32:56.781Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16032024-10-30T13:32:57.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16042024-10-30T13:32:57.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16052024-10-30T13:32:57.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16062024-10-30T13:32:57.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16072024-10-30T13:32:57.188Z
16082024-10-30T13:32:57.188Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16092024-10-30T13:32:57.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16102024-10-30T13:32:57.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16112024-10-30T13:32:57.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16122024-10-30T13:32:57.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16132024-10-30T13:32:57.592Z
16142024-10-30T13:32:57.592Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16152024-10-30T13:32:57.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16162024-10-30T13:32:57.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16172024-10-30T13:32:57.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16182024-10-30T13:32:57.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16192024-10-30T13:32:57.994Z
16202024-10-30T13:32:57.994Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16212024-10-30T13:32:58.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16222024-10-30T13:32:58.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16232024-10-30T13:32:58.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16242024-10-30T13:32:58.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16252024-10-30T13:32:58.394Z
16262024-10-30T13:32:58.394Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16272024-10-30T13:32:58.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16282024-10-30T13:32:58.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16292024-10-30T13:32:58.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16302024-10-30T13:32:58.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16312024-10-30T13:32:58.797Z
16322024-10-30T13:32:58.797Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16332024-10-30T13:32:59.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342024-10-30T13:32:59.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352024-10-30T13:32:59.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362024-10-30T13:32:59.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16372024-10-30T13:32:59.204Z
16382024-10-30T13:32:59.204Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16392024-10-30T13:32:59.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402024-10-30T13:32:59.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412024-10-30T13:32:59.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422024-10-30T13:32:59.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16432024-10-30T13:32:59.612Z
16442024-10-30T13:32:59.612Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16452024-10-30T13:32:59.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462024-10-30T13:32:59.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472024-10-30T13:32:59.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482024-10-30T13:32:59.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16492024-10-30T13:33:00.012Z
16502024-10-30T13:33:00.012Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16512024-10-30T13:33:00.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522024-10-30T13:33:00.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532024-10-30T13:33:00.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542024-10-30T13:33:00.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16552024-10-30T13:33:00.413Z
16562024-10-30T13:33:00.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16572024-10-30T13:33:00.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582024-10-30T13:33:00.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592024-10-30T13:33:00.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602024-10-30T13:33:00.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16612024-10-30T13:33:00.819Z
16622024-10-30T13:33:00.819Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16632024-10-30T13:33:01.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642024-10-30T13:33:01.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652024-10-30T13:33:01.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662024-10-30T13:33:01.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16672024-10-30T13:33:01.224Z
16682024-10-30T13:33:01.224Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16692024-10-30T13:33:01.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702024-10-30T13:33:01.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712024-10-30T13:33:01.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722024-10-30T13:33:01.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16732024-10-30T13:33:01.631Z
16742024-10-30T13:33:01.631Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16752024-10-30T13:33:02.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762024-10-30T13:33:02.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772024-10-30T13:33:02.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782024-10-30T13:33:02.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16792024-10-30T13:33:02.223Z
16802024-10-30T13:33:02.223Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16812024-10-30T13:33:02.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822024-10-30T13:33:02.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832024-10-30T13:33:02.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842024-10-30T13:33:02.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16852024-10-30T13:33:02.815Z
16862024-10-30T13:33:02.815Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16872024-10-30T13:33:03.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882024-10-30T13:33:03.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892024-10-30T13:33:03.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902024-10-30T13:33:03.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16912024-10-30T13:33:03.410Z
16922024-10-30T13:33:03.410Zinfo: running `cargo check --bins` on oxlog (28/166)
16932024-10-30T13:33:03.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942024-10-30T13:33:03.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952024-10-30T13:33:03.982Z Checking cfg-if v1.0.0
16962024-10-30T13:33:03.985Z Checking libc v0.2.161
16972024-10-30T13:33:04.085Z Checking serde v1.0.210
16982024-10-30T13:33:04.087Z Checking zeroize v1.8.1
16992024-10-30T13:33:04.093Z Checking memchr v2.7.4
17002024-10-30T13:33:04.112Z Checking typenum v1.17.0
17012024-10-30T13:33:04.120Z Checking scopeguard v1.2.0
17022024-10-30T13:33:04.124Z Checking subtle v2.6.1
17032024-10-30T13:33:04.151Z Checking value-bag v1.9.0
17042024-10-30T13:33:04.257Z Checking lock_api v0.4.12
17052024-10-30T13:33:04.347Z Checking itoa v1.0.11
17062024-10-30T13:33:04.415Z Checking const-oid v0.9.6
17072024-10-30T13:33:04.567Z Checking log v0.4.22
17082024-10-30T13:33:04.588Z Checking pin-project-lite v0.2.14
17092024-10-30T13:33:04.673Z Checking smallvec v1.13.2
17102024-10-30T13:33:04.709Z Checking byteorder v1.5.0
17112024-10-30T13:33:04.984Z Checking futures-core v0.3.31
17122024-10-30T13:33:05.050Z Checking once_cell v1.20.2
17132024-10-30T13:33:05.088Z Checking cpufeatures v0.2.14
17142024-10-30T13:33:05.129Z Checking futures-sink v0.3.31
17152024-10-30T13:33:05.177Z Checking spin v0.9.8
17162024-10-30T13:33:05.181Z Checking zerocopy v0.7.35
17172024-10-30T13:33:05.215Z Checking getrandom v0.2.15
17182024-10-30T13:33:05.272Z Checking signal-hook-registry v1.4.2
17192024-10-30T13:33:05.334Z Checking parking_lot_core v0.9.10
17202024-10-30T13:33:05.439Z Checking generic-array v0.14.7
17212024-10-30T13:33:05.441Z Checking rand_core v0.6.4
17222024-10-30T13:33:05.522Z Checking mio v1.0.2
17232024-10-30T13:33:05.540Z Checking socket2 v0.5.7
17242024-10-30T13:33:05.668Z Checking parking_lot v0.12.3
17252024-10-30T13:33:05.757Z Checking slab v0.4.9
17262024-10-30T13:33:06.029Z Checking futures-channel v0.3.31
17272024-10-30T13:33:06.045Z Checking pin-utils v0.1.0
17282024-10-30T13:33:06.048Z Checking foldhash v0.1.3
17292024-10-30T13:33:06.122Z Checking futures-task v0.3.31
17302024-10-30T13:33:06.139Z Checking allocator-api2 v0.2.18
17312024-10-30T13:33:06.245Z Checking equivalent v1.0.1
17322024-10-30T13:33:06.248Z Checking futures-io v0.3.31
17332024-10-30T13:33:06.355Z Checking tinyvec_macros v0.1.1
17342024-10-30T13:33:06.371Z Checking ryu v1.0.18
17352024-10-30T13:33:06.385Z Checking unicode-bidi v0.3.17
17362024-10-30T13:33:06.428Z Checking futures-util v0.3.31
17372024-10-30T13:33:06.443Z Checking tinyvec v1.8.0
17382024-10-30T13:33:06.588Z Checking fnv v1.0.7
17392024-10-30T13:33:06.607Z Checking libm v0.2.8
17402024-10-30T13:33:06.658Z Checking crypto-common v0.1.6
17412024-10-30T13:33:06.706Z Checking block-buffer v0.10.4
17422024-10-30T13:33:06.762Z Checking hashbrown v0.15.0
17432024-10-30T13:33:06.844Z Checking block-padding v0.3.3
17442024-10-30T13:33:06.919Z Checking digest v0.10.7
17452024-10-30T13:33:07.006Z Checking base64ct v1.6.0
17462024-10-30T13:33:07.047Z Checking inout v0.1.3
17472024-10-30T13:33:07.282Z Checking cipher v0.4.4
17482024-10-30T13:33:07.297Z Checking hmac v0.12.1
17492024-10-30T13:33:07.440Z Checking sha2 v0.10.8
17502024-10-30T13:33:07.511Z Checking pem-rfc7468 v0.7.0
17512024-10-30T13:33:07.513Z Checking num-traits v0.2.19
17522024-10-30T13:33:07.670Z Checking ppv-lite86 v0.2.20
17532024-10-30T13:33:07.770Z Checking unicode-normalization v0.1.24
17542024-10-30T13:33:07.786Z Checking flagset v0.4.6
17552024-10-30T13:33:07.931Z Checking tracing-core v0.1.32
17562024-10-30T13:33:07.967Z Checking der v0.7.9
17572024-10-30T13:33:08.014Z Checking thiserror v1.0.64
17582024-10-30T13:33:08.143Z Checking rustls-pki-types v1.9.0
17592024-10-30T13:33:08.441Z Checking rand_chacha v0.3.1
17602024-10-30T13:33:08.652Z Checking percent-encoding v2.3.1
17612024-10-30T13:33:08.702Z Checking tracing v0.1.40
17622024-10-30T13:33:08.716Z Checking salsa20 v0.10.2
17632024-10-30T13:33:08.832Z Checking rand v0.8.5
17642024-10-30T13:33:08.870Z Checking pbkdf2 v0.12.2
17652024-10-30T13:33:08.921Z Checking httparse v1.9.5
17662024-10-30T13:33:09.035Z Checking powerfmt v0.2.0
17672024-10-30T13:33:09.054Z Checking untrusted v0.9.0
17682024-10-30T13:33:09.175Z Checking bytes v1.7.2
17692024-10-30T13:33:09.282Z Checking indexmap v2.6.0
17702024-10-30T13:33:09.292Z Checking serde_json v1.0.128
17712024-10-30T13:33:09.294Z Checking bitflags v2.6.0
17722024-10-30T13:33:09.417Z Checking deranged v0.3.11
17732024-10-30T13:33:09.593Z Checking ring v0.17.8
17742024-10-30T13:33:09.872Z Checking spki v0.7.3
17752024-10-30T13:33:09.996Z Checking tokio v1.40.0
17762024-10-30T13:33:10.161Z Checking http v1.1.0
17772024-10-30T13:33:10.180Z Checking scrypt v0.11.0
17782024-10-30T13:33:10.404Z Checking aes v0.8.4
17792024-10-30T13:33:10.589Z Checking cbc v0.1.2
17802024-10-30T13:33:10.783Z Checking crossbeam-utils v0.8.20
17812024-10-30T13:33:10.970Z Checking time-core v0.1.2
17822024-10-30T13:33:11.128Z Checking num_threads v0.1.7
17832024-10-30T13:33:11.170Z Checking num-conv v0.1.0
17842024-10-30T13:33:11.250Z Checking atomic-waker v1.1.2
17852024-10-30T13:33:11.320Z Checking pkcs5 v0.7.1
17862024-10-30T13:33:11.384Z Checking form_urlencoded v1.2.1
17872024-10-30T13:33:11.409Z Checking time v0.3.36
17882024-10-30T13:33:11.489Z Checking try-lock v0.2.5
17892024-10-30T13:33:11.510Z Checking http-body v1.0.1
17902024-10-30T13:33:11.543Z Checking rustls-webpki v0.102.8
17912024-10-30T13:33:11.575Z Checking httpdate v1.0.3
17922024-10-30T13:33:11.616Z Checking want v0.3.1
17932024-10-30T13:33:11.696Z Checking unicode-ident v1.0.13
17942024-10-30T13:33:11.790Z Checking uuid v1.10.0
17952024-10-30T13:33:11.806Z Checking serde_spanned v0.6.8
17962024-10-30T13:33:11.844Z Checking pkcs8 v0.10.2
17972024-10-30T13:33:11.860Z Checking proc-macro2 v1.0.87
17982024-10-30T13:33:11.881Z Checking toml_datetime v0.6.8
17992024-10-30T13:33:12.002Z Checking idna v0.5.0
18002024-10-30T13:33:12.153Z Checking slog v2.7.0
18012024-10-30T13:33:12.169Z Checking scroll v0.12.0
18022024-10-30T13:33:12.370Z Checking base64 v0.22.1
18032024-10-30T13:33:12.392Z Checking foreign-types-shared v0.1.1
18042024-10-30T13:33:12.491Z Checking iana-time-zone v0.1.61
18052024-10-30T13:33:12.561Z Checking match_cfg v0.1.0
18062024-10-30T13:33:12.641Z Checking plain v0.2.3
18072024-10-30T13:33:12.641Z Checking ucd-trie v0.1.7
18082024-10-30T13:33:12.669Z Checking tower-service v0.3.3
18092024-10-30T13:33:12.672Z Checking hostname v0.3.1
18102024-10-30T13:33:12.786Z Checking goblin v0.8.2
18112024-10-30T13:33:12.803Z Checking chrono v0.4.38
18122024-10-30T13:33:12.803Z Checking quote v1.0.37
18132024-10-30T13:33:12.834Z Checking foreign-types v0.3.2
18142024-10-30T13:33:12.848Z Checking pest v2.7.14
18152024-10-30T13:33:12.871Z Checking url v2.5.2
18162024-10-30T13:33:12.924Z Checking openssl-sys v0.9.103
18172024-10-30T13:33:13.145Z Checking dirs-sys-next v0.1.2
18182024-10-30T13:33:13.323Z Checking errno v0.3.9
18192024-10-30T13:33:13.491Z Checking aho-corasick v1.1.3
18202024-10-30T13:33:13.697Z Checking regex-syntax v0.8.5
18212024-10-30T13:33:13.928Z Checking siphasher v0.3.11
18222024-10-30T13:33:14.207Z Checking adler2 v2.0.0
18232024-10-30T13:33:14.288Z Checking pretty-hex v0.4.1
18242024-10-30T13:33:14.373Z Checking data-encoding v2.6.0
18252024-10-30T13:33:14.459Z Checking miniz_oxide v0.8.0
18262024-10-30T13:33:14.903Z Checking openssl v0.10.66
18272024-10-30T13:33:15.019Z Checking rustix v0.38.37
18282024-10-30T13:33:15.229Z Checking dirs-next v2.0.0
18292024-10-30T13:33:15.320Z Checking syn v2.0.79
18302024-10-30T13:33:15.362Z Checking http-body-util v0.1.2
18312024-10-30T13:33:15.465Z Checking dtrace-parser v0.2.0
18322024-10-30T13:33:15.851Z Checking crossbeam-epoch v0.9.18
18332024-10-30T13:33:15.965Z Checking sha1 v0.10.6
18342024-10-30T13:33:16.259Z Checking signature v2.2.0
18352024-10-30T13:33:16.298Z Checking lazy_static v1.5.0
18362024-10-30T13:33:16.418Z Checking thread_local v1.1.8
18372024-10-30T13:33:16.466Z Checking thread-id v4.2.2
18382024-10-30T13:33:16.574Z Checking encoding_rs v0.8.34
18392024-10-30T13:33:16.696Z Checking anstyle v1.0.8
18402024-10-30T13:33:17.021Z Checking winnow v0.6.20
18412024-10-30T13:33:17.082Z Checking regex-automata v0.4.8
18422024-10-30T13:33:17.306Z Checking tokio-util v0.7.12
18432024-10-30T13:33:17.833Z Checking dof v0.3.0
18442024-10-30T13:33:18.290Z Checking h2 v0.4.6
18452024-10-30T13:33:18.421Z Checking utf8parse v0.2.2
18462024-10-30T13:33:18.490Z Checking ipnet v2.10.1
18472024-10-30T13:33:18.580Z Checking gimli v0.31.1
18482024-10-30T13:33:18.961Z Checking unicode-properties v0.1.3
18492024-10-30T13:33:18.982Z Checking openssl-probe v0.1.5
18502024-10-30T13:33:19.133Z Checking either v1.13.0
18512024-10-30T13:33:19.344Z Checking mime v0.3.17
18522024-10-30T13:33:19.506Z Checking stringprep v0.1.5
18532024-10-30T13:33:19.666Z Checking anstyle-parse v0.2.5
18542024-10-30T13:33:19.803Z Checking crossbeam-deque v0.8.5
18552024-10-30T13:33:19.955Z Checking term v0.7.0
18562024-10-30T13:33:20.072Z Checking toml_edit v0.22.22
18572024-10-30T13:33:20.118Z Checking slog-json v2.6.1
18582024-10-30T13:33:20.383Z Checking rustls v0.23.14
18592024-10-30T13:33:20.398Z Checking rustls v0.22.4
18602024-10-30T13:33:20.543Z Checking native-tls v0.2.12
18612024-10-30T13:33:20.860Z Checking futures-executor v0.3.31
18622024-10-30T13:33:21.078Z Checking serde_urlencoded v0.7.1
18632024-10-30T13:33:21.497Z Checking crossbeam-channel v0.5.13
18642024-10-30T13:33:21.765Z Checking num-integer v0.1.46
18652024-10-30T13:33:21.829Z Checking usdt-impl v0.5.0
18662024-10-30T13:33:22.254Z Checking idna v0.3.0
18672024-10-30T13:33:22.273Z Checking idna v0.4.0
18682024-10-30T13:33:22.364Z Checking rustls-pemfile v2.2.0
18692024-10-30T13:33:22.586Z Checking md-5 v0.10.6
18702024-10-30T13:33:22.747Z Checking addr2line v0.24.2
18712024-10-30T13:33:22.780Z Checking ff v0.13.0
18722024-10-30T13:33:22.818Z Checking is-terminal v0.4.13
18732024-10-30T13:33:22.946Z Checking memmap v0.7.0
18742024-10-30T13:33:22.982Z Checking hash32 v0.2.1
18752024-10-30T13:33:23.128Z Checking object v0.36.5
18762024-10-30T13:33:23.131Z Checking dyn-clone v1.0.17
18772024-10-30T13:33:23.159Z Checking take_mut v0.2.2
18782024-10-30T13:33:23.239Z Checking fallible-iterator v0.2.0
18792024-10-30T13:33:23.283Z Checking colorchoice v1.0.2
18802024-10-30T13:33:23.297Z Checking is_terminal_polyfill v1.70.1
18812024-10-30T13:33:23.300Z Checking quick-error v1.2.3
18822024-10-30T13:33:23.409Z Checking psl-types v2.0.11
18832024-10-30T13:33:23.426Z Checking utf-8 v0.7.6
18842024-10-30T13:33:23.429Z Checking rustc-demangle v0.1.24
18852024-10-30T13:33:23.596Z Checking base16ct v0.2.0
18862024-10-30T13:33:23.620Z Checking linked-hash-map v0.5.6
18872024-10-30T13:33:23.785Z Checking anstyle-query v1.1.1
18882024-10-30T13:33:23.867Z Checking stable_deref_trait v1.2.0
18892024-10-30T13:33:23.869Z Checking postgres-protocol v0.6.7
18902024-10-30T13:33:23.911Z Checking anstream v0.6.15
18912024-10-30T13:33:23.941Z Checking lru-cache v0.1.2
18922024-10-30T13:33:23.965Z Checking heapless v0.7.17
18932024-10-30T13:33:24.112Z Checking sec1 v0.7.3
18942024-10-30T13:33:24.115Z Checking tokio-rustls v0.25.0
18952024-10-30T13:33:24.313Z Checking tungstenite v0.24.0
18962024-10-30T13:33:24.515Z Checking publicsuffix v2.2.3
18972024-10-30T13:33:24.515Z Checking resolv-conf v0.7.0
18982024-10-30T13:33:24.546Z Checking schemars v0.8.21
18992024-10-30T13:33:24.713Z Checking hyper v1.4.1
19002024-10-30T13:33:24.765Z Checking slog-async v2.8.0
19012024-10-30T13:33:24.853Z Checking usdt v0.5.0
19022024-10-30T13:33:25.004Z Checking hickory-proto v0.24.1
19032024-10-30T13:33:25.042Z Checking group v0.13.0
19042024-10-30T13:33:25.107Z Checking slog-term v2.9.1
19052024-10-30T13:33:25.227Z Checking toml v0.8.19
19062024-10-30T13:33:25.295Z Checking num-iter v0.1.45
19072024-10-30T13:33:25.465Z Checking tokio-rustls v0.26.0
19082024-10-30T13:33:25.480Z Checking futures v0.3.31
19092024-10-30T13:33:25.586Z Checking tokio-native-tls v0.3.1
19102024-10-30T13:33:25.589Z Checking slog-bunyan v2.5.0
19112024-10-30T13:33:25.764Z Checking rayon-core v1.12.1
19122024-10-30T13:33:25.842Z Checking multer v3.1.0
19132024-10-30T13:33:25.858Z Checking terminal_size v0.4.0
19142024-10-30T13:33:25.985Z Checking phf_shared v0.11.2
19152024-10-30T13:33:26.031Z Checking cookie v0.18.1
19162024-10-30T13:33:26.216Z Checking async-stream v0.3.6
19172024-10-30T13:33:26.251Z Checking waitgroup v0.1.2
19182024-10-30T13:33:26.276Z Checking signal-hook v0.3.17
19192024-10-30T13:33:26.388Z Checking camino v1.1.9
19202024-10-30T13:33:26.408Z Checking openapiv3 v2.0.0
19212024-10-30T13:33:26.445Z Checking serde_path_to_error v0.1.16
19222024-10-30T13:33:26.507Z Checking webpki-roots v0.26.6
19232024-10-30T13:33:26.603Z Checking hkdf v0.12.4
19242024-10-30T13:33:26.727Z Checking crypto-bigint v0.5.5
19252024-10-30T13:33:26.825Z Checking hostname v0.4.0
19262024-10-30T13:33:26.842Z Checking hyper-util v0.1.9
19272024-10-30T13:33:26.968Z Checking managed v0.8.0
19282024-10-30T13:33:27.003Z Checking debug-ignore v1.0.5
19292024-10-30T13:33:27.054Z Checking winnow v0.5.40
19302024-10-30T13:33:27.130Z Checking strsim v0.11.1
19312024-10-30T13:33:27.359Z Checking unicode-width v0.1.14
19322024-10-30T13:33:27.416Z Checking clap_lex v0.7.2
19332024-10-30T13:33:27.677Z Checking bitflags v1.3.2
19342024-10-30T13:33:27.782Z Checking smoltcp v0.9.1
19352024-10-30T13:33:27.828Z Checking console v0.15.8
19362024-10-30T13:33:28.411Z Checking clap_builder v4.5.20
19372024-10-30T13:33:29.100Z Checking hyper-tls v0.6.0
19382024-10-30T13:33:29.346Z Checking hyper-rustls v0.27.3
19392024-10-30T13:33:29.381Z Checking signal-hook-mio v0.2.4
19402024-10-30T13:33:29.520Z Checking cookie_store v0.21.0
19412024-10-30T13:33:29.606Z Checking elliptic-curve v0.13.8
19422024-10-30T13:33:29.656Z Checking rayon v1.10.0
19432024-10-30T13:33:29.768Z Checking hickory-resolver v0.24.1
19442024-10-30T13:33:29.953Z Checking backtrace v0.3.74
19452024-10-30T13:33:29.988Z Checking dropshot v0.12.0
19462024-10-30T13:33:30.104Z Checking toml_edit v0.19.15
19472024-10-30T13:33:30.158Z Checking phf v0.11.2
19482024-10-30T13:33:30.250Z Checking num-bigint-dig v0.8.4
19492024-10-30T13:33:30.433Z Checking tokio-tungstenite v0.24.0
19502024-10-30T13:33:30.514Z Checking anyhow v1.0.89
19512024-10-30T13:33:30.929Z Checking postgres-types v0.2.8
19522024-10-30T13:33:30.932Z Checking regex v1.11.0
19532024-10-30T13:33:31.410Z Checking bstr v1.10.0
19542024-10-30T13:33:31.561Z Checking tokio-stream v0.1.16
19552024-10-30T13:33:31.579Z Checking ed25519 v2.2.3
19562024-10-30T13:33:31.715Z Checking phf_shared v0.10.0
19572024-10-30T13:33:31.886Z Checking zerocopy v0.6.6
19582024-10-30T13:33:32.007Z Checking curve25519-dalek v4.1.3
19592024-10-30T13:33:32.298Z Checking pkcs1 v0.7.5
19602024-10-30T13:33:32.454Z Checking hubpack v0.1.2
19612024-10-30T13:33:32.517Z Checking portable-atomic v1.9.0
19622024-10-30T13:33:32.681Z Checking float-cmp v0.9.0
19632024-10-30T13:33:32.696Z Checking serde-big-array v0.5.1
19642024-10-30T13:33:32.710Z Checking rfc6979 v0.4.0
19652024-10-30T13:33:32.764Z Checking sync_wrapper v1.0.1
19662024-10-30T13:33:32.875Z Checking crc32fast v1.4.2
19672024-10-30T13:33:32.878Z Checking static_assertions v1.1.0
19682024-10-30T13:33:32.908Z Checking minimal-lexical v0.2.1
19692024-10-30T13:33:32.911Z Checking new_debug_unreachable v1.0.6
19702024-10-30T13:33:32.986Z Checking predicates-core v1.0.8
19712024-10-30T13:33:33.000Z Checking number_prefix v0.4.0
19722024-10-30T13:33:33.104Z Checking difflib v0.4.0
19732024-10-30T13:33:33.172Z Checking normalize-line-endings v0.3.0
19742024-10-30T13:33:33.189Z Checking bit-vec v0.6.3
19752024-10-30T13:33:33.288Z Checking whoami v1.5.2
19762024-10-30T13:33:33.303Z Checking unicode-segmentation v1.12.0
19772024-10-30T13:33:33.436Z Checking precomputed-hash v0.1.1
19782024-10-30T13:33:33.515Z Checking fixedbitset v0.4.2
19792024-10-30T13:33:33.535Z Checking bit-set v0.5.3
19802024-10-30T13:33:33.550Z Checking string_cache v0.8.7
19812024-10-30T13:33:33.566Z Checking indicatif v0.17.8
19822024-10-30T13:33:33.580Z Checking tokio-postgres v0.7.12
19832024-10-30T13:33:33.778Z Checking petgraph v0.6.5
19842024-10-30T13:33:33.780Z Checking predicates v3.1.2
19852024-10-30T13:33:33.804Z Checking qorb v0.1.2
19862024-10-30T13:33:33.836Z Checking nom v7.1.3
19872024-10-30T13:33:33.872Z Checking ed25519-dalek v2.1.1
19882024-10-30T13:33:33.979Z Checking similar v2.6.0
19892024-10-30T13:33:34.284Z Checking flate2 v1.0.34
19902024-10-30T13:33:34.354Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19912024-10-30T13:33:34.461Z Checking reqwest v0.12.8
19922024-10-30T13:33:34.868Z Checking ecdsa v0.16.9
19932024-10-30T13:33:34.970Z Checking toml v0.7.8
19942024-10-30T13:33:35.643Z Checking rsa v0.9.6
19952024-10-30T13:33:35.740Z Checking clap v4.5.20
19962024-10-30T13:33:35.864Z Checking crossterm v0.28.1
19972024-10-30T13:33:36.411Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982024-10-30T13:33:36.432Z Checking itertools v0.10.5
19992024-10-30T13:33:36.448Z Checking itertools v0.12.1
20002024-10-30T13:33:36.751Z Checking fs-err v2.11.0
20012024-10-30T13:33:36.767Z Checking ahash v0.8.11
20022024-10-30T13:33:36.795Z Checking x509-cert v0.2.5
20032024-10-30T13:33:37.107Z Checking semver v1.0.23
20042024-10-30T13:33:37.307Z Checking hex v0.4.3
20052024-10-30T13:33:37.319Z Checking peg-runtime v0.8.3
20062024-10-30T13:33:37.521Z Checking lalrpop-util v0.19.12
20072024-10-30T13:33:37.559Z Checking sigpipe v0.1.3
20082024-10-30T13:33:39.080Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20092024-10-30T13:33:39.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.98s
20102024-10-30T13:33:39.548Z
20112024-10-30T13:33:39.548Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20122024-10-30T13:33:40.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132024-10-30T13:33:40.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142024-10-30T13:33:40.151Z Compiling hashbrown v0.14.5
20152024-10-30T13:33:40.262Z Checking heck v0.5.0
20162024-10-30T13:33:40.273Z Compiling unsafe-libyaml v0.2.11
20172024-10-30T13:33:40.287Z Compiling ident_case v1.0.1
20182024-10-30T13:33:40.289Z Checking progenitor-client v0.8.0
20192024-10-30T13:33:40.313Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20202024-10-30T13:33:40.328Z Compiling proc-macro-crate v1.3.1
20212024-10-30T13:33:40.427Z Compiling darling_core v0.20.10
20222024-10-30T13:33:40.447Z Checking ipnetwork v0.20.0
20232024-10-30T13:33:40.615Z Compiling structmeta-derive v0.3.0
20242024-10-30T13:33:40.713Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20252024-10-30T13:33:40.826Z Compiling newtype-uuid v1.1.2
20262024-10-30T13:33:41.025Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20272024-10-30T13:33:41.155Z Compiling lzma-sys v0.1.20
20282024-10-30T13:33:41.368Z Compiling num_enum_derive v0.5.11
20292024-10-30T13:33:41.383Z Compiling foreign-types-macros v0.2.3
20302024-10-30T13:33:41.397Z Checking regress v0.10.1
20312024-10-30T13:33:41.918Z Compiling serde_yaml v0.9.34+deprecated
20322024-10-30T13:33:42.156Z Checking foreign-types-shared v0.3.1
20332024-10-30T13:33:42.273Z Checking arc-swap v1.7.1
20342024-10-30T13:33:42.634Z Checking foreign-types v0.5.0
20352024-10-30T13:33:42.669Z Checking slog-scope v4.4.0
20362024-10-30T13:33:42.788Z Compiling proc-macro-error v1.0.4
20372024-10-30T13:33:43.367Z Compiling structmeta v0.3.0
20382024-10-30T13:33:43.430Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20392024-10-30T13:33:43.447Z Checking tungstenite v0.21.0
20402024-10-30T13:33:43.535Z Compiling heck v0.3.3
20412024-10-30T13:33:43.778Z Compiling parse-display-derive v0.10.0
20422024-10-30T13:33:43.797Z Checking num_enum v0.5.11
20432024-10-30T13:33:43.954Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20442024-10-30T13:33:43.981Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20452024-10-30T13:33:44.399Z Checking cstr-argument v0.1.2
20462024-10-30T13:33:44.598Z Checking instant v0.1.13
20472024-10-30T13:33:44.713Z Checking base64 v0.21.7
20482024-10-30T13:33:44.797Z Checking pretty-hex v0.2.1
20492024-10-30T13:33:44.824Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20502024-10-30T13:33:44.964Z Checking fastrand v2.1.1
20512024-10-30T13:33:45.032Z Checking typify-impl v0.2.0
20522024-10-30T13:33:45.143Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20532024-10-30T13:33:45.173Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20542024-10-30T13:33:45.298Z Checking tempfile v3.13.0
20552024-10-30T13:33:45.315Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20562024-10-30T13:33:45.465Z Checking backoff v0.4.0
20572024-10-30T13:33:45.684Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20582024-10-30T13:33:45.748Z Checking tokio-tungstenite v0.21.0
20592024-10-30T13:33:45.994Z Compiling zone_cfg_derive v0.1.2
20602024-10-30T13:33:46.012Z Checking strum v0.26.3
20612024-10-30T13:33:46.172Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20622024-10-30T13:33:46.253Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20632024-10-30T13:33:46.505Z Checking slog-stdlog v4.1.1
20642024-10-30T13:33:46.684Z Checking regress v0.9.1
20652024-10-30T13:33:46.829Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20662024-10-30T13:33:46.906Z Compiling darling_macro v0.20.10
20672024-10-30T13:33:46.952Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20682024-10-30T13:33:46.975Z Checking colored v2.1.0
20692024-10-30T13:33:47.245Z Checking macaddr v1.0.1
20702024-10-30T13:33:47.266Z Checking base64 v0.13.1
20712024-10-30T13:33:47.424Z Checking zone v0.1.8
20722024-10-30T13:33:47.578Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20732024-10-30T13:33:47.646Z Checking ron v0.7.1
20742024-10-30T13:33:47.811Z Compiling darling v0.20.10
20752024-10-30T13:33:47.933Z Compiling serde_with_macros v3.11.0
20762024-10-30T13:33:48.067Z Checking xz2 v0.1.7
20772024-10-30T13:33:48.082Z Checking slog-envlogger v2.2.0
20782024-10-30T13:33:48.141Z Checking parse-display v0.10.0
20792024-10-30T13:33:48.310Z Checking tabwriter v1.4.0
20802024-10-30T13:33:48.362Z Checking xattr v1.3.1
20812024-10-30T13:33:48.362Z Checking pem v3.0.4
20822024-10-30T13:33:48.542Z Checking yasna v0.5.2
20832024-10-30T13:33:48.559Z Checking headers-core v0.3.0
20842024-10-30T13:33:48.659Z Checking smf v0.2.3
20852024-10-30T13:33:48.698Z Checking filetime v0.2.25
20862024-10-30T13:33:48.861Z Checking same-file v1.0.6
20872024-10-30T13:33:48.903Z Checking tar v0.4.42
20882024-10-30T13:33:49.073Z Checking walkdir v2.5.0
20892024-10-30T13:33:49.135Z Checking headers v0.4.0
20902024-10-30T13:33:49.417Z Checking camino-tempfile v1.1.1
20912024-10-30T13:33:49.495Z Checking rcgen v0.12.1
20922024-10-30T13:33:49.715Z Checking atomicwrites v0.4.4
20932024-10-30T13:33:49.734Z Checking subprocess v0.2.9
20942024-10-30T13:33:50.482Z Checking serde_with v3.11.0
20952024-10-30T13:33:53.647Z Compiling typify-macro v0.2.0
20962024-10-30T13:33:55.527Z Compiling typify v0.2.0
20972024-10-30T13:33:55.594Z Compiling progenitor-impl v0.8.0
20982024-10-30T13:33:58.724Z Compiling progenitor-macro v0.8.0
20992024-10-30T13:34:04.556Z Checking progenitor v0.8.0
21002024-10-30T13:34:04.684Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21012024-10-30T13:34:04.687Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21022024-10-30T13:34:07.359Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21032024-10-30T13:34:07.669Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21042024-10-30T13:34:14.009Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21052024-10-30T13:34:15.582Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21062024-10-30T13:34:16.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.25s
21072024-10-30T13:34:16.976Z
21082024-10-30T13:34:16.976Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21092024-10-30T13:34:17.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102024-10-30T13:34:17.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112024-10-30T13:34:17.577Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21122024-10-30T13:34:18.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
21132024-10-30T13:34:19.119Z
21142024-10-30T13:34:19.119Zinfo: running `cargo check --bins` on nexus-config (31/166)
21152024-10-30T13:34:19.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162024-10-30T13:34:19.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172024-10-30T13:34:19.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182024-10-30T13:34:19.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21192024-10-30T13:34:19.692Z
21202024-10-30T13:34:19.692Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21212024-10-30T13:34:20.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-10-30T13:34:20.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-10-30T13:34:20.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242024-10-30T13:34:20.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21252024-10-30T13:34:20.253Z
21262024-10-30T13:34:20.253Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21272024-10-30T13:34:20.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-10-30T13:34:20.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-10-30T13:34:20.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302024-10-30T13:34:20.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21312024-10-30T13:34:20.833Z
21322024-10-30T13:34:20.833Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21332024-10-30T13:34:21.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342024-10-30T13:34:21.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352024-10-30T13:34:21.433Z Compiling heapless v0.8.0
21362024-10-30T13:34:21.436Z Checking hash32 v0.3.1
21372024-10-30T13:34:21.536Z Compiling smoltcp v0.11.0
21382024-10-30T13:34:21.545Z Checking cobs v0.2.3
21392024-10-30T13:34:21.553Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21402024-10-30T13:34:21.556Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21412024-10-30T13:34:21.578Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21422024-10-30T13:34:21.581Z Compiling crucible-workspace-hack v0.1.0
21432024-10-30T13:34:21.683Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21442024-10-30T13:34:21.699Z Checking postcard v1.0.10
21452024-10-30T13:34:21.712Z Checking newline-converter v0.3.0
21462024-10-30T13:34:21.860Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21472024-10-30T13:34:21.918Z Compiling convert_case v0.4.0
21482024-10-30T13:34:22.029Z Checking expectorate v1.1.0
21492024-10-30T13:34:22.121Z Compiling zone_cfg_derive v0.3.0
21502024-10-30T13:34:22.195Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21512024-10-30T13:34:22.223Z Checking itertools v0.13.0
21522024-10-30T13:34:22.241Z Compiling num-derive v0.4.2
21532024-10-30T13:34:22.421Z Compiling slog-dtrace v0.3.0
21542024-10-30T13:34:22.533Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21552024-10-30T13:34:22.803Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21562024-10-30T13:34:22.828Z Compiling derive_more v0.99.18
21572024-10-30T13:34:23.540Z Checking zone v0.3.0
21582024-10-30T13:34:24.022Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21592024-10-30T13:34:25.538Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-30T13:34:26.465Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21612024-10-30T13:34:26.526Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21622024-10-30T13:34:27.543Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21632024-10-30T13:34:27.828Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21642024-10-30T13:34:29.351Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21652024-10-30T13:34:30.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.39s
21662024-10-30T13:34:30.388Z
21672024-10-30T13:34:30.388Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21682024-10-30T13:34:30.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692024-10-30T13:34:30.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702024-10-30T13:34:30.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712024-10-30T13:34:30.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722024-10-30T13:34:30.967Z
21732024-10-30T13:34:30.967Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21742024-10-30T13:34:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752024-10-30T13:34:31.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762024-10-30T13:34:31.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772024-10-30T13:34:31.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782024-10-30T13:34:31.546Z
21792024-10-30T13:34:31.546Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21802024-10-30T13:34:32.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-10-30T13:34:32.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-10-30T13:34:32.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-10-30T13:34:32.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21842024-10-30T13:34:32.222Z
21852024-10-30T13:34:32.222Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21862024-10-30T13:34:32.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-10-30T13:34:32.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-10-30T13:34:32.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-10-30T13:34:32.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21902024-10-30T13:34:32.902Z
21912024-10-30T13:34:32.902Zinfo: running `cargo check --bins` on dns-server (39/166)
21922024-10-30T13:34:33.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-10-30T13:34:33.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-10-30T13:34:33.490Z Compiling parking_lot_core v0.8.6
21952024-10-30T13:34:33.490Z Checking nibble_vec v0.1.0
21962024-10-30T13:34:33.493Z Checking endian-type v0.1.2
21972024-10-30T13:34:33.493Z Checking fxhash v0.2.1
21982024-10-30T13:34:33.493Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21992024-10-30T13:34:33.493Z Checking hickory-server v0.24.1
22002024-10-30T13:34:33.739Z Checking radix_trie v0.2.1
22012024-10-30T13:34:34.031Z Checking hickory-client v0.24.1
22022024-10-30T13:34:34.229Z Checking parking_lot v0.11.2
22032024-10-30T13:34:34.304Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22042024-10-30T13:34:34.304Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22052024-10-30T13:34:34.517Z Checking sled v0.34.7
22062024-10-30T13:34:36.337Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22072024-10-30T13:34:37.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
22082024-10-30T13:34:37.722Z
22092024-10-30T13:34:37.722Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22102024-10-30T13:34:38.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112024-10-30T13:34:38.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122024-10-30T13:34:38.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132024-10-30T13:34:38.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142024-10-30T13:34:38.300Z
22152024-10-30T13:34:38.300Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22162024-10-30T13:34:38.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172024-10-30T13:34:38.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182024-10-30T13:34:38.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192024-10-30T13:34:38.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202024-10-30T13:34:38.880Z
22212024-10-30T13:34:38.880Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22222024-10-30T13:34:39.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-10-30T13:34:39.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-10-30T13:34:39.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252024-10-30T13:34:39.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22262024-10-30T13:34:39.461Z
22272024-10-30T13:34:39.461Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22282024-10-30T13:34:40.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-10-30T13:34:40.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-10-30T13:34:40.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-10-30T13:34:40.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22322024-10-30T13:34:40.093Z
22332024-10-30T13:34:40.093Zinfo: running `cargo check --bins` on gateway-types (44/166)
22342024-10-30T13:34:40.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-10-30T13:34:40.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-10-30T13:34:40.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-10-30T13:34:40.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22382024-10-30T13:34:40.673Z
22392024-10-30T13:34:40.674Zinfo: running `cargo check --bins` on ipcc (45/166)
22402024-10-30T13:34:41.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-10-30T13:34:41.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-10-30T13:34:41.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-10-30T13:34:41.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22442024-10-30T13:34:41.253Z
22452024-10-30T13:34:41.253Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22462024-10-30T13:34:41.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-10-30T13:34:41.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-10-30T13:34:41.902Z Checking num-rational v0.4.2
22492024-10-30T13:34:41.902Z Compiling progenitor-client v0.8.0
22502024-10-30T13:34:41.902Z Checking num-complex v0.4.6
22512024-10-30T13:34:41.904Z Compiling prettyplease v0.2.22
22522024-10-30T13:34:41.904Z Compiling newtype-uuid v1.1.2
22532024-10-30T13:34:41.904Z Compiling ipnetwork v0.20.0
22542024-10-30T13:34:41.904Z Compiling instant v0.1.13
22552024-10-30T13:34:42.002Z Checking float-ord v0.3.2
22562024-10-30T13:34:42.158Z Compiling radium v0.7.0
22572024-10-30T13:34:42.192Z Compiling semver v0.1.20
22582024-10-30T13:34:42.296Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592024-10-30T13:34:42.321Z Compiling progenitor v0.8.0
22602024-10-30T13:34:42.393Z Compiling backoff v0.4.0
22612024-10-30T13:34:42.522Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22622024-10-30T13:34:42.617Z Compiling rustc_version v0.1.7
22632024-10-30T13:34:42.636Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22642024-10-30T13:34:42.666Z Compiling parse-display v0.10.0
22652024-10-30T13:34:42.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-10-30T13:34:42.845Z Compiling serde_with v3.11.0
22672024-10-30T13:34:42.895Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22682024-10-30T13:34:42.909Z Checking num v0.4.3
22692024-10-30T13:34:42.927Z Compiling regress v0.9.1
22702024-10-30T13:34:43.012Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22712024-10-30T13:34:43.312Z Compiling macaddr v1.0.1
22722024-10-30T13:34:43.472Z Compiling maybe-uninit v2.0.0
22732024-10-30T13:34:43.779Z Checking tap v1.0.1
22742024-10-30T13:34:43.954Z Checking wyz v0.5.1
22752024-10-30T13:34:43.989Z Compiling newtype_derive v0.1.6
22762024-10-30T13:34:44.334Z Checking password-hash v0.5.0
22772024-10-30T13:34:44.377Z Checking blake2 v0.10.6
22782024-10-30T13:34:44.731Z Compiling bzip2-sys v0.1.11+1.0.8
22792024-10-30T13:34:44.754Z Compiling owo-colors v4.1.0
22802024-10-30T13:34:44.866Z Compiling cancel-safe-futures v0.1.5
22812024-10-30T13:34:44.981Z Checking funty v2.0.0
22822024-10-30T13:34:45.052Z Checking crc-catalog v2.4.0
22832024-10-30T13:34:45.193Z Compiling packed_struct v0.10.1
22842024-10-30T13:34:45.260Z Checking crc v3.2.1
22852024-10-30T13:34:45.719Z Checking argon2 v0.5.3
22862024-10-30T13:34:45.828Z Checking bitvec v1.0.1
22872024-10-30T13:34:46.389Z Compiling packed_struct_codegen v0.10.1
22882024-10-30T13:34:46.413Z Checking half v2.4.1
22892024-10-30T13:34:46.747Z Compiling indexmap v1.9.3
22902024-10-30T13:34:46.872Z Checking nodrop v0.1.14
22912024-10-30T13:34:46.903Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22922024-10-30T13:34:46.989Z Checking ciborium-io v0.2.2
22932024-10-30T13:34:47.084Z Checking array-init v0.0.4
22942024-10-30T13:34:47.109Z Checking ciborium-ll v0.2.2
22952024-10-30T13:34:47.356Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22962024-10-30T13:34:47.424Z Checking smallvec v0.6.14
22972024-10-30T13:34:47.761Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982024-10-30T13:34:47.854Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992024-10-30T13:34:48.600Z Checking libsw v3.3.1
23002024-10-30T13:34:48.804Z Compiling memoffset v0.9.1
23012024-10-30T13:34:48.862Z Checking linear-map v1.2.0
23022024-10-30T13:34:48.991Z Checking termcolor v1.4.1
23032024-10-30T13:34:49.132Z Checking bitfield v0.14.0
23042024-10-30T13:34:49.224Z Checking swrite v0.1.0
23052024-10-30T13:34:49.352Z Checking indent_write v2.2.0
23062024-10-30T13:34:49.431Z Checking highway v1.2.0
23072024-10-30T13:34:49.463Z Checking hashbrown v0.12.3
23082024-10-30T13:34:49.569Z Checking ron v0.8.1
23092024-10-30T13:34:49.752Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102024-10-30T13:34:49.853Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23112024-10-30T13:34:49.870Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23122024-10-30T13:34:50.153Z Checking env_logger v0.10.2
23132024-10-30T13:34:50.702Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23142024-10-30T13:34:50.722Z Checking serde-hex v0.1.0
23152024-10-30T13:34:50.830Z Checking steno v0.4.1
23162024-10-30T13:34:51.254Z Checking ciborium v0.2.2
23172024-10-30T13:34:51.326Z Checking bzip2 v0.4.4
23182024-10-30T13:34:51.850Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23192024-10-30T13:34:52.130Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23202024-10-30T13:34:52.275Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23212024-10-30T13:34:52.308Z Checking hashbrown v0.13.2
23222024-10-30T13:34:52.480Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23232024-10-30T13:34:53.014Z Checking crc-any v2.5.0
23242024-10-30T13:34:53.208Z Checking humantime v2.1.0
23252024-10-30T13:34:53.372Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23262024-10-30T13:34:53.396Z Checking object v0.30.4
23272024-10-30T13:34:53.433Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23282024-10-30T13:34:53.521Z Checking zip v0.6.6
23292024-10-30T13:34:53.818Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23302024-10-30T13:34:53.959Z Checking path-slash v0.1.5
23312024-10-30T13:34:54.129Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23322024-10-30T13:34:54.197Z Checking nix v0.27.1
23332024-10-30T13:34:54.223Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23342024-10-30T13:34:54.706Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23352024-10-30T13:34:54.925Z Checking tungstenite v0.23.0
23362024-10-30T13:34:54.972Z Checking kstat-rs v0.2.4
23372024-10-30T13:34:55.335Z Checking signal-hook-tokio v0.3.1
23382024-10-30T13:34:55.759Z Checking tokio-tungstenite v0.23.1
23392024-10-30T13:34:56.455Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23402024-10-30T13:34:57.014Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23412024-10-30T13:35:01.822Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23422024-10-30T13:35:03.563Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23432024-10-30T13:35:04.030Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23442024-10-30T13:35:07.223Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23452024-10-30T13:35:07.455Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23462024-10-30T13:35:08.666Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23472024-10-30T13:35:15.177Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23482024-10-30T13:35:15.187Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23492024-10-30T13:35:18.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.52s
23502024-10-30T13:35:18.938Z
23512024-10-30T13:35:18.938Zinfo: running `cargo check --bins` on gateway-api (47/166)
23522024-10-30T13:35:19.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-10-30T13:35:19.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-10-30T13:35:19.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23552024-10-30T13:35:19.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23562024-10-30T13:35:19.534Z
23572024-10-30T13:35:19.534Zinfo: running `cargo check --bins` on oximeter (48/166)
23582024-10-30T13:35:20.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23592024-10-30T13:35:20.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23602024-10-30T13:35:20.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23612024-10-30T13:35:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23622024-10-30T13:35:20.116Z
23632024-10-30T13:35:20.116Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23642024-10-30T13:35:20.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652024-10-30T13:35:20.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662024-10-30T13:35:20.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23672024-10-30T13:35:20.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23682024-10-30T13:35:20.687Z
23692024-10-30T13:35:20.687Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23702024-10-30T13:35:21.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712024-10-30T13:35:21.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722024-10-30T13:35:21.274Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23732024-10-30T13:35:21.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
23742024-10-30T13:35:21.838Z
23752024-10-30T13:35:21.838Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23762024-10-30T13:35:22.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772024-10-30T13:35:22.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782024-10-30T13:35:22.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792024-10-30T13:35:22.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23802024-10-30T13:35:22.419Z
23812024-10-30T13:35:22.419Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23822024-10-30T13:35:22.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-10-30T13:35:22.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-10-30T13:35:22.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852024-10-30T13:35:22.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23862024-10-30T13:35:23.001Z
23872024-10-30T13:35:23.001Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23882024-10-30T13:35:23.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-10-30T13:35:23.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-10-30T13:35:23.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912024-10-30T13:35:23.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23922024-10-30T13:35:23.570Z
23932024-10-30T13:35:23.570Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23942024-10-30T13:35:24.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-10-30T13:35:24.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-10-30T13:35:24.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972024-10-30T13:35:24.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23982024-10-30T13:35:24.152Z
23992024-10-30T13:35:24.152Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
24002024-10-30T13:35:24.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-10-30T13:35:24.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-10-30T13:35:24.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24032024-10-30T13:35:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24042024-10-30T13:35:24.738Z
24052024-10-30T13:35:24.738Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24062024-10-30T13:35:25.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-10-30T13:35:25.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-10-30T13:35:25.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24092024-10-30T13:35:25.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24102024-10-30T13:35:25.324Z
24112024-10-30T13:35:25.324Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24122024-10-30T13:35:25.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-10-30T13:35:25.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-10-30T13:35:25.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24152024-10-30T13:35:25.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24162024-10-30T13:35:25.908Z
24172024-10-30T13:35:25.908Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24182024-10-30T13:35:26.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-10-30T13:35:26.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-10-30T13:35:26.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24212024-10-30T13:35:26.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24222024-10-30T13:35:26.492Z
24232024-10-30T13:35:26.492Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24242024-10-30T13:35:27.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-10-30T13:35:27.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-10-30T13:35:27.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-10-30T13:35:27.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24282024-10-30T13:35:27.074Z
24292024-10-30T13:35:27.074Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24302024-10-30T13:35:27.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-10-30T13:35:27.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-10-30T13:35:27.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-10-30T13:35:27.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24342024-10-30T13:35:27.684Z
24352024-10-30T13:35:27.685Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24362024-10-30T13:35:28.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-10-30T13:35:28.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-10-30T13:35:28.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392024-10-30T13:35:28.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24402024-10-30T13:35:28.262Z
24412024-10-30T13:35:28.263Zinfo: running `cargo check --bins` on nexus-client (62/166)
24422024-10-30T13:35:28.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-10-30T13:35:28.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-10-30T13:35:28.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-10-30T13:35:28.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24462024-10-30T13:35:28.866Z
24472024-10-30T13:35:28.866Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24482024-10-30T13:35:29.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-10-30T13:35:29.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-10-30T13:35:29.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-10-30T13:35:29.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24522024-10-30T13:35:29.455Z
24532024-10-30T13:35:29.455Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24542024-10-30T13:35:29.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-10-30T13:35:29.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-10-30T13:35:29.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-10-30T13:35:29.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24582024-10-30T13:35:30.024Z
24592024-10-30T13:35:30.024Zinfo: running `cargo check --bins` on nexus-types (65/166)
24602024-10-30T13:35:30.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-10-30T13:35:30.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-10-30T13:35:30.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-10-30T13:35:30.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24642024-10-30T13:35:30.629Z
24652024-10-30T13:35:30.629Zinfo: running `cargo check --bins` on gateway-client (66/166)
24662024-10-30T13:35:31.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-10-30T13:35:31.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-10-30T13:35:31.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-10-30T13:35:31.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24702024-10-30T13:35:31.192Z
24712024-10-30T13:35:31.192Zinfo: running `cargo check --bins` on oxql-types (67/166)
24722024-10-30T13:35:31.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-10-30T13:35:31.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-10-30T13:35:31.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-10-30T13:35:31.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24762024-10-30T13:35:31.768Z
24772024-10-30T13:35:31.768Zinfo: running `cargo check --bins` on update-engine (68/166)
24782024-10-30T13:35:32.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-10-30T13:35:32.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-10-30T13:35:32.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-10-30T13:35:32.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24822024-10-30T13:35:32.336Z
24832024-10-30T13:35:32.336Zinfo: running `cargo check --bins` on sp-sim (69/166)
24842024-10-30T13:35:32.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-10-30T13:35:32.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-10-30T13:35:32.915Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24872024-10-30T13:35:34.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
24882024-10-30T13:35:34.911Z
24892024-10-30T13:35:34.911Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24902024-10-30T13:35:35.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-10-30T13:35:35.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-10-30T13:35:35.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-10-30T13:35:35.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24942024-10-30T13:35:35.534Z
24952024-10-30T13:35:35.534Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24962024-10-30T13:35:36.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-10-30T13:35:36.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-10-30T13:35:36.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-10-30T13:35:36.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25002024-10-30T13:35:36.167Z
25012024-10-30T13:35:36.167Zinfo: running `cargo check --bins` on db-macros (72/166)
25022024-10-30T13:35:36.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-10-30T13:35:36.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-10-30T13:35:36.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-10-30T13:35:36.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25062024-10-30T13:35:36.729Z
25072024-10-30T13:35:36.729Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25082024-10-30T13:35:37.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-10-30T13:35:37.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-10-30T13:35:37.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-10-30T13:35:37.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25122024-10-30T13:35:37.289Z
25132024-10-30T13:35:37.289Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25142024-10-30T13:35:37.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-10-30T13:35:37.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-10-30T13:35:37.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-10-30T13:35:37.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25182024-10-30T13:35:37.906Z
25192024-10-30T13:35:37.906Zinfo: running `cargo check --bins` on authz-macros (75/166)
25202024-10-30T13:35:38.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-10-30T13:35:38.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-10-30T13:35:38.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-10-30T13:35:38.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25242024-10-30T13:35:38.466Z
25252024-10-30T13:35:38.466Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25262024-10-30T13:35:38.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-10-30T13:35:38.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-10-30T13:35:38.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-10-30T13:35:39.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25302024-10-30T13:35:39.070Z
25312024-10-30T13:35:39.071Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25322024-10-30T13:35:39.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-10-30T13:35:39.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-10-30T13:35:39.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-10-30T13:35:39.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25362024-10-30T13:35:39.675Z
25372024-10-30T13:35:39.675Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25382024-10-30T13:35:40.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-10-30T13:35:40.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-10-30T13:35:40.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-10-30T13:35:40.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25422024-10-30T13:35:40.265Z
25432024-10-30T13:35:40.265Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25442024-10-30T13:35:40.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-10-30T13:35:40.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-10-30T13:35:40.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-10-30T13:35:40.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25482024-10-30T13:35:40.843Z
25492024-10-30T13:35:40.843Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25502024-10-30T13:35:41.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-10-30T13:35:41.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-10-30T13:35:41.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-10-30T13:35:41.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25542024-10-30T13:35:41.441Z
25552024-10-30T13:35:41.441Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25562024-10-30T13:35:41.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-10-30T13:35:41.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-10-30T13:35:41.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-10-30T13:35:41.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25602024-10-30T13:35:42.021Z
25612024-10-30T13:35:42.021Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25622024-10-30T13:35:42.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-10-30T13:35:42.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-10-30T13:35:42.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-10-30T13:35:42.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25662024-10-30T13:35:42.600Z
25672024-10-30T13:35:42.600Zinfo: running `cargo check --bins` on typed-rng (83/166)
25682024-10-30T13:35:43.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-10-30T13:35:43.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-10-30T13:35:43.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-10-30T13:35:43.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25722024-10-30T13:35:43.160Z
25732024-10-30T13:35:43.160Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25742024-10-30T13:35:43.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-10-30T13:35:43.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-10-30T13:35:43.834Z Checking keccak v0.1.5
25772024-10-30T13:35:43.937Z Checking secrecy v0.8.0
25782024-10-30T13:35:43.939Z Compiling unicase v2.7.0
25792024-10-30T13:35:43.939Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25802024-10-30T13:35:43.939Z Compiling same-file v1.0.6
25812024-10-30T13:35:43.945Z Compiling tempfile v3.13.0
25822024-10-30T13:35:43.975Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25832024-10-30T13:35:43.989Z Compiling thiserror-impl-no-std v2.0.2
25842024-10-30T13:35:44.119Z Checking universal-hash v0.5.1
25852024-10-30T13:35:44.217Z Checking sha3 v0.10.8
25862024-10-30T13:35:44.252Z Compiling walkdir v2.5.0
25872024-10-30T13:35:44.297Z Compiling blake3 v1.5.4
25882024-10-30T13:35:44.300Z Compiling ring v0.16.20
25892024-10-30T13:35:44.423Z Checking opaque-debug v0.3.1
25902024-10-30T13:35:44.518Z Checking poly1305 v0.8.0
25912024-10-30T13:35:44.624Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25922024-10-30T13:35:44.769Z Checking chacha20 v0.9.1
25932024-10-30T13:35:44.785Z Checking aead v0.5.2
25942024-10-30T13:35:44.934Z Compiling memmap2 v0.9.5
25952024-10-30T13:35:44.987Z Compiling spin v0.5.2
25962024-10-30T13:35:45.004Z Compiling arrayref v0.3.9
25972024-10-30T13:35:45.032Z Compiling salty v0.3.0
25982024-10-30T13:35:45.102Z Compiling arrayvec v0.7.6
25992024-10-30T13:35:45.104Z Compiling untrusted v0.7.1
26002024-10-30T13:35:45.216Z Compiling constant_time_eq v0.3.1
26012024-10-30T13:35:45.296Z Compiling home v0.5.9
26022024-10-30T13:35:45.354Z Compiling libefi-sys v0.1.0
26032024-10-30T13:35:45.401Z Checking chacha20poly1305 v0.10.1
26042024-10-30T13:35:45.471Z Compiling toolchain_find v0.4.0
26052024-10-30T13:35:45.580Z Compiling camino-tempfile v1.1.1
26062024-10-30T13:35:45.653Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26072024-10-30T13:35:45.780Z Compiling bitfield-struct v0.6.2
26082024-10-30T13:35:45.937Z Compiling topological-sort v0.2.2
26092024-10-30T13:35:46.035Z Compiling mime_guess v2.0.5
26102024-10-30T13:35:46.106Z Compiling rustfmt-wrapper v0.2.1
26112024-10-30T13:35:46.579Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26122024-10-30T13:35:46.686Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26132024-10-30T13:35:46.759Z Checking primeorder v0.13.6
26142024-10-30T13:35:46.775Z Checking env_filter v0.1.2
26152024-10-30T13:35:46.967Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26162024-10-30T13:35:47.003Z Checking env_logger v0.11.5
26172024-10-30T13:35:47.031Z Checking thiserror-no-std v2.0.2
26182024-10-30T13:35:47.140Z Checking vsss-rs v3.3.4
26192024-10-30T13:35:47.190Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26202024-10-30T13:35:47.240Z Checking p384 v0.13.0
26212024-10-30T13:35:47.309Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26222024-10-30T13:35:47.326Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26232024-10-30T13:35:47.568Z Checking gethostname v0.5.0
26242024-10-30T13:35:47.608Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26252024-10-30T13:35:47.699Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26262024-10-30T13:35:47.757Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26272024-10-30T13:35:47.912Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26282024-10-30T13:35:48.046Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26292024-10-30T13:35:48.213Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26302024-10-30T13:35:48.351Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26312024-10-30T13:35:48.483Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26322024-10-30T13:35:48.635Z Checking nanorand v0.7.0
26332024-10-30T13:35:48.654Z Checking atty v0.2.14
26342024-10-30T13:35:48.657Z Checking http-range v0.1.5
26352024-10-30T13:35:48.778Z Checking glob v0.3.1
26362024-10-30T13:35:48.856Z Checking hyper-staticfile v0.10.1
26372024-10-30T13:35:49.005Z Checking flume v0.11.0
26382024-10-30T13:35:49.125Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26392024-10-30T13:35:49.433Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26402024-10-30T13:35:49.680Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412024-10-30T13:35:49.700Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26422024-10-30T13:35:50.266Z Compiling omicron-zone-package v0.11.1
26432024-10-30T13:35:50.425Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26442024-10-30T13:35:51.229Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26452024-10-30T13:35:51.533Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26462024-10-30T13:35:51.536Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26472024-10-30T13:35:51.642Z Checking display-error-chain v0.2.1
26482024-10-30T13:35:53.234Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26492024-10-30T13:35:54.059Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26502024-10-30T13:35:55.991Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26512024-10-30T13:35:55.994Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26522024-10-30T13:36:07.229Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26532024-10-30T13:36:49.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
26542024-10-30T13:36:49.502Z
26552024-10-30T13:36:49.502Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26562024-10-30T13:36:50.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572024-10-30T13:36:50.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582024-10-30T13:36:50.182Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26592024-10-30T13:37:32.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.78s
26602024-10-30T13:37:32.467Z
26612024-10-30T13:37:32.467Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26622024-10-30T13:37:33.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632024-10-30T13:37:33.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642024-10-30T13:37:33.136Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26652024-10-30T13:38:15.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.65s
26662024-10-30T13:38:15.307Z
26672024-10-30T13:38:15.307Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26682024-10-30T13:38:15.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-10-30T13:38:15.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-10-30T13:38:15.986Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26712024-10-30T13:38:58.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.83s
26722024-10-30T13:38:58.338Z
26732024-10-30T13:38:58.338Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26742024-10-30T13:38:58.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-10-30T13:38:58.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-10-30T13:38:59.021Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26772024-10-30T13:39:41.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.93s
26782024-10-30T13:39:41.446Z
26792024-10-30T13:39:41.446Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26802024-10-30T13:39:42.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-10-30T13:39:42.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-10-30T13:39:42.124Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26832024-10-30T13:40:24.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.72s
26842024-10-30T13:40:24.355Z
26852024-10-30T13:40:24.355Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26862024-10-30T13:40:24.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-10-30T13:40:24.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-10-30T13:40:25.036Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26892024-10-30T13:41:07.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.71s
26902024-10-30T13:41:07.253Z
26912024-10-30T13:41:07.253Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26922024-10-30T13:41:07.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-10-30T13:41:07.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-10-30T13:41:07.931Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26952024-10-30T13:41:49.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.66s
26962024-10-30T13:41:50.093Z
26972024-10-30T13:41:50.093Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26982024-10-30T13:41:50.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992024-10-30T13:41:50.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002024-10-30T13:41:50.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012024-10-30T13:41:50.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27022024-10-30T13:41:50.698Z
27032024-10-30T13:41:50.698Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27042024-10-30T13:41:51.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052024-10-30T13:41:51.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062024-10-30T13:41:51.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072024-10-30T13:41:51.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27082024-10-30T13:41:51.304Z
27092024-10-30T13:41:51.304Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27102024-10-30T13:41:51.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112024-10-30T13:41:51.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122024-10-30T13:41:51.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132024-10-30T13:41:51.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27142024-10-30T13:41:51.892Z
27152024-10-30T13:41:51.893Zinfo: running `cargo check --bins` on dpd-client (95/166)
27162024-10-30T13:41:52.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172024-10-30T13:41:52.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182024-10-30T13:41:52.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192024-10-30T13:41:52.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27202024-10-30T13:41:52.478Z
27212024-10-30T13:41:52.478Zinfo: running `cargo check --bins` on installinator-common (96/166)
27222024-10-30T13:41:53.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232024-10-30T13:41:53.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242024-10-30T13:41:53.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252024-10-30T13:41:53.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27262024-10-30T13:41:53.078Z
27272024-10-30T13:41:53.078Zinfo: running `cargo check --bins` on key-manager (97/166)
27282024-10-30T13:41:53.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292024-10-30T13:41:53.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302024-10-30T13:41:53.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312024-10-30T13:41:53.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27322024-10-30T13:41:53.664Z
27332024-10-30T13:41:53.664Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27342024-10-30T13:41:54.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352024-10-30T13:41:54.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362024-10-30T13:41:54.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372024-10-30T13:41:54.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27382024-10-30T13:41:54.256Z
27392024-10-30T13:41:54.256Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27402024-10-30T13:41:54.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412024-10-30T13:41:54.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422024-10-30T13:41:54.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432024-10-30T13:41:54.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27442024-10-30T13:41:54.859Z
27452024-10-30T13:41:54.859Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27462024-10-30T13:41:55.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472024-10-30T13:41:55.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482024-10-30T13:41:55.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492024-10-30T13:41:55.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27502024-10-30T13:41:55.446Z
27512024-10-30T13:41:55.446Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27522024-10-30T13:41:55.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532024-10-30T13:41:55.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542024-10-30T13:41:55.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552024-10-30T13:41:55.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27562024-10-30T13:41:56.036Z
27572024-10-30T13:41:56.036Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27582024-10-30T13:41:56.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-10-30T13:41:56.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-10-30T13:41:56.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-10-30T13:41:56.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27622024-10-30T13:41:56.630Z
27632024-10-30T13:41:56.630Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27642024-10-30T13:41:57.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-10-30T13:41:57.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-10-30T13:41:57.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-10-30T13:41:57.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27682024-10-30T13:41:57.242Z
27692024-10-30T13:41:57.242Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27702024-10-30T13:41:57.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-10-30T13:41:57.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-10-30T13:41:57.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-10-30T13:41:57.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27742024-10-30T13:41:57.844Z
27752024-10-30T13:41:57.844Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27762024-10-30T13:41:58.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-10-30T13:41:58.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-10-30T13:41:58.475Z Compiling phf_generator v0.11.2
27792024-10-30T13:41:58.479Z Compiling parse-zoneinfo v0.3.1
27802024-10-30T13:41:58.579Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27812024-10-30T13:41:58.582Z Checking bcs v0.1.6
27822024-10-30T13:41:58.582Z Compiling async-recursion v1.1.1
27832024-10-30T13:41:58.582Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27842024-10-30T13:41:58.582Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27852024-10-30T13:41:58.677Z Compiling phf_codegen v0.11.2
27862024-10-30T13:41:59.074Z Compiling chrono-tz-build v0.4.0
27872024-10-30T13:42:00.020Z Compiling chrono-tz v0.10.0
27882024-10-30T13:42:07.147Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27892024-10-30T13:42:11.322Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27902024-10-30T13:42:13.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.86s
27912024-10-30T13:42:13.875Z
27922024-10-30T13:42:13.875Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27932024-10-30T13:42:14.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-10-30T13:42:14.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-10-30T13:42:14.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-10-30T13:42:14.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27972024-10-30T13:42:14.456Z
27982024-10-30T13:42:14.456Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27992024-10-30T13:42:14.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-10-30T13:42:14.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-10-30T13:42:14.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-10-30T13:42:14.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28032024-10-30T13:42:15.038Z
28042024-10-30T13:42:15.038Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28052024-10-30T13:42:15.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-10-30T13:42:15.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-10-30T13:42:15.632Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082024-10-30T13:42:16.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
28092024-10-30T13:42:16.409Z
28102024-10-30T13:42:16.409Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28112024-10-30T13:42:16.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-10-30T13:42:16.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-10-30T13:42:17.023Z Compiling cfg_aliases v0.1.1
28142024-10-30T13:42:17.027Z Compiling vte_generate_state_changes v0.1.2
28152024-10-30T13:42:17.027Z Checking fd-lock v4.0.2
28162024-10-30T13:42:17.027Z Checking bytecount v0.6.8
28172024-10-30T13:42:17.129Z Compiling tabled_derive v0.7.0
28182024-10-30T13:42:17.137Z Compiling peg-macros v0.8.4
28192024-10-30T13:42:17.139Z Compiling sqlparser_derive v0.2.2
28202024-10-30T13:42:17.139Z Checking home v0.5.9
28212024-10-30T13:42:17.200Z Compiling nix v0.28.0
28222024-10-30T13:42:17.266Z Checking papergrid v0.11.0
28232024-10-30T13:42:17.286Z Checking nu-ansi-term v0.50.1
28242024-10-30T13:42:17.303Z Checking unicode_categories v0.1.1
28252024-10-30T13:42:17.612Z Checking sqlformat v0.2.6
28262024-10-30T13:42:17.719Z Checking vte v0.11.1
28272024-10-30T13:42:18.209Z Checking sqlparser v0.45.0
28282024-10-30T13:42:18.990Z Checking tabled v0.15.0
28292024-10-30T13:42:19.121Z Checking strip-ansi-escapes v0.2.0
28302024-10-30T13:42:19.275Z Checking reedline v0.35.0
28312024-10-30T13:42:19.814Z Checking peg v0.8.4
28322024-10-30T13:42:20.196Z Checking rustyline v14.0.0
28332024-10-30T13:42:24.515Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342024-10-30T13:42:30.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
28352024-10-30T13:42:31.036Z
28362024-10-30T13:42:31.036Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28372024-10-30T13:42:31.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-10-30T13:42:31.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-10-30T13:42:31.655Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402024-10-30T13:42:38.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.13s
28412024-10-30T13:42:38.327Z
28422024-10-30T13:42:38.327Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28432024-10-30T13:42:38.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-10-30T13:42:38.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-10-30T13:42:38.927Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462024-10-30T13:42:43.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
28472024-10-30T13:42:43.986Z
28482024-10-30T13:42:43.986Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28492024-10-30T13:42:44.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-10-30T13:42:44.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-10-30T13:42:44.592Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522024-10-30T13:42:50.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
28532024-10-30T13:42:50.795Z
28542024-10-30T13:42:50.795Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28552024-10-30T13:42:51.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-10-30T13:42:51.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-10-30T13:42:51.396Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582024-10-30T13:42:57.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s
28592024-10-30T13:42:57.722Z
28602024-10-30T13:42:57.722Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28612024-10-30T13:42:58.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-10-30T13:42:58.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-10-30T13:42:58.327Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28642024-10-30T13:43:03.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
28652024-10-30T13:43:03.604Z
28662024-10-30T13:43:03.604Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28672024-10-30T13:43:04.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-10-30T13:43:04.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-10-30T13:43:04.215Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28702024-10-30T13:43:09.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
28712024-10-30T13:43:09.578Z
28722024-10-30T13:43:09.578Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28732024-10-30T13:43:10.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-10-30T13:43:10.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-10-30T13:43:10.181Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28762024-10-30T13:43:16.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s
28772024-10-30T13:43:16.682Z
28782024-10-30T13:43:16.682Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28792024-10-30T13:43:17.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-10-30T13:43:17.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-10-30T13:43:17.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822024-10-30T13:43:17.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28832024-10-30T13:43:17.281Z
28842024-10-30T13:43:17.281Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28852024-10-30T13:43:17.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862024-10-30T13:43:17.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872024-10-30T13:43:17.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882024-10-30T13:43:17.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28892024-10-30T13:43:17.845Z
28902024-10-30T13:43:17.845Zinfo: running `cargo check --bins` on installinator-client (119/166)
28912024-10-30T13:43:18.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922024-10-30T13:43:18.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932024-10-30T13:43:18.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942024-10-30T13:43:18.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952024-10-30T13:43:18.435Z
28962024-10-30T13:43:18.435Zinfo: running `cargo check --bins` on oxide-client (120/166)
28972024-10-30T13:43:18.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982024-10-30T13:43:18.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992024-10-30T13:43:18.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002024-10-30T13:43:18.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29012024-10-30T13:43:19.002Z
29022024-10-30T13:43:19.002Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29032024-10-30T13:43:19.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042024-10-30T13:43:19.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052024-10-30T13:43:19.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062024-10-30T13:43:19.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29072024-10-30T13:43:19.620Z
29082024-10-30T13:43:19.620Zinfo: running `cargo check --bins` on wicket-common (122/166)
29092024-10-30T13:43:20.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102024-10-30T13:43:20.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112024-10-30T13:43:20.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122024-10-30T13:43:20.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29132024-10-30T13:43:20.218Z
29142024-10-30T13:43:20.218Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29152024-10-30T13:43:20.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162024-10-30T13:43:20.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172024-10-30T13:43:20.827Z Checking csv-core v0.1.11
29182024-10-30T13:43:20.829Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29192024-10-30T13:43:21.129Z Checking csv v1.3.0
29202024-10-30T13:43:21.654Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29212024-10-30T13:43:21.995Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29222024-10-30T13:43:23.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
29232024-10-30T13:43:23.352Z
29242024-10-30T13:43:23.352Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29252024-10-30T13:43:23.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262024-10-30T13:43:23.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272024-10-30T13:43:23.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282024-10-30T13:43:23.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29292024-10-30T13:43:23.931Z
29302024-10-30T13:43:23.931Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29312024-10-30T13:43:24.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322024-10-30T13:43:24.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332024-10-30T13:43:24.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342024-10-30T13:43:24.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352024-10-30T13:43:24.515Z
29362024-10-30T13:43:24.515Zinfo: running `cargo check --bins` on cert-dev (126/166)
29372024-10-30T13:43:25.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382024-10-30T13:43:25.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392024-10-30T13:43:25.075Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29402024-10-30T13:43:25.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
29412024-10-30T13:43:25.485Z
29422024-10-30T13:43:25.485Zinfo: running `cargo check --bins` on ch-dev (127/166)
29432024-10-30T13:43:26.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442024-10-30T13:43:26.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452024-10-30T13:43:26.089Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29462024-10-30T13:43:26.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29472024-10-30T13:43:26.952Z
29482024-10-30T13:43:26.952Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29492024-10-30T13:43:27.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502024-10-30T13:43:27.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512024-10-30T13:43:27.549Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29522024-10-30T13:43:27.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29532024-10-30T13:43:28.042Z
29542024-10-30T13:43:28.042Zinfo: running `cargo check --bins` on db-dev (129/166)
29552024-10-30T13:43:28.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562024-10-30T13:43:28.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572024-10-30T13:43:28.644Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29582024-10-30T13:43:29.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29592024-10-30T13:43:29.503Z
29602024-10-30T13:43:29.503Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29612024-10-30T13:43:30.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622024-10-30T13:43:30.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632024-10-30T13:43:30.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29642024-10-30T13:43:30.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29652024-10-30T13:43:30.099Z
29662024-10-30T13:43:30.099Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29672024-10-30T13:43:30.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682024-10-30T13:43:30.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692024-10-30T13:43:30.661Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29702024-10-30T13:43:31.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
29712024-10-30T13:43:31.734Z
29722024-10-30T13:43:31.734Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29732024-10-30T13:43:32.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29742024-10-30T13:43:32.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29752024-10-30T13:43:32.299Z Checking cargo-platform v0.1.8
29762024-10-30T13:43:32.565Z Checking cargo_metadata v0.18.1
29772024-10-30T13:43:33.533Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782024-10-30T13:43:34.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
29792024-10-30T13:43:34.422Z
29802024-10-30T13:43:34.422Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29812024-10-30T13:43:34.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-10-30T13:43:34.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-10-30T13:43:35.084Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29842024-10-30T13:43:35.761Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29852024-10-30T13:43:36.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
29862024-10-30T13:43:36.442Z
29872024-10-30T13:43:36.442Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29882024-10-30T13:43:37.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-10-30T13:43:37.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-10-30T13:43:37.166Z Compiling glob v0.3.1
29912024-10-30T13:43:37.166Z Compiling crunchy v0.2.2
29922024-10-30T13:43:37.166Z Compiling tiny-keccak v2.0.2
29932024-10-30T13:43:37.169Z Compiling dsl_auto_type v0.1.2
29942024-10-30T13:43:37.169Z Checking scheduled-thread-pool v0.2.7
29952024-10-30T13:43:37.169Z Compiling diesel_table_macro_syntax v0.2.0
29962024-10-30T13:43:37.297Z Compiling ascii-canvas v3.0.0
29972024-10-30T13:43:37.310Z Compiling ena v0.14.3
29982024-10-30T13:43:37.515Z Checking r2d2 v0.8.10
29992024-10-30T13:43:37.590Z Compiling libloading v0.8.5
30002024-10-30T13:43:37.727Z Compiling diff v0.1.13
30012024-10-30T13:43:37.760Z Compiling regex-syntax v0.6.29
30022024-10-30T13:43:37.826Z Compiling bindgen v0.69.5
30032024-10-30T13:43:37.829Z Compiling which v4.4.2
30042024-10-30T13:43:37.988Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30052024-10-30T13:43:38.184Z Compiling clang-sys v1.8.1
30062024-10-30T13:43:38.228Z Compiling cexpr v0.6.0
30072024-10-30T13:43:38.328Z Compiling rustc-hash v1.1.0
30082024-10-30T13:43:38.424Z Compiling ref-cast v1.0.23
30092024-10-30T13:43:38.496Z Compiling lazycell v1.3.0
30102024-10-30T13:43:38.597Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30112024-10-30T13:43:38.659Z Compiling derive_builder_core v0.20.2
30122024-10-30T13:43:38.677Z Compiling libxml v0.3.3
30132024-10-30T13:43:38.781Z Compiling diesel_derives v2.2.3
30142024-10-30T13:43:38.903Z Compiling ref-cast-impl v1.0.23
30152024-10-30T13:43:39.031Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30162024-10-30T13:43:39.126Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30172024-10-30T13:43:39.588Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30182024-10-30T13:43:39.888Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30192024-10-30T13:43:40.627Z Compiling strum_macros v0.24.3
30202024-10-30T13:43:40.627Z Compiling indoc v1.0.9
30212024-10-30T13:43:40.984Z Compiling derive_builder_macro v0.20.2
30222024-10-30T13:43:41.193Z Compiling lalrpop v0.19.12
30232024-10-30T13:43:41.863Z Checking derive_builder v0.20.2
30242024-10-30T13:43:42.019Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30252024-10-30T13:43:42.190Z Compiling oso-derive v0.27.3
30262024-10-30T13:43:42.312Z Compiling impl-trait-for-tuples v0.2.2
30272024-10-30T13:43:42.456Z Checking quick-xml v0.33.0
30282024-10-30T13:43:43.228Z Compiling diesel-dtrace v0.3.0
30292024-10-30T13:43:43.499Z Checking maplit v1.0.2
30302024-10-30T13:43:43.636Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30312024-10-30T13:43:43.660Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30322024-10-30T13:43:43.973Z Checking bb8 v0.8.5
30332024-10-30T13:43:44.514Z Compiling const_format_proc_macros v0.2.33
30342024-10-30T13:43:44.733Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30352024-10-30T13:43:45.038Z Checking castaway v0.2.3
30362024-10-30T13:43:45.199Z Checking rand_seeder v0.3.0
30372024-10-30T13:43:45.359Z Checking compact_str v0.8.0
30382024-10-30T13:43:45.451Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30392024-10-30T13:43:45.695Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30402024-10-30T13:43:46.287Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30412024-10-30T13:43:46.617Z Checking const_format v0.2.33
30422024-10-30T13:43:46.975Z Checking unicode-truncate v1.1.0
30432024-10-30T13:43:47.126Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30442024-10-30T13:43:47.212Z Checking lru v0.12.5
30452024-10-30T13:43:47.424Z Compiling instability v0.3.2
30462024-10-30T13:43:47.524Z Checking unicode-linebreak v0.1.5
30472024-10-30T13:43:47.961Z Checking is_ci v1.2.0
30482024-10-30T13:43:48.108Z Checking smawk v0.3.2
30492024-10-30T13:43:48.159Z Checking cassowary v0.3.0
30502024-10-30T13:43:48.318Z Checking textwrap v0.16.1
30512024-10-30T13:43:49.443Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30522024-10-30T13:43:49.453Z Checking ratatui v0.28.1
30532024-10-30T13:43:49.453Z Checking supports-color v3.0.1
30542024-10-30T13:43:49.453Z Checking multimap v0.10.0
30552024-10-30T13:43:50.238Z Checking diesel v2.2.4
30562024-10-30T13:44:12.354Z Compiling samael v0.0.17
30572024-10-30T13:44:25.637Z Checking async-bb8-diesel v0.2.1
30582024-10-30T13:44:26.899Z Compiling polar-core v0.27.3
30592024-10-30T13:44:34.341Z Checking oso v0.27.3
30602024-10-30T13:46:06.726Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30612024-10-30T13:46:14.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
30622024-10-30T13:46:14.880Z
30632024-10-30T13:46:14.881Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30642024-10-30T13:46:15.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-10-30T13:46:15.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-10-30T13:46:15.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-10-30T13:46:15.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30682024-10-30T13:46:15.515Z
30692024-10-30T13:46:15.515Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30702024-10-30T13:46:16.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-10-30T13:46:16.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-10-30T13:46:16.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-10-30T13:46:16.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30742024-10-30T13:46:16.146Z
30752024-10-30T13:46:16.146Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30762024-10-30T13:46:16.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-10-30T13:46:16.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-10-30T13:46:16.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-10-30T13:46:16.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802024-10-30T13:46:16.715Z
30812024-10-30T13:46:16.715Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30822024-10-30T13:46:17.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-10-30T13:46:17.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-10-30T13:46:17.465Z Compiling libz-sys v1.1.20
30852024-10-30T13:46:17.468Z Checking http v0.2.12
30862024-10-30T13:46:17.574Z Compiling libgit2-sys v0.17.0+1.8.1
30872024-10-30T13:46:17.596Z Compiling vergen v8.3.2
30882024-10-30T13:46:17.599Z Compiling cargo-platform v0.1.8
30892024-10-30T13:46:17.599Z Compiling pin-project-internal v1.1.6
30902024-10-30T13:46:17.637Z Compiling libsqlite3-sys v0.30.1
30912024-10-30T13:46:17.640Z Compiling snafu-derive v0.8.5
30922024-10-30T13:46:17.898Z Compiling buf-list v1.0.3
30932024-10-30T13:46:18.152Z Compiling cargo_metadata v0.18.1
30942024-10-30T13:46:18.205Z Compiling cfg_aliases v0.2.1
30952024-10-30T13:46:18.316Z Compiling rustls v0.21.12
30962024-10-30T13:46:18.362Z Checking sync_wrapper v0.1.2
30972024-10-30T13:46:18.618Z Compiling nix v0.29.0
30982024-10-30T13:46:18.652Z Checking globset v0.4.15
30992024-10-30T13:46:18.672Z Checking rustls-webpki v0.101.7
31002024-10-30T13:46:18.888Z Checking h2 v0.3.26
31012024-10-30T13:46:19.148Z Checking http-body v0.4.6
31022024-10-30T13:46:19.381Z Checking sct v0.7.1
31032024-10-30T13:46:19.543Z Checking olpc-cjson v0.1.4
31042024-10-30T13:46:19.561Z Checking serde_plain v1.0.2
31052024-10-30T13:46:19.603Z Checking typed-path v0.7.1
31062024-10-30T13:46:20.462Z Checking pin-project v1.1.6
31072024-10-30T13:46:20.553Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31082024-10-30T13:46:20.583Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31092024-10-30T13:46:20.843Z Checking hashlink v0.9.1
31102024-10-30T13:46:20.867Z Checking fallible-streaming-iterator v0.1.9
31112024-10-30T13:46:21.109Z Checking fallible-iterator v0.3.0
31122024-10-30T13:46:21.433Z Checking parse-size v1.0.0
31132024-10-30T13:46:21.577Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31142024-10-30T13:46:21.666Z Checking rustls-pemfile v1.0.4
31152024-10-30T13:46:21.778Z Checking rusqlite v0.32.1
31162024-10-30T13:46:21.865Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31172024-10-30T13:46:22.032Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31182024-10-30T13:46:22.152Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31192024-10-30T13:46:22.270Z Checking twox-hash v1.6.3
31202024-10-30T13:46:22.590Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31212024-10-30T13:46:22.889Z Checking tokio-rustls v0.24.1
31222024-10-30T13:46:23.011Z Checking snafu v0.8.5
31232024-10-30T13:46:23.254Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31242024-10-30T13:46:23.356Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31252024-10-30T13:46:23.498Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31262024-10-30T13:46:23.608Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31272024-10-30T13:46:23.901Z Checking fatfs v0.3.6
31282024-10-30T13:46:24.502Z Checking assert_matches v1.5.0
31292024-10-30T13:46:25.078Z Checking hyper v0.14.30
31302024-10-30T13:46:29.232Z Checking reqwest v0.11.27
31312024-10-30T13:46:29.929Z Checking tough v0.17.1
31322024-10-30T13:46:30.413Z Compiling git2 v0.19.0
31332024-10-30T13:46:33.076Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31342024-10-30T13:46:34.319Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31352024-10-30T13:46:35.606Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31362024-10-30T13:50:08.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 51s
31372024-10-30T13:50:08.677Z
31382024-10-30T13:50:08.677Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31392024-10-30T13:50:09.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-10-30T13:50:09.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-10-30T13:50:09.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422024-10-30T13:50:09.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31432024-10-30T13:50:09.329Z
31442024-10-30T13:50:09.329Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31452024-10-30T13:50:09.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-10-30T13:50:09.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-10-30T13:50:09.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482024-10-30T13:50:09.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31492024-10-30T13:50:09.903Z
31502024-10-30T13:50:09.903Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31512024-10-30T13:50:10.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-10-30T13:50:10.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-10-30T13:50:10.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542024-10-30T13:50:10.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31552024-10-30T13:50:10.510Z
31562024-10-30T13:50:10.510Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31572024-10-30T13:50:11.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-10-30T13:50:11.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-10-30T13:50:11.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602024-10-30T13:50:11.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31612024-10-30T13:50:11.143Z
31622024-10-30T13:50:11.143Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31632024-10-30T13:50:11.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642024-10-30T13:50:11.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652024-10-30T13:50:11.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662024-10-30T13:50:11.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31672024-10-30T13:50:11.768Z
31682024-10-30T13:50:11.768Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31692024-10-30T13:50:12.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-10-30T13:50:12.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-10-30T13:50:12.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722024-10-30T13:50:12.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31732024-10-30T13:50:12.388Z
31742024-10-30T13:50:12.388Zinfo: running `cargo check --bins` on update-common (145/166)
31752024-10-30T13:50:12.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762024-10-30T13:50:12.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772024-10-30T13:50:12.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782024-10-30T13:50:12.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31792024-10-30T13:50:12.998Z
31802024-10-30T13:50:12.998Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31812024-10-30T13:50:13.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822024-10-30T13:50:13.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832024-10-30T13:50:13.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842024-10-30T13:50:13.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31852024-10-30T13:50:13.607Z
31862024-10-30T13:50:13.607Zinfo: running `cargo check --bins` on tufaceous (147/166)
31872024-10-30T13:50:14.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882024-10-30T13:50:14.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892024-10-30T13:50:14.232Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31902024-10-30T13:50:15.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
31912024-10-30T13:50:15.309Z
31922024-10-30T13:50:15.309Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31932024-10-30T13:50:15.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942024-10-30T13:50:15.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952024-10-30T13:50:16.100Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31962024-10-30T13:50:16.102Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31972024-10-30T13:50:16.102Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31982024-10-30T13:50:18.205Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31992024-10-30T13:50:22.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
32002024-10-30T13:50:23.176Z
32012024-10-30T13:50:23.177Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32022024-10-30T13:50:23.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032024-10-30T13:50:23.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042024-10-30T13:50:23.833Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32052024-10-30T13:50:23.836Z Checking heck v0.4.1
32062024-10-30T13:50:23.836Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32072024-10-30T13:50:24.084Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32082024-10-30T13:50:25.423Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32092024-10-30T13:50:26.238Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32102024-10-30T13:50:27.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
32112024-10-30T13:50:27.404Z
32122024-10-30T13:50:27.405Zinfo: running `cargo check --bins` on installinator-api (150/166)
32132024-10-30T13:50:27.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142024-10-30T13:50:27.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152024-10-30T13:50:27.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162024-10-30T13:50:27.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32172024-10-30T13:50:28.008Z
32182024-10-30T13:50:28.008Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32192024-10-30T13:50:28.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202024-10-30T13:50:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212024-10-30T13:50:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222024-10-30T13:50:28.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32232024-10-30T13:50:28.607Z
32242024-10-30T13:50:28.607Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32252024-10-30T13:50:29.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262024-10-30T13:50:29.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272024-10-30T13:50:29.234Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32282024-10-30T13:50:30.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
32292024-10-30T13:50:30.542Z
32302024-10-30T13:50:30.542Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32312024-10-30T13:50:31.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322024-10-30T13:50:31.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332024-10-30T13:50:31.166Z Checking memmap2 v0.9.5
32342024-10-30T13:50:31.166Z Checking untrusted v0.7.1
32352024-10-30T13:50:31.169Z Checking spin v0.5.2
32362024-10-30T13:50:31.169Z Checking constant_time_eq v0.3.1
32372024-10-30T13:50:31.169Z Checking arrayvec v0.7.6
32382024-10-30T13:50:31.169Z Checking arrayref v0.3.9
32392024-10-30T13:50:31.272Z Checking topological-sort v0.2.2
32402024-10-30T13:50:31.291Z Checking shell-words v1.1.0
32412024-10-30T13:50:31.431Z Checking ring v0.16.20
32422024-10-30T13:50:31.591Z Checking blake3 v1.5.4
32432024-10-30T13:50:32.560Z Checking omicron-zone-package v0.11.1
32442024-10-30T13:50:33.664Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32452024-10-30T13:50:34.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
32462024-10-30T13:50:34.719Z
32472024-10-30T13:50:34.719Zinfo: running `cargo check --bins` on xtask (154/166)
32482024-10-30T13:50:35.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-10-30T13:50:35.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-10-30T13:50:35.130Z Checking bitflags v2.6.0
32512024-10-30T13:50:35.133Z Checking serde v1.0.210
32522024-10-30T13:50:35.133Z Checking thiserror v1.0.64
32532024-10-30T13:50:35.220Z Checking scroll v0.12.0
32542024-10-30T13:50:35.222Z Checking hashbrown v0.15.0
32552024-10-30T13:50:35.228Z Checking log v0.4.22
32562024-10-30T13:50:35.235Z Checking zerocopy v0.7.35
32572024-10-30T13:50:35.258Z Checking syn v2.0.79
32582024-10-30T13:50:35.319Z Checking pest v2.7.14
32592024-10-30T13:50:35.456Z Checking rustix v0.38.37
32602024-10-30T13:50:35.498Z Checking once_cell v1.20.2
32612024-10-30T13:50:35.672Z Checking goblin v0.8.2
32622024-10-30T13:50:35.811Z Checking fs-err v2.11.0
32632024-10-30T13:50:36.144Z Checking tabled v0.15.0
32642024-10-30T13:50:36.214Z Checking indexmap v2.6.0
32652024-10-30T13:50:36.634Z Checking anyhow v1.0.89
32662024-10-30T13:50:37.512Z Checking terminal_size v0.4.0
32672024-10-30T13:50:37.512Z Checking tempfile v3.13.0
32682024-10-30T13:50:37.671Z Checking clap_builder v4.5.20
32692024-10-30T13:50:37.942Z Checking dtrace-parser v0.2.0
32702024-10-30T13:50:39.733Z Checking serde_json v1.0.128
32712024-10-30T13:50:39.733Z Checking serde_spanned v0.6.8
32722024-10-30T13:50:39.735Z Checking toml_datetime v0.6.8
32732024-10-30T13:50:39.735Z Checking camino v1.1.9
32742024-10-30T13:50:39.735Z Checking cargo-platform v0.1.8
32752024-10-30T13:50:39.735Z Checking semver v1.0.23
32762024-10-30T13:50:39.736Z Checking macaddr v1.0.1
32772024-10-30T13:50:39.804Z Checking clap v4.5.20
32782024-10-30T13:50:40.009Z Checking toml_edit v0.22.22
32792024-10-30T13:50:40.206Z Checking camino-tempfile v1.1.1
32802024-10-30T13:50:40.805Z Checking dof v0.3.0
32812024-10-30T13:50:40.805Z Checking cargo_metadata v0.18.1
32822024-10-30T13:50:41.206Z Checking usdt-impl v0.5.0
32832024-10-30T13:50:41.563Z Checking usdt v0.5.0
32842024-10-30T13:50:41.730Z Checking toml v0.8.19
32852024-10-30T13:50:42.199Z Checking cargo_toml v0.20.5
32862024-10-30T13:50:43.395Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32872024-10-30T13:50:44.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.29s
32882024-10-30T13:50:44.118Z
32892024-10-30T13:50:44.118Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32902024-10-30T13:50:44.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912024-10-30T13:50:44.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922024-10-30T13:50:44.824Z Checking polyval v0.6.2
32932024-10-30T13:50:44.930Z Checking ctr v0.9.2
32942024-10-30T13:50:44.941Z Checking ssh-encoding v0.2.0
32952024-10-30T13:50:44.943Z Checking blowfish v0.9.1
32962024-10-30T13:50:44.961Z Checking password-hash v0.4.2
32972024-10-30T13:50:44.964Z Checking matches v0.1.10
32982024-10-30T13:50:44.990Z Checking p521 v0.13.3
32992024-10-30T13:50:44.992Z Checking p256 v0.13.2
33002024-10-30T13:50:45.066Z Checking idna v0.2.3
33012024-10-30T13:50:45.160Z Checking bcrypt-pbkdf v0.10.0
33022024-10-30T13:50:45.160Z Checking ghash v0.5.1
33032024-10-30T13:50:45.222Z Compiling enum-as-inner v0.5.1
33042024-10-30T13:50:45.250Z Checking russh-cryptovec v0.7.3
33052024-10-30T13:50:45.365Z Checking aes-gcm v0.10.3
33062024-10-30T13:50:45.365Z Checking pbkdf2 v0.11.0
33072024-10-30T13:50:45.440Z Checking md5 v0.7.0
33082024-10-30T13:50:45.460Z Checking num-bigint v0.4.6
33092024-10-30T13:50:45.460Z Checking des v0.8.1
33102024-10-30T13:50:45.603Z Checking ssh-cipher v0.2.0
33112024-10-30T13:50:45.648Z Compiling dhcproto-macros v0.1.0
33122024-10-30T13:50:45.721Z Checking hex-literal v0.4.1
33132024-10-30T13:50:45.749Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33142024-10-30T13:50:45.850Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33152024-10-30T13:50:45.893Z Checking internet-checksum v0.2.1
33162024-10-30T13:50:45.912Z Checking ssh-key v0.6.6
33172024-10-30T13:50:46.205Z Checking trust-dns-proto v0.22.0
33182024-10-30T13:50:47.161Z Checking russh-keys v0.45.0
33192024-10-30T13:50:48.068Z Checking russh v0.45.0
33202024-10-30T13:50:48.747Z Checking dhcproto v0.12.0
33212024-10-30T13:51:10.170Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33222024-10-30T13:51:11.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.40s
33232024-10-30T13:51:11.720Z
33242024-10-30T13:51:11.720Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33252024-10-30T13:51:12.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-10-30T13:51:12.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-10-30T13:51:12.305Z Checking termios v0.3.3
33282024-10-30T13:51:12.515Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33292024-10-30T13:51:13.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
33302024-10-30T13:51:13.440Z
33312024-10-30T13:51:13.440Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33322024-10-30T13:51:13.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-10-30T13:51:13.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-10-30T13:51:14.085Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33352024-10-30T13:51:16.046Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33362024-10-30T13:51:18.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
33372024-10-30T13:51:18.192Z
33382024-10-30T13:51:18.192Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33392024-10-30T13:51:18.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-10-30T13:51:18.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-10-30T13:51:18.788Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33422024-10-30T13:51:19.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
33432024-10-30T13:51:19.400Z
33442024-10-30T13:51:19.401Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33452024-10-30T13:51:19.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-10-30T13:51:19.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-10-30T13:51:19.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-10-30T13:51:19.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33492024-10-30T13:51:19.972Z
33502024-10-30T13:51:19.972Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33512024-10-30T13:51:20.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-10-30T13:51:20.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-10-30T13:51:20.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542024-10-30T13:51:20.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33552024-10-30T13:51:20.547Z
33562024-10-30T13:51:20.547Zinfo: running `cargo check --bins` on omicron-package (161/166)
33572024-10-30T13:51:21.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-10-30T13:51:21.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-10-30T13:51:21.170Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33602024-10-30T13:51:22.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
33612024-10-30T13:51:22.571Z
33622024-10-30T13:51:22.571Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33632024-10-30T13:51:23.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642024-10-30T13:51:23.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652024-10-30T13:51:23.226Z Checking rtoolbox v0.0.2
33662024-10-30T13:51:23.229Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33672024-10-30T13:51:23.229Z Checking tui-tree-widget v0.22.0
33682024-10-30T13:51:23.446Z Checking rpassword v7.3.1
33692024-10-30T13:51:27.412Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33702024-10-30T13:51:30.508Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33712024-10-30T13:51:31.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
33722024-10-30T13:51:31.817Z
33732024-10-30T13:51:31.817Zinfo: running `cargo check --bins` on wicket (163/166)
33742024-10-30T13:51:32.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-10-30T13:51:32.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-10-30T13:51:32.467Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33772024-10-30T13:51:32.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33782024-10-30T13:51:33.032Z
33792024-10-30T13:51:33.032Zinfo: running `cargo check --bins` on wicketd (164/166)
33802024-10-30T13:51:33.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812024-10-30T13:51:33.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822024-10-30T13:51:33.703Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33832024-10-30T13:51:43.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s
33842024-10-30T13:51:43.255Z
33852024-10-30T13:51:43.256Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33862024-10-30T13:51:43.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-10-30T13:51:43.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-10-30T13:51:43.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892024-10-30T13:51:43.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33902024-10-30T13:51:43.826Z
33912024-10-30T13:51:43.826Zinfo: running `cargo check --bins` on zone-setup (166/166)
33922024-10-30T13:51:44.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932024-10-30T13:51:44.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942024-10-30T13:51:44.505Z Checking uzers v0.12.1
33952024-10-30T13:51:44.841Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33962024-10-30T13:51:45.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
33972024-10-30T13:51:46.092Z
33982024-10-30T13:51:46.094Zreal 19:06.180721277
33992024-10-30T13:51:46.094Zuser 31:21.708961095
34002024-10-30T13:51:46.095Zsys 5:11.795572368
34012024-10-30T13:51:46.095Ztrap 0.541014282
34022024-10-30T13:51:46.095Ztflt 2.874978350
34032024-10-30T13:51:46.095Zdflt 2.621712346
34042024-10-30T13:51:46.095Zkflt 0.003204151
34052024-10-30T13:51:46.095Zlock 1:08:25.705527473
34062024-10-30T13:51:46.095Zslp 2:50:23.067328855
34072024-10-30T13:51:46.095Zlat 58.694959225
34082024-10-30T13:51:46.095Zstop 2:57.573774915
34092024-10-30T13:51:46.095Zprocess exited: duration 1390465 ms, exit code 0
 
34102024-10-30T13:51:46.101Zfound 0 output files