01JF136JSTCF6DPE93VEVZG2YS: 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: 01JF137E9SB6VJ8VW1M7B10J4M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-13T23:07:39.736Zjob assigned to worker 01JF14BZCEGR3EDBJNBGXAVKJX [factory aws, i-05b37320934cb4598] (queued for 21 m 9 s)
 
22024-12-13T23:07:48.061Zstarting task 0: "setup"
32024-12-13T23:07:48.069Z++ uname -s
42024-12-13T23:07:48.072Z+ kern=SunOS
52024-12-13T23:07:48.072Z+ case "$kern" in
62024-12-13T23:07:48.072Z+ groupadd -g 12345 build
72024-12-13T23:07:48.074Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-13T23:07:50.082Z+ zfs create -o mountpoint=/work rpool/work
92024-12-13T23:07:50.235Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-13T23:07:50.238Z+ home_fs=zfs
112024-12-13T23:07:50.238Z+ [[ zfs == autofs ]]
122024-12-13T23:07:50.238Z+ mkdir -p /home/build
132024-12-13T23:07:50.241Z+ chown build:build /home/build /work
142024-12-13T23:07:52.242Z+ chmod 0700 /home/build /work
152024-12-13T23:07:52.245Zprocess exited: duration 4184 ms, exit code 0
 
162024-12-13T23:07:52.250Zstarting task 1: "rust-toolchain"
172024-12-13T23:07:52.255Z+ printf ' * toolchain channel = "%s"
182024-12-13T23:07:52.255Z * toolchain channel = "1.81.0"
192024-12-13T23:07:52.255Z' 1.81.0
202024-12-13T23:07:52.255Z+ printf ' * toolchain profile = "%s"
212024-12-13T23:07:52.255Z' default
222024-12-13T23:07:52.255Z * toolchain profile = "default"
232024-12-13T23:07:52.258Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-13T23:07:52.258Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-13T23:07:52.373Zinfo: downloading installer
262024-12-13T23:07:53.920Zinfo: profile set to 'default'
272024-12-13T23:07:53.921Zinfo: default host triple is x86_64-unknown-illumos
282024-12-13T23:07:53.923Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-13T23:07:54.075Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-13T23:07:54.075Zinfo: downloading component 'cargo'
312024-12-13T23:07:54.930Zinfo: downloading component 'clippy'
322024-12-13T23:07:55.245Zinfo: downloading component 'rust-docs'
332024-12-13T23:07:56.441Zinfo: downloading component 'rust-std'
342024-12-13T23:07:58.290Zinfo: downloading component 'rustc'
352024-12-13T23:08:04.971Zinfo: downloading component 'rustfmt'
362024-12-13T23:08:05.233Zinfo: installing component 'cargo'
372024-12-13T23:08:06.042Zinfo: installing component 'clippy'
382024-12-13T23:08:06.399Zinfo: installing component 'rust-docs'
392024-12-13T23:08:08.019Zinfo: installing component 'rust-std'
402024-12-13T23:08:09.671Zinfo: installing component 'rustc'
412024-12-13T23:08:15.357Zinfo: installing component 'rustfmt'
422024-12-13T23:08:15.680Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-13T23:08:15.680Z
442024-12-13T23:08:16.050Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-13T23:08:16.050Z
462024-12-13T23:08:16.053Z
472024-12-13T23:08:16.053ZRust is installed now. Great!
482024-12-13T23:08:16.053Z
492024-12-13T23:08:16.053ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-13T23:08:16.053Zenvironment variable. This has not been done automatically.
512024-12-13T23:08:16.053Z
522024-12-13T23:08:16.053ZTo configure your current shell, you need to source
532024-12-13T23:08:16.053Zthe corresponding env file under $HOME/.cargo.
542024-12-13T23:08:16.053Z
552024-12-13T23:08:16.053ZThis is usually done by running one of the following (note the leading DOT):
562024-12-13T23:08:16.053Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-13T23:08:16.053Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-13T23:08:16.126Z+ rustc --version
592024-12-13T23:08:16.189Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-13T23:08:16.192Zprocess exited: duration 23938 ms, exit code 0
 
612024-12-13T23:08:16.202Zstarting task 2: "authentication"
622024-12-13T23:08:16.220Zprocess exited: duration 21 ms, exit code 0
 
632024-12-13T23:08:16.225Zstarting task 3: "clone repository"
642024-12-13T23:08:16.230Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-13T23:08:16.232Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-13T23:08:17.710ZCloning into '/work/oxidecomputer/omicron'...
672024-12-13T23:08:25.203Z+ cd /work/oxidecomputer/omicron
682024-12-13T23:08:25.203Z+ git fetch origin 6503968e3d887929cb9cd9e18070b40ce258ee0b
692024-12-13T23:08:25.500ZFrom https://github.com/oxidecomputer/omicron
702024-12-13T23:08:25.501Z * branch 6503968e3d887929cb9cd9e18070b40ce258ee0b -> FETCH_HEAD
712024-12-13T23:08:25.513Z+ [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]]
722024-12-13T23:08:25.515Z++ git branch --show-current
732024-12-13T23:08:25.518Z+ current=main
742024-12-13T23:08:25.518Z+ [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]]
752024-12-13T23:08:25.518Z+ git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 6503968e3d887929cb9cd9e18070b40ce258ee0b
762024-12-13T23:08:25.523Z+ git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured
772024-12-13T23:08:25.721ZSwitched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured'
782024-12-13T23:08:25.724Z+ git reset --hard 6503968e3d887929cb9cd9e18070b40ce258ee0b
792024-12-13T23:08:25.745ZHEAD is now at 6503968e3 openapi
802024-12-13T23:08:25.749Zprocess exited: duration 9520 ms, exit code 0
 
