01JFDRJMXWGNX3FX7G52JT01Z7: 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: 01JFDRK3XWPMKT5S9JSSE70WQN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-18T20:51:43.966Zjob assigned to worker 01JFDRKDPWS5JJ2XDH2GJ5TF3M [factory aws, i-0b8ee920ee9436ae5] (queued for 58 s)
 
22024-12-18T20:51:53.233Zstarting task 0: "setup"
32024-12-18T20:51:53.240Z++ uname -s
42024-12-18T20:51:53.242Z+ kern=SunOS
52024-12-18T20:51:53.242Z+ case "$kern" in
62024-12-18T20:51:53.242Z+ groupadd -g 12345 build
72024-12-18T20:51:53.244Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-18T20:51:55.250Z+ zfs create -o mountpoint=/work rpool/work
92024-12-18T20:51:55.342Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-18T20:51:55.344Z+ home_fs=zfs
112024-12-18T20:51:55.344Z+ [[ zfs == autofs ]]
122024-12-18T20:51:55.344Z+ mkdir -p /home/build
132024-12-18T20:51:55.344Z+ chown build:build /home/build /work
142024-12-18T20:51:57.347Z+ chmod 0700 /home/build /work
152024-12-18T20:51:57.349Zprocess exited: duration 4116 ms, exit code 0
 
162024-12-18T20:51:57.354Zstarting task 1: "rust-toolchain"
172024-12-18T20:51:57.359Z+ printf ' * toolchain channel = "%s"
182024-12-18T20:51:57.359Z * toolchain channel = "1.81.0"
192024-12-18T20:51:57.359Z' 1.81.0
202024-12-18T20:51:57.359Z * toolchain profile = "default"
212024-12-18T20:51:57.359Z+ printf ' * toolchain profile = "%s"
222024-12-18T20:51:57.359Z' default
232024-12-18T20:51:57.361Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-18T20:51:57.361Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-18T20:51:57.475Zinfo: downloading installer
262024-12-18T20:51:58.803Zinfo: profile set to 'default'
272024-12-18T20:51:58.803Zinfo: default host triple is x86_64-unknown-illumos
282024-12-18T20:51:58.803Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-18T20:51:58.938Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-18T20:51:58.938Zinfo: downloading component 'cargo'
312024-12-18T20:51:59.649Zinfo: downloading component 'clippy'
322024-12-18T20:51:59.912Zinfo: downloading component 'rust-docs'
332024-12-18T20:52:00.902Zinfo: downloading component 'rust-std'
342024-12-18T20:52:02.447Zinfo: downloading component 'rustc'
352024-12-18T20:52:07.965Zinfo: downloading component 'rustfmt'
362024-12-18T20:52:08.173Zinfo: installing component 'cargo'
372024-12-18T20:52:08.959Zinfo: installing component 'clippy'
382024-12-18T20:52:09.316Zinfo: installing component 'rust-docs'
392024-12-18T20:52:10.912Zinfo: installing component 'rust-std'
402024-12-18T20:52:12.551Zinfo: installing component 'rustc'
412024-12-18T20:52:18.150Zinfo: installing component 'rustfmt'
422024-12-18T20:52:18.466Z
432024-12-18T20:52:18.466Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-12-18T20:52:18.823Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-18T20:52:18.823Z
462024-12-18T20:52:18.826Z
472024-12-18T20:52:18.826ZRust is installed now. Great!
482024-12-18T20:52:18.826Z
492024-12-18T20:52:18.826ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-18T20:52:18.826Zenvironment variable. This has not been done automatically.
512024-12-18T20:52:18.826Z
522024-12-18T20:52:18.826ZTo configure your current shell, you need to source
532024-12-18T20:52:18.826Zthe corresponding env file under $HOME/.cargo.
542024-12-18T20:52:18.826Z
552024-12-18T20:52:18.826ZThis is usually done by running one of the following (note the leading DOT):
562024-12-18T20:52:18.826Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-18T20:52:18.826Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-18T20:52:18.890Z+ rustc --version
592024-12-18T20:52:18.954Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-18T20:52:18.956Zprocess exited: duration 21592 ms, exit code 0
 
612024-12-18T20:52:18.961Zstarting task 2: "authentication"
622024-12-18T20:52:18.980Zprocess exited: duration 19 ms, exit code 0
 
632024-12-18T20:52:18.986Zstarting task 3: "clone repository"
642024-12-18T20:52:18.991Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-18T20:52:18.997Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-18T20:52:19.297ZCloning into '/work/oxidecomputer/omicron'...
672024-12-18T20:52:25.894Z+ cd /work/oxidecomputer/omicron
682024-12-18T20:52:25.895Z+ git fetch origin 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c
692024-12-18T20:52:26.187ZFrom https://github.com/oxidecomputer/omicron
702024-12-18T20:52:26.188Z * branch 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c -> FETCH_HEAD
712024-12-18T20:52:26.196Z+ [[ -n wc/mgs-taskdump ]]
722024-12-18T20:52:26.198Z++ git branch --show-current
732024-12-18T20:52:26.201Z+ current=main
742024-12-18T20:52:26.201Z+ [[ main != wc/mgs-taskdump ]]
752024-12-18T20:52:26.201Z+ git branch -f wc/mgs-taskdump 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c
762024-12-18T20:52:26.204Z+ git checkout -f wc/mgs-taskdump
772024-12-18T20:52:26.373ZSwitched to branch 'wc/mgs-taskdump'
782024-12-18T20:52:26.375Z+ git reset --hard 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c
792024-12-18T20:52:26.539ZHEAD is now at 8b13de1f0 Add task-dump endpoints to MGS
802024-12-18T20:52:26.542Zprocess exited: duration 7550 ms, exit code 0
 
