01JFJSQ30HBB4KSPQ1MWG26Q21: 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: 01JFJSQQ3FH06ZZJ5KT7G53NVM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T19:48:01.968Zjob assigned to worker 01JFJSR0C2JK2J5Q0YKCNTNBS1 [factory aws, i-01c24dced722eaf2a] (queued for 1 m 4 s)
 
22024-12-20T19:48:10.056Zstarting task 0: "setup"
32024-12-20T19:48:10.065Z++ uname -s
42024-12-20T19:48:10.068Z+ kern=SunOS
52024-12-20T19:48:10.068Z+ case "$kern" in
62024-12-20T19:48:10.068Z+ groupadd -g 12345 build
72024-12-20T19:48:10.070Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T19:48:12.076Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T19:48:12.180Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T19:48:12.182Z+ home_fs=zfs
112024-12-20T19:48:12.182Z+ [[ zfs == autofs ]]
122024-12-20T19:48:12.182Z+ mkdir -p /home/build
132024-12-20T19:48:12.185Z+ chown build:build /home/build /work
142024-12-20T19:48:14.185Z+ chmod 0700 /home/build /work
152024-12-20T19:48:14.188Zprocess exited: duration 4133 ms, exit code 0
 
162024-12-20T19:48:14.192Zstarting task 1: "rust-toolchain"
172024-12-20T19:48:14.197Z+ printf ' * toolchain channel = "%s"
182024-12-20T19:48:14.198Z' 1.81.0
192024-12-20T19:48:14.198Z * toolchain channel = "1.81.0"
202024-12-20T19:48:14.198Z+ printf ' * toolchain profile = "%s"
212024-12-20T19:48:14.198Z * toolchain profile = "default"
222024-12-20T19:48:14.198Z' default
232024-12-20T19:48:14.200Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T19:48:14.200Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T19:48:14.319Zinfo: downloading installer
262024-12-20T19:48:15.663Zinfo: profile set to 'default'
272024-12-20T19:48:15.663Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T19:48:15.666Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T19:48:15.802Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T19:48:15.802Zinfo: downloading component 'cargo'
312024-12-20T19:48:16.534Zinfo: downloading component 'clippy'
322024-12-20T19:48:16.810Zinfo: downloading component 'rust-docs'
332024-12-20T19:48:17.823Zinfo: downloading component 'rust-std'
342024-12-20T19:48:19.398Zinfo: downloading component 'rustc'
352024-12-20T19:48:25.063Zinfo: downloading component 'rustfmt'
362024-12-20T19:48:25.275Zinfo: installing component 'cargo'
372024-12-20T19:48:26.059Zinfo: installing component 'clippy'
382024-12-20T19:48:26.414Zinfo: installing component 'rust-docs'
392024-12-20T19:48:28.037Zinfo: installing component 'rust-std'
402024-12-20T19:48:29.753Zinfo: installing component 'rustc'
412024-12-20T19:48:35.333Zinfo: installing component 'rustfmt'
422024-12-20T19:48:35.655Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T19:48:35.655Z
442024-12-20T19:48:36.260Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T19:48:36.260Z
462024-12-20T19:48:36.273Z
472024-12-20T19:48:36.273ZRust is installed now. Great!
482024-12-20T19:48:36.273Z
492024-12-20T19:48:36.273ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T19:48:36.273Zenvironment variable. This has not been done automatically.
512024-12-20T19:48:36.273Z
522024-12-20T19:48:36.273ZTo configure your current shell, you need to source
532024-12-20T19:48:36.273Zthe corresponding env file under $HOME/.cargo.
542024-12-20T19:48:36.273Z
552024-12-20T19:48:36.273ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T19:48:36.273Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T19:48:36.273Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T19:48:36.273Z+ rustc --version
592024-12-20T19:48:36.273Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T19:48:36.273Zprocess exited: duration 21966 ms, exit code 0
 
612024-12-20T19:48:36.279Zstarting task 2: "authentication"
622024-12-20T19:48:36.301Zprocess exited: duration 21 ms, exit code 0
 
632024-12-20T19:48:36.308Zstarting task 3: "clone repository"
642024-12-20T19:48:36.311Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T19:48:36.313Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T19:48:36.580ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T19:48:43.656Z+ cd /work/oxidecomputer/omicron
682024-12-20T19:48:43.656Z+ git fetch origin e3ee22c82e2b123027b26c7cb2aa88357d52e902
692024-12-20T19:48:43.961ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T19:48:43.961Z * branch e3ee22c82e2b123027b26c7cb2aa88357d52e902 -> FETCH_HEAD
712024-12-20T19:48:43.970Z+ [[ -n john/reconfigurator-blippy ]]
722024-12-20T19:48:43.973Z++ git branch --show-current
732024-12-20T19:48:43.975Z+ current=main
742024-12-20T19:48:43.975Z+ [[ main != john/reconfigurator-blippy ]]
752024-12-20T19:48:43.975Z+ git branch -f john/reconfigurator-blippy e3ee22c82e2b123027b26c7cb2aa88357d52e902
762024-12-20T19:48:43.978Z+ git checkout -f john/reconfigurator-blippy
772024-12-20T19:48:44.155ZSwitched to branch 'john/reconfigurator-blippy'
782024-12-20T19:48:44.157Z+ git reset --hard e3ee22c82e2b123027b26c7cb2aa88357d52e902
792024-12-20T19:48:44.177ZHEAD is now at e3ee22c82 PR feedback
802024-12-20T19:48:44.180Zprocess exited: duration 7872 ms, exit code 0
 