812024-12-13T23:08:25.758Zstarting task 4: "build"
822024-12-13T23:08:25.763Z+ source .github/buildomat/ci-env.sh
832024-12-13T23:08:25.763Z++ export CARGO_TERM_COLOR=always
842024-12-13T23:08:25.763Z++ CARGO_TERM_COLOR=always
852024-12-13T23:08:25.766Z+ cargo --version
862024-12-13T23:08:25.823Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-13T23:08:25.826Z+ rustc --version
882024-12-13T23:08:25.889Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-13T23:08:25.891Z+ source ./env.sh
902024-12-13T23:08:25.892Z++ OLD_SHELL_OPTS=ehxB
912024-12-13T23:08:25.892Z++ set -o xtrace
922024-12-13T23:08:25.894Z++++ dirname ./env.sh
932024-12-13T23:08:25.897Z+++ readlink -f .
942024-12-13T23:08:26.036Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-13T23:08:26.039Z++ 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-13T23:08:26.039Z++ 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-13T23:08:26.039Z++ 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-13T23:08:26.039Z++ 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-13T23:08:26.039Z++ 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-13T23:08:26.039Z++ 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-13T23:08:26.039Z++ 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-13T23:08:26.039Z++ 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-13T23:08:26.039Z++ case $OLD_SHELL_OPTS in
1042024-12-13T23:08:26.039Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-13T23:08:26.039Z+ 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-13T23:08:26.039Z+ 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-13T23:08:26.039Z+ banner prerequisites
1082024-12-13T23:08:26.178Z
1092024-12-13T23:08:26.178Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-13T23:08:26.178Z # # # # # # # # # # # # # # #
1112024-12-13T23:08:26.178Z # # # # ##### # # ##### # # # # # #### #
1122024-12-13T23:08:26.178Z ##### ##### # ##### # # # # # # # # #
1132024-12-13T23:08:26.178Z # # # # # # # # # # # # # # #
1142024-12-13T23:08:26.178Z # # # ###### # # ###### ### # #### # #### #
1152024-12-13T23:08:26.178Z
1162024-12-13T23:08:26.181Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-13T23:08:46.178Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-13T23:08:50.091Z Startup: Caching catalogs ... Done
1192024-12-13T23:09:00.401ZPlanning: Solver setup ... Done (9.382s)
1202024-12-13T23:09:00.497ZPlanning: Running solver ... Done (0.128s)
1212024-12-13T23:09:00.716ZPlanning: Finding local manifests ... Done (0.115s)
1222024-12-13T23:09:00.739ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-13T23:09:00.969ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-13T23:09:01.280ZPlanning: Package planning ... Done (0.315s)
1252024-12-13T23:09:01.336ZPlanning: Merging actions ... Done (0.055s)
1262024-12-13T23:09:02.076ZPlanning: Checking for conflicting actions ... Done (0.740s)
1272024-12-13T23:09:08.665ZPlanning: Consolidating action changes ... Done (6.587s)
1282024-12-13T23:09:09.179ZPlanning: Evaluating mediators ... Done (0.514s)
1292024-12-13T23:09:09.260ZPlanning: Planning completed in 19.07 seconds
1302024-12-13T23:09:09.418Z Packages to install: 4
1312024-12-13T23:09:09.418Z Packages to update: 1
1322024-12-13T23:09:09.418Z Mediators to change: 2
1332024-12-13T23:09:09.423Z Services to change: 1
1342024-12-13T23:09:09.423Z Estimated space available: 155.64 GB
1352024-12-13T23:09:09.423ZEstimated space to be consumed: 1.61 GB
1362024-12-13T23:09:09.423Z Create boot environment: No
1372024-12-13T23:09:09.423ZCreate backup boot environment: Yes
1382024-12-13T23:09:09.423Z Rebuild boot archive: No
1392024-12-13T23:09:09.423Z
1402024-12-13T23:09:09.423ZChanged mediators:
1412024-12-13T23:09:09.423Z mediator clang:
1422024-12-13T23:09:09.423Z version: None -> 15 (system default)
1432024-12-13T23:09:09.423Z
1442024-12-13T23:09:09.423Z mediator llvm:
1452024-12-13T23:09:09.423Z version: 14 (system default) -> 15 (system default)
1462024-12-13T23:09:09.423Z
1472024-12-13T23:09:09.423ZChanged packages:
1482024-12-13T23:09:09.423Zhelios-dev
1492024-12-13T23:09:09.423Z developer/build-essential
1502024-12-13T23:09:09.423Z None -> 11-2.0
1512024-12-13T23:09:09.423Z library/libxmlsec1
1522024-12-13T23:09:09.423Z None -> 1.2.35-2.0
1532024-12-13T23:09:09.423Z ooce/developer/clang-15
1542024-12-13T23:09:09.423Z None -> 15.0.7-2.0
1552024-12-13T23:09:09.423Z ooce/developer/llvm-15
1562024-12-13T23:09:09.423Z None -> 15.0.7-2.0
1572024-12-13T23:09:09.423Z package/pkg
1582024-12-13T23:09:09.423Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-13T23:09:09.423Z
1602024-12-13T23:09:09.424ZServices:
1612024-12-13T23:09:09.424Z restart_fmri:
1622024-12-13T23:09:09.424Z svc:/system/update-man-index:default
1632024-12-13T23:09:09.424Z
1642024-12-13T23:09:09.424ZEditable files to change:
1652024-12-13T23:09:09.424Z Update:
1662024-12-13T23:09:09.424Z usr/share/lib/pkg/web/config.shtml
1672024-12-13T23:09:09.870Z
1682024-12-13T23:09:09.870ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-13T23:09:14.872ZDownload: 469/4281 items 3.0/220.6MB 1% complete (640k/s)
1702024-12-13T23:09:19.873ZDownload: 1229/4281 items 89.2/220.6MB 40% complete (9.0M/s)
1712024-12-13T23:09:26.896ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (11.7M/s)
1722024-12-13T23:09:30.041ZDownload: 2924/4281 items 121.2/220.6MB 54% complete (3.2M/s)
1732024-12-13T23:09:39.581ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1742024-12-13T23:09:44.455ZDownload: Completed 220.60 MB in 34.58 seconds (6.4M/s)
1752024-12-13T23:09:46.434Z Actions: 1/5063 actions (Removing old actions)
1762024-12-13T23:09:46.455Z Actions: 194/5063 actions (Installing new actions)
1772024-12-13T23:09:51.468Z Actions: 4084/5063 actions (Installing new actions)
1782024-12-13T23:09:52.004Z Actions: 4226/5063 actions (Updating modified actions)
1792024-12-13T23:09:52.409Z Actions: Completed 5063 actions in 5.97 seconds.
1802024-12-13T23:09:52.638Z Done (0.220s)
1812024-12-13T23:09:52.640Z Done (0.000s)
1822024-12-13T23:09:53.208Z Done (0.569s)
1832024-12-13T23:09:59.267Z Done (5.836s)
1842024-12-13T23:09:59.518Z Done (0.182s)
1852024-12-13T23:09:59.521Z Done (0.000s)
1862024-12-13T23:09:59.688Z Done (0.000s)
1872024-12-13T23:10:00.383ZPlanning: Evaluating mediator changes ... Done
1882024-12-13T23:10:00.545ZPlanning: Checking for conflicting actions ... Done
1892024-12-13T23:10:00.548ZPlanning: Consolidating action changes ... Done
1902024-12-13T23:10:00.814ZPlanning: Evaluating mediators ... Done
1912024-12-13T23:10:00.816ZPlanning: Planning completed in 0.43 seconds
1922024-12-13T23:10:00.852Z Mediators to change: 2
1932024-12-13T23:10:00.852Z Create boot environment: No
1942024-12-13T23:10:00.855ZCreate backup boot environment: No
1952024-12-13T23:10:01.081Z Done
1962024-12-13T23:10:01.081Z Done
1972024-12-13T23:10:01.442Z Done
1982024-12-13T23:10:05.209Z Done
1992024-12-13T23:10:05.299Z Done
2002024-12-13T23:10:05.301Z Done
2012024-12-13T23:10:05.489Z Done
2022024-12-13T23:10:06.110ZPlanning: Evaluating mediator changes ... Done
2032024-12-13T23:10:06.112ZPlanning: Merging actions ... Done
2042024-12-13T23:10:06.299ZPlanning: Checking for conflicting actions ... Done
2052024-12-13T23:10:06.302ZPlanning: Consolidating action changes ... Done
2062024-12-13T23:10:06.566ZPlanning: Evaluating mediators ... Done
2072024-12-13T23:10:06.621ZPlanning: Planning completed in 0.76 seconds
2082024-12-13T23:10:06.662Z Packages to change: 1
2092024-12-13T23:10:06.662Z Mediators to change: 1
2102024-12-13T23:10:06.667Z Services to change: 1
2112024-12-13T23:10:06.667Z Create boot environment: No
2122024-12-13T23:10:06.667ZCreate backup boot environment: Yes
2132024-12-13T23:10:08.713Z Actions: 1/6 actions (Updating modified actions)
2142024-12-13T23:10:08.757Z Actions: Completed 6 actions in 0.04 seconds.
2152024-12-13T23:10:08.760Z Done
2162024-12-13T23:10:08.760Z Done
2172024-12-13T23:10:08.868Z Done
2182024-12-13T23:10:12.634Z Done
2192024-12-13T23:10:12.724Z Done
2202024-12-13T23:10:12.728Z Done
2212024-12-13T23:10:12.860Z Done
2222024-12-13T23:10:13.296ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-12-13T23:10:13.296Zclang system 15 system
2242024-12-13T23:10:13.297Zcsh system system illumos
2252024-12-13T23:10:13.297Zctags system system illumos
2262024-12-13T23:10:13.297Zgcc vendor 12 vendor
2272024-12-13T23:10:13.297Zgcc system 10 system
2282024-12-13T23:10:13.297Zgcc system 7 system
2292024-12-13T23:10:13.297Zgo system 1.20 system
2302024-12-13T23:10:13.297Zgo system 1.19 system
2312024-12-13T23:10:13.297Zllvm system 15 system
2322024-12-13T23:10:13.297Zllvm system 14 system
2332024-12-13T23:10:13.297Zmariadb system 10.6 system
2342024-12-13T23:10:13.297Zmta vendor vendor dma
2352024-12-13T23:10:13.297Zopenjdk system 17 system
2362024-12-13T23:10:13.297Zopenjdk system 11 system
2372024-12-13T23:10:13.297Zopenjdk system 1.8 system
2382024-12-13T23:10:13.297Zopenssl vendor 3 vendor
2392024-12-13T23:10:13.297Zperl system 5.36 system
2402024-12-13T23:10:13.297Zpostgresql system 15 system
2412024-12-13T23:10:13.297Zpostgresql system 13 system
2422024-12-13T23:10:13.297Zpython vendor 3 vendor
2432024-12-13T23:10:13.297Zpython system 2 system
2442024-12-13T23:10:13.297Zpython3 system 3.11 system
2452024-12-13T23:10:13.297Zruby system 3.0 system
2462024-12-13T23:10:13.297Zwords vendor vendor american-english
2472024-12-13T23:10:13.297Zwords system system australian-english
2482024-12-13T23:10:13.297Zwords system system british-english
2492024-12-13T23:10:13.297Zwords system system canadian-english
2502024-12-13T23:10:13.297Zwords system system french
2512024-12-13T23:10:13.297Zwords system system italian
2522024-12-13T23:10:13.297Zwords system system ngerman
2532024-12-13T23:10:13.297Zwords system system ogerman
2542024-12-13T23:10:13.297Zwords system system spanish
2552024-12-13T23:10:13.638ZPUBLISHER TYPE STATUS P LOCATION
2562024-12-13T23:10:13.638Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-12-13T23:10:16.324ZFMRI IFO
2582024-12-13T23:10:16.324Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-12-13T23:10:16.324Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-12-13T23:10:16.324Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-12-13T23:10:16.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-12-13T23:10:16.324Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-12-13T23:10:16.324Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-12-13T23:10:16.324Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2652024-12-13T23:10:16.324Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2662024-12-13T23:10:16.324Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2672024-12-13T23:10:16.324Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2682024-12-13T23:10:16.324Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2692024-12-13T23:10:16.324Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2702024-12-13T23:10:16.324Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2712024-12-13T23:10:16.324Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2722024-12-13T23:10:16.324Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2732024-12-13T23:10:17.100Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2742024-12-13T23:10:17.349Z Updating crates.io index
2752024-12-13T23:10:17.353Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2762024-12-13T23:10:17.916Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2772024-12-13T23:10:18.264Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-12-13T23:10:18.470Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-12-13T23:10:18.741Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-12-13T23:10:19.576Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-12-13T23:10:21.125Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-12-13T23:10:22.246Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-12-13T23:10:23.098Z Updating git repository `https://github.com/oxidecomputer/clickward`
2842024-12-13T23:10:23.344Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2852024-12-13T23:10:23.642Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862024-12-13T23:10:24.251Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2872024-12-13T23:10:24.570Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2882024-12-13T23:10:24.878Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892024-12-13T23:10:25.172Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2902024-12-13T23:10:25.460Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2912024-12-13T23:10:25.672Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2922024-12-13T23:10:26.000Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-12-13T23:10:26.309Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-12-13T23:10:26.555Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-12-13T23:10:26.904Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-12-13T23:10:27.367Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-12-13T23:10:27.702Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2982024-12-13T23:10:28.038Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2992024-12-13T23:10:28.366Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3002024-12-13T23:10:28.682Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-12-13T23:10:28.982Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-12-13T23:10:29.231Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-12-13T23:10:30.540Z Downloading crates ...
3042024-12-13T23:10:30.635Z Downloaded anstyle v1.0.10
3052024-12-13T23:10:30.654Z Downloaded equivalent v1.0.1
3062024-12-13T23:10:30.657Z Downloaded usdt-attr-macro v0.5.0
3072024-12-13T23:10:30.659Z Downloaded usdt-macro v0.5.0
3082024-12-13T23:10:30.662Z Downloaded pretty-hex v0.4.1
3092024-12-13T23:10:30.671Z Downloaded dtrace-parser v0.2.0
3102024-12-13T23:10:30.675Z Downloaded anstream v0.6.15
3112024-12-13T23:10:30.680Z Downloaded cargo-platform v0.1.8
3122024-12-13T23:10:30.682Z Downloaded byteorder v1.5.0
3132024-12-13T23:10:30.684Z Downloaded bytecount v0.6.8
3142024-12-13T23:10:30.687Z Downloaded block-buffer v0.10.4
3152024-12-13T23:10:30.689Z Downloaded swrite v0.1.0
3162024-12-13T23:10:30.691Z Downloaded autocfg v1.4.0
3172024-12-13T23:10:30.691Z Downloaded anstyle-query v1.1.1
3182024-12-13T23:10:30.694Z Downloaded usdt v0.5.0
3192024-12-13T23:10:30.694Z Downloaded anstyle-parse v0.2.5
3202024-12-13T23:10:30.696Z Downloaded smawk v0.3.2
3212024-12-13T23:10:30.696Z Downloaded colorchoice v1.0.2
3222024-12-13T23:10:30.698Z Downloaded clap_lex v0.7.2
3232024-12-13T23:10:30.698Z Downloaded tabled_derive v0.7.0
3242024-12-13T23:10:30.701Z Downloaded is_terminal_polyfill v1.70.1
3252024-12-13T23:10:30.701Z Downloaded heck v0.5.0
3262024-12-13T23:10:30.704Z Downloaded proc-macro-error-attr v1.0.4
3272024-12-13T23:10:30.704Z Downloaded dof v0.3.0
3282024-12-13T23:10:30.704Z Downloaded cfg-if v1.0.0
3292024-12-13T23:10:30.707Z Downloaded scroll_derive v0.12.0
3302024-12-13T23:10:30.708Z Downloaded unicode-linebreak v0.1.5
3312024-12-13T23:10:30.710Z Downloaded itoa v1.0.11
3322024-12-13T23:10:30.710Z Downloaded serde_tokenstream v0.2.2
3332024-12-13T23:10:30.710Z Downloaded fnv v1.0.7
3342024-12-13T23:10:30.714Z Downloaded serde_spanned v0.6.8
3352024-12-13T23:10:30.717Z Downloaded strsim v0.11.1
3362024-12-13T23:10:30.717Z Downloaded heck v0.4.1
3372024-12-13T23:10:30.721Z Downloaded memmap v0.7.0
3382024-12-13T23:10:30.723Z Downloaded thiserror-impl v1.0.69
3392024-12-13T23:10:30.725Z Downloaded terminal_size v0.4.0
3402024-12-13T23:10:30.725Z Downloaded digest v0.10.7
3412024-12-13T23:10:30.728Z Downloaded pest_generator v2.7.14
3422024-12-13T23:10:30.728Z Downloaded utf8parse v0.2.2
3432024-12-13T23:10:30.730Z Downloaded crypto-common v0.1.6
3442024-12-13T23:10:30.733Z Downloaded version_check v0.9.5
3452024-12-13T23:10:30.733Z Downloaded toml_datetime v0.6.8
3462024-12-13T23:10:30.735Z Downloaded thread-id v4.2.2
3472024-12-13T23:10:30.735Z Downloaded errno v0.3.9
3482024-12-13T23:10:30.742Z Downloaded generic-array v0.14.7
3492024-12-13T23:10:30.747Z Downloaded thiserror v1.0.69
3502024-12-13T23:10:30.749Z Downloaded cargo_toml v0.20.5
3512024-12-13T23:10:30.749Z Downloaded camino v1.1.9
3522024-12-13T23:10:30.752Z Downloaded fs-err v2.11.0
3532024-12-13T23:10:30.752Z Downloaded cargo_metadata v0.18.1
3542024-12-13T23:10:30.754Z Downloaded fastrand v2.1.1
3552024-12-13T23:10:30.754Z Downloaded cpufeatures v0.2.14
3562024-12-13T23:10:30.757Z Downloaded camino-tempfile v1.1.1
3572024-12-13T23:10:30.774Z Downloaded tempfile v3.13.0
3582024-12-13T23:10:30.777Z Downloaded plain v0.2.3
3592024-12-13T23:10:30.781Z Downloaded macaddr v1.0.1
3602024-12-13T23:10:30.782Z Downloaded zerocopy-derive v0.7.35
3612024-12-13T23:10:30.785Z Downloaded anyhow v1.0.93
3622024-12-13T23:10:30.788Z Downloaded usdt-impl v0.5.0
3632024-12-13T23:10:30.788Z Downloaded typenum v1.17.0
3642024-12-13T23:10:30.791Z Downloaded ryu v1.0.18
3652024-12-13T23:10:30.793Z Downloaded pest_meta v2.7.14
3662024-12-13T23:10:30.796Z Downloaded quote v1.0.37
3672024-12-13T23:10:30.798Z Downloaded semver v1.0.23
3682024-12-13T23:10:30.798Z Downloaded proc-macro2 v1.0.89
3692024-12-13T23:10:30.800Z Downloaded pest_derive v2.7.14
3702024-12-13T23:10:30.803Z Downloaded unicode-ident v1.0.13
3712024-12-13T23:10:30.805Z Downloaded once_cell v1.20.2
3722024-12-13T23:10:30.807Z Downloaded proc-macro-error v1.0.4
3732024-12-13T23:10:30.810Z Downloaded textwrap v0.16.1
3742024-12-13T23:10:30.812Z Downloaded ucd-trie v0.1.7
3752024-12-13T23:10:30.815Z Downloaded toml v0.8.19
3762024-12-13T23:10:30.817Z Downloaded bitflags v2.6.0
3772024-12-13T23:10:30.820Z Downloaded serde_derive v1.0.215
3782024-12-13T23:10:30.822Z Downloaded papergrid v0.11.0
3792024-12-13T23:10:30.826Z Downloaded clap_derive v4.5.18
3802024-12-13T23:10:30.829Z Downloaded clap v4.5.21
3812024-12-13T23:10:30.836Z Downloaded log v0.4.22
3822024-12-13T23:10:30.839Z Downloaded indexmap v2.6.0
3832024-12-13T23:10:30.842Z Downloaded serde v1.0.215
3842024-12-13T23:10:30.846Z Downloaded sha2 v0.10.8
3852024-12-13T23:10:30.848Z Downloaded scroll v0.12.0
3862024-12-13T23:10:30.855Z Downloaded memchr v2.7.4
3872024-12-13T23:10:30.863Z Downloaded toml_edit v0.22.22
3882024-12-13T23:10:30.893Z Downloaded pest v2.7.14
3892024-12-13T23:10:30.901Z Downloaded hashbrown v0.15.1
3902024-12-13T23:10:30.909Z Downloaded serde_json v1.0.132
3912024-12-13T23:10:30.916Z Downloaded zerocopy v0.7.35
3922024-12-13T23:10:30.930Z Downloaded clap_builder v4.5.21
3932024-12-13T23:10:30.938Z Downloaded winnow v0.6.20
3942024-12-13T23:10:30.945Z Downloaded tabled v0.15.0
3952024-12-13T23:10:30.958Z Downloaded goblin v0.8.2
3962024-12-13T23:10:30.964Z Downloaded syn v1.0.109
3972024-12-13T23:10:30.973Z Downloaded unicode-width v0.1.14
3982024-12-13T23:10:30.981Z Downloaded syn v2.0.87
3992024-12-13T23:10:30.993Z Downloaded rustix v0.38.37
4002024-12-13T23:10:31.023Z Downloaded libc v0.2.162
4012024-12-13T23:10:31.336Z Compiling proc-macro2 v1.0.89
4022024-12-13T23:10:31.336Z Compiling unicode-ident v1.0.13
4032024-12-13T23:10:31.336Z Compiling version_check v0.9.5
4042024-12-13T23:10:31.338Z Compiling serde v1.0.215
4052024-12-13T23:10:31.338Z Compiling memchr v2.7.4
4062024-12-13T23:10:31.338Z Compiling thiserror v1.0.69
4072024-12-13T23:10:31.338Z Compiling libc v0.2.162
4082024-12-13T23:10:31.372Z Compiling itoa v1.0.11
4092024-12-13T23:10:31.578Z Compiling ryu v1.0.18
4102024-12-13T23:10:31.707Z Compiling ucd-trie v0.1.7
4112024-12-13T23:10:31.924Z Compiling once_cell v1.20.2
4122024-12-13T23:10:32.237Z Compiling byteorder v1.5.0
4132024-12-13T23:10:32.257Z Compiling rustix v0.38.37
4142024-12-13T23:10:32.891Z Compiling serde_json v1.0.132
4152024-12-13T23:10:32.938Z Compiling bitflags v2.6.0
4162024-12-13T23:10:33.142Z Compiling proc-macro-error-attr v1.0.4
4172024-12-13T23:10:33.184Z Compiling usdt-impl v0.5.0
4182024-12-13T23:10:33.293Z Compiling syn v1.0.109
4192024-12-13T23:10:33.461Z Compiling proc-macro-error v1.0.4
4202024-12-13T23:10:33.485Z Compiling log v0.4.22
4212024-12-13T23:10:33.584Z Compiling camino v1.1.9
4222024-12-13T23:10:33.720Z Compiling hashbrown v0.15.1
4232024-12-13T23:10:33.746Z Compiling utf8parse v0.2.2
4242024-12-13T23:10:33.870Z Compiling plain v0.2.3
4252024-12-13T23:10:33.930Z Compiling equivalent v1.0.1
4262024-12-13T23:10:34.027Z Compiling anstyle-parse v0.2.5
4272024-12-13T23:10:34.079Z Compiling quote v1.0.37
4282024-12-13T23:10:34.212Z Compiling errno v0.3.9
4292024-12-13T23:10:34.239Z Compiling thread-id v4.2.2
4302024-12-13T23:10:34.361Z Compiling winnow v0.6.20
4312024-12-13T23:10:34.457Z Compiling syn v2.0.87
4322024-12-13T23:10:34.684Z Compiling colorchoice v1.0.2
4332024-12-13T23:10:34.838Z Compiling semver v1.0.23
4342024-12-13T23:10:34.869Z Compiling is_terminal_polyfill v1.70.1
4352024-12-13T23:10:35.012Z Compiling indexmap v2.6.0
4362024-12-13T23:10:35.035Z Compiling pretty-hex v0.4.1
4372024-12-13T23:10:35.278Z Compiling autocfg v1.4.0
4382024-12-13T23:10:35.407Z Compiling anstyle v1.0.10
4392024-12-13T23:10:35.886Z Compiling anstyle-query v1.1.1
4402024-12-13T23:10:36.054Z Compiling unicode-width v0.1.14
4412024-12-13T23:10:36.134Z Compiling anstream v0.6.15
4422024-12-13T23:10:36.477Z Compiling fs-err v2.11.0
4432024-12-13T23:10:36.597Z Compiling terminal_size v0.4.0
4442024-12-13T23:10:36.756Z Compiling strsim v0.11.1
4452024-12-13T23:10:36.827Z Compiling clap_lex v0.7.2
4462024-12-13T23:10:36.871Z Compiling fastrand v2.1.1
4472024-12-13T23:10:37.215Z Compiling bytecount v0.6.8
4482024-12-13T23:10:37.287Z Compiling heck v0.5.0
4492024-12-13T23:10:37.344Z Compiling heck v0.4.1
4502024-12-13T23:10:37.469Z Compiling anyhow v1.0.93
4512024-12-13T23:10:37.705Z Compiling cfg-if v1.0.0
4522024-12-13T23:10:37.857Z Compiling fnv v1.0.7
4532024-12-13T23:10:37.883Z Compiling tempfile v3.13.0
4542024-12-13T23:10:37.909Z Compiling clap_builder v4.5.21
4552024-12-13T23:10:38.007Z Compiling papergrid v0.11.0
4562024-12-13T23:10:38.246Z Compiling memmap v0.7.0
4572024-12-13T23:10:38.330Z Compiling smawk v0.3.2
4582024-12-13T23:10:38.541Z Compiling unicode-linebreak v0.1.5
4592024-12-13T23:10:38.746Z Compiling swrite v0.1.0
4602024-12-13T23:10:39.058Z Compiling textwrap v0.16.1
4612024-12-13T23:10:40.071Z Compiling tabled_derive v0.7.0
4622024-12-13T23:10:41.646Z Compiling tabled v0.15.0
4632024-12-13T23:10:43.590Z Compiling serde_derive v1.0.215
4642024-12-13T23:10:43.590Z Compiling thiserror-impl v1.0.69
4652024-12-13T23:10:43.592Z Compiling zerocopy-derive v0.7.35
4662024-12-13T23:10:43.592Z Compiling scroll_derive v0.12.0
4672024-12-13T23:10:43.592Z Compiling clap_derive v4.5.18
4682024-12-13T23:10:44.961Z Compiling scroll v0.12.0
4692024-12-13T23:10:45.482Z Compiling goblin v0.8.2
4702024-12-13T23:10:45.528Z Compiling zerocopy v0.7.35
4712024-12-13T23:10:46.270Z Compiling pest v2.7.14
4722024-12-13T23:10:47.652Z Compiling clap v4.5.21
4732024-12-13T23:10:48.546Z Compiling pest_meta v2.7.14
4742024-12-13T23:10:49.382Z Compiling pest_generator v2.7.14
4752024-12-13T23:10:51.314Z Compiling pest_derive v2.7.14
4762024-12-13T23:10:52.037Z Compiling dtrace-parser v0.2.0
4772024-12-13T23:10:53.710Z Compiling serde_tokenstream v0.2.2
4782024-12-13T23:10:53.925Z Compiling toml_datetime v0.6.8
4792024-12-13T23:10:53.927Z Compiling serde_spanned v0.6.8
4802024-12-13T23:10:54.242Z Compiling toml_edit v0.22.22
4812024-12-13T23:10:54.311Z Compiling cargo-platform v0.1.8
4822024-12-13T23:10:54.314Z Compiling macaddr v1.0.1
4832024-12-13T23:10:54.659Z Compiling camino-tempfile v1.1.1
4842024-12-13T23:10:55.227Z Compiling dof v0.3.0
4852024-12-13T23:10:55.481Z Compiling cargo_metadata v0.18.1
4862024-12-13T23:10:56.933Z Compiling usdt-macro v0.5.0
4872024-12-13T23:10:56.933Z Compiling usdt-attr-macro v0.5.0
4882024-12-13T23:10:57.119Z Compiling toml v0.8.19
4892024-12-13T23:10:57.997Z Compiling cargo_toml v0.20.5
4902024-12-13T23:10:58.261Z Compiling usdt v0.5.0
4912024-12-13T23:11:01.693Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-12-13T23:11:05.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.00s
4932024-12-13T23:11:06.137Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-12-13T23:11:06.697Z Downloading crates ...
4952024-12-13T23:11:06.825Z Downloaded atomicwrites v0.4.4
4962024-12-13T23:11:06.833Z Downloaded adler2 v2.0.0
4972024-12-13T23:11:06.836Z Downloaded addr2line v0.24.2
4982024-12-13T23:11:06.846Z Downloaded darling v0.20.10
4992024-12-13T23:11:06.851Z Downloaded async-stream-impl v0.3.6
5002024-12-13T23:11:06.854Z Downloaded highway v1.2.0
5012024-12-13T23:11:06.856Z Downloaded cfg_aliases v0.1.1
5022024-12-13T23:11:06.858Z Downloaded atty v0.2.14
5032024-12-13T23:11:06.861Z Downloaded hex v0.4.3
5042024-12-13T23:11:06.863Z Downloaded http-body v1.0.1
5052024-12-13T23:11:06.863Z Downloaded cfg_aliases v0.2.1
5062024-12-13T23:11:06.866Z Downloaded instant v0.1.13
5072024-12-13T23:11:06.873Z Downloaded match_cfg v0.1.0
5082024-12-13T23:11:06.875Z Downloaded crunchy v0.2.2
5092024-12-13T23:11:06.882Z Downloaded matches v0.1.10
5102024-12-13T23:11:06.884Z Downloaded ciborium-io v0.2.2
5112024-12-13T23:11:06.887Z Downloaded hubpack_derive v0.1.1
5122024-12-13T23:11:06.889Z Downloaded mirai-annotations v1.12.0
5132024-12-13T23:11:06.889Z Downloaded icu_provider_macros v1.5.0
5142024-12-13T23:11:06.893Z Downloaded ident_case v1.0.1
5152024-12-13T23:11:06.893Z Downloaded cassowary v0.3.0
5162024-12-13T23:11:06.896Z Downloaded hostname v0.4.0
5172024-12-13T23:11:06.896Z Downloaded md5 v0.7.0
5182024-12-13T23:11:06.899Z Downloaded is_ci v1.2.0
5192024-12-13T23:11:06.899Z Downloaded headers-core v0.3.0
5202024-12-13T23:11:06.902Z Downloaded cstr-argument v0.1.2
5212024-12-13T23:11:06.902Z Downloaded http-range v0.1.5
5222024-12-13T23:11:06.902Z Downloaded crucible-workspace-hack v0.1.0
5232024-12-13T23:11:06.904Z Downloaded cbc v0.1.2
5242024-12-13T23:11:06.906Z Downloaded base16ct v0.2.0
5252024-12-13T23:11:06.906Z Downloaded async-stream v0.3.6
5262024-12-13T23:11:06.909Z Downloaded arrayref v0.3.9
5272024-12-13T23:11:06.912Z Downloaded bitfield-struct v0.6.2
5282024-12-13T23:11:06.914Z Downloaded hostname v0.3.1
5292024-12-13T23:11:06.918Z Downloaded cexpr v0.6.0
5302024-12-13T23:11:06.921Z Downloaded hubpack v0.1.2
5312024-12-13T23:11:06.921Z Downloaded hex-literal v0.4.1
5322024-12-13T23:11:06.921Z Downloaded home v0.5.9
5332024-12-13T23:11:06.924Z Downloaded array-init v0.0.4
5342024-12-13T23:11:06.924Z Downloaded lockfree-object-pool v0.1.6
5352024-12-13T23:11:06.926Z Downloaded cobs v0.2.3
5362024-12-13T23:11:06.928Z Downloaded cipher v0.4.4
5372024-12-13T23:11:06.930Z Downloaded idna_adapter v1.2.0
5382024-12-13T23:11:06.930Z Downloaded hyper-tls v0.6.0
5392024-12-13T23:11:06.934Z Downloaded maybe-uninit v2.0.0
5402024-12-13T23:11:06.936Z Downloaded crossbeam-deque v0.8.5
5412024-12-13T23:11:06.936Z Downloaded managed v0.8.0
5422024-12-13T23:11:06.939Z Downloaded lazy_static v1.5.0
5432024-12-13T23:11:06.942Z Downloaded kstat-rs v0.2.4
5442024-12-13T23:11:06.942Z Downloaded indent_write v2.2.0
5452024-12-13T23:11:06.951Z Downloaded curve25519-dalek-derive v0.1.1
5462024-12-13T23:11:06.951Z Downloaded crc-catalog v2.4.0
5472024-12-13T23:11:06.951Z Downloaded is-terminal v0.4.13
5482024-12-13T23:11:06.951Z Downloaded blowfish v0.9.1
5492024-12-13T23:11:06.951Z Downloaded bit-vec v0.6.3
5502024-12-13T23:11:06.951Z Downloaded buf-list v1.0.3
5512024-12-13T23:11:06.954Z Downloaded libsw v3.3.1
5522024-12-13T23:11:06.956Z Downloaded mockall v0.13.0
5532024-12-13T23:11:06.956Z Downloaded ctr v0.9.2
5542024-12-13T23:11:06.958Z Downloaded bitfield v0.14.0
5552024-12-13T23:11:06.962Z Downloaded lalrpop-util v0.19.12
5562024-12-13T23:11:06.964Z Downloaded keccak v0.1.5
5572024-12-13T23:11:06.964Z Downloaded linear-map v1.2.0
5582024-12-13T23:11:06.964Z Downloaded bb8 v0.8.5
5592024-12-13T23:11:06.966Z Downloaded cmake v0.1.51
5602024-12-13T23:11:06.966Z Downloaded humantime v2.1.0
5612024-12-13T23:11:06.969Z Downloaded lazycell v1.3.0
5622024-12-13T23:11:06.971Z Downloaded md-5 v0.10.6
5632024-12-13T23:11:06.971Z Downloaded libefi-sys v0.1.0
5642024-12-13T23:11:06.974Z Downloaded hickory-client v0.24.1
5652024-12-13T23:11:06.978Z Downloaded russh-cryptovec v0.7.3
5662024-12-13T23:11:06.978Z Downloaded linked-hash-map v0.5.6
5672024-12-13T23:11:06.980Z Downloaded indoc v1.0.9
5682024-12-13T23:11:06.983Z Downloaded quinn-udp v0.5.5
5692024-12-13T23:11:06.985Z Downloaded colored v2.1.0
5702024-12-13T23:11:06.987Z Downloaded mime v0.3.17
5712024-12-13T23:11:06.987Z Downloaded cancel-safe-futures v0.1.5
5722024-12-13T23:11:06.990Z Downloaded bzip2 v0.4.4
5732024-12-13T23:11:06.992Z Downloaded instability v0.3.2
5742024-12-13T23:11:06.995Z Downloaded inout v0.1.3
5752024-12-13T23:11:06.995Z Downloaded bit-set v0.5.3
5762024-12-13T23:11:06.998Z Downloaded argon2 v0.5.3
5772024-12-13T23:11:07.001Z Downloaded hyper-staticfile v0.10.1
5782024-12-13T23:11:07.001Z Downloaded bcrypt-pbkdf v0.10.0
5792024-12-13T23:11:07.004Z Downloaded impl-trait-for-tuples v0.2.2
5802024-12-13T23:11:07.008Z Downloaded lru v0.12.5
5812024-12-13T23:11:07.008Z Downloaded litemap v0.7.3
5822024-12-13T23:11:07.011Z Downloaded libloading v0.8.5
5832024-12-13T23:11:07.014Z Downloaded hyper-rustls v0.27.3
5842024-12-13T23:11:07.017Z Downloaded serde_plain v1.0.2
5852024-12-13T23:11:07.017Z Downloaded iana-time-zone v0.1.61
5862024-12-13T23:11:07.020Z Downloaded async-bb8-diesel v0.2.1
5872024-12-13T23:11:07.023Z Downloaded memoffset v0.9.1
5882024-12-13T23:11:07.023Z Downloaded const_format_proc_macros v0.2.33
5892024-12-13T23:11:07.026Z Downloaded maplit v1.0.2
5902024-12-13T23:11:07.028Z Downloaded ipnet v2.10.1
5912024-12-13T23:11:07.028Z Downloaded async-trait v0.1.83
5922024-12-13T23:11:07.031Z Downloaded console v0.15.8
5932024-12-13T23:11:07.035Z Downloaded rustls-pemfile v1.0.4
5942024-12-13T23:11:07.038Z Downloaded ciborium v0.2.2
5952024-12-13T23:11:07.041Z Downloaded write16 v1.0.0
5962024-12-13T23:11:07.044Z Downloaded crc32fast v1.4.2
5972024-12-13T23:11:07.044Z Downloaded futures-sink v0.3.31
5982024-12-13T23:11:07.044Z Downloaded rustc_version v0.4.1
5992024-12-13T23:11:07.047Z Downloaded rpassword v7.3.1
6002024-12-13T23:11:07.047Z Downloaded csv-core v0.1.11
6012024-12-13T23:11:07.051Z Downloaded rand_chacha v0.3.1
6022024-12-13T23:11:07.051Z Downloaded cookie_store v0.21.0
6032024-12-13T23:11:07.053Z Downloaded signal-hook-mio v0.2.4
6042024-12-13T23:11:07.054Z Downloaded serde_path_to_error v0.1.16
6052024-12-13T23:11:07.056Z Downloaded constant_time_eq v0.3.1
6062024-12-13T23:11:07.059Z Downloaded zone_cfg_derive v0.3.0
6072024-12-13T23:11:07.059Z Downloaded zone v0.3.0
6082024-12-13T23:11:07.059Z Downloaded zone_cfg_derive v0.1.2
6092024-12-13T23:11:07.062Z Downloaded mime_guess v2.0.5
6102024-12-13T23:11:07.063Z Downloaded hmac v0.12.1
6112024-12-13T23:11:07.065Z Downloaded assert_matches v1.5.0
6122024-12-13T23:11:07.065Z Downloaded aead v0.5.2
6132024-12-13T23:11:07.068Z Downloaded opaque-debug v0.3.1
6142024-12-13T23:11:07.068Z Downloaded lock_api v0.4.12
6152024-12-13T23:11:07.070Z Downloaded castaway v0.2.3
6162024-12-13T23:11:07.072Z Downloaded siphasher v0.3.11
6172024-12-13T23:11:07.074Z Downloaded scopeguard v1.2.0
6182024-12-13T23:11:07.074Z Downloaded rustversion v1.0.17
6192024-12-13T23:11:07.077Z Downloaded httparse v1.9.5
6202024-12-13T23:11:07.079Z Downloaded jobserver v0.1.32
6212024-12-13T23:11:07.082Z Downloaded icu_locid_transform v1.5.0
6222024-12-13T23:11:07.086Z Downloaded slog-scope v4.4.0
6232024-12-13T23:11:07.089Z Downloaded ahash v0.8.11
6242024-12-13T23:11:07.092Z Downloaded thiserror-no-std v2.0.2
6252024-12-13T23:11:07.094Z Downloaded memmap2 v0.9.5
6262024-12-13T23:11:07.097Z Downloaded cookie v0.18.1
6272024-12-13T23:11:07.099Z Downloaded icu_normalizer_data v1.5.0
6282024-12-13T23:11:07.101Z Downloaded slog-dtrace v0.3.0
6292024-12-13T23:11:07.107Z Downloaded slog-json v2.6.1
6302024-12-13T23:11:07.107Z Downloaded slog-envlogger v2.2.0
6312024-12-13T23:11:07.109Z Downloaded whoami v1.5.2
6322024-12-13T23:11:07.109Z Downloaded subtle v2.6.1
6332024-12-13T23:11:07.112Z Downloaded tinystr v0.7.6
6342024-12-13T23:11:07.112Z Downloaded display-error-chain v0.2.2
6352024-12-13T23:11:07.114Z Downloaded pin-utils v0.1.0
6362024-12-13T23:11:07.118Z Downloaded futures-macro v0.3.31
6372024-12-13T23:11:07.118Z Downloaded env_filter v0.1.2
6382024-12-13T23:11:07.121Z Downloaded clang-sys v1.8.1
6392024-12-13T23:11:07.121Z Downloaded const-oid v0.9.6
6402024-12-13T23:11:07.123Z Downloaded icu_normalizer v1.5.0
6412024-12-13T23:11:07.128Z Downloaded dirs-sys-next v0.1.2
6422024-12-13T23:11:07.130Z Downloaded nodrop v0.1.14
6432024-12-13T23:11:07.130Z Downloaded backoff v0.4.0
6442024-12-13T23:11:07.133Z Downloaded icu_locid_transform_data v1.5.0
6452024-12-13T23:11:07.136Z Downloaded arrayvec v0.7.6
6462024-12-13T23:11:07.138Z Downloaded miniz_oxide v0.8.0
6472024-12-13T23:11:07.141Z Downloaded zone v0.1.8
6482024-12-13T23:11:07.141Z Downloaded fragile v2.0.0
6492024-12-13T23:11:07.143Z Downloaded multimap v0.10.0
6502024-12-13T23:11:07.145Z Downloaded form_urlencoded v1.2.1
6512024-12-13T23:11:07.146Z Downloaded fixedbitset v0.4.2
6522024-12-13T23:11:07.148Z Downloaded filetime v0.2.25
6532024-12-13T23:11:07.148Z Downloaded ff v0.13.0
6542024-12-13T23:11:07.150Z Downloaded crossbeam-utils v0.8.20
6552024-12-13T23:11:07.154Z Downloaded icu_locid v1.5.0
6562024-12-13T23:11:07.158Z Downloaded packed_struct_codegen v0.10.1
6572024-12-13T23:11:07.160Z Downloaded tinyvec_macros v0.1.1
6582024-12-13T23:11:07.162Z Downloaded sqlparser_derive v0.2.2
6592024-12-13T23:11:07.162Z Downloaded difflib v0.4.0
6602024-12-13T23:11:07.164Z Downloaded dirs-next v2.0.0
6612024-12-13T23:11:07.164Z Downloaded sqlformat v0.2.6
6622024-12-13T23:11:07.168Z Downloaded peg v0.8.4
6632024-12-13T23:11:07.171Z Downloaded phf_codegen v0.11.2
6642024-12-13T23:11:07.174Z Downloaded allocator-api2 v0.2.18
6652024-12-13T23:11:07.177Z Downloaded bytes v1.8.0
6662024-12-13T23:11:07.180Z Downloaded sync_wrapper v1.0.1
6672024-12-13T23:11:07.182Z Downloaded parse-display v0.10.0
6682024-12-13T23:11:07.186Z Downloaded futures-task v0.3.31
6692024-12-13T23:11:07.186Z Downloaded typify v0.2.0
6702024-12-13T23:11:07.190Z Downloaded progenitor v0.8.0
6712024-12-13T23:11:07.190Z Downloaded env_logger v0.10.2
6722024-12-13T23:11:07.193Z Downloaded rand_core v0.6.4
6732024-12-13T23:11:07.195Z Downloaded predicates-tree v1.0.11
6742024-12-13T23:11:07.195Z Downloaded signal-hook v0.3.17
6752024-12-13T23:11:07.198Z Downloaded parse-display-derive v0.10.0
6762024-12-13T23:11:07.200Z Downloaded progenitor-impl v0.8.0
6772024-12-13T23:11:07.203Z Downloaded scrypt v0.11.0
6782024-12-13T23:11:07.213Z Downloaded value-bag v1.9.0
6792024-12-13T23:11:07.216Z Downloaded crc-any v2.5.0
6802024-12-13T23:11:07.218Z Downloaded indicatif v0.17.9
6812024-12-13T23:11:07.223Z Downloaded num_threads v0.1.7
6822024-12-13T23:11:07.225Z Downloaded serde_urlencoded v0.7.1
6832024-12-13T23:11:07.228Z Downloaded pbkdf2 v0.12.2
6842024-12-13T23:11:07.230Z Downloaded oso-derive v0.27.3
6852024-12-13T23:11:07.230Z Downloaded openssl-probe v0.1.5
6862024-12-13T23:11:07.230Z Downloaded newline-converter v0.3.0
6872024-12-13T23:11:07.232Z Downloaded backtrace v0.3.74
6882024-12-13T23:11:07.236Z Downloaded phf_shared v0.10.0
6892024-12-13T23:11:07.239Z Downloaded structmeta v0.2.0
6902024-12-13T23:11:07.239Z Downloaded const_format v0.2.33
6912024-12-13T23:11:07.244Z Downloaded xattr v1.3.1
6922024-12-13T23:11:07.246Z Downloaded pkcs1 v0.7.5
6932024-12-13T23:11:07.248Z Downloaded toml v0.7.8
6942024-12-13T23:11:07.254Z Downloaded peg-runtime v0.8.3
6952024-12-13T23:11:07.263Z Downloaded synstructure v0.13.1
6962024-12-13T23:11:07.263Z Downloaded samael v0.0.17
6972024-12-13T23:11:07.266Z Downloaded thiserror-impl-no-std v2.0.2
6982024-12-13T23:11:07.266Z Downloaded base64 v0.22.1
6992024-12-13T23:11:07.268Z Downloaded embedded-io v0.4.0
7002024-12-13T23:11:07.268Z Downloaded hickory-server v0.24.1
7012024-12-13T23:11:07.276Z Downloaded rand_seeder v0.3.0
7022024-12-13T23:11:07.281Z Downloaded hickory-resolver v0.24.1
7032024-12-13T23:11:07.284Z Downloaded defmt-macros v0.3.9
7042024-12-13T23:11:07.284Z Downloaded crypto-bigint v0.5.5
7052024-12-13T23:11:07.291Z Downloaded num-rational v0.4.2
7062024-12-13T23:11:07.293Z Downloaded group v0.13.0
7072024-12-13T23:11:07.296Z Downloaded futures-io v0.3.31
7082024-12-13T23:11:07.296Z Downloaded num-traits v0.2.19
7092024-12-13T23:11:07.298Z Downloaded openssl-macros v0.1.1
7102024-12-13T23:11:07.301Z Downloaded oso v0.27.3
7112024-12-13T23:11:07.304Z Downloaded num_enum_derive v0.5.11
7122024-12-13T23:11:07.306Z Downloaded num v0.4.3
7132024-12-13T23:11:07.306Z Downloaded snafu-derive v0.8.5
7142024-12-13T23:11:07.308Z Downloaded phf_generator v0.11.2
7152024-12-13T23:11:07.311Z Downloaded serde_derive_internals v0.29.1
7162024-12-13T23:11:07.314Z Downloaded foreign-types-macros v0.2.3
7172024-12-13T23:11:07.314Z Downloaded float-ord v0.3.2
7182024-12-13T23:11:07.314Z Downloaded rustc-hash v1.1.0
7192024-12-13T23:11:07.317Z Downloaded radium v0.7.0
7202024-12-13T23:11:07.317Z Downloaded r2d2 v0.8.10
7212024-12-13T23:11:07.319Z Downloaded minimal-lexical v0.2.1
7222024-12-13T23:11:07.322Z Downloaded tungstenite v0.24.0
7232024-12-13T23:11:07.327Z Downloaded ppv-lite86 v0.2.20
7242024-12-13T23:11:07.329Z Downloaded crossbeam-channel v0.5.13
7252024-12-13T23:11:07.332Z Downloaded string_cache v0.8.7
7262024-12-13T23:11:07.335Z Downloaded number_prefix v0.4.0
7272024-12-13T23:11:07.337Z Downloaded want v0.3.1
7282024-12-13T23:11:07.337Z Downloaded unicode-truncate v1.1.0
7292024-12-13T23:11:07.339Z Downloaded ssh-cipher v0.2.0
7302024-12-13T23:11:07.341Z Downloaded precomputed-hash v0.1.1
7312024-12-13T23:11:07.341Z Downloaded embedded-io v0.6.1
7322024-12-13T23:11:07.343Z Downloaded tungstenite v0.21.0
7332024-12-13T23:11:07.346Z Downloaded derive_builder_macro v0.20.2
7342024-12-13T23:11:07.348Z Downloaded same-file v1.0.6
7352024-12-13T23:11:07.351Z Downloaded tungstenite v0.23.0
7362024-12-13T23:11:07.353Z Downloaded schemars_derive v0.8.21
7372024-12-13T23:11:07.356Z Downloaded defmt v0.3.8
7382024-12-13T23:11:07.358Z Downloaded base64 v0.21.7
7392024-12-13T23:11:07.362Z Downloaded zip v0.6.6
7402024-12-13T23:11:07.367Z Downloaded owo-colors v4.1.0
7412024-12-13T23:11:07.369Z Downloaded phf v0.11.2
7422024-12-13T23:11:07.371Z Downloaded unicase v2.7.0
7432024-12-13T23:11:07.373Z Downloaded slog v2.7.0
7442024-12-13T23:11:07.376Z Downloaded scheduled-thread-pool v0.2.7
7452024-12-13T23:11:07.378Z Downloaded qorb v0.2.1
7462024-12-13T23:11:07.382Z Downloaded float-cmp v0.9.0
7472024-12-13T23:11:07.384Z Downloaded dsl_auto_type v0.1.2
7482024-12-13T23:11:07.387Z Downloaded mio v1.0.2
7492024-12-13T23:11:07.391Z Downloaded rcgen v0.12.1
7502024-12-13T23:11:07.394Z Downloaded parking_lot_core v0.9.10
7512024-12-13T23:11:07.397Z Downloaded termtree v0.4.1
7522024-12-13T23:11:07.399Z Downloaded hash32 v0.3.1
7532024-12-13T23:11:07.399Z Downloaded futures-core v0.3.31
7542024-12-13T23:11:07.402Z Downloaded hash32 v0.2.1
7552024-12-13T23:11:07.404Z Downloaded pem v3.0.4
7562024-12-13T23:11:07.404Z Downloaded utf8_iter v1.0.4
7572024-12-13T23:11:07.407Z Downloaded typify-macro v0.2.0
7582024-12-13T23:11:07.407Z Downloaded dropshot_endpoint v0.12.0
7592024-12-13T23:11:07.409Z Downloaded unicode-properties v0.1.3
7602024-12-13T23:11:07.411Z Downloaded fatfs v0.3.6
7612024-12-13T23:11:07.415Z Downloaded ena v0.14.3
7622024-12-13T23:11:07.417Z Downloaded either v1.13.0
7632024-12-13T23:11:07.419Z Downloaded zerovec-derive v0.10.3
7642024-12-13T23:11:07.422Z Downloaded zeroize_derive v1.4.2
7652024-12-13T23:11:07.422Z Downloaded libxml v0.3.3
7662024-12-13T23:11:07.428Z Downloaded itertools v0.10.5
7672024-12-13T23:11:07.434Z Downloaded path-slash v0.1.5
7682024-12-13T23:11:07.437Z Downloaded glob v0.3.1
7692024-12-13T23:11:07.439Z Downloaded rustc-hash v2.0.0
7702024-12-13T23:11:07.440Z Downloaded rustc_version v0.1.7
7712024-12-13T23:11:07.440Z Downloaded thiserror-impl v2.0.3
7722024-12-13T23:11:07.442Z Downloaded predicates v3.1.2
7732024-12-13T23:11:07.445Z Downloaded newtype_derive v0.1.6
7742024-12-13T23:11:07.448Z Downloaded endian-type v0.1.2
7752024-12-13T23:11:07.448Z Downloaded structmeta v0.3.0
7762024-12-13T23:11:07.448Z Downloaded resolv-conf v0.7.0
7772024-12-13T23:11:07.450Z Downloaded tokio-stream v0.1.16
7782024-12-13T23:11:07.454Z Downloaded thiserror v2.0.3
7792024-12-13T23:11:08.461Z Downloaded sct v0.7.1
7802024-12-13T23:11:08.465Z Downloaded libm v0.2.8
7812024-12-13T23:11:08.465Z Downloaded yoke-derive v0.7.4
7822024-12-13T23:11:08.465Z Downloaded strip-ansi-escapes v0.2.0
7832024-12-13T23:11:08.465Z Downloaded gethostname v0.5.0
7842024-12-13T23:11:08.465Z Downloaded unarray v0.1.4
7852024-12-13T23:11:08.465Z Downloaded postgres-protocol v0.6.7
7862024-12-13T23:11:08.465Z Downloaded postgres-types v0.2.8
7872024-12-13T23:11:08.465Z Downloaded smallvec v0.6.14
7882024-12-13T23:11:08.465Z Downloaded ron v0.7.1
7892024-12-13T23:11:08.465Z Downloaded tokio-native-tls v0.3.1
7902024-12-13T23:11:08.465Z Downloaded rand v0.8.5
7912024-12-13T23:11:08.465Z Downloaded defmt-parser v0.3.4
7922024-12-13T23:11:08.465Z Downloaded waitgroup v0.1.2
7932024-12-13T23:11:08.465Z Downloaded toolchain_find v0.4.0
7942024-12-13T23:11:08.465Z Downloaded sha1 v0.10.6
7952024-12-13T23:11:08.465Z Downloaded zerofrom-derive v0.1.4
7962024-12-13T23:11:08.465Z Downloaded itertools v0.12.1
7972024-12-13T23:11:08.465Z Downloaded derive_builder_core v0.20.2
7982024-12-13T23:11:08.465Z Downloaded smallvec v1.13.2
7992024-12-13T23:11:08.465Z Downloaded pbkdf2 v0.11.0
8002024-12-13T23:11:08.466Z Downloaded globset v0.4.15
8012024-12-13T23:11:08.466Z Downloaded zip v2.1.3
8022024-12-13T23:11:08.466Z Downloaded progenitor-macro v0.8.0
8032024-12-13T23:11:08.466Z Downloaded diesel_table_macro_syntax v0.2.0
8042024-12-13T23:11:08.466Z Downloaded signal-hook-registry v1.4.2
8052024-12-13T23:11:08.466Z Downloaded parking_lot_core v0.8.6
8062024-12-13T23:11:08.466Z Downloaded vsss-rs v3.3.4
8072024-12-13T23:11:08.466Z Downloaded tokio-rustls v0.26.0
8082024-12-13T23:11:08.466Z Downloaded nibble_vec v0.1.0
8092024-12-13T23:11:08.466Z Downloaded typed-path v0.9.3
8102024-12-13T23:11:08.466Z Downloaded serde_with_macros v3.11.0
8112024-12-13T23:11:08.466Z Downloaded newtype-uuid v1.1.3
8122024-12-13T23:11:08.466Z Downloaded time-core v0.1.2
8132024-12-13T23:11:08.466Z Downloaded rustc-demangle v0.1.24
8142024-12-13T23:11:08.466Z Downloaded which v4.4.2
8152024-12-13T23:11:08.466Z Downloaded deranged v0.3.11
8162024-12-13T23:11:08.466Z Downloaded spki v0.7.3
8172024-12-13T23:11:08.466Z Downloaded getrandom v0.2.15
8182024-12-13T23:11:08.466Z Downloaded slog-term v2.9.1
8192024-12-13T23:11:08.466Z Downloaded tar v0.4.42
8202024-12-13T23:11:08.466Z Downloaded uuid v1.11.0
8212024-12-13T23:11:08.466Z Downloaded yoke v0.7.4
8222024-12-13T23:11:08.466Z Downloaded vte_generate_state_changes v0.1.2
8232024-12-13T23:11:08.466Z Downloaded shlex v1.3.0
8242024-12-13T23:11:08.466Z Downloaded shell-words v1.1.0
8252024-12-13T23:11:08.466Z Downloaded rustls-pki-types v1.10.0
8262024-12-13T23:11:08.466Z Downloaded fallible-iterator v0.2.0
8272024-12-13T23:11:08.466Z Downloaded num_enum v0.5.11
8282024-12-13T23:11:08.466Z Downloaded olpc-cjson v0.1.4
8292024-12-13T23:11:08.466Z Downloaded password-hash v0.5.0
8302024-12-13T23:11:08.466Z Downloaded des v0.8.1
8312024-12-13T23:11:08.466Z Downloaded pretty-hex v0.2.1
8322024-12-13T23:11:08.466Z Downloaded parse-size v1.1.0
8332024-12-13T23:11:08.466Z Downloaded ref-cast v1.0.23
8342024-12-13T23:11:08.466Z Downloaded similar v2.6.0
8352024-12-13T23:11:08.466Z Downloaded tokio-tungstenite v0.24.0
8362024-12-13T23:11:08.466Z Downloaded downcast v0.11.0
8372024-12-13T23:11:08.466Z Downloaded rustls-pemfile v2.2.0
8382024-12-13T23:11:08.466Z Downloaded vergen v8.3.2
8392024-12-13T23:11:08.467Z Downloaded polyval v0.6.2
8402024-12-13T23:11:08.467Z Downloaded structmeta-derive v0.3.0
8412024-12-13T23:11:08.467Z Downloaded native-tls v0.2.12
8422024-12-13T23:11:08.467Z Downloaded hyper v1.5.0
8432024-12-13T23:11:08.467Z Downloaded num-iter v0.1.45
8442024-12-13T23:11:08.467Z Downloaded password-hash v0.4.2
8452024-12-13T23:11:08.467Z Downloaded dunce v1.0.5
8462024-12-13T23:11:08.467Z Downloaded crossterm v0.28.1
8472024-12-13T23:11:08.467Z Downloaded prettyplease v0.2.25
8482024-12-13T23:11:08.467Z Downloaded unicode-segmentation v1.12.0
8492024-12-13T23:11:08.467Z Downloaded quick-error v1.2.3
8502024-12-13T23:11:08.467Z Downloaded percent-encoding v2.3.1
8512024-12-13T23:11:08.467Z Downloaded aes-gcm v0.10.3
8522024-12-13T23:11:08.467Z Downloaded poly1305 v0.8.0
8532024-12-13T23:11:08.467Z Downloaded try-lock v0.2.5
8542024-12-13T23:11:08.467Z Downloaded dhcproto-macros v0.1.0
8552024-12-13T23:11:08.467Z Downloaded simd-adler32 v0.3.7
8562024-12-13T23:11:08.467Z Downloaded foreign-types v0.3.2
8572024-12-13T23:11:08.467Z Downloaded rustfmt-wrapper v0.2.1
8582024-12-13T23:11:08.467Z Downloaded salsa20 v0.10.2
8592024-12-13T23:11:08.467Z Downloaded take_mut v0.2.2
8602024-12-13T23:11:08.467Z Downloaded tap v1.0.1
8612024-12-13T23:11:08.467Z Downloaded stable_deref_trait v1.2.0
8622024-12-13T23:11:08.467Z Downloaded term v0.7.0
8632024-12-13T23:11:08.467Z Downloaded strum_macros v0.24.3
8642024-12-13T23:11:08.467Z Downloaded slog-async v2.8.0
8652024-12-13T23:11:08.467Z Downloaded dhcproto v0.12.0
8662024-12-13T23:11:08.467Z Downloaded serde_yaml v0.9.34+deprecated
8672024-12-13T23:11:08.467Z Downloaded time-macros v0.2.18
8682024-12-13T23:11:08.467Z Downloaded thread_local v1.1.8
8692024-12-13T23:11:08.467Z Downloaded progenitor-client v0.8.0
8702024-12-13T23:11:08.467Z Downloaded serde-big-array v0.5.1
8712024-12-13T23:11:08.467Z Downloaded displaydoc v0.2.5
8722024-12-13T23:11:08.467Z Downloaded ecdsa v0.16.9
8732024-12-13T23:11:08.467Z Downloaded elliptic-curve v0.13.8
8742024-12-13T23:11:08.467Z Downloaded strum v0.26.3
8752024-12-13T23:11:08.467Z Downloaded pkg-config v0.3.31
8762024-12-13T23:11:08.467Z Downloaded nanorand v0.7.0
8772024-12-13T23:11:08.467Z Downloaded fd-lock v4.0.2
8782024-12-13T23:11:08.468Z Downloaded hkdf v0.12.4
8792024-12-13T23:11:08.468Z Downloaded fallible-streaming-iterator v0.1.9
8802024-12-13T23:11:08.479Z Downloaded fallible-iterator v0.3.0
8812024-12-13T23:11:08.479Z Downloaded ref-cast-impl v1.0.23
8822024-12-13T23:11:08.479Z Downloaded paste v1.0.15
8832024-12-13T23:11:08.479Z Downloaded ed25519 v2.2.3
8842024-12-13T23:11:08.479Z Downloaded russh-keys v0.45.0
8852024-12-13T23:11:08.479Z Downloaded schemars v0.8.21
8862024-12-13T23:11:08.479Z Downloaded foreign-types-shared v0.3.1
8872024-12-13T23:11:08.479Z Downloaded strum_macros v0.25.3
8882024-12-13T23:11:08.479Z Downloaded signature v2.2.0
8892024-12-13T23:11:08.480Z Downloaded rtoolbox v0.0.2
8902024-12-13T23:11:08.480Z Downloaded normalize-line-endings v0.3.0
8912024-12-13T23:11:08.480Z Downloaded parking_lot v0.12.3
8922024-12-13T23:11:08.480Z Downloaded packed_struct v0.10.1
8932024-12-13T23:11:08.480Z Downloaded foldhash v0.1.3
8942024-12-13T23:11:08.480Z Downloaded data-encoding v2.6.0
8952024-12-13T23:11:08.480Z Downloaded utf-8 v0.7.6
8962024-12-13T23:11:08.480Z Downloaded untrusted v0.9.0
8972024-12-13T23:11:08.480Z Downloaded derive_more v0.99.18
8982024-12-13T23:11:08.480Z Downloaded openssl-sys v0.9.103
8992024-12-13T23:11:08.480Z Downloaded tokio-tungstenite v0.23.1
9002024-12-13T23:11:08.480Z Downloaded tokio-tungstenite v0.21.0
9012024-12-13T23:11:08.480Z Downloaded zerofrom v0.1.4
9022024-12-13T23:11:08.480Z Downloaded tower-service v0.3.3
9032024-12-13T23:11:08.480Z Downloaded num-derive v0.4.2
9042024-12-13T23:11:08.480Z Downloaded tinyvec v1.8.0
9052024-12-13T23:11:08.480Z Downloaded ghash v0.5.1
9062024-12-13T23:11:08.480Z Downloaded proc-macro-crate v1.3.1
9072024-12-13T23:11:08.480Z Downloaded sigpipe v0.1.3
9082024-12-13T23:11:08.480Z Downloaded num-conv v0.1.0
9092024-12-13T23:11:08.480Z Downloaded primeorder v0.13.6
9102024-12-13T23:11:08.480Z Downloaded blake3 v1.5.4
9112024-12-13T23:11:08.480Z Downloaded num-complex v0.4.6
9122024-12-13T23:11:08.480Z Downloaded aho-corasick v1.1.3
9132024-12-13T23:11:08.480Z Downloaded darling_macro v0.20.10
9142024-12-13T23:11:08.480Z Downloaded rfc6979 v0.4.0
9152024-12-13T23:11:08.480Z Downloaded nu-ansi-term v0.50.1
9162024-12-13T23:11:08.480Z Downloaded der_derive v0.7.3
9172024-12-13T23:11:08.480Z Downloaded heck v0.3.3
9182024-12-13T23:11:08.480Z Downloaded futures-executor v0.3.31
9192024-12-13T23:11:08.480Z Downloaded rusty-fork v0.3.0
9202024-12-13T23:11:08.480Z Downloaded unicode-xid v0.2.6
9212024-12-13T23:11:08.480Z Downloaded tabwriter v1.4.0
9222024-12-13T23:11:08.480Z Downloaded ssh-encoding v0.2.0
9232024-12-13T23:11:08.480Z Downloaded untrusted v0.7.1
9242024-12-13T23:11:08.480Z Downloaded universal-hash v0.5.1
9252024-12-13T23:11:08.480Z Downloaded funty v2.0.0
9262024-12-13T23:11:08.481Z Downloaded sec1 v0.7.3
9272024-12-13T23:11:08.481Z Downloaded futures-channel v0.3.31
9282024-12-13T23:11:08.481Z Downloaded num-integer v0.1.46
9292024-12-13T23:11:08.481Z Downloaded postcard v1.0.10
9302024-12-13T23:11:08.481Z Downloaded pkcs8 v0.10.2
9312024-12-13T23:11:08.481Z Downloaded parking_lot v0.11.2
9322024-12-13T23:11:08.481Z Downloaded socket2 v0.5.7
9332024-12-13T23:11:08.481Z Downloaded winnow v0.5.40
9342024-12-13T23:11:08.481Z Downloaded flagset v0.4.6
9352024-12-13T23:11:08.481Z Downloaded enum-as-inner v0.6.1
9362024-12-13T23:11:08.481Z Downloaded enum-as-inner v0.5.1
9372024-12-13T23:11:08.481Z Downloaded smf v0.2.3
9382024-12-13T23:11:08.481Z Downloaded hashlink v0.9.1
9392024-12-13T23:11:08.481Z Downloaded foreign-types v0.5.0
9402024-12-13T23:11:08.481Z Downloaded diesel-dtrace v0.4.0
9412024-12-13T23:11:08.481Z Downloaded rayon v1.10.0
9422024-12-13T23:11:08.481Z Downloaded predicates-core v1.0.8
9432024-12-13T23:11:08.481Z Downloaded slog-bunyan v2.5.0
9442024-12-13T23:11:08.481Z Downloaded mockall_derive v0.13.0
9452024-12-13T23:11:08.481Z Downloaded p256 v0.13.2
9462024-12-13T23:11:08.481Z Downloaded walkdir v2.5.0
9472024-12-13T23:11:08.481Z Downloaded aws-lc-rs v1.10.0
9482024-12-13T23:11:08.481Z Downloaded termios v0.3.3
9492024-12-13T23:11:08.481Z Downloaded topological-sort v0.2.2
9502024-12-13T23:11:08.481Z Downloaded xz2 v0.1.7
9512024-12-13T23:11:08.481Z Downloaded tracing-attributes v0.1.27
9522024-12-13T23:11:08.481Z Downloaded uzers v0.12.1
9532024-12-13T23:11:08.481Z Downloaded steno v0.4.1
9542024-12-13T23:11:08.481Z Downloaded flate2 v1.0.34
9552024-12-13T23:11:08.481Z Downloaded supports-color v3.0.1
9562024-12-13T23:11:08.481Z Downloaded vte v0.11.1
9572024-12-13T23:11:08.481Z Downloaded spin v0.5.2
9582024-12-13T23:11:08.481Z Downloaded env_logger v0.11.5
9592024-12-13T23:11:08.481Z Downloaded zeroize v1.8.1
9602024-12-13T23:11:08.481Z Downloaded futures v0.3.31
9612024-12-13T23:11:08.481Z Downloaded zerocopy-derive v0.8.10
9622024-12-13T23:11:08.481Z Downloaded diesel_derives v2.2.3
9632024-12-13T23:11:08.482Z Downloaded icu_properties_data v1.5.0
9642024-12-13T23:11:08.482Z Downloaded dyn-clone v1.0.17
9652024-12-13T23:11:08.482Z Downloaded omicron-zone-package v0.11.1
9662024-12-13T23:11:08.482Z Downloaded flume v0.11.1
9672024-12-13T23:11:08.482Z Downloaded ed25519-dalek v2.1.1
9682024-12-13T23:11:08.482Z Downloaded phf_shared v0.11.2
9692024-12-13T23:11:08.482Z Downloaded quinn v0.11.5
9702024-12-13T23:11:08.482Z Downloaded tokio-util v0.7.12
9712024-12-13T23:11:08.482Z Downloaded derive-where v1.2.7
9722024-12-13T23:11:08.482Z Downloaded yasna v0.5.2
9732024-12-13T23:11:08.482Z Downloaded futures-util v0.3.31
9742024-12-13T23:11:08.482Z Downloaded termcolor v1.4.1
9752024-12-13T23:11:08.482Z Downloaded salty v0.3.0
9762024-12-13T23:11:08.482Z Downloaded tracing-core v0.1.32
9772024-12-13T23:11:08.482Z Downloaded unicode-bidi v0.3.17
9782024-12-13T23:11:08.482Z Downloaded unicode_categories v0.1.1
9792024-12-13T23:11:08.482Z Downloaded toml_edit v0.19.15
9802024-12-13T23:11:08.490Z Downloaded zerocopy v0.6.6
9812024-12-13T23:11:08.490Z Downloaded heapless v0.7.17
9822024-12-13T23:11:08.490Z Downloaded publicsuffix v2.2.3
9832024-12-13T23:11:08.490Z Downloaded hashbrown v0.14.5
9842024-12-13T23:11:08.490Z Downloaded pkcs5 v0.7.1
9852024-12-13T23:11:08.490Z Downloaded heapless v0.8.0
9862024-12-13T23:11:08.490Z Downloaded pin-project v1.1.6
9872024-12-13T23:11:08.490Z Downloaded rsa v0.9.6
9882024-12-13T23:11:08.490Z Downloaded x509-cert v0.2.5
9892024-12-13T23:11:08.490Z Downloaded spin v0.9.8
9902024-12-13T23:11:08.490Z Downloaded num-bigint-dig v0.8.4
9912024-12-13T23:11:08.490Z Downloaded sqlparser v0.45.0
9922024-12-13T23:11:08.490Z Downloaded idna v0.4.0
9932024-12-13T23:11:08.490Z Downloaded ron v0.8.1
9942024-12-13T23:11:08.490Z Downloaded idna v0.2.3
9952024-12-13T23:11:08.490Z Downloaded idna v0.5.0
9962024-12-13T23:11:08.490Z Downloaded snafu v0.8.5
9972024-12-13T23:11:08.490Z Downloaded russh v0.45.0
9982024-12-13T23:11:08.490Z Downloaded proptest v1.5.0
9992024-12-13T23:11:08.490Z Downloaded nom v7.1.3
10002024-12-13T23:11:08.490Z Downloaded bindgen v0.69.5
10012024-12-13T23:11:08.490Z Downloaded rusqlite v0.32.1
10022024-12-13T23:11:08.490Z Downloaded petname v2.0.2
10032024-12-13T23:11:08.490Z Downloaded idna v0.3.0
10042024-12-13T23:11:08.491Z Downloaded h2 v0.4.6
10052024-12-13T23:11:08.491Z Downloaded ssh-key v0.6.6
10062024-12-13T23:11:08.491Z Downloaded bitvec v1.0.1
10072024-12-13T23:11:08.491Z Downloaded parse-zoneinfo v0.3.1
10082024-12-13T23:11:08.491Z Downloaded nix v0.28.0
10092024-12-13T23:11:08.491Z Downloaded rustyline v14.0.0
10102024-12-13T23:11:08.491Z Downloaded vcpkg v0.2.15
10112024-12-13T23:11:08.491Z Downloaded p521 v0.13.3
10122024-12-13T23:11:08.491Z Downloaded object v0.30.4
10132024-12-13T23:11:08.491Z Downloaded serde_with v3.11.0
10142024-12-13T23:11:08.491Z Downloaded reqwest v0.12.9
10152024-12-13T23:11:08.491Z Downloaded webpki-roots v0.26.6
10162024-12-13T23:11:08.491Z Downloaded rustls v0.21.12
10172024-12-13T23:11:08.491Z Downloaded hickory-proto v0.24.1
10182024-12-13T23:11:08.491Z Downloaded zerocopy v0.8.10
10192024-12-13T23:11:08.491Z Downloaded diesel v2.2.6
10202024-12-13T23:11:08.491Z Downloaded git2 v0.19.0
10212024-12-13T23:11:08.491Z Downloaded radix_trie v0.2.1
10222024-12-13T23:11:08.491Z Downloaded object v0.36.5
10232024-12-13T23:11:08.491Z Downloaded nix v0.29.0
10242024-12-13T23:11:08.491Z Downloaded portable-atomic v1.9.0
10252024-12-13T23:11:08.491Z Downloaded rustls v0.22.4
10262024-12-13T23:11:08.491Z Downloaded rustls-webpki v0.102.8
10272024-12-13T23:11:08.491Z Downloaded trust-dns-proto v0.22.0
10282024-12-13T23:11:08.491Z Downloaded chrono-tz v0.10.0
10292024-12-13T23:11:08.491Z Downloaded rustls v0.23.19
10302024-12-13T23:11:08.491Z Downloaded gimli v0.31.1
10312024-12-13T23:11:08.491Z Downloaded dropshot v0.13.0
10322024-12-13T23:11:08.498Z Downloaded openapiv3 v2.0.0
10332024-12-13T23:11:08.512Z Downloaded bstr v1.10.0
10342024-12-13T23:11:08.525Z Downloaded p384 v0.13.0
10352024-12-13T23:11:08.532Z Downloaded regex v1.11.1
10362024-12-13T23:11:08.546Z Downloaded dropshot v0.12.0
10372024-12-13T23:11:08.571Z Downloaded openssl v0.10.66
10382024-12-13T23:11:08.583Z Downloaded smoltcp v0.9.1
10392024-12-13T23:11:08.594Z Downloaded polar-core v0.27.3
10402024-12-13T23:11:08.604Z Downloaded regress v0.10.1
10412024-12-13T23:11:08.613Z Downloaded regress v0.9.1
10422024-12-13T23:11:08.623Z Downloaded smoltcp v0.11.0
10432024-12-13T23:11:08.637Z Downloaded sled v0.34.7
10442024-12-13T23:11:08.647Z Downloaded typify-impl v0.2.0
10452024-12-13T23:11:08.665Z Downloaded nix v0.27.1
10462024-12-13T23:11:08.677Z Downloaded ratatui v0.28.1
10472024-12-13T23:11:08.699Z Downloaded lzma-sys v0.1.20
10482024-12-13T23:11:08.731Z Downloaded regex-automata v0.4.8
10492024-12-13T23:11:08.749Z Downloaded regex-syntax v0.8.5
10502024-12-13T23:11:08.758Z Downloaded zerocopy-derive v0.6.6
10512024-12-13T23:11:08.769Z Downloaded petgraph v0.6.5
10522024-12-13T23:11:08.788Z Downloaded bzip2-sys v0.1.11+1.0.8
10532024-12-13T23:11:08.801Z Downloaded tokio v1.40.0
10542024-12-13T23:11:08.839Z Downloaded libz-sys v1.1.20
10552024-12-13T23:11:08.860Z Downloaded curve25519-dalek v4.1.3
10562024-12-13T23:11:08.869Z Downloaded regex-syntax v0.6.29
10572024-12-13T23:11:08.876Z Downloaded quinn-proto v0.11.8
10582024-12-13T23:11:08.883Z Downloaded unicode-width v0.2.0
10592024-12-13T23:11:08.890Z Downloaded time v0.3.36
10602024-12-13T23:11:08.897Z Downloaded chrono v0.4.38
10612024-12-13T23:11:08.904Z Downloaded der v0.7.9
10622024-12-13T23:11:08.911Z Downloaded unsafe-libyaml v0.2.11
10632024-12-13T23:11:08.914Z Downloaded lalrpop v0.19.12
10642024-12-13T23:11:08.926Z Downloaded pin-project-internal v1.1.6
10652024-12-13T23:11:08.930Z Downloaded serde-hex v0.1.0
10662024-12-13T23:11:08.930Z Downloaded headers v0.4.0
10672024-12-13T23:11:08.934Z Downloaded tough v0.19.0
10682024-12-13T23:11:08.944Z Downloaded quick-xml v0.33.0
10692024-12-13T23:11:08.951Z Downloaded expectorate v1.1.0
10702024-12-13T23:11:08.953Z Downloaded csv v1.3.0
10712024-12-13T23:11:08.973Z Downloaded zerovec v0.10.4
10722024-12-13T23:11:08.980Z Downloaded rustls-webpki v0.101.7
10732024-12-13T23:11:08.993Z Downloaded url v2.5.3
10742024-12-13T23:11:08.997Z Downloaded sha3 v0.10.8
10752024-12-13T23:11:09.001Z Downloaded slog-stdlog v4.1.1
10762024-12-13T23:11:09.004Z Downloaded reedline v0.35.0
10772024-12-13T23:11:09.011Z Downloaded unicode-normalization v0.1.24
10782024-12-13T23:11:09.014Z Downloaded dropshot_endpoint v0.13.0
10792024-12-13T23:11:09.017Z Downloaded secrecy v0.8.0
10802024-12-13T23:11:09.020Z Downloaded utf16_iter v1.0.5
10812024-12-13T23:11:09.022Z Downloaded darling_core v0.20.10
10822024-12-13T23:11:09.025Z Downloaded signal-hook-tokio v0.3.1
10832024-12-13T23:11:09.027Z Downloaded psl-types v2.0.11
10842024-12-13T23:11:09.027Z Downloaded num-bigint v0.4.6
10852024-12-13T23:11:09.032Z Downloaded tokio-rustls v0.25.0
10862024-12-13T23:11:09.034Z Downloaded itertools v0.13.0
10872024-12-13T23:11:09.041Z Downloaded idna v1.0.3
10882024-12-13T23:11:09.046Z Downloaded hashbrown v0.12.3
10892024-12-13T23:11:09.050Z Downloaded fs_extra v1.3.0
10902024-12-13T23:11:09.053Z Downloaded derive_builder v0.20.2
10912024-12-13T23:11:09.057Z Downloaded hashbrown v0.13.2
10922024-12-13T23:11:09.062Z Downloaded pem-rfc7468 v0.7.0
10932024-12-13T23:11:09.065Z Downloaded peg-macros v0.8.4
10942024-12-13T23:11:09.067Z Downloaded tracing v0.1.40
10952024-12-13T23:11:09.070Z Downloaded stringprep v0.1.5
10962024-12-13T23:11:09.072Z Downloaded powerfmt v0.2.0
10972024-12-13T23:11:09.074Z Downloaded half v2.4.1
10982024-12-13T23:11:09.077Z Downloaded compact_str v0.8.0
10992024-12-13T23:11:09.080Z Downloaded tokio-postgres v0.7.12
11002024-12-13T23:11:09.085Z Downloaded bumpalo v3.16.0
11012024-12-13T23:11:09.088Z Downloaded diff v0.1.13
11022024-12-13T23:11:09.091Z Downloaded zopfli v0.8.1
11032024-12-13T23:11:09.094Z Downloaded wait-timeout v0.2.0
11042024-12-13T23:11:09.097Z Downloaded rand_xorshift v0.3.0
11052024-12-13T23:11:09.097Z Downloaded pin-project-lite v0.2.14
11062024-12-13T23:11:09.102Z Downloaded test-strategy v0.3.1
11072024-12-13T23:11:09.105Z Downloaded subprocess v0.2.9
11082024-12-13T23:11:09.109Z Downloaded hyper-util v0.1.10
11092024-12-13T23:11:09.112Z Downloaded arc-swap v1.7.1
11102024-12-13T23:11:09.116Z Downloaded rayon-core v1.12.1
11112024-12-13T23:11:09.119Z Downloaded tokio-macros v2.4.0
11122024-12-13T23:11:09.122Z Downloaded encoding_rs v0.8.34
11132024-12-13T23:11:09.142Z Downloaded tls_codec_derive v0.4.1
11142024-12-13T23:11:09.145Z Downloaded tls_codec v0.4.1
11152024-12-13T23:11:09.148Z Downloaded cc v1.1.30
11162024-12-13T23:11:09.151Z Downloaded slab v0.4.9
11172024-12-13T23:11:09.153Z Downloaded tokio-rustls v0.24.1
11182024-12-13T23:11:09.156Z Downloaded icu_properties v1.5.1
11192024-12-13T23:11:09.160Z Downloaded serde_repr v0.1.19
11202024-12-13T23:11:09.160Z Downloaded http v1.1.0
11212024-12-13T23:11:09.163Z Downloaded new_debug_unreachable v1.0.6
11222024-12-13T23:11:09.163Z Downloaded libgit2-sys v0.17.0+1.8.1
11232024-12-13T23:11:09.221Z Downloaded fxhash v0.2.1
11242024-12-13T23:11:09.224Z Downloaded foreign-types-shared v0.1.1
11252024-12-13T23:11:09.224Z Downloaded debug-ignore v1.0.5
11262024-12-13T23:11:09.224Z Downloaded multer v3.1.0
11272024-12-13T23:11:09.226Z Downloaded icu_collections v1.5.0
11282024-12-13T23:11:09.231Z Downloaded base64 v0.13.1
11292024-12-13T23:11:09.237Z Downloaded tui-tree-widget v0.22.0
11302024-12-13T23:11:09.240Z Downloaded strum_macros v0.26.4
11312024-12-13T23:11:09.241Z Downloaded sync-ptr v0.1.1
11322024-12-13T23:11:09.241Z Downloaded icu_provider v1.5.0
11332024-12-13T23:11:09.243Z Downloaded chacha20poly1305 v0.10.1
11342024-12-13T23:11:09.243Z Downloaded wyz v0.5.1
11352024-12-13T23:11:09.243Z Downloaded writeable v0.5.5
11362024-12-13T23:11:09.246Z Downloaded twox-hash v1.6.3
11372024-12-13T23:11:09.250Z Downloaded tiny-keccak v2.0.2
11382024-12-13T23:11:09.250Z Downloaded structmeta-derive v0.2.0
11392024-12-13T23:11:09.252Z Downloaded semver v0.1.20
11402024-12-13T23:11:09.252Z Downloaded indexmap v1.9.3
11412024-12-13T23:11:09.254Z Downloaded blake2 v0.10.6
11422024-12-13T23:11:09.257Z Downloaded bitflags v1.3.2
11432024-12-13T23:11:09.259Z Downloaded static_assertions v1.1.0
11442024-12-13T23:11:09.260Z Downloaded crossbeam-epoch v0.9.18
11452024-12-13T23:11:09.269Z Downloaded aes v0.8.4
11462024-12-13T23:11:09.275Z Downloaded bcs v0.1.6
11472024-12-13T23:11:09.275Z Downloaded base64ct v1.6.0
11482024-12-13T23:11:09.275Z Downloaded crc v3.2.1
11492024-12-13T23:11:09.284Z Downloaded convert_case v0.4.0
11502024-12-13T23:11:09.284Z Downloaded ciborium-ll v0.2.2
11512024-12-13T23:11:09.284Z Downloaded block-padding v0.3.3
11522024-12-13T23:11:09.284Z Downloaded async-recursion v1.1.1
11532024-12-13T23:11:09.284Z Downloaded lru-cache v0.1.2
11542024-12-13T23:11:09.284Z Downloaded ipnetwork v0.20.0
11552024-12-13T23:11:09.284Z Downloaded internet-checksum v0.2.1
11562024-12-13T23:11:09.287Z Downloaded http-body-util v0.1.2
11572024-12-13T23:11:09.287Z Downloaded httpdate v1.0.3
11582024-12-13T23:11:09.287Z Downloaded chrono-tz-build v0.4.0
11592024-12-13T23:11:09.287Z Downloaded chacha20 v0.9.1
11602024-12-13T23:11:09.290Z Downloaded ascii-canvas v3.0.0
11612024-12-13T23:11:09.290Z Downloaded atomic-waker v1.1.2
11622024-12-13T23:11:09.638Z Downloaded ring v0.17.8
11632024-12-13T23:11:09.745Z Downloaded libsqlite3-sys v0.30.1
11642024-12-13T23:11:09.824Z Downloaded ring v0.16.20
11652024-12-13T23:11:10.142Z Downloaded aws-lc-sys v0.22.0
11662024-12-13T23:11:10.457Z Compiling serde v1.0.215
11672024-12-13T23:11:10.459Z Compiling lock_api v0.4.12
11682024-12-13T23:11:10.459Z Compiling scopeguard v1.2.0
11692024-12-13T23:11:10.459Z Compiling value-bag v1.9.0
11702024-12-13T23:11:10.459Z Compiling typenum v1.17.0
11712024-12-13T23:11:10.459Z Compiling generic-array v0.14.7
11722024-12-13T23:11:10.632Z Compiling syn v2.0.87
11732024-12-13T23:11:10.645Z Compiling getrandom v0.2.15
11742024-12-13T23:11:10.832Z Compiling subtle v2.6.1
11752024-12-13T23:11:11.104Z Compiling log v0.4.22
11762024-12-13T23:11:11.124Z Compiling rand_core v0.6.4
11772024-12-13T23:11:11.151Z Compiling shlex v1.3.0
11782024-12-13T23:11:11.211Z Compiling jobserver v0.1.32
11792024-12-13T23:11:11.465Z Compiling smallvec v1.13.2
11802024-12-13T23:11:11.523Z Compiling cc v1.1.30
11812024-12-13T23:11:11.618Z Compiling const-oid v0.9.6
11822024-12-13T23:11:11.660Z Compiling spin v0.9.8
11832024-12-13T23:11:11.843Z Compiling pin-project-lite v0.2.14
11842024-12-13T23:11:11.977Z Compiling rustix v0.38.37
11852024-12-13T23:11:11.979Z Compiling parking_lot_core v0.9.10
11862024-12-13T23:11:12.049Z Compiling futures-core v0.3.31
11872024-12-13T23:11:12.128Z Compiling signal-hook-registry v1.4.2
11882024-12-13T23:11:12.304Z Compiling mio v1.0.2
11892024-12-13T23:11:12.956Z Compiling parking_lot v0.12.3
11902024-12-13T23:11:13.114Z Compiling aho-corasick v1.1.3
11912024-12-13T23:11:13.265Z Compiling cpufeatures v0.2.14
11922024-12-13T23:11:13.370Z Compiling regex-syntax v0.8.5
11932024-12-13T23:11:13.390Z Compiling lazy_static v1.5.0
11942024-12-13T23:11:13.523Z Compiling glob v0.3.1
11952024-12-13T23:11:13.677Z Compiling stable_deref_trait v1.2.0
11962024-12-13T23:11:13.765Z Compiling either v1.13.0
11972024-12-13T23:11:13.795Z Compiling futures-sink v0.3.31
11982024-12-13T23:11:13.949Z Compiling socket2 v0.5.7
11992024-12-13T23:11:13.970Z Compiling slab v0.4.9
12002024-12-13T23:11:14.212Z Compiling prettyplease v0.2.25
12012024-12-13T23:11:14.440Z Compiling minimal-lexical v0.2.1
12022024-12-13T23:11:14.564Z Compiling clang-sys v1.8.1
12032024-12-13T23:11:14.907Z Compiling nom v7.1.3
12042024-12-13T23:11:14.971Z Compiling libloading v0.8.5
12052024-12-13T23:11:15.011Z Compiling home v0.5.9
12062024-12-13T23:11:15.309Z Compiling serde_json v1.0.132
12072024-12-13T23:11:15.333Z Compiling bindgen v0.69.5
12082024-12-13T23:11:15.670Z Compiling itertools v0.10.5
12092024-12-13T23:11:16.017Z Compiling futures-channel v0.3.31
12102024-12-13T23:11:16.161Z Compiling foldhash v0.1.3
12112024-12-13T23:11:16.465Z Compiling pin-utils v0.1.0
12122024-12-13T23:11:16.486Z Compiling futures-task v0.3.31
12132024-12-13T23:11:16.565Z Compiling allocator-api2 v0.2.18
12142024-12-13T23:11:16.792Z Compiling rustc-hash v1.1.0
12152024-12-13T23:11:16.937Z Compiling futures-io v0.3.31
12162024-12-13T23:11:17.250Z Compiling regex-automata v0.4.8
12172024-12-13T23:11:17.443Z Compiling lazycell v1.3.0
12182024-12-13T23:11:17.621Z Compiling hashbrown v0.15.1
12192024-12-13T23:11:18.587Z Compiling synstructure v0.13.1
12202024-12-13T23:11:19.022Z Compiling cexpr v0.6.0
12212024-12-13T23:11:19.051Z Compiling cmake v0.1.51
12222024-12-13T23:11:20.122Z Compiling libm v0.2.8
12232024-12-13T23:11:20.337Z Compiling tinyvec_macros v0.1.1
12242024-12-13T23:11:20.431Z Compiling dunce v1.0.5
12252024-12-13T23:11:20.456Z Compiling fs_extra v1.3.0
12262024-12-13T23:11:20.512Z Compiling pkg-config v0.3.31
12272024-12-13T23:11:20.597Z Compiling tinyvec v1.8.0
12282024-12-13T23:11:20.821Z Compiling num-traits v0.2.19
12292024-12-13T23:11:21.353Z Compiling ring v0.17.8
12302024-12-13T23:11:21.950Z Compiling paste v1.0.15
12312024-12-13T23:11:22.072Z Compiling unicode-normalization v0.1.24
12322024-12-13T23:11:22.110Z Compiling litemap v0.7.3
12332024-12-13T23:11:22.447Z Compiling unicode-bidi v0.3.17
12342024-12-13T23:11:22.466Z Compiling base64ct v1.6.0
12352024-12-13T23:11:22.488Z Compiling writeable v0.5.5
12362024-12-13T23:11:23.049Z Compiling regex v1.11.1
12372024-12-13T23:11:23.093Z Compiling pem-rfc7468 v0.7.0
12382024-12-13T23:11:23.807Z Compiling httparse v1.9.5
12392024-12-13T23:11:23.894Z Compiling flagset v0.4.6
12402024-12-13T23:11:24.091Z Compiling aws-lc-rs v1.10.0
12412024-12-13T23:11:24.529Z Compiling tracing-core v0.1.32
12422024-12-13T23:11:24.622Z Compiling icu_locid_transform_data v1.5.0
12432024-12-13T23:11:24.710Z Compiling rustls-pki-types v1.10.0
12442024-12-13T23:11:25.220Z Compiling percent-encoding v2.3.1
12452024-12-13T23:11:25.243Z Compiling crossbeam-utils v0.8.20
12462024-12-13T23:11:25.612Z Compiling serde_derive v1.0.215
12472024-12-13T23:11:25.755Z Compiling zeroize_derive v1.4.2
12482024-12-13T23:11:25.793Z Compiling zerocopy-derive v0.7.35
12492024-12-13T23:11:25.812Z Compiling tokio-macros v2.4.0
12502024-12-13T23:11:26.272Z Compiling zerofrom-derive v0.1.4
12512024-12-13T23:11:27.251Z Compiling zeroize v1.8.1
12522024-12-13T23:11:27.438Z Compiling thiserror-impl v1.0.69
12532024-12-13T23:11:27.596Z Compiling yoke-derive v0.7.4
12542024-12-13T23:11:28.170Z Compiling zerocopy v0.7.35
12552024-12-13T23:11:29.023Z Compiling crypto-common v0.1.6
12562024-12-13T23:11:29.275Z Compiling block-buffer v0.10.4
12572024-12-13T23:11:29.536Z Compiling digest v0.10.7
12582024-12-13T23:11:29.755Z Compiling futures-macro v0.3.31
12592024-12-13T23:11:29.978Z Compiling hmac v0.12.1
12602024-12-13T23:11:30.042Z Compiling zerovec-derive v0.10.3
12612024-12-13T23:11:30.209Z Compiling block-padding v0.3.3
12622024-12-13T23:11:30.433Z Compiling zerofrom v0.1.4
12632024-12-13T23:11:30.488Z Compiling displaydoc v0.2.5
12642024-12-13T23:11:30.655Z Compiling inout v0.1.3
12652024-12-13T23:11:30.677Z Compiling yoke v0.7.4
12662024-12-13T23:11:30.817Z Compiling thiserror v1.0.69
12672024-12-13T23:11:30.927Z Compiling cipher v0.4.4
12682024-12-13T23:11:30.948Z Compiling sha2 v0.10.8
12692024-12-13T23:11:31.025Z Compiling ppv-lite86 v0.2.20
12702024-12-13T23:11:31.434Z Compiling icu_provider_macros v1.5.0
12712024-12-13T23:11:31.728Z Compiling futures-util v0.3.31
12722024-12-13T23:11:31.867Z Compiling der_derive v0.7.3
12732024-12-13T23:11:32.152Z Compiling rand_chacha v0.3.1
12742024-12-13T23:11:32.611Z Compiling tracing-attributes v0.1.27
12752024-12-13T23:11:32.774Z Compiling zerovec v0.10.4
12762024-12-13T23:11:33.820Z Compiling rand v0.8.5
12772024-12-13T23:11:34.363Z Compiling der v0.7.9
12782024-12-13T23:11:34.385Z Compiling salsa20 v0.10.2
12792024-12-13T23:11:34.486Z Compiling pest v2.7.14
12802024-12-13T23:11:34.612Z Compiling pbkdf2 v0.12.2
12812024-12-13T23:11:34.796Z Compiling tinystr v0.7.6
12822024-12-13T23:11:35.080Z Compiling icu_collections v1.5.0
12832024-12-13T23:11:35.262Z Compiling icu_locid v1.5.0
12842024-12-13T23:11:36.061Z Compiling icu_properties_data v1.5.0
12852024-12-13T23:11:36.341Z Compiling time-core v0.1.2
12862024-12-13T23:11:36.526Z Compiling icu_provider v1.5.0
12872024-12-13T23:11:36.547Z Compiling tracing v0.1.40
12882024-12-13T23:11:36.600Z Compiling spki v0.7.3
12892024-12-13T23:11:36.998Z Compiling vcpkg v0.2.15
12902024-12-13T23:11:37.056Z Compiling untrusted v0.9.0
12912024-12-13T23:11:37.244Z Compiling icu_locid_transform v1.5.0
12922024-12-13T23:11:37.540Z Compiling mirai-annotations v1.12.0
12932024-12-13T23:11:37.597Z Compiling untrusted v0.7.1
12942024-12-13T23:11:37.741Z Compiling num-conv v0.1.0
12952024-12-13T23:11:37.744Z Compiling powerfmt v0.2.0
12962024-12-13T23:11:37.866Z Compiling pest_meta v2.7.14
12972024-12-13T23:11:38.053Z Compiling time-macros v0.2.18
12982024-12-13T23:11:38.188Z Compiling deranged v0.3.11
12992024-12-13T23:11:39.231Z Compiling openssl-sys v0.9.103
13002024-12-13T23:11:39.339Z Compiling icu_properties v1.5.1
13012024-12-13T23:11:40.105Z Compiling bitflags v2.6.0
13022024-12-13T23:11:40.155Z Compiling bytes v1.8.0
13032024-12-13T23:11:40.350Z Compiling indexmap v2.6.0
13042024-12-13T23:11:41.423Z Compiling tokio v1.40.0
13052024-12-13T23:11:41.485Z Compiling http v1.1.0
13062024-12-13T23:11:41.758Z Compiling semver v1.0.23
13072024-12-13T23:11:41.879Z Compiling scrypt v0.11.0
13082024-12-13T23:11:42.482Z Compiling rustc_version v0.4.1
13092024-12-13T23:11:42.522Z Compiling cbc v0.1.2
13102024-12-13T23:11:42.777Z Compiling aes v0.8.4
13112024-12-13T23:11:43.161Z Compiling scroll_derive v0.12.0
13122024-12-13T23:11:43.290Z Compiling utf8_iter v1.0.4
13132024-12-13T23:11:43.476Z Compiling write16 v1.0.0
13142024-12-13T23:11:43.539Z Compiling num_threads v0.1.7
13152024-12-13T23:11:43.609Z Compiling icu_normalizer_data v1.5.0
13162024-12-13T23:11:43.672Z Compiling utf16_iter v1.0.5
13172024-12-13T23:11:43.722Z Compiling atomic-waker v1.1.2
13182024-12-13T23:11:43.876Z Compiling icu_normalizer v1.5.0
13192024-12-13T23:11:43.915Z Compiling pkcs5 v0.7.1
13202024-12-13T23:11:44.023Z Compiling time v0.3.36
13212024-12-13T23:11:44.265Z Compiling http-body v1.0.1
13222024-12-13T23:11:44.691Z Compiling which v4.4.2
13232024-12-13T23:11:44.733Z Compiling scroll v0.12.0
13242024-12-13T23:11:45.299Z Compiling pest_generator v2.7.14
13252024-12-13T23:11:45.302Z Compiling form_urlencoded v1.2.1
13262024-12-13T23:11:45.651Z Compiling try-lock v0.2.5
13272024-12-13T23:11:45.712Z Compiling slog v2.7.0
13282024-12-13T23:11:45.809Z Compiling want v0.3.1
13292024-12-13T23:11:45.921Z Compiling goblin v0.8.2
13302024-12-13T23:11:46.083Z Compiling idna_adapter v1.2.0
13312024-12-13T23:11:46.117Z Compiling pkcs8 v0.10.2
13322024-12-13T23:11:46.298Z Compiling httpdate v1.0.3
13332024-12-13T23:11:46.767Z Compiling idna v1.0.3
13342024-12-13T23:11:46.870Z Compiling serde_tokenstream v0.2.2
13352024-12-13T23:11:47.177Z Compiling uuid v1.11.0
13362024-12-13T23:11:47.406Z Compiling pest_derive v2.7.14
13372024-12-13T23:11:47.471Z Compiling toml_datetime v0.6.8
13382024-12-13T23:11:48.032Z Compiling serde_spanned v0.6.8
13392024-12-13T23:11:48.266Z Compiling dtrace-parser v0.2.0
13402024-12-13T23:11:48.291Z Compiling tower-service v0.3.3
13412024-12-13T23:11:48.425Z Compiling foreign-types-shared v0.1.1
13422024-12-13T23:11:48.545Z Compiling adler2 v2.0.0
13432024-12-13T23:11:48.681Z Compiling rustversion v1.0.17
13442024-12-13T23:11:49.166Z Compiling match_cfg v0.1.0
13452024-12-13T23:11:49.227Z Compiling iana-time-zone v0.1.61
13462024-12-13T23:11:49.227Z Compiling openssl v0.10.66
13472024-12-13T23:11:49.238Z Compiling base64 v0.22.1
13482024-12-13T23:11:49.286Z Compiling chrono v0.4.38
13492024-12-13T23:11:49.329Z Compiling hostname v0.3.1
13502024-12-13T23:11:49.465Z Compiling miniz_oxide v0.8.0
13512024-12-13T23:11:49.604Z Compiling foreign-types v0.3.2
13522024-12-13T23:11:49.704Z Compiling url v2.5.3
13532024-12-13T23:11:50.489Z Compiling tokio-util v0.7.12
13542024-12-13T23:11:51.086Z Compiling async-trait v0.1.83
13552024-12-13T23:11:51.386Z Compiling openssl-macros v0.1.1
13562024-12-13T23:11:51.762Z Compiling h2 v0.4.6
13572024-12-13T23:11:51.978Z Compiling dof v0.3.0
13582024-12-13T23:11:52.167Z Compiling dirs-sys-next v0.1.2
13592024-12-13T23:11:52.858Z Compiling usdt-impl v0.5.0
13602024-12-13T23:11:53.183Z Compiling data-encoding v2.6.0
13612024-12-13T23:11:53.900Z Compiling syn v1.0.109
13622024-12-13T23:11:54.316Z Compiling rustls v0.23.19
13632024-12-13T23:11:54.494Z Compiling siphasher v0.3.11
13642024-12-13T23:11:54.550Z Compiling native-tls v0.2.12
13652024-12-13T23:11:54.600Z Compiling rustls v0.22.4
13662024-12-13T23:11:54.929Z Compiling dirs-next v2.0.0
13672024-12-13T23:11:55.155Z Compiling http-body-util v0.1.2
13682024-12-13T23:11:55.596Z Compiling heapless v0.7.17
13692024-12-13T23:11:55.711Z Compiling crossbeam-epoch v0.9.18
13702024-12-13T23:11:56.030Z Compiling sha1 v0.10.6
13712024-12-13T23:11:56.433Z Compiling signature v2.2.0
13722024-12-13T23:11:56.461Z Compiling bzip2-sys v0.1.11+1.0.8
13732024-12-13T23:11:56.481Z Compiling serde_derive_internals v0.29.1
13742024-12-13T23:11:56.553Z Compiling thread_local v1.1.8
13752024-12-13T23:11:56.714Z Compiling multer v3.1.0
13762024-12-13T23:11:56.946Z Compiling encoding_rs v0.8.34
13772024-12-13T23:11:57.004Z Compiling cookie v0.18.1
13782024-12-13T23:11:57.130Z Compiling signal-hook v0.3.17
13792024-12-13T23:11:57.337Z Compiling unicode-properties v0.1.3
13802024-12-13T23:11:57.393Z Compiling rayon-core v1.12.1
13812024-12-13T23:11:57.529Z Compiling slog-async v2.8.0
13822024-12-13T23:11:57.658Z Compiling openssl-probe v0.1.5
13832024-12-13T23:11:57.729Z Compiling gimli v0.31.1
13842024-12-13T23:11:58.062Z Compiling mime v0.3.17
13852024-12-13T23:11:58.108Z Compiling schemars v0.8.21
13862024-12-13T23:11:58.437Z Compiling ipnet v2.10.1
13872024-12-13T23:11:58.731Z Compiling toml_edit v0.22.22
13882024-12-13T23:12:03.575Z Compiling hyper v1.5.0
13892024-12-13T23:12:03.698Z Compiling schemars_derive v0.8.21
13902024-12-13T23:12:03.698Z Compiling hyper-util v0.1.10
13912024-12-13T23:12:03.698Z Compiling addr2line v0.24.2
13922024-12-13T23:12:03.698Z Compiling stringprep v0.1.5
13932024-12-13T23:12:03.698Z Compiling usdt-macro v0.5.0
13942024-12-13T23:12:03.698Z Compiling usdt-attr-macro v0.5.0
13952024-12-13T23:12:03.850Z Compiling crossbeam-deque v0.8.5
13962024-12-13T23:12:04.272Z Compiling term v0.7.0
13972024-12-13T23:12:04.913Z Compiling slog-json v2.6.1
13982024-12-13T23:12:04.947Z Compiling serde_urlencoded v0.7.1
13992024-12-13T23:12:05.186Z Compiling curve25519-dalek v4.1.3
14002024-12-13T23:12:05.274Z Compiling crossbeam-channel v0.5.13
14012024-12-13T23:12:05.465Z Compiling enum-as-inner v0.6.1
14022024-12-13T23:12:05.486Z Compiling futures-executor v0.3.31
14032024-12-13T23:12:05.820Z Compiling md-5 v0.10.6
14042024-12-13T23:12:05.823Z Compiling async-stream-impl v0.3.6
14052024-12-13T23:12:06.051Z Compiling rustls-pemfile v2.2.0
14062024-12-13T23:12:06.097Z Compiling num-integer v0.1.46
14072024-12-13T23:12:06.360Z Compiling idna v0.3.0
14082024-12-13T23:12:06.383Z Compiling idna v0.4.0
14092024-12-13T23:12:06.569Z Compiling hash32 v0.2.1
14102024-12-13T23:12:06.911Z Compiling ff v0.13.0
14112024-12-13T23:12:06.983Z Compiling is-terminal v0.4.13
14122024-12-13T23:12:07.114Z Compiling object v0.36.5
14132024-12-13T23:12:07.135Z Compiling dropshot v0.12.0
14142024-12-13T23:12:07.278Z Compiling rustc-demangle v0.1.24
14152024-12-13T23:12:07.373Z Compiling num-bigint-dig v0.8.4
14162024-12-13T23:12:07.416Z Compiling fallible-iterator v0.2.0
14172024-12-13T23:12:07.670Z Compiling utf-8 v0.7.6
14182024-12-13T23:12:08.049Z Compiling psl-types v2.0.11
14192024-12-13T23:12:08.073Z Compiling linked-hash-map v0.5.6
14202024-12-13T23:12:08.093Z Compiling base16ct v0.2.0
14212024-12-13T23:12:08.196Z Compiling quick-error v1.2.3
14222024-12-13T23:12:08.257Z Compiling smoltcp v0.9.1
14232024-12-13T23:12:08.323Z Compiling dyn-clone v1.0.17
14242024-12-13T23:12:08.353Z Compiling portable-atomic v1.9.0
14252024-12-13T23:12:08.438Z Compiling take_mut v0.2.2
14262024-12-13T23:12:08.459Z Compiling anyhow v1.0.93
14272024-12-13T23:12:08.999Z Compiling lru-cache v0.1.2
14282024-12-13T23:12:09.200Z Compiling resolv-conf v0.7.0
14292024-12-13T23:12:09.483Z Compiling sec1 v0.7.3
14302024-12-13T23:12:09.534Z Compiling publicsuffix v2.2.3
14312024-12-13T23:12:09.809Z Compiling postgres-protocol v0.6.7
14322024-12-13T23:12:09.832Z Compiling tungstenite v0.24.0
14332024-12-13T23:12:10.065Z Compiling async-stream v0.3.6
14342024-12-13T23:12:10.104Z Compiling hickory-proto v0.24.1
14352024-12-13T23:12:10.389Z Compiling group v0.13.0
14362024-12-13T23:12:10.722Z Compiling slog-term v2.9.1
14372024-12-13T23:12:11.181Z Compiling usdt v0.5.0
14382024-12-13T23:12:12.011Z Compiling num-iter v0.1.45
14392024-12-13T23:12:12.213Z Compiling futures v0.3.31
14402024-12-13T23:12:12.305Z Compiling slog-bunyan v2.5.0
14412024-12-13T23:12:13.638Z Compiling camino v1.1.9
14422024-12-13T23:12:13.670Z Compiling toml v0.8.19
14432024-12-13T23:12:14.019Z Compiling tokio-native-tls v0.3.1
14442024-12-13T23:12:14.295Z Compiling phf_shared v0.11.2
14452024-12-13T23:12:14.317Z Compiling dropshot_endpoint v0.12.0
14462024-12-13T23:12:14.615Z Compiling backtrace v0.3.74
14472024-12-13T23:12:14.695Z Compiling terminal_size v0.4.0
14482024-12-13T23:12:14.931Z Compiling waitgroup v0.1.2
14492024-12-13T23:12:15.160Z Compiling openapiv3 v2.0.0
14502024-12-13T23:12:15.387Z Compiling serde_path_to_error v0.1.16
14512024-12-13T23:12:15.454Z Compiling hkdf v0.12.4
14522024-12-13T23:12:15.723Z Compiling crypto-bigint v0.5.5
14532024-12-13T23:12:16.225Z Compiling curve25519-dalek-derive v0.1.1
14542024-12-13T23:12:17.883Z Compiling zerocopy-derive v0.6.6
14552024-12-13T23:12:18.472Z Compiling webpki-roots v0.26.6
14562024-12-13T23:12:18.697Z Compiling idna v0.5.0
14572024-12-13T23:12:19.113Z Compiling hostname v0.4.0
14582024-12-13T23:12:19.239Z Compiling hubpack_derive v0.1.1
14592024-12-13T23:12:19.383Z Compiling ahash v0.8.11
14602024-12-13T23:12:19.718Z Compiling crc32fast v1.4.2
14612024-12-13T23:12:19.740Z Compiling fs-err v2.11.0
14622024-12-13T23:12:20.051Z Compiling bitflags v1.3.2
14632024-12-13T23:12:20.073Z Compiling debug-ignore v1.0.5
14642024-12-13T23:12:20.157Z Compiling winnow v0.5.40
14652024-12-13T23:12:20.191Z Compiling managed v0.8.0
14662024-12-13T23:12:20.227Z Compiling console v0.15.8
14672024-12-13T23:12:20.268Z Compiling zerocopy v0.6.6
14682024-12-13T23:12:20.425Z Compiling hubpack v0.1.2
14692024-12-13T23:12:20.873Z Compiling clap_builder v4.5.21
14702024-12-13T23:12:20.962Z Compiling strum_macros v0.25.3
14712024-12-13T23:12:21.311Z Compiling flate2 v1.0.34
14722024-12-13T23:12:21.913Z Compiling cookie_store v0.21.0
14732024-12-13T23:12:21.961Z Compiling elliptic-curve v0.13.8
14742024-12-13T23:12:22.873Z Compiling hickory-resolver v0.24.1
14752024-12-13T23:12:23.582Z Compiling phf v0.11.2
14762024-12-13T23:12:23.842Z Compiling toml_edit v0.19.15
14772024-12-13T23:12:23.890Z Compiling hyper-tls v0.6.0
14782024-12-13T23:12:24.188Z Compiling signal-hook-mio v0.2.4
14792024-12-13T23:12:24.311Z Compiling rayon v1.10.0
14802024-12-13T23:12:24.357Z Compiling bzip2 v0.4.4
14812024-12-13T23:12:25.439Z Compiling tokio-tungstenite v0.24.0
14822024-12-13T23:12:25.947Z Compiling postgres-types v0.2.8
14832024-12-13T23:12:28.992Z Compiling ed25519 v2.2.3
14842024-12-13T23:12:29.379Z Compiling phf_shared v0.10.0
14852024-12-13T23:12:29.721Z Compiling tokio-stream v0.1.16
14862024-12-13T23:12:29.922Z Compiling pkcs1 v0.7.5
14872024-12-13T23:12:30.499Z Compiling serde-big-array v0.5.1
14882024-12-13T23:12:30.634Z Compiling clap_derive v4.5.18
14892024-12-13T23:12:30.778Z Compiling rfc6979 v0.4.0
14902024-12-13T23:12:30.846Z Compiling derive-where v1.2.7
14912024-12-13T23:12:30.930Z Compiling serde_repr v0.1.19
14922024-12-13T23:12:30.954Z Compiling float-cmp v0.9.0
14932024-12-13T23:12:30.954Z Compiling bstr v1.10.0
14942024-12-13T23:12:31.170Z Compiling sync_wrapper v1.0.1
14952024-12-13T23:12:31.336Z Compiling unicode-segmentation v1.12.0
14962024-12-13T23:12:32.050Z Compiling predicates-core v1.0.8
14972024-12-13T23:12:32.155Z Compiling fixedbitset v0.4.2
14982024-12-13T23:12:32.256Z Compiling bit-vec v0.6.3
14992024-12-13T23:12:32.429Z Compiling normalize-line-endings v0.3.0
15002024-12-13T23:12:32.566Z Compiling static_assertions v1.1.0
15012024-12-13T23:12:32.632Z Compiling whoami v1.5.2
15022024-12-13T23:12:32.679Z Compiling number_prefix v0.4.0
15032024-12-13T23:12:32.732Z Compiling precomputed-hash v0.1.1
15042024-12-13T23:12:32.837Z Compiling unicode-width v0.2.0
15052024-12-13T23:12:32.890Z Compiling new_debug_unreachable v1.0.6
15062024-12-13T23:12:32.928Z Compiling difflib v0.4.0
15072024-12-13T23:12:32.993Z Compiling string_cache v0.8.7
15082024-12-13T23:12:33.281Z Compiling tokio-postgres v0.7.12
15092024-12-13T23:12:33.397Z Compiling predicates v3.1.2
15102024-12-13T23:12:33.491Z Compiling indicatif v0.17.9
15112024-12-13T23:12:34.569Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15122024-12-13T23:12:34.606Z Compiling bit-set v0.5.3
15132024-12-13T23:12:34.910Z Compiling petgraph v0.6.5
15142024-12-13T23:12:35.252Z Compiling similar v2.6.0
15152024-12-13T23:12:35.820Z Compiling ecdsa v0.16.9
15162024-12-13T23:12:35.869Z Compiling clap v4.5.21
15172024-12-13T23:12:36.004Z Compiling rsa v0.9.6
15182024-12-13T23:12:36.725Z Compiling ed25519-dalek v2.1.1
15192024-12-13T23:12:37.830Z Compiling toml v0.7.8
15202024-12-13T23:12:38.090Z Compiling zip v0.6.6
15212024-12-13T23:12:39.246Z Compiling crossterm v0.28.1
15222024-12-13T23:12:39.621Z Compiling hex v0.4.3
15232024-12-13T23:12:39.636Z Compiling x509-cert v0.2.5
15242024-12-13T23:12:39.968Z Compiling peg-runtime v0.8.3
15252024-12-13T23:12:40.242Z Compiling unicode-xid v0.2.6
15262024-12-13T23:12:40.435Z Compiling lalrpop-util v0.19.12
15272024-12-13T23:12:40.485Z Compiling strum_macros v0.26.4
15282024-12-13T23:12:40.666Z Compiling xattr v1.3.1
15292024-12-13T23:12:40.812Z Compiling filetime v0.2.25
15302024-12-13T23:12:41.107Z Compiling tar v0.4.42
15312024-12-13T23:12:45.085Z Compiling strum v0.26.3
15322024-12-13T23:12:48.969Z Compiling aws-lc-sys v0.22.0
15332024-12-13T23:13:21.611Z Compiling rustls-webpki v0.102.8
15342024-12-13T23:13:25.127Z Compiling tokio-rustls v0.25.0
15352024-12-13T23:13:26.617Z Compiling tokio-rustls v0.26.0
15362024-12-13T23:13:26.926Z Compiling hyper-rustls v0.27.3
15372024-12-13T23:13:27.319Z Compiling reqwest v0.12.9
15382024-12-13T23:13:28.977Z Compiling qorb v0.2.1
15392024-12-13T23:13:33.500Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15402024-12-13T23:13:33.741Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15412024-12-13T23:13:39.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15422024-12-13T23:13:39.849Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15432024-12-13T23:13:39.900ZDec 13 23:13:38.407 INFO Starting download, target: DendriteOpenapi
15442024-12-13T23:13:39.900ZDec 13 23:13:38.408 INFO Starting download, target: Cockroach
15452024-12-13T23:13:39.900ZDec 13 23:13:38.408 INFO Starting download, target: Console
15462024-12-13T23:13:39.900ZDec 13 23:13:38.408 INFO Starting download, target: Clickhouse
15472024-12-13T23:13:39.904ZDec 13 23:13:38.408 INFO Starting download, target: DendriteStub
15482024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Starting download, target: MaghemiteMgd
15492024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Starting download, target: TransceiverControl
15502024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15512024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15522024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15542024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15552024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15562024-12-13T23:13:39.905ZDec 13 23:13:38.408 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15572024-12-13T23:13:40.105ZDec 13 23:13:38.600 INFO Download complete, target: DendriteOpenapi
15582024-12-13T23:13:40.428ZDec 13 23:13:38.889 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15592024-12-13T23:13:40.484ZDec 13 23:13:38.924 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15602024-12-13T23:13:40.724ZDec 13 23:13:39.232 INFO Download complete, target: Console
15612024-12-13T23:13:40.876ZDec 13 23:13:39.371 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15622024-12-13T23:13:41.001ZDec 13 23:13:39.509 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15632024-12-13T23:13:41.124ZDec 13 23:13:39.633 INFO Download complete, target: TransceiverControl
15642024-12-13T23:13:41.460ZDec 13 23:13:39.969 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15652024-12-13T23:13:41.460ZDec 13 23:13:39.969 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15662024-12-13T23:13:41.946ZDec 13 23:13:40.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15672024-12-13T23:13:43.825ZDec 13 23:13:42.334 INFO Download complete, target: DendriteStub
15682024-12-13T23:13:44.078ZDec 13 23:13:42.586 INFO Download complete, target: MaghemiteMgd
15692024-12-13T23:13:49.074ZDec 13 23:13:47.581 INFO Checking that binary works, target: Cockroach
15702024-12-13T23:13:49.234ZDec 13 23:13:47.741 INFO Download complete, target: Cockroach
15712024-12-13T23:13:54.748ZDec 13 23:13:53.255 INFO Checking that binary works, target: Clickhouse
15722024-12-13T23:13:55.143ZDec 13 23:13:53.647 INFO Download complete, target: Clickhouse
15732024-12-13T23:13:55.207ZAll builder prerequisites installed successfully, and PATH looks valid
15742024-12-13T23:13:55.211Z
15752024-12-13T23:13:55.211Zreal 5:28.961105032
15762024-12-13T23:13:55.211Zuser 16:44.810758064
15772024-12-13T23:13:55.211Zsys 3:17.172455713
15782024-12-13T23:13:55.211Ztrap 0.554961525
15792024-12-13T23:13:55.211Ztflt 6.009913769
15802024-12-13T23:13:55.212Zdflt 5.385305645
15812024-12-13T23:13:55.212Zkflt 0.409047603
15822024-12-13T23:13:55.212Zlock 30:34.628496341
15832024-12-13T23:13:55.212Zslp 1:04:02.485808153
15842024-12-13T23:13:55.212Zlat 54.232499386
15852024-12-13T23:13:55.212Zstop 2:20.577927585
15862024-12-13T23:13:55.212Z+ banner hack-check
15872024-12-13T23:13:55.212Z
15882024-12-13T23:13:55.212Z # # ## #### # # #### # # ###### #### # #
15892024-12-13T23:13:55.212Z # # # # # # # # # # # # # # # # #
15902024-12-13T23:13:55.212Z ###### # # # #### ##### # ###### ##### # ####
15912024-12-13T23:13:55.212Z # # ###### # # # # # # # # # #
15922024-12-13T23:13:55.212Z # # # # # # # # # # # # # # # # #
15932024-12-13T23:13:55.212Z # # # # #### # # #### # # ###### #### # #
15942024-12-13T23:13:55.212Z
15952024-12-13T23:13:55.212Z+ export CARGO_INCREMENTAL=0
15962024-12-13T23:13:55.212Z+ CARGO_INCREMENTAL=0
15972024-12-13T23:13:55.212Z+ ptime -m timeout 2h cargo xtask check-features --ci
15982024-12-13T23:13:55.755Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15992024-12-13T23:13:59.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
16002024-12-13T23:13:59.656Z Running `target/debug/xtask check-features --ci`
16012024-12-13T23:13:59.676Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16022024-12-13T23:13:59.679Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16032024-12-13T23:14:00.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16042024-12-13T23:14:00.153Z Running `target/debug/xtask download cargo-hack`
16052024-12-13T23:14:00.994Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16062024-12-13T23:14:01.336Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16072024-12-13T23:14:06.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
16082024-12-13T23:14:06.715Z Running `target/debug/xtask-downloader cargo-hack`
16092024-12-13T23:14:06.752ZDec 13 23:14:05.256 INFO Starting download, target: CargoHack
16102024-12-13T23:14:06.754ZDec 13 23:14:05.257 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16112024-12-13T23:14:07.363ZDec 13 23:14:05.867 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16122024-12-13T23:14:07.452ZDec 13 23:14:05.956 INFO Download complete, target: CargoHack
16132024-12-13T23:14:07.456Zrunning: "/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"
16142024-12-13T23:14:07.472Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16152024-12-13T23:14:07.645Zinfo: running `cargo check --bins` on api_identity (1/174)
16162024-12-13T23:14:08.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-12-13T23:14:08.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-12-13T23:14:08.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-12-13T23:14:08.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16202024-12-13T23:14:08.267Z
16212024-12-13T23:14:08.267Zinfo: running `cargo check --bins` on bootstore (2/174)
16222024-12-13T23:14:08.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-12-13T23:14:08.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-12-13T23:14:08.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-12-13T23:14:08.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16262024-12-13T23:14:08.943Z
16272024-12-13T23:14:08.943Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/174)
16282024-12-13T23:14:09.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-12-13T23:14:09.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-12-13T23:14:09.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-12-13T23:14:09.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16322024-12-13T23:14:09.588Z
16332024-12-13T23:14:09.589Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174)
16342024-12-13T23:14:10.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-12-13T23:14:10.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-12-13T23:14:10.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-12-13T23:14:10.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16382024-12-13T23:14:10.229Z
16392024-12-13T23:14:10.229Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174)
16402024-12-13T23:14:10.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-12-13T23:14:10.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-12-13T23:14:10.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-12-13T23:14:10.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16442024-12-13T23:14:10.656Z
16452024-12-13T23:14:10.656Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174)
16462024-12-13T23:14:11.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-12-13T23:14:11.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-12-13T23:14:11.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-12-13T23:14:11.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16502024-12-13T23:14:11.093Z
16512024-12-13T23:14:11.093Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174)
16522024-12-13T23:14:11.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-12-13T23:14:11.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-12-13T23:14:11.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-12-13T23:14:11.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16562024-12-13T23:14:11.618Z
16572024-12-13T23:14:11.618Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174)
16582024-12-13T23:14:11.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-12-13T23:14:11.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-12-13T23:14:11.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-12-13T23:14:11.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16622024-12-13T23:14:11.946Z
16632024-12-13T23:14:11.946Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174)
16642024-12-13T23:14:12.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-12-13T23:14:12.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-12-13T23:14:12.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-12-13T23:14:12.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16682024-12-13T23:14:12.372Z
16692024-12-13T23:14:12.372Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174)
16702024-12-13T23:14:12.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-12-13T23:14:12.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-12-13T23:14:12.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-12-13T23:14:12.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16742024-12-13T23:14:12.799Z
16752024-12-13T23:14:12.799Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174)
16762024-12-13T23:14:13.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-12-13T23:14:13.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-12-13T23:14:13.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-12-13T23:14:13.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16802024-12-13T23:14:13.223Z
16812024-12-13T23:14:13.223Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174)
16822024-12-13T23:14:13.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-12-13T23:14:13.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-12-13T23:14:13.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-12-13T23:14:13.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16862024-12-13T23:14:13.651Z
16872024-12-13T23:14:13.651Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174)
16882024-12-13T23:14:14.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-12-13T23:14:14.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-12-13T23:14:14.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-12-13T23:14:14.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16922024-12-13T23:14:14.081Z
16932024-12-13T23:14:14.081Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174)
16942024-12-13T23:14:14.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-12-13T23:14:14.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-12-13T23:14:14.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-12-13T23:14:14.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16982024-12-13T23:14:14.510Z
16992024-12-13T23:14:14.510Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174)
17002024-12-13T23:14:14.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-12-13T23:14:14.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-12-13T23:14:14.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-12-13T23:14:14.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17042024-12-13T23:14:14.939Z
17052024-12-13T23:14:14.939Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174)
17062024-12-13T23:14:15.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-12-13T23:14:15.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-12-13T23:14:15.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-12-13T23:14:15.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17102024-12-13T23:14:15.367Z
17112024-12-13T23:14:15.367Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174)
17122024-12-13T23:14:15.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-12-13T23:14:15.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-12-13T23:14:15.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-12-13T23:14:15.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17162024-12-13T23:14:15.791Z
17172024-12-13T23:14:15.791Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174)
17182024-12-13T23:14:16.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-12-13T23:14:16.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-12-13T23:14:16.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-12-13T23:14:16.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17222024-12-13T23:14:16.221Z
17232024-12-13T23:14:16.221Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174)
17242024-12-13T23:14:16.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-12-13T23:14:16.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-12-13T23:14:16.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-12-13T23:14:16.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17282024-12-13T23:14:16.653Z
17292024-12-13T23:14:16.653Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174)
17302024-12-13T23:14:17.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312024-12-13T23:14:17.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322024-12-13T23:14:17.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332024-12-13T23:14:17.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17342024-12-13T23:14:17.079Z
17352024-12-13T23:14:17.079Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174)
17362024-12-13T23:14:17.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372024-12-13T23:14:17.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382024-12-13T23:14:17.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392024-12-13T23:14:17.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17402024-12-13T23:14:17.510Z
17412024-12-13T23:14:17.510Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174)
17422024-12-13T23:14:17.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432024-12-13T23:14:17.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442024-12-13T23:14:17.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452024-12-13T23:14:17.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17462024-12-13T23:14:17.940Z
17472024-12-13T23:14:17.940Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174)
17482024-12-13T23:14:18.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492024-12-13T23:14:18.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502024-12-13T23:14:18.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512024-12-13T23:14:18.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17522024-12-13T23:14:18.369Z
17532024-12-13T23:14:18.369Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174)
17542024-12-13T23:14:18.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552024-12-13T23:14:18.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562024-12-13T23:14:18.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572024-12-13T23:14:18.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17582024-12-13T23:14:18.793Z
17592024-12-13T23:14:18.793Zinfo: running `cargo check --bins` on sled-hardware-types (25/174)
17602024-12-13T23:14:19.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612024-12-13T23:14:19.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622024-12-13T23:14:19.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632024-12-13T23:14:19.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17642024-12-13T23:14:19.434Z
17652024-12-13T23:14:19.434Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/174)
17662024-12-13T23:14:19.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-12-13T23:14:20.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-12-13T23:14:20.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-12-13T23:14:20.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17702024-12-13T23:14:20.075Z
17712024-12-13T23:14:20.075Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174)
17722024-12-13T23:14:20.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-12-13T23:14:20.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-12-13T23:14:20.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752024-12-13T23:14:20.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17762024-12-13T23:14:20.725Z
17772024-12-13T23:14:20.725Zinfo: running `cargo check --bins` on oxlog (28/174)
17782024-12-13T23:14:21.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792024-12-13T23:14:21.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802024-12-13T23:14:21.362Z Checking cfg-if v1.0.0
17812024-12-13T23:14:21.365Z Checking libc v0.2.162
17822024-12-13T23:14:21.473Z Checking serde v1.0.215
17832024-12-13T23:14:21.475Z Checking zeroize v1.8.1
17842024-12-13T23:14:21.492Z Checking memchr v2.7.4
17852024-12-13T23:14:21.495Z Checking typenum v1.17.0
17862024-12-13T23:14:21.503Z Checking scopeguard v1.2.0
17872024-12-13T23:14:21.526Z Checking subtle v2.6.1
17882024-12-13T23:14:21.539Z Checking value-bag v1.9.0
17892024-12-13T23:14:21.650Z Checking lock_api v0.4.12
17902024-12-13T23:14:21.711Z Checking itoa v1.0.11
17912024-12-13T23:14:21.773Z Checking const-oid v0.9.6
17922024-12-13T23:14:21.899Z Checking smallvec v1.13.2
17932024-12-13T23:14:21.959Z Checking log v0.4.22
17942024-12-13T23:14:22.069Z Checking pin-project-lite v0.2.14
17952024-12-13T23:14:22.189Z Checking byteorder v1.5.0
17962024-12-13T23:14:22.259Z Checking futures-core v0.3.31
17972024-12-13T23:14:22.348Z Checking once_cell v1.20.2
17982024-12-13T23:14:22.444Z Checking cpufeatures v0.2.14
17992024-12-13T23:14:22.498Z Checking futures-sink v0.3.31
18002024-12-13T23:14:22.533Z Checking stable_deref_trait v1.2.0
18012024-12-13T23:14:22.582Z Checking spin v0.9.8
18022024-12-13T23:14:22.620Z Checking getrandom v0.2.15
18032024-12-13T23:14:22.634Z Checking signal-hook-registry v1.4.2
18042024-12-13T23:14:22.636Z Checking parking_lot_core v0.9.10
18052024-12-13T23:14:22.667Z Checking mio v1.0.2
18062024-12-13T23:14:22.813Z Checking generic-array v0.14.7
18072024-12-13T23:14:22.842Z Checking rand_core v0.6.4
18082024-12-13T23:14:22.871Z Checking socket2 v0.5.7
18092024-12-13T23:14:22.930Z Checking zerocopy v0.7.35
18102024-12-13T23:14:22.971Z Checking parking_lot v0.12.3
18112024-12-13T23:14:23.131Z Checking zerofrom v0.1.4
18122024-12-13T23:14:23.267Z Checking slab v0.4.9
18132024-12-13T23:14:23.316Z Checking futures-channel v0.3.31
18142024-12-13T23:14:23.331Z Checking yoke v0.7.4
18152024-12-13T23:14:23.348Z Checking pin-utils v0.1.0
18162024-12-13T23:14:23.430Z Checking equivalent v1.0.1
18172024-12-13T23:14:23.533Z Checking foldhash v0.1.3
18182024-12-13T23:14:23.547Z Checking futures-task v0.3.31
18192024-12-13T23:14:23.655Z Checking allocator-api2 v0.2.18
18202024-12-13T23:14:23.662Z Checking futures-io v0.3.31
18212024-12-13T23:14:23.687Z Checking zerovec v0.10.4
18222024-12-13T23:14:23.720Z Checking tinyvec_macros v0.1.1
18232024-12-13T23:14:23.767Z Checking ryu v1.0.18
18242024-12-13T23:14:23.799Z Checking tinyvec v1.8.0
18252024-12-13T23:14:23.842Z Checking futures-util v0.3.31
18262024-12-13T23:14:23.992Z Checking fnv v1.0.7
18272024-12-13T23:14:24.043Z Checking crypto-common v0.1.6
18282024-12-13T23:14:24.120Z Checking block-buffer v0.10.4
18292024-12-13T23:14:24.232Z Checking block-padding v0.3.3
18302024-12-13T23:14:24.287Z Checking hashbrown v0.15.1
18312024-12-13T23:14:24.335Z Checking digest v0.10.7
18322024-12-13T23:14:24.421Z Checking libm v0.2.8
18332024-12-13T23:14:24.444Z Checking inout v0.1.3
18342024-12-13T23:14:24.679Z Checking cipher v0.4.4
18352024-12-13T23:14:24.718Z Checking hmac v0.12.1
18362024-12-13T23:14:24.921Z Checking sha2 v0.10.8
18372024-12-13T23:14:25.078Z Checking unicode-bidi v0.3.17
18382024-12-13T23:14:25.160Z Checking unicode-normalization v0.1.24
18392024-12-13T23:14:25.357Z Checking writeable v0.5.5
18402024-12-13T23:14:25.373Z Checking tinystr v0.7.6
18412024-12-13T23:14:25.390Z Checking base64ct v1.6.0
18422024-12-13T23:14:25.501Z Checking litemap v0.7.3
18432024-12-13T23:14:25.689Z Checking num-traits v0.2.19
18442024-12-13T23:14:25.720Z Checking ppv-lite86 v0.2.20
18452024-12-13T23:14:25.743Z Checking flagset v0.4.6
18462024-12-13T23:14:25.849Z Checking pem-rfc7468 v0.7.0
18472024-12-13T23:14:25.864Z Checking icu_locid v1.5.0
18482024-12-13T23:14:25.929Z Checking tracing-core v0.1.32
18492024-12-13T23:14:26.080Z Checking thiserror v1.0.69
18502024-12-13T23:14:26.095Z Checking der v0.7.9
18512024-12-13T23:14:26.213Z Checking rustls-pki-types v1.10.0
18522024-12-13T23:14:26.517Z Checking rand_chacha v0.3.1
18532024-12-13T23:14:26.558Z Checking bytes v1.8.0
18542024-12-13T23:14:26.600Z Checking indexmap v2.6.0
18552024-12-13T23:14:26.801Z Checking serde_json v1.0.132
18562024-12-13T23:14:26.918Z Checking bitflags v2.6.0
18572024-12-13T23:14:26.938Z Checking icu_provider v1.5.0
18582024-12-13T23:14:27.224Z Checking icu_locid_transform_data v1.5.0
18592024-12-13T23:14:27.320Z Checking percent-encoding v2.3.1
18602024-12-13T23:14:27.365Z Checking tokio v1.40.0
18612024-12-13T23:14:27.397Z Checking http v1.1.0
18622024-12-13T23:14:27.524Z Checking rand v0.8.5
18632024-12-13T23:14:27.599Z Checking icu_locid_transform v1.5.0
18642024-12-13T23:14:27.931Z Checking tracing v0.1.40
18652024-12-13T23:14:28.005Z Checking spki v0.7.3
18662024-12-13T23:14:28.278Z Checking icu_collections v1.5.0
18672024-12-13T23:14:28.299Z Checking salsa20 v0.10.2
18682024-12-13T23:14:28.526Z Checking pbkdf2 v0.12.2
18692024-12-13T23:14:28.597Z Checking aws-lc-sys v0.22.0
18702024-12-13T23:14:28.632Z Checking httparse v1.9.5
18712024-12-13T23:14:28.682Z Checking mirai-annotations v1.12.0
18722024-12-13T23:14:28.813Z Checking icu_properties_data v1.5.0
18732024-12-13T23:14:28.839Z Checking powerfmt v0.2.0
18742024-12-13T23:14:28.863Z Checking untrusted v0.7.1
18752024-12-13T23:14:28.970Z Checking untrusted v0.9.0
18762024-12-13T23:14:29.032Z Checking scrypt v0.11.0
18772024-12-13T23:14:29.050Z Checking icu_properties v1.5.1
18782024-12-13T23:14:29.067Z Checking aes v0.8.4
18792024-12-13T23:14:29.069Z Checking cbc v0.1.2
18802024-12-13T23:14:29.097Z Checking deranged v0.3.11
18812024-12-13T23:14:29.118Z Checking ring v0.17.8
18822024-12-13T23:14:29.237Z Checking crossbeam-utils v0.8.20
18832024-12-13T23:14:29.277Z Checking atomic-waker v1.1.2
18842024-12-13T23:14:29.400Z Checking write16 v1.0.0
18852024-12-13T23:14:29.530Z Checking num-conv v0.1.0
18862024-12-13T23:14:29.802Z Checking time-core v0.1.2
18872024-12-13T23:14:29.967Z Checking utf16_iter v1.0.5
18882024-12-13T23:14:29.970Z Checking utf8_iter v1.0.4
18892024-12-13T23:14:29.995Z Checking icu_normalizer_data v1.5.0
18902024-12-13T23:14:30.086Z Checking num_threads v0.1.7
18912024-12-13T23:14:30.140Z Checking pkcs5 v0.7.1
18922024-12-13T23:14:30.155Z Checking http-body v1.0.1
18932024-12-13T23:14:30.199Z Checking form_urlencoded v1.2.1
18942024-12-13T23:14:30.350Z Checking try-lock v0.2.5
18952024-12-13T23:14:30.414Z Checking httpdate v1.0.3
18962024-12-13T23:14:30.482Z Checking want v0.3.1
18972024-12-13T23:14:30.646Z Checking unicode-ident v1.0.13
18982024-12-13T23:14:30.662Z Checking toml_datetime v0.6.8
18992024-12-13T23:14:30.665Z Checking pkcs8 v0.10.2
19002024-12-13T23:14:30.809Z Checking proc-macro2 v1.0.89
19012024-12-13T23:14:30.908Z Checking time v0.3.36
19022024-12-13T23:14:30.952Z Checking uuid v1.11.0
19032024-12-13T23:14:30.974Z Checking serde_spanned v0.6.8
19042024-12-13T23:14:31.002Z Checking slog v2.7.0
19052024-12-13T23:14:31.099Z Checking aws-lc-rs v1.10.0
19062024-12-13T23:14:31.163Z Checking scroll v0.12.0
19072024-12-13T23:14:31.490Z Checking plain v0.2.3
19082024-12-13T23:14:31.507Z Checking tower-service v0.3.3
19092024-12-13T23:14:31.559Z Checking adler2 v2.0.0
19102024-12-13T23:14:31.624Z Checking iana-time-zone v0.1.61
19112024-12-13T23:14:31.626Z Checking foreign-types-shared v0.1.1
19122024-12-13T23:14:31.659Z Checking ucd-trie v0.1.7
19132024-12-13T23:14:31.711Z Checking base64 v0.22.1
19142024-12-13T23:14:31.740Z Checking match_cfg v0.1.0
19152024-12-13T23:14:31.776Z Checking chrono v0.4.38
19162024-12-13T23:14:31.836Z Checking hostname v0.3.1
19172024-12-13T23:14:31.850Z Checking pest v2.7.14
19182024-12-13T23:14:31.962Z Checking foreign-types v0.3.2
19192024-12-13T23:14:32.053Z Checking miniz_oxide v0.8.0
19202024-12-13T23:14:32.186Z Checking goblin v0.8.2
19212024-12-13T23:14:32.411Z Checking icu_normalizer v1.5.0
19222024-12-13T23:14:32.812Z Checking quote v1.0.37
19232024-12-13T23:14:32.939Z Checking rustls-webpki v0.102.8
19242024-12-13T23:14:33.149Z Checking openssl-sys v0.9.103
19252024-12-13T23:14:33.197Z Checking idna_adapter v1.2.0
19262024-12-13T23:14:33.381Z Checking idna v1.0.3
19272024-12-13T23:14:33.414Z Checking dirs-sys-next v0.1.2
19282024-12-13T23:14:33.592Z Checking errno v0.3.9
19292024-12-13T23:14:33.778Z Checking aho-corasick v1.1.3
19302024-12-13T23:14:33.840Z Checking pretty-hex v0.4.1
19312024-12-13T23:14:33.893Z Checking regex-syntax v0.8.5
19322024-12-13T23:14:33.924Z Checking url v2.5.3
19332024-12-13T23:14:34.027Z Checking data-encoding v2.6.0
19342024-12-13T23:14:34.441Z Checking siphasher v0.3.11
19352024-12-13T23:14:34.477Z Checking dtrace-parser v0.2.0
19362024-12-13T23:14:34.708Z Checking openssl v0.10.66
19372024-12-13T23:14:34.737Z Checking rustix v0.38.37
19382024-12-13T23:14:34.772Z Checking dirs-next v2.0.0
19392024-12-13T23:14:34.829Z Checking tokio-util v0.7.12
19402024-12-13T23:14:34.906Z Checking syn v2.0.87
19412024-12-13T23:14:34.942Z Checking http-body-util v0.1.2
19422024-12-13T23:14:35.392Z Checking crossbeam-epoch v0.9.18
19432024-12-13T23:14:35.417Z Checking sha1 v0.10.6
19442024-12-13T23:14:35.700Z Checking signature v2.2.0
19452024-12-13T23:14:35.747Z Checking h2 v0.4.6
19462024-12-13T23:14:35.818Z Checking lazy_static v1.5.0
19472024-12-13T23:14:35.893Z Checking thread_local v1.1.8
19482024-12-13T23:14:35.934Z Checking thread-id v4.2.2
19492024-12-13T23:14:36.046Z Checking encoding_rs v0.8.34
19502024-12-13T23:14:36.185Z Checking gimli v0.31.1
19512024-12-13T23:14:37.137Z Checking regex-automata v0.4.8
19522024-12-13T23:14:37.444Z Checking dof v0.3.0
19532024-12-13T23:14:38.105Z Checking unicode-properties v0.1.3
19542024-12-13T23:14:38.359Z Checking utf8parse v0.2.2
19552024-12-13T23:14:38.415Z Checking mime v0.3.17
19562024-12-13T23:14:38.475Z Checking winnow v0.6.20
19572024-12-13T23:14:38.517Z Checking ipnet v2.10.1
19582024-12-13T23:14:38.754Z Checking anstyle v1.0.10
19592024-12-13T23:14:38.966Z Checking openssl-probe v0.1.5
19602024-12-13T23:14:39.121Z Checking anstyle-parse v0.2.5
19612024-12-13T23:14:39.121Z Checking stringprep v0.1.5
19622024-12-13T23:14:39.410Z Checking crossbeam-deque v0.8.5
19632024-12-13T23:14:39.425Z Checking term v0.7.0
19642024-12-13T23:14:39.736Z Checking rustls v0.23.19
19652024-12-13T23:14:39.849Z Checking rustls v0.22.4
19662024-12-13T23:14:40.282Z Checking native-tls v0.2.12
19672024-12-13T23:14:40.354Z Checking addr2line v0.24.2
19682024-12-13T23:14:40.610Z Checking slog-json v2.6.1
19692024-12-13T23:14:40.859Z Checking serde_urlencoded v0.7.1
19702024-12-13T23:14:40.874Z Checking crossbeam-channel v0.5.13
19712024-12-13T23:14:41.274Z Checking futures-executor v0.3.31
19722024-12-13T23:14:41.413Z Checking toml_edit v0.22.22
19732024-12-13T23:14:41.461Z Checking usdt-impl v0.5.0
19742024-12-13T23:14:41.494Z Checking num-integer v0.1.46
19752024-12-13T23:14:41.659Z Checking rustls-pemfile v2.2.0
19762024-12-13T23:14:41.869Z Checking idna v0.3.0
19772024-12-13T23:14:41.947Z Checking hyper v1.5.0
19782024-12-13T23:14:41.962Z Checking idna v0.4.0
19792024-12-13T23:14:42.005Z Checking md-5 v0.10.6
19802024-12-13T23:14:42.023Z Checking ff v0.13.0
19812024-12-13T23:14:42.212Z Checking memmap v0.7.0
19822024-12-13T23:14:42.238Z Checking is-terminal v0.4.13
19832024-12-13T23:14:42.359Z Checking hash32 v0.2.1
19842024-12-13T23:14:42.423Z Checking object v0.36.5
19852024-12-13T23:14:42.674Z Checking fallible-iterator v0.2.0
19862024-12-13T23:14:42.741Z Checking dyn-clone v1.0.17
19872024-12-13T23:14:42.786Z Checking psl-types v2.0.11
19882024-12-13T23:14:42.877Z Checking linked-hash-map v0.5.6
19892024-12-13T23:14:42.961Z Checking utf-8 v0.7.6
19902024-12-13T23:14:43.153Z Checking colorchoice v1.0.2
19912024-12-13T23:14:43.215Z Checking quick-error v1.2.3
19922024-12-13T23:14:43.283Z Checking anstyle-query v1.1.1
19932024-12-13T23:14:43.312Z Checking either v1.13.0
19942024-12-13T23:14:43.363Z Checking take_mut v0.2.2
19952024-12-13T23:14:43.402Z Checking rustc-demangle v0.1.24
19962024-12-13T23:14:43.503Z Checking base16ct v0.2.0
19972024-12-13T23:14:43.547Z Checking is_terminal_polyfill v1.70.1
19982024-12-13T23:14:43.666Z Checking anstream v0.6.15
19992024-12-13T23:14:43.691Z Checking sec1 v0.7.3
20002024-12-13T23:14:43.706Z Checking tokio-rustls v0.25.0
20012024-12-13T23:14:43.823Z Checking slog-async v2.8.0
20022024-12-13T23:14:44.032Z Checking toml v0.8.19
20032024-12-13T23:14:44.047Z Checking resolv-conf v0.7.0
20042024-12-13T23:14:44.072Z Checking postgres-protocol v0.6.7
20052024-12-13T23:14:44.088Z Checking lru-cache v0.1.2
20062024-12-13T23:14:44.091Z Checking hyper-util v0.1.10
20072024-12-13T23:14:44.115Z Checking tungstenite v0.24.0
20082024-12-13T23:14:44.265Z Checking publicsuffix v2.2.3
20092024-12-13T23:14:44.393Z Checking schemars v0.8.21
20102024-12-13T23:14:44.507Z Checking hickory-proto v0.24.1
20112024-12-13T23:14:44.740Z Checking heapless v0.7.17
20122024-12-13T23:14:44.755Z Checking usdt v0.5.0
20132024-12-13T23:14:45.020Z Checking slog-term v2.9.1
20142024-12-13T23:14:45.040Z Checking group v0.13.0
20152024-12-13T23:14:45.298Z Checking num-iter v0.1.45
20162024-12-13T23:14:45.455Z Checking futures v0.3.31
20172024-12-13T23:14:45.489Z Checking tokio-rustls v0.26.0
20182024-12-13T23:14:45.509Z Checking slog-bunyan v2.5.0
20192024-12-13T23:14:45.566Z Checking tokio-native-tls v0.3.1
20202024-12-13T23:14:45.660Z Checking rayon-core v1.12.1
20212024-12-13T23:14:45.804Z Checking multer v3.1.0
20222024-12-13T23:14:45.824Z Checking terminal_size v0.4.0
20232024-12-13T23:14:45.911Z Checking phf_shared v0.11.2
20242024-12-13T23:14:45.974Z Checking cookie v0.18.1
20252024-12-13T23:14:46.039Z Checking async-stream v0.3.6
20262024-12-13T23:14:46.163Z Checking bzip2-sys v0.1.11+1.0.8
20272024-12-13T23:14:46.182Z Checking signal-hook v0.3.17
20282024-12-13T23:14:46.198Z Checking camino v1.1.9
20292024-12-13T23:14:46.221Z Checking waitgroup v0.1.2
20302024-12-13T23:14:46.279Z Checking openapiv3 v2.0.0
20312024-12-13T23:14:46.346Z Checking webpki-roots v0.26.6
20322024-12-13T23:14:46.350Z Checking serde_path_to_error v0.1.16
20332024-12-13T23:14:46.438Z Checking idna v0.5.0
20342024-12-13T23:14:46.515Z Checking hkdf v0.12.4
20352024-12-13T23:14:46.584Z Checking crypto-bigint v0.5.5
20362024-12-13T23:14:46.726Z Checking hostname v0.4.0
20372024-12-13T23:14:46.748Z Checking crc32fast v1.4.2
20382024-12-13T23:14:46.859Z Checking debug-ignore v1.0.5
20392024-12-13T23:14:46.963Z Checking strsim v0.11.1
20402024-12-13T23:14:46.986Z Checking unicode-width v0.1.14
20412024-12-13T23:14:47.000Z Checking bitflags v1.3.2
20422024-12-13T23:14:47.093Z Checking managed v0.8.0
20432024-12-13T23:14:47.245Z Checking winnow v0.5.40
20442024-12-13T23:14:47.301Z Checking clap_lex v0.7.2
20452024-12-13T23:14:47.464Z Checking console v0.15.8
20462024-12-13T23:14:47.483Z Checking smoltcp v0.9.1
20472024-12-13T23:14:47.547Z Checking clap_builder v4.5.21
20482024-12-13T23:14:48.062Z Checking cookie_store v0.21.0
20492024-12-13T23:14:48.772Z Checking flate2 v1.0.34
20502024-12-13T23:14:48.913Z Checking backtrace v0.3.74
20512024-12-13T23:14:49.038Z Checking hyper-rustls v0.27.3
20522024-12-13T23:14:49.356Z Checking signal-hook-mio v0.2.4
20532024-12-13T23:14:49.381Z Checking hickory-resolver v0.24.1
20542024-12-13T23:14:49.459Z Checking rayon v1.10.0
20552024-12-13T23:14:49.485Z Checking anyhow v1.0.93
20562024-12-13T23:14:49.499Z Checking bzip2 v0.4.4
20572024-12-13T23:14:49.596Z Checking elliptic-curve v0.13.8
20582024-12-13T23:14:49.784Z Checking phf v0.11.2
20592024-12-13T23:14:49.804Z Checking dropshot v0.12.0
20602024-12-13T23:14:49.851Z Checking hyper-tls v0.6.0
20612024-12-13T23:14:50.063Z Checking num-bigint-dig v0.8.4
20622024-12-13T23:14:50.146Z Checking tokio-tungstenite v0.24.0
20632024-12-13T23:14:50.268Z Checking postgres-types v0.2.8
20642024-12-13T23:14:50.372Z Checking toml_edit v0.19.15
20652024-12-13T23:14:50.612Z Checking regex v1.11.1
20662024-12-13T23:14:50.744Z Checking bstr v1.10.0
20672024-12-13T23:14:51.017Z Checking ed25519 v2.2.3
20682024-12-13T23:14:51.049Z Checking tokio-stream v0.1.16
20692024-12-13T23:14:51.267Z Checking phf_shared v0.10.0
20702024-12-13T23:14:51.326Z Checking zerocopy v0.6.6
20712024-12-13T23:14:51.551Z Checking curve25519-dalek v4.1.3
20722024-12-13T23:14:51.656Z Checking pkcs1 v0.7.5
20732024-12-13T23:14:51.900Z Checking hubpack v0.1.2
20742024-12-13T23:14:52.032Z Checking portable-atomic v1.9.0
20752024-12-13T23:14:52.085Z Checking float-cmp v0.9.0
20762024-12-13T23:14:52.220Z Checking serde-big-array v0.5.1
20772024-12-13T23:14:52.281Z Checking rfc6979 v0.4.0
20782024-12-13T23:14:52.312Z Checking sync_wrapper v1.0.1
20792024-12-13T23:14:52.440Z Checking difflib v0.4.0
20802024-12-13T23:14:52.456Z Checking whoami v1.5.2
20812024-12-13T23:14:52.459Z Checking unicode-segmentation v1.12.0
20822024-12-13T23:14:52.740Z Checking fixedbitset v0.4.2
20832024-12-13T23:14:52.783Z Checking unicode-width v0.2.0
20842024-12-13T23:14:52.818Z Checking static_assertions v1.1.0
20852024-12-13T23:14:52.906Z Checking number_prefix v0.4.0
20862024-12-13T23:14:53.005Z Checking normalize-line-endings v0.3.0
20872024-12-13T23:14:53.082Z Checking bit-vec v0.6.3
20882024-12-13T23:14:53.107Z Checking minimal-lexical v0.2.1
20892024-12-13T23:14:53.122Z Checking new_debug_unreachable v1.0.6
20902024-12-13T23:14:53.142Z Checking precomputed-hash v0.1.1
20912024-12-13T23:14:53.207Z Checking predicates-core v1.0.8
20922024-12-13T23:14:53.244Z Checking string_cache v0.8.7
20932024-12-13T23:14:53.259Z Checking similar v2.6.0
20942024-12-13T23:14:53.338Z Checking indicatif v0.17.9
20952024-12-13T23:14:53.396Z Checking predicates v3.1.2
20962024-12-13T23:14:53.416Z Checking bit-set v0.5.3
20972024-12-13T23:14:53.447Z Checking ed25519-dalek v2.1.1
20982024-12-13T23:14:53.475Z Checking nom v7.1.3
20992024-12-13T23:14:53.527Z Checking petgraph v0.6.5
21002024-12-13T23:14:53.530Z Checking qorb v0.2.1
21012024-12-13T23:14:53.657Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21022024-12-13T23:14:53.844Z Checking toml v0.7.8
21032024-12-13T23:14:54.081Z Checking tokio-postgres v0.7.12
21042024-12-13T23:14:54.098Z Checking reqwest v0.12.9
21052024-12-13T23:14:54.158Z Checking ecdsa v0.16.9
21062024-12-13T23:14:54.571Z Checking rsa v0.9.6
21072024-12-13T23:14:54.870Z Checking clap v4.5.21
21082024-12-13T23:14:54.998Z Checking zip v0.6.6
21092024-12-13T23:14:55.639Z Checking crossterm v0.28.1
21102024-12-13T23:14:55.719Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21112024-12-13T23:14:55.747Z Checking itertools v0.10.5
21122024-12-13T23:14:55.906Z Checking fs-err v2.11.0
21132024-12-13T23:14:56.239Z Checking ahash v0.8.11
21142024-12-13T23:14:56.430Z Checking x509-cert v0.2.5
21152024-12-13T23:14:56.489Z Checking semver v1.0.23
21162024-12-13T23:14:56.809Z Checking hex v0.4.3
21172024-12-13T23:14:56.869Z Checking peg-runtime v0.8.3
21182024-12-13T23:14:56.923Z Checking lalrpop-util v0.19.12
21192024-12-13T23:14:57.100Z Checking sigpipe v0.1.3
21202024-12-13T23:14:58.525Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21212024-12-13T23:14:59.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.10s
21222024-12-13T23:14:59.117Z
21232024-12-13T23:14:59.118Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174)
21242024-12-13T23:14:59.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252024-12-13T23:14:59.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262024-12-13T23:14:59.660Z Compiling hashbrown v0.14.5
21272024-12-13T23:14:59.782Z Checking heck v0.5.0
21282024-12-13T23:14:59.796Z Compiling unsafe-libyaml v0.2.11
21292024-12-13T23:14:59.812Z Compiling ident_case v1.0.1
21302024-12-13T23:14:59.825Z Checking progenitor-client v0.8.0
21312024-12-13T23:14:59.838Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21322024-12-13T23:14:59.854Z Compiling proc-macro-crate v1.3.1
21332024-12-13T23:14:59.949Z Compiling darling_core v0.20.10
21342024-12-13T23:14:59.978Z Checking ipnetwork v0.20.0
21352024-12-13T23:15:00.161Z Compiling structmeta-derive v0.3.0
21362024-12-13T23:15:00.201Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21372024-12-13T23:15:00.344Z Compiling newtype-uuid v1.1.3
21382024-12-13T23:15:00.506Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21392024-12-13T23:15:00.639Z Compiling lzma-sys v0.1.20
21402024-12-13T23:15:00.845Z Compiling foreign-types-macros v0.2.3
21412024-12-13T23:15:00.953Z Checking regress v0.10.1
21422024-12-13T23:15:01.001Z Compiling num_enum_derive v0.5.11
21432024-12-13T23:15:01.438Z Compiling serde_yaml v0.9.34+deprecated
21442024-12-13T23:15:01.689Z Compiling dropshot v0.13.0
21452024-12-13T23:15:01.972Z Checking foreign-types-shared v0.3.1
21462024-12-13T23:15:02.094Z Checking arc-swap v1.7.1
21472024-12-13T23:15:02.156Z Checking foreign-types v0.5.0
21482024-12-13T23:15:02.385Z Compiling proc-macro-error v1.0.4
21492024-12-13T23:15:02.544Z Checking slog-scope v4.4.0
21502024-12-13T23:15:03.088Z Compiling structmeta v0.3.0
21512024-12-13T23:15:03.128Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21522024-12-13T23:15:03.237Z Checking tungstenite v0.21.0
21532024-12-13T23:15:03.262Z Compiling heck v0.3.3
21542024-12-13T23:15:03.546Z Compiling parse-display-derive v0.10.0
21552024-12-13T23:15:03.619Z Checking num_enum v0.5.11
21562024-12-13T23:15:03.712Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21572024-12-13T23:15:03.756Z Compiling dropshot_endpoint v0.13.0
21582024-12-13T23:15:04.215Z Checking cstr-argument v0.1.2
21592024-12-13T23:15:04.396Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602024-12-13T23:15:04.544Z Checking instant v0.1.13
21612024-12-13T23:15:04.632Z Checking typify-impl v0.2.0
21622024-12-13T23:15:04.653Z Checking pretty-hex v0.2.1
21632024-12-13T23:15:04.805Z Checking fastrand v2.1.1
21642024-12-13T23:15:05.160Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21652024-12-13T23:15:05.425Z Checking base64 v0.21.7
21662024-12-13T23:15:05.875Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672024-12-13T23:15:05.919Z Checking tempfile v3.13.0
21682024-12-13T23:15:06.016Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21692024-12-13T23:15:06.283Z Checking backoff v0.4.0
21702024-12-13T23:15:06.300Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21712024-12-13T23:15:06.303Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21722024-12-13T23:15:06.449Z Checking tokio-tungstenite v0.21.0
21732024-12-13T23:15:06.583Z Checking strum v0.26.3
21742024-12-13T23:15:06.625Z Compiling zone_cfg_derive v0.1.2
21752024-12-13T23:15:06.743Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21762024-12-13T23:15:06.947Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21772024-12-13T23:15:06.983Z Compiling darling_macro v0.20.10
21782024-12-13T23:15:07.178Z Checking slog-stdlog v4.1.1
21792024-12-13T23:15:07.348Z Checking regress v0.9.1
21802024-12-13T23:15:07.365Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21812024-12-13T23:15:07.501Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21822024-12-13T23:15:07.518Z Checking colored v2.1.0
21832024-12-13T23:15:07.767Z Checking macaddr v1.0.1
21842024-12-13T23:15:07.789Z Checking base64 v0.13.1
21852024-12-13T23:15:07.925Z Compiling darling v0.20.10
21862024-12-13T23:15:08.051Z Compiling serde_with_macros v3.11.0
21872024-12-13T23:15:08.116Z Checking zone v0.1.8
21882024-12-13T23:15:08.200Z Checking ron v0.7.1
21892024-12-13T23:15:08.302Z Checking parse-display v0.10.0
21902024-12-13T23:15:08.539Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21912024-12-13T23:15:08.835Z Checking xz2 v0.1.7
21922024-12-13T23:15:09.025Z Checking slog-envlogger v2.2.0
21932024-12-13T23:15:09.143Z Checking tabwriter v1.4.0
21942024-12-13T23:15:09.256Z Checking xattr v1.3.1
21952024-12-13T23:15:09.390Z Checking pem v3.0.4
21962024-12-13T23:15:09.392Z Checking yasna v0.5.2
21972024-12-13T23:15:09.452Z Checking headers-core v0.3.0
21982024-12-13T23:15:09.592Z Checking smf v0.2.3
21992024-12-13T23:15:09.668Z Checking filetime v0.2.25
22002024-12-13T23:15:09.889Z Checking same-file v1.0.6
22012024-12-13T23:15:10.066Z Checking walkdir v2.5.0
22022024-12-13T23:15:10.082Z Checking tar v0.4.42
22032024-12-13T23:15:10.199Z Checking headers v0.4.0
22042024-12-13T23:15:10.329Z Checking rcgen v0.12.1
22052024-12-13T23:15:10.348Z Checking atomicwrites v0.4.4
22062024-12-13T23:15:10.553Z Checking camino-tempfile v1.1.1
22072024-12-13T23:15:10.806Z Checking subprocess v0.2.9
22082024-12-13T23:15:11.071Z Checking serde_with v3.11.0
22092024-12-13T23:15:15.286Z Compiling typify-macro v0.2.0
22102024-12-13T23:15:17.183Z Compiling typify v0.2.0
22112024-12-13T23:15:17.251Z Compiling progenitor-impl v0.8.0
22122024-12-13T23:15:20.539Z Compiling progenitor-macro v0.8.0
22132024-12-13T23:15:25.386Z Checking progenitor v0.8.0
22142024-12-13T23:15:25.546Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22152024-12-13T23:15:25.548Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22162024-12-13T23:15:28.310Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22172024-12-13T23:15:28.684Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22182024-12-13T23:15:35.327Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22192024-12-13T23:15:36.973Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22202024-12-13T23:15:38.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.27s
22212024-12-13T23:15:38.458Z
22222024-12-13T23:15:38.458Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174)
22232024-12-13T23:15:39.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242024-12-13T23:15:39.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252024-12-13T23:15:39.125Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22262024-12-13T23:15:40.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
22272024-12-13T23:15:40.770Z
22282024-12-13T23:15:40.770Zinfo: running `cargo check --bins` on nexus-config (31/174)
22292024-12-13T23:15:41.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302024-12-13T23:15:41.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312024-12-13T23:15:41.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322024-12-13T23:15:41.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22332024-12-13T23:15:41.399Z
22342024-12-13T23:15:41.399Zinfo: running `cargo check --bins` on omicron-rpaths (32/174)
22352024-12-13T23:15:41.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362024-12-13T23:15:41.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372024-12-13T23:15:41.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382024-12-13T23:15:41.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22392024-12-13T23:15:42.011Z
22402024-12-13T23:15:42.011Zinfo: running `cargo check --bins` on omicron-certificates (33/174)
22412024-12-13T23:15:42.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422024-12-13T23:15:42.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432024-12-13T23:15:42.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442024-12-13T23:15:42.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22452024-12-13T23:15:42.642Z
22462024-12-13T23:15:42.642Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/174)
22472024-12-13T23:15:43.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482024-12-13T23:15:43.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492024-12-13T23:15:43.330Z Compiling zerocopy v0.8.10
22502024-12-13T23:15:43.330Z Compiling progenitor-client v0.8.0
22512024-12-13T23:15:43.333Z Compiling itertools v0.13.0
22522024-12-13T23:15:43.333Z Compiling zerocopy-derive v0.8.10
22532024-12-13T23:15:43.333Z Compiling heapless v0.8.0
22542024-12-13T23:15:43.333Z Compiling newtype-uuid v1.1.3
22552024-12-13T23:15:43.333Z Compiling ipnetwork v0.20.0
22562024-12-13T23:15:43.333Z Checking hash32 v0.3.1
22572024-12-13T23:15:43.643Z Compiling instant v0.1.13
22582024-12-13T23:15:43.767Z Compiling smoltcp v0.11.0
22592024-12-13T23:15:43.793Z Compiling backoff v0.4.0
22602024-12-13T23:15:43.995Z Compiling progenitor v0.8.0
22612024-12-13T23:15:44.148Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22622024-12-13T23:15:44.266Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22632024-12-13T23:15:44.370Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642024-12-13T23:15:44.410Z Compiling dropshot v0.13.0
22652024-12-13T23:15:44.461Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22662024-12-13T23:15:44.638Z Compiling parse-display v0.10.0
22672024-12-13T23:15:44.747Z Compiling serde_with v3.11.0
22682024-12-13T23:15:44.938Z Checking num-rational v0.4.2
22692024-12-13T23:15:45.198Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22702024-12-13T23:15:45.368Z Compiling regress v0.9.1
22712024-12-13T23:15:45.635Z Compiling phf_generator v0.11.2
22722024-12-13T23:15:45.828Z Checking num-complex v0.4.6
22732024-12-13T23:15:46.649Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22742024-12-13T23:15:47.129Z Compiling macaddr v1.0.1
22752024-12-13T23:15:47.591Z Checking cobs v0.2.3
22762024-12-13T23:15:47.785Z Checking postcard v1.0.10
22772024-12-13T23:15:47.866Z Compiling num v0.4.3
22782024-12-13T23:15:48.099Z Compiling phf_codegen v0.11.2
22792024-12-13T23:15:48.421Z Compiling parse-zoneinfo v0.3.1
22802024-12-13T23:15:48.943Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22812024-12-13T23:15:49.244Z Compiling convert_case v0.4.0
22822024-12-13T23:15:49.594Z Compiling float-ord v0.3.2
22832024-12-13T23:15:49.762Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22842024-12-13T23:15:49.910Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22852024-12-13T23:15:50.369Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22862024-12-13T23:15:50.464Z Compiling derive_more v0.99.18
22872024-12-13T23:15:50.623Z Compiling chrono-tz-build v0.4.0
22882024-12-13T23:15:51.480Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22892024-12-13T23:15:52.141Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22902024-12-13T23:15:52.413Z Compiling crucible-workspace-hack v0.1.0
22912024-12-13T23:15:52.414Z Compiling thiserror v2.0.3
22922024-12-13T23:15:52.775Z Compiling chrono-tz v0.10.0
22932024-12-13T23:15:52.803Z Checking newline-converter v0.3.0
22942024-12-13T23:15:52.933Z Checking prettyplease v0.2.25
22952024-12-13T23:15:53.371Z Compiling thiserror-impl v2.0.3
22962024-12-13T23:15:53.481Z Compiling slog-dtrace v0.3.0
22972024-12-13T23:15:53.740Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22982024-12-13T23:15:54.135Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22992024-12-13T23:15:54.154Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-12-13T23:15:54.185Z Checking expectorate v1.1.0
23012024-12-13T23:15:54.338Z Compiling zone_cfg_derive v0.3.0
23022024-12-13T23:15:54.932Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23032024-12-13T23:15:55.216Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23042024-12-13T23:15:55.246Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23052024-12-13T23:15:55.925Z Compiling const_format_proc_macros v0.2.33
23062024-12-13T23:15:56.006Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23072024-12-13T23:15:56.429Z Compiling num-derive v0.4.2
23082024-12-13T23:15:57.196Z Checking highway v1.2.0
23092024-12-13T23:15:57.246Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23102024-12-13T23:15:57.404Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23112024-12-13T23:15:57.607Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23122024-12-13T23:15:57.735Z Checking zone v0.3.0
23132024-12-13T23:15:58.132Z Checking const_format v0.2.33
23142024-12-13T23:15:58.308Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23152024-12-13T23:15:58.561Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23162024-12-13T23:15:58.581Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23172024-12-13T23:15:58.744Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23182024-12-13T23:15:58.873Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23192024-12-13T23:15:59.098Z Checking gethostname v0.5.0
23202024-12-13T23:15:59.176Z Checking bcs v0.1.6
23212024-12-13T23:15:59.226Z Compiling async-recursion v1.1.1
23222024-12-13T23:16:00.378Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23232024-12-13T23:16:00.724Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23242024-12-13T23:16:06.725Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23252024-12-13T23:16:10.095Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23262024-12-13T23:16:12.762Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23272024-12-13T23:16:14.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.40s
23282024-12-13T23:16:14.238Z
23292024-12-13T23:16:14.238Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/174)
23302024-12-13T23:16:14.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312024-12-13T23:16:14.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322024-12-13T23:16:14.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332024-12-13T23:16:14.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23342024-12-13T23:16:14.873Z
23352024-12-13T23:16:14.873Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/174)
23362024-12-13T23:16:15.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372024-12-13T23:16:15.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382024-12-13T23:16:15.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392024-12-13T23:16:15.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23402024-12-13T23:16:15.513Z
23412024-12-13T23:16:15.513Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/174)
23422024-12-13T23:16:16.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-12-13T23:16:16.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-12-13T23:16:16.168Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23452024-12-13T23:16:16.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
23462024-12-13T23:16:16.982Z
23472024-12-13T23:16:16.982Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174)
23482024-12-13T23:16:17.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492024-12-13T23:16:17.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502024-12-13T23:16:17.661Z Compiling cfg_aliases v0.1.1
23512024-12-13T23:16:17.665Z Compiling vte_generate_state_changes v0.1.2
23522024-12-13T23:16:17.665Z Checking fd-lock v4.0.2
23532024-12-13T23:16:17.665Z Checking nibble_vec v0.1.0
23542024-12-13T23:16:17.665Z Checking bytecount v0.6.8
23552024-12-13T23:16:17.765Z Checking endian-type v0.1.2
23562024-12-13T23:16:17.785Z Compiling tabled_derive v0.7.0
23572024-12-13T23:16:17.808Z Checking itertools v0.12.1
23582024-12-13T23:16:17.853Z Compiling nix v0.28.0
23592024-12-13T23:16:17.939Z Compiling peg-macros v0.8.4
23602024-12-13T23:16:17.956Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23612024-12-13T23:16:17.974Z Checking papergrid v0.11.0
23622024-12-13T23:16:17.985Z Checking radix_trie v0.2.1
23632024-12-13T23:16:18.379Z Checking vte v0.11.1
23642024-12-13T23:16:18.401Z Compiling sqlparser_derive v0.2.2
23652024-12-13T23:16:19.121Z Checking nu-ansi-term v0.50.1
23662024-12-13T23:16:19.518Z Checking unicode_categories v0.1.1
23672024-12-13T23:16:19.535Z Checking home v0.5.9
23682024-12-13T23:16:19.560Z Checking sqlparser v0.45.0
23692024-12-13T23:16:19.717Z Checking display-error-chain v0.2.2
23702024-12-13T23:16:19.772Z Checking strip-ansi-escapes v0.2.0
23712024-12-13T23:16:19.806Z Checking sqlformat v0.2.6
23722024-12-13T23:16:20.400Z Checking tabled v0.15.0
23732024-12-13T23:16:20.465Z Checking reedline v0.35.0
23742024-12-13T23:16:20.996Z Checking peg v0.8.4
23752024-12-13T23:16:21.206Z Checking rustyline v14.0.0
23762024-12-13T23:16:30.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
23772024-12-13T23:16:30.989Z
23782024-12-13T23:16:30.990Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174)
23792024-12-13T23:16:31.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-12-13T23:16:31.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-12-13T23:16:31.665Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23822024-12-13T23:16:36.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
23832024-12-13T23:16:36.965Z
23842024-12-13T23:16:36.965Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174)
23852024-12-13T23:16:37.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-12-13T23:16:37.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-12-13T23:16:37.642Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23882024-12-13T23:16:41.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
23892024-12-13T23:16:41.647Z
23902024-12-13T23:16:41.647Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174)
23912024-12-13T23:16:42.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-12-13T23:16:42.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-12-13T23:16:42.316Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23942024-12-13T23:16:47.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s
23952024-12-13T23:16:47.319Z
23962024-12-13T23:16:47.319Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174)
23972024-12-13T23:16:47.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-12-13T23:16:47.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-12-13T23:16:47.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002024-12-13T23:16:52.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
24012024-12-13T23:16:53.077Z
24022024-12-13T23:16:53.077Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174)
24032024-12-13T23:16:53.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-12-13T23:16:53.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-12-13T23:16:53.766Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062024-12-13T23:16:57.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s
24072024-12-13T23:16:58.018Z
24082024-12-13T23:16:58.018Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174)
24092024-12-13T23:16:58.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-12-13T23:16:58.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-12-13T23:16:58.694Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122024-12-13T23:17:02.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
24132024-12-13T23:17:02.948Z
24142024-12-13T23:17:02.948Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174)
24152024-12-13T23:17:03.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-12-13T23:17:03.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-12-13T23:17:03.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182024-12-13T23:17:08.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
24192024-12-13T23:17:08.937Z
24202024-12-13T23:17:08.937Zinfo: running `cargo check --bins` on oximeter (46/174)
24212024-12-13T23:17:09.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-12-13T23:17:09.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-12-13T23:17:09.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-12-13T23:17:09.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24252024-12-13T23:17:09.570Z
24262024-12-13T23:17:09.570Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/174)
24272024-12-13T23:17:10.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-12-13T23:17:10.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-12-13T23:17:10.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-12-13T23:17:10.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24312024-12-13T23:17:10.189Z
24322024-12-13T23:17:10.189Zinfo: running `cargo check --bins` on oximeter-schema (48/174)
24332024-12-13T23:17:10.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-12-13T23:17:10.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-12-13T23:17:10.835Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24362024-12-13T23:17:11.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
24372024-12-13T23:17:11.448Z
24382024-12-13T23:17:11.448Zinfo: running `cargo check --bins` on oximeter-types (49/174)
24392024-12-13T23:17:12.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-12-13T23:17:12.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-12-13T23:17:12.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-12-13T23:17:12.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432024-12-13T23:17:12.080Z
24442024-12-13T23:17:12.080Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/174)
24452024-12-13T23:17:12.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-12-13T23:17:12.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-12-13T23:17:12.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-12-13T23:17:12.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24492024-12-13T23:17:12.715Z
24502024-12-13T23:17:12.715Zinfo: running `cargo check --bins` on oxql-types (51/174)
24512024-12-13T23:17:13.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-12-13T23:17:13.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-12-13T23:17:13.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-12-13T23:17:13.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24552024-12-13T23:17:13.349Z
24562024-12-13T23:17:13.349Zinfo: running `cargo check --bins` on oximeter-test-utils (52/174)
24572024-12-13T23:17:13.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-12-13T23:17:13.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-12-13T23:17:13.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-12-13T23:17:13.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24612024-12-13T23:17:14.013Z
24622024-12-13T23:17:14.013Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/174)
24632024-12-13T23:17:14.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-12-13T23:17:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-12-13T23:17:14.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-12-13T23:17:14.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24672024-12-13T23:17:14.650Z
24682024-12-13T23:17:14.650Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/174)
24692024-12-13T23:17:15.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-12-13T23:17:15.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-12-13T23:17:15.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-12-13T23:17:15.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24732024-12-13T23:17:15.296Z
24742024-12-13T23:17:15.296Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174)
24752024-12-13T23:17:15.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-12-13T23:17:15.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-12-13T23:17:15.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-12-13T23:17:15.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24792024-12-13T23:17:15.931Z
24802024-12-13T23:17:15.931Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/174)
24812024-12-13T23:17:16.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-12-13T23:17:16.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-12-13T23:17:16.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-12-13T23:17:16.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24852024-12-13T23:17:16.569Z
24862024-12-13T23:17:16.569Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/174)
24872024-12-13T23:17:17.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-12-13T23:17:17.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-12-13T23:17:17.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-12-13T23:17:17.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24912024-12-13T23:17:17.207Z
24922024-12-13T23:17:17.207Zinfo: running `cargo check --bins` on cockroach-admin-client (58/174)
24932024-12-13T23:17:17.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-12-13T23:17:17.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-12-13T23:17:17.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962024-12-13T23:17:17.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24972024-12-13T23:17:17.827Z
24982024-12-13T23:17:17.827Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/174)
24992024-12-13T23:17:18.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-12-13T23:17:18.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-12-13T23:17:18.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-12-13T23:17:18.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25032024-12-13T23:17:18.473Z
25042024-12-13T23:17:18.473Zinfo: running `cargo check --bins` on dns-service-client (60/174)
25052024-12-13T23:17:19.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-12-13T23:17:19.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-12-13T23:17:19.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-12-13T23:17:19.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25092024-12-13T23:17:19.107Z
25102024-12-13T23:17:19.107Zinfo: running `cargo check --bins` on internal-dns-types (61/174)
25112024-12-13T23:17:19.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-12-13T23:17:19.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-12-13T23:17:19.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-12-13T23:17:19.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25152024-12-13T23:17:19.739Z
25162024-12-13T23:17:19.739Zinfo: running `cargo check --bins` on dpd-client (62/174)
25172024-12-13T23:17:20.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-12-13T23:17:20.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-12-13T23:17:20.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-12-13T23:17:20.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25212024-12-13T23:17:20.367Z
25222024-12-13T23:17:20.367Zinfo: running `cargo check --bins` on gateway-client (63/174)
25232024-12-13T23:17:20.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-12-13T23:17:20.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-12-13T23:17:20.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-12-13T23:17:20.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25272024-12-13T23:17:20.988Z
25282024-12-13T23:17:20.988Zinfo: running `cargo check --bins` on installinator-client (64/174)
25292024-12-13T23:17:21.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-12-13T23:17:21.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-12-13T23:17:21.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-12-13T23:17:21.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25332024-12-13T23:17:21.646Z
25342024-12-13T23:17:21.646Zinfo: running `cargo check --bins` on installinator-common (65/174)
25352024-12-13T23:17:22.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-12-13T23:17:22.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-12-13T23:17:22.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-12-13T23:17:22.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25392024-12-13T23:17:22.288Z
25402024-12-13T23:17:22.288Zinfo: running `cargo check --bins` on update-engine (66/174)
25412024-12-13T23:17:22.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-12-13T23:17:22.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-12-13T23:17:22.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-12-13T23:17:22.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25452024-12-13T23:17:22.908Z
25462024-12-13T23:17:22.908Zinfo: running `cargo check --bins` on nexus-client (67/174)
25472024-12-13T23:17:23.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-12-13T23:17:23.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-12-13T23:17:23.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-12-13T23:17:23.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25512024-12-13T23:17:23.567Z
25522024-12-13T23:17:23.567Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/174)
25532024-12-13T23:17:24.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-12-13T23:17:24.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-12-13T23:17:24.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-12-13T23:17:24.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25572024-12-13T23:17:24.214Z
25582024-12-13T23:17:24.214Zinfo: running `cargo check --bins` on omicron-passwords (69/174)
25592024-12-13T23:17:24.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-12-13T23:17:24.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-12-13T23:17:24.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-12-13T23:17:24.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25632024-12-13T23:17:24.834Z
25642024-12-13T23:17:24.834Zinfo: running `cargo check --bins` on nexus-types (70/174)
25652024-12-13T23:17:25.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-12-13T23:17:25.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-12-13T23:17:25.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-12-13T23:17:25.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25692024-12-13T23:17:25.496Z
25702024-12-13T23:17:25.496Zinfo: running `cargo check --bins` on oxide-client (71/174)
25712024-12-13T23:17:26.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-12-13T23:17:26.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-12-13T23:17:26.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-12-13T23:17:26.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25752024-12-13T23:17:26.112Z
25762024-12-13T23:17:26.112Zinfo: running `cargo check --bins` on oximeter-client (72/174)
25772024-12-13T23:17:26.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-12-13T23:17:26.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-12-13T23:17:26.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-12-13T23:17:26.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25812024-12-13T23:17:26.742Z
25822024-12-13T23:17:26.742Zinfo: running `cargo check --bins` on repo-depot-client (73/174)
25832024-12-13T23:17:27.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-12-13T23:17:27.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-12-13T23:17:27.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862024-12-13T23:17:27.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25872024-12-13T23:17:27.366Z
25882024-12-13T23:17:27.366Zinfo: running `cargo check --bins` on sled-agent-client (74/174)
25892024-12-13T23:17:27.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902024-12-13T23:17:27.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912024-12-13T23:17:27.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922024-12-13T23:17:27.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25932024-12-13T23:17:28.011Z
25942024-12-13T23:17:28.011Zinfo: running `cargo check --bins` on wicketd-client (75/174)
25952024-12-13T23:17:28.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962024-12-13T23:17:28.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972024-12-13T23:17:28.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982024-12-13T23:17:28.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25992024-12-13T23:17:28.694Z
26002024-12-13T23:17:28.694Zinfo: running `cargo check --bins` on sled-agent-types (76/174)
26012024-12-13T23:17:29.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022024-12-13T23:17:29.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032024-12-13T23:17:29.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042024-12-13T23:17:29.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26052024-12-13T23:17:29.362Z
26062024-12-13T23:17:29.362Zinfo: running `cargo check --bins` on wicket-common (77/174)
26072024-12-13T23:17:29.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082024-12-13T23:17:29.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092024-12-13T23:17:29.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102024-12-13T23:17:29.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26112024-12-13T23:17:30.018Z
26122024-12-13T23:17:30.018Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/174)
26132024-12-13T23:17:30.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142024-12-13T23:17:30.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152024-12-13T23:17:30.683Z Checking csv-core v0.1.11
26162024-12-13T23:17:30.683Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26172024-12-13T23:17:30.685Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26182024-12-13T23:17:31.001Z Checking csv v1.3.0
26192024-12-13T23:17:31.013Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26202024-12-13T23:17:31.572Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26212024-12-13T23:17:31.922Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26222024-12-13T23:17:33.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
26232024-12-13T23:17:33.348Z
26242024-12-13T23:17:33.348Zinfo: running `cargo check --bins` on cockroach-admin-api (79/174)
26252024-12-13T23:17:33.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262024-12-13T23:17:33.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272024-12-13T23:17:33.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282024-12-13T23:17:33.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26292024-12-13T23:17:33.990Z
26302024-12-13T23:17:33.990Zinfo: running `cargo check --bins` on cockroach-admin-types (80/174)
26312024-12-13T23:17:34.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322024-12-13T23:17:34.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332024-12-13T23:17:34.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342024-12-13T23:17:34.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26352024-12-13T23:17:34.623Z
26362024-12-13T23:17:34.623Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174)
26372024-12-13T23:17:35.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382024-12-13T23:17:35.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392024-12-13T23:17:35.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402024-12-13T23:17:35.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26412024-12-13T23:17:35.365Z
26422024-12-13T23:17:35.365Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174)
26432024-12-13T23:17:36.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442024-12-13T23:17:36.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452024-12-13T23:17:36.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462024-12-13T23:17:36.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26472024-12-13T23:17:36.103Z
26482024-12-13T23:17:36.103Zinfo: running `cargo check --bins` on dns-server (83/174)
26492024-12-13T23:17:36.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502024-12-13T23:17:36.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512024-12-13T23:17:36.759Z Compiling parking_lot_core v0.8.6
26522024-12-13T23:17:36.763Z Checking fxhash v0.2.1
26532024-12-13T23:17:36.763Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26542024-12-13T23:17:36.763Z Checking hickory-server v0.24.1
26552024-12-13T23:17:36.860Z Checking hickory-client v0.24.1
26562024-12-13T23:17:37.466Z Checking parking_lot v0.11.2
26572024-12-13T23:17:37.579Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26582024-12-13T23:17:37.579Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26592024-12-13T23:17:37.711Z Checking sled v0.34.7
26602024-12-13T23:17:39.691Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26612024-12-13T23:17:40.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
26622024-12-13T23:17:40.952Z
26632024-12-13T23:17:40.953Zinfo: running `cargo check --bins` on dns-server-api (84/174)
26642024-12-13T23:17:41.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652024-12-13T23:17:41.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662024-12-13T23:17:41.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672024-12-13T23:17:41.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26682024-12-13T23:17:41.584Z
26692024-12-13T23:17:41.584Zinfo: running `cargo check --bins` on gateway-test-utils (85/174)
26702024-12-13T23:17:42.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712024-12-13T23:17:42.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722024-12-13T23:17:42.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732024-12-13T23:17:42.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26742024-12-13T23:17:42.272Z
26752024-12-13T23:17:42.272Zinfo: running `cargo check --bins` on gateway-types (86/174)
26762024-12-13T23:17:42.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772024-12-13T23:17:42.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782024-12-13T23:17:42.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792024-12-13T23:17:42.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26802024-12-13T23:17:42.909Z
26812024-12-13T23:17:42.909Zinfo: running `cargo check --bins` on ipcc (87/174)
26822024-12-13T23:17:43.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832024-12-13T23:17:43.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842024-12-13T23:17:43.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852024-12-13T23:17:43.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26862024-12-13T23:17:43.546Z
26872024-12-13T23:17:43.546Zinfo: running `cargo check --bins` on omicron-gateway (88/174)
26882024-12-13T23:17:44.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892024-12-13T23:17:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902024-12-13T23:17:44.299Z Compiling semver v0.1.20
26912024-12-13T23:17:44.299Z Compiling radium v0.7.0
26922024-12-13T23:17:44.367Z Checking tap v1.0.1
26932024-12-13T23:17:44.383Z Compiling maybe-uninit v2.0.0
26942024-12-13T23:17:44.400Z Checking password-hash v0.5.0
26952024-12-13T23:17:44.454Z Checking blake2 v0.10.6
26962024-12-13T23:17:44.455Z Checking crc-catalog v2.4.0
26972024-12-13T23:17:44.455Z Checking funty v2.0.0
26982024-12-13T23:17:44.528Z Checking wyz v0.5.1
26992024-12-13T23:17:44.540Z Compiling packed_struct v0.10.1
27002024-12-13T23:17:44.795Z Compiling rustc_version v0.1.7
27012024-12-13T23:17:44.893Z Compiling cancel-safe-futures v0.1.5
27022024-12-13T23:17:44.925Z Compiling owo-colors v4.1.0
27032024-12-13T23:17:44.995Z Checking argon2 v0.5.3
27042024-12-13T23:17:45.044Z Checking crc v3.2.1
27052024-12-13T23:17:45.055Z Compiling packed_struct_codegen v0.10.1
27062024-12-13T23:17:45.227Z Compiling indexmap v1.9.3
27072024-12-13T23:17:45.243Z Checking half v2.4.1
27082024-12-13T23:17:45.257Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27092024-12-13T23:17:45.276Z Compiling newtype_derive v0.1.6
27102024-12-13T23:17:45.337Z Checking bitvec v1.0.1
27112024-12-13T23:17:45.447Z Checking ciborium-io v0.2.2
27122024-12-13T23:17:45.510Z Checking nodrop v0.1.14
27132024-12-13T23:17:45.632Z Checking array-init v0.0.4
27142024-12-13T23:17:45.685Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27152024-12-13T23:17:45.721Z Checking ciborium-ll v0.2.2
27162024-12-13T23:17:45.721Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27172024-12-13T23:17:45.979Z Checking smallvec v0.6.14
27182024-12-13T23:17:46.015Z Checking libsw v3.3.1
27192024-12-13T23:17:46.048Z Compiling memoffset v0.9.1
27202024-12-13T23:17:46.306Z Checking termcolor v1.4.1
27212024-12-13T23:17:46.352Z Checking bitfield v0.14.0
27222024-12-13T23:17:46.371Z Checking hashbrown v0.12.3
27232024-12-13T23:17:46.516Z Checking swrite v0.1.0
27242024-12-13T23:17:46.624Z Checking indent_write v2.2.0
27252024-12-13T23:17:46.643Z Checking linear-map v1.2.0
27262024-12-13T23:17:46.645Z Checking serde-hex v0.1.0
27272024-12-13T23:17:46.716Z Checking env_logger v0.10.2
27282024-12-13T23:17:46.822Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27292024-12-13T23:17:46.978Z Checking ron v0.8.1
27302024-12-13T23:17:47.280Z Checking ciborium v0.2.2
27312024-12-13T23:17:47.467Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27322024-12-13T23:17:47.893Z Checking steno v0.4.1
27332024-12-13T23:17:48.243Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27342024-12-13T23:17:48.292Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27352024-12-13T23:17:48.309Z Checking hashbrown v0.13.2
27362024-12-13T23:17:48.535Z Checking humantime v2.1.0
27372024-12-13T23:17:48.555Z Checking crc-any v2.5.0
27382024-12-13T23:17:48.831Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27392024-12-13T23:17:48.932Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27402024-12-13T23:17:49.218Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27412024-12-13T23:17:49.373Z Checking object v0.30.4
27422024-12-13T23:17:49.508Z Checking path-slash v0.1.5
27432024-12-13T23:17:49.583Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27442024-12-13T23:17:49.713Z Checking nix v0.27.1
27452024-12-13T23:17:50.216Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27462024-12-13T23:17:50.524Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27472024-12-13T23:17:50.694Z Checking tungstenite v0.23.0
27482024-12-13T23:17:50.794Z Checking kstat-rs v0.2.4
27492024-12-13T23:17:50.961Z Checking signal-hook-tokio v0.3.1
27502024-12-13T23:17:51.157Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27512024-12-13T23:17:51.487Z Checking tokio-tungstenite v0.23.1
27522024-12-13T23:17:51.825Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27532024-12-13T23:17:52.180Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27542024-12-13T23:17:52.751Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27552024-12-13T23:17:59.142Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27562024-12-13T23:18:00.464Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27572024-12-13T23:18:03.864Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27582024-12-13T23:18:09.739Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592024-12-13T23:18:10.438Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27602024-12-13T23:18:13.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.81s
27612024-12-13T23:18:13.555Z
27622024-12-13T23:18:13.555Zinfo: running `cargo check --bins` on gateway-api (89/174)
27632024-12-13T23:18:14.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-12-13T23:18:14.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-12-13T23:18:14.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-12-13T23:18:14.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27672024-12-13T23:18:14.194Z
27682024-12-13T23:18:14.194Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174)
27692024-12-13T23:18:14.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-12-13T23:18:14.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-12-13T23:18:14.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-12-13T23:18:14.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27732024-12-13T23:18:14.821Z
27742024-12-13T23:18:14.821Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174)
27752024-12-13T23:18:15.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-12-13T23:18:15.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-12-13T23:18:15.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-12-13T23:18:15.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27792024-12-13T23:18:15.470Z
27802024-12-13T23:18:15.470Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174)
27812024-12-13T23:18:16.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-12-13T23:18:16.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-12-13T23:18:16.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-12-13T23:18:16.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27852024-12-13T23:18:16.120Z
27862024-12-13T23:18:16.120Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174)
27872024-12-13T23:18:16.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-12-13T23:18:16.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-12-13T23:18:16.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-12-13T23:18:16.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27912024-12-13T23:18:16.775Z
27922024-12-13T23:18:16.775Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174)
27932024-12-13T23:18:17.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-12-13T23:18:17.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-12-13T23:18:17.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-12-13T23:18:17.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27972024-12-13T23:18:17.421Z
27982024-12-13T23:18:17.421Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174)
27992024-12-13T23:18:17.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-12-13T23:18:17.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-12-13T23:18:17.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022024-12-13T23:18:17.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28032024-12-13T23:18:18.064Z
28042024-12-13T23:18:18.064Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174)
28052024-12-13T23:18:18.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062024-12-13T23:18:18.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072024-12-13T23:18:18.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082024-12-13T23:18:18.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28092024-12-13T23:18:18.708Z
28102024-12-13T23:18:18.708Zinfo: running `cargo check --bins` on oximeter-producer (97/174)
28112024-12-13T23:18:19.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122024-12-13T23:18:19.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132024-12-13T23:18:19.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142024-12-13T23:18:19.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28152024-12-13T23:18:19.374Z
28162024-12-13T23:18:19.375Zinfo: running `cargo check --bins` on internal-dns-resolver (98/174)
28172024-12-13T23:18:19.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182024-12-13T23:18:19.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192024-12-13T23:18:19.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202024-12-13T23:18:19.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28212024-12-13T23:18:20.015Z
28222024-12-13T23:18:20.015Zinfo: running `cargo check --bins` on sp-sim (99/174)
28232024-12-13T23:18:20.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242024-12-13T23:18:20.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252024-12-13T23:18:20.668Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28262024-12-13T23:18:22.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
28272024-12-13T23:18:22.746Z
28282024-12-13T23:18:22.746Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174)
28292024-12-13T23:18:23.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302024-12-13T23:18:23.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312024-12-13T23:18:23.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322024-12-13T23:18:23.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28332024-12-13T23:18:23.431Z
28342024-12-13T23:18:23.431Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174)
28352024-12-13T23:18:24.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362024-12-13T23:18:24.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372024-12-13T23:18:24.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382024-12-13T23:18:24.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28392024-12-13T23:18:24.120Z
28402024-12-13T23:18:24.121Zinfo: running `cargo check --bins` on db-macros (102/174)
28412024-12-13T23:18:24.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422024-12-13T23:18:24.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432024-12-13T23:18:24.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442024-12-13T23:18:24.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28452024-12-13T23:18:24.738Z
28462024-12-13T23:18:24.738Zinfo: running `cargo check --bins` on nexus-macros-common (103/174)
28472024-12-13T23:18:25.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482024-12-13T23:18:25.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492024-12-13T23:18:25.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502024-12-13T23:18:25.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28512024-12-13T23:18:25.362Z
28522024-12-13T23:18:25.362Zinfo: running `cargo check --bins` on nexus-auth (104/174)
28532024-12-13T23:18:25.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542024-12-13T23:18:25.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552024-12-13T23:18:25.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562024-12-13T23:18:25.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28572024-12-13T23:18:26.046Z
28582024-12-13T23:18:26.046Zinfo: running `cargo check --bins` on authz-macros (105/174)
28592024-12-13T23:18:26.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602024-12-13T23:18:26.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612024-12-13T23:18:26.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622024-12-13T23:18:26.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28632024-12-13T23:18:26.671Z
28642024-12-13T23:18:26.671Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/174)
28652024-12-13T23:18:27.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662024-12-13T23:18:27.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672024-12-13T23:18:27.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682024-12-13T23:18:27.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28692024-12-13T23:18:27.349Z
28702024-12-13T23:18:27.350Zinfo: running `cargo check --bins` on nexus-db-model (107/174)
28712024-12-13T23:18:27.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722024-12-13T23:18:27.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732024-12-13T23:18:27.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742024-12-13T23:18:27.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28752024-12-13T23:18:28.022Z
28762024-12-13T23:18:28.022Zinfo: running `cargo check --bins` on nexus-defaults (108/174)
28772024-12-13T23:18:28.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782024-12-13T23:18:28.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792024-12-13T23:18:28.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802024-12-13T23:18:28.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28812024-12-13T23:18:28.666Z
28822024-12-13T23:18:28.666Zinfo: running `cargo check --bins` on nexus-inventory (109/174)
28832024-12-13T23:18:29.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842024-12-13T23:18:29.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852024-12-13T23:18:29.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862024-12-13T23:18:29.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28872024-12-13T23:18:29.335Z
28882024-12-13T23:18:29.335Zinfo: running `cargo check --bins` on typed-rng (110/174)
28892024-12-13T23:18:29.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902024-12-13T23:18:29.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912024-12-13T23:18:29.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922024-12-13T23:18:29.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28932024-12-13T23:18:29.960Z
28942024-12-13T23:18:29.960Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174)
28952024-12-13T23:18:30.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962024-12-13T23:18:30.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972024-12-13T23:18:30.729Z Checking keccak v0.1.5
28982024-12-13T23:18:30.839Z Checking secrecy v0.8.0
28992024-12-13T23:18:30.841Z Compiling unicase v2.7.0
29002024-12-13T23:18:30.841Z Compiling same-file v1.0.6
29012024-12-13T23:18:30.861Z Compiling tempfile v3.13.0
29022024-12-13T23:18:30.888Z Compiling thiserror-impl-no-std v2.0.2
29032024-12-13T23:18:30.890Z Checking universal-hash v0.5.1
29042024-12-13T23:18:30.890Z Compiling blake3 v1.5.4
29052024-12-13T23:18:31.023Z Compiling walkdir v2.5.0
29062024-12-13T23:18:31.094Z Compiling ring v0.16.20
29072024-12-13T23:18:31.117Z Checking sha3 v0.10.8
29082024-12-13T23:18:31.135Z Checking opaque-debug v0.3.1
29092024-12-13T23:18:31.243Z Checking poly1305 v0.8.0
29102024-12-13T23:18:31.320Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29112024-12-13T23:18:31.526Z Checking chacha20 v0.9.1
29122024-12-13T23:18:31.592Z Checking aead v0.5.2
29132024-12-13T23:18:31.776Z Compiling memmap2 v0.9.5
29142024-12-13T23:18:31.791Z Compiling arrayvec v0.7.6
29152024-12-13T23:18:31.808Z Compiling libefi-sys v0.1.0
29162024-12-13T23:18:31.825Z Compiling arrayref v0.3.9
29172024-12-13T23:18:31.860Z Compiling spin v0.5.2
29182024-12-13T23:18:31.925Z Compiling constant_time_eq v0.3.1
29192024-12-13T23:18:32.077Z Compiling salty v0.3.0
29202024-12-13T23:18:32.125Z Checking chacha20poly1305 v0.10.1
29212024-12-13T23:18:32.175Z Compiling toolchain_find v0.4.0
29222024-12-13T23:18:32.209Z Compiling camino-tempfile v1.1.1
29232024-12-13T23:18:32.295Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29242024-12-13T23:18:32.505Z Compiling bitfield-struct v0.6.2
29252024-12-13T23:18:32.593Z Compiling topological-sort v0.2.2
29262024-12-13T23:18:32.674Z Compiling mime_guess v2.0.5
29272024-12-13T23:18:32.822Z Compiling rustfmt-wrapper v0.2.1
29282024-12-13T23:18:33.258Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29292024-12-13T23:18:33.364Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29302024-12-13T23:18:33.405Z Checking primeorder v0.13.6
29312024-12-13T23:18:33.467Z Checking env_filter v0.1.2
29322024-12-13T23:18:33.704Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29332024-12-13T23:18:33.722Z Checking env_logger v0.11.5
29342024-12-13T23:18:33.893Z Checking p384 v0.13.0
29352024-12-13T23:18:33.985Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-12-13T23:18:34.028Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29372024-12-13T23:18:34.047Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29382024-12-13T23:18:34.118Z Checking thiserror-no-std v2.0.2
29392024-12-13T23:18:34.227Z Checking vsss-rs v3.3.4
29402024-12-13T23:18:34.278Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29412024-12-13T23:18:34.324Z Checking simd-adler32 v0.3.7
29422024-12-13T23:18:34.582Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29432024-12-13T23:18:34.645Z Compiling zip v2.1.3
29442024-12-13T23:18:34.665Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29452024-12-13T23:18:34.686Z Checking bumpalo v3.16.0
29462024-12-13T23:18:34.949Z Checking http-range v0.1.5
29472024-12-13T23:18:34.968Z Checking lockfree-object-pool v0.1.6
29482024-12-13T23:18:34.995Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29492024-12-13T23:18:35.030Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29502024-12-13T23:18:35.117Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29512024-12-13T23:18:35.198Z Checking zopfli v0.8.1
29522024-12-13T23:18:35.300Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29532024-12-13T23:18:35.780Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29542024-12-13T23:18:35.798Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29552024-12-13T23:18:35.887Z Checking nanorand v0.7.0
29562024-12-13T23:18:35.929Z Checking atty v0.2.14
29572024-12-13T23:18:36.060Z Checking glob v0.3.1
29582024-12-13T23:18:36.262Z Checking flume v0.11.1
29592024-12-13T23:18:36.332Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29602024-12-13T23:18:36.487Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29612024-12-13T23:18:36.793Z Compiling omicron-zone-package v0.11.1
29622024-12-13T23:18:36.983Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29632024-12-13T23:18:37.513Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29642024-12-13T23:18:37.672Z Checking hyper-staticfile v0.10.1
29652024-12-13T23:18:38.207Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29662024-12-13T23:18:38.425Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29672024-12-13T23:18:38.467Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29682024-12-13T23:18:38.541Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29692024-12-13T23:18:38.630Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29702024-12-13T23:18:39.704Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29712024-12-13T23:18:39.725Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29722024-12-13T23:18:40.228Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29732024-12-13T23:18:41.524Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29742024-12-13T23:18:43.262Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29752024-12-13T23:18:43.264Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29762024-12-13T23:18:53.930Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29772024-12-13T23:19:07.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.02s
29782024-12-13T23:19:08.176Z
29792024-12-13T23:19:08.176Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174)
29802024-12-13T23:19:08.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-12-13T23:19:08.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-12-13T23:19:08.932Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-12-13T23:19:22.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s
29842024-12-13T23:19:23.179Z
29852024-12-13T23:19:23.179Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174)
29862024-12-13T23:19:23.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-12-13T23:19:23.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-12-13T23:19:23.940Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-12-13T23:19:38.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.96s
29902024-12-13T23:19:38.335Z
29912024-12-13T23:19:38.335Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174)
29922024-12-13T23:19:38.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-12-13T23:19:38.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-12-13T23:19:39.088Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-12-13T23:19:53.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s
29962024-12-13T23:19:53.387Z
29972024-12-13T23:19:53.387Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174)
29982024-12-13T23:19:54.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-12-13T23:19:54.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-12-13T23:19:54.147Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-12-13T23:20:08.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
30022024-12-13T23:20:08.477Z
30032024-12-13T23:20:08.477Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174)
30042024-12-13T23:20:09.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-12-13T23:20:09.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-12-13T23:20:09.213Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-12-13T23:20:26.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.80s
30082024-12-13T23:20:26.846Z
30092024-12-13T23:20:26.847Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174)
30102024-12-13T23:20:26.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-12-13T23:20:26.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-12-13T23:20:26.847Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30132024-12-13T23:20:38.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s
30142024-12-13T23:20:38.433Z
30152024-12-13T23:20:38.433Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174)
30162024-12-13T23:20:39.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-12-13T23:20:39.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-12-13T23:20:39.187Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30192024-12-13T23:20:53.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
30202024-12-13T23:20:53.499Z
30212024-12-13T23:20:53.499Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/174)
30222024-12-13T23:20:54.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-12-13T23:20:54.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-12-13T23:20:54.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-12-13T23:20:54.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30262024-12-13T23:20:54.173Z
30272024-12-13T23:20:54.173Zinfo: running `cargo check --bins` on key-manager (120/174)
30282024-12-13T23:20:54.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-12-13T23:20:54.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-12-13T23:20:54.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-12-13T23:20:54.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30322024-12-13T23:20:54.812Z
30332024-12-13T23:20:54.813Zinfo: running `cargo check --bins` on range-requests (121/174)
30342024-12-13T23:20:55.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-12-13T23:20:55.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-12-13T23:20:55.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-12-13T23:20:55.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30382024-12-13T23:20:55.448Z
30392024-12-13T23:20:55.448Zinfo: running `cargo check --bins` on repo-depot-api (122/174)
30402024-12-13T23:20:56.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-12-13T23:20:56.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-12-13T23:20:56.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-12-13T23:20:56.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30442024-12-13T23:20:56.090Z
30452024-12-13T23:20:56.090Zinfo: running `cargo check --bins` on sled-agent-api (123/174)
30462024-12-13T23:20:56.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-12-13T23:20:56.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-12-13T23:20:56.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-12-13T23:20:56.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30502024-12-13T23:20:56.758Z
30512024-12-13T23:20:56.758Zinfo: running `cargo check --bins` on sled-diagnostics (124/174)
30522024-12-13T23:20:57.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-12-13T23:20:57.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-12-13T23:20:57.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-12-13T23:20:57.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30562024-12-13T23:20:57.384Z
30572024-12-13T23:20:57.384Zinfo: running `cargo check --bins` on sled-hardware (125/174)
30582024-12-13T23:20:57.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-12-13T23:20:57.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-12-13T23:20:57.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-12-13T23:20:57.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30622024-12-13T23:20:58.039Z
30632024-12-13T23:20:58.039Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/174)
30642024-12-13T23:20:58.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-12-13T23:20:58.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-12-13T23:20:58.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672024-12-13T23:20:58.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30682024-12-13T23:20:58.698Z
30692024-12-13T23:20:58.698Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174)
30702024-12-13T23:20:59.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-12-13T23:20:59.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-12-13T23:20:59.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732024-12-13T23:20:59.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30742024-12-13T23:20:59.354Z
30752024-12-13T23:20:59.354Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/174)
30762024-12-13T23:20:59.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772024-12-13T23:20:59.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782024-12-13T23:20:59.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792024-12-13T23:20:59.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30802024-12-13T23:21:00.023Z
30812024-12-13T23:21:00.023Zinfo: running `cargo check --bins` on nexus-test-interface (129/174)
30822024-12-13T23:21:00.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832024-12-13T23:21:00.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842024-12-13T23:21:00.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852024-12-13T23:21:00.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30862024-12-13T23:21:00.684Z
30872024-12-13T23:21:00.684Zinfo: running `cargo check --bins` on oximeter-collector (130/174)
30882024-12-13T23:21:01.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892024-12-13T23:21:01.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902024-12-13T23:21:01.392Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30912024-12-13T23:21:01.392Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30922024-12-13T23:21:02.282Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30932024-12-13T23:21:04.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
30942024-12-13T23:21:04.536Z
30952024-12-13T23:21:04.537Zinfo: running `cargo check --bins` on oximeter-api (131/174)
30962024-12-13T23:21:05.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-12-13T23:21:05.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-12-13T23:21:05.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992024-12-13T23:21:05.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31002024-12-13T23:21:05.187Z
31012024-12-13T23:21:05.187Zinfo: running `cargo check --bins` on cert-dev (132/174)
31022024-12-13T23:21:05.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-12-13T23:21:05.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-12-13T23:21:05.822Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31052024-12-13T23:21:06.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31062024-12-13T23:21:06.262Z
31072024-12-13T23:21:06.262Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (133/174)
31082024-12-13T23:21:06.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-12-13T23:21:06.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-12-13T23:21:06.967Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31112024-12-13T23:21:06.967Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31122024-12-13T23:21:07.575Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31132024-12-13T23:21:07.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
31142024-12-13T23:21:08.142Z
31152024-12-13T23:21:08.142Zinfo: running `cargo check --bins` on ch-dev (134/174)
31162024-12-13T23:21:08.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-12-13T23:21:08.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-12-13T23:21:08.801Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31192024-12-13T23:21:09.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31202024-12-13T23:21:09.696Z
31212024-12-13T23:21:09.696Zinfo: running `cargo check --bins` on crdb-seed (135/174)
31222024-12-13T23:21:10.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-12-13T23:21:10.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-12-13T23:21:10.370Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31252024-12-13T23:21:10.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
31262024-12-13T23:21:10.914Z
31272024-12-13T23:21:10.914Zinfo: running `cargo check --bins` on db-dev (136/174)
31282024-12-13T23:21:11.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292024-12-13T23:21:11.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302024-12-13T23:21:11.597Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31312024-12-13T23:21:12.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
31322024-12-13T23:21:12.508Z
31332024-12-13T23:21:12.508Zinfo: running `cargo check --bins` on omicron-dev-lib (137/174)
31342024-12-13T23:21:13.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352024-12-13T23:21:13.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362024-12-13T23:21:13.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372024-12-13T23:21:13.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31382024-12-13T23:21:13.172Z
31392024-12-13T23:21:13.172Zinfo: running `cargo check --bins` on xtask-downloader (138/174)
31402024-12-13T23:21:13.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412024-12-13T23:21:13.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422024-12-13T23:21:13.805Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31432024-12-13T23:21:14.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
31442024-12-13T23:21:14.884Z
31452024-12-13T23:21:14.884Zinfo: running `cargo check --bins` on omicron-ls-apis (139/174)
31462024-12-13T23:21:15.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472024-12-13T23:21:15.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482024-12-13T23:21:15.512Z Checking cargo-platform v0.1.8
31492024-12-13T23:21:15.781Z Checking cargo_metadata v0.18.1
31502024-12-13T23:21:16.764Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31512024-12-13T23:21:17.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
31522024-12-13T23:21:17.686Z
31532024-12-13T23:21:17.686Zinfo: running `cargo check --bins` on mgs-dev (140/174)
31542024-12-13T23:21:18.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552024-12-13T23:21:18.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562024-12-13T23:21:18.420Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31572024-12-13T23:21:19.391Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31582024-12-13T23:21:19.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
31592024-12-13T23:21:19.909Z
31602024-12-13T23:21:19.909Zinfo: running `cargo check --bins` on omicron-omdb (141/174)
31612024-12-13T23:21:20.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622024-12-13T23:21:20.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632024-12-13T23:21:20.701Z Compiling crunchy v0.2.2
31642024-12-13T23:21:20.701Z Compiling tiny-keccak v2.0.2
31652024-12-13T23:21:20.704Z Compiling dsl_auto_type v0.1.2
31662024-12-13T23:21:20.704Z Checking scheduled-thread-pool v0.2.7
31672024-12-13T23:21:20.704Z Compiling diesel_table_macro_syntax v0.2.0
31682024-12-13T23:21:20.864Z Compiling ascii-canvas v3.0.0
31692024-12-13T23:21:20.867Z Compiling ena v0.14.3
31702024-12-13T23:21:20.867Z Compiling diff v0.1.13
31712024-12-13T23:21:21.072Z Checking r2d2 v0.8.10
31722024-12-13T23:21:21.097Z Compiling regex-syntax v0.6.29
31732024-12-13T23:21:21.272Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31742024-12-13T23:21:21.275Z Compiling ref-cast v1.0.23
31752024-12-13T23:21:21.364Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31762024-12-13T23:21:21.442Z Compiling derive_builder_core v0.20.2
31772024-12-13T23:21:21.490Z Compiling libxml v0.3.3
31782024-12-13T23:21:21.529Z Compiling ref-cast-impl v1.0.23
31792024-12-13T23:21:21.630Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31802024-12-13T23:21:21.895Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31812024-12-13T23:21:21.920Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31822024-12-13T23:21:22.056Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31832024-12-13T23:21:22.161Z Compiling strum_macros v0.24.3
31842024-12-13T23:21:22.197Z Compiling samael v0.0.17
31852024-12-13T23:21:22.447Z Compiling diesel_derives v2.2.3
31862024-12-13T23:21:22.473Z Compiling indoc v1.0.9
31872024-12-13T23:21:23.479Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31882024-12-13T23:21:23.762Z Compiling impl-trait-for-tuples v0.2.2
31892024-12-13T23:21:23.914Z Compiling derive_builder_macro v0.20.2
31902024-12-13T23:21:24.682Z Compiling lalrpop v0.19.12
31912024-12-13T23:21:24.808Z Checking derive_builder v0.20.2
31922024-12-13T23:21:24.956Z Compiling oso-derive v0.27.3
31932024-12-13T23:21:25.403Z Checking quick-xml v0.33.0
31942024-12-13T23:21:25.923Z Compiling diesel-dtrace v0.4.0
31952024-12-13T23:21:26.023Z Checking maplit v1.0.2
31962024-12-13T23:21:26.236Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31972024-12-13T23:21:26.282Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31982024-12-13T23:21:26.382Z Checking bb8 v0.8.5
31992024-12-13T23:21:26.602Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32002024-12-13T23:21:26.885Z Checking castaway v0.2.3
32012024-12-13T23:21:26.903Z Checking rand_seeder v0.3.0
32022024-12-13T23:21:27.062Z Checking compact_str v0.8.0
32032024-12-13T23:21:27.153Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32042024-12-13T23:21:27.281Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32052024-12-13T23:21:27.373Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32062024-12-13T23:21:27.919Z Checking unicode-truncate v1.1.0
32072024-12-13T23:21:28.025Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32082024-12-13T23:21:28.163Z Checking lru v0.12.5
32092024-12-13T23:21:28.314Z Compiling instability v0.3.2
32102024-12-13T23:21:28.647Z Checking smawk v0.3.2
32112024-12-13T23:21:28.815Z Checking is_ci v1.2.0
32122024-12-13T23:21:28.932Z Checking unicode-linebreak v0.1.5
32132024-12-13T23:21:29.055Z Checking cassowary v0.3.0
32142024-12-13T23:21:29.279Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32152024-12-13T23:21:29.355Z Checking textwrap v0.16.1
32162024-12-13T23:21:29.440Z Checking supports-color v3.0.1
32172024-12-13T23:21:29.484Z Checking ratatui v0.28.1
32182024-12-13T23:21:29.674Z Checking multimap v0.10.0
32192024-12-13T23:21:32.420Z Checking diesel v2.2.6
32202024-12-13T23:21:58.717Z Compiling polar-core v0.27.3
32212024-12-13T23:22:02.078Z Checking async-bb8-diesel v0.2.1
32222024-12-13T23:22:06.326Z Checking oso v0.27.3
32232024-12-13T23:23:18.247Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32242024-12-13T23:23:24.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s
32252024-12-13T23:23:24.710Z
32262024-12-13T23:23:24.710Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174)
32272024-12-13T23:23:25.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282024-12-13T23:23:25.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292024-12-13T23:23:25.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302024-12-13T23:23:25.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32312024-12-13T23:23:25.413Z
32322024-12-13T23:23:25.413Zinfo: running `cargo check --bins` on nexus-saga-recovery (143/174)
32332024-12-13T23:23:26.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342024-12-13T23:23:26.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352024-12-13T23:23:26.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362024-12-13T23:23:26.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32372024-12-13T23:23:26.109Z
32382024-12-13T23:23:26.109Zinfo: running `cargo check --bins` on nexus-test-utils-macros (144/174)
32392024-12-13T23:23:26.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402024-12-13T23:23:26.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412024-12-13T23:23:26.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422024-12-13T23:23:26.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32432024-12-13T23:23:26.738Z
32442024-12-13T23:23:26.738Zinfo: running `cargo check --bins` on omicron-nexus (145/174)
32452024-12-13T23:23:27.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462024-12-13T23:23:27.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472024-12-13T23:23:27.568Z Compiling libz-sys v1.1.20
32482024-12-13T23:23:27.682Z Compiling libgit2-sys v0.17.0+1.8.1
32492024-12-13T23:23:27.696Z Compiling vergen v8.3.2
32502024-12-13T23:23:27.698Z Compiling cargo-platform v0.1.8
32512024-12-13T23:23:27.698Z Compiling pin-project-internal v1.1.6
32522024-12-13T23:23:27.739Z Compiling libsqlite3-sys v0.30.1
32532024-12-13T23:23:27.739Z Compiling snafu-derive v0.8.5
32542024-12-13T23:23:27.741Z Compiling rustls v0.21.12
32552024-12-13T23:23:27.980Z Compiling cfg_aliases v0.2.1
32562024-12-13T23:23:28.028Z Compiling cargo_metadata v0.18.1
32572024-12-13T23:23:28.082Z Compiling buf-list v1.0.3
32582024-12-13T23:23:28.253Z Compiling nix v0.29.0
32592024-12-13T23:23:28.342Z Checking globset v0.4.15
32602024-12-13T23:23:28.618Z Checking olpc-cjson v0.1.4
32612024-12-13T23:23:28.831Z Checking rustls-webpki v0.101.7
32622024-12-13T23:23:28.849Z Checking sct v0.7.1
32632024-12-13T23:23:28.900Z Checking serde_plain v1.0.2
32642024-12-13T23:23:29.031Z Checking typed-path v0.9.3
32652024-12-13T23:23:29.436Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32662024-12-13T23:23:29.556Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32672024-12-13T23:23:29.708Z Checking hashlink v0.9.1
32682024-12-13T23:23:29.830Z Checking parse-size v1.1.0
32692024-12-13T23:23:30.014Z Checking fallible-streaming-iterator v0.1.9
32702024-12-13T23:23:30.241Z Checking fallible-iterator v0.3.0
32712024-12-13T23:23:30.844Z Checking pin-project v1.1.6
32722024-12-13T23:23:30.863Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32732024-12-13T23:23:30.881Z Checking rusqlite v0.32.1
32742024-12-13T23:23:30.965Z Checking rustls-pemfile v1.0.4
32752024-12-13T23:23:31.072Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32762024-12-13T23:23:31.154Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32772024-12-13T23:23:31.434Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32782024-12-13T23:23:31.722Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32792024-12-13T23:23:31.852Z Checking twox-hash v1.6.3
32802024-12-13T23:23:31.870Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32812024-12-13T23:23:32.349Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32822024-12-13T23:23:32.444Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32832024-12-13T23:23:32.797Z Checking tokio-rustls v0.24.1
32842024-12-13T23:23:32.976Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32852024-12-13T23:23:33.059Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32862024-12-13T23:23:33.148Z Checking fatfs v0.3.6
32872024-12-13T23:23:33.335Z Checking snafu v0.8.5
32882024-12-13T23:23:33.813Z Checking tough v0.19.0
32892024-12-13T23:23:33.816Z Checking assert_matches v1.5.0
32902024-12-13T23:23:37.891Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32912024-12-13T23:23:39.317Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32922024-12-13T23:23:40.644Z Compiling git2 v0.19.0
32932024-12-13T23:23:45.492Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32942024-12-13T23:24:41.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
32952024-12-13T23:24:41.382Z
32962024-12-13T23:24:41.382Zinfo: running `cargo check --bins` on nexus-external-api (146/174)
32972024-12-13T23:24:42.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-12-13T23:24:42.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-12-13T23:24:42.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002024-12-13T23:24:42.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33012024-12-13T23:24:42.092Z
33022024-12-13T23:24:42.092Zinfo: running `cargo check --bins` on openapi-manager-types (147/174)
33032024-12-13T23:24:42.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042024-12-13T23:24:42.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052024-12-13T23:24:42.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062024-12-13T23:24:42.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33072024-12-13T23:24:42.716Z
33082024-12-13T23:24:42.716Zinfo: running `cargo check --bins` on nexus-internal-api (148/174)
33092024-12-13T23:24:43.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-12-13T23:24:43.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-12-13T23:24:43.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122024-12-13T23:24:43.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33132024-12-13T23:24:43.379Z
33142024-12-13T23:24:43.379Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (149/174)
33152024-12-13T23:24:43.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-12-13T23:24:43.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-12-13T23:24:43.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182024-12-13T23:24:43.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33192024-12-13T23:24:44.072Z
33202024-12-13T23:24:44.072Zinfo: running `cargo check --bins` on nexus-networking (150/174)
33212024-12-13T23:24:44.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-12-13T23:24:44.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-12-13T23:24:44.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242024-12-13T23:24:44.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33252024-12-13T23:24:44.754Z
33262024-12-13T23:24:44.754Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (151/174)
33272024-12-13T23:24:45.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282024-12-13T23:24:45.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292024-12-13T23:24:45.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302024-12-13T23:24:45.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33312024-12-13T23:24:45.440Z
33322024-12-13T23:24:45.440Zinfo: running `cargo check --bins` on update-common (152/174)
33332024-12-13T23:24:46.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-12-13T23:24:46.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-12-13T23:24:46.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362024-12-13T23:24:46.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33372024-12-13T23:24:46.101Z
33382024-12-13T23:24:46.101Zinfo: running `cargo check --bins` on tufaceous-lib (153/174)
33392024-12-13T23:24:46.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402024-12-13T23:24:46.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412024-12-13T23:24:46.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422024-12-13T23:24:46.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33432024-12-13T23:24:46.759Z
33442024-12-13T23:24:46.760Zinfo: running `cargo check --bins` on tufaceous (154/174)
33452024-12-13T23:24:47.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462024-12-13T23:24:47.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472024-12-13T23:24:47.444Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33482024-12-13T23:24:48.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
33492024-12-13T23:24:48.619Z
33502024-12-13T23:24:48.619Zinfo: running `cargo check --bins` on omicron-dev (155/174)
33512024-12-13T23:24:49.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522024-12-13T23:24:49.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532024-12-13T23:24:49.476Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33542024-12-13T23:24:49.602Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33552024-12-13T23:24:49.602Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33562024-12-13T23:24:49.604Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33572024-12-13T23:25:16.737Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33582024-12-13T23:25:16.739Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33592024-12-13T23:25:16.739Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33602024-12-13T23:25:16.739Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33612024-12-13T23:25:16.739Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33622024-12-13T23:25:17.578Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33632024-12-13T23:25:18.896Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33642024-12-13T23:25:58.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
33652024-12-13T23:25:58.564Z
33662024-12-13T23:25:58.564Zinfo: running `cargo check --bins` on openapi-manager (156/174)
33672024-12-13T23:25:59.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682024-12-13T23:25:59.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692024-12-13T23:25:59.286Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33702024-12-13T23:25:59.288Z Checking heck v0.4.1
33712024-12-13T23:25:59.288Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33722024-12-13T23:25:59.533Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33732024-12-13T23:26:00.948Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33742024-12-13T23:26:01.850Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33752024-12-13T23:26:02.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
33762024-12-13T23:26:03.174Z
33772024-12-13T23:26:03.174Zinfo: running `cargo check --bins` on installinator-api (157/174)
33782024-12-13T23:26:03.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792024-12-13T23:26:03.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802024-12-13T23:26:03.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812024-12-13T23:26:03.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33822024-12-13T23:26:03.843Z
33832024-12-13T23:26:03.843Zinfo: running `cargo check --bins` on wicketd-api (158/174)
33842024-12-13T23:26:04.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-12-13T23:26:04.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-12-13T23:26:04.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872024-12-13T23:26:04.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33882024-12-13T23:26:04.506Z
33892024-12-13T23:26:04.506Zinfo: running `cargo check --bins` on reconfigurator-cli (159/174)
33902024-12-13T23:26:05.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-12-13T23:26:05.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-12-13T23:26:05.207Z Compiling petname v2.0.2
33932024-12-13T23:26:05.218Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33942024-12-13T23:26:05.218Z Checking sync-ptr v0.1.1
33952024-12-13T23:26:06.642Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33962024-12-13T23:26:08.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
33972024-12-13T23:26:08.446Z
33982024-12-13T23:26:08.446Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174)
33992024-12-13T23:26:09.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-12-13T23:26:09.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-12-13T23:26:09.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022024-12-13T23:26:09.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34032024-12-13T23:26:09.128Z
34042024-12-13T23:26:09.129Zinfo: running `cargo check --bins` on omicron-releng (161/174)
34052024-12-13T23:26:09.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062024-12-13T23:26:09.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072024-12-13T23:26:09.820Z Checking memmap2 v0.9.5
34082024-12-13T23:26:09.820Z Checking constant_time_eq v0.3.1
34092024-12-13T23:26:09.826Z Checking arrayref v0.3.9
34102024-12-13T23:26:09.826Z Checking spin v0.5.2
34112024-12-13T23:26:09.826Z Checking arrayvec v0.7.6
34122024-12-13T23:26:09.827Z Checking topological-sort v0.2.2
34132024-12-13T23:26:09.920Z Checking shell-words v1.1.0
34142024-12-13T23:26:10.103Z Checking ring v0.16.20
34152024-12-13T23:26:10.235Z Checking blake3 v1.5.4
34162024-12-13T23:26:11.266Z Checking omicron-zone-package v0.11.1
34172024-12-13T23:26:12.425Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34182024-12-13T23:26:13.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
34192024-12-13T23:26:13.524Z
34202024-12-13T23:26:13.524Zinfo: running `cargo check --bins` on xtask (162/174)
34212024-12-13T23:26:13.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222024-12-13T23:26:13.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232024-12-13T23:26:13.962Z Checking bitflags v2.6.0
34242024-12-13T23:26:13.966Z Checking serde v1.0.215
34252024-12-13T23:26:13.966Z Checking thiserror v1.0.69
34262024-12-13T23:26:14.059Z Checking scroll v0.12.0
34272024-12-13T23:26:14.064Z Checking log v0.4.22
34282024-12-13T23:26:14.070Z Checking hashbrown v0.15.1
34292024-12-13T23:26:14.080Z Checking zerocopy v0.7.35
34302024-12-13T23:26:14.127Z Checking syn v2.0.87
34312024-12-13T23:26:14.162Z Checking pest v2.7.14
34322024-12-13T23:26:14.292Z Checking rustix v0.38.37
34332024-12-13T23:26:14.333Z Checking once_cell v1.20.2
34342024-12-13T23:26:14.514Z Checking goblin v0.8.2
34352024-12-13T23:26:14.625Z Checking fs-err v2.11.0
34362024-12-13T23:26:14.956Z Checking tabled v0.15.0
34372024-12-13T23:26:15.173Z Checking indexmap v2.6.0
34382024-12-13T23:26:15.524Z Checking anyhow v1.0.93
34392024-12-13T23:26:16.322Z Checking terminal_size v0.4.0
34402024-12-13T23:26:16.322Z Checking tempfile v3.13.0
34412024-12-13T23:26:16.500Z Checking clap_builder v4.5.21
34422024-12-13T23:26:16.637Z Checking dtrace-parser v0.2.0
34432024-12-13T23:26:18.420Z Checking serde_json v1.0.132
34442024-12-13T23:26:18.420Z Checking serde_spanned v0.6.8
34452024-12-13T23:26:18.425Z Checking toml_datetime v0.6.8
34462024-12-13T23:26:18.425Z Checking camino v1.1.9
34472024-12-13T23:26:18.425Z Checking cargo-platform v0.1.8
34482024-12-13T23:26:18.629Z Checking semver v1.0.23
34492024-12-13T23:26:18.690Z Checking macaddr v1.0.1
34502024-12-13T23:26:18.709Z Checking toml_edit v0.22.22
34512024-12-13T23:26:18.974Z Checking camino-tempfile v1.1.1
34522024-12-13T23:26:19.124Z Checking clap v4.5.21
34532024-12-13T23:26:19.689Z Checking dof v0.3.0
34542024-12-13T23:26:19.689Z Checking cargo_metadata v0.18.1
34552024-12-13T23:26:20.114Z Checking usdt-impl v0.5.0
34562024-12-13T23:26:20.486Z Checking usdt v0.5.0
34572024-12-13T23:26:20.515Z Checking toml v0.8.19
34582024-12-13T23:26:21.008Z Checking cargo_toml v0.20.5
34592024-12-13T23:26:22.241Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34602024-12-13T23:26:22.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s
34612024-12-13T23:26:22.962Z
34622024-12-13T23:26:22.962Zinfo: running `cargo check --bins` on end-to-end-tests (163/174)
34632024-12-13T23:26:23.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642024-12-13T23:26:23.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652024-12-13T23:26:23.752Z Checking polyval v0.6.2
34662024-12-13T23:26:23.861Z Checking ctr v0.9.2
34672024-12-13T23:26:23.876Z Checking ssh-encoding v0.2.0
34682024-12-13T23:26:23.880Z Checking blowfish v0.9.1
34692024-12-13T23:26:23.902Z Checking password-hash v0.4.2
34702024-12-13T23:26:23.906Z Checking matches v0.1.10
34712024-12-13T23:26:23.930Z Checking p256 v0.13.2
34722024-12-13T23:26:23.930Z Checking p521 v0.13.3
34732024-12-13T23:26:24.003Z Checking idna v0.2.3
34742024-12-13T23:26:24.090Z Checking ghash v0.5.1
34752024-12-13T23:26:24.091Z Checking bcrypt-pbkdf v0.10.0
34762024-12-13T23:26:24.127Z Compiling enum-as-inner v0.5.1
34772024-12-13T23:26:24.174Z Checking russh-cryptovec v0.7.3
34782024-12-13T23:26:24.268Z Checking aes-gcm v0.10.3
34792024-12-13T23:26:24.324Z Checking pbkdf2 v0.11.0
34802024-12-13T23:26:24.374Z Checking md5 v0.7.0
34812024-12-13T23:26:24.400Z Checking num-bigint v0.4.6
34822024-12-13T23:26:24.437Z Checking des v0.8.1
34832024-12-13T23:26:24.495Z Checking ssh-cipher v0.2.0
34842024-12-13T23:26:24.628Z Compiling dhcproto-macros v0.1.0
34852024-12-13T23:26:24.651Z Checking hex-literal v0.4.1
34862024-12-13T23:26:24.705Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34872024-12-13T23:26:24.796Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34882024-12-13T23:26:24.815Z Checking ssh-key v0.6.6
34892024-12-13T23:26:24.864Z Checking internet-checksum v0.2.1
34902024-12-13T23:26:25.133Z Checking trust-dns-proto v0.22.0
34912024-12-13T23:26:26.104Z Checking russh-keys v0.45.0
34922024-12-13T23:26:27.061Z Checking russh v0.45.0
34932024-12-13T23:26:27.801Z Checking dhcproto v0.12.0
34942024-12-13T23:26:45.444Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34952024-12-13T23:26:46.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.93s
34962024-12-13T23:26:47.121Z
34972024-12-13T23:26:47.121Zinfo: running `cargo check --bins` on gateway-cli (164/174)
34982024-12-13T23:26:47.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992024-12-13T23:26:47.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002024-12-13T23:26:47.772Z Checking termios v0.3.3
35012024-12-13T23:26:47.990Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35022024-12-13T23:26:48.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
35032024-12-13T23:26:48.981Z
35042024-12-13T23:26:48.981Zinfo: running `cargo check --bins --no-default-features` on installinator (165/174)
35052024-12-13T23:26:49.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062024-12-13T23:26:49.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072024-12-13T23:26:49.688Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35082024-12-13T23:26:51.768Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35092024-12-13T23:26:53.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s
35102024-12-13T23:26:53.882Z
35112024-12-13T23:26:53.882Zinfo: running `cargo check --bins` on internal-dns-cli (166/174)
35122024-12-13T23:26:54.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132024-12-13T23:26:54.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142024-12-13T23:26:54.533Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35152024-12-13T23:26:55.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35162024-12-13T23:26:55.195Z
35172024-12-13T23:26:55.195Zinfo: running `cargo check --bins` on omicron-live-tests (167/174)
35182024-12-13T23:26:55.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192024-12-13T23:26:55.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202024-12-13T23:26:55.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212024-12-13T23:26:55.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35222024-12-13T23:26:55.827Z
35232024-12-13T23:26:55.828Zinfo: running `cargo check --bins` on live-tests-macros (168/174)
35242024-12-13T23:26:56.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252024-12-13T23:26:56.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262024-12-13T23:26:56.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272024-12-13T23:26:56.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35282024-12-13T23:26:56.456Z
35292024-12-13T23:26:56.456Zinfo: running `cargo check --bins` on omicron-package (169/174)
35302024-12-13T23:26:57.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312024-12-13T23:26:57.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322024-12-13T23:26:57.146Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35332024-12-13T23:26:58.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
35342024-12-13T23:26:58.662Z
35352024-12-13T23:26:58.662Zinfo: running `cargo check --bins` on wicket-dbg (170/174)
35362024-12-13T23:26:59.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372024-12-13T23:26:59.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382024-12-13T23:26:59.386Z Checking rtoolbox v0.0.2
35392024-12-13T23:26:59.386Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35402024-12-13T23:26:59.386Z Checking tui-tree-widget v0.22.0
35412024-12-13T23:26:59.614Z Checking rpassword v7.3.1
35422024-12-13T23:27:03.830Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35432024-12-13T23:27:06.957Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35442024-12-13T23:27:08.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.55s
35452024-12-13T23:27:08.412Z
35462024-12-13T23:27:08.412Zinfo: running `cargo check --bins` on wicket (171/174)
35472024-12-13T23:27:09.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482024-12-13T23:27:09.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492024-12-13T23:27:09.126Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35502024-12-13T23:27:09.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
35512024-12-13T23:27:09.767Z
35522024-12-13T23:27:09.767Zinfo: running `cargo check --bins` on wicketd (172/174)
35532024-12-13T23:27:10.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542024-12-13T23:27:10.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552024-12-13T23:27:10.505Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35562024-12-13T23:27:14.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
35572024-12-13T23:27:14.791Z
35582024-12-13T23:27:14.791Zinfo: running `cargo check --bins` on omicron-workspace-hack (173/174)
35592024-12-13T23:27:15.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602024-12-13T23:27:15.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612024-12-13T23:27:15.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622024-12-13T23:27:15.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35632024-12-13T23:27:15.416Z
35642024-12-13T23:27:15.416Zinfo: running `cargo check --bins` on zone-setup (174/174)
35652024-12-13T23:27:16.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662024-12-13T23:27:16.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672024-12-13T23:27:16.166Z Checking uzers v0.12.1
35682024-12-13T23:27:16.511Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35692024-12-13T23:27:17.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s
35702024-12-13T23:27:17.942Z
35712024-12-13T23:27:17.944Zreal 13:22.580266802
35722024-12-13T23:27:17.944Zuser 24:52.410533146
35732024-12-13T23:27:17.944Zsys 5:31.693695731
35742024-12-13T23:27:17.944Ztrap 0.485282258
35752024-12-13T23:27:17.944Ztflt 2.223186957
35762024-12-13T23:27:17.944Zdflt 3.199239975
35772024-12-13T23:27:17.944Zkflt 0.000925440
35782024-12-13T23:27:17.944Zlock 47:53.575519118
35792024-12-13T23:27:17.944Zslp 2:09:59.876099263
35802024-12-13T23:27:17.944Zlat 1:03.742635718
35812024-12-13T23:27:17.944Zstop 3:26.362124143
35822024-12-13T23:27:17.944Zprocess exited: duration 1131974 ms, exit code 0
 
35832024-12-13T23:27:17.951Zfound 0 output files