01JB2BBR9HGZRH7DHS2FZ570GR: 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: 01JB2BC4B3Y5QJ7WKP9ZBHH99C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-25T17:26:12.520Zjob assigned to worker 01JB2BC4EVV4R390EVT0BCV9JD (queued for 53 s)
 
22024-10-25T17:26:19.698Zstarting task 0: "setup"
32024-10-25T17:26:19.708Z++ uname -s
42024-10-25T17:26:19.712Z+ kern=SunOS
52024-10-25T17:26:19.712Z+ case "$kern" in
62024-10-25T17:26:19.712Z+ [[ 0 == 12345 ]]
72024-10-25T17:26:19.712Z+ groupadd -g 12345 build
82024-10-25T17:26:19.715Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-25T17:26:21.724Z+ zfs create -o mountpoint=/work rpool/work
102024-10-25T17:26:21.783Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-25T17:26:21.786Z+ home_fs=zfs
122024-10-25T17:26:21.786Z+ [[ zfs == autofs ]]
132024-10-25T17:26:21.786Z+ mkdir -p /home/build
142024-10-25T17:26:21.788Z+ chown build:build /home/build /work
152024-10-25T17:26:23.790Z+ chmod 0700 /home/build /work
162024-10-25T17:26:23.794Zprocess exited: duration 4095 ms, exit code 0
 
172024-10-25T17:26:23.800Zstarting task 1: "rust-toolchain"
182024-10-25T17:26:23.806Z+ printf ' * toolchain channel = "%s"
192024-10-25T17:26:23.806Z * toolchain channel = "1.80.1"
202024-10-25T17:26:23.806Z' 1.80.1
212024-10-25T17:26:23.806Z+ printf ' * toolchain profile = "%s"
222024-10-25T17:26:23.806Z' default
232024-10-25T17:26:23.806Z * toolchain profile = "default"
242024-10-25T17:26:23.809Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-25T17:26:23.809Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
262024-10-25T17:26:23.926Zinfo: downloading installer
272024-10-25T17:26:25.240Zinfo: profile set to 'default'
282024-10-25T17:26:25.240Zinfo: default host triple is x86_64-unknown-illumos
292024-10-25T17:26:25.243Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
302024-10-25T17:26:25.384Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
312024-10-25T17:26:25.384Zinfo: downloading component 'cargo'
322024-10-25T17:26:26.191Zinfo: downloading component 'clippy'
332024-10-25T17:26:26.480Zinfo: downloading component 'rust-docs'
342024-10-25T17:26:27.606Zinfo: downloading component 'rust-std'
352024-10-25T17:26:29.191Zinfo: downloading component 'rustc'
362024-10-25T17:26:33.675Zinfo: downloading component 'rustfmt'
372024-10-25T17:26:33.918Zinfo: installing component 'cargo'
382024-10-25T17:26:34.840Zinfo: installing component 'clippy'
392024-10-25T17:26:35.205Zinfo: installing component 'rust-docs'
402024-10-25T17:26:36.850Zinfo: installing component 'rust-std'
412024-10-25T17:26:38.498Zinfo: installing component 'rustc'
422024-10-25T17:26:42.632Zinfo: installing component 'rustfmt'
432024-10-25T17:26:42.966Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-25T17:26:42.966Z
452024-10-25T17:26:43.224Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
462024-10-25T17:26:43.224Z
472024-10-25T17:26:43.226Z
482024-10-25T17:26:43.226ZRust is installed now. Great!
492024-10-25T17:26:43.226Z
502024-10-25T17:26:43.226ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-25T17:26:43.226Zenvironment variable. This has not been done automatically.
522024-10-25T17:26:43.227Z
532024-10-25T17:26:43.227ZTo configure your current shell, you need to source
542024-10-25T17:26:43.227Zthe corresponding env file under $HOME/.cargo.
552024-10-25T17:26:43.227Z
562024-10-25T17:26:43.227ZThis is usually done by running one of the following (note the leading DOT):
572024-10-25T17:26:43.227Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-25T17:26:43.227Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-25T17:26:43.269Z+ rustc --version
602024-10-25T17:26:43.332Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
612024-10-25T17:26:43.335Zprocess exited: duration 19533 ms, exit code 0
 
622024-10-25T17:26:43.343Zstarting task 2: "authentication"
632024-10-25T17:26:43.362Zprocess exited: duration 21 ms, exit code 0
 
642024-10-25T17:26:43.367Zstarting task 3: "clone repository"
652024-10-25T17:26:43.373Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-25T17:26:43.375Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-25T17:26:43.419ZCloning into '/work/oxidecomputer/omicron'...
682024-10-25T17:26:50.298Z+ cd /work/oxidecomputer/omicron
692024-10-25T17:26:50.298Z+ git fetch origin 30cd9794815bfc7c8011cb0d71883b281fb3c7e6
702024-10-25T17:26:50.587ZFrom https://github.com/oxidecomputer/omicron
712024-10-25T17:26:50.587Z * branch 30cd9794815bfc7c8011cb0d71883b281fb3c7e6 -> FETCH_HEAD
722024-10-25T17:26:50.598Z+ [[ -n refresh-harder ]]
732024-10-25T17:26:50.600Z++ git branch --show-current
742024-10-25T17:26:50.602Z+ current=main
752024-10-25T17:26:50.602Z+ [[ main != refresh-harder ]]
762024-10-25T17:26:50.602Z+ git branch -f refresh-harder 30cd9794815bfc7c8011cb0d71883b281fb3c7e6
772024-10-25T17:26:50.605Z+ git checkout -f refresh-harder
782024-10-25T17:26:50.772ZSwitched to branch 'refresh-harder'
792024-10-25T17:26:50.774Z+ git reset --hard 30cd9794815bfc7c8011cb0d71883b281fb3c7e6
802024-10-25T17:26:50.802ZHEAD is now at 30cd97948 Test fixup
812024-10-25T17:26:50.805Zprocess exited: duration 7435 ms, exit code 0
 