812024-12-20T19:48:44.186Zstarting task 4: "build"
822024-12-20T19:48:44.192Z+ source .github/buildomat/ci-env.sh
832024-12-20T19:48:44.194Z++ export CARGO_TERM_COLOR=always
842024-12-20T19:48:44.194Z++ CARGO_TERM_COLOR=always
852024-12-20T19:48:44.194Z+ cargo --version
862024-12-20T19:48:44.248Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T19:48:44.252Z+ rustc --version
882024-12-20T19:48:44.310Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T19:48:44.313Z+ source ./env.sh
902024-12-20T19:48:44.313Z++ OLD_SHELL_OPTS=ehxB
912024-12-20T19:48:44.313Z++ set -o xtrace
922024-12-20T19:48:44.315Z++++ dirname ./env.sh
932024-12-20T19:48:44.319Z+++ readlink -f .
942024-12-20T19:48:44.361Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-20T19:48:44.365Z++ 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:48:44.365Z++ 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:48:44.365Z++ 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:48:44.365Z++ 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:48:44.365Z++ 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:48:44.365Z++ 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:48:44.365Z++ 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:48:44.365Z++ 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:48:44.365Z++ case $OLD_SHELL_OPTS in
1042024-12-20T19:48:44.365Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-20T19:48:44.365Z+ 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:48:44.365Z+ 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:48:44.365Z+ banner prerequisites
1082024-12-20T19:48:44.521Z
1092024-12-20T19:48:44.521Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-20T19:48:44.521Z # # # # # # # # # # # # # # #
1112024-12-20T19:48:44.521Z # # # # ##### # # ##### # # # # # #### #
1122024-12-20T19:48:44.521Z ##### ##### # ##### # # # # # # # # #
1132024-12-20T19:48:44.521Z # # # # # # # # # # # # # # #
1142024-12-20T19:48:44.521Z # # # ###### # # ###### ### # #### # #### #
1152024-12-20T19:48:44.521Z
1162024-12-20T19:48:44.524Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-20T19:49:01.585Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-20T19:49:05.811Z Startup: Caching catalogs ... Done
1192024-12-20T19:49:16.552ZPlanning: Solver setup ... Done (9.775s)
1202024-12-20T19:49:16.687ZPlanning: Running solver ... Done (0.135s)
1212024-12-20T19:49:16.975ZPlanning: Finding local manifests ... Done (0.187s)
1222024-12-20T19:49:16.988ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-20T19:49:17.714ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-20T19:49:18.151ZPlanning: Package planning ... Done (0.436s)
1252024-12-20T19:49:18.207ZPlanning: Merging actions ... Done (0.056s)
1262024-12-20T19:49:19.218ZPlanning: Checking for conflicting actions ... Done (1.011s)
1272024-12-20T19:49:26.376ZPlanning: Consolidating action changes ... Done (7.157s)
1282024-12-20T19:49:26.769ZPlanning: Evaluating mediators ... Done (0.393s)
1292024-12-20T19:49:26.927ZPlanning: Planning completed in 21.02 seconds
1302024-12-20T19:49:26.942Z Packages to install: 4
1312024-12-20T19:49:26.942Z Packages to update: 1
1322024-12-20T19:49:26.945Z Mediators to change: 2
1332024-12-20T19:49:26.945Z Services to change: 1
1342024-12-20T19:49:26.945Z Estimated space available: 155.63 GB
1352024-12-20T19:49:26.945ZEstimated space to be consumed: 1.62 GB
1362024-12-20T19:49:26.945Z Create boot environment: No
1372024-12-20T19:49:26.945ZCreate backup boot environment: Yes
1382024-12-20T19:49:26.945Z Rebuild boot archive: No
1392024-12-20T19:49:26.945Z
1402024-12-20T19:49:26.945ZChanged mediators:
1412024-12-20T19:49:26.945Z mediator clang:
1422024-12-20T19:49:26.945Z version: None -> 15 (system default)
1432024-12-20T19:49:26.945Z
1442024-12-20T19:49:26.945Z mediator llvm:
1452024-12-20T19:49:26.945Z version: 14 (system default) -> 15 (system default)
1462024-12-20T19:49:26.945Z
1472024-12-20T19:49:26.945ZChanged packages:
1482024-12-20T19:49:26.945Zhelios-dev
1492024-12-20T19:49:26.945Z developer/build-essential
1502024-12-20T19:49:26.945Z None -> 11-2.0
1512024-12-20T19:49:26.945Z library/libxmlsec1
1522024-12-20T19:49:26.945Z None -> 1.2.35-2.0
1532024-12-20T19:49:26.945Z ooce/developer/clang-15
1542024-12-20T19:49:26.945Z None -> 15.0.7-2.0
1552024-12-20T19:49:26.945Z ooce/developer/llvm-15
1562024-12-20T19:49:26.945Z None -> 15.0.7-2.0
1572024-12-20T19:49:26.945Z package/pkg
1582024-12-20T19:49:26.945Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-20T19:49:26.945Z
1602024-12-20T19:49:26.945ZServices:
1612024-12-20T19:49:26.946Z restart_fmri:
1622024-12-20T19:49:26.946Z svc:/system/update-man-index:default
1632024-12-20T19:49:26.946Z
1642024-12-20T19:49:26.946ZEditable files to change:
1652024-12-20T19:49:26.946Z Update:
1662024-12-20T19:49:26.946Z usr/share/lib/pkg/web/config.shtml
1672024-12-20T19:49:27.406Z
1682024-12-20T19:49:27.406ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-20T19:49:32.408ZDownload: 728/4281 items 17.8/220.6MB 8% complete (3.6M/s)
1702024-12-20T19:49:41.299ZDownload: 1198/4281 items 83.4/220.6MB 37% complete (9.4M/s)
1712024-12-20T19:49:46.318ZDownload: 1830/4281 items 117.5/220.6MB 53% complete (3.6M/s)
1722024-12-20T19:49:54.063ZDownload: 2221/4281 items 119.1/220.6MB 54% complete (5.4M/s)
1732024-12-20T19:49:59.320ZDownload: 3148/4281 items 165.4/220.6MB 74% complete (9.6M/s)
1742024-12-20T19:50:06.782ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (11.4M/s)
1752024-12-20T19:50:11.782ZDownload: 4182/4281 items 220.3/220.6MB 99% complete (2.1M/s)
1762024-12-20T19:50:14.656ZDownload: Completed 220.60 MB in 47.25 seconds (4.7M/s)
1772024-12-20T19:50:16.741Z Actions: 1/5063 actions (Removing old actions)
1782024-12-20T19:50:16.759Z Actions: 194/5063 actions (Installing new actions)
1792024-12-20T19:50:21.804Z Actions: 4095/5063 actions (Installing new actions)
1802024-12-20T19:50:22.223Z Actions: 4226/5063 actions (Updating modified actions)
1812024-12-20T19:50:22.570Z Actions: Completed 5063 actions in 5.83 seconds.
1822024-12-20T19:50:22.982Z Done (0.402s)
1832024-12-20T19:50:22.986Z Done (0.000s)
1842024-12-20T19:50:23.565Z Done (0.584s)
1852024-12-20T19:50:29.926Z Done (6.135s)
1862024-12-20T19:50:30.432Z Done (0.435s)
1872024-12-20T19:50:30.435Z Done (0.000s)
1882024-12-20T19:50:30.594Z Done (0.000s)
1892024-12-20T19:50:31.282ZPlanning: Evaluating mediator changes ... Done
1902024-12-20T19:50:31.442ZPlanning: Checking for conflicting actions ... Done
1912024-12-20T19:50:31.445ZPlanning: Consolidating action changes ... Done
1922024-12-20T19:50:31.712ZPlanning: Evaluating mediators ... Done
1932024-12-20T19:50:31.715ZPlanning: Planning completed in 0.43 seconds
1942024-12-20T19:50:31.749Z Mediators to change: 2
1952024-12-20T19:50:31.752Z Create boot environment: No
1962024-12-20T19:50:31.752ZCreate backup boot environment: No
1972024-12-20T19:50:31.828Z Done
1982024-12-20T19:50:31.828Z Done
1992024-12-20T19:50:32.208Z Done
2002024-12-20T19:50:35.767Z Done
2012024-12-20T19:50:35.856Z Done
2022024-12-20T19:50:35.859Z Done
2032024-12-20T19:50:36.009Z Done
2042024-12-20T19:50:36.615ZPlanning: Evaluating mediator changes ... Done
2052024-12-20T19:50:36.618ZPlanning: Merging actions ... Done
2062024-12-20T19:50:36.806ZPlanning: Checking for conflicting actions ... Done
2072024-12-20T19:50:36.808ZPlanning: Consolidating action changes ... Done
2082024-12-20T19:50:37.069ZPlanning: Evaluating mediators ... Done
2092024-12-20T19:50:37.125ZPlanning: Planning completed in 0.75 seconds
2102024-12-20T19:50:37.162Z Packages to change: 1
2112024-12-20T19:50:37.162Z Mediators to change: 1
2122024-12-20T19:50:37.166Z Services to change: 1
2132024-12-20T19:50:37.166Z Create boot environment: No
2142024-12-20T19:50:37.166ZCreate backup boot environment: Yes
2152024-12-20T19:50:39.220Z Actions: 1/6 actions (Updating modified actions)
2162024-12-20T19:50:39.295Z Actions: Completed 6 actions in 0.08 seconds.
2172024-12-20T19:50:39.298Z Done
2182024-12-20T19:50:39.298Z Done
2192024-12-20T19:50:39.411Z Done
2202024-12-20T19:50:43.237Z Done
2212024-12-20T19:50:43.334Z Done
2222024-12-20T19:50:43.336Z Done
2232024-12-20T19:50:43.478Z Done
2242024-12-20T19:50:43.914ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-12-20T19:50:43.914Zclang system 15 system
2262024-12-20T19:50:43.914Zcsh system system illumos
2272024-12-20T19:50:43.914Zctags system system illumos
2282024-12-20T19:50:43.914Zgcc vendor 12 vendor
2292024-12-20T19:50:43.914Zgcc system 10 system
2302024-12-20T19:50:43.914Zgcc system 7 system
2312024-12-20T19:50:43.914Zgo system 1.20 system
2322024-12-20T19:50:43.914Zgo system 1.19 system
2332024-12-20T19:50:43.915Zllvm system 15 system
2342024-12-20T19:50:43.915Zllvm system 14 system
2352024-12-20T19:50:43.915Zmariadb system 10.6 system
2362024-12-20T19:50:43.915Zmta vendor vendor dma
2372024-12-20T19:50:43.915Zopenjdk system 17 system
2382024-12-20T19:50:43.915Zopenjdk system 11 system
2392024-12-20T19:50:43.915Zopenjdk system 1.8 system
2402024-12-20T19:50:43.915Zopenssl vendor 3 vendor
2412024-12-20T19:50:43.915Zperl system 5.36 system
2422024-12-20T19:50:43.915Zpostgresql system 15 system
2432024-12-20T19:50:43.915Zpostgresql system 13 system
2442024-12-20T19:50:43.915Zpython vendor 3 vendor
2452024-12-20T19:50:43.915Zpython system 2 system
2462024-12-20T19:50:43.915Zpython3 system 3.11 system
2472024-12-20T19:50:43.915Zruby system 3.0 system
2482024-12-20T19:50:43.915Zwords vendor vendor american-english
2492024-12-20T19:50:43.915Zwords system system australian-english
2502024-12-20T19:50:43.915Zwords system system british-english
2512024-12-20T19:50:43.915Zwords system system canadian-english
2522024-12-20T19:50:43.915Zwords system system french
2532024-12-20T19:50:43.915Zwords system system italian
2542024-12-20T19:50:43.915Zwords system system ngerman
2552024-12-20T19:50:43.915Zwords system system ogerman
2562024-12-20T19:50:43.915Zwords system system spanish
2572024-12-20T19:50:44.241ZPUBLISHER TYPE STATUS P LOCATION
2582024-12-20T19:50:44.241Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-12-20T19:50:46.958ZFMRI IFO
2602024-12-20T19:50:46.958Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-12-20T19:50:46.958Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-12-20T19:50:46.958Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-12-20T19:50:46.958Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-12-20T19:50:46.958Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-12-20T19:50:46.958Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-12-20T19:50:46.958Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-12-20T19:50:46.958Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-12-20T19:50:46.958Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-12-20T19:50:46.958Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-12-20T19:50:46.958Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-12-20T19:50:46.958Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-12-20T19:50:46.958Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-12-20T19:50:46.958Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-12-20T19:50:46.958Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-12-20T19:50:47.716Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-12-20T19:50:47.997Z Updating crates.io index
2772024-12-20T19:50:48.034Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-12-20T19:50:48.506Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-12-20T19:50:48.746Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-12-20T19:50:49.109Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-12-20T19:50:49.379Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-12-20T19:50:50.205Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-12-20T19:50:51.739Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-12-20T19:50:52.346Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-12-20T19:50:53.178Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-12-20T19:50:53.432Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-12-20T19:50:53.680Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-12-20T19:50:54.326Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-12-20T19:50:54.602Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-12-20T19:50:54.936Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-12-20T19:50:55.179Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-12-20T19:50:55.480Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-12-20T19:50:55.714Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-12-20T19:50:55.996Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-12-20T19:50:56.312Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-12-20T19:50:56.593Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-12-20T19:50:56.924Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-12-20T19:50:57.446Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-12-20T19:50:57.732Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-12-20T19:50:58.278Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-12-20T19:50:58.521Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3022024-12-20T19:50:58.802Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3032024-12-20T19:50:59.021Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3042024-12-20T19:50:59.265Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3052024-12-20T19:51:00.657Z Downloading crates ...
3062024-12-20T19:51:00.796Z Downloaded anstyle-parse v0.2.5
3072024-12-20T19:51:00.802Z Downloaded byteorder v1.5.0
3082024-12-20T19:51:00.813Z Downloaded dtrace-parser v0.2.0
3092024-12-20T19:51:00.817Z Downloaded equivalent v1.0.1
3102024-12-20T19:51:00.823Z Downloaded pretty-hex v0.4.1
3112024-12-20T19:51:00.826Z Downloaded anyhow v1.0.93
3122024-12-20T19:51:00.831Z Downloaded swrite v0.1.0
3132024-12-20T19:51:00.837Z Downloaded scroll_derive v0.12.0
3142024-12-20T19:51:00.858Z Downloaded usdt-macro v0.5.0
3152024-12-20T19:51:00.877Z Downloaded usdt-attr-macro v0.5.0
3162024-12-20T19:51:00.878Z Downloaded colorchoice v1.0.2
3172024-12-20T19:51:00.879Z Downloaded autocfg v1.4.0
3182024-12-20T19:51:00.879Z Downloaded crypto-common v0.1.6
3192024-12-20T19:51:00.879Z Downloaded cargo-platform v0.1.8
3202024-12-20T19:51:00.879Z Downloaded bytecount v0.6.8
3212024-12-20T19:51:00.879Z Downloaded fs-err v2.11.0
3222024-12-20T19:51:00.879Z Downloaded block-buffer v0.10.4
3232024-12-20T19:51:00.879Z Downloaded generic-array v0.14.7
3242024-12-20T19:51:00.879Z Downloaded fastrand v2.1.1
3252024-12-20T19:51:00.887Z Downloaded dof v0.3.0
3262024-12-20T19:51:00.887Z Downloaded macaddr v1.0.1
3272024-12-20T19:51:00.887Z Downloaded fnv v1.0.7
3282024-12-20T19:51:00.887Z Downloaded memmap v0.7.0
3292024-12-20T19:51:00.887Z Downloaded is_terminal_polyfill v1.70.1
3302024-12-20T19:51:00.887Z Downloaded errno v0.3.9
3312024-12-20T19:51:00.887Z Downloaded pest_generator v2.7.14
3322024-12-20T19:51:00.887Z Downloaded itoa v1.0.11
3332024-12-20T19:51:00.893Z Downloaded cpufeatures v0.2.14
3342024-12-20T19:51:00.893Z Downloaded smawk v0.3.2
3352024-12-20T19:51:00.893Z Downloaded plain v0.2.3
3362024-12-20T19:51:00.897Z Downloaded serde_spanned v0.6.8
3372024-12-20T19:51:00.900Z Downloaded strsim v0.11.1
3382024-12-20T19:51:00.900Z Downloaded serde_tokenstream v0.2.2
3392024-12-20T19:51:00.904Z Downloaded proc-macro-error-attr v1.0.4
3402024-12-20T19:51:00.906Z Downloaded anstyle v1.0.10
3412024-12-20T19:51:00.907Z Downloaded unicode-linebreak v0.1.5
3422024-12-20T19:51:00.911Z Downloaded toml_datetime v0.6.8
3432024-12-20T19:51:00.911Z Downloaded thread-id v4.2.2
3442024-12-20T19:51:00.914Z Downloaded clap_lex v0.7.2
3452024-12-20T19:51:00.914Z Downloaded version_check v0.9.5
3462024-12-20T19:51:00.914Z Downloaded thiserror-impl v1.0.69
3472024-12-20T19:51:00.917Z Downloaded thiserror v1.0.69
3482024-12-20T19:51:00.920Z Downloaded digest v0.10.7
3492024-12-20T19:51:00.923Z Downloaded camino v1.1.9
3502024-12-20T19:51:00.923Z Downloaded utf8parse v0.2.2
3512024-12-20T19:51:00.925Z Downloaded terminal_size v0.4.0
3522024-12-20T19:51:00.925Z Downloaded tabled_derive v0.7.0
3532024-12-20T19:51:00.925Z Downloaded heck v0.5.0
3542024-12-20T19:51:00.929Z Downloaded cfg-if v1.0.0
3552024-12-20T19:51:00.929Z Downloaded anstyle-query v1.1.1
3562024-12-20T19:51:00.931Z Downloaded heck v0.4.1
3572024-12-20T19:51:00.934Z Downloaded cargo_metadata v0.18.1
3582024-12-20T19:51:00.934Z Downloaded camino-tempfile v1.1.1
3592024-12-20T19:51:00.938Z Downloaded once_cell v1.20.2
3602024-12-20T19:51:00.941Z Downloaded semver v1.0.23
3612024-12-20T19:51:00.944Z Downloaded sha2 v0.10.8
3622024-12-20T19:51:00.944Z Downloaded proc-macro-error v1.0.4
3632024-12-20T19:51:00.947Z Downloaded anstream v0.6.15
3642024-12-20T19:51:00.950Z Downloaded quote v1.0.37
3652024-12-20T19:51:00.952Z Downloaded pest_derive v2.7.14
3662024-12-20T19:51:00.958Z Downloaded clap_derive v4.5.18
3672024-12-20T19:51:00.961Z Downloaded cargo_toml v0.20.5
3682024-12-20T19:51:00.964Z Downloaded usdt-impl v0.5.0
3692024-12-20T19:51:00.964Z Downloaded usdt v0.5.0
3702024-12-20T19:51:00.964Z Downloaded zerocopy-derive v0.7.35
3712024-12-20T19:51:00.967Z Downloaded tempfile v3.13.0
3722024-12-20T19:51:00.969Z Downloaded scroll v0.12.0
3732024-12-20T19:51:00.973Z Downloaded papergrid v0.11.0
3742024-12-20T19:51:00.976Z Downloaded log v0.4.22
3752024-12-20T19:51:00.978Z Downloaded typenum v1.17.0
3762024-12-20T19:51:00.980Z Downloaded ucd-trie v0.1.7
3772024-12-20T19:51:00.980Z Downloaded proc-macro2 v1.0.89
3782024-12-20T19:51:00.984Z Downloaded ryu v1.0.18
3792024-12-20T19:51:00.986Z Downloaded toml v0.8.19
3802024-12-20T19:51:00.990Z Downloaded clap v4.5.21
3812024-12-20T19:51:00.997Z Downloaded pest_meta v2.7.14
3822024-12-20T19:51:00.999Z Downloaded bitflags v2.6.0
3832024-12-20T19:51:01.016Z Downloaded textwrap v0.16.1
3842024-12-20T19:51:01.022Z Downloaded indexmap v2.6.0
3852024-12-20T19:51:01.025Z Downloaded serde_derive v1.0.215
3862024-12-20T19:51:01.030Z Downloaded serde v1.0.215
3872024-12-20T19:51:01.033Z Downloaded unicode-ident v1.0.13
3882024-12-20T19:51:01.040Z Downloaded memchr v2.7.4
3892024-12-20T19:51:01.068Z Downloaded toml_edit v0.22.22
3902024-12-20T19:51:01.102Z Downloaded hashbrown v0.15.1
3912024-12-20T19:51:01.104Z Downloaded pest v2.7.14
3922024-12-20T19:51:01.107Z Downloaded zerocopy v0.7.35
3932024-12-20T19:51:01.121Z Downloaded winnow v0.6.20
3942024-12-20T19:51:01.127Z Downloaded serde_json v1.0.132
3952024-12-20T19:51:01.133Z Downloaded goblin v0.8.2
3962024-12-20T19:51:01.139Z Downloaded tabled v0.15.0
3972024-12-20T19:51:01.153Z Downloaded clap_builder v4.5.21
3982024-12-20T19:51:01.159Z Downloaded syn v1.0.109
3992024-12-20T19:51:01.168Z Downloaded syn v2.0.87
4002024-12-20T19:51:01.189Z Downloaded unicode-width v0.1.14
4012024-12-20T19:51:01.198Z Downloaded rustix v0.38.37
4022024-12-20T19:51:01.229Z Downloaded libc v0.2.162
4032024-12-20T19:51:01.537Z Compiling proc-macro2 v1.0.89
4042024-12-20T19:51:01.537Z Compiling unicode-ident v1.0.13
4052024-12-20T19:51:01.537Z Compiling serde v1.0.215
4062024-12-20T19:51:01.537Z Compiling version_check v0.9.5
4072024-12-20T19:51:01.541Z Compiling thiserror v1.0.69
4082024-12-20T19:51:01.541Z Compiling memchr v2.7.4
4092024-12-20T19:51:01.541Z Compiling libc v0.2.162
4102024-12-20T19:51:01.541Z Compiling ucd-trie v0.1.7
4112024-12-20T19:51:01.809Z Compiling itoa v1.0.11
4122024-12-20T19:51:02.059Z Compiling ryu v1.0.18
4132024-12-20T19:51:02.315Z Compiling once_cell v1.20.2
4142024-12-20T19:51:02.353Z Compiling byteorder v1.5.0
4152024-12-20T19:51:02.709Z Compiling serde_json v1.0.132
4162024-12-20T19:51:02.966Z Compiling rustix v0.38.37
4172024-12-20T19:51:03.490Z Compiling bitflags v2.6.0
4182024-12-20T19:51:03.560Z Compiling proc-macro-error-attr v1.0.4
4192024-12-20T19:51:03.631Z Compiling usdt-impl v0.5.0
4202024-12-20T19:51:03.734Z Compiling syn v1.0.109
4212024-12-20T19:51:03.853Z Compiling proc-macro-error v1.0.4
4222024-12-20T19:51:03.904Z Compiling hashbrown v0.15.1
4232024-12-20T19:51:03.969Z Compiling log v0.4.22
4242024-12-20T19:51:04.109Z Compiling plain v0.2.3
4252024-12-20T19:51:04.154Z Compiling equivalent v1.0.1
4262024-12-20T19:51:04.266Z Compiling thread-id v4.2.2
4272024-12-20T19:51:04.292Z Compiling utf8parse v0.2.2
4282024-12-20T19:51:04.348Z Compiling camino v1.1.9
4292024-12-20T19:51:04.436Z Compiling anstyle-parse v0.2.5
4302024-12-20T19:51:04.460Z Compiling unicode-width v0.1.14
4312024-12-20T19:51:04.530Z Compiling anstyle v1.0.10
4322024-12-20T19:51:04.725Z Compiling quote v1.0.37
4332024-12-20T19:51:04.758Z Compiling errno v0.3.9
4342024-12-20T19:51:04.999Z Compiling autocfg v1.4.0
4352024-12-20T19:51:05.022Z Compiling winnow v0.6.20
4362024-12-20T19:51:05.069Z Compiling indexmap v2.6.0
4372024-12-20T19:51:05.097Z Compiling syn v2.0.87
4382024-12-20T19:51:05.434Z Compiling is_terminal_polyfill v1.70.1
4392024-12-20T19:51:05.574Z Compiling colorchoice v1.0.2
4402024-12-20T19:51:05.738Z Compiling anstyle-query v1.1.1
4412024-12-20T19:51:05.896Z Compiling pretty-hex v0.4.1
4422024-12-20T19:51:06.117Z Compiling semver v1.0.23
4432024-12-20T19:51:06.170Z Compiling fs-err v2.11.0
4442024-12-20T19:51:06.460Z Compiling anstream v0.6.15
4452024-12-20T19:51:06.724Z Compiling bytecount v0.6.8
4462024-12-20T19:51:06.751Z Compiling clap_lex v0.7.2
4472024-12-20T19:51:06.948Z Compiling strsim v0.11.1
4482024-12-20T19:51:07.100Z Compiling terminal_size v0.4.0
4492024-12-20T19:51:07.240Z Compiling heck v0.4.1
4502024-12-20T19:51:07.271Z Compiling fastrand v2.1.1
4512024-12-20T19:51:07.321Z Compiling fnv v1.0.7
4522024-12-20T19:51:07.456Z Compiling anyhow v1.0.93
4532024-12-20T19:51:07.770Z Compiling cfg-if v1.0.0
4542024-12-20T19:51:07.815Z Compiling heck v0.5.0
4552024-12-20T19:51:07.863Z Compiling tempfile v3.13.0
4562024-12-20T19:51:07.888Z Compiling papergrid v0.11.0
4572024-12-20T19:51:08.383Z Compiling clap_builder v4.5.21
4582024-12-20T19:51:08.496Z Compiling memmap v0.7.0
4592024-12-20T19:51:08.606Z Compiling unicode-linebreak v0.1.5
4602024-12-20T19:51:08.801Z Compiling smawk v0.3.2
4612024-12-20T19:51:09.029Z Compiling textwrap v0.16.1
4622024-12-20T19:51:09.121Z Compiling swrite v0.1.0
4632024-12-20T19:51:10.539Z Compiling tabled_derive v0.7.0
4642024-12-20T19:51:11.910Z Compiling tabled v0.15.0
4652024-12-20T19:51:13.892Z Compiling serde_derive v1.0.215
4662024-12-20T19:51:13.892Z Compiling thiserror-impl v1.0.69
4672024-12-20T19:51:13.894Z Compiling zerocopy-derive v0.7.35
4682024-12-20T19:51:13.894Z Compiling scroll_derive v0.12.0
4692024-12-20T19:51:13.915Z Compiling clap_derive v4.5.18
4702024-12-20T19:51:14.982Z Compiling scroll v0.12.0
4712024-12-20T19:51:15.538Z Compiling goblin v0.8.2
4722024-12-20T19:51:15.713Z Compiling zerocopy v0.7.35
4732024-12-20T19:51:17.671Z Compiling clap v4.5.21
4742024-12-20T19:51:19.072Z Compiling pest v2.7.14
4752024-12-20T19:51:20.671Z Compiling pest_meta v2.7.14
4762024-12-20T19:51:21.769Z Compiling pest_generator v2.7.14
4772024-12-20T19:51:23.306Z Compiling pest_derive v2.7.14
4782024-12-20T19:51:23.602Z Compiling serde_tokenstream v0.2.2
4792024-12-20T19:51:23.878Z Compiling dtrace-parser v0.2.0
4802024-12-20T19:51:23.898Z Compiling serde_spanned v0.6.8
4812024-12-20T19:51:23.898Z Compiling toml_datetime v0.6.8
4822024-12-20T19:51:24.215Z Compiling cargo-platform v0.1.8
4832024-12-20T19:51:24.291Z Compiling toml_edit v0.22.22
4842024-12-20T19:51:24.447Z Compiling macaddr v1.0.1
4852024-12-20T19:51:24.824Z Compiling camino-tempfile v1.1.1
4862024-12-20T19:51:25.264Z Compiling dof v0.3.0
4872024-12-20T19:51:25.551Z Compiling cargo_metadata v0.18.1
4882024-12-20T19:51:26.972Z Compiling usdt-attr-macro v0.5.0
4892024-12-20T19:51:26.972Z Compiling usdt-macro v0.5.0
4902024-12-20T19:51:27.260Z Compiling toml v0.8.19
4912024-12-20T19:51:28.074Z Compiling cargo_toml v0.20.5
4922024-12-20T19:51:28.155Z Compiling usdt v0.5.0
4932024-12-20T19:51:31.625Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4942024-12-20T19:51:35.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.30s
4952024-12-20T19:51:36.053Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4962024-12-20T19:51:36.577Z Downloading crates ...
4972024-12-20T19:51:36.692Z Downloaded aead v0.5.2
4982024-12-20T19:51:36.700Z Downloaded atomicwrites v0.4.4
4992024-12-20T19:51:36.705Z Downloaded atty v0.2.14
5002024-12-20T19:51:36.720Z Downloaded cfg_aliases v0.2.1
5012024-12-20T19:51:36.723Z Downloaded async-stream-impl v0.3.6
5022024-12-20T19:51:36.725Z Downloaded cfg_aliases v0.1.1
5032024-12-20T19:51:36.727Z Downloaded cstr-argument v0.1.2
5042024-12-20T19:51:36.730Z Downloaded crunchy v0.2.2
5052024-12-20T19:51:36.730Z Downloaded ciborium-io v0.2.2
5062024-12-20T19:51:36.732Z Downloaded adler2 v2.0.0
5072024-12-20T19:51:36.732Z Downloaded async-stream v0.3.6
5082024-12-20T19:51:36.738Z Downloaded crucible-workspace-hack v0.1.0
5092024-12-20T19:51:36.745Z Downloaded bitfield v0.14.0
5102024-12-20T19:51:36.747Z Downloaded arrayref v0.3.9
5112024-12-20T19:51:36.750Z Downloaded bit-vec v0.6.3
5122024-12-20T19:51:36.752Z Downloaded bit-set v0.5.3
5132024-12-20T19:51:36.754Z Downloaded ascii-canvas v3.0.0
5142024-12-20T19:51:36.754Z Downloaded bcrypt-pbkdf v0.10.0
5152024-12-20T19:51:36.757Z Downloaded async-recursion v1.1.1
5162024-12-20T19:51:36.760Z Downloaded convert_case v0.4.0
5172024-12-20T19:51:36.763Z Downloaded hex v0.4.3
5182024-12-20T19:51:36.765Z Downloaded bb8 v0.8.5
5192024-12-20T19:51:36.765Z Downloaded array-init v0.0.4
5202024-12-20T19:51:36.769Z Downloaded assert_matches v1.5.0
5212024-12-20T19:51:36.769Z Downloaded cipher v0.4.4
5222024-12-20T19:51:36.771Z Downloaded darling v0.20.10
5232024-12-20T19:51:36.774Z Downloaded crc v3.2.1
5242024-12-20T19:51:36.777Z Downloaded ctr v0.9.2
5252024-12-20T19:51:36.779Z Downloaded highway v1.2.0
5262024-12-20T19:51:36.782Z Downloaded http-range v0.1.5
5272024-12-20T19:51:36.784Z Downloaded block-padding v0.3.3
5282024-12-20T19:51:36.787Z Downloaded bitflags v1.3.2
5292024-12-20T19:51:36.789Z Downloaded headers-core v0.3.0
5302024-12-20T19:51:36.791Z Downloaded curve25519-dalek-derive v0.1.1
5312024-12-20T19:51:36.791Z Downloaded http-body v1.0.1
5322024-12-20T19:51:36.794Z Downloaded bitfield-struct v0.6.2
5332024-12-20T19:51:36.794Z Downloaded ahash v0.8.11
5342024-12-20T19:51:36.797Z Downloaded arrayvec v0.7.6
5352024-12-20T19:51:36.800Z Downloaded hostname v0.3.1
5362024-12-20T19:51:36.803Z Downloaded http-body-util v0.1.2
5372024-12-20T19:51:36.803Z Downloaded crc-catalog v2.4.0
5382024-12-20T19:51:36.805Z Downloaded blowfish v0.9.1
5392024-12-20T19:51:36.807Z Downloaded cbc v0.1.2
5402024-12-20T19:51:36.809Z Downloaded hostname v0.4.0
5412024-12-20T19:51:36.809Z Downloaded base64ct v1.6.0
5422024-12-20T19:51:36.812Z Downloaded home v0.5.9
5432024-12-20T19:51:36.814Z Downloaded hex-literal v0.4.1
5442024-12-20T19:51:36.816Z Downloaded hmac v0.12.1
5452024-12-20T19:51:36.819Z Downloaded ident_case v1.0.1
5462024-12-20T19:51:36.819Z Downloaded crossbeam-deque v0.8.5
5472024-12-20T19:51:36.821Z Downloaded cookie_store v0.21.0
5482024-12-20T19:51:36.824Z Downloaded ciborium v0.2.2
5492024-12-20T19:51:36.827Z Downloaded instant v0.1.13
5502024-12-20T19:51:36.829Z Downloaded const_format_proc_macros v0.2.33
5512024-12-20T19:51:36.831Z Downloaded console v0.15.8
5522024-12-20T19:51:36.835Z Downloaded is_ci v1.2.0
5532024-12-20T19:51:36.837Z Downloaded icu_provider_macros v1.5.0
5542024-12-20T19:51:36.839Z Downloaded cmake v0.1.51
5552024-12-20T19:51:36.839Z Downloaded cancel-safe-futures v0.1.5
5562024-12-20T19:51:36.842Z Downloaded sigpipe v0.1.3
5572024-12-20T19:51:36.845Z Downloaded signal-hook-tokio v0.3.1
5582024-12-20T19:51:36.845Z Downloaded hickory-resolver v0.24.1
5592024-12-20T19:51:36.850Z Downloaded strum v0.26.3
5602024-12-20T19:51:36.853Z Downloaded match_cfg v0.1.0
5612024-12-20T19:51:36.853Z Downloaded bzip2 v0.4.4
5622024-12-20T19:51:36.855Z Downloaded hubpack_derive v0.1.1
5632024-12-20T19:51:36.855Z Downloaded rand_chacha v0.3.1
5642024-12-20T19:51:36.858Z Downloaded quinn-udp v0.5.5
5652024-12-20T19:51:36.860Z Downloaded ref-cast-impl v1.0.23
5662024-12-20T19:51:36.860Z Downloaded md5 v0.7.0
5672024-12-20T19:51:36.862Z Downloaded mirai-annotations v1.12.0
5682024-12-20T19:51:36.862Z Downloaded crc32fast v1.4.2
5692024-12-20T19:51:36.865Z Downloaded matches v0.1.10
5702024-12-20T19:51:36.867Z Downloaded constant_time_eq v0.3.1
5712024-12-20T19:51:36.867Z Downloaded sqlparser_derive v0.2.2
5722024-12-20T19:51:36.870Z Downloaded instability v0.3.2
5732024-12-20T19:51:36.870Z Downloaded indent_write v2.2.0
5742024-12-20T19:51:36.872Z Downloaded async-trait v0.1.83
5752024-12-20T19:51:36.875Z Downloaded impl-trait-for-tuples v0.2.2
5762024-12-20T19:51:36.878Z Downloaded ipnetwork v0.20.0
5772024-12-20T19:51:36.880Z Downloaded indoc v1.0.9
5782024-12-20T19:51:36.883Z Downloaded libsw v3.3.1
5792024-12-20T19:51:36.886Z Downloaded clang-sys v1.8.1
5802024-12-20T19:51:36.889Z Downloaded libefi-sys v0.1.0
5812024-12-20T19:51:36.892Z Downloaded csv-core v0.1.11
5822024-12-20T19:51:36.892Z Downloaded addr2line v0.24.2
5832024-12-20T19:51:36.895Z Downloaded argon2 v0.5.3
5842024-12-20T19:51:36.897Z Downloaded rustc_version v0.4.1
5852024-12-20T19:51:36.897Z Downloaded crossbeam-epoch v0.9.18
5862024-12-20T19:51:36.900Z Downloaded waitgroup v0.1.2
5872024-12-20T19:51:36.902Z Downloaded scheduled-thread-pool v0.2.7
5882024-12-20T19:51:36.905Z Downloaded strum_macros v0.24.3
5892024-12-20T19:51:36.910Z Downloaded maplit v1.0.2
5902024-12-20T19:51:36.910Z Downloaded lazy_static v1.5.0
5912024-12-20T19:51:36.911Z Downloaded termios v0.3.3
5922024-12-20T19:51:36.914Z Downloaded dhcproto-macros v0.1.0
5932024-12-20T19:51:36.914Z Downloaded linked-hash-map v0.5.6
5942024-12-20T19:51:36.914Z Downloaded lazycell v1.3.0
5952024-12-20T19:51:36.918Z Downloaded lru v0.12.5
5962024-12-20T19:51:36.918Z Downloaded managed v0.8.0
5972024-12-20T19:51:36.921Z Downloaded humantime v2.1.0
5982024-12-20T19:51:36.921Z Downloaded hubpack v0.1.2
5992024-12-20T19:51:36.921Z Downloaded lalrpop-util v0.19.12
6002024-12-20T19:51:36.925Z Downloaded is-terminal v0.4.13
6012024-12-20T19:51:36.929Z Downloaded lru-cache v0.1.2
6022024-12-20T19:51:36.929Z Downloaded crossbeam-utils v0.8.20
6032024-12-20T19:51:36.931Z Downloaded mockall v0.13.0
6042024-12-20T19:51:36.932Z Downloaded cookie v0.18.1
6052024-12-20T19:51:36.934Z Downloaded diesel_table_macro_syntax v0.2.0
6062024-12-20T19:51:36.938Z Downloaded arc-swap v1.7.1
6072024-12-20T19:51:36.941Z Downloaded memoffset v0.9.1
6082024-12-20T19:51:36.941Z Downloaded chacha20poly1305 v0.10.1
6092024-12-20T19:51:36.945Z Downloaded md-5 v0.10.6
6102024-12-20T19:51:36.945Z Downloaded kstat-rs v0.2.4
6112024-12-20T19:51:36.949Z Downloaded crc-any v2.5.0
6122024-12-20T19:51:36.953Z Downloaded ipnet v2.10.1
6132024-12-20T19:51:36.953Z Downloaded jobserver v0.1.32
6142024-12-20T19:51:36.957Z Downloaded openssl-probe v0.1.5
6152024-12-20T19:51:36.957Z Downloaded internet-checksum v0.2.1
6162024-12-20T19:51:36.957Z Downloaded path-slash v0.1.5
6172024-12-20T19:51:36.960Z Downloaded const-oid v0.9.6
6182024-12-20T19:51:36.960Z Downloaded hickory-server v0.24.1
6192024-12-20T19:51:36.966Z Downloaded zerovec-derive v0.10.3
6202024-12-20T19:51:36.971Z Downloaded term v0.7.0
6212024-12-20T19:51:36.974Z Downloaded diesel-dtrace v0.4.2
6222024-12-20T19:51:36.974Z Downloaded lock_api v0.4.12
6232024-12-20T19:51:36.978Z Downloaded progenitor-impl v0.8.0
6242024-12-20T19:51:36.981Z Downloaded xattr v1.3.1
6252024-12-20T19:51:36.982Z Downloaded wyz v0.5.1
6262024-12-20T19:51:36.985Z Downloaded filetime v0.2.25
6272024-12-20T19:51:36.985Z Downloaded fixedbitset v0.4.2
6282024-12-20T19:51:36.988Z Downloaded hyper-rustls v0.27.3
6292024-12-20T19:51:36.990Z Downloaded mime_guess v2.0.5
6302024-12-20T19:51:36.993Z Downloaded icu_locid_transform v1.5.0
6312024-12-20T19:51:36.997Z Downloaded mime v0.3.17
6322024-12-20T19:51:36.997Z Downloaded lockfree-object-pool v0.1.6
6332024-12-20T19:51:37.000Z Downloaded base64 v0.22.1
6342024-12-20T19:51:37.004Z Downloaded futures-macro v0.3.31
6352024-12-20T19:51:37.004Z Downloaded futures-io v0.3.31
6362024-12-20T19:51:37.009Z Downloaded flagset v0.4.6
6372024-12-20T19:51:37.009Z Downloaded tracing-attributes v0.1.27
6382024-12-20T19:51:37.014Z Downloaded rpassword v7.3.1
6392024-12-20T19:51:37.014Z Downloaded indexmap v1.9.3
6402024-12-20T19:51:37.017Z Downloaded icu_provider v1.5.0
6412024-12-20T19:51:37.020Z Downloaded typify-macro v0.2.0
6422024-12-20T19:51:37.020Z Downloaded compact_str v0.8.0
6432024-12-20T19:51:37.023Z Downloaded parse-display-derive v0.10.0
6442024-12-20T19:51:37.027Z Downloaded multimap v0.10.0
6452024-12-20T19:51:37.027Z Downloaded httparse v1.9.5
6462024-12-20T19:51:37.030Z Downloaded wait-timeout v0.2.0
6472024-12-20T19:51:37.032Z Downloaded der_derive v0.7.3
6482024-12-20T19:51:37.035Z Downloaded tinyvec_macros v0.1.1
6492024-12-20T19:51:37.035Z Downloaded take_mut v0.2.2
6502024-12-20T19:51:37.035Z Downloaded sync_wrapper v1.0.1
6512024-12-20T19:51:37.039Z Downloaded psl-types v2.0.11
6522024-12-20T19:51:37.039Z Downloaded zerofrom v0.1.4
6532024-12-20T19:51:37.043Z Downloaded try-lock v0.2.5
6542024-12-20T19:51:37.043Z Downloaded iana-time-zone v0.1.61
6552024-12-20T19:51:37.046Z Downloaded phf_shared v0.11.2
6562024-12-20T19:51:37.046Z Downloaded pem v3.0.4
6572024-12-20T19:51:37.046Z Downloaded group v0.13.0
6582024-12-20T19:51:37.050Z Downloaded globset v0.4.15
6592024-12-20T19:51:37.057Z Downloaded packed_struct_codegen v0.10.1
6602024-12-20T19:51:37.057Z Downloaded icu_locid_transform_data v1.5.0
6612024-12-20T19:51:37.060Z Downloaded icu_locid v1.5.0
6622024-12-20T19:51:37.060Z Downloaded zerofrom-derive v0.1.4
6632024-12-20T19:51:37.062Z Downloaded rtoolbox v0.0.2
6642024-12-20T19:51:37.067Z Downloaded r2d2 v0.8.10
6652024-12-20T19:51:37.067Z Downloaded serde_urlencoded v0.7.1
6662024-12-20T19:51:37.071Z Downloaded new_debug_unreachable v1.0.6
6672024-12-20T19:51:37.071Z Downloaded unicode-properties v0.1.3
6682024-12-20T19:51:37.071Z Downloaded rusty-fork v0.3.0
6692024-12-20T19:51:37.076Z Downloaded proc-macro-crate v1.3.1
6702024-12-20T19:51:37.076Z Downloaded salsa20 v0.10.2
6712024-12-20T19:51:37.079Z Downloaded rustversion v1.0.17
6722024-12-20T19:51:37.079Z Downloaded indicatif v0.17.9
6732024-12-20T19:51:37.085Z Downloaded normalize-line-endings v0.3.0
6742024-12-20T19:51:37.088Z Downloaded num-rational v0.4.2
6752024-12-20T19:51:37.088Z Downloaded unarray v0.1.4
6762024-12-20T19:51:37.088Z Downloaded opaque-debug v0.3.1
6772024-12-20T19:51:37.091Z Downloaded tokio-rustls v0.25.0
6782024-12-20T19:51:37.093Z Downloaded pkcs1 v0.7.5
6792024-12-20T19:51:37.097Z Downloaded dhcproto v0.12.0
6802024-12-20T19:51:37.100Z Downloaded want v0.3.1
6812024-12-20T19:51:37.100Z Downloaded static_assertions v1.1.0
6822024-12-20T19:51:37.103Z Downloaded tabwriter v1.4.0
6832024-12-20T19:51:37.104Z Downloaded synstructure v0.13.1
6842024-12-20T19:51:37.106Z Downloaded env_filter v0.1.2
6852024-12-20T19:51:37.106Z Downloaded universal-hash v0.5.1
6862024-12-20T19:51:37.108Z Downloaded tui-tree-widget v0.22.0
6872024-12-20T19:51:37.111Z Downloaded zeroize v1.8.1
6882024-12-20T19:51:37.111Z Downloaded postcard v1.0.10
6892024-12-20T19:51:37.114Z Downloaded pem-rfc7468 v0.7.0
6902024-12-20T19:51:37.128Z Downloaded radium v0.7.0
6912024-12-20T19:51:37.131Z Downloaded tower-service v0.3.3
6922024-12-20T19:51:37.131Z Downloaded funty v2.0.0
6932024-12-20T19:51:37.134Z Downloaded aes v0.8.4
6942024-12-20T19:51:37.137Z Downloaded phf_codegen v0.11.2
6952024-12-20T19:51:37.139Z Downloaded phf_generator v0.11.2
6962024-12-20T19:51:37.140Z Downloaded phf v0.11.2
6972024-12-20T19:51:37.142Z Downloaded pbkdf2 v0.11.0
6982024-12-20T19:51:37.145Z Downloaded value-bag v1.9.0
6992024-12-20T19:51:37.148Z Downloaded derive_builder_macro v0.20.2
7002024-12-20T19:51:37.148Z Downloaded num-traits v0.2.19
7012024-12-20T19:51:37.150Z Downloaded oso-derive v0.27.3
7022024-12-20T19:51:37.153Z Downloaded serde_path_to_error v0.1.16
7032024-12-20T19:51:37.153Z Downloaded schemars_derive v0.8.21
7042024-12-20T19:51:37.156Z Downloaded olpc-cjson v0.1.4
7052024-12-20T19:51:37.159Z Downloaded serde_repr v0.1.19
7062024-12-20T19:51:37.162Z Downloaded env_logger v0.11.5
7072024-12-20T19:51:37.165Z Downloaded env_logger v0.10.2
7082024-12-20T19:51:37.169Z Downloaded write16 v1.0.0
7092024-12-20T19:51:37.169Z Downloaded fragile v2.0.0
7102024-12-20T19:51:37.169Z Downloaded futures-core v0.3.31
7112024-12-20T19:51:37.172Z Downloaded walkdir v2.5.0
7122024-12-20T19:51:37.174Z Downloaded diesel_derives v2.2.3
7132024-12-20T19:51:37.177Z Downloaded slog-dtrace v0.3.0
7142024-12-20T19:51:37.180Z Downloaded predicates-core v1.0.8
7152024-12-20T19:51:37.180Z Downloaded thiserror-impl-no-std v2.0.2
7162024-12-20T19:51:37.184Z Downloaded which v4.4.2
7172024-12-20T19:51:37.187Z Downloaded topological-sort v0.2.2
7182024-12-20T19:51:37.187Z Downloaded aes-gcm v0.10.3
7192024-12-20T19:51:37.190Z Downloaded native-tls v0.2.12
7202024-12-20T19:51:37.192Z Downloaded num_threads v0.1.7
7212024-12-20T19:51:37.194Z Downloaded fs_extra v1.3.0
7222024-12-20T19:51:37.196Z Downloaded endian-type v0.1.2
7232024-12-20T19:51:37.197Z Downloaded enum-as-inner v0.5.1
7242024-12-20T19:51:37.199Z Downloaded tokio-rustls v0.24.1
7252024-12-20T19:51:37.201Z Downloaded shell-words v1.1.0
7262024-12-20T19:51:37.203Z Downloaded serde_plain v1.0.2
7272024-12-20T19:51:37.206Z Downloaded ghash v0.5.1
7282024-12-20T19:51:37.206Z Downloaded enum-as-inner v0.6.1
7292024-12-20T19:51:37.209Z Downloaded derive_more v0.99.18
7302024-12-20T19:51:37.214Z Downloaded parse-size v1.1.0
7312024-12-20T19:51:37.217Z Downloaded newline-converter v0.3.0
7322024-12-20T19:51:37.217Z Downloaded foreign-types-shared v0.3.1
7332024-12-20T19:51:37.217Z Downloaded foreign-types-shared v0.1.1
7342024-12-20T19:51:37.228Z Downloaded darling_macro v0.20.10
7352024-12-20T19:51:37.228Z Downloaded zone_cfg_derive v0.3.0
7362024-12-20T19:51:37.229Z Downloaded termtree v0.4.1
7372024-12-20T19:51:37.231Z Downloaded pkg-config v0.3.31
7382024-12-20T19:51:37.231Z Downloaded peg v0.8.4
7392024-12-20T19:51:37.232Z Downloaded pin-utils v0.1.0
7402024-12-20T19:51:37.232Z Downloaded tiny-keccak v2.0.2
7412024-12-20T19:51:37.232Z Downloaded nu-ansi-term v0.50.1
7422024-12-20T19:51:37.234Z Downloaded futures-channel v0.3.31
7432024-12-20T19:51:37.238Z Downloaded precomputed-hash v0.1.1
7442024-12-20T19:51:37.238Z Downloaded openssl-sys v0.9.103
7452024-12-20T19:51:37.244Z Downloaded simd-adler32 v0.3.7
7462024-12-20T19:51:37.248Z Downloaded signal-hook-registry v1.4.2
7472024-12-20T19:51:37.248Z Downloaded unicode-xid v0.2.6
7482024-12-20T19:51:37.250Z Downloaded unicode-truncate v1.1.0
7492024-12-20T19:51:37.250Z Downloaded des v0.8.1
7502024-12-20T19:51:37.253Z Downloaded difflib v0.4.0
7512024-12-20T19:51:37.253Z Downloaded predicates-tree v1.0.11
7522024-12-20T19:51:37.255Z Downloaded fallible-iterator v0.3.0
7532024-12-20T19:51:37.258Z Downloaded predicates v3.1.2
7542024-12-20T19:51:37.262Z Downloaded icu_collections v1.5.0
7552024-12-20T19:51:37.267Z Downloaded toolchain_find v0.4.0
7562024-12-20T19:51:37.270Z Downloaded parking_lot_core v0.9.10
7572024-12-20T19:51:37.270Z Downloaded glob v0.3.1
7582024-12-20T19:51:37.272Z Downloaded hash32 v0.3.1
7592024-12-20T19:51:37.275Z Downloaded nanorand v0.7.0
7602024-12-20T19:51:37.278Z Downloaded heck v0.3.3
7612024-12-20T19:51:37.278Z Downloaded foreign-types-macros v0.2.3
7622024-12-20T19:51:37.281Z Downloaded dropshot_endpoint v0.12.0
7632024-12-20T19:51:37.283Z Downloaded hash32 v0.2.1
7642024-12-20T19:51:37.283Z Downloaded russh v0.45.0
7652024-12-20T19:51:37.289Z Downloaded rsa v0.9.6
7662024-12-20T19:51:37.295Z Downloaded spin v0.5.2
7672024-12-20T19:51:37.298Z Downloaded pkcs5 v0.7.1
7682024-12-20T19:51:37.301Z Downloaded strum_macros v0.26.4
7692024-12-20T19:51:37.303Z Downloaded progenitor-macro v0.8.0
7702024-12-20T19:51:37.305Z Downloaded futures v0.3.31
7712024-12-20T19:51:37.311Z Downloaded openssl-macros v0.1.1
7722024-12-20T19:51:37.315Z Downloaded quick-error v1.2.3
7732024-12-20T19:51:37.315Z Downloaded number_prefix v0.4.0
7742024-12-20T19:51:37.318Z Downloaded fxhash v0.2.1
7752024-12-20T19:51:37.318Z Downloaded time-macros v0.2.18
7762024-12-20T19:51:37.321Z Downloaded slog-stdlog v4.1.1
7772024-12-20T19:51:37.321Z Downloaded deranged v0.3.11
7782024-12-20T19:51:37.323Z Downloaded defmt-macros v0.3.9
7792024-12-20T19:51:37.326Z Downloaded oso v0.27.3
7802024-12-20T19:51:37.329Z Downloaded yoke-derive v0.7.4
7812024-12-20T19:51:37.331Z Downloaded time-core v0.1.2
7822024-12-20T19:51:37.332Z Downloaded whoami v1.5.2
7832024-12-20T19:51:37.335Z Downloaded zerocopy-derive v0.8.10
7842024-12-20T19:51:37.341Z Downloaded untrusted v0.9.0
7852024-12-20T19:51:37.343Z Downloaded untrusted v0.7.1
7862024-12-20T19:51:37.343Z Downloaded password-hash v0.4.2
7872024-12-20T19:51:37.346Z Downloaded ron v0.7.1
7882024-12-20T19:51:37.353Z Downloaded pkcs8 v0.10.2
7892024-12-20T19:51:37.355Z Downloaded mio v1.0.2
7902024-12-20T19:51:37.360Z Downloaded password-hash v0.5.0
7912024-12-20T19:51:37.363Z Downloaded zopfli v0.8.1
7922024-12-20T19:51:37.365Z Downloaded gethostname v0.5.0
7932024-12-20T19:51:37.369Z Downloaded aho-corasick v1.1.3
7942024-12-20T19:51:37.373Z Downloaded zone v0.3.0
7952024-12-20T19:51:37.376Z Downloaded thiserror-no-std v2.0.2
7962024-12-20T19:51:37.379Z Downloaded num-iter v0.1.45
7972024-12-20T19:51:37.381Z Downloaded toml v0.7.8
7982024-12-20T19:51:37.384Z Downloaded smf v0.2.3
7992024-12-20T19:51:37.386Z Downloaded siphasher v0.3.11
8002024-12-20T19:51:37.390Z Downloaded rand_xorshift v0.3.0
8012024-12-20T19:51:37.390Z Downloaded fallible-streaming-iterator v0.1.9
8022024-12-20T19:51:37.393Z Downloaded embedded-io v0.4.0
8032024-12-20T19:51:37.393Z Downloaded defmt v0.3.8
8042024-12-20T19:51:37.396Z Downloaded serde-big-array v0.5.1
8052024-12-20T19:51:37.399Z Downloaded phf_shared v0.10.0
8062024-12-20T19:51:37.399Z Downloaded unicode-segmentation v1.12.0
8072024-12-20T19:51:37.403Z Downloaded parse-display v0.10.0
8082024-12-20T19:51:37.405Z Downloaded zone v0.1.8
8092024-12-20T19:51:37.408Z Downloaded zeroize_derive v1.4.2
8102024-12-20T19:51:37.408Z Downloaded thiserror v2.0.3
8112024-12-20T19:51:37.415Z Downloaded strip-ansi-escapes v0.2.0
8122024-12-20T19:51:37.420Z Downloaded slab v0.4.9
8132024-12-20T19:51:37.420Z Downloaded blake3 v1.5.4
8142024-12-20T19:51:37.425Z Downloaded getrandom v0.2.15
8152024-12-20T19:51:37.428Z Downloaded dunce v1.0.5
8162024-12-20T19:51:37.431Z Downloaded rustls-pemfile v2.2.0
8172024-12-20T19:51:37.433Z Downloaded displaydoc v0.2.5
8182024-12-20T19:51:37.435Z Downloaded stringprep v0.1.5
8192024-12-20T19:51:37.438Z Downloaded tls_codec v0.4.1
8202024-12-20T19:51:37.443Z Downloaded libxml v0.3.3
8212024-12-20T19:51:37.447Z Downloaded num-conv v0.1.0
8222024-12-20T19:51:37.450Z Downloaded powerfmt v0.2.0
8232024-12-20T19:51:37.450Z Downloaded nodrop v0.1.14
8242024-12-20T19:51:37.450Z Downloaded thiserror-impl v2.0.3
8252024-12-20T19:51:37.452Z Downloaded signal-hook v0.3.17
8262024-12-20T19:51:37.455Z Downloaded rand_seeder v0.3.0
8272024-12-20T19:51:37.457Z Downloaded vsss-rs v3.3.4
8282024-12-20T19:51:37.459Z Downloaded test-strategy v0.3.1
8292024-12-20T19:51:37.463Z Downloaded packed_struct v0.10.1
8302024-12-20T19:51:37.466Z Downloaded structmeta v0.3.0
8312024-12-20T19:51:37.469Z Downloaded structmeta v0.2.0
8322024-12-20T19:51:37.469Z Downloaded yoke v0.7.4
8332024-12-20T19:51:37.471Z Downloaded similar v2.6.0
8342024-12-20T19:51:37.478Z Downloaded rand v0.8.5
8352024-12-20T19:51:37.481Z Downloaded aws-lc-rs v1.10.0
8362024-12-20T19:51:37.491Z Downloaded russh-cryptovec v0.7.3
8372024-12-20T19:51:37.495Z Downloaded tokio-native-tls v0.3.1
8382024-12-20T19:51:37.495Z Downloaded float-ord v0.3.2
8392024-12-20T19:51:37.498Z Downloaded peg-runtime v0.8.3
8402024-12-20T19:51:37.498Z Downloaded float-cmp v0.9.0
8412024-12-20T19:51:37.498Z Downloaded rustyline v14.0.0
8422024-12-20T19:51:37.503Z Downloaded ed25519 v2.2.3
8432024-12-20T19:51:37.505Z Downloaded twox-hash v1.6.3
8442024-12-20T19:51:37.508Z Downloaded foreign-types v0.3.2
8452024-12-20T19:51:37.508Z Downloaded owo-colors v4.1.0
8462024-12-20T19:51:37.512Z Downloaded rcgen v0.12.1
8472024-12-20T19:51:37.515Z Downloaded idna v1.0.3
8482024-12-20T19:51:37.518Z Downloaded vte_generate_state_changes v0.1.2
8492024-12-20T19:51:37.521Z Downloaded uzers v0.12.1
8502024-12-20T19:51:37.524Z Downloaded tinyvec v1.8.0
8512024-12-20T19:51:37.527Z Downloaded scrypt v0.11.0
8522024-12-20T19:51:37.529Z Downloaded shlex v1.3.0
8532024-12-20T19:51:37.529Z Downloaded ecdsa v0.16.9
8542024-12-20T19:51:37.531Z Downloaded postgres-types v0.2.8
8552024-12-20T19:51:37.533Z Downloaded serde-hex v0.1.0
8562024-12-20T19:51:37.535Z Downloaded utf8_iter v1.0.4
8572024-12-20T19:51:37.538Z Downloaded sct v0.7.1
8582024-12-20T19:51:37.543Z Downloaded tokio-postgres v0.7.12
8592024-12-20T19:51:37.546Z Downloaded ppv-lite86 v0.2.20
8602024-12-20T19:51:37.548Z Downloaded typify v0.2.0
8612024-12-20T19:51:37.553Z Downloaded structmeta-derive v0.2.0
8622024-12-20T19:51:37.557Z Downloaded hyper v1.5.0
8632024-12-20T19:51:37.560Z Downloaded newtype_derive v0.1.6
8642024-12-20T19:51:37.562Z Downloaded downcast v0.11.0
8652024-12-20T19:51:37.562Z Downloaded slog-async v2.8.0
8662024-12-20T19:51:37.565Z Downloaded resolv-conf v0.7.0
8672024-12-20T19:51:37.568Z Downloaded hashlink v0.9.1
8682024-12-20T19:51:37.568Z Downloaded schemars v0.8.21
8692024-12-20T19:51:37.582Z Downloaded pretty-hex v0.2.1
8702024-12-20T19:51:37.585Z Downloaded futures-task v0.3.31
8712024-12-20T19:51:37.585Z Downloaded futures-sink v0.3.31
8722024-12-20T19:51:37.585Z Downloaded futures-executor v0.3.31
8732024-12-20T19:51:37.587Z Downloaded form_urlencoded v1.2.1
8742024-12-20T19:51:37.587Z Downloaded slog-scope v4.4.0
8752024-12-20T19:51:37.592Z Downloaded progenitor-client v0.8.0
8762024-12-20T19:51:37.592Z Downloaded utf16_iter v1.0.5
8772024-12-20T19:51:37.592Z Downloaded pin-project-lite v0.2.14
8782024-12-20T19:51:37.594Z Downloaded xz2 v0.1.7
8792024-12-20T19:51:37.599Z Downloaded dyn-clone v1.0.17
8802024-12-20T19:51:37.601Z Downloaded derive_builder v0.20.2
8812024-12-20T19:51:37.603Z Downloaded strum_macros v0.25.3
8822024-12-20T19:51:37.607Z Downloaded bitvec v1.0.1
8832024-12-20T19:51:37.622Z Downloaded tokio-macros v2.4.0
8842024-12-20T19:51:37.625Z Downloaded display-error-chain v0.2.2
8852024-12-20T19:51:37.625Z Downloaded dirs-next v2.0.0
8862024-12-20T19:51:37.627Z Downloaded peg-macros v0.8.4
8872024-12-20T19:51:37.627Z Downloaded parking_lot_core v0.8.6
8882024-12-20T19:51:37.630Z Downloaded tungstenite v0.24.0
8892024-12-20T19:51:37.633Z Downloaded thread_local v1.1.8
8902024-12-20T19:51:37.635Z Downloaded rfc6979 v0.4.0
8912024-12-20T19:51:37.635Z Downloaded dsl_auto_type v0.1.2
8922024-12-20T19:51:37.638Z Downloaded rayon-core v1.12.1
8932024-12-20T19:51:37.641Z Downloaded nibble_vec v0.1.0
8942024-12-20T19:51:37.645Z Downloaded uuid v1.11.0
8952024-12-20T19:51:37.647Z Downloaded progenitor v0.8.0
8962024-12-20T19:51:37.647Z Downloaded foldhash v0.1.3
8972024-12-20T19:51:37.650Z Downloaded bindgen v0.69.5
8982024-12-20T19:51:37.656Z Downloaded hashbrown v0.12.3
8992024-12-20T19:51:37.661Z Downloaded rustls-webpki v0.102.8
9002024-12-20T19:51:37.679Z Downloaded subtle v2.6.1
9012024-12-20T19:51:37.682Z Downloaded sec1 v0.7.3
9022024-12-20T19:51:37.685Z Downloaded num-integer v0.1.46
9032024-12-20T19:51:37.685Z Downloaded num-derive v0.4.2
9042024-12-20T19:51:37.688Z Downloaded num v0.4.3
9052024-12-20T19:51:37.688Z Downloaded slog-envlogger v2.2.0
9062024-12-20T19:51:37.691Z Downloaded vergen v8.3.2
9072024-12-20T19:51:37.693Z Downloaded zip v2.1.3
9082024-12-20T19:51:37.696Z Downloaded russh-keys v0.45.0
9092024-12-20T19:51:37.698Z Downloaded newtype-uuid v1.1.3
9102024-12-20T19:51:37.701Z Downloaded fatfs v0.3.6
9112024-12-20T19:51:37.703Z Downloaded pin-project v1.1.6
9122024-12-20T19:51:37.713Z Downloaded rustc-demangle v0.1.24
9132024-12-20T19:51:37.715Z Downloaded ed25519-dalek v2.1.1
9142024-12-20T19:51:37.718Z Downloaded tokio-util v0.7.12
9152024-12-20T19:51:37.725Z Downloaded derive_builder_core v0.20.2
9162024-12-20T19:51:37.727Z Downloaded serde_with v3.11.0
9172024-12-20T19:51:37.735Z Downloaded chrono v0.4.38
9182024-12-20T19:51:37.742Z Downloaded yasna v0.5.2
9192024-12-20T19:51:37.744Z Downloaded tungstenite v0.23.0
9202024-12-20T19:51:37.747Z Downloaded parking_lot v0.11.2
9212024-12-20T19:51:37.750Z Downloaded num-bigint v0.4.6
9222024-12-20T19:51:37.754Z Downloaded parking_lot v0.12.3
9232024-12-20T19:51:37.757Z Downloaded zerovec v0.10.4
9242024-12-20T19:51:37.762Z Downloaded h2 v0.4.6
9252024-12-20T19:51:37.769Z Downloaded dropshot_endpoint v0.13.0
9262024-12-20T19:51:37.772Z Downloaded regex v1.11.1
9272024-12-20T19:51:37.785Z Downloaded quinn v0.11.5
9282024-12-20T19:51:37.788Z Downloaded time v0.3.36
9292024-12-20T19:51:37.795Z Downloaded typed-path v0.9.3
9302024-12-20T19:51:37.801Z Downloaded quinn-proto v0.11.8
9312024-12-20T19:51:37.807Z Downloaded vcpkg v0.2.15
9322024-12-20T19:51:37.844Z Downloaded portable-atomic v1.9.0
9332024-12-20T19:51:37.850Z Downloaded primeorder v0.13.6
9342024-12-20T19:51:37.853Z Downloaded slog v2.7.0
9352024-12-20T19:51:37.856Z Downloaded derive-where v1.2.7
9362024-12-20T19:51:37.858Z Downloaded p256 v0.13.2
9372024-12-20T19:51:37.861Z Downloaded ssh-key v0.6.6
9382024-12-20T19:51:37.868Z Downloaded elliptic-curve v0.13.8
9392024-12-20T19:51:37.871Z Downloaded flume v0.11.1
9402024-12-20T19:51:37.875Z Downloaded regex-syntax v0.6.29
9412024-12-20T19:51:37.882Z Downloaded prettyplease v0.2.25
9422024-12-20T19:51:37.885Z Downloaded futures-util v0.3.31
9432024-12-20T19:51:37.896Z Downloaded hashbrown v0.13.2
9442024-12-20T19:51:37.900Z Downloaded rusqlite v0.32.1
9452024-12-20T19:51:37.907Z Downloaded proptest v1.5.0
9462024-12-20T19:51:37.916Z Downloaded reedline v0.35.0
9472024-12-20T19:51:37.923Z Downloaded nom v7.1.3
9482024-12-20T19:51:37.928Z Downloaded reqwest v0.12.9
9492024-12-20T19:51:37.938Z Downloaded zerocopy v0.8.10
9502024-12-20T19:51:37.961Z Downloaded flate2 v1.0.34
9512024-12-20T19:51:37.965Z Downloaded chrono-tz v0.10.0
9522024-12-20T19:51:37.975Z Downloaded num-bigint-dig v0.8.4
9532024-12-20T19:51:37.978Z Downloaded rustls v0.21.12
9542024-12-20T19:51:37.988Z Downloaded p384 v0.13.0
9552024-12-20T19:51:37.994Z Downloaded regress v0.9.1
9562024-12-20T19:51:38.003Z Downloaded object v0.30.4
9572024-12-20T19:51:38.012Z Downloaded idna v0.3.0
9582024-12-20T19:51:38.019Z Downloaded quick-xml v0.33.0
9592024-12-20T19:51:38.027Z Downloaded idna v0.5.0
9602024-12-20T19:51:38.034Z Downloaded regex-syntax v0.8.5
9612024-12-20T19:51:38.043Z Downloaded idna v0.4.0
9622024-12-20T19:51:38.050Z Downloaded smoltcp v0.11.0
9632024-12-20T19:51:38.065Z Downloaded hashbrown v0.14.5
9642024-12-20T19:51:38.071Z Downloaded rustls v0.23.19
9652024-12-20T19:51:38.083Z Downloaded p521 v0.13.3
9662024-12-20T19:51:38.088Z Downloaded rayon v1.10.0
9672024-12-20T19:51:38.098Z Downloaded webpki-roots v0.26.6
9682024-12-20T19:51:38.102Z Downloaded hickory-proto v0.24.1
9692024-12-20T19:51:38.120Z Downloaded sqlparser v0.45.0
9702024-12-20T19:51:38.124Z Downloaded git2 v0.19.0
9712024-12-20T19:51:38.133Z Downloaded openssl v0.10.66
9722024-12-20T19:51:38.143Z Downloaded typify-impl v0.2.0
9732024-12-20T19:51:38.160Z Downloaded unicode-width v0.2.0
9742024-12-20T19:51:38.166Z Downloaded nix v0.28.0
9752024-12-20T19:51:38.177Z Downloaded petname v2.0.2
9762024-12-20T19:51:38.185Z Downloaded polar-core v0.27.3
9772024-12-20T19:51:38.193Z Downloaded gimli v0.31.1
9782024-12-20T19:51:38.202Z Downloaded bzip2-sys v0.1.11+1.0.8
9792024-12-20T19:51:38.215Z Downloaded regex-automata v0.4.8
9802024-12-20T19:51:38.233Z Downloaded radix_trie v0.2.1
9812024-12-20T19:51:38.239Z Downloaded dropshot v0.13.0
9822024-12-20T19:51:38.260Z Downloaded ratatui v0.28.1
9832024-12-20T19:51:38.281Z Downloaded object v0.36.5
9842024-12-20T19:51:38.292Z Downloaded openapiv3 v2.0.0
9852024-12-20T19:51:38.305Z Downloaded petgraph v0.6.5
9862024-12-20T19:51:38.323Z Downloaded dropshot v0.12.0
9872024-12-20T19:51:38.344Z Downloaded nix v0.29.0
9882024-12-20T19:51:38.355Z Downloaded rustls v0.22.4
9892024-12-20T19:51:38.382Z Downloaded regress v0.10.1
9902024-12-20T19:51:38.393Z Downloaded csv v1.3.0
9912024-12-20T19:51:38.416Z Downloaded salty v0.3.0
9922024-12-20T19:51:38.424Z Downloaded diesel v2.2.6
9932024-12-20T19:51:38.444Z Downloaded idna v0.2.3
9942024-12-20T19:51:38.451Z Downloaded winnow v0.5.40
9952024-12-20T19:51:38.459Z Downloaded smoltcp v0.9.1
9962024-12-20T19:51:38.470Z Downloaded sled v0.34.7
9972024-12-20T19:51:38.480Z Downloaded bstr v1.10.0
9982024-12-20T19:51:38.489Z Downloaded nix v0.27.1
9992024-12-20T19:51:38.502Z Downloaded zerocopy-derive v0.6.6
10002024-12-20T19:51:38.510Z Downloaded trust-dns-proto v0.22.0
10012024-12-20T19:51:38.522Z Downloaded lalrpop v0.19.12
10022024-12-20T19:51:38.533Z Downloaded icu_properties_data v1.5.0
10032024-12-20T19:51:38.543Z Downloaded unicode-normalization v0.1.24
10042024-12-20T19:51:38.547Z Downloaded rustls-webpki v0.101.7
10052024-12-20T19:51:38.561Z Downloaded curve25519-dalek v4.1.3
10062024-12-20T19:51:38.570Z Downloaded der v0.7.9
10072024-12-20T19:51:38.575Z Downloaded unicode_categories v0.1.1
10082024-12-20T19:51:38.577Z Downloaded expectorate v1.1.0
10092024-12-20T19:51:38.580Z Downloaded tough v0.19.0
10102024-12-20T19:51:38.589Z Downloaded tokio-tungstenite v0.24.0
10112024-12-20T19:51:38.592Z Downloaded tokio-tungstenite v0.23.1
10122024-12-20T19:51:38.592Z Downloaded parse-zoneinfo v0.3.1
10132024-12-20T19:51:38.595Z Downloaded pin-project-internal v1.1.6
10142024-12-20T19:51:38.598Z Downloaded tls_codec_derive v0.4.1
10152024-12-20T19:51:38.598Z Downloaded utf-8 v0.7.6
10162024-12-20T19:51:38.598Z Downloaded unicase v2.7.0
10172024-12-20T19:51:38.603Z Downloaded secrecy v0.8.0
10182024-12-20T19:51:38.603Z Downloaded semver v0.1.20
10192024-12-20T19:51:38.606Z Downloaded slog-bunyan v2.5.0
10202024-12-20T19:51:38.606Z Downloaded poly1305 v0.8.0
10212024-12-20T19:51:38.606Z Downloaded rustls-pki-types v1.10.0
10222024-12-20T19:51:38.610Z Downloaded publicsuffix v2.2.3
10232024-12-20T19:51:38.612Z Downloaded lzma-sys v0.1.20
10242024-12-20T19:51:38.640Z Downloaded tokio v1.40.0
10252024-12-20T19:51:38.677Z Downloaded libz-sys v1.1.20
10262024-12-20T19:51:38.698Z Downloaded encoding_rs v0.8.34
10272024-12-20T19:51:38.720Z Downloaded itertools v0.13.0
10282024-12-20T19:51:38.727Z Downloaded string_cache v0.8.7
10292024-12-20T19:51:38.731Z Downloaded tokio-tungstenite v0.21.0
10302024-12-20T19:51:38.735Z Downloaded spin v0.9.8
10312024-12-20T19:51:38.735Z Downloaded percent-encoding v2.3.1
10322024-12-20T19:51:38.735Z Downloaded toml_edit v0.19.15
10332024-12-20T19:51:38.751Z Downloaded zerocopy v0.6.6
10342024-12-20T19:51:38.754Z Downloaded unicode-bidi v0.3.17
10352024-12-20T19:51:38.756Z Downloaded sha3 v0.10.8
10362024-12-20T19:51:38.759Z Downloaded tungstenite v0.21.0
10372024-12-20T19:51:38.762Z Downloaded heapless v0.8.0
10382024-12-20T19:51:38.765Z Downloaded headers v0.4.0
10392024-12-20T19:51:38.772Z Downloaded rand_core v0.6.4
10402024-12-20T19:51:38.776Z Downloaded steno v0.4.1
10412024-12-20T19:51:38.778Z Downloaded itertools v0.12.1
10422024-12-20T19:51:38.783Z Downloaded half v2.4.1
10432024-12-20T19:51:38.786Z Downloaded mockall_derive v0.13.0
10442024-12-20T19:51:38.788Z Downloaded itertools v0.10.5
10452024-12-20T19:51:38.794Z Downloaded diff v0.1.13
10462024-12-20T19:51:38.798Z Downloaded unsafe-libyaml v0.2.11
10472024-12-20T19:51:38.800Z Downloaded vte v0.11.1
10482024-12-20T19:51:38.803Z Downloaded supports-color v3.0.1
10492024-12-20T19:51:38.805Z Downloaded subprocess v0.2.9
10502024-12-20T19:51:38.808Z Downloaded socket2 v0.5.7
10512024-12-20T19:51:38.810Z Downloaded darling_core v0.20.10
10522024-12-20T19:51:38.813Z Downloaded heapless v0.7.17
10532024-12-20T19:51:38.817Z Downloaded libm v0.2.8
10542024-12-20T19:51:38.824Z Downloaded crossterm v0.28.1
10552024-12-20T19:51:38.831Z Downloaded debug-ignore v1.0.5
10562024-12-20T19:51:38.833Z Downloaded omicron-zone-package v0.11.1
10572024-12-20T19:51:38.836Z Downloaded x509-cert v0.2.5
10582024-12-20T19:51:38.841Z Downloaded hkdf v0.12.4
10592024-12-20T19:51:38.844Z Downloaded minimal-lexical v0.2.1
10602024-12-20T19:51:38.847Z Downloaded fallible-iterator v0.2.0
10612024-12-20T19:51:38.850Z Downloaded signal-hook-mio v0.2.4
10622024-12-20T19:51:38.852Z Downloaded rustfmt-wrapper v0.2.1
10632024-12-20T19:51:38.852Z Downloaded rustc_version v0.1.7
10642024-12-20T19:51:38.852Z Downloaded rustc-hash v2.0.0
10652024-12-20T19:51:38.854Z Downloaded rustc-hash v1.1.0
10662024-12-20T19:51:38.855Z Downloaded postgres-protocol v0.6.7
10672024-12-20T19:51:38.857Z Downloaded paste v1.0.15
10682024-12-20T19:51:38.860Z Downloaded tinystr v0.7.6
10692024-12-20T19:51:38.862Z Downloaded sqlformat v0.2.6
10702024-12-20T19:51:38.862Z Downloaded spki v0.7.3
10712024-12-20T19:51:38.865Z Downloaded url v2.5.3
10722024-12-20T19:51:38.867Z Downloaded sync-ptr v0.1.1
10732024-12-20T19:51:38.869Z Downloaded pbkdf2 v0.12.2
10742024-12-20T19:51:38.869Z Downloaded zone_cfg_derive v0.1.2
10752024-12-20T19:51:38.869Z Downloaded ron v0.8.1
10762024-12-20T19:51:38.874Z Downloaded scopeguard v1.2.0
10772024-12-20T19:51:38.877Z Downloaded tracing v0.1.40
10782024-12-20T19:51:38.880Z Downloaded num_enum_derive v0.5.11
10792024-12-20T19:51:38.882Z Downloaded smallvec v1.13.2
10802024-12-20T19:51:38.884Z Downloaded zip v0.6.6
10812024-12-20T19:51:38.888Z Downloaded foreign-types v0.5.0
10822024-12-20T19:51:38.891Z Downloaded dirs-sys-next v0.1.2
10832024-12-20T19:51:38.891Z Downloaded slog-term v2.9.1
10842024-12-20T19:51:38.894Z Downloaded serde_with_macros v3.11.0
10852024-12-20T19:51:38.894Z Downloaded multer v3.1.0
10862024-12-20T19:51:38.896Z Downloaded tracing-core v0.1.32
10872024-12-20T19:51:38.899Z Downloaded hyper-util v0.1.10
10882024-12-20T19:51:38.902Z Downloaded either v1.13.0
10892024-12-20T19:51:38.905Z Downloaded defmt-parser v0.3.4
10902024-12-20T19:51:38.905Z Downloaded num_enum v0.5.11
10912024-12-20T19:51:38.909Z Downloaded num-complex v0.4.6
10922024-12-20T19:51:38.912Z Downloaded qorb v0.2.1
10932024-12-20T19:51:38.915Z Downloaded tar v0.4.42
10942024-12-20T19:51:38.918Z Downloaded snafu v0.8.5
10952024-12-20T19:51:38.921Z Downloaded serde_yaml v0.9.34+deprecated
10962024-12-20T19:51:38.925Z Downloaded serde_derive_internals v0.29.1
10972024-12-20T19:51:38.927Z Downloaded samael v0.0.17
10982024-12-20T19:51:38.931Z Downloaded tokio-stream v0.1.16
10992024-12-20T19:51:38.935Z Downloaded stable_deref_trait v1.2.0
11002024-12-20T19:51:38.938Z Downloaded smallvec v0.6.14
11012024-12-20T19:51:38.938Z Downloaded ref-cast v1.0.23
11022024-12-20T19:51:38.940Z Downloaded icu_properties v1.5.1
11032024-12-20T19:51:38.943Z Downloaded icu_normalizer_data v1.5.0
11042024-12-20T19:51:38.945Z Downloaded crossbeam-channel v0.5.13
11052024-12-20T19:51:38.950Z Downloaded miniz_oxide v0.8.0
11062024-12-20T19:51:38.952Z Downloaded memmap2 v0.9.5
11072024-12-20T19:51:38.955Z Downloaded bumpalo v3.16.0
11082024-12-20T19:51:38.957Z Downloaded base64 v0.21.7
11092024-12-20T19:51:38.960Z Downloaded backtrace v0.3.74
11102024-12-20T19:51:38.965Z Downloaded crypto-bigint v0.5.5
11112024-12-20T19:51:38.971Z Downloaded cc v1.1.30
11122024-12-20T19:51:38.974Z Downloaded const_format v0.2.33
11132024-12-20T19:51:38.979Z Downloaded polyval v0.6.2
11142024-12-20T19:51:38.982Z Downloaded ena v0.14.3
11152024-12-20T19:51:38.984Z Downloaded tokio-rustls v0.26.0
11162024-12-20T19:51:38.984Z Downloaded icu_normalizer v1.5.0
11172024-12-20T19:51:38.987Z Downloaded hyper-staticfile v0.10.1
11182024-12-20T19:51:38.989Z Downloaded ff v0.13.0
11192024-12-20T19:51:38.992Z Downloaded fd-lock v4.0.2
11202024-12-20T19:51:38.995Z Downloaded embedded-io v0.6.1
11212024-12-20T19:51:38.995Z Downloaded libgit2-sys v0.17.0+1.8.1
11222024-12-20T19:51:39.053Z Downloaded writeable v0.5.5
11232024-12-20T19:51:39.055Z Downloaded maybe-uninit v2.0.0
11242024-12-20T19:51:39.055Z Downloaded litemap v0.7.3
11252024-12-20T19:51:39.058Z Downloaded libloading v0.8.5
11262024-12-20T19:51:39.060Z Downloaded data-encoding v2.6.0
11272024-12-20T19:51:39.063Z Downloaded structmeta-derive v0.3.0
11282024-12-20T19:51:39.063Z Downloaded ssh-encoding v0.2.0
11292024-12-20T19:51:39.063Z Downloaded snafu-derive v0.8.5
11302024-12-20T19:51:39.066Z Downloaded slog-json v2.6.1
11312024-12-20T19:51:39.066Z Downloaded http v1.1.0
11322024-12-20T19:51:39.069Z Downloaded bytes v1.8.0
11332024-12-20T19:51:39.074Z Downloaded base64 v0.13.1
11342024-12-20T19:51:39.076Z Downloaded allocator-api2 v0.2.18
11352024-12-20T19:51:39.080Z Downloaded linear-map v1.2.0
11362024-12-20T19:51:39.082Z Downloaded blake2 v0.10.6
11372024-12-20T19:51:39.085Z Downloaded httpdate v1.0.3
11382024-12-20T19:51:39.087Z Downloaded idna_adapter v1.2.0
11392024-12-20T19:51:39.087Z Downloaded termcolor v1.4.1
11402024-12-20T19:51:39.087Z Downloaded tap v1.0.1
11412024-12-20T19:51:39.090Z Downloaded keccak v0.1.5
11422024-12-20T19:51:39.090Z Downloaded inout v0.1.3
11432024-12-20T19:51:39.092Z Downloaded hyper-tls v0.6.0
11442024-12-20T19:51:39.093Z Downloaded ssh-cipher v0.2.0
11452024-12-20T19:51:39.096Z Downloaded signature v2.2.0
11462024-12-20T19:51:39.096Z Downloaded sha1 v0.10.6
11472024-12-20T19:51:39.100Z Downloaded same-file v1.0.6
11482024-12-20T19:51:39.100Z Downloaded rustls-pemfile v1.0.4
11492024-12-20T19:51:39.104Z Downloaded cobs v0.2.3
11502024-12-20T19:51:39.104Z Downloaded bcs v0.1.6
11512024-12-20T19:51:39.107Z Downloaded backoff v0.4.0
11522024-12-20T19:51:39.108Z Downloaded async-bb8-diesel v0.2.1
11532024-12-20T19:51:39.110Z Downloaded hickory-client v0.24.1
11542024-12-20T19:51:39.112Z Downloaded cassowary v0.3.0
11552024-12-20T19:51:39.113Z Downloaded chrono-tz-build v0.4.0
11562024-12-20T19:51:39.115Z Downloaded cexpr v0.6.0
11572024-12-20T19:51:39.118Z Downloaded castaway v0.2.3
11582024-12-20T19:51:39.119Z Downloaded atomic-waker v1.1.2
11592024-12-20T19:51:39.119Z Downloaded ciborium-ll v0.2.2
11602024-12-20T19:51:39.126Z Downloaded chacha20 v0.9.1
11612024-12-20T19:51:39.127Z Downloaded colored v2.1.0
11622024-12-20T19:51:39.127Z Downloaded base16ct v0.2.0
11632024-12-20T19:51:39.127Z Downloaded buf-list v1.0.3
11642024-12-20T19:51:39.385Z Downloaded aws-lc-sys v0.22.0
11652024-12-20T19:51:39.781Z Downloaded ring v0.17.8
11662024-12-20T19:51:39.968Z Downloaded ring v0.16.20
11672024-12-20T19:51:40.055Z Downloaded libsqlite3-sys v0.30.1
11682024-12-20T19:51:40.238Z Compiling serde v1.0.215
11692024-12-20T19:51:40.241Z Compiling lock_api v0.4.12
11702024-12-20T19:51:40.241Z Compiling scopeguard v1.2.0
11712024-12-20T19:51:40.241Z Compiling value-bag v1.9.0
11722024-12-20T19:51:40.241Z Compiling typenum v1.17.0
11732024-12-20T19:51:40.241Z Compiling generic-array v0.14.7
11742024-12-20T19:51:40.412Z Compiling syn v2.0.87
11752024-12-20T19:51:40.423Z Compiling getrandom v0.2.15
11762024-12-20T19:51:40.572Z Compiling subtle v2.6.1
11772024-12-20T19:51:40.710Z Compiling rand_core v0.6.4
11782024-12-20T19:51:40.852Z Compiling log v0.4.22
11792024-12-20T19:51:40.940Z Compiling shlex v1.3.0
11802024-12-20T19:51:40.958Z Compiling jobserver v0.1.32
11812024-12-20T19:51:40.984Z Compiling const-oid v0.9.6
11822024-12-20T19:51:41.229Z Compiling smallvec v1.13.2
11832024-12-20T19:51:41.349Z Compiling cc v1.1.30
11842024-12-20T19:51:41.373Z Compiling spin v0.9.8
11852024-12-20T19:51:41.648Z Compiling pin-project-lite v0.2.14
11862024-12-20T19:51:41.730Z Compiling rustix v0.38.37
11872024-12-20T19:51:41.753Z Compiling parking_lot_core v0.9.10
11882024-12-20T19:51:41.779Z Compiling futures-core v0.3.31
11892024-12-20T19:51:41.903Z Compiling signal-hook-registry v1.4.2
11902024-12-20T19:51:42.043Z Compiling mio v1.0.2
11912024-12-20T19:51:42.623Z Compiling parking_lot v0.12.3
11922024-12-20T19:51:42.711Z Compiling aho-corasick v1.1.3
11932024-12-20T19:51:42.846Z Compiling cpufeatures v0.2.14
11942024-12-20T19:51:42.878Z Compiling regex-syntax v0.8.5
11952024-12-20T19:51:42.951Z Compiling lazy_static v1.5.0
11962024-12-20T19:51:43.061Z Compiling stable_deref_trait v1.2.0
11972024-12-20T19:51:43.081Z Compiling either v1.13.0
11982024-12-20T19:51:43.164Z Compiling futures-sink v0.3.31
11992024-12-20T19:51:43.256Z Compiling glob v0.3.1
12002024-12-20T19:51:43.321Z Compiling socket2 v0.5.7
12012024-12-20T19:51:43.568Z Compiling slab v0.4.9
12022024-12-20T19:51:43.618Z Compiling prettyplease v0.2.25
12032024-12-20T19:51:43.971Z Compiling minimal-lexical v0.2.1
12042024-12-20T19:51:44.324Z Compiling libloading v0.8.5
12052024-12-20T19:51:44.384Z Compiling clang-sys v1.8.1
12062024-12-20T19:51:44.458Z Compiling nom v7.1.3
12072024-12-20T19:51:44.499Z Compiling home v0.5.9
12082024-12-20T19:51:44.745Z Compiling serde_json v1.0.132
12092024-12-20T19:51:44.776Z Compiling bindgen v0.69.5
12102024-12-20T19:51:45.112Z Compiling itertools v0.10.5
12112024-12-20T19:51:45.703Z Compiling futures-channel v0.3.31
12122024-12-20T19:51:45.789Z Compiling pin-utils v0.1.0
12132024-12-20T19:51:45.886Z Compiling futures-io v0.3.31
12142024-12-20T19:51:45.996Z Compiling futures-task v0.3.31
12152024-12-20T19:51:46.219Z Compiling lazycell v1.3.0
12162024-12-20T19:51:46.310Z Compiling rustc-hash v1.1.0
12172024-12-20T19:51:46.382Z Compiling allocator-api2 v0.2.18
12182024-12-20T19:51:46.458Z Compiling foldhash v0.1.3
12192024-12-20T19:51:46.778Z Compiling regex-automata v0.4.8
12202024-12-20T19:51:47.190Z Compiling hashbrown v0.15.1
12212024-12-20T19:51:47.992Z Compiling synstructure v0.13.1
12222024-12-20T19:51:48.485Z Compiling cexpr v0.6.0
12232024-12-20T19:51:48.556Z Compiling cmake v0.1.51
12242024-12-20T19:51:49.599Z Compiling fs_extra v1.3.0
12252024-12-20T19:51:49.779Z Compiling tinyvec_macros v0.1.1
12262024-12-20T19:51:49.806Z Compiling dunce v1.0.5
12272024-12-20T19:51:49.877Z Compiling pkg-config v0.3.31
12282024-12-20T19:51:49.936Z Compiling libm v0.2.8
12292024-12-20T19:51:50.189Z Compiling tinyvec v1.8.0
12302024-12-20T19:51:50.289Z Compiling num-traits v0.2.19
12312024-12-20T19:51:50.802Z Compiling ring v0.17.8
12322024-12-20T19:51:51.374Z Compiling writeable v0.5.5
12332024-12-20T19:51:51.433Z Compiling paste v1.0.15
12342024-12-20T19:51:51.651Z Compiling unicode-normalization v0.1.24
12352024-12-20T19:51:51.744Z Compiling unicode-bidi v0.3.17
12362024-12-20T19:51:51.913Z Compiling base64ct v1.6.0
12372024-12-20T19:51:51.941Z Compiling litemap v0.7.3
12382024-12-20T19:51:52.337Z Compiling regex v1.11.1
12392024-12-20T19:51:52.481Z Compiling pem-rfc7468 v0.7.0
12402024-12-20T19:51:53.127Z Compiling flagset v0.4.6
12412024-12-20T19:51:53.146Z Compiling httparse v1.9.5
12422024-12-20T19:51:53.335Z Compiling aws-lc-rs v1.10.0
12432024-12-20T19:51:53.814Z Compiling tracing-core v0.1.32
12442024-12-20T19:51:53.914Z Compiling rustls-pki-types v1.10.0
12452024-12-20T19:51:54.554Z Compiling crossbeam-utils v0.8.20
12462024-12-20T19:51:54.634Z Compiling percent-encoding v2.3.1
12472024-12-20T19:51:54.907Z Compiling icu_locid_transform_data v1.5.0
12482024-12-20T19:51:54.942Z Compiling serde_derive v1.0.215
12492024-12-20T19:51:54.978Z Compiling zeroize_derive v1.4.2
12502024-12-20T19:51:55.004Z Compiling zerocopy-derive v0.7.35
12512024-12-20T19:51:55.087Z Compiling tokio-macros v2.4.0
12522024-12-20T19:51:55.117Z Compiling zerofrom-derive v0.1.4
12532024-12-20T19:51:56.539Z Compiling zeroize v1.8.1
12542024-12-20T19:51:56.575Z Compiling yoke-derive v0.7.4
12552024-12-20T19:51:57.013Z Compiling thiserror-impl v1.0.69
12562024-12-20T19:51:57.228Z Compiling zerocopy v0.7.35
12572024-12-20T19:51:58.302Z Compiling crypto-common v0.1.6
12582024-12-20T19:51:58.549Z Compiling block-buffer v0.10.4
12592024-12-20T19:51:58.807Z Compiling digest v0.10.7
12602024-12-20T19:51:58.844Z Compiling zerovec-derive v0.10.3
12612024-12-20T19:51:59.131Z Compiling zerofrom v0.1.4
12622024-12-20T19:51:59.253Z Compiling hmac v0.12.1
12632024-12-20T19:51:59.344Z Compiling futures-macro v0.3.31
12642024-12-20T19:51:59.364Z Compiling block-padding v0.3.3
12652024-12-20T19:51:59.482Z Compiling displaydoc v0.2.5
12662024-12-20T19:51:59.560Z Compiling yoke v0.7.4
12672024-12-20T19:51:59.615Z Compiling inout v0.1.3
12682024-12-20T19:51:59.878Z Compiling cipher v0.4.4
12692024-12-20T19:51:59.926Z Compiling sha2 v0.10.8
12702024-12-20T19:52:00.291Z Compiling thiserror v1.0.69
12712024-12-20T19:52:00.424Z Compiling ppv-lite86 v0.2.20
12722024-12-20T19:52:00.437Z Compiling icu_provider_macros v1.5.0
12732024-12-20T19:52:01.157Z Compiling der_derive v0.7.3
12742024-12-20T19:52:01.205Z Compiling futures-util v0.3.31
12752024-12-20T19:52:01.230Z Compiling rand_chacha v0.3.1
12762024-12-20T19:52:01.387Z Compiling zerovec v0.10.4
12772024-12-20T19:52:01.474Z Compiling tracing-attributes v0.1.27
12782024-12-20T19:52:03.217Z Compiling tinystr v0.7.6
12792024-12-20T19:52:03.384Z Compiling icu_collections v1.5.0
12802024-12-20T19:52:03.565Z Compiling rand v0.8.5
12812024-12-20T19:52:03.607Z Compiling der v0.7.9
12822024-12-20T19:52:03.687Z Compiling icu_locid v1.5.0
12832024-12-20T19:52:04.951Z Compiling icu_provider v1.5.0
12842024-12-20T19:52:05.254Z Compiling tracing v0.1.40
12852024-12-20T19:52:05.716Z Compiling icu_locid_transform v1.5.0
12862024-12-20T19:52:05.757Z Compiling spki v0.7.3
12872024-12-20T19:52:05.991Z Compiling pest v2.7.14
12882024-12-20T19:52:06.041Z Compiling salsa20 v0.10.2
12892024-12-20T19:52:06.125Z Compiling pbkdf2 v0.12.2
12902024-12-20T19:52:06.275Z Compiling mirai-annotations v1.12.0
12912024-12-20T19:52:06.301Z Compiling untrusted v0.9.0
12922024-12-20T19:52:06.472Z Compiling untrusted v0.7.1
12932024-12-20T19:52:06.491Z Compiling vcpkg v0.2.15
12942024-12-20T19:52:06.663Z Compiling powerfmt v0.2.0
12952024-12-20T19:52:06.934Z Compiling num-conv v0.1.0
12962024-12-20T19:52:06.960Z Compiling time-core v0.1.2
12972024-12-20T19:52:07.070Z Compiling icu_properties_data v1.5.0
12982024-12-20T19:52:07.143Z Compiling deranged v0.3.11
12992024-12-20T19:52:07.210Z Compiling time-macros v0.2.18
13002024-12-20T19:52:07.313Z Compiling icu_properties v1.5.1
13012024-12-20T19:52:08.678Z Compiling openssl-sys v0.9.103
13022024-12-20T19:52:09.063Z Compiling bitflags v2.6.0
13032024-12-20T19:52:09.107Z Compiling bytes v1.8.0
13042024-12-20T19:52:09.675Z Compiling indexmap v2.6.0
13052024-12-20T19:52:09.834Z Compiling semver v1.0.23
13062024-12-20T19:52:10.404Z Compiling tokio v1.40.0
13072024-12-20T19:52:10.581Z Compiling http v1.1.0
13082024-12-20T19:52:10.601Z Compiling rustc_version v0.4.1
13092024-12-20T19:52:11.067Z Compiling pest_meta v2.7.14
13102024-12-20T19:52:11.163Z Compiling scrypt v0.11.0
13112024-12-20T19:52:11.363Z Compiling cbc v0.1.2
13122024-12-20T19:52:11.589Z Compiling aes v0.8.4
13132024-12-20T19:52:11.759Z Compiling scroll_derive v0.12.0
13142024-12-20T19:52:12.353Z Compiling atomic-waker v1.1.2
13152024-12-20T19:52:12.417Z Compiling icu_normalizer_data v1.5.0
13162024-12-20T19:52:12.524Z Compiling write16 v1.0.0
13172024-12-20T19:52:12.548Z Compiling utf16_iter v1.0.5
13182024-12-20T19:52:12.652Z Compiling utf8_iter v1.0.4
13192024-12-20T19:52:12.735Z Compiling num_threads v0.1.7
13202024-12-20T19:52:12.865Z Compiling time v0.3.36
13212024-12-20T19:52:12.889Z Compiling icu_normalizer v1.5.0
13222024-12-20T19:52:13.051Z Compiling pkcs5 v0.7.1
13232024-12-20T19:52:13.261Z Compiling scroll v0.12.0
13242024-12-20T19:52:13.887Z Compiling which v4.4.2
13252024-12-20T19:52:14.504Z Compiling pest_generator v2.7.14
13262024-12-20T19:52:14.524Z Compiling http-body v1.0.1
13272024-12-20T19:52:14.912Z Compiling form_urlencoded v1.2.1
13282024-12-20T19:52:14.957Z Compiling slog v2.7.0
13292024-12-20T19:52:14.980Z Compiling try-lock v0.2.5
13302024-12-20T19:52:15.124Z Compiling want v0.3.1
13312024-12-20T19:52:15.229Z Compiling goblin v0.8.2
13322024-12-20T19:52:15.399Z Compiling idna_adapter v1.2.0
13332024-12-20T19:52:15.538Z Compiling pkcs8 v0.10.2
13342024-12-20T19:52:15.619Z Compiling httpdate v1.0.3
13352024-12-20T19:52:16.104Z Compiling idna v1.0.3
13362024-12-20T19:52:16.272Z Compiling serde_tokenstream v0.2.2
13372024-12-20T19:52:16.465Z Compiling pest_derive v2.7.14
13382024-12-20T19:52:16.868Z Compiling toml_datetime v0.6.8
13392024-12-20T19:52:17.010Z Compiling uuid v1.11.0
13402024-12-20T19:52:17.264Z Compiling dtrace-parser v0.2.0
13412024-12-20T19:52:17.373Z Compiling serde_spanned v0.6.8
13422024-12-20T19:52:17.611Z Compiling tower-service v0.3.3
13432024-12-20T19:52:17.741Z Compiling match_cfg v0.1.0
13442024-12-20T19:52:17.843Z Compiling foreign-types-shared v0.1.1
13452024-12-20T19:52:17.925Z Compiling rustversion v1.0.17
13462024-12-20T19:52:17.953Z Compiling adler2 v2.0.0
13472024-12-20T19:52:18.165Z Compiling openssl v0.10.66
13482024-12-20T19:52:18.189Z Compiling base64 v0.22.1
13492024-12-20T19:52:18.482Z Compiling iana-time-zone v0.1.61
13502024-12-20T19:52:18.630Z Compiling miniz_oxide v0.8.0
13512024-12-20T19:52:18.758Z Compiling chrono v0.4.38
13522024-12-20T19:52:18.946Z Compiling tokio-util v0.7.12
13532024-12-20T19:52:18.949Z Compiling foreign-types v0.3.2
13542024-12-20T19:52:19.448Z Compiling hostname v0.3.1
13552024-12-20T19:52:19.692Z Compiling url v2.5.3
13562024-12-20T19:52:20.168Z Compiling h2 v0.4.6
13572024-12-20T19:52:20.298Z Compiling async-trait v0.1.83
13582024-12-20T19:52:21.659Z Compiling dof v0.3.0
13592024-12-20T19:52:21.704Z Compiling openssl-macros v0.1.1
13602024-12-20T19:52:22.491Z Compiling usdt-impl v0.5.0
13612024-12-20T19:52:22.583Z Compiling dirs-sys-next v0.1.2
13622024-12-20T19:52:23.014Z Compiling siphasher v0.3.11
13632024-12-20T19:52:23.261Z Compiling native-tls v0.2.12
13642024-12-20T19:52:23.427Z Compiling data-encoding v2.6.0
13652024-12-20T19:52:23.605Z Compiling rustls v0.22.4
13662024-12-20T19:52:23.875Z Compiling rustls v0.23.19
13672024-12-20T19:52:23.923Z Compiling syn v1.0.109
13682024-12-20T19:52:24.130Z Compiling dirs-next v2.0.0
13692024-12-20T19:52:24.618Z Compiling http-body-util v0.1.2
13702024-12-20T19:52:25.157Z Compiling heapless v0.7.17
13712024-12-20T19:52:25.473Z Compiling crossbeam-epoch v0.9.18
13722024-12-20T19:52:25.576Z Compiling sha1 v0.10.6
13732024-12-20T19:52:25.741Z Compiling signature v2.2.0
13742024-12-20T19:52:25.788Z Compiling bzip2-sys v0.1.11+1.0.8
13752024-12-20T19:52:25.977Z Compiling serde_derive_internals v0.29.1
13762024-12-20T19:52:26.032Z Compiling thread_local v1.1.8
13772024-12-20T19:52:26.059Z Compiling encoding_rs v0.8.34
13782024-12-20T19:52:26.206Z Compiling cookie v0.18.1
13792024-12-20T19:52:26.267Z Compiling multer v3.1.0
13802024-12-20T19:52:26.489Z Compiling unicode-properties v0.1.3
13812024-12-20T19:52:26.539Z Compiling mime v0.3.17
13822024-12-20T19:52:26.539Z Compiling signal-hook v0.3.17
13832024-12-20T19:52:26.807Z Compiling ipnet v2.10.1
13842024-12-20T19:52:26.890Z Compiling gimli v0.31.1
13852024-12-20T19:52:27.123Z Compiling hyper v1.5.0
13862024-12-20T19:52:28.078Z Compiling openssl-probe v0.1.5
13872024-12-20T19:52:28.496Z Compiling rayon-core v1.12.1
13882024-12-20T19:52:28.713Z Compiling schemars v0.8.21
13892024-12-20T19:52:28.766Z Compiling slog-async v2.8.0
13902024-12-20T19:52:29.120Z Compiling schemars_derive v0.8.21
13912024-12-20T19:52:29.360Z Compiling stringprep v0.1.5
13922024-12-20T19:52:30.512Z Compiling hyper-util v0.1.10
13932024-12-20T19:52:30.900Z Compiling toml_edit v0.22.22
13942024-12-20T19:52:31.408Z Compiling addr2line v0.24.2
13952024-12-20T19:52:32.126Z Compiling crossbeam-deque v0.8.5
13962024-12-20T19:52:32.212Z Compiling usdt-attr-macro v0.5.0
13972024-12-20T19:52:32.417Z Compiling usdt-macro v0.5.0
13982024-12-20T19:52:33.067Z Compiling term v0.7.0
13992024-12-20T19:52:33.074Z Compiling slog-json v2.6.1
14002024-12-20T19:52:33.293Z Compiling serde_urlencoded v0.7.1
14012024-12-20T19:52:33.573Z Compiling curve25519-dalek v4.1.3
14022024-12-20T19:52:33.810Z Compiling crossbeam-channel v0.5.13
14032024-12-20T19:52:33.859Z Compiling futures-executor v0.3.31
14042024-12-20T19:52:33.909Z Compiling enum-as-inner v0.6.1
14052024-12-20T19:52:34.194Z Compiling md-5 v0.10.6
14062024-12-20T19:52:34.381Z Compiling async-stream-impl v0.3.6
14072024-12-20T19:52:34.412Z Compiling num-integer v0.1.46
14082024-12-20T19:52:34.465Z Compiling rustls-pemfile v2.2.0
14092024-12-20T19:52:34.805Z Compiling idna v0.4.0
14102024-12-20T19:52:34.915Z Compiling idna v0.3.0
14112024-12-20T19:52:35.013Z Compiling hash32 v0.2.1
14122024-12-20T19:52:35.143Z Compiling ff v0.13.0
14132024-12-20T19:52:35.379Z Compiling is-terminal v0.4.13
14142024-12-20T19:52:35.404Z Compiling object v0.36.5
14152024-12-20T19:52:35.513Z Compiling dropshot v0.12.0
14162024-12-20T19:52:35.764Z Compiling base16ct v0.2.0
14172024-12-20T19:52:35.802Z Compiling anyhow v1.0.93
14182024-12-20T19:52:36.102Z Compiling quick-error v1.2.3
14192024-12-20T19:52:36.252Z Compiling fallible-iterator v0.2.0
14202024-12-20T19:52:36.442Z Compiling psl-types v2.0.11
14212024-12-20T19:52:36.494Z Compiling portable-atomic v1.9.0
14222024-12-20T19:52:36.588Z Compiling take_mut v0.2.2
14232024-12-20T19:52:36.642Z Compiling dyn-clone v1.0.17
14242024-12-20T19:52:36.738Z Compiling linked-hash-map v0.5.6
14252024-12-20T19:52:36.850Z Compiling num-bigint-dig v0.8.4
14262024-12-20T19:52:36.981Z Compiling utf-8 v0.7.6
14272024-12-20T19:52:37.128Z Compiling smoltcp v0.9.1
14282024-12-20T19:52:37.147Z Compiling rustc-demangle v0.1.24
14292024-12-20T19:52:37.316Z Compiling tungstenite v0.24.0
14302024-12-20T19:52:37.673Z Compiling lru-cache v0.1.2
14312024-12-20T19:52:37.875Z Compiling postgres-protocol v0.6.7
14322024-12-20T19:52:39.312Z Compiling publicsuffix v2.2.3
14332024-12-20T19:52:39.498Z Compiling resolv-conf v0.7.0
14342024-12-20T19:52:39.566Z Compiling sec1 v0.7.3
14352024-12-20T19:52:39.732Z Compiling async-stream v0.3.6
14362024-12-20T19:52:39.758Z Compiling hickory-proto v0.24.1
14372024-12-20T19:52:40.042Z Compiling slog-term v2.9.1
14382024-12-20T19:52:40.117Z Compiling usdt v0.5.0
14392024-12-20T19:52:40.250Z Compiling group v0.13.0
14402024-12-20T19:52:40.641Z Compiling num-iter v0.1.45
14412024-12-20T19:52:40.942Z Compiling toml v0.8.19
14422024-12-20T19:52:41.326Z Compiling futures v0.3.31
14432024-12-20T19:52:41.451Z Compiling slog-bunyan v2.5.0
14442024-12-20T19:52:42.690Z Compiling tokio-native-tls v0.3.1
14452024-12-20T19:52:42.959Z Compiling backtrace v0.3.74
14462024-12-20T19:52:42.999Z Compiling camino v1.1.9
14472024-12-20T19:52:43.539Z Compiling phf_shared v0.11.2
14482024-12-20T19:52:43.588Z Compiling dropshot_endpoint v0.12.0
14492024-12-20T19:52:43.945Z Compiling terminal_size v0.4.0
14502024-12-20T19:52:44.002Z Compiling waitgroup v0.1.2
14512024-12-20T19:52:44.021Z Compiling openapiv3 v2.0.0
14522024-12-20T19:52:44.175Z Compiling serde_path_to_error v0.1.16
14532024-12-20T19:52:44.238Z Compiling hkdf v0.12.4
14542024-12-20T19:52:44.505Z Compiling crypto-bigint v0.5.5
14552024-12-20T19:52:45.066Z Compiling curve25519-dalek-derive v0.1.1
14562024-12-20T19:52:46.669Z Compiling zerocopy-derive v0.6.6
14572024-12-20T19:52:46.728Z Compiling webpki-roots v0.26.6
14582024-12-20T19:52:46.794Z Compiling hubpack_derive v0.1.1
14592024-12-20T19:52:46.953Z Compiling idna v0.5.0
14602024-12-20T19:52:47.712Z Compiling hostname v0.4.0
14612024-12-20T19:52:47.968Z Compiling crc32fast v1.4.2
14622024-12-20T19:52:48.303Z Compiling ahash v0.8.11
14632024-12-20T19:52:48.320Z Compiling fs-err v2.11.0
14642024-12-20T19:52:48.526Z Compiling managed v0.8.0
14652024-12-20T19:52:48.618Z Compiling debug-ignore v1.0.5
14662024-12-20T19:52:48.645Z Compiling bitflags v1.3.2
14672024-12-20T19:52:48.665Z Compiling winnow v0.5.40
14682024-12-20T19:52:48.749Z Compiling strum_macros v0.25.3
14692024-12-20T19:52:48.778Z Compiling clap_builder v4.5.21
14702024-12-20T19:52:48.906Z Compiling zerocopy v0.6.6
14712024-12-20T19:52:49.839Z Compiling console v0.15.8
14722024-12-20T19:52:50.576Z Compiling flate2 v1.0.34
14732024-12-20T19:52:50.746Z Compiling cookie_store v0.21.0
14742024-12-20T19:52:51.141Z Compiling hubpack v0.1.2
14752024-12-20T19:52:51.363Z Compiling elliptic-curve v0.13.8
14762024-12-20T19:52:51.613Z Compiling hickory-resolver v0.24.1
14772024-12-20T19:52:52.207Z Compiling toml_edit v0.19.15
14782024-12-20T19:52:52.364Z Compiling phf v0.11.2
14792024-12-20T19:52:52.638Z Compiling signal-hook-mio v0.2.4
14802024-12-20T19:52:52.808Z Compiling hyper-tls v0.6.0
14812024-12-20T19:52:52.965Z Compiling rayon v1.10.0
14822024-12-20T19:52:53.245Z Compiling bzip2 v0.4.4
14832024-12-20T19:52:53.693Z Compiling postgres-types v0.2.8
14842024-12-20T19:52:55.283Z Compiling tokio-tungstenite v0.24.0
14852024-12-20T19:52:57.309Z Compiling ed25519 v2.2.3
14862024-12-20T19:52:57.895Z Compiling phf_shared v0.10.0
14872024-12-20T19:52:58.306Z Compiling tokio-stream v0.1.16
14882024-12-20T19:52:58.327Z Compiling pkcs1 v0.7.5
14892024-12-20T19:52:58.364Z Compiling serde-big-array v0.5.1
14902024-12-20T19:52:58.625Z Compiling clap_derive v4.5.18
14912024-12-20T19:52:59.254Z Compiling rfc6979 v0.4.0
14922024-12-20T19:52:59.396Z Compiling serde_repr v0.1.19
14932024-12-20T19:52:59.428Z Compiling derive-where v1.2.7
14942024-12-20T19:52:59.452Z Compiling float-cmp v0.9.0
14952024-12-20T19:52:59.675Z Compiling bstr v1.10.0
14962024-12-20T19:52:59.727Z Compiling sync_wrapper v1.0.1
14972024-12-20T19:52:59.888Z Compiling precomputed-hash v0.1.1
14982024-12-20T19:53:00.013Z Compiling predicates-core v1.0.8
14992024-12-20T19:53:00.268Z Compiling fixedbitset v0.4.2
15002024-12-20T19:53:00.373Z Compiling unicode-segmentation v1.12.0
15012024-12-20T19:53:00.596Z Compiling new_debug_unreachable v1.0.6
15022024-12-20T19:53:00.696Z Compiling number_prefix v0.4.0
15032024-12-20T19:53:00.719Z Compiling static_assertions v1.1.0
15042024-12-20T19:53:00.821Z Compiling unicode-width v0.2.0
15052024-12-20T19:53:00.927Z Compiling bit-vec v0.6.3
15062024-12-20T19:53:01.280Z Compiling difflib v0.4.0
15072024-12-20T19:53:01.347Z Compiling whoami v1.5.2
15082024-12-20T19:53:01.384Z Compiling normalize-line-endings v0.3.0
15092024-12-20T19:53:01.452Z Compiling indicatif v0.17.9
15102024-12-20T19:53:01.515Z Compiling bit-set v0.5.3
15112024-12-20T19:53:01.812Z Compiling tokio-postgres v0.7.12
15122024-12-20T19:53:01.989Z Compiling predicates v3.1.2
15132024-12-20T19:53:02.952Z Compiling similar v2.6.0
15142024-12-20T19:53:03.034Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15152024-12-20T19:53:03.728Z Compiling string_cache v0.8.7
15162024-12-20T19:53:03.772Z Compiling clap v4.5.21
15172024-12-20T19:53:03.793Z Compiling petgraph v0.6.5
15182024-12-20T19:53:03.900Z Compiling ecdsa v0.16.9
15192024-12-20T19:53:04.202Z Compiling rsa v0.9.6
15202024-12-20T19:53:04.783Z Compiling ed25519-dalek v2.1.1
15212024-12-20T19:53:05.436Z Compiling toml v0.7.8
15222024-12-20T19:53:06.106Z Compiling zip v0.6.6
15232024-12-20T19:53:07.217Z Compiling crossterm v0.28.1
15242024-12-20T19:53:07.877Z Compiling hex v0.4.3
15252024-12-20T19:53:07.984Z Compiling x509-cert v0.2.5
15262024-12-20T19:53:08.254Z Compiling unicode-xid v0.2.6
15272024-12-20T19:53:08.395Z Compiling peg-runtime v0.8.3
15282024-12-20T19:53:08.445Z Compiling lalrpop-util v0.19.12
15292024-12-20T19:53:08.507Z Compiling strum_macros v0.26.4
15302024-12-20T19:53:08.796Z Compiling xattr v1.3.1
15312024-12-20T19:53:09.059Z Compiling filetime v0.2.25
15322024-12-20T19:53:09.379Z Compiling tar v0.4.42
15332024-12-20T19:53:13.690Z Compiling strum v0.26.3
15342024-12-20T19:53:16.876Z Compiling aws-lc-sys v0.22.0
15352024-12-20T19:53:52.296Z Compiling rustls-webpki v0.102.8
15362024-12-20T19:53:55.642Z Compiling tokio-rustls v0.25.0
15372024-12-20T19:53:57.477Z Compiling tokio-rustls v0.26.0
15382024-12-20T19:53:57.810Z Compiling hyper-rustls v0.27.3
15392024-12-20T19:53:58.121Z Compiling reqwest v0.12.9
15402024-12-20T19:53:59.141Z Compiling qorb v0.2.1
15412024-12-20T19:54:04.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15422024-12-20T19:54:04.374Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15432024-12-20T19:54:10.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15442024-12-20T19:54:10.324Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15452024-12-20T19:54:10.372ZDec 20 19:54:09.325 INFO Starting download, target: Console
15462024-12-20T19:54:10.375ZDec 20 19:54:09.325 INFO Starting download, target: Clickhouse
15472024-12-20T19:54:10.375ZDec 20 19:54:09.325 INFO Starting download, target: DendriteOpenapi
15482024-12-20T19:54:10.375ZDec 20 19:54:09.325 INFO Starting download, target: Cockroach
15492024-12-20T19:54:10.375ZDec 20 19:54:09.325 INFO Starting download, target: DendriteStub
15502024-12-20T19:54:10.375ZDec 20 19:54:09.325 INFO Starting download, target: MaghemiteMgd
15512024-12-20T19:54:10.375ZDec 20 19:54:09.325 INFO Starting download, target: TransceiverControl
15522024-12-20T19:54:10.375ZDec 20 19:54:09.326 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15532024-12-20T19:54:10.375ZDec 20 19:54:09.326 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15542024-12-20T19:54:10.375ZDec 20 19:54:09.326 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15552024-12-20T19:54:10.375ZDec 20 19:54:09.326 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15562024-12-20T19:54:10.376ZDec 20 19:54:09.326 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15572024-12-20T19:54:10.376ZDec 20 19:54:09.326 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15582024-12-20T19:54:10.376ZDec 20 19:54:09.326 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15592024-12-20T19:54:10.612ZDec 20 19:54:09.558 INFO Download complete, target: DendriteOpenapi
15602024-12-20T19:54:11.027ZDec 20 19:54:09.933 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15612024-12-20T19:54:11.027ZDec 20 19:54:09.933 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15622024-12-20T19:54:11.450ZDec 20 19:54:10.268 INFO Download complete, target: Console
15632024-12-20T19:54:11.682ZDec 20 19:54:10.539 INFO Download complete, target: TransceiverControl
15642024-12-20T19:54:11.900ZDec 20 19:54:10.805 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15652024-12-20T19:54:12.289ZDec 20 19:54:11.222 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15662024-12-20T19:54:12.367ZDec 20 19:54:11.306 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15672024-12-20T19:54:12.767ZDec 20 19:54:11.718 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15682024-12-20T19:54:12.768ZDec 20 19:54:11.718 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15692024-12-20T19:54:14.711ZDec 20 19:54:13.664 INFO Download complete, target: DendriteStub
15702024-12-20T19:54:15.353ZDec 20 19:54:14.305 INFO Download complete, target: MaghemiteMgd
15712024-12-20T19:54:20.378ZDec 20 19:54:19.330 INFO Checking that binary works, target: Cockroach
15722024-12-20T19:54:20.536ZDec 20 19:54:19.488 INFO Download complete, target: Cockroach
15732024-12-20T19:54:25.173ZDec 20 19:54:24.123 INFO Checking that binary works, target: Clickhouse
15742024-12-20T19:54:25.918ZDec 20 19:54:24.868 INFO Download complete, target: Clickhouse
15752024-12-20T19:54:25.999ZAll builder prerequisites installed successfully, and PATH looks valid
15762024-12-20T19:54:26.004Z
15772024-12-20T19:54:26.004Zreal 5:41.462302253
15782024-12-20T19:54:26.004Zuser 16:24.468400983
15792024-12-20T19:54:26.004Zsys 3:13.827908117
15802024-12-20T19:54:26.004Ztrap 0.528144284
15812024-12-20T19:54:26.004Ztflt 8.058765649
15822024-12-20T19:54:26.004Zdflt 7.601259921
15832024-12-20T19:54:26.004Zkflt 0.471261176
15842024-12-20T19:54:26.004Zlock 29:52.223144144
15852024-12-20T19:54:26.004Zslp 1:03:46.032005539
15862024-12-20T19:54:26.004Zlat 51.570831301
15872024-12-20T19:54:26.005Zstop 2:15.861383731
15882024-12-20T19:54:26.005Z+ banner hack-check
15892024-12-20T19:54:26.005Z
15902024-12-20T19:54:26.005Z # # ## #### # # #### # # ###### #### # #
15912024-12-20T19:54:26.005Z # # # # # # # # # # # # # # # # #
15922024-12-20T19:54:26.005Z ###### # # # #### ##### # ###### ##### # ####
15932024-12-20T19:54:26.005Z # # ###### # # # # # # # # # #
15942024-12-20T19:54:26.005Z # # # # # # # # # # # # # # # # #
15952024-12-20T19:54:26.005Z # # # # #### # # #### # # ###### #### # #
15962024-12-20T19:54:26.005Z
15972024-12-20T19:54:26.005Z+ export CARGO_INCREMENTAL=0
15982024-12-20T19:54:26.005Z+ CARGO_INCREMENTAL=0
15992024-12-20T19:54:26.008Z+ ptime -m timeout 2h cargo xtask check-features --ci
16002024-12-20T19:54:26.534Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16012024-12-20T19:54:30.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
16022024-12-20T19:54:30.386Z Running `target/debug/xtask check-features --ci`
16032024-12-20T19:54:30.406Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16042024-12-20T19:54:30.408Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16052024-12-20T19:54:30.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16062024-12-20T19:54:30.872Z Running `target/debug/xtask download cargo-hack`
16072024-12-20T19:54:31.695Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16082024-12-20T19:54:32.057Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16092024-12-20T19:54:37.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
16102024-12-20T19:54:37.279Z Running `target/debug/xtask-downloader cargo-hack`
16112024-12-20T19:54:37.316ZDec 20 19:54:36.268 INFO Starting download, target: CargoHack
16122024-12-20T19:54:37.319ZDec 20 19:54:36.269 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16132024-12-20T19:54:37.923ZDec 20 19:54:36.875 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16142024-12-20T19:54:38.012ZDec 20 19:54:36.964 INFO Download complete, target: CargoHack
16152024-12-20T19:54:38.016Zrunning: "/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:54:38.032Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16172024-12-20T19:54:38.198Zinfo: running `cargo check --bins` on api_identity (1/176)
16182024-12-20T19:54:38.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-12-20T19:54:38.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-12-20T19:54:38.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-12-20T19:54:38.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16222024-12-20T19:54:38.799Z
16232024-12-20T19:54:38.799Zinfo: running `cargo check --bins` on bootstore (2/176)
16242024-12-20T19:54:39.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-12-20T19:54:39.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-12-20T19:54:39.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-12-20T19:54:39.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16282024-12-20T19:54:39.445Z
16292024-12-20T19:54:39.445Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16302024-12-20T19:54:39.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-12-20T19:54:39.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-12-20T19:54:39.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-12-20T19:54:39.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16342024-12-20T19:54:40.051Z
16352024-12-20T19:54:40.051Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16362024-12-20T19:54:40.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-12-20T19:54:40.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-12-20T19:54:40.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-12-20T19:54:40.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16402024-12-20T19:54:40.658Z
16412024-12-20T19:54:40.658Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16422024-12-20T19:54:41.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-12-20T19:54:41.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-12-20T19:54:41.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-12-20T19:54:41.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16462024-12-20T19:54:41.065Z
16472024-12-20T19:54:41.066Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16482024-12-20T19:54:41.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-12-20T19:54:41.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-12-20T19:54:41.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-12-20T19:54:41.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16522024-12-20T19:54:41.477Z
16532024-12-20T19:54:41.478Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16542024-12-20T19:54:41.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-12-20T19:54:41.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-12-20T19:54:41.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-12-20T19:54:41.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16582024-12-20T19:54:41.894Z
16592024-12-20T19:54:41.894Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16602024-12-20T19:54:42.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-12-20T19:54:42.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-12-20T19:54:42.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-12-20T19:54:42.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16642024-12-20T19:54:42.315Z
16652024-12-20T19:54:42.315Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16662024-12-20T19:54:42.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-12-20T19:54:42.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-12-20T19:54:42.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-12-20T19:54:42.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16702024-12-20T19:54:42.736Z
16712024-12-20T19:54:42.736Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16722024-12-20T19:54:43.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-12-20T19:54:43.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-12-20T19:54:43.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-12-20T19:54:43.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762024-12-20T19:54:43.152Z
16772024-12-20T19:54:43.152Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16782024-12-20T19:54:43.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-12-20T19:54:43.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-12-20T19:54:43.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-12-20T19:54:43.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16822024-12-20T19:54:43.574Z
16832024-12-20T19:54:43.574Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16842024-12-20T19:54:43.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-12-20T19:54:43.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-12-20T19:54:43.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-12-20T19:54:43.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16882024-12-20T19:54:44.001Z
16892024-12-20T19:54:44.001Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
16902024-12-20T19:54:44.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-12-20T19:54:44.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-12-20T19:54:44.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-12-20T19:54:44.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16942024-12-20T19:54:44.421Z
16952024-12-20T19:54:44.421Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
16962024-12-20T19:54:44.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-12-20T19:54:44.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-12-20T19:54:44.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-12-20T19:54:44.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17002024-12-20T19:54:44.838Z
17012024-12-20T19:54:44.839Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17022024-12-20T19:54:45.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-12-20T19:54:45.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-12-20T19:54:45.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-12-20T19:54:45.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17062024-12-20T19:54:45.256Z
17072024-12-20T19:54:45.256Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17082024-12-20T19:54:45.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-12-20T19:54:45.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-12-20T19:54:45.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-12-20T19:54:45.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17122024-12-20T19:54:45.674Z
17132024-12-20T19:54:45.674Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17142024-12-20T19:54:46.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-12-20T19:54:46.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-12-20T19:54:46.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-12-20T19:54:46.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182024-12-20T19:54:46.103Z
17192024-12-20T19:54:46.103Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17202024-12-20T19:54:46.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-12-20T19:54:46.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-12-20T19:54:46.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-12-20T19:54:46.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17242024-12-20T19:54:46.526Z
17252024-12-20T19:54:46.526Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17262024-12-20T19:54:46.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-12-20T19:54:46.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-12-20T19:54:46.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-12-20T19:54:46.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17302024-12-20T19:54:46.951Z
17312024-12-20T19:54:46.951Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17322024-12-20T19:54:47.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-12-20T19:54:47.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-12-20T19:54:47.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-12-20T19:54:47.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17362024-12-20T19:54:47.374Z
17372024-12-20T19:54:47.374Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17382024-12-20T19:54:47.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-12-20T19:54:47.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-12-20T19:54:47.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-12-20T19:54:47.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17422024-12-20T19:54:47.795Z
17432024-12-20T19:54:47.795Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17442024-12-20T19:54:48.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-12-20T19:54:48.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-12-20T19:54:48.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-12-20T19:54:48.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17482024-12-20T19:54:48.249Z
17492024-12-20T19:54:48.249Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17502024-12-20T19:54:48.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-12-20T19:54:48.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-12-20T19:54:48.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-12-20T19:54:48.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17542024-12-20T19:54:48.643Z
17552024-12-20T19:54:48.644Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17562024-12-20T19:54:49.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-12-20T19:54:49.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-12-20T19:54:49.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-12-20T19:54:49.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17602024-12-20T19:54:49.061Z
17612024-12-20T19:54:49.061Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17622024-12-20T19:54:49.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-12-20T19:54:49.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-12-20T19:54:49.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-12-20T19:54:49.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17662024-12-20T19:54:49.690Z
17672024-12-20T19:54:49.690Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17682024-12-20T19:54:50.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-12-20T19:54:50.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-12-20T19:54:50.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712024-12-20T19:54:50.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17722024-12-20T19:54:50.320Z
17732024-12-20T19:54:50.320Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17742024-12-20T19:54:50.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752024-12-20T19:54:50.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762024-12-20T19:54:50.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772024-12-20T19:54:50.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17782024-12-20T19:54:50.953Z
17792024-12-20T19:54:50.953Zinfo: running `cargo check --bins` on oxlog (28/176)
17802024-12-20T19:54:51.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812024-12-20T19:54:51.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822024-12-20T19:54:51.574Z Checking cfg-if v1.0.0
17832024-12-20T19:54:51.577Z Checking libc v0.2.162
17842024-12-20T19:54:51.681Z Checking serde v1.0.215
17852024-12-20T19:54:51.684Z Checking zeroize v1.8.1
17862024-12-20T19:54:51.694Z Checking memchr v2.7.4
17872024-12-20T19:54:51.697Z Checking typenum v1.17.0
17882024-12-20T19:54:51.716Z Checking scopeguard v1.2.0
17892024-12-20T19:54:51.729Z Checking subtle v2.6.1
17902024-12-20T19:54:51.741Z Checking value-bag v1.9.0
17912024-12-20T19:54:51.847Z Checking lock_api v0.4.12
17922024-12-20T19:54:51.969Z Checking smallvec v1.13.2
17932024-12-20T19:54:52.122Z Checking log v0.4.22
17942024-12-20T19:54:52.276Z Checking itoa v1.0.11
17952024-12-20T19:54:52.295Z Checking const-oid v0.9.6
17962024-12-20T19:54:52.481Z Checking pin-project-lite v0.2.14
17972024-12-20T19:54:52.550Z Checking byteorder v1.5.0
17982024-12-20T19:54:52.572Z Checking futures-core v0.3.31
17992024-12-20T19:54:52.587Z Checking once_cell v1.20.2
18002024-12-20T19:54:52.731Z Checking cpufeatures v0.2.14
18012024-12-20T19:54:52.750Z Checking getrandom v0.2.15
18022024-12-20T19:54:52.807Z Checking parking_lot_core v0.9.10
18032024-12-20T19:54:52.875Z Checking signal-hook-registry v1.4.2
18042024-12-20T19:54:52.921Z Checking rand_core v0.6.4
18052024-12-20T19:54:52.947Z Checking mio v1.0.2
18062024-12-20T19:54:52.988Z Checking futures-sink v0.3.31
18072024-12-20T19:54:53.111Z Checking stable_deref_trait v1.2.0
18082024-12-20T19:54:53.177Z Checking parking_lot v0.12.3
18092024-12-20T19:54:53.177Z Checking socket2 v0.5.7
18102024-12-20T19:54:53.260Z Checking spin v0.9.8
18112024-12-20T19:54:53.260Z Checking zerocopy v0.7.35
18122024-12-20T19:54:53.502Z Checking zerofrom v0.1.4
18132024-12-20T19:54:53.583Z Checking slab v0.4.9
18142024-12-20T19:54:53.583Z Checking futures-channel v0.3.31
18152024-12-20T19:54:53.705Z Checking equivalent v1.0.1
18162024-12-20T19:54:53.844Z Checking yoke v0.7.4
18172024-12-20T19:54:53.844Z Checking foldhash v0.1.3
18182024-12-20T19:54:53.844Z Checking allocator-api2 v0.2.18
18192024-12-20T19:54:53.922Z Checking futures-task v0.3.31
18202024-12-20T19:54:53.922Z Checking futures-io v0.3.31
18212024-12-20T19:54:53.970Z Checking pin-utils v0.1.0
18222024-12-20T19:54:53.992Z Checking zerovec v0.10.4
18232024-12-20T19:54:54.021Z Checking ryu v1.0.18
18242024-12-20T19:54:54.037Z Checking tinyvec_macros v0.1.1
18252024-12-20T19:54:54.105Z Checking futures-util v0.3.31
18262024-12-20T19:54:54.139Z Checking tinyvec v1.8.0
18272024-12-20T19:54:54.212Z Checking fnv v1.0.7
18282024-12-20T19:54:54.316Z Checking hashbrown v0.15.1
18292024-12-20T19:54:54.329Z Checking libm v0.2.8
18302024-12-20T19:54:54.562Z Checking unicode-bidi v0.3.17
18312024-12-20T19:54:55.215Z Checking base64ct v1.6.0
18322024-12-20T19:54:55.229Z Checking writeable v0.5.5
18332024-12-20T19:54:55.358Z Checking litemap v0.7.3
18342024-12-20T19:54:55.374Z Checking unicode-normalization v0.1.24
18352024-12-20T19:54:55.518Z Checking num-traits v0.2.19
18362024-12-20T19:54:55.555Z Checking tinystr v0.7.6
18372024-12-20T19:54:55.608Z Checking pem-rfc7468 v0.7.0
18382024-12-20T19:54:55.697Z Checking ppv-lite86 v0.2.20
18392024-12-20T19:54:55.852Z Checking generic-array v0.14.7
18402024-12-20T19:54:55.885Z Checking icu_locid v1.5.0
18412024-12-20T19:54:55.897Z Checking flagset v0.4.6
18422024-12-20T19:54:55.916Z Checking bytes v1.8.0
18432024-12-20T19:54:56.086Z Checking indexmap v2.6.0
18442024-12-20T19:54:56.256Z Checking serde_json v1.0.132
18452024-12-20T19:54:56.427Z Checking rand_chacha v0.3.1
18462024-12-20T19:54:56.711Z Checking tokio v1.40.0
18472024-12-20T19:54:56.820Z Checking http v1.1.0
18482024-12-20T19:54:56.891Z Checking icu_provider v1.5.0
18492024-12-20T19:54:57.056Z Checking crypto-common v0.1.6
18502024-12-20T19:54:57.113Z Checking block-buffer v0.10.4
18512024-12-20T19:54:57.234Z Checking block-padding v0.3.3
18522024-12-20T19:54:57.338Z Checking digest v0.10.7
18532024-12-20T19:54:57.374Z Checking der v0.7.9
18542024-12-20T19:54:57.438Z Checking inout v0.1.3
18552024-12-20T19:54:57.531Z Checking bitflags v2.6.0
18562024-12-20T19:54:57.656Z Checking cipher v0.4.4
18572024-12-20T19:54:57.710Z Checking hmac v0.12.1
18582024-12-20T19:54:57.814Z Checking sha2 v0.10.8
18592024-12-20T19:54:57.920Z Checking tracing-core v0.1.32
18602024-12-20T19:54:58.065Z Checking thiserror v1.0.69
18612024-12-20T19:54:58.078Z Checking rustls-pki-types v1.10.0
18622024-12-20T19:54:58.170Z Checking percent-encoding v2.3.1
18632024-12-20T19:54:58.191Z Checking icu_locid_transform_data v1.5.0
18642024-12-20T19:54:58.295Z Checking icu_locid_transform v1.5.0
18652024-12-20T19:54:58.355Z Checking salsa20 v0.10.2
18662024-12-20T19:54:58.368Z Checking pbkdf2 v0.12.2
18672024-12-20T19:54:58.526Z Checking rand v0.8.5
18682024-12-20T19:54:58.560Z Checking icu_collections v1.5.0
18692024-12-20T19:54:58.574Z Checking tracing v0.1.40
18702024-12-20T19:54:58.621Z Checking aws-lc-sys v0.22.0
18712024-12-20T19:54:58.904Z Checking httparse v1.9.5
18722024-12-20T19:54:59.185Z Checking untrusted v0.7.1
18732024-12-20T19:54:59.226Z Checking untrusted v0.9.0
18742024-12-20T19:54:59.245Z Checking spki v0.7.3
18752024-12-20T19:54:59.299Z Checking icu_properties_data v1.5.0
18762024-12-20T19:54:59.317Z Checking powerfmt v0.2.0
18772024-12-20T19:54:59.339Z Checking mirai-annotations v1.12.0
18782024-12-20T19:54:59.371Z Checking ring v0.17.8
18792024-12-20T19:54:59.506Z Checking scrypt v0.11.0
18802024-12-20T19:54:59.528Z Checking cbc v0.1.2
18812024-12-20T19:54:59.545Z Checking icu_properties v1.5.1
18822024-12-20T19:54:59.568Z Checking deranged v0.3.11
18832024-12-20T19:54:59.717Z Checking aes v0.8.4
18842024-12-20T19:54:59.720Z Checking crossbeam-utils v0.8.20
18852024-12-20T19:54:59.863Z Checking write16 v1.0.0
18862024-12-20T19:54:59.984Z Checking utf16_iter v1.0.5
18872024-12-20T19:55:00.153Z Checking num-conv v0.1.0
18882024-12-20T19:55:00.407Z Checking atomic-waker v1.1.2
18892024-12-20T19:55:00.425Z Checking time-core v0.1.2
18902024-12-20T19:55:00.529Z Checking icu_normalizer_data v1.5.0
18912024-12-20T19:55:00.574Z Checking utf8_iter v1.0.4
18922024-12-20T19:55:00.602Z Checking num_threads v0.1.7
18932024-12-20T19:55:00.619Z Checking pkcs5 v0.7.1
18942024-12-20T19:55:00.712Z Checking form_urlencoded v1.2.1
18952024-12-20T19:55:00.760Z Checking http-body v1.0.1
18962024-12-20T19:55:00.915Z Checking try-lock v0.2.5
18972024-12-20T19:55:00.971Z Checking unicode-ident v1.0.13
18982024-12-20T19:55:01.038Z Checking want v0.3.1
18992024-12-20T19:55:01.105Z Checking pkcs8 v0.10.2
19002024-12-20T19:55:01.125Z Checking httpdate v1.0.3
19012024-12-20T19:55:01.176Z Checking aws-lc-rs v1.10.0
19022024-12-20T19:55:01.196Z Checking proc-macro2 v1.0.89
19032024-12-20T19:55:01.213Z Checking serde_spanned v0.6.8
19042024-12-20T19:55:01.286Z Checking time v0.3.36
19052024-12-20T19:55:01.342Z Checking toml_datetime v0.6.8
19062024-12-20T19:55:01.382Z Checking uuid v1.11.0
19072024-12-20T19:55:01.410Z Checking slog v2.7.0
19082024-12-20T19:55:01.630Z Checking scroll v0.12.0
19092024-12-20T19:55:01.881Z Checking foreign-types-shared v0.1.1
19102024-12-20T19:55:01.898Z Checking match_cfg v0.1.0
19112024-12-20T19:55:01.981Z Checking adler2 v2.0.0
19122024-12-20T19:55:01.995Z Checking tower-service v0.3.3
19132024-12-20T19:55:01.998Z Checking ucd-trie v0.1.7
19142024-12-20T19:55:02.103Z Checking plain v0.2.3
19152024-12-20T19:55:02.106Z Checking iana-time-zone v0.1.61
19162024-12-20T19:55:02.131Z Checking base64 v0.22.1
19172024-12-20T19:55:02.198Z Checking pest v2.7.14
19182024-12-20T19:55:02.238Z Checking goblin v0.8.2
19192024-12-20T19:55:02.256Z Checking chrono v0.4.38
19202024-12-20T19:55:02.597Z Checking miniz_oxide v0.8.0
19212024-12-20T19:55:02.802Z Checking icu_normalizer v1.5.0
19222024-12-20T19:55:03.014Z Checking rustls-webpki v0.102.8
19232024-12-20T19:55:03.296Z Checking foreign-types v0.3.2
19242024-12-20T19:55:03.401Z Checking hostname v0.3.1
19252024-12-20T19:55:03.531Z Checking quote v1.0.37
19262024-12-20T19:55:03.582Z Checking idna_adapter v1.2.0
19272024-12-20T19:55:03.760Z Checking idna v1.0.3
19282024-12-20T19:55:03.794Z Checking openssl-sys v0.9.103
19292024-12-20T19:55:03.859Z Checking errno v0.3.9
19302024-12-20T19:55:03.878Z Checking dirs-sys-next v0.1.2
19312024-12-20T19:55:04.029Z Checking aho-corasick v1.1.3
19322024-12-20T19:55:04.047Z Checking pretty-hex v0.4.1
19332024-12-20T19:55:04.208Z Checking siphasher v0.3.11
19342024-12-20T19:55:04.225Z Checking tokio-util v0.7.12
19352024-12-20T19:55:04.268Z Checking url v2.5.3
19362024-12-20T19:55:04.334Z Checking regex-syntax v0.8.5
19372024-12-20T19:55:04.486Z Checking data-encoding v2.6.0
19382024-12-20T19:55:04.667Z Checking dtrace-parser v0.2.0
19392024-12-20T19:55:05.076Z Checking openssl v0.10.66
19402024-12-20T19:55:05.103Z Checking h2 v0.4.6
19412024-12-20T19:55:05.137Z Checking dirs-next v2.0.0
19422024-12-20T19:55:05.137Z Checking rustix v0.38.37
19432024-12-20T19:55:05.168Z Checking syn v2.0.87
19442024-12-20T19:55:05.270Z Checking http-body-util v0.1.2
19452024-12-20T19:55:05.650Z Checking crossbeam-epoch v0.9.18
19462024-12-20T19:55:05.713Z Checking signature v2.2.0
19472024-12-20T19:55:05.899Z Checking sha1 v0.10.6
19482024-12-20T19:55:06.088Z Checking lazy_static v1.5.0
19492024-12-20T19:55:06.170Z Checking thread_local v1.1.8
19502024-12-20T19:55:06.209Z Checking thread-id v4.2.2
19512024-12-20T19:55:06.309Z Checking encoding_rs v0.8.34
19522024-12-20T19:55:06.429Z Checking openssl-probe v0.1.5
19532024-12-20T19:55:06.589Z Checking ipnet v2.10.1
19542024-12-20T19:55:07.028Z Checking mime v0.3.17
19552024-12-20T19:55:07.237Z Checking dof v0.3.0
19562024-12-20T19:55:07.347Z Checking anstyle v1.0.10
19572024-12-20T19:55:07.582Z Checking regex-automata v0.4.8
19582024-12-20T19:55:07.664Z Checking utf8parse v0.2.2
19592024-12-20T19:55:07.813Z Checking unicode-properties v0.1.3
19602024-12-20T19:55:07.888Z Checking winnow v0.6.20
19612024-12-20T19:55:08.171Z Checking gimli v0.31.1
19622024-12-20T19:55:08.544Z Checking stringprep v0.1.5
19632024-12-20T19:55:08.616Z Checking anstyle-parse v0.2.5
19642024-12-20T19:55:08.842Z Checking crossbeam-deque v0.8.5
19652024-12-20T19:55:08.891Z Checking term v0.7.0
19662024-12-20T19:55:09.190Z Checking rustls v0.22.4
19672024-12-20T19:55:09.365Z Checking rustls v0.23.19
19682024-12-20T19:55:10.409Z Checking native-tls v0.2.12
19692024-12-20T19:55:10.719Z Checking slog-json v2.6.1
19702024-12-20T19:55:10.958Z Checking toml_edit v0.22.22
19712024-12-20T19:55:10.961Z Checking serde_urlencoded v0.7.1
19722024-12-20T19:55:11.277Z Checking hyper v1.5.0
19732024-12-20T19:55:11.402Z Checking crossbeam-channel v0.5.13
19742024-12-20T19:55:11.700Z Checking usdt-impl v0.5.0
19752024-12-20T19:55:12.115Z Checking futures-executor v0.3.31
19762024-12-20T19:55:12.227Z Checking rustls-pemfile v2.2.0
19772024-12-20T19:55:12.278Z Checking md-5 v0.10.6
19782024-12-20T19:55:12.333Z Checking addr2line v0.24.2
19792024-12-20T19:55:12.336Z Checking num-integer v0.1.46
19802024-12-20T19:55:12.435Z Checking idna v0.3.0
19812024-12-20T19:55:12.481Z Checking idna v0.4.0
19822024-12-20T19:55:12.806Z Checking ff v0.13.0
19832024-12-20T19:55:12.840Z Checking hash32 v0.2.1
19842024-12-20T19:55:12.854Z Checking memmap v0.7.0
19852024-12-20T19:55:13.022Z Checking is-terminal v0.4.13
19862024-12-20T19:55:13.051Z Checking object v0.36.5
19872024-12-20T19:55:13.140Z Checking dyn-clone v1.0.17
19882024-12-20T19:55:13.140Z Checking anstyle-query v1.1.1
19892024-12-20T19:55:13.261Z Checking fallible-iterator v0.2.0
19902024-12-20T19:55:13.275Z Checking quick-error v1.2.3
19912024-12-20T19:55:13.279Z Checking is_terminal_polyfill v1.70.1
19922024-12-20T19:55:13.339Z Checking base16ct v0.2.0
19932024-12-20T19:55:13.373Z Checking hyper-util v0.1.10
19942024-12-20T19:55:13.420Z Checking linked-hash-map v0.5.6
19952024-12-20T19:55:13.468Z Checking colorchoice v1.0.2
19962024-12-20T19:55:13.501Z Checking utf-8 v0.7.6
19972024-12-20T19:55:13.532Z Checking take_mut v0.2.2
19982024-12-20T19:55:13.540Z Checking either v1.13.0
19992024-12-20T19:55:13.652Z Checking rustc-demangle v0.1.24
20002024-12-20T19:55:13.688Z Checking psl-types v2.0.11
20012024-12-20T19:55:13.706Z Checking lru-cache v0.1.2
20022024-12-20T19:55:13.872Z Checking postgres-protocol v0.6.7
20032024-12-20T19:55:13.887Z Checking publicsuffix v2.2.3
20042024-12-20T19:55:13.891Z Checking tungstenite v0.24.0
20052024-12-20T19:55:13.922Z Checking slog-async v2.8.0
20062024-12-20T19:55:14.068Z Checking anstream v0.6.15
20072024-12-20T19:55:14.119Z Checking sec1 v0.7.3
20082024-12-20T19:55:14.220Z Checking toml v0.8.19
20092024-12-20T19:55:14.419Z Checking resolv-conf v0.7.0
20102024-12-20T19:55:14.502Z Checking hickory-proto v0.24.1
20112024-12-20T19:55:14.531Z Checking schemars v0.8.21
20122024-12-20T19:55:14.770Z Checking slog-term v2.9.1
20132024-12-20T19:55:14.811Z Checking heapless v0.7.17
20142024-12-20T19:55:14.818Z Checking tokio-rustls v0.26.0
20152024-12-20T19:55:14.994Z Checking usdt v0.5.0
20162024-12-20T19:55:15.217Z Checking group v0.13.0
20172024-12-20T19:55:15.243Z Checking tokio-rustls v0.25.0
20182024-12-20T19:55:15.265Z Checking num-iter v0.1.45
20192024-12-20T19:55:15.400Z Checking futures v0.3.31
20202024-12-20T19:55:15.423Z Checking slog-bunyan v2.5.0
20212024-12-20T19:55:15.476Z Checking tokio-native-tls v0.3.1
20222024-12-20T19:55:15.512Z Checking rayon-core v1.12.1
20232024-12-20T19:55:15.577Z Checking terminal_size v0.4.0
20242024-12-20T19:55:15.609Z Checking multer v3.1.0
20252024-12-20T19:55:15.725Z Checking phf_shared v0.11.2
20262024-12-20T19:55:15.741Z Checking cookie v0.18.1
20272024-12-20T19:55:15.842Z Checking async-stream v0.3.6
20282024-12-20T19:55:15.997Z Checking bzip2-sys v0.1.11+1.0.8
20292024-12-20T19:55:16.013Z Checking signal-hook v0.3.17
20302024-12-20T19:55:16.029Z Checking camino v1.1.9
20312024-12-20T19:55:16.096Z Checking waitgroup v0.1.2
20322024-12-20T19:55:16.112Z Checking webpki-roots v0.26.6
20332024-12-20T19:55:16.176Z Checking openapiv3 v2.0.0
20342024-12-20T19:55:16.193Z Checking hkdf v0.12.4
20352024-12-20T19:55:16.230Z Checking crypto-bigint v0.5.5
20362024-12-20T19:55:16.316Z Checking idna v0.5.0
20372024-12-20T19:55:16.339Z Checking serde_path_to_error v0.1.16
20382024-12-20T19:55:16.395Z Checking hostname v0.4.0
20392024-12-20T19:55:16.531Z Checking crc32fast v1.4.2
20402024-12-20T19:55:16.570Z Checking winnow v0.5.40
20412024-12-20T19:55:16.742Z Checking managed v0.8.0
20422024-12-20T19:55:16.984Z Checking unicode-width v0.1.14
20432024-12-20T19:55:17.099Z Checking clap_lex v0.7.2
20442024-12-20T19:55:17.157Z Checking strsim v0.11.1
20452024-12-20T19:55:17.353Z Checking debug-ignore v1.0.5
20462024-12-20T19:55:17.448Z Checking bitflags v1.3.2
20472024-12-20T19:55:17.466Z Checking console v0.15.8
20482024-12-20T19:55:17.477Z Checking clap_builder v4.5.21
20492024-12-20T19:55:17.537Z Checking smoltcp v0.9.1
20502024-12-20T19:55:18.054Z Checking cookie_store v0.21.0
20512024-12-20T19:55:18.748Z Checking flate2 v1.0.34
20522024-12-20T19:55:19.043Z Checking signal-hook-mio v0.2.4
20532024-12-20T19:55:19.191Z Checking hyper-rustls v0.27.3
20542024-12-20T19:55:19.208Z Checking hickory-resolver v0.24.1
20552024-12-20T19:55:19.277Z Checking elliptic-curve v0.13.8
20562024-12-20T19:55:19.384Z Checking rayon v1.10.0
20572024-12-20T19:55:19.492Z Checking backtrace v0.3.74
20582024-12-20T19:55:19.507Z Checking bzip2 v0.4.4
20592024-12-20T19:55:19.591Z Checking toml_edit v0.19.15
20602024-12-20T19:55:19.606Z Checking dropshot v0.12.0
20612024-12-20T19:55:19.788Z Checking phf v0.11.2
20622024-12-20T19:55:19.903Z Checking hyper-tls v0.6.0
20632024-12-20T19:55:20.055Z Checking anyhow v1.0.93
20642024-12-20T19:55:20.071Z Checking num-bigint-dig v0.8.4
20652024-12-20T19:55:20.185Z Checking tokio-tungstenite v0.24.0
20662024-12-20T19:55:20.441Z Checking postgres-types v0.2.8
20672024-12-20T19:55:20.559Z Checking bstr v1.10.0
20682024-12-20T19:55:20.618Z Checking regex v1.11.1
20692024-12-20T19:55:20.763Z Checking ed25519 v2.2.3
20702024-12-20T19:55:21.072Z Checking tokio-stream v0.1.16
20712024-12-20T19:55:21.173Z Checking phf_shared v0.10.0
20722024-12-20T19:55:21.247Z Checking curve25519-dalek v4.1.3
20732024-12-20T19:55:21.450Z Checking zerocopy v0.6.6
20742024-12-20T19:55:21.480Z Checking pkcs1 v0.7.5
20752024-12-20T19:55:21.885Z Checking hubpack v0.1.2
20762024-12-20T19:55:21.916Z Checking portable-atomic v1.9.0
20772024-12-20T19:55:22.047Z Checking rfc6979 v0.4.0
20782024-12-20T19:55:22.207Z Checking float-cmp v0.9.0
20792024-12-20T19:55:22.210Z Checking serde-big-array v0.5.1
20802024-12-20T19:55:22.210Z Checking sync_wrapper v1.0.1
20812024-12-20T19:55:22.246Z Checking static_assertions v1.1.0
20822024-12-20T19:55:22.337Z Checking fixedbitset v0.4.2
20832024-12-20T19:55:22.372Z Checking unicode-width v0.2.0
20842024-12-20T19:55:22.388Z Checking predicates-core v1.0.8
20852024-12-20T19:55:22.426Z Checking number_prefix v0.4.0
20862024-12-20T19:55:22.571Z Checking new_debug_unreachable v1.0.6
20872024-12-20T19:55:22.596Z Checking whoami v1.5.2
20882024-12-20T19:55:22.615Z Checking bit-vec v0.6.3
20892024-12-20T19:55:22.656Z Checking difflib v0.4.0
20902024-12-20T19:55:22.842Z Checking precomputed-hash v0.1.1
20912024-12-20T19:55:22.893Z Checking minimal-lexical v0.2.1
20922024-12-20T19:55:22.929Z Checking unicode-segmentation v1.12.0
20932024-12-20T19:55:22.932Z Checking normalize-line-endings v0.3.0
20942024-12-20T19:55:22.959Z Checking string_cache v0.8.7
20952024-12-20T19:55:22.973Z Checking bit-set v0.5.3
20962024-12-20T19:55:23.049Z Checking predicates v3.1.2
20972024-12-20T19:55:23.132Z Checking ed25519-dalek v2.1.1
20982024-12-20T19:55:23.199Z Checking indicatif v0.17.9
20992024-12-20T19:55:23.215Z Checking tokio-postgres v0.7.12
21002024-12-20T19:55:23.229Z Checking petgraph v0.6.5
21012024-12-20T19:55:23.245Z Checking qorb v0.2.1
21022024-12-20T19:55:23.258Z Checking nom v7.1.3
21032024-12-20T19:55:23.529Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21042024-12-20T19:55:23.593Z Checking similar v2.6.0
21052024-12-20T19:55:23.697Z Checking reqwest v0.12.9
21062024-12-20T19:55:23.983Z Checking rsa v0.9.6
21072024-12-20T19:55:24.496Z Checking ecdsa v0.16.9
21082024-12-20T19:55:25.022Z Checking toml v0.7.8
21092024-12-20T19:55:25.236Z Checking clap v4.5.21
21102024-12-20T19:55:25.356Z Checking zip v0.6.6
21112024-12-20T19:55:25.593Z Checking crossterm v0.28.1
21122024-12-20T19:55:25.726Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21132024-12-20T19:55:25.754Z Checking itertools v0.10.5
21142024-12-20T19:55:25.804Z Checking fs-err v2.11.0
21152024-12-20T19:55:26.060Z Checking ahash v0.8.11
21162024-12-20T19:55:26.093Z Checking x509-cert v0.2.5
21172024-12-20T19:55:26.355Z Checking semver v1.0.23
21182024-12-20T19:55:26.383Z Checking hex v0.4.3
21192024-12-20T19:55:26.594Z Checking lalrpop-util v0.19.12
21202024-12-20T19:55:26.679Z Checking heck v0.4.1
21212024-12-20T19:55:26.741Z Checking peg-runtime v0.8.3
21222024-12-20T19:55:26.873Z Checking sigpipe v0.1.3
21232024-12-20T19:55:28.311Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21242024-12-20T19:55:28.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.65s
21252024-12-20T19:55:28.772Z
21262024-12-20T19:55:28.772Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21272024-12-20T19:55:29.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-12-20T19:55:29.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-12-20T19:55:29.441Z Compiling hashbrown v0.14.5
21302024-12-20T19:55:29.561Z Checking heck v0.5.0
21312024-12-20T19:55:29.574Z Compiling unsafe-libyaml v0.2.11
21322024-12-20T19:55:29.589Z Compiling ident_case v1.0.1
21332024-12-20T19:55:29.601Z Checking progenitor-client v0.8.0
21342024-12-20T19:55:29.616Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21352024-12-20T19:55:29.632Z Compiling proc-macro-crate v1.3.1
21362024-12-20T19:55:29.709Z Compiling darling_core v0.20.10
21372024-12-20T19:55:29.753Z Checking ipnetwork v0.20.0
21382024-12-20T19:55:29.950Z Compiling structmeta-derive v0.3.0
21392024-12-20T19:55:29.969Z Compiling newtype-uuid v1.1.3
21402024-12-20T19:55:30.124Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21412024-12-20T19:55:30.287Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21422024-12-20T19:55:30.424Z Compiling lzma-sys v0.1.20
21432024-12-20T19:55:30.635Z Compiling foreign-types-macros v0.2.3
21442024-12-20T19:55:30.693Z Checking regress v0.10.1
21452024-12-20T19:55:30.804Z Compiling num_enum_derive v0.5.11
21462024-12-20T19:55:31.186Z Compiling serde_yaml v0.9.34+deprecated
21472024-12-20T19:55:31.478Z Compiling dropshot v0.13.0
21482024-12-20T19:55:31.767Z Checking arc-swap v1.7.1
21492024-12-20T19:55:31.905Z Checking foreign-types-shared v0.3.1
21502024-12-20T19:55:32.024Z Checking foreign-types v0.5.0
21512024-12-20T19:55:32.193Z Checking slog-scope v4.4.0
21522024-12-20T19:55:32.248Z Compiling proc-macro-error v1.0.4
21532024-12-20T19:55:32.875Z Compiling structmeta v0.3.0
21542024-12-20T19:55:32.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21552024-12-20T19:55:32.940Z Checking tungstenite v0.21.0
21562024-12-20T19:55:33.034Z Compiling heck v0.3.3
21572024-12-20T19:55:33.299Z Checking num_enum v0.5.11
21582024-12-20T19:55:33.315Z Compiling parse-display-derive v0.10.0
21592024-12-20T19:55:33.451Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21602024-12-20T19:55:33.468Z Compiling dropshot_endpoint v0.13.0
21612024-12-20T19:55:33.894Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21622024-12-20T19:55:34.323Z Checking typify-impl v0.2.0
21632024-12-20T19:55:34.338Z Checking cstr-argument v0.1.2
21642024-12-20T19:55:34.664Z Checking instant v0.1.13
21652024-12-20T19:55:34.779Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21662024-12-20T19:55:35.062Z Checking pretty-hex v0.2.1
21672024-12-20T19:55:35.225Z Checking fastrand v2.1.1
21682024-12-20T19:55:35.414Z Checking base64 v0.21.7
21692024-12-20T19:55:35.551Z Checking tempfile v3.13.0
21702024-12-20T19:55:35.803Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21712024-12-20T19:55:35.911Z Checking backoff v0.4.0
21722024-12-20T19:55:35.927Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732024-12-20T19:55:36.055Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21742024-12-20T19:55:36.071Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21752024-12-20T19:55:36.208Z Checking tokio-tungstenite v0.21.0
21762024-12-20T19:55:36.224Z Compiling zone_cfg_derive v0.1.2
21772024-12-20T19:55:36.367Z Checking strum v0.26.3
21782024-12-20T19:55:36.524Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21792024-12-20T19:55:36.710Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21802024-12-20T19:55:36.791Z Checking slog-stdlog v4.1.1
21812024-12-20T19:55:36.849Z Compiling darling_macro v0.20.10
21822024-12-20T19:55:36.953Z Checking regress v0.9.1
21832024-12-20T19:55:37.099Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21842024-12-20T19:55:37.256Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21852024-12-20T19:55:37.277Z Checking colored v2.1.0
21862024-12-20T19:55:37.524Z Checking macaddr v1.0.1
21872024-12-20T19:55:37.569Z Checking base64 v0.13.1
21882024-12-20T19:55:37.680Z Checking zone v0.1.8
21892024-12-20T19:55:37.756Z Compiling darling v0.20.10
21902024-12-20T19:55:37.881Z Compiling serde_with_macros v3.11.0
21912024-12-20T19:55:37.950Z Checking ron v0.7.1
21922024-12-20T19:55:38.035Z Checking parse-display v0.10.0
21932024-12-20T19:55:38.268Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21942024-12-20T19:55:38.354Z Checking xz2 v0.1.7
21952024-12-20T19:55:38.659Z Checking slog-envlogger v2.2.0
21962024-12-20T19:55:38.716Z Checking tabwriter v1.4.0
21972024-12-20T19:55:38.916Z Checking xattr v1.3.1
21982024-12-20T19:55:38.992Z Checking pem v3.0.4
21992024-12-20T19:55:39.117Z Checking yasna v0.5.2
22002024-12-20T19:55:39.148Z Checking headers-core v0.3.0
22012024-12-20T19:55:39.255Z Checking smf v0.2.3
22022024-12-20T19:55:39.285Z Checking filetime v0.2.25
22032024-12-20T19:55:39.500Z Checking same-file v1.0.6
22042024-12-20T19:55:39.670Z Checking walkdir v2.5.0
22052024-12-20T19:55:39.728Z Checking tar v0.4.42
22062024-12-20T19:55:39.796Z Checking headers v0.4.0
22072024-12-20T19:55:39.941Z Checking atomicwrites v0.4.4
22082024-12-20T19:55:39.983Z Checking rcgen v0.12.1
22092024-12-20T19:55:40.124Z Checking camino-tempfile v1.1.1
22102024-12-20T19:55:40.404Z Checking subprocess v0.2.9
22112024-12-20T19:55:40.828Z Checking serde_with v3.11.0
22122024-12-20T19:55:44.569Z Compiling typify-macro v0.2.0
22132024-12-20T19:55:46.423Z Compiling typify v0.2.0
22142024-12-20T19:55:46.490Z Compiling progenitor-impl v0.8.0
22152024-12-20T19:55:49.749Z Compiling progenitor-macro v0.8.0
22162024-12-20T19:55:54.546Z Checking progenitor v0.8.0
22172024-12-20T19:55:54.697Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22182024-12-20T19:55:54.697Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22192024-12-20T19:55:57.374Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22202024-12-20T19:55:57.700Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22212024-12-20T19:56:04.062Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22222024-12-20T19:56:05.643Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-12-20T19:56:06.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.13s
22242024-12-20T19:56:07.091Z
22252024-12-20T19:56:07.092Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22262024-12-20T19:56:07.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272024-12-20T19:56:07.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282024-12-20T19:56:07.747Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22292024-12-20T19:56:09.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
22302024-12-20T19:56:09.341Z
22312024-12-20T19:56:09.341Zinfo: running `cargo check --bins` on nexus-config (31/176)
22322024-12-20T19:56:09.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332024-12-20T19:56:09.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342024-12-20T19:56:09.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352024-12-20T19:56:09.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22362024-12-20T19:56:09.966Z
22372024-12-20T19:56:09.966Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22382024-12-20T19:56:10.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-12-20T19:56:10.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-12-20T19:56:10.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-12-20T19:56:10.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22422024-12-20T19:56:10.566Z
22432024-12-20T19:56:10.567Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22442024-12-20T19:56:11.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-12-20T19:56:11.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-12-20T19:56:11.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-12-20T19:56:11.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22482024-12-20T19:56:11.192Z
22492024-12-20T19:56:11.192Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22502024-12-20T19:56:11.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-12-20T19:56:11.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-12-20T19:56:11.871Z Compiling zerocopy v0.8.10
22532024-12-20T19:56:11.871Z Compiling progenitor-client v0.8.0
22542024-12-20T19:56:11.871Z Compiling itertools v0.13.0
22552024-12-20T19:56:11.873Z Compiling zerocopy-derive v0.8.10
22562024-12-20T19:56:11.874Z Compiling heapless v0.8.0
22572024-12-20T19:56:11.874Z Compiling newtype-uuid v1.1.3
22582024-12-20T19:56:11.874Z Compiling ipnetwork v0.20.0
22592024-12-20T19:56:11.874Z Checking hash32 v0.3.1
22602024-12-20T19:56:12.272Z Compiling instant v0.1.13
22612024-12-20T19:56:12.396Z Compiling progenitor v0.8.0
22622024-12-20T19:56:12.445Z Compiling smoltcp v0.11.0
22632024-12-20T19:56:12.668Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22642024-12-20T19:56:12.774Z Compiling backoff v0.4.0
22652024-12-20T19:56:12.827Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22662024-12-20T19:56:12.873Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672024-12-20T19:56:13.121Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22682024-12-20T19:56:13.137Z Compiling dropshot v0.13.0
22692024-12-20T19:56:13.231Z Compiling parse-display v0.10.0
22702024-12-20T19:56:13.293Z Compiling serde_with v3.11.0
22712024-12-20T19:56:13.619Z Checking num-rational v0.4.2
22722024-12-20T19:56:13.738Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732024-12-20T19:56:13.935Z Compiling regress v0.9.1
22742024-12-20T19:56:14.302Z Compiling phf_generator v0.11.2
22752024-12-20T19:56:14.473Z Checking num-complex v0.4.6
22762024-12-20T19:56:15.130Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22772024-12-20T19:56:15.769Z Compiling macaddr v1.0.1
22782024-12-20T19:56:16.231Z Checking cobs v0.2.3
22792024-12-20T19:56:16.379Z Compiling num v0.4.3
22802024-12-20T19:56:16.419Z Checking postcard v1.0.10
22812024-12-20T19:56:16.588Z Compiling phf_codegen v0.11.2
22822024-12-20T19:56:16.986Z Compiling parse-zoneinfo v0.3.1
22832024-12-20T19:56:17.404Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22842024-12-20T19:56:17.686Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22852024-12-20T19:56:17.839Z Checking float-ord v0.3.2
22862024-12-20T19:56:18.071Z Compiling convert_case v0.4.0
22872024-12-20T19:56:18.157Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22882024-12-20T19:56:18.999Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22892024-12-20T19:56:19.090Z Compiling derive_more v0.99.18
22902024-12-20T19:56:19.242Z Compiling chrono-tz-build v0.4.0
22912024-12-20T19:56:19.910Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22922024-12-20T19:56:20.734Z Compiling thiserror v2.0.3
22932024-12-20T19:56:20.831Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22942024-12-20T19:56:20.996Z Compiling crucible-workspace-hack v0.1.0
22952024-12-20T19:56:21.132Z Compiling chrono-tz v0.10.0
22962024-12-20T19:56:21.302Z Checking newline-converter v0.3.0
22972024-12-20T19:56:21.694Z Checking prettyplease v0.2.25
22982024-12-20T19:56:21.795Z Compiling thiserror-impl v2.0.3
22992024-12-20T19:56:22.284Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23002024-12-20T19:56:22.471Z Compiling slog-dtrace v0.3.0
23012024-12-20T19:56:22.629Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23022024-12-20T19:56:22.720Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23032024-12-20T19:56:23.081Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23042024-12-20T19:56:23.783Z Checking expectorate v1.1.0
23052024-12-20T19:56:23.952Z Compiling zone_cfg_derive v0.3.0
23062024-12-20T19:56:24.087Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23072024-12-20T19:56:24.183Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23082024-12-20T19:56:24.466Z Compiling const_format_proc_macros v0.2.33
23092024-12-20T19:56:24.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23102024-12-20T19:56:25.342Z Compiling num-derive v0.4.2
23112024-12-20T19:56:25.373Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23122024-12-20T19:56:25.489Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23132024-12-20T19:56:25.772Z Checking highway v1.2.0
23142024-12-20T19:56:25.855Z Checking zone v0.3.0
23152024-12-20T19:56:26.035Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23162024-12-20T19:56:26.187Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23172024-12-20T19:56:26.646Z Checking const_format v0.2.33
23182024-12-20T19:56:26.740Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23192024-12-20T19:56:27.024Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23202024-12-20T19:56:27.042Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23212024-12-20T19:56:27.113Z Checking gethostname v0.5.0
23222024-12-20T19:56:27.238Z Checking bcs v0.1.6
23232024-12-20T19:56:27.644Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23242024-12-20T19:56:27.699Z Compiling async-recursion v1.1.1
23252024-12-20T19:56:28.478Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23262024-12-20T19:56:29.248Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23272024-12-20T19:56:34.916Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23282024-12-20T19:56:38.201Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23292024-12-20T19:56:40.819Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23302024-12-20T19:56:42.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.82s
23312024-12-20T19:56:42.191Z
23322024-12-20T19:56:42.191Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23332024-12-20T19:56:42.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-12-20T19:56:42.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-12-20T19:56:42.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23362024-12-20T19:56:42.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23372024-12-20T19:56:42.828Z
23382024-12-20T19:56:42.828Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23392024-12-20T19:56:43.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23402024-12-20T19:56:43.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23412024-12-20T19:56:43.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23422024-12-20T19:56:43.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23432024-12-20T19:56:43.456Z
23442024-12-20T19:56:43.456Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23452024-12-20T19:56:44.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23462024-12-20T19:56:44.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23472024-12-20T19:56:44.114Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23482024-12-20T19:56:44.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23492024-12-20T19:56:44.907Z
23502024-12-20T19:56:44.907Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23512024-12-20T19:56:45.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-12-20T19:56:45.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-12-20T19:56:45.566Z Compiling cfg_aliases v0.1.1
23542024-12-20T19:56:45.569Z Compiling vte_generate_state_changes v0.1.2
23552024-12-20T19:56:45.569Z Checking fd-lock v4.0.2
23562024-12-20T19:56:45.569Z Checking nibble_vec v0.1.0
23572024-12-20T19:56:45.670Z Checking bytecount v0.6.8
23582024-12-20T19:56:45.673Z Checking endian-type v0.1.2
23592024-12-20T19:56:45.692Z Compiling tabled_derive v0.7.0
23602024-12-20T19:56:45.700Z Checking itertools v0.12.1
23612024-12-20T19:56:45.745Z Compiling nix v0.28.0
23622024-12-20T19:56:45.801Z Checking papergrid v0.11.0
23632024-12-20T19:56:45.821Z Compiling peg-macros v0.8.4
23642024-12-20T19:56:45.836Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23652024-12-20T19:56:45.892Z Checking radix_trie v0.2.1
23662024-12-20T19:56:46.298Z Compiling sqlparser_derive v0.2.2
23672024-12-20T19:56:46.317Z Checking vte v0.11.1
23682024-12-20T19:56:46.997Z Checking unicode_categories v0.1.1
23692024-12-20T19:56:47.286Z Checking home v0.5.9
23702024-12-20T19:56:47.308Z Checking nu-ansi-term v0.50.1
23712024-12-20T19:56:47.404Z Checking sqlparser v0.45.0
23722024-12-20T19:56:47.433Z Checking sqlformat v0.2.6
23732024-12-20T19:56:47.632Z Checking strip-ansi-escapes v0.2.0
23742024-12-20T19:56:47.751Z Checking display-error-chain v0.2.2
23752024-12-20T19:56:48.195Z Checking tabled v0.15.0
23762024-12-20T19:56:48.260Z Checking reedline v0.35.0
23772024-12-20T19:56:48.921Z Checking peg v0.8.4
23782024-12-20T19:56:48.971Z Checking rustyline v14.0.0
23792024-12-20T19:56:57.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.04s
23802024-12-20T19:56:58.126Z
23812024-12-20T19:56:58.126Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23822024-12-20T19:56:58.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832024-12-20T19:56:58.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842024-12-20T19:56:58.789Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23852024-12-20T19:57:03.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
23862024-12-20T19:57:03.973Z
23872024-12-20T19:57:03.973Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
23882024-12-20T19:57:04.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892024-12-20T19:57:04.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902024-12-20T19:57:04.640Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23912024-12-20T19:57:08.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
23922024-12-20T19:57:08.524Z
23932024-12-20T19:57:08.525Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
23942024-12-20T19:57:09.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952024-12-20T19:57:09.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962024-12-20T19:57:09.191Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23972024-12-20T19:57:13.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
23982024-12-20T19:57:14.101Z
23992024-12-20T19:57:14.101Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24002024-12-20T19:57:14.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012024-12-20T19:57:14.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022024-12-20T19:57:14.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24032024-12-20T19:57:19.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
24042024-12-20T19:57:19.702Z
24052024-12-20T19:57:19.702Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24062024-12-20T19:57:20.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24072024-12-20T19:57:20.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24082024-12-20T19:57:20.364Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24092024-12-20T19:57:24.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
24102024-12-20T19:57:24.516Z
24112024-12-20T19:57:24.517Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24122024-12-20T19:57:25.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24132024-12-20T19:57:25.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24142024-12-20T19:57:25.183Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24152024-12-20T19:57:29.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
24162024-12-20T19:57:29.332Z
24172024-12-20T19:57:29.332Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24182024-12-20T19:57:29.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24192024-12-20T19:57:29.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24202024-12-20T19:57:30.002Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24212024-12-20T19:57:34.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
24222024-12-20T19:57:35.141Z
24232024-12-20T19:57:35.141Zinfo: running `cargo check --bins` on oximeter (46/176)
24242024-12-20T19:57:35.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24252024-12-20T19:57:35.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24262024-12-20T19:57:35.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24272024-12-20T19:57:35.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24282024-12-20T19:57:35.775Z
24292024-12-20T19:57:35.775Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24302024-12-20T19:57:36.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312024-12-20T19:57:36.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322024-12-20T19:57:36.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24332024-12-20T19:57:36.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24342024-12-20T19:57:36.382Z
24352024-12-20T19:57:36.382Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24362024-12-20T19:57:36.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372024-12-20T19:57:36.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382024-12-20T19:57:37.023Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392024-12-20T19:57:37.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
24402024-12-20T19:57:37.627Z
24412024-12-20T19:57:37.627Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24422024-12-20T19:57:38.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432024-12-20T19:57:38.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442024-12-20T19:57:38.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452024-12-20T19:57:38.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24462024-12-20T19:57:38.257Z
24472024-12-20T19:57:38.257Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24482024-12-20T19:57:38.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492024-12-20T19:57:38.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502024-12-20T19:57:38.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512024-12-20T19:57:38.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24522024-12-20T19:57:38.890Z
24532024-12-20T19:57:38.890Zinfo: running `cargo check --bins` on oxql-types (51/176)
24542024-12-20T19:57:39.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552024-12-20T19:57:39.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562024-12-20T19:57:39.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24572024-12-20T19:57:39.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24582024-12-20T19:57:39.525Z
24592024-12-20T19:57:39.525Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24602024-12-20T19:57:40.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24612024-12-20T19:57:40.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24622024-12-20T19:57:40.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24632024-12-20T19:57:40.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24642024-12-20T19:57:40.183Z
24652024-12-20T19:57:40.183Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24662024-12-20T19:57:40.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24672024-12-20T19:57:40.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24682024-12-20T19:57:40.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24692024-12-20T19:57:40.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24702024-12-20T19:57:40.817Z
24712024-12-20T19:57:40.817Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24722024-12-20T19:57:41.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24732024-12-20T19:57:41.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24742024-12-20T19:57:41.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24752024-12-20T19:57:41.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24762024-12-20T19:57:41.462Z
24772024-12-20T19:57:41.462Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24782024-12-20T19:57:42.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792024-12-20T19:57:42.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802024-12-20T19:57:42.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812024-12-20T19:57:42.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24822024-12-20T19:57:42.096Z
24832024-12-20T19:57:42.096Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
24842024-12-20T19:57:42.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852024-12-20T19:57:42.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862024-12-20T19:57:42.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872024-12-20T19:57:42.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24882024-12-20T19:57:42.730Z
24892024-12-20T19:57:42.730Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
24902024-12-20T19:57:43.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912024-12-20T19:57:43.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922024-12-20T19:57:43.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24932024-12-20T19:57:43.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24942024-12-20T19:57:43.364Z
24952024-12-20T19:57:43.364Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
24962024-12-20T19:57:43.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972024-12-20T19:57:43.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982024-12-20T19:57:43.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24992024-12-20T19:57:43.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25002024-12-20T19:57:43.982Z
25012024-12-20T19:57:43.982Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25022024-12-20T19:57:44.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25032024-12-20T19:57:44.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25042024-12-20T19:57:44.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25052024-12-20T19:57:44.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25062024-12-20T19:57:44.619Z
25072024-12-20T19:57:44.619Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25082024-12-20T19:57:45.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25092024-12-20T19:57:45.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25102024-12-20T19:57:45.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25112024-12-20T19:57:45.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25122024-12-20T19:57:45.240Z
25132024-12-20T19:57:45.240Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25142024-12-20T19:57:45.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25152024-12-20T19:57:45.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25162024-12-20T19:57:45.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25172024-12-20T19:57:45.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25182024-12-20T19:57:45.859Z
25192024-12-20T19:57:45.859Zinfo: running `cargo check --bins` on dpd-client (62/176)
25202024-12-20T19:57:46.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25212024-12-20T19:57:46.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25222024-12-20T19:57:46.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25232024-12-20T19:57:46.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25242024-12-20T19:57:46.473Z
25252024-12-20T19:57:46.474Zinfo: running `cargo check --bins` on gateway-client (63/176)
25262024-12-20T19:57:47.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272024-12-20T19:57:47.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282024-12-20T19:57:47.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25292024-12-20T19:57:47.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25302024-12-20T19:57:47.082Z
25312024-12-20T19:57:47.082Zinfo: running `cargo check --bins` on installinator-client (64/176)
25322024-12-20T19:57:47.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332024-12-20T19:57:47.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342024-12-20T19:57:47.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25352024-12-20T19:57:47.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25362024-12-20T19:57:47.718Z
25372024-12-20T19:57:47.718Zinfo: running `cargo check --bins` on installinator-common (65/176)
25382024-12-20T19:57:48.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392024-12-20T19:57:48.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402024-12-20T19:57:48.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25412024-12-20T19:57:48.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25422024-12-20T19:57:48.357Z
25432024-12-20T19:57:48.357Zinfo: running `cargo check --bins` on update-engine (66/176)
25442024-12-20T19:57:48.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452024-12-20T19:57:48.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462024-12-20T19:57:48.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25472024-12-20T19:57:48.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25482024-12-20T19:57:48.974Z
25492024-12-20T19:57:48.975Zinfo: running `cargo check --bins` on nexus-client (67/176)
25502024-12-20T19:57:49.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512024-12-20T19:57:49.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522024-12-20T19:57:49.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25532024-12-20T19:57:49.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25542024-12-20T19:57:49.622Z
25552024-12-20T19:57:49.622Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25562024-12-20T19:57:50.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572024-12-20T19:57:50.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582024-12-20T19:57:50.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25592024-12-20T19:57:50.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25602024-12-20T19:57:50.257Z
25612024-12-20T19:57:50.257Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25622024-12-20T19:57:50.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632024-12-20T19:57:50.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642024-12-20T19:57:50.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25652024-12-20T19:57:50.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25662024-12-20T19:57:50.865Z
25672024-12-20T19:57:50.866Zinfo: running `cargo check --bins` on nexus-types (70/176)
25682024-12-20T19:57:51.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692024-12-20T19:57:51.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702024-12-20T19:57:51.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712024-12-20T19:57:51.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25722024-12-20T19:57:51.518Z
25732024-12-20T19:57:51.518Zinfo: running `cargo check --bins` on oxide-client (71/176)
25742024-12-20T19:57:52.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752024-12-20T19:57:52.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762024-12-20T19:57:52.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772024-12-20T19:57:52.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25782024-12-20T19:57:52.123Z
25792024-12-20T19:57:52.123Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25802024-12-20T19:57:52.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812024-12-20T19:57:52.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822024-12-20T19:57:52.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25832024-12-20T19:57:52.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25842024-12-20T19:57:52.740Z
25852024-12-20T19:57:52.740Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
25862024-12-20T19:57:53.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25872024-12-20T19:57:53.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25882024-12-20T19:57:53.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25892024-12-20T19:57:53.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25902024-12-20T19:57:53.351Z
25912024-12-20T19:57:53.351Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
25922024-12-20T19:57:53.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25932024-12-20T19:57:53.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25942024-12-20T19:57:53.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25952024-12-20T19:57:53.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25962024-12-20T19:57:53.995Z
25972024-12-20T19:57:53.995Zinfo: running `cargo check --bins` on wicketd-client (75/176)
25982024-12-20T19:57:54.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25992024-12-20T19:57:54.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26002024-12-20T19:57:54.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26012024-12-20T19:57:54.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26022024-12-20T19:57:54.654Z
26032024-12-20T19:57:54.654Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26042024-12-20T19:57:55.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26052024-12-20T19:57:55.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26062024-12-20T19:57:55.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26072024-12-20T19:57:55.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26082024-12-20T19:57:55.304Z
26092024-12-20T19:57:55.305Zinfo: running `cargo check --bins` on wicket-common (77/176)
26102024-12-20T19:57:55.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26112024-12-20T19:57:55.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26122024-12-20T19:57:55.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26132024-12-20T19:57:55.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26142024-12-20T19:57:55.946Z
26152024-12-20T19:57:55.946Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26162024-12-20T19:57:56.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26172024-12-20T19:57:56.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26182024-12-20T19:57:56.601Z Checking csv-core v0.1.11
26192024-12-20T19:57:56.601Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26202024-12-20T19:57:56.604Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26212024-12-20T19:57:56.906Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26222024-12-20T19:57:56.920Z Checking csv v1.3.0
26232024-12-20T19:57:57.498Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26242024-12-20T19:57:57.857Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26252024-12-20T19:57:59.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
26262024-12-20T19:57:59.293Z
26272024-12-20T19:57:59.293Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26282024-12-20T19:57:59.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292024-12-20T19:57:59.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302024-12-20T19:57:59.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312024-12-20T19:57:59.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26322024-12-20T19:57:59.915Z
26332024-12-20T19:57:59.915Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26342024-12-20T19:58:00.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352024-12-20T19:58:00.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362024-12-20T19:58:00.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372024-12-20T19:58:00.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26382024-12-20T19:58:00.543Z
26392024-12-20T19:58:00.543Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26402024-12-20T19:58:01.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412024-12-20T19:58:01.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422024-12-20T19:58:01.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432024-12-20T19:58:01.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26442024-12-20T19:58:01.273Z
26452024-12-20T19:58:01.273Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26462024-12-20T19:58:01.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472024-12-20T19:58:01.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482024-12-20T19:58:01.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492024-12-20T19:58:01.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26502024-12-20T19:58:01.999Z
26512024-12-20T19:58:01.999Zinfo: running `cargo check --bins` on dns-server (83/176)
26522024-12-20T19:58:02.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532024-12-20T19:58:02.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542024-12-20T19:58:02.636Z Compiling parking_lot_core v0.8.6
26552024-12-20T19:58:02.636Z Checking fxhash v0.2.1
26562024-12-20T19:58:02.638Z Checking hickory-server v0.24.1
26572024-12-20T19:58:02.638Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26582024-12-20T19:58:02.638Z Checking hickory-client v0.24.1
26592024-12-20T19:58:03.310Z Checking parking_lot v0.11.2
26602024-12-20T19:58:03.444Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26612024-12-20T19:58:03.444Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26622024-12-20T19:58:03.543Z Checking sled v0.34.7
26632024-12-20T19:58:05.353Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26642024-12-20T19:58:06.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
26652024-12-20T19:58:06.769Z
26662024-12-20T19:58:06.769Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26672024-12-20T19:58:07.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-12-20T19:58:07.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-12-20T19:58:07.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702024-12-20T19:58:07.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26712024-12-20T19:58:07.388Z
26722024-12-20T19:58:07.388Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26732024-12-20T19:58:07.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-12-20T19:58:07.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-12-20T19:58:07.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762024-12-20T19:58:07.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26772024-12-20T19:58:08.066Z
26782024-12-20T19:58:08.066Zinfo: running `cargo check --bins` on gateway-types (86/176)
26792024-12-20T19:58:08.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-12-20T19:58:08.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-12-20T19:58:08.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822024-12-20T19:58:08.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26832024-12-20T19:58:08.687Z
26842024-12-20T19:58:08.687Zinfo: running `cargo check --bins` on ipcc (87/176)
26852024-12-20T19:58:09.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-12-20T19:58:09.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-12-20T19:58:09.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882024-12-20T19:58:09.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26892024-12-20T19:58:09.319Z
26902024-12-20T19:58:09.319Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
26912024-12-20T19:58:09.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-12-20T19:58:09.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-12-20T19:58:10.007Z Compiling radium v0.7.0
26942024-12-20T19:58:10.007Z Compiling semver v0.1.20
26952024-12-20T19:58:10.113Z Compiling maybe-uninit v2.0.0
26962024-12-20T19:58:10.123Z Checking tap v1.0.1
26972024-12-20T19:58:10.145Z Checking password-hash v0.5.0
26982024-12-20T19:58:10.147Z Checking blake2 v0.10.6
26992024-12-20T19:58:10.147Z Checking funty v2.0.0
27002024-12-20T19:58:10.147Z Compiling owo-colors v4.1.0
27012024-12-20T19:58:10.276Z Checking wyz v0.5.1
27022024-12-20T19:58:10.447Z Compiling rustc_version v0.1.7
27032024-12-20T19:58:10.564Z Checking crc-catalog v2.4.0
27042024-12-20T19:58:10.598Z Compiling packed_struct v0.10.1
27052024-12-20T19:58:10.657Z Compiling cancel-safe-futures v0.1.5
27062024-12-20T19:58:10.691Z Checking argon2 v0.5.3
27072024-12-20T19:58:10.708Z Checking crc v3.2.1
27082024-12-20T19:58:10.842Z Compiling packed_struct_codegen v0.10.1
27092024-12-20T19:58:10.901Z Checking half v2.4.1
27102024-12-20T19:58:10.930Z Compiling newtype_derive v0.1.6
27112024-12-20T19:58:10.986Z Compiling indexmap v1.9.3
27122024-12-20T19:58:11.106Z Checking bitvec v1.0.1
27132024-12-20T19:58:11.124Z Checking ciborium-io v0.2.2
27142024-12-20T19:58:11.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27152024-12-20T19:58:11.236Z Checking nodrop v0.1.14
27162024-12-20T19:58:11.334Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27172024-12-20T19:58:11.352Z Checking array-init v0.0.4
27182024-12-20T19:58:11.354Z Checking ciborium-ll v0.2.2
27192024-12-20T19:58:11.383Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27202024-12-20T19:58:11.621Z Checking smallvec v0.6.14
27212024-12-20T19:58:11.666Z Checking libsw v3.3.1
27222024-12-20T19:58:11.716Z Compiling memoffset v0.9.1
27232024-12-20T19:58:11.933Z Checking termcolor v1.4.1
27242024-12-20T19:58:12.005Z Checking hashbrown v0.12.3
27252024-12-20T19:58:12.026Z Checking linear-map v1.2.0
27262024-12-20T19:58:12.110Z Checking indent_write v2.2.0
27272024-12-20T19:58:12.312Z Checking swrite v0.1.0
27282024-12-20T19:58:12.350Z Checking bitfield v0.14.0
27292024-12-20T19:58:12.353Z Checking env_logger v0.10.2
27302024-12-20T19:58:12.384Z Checking serde-hex v0.1.0
27312024-12-20T19:58:12.436Z Checking ron v0.8.1
27322024-12-20T19:58:12.634Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27332024-12-20T19:58:12.916Z Checking ciborium v0.2.2
27342024-12-20T19:58:13.341Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27352024-12-20T19:58:13.704Z Checking steno v0.4.1
27362024-12-20T19:58:13.720Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27372024-12-20T19:58:13.852Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27382024-12-20T19:58:13.918Z Checking hashbrown v0.13.2
27392024-12-20T19:58:14.002Z Checking crc-any v2.5.0
27402024-12-20T19:58:14.213Z Checking humantime v2.1.0
27412024-12-20T19:58:14.391Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27422024-12-20T19:58:14.514Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432024-12-20T19:58:14.751Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27442024-12-20T19:58:14.984Z Checking object v0.30.4
27452024-12-20T19:58:15.051Z Checking path-slash v0.1.5
27462024-12-20T19:58:15.117Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27472024-12-20T19:58:15.263Z Checking nix v0.27.1
27482024-12-20T19:58:16.049Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27492024-12-20T19:58:16.299Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27502024-12-20T19:58:16.458Z Checking tungstenite v0.23.0
27512024-12-20T19:58:16.565Z Checking kstat-rs v0.2.4
27522024-12-20T19:58:16.582Z Checking signal-hook-tokio v0.3.1
27532024-12-20T19:58:16.857Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27542024-12-20T19:58:17.244Z Checking tokio-tungstenite v0.23.1
27552024-12-20T19:58:17.605Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27562024-12-20T19:58:17.914Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27572024-12-20T19:58:18.279Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27582024-12-20T19:58:24.679Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27592024-12-20T19:58:25.963Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27602024-12-20T19:58:29.113Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27612024-12-20T19:58:34.781Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27622024-12-20T19:58:35.472Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27632024-12-20T19:58:38.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.98s
27642024-12-20T19:58:38.494Z
27652024-12-20T19:58:38.494Zinfo: running `cargo check --bins` on gateway-api (89/176)
27662024-12-20T19:58:39.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672024-12-20T19:58:39.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682024-12-20T19:58:39.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692024-12-20T19:58:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27702024-12-20T19:58:39.130Z
27712024-12-20T19:58:39.130Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27722024-12-20T19:58:39.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732024-12-20T19:58:39.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742024-12-20T19:58:39.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752024-12-20T19:58:39.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27762024-12-20T19:58:39.729Z
27772024-12-20T19:58:39.729Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27782024-12-20T19:58:40.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792024-12-20T19:58:40.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802024-12-20T19:58:40.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812024-12-20T19:58:40.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27822024-12-20T19:58:40.351Z
27832024-12-20T19:58:40.351Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
27842024-12-20T19:58:40.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852024-12-20T19:58:40.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862024-12-20T19:58:40.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872024-12-20T19:58:40.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27882024-12-20T19:58:40.968Z
27892024-12-20T19:58:40.968Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
27902024-12-20T19:58:41.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912024-12-20T19:58:41.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922024-12-20T19:58:41.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932024-12-20T19:58:41.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27942024-12-20T19:58:41.588Z
27952024-12-20T19:58:41.589Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
27962024-12-20T19:58:42.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972024-12-20T19:58:42.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982024-12-20T19:58:42.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992024-12-20T19:58:42.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28002024-12-20T19:58:42.214Z
28012024-12-20T19:58:42.214Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28022024-12-20T19:58:42.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032024-12-20T19:58:42.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042024-12-20T19:58:42.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052024-12-20T19:58:42.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28062024-12-20T19:58:42.838Z
28072024-12-20T19:58:42.838Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28082024-12-20T19:58:43.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092024-12-20T19:58:43.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102024-12-20T19:58:43.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112024-12-20T19:58:43.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28122024-12-20T19:58:43.462Z
28132024-12-20T19:58:43.462Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28142024-12-20T19:58:44.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152024-12-20T19:58:44.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162024-12-20T19:58:44.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172024-12-20T19:58:44.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28182024-12-20T19:58:44.110Z
28192024-12-20T19:58:44.110Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28202024-12-20T19:58:44.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212024-12-20T19:58:44.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222024-12-20T19:58:44.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232024-12-20T19:58:44.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28242024-12-20T19:58:44.730Z
28252024-12-20T19:58:44.730Zinfo: running `cargo check --bins` on sp-sim (99/176)
28262024-12-20T19:58:45.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272024-12-20T19:58:45.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282024-12-20T19:58:45.365Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28292024-12-20T19:58:47.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
28302024-12-20T19:58:47.391Z
28312024-12-20T19:58:47.391Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28322024-12-20T19:58:47.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-12-20T19:58:47.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-12-20T19:58:47.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-12-20T19:58:47.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28362024-12-20T19:58:48.061Z
28372024-12-20T19:58:48.061Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28382024-12-20T19:58:48.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-12-20T19:58:48.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-12-20T19:58:48.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-12-20T19:58:48.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28422024-12-20T19:58:48.732Z
28432024-12-20T19:58:48.732Zinfo: running `cargo check --bins` on db-macros (102/176)
28442024-12-20T19:58:49.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-12-20T19:58:49.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-12-20T19:58:49.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472024-12-20T19:58:49.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28482024-12-20T19:58:49.342Z
28492024-12-20T19:58:49.342Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28502024-12-20T19:58:49.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-12-20T19:58:49.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-12-20T19:58:49.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28532024-12-20T19:58:49.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28542024-12-20T19:58:49.944Z
28552024-12-20T19:58:49.944Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28562024-12-20T19:58:50.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572024-12-20T19:58:50.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582024-12-20T19:58:50.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592024-12-20T19:58:50.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28602024-12-20T19:58:50.607Z
28612024-12-20T19:58:50.607Zinfo: running `cargo check --bins` on authz-macros (105/176)
28622024-12-20T19:58:51.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632024-12-20T19:58:51.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642024-12-20T19:58:51.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652024-12-20T19:58:51.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28662024-12-20T19:58:51.219Z
28672024-12-20T19:58:51.219Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28682024-12-20T19:58:51.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692024-12-20T19:58:51.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702024-12-20T19:58:51.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712024-12-20T19:58:51.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28722024-12-20T19:58:51.987Z
28732024-12-20T19:58:51.987Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28742024-12-20T19:58:52.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752024-12-20T19:58:52.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762024-12-20T19:58:52.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772024-12-20T19:58:52.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28782024-12-20T19:58:52.518Z
28792024-12-20T19:58:52.518Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
28802024-12-20T19:58:53.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812024-12-20T19:58:53.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822024-12-20T19:58:53.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832024-12-20T19:58:53.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28842024-12-20T19:58:53.141Z
28852024-12-20T19:58:53.141Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
28862024-12-20T19:58:53.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872024-12-20T19:58:53.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882024-12-20T19:58:53.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892024-12-20T19:58:53.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28902024-12-20T19:58:53.793Z
28912024-12-20T19:58:53.793Zinfo: running `cargo check --bins` on typed-rng (110/176)
28922024-12-20T19:58:54.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932024-12-20T19:58:54.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942024-12-20T19:58:54.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952024-12-20T19:58:54.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28962024-12-20T19:58:54.410Z
28972024-12-20T19:58:54.410Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
28982024-12-20T19:58:55.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992024-12-20T19:58:55.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002024-12-20T19:58:55.144Z Checking keccak v0.1.5
29012024-12-20T19:58:55.255Z Checking secrecy v0.8.0
29022024-12-20T19:58:55.257Z Compiling unicase v2.7.0
29032024-12-20T19:58:55.257Z Compiling same-file v1.0.6
29042024-12-20T19:58:55.271Z Compiling tempfile v3.13.0
29052024-12-20T19:58:55.296Z Compiling thiserror-impl-no-std v2.0.2
29062024-12-20T19:58:55.299Z Checking universal-hash v0.5.1
29072024-12-20T19:58:55.299Z Compiling blake3 v1.5.4
29082024-12-20T19:58:55.427Z Compiling walkdir v2.5.0
29092024-12-20T19:58:55.474Z Compiling ring v0.16.20
29102024-12-20T19:58:55.520Z Checking sha3 v0.10.8
29112024-12-20T19:58:55.540Z Checking opaque-debug v0.3.1
29122024-12-20T19:58:55.632Z Checking poly1305 v0.8.0
29132024-12-20T19:58:55.691Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29142024-12-20T19:58:55.913Z Checking chacha20 v0.9.1
29152024-12-20T19:58:55.978Z Checking aead v0.5.2
29162024-12-20T19:58:56.127Z Compiling memmap2 v0.9.5
29172024-12-20T19:58:56.166Z Compiling arrayref v0.3.9
29182024-12-20T19:58:56.169Z Compiling arrayvec v0.7.6
29192024-12-20T19:58:56.212Z Compiling salty v0.3.0
29202024-12-20T19:58:56.260Z Compiling constant_time_eq v0.3.1
29212024-12-20T19:58:56.279Z Compiling libefi-sys v0.1.0
29222024-12-20T19:58:56.421Z Compiling spin v0.5.2
29232024-12-20T19:58:56.568Z Checking chacha20poly1305 v0.10.1
29242024-12-20T19:58:56.599Z Compiling toolchain_find v0.4.0
29252024-12-20T19:58:56.658Z Compiling camino-tempfile v1.1.1
29262024-12-20T19:58:56.675Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29272024-12-20T19:58:56.737Z Compiling bitfield-struct v0.6.2
29282024-12-20T19:58:57.006Z Compiling topological-sort v0.2.2
29292024-12-20T19:58:57.121Z Compiling mime_guess v2.0.5
29302024-12-20T19:58:57.166Z Compiling rustfmt-wrapper v0.2.1
29312024-12-20T19:58:57.677Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29322024-12-20T19:58:57.716Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29332024-12-20T19:58:57.785Z Checking primeorder v0.13.6
29342024-12-20T19:58:57.854Z Checking env_filter v0.1.2
29352024-12-20T19:58:58.000Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29362024-12-20T19:58:58.070Z Checking env_logger v0.11.5
29372024-12-20T19:58:58.193Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29382024-12-20T19:58:58.258Z Checking p384 v0.13.0
29392024-12-20T19:58:58.331Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29402024-12-20T19:58:58.360Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29412024-12-20T19:58:58.475Z Checking thiserror-no-std v2.0.2
29422024-12-20T19:58:58.588Z Checking vsss-rs v3.3.4
29432024-12-20T19:58:58.607Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29442024-12-20T19:58:58.677Z Checking lockfree-object-pool v0.1.6
29452024-12-20T19:58:58.747Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29462024-12-20T19:58:58.947Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29472024-12-20T19:58:58.965Z Compiling zip v2.1.3
29482024-12-20T19:58:59.033Z Checking simd-adler32 v0.3.7
29492024-12-20T19:58:59.221Z Checking bumpalo v3.16.0
29502024-12-20T19:58:59.224Z Checking http-range v0.1.5
29512024-12-20T19:58:59.299Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29522024-12-20T19:58:59.392Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29532024-12-20T19:58:59.425Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29542024-12-20T19:58:59.552Z Checking zopfli v0.8.1
29552024-12-20T19:58:59.659Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29562024-12-20T19:59:00.056Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29572024-12-20T19:59:00.086Z Checking nanorand v0.7.0
29582024-12-20T19:59:00.228Z Checking atty v0.2.14
29592024-12-20T19:59:00.255Z Checking glob v0.3.1
29602024-12-20T19:59:00.358Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29612024-12-20T19:59:00.430Z Checking flume v0.11.1
29622024-12-20T19:59:00.759Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29632024-12-20T19:59:00.939Z Compiling omicron-zone-package v0.11.1
29642024-12-20T19:59:01.213Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29652024-12-20T19:59:01.691Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29662024-12-20T19:59:01.978Z Checking hyper-staticfile v0.10.1
29672024-12-20T19:59:02.515Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29682024-12-20T19:59:02.666Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29692024-12-20T19:59:02.750Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29702024-12-20T19:59:02.774Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29712024-12-20T19:59:02.925Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29722024-12-20T19:59:03.934Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29732024-12-20T19:59:04.054Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29742024-12-20T19:59:04.339Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29752024-12-20T19:59:04.753Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29762024-12-20T19:59:05.613Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29772024-12-20T19:59:07.642Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29782024-12-20T19:59:07.644Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29792024-12-20T19:59:17.874Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29802024-12-20T19:59:31.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.28s
29812024-12-20T19:59:31.876Z
29822024-12-20T19:59:31.876Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
29832024-12-20T19:59:32.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842024-12-20T19:59:32.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852024-12-20T19:59:32.612Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29862024-12-20T19:59:46.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.47s
29872024-12-20T19:59:46.543Z
29882024-12-20T19:59:46.543Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
29892024-12-20T19:59:47.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902024-12-20T19:59:47.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912024-12-20T19:59:47.281Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29922024-12-20T20:00:00.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s
29932024-12-20T20:00:01.137Z
29942024-12-20T20:00:01.137Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
29952024-12-20T20:00:01.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962024-12-20T20:00:01.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972024-12-20T20:00:01.891Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29982024-12-20T20:00:15.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s
29992024-12-20T20:00:15.841Z
30002024-12-20T20:00:15.841Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30012024-12-20T20:00:16.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022024-12-20T20:00:16.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032024-12-20T20:00:16.598Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042024-12-20T20:00:30.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s
30052024-12-20T20:00:30.559Z
30062024-12-20T20:00:30.560Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30072024-12-20T20:00:31.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082024-12-20T20:00:31.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092024-12-20T20:00:31.349Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102024-12-20T20:00:44.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.41s
30112024-12-20T20:00:45.169Z
30122024-12-20T20:00:45.169Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30132024-12-20T20:00:45.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142024-12-20T20:00:45.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152024-12-20T20:00:45.917Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162024-12-20T20:00:59.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
30172024-12-20T20:00:59.907Z
30182024-12-20T20:00:59.907Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30192024-12-20T20:01:00.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202024-12-20T20:01:00.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212024-12-20T20:01:00.639Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30222024-12-20T20:01:14.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.54s
30232024-12-20T20:01:14.646Z
30242024-12-20T20:01:14.646Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30252024-12-20T20:01:15.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262024-12-20T20:01:15.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272024-12-20T20:01:15.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282024-12-20T20:01:15.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30292024-12-20T20:01:15.313Z
30302024-12-20T20:01:15.313Zinfo: running `cargo check --bins` on key-manager (120/176)
30312024-12-20T20:01:15.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322024-12-20T20:01:15.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332024-12-20T20:01:15.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342024-12-20T20:01:15.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30352024-12-20T20:01:15.927Z
30362024-12-20T20:01:15.927Zinfo: running `cargo check --bins` on range-requests (121/176)
30372024-12-20T20:01:16.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382024-12-20T20:01:16.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392024-12-20T20:01:16.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402024-12-20T20:01:16.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30412024-12-20T20:01:16.539Z
30422024-12-20T20:01:16.539Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30432024-12-20T20:01:17.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442024-12-20T20:01:17.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452024-12-20T20:01:17.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462024-12-20T20:01:17.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30472024-12-20T20:01:17.172Z
30482024-12-20T20:01:17.172Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30492024-12-20T20:01:17.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502024-12-20T20:01:17.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512024-12-20T20:01:17.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522024-12-20T20:01:17.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30532024-12-20T20:01:17.827Z
30542024-12-20T20:01:17.827Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30552024-12-20T20:01:18.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562024-12-20T20:01:18.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572024-12-20T20:01:18.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582024-12-20T20:01:18.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30592024-12-20T20:01:18.434Z
30602024-12-20T20:01:18.434Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30612024-12-20T20:01:18.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-12-20T20:01:19.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-12-20T20:01:19.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-12-20T20:01:19.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30652024-12-20T20:01:19.078Z
30662024-12-20T20:01:19.078Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30672024-12-20T20:01:19.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-12-20T20:01:19.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-12-20T20:01:19.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702024-12-20T20:01:19.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30712024-12-20T20:01:19.718Z
30722024-12-20T20:01:19.718Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30732024-12-20T20:01:20.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-12-20T20:01:20.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-12-20T20:01:20.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762024-12-20T20:01:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30772024-12-20T20:01:20.360Z
30782024-12-20T20:01:20.360Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/176)
30792024-12-20T20:01:20.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802024-12-20T20:01:20.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812024-12-20T20:01:20.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822024-12-20T20:01:20.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30832024-12-20T20:01:21.019Z
30842024-12-20T20:01:21.020Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (129/176)
30852024-12-20T20:01:21.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862024-12-20T20:01:21.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872024-12-20T20:01:21.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882024-12-20T20:01:21.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30892024-12-20T20:01:21.675Z
30902024-12-20T20:01:21.675Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
30912024-12-20T20:01:22.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922024-12-20T20:01:22.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932024-12-20T20:01:22.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942024-12-20T20:01:22.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30952024-12-20T20:01:22.332Z
30962024-12-20T20:01:22.332Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
30972024-12-20T20:01:22.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982024-12-20T20:01:22.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992024-12-20T20:01:23.027Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31002024-12-20T20:01:23.027Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31012024-12-20T20:01:23.900Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31022024-12-20T20:01:25.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
31032024-12-20T20:01:26.120Z
31042024-12-20T20:01:26.120Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31052024-12-20T20:01:26.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-12-20T20:01:26.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-12-20T20:01:26.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082024-12-20T20:01:26.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31092024-12-20T20:01:26.923Z
31102024-12-20T20:01:26.923Zinfo: running `cargo check --bins` on cert-dev (133/176)
31112024-12-20T20:01:27.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122024-12-20T20:01:27.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132024-12-20T20:01:27.454Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31142024-12-20T20:01:27.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31152024-12-20T20:01:27.786Z
31162024-12-20T20:01:27.786Zinfo: running `cargo check --bins` on clickana (134/176)
31172024-12-20T20:01:28.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182024-12-20T20:01:28.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192024-12-20T20:01:28.439Z Checking castaway v0.2.3
31202024-12-20T20:01:28.439Z Checking unicode-truncate v1.1.0
31212024-12-20T20:01:28.442Z Checking lru v0.12.5
31222024-12-20T20:01:28.442Z Compiling instability v0.3.2
31232024-12-20T20:01:28.442Z Checking cassowary v0.3.0
31242024-12-20T20:01:28.442Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31252024-12-20T20:01:28.652Z Checking compact_str v0.8.0
31262024-12-20T20:01:29.283Z Checking ratatui v0.28.1
31272024-12-20T20:01:31.143Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31282024-12-20T20:01:31.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
31292024-12-20T20:01:32.149Z
31302024-12-20T20:01:32.149Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31312024-12-20T20:01:32.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322024-12-20T20:01:32.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332024-12-20T20:01:32.823Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31342024-12-20T20:01:32.824Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31352024-12-20T20:01:33.400Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31362024-12-20T20:01:33.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
31372024-12-20T20:01:33.943Z
31382024-12-20T20:01:33.943Zinfo: running `cargo check --bins` on ch-dev (136/176)
31392024-12-20T20:01:34.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-12-20T20:01:34.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-12-20T20:01:34.596Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31422024-12-20T20:01:35.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31432024-12-20T20:01:35.480Z
31442024-12-20T20:01:35.480Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31452024-12-20T20:01:36.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-12-20T20:01:36.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-12-20T20:01:36.139Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31482024-12-20T20:01:36.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
31492024-12-20T20:01:36.675Z
31502024-12-20T20:01:36.675Zinfo: running `cargo check --bins` on db-dev (138/176)
31512024-12-20T20:01:37.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-12-20T20:01:37.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-12-20T20:01:37.335Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31542024-12-20T20:01:38.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31552024-12-20T20:01:38.232Z
31562024-12-20T20:01:38.232Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31572024-12-20T20:01:38.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582024-12-20T20:01:38.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592024-12-20T20:01:38.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602024-12-20T20:01:38.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31612024-12-20T20:01:38.878Z
31622024-12-20T20:01:38.878Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31632024-12-20T20:01:39.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642024-12-20T20:01:39.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652024-12-20T20:01:39.490Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31662024-12-20T20:01:40.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31672024-12-20T20:01:40.525Z
31682024-12-20T20:01:40.526Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31692024-12-20T20:01:41.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702024-12-20T20:01:41.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712024-12-20T20:01:41.138Z Checking cargo-platform v0.1.8
31722024-12-20T20:01:41.401Z Checking cargo_metadata v0.18.1
31732024-12-20T20:01:42.380Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31742024-12-20T20:01:43.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
31752024-12-20T20:01:43.350Z
31762024-12-20T20:01:43.350Zinfo: running `cargo check --bins` on mgs-dev (142/176)
31772024-12-20T20:01:43.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782024-12-20T20:01:43.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792024-12-20T20:01:44.080Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31802024-12-20T20:01:44.807Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31812024-12-20T20:01:45.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
31822024-12-20T20:01:45.547Z
31832024-12-20T20:01:45.547Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
31842024-12-20T20:01:46.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-12-20T20:01:46.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-12-20T20:01:46.330Z Compiling crunchy v0.2.2
31872024-12-20T20:01:46.330Z Compiling tiny-keccak v2.0.2
31882024-12-20T20:01:46.333Z Compiling dsl_auto_type v0.1.2
31892024-12-20T20:01:46.333Z Checking scheduled-thread-pool v0.2.7
31902024-12-20T20:01:46.333Z Compiling diesel_table_macro_syntax v0.2.0
31912024-12-20T20:01:46.333Z Compiling ascii-canvas v3.0.0
31922024-12-20T20:01:46.442Z Compiling ena v0.14.3
31932024-12-20T20:01:46.445Z Compiling diff v0.1.13
31942024-12-20T20:01:46.659Z Checking r2d2 v0.8.10
31952024-12-20T20:01:46.824Z Compiling regex-syntax v0.6.29
31962024-12-20T20:01:46.873Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31972024-12-20T20:01:46.926Z Compiling ref-cast v1.0.23
31982024-12-20T20:01:46.976Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31992024-12-20T20:01:46.998Z Compiling derive_builder_core v0.20.2
32002024-12-20T20:01:47.088Z Compiling libxml v0.3.3
32012024-12-20T20:01:47.137Z Compiling ref-cast-impl v1.0.23
32022024-12-20T20:01:47.237Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32032024-12-20T20:01:47.502Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32042024-12-20T20:01:47.530Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32052024-12-20T20:01:47.678Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32062024-12-20T20:01:47.766Z Compiling strum_macros v0.24.3
32072024-12-20T20:01:47.800Z Compiling samael v0.0.17
32082024-12-20T20:01:48.070Z Compiling diesel_derives v2.2.3
32092024-12-20T20:01:48.090Z Compiling indoc v1.0.9
32102024-12-20T20:01:49.115Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32112024-12-20T20:01:49.390Z Compiling impl-trait-for-tuples v0.2.2
32122024-12-20T20:01:49.408Z Compiling derive_builder_macro v0.20.2
32132024-12-20T20:01:50.238Z Compiling lalrpop v0.19.12
32142024-12-20T20:01:50.279Z Checking derive_builder v0.20.2
32152024-12-20T20:01:50.433Z Compiling oso-derive v0.27.3
32162024-12-20T20:01:50.992Z Checking quick-xml v0.33.0
32172024-12-20T20:01:51.418Z Compiling diesel-dtrace v0.4.2
32182024-12-20T20:01:51.475Z Checking maplit v1.0.2
32192024-12-20T20:01:51.620Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32202024-12-20T20:01:51.781Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32212024-12-20T20:01:51.971Z Checking bb8 v0.8.5
32222024-12-20T20:01:52.090Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32232024-12-20T20:01:52.370Z Checking rand_seeder v0.3.0
32242024-12-20T20:01:52.503Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32252024-12-20T20:01:52.619Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32262024-12-20T20:01:52.829Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32272024-12-20T20:01:52.848Z Checking unicode-linebreak v0.1.5
32282024-12-20T20:01:53.098Z Checking is_ci v1.2.0
32292024-12-20T20:01:53.227Z Checking smawk v0.3.2
32302024-12-20T20:01:53.261Z Checking supports-color v3.0.1
32312024-12-20T20:01:53.310Z Checking multimap v0.10.0
32322024-12-20T20:01:53.430Z Checking textwrap v0.16.1
32332024-12-20T20:01:54.416Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32342024-12-20T20:01:56.954Z Checking diesel v2.2.6
32352024-12-20T20:02:23.717Z Compiling polar-core v0.27.3
32362024-12-20T20:02:26.546Z Checking async-bb8-diesel v0.2.1
32372024-12-20T20:02:31.222Z Checking oso v0.27.3
32382024-12-20T20:03:40.762Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32392024-12-20T20:03:46.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32402024-12-20T20:03:47.122Z
32412024-12-20T20:03:47.122Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32422024-12-20T20:03:47.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432024-12-20T20:03:47.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442024-12-20T20:03:47.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452024-12-20T20:03:47.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32462024-12-20T20:03:47.791Z
32472024-12-20T20:03:47.791Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32482024-12-20T20:03:48.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492024-12-20T20:03:48.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502024-12-20T20:03:48.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512024-12-20T20:03:48.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32522024-12-20T20:03:48.458Z
32532024-12-20T20:03:48.458Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32542024-12-20T20:03:49.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552024-12-20T20:03:49.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562024-12-20T20:03:49.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32572024-12-20T20:03:49.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32582024-12-20T20:03:49.075Z
32592024-12-20T20:03:49.075Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32602024-12-20T20:03:49.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612024-12-20T20:03:49.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622024-12-20T20:03:49.868Z Compiling libz-sys v1.1.20
32632024-12-20T20:03:49.982Z Compiling libgit2-sys v0.17.0+1.8.1
32642024-12-20T20:03:49.993Z Compiling vergen v8.3.2
32652024-12-20T20:03:49.996Z Compiling cargo-platform v0.1.8
32662024-12-20T20:03:49.996Z Compiling pin-project-internal v1.1.6
32672024-12-20T20:03:50.029Z Compiling snafu-derive v0.8.5
32682024-12-20T20:03:50.029Z Compiling libsqlite3-sys v0.30.1
32692024-12-20T20:03:50.059Z Compiling buf-list v1.0.3
32702024-12-20T20:03:50.266Z Compiling rustls v0.21.12
32712024-12-20T20:03:50.526Z Compiling cargo_metadata v0.18.1
32722024-12-20T20:03:50.563Z Compiling cfg_aliases v0.2.1
32732024-12-20T20:03:50.675Z Checking globset v0.4.15
32742024-12-20T20:03:50.695Z Compiling nix v0.29.0
32752024-12-20T20:03:50.714Z Checking olpc-cjson v0.1.4
32762024-12-20T20:03:50.924Z Checking rustls-webpki v0.101.7
32772024-12-20T20:03:50.943Z Checking sct v0.7.1
32782024-12-20T20:03:51.141Z Checking serde_plain v1.0.2
32792024-12-20T20:03:51.184Z Checking typed-path v0.9.3
32802024-12-20T20:03:51.676Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812024-12-20T20:03:51.951Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32822024-12-20T20:03:52.094Z Checking hashlink v0.9.1
32832024-12-20T20:03:52.199Z Checking parse-size v1.1.0
32842024-12-20T20:03:52.385Z Checking fallible-streaming-iterator v0.1.9
32852024-12-20T20:03:52.612Z Checking fallible-iterator v0.3.0
32862024-12-20T20:03:53.086Z Checking pin-project v1.1.6
32872024-12-20T20:03:53.170Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32882024-12-20T20:03:53.207Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32892024-12-20T20:03:53.227Z Checking rusqlite v0.32.1
32902024-12-20T20:03:53.229Z Checking rustls-pemfile v1.0.4
32912024-12-20T20:03:53.429Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32922024-12-20T20:03:54.011Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32932024-12-20T20:03:54.159Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32942024-12-20T20:03:54.159Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32952024-12-20T20:03:54.276Z Checking twox-hash v1.6.3
32962024-12-20T20:03:54.295Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32972024-12-20T20:03:54.335Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32982024-12-20T20:03:54.807Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32992024-12-20T20:03:54.929Z Checking tokio-rustls v0.24.1
33002024-12-20T20:03:55.306Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33012024-12-20T20:03:55.370Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33022024-12-20T20:03:55.465Z Checking snafu v0.8.5
33032024-12-20T20:03:55.675Z Checking fatfs v0.3.6
33042024-12-20T20:03:55.934Z Checking tough v0.19.0
33052024-12-20T20:03:56.159Z Checking assert_matches v1.5.0
33062024-12-20T20:03:59.918Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33072024-12-20T20:04:01.324Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33082024-12-20T20:04:02.419Z Compiling git2 v0.19.0
33092024-12-20T20:04:07.147Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33102024-12-20T20:05:00.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
33112024-12-20T20:05:00.246Z
33122024-12-20T20:05:00.246Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33132024-12-20T20:05:00.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142024-12-20T20:05:00.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152024-12-20T20:05:00.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162024-12-20T20:05:00.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33172024-12-20T20:05:00.941Z
33182024-12-20T20:05:00.941Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33192024-12-20T20:05:01.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202024-12-20T20:05:01.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212024-12-20T20:05:01.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222024-12-20T20:05:01.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33232024-12-20T20:05:01.557Z
33242024-12-20T20:05:01.557Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33252024-12-20T20:05:02.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262024-12-20T20:05:02.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272024-12-20T20:05:02.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282024-12-20T20:05:02.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33292024-12-20T20:05:02.234Z
33302024-12-20T20:05:02.234Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33312024-12-20T20:05:02.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-12-20T20:05:02.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-12-20T20:05:02.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342024-12-20T20:05:02.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33352024-12-20T20:05:02.900Z
33362024-12-20T20:05:02.901Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33372024-12-20T20:05:03.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-12-20T20:05:03.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-12-20T20:05:03.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402024-12-20T20:05:03.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33412024-12-20T20:05:03.577Z
33422024-12-20T20:05:03.577Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33432024-12-20T20:05:04.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-12-20T20:05:04.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-12-20T20:05:04.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462024-12-20T20:05:04.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33472024-12-20T20:05:04.272Z
33482024-12-20T20:05:04.273Zinfo: running `cargo check --bins` on update-common (154/176)
33492024-12-20T20:05:04.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-12-20T20:05:04.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-12-20T20:05:04.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522024-12-20T20:05:04.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33532024-12-20T20:05:04.926Z
33542024-12-20T20:05:04.926Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33552024-12-20T20:05:05.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-12-20T20:05:05.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-12-20T20:05:05.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582024-12-20T20:05:05.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33592024-12-20T20:05:05.570Z
33602024-12-20T20:05:05.571Zinfo: running `cargo check --bins` on tufaceous (156/176)
33612024-12-20T20:05:06.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-12-20T20:05:06.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-12-20T20:05:06.244Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33642024-12-20T20:05:07.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33652024-12-20T20:05:07.384Z
33662024-12-20T20:05:07.384Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33672024-12-20T20:05:08.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682024-12-20T20:05:08.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692024-12-20T20:05:08.239Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33702024-12-20T20:05:08.365Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33712024-12-20T20:05:08.367Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33722024-12-20T20:05:08.367Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33732024-12-20T20:05:34.926Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33742024-12-20T20:05:34.928Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33752024-12-20T20:05:34.928Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33762024-12-20T20:05:34.929Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33772024-12-20T20:05:34.929Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33782024-12-20T20:05:35.727Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33792024-12-20T20:05:37.005Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33802024-12-20T20:06:15.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
33812024-12-20T20:06:15.636Z
33822024-12-20T20:06:15.636Zinfo: running `cargo check --bins` on openapi-manager (158/176)
33832024-12-20T20:06:16.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842024-12-20T20:06:16.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852024-12-20T20:06:16.343Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33862024-12-20T20:06:16.343Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33872024-12-20T20:06:16.347Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33882024-12-20T20:06:17.980Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33892024-12-20T20:06:18.855Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33902024-12-20T20:06:19.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
33912024-12-20T20:06:20.151Z
33922024-12-20T20:06:20.152Zinfo: running `cargo check --bins` on installinator-api (159/176)
33932024-12-20T20:06:20.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-12-20T20:06:20.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-12-20T20:06:20.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962024-12-20T20:06:20.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33972024-12-20T20:06:20.797Z
33982024-12-20T20:06:20.797Zinfo: running `cargo check --bins` on wicketd-api (160/176)
33992024-12-20T20:06:21.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-12-20T20:06:21.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-12-20T20:06:21.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022024-12-20T20:06:21.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34032024-12-20T20:06:21.455Z
34042024-12-20T20:06:21.455Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34052024-12-20T20:06:22.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062024-12-20T20:06:22.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072024-12-20T20:06:22.142Z Compiling petname v2.0.2
34082024-12-20T20:06:22.145Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34092024-12-20T20:06:22.145Z Checking sync-ptr v0.1.1
34102024-12-20T20:06:23.582Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34112024-12-20T20:06:25.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
34122024-12-20T20:06:25.309Z
34132024-12-20T20:06:25.309Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34142024-12-20T20:06:25.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152024-12-20T20:06:25.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162024-12-20T20:06:25.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172024-12-20T20:06:25.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34182024-12-20T20:06:25.972Z
34192024-12-20T20:06:25.972Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34202024-12-20T20:06:26.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212024-12-20T20:06:26.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222024-12-20T20:06:26.636Z Checking memmap2 v0.9.5
34232024-12-20T20:06:26.636Z Checking constant_time_eq v0.3.1
34242024-12-20T20:06:26.644Z Checking spin v0.5.2
34252024-12-20T20:06:26.644Z Checking arrayref v0.3.9
34262024-12-20T20:06:26.644Z Checking arrayvec v0.7.6
34272024-12-20T20:06:26.740Z Checking topological-sort v0.2.2
34282024-12-20T20:06:26.751Z Checking shell-words v1.1.0
34292024-12-20T20:06:26.909Z Checking ring v0.16.20
34302024-12-20T20:06:27.025Z Checking blake3 v1.5.4
34312024-12-20T20:06:28.039Z Checking omicron-zone-package v0.11.1
34322024-12-20T20:06:29.128Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34332024-12-20T20:06:30.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
34342024-12-20T20:06:30.205Z
34352024-12-20T20:06:30.205Zinfo: running `cargo check --bins` on xtask (164/176)
34362024-12-20T20:06:30.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372024-12-20T20:06:30.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382024-12-20T20:06:30.639Z Checking bitflags v2.6.0
34392024-12-20T20:06:30.643Z Checking serde v1.0.215
34402024-12-20T20:06:30.716Z Checking thiserror v1.0.69
34412024-12-20T20:06:30.731Z Checking scroll v0.12.0
34422024-12-20T20:06:30.735Z Checking log v0.4.22
34432024-12-20T20:06:30.739Z Checking hashbrown v0.15.1
34442024-12-20T20:06:30.742Z Checking zerocopy v0.7.35
34452024-12-20T20:06:30.773Z Checking syn v2.0.87
34462024-12-20T20:06:30.828Z Checking pest v2.7.14
34472024-12-20T20:06:30.960Z Checking rustix v0.38.37
34482024-12-20T20:06:30.983Z Checking once_cell v1.20.2
34492024-12-20T20:06:31.171Z Checking goblin v0.8.2
34502024-12-20T20:06:31.290Z Checking fs-err v2.11.0
34512024-12-20T20:06:31.608Z Checking tabled v0.15.0
34522024-12-20T20:06:31.810Z Checking indexmap v2.6.0
34532024-12-20T20:06:32.131Z Checking anyhow v1.0.93
34542024-12-20T20:06:32.835Z Checking terminal_size v0.4.0
34552024-12-20T20:06:32.841Z Checking tempfile v3.13.0
34562024-12-20T20:06:33.000Z Checking clap_builder v4.5.21
34572024-12-20T20:06:33.274Z Checking dtrace-parser v0.2.0
34582024-12-20T20:06:34.965Z Checking serde_json v1.0.132
34592024-12-20T20:06:34.965Z Checking serde_spanned v0.6.8
34602024-12-20T20:06:34.965Z Checking toml_datetime v0.6.8
34612024-12-20T20:06:34.975Z Checking camino v1.1.9
34622024-12-20T20:06:34.975Z Checking semver v1.0.23
34632024-12-20T20:06:35.178Z Checking cargo-platform v0.1.8
34642024-12-20T20:06:35.262Z Checking macaddr v1.0.1
34652024-12-20T20:06:35.277Z Checking toml_edit v0.22.22
34662024-12-20T20:06:35.599Z Checking camino-tempfile v1.1.1
34672024-12-20T20:06:35.711Z Checking clap v4.5.21
34682024-12-20T20:06:36.238Z Checking dof v0.3.0
34692024-12-20T20:06:36.239Z Checking cargo_metadata v0.18.1
34702024-12-20T20:06:36.588Z Checking usdt-impl v0.5.0
34712024-12-20T20:06:36.946Z Checking usdt v0.5.0
34722024-12-20T20:06:37.040Z Checking toml v0.8.19
34732024-12-20T20:06:37.530Z Checking cargo_toml v0.20.5
34742024-12-20T20:06:40.153Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34752024-12-20T20:06:40.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s
34762024-12-20T20:06:40.292Z
34772024-12-20T20:06:40.292Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
34782024-12-20T20:06:40.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792024-12-20T20:06:40.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802024-12-20T20:06:40.314Z Checking polyval v0.6.2
34812024-12-20T20:06:40.326Z Checking ctr v0.9.2
34822024-12-20T20:06:40.336Z Checking ssh-encoding v0.2.0
34832024-12-20T20:06:40.338Z Checking blowfish v0.9.1
34842024-12-20T20:06:40.356Z Checking password-hash v0.4.2
34852024-12-20T20:06:40.359Z Checking matches v0.1.10
34862024-12-20T20:06:40.386Z Checking p256 v0.13.2
34872024-12-20T20:06:40.389Z Checking p521 v0.13.3
34882024-12-20T20:06:40.457Z Checking idna v0.2.3
34892024-12-20T20:06:40.546Z Checking bcrypt-pbkdf v0.10.0
34902024-12-20T20:06:40.583Z Compiling enum-as-inner v0.5.1
34912024-12-20T20:06:40.589Z Checking ghash v0.5.1
34922024-12-20T20:06:40.642Z Checking russh-cryptovec v0.7.3
34932024-12-20T20:06:40.741Z Checking pbkdf2 v0.11.0
34942024-12-20T20:06:40.770Z Checking aes-gcm v0.10.3
34952024-12-20T20:06:40.795Z Checking md5 v0.7.0
34962024-12-20T20:06:40.830Z Checking num-bigint v0.4.6
34972024-12-20T20:06:40.848Z Checking des v0.8.1
34982024-12-20T20:06:41.009Z Checking ssh-cipher v0.2.0
34992024-12-20T20:06:41.027Z Compiling dhcproto-macros v0.1.0
35002024-12-20T20:06:41.046Z Checking hex-literal v0.4.1
35012024-12-20T20:06:41.101Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35022024-12-20T20:06:41.170Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35032024-12-20T20:06:41.290Z Checking ssh-key v0.6.6
35042024-12-20T20:06:41.305Z Checking internet-checksum v0.2.1
35052024-12-20T20:06:41.639Z Checking trust-dns-proto v0.22.0
35062024-12-20T20:06:42.581Z Checking russh-keys v0.45.0
35072024-12-20T20:06:43.499Z Checking russh v0.45.0
35082024-12-20T20:06:44.173Z Checking dhcproto v0.12.0
35092024-12-20T20:07:01.239Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35102024-12-20T20:07:02.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.19s
35112024-12-20T20:07:02.847Z
35122024-12-20T20:07:02.847Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35132024-12-20T20:07:03.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142024-12-20T20:07:03.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152024-12-20T20:07:03.485Z Checking termios v0.3.3
35162024-12-20T20:07:03.700Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35172024-12-20T20:07:04.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
35182024-12-20T20:07:04.651Z
35192024-12-20T20:07:04.651Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35202024-12-20T20:07:05.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212024-12-20T20:07:05.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222024-12-20T20:07:05.345Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35232024-12-20T20:07:07.363Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35242024-12-20T20:07:09.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s
35252024-12-20T20:07:09.451Z
35262024-12-20T20:07:09.451Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35272024-12-20T20:07:10.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282024-12-20T20:07:10.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292024-12-20T20:07:10.086Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35302024-12-20T20:07:10.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35312024-12-20T20:07:10.745Z
35322024-12-20T20:07:10.745Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35332024-12-20T20:07:11.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342024-12-20T20:07:11.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352024-12-20T20:07:11.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362024-12-20T20:07:11.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35372024-12-20T20:07:11.355Z
35382024-12-20T20:07:11.355Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
35392024-12-20T20:07:11.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402024-12-20T20:07:11.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412024-12-20T20:07:11.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422024-12-20T20:07:11.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35432024-12-20T20:07:11.970Z
35442024-12-20T20:07:11.971Zinfo: running `cargo check --bins` on omicron-package (171/176)
35452024-12-20T20:07:12.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462024-12-20T20:07:12.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472024-12-20T20:07:12.643Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35482024-12-20T20:07:13.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
35492024-12-20T20:07:14.170Z
35502024-12-20T20:07:14.170Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
35512024-12-20T20:07:14.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-12-20T20:07:14.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-12-20T20:07:14.871Z Checking rtoolbox v0.0.2
35542024-12-20T20:07:14.871Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35552024-12-20T20:07:14.874Z Checking tui-tree-widget v0.22.0
35562024-12-20T20:07:15.097Z Checking rpassword v7.3.1
35572024-12-20T20:07:19.192Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35582024-12-20T20:07:22.238Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35592024-12-20T20:07:23.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s
35602024-12-20T20:07:23.654Z
35612024-12-20T20:07:23.654Zinfo: running `cargo check --bins` on wicket (173/176)
35622024-12-20T20:07:24.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632024-12-20T20:07:24.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642024-12-20T20:07:24.360Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35652024-12-20T20:07:24.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
35662024-12-20T20:07:24.988Z
35672024-12-20T20:07:24.988Zinfo: running `cargo check --bins` on wicketd (174/176)
35682024-12-20T20:07:25.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692024-12-20T20:07:25.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702024-12-20T20:07:25.703Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35712024-12-20T20:07:29.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
35722024-12-20T20:07:29.862Z
35732024-12-20T20:07:29.862Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
35742024-12-20T20:07:30.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752024-12-20T20:07:30.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762024-12-20T20:07:30.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772024-12-20T20:07:30.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35782024-12-20T20:07:30.472Z
35792024-12-20T20:07:30.473Zinfo: running `cargo check --bins` on zone-setup (176/176)
35802024-12-20T20:07:31.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812024-12-20T20:07:31.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822024-12-20T20:07:31.205Z Checking uzers v0.12.1
35832024-12-20T20:07:31.546Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35842024-12-20T20:07:32.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
35852024-12-20T20:07:32.926Z
35862024-12-20T20:07:32.926Zreal 13:06.898286936
35872024-12-20T20:07:32.926Zuser 24:20.316849733
35882024-12-20T20:07:32.926Zsys 5:28.382148825
35892024-12-20T20:07:32.926Ztrap 0.465211275
35902024-12-20T20:07:32.929Ztflt 2.660463967
35912024-12-20T20:07:32.929Zdflt 3.311976253
35922024-12-20T20:07:32.929Zkflt 0.000667529
35932024-12-20T20:07:32.929Zlock 46:27.627450500
35942024-12-20T20:07:32.929Zslp 2:07:09.476766416
35952024-12-20T20:07:32.929Zlat 58.391978438
35962024-12-20T20:07:32.929Zstop 3:19.573222178
35972024-12-20T20:07:32.929Zprocess exited: duration 1128707 ms, exit code 0
 
35982024-12-20T20:07:32.936Zfound 0 output files