812024-12-18T20:52:26.548Zstarting task 4: "build"
822024-12-18T20:52:26.554Z+ source .github/buildomat/ci-env.sh
832024-12-18T20:52:26.554Z++ export CARGO_TERM_COLOR=always
842024-12-18T20:52:26.554Z++ CARGO_TERM_COLOR=always
852024-12-18T20:52:26.556Z+ cargo --version
862024-12-18T20:52:26.610Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-18T20:52:26.612Z+ rustc --version
882024-12-18T20:52:26.669Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-18T20:52:26.671Z+ source ./env.sh
902024-12-18T20:52:26.671Z++ OLD_SHELL_OPTS=ehxB
912024-12-18T20:52:26.671Z++ set -o xtrace
922024-12-18T20:52:26.674Z++++ dirname ./env.sh
932024-12-18T20:52:26.676Z+++ readlink -f .
942024-12-18T20:52:26.699Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-18T20:52:26.699Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-12-18T20:52:26.699Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-12-18T20:52:26.702Z++ 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
982024-12-18T20:52:26.702Z++ 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-12-18T20:52:26.702Z++ 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
1002024-12-18T20:52:26.702Z++ 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-12-18T20:52:26.702Z++ 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
1022024-12-18T20:52:26.702Z++ 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-12-18T20:52:26.702Z++ case $OLD_SHELL_OPTS in
1042024-12-18T20:52:26.702Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-18T20:52:26.702Z+ 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
1062024-12-18T20:52:26.702Z+ 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-12-18T20:52:26.704Z+ banner prerequisites
1082024-12-18T20:52:26.721Z
1092024-12-18T20:52:26.721Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-18T20:52:26.721Z # # # # # # # # # # # # # # #
1112024-12-18T20:52:26.721Z # # # # ##### # # ##### # # # # # #### #
1122024-12-18T20:52:26.722Z ##### ##### # ##### # # # # # # # # #
1132024-12-18T20:52:26.722Z # # # # # # # # # # # # # # #
1142024-12-18T20:52:26.722Z # # # ###### # # ###### ### # #### # #### #
1152024-12-18T20:52:26.722Z
1162024-12-18T20:52:26.725Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-18T20:52:40.274Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-18T20:52:44.437Z Startup: Caching catalogs ... Done
1192024-12-18T20:52:54.641ZPlanning: Solver setup ... Done (9.378s)
1202024-12-18T20:52:54.773ZPlanning: Running solver ... Done (0.132s)
1212024-12-18T20:52:55.078ZPlanning: Finding local manifests ... Done (0.210s)
1222024-12-18T20:52:55.104ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-18T20:52:56.546ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-18T20:52:56.872ZPlanning: Package planning ... Done (0.325s)
1252024-12-18T20:52:56.929ZPlanning: Merging actions ... Done (0.056s)
1262024-12-18T20:52:58.115ZPlanning: Checking for conflicting actions ... Done (1.184s)
1272024-12-18T20:53:07.718ZPlanning: Consolidating action changes ... Done (9.596s)
1282024-12-18T20:53:08.083ZPlanning: Evaluating mediators ... Done (0.368s)
1292024-12-18T20:53:08.195ZPlanning: Planning completed in 23.65 seconds
1302024-12-18T20:53:08.224Z Packages to install: 4
1312024-12-18T20:53:08.225Z Packages to update: 1
1322024-12-18T20:53:08.232Z Mediators to change: 2
1332024-12-18T20:53:08.232Z Services to change: 1
1342024-12-18T20:53:08.232Z Estimated space available: 155.63 GB
1352024-12-18T20:53:08.232ZEstimated space to be consumed: 1.61 GB
1362024-12-18T20:53:08.232Z Create boot environment: No
1372024-12-18T20:53:08.232ZCreate backup boot environment: Yes
1382024-12-18T20:53:08.233Z Rebuild boot archive: No
1392024-12-18T20:53:08.233Z
1402024-12-18T20:53:08.233ZChanged mediators:
1412024-12-18T20:53:08.233Z mediator clang:
1422024-12-18T20:53:08.233Z version: None -> 15 (system default)
1432024-12-18T20:53:08.233Z
1442024-12-18T20:53:08.233Z mediator llvm:
1452024-12-18T20:53:08.233Z version: 14 (system default) -> 15 (system default)
1462024-12-18T20:53:08.233Z
1472024-12-18T20:53:08.233ZChanged packages:
1482024-12-18T20:53:08.234Zhelios-dev
1492024-12-18T20:53:08.234Z developer/build-essential
1502024-12-18T20:53:08.234Z None -> 11-2.0
1512024-12-18T20:53:08.234Z library/libxmlsec1
1522024-12-18T20:53:08.234Z None -> 1.2.35-2.0
1532024-12-18T20:53:08.234Z ooce/developer/clang-15
1542024-12-18T20:53:08.234Z None -> 15.0.7-2.0
1552024-12-18T20:53:08.234Z ooce/developer/llvm-15
1562024-12-18T20:53:08.234Z None -> 15.0.7-2.0
1572024-12-18T20:53:08.235Z package/pkg
1582024-12-18T20:53:08.235Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-18T20:53:08.235Z
1602024-12-18T20:53:08.235ZServices:
1612024-12-18T20:53:08.235Z restart_fmri:
1622024-12-18T20:53:08.235Z svc:/system/update-man-index:default
1632024-12-18T20:53:08.235Z
1642024-12-18T20:53:08.235ZEditable files to change:
1652024-12-18T20:53:08.235Z Update:
1662024-12-18T20:53:08.235Z usr/share/lib/pkg/web/config.shtml
1672024-12-18T20:53:08.738Z
1682024-12-18T20:53:08.738ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-18T20:53:14.454ZDownload: 1195/4281 items 83.5/220.6MB 37% complete (18.0M/s)
1702024-12-18T20:53:20.609ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (12.2M/s)
1712024-12-18T20:53:25.594ZDownload: 2527/4281 items 120.3/220.6MB 54% complete (911k/s)
1722024-12-18T20:53:30.597ZDownload: 3219/4281 items 182.6/220.6MB 82% complete (7.2M/s)
1732024-12-18T20:53:35.602ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (9.2M/s)
1742024-12-18T20:53:40.990ZDownload: 4204/4281 items 220.5/220.6MB 99% complete (9.7M/s)
1752024-12-18T20:53:42.295ZDownload: Completed 220.60 MB in 33.54 seconds (6.6M/s)
1762024-12-18T20:53:44.298Z Actions: 1/5063 actions (Removing old actions)
1772024-12-18T20:53:44.314Z Actions: 194/5063 actions (Installing new actions)
1782024-12-18T20:53:49.383Z Actions: 4079/5063 actions (Installing new actions)
1792024-12-18T20:53:49.907Z Actions: 4226/5063 actions (Updating modified actions)
1802024-12-18T20:53:50.258Z Actions: Completed 5063 actions in 5.96 seconds.
1812024-12-18T20:53:50.630Z Done (0.365s)
1822024-12-18T20:53:50.633Z Done (0.000s)
1832024-12-18T20:53:51.204Z Done (0.572s)
1842024-12-18T20:53:57.303Z Done (5.879s)
1852024-12-18T20:53:57.794Z Done (0.427s)
1862024-12-18T20:53:57.796Z Done (0.000s)
1872024-12-18T20:53:57.955Z Done (0.000s)
1882024-12-18T20:53:58.611ZPlanning: Evaluating mediator changes ... Done
1892024-12-18T20:53:58.769ZPlanning: Checking for conflicting actions ... Done
1902024-12-18T20:53:58.772ZPlanning: Consolidating action changes ... Done
1912024-12-18T20:53:59.030ZPlanning: Evaluating mediators ... Done
1922024-12-18T20:53:59.032ZPlanning: Planning completed in 0.42 seconds
1932024-12-18T20:53:59.068Z Mediators to change: 2
1942024-12-18T20:53:59.068Z Create boot environment: No
1952024-12-18T20:53:59.071ZCreate backup boot environment: No
1962024-12-18T20:53:59.140Z Done
1972024-12-18T20:53:59.140Z Done
1982024-12-18T20:53:59.483Z Done
1992024-12-18T20:54:02.969Z Done
2002024-12-18T20:54:03.057Z Done
2012024-12-18T20:54:03.057Z Done
2022024-12-18T20:54:03.222Z Done
2032024-12-18T20:54:03.820ZPlanning: Evaluating mediator changes ... Done
2042024-12-18T20:54:03.822ZPlanning: Merging actions ... Done
2052024-12-18T20:54:04.007ZPlanning: Checking for conflicting actions ... Done
2062024-12-18T20:54:04.009ZPlanning: Consolidating action changes ... Done
2072024-12-18T20:54:04.269ZPlanning: Evaluating mediators ... Done
2082024-12-18T20:54:04.322ZPlanning: Planning completed in 0.74 seconds
2092024-12-18T20:54:04.363Z Packages to change: 1
2102024-12-18T20:54:04.363Z Mediators to change: 1
2112024-12-18T20:54:04.366Z Services to change: 1
2122024-12-18T20:54:04.366Z Create boot environment: No
2132024-12-18T20:54:04.366ZCreate backup boot environment: Yes
2142024-12-18T20:54:06.429Z Actions: 1/6 actions (Updating modified actions)
2152024-12-18T20:54:06.470Z Actions: Completed 6 actions in 0.04 seconds.
2162024-12-18T20:54:06.473Z Done
2172024-12-18T20:54:06.473Z Done
2182024-12-18T20:54:06.583Z Done
2192024-12-18T20:54:10.053Z Done
2202024-12-18T20:54:10.144Z Done
2212024-12-18T20:54:10.147Z Done
2222024-12-18T20:54:10.284Z Done
2232024-12-18T20:54:10.703ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-12-18T20:54:10.703Zclang system 15 system
2252024-12-18T20:54:10.703Zcsh system system illumos
2262024-12-18T20:54:10.703Zctags system system illumos
2272024-12-18T20:54:10.703Zgcc vendor 12 vendor
2282024-12-18T20:54:10.703Zgcc system 10 system
2292024-12-18T20:54:10.703Zgcc system 7 system
2302024-12-18T20:54:10.703Zgo system 1.20 system
2312024-12-18T20:54:10.703Zgo system 1.19 system
2322024-12-18T20:54:10.703Zllvm system 15 system
2332024-12-18T20:54:10.703Zllvm system 14 system
2342024-12-18T20:54:10.703Zmariadb system 10.6 system
2352024-12-18T20:54:10.703Zmta vendor vendor dma
2362024-12-18T20:54:10.703Zopenjdk system 17 system
2372024-12-18T20:54:10.703Zopenjdk system 11 system
2382024-12-18T20:54:10.703Zopenjdk system 1.8 system
2392024-12-18T20:54:10.703Zopenssl vendor 3 vendor
2402024-12-18T20:54:10.703Zperl system 5.36 system
2412024-12-18T20:54:10.704Zpostgresql system 15 system
2422024-12-18T20:54:10.704Zpostgresql system 13 system
2432024-12-18T20:54:10.704Zpython vendor 3 vendor
2442024-12-18T20:54:10.704Zpython system 2 system
2452024-12-18T20:54:10.704Zpython3 system 3.11 system
2462024-12-18T20:54:10.704Zruby system 3.0 system
2472024-12-18T20:54:10.704Zwords vendor vendor american-english
2482024-12-18T20:54:10.704Zwords system system australian-english
2492024-12-18T20:54:10.704Zwords system system british-english
2502024-12-18T20:54:10.704Zwords system system canadian-english
2512024-12-18T20:54:10.704Zwords system system french
2522024-12-18T20:54:10.704Zwords system system italian
2532024-12-18T20:54:10.704Zwords system system ngerman
2542024-12-18T20:54:10.704Zwords system system ogerman
2552024-12-18T20:54:10.704Zwords system system spanish
2562024-12-18T20:54:11.021ZPUBLISHER TYPE STATUS P LOCATION
2572024-12-18T20:54:11.021Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-12-18T20:54:13.686ZFMRI IFO
2592024-12-18T20:54:13.686Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-12-18T20:54:13.686Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-12-18T20:54:13.686Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-12-18T20:54:13.686Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-12-18T20:54:13.686Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-12-18T20:54:13.686Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-12-18T20:54:13.686Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-12-18T20:54:13.686Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-12-18T20:54:13.686Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-12-18T20:54:13.686Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692024-12-18T20:54:13.686Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702024-12-18T20:54:13.686Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712024-12-18T20:54:13.686Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722024-12-18T20:54:13.686Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-12-18T20:54:13.686Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-12-18T20:54:14.410Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-12-18T20:54:14.743Z Updating crates.io index
2762024-12-18T20:54:14.746Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772024-12-18T20:54:15.365Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782024-12-18T20:54:15.659Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-12-18T20:54:15.970Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-12-18T20:54:16.260Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-12-18T20:54:17.227Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-12-18T20:54:18.724Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-12-18T20:54:19.323Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-12-18T20:54:20.124Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-12-18T20:54:20.495Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-12-18T20:54:20.776Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-12-18T20:54:21.499Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-12-18T20:54:21.939Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892024-12-18T20:54:22.216Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-12-18T20:54:22.499Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-12-18T20:54:22.791Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-12-18T20:54:23.048Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-12-18T20:54:23.310Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-12-18T20:54:23.680Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-12-18T20:54:24.029Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-12-18T20:54:24.368Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-12-18T20:54:24.817Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-12-18T20:54:25.162Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992024-12-18T20:54:25.642Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-12-18T20:54:25.991Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3012024-12-18T20:54:26.310Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-12-18T20:54:26.584Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-12-18T20:54:26.984Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-12-18T20:54:28.035Z Downloading crates ...
3052024-12-18T20:54:28.123Z Downloaded anstyle v1.0.10
3062024-12-18T20:54:28.132Z Downloaded anstream v0.6.15
3072024-12-18T20:54:28.154Z Downloaded swrite v0.1.0
3082024-12-18T20:54:28.165Z Downloaded macaddr v1.0.1
3092024-12-18T20:54:28.165Z Downloaded byteorder v1.5.0
3102024-12-18T20:54:28.165Z Downloaded bytecount v0.6.8
3112024-12-18T20:54:28.165Z Downloaded heck v0.5.0
3122024-12-18T20:54:28.166Z Downloaded cfg-if v1.0.0
3132024-12-18T20:54:28.166Z Downloaded pretty-hex v0.4.1
3142024-12-18T20:54:28.166Z Downloaded usdt-macro v0.5.0
3152024-12-18T20:54:28.172Z Downloaded usdt-attr-macro v0.5.0
3162024-12-18T20:54:28.172Z Downloaded itoa v1.0.11
3172024-12-18T20:54:28.173Z Downloaded crypto-common v0.1.6
3182024-12-18T20:54:28.173Z Downloaded colorchoice v1.0.2
3192024-12-18T20:54:28.183Z Downloaded autocfg v1.4.0
3202024-12-18T20:54:28.183Z Downloaded fnv v1.0.7
3212024-12-18T20:54:28.184Z Downloaded anstyle-parse v0.2.5
3222024-12-18T20:54:28.184Z Downloaded fs-err v2.11.0
3232024-12-18T20:54:28.194Z Downloaded errno v0.3.9
3242024-12-18T20:54:28.195Z Downloaded dof v0.3.0
3252024-12-18T20:54:28.195Z Downloaded cpufeatures v0.2.14
3262024-12-18T20:54:28.195Z Downloaded thread-id v4.2.2
3272024-12-18T20:54:28.195Z Downloaded memmap v0.7.0
3282024-12-18T20:54:28.195Z Downloaded serde_spanned v0.6.8
3292024-12-18T20:54:28.202Z Downloaded equivalent v1.0.1
3302024-12-18T20:54:28.202Z Downloaded dtrace-parser v0.2.0
3312024-12-18T20:54:28.202Z Downloaded strsim v0.11.1
3322024-12-18T20:54:28.202Z Downloaded usdt-impl v0.5.0
3332024-12-18T20:54:28.211Z Downloaded cargo-platform v0.1.8
3342024-12-18T20:54:28.212Z Downloaded heck v0.4.1
3352024-12-18T20:54:28.212Z Downloaded serde_tokenstream v0.2.2
3362024-12-18T20:54:28.212Z Downloaded terminal_size v0.4.0
3372024-12-18T20:54:28.222Z Downloaded proc-macro-error-attr v1.0.4
3382024-12-18T20:54:28.222Z Downloaded utf8parse v0.2.2
3392024-12-18T20:54:28.222Z Downloaded usdt v0.5.0
3402024-12-18T20:54:28.222Z Downloaded scroll_derive v0.12.0
3412024-12-18T20:54:28.222Z Downloaded thiserror-impl v1.0.69
3422024-12-18T20:54:28.222Z Downloaded clap_derive v4.5.18
3432024-12-18T20:54:28.222Z Downloaded camino v1.1.9
3442024-12-18T20:54:28.232Z Downloaded version_check v0.9.5
3452024-12-18T20:54:28.233Z Downloaded tabled_derive v0.7.0
3462024-12-18T20:54:28.233Z Downloaded generic-array v0.14.7
3472024-12-18T20:54:28.234Z Downloaded cargo_metadata v0.18.1
3482024-12-18T20:54:28.234Z Downloaded camino-tempfile v1.1.1
3492024-12-18T20:54:28.234Z Downloaded quote v1.0.37
3502024-12-18T20:54:28.256Z Downloaded semver v1.0.23
3512024-12-18T20:54:28.257Z Downloaded once_cell v1.20.2
3522024-12-18T20:54:28.257Z Downloaded toml_datetime v0.6.8
3532024-12-18T20:54:28.257Z Downloaded fastrand v2.1.1
3542024-12-18T20:54:28.257Z Downloaded anstyle-query v1.1.1
3552024-12-18T20:54:28.257Z Downloaded unicode-linebreak v0.1.5
3562024-12-18T20:54:28.257Z Downloaded tempfile v3.13.0
3572024-12-18T20:54:28.257Z Downloaded sha2 v0.10.8
3582024-12-18T20:54:28.267Z Downloaded cargo_toml v0.20.5
3592024-12-18T20:54:28.268Z Downloaded scroll v0.12.0
3602024-12-18T20:54:28.268Z Downloaded zerocopy-derive v0.7.35
3612024-12-18T20:54:28.268Z Downloaded proc-macro-error v1.0.4
3622024-12-18T20:54:28.268Z Downloaded block-buffer v0.10.4
3632024-12-18T20:54:28.268Z Downloaded anyhow v1.0.93
3642024-12-18T20:54:28.268Z Downloaded thiserror v1.0.69
3652024-12-18T20:54:28.271Z Downloaded textwrap v0.16.1
3662024-12-18T20:54:28.272Z Downloaded ucd-trie v0.1.7
3672024-12-18T20:54:28.272Z Downloaded plain v0.2.3
3682024-12-18T20:54:28.272Z Downloaded log v0.4.22
3692024-12-18T20:54:28.276Z Downloaded digest v0.10.7
3702024-12-18T20:54:28.277Z Downloaded pest_derive v2.7.14
3712024-12-18T20:54:28.277Z Downloaded pest_generator v2.7.14
3722024-12-18T20:54:28.282Z Downloaded ryu v1.0.18
3732024-12-18T20:54:28.283Z Downloaded smawk v0.3.2
3742024-12-18T20:54:28.286Z Downloaded bitflags v2.6.0
3752024-12-18T20:54:28.286Z Downloaded unicode-ident v1.0.13
3762024-12-18T20:54:28.290Z Downloaded clap_lex v0.7.2
3772024-12-18T20:54:28.291Z Downloaded papergrid v0.11.0
3782024-12-18T20:54:28.295Z Downloaded toml v0.8.19
3792024-12-18T20:54:28.299Z Downloaded clap v4.5.21
3802024-12-18T20:54:28.303Z Downloaded indexmap v2.6.0
3812024-12-18T20:54:28.312Z Downloaded serde v1.0.215
3822024-12-18T20:54:28.316Z Downloaded serde_derive v1.0.215
3832024-12-18T20:54:28.316Z Downloaded proc-macro2 v1.0.89
3842024-12-18T20:54:28.316Z Downloaded typenum v1.17.0
3852024-12-18T20:54:28.326Z Downloaded memchr v2.7.4
3862024-12-18T20:54:28.331Z Downloaded pest_meta v2.7.14
3872024-12-18T20:54:28.331Z Downloaded is_terminal_polyfill v1.70.1
3882024-12-18T20:54:28.337Z Downloaded toml_edit v0.22.22
3892024-12-18T20:54:28.381Z Downloaded clap_builder v4.5.21
3902024-12-18T20:54:28.386Z Downloaded zerocopy v0.7.35
3912024-12-18T20:54:28.403Z Downloaded winnow v0.6.20
3922024-12-18T20:54:28.407Z Downloaded hashbrown v0.15.1
3932024-12-18T20:54:28.414Z Downloaded goblin v0.8.2
3942024-12-18T20:54:28.417Z Downloaded tabled v0.15.0
3952024-12-18T20:54:28.431Z Downloaded serde_json v1.0.132
3962024-12-18T20:54:28.435Z Downloaded unicode-width v0.1.14
3972024-12-18T20:54:28.450Z Downloaded syn v1.0.109
3982024-12-18T20:54:28.455Z Downloaded syn v2.0.87
3992024-12-18T20:54:28.458Z Downloaded pest v2.7.14
4002024-12-18T20:54:28.463Z Downloaded rustix v0.38.37
4012024-12-18T20:54:28.505Z Downloaded libc v0.2.162
4022024-12-18T20:54:28.805Z Compiling proc-macro2 v1.0.89
4032024-12-18T20:54:28.805Z Compiling unicode-ident v1.0.13
4042024-12-18T20:54:28.805Z Compiling serde v1.0.215
4052024-12-18T20:54:28.805Z Compiling version_check v0.9.5
4062024-12-18T20:54:28.808Z Compiling thiserror v1.0.69
4072024-12-18T20:54:28.808Z Compiling memchr v2.7.4
4082024-12-18T20:54:28.808Z Compiling libc v0.2.162
4092024-12-18T20:54:28.838Z Compiling itoa v1.0.11
4102024-12-18T20:54:29.040Z Compiling ryu v1.0.18
4112024-12-18T20:54:29.087Z Compiling ucd-trie v0.1.7
4122024-12-18T20:54:29.601Z Compiling once_cell v1.20.2
4132024-12-18T20:54:29.635Z Compiling byteorder v1.5.0
4142024-12-18T20:54:29.957Z Compiling rustix v0.38.37
4152024-12-18T20:54:30.167Z Compiling serde_json v1.0.132
4162024-12-18T20:54:30.785Z Compiling bitflags v2.6.0
4172024-12-18T20:54:30.843Z Compiling usdt-impl v0.5.0
4182024-12-18T20:54:30.907Z Compiling proc-macro-error-attr v1.0.4
4192024-12-18T20:54:30.955Z Compiling syn v1.0.109
4202024-12-18T20:54:31.090Z Compiling proc-macro-error v1.0.4
4212024-12-18T20:54:31.204Z Compiling hashbrown v0.15.1
4222024-12-18T20:54:31.233Z Compiling camino v1.1.9
4232024-12-18T20:54:31.289Z Compiling plain v0.2.3
4242024-12-18T20:54:31.368Z Compiling utf8parse v0.2.2
4252024-12-18T20:54:31.441Z Compiling log v0.4.22
4262024-12-18T20:54:31.524Z Compiling thread-id v4.2.2
4272024-12-18T20:54:31.584Z Compiling equivalent v1.0.1
4282024-12-18T20:54:31.615Z Compiling anstyle-parse v0.2.5
4292024-12-18T20:54:31.697Z Compiling quote v1.0.37
4302024-12-18T20:54:31.812Z Compiling pretty-hex v0.4.1
4312024-12-18T20:54:31.933Z Compiling unicode-width v0.1.14
4322024-12-18T20:54:31.956Z Compiling autocfg v1.4.0
4332024-12-18T20:54:32.008Z Compiling errno v0.3.9
4342024-12-18T20:54:32.086Z Compiling syn v2.0.87
4352024-12-18T20:54:32.396Z Compiling indexmap v2.6.0
4362024-12-18T20:54:32.421Z Compiling semver v1.0.23
4372024-12-18T20:54:32.424Z Compiling is_terminal_polyfill v1.70.1
4382024-12-18T20:54:32.565Z Compiling colorchoice v1.0.2
4392024-12-18T20:54:32.713Z Compiling winnow v0.6.20
4402024-12-18T20:54:32.910Z Compiling anstyle-query v1.1.1
4412024-12-18T20:54:33.061Z Compiling anstyle v1.0.10
4422024-12-18T20:54:33.091Z Compiling fs-err v2.11.0
4432024-12-18T20:54:33.439Z Compiling anstream v0.6.15
4442024-12-18T20:54:33.704Z Compiling cfg-if v1.0.0
4452024-12-18T20:54:33.764Z Compiling heck v0.4.1
4462024-12-18T20:54:33.804Z Compiling heck v0.5.0
4472024-12-18T20:54:33.826Z Compiling anyhow v1.0.93
4482024-12-18T20:54:34.243Z Compiling strsim v0.11.1
4492024-12-18T20:54:34.328Z Compiling terminal_size v0.4.0
4502024-12-18T20:54:34.456Z Compiling fastrand v2.1.1
4512024-12-18T20:54:34.536Z Compiling bytecount v0.6.8
4522024-12-18T20:54:34.595Z Compiling fnv v1.0.7
4532024-12-18T20:54:34.729Z Compiling clap_lex v0.7.2
4542024-12-18T20:54:34.763Z Compiling papergrid v0.11.0
4552024-12-18T20:54:35.003Z Compiling clap_builder v4.5.21
4562024-12-18T20:54:35.113Z Compiling tempfile v3.13.0
4572024-12-18T20:54:35.783Z Compiling memmap v0.7.0
4582024-12-18T20:54:35.893Z Compiling unicode-linebreak v0.1.5
4592024-12-18T20:54:36.017Z Compiling smawk v0.3.2
4602024-12-18T20:54:36.374Z Compiling textwrap v0.16.1
4612024-12-18T20:54:36.475Z Compiling swrite v0.1.0
4622024-12-18T20:54:37.768Z Compiling tabled_derive v0.7.0
4632024-12-18T20:54:39.198Z Compiling tabled v0.15.0
4642024-12-18T20:54:40.921Z Compiling serde_derive v1.0.215
4652024-12-18T20:54:40.921Z Compiling thiserror-impl v1.0.69
4662024-12-18T20:54:40.923Z Compiling zerocopy-derive v0.7.35
4672024-12-18T20:54:40.923Z Compiling scroll_derive v0.12.0
4682024-12-18T20:54:40.923Z Compiling clap_derive v4.5.18
4692024-12-18T20:54:41.984Z Compiling scroll v0.12.0
4702024-12-18T20:54:42.444Z Compiling goblin v0.8.2
4712024-12-18T20:54:42.552Z Compiling zerocopy v0.7.35
4722024-12-18T20:54:43.993Z Compiling pest v2.7.14
4732024-12-18T20:54:44.816Z Compiling clap v4.5.21
4742024-12-18T20:54:46.038Z Compiling pest_meta v2.7.14
4752024-12-18T20:54:46.830Z Compiling pest_generator v2.7.14
4762024-12-18T20:54:48.851Z Compiling pest_derive v2.7.14
4772024-12-18T20:54:49.479Z Compiling dtrace-parser v0.2.0
4782024-12-18T20:54:50.561Z Compiling toml_datetime v0.6.8
4792024-12-18T20:54:50.561Z Compiling serde_spanned v0.6.8
4802024-12-18T20:54:50.563Z Compiling cargo-platform v0.1.8
4812024-12-18T20:54:50.804Z Compiling macaddr v1.0.1
4822024-12-18T20:54:51.140Z Compiling serde_tokenstream v0.2.2
4832024-12-18T20:54:51.205Z Compiling toml_edit v0.22.22
4842024-12-18T20:54:51.263Z Compiling camino-tempfile v1.1.1
4852024-12-18T20:54:51.966Z Compiling dof v0.3.0
4862024-12-18T20:54:51.966Z Compiling cargo_metadata v0.18.1
4872024-12-18T20:54:53.965Z Compiling toml v0.8.19
4882024-12-18T20:54:54.070Z Compiling usdt-attr-macro v0.5.0
4892024-12-18T20:54:54.073Z Compiling usdt-macro v0.5.0
4902024-12-18T20:54:54.764Z Compiling cargo_toml v0.20.5
4912024-12-18T20:54:55.385Z Compiling usdt v0.5.0
4922024-12-18T20:54:58.124Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-12-18T20:55:02.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.93s
4942024-12-18T20:55:02.398Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-12-18T20:55:02.909Z Downloading crates ...
4962024-12-18T20:55:03.026Z Downloaded aead v0.5.2
4972024-12-18T20:55:03.035Z Downloaded atty v0.2.14
4982024-12-18T20:55:03.038Z Downloaded async-stream-impl v0.3.6
4992024-12-18T20:55:03.041Z Downloaded atomic-waker v1.1.2
5002024-12-18T20:55:03.044Z Downloaded addr2line v0.24.2
5012024-12-18T20:55:03.048Z Downloaded atomicwrites v0.4.4
5022024-12-18T20:55:03.049Z Downloaded http-range v0.1.5
5032024-12-18T20:55:03.063Z Downloaded http-body-util v0.1.2
5042024-12-18T20:55:03.066Z Downloaded http-body v1.0.1
5052024-12-18T20:55:03.069Z Downloaded hickory-client v0.24.1
5062024-12-18T20:55:03.073Z Downloaded cfg_aliases v0.1.1
5072024-12-18T20:55:03.073Z Downloaded ciborium-io v0.2.2
5082024-12-18T20:55:03.075Z Downloaded matches v0.1.10
5092024-12-18T20:55:03.075Z Downloaded crunchy v0.2.2
5102024-12-18T20:55:03.075Z Downloaded icu_provider_macros v1.5.0
5112024-12-18T20:55:03.080Z Downloaded cstr-argument v0.1.2
5122024-12-18T20:55:03.084Z Downloaded md5 v0.7.0
5132024-12-18T20:55:03.086Z Downloaded cfg_aliases v0.2.1
5142024-12-18T20:55:03.086Z Downloaded instant v0.1.13
5152024-12-18T20:55:03.089Z Downloaded crucible-workspace-hack v0.1.0
5162024-12-18T20:55:03.089Z Downloaded arrayref v0.3.9
5172024-12-18T20:55:03.092Z Downloaded adler2 v2.0.0
5182024-12-18T20:55:03.094Z Downloaded is_ci v1.2.0
5192024-12-18T20:55:03.095Z Downloaded array-init v0.0.4
5202024-12-18T20:55:03.097Z Downloaded httpdate v1.0.3
5212024-12-18T20:55:03.097Z Downloaded hostname v0.4.0
5222024-12-18T20:55:03.100Z Downloaded progenitor-client v0.8.0
5232024-12-18T20:55:03.100Z Downloaded headers-core v0.3.0
5242024-12-18T20:55:03.102Z Downloaded mime v0.3.17
5252024-12-18T20:55:03.102Z Downloaded async-recursion v1.1.1
5262024-12-18T20:55:03.105Z Downloaded lazy_static v1.5.0
5272024-12-18T20:55:03.108Z Downloaded managed v0.8.0
5282024-12-18T20:55:03.110Z Downloaded crc-catalog v2.4.0
5292024-12-18T20:55:03.121Z Downloaded mockall v0.13.0
5302024-12-18T20:55:03.121Z Downloaded lockfree-object-pool v0.1.6
5312024-12-18T20:55:03.121Z Downloaded indoc v1.0.9
5322024-12-18T20:55:03.121Z Downloaded linked-hash-map v0.5.6
5332024-12-18T20:55:03.121Z Downloaded impl-trait-for-tuples v0.2.2
5342024-12-18T20:55:03.126Z Downloaded crc v3.2.1
5352024-12-18T20:55:03.131Z Downloaded memoffset v0.9.1
5362024-12-18T20:55:03.131Z Downloaded libsw v3.3.1
5372024-12-18T20:55:03.136Z Downloaded hyper-staticfile v0.10.1
5382024-12-18T20:55:03.136Z Downloaded cobs v0.2.3
5392024-12-18T20:55:03.136Z Downloaded md-5 v0.10.6
5402024-12-18T20:55:03.136Z Downloaded maybe-uninit v2.0.0
5412024-12-18T20:55:03.141Z Downloaded linear-map v1.2.0
5422024-12-18T20:55:03.141Z Downloaded bitfield-struct v0.6.2
5432024-12-18T20:55:03.141Z Downloaded is-terminal v0.4.13
5442024-12-18T20:55:03.144Z Downloaded indent_write v2.2.0
5452024-12-18T20:55:03.144Z Downloaded hyper-util v0.1.10
5462024-12-18T20:55:03.149Z Downloaded mirai-annotations v1.12.0
5472024-12-18T20:55:03.149Z Downloaded cmake v0.1.51
5482024-12-18T20:55:03.149Z Downloaded match_cfg v0.1.0
5492024-12-18T20:55:03.152Z Downloaded bitfield v0.14.0
5502024-12-18T20:55:03.152Z Downloaded bb8 v0.8.5
5512024-12-18T20:55:03.155Z Downloaded hyper-rustls v0.27.3
5522024-12-18T20:55:03.155Z Downloaded ctr v0.9.2
5532024-12-18T20:55:03.158Z Downloaded kstat-rs v0.2.4
5542024-12-18T20:55:03.161Z Downloaded highway v1.2.0
5552024-12-18T20:55:03.161Z Downloaded httparse v1.9.5
5562024-12-18T20:55:03.168Z Downloaded litemap v0.7.3
5572024-12-18T20:55:03.170Z Downloaded argon2 v0.5.3
5582024-12-18T20:55:03.171Z Downloaded ipnet v2.10.1
5592024-12-18T20:55:03.171Z Downloaded darling v0.20.10
5602024-12-18T20:55:03.175Z Downloaded libloading v0.8.5
5612024-12-18T20:55:03.178Z Downloaded icu_locid_transform v1.5.0
5622024-12-18T20:55:03.181Z Downloaded async-bb8-diesel v0.2.1
5632024-12-18T20:55:03.184Z Downloaded icu_locid_transform_data v1.5.0
5642024-12-18T20:55:03.187Z Downloaded hostname v0.3.1
5652024-12-18T20:55:03.187Z Downloaded const_format_proc_macros v0.2.33
5662024-12-18T20:55:03.197Z Downloaded lru-cache v0.1.2
5672024-12-18T20:55:03.212Z Downloaded lru v0.12.5
5682024-12-18T20:55:03.212Z Downloaded constant_time_eq v0.3.1
5692024-12-18T20:55:03.212Z Downloaded console v0.15.8
5702024-12-18T20:55:03.212Z Downloaded strum v0.26.3
5712024-12-18T20:55:03.212Z Downloaded lazycell v1.3.0
5722024-12-18T20:55:03.212Z Downloaded bcs v0.1.6
5732024-12-18T20:55:03.212Z Downloaded ipnetwork v0.20.0
5742024-12-18T20:55:03.212Z Downloaded maplit v1.0.2
5752024-12-18T20:55:03.213Z Downloaded jobserver v0.1.32
5762024-12-18T20:55:03.213Z Downloaded rfc6979 v0.4.0
5772024-12-18T20:55:03.213Z Downloaded csv-core v0.1.11
5782024-12-18T20:55:03.213Z Downloaded rustls-pemfile v1.0.4
5792024-12-18T20:55:03.216Z Downloaded indexmap v1.9.3
5802024-12-18T20:55:03.217Z Downloaded sqlparser_derive v0.2.2
5812024-12-18T20:55:03.217Z Downloaded sync-ptr v0.1.1
5822024-12-18T20:55:03.221Z Downloaded signal-hook-tokio v0.3.1
5832024-12-18T20:55:03.221Z Downloaded cookie_store v0.21.0
5842024-12-18T20:55:03.221Z Downloaded convert_case v0.4.0
5852024-12-18T20:55:03.224Z Downloaded crc32fast v1.4.2
5862024-12-18T20:55:03.226Z Downloaded lalrpop-util v0.19.12
5872024-12-18T20:55:03.226Z Downloaded internet-checksum v0.2.1
5882024-12-18T20:55:03.226Z Downloaded instability v0.3.2
5892024-12-18T20:55:03.228Z Downloaded ciborium v0.2.2
5902024-12-18T20:55:03.231Z Downloaded bzip2 v0.4.4
5912024-12-18T20:55:03.233Z Downloaded buf-list v1.0.3
5922024-12-18T20:55:03.236Z Downloaded downcast v0.11.0
5932024-12-18T20:55:03.236Z Downloaded ahash v0.8.11
5942024-12-18T20:55:03.239Z Downloaded rand_xorshift v0.3.0
5952024-12-18T20:55:03.241Z Downloaded iana-time-zone v0.1.61
5962024-12-18T20:55:03.244Z Downloaded sec1 v0.7.3
5972024-12-18T20:55:03.246Z Downloaded foreign-types-shared v0.3.1
5982024-12-18T20:55:03.246Z Downloaded num-conv v0.1.0
5992024-12-18T20:55:03.250Z Downloaded base64ct v1.6.0
6002024-12-18T20:55:03.250Z Downloaded slog-dtrace v0.3.0
6012024-12-18T20:55:03.253Z Downloaded foreign-types-shared v0.1.1
6022024-12-18T20:55:03.253Z Downloaded foreign-types-macros v0.2.3
6032024-12-18T20:55:03.256Z Downloaded openssl-probe v0.1.5
6042024-12-18T20:55:03.256Z Downloaded slog-bunyan v2.5.0
6052024-12-18T20:55:03.258Z Downloaded crossbeam-epoch v0.9.18
6062024-12-18T20:55:03.260Z Downloaded signature v2.2.0
6072024-12-18T20:55:03.260Z Downloaded shlex v1.3.0
6082024-12-18T20:55:03.263Z Downloaded thiserror-impl-no-std v2.0.2
6092024-12-18T20:55:03.265Z Downloaded unicase v2.7.0
6102024-12-18T20:55:03.265Z Downloaded cancel-safe-futures v0.1.5
6112024-12-18T20:55:03.268Z Downloaded icu_provider v1.5.0
6122024-12-18T20:55:03.272Z Downloaded crossbeam-utils v0.8.20
6132024-12-18T20:55:03.275Z Downloaded peg-runtime v0.8.3
6142024-12-18T20:55:03.278Z Downloaded icu_locid v1.5.0
6152024-12-18T20:55:03.281Z Downloaded supports-color v3.0.1
6162024-12-18T20:55:03.284Z Downloaded utf16_iter v1.0.5
6172024-12-18T20:55:03.284Z Downloaded utf8_iter v1.0.4
6182024-12-18T20:55:03.286Z Downloaded subtle v2.6.1
6192024-12-18T20:55:03.286Z Downloaded ssh-encoding v0.2.0
6202024-12-18T20:55:03.289Z Downloaded ssh-cipher v0.2.0
6212024-12-18T20:55:03.289Z Downloaded clang-sys v1.8.1
6222024-12-18T20:55:03.292Z Downloaded deranged v0.3.11
6232024-12-18T20:55:03.294Z Downloaded embedded-io v0.4.0
6242024-12-18T20:55:03.297Z Downloaded ed25519 v2.2.3
6252024-12-18T20:55:03.299Z Downloaded precomputed-hash v0.1.1
6262024-12-18T20:55:03.299Z Downloaded either v1.13.0
6272024-12-18T20:55:03.302Z Downloaded phf_generator v0.11.2
6282024-12-18T20:55:03.302Z Downloaded icu_normalizer_data v1.5.0
6292024-12-18T20:55:03.305Z Downloaded utf-8 v0.7.6
6302024-12-18T20:55:03.305Z Downloaded lock_api v0.4.12
6312024-12-18T20:55:03.308Z Downloaded hmac v0.12.1
6322024-12-18T20:55:03.311Z Downloaded fragile v2.0.0
6332024-12-18T20:55:03.313Z Downloaded nodrop v0.1.14
6342024-12-18T20:55:03.313Z Downloaded hash32 v0.2.1
6352024-12-18T20:55:03.316Z Downloaded form_urlencoded v1.2.1
6362024-12-18T20:55:03.316Z Downloaded flagset v0.4.6
6372024-12-18T20:55:03.318Z Downloaded sync_wrapper v1.0.1
6382024-12-18T20:55:03.318Z Downloaded defmt-parser v0.3.4
6392024-12-18T20:55:03.321Z Downloaded zone v0.1.8
6402024-12-18T20:55:03.321Z Downloaded allocator-api2 v0.2.18
6412024-12-18T20:55:03.327Z Downloaded num-integer v0.1.46
6422024-12-18T20:55:03.330Z Downloaded num-iter v0.1.45
6432024-12-18T20:55:03.330Z Downloaded icu_normalizer v1.5.0
6442024-12-18T20:55:03.334Z Downloaded base64 v0.13.1
6452024-12-18T20:55:03.339Z Downloaded tinyvec_macros v0.1.1
6462024-12-18T20:55:03.339Z Downloaded icu_collections v1.5.0
6472024-12-18T20:55:03.343Z Downloaded packed_struct_codegen v0.10.1
6482024-12-18T20:55:03.346Z Downloaded tokio-rustls v0.26.0
6492024-12-18T20:55:03.347Z Downloaded phf_codegen v0.11.2
6502024-12-18T20:55:03.347Z Downloaded predicates-core v1.0.8
6512024-12-18T20:55:03.351Z Downloaded der_derive v0.7.3
6522024-12-18T20:55:03.351Z Downloaded packed_struct v0.10.1
6532024-12-18T20:55:03.354Z Downloaded derive_builder_macro v0.20.2
6542024-12-18T20:55:03.354Z Downloaded untrusted v0.7.1
6552024-12-18T20:55:03.354Z Downloaded chacha20poly1305 v0.10.1
6562024-12-18T20:55:03.357Z Downloaded tokio-tungstenite v0.24.0
6572024-12-18T20:55:03.359Z Downloaded tokio-tungstenite v0.21.0
6582024-12-18T20:55:03.362Z Downloaded diesel_table_macro_syntax v0.2.0
6592024-12-18T20:55:03.362Z Downloaded arc-swap v1.7.1
6602024-12-18T20:55:03.366Z Downloaded sha1 v0.10.6
6612024-12-18T20:55:03.370Z Downloaded scrypt v0.11.0
6622024-12-18T20:55:03.373Z Downloaded pkg-config v0.3.31
6632024-12-18T20:55:03.373Z Downloaded http v1.1.0
6642024-12-18T20:55:03.376Z Downloaded strip-ansi-escapes v0.2.0
6652024-12-18T20:55:03.379Z Downloaded smf v0.2.3
6662024-12-18T20:55:03.379Z Downloaded num-derive v0.4.2
6672024-12-18T20:55:03.383Z Downloaded slog-scope v4.4.0
6682024-12-18T20:55:03.385Z Downloaded opaque-debug v0.3.1
6692024-12-18T20:55:03.386Z Downloaded number_prefix v0.4.0
6702024-12-18T20:55:03.386Z Downloaded siphasher v0.3.11
6712024-12-18T20:55:03.389Z Downloaded displaydoc v0.2.5
6722024-12-18T20:55:03.392Z Downloaded phf_shared v0.10.0
6732024-12-18T20:55:03.392Z Downloaded spki v0.7.3
6742024-12-18T20:55:03.395Z Downloaded yasna v0.5.2
6752024-12-18T20:55:03.397Z Downloaded stringprep v0.1.5
6762024-12-18T20:55:03.406Z Downloaded openssl-macros v0.1.1
6772024-12-18T20:55:03.406Z Downloaded termios v0.3.3
6782024-12-18T20:55:03.406Z Downloaded compact_str v0.8.0
6792024-12-18T20:55:03.406Z Downloaded rand_core v0.6.4
6802024-12-18T20:55:03.411Z Downloaded base64 v0.22.1
6812024-12-18T20:55:03.414Z Downloaded pkcs8 v0.10.2
6822024-12-18T20:55:03.417Z Downloaded rustc-demangle v0.1.24
6832024-12-18T20:55:03.417Z Downloaded tokio-tungstenite v0.23.1
6842024-12-18T20:55:03.421Z Downloaded mockall_derive v0.13.0
6852024-12-18T20:55:03.424Z Downloaded futures-core v0.3.31
6862024-12-18T20:55:03.424Z Downloaded float-cmp v0.9.0
6872024-12-18T20:55:03.426Z Downloaded which v4.4.2
6882024-12-18T20:55:03.429Z Downloaded debug-ignore v1.0.5
6892024-12-18T20:55:03.429Z Downloaded universal-hash v0.5.1
6902024-12-18T20:55:03.435Z Downloaded unicode-xid v0.2.6
6912024-12-18T20:55:03.435Z Downloaded sct v0.7.1
6922024-12-18T20:55:03.438Z Downloaded fallible-iterator v0.3.0
6932024-12-18T20:55:03.438Z Downloaded rand_chacha v0.3.1
6942024-12-18T20:55:03.441Z Downloaded embedded-io v0.6.1
6952024-12-18T20:55:03.441Z Downloaded uuid v1.11.0
6962024-12-18T20:55:03.444Z Downloaded tracing-attributes v0.1.27
6972024-12-18T20:55:03.447Z Downloaded half v2.4.1
6982024-12-18T20:55:03.450Z Downloaded darling_macro v0.20.10
6992024-12-18T20:55:03.454Z Downloaded zerofrom v0.1.4
7002024-12-18T20:55:03.454Z Downloaded void v1.0.2
7012024-12-18T20:55:03.454Z Downloaded mio v1.0.2
7022024-12-18T20:55:03.469Z Downloaded salsa20 v0.10.2
7032024-12-18T20:55:03.472Z Downloaded zone_cfg_derive v0.3.0
7042024-12-18T20:55:03.472Z Downloaded yoke-derive v0.7.4
7052024-12-18T20:55:03.472Z Downloaded crypto-bigint v0.5.5
7062024-12-18T20:55:03.479Z Downloaded num_threads v0.1.7
7072024-12-18T20:55:03.482Z Downloaded new_debug_unreachable v1.0.6
7082024-12-18T20:55:03.482Z Downloaded futures-executor v0.3.31
7092024-12-18T20:55:03.486Z Downloaded serde_urlencoded v0.7.1
7102024-12-18T20:55:03.491Z Downloaded serde_repr v0.1.19
7112024-12-18T20:55:03.491Z Downloaded base64 v0.21.7
7122024-12-18T20:55:03.494Z Downloaded libxml v0.3.3
7132024-12-18T20:55:03.504Z Downloaded strum_macros v0.25.3
7142024-12-18T20:55:03.506Z Downloaded strum_macros v0.24.3
7152024-12-18T20:55:03.506Z Downloaded serde_plain v1.0.2
7162024-12-18T20:55:03.506Z Downloaded rusty-fork v0.3.0
7172024-12-18T20:55:03.516Z Downloaded slog-json v2.6.1
7182024-12-18T20:55:03.516Z Downloaded ed25519-dalek v2.1.1
7192024-12-18T20:55:03.516Z Downloaded slog-envlogger v2.2.0
7202024-12-18T20:55:03.516Z Downloaded data-encoding v2.6.0
7212024-12-18T20:55:03.516Z Downloaded elliptic-curve v0.13.8
7222024-12-18T20:55:03.520Z Downloaded serde-big-array v0.5.1
7232024-12-18T20:55:03.523Z Downloaded futures-task v0.3.31
7242024-12-18T20:55:03.524Z Downloaded futures-sink v0.3.31
7252024-12-18T20:55:03.528Z Downloaded native-tls v0.2.12
7262024-12-18T20:55:03.528Z Downloaded multer v3.1.0
7272024-12-18T20:55:03.531Z Downloaded diff v0.1.13
7282024-12-18T20:55:03.535Z Downloaded typify-macro v0.2.0
7292024-12-18T20:55:03.535Z Downloaded ron v0.8.1
7302024-12-18T20:55:03.540Z Downloaded try-lock v0.2.5
7312024-12-18T20:55:03.543Z Downloaded futures-macro v0.3.31
7322024-12-18T20:55:03.543Z Downloaded phf v0.11.2
7332024-12-18T20:55:03.546Z Downloaded postgres-protocol v0.6.7
7342024-12-18T20:55:03.549Z Downloaded subprocess v0.2.9
7352024-12-18T20:55:03.553Z Downloaded pbkdf2 v0.12.2
7362024-12-18T20:55:03.553Z Downloaded fd-lock v4.0.2
7372024-12-18T20:55:03.556Z Downloaded structmeta-derive v0.3.0
7382024-12-18T20:55:03.556Z Downloaded publicsuffix v2.2.3
7392024-12-18T20:55:03.559Z Downloaded zip v0.6.6
7402024-12-18T20:55:03.563Z Downloaded parse-display v0.10.0
7412024-12-18T20:55:03.565Z Downloaded aes v0.8.4
7422024-12-18T20:55:03.568Z Downloaded time-core v0.1.2
7432024-12-18T20:55:03.571Z Downloaded percent-encoding v2.3.1
7442024-12-18T20:55:03.571Z Downloaded pem v3.0.4
7452024-12-18T20:55:03.573Z Downloaded serde-hex v0.1.0
7462024-12-18T20:55:03.573Z Downloaded oso-derive v0.27.3
7472024-12-18T20:55:03.576Z Downloaded static_assertions v1.1.0
7482024-12-18T20:55:03.576Z Downloaded fallible-iterator v0.2.0
7492024-12-18T20:55:03.578Z Downloaded der v0.7.9
7502024-12-18T20:55:03.583Z Downloaded russh-keys v0.45.0
7512024-12-18T20:55:03.589Z Downloaded smallvec v0.6.14
7522024-12-18T20:55:03.594Z Downloaded tabwriter v1.4.0
7532024-12-18T20:55:03.594Z Downloaded synstructure v0.13.1
7542024-12-18T20:55:03.594Z Downloaded spin v0.9.8
7552024-12-18T20:55:03.601Z Downloaded itertools v0.10.5
7562024-12-18T20:55:03.603Z Downloaded untrusted v0.9.0
7572024-12-18T20:55:03.603Z Downloaded reedline v0.35.0
7582024-12-18T20:55:03.611Z Downloaded toolchain_find v0.4.0
7592024-12-18T20:55:03.616Z Downloaded ff v0.13.0
7602024-12-18T20:55:03.616Z Downloaded hash32 v0.3.1
7612024-12-18T20:55:03.616Z Downloaded group v0.13.0
7622024-12-18T20:55:03.620Z Downloaded tls_codec v0.4.1
7632024-12-18T20:55:03.623Z Downloaded tinyvec v1.8.0
7642024-12-18T20:55:03.625Z Downloaded dropshot_endpoint v0.13.0
7652024-12-18T20:55:03.629Z Downloaded defmt-macros v0.3.9
7662024-12-18T20:55:03.634Z Downloaded rcgen v0.12.1
7672024-12-18T20:55:03.637Z Downloaded olpc-cjson v0.1.4
7682024-12-18T20:55:03.637Z Downloaded funty v2.0.0
7692024-12-18T20:55:03.637Z Downloaded enum-as-inner v0.5.1
7702024-12-18T20:55:03.640Z Downloaded idna v1.0.3
7712024-12-18T20:55:03.643Z Downloaded tokio-native-tls v0.3.1
7722024-12-18T20:55:03.646Z Downloaded tokio-macros v2.4.0
7732024-12-18T20:55:03.650Z Downloaded pem-rfc7468 v0.7.0
7742024-12-18T20:55:03.650Z Downloaded spin v0.5.2
7752024-12-18T20:55:03.653Z Downloaded shell-words v1.1.0
7762024-12-18T20:55:03.654Z Downloaded tokio-util v0.7.12
7772024-12-18T20:55:03.660Z Downloaded num_enum v0.5.11
7782024-12-18T20:55:03.664Z Downloaded itertools v0.12.1
7792024-12-18T20:55:03.672Z Downloaded difflib v0.4.0
7802024-12-18T20:55:03.675Z Downloaded globset v0.4.15
7812024-12-18T20:55:03.678Z Downloaded vte_generate_state_changes v0.1.2
7822024-12-18T20:55:03.678Z Downloaded owo-colors v4.1.0
7832024-12-18T20:55:03.681Z Downloaded enum-as-inner v0.6.1
7842024-12-18T20:55:03.681Z Downloaded endian-type v0.1.2
7852024-12-18T20:55:03.684Z Downloaded float-ord v0.3.2
7862024-12-18T20:55:03.684Z Downloaded fixedbitset v0.4.2
7872024-12-18T20:55:03.687Z Downloaded tap v1.0.1
7882024-12-18T20:55:03.687Z Downloaded parking_lot v0.11.2
7892024-12-18T20:55:03.693Z Downloaded dsl_auto_type v0.1.2
7902024-12-18T20:55:03.695Z Downloaded rsa v0.9.6
7912024-12-18T20:55:03.701Z Downloaded newtype_derive v0.1.6
7922024-12-18T20:55:03.701Z Downloaded num v0.4.3
7932024-12-18T20:55:03.701Z Downloaded pretty-hex v0.2.1
7942024-12-18T20:55:03.704Z Downloaded crossterm v0.28.1
7952024-12-18T20:55:03.707Z Downloaded sqlformat v0.2.6
7962024-12-18T20:55:03.712Z Downloaded derive_builder v0.20.2
7972024-12-18T20:55:03.715Z Downloaded take_mut v0.2.2
7982024-12-18T20:55:03.717Z Downloaded polyval v0.6.2
7992024-12-18T20:55:03.723Z Downloaded stable_deref_trait v1.2.0
8002024-12-18T20:55:03.723Z Downloaded tokio-rustls v0.25.0
8012024-12-18T20:55:03.723Z Downloaded want v0.3.1
8022024-12-18T20:55:03.723Z Downloaded env_filter v0.1.2
8032024-12-18T20:55:03.725Z Downloaded rayon-core v1.12.1
8042024-12-18T20:55:03.728Z Downloaded parking_lot v0.12.3
8052024-12-18T20:55:03.731Z Downloaded parse-size v1.1.0
8062024-12-18T20:55:03.735Z Downloaded waitgroup v0.1.2
8072024-12-18T20:55:03.735Z Downloaded tinystr v0.7.6
8082024-12-18T20:55:03.738Z Downloaded ena v0.14.3
8092024-12-18T20:55:03.738Z Downloaded dunce v1.0.5
8102024-12-18T20:55:03.741Z Downloaded progenitor-macro v0.8.0
8112024-12-18T20:55:03.741Z Downloaded num-complex v0.4.6
8122024-12-18T20:55:03.745Z Downloaded omicron-zone-package v0.11.1
8132024-12-18T20:55:03.747Z Downloaded flate2 v1.0.34
8142024-12-18T20:55:03.752Z Downloaded nu-ansi-term v0.50.1
8152024-12-18T20:55:03.756Z Downloaded signal-hook-mio v0.2.4
8162024-12-18T20:55:03.758Z Downloaded hashbrown v0.13.2
8172024-12-18T20:55:03.761Z Downloaded postcard v1.0.10
8182024-12-18T20:55:03.764Z Downloaded poly1305 v0.8.0
8192024-12-18T20:55:03.767Z Downloaded dirs-next v2.0.0
8202024-12-18T20:55:03.769Z Downloaded serde_yaml v0.9.34+deprecated
8212024-12-18T20:55:03.772Z Downloaded toml v0.7.8
8222024-12-18T20:55:03.776Z Downloaded p521 v0.13.3
8232024-12-18T20:55:03.780Z Downloaded foldhash v0.1.3
8242024-12-18T20:55:03.785Z Downloaded tls_codec_derive v0.4.1
8252024-12-18T20:55:03.785Z Downloaded tracing v0.1.40
8262024-12-18T20:55:03.789Z Downloaded normalize-line-endings v0.3.0
8272024-12-18T20:55:03.793Z Downloaded zone_cfg_derive v0.1.2
8282024-12-18T20:55:03.793Z Downloaded sigpipe v0.1.3
8292024-12-18T20:55:03.793Z Downloaded path-slash v0.1.5
8302024-12-18T20:55:03.793Z Downloaded ref-cast-impl v1.0.23
8312024-12-18T20:55:03.813Z Downloaded rustversion v1.0.17
8322024-12-18T20:55:03.813Z Downloaded rustc_version v0.4.1
8332024-12-18T20:55:03.813Z Downloaded password-hash v0.5.0
8342024-12-18T20:55:03.813Z Downloaded password-hash v0.4.2
8352024-12-18T20:55:03.813Z Downloaded slog-stdlog v4.1.1
8362024-12-18T20:55:03.813Z Downloaded slog-async v2.8.0
8372024-12-18T20:55:03.813Z Downloaded rustfmt-wrapper v0.2.1
8382024-12-18T20:55:03.813Z Downloaded dirs-sys-next v0.1.2
8392024-12-18T20:55:03.814Z Downloaded hashlink v0.9.1
8402024-12-18T20:55:03.814Z Downloaded pkcs5 v0.7.1
8412024-12-18T20:55:03.818Z Downloaded ghash v0.5.1
8422024-12-18T20:55:03.818Z Downloaded display-error-chain v0.2.2
8432024-12-18T20:55:03.818Z Downloaded walkdir v2.5.0
8442024-12-18T20:55:03.825Z Downloaded signal-hook v0.3.17
8452024-12-18T20:55:03.828Z Downloaded russh-cryptovec v0.7.3
8462024-12-18T20:55:03.828Z Downloaded hashbrown v0.12.3
8472024-12-18T20:55:03.828Z Downloaded filetime v0.2.25
8482024-12-18T20:55:03.832Z Downloaded diesel-dtrace v0.4.2
8492024-12-18T20:55:03.832Z Downloaded dhcproto-macros v0.1.0
8502024-12-18T20:55:03.835Z Downloaded psl-types v2.0.11
8512024-12-18T20:55:03.835Z Downloaded darling_core v0.20.10
8522024-12-18T20:55:03.841Z Downloaded paste v1.0.15
8532024-12-18T20:55:03.844Z Downloaded zone v0.3.0
8542024-12-18T20:55:03.844Z Downloaded zerovec-derive v0.10.3
8552024-12-18T20:55:03.844Z Downloaded time-macros v0.2.18
8562024-12-18T20:55:03.847Z Downloaded wait-timeout v0.2.0
8572024-12-18T20:55:03.850Z Downloaded vte v0.11.1
8582024-12-18T20:55:03.850Z Downloaded structmeta-derive v0.2.0
8592024-12-18T20:55:03.856Z Downloaded num-traits v0.2.19
8602024-12-18T20:55:03.856Z Downloaded progenitor-impl v0.8.0
8612024-12-18T20:55:03.859Z Downloaded ssh-key v0.6.6
8622024-12-18T20:55:03.864Z Downloaded fxhash v0.2.1
8632024-12-18T20:55:03.869Z Downloaded write16 v1.0.0
8642024-12-18T20:55:03.869Z Downloaded typed-path v0.9.3
8652024-12-18T20:55:03.874Z Downloaded radium v0.7.0
8662024-12-18T20:55:03.879Z Downloaded termcolor v1.4.1
8672024-12-18T20:55:03.879Z Downloaded tui-tree-widget v0.22.0
8682024-12-18T20:55:03.879Z Downloaded gethostname v0.5.0
8692024-12-18T20:55:03.886Z Downloaded rustls-pemfile v2.2.0
8702024-12-18T20:55:03.886Z Downloaded pkcs1 v0.7.5
8712024-12-18T20:55:03.889Z Downloaded signal-hook-registry v1.4.2
8722024-12-18T20:55:03.889Z Downloaded icu_properties_data v1.5.0
8732024-12-18T20:55:03.895Z Downloaded pbkdf2 v0.11.0
8742024-12-18T20:55:03.907Z Downloaded slab v0.4.9
8752024-12-18T20:55:03.909Z Downloaded glob v0.3.1
8762024-12-18T20:55:03.909Z Downloaded des v0.8.1
8772024-12-18T20:55:03.909Z Downloaded slog-term v2.9.1
8782024-12-18T20:55:03.909Z Downloaded structmeta v0.3.0
8792024-12-18T20:55:03.909Z Downloaded primeorder v0.13.6
8802024-12-18T20:55:03.909Z Downloaded foreign-types v0.3.2
8812024-12-18T20:55:03.909Z Downloaded proc-macro-crate v1.3.1
8822024-12-18T20:55:03.909Z Downloaded aes-gcm v0.10.3
8832024-12-18T20:55:03.915Z Downloaded progenitor v0.8.0
8842024-12-18T20:55:03.919Z Downloaded tiny-keccak v2.0.2
8852024-12-18T20:55:03.919Z Downloaded socket2 v0.5.8
8862024-12-18T20:55:03.922Z Downloaded string_cache v0.8.7
8872024-12-18T20:55:03.922Z Downloaded unicode-properties v0.1.3
8882024-12-18T20:55:03.927Z Downloaded blake3 v1.5.4
8892024-12-18T20:55:03.931Z Downloaded env_logger v0.10.2
8902024-12-18T20:55:03.939Z Downloaded topological-sort v0.2.2
8912024-12-18T20:55:03.939Z Downloaded fatfs v0.3.6
8922024-12-18T20:55:03.942Z Downloaded r2d2 v0.8.10
8932024-12-18T20:55:03.942Z Downloaded aho-corasick v1.1.3
8942024-12-18T20:55:03.945Z Downloaded snafu-derive v0.8.5
8952024-12-18T20:55:03.950Z Downloaded rtoolbox v0.0.2
8962024-12-18T20:55:03.950Z Downloaded parking_lot_core v0.8.6
8972024-12-18T20:55:03.955Z Downloaded headers v0.4.0
8982024-12-18T20:55:03.958Z Downloaded structmeta v0.2.0
8992024-12-18T20:55:03.959Z Downloaded foreign-types v0.5.0
9002024-12-18T20:55:03.961Z Downloaded tungstenite v0.24.0
9012024-12-18T20:55:03.966Z Downloaded rand_seeder v0.3.0
9022024-12-18T20:55:03.966Z Downloaded rustls-pki-types v1.10.0
9032024-12-18T20:55:03.969Z Downloaded wyz v0.5.1
9042024-12-18T20:55:03.969Z Downloaded writeable v0.5.5
9052024-12-18T20:55:03.972Z Downloaded toml_edit v0.19.15
9062024-12-18T20:55:03.988Z Downloaded fallible-streaming-iterator v0.1.9
9072024-12-18T20:55:03.997Z Downloaded thread_local v1.1.8
9082024-12-18T20:55:03.997Z Downloaded pin-project-internal v1.1.6
9092024-12-18T20:55:03.997Z Downloaded futures-io v0.3.31
9102024-12-18T20:55:03.997Z Downloaded peg-macros v0.8.4
9112024-12-18T20:55:03.997Z Downloaded dhcproto v0.12.0
9122024-12-18T20:55:04.000Z Downloaded quinn v0.11.5
9132024-12-18T20:55:04.003Z Downloaded num-bigint v0.4.6
9142024-12-18T20:55:04.006Z Downloaded pin-project-lite v0.2.14
9152024-12-18T20:55:04.018Z Downloaded idna v0.4.0
9162024-12-18T20:55:04.024Z Downloaded rusqlite v0.32.1
9172024-12-18T20:55:04.026Z Downloaded parse-zoneinfo v0.3.1
9182024-12-18T20:55:04.029Z Downloaded idna v0.3.0
9192024-12-18T20:55:04.035Z Downloaded tokio-postgres v0.7.12
9202024-12-18T20:55:04.040Z Downloaded pin-project v1.1.6
9212024-12-18T20:55:04.051Z Downloaded zeroize_derive v1.4.2
9222024-12-18T20:55:04.053Z Downloaded unicode-segmentation v1.12.0
9232024-12-18T20:55:04.056Z Downloaded heapless v0.7.17
9242024-12-18T20:55:04.061Z Downloaded quick-xml v0.33.0
9252024-12-18T20:55:04.066Z Downloaded x509-cert v0.2.5
9262024-12-18T20:55:04.074Z Downloaded similar v2.6.0
9272024-12-18T20:55:04.078Z Downloaded tough v0.19.0
9282024-12-18T20:55:04.088Z Downloaded rustls-webpki v0.101.7
9292024-12-18T20:55:04.102Z Downloaded tar v0.4.42
9302024-12-18T20:55:04.105Z Downloaded heapless v0.8.0
9312024-12-18T20:55:04.108Z Downloaded h2 v0.4.6
9322024-12-18T20:55:04.115Z Downloaded steno v0.4.1
9332024-12-18T20:55:04.119Z Downloaded idna v0.5.0
9342024-12-18T20:55:04.126Z Downloaded time v0.3.36
9352024-12-18T20:55:04.133Z Downloaded tungstenite v0.21.0
9362024-12-18T20:55:04.137Z Downloaded zerovec v0.10.4
9372024-12-18T20:55:04.143Z Downloaded russh v0.45.0
9382024-12-18T20:55:04.149Z Downloaded sqlparser v0.45.0
9392024-12-18T20:55:04.154Z Downloaded petname v2.0.2
9402024-12-18T20:55:04.160Z Downloaded portable-atomic v1.9.0
9412024-12-18T20:55:04.167Z Downloaded winnow v0.5.40
9422024-12-18T20:55:04.177Z Downloaded bindgen v0.69.5
9432024-12-18T20:55:04.184Z Downloaded chrono v0.4.38
9442024-12-18T20:55:04.192Z Downloaded hickory-proto v0.24.1
9452024-12-18T20:55:04.208Z Downloaded futures-util v0.3.31
9462024-12-18T20:55:04.220Z Downloaded rustls-webpki v0.102.8
9472024-12-18T20:55:04.238Z Downloaded proptest v1.5.0
9482024-12-18T20:55:04.246Z Downloaded unicode-normalization v0.1.24
9492024-12-18T20:55:04.250Z Downloaded rustls v0.23.19
9502024-12-18T20:55:04.263Z Downloaded regex-syntax v0.8.5
9512024-12-18T20:55:04.271Z Downloaded webpki-roots v0.26.6
9522024-12-18T20:55:04.274Z Downloaded object v0.30.4
9532024-12-18T20:55:04.284Z Downloaded p384 v0.13.0
9542024-12-18T20:55:04.291Z Downloaded nom v7.1.3
9552024-12-18T20:55:04.297Z Downloaded nix v0.27.1
9562024-12-18T20:55:04.309Z Downloaded smoltcp v0.9.1
9572024-12-18T20:55:04.320Z Downloaded gimli v0.31.1
9582024-12-18T20:55:04.328Z Downloaded salty v0.3.0
9592024-12-18T20:55:04.335Z Downloaded nix v0.28.0
9602024-12-18T20:55:04.346Z Downloaded reqwest v0.12.9
9612024-12-18T20:55:04.354Z Downloaded curve25519-dalek v4.1.3
9622024-12-18T20:55:04.362Z Downloaded rustls v0.22.4
9632024-12-18T20:55:04.375Z Downloaded rayon v1.10.0
9642024-12-18T20:55:04.384Z Downloaded git2 v0.19.0
9652024-12-18T20:55:04.391Z Downloaded radix_trie v0.2.1
9662024-12-18T20:55:04.397Z Downloaded zerocopy v0.8.10
9672024-12-18T20:55:04.419Z Downloaded smoltcp v0.11.0
9682024-12-18T20:55:04.430Z Downloaded openssl v0.10.66
9692024-12-18T20:55:04.439Z Downloaded polar-core v0.27.3
9702024-12-18T20:55:04.447Z Downloaded bitvec v1.0.1
9712024-12-18T20:55:04.462Z Downloaded num-bigint-dig v0.8.4
9722024-12-18T20:55:04.467Z Downloaded unicode-width v0.2.0
9732024-12-18T20:55:04.474Z Downloaded trust-dns-proto v0.22.0
9742024-12-18T20:55:04.482Z Downloaded regex v1.11.1
9752024-12-18T20:55:04.499Z Downloaded rustls v0.21.12
9762024-12-18T20:55:04.508Z Downloaded nix v0.29.0
9772024-12-18T20:55:04.516Z Downloaded lzma-sys v0.1.20
9782024-12-18T20:55:04.544Z Downloaded regex-syntax v0.6.29
9792024-12-18T20:55:04.550Z Downloaded chrono-tz v0.10.0
9802024-12-18T20:55:04.557Z Downloaded petgraph v0.6.5
9812024-12-18T20:55:04.578Z Downloaded openapiv3 v2.0.0
9822024-12-18T20:55:04.585Z Downloaded regress v0.10.1
9832024-12-18T20:55:04.594Z Downloaded regress v0.9.1
9842024-12-18T20:55:04.601Z Downloaded libz-sys v1.1.20
9852024-12-18T20:55:04.642Z Downloaded dropshot v0.12.0
9862024-12-18T20:55:04.648Z Downloaded object v0.36.5
9872024-12-18T20:55:04.656Z Downloaded bstr v1.10.0
9882024-12-18T20:55:04.667Z Downloaded dropshot v0.13.0
9892024-12-18T20:55:04.682Z Downloaded vcpkg v0.2.15
9902024-12-18T20:55:04.715Z Downloaded diesel v2.2.6
9912024-12-18T20:55:04.733Z Downloaded sha3 v0.10.8
9922024-12-18T20:55:04.738Z Downloaded quinn-proto v0.11.8
9932024-12-18T20:55:04.742Z Downloaded hashbrown v0.14.5
9942024-12-18T20:55:04.747Z Downloaded idna v0.2.3
9952024-12-18T20:55:04.755Z Downloaded getrandom v0.2.15
9962024-12-18T20:55:04.759Z Downloaded term v0.7.0
9972024-12-18T20:55:04.764Z Downloaded tungstenite v0.23.0
9982024-12-18T20:55:04.782Z Downloaded url v2.5.3
9992024-12-18T20:55:04.782Z Downloaded prettyplease v0.2.25
10002024-12-18T20:55:04.788Z Downloaded slog v2.7.0
10012024-12-18T20:55:04.789Z Downloaded aws-lc-rs v1.10.0
10022024-12-18T20:55:04.789Z Downloaded typify-impl v0.2.0
10032024-12-18T20:55:04.794Z Downloaded zerocopy-derive v0.6.6
10042024-12-18T20:55:04.808Z Downloaded ratatui v0.28.1
10052024-12-18T20:55:04.824Z Downloaded bzip2-sys v0.1.11+1.0.8
10062024-12-18T20:55:04.834Z Downloaded sled v0.34.7
10072024-12-18T20:55:04.847Z Downloaded parking_lot_core v0.9.10
10082024-12-18T20:55:04.851Z Downloaded twox-hash v1.6.3
10092024-12-18T20:55:04.851Z Downloaded flume v0.11.1
10102024-12-18T20:55:04.851Z Downloaded samael v0.0.17
10112024-12-18T20:55:04.855Z Downloaded regex-automata v0.4.8
10122024-12-18T20:55:04.871Z Downloaded qorb v0.2.1
10132024-12-18T20:55:04.878Z Downloaded simd-adler32 v0.3.7
10142024-12-18T20:55:04.889Z Downloaded nibble_vec v0.1.0
10152024-12-18T20:55:04.889Z Downloaded pin-utils v0.1.0
10162024-12-18T20:55:04.889Z Downloaded lalrpop v0.19.12
10172024-12-18T20:55:04.902Z Downloaded rustyline v14.0.0
10182024-12-18T20:55:04.911Z Downloaded expectorate v1.1.0
10192024-12-18T20:55:04.911Z Downloaded serde_with v3.11.0
10202024-12-18T20:55:04.911Z Downloaded ref-cast v1.0.23
10212024-12-18T20:55:04.912Z Downloaded diesel_derives v2.2.3
10222024-12-18T20:55:04.916Z Downloaded tokio-rustls v0.24.1
10232024-12-18T20:55:04.916Z Downloaded oso v0.27.3
10242024-12-18T20:55:04.916Z Downloaded derive_more v0.99.18
10252024-12-18T20:55:04.920Z Downloaded schemars v0.8.21
10262024-12-18T20:55:04.928Z Downloaded tokio v1.40.0
10272024-12-18T20:55:04.963Z Downloaded csv v1.3.0
10282024-12-18T20:55:04.984Z Downloaded tracing-core v0.1.32
10292024-12-18T20:55:04.990Z Downloaded scheduled-thread-pool v0.2.7
10302024-12-18T20:55:04.990Z Downloaded same-file v1.0.6
10312024-12-18T20:55:04.990Z Downloaded rpassword v7.3.1
10322024-12-18T20:55:04.993Z Downloaded phf_shared v0.11.2
10332024-12-18T20:55:04.993Z Downloaded smallvec v1.13.2
10342024-12-18T20:55:04.993Z Downloaded zerofrom-derive v0.1.4
10352024-12-18T20:55:04.993Z Downloaded zeroize v1.8.1
10362024-12-18T20:55:04.994Z Downloaded futures v0.3.31
10372024-12-18T20:55:05.001Z Downloaded encoding_rs v0.8.34
10382024-12-18T20:55:05.019Z Downloaded rand v0.8.5
10392024-12-18T20:55:05.026Z Downloaded hkdf v0.12.4
10402024-12-18T20:55:05.030Z Downloaded derive_builder_core v0.20.2
10412024-12-18T20:55:05.030Z Downloaded defmt v0.3.8
10422024-12-18T20:55:05.030Z Downloaded unsafe-libyaml v0.2.11
10432024-12-18T20:55:05.038Z Downloaded unicode-bidi v0.3.17
10442024-12-18T20:55:05.038Z Downloaded openssl-sys v0.9.103
10452024-12-18T20:55:05.043Z Downloaded zopfli v0.8.1
10462024-12-18T20:55:05.043Z Downloaded secrecy v0.8.0
10472024-12-18T20:55:05.043Z Downloaded zerocopy-derive v0.8.10
10482024-12-18T20:55:05.047Z Downloaded serde_with_macros v3.11.0
10492024-12-18T20:55:05.056Z Downloaded dropshot_endpoint v0.12.0
10502024-12-18T20:55:05.056Z Downloaded vergen v8.3.2
10512024-12-18T20:55:05.063Z Downloaded zerocopy v0.6.6
10522024-12-18T20:55:05.063Z Downloaded xattr v1.3.1
10532024-12-18T20:55:05.063Z Downloaded unicode-truncate v1.1.0
10542024-12-18T20:55:05.063Z Downloaded env_logger v0.11.5
10552024-12-18T20:55:05.069Z Downloaded itertools v0.13.0
10562024-12-18T20:55:05.074Z Downloaded libgit2-sys v0.17.0+1.8.1
10572024-12-18T20:55:05.122Z Downloaded num-rational v0.4.2
10582024-12-18T20:55:05.126Z Downloaded semver v0.1.20
10592024-12-18T20:55:05.126Z Downloaded libm v0.2.8
10602024-12-18T20:55:05.131Z Downloaded vsss-rs v3.3.4
10612024-12-18T20:55:05.139Z Downloaded zip v2.1.3
10622024-12-18T20:55:05.143Z Downloaded hex v0.4.3
10632024-12-18T20:55:05.143Z Downloaded heck v0.3.3
10642024-12-18T20:55:05.143Z Downloaded strum_macros v0.26.4
10652024-12-18T20:55:05.143Z Downloaded serde_derive_internals v0.29.1
10662024-12-18T20:55:05.143Z Downloaded ecdsa v0.16.9
10672024-12-18T20:55:05.148Z Downloaded hyper v1.5.0
10682024-12-18T20:55:05.153Z Downloaded p256 v0.13.2
10692024-12-18T20:55:05.158Z Downloaded tower-service v0.3.3
10702024-12-18T20:55:05.158Z Downloaded parse-display-derive v0.10.0
10712024-12-18T20:55:05.158Z Downloaded num_enum_derive v0.5.11
10722024-12-18T20:55:05.158Z Downloaded newline-converter v0.3.0
10732024-12-18T20:55:05.158Z Downloaded ron v0.7.1
10742024-12-18T20:55:05.163Z Downloaded postgres-types v0.2.8
10752024-12-18T20:55:05.168Z Downloaded ppv-lite86 v0.2.20
10762024-12-18T20:55:05.168Z Downloaded unicode_categories v0.1.1
10772024-12-18T20:55:05.168Z Downloaded futures-channel v0.3.31
10782024-12-18T20:55:05.173Z Downloaded backtrace v0.3.74
10792024-12-18T20:55:05.179Z Downloaded rustc_version v0.1.7
10802024-12-18T20:55:05.179Z Downloaded quick-error v1.2.3
10812024-12-18T20:55:05.179Z Downloaded predicates-tree v1.0.11
10822024-12-18T20:55:05.179Z Downloaded peg v0.8.4
10832024-12-18T20:55:05.189Z Downloaded nanorand v0.7.0
10842024-12-18T20:55:05.189Z Downloaded multimap v0.10.0
10852024-12-18T20:55:05.189Z Downloaded whoami v1.5.2
10862024-12-18T20:55:05.193Z Downloaded typify v0.2.0
10872024-12-18T20:55:05.193Z Downloaded minimal-lexical v0.2.1
10882024-12-18T20:55:05.193Z Downloaded crossbeam-channel v0.5.13
10892024-12-18T20:55:05.198Z Downloaded cc v1.1.30
10902024-12-18T20:55:05.202Z Downloaded dyn-clone v1.0.17
10912024-12-18T20:55:05.202Z Downloaded predicates v3.1.2
10922024-12-18T20:55:05.202Z Downloaded bumpalo v3.16.0
10932024-12-18T20:55:05.237Z Downloaded snafu v0.8.5
10942024-12-18T20:55:05.237Z Downloaded derive-where v1.2.7
10952024-12-18T20:55:05.243Z Downloaded const_format v0.2.33
10962024-12-18T20:55:05.246Z Downloaded newtype-uuid v1.1.3
10972024-12-18T20:55:05.246Z Downloaded test-strategy v0.3.1
10982024-12-18T20:55:05.255Z Downloaded scopeguard v1.2.0
10992024-12-18T20:55:05.260Z Downloaded powerfmt v0.2.0
11002024-12-18T20:55:05.260Z Downloaded xz2 v0.1.7
11012024-12-18T20:55:05.260Z Downloaded rustc-hash v2.0.0
11022024-12-18T20:55:05.260Z Downloaded fs_extra v1.3.0
11032024-12-18T20:55:05.260Z Downloaded tokio-stream v0.1.16
11042024-12-18T20:55:05.266Z Downloaded hickory-server v0.24.1
11052024-12-18T20:55:05.271Z Downloaded yoke v0.7.4
11062024-12-18T20:55:05.275Z Downloaded value-bag v1.9.0
11072024-12-18T20:55:05.279Z Downloaded uzers v0.12.1
11082024-12-18T20:55:05.279Z Downloaded bytes v1.8.0
11092024-12-18T20:55:05.284Z Downloaded termtree v0.4.1
11102024-12-18T20:55:05.289Z Downloaded thiserror-no-std v2.0.2
11112024-12-18T20:55:05.292Z Downloaded thiserror v2.0.3
11122024-12-18T20:55:05.301Z Downloaded icu_properties v1.5.1
11132024-12-18T20:55:05.309Z Downloaded miniz_oxide v0.8.0
11142024-12-18T20:55:05.309Z Downloaded hickory-resolver v0.24.1
11152024-12-18T20:55:05.320Z Downloaded crc-any v2.5.0
11162024-12-18T20:55:05.321Z Downloaded cookie v0.18.1
11172024-12-18T20:55:05.326Z Downloaded const-oid v0.9.6
11182024-12-18T20:55:05.326Z Downloaded blake2 v0.10.6
11192024-12-18T20:55:05.326Z Downloaded unarray v0.1.4
11202024-12-18T20:55:05.326Z Downloaded indicatif v0.17.9
11212024-12-18T20:55:05.332Z Downloaded thiserror-impl v2.0.3
11222024-12-18T20:55:05.332Z Downloaded serde_path_to_error v0.1.16
11232024-12-18T20:55:05.332Z Downloaded schemars_derive v0.8.21
11242024-12-18T20:55:05.332Z Downloaded memmap2 v0.9.5
11252024-12-18T20:55:05.332Z Downloaded mime_guess v2.0.5
11262024-12-18T20:55:05.337Z Downloaded rustc-hash v1.1.0
11272024-12-18T20:55:05.337Z Downloaded resolv-conf v0.7.0
11282024-12-18T20:55:05.337Z Downloaded quinn-udp v0.5.5
11292024-12-18T20:55:05.337Z Downloaded bit-set v0.5.3
11302024-12-18T20:55:05.342Z Downloaded backoff v0.4.0
11312024-12-18T20:55:05.342Z Downloaded async-trait v0.1.83
11322024-12-18T20:55:05.342Z Downloaded arrayvec v0.7.6
11332024-12-18T20:55:05.347Z Downloaded colored v2.1.0
11342024-12-18T20:55:05.347Z Downloaded chrono-tz-build v0.4.0
11352024-12-18T20:55:05.347Z Downloaded curve25519-dalek-derive v0.1.1
11362024-12-18T20:55:05.347Z Downloaded block-padding v0.3.3
11372024-12-18T20:55:05.352Z Downloaded cexpr v0.6.0
11382024-12-18T20:55:05.352Z Downloaded ident_case v1.0.1
11392024-12-18T20:55:05.352Z Downloaded hubpack_derive v0.1.1
11402024-12-18T20:55:05.352Z Downloaded cipher v0.4.4
11412024-12-18T20:55:05.357Z Downloaded cassowary v0.3.0
11422024-12-18T20:55:05.357Z Downloaded bitflags v1.3.2
11432024-12-18T20:55:05.357Z Downloaded hex-literal v0.4.1
11442024-12-18T20:55:05.357Z Downloaded ciborium-ll v0.2.2
11452024-12-18T20:55:05.361Z Downloaded blowfish v0.9.1
11462024-12-18T20:55:05.361Z Downloaded lzss v0.8.2
11472024-12-18T20:55:05.361Z Downloaded libefi-sys v0.1.0
11482024-12-18T20:55:05.361Z Downloaded bcrypt-pbkdf v0.10.0
11492024-12-18T20:55:05.365Z Downloaded keccak v0.1.5
11502024-12-18T20:55:05.365Z Downloaded inout v0.1.3
11512024-12-18T20:55:05.365Z Downloaded idna_adapter v1.2.0
11522024-12-18T20:55:05.365Z Downloaded crossbeam-deque v0.8.5
11532024-12-18T20:55:05.368Z Downloaded chacha20 v0.9.1
11542024-12-18T20:55:05.368Z Downloaded cbc v0.1.2
11552024-12-18T20:55:05.368Z Downloaded castaway v0.2.3
11562024-12-18T20:55:05.372Z Downloaded bit-vec v0.6.3
11572024-12-18T20:55:05.372Z Downloaded async-stream v0.3.6
11582024-12-18T20:55:05.376Z Downloaded hyper-tls v0.6.0
11592024-12-18T20:55:05.376Z Downloaded humantime v2.1.0
11602024-12-18T20:55:05.387Z Downloaded hubpack v0.1.2
11612024-12-18T20:55:05.387Z Downloaded home v0.5.9
11622024-12-18T20:55:05.387Z Downloaded assert_matches v1.5.0
11632024-12-18T20:55:05.387Z Downloaded ascii-canvas v3.0.0
11642024-12-18T20:55:05.394Z Downloaded base16ct v0.2.0
11652024-12-18T20:55:05.590Z Downloaded libsqlite3-sys v0.30.1
11662024-12-18T20:55:05.664Z Downloaded ring v0.16.20
11672024-12-18T20:55:05.767Z Downloaded ring v0.17.8
11682024-12-18T20:55:06.081Z Downloaded aws-lc-sys v0.22.0
11692024-12-18T20:55:06.377Z Compiling serde v1.0.215
11702024-12-18T20:55:06.380Z Compiling lock_api v0.4.12
11712024-12-18T20:55:06.380Z Compiling scopeguard v1.2.0
11722024-12-18T20:55:06.380Z Compiling value-bag v1.9.0
11732024-12-18T20:55:06.380Z Compiling typenum v1.17.0
11742024-12-18T20:55:06.380Z Compiling generic-array v0.14.7
11752024-12-18T20:55:06.576Z Compiling syn v2.0.87
11762024-12-18T20:55:06.591Z Compiling getrandom v0.2.15
11772024-12-18T20:55:06.711Z Compiling shlex v1.3.0
11782024-12-18T20:55:06.858Z Compiling rand_core v0.6.4
11792024-12-18T20:55:07.041Z Compiling log v0.4.22
11802024-12-18T20:55:07.087Z Compiling subtle v2.6.1
11812024-12-18T20:55:07.142Z Compiling jobserver v0.1.32
11822024-12-18T20:55:07.162Z Compiling const-oid v0.9.6
11832024-12-18T20:55:07.421Z Compiling smallvec v1.13.2
11842024-12-18T20:55:07.441Z Compiling spin v0.9.8
11852024-12-18T20:55:07.444Z Compiling pin-project-lite v0.2.14
11862024-12-18T20:55:07.587Z Compiling cc v1.1.30
11872024-12-18T20:55:07.833Z Compiling rustix v0.38.37
11882024-12-18T20:55:07.855Z Compiling parking_lot_core v0.9.10
11892024-12-18T20:55:07.948Z Compiling futures-core v0.3.31
11902024-12-18T20:55:08.091Z Compiling signal-hook-registry v1.4.2
11912024-12-18T20:55:08.197Z Compiling mio v1.0.2
11922024-12-18T20:55:08.724Z Compiling parking_lot v0.12.3
11932024-12-18T20:55:08.899Z Compiling aho-corasick v1.1.3
11942024-12-18T20:55:08.986Z Compiling cpufeatures v0.2.14
11952024-12-18T20:55:09.081Z Compiling regex-syntax v0.8.5
11962024-12-18T20:55:09.136Z Compiling lazy_static v1.5.0
11972024-12-18T20:55:09.254Z Compiling futures-sink v0.3.31
11982024-12-18T20:55:09.357Z Compiling glob v0.3.1
11992024-12-18T20:55:09.375Z Compiling either v1.13.0
12002024-12-18T20:55:09.404Z Compiling stable_deref_trait v1.2.0
12012024-12-18T20:55:09.507Z Compiling socket2 v0.5.8
12022024-12-18T20:55:09.628Z Compiling slab v0.4.9
12032024-12-18T20:55:09.782Z Compiling prettyplease v0.2.25
12042024-12-18T20:55:10.058Z Compiling minimal-lexical v0.2.1
12052024-12-18T20:55:10.388Z Compiling clang-sys v1.8.1
12062024-12-18T20:55:10.484Z Compiling libloading v0.8.5
12072024-12-18T20:55:10.601Z Compiling nom v7.1.3
12082024-12-18T20:55:10.632Z Compiling bindgen v0.69.5
12092024-12-18T20:55:10.905Z Compiling serde_json v1.0.132
12102024-12-18T20:55:11.105Z Compiling home v0.5.9
12112024-12-18T20:55:11.374Z Compiling itertools v0.10.5
12122024-12-18T20:55:11.433Z Compiling futures-channel v0.3.31
12132024-12-18T20:55:11.869Z Compiling lazycell v1.3.0
12142024-12-18T20:55:11.938Z Compiling rustc-hash v1.1.0
12152024-12-18T20:55:12.046Z Compiling futures-io v0.3.31
12162024-12-18T20:55:12.087Z Compiling allocator-api2 v0.2.18
12172024-12-18T20:55:12.344Z Compiling pin-utils v0.1.0
12182024-12-18T20:55:12.447Z Compiling futures-task v0.3.31
12192024-12-18T20:55:12.753Z Compiling regex-automata v0.4.8
12202024-12-18T20:55:12.885Z Compiling foldhash v0.1.3
12212024-12-18T20:55:13.181Z Compiling hashbrown v0.15.1
12222024-12-18T20:55:14.220Z Compiling synstructure v0.13.1
12232024-12-18T20:55:14.527Z Compiling cexpr v0.6.0
12242024-12-18T20:55:14.550Z Compiling cmake v0.1.51
12252024-12-18T20:55:15.591Z Compiling fs_extra v1.3.0
12262024-12-18T20:55:15.775Z Compiling libm v0.2.8
12272024-12-18T20:55:15.897Z Compiling tinyvec_macros v0.1.1
12282024-12-18T20:55:15.988Z Compiling pkg-config v0.3.31
12292024-12-18T20:55:16.095Z Compiling dunce v1.0.5
12302024-12-18T20:55:16.174Z Compiling tinyvec v1.8.0
12312024-12-18T20:55:16.223Z Compiling num-traits v0.2.19
12322024-12-18T20:55:16.705Z Compiling ring v0.17.8
12332024-12-18T20:55:17.448Z Compiling base64ct v1.6.0
12342024-12-18T20:55:17.523Z Compiling unicode-bidi v0.3.17
12352024-12-18T20:55:17.648Z Compiling unicode-normalization v0.1.24
12362024-12-18T20:55:17.671Z Compiling paste v1.0.15
12372024-12-18T20:55:17.827Z Compiling writeable v0.5.5
12382024-12-18T20:55:18.007Z Compiling litemap v0.7.3
12392024-12-18T20:55:18.232Z Compiling regex v1.11.1
12402024-12-18T20:55:18.385Z Compiling pem-rfc7468 v0.7.0
12412024-12-18T20:55:18.920Z Compiling aws-lc-rs v1.10.0
12422024-12-18T20:55:19.097Z Compiling httparse v1.9.5
12432024-12-18T20:55:19.287Z Compiling flagset v0.4.6
12442024-12-18T20:55:19.476Z Compiling tracing-core v0.1.32
12452024-12-18T20:55:19.873Z Compiling rustls-pki-types v1.10.0
12462024-12-18T20:55:20.468Z Compiling crossbeam-utils v0.8.20
12472024-12-18T20:55:20.554Z Compiling percent-encoding v2.3.1
12482024-12-18T20:55:20.831Z Compiling icu_locid_transform_data v1.5.0
12492024-12-18T20:55:20.896Z Compiling serde_derive v1.0.215
12502024-12-18T20:55:20.917Z Compiling zeroize_derive v1.4.2
12512024-12-18T20:55:20.942Z Compiling zerocopy-derive v0.7.35
12522024-12-18T20:55:21.020Z Compiling tokio-macros v2.4.0
12532024-12-18T20:55:21.524Z Compiling zerofrom-derive v0.1.4
12542024-12-18T20:55:22.381Z Compiling zeroize v1.8.1
12552024-12-18T20:55:22.739Z Compiling thiserror-impl v1.0.69
12562024-12-18T20:55:23.067Z Compiling zerocopy v0.7.35
12572024-12-18T20:55:23.086Z Compiling yoke-derive v0.7.4
12582024-12-18T20:55:24.028Z Compiling crypto-common v0.1.6
12592024-12-18T20:55:24.270Z Compiling block-buffer v0.10.4
12602024-12-18T20:55:24.535Z Compiling digest v0.10.7
12612024-12-18T20:55:24.708Z Compiling zerovec-derive v0.10.3
12622024-12-18T20:55:24.963Z Compiling hmac v0.12.1
12632024-12-18T20:55:25.196Z Compiling futures-macro v0.3.31
12642024-12-18T20:55:25.247Z Compiling block-padding v0.3.3
12652024-12-18T20:55:25.512Z Compiling displaydoc v0.2.5
12662024-12-18T20:55:25.531Z Compiling zerofrom v0.1.4
12672024-12-18T20:55:25.746Z Compiling inout v0.1.3
12682024-12-18T20:55:25.965Z Compiling yoke v0.7.4
12692024-12-18T20:55:26.026Z Compiling cipher v0.4.4
12702024-12-18T20:55:26.055Z Compiling thiserror v1.0.69
12712024-12-18T20:55:26.191Z Compiling sha2 v0.10.8
12722024-12-18T20:55:26.316Z Compiling ppv-lite86 v0.2.20
12732024-12-18T20:55:26.506Z Compiling der_derive v0.7.3
12742024-12-18T20:55:27.082Z Compiling icu_provider_macros v1.5.0
12752024-12-18T20:55:27.110Z Compiling rand_chacha v0.3.1
12762024-12-18T20:55:27.126Z Compiling futures-util v0.3.31
12772024-12-18T20:55:27.298Z Compiling zerovec v0.10.4
12782024-12-18T20:55:28.168Z Compiling tracing-attributes v0.1.27
12792024-12-18T20:55:28.861Z Compiling der v0.7.9
12802024-12-18T20:55:29.299Z Compiling tinystr v0.7.6
12812024-12-18T20:55:29.443Z Compiling icu_collections v1.5.0
12822024-12-18T20:55:29.540Z Compiling rand v0.8.5
12832024-12-18T20:55:29.725Z Compiling icu_locid v1.5.0
12842024-12-18T20:55:30.840Z Compiling spki v0.7.3
12852024-12-18T20:55:31.213Z Compiling icu_provider v1.5.0
12862024-12-18T20:55:31.400Z Compiling salsa20 v0.10.2
12872024-12-18T20:55:31.639Z Compiling pest v2.7.14
12882024-12-18T20:55:31.652Z Compiling pbkdf2 v0.12.2
12892024-12-18T20:55:31.849Z Compiling mirai-annotations v1.12.0
12902024-12-18T20:55:32.043Z Compiling icu_locid_transform v1.5.0
12912024-12-18T20:55:32.101Z Compiling tracing v0.1.40
12922024-12-18T20:55:32.118Z Compiling powerfmt v0.2.0
12932024-12-18T20:55:32.129Z Compiling icu_properties_data v1.5.0
12942024-12-18T20:55:32.273Z Compiling vcpkg v0.2.15
12952024-12-18T20:55:32.396Z Compiling untrusted v0.9.0
12962024-12-18T20:55:32.467Z Compiling untrusted v0.7.1
12972024-12-18T20:55:32.541Z Compiling time-core v0.1.2
12982024-12-18T20:55:32.560Z Compiling num-conv v0.1.0
12992024-12-18T20:55:32.706Z Compiling deranged v0.3.11
13002024-12-18T20:55:32.860Z Compiling time-macros v0.2.18
13012024-12-18T20:55:33.188Z Compiling icu_properties v1.5.1
13022024-12-18T20:55:37.825Z Compiling bitflags v2.6.0
13032024-12-18T20:55:37.888Z Compiling bytes v1.8.0
13042024-12-18T20:55:37.888Z Compiling indexmap v2.6.0
13052024-12-18T20:55:37.888Z Compiling semver v1.0.23
13062024-12-18T20:55:37.888Z Compiling tokio v1.40.0
13072024-12-18T20:55:37.888Z Compiling http v1.1.0
13082024-12-18T20:55:37.888Z Compiling rustc_version v0.4.1
13092024-12-18T20:55:37.889Z Compiling openssl-sys v0.9.103
13102024-12-18T20:55:37.889Z Compiling pest_meta v2.7.14
13112024-12-18T20:55:37.889Z Compiling scrypt v0.11.0
13122024-12-18T20:55:37.889Z Compiling aes v0.8.4
13132024-12-18T20:55:37.942Z Compiling cbc v0.1.2
13142024-12-18T20:55:38.025Z Compiling scroll_derive v0.12.0
13152024-12-18T20:55:38.132Z Compiling atomic-waker v1.1.2
13162024-12-18T20:55:38.167Z Compiling write16 v1.0.0
13172024-12-18T20:55:38.190Z Compiling utf8_iter v1.0.4
13182024-12-18T20:55:38.297Z Compiling num_threads v0.1.7
13192024-12-18T20:55:38.317Z Compiling icu_normalizer_data v1.5.0
13202024-12-18T20:55:38.417Z Compiling utf16_iter v1.0.5
13212024-12-18T20:55:38.436Z Compiling time v0.3.36
13222024-12-18T20:55:38.439Z Compiling pest_generator v2.7.14
13232024-12-18T20:55:38.623Z Compiling icu_normalizer v1.5.0
13242024-12-18T20:55:39.524Z Compiling which v4.4.2
13252024-12-18T20:55:40.194Z Compiling scroll v0.12.0
13262024-12-18T20:55:40.586Z Compiling pkcs5 v0.7.1
13272024-12-18T20:55:40.771Z Compiling http-body v1.0.1
13282024-12-18T20:55:40.929Z Compiling form_urlencoded v1.2.1
13292024-12-18T20:55:40.988Z Compiling try-lock v0.2.5
13302024-12-18T20:55:41.123Z Compiling slog v2.7.0
13312024-12-18T20:55:41.186Z Compiling goblin v0.8.2
13322024-12-18T20:55:41.605Z Compiling pkcs8 v0.10.2
13332024-12-18T20:55:41.648Z Compiling want v0.3.1
13342024-12-18T20:55:41.731Z Compiling idna_adapter v1.2.0
13352024-12-18T20:55:41.903Z Compiling httpdate v1.0.3
13362024-12-18T20:55:41.938Z Compiling idna v1.0.3
13372024-12-18T20:55:42.326Z Compiling serde_spanned v0.6.8
13382024-12-18T20:55:42.553Z Compiling toml_datetime v0.6.8
13392024-12-18T20:55:43.009Z Compiling uuid v1.11.0
13402024-12-18T20:55:43.037Z Compiling serde_tokenstream v0.2.2
13412024-12-18T20:55:43.330Z Compiling pest_derive v2.7.14
13422024-12-18T20:55:43.378Z Compiling tower-service v0.3.3
13432024-12-18T20:55:43.505Z Compiling tokio-util v0.7.12
13442024-12-18T20:55:43.630Z Compiling base64 v0.22.1
13452024-12-18T20:55:43.683Z Compiling match_cfg v0.1.0
13462024-12-18T20:55:43.777Z Compiling adler2 v2.0.0
13472024-12-18T20:55:43.989Z Compiling iana-time-zone v0.1.61
13482024-12-18T20:55:44.122Z Compiling dtrace-parser v0.2.0
13492024-12-18T20:55:44.343Z Compiling rustversion v1.0.17
13502024-12-18T20:55:44.363Z Compiling openssl v0.10.66
13512024-12-18T20:55:44.447Z Compiling h2 v0.4.6
13522024-12-18T20:55:44.772Z Compiling foreign-types-shared v0.1.1
13532024-12-18T20:55:44.881Z Compiling foreign-types v0.3.2
13542024-12-18T20:55:44.932Z Compiling chrono v0.4.38
13552024-12-18T20:55:44.982Z Compiling miniz_oxide v0.8.0
13562024-12-18T20:55:45.115Z Compiling hostname v0.3.1
13572024-12-18T20:55:45.385Z Compiling url v2.5.3
13582024-12-18T20:55:46.563Z Compiling async-trait v0.1.83
13592024-12-18T20:55:47.396Z Compiling dof v0.3.0
13602024-12-18T20:55:47.663Z Compiling openssl-macros v0.1.1
13612024-12-18T20:55:48.419Z Compiling usdt-impl v0.5.0
13622024-12-18T20:55:49.633Z Compiling dirs-sys-next v0.1.2
13632024-12-18T20:55:49.636Z Compiling siphasher v0.3.11
13642024-12-18T20:55:49.636Z Compiling data-encoding v2.6.0
13652024-12-18T20:55:49.636Z Compiling rustls v0.23.19
13662024-12-18T20:55:49.660Z Compiling rustls v0.22.4
13672024-12-18T20:55:49.818Z Compiling syn v1.0.109
13682024-12-18T20:55:49.923Z Compiling native-tls v0.2.12
13692024-12-18T20:55:49.978Z Compiling dirs-next v2.0.0
13702024-12-18T20:55:50.526Z Compiling http-body-util v0.1.2
13712024-12-18T20:55:50.760Z Compiling crossbeam-epoch v0.9.18
13722024-12-18T20:55:51.077Z Compiling heapless v0.7.17
13732024-12-18T20:55:51.247Z Compiling signature v2.2.0
13742024-12-18T20:55:51.484Z Compiling hyper v1.5.0
13752024-12-18T20:55:51.487Z Compiling sha1 v0.10.6
13762024-12-18T20:55:51.539Z Compiling bzip2-sys v0.1.11+1.0.8
13772024-12-18T20:55:51.675Z Compiling serde_derive_internals v0.29.1
13782024-12-18T20:55:51.709Z Compiling thread_local v1.1.8
13792024-12-18T20:55:51.915Z Compiling multer v3.1.0
13802024-12-18T20:55:52.004Z Compiling cookie v0.18.1
13812024-12-18T20:55:52.185Z Compiling encoding_rs v0.8.34
13822024-12-18T20:55:52.219Z Compiling openssl-probe v0.1.5
13832024-12-18T20:55:52.289Z Compiling slog-async v2.8.0
13842024-12-18T20:55:52.579Z Compiling gimli v0.31.1
13852024-12-18T20:55:52.801Z Compiling signal-hook v0.3.17
13862024-12-18T20:55:53.051Z Compiling schemars v0.8.21
13872024-12-18T20:55:53.393Z Compiling ipnet v2.10.1
13882024-12-18T20:55:54.413Z Compiling hyper-util v0.1.10
13892024-12-18T20:55:54.685Z Compiling unicode-properties v0.1.3
13902024-12-18T20:55:55.048Z Compiling rayon-core v1.12.1
13912024-12-18T20:55:55.078Z Compiling mime v0.3.17
13922024-12-18T20:55:55.347Z Compiling stringprep v0.1.5
13932024-12-18T20:55:55.549Z Compiling schemars_derive v0.8.21
13942024-12-18T20:55:55.950Z Compiling toml_edit v0.22.22
13952024-12-18T20:55:57.244Z Compiling addr2line v0.24.2
13962024-12-18T20:55:57.600Z Compiling usdt-macro v0.5.0
13972024-12-18T20:55:57.696Z Compiling usdt-attr-macro v0.5.0
13982024-12-18T20:55:57.881Z Compiling crossbeam-deque v0.8.5
13992024-12-18T20:55:58.391Z Compiling term v0.7.0
14002024-12-18T20:55:58.831Z Compiling slog-json v2.6.1
14012024-12-18T20:55:58.885Z Compiling serde_urlencoded v0.7.1
14022024-12-18T20:55:59.013Z Compiling crossbeam-channel v0.5.13
14032024-12-18T20:55:59.186Z Compiling curve25519-dalek v4.1.3
14042024-12-18T20:55:59.252Z Compiling enum-as-inner v0.6.1
14052024-12-18T20:55:59.378Z Compiling futures-executor v0.3.31
14062024-12-18T20:55:59.820Z Compiling md-5 v0.10.6
14072024-12-18T20:55:59.932Z Compiling async-stream-impl v0.3.6
14082024-12-18T20:55:59.935Z Compiling rustls-pemfile v2.2.0
14092024-12-18T20:56:00.088Z Compiling num-integer v0.1.46
14102024-12-18T20:56:00.090Z Compiling idna v0.3.0
14112024-12-18T20:56:00.340Z Compiling idna v0.4.0
14122024-12-18T20:56:00.359Z Compiling hash32 v0.2.1
14132024-12-18T20:56:00.754Z Compiling ff v0.13.0
14142024-12-18T20:56:00.877Z Compiling is-terminal v0.4.13
14152024-12-18T20:56:00.977Z Compiling dropshot v0.12.0
14162024-12-18T20:56:01.005Z Compiling object v0.36.5
14172024-12-18T20:56:01.255Z Compiling smoltcp v0.9.1
14182024-12-18T20:56:01.316Z Compiling anyhow v1.0.93
14192024-12-18T20:56:01.769Z Compiling portable-atomic v1.9.0
14202024-12-18T20:56:01.907Z Compiling utf-8 v0.7.6
14212024-12-18T20:56:01.957Z Compiling linked-hash-map v0.5.6
14222024-12-18T20:56:01.976Z Compiling quick-error v1.2.3
14232024-12-18T20:56:02.125Z Compiling dyn-clone v1.0.17
14242024-12-18T20:56:02.224Z Compiling fallible-iterator v0.2.0
14252024-12-18T20:56:02.322Z Compiling rustc-demangle v0.1.24
14262024-12-18T20:56:02.340Z Compiling base16ct v0.2.0
14272024-12-18T20:56:02.659Z Compiling psl-types v2.0.11
14282024-12-18T20:56:02.826Z Compiling num-bigint-dig v0.8.4
14292024-12-18T20:56:02.850Z Compiling take_mut v0.2.2
14302024-12-18T20:56:02.930Z Compiling postgres-protocol v0.6.7
14312024-12-18T20:56:03.195Z Compiling publicsuffix v2.2.3
14322024-12-18T20:56:03.279Z Compiling sec1 v0.7.3
14332024-12-18T20:56:03.454Z Compiling lru-cache v0.1.2
14342024-12-18T20:56:03.851Z Compiling tungstenite v0.24.0
14352024-12-18T20:56:04.227Z Compiling resolv-conf v0.7.0
14362024-12-18T20:56:04.312Z Compiling async-stream v0.3.6
14372024-12-18T20:56:04.638Z Compiling hickory-proto v0.24.1
14382024-12-18T20:56:04.657Z Compiling usdt v0.5.0
14392024-12-18T20:56:05.057Z Compiling slog-term v2.9.1
14402024-12-18T20:56:05.180Z Compiling group v0.13.0
14412024-12-18T20:56:06.249Z Compiling num-iter v0.1.45
14422024-12-18T20:56:06.440Z Compiling futures v0.3.31
14432024-12-18T20:56:06.477Z Compiling slog-bunyan v2.5.0
14442024-12-18T20:56:06.553Z Compiling toml v0.8.19
14452024-12-18T20:56:06.845Z Compiling tokio-native-tls v0.3.1
14462024-12-18T20:56:08.232Z Compiling camino v1.1.9
14472024-12-18T20:56:08.272Z Compiling backtrace v0.3.74
14482024-12-18T20:56:08.622Z Compiling phf_shared v0.11.2
14492024-12-18T20:56:08.992Z Compiling dropshot_endpoint v0.12.0
14502024-12-18T20:56:09.046Z Compiling terminal_size v0.4.0
14512024-12-18T20:56:09.213Z Compiling waitgroup v0.1.2
14522024-12-18T20:56:09.256Z Compiling openapiv3 v2.0.0
14532024-12-18T20:56:09.433Z Compiling serde_path_to_error v0.1.16
14542024-12-18T20:56:09.506Z Compiling hkdf v0.12.4
14552024-12-18T20:56:09.764Z Compiling crypto-bigint v0.5.5
14562024-12-18T20:56:10.312Z Compiling zerocopy-derive v0.6.6
14572024-12-18T20:56:12.035Z Compiling curve25519-dalek-derive v0.1.1
14582024-12-18T20:56:12.350Z Compiling hubpack_derive v0.1.1
14592024-12-18T20:56:12.626Z Compiling webpki-roots v0.26.6
14602024-12-18T20:56:12.842Z Compiling idna v0.5.0
14612024-12-18T20:56:13.220Z Compiling hostname v0.4.0
14622024-12-18T20:56:13.467Z Compiling fs-err v2.11.0
14632024-12-18T20:56:13.515Z Compiling ahash v0.8.11
14642024-12-18T20:56:13.666Z Compiling crc32fast v1.4.2
14652024-12-18T20:56:13.692Z Compiling debug-ignore v1.0.5
14662024-12-18T20:56:13.729Z Compiling bitflags v1.3.2
14672024-12-18T20:56:13.827Z Compiling managed v0.8.0
14682024-12-18T20:56:13.844Z Compiling winnow v0.5.40
14692024-12-18T20:56:13.847Z Compiling strum_macros v0.25.3
14702024-12-18T20:56:13.988Z Compiling flate2 v1.0.34
14712024-12-18T20:56:14.662Z Compiling clap_builder v4.5.21
14722024-12-18T20:56:14.874Z Compiling console v0.15.8
14732024-12-18T20:56:15.053Z Compiling cookie_store v0.21.0
14742024-12-18T20:56:16.403Z Compiling hubpack v0.1.2
14752024-12-18T20:56:16.532Z Compiling elliptic-curve v0.13.8
14762024-12-18T20:56:16.749Z Compiling zerocopy v0.6.6
14772024-12-18T20:56:16.851Z Compiling hickory-resolver v0.24.1
14782024-12-18T20:56:17.363Z Compiling toml_edit v0.19.15
14792024-12-18T20:56:17.693Z Compiling phf v0.11.2
14802024-12-18T20:56:17.989Z Compiling signal-hook-mio v0.2.4
14812024-12-18T20:56:18.068Z Compiling rayon v1.10.0
14822024-12-18T20:56:18.141Z Compiling hyper-tls v0.6.0
14832024-12-18T20:56:18.511Z Compiling bzip2 v0.4.4
14842024-12-18T20:56:18.898Z Compiling tokio-tungstenite v0.24.0
14852024-12-18T20:56:19.440Z Compiling postgres-types v0.2.8
14862024-12-18T20:56:22.322Z Compiling ed25519 v2.2.3
14872024-12-18T20:56:22.802Z Compiling phf_shared v0.10.0
14882024-12-18T20:56:23.201Z Compiling tokio-stream v0.1.16
14892024-12-18T20:56:23.621Z Compiling pkcs1 v0.7.5
14902024-12-18T20:56:23.991Z Compiling serde-big-array v0.5.1
14912024-12-18T20:56:24.157Z Compiling clap_derive v4.5.18
14922024-12-18T20:56:24.209Z Compiling rfc6979 v0.4.0
14932024-12-18T20:56:24.229Z Compiling derive-where v1.2.7
14942024-12-18T20:56:24.268Z Compiling serde_repr v0.1.19
14952024-12-18T20:56:24.397Z Compiling float-cmp v0.9.0
14962024-12-18T20:56:24.622Z Compiling bstr v1.10.0
14972024-12-18T20:56:24.640Z Compiling sync_wrapper v1.0.1
14982024-12-18T20:56:24.794Z Compiling unicode-width v0.2.0
14992024-12-18T20:56:25.319Z Compiling new_debug_unreachable v1.0.6
15002024-12-18T20:56:25.422Z Compiling difflib v0.4.0
15012024-12-18T20:56:25.447Z Compiling predicates-core v1.0.8
15022024-12-18T20:56:25.467Z Compiling fixedbitset v0.4.2
15032024-12-18T20:56:25.824Z Compiling precomputed-hash v0.1.1
15042024-12-18T20:56:25.939Z Compiling whoami v1.5.2
15052024-12-18T20:56:25.948Z Compiling static_assertions v1.1.0
15062024-12-18T20:56:26.059Z Compiling number_prefix v0.4.0
15072024-12-18T20:56:26.279Z Compiling bit-vec v0.6.3
15082024-12-18T20:56:26.468Z Compiling normalize-line-endings v0.3.0
15092024-12-18T20:56:26.587Z Compiling unicode-segmentation v1.12.0
15102024-12-18T20:56:26.605Z Compiling bit-set v0.5.3
15112024-12-18T20:56:26.738Z Compiling predicates v3.1.2
15122024-12-18T20:56:26.893Z Compiling tokio-postgres v0.7.12
15132024-12-18T20:56:27.070Z Compiling indicatif v0.17.9
15142024-12-18T20:56:27.483Z Compiling similar v2.6.0
15152024-12-18T20:56:27.877Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243)
15162024-12-18T20:56:28.515Z Compiling string_cache v0.8.7
15172024-12-18T20:56:28.988Z Compiling petgraph v0.6.5
15182024-12-18T20:56:29.183Z Compiling clap v4.5.21
15192024-12-18T20:56:29.277Z Compiling ecdsa v0.16.9
15202024-12-18T20:56:29.306Z Compiling rsa v0.9.6
15212024-12-18T20:56:29.893Z Compiling ed25519-dalek v2.1.1
15222024-12-18T20:56:30.152Z Compiling toml v0.7.8
15232024-12-18T20:56:31.287Z Compiling zip v0.6.6
15242024-12-18T20:56:31.955Z Compiling crossterm v0.28.1
15252024-12-18T20:56:32.988Z Compiling hex v0.4.3
15262024-12-18T20:56:33.135Z Compiling x509-cert v0.2.5
15272024-12-18T20:56:33.337Z Compiling lalrpop-util v0.19.12
15282024-12-18T20:56:33.428Z Compiling peg-runtime v0.8.3
15292024-12-18T20:56:33.604Z Compiling unicode-xid v0.2.6
15302024-12-18T20:56:33.683Z Compiling strum_macros v0.26.4
15312024-12-18T20:56:33.780Z Compiling xattr v1.3.1
15322024-12-18T20:56:34.044Z Compiling filetime v0.2.25
15332024-12-18T20:56:34.354Z Compiling tar v0.4.42
15342024-12-18T20:56:38.793Z Compiling strum v0.26.3
15352024-12-18T20:56:41.582Z Compiling aws-lc-sys v0.22.0
15362024-12-18T20:57:15.862Z Compiling rustls-webpki v0.102.8
15372024-12-18T20:57:19.104Z Compiling tokio-rustls v0.25.0
15382024-12-18T20:57:20.735Z Compiling tokio-rustls v0.26.0
15392024-12-18T20:57:21.135Z Compiling hyper-rustls v0.27.3
15402024-12-18T20:57:21.422Z Compiling reqwest v0.12.9
15412024-12-18T20:57:22.610Z Compiling qorb v0.2.1
15422024-12-18T20:57:27.254Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15432024-12-18T20:57:27.478Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15442024-12-18T20:57:33.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15452024-12-18T20:57:33.191Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15462024-12-18T20:57:33.237ZDec 18 20:57:31.525 INFO Starting download, target: Cockroach
15472024-12-18T20:57:33.237ZDec 18 20:57:31.525 INFO Starting download, target: Console
15482024-12-18T20:57:33.237ZDec 18 20:57:31.525 INFO Starting download, target: Clickhouse
15492024-12-18T20:57:33.237ZDec 18 20:57:31.525 INFO Starting download, target: DendriteOpenapi
15502024-12-18T20:57:33.237ZDec 18 20:57:31.525 INFO Starting download, target: DendriteStub
15512024-12-18T20:57:33.240ZDec 18 20:57:31.525 INFO Starting download, target: MaghemiteMgd
15522024-12-18T20:57:33.240ZDec 18 20:57:31.525 INFO Starting download, target: TransceiverControl
15532024-12-18T20:57:33.240ZDec 18 20:57:31.526 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15542024-12-18T20:57:33.240ZDec 18 20:57:31.526 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15552024-12-18T20:57:33.240ZDec 18 20:57:31.526 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15562024-12-18T20:57:33.241ZDec 18 20:57:31.526 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15572024-12-18T20:57:33.241ZDec 18 20:57:31.526 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15582024-12-18T20:57:33.241ZDec 18 20:57:31.526 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15592024-12-18T20:57:33.241ZDec 18 20:57:31.526 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15602024-12-18T20:57:33.425ZDec 18 20:57:31.711 INFO Download complete, target: DendriteOpenapi
15612024-12-18T20:57:33.767ZDec 18 20:57:32.054 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15622024-12-18T20:57:33.772ZDec 18 20:57:32.058 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15632024-12-18T20:57:34.079ZDec 18 20:57:32.342 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15642024-12-18T20:57:34.115ZDec 18 20:57:32.371 INFO Download complete, target: Console
15652024-12-18T20:57:34.405ZDec 18 20:57:32.685 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15662024-12-18T20:57:34.456ZDec 18 20:57:32.712 INFO Download complete, target: TransceiverControl
15672024-12-18T20:57:35.182ZDec 18 20:57:33.411 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15682024-12-18T20:57:36.567ZDec 18 20:57:34.842 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15692024-12-18T20:57:36.568ZDec 18 20:57:34.842 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15702024-12-18T20:57:36.898ZDec 18 20:57:35.184 INFO Download complete, target: DendriteStub
15712024-12-18T20:57:37.215ZDec 18 20:57:35.501 INFO Download complete, target: MaghemiteMgd
15722024-12-18T20:57:43.605ZDec 18 20:57:41.887 INFO Checking that binary works, target: Cockroach
15732024-12-18T20:57:43.760ZDec 18 20:57:42.042 INFO Download complete, target: Cockroach
15742024-12-18T20:57:47.283ZDec 18 20:57:45.564 INFO Checking that binary works, target: Clickhouse
15752024-12-18T20:57:48.011ZDec 18 20:57:46.291 INFO Download complete, target: Clickhouse
15762024-12-18T20:57:48.142ZAll builder prerequisites installed successfully, and PATH looks valid
15772024-12-18T20:57:48.145Z
15782024-12-18T20:57:48.145Zreal 5:21.260481940
15792024-12-18T20:57:48.145Zuser 16:09.471232978
15802024-12-18T20:57:48.145Zsys 3:08.124619155
15812024-12-18T20:57:48.146Ztrap 0.504652748
15822024-12-18T20:57:48.146Ztflt 7.105485645
15832024-12-18T20:57:48.146Zdflt 7.458903943
15842024-12-18T20:57:48.146Zkflt 0.461415582
15852024-12-18T20:57:48.146Zlock 29:07.743910339
15862024-12-18T20:57:48.146Zslp 1:02:31.429140820
15872024-12-18T20:57:48.146Zlat 51.572736768
15882024-12-18T20:57:48.146Zstop 2:10.530809614
15892024-12-18T20:57:48.146Z+ banner hack-check
15902024-12-18T20:57:48.146Z
15912024-12-18T20:57:48.146Z # # ## #### # # #### # # ###### #### # #
15922024-12-18T20:57:48.146Z # # # # # # # # # # # # # # # # #
15932024-12-18T20:57:48.146Z ###### # # # #### ##### # ###### ##### # ####
15942024-12-18T20:57:48.146Z # # ###### # # # # # # # # # #
15952024-12-18T20:57:48.146Z # # # # # # # # # # # # # # # # #
15962024-12-18T20:57:48.146Z # # # # #### # # #### # # ###### #### # #
15972024-12-18T20:57:48.146Z
15982024-12-18T20:57:48.149Z+ export CARGO_INCREMENTAL=0
15992024-12-18T20:57:48.149Z+ CARGO_INCREMENTAL=0
16002024-12-18T20:57:48.149Z+ ptime -m timeout 2h cargo xtask check-features --ci
16012024-12-18T20:57:48.657Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16022024-12-18T20:57:52.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
16032024-12-18T20:57:52.113Z Running `target/debug/xtask check-features --ci`
16042024-12-18T20:57:52.131Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16052024-12-18T20:57:52.131Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16062024-12-18T20:57:52.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16072024-12-18T20:57:52.575Z Running `target/debug/xtask download cargo-hack`
16082024-12-18T20:57:53.354Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16092024-12-18T20:57:53.707Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16102024-12-18T20:57:58.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s
16112024-12-18T20:57:58.681Z Running `target/debug/xtask-downloader cargo-hack`
16122024-12-18T20:57:58.713ZDec 18 20:57:56.988 INFO Starting download, target: CargoHack
16132024-12-18T20:57:58.717ZDec 18 20:57:56.989 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16142024-12-18T20:57:59.390ZDec 18 20:57:57.665 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16152024-12-18T20:57:59.478ZDec 18 20:57:57.753 INFO Download complete, target: CargoHack
16162024-12-18T20:57:59.481Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16172024-12-18T20:57:59.497Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16182024-12-18T20:57:59.657Zinfo: running `cargo check --bins` on api_identity (1/174)
16192024-12-18T20:58:00.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-12-18T20:58:00.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-12-18T20:58:00.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-12-18T20:58:00.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16232024-12-18T20:58:00.248Z
16242024-12-18T20:58:00.248Zinfo: running `cargo check --bins` on bootstore (2/174)
16252024-12-18T20:58:00.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-12-18T20:58:00.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-12-18T20:58:00.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-12-18T20:58:00.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16292024-12-18T20:58:00.853Z
16302024-12-18T20:58:00.853Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/174)
16312024-12-18T20:58:01.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-12-18T20:58:01.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-12-18T20:58:01.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-12-18T20:58:01.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16352024-12-18T20:58:01.428Z
16362024-12-18T20:58:01.428Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174)
16372024-12-18T20:58:01.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-12-18T20:58:01.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-12-18T20:58:01.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-12-18T20:58:01.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16412024-12-18T20:58:02.009Z
16422024-12-18T20:58:02.009Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174)
16432024-12-18T20:58:02.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-12-18T20:58:02.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-12-18T20:58:02.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-12-18T20:58:02.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16472024-12-18T20:58:02.396Z
16482024-12-18T20:58:02.396Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174)
16492024-12-18T20:58:02.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-12-18T20:58:02.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-12-18T20:58:02.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-12-18T20:58:02.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16532024-12-18T20:58:02.787Z
16542024-12-18T20:58:02.787Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174)
16552024-12-18T20:58:03.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-12-18T20:58:03.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-12-18T20:58:03.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-12-18T20:58:03.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16592024-12-18T20:58:03.176Z
16602024-12-18T20:58:03.176Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174)
16612024-12-18T20:58:03.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-12-18T20:58:03.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-12-18T20:58:03.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-12-18T20:58:03.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16652024-12-18T20:58:03.575Z
16662024-12-18T20:58:03.575Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174)
16672024-12-18T20:58:03.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-12-18T20:58:03.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-12-18T20:58:03.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-12-18T20:58:03.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16712024-12-18T20:58:03.974Z
16722024-12-18T20:58:03.975Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174)
16732024-12-18T20:58:04.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-12-18T20:58:04.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-12-18T20:58:04.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-12-18T20:58:04.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16772024-12-18T20:58:04.373Z
16782024-12-18T20:58:04.373Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174)
16792024-12-18T20:58:04.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-12-18T20:58:04.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-12-18T20:58:04.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-12-18T20:58:04.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16832024-12-18T20:58:04.768Z
16842024-12-18T20:58:04.768Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174)
16852024-12-18T20:58:05.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-12-18T20:58:05.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-12-18T20:58:05.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-12-18T20:58:05.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16892024-12-18T20:58:05.169Z
16902024-12-18T20:58:05.169Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174)
16912024-12-18T20:58:05.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-12-18T20:58:05.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-12-18T20:58:05.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-12-18T20:58:05.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16952024-12-18T20:58:05.568Z
16962024-12-18T20:58:05.569Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174)
16972024-12-18T20:58:05.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-12-18T20:58:05.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-12-18T20:58:05.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-12-18T20:58:05.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17012024-12-18T20:58:05.964Z
17022024-12-18T20:58:05.964Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174)
17032024-12-18T20:58:06.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-12-18T20:58:06.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-12-18T20:58:06.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-12-18T20:58:06.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17072024-12-18T20:58:06.360Z
17082024-12-18T20:58:06.360Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174)
17092024-12-18T20:58:06.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-12-18T20:58:06.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-12-18T20:58:06.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-12-18T20:58:06.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17132024-12-18T20:58:06.755Z
17142024-12-18T20:58:06.755Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174)
17152024-12-18T20:58:07.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-12-18T20:58:07.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-12-18T20:58:07.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-12-18T20:58:07.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17192024-12-18T20:58:07.147Z
17202024-12-18T20:58:07.147Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174)
17212024-12-18T20:58:07.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-12-18T20:58:07.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-12-18T20:58:07.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-12-18T20:58:07.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17252024-12-18T20:58:07.546Z
17262024-12-18T20:58:07.546Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174)
17272024-12-18T20:58:07.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-12-18T20:58:07.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-12-18T20:58:07.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-12-18T20:58:07.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17312024-12-18T20:58:07.953Z
17322024-12-18T20:58:07.953Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174)
17332024-12-18T20:58:08.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-12-18T20:58:08.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-12-18T20:58:08.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-12-18T20:58:08.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17372024-12-18T20:58:08.354Z
17382024-12-18T20:58:08.354Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174)
17392024-12-18T20:58:08.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-12-18T20:58:08.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-12-18T20:58:08.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-12-18T20:58:08.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17432024-12-18T20:58:08.756Z
17442024-12-18T20:58:08.756Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174)
17452024-12-18T20:58:09.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-12-18T20:58:09.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-12-18T20:58:09.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-12-18T20:58:09.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17492024-12-18T20:58:09.161Z
17502024-12-18T20:58:09.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174)
17512024-12-18T20:58:09.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-12-18T20:58:09.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-12-18T20:58:09.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-12-18T20:58:09.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17552024-12-18T20:58:09.567Z
17562024-12-18T20:58:09.567Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174)
17572024-12-18T20:58:09.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-12-18T20:58:09.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-12-18T20:58:09.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-12-18T20:58:09.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
17612024-12-18T20:58:09.963Z
17622024-12-18T20:58:09.963Zinfo: running `cargo check --bins` on sled-hardware-types (25/174)
17632024-12-18T20:58:10.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-12-18T20:58:10.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-12-18T20:58:10.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-12-18T20:58:10.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17672024-12-18T20:58:10.563Z
17682024-12-18T20:58:10.563Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/174)
17692024-12-18T20:58:11.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-12-18T20:58:11.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-12-18T20:58:11.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-12-18T20:58:11.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17732024-12-18T20:58:11.161Z
17742024-12-18T20:58:11.161Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174)
17752024-12-18T20:58:11.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-12-18T20:58:11.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-12-18T20:58:11.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782024-12-18T20:58:11.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17792024-12-18T20:58:11.761Z
17802024-12-18T20:58:11.761Zinfo: running `cargo check --bins` on oxlog (28/174)
17812024-12-18T20:58:12.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822024-12-18T20:58:12.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832024-12-18T20:58:12.346Z Checking cfg-if v1.0.0
17842024-12-18T20:58:12.442Z Checking libc v0.2.162
17852024-12-18T20:58:12.450Z Checking serde v1.0.215
17862024-12-18T20:58:12.453Z Checking zeroize v1.8.1
17872024-12-18T20:58:12.465Z Checking memchr v2.7.4
17882024-12-18T20:58:12.467Z Checking typenum v1.17.0
17892024-12-18T20:58:12.474Z Checking scopeguard v1.2.0
17902024-12-18T20:58:12.494Z Checking subtle v2.6.1
17912024-12-18T20:58:12.507Z Checking value-bag v1.9.0
17922024-12-18T20:58:12.613Z Checking lock_api v0.4.12
17932024-12-18T20:58:12.698Z Checking smallvec v1.13.2
17942024-12-18T20:58:12.739Z Checking itoa v1.0.11
17952024-12-18T20:58:12.892Z Checking log v0.4.22
17962024-12-18T20:58:12.944Z Checking const-oid v0.9.6
17972024-12-18T20:58:13.004Z Checking pin-project-lite v0.2.14
17982024-12-18T20:58:13.044Z Checking byteorder v1.5.0
17992024-12-18T20:58:13.140Z Checking futures-core v0.3.31
18002024-12-18T20:58:13.324Z Checking once_cell v1.20.2
18012024-12-18T20:58:13.339Z Checking cpufeatures v0.2.14
18022024-12-18T20:58:13.398Z Checking futures-sink v0.3.31
18032024-12-18T20:58:13.416Z Checking stable_deref_trait v1.2.0
18042024-12-18T20:58:13.443Z Checking spin v0.9.8
18052024-12-18T20:58:13.510Z Checking zerocopy v0.7.35
18062024-12-18T20:58:13.535Z Checking slab v0.4.9
18072024-12-18T20:58:13.566Z Checking getrandom v0.2.15
18082024-12-18T20:58:13.602Z Checking parking_lot_core v0.9.10
18092024-12-18T20:58:13.730Z Checking generic-array v0.14.7
18102024-12-18T20:58:13.777Z Checking rand_core v0.6.4
18112024-12-18T20:58:13.791Z Checking signal-hook-registry v1.4.2
18122024-12-18T20:58:13.794Z Checking mio v1.0.2
18132024-12-18T20:58:13.920Z Checking parking_lot v0.12.3
18142024-12-18T20:58:14.022Z Checking socket2 v0.5.8
18152024-12-18T20:58:14.072Z Checking zerofrom v0.1.4
18162024-12-18T20:58:14.259Z Checking futures-channel v0.3.31
18172024-12-18T20:58:14.295Z Checking yoke v0.7.4
18182024-12-18T20:58:14.412Z Checking foldhash v0.1.3
18192024-12-18T20:58:14.484Z Checking pin-utils v0.1.0
18202024-12-18T20:58:14.567Z Checking allocator-api2 v0.2.18
18212024-12-18T20:58:14.604Z Checking equivalent v1.0.1
18222024-12-18T20:58:14.619Z Checking futures-io v0.3.31
18232024-12-18T20:58:14.621Z Checking futures-task v0.3.31
18242024-12-18T20:58:14.702Z Checking zerovec v0.10.4
18252024-12-18T20:58:14.746Z Checking ryu v1.0.18
18262024-12-18T20:58:14.793Z Checking tinyvec_macros v0.1.1
18272024-12-18T20:58:14.836Z Checking futures-util v0.3.31
18282024-12-18T20:58:14.857Z Checking crypto-common v0.1.6
18292024-12-18T20:58:14.870Z Checking block-buffer v0.10.4
18302024-12-18T20:58:14.882Z Checking block-padding v0.3.3
18312024-12-18T20:58:14.964Z Checking tinyvec v1.8.0
18322024-12-18T20:58:15.032Z Checking fnv v1.0.7
18332024-12-18T20:58:15.072Z Checking inout v0.1.3
18342024-12-18T20:58:15.092Z Checking digest v0.10.7
18352024-12-18T20:58:15.146Z Checking libm v0.2.8
18362024-12-18T20:58:15.191Z Checking hashbrown v0.15.1
18372024-12-18T20:58:15.302Z Checking cipher v0.4.4
18382024-12-18T20:58:15.457Z Checking hmac v0.12.1
18392024-12-18T20:58:15.669Z Checking sha2 v0.10.8
18402024-12-18T20:58:15.683Z Checking unicode-bidi v0.3.17
18412024-12-18T20:58:16.082Z Checking base64ct v1.6.0
18422024-12-18T20:58:16.245Z Checking writeable v0.5.5
18432024-12-18T20:58:16.272Z Checking litemap v0.7.3
18442024-12-18T20:58:16.285Z Checking unicode-normalization v0.1.24
18452024-12-18T20:58:16.309Z Checking num-traits v0.2.19
18462024-12-18T20:58:16.366Z Checking tinystr v0.7.6
18472024-12-18T20:58:16.484Z Checking pem-rfc7468 v0.7.0
18482024-12-18T20:58:16.535Z Checking ppv-lite86 v0.2.20
18492024-12-18T20:58:16.614Z Checking flagset v0.4.6
18502024-12-18T20:58:16.727Z Checking icu_locid v1.5.0
18512024-12-18T20:58:16.742Z Checking tracing-core v0.1.32
18522024-12-18T20:58:16.794Z Checking der v0.7.9
18532024-12-18T20:58:17.174Z Checking thiserror v1.0.69
18542024-12-18T20:58:17.306Z Checking icu_locid_transform_data v1.5.0
18552024-12-18T20:58:17.325Z Checking rand_chacha v0.3.1
18562024-12-18T20:58:17.388Z Checking percent-encoding v2.3.1
18572024-12-18T20:58:17.404Z Checking bytes v1.8.0
18582024-12-18T20:58:17.404Z Checking indexmap v2.6.0
18592024-12-18T20:58:17.579Z Checking serde_json v1.0.132
18602024-12-18T20:58:17.706Z Checking bitflags v2.6.0
18612024-12-18T20:58:17.708Z Checking icu_provider v1.5.0
18622024-12-18T20:58:18.003Z Checking rustls-pki-types v1.10.0
18632024-12-18T20:58:18.047Z Checking rand v0.8.5
18642024-12-18T20:58:18.237Z Checking tokio v1.40.0
18652024-12-18T20:58:18.335Z Checking http v1.1.0
18662024-12-18T20:58:18.560Z Checking icu_locid_transform v1.5.0
18672024-12-18T20:58:18.616Z Checking spki v0.7.3
18682024-12-18T20:58:18.664Z Checking tracing v0.1.40
18692024-12-18T20:58:18.883Z Checking icu_collections v1.5.0
18702024-12-18T20:58:19.012Z Checking salsa20 v0.10.2
18712024-12-18T20:58:19.214Z Checking pbkdf2 v0.12.2
18722024-12-18T20:58:19.280Z Checking aws-lc-sys v0.22.0
18732024-12-18T20:58:19.369Z Checking httparse v1.9.5
18742024-12-18T20:58:19.397Z Checking icu_properties_data v1.5.0
18752024-12-18T20:58:19.519Z Checking mirai-annotations v1.12.0
18762024-12-18T20:58:19.531Z Checking untrusted v0.9.0
18772024-12-18T20:58:19.622Z Checking untrusted v0.7.1
18782024-12-18T20:58:19.625Z Checking powerfmt v0.2.0
18792024-12-18T20:58:19.669Z Checking ring v0.17.8
18802024-12-18T20:58:19.683Z Checking icu_properties v1.5.1
18812024-12-18T20:58:19.776Z Checking scrypt v0.11.0
18822024-12-18T20:58:19.791Z Checking cbc v0.1.2
18832024-12-18T20:58:19.837Z Checking aes v0.8.4
18842024-12-18T20:58:19.877Z Checking deranged v0.3.11
18852024-12-18T20:58:19.980Z Checking crossbeam-utils v0.8.20
18862024-12-18T20:58:19.994Z Checking num-conv v0.1.0
18872024-12-18T20:58:20.233Z Checking time-core v0.1.2
18882024-12-18T20:58:20.387Z Checking atomic-waker v1.1.2
18892024-12-18T20:58:20.516Z Checking num_threads v0.1.7
18902024-12-18T20:58:20.626Z Checking write16 v1.0.0
18912024-12-18T20:58:20.699Z Checking icu_normalizer_data v1.5.0
18922024-12-18T20:58:20.742Z Checking utf16_iter v1.0.5
18932024-12-18T20:58:20.760Z Checking utf8_iter v1.0.4
18942024-12-18T20:58:20.797Z Checking pkcs5 v0.7.1
18952024-12-18T20:58:20.896Z Checking http-body v1.0.1
18962024-12-18T20:58:20.944Z Checking form_urlencoded v1.2.1
18972024-12-18T20:58:21.081Z Checking try-lock v0.2.5
18982024-12-18T20:58:21.145Z Checking httpdate v1.0.3
18992024-12-18T20:58:21.212Z Checking want v0.3.1
19002024-12-18T20:58:21.307Z Checking pkcs8 v0.10.2
19012024-12-18T20:58:21.368Z Checking unicode-ident v1.0.13
19022024-12-18T20:58:21.385Z Checking uuid v1.11.0
19032024-12-18T20:58:21.499Z Checking serde_spanned v0.6.8
19042024-12-18T20:58:21.526Z Checking proc-macro2 v1.0.89
19052024-12-18T20:58:21.586Z Checking toml_datetime v0.6.8
19062024-12-18T20:58:21.600Z Checking time v0.3.36
19072024-12-18T20:58:21.667Z Checking slog v2.7.0
19082024-12-18T20:58:21.782Z Checking aws-lc-rs v1.10.0
19092024-12-18T20:58:21.856Z Checking scroll v0.12.0
19102024-12-18T20:58:22.000Z Checking adler2 v2.0.0
19112024-12-18T20:58:22.124Z Checking match_cfg v0.1.0
19122024-12-18T20:58:22.143Z Checking base64 v0.22.1
19132024-12-18T20:58:22.166Z Checking iana-time-zone v0.1.61
19142024-12-18T20:58:22.206Z Checking foreign-types-shared v0.1.1
19152024-12-18T20:58:22.306Z Checking plain v0.2.3
19162024-12-18T20:58:22.308Z Checking tower-service v0.3.3
19172024-12-18T20:58:22.334Z Checking ucd-trie v0.1.7
19182024-12-18T20:58:22.433Z Checking foreign-types v0.3.2
19192024-12-18T20:58:22.454Z Checking goblin v0.8.2
19202024-12-18T20:58:22.519Z Checking chrono v0.4.38
19212024-12-18T20:58:22.533Z Checking pest v2.7.14
19222024-12-18T20:58:22.589Z Checking hostname v0.3.1
19232024-12-18T20:58:22.708Z Checking quote v1.0.37
19242024-12-18T20:58:22.988Z Checking icu_normalizer v1.5.0
19252024-12-18T20:58:23.026Z Checking miniz_oxide v0.8.0
19262024-12-18T20:58:23.682Z Checking rustls-webpki v0.102.8
19272024-12-18T20:58:23.775Z Checking openssl-sys v0.9.103
19282024-12-18T20:58:23.804Z Checking idna_adapter v1.2.0
19292024-12-18T20:58:23.991Z Checking idna v1.0.3
19302024-12-18T20:58:24.070Z Checking dirs-sys-next v0.1.2
19312024-12-18T20:58:24.241Z Checking errno v0.3.9
19322024-12-18T20:58:24.389Z Checking aho-corasick v1.1.3
19332024-12-18T20:58:24.405Z Checking regex-syntax v0.8.5
19342024-12-18T20:58:24.474Z Checking url v2.5.3
19352024-12-18T20:58:24.531Z Checking siphasher v0.3.11
19362024-12-18T20:58:24.841Z Checking data-encoding v2.6.0
19372024-12-18T20:58:24.969Z Checking pretty-hex v0.4.1
19382024-12-18T20:58:25.051Z Checking openssl v0.10.66
19392024-12-18T20:58:25.138Z Checking dtrace-parser v0.2.0
19402024-12-18T20:58:25.291Z Checking rustix v0.38.37
19412024-12-18T20:58:25.461Z Checking tokio-util v0.7.12
19422024-12-18T20:58:25.538Z Checking dirs-next v2.0.0
19432024-12-18T20:58:25.581Z Checking syn v2.0.87
19442024-12-18T20:58:25.663Z Checking http-body-util v0.1.2
19452024-12-18T20:58:26.069Z Checking crossbeam-epoch v0.9.18
19462024-12-18T20:58:26.086Z Checking signature v2.2.0
19472024-12-18T20:58:26.272Z Checking sha1 v0.10.6
19482024-12-18T20:58:26.351Z Checking h2 v0.4.6
19492024-12-18T20:58:26.481Z Checking lazy_static v1.5.0
19502024-12-18T20:58:26.531Z Checking thread_local v1.1.8
19512024-12-18T20:58:26.596Z Checking thread-id v4.2.2
19522024-12-18T20:58:26.692Z Checking encoding_rs v0.8.34
19532024-12-18T20:58:26.811Z Checking gimli v0.31.1
19542024-12-18T20:58:27.262Z Checking dof v0.3.0
19552024-12-18T20:58:27.616Z Checking regex-automata v0.4.8
19562024-12-18T20:58:27.840Z Checking anstyle v1.0.10
19572024-12-18T20:58:28.166Z Checking mime v0.3.17
19582024-12-18T20:58:28.471Z Checking unicode-properties v0.1.3
19592024-12-18T20:58:28.832Z Checking openssl-probe v0.1.5
19602024-12-18T20:58:28.851Z Checking utf8parse v0.2.2
19612024-12-18T20:58:28.964Z Checking winnow v0.6.20
19622024-12-18T20:58:28.978Z Checking ipnet v2.10.1
19632024-12-18T20:58:28.992Z Checking anstyle-parse v0.2.5
19642024-12-18T20:58:29.255Z Checking stringprep v0.1.5
19652024-12-18T20:58:29.457Z Checking crossbeam-deque v0.8.5
19662024-12-18T20:58:29.525Z Checking term v0.7.0
19672024-12-18T20:58:29.766Z Checking rustls v0.22.4
19682024-12-18T20:58:29.975Z Checking rustls v0.23.19
19692024-12-18T20:58:30.481Z Checking native-tls v0.2.12
19702024-12-18T20:58:30.654Z Checking addr2line v0.24.2
19712024-12-18T20:58:30.782Z Checking slog-json v2.6.1
19722024-12-18T20:58:31.033Z Checking serde_urlencoded v0.7.1
19732024-12-18T20:58:31.173Z Checking crossbeam-channel v0.5.13
19742024-12-18T20:58:31.450Z Checking futures-executor v0.3.31
19752024-12-18T20:58:31.661Z Checking rustls-pemfile v2.2.0
19762024-12-18T20:58:31.849Z Checking num-integer v0.1.46
19772024-12-18T20:58:31.896Z Checking idna v0.4.0
19782024-12-18T20:58:31.912Z Checking usdt-impl v0.5.0
19792024-12-18T20:58:31.957Z Checking toml_edit v0.22.22
19802024-12-18T20:58:32.155Z Checking idna v0.3.0
19812024-12-18T20:58:32.239Z Checking hyper v1.5.0
19822024-12-18T20:58:32.317Z Checking md-5 v0.10.6
19832024-12-18T20:58:32.410Z Checking ff v0.13.0
19842024-12-18T20:58:32.530Z Checking is-terminal v0.4.13
19852024-12-18T20:58:32.615Z Checking memmap v0.7.0
19862024-12-18T20:58:32.650Z Checking hash32 v0.2.1
19872024-12-18T20:58:32.754Z Checking object v0.36.5
19882024-12-18T20:58:32.800Z Checking fallible-iterator v0.2.0
19892024-12-18T20:58:32.954Z Checking psl-types v2.0.11
19902024-12-18T20:58:32.958Z Checking dyn-clone v1.0.17
19912024-12-18T20:58:33.094Z Checking rustc-demangle v0.1.24
19922024-12-18T20:58:33.122Z Checking either v1.13.0
19932024-12-18T20:58:33.368Z Checking is_terminal_polyfill v1.70.1
19942024-12-18T20:58:33.384Z Checking base16ct v0.2.0
19952024-12-18T20:58:33.478Z Checking anstyle-query v1.1.1
19962024-12-18T20:58:33.492Z Checking quick-error v1.2.3
19972024-12-18T20:58:33.507Z Checking utf-8 v0.7.6
19982024-12-18T20:58:33.554Z Checking take_mut v0.2.2
19992024-12-18T20:58:33.601Z Checking linked-hash-map v0.5.6
20002024-12-18T20:58:33.616Z Checking colorchoice v1.0.2
20012024-12-18T20:58:33.683Z Checking slog-async v2.8.0
20022024-12-18T20:58:33.703Z Checking tungstenite v0.24.0
20032024-12-18T20:58:33.729Z Checking anstream v0.6.15
20042024-12-18T20:58:33.919Z Checking lru-cache v0.1.2
20052024-12-18T20:58:33.963Z Checking resolv-conf v0.7.0
20062024-12-18T20:58:34.084Z Checking sec1 v0.7.3
20072024-12-18T20:58:34.099Z Checking tokio-rustls v0.25.0
20082024-12-18T20:58:34.282Z Checking hyper-util v0.1.10
20092024-12-18T20:58:34.296Z Checking postgres-protocol v0.6.7
20102024-12-18T20:58:34.441Z Checking publicsuffix v2.2.3
20112024-12-18T20:58:34.456Z Checking schemars v0.8.21
20122024-12-18T20:58:34.504Z Checking toml v0.8.19
20132024-12-18T20:58:34.583Z Checking heapless v0.7.17
20142024-12-18T20:58:34.672Z Checking usdt v0.5.0
20152024-12-18T20:58:34.929Z Checking hickory-proto v0.24.1
20162024-12-18T20:58:34.945Z Checking slog-term v2.9.1
20172024-12-18T20:58:35.214Z Checking group v0.13.0
20182024-12-18T20:58:35.356Z Checking tokio-rustls v0.26.0
20192024-12-18T20:58:35.437Z Checking num-iter v0.1.45
20202024-12-18T20:58:35.473Z Checking futures v0.3.31
20212024-12-18T20:58:35.572Z Checking slog-bunyan v2.5.0
20222024-12-18T20:58:35.605Z Checking tokio-native-tls v0.3.1
20232024-12-18T20:58:35.622Z Checking rayon-core v1.12.1
20242024-12-18T20:58:35.727Z Checking multer v3.1.0
20252024-12-18T20:58:35.740Z Checking terminal_size v0.4.0
20262024-12-18T20:58:35.851Z Checking phf_shared v0.11.2
20272024-12-18T20:58:35.896Z Checking cookie v0.18.1
20282024-12-18T20:58:36.093Z Checking async-stream v0.3.6
20292024-12-18T20:58:36.096Z Checking bzip2-sys v0.1.11+1.0.8
20302024-12-18T20:58:36.135Z Checking camino v1.1.9
20312024-12-18T20:58:36.214Z Checking signal-hook v0.3.17
20322024-12-18T20:58:36.228Z Checking waitgroup v0.1.2
20332024-12-18T20:58:36.269Z Checking openapiv3 v2.0.0
20342024-12-18T20:58:36.283Z Checking webpki-roots v0.26.6
20352024-12-18T20:58:36.332Z Checking serde_path_to_error v0.1.16
20362024-12-18T20:58:36.349Z Checking idna v0.5.0
20372024-12-18T20:58:36.469Z Checking hkdf v0.12.4
20382024-12-18T20:58:36.534Z Checking crypto-bigint v0.5.5
20392024-12-18T20:58:36.670Z Checking hostname v0.4.0
20402024-12-18T20:58:36.684Z Checking crc32fast v1.4.2
20412024-12-18T20:58:36.794Z Checking clap_lex v0.7.2
20422024-12-18T20:58:36.906Z Checking unicode-width v0.1.14
20432024-12-18T20:58:36.920Z Checking winnow v0.5.40
20442024-12-18T20:58:37.039Z Checking managed v0.8.0
20452024-12-18T20:58:37.170Z Checking bitflags v1.3.2
20462024-12-18T20:58:37.268Z Checking debug-ignore v1.0.5
20472024-12-18T20:58:37.364Z Checking strsim v0.11.1
20482024-12-18T20:58:37.378Z Checking smoltcp v0.9.1
20492024-12-18T20:58:37.396Z Checking console v0.15.8
20502024-12-18T20:58:37.654Z Checking clap_builder v4.5.21
20512024-12-18T20:58:37.970Z Checking cookie_store v0.21.0
20522024-12-18T20:58:38.658Z Checking flate2 v1.0.34
20532024-12-18T20:58:38.880Z Checking signal-hook-mio v0.2.4
20542024-12-18T20:58:39.013Z Checking hyper-rustls v0.27.3
20552024-12-18T20:58:39.171Z Checking backtrace v0.3.74
20562024-12-18T20:58:39.306Z Checking rayon v1.10.0
20572024-12-18T20:58:39.327Z Checking elliptic-curve v0.13.8
20582024-12-18T20:58:39.362Z Checking hyper-tls v0.6.0
20592024-12-18T20:58:39.613Z Checking dropshot v0.12.0
20602024-12-18T20:58:39.629Z Checking bzip2 v0.4.4
20612024-12-18T20:58:39.642Z Checking hickory-resolver v0.24.1
20622024-12-18T20:58:39.707Z Checking anyhow v1.0.93
20632024-12-18T20:58:39.904Z Checking phf v0.11.2
20642024-12-18T20:58:39.954Z Checking toml_edit v0.19.15
20652024-12-18T20:58:39.956Z Checking num-bigint-dig v0.8.4
20662024-12-18T20:58:40.078Z Checking postgres-types v0.2.8
20672024-12-18T20:58:40.174Z Checking tokio-tungstenite v0.24.0
20682024-12-18T20:58:40.612Z Checking bstr v1.10.0
20692024-12-18T20:58:40.669Z Checking regex v1.11.1
20702024-12-18T20:58:40.813Z Checking tokio-stream v0.1.16
20712024-12-18T20:58:41.265Z Checking ed25519 v2.2.3
20722024-12-18T20:58:41.279Z Checking phf_shared v0.10.0
20732024-12-18T20:58:41.554Z Checking zerocopy v0.6.6
20742024-12-18T20:58:41.568Z Checking curve25519-dalek v4.1.3
20752024-12-18T20:58:41.572Z Checking pkcs1 v0.7.5
20762024-12-18T20:58:41.686Z Checking hubpack v0.1.2
20772024-12-18T20:58:41.965Z Checking portable-atomic v1.9.0
20782024-12-18T20:58:41.996Z Checking float-cmp v0.9.0
20792024-12-18T20:58:42.114Z Checking serde-big-array v0.5.1
20802024-12-18T20:58:42.168Z Checking rfc6979 v0.4.0
20812024-12-18T20:58:42.304Z Checking sync_wrapper v1.0.1
20822024-12-18T20:58:42.325Z Checking precomputed-hash v0.1.1
20832024-12-18T20:58:42.344Z Checking number_prefix v0.4.0
20842024-12-18T20:58:42.368Z Checking unicode-width v0.2.0
20852024-12-18T20:58:42.426Z Checking difflib v0.4.0
20862024-12-18T20:58:42.440Z Checking bit-vec v0.6.3
20872024-12-18T20:58:42.520Z Checking fixedbitset v0.4.2
20882024-12-18T20:58:42.727Z Checking static_assertions v1.1.0
20892024-12-18T20:58:42.767Z Checking whoami v1.5.2
20902024-12-18T20:58:42.802Z Checking predicates-core v1.0.8
20912024-12-18T20:58:42.817Z Checking minimal-lexical v0.2.1
20922024-12-18T20:58:42.831Z Checking unicode-segmentation v1.12.0
20932024-12-18T20:58:42.972Z Checking new_debug_unreachable v1.0.6
20942024-12-18T20:58:42.990Z Checking normalize-line-endings v0.3.0
20952024-12-18T20:58:43.043Z Checking tokio-postgres v0.7.12
20962024-12-18T20:58:43.056Z Checking string_cache v0.8.7
20972024-12-18T20:58:43.094Z Checking indicatif v0.17.9
20982024-12-18T20:58:43.108Z Checking predicates v3.1.2
20992024-12-18T20:58:43.181Z Checking nom v7.1.3
21002024-12-18T20:58:43.215Z Checking qorb v0.2.1
21012024-12-18T20:58:43.312Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243)
21022024-12-18T20:58:43.397Z Checking ed25519-dalek v2.1.1
21032024-12-18T20:58:43.484Z Checking similar v2.6.0
21042024-12-18T20:58:43.760Z Checking petgraph v0.6.5
21052024-12-18T20:58:43.797Z Checking bit-set v0.5.3
21062024-12-18T20:58:43.838Z Checking reqwest v0.12.9
21072024-12-18T20:58:44.050Z Checking toml v0.7.8
21082024-12-18T20:58:44.311Z Checking ecdsa v0.16.9
21092024-12-18T20:58:44.740Z Checking rsa v0.9.6
21102024-12-18T20:58:45.031Z Checking clap v4.5.21
21112024-12-18T20:58:45.156Z Checking zip v0.6.6
21122024-12-18T20:58:45.645Z Checking crossterm v0.28.1
21132024-12-18T20:58:45.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21142024-12-18T20:58:45.793Z Checking itertools v0.10.5
21152024-12-18T20:58:45.796Z Checking fs-err v2.11.0
21162024-12-18T20:58:45.822Z Checking ahash v0.8.11
21172024-12-18T20:58:46.061Z Checking x509-cert v0.2.5
21182024-12-18T20:58:46.103Z Checking hex v0.4.3
21192024-12-18T20:58:46.349Z Checking semver v1.0.23
21202024-12-18T20:58:46.364Z Checking heck v0.4.1
21212024-12-18T20:58:46.562Z Checking lalrpop-util v0.19.12
21222024-12-18T20:58:46.607Z Checking peg-runtime v0.8.3
21232024-12-18T20:58:46.754Z Checking sigpipe v0.1.3
21242024-12-18T20:58:48.148Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21252024-12-18T20:58:48.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.66s
21262024-12-18T20:58:48.591Z
21272024-12-18T20:58:48.591Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174)
21282024-12-18T20:58:49.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292024-12-18T20:58:49.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302024-12-18T20:58:49.213Z Compiling hashbrown v0.14.5
21312024-12-18T20:58:49.328Z Checking heck v0.5.0
21322024-12-18T20:58:49.338Z Compiling unsafe-libyaml v0.2.11
21332024-12-18T20:58:49.348Z Compiling ident_case v1.0.1
21342024-12-18T20:58:49.359Z Checking progenitor-client v0.8.0
21352024-12-18T20:58:49.371Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21362024-12-18T20:58:49.384Z Compiling proc-macro-crate v1.3.1
21372024-12-18T20:58:49.481Z Compiling darling_core v0.20.10
21382024-12-18T20:58:49.508Z Checking ipnetwork v0.20.0
21392024-12-18T20:58:49.689Z Compiling structmeta-derive v0.3.0
21402024-12-18T20:58:49.721Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21412024-12-18T20:58:49.872Z Compiling newtype-uuid v1.1.3
21422024-12-18T20:58:50.028Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21432024-12-18T20:58:50.178Z Compiling lzma-sys v0.1.20
21442024-12-18T20:58:50.376Z Compiling foreign-types-macros v0.2.3
21452024-12-18T20:58:50.492Z Checking regress v0.10.1
21462024-12-18T20:58:50.612Z Compiling serde_yaml v0.9.34+deprecated
21472024-12-18T20:58:50.925Z Compiling num_enum_derive v0.5.11
21482024-12-18T20:58:51.252Z Compiling dropshot v0.13.0
21492024-12-18T20:58:51.540Z Checking arc-swap v1.7.1
21502024-12-18T20:58:51.665Z Checking foreign-types-shared v0.3.1
21512024-12-18T20:58:51.773Z Checking foreign-types v0.5.0
21522024-12-18T20:58:51.952Z Checking slog-scope v4.4.0
21532024-12-18T20:58:51.972Z Compiling proc-macro-error v1.0.4
21542024-12-18T20:58:52.634Z Compiling structmeta v0.3.0
21552024-12-18T20:58:52.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21562024-12-18T20:58:52.664Z Checking tungstenite v0.21.0
21572024-12-18T20:58:52.750Z Compiling heck v0.3.3
21582024-12-18T20:58:53.053Z Compiling parse-display-derive v0.10.0
21592024-12-18T20:58:53.174Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21602024-12-18T20:58:53.440Z Checking num_enum v0.5.11
21612024-12-18T20:58:53.589Z Compiling dropshot_endpoint v0.13.0
21622024-12-18T20:58:53.604Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21632024-12-18T20:58:53.957Z Checking cstr-argument v0.1.2
21642024-12-18T20:58:53.992Z Checking typify-impl v0.2.0
21652024-12-18T20:58:54.331Z Checking instant v0.1.13
21662024-12-18T20:58:54.443Z Checking pretty-hex v0.2.1
21672024-12-18T20:58:54.595Z Checking base64 v0.21.7
21682024-12-18T20:58:54.874Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21692024-12-18T20:58:55.067Z Checking fastrand v2.1.1
21702024-12-18T20:58:55.211Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21712024-12-18T20:58:55.410Z Checking tempfile v3.13.0
21722024-12-18T20:58:55.483Z Checking backoff v0.4.0
21732024-12-18T20:58:55.534Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742024-12-18T20:58:55.674Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21752024-12-18T20:58:55.779Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21762024-12-18T20:58:55.794Z Checking tokio-tungstenite v0.21.0
21772024-12-18T20:58:55.926Z Checking strum v0.26.3
21782024-12-18T20:58:55.994Z Compiling zone_cfg_derive v0.1.2
21792024-12-18T20:58:56.074Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21802024-12-18T20:58:56.299Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21812024-12-18T20:58:56.397Z Compiling darling_macro v0.20.10
21822024-12-18T20:58:56.514Z Checking slog-stdlog v4.1.1
21832024-12-18T20:58:56.661Z Checking regress v0.9.1
21842024-12-18T20:58:56.691Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21852024-12-18T20:58:56.799Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21862024-12-18T20:58:56.837Z Checking colored v2.1.0
21872024-12-18T20:58:57.079Z Checking macaddr v1.0.1
21882024-12-18T20:58:57.113Z Checking base64 v0.13.1
21892024-12-18T20:58:57.315Z Compiling darling v0.20.10
21902024-12-18T20:58:57.435Z Compiling serde_with_macros v3.11.0
21912024-12-18T20:58:57.449Z Checking zone v0.1.8
21922024-12-18T20:58:57.487Z Checking ron v0.7.1
21932024-12-18T20:58:57.618Z Checking parse-display v0.10.0
21942024-12-18T20:58:57.848Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21952024-12-18T20:58:58.100Z Checking xz2 v0.1.7
21962024-12-18T20:58:58.312Z Checking slog-envlogger v2.2.0
21972024-12-18T20:58:58.390Z Checking tabwriter v1.4.0
21982024-12-18T20:58:58.537Z Checking xattr v1.3.1
21992024-12-18T20:58:58.582Z Checking pem v3.0.4
22002024-12-18T20:58:58.617Z Checking yasna v0.5.2
22012024-12-18T20:58:58.727Z Checking headers-core v0.3.0
22022024-12-18T20:58:58.823Z Checking smf v0.2.3
22032024-12-18T20:58:58.862Z Checking filetime v0.2.25
22042024-12-18T20:58:59.071Z Checking same-file v1.0.6
22052024-12-18T20:58:59.243Z Checking walkdir v2.5.0
22062024-12-18T20:58:59.259Z Checking tar v0.4.42
22072024-12-18T20:58:59.290Z Checking headers v0.4.0
22082024-12-18T20:58:59.493Z Checking rcgen v0.12.1
22092024-12-18T20:58:59.518Z Checking atomicwrites v0.4.4
22102024-12-18T20:58:59.710Z Checking camino-tempfile v1.1.1
22112024-12-18T20:58:59.969Z Checking subprocess v0.2.9
22122024-12-18T20:59:00.288Z Checking serde_with v3.11.0
22132024-12-18T20:59:04.145Z Compiling typify-macro v0.2.0
22142024-12-18T20:59:05.974Z Compiling typify v0.2.0
22152024-12-18T20:59:06.038Z Compiling progenitor-impl v0.8.0
22162024-12-18T20:59:09.096Z Compiling progenitor-macro v0.8.0
22172024-12-18T20:59:13.716Z Checking progenitor v0.8.0
22182024-12-18T20:59:13.863Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22192024-12-18T20:59:13.866Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22202024-12-18T20:59:16.439Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22212024-12-18T20:59:16.790Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22222024-12-18T20:59:22.731Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22232024-12-18T20:59:24.254Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-12-18T20:59:25.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.86s
22252024-12-18T20:59:25.649Z
22262024-12-18T20:59:25.649Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174)
22272024-12-18T20:59:26.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-12-18T20:59:26.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-12-18T20:59:26.268Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22302024-12-18T20:59:27.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
22312024-12-18T20:59:27.826Z
22322024-12-18T20:59:27.826Zinfo: running `cargo check --bins` on nexus-config (31/174)
22332024-12-18T20:59:28.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-12-18T20:59:28.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-12-18T20:59:28.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-12-18T20:59:28.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22372024-12-18T20:59:28.414Z
22382024-12-18T20:59:28.414Zinfo: running `cargo check --bins` on omicron-rpaths (32/174)
22392024-12-18T20:59:28.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-12-18T20:59:28.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-12-18T20:59:28.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-12-18T20:59:28.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22432024-12-18T20:59:28.984Z
22442024-12-18T20:59:28.984Zinfo: running `cargo check --bins` on omicron-certificates (33/174)
22452024-12-18T20:59:29.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-12-18T20:59:29.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-12-18T20:59:29.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482024-12-18T20:59:29.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22492024-12-18T20:59:29.572Z
22502024-12-18T20:59:29.572Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/174)
22512024-12-18T20:59:30.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522024-12-18T20:59:30.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532024-12-18T20:59:30.222Z Compiling zerocopy v0.8.10
22542024-12-18T20:59:30.222Z Compiling progenitor-client v0.8.0
22552024-12-18T20:59:30.222Z Compiling itertools v0.13.0
22562024-12-18T20:59:30.225Z Compiling zerocopy-derive v0.8.10
22572024-12-18T20:59:30.225Z Compiling heapless v0.8.0
22582024-12-18T20:59:30.225Z Compiling newtype-uuid v1.1.3
22592024-12-18T20:59:30.225Z Compiling ipnetwork v0.20.0
22602024-12-18T20:59:30.225Z Checking hash32 v0.3.1
22612024-12-18T20:59:30.516Z Compiling instant v0.1.13
22622024-12-18T20:59:30.613Z Compiling smoltcp v0.11.0
22632024-12-18T20:59:30.653Z Compiling progenitor v0.8.0
22642024-12-18T20:59:30.774Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22652024-12-18T20:59:30.909Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22662024-12-18T20:59:31.257Z Compiling backoff v0.4.0
22672024-12-18T20:59:31.272Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682024-12-18T20:59:31.351Z Compiling dropshot v0.13.0
22692024-12-18T20:59:31.532Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702024-12-18T20:59:31.597Z Compiling parse-display v0.10.0
22712024-12-18T20:59:31.615Z Compiling serde_with v3.11.0
22722024-12-18T20:59:31.701Z Checking num-rational v0.4.2
22732024-12-18T20:59:32.064Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22742024-12-18T20:59:32.305Z Compiling regress v0.9.1
22752024-12-18T20:59:32.349Z Compiling phf_generator v0.11.2
22762024-12-18T20:59:32.532Z Checking num-complex v0.4.6
22772024-12-18T20:59:33.399Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22782024-12-18T20:59:33.980Z Compiling macaddr v1.0.1
22792024-12-18T20:59:34.402Z Checking cobs v0.2.3
22802024-12-18T20:59:34.475Z Compiling num v0.4.3
22812024-12-18T20:59:34.579Z Checking postcard v1.0.10
22822024-12-18T20:59:34.697Z Compiling phf_codegen v0.11.2
22832024-12-18T20:59:35.140Z Compiling parse-zoneinfo v0.3.1
22842024-12-18T20:59:35.617Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-18T20:59:35.888Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862024-12-18T20:59:36.029Z Checking float-ord v0.3.2
22872024-12-18T20:59:36.337Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22882024-12-18T20:59:36.392Z Compiling convert_case v0.4.0
22892024-12-18T20:59:37.196Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22902024-12-18T20:59:37.396Z Compiling derive_more v0.99.18
22912024-12-18T20:59:37.436Z Compiling chrono-tz-build v0.4.0
22922024-12-18T20:59:37.935Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22932024-12-18T20:59:38.836Z Compiling crucible-workspace-hack v0.1.0
22942024-12-18T20:59:38.889Z Compiling thiserror v2.0.3
22952024-12-18T20:59:39.010Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22962024-12-18T20:59:39.123Z Compiling chrono-tz v0.10.0
22972024-12-18T20:59:39.304Z Checking newline-converter v0.3.0
22982024-12-18T20:59:39.772Z Checking prettyplease v0.2.25
22992024-12-18T20:59:39.867Z Compiling thiserror-impl v2.0.3
23002024-12-18T20:59:40.548Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-12-18T20:59:40.571Z Compiling slog-dtrace v0.3.0
23022024-12-18T20:59:40.771Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23032024-12-18T20:59:40.925Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23042024-12-18T20:59:41.356Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23052024-12-18T20:59:41.968Z Checking expectorate v1.1.0
23062024-12-18T20:59:42.126Z Compiling zone_cfg_derive v0.3.0
23072024-12-18T20:59:42.220Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23082024-12-18T20:59:42.262Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23092024-12-18T20:59:42.572Z Compiling const_format_proc_macros v0.2.33
23102024-12-18T20:59:42.863Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23112024-12-18T20:59:43.434Z Compiling num-derive v0.4.2
23122024-12-18T20:59:43.589Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23132024-12-18T20:59:43.614Z Checking highway v1.2.0
23142024-12-18T20:59:43.774Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152024-12-18T20:59:44.023Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23162024-12-18T20:59:44.053Z Checking zone v0.3.0
23172024-12-18T20:59:44.073Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23182024-12-18T20:59:44.669Z Checking const_format v0.2.33
23192024-12-18T20:59:44.940Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23202024-12-18T20:59:45.093Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23212024-12-18T20:59:45.184Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23222024-12-18T20:59:45.224Z Checking gethostname v0.5.0
23232024-12-18T20:59:45.339Z Checking bcs v0.1.6
23242024-12-18T20:59:45.539Z Compiling async-recursion v1.1.1
23252024-12-18T20:59:45.710Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23262024-12-18T20:59:46.633Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272024-12-18T20:59:47.215Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23282024-12-18T20:59:52.546Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23292024-12-18T20:59:55.791Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23302024-12-18T20:59:58.293Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23312024-12-18T20:59:59.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.85s
23322024-12-18T20:59:59.611Z
23332024-12-18T20:59:59.611Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/174)
23342024-12-18T21:00:00.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23352024-12-18T21:00:00.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23362024-12-18T21:00:00.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23372024-12-18T21:00:00.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23382024-12-18T21:00:00.224Z
23392024-12-18T21:00:00.224Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/174)
23402024-12-18T21:00:00.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23412024-12-18T21:00:00.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23422024-12-18T21:00:00.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23432024-12-18T21:00:00.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23442024-12-18T21:00:00.841Z
23452024-12-18T21:00:00.841Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/174)
23462024-12-18T21:00:01.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23472024-12-18T21:00:01.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23482024-12-18T21:00:01.459Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23492024-12-18T21:00:02.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
23502024-12-18T21:00:02.225Z
23512024-12-18T21:00:02.225Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174)
23522024-12-18T21:00:02.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23532024-12-18T21:00:02.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23542024-12-18T21:00:02.857Z Compiling cfg_aliases v0.1.1
23552024-12-18T21:00:02.862Z Compiling vte_generate_state_changes v0.1.2
23562024-12-18T21:00:02.862Z Checking fd-lock v4.0.2
23572024-12-18T21:00:02.862Z Checking nibble_vec v0.1.0
23582024-12-18T21:00:02.954Z Checking endian-type v0.1.2
23592024-12-18T21:00:02.962Z Checking bytecount v0.6.8
23602024-12-18T21:00:02.980Z Compiling tabled_derive v0.7.0
23612024-12-18T21:00:03.007Z Checking itertools v0.12.1
23622024-12-18T21:00:03.023Z Compiling nix v0.28.0
23632024-12-18T21:00:03.101Z Checking papergrid v0.11.0
23642024-12-18T21:00:03.124Z Compiling peg-macros v0.8.4
23652024-12-18T21:00:03.133Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23662024-12-18T21:00:03.146Z Checking radix_trie v0.2.1
23672024-12-18T21:00:03.537Z Checking vte v0.11.1
23682024-12-18T21:00:03.541Z Compiling sqlparser_derive v0.2.2
23692024-12-18T21:00:04.260Z Checking unicode_categories v0.1.1
23702024-12-18T21:00:04.544Z Checking home v0.5.9
23712024-12-18T21:00:04.588Z Checking nu-ansi-term v0.50.1
23722024-12-18T21:00:04.629Z Checking sqlparser v0.45.0
23732024-12-18T21:00:04.679Z Checking sqlformat v0.2.6
23742024-12-18T21:00:04.841Z Checking strip-ansi-escapes v0.2.0
23752024-12-18T21:00:04.985Z Checking display-error-chain v0.2.2
23762024-12-18T21:00:05.589Z Checking tabled v0.15.0
23772024-12-18T21:00:05.607Z Checking reedline v0.35.0
23782024-12-18T21:00:06.158Z Checking peg v0.8.4
23792024-12-18T21:00:06.267Z Checking rustyline v14.0.0
23802024-12-18T21:00:14.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.36s
23812024-12-18T21:00:14.767Z
23822024-12-18T21:00:14.767Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174)
23832024-12-18T21:00:15.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-12-18T21:00:15.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-12-18T21:00:15.405Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23862024-12-18T21:00:20.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
23872024-12-18T21:00:20.388Z
23882024-12-18T21:00:20.388Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174)
23892024-12-18T21:00:20.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-12-18T21:00:20.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-12-18T21:00:21.016Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23922024-12-18T21:00:24.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
23932024-12-18T21:00:24.746Z
23942024-12-18T21:00:24.746Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174)
23952024-12-18T21:00:25.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-12-18T21:00:25.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-12-18T21:00:25.379Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23982024-12-18T21:00:29.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
23992024-12-18T21:00:30.018Z
24002024-12-18T21:00:30.018Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174)
24012024-12-18T21:00:30.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-12-18T21:00:30.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-12-18T21:00:30.660Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24042024-12-18T21:00:35.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
24052024-12-18T21:00:35.339Z
24062024-12-18T21:00:35.339Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174)
24072024-12-18T21:00:35.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-12-18T21:00:35.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-12-18T21:00:35.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24102024-12-18T21:00:39.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
24112024-12-18T21:00:39.893Z
24122024-12-18T21:00:39.893Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174)
24132024-12-18T21:00:40.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-12-18T21:00:40.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-12-18T21:00:40.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24162024-12-18T21:00:44.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
24172024-12-18T21:00:44.499Z
24182024-12-18T21:00:44.499Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174)
24192024-12-18T21:00:45.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-12-18T21:00:45.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-12-18T21:00:45.132Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24222024-12-18T21:00:49.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
24232024-12-18T21:00:50.064Z
24242024-12-18T21:00:50.064Zinfo: running `cargo check --bins` on oximeter (46/174)
24252024-12-18T21:00:50.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-12-18T21:00:50.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-12-18T21:00:50.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-12-18T21:00:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24292024-12-18T21:00:50.681Z
24302024-12-18T21:00:50.681Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/174)
24312024-12-18T21:00:51.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-12-18T21:00:51.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-12-18T21:00:51.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-12-18T21:00:51.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24352024-12-18T21:00:51.250Z
24362024-12-18T21:00:51.250Zinfo: running `cargo check --bins` on oximeter-schema (48/174)
24372024-12-18T21:00:51.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-12-18T21:00:51.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-12-18T21:00:51.847Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402024-12-18T21:00:52.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
24412024-12-18T21:00:52.421Z
24422024-12-18T21:00:52.421Zinfo: running `cargo check --bins` on oximeter-types (49/174)
24432024-12-18T21:00:57.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-12-18T21:00:57.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-12-18T21:00:57.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-12-18T21:00:57.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24472024-12-18T21:00:57.214Z
24482024-12-18T21:00:57.214Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/174)
24492024-12-18T21:00:57.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-12-18T21:00:57.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-12-18T21:00:57.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-12-18T21:00:57.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24532024-12-18T21:00:57.214Z
24542024-12-18T21:00:57.214Zinfo: running `cargo check --bins` on oxql-types (51/174)
24552024-12-18T21:00:57.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-12-18T21:00:57.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-12-18T21:00:57.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-12-18T21:00:57.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24592024-12-18T21:00:57.214Z
24602024-12-18T21:00:57.214Zinfo: running `cargo check --bins` on oximeter-test-utils (52/174)
24612024-12-18T21:00:57.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-12-18T21:00:57.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-12-18T21:00:57.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-12-18T21:00:57.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24652024-12-18T21:00:57.217Z
24662024-12-18T21:00:57.217Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/174)
24672024-12-18T21:00:57.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-12-18T21:00:57.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-12-18T21:00:57.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-12-18T21:00:57.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24712024-12-18T21:00:57.217Z
24722024-12-18T21:00:57.217Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/174)
24732024-12-18T21:00:57.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-12-18T21:00:57.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-12-18T21:00:57.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-12-18T21:00:57.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24772024-12-18T21:00:57.217Z
24782024-12-18T21:00:57.217Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174)
24792024-12-18T21:00:57.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-12-18T21:00:57.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-12-18T21:00:57.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-12-18T21:00:57.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24832024-12-18T21:00:57.220Z
24842024-12-18T21:00:57.220Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/174)
24852024-12-18T21:00:57.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-12-18T21:00:57.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-12-18T21:00:57.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-12-18T21:00:57.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24892024-12-18T21:00:57.278Z
24902024-12-18T21:00:57.278Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/174)
24912024-12-18T21:00:57.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-12-18T21:00:57.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-12-18T21:00:57.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-12-18T21:00:57.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24952024-12-18T21:00:57.804Z
24962024-12-18T21:00:57.804Zinfo: running `cargo check --bins` on cockroach-admin-client (58/174)
24972024-12-18T21:00:58.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-12-18T21:00:58.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-12-18T21:00:58.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-12-18T21:00:58.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25012024-12-18T21:00:58.372Z
25022024-12-18T21:00:58.381Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/174)
25032024-12-18T21:00:58.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-12-18T21:00:58.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-12-18T21:00:58.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-12-18T21:00:58.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25072024-12-18T21:00:58.974Z
25082024-12-18T21:00:58.974Zinfo: running `cargo check --bins` on dns-service-client (60/174)
25092024-12-18T21:00:59.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-12-18T21:00:59.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-12-18T21:00:59.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25122024-12-18T21:00:59.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25132024-12-18T21:00:59.569Z
25142024-12-18T21:00:59.569Zinfo: running `cargo check --bins` on internal-dns-types (61/174)
25152024-12-18T21:01:00.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-12-18T21:01:00.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-12-18T21:01:00.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-12-18T21:01:00.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25192024-12-18T21:01:00.160Z
25202024-12-18T21:01:00.160Zinfo: running `cargo check --bins` on dpd-client (62/174)
25212024-12-18T21:01:00.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-12-18T21:01:00.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-12-18T21:01:00.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-12-18T21:01:00.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25252024-12-18T21:01:00.749Z
25262024-12-18T21:01:00.749Zinfo: running `cargo check --bins` on gateway-client (63/174)
25272024-12-18T21:01:01.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-12-18T21:01:01.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-12-18T21:01:01.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-12-18T21:01:01.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25312024-12-18T21:01:01.328Z
25322024-12-18T21:01:01.328Zinfo: running `cargo check --bins` on installinator-client (64/174)
25332024-12-18T21:01:01.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-12-18T21:01:01.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-12-18T21:01:01.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-12-18T21:01:01.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25372024-12-18T21:01:01.938Z
25382024-12-18T21:01:01.938Zinfo: running `cargo check --bins` on installinator-common (65/174)
25392024-12-18T21:01:02.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-12-18T21:01:02.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-12-18T21:01:02.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-12-18T21:01:02.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25432024-12-18T21:01:02.544Z
25442024-12-18T21:01:02.544Zinfo: running `cargo check --bins` on update-engine (66/174)
25452024-12-18T21:01:03.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-12-18T21:01:03.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-12-18T21:01:03.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-12-18T21:01:03.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25492024-12-18T21:01:03.282Z
25502024-12-18T21:01:03.282Zinfo: running `cargo check --bins` on nexus-client (67/174)
25512024-12-18T21:01:03.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-12-18T21:01:03.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-12-18T21:01:03.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-12-18T21:01:03.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25552024-12-18T21:01:03.760Z
25562024-12-18T21:01:03.760Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/174)
25572024-12-18T21:01:04.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-12-18T21:01:04.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-12-18T21:01:04.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-12-18T21:01:04.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25612024-12-18T21:01:04.349Z
25622024-12-18T21:01:04.350Zinfo: running `cargo check --bins` on omicron-passwords (69/174)
25632024-12-18T21:01:04.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-12-18T21:01:04.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-12-18T21:01:04.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-12-18T21:01:04.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25672024-12-18T21:01:04.929Z
25682024-12-18T21:01:04.929Zinfo: running `cargo check --bins` on nexus-types (70/174)
25692024-12-18T21:01:05.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-12-18T21:01:05.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-12-18T21:01:05.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-12-18T21:01:05.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25732024-12-18T21:01:05.551Z
25742024-12-18T21:01:05.551Zinfo: running `cargo check --bins` on oxide-client (71/174)
25752024-12-18T21:01:06.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-12-18T21:01:06.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-12-18T21:01:06.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-12-18T21:01:06.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25792024-12-18T21:01:06.130Z
25802024-12-18T21:01:06.130Zinfo: running `cargo check --bins` on oximeter-client (72/174)
25812024-12-18T21:01:06.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-12-18T21:01:06.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-12-18T21:01:06.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-12-18T21:01:06.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25852024-12-18T21:01:06.720Z
25862024-12-18T21:01:06.720Zinfo: running `cargo check --bins` on repo-depot-client (73/174)
25872024-12-18T21:01:07.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-12-18T21:01:07.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-12-18T21:01:07.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-12-18T21:01:07.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25912024-12-18T21:01:07.299Z
25922024-12-18T21:01:07.299Zinfo: running `cargo check --bins` on sled-agent-client (74/174)
25932024-12-18T21:01:07.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-12-18T21:01:07.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-12-18T21:01:07.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-12-18T21:01:07.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25972024-12-18T21:01:07.905Z
25982024-12-18T21:01:07.905Zinfo: running `cargo check --bins` on wicketd-client (75/174)
25992024-12-18T21:01:08.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-12-18T21:01:08.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-12-18T21:01:08.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022024-12-18T21:01:08.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26032024-12-18T21:01:08.531Z
26042024-12-18T21:01:08.531Zinfo: running `cargo check --bins` on sled-agent-types (76/174)
26052024-12-18T21:01:09.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062024-12-18T21:01:09.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072024-12-18T21:01:09.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082024-12-18T21:01:09.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26092024-12-18T21:01:09.149Z
26102024-12-18T21:01:09.149Zinfo: running `cargo check --bins` on wicket-common (77/174)
26112024-12-18T21:01:09.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122024-12-18T21:01:09.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132024-12-18T21:01:09.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142024-12-18T21:01:09.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26152024-12-18T21:01:09.761Z
26162024-12-18T21:01:09.762Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/174)
26172024-12-18T21:01:10.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182024-12-18T21:01:10.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192024-12-18T21:01:10.388Z Checking csv-core v0.1.11
26202024-12-18T21:01:10.388Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26212024-12-18T21:01:10.388Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26222024-12-18T21:01:10.679Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26232024-12-18T21:01:10.698Z Checking csv v1.3.0
26242024-12-18T21:01:11.232Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26252024-12-18T21:01:11.559Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26262024-12-18T21:01:12.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
26272024-12-18T21:01:12.944Z
26282024-12-18T21:01:12.945Zinfo: running `cargo check --bins` on cockroach-admin-api (79/174)
26292024-12-18T21:01:13.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302024-12-18T21:01:13.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312024-12-18T21:01:13.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322024-12-18T21:01:13.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26332024-12-18T21:01:13.537Z
26342024-12-18T21:01:13.537Zinfo: running `cargo check --bins` on cockroach-admin-types (80/174)
26352024-12-18T21:01:14.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362024-12-18T21:01:14.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372024-12-18T21:01:14.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382024-12-18T21:01:14.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26392024-12-18T21:01:14.128Z
26402024-12-18T21:01:14.128Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174)
26412024-12-18T21:01:14.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422024-12-18T21:01:14.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432024-12-18T21:01:14.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442024-12-18T21:01:14.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26452024-12-18T21:01:14.817Z
26462024-12-18T21:01:14.817Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174)
26472024-12-18T21:01:15.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482024-12-18T21:01:15.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492024-12-18T21:01:15.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502024-12-18T21:01:15.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
26512024-12-18T21:01:15.515Z
26522024-12-18T21:01:15.515Zinfo: running `cargo check --bins` on dns-server (83/174)
26532024-12-18T21:01:16.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542024-12-18T21:01:16.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552024-12-18T21:01:16.135Z Compiling parking_lot_core v0.8.6
26562024-12-18T21:01:16.135Z Checking fxhash v0.2.1
26572024-12-18T21:01:16.138Z Checking hickory-server v0.24.1
26582024-12-18T21:01:16.138Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26592024-12-18T21:01:16.138Z Checking hickory-client v0.24.1
26602024-12-18T21:01:16.807Z Checking parking_lot v0.11.2
26612024-12-18T21:01:16.940Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26622024-12-18T21:01:16.940Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26632024-12-18T21:01:17.029Z Checking sled v0.34.7
26642024-12-18T21:01:18.700Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26652024-12-18T21:01:19.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
26662024-12-18T21:01:20.056Z
26672024-12-18T21:01:20.056Zinfo: running `cargo check --bins` on dns-server-api (84/174)
26682024-12-18T21:01:20.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692024-12-18T21:01:20.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702024-12-18T21:01:20.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712024-12-18T21:01:20.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26722024-12-18T21:01:20.647Z
26732024-12-18T21:01:20.647Zinfo: running `cargo check --bins` on gateway-test-utils (85/174)
26742024-12-18T21:01:21.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752024-12-18T21:01:21.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762024-12-18T21:01:21.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772024-12-18T21:01:21.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26782024-12-18T21:01:21.295Z
26792024-12-18T21:01:21.295Zinfo: running `cargo check --bins` on gateway-types (86/174)
26802024-12-18T21:01:21.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812024-12-18T21:01:21.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822024-12-18T21:01:21.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832024-12-18T21:01:21.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26842024-12-18T21:01:21.899Z
26852024-12-18T21:01:21.899Zinfo: running `cargo check --bins` on ipcc (87/174)
26862024-12-18T21:01:22.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872024-12-18T21:01:22.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882024-12-18T21:01:22.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892024-12-18T21:01:22.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26902024-12-18T21:01:22.497Z
26912024-12-18T21:01:22.497Zinfo: running `cargo check --bins` on omicron-gateway (88/174)
26922024-12-18T21:01:23.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932024-12-18T21:01:23.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942024-12-18T21:01:23.163Z Compiling semver v0.1.20
26952024-12-18T21:01:23.163Z Compiling radium v0.7.0
26962024-12-18T21:01:23.166Z Compiling maybe-uninit v2.0.0
26972024-12-18T21:01:23.270Z Checking tap v1.0.1
26982024-12-18T21:01:23.291Z Checking password-hash v0.5.0
26992024-12-18T21:01:23.297Z Checking blake2 v0.10.6
27002024-12-18T21:01:23.299Z Compiling cancel-safe-futures v0.1.5
27012024-12-18T21:01:23.300Z Compiling owo-colors v4.1.0
27022024-12-18T21:01:23.419Z Checking wyz v0.5.1
27032024-12-18T21:01:23.581Z Compiling rustc_version v0.1.7
27042024-12-18T21:01:23.611Z Compiling packed_struct v0.10.1
27052024-12-18T21:01:23.721Z Checking funty v2.0.0
27062024-12-18T21:01:23.750Z Checking crc-catalog v2.4.0
27072024-12-18T21:01:23.796Z Checking argon2 v0.5.3
27082024-12-18T21:01:23.907Z Compiling packed_struct_codegen v0.10.1
27092024-12-18T21:01:23.922Z Checking crc v3.2.1
27102024-12-18T21:01:23.938Z Compiling indexmap v1.9.3
27112024-12-18T21:01:24.048Z Compiling newtype_derive v0.1.6
27122024-12-18T21:01:24.073Z Checking half v2.4.1
27132024-12-18T21:01:24.089Z Checking ciborium-io v0.2.2
27142024-12-18T21:01:24.198Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27152024-12-18T21:01:24.214Z Checking nodrop v0.1.14
27162024-12-18T21:01:24.339Z Checking array-init v0.0.4
27172024-12-18T21:01:24.449Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27182024-12-18T21:01:24.492Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27192024-12-18T21:01:24.507Z Checking smallvec v0.6.14
27202024-12-18T21:01:24.523Z Checking ciborium-ll v0.2.2
27212024-12-18T21:01:24.603Z Checking bitvec v1.0.1
27222024-12-18T21:01:24.816Z Checking libsw v3.3.1
27232024-12-18T21:01:24.898Z Compiling memoffset v0.9.1
27242024-12-18T21:01:25.082Z Checking swrite v0.1.0
27252024-12-18T21:01:25.187Z Checking bitfield v0.14.0
27262024-12-18T21:01:25.203Z Checking hashbrown v0.12.3
27272024-12-18T21:01:25.218Z Checking termcolor v1.4.1
27282024-12-18T21:01:25.234Z Checking linear-map v1.2.0
27292024-12-18T21:01:25.284Z Checking indent_write v2.2.0
27302024-12-18T21:01:25.469Z Checking serde-hex v0.1.0
27312024-12-18T21:01:25.484Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27322024-12-18T21:01:25.647Z Checking env_logger v0.10.2
27332024-12-18T21:01:25.695Z Checking ron v0.8.1
27342024-12-18T21:01:26.070Z Checking ciborium v0.2.2
27352024-12-18T21:01:26.207Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27362024-12-18T21:01:26.712Z Checking steno v0.4.1
27372024-12-18T21:01:26.943Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27382024-12-18T21:01:27.007Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27392024-12-18T21:01:27.026Z Checking hashbrown v0.13.2
27402024-12-18T21:01:27.114Z Checking crc-any v2.5.0
27412024-12-18T21:01:27.167Z Checking humantime v2.1.0
27422024-12-18T21:01:27.457Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27432024-12-18T21:01:27.496Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27442024-12-18T21:01:27.828Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243)
27452024-12-18T21:01:28.051Z Checking object v0.30.4
27462024-12-18T21:01:28.088Z Checking void v1.0.2
27472024-12-18T21:01:28.102Z Checking path-slash v0.1.5
27482024-12-18T21:01:28.221Z Checking lzss v0.8.2
27492024-12-18T21:01:28.306Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27502024-12-18T21:01:28.556Z Checking nix v0.27.1
27512024-12-18T21:01:28.949Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27522024-12-18T21:01:29.111Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27532024-12-18T21:01:29.371Z Checking tungstenite v0.23.0
27542024-12-18T21:01:29.402Z Checking kstat-rs v0.2.4
27552024-12-18T21:01:29.681Z Checking signal-hook-tokio v0.3.1
27562024-12-18T21:01:29.727Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572024-12-18T21:01:30.309Z Checking tokio-tungstenite v0.23.1
27582024-12-18T21:01:30.967Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27592024-12-18T21:01:31.035Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27602024-12-18T21:01:31.294Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612024-12-18T21:01:37.593Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27622024-12-18T21:01:38.842Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27632024-12-18T21:01:41.285Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27642024-12-18T21:01:46.697Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27652024-12-18T21:01:47.362Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27662024-12-18T21:01:50.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.56s
27672024-12-18T21:01:50.250Z
27682024-12-18T21:01:50.250Zinfo: running `cargo check --bins` on gateway-api (89/174)
27692024-12-18T21:01:50.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-12-18T21:01:50.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-12-18T21:01:50.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-12-18T21:01:50.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27732024-12-18T21:01:50.845Z
27742024-12-18T21:01:50.845Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174)
27752024-12-18T21:01:51.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-12-18T21:01:51.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-12-18T21:01:51.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-12-18T21:01:51.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27792024-12-18T21:01:51.420Z
27802024-12-18T21:01:51.420Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174)
27812024-12-18T21:01:51.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-18T21:01:51.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-18T21:01:51.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-18T21:01:51.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27852024-12-18T21:01:52.014Z
27862024-12-18T21:01:52.015Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174)
27872024-12-18T21:01:52.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-18T21:01:52.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-18T21:01:52.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-18T21:01:52.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27912024-12-18T21:01:52.602Z
27922024-12-18T21:01:52.602Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174)
27932024-12-18T21:01:53.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-18T21:01:53.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-18T21:01:53.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-18T21:01:53.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27972024-12-18T21:01:53.194Z
27982024-12-18T21:01:53.195Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174)
27992024-12-18T21:01:53.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-18T21:01:53.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-18T21:01:53.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-18T21:01:53.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28032024-12-18T21:01:53.785Z
28042024-12-18T21:01:53.785Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174)
28052024-12-18T21:01:54.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-18T21:01:54.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-18T21:01:54.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-18T21:01:54.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28092024-12-18T21:01:54.417Z
28102024-12-18T21:01:54.417Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174)
28112024-12-18T21:01:54.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-18T21:01:54.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-18T21:01:54.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-18T21:01:54.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28152024-12-18T21:01:54.987Z
28162024-12-18T21:01:54.987Zinfo: running `cargo check --bins` on oximeter-producer (97/174)
28172024-12-18T21:01:55.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-18T21:01:55.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-18T21:01:55.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-12-18T21:01:55.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28212024-12-18T21:01:55.584Z
28222024-12-18T21:01:55.584Zinfo: running `cargo check --bins` on internal-dns-resolver (98/174)
28232024-12-18T21:01:56.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-18T21:01:56.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-18T21:01:56.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262024-12-18T21:01:56.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28272024-12-18T21:01:56.174Z
28282024-12-18T21:01:56.174Zinfo: running `cargo check --bins` on sp-sim (99/174)
28292024-12-18T21:01:56.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-18T21:01:56.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-18T21:01:56.778Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28322024-12-18T21:01:58.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
28332024-12-18T21:01:58.720Z
28342024-12-18T21:01:58.720Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174)
28352024-12-18T21:01:59.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-18T21:01:59.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-18T21:01:59.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-12-18T21:01:59.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28392024-12-18T21:01:59.363Z
28402024-12-18T21:01:59.363Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174)
28412024-12-18T21:01:59.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-12-18T21:01:59.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-12-18T21:01:59.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-12-18T21:01:59.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28452024-12-18T21:02:00.019Z
28462024-12-18T21:02:00.019Zinfo: running `cargo check --bins` on db-macros (102/174)
28472024-12-18T21:02:00.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-12-18T21:02:00.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-12-18T21:02:00.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-12-18T21:02:00.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28512024-12-18T21:02:00.598Z
28522024-12-18T21:02:00.598Zinfo: running `cargo check --bins` on nexus-macros-common (103/174)
28532024-12-18T21:02:01.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-12-18T21:02:01.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-12-18T21:02:01.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-12-18T21:02:01.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28572024-12-18T21:02:01.182Z
28582024-12-18T21:02:01.182Zinfo: running `cargo check --bins` on nexus-auth (104/174)
28592024-12-18T21:02:01.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-12-18T21:02:01.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-12-18T21:02:01.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-12-18T21:02:01.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28632024-12-18T21:02:01.816Z
28642024-12-18T21:02:01.817Zinfo: running `cargo check --bins` on authz-macros (105/174)
28652024-12-18T21:02:02.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-12-18T21:02:02.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-12-18T21:02:02.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-12-18T21:02:02.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28692024-12-18T21:02:02.393Z
28702024-12-18T21:02:02.393Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/174)
28712024-12-18T21:02:02.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-12-18T21:02:02.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-12-18T21:02:02.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-12-18T21:02:02.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28752024-12-18T21:02:03.011Z
28762024-12-18T21:02:03.012Zinfo: running `cargo check --bins` on nexus-db-model (107/174)
28772024-12-18T21:02:03.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-12-18T21:02:03.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-12-18T21:02:03.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-12-18T21:02:03.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28812024-12-18T21:02:03.630Z
28822024-12-18T21:02:03.630Zinfo: running `cargo check --bins` on nexus-defaults (108/174)
28832024-12-18T21:02:04.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-12-18T21:02:04.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-12-18T21:02:04.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-12-18T21:02:04.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28872024-12-18T21:02:04.219Z
28882024-12-18T21:02:04.219Zinfo: running `cargo check --bins` on nexus-inventory (109/174)
28892024-12-18T21:02:04.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-12-18T21:02:04.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-12-18T21:02:04.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-12-18T21:02:04.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28932024-12-18T21:02:04.833Z
28942024-12-18T21:02:04.833Zinfo: running `cargo check --bins` on typed-rng (110/174)
28952024-12-18T21:02:05.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-12-18T21:02:05.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-12-18T21:02:05.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982024-12-18T21:02:05.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992024-12-18T21:02:05.409Z
29002024-12-18T21:02:05.409Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174)
29012024-12-18T21:02:05.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022024-12-18T21:02:05.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032024-12-18T21:02:06.109Z Checking keccak v0.1.5
29042024-12-18T21:02:06.218Z Checking secrecy v0.8.0
29052024-12-18T21:02:06.220Z Compiling unicase v2.7.0
29062024-12-18T21:02:06.220Z Compiling same-file v1.0.6
29072024-12-18T21:02:06.234Z Compiling tempfile v3.13.0
29082024-12-18T21:02:06.254Z Compiling thiserror-impl-no-std v2.0.2
29092024-12-18T21:02:06.257Z Checking universal-hash v0.5.1
29102024-12-18T21:02:06.257Z Compiling blake3 v1.5.4
29112024-12-18T21:02:06.389Z Compiling walkdir v2.5.0
29122024-12-18T21:02:06.434Z Compiling ring v0.16.20
29132024-12-18T21:02:06.489Z Checking sha3 v0.10.8
29142024-12-18T21:02:06.492Z Checking opaque-debug v0.3.1
29152024-12-18T21:02:06.588Z Checking poly1305 v0.8.0
29162024-12-18T21:02:06.636Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29172024-12-18T21:02:06.870Z Checking chacha20 v0.9.1
29182024-12-18T21:02:06.917Z Checking aead v0.5.2
29192024-12-18T21:02:07.074Z Compiling memmap2 v0.9.5
29202024-12-18T21:02:07.090Z Compiling arrayref v0.3.9
29212024-12-18T21:02:07.128Z Compiling libefi-sys v0.1.0
29222024-12-18T21:02:07.153Z Compiling constant_time_eq v0.3.1
29232024-12-18T21:02:07.183Z Compiling spin v0.5.2
29242024-12-18T21:02:07.201Z Compiling salty v0.3.0
29252024-12-18T21:02:07.308Z Compiling arrayvec v0.7.6
29262024-12-18T21:02:07.413Z Checking chacha20poly1305 v0.10.1
29272024-12-18T21:02:07.451Z Compiling toolchain_find v0.4.0
29282024-12-18T21:02:07.571Z Compiling camino-tempfile v1.1.1
29292024-12-18T21:02:07.604Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29302024-12-18T21:02:07.666Z Compiling bitfield-struct v0.6.2
29312024-12-18T21:02:07.871Z Compiling topological-sort v0.2.2
29322024-12-18T21:02:08.019Z Compiling mime_guess v2.0.5
29332024-12-18T21:02:08.091Z Compiling rustfmt-wrapper v0.2.1
29342024-12-18T21:02:08.520Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29352024-12-18T21:02:08.649Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29362024-12-18T21:02:08.672Z Checking primeorder v0.13.6
29372024-12-18T21:02:08.830Z Checking env_filter v0.1.2
29382024-12-18T21:02:08.947Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29392024-12-18T21:02:09.046Z Checking env_logger v0.11.5
29402024-12-18T21:02:09.084Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29412024-12-18T21:02:09.136Z Checking p384 v0.13.0
29422024-12-18T21:02:09.272Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29432024-12-18T21:02:09.299Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29442024-12-18T21:02:09.379Z Checking thiserror-no-std v2.0.2
29452024-12-18T21:02:09.487Z Checking vsss-rs v3.3.4
29462024-12-18T21:02:09.519Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29472024-12-18T21:02:09.596Z Checking simd-adler32 v0.3.7
29482024-12-18T21:02:09.615Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29492024-12-18T21:02:09.857Z Checking http-range v0.1.5
29502024-12-18T21:02:09.899Z Compiling zip v2.1.3
29512024-12-18T21:02:09.929Z Checking bumpalo v3.16.0
29522024-12-18T21:02:10.042Z Checking lockfree-object-pool v0.1.6
29532024-12-18T21:02:10.066Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29542024-12-18T21:02:10.249Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29552024-12-18T21:02:10.296Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29562024-12-18T21:02:10.313Z Checking zopfli v0.8.1
29572024-12-18T21:02:10.385Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29582024-12-18T21:02:10.597Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29592024-12-18T21:02:11.001Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29602024-12-18T21:02:11.020Z Checking nanorand v0.7.0
29612024-12-18T21:02:11.020Z Checking atty v0.2.14
29622024-12-18T21:02:11.161Z Checking glob v0.3.1
29632024-12-18T21:02:11.192Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29642024-12-18T21:02:11.383Z Checking flume v0.11.1
29652024-12-18T21:02:11.482Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29662024-12-18T21:02:11.664Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29672024-12-18T21:02:11.887Z Compiling omicron-zone-package v0.11.1
29682024-12-18T21:02:12.194Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29692024-12-18T21:02:12.934Z Checking hyper-staticfile v0.10.1
29702024-12-18T21:02:13.470Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29712024-12-18T21:02:13.679Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29722024-12-18T21:02:13.831Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29732024-12-18T21:02:13.877Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29742024-12-18T21:02:13.937Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29752024-12-18T21:02:14.124Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29762024-12-18T21:02:14.662Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29772024-12-18T21:02:14.938Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29782024-12-18T21:02:15.356Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29792024-12-18T21:02:16.303Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29802024-12-18T21:02:18.125Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29812024-12-18T21:02:18.129Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29822024-12-18T21:02:27.564Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-12-18T21:02:40.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.95s
29842024-12-18T21:02:40.558Z
29852024-12-18T21:02:40.558Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174)
29862024-12-18T21:02:41.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-12-18T21:02:41.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-12-18T21:02:41.260Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-12-18T21:02:53.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.39s
29902024-12-18T21:02:54.148Z
29912024-12-18T21:02:54.148Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174)
29922024-12-18T21:02:54.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-12-18T21:02:54.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-12-18T21:02:54.845Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-12-18T21:03:07.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s
29962024-12-18T21:03:07.813Z
29972024-12-18T21:03:07.813Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174)
29982024-12-18T21:03:08.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-12-18T21:03:08.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-12-18T21:03:08.510Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-12-18T21:03:21.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
30022024-12-18T21:03:21.416Z
30032024-12-18T21:03:21.416Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174)
30042024-12-18T21:03:21.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-12-18T21:03:21.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-12-18T21:03:22.109Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-12-18T21:03:34.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
30082024-12-18T21:03:35.091Z
30092024-12-18T21:03:35.091Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174)
30102024-12-18T21:03:35.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-12-18T21:03:35.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-12-18T21:03:35.801Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-12-18T21:03:48.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.39s
30142024-12-18T21:03:48.678Z
30152024-12-18T21:03:48.678Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174)
30162024-12-18T21:03:49.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-12-18T21:03:49.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-12-18T21:03:49.372Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30192024-12-18T21:04:02.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.42s
30202024-12-18T21:04:02.288Z
30212024-12-18T21:04:02.288Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174)
30222024-12-18T21:04:02.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-12-18T21:04:02.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-12-18T21:04:02.983Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30252024-12-18T21:04:15.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
30262024-12-18T21:04:16.059Z
30272024-12-18T21:04:16.059Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/174)
30282024-12-18T21:04:16.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-12-18T21:04:16.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-12-18T21:04:16.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-12-18T21:04:16.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30322024-12-18T21:04:16.676Z
30332024-12-18T21:04:16.676Zinfo: running `cargo check --bins` on key-manager (120/174)
30342024-12-18T21:04:17.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-12-18T21:04:17.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-12-18T21:04:17.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-12-18T21:04:17.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30382024-12-18T21:04:17.267Z
30392024-12-18T21:04:17.267Zinfo: running `cargo check --bins` on range-requests (121/174)
30402024-12-18T21:04:17.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-12-18T21:04:17.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-12-18T21:04:17.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-12-18T21:04:17.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442024-12-18T21:04:17.843Z
30452024-12-18T21:04:17.843Zinfo: running `cargo check --bins` on repo-depot-api (122/174)
30462024-12-18T21:04:18.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-12-18T21:04:18.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-12-18T21:04:18.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-12-18T21:04:18.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30502024-12-18T21:04:18.433Z
30512024-12-18T21:04:18.433Zinfo: running `cargo check --bins` on sled-agent-api (123/174)
30522024-12-18T21:04:18.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-12-18T21:04:18.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-12-18T21:04:18.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-12-18T21:04:18.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30562024-12-18T21:04:19.051Z
30572024-12-18T21:04:19.051Zinfo: running `cargo check --bins` on sled-diagnostics (124/174)
30582024-12-18T21:04:19.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-12-18T21:04:19.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-12-18T21:04:19.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-12-18T21:04:19.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622024-12-18T21:04:19.636Z
30632024-12-18T21:04:19.636Zinfo: running `cargo check --bins` on sled-hardware (125/174)
30642024-12-18T21:04:20.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-12-18T21:04:20.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-12-18T21:04:20.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-12-18T21:04:20.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30682024-12-18T21:04:20.248Z
30692024-12-18T21:04:20.248Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/174)
30702024-12-18T21:04:20.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-12-18T21:04:20.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-12-18T21:04:20.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-12-18T21:04:20.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30742024-12-18T21:04:20.865Z
30752024-12-18T21:04:20.865Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174)
30762024-12-18T21:04:21.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-12-18T21:04:21.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-12-18T21:04:21.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-12-18T21:04:21.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30802024-12-18T21:04:21.483Z
30812024-12-18T21:04:21.483Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/174)
30822024-12-18T21:04:22.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-12-18T21:04:22.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-12-18T21:04:22.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852024-12-18T21:04:22.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30862024-12-18T21:04:22.101Z
30872024-12-18T21:04:22.102Zinfo: running `cargo check --bins` on nexus-test-interface (129/174)
30882024-12-18T21:04:22.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-12-18T21:04:22.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-12-18T21:04:22.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912024-12-18T21:04:22.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30922024-12-18T21:04:22.716Z
30932024-12-18T21:04:22.716Zinfo: running `cargo check --bins` on oximeter-collector (130/174)
30942024-12-18T21:04:23.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952024-12-18T21:04:23.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962024-12-18T21:04:23.378Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30972024-12-18T21:04:23.378Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30982024-12-18T21:04:24.204Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30992024-12-18T21:04:26.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
31002024-12-18T21:04:26.313Z
31012024-12-18T21:04:26.313Zinfo: running `cargo check --bins` on oximeter-api (131/174)
31022024-12-18T21:04:26.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-12-18T21:04:26.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-12-18T21:04:26.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052024-12-18T21:04:26.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31062024-12-18T21:04:26.905Z
31072024-12-18T21:04:26.905Zinfo: running `cargo check --bins` on cert-dev (132/174)
31082024-12-18T21:04:27.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-12-18T21:04:27.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-12-18T21:04:27.483Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31112024-12-18T21:04:27.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31122024-12-18T21:04:27.895Z
31132024-12-18T21:04:27.895Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (133/174)
31142024-12-18T21:04:28.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152024-12-18T21:04:28.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162024-12-18T21:04:28.534Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31172024-12-18T21:04:28.534Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31182024-12-18T21:04:29.096Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31192024-12-18T21:04:29.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
31202024-12-18T21:04:29.630Z
31212024-12-18T21:04:29.630Zinfo: running `cargo check --bins` on ch-dev (134/174)
31222024-12-18T21:04:30.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-12-18T21:04:30.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-12-18T21:04:30.259Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31252024-12-18T21:04:30.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
31262024-12-18T21:04:31.104Z
31272024-12-18T21:04:31.104Zinfo: running `cargo check --bins` on crdb-seed (135/174)
31282024-12-18T21:04:31.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-12-18T21:04:31.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-12-18T21:04:31.728Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31312024-12-18T21:04:32.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
31322024-12-18T21:04:32.251Z
31332024-12-18T21:04:32.251Zinfo: running `cargo check --bins` on db-dev (136/174)
31342024-12-18T21:04:32.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-12-18T21:04:32.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-12-18T21:04:32.885Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31372024-12-18T21:04:33.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
31382024-12-18T21:04:33.743Z
31392024-12-18T21:04:33.744Zinfo: running `cargo check --bins` on omicron-dev-lib (137/174)
31402024-12-18T21:04:34.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-12-18T21:04:34.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-12-18T21:04:34.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432024-12-18T21:04:34.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31442024-12-18T21:04:34.362Z
31452024-12-18T21:04:34.362Zinfo: running `cargo check --bins` on xtask-downloader (138/174)
31462024-12-18T21:04:34.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-12-18T21:04:34.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-12-18T21:04:34.947Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31492024-12-18T21:04:35.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
31502024-12-18T21:04:35.967Z
31512024-12-18T21:04:35.967Zinfo: running `cargo check --bins` on omicron-ls-apis (139/174)
31522024-12-18T21:04:36.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532024-12-18T21:04:36.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542024-12-18T21:04:36.559Z Checking cargo-platform v0.1.8
31552024-12-18T21:04:36.818Z Checking cargo_metadata v0.18.1
31562024-12-18T21:04:37.748Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31572024-12-18T21:04:38.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
31582024-12-18T21:04:38.695Z
31592024-12-18T21:04:38.695Zinfo: running `cargo check --bins` on mgs-dev (140/174)
31602024-12-18T21:04:39.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612024-12-18T21:04:39.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622024-12-18T21:04:39.382Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31632024-12-18T21:04:40.082Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31642024-12-18T21:04:40.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
31652024-12-18T21:04:40.822Z
31662024-12-18T21:04:40.822Zinfo: running `cargo check --bins` on omicron-omdb (141/174)
31672024-12-18T21:04:41.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682024-12-18T21:04:41.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692024-12-18T21:04:41.562Z Compiling crunchy v0.2.2
31702024-12-18T21:04:41.562Z Compiling tiny-keccak v2.0.2
31712024-12-18T21:04:41.562Z Compiling dsl_auto_type v0.1.2
31722024-12-18T21:04:41.562Z Checking scheduled-thread-pool v0.2.7
31732024-12-18T21:04:41.566Z Compiling diesel_table_macro_syntax v0.2.0
31742024-12-18T21:04:41.675Z Compiling ascii-canvas v3.0.0
31752024-12-18T21:04:41.683Z Compiling ena v0.14.3
31762024-12-18T21:04:41.686Z Compiling diff v0.1.13
31772024-12-18T21:04:41.927Z Checking r2d2 v0.8.10
31782024-12-18T21:04:41.950Z Compiling regex-syntax v0.6.29
31792024-12-18T21:04:42.128Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31802024-12-18T21:04:42.131Z Compiling ref-cast v1.0.23
31812024-12-18T21:04:42.203Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31822024-12-18T21:04:42.243Z Compiling derive_builder_core v0.20.2
31832024-12-18T21:04:42.328Z Compiling libxml v0.3.3
31842024-12-18T21:04:42.345Z Compiling ref-cast-impl v1.0.23
31852024-12-18T21:04:42.463Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31862024-12-18T21:04:42.721Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31872024-12-18T21:04:42.744Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31882024-12-18T21:04:42.941Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31892024-12-18T21:04:42.997Z Compiling strum_macros v0.24.3
31902024-12-18T21:04:43.015Z Compiling samael v0.0.17
31912024-12-18T21:04:43.276Z Compiling diesel_derives v2.2.3
31922024-12-18T21:04:43.344Z Compiling indoc v1.0.9
31932024-12-18T21:04:44.316Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31942024-12-18T21:04:44.591Z Compiling impl-trait-for-tuples v0.2.2
31952024-12-18T21:04:44.614Z Compiling derive_builder_macro v0.20.2
31962024-12-18T21:04:45.458Z Compiling lalrpop v0.19.12
31972024-12-18T21:04:45.493Z Checking derive_builder v0.20.2
31982024-12-18T21:04:45.646Z Compiling oso-derive v0.27.3
31992024-12-18T21:04:46.092Z Checking quick-xml v0.33.0
32002024-12-18T21:04:46.601Z Compiling diesel-dtrace v0.4.2
32012024-12-18T21:04:46.678Z Checking maplit v1.0.2
32022024-12-18T21:04:46.820Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32032024-12-18T21:04:46.952Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32042024-12-18T21:04:47.139Z Checking bb8 v0.8.5
32052024-12-18T21:04:47.242Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32062024-12-18T21:04:47.528Z Checking castaway v0.2.3
32072024-12-18T21:04:47.626Z Checking rand_seeder v0.3.0
32082024-12-18T21:04:47.689Z Checking compact_str v0.8.0
32092024-12-18T21:04:47.846Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32102024-12-18T21:04:48.012Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32112024-12-18T21:04:48.045Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32122024-12-18T21:04:48.536Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32132024-12-18T21:04:48.562Z Checking unicode-truncate v1.1.0
32142024-12-18T21:04:48.797Z Checking lru v0.12.5
32152024-12-18T21:04:48.816Z Compiling instability v0.3.2
32162024-12-18T21:04:49.096Z Checking smawk v0.3.2
32172024-12-18T21:04:49.304Z Checking cassowary v0.3.0
32182024-12-18T21:04:49.663Z Checking unicode-linebreak v0.1.5
32192024-12-18T21:04:49.721Z Checking is_ci v1.2.0
32202024-12-18T21:04:49.785Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32212024-12-18T21:04:49.866Z Checking supports-color v3.0.1
32222024-12-18T21:04:49.892Z Checking ratatui v0.28.1
32232024-12-18T21:04:50.047Z Checking textwrap v0.16.1
32242024-12-18T21:04:50.093Z Checking multimap v0.10.0
32252024-12-18T21:04:52.994Z Checking diesel v2.2.6
32262024-12-18T21:05:18.217Z Compiling polar-core v0.27.3
32272024-12-18T21:05:22.057Z Checking async-bb8-diesel v0.2.1
32282024-12-18T21:05:25.384Z Checking oso v0.27.3
32292024-12-18T21:06:32.687Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32302024-12-18T21:06:38.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
32312024-12-18T21:06:38.767Z
32322024-12-18T21:06:38.767Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174)
32332024-12-18T21:06:39.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-12-18T21:06:39.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-12-18T21:06:39.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362024-12-18T21:06:39.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32372024-12-18T21:06:39.401Z
32382024-12-18T21:06:39.401Zinfo: running `cargo check --bins` on nexus-saga-recovery (143/174)
32392024-12-18T21:06:39.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402024-12-18T21:06:39.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412024-12-18T21:06:39.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422024-12-18T21:06:39.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32432024-12-18T21:06:40.033Z
32442024-12-18T21:06:40.033Zinfo: running `cargo check --bins` on nexus-test-utils-macros (144/174)
32452024-12-18T21:06:40.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462024-12-18T21:06:40.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472024-12-18T21:06:40.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482024-12-18T21:06:40.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32492024-12-18T21:06:40.609Z
32502024-12-18T21:06:40.609Zinfo: running `cargo check --bins` on omicron-nexus (145/174)
32512024-12-18T21:06:41.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522024-12-18T21:06:41.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532024-12-18T21:06:41.369Z Compiling libz-sys v1.1.20
32542024-12-18T21:06:41.481Z Compiling libgit2-sys v0.17.0+1.8.1
32552024-12-18T21:06:41.490Z Compiling vergen v8.3.2
32562024-12-18T21:06:41.493Z Compiling cargo-platform v0.1.8
32572024-12-18T21:06:41.493Z Compiling pin-project-internal v1.1.6
32582024-12-18T21:06:41.521Z Compiling snafu-derive v0.8.5
32592024-12-18T21:06:41.524Z Compiling libsqlite3-sys v0.30.1
32602024-12-18T21:06:41.524Z Compiling buf-list v1.0.3
32612024-12-18T21:06:41.761Z Compiling rustls v0.21.12
32622024-12-18T21:06:41.987Z Compiling cargo_metadata v0.18.1
32632024-12-18T21:06:42.017Z Compiling cfg_aliases v0.2.1
32642024-12-18T21:06:42.119Z Compiling nix v0.29.0
32652024-12-18T21:06:42.136Z Checking globset v0.4.15
32662024-12-18T21:06:42.236Z Checking olpc-cjson v0.1.4
32672024-12-18T21:06:42.385Z Checking rustls-webpki v0.101.7
32682024-12-18T21:06:42.458Z Checking sct v0.7.1
32692024-12-18T21:06:42.614Z Checking serde_plain v1.0.2
32702024-12-18T21:06:42.648Z Checking typed-path v0.9.3
32712024-12-18T21:06:43.139Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32722024-12-18T21:06:43.382Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32732024-12-18T21:06:43.411Z Checking hashlink v0.9.1
32742024-12-18T21:06:43.664Z Checking fallible-streaming-iterator v0.1.9
32752024-12-18T21:06:43.888Z Checking fallible-iterator v0.3.0
32762024-12-18T21:06:43.998Z Checking parse-size v1.1.0
32772024-12-18T21:06:44.498Z Checking rusqlite v0.32.1
32782024-12-18T21:06:44.529Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32792024-12-18T21:06:44.559Z Checking pin-project v1.1.6
32802024-12-18T21:06:44.677Z Checking rustls-pemfile v1.0.4
32812024-12-18T21:06:44.684Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32822024-12-18T21:06:44.867Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32832024-12-18T21:06:45.146Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32842024-12-18T21:06:45.468Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32852024-12-18T21:06:45.585Z Checking twox-hash v1.6.3
32862024-12-18T21:06:45.600Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32872024-12-18T21:06:46.045Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32882024-12-18T21:06:46.067Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32892024-12-18T21:06:46.299Z Checking tokio-rustls v0.24.1
32902024-12-18T21:06:46.555Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32912024-12-18T21:06:46.592Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32922024-12-18T21:06:46.653Z Checking fatfs v0.3.6
32932024-12-18T21:06:46.857Z Checking snafu v0.8.5
32942024-12-18T21:06:47.322Z Checking tough v0.19.0
32952024-12-18T21:06:47.458Z Checking assert_matches v1.5.0
32962024-12-18T21:06:51.248Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32972024-12-18T21:06:52.518Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32982024-12-18T21:06:53.613Z Compiling git2 v0.19.0
32992024-12-18T21:06:58.195Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33002024-12-18T21:07:49.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33012024-12-18T21:07:49.689Z
33022024-12-18T21:07:49.689Zinfo: running `cargo check --bins` on nexus-external-api (146/174)
33032024-12-18T21:07:50.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042024-12-18T21:07:51.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052024-12-18T21:07:51.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062024-12-18T21:07:51.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33072024-12-18T21:07:51.267Z
33082024-12-18T21:07:51.267Zinfo: running `cargo check --bins` on openapi-manager-types (147/174)
33092024-12-18T21:07:51.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-12-18T21:07:51.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-12-18T21:07:51.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122024-12-18T21:07:51.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33132024-12-18T21:07:51.268Z
33142024-12-18T21:07:51.268Zinfo: running `cargo check --bins` on nexus-internal-api (148/174)
33152024-12-18T21:07:51.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-12-18T21:07:51.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-12-18T21:07:51.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182024-12-18T21:07:51.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33192024-12-18T21:07:51.531Z
33202024-12-18T21:07:51.531Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (149/174)
33212024-12-18T21:07:52.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-12-18T21:07:52.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-12-18T21:07:52.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-12-18T21:07:52.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33252024-12-18T21:07:52.179Z
33262024-12-18T21:07:52.180Zinfo: running `cargo check --bins` on nexus-networking (150/174)
33272024-12-18T21:07:52.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-12-18T21:07:52.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-12-18T21:07:52.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-12-18T21:07:52.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33312024-12-18T21:07:52.810Z
33322024-12-18T21:07:52.810Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (151/174)
33332024-12-18T21:07:53.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-18T21:07:53.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-18T21:07:53.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362024-12-18T21:07:53.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33372024-12-18T21:07:53.435Z
33382024-12-18T21:07:53.435Zinfo: running `cargo check --bins` on update-common (152/174)
33392024-12-18T21:07:54.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-18T21:07:54.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-18T21:07:54.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422024-12-18T21:07:54.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33432024-12-18T21:07:54.185Z
33442024-12-18T21:07:54.185Zinfo: running `cargo check --bins` on tufaceous-lib (153/174)
33452024-12-18T21:07:54.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-12-18T21:07:54.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-12-18T21:07:54.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482024-12-18T21:07:54.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33492024-12-18T21:07:54.658Z
33502024-12-18T21:07:54.659Zinfo: running `cargo check --bins` on tufaceous (154/174)
33512024-12-18T21:07:55.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-12-18T21:07:55.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-12-18T21:07:55.289Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33542024-12-18T21:07:56.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
33552024-12-18T21:07:56.404Z
33562024-12-18T21:07:56.404Zinfo: running `cargo check --bins` on omicron-dev (155/174)
33572024-12-18T21:07:57.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582024-12-18T21:07:57.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592024-12-18T21:07:57.209Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33602024-12-18T21:07:57.334Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33612024-12-18T21:07:57.338Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33622024-12-18T21:07:57.338Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33632024-12-18T21:08:22.018Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33642024-12-18T21:08:22.022Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33652024-12-18T21:08:22.022Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33662024-12-18T21:08:22.022Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33672024-12-18T21:08:22.022Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33682024-12-18T21:08:22.800Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33692024-12-18T21:08:24.022Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33702024-12-18T21:09:00.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
33712024-12-18T21:09:00.631Z
33722024-12-18T21:09:00.631Zinfo: running `cargo check --bins` on openapi-manager (156/174)
33732024-12-18T21:09:01.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742024-12-18T21:09:01.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752024-12-18T21:09:01.301Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33762024-12-18T21:09:01.301Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33772024-12-18T21:09:01.305Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33782024-12-18T21:09:02.881Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33792024-12-18T21:09:03.719Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33802024-12-18T21:09:04.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
33812024-12-18T21:09:04.958Z
33822024-12-18T21:09:04.958Zinfo: running `cargo check --bins` on installinator-api (157/174)
33832024-12-18T21:09:05.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-12-18T21:09:05.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-12-18T21:09:05.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862024-12-18T21:09:05.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33872024-12-18T21:09:05.571Z
33882024-12-18T21:09:05.571Zinfo: running `cargo check --bins` on wicketd-api (158/174)
33892024-12-18T21:09:06.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902024-12-18T21:09:06.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912024-12-18T21:09:06.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922024-12-18T21:09:06.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33932024-12-18T21:09:06.188Z
33942024-12-18T21:09:06.188Zinfo: running `cargo check --bins` on reconfigurator-cli (159/174)
33952024-12-18T21:09:06.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962024-12-18T21:09:06.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972024-12-18T21:09:06.845Z Compiling petname v2.0.2
33982024-12-18T21:09:06.848Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33992024-12-18T21:09:06.848Z Checking sync-ptr v0.1.1
34002024-12-18T21:09:08.215Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34012024-12-18T21:09:09.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
34022024-12-18T21:09:09.886Z
34032024-12-18T21:09:09.887Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174)
34042024-12-18T21:09:10.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052024-12-18T21:09:10.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062024-12-18T21:09:10.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072024-12-18T21:09:10.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34082024-12-18T21:09:10.513Z
34092024-12-18T21:09:10.513Zinfo: running `cargo check --bins` on omicron-releng (161/174)
34102024-12-18T21:09:11.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-12-18T21:09:11.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-12-18T21:09:11.143Z Checking memmap2 v0.9.5
34132024-12-18T21:09:11.143Z Checking spin v0.5.2
34142024-12-18T21:09:11.143Z Checking arrayvec v0.7.6
34152024-12-18T21:09:11.146Z Checking constant_time_eq v0.3.1
34162024-12-18T21:09:11.146Z Checking arrayref v0.3.9
34172024-12-18T21:09:11.146Z Checking topological-sort v0.2.2
34182024-12-18T21:09:11.146Z Checking shell-words v1.1.0
34192024-12-18T21:09:11.414Z Checking ring v0.16.20
34202024-12-18T21:09:11.520Z Checking blake3 v1.5.4
34212024-12-18T21:09:12.481Z Checking omicron-zone-package v0.11.1
34222024-12-18T21:09:13.562Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34232024-12-18T21:09:14.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
34242024-12-18T21:09:14.590Z
34252024-12-18T21:09:14.590Zinfo: running `cargo check --bins` on xtask (162/174)
34262024-12-18T21:09:14.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272024-12-18T21:09:14.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282024-12-18T21:09:14.996Z Checking bitflags v2.6.0
34292024-12-18T21:09:14.999Z Checking serde v1.0.215
34302024-12-18T21:09:14.999Z Checking thiserror v1.0.69
34312024-12-18T21:09:15.089Z Checking scroll v0.12.0
34322024-12-18T21:09:15.092Z Checking log v0.4.22
34332024-12-18T21:09:15.098Z Checking hashbrown v0.15.1
34342024-12-18T21:09:15.108Z Checking zerocopy v0.7.35
34352024-12-18T21:09:15.130Z Checking syn v2.0.87
34362024-12-18T21:09:15.175Z Checking pest v2.7.14
34372024-12-18T21:09:15.305Z Checking rustix v0.38.37
34382024-12-18T21:09:15.345Z Checking once_cell v1.20.2
34392024-12-18T21:09:15.533Z Checking goblin v0.8.2
34402024-12-18T21:09:15.657Z Checking fs-err v2.11.0
34412024-12-18T21:09:15.972Z Checking anyhow v1.0.93
34422024-12-18T21:09:16.163Z Checking indexmap v2.6.0
34432024-12-18T21:09:16.371Z Checking tabled v0.15.0
34442024-12-18T21:09:17.303Z Checking terminal_size v0.4.0
34452024-12-18T21:09:17.307Z Checking tempfile v3.13.0
34462024-12-18T21:09:17.458Z Checking clap_builder v4.5.21
34472024-12-18T21:09:17.681Z Checking dtrace-parser v0.2.0
34482024-12-18T21:09:19.126Z Checking serde_json v1.0.132
34492024-12-18T21:09:19.126Z Checking toml_datetime v0.6.8
34502024-12-18T21:09:19.129Z Checking serde_spanned v0.6.8
34512024-12-18T21:09:19.129Z Checking camino v1.1.9
34522024-12-18T21:09:19.129Z Checking cargo-platform v0.1.8
34532024-12-18T21:09:19.323Z Checking semver v1.0.23
34542024-12-18T21:09:19.368Z Checking macaddr v1.0.1
34552024-12-18T21:09:19.384Z Checking toml_edit v0.22.22
34562024-12-18T21:09:19.687Z Checking camino-tempfile v1.1.1
34572024-12-18T21:09:20.090Z Checking clap v4.5.21
34582024-12-18T21:09:20.362Z Checking dof v0.3.0
34592024-12-18T21:09:20.362Z Checking cargo_metadata v0.18.1
34602024-12-18T21:09:20.799Z Checking usdt-impl v0.5.0
34612024-12-18T21:09:21.082Z Checking toml v0.8.19
34622024-12-18T21:09:21.146Z Checking usdt v0.5.0
34632024-12-18T21:09:21.549Z Checking cargo_toml v0.20.5
34642024-12-18T21:09:22.714Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34652024-12-18T21:09:23.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.70s
34662024-12-18T21:09:23.394Z
34672024-12-18T21:09:23.395Zinfo: running `cargo check --bins` on end-to-end-tests (163/174)
34682024-12-18T21:09:23.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692024-12-18T21:09:24.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702024-12-18T21:09:24.133Z Checking polyval v0.6.2
34712024-12-18T21:09:24.244Z Checking ctr v0.9.2
34722024-12-18T21:09:24.253Z Checking ssh-encoding v0.2.0
34732024-12-18T21:09:24.262Z Checking blowfish v0.9.1
34742024-12-18T21:09:24.271Z Checking password-hash v0.4.2
34752024-12-18T21:09:24.274Z Checking matches v0.1.10
34762024-12-18T21:09:24.301Z Checking p256 v0.13.2
34772024-12-18T21:09:24.301Z Checking p521 v0.13.3
34782024-12-18T21:09:24.371Z Checking idna v0.2.3
34792024-12-18T21:09:24.458Z Checking ghash v0.5.1
34802024-12-18T21:09:24.458Z Checking bcrypt-pbkdf v0.10.0
34812024-12-18T21:09:24.497Z Compiling enum-as-inner v0.5.1
34822024-12-18T21:09:24.563Z Checking russh-cryptovec v0.7.3
34832024-12-18T21:09:24.628Z Checking aes-gcm v0.10.3
34842024-12-18T21:09:24.666Z Checking pbkdf2 v0.11.0
34852024-12-18T21:09:24.747Z Checking md5 v0.7.0
34862024-12-18T21:09:24.767Z Checking num-bigint v0.4.6
34872024-12-18T21:09:24.767Z Checking des v0.8.1
34882024-12-18T21:09:24.841Z Checking ssh-cipher v0.2.0
34892024-12-18T21:09:24.944Z Checking hex-literal v0.4.1
34902024-12-18T21:09:25.020Z Compiling dhcproto-macros v0.1.0
34912024-12-18T21:09:25.040Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34922024-12-18T21:09:25.075Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34932024-12-18T21:09:25.118Z Checking ssh-key v0.6.6
34942024-12-18T21:09:25.161Z Checking internet-checksum v0.2.1
34952024-12-18T21:09:25.522Z Checking trust-dns-proto v0.22.0
34962024-12-18T21:09:26.376Z Checking russh-keys v0.45.0
34972024-12-18T21:09:27.256Z Checking russh v0.45.0
34982024-12-18T21:09:27.862Z Checking dhcproto v0.12.0
34992024-12-18T21:09:44.131Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35002024-12-18T21:09:45.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.08s
35012024-12-18T21:09:45.694Z
35022024-12-18T21:09:45.694Zinfo: running `cargo check --bins` on gateway-cli (164/174)
35032024-12-18T21:09:46.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042024-12-18T21:09:46.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052024-12-18T21:09:46.307Z Checking termios v0.3.3
35062024-12-18T21:09:46.517Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35072024-12-18T21:09:47.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
35082024-12-18T21:09:47.420Z
35092024-12-18T21:09:47.421Zinfo: running `cargo check --bins --no-default-features` on installinator (165/174)
35102024-12-18T21:09:47.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112024-12-18T21:09:47.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122024-12-18T21:09:48.096Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35132024-12-18T21:09:50.071Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35142024-12-18T21:09:51.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s
35152024-12-18T21:09:52.079Z
35162024-12-18T21:09:52.079Zinfo: running `cargo check --bins` on internal-dns-cli (166/174)
35172024-12-18T21:09:52.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182024-12-18T21:09:52.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192024-12-18T21:09:52.677Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35202024-12-18T21:09:53.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
35212024-12-18T21:09:53.311Z
35222024-12-18T21:09:53.311Zinfo: running `cargo check --bins` on omicron-live-tests (167/174)
35232024-12-18T21:09:53.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-12-18T21:09:53.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-12-18T21:09:53.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262024-12-18T21:09:53.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35272024-12-18T21:09:53.891Z
35282024-12-18T21:09:53.891Zinfo: running `cargo check --bins` on live-tests-macros (168/174)
35292024-12-18T21:09:54.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302024-12-18T21:09:54.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312024-12-18T21:09:54.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322024-12-18T21:09:54.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35332024-12-18T21:09:54.468Z
35342024-12-18T21:09:54.469Zinfo: running `cargo check --bins` on omicron-package (169/174)
35352024-12-18T21:09:55.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362024-12-18T21:09:55.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372024-12-18T21:09:55.103Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35382024-12-18T21:09:56.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
35392024-12-18T21:09:56.555Z
35402024-12-18T21:09:56.556Zinfo: running `cargo check --bins` on wicket-dbg (170/174)
35412024-12-18T21:09:57.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422024-12-18T21:09:57.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432024-12-18T21:09:57.221Z Checking rtoolbox v0.0.2
35442024-12-18T21:09:57.221Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35452024-12-18T21:09:57.226Z Checking tui-tree-widget v0.22.0
35462024-12-18T21:09:57.441Z Checking rpassword v7.3.1
35472024-12-18T21:10:01.351Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35482024-12-18T21:10:04.201Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35492024-12-18T21:10:05.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s
35502024-12-18T21:10:05.548Z
35512024-12-18T21:10:05.548Zinfo: running `cargo check --bins` on wicket (171/174)
35522024-12-18T21:10:06.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532024-12-18T21:10:06.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542024-12-18T21:10:06.222Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35552024-12-18T21:10:06.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
35562024-12-18T21:10:06.831Z
35572024-12-18T21:10:06.831Zinfo: running `cargo check --bins` on wicketd (172/174)
35582024-12-18T21:10:07.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592024-12-18T21:10:07.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602024-12-18T21:10:07.506Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35612024-12-18T21:10:11.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
35622024-12-18T21:10:11.463Z
35632024-12-18T21:10:11.463Zinfo: running `cargo check --bins` on omicron-workspace-hack (173/174)
35642024-12-18T21:10:11.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652024-12-18T21:10:11.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662024-12-18T21:10:11.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672024-12-18T21:10:11.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682024-12-18T21:10:12.040Z
35692024-12-18T21:10:12.040Zinfo: running `cargo check --bins` on zone-setup (174/174)
35702024-12-18T21:10:12.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712024-12-18T21:10:12.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722024-12-18T21:10:12.746Z Checking uzers v0.12.1
35732024-12-18T21:10:13.073Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35742024-12-18T21:10:14.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
35752024-12-18T21:10:14.404Z
35762024-12-18T21:10:14.404Zreal 12:25.891520816
35772024-12-18T21:10:14.404Zuser 23:38.346207304
35782024-12-18T21:10:14.404Zsys 5:13.319342606
35792024-12-18T21:10:14.404Ztrap 0.462767111
35802024-12-18T21:10:14.404Ztflt 2.048569655
35812024-12-18T21:10:14.404Zdflt 2.872070694
35822024-12-18T21:10:14.404Zkflt 0.001012235
35832024-12-18T21:10:14.404Zlock 44:27.896809533
35842024-12-18T21:10:14.404Zslp 2:02:32.704639085
35852024-12-18T21:10:14.404Zlat 59.146259069
35862024-12-18T21:10:14.405Zstop 3:07.349013454
35872024-12-18T21:10:14.408Zprocess exited: duration 1067334 ms, exit code 0
 
35882024-12-18T21:10:14.415Zfound 0 output files