01JFJS5NBTNFYYTDR6E3XEDZMV: 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: 01JFJS69YHCKJ3EF5GSKDF18NH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T19:38:17.312Zjob assigned to worker 01JFJS6BBNXY7EG66D7Q222NWM [factory aws, i-09674e992740bded7] (queued for 50 s)
 
22024-12-20T19:38:25.734Zstarting task 0: "setup"
32024-12-20T19:38:25.741Z++ uname -s
42024-12-20T19:38:25.743Z+ kern=SunOS
52024-12-20T19:38:25.743Z+ case "$kern" in
62024-12-20T19:38:25.744Z+ groupadd -g 12345 build
72024-12-20T19:38:25.746Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T19:38:27.751Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T19:38:27.868Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T19:38:27.872Z+ home_fs=zfs
112024-12-20T19:38:27.872Z+ [[ zfs == autofs ]]
122024-12-20T19:38:27.872Z+ mkdir -p /home/build
132024-12-20T19:38:27.875Z+ chown build:build /home/build /work
142024-12-20T19:38:29.875Z+ chmod 0700 /home/build /work
152024-12-20T19:38:29.879Zprocess exited: duration 4146 ms, exit code 0
 
162024-12-20T19:38:29.885Zstarting task 1: "rust-toolchain"
172024-12-20T19:38:29.891Z+ printf ' * toolchain channel = "%s"
182024-12-20T19:38:29.891Z' 1.81.0
192024-12-20T19:38:29.891Z * toolchain channel = "1.81.0"
202024-12-20T19:38:29.891Z * toolchain profile = "default"
212024-12-20T19:38:29.895Z+ printf ' * toolchain profile = "%s"
222024-12-20T19:38:29.895Z' default
232024-12-20T19:38:29.895Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T19:38:29.895Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T19:38:30.010Zinfo: downloading installer
262024-12-20T19:38:31.310Zinfo: profile set to 'default'
272024-12-20T19:38:31.310Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T19:38:31.312Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T19:38:31.477Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T19:38:31.477Zinfo: downloading component 'cargo'
312024-12-20T19:38:32.469Zinfo: downloading component 'clippy'
322024-12-20T19:38:32.838Zinfo: downloading component 'rust-docs'
332024-12-20T19:38:34.213Zinfo: downloading component 'rust-std'
342024-12-20T19:38:36.360Zinfo: downloading component 'rustc'
352024-12-20T19:38:44.047Zinfo: downloading component 'rustfmt'
362024-12-20T19:38:44.335Zinfo: installing component 'cargo'
372024-12-20T19:38:45.121Zinfo: installing component 'clippy'
382024-12-20T19:38:45.479Zinfo: installing component 'rust-docs'
392024-12-20T19:38:47.090Zinfo: installing component 'rust-std'
402024-12-20T19:38:48.770Zinfo: installing component 'rustc'
412024-12-20T19:38:54.474Zinfo: installing component 'rustfmt'
422024-12-20T19:38:54.792Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T19:38:54.792Z
442024-12-20T19:38:55.161Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T19:38:55.161Z
462024-12-20T19:38:55.163Z
472024-12-20T19:38:55.163ZRust is installed now. Great!
482024-12-20T19:38:55.163Z
492024-12-20T19:38:55.164ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T19:38:55.164Zenvironment variable. This has not been done automatically.
512024-12-20T19:38:55.164Z
522024-12-20T19:38:55.164ZTo configure your current shell, you need to source
532024-12-20T19:38:55.164Zthe corresponding env file under $HOME/.cargo.
542024-12-20T19:38:55.164Z
552024-12-20T19:38:55.164ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T19:38:55.164Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T19:38:55.164Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T19:38:55.234Z+ rustc --version
592024-12-20T19:38:55.300Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T19:38:55.303Zprocess exited: duration 25414 ms, exit code 0
 
612024-12-20T19:38:55.309Zstarting task 2: "authentication"
622024-12-20T19:38:55.329Zprocess exited: duration 20 ms, exit code 0
 
632024-12-20T19:38:55.334Zstarting task 3: "clone repository"
642024-12-20T19:38:55.339Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T19:38:55.342Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T19:38:55.806ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T19:39:03.199Z+ cd /work/oxidecomputer/omicron
682024-12-20T19:39:03.203Z+ git fetch origin 5e4153b5697a135cd51a49210fa9c926f8eae90a
692024-12-20T19:39:03.537ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T19:39:03.537Z * branch 5e4153b5697a135cd51a49210fa9c926f8eae90a -> FETCH_HEAD
712024-12-20T19:39:03.545Z+ [[ -n dap/paginate-endpoints ]]
722024-12-20T19:39:03.551Z++ git branch --show-current
732024-12-20T19:39:03.551Z+ current=main
742024-12-20T19:39:03.551Z+ [[ main != dap/paginate-endpoints ]]
752024-12-20T19:39:03.551Z+ git branch -f dap/paginate-endpoints 5e4153b5697a135cd51a49210fa9c926f8eae90a
762024-12-20T19:39:03.556Z+ git checkout -f dap/paginate-endpoints
772024-12-20T19:39:03.729ZSwitched to branch 'dap/paginate-endpoints'
782024-12-20T19:39:03.732Z+ git reset --hard 5e4153b5697a135cd51a49210fa9c926f8eae90a
792024-12-20T19:39:03.740ZHEAD is now at 5e4153b56 Revert "add integration test"
802024-12-20T19:39:03.742Zprocess exited: duration 8405 ms, exit code 0
 
