01JD0A8YAVGJBZBV2QAVAH09GY: 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: 01JD0A9J7BV2WTPHXED4PR3JFY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-18T19:00:14.854Zjob assigned to worker 01JD0A9R4ETV5KXMQ2V9WZD53N [factory aws, i-0bcd1f564859df818] (queued for 53 s)
 
22024-11-18T19:00:23.539Zstarting task 0: "setup"
32024-11-18T19:00:23.550Z++ uname -s
42024-11-18T19:00:23.552Z+ kern=SunOS
52024-11-18T19:00:23.552Z+ case "$kern" in
62024-11-18T19:00:23.552Z+ groupadd -g 12345 build
72024-11-18T19:00:23.555Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-18T19:00:25.562Z+ zfs create -o mountpoint=/work rpool/work
92024-11-18T19:00:25.686Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-18T19:00:25.689Z+ home_fs=zfs
112024-11-18T19:00:25.689Z+ [[ zfs == autofs ]]
122024-11-18T19:00:25.689Z+ mkdir -p /home/build
132024-11-18T19:00:25.691Z+ chown build:build /home/build /work
142024-11-18T19:00:27.695Z+ chmod 0700 /home/build /work
152024-11-18T19:00:27.697Zprocess exited: duration 4156 ms, exit code 0
 
162024-11-18T19:00:27.702Zstarting task 1: "rust-toolchain"
172024-11-18T19:00:27.709Z+ printf ' * toolchain channel = "%s"
182024-11-18T19:00:27.709Z' 1.81.0
192024-11-18T19:00:27.709Z * toolchain channel = "1.81.0"
202024-11-18T19:00:27.709Z * toolchain profile = "default"
212024-11-18T19:00:27.709Z+ printf ' * toolchain profile = "%s"
222024-11-18T19:00:27.709Z' default
232024-11-18T19:00:27.712Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-18T19:00:27.712Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-18T19:00:27.830Zinfo: downloading installer
262024-11-18T19:00:29.050Zinfo: profile set to 'default'
272024-11-18T19:00:29.050Zinfo: default host triple is x86_64-unknown-illumos
282024-11-18T19:00:29.052Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-18T19:00:29.204Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-18T19:00:29.204Zinfo: downloading component 'cargo'
312024-11-18T19:00:30.001Zinfo: downloading component 'clippy'
322024-11-18T19:00:30.297Zinfo: downloading component 'rust-docs'
332024-11-18T19:00:31.407Zinfo: downloading component 'rust-std'
342024-11-18T19:00:33.128Zinfo: downloading component 'rustc'
352024-11-18T19:00:39.288Zinfo: downloading component 'rustfmt'
362024-11-18T19:00:39.522Zinfo: installing component 'cargo'
372024-11-18T19:00:40.324Zinfo: installing component 'clippy'
382024-11-18T19:00:40.681Zinfo: installing component 'rust-docs'
392024-11-18T19:00:42.340Zinfo: installing component 'rust-std'
402024-11-18T19:00:44.085Zinfo: installing component 'rustc'
412024-11-18T19:00:49.688Zinfo: installing component 'rustfmt'
422024-11-18T19:00:50.019Z
432024-11-18T19:00:50.019Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-11-18T19:00:50.388Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-18T19:00:50.388Z
462024-11-18T19:00:50.390Z
472024-11-18T19:00:50.390ZRust is installed now. Great!
482024-11-18T19:00:50.390Z
492024-11-18T19:00:50.390ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-18T19:00:50.390Zenvironment variable. This has not been done automatically.
512024-11-18T19:00:50.390Z
522024-11-18T19:00:50.390ZTo configure your current shell, you need to source
532024-11-18T19:00:50.390Zthe corresponding env file under $HOME/.cargo.
542024-11-18T19:00:50.390Z
552024-11-18T19:00:50.390ZThis is usually done by running one of the following (note the leading DOT):
562024-11-18T19:00:50.390Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-18T19:00:50.390Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-18T19:00:50.467Z+ rustc --version
592024-11-18T19:00:50.539Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-18T19:00:50.542Zprocess exited: duration 22834 ms, exit code 0
 
612024-11-18T19:00:50.547Zstarting task 2: "authentication"
622024-11-18T19:00:50.571Zprocess exited: duration 23 ms, exit code 0
 
632024-11-18T19:00:50.576Zstarting task 3: "clone repository"
642024-11-18T19:00:50.581Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-18T19:00:50.585Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-18T19:00:50.861ZCloning into '/work/oxidecomputer/omicron'...
672024-11-18T19:00:58.906Z+ cd /work/oxidecomputer/omicron
682024-11-18T19:00:58.906Z+ git fetch origin c3401f2008e99c5d3cbbc5c4d52ab6384773aab1
692024-11-18T19:00:59.209ZFrom https://github.com/oxidecomputer/omicron
702024-11-18T19:00:59.209Z * branch c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 -> FETCH_HEAD
712024-11-18T19:00:59.220Z+ [[ -n put-zones-doesnt-put-datasets ]]
722024-11-18T19:00:59.224Z++ git branch --show-current
732024-11-18T19:00:59.227Z+ current=main
742024-11-18T19:00:59.227Z+ [[ main != put-zones-doesnt-put-datasets ]]
752024-11-18T19:00:59.227Z+ git branch -f put-zones-doesnt-put-datasets c3401f2008e99c5d3cbbc5c4d52ab6384773aab1
762024-11-18T19:00:59.229Z+ git checkout -f put-zones-doesnt-put-datasets
772024-11-18T19:00:59.405ZSwitched to branch 'put-zones-doesnt-put-datasets'
782024-11-18T19:00:59.407Z+ git reset --hard c3401f2008e99c5d3cbbc5c4d52ab6384773aab1
792024-11-18T19:00:59.421ZHEAD is now at c3401f200 Review feedback
802024-11-18T19:00:59.423Zprocess exited: duration 8844 ms, exit code 0
 