822024-10-25T17:26:50.810Zstarting task 4: "build"
832024-10-25T17:26:50.815Z+ source .github/buildomat/ci-env.sh
842024-10-25T17:26:50.815Z++ export CARGO_TERM_COLOR=always
852024-10-25T17:26:50.815Z++ CARGO_TERM_COLOR=always
862024-10-25T17:26:50.818Z+ cargo --version
872024-10-25T17:26:50.870Zcargo 1.80.1 (376290515 2024-07-16)
882024-10-25T17:26:50.872Z+ rustc --version
892024-10-25T17:26:50.928Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-10-25T17:26:50.931Z+ source ./env.sh
912024-10-25T17:26:50.931Z++ OLD_SHELL_OPTS=ehxB
922024-10-25T17:26:50.931Z++ set -o xtrace
932024-10-25T17:26:50.933Z++++ dirname ./env.sh
942024-10-25T17:26:50.937Z+++ readlink -f .
952024-10-25T17:26:50.939Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-10-25T17:26:50.939Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-10-25T17:26:50.939Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-10-25T17:26:50.939Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992024-10-25T17:26:50.939Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-10-25T17:26:50.939Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012024-10-25T17:26:50.939Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-10-25T17:26:50.939Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032024-10-25T17:26:50.940Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042024-10-25T17:26:50.940Z++ case $OLD_SHELL_OPTS in
1052024-10-25T17:26:50.940Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-10-25T17:26:50.940Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1072024-10-25T17:26:50.940Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1082024-10-25T17:26:50.940Z+ banner prerequisites
1092024-10-25T17:26:50.942Z
1102024-10-25T17:26:50.942Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-10-25T17:26:50.942Z # # # # # # # # # # # # # # #
1122024-10-25T17:26:50.942Z # # # # ##### # # ##### # # # # # #### #
1132024-10-25T17:26:50.942Z ##### ##### # ##### # # # # # # # # #
1142024-10-25T17:26:50.942Z # # # # # # # # # # # # # # #
1152024-10-25T17:26:50.942Z # # # ###### # # ###### ### # #### # #### #
1162024-10-25T17:26:50.942Z
1172024-10-25T17:26:50.942Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-10-25T17:26:59.151Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-10-25T17:27:02.355Z Startup: Caching catalogs ... Done
1202024-10-25T17:27:09.050ZPlanning: Solver setup ... Done (5.997s)
1212024-10-25T17:27:09.137ZPlanning: Running solver ... Done (0.086s)
1222024-10-25T17:27:09.216ZPlanning: Finding local manifests ... Done (0.003s)
1232024-10-25T17:27:09.228ZPlanning: Fetching manifests: 0/5 0% complete
1242024-10-25T17:27:09.442ZPlanning: Fetching manifests: 5/5 100% complete
1252024-10-25T17:27:09.542ZPlanning: Package planning ... Done (0.099s)
1262024-10-25T17:27:09.597ZPlanning: Merging actions ... Done (0.056s)
1272024-10-25T17:27:09.824ZPlanning: Checking for conflicting actions ... Done (0.226s)
1282024-10-25T17:27:11.761ZPlanning: Consolidating action changes ... Done (1.937s)
1292024-10-25T17:27:12.187ZPlanning: Evaluating mediators ... Done (0.425s)
1302024-10-25T17:27:12.266ZPlanning: Planning completed in 9.82 seconds
1312024-10-25T17:27:12.282Z Packages to install: 4
1322024-10-25T17:27:12.282Z Packages to update: 1
1332024-10-25T17:27:12.285Z Mediators to change: 2
1342024-10-25T17:27:12.285Z Services to change: 1
1352024-10-25T17:27:12.285Z Estimated space available: 155.71 GB
1362024-10-25T17:27:12.285ZEstimated space to be consumed: 1.58 GB
1372024-10-25T17:27:12.285Z Create boot environment: No
1382024-10-25T17:27:12.285ZCreate backup boot environment: Yes
1392024-10-25T17:27:12.285Z Rebuild boot archive: No
1402024-10-25T17:27:12.285Z
1412024-10-25T17:27:12.285ZChanged mediators:
1422024-10-25T17:27:12.285Z mediator clang:
1432024-10-25T17:27:12.285Z version: None -> 15 (system default)
1442024-10-25T17:27:12.285Z
1452024-10-25T17:27:12.285Z mediator llvm:
1462024-10-25T17:27:12.285Z version: 14 (system default) -> 15 (system default)
1472024-10-25T17:27:12.285Z
1482024-10-25T17:27:12.285ZChanged packages:
1492024-10-25T17:27:12.285Zhelios-dev
1502024-10-25T17:27:12.285Z developer/build-essential
1512024-10-25T17:27:12.285Z None -> 11-2.0
1522024-10-25T17:27:12.285Z library/libxmlsec1
1532024-10-25T17:27:12.285Z None -> 1.2.35-2.0
1542024-10-25T17:27:12.285Z ooce/developer/clang-15
1552024-10-25T17:27:12.285Z None -> 15.0.7-2.0
1562024-10-25T17:27:12.285Z ooce/developer/llvm-15
1572024-10-25T17:27:12.285Z None -> 15.0.7-2.0
1582024-10-25T17:27:12.285Z package/pkg
1592024-10-25T17:27:12.285Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-10-25T17:27:12.285Z
1612024-10-25T17:27:12.285ZServices:
1622024-10-25T17:27:12.286Z restart_fmri:
1632024-10-25T17:27:12.286Z svc:/system/update-man-index:default
1642024-10-25T17:27:12.286Z
1652024-10-25T17:27:12.286ZEditable files to change:
1662024-10-25T17:27:12.286Z Update:
1672024-10-25T17:27:12.286Z usr/share/lib/pkg/web/config.shtml
1682024-10-25T17:27:12.364Z
1692024-10-25T17:27:12.364ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-10-25T17:27:17.365ZDownload: 856/4281 items 18.7/220.6MB 8% complete (3.9M/s)
1712024-10-25T17:27:22.365ZDownload: 1218/4281 items 93.5/220.6MB 42% complete (9.3M/s)
1722024-10-25T17:27:27.367ZDownload: 1956/4281 items 118.4/220.6MB 53% complete (10.0M/s)
1732024-10-25T17:27:34.633ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (4.8M/s)
1742024-10-25T17:27:39.634ZDownload: 3244/4281 items 196.3/220.6MB 89% complete (7.7M/s)
1752024-10-25T17:27:46.114ZDownload: 3281/4281 items 209.1/220.6MB 94% complete (9.6M/s)
1762024-10-25T17:27:48.934ZDownload: Completed 220.60 MB in 36.57 seconds (6.0M/s)
1772024-10-25T17:27:51.013Z Actions: 1/5063 actions (Removing old actions)
1782024-10-25T17:27:51.036Z Actions: 194/5063 actions (Installing new actions)
1792024-10-25T17:27:55.712Z Actions: 4226/5063 actions (Updating modified actions)
1802024-10-25T17:27:56.028Z Actions: Completed 5063 actions in 5.01 seconds.
1812024-10-25T17:27:56.393Z Done (0.358s)
1822024-10-25T17:27:56.396Z Done (0.000s)
1832024-10-25T17:27:56.890Z Done (0.495s)
1842024-10-25T17:28:01.095Z Done (4.001s)
1852024-10-25T17:28:01.185Z Done (0.019s)
1862024-10-25T17:28:01.187Z Done (0.000s)
1872024-10-25T17:28:01.375Z Done (0.000s)
1882024-10-25T17:28:02.043ZPlanning: Evaluating mediator changes ... Done
1892024-10-25T17:28:02.207ZPlanning: Checking for conflicting actions ... Done
1902024-10-25T17:28:02.210ZPlanning: Consolidating action changes ... Done
1912024-10-25T17:28:02.475ZPlanning: Evaluating mediators ... Done
1922024-10-25T17:28:02.478ZPlanning: Planning completed in 0.43 seconds
1932024-10-25T17:28:02.515Z Mediators to change: 2
1942024-10-25T17:28:02.515Z Create boot environment: No
1952024-10-25T17:28:02.517ZCreate backup boot environment: No
1962024-10-25T17:28:02.574Z Done
1972024-10-25T17:28:02.574Z Done
1982024-10-25T17:28:02.896Z Done
1992024-10-25T17:28:06.462Z Done
2002024-10-25T17:28:06.550Z Done
2012024-10-25T17:28:06.552Z Done
2022024-10-25T17:28:06.646Z Done
2032024-10-25T17:28:07.268ZPlanning: Evaluating mediator changes ... Done
2042024-10-25T17:28:07.272ZPlanning: Merging actions ... Done
2052024-10-25T17:28:07.459ZPlanning: Checking for conflicting actions ... Done
2062024-10-25T17:28:07.461ZPlanning: Consolidating action changes ... Done
2072024-10-25T17:28:07.725ZPlanning: Evaluating mediators ... Done
2082024-10-25T17:28:07.781ZPlanning: Planning completed in 0.76 seconds
2092024-10-25T17:28:07.821Z Packages to change: 1
2102024-10-25T17:28:07.821Z Mediators to change: 1
2112024-10-25T17:28:07.823Z Services to change: 1
2122024-10-25T17:28:07.823Z Create boot environment: No
2132024-10-25T17:28:07.823ZCreate backup boot environment: Yes
2142024-10-25T17:28:09.986Z Actions: 1/6 actions (Updating modified actions)
2152024-10-25T17:28:09.989Z Actions: Completed 6 actions in 0.00 seconds.
2162024-10-25T17:28:09.989Z Done
2172024-10-25T17:28:09.989Z Done
2182024-10-25T17:28:10.090Z Done
2192024-10-25T17:28:13.663Z Done
2202024-10-25T17:28:13.755Z Done
2212024-10-25T17:28:13.758Z Done
2222024-10-25T17:28:13.872Z Done
2232024-10-25T17:28:14.303ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2242024-10-25T17:28:14.303Zclang system 15 system
2252024-10-25T17:28:14.303Zcsh system system illumos
2262024-10-25T17:28:14.303Zctags system system illumos
2272024-10-25T17:28:14.303Zgcc vendor 12 vendor
2282024-10-25T17:28:14.303Zgcc system 10 system
2292024-10-25T17:28:14.303Zgcc system 7 system
2302024-10-25T17:28:14.303Zgo system 1.20 system
2312024-10-25T17:28:14.303Zgo system 1.19 system
2322024-10-25T17:28:14.303Zllvm system 15 system
2332024-10-25T17:28:14.303Zllvm system 14 system
2342024-10-25T17:28:14.303Zmariadb system 10.6 system
2352024-10-25T17:28:14.303Zmta vendor vendor dma
2362024-10-25T17:28:14.303Zopenjdk system 17 system
2372024-10-25T17:28:14.303Zopenjdk system 11 system
2382024-10-25T17:28:14.303Zopenjdk system 1.8 system
2392024-10-25T17:28:14.304Zopenssl vendor 3 vendor
2402024-10-25T17:28:14.304Zperl system 5.36 system
2412024-10-25T17:28:14.304Zpostgresql system 15 system
2422024-10-25T17:28:14.304Zpostgresql system 13 system
2432024-10-25T17:28:14.304Zpython vendor 3 vendor
2442024-10-25T17:28:14.304Zpython system 2 system
2452024-10-25T17:28:14.304Zpython3 system 3.11 system
2462024-10-25T17:28:14.304Zruby system 3.0 system
2472024-10-25T17:28:14.304Zwords vendor vendor american-english
2482024-10-25T17:28:14.304Zwords system system australian-english
2492024-10-25T17:28:14.304Zwords system system british-english
2502024-10-25T17:28:14.304Zwords system system canadian-english
2512024-10-25T17:28:14.304Zwords system system french
2522024-10-25T17:28:14.304Zwords system system italian
2532024-10-25T17:28:14.304Zwords system system ngerman
2542024-10-25T17:28:14.304Zwords system system ogerman
2552024-10-25T17:28:14.304Zwords system system spanish
2562024-10-25T17:28:14.634ZPUBLISHER TYPE STATUS P LOCATION
2572024-10-25T17:28:14.634Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582024-10-25T17:28:16.977ZFMRI IFO
2592024-10-25T17:28:16.977Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602024-10-25T17:28:16.977Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612024-10-25T17:28:16.977Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622024-10-25T17:28:16.977Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632024-10-25T17:28:16.977Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642024-10-25T17:28:16.977Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2652024-10-25T17:28:16.977Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2662024-10-25T17:28:16.977Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2672024-10-25T17:28:16.977Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2682024-10-25T17:28:16.977Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2692024-10-25T17:28:16.977Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2702024-10-25T17:28:16.977Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2712024-10-25T17:28:16.977Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2722024-10-25T17:28:16.977Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2732024-10-25T17:28:16.977Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2742024-10-25T17:28:17.675Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2752024-10-25T17:28:17.971Z Updating crates.io index
2762024-10-25T17:28:18.043Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2772024-10-25T17:28:18.763Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2782024-10-25T17:28:18.989Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792024-10-25T17:28:19.204Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802024-10-25T17:28:19.465Z Updating git repository `https://github.com/oxidecomputer/propolis`
2812024-10-25T17:28:20.237Z Updating git repository `https://github.com/oxidecomputer/crucible`
2822024-10-25T17:28:22.403Z Updating git repository `https://github.com/oxidecomputer/opte`
2832024-10-25T17:28:23.331Z Updating git repository `https://github.com/oxidecomputer/falcon`
2842024-10-25T17:28:23.957Z Updating git repository `https://github.com/oxidecomputer/clickward`
2852024-10-25T17:28:24.224Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2862024-10-25T17:28:24.495Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872024-10-25T17:28:25.036Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2882024-10-25T17:28:25.381Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2892024-10-25T17:28:25.648Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902024-10-25T17:28:25.921Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2912024-10-25T17:28:26.224Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2922024-10-25T17:28:26.450Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2932024-10-25T17:28:26.716Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942024-10-25T17:28:27.029Z Updating git repository `https://github.com/oxidecomputer/ispf`
2952024-10-25T17:28:27.367Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2962024-10-25T17:28:27.619Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2972024-10-25T17:28:28.079Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2982024-10-25T17:28:28.344Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992024-10-25T17:28:28.788Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3002024-10-25T17:28:29.212Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3012024-10-25T17:28:29.470Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3022024-10-25T17:28:29.707Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3032024-10-25T17:28:30.991Z Downloading crates ...
3042024-10-25T17:28:31.052Z Downloaded block-buffer v0.10.4
3052024-10-25T17:28:31.054Z Downloaded cargo_metadata v0.18.1
3062024-10-25T17:28:31.057Z Downloaded anstyle-parse v0.2.5
3072024-10-25T17:28:31.060Z Downloaded clap v4.5.20
3082024-10-25T17:28:31.070Z Downloaded dtrace-parser v0.2.0
3092024-10-25T17:28:31.073Z Downloaded scroll_derive v0.12.0
3102024-10-25T17:28:31.077Z Downloaded camino v1.1.9
3112024-10-25T17:28:31.079Z Downloaded usdt-attr-macro v0.5.0
3122024-10-25T17:28:31.082Z Downloaded clap_lex v0.7.2
3132024-10-25T17:28:31.082Z Downloaded autocfg v1.4.0
3142024-10-25T17:28:31.084Z Downloaded toml_datetime v0.6.8
3152024-10-25T17:28:31.086Z Downloaded terminal_size v0.4.0
3162024-10-25T17:28:31.086Z Downloaded plain v0.2.3
3172024-10-25T17:28:31.089Z Downloaded fs-err v2.11.0
3182024-10-25T17:28:31.089Z Downloaded errno v0.3.9
3192024-10-25T17:28:31.091Z Downloaded unicode-linebreak v0.1.5
3202024-10-25T17:28:31.094Z Downloaded crypto-common v0.1.6
3212024-10-25T17:28:31.094Z Downloaded thiserror-impl v1.0.64
3222024-10-25T17:28:31.094Z Downloaded proc-macro-error-attr v1.0.4
3232024-10-25T17:28:31.097Z Downloaded utf8parse v0.2.2
3242024-10-25T17:28:31.100Z Downloaded swrite v0.1.0
3252024-10-25T17:28:31.100Z Downloaded serde_spanned v0.6.8
3262024-10-25T17:28:31.103Z Downloaded pest_derive v2.7.14
3272024-10-25T17:28:31.106Z Downloaded sha2 v0.10.8
3282024-10-25T17:28:31.114Z Downloaded bytecount v0.6.8
3292024-10-25T17:28:31.123Z Downloaded cargo-platform v0.1.8
3302024-10-25T17:28:31.125Z Downloaded byteorder v1.5.0
3312024-10-25T17:28:31.128Z Downloaded serde_derive v1.0.210
3322024-10-25T17:28:31.130Z Downloaded anstyle v1.0.8
3332024-10-25T17:28:31.132Z Downloaded ucd-trie v0.1.7
3342024-10-25T17:28:31.135Z Downloaded anstyle-query v1.1.1
3352024-10-25T17:28:31.141Z Downloaded equivalent v1.0.1
3362024-10-25T17:28:31.151Z Downloaded anyhow v1.0.89
3372024-10-25T17:28:31.154Z Downloaded pretty-hex v0.4.1
3382024-10-25T17:28:31.156Z Downloaded cfg-if v1.0.0
3392024-10-25T17:28:31.156Z Downloaded cargo_toml v0.20.5
3402024-10-25T17:28:31.158Z Downloaded camino-tempfile v1.1.1
3412024-10-25T17:28:31.160Z Downloaded anstream v0.6.15
3422024-10-25T17:28:31.163Z Downloaded usdt-macro v0.5.0
3432024-10-25T17:28:31.169Z Downloaded bitflags v2.6.0
3442024-10-25T17:28:31.173Z Downloaded papergrid v0.11.0
3452024-10-25T17:28:31.178Z Downloaded indexmap v2.6.0
3462024-10-25T17:28:31.182Z Downloaded cpufeatures v0.2.14
3472024-10-25T17:28:31.184Z Downloaded is_terminal_polyfill v1.70.1
3482024-10-25T17:28:31.187Z Downloaded heck v0.5.0
3492024-10-25T17:28:31.187Z Downloaded generic-array v0.14.7
3502024-10-25T17:28:31.189Z Downloaded strsim v0.11.1
3512024-10-25T17:28:31.189Z Downloaded version_check v0.9.5
3522024-10-25T17:28:31.189Z Downloaded fastrand v2.1.1
3532024-10-25T17:28:31.192Z Downloaded serde_tokenstream v0.2.2
3542024-10-25T17:28:31.194Z Downloaded macaddr v1.0.1
3552024-10-25T17:28:31.194Z Downloaded fnv v1.0.7
3562024-10-25T17:28:31.196Z Downloaded dof v0.3.0
3572024-10-25T17:28:31.196Z Downloaded digest v0.10.7
3582024-10-25T17:28:31.199Z Downloaded colorchoice v1.0.2
3592024-10-25T17:28:31.199Z Downloaded smawk v0.3.2
3602024-10-25T17:28:31.201Z Downloaded memmap v0.7.0
3612024-10-25T17:28:31.203Z Downloaded thread-id v4.2.2
3622024-10-25T17:28:31.205Z Downloaded thiserror v1.0.64
3632024-10-25T17:28:31.209Z Downloaded scroll v0.12.0
3642024-10-25T17:28:31.212Z Downloaded usdt-impl v0.5.0
3652024-10-25T17:28:31.214Z Downloaded usdt v0.5.0
3662024-10-25T17:28:31.216Z Downloaded pest_generator v2.7.14
3672024-10-25T17:28:31.221Z Downloaded quote v1.0.37
3682024-10-25T17:28:31.224Z Downloaded itoa v1.0.11
3692024-10-25T17:28:31.227Z Downloaded once_cell v1.20.2
3702024-10-25T17:28:31.230Z Downloaded clap_derive v4.5.18
3712024-10-25T17:28:31.230Z Downloaded heck v0.4.1
3722024-10-25T17:28:31.232Z Downloaded tabled_derive v0.7.0
3732024-10-25T17:28:31.238Z Downloaded tempfile v3.13.0
3742024-10-25T17:28:31.241Z Downloaded proc-macro-error v1.0.4
3752024-10-25T17:28:31.245Z Downloaded memchr v2.7.4
3762024-10-25T17:28:31.250Z Downloaded log v0.4.22
3772024-10-25T17:28:31.252Z Downloaded semver v1.0.23
3782024-10-25T17:28:31.256Z Downloaded typenum v1.17.0
3792024-10-25T17:28:31.258Z Downloaded proc-macro2 v1.0.87
3802024-10-25T17:28:31.261Z Downloaded zerocopy-derive v0.7.35
3812024-10-25T17:28:31.265Z Downloaded unicode-ident v1.0.13
3822024-10-25T17:28:31.267Z Downloaded toml v0.8.19
3832024-10-25T17:28:31.272Z Downloaded pest_meta v2.7.14
3842024-10-25T17:28:31.274Z Downloaded ryu v1.0.18
3852024-10-25T17:28:31.277Z Downloaded textwrap v0.16.1
3862024-10-25T17:28:31.291Z Downloaded serde v1.0.210
3872024-10-25T17:28:31.294Z Downloaded hashbrown v0.15.0
3882024-10-25T17:28:31.318Z Downloaded toml_edit v0.22.22
3892024-10-25T17:28:31.340Z Downloaded zerocopy v0.7.35
3902024-10-25T17:28:31.355Z Downloaded tabled v0.15.0
3912024-10-25T17:28:31.371Z Downloaded serde_json v1.0.128
3922024-10-25T17:28:31.377Z Downloaded winnow v0.6.20
3932024-10-25T17:28:31.385Z Downloaded pest v2.7.14
3942024-10-25T17:28:31.390Z Downloaded goblin v0.8.2
3952024-10-25T17:28:31.396Z Downloaded clap_builder v4.5.20
3962024-10-25T17:28:31.403Z Downloaded syn v1.0.109
3972024-10-25T17:28:31.413Z Downloaded unicode-width v0.1.14
3982024-10-25T17:28:31.419Z Downloaded syn v2.0.79
3992024-10-25T17:28:31.430Z Downloaded rustix v0.38.37
4002024-10-25T17:28:31.451Z Downloaded libc v0.2.161
4012024-10-25T17:28:31.753Z Compiling proc-macro2 v1.0.87
4022024-10-25T17:28:31.753Z Compiling unicode-ident v1.0.13
4032024-10-25T17:28:31.756Z Compiling version_check v0.9.5
4042024-10-25T17:28:31.756Z Compiling serde v1.0.210
4052024-10-25T17:28:31.756Z Compiling thiserror v1.0.64
4062024-10-25T17:28:31.756Z Compiling memchr v2.7.4
4072024-10-25T17:28:31.756Z Compiling libc v0.2.161
4082024-10-25T17:28:31.787Z Compiling ucd-trie v0.1.7
4092024-10-25T17:28:32.386Z Compiling ryu v1.0.18
4102024-10-25T17:28:32.480Z Compiling itoa v1.0.11
4112024-10-25T17:28:32.552Z Compiling once_cell v1.20.2
4122024-10-25T17:28:32.642Z Compiling byteorder v1.5.0
4132024-10-25T17:28:32.712Z Compiling serde_json v1.0.128
4142024-10-25T17:28:32.960Z Compiling rustix v0.38.37
4152024-10-25T17:28:33.109Z Compiling bitflags v2.6.0
4162024-10-25T17:28:33.161Z Compiling usdt-impl v0.5.0
4172024-10-25T17:28:33.473Z Compiling quote v1.0.37
4182024-10-25T17:28:33.543Z Compiling proc-macro-error-attr v1.0.4
4192024-10-25T17:28:33.590Z Compiling syn v1.0.109
4202024-10-25T17:28:33.760Z Compiling proc-macro-error v1.0.4
4212024-10-25T17:28:33.900Z Compiling syn v2.0.79
4222024-10-25T17:28:33.925Z Compiling hashbrown v0.15.0
4232024-10-25T17:28:34.108Z Compiling errno v0.3.9
4242024-10-25T17:28:34.261Z Compiling log v0.4.22
4252024-10-25T17:28:34.355Z Compiling thread-id v4.2.2
4262024-10-25T17:28:34.383Z Compiling equivalent v1.0.1
4272024-10-25T17:28:34.408Z Compiling camino v1.1.9
4282024-10-25T17:28:34.440Z Compiling plain v0.2.3
4292024-10-25T17:28:34.475Z Compiling utf8parse v0.2.2
4302024-10-25T17:28:34.655Z Compiling anstyle-parse v0.2.5
4312024-10-25T17:28:35.016Z Compiling colorchoice v1.0.2
4322024-10-25T17:28:35.194Z Compiling indexmap v2.6.0
4332024-10-25T17:28:35.221Z Compiling winnow v0.6.20
4342024-10-25T17:28:35.224Z Compiling anstyle v1.0.8
4352024-10-25T17:28:35.225Z Compiling unicode-width v0.1.14
4362024-10-25T17:28:35.460Z Compiling autocfg v1.4.0
4372024-10-25T17:28:35.708Z Compiling is_terminal_polyfill v1.70.1
4382024-10-25T17:28:35.813Z Compiling anstyle-query v1.1.1
4392024-10-25T17:28:35.846Z Compiling pretty-hex v0.4.1
4402024-10-25T17:28:35.973Z Compiling semver v1.0.23
4412024-10-25T17:28:36.073Z Compiling anstream v0.6.15
4422024-10-25T17:28:36.516Z Compiling terminal_size v0.4.0
4432024-10-25T17:28:36.649Z Compiling fs-err v2.11.0
4442024-10-25T17:28:36.766Z Compiling clap_lex v0.7.2
4452024-10-25T17:28:36.832Z Compiling fastrand v2.1.1
4462024-10-25T17:28:36.855Z Compiling fnv v1.0.7
4472024-10-25T17:28:36.942Z Compiling anyhow v1.0.89
4482024-10-25T17:28:36.991Z Compiling cfg-if v1.0.0
4492024-10-25T17:28:37.098Z Compiling heck v0.5.0
4502024-10-25T17:28:37.179Z Compiling bytecount v0.6.8
4512024-10-25T17:28:37.417Z Compiling strsim v0.11.1
4522024-10-25T17:28:37.596Z Compiling heck v0.4.1
4532024-10-25T17:28:37.724Z Compiling clap_builder v4.5.20
4542024-10-25T17:28:37.812Z Compiling tempfile v3.13.0
4552024-10-25T17:28:38.094Z Compiling papergrid v0.11.0
4562024-10-25T17:28:38.268Z Compiling memmap v0.7.0
4572024-10-25T17:28:38.349Z Compiling smawk v0.3.2
4582024-10-25T17:28:38.582Z Compiling unicode-linebreak v0.1.5
4592024-10-25T17:28:39.110Z Compiling textwrap v0.16.1
4602024-10-25T17:28:39.136Z Compiling swrite v0.1.0
4612024-10-25T17:28:40.205Z Compiling tabled_derive v0.7.0
4622024-10-25T17:28:42.073Z Compiling tabled v0.15.0
4632024-10-25T17:28:42.869Z Compiling serde_derive v1.0.210
4642024-10-25T17:28:42.871Z Compiling thiserror-impl v1.0.64
4652024-10-25T17:28:42.871Z Compiling zerocopy-derive v0.7.35
4662024-10-25T17:28:42.871Z Compiling scroll_derive v0.12.0
4672024-10-25T17:28:43.287Z Compiling clap_derive v4.5.18
4682024-10-25T17:28:44.447Z Compiling scroll v0.12.0
4692024-10-25T17:28:44.874Z Compiling zerocopy v0.7.35
4702024-10-25T17:28:44.941Z Compiling goblin v0.8.2
4712024-10-25T17:28:45.615Z Compiling pest v2.7.14
4722024-10-25T17:28:47.069Z Compiling clap v4.5.20
4732024-10-25T17:28:47.961Z Compiling pest_meta v2.7.14
4742024-10-25T17:28:48.824Z Compiling pest_generator v2.7.14
4752024-10-25T17:28:50.873Z Compiling pest_derive v2.7.14
4762024-10-25T17:28:51.606Z Compiling dtrace-parser v0.2.0
4772024-10-25T17:28:53.181Z Compiling serde_tokenstream v0.2.2
4782024-10-25T17:28:53.223Z Compiling serde_spanned v0.6.8
4792024-10-25T17:28:53.226Z Compiling toml_datetime v0.6.8
4802024-10-25T17:28:53.478Z Compiling cargo-platform v0.1.8
4812024-10-25T17:28:53.620Z Compiling toml_edit v0.22.22
4822024-10-25T17:28:53.775Z Compiling macaddr v1.0.1
4832024-10-25T17:28:53.963Z Compiling camino-tempfile v1.1.1
4842024-10-25T17:28:54.670Z Compiling dof v0.3.0
4852024-10-25T17:28:54.692Z Compiling cargo_metadata v0.18.1
4862024-10-25T17:28:56.359Z Compiling usdt-attr-macro v0.5.0
4872024-10-25T17:28:56.362Z Compiling usdt-macro v0.5.0
4882024-10-25T17:28:56.468Z Compiling toml v0.8.19
4892024-10-25T17:28:57.506Z Compiling cargo_toml v0.20.5
4902024-10-25T17:28:57.773Z Compiling usdt v0.5.0
4912024-10-25T17:29:01.008Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922024-10-25T17:29:04.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.52s
4932024-10-25T17:29:05.230Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4942024-10-25T17:29:05.812Z Downloading crates ...
4952024-10-25T17:29:05.930Z Downloaded atomicwrites v0.4.4
4962024-10-25T17:29:05.932Z Downloaded async-stream-impl v0.3.6
4972024-10-25T17:29:05.937Z Downloaded addr2line v0.24.2
4982024-10-25T17:29:05.942Z Downloaded bb8 v0.8.5
4992024-10-25T17:29:05.946Z Downloaded async-recursion v1.1.1
5002024-10-25T17:29:05.951Z Downloaded aead v0.5.2
5012024-10-25T17:29:05.956Z Downloaded cassowary v0.3.0
5022024-10-25T17:29:05.959Z Downloaded arrayref v0.3.9
5032024-10-25T17:29:05.963Z Downloaded crc v3.2.1
5042024-10-25T17:29:05.966Z Downloaded convert_case v0.4.0
5052024-10-25T17:29:05.968Z Downloaded curve25519-dalek-derive v0.1.1
5062024-10-25T17:29:05.968Z Downloaded chacha20 v0.9.1
5072024-10-25T17:29:05.970Z Downloaded cexpr v0.6.0
5082024-10-25T17:29:05.973Z Downloaded ahash v0.8.11
5092024-10-25T17:29:05.975Z Downloaded cobs v0.2.3
5102024-10-25T17:29:05.978Z Downloaded csv-core v0.1.11
5112024-10-25T17:29:05.980Z Downloaded cookie v0.18.1
5122024-10-25T17:29:05.982Z Downloaded crc32fast v1.4.2
5132024-10-25T17:29:05.983Z Downloaded crossbeam-epoch v0.9.18
5142024-10-25T17:29:05.985Z Downloaded ciborium-ll v0.2.2
5152024-10-25T17:29:05.988Z Downloaded is_ci v1.2.0
5162024-10-25T17:29:05.990Z Downloaded bzip2 v0.4.4
5172024-10-25T17:29:05.990Z Downloaded chrono-tz-build v0.4.0
5182024-10-25T17:29:05.993Z Downloaded instant v0.1.13
5192024-10-25T17:29:05.993Z Downloaded bitfield v0.14.0
5202024-10-25T17:29:05.997Z Downloaded crypto-bigint v0.5.5
5212024-10-25T17:29:06.001Z Downloaded new_debug_unreachable v1.0.6
5222024-10-25T17:29:06.004Z Downloaded newtype_derive v0.1.6
5232024-10-25T17:29:06.004Z Downloaded matches v0.1.10
5242024-10-25T17:29:06.006Z Downloaded const_format v0.2.33
5252024-10-25T17:29:06.010Z Downloaded arc-swap v1.7.1
5262024-10-25T17:29:06.014Z Downloaded hubpack v0.1.2
5272024-10-25T17:29:06.017Z Downloaded rustc_version v0.1.7
5282024-10-25T17:29:06.017Z Downloaded is-terminal v0.4.13
5292024-10-25T17:29:06.019Z Downloaded num-derive v0.4.2
5302024-10-25T17:29:06.019Z Downloaded managed v0.8.0
5312024-10-25T17:29:06.022Z Downloaded linear-map v1.2.0
5322024-10-25T17:29:06.024Z Downloaded rustls-pki-types v1.9.0
5332024-10-25T17:29:06.026Z Downloaded multimap v0.10.0
5342024-10-25T17:29:06.029Z Downloaded atty v0.2.14
5352024-10-25T17:29:06.029Z Downloaded serde_repr v0.1.19
5362024-10-25T17:29:06.031Z Downloaded mockall v0.13.0
5372024-10-25T17:29:06.034Z Downloaded kstat-rs v0.2.4
5382024-10-25T17:29:06.034Z Downloaded hyper-rustls v0.27.3
5392024-10-25T17:29:06.036Z Downloaded lru v0.12.5
5402024-10-25T17:29:06.039Z Downloaded async-stream v0.3.6
5412024-10-25T17:29:06.042Z Downloaded shlex v1.3.0
5422024-10-25T17:29:06.042Z Downloaded bit-set v0.5.3
5432024-10-25T17:29:06.044Z Downloaded num_enum_derive v0.5.11
5442024-10-25T17:29:06.044Z Downloaded memmap2 v0.9.5
5452024-10-25T17:29:06.048Z Downloaded libloading v0.8.5
5462024-10-25T17:29:06.051Z Downloaded nu-ansi-term v0.50.1
5472024-10-25T17:29:06.053Z Downloaded sync_wrapper v0.1.2
5482024-10-25T17:29:06.053Z Downloaded mime_guess v2.0.5
5492024-10-25T17:29:06.056Z Downloaded jobserver v0.1.32
5502024-10-25T17:29:06.058Z Downloaded backoff v0.4.0
5512024-10-25T17:29:06.061Z Downloaded num-rational v0.4.2
5522024-10-25T17:29:06.063Z Downloaded num-complex v0.4.6
5532024-10-25T17:29:06.063Z Downloaded indexmap v1.9.3
5542024-10-25T17:29:06.067Z Downloaded bitflags v1.3.2
5552024-10-25T17:29:06.070Z Downloaded cfg_aliases v0.2.1
5562024-10-25T17:29:06.073Z Downloaded cstr-argument v0.1.2
5572024-10-25T17:29:06.073Z Downloaded crunchy v0.2.2
5582024-10-25T17:29:06.075Z Downloaded crucible-workspace-hack v0.1.0
5592024-10-25T17:29:06.075Z Downloaded ciborium-io v0.2.2
5602024-10-25T17:29:06.075Z Downloaded base16ct v0.2.0
5612024-10-25T17:29:06.077Z Downloaded bitfield-struct v0.6.2
5622024-10-25T17:29:06.078Z Downloaded atomic-waker v1.1.2
5632024-10-25T17:29:06.080Z Downloaded block-padding v0.3.3
5642024-10-25T17:29:06.080Z Downloaded array-init v0.0.4
5652024-10-25T17:29:06.084Z Downloaded ascii-canvas v3.0.0
5662024-10-25T17:29:06.084Z Downloaded thread_local v1.1.8
5672024-10-25T17:29:06.086Z Downloaded cbc v0.1.2
5682024-10-25T17:29:06.086Z Downloaded bcs v0.1.6
5692024-10-25T17:29:06.088Z Downloaded waitgroup v0.1.2
5702024-10-25T17:29:06.095Z Downloaded minimal-lexical v0.2.1
5712024-10-25T17:29:06.098Z Downloaded cfg_aliases v0.1.1
5722024-10-25T17:29:06.098Z Downloaded tower-service v0.3.3
5732024-10-25T17:29:06.098Z Downloaded tracing-attributes v0.1.27
5742024-10-25T17:29:06.101Z Downloaded colored v2.1.0
5752024-10-25T17:29:06.101Z Downloaded cipher v0.4.4
5762024-10-25T17:29:06.105Z Downloaded itertools v0.12.1
5772024-10-25T17:29:06.111Z Downloaded ident_case v1.0.1
5782024-10-25T17:29:06.114Z Downloaded hubpack_derive v0.1.1
5792024-10-25T17:29:06.114Z Downloaded darling_macro v0.20.10
5802024-10-25T17:29:06.114Z Downloaded castaway v0.2.3
5812024-10-25T17:29:06.116Z Downloaded buf-list v1.0.3
5822024-10-25T17:29:06.119Z Downloaded blake2 v0.10.6
5832024-10-25T17:29:06.121Z Downloaded async-bb8-diesel v0.2.1
5842024-10-25T17:29:06.123Z Downloaded ctr v0.9.2
5852024-10-25T17:29:06.126Z Downloaded crossbeam-deque v0.8.5
5862024-10-25T17:29:06.128Z Downloaded cancel-safe-futures v0.1.5
5872024-10-25T17:29:06.131Z Downloaded base64ct v1.6.0
5882024-10-25T17:29:06.133Z Downloaded indoc v1.0.9
5892024-10-25T17:29:06.136Z Downloaded endian-type v0.1.2
5902024-10-25T17:29:06.138Z Downloaded defmt v0.3.8
5912024-10-25T17:29:06.141Z Downloaded thiserror-impl-no-std v2.0.2
5922024-10-25T17:29:06.145Z Downloaded http-body v0.4.6
5932024-10-25T17:29:06.145Z Downloaded constant_time_eq v0.3.1
5942024-10-25T17:29:06.147Z Downloaded const_format_proc_macros v0.2.33
5952024-10-25T17:29:06.147Z Downloaded ciborium v0.2.2
5962024-10-25T17:29:06.151Z Downloaded impl-trait-for-tuples v0.2.2
5972024-10-25T17:29:06.153Z Downloaded match_cfg v0.1.0
5982024-10-25T17:29:06.155Z Downloaded siphasher v0.3.11
5992024-10-25T17:29:06.155Z Downloaded thiserror-no-std v2.0.2
6002024-10-25T17:29:06.160Z Downloaded lru-cache v0.1.2
6012024-10-25T17:29:06.164Z Downloaded unicase v2.7.0
6022024-10-25T17:29:06.164Z Downloaded path-slash v0.1.5
6032024-10-25T17:29:06.166Z Downloaded nodrop v0.1.14
6042024-10-25T17:29:06.166Z Downloaded num-conv v0.1.0
6052024-10-25T17:29:06.166Z Downloaded md5 v0.7.0
6062024-10-25T17:29:06.170Z Downloaded normalize-line-endings v0.3.0
6072024-10-25T17:29:06.170Z Downloaded strum_macros v0.25.3
6082024-10-25T17:29:06.172Z Downloaded shell-words v1.1.0
6092024-10-25T17:29:06.172Z Downloaded indent_write v2.2.0
6102024-10-25T17:29:06.175Z Downloaded cookie_store v0.21.0
6112024-10-25T17:29:06.177Z Downloaded zeroize v1.8.1
6122024-10-25T17:29:06.177Z Downloaded ipnetwork v0.20.0
6132024-10-25T17:29:06.180Z Downloaded internet-checksum v0.2.1
6142024-10-25T17:29:06.180Z Downloaded instability v0.3.2
6152024-10-25T17:29:06.182Z Downloaded httpdate v1.0.3
6162024-10-25T17:29:06.182Z Downloaded rustls-pemfile v1.0.4
6172024-10-25T17:29:06.184Z Downloaded ref-cast-impl v1.0.23
6182024-10-25T17:29:06.187Z Downloaded diff v0.1.13
6192024-10-25T17:29:06.190Z Downloaded md-5 v0.10.6
6202024-10-25T17:29:06.192Z Downloaded russh-cryptovec v0.7.3
6212024-10-25T17:29:06.192Z Downloaded gethostname v0.5.0
6222024-10-25T17:29:06.195Z Downloaded fd-lock v4.0.2
6232024-10-25T17:29:06.198Z Downloaded zone_cfg_derive v0.3.0
6242024-10-25T17:29:06.198Z Downloaded foreign-types v0.3.2
6252024-10-25T17:29:06.198Z Downloaded diesel_table_macro_syntax v0.2.0
6262024-10-25T17:29:06.202Z Downloaded zone_cfg_derive v0.1.2
6272024-10-25T17:29:06.202Z Downloaded want v0.3.1
6282024-10-25T17:29:06.202Z Downloaded stable_deref_trait v1.2.0
6292024-10-25T17:29:06.205Z Downloaded num_threads v0.1.7
6302024-10-25T17:29:06.205Z Downloaded data-encoding v2.6.0
6312024-10-25T17:29:06.205Z Downloaded slab v0.4.9
6322024-10-25T17:29:06.210Z Downloaded iana-time-zone v0.1.61
6332024-10-25T17:29:06.213Z Downloaded ipnet v2.10.1
6342024-10-25T17:29:06.213Z Downloaded opaque-debug v0.3.1
6352024-10-25T17:29:06.213Z Downloaded sqlparser_derive v0.2.2
6362024-10-25T17:29:06.213Z Downloaded env_logger v0.11.5
6372024-10-25T17:29:06.216Z Downloaded snafu-derive v0.8.5
6382024-10-25T17:29:06.219Z Downloaded maplit v1.0.2
6392024-10-25T17:29:06.219Z Downloaded pkg-config v0.3.31
6402024-10-25T17:29:06.221Z Downloaded paste v1.0.15
6412024-10-25T17:29:06.223Z Downloaded radium v0.7.0
6422024-10-25T17:29:06.226Z Downloaded newline-converter v0.3.0
6432024-10-25T17:29:06.226Z Downloaded crc-any v2.5.0
6442024-10-25T17:29:06.229Z Downloaded maybe-uninit v2.0.0
6452024-10-25T17:29:06.231Z Downloaded newtype-uuid v1.1.2
6462024-10-25T17:29:06.231Z Downloaded nanorand v0.7.0
6472024-10-25T17:29:06.233Z Downloaded bytes v1.7.2
6482024-10-25T17:29:06.238Z Downloaded num v0.4.3
6492024-10-25T17:29:06.241Z Downloaded sqlformat v0.2.6
6502024-10-25T17:29:06.244Z Downloaded num-iter v0.1.45
6512024-10-25T17:29:06.244Z Downloaded num-integer v0.1.46
6522024-10-25T17:29:06.250Z Downloaded dhcproto-macros v0.1.0
6532024-10-25T17:29:06.250Z Downloaded secrecy v0.8.0
6542024-10-25T17:29:06.250Z Downloaded slog-dtrace v0.3.0
6552024-10-25T17:29:06.254Z Downloaded time-core v0.1.2
6562024-10-25T17:29:06.254Z Downloaded termtree v0.4.1
6572024-10-25T17:29:06.254Z Downloaded multer v3.1.0
6582024-10-25T17:29:06.254Z Downloaded hickory-client v0.24.1
6592024-10-25T17:29:06.257Z Downloaded quick-error v1.2.3
6602024-10-25T17:29:06.259Z Downloaded structmeta v0.3.0
6612024-10-25T17:29:06.259Z Downloaded num_enum v0.5.11
6622024-10-25T17:29:06.264Z Downloaded crossbeam-utils v0.8.20
6632024-10-25T17:29:06.267Z Downloaded des v0.8.1
6642024-10-25T17:29:06.270Z Downloaded oso-derive v0.27.3
6652024-10-25T17:29:06.270Z Downloaded glob v0.3.1
6662024-10-25T17:29:06.272Z Downloaded subtle v2.6.1
6672024-10-25T17:29:06.275Z Downloaded rusty-fork v0.3.0
6682024-10-25T17:29:06.275Z Downloaded topological-sort v0.2.2
6692024-10-25T17:29:06.277Z Downloaded tokio-native-tls v0.3.1
6702024-10-25T17:29:06.280Z Downloaded tokio-macros v2.4.0
6712024-10-25T17:29:06.280Z Downloaded pkcs8 v0.10.2
6722024-10-25T17:29:06.285Z Downloaded const-oid v0.9.6
6732024-10-25T17:29:06.287Z Downloaded clang-sys v1.8.1
6742024-10-25T17:29:06.291Z Downloaded chacha20poly1305 v0.10.1
6752024-10-25T17:29:06.291Z Downloaded unicode-xid v0.2.6
6762024-10-25T17:29:06.301Z Downloaded unicode-truncate v1.1.0
6772024-10-25T17:29:06.306Z Downloaded fxhash v0.2.1
6782024-10-25T17:29:06.306Z Downloaded fallible-iterator v0.3.0
6792024-10-25T17:29:06.310Z Downloaded embedded-io v0.6.1
6802024-10-25T17:29:06.310Z Downloaded slog-envlogger v2.2.0
6812024-10-25T17:29:06.310Z Downloaded signature v2.2.0
6822024-10-25T17:29:06.314Z Downloaded diesel_derives v2.2.3
6832024-10-25T17:29:06.318Z Downloaded flume v0.11.0
6842024-10-25T17:29:06.322Z Downloaded semver v0.1.20
6852024-10-25T17:29:06.322Z Downloaded peg-runtime v0.8.3
6862024-10-25T17:29:06.326Z Downloaded hash32 v0.3.1
6872024-10-25T17:29:06.326Z Downloaded spin v0.9.8
6882024-10-25T17:29:06.330Z Downloaded pkcs5 v0.7.1
6892024-10-25T17:29:06.337Z Downloaded hash32 v0.2.1
6902024-10-25T17:29:06.337Z Downloaded foreign-types-shared v0.1.1
6912024-10-25T17:29:06.337Z Downloaded fallible-streaming-iterator v0.1.9
6922024-10-25T17:29:06.337Z Downloaded walkdir v2.5.0
6932024-10-25T17:29:06.341Z Downloaded serde-big-array v0.5.1
6942024-10-25T17:29:06.341Z Downloaded foreign-types-shared v0.3.1
6952024-10-25T17:29:06.341Z Downloaded vte v0.11.1
6962024-10-25T17:29:06.341Z Downloaded try-lock v0.2.5
6972024-10-25T17:29:06.345Z Downloaded toolchain_find v0.4.0
6982024-10-25T17:29:06.345Z Downloaded packed_struct_codegen v0.10.1
6992024-10-25T17:29:06.345Z Downloaded polyval v0.6.2
7002024-10-25T17:29:06.352Z Downloaded highway v1.2.0
7012024-10-25T17:29:06.352Z Downloaded globset v0.4.15
7022024-10-25T17:29:06.356Z Downloaded indicatif v0.17.8
7032024-10-25T17:29:06.356Z Downloaded yasna v0.5.2
7042024-10-25T17:29:06.362Z Downloaded sct v0.7.1
7052024-10-25T17:29:06.365Z Downloaded sha1 v0.10.6
7062024-10-25T17:29:06.365Z Downloaded mockall_derive v0.13.0
7072024-10-25T17:29:06.369Z Downloaded miniz_oxide v0.8.0
7082024-10-25T17:29:06.369Z Downloaded powerfmt v0.2.0
7092024-10-25T17:29:06.370Z Downloaded compact_str v0.8.0
7102024-10-25T17:29:06.375Z Downloaded headers-core v0.3.0
7112024-10-25T17:29:06.378Z Downloaded structmeta v0.2.0
7122024-10-25T17:29:06.378Z Downloaded strip-ansi-escapes v0.2.0
7132024-10-25T17:29:06.378Z Downloaded foreign-types-macros v0.2.3
7142024-10-25T17:29:06.378Z Downloaded stringprep v0.1.5
7152024-10-25T17:29:06.383Z Downloaded xz2 v0.1.7
7162024-10-25T17:29:06.383Z Downloaded prettyplease v0.2.22
7172024-10-25T17:29:06.386Z Downloaded crossbeam-channel v0.5.13
7182024-10-25T17:29:06.390Z Downloaded foreign-types v0.5.0
7192024-10-25T17:29:06.394Z Downloaded fragile v2.0.0
7202024-10-25T17:29:06.394Z Downloaded fallible-iterator v0.2.0
7212024-10-25T17:29:06.398Z Downloaded form_urlencoded v1.2.1
7222024-10-25T17:29:06.398Z Downloaded num-traits v0.2.19
7232024-10-25T17:29:06.404Z Downloaded poly1305 v0.8.0
7242024-10-25T17:29:06.404Z Downloaded rand_core v0.6.4
7252024-10-25T17:29:06.408Z Downloaded rand_chacha v0.3.1
7262024-10-25T17:29:06.408Z Downloaded peg v0.8.4
7272024-10-25T17:29:06.415Z Downloaded pbkdf2 v0.12.2
7282024-10-25T17:29:06.415Z Downloaded pin-utils v0.1.0
7292024-10-25T17:29:06.415Z Downloaded olpc-cjson v0.1.4
7302024-10-25T17:29:06.419Z Downloaded slog-stdlog v4.1.1
7312024-10-25T17:29:06.419Z Downloaded hickory-resolver v0.24.1
7322024-10-25T17:29:06.428Z Downloaded dhcproto v0.12.0
7332024-10-25T17:29:06.432Z Downloaded scrypt v0.11.0
7342024-10-25T17:29:06.432Z Downloaded serde-hex v0.1.0
7352024-10-25T17:29:06.432Z Downloaded utf-8 v0.7.6
7362024-10-25T17:29:06.432Z Downloaded futures-io v0.3.31
7372024-10-25T17:29:06.432Z Downloaded ecdsa v0.16.9
7382024-10-25T17:29:06.433Z Downloaded scheduled-thread-pool v0.2.7
7392024-10-25T17:29:06.438Z Downloaded structmeta-derive v0.3.0
7402024-10-25T17:29:06.438Z Downloaded structmeta-derive v0.2.0
7412024-10-25T17:29:06.438Z Downloaded tabwriter v1.4.0
7422024-10-25T17:29:06.445Z Downloaded ssh-cipher v0.2.0
7432024-10-25T17:29:06.445Z Downloaded derive_builder_core v0.20.2
7442024-10-25T17:29:06.445Z Downloaded derive_builder v0.20.2
7452024-10-25T17:29:06.448Z Downloaded tiny-keccak v2.0.2
7462024-10-25T17:29:06.448Z Downloaded tokio-rustls v0.24.1
7472024-10-25T17:29:06.452Z Downloaded tui-tree-widget v0.22.0
7482024-10-25T17:29:06.457Z Downloaded phf_codegen v0.11.2
7492024-10-25T17:29:06.457Z Downloaded http-body-util v0.1.2
7502024-10-25T17:29:06.457Z Downloaded diesel-dtrace v0.3.0
7512024-10-25T17:29:06.461Z Downloaded ppv-lite86 v0.2.20
7522024-10-25T17:29:06.461Z Downloaded peg-macros v0.8.4
7532024-10-25T17:29:06.465Z Downloaded defmt-parser v0.3.4
7542024-10-25T17:29:06.465Z Downloaded number_prefix v0.4.0
7552024-10-25T17:29:06.465Z Downloaded http-range v0.1.5
7562024-10-25T17:29:06.465Z Downloaded http-body v1.0.1
7572024-10-25T17:29:06.467Z Downloaded futures-executor v0.3.31
7582024-10-25T17:29:06.468Z Downloaded progenitor-client v0.8.0
7592024-10-25T17:29:06.468Z Downloaded filetime v0.2.25
7602024-10-25T17:29:06.472Z Downloaded serde_path_to_error v0.1.16
7612024-10-25T17:29:06.475Z Downloaded resolv-conf v0.7.0
7622024-10-25T17:29:06.475Z Downloaded postgres-types v0.2.8
7632024-10-25T17:29:06.479Z Downloaded spin v0.5.2
7642024-10-25T17:29:06.479Z Downloaded serde_derive_internals v0.29.1
7652024-10-25T17:29:06.482Z Downloaded postgres-protocol v0.6.7
7662024-10-25T17:29:06.482Z Downloaded unicode-bidi v0.3.17
7672024-10-25T17:29:06.485Z Downloaded oso v0.27.3
7682024-10-25T17:29:06.489Z Downloaded take_mut v0.2.2
7692024-10-25T17:29:06.493Z Downloaded tokio-postgres v0.7.12
7702024-10-25T17:29:06.495Z Downloaded phf_shared v0.11.2
7712024-10-25T17:29:06.495Z Downloaded twox-hash v1.6.3
7722024-10-25T17:29:06.500Z Downloaded serde_urlencoded v0.7.1
7732024-10-25T17:29:06.504Z Downloaded rand_seeder v0.3.0
7742024-10-25T17:29:06.504Z Downloaded uzers v0.12.1
7752024-10-25T17:29:06.507Z Downloaded slog-term v2.9.1
7762024-10-25T17:29:06.507Z Downloaded sync_wrapper v1.0.1
7772024-10-25T17:29:06.510Z Downloaded p256 v0.13.2
7782024-10-25T17:29:06.514Z Downloaded postcard v1.0.10
7792024-10-25T17:29:06.514Z Downloaded flagset v0.4.6
7802024-10-25T17:29:06.518Z Downloaded wait-timeout v0.2.0
7812024-10-25T17:29:06.519Z Downloaded slog-json v2.6.1
7822024-10-25T17:29:06.523Z Downloaded serde_yaml v0.9.34+deprecated
7832024-10-25T17:29:06.527Z Downloaded slog-bunyan v2.5.0
7842024-10-25T17:29:06.527Z Downloaded fixedbitset v0.4.2
7852024-10-25T17:29:06.531Z Downloaded enum-as-inner v0.5.1
7862024-10-25T17:29:06.532Z Downloaded defmt-macros v0.3.9
7872024-10-25T17:29:06.534Z Downloaded parking_lot v0.11.2
7882024-10-25T17:29:06.534Z Downloaded phf_shared v0.10.0
7892024-10-25T17:29:06.537Z Downloaded sigpipe v0.1.3
7902024-10-25T17:29:06.537Z Downloaded float-cmp v0.9.0
7912024-10-25T17:29:06.540Z Downloaded ff v0.13.0
7922024-10-25T17:29:06.540Z Downloaded strum v0.26.3
7932024-10-25T17:29:06.540Z Downloaded predicates-tree v1.0.11
7942024-10-25T17:29:06.543Z Downloaded tracing-core v0.1.32
7952024-10-25T17:29:06.546Z Downloaded tough v0.17.1
7962024-10-25T17:29:06.553Z Downloaded percent-encoding v2.3.1
7972024-10-25T17:29:06.556Z Downloaded static_assertions v1.1.0
7982024-10-25T17:29:06.560Z Downloaded omicron-zone-package v0.11.1
7992024-10-25T17:29:06.564Z Downloaded rpassword v7.3.1
8002024-10-25T17:29:06.564Z Downloaded display-error-chain v0.2.1
8012024-10-25T17:29:06.564Z Downloaded string_cache v0.8.7
8022024-10-25T17:29:06.567Z Downloaded progenitor v0.8.0
8032024-10-25T17:29:06.568Z Downloaded ref-cast v1.0.23
8042024-10-25T17:29:06.585Z Downloaded phf_generator v0.11.2
8052024-10-25T17:29:06.585Z Downloaded tokio-rustls v0.26.0
8062024-10-25T17:29:06.590Z Downloaded tokio-rustls v0.25.0
8072024-10-25T17:29:06.590Z Downloaded funty v2.0.0
8082024-10-25T17:29:06.591Z Downloaded dropshot_endpoint v0.12.0
8092024-10-25T17:29:06.591Z Downloaded uuid v1.10.0
8102024-10-25T17:29:06.591Z Downloaded whoami v1.5.2
8112024-10-25T17:29:06.591Z Downloaded socket2 v0.5.7
8122024-10-25T17:29:06.591Z Downloaded which v4.4.2
8132024-10-25T17:29:06.591Z Downloaded phf v0.11.2
8142024-10-25T17:29:06.595Z Downloaded pem v3.0.4
8152024-10-25T17:29:06.595Z Downloaded wyz v0.5.1
8162024-10-25T17:29:06.597Z Downloaded owo-colors v4.1.0
8172024-10-25T17:29:06.597Z Downloaded same-file v1.0.6
8182024-10-25T17:29:06.600Z Downloaded float-ord v0.3.2
8192024-10-25T17:29:06.600Z Downloaded derive_more v0.99.18
8202024-10-25T17:29:06.611Z Downloaded unicode_categories v0.1.1
8212024-10-25T17:29:06.611Z Downloaded downcast v0.11.0
8222024-10-25T17:29:06.615Z Downloaded pem-rfc7468 v0.7.0
8232024-10-25T17:29:06.615Z Downloaded pretty-hex v0.2.1
8242024-10-25T17:29:06.615Z Downloaded salsa20 v0.10.2
8252024-10-25T17:29:06.615Z Downloaded rfc6979 v0.4.0
8262024-10-25T17:29:06.620Z Downloaded precomputed-hash v0.1.1
8272024-10-25T17:29:06.620Z Downloaded openssl-probe v0.1.5
8282024-10-25T17:29:06.620Z Downloaded openssl-macros v0.1.1
8292024-10-25T17:29:06.620Z Downloaded parse-size v1.0.0
8302024-10-25T17:29:06.623Z Downloaded value-bag v1.9.0
8312024-10-25T17:29:06.623Z Downloaded typify-macro v0.2.0
8322024-10-25T17:29:06.625Z Downloaded rtoolbox v0.0.2
8332024-10-25T17:29:06.625Z Downloaded russh v0.45.0
8342024-10-25T17:29:06.632Z Downloaded ron v0.8.1
8352024-10-25T17:29:06.636Z Downloaded qorb v0.1.2
8362024-10-25T17:29:06.641Z Downloaded hashbrown v0.14.5
8372024-10-25T17:29:06.646Z Downloaded deranged v0.3.11
8382024-10-25T17:29:06.649Z Downloaded untrusted v0.7.1
8392024-10-25T17:29:06.649Z Downloaded smallvec v1.13.2
8402024-10-25T17:29:06.651Z Downloaded termios v0.3.3
8412024-10-25T17:29:06.654Z Downloaded futures-sink v0.3.31
8422024-10-25T17:29:06.656Z Downloaded futures-core v0.3.31
8432024-10-25T17:29:06.656Z Downloaded smf v0.2.3
8442024-10-25T17:29:06.659Z Downloaded unarray v0.1.4
8452024-10-25T17:29:06.659Z Downloaded aho-corasick v1.1.3
8462024-10-25T17:29:06.665Z Downloaded rustc-demangle v0.1.24
8472024-10-25T17:29:06.668Z Downloaded supports-color v3.0.1
8482024-10-25T17:29:06.671Z Downloaded idna v0.5.0
8492024-10-25T17:29:06.677Z Downloaded hostname v0.3.1
8502024-10-25T17:29:06.681Z Downloaded packed_struct v0.10.1
8512024-10-25T17:29:06.681Z Downloaded tap v1.0.1
8522024-10-25T17:29:06.681Z Downloaded proc-macro-crate v1.3.1
8532024-10-25T17:29:06.684Z Downloaded tungstenite v0.23.0
8542024-10-25T17:29:06.687Z Downloaded tungstenite v0.21.0
8552024-10-25T17:29:06.692Z Downloaded dyn-clone v1.0.17
8562024-10-25T17:29:06.696Z Downloaded dirs-next v2.0.0
8572024-10-25T17:29:06.696Z Downloaded dsl_auto_type v0.1.2
8582024-10-25T17:29:06.696Z Downloaded openssl-sys v0.9.103
8592024-10-25T17:29:06.699Z Downloaded heapless v0.8.0
8602024-10-25T17:29:06.702Z Downloaded rand v0.8.5
8612024-10-25T17:29:06.706Z Downloaded vte_generate_state_changes v0.1.2
8622024-10-25T17:29:06.708Z Downloaded tinyvec_macros v0.1.1
8632024-10-25T17:29:06.708Z Downloaded tls_codec_derive v0.4.1
8642024-10-25T17:29:06.711Z Downloaded rustc-hash v1.1.0
8652024-10-25T17:29:06.711Z Downloaded heck v0.3.3
8662024-10-25T17:29:06.714Z Downloaded vsss-rs v3.3.4
8672024-10-25T17:29:06.718Z Downloaded untrusted v0.9.0
8682024-10-25T17:29:06.718Z Downloaded rustfmt-wrapper v0.2.1
8692024-10-25T17:29:06.720Z Downloaded time-macros v0.2.18
8702024-10-25T17:29:06.720Z Downloaded serde_with_macros v3.11.0
8712024-10-25T17:29:06.723Z Downloaded env_filter v0.1.2
8722024-10-25T17:29:06.726Z Downloaded enum-as-inner v0.6.1
8732024-10-25T17:29:06.729Z Downloaded predicates v3.1.2
8742024-10-25T17:29:06.729Z Downloaded tokio-tungstenite v0.21.0
8752024-10-25T17:29:06.731Z Downloaded zip v0.6.6
8762024-10-25T17:29:06.735Z Downloaded signal-hook-tokio v0.3.1
8772024-10-25T17:29:06.738Z Downloaded group v0.13.0
8782024-10-25T17:29:06.740Z Downloaded nom v7.1.3
8792024-10-25T17:29:06.744Z Downloaded libxml v0.3.3
8802024-10-25T17:29:06.750Z Downloaded signal-hook-registry v1.4.2
8812024-10-25T17:29:06.754Z Downloaded typify v0.2.0
8822024-10-25T17:29:06.756Z Downloaded pin-project-internal v1.1.6
8832024-10-25T17:29:06.758Z Downloaded tls_codec v0.4.1
8842024-10-25T17:29:06.758Z Downloaded progenitor-macro v0.8.0
8852024-10-25T17:29:06.761Z Downloaded parse-display-derive v0.10.0
8862024-10-25T17:29:06.761Z Downloaded tokio-stream v0.1.16
8872024-10-25T17:29:06.765Z Downloaded term v0.7.0
8882024-10-25T17:29:06.768Z Downloaded futures-channel v0.3.31
8892024-10-25T17:29:06.771Z Downloaded env_logger v0.10.2
8902024-10-25T17:29:06.773Z Downloaded progenitor-impl v0.8.0
8912024-10-25T17:29:06.776Z Downloaded signal-hook-mio v0.2.4
8922024-10-25T17:29:06.780Z Downloaded ed25519 v2.2.3
8932024-10-25T17:29:06.780Z Downloaded quinn v0.11.5
8942024-10-25T17:29:06.784Z Downloaded rustc-hash v2.0.0
8952024-10-25T17:29:06.786Z Downloaded ssh-encoding v0.2.0
8962024-10-25T17:29:06.786Z Downloaded derive-where v1.2.7
8972024-10-25T17:29:06.789Z Downloaded xattr v1.3.1
8982024-10-25T17:29:06.791Z Downloaded unsafe-libyaml v0.2.11
8992024-10-25T17:29:06.794Z Downloaded der v0.7.9
9002024-10-25T17:29:06.800Z Downloaded time v0.3.36
9012024-10-25T17:29:06.806Z Downloaded parking_lot_core v0.8.6
9022024-10-25T17:29:06.809Z Downloaded psl-types v2.0.11
9032024-10-25T17:29:06.811Z Downloaded idna v0.2.3
9042024-10-25T17:29:06.817Z Downloaded getrandom v0.2.15
9052024-10-25T17:29:06.820Z Downloaded steno v0.4.1
9062024-10-25T17:29:06.824Z Downloaded signal-hook v0.3.17
9072024-10-25T17:29:06.827Z Downloaded flate2 v1.0.34
9082024-10-25T17:29:06.833Z Downloaded unicode-normalization v0.1.24
9092024-10-25T17:29:06.836Z Downloaded chrono v0.4.38
9102024-10-25T17:29:06.844Z Downloaded strum_macros v0.24.3
9112024-10-25T17:29:06.846Z Downloaded toml_edit v0.19.15
9122024-10-25T17:29:06.863Z Downloaded portable-atomic v1.9.0
9132024-10-25T17:29:06.870Z Downloaded url v2.5.2
9142024-10-25T17:29:06.873Z Downloaded futures-util v0.3.31
9152024-10-25T17:29:06.885Z Downloaded similar v2.6.0
9162024-10-25T17:29:06.889Z Downloaded rayon-core v1.12.1
9172024-10-25T17:29:06.894Z Downloaded elliptic-curve v0.13.8
9182024-10-25T17:29:06.898Z Downloaded rcgen v0.12.1
9192024-10-25T17:29:06.901Z Downloaded publicsuffix v2.2.3
9202024-10-25T17:29:06.903Z Downloaded heapless v0.7.17
9212024-10-25T17:29:06.908Z Downloaded ssh-key v0.6.6
9222024-10-25T17:29:06.914Z Downloaded hkdf v0.12.4
9232024-10-25T17:29:06.917Z Downloaded snafu v0.8.5
9242024-10-25T17:29:06.922Z Downloaded rustyline v14.0.0
9252024-10-25T17:29:06.928Z Downloaded reedline v0.35.0
9262024-10-25T17:29:06.936Z Downloaded h2 v0.3.26
9272024-10-25T17:29:06.944Z Downloaded p384 v0.13.0
9282024-10-25T17:29:06.950Z Downloaded hashbrown v0.13.2
9292024-10-25T17:29:06.955Z Downloaded http v1.1.0
9302024-10-25T17:29:06.958Z Downloaded reqwest v0.12.8
9312024-10-25T17:29:06.968Z Downloaded hashbrown v0.12.3
9322024-10-25T17:29:06.971Z Downloaded p521 v0.13.3
9332024-10-25T17:29:06.975Z Downloaded typed-path v0.7.1
9342024-10-25T17:29:06.981Z Downloaded winnow v0.5.40
9352024-10-25T17:29:06.990Z Downloaded ed25519-dalek v2.1.1
9362024-10-25T17:29:06.993Z Downloaded parse-zoneinfo v0.3.1
9372024-10-25T17:29:06.996Z Downloaded nix v0.29.0
9382024-10-25T17:29:07.008Z Downloaded h2 v0.4.6
9392024-10-25T17:29:07.015Z Downloaded quinn-proto v0.11.8
9402024-10-25T17:29:07.022Z Downloaded x509-cert v0.2.5
9412024-10-25T17:29:07.028Z Downloaded reqwest v0.11.27
9422024-10-25T17:29:07.037Z Downloaded salty v0.3.0
9432024-10-25T17:29:07.043Z Downloaded http v0.2.12
9442024-10-25T17:29:07.047Z Downloaded curve25519-dalek v4.1.3
9452024-10-25T17:29:07.055Z Downloaded regress v0.10.1
9462024-10-25T17:29:07.064Z Downloaded lalrpop v0.19.12
9472024-10-25T17:29:07.076Z Downloaded quick-xml v0.33.0
9482024-10-25T17:29:07.083Z Downloaded webpki-roots v0.26.6
9492024-10-25T17:29:07.086Z Downloaded idna v0.3.0
9502024-10-25T17:29:07.093Z Downloaded polar-core v0.27.3
9512024-10-25T17:29:07.102Z Downloaded rustls-webpki v0.102.8
9522024-10-25T17:29:07.121Z Downloaded git2 v0.19.0
9532024-10-25T17:29:07.129Z Downloaded serde_with v3.11.0
9542024-10-25T17:29:07.138Z Downloaded rustls-webpki v0.101.7
9552024-10-25T17:29:07.152Z Downloaded radix_trie v0.2.1
9562024-10-25T17:29:07.157Z Downloaded smoltcp v0.9.1
9572024-10-25T17:29:07.168Z Downloaded sled v0.34.7
9582024-10-25T17:29:07.179Z Downloaded rustls v0.21.12
9592024-10-25T17:29:07.190Z Downloaded rustls v0.23.14
9602024-10-25T17:29:07.202Z Downloaded object v0.36.5
9612024-10-25T17:29:07.214Z Downloaded nix v0.28.0
9622024-10-25T17:29:07.225Z Downloaded regex-syntax v0.8.5
9632024-10-25T17:29:07.235Z Downloaded object v0.30.4
9642024-10-25T17:29:07.243Z Downloaded proptest v1.5.0
9652024-10-25T17:29:07.253Z Downloaded trust-dns-proto v0.22.0
9662024-10-25T17:29:07.265Z Downloaded bzip2-sys v0.1.11+1.0.8
9672024-10-25T17:29:07.278Z Downloaded zerocopy-derive v0.6.6
9682024-10-25T17:29:07.289Z Downloaded vcpkg v0.2.15
9692024-10-25T17:29:07.327Z Downloaded gimli v0.31.1
9702024-10-25T17:29:07.335Z Downloaded openssl v0.10.66
9712024-10-25T17:29:07.344Z Downloaded regex-syntax v0.6.29
9722024-10-25T17:29:07.352Z Downloaded openapiv3 v2.0.0
9732024-10-25T17:29:07.364Z Downloaded csv v1.3.0
9742024-10-25T17:29:07.384Z Downloaded tokio v1.40.0
9752024-10-25T17:29:07.422Z Downloaded smoltcp v0.11.0
9762024-10-25T17:29:07.435Z Downloaded regex v1.11.0
9772024-10-25T17:29:07.449Z Downloaded regress v0.9.1
9782024-10-25T17:29:08.460Z Downloaded rustls v0.22.4
9792024-10-25T17:29:08.464Z Downloaded diesel v2.2.4
9802024-10-25T17:29:08.464Z Downloaded dropshot v0.12.0
9812024-10-25T17:29:08.464Z Downloaded hickory-proto v0.24.1
9822024-10-25T17:29:08.464Z Downloaded typify-impl v0.2.0
9832024-10-25T17:29:08.464Z Downloaded idna v0.4.0
9842024-10-25T17:29:08.464Z Downloaded chrono-tz v0.10.0
9852024-10-25T17:29:08.464Z Downloaded hyper v0.14.30
9862024-10-25T17:29:08.464Z Downloaded ratatui v0.28.1
9872024-10-25T17:29:08.464Z Downloaded regex-automata v0.4.8
9882024-10-25T17:29:08.464Z Downloaded itertools v0.13.0
9892024-10-25T17:29:08.464Z Downloaded libz-sys v1.1.20
9902024-10-25T17:29:08.464Z Downloaded rsa v0.9.6
9912024-10-25T17:29:08.464Z Downloaded lzma-sys v0.1.20
9922024-10-25T17:29:08.464Z Downloaded ron v0.7.1
9932024-10-25T17:29:08.464Z Downloaded half v2.4.1
9942024-10-25T17:29:08.464Z Downloaded sqlparser v0.45.0
9952024-10-25T17:29:08.464Z Downloaded petgraph v0.6.5
9962024-10-25T17:29:08.464Z Downloaded num-bigint-dig v0.8.4
9972024-10-25T17:29:08.464Z Downloaded sha3 v0.10.8
9982024-10-25T17:29:08.464Z Downloaded strum_macros v0.26.4
9992024-10-25T17:29:08.464Z Downloaded bindgen v0.69.5
10002024-10-25T17:29:08.464Z Downloaded rayon v1.10.0
10012024-10-25T17:29:08.464Z Downloaded bitvec v1.0.1
10022024-10-25T17:29:08.464Z Downloaded difflib v0.4.0
10032024-10-25T17:29:08.464Z Downloaded samael v0.0.17
10042024-10-25T17:29:08.464Z Downloaded hyper v1.4.1
10052024-10-25T17:29:08.464Z Downloaded futures v0.3.31
10062024-10-25T17:29:08.464Z Downloaded headers v0.4.0
10072024-10-25T17:29:08.464Z Downloaded rusqlite v0.32.1
10082024-10-25T17:29:08.464Z Downloaded libm v0.2.8
10092024-10-25T17:29:08.464Z Downloaded tokio-tungstenite v0.23.1
10102024-10-25T17:29:08.464Z Downloaded mio v1.0.2
10112024-10-25T17:29:08.464Z Downloaded pin-project-lite v0.2.14
10122024-10-25T17:29:08.464Z Downloaded quinn-udp v0.5.5
10132024-10-25T17:29:08.465Z Downloaded rustc_version v0.4.1
10142024-10-25T17:29:08.465Z Downloaded tungstenite v0.24.0
10152024-10-25T17:29:08.465Z Downloaded der_derive v0.7.3
10162024-10-25T17:29:08.465Z Downloaded ring v0.17.8
10172024-10-25T17:29:08.465Z Downloaded futures-task v0.3.31
10182024-10-25T17:29:08.465Z Downloaded termcolor v1.4.1
10192024-10-25T17:29:08.465Z Downloaded itertools v0.10.5
10202024-10-25T17:29:08.465Z Downloaded password-hash v0.4.2
10212024-10-25T17:29:08.465Z Downloaded zone v0.3.0
10222024-10-25T17:29:08.465Z Downloaded nix v0.27.1
10232024-10-25T17:29:08.465Z Downloaded tracing v0.1.40
10242024-10-25T17:29:08.465Z Downloaded rand_xorshift v0.3.0
10252024-10-25T17:29:08.465Z Downloaded toml v0.7.8
10262024-10-25T17:29:08.465Z Downloaded dirs-sys-next v0.1.2
10272024-10-25T17:29:08.465Z Downloaded encoding_rs v0.8.34
10282024-10-25T17:29:08.465Z Downloaded expectorate v1.1.0
10292024-10-25T17:29:08.465Z Downloaded pin-project v1.1.6
10302024-10-25T17:29:08.465Z Downloaded ring v0.16.20
10312024-10-25T17:29:08.465Z Downloaded parking_lot v0.12.3
10322024-10-25T17:29:08.465Z Downloaded libgit2-sys v0.17.0+1.8.1
10332024-10-25T17:29:08.465Z Downloaded unicode-segmentation v1.12.0
10342024-10-25T17:29:08.465Z Downloaded embedded-io v0.4.0
10352024-10-25T17:29:08.465Z Downloaded num-bigint v0.4.6
10362024-10-25T17:29:08.465Z Downloaded universal-hash v0.5.1
10372024-10-25T17:29:08.465Z Downloaded hostname v0.4.0
10382024-10-25T17:29:08.465Z Downloaded ghash v0.5.1
10392024-10-25T17:29:08.465Z Downloaded zone v0.1.8
10402024-10-25T17:29:08.465Z Downloaded predicates-core v1.0.8
10412024-10-25T17:29:08.465Z Downloaded tinyvec v1.8.0
10422024-10-25T17:29:08.465Z Downloaded tar v0.4.42
10432024-10-25T17:29:08.465Z Downloaded hmac v0.12.1
10442024-10-25T17:29:08.465Z Downloaded tokio-util v0.7.12
10452024-10-25T17:29:08.465Z Downloaded slog-async v2.8.0
10462024-10-25T17:29:08.465Z Downloaded serde_plain v1.0.2
10472024-10-25T17:29:08.465Z Downloaded tokio-tungstenite v0.24.0
10482024-10-25T17:29:08.465Z Downloaded aes-gcm v0.10.3
10492024-10-25T17:29:08.465Z Downloaded smallvec v0.6.14
10502024-10-25T17:29:08.466Z Downloaded slog-scope v4.4.0
10512024-10-25T17:29:08.466Z Downloaded zerocopy v0.6.6
10522024-10-25T17:29:08.466Z Downloaded vergen v8.3.2
10532024-10-25T17:29:08.466Z Downloaded either v1.13.0
10542024-10-25T17:29:08.466Z Downloaded parking_lot_core v0.9.10
10552024-10-25T17:29:08.466Z Downloaded home v0.5.9
10562024-10-25T17:29:08.466Z Downloaded hex-literal v0.4.1
10572024-10-25T17:29:08.466Z Downloaded hex v0.4.3
10582024-10-25T17:29:08.466Z Downloaded subprocess v0.2.9
10592024-10-25T17:29:08.466Z Downloaded aes v0.8.4
10602024-10-25T17:29:08.466Z Downloaded ena v0.14.3
10612024-10-25T17:29:08.466Z Downloaded httparse v1.9.5
10622024-10-25T17:29:08.466Z Downloaded derive_builder_macro v0.20.2
10632024-10-25T17:29:08.466Z Downloaded lock_api v0.4.12
10642024-10-25T17:29:08.466Z Downloaded hickory-server v0.24.1
10652024-10-25T17:29:08.466Z Downloaded cc v1.1.30
10662024-10-25T17:29:08.466Z Downloaded unicode-properties v0.1.3
10672024-10-25T17:29:08.466Z Downloaded schemars v0.8.21
10682024-10-25T17:29:08.466Z Downloaded zeroize_derive v1.4.2
10692024-10-25T17:29:08.466Z Downloaded fatfs v0.3.6
10702024-10-25T17:29:08.466Z Downloaded native-tls v0.2.12
10712024-10-25T17:29:08.466Z Downloaded darling_core v0.20.10
10722024-10-25T17:29:08.466Z Downloaded pkcs1 v0.7.5
10732024-10-25T17:29:08.466Z Downloaded password-hash v0.5.0
10742024-10-25T17:29:08.466Z Downloaded spki v0.7.3
10752024-10-25T17:29:08.466Z Downloaded pbkdf2 v0.11.0
10762024-10-25T17:29:08.466Z Downloaded futures-macro v0.3.31
10772024-10-25T17:29:08.466Z Downloaded foldhash v0.1.3
10782024-10-25T17:29:08.466Z Downloaded test-strategy v0.3.1
10792024-10-25T17:29:08.470Z Downloaded slog v2.7.0
10802024-10-25T17:29:08.470Z Downloaded russh-keys v0.45.0
10812024-10-25T17:29:08.470Z Downloaded hashlink v0.9.1
10822024-10-25T17:29:08.470Z Downloaded sec1 v0.7.3
10832024-10-25T17:29:08.470Z Downloaded rustversion v1.0.17
10842024-10-25T17:29:08.470Z Downloaded darling v0.20.10
10852024-10-25T17:29:08.470Z Downloaded r2d2 v0.8.10
10862024-10-25T17:29:08.470Z Downloaded nibble_vec v0.1.0
10872024-10-25T17:29:08.470Z Downloaded base64 v0.22.1
10882024-10-25T17:29:08.470Z Downloaded memoffset v0.9.1
10892024-10-25T17:29:08.470Z Downloaded libsw v3.3.1
10902024-10-25T17:29:08.470Z Downloaded primeorder v0.13.6
10912024-10-25T17:29:08.470Z Downloaded parse-display v0.10.0
10922024-10-25T17:29:08.471Z Downloaded mime v0.3.17
10932024-10-25T17:29:08.471Z Downloaded lazycell v1.3.0
10942024-10-25T17:29:08.471Z Downloaded lazy_static v1.5.0
10952024-10-25T17:29:08.471Z Downloaded lalrpop-util v0.19.12
10962024-10-25T17:29:08.471Z Downloaded keccak v0.1.5
10972024-10-25T17:29:08.471Z Downloaded hyper-staticfile v0.10.1
10982024-10-25T17:29:08.471Z Downloaded base64 v0.13.1
10992024-10-25T17:29:08.471Z Downloaded console v0.15.8
11002024-10-25T17:29:08.471Z Downloaded scopeguard v1.2.0
11012024-10-25T17:29:08.471Z Downloaded schemars_derive v0.8.21
11022024-10-25T17:29:08.471Z Downloaded rustls-pemfile v2.2.0
11032024-10-25T17:29:08.471Z Downloaded bstr v1.10.0
11042024-10-25T17:29:08.471Z Downloaded allocator-api2 v0.2.18
11052024-10-25T17:29:08.471Z Downloaded hyper-tls v0.6.0
11062024-10-25T17:29:08.471Z Downloaded crc-catalog v2.4.0
11072024-10-25T17:29:08.471Z Downloaded argon2 v0.5.3
11082024-10-25T17:29:08.471Z Downloaded blowfish v0.9.1
11092024-10-25T17:29:08.471Z Downloaded adler2 v2.0.0
11102024-10-25T17:29:08.471Z Downloaded hyper-util v0.1.9
11112024-10-25T17:29:08.471Z Downloaded bit-vec v0.6.3
11122024-10-25T17:29:08.471Z Downloaded bcrypt-pbkdf v0.10.0
11132024-10-25T17:29:08.471Z Downloaded arrayvec v0.7.6
11142024-10-25T17:29:08.471Z Downloaded async-trait v0.1.83
11152024-10-25T17:29:08.471Z Downloaded linked-hash-map v0.5.6
11162024-10-25T17:29:08.471Z Downloaded libefi-sys v0.1.0
11172024-10-25T17:29:08.471Z Downloaded inout v0.1.3
11182024-10-25T17:29:08.471Z Downloaded humantime v2.1.0
11192024-10-25T17:29:08.471Z Downloaded debug-ignore v1.0.5
11202024-10-25T17:29:08.471Z Downloaded crossterm v0.28.1
11212024-10-25T17:29:08.471Z Downloaded blake3 v1.5.4
11222024-10-25T17:29:08.471Z Downloaded base64 v0.21.7
11232024-10-25T17:29:08.471Z Downloaded backtrace v0.3.74
11242024-10-25T17:29:08.471Z Downloaded assert_matches v1.5.0
11252024-10-25T17:29:08.471Z Downloaded libsqlite3-sys v0.30.1
11262024-10-25T17:29:08.481Z Compiling serde v1.0.210
11272024-10-25T17:29:08.484Z Compiling typenum v1.17.0
11282024-10-25T17:29:08.484Z Compiling lock_api v0.4.12
11292024-10-25T17:29:08.484Z Compiling generic-array v0.14.7
11302024-10-25T17:29:08.484Z Compiling scopeguard v1.2.0
11312024-10-25T17:29:08.484Z Compiling subtle v2.6.1
11322024-10-25T17:29:08.644Z Compiling syn v2.0.79
11332024-10-25T17:29:08.658Z Compiling getrandom v0.2.15
11342024-10-25T17:29:08.981Z Compiling value-bag v1.9.0
11352024-10-25T17:29:09.118Z Compiling rand_core v0.6.4
11362024-10-25T17:29:09.200Z Compiling const-oid v0.9.6
11372024-10-25T17:29:09.248Z Compiling pin-project-lite v0.2.14
11382024-10-25T17:29:09.301Z Compiling smallvec v1.13.2
11392024-10-25T17:29:09.375Z Compiling jobserver v0.1.32
11402024-10-25T17:29:09.625Z Compiling log v0.4.22
11412024-10-25T17:29:09.662Z Compiling parking_lot_core v0.9.10
11422024-10-25T17:29:09.683Z Compiling shlex v1.3.0
11432024-10-25T17:29:09.744Z Compiling futures-core v0.3.31
11442024-10-25T17:29:09.986Z Compiling cc v1.1.30
11452024-10-25T17:29:10.102Z Compiling signal-hook-registry v1.4.2
11462024-10-25T17:29:10.345Z Compiling mio v1.0.2
11472024-10-25T17:29:10.564Z Compiling cpufeatures v0.2.14
11482024-10-25T17:29:10.680Z Compiling parking_lot v0.12.3
11492024-10-25T17:29:10.867Z Compiling futures-sink v0.3.31
11502024-10-25T17:29:10.987Z Compiling spin v0.9.8
11512024-10-25T17:29:11.024Z Compiling socket2 v0.5.7
11522024-10-25T17:29:11.249Z Compiling slab v0.4.9
11532024-10-25T17:29:11.407Z Compiling serde_json v1.0.128
11542024-10-25T17:29:11.575Z Compiling futures-channel v0.3.31
11552024-10-25T17:29:11.628Z Compiling allocator-api2 v0.2.18
11562024-10-25T17:29:11.649Z Compiling futures-io v0.3.31
11572024-10-25T17:29:11.784Z Compiling pin-utils v0.1.0
11582024-10-25T17:29:11.889Z Compiling futures-task v0.3.31
11592024-10-25T17:29:11.982Z Compiling foldhash v0.1.3
11602024-10-25T17:29:12.019Z Compiling tinyvec_macros v0.1.1
11612024-10-25T17:29:12.045Z Compiling libm v0.2.8
11622024-10-25T17:29:12.099Z Compiling tinyvec v1.8.0
11632024-10-25T17:29:12.151Z Compiling num-traits v0.2.19
11642024-10-25T17:29:12.204Z Compiling unicode-bidi v0.3.17
11652024-10-25T17:29:12.309Z Compiling base64ct v1.6.0
11662024-10-25T17:29:12.394Z Compiling hashbrown v0.15.0
11672024-10-25T17:29:12.688Z Compiling flagset v0.4.6
11682024-10-25T17:29:12.890Z Compiling pem-rfc7468 v0.7.0
11692024-10-25T17:29:12.908Z Compiling httparse v1.9.5
11702024-10-25T17:29:13.623Z Compiling unicode-normalization v0.1.24
11712024-10-25T17:29:13.666Z Compiling tracing-core v0.1.32
11722024-10-25T17:29:13.742Z Compiling percent-encoding v2.3.1
11732024-10-25T17:29:13.788Z Compiling crossbeam-utils v0.8.20
11742024-10-25T17:29:13.861Z Compiling rustls-pki-types v1.9.0
11752024-10-25T17:29:14.370Z Compiling ring v0.17.8
11762024-10-25T17:29:14.504Z Compiling num-conv v0.1.0
11772024-10-25T17:29:14.744Z Compiling untrusted v0.9.0
11782024-10-25T17:29:14.812Z Compiling time-core v0.1.2
11792024-10-25T17:29:14.875Z Compiling vcpkg v0.2.15
11802024-10-25T17:29:14.925Z Compiling powerfmt v0.2.0
11812024-10-25T17:29:14.987Z Compiling pkg-config v0.3.31
11822024-10-25T17:29:14.989Z Compiling time-macros v0.2.18
11832024-10-25T17:29:15.324Z Compiling deranged v0.3.11
11842024-10-25T17:29:15.719Z Compiling num_threads v0.1.7
11852024-10-25T17:29:15.853Z Compiling atomic-waker v1.1.2
11862024-10-25T17:29:16.056Z Compiling form_urlencoded v1.2.1
11872024-10-25T17:29:16.349Z Compiling slog v2.7.0
11882024-10-25T17:29:16.368Z Compiling try-lock v0.2.5
11892024-10-25T17:29:16.465Z Compiling rustix v0.38.37
11902024-10-25T17:29:16.501Z Compiling want v0.3.1
11912024-10-25T17:29:16.774Z Compiling httpdate v1.0.3
11922024-10-25T17:29:17.004Z Compiling openssl-sys v0.9.103
11932024-10-25T17:29:17.190Z Compiling idna v0.5.0
11942024-10-25T17:29:17.222Z Compiling iana-time-zone v0.1.61
11952024-10-25T17:29:17.364Z Compiling match_cfg v0.1.0
11962024-10-25T17:29:17.466Z Compiling openssl v0.10.66
11972024-10-25T17:29:17.650Z Compiling foreign-types-shared v0.1.1
11982024-10-25T17:29:17.691Z Compiling tower-service v0.3.3
11992024-10-25T17:29:17.746Z Compiling base64 v0.22.1
12002024-10-25T17:29:17.803Z Compiling rustversion v1.0.17
12012024-10-25T17:29:17.864Z Compiling foreign-types v0.3.2
12022024-10-25T17:29:17.966Z Compiling hostname v0.3.1
12032024-10-25T17:29:18.229Z Compiling time v0.3.36
12042024-10-25T17:29:18.232Z Compiling url v2.5.2
12052024-10-25T17:29:18.525Z Compiling dirs-sys-next v0.1.2
12062024-10-25T17:29:18.571Z Compiling aho-corasick v1.1.3
12072024-10-25T17:29:18.745Z Compiling adler2 v2.0.0
12082024-10-25T17:29:18.987Z Compiling native-tls v0.2.12
12092024-10-25T17:29:19.192Z Compiling rustls v0.23.14
12102024-10-25T17:29:19.330Z Compiling siphasher v0.3.11
12112024-10-25T17:29:19.471Z Compiling data-encoding v2.6.0
12122024-10-25T17:29:19.598Z Compiling regex-syntax v0.8.5
12132024-10-25T17:29:19.719Z Compiling syn v1.0.109
12142024-10-25T17:29:19.991Z Compiling rustls v0.22.4
12152024-10-25T17:29:20.272Z Compiling miniz_oxide v0.8.0
12162024-10-25T17:29:20.386Z Compiling dirs-next v2.0.0
12172024-10-25T17:29:21.815Z Compiling serde_derive_internals v0.29.1
12182024-10-25T17:29:21.838Z Compiling crossbeam-epoch v0.9.18
12192024-10-25T17:29:22.010Z Compiling lazy_static v1.5.0
12202024-10-25T17:29:22.141Z Compiling thread_local v1.1.8
12212024-10-25T17:29:22.604Z Compiling encoding_rs v0.8.34
12222024-10-25T17:29:22.684Z Compiling multer v3.1.0
12232024-10-25T17:29:22.984Z Compiling cookie v0.18.1
12242024-10-25T17:29:23.142Z Compiling serde_derive v1.0.210
12252024-10-25T17:29:23.293Z Compiling zeroize_derive v1.4.2
12262024-10-25T17:29:23.328Z Compiling zerocopy-derive v0.7.35
12272024-10-25T17:29:23.967Z Compiling tokio-macros v2.4.0
12282024-10-25T17:29:24.604Z Compiling thiserror-impl v1.0.64
12292024-10-25T17:29:24.987Z Compiling zeroize v1.8.1
12302024-10-25T17:29:25.192Z Compiling futures-macro v0.3.31
12312024-10-25T17:29:25.644Z Compiling zerocopy v0.7.35
12322024-10-25T17:29:25.689Z Compiling der_derive v0.7.3
12332024-10-25T17:29:26.200Z Compiling tracing-attributes v0.1.27
12342024-10-25T17:29:26.885Z Compiling crypto-common v0.1.6
12352024-10-25T17:29:27.100Z Compiling block-buffer v0.10.4
12362024-10-25T17:29:27.130Z Compiling block-padding v0.3.3
12372024-10-25T17:29:27.225Z Compiling futures-util v0.3.31
12382024-10-25T17:29:27.274Z Compiling ppv-lite86 v0.2.20
12392024-10-25T17:29:27.363Z Compiling digest v0.10.7
12402024-10-25T17:29:27.383Z Compiling inout v0.1.3
12412024-10-25T17:29:27.652Z Compiling cipher v0.4.4
12422024-10-25T17:29:27.861Z Compiling hmac v0.12.1
12432024-10-25T17:29:27.933Z Compiling thiserror v1.0.64
12442024-10-25T17:29:28.078Z Compiling sha2 v0.10.8
12452024-10-25T17:29:28.107Z Compiling rand_chacha v0.3.1
12462024-10-25T17:29:28.107Z Compiling salsa20 v0.10.2
12472024-10-25T17:29:28.165Z Compiling pbkdf2 v0.12.2
12482024-10-25T17:29:28.183Z Compiling der v0.7.9
12492024-10-25T17:29:28.328Z Compiling pest v2.7.14
12502024-10-25T17:29:28.348Z Compiling cbc v0.1.2
12512024-10-25T17:29:28.581Z Compiling rand v0.8.5
12522024-10-25T17:29:29.999Z Compiling tracing v0.1.40
12532024-10-25T17:29:30.512Z Compiling spki v0.7.3
12542024-10-25T17:29:30.532Z Compiling scrypt v0.11.0
12552024-10-25T17:29:30.783Z Compiling aes v0.8.4
12562024-10-25T17:29:30.887Z Compiling scroll_derive v0.12.0
12572024-10-25T17:29:31.106Z Compiling pest_meta v2.7.14
12582024-10-25T17:29:31.429Z Compiling rustls-webpki v0.102.8
12592024-10-25T17:29:31.541Z Compiling async-trait v0.1.83
12602024-10-25T17:29:31.752Z Compiling pkcs5 v0.7.1
12612024-10-25T17:29:32.400Z Compiling scroll v0.12.0
12622024-10-25T17:29:32.958Z Compiling pest_generator v2.7.14
12632024-10-25T17:29:32.978Z Compiling goblin v0.8.2
12642024-10-25T17:29:33.381Z Compiling pkcs8 v0.10.2
12652024-10-25T17:29:33.525Z Compiling openssl-macros v0.1.1
12662024-10-25T17:29:33.582Z Compiling sha1 v0.10.6
12672024-10-25T17:29:34.056Z Compiling signature v2.2.0
12682024-10-25T17:29:34.138Z Compiling regex-automata v0.4.8
12692024-10-25T17:29:34.308Z Compiling openssl-probe v0.1.5
12702024-10-25T17:29:34.334Z Compiling slog-async v2.8.0
12712024-10-25T17:29:34.362Z Compiling paste v1.0.15
12722024-10-25T17:29:34.690Z Compiling ipnet v2.10.1
12732024-10-25T17:29:34.882Z Compiling rayon-core v1.12.1
12742024-10-25T17:29:34.924Z Compiling schemars v0.8.21
12752024-10-25T17:29:35.011Z Compiling signal-hook v0.3.17
12762024-10-25T17:29:35.164Z Compiling either v1.13.0
12772024-10-25T17:29:35.294Z Compiling gimli v0.31.1
12782024-10-25T17:29:35.313Z Compiling mime v0.3.17
12792024-10-25T17:29:35.600Z Compiling unicode-properties v0.1.3
12802024-10-25T17:29:35.951Z Compiling stringprep v0.1.5
12812024-10-25T17:29:36.063Z Compiling futures-executor v0.3.31
12822024-10-25T17:29:36.120Z Compiling pest_derive v2.7.14
12832024-10-25T17:29:36.920Z Compiling dtrace-parser v0.2.0
12842024-10-25T17:29:37.129Z Compiling md-5 v0.10.6
12852024-10-25T17:29:37.395Z Compiling schemars_derive v0.8.21
12862024-10-25T17:29:37.799Z Compiling bytes v1.7.2
12872024-10-25T17:29:39.108Z Compiling tokio v1.40.0
12882024-10-25T17:29:40.483Z Compiling indexmap v2.6.0
12892024-10-25T17:29:40.815Z Compiling http v1.1.0
12902024-10-25T17:29:41.941Z Compiling bitflags v2.6.0
12912024-10-25T17:29:42.249Z Compiling semver v1.0.23
12922024-10-25T17:29:42.388Z Compiling http-body v1.0.1
12932024-10-25T17:29:43.003Z Compiling rustc_version v0.4.1
12942024-10-25T17:29:43.321Z Compiling dof v0.3.0
12952024-10-25T17:29:43.579Z Compiling uuid v1.10.0
12962024-10-25T17:29:43.759Z Compiling serde_spanned v0.6.8
12972024-10-25T17:29:44.020Z Compiling serde_tokenstream v0.2.2
12982024-10-25T17:29:44.648Z Compiling toml_datetime v0.6.8
12992024-10-25T17:29:45.051Z Compiling usdt-impl v0.5.0
13002024-10-25T17:29:45.179Z Compiling chrono v0.4.38
13012024-10-25T17:29:45.564Z Compiling heapless v0.7.17
13022024-10-25T17:29:46.035Z Compiling http-body-util v0.1.2
13032024-10-25T17:29:46.568Z Compiling usdt-macro v0.5.0
13042024-10-25T17:29:46.618Z Compiling usdt-attr-macro v0.5.0
13052024-10-25T17:29:47.094Z Compiling toml_edit v0.22.22
13062024-10-25T17:29:48.070Z Compiling tokio-util v0.7.12
13072024-10-25T17:29:48.113Z Compiling curve25519-dalek v4.1.3
13082024-10-25T17:29:48.287Z Compiling slog-json v2.6.1
13092024-10-25T17:29:48.665Z Compiling addr2line v0.24.2
13102024-10-25T17:29:48.745Z Compiling serde_urlencoded v0.7.1
13112024-10-25T17:29:49.008Z Compiling async-stream-impl v0.3.6
13122024-10-25T17:29:49.365Z Compiling h2 v0.4.6
13132024-10-25T17:29:49.427Z Compiling enum-as-inner v0.6.1
13142024-10-25T17:29:49.634Z Compiling crossbeam-deque v0.8.5
13152024-10-25T17:29:49.978Z Compiling term v0.7.0
13162024-10-25T17:29:50.568Z Compiling crossbeam-channel v0.5.13
13172024-10-25T17:29:50.936Z Compiling num-integer v0.1.46
13182024-10-25T17:29:51.576Z Compiling idna v0.3.0
13192024-10-25T17:29:51.660Z Compiling idna v0.4.0
13202024-10-25T17:29:51.693Z Compiling rustls-pemfile v2.2.0
13212024-10-25T17:29:52.035Z Compiling ff v0.13.0
13222024-10-25T17:29:52.267Z Compiling hash32 v0.2.1
13232024-10-25T17:29:53.224Z Compiling is-terminal v0.4.13
13242024-10-25T17:29:53.275Z Compiling dropshot v0.12.0
13252024-10-25T17:29:53.300Z Compiling object v0.36.5
13262024-10-25T17:29:53.354Z Compiling quick-error v1.2.3
13272024-10-25T17:29:53.512Z Compiling num-bigint-dig v0.8.4
13282024-10-25T17:29:53.581Z Compiling stable_deref_trait v1.2.0
13292024-10-25T17:29:53.696Z Compiling rustc-demangle v0.1.24
13302024-10-25T17:29:53.866Z Compiling anyhow v1.0.89
13312024-10-25T17:29:54.503Z Compiling dyn-clone v1.0.17
13322024-10-25T17:29:54.523Z Compiling linked-hash-map v0.5.6
13332024-10-25T17:29:54.715Z Compiling utf-8 v0.7.6
13342024-10-25T17:29:54.735Z Compiling fallible-iterator v0.2.0
13352024-10-25T17:29:54.900Z Compiling portable-atomic v1.9.0
13362024-10-25T17:29:55.043Z Compiling smoltcp v0.9.1
13372024-10-25T17:29:55.146Z Compiling take_mut v0.2.2
13382024-10-25T17:29:55.309Z Compiling psl-types v2.0.11
13392024-10-25T17:29:55.401Z Compiling base16ct v0.2.0
13402024-10-25T17:29:55.496Z Compiling publicsuffix v2.2.3
13412024-10-25T17:29:55.513Z Compiling postgres-protocol v0.6.7
13422024-10-25T17:29:55.725Z Compiling sec1 v0.7.3
13432024-10-25T17:29:55.828Z Compiling tungstenite v0.24.0
13442024-10-25T17:29:56.017Z Compiling lru-cache v0.1.2
13452024-10-25T17:29:56.489Z Compiling hyper v1.4.1
13462024-10-25T17:29:57.031Z Compiling resolv-conf v0.7.0
13472024-10-25T17:29:57.839Z Compiling slog-term v2.9.1
13482024-10-25T17:29:58.027Z Compiling usdt v0.5.0
13492024-10-25T17:29:58.241Z Compiling tokio-native-tls v0.3.1
13502024-10-25T17:29:58.525Z Compiling hickory-proto v0.24.1
13512024-10-25T17:29:58.525Z Compiling group v0.13.0
13522024-10-25T17:29:58.882Z Compiling num-iter v0.1.45
13532024-10-25T17:29:59.078Z Compiling hyper-util v0.1.9
13542024-10-25T17:29:59.099Z Compiling async-stream v0.3.6
13552024-10-25T17:29:59.413Z Compiling toml v0.8.19
13562024-10-25T17:30:00.767Z Compiling backtrace v0.3.74
13572024-10-25T17:30:01.224Z Compiling slog-bunyan v2.5.0
13582024-10-25T17:30:01.318Z Compiling tokio-rustls v0.26.0
13592024-10-25T17:30:01.445Z Compiling tokio-rustls v0.25.0
13602024-10-25T17:30:01.772Z Compiling terminal_size v0.4.0
13612024-10-25T17:30:01.808Z Compiling dropshot_endpoint v0.12.0
13622024-10-25T17:30:01.866Z Compiling openapiv3 v2.0.0
13632024-10-25T17:30:01.986Z Compiling camino v1.1.9
13642024-10-25T17:30:02.086Z Compiling serde_path_to_error v0.1.16
13652024-10-25T17:30:02.257Z Compiling futures v0.3.31
13662024-10-25T17:30:02.968Z Compiling hkdf v0.12.4
13672024-10-25T17:30:03.235Z Compiling crypto-bigint v0.5.5
13682024-10-25T17:30:03.625Z Compiling curve25519-dalek-derive v0.1.1
13692024-10-25T17:30:03.912Z Compiling zerocopy-derive v0.6.6
13702024-10-25T17:30:04.469Z Compiling phf_shared v0.11.2
13712024-10-25T17:30:04.729Z Compiling hubpack_derive v0.1.1
13722024-10-25T17:30:04.863Z Compiling waitgroup v0.1.2
13732024-10-25T17:30:05.093Z Compiling webpki-roots v0.26.6
13742024-10-25T17:30:05.217Z Compiling hostname v0.4.0
13752024-10-25T17:30:05.309Z Compiling ahash v0.8.11
13762024-10-25T17:30:05.477Z Compiling fs-err v2.11.0
13772024-10-25T17:30:05.669Z Compiling managed v0.8.0
13782024-10-25T17:30:05.708Z Compiling debug-ignore v1.0.5
13792024-10-25T17:30:05.784Z Compiling bitflags v1.3.2
13802024-10-25T17:30:05.854Z Compiling winnow v0.5.40
13812024-10-25T17:30:05.892Z Compiling strum_macros v0.25.3
13822024-10-25T17:30:06.117Z Compiling zerocopy v0.6.6
13832024-10-25T17:30:06.136Z Compiling elliptic-curve v0.13.8
13842024-10-25T17:30:06.949Z Compiling console v0.15.8
13852024-10-25T17:30:07.030Z Compiling clap_builder v4.5.20
13862024-10-25T17:30:08.544Z Compiling hubpack v0.1.2
13872024-10-25T17:30:08.637Z Compiling hyper-rustls v0.27.3
13882024-10-25T17:30:09.095Z Compiling phf v0.11.2
13892024-10-25T17:30:09.289Z Compiling hickory-resolver v0.24.1
13902024-10-25T17:30:09.374Z Compiling toml_edit v0.19.15
13912024-10-25T17:30:09.393Z Compiling signal-hook-mio v0.2.4
13922024-10-25T17:30:09.735Z Compiling cookie_store v0.21.0
13932024-10-25T17:30:10.121Z Compiling hyper-tls v0.6.0
13942024-10-25T17:30:10.377Z Compiling rayon v1.10.0
13952024-10-25T17:30:11.291Z Compiling tokio-tungstenite v0.24.0
13962024-10-25T17:30:11.839Z Compiling postgres-types v0.2.8
13972024-10-25T17:30:14.844Z Compiling tokio-stream v0.1.16
13982024-10-25T17:30:15.226Z Compiling bstr v1.10.0
13992024-10-25T17:30:15.929Z Compiling regex v1.11.0
14002024-10-25T17:30:16.043Z Compiling serde-big-array v0.5.1
14012024-10-25T17:30:16.136Z Compiling ed25519 v2.2.3
14022024-10-25T17:30:16.281Z Compiling pkcs1 v0.7.5
14032024-10-25T17:30:16.499Z Compiling rfc6979 v0.4.0
14042024-10-25T17:30:16.689Z Compiling derive-where v1.2.7
14052024-10-25T17:30:16.984Z Compiling clap_derive v4.5.18
14062024-10-25T17:30:17.040Z Compiling serde_repr v0.1.19
14072024-10-25T17:30:17.271Z Compiling phf_shared v0.10.0
14082024-10-25T17:30:17.361Z Compiling float-cmp v0.9.0
14092024-10-25T17:30:17.447Z Compiling sync_wrapper v1.0.1
14102024-10-25T17:30:17.592Z Compiling crc32fast v1.4.2
14112024-10-25T17:30:17.612Z Compiling minimal-lexical v0.2.1
14122024-10-25T17:30:17.687Z Compiling predicates-core v1.0.8
14132024-10-25T17:30:17.933Z Compiling static_assertions v1.1.0
14142024-10-25T17:30:18.040Z Compiling normalize-line-endings v0.3.0
14152024-10-25T17:30:18.064Z Compiling fixedbitset v0.4.2
14162024-10-25T17:30:18.139Z Compiling number_prefix v0.4.0
14172024-10-25T17:30:18.159Z Compiling new_debug_unreachable v1.0.6
14182024-10-25T17:30:18.178Z Compiling difflib v0.4.0
14192024-10-25T17:30:18.236Z Compiling whoami v1.5.2
14202024-10-25T17:30:18.261Z Compiling bit-vec v0.6.3
14212024-10-25T17:30:18.350Z Compiling unicode-segmentation v1.12.0
14222024-10-25T17:30:18.524Z Compiling precomputed-hash v0.1.1
14232024-10-25T17:30:18.648Z Compiling string_cache v0.8.7
14242024-10-25T17:30:18.702Z Compiling predicates v3.1.2
14252024-10-25T17:30:18.929Z Compiling tokio-postgres v0.7.12
14262024-10-25T17:30:19.158Z Compiling similar v2.6.0
14272024-10-25T17:30:19.273Z Compiling bit-set v0.5.3
14282024-10-25T17:30:19.569Z Compiling petgraph v0.6.5
14292024-10-25T17:30:19.809Z Compiling indicatif v0.17.8
14302024-10-25T17:30:20.341Z Compiling qorb v0.1.2
14312024-10-25T17:30:20.475Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14322024-10-25T17:30:21.582Z Compiling nom v7.1.3
14332024-10-25T17:30:22.051Z Compiling flate2 v1.0.34
14342024-10-25T17:30:22.071Z Compiling clap v4.5.20
14352024-10-25T17:30:22.200Z Compiling reqwest v0.12.8
14362024-10-25T17:30:22.975Z Compiling rsa v0.9.6
14372024-10-25T17:30:23.578Z Compiling ecdsa v0.16.9
14382024-10-25T17:30:24.477Z Compiling ed25519-dalek v2.1.1
14392024-10-25T17:30:24.933Z Compiling toml v0.7.8
14402024-10-25T17:30:25.197Z Compiling crossterm v0.28.1
14412024-10-25T17:30:25.936Z Compiling hex v0.4.3
14422024-10-25T17:30:26.573Z Compiling itertools v0.12.1
14432024-10-25T17:30:26.646Z Compiling itertools v0.10.5
14442024-10-25T17:30:26.666Z Compiling x509-cert v0.2.5
14452024-10-25T17:30:26.976Z Compiling lalrpop-util v0.19.12
14462024-10-25T17:30:27.348Z Compiling unicode-xid v0.2.6
14472024-10-25T17:30:27.432Z Compiling peg-runtime v0.8.3
14482024-10-25T17:30:27.521Z Compiling xattr v1.3.1
14492024-10-25T17:30:27.799Z Compiling strum_macros v0.26.4
14502024-10-25T17:30:28.135Z Compiling filetime v0.2.25
14512024-10-25T17:30:28.451Z Compiling tar v0.4.42
14522024-10-25T17:30:31.471Z Compiling strum v0.26.3
14532024-10-25T17:30:31.697Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14542024-10-25T17:30:31.947Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14552024-10-25T17:30:37.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
14562024-10-25T17:30:37.585Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14572024-10-25T17:30:37.634ZOct 25 17:30:37.109 INFO Starting download, target: Cockroach
14582024-10-25T17:30:37.634ZOct 25 17:30:37.110 INFO Starting download, target: Clickhouse
14592024-10-25T17:30:37.634ZOct 25 17:30:37.110 INFO Starting download, target: DendriteOpenapi
14602024-10-25T17:30:37.634ZOct 25 17:30:37.110 INFO Starting download, target: DendriteStub
14612024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Starting download, target: Console
14622024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Starting download, target: MaghemiteMgd
14632024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Starting download, target: TransceiverControl
14642024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14652024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14662024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14672024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14682024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14692024-10-25T17:30:37.637ZOct 25 17:30:37.110 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14702024-10-25T17:30:37.637ZOct 25 17:30:37.111 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14712024-10-25T17:30:38.021ZOct 25 17:30:37.491 INFO Download complete, target: DendriteOpenapi
14722024-10-25T17:30:38.249ZOct 25 17:30:37.710 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14732024-10-25T17:30:38.264ZOct 25 17:30:37.730 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14742024-10-25T17:30:38.612ZOct 25 17:30:38.085 INFO Download complete, target: Console
14752024-10-25T17:30:38.673ZOct 25 17:30:38.147 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14762024-10-25T17:30:38.762ZOct 25 17:30:38.236 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14772024-10-25T17:30:39.008ZOct 25 17:30:38.482 INFO Download complete, target: TransceiverControl
14782024-10-25T17:30:39.436ZOct 25 17:30:38.911 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14792024-10-25T17:30:39.436ZOct 25 17:30:38.911 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14802024-10-25T17:30:40.168ZOct 25 17:30:39.643 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14812024-10-25T17:30:41.928ZOct 25 17:30:41.401 INFO Download complete, target: DendriteStub
14822024-10-25T17:30:42.078ZOct 25 17:30:41.551 INFO Download complete, target: MaghemiteMgd
14832024-10-25T17:30:47.681ZOct 25 17:30:47.155 INFO Checking that binary works, target: Cockroach
14842024-10-25T17:30:47.839ZOct 25 17:30:47.313 INFO Download complete, target: Cockroach
14852024-10-25T17:30:53.972ZOct 25 17:30:53.445 INFO Checking that binary works, target: Clickhouse
14862024-10-25T17:30:54.108ZOct 25 17:30:53.578 INFO Download complete, target: Clickhouse
14872024-10-25T17:30:54.125ZAll builder prerequisites installed successfully, and PATH looks valid
14882024-10-25T17:30:54.128Z
14892024-10-25T17:30:54.128Zreal 4:03.158074668
14902024-10-25T17:30:54.128Zuser 12:53.217416164
14912024-10-25T17:30:54.128Zsys 2:43.510271115
14922024-10-25T17:30:54.128Ztrap 0.483654078
14932024-10-25T17:30:54.128Ztflt 1.759045320
14942024-10-25T17:30:54.128Zdflt 1.546473551
14952024-10-25T17:30:54.128Zkflt 0.025095947
14962024-10-25T17:30:54.128Zlock 24:41.358426676
14972024-10-25T17:30:54.128Zslp 49:36.940590077
14982024-10-25T17:30:54.128Zlat 47.974225934
14992024-10-25T17:30:54.128Zstop 2:06.346657853
15002024-10-25T17:30:54.128Z+ banner hack-check
15012024-10-25T17:30:54.131Z
15022024-10-25T17:30:54.131Z # # ## #### # # #### # # ###### #### # #
15032024-10-25T17:30:54.131Z # # # # # # # # # # # # # # # # #
15042024-10-25T17:30:54.131Z ###### # # # #### ##### # ###### ##### # ####
15052024-10-25T17:30:54.131Z # # ###### # # # # # # # # # #
15062024-10-25T17:30:54.131Z # # # # # # # # # # # # # # # # #
15072024-10-25T17:30:54.131Z # # # # #### # # #### # # ###### #### # #
15082024-10-25T17:30:54.131Z
15092024-10-25T17:30:54.131Z+ export CARGO_INCREMENTAL=0
15102024-10-25T17:30:54.131Z+ CARGO_INCREMENTAL=0
15112024-10-25T17:30:54.131Z+ ptime -m timeout 2h cargo xtask check-features --ci
15122024-10-25T17:30:54.701Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15132024-10-25T17:30:58.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
15142024-10-25T17:30:58.508Z Running `target/debug/xtask check-features --ci`
15152024-10-25T17:30:58.528Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15162024-10-25T17:30:58.530Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15172024-10-25T17:30:59.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15182024-10-25T17:30:59.050Z Running `target/debug/xtask download cargo-hack`
15192024-10-25T17:30:59.910Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15202024-10-25T17:31:00.282Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15212024-10-25T17:31:05.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s
15222024-10-25T17:31:05.163Z Running `target/debug/xtask-downloader cargo-hack`
15232024-10-25T17:31:05.200ZOct 25 17:31:04.672 INFO Starting download, target: CargoHack
15242024-10-25T17:31:05.202ZOct 25 17:31:04.673 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15252024-10-25T17:31:05.818ZOct 25 17:31:05.291 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15262024-10-25T17:31:05.918ZOct 25 17:31:05.391 INFO Download complete, target: CargoHack
15272024-10-25T17:31:05.922Zrunning: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15282024-10-25T17:31:05.938Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15292024-10-25T17:31:06.101Zinfo: running `cargo check --bins` on api_identity (1/166)
15302024-10-25T17:31:06.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15312024-10-25T17:31:06.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15322024-10-25T17:31:06.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15332024-10-25T17:31:06.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
15342024-10-25T17:31:06.761Z
15352024-10-25T17:31:06.761Zinfo: running `cargo check --bins` on bootstore (2/166)
15362024-10-25T17:31:07.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15372024-10-25T17:31:07.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15382024-10-25T17:31:07.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15392024-10-25T17:31:07.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
15402024-10-25T17:31:07.452Z
15412024-10-25T17:31:07.452Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/166)
15422024-10-25T17:31:08.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15432024-10-25T17:31:08.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15442024-10-25T17:31:08.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15452024-10-25T17:31:08.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15462024-10-25T17:31:08.106Z
15472024-10-25T17:31:08.106Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/166)
15482024-10-25T17:31:08.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15492024-10-25T17:31:08.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15502024-10-25T17:31:08.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15512024-10-25T17:31:08.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
15522024-10-25T17:31:08.764Z
15532024-10-25T17:31:08.764Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/166)
15542024-10-25T17:31:09.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15552024-10-25T17:31:09.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15562024-10-25T17:31:09.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15572024-10-25T17:31:09.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15582024-10-25T17:31:09.228Z
15592024-10-25T17:31:09.228Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/166)
15602024-10-25T17:31:09.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15612024-10-25T17:31:09.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15622024-10-25T17:31:09.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15632024-10-25T17:31:09.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15642024-10-25T17:31:09.705Z
15652024-10-25T17:31:09.705Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/166)
15662024-10-25T17:31:10.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15672024-10-25T17:31:10.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15682024-10-25T17:31:10.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15692024-10-25T17:31:10.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15702024-10-25T17:31:10.180Z
15712024-10-25T17:31:10.180Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/166)
15722024-10-25T17:31:10.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15732024-10-25T17:31:10.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15742024-10-25T17:31:10.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15752024-10-25T17:31:10.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
15762024-10-25T17:31:10.658Z
15772024-10-25T17:31:10.658Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/166)
15782024-10-25T17:31:11.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15792024-10-25T17:31:11.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15802024-10-25T17:31:11.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15812024-10-25T17:31:11.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15822024-10-25T17:31:11.130Z
15832024-10-25T17:31:11.130Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/166)
15842024-10-25T17:31:11.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15852024-10-25T17:31:11.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15862024-10-25T17:31:11.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15872024-10-25T17:31:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15882024-10-25T17:31:11.599Z
15892024-10-25T17:31:11.599Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/166)
15902024-10-25T17:31:12.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15912024-10-25T17:31:12.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15922024-10-25T17:31:12.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15932024-10-25T17:31:12.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15942024-10-25T17:31:12.064Z
15952024-10-25T17:31:12.064Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/166)
15962024-10-25T17:31:12.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15972024-10-25T17:31:12.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15982024-10-25T17:31:12.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15992024-10-25T17:31:12.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16002024-10-25T17:31:12.538Z
16012024-10-25T17:31:12.538Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/166)
16022024-10-25T17:31:12.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16032024-10-25T17:31:12.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16042024-10-25T17:31:12.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16052024-10-25T17:31:12.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16062024-10-25T17:31:13.014Z
16072024-10-25T17:31:13.014Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/166)
16082024-10-25T17:31:13.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16092024-10-25T17:31:13.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16102024-10-25T17:31:13.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16112024-10-25T17:31:13.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16122024-10-25T17:31:13.477Z
16132024-10-25T17:31:13.477Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/166)
16142024-10-25T17:31:13.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16152024-10-25T17:31:13.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16162024-10-25T17:31:13.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16172024-10-25T17:31:13.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16182024-10-25T17:31:13.952Z
16192024-10-25T17:31:13.952Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/166)
16202024-10-25T17:31:14.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-10-25T17:31:14.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-10-25T17:31:14.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-10-25T17:31:14.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16242024-10-25T17:31:14.420Z
16252024-10-25T17:31:14.420Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/166)
16262024-10-25T17:31:14.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-10-25T17:31:14.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-10-25T17:31:14.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-10-25T17:31:14.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16302024-10-25T17:31:14.890Z
16312024-10-25T17:31:14.890Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/166)
16322024-10-25T17:31:15.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-10-25T17:31:15.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-10-25T17:31:15.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-10-25T17:31:15.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16362024-10-25T17:31:15.366Z
16372024-10-25T17:31:15.366Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/166)
16382024-10-25T17:31:15.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-10-25T17:31:15.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-10-25T17:31:15.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-10-25T17:31:15.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16422024-10-25T17:31:15.840Z
16432024-10-25T17:31:15.840Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/166)
16442024-10-25T17:31:16.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-10-25T17:31:16.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-10-25T17:31:16.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-10-25T17:31:16.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16482024-10-25T17:31:16.308Z
16492024-10-25T17:31:16.308Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/166)
16502024-10-25T17:31:16.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-10-25T17:31:16.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-10-25T17:31:16.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-10-25T17:31:16.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16542024-10-25T17:31:16.783Z
16552024-10-25T17:31:16.783Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/166)
16562024-10-25T17:31:17.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-10-25T17:31:17.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-10-25T17:31:17.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-10-25T17:31:17.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16602024-10-25T17:31:17.259Z
16612024-10-25T17:31:17.259Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/166)
16622024-10-25T17:31:17.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-10-25T17:31:17.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-10-25T17:31:17.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652024-10-25T17:31:17.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16662024-10-25T17:31:17.740Z
16672024-10-25T17:31:17.740Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/166)
16682024-10-25T17:31:18.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692024-10-25T17:31:18.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702024-10-25T17:31:18.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712024-10-25T17:31:18.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16722024-10-25T17:31:18.212Z
16732024-10-25T17:31:18.212Zinfo: running `cargo check --bins` on sled-hardware-types (25/166)
16742024-10-25T17:31:18.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752024-10-25T17:31:18.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762024-10-25T17:31:18.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772024-10-25T17:31:18.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16782024-10-25T17:31:18.880Z
16792024-10-25T17:31:18.880Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/166)
16802024-10-25T17:31:19.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-10-25T17:31:19.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-10-25T17:31:19.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-10-25T17:31:19.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16842024-10-25T17:31:19.548Z
16852024-10-25T17:31:19.548Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/166)
16862024-10-25T17:31:20.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872024-10-25T17:31:20.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882024-10-25T17:31:20.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892024-10-25T17:31:20.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
16902024-10-25T17:31:20.224Z
16912024-10-25T17:31:20.224Zinfo: running `cargo check --bins` on oxlog (28/166)
16922024-10-25T17:31:20.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932024-10-25T17:31:20.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942024-10-25T17:31:20.882Z Checking cfg-if v1.0.0
16952024-10-25T17:31:20.888Z Checking libc v0.2.161
16962024-10-25T17:31:20.981Z Checking serde v1.0.210
16972024-10-25T17:31:20.998Z Checking zeroize v1.8.1
16982024-10-25T17:31:20.998Z Checking memchr v2.7.4
16992024-10-25T17:31:21.009Z Checking typenum v1.17.0
17002024-10-25T17:31:21.009Z Checking scopeguard v1.2.0
17012024-10-25T17:31:21.009Z Checking subtle v2.6.1
17022024-10-25T17:31:21.042Z Checking value-bag v1.9.0
17032024-10-25T17:31:21.143Z Checking lock_api v0.4.12
17042024-10-25T17:31:21.268Z Checking itoa v1.0.11
17052024-10-25T17:31:21.439Z Checking log v0.4.22
17062024-10-25T17:31:21.458Z Checking const-oid v0.9.6
17072024-10-25T17:31:21.563Z Checking pin-project-lite v0.2.14
17082024-10-25T17:31:21.682Z Checking smallvec v1.13.2
17092024-10-25T17:31:21.850Z Checking byteorder v1.5.0
17102024-10-25T17:31:21.974Z Checking futures-core v0.3.31
17112024-10-25T17:31:22.014Z Checking once_cell v1.20.2
17122024-10-25T17:31:22.034Z Checking getrandom v0.2.15
17132024-10-25T17:31:22.123Z Checking signal-hook-registry v1.4.2
17142024-10-25T17:31:22.165Z Checking parking_lot_core v0.9.10
17152024-10-25T17:31:22.186Z Checking mio v1.0.2
17162024-10-25T17:31:22.240Z Checking rand_core v0.6.4
17172024-10-25T17:31:22.286Z Checking cpufeatures v0.2.14
17182024-10-25T17:31:22.338Z Checking futures-sink v0.3.31
17192024-10-25T17:31:22.375Z Checking socket2 v0.5.7
17202024-10-25T17:31:22.464Z Checking spin v0.9.8
17212024-10-25T17:31:22.476Z Checking parking_lot v0.12.3
17222024-10-25T17:31:22.528Z Checking zerocopy v0.7.35
17232024-10-25T17:31:22.727Z Checking slab v0.4.9
17242024-10-25T17:31:22.794Z Checking futures-channel v0.3.31
17252024-10-25T17:31:22.810Z Checking pin-utils v0.1.0
17262024-10-25T17:31:22.822Z Checking tinyvec_macros v0.1.1
17272024-10-25T17:31:22.882Z Checking futures-task v0.3.31
17282024-10-25T17:31:22.896Z Checking equivalent v1.0.1
17292024-10-25T17:31:22.954Z Checking futures-io v0.3.31
17302024-10-25T17:31:22.969Z Checking allocator-api2 v0.2.18
17312024-10-25T17:31:22.982Z Checking foldhash v0.1.3
17322024-10-25T17:31:23.101Z Checking tinyvec v1.8.0
17332024-10-25T17:31:23.117Z Checking ryu v1.0.18
17342024-10-25T17:31:23.140Z Checking futures-util v0.3.31
17352024-10-25T17:31:23.155Z Checking unicode-bidi v0.3.17
17362024-10-25T17:31:23.348Z Checking fnv v1.0.7
17372024-10-25T17:31:23.438Z Checking libm v0.2.8
17382024-10-25T17:31:23.528Z Checking hashbrown v0.15.0
17392024-10-25T17:31:23.738Z Checking base64ct v1.6.0
17402024-10-25T17:31:23.861Z Checking ppv-lite86 v0.2.20
17412024-10-25T17:31:24.126Z Checking pem-rfc7468 v0.7.0
17422024-10-25T17:31:24.191Z Checking num-traits v0.2.19
17432024-10-25T17:31:24.355Z Checking unicode-normalization v0.1.24
17442024-10-25T17:31:24.388Z Checking flagset v0.4.6
17452024-10-25T17:31:24.528Z Checking tracing-core v0.1.32
17462024-10-25T17:31:24.569Z Checking rand_chacha v0.3.1
17472024-10-25T17:31:24.618Z Checking thiserror v1.0.64
17482024-10-25T17:31:24.738Z Checking percent-encoding v2.3.1
17492024-10-25T17:31:24.910Z Checking rustls-pki-types v1.9.0
17502024-10-25T17:31:24.925Z Checking rand v0.8.5
17512024-10-25T17:31:25.154Z Checking tracing v0.1.40
17522024-10-25T17:31:25.261Z Checking httparse v1.9.5
17532024-10-25T17:31:25.434Z Checking powerfmt v0.2.0
17542024-10-25T17:31:25.479Z Checking untrusted v0.9.0
17552024-10-25T17:31:25.520Z Checking generic-array v0.14.7
17562024-10-25T17:31:25.584Z Checking bytes v1.7.2
17572024-10-25T17:31:25.631Z Checking indexmap v2.6.0
17582024-10-25T17:31:25.670Z Checking serde_json v1.0.128
17592024-10-25T17:31:25.685Z Checking bitflags v2.6.0
17602024-10-25T17:31:25.713Z Checking der v0.7.9
17612024-10-25T17:31:25.961Z Checking deranged v0.3.11
17622024-10-25T17:31:26.132Z Checking ring v0.17.8
17632024-10-25T17:31:26.378Z Checking tokio v1.40.0
17642024-10-25T17:31:26.697Z Checking crypto-common v0.1.6
17652024-10-25T17:31:26.877Z Checking block-buffer v0.10.4
17662024-10-25T17:31:26.917Z Checking block-padding v0.3.3
17672024-10-25T17:31:27.100Z Checking digest v0.10.7
17682024-10-25T17:31:27.116Z Checking inout v0.1.3
17692024-10-25T17:31:27.348Z Checking cipher v0.4.4
17702024-10-25T17:31:27.390Z Checking http v1.1.0
17712024-10-25T17:31:27.455Z Checking hmac v0.12.1
17722024-10-25T17:31:27.571Z Checking sha2 v0.10.8
17732024-10-25T17:31:27.664Z Checking pbkdf2 v0.12.2
17742024-10-25T17:31:27.707Z Checking spki v0.7.3
17752024-10-25T17:31:27.736Z Checking salsa20 v0.10.2
17762024-10-25T17:31:27.820Z Checking cbc v0.1.2
17772024-10-25T17:31:27.928Z Checking aes v0.8.4
17782024-10-25T17:31:27.977Z Checking crossbeam-utils v0.8.20
17792024-10-25T17:31:27.992Z Checking atomic-waker v1.1.2
17802024-10-25T17:31:28.027Z Checking num-conv v0.1.0
17812024-10-25T17:31:28.094Z Checking scrypt v0.11.0
17822024-10-25T17:31:28.119Z Checking time-core v0.1.2
17832024-10-25T17:31:28.169Z Checking num_threads v0.1.7
17842024-10-25T17:31:28.270Z Checking rustls-webpki v0.102.8
17852024-10-25T17:31:28.273Z Checking form_urlencoded v1.2.1
17862024-10-25T17:31:28.299Z Checking time v0.3.36
17872024-10-25T17:31:28.312Z Checking try-lock v0.2.5
17882024-10-25T17:31:28.431Z Checking want v0.3.1
17892024-10-25T17:31:28.473Z Checking unicode-ident v1.0.13
17902024-10-25T17:31:28.610Z Checking httpdate v1.0.3
17912024-10-25T17:31:28.634Z Checking proc-macro2 v1.0.87
17922024-10-25T17:31:28.655Z Checking serde_spanned v0.6.8
17932024-10-25T17:31:28.713Z Checking http-body v1.0.1
17942024-10-25T17:31:28.828Z Checking pkcs5 v0.7.1
17952024-10-25T17:31:28.831Z Checking uuid v1.10.0
17962024-10-25T17:31:28.857Z Checking toml_datetime v0.6.8
17972024-10-25T17:31:28.916Z Checking idna v0.5.0
17982024-10-25T17:31:29.031Z Checking slog v2.7.0
17992024-10-25T17:31:29.130Z Checking scroll v0.12.0
18002024-10-25T17:31:29.287Z Checking ucd-trie v0.1.7
18012024-10-25T17:31:29.365Z Checking pkcs8 v0.10.2
18022024-10-25T17:31:29.434Z Checking iana-time-zone v0.1.61
18032024-10-25T17:31:29.491Z Checking tower-service v0.3.3
18042024-10-25T17:31:29.523Z Checking match_cfg v0.1.0
18052024-10-25T17:31:29.571Z Checking foreign-types-shared v0.1.1
18062024-10-25T17:31:29.586Z Checking plain v0.2.3
18072024-10-25T17:31:29.600Z Checking base64 v0.22.1
18082024-10-25T17:31:29.615Z Checking hostname v0.3.1
18092024-10-25T17:31:29.669Z Checking chrono v0.4.38
18102024-10-25T17:31:29.685Z Checking foreign-types v0.3.2
18112024-10-25T17:31:29.718Z Checking goblin v0.8.2
18122024-10-25T17:31:29.734Z Checking pest v2.7.14
18132024-10-25T17:31:29.775Z Checking url v2.5.2
18142024-10-25T17:31:29.778Z Checking quote v1.0.37
18152024-10-25T17:31:30.045Z Checking openssl-sys v0.9.103
18162024-10-25T17:31:30.105Z Checking errno v0.3.9
18172024-10-25T17:31:30.291Z Checking dirs-sys-next v0.1.2
18182024-10-25T17:31:30.475Z Checking aho-corasick v1.1.3
18192024-10-25T17:31:30.581Z Checking pretty-hex v0.4.1
18202024-10-25T17:31:30.749Z Checking adler2 v2.0.0
18212024-10-25T17:31:30.752Z Checking siphasher v0.3.11
18222024-10-25T17:31:30.903Z Checking regex-syntax v0.8.5
18232024-10-25T17:31:31.083Z Checking data-encoding v2.6.0
18242024-10-25T17:31:31.355Z Checking openssl v0.10.66
18252024-10-25T17:31:31.724Z Checking miniz_oxide v0.8.0
18262024-10-25T17:31:31.762Z Checking dirs-next v2.0.0
18272024-10-25T17:31:31.885Z Checking rustix v0.38.37
18282024-10-25T17:31:32.090Z Checking syn v2.0.79
18292024-10-25T17:31:32.278Z Checking dtrace-parser v0.2.0
18302024-10-25T17:31:32.453Z Checking http-body-util v0.1.2
18312024-10-25T17:31:32.734Z Checking crossbeam-epoch v0.9.18
18322024-10-25T17:31:32.904Z Checking signature v2.2.0
18332024-10-25T17:31:33.107Z Checking sha1 v0.10.6
18342024-10-25T17:31:33.182Z Checking lazy_static v1.5.0
18352024-10-25T17:31:33.307Z Checking thread_local v1.1.8
18362024-10-25T17:31:33.377Z Checking thread-id v4.2.2
18372024-10-25T17:31:33.457Z Checking tokio-util v0.7.12
18382024-10-25T17:31:33.488Z Checking encoding_rs v0.8.34
18392024-10-25T17:31:33.584Z Checking either v1.13.0
18402024-10-25T17:31:33.987Z Checking unicode-properties v0.1.3
18412024-10-25T17:31:34.214Z Checking regex-automata v0.4.8
18422024-10-25T17:31:34.341Z Checking ipnet v2.10.1
18432024-10-25T17:31:34.362Z Checking h2 v0.4.6
18442024-10-25T17:31:34.705Z Checking dof v0.3.0
18452024-10-25T17:31:34.783Z Checking anstyle v1.0.8
18462024-10-25T17:31:35.147Z Checking mime v0.3.17
18472024-10-25T17:31:35.346Z Checking utf8parse v0.2.2
18482024-10-25T17:31:35.427Z Checking openssl-probe v0.1.5
18492024-10-25T17:31:35.470Z Checking winnow v0.6.20
18502024-10-25T17:31:35.488Z Checking gimli v0.31.1
18512024-10-25T17:31:35.571Z Checking anstyle-parse v0.2.5
18522024-10-25T17:31:35.789Z Checking stringprep v0.1.5
18532024-10-25T17:31:35.841Z Checking crossbeam-deque v0.8.5
18542024-10-25T17:31:36.059Z Checking term v0.7.0
18552024-10-25T17:31:36.167Z Checking slog-json v2.6.1
18562024-10-25T17:31:36.418Z Checking rustls v0.23.14
18572024-10-25T17:31:36.478Z Checking rustls v0.22.4
18582024-10-25T17:31:36.772Z Checking native-tls v0.2.12
18592024-10-25T17:31:37.103Z Checking crossbeam-channel v0.5.13
18602024-10-25T17:31:37.855Z Checking serde_urlencoded v0.7.1
18612024-10-25T17:31:38.250Z Checking futures-executor v0.3.31
18622024-10-25T17:31:38.422Z Checking toml_edit v0.22.22
18632024-10-25T17:31:38.451Z Checking usdt-impl v0.5.0
18642024-10-25T17:31:38.468Z Checking md-5 v0.10.6
18652024-10-25T17:31:38.666Z Checking num-integer v0.1.46
18662024-10-25T17:31:38.687Z Checking rustls-pemfile v2.2.0
18672024-10-25T17:31:38.899Z Checking idna v0.3.0
18682024-10-25T17:31:39.002Z Checking idna v0.4.0
18692024-10-25T17:31:39.128Z Checking ff v0.13.0
18702024-10-25T17:31:39.334Z Checking hash32 v0.2.1
18712024-10-25T17:31:39.515Z Checking addr2line v0.24.2
18722024-10-25T17:31:39.615Z Checking is-terminal v0.4.13
18732024-10-25T17:31:39.733Z Checking memmap v0.7.0
18742024-10-25T17:31:39.763Z Checking object v0.36.5
18752024-10-25T17:31:39.867Z Checking is_terminal_polyfill v1.70.1
18762024-10-25T17:31:39.925Z Checking base16ct v0.2.0
18772024-10-25T17:31:39.979Z Checking linked-hash-map v0.5.6
18782024-10-25T17:31:40.015Z Checking dyn-clone v1.0.17
18792024-10-25T17:31:40.107Z Checking rustc-demangle v0.1.24
18802024-10-25T17:31:40.128Z Checking utf-8 v0.7.6
18812024-10-25T17:31:40.151Z Checking anstyle-query v1.1.1
18822024-10-25T17:31:40.271Z Checking stable_deref_trait v1.2.0
18832024-10-25T17:31:40.296Z Checking psl-types v2.0.11
18842024-10-25T17:31:40.320Z Checking take_mut v0.2.2
18852024-10-25T17:31:40.363Z Checking colorchoice v1.0.2
18862024-10-25T17:31:40.464Z Checking fallible-iterator v0.2.0
18872024-10-25T17:31:40.479Z Checking quick-error v1.2.3
18882024-10-25T17:31:40.481Z Checking anstream v0.6.15
18892024-10-25T17:31:40.511Z Checking publicsuffix v2.2.3
18902024-10-25T17:31:40.569Z Checking hyper v1.4.1
18912024-10-25T17:31:40.605Z Checking resolv-conf v0.7.0
18922024-10-25T17:31:40.724Z Checking slog-async v2.8.0
18932024-10-25T17:31:40.850Z Checking heapless v0.7.17
18942024-10-25T17:31:40.912Z Checking toml v0.8.19
18952024-10-25T17:31:40.929Z Checking tungstenite v0.24.0
18962024-10-25T17:31:41.011Z Checking lru-cache v0.1.2
18972024-10-25T17:31:41.044Z Checking postgres-protocol v0.6.7
18982024-10-25T17:31:41.192Z Checking schemars v0.8.21
18992024-10-25T17:31:41.395Z Checking tokio-rustls v0.26.0
19002024-10-25T17:31:41.670Z Checking tokio-rustls v0.25.0
19012024-10-25T17:31:41.734Z Checking sec1 v0.7.3
19022024-10-25T17:31:41.827Z Checking usdt v0.5.0
19032024-10-25T17:31:41.844Z Checking hickory-proto v0.24.1
19042024-10-25T17:31:41.899Z Checking slog-term v2.9.1
19052024-10-25T17:31:42.021Z Checking group v0.13.0
19062024-10-25T17:31:42.067Z Checking num-iter v0.1.45
19072024-10-25T17:31:42.103Z Checking futures v0.3.31
19082024-10-25T17:31:42.217Z Checking tokio-native-tls v0.3.1
19092024-10-25T17:31:42.240Z Checking slog-bunyan v2.5.0
19102024-10-25T17:31:42.274Z Checking rayon-core v1.12.1
19112024-10-25T17:31:42.395Z Checking multer v3.1.0
19122024-10-25T17:31:42.397Z Checking terminal_size v0.4.0
19132024-10-25T17:31:42.469Z Checking phf_shared v0.11.2
19142024-10-25T17:31:42.555Z Checking cookie v0.18.1
19152024-10-25T17:31:42.596Z Checking hyper-util v0.1.9
19162024-10-25T17:31:42.732Z Checking async-stream v0.3.6
19172024-10-25T17:31:42.800Z Checking camino v1.1.9
19182024-10-25T17:31:42.816Z Checking signal-hook v0.3.17
19192024-10-25T17:31:42.914Z Checking waitgroup v0.1.2
19202024-10-25T17:31:42.931Z Checking hkdf v0.12.4
19212024-10-25T17:31:43.012Z Checking openapiv3 v2.0.0
19222024-10-25T17:31:43.051Z Checking crypto-bigint v0.5.5
19232024-10-25T17:31:43.122Z Checking serde_path_to_error v0.1.16
19242024-10-25T17:31:43.124Z Checking webpki-roots v0.26.6
19252024-10-25T17:31:43.341Z Checking hostname v0.4.0
19262024-10-25T17:31:43.358Z Checking winnow v0.5.40
19272024-10-25T17:31:43.465Z Checking managed v0.8.0
19282024-10-25T17:31:43.735Z Checking unicode-width v0.1.14
19292024-10-25T17:31:43.837Z Checking strsim v0.11.1
19302024-10-25T17:31:44.122Z Checking bitflags v1.3.2
19312024-10-25T17:31:44.223Z Checking debug-ignore v1.0.5
19322024-10-25T17:31:44.226Z Checking clap_lex v0.7.2
19332024-10-25T17:31:44.359Z Checking console v0.15.8
19342024-10-25T17:31:44.482Z Checking clap_builder v4.5.20
19352024-10-25T17:31:44.689Z Checking hyper-tls v0.6.0
19362024-10-25T17:31:44.930Z Checking hyper-rustls v0.27.3
19372024-10-25T17:31:44.963Z Checking smoltcp v0.9.1
19382024-10-25T17:31:45.268Z Checking signal-hook-mio v0.2.4
19392024-10-25T17:31:45.414Z Checking cookie_store v0.21.0
19402024-10-25T17:31:45.839Z Checking elliptic-curve v0.13.8
19412024-10-25T17:31:46.023Z Checking rayon v1.10.0
19422024-10-25T17:31:46.060Z Checking backtrace v0.3.74
19432024-10-25T17:31:46.330Z Checking toml_edit v0.19.15
19442024-10-25T17:31:46.397Z Checking dropshot v0.12.0
19452024-10-25T17:31:46.435Z Checking phf v0.11.2
19462024-10-25T17:31:46.468Z Checking num-bigint-dig v0.8.4
19472024-10-25T17:31:46.490Z Checking hickory-resolver v0.24.1
19482024-10-25T17:31:46.626Z Checking anyhow v1.0.89
19492024-10-25T17:31:46.691Z Checking tokio-tungstenite v0.24.0
19502024-10-25T17:31:47.009Z Checking postgres-types v0.2.8
19512024-10-25T17:31:47.160Z Checking regex v1.11.0
19522024-10-25T17:31:47.608Z Checking bstr v1.10.0
19532024-10-25T17:31:47.746Z Checking tokio-stream v0.1.16
19542024-10-25T17:31:47.791Z Checking ed25519 v2.2.3
19552024-10-25T17:31:48.048Z Checking phf_shared v0.10.0
19562024-10-25T17:31:48.091Z Checking pkcs1 v0.7.5
19572024-10-25T17:31:48.313Z Checking zerocopy v0.6.6
19582024-10-25T17:31:48.489Z Checking curve25519-dalek v4.1.3
19592024-10-25T17:31:48.522Z Checking hubpack v0.1.2
19602024-10-25T17:31:48.624Z Checking portable-atomic v1.9.0
19612024-10-25T17:31:48.640Z Checking rfc6979 v0.4.0
19622024-10-25T17:31:48.768Z Checking float-cmp v0.9.0
19632024-10-25T17:31:48.803Z Checking serde-big-array v0.5.1
19642024-10-25T17:31:48.818Z Checking sync_wrapper v1.0.1
19652024-10-25T17:31:48.950Z Checking crc32fast v1.4.2
19662024-10-25T17:31:48.953Z Checking minimal-lexical v0.2.1
19672024-10-25T17:31:49.014Z Checking fixedbitset v0.4.2
19682024-10-25T17:31:49.080Z Checking unicode-segmentation v1.12.0
19692024-10-25T17:31:49.183Z Checking whoami v1.5.2
19702024-10-25T17:31:49.290Z Checking predicates-core v1.0.8
19712024-10-25T17:31:49.352Z Checking bit-vec v0.6.3
19722024-10-25T17:31:49.466Z Checking normalize-line-endings v0.3.0
19732024-10-25T17:31:49.480Z Checking static_assertions v1.1.0
19742024-10-25T17:31:49.571Z Checking difflib v0.4.0
19752024-10-25T17:31:49.586Z Checking new_debug_unreachable v1.0.6
19762024-10-25T17:31:49.643Z Checking number_prefix v0.4.0
19772024-10-25T17:31:49.666Z Checking precomputed-hash v0.1.1
19782024-10-25T17:31:49.682Z Checking bit-set v0.5.3
19792024-10-25T17:31:49.744Z Checking similar v2.6.0
19802024-10-25T17:31:49.774Z Checking string_cache v0.8.7
19812024-10-25T17:31:49.834Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19822024-10-25T17:31:49.865Z Checking predicates v3.1.2
19832024-10-25T17:31:49.884Z Checking indicatif v0.17.8
19842024-10-25T17:31:49.916Z Checking tokio-postgres v0.7.12
19852024-10-25T17:31:49.957Z Checking qorb v0.1.2
19862024-10-25T17:31:50.047Z Checking nom v7.1.3
19872024-10-25T17:31:50.290Z Checking ed25519-dalek v2.1.1
19882024-10-25T17:31:50.505Z Checking petgraph v0.6.5
19892024-10-25T17:31:50.571Z Checking flate2 v1.0.34
19902024-10-25T17:31:50.647Z Checking reqwest v0.12.8
19912024-10-25T17:31:50.695Z Checking ecdsa v0.16.9
19922024-10-25T17:31:51.226Z Checking toml v0.7.8
19932024-10-25T17:31:51.403Z Checking rsa v0.9.6
19942024-10-25T17:31:51.983Z Checking clap v4.5.20
19952024-10-25T17:31:52.106Z Checking crossterm v0.28.1
19962024-10-25T17:31:52.347Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972024-10-25T17:31:52.373Z Checking itertools v0.10.5
19982024-10-25T17:31:52.463Z Checking itertools v0.12.1
19992024-10-25T17:31:52.535Z Checking fs-err v2.11.0
20002024-10-25T17:31:52.839Z Checking ahash v0.8.11
20012024-10-25T17:31:52.916Z Checking x509-cert v0.2.5
20022024-10-25T17:31:53.056Z Checking hex v0.4.3
20032024-10-25T17:31:53.386Z Checking semver v1.0.23
20042024-10-25T17:31:53.565Z Checking peg-runtime v0.8.3
20052024-10-25T17:31:53.780Z Checking lalrpop-util v0.19.12
20062024-10-25T17:31:53.783Z Checking sigpipe v0.1.3
20072024-10-25T17:31:54.769Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20082024-10-25T17:31:55.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.84s
20092024-10-25T17:31:55.221Z
20102024-10-25T17:31:55.221Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/166)
20112024-10-25T17:31:55.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122024-10-25T17:31:55.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132024-10-25T17:31:55.909Z Compiling hashbrown v0.14.5
20142024-10-25T17:31:56.022Z Checking heck v0.5.0
20152024-10-25T17:31:56.035Z Compiling unsafe-libyaml v0.2.11
20162024-10-25T17:31:56.049Z Compiling ident_case v1.0.1
20172024-10-25T17:31:56.051Z Checking progenitor-client v0.8.0
20182024-10-25T17:31:56.075Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20192024-10-25T17:31:56.089Z Compiling proc-macro-crate v1.3.1
20202024-10-25T17:31:56.175Z Checking ipnetwork v0.20.0
20212024-10-25T17:31:56.213Z Compiling darling_core v0.20.10
20222024-10-25T17:31:56.364Z Compiling structmeta-derive v0.3.0
20232024-10-25T17:31:56.439Z Compiling newtype-uuid v1.1.2
20242024-10-25T17:31:56.514Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20252024-10-25T17:31:56.789Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20262024-10-25T17:31:56.893Z Compiling lzma-sys v0.1.20
20272024-10-25T17:31:57.106Z Checking regress v0.10.1
20282024-10-25T17:31:57.123Z Compiling foreign-types-macros v0.2.3
20292024-10-25T17:31:57.307Z Compiling num_enum_derive v0.5.11
20302024-10-25T17:31:57.599Z Compiling serde_yaml v0.9.34+deprecated
20312024-10-25T17:31:58.047Z Checking foreign-types-shared v0.3.1
20322024-10-25T17:31:58.163Z Checking arc-swap v1.7.1
20332024-10-25T17:31:58.435Z Checking foreign-types v0.5.0
20342024-10-25T17:31:58.580Z Compiling proc-macro-error v1.0.4
20352024-10-25T17:31:58.600Z Checking slog-scope v4.4.0
20362024-10-25T17:31:59.263Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20372024-10-25T17:31:59.335Z Checking tungstenite v0.21.0
20382024-10-25T17:31:59.375Z Compiling heck v0.3.3
20392024-10-25T17:31:59.392Z Compiling structmeta v0.3.0
20402024-10-25T17:31:59.792Z Compiling parse-display-derive v0.10.0
20412024-10-25T17:31:59.824Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20422024-10-25T17:31:59.919Z Checking num_enum v0.5.11
20432024-10-25T17:32:00.066Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20442024-10-25T17:32:00.232Z Checking cstr-argument v0.1.2
20452024-10-25T17:32:00.404Z Checking instant v0.1.13
20462024-10-25T17:32:00.512Z Checking base64 v0.21.7
20472024-10-25T17:32:00.557Z Checking typify-impl v0.2.0
20482024-10-25T17:32:00.669Z Checking pretty-hex v0.2.1
20492024-10-25T17:32:00.824Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20502024-10-25T17:32:00.837Z Checking fastrand v2.1.1
20512024-10-25T17:32:01.137Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20522024-10-25T17:32:01.165Z Checking tempfile v3.13.0
20532024-10-25T17:32:01.412Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20542024-10-25T17:32:01.548Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20552024-10-25T17:32:01.583Z Checking backoff v0.4.0
20562024-10-25T17:32:01.694Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20572024-10-25T17:32:01.716Z Checking tokio-tungstenite v0.21.0
20582024-10-25T17:32:01.895Z Checking strum v0.26.3
20592024-10-25T17:32:02.027Z Compiling zone_cfg_derive v0.1.2
20602024-10-25T17:32:02.055Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20612024-10-25T17:32:02.231Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20622024-10-25T17:32:02.351Z Checking slog-stdlog v4.1.1
20632024-10-25T17:32:02.511Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20642024-10-25T17:32:02.628Z Checking regress v0.9.1
20652024-10-25T17:32:02.666Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20662024-10-25T17:32:02.799Z Checking colored v2.1.0
20672024-10-25T17:32:02.948Z Checking macaddr v1.0.1
20682024-10-25T17:32:03.036Z Checking base64 v0.13.1
20692024-10-25T17:32:03.279Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20702024-10-25T17:32:03.346Z Compiling darling_macro v0.20.10
20712024-10-25T17:32:03.440Z Checking ron v0.7.1
20722024-10-25T17:32:03.548Z Checking zone v0.1.8
20732024-10-25T17:32:03.743Z Checking xz2 v0.1.7
20742024-10-25T17:32:04.052Z Checking slog-envlogger v2.2.0
20752024-10-25T17:32:04.166Z Checking tabwriter v1.4.0
20762024-10-25T17:32:04.273Z Checking xattr v1.3.1
20772024-10-25T17:32:04.297Z Compiling darling v0.20.10
20782024-10-25T17:32:04.401Z Checking pem v3.0.4
20792024-10-25T17:32:04.419Z Compiling serde_with_macros v3.11.0
20802024-10-25T17:32:04.452Z Checking yasna v0.5.2
20812024-10-25T17:32:04.479Z Checking parse-display v0.10.0
20822024-10-25T17:32:04.532Z Checking headers-core v0.3.0
20832024-10-25T17:32:04.658Z Checking smf v0.2.3
20842024-10-25T17:32:04.677Z Checking filetime v0.2.25
20852024-10-25T17:32:04.699Z Checking same-file v1.0.6
20862024-10-25T17:32:04.869Z Checking walkdir v2.5.0
20872024-10-25T17:32:04.885Z Checking tar v0.4.42
20882024-10-25T17:32:05.002Z Checking headers v0.4.0
20892024-10-25T17:32:05.114Z Checking camino-tempfile v1.1.1
20902024-10-25T17:32:05.130Z Checking atomicwrites v0.4.4
20912024-10-25T17:32:05.314Z Checking rcgen v0.12.1
20922024-10-25T17:32:05.328Z Checking subprocess v0.2.9
20932024-10-25T17:32:06.830Z Checking serde_with v3.11.0
20942024-10-25T17:32:09.377Z Compiling typify-macro v0.2.0
20952024-10-25T17:32:11.294Z Compiling typify v0.2.0
20962024-10-25T17:32:11.362Z Compiling progenitor-impl v0.8.0
20972024-10-25T17:32:14.521Z Compiling progenitor-macro v0.8.0
20982024-10-25T17:32:20.906Z Checking progenitor v0.8.0
20992024-10-25T17:32:21.036Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21002024-10-25T17:32:21.039Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21012024-10-25T17:32:23.682Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21022024-10-25T17:32:23.942Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21032024-10-25T17:32:30.258Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21042024-10-25T17:32:31.826Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21052024-10-25T17:32:33.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.78s
21062024-10-25T17:32:33.170Z
21072024-10-25T17:32:33.170Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/166)
21082024-10-25T17:32:33.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092024-10-25T17:32:33.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102024-10-25T17:32:33.848Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21112024-10-25T17:32:35.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
21122024-10-25T17:32:35.361Z
21132024-10-25T17:32:35.361Zinfo: running `cargo check --bins` on nexus-config (31/166)
21142024-10-25T17:32:35.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152024-10-25T17:32:35.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162024-10-25T17:32:35.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172024-10-25T17:32:35.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21182024-10-25T17:32:36.023Z
21192024-10-25T17:32:36.023Zinfo: running `cargo check --bins` on omicron-rpaths (32/166)
21202024-10-25T17:32:36.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-10-25T17:32:36.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-10-25T17:32:36.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232024-10-25T17:32:36.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21242024-10-25T17:32:36.662Z
21252024-10-25T17:32:36.662Zinfo: running `cargo check --bins` on omicron-certificates (33/166)
21262024-10-25T17:32:37.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272024-10-25T17:32:37.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282024-10-25T17:32:37.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292024-10-25T17:32:37.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21302024-10-25T17:32:37.328Z
21312024-10-25T17:32:37.328Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/166)
21322024-10-25T17:32:37.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332024-10-25T17:32:37.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342024-10-25T17:32:38.016Z Compiling heapless v0.8.0
21352024-10-25T17:32:38.018Z Checking hash32 v0.3.1
21362024-10-25T17:32:38.121Z Compiling smoltcp v0.11.0
21372024-10-25T17:32:38.131Z Checking cobs v0.2.3
21382024-10-25T17:32:38.142Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21392024-10-25T17:32:38.142Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21402024-10-25T17:32:38.165Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21412024-10-25T17:32:38.169Z Compiling crucible-workspace-hack v0.1.0
21422024-10-25T17:32:38.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21432024-10-25T17:32:38.277Z Checking newline-converter v0.3.0
21442024-10-25T17:32:38.290Z Checking postcard v1.0.10
21452024-10-25T17:32:38.410Z Compiling convert_case v0.4.0
21462024-10-25T17:32:38.465Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21472024-10-25T17:32:38.601Z Checking expectorate v1.1.0
21482024-10-25T17:32:38.685Z Compiling zone_cfg_derive v0.3.0
21492024-10-25T17:32:38.758Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21502024-10-25T17:32:38.835Z Checking itertools v0.13.0
21512024-10-25T17:32:38.871Z Compiling num-derive v0.4.2
21522024-10-25T17:32:39.022Z Compiling slog-dtrace v0.3.0
21532024-10-25T17:32:39.085Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21542024-10-25T17:32:39.360Z Compiling derive_more v0.99.18
21552024-10-25T17:32:39.401Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21562024-10-25T17:32:40.181Z Checking zone v0.3.0
21572024-10-25T17:32:40.865Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21582024-10-25T17:32:42.013Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21592024-10-25T17:32:42.924Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21602024-10-25T17:32:43.435Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21612024-10-25T17:32:43.990Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21622024-10-25T17:32:44.738Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21632024-10-25T17:32:45.810Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21642024-10-25T17:32:46.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s
21652024-10-25T17:32:46.855Z
21662024-10-25T17:32:46.855Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/166)
21672024-10-25T17:32:47.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682024-10-25T17:32:47.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692024-10-25T17:32:47.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702024-10-25T17:32:47.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21712024-10-25T17:32:47.521Z
21722024-10-25T17:32:47.521Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/166)
21732024-10-25T17:32:48.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742024-10-25T17:32:48.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752024-10-25T17:32:48.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762024-10-25T17:32:48.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21772024-10-25T17:32:48.179Z
21782024-10-25T17:32:48.179Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/166)
21792024-10-25T17:32:48.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802024-10-25T17:32:48.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812024-10-25T17:32:48.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822024-10-25T17:32:48.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21832024-10-25T17:32:48.954Z
21842024-10-25T17:32:48.954Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/166)
21852024-10-25T17:32:49.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862024-10-25T17:32:49.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872024-10-25T17:32:49.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882024-10-25T17:32:49.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
21892024-10-25T17:32:49.717Z
21902024-10-25T17:32:49.717Zinfo: running `cargo check --bins` on dns-server (39/166)
21912024-10-25T17:32:50.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922024-10-25T17:32:50.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932024-10-25T17:32:50.395Z Compiling parking_lot_core v0.8.6
21942024-10-25T17:32:50.395Z Checking nibble_vec v0.1.0
21952024-10-25T17:32:50.395Z Checking endian-type v0.1.2
21962024-10-25T17:32:50.398Z Checking fxhash v0.2.1
21972024-10-25T17:32:50.398Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21982024-10-25T17:32:50.398Z Checking hickory-server v0.24.1
21992024-10-25T17:32:50.650Z Checking radix_trie v0.2.1
22002024-10-25T17:32:50.949Z Checking hickory-client v0.24.1
22012024-10-25T17:32:51.088Z Checking parking_lot v0.11.2
22022024-10-25T17:32:51.178Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22032024-10-25T17:32:51.181Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22042024-10-25T17:32:51.342Z Checking sled v0.34.7
22052024-10-25T17:32:53.128Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22062024-10-25T17:32:54.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
22072024-10-25T17:32:54.462Z
22082024-10-25T17:32:54.462Zinfo: running `cargo check --bins` on dns-server-api (40/166)
22092024-10-25T17:32:55.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102024-10-25T17:32:55.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112024-10-25T17:32:55.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122024-10-25T17:32:55.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22132024-10-25T17:32:55.121Z
22142024-10-25T17:32:55.121Zinfo: running `cargo check --bins` on internal-dns-types (41/166)
22152024-10-25T17:32:55.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-10-25T17:32:55.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-10-25T17:32:55.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182024-10-25T17:32:55.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22192024-10-25T17:32:55.773Z
22202024-10-25T17:32:55.773Zinfo: running `cargo check --bins` on dns-service-client (42/166)
22212024-10-25T17:32:56.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-10-25T17:32:56.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-10-25T17:32:56.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-10-25T17:32:56.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22252024-10-25T17:32:56.426Z
22262024-10-25T17:32:56.426Zinfo: running `cargo check --bins` on gateway-test-utils (43/166)
22272024-10-25T17:32:57.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-10-25T17:32:57.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-10-25T17:32:57.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-10-25T17:32:57.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
22312024-10-25T17:32:57.137Z
22322024-10-25T17:32:57.137Zinfo: running `cargo check --bins` on gateway-types (44/166)
22332024-10-25T17:32:57.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-10-25T17:32:57.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-10-25T17:32:57.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-10-25T17:32:57.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22372024-10-25T17:32:57.800Z
22382024-10-25T17:32:57.800Zinfo: running `cargo check --bins` on ipcc (45/166)
22392024-10-25T17:32:58.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-10-25T17:32:58.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-10-25T17:32:58.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-10-25T17:32:58.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
22432024-10-25T17:32:58.455Z
22442024-10-25T17:32:58.455Zinfo: running `cargo check --bins` on omicron-gateway (46/166)
22452024-10-25T17:32:59.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-10-25T17:32:59.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-10-25T17:32:59.180Z Checking num-rational v0.4.2
22482024-10-25T17:32:59.180Z Compiling progenitor-client v0.8.0
22492024-10-25T17:32:59.180Z Checking num-complex v0.4.6
22502024-10-25T17:32:59.183Z Compiling prettyplease v0.2.22
22512024-10-25T17:32:59.183Z Compiling newtype-uuid v1.1.2
22522024-10-25T17:32:59.281Z Compiling ipnetwork v0.20.0
22532024-10-25T17:32:59.283Z Compiling instant v0.1.13
22542024-10-25T17:32:59.291Z Checking float-ord v0.3.2
22552024-10-25T17:32:59.421Z Compiling radium v0.7.0
22562024-10-25T17:32:59.448Z Compiling semver v0.1.20
22572024-10-25T17:32:59.554Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22582024-10-25T17:32:59.634Z Compiling progenitor v0.8.0
22592024-10-25T17:32:59.720Z Compiling backoff v0.4.0
22602024-10-25T17:32:59.843Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22612024-10-25T17:32:59.863Z Compiling rustc_version v0.1.7
22622024-10-25T17:32:59.888Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22632024-10-25T17:32:59.925Z Compiling parse-display v0.10.0
22642024-10-25T17:33:00.058Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22652024-10-25T17:33:00.108Z Compiling serde_with v3.11.0
22662024-10-25T17:33:00.154Z Checking num v0.4.3
22672024-10-25T17:33:00.224Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22682024-10-25T17:33:00.251Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22692024-10-25T17:33:00.266Z Compiling regress v0.9.1
22702024-10-25T17:33:00.621Z Compiling macaddr v1.0.1
22712024-10-25T17:33:00.624Z Checking tap v1.0.1
22722024-10-25T17:33:00.800Z Compiling maybe-uninit v2.0.0
22732024-10-25T17:33:01.029Z Checking wyz v0.5.1
22742024-10-25T17:33:01.448Z Compiling newtype_derive v0.1.6
22752024-10-25T17:33:01.557Z Checking password-hash v0.5.0
22762024-10-25T17:33:01.760Z Checking blake2 v0.10.6
22772024-10-25T17:33:01.859Z Compiling bzip2-sys v0.1.11+1.0.8
22782024-10-25T17:33:02.003Z Compiling owo-colors v4.1.0
22792024-10-25T17:33:02.136Z Compiling cancel-safe-futures v0.1.5
22802024-10-25T17:33:02.208Z Checking crc-catalog v2.4.0
22812024-10-25T17:33:02.338Z Compiling packed_struct v0.10.1
22822024-10-25T17:33:02.352Z Checking funty v2.0.0
22832024-10-25T17:33:02.536Z Checking crc v3.2.1
22842024-10-25T17:33:02.891Z Checking argon2 v0.5.3
22852024-10-25T17:33:03.307Z Checking bitvec v1.0.1
22862024-10-25T17:33:03.483Z Compiling packed_struct_codegen v0.10.1
22872024-10-25T17:33:03.547Z Checking half v2.4.1
22882024-10-25T17:33:03.821Z Compiling indexmap v1.9.3
22892024-10-25T17:33:03.979Z Checking ciborium-io v0.2.2
22902024-10-25T17:33:04.103Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22912024-10-25T17:33:04.120Z Checking nodrop v0.1.14
22922024-10-25T17:33:04.239Z Checking array-init v0.0.4
22932024-10-25T17:33:04.284Z Checking ciborium-ll v0.2.2
22942024-10-25T17:33:04.440Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22952024-10-25T17:33:04.594Z Checking smallvec v0.6.14
22962024-10-25T17:33:04.851Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972024-10-25T17:33:04.993Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22982024-10-25T17:33:05.810Z Checking libsw v3.3.1
22992024-10-25T17:33:06.073Z Compiling memoffset v0.9.1
23002024-10-25T17:33:06.121Z Checking indent_write v2.2.0
23012024-10-25T17:33:06.226Z Checking bitfield v0.14.0
23022024-10-25T17:33:06.318Z Checking termcolor v1.4.1
23032024-10-25T17:33:06.393Z Checking highway v1.2.0
23042024-10-25T17:33:06.516Z Checking swrite v0.1.0
23052024-10-25T17:33:06.606Z Checking hashbrown v0.12.3
23062024-10-25T17:33:06.636Z Checking linear-map v1.2.0
23072024-10-25T17:33:06.789Z Checking env_logger v0.10.2
23082024-10-25T17:33:06.826Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23092024-10-25T17:33:06.972Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23102024-10-25T17:33:07.106Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23112024-10-25T17:33:07.350Z Checking ron v0.8.1
23122024-10-25T17:33:07.708Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23132024-10-25T17:33:07.992Z Checking serde-hex v0.1.0
23142024-10-25T17:33:08.320Z Checking steno v0.4.1
23152024-10-25T17:33:08.338Z Checking ciborium v0.2.2
23162024-10-25T17:33:08.799Z Checking bzip2 v0.4.4
23172024-10-25T17:33:09.090Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23182024-10-25T17:33:09.262Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23192024-10-25T17:33:09.299Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23202024-10-25T17:33:09.345Z Checking hashbrown v0.13.2
23212024-10-25T17:33:09.840Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23222024-10-25T17:33:10.057Z Checking humantime v2.1.0
23232024-10-25T17:33:10.341Z Checking crc-any v2.5.0
23242024-10-25T17:33:10.374Z Checking object v0.30.4
23252024-10-25T17:33:10.453Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23262024-10-25T17:33:10.631Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23272024-10-25T17:33:10.717Z Checking zip v0.6.6
23282024-10-25T17:33:10.836Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23292024-10-25T17:33:11.138Z Checking path-slash v0.1.5
23302024-10-25T17:33:11.221Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23312024-10-25T17:33:11.349Z Checking nix v0.27.1
23322024-10-25T17:33:11.419Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23332024-10-25T17:33:11.978Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23342024-10-25T17:33:12.101Z Checking tungstenite v0.23.0
23352024-10-25T17:33:12.237Z Checking kstat-rs v0.2.4
23362024-10-25T17:33:12.590Z Checking signal-hook-tokio v0.3.1
23372024-10-25T17:33:12.923Z Checking tokio-tungstenite v0.23.1
23382024-10-25T17:33:13.710Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23392024-10-25T17:33:13.901Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23402024-10-25T17:33:19.463Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23412024-10-25T17:33:20.786Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23422024-10-25T17:33:20.991Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23432024-10-25T17:33:24.031Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23442024-10-25T17:33:24.287Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23452024-10-25T17:33:25.945Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23462024-10-25T17:33:31.444Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23472024-10-25T17:33:32.080Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23482024-10-25T17:33:34.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.32s
23492024-10-25T17:33:34.955Z
23502024-10-25T17:33:34.955Zinfo: running `cargo check --bins` on gateway-api (47/166)
23512024-10-25T17:33:35.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522024-10-25T17:33:35.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532024-10-25T17:33:35.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23542024-10-25T17:33:35.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23552024-10-25T17:33:35.621Z
23562024-10-25T17:33:35.621Zinfo: running `cargo check --bins` on oximeter (48/166)
23572024-10-25T17:33:36.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582024-10-25T17:33:36.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592024-10-25T17:33:36.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602024-10-25T17:33:36.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23612024-10-25T17:33:36.279Z
23622024-10-25T17:33:36.280Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/166)
23632024-10-25T17:33:36.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642024-10-25T17:33:36.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652024-10-25T17:33:36.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662024-10-25T17:33:36.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23672024-10-25T17:33:36.933Z
23682024-10-25T17:33:36.933Zinfo: running `cargo check --bins` on oximeter-schema (50/166)
23692024-10-25T17:33:37.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-10-25T17:33:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-10-25T17:33:37.600Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23722024-10-25T17:33:38.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
23732024-10-25T17:33:38.172Z
23742024-10-25T17:33:38.172Zinfo: running `cargo check --bins` on oximeter-types (51/166)
23752024-10-25T17:33:38.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-10-25T17:33:38.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-10-25T17:33:38.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782024-10-25T17:33:38.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23792024-10-25T17:33:38.832Z
23802024-10-25T17:33:38.832Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/166)
23812024-10-25T17:33:39.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-10-25T17:33:39.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-10-25T17:33:39.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842024-10-25T17:33:39.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23852024-10-25T17:33:39.495Z
23862024-10-25T17:33:39.495Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/166)
23872024-10-25T17:33:40.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-10-25T17:33:40.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-10-25T17:33:40.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23902024-10-25T17:33:40.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23912024-10-25T17:33:40.138Z
23922024-10-25T17:33:40.138Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/166)
23932024-10-25T17:33:40.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-10-25T17:33:40.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-10-25T17:33:40.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23962024-10-25T17:33:40.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
23972024-10-25T17:33:40.804Z
23982024-10-25T17:33:40.805Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/166)
23992024-10-25T17:33:41.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-10-25T17:33:41.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-10-25T17:33:41.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24022024-10-25T17:33:41.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24032024-10-25T17:33:41.464Z
24042024-10-25T17:33:41.464Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/166)
24052024-10-25T17:33:42.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-10-25T17:33:42.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-10-25T17:33:42.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082024-10-25T17:33:42.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24092024-10-25T17:33:42.118Z
24102024-10-25T17:33:42.118Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/166)
24112024-10-25T17:33:42.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-10-25T17:33:42.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-10-25T17:33:42.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142024-10-25T17:33:42.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24152024-10-25T17:33:42.787Z
24162024-10-25T17:33:42.787Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/166)
24172024-10-25T17:33:43.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-10-25T17:33:43.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-10-25T17:33:43.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24202024-10-25T17:33:43.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24212024-10-25T17:33:43.450Z
24222024-10-25T17:33:43.450Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/166)
24232024-10-25T17:33:44.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-10-25T17:33:44.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-10-25T17:33:44.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-10-25T17:33:44.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24272024-10-25T17:33:44.110Z
24282024-10-25T17:33:44.110Zinfo: running `cargo check --bins` on oximeter-producer (60/166)
24292024-10-25T17:33:44.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-10-25T17:33:44.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-10-25T17:33:44.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-10-25T17:33:44.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24332024-10-25T17:33:44.799Z
24342024-10-25T17:33:44.799Zinfo: running `cargo check --bins` on internal-dns-resolver (61/166)
24352024-10-25T17:33:45.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-10-25T17:33:45.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-10-25T17:33:45.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-10-25T17:33:45.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24392024-10-25T17:33:45.460Z
24402024-10-25T17:33:45.460Zinfo: running `cargo check --bins` on nexus-client (62/166)
24412024-10-25T17:33:46.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-10-25T17:33:46.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-10-25T17:33:46.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-10-25T17:33:46.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24452024-10-25T17:33:46.141Z
24462024-10-25T17:33:46.141Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/166)
24472024-10-25T17:33:46.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-10-25T17:33:46.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-10-25T17:33:46.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-10-25T17:33:46.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
24512024-10-25T17:33:46.818Z
24522024-10-25T17:33:46.818Zinfo: running `cargo check --bins` on omicron-passwords (64/166)
24532024-10-25T17:33:47.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-10-25T17:33:47.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-10-25T17:33:47.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-10-25T17:33:47.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24572024-10-25T17:33:47.470Z
24582024-10-25T17:33:47.470Zinfo: running `cargo check --bins` on nexus-types (65/166)
24592024-10-25T17:33:48.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-10-25T17:33:48.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-10-25T17:33:48.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-10-25T17:33:48.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
24632024-10-25T17:33:48.154Z
24642024-10-25T17:33:48.154Zinfo: running `cargo check --bins` on gateway-client (66/166)
24652024-10-25T17:33:48.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-10-25T17:33:48.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-10-25T17:33:48.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-10-25T17:33:48.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24692024-10-25T17:33:48.801Z
24702024-10-25T17:33:48.801Zinfo: running `cargo check --bins` on oxql-types (67/166)
24712024-10-25T17:33:49.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-10-25T17:33:49.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-10-25T17:33:49.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-10-25T17:33:49.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24752024-10-25T17:33:49.462Z
24762024-10-25T17:33:49.462Zinfo: running `cargo check --bins` on update-engine (68/166)
24772024-10-25T17:33:50.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-10-25T17:33:50.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-10-25T17:33:50.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-10-25T17:33:50.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24812024-10-25T17:33:50.113Z
24822024-10-25T17:33:50.113Zinfo: running `cargo check --bins` on sp-sim (69/166)
24832024-10-25T17:33:50.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-10-25T17:33:50.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-10-25T17:33:50.779Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24862024-10-25T17:33:52.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
24872024-10-25T17:33:52.676Z
24882024-10-25T17:33:52.676Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/166)
24892024-10-25T17:33:53.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-10-25T17:33:53.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-10-25T17:33:53.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-10-25T17:33:53.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
24932024-10-25T17:33:53.381Z
24942024-10-25T17:33:53.381Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/166)
24952024-10-25T17:33:54.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-10-25T17:33:54.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-10-25T17:33:54.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-10-25T17:33:54.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
24992024-10-25T17:33:54.096Z
25002024-10-25T17:33:54.096Zinfo: running `cargo check --bins` on db-macros (72/166)
25012024-10-25T17:33:54.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-10-25T17:33:54.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-10-25T17:33:54.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-10-25T17:33:54.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25052024-10-25T17:33:54.739Z
25062024-10-25T17:33:54.740Zinfo: running `cargo check --bins` on nexus-macros-common (73/166)
25072024-10-25T17:33:55.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-10-25T17:33:55.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-10-25T17:33:55.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-10-25T17:33:55.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25112024-10-25T17:33:55.381Z
25122024-10-25T17:33:55.381Zinfo: running `cargo check --bins` on nexus-auth (74/166)
25132024-10-25T17:33:56.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-10-25T17:33:56.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-10-25T17:33:56.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-10-25T17:33:56.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25172024-10-25T17:33:56.081Z
25182024-10-25T17:33:56.081Zinfo: running `cargo check --bins` on authz-macros (75/166)
25192024-10-25T17:33:56.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-10-25T17:33:56.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-10-25T17:33:56.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-10-25T17:33:56.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25232024-10-25T17:33:56.727Z
25242024-10-25T17:33:56.728Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/166)
25252024-10-25T17:33:57.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-10-25T17:33:57.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-10-25T17:33:57.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-10-25T17:33:57.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
25292024-10-25T17:33:57.415Z
25302024-10-25T17:33:57.415Zinfo: running `cargo check --bins` on nexus-db-model (77/166)
25312024-10-25T17:33:58.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-10-25T17:33:58.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-10-25T17:33:58.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-10-25T17:33:58.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
25352024-10-25T17:33:58.112Z
25362024-10-25T17:33:58.112Zinfo: running `cargo check --bins` on nexus-defaults (78/166)
25372024-10-25T17:33:58.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-10-25T17:33:58.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-10-25T17:33:58.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-10-25T17:33:58.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25412024-10-25T17:33:58.784Z
25422024-10-25T17:33:58.784Zinfo: running `cargo check --bins` on sled-agent-client (79/166)
25432024-10-25T17:33:59.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-10-25T17:33:59.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-10-25T17:33:59.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-10-25T17:33:59.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25472024-10-25T17:33:59.461Z
25482024-10-25T17:33:59.461Zinfo: running `cargo check --bins` on nexus-inventory (80/166)
25492024-10-25T17:34:00.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-10-25T17:34:00.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-10-25T17:34:00.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-10-25T17:34:00.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
25532024-10-25T17:34:00.141Z
25542024-10-25T17:34:00.141Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/166)
25552024-10-25T17:34:00.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-10-25T17:34:00.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-10-25T17:34:00.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-10-25T17:34:00.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25592024-10-25T17:34:00.803Z
25602024-10-25T17:34:00.803Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/166)
25612024-10-25T17:34:01.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-10-25T17:34:01.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-10-25T17:34:01.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-10-25T17:34:01.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25652024-10-25T17:34:01.467Z
25662024-10-25T17:34:01.467Zinfo: running `cargo check --bins` on typed-rng (83/166)
25672024-10-25T17:34:02.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-10-25T17:34:02.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-10-25T17:34:02.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-10-25T17:34:02.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25712024-10-25T17:34:02.120Z
25722024-10-25T17:34:02.120Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/166)
25732024-10-25T17:34:02.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-10-25T17:34:02.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-10-25T17:34:02.898Z Checking keccak v0.1.5
25762024-10-25T17:34:03.001Z Checking secrecy v0.8.0
25772024-10-25T17:34:03.002Z Compiling unicase v2.7.0
25782024-10-25T17:34:03.004Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25792024-10-25T17:34:03.004Z Compiling same-file v1.0.6
25802024-10-25T17:34:03.013Z Compiling tempfile v3.13.0
25812024-10-25T17:34:03.034Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25822024-10-25T17:34:03.047Z Compiling thiserror-impl-no-std v2.0.2
25832024-10-25T17:34:03.193Z Compiling walkdir v2.5.0
25842024-10-25T17:34:03.268Z Checking universal-hash v0.5.1
25852024-10-25T17:34:03.284Z Checking sha3 v0.10.8
25862024-10-25T17:34:03.371Z Compiling blake3 v1.5.4
25872024-10-25T17:34:03.450Z Compiling ring v0.16.20
25882024-10-25T17:34:03.526Z Checking opaque-debug v0.3.1
25892024-10-25T17:34:03.621Z Checking poly1305 v0.8.0
25902024-10-25T17:34:03.661Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25912024-10-25T17:34:03.858Z Checking chacha20 v0.9.1
25922024-10-25T17:34:03.886Z Checking aead v0.5.2
25932024-10-25T17:34:03.933Z Compiling memmap2 v0.9.5
25942024-10-25T17:34:03.982Z Compiling libefi-sys v0.1.0
25952024-10-25T17:34:04.087Z Compiling constant_time_eq v0.3.1
25962024-10-25T17:34:04.104Z Compiling spin v0.5.2
25972024-10-25T17:34:04.189Z Compiling untrusted v0.7.1
25982024-10-25T17:34:04.265Z Compiling salty v0.3.0
25992024-10-25T17:34:04.281Z Compiling home v0.5.9
26002024-10-25T17:34:04.331Z Compiling arrayref v0.3.9
26012024-10-25T17:34:04.351Z Compiling arrayvec v0.7.6
26022024-10-25T17:34:04.393Z Compiling toolchain_find v0.4.0
26032024-10-25T17:34:04.434Z Checking chacha20poly1305 v0.10.1
26042024-10-25T17:34:04.678Z Compiling camino-tempfile v1.1.1
26052024-10-25T17:34:04.741Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26062024-10-25T17:34:04.778Z Compiling bitfield-struct v0.6.2
26072024-10-25T17:34:05.020Z Compiling topological-sort v0.2.2
26082024-10-25T17:34:05.037Z Compiling mime_guess v2.0.5
26092024-10-25T17:34:05.228Z Compiling rustfmt-wrapper v0.2.1
26102024-10-25T17:34:05.651Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26112024-10-25T17:34:05.708Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26122024-10-25T17:34:05.819Z Checking primeorder v0.13.6
26132024-10-25T17:34:05.957Z Checking env_filter v0.1.2
26142024-10-25T17:34:05.974Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26152024-10-25T17:34:06.167Z Checking env_logger v0.11.5
26162024-10-25T17:34:06.202Z Checking thiserror-no-std v2.0.2
26172024-10-25T17:34:06.240Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182024-10-25T17:34:06.260Z Checking p384 v0.13.0
26192024-10-25T17:34:06.307Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26202024-10-25T17:34:06.324Z Checking vsss-rs v3.3.4
26212024-10-25T17:34:06.410Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26222024-10-25T17:34:06.663Z Checking gethostname v0.5.0
26232024-10-25T17:34:06.789Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26242024-10-25T17:34:06.807Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26252024-10-25T17:34:06.823Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262024-10-25T17:34:07.049Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26272024-10-25T17:34:07.121Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26282024-10-25T17:34:07.280Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26292024-10-25T17:34:07.417Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26302024-10-25T17:34:07.627Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26312024-10-25T17:34:07.653Z Checking nanorand v0.7.0
26322024-10-25T17:34:07.654Z Checking atty v0.2.14
26332024-10-25T17:34:07.712Z Checking glob v0.3.1
26342024-10-25T17:34:07.784Z Checking http-range v0.1.5
26352024-10-25T17:34:07.967Z Checking hyper-staticfile v0.10.1
26362024-10-25T17:34:08.023Z Checking flume v0.11.0
26372024-10-25T17:34:08.040Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26382024-10-25T17:34:08.516Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26392024-10-25T17:34:08.619Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26402024-10-25T17:34:08.785Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26412024-10-25T17:34:09.146Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26422024-10-25T17:34:09.480Z Compiling omicron-zone-package v0.11.1
26432024-10-25T17:34:09.896Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26442024-10-25T17:34:10.342Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26452024-10-25T17:34:10.378Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26462024-10-25T17:34:10.910Z Checking display-error-chain v0.2.1
26472024-10-25T17:34:12.177Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26482024-10-25T17:34:13.561Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26492024-10-25T17:34:14.820Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26502024-10-25T17:34:14.822Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26512024-10-25T17:34:25.649Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26522024-10-25T17:34:37.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s
26532024-10-25T17:34:38.026Z
26542024-10-25T17:34:38.026Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/166)
26552024-10-25T17:34:38.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562024-10-25T17:34:38.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572024-10-25T17:34:38.791Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26582024-10-25T17:34:51.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s
26592024-10-25T17:34:51.279Z
26602024-10-25T17:34:51.279Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/166)
26612024-10-25T17:34:51.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622024-10-25T17:34:51.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632024-10-25T17:34:52.043Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26642024-10-25T17:35:04.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.97s
26652024-10-25T17:35:04.435Z
26662024-10-25T17:35:04.435Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/166)
26672024-10-25T17:35:05.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-10-25T17:35:05.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-10-25T17:35:05.248Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26702024-10-25T17:35:17.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s
26712024-10-25T17:35:17.793Z
26722024-10-25T17:35:17.793Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/166)
26732024-10-25T17:35:18.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-10-25T17:35:18.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-10-25T17:35:18.561Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26762024-10-25T17:35:31.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.29s
26772024-10-25T17:35:31.272Z
26782024-10-25T17:35:31.272Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/166)
26792024-10-25T17:35:31.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-10-25T17:35:31.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-10-25T17:35:32.035Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26822024-10-25T17:35:44.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.08s
26832024-10-25T17:35:44.531Z
26842024-10-25T17:35:44.531Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/166)
26852024-10-25T17:35:45.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-10-25T17:35:45.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-10-25T17:35:45.293Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26882024-10-25T17:35:57.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s
26892024-10-25T17:35:57.893Z
26902024-10-25T17:35:57.893Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/166)
26912024-10-25T17:35:58.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-10-25T17:35:58.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-10-25T17:35:58.670Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26942024-10-25T17:36:11.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.14s
26952024-10-25T17:36:11.227Z
26962024-10-25T17:36:11.227Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/166)
26972024-10-25T17:36:11.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-10-25T17:36:11.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-10-25T17:36:11.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002024-10-25T17:36:11.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27012024-10-25T17:36:11.933Z
27022024-10-25T17:36:11.933Zinfo: running `cargo check --bins` on sled-agent-types (93/166)
27032024-10-25T17:36:12.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-10-25T17:36:12.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-10-25T17:36:12.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062024-10-25T17:36:12.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27072024-10-25T17:36:12.631Z
27082024-10-25T17:36:12.631Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/166)
27092024-10-25T17:36:13.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-10-25T17:36:13.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-10-25T17:36:13.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122024-10-25T17:36:13.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27132024-10-25T17:36:13.314Z
27142024-10-25T17:36:13.314Zinfo: running `cargo check --bins` on dpd-client (95/166)
27152024-10-25T17:36:13.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-10-25T17:36:13.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-10-25T17:36:13.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-10-25T17:36:13.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27192024-10-25T17:36:13.978Z
27202024-10-25T17:36:13.978Zinfo: running `cargo check --bins` on installinator-common (96/166)
27212024-10-25T17:36:14.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-10-25T17:36:14.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-10-25T17:36:14.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-10-25T17:36:14.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27252024-10-25T17:36:14.664Z
27262024-10-25T17:36:14.664Zinfo: running `cargo check --bins` on key-manager (97/166)
27272024-10-25T17:36:15.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-10-25T17:36:15.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-10-25T17:36:15.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302024-10-25T17:36:15.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27312024-10-25T17:36:15.332Z
27322024-10-25T17:36:15.332Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/166)
27332024-10-25T17:36:15.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-10-25T17:36:15.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-10-25T17:36:15.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-10-25T17:36:15.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27372024-10-25T17:36:16.013Z
27382024-10-25T17:36:16.013Zinfo: running `cargo check --bins` on sled-agent-api (99/166)
27392024-10-25T17:36:16.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-10-25T17:36:16.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-10-25T17:36:16.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-10-25T17:36:16.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27432024-10-25T17:36:16.711Z
27442024-10-25T17:36:16.711Zinfo: running `cargo check --bins` on sled-hardware (100/166)
27452024-10-25T17:36:17.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-10-25T17:36:17.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-10-25T17:36:17.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-10-25T17:36:17.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27492024-10-25T17:36:17.402Z
27502024-10-25T17:36:17.402Zinfo: running `cargo check --bins --no-default-features` on sled-storage (101/166)
27512024-10-25T17:36:18.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-10-25T17:36:18.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-10-25T17:36:18.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-10-25T17:36:18.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27552024-10-25T17:36:18.084Z
27562024-10-25T17:36:18.084Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (102/166)
27572024-10-25T17:36:18.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-10-25T17:36:18.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-10-25T17:36:18.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-10-25T17:36:18.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27612024-10-25T17:36:18.766Z
27622024-10-25T17:36:18.766Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (103/166)
27632024-10-25T17:36:19.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-10-25T17:36:19.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-10-25T17:36:19.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-10-25T17:36:19.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27672024-10-25T17:36:19.459Z
27682024-10-25T17:36:19.459Zinfo: running `cargo check --bins` on nexus-test-interface (104/166)
27692024-10-25T17:36:20.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-10-25T17:36:20.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-10-25T17:36:20.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-10-25T17:36:20.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27732024-10-25T17:36:20.149Z
27742024-10-25T17:36:20.149Zinfo: running `cargo check --bins` on oximeter-collector (105/166)
27752024-10-25T17:36:20.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-10-25T17:36:20.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-10-25T17:36:20.866Z Compiling phf_generator v0.11.2
27782024-10-25T17:36:20.868Z Compiling parse-zoneinfo v0.3.1
27792024-10-25T17:36:20.975Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
27802024-10-25T17:36:20.977Z Checking bcs v0.1.6
27812024-10-25T17:36:20.977Z Compiling async-recursion v1.1.1
27822024-10-25T17:36:20.977Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27832024-10-25T17:36:20.977Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842024-10-25T17:36:21.060Z Compiling phf_codegen v0.11.2
27852024-10-25T17:36:21.521Z Compiling chrono-tz-build v0.4.0
27862024-10-25T17:36:22.393Z Compiling chrono-tz v0.10.0
27872024-10-25T17:36:29.654Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27882024-10-25T17:36:33.716Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27892024-10-25T17:36:35.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.31s
27902024-10-25T17:36:35.632Z
27912024-10-25T17:36:35.632Zinfo: running `cargo check --bins` on oximeter-api (106/166)
27922024-10-25T17:36:36.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-10-25T17:36:36.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-10-25T17:36:36.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-10-25T17:36:36.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27962024-10-25T17:36:36.290Z
27972024-10-25T17:36:36.291Zinfo: running `cargo check --bins` on oximeter-client (107/166)
27982024-10-25T17:36:36.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-10-25T17:36:36.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-10-25T17:36:36.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-10-25T17:36:36.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28022024-10-25T17:36:36.958Z
28032024-10-25T17:36:36.958Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (108/166)
28042024-10-25T17:36:37.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-10-25T17:36:37.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-10-25T17:36:37.639Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072024-10-25T17:36:38.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
28082024-10-25T17:36:38.401Z
28092024-10-25T17:36:38.401Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (109/166)
28102024-10-25T17:36:39.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-10-25T17:36:39.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-10-25T17:36:39.099Z Compiling cfg_aliases v0.1.1
28132024-10-25T17:36:39.101Z Compiling vte_generate_state_changes v0.1.2
28142024-10-25T17:36:39.102Z Checking fd-lock v4.0.2
28152024-10-25T17:36:39.102Z Checking bytecount v0.6.8
28162024-10-25T17:36:39.211Z Compiling tabled_derive v0.7.0
28172024-10-25T17:36:39.220Z Compiling peg-macros v0.8.4
28182024-10-25T17:36:39.222Z Compiling sqlparser_derive v0.2.2
28192024-10-25T17:36:39.222Z Checking nu-ansi-term v0.50.1
28202024-10-25T17:36:39.269Z Compiling nix v0.28.0
28212024-10-25T17:36:39.334Z Checking papergrid v0.11.0
28222024-10-25T17:36:39.452Z Checking home v0.5.9
28232024-10-25T17:36:39.490Z Checking unicode_categories v0.1.1
28242024-10-25T17:36:39.828Z Checking sqlformat v0.2.6
28252024-10-25T17:36:39.857Z Checking vte v0.11.1
28262024-10-25T17:36:40.337Z Checking sqlparser v0.45.0
28272024-10-25T17:36:41.147Z Checking strip-ansi-escapes v0.2.0
28282024-10-25T17:36:41.266Z Checking tabled v0.15.0
28292024-10-25T17:36:41.285Z Checking reedline v0.35.0
28302024-10-25T17:36:41.891Z Checking peg v0.8.4
28312024-10-25T17:36:42.279Z Checking rustyline v14.0.0
28322024-10-25T17:36:46.846Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332024-10-25T17:36:53.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.69s
28342024-10-25T17:36:53.255Z
28352024-10-25T17:36:53.255Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (110/166)
28362024-10-25T17:36:53.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-10-25T17:36:53.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-10-25T17:36:53.938Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392024-10-25T17:37:00.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s
28402024-10-25T17:37:00.314Z
28412024-10-25T17:37:00.314Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (111/166)
28422024-10-25T17:37:00.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-10-25T17:37:00.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-10-25T17:37:01.001Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452024-10-25T17:37:05.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
28462024-10-25T17:37:06.031Z
28472024-10-25T17:37:06.031Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (112/166)
28482024-10-25T17:37:06.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-10-25T17:37:06.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-10-25T17:37:06.723Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512024-10-25T17:37:12.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.58s
28522024-10-25T17:37:12.791Z
28532024-10-25T17:37:12.791Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (113/166)
28542024-10-25T17:37:13.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-10-25T17:37:13.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-10-25T17:37:13.478Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572024-10-25T17:37:19.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
28582024-10-25T17:37:19.597Z
28592024-10-25T17:37:19.597Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (114/166)
28602024-10-25T17:37:20.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-10-25T17:37:20.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-10-25T17:37:20.283Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632024-10-25T17:37:25.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
28642024-10-25T17:37:25.414Z
28652024-10-25T17:37:25.414Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (115/166)
28662024-10-25T17:37:26.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-10-25T17:37:26.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-10-25T17:37:26.104Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692024-10-25T17:37:31.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
28702024-10-25T17:37:31.302Z
28712024-10-25T17:37:31.302Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (116/166)
28722024-10-25T17:37:31.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-10-25T17:37:31.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-10-25T17:37:31.990Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752024-10-25T17:37:38.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.87s
28762024-10-25T17:37:38.352Z
28772024-10-25T17:37:38.352Zinfo: running `cargo check --bins` on oximeter-test-utils (117/166)
28782024-10-25T17:37:38.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-10-25T17:37:38.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-10-25T17:37:38.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-10-25T17:37:38.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28822024-10-25T17:37:39.043Z
28832024-10-25T17:37:39.043Zinfo: running `cargo check --bins` on cockroach-admin-client (118/166)
28842024-10-25T17:37:39.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-10-25T17:37:39.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-10-25T17:37:39.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-10-25T17:37:39.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28882024-10-25T17:37:39.693Z
28892024-10-25T17:37:39.694Zinfo: running `cargo check --bins` on installinator-client (119/166)
28902024-10-25T17:37:40.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-10-25T17:37:40.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-10-25T17:37:40.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932024-10-25T17:37:40.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28942024-10-25T17:37:40.374Z
28952024-10-25T17:37:40.374Zinfo: running `cargo check --bins` on oxide-client (120/166)
28962024-10-25T17:37:40.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-10-25T17:37:40.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-10-25T17:37:40.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992024-10-25T17:37:40.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29002024-10-25T17:37:41.033Z
29012024-10-25T17:37:41.033Zinfo: running `cargo check --bins` on wicketd-client (121/166)
29022024-10-25T17:37:41.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-10-25T17:37:41.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-10-25T17:37:41.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052024-10-25T17:37:41.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
29062024-10-25T17:37:41.746Z
29072024-10-25T17:37:41.746Zinfo: running `cargo check --bins` on wicket-common (122/166)
29082024-10-25T17:37:42.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-10-25T17:37:42.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-10-25T17:37:42.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-10-25T17:37:42.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29122024-10-25T17:37:42.437Z
29132024-10-25T17:37:42.437Zinfo: running `cargo check --bins` on omicron-cockroach-admin (123/166)
29142024-10-25T17:37:43.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-10-25T17:37:43.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-10-25T17:37:43.142Z Checking csv-core v0.1.11
29172024-10-25T17:37:43.145Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29182024-10-25T17:37:43.439Z Checking csv v1.3.0
29192024-10-25T17:37:43.952Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29202024-10-25T17:37:44.302Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29212024-10-25T17:37:45.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
29222024-10-25T17:37:45.634Z
29232024-10-25T17:37:45.634Zinfo: running `cargo check --bins` on cockroach-admin-api (124/166)
29242024-10-25T17:37:46.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-10-25T17:37:46.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-10-25T17:37:46.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272024-10-25T17:37:46.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29282024-10-25T17:37:46.299Z
29292024-10-25T17:37:46.300Zinfo: running `cargo check --bins` on cockroach-admin-types (125/166)
29302024-10-25T17:37:46.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312024-10-25T17:37:46.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322024-10-25T17:37:46.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332024-10-25T17:37:46.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29342024-10-25T17:37:46.973Z
29352024-10-25T17:37:46.973Zinfo: running `cargo check --bins` on cert-dev (126/166)
29362024-10-25T17:37:47.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372024-10-25T17:37:47.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382024-10-25T17:37:47.618Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29392024-10-25T17:37:47.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29402024-10-25T17:37:48.028Z
29412024-10-25T17:37:48.028Zinfo: running `cargo check --bins` on ch-dev (127/166)
29422024-10-25T17:37:48.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432024-10-25T17:37:48.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442024-10-25T17:37:48.724Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29452024-10-25T17:37:49.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
29462024-10-25T17:37:49.578Z
29472024-10-25T17:37:49.578Zinfo: running `cargo check --bins` on crdb-seed (128/166)
29482024-10-25T17:37:50.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492024-10-25T17:37:50.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502024-10-25T17:37:50.264Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29512024-10-25T17:37:50.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
29522024-10-25T17:37:50.759Z
29532024-10-25T17:37:50.759Zinfo: running `cargo check --bins` on db-dev (129/166)
29542024-10-25T17:37:51.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-10-25T17:37:51.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-10-25T17:37:51.442Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29572024-10-25T17:37:52.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
29582024-10-25T17:37:52.291Z
29592024-10-25T17:37:52.291Zinfo: running `cargo check --bins` on omicron-dev-lib (130/166)
29602024-10-25T17:37:52.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-10-25T17:37:52.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-10-25T17:37:52.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632024-10-25T17:37:52.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29642024-10-25T17:37:52.975Z
29652024-10-25T17:37:52.975Zinfo: running `cargo check --bins` on xtask-downloader (131/166)
29662024-10-25T17:37:53.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-10-25T17:37:53.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-10-25T17:37:53.624Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29692024-10-25T17:37:54.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
29702024-10-25T17:37:54.613Z
29712024-10-25T17:37:54.613Zinfo: running `cargo check --bins` on omicron-ls-apis (132/166)
29722024-10-25T17:37:55.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-10-25T17:37:55.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-10-25T17:37:55.265Z Checking cargo-platform v0.1.8
29752024-10-25T17:37:55.524Z Checking cargo_metadata v0.18.1
29762024-10-25T17:37:56.486Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29772024-10-25T17:37:57.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
29782024-10-25T17:37:57.356Z
29792024-10-25T17:37:57.357Zinfo: running `cargo check --bins` on mgs-dev (133/166)
29802024-10-25T17:37:58.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-10-25T17:37:58.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-10-25T17:37:58.106Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29832024-10-25T17:37:58.755Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
29842024-10-25T17:37:59.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
29852024-10-25T17:37:59.426Z
29862024-10-25T17:37:59.426Zinfo: running `cargo check --bins` on omicron-omdb (134/166)
29872024-10-25T17:38:00.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-10-25T17:38:00.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-10-25T17:38:00.248Z Compiling glob v0.3.1
29902024-10-25T17:38:00.248Z Compiling crunchy v0.2.2
29912024-10-25T17:38:00.250Z Compiling tiny-keccak v2.0.2
29922024-10-25T17:38:00.250Z Compiling dsl_auto_type v0.1.2
29932024-10-25T17:38:00.251Z Checking scheduled-thread-pool v0.2.7
29942024-10-25T17:38:00.251Z Compiling diesel_table_macro_syntax v0.2.0
29952024-10-25T17:38:00.354Z Compiling ascii-canvas v3.0.0
29962024-10-25T17:38:00.358Z Compiling ena v0.14.3
29972024-10-25T17:38:00.636Z Checking r2d2 v0.8.10
29982024-10-25T17:38:00.720Z Compiling libloading v0.8.5
29992024-10-25T17:38:00.792Z Compiling regex-syntax v0.6.29
30002024-10-25T17:38:00.858Z Compiling bindgen v0.69.5
30012024-10-25T17:38:00.937Z Compiling diff v0.1.13
30022024-10-25T17:38:00.957Z Compiling which v4.4.2
30032024-10-25T17:38:01.128Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30042024-10-25T17:38:01.277Z Compiling clang-sys v1.8.1
30052024-10-25T17:38:01.347Z Compiling cexpr v0.6.0
30062024-10-25T17:38:01.582Z Compiling ref-cast v1.0.23
30072024-10-25T17:38:01.622Z Compiling rustc-hash v1.1.0
30082024-10-25T17:38:01.661Z Compiling lazycell v1.3.0
30092024-10-25T17:38:01.689Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30102024-10-25T17:38:01.776Z Compiling derive_builder_core v0.20.2
30112024-10-25T17:38:01.838Z Compiling libxml v0.3.3
30122024-10-25T17:38:01.987Z Compiling ref-cast-impl v1.0.23
30132024-10-25T17:38:02.005Z Compiling diesel_derives v2.2.3
30142024-10-25T17:38:02.195Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30152024-10-25T17:38:02.281Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30162024-10-25T17:38:02.695Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30172024-10-25T17:38:03.008Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30182024-10-25T17:38:03.115Z Compiling strum_macros v0.24.3
30192024-10-25T17:38:03.341Z Compiling indoc v1.0.9
30202024-10-25T17:38:04.322Z Compiling lalrpop v0.19.12
30212024-10-25T17:38:04.381Z Compiling derive_builder_macro v0.20.2
30222024-10-25T17:38:05.230Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30232024-10-25T17:38:05.296Z Checking derive_builder v0.20.2
30242024-10-25T17:38:05.441Z Compiling oso-derive v0.27.3
30252024-10-25T17:38:05.516Z Compiling impl-trait-for-tuples v0.2.2
30262024-10-25T17:38:06.547Z Checking quick-xml v0.33.0
30272024-10-25T17:38:06.832Z Compiling diesel-dtrace v0.3.0
30282024-10-25T17:38:06.872Z Checking maplit v1.0.2
30292024-10-25T17:38:07.030Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30302024-10-25T17:38:07.232Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30312024-10-25T17:38:07.543Z Checking bb8 v0.8.5
30322024-10-25T17:38:08.047Z Compiling const_format_proc_macros v0.2.33
30332024-10-25T17:38:08.746Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30342024-10-25T17:38:08.748Z Checking castaway v0.2.3
30352024-10-25T17:38:08.934Z Checking rand_seeder v0.3.0
30362024-10-25T17:38:09.079Z Checking compact_str v0.8.0
30372024-10-25T17:38:09.177Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30382024-10-25T17:38:09.382Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30392024-10-25T17:38:09.990Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30402024-10-25T17:38:10.264Z Checking const_format v0.2.33
30412024-10-25T17:38:10.759Z Checking unicode-truncate v1.1.0
30422024-10-25T17:38:10.990Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30432024-10-25T17:38:11.194Z Checking lru v0.12.5
30442024-10-25T17:38:11.277Z Compiling instability v0.3.2
30452024-10-25T17:38:11.295Z Checking cassowary v0.3.0
30462024-10-25T17:38:11.490Z Checking smawk v0.3.2
30472024-10-25T17:38:11.727Z Checking is_ci v1.2.0
30482024-10-25T17:38:11.745Z Checking unicode-linebreak v0.1.5
30492024-10-25T17:38:11.864Z Checking supports-color v3.0.1
30502024-10-25T17:38:12.070Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30512024-10-25T17:38:12.180Z Checking textwrap v0.16.1
30522024-10-25T17:38:12.422Z Checking ratatui v0.28.1
30532024-10-25T17:38:12.617Z Checking multimap v0.10.0
30542024-10-25T17:38:14.576Z Checking diesel v2.2.4
30552024-10-25T17:38:32.060Z Compiling samael v0.0.17
30562024-10-25T17:38:49.516Z Compiling polar-core v0.27.3
30572024-10-25T17:38:49.934Z Checking async-bb8-diesel v0.2.1
30582024-10-25T17:38:56.473Z Checking oso v0.27.3
30592024-10-25T17:40:01.469Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30602024-10-25T17:40:07.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s
30612024-10-25T17:40:07.282Z
30622024-10-25T17:40:07.282Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (135/166)
30632024-10-25T17:40:07.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-10-25T17:40:07.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-10-25T17:40:07.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-10-25T17:40:07.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30672024-10-25T17:40:08.002Z
30682024-10-25T17:40:08.002Zinfo: running `cargo check --bins` on nexus-saga-recovery (136/166)
30692024-10-25T17:40:08.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-10-25T17:40:08.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-10-25T17:40:08.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-10-25T17:40:08.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
30732024-10-25T17:40:08.724Z
30742024-10-25T17:40:08.724Zinfo: running `cargo check --bins` on nexus-test-utils-macros (137/166)
30752024-10-25T17:40:09.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-10-25T17:40:09.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-10-25T17:40:09.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-10-25T17:40:09.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30792024-10-25T17:40:09.381Z
30802024-10-25T17:40:09.381Zinfo: running `cargo check --bins` on omicron-nexus (138/166)
30812024-10-25T17:40:10.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-10-25T17:40:10.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-10-25T17:40:10.217Z Compiling libz-sys v1.1.20
30842024-10-25T17:40:10.325Z Checking http v0.2.12
30852024-10-25T17:40:10.328Z Compiling libgit2-sys v0.17.0+1.8.1
30862024-10-25T17:40:10.347Z Compiling vergen v8.3.2
30872024-10-25T17:40:10.349Z Compiling cargo-platform v0.1.8
30882024-10-25T17:40:10.349Z Compiling pin-project-internal v1.1.6
30892024-10-25T17:40:10.388Z Compiling libsqlite3-sys v0.30.1
30902024-10-25T17:40:10.388Z Compiling snafu-derive v0.8.5
30912024-10-25T17:40:10.659Z Compiling cargo_metadata v0.18.1
30922024-10-25T17:40:10.878Z Checking sync_wrapper v0.1.2
30932024-10-25T17:40:10.960Z Compiling buf-list v1.0.3
30942024-10-25T17:40:11.009Z Compiling rustls v0.21.12
30952024-10-25T17:40:11.287Z Compiling cfg_aliases v0.2.1
30962024-10-25T17:40:11.376Z Checking globset v0.4.15
30972024-10-25T17:40:11.396Z Compiling nix v0.29.0
30982024-10-25T17:40:11.674Z Checking http-body v0.4.6
30992024-10-25T17:40:11.733Z Checking h2 v0.3.26
31002024-10-25T17:40:11.859Z Checking olpc-cjson v0.1.4
31012024-10-25T17:40:12.085Z Checking rustls-webpki v0.101.7
31022024-10-25T17:40:12.087Z Checking sct v0.7.1
31032024-10-25T17:40:12.277Z Checking serde_plain v1.0.2
31042024-10-25T17:40:12.309Z Checking typed-path v0.7.1
31052024-10-25T17:40:13.301Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31062024-10-25T17:40:13.412Z Checking pin-project v1.1.6
31072024-10-25T17:40:13.548Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31082024-10-25T17:40:13.607Z Checking hashlink v0.9.1
31092024-10-25T17:40:13.857Z Checking fallible-iterator v0.3.0
31102024-10-25T17:40:14.159Z Checking parse-size v1.0.0
31112024-10-25T17:40:14.274Z Checking fallible-streaming-iterator v0.1.9
31122024-10-25T17:40:14.361Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31132024-10-25T17:40:14.417Z Checking rustls-pemfile v1.0.4
31142024-10-25T17:40:14.489Z Checking rusqlite v0.32.1
31152024-10-25T17:40:14.592Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31162024-10-25T17:40:14.815Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31172024-10-25T17:40:14.904Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31182024-10-25T17:40:15.012Z Checking twox-hash v1.6.3
31192024-10-25T17:40:15.363Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31202024-10-25T17:40:15.887Z Checking tokio-rustls v0.24.1
31212024-10-25T17:40:16.021Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31222024-10-25T17:40:16.082Z Checking snafu v0.8.5
31232024-10-25T17:40:16.206Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31242024-10-25T17:40:16.397Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31252024-10-25T17:40:16.576Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31262024-10-25T17:40:16.719Z Checking fatfs v0.3.6
31272024-10-25T17:40:17.286Z Checking assert_matches v1.5.0
31282024-10-25T17:40:17.622Z Checking hyper v0.14.30
31292024-10-25T17:40:21.566Z Checking reqwest v0.11.27
31302024-10-25T17:40:22.351Z Checking tough v0.17.1
31312024-10-25T17:40:23.371Z Compiling git2 v0.19.0
31322024-10-25T17:40:25.326Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31332024-10-25T17:40:26.470Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31342024-10-25T17:40:28.225Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31352024-10-25T17:41:23.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
31362024-10-25T17:41:23.663Z
31372024-10-25T17:41:23.663Zinfo: running `cargo check --bins` on nexus-external-api (139/166)
31382024-10-25T17:41:24.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392024-10-25T17:41:24.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402024-10-25T17:41:24.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412024-10-25T17:41:24.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31422024-10-25T17:41:24.384Z
31432024-10-25T17:41:24.384Zinfo: running `cargo check --bins` on openapi-manager-types (140/166)
31442024-10-25T17:41:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452024-10-25T17:41:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462024-10-25T17:41:24.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472024-10-25T17:41:24.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31482024-10-25T17:41:25.037Z
31492024-10-25T17:41:25.037Zinfo: running `cargo check --bins` on nexus-internal-api (141/166)
31502024-10-25T17:41:25.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512024-10-25T17:41:25.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522024-10-25T17:41:25.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532024-10-25T17:41:25.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31542024-10-25T17:41:25.737Z
31552024-10-25T17:41:25.737Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (142/166)
31562024-10-25T17:41:26.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572024-10-25T17:41:26.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582024-10-25T17:41:26.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592024-10-25T17:41:26.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31602024-10-25T17:41:26.462Z
31612024-10-25T17:41:26.462Zinfo: running `cargo check --bins` on nexus-networking (143/166)
31622024-10-25T17:41:27.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632024-10-25T17:41:27.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642024-10-25T17:41:27.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652024-10-25T17:41:27.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31662024-10-25T17:41:27.179Z
31672024-10-25T17:41:27.179Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (144/166)
31682024-10-25T17:41:27.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692024-10-25T17:41:27.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702024-10-25T17:41:27.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712024-10-25T17:41:27.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
31722024-10-25T17:41:27.904Z
31732024-10-25T17:41:27.904Zinfo: running `cargo check --bins` on update-common (145/166)
31742024-10-25T17:41:28.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752024-10-25T17:41:28.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762024-10-25T17:41:28.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772024-10-25T17:41:28.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31782024-10-25T17:41:28.605Z
31792024-10-25T17:41:28.605Zinfo: running `cargo check --bins` on tufaceous-lib (146/166)
31802024-10-25T17:41:29.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812024-10-25T17:41:29.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822024-10-25T17:41:29.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832024-10-25T17:41:29.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31842024-10-25T17:41:29.302Z
31852024-10-25T17:41:29.302Zinfo: running `cargo check --bins` on tufaceous (147/166)
31862024-10-25T17:41:29.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-10-25T17:41:29.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-10-25T17:41:30.011Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
31892024-10-25T17:41:30.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
31902024-10-25T17:41:31.086Z
31912024-10-25T17:41:31.086Zinfo: running `cargo check --bins` on omicron-dev (148/166)
31922024-10-25T17:41:31.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-10-25T17:41:31.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-10-25T17:41:31.972Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31952024-10-25T17:41:31.972Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31962024-10-25T17:41:31.975Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31972024-10-25T17:41:33.438Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31982024-10-25T17:41:35.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
31992024-10-25T17:41:36.172Z
32002024-10-25T17:41:36.172Zinfo: running `cargo check --bins` on openapi-manager (149/166)
32012024-10-25T17:41:36.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-10-25T17:41:36.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-10-25T17:41:36.914Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32042024-10-25T17:41:36.914Z Checking heck v0.4.1
32052024-10-25T17:41:36.917Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32062024-10-25T17:41:37.150Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32072024-10-25T17:41:38.500Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32082024-10-25T17:41:39.306Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32092024-10-25T17:41:40.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
32102024-10-25T17:41:40.471Z
32112024-10-25T17:41:40.471Zinfo: running `cargo check --bins` on installinator-api (150/166)
32122024-10-25T17:41:41.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132024-10-25T17:41:41.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142024-10-25T17:41:41.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152024-10-25T17:41:41.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32162024-10-25T17:41:41.152Z
32172024-10-25T17:41:41.153Zinfo: running `cargo check --bins` on wicketd-api (151/166)
32182024-10-25T17:41:41.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192024-10-25T17:41:41.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202024-10-25T17:41:41.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212024-10-25T17:41:41.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32222024-10-25T17:41:41.848Z
32232024-10-25T17:41:41.848Zinfo: running `cargo check --bins` on reconfigurator-cli (152/166)
32242024-10-25T17:41:42.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252024-10-25T17:41:42.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262024-10-25T17:41:42.583Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272024-10-25T17:41:43.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
32282024-10-25T17:41:43.883Z
32292024-10-25T17:41:43.883Zinfo: running `cargo check --bins` on omicron-releng (153/166)
32302024-10-25T17:41:44.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312024-10-25T17:41:44.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322024-10-25T17:41:44.601Z Checking memmap2 v0.9.5
32332024-10-25T17:41:44.601Z Checking spin v0.5.2
32342024-10-25T17:41:44.603Z Checking arrayref v0.3.9
32352024-10-25T17:41:44.604Z Checking arrayvec v0.7.6
32362024-10-25T17:41:44.604Z Checking constant_time_eq v0.3.1
32372024-10-25T17:41:44.604Z Checking untrusted v0.7.1
32382024-10-25T17:41:44.699Z Checking topological-sort v0.2.2
32392024-10-25T17:41:44.727Z Checking shell-words v1.1.0
32402024-10-25T17:41:44.881Z Checking ring v0.16.20
32412024-10-25T17:41:44.992Z Checking blake3 v1.5.4
32422024-10-25T17:41:45.984Z Checking omicron-zone-package v0.11.1
32432024-10-25T17:41:47.072Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32442024-10-25T17:41:47.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
32452024-10-25T17:41:48.127Z
32462024-10-25T17:41:48.127Zinfo: running `cargo check --bins` on xtask (154/166)
32472024-10-25T17:41:48.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482024-10-25T17:41:48.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492024-10-25T17:41:48.612Z Checking bitflags v2.6.0
32502024-10-25T17:41:48.616Z Checking serde v1.0.210
32512024-10-25T17:41:48.616Z Checking thiserror v1.0.64
32522024-10-25T17:41:48.702Z Checking scroll v0.12.0
32532024-10-25T17:41:48.711Z Checking hashbrown v0.15.0
32542024-10-25T17:41:48.713Z Checking log v0.4.22
32552024-10-25T17:41:48.713Z Checking zerocopy v0.7.35
32562024-10-25T17:41:48.747Z Checking syn v2.0.79
32572024-10-25T17:41:48.889Z Checking rustix v0.38.37
32582024-10-25T17:41:48.957Z Checking once_cell v1.20.2
32592024-10-25T17:41:49.146Z Checking goblin v0.8.2
32602024-10-25T17:41:49.257Z Checking fs-err v2.11.0
32612024-10-25T17:41:49.566Z Checking tabled v0.15.0
32622024-10-25T17:41:49.720Z Checking indexmap v2.6.0
32632024-10-25T17:41:49.895Z Checking anyhow v1.0.89
32642024-10-25T17:41:50.549Z Checking terminal_size v0.4.0
32652024-10-25T17:41:50.553Z Checking tempfile v3.13.0
32662024-10-25T17:41:50.715Z Checking clap_builder v4.5.20
32672024-10-25T17:41:52.740Z Checking pest v2.7.14
32682024-10-25T17:41:52.800Z Checking serde_json v1.0.128
32692024-10-25T17:41:52.800Z Checking toml_datetime v0.6.8
32702024-10-25T17:41:52.803Z Checking serde_spanned v0.6.8
32712024-10-25T17:41:52.803Z Checking camino v1.1.9
32722024-10-25T17:41:52.803Z Checking semver v1.0.23
32732024-10-25T17:41:52.900Z Checking cargo-platform v0.1.8
32742024-10-25T17:41:53.023Z Checking macaddr v1.0.1
32752024-10-25T17:41:53.094Z Checking toml_edit v0.22.22
32762024-10-25T17:41:53.300Z Checking camino-tempfile v1.1.1
32772024-10-25T17:41:53.338Z Checking clap v4.5.20
32782024-10-25T17:41:53.914Z Checking dof v0.3.0
32792024-10-25T17:41:53.914Z Checking cargo_metadata v0.18.1
32802024-10-25T17:41:54.559Z Checking dtrace-parser v0.2.0
32812024-10-25T17:41:54.862Z Checking toml v0.8.19
32822024-10-25T17:41:54.873Z Checking usdt-impl v0.5.0
32832024-10-25T17:41:55.205Z Checking usdt v0.5.0
32842024-10-25T17:41:55.329Z Checking cargo_toml v0.20.5
32852024-10-25T17:41:56.556Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32862024-10-25T17:41:57.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.02s
32872024-10-25T17:41:57.254Z
32882024-10-25T17:41:57.254Zinfo: running `cargo check --bins` on end-to-end-tests (155/166)
32892024-10-25T17:41:57.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902024-10-25T17:41:57.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912024-10-25T17:41:58.058Z Checking polyval v0.6.2
32922024-10-25T17:41:58.164Z Checking ctr v0.9.2
32932024-10-25T17:41:58.176Z Checking ssh-encoding v0.2.0
32942024-10-25T17:41:58.178Z Checking blowfish v0.9.1
32952024-10-25T17:41:58.197Z Checking password-hash v0.4.2
32962024-10-25T17:41:58.199Z Checking matches v0.1.10
32972024-10-25T17:41:58.226Z Checking p521 v0.13.3
32982024-10-25T17:41:58.226Z Checking p256 v0.13.2
32992024-10-25T17:41:58.301Z Checking idna v0.2.3
33002024-10-25T17:41:58.379Z Checking ghash v0.5.1
33012024-10-25T17:41:58.399Z Checking bcrypt-pbkdf v0.10.0
33022024-10-25T17:41:58.413Z Compiling enum-as-inner v0.5.1
33032024-10-25T17:41:58.454Z Checking russh-cryptovec v0.7.3
33042024-10-25T17:41:58.534Z Checking aes-gcm v0.10.3
33052024-10-25T17:41:58.585Z Checking pbkdf2 v0.11.0
33062024-10-25T17:41:58.632Z Checking md5 v0.7.0
33072024-10-25T17:41:58.652Z Checking num-bigint v0.4.6
33082024-10-25T17:41:58.710Z Checking des v0.8.1
33092024-10-25T17:41:58.768Z Checking ssh-cipher v0.2.0
33102024-10-25T17:41:58.852Z Compiling dhcproto-macros v0.1.0
33112024-10-25T17:41:58.918Z Checking hex-literal v0.4.1
33122024-10-25T17:41:58.975Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33132024-10-25T17:41:59.036Z Checking ssh-key v0.6.6
33142024-10-25T17:41:59.053Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33152024-10-25T17:41:59.111Z Checking internet-checksum v0.2.1
33162024-10-25T17:41:59.413Z Checking trust-dns-proto v0.22.0
33172024-10-25T17:42:00.343Z Checking russh-keys v0.45.0
33182024-10-25T17:42:01.273Z Checking russh v0.45.0
33192024-10-25T17:42:01.892Z Checking dhcproto v0.12.0
33202024-10-25T17:42:18.910Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33212024-10-25T17:42:20.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.94s
33222024-10-25T17:42:20.388Z
33232024-10-25T17:42:20.388Zinfo: running `cargo check --bins` on gateway-cli (156/166)
33242024-10-25T17:42:20.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252024-10-25T17:42:20.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262024-10-25T17:42:21.060Z Checking termios v0.3.3
33272024-10-25T17:42:21.268Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33282024-10-25T17:42:22.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33292024-10-25T17:42:22.181Z
33302024-10-25T17:42:22.181Zinfo: running `cargo check --bins --no-default-features` on installinator (157/166)
33312024-10-25T17:42:22.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322024-10-25T17:42:22.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332024-10-25T17:42:22.932Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33342024-10-25T17:42:24.924Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33352024-10-25T17:42:26.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
33362024-10-25T17:42:26.863Z
33372024-10-25T17:42:26.863Zinfo: running `cargo check --bins` on internal-dns-cli (158/166)
33382024-10-25T17:42:27.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-10-25T17:42:27.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-10-25T17:42:27.576Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33412024-10-25T17:42:27.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
33422024-10-25T17:42:28.138Z
33432024-10-25T17:42:28.138Zinfo: running `cargo check --bins` on omicron-live-tests (159/166)
33442024-10-25T17:42:28.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-10-25T17:42:28.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-10-25T17:42:28.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472024-10-25T17:42:28.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33482024-10-25T17:42:28.783Z
33492024-10-25T17:42:28.783Zinfo: running `cargo check --bins` on live-tests-macros (160/166)
33502024-10-25T17:42:29.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512024-10-25T17:42:29.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522024-10-25T17:42:29.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532024-10-25T17:42:29.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33542024-10-25T17:42:29.430Z
33552024-10-25T17:42:29.430Zinfo: running `cargo check --bins` on omicron-package (161/166)
33562024-10-25T17:42:30.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-10-25T17:42:30.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-10-25T17:42:30.127Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33592024-10-25T17:42:31.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
33602024-10-25T17:42:31.500Z
33612024-10-25T17:42:31.500Zinfo: running `cargo check --bins` on wicket-dbg (162/166)
33622024-10-25T17:42:32.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632024-10-25T17:42:32.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642024-10-25T17:42:32.243Z Checking rtoolbox v0.0.2
33652024-10-25T17:42:32.245Z Checking tui-tree-widget v0.22.0
33662024-10-25T17:42:32.245Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33672024-10-25T17:42:32.456Z Checking rpassword v7.3.1
33682024-10-25T17:42:36.454Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33692024-10-25T17:42:39.336Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33702024-10-25T17:42:40.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.97s
33712024-10-25T17:42:40.650Z
33722024-10-25T17:42:40.650Zinfo: running `cargo check --bins` on wicket (163/166)
33732024-10-25T17:42:41.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742024-10-25T17:42:41.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752024-10-25T17:42:41.380Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33762024-10-25T17:42:41.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
33772024-10-25T17:42:41.961Z
33782024-10-25T17:42:41.961Zinfo: running `cargo check --bins` on wicketd (164/166)
33792024-10-25T17:42:42.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802024-10-25T17:42:42.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812024-10-25T17:42:42.730Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33822024-10-25T17:42:46.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
33832024-10-25T17:42:46.780Z
33842024-10-25T17:42:46.780Zinfo: running `cargo check --bins` on omicron-workspace-hack (165/166)
33852024-10-25T17:42:47.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862024-10-25T17:42:47.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872024-10-25T17:42:47.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882024-10-25T17:42:47.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33892024-10-25T17:42:47.430Z
33902024-10-25T17:42:47.430Zinfo: running `cargo check --bins` on zone-setup (166/166)
33912024-10-25T17:42:48.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-10-25T17:42:48.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-10-25T17:42:48.191Z Checking uzers v0.12.1
33942024-10-25T17:42:48.519Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33952024-10-25T17:42:49.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
33962024-10-25T17:42:49.747Z
33972024-10-25T17:42:49.750Zreal 11:55.545695097
33982024-10-25T17:42:49.750Zuser 24:09.054342996
33992024-10-25T17:42:49.750Zsys 5:13.140901175
34002024-10-25T17:42:49.750Ztrap 0.477555763
34012024-10-25T17:42:49.750Ztflt 3.481481348
34022024-10-25T17:42:49.750Zdflt 2.536725319
34032024-10-25T17:42:49.750Zkflt 0.002198460
34042024-10-25T17:42:49.750Zlock 41:35.350041748
34052024-10-25T17:42:49.750Zslp 1:58:58.622929296
34062024-10-25T17:42:49.750Zlat 58.102906693
34072024-10-25T17:42:49.750Zstop 3:03.280926605
34082024-10-25T17:42:49.750Zprocess exited: duration 958843 ms, exit code 0
 
34092024-10-25T17:42:49.756Zfound 0 output files