812024-12-20T19:39:03.747Zstarting task 4: "build"
822024-12-20T19:39:03.753Z+ source .github/buildomat/ci-env.sh
832024-12-20T19:39:03.757Z++ export CARGO_TERM_COLOR=always
842024-12-20T19:39:03.757Z++ CARGO_TERM_COLOR=always
852024-12-20T19:39:03.758Z+ cargo --version
862024-12-20T19:39:03.811Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T19:39:03.814Z+ rustc --version
882024-12-20T19:39:03.874Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T19:39:03.878Z+ source ./env.sh
902024-12-20T19:39:03.878Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T19:39:03.878Z++ set -o xtrace
922024-12-20T19:39:03.878Z++++ dirname ./env.sh
932024-12-20T19:39:03.878Z+++ readlink -f .
942024-12-20T19:39:03.954Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T19:39:03.956Z++ 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-20T19:39:03.956Z++ 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-20T19:39:03.956Z++ 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-20T19:39:03.956Z++ 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-20T19:39:03.956Z++ 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-20T19:39:03.956Z++ 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-20T19:39:03.957Z++ 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-20T19:39:03.957Z++ 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-20T19:39:03.957Z++ case $OLD_SHELL_OPTS in
1042024-12-20T19:39:03.957Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T19:39:03.957Z+ 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-20T19:39:03.957Z+ 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-20T19:39:03.957Z+ banner prerequisites
1082024-12-20T19:39:04.058Z
1092024-12-20T19:39:04.058Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T19:39:04.058Z # # # # # # # # # # # # # # #
1112024-12-20T19:39:04.058Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T19:39:04.058Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T19:39:04.058Z # # # # # # # # # # # # # # #
1142024-12-20T19:39:04.058Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T19:39:04.058Z
1162024-12-20T19:39:04.061Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T19:39:16.794Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T19:39:20.814Z Startup: Caching catalogs ... Done
1192024-12-20T19:39:31.833ZPlanning: Solver setup ... Done (10.040s)
1202024-12-20T19:39:31.967ZPlanning: Running solver ... Done (0.136s)
1212024-12-20T19:39:32.164ZPlanning: Finding local manifests ... Done (0.098s)
1222024-12-20T19:39:32.220ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T19:39:32.945ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T19:39:33.132ZPlanning: Package planning ... Done (0.188s)
1252024-12-20T19:39:33.189ZPlanning: Merging actions ... Done (0.057s)
1262024-12-20T19:39:33.931ZPlanning: Checking for conflicting actions ... Done (0.741s)
1272024-12-20T19:39:38.648ZPlanning: Consolidating action changes ... Done (4.716s)
1282024-12-20T19:39:39.016ZPlanning: Evaluating mediators ... Done (0.368s)
1292024-12-20T19:39:39.143ZPlanning: Planning completed in 18.23 seconds
1302024-12-20T19:39:39.157Z Packages to install: 4
1312024-12-20T19:39:39.157Z Packages to update: 1
1322024-12-20T19:39:39.160Z Mediators to change: 2
1332024-12-20T19:39:39.160Z Services to change: 1
1342024-12-20T19:39:39.160Z Estimated space available: 155.63 GB
1352024-12-20T19:39:39.160ZEstimated space to be consumed: 1.62 GB
1362024-12-20T19:39:39.160Z Create boot environment: No
1372024-12-20T19:39:39.160ZCreate backup boot environment: Yes
1382024-12-20T19:39:39.160Z Rebuild boot archive: No
1392024-12-20T19:39:39.160Z
1402024-12-20T19:39:39.160ZChanged mediators:
1412024-12-20T19:39:39.161Z mediator clang:
1422024-12-20T19:39:39.161Z version: None -> 15 (system default)
1432024-12-20T19:39:39.161Z
1442024-12-20T19:39:39.161Z mediator llvm:
1452024-12-20T19:39:39.161Z version: 14 (system default) -> 15 (system default)
1462024-12-20T19:39:39.161Z
1472024-12-20T19:39:39.161ZChanged packages:
1482024-12-20T19:39:39.161Zhelios-dev
1492024-12-20T19:39:39.161Z developer/build-essential
1502024-12-20T19:39:39.161Z None -> 11-2.0
1512024-12-20T19:39:39.161Z library/libxmlsec1
1522024-12-20T19:39:39.161Z None -> 1.2.35-2.0
1532024-12-20T19:39:39.161Z ooce/developer/clang-15
1542024-12-20T19:39:39.161Z None -> 15.0.7-2.0
1552024-12-20T19:39:39.161Z ooce/developer/llvm-15
1562024-12-20T19:39:39.161Z None -> 15.0.7-2.0
1572024-12-20T19:39:39.161Z package/pkg
1582024-12-20T19:39:39.161Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T19:39:39.162Z
1602024-12-20T19:39:39.162ZServices:
1612024-12-20T19:39:39.162Z restart_fmri:
1622024-12-20T19:39:39.162Z svc:/system/update-man-index:default
1632024-12-20T19:39:39.162Z
1642024-12-20T19:39:39.162ZEditable files to change:
1652024-12-20T19:39:39.162Z Update:
1662024-12-20T19:39:39.162Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T19:39:39.385Z
1682024-12-20T19:39:39.385ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T19:39:44.392ZDownload: 429/4281 items 16.7/220.6MB 7% complete (3.5M/s)
1702024-12-20T19:39:49.427ZDownload: 1198/4281 items 82.5/220.6MB 37% complete (8.4M/s)
1712024-12-20T19:39:54.429ZDownload: 1796/4281 items 118.4/220.6MB 53% complete (10.2M/s)
1722024-12-20T19:39:59.429ZDownload: 2602/4281 items 120.5/220.6MB 54% complete (3.8M/s)
1732024-12-20T19:40:05.345ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (9.4M/s)
1742024-12-20T19:40:10.348ZDownload: 3995/4281 items 219.0/220.6MB 99% complete (9.8M/s)
1752024-12-20T19:40:15.945ZDownload: 4205/4281 items 220.5/220.6MB 99% complete (3.0M/s)
1762024-12-20T19:40:17.995ZDownload: Completed 220.60 MB in 38.61 seconds (5.7M/s)
1772024-12-20T19:40:20.114Z Actions: 1/5063 actions (Removing old actions)
1782024-12-20T19:40:20.128Z Actions: 194/5063 actions (Installing new actions)
1792024-12-20T19:40:25.156Z Actions: 4080/5063 actions (Installing new actions)
1802024-12-20T19:40:25.896Z Actions: 4226/5063 actions (Updating modified actions)
1812024-12-20T19:40:26.317Z Actions: Completed 5063 actions in 6.20 seconds.
1822024-12-20T19:40:26.713Z Done (0.389s)
1832024-12-20T19:40:26.716Z Done (0.000s)
1842024-12-20T19:40:27.300Z Done (0.583s)
1852024-12-20T19:40:33.980Z Done (6.462s)
1862024-12-20T19:40:34.376Z Done (0.325s)
1872024-12-20T19:40:34.378Z Done (0.000s)
1882024-12-20T19:40:34.541Z Done (0.000s)
1892024-12-20T19:40:35.226ZPlanning: Evaluating mediator changes ... Done
1902024-12-20T19:40:35.389ZPlanning: Checking for conflicting actions ... Done
1912024-12-20T19:40:35.392ZPlanning: Consolidating action changes ... Done
1922024-12-20T19:40:35.669ZPlanning: Evaluating mediators ... Done
1932024-12-20T19:40:35.672ZPlanning: Planning completed in 0.44 seconds
1942024-12-20T19:40:35.708Z Mediators to change: 2
1952024-12-20T19:40:35.708Z Create boot environment: No
1962024-12-20T19:40:35.710ZCreate backup boot environment: No
1972024-12-20T19:40:35.798Z Done
1982024-12-20T19:40:35.799Z Done
1992024-12-20T19:40:36.154Z Done
2002024-12-20T19:40:39.774Z Done
2012024-12-20T19:40:39.867Z Done
2022024-12-20T19:40:39.869Z Done
2032024-12-20T19:40:40.011Z Done
2042024-12-20T19:40:40.624ZPlanning: Evaluating mediator changes ... Done
2052024-12-20T19:40:40.627ZPlanning: Merging actions ... Done
2062024-12-20T19:40:40.819ZPlanning: Checking for conflicting actions ... Done
2072024-12-20T19:40:40.821ZPlanning: Consolidating action changes ... Done
2082024-12-20T19:40:41.092ZPlanning: Evaluating mediators ... Done
2092024-12-20T19:40:41.150ZPlanning: Planning completed in 0.77 seconds
2102024-12-20T19:40:41.190Z Packages to change: 1
2112024-12-20T19:40:41.190Z Mediators to change: 1
2122024-12-20T19:40:41.193Z Services to change: 1
2132024-12-20T19:40:41.193Z Create boot environment: No
2142024-12-20T19:40:41.193ZCreate backup boot environment: Yes
2152024-12-20T19:40:43.398Z Actions: 1/6 actions (Updating modified actions)
2162024-12-20T19:40:43.479Z Actions: Completed 6 actions in 0.08 seconds.
2172024-12-20T19:40:43.483Z Done
2182024-12-20T19:40:43.483Z Done
2192024-12-20T19:40:43.596Z Done
2202024-12-20T19:40:47.164Z Done
2212024-12-20T19:40:47.255Z Done
2222024-12-20T19:40:47.258Z Done
2232024-12-20T19:40:47.408Z Done
2242024-12-20T19:40:47.849ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-12-20T19:40:47.849Zclang system 15 system
2262024-12-20T19:40:47.849Zcsh system system illumos
2272024-12-20T19:40:47.849Zctags system system illumos
2282024-12-20T19:40:47.849Zgcc vendor 12 vendor
2292024-12-20T19:40:47.849Zgcc system 10 system
2302024-12-20T19:40:47.849Zgcc system 7 system
2312024-12-20T19:40:47.849Zgo system 1.20 system
2322024-12-20T19:40:47.849Zgo system 1.19 system
2332024-12-20T19:40:47.849Zllvm system 15 system
2342024-12-20T19:40:47.849Zllvm system 14 system
2352024-12-20T19:40:47.849Zmariadb system 10.6 system
2362024-12-20T19:40:47.850Zmta vendor vendor dma
2372024-12-20T19:40:47.850Zopenjdk system 17 system
2382024-12-20T19:40:47.850Zopenjdk system 11 system
2392024-12-20T19:40:47.850Zopenjdk system 1.8 system
2402024-12-20T19:40:47.850Zopenssl vendor 3 vendor
2412024-12-20T19:40:47.850Zperl system 5.36 system
2422024-12-20T19:40:47.850Zpostgresql system 15 system
2432024-12-20T19:40:47.850Zpostgresql system 13 system
2442024-12-20T19:40:47.850Zpython vendor 3 vendor
2452024-12-20T19:40:47.850Zpython system 2 system
2462024-12-20T19:40:47.850Zpython3 system 3.11 system
2472024-12-20T19:40:47.850Zruby system 3.0 system
2482024-12-20T19:40:47.850Zwords vendor vendor american-english
2492024-12-20T19:40:47.850Zwords system system australian-english
2502024-12-20T19:40:47.850Zwords system system british-english
2512024-12-20T19:40:47.850Zwords system system canadian-english
2522024-12-20T19:40:47.850Zwords system system french
2532024-12-20T19:40:47.850Zwords system system italian
2542024-12-20T19:40:47.850Zwords system system ngerman
2552024-12-20T19:40:47.850Zwords system system ogerman
2562024-12-20T19:40:47.850Zwords system system spanish
2572024-12-20T19:40:48.181ZPUBLISHER TYPE STATUS P LOCATION
2582024-12-20T19:40:48.181Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-12-20T19:40:50.949ZFMRI IFO
2602024-12-20T19:40:50.949Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-12-20T19:40:50.949Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-12-20T19:40:50.949Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-12-20T19:40:50.949Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-12-20T19:40:50.949Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-12-20T19:40:50.949Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-12-20T19:40:50.949Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-12-20T19:40:50.949Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-12-20T19:40:50.949Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-12-20T19:40:50.949Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-12-20T19:40:50.949Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-12-20T19:40:50.949Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-12-20T19:40:50.949Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-12-20T19:40:50.949Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-12-20T19:40:50.949Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-12-20T19:40:51.714Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-12-20T19:40:52.142Z Updating crates.io index
2772024-12-20T19:40:52.256Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-12-20T19:40:52.635Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-12-20T19:40:52.865Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-12-20T19:40:53.120Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-12-20T19:40:53.401Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-12-20T19:40:54.310Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-12-20T19:40:55.834Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-12-20T19:40:56.589Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-12-20T19:40:57.332Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-12-20T19:40:57.637Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-12-20T19:40:57.937Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-12-20T19:40:58.517Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-12-20T19:40:58.913Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-12-20T19:40:59.327Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-12-20T19:40:59.605Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-12-20T19:40:59.882Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-12-20T19:41:00.146Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-12-20T19:41:00.440Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-12-20T19:41:00.738Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-12-20T19:41:01.048Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-12-20T19:41:01.396Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-12-20T19:41:01.914Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-12-20T19:41:02.159Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-12-20T19:41:02.508Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-12-20T19:41:02.956Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3022024-12-20T19:41:03.303Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-12-20T19:41:03.530Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-12-20T19:41:03.806Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-12-20T19:41:05.030Z Downloading crates ...
3062024-12-20T19:41:05.167Z Downloaded cpufeatures v0.2.14
3072024-12-20T19:41:05.169Z Downloaded cfg-if v1.0.0
3082024-12-20T19:41:05.172Z Downloaded block-buffer v0.10.4
3092024-12-20T19:41:05.179Z Downloaded pretty-hex v0.4.1
3102024-12-20T19:41:05.182Z Downloaded equivalent v1.0.1
3112024-12-20T19:41:05.194Z Downloaded scroll_derive v0.12.0
3122024-12-20T19:41:05.196Z Downloaded anstyle v1.0.10
3132024-12-20T19:41:05.199Z Downloaded camino-tempfile v1.1.1
3142024-12-20T19:41:05.199Z Downloaded crypto-common v0.1.6
3152024-12-20T19:41:05.202Z Downloaded cargo-platform v0.1.8
3162024-12-20T19:41:05.204Z Downloaded swrite v0.1.0
3172024-12-20T19:41:05.209Z Downloaded dtrace-parser v0.2.0
3182024-12-20T19:41:05.211Z Downloaded usdt-attr-macro v0.5.0
3192024-12-20T19:41:05.213Z Downloaded clap_lex v0.7.2
3202024-12-20T19:41:05.216Z Downloaded colorchoice v1.0.2
3212024-12-20T19:41:05.219Z Downloaded byteorder v1.5.0
3222024-12-20T19:41:05.219Z Downloaded anstyle-query v1.1.1
3232024-12-20T19:41:05.222Z Downloaded bytecount v0.6.8
3242024-12-20T19:41:05.225Z Downloaded autocfg v1.4.0
3252024-12-20T19:41:05.225Z Downloaded heck v0.4.1
3262024-12-20T19:41:05.227Z Downloaded toml_datetime v0.6.8
3272024-12-20T19:41:05.229Z Downloaded heck v0.5.0
3282024-12-20T19:41:05.230Z Downloaded generic-array v0.14.7
3292024-12-20T19:41:05.230Z Downloaded fnv v1.0.7
3302024-12-20T19:41:05.232Z Downloaded thread-id v4.2.2
3312024-12-20T19:41:05.232Z Downloaded itoa v1.0.11
3322024-12-20T19:41:05.235Z Downloaded memmap v0.7.0
3332024-12-20T19:41:05.238Z Downloaded usdt v0.5.0
3342024-12-20T19:41:05.238Z Downloaded digest v0.10.7
3352024-12-20T19:41:05.240Z Downloaded pest_generator v2.7.14
3362024-12-20T19:41:05.240Z Downloaded macaddr v1.0.1
3372024-12-20T19:41:05.243Z Downloaded errno v0.3.9
3382024-12-20T19:41:05.243Z Downloaded usdt-macro v0.5.0
3392024-12-20T19:41:05.245Z Downloaded anstream v0.6.15
3402024-12-20T19:41:05.245Z Downloaded tabled_derive v0.7.0
3412024-12-20T19:41:05.248Z Downloaded fastrand v2.1.1
3422024-12-20T19:41:05.248Z Downloaded unicode-linebreak v0.1.5
3432024-12-20T19:41:05.250Z Downloaded smawk v0.3.2
3442024-12-20T19:41:05.250Z Downloaded serde_spanned v0.6.8
3452024-12-20T19:41:05.253Z Downloaded version_check v0.9.5
3462024-12-20T19:41:05.253Z Downloaded is_terminal_polyfill v1.70.1
3472024-12-20T19:41:05.255Z Downloaded plain v0.2.3
3482024-12-20T19:41:05.255Z Downloaded terminal_size v0.4.0
3492024-12-20T19:41:05.258Z Downloaded proc-macro-error-attr v1.0.4
3502024-12-20T19:41:05.258Z Downloaded strsim v0.11.1
3512024-12-20T19:41:05.260Z Downloaded thiserror-impl v1.0.69
3522024-12-20T19:41:05.262Z Downloaded cargo_toml v0.20.5
3532024-12-20T19:41:05.262Z Downloaded dof v0.3.0
3542024-12-20T19:41:05.265Z Downloaded clap_derive v4.5.18
3552024-12-20T19:41:05.269Z Downloaded camino v1.1.9
3562024-12-20T19:41:05.272Z Downloaded scroll v0.12.0
3572024-12-20T19:41:05.274Z Downloaded utf8parse v0.2.2
3582024-12-20T19:41:05.279Z Downloaded anstyle-parse v0.2.5
3592024-12-20T19:41:05.284Z Downloaded proc-macro-error v1.0.4
3602024-12-20T19:41:05.287Z Downloaded usdt-impl v0.5.0
3612024-12-20T19:41:05.289Z Downloaded thiserror v1.0.69
3622024-12-20T19:41:05.293Z Downloaded zerocopy-derive v0.7.35
3632024-12-20T19:41:05.298Z Downloaded serde_tokenstream v0.2.2
3642024-12-20T19:41:05.301Z Downloaded sha2 v0.10.8
3652024-12-20T19:41:05.301Z Downloaded semver v1.0.23
3662024-12-20T19:41:05.304Z Downloaded pest_derive v2.7.14
3672024-12-20T19:41:05.307Z Downloaded bitflags v2.6.0
3682024-12-20T19:41:05.309Z Downloaded unicode-ident v1.0.13
3692024-12-20T19:41:05.312Z Downloaded toml v0.8.19
3702024-12-20T19:41:05.314Z Downloaded textwrap v0.16.1
3712024-12-20T19:41:05.317Z Downloaded ryu v1.0.18
3722024-12-20T19:41:05.319Z Downloaded proc-macro2 v1.0.89
3732024-12-20T19:41:05.323Z Downloaded log v0.4.22
3742024-12-20T19:41:05.325Z Downloaded typenum v1.17.0
3752024-12-20T19:41:05.325Z Downloaded pest_meta v2.7.14
3762024-12-20T19:41:05.328Z Downloaded once_cell v1.20.2
3772024-12-20T19:41:05.330Z Downloaded clap v4.5.21
3782024-12-20T19:41:05.337Z Downloaded ucd-trie v0.1.7
3792024-12-20T19:41:05.339Z Downloaded cargo_metadata v0.18.1
3802024-12-20T19:41:05.342Z Downloaded serde_derive v1.0.215
3812024-12-20T19:41:05.346Z Downloaded papergrid v0.11.0
3822024-12-20T19:41:05.348Z Downloaded tempfile v3.13.0
3832024-12-20T19:41:05.350Z Downloaded quote v1.0.37
3842024-12-20T19:41:05.352Z Downloaded anyhow v1.0.93
3852024-12-20T19:41:05.355Z Downloaded indexmap v2.6.0
3862024-12-20T19:41:05.358Z Downloaded fs-err v2.11.0
3872024-12-20T19:41:05.361Z Downloaded memchr v2.7.4
3882024-12-20T19:41:05.377Z Downloaded toml_edit v0.22.22
3892024-12-20T19:41:05.397Z Downloaded serde v1.0.215
3902024-12-20T19:41:05.408Z Downloaded hashbrown v0.15.1
3912024-12-20T19:41:05.415Z Downloaded serde_json v1.0.132
3922024-12-20T19:41:05.422Z Downloaded pest v2.7.14
3932024-12-20T19:41:05.426Z Downloaded zerocopy v0.7.35
3942024-12-20T19:41:05.441Z Downloaded winnow v0.6.20
3952024-12-20T19:41:05.449Z Downloaded clap_builder v4.5.21
3962024-12-20T19:41:05.454Z Downloaded goblin v0.8.2
3972024-12-20T19:41:05.463Z Downloaded tabled v0.15.0
3982024-12-20T19:41:05.477Z Downloaded syn v1.0.109
3992024-12-20T19:41:05.486Z Downloaded syn v2.0.87
4002024-12-20T19:41:05.496Z Downloaded unicode-width v0.1.14
4012024-12-20T19:41:05.505Z Downloaded rustix v0.38.37
4022024-12-20T19:41:05.534Z Downloaded libc v0.2.162
4032024-12-20T19:41:05.842Z Compiling proc-macro2 v1.0.89
4042024-12-20T19:41:05.842Z Compiling unicode-ident v1.0.13
4052024-12-20T19:41:05.842Z Compiling version_check v0.9.5
4062024-12-20T19:41:05.842Z Compiling serde v1.0.215
4072024-12-20T19:41:05.845Z Compiling memchr v2.7.4
4082024-12-20T19:41:05.845Z Compiling thiserror v1.0.69
4092024-12-20T19:41:05.845Z Compiling libc v0.2.162
4102024-12-20T19:41:05.845Z Compiling ucd-trie v0.1.7
4112024-12-20T19:41:06.080Z Compiling itoa v1.0.11
4122024-12-20T19:41:06.315Z Compiling ryu v1.0.18
4132024-12-20T19:41:06.606Z Compiling once_cell v1.20.2
4142024-12-20T19:41:06.643Z Compiling byteorder v1.5.0
4152024-12-20T19:41:06.910Z Compiling serde_json v1.0.132
4162024-12-20T19:41:06.971Z Compiling rustix v0.38.37
4172024-12-20T19:41:07.806Z Compiling bitflags v2.6.0
4182024-12-20T19:41:07.808Z Compiling usdt-impl v0.5.0
4192024-12-20T19:41:07.876Z Compiling proc-macro-error-attr v1.0.4
4202024-12-20T19:41:07.922Z Compiling syn v1.0.109
4212024-12-20T19:41:08.103Z Compiling proc-macro-error v1.0.4
4222024-12-20T19:41:08.206Z Compiling camino v1.1.9
4232024-12-20T19:41:08.233Z Compiling hashbrown v0.15.1
4242024-12-20T19:41:08.303Z Compiling utf8parse v0.2.2
4252024-12-20T19:41:08.389Z Compiling plain v0.2.3
4262024-12-20T19:41:08.466Z Compiling equivalent v1.0.1
4272024-12-20T19:41:08.567Z Compiling log v0.4.22
4282024-12-20T19:41:08.592Z Compiling anstyle-parse v0.2.5
4292024-12-20T19:41:08.773Z Compiling quote v1.0.37
4302024-12-20T19:41:08.799Z Compiling thread-id v4.2.2
4312024-12-20T19:41:08.937Z Compiling pretty-hex v0.4.1
4322024-12-20T19:41:08.959Z Compiling anstyle-query v1.1.1
4332024-12-20T19:41:08.962Z Compiling winnow v0.6.20
4342024-12-20T19:41:09.109Z Compiling errno v0.3.9
4352024-12-20T19:41:09.153Z Compiling syn v2.0.87
4362024-12-20T19:41:09.337Z Compiling semver v1.0.23
4372024-12-20T19:41:09.453Z Compiling indexmap v2.6.0
4382024-12-20T19:41:09.505Z Compiling is_terminal_polyfill v1.70.1
4392024-12-20T19:41:09.654Z Compiling autocfg v1.4.0
4402024-12-20T19:41:09.860Z Compiling colorchoice v1.0.2
4412024-12-20T19:41:10.030Z Compiling unicode-width v0.1.14
4422024-12-20T19:41:10.568Z Compiling anstyle v1.0.10
4432024-12-20T19:41:10.837Z Compiling fs-err v2.11.0
4442024-12-20T19:41:10.937Z Compiling heck v0.5.0
4452024-12-20T19:41:10.998Z Compiling anstream v0.6.15
4462024-12-20T19:41:11.040Z Compiling anyhow v1.0.93
4472024-12-20T19:41:11.113Z Compiling bytecount v0.6.8
4482024-12-20T19:41:11.332Z Compiling terminal_size v0.4.0
4492024-12-20T19:41:11.474Z Compiling heck v0.4.1
4502024-12-20T19:41:11.638Z Compiling clap_lex v0.7.2
4512024-12-20T19:41:11.750Z Compiling fastrand v2.1.1
4522024-12-20T19:41:11.953Z Compiling fnv v1.0.7
4532024-12-20T19:41:12.087Z Compiling strsim v0.11.1
4542024-12-20T19:41:12.130Z Compiling cfg-if v1.0.0
4552024-12-20T19:41:12.155Z Compiling papergrid v0.11.0
4562024-12-20T19:41:12.232Z Compiling tempfile v3.13.0
4572024-12-20T19:41:12.738Z Compiling clap_builder v4.5.21
4582024-12-20T19:41:12.885Z Compiling memmap v0.7.0
4592024-12-20T19:41:12.912Z Compiling unicode-linebreak v0.1.5
4602024-12-20T19:41:13.047Z Compiling smawk v0.3.2
4612024-12-20T19:41:13.290Z Compiling textwrap v0.16.1
4622024-12-20T19:41:13.387Z Compiling swrite v0.1.0
4632024-12-20T19:41:14.799Z Compiling tabled_derive v0.7.0
4642024-12-20T19:41:16.297Z Compiling tabled v0.15.0
4652024-12-20T19:41:17.855Z Compiling serde_derive v1.0.215
4662024-12-20T19:41:17.855Z Compiling thiserror-impl v1.0.69
4672024-12-20T19:41:17.858Z Compiling zerocopy-derive v0.7.35
4682024-12-20T19:41:17.877Z Compiling scroll_derive v0.12.0
4692024-12-20T19:41:18.129Z Compiling clap_derive v4.5.18
4702024-12-20T19:41:19.117Z Compiling scroll v0.12.0
4712024-12-20T19:41:19.577Z Compiling goblin v0.8.2
4722024-12-20T19:41:19.803Z Compiling zerocopy v0.7.35
4732024-12-20T19:41:21.820Z Compiling clap v4.5.21
4742024-12-20T19:41:23.221Z Compiling pest v2.7.14
4752024-12-20T19:41:24.952Z Compiling pest_meta v2.7.14
4762024-12-20T19:41:26.047Z Compiling pest_generator v2.7.14
4772024-12-20T19:41:27.492Z Compiling pest_derive v2.7.14
4782024-12-20T19:41:27.669Z Compiling toml_datetime v0.6.8
4792024-12-20T19:41:27.673Z Compiling serde_spanned v0.6.8
4802024-12-20T19:41:27.673Z Compiling cargo-platform v0.1.8
4812024-12-20T19:41:28.041Z Compiling serde_tokenstream v0.2.2
4822024-12-20T19:41:28.165Z Compiling dtrace-parser v0.2.0
4832024-12-20T19:41:28.191Z Compiling toml_edit v0.22.22
4842024-12-20T19:41:28.287Z Compiling camino-tempfile v1.1.1
4852024-12-20T19:41:28.659Z Compiling macaddr v1.0.1
4862024-12-20T19:41:29.357Z Compiling dof v0.3.0
4872024-12-20T19:41:29.357Z Compiling cargo_metadata v0.18.1
4882024-12-20T19:41:31.077Z Compiling toml v0.8.19
4892024-12-20T19:41:31.496Z Compiling usdt-macro v0.5.0
4902024-12-20T19:41:31.569Z Compiling usdt-attr-macro v0.5.0
4912024-12-20T19:41:31.987Z Compiling cargo_toml v0.20.5
4922024-12-20T19:41:33.026Z Compiling usdt v0.5.0
4932024-12-20T19:41:35.654Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-12-20T19:41:39.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.31s
4952024-12-20T19:41:40.061Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-12-20T19:41:40.588Z Downloading crates ...
4972024-12-20T19:41:40.726Z Downloaded headers-core v0.3.0
4982024-12-20T19:41:40.733Z Downloaded http-body v1.0.1
4992024-12-20T19:41:40.737Z Downloaded darling v0.20.10
5002024-12-20T19:41:40.743Z Downloaded heapless v0.7.17
5012024-12-20T19:41:40.753Z Downloaded ident_case v1.0.1
5022024-12-20T19:41:40.753Z Downloaded http-range v0.1.5
5032024-12-20T19:41:40.755Z Downloaded is_ci v1.2.0
5042024-12-20T19:41:40.758Z Downloaded aead v0.5.2
5052024-12-20T19:41:40.765Z Downloaded matches v0.1.10
5062024-12-20T19:41:40.770Z Downloaded icu_provider_macros v1.5.0
5072024-12-20T19:41:40.773Z Downloaded match_cfg v0.1.0
5082024-12-20T19:41:40.775Z Downloaded instant v0.1.13
5092024-12-20T19:41:40.777Z Downloaded async-stream-impl v0.3.6
5102024-12-20T19:41:40.777Z Downloaded array-init v0.0.4
5112024-12-20T19:41:40.782Z Downloaded md5 v0.7.0
5122024-12-20T19:41:40.785Z Downloaded hex v0.4.3
5132024-12-20T19:41:40.788Z Downloaded heck v0.3.3
5142024-12-20T19:41:40.788Z Downloaded async-bb8-diesel v0.2.1
5152024-12-20T19:41:40.790Z Downloaded hubpack_derive v0.1.1
5162024-12-20T19:41:40.792Z Downloaded atomicwrites v0.4.4
5172024-12-20T19:41:40.792Z Downloaded hostname v0.4.0
5182024-12-20T19:41:40.794Z Downloaded atty v0.2.14
5192024-12-20T19:41:40.797Z Downloaded hex-literal v0.4.1
5202024-12-20T19:41:40.797Z Downloaded ahash v0.8.11
5212024-12-20T19:41:40.800Z Downloaded hostname v0.3.1
5222024-12-20T19:41:40.802Z Downloaded lru v0.12.5
5232024-12-20T19:41:40.804Z Downloaded aes-gcm v0.10.3
5242024-12-20T19:41:40.807Z Downloaded libsw v3.3.1
5252024-12-20T19:41:40.810Z Downloaded managed v0.8.0
5262024-12-20T19:41:40.812Z Downloaded async-stream v0.3.6
5272024-12-20T19:41:40.815Z Downloaded atomic-waker v1.1.2
5282024-12-20T19:41:40.818Z Downloaded assert_matches v1.5.0
5292024-12-20T19:41:40.818Z Downloaded ascii-canvas v3.0.0
5302024-12-20T19:41:40.820Z Downloaded arrayref v0.3.9
5312024-12-20T19:41:40.820Z Downloaded httpdate v1.0.3
5322024-12-20T19:41:40.823Z Downloaded bit-set v0.5.3
5332024-12-20T19:41:40.825Z Downloaded lalrpop-util v0.19.12
5342024-12-20T19:41:40.825Z Downloaded ipnetwork v0.20.0
5352024-12-20T19:41:40.829Z Downloaded addr2line v0.24.2
5362024-12-20T19:41:40.832Z Downloaded mime v0.3.17
5372024-12-20T19:41:40.835Z Downloaded bcrypt-pbkdf v0.10.0
5382024-12-20T19:41:40.835Z Downloaded lazy_static v1.5.0
5392024-12-20T19:41:40.837Z Downloaded indent_write v2.2.0
5402024-12-20T19:41:40.843Z Downloaded is-terminal v0.4.13
5412024-12-20T19:41:40.843Z Downloaded async-trait v0.1.83
5422024-12-20T19:41:40.846Z Downloaded maybe-uninit v2.0.0
5432024-12-20T19:41:40.846Z Downloaded maplit v1.0.2
5442024-12-20T19:41:40.846Z Downloaded kstat-rs v0.2.4
5452024-12-20T19:41:40.849Z Downloaded base16ct v0.2.0
5462024-12-20T19:41:40.849Z Downloaded idna_adapter v1.2.0
5472024-12-20T19:41:40.851Z Downloaded backoff v0.4.0
5482024-12-20T19:41:40.853Z Downloaded md-5 v0.10.6
5492024-12-20T19:41:40.853Z Downloaded convert_case v0.4.0
5502024-12-20T19:41:40.856Z Downloaded bit-vec v0.6.3
5512024-12-20T19:41:40.858Z Downloaded bcs v0.1.6
5522024-12-20T19:41:40.860Z Downloaded crunchy v0.2.2
5532024-12-20T19:41:40.860Z Downloaded cfg_aliases v0.2.1
5542024-12-20T19:41:40.860Z Downloaded base64ct v1.6.0
5552024-12-20T19:41:40.863Z Downloaded cfg_aliases v0.1.1
5562024-12-20T19:41:40.865Z Downloaded highway v1.2.0
5572024-12-20T19:41:40.867Z Downloaded crucible-workspace-hack v0.1.0
5582024-12-20T19:41:40.871Z Downloaded ciborium-io v0.2.2
5592024-12-20T19:41:40.871Z Downloaded bb8 v0.8.5
5602024-12-20T19:41:40.874Z Downloaded arrayvec v0.7.6
5612024-12-20T19:41:40.874Z Downloaded lru-cache v0.1.2
5622024-12-20T19:41:40.878Z Downloaded linked-hash-map v0.5.6
5632024-12-20T19:41:40.878Z Downloaded libefi-sys v0.1.0
5642024-12-20T19:41:40.880Z Downloaded ipnet v2.10.1
5652024-12-20T19:41:40.880Z Downloaded hyper-staticfile v0.10.1
5662024-12-20T19:41:40.883Z Downloaded lockfree-object-pool v0.1.6
5672024-12-20T19:41:40.885Z Downloaded jobserver v0.1.32
5682024-12-20T19:41:40.887Z Downloaded instability v0.3.2
5692024-12-20T19:41:40.890Z Downloaded litemap v0.7.3
5702024-12-20T19:41:40.892Z Downloaded keccak v0.1.5
5712024-12-20T19:41:40.892Z Downloaded iana-time-zone v0.1.61
5722024-12-20T19:41:40.895Z Downloaded crc v3.2.1
5732024-12-20T19:41:40.898Z Downloaded sigpipe v0.1.3
5742024-12-20T19:41:40.901Z Downloaded indoc v1.0.9
5752024-12-20T19:41:40.903Z Downloaded sqlparser_derive v0.2.2
5762024-12-20T19:41:40.905Z Downloaded cobs v0.2.3
5772024-12-20T19:41:40.905Z Downloaded crossbeam-deque v0.8.5
5782024-12-20T19:41:40.908Z Downloaded hyper-rustls v0.27.3
5792024-12-20T19:41:40.910Z Downloaded take_mut v0.2.2
5802024-12-20T19:41:40.913Z Downloaded try-lock v0.2.5
5812024-12-20T19:41:40.913Z Downloaded tower-service v0.3.3
5822024-12-20T19:41:40.915Z Downloaded rand_core v0.6.4
5832024-12-20T19:41:40.915Z Downloaded ref-cast-impl v1.0.23
5842024-12-20T19:41:40.918Z Downloaded rand_chacha v0.3.1
5852024-12-20T19:41:40.918Z Downloaded quinn-udp v0.5.5
5862024-12-20T19:41:40.922Z Downloaded block-padding v0.3.3
5872024-12-20T19:41:40.922Z Downloaded cstr-argument v0.1.2
5882024-12-20T19:41:40.924Z Downloaded cipher v0.4.4
5892024-12-20T19:41:40.924Z Downloaded yoke-derive v0.7.4
5902024-12-20T19:41:40.926Z Downloaded want v0.3.1
5912024-12-20T19:41:40.926Z Downloaded chrono-tz-build v0.4.0
5922024-12-20T19:41:40.928Z Downloaded diesel_table_macro_syntax v0.2.0
5932024-12-20T19:41:40.929Z Downloaded zone v0.1.8
5942024-12-20T19:41:40.931Z Downloaded ciborium-ll v0.2.2
5952024-12-20T19:41:40.931Z Downloaded castaway v0.2.3
5962024-12-20T19:41:40.934Z Downloaded cassowary v0.3.0
5972024-12-20T19:41:40.937Z Downloaded http-body-util v0.1.2
5982024-12-20T19:41:40.940Z Downloaded scopeguard v1.2.0
5992024-12-20T19:41:40.941Z Downloaded allocator-api2 v0.2.18
6002024-12-20T19:41:40.943Z Downloaded hickory-client v0.24.1
6012024-12-20T19:41:40.945Z Downloaded argon2 v0.5.3
6022024-12-20T19:41:40.948Z Downloaded bitfield-struct v0.6.2
6032024-12-20T19:41:40.950Z Downloaded memoffset v0.9.1
6042024-12-20T19:41:40.950Z Downloaded humantime v2.1.0
6052024-12-20T19:41:40.953Z Downloaded icu_normalizer v1.5.0
6062024-12-20T19:41:40.957Z Downloaded derive_builder_macro v0.20.2
6072024-12-20T19:41:40.960Z Downloaded rustls-pemfile v1.0.4
6082024-12-20T19:41:40.962Z Downloaded memmap2 v0.9.5
6092024-12-20T19:41:40.962Z Downloaded endian-type v0.1.2
6102024-12-20T19:41:40.964Z Downloaded const_format_proc_macros v0.2.33
6112024-12-20T19:41:40.967Z Downloaded base64 v0.13.1
6122024-12-20T19:41:40.969Z Downloaded signature v2.2.0
6132024-12-20T19:41:40.972Z Downloaded scrypt v0.11.0
6142024-12-20T19:41:40.974Z Downloaded ssh-encoding v0.2.0
6152024-12-20T19:41:40.976Z Downloaded curve25519-dalek-derive v0.1.1
6162024-12-20T19:41:40.978Z Downloaded sqlformat v0.2.6
6172024-12-20T19:41:40.980Z Downloaded thiserror-impl v2.0.3
6182024-12-20T19:41:40.983Z Downloaded tap v1.0.1
6192024-12-20T19:41:40.983Z Downloaded slog-term v2.9.1
6202024-12-20T19:41:40.985Z Downloaded icu_provider v1.5.0
6212024-12-20T19:41:40.989Z Downloaded universal-hash v0.5.1
6222024-12-20T19:41:40.991Z Downloaded ssh-cipher v0.2.0
6232024-12-20T19:41:40.994Z Downloaded mirai-annotations v1.12.0
6242024-12-20T19:41:40.994Z Downloaded cancel-safe-futures v0.1.5
6252024-12-20T19:41:40.997Z Downloaded thiserror-impl-no-std v2.0.2
6262024-12-20T19:41:40.999Z Downloaded ciborium v0.2.2
6272024-12-20T19:41:41.002Z Downloaded untrusted v0.9.0
6282024-12-20T19:41:41.004Z Downloaded tokio-native-tls v0.3.1
6292024-12-20T19:41:41.006Z Downloaded zerovec-derive v0.10.3
6302024-12-20T19:41:41.008Z Downloaded untrusted v0.7.1
6312024-12-20T19:41:41.008Z Downloaded tokio-macros v2.4.0
6322024-12-20T19:41:41.011Z Downloaded rustc-demangle v0.1.24
6332024-12-20T19:41:41.013Z Downloaded arc-swap v1.7.1
6342024-12-20T19:41:41.016Z Downloaded progenitor-impl v0.8.0
6352024-12-20T19:41:41.018Z Downloaded icu_properties v1.5.1
6362024-12-20T19:41:41.021Z Downloaded schemars_derive v0.8.21
6372024-12-20T19:41:41.024Z Downloaded csv-core v0.1.11
6382024-12-20T19:41:41.027Z Downloaded slog-bunyan v2.5.0
6392024-12-20T19:41:41.027Z Downloaded serde_with_macros v3.11.0
6402024-12-20T19:41:41.029Z Downloaded lock_api v0.4.12
6412024-12-20T19:41:41.031Z Downloaded libloading v0.8.5
6422024-12-20T19:41:41.034Z Downloaded progenitor-client v0.8.0
6432024-12-20T19:41:41.037Z Downloaded enum-as-inner v0.5.1
6442024-12-20T19:41:41.040Z Downloaded futures-executor v0.3.31
6452024-12-20T19:41:41.040Z Downloaded foreign-types-macros v0.2.3
6462024-12-20T19:41:41.040Z Downloaded foreign-types v0.5.0
6472024-12-20T19:41:41.043Z Downloaded termtree v0.4.1
6482024-12-20T19:41:41.043Z Downloaded blake2 v0.10.6
6492024-12-20T19:41:41.047Z Downloaded icu_locid_transform_data v1.5.0
6502024-12-20T19:41:41.050Z Downloaded toolchain_find v0.4.0
6512024-12-20T19:41:41.050Z Downloaded structmeta v0.3.0
6522024-12-20T19:41:41.050Z Downloaded hyper-util v0.1.10
6532024-12-20T19:41:41.055Z Downloaded tui-tree-widget v0.22.0
6542024-12-20T19:41:41.057Z Downloaded indicatif v0.17.9
6552024-12-20T19:41:41.061Z Downloaded spin v0.9.8
6562024-12-20T19:41:41.065Z Downloaded waitgroup v0.1.2
6572024-12-20T19:41:41.068Z Downloaded unicode-xid v0.2.6
6582024-12-20T19:41:41.069Z Downloaded num-derive v0.4.2
6592024-12-20T19:41:41.071Z Downloaded packed_struct_codegen v0.10.1
6602024-12-20T19:41:41.072Z Downloaded packed_struct v0.10.1
6612024-12-20T19:41:41.074Z Downloaded yoke v0.7.4
6622024-12-20T19:41:41.076Z Downloaded walkdir v2.5.0
6632024-12-20T19:41:41.076Z Downloaded base64 v0.21.7
6642024-12-20T19:41:41.081Z Downloaded base64 v0.22.1
6652024-12-20T19:41:41.085Z Downloaded num-integer v0.1.46
6662024-12-20T19:41:41.087Z Downloaded progenitor v0.8.0
6672024-12-20T19:41:41.089Z Downloaded aes v0.8.4
6682024-12-20T19:41:41.093Z Downloaded prettyplease v0.2.25
6692024-12-20T19:41:41.097Z Downloaded rand_seeder v0.3.0
6702024-12-20T19:41:41.099Z Downloaded scheduled-thread-pool v0.2.7
6712024-12-20T19:41:41.101Z Downloaded same-file v1.0.6
6722024-12-20T19:41:41.105Z Downloaded salsa20 v0.10.2
6732024-12-20T19:41:41.105Z Downloaded crc32fast v1.4.2
6742024-12-20T19:41:41.108Z Downloaded icu_collections v1.5.0
6752024-12-20T19:41:41.112Z Downloaded foreign-types v0.3.2
6762024-12-20T19:41:41.114Z Downloaded structmeta v0.2.0
6772024-12-20T19:41:41.117Z Downloaded strip-ansi-escapes v0.2.0
6782024-12-20T19:41:41.117Z Downloaded progenitor-macro v0.8.0
6792024-12-20T19:41:41.119Z Downloaded slog-dtrace v0.3.0
6802024-12-20T19:41:41.121Z Downloaded slog-async v2.8.0
6812024-12-20T19:41:41.132Z Downloaded phf_shared v0.10.0
6822024-12-20T19:41:41.134Z Downloaded peg-runtime v0.8.3
6832024-12-20T19:41:41.134Z Downloaded oso-derive v0.27.3
6842024-12-20T19:41:41.137Z Downloaded writeable v0.5.5
6852024-12-20T19:41:41.139Z Downloaded postgres-protocol v0.6.7
6862024-12-20T19:41:41.139Z Downloaded pin-project-internal v1.1.6
6872024-12-20T19:41:41.141Z Downloaded pbkdf2 v0.12.2
6882024-12-20T19:41:41.144Z Downloaded thiserror-no-std v2.0.2
6892024-12-20T19:41:41.147Z Downloaded nu-ansi-term v0.50.1
6902024-12-20T19:41:41.150Z Downloaded pin-project-lite v0.2.14
6912024-12-20T19:41:41.156Z Downloaded difflib v0.4.0
6922024-12-20T19:41:41.159Z Downloaded defmt-macros v0.3.9
6932024-12-20T19:41:41.161Z Downloaded dyn-clone v1.0.17
6942024-12-20T19:41:41.163Z Downloaded dunce v1.0.5
6952024-12-20T19:41:41.166Z Downloaded dsl_auto_type v0.1.2
6962024-12-20T19:41:41.166Z Downloaded debug-ignore v1.0.5
6972024-12-20T19:41:41.169Z Downloaded const_format v0.2.33
6982024-12-20T19:41:41.173Z Downloaded group v0.13.0
6992024-12-20T19:41:41.176Z Downloaded heapless v0.8.0
7002024-12-20T19:41:41.179Z Downloaded tungstenite v0.23.0
7012024-12-20T19:41:41.183Z Downloaded tungstenite v0.21.0
7022024-12-20T19:41:41.187Z Downloaded sync_wrapper v1.0.1
7032024-12-20T19:41:41.189Z Downloaded dropshot_endpoint v0.12.0
7042024-12-20T19:41:41.192Z Downloaded gethostname v0.5.0
7052024-12-20T19:41:41.194Z Downloaded tabwriter v1.4.0
7062024-12-20T19:41:41.196Z Downloaded darling_macro v0.20.10
7072024-12-20T19:41:41.196Z Downloaded nibble_vec v0.1.0
7082024-12-20T19:41:41.199Z Downloaded write16 v1.0.0
7092024-12-20T19:41:41.199Z Downloaded foldhash v0.1.3
7102024-12-20T19:41:41.201Z Downloaded float-ord v0.3.2
7112024-12-20T19:41:41.201Z Downloaded qorb v0.2.1
7122024-12-20T19:41:41.209Z Downloaded pin-project v1.1.6
7132024-12-20T19:41:41.218Z Downloaded dhcproto-macros v0.1.0
7142024-12-20T19:41:41.221Z Downloaded quick-error v1.2.3
7152024-12-20T19:41:41.221Z Downloaded rpassword v7.3.1
7162024-12-20T19:41:41.223Z Downloaded tokio-tungstenite v0.23.1
7172024-12-20T19:41:41.225Z Downloaded normalize-line-endings v0.3.0
7182024-12-20T19:41:41.227Z Downloaded serde_derive_internals v0.29.1
7192024-12-20T19:41:41.230Z Downloaded parse-size v1.1.0
7202024-12-20T19:41:41.234Z Downloaded sha1 v0.10.6
7212024-12-20T19:41:41.237Z Downloaded stable_deref_trait v1.2.0
7222024-12-20T19:41:41.237Z Downloaded defmt v0.3.8
7232024-12-20T19:41:41.237Z Downloaded spin v0.5.2
7242024-12-20T19:41:41.239Z Downloaded diff v0.1.13
7252024-12-20T19:41:41.242Z Downloaded slog v2.7.0
7262024-12-20T19:41:41.244Z Downloaded samael v0.0.17
7272024-12-20T19:41:41.252Z Downloaded precomputed-hash v0.1.1
7282024-12-20T19:41:41.254Z Downloaded topological-sort v0.2.2
7292024-12-20T19:41:41.254Z Downloaded thread_local v1.1.8
7302024-12-20T19:41:41.257Z Downloaded native-tls v0.2.12
7312024-12-20T19:41:41.260Z Downloaded termios v0.3.3
7322024-12-20T19:41:41.262Z Downloaded crypto-bigint v0.5.5
7332024-12-20T19:41:41.266Z Downloaded pem v3.0.4
7342024-12-20T19:41:41.269Z Downloaded unicase v2.7.0
7352024-12-20T19:41:41.271Z Downloaded tokio-rustls v0.24.1
7362024-12-20T19:41:41.274Z Downloaded zip v0.6.6
7372024-12-20T19:41:41.278Z Downloaded wyz v0.5.1
7382024-12-20T19:41:41.281Z Downloaded postgres-types v0.2.8
7392024-12-20T19:41:41.283Z Downloaded miniz_oxide v0.8.0
7402024-12-20T19:41:41.286Z Downloaded headers v0.4.0
7412024-12-20T19:41:41.291Z Downloaded vte_generate_state_changes v0.1.2
7422024-12-20T19:41:41.293Z Downloaded num v0.4.3
7432024-12-20T19:41:41.293Z Downloaded ed25519 v2.2.3
7442024-12-20T19:41:41.297Z Downloaded parse-display-derive v0.10.0
7452024-12-20T19:41:41.302Z Downloaded fxhash v0.2.1
7462024-12-20T19:41:41.302Z Downloaded glob v0.3.1
7472024-12-20T19:41:41.302Z Downloaded ghash v0.5.1
7482024-12-20T19:41:41.304Z Downloaded fragile v2.0.0
7492024-12-20T19:41:41.304Z Downloaded futures-task v0.3.31
7502024-12-20T19:41:41.307Z Downloaded ff v0.13.0
7512024-12-20T19:41:41.307Z Downloaded filetime v0.2.25
7522024-12-20T19:41:41.309Z Downloaded sec1 v0.7.3
7532024-12-20T19:41:41.312Z Downloaded dropshot_endpoint v0.13.0
7542024-12-20T19:41:41.314Z Downloaded libxml v0.3.3
7552024-12-20T19:41:41.321Z Downloaded crossbeam-channel v0.5.13
7562024-12-20T19:41:41.326Z Downloaded ppv-lite86 v0.2.20
7572024-12-20T19:41:41.328Z Downloaded parse-display v0.10.0
7582024-12-20T19:41:41.331Z Downloaded tokio-postgres v0.7.12
7592024-12-20T19:41:41.335Z Downloaded rustversion v1.0.17
7602024-12-20T19:41:41.338Z Downloaded openssl-macros v0.1.1
7612024-12-20T19:41:41.340Z Downloaded num_threads v0.1.7
7622024-12-20T19:41:41.342Z Downloaded oso v0.27.3
7632024-12-20T19:41:41.344Z Downloaded num-traits v0.2.19
7642024-12-20T19:41:41.347Z Downloaded shlex v1.3.0
7652024-12-20T19:41:41.350Z Downloaded static_assertions v1.1.0
7662024-12-20T19:41:41.353Z Downloaded serde_urlencoded v0.7.1
7672024-12-20T19:41:41.353Z Downloaded vsss-rs v3.3.4
7682024-12-20T19:41:41.357Z Downloaded structmeta-derive v0.3.0
7692024-12-20T19:41:41.361Z Downloaded structmeta-derive v0.2.0
7702024-12-20T19:41:41.361Z Downloaded stringprep v0.1.5
7712024-12-20T19:41:41.364Z Downloaded zerocopy v0.6.6
7722024-12-20T19:41:41.364Z Downloaded ecdsa v0.16.9
7732024-12-20T19:41:41.367Z Downloaded fs_extra v1.3.0
7742024-12-20T19:41:41.370Z Downloaded libm v0.2.8
7752024-12-20T19:41:41.376Z Downloaded strum v0.26.3
7762024-12-20T19:41:41.380Z Downloaded http v1.1.0
7772024-12-20T19:41:41.384Z Downloaded env_filter v0.1.2
7782024-12-20T19:41:41.387Z Downloaded flume v0.11.1
7792024-12-20T19:41:41.390Z Downloaded diesel-dtrace v0.4.2
7802024-12-20T19:41:41.390Z Downloaded embedded-io v0.6.1
7812024-12-20T19:41:41.392Z Downloaded xz2 v0.1.7
7822024-12-20T19:41:41.395Z Downloaded zerofrom v0.1.4
7832024-12-20T19:41:41.395Z Downloaded itertools v0.10.5
7842024-12-20T19:41:41.402Z Downloaded num-conv v0.1.0
7852024-12-20T19:41:41.405Z Downloaded predicates v3.1.2
7862024-12-20T19:41:41.408Z Downloaded parking_lot_core v0.9.10
7872024-12-20T19:41:41.410Z Downloaded hash32 v0.3.1
7882024-12-20T19:41:41.410Z Downloaded hash32 v0.2.1
7892024-12-20T19:41:41.412Z Downloaded serde_repr v0.1.19
7902024-12-20T19:41:41.415Z Downloaded tokio-tungstenite v0.21.0
7912024-12-20T19:41:41.417Z Downloaded r2d2 v0.8.10
7922024-12-20T19:41:41.419Z Downloaded psl-types v2.0.11
7932024-12-20T19:41:41.422Z Downloaded uuid v1.11.0
7942024-12-20T19:41:41.424Z Downloaded string_cache v0.8.7
7952024-12-20T19:41:41.426Z Downloaded parking_lot_core v0.8.6
7962024-12-20T19:41:41.429Z Downloaded serde-big-array v0.5.1
7972024-12-20T19:41:41.431Z Downloaded signal-hook-tokio v0.3.1
7982024-12-20T19:41:41.434Z Downloaded derive-where v1.2.7
7992024-12-20T19:41:41.436Z Downloaded itertools v0.12.1
8002024-12-20T19:41:41.443Z Downloaded getrandom v0.2.15
8012024-12-20T19:41:41.447Z Downloaded strum_macros v0.25.3
8022024-12-20T19:41:41.449Z Downloaded simd-adler32 v0.3.7
8032024-12-20T19:41:41.452Z Downloaded url v2.5.3
8042024-12-20T19:41:41.455Z Downloaded yasna v0.5.2
8052024-12-20T19:41:41.458Z Downloaded idna v1.0.3
8062024-12-20T19:41:41.462Z Downloaded strum_macros v0.24.3
8072024-12-20T19:41:41.465Z Downloaded fd-lock v4.0.2
8082024-12-20T19:41:41.467Z Downloaded itertools v0.13.0
8092024-12-20T19:41:41.475Z Downloaded zeroize v1.8.1
8102024-12-20T19:41:41.478Z Downloaded futures-channel v0.3.31
8112024-12-20T19:41:41.481Z Downloaded newtype_derive v0.1.6
8122024-12-20T19:41:41.483Z Downloaded proc-macro-crate v1.3.1
8132024-12-20T19:41:41.483Z Downloaded futures-macro v0.3.31
8142024-12-20T19:41:41.483Z Downloaded futures-io v0.3.31
8152024-12-20T19:41:41.486Z Downloaded futures-core v0.3.31
8162024-12-20T19:41:41.486Z Downloaded fallible-streaming-iterator v0.1.9
8172024-12-20T19:41:41.488Z Downloaded unicode-bidi v0.3.17
8182024-12-20T19:41:41.490Z Downloaded toml v0.7.8
8192024-12-20T19:41:41.494Z Downloaded path-slash v0.1.5
8202024-12-20T19:41:41.497Z Downloaded signal-hook v0.3.17
8212024-12-20T19:41:41.499Z Downloaded ref-cast v1.0.23
8222024-12-20T19:41:41.504Z Downloaded percent-encoding v2.3.1
8232024-12-20T19:41:41.506Z Downloaded mio v1.0.2
8242024-12-20T19:41:41.509Z Downloaded quinn v0.11.5
8252024-12-20T19:41:41.513Z Downloaded nodrop v0.1.14
8262024-12-20T19:41:41.516Z Downloaded funty v2.0.0
8272024-12-20T19:41:41.516Z Downloaded tinyvec_macros v0.1.1
8282024-12-20T19:41:41.518Z Downloaded tokio-rustls v0.26.0
8292024-12-20T19:41:41.521Z Downloaded sct v0.7.1
8302024-12-20T19:41:41.523Z Downloaded tracing-attributes v0.1.27
8312024-12-20T19:41:41.525Z Downloaded tinystr v0.7.6
8322024-12-20T19:41:41.528Z Downloaded tiny-keccak v2.0.2
8332024-12-20T19:41:41.531Z Downloaded twox-hash v1.6.3
8342024-12-20T19:41:41.533Z Downloaded foreign-types-shared v0.1.1
8352024-12-20T19:41:41.536Z Downloaded supports-color v3.0.1
8362024-12-20T19:41:41.536Z Downloaded foreign-types-shared v0.3.1
8372024-12-20T19:41:41.538Z Downloaded zone_cfg_derive v0.3.0
8382024-12-20T19:41:41.538Z Downloaded zone_cfg_derive v0.1.2
8392024-12-20T19:41:41.538Z Downloaded zopfli v0.8.1
8402024-12-20T19:41:41.550Z Downloaded embedded-io v0.4.0
8412024-12-20T19:41:41.550Z Downloaded dirs-next v2.0.0
8422024-12-20T19:41:41.550Z Downloaded openssl-probe v0.1.5
8432024-12-20T19:41:41.550Z Downloaded opaque-debug v0.3.1
8442024-12-20T19:41:41.550Z Downloaded fallible-iterator v0.3.0
8452024-12-20T19:41:41.554Z Downloaded fallible-iterator v0.2.0
8462024-12-20T19:41:41.554Z Downloaded num-complex v0.4.6
8472024-12-20T19:41:41.554Z Downloaded password-hash v0.5.0
8482024-12-20T19:41:41.556Z Downloaded pem-rfc7468 v0.7.0
8492024-12-20T19:41:41.559Z Downloaded aws-lc-rs v1.10.0
8502024-12-20T19:41:41.567Z Downloaded new_debug_unreachable v1.0.6
8512024-12-20T19:41:41.570Z Downloaded rfc6979 v0.4.0
8522024-12-20T19:41:41.573Z Downloaded synstructure v0.13.1
8532024-12-20T19:41:41.574Z Downloaded serde_plain v1.0.2
8542024-12-20T19:41:41.576Z Downloaded hyper v1.5.0
8552024-12-20T19:41:41.580Z Downloaded smallvec v0.6.14
8562024-12-20T19:41:41.582Z Downloaded typify v0.2.0
8572024-12-20T19:41:41.585Z Downloaded snafu-derive v0.8.5
8582024-12-20T19:41:41.587Z Downloaded ed25519-dalek v2.1.1
8592024-12-20T19:41:41.590Z Downloaded tls_codec v0.4.1
8602024-12-20T19:41:41.594Z Downloaded time-core v0.1.2
8612024-12-20T19:41:41.594Z Downloaded resolv-conf v0.7.0
8622024-12-20T19:41:41.597Z Downloaded futures v0.3.31
8632024-12-20T19:41:41.602Z Downloaded tls_codec_derive v0.4.1
8642024-12-20T19:41:41.604Z Downloaded rustc-hash v1.1.0
8652024-12-20T19:41:41.606Z Downloaded value-bag v1.9.0
8662024-12-20T19:41:41.608Z Downloaded float-cmp v0.9.0
8672024-12-20T19:41:41.611Z Downloaded defmt-parser v0.3.4
8682024-12-20T19:41:41.611Z Downloaded hashbrown v0.12.3
8692024-12-20T19:41:41.615Z Downloaded pbkdf2 v0.11.0
8702024-12-20T19:41:41.617Z Downloaded env_logger v0.11.5
8712024-12-20T19:41:41.620Z Downloaded env_logger v0.10.2
8722024-12-20T19:41:41.624Z Downloaded utf-8 v0.7.6
8732024-12-20T19:41:41.626Z Downloaded subtle v2.6.1
8742024-12-20T19:41:41.629Z Downloaded hashbrown v0.13.2
8752024-12-20T19:41:41.633Z Downloaded parking_lot v0.11.2
8762024-12-20T19:41:41.636Z Downloaded pretty-hex v0.2.1
8772024-12-20T19:41:41.636Z Downloaded phf_codegen v0.11.2
8782024-12-20T19:41:41.639Z Downloaded phf v0.11.2
8792024-12-20T19:41:41.639Z Downloaded primeorder v0.13.6
8802024-12-20T19:41:41.639Z Downloaded newtype-uuid v1.1.3
8812024-12-20T19:41:41.642Z Downloaded owo-colors v4.1.0
8822024-12-20T19:41:41.644Z Downloaded num_enum_derive v0.5.11
8832024-12-20T19:41:41.647Z Downloaded zerovec v0.10.4
8842024-12-20T19:41:41.651Z Downloaded sync-ptr v0.1.1
8852024-12-20T19:41:41.654Z Downloaded snafu v0.8.5
8862024-12-20T19:41:41.659Z Downloaded publicsuffix v2.2.3
8872024-12-20T19:41:41.662Z Downloaded rustc-hash v2.0.0
8882024-12-20T19:41:41.665Z Downloaded rustls-pki-types v1.10.0
8892024-12-20T19:41:41.668Z Downloaded similar v2.6.0
8902024-12-20T19:41:41.671Z Downloaded uzers v0.12.1
8912024-12-20T19:41:41.674Z Downloaded num_enum v0.5.11
8922024-12-20T19:41:41.681Z Downloaded polyval v0.6.2
8932024-12-20T19:41:41.684Z Downloaded vergen v8.3.2
8942024-12-20T19:41:41.687Z Downloaded blake3 v1.5.4
8952024-12-20T19:41:41.693Z Downloaded newline-converter v0.3.0
8962024-12-20T19:41:41.695Z Downloaded number_prefix v0.4.0
8972024-12-20T19:41:41.695Z Downloaded displaydoc v0.2.5
8982024-12-20T19:41:41.698Z Downloaded p521 v0.13.3
8992024-12-20T19:41:41.703Z Downloaded downcast v0.11.0
9002024-12-20T19:41:41.705Z Downloaded parking_lot v0.12.3
9012024-12-20T19:41:41.707Z Downloaded wait-timeout v0.2.0
9022024-12-20T19:41:41.711Z Downloaded utf8_iter v1.0.4
9032024-12-20T19:41:41.711Z Downloaded derive_builder v0.20.2
9042024-12-20T19:41:41.714Z Downloaded smf v0.2.3
9052024-12-20T19:41:41.716Z Downloaded x509-cert v0.2.5
9062024-12-20T19:41:41.722Z Downloaded serde-hex v0.1.0
9072024-12-20T19:41:41.724Z Downloaded form_urlencoded v1.2.1
9082024-12-20T19:41:41.725Z Downloaded hkdf v0.12.4
9092024-12-20T19:41:41.727Z Downloaded pkcs1 v0.7.5
9102024-12-20T19:41:41.729Z Downloaded tinyvec v1.8.0
9112024-12-20T19:41:41.733Z Downloaded termcolor v1.4.1
9122024-12-20T19:41:41.735Z Downloaded flagset v0.4.6
9132024-12-20T19:41:41.738Z Downloaded num-bigint v0.4.6
9142024-12-20T19:41:41.741Z Downloaded deranged v0.3.11
9152024-12-20T19:41:41.744Z Downloaded zerocopy-derive v0.8.10
9162024-12-20T19:41:41.749Z Downloaded omicron-zone-package v0.11.1
9172024-12-20T19:41:41.754Z Downloaded signal-hook-mio v0.2.4
9182024-12-20T19:41:41.757Z Downloaded multimap v0.10.0
9192024-12-20T19:41:41.757Z Downloaded rand_xorshift v0.3.0
9202024-12-20T19:41:41.757Z Downloaded predicates-tree v1.0.11
9212024-12-20T19:41:41.759Z Downloaded des v0.8.1
9222024-12-20T19:41:41.759Z Downloaded futures-sink v0.3.31
9232024-12-20T19:41:41.762Z Downloaded strum_macros v0.26.4
9242024-12-20T19:41:41.764Z Downloaded rustls-pemfile v2.2.0
9252024-12-20T19:41:41.767Z Downloaded num-iter v0.1.45
9262024-12-20T19:41:41.767Z Downloaded derive_more v0.99.18
9272024-12-20T19:41:41.771Z Downloaded fixedbitset v0.4.2
9282024-12-20T19:41:41.774Z Downloaded bindgen v0.69.5
9292024-12-20T19:41:41.781Z Downloaded either v1.13.0
9302024-12-20T19:41:41.785Z Downloaded olpc-cjson v0.1.4
9312024-12-20T19:41:41.785Z Downloaded semver v0.1.20
9322024-12-20T19:41:41.790Z Downloaded nom v7.1.3
9332024-12-20T19:41:41.792Z Downloaded term v0.7.0
9342024-12-20T19:41:41.795Z Downloaded nanorand v0.7.0
9352024-12-20T19:41:41.797Z Downloaded half v2.4.1
9362024-12-20T19:41:41.801Z Downloaded zone v0.3.0
9372024-12-20T19:41:41.806Z Downloaded toml_edit v0.19.15
9382024-12-20T19:41:41.818Z Downloaded num-rational v0.4.2
9392024-12-20T19:41:41.822Z Downloaded poly1305 v0.8.0
9402024-12-20T19:41:41.824Z Downloaded multer v3.1.0
9412024-12-20T19:41:41.827Z Downloaded globset v0.4.15
9422024-12-20T19:41:41.827Z Downloaded slog-json v2.6.1
9432024-12-20T19:41:41.827Z Downloaded which v4.4.2
9442024-12-20T19:41:41.830Z Downloaded lalrpop v0.19.12
9452024-12-20T19:41:41.840Z Downloaded smallvec v1.13.2
9462024-12-20T19:41:41.843Z Downloaded time v0.3.36
9472024-12-20T19:41:41.850Z Downloaded ron v0.7.1
9482024-12-20T19:41:41.855Z Downloaded ron v0.8.1
9492024-12-20T19:41:41.861Z Downloaded icu_properties_data v1.5.0
9502024-12-20T19:41:41.874Z Downloaded unicode-properties v0.1.3
9512024-12-20T19:41:41.878Z Downloaded der_derive v0.7.3
9522024-12-20T19:41:41.878Z Downloaded dhcproto v0.12.0
9532024-12-20T19:41:41.881Z Downloaded bitvec v1.0.1
9542024-12-20T19:41:41.896Z Downloaded der v0.7.9
9552024-12-20T19:41:41.899Z Downloaded elliptic-curve v0.13.8
9562024-12-20T19:41:41.903Z Downloaded expectorate v1.1.0
9572024-12-20T19:41:41.905Z Downloaded reedline v0.35.0
9582024-12-20T19:41:41.912Z Downloaded mockall_derive v0.13.0
9592024-12-20T19:41:41.915Z Downloaded tungstenite v0.24.0
9602024-12-20T19:41:41.918Z Downloaded tar v0.4.42
9612024-12-20T19:41:41.921Z Downloaded tokio-util v0.7.12
9622024-12-20T19:41:41.928Z Downloaded quick-xml v0.33.0
9632024-12-20T19:41:41.934Z Downloaded typed-path v0.9.3
9642024-12-20T19:41:41.941Z Downloaded winnow v0.5.40
9652024-12-20T19:41:41.949Z Downloaded schemars v0.8.21
9662024-12-20T19:41:41.961Z Downloaded git2 v0.19.0
9672024-12-20T19:41:41.969Z Downloaded idna v0.5.0
9682024-12-20T19:41:41.977Z Downloaded idna v0.3.0
9692024-12-20T19:41:41.985Z Downloaded unicode-segmentation v1.12.0
9702024-12-20T19:41:41.990Z Downloaded p384 v0.13.0
9712024-12-20T19:41:41.994Z Downloaded flate2 v1.0.34
9722024-12-20T19:41:42.000Z Downloaded hashbrown v0.14.5
9732024-12-20T19:41:42.006Z Downloaded rustls-webpki v0.101.7
9742024-12-20T19:41:42.021Z Downloaded portable-atomic v1.9.0
9752024-12-20T19:41:42.027Z Downloaded idna v0.2.3
9762024-12-20T19:41:42.035Z Downloaded idna v0.4.0
9772024-12-20T19:41:42.042Z Downloaded rustls-webpki v0.102.8
9782024-12-20T19:41:42.061Z Downloaded quinn-proto v0.11.8
9792024-12-20T19:41:42.068Z Downloaded rustls v0.21.12
9802024-12-20T19:41:42.080Z Downloaded zerocopy v0.8.10
9812024-12-20T19:41:42.103Z Downloaded rustyline v14.0.0
9822024-12-20T19:41:42.107Z Downloaded gimli v0.31.1
9832024-12-20T19:41:42.116Z Downloaded curve25519-dalek v4.1.3
9842024-12-20T19:41:42.125Z Downloaded openssl v0.10.66
9852024-12-20T19:41:42.135Z Downloaded object v0.30.4
9862024-12-20T19:41:42.145Z Downloaded unicode-normalization v0.1.24
9872024-12-20T19:41:42.149Z Downloaded regex-syntax v0.6.29
9882024-12-20T19:41:42.157Z Downloaded rustls v0.23.19
9892024-12-20T19:41:42.171Z Downloaded smoltcp v0.11.0
9902024-12-20T19:41:42.184Z Downloaded vcpkg v0.2.15
9912024-12-20T19:41:42.222Z Downloaded h2 v0.4.6
9922024-12-20T19:41:42.228Z Downloaded regex v1.11.1
9932024-12-20T19:41:42.240Z Downloaded unicode-width v0.2.0
9942024-12-20T19:41:42.247Z Downloaded openapiv3 v2.0.0
9952024-12-20T19:41:42.260Z Downloaded radix_trie v0.2.1
9962024-12-20T19:41:42.265Z Downloaded polar-core v0.27.3
9972024-12-20T19:41:42.274Z Downloaded trust-dns-proto v0.22.0
9982024-12-20T19:41:42.286Z Downloaded diesel v2.2.6
9992024-12-20T19:41:42.322Z Downloaded regress v0.10.1
10002024-12-20T19:41:42.336Z Downloaded regex-syntax v0.8.5
10012024-12-20T19:41:42.347Z Downloaded sled v0.34.7
10022024-12-20T19:41:42.359Z Downloaded smoltcp v0.9.1
10032024-12-20T19:41:42.372Z Downloaded petname v2.0.2
10042024-12-20T19:41:42.377Z Downloaded object v0.36.5
10052024-12-20T19:41:42.388Z Downloaded nix v0.29.0
10062024-12-20T19:41:42.399Z Downloaded dropshot v0.13.0
10072024-12-20T19:41:42.420Z Downloaded hickory-proto v0.24.1
10082024-12-20T19:41:42.435Z Downloaded chrono-tz v0.10.0
10092024-12-20T19:41:42.442Z Downloaded nix v0.28.0
10102024-12-20T19:41:42.452Z Downloaded bstr v1.10.0
10112024-12-20T19:41:42.462Z Downloaded bzip2-sys v0.1.11+1.0.8
10122024-12-20T19:41:42.474Z Downloaded nix v0.27.1
10132024-12-20T19:41:42.485Z Downloaded zerocopy-derive v0.6.6
10142024-12-20T19:41:42.494Z Downloaded dropshot v0.12.0
10152024-12-20T19:41:42.514Z Downloaded rustls v0.22.4
10162024-12-20T19:41:42.527Z Downloaded regex-automata v0.4.8
10172024-12-20T19:41:42.543Z Downloaded regress v0.9.1
10182024-12-20T19:41:42.552Z Downloaded typify-impl v0.2.0
10192024-12-20T19:41:42.565Z Downloaded ratatui v0.28.1
10202024-12-20T19:41:42.587Z Downloaded rayon v1.10.0
10212024-12-20T19:41:42.593Z Downloaded proptest v1.5.0
10222024-12-20T19:41:42.604Z Downloaded webpki-roots v0.26.6
10232024-12-20T19:41:42.607Z Downloaded reqwest v0.12.9
10242024-12-20T19:41:42.615Z Downloaded fatfs v0.3.6
10252024-12-20T19:41:42.618Z Downloaded serde_with v3.11.0
10262024-12-20T19:41:42.626Z Downloaded tough v0.19.0
10272024-12-20T19:41:42.634Z Downloaded chrono v0.4.38
10282024-12-20T19:41:42.642Z Downloaded lzma-sys v0.1.20
10292024-12-20T19:41:42.670Z Downloaded csv v1.3.0
10302024-12-20T19:41:42.689Z Downloaded rusqlite v0.32.1
10312024-12-20T19:41:42.695Z Downloaded subprocess v0.2.9
10322024-12-20T19:41:42.698Z Downloaded num-bigint-dig v0.8.4
10332024-12-20T19:41:42.702Z Downloaded futures-util v0.3.31
10342024-12-20T19:41:42.714Z Downloaded tokio v1.40.0
10352024-12-20T19:41:42.752Z Downloaded petgraph v0.6.5
10362024-12-20T19:41:42.768Z Downloaded libz-sys v1.1.20
10372024-12-20T19:41:42.790Z Downloaded rusty-fork v0.3.0
10382024-12-20T19:41:42.793Z Downloaded pkcs5 v0.7.1
10392024-12-20T19:41:42.795Z Downloaded salty v0.3.0
10402024-12-20T19:41:42.802Z Downloaded sqlparser v0.45.0
10412024-12-20T19:41:42.807Z Downloaded ssh-key v0.6.6
10422024-12-20T19:41:42.814Z Downloaded sha3 v0.10.8
10432024-12-20T19:41:42.819Z Downloaded slog-stdlog v4.1.1
10442024-12-20T19:41:42.821Z Downloaded slog-scope v4.4.0
10452024-12-20T19:41:42.823Z Downloaded serde_path_to_error v0.1.16
10462024-12-20T19:41:42.824Z Downloaded tokio-stream v0.1.16
10472024-12-20T19:41:42.827Z Downloaded tokio-rustls v0.25.0
10482024-12-20T19:41:42.829Z Downloaded time-macros v0.2.18
10492024-12-20T19:41:42.831Z Downloaded russh v0.45.0
10502024-12-20T19:41:42.836Z Downloaded utf16_iter v1.0.5
10512024-12-20T19:41:42.838Z Downloaded vte v0.11.1
10522024-12-20T19:41:42.840Z Downloaded display-error-chain v0.2.2
10532024-12-20T19:41:42.842Z Downloaded dirs-sys-next v0.1.2
10542024-12-20T19:41:42.842Z Downloaded rustc_version v0.4.1
10552024-12-20T19:41:42.847Z Downloaded p256 v0.13.2
10562024-12-20T19:41:42.849Z Downloaded steno v0.4.1
10572024-12-20T19:41:42.852Z Downloaded pkg-config v0.3.31
10582024-12-20T19:41:42.852Z Downloaded diesel_derives v2.2.3
10592024-12-20T19:41:42.856Z Downloaded darling_core v0.20.10
10602024-12-20T19:41:42.860Z Downloaded rayon-core v1.12.1
10612024-12-20T19:41:42.864Z Downloaded encoding_rs v0.8.34
10622024-12-20T19:41:42.885Z Downloaded tracing v0.1.40
10632024-12-20T19:41:42.890Z Downloaded parse-zoneinfo v0.3.1
10642024-12-20T19:41:42.892Z Downloaded rcgen v0.12.1
10652024-12-20T19:41:42.896Z Downloaded zeroize_derive v1.4.2
10662024-12-20T19:41:42.896Z Downloaded whoami v1.5.2
10672024-12-20T19:41:42.898Z Downloaded signal-hook-registry v1.4.2
10682024-12-20T19:41:42.900Z Downloaded mockall v0.13.0
10692024-12-20T19:41:42.900Z Downloaded hashlink v0.9.1
10702024-12-20T19:41:42.902Z Downloaded openssl-sys v0.9.103
10712024-12-20T19:41:42.906Z Downloaded unicode_categories v0.1.1
10722024-12-20T19:41:42.909Z Downloaded crossterm v0.28.1
10732024-12-20T19:41:42.915Z Downloaded zerofrom-derive v0.1.4
10742024-12-20T19:41:42.918Z Downloaded xattr v1.3.1
10752024-12-20T19:41:42.920Z Downloaded unicode-truncate v1.1.0
10762024-12-20T19:41:42.920Z Downloaded secrecy v0.8.0
10772024-12-20T19:41:42.922Z Downloaded aho-corasick v1.1.3
10782024-12-20T19:41:42.926Z Downloaded russh-cryptovec v0.7.3
10792024-12-20T19:41:42.928Z Downloaded powerfmt v0.2.0
10802024-12-20T19:41:42.928Z Downloaded rustfmt-wrapper v0.2.1
10812024-12-20T19:41:42.930Z Downloaded radium v0.7.0
10822024-12-20T19:41:42.930Z Downloaded pin-utils v0.1.0
10832024-12-20T19:41:42.932Z Downloaded phf_shared v0.11.2
10842024-12-20T19:41:42.932Z Downloaded phf_generator v0.11.2
10852024-12-20T19:41:42.942Z Downloaded paste v1.0.15
10862024-12-20T19:41:42.946Z Downloaded tokio-tungstenite v0.24.0
10872024-12-20T19:41:42.946Z Downloaded socket2 v0.5.7
10882024-12-20T19:41:42.946Z Downloaded rand v0.8.5
10892024-12-20T19:41:42.946Z Downloaded zip v2.1.3
10902024-12-20T19:41:42.948Z Downloaded tracing-core v0.1.32
10912024-12-20T19:41:42.950Z Downloaded rustc_version v0.1.7
10922024-12-20T19:41:42.953Z Downloaded postcard v1.0.10
10932024-12-20T19:41:42.955Z Downloaded pkcs8 v0.10.2
10942024-12-20T19:41:42.958Z Downloaded password-hash v0.4.2
10952024-12-20T19:41:42.958Z Downloaded test-strategy v0.3.1
10962024-12-20T19:41:42.960Z Downloaded unsafe-libyaml v0.2.11
10972024-12-20T19:41:42.964Z Downloaded slab v0.4.9
10982024-12-20T19:41:42.966Z Downloaded siphasher v0.3.11
10992024-12-20T19:41:42.970Z Downloaded rtoolbox v0.0.2
11002024-12-20T19:41:42.970Z Downloaded unarray v0.1.4
11012024-12-20T19:41:42.972Z Downloaded thiserror v2.0.3
11022024-12-20T19:41:42.975Z Downloaded rsa v0.9.6
11032024-12-20T19:41:42.980Z Downloaded bumpalo v3.16.0
11042024-12-20T19:41:42.983Z Downloaded serde_yaml v0.9.34+deprecated
11052024-12-20T19:41:42.987Z Downloaded minimal-lexical v0.2.1
11062024-12-20T19:41:42.992Z Downloaded hickory-server v0.24.1
11072024-12-20T19:41:42.997Z Downloaded cc v1.1.30
11082024-12-20T19:41:43.001Z Downloaded data-encoding v2.6.0
11092024-12-20T19:41:43.004Z Downloaded hickory-resolver v0.24.1
11102024-12-20T19:41:43.006Z Downloaded peg-macros v0.8.4
11112024-12-20T19:41:43.009Z Downloaded peg v0.8.4
11122024-12-20T19:41:43.012Z Downloaded crossbeam-utils v0.8.20
11132024-12-20T19:41:43.014Z Downloaded typify-macro v0.2.0
11142024-12-20T19:41:43.016Z Downloaded slog-envlogger v2.2.0
11152024-12-20T19:41:43.018Z Downloaded bytes v1.8.0
11162024-12-20T19:41:43.021Z Downloaded shell-words v1.1.0
11172024-12-20T19:41:43.023Z Downloaded enum-as-inner v0.6.1
11182024-12-20T19:41:43.027Z Downloaded chacha20poly1305 v0.10.1
11192024-12-20T19:41:43.028Z Downloaded predicates-core v1.0.8
11202024-12-20T19:41:43.028Z Downloaded backtrace v0.3.74
11212024-12-20T19:41:43.032Z Downloaded crossbeam-epoch v0.9.18
11222024-12-20T19:41:43.034Z Downloaded compact_str v0.8.0
11232024-12-20T19:41:43.036Z Downloaded derive_builder_core v0.20.2
11242024-12-20T19:41:43.039Z Downloaded russh-keys v0.45.0
11252024-12-20T19:41:43.041Z Downloaded indexmap v1.9.3
11262024-12-20T19:41:43.044Z Downloaded const-oid v0.9.6
11272024-12-20T19:41:43.047Z Downloaded bzip2 v0.4.4
11282024-12-20T19:41:43.050Z Downloaded clang-sys v1.8.1
11292024-12-20T19:41:43.054Z Downloaded ena v0.14.3
11302024-12-20T19:41:43.054Z Downloaded crc-any v2.5.0
11312024-12-20T19:41:43.057Z Downloaded cookie v0.18.1
11322024-12-20T19:41:43.059Z Downloaded blowfish v0.9.1
11332024-12-20T19:41:43.059Z Downloaded cookie_store v0.21.0
11342024-12-20T19:41:43.062Z Downloaded cbc v0.1.2
11352024-12-20T19:41:43.065Z Downloaded icu_normalizer_data v1.5.0
11362024-12-20T19:41:43.065Z Downloaded icu_locid v1.5.0
11372024-12-20T19:41:43.069Z Downloaded spki v0.7.3
11382024-12-20T19:41:43.071Z Downloaded libgit2-sys v0.17.0+1.8.1
11392024-12-20T19:41:43.129Z Downloaded console v0.15.8
11402024-12-20T19:41:43.132Z Downloaded crc-catalog v2.4.0
11412024-12-20T19:41:43.134Z Downloaded hmac v0.12.1
11422024-12-20T19:41:43.139Z Downloaded ctr v0.9.2
11432024-12-20T19:41:43.139Z Downloaded chacha20 v0.9.1
11442024-12-20T19:41:43.141Z Downloaded buf-list v1.0.3
11452024-12-20T19:41:43.141Z Downloaded bitflags v1.3.2
11462024-12-20T19:41:43.143Z Downloaded internet-checksum v0.2.1
11472024-12-20T19:41:43.143Z Downloaded mime_guess v2.0.5
11482024-12-20T19:41:43.146Z Downloaded cmake v0.1.51
11492024-12-20T19:41:43.148Z Downloaded httparse v1.9.5
11502024-12-20T19:41:43.152Z Downloaded constant_time_eq v0.3.1
11512024-12-20T19:41:43.152Z Downloaded colored v2.1.0
11522024-12-20T19:41:43.157Z Downloaded bitfield v0.14.0
11532024-12-20T19:41:43.157Z Downloaded cexpr v0.6.0
11542024-12-20T19:41:43.160Z Downloaded icu_locid_transform v1.5.0
11552024-12-20T19:41:43.160Z Downloaded hubpack v0.1.2
11562024-12-20T19:41:43.160Z Downloaded async-recursion v1.1.1
11572024-12-20T19:41:43.165Z Downloaded adler2 v2.0.0
11582024-12-20T19:41:43.168Z Downloaded linear-map v1.2.0
11592024-12-20T19:41:43.168Z Downloaded lazycell v1.3.0
11602024-12-20T19:41:43.168Z Downloaded inout v0.1.3
11612024-12-20T19:41:43.168Z Downloaded impl-trait-for-tuples v0.2.2
11622024-12-20T19:41:43.170Z Downloaded hyper-tls v0.6.0
11632024-12-20T19:41:43.175Z Downloaded home v0.5.9
11642024-12-20T19:41:43.513Z Downloaded aws-lc-sys v0.22.0
11652024-12-20T19:41:43.899Z Downloaded ring v0.17.8
11662024-12-20T19:41:44.046Z Downloaded libsqlite3-sys v0.30.1
11672024-12-20T19:41:44.125Z Downloaded ring v0.16.20
11682024-12-20T19:41:44.302Z Compiling serde v1.0.215
11692024-12-20T19:41:44.305Z Compiling lock_api v0.4.12
11702024-12-20T19:41:44.305Z Compiling scopeguard v1.2.0
11712024-12-20T19:41:44.305Z Compiling value-bag v1.9.0
11722024-12-20T19:41:44.305Z Compiling typenum v1.17.0
11732024-12-20T19:41:44.461Z Compiling generic-array v0.14.7
11742024-12-20T19:41:44.495Z Compiling syn v2.0.87
11752024-12-20T19:41:44.511Z Compiling getrandom v0.2.15
11762024-12-20T19:41:44.590Z Compiling shlex v1.3.0
11772024-12-20T19:41:44.810Z Compiling rand_core v0.6.4
11782024-12-20T19:41:44.914Z Compiling log v0.4.22
11792024-12-20T19:41:45.014Z Compiling subtle v2.6.1
11802024-12-20T19:41:45.065Z Compiling jobserver v0.1.32
11812024-12-20T19:41:45.084Z Compiling const-oid v0.9.6
11822024-12-20T19:41:45.293Z Compiling smallvec v1.13.2
11832024-12-20T19:41:45.340Z Compiling spin v0.9.8
11842024-12-20T19:41:45.359Z Compiling pin-project-lite v0.2.14
11852024-12-20T19:41:45.487Z Compiling cc v1.1.30
11862024-12-20T19:41:45.690Z Compiling rustix v0.38.37
11872024-12-20T19:41:45.726Z Compiling parking_lot_core v0.9.10
11882024-12-20T19:41:45.778Z Compiling futures-core v0.3.31
11892024-12-20T19:41:45.967Z Compiling signal-hook-registry v1.4.2
11902024-12-20T19:41:46.019Z Compiling mio v1.0.2
11912024-12-20T19:41:46.598Z Compiling parking_lot v0.12.3
11922024-12-20T19:41:46.760Z Compiling aho-corasick v1.1.3
11932024-12-20T19:41:46.790Z Compiling regex-syntax v0.8.5
11942024-12-20T19:41:47.079Z Compiling cpufeatures v0.2.14
11952024-12-20T19:41:47.119Z Compiling lazy_static v1.5.0
11962024-12-20T19:41:47.154Z Compiling stable_deref_trait v1.2.0
11972024-12-20T19:41:47.180Z Compiling either v1.13.0
11982024-12-20T19:41:47.247Z Compiling glob v0.3.1
11992024-12-20T19:41:47.263Z Compiling futures-sink v0.3.31
12002024-12-20T19:41:47.567Z Compiling socket2 v0.5.7
12012024-12-20T19:41:47.579Z Compiling slab v0.4.9
12022024-12-20T19:41:47.682Z Compiling prettyplease v0.2.25
12032024-12-20T19:41:48.083Z Compiling minimal-lexical v0.2.1
12042024-12-20T19:41:48.356Z Compiling libloading v0.8.5
12052024-12-20T19:41:48.432Z Compiling clang-sys v1.8.1
12062024-12-20T19:41:48.681Z Compiling nom v7.1.3
12072024-12-20T19:41:48.801Z Compiling bindgen v0.69.5
12082024-12-20T19:41:48.928Z Compiling serde_json v1.0.132
12092024-12-20T19:41:49.128Z Compiling home v0.5.9
12102024-12-20T19:41:49.393Z Compiling itertools v0.10.5
12112024-12-20T19:41:49.401Z Compiling futures-channel v0.3.31
12122024-12-20T19:41:49.872Z Compiling pin-utils v0.1.0
12132024-12-20T19:41:49.939Z Compiling futures-io v0.3.31
12142024-12-20T19:41:50.071Z Compiling allocator-api2 v0.2.18
12152024-12-20T19:41:50.263Z Compiling foldhash v0.1.3
12162024-12-20T19:41:50.566Z Compiling regex-automata v0.4.8
12172024-12-20T19:41:50.909Z Compiling rustc-hash v1.1.0
12182024-12-20T19:41:51.058Z Compiling lazycell v1.3.0
12192024-12-20T19:41:51.218Z Compiling futures-task v0.3.31
12202024-12-20T19:41:51.541Z Compiling hashbrown v0.15.1
12212024-12-20T19:41:52.127Z Compiling synstructure v0.13.1
12222024-12-20T19:41:52.652Z Compiling cexpr v0.6.0
12232024-12-20T19:41:52.964Z Compiling cmake v0.1.51
12242024-12-20T19:41:53.849Z Compiling dunce v1.0.5
12252024-12-20T19:41:53.897Z Compiling tinyvec_macros v0.1.1
12262024-12-20T19:41:53.984Z Compiling fs_extra v1.3.0
12272024-12-20T19:41:53.987Z Compiling pkg-config v0.3.31
12282024-12-20T19:41:54.019Z Compiling libm v0.2.8
12292024-12-20T19:41:54.372Z Compiling tinyvec v1.8.0
12302024-12-20T19:41:54.418Z Compiling num-traits v0.2.19
12312024-12-20T19:41:54.925Z Compiling ring v0.17.8
12322024-12-20T19:41:55.456Z Compiling base64ct v1.6.0
12332024-12-20T19:41:55.529Z Compiling paste v1.0.15
12342024-12-20T19:41:55.891Z Compiling unicode-normalization v0.1.24
12352024-12-20T19:41:55.998Z Compiling writeable v0.5.5
12362024-12-20T19:41:56.041Z Compiling regex v1.11.1
12372024-12-20T19:41:56.044Z Compiling unicode-bidi v0.3.17
12382024-12-20T19:41:56.081Z Compiling litemap v0.7.3
12392024-12-20T19:41:56.631Z Compiling pem-rfc7468 v0.7.0
12402024-12-20T19:41:57.144Z Compiling aws-lc-rs v1.10.0
12412024-12-20T19:41:57.248Z Compiling flagset v0.4.6
12422024-12-20T19:41:57.418Z Compiling httparse v1.9.5
12432024-12-20T19:41:57.584Z Compiling tracing-core v0.1.32
12442024-12-20T19:41:58.220Z Compiling icu_locid_transform_data v1.5.0
12452024-12-20T19:41:58.330Z Compiling percent-encoding v2.3.1
12462024-12-20T19:41:58.616Z Compiling rustls-pki-types v1.10.0
12472024-12-20T19:41:58.637Z Compiling crossbeam-utils v0.8.20
12482024-12-20T19:41:58.881Z Compiling num-conv v0.1.0
12492024-12-20T19:41:59.118Z Compiling serde_derive v1.0.215
12502024-12-20T19:41:59.138Z Compiling zeroize_derive v1.4.2
12512024-12-20T19:41:59.183Z Compiling zerocopy-derive v0.7.35
12522024-12-20T19:41:59.484Z Compiling tokio-macros v2.4.0
12532024-12-20T19:41:59.644Z Compiling zerofrom-derive v0.1.4
12542024-12-20T19:42:00.590Z Compiling zeroize v1.8.1
12552024-12-20T19:42:01.009Z Compiling thiserror-impl v1.0.69
12562024-12-20T19:42:01.088Z Compiling yoke-derive v0.7.4
12572024-12-20T19:42:01.397Z Compiling zerocopy v0.7.35
12582024-12-20T19:42:02.314Z Compiling crypto-common v0.1.6
12592024-12-20T19:42:02.550Z Compiling block-buffer v0.10.4
12602024-12-20T19:42:02.811Z Compiling digest v0.10.7
12612024-12-20T19:42:03.002Z Compiling futures-macro v0.3.31
12622024-12-20T19:42:03.286Z Compiling hmac v0.12.1
12632024-12-20T19:42:03.367Z Compiling zerovec-derive v0.10.3
12642024-12-20T19:42:03.532Z Compiling block-padding v0.3.3
12652024-12-20T19:42:03.745Z Compiling zerofrom v0.1.4
12662024-12-20T19:42:03.764Z Compiling displaydoc v0.2.5
12672024-12-20T19:42:03.967Z Compiling inout v0.1.3
12682024-12-20T19:42:04.156Z Compiling yoke v0.7.4
12692024-12-20T19:42:04.202Z Compiling cipher v0.4.4
12702024-12-20T19:42:04.466Z Compiling thiserror v1.0.69
12712024-12-20T19:42:04.520Z Compiling sha2 v0.10.8
12722024-12-20T19:42:04.588Z Compiling ppv-lite86 v0.2.20
12732024-12-20T19:42:04.742Z Compiling der_derive v0.7.3
12742024-12-20T19:42:04.881Z Compiling futures-util v0.3.31
12752024-12-20T19:42:05.326Z Compiling icu_provider_macros v1.5.0
12762024-12-20T19:42:05.395Z Compiling rand_chacha v0.3.1
12772024-12-20T19:42:05.950Z Compiling zerovec v0.10.4
12782024-12-20T19:42:06.441Z Compiling tracing-attributes v0.1.27
12792024-12-20T19:42:07.089Z Compiling der v0.7.9
12802024-12-20T19:42:07.762Z Compiling tinystr v0.7.6
12812024-12-20T19:42:07.977Z Compiling icu_collections v1.5.0
12822024-12-20T19:42:08.134Z Compiling icu_locid v1.5.0
12832024-12-20T19:42:08.206Z Compiling rand v0.8.5
12842024-12-20T19:42:09.059Z Compiling salsa20 v0.10.2
12852024-12-20T19:42:09.283Z Compiling icu_provider v1.5.0
12862024-12-20T19:42:09.488Z Compiling spki v0.7.3
12872024-12-20T19:42:09.877Z Compiling pest v2.7.14
12882024-12-20T19:42:10.196Z Compiling tracing v0.1.40
12892024-12-20T19:42:10.331Z Compiling icu_locid_transform v1.5.0
12902024-12-20T19:42:10.363Z Compiling pbkdf2 v0.12.2
12912024-12-20T19:42:10.505Z Compiling untrusted v0.9.0
12922024-12-20T19:42:10.545Z Compiling time-core v0.1.2
12932024-12-20T19:42:10.570Z Compiling mirai-annotations v1.12.0
12942024-12-20T19:42:10.682Z Compiling icu_properties_data v1.5.0
12952024-12-20T19:42:10.705Z Compiling untrusted v0.7.1
12962024-12-20T19:42:10.723Z Compiling powerfmt v0.2.0
12972024-12-20T19:42:10.760Z Compiling vcpkg v0.2.15
12982024-12-20T19:42:10.881Z Compiling time-macros v0.2.18
12992024-12-20T19:42:10.999Z Compiling deranged v0.3.11
13002024-12-20T19:42:12.401Z Compiling pest_meta v2.7.14
13012024-12-20T19:42:12.908Z Compiling bitflags v2.6.0
13022024-12-20T19:42:12.929Z Compiling bytes v1.8.0
13032024-12-20T19:42:13.064Z Compiling indexmap v2.6.0
13042024-12-20T19:42:13.352Z Compiling semver v1.0.23
13052024-12-20T19:42:14.114Z Compiling tokio v1.40.0
13062024-12-20T19:42:14.196Z Compiling http v1.1.0
13072024-12-20T19:42:14.283Z Compiling rustc_version v0.4.1
13082024-12-20T19:42:14.525Z Compiling openssl-sys v0.9.103
13092024-12-20T19:42:14.739Z Compiling icu_properties v1.5.1
13102024-12-20T19:42:15.080Z Compiling scrypt v0.11.0
13112024-12-20T19:42:15.606Z Compiling cbc v0.1.2
13122024-12-20T19:42:15.654Z Compiling aes v0.8.4
13132024-12-20T19:42:15.848Z Compiling scroll_derive v0.12.0
13142024-12-20T19:42:16.339Z Compiling utf16_iter v1.0.5
13152024-12-20T19:42:16.600Z Compiling atomic-waker v1.1.2
13162024-12-20T19:42:16.737Z Compiling icu_normalizer_data v1.5.0
13172024-12-20T19:42:16.840Z Compiling utf8_iter v1.0.4
13182024-12-20T19:42:17.103Z Compiling write16 v1.0.0
13192024-12-20T19:42:17.373Z Compiling num_threads v0.1.7
13202024-12-20T19:42:17.373Z Compiling pkcs5 v0.7.1
13212024-12-20T19:42:17.374Z Compiling time v0.3.36
13222024-12-20T19:42:17.390Z Compiling which v4.4.2
13232024-12-20T19:42:17.582Z Compiling scroll v0.12.0
13242024-12-20T19:42:18.151Z Compiling http-body v1.0.1
13252024-12-20T19:42:18.381Z Compiling pest_generator v2.7.14
13262024-12-20T19:42:18.486Z Compiling icu_normalizer v1.5.0
13272024-12-20T19:42:18.529Z Compiling form_urlencoded v1.2.1
13282024-12-20T19:42:18.626Z Compiling slog v2.7.0
13292024-12-20T19:42:18.859Z Compiling try-lock v0.2.5
13302024-12-20T19:42:19.011Z Compiling want v0.3.1
13312024-12-20T19:42:19.197Z Compiling goblin v0.8.2
13322024-12-20T19:42:19.300Z Compiling pkcs8 v0.10.2
13332024-12-20T19:42:19.719Z Compiling idna_adapter v1.2.0
13342024-12-20T19:42:19.948Z Compiling httpdate v1.0.3
13352024-12-20T19:42:20.041Z Compiling idna v1.0.3
13362024-12-20T19:42:20.385Z Compiling pest_derive v2.7.14
13372024-12-20T19:42:20.476Z Compiling serde_spanned v0.6.8
13382024-12-20T19:42:20.709Z Compiling uuid v1.11.0
13392024-12-20T19:42:21.185Z Compiling dtrace-parser v0.2.0
13402024-12-20T19:42:21.236Z Compiling serde_tokenstream v0.2.2
13412024-12-20T19:42:21.860Z Compiling toml_datetime v0.6.8
13422024-12-20T19:42:21.897Z Compiling iana-time-zone v0.1.61
13432024-12-20T19:42:22.115Z Compiling base64 v0.22.1
13442024-12-20T19:42:22.370Z Compiling foreign-types-shared v0.1.1
13452024-12-20T19:42:22.391Z Compiling tower-service v0.3.3
13462024-12-20T19:42:22.460Z Compiling match_cfg v0.1.0
13472024-12-20T19:42:22.495Z Compiling openssl v0.10.66
13482024-12-20T19:42:22.527Z Compiling tokio-util v0.7.12
13492024-12-20T19:42:22.564Z Compiling adler2 v2.0.0
13502024-12-20T19:42:22.781Z Compiling rustversion v1.0.17
13512024-12-20T19:42:22.903Z Compiling miniz_oxide v0.8.0
13522024-12-20T19:42:22.953Z Compiling hostname v0.3.1
13532024-12-20T19:42:23.217Z Compiling foreign-types v0.3.2
13542024-12-20T19:42:23.323Z Compiling chrono v0.4.38
13552024-12-20T19:42:23.405Z Compiling url v2.5.3
13562024-12-20T19:42:23.548Z Compiling h2 v0.4.6
13572024-12-20T19:42:24.440Z Compiling async-trait v0.1.83
13582024-12-20T19:42:25.371Z Compiling dof v0.3.0
13592024-12-20T19:42:25.408Z Compiling openssl-macros v0.1.1
13602024-12-20T19:42:26.178Z Compiling usdt-impl v0.5.0
13612024-12-20T19:42:26.989Z Compiling dirs-sys-next v0.1.2
13622024-12-20T19:42:27.229Z Compiling native-tls v0.2.12
13632024-12-20T19:42:27.612Z Compiling rustls v0.23.19
13642024-12-20T19:42:27.632Z Compiling rustls v0.22.4
13652024-12-20T19:42:27.681Z Compiling siphasher v0.3.11
13662024-12-20T19:42:27.752Z Compiling syn v1.0.109
13672024-12-20T19:42:27.873Z Compiling data-encoding v2.6.0
13682024-12-20T19:42:27.952Z Compiling dirs-next v2.0.0
13692024-12-20T19:42:28.458Z Compiling http-body-util v0.1.2
13702024-12-20T19:42:29.011Z Compiling heapless v0.7.17
13712024-12-20T19:42:29.446Z Compiling crossbeam-epoch v0.9.18
13722024-12-20T19:42:29.511Z Compiling signature v2.2.0
13732024-12-20T19:42:29.683Z Compiling sha1 v0.10.6
13742024-12-20T19:42:29.774Z Compiling bzip2-sys v0.1.11+1.0.8
13752024-12-20T19:42:29.821Z Compiling serde_derive_internals v0.29.1
13762024-12-20T19:42:30.098Z Compiling thread_local v1.1.8
13772024-12-20T19:42:30.171Z Compiling cookie v0.18.1
13782024-12-20T19:42:30.248Z Compiling encoding_rs v0.8.34
13792024-12-20T19:42:30.270Z Compiling multer v3.1.0
13802024-12-20T19:42:30.453Z Compiling hyper v1.5.0
13812024-12-20T19:42:30.547Z Compiling unicode-properties v0.1.3
13822024-12-20T19:42:30.605Z Compiling signal-hook v0.3.17
13832024-12-20T19:42:30.870Z Compiling slog-async v2.8.0
13842024-12-20T19:42:30.955Z Compiling schemars v0.8.21
13852024-12-20T19:42:31.300Z Compiling gimli v0.31.1
13862024-12-20T19:42:31.404Z Compiling mime v0.3.17
13872024-12-20T19:42:32.035Z Compiling openssl-probe v0.1.5
13882024-12-20T19:42:32.446Z Compiling rayon-core v1.12.1
13892024-12-20T19:42:32.601Z Compiling ipnet v2.10.1
13902024-12-20T19:42:32.753Z Compiling schemars_derive v0.8.21
13912024-12-20T19:42:33.877Z Compiling hyper-util v0.1.10
13922024-12-20T19:42:34.690Z Compiling stringprep v0.1.5
13932024-12-20T19:42:34.823Z Compiling toml_edit v0.22.22
13942024-12-20T19:42:35.890Z Compiling addr2line v0.24.2
13952024-12-20T19:42:36.111Z Compiling crossbeam-deque v0.8.5
13962024-12-20T19:42:36.417Z Compiling usdt-macro v0.5.0
13972024-12-20T19:42:36.468Z Compiling usdt-attr-macro v0.5.0
13982024-12-20T19:42:36.662Z Compiling term v0.7.0
13992024-12-20T19:42:36.806Z Compiling slog-json v2.6.1
14002024-12-20T19:42:36.968Z Compiling serde_urlencoded v0.7.1
14012024-12-20T19:42:37.200Z Compiling curve25519-dalek v4.1.3
14022024-12-20T19:42:37.531Z Compiling crossbeam-channel v0.5.13
14032024-12-20T19:42:37.842Z Compiling enum-as-inner v0.6.1
14042024-12-20T19:42:37.913Z Compiling futures-executor v0.3.31
14052024-12-20T19:42:38.117Z Compiling md-5 v0.10.6
14062024-12-20T19:42:38.233Z Compiling rustls-pemfile v2.2.0
14072024-12-20T19:42:38.383Z Compiling async-stream-impl v0.3.6
14082024-12-20T19:42:38.478Z Compiling num-integer v0.1.46
14092024-12-20T19:42:38.565Z Compiling idna v0.4.0
14102024-12-20T19:42:38.663Z Compiling idna v0.3.0
14112024-12-20T19:42:38.952Z Compiling hash32 v0.2.1
14122024-12-20T19:42:39.230Z Compiling ff v0.13.0
14132024-12-20T19:42:39.345Z Compiling is-terminal v0.4.13
14142024-12-20T19:42:39.451Z Compiling object v0.36.5
14152024-12-20T19:42:39.480Z Compiling dropshot v0.12.0
14162024-12-20T19:42:39.698Z Compiling rustc-demangle v0.1.24
14172024-12-20T19:42:39.768Z Compiling linked-hash-map v0.5.6
14182024-12-20T19:42:40.141Z Compiling psl-types v2.0.11
14192024-12-20T19:42:40.268Z Compiling smoltcp v0.9.1
14202024-12-20T19:42:40.345Z Compiling anyhow v1.0.93
14212024-12-20T19:42:40.366Z Compiling quick-error v1.2.3
14222024-12-20T19:42:40.515Z Compiling fallible-iterator v0.2.0
14232024-12-20T19:42:40.732Z Compiling dyn-clone v1.0.17
14242024-12-20T19:42:40.940Z Compiling num-bigint-dig v0.8.4
14252024-12-20T19:42:40.964Z Compiling portable-atomic v1.9.0
14262024-12-20T19:42:40.983Z Compiling utf-8 v0.7.6
14272024-12-20T19:42:41.216Z Compiling base16ct v0.2.0
14282024-12-20T19:42:41.252Z Compiling take_mut v0.2.2
14292024-12-20T19:42:41.337Z Compiling postgres-protocol v0.6.7
14302024-12-20T19:42:41.420Z Compiling sec1 v0.7.3
14312024-12-20T19:42:41.997Z Compiling tungstenite v0.24.0
14322024-12-20T19:42:42.646Z Compiling resolv-conf v0.7.0
14332024-12-20T19:42:42.867Z Compiling publicsuffix v2.2.3
14342024-12-20T19:42:43.131Z Compiling lru-cache v0.1.2
14352024-12-20T19:42:43.285Z Compiling async-stream v0.3.6
14362024-12-20T19:42:43.338Z Compiling hickory-proto v0.24.1
14372024-12-20T19:42:43.456Z Compiling slog-term v2.9.1
14382024-12-20T19:42:43.598Z Compiling group v0.13.0
14392024-12-20T19:42:43.933Z Compiling usdt v0.5.0
14402024-12-20T19:42:44.458Z Compiling num-iter v0.1.45
14412024-12-20T19:42:44.643Z Compiling futures v0.3.31
14422024-12-20T19:42:44.725Z Compiling toml v0.8.19
14432024-12-20T19:42:44.882Z Compiling slog-bunyan v2.5.0
14442024-12-20T19:42:46.500Z Compiling camino v1.1.9
14452024-12-20T19:42:47.073Z Compiling backtrace v0.3.74
14462024-12-20T19:42:47.501Z Compiling tokio-native-tls v0.3.1
14472024-12-20T19:42:47.544Z Compiling phf_shared v0.11.2
14482024-12-20T19:42:47.786Z Compiling dropshot_endpoint v0.12.0
14492024-12-20T19:42:47.808Z Compiling terminal_size v0.4.0
14502024-12-20T19:42:47.810Z Compiling waitgroup v0.1.2
14512024-12-20T19:42:47.925Z Compiling openapiv3 v2.0.0
14522024-12-20T19:42:48.034Z Compiling serde_path_to_error v0.1.16
14532024-12-20T19:42:48.055Z Compiling hkdf v0.12.4
14542024-12-20T19:42:48.312Z Compiling crypto-bigint v0.5.5
14552024-12-20T19:42:48.882Z Compiling webpki-roots v0.26.6
14562024-12-20T19:42:49.112Z Compiling curve25519-dalek-derive v0.1.1
14572024-12-20T19:42:50.724Z Compiling zerocopy-derive v0.6.6
14582024-12-20T19:42:50.841Z Compiling idna v0.5.0
14592024-12-20T19:42:51.059Z Compiling hubpack_derive v0.1.1
14602024-12-20T19:42:51.942Z Compiling hostname v0.4.0
14612024-12-20T19:42:52.195Z Compiling crc32fast v1.4.2
14622024-12-20T19:42:52.379Z Compiling ahash v0.8.11
14632024-12-20T19:42:52.381Z Compiling fs-err v2.11.0
14642024-12-20T19:42:52.544Z Compiling managed v0.8.0
14652024-12-20T19:42:52.569Z Compiling bitflags v1.3.2
14662024-12-20T19:42:52.678Z Compiling debug-ignore v1.0.5
14672024-12-20T19:42:52.698Z Compiling winnow v0.5.40
14682024-12-20T19:42:52.729Z Compiling strum_macros v0.25.3
14692024-12-20T19:42:53.033Z Compiling console v0.15.8
14702024-12-20T19:42:53.069Z Compiling zerocopy v0.6.6
14712024-12-20T19:42:53.994Z Compiling clap_builder v4.5.21
14722024-12-20T19:42:54.104Z Compiling flate2 v1.0.34
14732024-12-20T19:42:54.322Z Compiling hubpack v0.1.2
14742024-12-20T19:42:54.632Z Compiling cookie_store v0.21.0
14752024-12-20T19:42:54.772Z Compiling elliptic-curve v0.13.8
14762024-12-20T19:42:55.106Z Compiling hickory-resolver v0.24.1
14772024-12-20T19:42:55.632Z Compiling phf v0.11.2
14782024-12-20T19:42:56.282Z Compiling toml_edit v0.19.15
14792024-12-20T19:42:56.615Z Compiling hyper-tls v0.6.0
14802024-12-20T19:42:56.854Z Compiling signal-hook-mio v0.2.4
14812024-12-20T19:42:56.975Z Compiling rayon v1.10.0
14822024-12-20T19:42:57.020Z Compiling bzip2 v0.4.4
14832024-12-20T19:42:57.460Z Compiling tokio-tungstenite v0.24.0
14842024-12-20T19:42:59.388Z Compiling postgres-types v0.2.8
14852024-12-20T19:43:00.956Z Compiling ed25519 v2.2.3
14862024-12-20T19:43:01.887Z Compiling phf_shared v0.10.0
14872024-12-20T19:43:01.909Z Compiling tokio-stream v0.1.16
14882024-12-20T19:43:02.305Z Compiling pkcs1 v0.7.5
14892024-12-20T19:43:02.923Z Compiling serde-big-array v0.5.1
14902024-12-20T19:43:03.019Z Compiling clap_derive v4.5.18
14912024-12-20T19:43:03.155Z Compiling rfc6979 v0.4.0
14922024-12-20T19:43:03.203Z Compiling serde_repr v0.1.19
14932024-12-20T19:43:03.339Z Compiling derive-where v1.2.7
14942024-12-20T19:43:03.360Z Compiling float-cmp v0.9.0
14952024-12-20T19:43:03.528Z Compiling bstr v1.10.0
14962024-12-20T19:43:03.568Z Compiling sync_wrapper v1.0.1
14972024-12-20T19:43:03.725Z Compiling precomputed-hash v0.1.1
14982024-12-20T19:43:03.851Z Compiling number_prefix v0.4.0
14992024-12-20T19:43:04.089Z Compiling difflib v0.4.0
15002024-12-20T19:43:04.368Z Compiling bit-vec v0.6.3
15012024-12-20T19:43:04.705Z Compiling static_assertions v1.1.0
15022024-12-20T19:43:04.721Z Compiling unicode-segmentation v1.12.0
15032024-12-20T19:43:04.843Z Compiling whoami v1.5.2
15042024-12-20T19:43:05.339Z Compiling fixedbitset v0.4.2
15052024-12-20T19:43:05.433Z Compiling predicates-core v1.0.8
15062024-12-20T19:43:05.490Z Compiling normalize-line-endings v0.3.0
15072024-12-20T19:43:05.621Z Compiling unicode-width v0.2.0
15082024-12-20T19:43:05.710Z Compiling new_debug_unreachable v1.0.6
15092024-12-20T19:43:05.795Z Compiling string_cache v0.8.7
15102024-12-20T19:43:05.795Z Compiling predicates v3.1.2
15112024-12-20T19:43:05.835Z Compiling petgraph v0.6.5
15122024-12-20T19:43:06.149Z Compiling indicatif v0.17.9
15132024-12-20T19:43:06.265Z Compiling similar v2.6.0
15142024-12-20T19:43:06.997Z Compiling tokio-postgres v0.7.12
15152024-12-20T19:43:07.562Z Compiling bit-set v0.5.3
15162024-12-20T19:43:07.871Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15172024-12-20T19:43:08.161Z Compiling clap v4.5.21
15182024-12-20T19:43:08.297Z Compiling ecdsa v0.16.9
15192024-12-20T19:43:08.482Z Compiling rsa v0.9.6
15202024-12-20T19:43:08.770Z Compiling ed25519-dalek v2.1.1
15212024-12-20T19:43:09.159Z Compiling toml v0.7.8
15222024-12-20T19:43:10.035Z Compiling zip v0.6.6
15232024-12-20T19:43:10.106Z Compiling crossterm v0.28.1
15242024-12-20T19:43:11.803Z Compiling hex v0.4.3
15252024-12-20T19:43:11.823Z Compiling x509-cert v0.2.5
15262024-12-20T19:43:12.175Z Compiling lalrpop-util v0.19.12
15272024-12-20T19:43:12.441Z Compiling peg-runtime v0.8.3
15282024-12-20T19:43:12.549Z Compiling unicode-xid v0.2.6
15292024-12-20T19:43:12.741Z Compiling strum_macros v0.26.4
15302024-12-20T19:43:12.998Z Compiling xattr v1.3.1
15312024-12-20T19:43:13.096Z Compiling filetime v0.2.25
15322024-12-20T19:43:13.420Z Compiling tar v0.4.42
15332024-12-20T19:43:17.968Z Compiling strum v0.26.3
15342024-12-20T19:43:20.867Z Compiling aws-lc-sys v0.22.0
15352024-12-20T19:43:55.645Z Compiling rustls-webpki v0.102.8
15362024-12-20T19:43:59.019Z Compiling tokio-rustls v0.25.0
15372024-12-20T19:44:00.623Z Compiling tokio-rustls v0.26.0
15382024-12-20T19:44:01.085Z Compiling hyper-rustls v0.27.3
15392024-12-20T19:44:01.379Z Compiling reqwest v0.12.9
15402024-12-20T19:44:02.814Z Compiling qorb v0.2.1
15412024-12-20T19:44:07.481Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15422024-12-20T19:44:07.716Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15432024-12-20T19:44:13.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15442024-12-20T19:44:13.678Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15452024-12-20T19:44:13.729ZDec 20 19:44:12.138 INFO Starting download, target: Clickhouse
15462024-12-20T19:44:13.729ZDec 20 19:44:12.139 INFO Starting download, target: Cockroach
15472024-12-20T19:44:13.729ZDec 20 19:44:12.139 INFO Starting download, target: Console
15482024-12-20T19:44:13.729ZDec 20 19:44:12.139 INFO Starting download, target: DendriteOpenapi
15492024-12-20T19:44:13.729ZDec 20 19:44:12.139 INFO Starting download, target: DendriteStub
15502024-12-20T19:44:13.740ZDec 20 19:44:12.139 INFO Starting download, target: MaghemiteMgd
15512024-12-20T19:44:13.740ZDec 20 19:44:12.139 INFO Starting download, target: TransceiverControl
15522024-12-20T19:44:13.741ZDec 20 19:44:12.139 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15532024-12-20T19:44:13.741ZDec 20 19:44:12.139 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15542024-12-20T19:44:13.741ZDec 20 19:44:12.139 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15552024-12-20T19:44:13.742ZDec 20 19:44:12.139 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-12-20T19:44:13.742ZDec 20 19:44:12.140 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15572024-12-20T19:44:13.742ZDec 20 19:44:12.140 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15582024-12-20T19:44:13.742ZDec 20 19:44:12.140 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15592024-12-20T19:44:14.066ZDec 20 19:44:12.416 INFO Download complete, target: DendriteOpenapi
15602024-12-20T19:44:14.261ZDec 20 19:44:12.588 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15612024-12-20T19:44:14.377ZDec 20 19:44:12.651 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15622024-12-20T19:44:14.603ZDec 20 19:44:12.991 INFO Download complete, target: Console
15632024-12-20T19:44:15.017ZDec 20 19:44:13.242 INFO Download complete, target: TransceiverControl
15642024-12-20T19:44:15.223ZDec 20 19:44:13.352 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15652024-12-20T19:44:15.223ZDec 20 19:44:13.400 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15662024-12-20T19:44:15.643ZDec 20 19:44:14.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15672024-12-20T19:44:16.425ZDec 20 19:44:14.804 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682024-12-20T19:44:16.425ZDec 20 19:44:14.804 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692024-12-20T19:44:17.888ZDec 20 19:44:16.299 INFO Download complete, target: MaghemiteMgd
15702024-12-20T19:44:17.889ZDec 20 19:44:16.299 INFO Download complete, target: DendriteStub
15712024-12-20T19:44:24.028ZDec 20 19:44:22.438 INFO Checking that binary works, target: Cockroach
15722024-12-20T19:44:24.189ZDec 20 19:44:22.600 INFO Download complete, target: Cockroach
15732024-12-20T19:44:28.560ZDec 20 19:44:26.970 INFO Checking that binary works, target: Clickhouse
15742024-12-20T19:44:29.159ZDec 20 19:44:27.569 INFO Download complete, target: Clickhouse
15752024-12-20T19:44:29.333ZAll builder prerequisites installed successfully, and PATH looks valid
15762024-12-20T19:44:29.336Z
15772024-12-20T19:44:29.336Zreal 5:25.241771473
15782024-12-20T19:44:29.336Zuser 16:25.018254558
15792024-12-20T19:44:29.336Zsys 3:14.200998027
15802024-12-20T19:44:29.336Ztrap 0.513733955
15812024-12-20T19:44:29.336Ztflt 7.557840732
15822024-12-20T19:44:29.336Zdflt 6.422907211
15832024-12-20T19:44:29.336Zkflt 0.260031044
15842024-12-20T19:44:29.336Zlock 29:33.289104841
15852024-12-20T19:44:29.336Zslp 1:03:20.298027783
15862024-12-20T19:44:29.336Zlat 53.456143418
15872024-12-20T19:44:29.336Zstop 2:13.400516342
15882024-12-20T19:44:29.336Z+ banner hack-check
15892024-12-20T19:44:29.336Z
15902024-12-20T19:44:29.336Z # # ## #### # # #### # # ###### #### # #
15912024-12-20T19:44:29.336Z # # # # # # # # # # # # # # # # #
15922024-12-20T19:44:29.336Z ###### # # # #### ##### # ###### ##### # ####
15932024-12-20T19:44:29.336Z # # ###### # # # # # # # # # #
15942024-12-20T19:44:29.336Z # # # # # # # # # # # # # # # # #
15952024-12-20T19:44:29.336Z # # # # #### # # #### # # ###### #### # #
15962024-12-20T19:44:29.336Z
15972024-12-20T19:44:29.336Z+ export CARGO_INCREMENTAL=0
15982024-12-20T19:44:29.336Z+ CARGO_INCREMENTAL=0
15992024-12-20T19:44:29.337Z+ ptime -m timeout 2h cargo xtask check-features --ci
16002024-12-20T19:44:29.872Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16012024-12-20T19:44:33.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
16022024-12-20T19:44:33.697Z Running `target/debug/xtask check-features --ci`
16032024-12-20T19:44:33.718Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16042024-12-20T19:44:33.721Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16052024-12-20T19:44:34.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16062024-12-20T19:44:34.182Z Running `target/debug/xtask download cargo-hack`
16072024-12-20T19:44:35.004Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16082024-12-20T19:44:35.335Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16092024-12-20T19:44:40.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
16102024-12-20T19:44:40.525Z Running `target/debug/xtask-downloader cargo-hack`
16112024-12-20T19:44:40.561ZDec 20 19:44:38.971 INFO Starting download, target: CargoHack
16122024-12-20T19:44:40.566ZDec 20 19:44:38.971 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16132024-12-20T19:44:41.105ZDec 20 19:44:39.514 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16142024-12-20T19:44:41.195ZDec 20 19:44:39.604 INFO Download complete, target: CargoHack
16152024-12-20T19:44:41.198Zrunning: "/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"
16162024-12-20T19:44:41.215Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16172024-12-20T19:44:41.381Zinfo: running `cargo check --bins` on api_identity (1/175)
16182024-12-20T19:44:41.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-12-20T19:44:41.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-12-20T19:44:41.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-12-20T19:44:41.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16222024-12-20T19:44:41.980Z
16232024-12-20T19:44:41.980Zinfo: running `cargo check --bins` on bootstore (2/175)
16242024-12-20T19:44:42.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-12-20T19:44:42.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-12-20T19:44:42.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-12-20T19:44:42.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16282024-12-20T19:44:42.611Z
16292024-12-20T19:44:42.611Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/175)
16302024-12-20T19:44:43.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-12-20T19:44:43.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-12-20T19:44:43.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-12-20T19:44:43.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16342024-12-20T19:44:43.243Z
16352024-12-20T19:44:43.244Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175)
16362024-12-20T19:44:43.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-12-20T19:44:43.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-12-20T19:44:43.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-12-20T19:44:43.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16402024-12-20T19:44:43.874Z
16412024-12-20T19:44:43.874Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175)
16422024-12-20T19:44:44.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-12-20T19:44:44.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-12-20T19:44:44.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-12-20T19:44:44.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16462024-12-20T19:44:44.289Z
16472024-12-20T19:44:44.289Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175)
16482024-12-20T19:44:44.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-12-20T19:44:44.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-12-20T19:44:44.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-12-20T19:44:44.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16522024-12-20T19:44:44.722Z
16532024-12-20T19:44:44.722Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175)
16542024-12-20T19:44:45.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-12-20T19:44:45.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-12-20T19:44:45.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-12-20T19:44:45.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16582024-12-20T19:44:45.117Z
16592024-12-20T19:44:45.117Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175)
16602024-12-20T19:44:45.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-12-20T19:44:45.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-12-20T19:44:45.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-12-20T19:44:45.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16642024-12-20T19:44:45.536Z
16652024-12-20T19:44:45.536Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175)
16662024-12-20T19:44:45.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-12-20T19:44:45.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-12-20T19:44:45.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-12-20T19:44:45.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702024-12-20T19:44:45.962Z
16712024-12-20T19:44:45.962Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175)
16722024-12-20T19:44:46.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-12-20T19:44:46.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-12-20T19:44:46.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-12-20T19:44:46.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762024-12-20T19:44:46.368Z
16772024-12-20T19:44:46.368Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175)
16782024-12-20T19:44:46.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-12-20T19:44:46.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-12-20T19:44:46.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-12-20T19:44:46.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16822024-12-20T19:44:46.802Z
16832024-12-20T19:44:46.802Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175)
16842024-12-20T19:44:47.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-12-20T19:44:47.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-12-20T19:44:47.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-12-20T19:44:47.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16882024-12-20T19:44:47.203Z
16892024-12-20T19:44:47.203Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175)
16902024-12-20T19:44:51.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-12-20T19:44:51.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-12-20T19:44:51.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-12-20T19:44:51.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16942024-12-20T19:44:51.542Z
16952024-12-20T19:44:51.542Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175)
16962024-12-20T19:44:51.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-12-20T19:44:51.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-12-20T19:44:51.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-12-20T19:44:51.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17002024-12-20T19:44:51.543Z
17012024-12-20T19:44:51.543Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175)
17022024-12-20T19:44:51.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-12-20T19:44:51.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-12-20T19:44:51.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-12-20T19:44:51.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17062024-12-20T19:44:51.555Z
17072024-12-20T19:44:51.555Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175)
17082024-12-20T19:44:51.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-12-20T19:44:51.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-12-20T19:44:51.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-12-20T19:44:51.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17122024-12-20T19:44:51.555Z
17132024-12-20T19:44:51.555Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175)
17142024-12-20T19:44:51.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-12-20T19:44:51.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-12-20T19:44:51.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-12-20T19:44:51.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17182024-12-20T19:44:51.555Z
17192024-12-20T19:44:51.555Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175)
17202024-12-20T19:44:51.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-12-20T19:44:51.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-12-20T19:44:51.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-12-20T19:44:51.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17242024-12-20T19:44:51.556Z
17252024-12-20T19:44:51.556Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175)
17262024-12-20T19:44:51.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-12-20T19:44:51.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-12-20T19:44:51.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-12-20T19:44:51.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17302024-12-20T19:44:51.556Z
17312024-12-20T19:44:51.556Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175)
17322024-12-20T19:44:51.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-12-20T19:44:51.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-12-20T19:44:51.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-12-20T19:44:51.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17362024-12-20T19:44:51.556Z
17372024-12-20T19:44:51.556Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175)
17382024-12-20T19:44:51.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-12-20T19:44:51.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-12-20T19:44:51.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-12-20T19:44:51.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17422024-12-20T19:44:51.633Z
17432024-12-20T19:44:51.633Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175)
17442024-12-20T19:44:51.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-12-20T19:44:51.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-12-20T19:44:51.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-12-20T19:44:51.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17482024-12-20T19:44:51.633Z
17492024-12-20T19:44:51.633Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175)
17502024-12-20T19:44:51.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-12-20T19:44:51.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-12-20T19:44:51.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-12-20T19:44:51.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17542024-12-20T19:44:51.845Z
17552024-12-20T19:44:51.845Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175)
17562024-12-20T19:44:52.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-12-20T19:44:52.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-12-20T19:44:52.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-12-20T19:44:52.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17602024-12-20T19:44:52.272Z
17612024-12-20T19:44:52.272Zinfo: running `cargo check --bins` on sled-hardware-types (25/175)
17622024-12-20T19:44:52.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-12-20T19:44:52.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-12-20T19:44:52.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-12-20T19:44:52.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17662024-12-20T19:44:52.914Z
17672024-12-20T19:44:52.914Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/175)
17682024-12-20T19:44:53.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-12-20T19:44:53.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-12-20T19:44:53.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-12-20T19:44:53.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17722024-12-20T19:44:53.557Z
17732024-12-20T19:44:53.557Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175)
17742024-12-20T19:44:54.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-12-20T19:44:54.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-12-20T19:44:54.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772024-12-20T19:44:54.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17782024-12-20T19:44:54.188Z
17792024-12-20T19:44:54.188Zinfo: running `cargo check --bins` on oxlog (28/175)
17802024-12-20T19:44:55.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812024-12-20T19:44:55.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822024-12-20T19:44:55.731Z Checking cfg-if v1.0.0
17832024-12-20T19:44:55.731Z Checking libc v0.2.162
17842024-12-20T19:44:55.731Z Checking serde v1.0.215
17852024-12-20T19:44:55.731Z Checking zeroize v1.8.1
17862024-12-20T19:44:55.731Z Checking memchr v2.7.4
17872024-12-20T19:44:55.731Z Checking typenum v1.17.0
17882024-12-20T19:44:55.731Z Checking scopeguard v1.2.0
17892024-12-20T19:44:55.731Z Checking subtle v2.6.1
17902024-12-20T19:44:55.731Z Checking value-bag v1.9.0
17912024-12-20T19:44:55.731Z Checking lock_api v0.4.12
17922024-12-20T19:44:55.731Z Checking smallvec v1.13.2
17932024-12-20T19:44:55.731Z Checking itoa v1.0.11
17942024-12-20T19:44:55.731Z Checking log v0.4.22
17952024-12-20T19:44:55.731Z Checking const-oid v0.9.6
17962024-12-20T19:44:55.731Z Checking pin-project-lite v0.2.14
17972024-12-20T19:44:55.731Z Checking byteorder v1.5.0
17982024-12-20T19:44:55.731Z Checking futures-core v0.3.31
17992024-12-20T19:44:55.789Z Checking once_cell v1.20.2
18002024-12-20T19:44:55.831Z Checking cpufeatures v0.2.14
18012024-12-20T19:44:55.891Z Checking futures-sink v0.3.31
18022024-12-20T19:44:55.906Z Checking stable_deref_trait v1.2.0
18032024-12-20T19:44:55.919Z Checking spin v0.9.8
18042024-12-20T19:44:55.993Z Checking zerocopy v0.7.35
18052024-12-20T19:44:56.025Z Checking zerofrom v0.1.4
18062024-12-20T19:44:56.055Z Checking getrandom v0.2.15
18072024-12-20T19:44:56.080Z Checking signal-hook-registry v1.4.2
18082024-12-20T19:44:56.232Z Checking parking_lot_core v0.9.10
18092024-12-20T19:44:56.236Z Checking generic-array v0.14.7
18102024-12-20T19:44:56.261Z Checking mio v1.0.2
18112024-12-20T19:44:56.278Z Checking rand_core v0.6.4
18122024-12-20T19:44:56.321Z Checking socket2 v0.5.7
18132024-12-20T19:44:56.570Z Checking parking_lot v0.12.3
18142024-12-20T19:44:56.570Z Checking slab v0.4.9
18152024-12-20T19:44:56.811Z Checking yoke v0.7.4
18162024-12-20T19:44:56.852Z Checking futures-channel v0.3.31
18172024-12-20T19:44:56.867Z Checking futures-task v0.3.31
18182024-12-20T19:44:56.903Z Checking equivalent v1.0.1
18192024-12-20T19:44:57.002Z Checking foldhash v0.1.3
18202024-12-20T19:44:57.097Z Checking allocator-api2 v0.2.18
18212024-12-20T19:44:57.127Z Checking pin-utils v0.1.0
18222024-12-20T19:44:57.178Z Checking futures-io v0.3.31
18232024-12-20T19:44:57.200Z Checking zerovec v0.10.4
18242024-12-20T19:44:57.217Z Checking tinyvec_macros v0.1.1
18252024-12-20T19:44:57.235Z Checking ryu v1.0.18
18262024-12-20T19:44:57.292Z Checking tinyvec v1.8.0
18272024-12-20T19:44:57.350Z Checking futures-util v0.3.31
18282024-12-20T19:44:57.387Z Checking fnv v1.0.7
18292024-12-20T19:44:57.401Z Checking crypto-common v0.1.6
18302024-12-20T19:44:57.445Z Checking block-buffer v0.10.4
18312024-12-20T19:44:57.499Z Checking block-padding v0.3.3
18322024-12-20T19:44:57.565Z Checking libm v0.2.8
18332024-12-20T19:44:57.671Z Checking digest v0.10.7
18342024-12-20T19:44:57.700Z Checking inout v0.1.3
18352024-12-20T19:44:57.734Z Checking hashbrown v0.15.1
18362024-12-20T19:44:57.931Z Checking cipher v0.4.4
18372024-12-20T19:44:58.057Z Checking hmac v0.12.1
18382024-12-20T19:44:58.278Z Checking sha2 v0.10.8
18392024-12-20T19:44:58.321Z Checking writeable v0.5.5
18402024-12-20T19:44:58.489Z Checking litemap v0.7.3
18412024-12-20T19:44:58.541Z Checking unicode-normalization v0.1.24
18422024-12-20T19:44:58.635Z Checking unicode-bidi v0.3.17
18432024-12-20T19:44:58.822Z Checking base64ct v1.6.0
18442024-12-20T19:44:58.825Z Checking num-traits v0.2.19
18452024-12-20T19:44:58.877Z Checking tinystr v0.7.6
18462024-12-20T19:44:58.879Z Checking ppv-lite86 v0.2.20
18472024-12-20T19:44:59.252Z Checking pem-rfc7468 v0.7.0
18482024-12-20T19:44:59.266Z Checking flagset v0.4.6
18492024-12-20T19:44:59.280Z Checking icu_locid v1.5.0
18502024-12-20T19:44:59.425Z Checking tracing-core v0.1.32
18512024-12-20T19:44:59.444Z Checking thiserror v1.0.69
18522024-12-20T19:44:59.511Z Checking der v0.7.9
18532024-12-20T19:44:59.574Z Checking percent-encoding v2.3.1
18542024-12-20T19:44:59.642Z Checking rand_chacha v0.3.1
18552024-12-20T19:44:59.770Z Checking icu_locid_transform_data v1.5.0
18562024-12-20T19:44:59.855Z Checking rustls-pki-types v1.10.0
18572024-12-20T19:44:59.872Z Checking bytes v1.8.0
18582024-12-20T19:45:00.029Z Checking indexmap v2.6.0
18592024-12-20T19:45:00.098Z Checking serde_json v1.0.132
18602024-12-20T19:45:00.272Z Checking icu_provider v1.5.0
18612024-12-20T19:45:00.452Z Checking bitflags v2.6.0
18622024-12-20T19:45:00.478Z Checking tracing v0.1.40
18632024-12-20T19:45:00.649Z Checking tokio v1.40.0
18642024-12-20T19:45:00.757Z Checking http v1.1.0
18652024-12-20T19:45:00.824Z Checking rand v0.8.5
18662024-12-20T19:45:00.884Z Checking icu_locid_transform v1.5.0
18672024-12-20T19:45:01.335Z Checking icu_collections v1.5.0
18682024-12-20T19:45:01.381Z Checking spki v0.7.3
18692024-12-20T19:45:01.667Z Checking salsa20 v0.10.2
18702024-12-20T19:45:01.867Z Checking pbkdf2 v0.12.2
18712024-12-20T19:45:01.905Z Checking aws-lc-sys v0.22.0
18722024-12-20T19:45:01.919Z Checking httparse v1.9.5
18732024-12-20T19:45:01.974Z Checking untrusted v0.9.0
18742024-12-20T19:45:02.015Z Checking powerfmt v0.2.0
18752024-12-20T19:45:02.076Z Checking untrusted v0.7.1
18762024-12-20T19:45:02.112Z Checking mirai-annotations v1.12.0
18772024-12-20T19:45:02.127Z Checking icu_properties_data v1.5.0
18782024-12-20T19:45:02.232Z Checking ring v0.17.8
18792024-12-20T19:45:02.268Z Checking deranged v0.3.11
18802024-12-20T19:45:02.289Z Checking scrypt v0.11.0
18812024-12-20T19:45:02.325Z Checking aes v0.8.4
18822024-12-20T19:45:02.361Z Checking icu_properties v1.5.1
18832024-12-20T19:45:02.434Z Checking cbc v0.1.2
18842024-12-20T19:45:02.486Z Checking crossbeam-utils v0.8.20
18852024-12-20T19:45:02.631Z Checking time-core v0.1.2
18862024-12-20T19:45:02.787Z Checking num_threads v0.1.7
18872024-12-20T19:45:02.914Z Checking icu_normalizer_data v1.5.0
18882024-12-20T19:45:03.007Z Checking write16 v1.0.0
18892024-12-20T19:45:03.128Z Checking num-conv v0.1.0
18902024-12-20T19:45:03.201Z Checking utf8_iter v1.0.4
18912024-12-20T19:45:03.230Z Checking atomic-waker v1.1.2
18922024-12-20T19:45:03.352Z Checking utf16_iter v1.0.5
18932024-12-20T19:45:03.367Z Checking pkcs5 v0.7.1
18942024-12-20T19:45:03.402Z Checking http-body v1.0.1
18952024-12-20T19:45:03.517Z Checking form_urlencoded v1.2.1
18962024-12-20T19:45:03.607Z Checking try-lock v0.2.5
18972024-12-20T19:45:03.719Z Checking unicode-ident v1.0.13
18982024-12-20T19:45:03.742Z Checking want v0.3.1
18992024-12-20T19:45:03.870Z Checking pkcs8 v0.10.2
19002024-12-20T19:45:03.885Z Checking httpdate v1.0.3
19012024-12-20T19:45:03.915Z Checking proc-macro2 v1.0.89
19022024-12-20T19:45:04.048Z Checking time v0.3.36
19032024-12-20T19:45:04.096Z Checking toml_datetime v0.6.8
19042024-12-20T19:45:04.113Z Checking serde_spanned v0.6.8
19052024-12-20T19:45:04.162Z Checking uuid v1.11.0
19062024-12-20T19:45:04.282Z Checking slog v2.7.0
19072024-12-20T19:45:04.362Z Checking scroll v0.12.0
19082024-12-20T19:45:04.526Z Checking aws-lc-rs v1.10.0
19092024-12-20T19:45:04.554Z Checking iana-time-zone v0.1.61
19102024-12-20T19:45:04.697Z Checking plain v0.2.3
19112024-12-20T19:45:04.735Z Checking foreign-types-shared v0.1.1
19122024-12-20T19:45:04.784Z Checking ucd-trie v0.1.7
19132024-12-20T19:45:04.829Z Checking adler2 v2.0.0
19142024-12-20T19:45:04.843Z Checking tower-service v0.3.3
19152024-12-20T19:45:04.846Z Checking match_cfg v0.1.0
19162024-12-20T19:45:04.939Z Checking base64 v0.22.1
19172024-12-20T19:45:04.959Z Checking hostname v0.3.1
19182024-12-20T19:45:04.962Z Checking miniz_oxide v0.8.0
19192024-12-20T19:45:04.989Z Checking pest v2.7.14
19202024-12-20T19:45:05.084Z Checking goblin v0.8.2
19212024-12-20T19:45:05.401Z Checking foreign-types v0.3.2
19222024-12-20T19:45:05.493Z Checking chrono v0.4.38
19232024-12-20T19:45:05.664Z Checking icu_normalizer v1.5.0
19242024-12-20T19:45:05.711Z Checking quote v1.0.37
19252024-12-20T19:45:06.068Z Checking openssl-sys v0.9.103
19262024-12-20T19:45:06.343Z Checking rustls-webpki v0.102.8
19272024-12-20T19:45:06.404Z Checking idna_adapter v1.2.0
19282024-12-20T19:45:06.588Z Checking errno v0.3.9
19292024-12-20T19:45:06.604Z Checking idna v1.0.3
19302024-12-20T19:45:06.769Z Checking dirs-sys-next v0.1.2
19312024-12-20T19:45:06.932Z Checking aho-corasick v1.1.3
19322024-12-20T19:45:07.088Z Checking url v2.5.3
19332024-12-20T19:45:07.125Z Checking pretty-hex v0.4.1
19342024-12-20T19:45:07.289Z Checking regex-syntax v0.8.5
19352024-12-20T19:45:07.351Z Checking data-encoding v2.6.0
19362024-12-20T19:45:07.478Z Checking siphasher v0.3.11
19372024-12-20T19:45:07.553Z Checking dtrace-parser v0.2.0
19382024-12-20T19:45:07.782Z Checking openssl v0.10.66
19392024-12-20T19:45:07.814Z Checking tokio-util v0.7.12
19402024-12-20T19:45:07.890Z Checking dirs-next v2.0.0
19412024-12-20T19:45:08.029Z Checking rustix v0.38.37
19422024-12-20T19:45:08.048Z Checking syn v2.0.87
19432024-12-20T19:45:08.051Z Checking http-body-util v0.1.2
19442024-12-20T19:45:08.492Z Checking crossbeam-epoch v0.9.18
19452024-12-20T19:45:08.579Z Checking sha1 v0.10.6
19462024-12-20T19:45:08.720Z Checking h2 v0.4.6
19472024-12-20T19:45:08.844Z Checking signature v2.2.0
19482024-12-20T19:45:08.934Z Checking lazy_static v1.5.0
19492024-12-20T19:45:09.042Z Checking thread_local v1.1.8
19502024-12-20T19:45:09.057Z Checking thread-id v4.2.2
19512024-12-20T19:45:09.164Z Checking encoding_rs v0.8.34
19522024-12-20T19:45:09.293Z Checking gimli v0.31.1
19532024-12-20T19:45:10.137Z Checking dof v0.3.0
19542024-12-20T19:45:10.611Z Checking regex-automata v0.4.8
19552024-12-20T19:45:10.772Z Checking ipnet v2.10.1
19562024-12-20T19:45:11.246Z Checking mime v0.3.17
19572024-12-20T19:45:11.476Z Checking unicode-properties v0.1.3
19582024-12-20T19:45:11.575Z Checking anstyle v1.0.10
19592024-12-20T19:45:11.623Z Checking winnow v0.6.20
19602024-12-20T19:45:11.822Z Checking utf8parse v0.2.2
19612024-12-20T19:45:11.918Z Checking openssl-probe v0.1.5
19622024-12-20T19:45:11.965Z Checking anstyle-parse v0.2.5
19632024-12-20T19:45:12.072Z Checking stringprep v0.1.5
19642024-12-20T19:45:12.232Z Checking crossbeam-deque v0.8.5
19652024-12-20T19:45:12.344Z Checking term v0.7.0
19662024-12-20T19:45:12.537Z Checking rustls v0.22.4
19672024-12-20T19:45:12.760Z Checking rustls v0.23.19
19682024-12-20T19:45:13.345Z Checking native-tls v0.2.12
19692024-12-20T19:45:13.410Z Checking addr2line v0.24.2
19702024-12-20T19:45:13.663Z Checking slog-json v2.6.1
19712024-12-20T19:45:13.908Z Checking serde_urlencoded v0.7.1
19722024-12-20T19:45:13.928Z Checking crossbeam-channel v0.5.13
19732024-12-20T19:45:14.332Z Checking futures-executor v0.3.31
19742024-12-20T19:45:14.443Z Checking usdt-impl v0.5.0
19752024-12-20T19:45:14.561Z Checking num-integer v0.1.46
19762024-12-20T19:45:14.578Z Checking toml_edit v0.22.22
19772024-12-20T19:45:14.647Z Checking rustls-pemfile v2.2.0
19782024-12-20T19:45:14.776Z Checking hyper v1.5.0
19792024-12-20T19:45:14.856Z Checking idna v0.4.0
19802024-12-20T19:45:14.961Z Checking idna v0.3.0
19812024-12-20T19:45:15.049Z Checking md-5 v0.10.6
19822024-12-20T19:45:15.253Z Checking ff v0.13.0
19832024-12-20T19:45:15.319Z Checking is-terminal v0.4.13
19842024-12-20T19:45:15.443Z Checking memmap v0.7.0
19852024-12-20T19:45:15.463Z Checking hash32 v0.2.1
19862024-12-20T19:45:15.652Z Checking object v0.36.5
19872024-12-20T19:45:15.667Z Checking colorchoice v1.0.2
19882024-12-20T19:45:15.773Z Checking base16ct v0.2.0
19892024-12-20T19:45:15.788Z Checking rustc-demangle v0.1.24
19902024-12-20T19:45:15.790Z Checking fallible-iterator v0.2.0
19912024-12-20T19:45:15.964Z Checking utf-8 v0.7.6
19922024-12-20T19:45:16.159Z Checking quick-error v1.2.3
19932024-12-20T19:45:16.186Z Checking take_mut v0.2.2
19942024-12-20T19:45:16.201Z Checking is_terminal_polyfill v1.70.1
19952024-12-20T19:45:16.287Z Checking linked-hash-map v0.5.6
19962024-12-20T19:45:16.308Z Checking anstyle-query v1.1.1
19972024-12-20T19:45:16.323Z Checking either v1.13.0
19982024-12-20T19:45:16.421Z Checking dyn-clone v1.0.17
19992024-12-20T19:45:16.436Z Checking psl-types v2.0.11
20002024-12-20T19:45:16.549Z Checking schemars v0.8.21
20012024-12-20T19:45:16.599Z Checking publicsuffix v2.2.3
20022024-12-20T19:45:16.616Z Checking lru-cache v0.1.2
20032024-12-20T19:45:16.694Z Checking anstream v0.6.15
20042024-12-20T19:45:16.788Z Checking postgres-protocol v0.6.7
20052024-12-20T19:45:16.791Z Checking hyper-util v0.1.10
20062024-12-20T19:45:16.830Z Checking slog-async v2.8.0
20072024-12-20T19:45:17.049Z Checking resolv-conf v0.7.0
20082024-12-20T19:45:17.120Z Checking tokio-rustls v0.25.0
20092024-12-20T19:45:17.167Z Checking toml v0.8.19
20102024-12-20T19:45:17.388Z Checking tungstenite v0.24.0
20112024-12-20T19:45:17.466Z Checking sec1 v0.7.3
20122024-12-20T19:45:17.490Z Checking heapless v0.7.17
20132024-12-20T19:45:17.824Z Checking usdt v0.5.0
20142024-12-20T19:45:17.964Z Checking hickory-proto v0.24.1
20152024-12-20T19:45:18.076Z Checking group v0.13.0
20162024-12-20T19:45:18.151Z Checking slog-term v2.9.1
20172024-12-20T19:45:18.181Z Checking tokio-rustls v0.26.0
20182024-12-20T19:45:18.315Z Checking num-iter v0.1.45
20192024-12-20T19:45:18.332Z Checking futures v0.3.31
20202024-12-20T19:45:18.443Z Checking slog-bunyan v2.5.0
20212024-12-20T19:45:18.484Z Checking tokio-native-tls v0.3.1
20222024-12-20T19:45:18.524Z Checking rayon-core v1.12.1
20232024-12-20T19:45:18.575Z Checking terminal_size v0.4.0
20242024-12-20T19:45:18.610Z Checking multer v3.1.0
20252024-12-20T19:45:18.636Z Checking phf_shared v0.11.2
20262024-12-20T19:45:18.721Z Checking cookie v0.18.1
20272024-12-20T19:45:18.736Z Checking async-stream v0.3.6
20282024-12-20T19:45:18.765Z Checking bzip2-sys v0.1.11+1.0.8
20292024-12-20T19:45:18.885Z Checking signal-hook v0.3.17
20302024-12-20T19:45:18.906Z Checking camino v1.1.9
20312024-12-20T19:45:18.909Z Checking waitgroup v0.1.2
20322024-12-20T19:45:18.995Z Checking openapiv3 v2.0.0
20332024-12-20T19:45:19.041Z Checking webpki-roots v0.26.6
20342024-12-20T19:45:19.144Z Checking serde_path_to_error v0.1.16
20352024-12-20T19:45:19.165Z Checking idna v0.5.0
20362024-12-20T19:45:19.218Z Checking hkdf v0.12.4
20372024-12-20T19:45:19.243Z Checking crypto-bigint v0.5.5
20382024-12-20T19:45:19.429Z Checking hostname v0.4.0
20392024-12-20T19:45:19.444Z Checking crc32fast v1.4.2
20402024-12-20T19:45:19.558Z Checking managed v0.8.0
20412024-12-20T19:45:19.680Z Checking unicode-width v0.1.14
20422024-12-20T19:45:19.733Z Checking strsim v0.11.1
20432024-12-20T19:45:19.916Z Checking debug-ignore v1.0.5
20442024-12-20T19:45:19.990Z Checking bitflags v1.3.2
20452024-12-20T19:45:20.010Z Checking clap_lex v0.7.2
20462024-12-20T19:45:20.053Z Checking winnow v0.5.40
20472024-12-20T19:45:20.089Z Checking smoltcp v0.9.1
20482024-12-20T19:45:20.142Z Checking console v0.15.8
20492024-12-20T19:45:20.244Z Checking clap_builder v4.5.21
20502024-12-20T19:45:20.723Z Checking cookie_store v0.21.0
20512024-12-20T19:45:21.450Z Checking flate2 v1.0.34
20522024-12-20T19:45:21.520Z Checking hyper-rustls v0.27.3
20532024-12-20T19:45:21.852Z Checking signal-hook-mio v0.2.4
20542024-12-20T19:45:21.981Z Checking rayon v1.10.0
20552024-12-20T19:45:22.038Z Checking elliptic-curve v0.13.8
20562024-12-20T19:45:22.111Z Checking phf v0.11.2
20572024-12-20T19:45:22.187Z Checking backtrace v0.3.74
20582024-12-20T19:45:22.369Z Checking bzip2 v0.4.4
20592024-12-20T19:45:22.531Z Checking dropshot v0.12.0
20602024-12-20T19:45:22.637Z Checking hyper-tls v0.6.0
20612024-12-20T19:45:22.652Z Checking num-bigint-dig v0.8.4
20622024-12-20T19:45:22.719Z Checking hickory-resolver v0.24.1
20632024-12-20T19:45:22.735Z Checking anyhow v1.0.93
20642024-12-20T19:45:22.904Z Checking tokio-tungstenite v0.24.0
20652024-12-20T19:45:23.116Z Checking postgres-types v0.2.8
20662024-12-20T19:45:23.131Z Checking toml_edit v0.19.15
20672024-12-20T19:45:23.291Z Checking regex v1.11.1
20682024-12-20T19:45:23.342Z Checking bstr v1.10.0
20692024-12-20T19:45:23.837Z Checking ed25519 v2.2.3
20702024-12-20T19:45:23.933Z Checking tokio-stream v0.1.16
20712024-12-20T19:45:24.121Z Checking phf_shared v0.10.0
20722024-12-20T19:45:24.273Z Checking zerocopy v0.6.6
20732024-12-20T19:45:24.343Z Checking curve25519-dalek v4.1.3
20742024-12-20T19:45:24.379Z Checking pkcs1 v0.7.5
20752024-12-20T19:45:24.759Z Checking hubpack v0.1.2
20762024-12-20T19:45:24.812Z Checking portable-atomic v1.9.0
20772024-12-20T19:45:24.829Z Checking float-cmp v0.9.0
20782024-12-20T19:45:24.993Z Checking serde-big-array v0.5.1
20792024-12-20T19:45:24.998Z Checking rfc6979 v0.4.0
20802024-12-20T19:45:25.072Z Checking sync_wrapper v1.0.1
20812024-12-20T19:45:25.171Z Checking minimal-lexical v0.2.1
20822024-12-20T19:45:25.204Z Checking difflib v0.4.0
20832024-12-20T19:45:25.209Z Checking unicode-segmentation v1.12.0
20842024-12-20T19:45:25.529Z Checking predicates-core v1.0.8
20852024-12-20T19:45:25.564Z Checking bit-vec v0.6.3
20862024-12-20T19:45:25.579Z Checking new_debug_unreachable v1.0.6
20872024-12-20T19:45:25.663Z Checking fixedbitset v0.4.2
20882024-12-20T19:45:25.695Z Checking normalize-line-endings v0.3.0
20892024-12-20T19:45:25.800Z Checking static_assertions v1.1.0
20902024-12-20T19:45:25.802Z Checking unicode-width v0.2.0
20912024-12-20T19:45:25.831Z Checking number_prefix v0.4.0
20922024-12-20T19:45:25.884Z Checking whoami v1.5.2
20932024-12-20T19:45:25.901Z Checking precomputed-hash v0.1.1
20942024-12-20T19:45:25.915Z Checking petgraph v0.6.5
20952024-12-20T19:45:25.917Z Checking similar v2.6.0
20962024-12-20T19:45:25.992Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20972024-12-20T19:45:26.006Z Checking string_cache v0.8.7
20982024-12-20T19:45:26.162Z Checking qorb v0.2.1
20992024-12-20T19:45:26.180Z Checking tokio-postgres v0.7.12
21002024-12-20T19:45:26.198Z Checking ed25519-dalek v2.1.1
21012024-12-20T19:45:26.252Z Checking indicatif v0.17.9
21022024-12-20T19:45:26.268Z Checking bit-set v0.5.3
21032024-12-20T19:45:26.557Z Checking predicates v3.1.2
21042024-12-20T19:45:26.654Z Checking nom v7.1.3
21052024-12-20T19:45:26.877Z Checking toml v0.7.8
21062024-12-20T19:45:27.021Z Checking reqwest v0.12.9
21072024-12-20T19:45:27.174Z Checking ecdsa v0.16.9
21082024-12-20T19:45:27.445Z Checking rsa v0.9.6
21092024-12-20T19:45:27.882Z Checking clap v4.5.21
21102024-12-20T19:45:28.005Z Checking zip v0.6.6
21112024-12-20T19:45:28.518Z Checking crossterm v0.28.1
21122024-12-20T19:45:28.690Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21132024-12-20T19:45:28.715Z Checking itertools v0.10.5
21142024-12-20T19:45:28.763Z Checking fs-err v2.11.0
21152024-12-20T19:45:28.875Z Checking ahash v0.8.11
21162024-12-20T19:45:29.172Z Checking x509-cert v0.2.5
21172024-12-20T19:45:29.321Z Checking semver v1.0.23
21182024-12-20T19:45:29.336Z Checking hex v0.4.3
21192024-12-20T19:45:29.426Z Checking heck v0.4.1
21202024-12-20T19:45:29.548Z Checking lalrpop-util v0.19.12
21212024-12-20T19:45:29.636Z Checking peg-runtime v0.8.3
21222024-12-20T19:45:29.711Z Checking sigpipe v0.1.3
21232024-12-20T19:45:30.777Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21242024-12-20T19:45:31.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.88s
21252024-12-20T19:45:31.240Z
21262024-12-20T19:45:31.240Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175)
21272024-12-20T19:45:31.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-12-20T19:45:31.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-12-20T19:45:31.898Z Compiling hashbrown v0.14.5
21302024-12-20T19:45:32.015Z Checking heck v0.5.0
21312024-12-20T19:45:32.029Z Compiling unsafe-libyaml v0.2.11
21322024-12-20T19:45:32.041Z Compiling ident_case v1.0.1
21332024-12-20T19:45:32.044Z Checking progenitor-client v0.8.0
21342024-12-20T19:45:32.068Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21352024-12-20T19:45:32.081Z Compiling proc-macro-crate v1.3.1
21362024-12-20T19:45:32.172Z Compiling darling_core v0.20.10
21372024-12-20T19:45:32.227Z Checking ipnetwork v0.20.0
21382024-12-20T19:45:32.400Z Compiling structmeta-derive v0.3.0
21392024-12-20T19:45:32.414Z Compiling newtype-uuid v1.1.3
21402024-12-20T19:45:32.539Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21412024-12-20T19:45:32.741Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21422024-12-20T19:45:32.840Z Compiling lzma-sys v0.1.20
21432024-12-20T19:45:33.062Z Compiling foreign-types-macros v0.2.3
21442024-12-20T19:45:33.134Z Checking regress v0.10.1
21452024-12-20T19:45:33.219Z Compiling num_enum_derive v0.5.11
21462024-12-20T19:45:33.639Z Compiling serde_yaml v0.9.34+deprecated
21472024-12-20T19:45:33.937Z Compiling dropshot v0.13.0
21482024-12-20T19:45:34.233Z Checking arc-swap v1.7.1
21492024-12-20T19:45:34.324Z Checking foreign-types-shared v0.3.1
21502024-12-20T19:45:34.437Z Checking foreign-types v0.5.0
21512024-12-20T19:45:34.644Z Checking slog-scope v4.4.0
21522024-12-20T19:45:34.657Z Compiling proc-macro-error v1.0.4
21532024-12-20T19:45:35.318Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21542024-12-20T19:45:35.395Z Checking tungstenite v0.21.0
21552024-12-20T19:45:35.413Z Compiling structmeta v0.3.0
21562024-12-20T19:45:35.428Z Compiling heck v0.3.3
21572024-12-20T19:45:35.830Z Compiling parse-display-derive v0.10.0
21582024-12-20T19:45:35.845Z Checking num_enum v0.5.11
21592024-12-20T19:45:35.878Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21602024-12-20T19:45:35.996Z Compiling dropshot_endpoint v0.13.0
21612024-12-20T19:45:36.349Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622024-12-20T19:45:36.644Z Checking typify-impl v0.2.0
21632024-12-20T19:45:36.717Z Checking cstr-argument v0.1.2
21642024-12-20T19:45:36.894Z Checking instant v0.1.13
21652024-12-20T19:45:37.093Z Checking pretty-hex v0.2.1
21662024-12-20T19:45:37.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21672024-12-20T19:45:37.533Z Checking base64 v0.21.7
21682024-12-20T19:45:37.913Z Checking fastrand v2.1.1
21692024-12-20T19:45:38.081Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21702024-12-20T19:45:38.260Z Checking tempfile v3.13.0
21712024-12-20T19:45:38.371Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722024-12-20T19:45:38.389Z Checking backoff v0.4.0
21732024-12-20T19:45:38.523Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21742024-12-20T19:45:38.642Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752024-12-20T19:45:38.700Z Checking tokio-tungstenite v0.21.0
21762024-12-20T19:45:38.792Z Checking strum v0.26.3
21772024-12-20T19:45:38.844Z Compiling zone_cfg_derive v0.1.2
21782024-12-20T19:45:38.944Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21792024-12-20T19:45:39.160Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21802024-12-20T19:45:39.175Z Compiling darling_macro v0.20.10
21812024-12-20T19:45:39.192Z Checking slog-stdlog v4.1.1
21822024-12-20T19:45:39.396Z Checking regress v0.9.1
21832024-12-20T19:45:39.515Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21842024-12-20T19:45:39.658Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21852024-12-20T19:45:39.674Z Checking colored v2.1.0
21862024-12-20T19:45:39.942Z Checking macaddr v1.0.1
21872024-12-20T19:45:39.964Z Checking base64 v0.13.1
21882024-12-20T19:45:40.102Z Compiling darling v0.20.10
21892024-12-20T19:45:40.225Z Compiling serde_with_macros v3.11.0
21902024-12-20T19:45:40.328Z Checking ron v0.7.1
21912024-12-20T19:45:40.343Z Checking zone v0.1.8
21922024-12-20T19:45:40.420Z Checking parse-display v0.10.0
21932024-12-20T19:45:40.655Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21942024-12-20T19:45:40.988Z Checking xz2 v0.1.7
21952024-12-20T19:45:41.134Z Checking slog-envlogger v2.2.0
21962024-12-20T19:45:41.283Z Checking tabwriter v1.4.0
21972024-12-20T19:45:41.348Z Checking xattr v1.3.1
21982024-12-20T19:45:41.487Z Checking pem v3.0.4
21992024-12-20T19:45:41.515Z Checking yasna v0.5.2
22002024-12-20T19:45:41.545Z Checking headers-core v0.3.0
22012024-12-20T19:45:41.681Z Checking smf v0.2.3
22022024-12-20T19:45:41.759Z Checking filetime v0.2.25
22032024-12-20T19:45:41.963Z Checking same-file v1.0.6
22042024-12-20T19:45:42.132Z Checking walkdir v2.5.0
22052024-12-20T19:45:42.147Z Checking tar v0.4.42
22062024-12-20T19:45:42.168Z Checking headers v0.4.0
22072024-12-20T19:45:42.398Z Checking camino-tempfile v1.1.1
22082024-12-20T19:45:42.401Z Checking rcgen v0.12.1
22092024-12-20T19:45:42.653Z Checking atomicwrites v0.4.4
22102024-12-20T19:45:42.835Z Checking subprocess v0.2.9
22112024-12-20T19:45:43.166Z Checking serde_with v3.11.0
22122024-12-20T19:45:46.996Z Compiling typify-macro v0.2.0
22132024-12-20T19:45:48.861Z Compiling typify v0.2.0
22142024-12-20T19:45:48.927Z Compiling progenitor-impl v0.8.0
22152024-12-20T19:45:52.110Z Compiling progenitor-macro v0.8.0
22162024-12-20T19:45:56.854Z Checking progenitor v0.8.0
22172024-12-20T19:45:57.005Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22182024-12-20T19:45:57.007Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22192024-12-20T19:45:59.678Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22202024-12-20T19:46:00.070Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22212024-12-20T19:46:06.244Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22222024-12-20T19:46:07.796Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-12-20T19:46:09.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.77s
22242024-12-20T19:46:09.185Z
22252024-12-20T19:46:09.185Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175)
22262024-12-20T19:46:09.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-12-20T19:46:09.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-12-20T19:46:09.837Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22292024-12-20T19:46:11.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
22302024-12-20T19:46:11.380Z
22312024-12-20T19:46:11.380Zinfo: running `cargo check --bins` on nexus-config (31/175)
22322024-12-20T19:46:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-12-20T19:46:11.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-12-20T19:46:11.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-12-20T19:46:11.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22362024-12-20T19:46:11.993Z
22372024-12-20T19:46:11.993Zinfo: running `cargo check --bins` on omicron-rpaths (32/175)
22382024-12-20T19:46:12.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-12-20T19:46:12.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-12-20T19:46:12.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-12-20T19:46:12.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22422024-12-20T19:46:12.588Z
22432024-12-20T19:46:12.588Zinfo: running `cargo check --bins` on omicron-certificates (33/175)
22442024-12-20T19:46:13.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-12-20T19:46:13.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-12-20T19:46:13.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-12-20T19:46:13.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22482024-12-20T19:46:13.206Z
22492024-12-20T19:46:13.206Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/175)
22502024-12-20T19:46:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-12-20T19:46:13.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-12-20T19:46:14.229Z Compiling zerocopy v0.8.10
22532024-12-20T19:46:14.229Z Compiling progenitor-client v0.8.0
22542024-12-20T19:46:14.229Z Compiling itertools v0.13.0
22552024-12-20T19:46:14.258Z Compiling zerocopy-derive v0.8.10
22562024-12-20T19:46:14.258Z Compiling heapless v0.8.0
22572024-12-20T19:46:14.258Z Compiling newtype-uuid v1.1.3
22582024-12-20T19:46:14.258Z Compiling ipnetwork v0.20.0
22592024-12-20T19:46:14.258Z Checking hash32 v0.3.1
22602024-12-20T19:46:14.259Z Compiling instant v0.1.13
22612024-12-20T19:46:14.278Z Compiling smoltcp v0.11.0
22622024-12-20T19:46:14.301Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632024-12-20T19:46:14.439Z Compiling progenitor v0.8.0
22642024-12-20T19:46:14.675Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22652024-12-20T19:46:14.695Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22662024-12-20T19:46:14.861Z Compiling backoff v0.4.0
22672024-12-20T19:46:14.905Z Compiling serde_with v3.11.0
22682024-12-20T19:46:14.987Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692024-12-20T19:46:15.160Z Compiling dropshot v0.13.0
22702024-12-20T19:46:15.209Z Compiling parse-display v0.10.0
22712024-12-20T19:46:15.428Z Checking num-rational v0.4.2
22722024-12-20T19:46:15.823Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732024-12-20T19:46:15.985Z Compiling regress v0.9.1
22742024-12-20T19:46:16.109Z Compiling phf_generator v0.11.2
22752024-12-20T19:46:16.293Z Checking num-complex v0.4.6
22762024-12-20T19:46:17.069Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22772024-12-20T19:46:17.772Z Compiling macaddr v1.0.1
22782024-12-20T19:46:18.244Z Checking cobs v0.2.3
22792024-12-20T19:46:18.379Z Compiling num v0.4.3
22802024-12-20T19:46:18.432Z Checking postcard v1.0.10
22812024-12-20T19:46:18.594Z Compiling phf_codegen v0.11.2
22822024-12-20T19:46:18.989Z Compiling parse-zoneinfo v0.3.1
22832024-12-20T19:46:19.093Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22842024-12-20T19:46:19.369Z Compiling convert_case v0.4.0
22852024-12-20T19:46:20.123Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22862024-12-20T19:46:20.367Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22872024-12-20T19:46:20.520Z Checking float-ord v0.3.2
22882024-12-20T19:46:20.839Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22892024-12-20T19:46:20.967Z Compiling derive_more v0.99.18
22902024-12-20T19:46:21.216Z Compiling chrono-tz-build v0.4.0
22912024-12-20T19:46:21.970Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22922024-12-20T19:46:22.704Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22932024-12-20T19:46:22.886Z Compiling thiserror v2.0.3
22942024-12-20T19:46:22.925Z Compiling crucible-workspace-hack v0.1.0
22952024-12-20T19:46:23.028Z Compiling chrono-tz v0.10.0
22962024-12-20T19:46:23.219Z Checking newline-converter v0.3.0
22972024-12-20T19:46:23.707Z Checking prettyplease v0.2.25
22982024-12-20T19:46:23.869Z Compiling thiserror-impl v2.0.3
22992024-12-20T19:46:24.312Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-12-20T19:46:24.395Z Compiling slog-dtrace v0.3.0
23012024-12-20T19:46:24.693Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23022024-12-20T19:46:24.795Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23032024-12-20T19:46:25.031Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042024-12-20T19:46:25.829Z Checking expectorate v1.1.0
23052024-12-20T19:46:25.969Z Compiling zone_cfg_derive v0.3.0
23062024-12-20T19:46:26.093Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23072024-12-20T19:46:26.111Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23082024-12-20T19:46:26.469Z Compiling const_format_proc_macros v0.2.33
23092024-12-20T19:46:26.791Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23102024-12-20T19:46:27.237Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23112024-12-20T19:46:27.271Z Compiling num-derive v0.4.2
23122024-12-20T19:46:27.524Z Checking highway v1.2.0
23132024-12-20T19:46:27.815Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23142024-12-20T19:46:27.982Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23152024-12-20T19:46:27.998Z Checking zone v0.3.0
23162024-12-20T19:46:28.120Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23172024-12-20T19:46:28.551Z Checking const_format v0.2.33
23182024-12-20T19:46:28.751Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23192024-12-20T19:46:28.978Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23202024-12-20T19:46:29.021Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23212024-12-20T19:46:29.184Z Checking gethostname v0.5.0
23222024-12-20T19:46:29.314Z Checking bcs v0.1.6
23232024-12-20T19:46:29.466Z Compiling async-recursion v1.1.1
23242024-12-20T19:46:29.691Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23252024-12-20T19:46:30.531Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262024-12-20T19:46:31.113Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23272024-12-20T19:46:36.566Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23282024-12-20T19:46:39.886Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23292024-12-20T19:46:42.481Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23302024-12-20T19:46:43.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.51s
23312024-12-20T19:46:43.921Z
23322024-12-20T19:46:43.921Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/175)
23332024-12-20T19:46:44.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-12-20T19:46:44.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-12-20T19:46:44.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-12-20T19:46:44.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23372024-12-20T19:46:44.541Z
23382024-12-20T19:46:44.542Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/175)
23392024-12-20T19:46:45.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-12-20T19:46:45.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-12-20T19:46:45.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-12-20T19:46:45.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23432024-12-20T19:46:45.176Z
23442024-12-20T19:46:45.177Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/175)
23452024-12-20T19:46:45.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-12-20T19:46:45.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-12-20T19:46:45.819Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23482024-12-20T19:46:46.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
23492024-12-20T19:46:46.609Z
23502024-12-20T19:46:46.609Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175)
23512024-12-20T19:46:47.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-12-20T19:46:47.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-12-20T19:46:47.262Z Compiling cfg_aliases v0.1.1
23542024-12-20T19:46:47.264Z Compiling vte_generate_state_changes v0.1.2
23552024-12-20T19:46:47.264Z Checking fd-lock v4.0.2
23562024-12-20T19:46:47.363Z Checking nibble_vec v0.1.0
23572024-12-20T19:46:47.371Z Checking bytecount v0.6.8
23582024-12-20T19:46:47.379Z Checking endian-type v0.1.2
23592024-12-20T19:46:47.403Z Compiling tabled_derive v0.7.0
23602024-12-20T19:46:47.410Z Checking itertools v0.12.1
23612024-12-20T19:46:47.437Z Compiling nix v0.28.0
23622024-12-20T19:46:47.513Z Checking papergrid v0.11.0
23632024-12-20T19:46:47.530Z Compiling peg-macros v0.8.4
23642024-12-20T19:46:47.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23652024-12-20T19:46:47.579Z Checking radix_trie v0.2.1
23662024-12-20T19:46:47.980Z Compiling sqlparser_derive v0.2.2
23672024-12-20T19:46:47.995Z Checking vte v0.11.1
23682024-12-20T19:46:48.704Z Checking nu-ansi-term v0.50.1
23692024-12-20T19:46:48.995Z Checking unicode_categories v0.1.1
23702024-12-20T19:46:49.095Z Checking home v0.5.9
23712024-12-20T19:46:49.139Z Checking sqlparser v0.45.0
23722024-12-20T19:46:49.267Z Checking display-error-chain v0.2.2
23732024-12-20T19:46:49.300Z Checking sqlformat v0.2.6
23742024-12-20T19:46:49.417Z Checking strip-ansi-escapes v0.2.0
23752024-12-20T19:46:49.934Z Checking tabled v0.15.0
23762024-12-20T19:46:49.995Z Checking reedline v0.35.0
23772024-12-20T19:46:50.597Z Checking peg v0.8.4
23782024-12-20T19:46:50.633Z Checking rustyline v14.0.0
23792024-12-20T19:47:00.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s
23802024-12-20T19:47:00.197Z
23812024-12-20T19:47:00.197Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175)
23822024-12-20T19:47:00.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-12-20T19:47:00.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-12-20T19:47:00.855Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23852024-12-20T19:47:05.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
23862024-12-20T19:47:06.029Z
23872024-12-20T19:47:06.029Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175)
23882024-12-20T19:47:06.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-12-20T19:47:06.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-12-20T19:47:06.662Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-12-20T19:47:10.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
23922024-12-20T19:47:10.560Z
23932024-12-20T19:47:10.560Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175)
23942024-12-20T19:47:11.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-12-20T19:47:11.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-12-20T19:47:11.208Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-12-20T19:47:15.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
23982024-12-20T19:47:16.016Z
23992024-12-20T19:47:16.016Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175)
24002024-12-20T19:47:16.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-12-20T19:47:16.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-12-20T19:47:16.676Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-12-20T19:47:21.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.42s
24042024-12-20T19:47:21.616Z
24052024-12-20T19:47:21.616Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175)
24062024-12-20T19:47:22.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-20T19:47:22.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-20T19:47:22.268Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-20T19:47:26.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
24102024-12-20T19:47:26.328Z
24112024-12-20T19:47:26.328Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175)
24122024-12-20T19:47:26.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-20T19:47:26.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-20T19:47:26.981Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-20T19:47:30.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
24162024-12-20T19:47:31.097Z
24172024-12-20T19:47:31.097Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175)
24182024-12-20T19:47:31.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-20T19:47:31.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-20T19:47:31.752Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-20T19:47:36.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
24222024-12-20T19:47:36.843Z
24232024-12-20T19:47:36.843Zinfo: running `cargo check --bins` on oximeter (46/175)
24242024-12-20T19:47:37.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-20T19:47:37.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-20T19:47:37.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-12-20T19:47:37.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24282024-12-20T19:47:37.459Z
24292024-12-20T19:47:37.459Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/175)
24302024-12-20T19:47:37.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-20T19:47:37.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-20T19:47:37.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-12-20T19:47:37.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24342024-12-20T19:47:38.057Z
24352024-12-20T19:47:38.057Zinfo: running `cargo check --bins` on oximeter-schema (48/175)
24362024-12-20T19:47:38.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-20T19:47:38.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-20T19:47:38.682Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392024-12-20T19:47:39.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24402024-12-20T19:47:39.288Z
24412024-12-20T19:47:39.288Zinfo: running `cargo check --bins` on oximeter-types (49/175)
24422024-12-20T19:47:39.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-20T19:47:39.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-20T19:47:39.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-12-20T19:47:39.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24462024-12-20T19:47:39.906Z
24472024-12-20T19:47:39.906Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/175)
24482024-12-20T19:47:40.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-20T19:47:40.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-20T19:47:40.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-20T19:47:40.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24522024-12-20T19:47:40.523Z
24532024-12-20T19:47:40.523Zinfo: running `cargo check --bins` on oxql-types (51/175)
24542024-12-20T19:47:41.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-20T19:47:41.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-20T19:47:41.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-20T19:47:41.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24582024-12-20T19:47:41.142Z
24592024-12-20T19:47:41.142Zinfo: running `cargo check --bins` on oximeter-test-utils (52/175)
24602024-12-20T19:47:41.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-20T19:47:41.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-20T19:47:41.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-12-20T19:47:41.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24642024-12-20T19:47:41.785Z
24652024-12-20T19:47:41.785Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/175)
24662024-12-20T19:47:42.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-20T19:47:42.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-20T19:47:42.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-20T19:47:42.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24702024-12-20T19:47:42.409Z
24712024-12-20T19:47:42.409Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/175)
24722024-12-20T19:47:42.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-20T19:47:42.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-20T19:47:42.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-20T19:47:42.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24762024-12-20T19:47:43.040Z
24772024-12-20T19:47:43.040Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175)
24782024-12-20T19:47:43.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-20T19:47:43.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-20T19:47:43.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-20T19:47:43.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24822024-12-20T19:47:43.662Z
24832024-12-20T19:47:43.663Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/175)
24842024-12-20T19:47:44.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-20T19:47:44.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-20T19:47:44.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-20T19:47:44.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24882024-12-20T19:47:44.284Z
24892024-12-20T19:47:44.284Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/175)
24902024-12-20T19:47:44.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-20T19:47:44.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-20T19:47:44.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-20T19:47:44.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24942024-12-20T19:47:44.910Z
24952024-12-20T19:47:44.910Zinfo: running `cargo check --bins` on cockroach-admin-client (58/175)
24962024-12-20T19:47:45.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-20T19:47:45.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-20T19:47:45.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-20T19:47:45.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25002024-12-20T19:47:45.513Z
25012024-12-20T19:47:45.513Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/175)
25022024-12-20T19:47:46.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-20T19:47:46.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-20T19:47:46.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-20T19:47:46.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25062024-12-20T19:47:46.150Z
25072024-12-20T19:47:46.150Zinfo: running `cargo check --bins` on dns-service-client (60/175)
25082024-12-20T19:47:46.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-20T19:47:46.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-20T19:47:46.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-20T19:47:46.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25122024-12-20T19:47:46.770Z
25132024-12-20T19:47:46.770Zinfo: running `cargo check --bins` on internal-dns-types (61/175)
25142024-12-20T19:47:47.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-20T19:47:47.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-20T19:47:47.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-20T19:47:47.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25182024-12-20T19:47:47.390Z
25192024-12-20T19:47:47.390Zinfo: running `cargo check --bins` on dpd-client (62/175)
25202024-12-20T19:47:47.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-20T19:47:47.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-20T19:47:47.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-20T19:47:47.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25242024-12-20T19:47:48.003Z
25252024-12-20T19:47:48.004Zinfo: running `cargo check --bins` on gateway-client (63/175)
25262024-12-20T19:47:48.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-20T19:47:48.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-20T19:47:48.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-20T19:47:48.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25302024-12-20T19:47:48.901Z
25312024-12-20T19:47:48.901Zinfo: running `cargo check --bins` on installinator-client (64/175)
25322024-12-20T19:47:49.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-20T19:47:49.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-20T19:47:49.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-20T19:47:49.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25362024-12-20T19:47:49.239Z
25372024-12-20T19:47:49.239Zinfo: running `cargo check --bins` on installinator-common (65/175)
25382024-12-20T19:47:49.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-20T19:47:49.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-20T19:47:49.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-20T19:47:49.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25422024-12-20T19:47:49.873Z
25432024-12-20T19:47:49.873Zinfo: running `cargo check --bins` on update-engine (66/175)
25442024-12-20T19:47:50.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-20T19:47:50.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-20T19:47:50.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-20T19:47:50.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25482024-12-20T19:47:50.478Z
25492024-12-20T19:47:50.478Zinfo: running `cargo check --bins` on nexus-client (67/175)
25502024-12-20T19:47:51.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-20T19:47:51.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-20T19:47:51.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-20T19:47:51.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25542024-12-20T19:47:51.117Z
25552024-12-20T19:47:51.117Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/175)
25562024-12-20T19:47:51.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-20T19:47:51.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-20T19:47:51.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-20T19:47:51.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25602024-12-20T19:47:51.756Z
25612024-12-20T19:47:51.757Zinfo: running `cargo check --bins` on omicron-passwords (69/175)
25622024-12-20T19:47:52.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-20T19:47:52.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-20T19:47:52.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-20T19:47:52.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25662024-12-20T19:47:52.373Z
25672024-12-20T19:47:52.373Zinfo: running `cargo check --bins` on nexus-types (70/175)
25682024-12-20T19:47:52.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-20T19:47:52.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-20T19:47:52.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-20T19:47:52.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25722024-12-20T19:47:53.003Z
25732024-12-20T19:47:53.003Zinfo: running `cargo check --bins` on oxide-client (71/175)
25742024-12-20T19:47:53.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-20T19:47:53.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-20T19:47:53.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-20T19:47:53.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25782024-12-20T19:47:53.609Z
25792024-12-20T19:47:53.609Zinfo: running `cargo check --bins` on oximeter-client (72/175)
25802024-12-20T19:47:54.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-20T19:47:54.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-20T19:47:54.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-20T19:47:54.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25842024-12-20T19:47:54.225Z
25852024-12-20T19:47:54.225Zinfo: running `cargo check --bins` on repo-depot-client (73/175)
25862024-12-20T19:47:54.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-20T19:47:54.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-20T19:47:54.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-20T19:47:54.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25902024-12-20T19:47:54.833Z
25912024-12-20T19:47:54.833Zinfo: running `cargo check --bins` on sled-agent-client (74/175)
25922024-12-20T19:47:55.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-20T19:47:55.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-20T19:47:55.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-20T19:47:55.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25962024-12-20T19:47:55.464Z
25972024-12-20T19:47:55.464Zinfo: running `cargo check --bins` on wicketd-client (75/175)
25982024-12-20T19:47:56.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-20T19:47:56.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-20T19:47:56.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-20T19:47:56.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26022024-12-20T19:47:56.119Z
26032024-12-20T19:47:56.119Zinfo: running `cargo check --bins` on sled-agent-types (76/175)
26042024-12-20T19:47:56.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-20T19:47:56.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-20T19:47:56.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-20T19:47:56.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26082024-12-20T19:47:56.768Z
26092024-12-20T19:47:56.768Zinfo: running `cargo check --bins` on wicket-common (77/175)
26102024-12-20T19:47:57.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-20T19:47:57.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-20T19:47:57.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-20T19:47:57.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26142024-12-20T19:47:57.417Z
26152024-12-20T19:47:57.417Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/175)
26162024-12-20T19:47:57.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-20T19:47:57.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-20T19:47:58.072Z Checking csv-core v0.1.11
26192024-12-20T19:47:58.072Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26202024-12-20T19:47:58.074Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26212024-12-20T19:47:58.377Z Checking csv v1.3.0
26222024-12-20T19:47:58.391Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26232024-12-20T19:47:58.952Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26242024-12-20T19:47:59.292Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26252024-12-20T19:48:00.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
26262024-12-20T19:48:00.711Z
26272024-12-20T19:48:00.711Zinfo: running `cargo check --bins` on cockroach-admin-api (79/175)
26282024-12-20T19:48:01.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-12-20T19:48:01.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-12-20T19:48:01.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-12-20T19:48:01.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26322024-12-20T19:48:01.338Z
26332024-12-20T19:48:01.339Zinfo: running `cargo check --bins` on cockroach-admin-types (80/175)
26342024-12-20T19:48:01.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-12-20T19:48:01.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-12-20T19:48:01.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-12-20T19:48:01.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26382024-12-20T19:48:01.970Z
26392024-12-20T19:48:01.970Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175)
26402024-12-20T19:48:02.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-12-20T19:48:02.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-12-20T19:48:02.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-12-20T19:48:02.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26442024-12-20T19:48:02.689Z
26452024-12-20T19:48:02.689Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175)
26462024-12-20T19:48:03.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-12-20T19:48:03.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-12-20T19:48:03.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-12-20T19:48:03.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26502024-12-20T19:48:03.418Z
26512024-12-20T19:48:03.418Zinfo: running `cargo check --bins` on dns-server (83/175)
26522024-12-20T19:48:03.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-12-20T19:48:03.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-12-20T19:48:04.064Z Compiling parking_lot_core v0.8.6
26552024-12-20T19:48:04.067Z Checking fxhash v0.2.1
26562024-12-20T19:48:04.067Z Checking hickory-server v0.24.1
26572024-12-20T19:48:04.067Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26582024-12-20T19:48:04.067Z Checking hickory-client v0.24.1
26592024-12-20T19:48:04.760Z Checking parking_lot v0.11.2
26602024-12-20T19:48:04.861Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612024-12-20T19:48:04.861Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26622024-12-20T19:48:04.998Z Checking sled v0.34.7
26632024-12-20T19:48:06.741Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26642024-12-20T19:48:07.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
26652024-12-20T19:48:08.137Z
26662024-12-20T19:48:08.137Zinfo: running `cargo check --bins` on dns-server-api (84/175)
26672024-12-20T19:48:08.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-12-20T19:48:08.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-12-20T19:48:08.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-12-20T19:48:08.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26712024-12-20T19:48:08.752Z
26722024-12-20T19:48:08.752Zinfo: running `cargo check --bins` on gateway-test-utils (85/175)
26732024-12-20T19:48:09.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-12-20T19:48:09.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-12-20T19:48:09.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-12-20T19:48:09.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26772024-12-20T19:48:09.425Z
26782024-12-20T19:48:09.425Zinfo: running `cargo check --bins` on gateway-types (86/175)
26792024-12-20T19:48:09.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-12-20T19:48:09.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-12-20T19:48:09.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-12-20T19:48:09.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26832024-12-20T19:48:10.043Z
26842024-12-20T19:48:10.043Zinfo: running `cargo check --bins` on ipcc (87/175)
26852024-12-20T19:48:10.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-12-20T19:48:10.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-12-20T19:48:10.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-12-20T19:48:10.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26892024-12-20T19:48:10.665Z
26902024-12-20T19:48:10.665Zinfo: running `cargo check --bins` on omicron-gateway (88/175)
26912024-12-20T19:48:11.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-12-20T19:48:11.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-12-20T19:48:11.353Z Compiling radium v0.7.0
26942024-12-20T19:48:11.353Z Compiling semver v0.1.20
26952024-12-20T19:48:11.466Z Checking tap v1.0.1
26962024-12-20T19:48:11.469Z Compiling maybe-uninit v2.0.0
26972024-12-20T19:48:11.482Z Checking password-hash v0.5.0
26982024-12-20T19:48:11.484Z Checking blake2 v0.10.6
26992024-12-20T19:48:11.484Z Checking crc-catalog v2.4.0
27002024-12-20T19:48:11.484Z Checking funty v2.0.0
27012024-12-20T19:48:11.591Z Checking wyz v0.5.1
27022024-12-20T19:48:11.650Z Compiling packed_struct v0.10.1
27032024-12-20T19:48:11.885Z Compiling rustc_version v0.1.7
27042024-12-20T19:48:11.922Z Compiling cancel-safe-futures v0.1.5
27052024-12-20T19:48:11.972Z Compiling owo-colors v4.1.0
27062024-12-20T19:48:12.077Z Checking argon2 v0.5.3
27072024-12-20T19:48:12.135Z Checking crc v3.2.1
27082024-12-20T19:48:12.156Z Compiling packed_struct_codegen v0.10.1
27092024-12-20T19:48:12.241Z Compiling indexmap v1.9.3
27102024-12-20T19:48:12.286Z Checking half v2.4.1
27112024-12-20T19:48:12.357Z Checking ciborium-io v0.2.2
27122024-12-20T19:48:12.396Z Compiling newtype_derive v0.1.6
27132024-12-20T19:48:12.412Z Checking bitvec v1.0.1
27142024-12-20T19:48:12.478Z Checking nodrop v0.1.14
27152024-12-20T19:48:12.525Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27162024-12-20T19:48:12.596Z Checking array-init v0.0.4
27172024-12-20T19:48:12.725Z Checking ciborium-ll v0.2.2
27182024-12-20T19:48:12.728Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27192024-12-20T19:48:12.864Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27202024-12-20T19:48:13.018Z Checking smallvec v0.6.14
27212024-12-20T19:48:13.038Z Checking libsw v3.3.1
27222024-12-20T19:48:13.040Z Compiling memoffset v0.9.1
27232024-12-20T19:48:13.306Z Checking hashbrown v0.12.3
27242024-12-20T19:48:13.332Z Checking bitfield v0.14.0
27252024-12-20T19:48:13.404Z Checking indent_write v2.2.0
27262024-12-20T19:48:13.585Z Checking swrite v0.1.0
27272024-12-20T19:48:13.603Z Checking linear-map v1.2.0
27282024-12-20T19:48:13.606Z Checking termcolor v1.4.1
27292024-12-20T19:48:13.606Z Checking ron v0.8.1
27302024-12-20T19:48:13.705Z Checking serde-hex v0.1.0
27312024-12-20T19:48:13.914Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27322024-12-20T19:48:14.039Z Checking env_logger v0.10.2
27332024-12-20T19:48:14.575Z Checking ciborium v0.2.2
27342024-12-20T19:48:14.755Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27352024-12-20T19:48:14.904Z Checking steno v0.4.1
27362024-12-20T19:48:15.018Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-12-20T19:48:15.170Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27382024-12-20T19:48:15.264Z Checking hashbrown v0.13.2
27392024-12-20T19:48:15.538Z Checking crc-any v2.5.0
27402024-12-20T19:48:15.609Z Checking humantime v2.1.0
27412024-12-20T19:48:15.909Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27422024-12-20T19:48:15.928Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27432024-12-20T19:48:16.288Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27442024-12-20T19:48:16.332Z Checking object v0.30.4
27452024-12-20T19:48:16.526Z Checking path-slash v0.1.5
27462024-12-20T19:48:16.626Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27472024-12-20T19:48:16.664Z Checking nix v0.27.1
27482024-12-20T19:48:17.085Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27492024-12-20T19:48:17.738Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27502024-12-20T19:48:17.763Z Checking tungstenite v0.23.0
27512024-12-20T19:48:17.834Z Checking kstat-rs v0.2.4
27522024-12-20T19:48:17.954Z Checking signal-hook-tokio v0.3.1
27532024-12-20T19:48:18.195Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27542024-12-20T19:48:18.550Z Checking tokio-tungstenite v0.23.1
27552024-12-20T19:48:18.922Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27562024-12-20T19:48:19.458Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27572024-12-20T19:48:19.504Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27582024-12-20T19:48:25.942Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27592024-12-20T19:48:27.229Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27602024-12-20T19:48:30.313Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27612024-12-20T19:48:36.252Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622024-12-20T19:48:36.798Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27632024-12-20T19:48:39.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.89s
27642024-12-20T19:48:39.758Z
27652024-12-20T19:48:39.758Zinfo: running `cargo check --bins` on gateway-api (89/175)
27662024-12-20T19:48:40.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-12-20T19:48:40.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-12-20T19:48:40.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692024-12-20T19:48:40.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27702024-12-20T19:48:40.381Z
27712024-12-20T19:48:40.381Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175)
27722024-12-20T19:48:40.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-12-20T19:48:40.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-12-20T19:48:40.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-12-20T19:48:40.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27762024-12-20T19:48:40.992Z
27772024-12-20T19:48:40.992Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175)
27782024-12-20T19:48:41.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-12-20T19:48:41.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-12-20T19:48:41.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-12-20T19:48:41.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27822024-12-20T19:48:41.620Z
27832024-12-20T19:48:41.620Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175)
27842024-12-20T19:48:42.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-12-20T19:48:42.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-12-20T19:48:42.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-12-20T19:48:42.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27882024-12-20T19:48:42.249Z
27892024-12-20T19:48:42.249Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175)
27902024-12-20T19:48:42.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-20T19:48:42.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-20T19:48:42.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-20T19:48:42.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27942024-12-20T19:48:42.877Z
27952024-12-20T19:48:42.877Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175)
27962024-12-20T19:48:43.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-20T19:48:43.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-20T19:48:43.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-20T19:48:43.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28002024-12-20T19:48:43.501Z
28012024-12-20T19:48:43.501Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175)
28022024-12-20T19:48:44.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-20T19:48:44.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-20T19:48:44.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-20T19:48:44.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28062024-12-20T19:48:44.125Z
28072024-12-20T19:48:44.125Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175)
28082024-12-20T19:48:44.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-20T19:48:44.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-20T19:48:44.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-20T19:48:44.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28122024-12-20T19:48:44.756Z
28132024-12-20T19:48:44.756Zinfo: running `cargo check --bins` on oximeter-producer (97/175)
28142024-12-20T19:48:45.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-20T19:48:45.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-20T19:48:45.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-20T19:48:45.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28182024-12-20T19:48:45.411Z
28192024-12-20T19:48:45.411Zinfo: running `cargo check --bins` on internal-dns-resolver (98/175)
28202024-12-20T19:48:45.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-20T19:48:45.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-20T19:48:45.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-20T19:48:45.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28242024-12-20T19:48:46.038Z
28252024-12-20T19:48:46.038Zinfo: running `cargo check --bins` on sp-sim (99/175)
28262024-12-20T19:48:46.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-20T19:48:46.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-20T19:48:46.674Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28292024-12-20T19:48:48.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
28302024-12-20T19:48:48.692Z
28312024-12-20T19:48:48.692Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175)
28322024-12-20T19:48:49.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-20T19:48:49.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-20T19:48:49.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-12-20T19:48:49.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28362024-12-20T19:48:49.366Z
28372024-12-20T19:48:49.366Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175)
28382024-12-20T19:48:49.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-20T19:48:49.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-20T19:48:49.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-20T19:48:49.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28422024-12-20T19:48:50.047Z
28432024-12-20T19:48:50.047Zinfo: running `cargo check --bins` on db-macros (102/175)
28442024-12-20T19:48:50.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-20T19:48:50.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-20T19:48:50.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-20T19:48:50.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28482024-12-20T19:48:50.649Z
28492024-12-20T19:48:50.649Zinfo: running `cargo check --bins` on nexus-macros-common (103/175)
28502024-12-20T19:48:51.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-20T19:48:51.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-20T19:48:51.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-12-20T19:48:51.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28542024-12-20T19:48:51.258Z
28552024-12-20T19:48:51.258Zinfo: running `cargo check --bins` on nexus-auth (104/175)
28562024-12-20T19:48:51.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-20T19:48:51.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-20T19:48:51.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-20T19:48:51.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28602024-12-20T19:48:51.927Z
28612024-12-20T19:48:51.927Zinfo: running `cargo check --bins` on authz-macros (105/175)
28622024-12-20T19:48:52.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-20T19:48:52.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-20T19:48:52.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-20T19:48:52.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28662024-12-20T19:48:52.532Z
28672024-12-20T19:48:52.533Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/175)
28682024-12-20T19:48:53.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-20T19:48:53.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-20T19:48:53.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-20T19:48:53.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28722024-12-20T19:48:53.190Z
28732024-12-20T19:48:53.190Zinfo: running `cargo check --bins` on nexus-db-model (107/175)
28742024-12-20T19:48:53.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-20T19:48:53.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-20T19:48:53.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-20T19:48:53.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28782024-12-20T19:48:53.849Z
28792024-12-20T19:48:53.849Zinfo: running `cargo check --bins` on nexus-defaults (108/175)
28802024-12-20T19:48:54.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-20T19:48:54.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-20T19:48:54.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-20T19:48:54.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28842024-12-20T19:48:54.478Z
28852024-12-20T19:48:54.478Zinfo: running `cargo check --bins` on nexus-inventory (109/175)
28862024-12-20T19:48:55.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-20T19:48:55.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-20T19:48:55.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-20T19:48:55.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28902024-12-20T19:48:55.125Z
28912024-12-20T19:48:55.125Zinfo: running `cargo check --bins` on typed-rng (110/175)
28922024-12-20T19:48:55.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-20T19:48:55.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-20T19:48:55.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-20T19:48:55.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28962024-12-20T19:48:55.735Z
28972024-12-20T19:48:55.735Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175)
28982024-12-20T19:48:56.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-20T19:48:56.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-20T19:48:56.483Z Checking keccak v0.1.5
29012024-12-20T19:48:56.579Z Checking secrecy v0.8.0
29022024-12-20T19:48:56.581Z Compiling unicase v2.7.0
29032024-12-20T19:48:56.581Z Compiling same-file v1.0.6
29042024-12-20T19:48:56.595Z Compiling tempfile v3.13.0
29052024-12-20T19:48:56.614Z Compiling thiserror-impl-no-std v2.0.2
29062024-12-20T19:48:56.617Z Checking universal-hash v0.5.1
29072024-12-20T19:48:56.617Z Compiling ring v0.16.20
29082024-12-20T19:48:56.759Z Compiling walkdir v2.5.0
29092024-12-20T19:48:56.824Z Compiling blake3 v1.5.4
29102024-12-20T19:48:56.860Z Checking sha3 v0.10.8
29112024-12-20T19:48:56.864Z Checking opaque-debug v0.3.1
29122024-12-20T19:48:56.949Z Checking poly1305 v0.8.0
29132024-12-20T19:48:57.030Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29142024-12-20T19:48:57.298Z Checking chacha20 v0.9.1
29152024-12-20T19:48:57.319Z Checking aead v0.5.2
29162024-12-20T19:48:57.448Z Compiling memmap2 v0.9.5
29172024-12-20T19:48:57.491Z Compiling salty v0.3.0
29182024-12-20T19:48:57.510Z Compiling arrayref v0.3.9
29192024-12-20T19:48:57.545Z Compiling arrayvec v0.7.6
29202024-12-20T19:48:57.610Z Compiling libefi-sys v0.1.0
29212024-12-20T19:48:57.646Z Compiling constant_time_eq v0.3.1
29222024-12-20T19:48:57.819Z Compiling spin v0.5.2
29232024-12-20T19:48:57.903Z Checking chacha20poly1305 v0.10.1
29242024-12-20T19:48:57.965Z Compiling toolchain_find v0.4.0
29252024-12-20T19:48:57.981Z Compiling camino-tempfile v1.1.1
29262024-12-20T19:48:58.038Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29272024-12-20T19:48:58.072Z Compiling bitfield-struct v0.6.2
29282024-12-20T19:48:58.333Z Compiling topological-sort v0.2.2
29292024-12-20T19:48:58.442Z Compiling mime_guess v2.0.5
29302024-12-20T19:48:58.542Z Compiling rustfmt-wrapper v0.2.1
29312024-12-20T19:48:59.070Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29322024-12-20T19:48:59.097Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29332024-12-20T19:48:59.119Z Checking primeorder v0.13.6
29342024-12-20T19:48:59.377Z Checking env_filter v0.1.2
29352024-12-20T19:48:59.383Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-12-20T19:48:59.534Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372024-12-20T19:48:59.566Z Checking p384 v0.13.0
29382024-12-20T19:48:59.592Z Checking env_logger v0.11.5
29392024-12-20T19:48:59.737Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29402024-12-20T19:48:59.755Z Checking thiserror-no-std v2.0.2
29412024-12-20T19:48:59.757Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29422024-12-20T19:48:59.865Z Checking vsss-rs v3.3.4
29432024-12-20T19:49:00.019Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29442024-12-20T19:49:00.097Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452024-12-20T19:49:00.154Z Compiling zip v2.1.3
29462024-12-20T19:49:00.336Z Checking http-range v0.1.5
29472024-12-20T19:49:00.422Z Checking simd-adler32 v0.3.7
29482024-12-20T19:49:00.453Z Checking lockfree-object-pool v0.1.6
29492024-12-20T19:49:00.512Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29502024-12-20T19:49:00.558Z Checking bumpalo v3.16.0
29512024-12-20T19:49:00.636Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29522024-12-20T19:49:00.680Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29532024-12-20T19:49:00.826Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29542024-12-20T19:49:00.861Z Checking zopfli v0.8.1
29552024-12-20T19:49:00.913Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29562024-12-20T19:49:01.453Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29572024-12-20T19:49:01.472Z Checking nanorand v0.7.0
29582024-12-20T19:49:01.505Z Checking atty v0.2.14
29592024-12-20T19:49:01.532Z Checking glob v0.3.1
29602024-12-20T19:49:01.632Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29612024-12-20T19:49:01.840Z Checking flume v0.11.1
29622024-12-20T19:49:02.136Z Compiling omicron-zone-package v0.11.1
29632024-12-20T19:49:02.365Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29642024-12-20T19:49:02.636Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29652024-12-20T19:49:02.941Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29662024-12-20T19:49:03.379Z Checking hyper-staticfile v0.10.1
29672024-12-20T19:49:03.839Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29682024-12-20T19:49:03.923Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29692024-12-20T19:49:04.139Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29702024-12-20T19:49:04.237Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29712024-12-20T19:49:04.464Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29722024-12-20T19:49:05.286Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29732024-12-20T19:49:05.540Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29742024-12-20T19:49:05.570Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29752024-12-20T19:49:05.928Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29762024-12-20T19:49:06.924Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29772024-12-20T19:49:08.745Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29782024-12-20T19:49:08.748Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29792024-12-20T19:49:18.912Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-12-20T19:49:32.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s
29812024-12-20T19:49:32.376Z
29822024-12-20T19:49:32.376Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175)
29832024-12-20T19:49:32.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-12-20T19:49:32.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-12-20T19:49:33.110Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-12-20T19:49:46.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s
29872024-12-20T19:49:46.699Z
29882024-12-20T19:49:46.699Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175)
29892024-12-20T19:49:47.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-12-20T19:49:47.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-12-20T19:49:47.424Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-12-20T19:50:00.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
29932024-12-20T19:50:00.871Z
29942024-12-20T19:50:00.871Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175)
29952024-12-20T19:50:01.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-12-20T19:50:01.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-12-20T19:50:01.603Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-12-20T19:50:14.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
29992024-12-20T19:50:14.984Z
30002024-12-20T19:50:14.984Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175)
30012024-12-20T19:50:15.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-12-20T19:50:15.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-12-20T19:50:15.714Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-12-20T19:50:29.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
30052024-12-20T19:50:29.211Z
30062024-12-20T19:50:29.211Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175)
30072024-12-20T19:50:29.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-12-20T19:50:29.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-12-20T19:50:29.942Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-12-20T19:50:43.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.07s
30112024-12-20T19:50:43.474Z
30122024-12-20T19:50:43.474Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175)
30132024-12-20T19:50:44.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-12-20T19:50:44.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-12-20T19:50:44.200Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162024-12-20T19:50:57.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s
30172024-12-20T19:50:58.190Z
30182024-12-20T19:50:58.190Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175)
30192024-12-20T19:50:58.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-12-20T19:50:58.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-12-20T19:50:58.800Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30222024-12-20T19:51:12.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
30232024-12-20T19:51:12.260Z
30242024-12-20T19:51:12.260Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/175)
30252024-12-20T19:51:12.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-12-20T19:51:12.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-12-20T19:51:12.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-12-20T19:51:12.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30292024-12-20T19:51:12.913Z
30302024-12-20T19:51:12.913Zinfo: running `cargo check --bins` on key-manager (120/175)
30312024-12-20T19:51:13.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-12-20T19:51:13.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-12-20T19:51:13.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-12-20T19:51:13.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30352024-12-20T19:51:13.537Z
30362024-12-20T19:51:13.537Zinfo: running `cargo check --bins` on range-requests (121/175)
30372024-12-20T19:51:14.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-12-20T19:51:14.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-12-20T19:51:14.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-12-20T19:51:14.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30412024-12-20T19:51:14.140Z
30422024-12-20T19:51:14.140Zinfo: running `cargo check --bins` on repo-depot-api (122/175)
30432024-12-20T19:51:14.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-12-20T19:51:14.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-12-20T19:51:14.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-12-20T19:51:14.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30472024-12-20T19:51:14.765Z
30482024-12-20T19:51:14.765Zinfo: running `cargo check --bins` on sled-agent-api (123/175)
30492024-12-20T19:51:15.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-12-20T19:51:15.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-12-20T19:51:15.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-12-20T19:51:15.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30532024-12-20T19:51:15.408Z
30542024-12-20T19:51:15.408Zinfo: running `cargo check --bins` on sled-diagnostics (124/175)
30552024-12-20T19:51:15.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-12-20T19:51:15.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-12-20T19:51:15.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-12-20T19:51:15.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30592024-12-20T19:51:16.013Z
30602024-12-20T19:51:16.013Zinfo: running `cargo check --bins` on sled-hardware (125/175)
30612024-12-20T19:51:16.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-12-20T19:51:16.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-12-20T19:51:16.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-12-20T19:51:16.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30652024-12-20T19:51:16.647Z
30662024-12-20T19:51:16.647Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/175)
30672024-12-20T19:51:17.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-12-20T19:51:17.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-12-20T19:51:17.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-12-20T19:51:17.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30712024-12-20T19:51:17.284Z
30722024-12-20T19:51:17.284Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175)
30732024-12-20T19:51:17.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-12-20T19:51:17.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-12-20T19:51:17.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-12-20T19:51:17.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30772024-12-20T19:51:17.927Z
30782024-12-20T19:51:17.927Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/175)
30792024-12-20T19:51:18.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-12-20T19:51:18.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-12-20T19:51:18.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822024-12-20T19:51:18.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30832024-12-20T19:51:18.581Z
30842024-12-20T19:51:18.581Zinfo: running `cargo check --bins` on nexus-test-interface (129/175)
30852024-12-20T19:51:19.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-12-20T19:51:19.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-12-20T19:51:19.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882024-12-20T19:51:19.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30892024-12-20T19:51:19.229Z
30902024-12-20T19:51:19.229Zinfo: running `cargo check --bins` on oximeter-collector (130/175)
30912024-12-20T19:51:19.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922024-12-20T19:51:19.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932024-12-20T19:51:19.913Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30942024-12-20T19:51:19.913Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30952024-12-20T19:51:20.793Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30962024-12-20T19:51:22.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
30972024-12-20T19:51:22.959Z
30982024-12-20T19:51:22.959Zinfo: running `cargo check --bins` on oximeter-api (131/175)
30992024-12-20T19:51:23.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-12-20T19:51:23.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-12-20T19:51:23.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022024-12-20T19:51:23.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31032024-12-20T19:51:23.592Z
31042024-12-20T19:51:23.592Zinfo: running `cargo check --bins` on cert-dev (132/175)
31052024-12-20T19:51:24.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-12-20T19:51:24.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-12-20T19:51:24.208Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31082024-12-20T19:51:24.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31092024-12-20T19:51:24.636Z
31102024-12-20T19:51:24.636Zinfo: running `cargo check --bins` on clickana (133/175)
31112024-12-20T19:51:25.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122024-12-20T19:51:25.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132024-12-20T19:51:25.286Z Checking castaway v0.2.3
31142024-12-20T19:51:25.286Z Checking unicode-truncate v1.1.0
31152024-12-20T19:51:25.288Z Checking lru v0.12.5
31162024-12-20T19:51:25.288Z Compiling instability v0.3.2
31172024-12-20T19:51:25.288Z Checking cassowary v0.3.0
31182024-12-20T19:51:25.288Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31192024-12-20T19:51:25.525Z Checking compact_str v0.8.0
31202024-12-20T19:51:26.150Z Checking ratatui v0.28.1
31212024-12-20T19:51:27.993Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31222024-12-20T19:51:28.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
31232024-12-20T19:51:28.987Z
31242024-12-20T19:51:28.987Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (134/175)
31252024-12-20T19:51:29.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262024-12-20T19:51:29.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272024-12-20T19:51:29.662Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31282024-12-20T19:51:29.662Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31292024-12-20T19:51:30.238Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31302024-12-20T19:51:30.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
31312024-12-20T19:51:30.784Z
31322024-12-20T19:51:30.784Zinfo: running `cargo check --bins` on ch-dev (135/175)
31332024-12-20T19:51:31.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-12-20T19:51:31.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-12-20T19:51:31.440Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31362024-12-20T19:51:32.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31372024-12-20T19:51:32.311Z
31382024-12-20T19:51:32.311Zinfo: running `cargo check --bins` on crdb-seed (136/175)
31392024-12-20T19:51:32.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-12-20T19:51:32.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-12-20T19:51:32.966Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31422024-12-20T19:51:33.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31432024-12-20T19:51:33.502Z
31442024-12-20T19:51:33.502Zinfo: running `cargo check --bins` on db-dev (137/175)
31452024-12-20T19:51:34.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-12-20T19:51:34.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-12-20T19:51:34.159Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31482024-12-20T19:51:34.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31492024-12-20T19:51:35.046Z
31502024-12-20T19:51:35.046Zinfo: running `cargo check --bins` on omicron-dev-lib (138/175)
31512024-12-20T19:51:35.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-12-20T19:51:35.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-12-20T19:51:35.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542024-12-20T19:51:35.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31552024-12-20T19:51:35.690Z
31562024-12-20T19:51:35.690Zinfo: running `cargo check --bins` on xtask-downloader (139/175)
31572024-12-20T19:51:36.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-12-20T19:51:36.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-12-20T19:51:36.305Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31602024-12-20T19:51:37.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31612024-12-20T19:51:37.351Z
31622024-12-20T19:51:37.351Zinfo: running `cargo check --bins` on omicron-ls-apis (140/175)
31632024-12-20T19:51:37.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642024-12-20T19:51:37.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652024-12-20T19:51:37.967Z Checking cargo-platform v0.1.8
31662024-12-20T19:51:38.235Z Checking cargo_metadata v0.18.1
31672024-12-20T19:51:39.187Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31682024-12-20T19:51:39.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
31692024-12-20T19:51:40.150Z
31702024-12-20T19:51:40.150Zinfo: running `cargo check --bins` on mgs-dev (141/175)
31712024-12-20T19:51:40.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722024-12-20T19:51:40.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732024-12-20T19:51:40.861Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31742024-12-20T19:51:41.574Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31752024-12-20T19:51:42.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31762024-12-20T19:51:42.323Z
31772024-12-20T19:51:42.323Zinfo: running `cargo check --bins` on omicron-omdb (142/175)
31782024-12-20T19:51:42.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792024-12-20T19:51:42.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802024-12-20T19:51:43.101Z Compiling crunchy v0.2.2
31812024-12-20T19:51:43.104Z Compiling tiny-keccak v2.0.2
31822024-12-20T19:51:43.104Z Compiling dsl_auto_type v0.1.2
31832024-12-20T19:51:43.104Z Checking scheduled-thread-pool v0.2.7
31842024-12-20T19:51:43.104Z Compiling diesel_table_macro_syntax v0.2.0
31852024-12-20T19:51:43.247Z Compiling ascii-canvas v3.0.0
31862024-12-20T19:51:43.250Z Compiling ena v0.14.3
31872024-12-20T19:51:43.250Z Compiling diff v0.1.13
31882024-12-20T19:51:43.429Z Checking r2d2 v0.8.10
31892024-12-20T19:51:43.694Z Compiling regex-syntax v0.6.29
31902024-12-20T19:51:43.708Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31912024-12-20T19:51:43.710Z Compiling ref-cast v1.0.23
31922024-12-20T19:51:43.746Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31932024-12-20T19:51:43.783Z Compiling derive_builder_core v0.20.2
31942024-12-20T19:51:43.896Z Compiling libxml v0.3.3
31952024-12-20T19:51:43.920Z Compiling ref-cast-impl v1.0.23
31962024-12-20T19:51:44.023Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31972024-12-20T19:51:44.299Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31982024-12-20T19:51:44.318Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31992024-12-20T19:51:44.484Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32002024-12-20T19:51:44.544Z Compiling strum_macros v0.24.3
32012024-12-20T19:51:44.581Z Compiling samael v0.0.17
32022024-12-20T19:51:44.838Z Compiling diesel_derives v2.2.3
32032024-12-20T19:51:44.899Z Compiling indoc v1.0.9
32042024-12-20T19:51:45.860Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32052024-12-20T19:51:46.147Z Compiling oso-derive v0.27.3
32062024-12-20T19:51:46.245Z Compiling derive_builder_macro v0.20.2
32072024-12-20T19:51:47.021Z Compiling lalrpop v0.19.12
32082024-12-20T19:51:47.123Z Checking derive_builder v0.20.2
32092024-12-20T19:51:47.183Z Compiling impl-trait-for-tuples v0.2.2
32102024-12-20T19:51:47.277Z Checking quick-xml v0.33.0
32112024-12-20T19:51:47.730Z Compiling diesel-dtrace v0.4.2
32122024-12-20T19:51:48.062Z Checking maplit v1.0.2
32132024-12-20T19:51:48.232Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32142024-12-20T19:51:48.251Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32152024-12-20T19:51:48.535Z Checking bb8 v0.8.5
32162024-12-20T19:51:48.791Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32172024-12-20T19:51:49.013Z Checking rand_seeder v0.3.0
32182024-12-20T19:51:49.109Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32192024-12-20T19:51:49.256Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32202024-12-20T19:51:49.463Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32212024-12-20T19:51:49.658Z Checking is_ci v1.2.0
32222024-12-20T19:51:49.735Z Checking unicode-linebreak v0.1.5
32232024-12-20T19:51:49.805Z Checking smawk v0.3.2
32242024-12-20T19:51:49.928Z Checking supports-color v3.0.1
32252024-12-20T19:51:50.044Z Checking multimap v0.10.0
32262024-12-20T19:51:50.127Z Checking textwrap v0.16.1
32272024-12-20T19:51:50.915Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32282024-12-20T19:51:53.781Z Checking diesel v2.2.6
32292024-12-20T19:52:20.451Z Compiling polar-core v0.27.3
32302024-12-20T19:52:23.275Z Checking async-bb8-diesel v0.2.1
32312024-12-20T19:52:27.966Z Checking oso v0.27.3
32322024-12-20T19:53:37.024Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32332024-12-20T19:53:43.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
32342024-12-20T19:53:43.361Z
32352024-12-20T19:53:43.361Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175)
32362024-12-20T19:53:43.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372024-12-20T19:53:43.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382024-12-20T19:53:43.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392024-12-20T19:53:43.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32402024-12-20T19:53:44.038Z
32412024-12-20T19:53:44.038Zinfo: running `cargo check --bins` on nexus-saga-recovery (144/175)
32422024-12-20T19:53:44.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432024-12-20T19:53:44.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442024-12-20T19:53:44.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452024-12-20T19:53:44.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32462024-12-20T19:53:44.710Z
32472024-12-20T19:53:44.710Zinfo: running `cargo check --bins` on nexus-test-utils-macros (145/175)
32482024-12-20T19:53:45.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-12-20T19:53:45.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-12-20T19:53:45.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512024-12-20T19:53:45.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32522024-12-20T19:53:45.320Z
32532024-12-20T19:53:45.320Zinfo: running `cargo check --bins` on omicron-nexus (146/175)
32542024-12-20T19:53:45.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552024-12-20T19:53:45.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562024-12-20T19:53:46.123Z Compiling libz-sys v1.1.20
32572024-12-20T19:53:46.239Z Compiling libgit2-sys v0.17.0+1.8.1
32582024-12-20T19:53:46.247Z Compiling vergen v8.3.2
32592024-12-20T19:53:46.249Z Compiling cargo-platform v0.1.8
32602024-12-20T19:53:46.250Z Compiling pin-project-internal v1.1.6
32612024-12-20T19:53:46.281Z Compiling snafu-derive v0.8.5
32622024-12-20T19:53:46.283Z Compiling libsqlite3-sys v0.30.1
32632024-12-20T19:53:46.284Z Compiling rustls v0.21.12
32642024-12-20T19:53:46.527Z Compiling buf-list v1.0.3
32652024-12-20T19:53:46.563Z Compiling cargo_metadata v0.18.1
32662024-12-20T19:53:46.779Z Compiling cfg_aliases v0.2.1
32672024-12-20T19:53:46.888Z Compiling nix v0.29.0
32682024-12-20T19:53:46.968Z Checking globset v0.4.15
32692024-12-20T19:53:47.203Z Checking olpc-cjson v0.1.4
32702024-12-20T19:53:47.222Z Checking rustls-webpki v0.101.7
32712024-12-20T19:53:47.414Z Checking sct v0.7.1
32722024-12-20T19:53:47.459Z Checking serde_plain v1.0.2
32732024-12-20T19:53:47.608Z Checking typed-path v0.9.3
32742024-12-20T19:53:48.005Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32752024-12-20T19:53:48.248Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32762024-12-20T19:53:48.272Z Checking hashlink v0.9.1
32772024-12-20T19:53:48.521Z Checking parse-size v1.1.0
32782024-12-20T19:53:48.703Z Checking fallible-iterator v0.3.0
32792024-12-20T19:53:48.896Z Checking fallible-streaming-iterator v0.1.9
32802024-12-20T19:53:49.297Z Checking pin-project v1.1.6
32812024-12-20T19:53:49.333Z Checking rusqlite v0.32.1
32822024-12-20T19:53:49.426Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32832024-12-20T19:53:49.596Z Checking rustls-pemfile v1.0.4
32842024-12-20T19:53:49.663Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32852024-12-20T19:53:49.801Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32862024-12-20T19:53:50.066Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32872024-12-20T19:53:50.135Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32882024-12-20T19:53:50.273Z Checking twox-hash v1.6.3
32892024-12-20T19:53:50.394Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32902024-12-20T19:53:50.744Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32912024-12-20T19:53:50.849Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32922024-12-20T19:53:51.267Z Checking tokio-rustls v0.24.1
32932024-12-20T19:53:51.332Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32942024-12-20T19:53:51.456Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32952024-12-20T19:53:51.634Z Checking fatfs v0.3.6
32962024-12-20T19:53:51.747Z Checking snafu v0.8.5
32972024-12-20T19:53:52.198Z Checking tough v0.19.0
32982024-12-20T19:53:52.346Z Checking assert_matches v1.5.0
32992024-12-20T19:53:56.353Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33002024-12-20T19:53:57.673Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33012024-12-20T19:53:58.545Z Compiling git2 v0.19.0
33022024-12-20T19:54:03.255Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33032024-12-20T19:54:56.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33042024-12-20T19:54:56.784Z
33052024-12-20T19:54:56.785Zinfo: running `cargo check --bins` on nexus-external-api (147/175)
33062024-12-20T19:54:57.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072024-12-20T19:54:57.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082024-12-20T19:54:57.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092024-12-20T19:54:57.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33102024-12-20T19:54:57.492Z
33112024-12-20T19:54:57.492Zinfo: running `cargo check --bins` on openapi-manager-types (148/175)
33122024-12-20T19:54:58.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132024-12-20T19:54:58.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142024-12-20T19:54:58.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152024-12-20T19:54:58.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33162024-12-20T19:54:58.102Z
33172024-12-20T19:54:58.102Zinfo: running `cargo check --bins` on nexus-internal-api (149/175)
33182024-12-20T19:54:58.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192024-12-20T19:54:58.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202024-12-20T19:54:58.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212024-12-20T19:54:58.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33222024-12-20T19:54:58.745Z
33232024-12-20T19:54:58.745Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (150/175)
33242024-12-20T19:54:59.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-12-20T19:54:59.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-12-20T19:54:59.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272024-12-20T19:54:59.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33282024-12-20T19:54:59.421Z
33292024-12-20T19:54:59.421Zinfo: running `cargo check --bins` on nexus-networking (151/175)
33302024-12-20T19:55:00.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312024-12-20T19:55:00.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322024-12-20T19:55:00.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332024-12-20T19:55:00.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33342024-12-20T19:55:00.087Z
33352024-12-20T19:55:00.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (152/175)
33362024-12-20T19:55:00.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372024-12-20T19:55:00.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382024-12-20T19:55:00.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392024-12-20T19:55:00.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33402024-12-20T19:55:00.755Z
33412024-12-20T19:55:00.755Zinfo: running `cargo check --bins` on update-common (153/175)
33422024-12-20T19:55:01.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-12-20T19:55:01.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-12-20T19:55:01.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452024-12-20T19:55:01.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33462024-12-20T19:55:01.397Z
33472024-12-20T19:55:01.397Zinfo: running `cargo check --bins` on tufaceous-lib (154/175)
33482024-12-20T19:55:01.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-12-20T19:55:01.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-12-20T19:55:01.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512024-12-20T19:55:01.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33522024-12-20T19:55:02.035Z
33532024-12-20T19:55:02.035Zinfo: running `cargo check --bins` on tufaceous (155/175)
33542024-12-20T19:55:02.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552024-12-20T19:55:02.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562024-12-20T19:55:02.706Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33572024-12-20T19:55:03.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
33582024-12-20T19:55:03.868Z
33592024-12-20T19:55:03.868Zinfo: running `cargo check --bins` on omicron-dev (156/175)
33602024-12-20T19:55:04.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612024-12-20T19:55:04.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622024-12-20T19:55:04.715Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33632024-12-20T19:55:04.843Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33642024-12-20T19:55:04.845Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33652024-12-20T19:55:04.845Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33662024-12-20T19:55:30.943Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33672024-12-20T19:55:30.944Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33682024-12-20T19:55:30.946Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33692024-12-20T19:55:30.946Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33702024-12-20T19:55:30.946Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33712024-12-20T19:55:31.851Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33722024-12-20T19:55:33.144Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33732024-12-20T19:56:11.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
33742024-12-20T19:56:11.584Z
33752024-12-20T19:56:11.584Zinfo: running `cargo check --bins` on openapi-manager (157/175)
33762024-12-20T19:56:12.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772024-12-20T19:56:12.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782024-12-20T19:56:12.281Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33792024-12-20T19:56:12.284Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33802024-12-20T19:56:12.284Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33812024-12-20T19:56:13.959Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33822024-12-20T19:56:14.846Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33832024-12-20T19:56:15.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
33842024-12-20T19:56:16.117Z
33852024-12-20T19:56:16.117Zinfo: running `cargo check --bins` on installinator-api (158/175)
33862024-12-20T19:56:16.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-12-20T19:56:16.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-12-20T19:56:16.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892024-12-20T19:56:16.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33902024-12-20T19:56:16.772Z
33912024-12-20T19:56:16.772Zinfo: running `cargo check --bins` on wicketd-api (159/175)
33922024-12-20T19:56:17.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932024-12-20T19:56:17.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942024-12-20T19:56:17.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952024-12-20T19:56:17.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33962024-12-20T19:56:17.435Z
33972024-12-20T19:56:17.435Zinfo: running `cargo check --bins` on reconfigurator-cli (160/175)
33982024-12-20T19:56:18.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992024-12-20T19:56:18.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002024-12-20T19:56:18.128Z Compiling petname v2.0.2
34012024-12-20T19:56:18.131Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34022024-12-20T19:56:18.131Z Checking sync-ptr v0.1.1
34032024-12-20T19:56:19.548Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34042024-12-20T19:56:21.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
34052024-12-20T19:56:21.284Z
34062024-12-20T19:56:21.285Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175)
34072024-12-20T19:56:21.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082024-12-20T19:56:21.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092024-12-20T19:56:21.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102024-12-20T19:56:21.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34112024-12-20T19:56:21.954Z
34122024-12-20T19:56:21.954Zinfo: running `cargo check --bins` on omicron-releng (162/175)
34132024-12-20T19:56:22.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142024-12-20T19:56:22.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152024-12-20T19:56:22.632Z Checking memmap2 v0.9.5
34162024-12-20T19:56:22.632Z Checking arrayref v0.3.9
34172024-12-20T19:56:22.632Z Checking spin v0.5.2
34182024-12-20T19:56:22.635Z Checking constant_time_eq v0.3.1
34192024-12-20T19:56:22.635Z Checking arrayvec v0.7.6
34202024-12-20T19:56:22.635Z Checking topological-sort v0.2.2
34212024-12-20T19:56:22.747Z Checking shell-words v1.1.0
34222024-12-20T19:56:22.907Z Checking ring v0.16.20
34232024-12-20T19:56:23.051Z Checking blake3 v1.5.4
34242024-12-20T19:56:24.040Z Checking omicron-zone-package v0.11.1
34252024-12-20T19:56:25.142Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34262024-12-20T19:56:26.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
34272024-12-20T19:56:26.221Z
34282024-12-20T19:56:26.221Zinfo: running `cargo check --bins` on xtask (163/175)
34292024-12-20T19:56:26.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302024-12-20T19:56:26.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312024-12-20T19:56:26.642Z Checking bitflags v2.6.0
34322024-12-20T19:56:26.644Z Checking serde v1.0.215
34332024-12-20T19:56:26.644Z Checking thiserror v1.0.69
34342024-12-20T19:56:26.732Z Checking scroll v0.12.0
34352024-12-20T19:56:26.735Z Checking log v0.4.22
34362024-12-20T19:56:26.742Z Checking hashbrown v0.15.1
34372024-12-20T19:56:26.760Z Checking zerocopy v0.7.35
34382024-12-20T19:56:26.774Z Checking syn v2.0.87
34392024-12-20T19:56:26.818Z Checking pest v2.7.14
34402024-12-20T19:56:26.954Z Checking rustix v0.38.37
34412024-12-20T19:56:26.982Z Checking once_cell v1.20.2
34422024-12-20T19:56:27.173Z Checking goblin v0.8.2
34432024-12-20T19:56:27.266Z Checking fs-err v2.11.0
34442024-12-20T19:56:27.572Z Checking anyhow v1.0.93
34452024-12-20T19:56:27.814Z Checking indexmap v2.6.0
34462024-12-20T19:56:27.973Z Checking tabled v0.15.0
34472024-12-20T19:56:28.861Z Checking terminal_size v0.4.0
34482024-12-20T19:56:28.861Z Checking tempfile v3.13.0
34492024-12-20T19:56:29.022Z Checking clap_builder v4.5.21
34502024-12-20T19:56:29.204Z Checking dtrace-parser v0.2.0
34512024-12-20T19:56:31.085Z Checking serde_json v1.0.132
34522024-12-20T19:56:31.085Z Checking toml_datetime v0.6.8
34532024-12-20T19:56:31.085Z Checking serde_spanned v0.6.8
34542024-12-20T19:56:31.093Z Checking camino v1.1.9
34552024-12-20T19:56:31.094Z Checking cargo-platform v0.1.8
34562024-12-20T19:56:31.140Z Checking semver v1.0.23
34572024-12-20T19:56:31.242Z Checking clap v4.5.21
34582024-12-20T19:56:31.307Z Checking macaddr v1.0.1
34592024-12-20T19:56:31.378Z Checking toml_edit v0.22.22
34602024-12-20T19:56:31.580Z Checking camino-tempfile v1.1.1
34612024-12-20T19:56:32.274Z Checking dof v0.3.0
34622024-12-20T19:56:32.274Z Checking cargo_metadata v0.18.1
34632024-12-20T19:56:32.696Z Checking usdt-impl v0.5.0
34642024-12-20T19:56:33.045Z Checking usdt v0.5.0
34652024-12-20T19:56:33.158Z Checking toml v0.8.19
34662024-12-20T19:56:33.624Z Checking cargo_toml v0.20.5
34672024-12-20T19:56:34.814Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34682024-12-20T19:56:35.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
34692024-12-20T19:56:35.516Z
34702024-12-20T19:56:35.516Zinfo: running `cargo check --bins` on end-to-end-tests (164/175)
34712024-12-20T19:56:36.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722024-12-20T19:56:36.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732024-12-20T19:56:36.271Z Checking polyval v0.6.2
34742024-12-20T19:56:36.383Z Checking ctr v0.9.2
34752024-12-20T19:56:36.396Z Checking ssh-encoding v0.2.0
34762024-12-20T19:56:36.399Z Checking blowfish v0.9.1
34772024-12-20T19:56:36.423Z Checking password-hash v0.4.2
34782024-12-20T19:56:36.426Z Checking matches v0.1.10
34792024-12-20T19:56:36.455Z Checking p521 v0.13.3
34802024-12-20T19:56:36.458Z Checking p256 v0.13.2
34812024-12-20T19:56:36.532Z Checking idna v0.2.3
34822024-12-20T19:56:36.594Z Checking ghash v0.5.1
34832024-12-20T19:56:36.617Z Checking bcrypt-pbkdf v0.10.0
34842024-12-20T19:56:36.634Z Compiling enum-as-inner v0.5.1
34852024-12-20T19:56:36.731Z Checking russh-cryptovec v0.7.3
34862024-12-20T19:56:36.756Z Checking aes-gcm v0.10.3
34872024-12-20T19:56:36.831Z Checking pbkdf2 v0.11.0
34882024-12-20T19:56:36.875Z Checking md5 v0.7.0
34892024-12-20T19:56:36.940Z Checking num-bigint v0.4.6
34902024-12-20T19:56:36.978Z Checking ssh-cipher v0.2.0
34912024-12-20T19:56:37.110Z Checking des v0.8.1
34922024-12-20T19:56:37.129Z Checking hex-literal v0.4.1
34932024-12-20T19:56:37.254Z Compiling dhcproto-macros v0.1.0
34942024-12-20T19:56:37.257Z Checking ssh-key v0.6.6
34952024-12-20T19:56:37.319Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34962024-12-20T19:56:37.357Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34972024-12-20T19:56:37.652Z Checking trust-dns-proto v0.22.0
34982024-12-20T19:56:37.710Z Checking internet-checksum v0.2.1
34992024-12-20T19:56:38.623Z Checking russh-keys v0.45.0
35002024-12-20T19:56:39.550Z Checking russh v0.45.0
35012024-12-20T19:56:40.179Z Checking dhcproto v0.12.0
35022024-12-20T19:56:57.471Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35032024-12-20T19:56:58.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.36s
35042024-12-20T19:56:59.091Z
35052024-12-20T19:56:59.091Zinfo: running `cargo check --bins` on gateway-cli (165/175)
35062024-12-20T19:56:59.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072024-12-20T19:56:59.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082024-12-20T19:56:59.723Z Checking termios v0.3.3
35092024-12-20T19:56:59.935Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35102024-12-20T19:57:00.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
35112024-12-20T19:57:00.896Z
35122024-12-20T19:57:00.896Zinfo: running `cargo check --bins --no-default-features` on installinator (166/175)
35132024-12-20T19:57:01.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142024-12-20T19:57:01.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152024-12-20T19:57:01.598Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35162024-12-20T19:57:03.607Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35172024-12-20T19:57:05.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
35182024-12-20T19:57:05.680Z
35192024-12-20T19:57:05.680Zinfo: running `cargo check --bins` on internal-dns-cli (167/175)
35202024-12-20T19:57:06.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-12-20T19:57:06.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-12-20T19:57:06.317Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35232024-12-20T19:57:06.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35242024-12-20T19:57:06.972Z
35252024-12-20T19:57:06.972Zinfo: running `cargo check --bins` on omicron-live-tests (168/175)
35262024-12-20T19:57:07.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272024-12-20T19:57:07.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282024-12-20T19:57:07.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292024-12-20T19:57:07.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35302024-12-20T19:57:07.584Z
35312024-12-20T19:57:07.584Zinfo: running `cargo check --bins` on live-tests-macros (169/175)
35322024-12-20T19:57:08.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332024-12-20T19:57:08.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342024-12-20T19:57:08.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352024-12-20T19:57:08.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35362024-12-20T19:57:08.193Z
35372024-12-20T19:57:08.193Zinfo: running `cargo check --bins` on omicron-package (170/175)
35382024-12-20T19:57:08.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392024-12-20T19:57:08.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402024-12-20T19:57:08.861Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35412024-12-20T19:57:10.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
35422024-12-20T19:57:10.383Z
35432024-12-20T19:57:10.383Zinfo: running `cargo check --bins` on wicket-dbg (171/175)
35442024-12-20T19:57:10.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452024-12-20T19:57:10.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462024-12-20T19:57:11.083Z Checking rtoolbox v0.0.2
35472024-12-20T19:57:11.086Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35482024-12-20T19:57:11.086Z Checking tui-tree-widget v0.22.0
35492024-12-20T19:57:11.304Z Checking rpassword v7.3.1
35502024-12-20T19:57:15.347Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35512024-12-20T19:57:18.355Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35522024-12-20T19:57:19.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
35532024-12-20T19:57:19.753Z
35542024-12-20T19:57:19.753Zinfo: running `cargo check --bins` on wicket (172/175)
35552024-12-20T19:57:20.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562024-12-20T19:57:20.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572024-12-20T19:57:20.445Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35582024-12-20T19:57:20.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
35592024-12-20T19:57:21.074Z
35602024-12-20T19:57:21.074Zinfo: running `cargo check --bins` on wicketd (173/175)
35612024-12-20T19:57:21.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622024-12-20T19:57:21.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632024-12-20T19:57:21.784Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35642024-12-20T19:57:25.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
35652024-12-20T19:57:25.939Z
35662024-12-20T19:57:25.939Zinfo: running `cargo check --bins` on omicron-workspace-hack (174/175)
35672024-12-20T19:57:26.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682024-12-20T19:57:26.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692024-12-20T19:57:26.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702024-12-20T19:57:26.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35712024-12-20T19:57:26.537Z
35722024-12-20T19:57:26.537Zinfo: running `cargo check --bins` on zone-setup (175/175)
35732024-12-20T19:57:27.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742024-12-20T19:57:27.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752024-12-20T19:57:27.254Z Checking uzers v0.12.1
35762024-12-20T19:57:27.594Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35772024-12-20T19:57:28.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
35782024-12-20T19:57:28.966Z
35792024-12-20T19:57:28.966Zreal 12:59.560852008
35802024-12-20T19:57:28.966Zuser 24:12.231583068
35812024-12-20T19:57:28.967Zsys 5:25.396555910
35822024-12-20T19:57:28.967Ztrap 0.470199041
35832024-12-20T19:57:28.967Ztflt 2.378472903
35842024-12-20T19:57:28.967Zdflt 3.098933246
35852024-12-20T19:57:28.967Zkflt 0.000695969
35862024-12-20T19:57:28.967Zlock 46:03.209712621
35872024-12-20T19:57:28.967Zslp 2:06:09.049721513
35882024-12-20T19:57:28.967Zlat 59.820172348
35892024-12-20T19:57:28.967Zstop 3:19.449834959
35902024-12-20T19:57:28.969Zprocess exited: duration 1105123 ms, exit code 0
 
35912024-12-20T19:57:28.975Zfound 0 output files