812024-11-18T19:00:59.428Zstarting task 4: "build"
822024-11-18T19:00:59.434Z+ source .github/buildomat/ci-env.sh
832024-11-18T19:00:59.434Z++ export CARGO_TERM_COLOR=always
842024-11-18T19:00:59.434Z++ CARGO_TERM_COLOR=always
852024-11-18T19:00:59.434Z+ cargo --version
862024-11-18T19:00:59.492Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-18T19:00:59.495Z+ rustc --version
882024-11-18T19:00:59.558Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-18T19:00:59.560Z+ source ./env.sh
902024-11-18T19:00:59.560Z++ OLD_SHELL_OPTS=ehxB
912024-11-18T19:00:59.560Z++ set -o xtrace
922024-11-18T19:00:59.563Z++++ dirname ./env.sh
932024-11-18T19:00:59.566Z+++ readlink -f .
942024-11-18T19:00:59.706Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-18T19:00:59.710Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962024-11-18T19:00:59.710Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-18T19:00:59.710Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-18T19:00:59.710Z++ 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-11-18T19:00:59.710Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002024-11-18T19:00:59.710Z++ 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-11-18T19:00:59.710Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022024-11-18T19:00:59.710Z++ 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-11-18T19:00:59.710Z++ case $OLD_SHELL_OPTS in
1042024-11-18T19:00:59.710Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-18T19:00:59.710Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1062024-11-18T19:00:59.710Z+ 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-11-18T19:00:59.711Z+ banner prerequisites
1082024-11-18T19:00:59.876Z
1092024-11-18T19:00:59.876Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-18T19:00:59.876Z # # # # # # # # # # # # # # #
1112024-11-18T19:00:59.876Z # # # # ##### # # ##### # # # # # #### #
1122024-11-18T19:00:59.876Z ##### ##### # ##### # # # # # # # # #
1132024-11-18T19:00:59.876Z # # # # # # # # # # # # # # #
1142024-11-18T19:00:59.876Z # # # ###### # # ###### ### # #### # #### #
1152024-11-18T19:00:59.876Z
1162024-11-18T19:00:59.879Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-18T19:01:23.798Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-18T19:01:27.738Z Startup: Caching catalogs ... Done
1192024-11-18T19:01:36.420ZPlanning: Solver setup ... Done (7.763s)
1202024-11-18T19:01:36.531ZPlanning: Running solver ... Done (0.111s)
1212024-11-18T19:01:36.912ZPlanning: Finding local manifests ... Done (0.289s)
1222024-11-18T19:01:36.940ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-18T19:01:37.583ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-18T19:01:38.005ZPlanning: Package planning ... Done (0.421s)
1252024-11-18T19:01:38.060ZPlanning: Merging actions ... Done (0.055s)
1262024-11-18T19:01:39.683ZPlanning: Checking for conflicting actions ... Done (1.623s)
1272024-11-18T19:01:52.277ZPlanning: Consolidating action changes ... Done (12.589s)
1282024-11-18T19:01:52.683ZPlanning: Evaluating mediators ... Done (0.406s)
1292024-11-18T19:01:52.877ZPlanning: Planning completed in 25.04 seconds
1302024-11-18T19:01:54.313Z Packages to install: 4
1312024-11-18T19:01:54.313Z Packages to update: 1
1322024-11-18T19:01:54.313Z Mediators to change: 2
1332024-11-18T19:01:54.313Z Services to change: 1
1342024-11-18T19:01:54.404Z Estimated space available: 155.64 GB
1352024-11-18T19:01:54.405ZEstimated space to be consumed: 1.60 GB
1362024-11-18T19:01:54.405Z Create boot environment: No
1372024-11-18T19:01:54.405ZCreate backup boot environment: Yes
1382024-11-18T19:01:54.405Z Rebuild boot archive: No
1392024-11-18T19:01:54.405Z
1402024-11-18T19:01:54.405ZChanged mediators:
1412024-11-18T19:01:54.405Z mediator clang:
1422024-11-18T19:01:54.406Z version: None -> 15 (system default)
1432024-11-18T19:01:54.406Z
1442024-11-18T19:01:54.406Z mediator llvm:
1452024-11-18T19:01:54.406Z version: 14 (system default) -> 15 (system default)
1462024-11-18T19:01:54.406Z
1472024-11-18T19:01:54.406ZChanged packages:
1482024-11-18T19:01:54.406Zhelios-dev
1492024-11-18T19:01:54.406Z developer/build-essential
1502024-11-18T19:01:54.406Z None -> 11-2.0
1512024-11-18T19:01:54.406Z library/libxmlsec1
1522024-11-18T19:01:54.408Z None -> 1.2.35-2.0
1532024-11-18T19:01:54.408Z ooce/developer/clang-15
1542024-11-18T19:01:54.408Z None -> 15.0.7-2.0
1552024-11-18T19:01:54.408Z ooce/developer/llvm-15
1562024-11-18T19:01:54.408Z None -> 15.0.7-2.0
1572024-11-18T19:01:54.408Z package/pkg
1582024-11-18T19:01:54.408Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-18T19:01:54.408Z
1602024-11-18T19:01:54.408ZServices:
1612024-11-18T19:01:54.408Z restart_fmri:
1622024-11-18T19:01:54.408Z svc:/system/update-man-index:default
1632024-11-18T19:01:54.408Z
1642024-11-18T19:01:54.408ZEditable files to change:
1652024-11-18T19:01:54.408Z Update:
1662024-11-18T19:01:54.408Z usr/share/lib/pkg/web/config.shtml
1672024-11-18T19:01:54.922Z
1682024-11-18T19:01:54.922ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-18T19:01:59.865ZDownload: 1254/4281 items 92.5/220.6MB 41% complete (18.4M/s)
1702024-11-18T19:02:04.867ZDownload: 3158/4281 items 143.2/220.6MB 64% complete (14.3M/s)
1712024-11-18T19:02:10.229ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (13.6M/s)
1722024-11-18T19:02:11.130ZDownload: Completed 220.60 MB in 16.26 seconds (13.6M/s)
1732024-11-18T19:02:13.274Z Actions: 1/5063 actions (Removing old actions)
1742024-11-18T19:02:13.290Z Actions: 194/5063 actions (Installing new actions)
1752024-11-18T19:02:18.370Z Actions: 4078/5063 actions (Installing new actions)
1762024-11-18T19:02:19.864Z Actions: 4226/5063 actions (Updating modified actions)
1772024-11-18T19:02:20.320Z Actions: Completed 5063 actions in 7.04 seconds.
1782024-11-18T19:02:20.544Z Done (0.215s)
1792024-11-18T19:02:20.547Z Done (0.000s)
1802024-11-18T19:02:21.066Z Done (0.520s)
1812024-11-18T19:02:29.457Z Done (8.171s)
1822024-11-18T19:02:30.161Z Done (0.624s)
1832024-11-18T19:02:30.164Z Done (0.000s)
1842024-11-18T19:02:30.324Z Done (0.000s)
1852024-11-18T19:02:31.032ZPlanning: Evaluating mediator changes ... Done
1862024-11-18T19:02:31.198ZPlanning: Checking for conflicting actions ... Done
1872024-11-18T19:02:31.200ZPlanning: Consolidating action changes ... Done
1882024-11-18T19:02:31.475ZPlanning: Evaluating mediators ... Done
1892024-11-18T19:02:31.477ZPlanning: Planning completed in 0.44 seconds
1902024-11-18T19:02:31.655Z Mediators to change: 2
1912024-11-18T19:02:31.655Z Create boot environment: No
1922024-11-18T19:02:31.665ZCreate backup boot environment: No
1932024-11-18T19:02:31.665Z Done
1942024-11-18T19:02:31.666Z Done
1952024-11-18T19:02:31.935Z Done
1962024-11-18T19:02:35.763Z Done
1972024-11-18T19:02:35.852Z Done
1982024-11-18T19:02:35.857Z Done
1992024-11-18T19:02:36.043Z Done
2002024-11-18T19:02:36.670ZPlanning: Evaluating mediator changes ... Done
2012024-11-18T19:02:36.672ZPlanning: Merging actions ... Done
2022024-11-18T19:02:36.865ZPlanning: Checking for conflicting actions ... Done
2032024-11-18T19:02:36.868ZPlanning: Consolidating action changes ... Done
2042024-11-18T19:02:37.133ZPlanning: Evaluating mediators ... Done
2052024-11-18T19:02:37.191ZPlanning: Planning completed in 0.76 seconds
2062024-11-18T19:02:37.229Z Packages to change: 1
2072024-11-18T19:02:37.229Z Mediators to change: 1
2082024-11-18T19:02:37.229Z Services to change: 1
2092024-11-18T19:02:37.229Z Create boot environment: No
2102024-11-18T19:02:37.229ZCreate backup boot environment: Yes
2112024-11-18T19:02:39.363Z Actions: 1/6 actions (Updating modified actions)
2122024-11-18T19:02:39.472Z Actions: Completed 6 actions in 0.11 seconds.
2132024-11-18T19:02:39.475Z Done
2142024-11-18T19:02:39.475Z Done
2152024-11-18T19:02:39.582Z Done
2162024-11-18T19:02:43.363Z Done
2172024-11-18T19:02:43.457Z Done
2182024-11-18T19:02:43.460Z Done
2192024-11-18T19:02:43.596Z Done
2202024-11-18T19:02:44.041ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212024-11-18T19:02:44.041Zclang system 15 system
2222024-11-18T19:02:44.041Zcsh system system illumos
2232024-11-18T19:02:44.041Zctags system system illumos
2242024-11-18T19:02:44.041Zgcc vendor 12 vendor
2252024-11-18T19:02:44.041Zgcc system 10 system
2262024-11-18T19:02:44.041Zgcc system 7 system
2272024-11-18T19:02:44.041Zgo system 1.20 system
2282024-11-18T19:02:44.041Zgo system 1.19 system
2292024-11-18T19:02:44.041Zllvm system 15 system
2302024-11-18T19:02:44.042Zllvm system 14 system
2312024-11-18T19:02:44.042Zmariadb system 10.6 system
2322024-11-18T19:02:44.042Zmta vendor vendor dma
2332024-11-18T19:02:44.042Zopenjdk system 17 system
2342024-11-18T19:02:44.042Zopenjdk system 11 system
2352024-11-18T19:02:44.042Zopenjdk system 1.8 system
2362024-11-18T19:02:44.042Zopenssl vendor 3 vendor
2372024-11-18T19:02:44.042Zperl system 5.36 system
2382024-11-18T19:02:44.042Zpostgresql system 15 system
2392024-11-18T19:02:44.042Zpostgresql system 13 system
2402024-11-18T19:02:44.042Zpython vendor 3 vendor
2412024-11-18T19:02:44.042Zpython system 2 system
2422024-11-18T19:02:44.042Zpython3 system 3.11 system
2432024-11-18T19:02:44.042Zruby system 3.0 system
2442024-11-18T19:02:44.042Zwords vendor vendor american-english
2452024-11-18T19:02:44.042Zwords system system australian-english
2462024-11-18T19:02:44.042Zwords system system british-english
2472024-11-18T19:02:44.042Zwords system system canadian-english
2482024-11-18T19:02:44.042Zwords system system french
2492024-11-18T19:02:44.042Zwords system system italian
2502024-11-18T19:02:44.042Zwords system system ngerman
2512024-11-18T19:02:44.042Zwords system system ogerman
2522024-11-18T19:02:44.043Zwords system system spanish
2532024-11-18T19:02:44.386ZPUBLISHER TYPE STATUS P LOCATION
2542024-11-18T19:02:44.386Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2552024-11-18T19:02:46.959ZFMRI IFO
2562024-11-18T19:02:46.959Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2572024-11-18T19:02:46.959Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2582024-11-18T19:02:46.959Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2592024-11-18T19:02:46.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2602024-11-18T19:02:46.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2612024-11-18T19:02:46.959Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2622024-11-18T19:02:46.959Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2632024-11-18T19:02:46.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2642024-11-18T19:02:46.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2652024-11-18T19:02:46.959Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2662024-11-18T19:02:46.960Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-11-18T19:02:46.960Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-11-18T19:02:46.960Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2692024-11-18T19:02:46.960Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2702024-11-18T19:02:46.961Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2712024-11-18T19:02:47.713Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2722024-11-18T19:02:47.983Z Updating crates.io index
2732024-11-18T19:02:48.054Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2742024-11-18T19:02:48.825Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2752024-11-18T19:02:49.058Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762024-11-18T19:02:49.344Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2772024-11-18T19:02:49.636Z Updating git repository `https://github.com/oxidecomputer/propolis`
2782024-11-18T19:02:50.546Z Updating git repository `https://github.com/oxidecomputer/crucible`
2792024-11-18T19:02:52.907Z Updating git repository `https://github.com/oxidecomputer/opte`
2802024-11-18T19:02:53.879Z Updating git repository `https://github.com/oxidecomputer/falcon`
2812024-11-18T19:02:54.554Z Updating git repository `https://github.com/oxidecomputer/clickward`
2822024-11-18T19:02:54.845Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2832024-11-18T19:02:55.268Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2842024-11-18T19:02:55.864Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2852024-11-18T19:02:56.295Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862024-11-18T19:02:56.597Z Updating git repository `https://github.com/oxidecomputer/tofino`
2872024-11-18T19:02:56.861Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2882024-11-18T19:02:57.102Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2892024-11-18T19:02:57.348Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2902024-11-18T19:02:57.737Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2912024-11-18T19:02:58.043Z Updating git repository `https://github.com/oxidecomputer/ispf`
2922024-11-18T19:02:58.437Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2932024-11-18T19:02:58.699Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2942024-11-18T19:02:59.281Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2952024-11-18T19:02:59.585Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962024-11-18T19:02:59.962Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-11-18T19:03:00.312Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2982024-11-18T19:03:00.631Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2992024-11-18T19:03:00.912Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3002024-11-18T19:03:02.355Z Downloading crates ...
3012024-11-18T19:03:02.476Z Downloaded anstream v0.6.15
3022024-11-18T19:03:02.485Z Downloaded anstyle v1.0.10
3032024-11-18T19:03:02.495Z Downloaded anyhow v1.0.93
3042024-11-18T19:03:02.502Z Downloaded bitflags v2.6.0
3052024-11-18T19:03:02.506Z Downloaded camino v1.1.9
3062024-11-18T19:03:02.509Z Downloaded byteorder v1.5.0
3072024-11-18T19:03:02.512Z Downloaded anstyle-parse v0.2.5
3082024-11-18T19:03:02.512Z Downloaded block-buffer v0.10.4
3092024-11-18T19:03:02.515Z Downloaded autocfg v1.4.0
3102024-11-18T19:03:02.515Z Downloaded dtrace-parser v0.2.0
3112024-11-18T19:03:02.524Z Downloaded equivalent v1.0.1
3122024-11-18T19:03:02.536Z Downloaded anstyle-query v1.1.1
3132024-11-18T19:03:02.536Z Downloaded heck v0.4.1
3142024-11-18T19:03:02.536Z Downloaded colorchoice v1.0.2
3152024-11-18T19:03:02.537Z Downloaded crypto-common v0.1.6
3162024-11-18T19:03:02.540Z Downloaded camino-tempfile v1.1.1
3172024-11-18T19:03:02.540Z Downloaded clap_lex v0.7.2
3182024-11-18T19:03:02.540Z Downloaded cfg-if v1.0.0
3192024-11-18T19:03:02.540Z Downloaded dof v0.3.0
3202024-11-18T19:03:02.540Z Downloaded cpufeatures v0.2.14
3212024-11-18T19:03:02.540Z Downloaded fastrand v2.1.1
3222024-11-18T19:03:02.546Z Downloaded fnv v1.0.7
3232024-11-18T19:03:02.546Z Downloaded bytecount v0.6.8
3242024-11-18T19:03:02.546Z Downloaded digest v0.10.7
3252024-11-18T19:03:02.549Z Downloaded is_terminal_polyfill v1.70.1
3262024-11-18T19:03:02.549Z Downloaded itoa v1.0.11
3272024-11-18T19:03:02.549Z Downloaded clap_derive v4.5.18
3282024-11-18T19:03:02.551Z Downloaded cargo_metadata v0.18.1
3292024-11-18T19:03:02.551Z Downloaded cargo-platform v0.1.8
3302024-11-18T19:03:02.554Z Downloaded heck v0.5.0
3312024-11-18T19:03:02.554Z Downloaded generic-array v0.14.7
3322024-11-18T19:03:02.557Z Downloaded errno v0.3.9
3332024-11-18T19:03:02.557Z Downloaded proc-macro-error-attr v1.0.4
3342024-11-18T19:03:02.560Z Downloaded pretty-hex v0.4.1
3352024-11-18T19:03:02.560Z Downloaded log v0.4.22
3362024-11-18T19:03:02.564Z Downloaded scroll_derive v0.12.0
3372024-11-18T19:03:02.567Z Downloaded fs-err v2.11.0
3382024-11-18T19:03:02.570Z Downloaded memmap v0.7.0
3392024-11-18T19:03:02.573Z Downloaded pest_generator v2.7.14
3402024-11-18T19:03:02.579Z Downloaded cargo_toml v0.20.5
3412024-11-18T19:03:02.587Z Downloaded swrite v0.1.0
3422024-11-18T19:03:02.590Z Downloaded usdt-attr-macro v0.5.0
3432024-11-18T19:03:02.593Z Downloaded usdt-macro v0.5.0
3442024-11-18T19:03:02.593Z Downloaded thiserror v1.0.69
3452024-11-18T19:03:02.597Z Downloaded plain v0.2.3
3462024-11-18T19:03:02.599Z Downloaded macaddr v1.0.1
3472024-11-18T19:03:02.604Z Downloaded scroll v0.12.0
3482024-11-18T19:03:02.607Z Downloaded serde_tokenstream v0.2.2
3492024-11-18T19:03:02.607Z Downloaded once_cell v1.20.2
3502024-11-18T19:03:02.613Z Downloaded unicode-linebreak v0.1.5
3512024-11-18T19:03:02.624Z Downloaded toml_datetime v0.6.8
3522024-11-18T19:03:02.624Z Downloaded semver v1.0.23
3532024-11-18T19:03:02.636Z Downloaded pest_derive v2.7.14
3542024-11-18T19:03:02.636Z Downloaded smawk v0.3.2
3552024-11-18T19:03:02.636Z Downloaded clap v4.5.21
3562024-11-18T19:03:02.636Z Downloaded version_check v0.9.5
3572024-11-18T19:03:02.636Z Downloaded thiserror-impl v1.0.69
3582024-11-18T19:03:02.636Z Downloaded utf8parse v0.2.2
3592024-11-18T19:03:02.636Z Downloaded usdt v0.5.0
3602024-11-18T19:03:02.639Z Downloaded thread-id v4.2.2
3612024-11-18T19:03:02.639Z Downloaded quote v1.0.37
3622024-11-18T19:03:02.640Z Downloaded tabled_derive v0.7.0
3632024-11-18T19:03:02.640Z Downloaded serde_spanned v0.6.8
3642024-11-18T19:03:02.641Z Downloaded tempfile v3.13.0
3652024-11-18T19:03:02.645Z Downloaded strsim v0.11.1
3662024-11-18T19:03:02.645Z Downloaded proc-macro-error v1.0.4
3672024-11-18T19:03:02.648Z Downloaded ryu v1.0.18
3682024-11-18T19:03:02.651Z Downloaded proc-macro2 v1.0.89
3692024-11-18T19:03:02.657Z Downloaded pest_meta v2.7.14
3702024-11-18T19:03:02.665Z Downloaded indexmap v2.6.0
3712024-11-18T19:03:02.665Z Downloaded terminal_size v0.4.0
3722024-11-18T19:03:02.667Z Downloaded usdt-impl v0.5.0
3732024-11-18T19:03:02.667Z Downloaded sha2 v0.10.8
3742024-11-18T19:03:02.667Z Downloaded zerocopy-derive v0.7.35
3752024-11-18T19:03:02.673Z Downloaded textwrap v0.16.1
3762024-11-18T19:03:02.688Z Downloaded unicode-ident v1.0.13
3772024-11-18T19:03:02.709Z Downloaded toml v0.8.19
3782024-11-18T19:03:02.709Z Downloaded papergrid v0.11.0
3792024-11-18T19:03:02.709Z Downloaded serde_derive v1.0.215
3802024-11-18T19:03:02.709Z Downloaded typenum v1.17.0
3812024-11-18T19:03:02.724Z Downloaded memchr v2.7.4
3822024-11-18T19:03:02.724Z Downloaded ucd-trie v0.1.7
3832024-11-18T19:03:02.724Z Downloaded serde v1.0.215
3842024-11-18T19:03:02.738Z Downloaded hashbrown v0.15.0
3852024-11-18T19:03:02.752Z Downloaded toml_edit v0.22.22
3862024-11-18T19:03:02.762Z Downloaded pest v2.7.14
3872024-11-18T19:03:02.767Z Downloaded clap_builder v4.5.21
3882024-11-18T19:03:02.785Z Downloaded serde_json v1.0.132
3892024-11-18T19:03:02.793Z Downloaded zerocopy v0.7.35
3902024-11-18T19:03:02.807Z Downloaded goblin v0.8.2
3912024-11-18T19:03:02.813Z Downloaded winnow v0.6.20
3922024-11-18T19:03:02.820Z Downloaded tabled v0.15.0
3932024-11-18T19:03:02.835Z Downloaded syn v1.0.109
3942024-11-18T19:03:02.844Z Downloaded unicode-width v0.1.14
3952024-11-18T19:03:02.850Z Downloaded syn v2.0.87
3962024-11-18T19:03:02.870Z Downloaded rustix v0.38.37
3972024-11-18T19:03:02.902Z Downloaded libc v0.2.162
3982024-11-18T19:03:03.211Z Compiling proc-macro2 v1.0.89
3992024-11-18T19:03:03.211Z Compiling unicode-ident v1.0.13
4002024-11-18T19:03:03.211Z Compiling serde v1.0.215
4012024-11-18T19:03:03.215Z Compiling version_check v0.9.5
4022024-11-18T19:03:03.215Z Compiling memchr v2.7.4
4032024-11-18T19:03:03.215Z Compiling thiserror v1.0.69
4042024-11-18T19:03:03.215Z Compiling libc v0.2.162
4052024-11-18T19:03:03.215Z Compiling itoa v1.0.11
4062024-11-18T19:03:03.487Z Compiling ryu v1.0.18
4072024-11-18T19:03:03.568Z Compiling ucd-trie v0.1.7
4082024-11-18T19:03:04.088Z Compiling once_cell v1.20.2
4092024-11-18T19:03:04.150Z Compiling byteorder v1.5.0
4102024-11-18T19:03:04.490Z Compiling rustix v0.38.37
4112024-11-18T19:03:04.709Z Compiling serde_json v1.0.132
4122024-11-18T19:03:05.740Z Compiling bitflags v2.6.0
4132024-11-18T19:03:05.784Z Compiling proc-macro-error-attr v1.0.4
4142024-11-18T19:03:05.855Z Compiling usdt-impl v0.5.0
4152024-11-18T19:03:05.860Z Compiling syn v1.0.109
4162024-11-18T19:03:06.095Z Compiling proc-macro-error v1.0.4
4172024-11-18T19:03:06.128Z Compiling log v0.4.22
4182024-11-18T19:03:06.148Z Compiling hashbrown v0.15.0
4192024-11-18T19:03:06.329Z Compiling equivalent v1.0.1
4202024-11-18T19:03:06.359Z Compiling plain v0.2.3
4212024-11-18T19:03:06.438Z Compiling camino v1.1.9
4222024-11-18T19:03:06.512Z Compiling thread-id v4.2.2
4232024-11-18T19:03:06.538Z Compiling utf8parse v0.2.2
4242024-11-18T19:03:06.635Z Compiling pretty-hex v0.4.1
4252024-11-18T19:03:06.696Z Compiling quote v1.0.37
4262024-11-18T19:03:06.722Z Compiling anstyle-parse v0.2.5
4272024-11-18T19:03:06.849Z Compiling anstyle v1.0.10
4282024-11-18T19:03:06.932Z Compiling semver v1.0.23
4292024-11-18T19:03:07.057Z Compiling anstyle-query v1.1.1
4302024-11-18T19:03:07.083Z Compiling syn v2.0.87
4312024-11-18T19:03:07.221Z Compiling errno v0.3.9
4322024-11-18T19:03:07.379Z Compiling indexmap v2.6.0
4332024-11-18T19:03:07.429Z Compiling winnow v0.6.20
4342024-11-18T19:03:07.477Z Compiling colorchoice v1.0.2
4352024-11-18T19:03:07.484Z Compiling unicode-width v0.1.14
4362024-11-18T19:03:07.686Z Compiling autocfg v1.4.0
4372024-11-18T19:03:08.029Z Compiling is_terminal_polyfill v1.70.1
4382024-11-18T19:03:08.190Z Compiling anstream v0.6.15
4392024-11-18T19:03:08.924Z Compiling fs-err v2.11.0
4402024-11-18T19:03:08.974Z Compiling bytecount v0.6.8
4412024-11-18T19:03:09.063Z Compiling fnv v1.0.7
4422024-11-18T19:03:09.108Z Compiling clap_lex v0.7.2
4432024-11-18T19:03:09.195Z Compiling fastrand v2.1.1
4442024-11-18T19:03:09.226Z Compiling anyhow v1.0.93
4452024-11-18T19:03:09.226Z Compiling heck v0.4.1
4462024-11-18T19:03:09.604Z Compiling terminal_size v0.4.0
4472024-11-18T19:03:09.775Z Compiling strsim v0.11.1
4482024-11-18T19:03:09.823Z Compiling cfg-if v1.0.0
4492024-11-18T19:03:09.849Z Compiling heck v0.5.0
4502024-11-18T19:03:10.193Z Compiling clap_builder v4.5.21
4512024-11-18T19:03:14.519Z Compiling tempfile v3.13.0
4522024-11-18T19:03:14.659Z Compiling papergrid v0.11.0
4532024-11-18T19:03:14.659Z Compiling memmap v0.7.0
4542024-11-18T19:03:14.659Z Compiling unicode-linebreak v0.1.5
4552024-11-18T19:03:14.659Z Compiling smawk v0.3.2
4562024-11-18T19:03:14.660Z Compiling textwrap v0.16.1
4572024-11-18T19:03:14.661Z Compiling swrite v0.1.0
4582024-11-18T19:03:14.661Z Compiling tabled_derive v0.7.0
4592024-11-18T19:03:14.749Z Compiling tabled v0.15.0
4602024-11-18T19:03:16.030Z Compiling serde_derive v1.0.215
4612024-11-18T19:03:16.030Z Compiling thiserror-impl v1.0.69
4622024-11-18T19:03:16.034Z Compiling zerocopy-derive v0.7.35
4632024-11-18T19:03:16.034Z Compiling scroll_derive v0.12.0
4642024-11-18T19:03:16.034Z Compiling clap_derive v4.5.18
4652024-11-18T19:03:17.261Z Compiling scroll v0.12.0
4662024-11-18T19:03:17.747Z Compiling goblin v0.8.2
4672024-11-18T19:03:17.943Z Compiling zerocopy v0.7.35
4682024-11-18T19:03:18.883Z Compiling pest v2.7.14
4692024-11-18T19:03:19.643Z Compiling clap v4.5.21
4702024-11-18T19:03:20.986Z Compiling pest_meta v2.7.14
4712024-11-18T19:03:21.853Z Compiling pest_generator v2.7.14
4722024-11-18T19:03:23.874Z Compiling pest_derive v2.7.14
4732024-11-18T19:03:24.568Z Compiling dtrace-parser v0.2.0
4742024-11-18T19:03:26.090Z Compiling serde_spanned v0.6.8
4752024-11-18T19:03:26.090Z Compiling toml_datetime v0.6.8
4762024-11-18T19:03:26.093Z Compiling cargo-platform v0.1.8
4772024-11-18T19:03:26.479Z Compiling serde_tokenstream v0.2.2
4782024-11-18T19:03:26.652Z Compiling toml_edit v0.22.22
4792024-11-18T19:03:26.690Z Compiling macaddr v1.0.1
4802024-11-18T19:03:26.815Z Compiling camino-tempfile v1.1.1
4812024-11-18T19:03:27.579Z Compiling dof v0.3.0
4822024-11-18T19:03:27.579Z Compiling cargo_metadata v0.18.1
4832024-11-18T19:03:29.587Z Compiling toml v0.8.19
4842024-11-18T19:03:29.707Z Compiling usdt-attr-macro v0.5.0
4852024-11-18T19:03:29.709Z Compiling usdt-macro v0.5.0
4862024-11-18T19:03:30.461Z Compiling cargo_toml v0.20.5
4872024-11-18T19:03:31.033Z Compiling usdt v0.5.0
4882024-11-18T19:03:33.964Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892024-11-18T19:03:38.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.74s
4902024-11-18T19:03:38.493Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4912024-11-18T19:03:39.051Z Downloading crates ...
4922024-11-18T19:03:39.200Z Downloaded lazy_static v1.5.0
4932024-11-18T19:03:39.232Z Downloaded allocator-api2 v0.2.18
4942024-11-18T19:03:39.235Z Downloaded aead v0.5.2
4952024-11-18T19:03:39.238Z Downloaded headers-core v0.3.0
4962024-11-18T19:03:39.242Z Downloaded ahash v0.8.11
4972024-11-18T19:03:39.245Z Downloaded atty v0.2.14
4982024-11-18T19:03:39.245Z Downloaded async-stream-impl v0.3.6
4992024-11-18T19:03:39.249Z Downloaded array-init v0.0.4
5002024-11-18T19:03:39.252Z Downloaded darling v0.20.10
5012024-11-18T19:03:39.255Z Downloaded arrayref v0.3.9
5022024-11-18T19:03:39.259Z Downloaded atomic-waker v1.1.2
5032024-11-18T19:03:39.262Z Downloaded assert_matches v1.5.0
5042024-11-18T19:03:39.262Z Downloaded ascii-canvas v3.0.0
5052024-11-18T19:03:39.265Z Downloaded adler2 v2.0.0
5062024-11-18T19:03:39.268Z Downloaded async-stream v0.3.6
5072024-11-18T19:03:39.268Z Downloaded atomicwrites v0.4.4
5082024-11-18T19:03:39.271Z Downloaded async-recursion v1.1.1
5092024-11-18T19:03:39.277Z Downloaded hickory-resolver v0.24.1
5102024-11-18T19:03:39.282Z Downloaded bitflags v1.3.2
5112024-11-18T19:03:39.282Z Downloaded heapless v0.8.0
5122024-11-18T19:03:39.286Z Downloaded hickory-client v0.24.1
5132024-11-18T19:03:39.292Z Downloaded heapless v0.7.17
5142024-11-18T19:03:39.295Z Downloaded cfg_aliases v0.2.1
5152024-11-18T19:03:39.295Z Downloaded addr2line v0.24.2
5162024-11-18T19:03:39.295Z Downloaded base64ct v1.6.0
5172024-11-18T19:03:39.301Z Downloaded castaway v0.2.3
5182024-11-18T19:03:39.301Z Downloaded backoff v0.4.0
5192024-11-18T19:03:39.306Z Downloaded crucible-workspace-hack v0.1.0
5202024-11-18T19:03:39.306Z Downloaded arrayvec v0.7.6
5212024-11-18T19:03:39.306Z Downloaded hickory-server v0.24.1
5222024-11-18T19:03:39.312Z Downloaded cstr-argument v0.1.2
5232024-11-18T19:03:39.312Z Downloaded hmac v0.12.1
5242024-11-18T19:03:39.316Z Downloaded crunchy v0.2.2
5252024-11-18T19:03:39.316Z Downloaded highway v1.2.0
5262024-11-18T19:03:39.320Z Downloaded bitfield v0.14.0
5272024-11-18T19:03:39.320Z Downloaded bit-vec v0.6.3
5282024-11-18T19:03:39.320Z Downloaded bcrypt-pbkdf v0.10.0
5292024-11-18T19:03:39.323Z Downloaded bitfield-struct v0.6.2
5302024-11-18T19:03:39.323Z Downloaded cipher v0.4.4
5312024-11-18T19:03:39.326Z Downloaded http-body v1.0.1
5322024-11-18T19:03:39.326Z Downloaded chacha20 v0.9.1
5332024-11-18T19:03:39.329Z Downloaded cbc v0.1.2
5342024-11-18T19:03:39.329Z Downloaded buf-list v1.0.3
5352024-11-18T19:03:39.334Z Downloaded blowfish v0.9.1
5362024-11-18T19:03:39.334Z Downloaded hostname v0.3.1
5372024-11-18T19:03:39.337Z Downloaded colored v2.1.0
5382024-11-18T19:03:39.337Z Downloaded async-trait v0.1.83
5392024-11-18T19:03:39.340Z Downloaded hubpack_derive v0.1.1
5402024-11-18T19:03:39.343Z Downloaded async-bb8-diesel v0.2.1
5412024-11-18T19:03:39.347Z Downloaded is_ci v1.2.0
5422024-11-18T19:03:39.347Z Downloaded crc-catalog v2.4.0
5432024-11-18T19:03:39.350Z Downloaded crc v3.2.1
5442024-11-18T19:03:39.350Z Downloaded hostname v0.4.0
5452024-11-18T19:03:39.354Z Downloaded home v0.5.9
5462024-11-18T19:03:39.354Z Downloaded hyper-tls v0.6.0
5472024-11-18T19:03:39.354Z Downloaded humantime v2.1.0
5482024-11-18T19:03:39.358Z Downloaded hubpack v0.1.2
5492024-11-18T19:03:39.359Z Downloaded httpdate v1.0.3
5502024-11-18T19:03:39.363Z Downloaded crossbeam-deque v0.8.5
5512024-11-18T19:03:39.363Z Downloaded http-body-util v0.1.2
5522024-11-18T19:03:39.363Z Downloaded same-file v1.0.6
5532024-11-18T19:03:39.367Z Downloaded instant v0.1.13
5542024-11-18T19:03:39.367Z Downloaded icu_provider_macros v1.5.0
5552024-11-18T19:03:39.367Z Downloaded bcs v0.1.6
5562024-11-18T19:03:39.369Z Downloaded curve25519-dalek-derive v0.1.1
5572024-11-18T19:03:39.370Z Downloaded http-range v0.1.5
5582024-11-18T19:03:39.373Z Downloaded constant_time_eq v0.3.1
5592024-11-18T19:03:39.373Z Downloaded cmake v0.1.51
5602024-11-18T19:03:39.373Z Downloaded ctr v0.9.2
5612024-11-18T19:03:39.376Z Downloaded convert_case v0.4.0
5622024-11-18T19:03:39.379Z Downloaded cancel-safe-futures v0.1.5
5632024-11-18T19:03:39.382Z Downloaded base16ct v0.2.0
5642024-11-18T19:03:39.427Z Downloaded ref-cast-impl v1.0.23
5652024-11-18T19:03:39.427Z Downloaded progenitor-macro v0.8.0
5662024-11-18T19:03:39.433Z Downloaded md5 v0.7.0
5672024-11-18T19:03:39.433Z Downloaded impl-trait-for-tuples v0.2.2
5682024-11-18T19:03:39.433Z Downloaded matches v0.1.10
5692024-11-18T19:03:39.433Z Downloaded ciborium v0.2.2
5702024-11-18T19:03:39.433Z Downloaded bzip2 v0.4.4
5712024-11-18T19:03:39.433Z Downloaded rand_chacha v0.3.1
5722024-11-18T19:03:39.433Z Downloaded cassowary v0.3.0
5732024-11-18T19:03:39.433Z Downloaded rpassword v7.3.1
5742024-11-18T19:03:39.433Z Downloaded arc-swap v1.7.1
5752024-11-18T19:03:39.433Z Downloaded rustc-hash v2.0.0
5762024-11-18T19:03:39.433Z Downloaded hyper-rustls v0.27.3
5772024-11-18T19:03:39.434Z Downloaded crc32fast v1.4.2
5782024-11-18T19:03:39.434Z Downloaded const_format_proc_macros v0.2.33
5792024-11-18T19:03:39.434Z Downloaded ipnetwork v0.20.0
5802024-11-18T19:03:39.434Z Downloaded instability v0.3.2
5812024-11-18T19:03:39.434Z Downloaded take_mut v0.2.2
5822024-11-18T19:03:39.434Z Downloaded iana-time-zone v0.1.61
5832024-11-18T19:03:39.434Z Downloaded vte_generate_state_changes v0.1.2
5842024-11-18T19:03:39.434Z Downloaded tinyvec_macros v0.1.1
5852024-11-18T19:03:39.434Z Downloaded blake2 v0.10.6
5862024-11-18T19:03:39.434Z Downloaded inout v0.1.3
5872024-11-18T19:03:39.434Z Downloaded waitgroup v0.1.2
5882024-11-18T19:03:39.434Z Downloaded slog-json v2.6.1
5892024-11-18T19:03:39.434Z Downloaded csv-core v0.1.11
5902024-11-18T19:03:39.434Z Downloaded cookie_store v0.21.0
5912024-11-18T19:03:39.435Z Downloaded want v0.3.1
5922024-11-18T19:03:39.438Z Downloaded downcast v0.11.0
5932024-11-18T19:03:39.438Z Downloaded zone_cfg_derive v0.1.2
5942024-11-18T19:03:39.438Z Downloaded keccak v0.1.5
5952024-11-18T19:03:39.438Z Downloaded is-terminal v0.4.13
5962024-11-18T19:03:39.439Z Downloaded structmeta v0.2.0
5972024-11-18T19:03:39.441Z Downloaded match_cfg v0.1.0
5982024-11-18T19:03:39.441Z Downloaded lockfree-object-pool v0.1.6
5992024-11-18T19:03:39.441Z Downloaded libefi-sys v0.1.0
6002024-11-18T19:03:39.444Z Downloaded foreign-types-shared v0.3.1
6012024-11-18T19:03:39.444Z Downloaded linked-hash-map v0.5.6
6022024-11-18T19:03:39.447Z Downloaded lazycell v1.3.0
6032024-11-18T19:03:39.447Z Downloaded lalrpop-util v0.19.12
6042024-11-18T19:03:39.450Z Downloaded mime v0.3.17
6052024-11-18T19:03:39.450Z Downloaded rustc-demangle v0.1.24
6062024-11-18T19:03:39.452Z Downloaded memoffset v0.9.1
6072024-11-18T19:03:39.453Z Downloaded maplit v1.0.2
6082024-11-18T19:03:39.457Z Downloaded crossbeam-utils v0.8.20
6092024-11-18T19:03:39.457Z Downloaded httparse v1.9.5
6102024-11-18T19:03:39.460Z Downloaded hyper-staticfile v0.10.1
6112024-11-18T19:03:39.464Z Downloaded tabwriter v1.4.0
6122024-11-18T19:03:39.464Z Downloaded synstructure v0.13.1
6132024-11-18T19:03:39.465Z Downloaded icu_locid_transform v1.5.0
6142024-11-18T19:03:39.468Z Downloaded md-5 v0.10.6
6152024-11-18T19:03:39.468Z Downloaded maybe-uninit v2.0.0
6162024-11-18T19:03:39.472Z Downloaded wait-timeout v0.2.0
6172024-11-18T19:03:39.473Z Downloaded untrusted v0.9.0
6182024-11-18T19:03:39.475Z Downloaded base64 v0.22.1
6192024-11-18T19:03:39.478Z Downloaded jobserver v0.1.32
6202024-11-18T19:03:39.481Z Downloaded icu_normalizer v1.5.0
6212024-11-18T19:03:39.486Z Downloaded opaque-debug v0.3.1
6222024-11-18T19:03:39.489Z Downloaded ena v0.14.3
6232024-11-18T19:03:39.489Z Downloaded fallible-iterator v0.2.0
6242024-11-18T19:03:39.489Z Downloaded defmt-parser v0.3.4
6252024-11-18T19:03:39.492Z Downloaded mirai-annotations v1.12.0
6262024-11-18T19:03:39.492Z Downloaded defmt-macros v0.3.9
6272024-11-18T19:03:39.494Z Downloaded hash32 v0.2.1
6282024-11-18T19:03:39.497Z Downloaded clang-sys v1.8.1
6292024-11-18T19:03:39.501Z Downloaded mockall v0.13.0
6302024-11-18T19:03:39.501Z Downloaded typify-macro v0.2.0
6312024-11-18T19:03:39.501Z Downloaded slog-scope v4.4.0
6322024-11-18T19:03:39.504Z Downloaded lock_api v0.4.12
6332024-11-18T19:03:39.504Z Downloaded chacha20poly1305 v0.10.1
6342024-11-18T19:03:39.508Z Downloaded progenitor-client v0.8.0
6352024-11-18T19:03:39.510Z Downloaded tokio-tungstenite v0.24.0
6362024-11-18T19:03:39.510Z Downloaded mime_guess v2.0.5
6372024-11-18T19:03:39.513Z Downloaded tokio-tungstenite v0.23.1
6382024-11-18T19:03:39.516Z Downloaded psl-types v2.0.11
6392024-11-18T19:03:39.516Z Downloaded rustc_version v0.1.7
6402024-11-18T19:03:39.519Z Downloaded russh-cryptovec v0.7.3
6412024-11-18T19:03:39.519Z Downloaded memmap2 v0.9.5
6422024-11-18T19:03:39.522Z Downloaded walkdir v2.5.0
6432024-11-18T19:03:39.522Z Downloaded bumpalo v3.16.0
6442024-11-18T19:03:39.526Z Downloaded value-bag v1.9.0
6452024-11-18T19:03:39.529Z Downloaded difflib v0.4.0
6462024-11-18T19:03:39.532Z Downloaded termtree v0.4.1
6472024-11-18T19:03:39.532Z Downloaded slog-bunyan v2.5.0
6482024-11-18T19:03:39.532Z Downloaded dunce v1.0.5
6492024-11-18T19:03:39.545Z Downloaded dsl_auto_type v0.1.2
6502024-11-18T19:03:39.545Z Downloaded try-lock v0.2.5
6512024-11-18T19:03:39.551Z Downloaded fragile v2.0.0
6522024-11-18T19:03:39.551Z Downloaded form_urlencoded v1.2.1
6532024-11-18T19:03:39.551Z Downloaded fallible-iterator v0.3.0
6542024-11-18T19:03:39.551Z Downloaded subprocess v0.2.9
6552024-11-18T19:03:39.551Z Downloaded const_format v0.2.33
6562024-11-18T19:03:39.551Z Downloaded hash32 v0.3.1
6572024-11-18T19:03:39.551Z Downloaded time-core v0.1.2
6582024-11-18T19:03:39.558Z Downloaded powerfmt v0.2.0
6592024-11-18T19:03:39.558Z Downloaded icu_locid_transform_data v1.5.0
6602024-11-18T19:03:39.558Z Downloaded hyper-util v0.1.10
6612024-11-18T19:03:39.562Z Downloaded newtype_derive v0.1.6
6622024-11-18T19:03:39.562Z Downloaded serde_urlencoded v0.7.1
6632024-11-18T19:03:39.562Z Downloaded samael v0.0.17
6642024-11-18T19:03:39.566Z Downloaded endian-type v0.1.2
6652024-11-18T19:03:39.569Z Downloaded unicode-properties v0.1.3
6662024-11-18T19:03:39.570Z Downloaded slog-term v2.9.1
6672024-11-18T19:03:39.581Z Downloaded display-error-chain v0.2.2
6682024-11-18T19:03:39.584Z Downloaded foreign-types v0.3.2
6692024-11-18T19:03:39.585Z Downloaded pretty-hex v0.2.1
6702024-11-18T19:03:39.588Z Downloaded dirs-sys-next v0.1.2
6712024-11-18T19:03:39.588Z Downloaded icu_provider v1.5.0
6722024-11-18T19:03:39.591Z Downloaded dirs-next v2.0.0
6732024-11-18T19:03:39.591Z Downloaded crypto-bigint v0.5.5
6742024-11-18T19:03:39.598Z Downloaded sigpipe v0.1.3
6752024-11-18T19:03:39.607Z Downloaded scopeguard v1.2.0
6762024-11-18T19:03:39.607Z Downloaded pkcs8 v0.10.2
6772024-11-18T19:03:39.607Z Downloaded funty v2.0.0
6782024-11-18T19:03:39.607Z Downloaded ssh-cipher v0.2.0
6792024-11-18T19:03:39.607Z Downloaded icu_properties v1.5.1
6802024-11-18T19:03:39.610Z Downloaded icu_locid v1.5.0
6812024-11-18T19:03:39.614Z Downloaded oso-derive v0.27.3
6822024-11-18T19:03:39.618Z Downloaded thiserror-impl-no-std v2.0.2
6832024-11-18T19:03:39.618Z Downloaded tui-tree-widget v0.22.0
6842024-11-18T19:03:39.629Z Downloaded num-traits v0.2.19
6852024-11-18T19:03:39.629Z Downloaded utf16_iter v1.0.5
6862024-11-18T19:03:39.633Z Downloaded utf-8 v0.7.6
6872024-11-18T19:03:39.633Z Downloaded pbkdf2 v0.12.2
6882024-11-18T19:03:39.633Z Downloaded pbkdf2 v0.11.0
6892024-11-18T19:03:39.633Z Downloaded zeroize v1.8.1
6902024-11-18T19:03:39.633Z Downloaded utf8_iter v1.0.4
6912024-11-18T19:03:39.633Z Downloaded parse-display-derive v0.10.0
6922024-11-18T19:03:39.633Z Downloaded indexmap v1.9.3
6932024-11-18T19:03:39.637Z Downloaded predicates-tree v1.0.11
6942024-11-18T19:03:39.638Z Downloaded predicates-core v1.0.8
6952024-11-18T19:03:39.641Z Downloaded aho-corasick v1.1.3
6962024-11-18T19:03:39.644Z Downloaded simd-adler32 v0.3.7
6972024-11-18T19:03:39.650Z Downloaded pkcs5 v0.7.1
6982024-11-18T19:03:39.650Z Downloaded flagset v0.4.6
6992024-11-18T19:03:39.653Z Downloaded scrypt v0.11.0
7002024-11-18T19:03:39.653Z Downloaded precomputed-hash v0.1.1
7012024-11-18T19:03:39.653Z Downloaded tinystr v0.7.6
7022024-11-18T19:03:39.656Z Downloaded yoke-derive v0.7.4
7032024-11-18T19:03:39.656Z Downloaded nibble_vec v0.1.0
7042024-11-18T19:03:39.659Z Downloaded parse-size v1.1.0
7052024-11-18T19:03:39.659Z Downloaded structmeta-derive v0.2.0
7062024-11-18T19:03:39.661Z Downloaded tower-service v0.3.3
7072024-11-18T19:03:39.661Z Downloaded test-strategy v0.3.1
7082024-11-18T19:03:39.665Z Downloaded enum-as-inner v0.5.1
7092024-11-18T19:03:39.702Z Downloaded der v0.7.9
7102024-11-18T19:03:39.706Z Downloaded packed_struct_codegen v0.10.1
7112024-11-18T19:03:39.706Z Downloaded xz2 v0.1.7
7122024-11-18T19:03:39.706Z Downloaded fxhash v0.2.1
7132024-11-18T19:03:39.706Z Downloaded derive_builder_macro v0.20.2
7142024-11-18T19:03:39.706Z Downloaded fatfs v0.3.6
7152024-11-18T19:03:39.706Z Downloaded dyn-clone v1.0.17
7162024-11-18T19:03:39.706Z Downloaded aes-gcm v0.10.3
7172024-11-18T19:03:39.706Z Downloaded num_enum_derive v0.5.11
7182024-11-18T19:03:39.706Z Downloaded mockall_derive v0.13.0
7192024-11-18T19:03:39.706Z Downloaded pin-project-internal v1.1.6
7202024-11-18T19:03:39.706Z Downloaded prettyplease v0.2.25
7212024-11-18T19:03:39.706Z Downloaded uzers v0.12.1
7222024-11-18T19:03:39.706Z Downloaded parking_lot v0.12.3
7232024-11-18T19:03:39.706Z Downloaded slog v2.7.0
7242024-11-18T19:03:39.706Z Downloaded sec1 v0.7.3
7252024-11-18T19:03:39.706Z Downloaded icu_normalizer_data v1.5.0
7262024-11-18T19:03:39.710Z Downloaded thread_local v1.1.8
7272024-11-18T19:03:39.710Z Downloaded olpc-cjson v0.1.4
7282024-11-18T19:03:39.710Z Downloaded thiserror-no-std v2.0.2
7292024-11-18T19:03:39.713Z Downloaded derive_builder_core v0.20.2
7302024-11-18T19:03:39.715Z Downloaded tokio-rustls v0.26.0
7312024-11-18T19:03:39.720Z Downloaded tungstenite v0.21.0
7322024-11-18T19:03:39.724Z Downloaded subtle v2.6.1
7332024-11-18T19:03:39.724Z Downloaded tracing-attributes v0.1.27
7342024-11-18T19:03:39.727Z Downloaded futures-sink v0.3.31
7352024-11-18T19:03:39.727Z Downloaded tungstenite v0.23.0
7362024-11-18T19:03:39.730Z Downloaded semver v0.1.20
7372024-11-18T19:03:39.733Z Downloaded rand_seeder v0.3.0
7382024-11-18T19:03:39.733Z Downloaded rand_core v0.6.4
7392024-11-18T19:03:39.736Z Downloaded deranged v0.3.11
7402024-11-18T19:03:39.736Z Downloaded tungstenite v0.24.0
7412024-11-18T19:03:39.738Z Downloaded siphasher v0.3.11
7422024-11-18T19:03:39.742Z Downloaded postcard v1.0.10
7432024-11-18T19:03:39.744Z Downloaded serde-big-array v0.5.1
7442024-11-18T19:03:39.744Z Downloaded crossterm v0.28.1
7452024-11-18T19:03:39.750Z Downloaded dhcproto-macros v0.1.0
7462024-11-18T19:03:39.753Z Downloaded toolchain_find v0.4.0
7472024-11-18T19:03:39.754Z Downloaded filetime v0.2.25
7482024-11-18T19:03:39.757Z Downloaded hickory-proto v0.24.1
7492024-11-18T19:03:39.769Z Downloaded number_prefix v0.4.0
7502024-11-18T19:03:39.772Z Downloaded num_threads v0.1.7
7512024-11-18T19:03:39.772Z Downloaded pin-project-lite v0.2.14
7522024-11-18T19:03:39.777Z Downloaded owo-colors v4.1.0
7532024-11-18T19:03:39.779Z Downloaded nanorand v0.7.0
7542024-11-18T19:03:39.783Z Downloaded snafu-derive v0.8.5
7552024-11-18T19:03:39.786Z Downloaded diesel_table_macro_syntax v0.2.0
7562024-11-18T19:03:39.786Z Downloaded tokio-postgres v0.7.12
7572024-11-18T19:03:39.789Z Downloaded sct v0.7.1
7582024-11-18T19:03:39.793Z Downloaded num-integer v0.1.46
7592024-11-18T19:03:39.796Z Downloaded num-derive v0.4.2
7602024-11-18T19:03:39.799Z Downloaded glob v0.3.1
7612024-11-18T19:03:39.799Z Downloaded newline-converter v0.3.0
7622024-11-18T19:03:39.801Z Downloaded twox-hash v1.6.3
7632024-11-18T19:03:39.805Z Downloaded aws-lc-rs v1.10.0
7642024-11-18T19:03:39.810Z Downloaded rustc_version v0.4.1
7652024-11-18T19:03:39.814Z Downloaded secrecy v0.8.0
7662024-11-18T19:03:39.814Z Downloaded r2d2 v0.8.10
7672024-11-18T19:03:39.816Z Downloaded ssh-encoding v0.2.0
7682024-11-18T19:03:39.816Z Downloaded schemars v0.8.21
7692024-11-18T19:03:39.828Z Downloaded foreign-types-macros v0.2.3
7702024-11-18T19:03:39.830Z Downloaded foreign-types v0.5.0
7712024-11-18T19:03:39.830Z Downloaded multimap v0.10.0
7722024-11-18T19:03:39.833Z Downloaded termios v0.3.3
7732024-11-18T19:03:39.833Z Downloaded smf v0.2.3
7742024-11-18T19:03:39.838Z Downloaded ed25519 v2.2.3
7752024-11-18T19:03:39.838Z Downloaded parking_lot v0.11.2
7762024-11-18T19:03:39.841Z Downloaded peg-runtime v0.8.3
7772024-11-18T19:03:39.841Z Downloaded num-conv v0.1.0
7782024-11-18T19:03:39.841Z Downloaded ron v0.7.1
7792024-11-18T19:03:39.845Z Downloaded strum v0.26.3
7802024-11-18T19:03:39.849Z Downloaded phf v0.11.2
7812024-11-18T19:03:39.853Z Downloaded rustls-pemfile v1.0.4
7822024-11-18T19:03:39.853Z Downloaded enum-as-inner v0.6.1
7832024-11-18T19:03:39.853Z Downloaded derive-where v1.2.7
7842024-11-18T19:03:39.856Z Downloaded pkcs1 v0.7.5
7852024-11-18T19:03:39.858Z Downloaded pkg-config v0.3.31
7862024-11-18T19:03:39.861Z Downloaded qorb v0.2.0
7872024-11-18T19:03:39.865Z Downloaded openssl-probe v0.1.5
7882024-11-18T19:03:39.869Z Downloaded publicsuffix v2.2.3
7892024-11-18T19:03:39.872Z Downloaded strum_macros v0.24.3
7902024-11-18T19:03:39.872Z Downloaded spin v0.9.8
7912024-11-18T19:03:39.875Z Downloaded rcgen v0.12.1
7922024-11-18T19:03:39.877Z Downloaded zerofrom v0.1.4
7932024-11-18T19:03:39.880Z Downloaded path-slash v0.1.5
7942024-11-18T19:03:39.881Z Downloaded topological-sort v0.2.2
7952024-11-18T19:03:39.884Z Downloaded poly1305 v0.8.0
7962024-11-18T19:03:39.884Z Downloaded salsa20 v0.10.2
7972024-11-18T19:03:39.887Z Downloaded oso v0.27.3
7982024-11-18T19:03:39.890Z Downloaded idna v1.0.3
7992024-11-18T19:03:39.895Z Downloaded p256 v0.13.2
8002024-11-18T19:03:39.897Z Downloaded zone v0.3.0
8012024-11-18T19:03:39.898Z Downloaded ecdsa v0.16.9
8022024-11-18T19:03:39.900Z Downloaded normalize-line-endings v0.3.0
8032024-11-18T19:03:39.904Z Downloaded nodrop v0.1.14
8042024-11-18T19:03:39.904Z Downloaded float-cmp v0.9.0
8052024-11-18T19:03:39.904Z Downloaded tracing v0.1.40
8062024-11-18T19:03:39.907Z Downloaded writeable v0.5.5
8072024-11-18T19:03:39.910Z Downloaded pem v3.0.4
8082024-11-18T19:03:39.913Z Downloaded nu-ansi-term v0.50.1
8092024-11-18T19:03:39.916Z Downloaded dhcproto v0.12.0
8102024-11-18T19:03:39.919Z Downloaded password-hash v0.4.2
8112024-11-18T19:03:39.919Z Downloaded snafu v0.8.5
8122024-11-18T19:03:39.925Z Downloaded zone_cfg_derive v0.3.0
8132024-11-18T19:03:39.928Z Downloaded libxml v0.3.3
8142024-11-18T19:03:39.932Z Downloaded serde_derive_internals v0.29.1
8152024-11-18T19:03:39.935Z Downloaded rand v0.8.5
8162024-11-18T19:03:39.938Z Downloaded paste v1.0.15
8172024-11-18T19:03:39.941Z Downloaded steno v0.4.1
8182024-11-18T19:03:39.946Z Downloaded either v1.13.0
8192024-11-18T19:03:39.948Z Downloaded headers v0.4.0
8202024-11-18T19:03:39.952Z Downloaded zerocopy v0.6.6
8212024-11-18T19:03:39.955Z Downloaded futures-executor v0.3.31
8222024-11-18T19:03:39.958Z Downloaded gethostname v0.5.0
8232024-11-18T19:03:39.961Z Downloaded num v0.4.3
8242024-11-18T19:03:39.961Z Downloaded diff v0.1.13
8252024-11-18T19:03:39.964Z Downloaded futures-task v0.3.31
8262024-11-18T19:03:39.967Z Downloaded typify v0.2.0
8272024-11-18T19:03:39.970Z Downloaded darling_macro v0.20.10
8282024-11-18T19:03:39.970Z Downloaded num-complex v0.4.6
8292024-11-18T19:03:39.973Z Downloaded rayon v1.10.0
8302024-11-18T19:03:39.979Z Downloaded sync_wrapper v1.0.1
8312024-11-18T19:03:39.983Z Downloaded foreign-types-shared v0.1.1
8322024-11-18T19:03:39.983Z Downloaded signature v2.2.0
8332024-11-18T19:03:39.986Z Downloaded slab v0.4.9
8342024-11-18T19:03:39.986Z Downloaded tokio-macros v2.4.0
8352024-11-18T19:03:39.986Z Downloaded itertools v0.12.1
8362024-11-18T19:03:39.993Z Downloaded zeroize_derive v1.4.2
8372024-11-18T19:03:39.995Z Downloaded zerofrom-derive v0.1.4
8382024-11-18T19:03:39.999Z Downloaded supports-color v3.0.1
8392024-11-18T19:03:39.999Z Downloaded strum_macros v0.25.3
8402024-11-18T19:03:40.002Z Downloaded unicode_categories v0.1.1
8412024-11-18T19:03:40.002Z Downloaded quick-error v1.2.3
8422024-11-18T19:03:40.005Z Downloaded toml v0.7.8
8432024-11-18T19:03:40.008Z Downloaded hashbrown v0.13.2
8442024-11-18T19:03:40.010Z Downloaded tiny-keccak v2.0.2
8452024-11-18T19:03:40.013Z Downloaded hyper v1.5.0
8462024-11-18T19:03:40.020Z Downloaded term v0.7.0
8472024-11-18T19:03:40.023Z Downloaded untrusted v0.7.1
8482024-11-18T19:03:40.026Z Downloaded displaydoc v0.2.5
8492024-11-18T19:03:40.029Z Downloaded openssl-macros v0.1.1
8502024-11-18T19:03:40.029Z Downloaded termcolor v1.4.1
8512024-11-18T19:03:40.033Z Downloaded proc-macro-crate v1.3.1
8522024-11-18T19:03:40.033Z Downloaded spin v0.5.2
8532024-11-18T19:03:40.037Z Downloaded smallvec v1.13.2
8542024-11-18T19:03:40.037Z Downloaded stringprep v0.1.5
8552024-11-18T19:03:40.037Z Downloaded rustfmt-wrapper v0.2.1
8562024-11-18T19:03:40.040Z Downloaded phf_shared v0.10.0
8572024-11-18T19:03:40.040Z Downloaded ghash v0.5.1
8582024-11-18T19:03:40.040Z Downloaded zopfli v0.8.1
8592024-11-18T19:03:40.042Z Downloaded num-bigint-dig v0.8.4
8602024-11-18T19:03:40.047Z Downloaded env_filter v0.1.2
8612024-11-18T19:03:40.049Z Downloaded embedded-io v0.4.0
8622024-11-18T19:03:40.052Z Downloaded structmeta-derive v0.3.0
8632024-11-18T19:03:40.052Z Downloaded flume v0.11.1
8642024-11-18T19:03:40.056Z Downloaded write16 v1.0.0
8652024-11-18T19:03:40.059Z Downloaded which v4.4.2
8662024-11-18T19:03:40.059Z Downloaded sync-ptr v0.1.1
8672024-11-18T19:03:40.059Z Downloaded tls_codec v0.4.1
8682024-11-18T19:03:40.061Z Downloaded pem-rfc7468 v0.7.0
8692024-11-18T19:03:40.065Z Downloaded itertools v0.13.0
8702024-11-18T19:03:40.069Z Downloaded unicase v2.7.0
8712024-11-18T19:03:40.073Z Downloaded env_logger v0.11.5
8722024-11-18T19:03:40.075Z Downloaded shlex v1.3.0
8732024-11-18T19:03:40.076Z Downloaded serde_path_to_error v0.1.16
8742024-11-18T19:03:40.078Z Downloaded shell-words v1.1.0
8752024-11-18T19:03:40.078Z Downloaded sha1 v0.10.6
8762024-11-18T19:03:40.083Z Downloaded newtype-uuid v1.1.3
8772024-11-18T19:03:40.083Z Downloaded ref-cast v1.0.23
8782024-11-18T19:03:40.083Z Downloaded primeorder v0.13.6
8792024-11-18T19:03:40.105Z Downloaded hkdf v0.12.4
8802024-11-18T19:03:40.105Z Downloaded futures-core v0.3.31
8812024-11-18T19:03:40.105Z Downloaded bindgen v0.69.5
8822024-11-18T19:03:40.105Z Downloaded resolv-conf v0.7.0
8832024-11-18T19:03:40.105Z Downloaded env_logger v0.10.2
8842024-11-18T19:03:40.105Z Downloaded progenitor v0.8.0
8852024-11-18T19:03:40.108Z Downloaded rfc6979 v0.4.0
8862024-11-18T19:03:40.108Z Downloaded getrandom v0.2.15
8872024-11-18T19:03:40.108Z Downloaded unarray v0.1.4
8882024-11-18T19:03:40.108Z Downloaded tokio-rustls v0.25.0
8892024-11-18T19:03:40.131Z Downloaded structmeta v0.3.0
8902024-11-18T19:03:40.131Z Downloaded group v0.13.0
8912024-11-18T19:03:40.131Z Downloaded mio v1.0.2
8922024-11-18T19:03:40.131Z Downloaded signal-hook-mio v0.2.4
8932024-11-18T19:03:40.131Z Downloaded fixedbitset v0.4.2
8942024-11-18T19:03:40.131Z Downloaded whoami v1.5.2
8952024-11-18T19:03:40.131Z Downloaded xattr v1.3.1
8962024-11-18T19:03:40.131Z Downloaded phf_shared v0.11.2
8972024-11-18T19:03:40.132Z Downloaded flate2 v1.0.34
8982024-11-18T19:03:40.151Z Downloaded globset v0.4.15
8992024-11-18T19:03:40.154Z Downloaded parse-zoneinfo v0.3.1
9002024-11-18T19:03:40.154Z Downloaded openssl-sys v0.9.104
9012024-11-18T19:03:40.154Z Downloaded postgres-types v0.2.8
9022024-11-18T19:03:40.154Z Downloaded vte v0.11.1
9032024-11-18T19:03:40.154Z Downloaded tough v0.19.0
9042024-11-18T19:03:40.154Z Downloaded vergen v8.3.2
9052024-11-18T19:03:40.157Z Downloaded ed25519-dalek v2.1.1
9062024-11-18T19:03:40.160Z Downloaded tls_codec_derive v0.4.1
9072024-11-18T19:03:40.161Z Downloaded futures-channel v0.3.31
9082024-11-18T19:03:40.165Z Downloaded diesel_derives v2.2.3
9092024-11-18T19:03:40.168Z Downloaded p521 v0.13.3
9102024-11-18T19:03:40.175Z Downloaded unicode-bidi v0.3.17
9112024-11-18T19:03:40.175Z Downloaded derive_more v0.99.18
9122024-11-18T19:03:40.178Z Downloaded zip v0.6.6
9132024-11-18T19:03:40.188Z Downloaded pin-project v1.1.6
9142024-11-18T19:03:40.192Z Downloaded hashbrown v0.14.5
9152024-11-18T19:03:40.197Z Downloaded typed-path v0.9.3
9162024-11-18T19:03:40.216Z Downloaded elliptic-curve v0.13.8
9172024-11-18T19:03:40.216Z Downloaded socket2 v0.5.7
9182024-11-18T19:03:40.216Z Downloaded polyval v0.6.2
9192024-11-18T19:03:40.216Z Downloaded quinn v0.11.5
9202024-11-18T19:03:40.216Z Downloaded toml_edit v0.19.15
9212024-11-18T19:03:40.231Z Downloaded signal-hook v0.3.17
9222024-11-18T19:03:40.234Z Downloaded rustyline v14.0.0
9232024-11-18T19:03:40.239Z Downloaded proptest v1.5.0
9242024-11-18T19:03:40.252Z Downloaded tokio-rustls v0.24.1
9252024-11-18T19:03:40.252Z Downloaded tar v0.4.43
9262024-11-18T19:03:40.254Z Downloaded rustls-webpki v0.101.7
9272024-11-18T19:03:40.268Z Downloaded omicron-zone-package v0.11.1
9282024-11-18T19:03:40.271Z Downloaded half v2.4.1
9292024-11-18T19:03:40.274Z Downloaded futures v0.3.31
9302024-11-18T19:03:40.278Z Downloaded serde_yaml v0.9.34+deprecated
9312024-11-18T19:03:40.282Z Downloaded num-bigint v0.4.6
9322024-11-18T19:03:40.287Z Downloaded darling_core v0.20.10
9332024-11-18T19:03:40.291Z Downloaded zip v2.1.3
9342024-11-18T19:03:40.296Z Downloaded x509-cert v0.2.5
9352024-11-18T19:03:40.302Z Downloaded ssh-key v0.6.6
9362024-11-18T19:03:40.309Z Downloaded russh v0.45.0
9372024-11-18T19:03:40.314Z Downloaded zerovec v0.10.4
9382024-11-18T19:03:40.320Z Downloaded nom v7.1.3
9392024-11-18T19:03:40.326Z Downloaded icu_properties_data v1.5.0
9402024-11-18T19:03:40.337Z Downloaded rsa v0.9.6
9412024-11-18T19:03:40.341Z Downloaded h2 v0.4.6
9422024-11-18T19:03:40.348Z Downloaded petname v2.0.2
9432024-11-18T19:03:40.354Z Downloaded reedline v0.35.0
9442024-11-18T19:03:40.361Z Downloaded salty v0.3.0
9452024-11-18T19:03:40.368Z Downloaded openssl v0.10.68
9462024-11-18T19:03:40.377Z Downloaded rusqlite v0.32.1
9472024-11-18T19:03:40.384Z Downloaded rustls-webpki v0.102.8
9482024-11-18T19:03:40.403Z Downloaded hashbrown v0.12.3
9492024-11-18T19:03:40.407Z Downloaded regress v0.9.1
9502024-11-18T19:03:40.415Z Downloaded winnow v0.5.40
9512024-11-18T19:03:40.424Z Downloaded idna v0.5.0
9522024-11-18T19:03:40.430Z Downloaded trust-dns-proto v0.22.0
9532024-11-18T19:03:40.443Z Downloaded quick-xml v0.33.0
9542024-11-18T19:03:40.449Z Downloaded radix_trie v0.2.1
9552024-11-18T19:03:40.454Z Downloaded unicode-normalization v0.1.24
9562024-11-18T19:03:40.458Z Downloaded unicode-width v0.2.0
9572024-11-18T19:03:40.465Z Downloaded portable-atomic v1.9.0
9582024-11-18T19:03:40.472Z Downloaded vcpkg v0.2.15
9592024-11-18T19:03:40.511Z Downloaded bstr v1.10.0
9602024-11-18T19:03:40.521Z Downloaded idna v0.4.0
9612024-11-18T19:03:40.528Z Downloaded smoltcp v0.9.1
9622024-11-18T19:03:40.539Z Downloaded git2 v0.19.0
9632024-11-18T19:03:40.548Z Downloaded polar-core v0.27.3
9642024-11-18T19:03:40.557Z Downloaded openapiv3 v2.0.0
9652024-11-18T19:03:40.570Z Downloaded dropshot v0.12.0
9662024-11-18T19:03:40.590Z Downloaded rustls v0.21.12
9672024-11-18T19:03:40.601Z Downloaded gimli v0.31.1
9682024-11-18T19:03:40.609Z Downloaded smoltcp v0.11.0
9692024-11-18T19:03:40.622Z Downloaded nix v0.29.0
9702024-11-18T19:03:40.636Z Downloaded object v0.30.4
9712024-11-18T19:03:40.645Z Downloaded diesel v2.2.4
9722024-11-18T19:03:40.663Z Downloaded sled v0.34.7
9732024-11-18T19:03:40.673Z Downloaded dropshot v0.13.0
9742024-11-18T19:03:40.694Z Downloaded nix v0.28.0
9752024-11-18T19:03:40.704Z Downloaded regex-syntax v0.8.5
9762024-11-18T19:03:40.713Z Downloaded regress v0.10.1
9772024-11-18T19:03:40.722Z Downloaded ratatui v0.28.1
9782024-11-18T19:03:40.742Z Downloaded rustls v0.23.14
9792024-11-18T19:03:40.754Z Downloaded rustls v0.22.4
9802024-11-18T19:03:40.767Z Downloaded object v0.36.5
9812024-11-18T19:03:40.779Z Downloaded zerocopy-derive v0.6.6
9822024-11-18T19:03:40.789Z Downloaded regex-automata v0.4.8
9832024-11-18T19:03:40.805Z Downloaded bzip2-sys v0.1.11+1.0.8
9842024-11-18T19:03:40.818Z Downloaded typify-impl v0.2.0
9852024-11-18T19:03:40.833Z Downloaded webpki-roots v0.26.6
9862024-11-18T19:03:40.841Z Downloaded regex-syntax v0.6.29
9872024-11-18T19:03:40.844Z Downloaded nix v0.27.1
9882024-11-18T19:03:40.854Z Downloaded chrono-tz v0.10.0
9892024-11-18T19:03:40.861Z Downloaded reqwest v0.12.9
9902024-11-18T19:03:40.870Z Downloaded idna v0.3.0
9912024-11-18T19:03:40.876Z Downloaded quinn-proto v0.11.8
9922024-11-18T19:03:40.883Z Downloaded p384 v0.13.0
9932024-11-18T19:03:40.889Z Downloaded lalrpop v0.19.12
9942024-11-18T19:03:40.900Z Downloaded idna v0.2.3
9952024-11-18T19:03:40.908Z Downloaded csv v1.3.0
9962024-11-18T19:03:40.928Z Downloaded regex v1.11.1
9972024-11-18T19:03:40.939Z Downloaded tokio v1.40.0
9982024-11-18T19:03:40.976Z Downloaded curve25519-dalek v4.1.3
9992024-11-18T19:03:40.985Z Downloaded lzma-sys v0.1.20
10002024-11-18T19:03:41.014Z Downloaded sqlparser v0.45.0
10012024-11-18T19:03:41.019Z Downloaded futures-util v0.3.31
10022024-11-18T19:03:41.030Z Downloaded postgres-protocol v0.6.7
10032024-11-18T19:03:41.033Z Downloaded tokio-native-tls v0.3.1
10042024-11-18T19:03:41.036Z Downloaded chrono v0.4.38
10052024-11-18T19:03:41.041Z Downloaded bitvec v1.0.1
10062024-11-18T19:03:41.055Z Downloaded petgraph v0.6.5
10072024-11-18T19:03:41.073Z Downloaded des v0.8.1
10082024-11-18T19:03:41.076Z Downloaded url v2.5.3
10092024-11-18T19:03:41.078Z Downloaded libz-sys v1.1.20
10102024-11-18T19:03:41.098Z Downloaded sha3 v0.10.8
10112024-11-18T19:03:41.103Z Downloaded peg-macros v0.8.4
10122024-11-18T19:03:41.106Z Downloaded expectorate v1.1.0
10132024-11-18T19:03:41.109Z Downloaded blake3 v1.5.4
10142024-11-18T19:03:41.115Z Downloaded tracing-core v0.1.32
10152024-11-18T19:03:41.118Z Downloaded libm v0.2.8
10162024-11-18T19:03:41.124Z Downloaded password-hash v0.5.0
10172024-11-18T19:03:41.127Z Downloaded ron v0.8.1
10182024-11-18T19:03:41.131Z Downloaded phf_codegen v0.11.2
10192024-11-18T19:03:41.133Z Downloaded peg v0.8.4
10202024-11-18T19:03:41.136Z Downloaded percent-encoding v2.3.1
10212024-11-18T19:03:41.136Z Downloaded native-tls v0.2.12
10222024-11-18T19:03:41.139Z Downloaded tokio-stream v0.1.16
10232024-11-18T19:03:41.142Z Downloaded vsss-rs v3.3.4
10242024-11-18T19:03:41.146Z Downloaded diesel-dtrace v0.3.0
10252024-11-18T19:03:41.146Z Downloaded serde_with v3.11.0
10262024-11-18T19:03:41.153Z Downloaded wyz v0.5.1
10272024-11-18T19:03:41.156Z Downloaded rustls-pemfile v2.2.0
10282024-11-18T19:03:41.159Z Downloaded unsafe-libyaml v0.2.11
10292024-11-18T19:03:41.161Z Downloaded rustversion v1.0.17
10302024-11-18T19:03:41.164Z Downloaded rtoolbox v0.0.2
10312024-11-18T19:03:41.165Z Downloaded time-macros v0.2.18
10322024-11-18T19:03:41.167Z Downloaded tokio-util v0.7.12
10332024-11-18T19:03:41.175Z Downloaded itertools v0.10.5
10342024-11-18T19:03:41.178Z Downloaded minimal-lexical v0.2.1
10352024-11-18T19:03:41.182Z Downloaded similar v2.6.0
10362024-11-18T19:03:41.187Z Downloaded indicatif v0.17.9
10372024-11-18T19:03:41.199Z Downloaded predicates v3.1.2
10382024-11-18T19:03:41.199Z Downloaded miniz_oxide v0.8.0
10392024-11-18T19:03:41.200Z Downloaded ff v0.13.0
10402024-11-18T19:03:41.200Z Downloaded time v0.3.36
10412024-11-18T19:03:41.204Z Downloaded rayon-core v1.12.1
10422024-11-18T19:03:41.207Z Downloaded http v1.1.0
10432024-11-18T19:03:41.210Z Downloaded pin-utils v0.1.0
10442024-11-18T19:03:41.213Z Downloaded rusty-fork v0.3.0
10452024-11-18T19:03:41.213Z Downloaded rand_xorshift v0.3.0
10462024-11-18T19:03:41.215Z Downloaded dropshot_endpoint v0.13.0
10472024-11-18T19:03:41.218Z Downloaded dropshot_endpoint v0.12.0
10482024-11-18T19:03:41.221Z Downloaded data-encoding v2.6.0
10492024-11-18T19:03:41.221Z Downloaded strum_macros v0.26.4
10502024-11-18T19:03:41.225Z Downloaded tinyvec v1.8.0
10512024-11-18T19:03:41.225Z Downloaded new_debug_unreachable v1.0.6
10522024-11-18T19:03:41.228Z Downloaded float-ord v0.3.2
10532024-11-18T19:03:41.228Z Downloaded universal-hash v0.5.1
10542024-11-18T19:03:41.228Z Downloaded unicode-xid v0.2.6
10552024-11-18T19:03:41.231Z Downloaded unicode-truncate v1.1.0
10562024-11-18T19:03:41.231Z Downloaded sqlformat v0.2.6
10572024-11-18T19:03:41.231Z Downloaded derive_builder v0.20.2
10582024-11-18T19:03:41.235Z Downloaded uuid v1.11.0
10592024-11-18T19:03:41.238Z Downloaded unicode-segmentation v1.12.0
10602024-11-18T19:03:41.241Z Downloaded fd-lock v4.0.2
10612024-11-18T19:03:41.244Z Downloaded num-rational v0.4.2
10622024-11-18T19:03:41.246Z Downloaded icu_collections v1.5.0
10632024-11-18T19:03:41.251Z Downloaded spki v0.7.3
10642024-11-18T19:03:41.254Z Downloaded hashlink v0.9.1
10652024-11-18T19:03:41.257Z Downloaded sqlparser_derive v0.2.2
10662024-11-18T19:03:41.257Z Downloaded rustls-pki-types v1.9.0
10672024-11-18T19:03:41.260Z Downloaded radium v0.7.0
10682024-11-18T19:03:41.260Z Downloaded yoke v0.7.4
10692024-11-18T19:03:41.262Z Downloaded yasna v0.5.2
10702024-11-18T19:03:41.262Z Downloaded multer v3.1.0
10712024-11-18T19:03:41.265Z Downloaded tap v1.0.1
10722024-11-18T19:03:41.268Z Downloaded serde_with_macros v3.11.0
10732024-11-18T19:03:41.268Z Downloaded base64 v0.21.7
10742024-11-18T19:03:41.271Z Downloaded packed_struct v0.10.1
10752024-11-18T19:03:41.273Z Downloaded num-iter v0.1.45
10762024-11-18T19:03:41.276Z Downloaded futures-macro v0.3.31
10772024-11-18T19:03:41.276Z Downloaded futures-io v0.3.31
10782024-11-18T19:03:41.276Z Downloaded foldhash v0.1.3
10792024-11-18T19:03:41.278Z Downloaded fs_extra v1.3.0
10802024-11-18T19:03:41.281Z Downloaded parking_lot_core v0.9.10
10812024-11-18T19:03:41.284Z Downloaded encoding_rs v0.8.34
10822024-11-18T19:03:41.304Z Downloaded parking_lot_core v0.8.6
10832024-11-18T19:03:41.307Z Downloaded der_derive v0.7.3
10842024-11-18T19:03:41.310Z Downloaded quinn-udp v0.5.5
10852024-11-18T19:03:41.310Z Downloaded crossbeam-channel v0.5.13
10862024-11-18T19:03:41.314Z Downloaded zone v0.1.8
10872024-11-18T19:03:41.316Z Downloaded slog-envlogger v2.2.0
10882024-11-18T19:03:41.316Z Downloaded slog-dtrace v0.3.0
10892024-11-18T19:03:41.319Z Downloaded string_cache v0.8.7
10902024-11-18T19:03:41.319Z Downloaded static_assertions v1.1.0
10912024-11-18T19:03:41.322Z Downloaded slog-async v2.8.0
10922024-11-18T19:03:41.322Z Downloaded serde_repr v0.1.19
10932024-11-18T19:03:41.325Z Downloaded serde_plain v1.0.2
10942024-11-18T19:03:41.325Z Downloaded schemars_derive v0.8.21
10952024-11-18T19:03:41.329Z Downloaded num_enum v0.5.11
10962024-11-18T19:03:41.332Z Downloaded ppv-lite86 v0.2.20
10972024-11-18T19:03:41.332Z Downloaded phf_generator v0.11.2
10982024-11-18T19:03:41.332Z Downloaded parse-display v0.10.0
10992024-11-18T19:03:41.335Z Downloaded slog-stdlog v4.1.1
11002024-11-18T19:03:41.335Z Downloaded compact_str v0.8.0
11012024-11-18T19:03:41.338Z Downloaded aes v0.8.4
11022024-11-18T19:03:41.341Z Downloaded fallible-streaming-iterator v0.1.9
11032024-11-18T19:03:41.344Z Downloaded defmt v0.3.8
11042024-11-18T19:03:41.347Z Downloaded progenitor-impl v0.8.0
11052024-11-18T19:03:41.347Z Downloaded zerovec-derive v0.10.3
11062024-11-18T19:03:41.350Z Downloaded cc v1.1.30
11072024-11-18T19:03:41.353Z Downloaded tokio-tungstenite v0.21.0
11082024-11-18T19:03:41.354Z Downloaded russh-keys v0.45.0
11092024-11-18T19:03:41.357Z Downloaded litemap v0.7.3
11102024-11-18T19:03:41.360Z Downloaded libgit2-sys v0.17.0+1.8.1
11112024-11-18T19:03:41.414Z Downloaded libloading v0.8.5
11122024-11-18T19:03:41.417Z Downloaded stable_deref_trait v1.2.0
11132024-11-18T19:03:41.420Z Downloaded embedded-io v0.6.1
11142024-11-18T19:03:41.420Z Downloaded crc-any v2.5.0
11152024-11-18T19:03:41.423Z Downloaded smallvec v0.6.14
11162024-11-18T19:03:41.423Z Downloaded debug-ignore v1.0.5
11172024-11-18T19:03:41.423Z Downloaded ipnet v2.10.1
11182024-11-18T19:03:41.426Z Downloaded bytes v1.8.0
11192024-11-18T19:03:41.429Z Downloaded idna_adapter v1.2.0
11202024-11-18T19:03:41.429Z Downloaded cookie v0.18.1
11212024-11-18T19:03:41.431Z Downloaded crossbeam-epoch v0.9.18
11222024-11-18T19:03:41.434Z Downloaded console v0.15.8
11232024-11-18T19:03:41.436Z Downloaded linear-map v1.2.0
11242024-11-18T19:03:41.439Z Downloaded libsw v3.3.1
11252024-11-18T19:03:41.441Z Downloaded kstat-rs v0.2.4
11262024-11-18T19:03:41.442Z Downloaded strip-ansi-escapes v0.2.0
11272024-11-18T19:03:41.442Z Downloaded const-oid v0.9.6
11282024-11-18T19:03:41.444Z Downloaded base64 v0.13.1
11292024-11-18T19:03:41.449Z Downloaded backtrace v0.3.74
11302024-11-18T19:03:41.452Z Downloaded internet-checksum v0.2.1
11312024-11-18T19:03:41.452Z Downloaded indent_write v2.2.0
11322024-11-18T19:03:41.455Z Downloaded signal-hook-tokio v0.3.1
11332024-11-18T19:03:41.455Z Downloaded signal-hook-registry v1.4.2
11342024-11-18T19:03:41.455Z Downloaded serde-hex v0.1.0
11352024-11-18T19:03:41.458Z Downloaded scheduled-thread-pool v0.2.7
11362024-11-18T19:03:41.458Z Downloaded indoc v1.0.9
11372024-11-18T19:03:41.460Z Downloaded rustc-hash v1.1.0
11382024-11-18T19:03:41.460Z Downloaded managed v0.8.0
11392024-11-18T19:03:41.463Z Downloaded lru-cache v0.1.2
11402024-11-18T19:03:41.463Z Downloaded lru v0.12.5
11412024-11-18T19:03:41.466Z Downloaded ident_case v1.0.1
11422024-11-18T19:03:41.466Z Downloaded cobs v0.2.3
11432024-11-18T19:03:41.466Z Downloaded ciborium-ll v0.2.2
11442024-11-18T19:03:41.469Z Downloaded chrono-tz-build v0.4.0
11452024-11-18T19:03:41.469Z Downloaded cexpr v0.6.0
11462024-11-18T19:03:41.471Z Downloaded block-padding v0.3.3
11472024-11-18T19:03:41.473Z Downloaded cfg_aliases v0.1.1
11482024-11-18T19:03:41.473Z Downloaded hex-literal v0.4.1
11492024-11-18T19:03:41.473Z Downloaded hex v0.4.3
11502024-11-18T19:03:41.475Z Downloaded heck v0.3.3
11512024-11-18T19:03:41.475Z Downloaded ciborium-io v0.2.2
11522024-11-18T19:03:41.475Z Downloaded bb8 v0.8.5
11532024-11-18T19:03:41.475Z Downloaded bit-set v0.5.3
11542024-11-18T19:03:41.478Z Downloaded argon2 v0.5.3
11552024-11-18T19:03:41.592Z Downloaded ring v0.17.8
11562024-11-18T19:03:41.854Z Downloaded aws-lc-sys v0.22.0
11572024-11-18T19:03:42.174Z Downloaded ring v0.16.20
11582024-11-18T19:03:42.257Z Downloaded libsqlite3-sys v0.30.1
11592024-11-18T19:03:42.434Z Compiling serde v1.0.215
11602024-11-18T19:03:42.437Z Compiling lock_api v0.4.12
11612024-11-18T19:03:42.437Z Compiling scopeguard v1.2.0
11622024-11-18T19:03:42.437Z Compiling value-bag v1.9.0
11632024-11-18T19:03:42.437Z Compiling typenum v1.17.0
11642024-11-18T19:03:42.437Z Compiling generic-array v0.14.7
11652024-11-18T19:03:42.631Z Compiling syn v2.0.87
11662024-11-18T19:03:42.644Z Compiling getrandom v0.2.15
11672024-11-18T19:03:42.795Z Compiling subtle v2.6.1
11682024-11-18T19:03:42.891Z Compiling rand_core v0.6.4
11692024-11-18T19:03:43.096Z Compiling log v0.4.22
11702024-11-18T19:03:43.148Z Compiling shlex v1.3.0
11712024-11-18T19:03:43.167Z Compiling jobserver v0.1.32
11722024-11-18T19:03:43.186Z Compiling smallvec v1.13.2
11732024-11-18T19:03:43.464Z Compiling const-oid v0.9.6
11742024-11-18T19:03:43.604Z Compiling cc v1.1.30
11752024-11-18T19:03:43.712Z Compiling spin v0.9.8
11762024-11-18T19:03:43.731Z Compiling pin-project-lite v0.2.14
11772024-11-18T19:03:43.885Z Compiling rustix v0.38.37
11782024-11-18T19:03:44.120Z Compiling parking_lot_core v0.9.10
11792024-11-18T19:03:44.141Z Compiling futures-core v0.3.31
11802024-11-18T19:03:44.276Z Compiling signal-hook-registry v1.4.2
11812024-11-18T19:03:44.414Z Compiling mio v1.0.2
11822024-11-18T19:03:44.856Z Compiling aho-corasick v1.1.3
11832024-11-18T19:03:45.189Z Compiling parking_lot v0.12.3
11842024-11-18T19:03:45.345Z Compiling regex-syntax v0.8.5
11852024-11-18T19:03:45.450Z Compiling cpufeatures v0.2.14
11862024-11-18T19:03:45.557Z Compiling either v1.13.0
11872024-11-18T19:03:46.104Z Compiling lazy_static v1.5.0
11882024-11-18T19:03:46.114Z Compiling glob v0.3.1
11892024-11-18T19:03:46.114Z Compiling stable_deref_trait v1.2.0
11902024-11-18T19:03:46.114Z Compiling futures-sink v0.3.31
11912024-11-18T19:03:46.114Z Compiling socket2 v0.5.7
11922024-11-18T19:03:46.168Z Compiling slab v0.4.9
11932024-11-18T19:03:46.189Z Compiling prettyplease v0.2.25
11942024-11-18T19:03:46.557Z Compiling minimal-lexical v0.2.1
11952024-11-18T19:03:46.940Z Compiling clang-sys v1.8.1
11962024-11-18T19:03:46.964Z Compiling libloading v0.8.5
11972024-11-18T19:03:47.047Z Compiling nom v7.1.3
11982024-11-18T19:03:47.099Z Compiling serde_json v1.0.132
11992024-11-18T19:03:47.387Z Compiling bindgen v0.69.5
12002024-11-18T19:03:47.409Z Compiling home v0.5.9
12012024-11-18T19:03:47.721Z Compiling futures-channel v0.3.31
12022024-11-18T19:03:48.155Z Compiling itertools v0.12.1
12032024-11-18T19:03:48.207Z Compiling foldhash v0.1.3
12042024-11-18T19:03:48.326Z Compiling pin-utils v0.1.0
12052024-11-18T19:03:48.429Z Compiling allocator-api2 v0.2.18
12062024-11-18T19:03:48.522Z Compiling futures-task v0.3.31
12072024-11-18T19:03:48.871Z Compiling futures-io v0.3.31
12082024-11-18T19:03:49.204Z Compiling regex-automata v0.4.8
12092024-11-18T19:03:49.285Z Compiling lazycell v1.3.0
12102024-11-18T19:03:49.461Z Compiling rustc-hash v1.1.0
12112024-11-18T19:03:49.618Z Compiling hashbrown v0.15.0
12122024-11-18T19:03:50.742Z Compiling synstructure v0.13.1
12132024-11-18T19:03:50.902Z Compiling cexpr v0.6.0
12142024-11-18T19:03:51.301Z Compiling cmake v0.1.51
12152024-11-18T19:03:52.357Z Compiling fs_extra v1.3.0
12162024-11-18T19:03:52.436Z Compiling tinyvec_macros v0.1.1
12172024-11-18T19:03:52.461Z Compiling dunce v1.0.5
12182024-11-18T19:03:52.535Z Compiling libm v0.2.8
12192024-11-18T19:03:52.599Z Compiling pkg-config v0.3.31
12202024-11-18T19:03:52.723Z Compiling tinyvec v1.8.0
12212024-11-18T19:03:52.892Z Compiling num-traits v0.2.19
12222024-11-18T19:03:53.404Z Compiling ring v0.17.8
12232024-11-18T19:03:54.191Z Compiling litemap v0.7.3
12242024-11-18T19:03:54.219Z Compiling unicode-bidi v0.3.17
12252024-11-18T19:03:54.318Z Compiling unicode-normalization v0.1.24
12262024-11-18T19:03:54.420Z Compiling paste v1.0.15
12272024-11-18T19:03:54.597Z Compiling base64ct v1.6.0
12282024-11-18T19:03:54.619Z Compiling writeable v0.5.5
12292024-11-18T19:03:54.941Z Compiling regex v1.11.1
12302024-11-18T19:03:55.177Z Compiling pem-rfc7468 v0.7.0
12312024-11-18T19:03:55.628Z Compiling flagset v0.4.6
12322024-11-18T19:03:55.819Z Compiling aws-lc-rs v1.10.0
12332024-11-18T19:03:55.896Z Compiling httparse v1.9.5
12342024-11-18T19:03:56.231Z Compiling tracing-core v0.1.32
12352024-11-18T19:03:56.685Z Compiling percent-encoding v2.3.1
12362024-11-18T19:03:57.015Z Compiling crossbeam-utils v0.8.20
12372024-11-18T19:03:57.183Z Compiling rustls-pki-types v1.9.0
12382024-11-18T19:03:57.514Z Compiling icu_locid_transform_data v1.5.0
12392024-11-18T19:03:57.613Z Compiling serde_derive v1.0.215
12402024-11-18T19:03:57.616Z Compiling zeroize_derive v1.4.2
12412024-11-18T19:03:57.647Z Compiling zerocopy-derive v0.7.35
12422024-11-18T19:03:58.205Z Compiling tokio-macros v2.4.0
12432024-11-18T19:03:58.224Z Compiling zerofrom-derive v0.1.4
12442024-11-18T19:03:59.184Z Compiling zeroize v1.8.1
12452024-11-18T19:03:59.848Z Compiling yoke-derive v0.7.4
12462024-11-18T19:03:59.891Z Compiling zerocopy v0.7.35
12472024-11-18T19:03:59.978Z Compiling thiserror-impl v1.0.69
12482024-11-18T19:04:01.050Z Compiling crypto-common v0.1.6
12492024-11-18T19:04:01.279Z Compiling block-buffer v0.10.4
12502024-11-18T19:04:01.502Z Compiling digest v0.10.7
12512024-11-18T19:04:01.524Z Compiling futures-macro v0.3.31
12522024-11-18T19:04:02.007Z Compiling hmac v0.12.1
12532024-11-18T19:04:02.141Z Compiling zerovec-derive v0.10.3
12542024-11-18T19:04:02.262Z Compiling block-padding v0.3.3
12552024-11-18T19:04:02.367Z Compiling zerofrom v0.1.4
12562024-11-18T19:04:02.510Z Compiling displaydoc v0.2.5
12572024-11-18T19:04:02.597Z Compiling inout v0.1.3
12582024-11-18T19:04:02.864Z Compiling cipher v0.4.4
12592024-11-18T19:04:02.921Z Compiling yoke v0.7.4
12602024-11-18T19:04:03.263Z Compiling sha2 v0.10.8
12612024-11-18T19:04:03.322Z Compiling thiserror v1.0.69
12622024-11-18T19:04:03.357Z Compiling ppv-lite86 v0.2.20
12632024-11-18T19:04:03.425Z Compiling futures-util v0.3.31
12642024-11-18T19:04:03.468Z Compiling icu_provider_macros v1.5.0
12652024-11-18T19:04:04.207Z Compiling der_derive v0.7.3
12662024-11-18T19:04:04.231Z Compiling rand_chacha v0.3.1
12672024-11-18T19:04:04.641Z Compiling tracing-attributes v0.1.27
12682024-11-18T19:04:04.876Z Compiling zerovec v0.10.4
12692024-11-18T19:04:06.510Z Compiling der v0.7.9
12702024-11-18T19:04:06.577Z Compiling rand v0.8.5
12712024-11-18T19:04:06.699Z Compiling tinystr v0.7.6
12722024-11-18T19:04:07.060Z Compiling icu_collections v1.5.0
12732024-11-18T19:04:07.173Z Compiling icu_locid v1.5.0
12742024-11-18T19:04:08.479Z Compiling icu_provider v1.5.0
12752024-11-18T19:04:08.501Z Compiling tracing v0.1.40
12762024-11-18T19:04:08.731Z Compiling spki v0.7.3
12772024-11-18T19:04:09.068Z Compiling pest v2.7.14
12782024-11-18T19:04:09.132Z Compiling salsa20 v0.10.2
12792024-11-18T19:04:09.292Z Compiling icu_locid_transform v1.5.0
12802024-11-18T19:04:09.373Z Compiling pbkdf2 v0.12.2
12812024-11-18T19:04:09.436Z Compiling num-conv v0.1.0
12822024-11-18T19:04:09.544Z Compiling time-core v0.1.2
12832024-11-18T19:04:09.586Z Compiling untrusted v0.9.0
12842024-11-18T19:04:09.649Z Compiling vcpkg v0.2.15
12852024-11-18T19:04:09.718Z Compiling icu_properties_data v1.5.0
12862024-11-18T19:04:09.738Z Compiling mirai-annotations v1.12.0
12872024-11-18T19:04:09.765Z Compiling powerfmt v0.2.0
12882024-11-18T19:04:09.933Z Compiling untrusted v0.7.1
12892024-11-18T19:04:09.953Z Compiling time-macros v0.2.18
12902024-11-18T19:04:10.124Z Compiling deranged v0.3.11
12912024-11-18T19:04:10.144Z Compiling scrypt v0.11.0
12922024-11-18T19:04:10.734Z Compiling icu_properties v1.5.1
12932024-11-18T19:04:11.842Z Compiling bitflags v2.6.0
12942024-11-18T19:04:11.845Z Compiling bytes v1.8.0
12952024-11-18T19:04:12.122Z Compiling indexmap v2.6.0
12962024-11-18T19:04:12.275Z Compiling semver v1.0.23
12972024-11-18T19:04:13.057Z Compiling tokio v1.40.0
12982024-11-18T19:04:13.208Z Compiling http v1.1.0
12992024-11-18T19:04:13.330Z Compiling rustc_version v0.4.1
13002024-11-18T19:04:13.639Z Compiling openssl-sys v0.9.104
13012024-11-18T19:04:13.986Z Compiling pest_meta v2.7.14
13022024-11-18T19:04:14.135Z Compiling aes v0.8.4
13032024-11-18T19:04:14.775Z Compiling cbc v0.1.2
13042024-11-18T19:04:15.439Z Compiling scroll_derive v0.12.0
13052024-11-18T19:04:15.789Z Compiling utf8_iter v1.0.4
13062024-11-18T19:04:15.891Z Compiling atomic-waker v1.1.2
13072024-11-18T19:04:16.041Z Compiling utf16_iter v1.0.5
13082024-11-18T19:04:16.093Z Compiling num_threads v0.1.7
13092024-11-18T19:04:16.234Z Compiling which v4.4.2
13102024-11-18T19:04:16.256Z Compiling write16 v1.0.0
13112024-11-18T19:04:16.335Z Compiling icu_normalizer_data v1.5.0
13122024-11-18T19:04:16.388Z Compiling time v0.3.36
13132024-11-18T19:04:16.446Z Compiling icu_normalizer v1.5.0
13142024-11-18T19:04:16.930Z Compiling scroll v0.12.0
13152024-11-18T19:04:17.038Z Compiling pest_generator v2.7.14
13162024-11-18T19:04:17.496Z Compiling pkcs5 v0.7.1
13172024-11-18T19:04:17.676Z Compiling http-body v1.0.1
13182024-11-18T19:04:18.110Z Compiling form_urlencoded v1.2.1
13192024-11-18T19:04:18.457Z Compiling try-lock v0.2.5
13202024-11-18T19:04:18.512Z Compiling slog v2.7.0
13212024-11-18T19:04:18.638Z Compiling want v0.3.1
13222024-11-18T19:04:18.696Z Compiling goblin v0.8.2
13232024-11-18T19:04:18.935Z Compiling pkcs8 v0.10.2
13242024-11-18T19:04:19.142Z Compiling idna_adapter v1.2.0
13252024-11-18T19:04:19.229Z Compiling httpdate v1.0.3
13262024-11-18T19:04:19.250Z Compiling pest_derive v2.7.14
13272024-11-18T19:04:19.364Z Compiling idna v1.0.3
13282024-11-18T19:04:19.714Z Compiling toml_datetime v0.6.8
13292024-11-18T19:04:20.017Z Compiling dtrace-parser v0.2.0
13302024-11-18T19:04:20.267Z Compiling serde_tokenstream v0.2.2
13312024-11-18T19:04:20.516Z Compiling uuid v1.11.0
13322024-11-18T19:04:20.905Z Compiling serde_spanned v0.6.8
13332024-11-18T19:04:21.151Z Compiling foreign-types-shared v0.1.1
13342024-11-18T19:04:21.269Z Compiling base64 v0.22.1
13352024-11-18T19:04:21.272Z Compiling iana-time-zone v0.1.61
13362024-11-18T19:04:21.751Z Compiling tokio-util v0.7.12
13372024-11-18T19:04:21.798Z Compiling match_cfg v0.1.0
13382024-11-18T19:04:21.900Z Compiling tower-service v0.3.3
13392024-11-18T19:04:22.002Z Compiling adler2 v2.0.0
13402024-11-18T19:04:22.033Z Compiling openssl v0.10.68
13412024-11-18T19:04:22.053Z Compiling rustversion v1.0.17
13422024-11-18T19:04:22.214Z Compiling miniz_oxide v0.8.0
13432024-11-18T19:04:22.265Z Compiling hostname v0.3.1
13442024-11-18T19:04:22.483Z Compiling chrono v0.4.38
13452024-11-18T19:04:22.540Z Compiling foreign-types v0.3.2
13462024-11-18T19:04:22.644Z Compiling url v2.5.3
13472024-11-18T19:04:22.824Z Compiling h2 v0.4.6
13482024-11-18T19:04:23.775Z Compiling async-trait v0.1.83
13492024-11-18T19:04:24.725Z Compiling dof v0.3.0
13502024-11-18T19:04:24.764Z Compiling openssl-macros v0.1.1
13512024-11-18T19:04:25.557Z Compiling usdt-impl v0.5.0
13522024-11-18T19:04:26.483Z Compiling dirs-sys-next v0.1.2
13532024-11-18T19:04:26.618Z Compiling rustls v0.22.4
13542024-11-18T19:04:26.889Z Compiling siphasher v0.3.11
13552024-11-18T19:04:27.016Z Compiling syn v1.0.109
13562024-11-18T19:04:27.170Z Compiling data-encoding v2.6.0
13572024-11-18T19:04:27.190Z Compiling native-tls v0.2.12
13582024-11-18T19:04:27.270Z Compiling rustls v0.23.14
13592024-11-18T19:04:27.567Z Compiling dirs-next v2.0.0
13602024-11-18T19:04:27.764Z Compiling http-body-util v0.1.2
13612024-11-18T19:04:28.330Z Compiling crossbeam-epoch v0.9.18
13622024-11-18T19:04:29.041Z Compiling heapless v0.7.17
13632024-11-18T19:04:29.168Z Compiling signature v2.2.0
13642024-11-18T19:04:29.191Z Compiling sha1 v0.10.6
13652024-11-18T19:04:29.420Z Compiling bzip2-sys v0.1.11+1.0.8
13662024-11-18T19:04:29.464Z Compiling serde_derive_internals v0.29.1
13672024-11-18T19:04:29.484Z Compiling thread_local v1.1.8
13682024-11-18T19:04:29.613Z Compiling multer v3.1.0
13692024-11-18T19:04:29.634Z Compiling cookie v0.18.1
13702024-11-18T19:04:29.887Z Compiling encoding_rs v0.8.34
13712024-11-18T19:04:29.910Z Compiling unicode-properties v0.1.3
13722024-11-18T19:04:29.910Z Compiling ipnet v2.10.1
13732024-11-18T19:04:30.030Z Compiling hyper v1.5.0
13742024-11-18T19:04:30.329Z Compiling slog-async v2.8.0
13752024-11-18T19:04:30.871Z Compiling schemars v0.8.21
13762024-11-18T19:04:31.221Z Compiling gimli v0.31.1
13772024-11-18T19:04:31.239Z Compiling openssl-probe v0.1.5
13782024-11-18T19:04:31.624Z Compiling rayon-core v1.12.1
13792024-11-18T19:04:31.906Z Compiling mime v0.3.17
13802024-11-18T19:04:32.286Z Compiling signal-hook v0.3.17
13812024-11-18T19:04:32.535Z Compiling hyper-util v0.1.10
13822024-11-18T19:04:32.587Z Compiling schemars_derive v0.8.21
13832024-11-18T19:04:34.508Z Compiling toml_edit v0.22.22
13842024-11-18T19:04:34.535Z Compiling stringprep v0.1.5
13852024-11-18T19:04:35.757Z Compiling addr2line v0.24.2
13862024-11-18T19:04:35.978Z Compiling usdt-attr-macro v0.5.0
13872024-11-18T19:04:36.046Z Compiling usdt-macro v0.5.0
13882024-11-18T19:04:36.070Z Compiling crossbeam-deque v0.8.5
13892024-11-18T19:04:36.471Z Compiling term v0.7.0
13902024-11-18T19:04:36.493Z Compiling slog-json v2.6.1
13912024-11-18T19:04:36.516Z Compiling serde_urlencoded v0.7.1
13922024-11-18T19:04:36.868Z Compiling crossbeam-channel v0.5.13
13932024-11-18T19:04:37.054Z Compiling curve25519-dalek v4.1.3
13942024-11-18T19:04:37.584Z Compiling enum-as-inner v0.6.1
13952024-11-18T19:04:37.668Z Compiling futures-executor v0.3.31
13962024-11-18T19:04:37.688Z Compiling md-5 v0.10.6
13972024-11-18T19:04:37.910Z Compiling rustls-pemfile v2.2.0
13982024-11-18T19:04:37.962Z Compiling async-stream-impl v0.3.6
13992024-11-18T19:04:38.021Z Compiling num-integer v0.1.46
14002024-11-18T19:04:38.244Z Compiling idna v0.3.0
14012024-11-18T19:04:38.264Z Compiling idna v0.4.0
14022024-11-18T19:04:38.652Z Compiling hash32 v0.2.1
14032024-11-18T19:04:38.886Z Compiling ff v0.13.0
14042024-11-18T19:04:39.065Z Compiling is-terminal v0.4.13
14052024-11-18T19:04:39.131Z Compiling object v0.36.5
14062024-11-18T19:04:39.197Z Compiling dropshot v0.12.0
14072024-11-18T19:04:39.406Z Compiling quick-error v1.2.3
14082024-11-18T19:04:39.485Z Compiling smoltcp v0.9.1
14092024-11-18T19:04:39.561Z Compiling anyhow v1.0.93
14102024-11-18T19:04:40.037Z Compiling take_mut v0.2.2
14112024-11-18T19:04:40.080Z Compiling num-bigint-dig v0.8.4
14122024-11-18T19:04:40.191Z Compiling portable-atomic v1.9.0
14132024-11-18T19:04:40.213Z Compiling base16ct v0.2.0
14142024-11-18T19:04:40.213Z Compiling psl-types v2.0.11
14152024-11-18T19:04:40.349Z Compiling rustc-demangle v0.1.24
14162024-11-18T19:04:40.422Z Compiling linked-hash-map v0.5.6
14172024-11-18T19:04:40.543Z Compiling dyn-clone v1.0.17
14182024-11-18T19:04:40.766Z Compiling fallible-iterator v0.2.0
14192024-11-18T19:04:40.811Z Compiling utf-8 v0.7.6
14202024-11-18T19:04:41.148Z Compiling tungstenite v0.24.0
14212024-11-18T19:04:41.352Z Compiling lru-cache v0.1.2
14222024-11-18T19:04:41.483Z Compiling postgres-protocol v0.6.7
14232024-11-18T19:04:41.550Z Compiling sec1 v0.7.3
14242024-11-18T19:04:42.146Z Compiling publicsuffix v2.2.3
14252024-11-18T19:04:42.881Z Compiling resolv-conf v0.7.0
14262024-11-18T19:04:43.148Z Compiling async-stream v0.3.6
14272024-11-18T19:04:43.471Z Compiling hickory-proto v0.24.1
14282024-11-18T19:04:43.474Z Compiling slog-term v2.9.1
14292024-11-18T19:04:43.698Z Compiling group v0.13.0
14302024-11-18T19:04:44.048Z Compiling usdt v0.5.0
14312024-11-18T19:04:44.578Z Compiling num-iter v0.1.45
14322024-11-18T19:04:44.781Z Compiling futures v0.3.31
14332024-11-18T19:04:44.862Z Compiling toml v0.8.19
14342024-11-18T19:04:45.027Z Compiling slog-bunyan v2.5.0
14352024-11-18T19:04:46.556Z Compiling backtrace v0.3.74
14362024-11-18T19:04:46.637Z Compiling camino v1.1.9
14372024-11-18T19:04:46.724Z Compiling tokio-native-tls v0.3.1
14382024-11-18T19:04:47.065Z Compiling phf_shared v0.11.2
14392024-11-18T19:04:47.338Z Compiling dropshot_endpoint v0.12.0
14402024-11-18T19:04:47.469Z Compiling terminal_size v0.4.0
14412024-11-18T19:04:47.598Z Compiling waitgroup v0.1.2
14422024-11-18T19:04:47.698Z Compiling openapiv3 v2.0.0
14432024-11-18T19:04:47.826Z Compiling serde_path_to_error v0.1.16
14442024-11-18T19:04:48.054Z Compiling hkdf v0.12.4
14452024-11-18T19:04:48.327Z Compiling crypto-bigint v0.5.5
14462024-11-18T19:04:48.742Z Compiling webpki-roots v0.26.6
14472024-11-18T19:04:48.964Z Compiling zerocopy-derive v0.6.6
14482024-11-18T19:04:50.364Z Compiling curve25519-dalek-derive v0.1.1
14492024-11-18T19:04:51.220Z Compiling hubpack_derive v0.1.1
14502024-11-18T19:04:51.325Z Compiling idna v0.5.0
14512024-11-18T19:04:51.919Z Compiling hostname v0.4.0
14522024-11-18T19:04:52.101Z Compiling crc32fast v1.4.2
14532024-11-18T19:04:52.132Z Compiling ahash v0.8.11
14542024-11-18T19:04:52.192Z Compiling fs-err v2.11.0
14552024-11-18T19:04:52.329Z Compiling managed v0.8.0
14562024-11-18T19:04:52.466Z Compiling winnow v0.5.40
14572024-11-18T19:04:52.487Z Compiling debug-ignore v1.0.5
14582024-11-18T19:04:52.487Z Compiling bitflags v1.3.2
14592024-11-18T19:04:52.624Z Compiling clap_builder v4.5.21
14602024-11-18T19:04:52.865Z Compiling strum_macros v0.25.3
14612024-11-18T19:04:53.007Z Compiling console v0.15.8
14622024-11-18T19:04:54.447Z Compiling flate2 v1.0.34
14632024-11-18T19:04:54.696Z Compiling cookie_store v0.21.0
14642024-11-18T19:04:54.717Z Compiling hubpack v0.1.2
14652024-11-18T19:04:55.194Z Compiling elliptic-curve v0.13.8
14662024-11-18T19:04:55.466Z Compiling zerocopy v0.6.6
14672024-11-18T19:04:56.079Z Compiling hickory-resolver v0.24.1
14682024-11-18T19:04:56.356Z Compiling toml_edit v0.19.15
14692024-11-18T19:04:56.383Z Compiling signal-hook-mio v0.2.4
14702024-11-18T19:04:56.508Z Compiling phf v0.11.2
14712024-11-18T19:04:56.814Z Compiling hyper-tls v0.6.0
14722024-11-18T19:04:57.219Z Compiling rayon v1.10.0
14732024-11-18T19:04:57.273Z Compiling bzip2 v0.4.4
14742024-11-18T19:04:57.679Z Compiling postgres-types v0.2.8
14752024-11-18T19:04:59.347Z Compiling tokio-tungstenite v0.24.0
14762024-11-18T19:05:01.366Z Compiling ed25519 v2.2.3
14772024-11-18T19:05:02.238Z Compiling phf_shared v0.10.0
14782024-11-18T19:05:02.262Z Compiling tokio-stream v0.1.16
14792024-11-18T19:05:02.651Z Compiling pkcs1 v0.7.5
14802024-11-18T19:05:03.132Z Compiling serde-big-array v0.5.1
14812024-11-18T19:05:03.329Z Compiling clap_derive v4.5.18
14822024-11-18T19:05:03.373Z Compiling rfc6979 v0.4.0
14832024-11-18T19:05:03.392Z Compiling serde_repr v0.1.19
14842024-11-18T19:05:03.395Z Compiling derive-where v1.2.7
14852024-11-18T19:05:03.586Z Compiling float-cmp v0.9.0
14862024-11-18T19:05:03.700Z Compiling bstr v1.10.0
14872024-11-18T19:05:03.833Z Compiling sync_wrapper v1.0.1
14882024-11-18T19:05:03.996Z Compiling fixedbitset v0.4.2
14892024-11-18T19:05:04.487Z Compiling bit-vec v0.6.3
14902024-11-18T19:05:04.631Z Compiling predicates-core v1.0.8
14912024-11-18T19:05:04.658Z Compiling number_prefix v0.4.0
14922024-11-18T19:05:04.898Z Compiling normalize-line-endings v0.3.0
14932024-11-18T19:05:04.949Z Compiling unicode-width v0.2.0
14942024-11-18T19:05:05.002Z Compiling unicode-segmentation v1.12.0
14952024-11-18T19:05:05.037Z Compiling new_debug_unreachable v1.0.6
14962024-11-18T19:05:05.136Z Compiling whoami v1.5.2
14972024-11-18T19:05:05.496Z Compiling difflib v0.4.0
14982024-11-18T19:05:05.499Z Compiling precomputed-hash v0.1.1
14992024-11-18T19:05:05.622Z Compiling static_assertions v1.1.0
15002024-11-18T19:05:05.732Z Compiling similar v2.6.0
15012024-11-18T19:05:05.776Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15022024-11-18T19:05:05.898Z Compiling string_cache v0.8.7
15032024-11-18T19:05:06.409Z Compiling predicates v3.1.2
15042024-11-18T19:05:07.089Z Compiling tokio-postgres v0.7.12
15052024-11-18T19:05:07.236Z Compiling indicatif v0.17.9
15062024-11-18T19:05:08.167Z Compiling bit-set v0.5.3
15072024-11-18T19:05:08.298Z Compiling petgraph v0.6.5
15082024-11-18T19:05:08.457Z Compiling ecdsa v0.16.9
15092024-11-18T19:05:08.669Z Compiling clap v4.5.21
15102024-11-18T19:05:08.807Z Compiling rsa v0.9.6
15112024-11-18T19:05:09.359Z Compiling ed25519-dalek v2.1.1
15122024-11-18T19:05:09.614Z Compiling toml v0.7.8
15132024-11-18T19:05:10.728Z Compiling zip v0.6.6
15142024-11-18T19:05:11.370Z Compiling crossterm v0.28.1
15152024-11-18T19:05:12.620Z Compiling hex v0.4.3
15162024-11-18T19:05:12.715Z Compiling x509-cert v0.2.5
15172024-11-18T19:05:13.039Z Compiling itertools v0.10.5
15182024-11-18T19:05:13.063Z Compiling peg-runtime v0.8.3
15192024-11-18T19:05:13.115Z Compiling unicode-xid v0.2.6
15202024-11-18T19:05:13.247Z Compiling lalrpop-util v0.19.12
15212024-11-18T19:05:13.291Z Compiling strum_macros v0.26.4
15222024-11-18T19:05:13.629Z Compiling xattr v1.3.1
15232024-11-18T19:05:13.775Z Compiling filetime v0.2.25
15242024-11-18T19:05:14.110Z Compiling tar v0.4.43
15252024-11-18T19:05:18.665Z Compiling strum v0.26.3
15262024-11-18T19:05:21.499Z Compiling aws-lc-sys v0.22.0
15272024-11-18T19:05:56.808Z Compiling rustls-webpki v0.102.8
15282024-11-18T19:06:00.314Z Compiling tokio-rustls v0.25.0
15292024-11-18T19:06:02.022Z Compiling tokio-rustls v0.26.0
15302024-11-18T19:06:02.393Z Compiling hyper-rustls v0.27.3
15312024-11-18T19:06:02.726Z Compiling reqwest v0.12.9
15322024-11-18T19:06:03.997Z Compiling qorb v0.2.0
15332024-11-18T19:06:09.028Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15342024-11-18T19:06:09.270Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15352024-11-18T19:06:15.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15362024-11-18T19:06:15.494Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15372024-11-18T19:06:15.555ZNov 18 19:06:14.410 INFO Starting download, target: Console
15382024-11-18T19:06:15.555ZNov 18 19:06:14.411 INFO Starting download, target: DendriteOpenapi
15392024-11-18T19:06:15.560ZNov 18 19:06:14.411 INFO Starting download, target: Cockroach
15402024-11-18T19:06:15.560ZNov 18 19:06:14.411 INFO Starting download, target: DendriteStub
15412024-11-18T19:06:15.560ZNov 18 19:06:14.411 INFO Starting download, target: Clickhouse
15422024-11-18T19:06:15.560ZNov 18 19:06:14.411 INFO Starting download, target: MaghemiteMgd
15432024-11-18T19:06:15.560ZNov 18 19:06:14.411 INFO Starting download, target: TransceiverControl
15442024-11-18T19:06:15.560ZNov 18 19:06:14.411 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi
15452024-11-18T19:06:15.561ZNov 18 19:06:14.411 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15462024-11-18T19:06:15.561ZNov 18 19:06:14.411 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15472024-11-18T19:06:15.561ZNov 18 19:06:14.411 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15482024-11-18T19:06:15.561ZNov 18 19:06:14.411 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15492024-11-18T19:06:15.561ZNov 18 19:06:14.411 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15502024-11-18T19:06:15.561ZNov 18 19:06:14.411 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15512024-11-18T19:06:15.787ZNov 18 19:06:14.642 INFO Download complete, target: DendriteOpenapi
15522024-11-18T19:06:16.014ZNov 18 19:06:14.865 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15532024-11-18T19:06:16.218ZNov 18 19:06:15.076 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15542024-11-18T19:06:16.380ZNov 18 19:06:15.240 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15552024-11-18T19:06:16.522ZNov 18 19:06:15.380 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15562024-11-18T19:06:16.556ZNov 18 19:06:15.417 INFO Download complete, target: Console
15572024-11-18T19:06:16.694ZNov 18 19:06:15.555 INFO Download complete, target: TransceiverControl
15582024-11-18T19:06:17.139ZNov 18 19:06:16.001 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15592024-11-18T19:06:17.139ZNov 18 19:06:16.001 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15602024-11-18T19:06:17.788ZNov 18 19:06:16.650 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15612024-11-18T19:06:19.125ZNov 18 19:06:17.986 INFO Download complete, target: DendriteStub
15622024-11-18T19:06:19.412ZNov 18 19:06:18.273 INFO Download complete, target: MaghemiteMgd
15632024-11-18T19:06:24.392ZNov 18 19:06:23.251 INFO Checking that binary works, target: Cockroach
15642024-11-18T19:06:24.560ZNov 18 19:06:23.420 INFO Download complete, target: Cockroach
15652024-11-18T19:06:29.959ZNov 18 19:06:28.817 INFO Checking that binary works, target: Clickhouse
15662024-11-18T19:06:30.464ZNov 18 19:06:29.322 INFO Download complete, target: Clickhouse
15672024-11-18T19:06:30.625ZAll builder prerequisites installed successfully, and PATH looks valid
15682024-11-18T19:06:30.628Z
15692024-11-18T19:06:30.628Zreal 5:30.652888260
15702024-11-18T19:06:30.628Zuser 16:48.811435350
15712024-11-18T19:06:30.628Zsys 3:16.700299794
15722024-11-18T19:06:30.628Ztrap 0.590719576
15732024-11-18T19:06:30.628Ztflt 7.415934591
15742024-11-18T19:06:30.628Zdflt 8.315351260
15752024-11-18T19:06:30.628Zkflt 0.539413545
15762024-11-18T19:06:30.628Zlock 30:30.475645122
15772024-11-18T19:06:30.628Zslp 1:05:25.209385253
15782024-11-18T19:06:30.628Zlat 55.384750265
15792024-11-18T19:06:30.628Zstop 2:14.206477343
15802024-11-18T19:06:30.628Z+ banner hack-check
15812024-11-18T19:06:30.631Z
15822024-11-18T19:06:30.631Z # # ## #### # # #### # # ###### #### # #
15832024-11-18T19:06:30.631Z # # # # # # # # # # # # # # # # #
15842024-11-18T19:06:30.631Z ###### # # # #### ##### # ###### ##### # ####
15852024-11-18T19:06:30.631Z # # ###### # # # # # # # # # #
15862024-11-18T19:06:30.631Z # # # # # # # # # # # # # # # # #
15872024-11-18T19:06:30.631Z # # # # #### # # #### # # ###### #### # #
15882024-11-18T19:06:30.631Z
15892024-11-18T19:06:30.631Z+ export CARGO_INCREMENTAL=0
15902024-11-18T19:06:30.631Z+ CARGO_INCREMENTAL=0
15912024-11-18T19:06:30.631Z+ ptime -m timeout 2h cargo xtask check-features --ci
15922024-11-18T19:06:31.154Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15932024-11-18T19:06:34.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
15942024-11-18T19:06:34.845Z Running `target/debug/xtask check-features --ci`
15952024-11-18T19:06:34.867Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15962024-11-18T19:06:34.867Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15972024-11-18T19:06:35.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15982024-11-18T19:06:35.342Z Running `target/debug/xtask download cargo-hack`
15992024-11-18T19:06:36.184Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16002024-11-18T19:06:36.555Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16012024-11-18T19:06:41.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s
16022024-11-18T19:06:41.914Z Running `target/debug/xtask-downloader cargo-hack`
16032024-11-18T19:06:41.955ZNov 18 19:06:40.809 INFO Starting download, target: CargoHack
16042024-11-18T19:06:41.957ZNov 18 19:06:40.810 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16052024-11-18T19:06:42.546ZNov 18 19:06:41.401 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16062024-11-18T19:06:42.634ZNov 18 19:06:41.489 INFO Download complete, target: CargoHack
16072024-11-18T19:06:42.638Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16082024-11-18T19:06:42.656Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16092024-11-18T19:06:42.834Zinfo: running `cargo check --bins` on api_identity (1/171)
16102024-11-18T19:06:43.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-11-18T19:06:43.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-11-18T19:06:43.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-11-18T19:06:43.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16142024-11-18T19:06:43.449Z
16152024-11-18T19:06:43.449Zinfo: running `cargo check --bins` on bootstore (2/171)
16162024-11-18T19:06:44.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-11-18T19:06:44.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-11-18T19:06:44.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-11-18T19:06:44.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16202024-11-18T19:06:44.095Z
16212024-11-18T19:06:44.095Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/171)
16222024-11-18T19:06:44.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-11-18T19:06:44.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-11-18T19:06:44.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-11-18T19:06:44.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16262024-11-18T19:06:44.722Z
16272024-11-18T19:06:44.722Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171)
16282024-11-18T19:06:45.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-11-18T19:06:45.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-11-18T19:06:45.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-11-18T19:06:45.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16322024-11-18T19:06:45.353Z
16332024-11-18T19:06:45.353Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171)
16342024-11-18T19:06:45.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-11-18T19:06:45.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-11-18T19:06:45.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-11-18T19:06:45.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16382024-11-18T19:06:45.780Z
16392024-11-18T19:06:45.780Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171)
16402024-11-18T19:06:46.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-11-18T19:06:46.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-11-18T19:06:46.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-11-18T19:06:46.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16442024-11-18T19:06:46.204Z
16452024-11-18T19:06:46.204Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171)
16462024-11-18T19:06:46.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-11-18T19:06:46.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-11-18T19:06:46.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-11-18T19:06:46.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16502024-11-18T19:06:46.623Z
16512024-11-18T19:06:46.623Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171)
16522024-11-18T19:06:47.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-11-18T19:06:47.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-11-18T19:06:47.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-11-18T19:06:47.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16562024-11-18T19:06:47.056Z
16572024-11-18T19:06:47.056Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171)
16582024-11-18T19:06:47.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-11-18T19:06:47.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-11-18T19:06:47.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-11-18T19:06:47.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16622024-11-18T19:06:47.488Z
16632024-11-18T19:06:47.488Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171)
16642024-11-18T19:06:47.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-11-18T19:06:47.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-11-18T19:06:47.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-11-18T19:06:47.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16682024-11-18T19:06:47.914Z
16692024-11-18T19:06:47.914Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171)
16702024-11-18T19:06:48.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-11-18T19:06:48.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-11-18T19:06:48.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-11-18T19:06:48.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16742024-11-18T19:06:48.340Z
16752024-11-18T19:06:48.341Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171)
16762024-11-18T19:06:48.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-11-18T19:06:48.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-11-18T19:06:48.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-11-18T19:06:48.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16802024-11-18T19:06:48.769Z
16812024-11-18T19:06:48.769Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171)
16822024-11-18T19:06:49.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-11-18T19:06:49.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-11-18T19:06:49.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-11-18T19:06:49.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16862024-11-18T19:06:49.205Z
16872024-11-18T19:06:49.205Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171)
16882024-11-18T19:06:49.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-11-18T19:06:49.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-11-18T19:06:49.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-11-18T19:06:49.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16922024-11-18T19:06:49.621Z
16932024-11-18T19:06:49.621Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171)
16942024-11-18T19:06:49.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-11-18T19:06:49.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-11-18T19:06:49.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-11-18T19:06:50.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16982024-11-18T19:06:50.039Z
16992024-11-18T19:06:50.039Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171)
17002024-11-18T19:06:50.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-11-18T19:06:50.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-11-18T19:06:50.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-11-18T19:06:50.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17042024-11-18T19:06:50.460Z
17052024-11-18T19:06:50.460Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171)
17062024-11-18T19:06:50.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-11-18T19:06:50.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-11-18T19:06:50.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-11-18T19:06:50.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17102024-11-18T19:06:50.879Z
17112024-11-18T19:06:50.879Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171)
17122024-11-18T19:06:51.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-11-18T19:06:51.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-11-18T19:06:51.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-11-18T19:06:51.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17162024-11-18T19:06:51.312Z
17172024-11-18T19:06:51.312Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171)
17182024-11-18T19:06:51.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-11-18T19:06:51.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-11-18T19:06:51.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212024-11-18T19:06:51.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17222024-11-18T19:06:51.739Z
17232024-11-18T19:06:51.739Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171)
17242024-11-18T19:06:52.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252024-11-18T19:06:52.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262024-11-18T19:06:52.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272024-11-18T19:06:52.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17282024-11-18T19:06:52.165Z
17292024-11-18T19:06:52.165Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171)
17302024-11-18T19:06:52.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312024-11-18T19:06:52.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322024-11-18T19:06:52.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332024-11-18T19:06:52.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17342024-11-18T19:06:52.597Z
17352024-11-18T19:06:52.597Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171)
17362024-11-18T19:06:52.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372024-11-18T19:06:52.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382024-11-18T19:06:52.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392024-11-18T19:06:52.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17402024-11-18T19:06:53.033Z
17412024-11-18T19:06:53.033Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171)
17422024-11-18T19:06:53.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432024-11-18T19:06:53.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442024-11-18T19:06:53.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452024-11-18T19:06:53.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17462024-11-18T19:06:53.468Z
17472024-11-18T19:06:53.468Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171)
17482024-11-18T19:06:53.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492024-11-18T19:06:53.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502024-11-18T19:06:53.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512024-11-18T19:06:53.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17522024-11-18T19:06:53.890Z
17532024-11-18T19:06:53.890Zinfo: running `cargo check --bins` on sled-hardware-types (25/171)
17542024-11-18T19:06:54.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552024-11-18T19:06:54.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562024-11-18T19:06:54.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572024-11-18T19:06:54.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17582024-11-18T19:06:54.533Z
17592024-11-18T19:06:54.533Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/171)
17602024-11-18T19:06:55.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612024-11-18T19:06:55.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622024-11-18T19:06:55.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632024-11-18T19:06:55.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17642024-11-18T19:06:55.179Z
17652024-11-18T19:06:55.179Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171)
17662024-11-18T19:06:55.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672024-11-18T19:06:55.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682024-11-18T19:06:55.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692024-11-18T19:06:55.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17702024-11-18T19:06:55.830Z
17712024-11-18T19:06:55.830Zinfo: running `cargo check --bins` on oxlog (28/171)
17722024-11-18T19:06:56.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732024-11-18T19:06:56.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742024-11-18T19:06:56.453Z Checking cfg-if v1.0.0
17752024-11-18T19:06:56.456Z Checking libc v0.2.162
17762024-11-18T19:06:56.562Z Checking serde v1.0.215
17772024-11-18T19:06:56.564Z Checking zeroize v1.8.1
17782024-11-18T19:06:56.581Z Checking memchr v2.7.4
17792024-11-18T19:06:56.583Z Checking typenum v1.17.0
17802024-11-18T19:06:56.607Z Checking scopeguard v1.2.0
17812024-11-18T19:06:56.610Z Checking subtle v2.6.1
17822024-11-18T19:06:56.635Z Checking value-bag v1.9.0
17832024-11-18T19:06:56.750Z Checking lock_api v0.4.12
17842024-11-18T19:06:56.802Z Checking smallvec v1.13.2
17852024-11-18T19:06:56.888Z Checking const-oid v0.9.6
17862024-11-18T19:06:57.038Z Checking log v0.4.22
17872024-11-18T19:06:57.144Z Checking itoa v1.0.11
17882024-11-18T19:06:57.213Z Checking pin-project-lite v0.2.14
17892024-11-18T19:06:57.332Z Checking byteorder v1.5.0
17902024-11-18T19:06:57.377Z Checking futures-core v0.3.31
17912024-11-18T19:06:57.463Z Checking once_cell v1.20.2
17922024-11-18T19:06:57.564Z Checking cpufeatures v0.2.14
17932024-11-18T19:06:57.580Z Checking futures-sink v0.3.31
17942024-11-18T19:06:57.658Z Checking stable_deref_trait v1.2.0
17952024-11-18T19:06:57.715Z Checking spin v0.9.8
17962024-11-18T19:06:57.733Z Checking getrandom v0.2.15
17972024-11-18T19:06:57.749Z Checking signal-hook-registry v1.4.2
17982024-11-18T19:06:57.763Z Checking parking_lot_core v0.9.10
17992024-11-18T19:06:57.805Z Checking mio v1.0.2
18002024-11-18T19:06:57.927Z Checking generic-array v0.14.7
18012024-11-18T19:06:57.961Z Checking rand_core v0.6.4
18022024-11-18T19:06:57.984Z Checking socket2 v0.5.7
18032024-11-18T19:06:58.055Z Checking zerocopy v0.7.35
18042024-11-18T19:06:58.116Z Checking parking_lot v0.12.3
18052024-11-18T19:06:58.263Z Checking slab v0.4.9
18062024-11-18T19:06:58.427Z Checking zerofrom v0.1.4
18072024-11-18T19:06:58.470Z Checking futures-channel v0.3.31
18082024-11-18T19:06:58.488Z Checking futures-task v0.3.31
18092024-11-18T19:06:58.522Z Checking allocator-api2 v0.2.18
18102024-11-18T19:06:58.643Z Checking yoke v0.7.4
18112024-11-18T19:06:58.719Z Checking equivalent v1.0.1
18122024-11-18T19:06:58.772Z Checking futures-io v0.3.31
18132024-11-18T19:06:58.818Z Checking pin-utils v0.1.0
18142024-11-18T19:06:58.833Z Checking foldhash v0.1.3
18152024-11-18T19:06:58.909Z Checking ryu v1.0.18
18162024-11-18T19:06:58.960Z Checking futures-util v0.3.31
18172024-11-18T19:06:58.993Z Checking zerovec v0.10.4
18182024-11-18T19:06:59.029Z Checking tinyvec_macros v0.1.1
18192024-11-18T19:06:59.115Z Checking tinyvec v1.8.0
18202024-11-18T19:06:59.135Z Checking fnv v1.0.7
18212024-11-18T19:06:59.150Z Checking crypto-common v0.1.6
18222024-11-18T19:06:59.182Z Checking block-buffer v0.10.4
18232024-11-18T19:06:59.255Z Checking hashbrown v0.15.0
18242024-11-18T19:06:59.324Z Checking block-padding v0.3.3
18252024-11-18T19:06:59.409Z Checking digest v0.10.7
18262024-11-18T19:06:59.509Z Checking libm v0.2.8
18272024-11-18T19:06:59.537Z Checking inout v0.1.3
18282024-11-18T19:06:59.790Z Checking cipher v0.4.4
18292024-11-18T19:06:59.816Z Checking hmac v0.12.1
18302024-11-18T19:07:00.040Z Checking sha2 v0.10.8
18312024-11-18T19:07:00.198Z Checking litemap v0.7.3
18322024-11-18T19:07:00.434Z Checking writeable v0.5.5
18332024-11-18T19:07:00.474Z Checking unicode-bidi v0.3.17
18342024-11-18T19:07:00.490Z Checking unicode-normalization v0.1.24
18352024-11-18T19:07:00.544Z Checking base64ct v1.6.0
18362024-11-18T19:07:00.649Z Checking tinystr v0.7.6
18372024-11-18T19:07:00.665Z Checking num-traits v0.2.19
18382024-11-18T19:07:00.752Z Checking ppv-lite86 v0.2.20
18392024-11-18T19:07:00.993Z Checking pem-rfc7468 v0.7.0
18402024-11-18T19:07:01.036Z Checking icu_locid v1.5.0
18412024-11-18T19:07:01.074Z Checking flagset v0.4.6
18422024-11-18T19:07:01.263Z Checking tracing-core v0.1.32
18432024-11-18T19:07:01.279Z Checking der v0.7.9
18442024-11-18T19:07:01.432Z Checking thiserror v1.0.69
18452024-11-18T19:07:01.541Z Checking rand_chacha v0.3.1
18462024-11-18T19:07:01.564Z Checking icu_locid_transform_data v1.5.0
18472024-11-18T19:07:01.638Z Checking bytes v1.8.0
18482024-11-18T19:07:01.660Z Checking indexmap v2.6.0
18492024-11-18T19:07:01.919Z Checking serde_json v1.0.132
18502024-11-18T19:07:01.936Z Checking bitflags v2.6.0
18512024-11-18T19:07:02.083Z Checking icu_provider v1.5.0
18522024-11-18T19:07:02.236Z Checking rustls-pki-types v1.9.0
18532024-11-18T19:07:02.391Z Checking percent-encoding v2.3.1
18542024-11-18T19:07:02.482Z Checking tokio v1.40.0
18552024-11-18T19:07:02.627Z Checking http v1.1.0
18562024-11-18T19:07:02.779Z Checking icu_locid_transform v1.5.0
18572024-11-18T19:07:02.818Z Checking rand v0.8.5
18582024-11-18T19:07:02.992Z Checking tracing v0.1.40
18592024-11-18T19:07:03.162Z Checking spki v0.7.3
18602024-11-18T19:07:03.352Z Checking icu_collections v1.5.0
18612024-11-18T19:07:03.453Z Checking salsa20 v0.10.2
18622024-11-18T19:07:03.653Z Checking pbkdf2 v0.12.2
18632024-11-18T19:07:03.670Z Checking aws-lc-sys v0.22.0
18642024-11-18T19:07:03.799Z Checking httparse v1.9.5
18652024-11-18T19:07:03.814Z Checking untrusted v0.7.1
18662024-11-18T19:07:03.977Z Checking untrusted v0.9.0
18672024-11-18T19:07:04.035Z Checking mirai-annotations v1.12.0
18682024-11-18T19:07:04.052Z Checking powerfmt v0.2.0
18692024-11-18T19:07:04.097Z Checking icu_properties_data v1.5.0
18702024-11-18T19:07:04.128Z Checking ring v0.17.8
18712024-11-18T19:07:04.145Z Checking scrypt v0.11.0
18722024-11-18T19:07:04.209Z Checking cbc v0.1.2
18732024-11-18T19:07:04.225Z Checking aes v0.8.4
18742024-11-18T19:07:04.301Z Checking deranged v0.3.11
18752024-11-18T19:07:04.348Z Checking icu_properties v1.5.1
18762024-11-18T19:07:04.363Z Checking crossbeam-utils v0.8.20
18772024-11-18T19:07:04.404Z Checking num_threads v0.1.7
18782024-11-18T19:07:04.526Z Checking num-conv v0.1.0
18792024-11-18T19:07:04.788Z Checking utf8_iter v1.0.4
18802024-11-18T19:07:04.999Z Checking write16 v1.0.0
18812024-11-18T19:07:05.108Z Checking time-core v0.1.2
18822024-11-18T19:07:05.127Z Checking utf16_iter v1.0.5
18832024-11-18T19:07:05.141Z Checking atomic-waker v1.1.2
18842024-11-18T19:07:05.259Z Checking icu_normalizer_data v1.5.0
18852024-11-18T19:07:05.277Z Checking pkcs5 v0.7.1
18862024-11-18T19:07:05.298Z Checking http-body v1.0.1
18872024-11-18T19:07:05.357Z Checking form_urlencoded v1.2.1
18882024-11-18T19:07:05.501Z Checking try-lock v0.2.5
18892024-11-18T19:07:05.571Z Checking httpdate v1.0.3
18902024-11-18T19:07:05.640Z Checking want v0.3.1
18912024-11-18T19:07:05.802Z Checking pkcs8 v0.10.2
18922024-11-18T19:07:05.817Z Checking unicode-ident v1.0.13
18932024-11-18T19:07:05.835Z Checking toml_datetime v0.6.8
18942024-11-18T19:07:05.980Z Checking proc-macro2 v1.0.89
18952024-11-18T19:07:06.002Z Checking serde_spanned v0.6.8
18962024-11-18T19:07:06.087Z Checking time v0.3.36
18972024-11-18T19:07:06.104Z Checking uuid v1.11.0
18982024-11-18T19:07:06.122Z Checking slog v2.7.0
18992024-11-18T19:07:06.187Z Checking scroll v0.12.0
19002024-11-18T19:07:06.307Z Checking aws-lc-rs v1.10.0
19012024-11-18T19:07:06.608Z Checking adler2 v2.0.0
19022024-11-18T19:07:06.662Z Checking ucd-trie v0.1.7
19032024-11-18T19:07:06.681Z Checking plain v0.2.3
19042024-11-18T19:07:06.726Z Checking iana-time-zone v0.1.61
19052024-11-18T19:07:06.761Z Checking base64 v0.22.1
19062024-11-18T19:07:06.815Z Checking tower-service v0.3.3
19072024-11-18T19:07:06.872Z Checking foreign-types-shared v0.1.1
19082024-11-18T19:07:06.875Z Checking match_cfg v0.1.0
19092024-11-18T19:07:06.939Z Checking chrono v0.4.38
19102024-11-18T19:07:06.967Z Checking foreign-types v0.3.2
19112024-11-18T19:07:06.971Z Checking hostname v0.3.1
19122024-11-18T19:07:07.059Z Checking pest v2.7.14
19132024-11-18T19:07:07.110Z Checking goblin v0.8.2
19142024-11-18T19:07:07.257Z Checking miniz_oxide v0.8.0
19152024-11-18T19:07:07.702Z Checking icu_normalizer v1.5.0
19162024-11-18T19:07:08.091Z Checking quote v1.0.37
19172024-11-18T19:07:08.194Z Checking rustls-webpki v0.102.8
19182024-11-18T19:07:08.430Z Checking openssl-sys v0.9.104
19192024-11-18T19:07:08.513Z Checking idna_adapter v1.2.0
19202024-11-18T19:07:08.699Z Checking errno v0.3.9
19212024-11-18T19:07:08.735Z Checking idna v1.0.3
19222024-11-18T19:07:08.873Z Checking dirs-sys-next v0.1.2
19232024-11-18T19:07:09.020Z Checking aho-corasick v1.1.3
19242024-11-18T19:07:09.070Z Checking data-encoding v2.6.0
19252024-11-18T19:07:09.158Z Checking pretty-hex v0.4.1
19262024-11-18T19:07:09.229Z Checking url v2.5.3
19272024-11-18T19:07:09.324Z Checking siphasher v0.3.11
19282024-11-18T19:07:09.539Z Checking regex-syntax v0.8.5
19292024-11-18T19:07:09.624Z Checking dtrace-parser v0.2.0
19302024-11-18T19:07:09.730Z Checking openssl v0.10.68
19312024-11-18T19:07:09.750Z Checking dirs-next v2.0.0
19322024-11-18T19:07:09.881Z Checking rustix v0.38.37
19332024-11-18T19:07:09.948Z Checking tokio-util v0.7.12
19342024-11-18T19:07:10.056Z Checking syn v2.0.87
19352024-11-18T19:07:10.088Z Checking http-body-util v0.1.2
19362024-11-18T19:07:10.569Z Checking crossbeam-epoch v0.9.18
19372024-11-18T19:07:10.701Z Checking signature v2.2.0
19382024-11-18T19:07:10.874Z Checking h2 v0.4.6
19392024-11-18T19:07:10.896Z Checking sha1 v0.10.6
19402024-11-18T19:07:10.990Z Checking lazy_static v1.5.0
19412024-11-18T19:07:11.115Z Checking thread_local v1.1.8
19422024-11-18T19:07:11.174Z Checking thread-id v4.2.2
19432024-11-18T19:07:11.288Z Checking encoding_rs v0.8.34
19442024-11-18T19:07:11.403Z Checking openssl-probe v0.1.5
19452024-11-18T19:07:11.562Z Checking gimli v0.31.1
19462024-11-18T19:07:12.273Z Checking dof v0.3.0
19472024-11-18T19:07:12.990Z Checking anstyle v1.0.10
19482024-11-18T19:07:13.014Z Checking regex-automata v0.4.8
19492024-11-18T19:07:13.357Z Checking ipnet v2.10.1
19502024-11-18T19:07:13.434Z Checking mime v0.3.17
19512024-11-18T19:07:13.693Z Checking either v1.13.0
19522024-11-18T19:07:13.764Z Checking utf8parse v0.2.2
19532024-11-18T19:07:13.814Z Checking winnow v0.6.20
19542024-11-18T19:07:13.921Z Checking unicode-properties v0.1.3
19552024-11-18T19:07:14.077Z Checking anstyle-parse v0.2.5
19562024-11-18T19:07:14.307Z Checking stringprep v0.1.5
19572024-11-18T19:07:14.361Z Checking crossbeam-deque v0.8.5
19582024-11-18T19:07:14.659Z Checking term v0.7.0
19592024-11-18T19:07:14.693Z Checking rustls v0.23.14
19602024-11-18T19:07:15.022Z Checking rustls v0.22.4
19612024-11-18T19:07:15.129Z Checking native-tls v0.2.12
19622024-11-18T19:07:15.462Z Checking slog-json v2.6.1
19632024-11-18T19:07:15.601Z Checking addr2line v0.24.2
19642024-11-18T19:07:15.720Z Checking serde_urlencoded v0.7.1
19652024-11-18T19:07:16.114Z Checking crossbeam-channel v0.5.13
19662024-11-18T19:07:16.147Z Checking futures-executor v0.3.31
19672024-11-18T19:07:16.381Z Checking rustls-pemfile v2.2.0
19682024-11-18T19:07:16.607Z Checking num-integer v0.1.46
19692024-11-18T19:07:16.801Z Checking usdt-impl v0.5.0
19702024-11-18T19:07:16.821Z Checking toml_edit v0.22.22
19712024-11-18T19:07:16.839Z Checking idna v0.3.0
19722024-11-18T19:07:17.120Z Checking idna v0.4.0
19732024-11-18T19:07:17.144Z Checking hyper v1.5.0
19742024-11-18T19:07:17.343Z Checking md-5 v0.10.6
19752024-11-18T19:07:17.573Z Checking ff v0.13.0
19762024-11-18T19:07:17.714Z Checking hash32 v0.2.1
19772024-11-18T19:07:17.774Z Checking is-terminal v0.4.13
19782024-11-18T19:07:17.806Z Checking memmap v0.7.0
19792024-11-18T19:07:17.903Z Checking object v0.36.5
19802024-11-18T19:07:17.992Z Checking rustc-demangle v0.1.24
19812024-11-18T19:07:18.009Z Checking linked-hash-map v0.5.6
19822024-11-18T19:07:18.024Z Checking utf-8 v0.7.6
19832024-11-18T19:07:18.235Z Checking colorchoice v1.0.2
19842024-11-18T19:07:18.320Z Checking quick-error v1.2.3
19852024-11-18T19:07:18.363Z Checking base16ct v0.2.0
19862024-11-18T19:07:18.441Z Checking is_terminal_polyfill v1.70.1
19872024-11-18T19:07:18.465Z Checking psl-types v2.0.11
19882024-11-18T19:07:18.551Z Checking fallible-iterator v0.2.0
19892024-11-18T19:07:18.569Z Checking take_mut v0.2.2
19902024-11-18T19:07:18.634Z Checking dyn-clone v1.0.17
19912024-11-18T19:07:18.713Z Checking anstyle-query v1.1.1
19922024-11-18T19:07:18.771Z Checking schemars v0.8.21
19932024-11-18T19:07:18.838Z Checking anstream v0.6.15
19942024-11-18T19:07:18.855Z Checking tokio-rustls v0.25.0
19952024-11-18T19:07:19.163Z Checking postgres-protocol v0.6.7
19962024-11-18T19:07:19.215Z Checking slog-async v2.8.0
19972024-11-18T19:07:19.231Z Checking publicsuffix v2.2.3
19982024-11-18T19:07:19.330Z Checking hyper-util v0.1.10
19992024-11-18T19:07:19.475Z Checking sec1 v0.7.3
20002024-11-18T19:07:19.497Z Checking toml v0.8.19
20012024-11-18T19:07:19.497Z Checking resolv-conf v0.7.0
20022024-11-18T19:07:19.823Z Checking lru-cache v0.1.2
20032024-11-18T19:07:19.838Z Checking tungstenite v0.24.0
20042024-11-18T19:07:19.855Z Checking usdt v0.5.0
20052024-11-18T19:07:20.013Z Checking heapless v0.7.17
20062024-11-18T19:07:20.128Z Checking hickory-proto v0.24.1
20072024-11-18T19:07:20.247Z Checking slog-term v2.9.1
20082024-11-18T19:07:20.347Z Checking tokio-rustls v0.26.0
20092024-11-18T19:07:20.434Z Checking group v0.13.0
20102024-11-18T19:07:20.704Z Checking num-iter v0.1.45
20112024-11-18T19:07:20.748Z Checking futures v0.3.31
20122024-11-18T19:07:20.764Z Checking slog-bunyan v2.5.0
20132024-11-18T19:07:20.788Z Checking tokio-native-tls v0.3.1
20142024-11-18T19:07:20.862Z Checking rayon-core v1.12.1
20152024-11-18T19:07:20.878Z Checking multer v3.1.0
20162024-11-18T19:07:20.923Z Checking terminal_size v0.4.0
20172024-11-18T19:07:21.044Z Checking phf_shared v0.11.2
20182024-11-18T19:07:21.061Z Checking cookie v0.18.1
20192024-11-18T19:07:21.099Z Checking async-stream v0.3.6
20202024-11-18T19:07:21.275Z Checking bzip2-sys v0.1.11+1.0.8
20212024-11-18T19:07:21.292Z Checking camino v1.1.9
20222024-11-18T19:07:21.317Z Checking signal-hook v0.3.17
20232024-11-18T19:07:21.360Z Checking waitgroup v0.1.2
20242024-11-18T19:07:21.402Z Checking openapiv3 v2.0.0
20252024-11-18T19:07:21.498Z Checking webpki-roots v0.26.6
20262024-11-18T19:07:21.512Z Checking serde_path_to_error v0.1.16
20272024-11-18T19:07:21.541Z Checking idna v0.5.0
20282024-11-18T19:07:21.654Z Checking hkdf v0.12.4
20292024-11-18T19:07:21.708Z Checking crypto-bigint v0.5.5
20302024-11-18T19:07:21.867Z Checking hostname v0.4.0
20312024-11-18T19:07:21.883Z Checking crc32fast v1.4.2
20322024-11-18T19:07:22.010Z Checking debug-ignore v1.0.5
20332024-11-18T19:07:22.103Z Checking managed v0.8.0
20342024-11-18T19:07:22.146Z Checking bitflags v1.3.2
20352024-11-18T19:07:22.162Z Checking winnow v0.5.40
20362024-11-18T19:07:22.244Z Checking strsim v0.11.1
20372024-11-18T19:07:22.410Z Checking unicode-width v0.1.14
20382024-11-18T19:07:22.495Z Checking clap_lex v0.7.2
20392024-11-18T19:07:22.551Z Checking smoltcp v0.9.1
20402024-11-18T19:07:22.738Z Checking clap_builder v4.5.21
20412024-11-18T19:07:22.898Z Checking console v0.15.8
20422024-11-18T19:07:23.502Z Checking cookie_store v0.21.0
20432024-11-18T19:07:24.101Z Checking flate2 v1.0.34
20442024-11-18T19:07:24.201Z Checking hyper-rustls v0.27.3
20452024-11-18T19:07:24.478Z Checking backtrace v0.3.74
20462024-11-18T19:07:24.529Z Checking signal-hook-mio v0.2.4
20472024-11-18T19:07:24.667Z Checking elliptic-curve v0.13.8
20482024-11-18T19:07:24.683Z Checking rayon v1.10.0
20492024-11-18T19:07:24.753Z Checking bzip2 v0.4.4
20502024-11-18T19:07:24.863Z Checking dropshot v0.12.0
20512024-11-18T19:07:24.928Z Checking hickory-resolver v0.24.1
20522024-11-18T19:07:25.044Z Checking anyhow v1.0.93
20532024-11-18T19:07:25.059Z Checking hyper-tls v0.6.0
20542024-11-18T19:07:25.297Z Checking phf v0.11.2
20552024-11-18T19:07:25.313Z Checking toml_edit v0.19.15
20562024-11-18T19:07:25.349Z Checking num-bigint-dig v0.8.4
20572024-11-18T19:07:25.424Z Checking tokio-tungstenite v0.24.0
20582024-11-18T19:07:25.573Z Checking postgres-types v0.2.8
20592024-11-18T19:07:25.902Z Checking bstr v1.10.0
20602024-11-18T19:07:25.932Z Checking regex v1.11.1
20612024-11-18T19:07:26.336Z Checking ed25519 v2.2.3
20622024-11-18T19:07:26.559Z Checking tokio-stream v0.1.16
20632024-11-18T19:07:26.596Z Checking phf_shared v0.10.0
20642024-11-18T19:07:26.629Z Checking zerocopy v0.6.6
20652024-11-18T19:07:26.880Z Checking curve25519-dalek v4.1.3
20662024-11-18T19:07:26.919Z Checking pkcs1 v0.7.5
20672024-11-18T19:07:27.335Z Checking hubpack v0.1.2
20682024-11-18T19:07:27.399Z Checking portable-atomic v1.9.0
20692024-11-18T19:07:27.401Z Checking float-cmp v0.9.0
20702024-11-18T19:07:27.627Z Checking serde-big-array v0.5.1
20712024-11-18T19:07:27.644Z Checking rfc6979 v0.4.0
20722024-11-18T19:07:27.673Z Checking sync_wrapper v1.0.1
20732024-11-18T19:07:27.816Z Checking number_prefix v0.4.0
20742024-11-18T19:07:27.832Z Checking minimal-lexical v0.2.1
20752024-11-18T19:07:27.846Z Checking unicode-segmentation v1.12.0
20762024-11-18T19:07:27.850Z Checking bit-vec v0.6.3
20772024-11-18T19:07:28.002Z Checking normalize-line-endings v0.3.0
20782024-11-18T19:07:28.120Z Checking fixedbitset v0.4.2
20792024-11-18T19:07:28.187Z Checking whoami v1.5.2
20802024-11-18T19:07:28.227Z Checking predicates-core v1.0.8
20812024-11-18T19:07:28.389Z Checking new_debug_unreachable v1.0.6
20822024-11-18T19:07:28.412Z Checking precomputed-hash v0.1.1
20832024-11-18T19:07:28.469Z Checking static_assertions v1.1.0
20842024-11-18T19:07:28.484Z Checking difflib v0.4.0
20852024-11-18T19:07:28.499Z Checking unicode-width v0.2.0
20862024-11-18T19:07:28.519Z Checking string_cache v0.8.7
20872024-11-18T19:07:28.535Z Checking similar v2.6.0
20882024-11-18T19:07:28.557Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20892024-11-18T19:07:28.575Z Checking tokio-postgres v0.7.12
20902024-11-18T19:07:28.619Z Checking qorb v0.2.0
20912024-11-18T19:07:28.775Z Checking ed25519-dalek v2.1.1
20922024-11-18T19:07:28.791Z Checking petgraph v0.6.5
20932024-11-18T19:07:28.804Z Checking predicates v3.1.2
20942024-11-18T19:07:28.962Z Checking indicatif v0.17.9
20952024-11-18T19:07:29.184Z Checking nom v7.1.3
20962024-11-18T19:07:29.369Z Checking bit-set v0.5.3
20972024-11-18T19:07:29.488Z Checking toml v0.7.8
20982024-11-18T19:07:29.637Z Checking reqwest v0.12.9
20992024-11-18T19:07:29.749Z Checking ecdsa v0.16.9
21002024-11-18T19:07:30.248Z Checking rsa v0.9.6
21012024-11-18T19:07:30.503Z Checking clap v4.5.21
21022024-11-18T19:07:30.629Z Checking zip v0.6.6
21032024-11-18T19:07:31.188Z Checking crossterm v0.28.1
21042024-11-18T19:07:31.325Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21052024-11-18T19:07:31.355Z Checking itertools v0.10.5
21062024-11-18T19:07:31.368Z Checking itertools v0.12.1
21072024-11-18T19:07:31.556Z Checking fs-err v2.11.0
21082024-11-18T19:07:31.754Z Checking ahash v0.8.11
21092024-11-18T19:07:32.122Z Checking x509-cert v0.2.5
21102024-11-18T19:07:32.123Z Checking hex v0.4.3
21112024-11-18T19:07:32.212Z Checking semver v1.0.23
21122024-11-18T19:07:32.330Z Checking heck v0.4.1
21132024-11-18T19:07:32.553Z Checking peg-runtime v0.8.3
21142024-11-18T19:07:32.655Z Checking lalrpop-util v0.19.12
21152024-11-18T19:07:32.671Z Checking sigpipe v0.1.3
21162024-11-18T19:07:33.841Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21172024-11-18T19:07:34.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.31s
21182024-11-18T19:07:34.322Z
21192024-11-18T19:07:34.322Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171)
21202024-11-18T19:07:34.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212024-11-18T19:07:34.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222024-11-18T19:07:34.986Z Compiling hashbrown v0.14.5
21232024-11-18T19:07:35.105Z Checking heck v0.5.0
21242024-11-18T19:07:35.118Z Compiling unsafe-libyaml v0.2.11
21252024-11-18T19:07:35.132Z Compiling ident_case v1.0.1
21262024-11-18T19:07:35.146Z Checking progenitor-client v0.8.0
21272024-11-18T19:07:35.161Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21282024-11-18T19:07:35.163Z Compiling proc-macro-crate v1.3.1
21292024-11-18T19:07:35.277Z Compiling darling_core v0.20.10
21302024-11-18T19:07:35.300Z Checking ipnetwork v0.20.0
21312024-11-18T19:07:35.517Z Compiling structmeta-derive v0.3.0
21322024-11-18T19:07:35.520Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21332024-11-18T19:07:35.662Z Compiling newtype-uuid v1.1.3
21342024-11-18T19:07:35.821Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-11-18T19:07:35.945Z Compiling lzma-sys v0.1.20
21362024-11-18T19:07:36.179Z Compiling foreign-types-macros v0.2.3
21372024-11-18T19:07:36.235Z Compiling num_enum_derive v0.5.11
21382024-11-18T19:07:36.253Z Checking regress v0.10.1
21392024-11-18T19:07:36.724Z Compiling serde_yaml v0.9.34+deprecated
21402024-11-18T19:07:37.118Z Compiling dropshot v0.13.0
21412024-11-18T19:07:37.421Z Checking arc-swap v1.7.1
21422024-11-18T19:07:37.496Z Checking foreign-types-shared v0.3.1
21432024-11-18T19:07:37.617Z Checking foreign-types v0.5.0
21442024-11-18T19:07:37.846Z Compiling proc-macro-error v1.0.4
21452024-11-18T19:07:37.862Z Checking slog-scope v4.4.0
21462024-11-18T19:07:38.511Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21472024-11-18T19:07:38.595Z Compiling structmeta v0.3.0
21482024-11-18T19:07:38.620Z Checking tungstenite v0.21.0
21492024-11-18T19:07:38.636Z Compiling heck v0.3.3
21502024-11-18T19:07:38.852Z Checking num_enum v0.5.11
21512024-11-18T19:07:39.006Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21522024-11-18T19:07:39.034Z Compiling parse-display-derive v0.10.0
21532024-11-18T19:07:39.060Z Compiling dropshot_endpoint v0.13.0
21542024-11-18T19:07:39.546Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21552024-11-18T19:07:39.842Z Checking cstr-argument v0.1.2
21562024-11-18T19:07:39.863Z Checking typify-impl v0.2.0
21572024-11-18T19:07:40.023Z Checking instant v0.1.13
21582024-11-18T19:07:40.147Z Checking fastrand v2.1.1
21592024-11-18T19:07:40.486Z Checking pretty-hex v0.2.1
21602024-11-18T19:07:40.647Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21612024-11-18T19:07:40.930Z Checking base64 v0.21.7
21622024-11-18T19:07:41.102Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21632024-11-18T19:07:41.395Z Checking tempfile v3.13.0
21642024-11-18T19:07:41.412Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21652024-11-18T19:07:41.556Z Checking backoff v0.4.0
21662024-11-18T19:07:41.597Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21672024-11-18T19:07:41.784Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21682024-11-18T19:07:41.871Z Checking tokio-tungstenite v0.21.0
21692024-11-18T19:07:41.925Z Compiling zone_cfg_derive v0.1.2
21702024-11-18T19:07:41.941Z Checking strum v0.26.3
21712024-11-18T19:07:42.107Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21722024-11-18T19:07:42.372Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21732024-11-18T19:07:42.419Z Checking slog-stdlog v4.1.1
21742024-11-18T19:07:42.478Z Compiling darling_macro v0.20.10
21752024-11-18T19:07:42.655Z Checking regress v0.9.1
21762024-11-18T19:07:42.807Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772024-11-18T19:07:42.922Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21782024-11-18T19:07:42.964Z Checking colored v2.1.0
21792024-11-18T19:07:43.200Z Checking macaddr v1.0.1
21802024-11-18T19:07:43.270Z Checking base64 v0.13.1
21812024-11-18T19:07:43.455Z Compiling darling v0.20.10
21822024-11-18T19:07:43.479Z Checking zone v0.1.8
21832024-11-18T19:07:43.583Z Compiling serde_with_macros v3.11.0
21842024-11-18T19:07:43.679Z Checking ron v0.7.1
21852024-11-18T19:07:43.796Z Checking parse-display v0.10.0
21862024-11-18T19:07:44.038Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21872024-11-18T19:07:44.113Z Checking xz2 v0.1.7
21882024-11-18T19:07:44.423Z Checking slog-envlogger v2.2.0
21892024-11-18T19:07:44.500Z Checking tabwriter v1.4.0
21902024-11-18T19:07:44.653Z Checking xattr v1.3.1
21912024-11-18T19:07:44.746Z Checking pem v3.0.4
21922024-11-18T19:07:44.830Z Checking yasna v0.5.2
21932024-11-18T19:07:44.848Z Checking headers-core v0.3.0
21942024-11-18T19:07:44.993Z Checking smf v0.2.3
21952024-11-18T19:07:45.025Z Checking filetime v0.2.25
21962024-11-18T19:07:45.244Z Checking same-file v1.0.6
21972024-11-18T19:07:45.426Z Checking walkdir v2.5.0
21982024-11-18T19:07:45.443Z Checking tar v0.4.43
21992024-11-18T19:07:45.506Z Checking headers v0.4.0
22002024-11-18T19:07:45.709Z Checking camino-tempfile v1.1.1
22012024-11-18T19:07:45.725Z Checking rcgen v0.12.1
22022024-11-18T19:07:46.006Z Checking atomicwrites v0.4.4
22032024-11-18T19:07:46.217Z Checking subprocess v0.2.9
22042024-11-18T19:07:46.496Z Checking serde_with v3.11.0
22052024-11-18T19:07:50.514Z Compiling typify-macro v0.2.0
22062024-11-18T19:07:52.422Z Compiling typify v0.2.0
22072024-11-18T19:07:52.510Z Compiling progenitor-impl v0.8.0
22082024-11-18T19:07:55.790Z Compiling progenitor-macro v0.8.0
22092024-11-18T19:08:01.194Z Checking progenitor v0.8.0
22102024-11-18T19:08:01.350Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22112024-11-18T19:08:01.353Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22122024-11-18T19:08:04.121Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22132024-11-18T19:08:04.416Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22142024-11-18T19:08:10.922Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22152024-11-18T19:08:12.574Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22162024-11-18T19:08:13.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.55s
22172024-11-18T19:08:14.064Z
22182024-11-18T19:08:14.064Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171)
22192024-11-18T19:08:14.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202024-11-18T19:08:14.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212024-11-18T19:08:14.740Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22222024-11-18T19:08:16.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
22232024-11-18T19:08:16.382Z
22242024-11-18T19:08:16.385Zinfo: running `cargo check --bins` on nexus-config (31/171)
22252024-11-18T19:08:16.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262024-11-18T19:08:16.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272024-11-18T19:08:16.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282024-11-18T19:08:16.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22292024-11-18T19:08:17.014Z
22302024-11-18T19:08:17.014Zinfo: running `cargo check --bins` on omicron-rpaths (32/171)
22312024-11-18T19:08:17.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322024-11-18T19:08:17.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332024-11-18T19:08:17.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342024-11-18T19:08:17.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22352024-11-18T19:08:17.635Z
22362024-11-18T19:08:17.635Zinfo: running `cargo check --bins` on omicron-certificates (33/171)
22372024-11-18T19:08:18.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382024-11-18T19:08:18.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392024-11-18T19:08:18.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402024-11-18T19:08:18.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22412024-11-18T19:08:18.262Z
22422024-11-18T19:08:18.262Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/171)
22432024-11-18T19:08:18.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442024-11-18T19:08:18.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452024-11-18T19:08:18.933Z Compiling heapless v0.8.0
22462024-11-18T19:08:19.034Z Checking hash32 v0.3.1
22472024-11-18T19:08:19.045Z Compiling smoltcp v0.11.0
22482024-11-18T19:08:19.056Z Checking cobs v0.2.3
22492024-11-18T19:08:19.067Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22502024-11-18T19:08:19.070Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22512024-11-18T19:08:19.097Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22522024-11-18T19:08:19.100Z Compiling crucible-workspace-hack v0.1.0
22532024-11-18T19:08:19.180Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22542024-11-18T19:08:19.217Z Checking postcard v1.0.10
22552024-11-18T19:08:19.234Z Checking newline-converter v0.3.0
22562024-11-18T19:08:19.373Z Compiling convert_case v0.4.0
22572024-11-18T19:08:19.401Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22582024-11-18T19:08:19.623Z Checking expectorate v1.1.0
22592024-11-18T19:08:19.705Z Compiling zone_cfg_derive v0.3.0
22602024-11-18T19:08:19.755Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22612024-11-18T19:08:19.790Z Checking itertools v0.13.0
22622024-11-18T19:08:19.979Z Compiling num-derive v0.4.2
22632024-11-18T19:08:20.086Z Compiling slog-dtrace v0.3.0
22642024-11-18T19:08:20.103Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22652024-11-18T19:08:20.328Z Compiling derive_more v0.99.18
22662024-11-18T19:08:20.386Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22672024-11-18T19:08:21.218Z Checking zone v0.3.0
22682024-11-18T19:08:21.951Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22692024-11-18T19:08:23.054Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22702024-11-18T19:08:24.012Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22712024-11-18T19:08:24.429Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22722024-11-18T19:08:25.095Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22732024-11-18T19:08:25.877Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22742024-11-18T19:08:27.016Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22752024-11-18T19:08:28.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.75s
22762024-11-18T19:08:28.197Z
22772024-11-18T19:08:28.197Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/171)
22782024-11-18T19:08:28.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792024-11-18T19:08:28.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802024-11-18T19:08:28.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812024-11-18T19:08:28.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22822024-11-18T19:08:28.841Z
22832024-11-18T19:08:28.841Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/171)
22842024-11-18T19:08:29.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852024-11-18T19:08:29.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862024-11-18T19:08:29.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872024-11-18T19:08:29.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22882024-11-18T19:08:29.480Z
22892024-11-18T19:08:29.480Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (37/171)
22902024-11-18T19:08:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912024-11-18T19:08:30.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922024-11-18T19:08:30.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932024-11-18T19:08:30.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22942024-11-18T19:08:30.126Z
22952024-11-18T19:08:30.126Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (38/171)
22962024-11-18T19:08:30.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972024-11-18T19:08:30.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982024-11-18T19:08:30.804Z Compiling progenitor-client v0.8.0
22992024-11-18T19:08:30.905Z Compiling newtype-uuid v1.1.3
23002024-11-18T19:08:30.907Z Compiling ipnetwork v0.20.0
23012024-11-18T19:08:30.907Z Compiling instant v0.1.13
23022024-11-18T19:08:30.936Z Compiling dropshot v0.13.0
23032024-11-18T19:08:30.939Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23042024-11-18T19:08:30.939Z Checking num-rational v0.4.2
23052024-11-18T19:08:30.939Z Compiling parse-display v0.10.0
23062024-11-18T19:08:31.037Z Compiling backoff v0.4.0
23072024-11-18T19:08:31.097Z Compiling serde_with v3.11.0
23082024-11-18T19:08:31.201Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23092024-11-18T19:08:31.358Z Compiling progenitor v0.8.0
23102024-11-18T19:08:31.390Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23112024-11-18T19:08:31.594Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23122024-11-18T19:08:31.610Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23132024-11-18T19:08:31.684Z Compiling regress v0.9.1
23142024-11-18T19:08:31.764Z Compiling phf_generator v0.11.2
23152024-11-18T19:08:31.809Z Checking num-complex v0.4.6
23162024-11-18T19:08:32.153Z Compiling macaddr v1.0.1
23172024-11-18T19:08:32.626Z Compiling phf_codegen v0.11.2
23182024-11-18T19:08:32.802Z Checking num v0.4.3
23192024-11-18T19:08:32.840Z Compiling parse-zoneinfo v0.3.1
23202024-11-18T19:08:32.982Z Checking float-ord v0.3.2
23212024-11-18T19:08:33.127Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23222024-11-18T19:08:33.194Z Checking prettyplease v0.2.25
23232024-11-18T19:08:33.505Z Compiling chrono-tz-build v0.4.0
23242024-11-18T19:08:34.364Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23252024-11-18T19:08:34.954Z Compiling const_format_proc_macros v0.2.33
23262024-11-18T19:08:34.979Z Compiling chrono-tz v0.10.0
23272024-11-18T19:08:35.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23282024-11-18T19:08:35.573Z Checking highway v1.2.0
23292024-11-18T19:08:36.002Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23302024-11-18T19:08:36.402Z Checking gethostname v0.5.0
23312024-11-18T19:08:36.531Z Checking bcs v0.1.6
23322024-11-18T19:08:36.730Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23332024-11-18T19:08:36.919Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23342024-11-18T19:08:36.973Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23352024-11-18T19:08:37.082Z Compiling async-recursion v1.1.1
23362024-11-18T19:08:37.110Z Checking const_format v0.2.33
23372024-11-18T19:08:50.189Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23382024-11-18T19:08:53.601Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23392024-11-18T19:08:57.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.68s
23402024-11-18T19:08:58.000Z
23412024-11-18T19:08:58.000Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171)
23422024-11-18T19:08:58.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432024-11-18T19:08:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442024-11-18T19:08:58.694Z Compiling cfg_aliases v0.1.1
23452024-11-18T19:08:58.697Z Compiling vte_generate_state_changes v0.1.2
23462024-11-18T19:08:58.697Z Checking fd-lock v4.0.2
23472024-11-18T19:08:58.697Z Checking nibble_vec v0.1.0
23482024-11-18T19:08:58.796Z Checking endian-type v0.1.2
23492024-11-18T19:08:58.807Z Checking bytecount v0.6.8
23502024-11-18T19:08:58.818Z Compiling tabled_derive v0.7.0
23512024-11-18T19:08:58.874Z Compiling peg-macros v0.8.4
23522024-11-18T19:08:58.877Z Compiling nix v0.28.0
23532024-11-18T19:08:58.968Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23542024-11-18T19:08:58.983Z Checking papergrid v0.11.0
23552024-11-18T19:08:59.004Z Compiling sqlparser_derive v0.2.2
23562024-11-18T19:08:59.021Z Checking radix_trie v0.2.1
23572024-11-18T19:08:59.403Z Checking vte v0.11.1
23582024-11-18T19:08:59.424Z Checking unicode_categories v0.1.1
23592024-11-18T19:08:59.712Z Checking nu-ansi-term v0.50.1
23602024-11-18T19:09:00.071Z Checking home v0.5.9
23612024-11-18T19:09:00.085Z Checking sqlparser v0.45.0
23622024-11-18T19:09:00.136Z Checking sqlformat v0.2.6
23632024-11-18T19:09:00.216Z Checking display-error-chain v0.2.2
23642024-11-18T19:09:00.727Z Checking strip-ansi-escapes v0.2.0
23652024-11-18T19:09:00.867Z Checking reedline v0.35.0
23662024-11-18T19:09:01.149Z Checking tabled v0.15.0
23672024-11-18T19:09:01.680Z Checking peg v0.8.4
23682024-11-18T19:09:03.806Z Checking rustyline v14.0.0
23692024-11-18T19:09:12.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
23702024-11-18T19:09:12.582Z
23712024-11-18T19:09:12.582Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171)
23722024-11-18T19:09:13.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23732024-11-18T19:09:13.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23742024-11-18T19:09:13.263Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23752024-11-18T19:09:19.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.93s
23762024-11-18T19:09:19.716Z
23772024-11-18T19:09:19.716Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171)
23782024-11-18T19:09:20.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23792024-11-18T19:09:20.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23802024-11-18T19:09:20.391Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23812024-11-18T19:09:25.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
23822024-11-18T19:09:25.438Z
23832024-11-18T19:09:25.438Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171)
23842024-11-18T19:09:26.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-11-18T19:09:26.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-11-18T19:09:26.118Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-11-18T19:09:32.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.66s
23882024-11-18T19:09:32.288Z
23892024-11-18T19:09:32.288Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171)
23902024-11-18T19:09:32.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-11-18T19:09:32.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-11-18T19:09:32.967Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-11-18T19:09:39.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s
23942024-11-18T19:09:39.241Z
23952024-11-18T19:09:39.241Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171)
23962024-11-18T19:09:39.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-11-18T19:09:39.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-11-18T19:09:39.906Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-11-18T19:09:44.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
24002024-11-18T19:09:45.143Z
24012024-11-18T19:09:45.143Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171)
24022024-11-18T19:09:45.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-11-18T19:09:45.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-11-18T19:09:45.826Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-11-18T19:09:50.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
24062024-11-18T19:09:51.121Z
24072024-11-18T19:09:51.121Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171)
24082024-11-18T19:09:51.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-11-18T19:09:51.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-11-18T19:09:51.792Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-11-18T19:09:58.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s
24122024-11-18T19:09:58.341Z
24132024-11-18T19:09:58.341Zinfo: running `cargo check --bins` on oximeter (47/171)
24142024-11-18T19:09:58.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-11-18T19:09:58.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-11-18T19:09:58.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24172024-11-18T19:09:58.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24182024-11-18T19:09:58.978Z
24192024-11-18T19:09:58.978Zinfo: running `cargo check --bins` on oximeter-macro-impl (48/171)
24202024-11-18T19:09:59.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-11-18T19:09:59.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-11-18T19:09:59.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24232024-11-18T19:09:59.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24242024-11-18T19:09:59.598Z
24252024-11-18T19:09:59.599Zinfo: running `cargo check --bins` on oximeter-schema (49/171)
24262024-11-18T19:10:00.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-11-18T19:10:00.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-11-18T19:10:00.239Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24292024-11-18T19:10:00.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
24302024-11-18T19:10:00.865Z
24312024-11-18T19:10:00.865Zinfo: running `cargo check --bins` on oximeter-types (50/171)
24322024-11-18T19:10:01.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-11-18T19:10:01.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-11-18T19:10:01.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-11-18T19:10:01.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24362024-11-18T19:10:01.505Z
24372024-11-18T19:10:01.505Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (51/171)
24382024-11-18T19:10:02.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-11-18T19:10:02.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-11-18T19:10:02.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24412024-11-18T19:10:02.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24422024-11-18T19:10:02.143Z
24432024-11-18T19:10:02.143Zinfo: running `cargo check --bins` on oxql-types (52/171)
24442024-11-18T19:10:02.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-11-18T19:10:02.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-11-18T19:10:02.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-11-18T19:10:02.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24482024-11-18T19:10:02.776Z
24492024-11-18T19:10:02.776Zinfo: running `cargo check --bins` on oximeter-test-utils (53/171)
24502024-11-18T19:10:03.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-11-18T19:10:03.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-11-18T19:10:03.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-11-18T19:10:03.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24542024-11-18T19:10:03.437Z
24552024-11-18T19:10:03.437Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/171)
24562024-11-18T19:10:04.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-11-18T19:10:04.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-11-18T19:10:04.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-11-18T19:10:04.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24602024-11-18T19:10:04.086Z
24612024-11-18T19:10:04.086Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171)
24622024-11-18T19:10:04.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-11-18T19:10:04.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-11-18T19:10:04.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-11-18T19:10:04.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24662024-11-18T19:10:04.748Z
24672024-11-18T19:10:04.748Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/171)
24682024-11-18T19:10:05.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-11-18T19:10:05.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-11-18T19:10:05.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-11-18T19:10:05.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24722024-11-18T19:10:05.392Z
24732024-11-18T19:10:05.392Zinfo: running `cargo check --bins` on cockroach-admin-client (57/171)
24742024-11-18T19:10:05.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-11-18T19:10:05.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-11-18T19:10:05.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-11-18T19:10:05.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24782024-11-18T19:10:06.008Z
24792024-11-18T19:10:06.008Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (58/171)
24802024-11-18T19:10:06.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-11-18T19:10:06.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-11-18T19:10:06.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-11-18T19:10:06.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24842024-11-18T19:10:06.644Z
24852024-11-18T19:10:06.644Zinfo: running `cargo check --bins` on dns-service-client (59/171)
24862024-11-18T19:10:07.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-11-18T19:10:07.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-11-18T19:10:07.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-11-18T19:10:07.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24902024-11-18T19:10:07.279Z
24912024-11-18T19:10:07.279Zinfo: running `cargo check --bins` on internal-dns-types (60/171)
24922024-11-18T19:10:07.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-11-18T19:10:07.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-11-18T19:10:07.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-11-18T19:10:07.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24962024-11-18T19:10:07.913Z
24972024-11-18T19:10:07.913Zinfo: running `cargo check --bins` on dpd-client (61/171)
24982024-11-18T19:10:08.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-11-18T19:10:08.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-11-18T19:10:08.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-11-18T19:10:08.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25022024-11-18T19:10:08.601Z
25032024-11-18T19:10:08.601Zinfo: running `cargo check --bins` on gateway-client (62/171)
25042024-11-18T19:10:09.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-11-18T19:10:09.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-11-18T19:10:09.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-11-18T19:10:09.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25082024-11-18T19:10:09.162Z
25092024-11-18T19:10:09.162Zinfo: running `cargo check --bins` on installinator-client (63/171)
25102024-11-18T19:10:09.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-11-18T19:10:09.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-11-18T19:10:09.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-11-18T19:10:09.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25142024-11-18T19:10:09.809Z
25152024-11-18T19:10:09.811Zinfo: running `cargo check --bins` on installinator-common (64/171)
25162024-11-18T19:10:10.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-11-18T19:10:10.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-11-18T19:10:10.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-11-18T19:10:10.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25202024-11-18T19:10:10.448Z
25212024-11-18T19:10:10.448Zinfo: running `cargo check --bins` on update-engine (65/171)
25222024-11-18T19:10:10.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-11-18T19:10:10.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-11-18T19:10:10.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-11-18T19:10:10.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25262024-11-18T19:10:11.066Z
25272024-11-18T19:10:11.067Zinfo: running `cargo check --bins` on nexus-client (66/171)
25282024-11-18T19:10:11.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-11-18T19:10:11.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-11-18T19:10:11.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-11-18T19:10:11.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25322024-11-18T19:10:11.717Z
25332024-11-18T19:10:11.718Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (67/171)
25342024-11-18T19:10:12.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-11-18T19:10:12.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-11-18T19:10:12.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-11-18T19:10:12.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25382024-11-18T19:10:12.371Z
25392024-11-18T19:10:12.371Zinfo: running `cargo check --bins` on omicron-passwords (68/171)
25402024-11-18T19:10:12.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-11-18T19:10:12.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-11-18T19:10:12.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-11-18T19:10:12.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25442024-11-18T19:10:13.000Z
25452024-11-18T19:10:13.000Zinfo: running `cargo check --bins` on nexus-types (69/171)
25462024-11-18T19:10:13.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-11-18T19:10:13.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-11-18T19:10:13.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-11-18T19:10:13.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25502024-11-18T19:10:13.657Z
25512024-11-18T19:10:13.657Zinfo: running `cargo check --bins` on oxide-client (70/171)
25522024-11-18T19:10:14.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-11-18T19:10:14.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-11-18T19:10:14.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-11-18T19:10:14.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25562024-11-18T19:10:14.272Z
25572024-11-18T19:10:14.273Zinfo: running `cargo check --bins` on oximeter-client (71/171)
25582024-11-18T19:10:14.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-11-18T19:10:14.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-11-18T19:10:14.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-11-18T19:10:14.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25622024-11-18T19:10:14.909Z
25632024-11-18T19:10:14.909Zinfo: running `cargo check --bins` on repo-depot-client (72/171)
25642024-11-18T19:10:15.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-11-18T19:10:15.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-11-18T19:10:15.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-11-18T19:10:15.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25682024-11-18T19:10:15.540Z
25692024-11-18T19:10:15.540Zinfo: running `cargo check --bins` on sled-agent-client (73/171)
25702024-11-18T19:10:16.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-11-18T19:10:16.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-11-18T19:10:16.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-11-18T19:10:16.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25742024-11-18T19:10:16.190Z
25752024-11-18T19:10:16.190Zinfo: running `cargo check --bins` on wicketd-client (74/171)
25762024-11-18T19:10:16.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-11-18T19:10:16.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-11-18T19:10:16.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-11-18T19:10:16.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25802024-11-18T19:10:16.861Z
25812024-11-18T19:10:16.861Zinfo: running `cargo check --bins` on sled-agent-types (75/171)
25822024-11-18T19:10:17.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-11-18T19:10:17.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-11-18T19:10:17.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-11-18T19:10:17.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25862024-11-18T19:10:17.530Z
25872024-11-18T19:10:17.530Zinfo: running `cargo check --bins` on wicket-common (76/171)
25882024-11-18T19:10:18.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-11-18T19:10:18.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-11-18T19:10:18.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-11-18T19:10:18.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25922024-11-18T19:10:18.196Z
25932024-11-18T19:10:18.196Zinfo: running `cargo check --bins` on omicron-cockroach-admin (77/171)
25942024-11-18T19:10:18.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-11-18T19:10:18.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-11-18T19:10:18.864Z Checking csv-core v0.1.11
25972024-11-18T19:10:18.867Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25982024-11-18T19:10:18.867Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25992024-11-18T19:10:19.184Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26002024-11-18T19:10:19.196Z Checking csv v1.3.0
26012024-11-18T19:10:19.773Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26022024-11-18T19:10:20.123Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26032024-11-18T19:10:21.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
26042024-11-18T19:10:21.762Z
26052024-11-18T19:10:21.762Zinfo: running `cargo check --bins` on cockroach-admin-api (78/171)
26062024-11-18T19:10:22.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-11-18T19:10:22.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-11-18T19:10:22.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-11-18T19:10:22.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26102024-11-18T19:10:22.402Z
26112024-11-18T19:10:22.402Zinfo: running `cargo check --bins` on cockroach-admin-types (79/171)
26122024-11-18T19:10:22.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-11-18T19:10:22.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-11-18T19:10:22.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-11-18T19:10:22.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26162024-11-18T19:10:23.056Z
26172024-11-18T19:10:23.057Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171)
26182024-11-18T19:10:23.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-11-18T19:10:23.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-11-18T19:10:23.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212024-11-18T19:10:23.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26222024-11-18T19:10:23.794Z
26232024-11-18T19:10:23.794Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171)
26242024-11-18T19:10:24.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252024-11-18T19:10:24.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262024-11-18T19:10:24.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272024-11-18T19:10:24.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26282024-11-18T19:10:24.534Z
26292024-11-18T19:10:24.534Zinfo: running `cargo check --bins` on dns-server (82/171)
26302024-11-18T19:10:25.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-11-18T19:10:25.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-11-18T19:10:25.191Z Compiling parking_lot_core v0.8.6
26332024-11-18T19:10:25.194Z Checking fxhash v0.2.1
26342024-11-18T19:10:25.194Z Checking hickory-server v0.24.1
26352024-11-18T19:10:25.194Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26362024-11-18T19:10:25.292Z Checking hickory-client v0.24.1
26372024-11-18T19:10:25.895Z Checking parking_lot v0.11.2
26382024-11-18T19:10:26.024Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26392024-11-18T19:10:26.024Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26402024-11-18T19:10:26.140Z Checking sled v0.34.7
26412024-11-18T19:10:27.971Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26422024-11-18T19:10:29.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
26432024-11-18T19:10:29.438Z
26442024-11-18T19:10:29.438Zinfo: running `cargo check --bins` on dns-server-api (83/171)
26452024-11-18T19:10:29.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462024-11-18T19:10:29.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472024-11-18T19:10:29.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482024-11-18T19:10:30.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26492024-11-18T19:10:30.073Z
26502024-11-18T19:10:30.073Zinfo: running `cargo check --bins` on gateway-test-utils (84/171)
26512024-11-18T19:10:30.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522024-11-18T19:10:30.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532024-11-18T19:10:30.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542024-11-18T19:10:30.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26552024-11-18T19:10:30.771Z
26562024-11-18T19:10:30.771Zinfo: running `cargo check --bins` on gateway-types (85/171)
26572024-11-18T19:10:31.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582024-11-18T19:10:31.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592024-11-18T19:10:31.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602024-11-18T19:10:31.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26612024-11-18T19:10:31.414Z
26622024-11-18T19:10:31.414Zinfo: running `cargo check --bins` on ipcc (86/171)
26632024-11-18T19:10:31.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642024-11-18T19:10:31.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652024-11-18T19:10:31.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662024-11-18T19:10:31.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26672024-11-18T19:10:32.054Z
26682024-11-18T19:10:32.054Zinfo: running `cargo check --bins` on omicron-gateway (87/171)
26692024-11-18T19:10:32.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-11-18T19:10:32.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-11-18T19:10:32.769Z Compiling radium v0.7.0
26722024-11-18T19:10:32.769Z Compiling semver v0.1.20
26732024-11-18T19:10:32.887Z Checking tap v1.0.1
26742024-11-18T19:10:32.887Z Compiling maybe-uninit v2.0.0
26752024-11-18T19:10:32.908Z Checking password-hash v0.5.0
26762024-11-18T19:10:32.911Z Checking blake2 v0.10.6
26772024-11-18T19:10:32.911Z Checking crc-catalog v2.4.0
26782024-11-18T19:10:32.911Z Compiling cancel-safe-futures v0.1.5
26792024-11-18T19:10:33.029Z Checking wyz v0.5.1
26802024-11-18T19:10:33.057Z Checking funty v2.0.0
26812024-11-18T19:10:33.258Z Compiling rustc_version v0.1.7
26822024-11-18T19:10:33.341Z Compiling owo-colors v4.1.0
26832024-11-18T19:10:33.409Z Compiling packed_struct v0.10.1
26842024-11-18T19:10:33.426Z Checking argon2 v0.5.3
26852024-11-18T19:10:33.540Z Checking crc v3.2.1
26862024-11-18T19:10:33.559Z Compiling packed_struct_codegen v0.10.1
26872024-11-18T19:10:33.639Z Compiling indexmap v1.9.3
26882024-11-18T19:10:33.686Z Checking half v2.4.1
26892024-11-18T19:10:33.758Z Compiling newtype_derive v0.1.6
26902024-11-18T19:10:33.888Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26912024-11-18T19:10:33.938Z Checking ciborium-io v0.2.2
26922024-11-18T19:10:33.955Z Checking nodrop v0.1.14
26932024-11-18T19:10:34.011Z Checking bitvec v1.0.1
26942024-11-18T19:10:34.068Z Checking array-init v0.0.4
26952024-11-18T19:10:34.111Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26962024-11-18T19:10:34.145Z Checking ciborium-ll v0.2.2
26972024-11-18T19:10:34.204Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26982024-11-18T19:10:34.271Z Checking smallvec v0.6.14
26992024-11-18T19:10:34.439Z Checking libsw v3.3.1
27002024-11-18T19:10:34.665Z Compiling memoffset v0.9.1
27012024-11-18T19:10:34.742Z Checking bitfield v0.14.0
27022024-11-18T19:10:34.902Z Checking swrite v0.1.0
27032024-11-18T19:10:34.933Z Checking termcolor v1.4.1
27042024-11-18T19:10:34.978Z Checking linear-map v1.2.0
27052024-11-18T19:10:35.003Z Checking indent_write v2.2.0
27062024-11-18T19:10:35.020Z Checking hashbrown v0.12.3
27072024-11-18T19:10:35.052Z Checking serde-hex v0.1.0
27082024-11-18T19:10:35.204Z Checking ron v0.8.1
27092024-11-18T19:10:35.372Z Checking env_logger v0.10.2
27102024-11-18T19:10:35.462Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27112024-11-18T19:10:35.799Z Checking ciborium v0.2.2
27122024-11-18T19:10:35.965Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27132024-11-18T19:10:36.430Z Checking steno v0.4.1
27142024-11-18T19:10:36.706Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27152024-11-18T19:10:36.792Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27162024-11-18T19:10:36.829Z Checking hashbrown v0.13.2
27172024-11-18T19:10:36.959Z Checking humantime v2.1.0
27182024-11-18T19:10:37.145Z Checking crc-any v2.5.0
27192024-11-18T19:10:37.271Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27202024-11-18T19:10:37.556Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27212024-11-18T19:10:37.708Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27222024-11-18T19:10:37.891Z Checking object v0.30.4
27232024-11-18T19:10:38.007Z Checking path-slash v0.1.5
27242024-11-18T19:10:38.220Z Checking nix v0.27.1
27252024-11-18T19:10:38.236Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27262024-11-18T19:10:38.768Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27272024-11-18T19:10:38.985Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27282024-11-18T19:10:39.242Z Checking tungstenite v0.23.0
27292024-11-18T19:10:39.262Z Checking kstat-rs v0.2.4
27302024-11-18T19:10:39.477Z Checking signal-hook-tokio v0.3.1
27312024-11-18T19:10:39.587Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322024-11-18T19:10:40.137Z Checking tokio-tungstenite v0.23.1
27332024-11-18T19:10:40.801Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27342024-11-18T19:10:40.883Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27352024-11-18T19:10:40.916Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27362024-11-18T19:10:48.036Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27372024-11-18T19:10:49.383Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27382024-11-18T19:10:51.503Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27392024-11-18T19:10:57.396Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402024-11-18T19:10:58.101Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27412024-11-18T19:11:01.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.94s
27422024-11-18T19:11:01.185Z
27432024-11-18T19:11:01.185Zinfo: running `cargo check --bins` on gateway-api (88/171)
27442024-11-18T19:11:01.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452024-11-18T19:11:01.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462024-11-18T19:11:01.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472024-11-18T19:11:01.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27482024-11-18T19:11:01.831Z
27492024-11-18T19:11:01.831Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171)
27502024-11-18T19:11:02.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512024-11-18T19:11:02.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522024-11-18T19:11:02.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532024-11-18T19:11:02.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27542024-11-18T19:11:02.445Z
27552024-11-18T19:11:02.445Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171)
27562024-11-18T19:11:03.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572024-11-18T19:11:03.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582024-11-18T19:11:03.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592024-11-18T19:11:03.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27602024-11-18T19:11:03.082Z
27612024-11-18T19:11:03.082Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171)
27622024-11-18T19:11:03.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632024-11-18T19:11:03.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642024-11-18T19:11:03.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652024-11-18T19:11:03.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27662024-11-18T19:11:03.725Z
27672024-11-18T19:11:03.725Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171)
27682024-11-18T19:11:04.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-11-18T19:11:04.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-11-18T19:11:04.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-11-18T19:11:04.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27722024-11-18T19:11:04.362Z
27732024-11-18T19:11:04.362Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171)
27742024-11-18T19:11:04.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-11-18T19:11:04.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-11-18T19:11:04.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-11-18T19:11:04.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27782024-11-18T19:11:05.008Z
27792024-11-18T19:11:05.008Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171)
27802024-11-18T19:11:05.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-11-18T19:11:05.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-11-18T19:11:05.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-11-18T19:11:05.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27842024-11-18T19:11:05.650Z
27852024-11-18T19:11:05.650Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171)
27862024-11-18T19:11:06.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-11-18T19:11:06.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-11-18T19:11:06.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-11-18T19:11:06.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27902024-11-18T19:11:06.290Z
27912024-11-18T19:11:06.290Zinfo: running `cargo check --bins` on oximeter-producer (96/171)
27922024-11-18T19:11:06.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-11-18T19:11:06.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-11-18T19:11:06.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-11-18T19:11:06.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27962024-11-18T19:11:06.961Z
27972024-11-18T19:11:06.961Zinfo: running `cargo check --bins` on internal-dns-resolver (97/171)
27982024-11-18T19:11:07.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-11-18T19:11:07.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-11-18T19:11:07.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-11-18T19:11:07.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28022024-11-18T19:11:07.607Z
28032024-11-18T19:11:07.607Zinfo: running `cargo check --bins` on sp-sim (98/171)
28042024-11-18T19:11:08.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-11-18T19:11:08.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-11-18T19:11:08.261Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28072024-11-18T19:11:10.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
28082024-11-18T19:11:10.356Z
28092024-11-18T19:11:10.356Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171)
28102024-11-18T19:11:10.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-11-18T19:11:10.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-11-18T19:11:10.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-11-18T19:11:10.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28142024-11-18T19:11:11.047Z
28152024-11-18T19:11:11.047Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171)
28162024-11-18T19:11:11.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-11-18T19:11:11.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-11-18T19:11:11.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-11-18T19:11:11.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28202024-11-18T19:11:11.758Z
28212024-11-18T19:11:11.758Zinfo: running `cargo check --bins` on db-macros (101/171)
28222024-11-18T19:11:12.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-11-18T19:11:12.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-11-18T19:11:12.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-11-18T19:11:12.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28262024-11-18T19:11:12.387Z
28272024-11-18T19:11:12.387Zinfo: running `cargo check --bins` on nexus-macros-common (102/171)
28282024-11-18T19:11:12.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-11-18T19:11:12.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-11-18T19:11:12.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312024-11-18T19:11:12.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28322024-11-18T19:11:13.005Z
28332024-11-18T19:11:13.005Zinfo: running `cargo check --bins` on nexus-auth (103/171)
28342024-11-18T19:11:13.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-11-18T19:11:13.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-11-18T19:11:13.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-11-18T19:11:13.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28382024-11-18T19:11:13.681Z
28392024-11-18T19:11:13.681Zinfo: running `cargo check --bins` on authz-macros (104/171)
28402024-11-18T19:11:14.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-11-18T19:11:14.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-11-18T19:11:14.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-11-18T19:11:14.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28442024-11-18T19:11:14.313Z
28452024-11-18T19:11:14.313Zinfo: running `cargo check --bins` on nexus-db-fixed-data (105/171)
28462024-11-18T19:11:14.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-11-18T19:11:14.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-11-18T19:11:14.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-11-18T19:11:14.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28502024-11-18T19:11:14.976Z
28512024-11-18T19:11:14.977Zinfo: running `cargo check --bins` on nexus-db-model (106/171)
28522024-11-18T19:11:15.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-11-18T19:11:15.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-11-18T19:11:15.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-11-18T19:11:15.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28562024-11-18T19:11:15.649Z
28572024-11-18T19:11:15.649Zinfo: running `cargo check --bins` on nexus-defaults (107/171)
28582024-11-18T19:11:16.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-11-18T19:11:16.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-11-18T19:11:16.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-11-18T19:11:16.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28622024-11-18T19:11:16.295Z
28632024-11-18T19:11:16.295Zinfo: running `cargo check --bins` on nexus-inventory (108/171)
28642024-11-18T19:11:16.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-11-18T19:11:16.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-11-18T19:11:16.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-11-18T19:11:16.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28682024-11-18T19:11:16.951Z
28692024-11-18T19:11:16.951Zinfo: running `cargo check --bins` on typed-rng (109/171)
28702024-11-18T19:11:17.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-11-18T19:11:17.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-11-18T19:11:17.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-11-18T19:11:17.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28742024-11-18T19:11:17.574Z
28752024-11-18T19:11:17.575Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171)
28762024-11-18T19:11:18.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-11-18T19:11:18.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-11-18T19:11:18.334Z Checking keccak v0.1.5
28792024-11-18T19:11:18.438Z Checking secrecy v0.8.0
28802024-11-18T19:11:18.440Z Compiling unicase v2.7.0
28812024-11-18T19:11:18.440Z Compiling same-file v1.0.6
28822024-11-18T19:11:18.462Z Compiling tempfile v3.13.0
28832024-11-18T19:11:18.491Z Compiling thiserror-impl-no-std v2.0.2
28842024-11-18T19:11:18.491Z Checking universal-hash v0.5.1
28852024-11-18T19:11:18.494Z Compiling blake3 v1.5.4
28862024-11-18T19:11:18.663Z Compiling walkdir v2.5.0
28872024-11-18T19:11:18.733Z Checking sha3 v0.10.8
28882024-11-18T19:11:18.733Z Compiling ring v0.16.20
28892024-11-18T19:11:18.740Z Checking opaque-debug v0.3.1
28902024-11-18T19:11:18.852Z Checking poly1305 v0.8.0
28912024-11-18T19:11:18.968Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28922024-11-18T19:11:19.118Z Checking chacha20 v0.9.1
28932024-11-18T19:11:19.273Z Checking aead v0.5.2
28942024-11-18T19:11:19.339Z Compiling memmap2 v0.9.5
28952024-11-18T19:11:19.357Z Compiling arrayvec v0.7.6
28962024-11-18T19:11:19.431Z Compiling arrayref v0.3.9
28972024-11-18T19:11:19.477Z Compiling constant_time_eq v0.3.1
28982024-11-18T19:11:19.494Z Compiling salty v0.3.0
28992024-11-18T19:11:19.536Z Compiling libefi-sys v0.1.0
29002024-11-18T19:11:19.648Z Compiling spin v0.5.2
29012024-11-18T19:11:19.774Z Checking chacha20poly1305 v0.10.1
29022024-11-18T19:11:19.859Z Compiling toolchain_find v0.4.0
29032024-11-18T19:11:19.878Z Compiling camino-tempfile v1.1.1
29042024-11-18T19:11:19.929Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29052024-11-18T19:11:19.943Z Compiling bitfield-struct v0.6.2
29062024-11-18T19:11:20.286Z Compiling topological-sort v0.2.2
29072024-11-18T19:11:20.383Z Compiling mime_guess v2.0.5
29082024-11-18T19:11:20.434Z Compiling rustfmt-wrapper v0.2.1
29092024-11-18T19:11:20.948Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29102024-11-18T19:11:21.007Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29112024-11-18T19:11:21.053Z Checking primeorder v0.13.6
29122024-11-18T19:11:21.113Z Checking env_filter v0.1.2
29132024-11-18T19:11:21.312Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29142024-11-18T19:11:21.351Z Checking env_logger v0.11.5
29152024-11-18T19:11:21.368Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29162024-11-18T19:11:21.515Z Checking p384 v0.13.0
29172024-11-18T19:11:21.656Z Checking thiserror-no-std v2.0.2
29182024-11-18T19:11:21.673Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29192024-11-18T19:11:21.702Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29202024-11-18T19:11:21.761Z Checking vsss-rs v3.3.4
29212024-11-18T19:11:21.921Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29222024-11-18T19:11:21.944Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29232024-11-18T19:11:22.025Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29242024-11-18T19:11:22.336Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29252024-11-18T19:11:22.361Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29262024-11-18T19:11:22.416Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29272024-11-18T19:11:22.636Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29282024-11-18T19:11:22.944Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29292024-11-18T19:11:22.977Z Checking nanorand v0.7.0
29302024-11-18T19:11:23.010Z Checking atty v0.2.14
29312024-11-18T19:11:23.052Z Checking http-range v0.1.5
29322024-11-18T19:11:23.135Z Checking glob v0.3.1
29332024-11-18T19:11:23.234Z Checking hyper-staticfile v0.10.1
29342024-11-18T19:11:23.356Z Checking flume v0.11.1
29352024-11-18T19:11:23.477Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29362024-11-18T19:11:23.791Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29372024-11-18T19:11:23.945Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29382024-11-18T19:11:24.124Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29392024-11-18T19:11:24.560Z Compiling omicron-zone-package v0.11.1
29402024-11-18T19:11:24.846Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29412024-11-18T19:11:25.361Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29422024-11-18T19:11:25.899Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29432024-11-18T19:11:26.102Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29442024-11-18T19:11:26.166Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29452024-11-18T19:11:26.566Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29462024-11-18T19:11:28.027Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29472024-11-18T19:11:28.641Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29482024-11-18T19:11:30.844Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29492024-11-18T19:11:30.847Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29502024-11-18T19:11:40.988Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29512024-11-18T19:11:54.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s
29522024-11-18T19:11:54.521Z
29532024-11-18T19:11:54.521Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171)
29542024-11-18T19:11:55.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-11-18T19:11:55.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-11-18T19:11:55.286Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29572024-11-18T19:12:08.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
29582024-11-18T19:12:09.129Z
29592024-11-18T19:12:09.129Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171)
29602024-11-18T19:12:09.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-11-18T19:12:09.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-11-18T19:12:09.880Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29632024-11-18T19:12:23.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s
29642024-11-18T19:12:23.706Z
29652024-11-18T19:12:23.706Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171)
29662024-11-18T19:12:24.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-11-18T19:12:24.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-11-18T19:12:24.451Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29692024-11-18T19:12:38.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
29702024-11-18T19:12:38.271Z
29712024-11-18T19:12:38.271Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171)
29722024-11-18T19:12:38.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-11-18T19:12:38.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-11-18T19:12:39.021Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29752024-11-18T19:12:52.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
29762024-11-18T19:12:52.795Z
29772024-11-18T19:12:52.795Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171)
29782024-11-18T19:12:53.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-11-18T19:12:53.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-11-18T19:12:53.533Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29812024-11-18T19:13:07.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
29822024-11-18T19:13:07.330Z
29832024-11-18T19:13:07.330Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171)
29842024-11-18T19:13:07.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-11-18T19:13:07.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-11-18T19:13:08.086Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29872024-11-18T19:13:21.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s
29882024-11-18T19:13:21.963Z
29892024-11-18T19:13:21.963Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171)
29902024-11-18T19:13:22.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-11-18T19:13:22.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-11-18T19:13:22.713Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29932024-11-18T19:13:36.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
29942024-11-18T19:13:36.481Z
29952024-11-18T19:13:36.481Zinfo: running `cargo check --bins` on bootstrap-agent-api (118/171)
29962024-11-18T19:13:37.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-11-18T19:13:37.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-11-18T19:13:37.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992024-11-18T19:13:37.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30002024-11-18T19:13:37.147Z
30012024-11-18T19:13:37.147Zinfo: running `cargo check --bins` on key-manager (119/171)
30022024-11-18T19:13:37.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032024-11-18T19:13:37.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042024-11-18T19:13:37.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052024-11-18T19:13:37.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30062024-11-18T19:13:37.785Z
30072024-11-18T19:13:37.785Zinfo: running `cargo check --bins` on repo-depot-api (120/171)
30082024-11-18T19:13:38.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092024-11-18T19:13:38.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102024-11-18T19:13:38.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112024-11-18T19:13:38.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30122024-11-18T19:13:38.424Z
30132024-11-18T19:13:38.424Zinfo: running `cargo check --bins` on sled-agent-api (121/171)
30142024-11-18T19:13:39.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152024-11-18T19:13:39.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162024-11-18T19:13:39.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172024-11-18T19:13:39.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30182024-11-18T19:13:39.085Z
30192024-11-18T19:13:39.085Zinfo: running `cargo check --bins` on sled-hardware (122/171)
30202024-11-18T19:13:39.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-11-18T19:13:39.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-11-18T19:13:39.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232024-11-18T19:13:39.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30242024-11-18T19:13:39.745Z
30252024-11-18T19:13:39.745Zinfo: running `cargo check --bins --no-default-features` on sled-storage (123/171)
30262024-11-18T19:13:40.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272024-11-18T19:13:40.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282024-11-18T19:13:40.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292024-11-18T19:13:40.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30302024-11-18T19:13:40.408Z
30312024-11-18T19:13:40.408Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171)
30322024-11-18T19:13:40.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332024-11-18T19:13:40.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342024-11-18T19:13:40.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352024-11-18T19:13:40.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30362024-11-18T19:13:41.075Z
30372024-11-18T19:13:41.075Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (125/171)
30382024-11-18T19:13:41.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392024-11-18T19:13:41.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402024-11-18T19:13:41.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412024-11-18T19:13:41.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30422024-11-18T19:13:41.734Z
30432024-11-18T19:13:41.734Zinfo: running `cargo check --bins` on nexus-test-interface (126/171)
30442024-11-18T19:13:42.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452024-11-18T19:13:42.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462024-11-18T19:13:42.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472024-11-18T19:13:42.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30482024-11-18T19:13:42.397Z
30492024-11-18T19:13:42.398Zinfo: running `cargo check --bins` on oximeter-collector (127/171)
30502024-11-18T19:13:42.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512024-11-18T19:13:42.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522024-11-18T19:13:43.099Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30532024-11-18T19:13:43.099Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30542024-11-18T19:13:43.856Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30552024-11-18T19:13:45.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
30562024-11-18T19:13:45.944Z
30572024-11-18T19:13:45.945Zinfo: running `cargo check --bins` on oximeter-api (128/171)
30582024-11-18T19:13:46.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-11-18T19:13:46.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-11-18T19:13:46.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-11-18T19:13:46.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30622024-11-18T19:13:46.579Z
30632024-11-18T19:13:46.579Zinfo: running `cargo check --bins` on cert-dev (129/171)
30642024-11-18T19:13:47.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-11-18T19:13:47.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-11-18T19:13:47.203Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30672024-11-18T19:13:47.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30682024-11-18T19:13:47.652Z
30692024-11-18T19:13:47.652Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (130/171)
30702024-11-18T19:13:48.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712024-11-18T19:13:48.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722024-11-18T19:13:48.344Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30732024-11-18T19:13:48.344Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30742024-11-18T19:13:48.941Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30752024-11-18T19:13:49.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
30762024-11-18T19:13:49.497Z
30772024-11-18T19:13:49.497Zinfo: running `cargo check --bins` on ch-dev (131/171)
30782024-11-18T19:13:50.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-11-18T19:13:50.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-11-18T19:13:50.160Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30812024-11-18T19:13:50.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
30822024-11-18T19:13:51.077Z
30832024-11-18T19:13:51.077Zinfo: running `cargo check --bins` on crdb-seed (132/171)
30842024-11-18T19:13:51.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-11-18T19:13:51.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-11-18T19:13:51.748Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30872024-11-18T19:13:52.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
30882024-11-18T19:13:52.302Z
30892024-11-18T19:13:52.302Zinfo: running `cargo check --bins` on db-dev (133/171)
30902024-11-18T19:13:52.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912024-11-18T19:13:52.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922024-11-18T19:13:52.982Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30932024-11-18T19:13:53.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
30942024-11-18T19:13:53.914Z
30952024-11-18T19:13:53.914Zinfo: running `cargo check --bins` on omicron-dev-lib (134/171)
30962024-11-18T19:13:54.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972024-11-18T19:13:54.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982024-11-18T19:13:54.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992024-11-18T19:13:54.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31002024-11-18T19:13:54.574Z
31012024-11-18T19:13:54.574Zinfo: running `cargo check --bins` on xtask-downloader (135/171)
31022024-11-18T19:13:55.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032024-11-18T19:13:55.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042024-11-18T19:13:55.204Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31052024-11-18T19:13:56.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
31062024-11-18T19:13:56.336Z
31072024-11-18T19:13:56.336Zinfo: running `cargo check --bins` on omicron-ls-apis (136/171)
31082024-11-18T19:13:56.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092024-11-18T19:13:56.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102024-11-18T19:13:56.944Z Checking cargo-platform v0.1.8
31112024-11-18T19:13:57.217Z Checking cargo_metadata v0.18.1
31122024-11-18T19:13:58.242Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31132024-11-18T19:13:59.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
31142024-11-18T19:13:59.165Z
31152024-11-18T19:13:59.165Zinfo: running `cargo check --bins` on mgs-dev (137/171)
31162024-11-18T19:13:59.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-11-18T19:13:59.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-11-18T19:13:59.897Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31192024-11-18T19:14:00.620Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31202024-11-18T19:14:01.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
31212024-11-18T19:14:01.364Z
31222024-11-18T19:14:01.364Zinfo: running `cargo check --bins` on omicron-omdb (138/171)
31232024-11-18T19:14:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242024-11-18T19:14:02.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252024-11-18T19:14:02.164Z Compiling crunchy v0.2.2
31262024-11-18T19:14:02.168Z Compiling tiny-keccak v2.0.2
31272024-11-18T19:14:02.168Z Compiling dsl_auto_type v0.1.2
31282024-11-18T19:14:02.168Z Checking scheduled-thread-pool v0.2.7
31292024-11-18T19:14:02.169Z Compiling diesel_table_macro_syntax v0.2.0
31302024-11-18T19:14:02.313Z Compiling ascii-canvas v3.0.0
31312024-11-18T19:14:02.318Z Compiling ena v0.14.3
31322024-11-18T19:14:02.326Z Compiling diff v0.1.13
31332024-11-18T19:14:02.486Z Checking r2d2 v0.8.10
31342024-11-18T19:14:02.567Z Compiling regex-syntax v0.6.29
31352024-11-18T19:14:02.730Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31362024-11-18T19:14:02.774Z Compiling ref-cast v1.0.23
31372024-11-18T19:14:02.817Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31382024-11-18T19:14:02.912Z Compiling derive_builder_core v0.20.2
31392024-11-18T19:14:02.955Z Compiling libxml v0.3.3
31402024-11-18T19:14:03.013Z Compiling ref-cast-impl v1.0.23
31412024-11-18T19:14:03.088Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31422024-11-18T19:14:03.372Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31432024-11-18T19:14:03.390Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31442024-11-18T19:14:03.538Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31452024-11-18T19:14:03.650Z Compiling strum_macros v0.24.3
31462024-11-18T19:14:03.692Z Compiling samael v0.0.17
31472024-11-18T19:14:03.989Z Compiling indoc v1.0.9
31482024-11-18T19:14:04.030Z Compiling diesel_derives v2.2.3
31492024-11-18T19:14:04.934Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31502024-11-18T19:14:05.224Z Compiling oso-derive v0.27.3
31512024-11-18T19:14:05.474Z Compiling derive_builder_macro v0.20.2
31522024-11-18T19:14:06.128Z Compiling lalrpop v0.19.12
31532024-11-18T19:14:06.286Z Compiling impl-trait-for-tuples v0.2.2
31542024-11-18T19:14:06.337Z Checking derive_builder v0.20.2
31552024-11-18T19:14:10.377Z Checking quick-xml v0.33.0
31562024-11-18T19:14:10.426Z Compiling diesel-dtrace v0.3.0
31572024-11-18T19:14:10.426Z Checking maplit v1.0.2
31582024-11-18T19:14:10.426Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31592024-11-18T19:14:10.426Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31602024-11-18T19:14:10.426Z Checking bb8 v0.8.5
31612024-11-18T19:14:10.426Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31622024-11-18T19:14:10.426Z Checking castaway v0.2.3
31632024-11-18T19:14:10.426Z Checking rand_seeder v0.3.0
31642024-11-18T19:14:10.426Z Checking compact_str v0.8.0
31652024-11-18T19:14:10.426Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31662024-11-18T19:14:10.426Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31672024-11-18T19:14:10.426Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31682024-11-18T19:14:10.516Z Checking unicode-truncate v1.1.0
31692024-11-18T19:14:10.516Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31702024-11-18T19:14:10.516Z Checking lru v0.12.5
31712024-11-18T19:14:10.516Z Compiling instability v0.3.2
31722024-11-18T19:14:10.516Z Checking cassowary v0.3.0
31732024-11-18T19:14:10.516Z Checking unicode-linebreak v0.1.5
31742024-11-18T19:14:10.516Z Checking is_ci v1.2.0
31752024-11-18T19:14:10.516Z Checking smawk v0.3.2
31762024-11-18T19:14:10.516Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31772024-11-18T19:14:10.545Z Checking supports-color v3.0.1
31782024-11-18T19:14:10.603Z Checking textwrap v0.16.1
31792024-11-18T19:14:10.730Z Checking ratatui v0.28.1
31802024-11-18T19:14:10.758Z Checking multimap v0.10.0
31812024-11-18T19:14:13.985Z Checking diesel v2.2.4
31822024-11-18T19:14:40.038Z Compiling polar-core v0.27.3
31832024-11-18T19:14:44.229Z Checking async-bb8-diesel v0.2.1
31842024-11-18T19:14:47.600Z Checking oso v0.27.3
31852024-11-18T19:15:57.394Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31862024-11-18T19:16:03.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s
31872024-11-18T19:16:03.945Z
31882024-11-18T19:16:03.945Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171)
31892024-11-18T19:16:04.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902024-11-18T19:16:04.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912024-11-18T19:16:04.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922024-11-18T19:16:04.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31932024-11-18T19:16:04.632Z
31942024-11-18T19:16:04.632Zinfo: running `cargo check --bins` on nexus-saga-recovery (140/171)
31952024-11-18T19:16:05.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962024-11-18T19:16:05.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972024-11-18T19:16:05.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982024-11-18T19:16:05.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31992024-11-18T19:16:05.309Z
32002024-11-18T19:16:05.309Zinfo: running `cargo check --bins` on nexus-test-utils-macros (141/171)
32012024-11-18T19:16:05.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022024-11-18T19:16:05.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032024-11-18T19:16:05.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042024-11-18T19:16:05.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32052024-11-18T19:16:05.930Z
32062024-11-18T19:16:05.930Zinfo: running `cargo check --bins` on omicron-nexus (142/171)
32072024-11-18T19:16:06.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082024-11-18T19:16:06.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092024-11-18T19:16:06.747Z Compiling libz-sys v1.1.20
32102024-11-18T19:16:06.860Z Compiling libgit2-sys v0.17.0+1.8.1
32112024-11-18T19:16:06.873Z Compiling vergen v8.3.2
32122024-11-18T19:16:06.877Z Compiling cargo-platform v0.1.8
32132024-11-18T19:16:06.877Z Compiling pin-project-internal v1.1.6
32142024-11-18T19:16:06.913Z Compiling snafu-derive v0.8.5
32152024-11-18T19:16:06.913Z Compiling libsqlite3-sys v0.30.1
32162024-11-18T19:16:06.917Z Compiling cfg_aliases v0.2.1
32172024-11-18T19:16:07.043Z Compiling zip v2.1.3
32182024-11-18T19:16:07.165Z Checking simd-adler32 v0.3.7
32192024-11-18T19:16:07.350Z Compiling cargo_metadata v0.18.1
32202024-11-18T19:16:07.436Z Compiling rustls v0.21.12
32212024-11-18T19:16:07.467Z Compiling buf-list v1.0.3
32222024-11-18T19:16:07.557Z Checking bumpalo v3.16.0
32232024-11-18T19:16:07.702Z Checking lockfree-object-pool v0.1.6
32242024-11-18T19:16:07.927Z Compiling nix v0.29.0
32252024-11-18T19:16:07.952Z Checking globset v0.4.15
32262024-11-18T19:16:07.970Z Checking zopfli v0.8.1
32272024-11-18T19:16:08.210Z Checking olpc-cjson v0.1.4
32282024-11-18T19:16:08.440Z Checking sct v0.7.1
32292024-11-18T19:16:08.459Z Checking rustls-webpki v0.101.7
32302024-11-18T19:16:08.645Z Checking serde_plain v1.0.2
32312024-11-18T19:16:08.649Z Checking typed-path v0.9.3
32322024-11-18T19:16:09.561Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32332024-11-18T19:16:09.853Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32342024-11-18T19:16:09.965Z Checking pin-project v1.1.6
32352024-11-18T19:16:09.984Z Checking hashlink v0.9.1
32362024-11-18T19:16:10.106Z Checking fallible-iterator v0.3.0
32372024-11-18T19:16:10.140Z Checking parse-size v1.1.0
32382024-11-18T19:16:10.327Z Checking fallible-streaming-iterator v0.1.9
32392024-11-18T19:16:10.641Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32402024-11-18T19:16:10.655Z Checking rustls-pemfile v1.0.4
32412024-11-18T19:16:10.764Z Checking rusqlite v0.32.1
32422024-11-18T19:16:10.829Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32432024-11-18T19:16:11.017Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32442024-11-18T19:16:11.107Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32452024-11-18T19:16:11.143Z Checking twox-hash v1.6.3
32462024-11-18T19:16:11.249Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472024-11-18T19:16:11.720Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32482024-11-18T19:16:12.351Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32492024-11-18T19:16:12.493Z Checking tokio-rustls v0.24.1
32502024-11-18T19:16:12.520Z Checking snafu v0.8.5
32512024-11-18T19:16:12.563Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32522024-11-18T19:16:12.919Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32532024-11-18T19:16:12.967Z Checking fatfs v0.3.6
32542024-11-18T19:16:13.043Z Checking tough v0.19.0
32552024-11-18T19:16:13.188Z Checking assert_matches v1.5.0
32562024-11-18T19:16:17.372Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32572024-11-18T19:16:18.816Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32582024-11-18T19:16:19.604Z Compiling git2 v0.19.0
32592024-11-18T19:16:24.530Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32602024-11-18T19:17:20.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
32612024-11-18T19:17:20.675Z
32622024-11-18T19:17:20.675Zinfo: running `cargo check --bins` on nexus-external-api (143/171)
32632024-11-18T19:17:21.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642024-11-18T19:17:21.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652024-11-18T19:17:21.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662024-11-18T19:17:21.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32672024-11-18T19:17:21.371Z
32682024-11-18T19:17:21.371Zinfo: running `cargo check --bins` on openapi-manager-types (144/171)
32692024-11-18T19:17:21.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702024-11-18T19:17:21.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712024-11-18T19:17:21.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722024-11-18T19:17:21.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32732024-11-18T19:17:21.986Z
32742024-11-18T19:17:21.986Zinfo: running `cargo check --bins` on nexus-internal-api (145/171)
32752024-11-18T19:17:22.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762024-11-18T19:17:22.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772024-11-18T19:17:22.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782024-11-18T19:17:22.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32792024-11-18T19:17:22.668Z
32802024-11-18T19:17:22.668Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (146/171)
32812024-11-18T19:17:23.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822024-11-18T19:17:23.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832024-11-18T19:17:23.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842024-11-18T19:17:23.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32852024-11-18T19:17:23.342Z
32862024-11-18T19:17:23.342Zinfo: running `cargo check --bins` on nexus-networking (147/171)
32872024-11-18T19:17:23.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882024-11-18T19:17:23.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892024-11-18T19:17:23.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902024-11-18T19:17:23.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32912024-11-18T19:17:24.018Z
32922024-11-18T19:17:24.018Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (148/171)
32932024-11-18T19:17:24.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942024-11-18T19:17:24.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952024-11-18T19:17:24.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962024-11-18T19:17:24.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32972024-11-18T19:17:24.699Z
32982024-11-18T19:17:24.700Zinfo: running `cargo check --bins` on update-common (149/171)
32992024-11-18T19:17:25.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002024-11-18T19:17:25.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012024-11-18T19:17:25.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022024-11-18T19:17:25.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33032024-11-18T19:17:25.359Z
33042024-11-18T19:17:25.359Zinfo: running `cargo check --bins` on tufaceous-lib (150/171)
33052024-11-18T19:17:25.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062024-11-18T19:17:25.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072024-11-18T19:17:25.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082024-11-18T19:17:25.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33092024-11-18T19:17:26.017Z
33102024-11-18T19:17:26.017Zinfo: running `cargo check --bins` on tufaceous (151/171)
33112024-11-18T19:17:26.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122024-11-18T19:17:26.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132024-11-18T19:17:26.702Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33142024-11-18T19:17:27.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
33152024-11-18T19:17:27.879Z
33162024-11-18T19:17:27.879Zinfo: running `cargo check --bins` on omicron-dev (152/171)
33172024-11-18T19:17:28.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182024-11-18T19:17:28.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192024-11-18T19:17:28.747Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33202024-11-18T19:17:28.873Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33212024-11-18T19:17:28.875Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33222024-11-18T19:17:28.875Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33232024-11-18T19:17:56.275Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33242024-11-18T19:17:56.275Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33252024-11-18T19:17:56.277Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33262024-11-18T19:17:56.277Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33272024-11-18T19:17:56.277Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33282024-11-18T19:17:57.248Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33292024-11-18T19:17:58.518Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33302024-11-18T19:18:39.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
33312024-11-18T19:18:39.511Z
33322024-11-18T19:18:39.511Zinfo: running `cargo check --bins` on openapi-manager (153/171)
33332024-11-18T19:18:40.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342024-11-18T19:18:40.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352024-11-18T19:18:40.227Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33362024-11-18T19:18:40.227Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33372024-11-18T19:18:40.229Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33382024-11-18T19:18:41.853Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33392024-11-18T19:18:42.757Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33402024-11-18T19:18:43.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
33412024-11-18T19:18:44.057Z
33422024-11-18T19:18:44.057Zinfo: running `cargo check --bins` on installinator-api (154/171)
33432024-11-18T19:18:44.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442024-11-18T19:18:44.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452024-11-18T19:18:44.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462024-11-18T19:18:44.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33472024-11-18T19:18:44.723Z
33482024-11-18T19:18:44.723Zinfo: running `cargo check --bins` on wicketd-api (155/171)
33492024-11-18T19:18:45.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502024-11-18T19:18:45.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512024-11-18T19:18:45.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522024-11-18T19:18:45.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33532024-11-18T19:18:45.406Z
33542024-11-18T19:18:45.406Zinfo: running `cargo check --bins` on reconfigurator-cli (156/171)
33552024-11-18T19:18:45.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562024-11-18T19:18:45.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572024-11-18T19:18:46.101Z Compiling petname v2.0.2
33582024-11-18T19:18:46.103Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33592024-11-18T19:18:46.103Z Checking sync-ptr v0.1.1
33602024-11-18T19:18:47.583Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33612024-11-18T19:18:49.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s
33622024-11-18T19:18:49.313Z
33632024-11-18T19:18:49.313Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171)
33642024-11-18T19:18:49.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652024-11-18T19:18:49.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662024-11-18T19:18:49.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672024-11-18T19:18:49.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33682024-11-18T19:18:49.974Z
33692024-11-18T19:18:49.974Zinfo: running `cargo check --bins` on omicron-releng (158/171)
33702024-11-18T19:18:50.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712024-11-18T19:18:50.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722024-11-18T19:18:50.658Z Checking memmap2 v0.9.5
33732024-11-18T19:18:50.658Z Checking spin v0.5.2
33742024-11-18T19:18:50.660Z Checking arrayref v0.3.9
33752024-11-18T19:18:50.660Z Checking constant_time_eq v0.3.1
33762024-11-18T19:18:50.660Z Checking arrayvec v0.7.6
33772024-11-18T19:18:50.660Z Checking topological-sort v0.2.2
33782024-11-18T19:18:50.761Z Checking shell-words v1.1.0
33792024-11-18T19:18:50.929Z Checking ring v0.16.20
33802024-11-18T19:18:51.084Z Checking blake3 v1.5.4
33812024-11-18T19:18:52.104Z Checking omicron-zone-package v0.11.1
33822024-11-18T19:18:53.244Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33832024-11-18T19:18:54.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
33842024-11-18T19:18:54.347Z
33852024-11-18T19:18:54.347Zinfo: running `cargo check --bins` on xtask (159/171)
33862024-11-18T19:18:54.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-11-18T19:18:54.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-11-18T19:18:54.781Z Checking bitflags v2.6.0
33892024-11-18T19:18:54.784Z Checking serde v1.0.215
33902024-11-18T19:18:54.784Z Checking thiserror v1.0.69
33912024-11-18T19:18:54.877Z Checking scroll v0.12.0
33922024-11-18T19:18:54.879Z Checking hashbrown v0.15.0
33932024-11-18T19:18:54.888Z Checking log v0.4.22
33942024-11-18T19:18:54.897Z Checking zerocopy v0.7.35
33952024-11-18T19:18:54.920Z Checking syn v2.0.87
33962024-11-18T19:18:54.983Z Checking pest v2.7.14
33972024-11-18T19:18:55.098Z Checking rustix v0.38.37
33982024-11-18T19:18:55.154Z Checking once_cell v1.20.2
33992024-11-18T19:18:55.338Z Checking goblin v0.8.2
34002024-11-18T19:18:55.471Z Checking fs-err v2.11.0
34012024-11-18T19:18:55.786Z Checking tabled v0.15.0
34022024-11-18T19:18:55.947Z Checking indexmap v2.6.0
34032024-11-18T19:18:56.344Z Checking anyhow v1.0.93
34042024-11-18T19:18:57.132Z Checking terminal_size v0.4.0
34052024-11-18T19:18:57.132Z Checking tempfile v3.13.0
34062024-11-18T19:18:57.275Z Checking dtrace-parser v0.2.0
34072024-11-18T19:18:57.287Z Checking clap_builder v4.5.21
34082024-11-18T19:18:59.143Z Checking serde_json v1.0.132
34092024-11-18T19:18:59.143Z Checking toml_datetime v0.6.8
34102024-11-18T19:18:59.143Z Checking serde_spanned v0.6.8
34112024-11-18T19:18:59.146Z Checking camino v1.1.9
34122024-11-18T19:18:59.146Z Checking cargo-platform v0.1.8
34132024-11-18T19:18:59.311Z Checking semver v1.0.23
34142024-11-18T19:18:59.358Z Checking macaddr v1.0.1
34152024-11-18T19:18:59.476Z Checking toml_edit v0.22.22
34162024-11-18T19:18:59.716Z Checking camino-tempfile v1.1.1
34172024-11-18T19:18:59.953Z Checking clap v4.5.21
34182024-11-18T19:19:00.388Z Checking dof v0.3.0
34192024-11-18T19:19:00.389Z Checking cargo_metadata v0.18.1
34202024-11-18T19:19:00.820Z Checking usdt-impl v0.5.0
34212024-11-18T19:19:01.192Z Checking usdt v0.5.0
34222024-11-18T19:19:01.343Z Checking toml v0.8.19
34232024-11-18T19:19:01.834Z Checking cargo_toml v0.20.5
34242024-11-18T19:19:03.099Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34252024-11-18T19:19:03.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.38s
34262024-11-18T19:19:03.836Z
34272024-11-18T19:19:03.836Zinfo: running `cargo check --bins` on end-to-end-tests (160/171)
34282024-11-18T19:19:04.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292024-11-18T19:19:04.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302024-11-18T19:19:04.765Z Checking polyval v0.6.2
34312024-11-18T19:19:04.767Z Checking ctr v0.9.2
34322024-11-18T19:19:04.767Z Checking ssh-encoding v0.2.0
34332024-11-18T19:19:04.767Z Checking blowfish v0.9.1
34342024-11-18T19:19:04.767Z Checking password-hash v0.4.2
34352024-11-18T19:19:04.767Z Checking matches v0.1.10
34362024-11-18T19:19:04.791Z Checking p521 v0.13.3
34372024-11-18T19:19:04.791Z Checking p256 v0.13.2
34382024-11-18T19:19:04.868Z Checking idna v0.2.3
34392024-11-18T19:19:04.939Z Checking ghash v0.5.1
34402024-11-18T19:19:04.982Z Checking bcrypt-pbkdf v0.10.0
34412024-11-18T19:19:04.987Z Compiling enum-as-inner v0.5.1
34422024-11-18T19:19:05.068Z Checking russh-cryptovec v0.7.3
34432024-11-18T19:19:05.108Z Checking aes-gcm v0.10.3
34442024-11-18T19:19:05.158Z Checking pbkdf2 v0.11.0
34452024-11-18T19:19:05.228Z Checking md5 v0.7.0
34462024-11-18T19:19:05.295Z Checking num-bigint v0.4.6
34472024-11-18T19:19:05.296Z Checking des v0.8.1
34482024-11-18T19:19:05.348Z Checking ssh-cipher v0.2.0
34492024-11-18T19:19:05.442Z Compiling dhcproto-macros v0.1.0
34502024-11-18T19:19:05.524Z Checking hex-literal v0.4.1
34512024-11-18T19:19:05.589Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522024-11-18T19:19:05.647Z Checking ssh-key v0.6.6
34532024-11-18T19:19:05.667Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542024-11-18T19:19:05.701Z Checking internet-checksum v0.2.1
34552024-11-18T19:19:06.034Z Checking trust-dns-proto v0.22.0
34562024-11-18T19:19:06.974Z Checking russh-keys v0.45.0
34572024-11-18T19:19:07.970Z Checking russh v0.45.0
34582024-11-18T19:19:08.755Z Checking dhcproto v0.12.0
34592024-11-18T19:19:26.359Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34602024-11-18T19:19:27.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.97s
34612024-11-18T19:19:28.013Z
34622024-11-18T19:19:28.013Zinfo: running `cargo check --bins` on gateway-cli (161/171)
34632024-11-18T19:19:28.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642024-11-18T19:19:28.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652024-11-18T19:19:28.668Z Checking termios v0.3.3
34662024-11-18T19:19:28.889Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34672024-11-18T19:19:29.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
34682024-11-18T19:19:29.859Z
34692024-11-18T19:19:29.859Zinfo: running `cargo check --bins --no-default-features` on installinator (162/171)
34702024-11-18T19:19:30.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712024-11-18T19:19:30.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722024-11-18T19:19:30.560Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34732024-11-18T19:19:32.650Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34742024-11-18T19:19:34.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s
34752024-11-18T19:19:34.732Z
34762024-11-18T19:19:34.732Zinfo: running `cargo check --bins` on internal-dns-cli (163/171)
34772024-11-18T19:19:35.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782024-11-18T19:19:35.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792024-11-18T19:19:35.371Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34802024-11-18T19:19:35.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
34812024-11-18T19:19:36.054Z
34822024-11-18T19:19:36.054Zinfo: running `cargo check --bins` on omicron-live-tests (164/171)
34832024-11-18T19:19:36.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842024-11-18T19:19:36.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852024-11-18T19:19:36.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862024-11-18T19:19:36.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34872024-11-18T19:19:36.677Z
34882024-11-18T19:19:36.677Zinfo: running `cargo check --bins` on live-tests-macros (165/171)
34892024-11-18T19:19:37.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902024-11-18T19:19:37.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912024-11-18T19:19:37.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922024-11-18T19:19:37.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34932024-11-18T19:19:37.299Z
34942024-11-18T19:19:37.299Zinfo: running `cargo check --bins` on omicron-package (166/171)
34952024-11-18T19:19:37.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962024-11-18T19:19:37.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972024-11-18T19:19:37.978Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34982024-11-18T19:19:39.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
34992024-11-18T19:19:39.511Z
35002024-11-18T19:19:39.511Zinfo: running `cargo check --bins` on wicket-dbg (167/171)
35012024-11-18T19:19:40.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022024-11-18T19:19:40.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032024-11-18T19:19:40.219Z Checking rtoolbox v0.0.2
35042024-11-18T19:19:40.222Z Checking tui-tree-widget v0.22.0
35052024-11-18T19:19:40.223Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35062024-11-18T19:19:40.454Z Checking rpassword v7.3.1
35072024-11-18T19:19:44.657Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35082024-11-18T19:19:47.791Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35092024-11-18T19:19:49.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s
35102024-11-18T19:19:49.233Z
35112024-11-18T19:19:49.233Zinfo: running `cargo check --bins` on wicket (168/171)
35122024-11-18T19:19:49.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132024-11-18T19:19:49.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142024-11-18T19:19:49.964Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35152024-11-18T19:19:50.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
35162024-11-18T19:19:50.585Z
35172024-11-18T19:19:50.585Zinfo: running `cargo check --bins` on wicketd (169/171)
35182024-11-18T19:19:51.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192024-11-18T19:19:51.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202024-11-18T19:19:51.325Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35212024-11-18T19:19:55.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
35222024-11-18T19:19:55.643Z
35232024-11-18T19:19:55.643Zinfo: running `cargo check --bins` on omicron-workspace-hack (170/171)
35242024-11-18T19:19:56.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252024-11-18T19:19:56.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262024-11-18T19:19:56.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272024-11-18T19:19:56.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35282024-11-18T19:19:56.273Z
35292024-11-18T19:19:56.273Zinfo: running `cargo check --bins` on zone-setup (171/171)
35302024-11-18T19:19:56.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312024-11-18T19:19:56.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322024-11-18T19:19:57.014Z Checking uzers v0.12.1
35332024-11-18T19:19:57.361Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35342024-11-18T19:19:58.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
35352024-11-18T19:19:58.713Z
35362024-11-18T19:19:58.713Zreal 13:27.858739436
35372024-11-18T19:19:58.713Zuser 24:25.857504233
35382024-11-18T19:19:58.715Zsys 5:24.627430189
35392024-11-18T19:19:58.715Ztrap 0.477036986
35402024-11-18T19:19:58.715Ztflt 2.323674679
35412024-11-18T19:19:58.715Zdflt 3.501246264
35422024-11-18T19:19:58.716Zkflt 0.000682801
35432024-11-18T19:19:58.716Zlock 47:33.598547609
35442024-11-18T19:19:58.716Zslp 2:07:47.815084515
35452024-11-18T19:19:58.716Zlat 1:01.089573934
35462024-11-18T19:19:58.716Zstop 3:20.302531548
35472024-11-18T19:19:58.716Zprocess exited: duration 1138971 ms, exit code 0
 
35482024-11-18T19:19:58.722Zfound 0 output files