01JDAP5JSEYT78PKZCMFKB4BGZ: 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: 01JDAP5WX8XJEWZ1ZE5BRVSEPG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-22T19:40:25.838Zjob assigned to worker 01JDAP62N843V3N08NM35DNWWY [factory aws, i-0a2333679ca4d327e] (queued for 57 s)
 
22024-11-22T19:40:33.772Zstarting task 0: "setup"
32024-11-22T19:40:33.779Z++ uname -s
42024-11-22T19:40:33.783Z+ kern=SunOS
52024-11-22T19:40:33.783Z+ case "$kern" in
62024-11-22T19:40:33.783Z+ groupadd -g 12345 build
72024-11-22T19:40:33.787Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-22T19:40:35.790Z+ zfs create -o mountpoint=/work rpool/work
92024-11-22T19:40:35.847Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-22T19:40:35.849Z+ home_fs=zfs
112024-11-22T19:40:35.849Z+ [[ zfs == autofs ]]
122024-11-22T19:40:35.849Z+ mkdir -p /home/build
132024-11-22T19:40:35.851Z+ chown build:build /home/build /work
142024-11-22T19:40:37.853Z+ chmod 0700 /home/build /work
152024-11-22T19:40:37.855Zprocess exited: duration 4084 ms, exit code 0
 
162024-11-22T19:40:37.860Zstarting task 1: "rust-toolchain"
172024-11-22T19:40:37.865Z+ printf ' * toolchain channel = "%s"
182024-11-22T19:40:37.865Z' 1.81.0
192024-11-22T19:40:37.865Z * toolchain channel = "1.81.0"
202024-11-22T19:40:37.865Z+ printf ' * toolchain profile = "%s"
212024-11-22T19:40:37.865Z' default
222024-11-22T19:40:37.865Z * toolchain profile = "default"
232024-11-22T19:40:37.868Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-22T19:40:37.868Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-22T19:40:37.989Zinfo: downloading installer
262024-11-22T19:40:39.141Zinfo: profile set to 'default'
272024-11-22T19:40:39.141Zinfo: default host triple is x86_64-unknown-illumos
282024-11-22T19:40:39.143Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-22T19:40:39.293Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-22T19:40:39.293Zinfo: downloading component 'cargo'
312024-11-22T19:40:40.143Zinfo: downloading component 'clippy'
322024-11-22T19:40:40.462Zinfo: downloading component 'rust-docs'
332024-11-22T19:40:41.647Zinfo: downloading component 'rust-std'
342024-11-22T19:40:43.494Zinfo: downloading component 'rustc'
352024-11-22T19:40:50.104Zinfo: downloading component 'rustfmt'
362024-11-22T19:40:50.377Zinfo: installing component 'cargo'
372024-11-22T19:40:51.167Zinfo: installing component 'clippy'
382024-11-22T19:40:51.525Zinfo: installing component 'rust-docs'
392024-11-22T19:40:53.158Zinfo: installing component 'rust-std'
402024-11-22T19:40:54.870Zinfo: installing component 'rustc'
412024-11-22T19:41:00.433Zinfo: installing component 'rustfmt'
422024-11-22T19:41:00.753Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-22T19:41:00.753Z
442024-11-22T19:41:01.118Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-22T19:41:01.118Z
462024-11-22T19:41:01.120Z
472024-11-22T19:41:01.120ZRust is installed now. Great!
482024-11-22T19:41:01.120Z
492024-11-22T19:41:01.120ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-22T19:41:01.120Zenvironment variable. This has not been done automatically.
512024-11-22T19:41:01.120Z
522024-11-22T19:41:01.120ZTo configure your current shell, you need to source
532024-11-22T19:41:01.120Zthe corresponding env file under $HOME/.cargo.
542024-11-22T19:41:01.120Z
552024-11-22T19:41:01.120ZThis is usually done by running one of the following (note the leading DOT):
562024-11-22T19:41:01.121Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-22T19:41:01.121Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-22T19:41:01.188Z+ rustc --version
592024-11-22T19:41:01.251Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-22T19:41:01.254Zprocess exited: duration 23390 ms, exit code 0
 
612024-11-22T19:41:01.259Zstarting task 2: "authentication"
622024-11-22T19:41:01.279Zprocess exited: duration 19 ms, exit code 0
 
632024-11-22T19:41:01.283Zstarting task 3: "clone repository"
642024-11-22T19:41:01.288Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-22T19:41:01.290Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-22T19:41:01.334ZCloning into '/work/oxidecomputer/omicron'...
672024-11-22T19:41:06.893Z+ cd /work/oxidecomputer/omicron
682024-11-22T19:41:06.896Z+ git fetch origin 8a2b4201c72581e4f16a94a4c759f1c910304cbf
692024-11-22T19:41:07.263ZFrom https://github.com/oxidecomputer/omicron
702024-11-22T19:41:07.263Z * branch 8a2b4201c72581e4f16a94a4c759f1c910304cbf -> FETCH_HEAD
712024-11-22T19:41:07.273Z+ [[ -n iliana/releng-faster ]]
722024-11-22T19:41:07.275Z++ git branch --show-current
732024-11-22T19:41:07.277Z+ current=main
742024-11-22T19:41:07.278Z+ [[ main != iliana/releng-faster ]]
752024-11-22T19:41:07.278Z+ git branch -f iliana/releng-faster 8a2b4201c72581e4f16a94a4c759f1c910304cbf
762024-11-22T19:41:07.281Z+ git checkout -f iliana/releng-faster
772024-11-22T19:41:07.465ZSwitched to branch 'iliana/releng-faster'
782024-11-22T19:41:07.467Z+ git reset --hard 8a2b4201c72581e4f16a94a4c759f1c910304cbf
792024-11-22T19:41:07.643ZHEAD is now at 8a2b4201c answer my own question with a comment
802024-11-22T19:41:07.646Zprocess exited: duration 6360 ms, exit code 0
 
812024-11-22T19:41:07.651Zstarting task 4: "build"
822024-11-22T19:41:07.656Z+ source .github/buildomat/ci-env.sh
832024-11-22T19:41:07.657Z++ export CARGO_TERM_COLOR=always
842024-11-22T19:41:07.658Z++ CARGO_TERM_COLOR=always
852024-11-22T19:41:07.658Z+ cargo --version
862024-11-22T19:41:07.714Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-22T19:41:07.716Z+ rustc --version
882024-11-22T19:41:07.779Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-22T19:41:07.781Z+ source ./env.sh
902024-11-22T19:41:07.781Z++ OLD_SHELL_OPTS=ehxB
912024-11-22T19:41:07.781Z++ set -o xtrace
922024-11-22T19:41:07.784Z++++ dirname ./env.sh
932024-11-22T19:41:07.786Z+++ readlink -f .
942024-11-22T19:41:07.789Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-11-22T19:41:07.791Z++ 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-22T19:41:07.791Z++ 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-22T19:41:07.791Z++ 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-22T19:41:07.791Z++ 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-22T19:41:07.791Z++ 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-22T19:41:07.791Z++ 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-22T19:41:07.791Z++ 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-22T19:41:07.791Z++ 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-22T19:41:07.792Z++ case $OLD_SHELL_OPTS in
1042024-11-22T19:41:07.792Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-11-22T19:41:07.792Z+ 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-22T19:41:07.792Z+ 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-22T19:41:07.792Z+ banner prerequisites
1082024-11-22T19:41:07.794Z
1092024-11-22T19:41:07.794Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-11-22T19:41:07.794Z # # # # # # # # # # # # # # #
1112024-11-22T19:41:07.794Z # # # # ##### # # ##### # # # # # #### #
1122024-11-22T19:41:07.794Z ##### ##### # ##### # # # # # # # # #
1132024-11-22T19:41:07.794Z # # # # # # # # # # # # # # #
1142024-11-22T19:41:07.794Z # # # ###### # # ###### ### # #### # #### #
1152024-11-22T19:41:07.794Z
1162024-11-22T19:41:07.794Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-11-22T19:41:16.016Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-11-22T19:41:19.618Z Startup: Caching catalogs ... Done
1192024-11-22T19:41:28.289ZPlanning: Solver setup ... Done (7.934s)
1202024-11-22T19:41:28.399ZPlanning: Running solver ... Done (0.110s)
1212024-11-22T19:41:28.489ZPlanning: Finding local manifests ... Done (0.003s)
1222024-11-22T19:41:28.505ZPlanning: Fetching manifests: 0/5 0% complete
1232024-11-22T19:41:29.220ZPlanning: Fetching manifests: 5/5 100% complete
1242024-11-22T19:41:29.317ZPlanning: Package planning ... Done (0.097s)
1252024-11-22T19:41:29.373ZPlanning: Merging actions ... Done (0.056s)
1262024-11-22T19:41:29.561ZPlanning: Checking for conflicting actions ... Done (0.187s)
1272024-11-22T19:41:31.024ZPlanning: Consolidating action changes ... Done (1.461s)
1282024-11-22T19:41:31.392ZPlanning: Evaluating mediators ... Done (0.369s)
1292024-11-22T19:41:31.468ZPlanning: Planning completed in 11.76 seconds
1302024-11-22T19:41:31.483Z Packages to install: 4
1312024-11-22T19:41:31.483Z Packages to update: 1
1322024-11-22T19:41:31.485Z Mediators to change: 2
1332024-11-22T19:41:31.485Z Services to change: 1
1342024-11-22T19:41:31.485Z Estimated space available: 155.64 GB
1352024-11-22T19:41:31.486ZEstimated space to be consumed: 1.60 GB
1362024-11-22T19:41:31.486Z Create boot environment: No
1372024-11-22T19:41:31.486ZCreate backup boot environment: Yes
1382024-11-22T19:41:31.486Z Rebuild boot archive: No
1392024-11-22T19:41:31.486Z
1402024-11-22T19:41:31.486ZChanged mediators:
1412024-11-22T19:41:31.486Z mediator clang:
1422024-11-22T19:41:31.486Z version: None -> 15 (system default)
1432024-11-22T19:41:31.486Z
1442024-11-22T19:41:31.486Z mediator llvm:
1452024-11-22T19:41:31.486Z version: 14 (system default) -> 15 (system default)
1462024-11-22T19:41:31.486Z
1472024-11-22T19:41:31.486ZChanged packages:
1482024-11-22T19:41:31.486Zhelios-dev
1492024-11-22T19:41:31.486Z developer/build-essential
1502024-11-22T19:41:31.486Z None -> 11-2.0
1512024-11-22T19:41:31.486Z library/libxmlsec1
1522024-11-22T19:41:31.486Z None -> 1.2.35-2.0
1532024-11-22T19:41:31.486Z ooce/developer/clang-15
1542024-11-22T19:41:31.486Z None -> 15.0.7-2.0
1552024-11-22T19:41:31.486Z ooce/developer/llvm-15
1562024-11-22T19:41:31.486Z None -> 15.0.7-2.0
1572024-11-22T19:41:31.486Z package/pkg
1582024-11-22T19:41:31.486Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-11-22T19:41:31.486Z
1602024-11-22T19:41:31.486ZServices:
1612024-11-22T19:41:31.486Z restart_fmri:
1622024-11-22T19:41:31.486Z svc:/system/update-man-index:default
1632024-11-22T19:41:31.486Z
1642024-11-22T19:41:31.486ZEditable files to change:
1652024-11-22T19:41:31.486Z Update:
1662024-11-22T19:41:31.486Z usr/share/lib/pkg/web/config.shtml
1672024-11-22T19:41:31.661Z
1682024-11-22T19:41:31.661ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-11-22T19:41:36.662ZDownload: 1315/4281 items 106.3/220.6MB 48% complete (21.5M/s)
1702024-11-22T19:41:41.663ZDownload: 3190/4281 items 149.9/220.6MB 67% complete (15.0M/s)
1712024-11-22T19:41:46.829ZDownload: 4206/4281 items 220.5/220.6MB 99% complete (13.7M/s)
1722024-11-22T19:41:46.931ZDownload: Completed 220.60 MB in 15.27 seconds (14.4M/s)
1732024-11-22T19:41:49.054Z Actions: 1/5063 actions (Removing old actions)
1742024-11-22T19:41:49.071Z Actions: 194/5063 actions (Installing new actions)
1752024-11-22T19:41:54.069Z Actions: 4226/5063 actions (Updating modified actions)
1762024-11-22T19:41:54.364Z Actions: Completed 5063 actions in 5.31 seconds.
1772024-11-22T19:41:54.579Z Done (0.207s)
1782024-11-22T19:41:54.582Z Done (0.000s)
1792024-11-22T19:41:55.114Z Done (0.534s)
1802024-11-22T19:41:59.480Z Done (4.155s)
1812024-11-22T19:41:59.564Z Done (0.018s)
1822024-11-22T19:41:59.567Z Done (0.000s)
1832024-11-22T19:41:59.692Z Done (0.000s)
1842024-11-22T19:42:00.360ZPlanning: Evaluating mediator changes ... Done
1852024-11-22T19:42:00.520ZPlanning: Checking for conflicting actions ... Done
1862024-11-22T19:42:00.523ZPlanning: Consolidating action changes ... Done
1872024-11-22T19:42:00.791ZPlanning: Evaluating mediators ... Done
1882024-11-22T19:42:00.793ZPlanning: Planning completed in 0.43 seconds
1892024-11-22T19:42:00.829Z Mediators to change: 2
1902024-11-22T19:42:00.832Z Create boot environment: No
1912024-11-22T19:42:00.832ZCreate backup boot environment: No
1922024-11-22T19:42:00.886Z Done
1932024-11-22T19:42:00.886Z Done
1942024-11-22T19:42:01.218Z Done
1952024-11-22T19:42:04.795Z Done
1962024-11-22T19:42:04.886Z Done
1972024-11-22T19:42:04.889Z Done
1982024-11-22T19:42:04.998Z Done
1992024-11-22T19:42:05.603ZPlanning: Evaluating mediator changes ... Done
2002024-11-22T19:42:05.605ZPlanning: Merging actions ... Done
2012024-11-22T19:42:05.794ZPlanning: Checking for conflicting actions ... Done
2022024-11-22T19:42:05.796ZPlanning: Consolidating action changes ... Done
2032024-11-22T19:42:06.054ZPlanning: Evaluating mediators ... Done
2042024-11-22T19:42:06.142ZPlanning: Planning completed in 0.75 seconds
2052024-11-22T19:42:06.148Z Packages to change: 1
2062024-11-22T19:42:06.148Z Mediators to change: 1
2072024-11-22T19:42:06.150Z Services to change: 1
2082024-11-22T19:42:06.150Z Create boot environment: No
2092024-11-22T19:42:06.150ZCreate backup boot environment: Yes
2102024-11-22T19:42:08.314Z Actions: 1/6 actions (Updating modified actions)
2112024-11-22T19:42:08.316Z Actions: Completed 6 actions in 0.00 seconds.
2122024-11-22T19:42:08.316Z Done
2132024-11-22T19:42:08.316Z Done
2142024-11-22T19:42:08.424Z Done
2152024-11-22T19:42:12.012Z Done
2162024-11-22T19:42:12.107Z Done
2172024-11-22T19:42:12.109Z Done
2182024-11-22T19:42:12.227Z Done
2192024-11-22T19:42:12.647ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2202024-11-22T19:42:12.647Zclang system 15 system
2212024-11-22T19:42:12.647Zcsh system system illumos
2222024-11-22T19:42:12.647Zctags system system illumos
2232024-11-22T19:42:12.647Zgcc vendor 12 vendor
2242024-11-22T19:42:12.647Zgcc system 10 system
2252024-11-22T19:42:12.647Zgcc system 7 system
2262024-11-22T19:42:12.647Zgo system 1.20 system
2272024-11-22T19:42:12.647Zgo system 1.19 system
2282024-11-22T19:42:12.647Zllvm system 15 system
2292024-11-22T19:42:12.647Zllvm system 14 system
2302024-11-22T19:42:12.647Zmariadb system 10.6 system
2312024-11-22T19:42:12.647Zmta vendor vendor dma
2322024-11-22T19:42:12.647Zopenjdk system 17 system
2332024-11-22T19:42:12.647Zopenjdk system 11 system
2342024-11-22T19:42:12.647Zopenjdk system 1.8 system
2352024-11-22T19:42:12.647Zopenssl vendor 3 vendor
2362024-11-22T19:42:12.647Zperl system 5.36 system
2372024-11-22T19:42:12.647Zpostgresql system 15 system
2382024-11-22T19:42:12.647Zpostgresql system 13 system
2392024-11-22T19:42:12.647Zpython vendor 3 vendor
2402024-11-22T19:42:12.647Zpython system 2 system
2412024-11-22T19:42:12.647Zpython3 system 3.11 system
2422024-11-22T19:42:12.647Zruby system 3.0 system
2432024-11-22T19:42:12.647Zwords vendor vendor american-english
2442024-11-22T19:42:12.647Zwords system system australian-english
2452024-11-22T19:42:12.647Zwords system system british-english
2462024-11-22T19:42:12.648Zwords system system canadian-english
2472024-11-22T19:42:12.648Zwords system system french
2482024-11-22T19:42:12.648Zwords system system italian
2492024-11-22T19:42:12.648Zwords system system ngerman
2502024-11-22T19:42:12.648Zwords system system ogerman
2512024-11-22T19:42:12.648Zwords system system spanish
2522024-11-22T19:42:12.968ZPUBLISHER TYPE STATUS P LOCATION
2532024-11-22T19:42:12.968Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2542024-11-22T19:42:15.523ZFMRI IFO
2552024-11-22T19:42:15.523Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2562024-11-22T19:42:15.523Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2572024-11-22T19:42:15.523Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2582024-11-22T19:42:15.523Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2592024-11-22T19:42:15.523Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2602024-11-22T19:42:15.523Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2612024-11-22T19:42:15.523Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2622024-11-22T19:42:15.523Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2632024-11-22T19:42:15.523Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2642024-11-22T19:42:15.523Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2652024-11-22T19:42:15.523Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2662024-11-22T19:42:15.523Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2672024-11-22T19:42:15.523Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2682024-11-22T19:42:15.523Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-11-22T19:42:15.523Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-11-22T19:42:16.246Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-11-22T19:42:16.660Z Updating crates.io index
2722024-11-22T19:42:16.723Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732024-11-22T19:42:17.486Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2742024-11-22T19:42:17.746Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752024-11-22T19:42:17.960Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2762024-11-22T19:42:18.247Z Updating git repository `https://github.com/oxidecomputer/propolis`
2772024-11-22T19:42:19.130Z Updating git repository `https://github.com/oxidecomputer/crucible`
2782024-11-22T19:42:21.486Z Updating git repository `https://github.com/oxidecomputer/opte`
2792024-11-22T19:42:22.557Z Updating git repository `https://github.com/oxidecomputer/falcon`
2802024-11-22T19:42:23.299Z Updating git repository `https://github.com/oxidecomputer/clickward`
2812024-11-22T19:42:23.578Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2822024-11-22T19:42:23.910Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832024-11-22T19:42:24.583Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2842024-11-22T19:42:24.869Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852024-11-22T19:42:25.153Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862024-11-22T19:42:25.476Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2872024-11-22T19:42:25.729Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2882024-11-22T19:42:25.979Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2892024-11-22T19:42:26.261Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2902024-11-22T19:42:26.576Z Updating git repository `https://github.com/oxidecomputer/ispf`
2912024-11-22T19:42:26.987Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2922024-11-22T19:42:27.227Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2932024-11-22T19:42:27.755Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942024-11-22T19:42:28.061Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952024-11-22T19:42:28.706Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962024-11-22T19:42:29.117Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2972024-11-22T19:42:29.551Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2982024-11-22T19:42:29.822Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2992024-11-22T19:42:30.092Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3002024-11-22T19:42:30.370Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3012024-11-22T19:42:31.568Z Downloading crates ...
3022024-11-22T19:42:31.653Z Downloaded camino v1.1.9
3032024-11-22T19:42:31.659Z Downloaded serde_spanned v0.6.8
3042024-11-22T19:42:31.662Z Downloaded thiserror-impl v1.0.69
3052024-11-22T19:42:31.662Z Downloaded tabled_derive v0.7.0
3062024-11-22T19:42:31.664Z Downloaded log v0.4.22
3072024-11-22T19:42:31.666Z Downloaded scroll_derive v0.12.0
3082024-11-22T19:42:31.668Z Downloaded clap_lex v0.7.2
3092024-11-22T19:42:31.668Z Downloaded clap v4.5.21
3102024-11-22T19:42:31.684Z Downloaded anstream v0.6.15
3112024-11-22T19:42:31.727Z Downloaded cpufeatures v0.2.14
3122024-11-22T19:42:31.731Z Downloaded digest v0.10.7
3132024-11-22T19:42:31.733Z Downloaded autocfg v1.4.0
3142024-11-22T19:42:31.749Z Downloaded anstyle-parse v0.2.5
3152024-11-22T19:42:31.754Z Downloaded hashbrown v0.15.0
3162024-11-22T19:42:31.759Z Downloaded cargo_toml v0.20.5
3172024-11-22T19:42:31.762Z Downloaded goblin v0.8.2
3182024-11-22T19:42:31.768Z Downloaded clap_builder v4.5.21
3192024-11-22T19:42:31.774Z Downloaded heck v0.5.0
3202024-11-22T19:42:31.777Z Downloaded fastrand v2.1.1
3212024-11-22T19:42:31.777Z Downloaded camino-tempfile v1.1.1
3222024-11-22T19:42:31.779Z Downloaded dtrace-parser v0.2.0
3232024-11-22T19:42:31.781Z Downloaded bitflags v2.6.0
3242024-11-22T19:42:31.785Z Downloaded errno v0.3.9
3252024-11-22T19:42:31.787Z Downloaded equivalent v1.0.1
3262024-11-22T19:42:31.787Z Downloaded block-buffer v0.10.4
3272024-11-22T19:42:31.793Z Downloaded pretty-hex v0.4.1
3282024-11-22T19:42:31.800Z Downloaded usdt-macro v0.5.0
3292024-11-22T19:42:31.803Z Downloaded swrite v0.1.0
3302024-11-22T19:42:31.803Z Downloaded dof v0.3.0
3312024-11-22T19:42:31.805Z Downloaded byteorder v1.5.0
3322024-11-22T19:42:31.805Z Downloaded bytecount v0.6.8
3332024-11-22T19:42:31.807Z Downloaded crypto-common v0.1.6
3342024-11-22T19:42:31.807Z Downloaded colorchoice v1.0.2
3352024-11-22T19:42:31.810Z Downloaded usdt-attr-macro v0.5.0
3362024-11-22T19:42:31.810Z Downloaded itoa v1.0.11
3372024-11-22T19:42:31.812Z Downloaded unicode-linebreak v0.1.5
3382024-11-22T19:42:31.812Z Downloaded plain v0.2.3
3392024-11-22T19:42:31.812Z Downloaded cfg-if v1.0.0
3402024-11-22T19:42:31.814Z Downloaded anstyle-query v1.1.1
3412024-11-22T19:42:31.817Z Downloaded is_terminal_polyfill v1.70.1
3422024-11-22T19:42:31.817Z Downloaded proc-macro-error-attr v1.0.4
3432024-11-22T19:42:31.819Z Downloaded generic-array v0.14.7
3442024-11-22T19:42:31.824Z Downloaded fnv v1.0.7
3452024-11-22T19:42:31.827Z Downloaded serde_tokenstream v0.2.2
3462024-11-22T19:42:31.831Z Downloaded smawk v0.3.2
3472024-11-22T19:42:31.833Z Downloaded thiserror v1.0.69
3482024-11-22T19:42:31.837Z Downloaded thread-id v4.2.2
3492024-11-22T19:42:31.839Z Downloaded anstyle v1.0.10
3502024-11-22T19:42:31.842Z Downloaded utf8parse v0.2.2
3512024-11-22T19:42:31.842Z Downloaded usdt-impl v0.5.0
3522024-11-22T19:42:31.842Z Downloaded usdt v0.5.0
3532024-11-22T19:42:31.845Z Downloaded toml_datetime v0.6.8
3542024-11-22T19:42:31.845Z Downloaded terminal_size v0.4.0
3552024-11-22T19:42:31.845Z Downloaded macaddr v1.0.1
3562024-11-22T19:42:31.847Z Downloaded fs-err v2.11.0
3572024-11-22T19:42:31.849Z Downloaded semver v1.0.23
3582024-11-22T19:42:31.849Z Downloaded scroll v0.12.0
3592024-11-22T19:42:31.851Z Downloaded once_cell v1.20.2
3602024-11-22T19:42:31.853Z Downloaded proc-macro-error v1.0.4
3612024-11-22T19:42:31.855Z Downloaded version_check v0.9.5
3622024-11-22T19:42:31.859Z Downloaded quote v1.0.37
3632024-11-22T19:42:31.861Z Downloaded pest_generator v2.7.14
3642024-11-22T19:42:31.862Z Downloaded heck v0.4.1
3652024-11-22T19:42:31.862Z Downloaded cargo_metadata v0.18.1
3662024-11-22T19:42:31.864Z Downloaded zerocopy-derive v0.7.35
3672024-11-22T19:42:31.866Z Downloaded clap_derive v4.5.18
3682024-11-22T19:42:31.868Z Downloaded tempfile v3.13.0
3692024-11-22T19:42:31.871Z Downloaded strsim v0.11.1
3702024-11-22T19:42:31.873Z Downloaded sha2 v0.10.8
3712024-11-22T19:42:31.875Z Downloaded pest_derive v2.7.14
3722024-11-22T19:42:31.877Z Downloaded memmap v0.7.0
3732024-11-22T19:42:31.877Z Downloaded anyhow v1.0.93
3742024-11-22T19:42:31.880Z Downloaded pest_meta v2.7.14
3752024-11-22T19:42:31.882Z Downloaded cargo-platform v0.1.8
3762024-11-22T19:42:31.884Z Downloaded textwrap v0.16.1
3772024-11-22T19:42:31.886Z Downloaded ryu v1.0.18
3782024-11-22T19:42:31.889Z Downloaded unicode-ident v1.0.13
3792024-11-22T19:42:31.897Z Downloaded proc-macro2 v1.0.89
3802024-11-22T19:42:31.899Z Downloaded ucd-trie v0.1.7
3812024-11-22T19:42:31.901Z Downloaded typenum v1.17.0
3822024-11-22T19:42:31.904Z Downloaded papergrid v0.11.0
3832024-11-22T19:42:31.907Z Downloaded serde_derive v1.0.215
3842024-11-22T19:42:31.910Z Downloaded toml v0.8.19
3852024-11-22T19:42:31.915Z Downloaded serde v1.0.215
3862024-11-22T19:42:31.923Z Downloaded memchr v2.7.4
3872024-11-22T19:42:31.929Z Downloaded indexmap v2.6.0
3882024-11-22T19:42:31.938Z Downloaded toml_edit v0.22.22
3892024-11-22T19:42:31.958Z Downloaded pest v2.7.14
3902024-11-22T19:42:31.966Z Downloaded winnow v0.6.20
3912024-11-22T19:42:31.974Z Downloaded zerocopy v0.7.35
3922024-11-22T19:42:31.988Z Downloaded serde_json v1.0.132
3932024-11-22T19:42:31.997Z Downloaded tabled v0.15.0
3942024-11-22T19:42:32.012Z Downloaded syn v1.0.109
3952024-11-22T19:42:32.021Z Downloaded unicode-width v0.1.14
3962024-11-22T19:42:32.026Z Downloaded syn v2.0.87
3972024-11-22T19:42:32.036Z Downloaded rustix v0.38.37
3982024-11-22T19:42:32.079Z Downloaded libc v0.2.162
3992024-11-22T19:42:32.394Z Compiling proc-macro2 v1.0.89
4002024-11-22T19:42:32.394Z Compiling unicode-ident v1.0.13
4012024-11-22T19:42:32.397Z Compiling serde v1.0.215
4022024-11-22T19:42:32.397Z Compiling version_check v0.9.5
4032024-11-22T19:42:32.397Z Compiling memchr v2.7.4
4042024-11-22T19:42:32.431Z Compiling thiserror v1.0.69
4052024-11-22T19:42:32.434Z Compiling libc v0.2.162
4062024-11-22T19:42:32.435Z Compiling ryu v1.0.18
4072024-11-22T19:42:32.729Z Compiling ucd-trie v0.1.7
4082024-11-22T19:42:32.821Z Compiling itoa v1.0.11
4092024-11-22T19:42:33.025Z Compiling once_cell v1.20.2
4102024-11-22T19:42:33.442Z Compiling byteorder v1.5.0
4112024-11-22T19:42:33.465Z Compiling serde_json v1.0.132
4122024-11-22T19:42:33.504Z Compiling rustix v0.38.37
4132024-11-22T19:42:33.815Z Compiling bitflags v2.6.0
4142024-11-22T19:42:33.923Z Compiling usdt-impl v0.5.0
4152024-11-22T19:42:34.240Z Compiling proc-macro-error-attr v1.0.4
4162024-11-22T19:42:34.265Z Compiling syn v1.0.109
4172024-11-22T19:42:34.334Z Compiling proc-macro-error v1.0.4
4182024-11-22T19:42:34.415Z Compiling quote v1.0.37
4192024-11-22T19:42:34.442Z Compiling camino v1.1.9
4202024-11-22T19:42:34.580Z Compiling equivalent v1.0.1
4212024-11-22T19:42:34.605Z Compiling utf8parse v0.2.2
4222024-11-22T19:42:34.702Z Compiling errno v0.3.9
4232024-11-22T19:42:34.773Z Compiling syn v2.0.87
4242024-11-22T19:42:34.938Z Compiling plain v0.2.3
4252024-11-22T19:42:35.014Z Compiling log v0.4.22
4262024-11-22T19:42:35.072Z Compiling hashbrown v0.15.0
4272024-11-22T19:42:35.184Z Compiling thread-id v4.2.2
4282024-11-22T19:42:35.247Z Compiling anstyle-parse v0.2.5
4292024-11-22T19:42:35.466Z Compiling anstyle-query v1.1.1
4302024-11-22T19:42:35.579Z Compiling colorchoice v1.0.2
4312024-11-22T19:42:35.618Z Compiling winnow v0.6.20
4322024-11-22T19:42:35.724Z Compiling unicode-width v0.1.14
4332024-11-22T19:42:35.751Z Compiling autocfg v1.4.0
4342024-11-22T19:42:36.195Z Compiling indexmap v2.6.0
4352024-11-22T19:42:36.238Z Compiling pretty-hex v0.4.1
4362024-11-22T19:42:36.263Z Compiling is_terminal_polyfill v1.70.1
4372024-11-22T19:42:36.404Z Compiling semver v1.0.23
4382024-11-22T19:42:36.474Z Compiling anstyle v1.0.10
4392024-11-22T19:42:36.935Z Compiling anstream v0.6.15
4402024-11-22T19:42:36.986Z Compiling fs-err v2.11.0
4412024-11-22T19:42:37.036Z Compiling terminal_size v0.4.0
4422024-11-22T19:42:37.491Z Compiling clap_lex v0.7.2
4432024-11-22T19:42:37.600Z Compiling heck v0.4.1
4442024-11-22T19:42:37.691Z Compiling fnv v1.0.7
4452024-11-22T19:42:37.833Z Compiling heck v0.5.0
4462024-11-22T19:42:37.903Z Compiling fastrand v2.1.1
4472024-11-22T19:42:38.019Z Compiling anyhow v1.0.93
4482024-11-22T19:42:38.109Z Compiling cfg-if v1.0.0
4492024-11-22T19:42:38.214Z Compiling strsim v0.11.1
4502024-11-22T19:42:38.365Z Compiling bytecount v0.6.8
4512024-11-22T19:42:38.460Z Compiling tempfile v3.13.0
4522024-11-22T19:42:38.577Z Compiling clap_builder v4.5.21
4532024-11-22T19:42:38.604Z Compiling papergrid v0.11.0
4542024-11-22T19:42:39.143Z Compiling memmap v0.7.0
4552024-11-22T19:42:39.175Z Compiling unicode-linebreak v0.1.5
4562024-11-22T19:42:39.313Z Compiling smawk v0.3.2
4572024-11-22T19:42:39.587Z Compiling swrite v0.1.0
4582024-11-22T19:42:39.665Z Compiling textwrap v0.16.1
4592024-11-22T19:42:40.723Z Compiling tabled_derive v0.7.0
4602024-11-22T19:42:42.320Z Compiling tabled v0.15.0
4612024-11-22T19:42:43.690Z Compiling serde_derive v1.0.215
4622024-11-22T19:42:43.693Z Compiling thiserror-impl v1.0.69
4632024-11-22T19:42:43.693Z Compiling zerocopy-derive v0.7.35
4642024-11-22T19:42:43.713Z Compiling scroll_derive v0.12.0
4652024-11-22T19:42:44.095Z Compiling clap_derive v4.5.18
4662024-11-22T19:42:45.122Z Compiling scroll v0.12.0
4672024-11-22T19:42:45.670Z Compiling goblin v0.8.2
4682024-11-22T19:42:45.695Z Compiling zerocopy v0.7.35
4692024-11-22T19:42:46.442Z Compiling pest v2.7.14
4702024-11-22T19:42:48.090Z Compiling clap v4.5.21
4712024-11-22T19:42:48.680Z Compiling pest_meta v2.7.14
4722024-11-22T19:42:49.491Z Compiling pest_generator v2.7.14
4732024-11-22T19:42:51.129Z Compiling pest_derive v2.7.14
4742024-11-22T19:42:51.812Z Compiling dtrace-parser v0.2.0
4752024-11-22T19:42:54.091Z Compiling serde_tokenstream v0.2.2
4762024-11-22T19:42:54.250Z Compiling serde_spanned v0.6.8
4772024-11-22T19:42:54.253Z Compiling toml_datetime v0.6.8
4782024-11-22T19:42:54.559Z Compiling cargo-platform v0.1.8
4792024-11-22T19:42:54.636Z Compiling toml_edit v0.22.22
4802024-11-22T19:42:54.692Z Compiling macaddr v1.0.1
4812024-11-22T19:42:54.962Z Compiling camino-tempfile v1.1.1
4822024-11-22T19:42:55.555Z Compiling dof v0.3.0
4832024-11-22T19:42:55.874Z Compiling cargo_metadata v0.18.1
4842024-11-22T19:42:57.248Z Compiling usdt-macro v0.5.0
4852024-11-22T19:42:57.252Z Compiling usdt-attr-macro v0.5.0
4862024-11-22T19:42:57.364Z Compiling toml v0.8.19
4872024-11-22T19:42:58.192Z Compiling cargo_toml v0.20.5
4882024-11-22T19:42:58.563Z Compiling usdt v0.5.0
4892024-11-22T19:43:01.728Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902024-11-22T19:43:05.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.80s
4912024-11-22T19:43:06.089Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4922024-11-22T19:43:06.610Z Downloading crates ...
4932024-11-22T19:43:06.762Z Downloaded ahash v0.8.11
4942024-11-22T19:43:06.765Z Downloaded console v0.15.8
4952024-11-22T19:43:06.768Z Downloaded adler2 v2.0.0
4962024-11-22T19:43:06.785Z Downloaded addr2line v0.24.2
4972024-11-22T19:43:06.829Z Downloaded darling v0.20.10
4982024-11-22T19:43:06.835Z Downloaded aead v0.5.2
4992024-11-22T19:43:06.838Z Downloaded hex v0.4.3
5002024-11-22T19:43:06.840Z Downloaded hickory-client v0.24.1
5012024-11-22T19:43:06.842Z Downloaded aes v0.8.4
5022024-11-22T19:43:06.845Z Downloaded allocator-api2 v0.2.18
5032024-11-22T19:43:06.849Z Downloaded array-init v0.0.4
5042024-11-22T19:43:06.851Z Downloaded arc-swap v1.7.1
5052024-11-22T19:43:06.853Z Downloaded hickory-resolver v0.24.1
5062024-11-22T19:43:06.858Z Downloaded hex-literal v0.4.1
5072024-11-22T19:43:06.860Z Downloaded arrayvec v0.7.6
5082024-11-22T19:43:06.863Z Downloaded aes-gcm v0.10.3
5092024-11-22T19:43:06.865Z Downloaded headers-core v0.3.0
5102024-11-22T19:43:06.867Z Downloaded heapless v0.8.0
5112024-11-22T19:43:06.870Z Downloaded hickory-server v0.24.1
5122024-11-22T19:43:06.876Z Downloaded heapless v0.7.17
5132024-11-22T19:43:06.882Z Downloaded argon2 v0.5.3
5142024-11-22T19:43:06.885Z Downloaded backoff v0.4.0
5152024-11-22T19:43:06.888Z Downloaded atomicwrites v0.4.4
5162024-11-22T19:43:06.888Z Downloaded arrayref v0.3.9
5172024-11-22T19:43:06.890Z Downloaded hostname v0.3.1
5182024-11-22T19:43:06.890Z Downloaded async-stream-impl v0.3.6
5192024-11-22T19:43:06.890Z Downloaded async-bb8-diesel v0.2.1
5202024-11-22T19:43:06.892Z Downloaded atty v0.2.14
5212024-11-22T19:43:06.895Z Downloaded cfg_aliases v0.2.1
5222024-11-22T19:43:06.897Z Downloaded aho-corasick v1.1.3
5232024-11-22T19:43:06.902Z Downloaded hubpack_derive v0.1.1
5242024-11-22T19:43:06.905Z Downloaded instant v0.1.13
5252024-11-22T19:43:06.905Z Downloaded atomic-waker v1.1.2
5262024-11-22T19:43:06.907Z Downloaded assert_matches v1.5.0
5272024-11-22T19:43:06.909Z Downloaded http-range v0.1.5
5282024-11-22T19:43:06.909Z Downloaded buf-list v1.0.3
5292024-11-22T19:43:06.911Z Downloaded icu_provider_macros v1.5.0
5302024-11-22T19:43:06.913Z Downloaded cfg_aliases v0.1.1
5312024-11-22T19:43:06.913Z Downloaded block-padding v0.3.3
5322024-11-22T19:43:06.916Z Downloaded ciborium-io v0.2.2
5332024-11-22T19:43:06.916Z Downloaded ident_case v1.0.1
5342024-11-22T19:43:06.918Z Downloaded home v0.5.9
5352024-11-22T19:43:06.920Z Downloaded bit-vec v0.6.3
5362024-11-22T19:43:06.920Z Downloaded bcrypt-pbkdf v0.10.0
5372024-11-22T19:43:06.922Z Downloaded bb8 v0.8.5
5382024-11-22T19:43:06.922Z Downloaded http-body v1.0.1
5392024-11-22T19:43:06.924Z Downloaded bitflags v1.3.2
5402024-11-22T19:43:06.934Z Downloaded internet-checksum v0.2.1
5412024-11-22T19:43:06.934Z Downloaded blowfish v0.9.1
5422024-11-22T19:43:06.934Z Downloaded bitfield-struct v0.6.2
5432024-11-22T19:43:06.934Z Downloaded async-trait v0.1.83
5442024-11-22T19:43:06.934Z Downloaded is_ci v1.2.0
5452024-11-22T19:43:06.939Z Downloaded cstr-argument v0.1.2
5462024-11-22T19:43:06.939Z Downloaded crunchy v0.2.2
5472024-11-22T19:43:06.939Z Downloaded crucible-workspace-hack v0.1.0
5482024-11-22T19:43:06.939Z Downloaded convert_case v0.4.0
5492024-11-22T19:43:06.939Z Downloaded bit-set v0.5.3
5502024-11-22T19:43:06.941Z Downloaded rpassword v7.3.1
5512024-11-22T19:43:06.941Z Downloaded progenitor-client v0.8.0
5522024-11-22T19:43:06.943Z Downloaded matches v0.1.10
5532024-11-22T19:43:06.943Z Downloaded curve25519-dalek-derive v0.1.1
5542024-11-22T19:43:06.945Z Downloaded base16ct v0.2.0
5552024-11-22T19:43:06.956Z Downloaded async-stream v0.3.6
5562024-11-22T19:43:06.956Z Downloaded sigpipe v0.1.3
5572024-11-22T19:43:06.956Z Downloaded humantime v2.1.0
5582024-11-22T19:43:06.956Z Downloaded http-body-util v0.1.2
5592024-11-22T19:43:06.956Z Downloaded inout v0.1.3
5602024-11-22T19:43:06.957Z Downloaded colored v2.1.0
5612024-11-22T19:43:06.962Z Downloaded indoc v1.0.9
5622024-11-22T19:43:06.962Z Downloaded ciborium-ll v0.2.2
5632024-11-22T19:43:06.962Z Downloaded bcs v0.1.6
5642024-11-22T19:43:06.963Z Downloaded indent_write v2.2.0
5652024-11-22T19:43:06.965Z Downloaded constant_time_eq v0.3.1
5662024-11-22T19:43:06.965Z Downloaded cmake v0.1.51
5672024-11-22T19:43:06.968Z Downloaded maybe-uninit v2.0.0
5682024-11-22T19:43:06.968Z Downloaded managed v0.8.0
5692024-11-22T19:43:06.969Z Downloaded crc v3.2.1
5702024-11-22T19:43:06.972Z Downloaded const_format_proc_macros v0.2.33
5712024-11-22T19:43:06.974Z Downloaded cexpr v0.6.0
5722024-11-22T19:43:06.976Z Downloaded chrono-tz-build v0.4.0
5732024-11-22T19:43:06.979Z Downloaded bitfield v0.14.0
5742024-11-22T19:43:06.979Z Downloaded castaway v0.2.3
5752024-11-22T19:43:06.981Z Downloaded crc-catalog v2.4.0
5762024-11-22T19:43:06.983Z Downloaded base64ct v1.6.0
5772024-11-22T19:43:06.986Z Downloaded instability v0.3.2
5782024-11-22T19:43:06.986Z Downloaded ctr v0.9.2
5792024-11-22T19:43:06.988Z Downloaded lazycell v1.3.0
5802024-11-22T19:43:06.990Z Downloaded is-terminal v0.4.13
5812024-11-22T19:43:06.990Z Downloaded ipnetwork v0.20.0
5822024-11-22T19:43:06.992Z Downloaded crossbeam-deque v0.8.5
5832024-11-22T19:43:06.995Z Downloaded quinn-udp v0.5.5
5842024-11-22T19:43:06.997Z Downloaded same-file v1.0.6
5852024-11-22T19:43:06.999Z Downloaded md5 v0.7.0
5862024-11-22T19:43:07.000Z Downloaded lru v0.12.5
5872024-11-22T19:43:07.002Z Downloaded tower-service v0.3.3
5882024-11-22T19:43:07.002Z Downloaded tinyvec_macros v0.1.1
5892024-11-22T19:43:07.002Z Downloaded kstat-rs v0.2.4
5902024-11-22T19:43:07.004Z Downloaded linked-hash-map v0.5.6
5912024-11-22T19:43:07.004Z Downloaded libefi-sys v0.1.0
5922024-11-22T19:43:07.006Z Downloaded mime v0.3.17
5932024-11-22T19:43:07.008Z Downloaded smf v0.2.3
5942024-11-22T19:43:07.010Z Downloaded signature v2.2.0
5952024-11-22T19:43:07.011Z Downloaded salsa20 v0.10.2
5962024-11-22T19:43:07.013Z Downloaded chacha20 v0.9.1
5972024-11-22T19:43:07.015Z Downloaded iana-time-zone v0.1.61
5982024-11-22T19:43:07.017Z Downloaded memoffset v0.9.1
5992024-11-22T19:43:07.019Z Downloaded lockfree-object-pool v0.1.6
6002024-11-22T19:43:07.021Z Downloaded icu_locid_transform v1.5.0
6012024-11-22T19:43:07.023Z Downloaded cookie_store v0.21.0
6022024-11-22T19:43:07.026Z Downloaded base64 v0.13.1
6032024-11-22T19:43:07.029Z Downloaded icu_locid v1.5.0
6042024-11-22T19:43:07.034Z Downloaded derive_builder_macro v0.20.2
6052024-11-22T19:43:07.037Z Downloaded match_cfg v0.1.0
6062024-11-22T19:43:07.037Z Downloaded linear-map v1.2.0
6072024-11-22T19:43:07.039Z Downloaded float-ord v0.3.2
6082024-11-22T19:43:07.039Z Downloaded structmeta-derive v0.3.0
6092024-11-22T19:43:07.040Z Downloaded dhcproto-macros v0.1.0
6102024-11-22T19:43:07.041Z Downloaded libsw v3.3.1
6112024-11-22T19:43:07.043Z Downloaded ref-cast-impl v1.0.23
6122024-11-22T19:43:07.044Z Downloaded crc32fast v1.4.2
6132024-11-22T19:43:07.046Z Downloaded scheduled-thread-pool v0.2.7
6142024-11-22T19:43:07.049Z Downloaded slog-scope v4.4.0
6152024-11-22T19:43:07.051Z Downloaded subtle v2.6.1
6162024-11-22T19:43:07.051Z Downloaded simd-adler32 v0.3.7
6172024-11-22T19:43:07.053Z Downloaded rustc-demangle v0.1.24
6182024-11-22T19:43:07.055Z Downloaded hyper-staticfile v0.10.1
6192024-11-22T19:43:07.057Z Downloaded nodrop v0.1.14
6202024-11-22T19:43:07.057Z Downloaded libloading v0.8.5
6212024-11-22T19:43:07.060Z Downloaded oso-derive v0.27.3
6222024-11-22T19:43:07.062Z Downloaded const-oid v0.9.6
6232024-11-22T19:43:07.064Z Downloaded rustls-pemfile v1.0.4
6242024-11-22T19:43:07.066Z Downloaded mime_guess v2.0.5
6252024-11-22T19:43:07.069Z Downloaded unicase v2.7.0
6262024-11-22T19:43:07.071Z Downloaded normalize-line-endings v0.3.0
6272024-11-22T19:43:07.071Z Downloaded gethostname v0.5.0
6282024-11-22T19:43:07.073Z Downloaded fxhash v0.2.1
6292024-11-22T19:43:07.073Z Downloaded serde_with_macros v3.11.0
6302024-11-22T19:43:07.075Z Downloaded lock_api v0.4.12
6312024-11-22T19:43:07.078Z Downloaded indexmap v1.9.3
6322024-11-22T19:43:07.080Z Downloaded tls_codec_derive v0.4.1
6332024-11-22T19:43:07.082Z Downloaded cookie v0.18.1
6342024-11-22T19:43:07.085Z Downloaded icu_provider v1.5.0
6352024-11-22T19:43:07.088Z Downloaded zone v0.1.8
6362024-11-22T19:43:07.090Z Downloaded ssh-encoding v0.2.0
6372024-11-22T19:43:07.092Z Downloaded http v1.1.0
6382024-11-22T19:43:07.095Z Downloaded precomputed-hash v0.1.1
6392024-11-22T19:43:07.098Z Downloaded xz2 v0.1.7
6402024-11-22T19:43:07.100Z Downloaded either v1.13.0
6412024-11-22T19:43:07.100Z Downloaded xattr v1.3.1
6422024-11-22T19:43:07.102Z Downloaded memmap2 v0.9.5
6432024-11-22T19:43:07.104Z Downloaded crossbeam-utils v0.8.20
6442024-11-22T19:43:07.107Z Downloaded float-cmp v0.9.0
6452024-11-22T19:43:07.108Z Downloaded clang-sys v1.8.1
6462024-11-22T19:43:07.110Z Downloaded embedded-io v0.6.1
6472024-11-22T19:43:07.112Z Downloaded foldhash v0.1.3
6482024-11-22T19:43:07.114Z Downloaded crc-any v2.5.0
6492024-11-22T19:43:07.116Z Downloaded nanorand v0.7.0
6502024-11-22T19:43:07.118Z Downloaded term v0.7.0
6512024-11-22T19:43:07.121Z Downloaded icu_normalizer v1.5.0
6522024-11-22T19:43:07.127Z Downloaded ipnet v2.10.1
6532024-11-22T19:43:07.127Z Downloaded russh-keys v0.45.0
6542024-11-22T19:43:07.131Z Downloaded base64 v0.22.1
6552024-11-22T19:43:07.133Z Downloaded ghash v0.5.1
6562024-11-22T19:43:07.135Z Downloaded zone v0.3.0
6572024-11-22T19:43:07.138Z Downloaded icu_locid_transform_data v1.5.0
6582024-11-22T19:43:07.140Z Downloaded tracing-attributes v0.1.27
6592024-11-22T19:43:07.142Z Downloaded blake2 v0.10.6
6602024-11-22T19:43:07.144Z Downloaded vsss-rs v3.3.4
6612024-11-22T19:43:07.149Z Downloaded icu_normalizer_data v1.5.0
6622024-11-22T19:43:07.166Z Downloaded zone_cfg_derive v0.1.2
6632024-11-22T19:43:07.168Z Downloaded write16 v1.0.0
6642024-11-22T19:43:07.171Z Downloaded quick-error v1.2.3
6652024-11-22T19:43:07.171Z Downloaded predicates v3.1.2
6662024-11-22T19:43:07.176Z Downloaded slog-bunyan v2.5.0
6672024-11-22T19:43:07.178Z Downloaded rusty-fork v0.3.0
6682024-11-22T19:43:07.180Z Downloaded serde_urlencoded v0.7.1
6692024-11-22T19:43:07.182Z Downloaded prettyplease v0.2.25
6702024-11-22T19:43:07.185Z Downloaded tokio-macros v2.4.0
6712024-11-22T19:43:07.187Z Downloaded tinystr v0.7.6
6722024-11-22T19:43:07.190Z Downloaded percent-encoding v2.3.1
6732024-11-22T19:43:07.190Z Downloaded owo-colors v4.1.0
6742024-11-22T19:43:07.192Z Downloaded native-tls v0.2.12
6752024-11-22T19:43:07.195Z Downloaded tinyvec v1.8.0
6762024-11-22T19:43:07.198Z Downloaded tiny-keccak v2.0.2
6772024-11-22T19:43:07.200Z Downloaded structmeta v0.2.0
6782024-11-22T19:43:07.203Z Downloaded strip-ansi-escapes v0.2.0
6792024-11-22T19:43:07.205Z Downloaded newtype_derive v0.1.6
6802024-11-22T19:43:07.207Z Downloaded untrusted v0.7.1
6812024-11-22T19:43:07.209Z Downloaded password-hash v0.5.0
6822024-11-22T19:43:07.209Z Downloaded vergen v8.3.2
6832024-11-22T19:43:07.211Z Downloaded phf_shared v0.10.0
6842024-11-22T19:43:07.213Z Downloaded paste v1.0.15
6852024-11-22T19:43:07.216Z Downloaded icu_collections v1.5.0
6862024-11-22T19:43:07.221Z Downloaded indicatif v0.17.9
6872024-11-22T19:43:07.226Z Downloaded take_mut v0.2.2
6882024-11-22T19:43:07.228Z Downloaded defmt-macros v0.3.9
6892024-11-22T19:43:07.230Z Downloaded writeable v0.5.5
6902024-11-22T19:43:07.232Z Downloaded utf-8 v0.7.6
6912024-11-22T19:43:07.234Z Downloaded newtype-uuid v1.1.3
6922024-11-22T19:43:07.237Z Downloaded futures-core v0.3.31
6932024-11-22T19:43:07.237Z Downloaded fragile v2.0.0
6942024-11-22T19:43:07.239Z Downloaded filetime v0.2.25
6952024-11-22T19:43:07.241Z Downloaded serde_yaml v0.9.34+deprecated
6962024-11-22T19:43:07.245Z Downloaded env_filter v0.1.2
6972024-11-22T19:43:07.247Z Downloaded group v0.13.0
6982024-11-22T19:43:07.249Z Downloaded ed25519 v2.2.3
6992024-11-22T19:43:07.251Z Downloaded display-error-chain v0.2.2
7002024-11-22T19:43:07.254Z Downloaded dirs-sys-next v0.1.2
7012024-11-22T19:43:07.254Z Downloaded dirs-next v2.0.0
7022024-11-22T19:43:07.256Z Downloaded smallvec v1.13.2
7032024-11-22T19:43:07.258Z Downloaded polyval v0.6.2
7042024-11-22T19:43:07.261Z Downloaded pkg-config v0.3.31
7052024-11-22T19:43:07.263Z Downloaded pem v3.0.4
7062024-11-22T19:43:07.265Z Downloaded typify v0.2.0
7072024-11-22T19:43:07.267Z Downloaded const_format v0.2.33
7082024-11-22T19:43:07.272Z Downloaded sec1 v0.7.3
7092024-11-22T19:43:07.275Z Downloaded opaque-debug v0.3.1
7102024-11-22T19:43:07.277Z Downloaded nibble_vec v0.1.0
7112024-11-22T19:43:07.279Z Downloaded zip v0.6.6
7122024-11-22T19:43:07.282Z Downloaded elliptic-curve v0.13.8
7132024-11-22T19:43:07.287Z Downloaded num-conv v0.1.0
7142024-11-22T19:43:07.289Z Downloaded futures-sink v0.3.31
7152024-11-22T19:43:07.289Z Downloaded endian-type v0.1.2
7162024-11-22T19:43:07.292Z Downloaded slog-stdlog v4.1.1
7172024-11-22T19:43:07.292Z Downloaded phf_shared v0.11.2
7182024-11-22T19:43:07.294Z Downloaded downcast v0.11.0
7192024-11-22T19:43:07.296Z Downloaded crypto-bigint v0.5.5
7202024-11-22T19:43:07.303Z Downloaded foreign-types v0.3.2
7212024-11-22T19:43:07.305Z Downloaded serde_plain v1.0.2
7222024-11-22T19:43:07.305Z Downloaded serde_path_to_error v0.1.16
7232024-11-22T19:43:07.309Z Downloaded r2d2 v0.8.10
7242024-11-22T19:43:07.311Z Downloaded oso v0.27.3
7252024-11-22T19:43:07.313Z Downloaded structmeta-derive v0.2.0
7262024-11-22T19:43:07.315Z Downloaded globset v0.4.15
7272024-11-22T19:43:07.315Z Downloaded poly1305 v0.8.0
7282024-11-22T19:43:07.318Z Downloaded fixedbitset v0.4.2
7292024-11-22T19:43:07.321Z Downloaded pretty-hex v0.2.1
7302024-11-22T19:43:07.322Z Downloaded parse-size v1.1.0
7312024-11-22T19:43:07.322Z Downloaded rustls-pemfile v2.2.0
7322024-11-22T19:43:07.325Z Downloaded glob v0.3.1
7332024-11-22T19:43:07.327Z Downloaded derive_builder v0.20.2
7342024-11-22T19:43:07.332Z Downloaded thiserror-impl-no-std v2.0.2
7352024-11-22T19:43:07.334Z Downloaded sqlparser_derive v0.2.2
7362024-11-22T19:43:07.336Z Downloaded utf8_iter v1.0.4
7372024-11-22T19:43:07.336Z Downloaded test-strategy v0.3.1
7382024-11-22T19:43:07.339Z Downloaded similar v2.6.0
7392024-11-22T19:43:07.344Z Downloaded mockall v0.13.0
7402024-11-22T19:43:07.347Z Downloaded snafu-derive v0.8.5
7412024-11-22T19:43:07.349Z Downloaded num-derive v0.4.2
7422024-11-22T19:43:07.351Z Downloaded mockall_derive v0.13.0
7432024-11-22T19:43:07.353Z Downloaded minimal-lexical v0.2.1
7442024-11-22T19:43:07.358Z Downloaded crossbeam-channel v0.5.13
7452024-11-22T19:43:07.362Z Downloaded futures-task v0.3.31
7462024-11-22T19:43:07.364Z Downloaded predicates-tree v1.0.11
7472024-11-22T19:43:07.367Z Downloaded predicates-core v1.0.8
7482024-11-22T19:43:07.369Z Downloaded wait-timeout v0.2.0
7492024-11-22T19:43:07.369Z Downloaded powerfmt v0.2.0
7502024-11-22T19:43:07.371Z Downloaded parse-display v0.10.0
7512024-11-22T19:43:07.373Z Downloaded futures-macro v0.3.31
7522024-11-22T19:43:07.375Z Downloaded zerofrom v0.1.4
7532024-11-22T19:43:07.375Z Downloaded signal-hook-registry v1.4.2
7542024-11-22T19:43:07.378Z Downloaded enum-as-inner v0.5.1
7552024-11-22T19:43:07.380Z Downloaded derive-where v1.2.7
7562024-11-22T19:43:07.382Z Downloaded flagset v0.4.6
7572024-11-22T19:43:07.385Z Downloaded new_debug_unreachable v1.0.6
7582024-11-22T19:43:07.387Z Downloaded parse-display-derive v0.10.0
7592024-11-22T19:43:07.387Z Downloaded unicode-bidi v0.3.17
7602024-11-22T19:43:07.390Z Downloaded scopeguard v1.2.0
7612024-11-22T19:43:07.392Z Downloaded path-slash v0.1.5
7622024-11-22T19:43:07.394Z Downloaded rustc_version v0.1.7
7632024-11-22T19:43:07.396Z Downloaded stable_deref_trait v1.2.0
7642024-11-22T19:43:07.396Z Downloaded vte v0.11.1
7652024-11-22T19:43:07.398Z Downloaded uzers v0.12.1
7662024-11-22T19:43:07.401Z Downloaded slog v2.7.0
7672024-11-22T19:43:07.403Z Downloaded time-core v0.1.2
7682024-11-22T19:43:07.405Z Downloaded num-complex v0.4.6
7692024-11-22T19:43:07.408Z Downloaded socket2 v0.5.7
7702024-11-22T19:43:07.408Z Downloaded qorb v0.2.0
7712024-11-22T19:43:07.412Z Downloaded ssh-cipher v0.2.0
7722024-11-22T19:43:07.415Z Downloaded spki v0.7.3
7732024-11-22T19:43:07.417Z Downloaded parking_lot v0.12.3
7742024-11-22T19:43:07.419Z Downloaded serde_repr v0.1.19
7752024-11-22T19:43:07.422Z Downloaded hickory-proto v0.24.1
7762024-11-22T19:43:07.438Z Downloaded toolchain_find v0.4.0
7772024-11-22T19:43:07.440Z Downloaded darling_macro v0.20.10
7782024-11-22T19:43:07.440Z Downloaded futures-executor v0.3.31
7792024-11-22T19:43:07.443Z Downloaded dunce v1.0.5
7802024-11-22T19:43:07.443Z Downloaded dsl_auto_type v0.1.2
7812024-11-22T19:43:07.445Z Downloaded parking_lot_core v0.8.6
7822024-11-22T19:43:07.447Z Downloaded hash32 v0.3.1
7832024-11-22T19:43:07.449Z Downloaded debug-ignore v1.0.5
7842024-11-22T19:43:07.451Z Downloaded data-encoding v2.6.0
7852024-11-22T19:43:07.453Z Downloaded rayon-core v1.12.1
7862024-11-22T19:43:07.455Z Downloaded peg-runtime v0.8.3
7872024-11-22T19:43:07.458Z Downloaded multer v3.1.0
7882024-11-22T19:43:07.460Z Downloaded newline-converter v0.3.0
7892024-11-22T19:43:07.460Z Downloaded sqlformat v0.2.6
7902024-11-22T19:43:07.462Z Downloaded num_enum_derive v0.5.11
7912024-11-22T19:43:07.464Z Downloaded num_enum v0.5.11
7922024-11-22T19:43:07.469Z Downloaded sha1 v0.10.6
7932024-11-22T19:43:07.471Z Downloaded secrecy v0.8.0
7942024-11-22T19:43:07.473Z Downloaded pbkdf2 v0.11.0
7952024-11-22T19:43:07.475Z Downloaded multimap v0.10.0
7962024-11-22T19:43:07.477Z Downloaded tokio-rustls v0.25.0
7972024-11-22T19:43:07.479Z Downloaded flate2 v1.0.34
7982024-11-22T19:43:07.483Z Downloaded itertools v0.10.5
7992024-11-22T19:43:07.489Z Downloaded toml v0.7.8
8002024-11-22T19:43:07.493Z Downloaded pbkdf2 v0.12.2
8012024-11-22T19:43:07.495Z Downloaded rand_seeder v0.3.0
8022024-11-22T19:43:07.498Z Downloaded tokio-rustls v0.26.0
8032024-11-22T19:43:07.501Z Downloaded tungstenite v0.24.0
8042024-11-22T19:43:07.503Z Downloaded tokio-native-tls v0.3.1
8052024-11-22T19:43:07.505Z Downloaded tokio-tungstenite v0.24.0
8062024-11-22T19:43:07.507Z Downloaded funty v2.0.0
8072024-11-22T19:43:07.510Z Downloaded tokio-tungstenite v0.23.1
8082024-11-22T19:43:07.512Z Downloaded diesel_table_macro_syntax v0.2.0
8092024-11-22T19:43:07.514Z Downloaded url v2.5.3
8102024-11-22T19:43:07.516Z Downloaded mirai-annotations v1.12.0
8112024-11-22T19:43:07.519Z Downloaded tokio-tungstenite v0.21.0
8122024-11-22T19:43:07.521Z Downloaded topological-sort v0.2.2
8132024-11-22T19:43:07.523Z Downloaded postgres-protocol v0.6.7
8142024-11-22T19:43:07.525Z Downloaded subprocess v0.2.9
8152024-11-22T19:43:07.528Z Downloaded password-hash v0.4.2
8162024-11-22T19:43:07.530Z Downloaded phf v0.11.2
8172024-11-22T19:43:07.532Z Downloaded rfc6979 v0.4.0
8182024-11-22T19:43:07.532Z Downloaded time v0.3.36
8192024-11-22T19:43:07.539Z Downloaded try-lock v0.2.5
8202024-11-22T19:43:07.541Z Downloaded termtree v0.4.1
8212024-11-22T19:43:07.541Z Downloaded nom v7.1.3
8222024-11-22T19:43:07.548Z Downloaded zerofrom-derive v0.1.4
8232024-11-22T19:43:07.550Z Downloaded scrypt v0.11.0
8242024-11-22T19:43:07.552Z Downloaded wyz v0.5.1
8252024-11-22T19:43:07.552Z Downloaded tap v1.0.1
8262024-11-22T19:43:07.555Z Downloaded whoami v1.5.2
8272024-11-22T19:43:07.557Z Downloaded openssl-probe v0.1.5
8282024-11-22T19:43:07.558Z Downloaded foreign-types-shared v0.3.1
8292024-11-22T19:43:07.560Z Downloaded slab v0.4.9
8302024-11-22T19:43:07.560Z Downloaded fd-lock v4.0.2
8312024-11-22T19:43:07.563Z Downloaded hkdf v0.12.4
8322024-11-22T19:43:07.566Z Downloaded unicode-truncate v1.1.0
8332024-11-22T19:43:07.569Z Downloaded sync_wrapper v1.0.1
8342024-11-22T19:43:07.571Z Downloaded num v0.4.3
8352024-11-22T19:43:07.571Z Downloaded foreign-types-macros v0.2.3
8362024-11-22T19:43:07.571Z Downloaded foreign-types v0.5.0
8372024-11-22T19:43:07.574Z Downloaded fs_extra v1.3.0
8382024-11-22T19:43:07.575Z Downloaded phf_generator v0.11.2
8392024-11-22T19:43:07.578Z Downloaded phf_codegen v0.11.2
8402024-11-22T19:43:07.578Z Downloaded postgres-types v0.2.8
8412024-11-22T19:43:07.580Z Downloaded schemars v0.8.21
8422024-11-22T19:43:07.594Z Downloaded supports-color v3.0.1
8432024-11-22T19:43:07.596Z Downloaded rustfmt-wrapper v0.2.1
8442024-11-22T19:43:07.598Z Downloaded defmt-parser v0.3.4
8452024-11-22T19:43:07.598Z Downloaded ecdsa v0.16.9
8462024-11-22T19:43:07.600Z Downloaded blake3 v1.5.4
8472024-11-22T19:43:07.608Z Downloaded zerocopy v0.6.6
8482024-11-22T19:43:07.611Z Downloaded thread_local v1.1.8
8492024-11-22T19:43:07.614Z Downloaded itertools v0.13.0
8502024-11-22T19:43:07.620Z Downloaded number_prefix v0.4.0
8512024-11-22T19:43:07.622Z Downloaded strum v0.26.3
8522024-11-22T19:43:07.625Z Downloaded unicode-normalization v0.1.24
8532024-11-22T19:43:07.627Z Downloaded thiserror-no-std v2.0.2
8542024-11-22T19:43:07.632Z Downloaded progenitor v0.8.0
8552024-11-22T19:43:07.634Z Downloaded nu-ansi-term v0.50.1
8562024-11-22T19:43:07.636Z Downloaded tui-tree-widget v0.22.0
8572024-11-22T19:43:07.638Z Downloaded static_assertions v1.1.0
8582024-11-22T19:43:07.640Z Downloaded peg v0.8.4
8592024-11-22T19:43:07.643Z Downloaded synstructure v0.13.1
8602024-11-22T19:43:07.645Z Downloaded progenitor-macro v0.8.0
8612024-11-22T19:43:07.647Z Downloaded miniz_oxide v0.8.0
8622024-11-22T19:43:07.649Z Downloaded serde-big-array v0.5.1
8632024-11-22T19:43:07.651Z Downloaded sync-ptr v0.1.1
8642024-11-22T19:43:07.652Z Downloaded aws-lc-rs v1.10.0
8652024-11-22T19:43:07.661Z Downloaded foreign-types-shared v0.1.1
8662024-11-22T19:43:07.663Z Downloaded universal-hash v0.5.1
8672024-11-22T19:43:07.663Z Downloaded russh-cryptovec v0.7.3
8682024-11-22T19:43:07.666Z Downloaded unicode-xid v0.2.6
8692024-11-22T19:43:07.666Z Downloaded signal-hook v0.3.17
8702024-11-22T19:43:07.668Z Downloaded form_urlencoded v1.2.1
8712024-11-22T19:43:07.670Z Downloaded tabwriter v1.4.0
8722024-11-22T19:43:07.673Z Downloaded num-iter v0.1.45
8732024-11-22T19:43:07.673Z Downloaded unicode-segmentation v1.12.0
8742024-11-22T19:43:07.676Z Downloaded rustyline v14.0.0
8752024-11-22T19:43:07.681Z Downloaded want v0.3.1
8762024-11-22T19:43:07.683Z Downloaded hyper v1.5.0
8772024-11-22T19:43:07.690Z Downloaded rustc-hash v2.0.0
8782024-11-22T19:43:07.692Z Downloaded slog-envlogger v2.2.0
8792024-11-22T19:43:07.692Z Downloaded rustc_version v0.4.1
8802024-11-22T19:43:07.694Z Downloaded num_threads v0.1.7
8812024-11-22T19:43:07.697Z Downloaded psl-types v2.0.11
8822024-11-22T19:43:07.697Z Downloaded strum_macros v0.24.3
8832024-11-22T19:43:07.699Z Downloaded typify-macro v0.2.0
8842024-11-22T19:43:07.699Z Downloaded zone_cfg_derive v0.3.0
8852024-11-22T19:43:07.701Z Downloaded spin v0.5.2
8862024-11-22T19:43:07.701Z Downloaded pin-utils v0.1.0
8872024-11-22T19:43:07.703Z Downloaded fallible-streaming-iterator v0.1.9
8882024-11-22T19:43:07.703Z Downloaded dyn-clone v1.0.17
8892024-11-22T19:43:07.705Z Downloaded fallible-iterator v0.2.0
8902024-11-22T19:43:07.707Z Downloaded strum_macros v0.25.3
8912024-11-22T19:43:07.710Z Downloaded string_cache v0.8.7
8922024-11-22T19:43:07.710Z Downloaded rustc-hash v1.1.0
8932024-11-22T19:43:07.713Z Downloaded slog-json v2.6.1
8942024-11-22T19:43:07.713Z Downloaded diesel-dtrace v0.3.0
8952024-11-22T19:43:07.715Z Downloaded openssl-macros v0.1.1
8962024-11-22T19:43:07.717Z Downloaded zeroize_derive v1.4.2
8972024-11-22T19:43:07.717Z Downloaded ron v0.8.1
8982024-11-22T19:43:07.722Z Downloaded slog-dtrace v0.3.0
8992024-11-22T19:43:07.724Z Downloaded deranged v0.3.11
9002024-11-22T19:43:07.726Z Downloaded serde_with v3.11.0
9012024-11-22T19:43:07.734Z Downloaded num-rational v0.4.2
9022024-11-22T19:43:07.736Z Downloaded sct v0.7.1
9032024-11-22T19:43:07.739Z Downloaded which v4.4.2
9042024-11-22T19:43:07.741Z Downloaded bitvec v1.0.1
9052024-11-22T19:43:07.757Z Downloaded num-integer v0.1.46
9062024-11-22T19:43:07.759Z Downloaded hash32 v0.2.1
9072024-11-22T19:43:07.761Z Downloaded proc-macro-crate v1.3.1
9082024-11-22T19:43:07.761Z Downloaded derive_builder_core v0.20.2
9092024-11-22T19:43:07.763Z Downloaded pin-project-internal v1.1.6
9102024-11-22T19:43:07.766Z Downloaded semver v0.1.20
9112024-11-22T19:43:07.769Z Downloaded serde-hex v0.1.0
9122024-11-22T19:43:07.769Z Downloaded radium v0.7.0
9132024-11-22T19:43:07.771Z Downloaded primeorder v0.13.6
9142024-11-22T19:43:07.771Z Downloaded postcard v1.0.10
9152024-11-22T19:43:07.774Z Downloaded futures-io v0.3.31
9162024-11-22T19:43:07.776Z Downloaded rsa v0.9.6
9172024-11-22T19:43:07.779Z Downloaded der_derive v0.7.3
9182024-11-22T19:43:07.782Z Downloaded strum_macros v0.26.4
9192024-11-22T19:43:07.784Z Downloaded darling_core v0.20.10
9202024-11-22T19:43:07.789Z Downloaded pkcs8 v0.10.2
9212024-11-22T19:43:07.791Z Downloaded bindgen v0.69.5
9222024-11-22T19:43:07.799Z Downloaded slog-async v2.8.0
9232024-11-22T19:43:07.801Z Downloaded pin-project-lite v0.2.14
9242024-11-22T19:43:07.806Z Downloaded serde_derive_internals v0.29.1
9252024-11-22T19:43:07.808Z Downloaded mio v1.0.2
9262024-11-22T19:43:07.814Z Downloaded parse-zoneinfo v0.3.1
9272024-11-22T19:43:07.817Z Downloaded num-bigint-dig v0.8.4
9282024-11-22T19:43:07.822Z Downloaded num-traits v0.2.19
9292024-11-22T19:43:07.825Z Downloaded toml_edit v0.19.15
9302024-11-22T19:43:07.844Z Downloaded pkcs5 v0.7.1
9312024-11-22T19:43:07.847Z Downloaded futures v0.3.31
9322024-11-22T19:43:07.851Z Downloaded headers v0.4.0
9332024-11-22T19:43:07.857Z Downloaded futures-channel v0.3.31
9342024-11-22T19:43:07.859Z Downloaded half v2.4.1
9352024-11-22T19:43:07.862Z Downloaded quick-xml v0.33.0
9362024-11-22T19:43:07.869Z Downloaded unsafe-libyaml v0.2.11
9372024-11-22T19:43:07.872Z Downloaded rand v0.8.5
9382024-11-22T19:43:07.876Z Downloaded diesel_derives v2.2.3
9392024-11-22T19:43:07.880Z Downloaded steno v0.4.1
9402024-11-22T19:43:07.885Z Downloaded futures-util v0.3.31
9412024-11-22T19:43:07.897Z Downloaded rusqlite v0.32.1
9422024-11-22T19:43:07.904Z Downloaded icu_properties_data v1.5.0
9432024-11-22T19:43:07.916Z Downloaded zerocopy-derive v0.8.10
9442024-11-22T19:43:07.921Z Downloaded lalrpop v0.19.12
9452024-11-22T19:43:07.934Z Downloaded unicode_categories v0.1.1
9462024-11-22T19:43:07.936Z Downloaded rustls-webpki v0.101.7
9472024-11-22T19:43:07.951Z Downloaded sqlparser v0.45.0
9482024-11-22T19:43:07.957Z Downloaded typed-path v0.9.3
9492024-11-22T19:43:07.963Z Downloaded der v0.7.9
9502024-11-22T19:43:07.968Z Downloaded object v0.30.4
9512024-11-22T19:43:07.979Z Downloaded x509-cert v0.2.5
9522024-11-22T19:43:07.985Z Downloaded russh v0.45.0
9532024-11-22T19:43:07.991Z Downloaded git2 v0.19.0
9542024-11-22T19:43:08.001Z Downloaded smoltcp v0.9.1
9552024-11-22T19:43:08.012Z Downloaded hashbrown v0.14.5
9562024-11-22T19:43:08.018Z Downloaded idna v0.3.0
9572024-11-22T19:43:08.025Z Downloaded reqwest v0.12.9
9582024-11-22T19:43:08.034Z Downloaded vcpkg v0.2.15
9592024-11-22T19:43:08.072Z Downloaded num-bigint v0.4.6
9602024-11-22T19:43:08.077Z Downloaded polar-core v0.27.3
9612024-11-22T19:43:08.086Z Downloaded rayon v1.10.0
9622024-11-22T19:43:08.095Z Downloaded hashbrown v0.13.2
9632024-11-22T19:43:08.100Z Downloaded p384 v0.13.0
9642024-11-22T19:43:08.106Z Downloaded rustls v0.21.12
9652024-11-22T19:43:08.118Z Downloaded zerovec v0.10.4
9662024-11-22T19:43:08.124Z Downloaded proptest v1.5.0
9672024-11-22T19:43:08.134Z Downloaded unicode-width v0.2.0
9682024-11-22T19:43:08.140Z Downloaded regress v0.9.1
9692024-11-22T19:43:08.150Z Downloaded h2 v0.4.6
9702024-11-22T19:43:08.157Z Downloaded chrono-tz v0.10.0
9712024-11-22T19:43:08.165Z Downloaded zerocopy v0.8.10
9722024-11-22T19:43:08.190Z Downloaded dropshot v0.12.0
9732024-11-22T19:43:08.210Z Downloaded object v0.36.5
9742024-11-22T19:43:08.221Z Downloaded webpki-roots v0.26.6
9752024-11-22T19:43:08.224Z Downloaded dropshot v0.13.0
9762024-11-22T19:43:08.246Z Downloaded trust-dns-proto v0.22.0
9772024-11-22T19:43:08.257Z Downloaded regex v1.11.1
9782024-11-22T19:43:08.270Z Downloaded openssl v0.10.66
9792024-11-22T19:43:08.279Z Downloaded radix_trie v0.2.1
9802024-11-22T19:43:08.285Z Downloaded regex-syntax v0.8.5
9812024-11-22T19:43:08.295Z Downloaded nix v0.28.0
9822024-11-22T19:43:08.306Z Downloaded rustls v0.22.4
9832024-11-22T19:43:08.320Z Downloaded ratatui v0.28.1
9842024-11-22T19:43:08.340Z Downloaded diesel v2.2.4
9852024-11-22T19:43:08.358Z Downloaded openapiv3 v2.0.0
9862024-11-22T19:43:08.370Z Downloaded regex-syntax v0.6.29
9872024-11-22T19:43:08.378Z Downloaded rustls v0.23.14
9882024-11-22T19:43:08.391Z Downloaded zerocopy-derive v0.6.6
9892024-11-22T19:43:08.400Z Downloaded regress v0.10.1
9902024-11-22T19:43:08.410Z Downloaded bzip2-sys v0.1.11+1.0.8
9912024-11-22T19:43:08.422Z Downloaded nix v0.27.1
9922024-11-22T19:43:08.433Z Downloaded bstr v1.10.0
9932024-11-22T19:43:08.443Z Downloaded smoltcp v0.11.0
9942024-11-22T19:43:08.456Z Downloaded sled v0.34.7
9952024-11-22T19:43:08.466Z Downloaded typify-impl v0.2.0
9962024-11-22T19:43:08.481Z Downloaded petgraph v0.6.5
9972024-11-22T19:43:08.499Z Downloaded nix v0.29.0
9982024-11-22T19:43:08.510Z Downloaded regex-automata v0.4.8
9992024-11-22T19:43:08.527Z Downloaded gimli v0.31.1
10002024-11-22T19:43:08.535Z Downloaded curve25519-dalek v4.1.3
10012024-11-22T19:43:08.544Z Downloaded idna v0.5.0
10022024-11-22T19:43:08.551Z Downloaded idna v0.4.0
10032024-11-22T19:43:08.558Z Downloaded idna v0.2.3
10042024-11-22T19:43:08.564Z Downloaded rustls-webpki v0.102.8
10052024-11-22T19:43:08.583Z Downloaded lzma-sys v0.1.20
10062024-11-22T19:43:08.611Z Downloaded tokio v1.40.0
10072024-11-22T19:43:08.647Z Downloaded csv v1.3.0
10082024-11-22T19:43:08.667Z Downloaded expectorate v1.1.0
10092024-11-22T19:43:08.669Z Downloaded quinn-proto v0.11.8
10102024-11-22T19:43:08.675Z Downloaded libz-sys v1.1.20
10112024-11-22T19:43:08.696Z Downloaded sha3 v0.10.8
10122024-11-22T19:43:08.701Z Downloaded portable-atomic v1.9.0
10132024-11-22T19:43:08.707Z Downloaded petname v2.0.2
10142024-11-22T19:43:08.712Z Downloaded p521 v0.13.3
10152024-11-22T19:43:08.716Z Downloaded chrono v0.4.38
10162024-11-22T19:43:08.723Z Downloaded ed25519-dalek v2.1.1
10172024-11-22T19:43:08.726Z Downloaded hashbrown v0.12.3
10182024-11-22T19:43:08.730Z Downloaded yoke v0.7.4
10192024-11-22T19:43:08.732Z Downloaded tracing-core v0.1.32
10202024-11-22T19:43:08.734Z Downloaded tokio-postgres v0.7.12
10212024-11-22T19:43:08.739Z Downloaded env_logger v0.11.5
10222024-11-22T19:43:08.742Z Downloaded env_logger v0.10.2
10232024-11-22T19:43:08.744Z Downloaded zeroize v1.8.1
10242024-11-22T19:43:08.747Z Downloaded pkcs1 v0.7.5
10252024-11-22T19:43:08.749Z Downloaded progenitor-impl v0.8.0
10262024-11-22T19:43:08.751Z Downloaded utf16_iter v1.0.5
10272024-11-22T19:43:08.751Z Downloaded fallible-iterator v0.3.0
10282024-11-22T19:43:08.754Z Downloaded tokio-util v0.7.12
10292024-11-22T19:43:08.758Z Downloaded winnow v0.5.40
10302024-11-22T19:43:08.767Z Downloaded rustls-pki-types v1.9.0
10312024-11-22T19:43:08.771Z Downloaded diff v0.1.13
10322024-11-22T19:43:08.774Z Downloaded zopfli v0.8.1
10332024-11-22T19:43:08.776Z Downloaded reedline v0.35.0
10342024-11-22T19:43:08.784Z Downloaded spin v0.9.8
10352024-11-22T19:43:08.786Z Downloaded pin-project v1.1.6
10362024-11-22T19:43:08.797Z Downloaded peg-macros v0.8.4
10372024-11-22T19:43:08.800Z Downloaded p256 v0.13.2
10382024-11-22T19:43:08.803Z Downloaded yoke-derive v0.7.4
10392024-11-22T19:43:08.805Z Downloaded olpc-cjson v0.1.4
10402024-11-22T19:43:08.805Z Downloaded tough v0.19.0
10412024-11-22T19:43:08.812Z Downloaded hashlink v0.9.1
10422024-11-22T19:43:08.815Z Downloaded fatfs v0.3.6
10432024-11-22T19:43:08.818Z Downloaded salty v0.3.0
10442024-11-22T19:43:08.825Z Downloaded itertools v0.12.1
10452024-11-22T19:43:08.832Z Downloaded pem-rfc7468 v0.7.0
10462024-11-22T19:43:08.834Z Downloaded defmt v0.3.8
10472024-11-22T19:43:08.837Z Downloaded tokio-stream v0.1.16
10482024-11-22T19:43:08.841Z Downloaded unarray v0.1.4
10492024-11-22T19:43:08.844Z Downloaded termios v0.3.3
10502024-11-22T19:43:08.846Z Downloaded termcolor v1.4.1
10512024-11-22T19:43:08.846Z Downloaded ref-cast v1.0.23
10522024-11-22T19:43:08.848Z Downloaded dropshot_endpoint v0.13.0
10532024-11-22T19:43:08.852Z Downloaded dropshot_endpoint v0.12.0
10542024-11-22T19:43:08.855Z Downloaded ssh-key v0.6.6
10552024-11-22T19:43:08.862Z Downloaded libm v0.2.8
10562024-11-22T19:43:08.870Z Downloaded crossterm v0.28.1
10572024-11-22T19:43:08.876Z Downloaded ena v0.14.3
10582024-11-22T19:43:08.878Z Downloaded yasna v0.5.2
10592024-11-22T19:43:08.881Z Downloaded libxml v0.3.3
10602024-11-22T19:43:08.886Z Downloaded tokio-rustls v0.24.1
10612024-11-22T19:43:08.889Z Downloaded signal-hook-mio v0.2.4
10622024-11-22T19:43:08.891Z Downloaded shlex v1.3.0
10632024-11-22T19:43:08.891Z Downloaded shell-words v1.1.0
10642024-11-22T19:43:08.894Z Downloaded rand_xorshift v0.3.0
10652024-11-22T19:43:08.894Z Downloaded rand_core v0.6.4
10662024-11-22T19:43:08.894Z Downloaded uuid v1.11.0
10672024-11-22T19:43:08.897Z Downloaded tungstenite v0.23.0
10682024-11-22T19:43:08.900Z Downloaded quinn v0.11.5
10692024-11-22T19:43:08.903Z Downloaded idna v1.0.3
10702024-11-22T19:43:08.908Z Downloaded snafu v0.8.5
10712024-11-22T19:43:08.914Z Downloaded zip v2.1.3
10722024-11-22T19:43:08.918Z Downloaded encoding_rs v0.8.34
10732024-11-22T19:43:08.940Z Downloaded displaydoc v0.2.5
10742024-11-22T19:43:08.942Z Downloaded walkdir v2.5.0
10752024-11-22T19:43:08.945Z Downloaded ron v0.7.1
10762024-11-22T19:43:08.949Z Downloaded omicron-zone-package v0.11.1
10772024-11-22T19:43:08.951Z Downloaded tungstenite v0.21.0
10782024-11-22T19:43:08.956Z Downloaded siphasher v0.3.11
10792024-11-22T19:43:08.958Z Downloaded signal-hook-tokio v0.3.1
10802024-11-22T19:43:08.958Z Downloaded parking_lot_core v0.9.10
10812024-11-22T19:43:08.960Z Downloaded parking_lot v0.11.2
10822024-11-22T19:43:08.962Z Downloaded schemars_derive v0.8.21
10832024-11-22T19:43:08.968Z Downloaded resolv-conf v0.7.0
10842024-11-22T19:43:08.968Z Downloaded twox-hash v1.6.3
10852024-11-22T19:43:08.968Z Downloaded value-bag v1.9.0
10862024-11-22T19:43:08.976Z Downloaded rcgen v0.12.1
10872024-11-22T19:43:08.976Z Downloaded flume v0.11.1
10882024-11-22T19:43:08.976Z Downloaded tracing v0.1.40
10892024-11-22T19:43:08.980Z Downloaded openssl-sys v0.9.103
10902024-11-22T19:43:08.985Z Downloaded publicsuffix v2.2.3
10912024-11-22T19:43:08.988Z Downloaded difflib v0.4.0
10922024-11-22T19:43:08.990Z Downloaded waitgroup v0.1.2
10932024-11-22T19:43:08.990Z Downloaded vte_generate_state_changes v0.1.2
10942024-11-22T19:43:08.990Z Downloaded untrusted v0.9.0
10952024-11-22T19:43:08.992Z Downloaded packed_struct_codegen v0.10.1
10962024-11-22T19:43:08.994Z Downloaded packed_struct v0.10.1
10972024-11-22T19:43:08.996Z Downloaded derive_more v0.99.18
10982024-11-22T19:43:08.999Z Downloaded time-macros v0.2.18
10992024-11-22T19:43:09.002Z Downloaded structmeta v0.3.0
11002024-11-22T19:43:09.004Z Downloaded smallvec v0.6.14
11012024-11-22T19:43:09.006Z Downloaded slog-term v2.9.1
11022024-11-22T19:43:09.008Z Downloaded zerovec-derive v0.10.3
11032024-11-22T19:43:09.008Z Downloaded ff v0.13.0
11042024-11-22T19:43:09.010Z Downloaded enum-as-inner v0.6.1
11052024-11-22T19:43:09.012Z Downloaded tar v0.4.42
11062024-11-22T19:43:09.014Z Downloaded rtoolbox v0.0.2
11072024-11-22T19:43:09.016Z Downloaded dhcproto v0.12.0
11082024-11-22T19:43:09.019Z Downloaded hyper-util v0.1.10
11092024-11-22T19:43:09.022Z Downloaded chacha20poly1305 v0.10.1
11102024-11-22T19:43:09.024Z Downloaded cc v1.1.30
11112024-11-22T19:43:09.027Z Downloaded base64 v0.21.7
11122024-11-22T19:43:09.030Z Downloaded unicode-properties v0.1.3
11132024-11-22T19:43:09.032Z Downloaded samael v0.0.17
11142024-11-22T19:43:09.038Z Downloaded libgit2-sys v0.17.0+1.8.1
11152024-11-22T19:43:09.096Z Downloaded stringprep v0.1.5
11162024-11-22T19:43:09.098Z Downloaded icu_properties v1.5.1
11172024-11-22T19:43:09.100Z Downloaded getrandom v0.2.15
11182024-11-22T19:43:09.102Z Downloaded rustversion v1.0.17
11192024-11-22T19:43:09.105Z Downloaded ppv-lite86 v0.2.20
11202024-11-22T19:43:09.107Z Downloaded embedded-io v0.4.0
11212024-11-22T19:43:09.109Z Downloaded des v0.8.1
11222024-11-22T19:43:09.109Z Downloaded crossbeam-epoch v0.9.18
11232024-11-22T19:43:09.112Z Downloaded bumpalo v3.16.0
11242024-11-22T19:43:09.114Z Downloaded backtrace v0.3.74
11252024-11-22T19:43:09.119Z Downloaded ciborium v0.2.2
11262024-11-22T19:43:09.121Z Downloaded bytes v1.8.0
11272024-11-22T19:43:09.125Z Downloaded compact_str v0.8.0
11282024-11-22T19:43:09.129Z Downloaded hmac v0.12.1
11292024-11-22T19:43:09.131Z Downloaded tls_codec v0.4.1
11302024-11-22T19:43:09.133Z Downloaded md-5 v0.10.6
11312024-11-22T19:43:09.135Z Downloaded hyper-rustls v0.27.3
11322024-11-22T19:43:09.138Z Downloaded cancel-safe-futures v0.1.5
11332024-11-22T19:43:09.140Z Downloaded litemap v0.7.3
11342024-11-22T19:43:09.142Z Downloaded jobserver v0.1.32
11352024-11-22T19:43:09.144Z Downloaded csv-core v0.1.11
11362024-11-22T19:43:09.146Z Downloaded rand_chacha v0.3.1
11372024-11-22T19:43:09.146Z Downloaded cobs v0.2.3
11382024-11-22T19:43:09.149Z Downloaded bzip2 v0.4.4
11392024-11-22T19:43:09.151Z Downloaded maplit v1.0.2
11402024-11-22T19:43:09.151Z Downloaded lru-cache v0.1.2
11412024-11-22T19:43:09.153Z Downloaded keccak v0.1.5
11422024-11-22T19:43:09.153Z Downloaded lalrpop-util v0.19.12
11432024-11-22T19:43:09.153Z Downloaded lazy_static v1.5.0
11442024-11-22T19:43:09.156Z Downloaded cbc v0.1.2
11452024-11-22T19:43:09.158Z Downloaded impl-trait-for-tuples v0.2.2
11462024-11-22T19:43:09.160Z Downloaded httparse v1.9.5
11472024-11-22T19:43:09.163Z Downloaded cassowary v0.3.0
11482024-11-22T19:43:09.163Z Downloaded idna_adapter v1.2.0
11492024-11-22T19:43:09.165Z Downloaded hyper-tls v0.6.0
11502024-11-22T19:43:09.165Z Downloaded hubpack v0.1.2
11512024-11-22T19:43:09.167Z Downloaded httpdate v1.0.3
11522024-11-22T19:43:09.167Z Downloaded hostname v0.4.0
11532024-11-22T19:43:09.170Z Downloaded highway v1.2.0
11542024-11-22T19:43:09.172Z Downloaded cipher v0.4.4
11552024-11-22T19:43:09.174Z Downloaded async-recursion v1.1.1
11562024-11-22T19:43:09.176Z Downloaded ascii-canvas v3.0.0
11572024-11-22T19:43:09.178Z Downloaded heck v0.3.3
11582024-11-22T19:43:09.469Z Downloaded aws-lc-sys v0.22.0
11592024-11-22T19:43:09.807Z Downloaded ring v0.17.8
11602024-11-22T19:43:09.972Z Downloaded libsqlite3-sys v0.30.1
11612024-11-22T19:43:10.050Z Downloaded ring v0.16.20
11622024-11-22T19:43:10.226Z Compiling serde v1.0.215
11632024-11-22T19:43:10.228Z Compiling lock_api v0.4.12
11642024-11-22T19:43:10.228Z Compiling scopeguard v1.2.0
11652024-11-22T19:43:10.228Z Compiling value-bag v1.9.0
11662024-11-22T19:43:10.228Z Compiling typenum v1.17.0
11672024-11-22T19:43:10.228Z Compiling generic-array v0.14.7
11682024-11-22T19:43:10.401Z Compiling syn v2.0.87
11692024-11-22T19:43:10.412Z Compiling getrandom v0.2.15
11702024-11-22T19:43:10.546Z Compiling subtle v2.6.1
11712024-11-22T19:43:10.725Z Compiling rand_core v0.6.4
11722024-11-22T19:43:10.894Z Compiling log v0.4.22
11732024-11-22T19:43:10.897Z Compiling shlex v1.3.0
11742024-11-22T19:43:10.939Z Compiling jobserver v0.1.32
11752024-11-22T19:43:11.028Z Compiling const-oid v0.9.6
11762024-11-22T19:43:11.220Z Compiling smallvec v1.13.2
11772024-11-22T19:43:11.243Z Compiling spin v0.9.8
11782024-11-22T19:43:11.297Z Compiling cc v1.1.30
11792024-11-22T19:43:11.602Z Compiling pin-project-lite v0.2.14
11802024-11-22T19:43:11.619Z Compiling rustix v0.38.37
11812024-11-22T19:43:11.722Z Compiling parking_lot_core v0.9.10
11822024-11-22T19:43:11.786Z Compiling futures-core v0.3.31
11832024-11-22T19:43:11.873Z Compiling signal-hook-registry v1.4.2
11842024-11-22T19:43:12.015Z Compiling mio v1.0.2
11852024-11-22T19:43:12.582Z Compiling aho-corasick v1.1.3
11862024-11-22T19:43:12.911Z Compiling parking_lot v0.12.3
11872024-11-22T19:43:13.000Z Compiling cpufeatures v0.2.14
11882024-11-22T19:43:13.108Z Compiling regex-syntax v0.8.5
11892024-11-22T19:43:13.111Z Compiling either v1.13.0
11902024-11-22T19:43:13.145Z Compiling lazy_static v1.5.0
11912024-11-22T19:43:13.273Z Compiling futures-sink v0.3.31
11922024-11-22T19:43:13.391Z Compiling stable_deref_trait v1.2.0
11932024-11-22T19:43:13.439Z Compiling glob v0.3.1
11942024-11-22T19:43:13.498Z Compiling socket2 v0.5.7
11952024-11-22T19:43:13.543Z Compiling slab v0.4.9
11962024-11-22T19:43:13.854Z Compiling prettyplease v0.2.25
11972024-11-22T19:43:14.025Z Compiling minimal-lexical v0.2.1
11982024-11-22T19:43:14.460Z Compiling clang-sys v1.8.1
11992024-11-22T19:43:14.500Z Compiling nom v7.1.3
12002024-11-22T19:43:14.536Z Compiling libloading v0.8.5
12012024-11-22T19:43:14.569Z Compiling bindgen v0.69.5
12022024-11-22T19:43:14.960Z Compiling serde_json v1.0.132
12032024-11-22T19:43:15.199Z Compiling home v0.5.9
12042024-11-22T19:43:15.379Z Compiling itertools v0.12.1
12052024-11-22T19:43:15.480Z Compiling futures-channel v0.3.31
12062024-11-22T19:43:15.902Z Compiling lazycell v1.3.0
12072024-11-22T19:43:15.905Z Compiling pin-utils v0.1.0
12082024-11-22T19:43:16.013Z Compiling allocator-api2 v0.2.18
12092024-11-22T19:43:16.062Z Compiling rustc-hash v1.1.0
12102024-11-22T19:43:16.206Z Compiling foldhash v0.1.3
12112024-11-22T19:43:16.533Z Compiling futures-task v0.3.31
12122024-11-22T19:43:16.782Z Compiling futures-io v0.3.31
12132024-11-22T19:43:16.845Z Compiling regex-automata v0.4.8
12142024-11-22T19:43:17.111Z Compiling hashbrown v0.15.0
12152024-11-22T19:43:18.177Z Compiling synstructure v0.13.1
12162024-11-22T19:43:18.441Z Compiling cexpr v0.6.0
12172024-11-22T19:43:18.464Z Compiling cmake v0.1.51
12182024-11-22T19:43:19.527Z Compiling pkg-config v0.3.31
12192024-11-22T19:43:19.896Z Compiling tinyvec_macros v0.1.1
12202024-11-22T19:43:19.997Z Compiling libm v0.2.8
12212024-11-22T19:43:20.025Z Compiling fs_extra v1.3.0
12222024-11-22T19:43:20.206Z Compiling dunce v1.0.5
12232024-11-22T19:43:20.340Z Compiling tinyvec v1.8.0
12242024-11-22T19:43:20.359Z Compiling num-traits v0.2.19
12252024-11-22T19:43:20.865Z Compiling ring v0.17.8
12262024-11-22T19:43:21.065Z Compiling litemap v0.7.3
12272024-11-22T19:43:21.433Z Compiling unicode-bidi v0.3.17
12282024-11-22T19:43:21.477Z Compiling writeable v0.5.5
12292024-11-22T19:43:21.897Z Compiling unicode-normalization v0.1.24
12302024-11-22T19:43:21.945Z Compiling base64ct v1.6.0
12312024-11-22T19:43:22.007Z Compiling paste v1.0.15
12322024-11-22T19:43:22.504Z Compiling regex v1.11.1
12332024-11-22T19:43:22.605Z Compiling pem-rfc7468 v0.7.0
12342024-11-22T19:43:23.002Z Compiling aws-lc-rs v1.10.0
12352024-11-22T19:43:23.326Z Compiling httparse v1.9.5
12362024-11-22T19:43:23.428Z Compiling flagset v0.4.6
12372024-11-22T19:43:23.636Z Compiling tracing-core v0.1.32
12382024-11-22T19:43:24.125Z Compiling icu_locid_transform_data v1.5.0
12392024-11-22T19:43:24.232Z Compiling crossbeam-utils v0.8.20
12402024-11-22T19:43:24.715Z Compiling rustls-pki-types v1.9.0
12412024-11-22T19:43:24.826Z Compiling percent-encoding v2.3.1
12422024-11-22T19:43:25.025Z Compiling icu_properties_data v1.5.0
12432024-11-22T19:43:25.213Z Compiling serde_derive v1.0.215
12442024-11-22T19:43:25.215Z Compiling zeroize_derive v1.4.2
12452024-11-22T19:43:25.273Z Compiling zerocopy-derive v0.7.35
12462024-11-22T19:43:25.564Z Compiling tokio-macros v2.4.0
12472024-11-22T19:43:25.762Z Compiling zerofrom-derive v0.1.4
12482024-11-22T19:43:26.759Z Compiling zeroize v1.8.1
12492024-11-22T19:43:27.170Z Compiling thiserror-impl v1.0.69
12502024-11-22T19:43:27.231Z Compiling yoke-derive v0.7.4
12512024-11-22T19:43:27.566Z Compiling zerocopy v0.7.35
12522024-11-22T19:43:27.658Z Compiling zerovec-derive v0.10.3
12532024-11-22T19:43:28.630Z Compiling crypto-common v0.1.6
12542024-11-22T19:43:28.881Z Compiling block-buffer v0.10.4
12552024-11-22T19:43:29.154Z Compiling digest v0.10.7
12562024-11-22T19:43:29.244Z Compiling futures-macro v0.3.31
12572024-11-22T19:43:29.655Z Compiling hmac v0.12.1
12582024-11-22T19:43:29.752Z Compiling block-padding v0.3.3
12592024-11-22T19:43:29.907Z Compiling displaydoc v0.2.5
12602024-11-22T19:43:29.954Z Compiling zerofrom v0.1.4
12612024-11-22T19:43:29.999Z Compiling inout v0.1.3
12622024-11-22T19:43:30.172Z Compiling sha2 v0.10.8
12632024-11-22T19:43:30.286Z Compiling cipher v0.4.4
12642024-11-22T19:43:30.373Z Compiling ppv-lite86 v0.2.20
12652024-11-22T19:43:30.395Z Compiling yoke v0.7.4
12662024-11-22T19:43:30.615Z Compiling thiserror v1.0.69
12672024-11-22T19:43:30.757Z Compiling zerovec v0.10.4
12682024-11-22T19:43:30.777Z Compiling icu_provider_macros v1.5.0
12692024-11-22T19:43:30.812Z Compiling der_derive v0.7.3
12702024-11-22T19:43:31.154Z Compiling futures-util v0.3.31
12712024-11-22T19:43:31.193Z Compiling rand_chacha v0.3.1
12722024-11-22T19:43:31.609Z Compiling tracing-attributes v0.1.27
12732024-11-22T19:43:32.007Z Compiling rand v0.8.5
12742024-11-22T19:43:33.081Z Compiling tinystr v0.7.6
12752024-11-22T19:43:33.419Z Compiling der v0.7.9
12762024-11-22T19:43:33.528Z Compiling icu_locid v1.5.0
12772024-11-22T19:43:33.548Z Compiling icu_collections v1.5.0
12782024-11-22T19:43:33.762Z Compiling salsa20 v0.10.2
12792024-11-22T19:43:34.002Z Compiling pest v2.7.14
12802024-11-22T19:43:34.168Z Compiling pbkdf2 v0.12.2
12812024-11-22T19:43:34.350Z Compiling untrusted v0.9.0
12822024-11-22T19:43:34.536Z Compiling vcpkg v0.2.15
12832024-11-22T19:43:35.013Z Compiling icu_provider v1.5.0
12842024-11-22T19:43:35.546Z Compiling tracing v0.1.40
12852024-11-22T19:43:35.933Z Compiling icu_locid_transform v1.5.0
12862024-11-22T19:43:36.053Z Compiling spki v0.7.3
12872024-11-22T19:43:36.099Z Compiling powerfmt v0.2.0
12882024-11-22T19:43:36.438Z Compiling untrusted v0.7.1
12892024-11-22T19:43:36.522Z Compiling time-core v0.1.2
12902024-11-22T19:43:36.624Z Compiling num-conv v0.1.0
12912024-11-22T19:43:36.703Z Compiling mirai-annotations v1.12.0
12922024-11-22T19:43:36.739Z Compiling openssl-sys v0.9.103
12932024-11-22T19:43:36.761Z Compiling pest_meta v2.7.14
12942024-11-22T19:43:36.892Z Compiling deranged v0.3.11
12952024-11-22T19:43:36.914Z Compiling time-macros v0.2.18
12962024-11-22T19:43:37.406Z Compiling icu_properties v1.5.1
12972024-11-22T19:43:37.859Z Compiling scrypt v0.11.0
12982024-11-22T19:43:38.412Z Compiling aes v0.8.4
12992024-11-22T19:43:38.645Z Compiling cbc v0.1.2
13002024-11-22T19:43:38.888Z Compiling scroll_derive v0.12.0
13012024-11-22T19:43:39.501Z Compiling bitflags v2.6.0
13022024-11-22T19:43:39.950Z Compiling bytes v1.8.0
13032024-11-22T19:43:40.350Z Compiling indexmap v2.6.0
13042024-11-22T19:43:40.848Z Compiling tokio v1.40.0
13052024-11-22T19:43:41.240Z Compiling http v1.1.0
13062024-11-22T19:43:41.285Z Compiling semver v1.0.23
13072024-11-22T19:43:41.868Z Compiling rustc_version v0.4.1
13082024-11-22T19:43:41.954Z Compiling icu_normalizer_data v1.5.0
13092024-11-22T19:43:42.041Z Compiling utf8_iter v1.0.4
13102024-11-22T19:43:42.063Z Compiling utf16_iter v1.0.5
13112024-11-22T19:43:42.283Z Compiling write16 v1.0.0
13122024-11-22T19:43:42.305Z Compiling num_threads v0.1.7
13132024-11-22T19:43:42.325Z Compiling atomic-waker v1.1.2
13142024-11-22T19:43:42.413Z Compiling time v0.3.36
13152024-11-22T19:43:42.434Z Compiling icu_normalizer v1.5.0
13162024-11-22T19:43:42.509Z Compiling scroll v0.12.0
13172024-11-22T19:43:42.701Z Compiling pkcs5 v0.7.1
13182024-11-22T19:43:43.076Z Compiling http-body v1.0.1
13192024-11-22T19:43:43.314Z Compiling pest_generator v2.7.14
13202024-11-22T19:43:43.705Z Compiling form_urlencoded v1.2.1
13212024-11-22T19:43:43.817Z Compiling slog v2.7.0
13222024-11-22T19:43:43.907Z Compiling try-lock v0.2.5
13232024-11-22T19:43:44.016Z Compiling goblin v0.8.2
13242024-11-22T19:43:44.060Z Compiling want v0.3.1
13252024-11-22T19:43:44.317Z Compiling which v4.4.2
13262024-11-22T19:43:44.416Z Compiling pkcs8 v0.10.2
13272024-11-22T19:43:44.449Z Compiling idna_adapter v1.2.0
13282024-11-22T19:43:44.906Z Compiling httpdate v1.0.3
13292024-11-22T19:43:45.146Z Compiling idna v1.0.3
13302024-11-22T19:43:45.316Z Compiling pest_derive v2.7.14
13312024-11-22T19:43:45.532Z Compiling uuid v1.11.0
13322024-11-22T19:43:46.106Z Compiling dtrace-parser v0.2.0
13332024-11-22T19:43:46.227Z Compiling serde_spanned v0.6.8
13342024-11-22T19:43:46.471Z Compiling serde_tokenstream v0.2.2
13352024-11-22T19:43:46.973Z Compiling toml_datetime v0.6.8
13362024-11-22T19:43:46.995Z Compiling foreign-types-shared v0.1.1
13372024-11-22T19:43:47.104Z Compiling iana-time-zone v0.1.61
13382024-11-22T19:43:47.106Z Compiling openssl v0.10.66
13392024-11-22T19:43:47.533Z Compiling tower-service v0.3.3
13402024-11-22T19:43:47.535Z Compiling base64 v0.22.1
13412024-11-22T19:43:47.603Z Compiling adler2 v2.0.0
13422024-11-22T19:43:47.657Z Compiling match_cfg v0.1.0
13432024-11-22T19:43:47.758Z Compiling rustversion v1.0.17
13442024-11-22T19:43:47.795Z Compiling miniz_oxide v0.8.0
13452024-11-22T19:43:47.814Z Compiling hostname v0.3.1
13462024-11-22T19:43:48.098Z Compiling chrono v0.4.38
13472024-11-22T19:43:48.280Z Compiling foreign-types v0.3.2
13482024-11-22T19:43:48.344Z Compiling url v2.5.3
13492024-11-22T19:43:48.541Z Compiling openssl-macros v0.1.1
13502024-11-22T19:43:49.295Z Compiling tokio-util v0.7.12
13512024-11-22T19:43:49.326Z Compiling async-trait v0.1.83
13522024-11-22T19:43:49.798Z Compiling dof v0.3.0
13532024-11-22T19:43:50.352Z Compiling h2 v0.4.6
13542024-11-22T19:43:50.744Z Compiling usdt-impl v0.5.0
13552024-11-22T19:43:51.808Z Compiling dirs-sys-next v0.1.2
13562024-11-22T19:43:52.011Z Compiling rustls v0.23.14
13572024-11-22T19:43:52.082Z Compiling syn v1.0.109
13582024-11-22T19:43:52.276Z Compiling native-tls v0.2.12
13592024-11-22T19:43:52.303Z Compiling data-encoding v2.6.0
13602024-11-22T19:43:52.500Z Compiling rustls v0.22.4
13612024-11-22T19:43:52.609Z Compiling siphasher v0.3.11
13622024-11-22T19:43:52.816Z Compiling dirs-next v2.0.0
13632024-11-22T19:43:53.026Z Compiling http-body-util v0.1.2
13642024-11-22T19:43:53.570Z Compiling heapless v0.7.17
13652024-11-22T19:43:54.003Z Compiling crossbeam-epoch v0.9.18
13662024-11-22T19:43:54.348Z Compiling signature v2.2.0
13672024-11-22T19:43:54.421Z Compiling sha1 v0.10.6
13682024-11-22T19:43:54.630Z Compiling bzip2-sys v0.1.11+1.0.8
13692024-11-22T19:43:54.774Z Compiling serde_derive_internals v0.29.1
13702024-11-22T19:43:54.777Z Compiling thread_local v1.1.8
13712024-11-22T19:43:54.852Z Compiling cookie v0.18.1
13722024-11-22T19:43:55.100Z Compiling multer v3.1.0
13732024-11-22T19:43:55.122Z Compiling encoding_rs v0.8.34
13742024-11-22T19:43:55.320Z Compiling mime v0.3.17
13752024-11-22T19:43:55.386Z Compiling ipnet v2.10.1
13762024-11-22T19:43:55.940Z Compiling schemars v0.8.21
13772024-11-22T19:43:56.269Z Compiling unicode-properties v0.1.3
13782024-11-22T19:43:56.377Z Compiling rayon-core v1.12.1
13792024-11-22T19:43:56.627Z Compiling openssl-probe v0.1.5
13802024-11-22T19:43:56.649Z Compiling signal-hook v0.3.17
13812024-11-22T19:43:56.673Z Compiling gimli v0.31.1
13822024-11-22T19:43:56.910Z Compiling slog-async v2.8.0
13832024-11-22T19:43:56.962Z Compiling toml_edit v0.22.22
13842024-11-22T19:43:57.423Z Compiling hyper v1.5.0
13852024-11-22T19:43:57.634Z Compiling schemars_derive v0.8.21
13862024-11-22T19:44:00.220Z Compiling hyper-util v0.1.10
13872024-11-22T19:44:01.063Z Compiling stringprep v0.1.5
13882024-11-22T19:44:01.260Z Compiling addr2line v0.24.2
13892024-11-22T19:44:01.662Z Compiling crossbeam-deque v0.8.5
13902024-11-22T19:44:01.957Z Compiling usdt-macro v0.5.0
13912024-11-22T19:44:01.983Z Compiling usdt-attr-macro v0.5.0
13922024-11-22T19:44:02.070Z Compiling term v0.7.0
13932024-11-22T19:44:02.958Z Compiling slog-json v2.6.1
13942024-11-22T19:44:03.333Z Compiling serde_urlencoded v0.7.1
13952024-11-22T19:44:03.337Z Compiling curve25519-dalek v4.1.3
13962024-11-22T19:44:03.431Z Compiling crossbeam-channel v0.5.13
13972024-11-22T19:44:03.581Z Compiling futures-executor v0.3.31
13982024-11-22T19:44:03.584Z Compiling enum-as-inner v0.6.1
13992024-11-22T19:44:03.847Z Compiling md-5 v0.10.6
14002024-11-22T19:44:03.989Z Compiling rustls-pemfile v2.2.0
14012024-11-22T19:44:04.121Z Compiling async-stream-impl v0.3.6
14022024-11-22T19:44:04.185Z Compiling num-integer v0.1.46
14032024-11-22T19:44:04.337Z Compiling idna v0.4.0
14042024-11-22T19:44:04.500Z Compiling idna v0.3.0
14052024-11-22T19:44:04.700Z Compiling hash32 v0.2.1
14062024-11-22T19:44:04.930Z Compiling ff v0.13.0
14072024-11-22T19:44:05.079Z Compiling is-terminal v0.4.13
14082024-11-22T19:44:05.154Z Compiling object v0.36.5
14092024-11-22T19:44:05.208Z Compiling dropshot v0.12.0
14102024-11-22T19:44:05.421Z Compiling rustc-demangle v0.1.24
14112024-11-22T19:44:05.479Z Compiling num-bigint-dig v0.8.4
14122024-11-22T19:44:05.501Z Compiling anyhow v1.0.93
14132024-11-22T19:44:05.772Z Compiling dyn-clone v1.0.17
14142024-11-22T19:44:05.991Z Compiling take_mut v0.2.2
14152024-11-22T19:44:05.993Z Compiling quick-error v1.2.3
14162024-11-22T19:44:06.110Z Compiling fallible-iterator v0.2.0
14172024-11-22T19:44:06.143Z Compiling utf-8 v0.7.6
14182024-11-22T19:44:06.163Z Compiling linked-hash-map v0.5.6
14192024-11-22T19:44:06.185Z Compiling portable-atomic v1.9.0
14202024-11-22T19:44:06.366Z Compiling psl-types v2.0.11
14212024-11-22T19:44:06.483Z Compiling smoltcp v0.9.1
14222024-11-22T19:44:06.544Z Compiling base16ct v0.2.0
14232024-11-22T19:44:06.566Z Compiling publicsuffix v2.2.3
14242024-11-22T19:44:06.813Z Compiling postgres-protocol v0.6.7
14252024-11-22T19:44:06.832Z Compiling sec1 v0.7.3
14262024-11-22T19:44:06.861Z Compiling lru-cache v0.1.2
14272024-11-22T19:44:07.061Z Compiling tungstenite v0.24.0
14282024-11-22T19:44:07.253Z Compiling resolv-conf v0.7.0
14292024-11-22T19:44:08.144Z Compiling async-stream v0.3.6
14302024-11-22T19:44:08.164Z Compiling hickory-proto v0.24.1
14312024-11-22T19:44:08.469Z Compiling slog-term v2.9.1
14322024-11-22T19:44:08.724Z Compiling group v0.13.0
14332024-11-22T19:44:09.049Z Compiling usdt v0.5.0
14342024-11-22T19:44:09.594Z Compiling num-iter v0.1.45
14352024-11-22T19:44:09.771Z Compiling futures v0.3.31
14362024-11-22T19:44:09.837Z Compiling slog-bunyan v2.5.0
14372024-11-22T19:44:11.573Z Compiling camino v1.1.9
14382024-11-22T19:44:11.740Z Compiling toml v0.8.19
14392024-11-22T19:44:11.819Z Compiling tokio-native-tls v0.3.1
14402024-11-22T19:44:12.088Z Compiling phf_shared v0.11.2
14412024-11-22T19:44:12.215Z Compiling dropshot_endpoint v0.12.0
14422024-11-22T19:44:12.493Z Compiling backtrace v0.3.74
14432024-11-22T19:44:12.534Z Compiling terminal_size v0.4.0
14442024-11-22T19:44:12.744Z Compiling waitgroup v0.1.2
14452024-11-22T19:44:12.969Z Compiling openapiv3 v2.0.0
14462024-11-22T19:44:13.236Z Compiling serde_path_to_error v0.1.16
14472024-11-22T19:44:13.578Z Compiling hkdf v0.12.4
14482024-11-22T19:44:13.842Z Compiling crypto-bigint v0.5.5
14492024-11-22T19:44:14.085Z Compiling webpki-roots v0.26.6
14502024-11-22T19:44:14.304Z Compiling curve25519-dalek-derive v0.1.1
14512024-11-22T19:44:15.923Z Compiling zerocopy-derive v0.6.6
14522024-11-22T19:44:16.173Z Compiling idna v0.5.0
14532024-11-22T19:44:16.365Z Compiling hubpack_derive v0.1.1
14542024-11-22T19:44:16.957Z Compiling hostname v0.4.0
14552024-11-22T19:44:17.240Z Compiling fs-err v2.11.0
14562024-11-22T19:44:17.261Z Compiling ahash v0.8.11
14572024-11-22T19:44:17.459Z Compiling crc32fast v1.4.2
14582024-11-22T19:44:17.527Z Compiling debug-ignore v1.0.5
14592024-11-22T19:44:17.595Z Compiling bitflags v1.3.2
14602024-11-22T19:44:17.685Z Compiling winnow v0.5.40
14612024-11-22T19:44:17.706Z Compiling managed v0.8.0
14622024-11-22T19:44:17.804Z Compiling clap_builder v4.5.21
14632024-11-22T19:44:17.849Z Compiling flate2 v1.0.34
14642024-11-22T19:44:18.184Z Compiling zerocopy v0.6.6
14652024-11-22T19:44:18.538Z Compiling strum_macros v0.25.3
14662024-11-22T19:44:18.791Z Compiling console v0.15.8
14672024-11-22T19:44:19.370Z Compiling hubpack v0.1.2
14682024-11-22T19:44:19.845Z Compiling cookie_store v0.21.0
14692024-11-22T19:44:20.041Z Compiling elliptic-curve v0.13.8
14702024-11-22T19:44:20.403Z Compiling hickory-resolver v0.24.1
14712024-11-22T19:44:21.457Z Compiling toml_edit v0.19.15
14722024-11-22T19:44:21.502Z Compiling phf v0.11.2
14732024-11-22T19:44:21.802Z Compiling hyper-tls v0.6.0
14742024-11-22T19:44:21.823Z Compiling signal-hook-mio v0.2.4
14752024-11-22T19:44:21.990Z Compiling rayon v1.10.0
14762024-11-22T19:44:22.237Z Compiling bzip2 v0.4.4
14772024-11-22T19:44:22.800Z Compiling tokio-tungstenite v0.24.0
14782024-11-22T19:44:23.343Z Compiling postgres-types v0.2.8
14792024-11-22T19:44:26.275Z Compiling ed25519 v2.2.3
14802024-11-22T19:44:26.864Z Compiling phf_shared v0.10.0
14812024-11-22T19:44:27.273Z Compiling tokio-stream v0.1.16
14822024-11-22T19:44:27.293Z Compiling pkcs1 v0.7.5
14832024-11-22T19:44:27.317Z Compiling serde-big-array v0.5.1
14842024-11-22T19:44:27.557Z Compiling clap_derive v4.5.18
14852024-11-22T19:44:28.173Z Compiling rfc6979 v0.4.0
14862024-11-22T19:44:28.198Z Compiling serde_repr v0.1.19
14872024-11-22T19:44:28.292Z Compiling derive-where v1.2.7
14882024-11-22T19:44:28.357Z Compiling float-cmp v0.9.0
14892024-11-22T19:44:28.378Z Compiling bstr v1.10.0
14902024-11-22T19:44:28.582Z Compiling sync_wrapper v1.0.1
14912024-11-22T19:44:28.744Z Compiling static_assertions v1.1.0
14922024-11-22T19:44:28.859Z Compiling number_prefix v0.4.0
14932024-11-22T19:44:29.097Z Compiling fixedbitset v0.4.2
14942024-11-22T19:44:29.395Z Compiling unicode-segmentation v1.12.0
14952024-11-22T19:44:29.563Z Compiling bit-vec v0.6.3
14962024-11-22T19:44:29.585Z Compiling predicates-core v1.0.8
14972024-11-22T19:44:29.951Z Compiling new_debug_unreachable v1.0.6
14982024-11-22T19:44:30.040Z Compiling difflib v0.4.0
14992024-11-22T19:44:30.061Z Compiling normalize-line-endings v0.3.0
15002024-11-22T19:44:30.154Z Compiling precomputed-hash v0.1.1
15012024-11-22T19:44:30.190Z Compiling unicode-width v0.2.0
15022024-11-22T19:44:30.279Z Compiling whoami v1.5.2
15032024-11-22T19:44:30.298Z Compiling string_cache v0.8.7
15042024-11-22T19:44:30.718Z Compiling indicatif v0.17.9
15052024-11-22T19:44:30.777Z Compiling tokio-postgres v0.7.12
15062024-11-22T19:44:30.926Z Compiling predicates v3.1.2
15072024-11-22T19:44:31.719Z Compiling similar v2.6.0
15082024-11-22T19:44:31.865Z Compiling bit-set v0.5.3
15092024-11-22T19:44:32.167Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15102024-11-22T19:44:32.551Z Compiling clap v4.5.21
15112024-11-22T19:44:32.674Z Compiling petgraph v0.6.5
15122024-11-22T19:44:32.725Z Compiling ecdsa v0.16.9
15132024-11-22T19:44:32.964Z Compiling rsa v0.9.6
15142024-11-22T19:44:33.598Z Compiling ed25519-dalek v2.1.1
15152024-11-22T19:44:34.177Z Compiling toml v0.7.8
15162024-11-22T19:44:34.925Z Compiling zip v0.6.6
15172024-11-22T19:44:35.950Z Compiling crossterm v0.28.1
15182024-11-22T19:44:36.788Z Compiling hex v0.4.3
15192024-11-22T19:44:37.116Z Compiling x509-cert v0.2.5
15202024-11-22T19:44:37.264Z Compiling itertools v0.10.5
15212024-11-22T19:44:37.397Z Compiling lalrpop-util v0.19.12
15222024-11-22T19:44:37.427Z Compiling peg-runtime v0.8.3
15232024-11-22T19:44:37.758Z Compiling unicode-xid v0.2.6
15242024-11-22T19:44:37.930Z Compiling strum_macros v0.26.4
15252024-11-22T19:44:38.080Z Compiling xattr v1.3.1
15262024-11-22T19:44:38.343Z Compiling filetime v0.2.25
15272024-11-22T19:44:38.669Z Compiling tar v0.4.42
15282024-11-22T19:44:42.920Z Compiling strum v0.26.3
15292024-11-22T19:44:45.736Z Compiling aws-lc-sys v0.22.0
15302024-11-22T19:45:13.589Z Compiling rustls-webpki v0.102.8
15312024-11-22T19:45:16.875Z Compiling tokio-rustls v0.25.0
15322024-11-22T19:45:18.624Z Compiling tokio-rustls v0.26.0
15332024-11-22T19:45:18.977Z Compiling hyper-rustls v0.27.3
15342024-11-22T19:45:19.337Z Compiling reqwest v0.12.9
15352024-11-22T19:45:20.497Z Compiling qorb v0.2.0
15362024-11-22T19:45:25.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15372024-11-22T19:45:25.440Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15382024-11-22T19:45:31.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15392024-11-22T19:45:31.337Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15402024-11-22T19:45:31.389ZNov 22 19:45:30.727 INFO Starting download, target: Cockroach
15412024-11-22T19:45:31.389ZNov 22 19:45:30.727 INFO Starting download, target: Console
15422024-11-22T19:45:31.389ZNov 22 19:45:30.727 INFO Starting download, target: Clickhouse
15432024-11-22T19:45:31.390ZNov 22 19:45:30.727 INFO Starting download, target: DendriteOpenapi
15442024-11-22T19:45:31.394ZNov 22 19:45:30.727 INFO Starting download, target: DendriteStub
15452024-11-22T19:45:31.394ZNov 22 19:45:30.727 INFO Starting download, target: MaghemiteMgd
15462024-11-22T19:45:31.394ZNov 22 19:45:30.727 INFO Starting download, target: TransceiverControl
15472024-11-22T19:45:31.394ZNov 22 19:45:30.728 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15482024-11-22T19:45:31.394ZNov 22 19:45:30.728 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15492024-11-22T19:45:31.394ZNov 22 19:45:30.728 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15502024-11-22T19:45:31.394ZNov 22 19:45:30.728 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15512024-11-22T19:45:31.394ZNov 22 19:45:30.728 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15522024-11-22T19:45:31.394ZNov 22 19:45:30.728 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15532024-11-22T19:45:31.394ZNov 22 19:45:30.728 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15542024-11-22T19:45:31.629ZNov 22 19:45:30.966 INFO Download complete, target: DendriteOpenapi
15552024-11-22T19:45:31.894ZNov 22 19:45:31.220 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15562024-11-22T19:45:32.081ZNov 22 19:45:31.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15572024-11-22T19:45:32.168ZNov 22 19:45:31.506 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15582024-11-22T19:45:32.434ZNov 22 19:45:31.771 INFO Download complete, target: Console
15592024-11-22T19:45:32.549ZNov 22 19:45:31.876 INFO Download complete, target: TransceiverControl
15602024-11-22T19:45:32.613ZNov 22 19:45:31.949 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15612024-11-22T19:45:33.234ZNov 22 19:45:32.571 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15622024-11-22T19:45:33.234ZNov 22 19:45:32.571 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15632024-11-22T19:45:33.847ZNov 22 19:45:33.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15642024-11-22T19:45:34.982ZNov 22 19:45:34.320 INFO Download complete, target: DendriteStub
15652024-11-22T19:45:35.404ZNov 22 19:45:34.741 INFO Download complete, target: MaghemiteMgd
15662024-11-22T19:45:40.284ZNov 22 19:45:39.621 INFO Checking that binary works, target: Cockroach
15672024-11-22T19:45:40.432ZNov 22 19:45:39.769 INFO Download complete, target: Cockroach
15682024-11-22T19:45:45.431ZNov 22 19:45:44.765 INFO Checking that binary works, target: Clickhouse
15692024-11-22T19:45:45.890ZNov 22 19:45:45.225 INFO Download complete, target: Clickhouse
15702024-11-22T19:45:45.910ZAll builder prerequisites installed successfully, and PATH looks valid
15712024-11-22T19:45:45.913Z
15722024-11-22T19:45:45.913Zreal 4:38.071630123
15732024-11-22T19:45:45.913Zuser 16:21.647936190
15742024-11-22T19:45:45.913Zsys 3:13.920190182
15752024-11-22T19:45:45.913Ztrap 0.562858777
15762024-11-22T19:45:45.913Ztflt 1.733046040
15772024-11-22T19:45:45.913Zdflt 2.276972202
15782024-11-22T19:45:45.913Zkflt 0.124290319
15792024-11-22T19:45:45.913Zlock 29:00.871913001
15802024-11-22T19:45:45.914Zslp 1:00:45.333254078
15812024-11-22T19:45:45.914Zlat 58.370531718
15822024-11-22T19:45:45.914Zstop 2:24.215211714
15832024-11-22T19:45:45.914Z+ banner hack-check
15842024-11-22T19:45:45.914Z
15852024-11-22T19:45:45.914Z # # ## #### # # #### # # ###### #### # #
15862024-11-22T19:45:45.914Z # # # # # # # # # # # # # # # # #
15872024-11-22T19:45:45.914Z ###### # # # #### ##### # ###### ##### # ####
15882024-11-22T19:45:45.914Z # # ###### # # # # # # # # # #
15892024-11-22T19:45:45.914Z # # # # # # # # # # # # # # # # #
15902024-11-22T19:45:45.914Z # # # # #### # # #### # # ###### #### # #
15912024-11-22T19:45:45.914Z
15922024-11-22T19:45:45.914Z+ export CARGO_INCREMENTAL=0
15932024-11-22T19:45:45.914Z+ CARGO_INCREMENTAL=0
15942024-11-22T19:45:45.914Z+ ptime -m timeout 2h cargo xtask check-features --ci
15952024-11-22T19:45:46.437Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15962024-11-22T19:45:50.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
15972024-11-22T19:45:50.222Z Running `target/debug/xtask check-features --ci`
15982024-11-22T19:45:50.241Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15992024-11-22T19:45:50.241Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16002024-11-22T19:45:50.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16012024-11-22T19:45:50.715Z Running `target/debug/xtask download cargo-hack`
16022024-11-22T19:45:51.539Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16032024-11-22T19:45:51.863Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16042024-11-22T19:45:56.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
16052024-11-22T19:45:57.038Z Running `target/debug/xtask-downloader cargo-hack`
16062024-11-22T19:45:57.073ZNov 22 19:45:56.406 INFO Starting download, target: CargoHack
16072024-11-22T19:45:57.075ZNov 22 19:45:56.407 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16082024-11-22T19:45:57.749ZNov 22 19:45:57.083 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16092024-11-22T19:45:57.838ZNov 22 19:45:57.172 INFO Download complete, target: CargoHack
16102024-11-22T19:45:57.842Zrunning: "/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"
16112024-11-22T19:45:57.857Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16122024-11-22T19:45:58.022Zinfo: running `cargo check --bins` on api_identity (1/173)
16132024-11-22T19:45:58.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16142024-11-22T19:45:58.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16152024-11-22T19:45:58.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16162024-11-22T19:45:58.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16172024-11-22T19:45:58.654Z
16182024-11-22T19:45:58.655Zinfo: running `cargo check --bins` on bootstore (2/173)
16192024-11-22T19:45:59.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16202024-11-22T19:45:59.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16212024-11-22T19:45:59.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16222024-11-22T19:45:59.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16232024-11-22T19:45:59.293Z
16242024-11-22T19:45:59.293Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/173)
16252024-11-22T19:45:59.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16262024-11-22T19:45:59.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16272024-11-22T19:45:59.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16282024-11-22T19:45:59.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16292024-11-22T19:45:59.915Z
16302024-11-22T19:45:59.915Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173)
16312024-11-22T19:46:00.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322024-11-22T19:46:00.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332024-11-22T19:46:00.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342024-11-22T19:46:00.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16352024-11-22T19:46:00.543Z
16362024-11-22T19:46:00.543Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173)
16372024-11-22T19:46:00.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382024-11-22T19:46:00.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392024-11-22T19:46:00.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402024-11-22T19:46:00.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16412024-11-22T19:46:00.961Z
16422024-11-22T19:46:00.961Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173)
16432024-11-22T19:46:01.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442024-11-22T19:46:01.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452024-11-22T19:46:01.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462024-11-22T19:46:01.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16472024-11-22T19:46:01.379Z
16482024-11-22T19:46:01.379Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173)
16492024-11-22T19:46:01.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502024-11-22T19:46:01.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512024-11-22T19:46:01.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522024-11-22T19:46:01.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16532024-11-22T19:46:01.803Z
16542024-11-22T19:46:01.803Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173)
16552024-11-22T19:46:02.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562024-11-22T19:46:02.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572024-11-22T19:46:02.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582024-11-22T19:46:02.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16592024-11-22T19:46:02.227Z
16602024-11-22T19:46:02.227Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173)
16612024-11-22T19:46:02.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622024-11-22T19:46:02.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632024-11-22T19:46:02.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642024-11-22T19:46:02.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16652024-11-22T19:46:02.656Z
16662024-11-22T19:46:02.656Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173)
16672024-11-22T19:46:03.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682024-11-22T19:46:03.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692024-11-22T19:46:03.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702024-11-22T19:46:03.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16712024-11-22T19:46:03.075Z
16722024-11-22T19:46:03.076Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173)
16732024-11-22T19:46:03.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742024-11-22T19:46:03.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752024-11-22T19:46:03.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762024-11-22T19:46:03.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16772024-11-22T19:46:03.497Z
16782024-11-22T19:46:03.497Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173)
16792024-11-22T19:46:03.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802024-11-22T19:46:03.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812024-11-22T19:46:03.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822024-11-22T19:46:03.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16832024-11-22T19:46:03.930Z
16842024-11-22T19:46:03.930Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173)
16852024-11-22T19:46:04.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862024-11-22T19:46:04.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872024-11-22T19:46:04.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882024-11-22T19:46:04.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16892024-11-22T19:46:04.352Z
16902024-11-22T19:46:04.352Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173)
16912024-11-22T19:46:04.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922024-11-22T19:46:04.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932024-11-22T19:46:04.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942024-11-22T19:46:04.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16952024-11-22T19:46:04.775Z
16962024-11-22T19:46:04.775Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173)
16972024-11-22T19:46:05.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982024-11-22T19:46:05.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992024-11-22T19:46:05.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002024-11-22T19:46:05.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17012024-11-22T19:46:05.197Z
17022024-11-22T19:46:05.197Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173)
17032024-11-22T19:46:05.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042024-11-22T19:46:05.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052024-11-22T19:46:05.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062024-11-22T19:46:05.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17072024-11-22T19:46:05.612Z
17082024-11-22T19:46:05.612Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173)
17092024-11-22T19:46:05.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102024-11-22T19:46:05.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112024-11-22T19:46:05.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122024-11-22T19:46:06.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17132024-11-22T19:46:06.038Z
17142024-11-22T19:46:06.038Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173)
17152024-11-22T19:46:06.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162024-11-22T19:46:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172024-11-22T19:46:06.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182024-11-22T19:46:06.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17192024-11-22T19:46:06.472Z
17202024-11-22T19:46:06.472Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173)
17212024-11-22T19:46:06.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222024-11-22T19:46:06.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232024-11-22T19:46:06.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242024-11-22T19:46:06.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17252024-11-22T19:46:06.894Z
17262024-11-22T19:46:06.894Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173)
17272024-11-22T19:46:07.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282024-11-22T19:46:07.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292024-11-22T19:46:07.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302024-11-22T19:46:07.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17312024-11-22T19:46:07.312Z
17322024-11-22T19:46:07.313Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173)
17332024-11-22T19:46:07.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342024-11-22T19:46:07.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352024-11-22T19:46:07.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362024-11-22T19:46:07.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17372024-11-22T19:46:07.745Z
17382024-11-22T19:46:07.745Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173)
17392024-11-22T19:46:08.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402024-11-22T19:46:08.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412024-11-22T19:46:08.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422024-11-22T19:46:08.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17432024-11-22T19:46:08.167Z
17442024-11-22T19:46:08.167Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173)
17452024-11-22T19:46:08.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462024-11-22T19:46:08.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472024-11-22T19:46:08.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482024-11-22T19:46:08.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17492024-11-22T19:46:08.597Z
17502024-11-22T19:46:08.597Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173)
17512024-11-22T19:46:08.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522024-11-22T19:46:08.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532024-11-22T19:46:08.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542024-11-22T19:46:08.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17552024-11-22T19:46:09.021Z
17562024-11-22T19:46:09.021Zinfo: running `cargo check --bins` on sled-hardware-types (25/173)
17572024-11-22T19:46:09.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582024-11-22T19:46:09.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592024-11-22T19:46:09.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602024-11-22T19:46:09.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17612024-11-22T19:46:09.660Z
17622024-11-22T19:46:09.660Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/173)
17632024-11-22T19:46:10.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642024-11-22T19:46:10.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652024-11-22T19:46:10.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662024-11-22T19:46:10.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17672024-11-22T19:46:10.298Z
17682024-11-22T19:46:10.298Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173)
17692024-11-22T19:46:10.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702024-11-22T19:46:10.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712024-11-22T19:46:10.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722024-11-22T19:46:10.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17732024-11-22T19:46:10.925Z
17742024-11-22T19:46:10.925Zinfo: running `cargo check --bins` on oxlog (28/173)
17752024-11-22T19:46:11.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762024-11-22T19:46:11.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772024-11-22T19:46:11.533Z Checking cfg-if v1.0.0
17782024-11-22T19:46:11.536Z Checking libc v0.2.162
17792024-11-22T19:46:11.640Z Checking serde v1.0.215
17802024-11-22T19:46:11.642Z Checking zeroize v1.8.1
17812024-11-22T19:46:11.654Z Checking memchr v2.7.4
17822024-11-22T19:46:11.656Z Checking typenum v1.17.0
17832024-11-22T19:46:11.664Z Checking scopeguard v1.2.0
17842024-11-22T19:46:11.675Z Checking subtle v2.6.1
17852024-11-22T19:46:11.701Z Checking value-bag v1.9.0
17862024-11-22T19:46:11.803Z Checking lock_api v0.4.12
17872024-11-22T19:46:11.886Z Checking smallvec v1.13.2
17882024-11-22T19:46:11.930Z Checking const-oid v0.9.6
17892024-11-22T19:46:12.102Z Checking log v0.4.22
17902024-11-22T19:46:12.200Z Checking itoa v1.0.11
17912024-11-22T19:46:12.239Z Checking pin-project-lite v0.2.14
17922024-11-22T19:46:12.357Z Checking byteorder v1.5.0
17932024-11-22T19:46:12.411Z Checking futures-core v0.3.31
17942024-11-22T19:46:12.495Z Checking once_cell v1.20.2
17952024-11-22T19:46:12.583Z Checking cpufeatures v0.2.14
17962024-11-22T19:46:12.620Z Checking stable_deref_trait v1.2.0
17972024-11-22T19:46:12.675Z Checking futures-sink v0.3.31
17982024-11-22T19:46:12.722Z Checking spin v0.9.8
17992024-11-22T19:46:12.756Z Checking getrandom v0.2.15
18002024-11-22T19:46:12.756Z Checking signal-hook-registry v1.4.2
18012024-11-22T19:46:12.787Z Checking parking_lot_core v0.9.10
18022024-11-22T19:46:12.809Z Checking mio v1.0.2
18032024-11-22T19:46:12.955Z Checking generic-array v0.14.7
18042024-11-22T19:46:12.976Z Checking rand_core v0.6.4
18052024-11-22T19:46:12.990Z Checking socket2 v0.5.7
18062024-11-22T19:46:13.064Z Checking zerocopy v0.7.35
18072024-11-22T19:46:13.090Z Checking parking_lot v0.12.3
18082024-11-22T19:46:13.265Z Checking zerofrom v0.1.4
18092024-11-22T19:46:13.387Z Checking slab v0.4.9
18102024-11-22T19:46:13.426Z Checking futures-channel v0.3.31
18112024-11-22T19:46:13.463Z Checking yoke v0.7.4
18122024-11-22T19:46:13.481Z Checking pin-utils v0.1.0
18132024-11-22T19:46:13.563Z Checking foldhash v0.1.3
18142024-11-22T19:46:13.645Z Checking futures-task v0.3.31
18152024-11-22T19:46:13.761Z Checking futures-io v0.3.31
18162024-11-22T19:46:13.776Z Checking allocator-api2 v0.2.18
18172024-11-22T19:46:13.795Z Checking equivalent v1.0.1
18182024-11-22T19:46:13.807Z Checking zerovec v0.10.4
18192024-11-22T19:46:13.878Z Checking ryu v1.0.18
18202024-11-22T19:46:13.894Z Checking tinyvec_macros v0.1.1
18212024-11-22T19:46:13.935Z Checking futures-util v0.3.31
18222024-11-22T19:46:13.971Z Checking tinyvec v1.8.0
18232024-11-22T19:46:14.108Z Checking fnv v1.0.7
18242024-11-22T19:46:14.161Z Checking crypto-common v0.1.6
18252024-11-22T19:46:14.229Z Checking block-buffer v0.10.4
18262024-11-22T19:46:14.329Z Checking block-padding v0.3.3
18272024-11-22T19:46:14.382Z Checking hashbrown v0.15.0
18282024-11-22T19:46:14.441Z Checking digest v0.10.7
18292024-11-22T19:46:14.524Z Checking libm v0.2.8
18302024-11-22T19:46:14.541Z Checking inout v0.1.3
18312024-11-22T19:46:14.746Z Checking cipher v0.4.4
18322024-11-22T19:46:14.812Z Checking hmac v0.12.1
18332024-11-22T19:46:15.003Z Checking sha2 v0.10.8
18342024-11-22T19:46:15.135Z Checking litemap v0.7.3
18352024-11-22T19:46:15.299Z Checking unicode-normalization v0.1.24
18362024-11-22T19:46:15.440Z Checking tinystr v0.7.6
18372024-11-22T19:46:15.444Z Checking writeable v0.5.5
18382024-11-22T19:46:15.478Z Checking unicode-bidi v0.3.17
18392024-11-22T19:46:15.494Z Checking base64ct v1.6.0
18402024-11-22T19:46:15.561Z Checking num-traits v0.2.19
18412024-11-22T19:46:15.764Z Checking ppv-lite86 v0.2.20
18422024-11-22T19:46:15.806Z Checking icu_locid v1.5.0
18432024-11-22T19:46:15.914Z Checking pem-rfc7468 v0.7.0
18442024-11-22T19:46:16.087Z Checking flagset v0.4.6
18452024-11-22T19:46:16.160Z Checking tracing-core v0.1.32
18462024-11-22T19:46:16.201Z Checking thiserror v1.0.69
18472024-11-22T19:46:16.266Z Checking der v0.7.9
18482024-11-22T19:46:16.324Z Checking rustls-pki-types v1.9.0
18492024-11-22T19:46:16.557Z Checking rand_chacha v0.3.1
18502024-11-22T19:46:16.578Z Checking bytes v1.8.0
18512024-11-22T19:46:16.802Z Checking indexmap v2.6.0
18522024-11-22T19:46:16.841Z Checking serde_json v1.0.132
18532024-11-22T19:46:16.874Z Checking icu_provider v1.5.0
18542024-11-22T19:46:16.940Z Checking bitflags v2.6.0
18552024-11-22T19:46:17.217Z Checking icu_locid_transform_data v1.5.0
18562024-11-22T19:46:17.246Z Checking percent-encoding v2.3.1
18572024-11-22T19:46:17.304Z Checking rand v0.8.5
18582024-11-22T19:46:17.381Z Checking tokio v1.40.0
18592024-11-22T19:46:17.444Z Checking http v1.1.0
18602024-11-22T19:46:17.512Z Checking icu_locid_transform v1.5.0
18612024-11-22T19:46:18.083Z Checking tracing v0.1.40
18622024-11-22T19:46:18.085Z Checking spki v0.7.3
18632024-11-22T19:46:18.380Z Checking icu_collections v1.5.0
18642024-11-22T19:46:18.429Z Checking salsa20 v0.10.2
18652024-11-22T19:46:18.527Z Checking pbkdf2 v0.12.2
18662024-11-22T19:46:18.588Z Checking aws-lc-sys v0.22.0
18672024-11-22T19:46:18.588Z Checking httparse v1.9.5
18682024-11-22T19:46:18.622Z Checking icu_properties_data v1.5.0
18692024-11-22T19:46:18.684Z Checking mirai-annotations v1.12.0
18702024-11-22T19:46:18.791Z Checking untrusted v0.7.1
18712024-11-22T19:46:18.840Z Checking untrusted v0.9.0
18722024-11-22T19:46:18.842Z Checking powerfmt v0.2.0
18732024-11-22T19:46:18.941Z Checking scrypt v0.11.0
18742024-11-22T19:46:18.991Z Checking ring v0.17.8
18752024-11-22T19:46:19.022Z Checking icu_properties v1.5.1
18762024-11-22T19:46:19.024Z Checking cbc v0.1.2
18772024-11-22T19:46:19.049Z Checking aes v0.8.4
18782024-11-22T19:46:19.107Z Checking deranged v0.3.11
18792024-11-22T19:46:19.150Z Checking crossbeam-utils v0.8.20
18802024-11-22T19:46:19.222Z Checking atomic-waker v1.1.2
18812024-11-22T19:46:19.350Z Checking utf16_iter v1.0.5
18822024-11-22T19:46:19.511Z Checking utf8_iter v1.0.4
18832024-11-22T19:46:19.715Z Checking num_threads v0.1.7
18842024-11-22T19:46:19.827Z Checking write16 v1.0.0
18852024-11-22T19:46:19.842Z Checking time-core v0.1.2
18862024-11-22T19:46:19.918Z Checking num-conv v0.1.0
18872024-11-22T19:46:19.937Z Checking icu_normalizer_data v1.5.0
18882024-11-22T19:46:19.995Z Checking pkcs5 v0.7.1
18892024-11-22T19:46:20.032Z Checking http-body v1.0.1
18902024-11-22T19:46:20.173Z Checking form_urlencoded v1.2.1
18912024-11-22T19:46:20.236Z Checking try-lock v0.2.5
18922024-11-22T19:46:20.365Z Checking want v0.3.1
18932024-11-22T19:46:20.381Z Checking httpdate v1.0.3
18942024-11-22T19:46:20.536Z Checking pkcs8 v0.10.2
18952024-11-22T19:46:20.551Z Checking unicode-ident v1.0.13
18962024-11-22T19:46:20.614Z Checking serde_spanned v0.6.8
18972024-11-22T19:46:20.696Z Checking proc-macro2 v1.0.89
18982024-11-22T19:46:20.775Z Checking toml_datetime v0.6.8
18992024-11-22T19:46:20.789Z Checking uuid v1.11.0
19002024-11-22T19:46:20.829Z Checking slog v2.7.0
19012024-11-22T19:46:20.885Z Checking time v0.3.36
19022024-11-22T19:46:21.046Z Checking scroll v0.12.0
19032024-11-22T19:46:21.189Z Checking aws-lc-rs v1.10.0
19042024-11-22T19:46:21.300Z Checking adler2 v2.0.0
19052024-11-22T19:46:21.350Z Checking base64 v0.22.1
19062024-11-22T19:46:21.385Z Checking iana-time-zone v0.1.61
19072024-11-22T19:46:21.452Z Checking tower-service v0.3.3
19082024-11-22T19:46:21.490Z Checking foreign-types-shared v0.1.1
19092024-11-22T19:46:21.531Z Checking match_cfg v0.1.0
19102024-11-22T19:46:21.563Z Checking plain v0.2.3
19112024-11-22T19:46:21.589Z Checking ucd-trie v0.1.7
19122024-11-22T19:46:21.618Z Checking hostname v0.3.1
19132024-11-22T19:46:21.698Z Checking goblin v0.8.2
19142024-11-22T19:46:21.746Z Checking foreign-types v0.3.2
19152024-11-22T19:46:21.789Z Checking pest v2.7.14
19162024-11-22T19:46:21.816Z Checking chrono v0.4.38
19172024-11-22T19:46:21.832Z Checking miniz_oxide v0.8.0
19182024-11-22T19:46:22.380Z Checking icu_normalizer v1.5.0
19192024-11-22T19:46:22.591Z Checking quote v1.0.37
19202024-11-22T19:46:22.915Z Checking openssl-sys v0.9.103
19212024-11-22T19:46:23.022Z Checking rustls-webpki v0.102.8
19222024-11-22T19:46:23.187Z Checking idna_adapter v1.2.0
19232024-11-22T19:46:23.350Z Checking errno v0.3.9
19242024-11-22T19:46:23.377Z Checking idna v1.0.3
19252024-11-22T19:46:23.564Z Checking dirs-sys-next v0.1.2
19262024-11-22T19:46:23.722Z Checking aho-corasick v1.1.3
19272024-11-22T19:46:23.836Z Checking regex-syntax v0.8.5
19282024-11-22T19:46:24.120Z Checking siphasher v0.3.11
19292024-11-22T19:46:24.120Z Checking url v2.5.3
19302024-11-22T19:46:24.355Z Checking data-encoding v2.6.0
19312024-11-22T19:46:24.355Z Checking pretty-hex v0.4.1
19322024-11-22T19:46:24.556Z Checking dtrace-parser v0.2.0
19332024-11-22T19:46:24.556Z Checking openssl v0.10.66
19342024-11-22T19:46:24.748Z Checking dirs-next v2.0.0
19352024-11-22T19:46:24.806Z Checking tokio-util v0.7.12
19362024-11-22T19:46:24.806Z Checking rustix v0.38.37
19372024-11-22T19:46:24.856Z Checking syn v2.0.87
19382024-11-22T19:46:24.915Z Checking http-body-util v0.1.2
19392024-11-22T19:46:25.277Z Checking crossbeam-epoch v0.9.18
19402024-11-22T19:46:25.357Z Checking sha1 v0.10.6
19412024-11-22T19:46:25.634Z Checking signature v2.2.0
19422024-11-22T19:46:25.639Z Checking h2 v0.4.6
19432024-11-22T19:46:25.700Z Checking lazy_static v1.5.0
19442024-11-22T19:46:25.803Z Checking thread_local v1.1.8
19452024-11-22T19:46:25.819Z Checking thread-id v4.2.2
19462024-11-22T19:46:25.922Z Checking encoding_rs v0.8.34
19472024-11-22T19:46:26.071Z Checking either v1.13.0
19482024-11-22T19:46:26.445Z Checking utf8parse v0.2.2
19492024-11-22T19:46:26.595Z Checking openssl-probe v0.1.5
19502024-11-22T19:46:26.610Z Checking dof v0.3.0
19512024-11-22T19:46:26.741Z Checking gimli v0.31.1
19522024-11-22T19:46:27.085Z Checking regex-automata v0.4.8
19532024-11-22T19:46:27.177Z Checking unicode-properties v0.1.3
19542024-11-22T19:46:27.543Z Checking ipnet v2.10.1
19552024-11-22T19:46:28.024Z Checking winnow v0.6.20
19562024-11-22T19:46:28.198Z Checking mime v0.3.17
19572024-11-22T19:46:28.262Z Checking anstyle v1.0.10
19582024-11-22T19:46:28.528Z Checking stringprep v0.1.5
19592024-11-22T19:46:28.624Z Checking anstyle-parse v0.2.5
19602024-11-22T19:46:28.795Z Checking crossbeam-deque v0.8.5
19612024-11-22T19:46:28.879Z Checking term v0.7.0
19622024-11-22T19:46:29.094Z Checking rustls v0.23.14
19632024-11-22T19:46:29.283Z Checking rustls v0.22.4
19642024-11-22T19:46:29.773Z Checking native-tls v0.2.12
19652024-11-22T19:46:30.083Z Checking slog-json v2.6.1
19662024-11-22T19:46:30.340Z Checking serde_urlencoded v0.7.1
19672024-11-22T19:46:30.768Z Checking crossbeam-channel v0.5.13
19682024-11-22T19:46:30.910Z Checking addr2line v0.24.2
19692024-11-22T19:46:31.018Z Checking toml_edit v0.22.22
19702024-11-22T19:46:31.136Z Checking usdt-impl v0.5.0
19712024-11-22T19:46:31.403Z Checking futures-executor v0.3.31
19722024-11-22T19:46:31.496Z Checking num-integer v0.1.46
19732024-11-22T19:46:31.592Z Checking rustls-pemfile v2.2.0
19742024-11-22T19:46:31.628Z Checking idna v0.4.0
19752024-11-22T19:46:31.662Z Checking idna v0.3.0
19762024-11-22T19:46:31.684Z Checking hyper v1.5.0
19772024-11-22T19:46:31.794Z Checking md-5 v0.10.6
19782024-11-22T19:46:31.972Z Checking ff v0.13.0
19792024-11-22T19:46:31.996Z Checking is-terminal v0.4.13
19802024-11-22T19:46:32.114Z Checking memmap v0.7.0
19812024-11-22T19:46:32.176Z Checking hash32 v0.2.1
19822024-11-22T19:46:32.313Z Checking object v0.36.5
19832024-11-22T19:46:32.448Z Checking dyn-clone v1.0.17
19842024-11-22T19:46:32.464Z Checking utf-8 v0.7.6
19852024-11-22T19:46:32.482Z Checking anstyle-query v1.1.1
19862024-11-22T19:46:32.581Z Checking base16ct v0.2.0
19872024-11-22T19:46:32.599Z Checking linked-hash-map v0.5.6
19882024-11-22T19:46:32.646Z Checking psl-types v2.0.11
19892024-11-22T19:46:32.761Z Checking quick-error v1.2.3
19902024-11-22T19:46:32.816Z Checking colorchoice v1.0.2
19912024-11-22T19:46:32.842Z Checking fallible-iterator v0.2.0
19922024-11-22T19:46:32.893Z Checking is_terminal_polyfill v1.70.1
19932024-11-22T19:46:32.911Z Checking take_mut v0.2.2
19942024-11-22T19:46:32.942Z Checking rustc-demangle v0.1.24
19952024-11-22T19:46:33.000Z Checking anstream v0.6.15
19962024-11-22T19:46:33.054Z Checking slog-async v2.8.0
19972024-11-22T19:46:33.339Z Checking lru-cache v0.1.2
19982024-11-22T19:46:33.341Z Checking resolv-conf v0.7.0
19992024-11-22T19:46:33.381Z Checking tokio-rustls v0.25.0
20002024-11-22T19:46:33.471Z Checking postgres-protocol v0.6.7
20012024-11-22T19:46:33.523Z Checking publicsuffix v2.2.3
20022024-11-22T19:46:33.617Z Checking toml v0.8.19
20032024-11-22T19:46:33.684Z Checking sec1 v0.7.3
20042024-11-22T19:46:33.700Z Checking hyper-util v0.1.10
20052024-11-22T19:46:33.749Z Checking tungstenite v0.24.0
20062024-11-22T19:46:33.764Z Checking schemars v0.8.21
20072024-11-22T19:46:34.046Z Checking heapless v0.7.17
20082024-11-22T19:46:34.134Z Checking hickory-proto v0.24.1
20092024-11-22T19:46:34.372Z Checking usdt v0.5.0
20102024-11-22T19:46:34.608Z Checking tokio-rustls v0.26.0
20112024-11-22T19:46:34.624Z Checking group v0.13.0
20122024-11-22T19:46:34.652Z Checking slog-term v2.9.1
20132024-11-22T19:46:34.865Z Checking num-iter v0.1.45
20142024-11-22T19:46:35.004Z Checking futures v0.3.31
20152024-11-22T19:46:35.025Z Checking slog-bunyan v2.5.0
20162024-11-22T19:46:35.045Z Checking tokio-native-tls v0.3.1
20172024-11-22T19:46:35.108Z Checking rayon-core v1.12.1
20182024-11-22T19:46:35.151Z Checking multer v3.1.0
20192024-11-22T19:46:35.175Z Checking terminal_size v0.4.0
20202024-11-22T19:46:35.296Z Checking phf_shared v0.11.2
20212024-11-22T19:46:35.337Z Checking cookie v0.18.1
20222024-11-22T19:46:35.371Z Checking async-stream v0.3.6
20232024-11-22T19:46:35.533Z Checking bzip2-sys v0.1.11+1.0.8
20242024-11-22T19:46:35.551Z Checking camino v1.1.9
20252024-11-22T19:46:35.559Z Checking signal-hook v0.3.17
20262024-11-22T19:46:35.656Z Checking waitgroup v0.1.2
20272024-11-22T19:46:35.672Z Checking openapiv3 v2.0.0
20282024-11-22T19:46:35.761Z Checking webpki-roots v0.26.6
20292024-11-22T19:46:35.783Z Checking serde_path_to_error v0.1.16
20302024-11-22T19:46:35.799Z Checking idna v0.5.0
20312024-11-22T19:46:35.882Z Checking hkdf v0.12.4
20322024-11-22T19:46:35.964Z Checking crypto-bigint v0.5.5
20332024-11-22T19:46:36.081Z Checking hostname v0.4.0
20342024-11-22T19:46:36.107Z Checking crc32fast v1.4.2
20352024-11-22T19:46:36.200Z Checking managed v0.8.0
20362024-11-22T19:46:36.322Z Checking strsim v0.11.1
20372024-11-22T19:46:36.383Z Checking unicode-width v0.1.14
20382024-11-22T19:46:36.571Z Checking winnow v0.5.40
20392024-11-22T19:46:36.585Z Checking clap_lex v0.7.2
20402024-11-22T19:46:36.649Z Checking bitflags v1.3.2
20412024-11-22T19:46:36.748Z Checking debug-ignore v1.0.5
20422024-11-22T19:46:36.823Z Checking clap_builder v4.5.21
20432024-11-22T19:46:36.869Z Checking console v0.15.8
20442024-11-22T19:46:36.884Z Checking smoltcp v0.9.1
20452024-11-22T19:46:37.424Z Checking cookie_store v0.21.0
20462024-11-22T19:46:38.139Z Checking flate2 v1.0.34
20472024-11-22T19:46:38.376Z Checking hyper-rustls v0.27.3
20482024-11-22T19:46:38.734Z Checking signal-hook-mio v0.2.4
20492024-11-22T19:46:38.772Z Checking rayon v1.10.0
20502024-11-22T19:46:38.853Z Checking elliptic-curve v0.13.8
20512024-11-22T19:46:38.870Z Checking hyper-tls v0.6.0
20522024-11-22T19:46:38.872Z Checking backtrace v0.3.74
20532024-11-22T19:46:38.953Z Checking hickory-resolver v0.24.1
20542024-11-22T19:46:39.022Z Checking dropshot v0.12.0
20552024-11-22T19:46:39.122Z Checking bzip2 v0.4.4
20562024-11-22T19:46:39.404Z Checking phf v0.11.2
20572024-11-22T19:46:39.420Z Checking anyhow v1.0.93
20582024-11-22T19:46:39.489Z Checking num-bigint-dig v0.8.4
20592024-11-22T19:46:39.575Z Checking toml_edit v0.19.15
20602024-11-22T19:46:39.646Z Checking tokio-tungstenite v0.24.0
20612024-11-22T19:46:39.780Z Checking postgres-types v0.2.8
20622024-11-22T19:46:39.796Z Checking regex v1.11.1
20632024-11-22T19:46:40.098Z Checking bstr v1.10.0
20642024-11-22T19:46:40.412Z Checking ed25519 v2.2.3
20652024-11-22T19:46:40.480Z Checking tokio-stream v0.1.16
20662024-11-22T19:46:40.549Z Checking phf_shared v0.10.0
20672024-11-22T19:46:40.713Z Checking zerocopy v0.6.6
20682024-11-22T19:46:40.831Z Checking curve25519-dalek v4.1.3
20692024-11-22T19:46:41.043Z Checking pkcs1 v0.7.5
20702024-11-22T19:46:41.338Z Checking hubpack v0.1.2
20712024-11-22T19:46:41.432Z Checking portable-atomic v1.9.0
20722024-11-22T19:46:41.477Z Checking float-cmp v0.9.0
20732024-11-22T19:46:41.636Z Checking serde-big-array v0.5.1
20742024-11-22T19:46:41.652Z Checking rfc6979 v0.4.0
20752024-11-22T19:46:41.665Z Checking sync_wrapper v1.0.1
20762024-11-22T19:46:41.797Z Checking precomputed-hash v0.1.1
20772024-11-22T19:46:41.826Z Checking new_debug_unreachable v1.0.6
20782024-11-22T19:46:41.843Z Checking whoami v1.5.2
20792024-11-22T19:46:41.909Z Checking difflib v0.4.0
20802024-11-22T19:46:41.912Z Checking bit-vec v0.6.3
20812024-11-22T19:46:41.975Z Checking unicode-width v0.2.0
20822024-11-22T19:46:42.136Z Checking normalize-line-endings v0.3.0
20832024-11-22T19:46:42.197Z Checking predicates-core v1.0.8
20842024-11-22T19:46:42.241Z Checking unicode-segmentation v1.12.0
20852024-11-22T19:46:42.254Z Checking fixedbitset v0.4.2
20862024-11-22T19:46:42.371Z Checking number_prefix v0.4.0
20872024-11-22T19:46:42.440Z Checking static_assertions v1.1.0
20882024-11-22T19:46:42.457Z Checking minimal-lexical v0.2.1
20892024-11-22T19:46:42.506Z Checking petgraph v0.6.5
20902024-11-22T19:46:42.530Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20912024-11-22T19:46:42.544Z Checking predicates v3.1.2
20922024-11-22T19:46:42.546Z Checking indicatif v0.17.9
20932024-11-22T19:46:42.606Z Checking qorb v0.2.0
20942024-11-22T19:46:42.726Z Checking ed25519-dalek v2.1.1
20952024-11-22T19:46:42.821Z Checking nom v7.1.3
20962024-11-22T19:46:42.925Z Checking similar v2.6.0
20972024-11-22T19:46:43.135Z Checking bit-set v0.5.3
20982024-11-22T19:46:43.194Z Checking tokio-postgres v0.7.12
20992024-11-22T19:46:43.287Z Checking toml v0.7.8
21002024-11-22T19:46:43.375Z Checking string_cache v0.8.7
21012024-11-22T19:46:43.680Z Checking ecdsa v0.16.9
21022024-11-22T19:46:43.786Z Checking reqwest v0.12.9
21032024-11-22T19:46:44.030Z Checking rsa v0.9.6
21042024-11-22T19:46:44.402Z Checking clap v4.5.21
21052024-11-22T19:46:44.526Z Checking zip v0.6.6
21062024-11-22T19:46:45.054Z Checking crossterm v0.28.1
21072024-11-22T19:46:45.119Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21082024-11-22T19:46:45.146Z Checking itertools v0.10.5
21092024-11-22T19:46:45.202Z Checking itertools v0.12.1
21102024-11-22T19:46:45.588Z Checking fs-err v2.11.0
21112024-11-22T19:46:45.670Z Checking ahash v0.8.11
21122024-11-22T19:46:45.711Z Checking x509-cert v0.2.5
21132024-11-22T19:46:46.166Z Checking semver v1.0.23
21142024-11-22T19:46:46.256Z Checking hex v0.4.3
21152024-11-22T19:46:46.341Z Checking lalrpop-util v0.19.12
21162024-11-22T19:46:46.586Z Checking peg-runtime v0.8.3
21172024-11-22T19:46:46.626Z Checking sigpipe v0.1.3
21182024-11-22T19:46:47.484Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21192024-11-22T19:46:47.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.85s
21202024-11-22T19:46:47.945Z
21212024-11-22T19:46:47.945Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173)
21222024-11-22T19:46:48.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232024-11-22T19:46:48.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242024-11-22T19:46:48.605Z Compiling hashbrown v0.14.5
21252024-11-22T19:46:48.726Z Checking heck v0.5.0
21262024-11-22T19:46:48.738Z Compiling unsafe-libyaml v0.2.11
21272024-11-22T19:46:48.751Z Compiling ident_case v1.0.1
21282024-11-22T19:46:48.763Z Checking progenitor-client v0.8.0
21292024-11-22T19:46:48.775Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21302024-11-22T19:46:48.790Z Compiling proc-macro-crate v1.3.1
21312024-11-22T19:46:48.887Z Compiling darling_core v0.20.10
21322024-11-22T19:46:48.915Z Checking ipnetwork v0.20.0
21332024-11-22T19:46:49.114Z Compiling structmeta-derive v0.3.0
21342024-11-22T19:46:49.135Z Compiling newtype-uuid v1.1.3
21352024-11-22T19:46:49.263Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21362024-11-22T19:46:49.410Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21372024-11-22T19:46:49.538Z Compiling lzma-sys v0.1.20
21382024-11-22T19:46:49.752Z Compiling foreign-types-macros v0.2.3
21392024-11-22T19:46:49.863Z Compiling num_enum_derive v0.5.11
21402024-11-22T19:46:49.878Z Checking regress v0.10.1
21412024-11-22T19:46:50.289Z Compiling serde_yaml v0.9.34+deprecated
21422024-11-22T19:46:50.646Z Compiling dropshot v0.13.0
21432024-11-22T19:46:50.942Z Checking arc-swap v1.7.1
21442024-11-22T19:46:50.972Z Checking foreign-types-shared v0.3.1
21452024-11-22T19:46:51.081Z Checking foreign-types v0.5.0
21462024-11-22T19:46:51.293Z Compiling proc-macro-error v1.0.4
21472024-11-22T19:46:51.353Z Checking slog-scope v4.4.0
21482024-11-22T19:46:52.023Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21492024-11-22T19:46:52.043Z Compiling structmeta v0.3.0
21502024-11-22T19:46:52.100Z Checking tungstenite v0.21.0
21512024-11-22T19:46:52.126Z Compiling heck v0.3.3
21522024-11-22T19:46:52.461Z Compiling parse-display-derive v0.10.0
21532024-11-22T19:46:52.463Z Checking num_enum v0.5.11
21542024-11-22T19:46:52.584Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21552024-11-22T19:46:52.628Z Compiling dropshot_endpoint v0.13.0
21562024-11-22T19:46:53.009Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21572024-11-22T19:46:53.436Z Checking cstr-argument v0.1.2
21582024-11-22T19:46:53.438Z Checking typify-impl v0.2.0
21592024-11-22T19:46:53.615Z Checking instant v0.1.13
21602024-11-22T19:46:53.773Z Checking pretty-hex v0.2.1
21612024-11-22T19:46:53.937Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21622024-11-22T19:46:54.207Z Checking base64 v0.21.7
21632024-11-22T19:46:54.542Z Checking fastrand v2.1.1
21642024-11-22T19:46:54.728Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21652024-11-22T19:46:54.872Z Checking tempfile v3.13.0
21662024-11-22T19:46:55.003Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21672024-11-22T19:46:55.062Z Checking backoff v0.4.0
21682024-11-22T19:46:55.133Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21692024-11-22T19:46:55.249Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21702024-11-22T19:46:55.367Z Checking tokio-tungstenite v0.21.0
21712024-11-22T19:46:55.398Z Checking strum v0.26.3
21722024-11-22T19:46:55.445Z Compiling zone_cfg_derive v0.1.2
21732024-11-22T19:46:55.550Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21742024-11-22T19:46:55.837Z Compiling darling_macro v0.20.10
21752024-11-22T19:46:55.858Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21762024-11-22T19:46:55.975Z Checking slog-stdlog v4.1.1
21772024-11-22T19:46:56.131Z Checking regress v0.9.1
21782024-11-22T19:46:56.240Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21792024-11-22T19:46:56.281Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21802024-11-22T19:46:56.385Z Checking colored v2.1.0
21812024-11-22T19:46:56.565Z Checking macaddr v1.0.1
21822024-11-22T19:46:56.684Z Checking base64 v0.13.1
21832024-11-22T19:46:56.728Z Compiling darling v0.20.10
21842024-11-22T19:46:56.855Z Compiling serde_with_macros v3.11.0
21852024-11-22T19:46:56.915Z Checking zone v0.1.8
21862024-11-22T19:46:57.042Z Checking ron v0.7.1
21872024-11-22T19:46:57.073Z Checking parse-display v0.10.0
21882024-11-22T19:46:57.291Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21892024-11-22T19:46:57.606Z Checking xz2 v0.1.7
21902024-11-22T19:46:57.726Z Checking slog-envlogger v2.2.0
21912024-11-22T19:46:57.886Z Checking tabwriter v1.4.0
21922024-11-22T19:46:57.943Z Checking xattr v1.3.1
21932024-11-22T19:46:58.116Z Checking pem v3.0.4
21942024-11-22T19:46:58.131Z Checking yasna v0.5.2
21952024-11-22T19:46:58.146Z Checking headers-core v0.3.0
21962024-11-22T19:46:58.286Z Checking smf v0.2.3
21972024-11-22T19:46:58.359Z Checking filetime v0.2.25
21982024-11-22T19:46:58.605Z Checking same-file v1.0.6
21992024-11-22T19:46:58.781Z Checking walkdir v2.5.0
22002024-11-22T19:46:58.796Z Checking tar v0.4.42
22012024-11-22T19:46:58.921Z Checking headers v0.4.0
22022024-11-22T19:46:59.025Z Checking rcgen v0.12.1
22032024-11-22T19:46:59.062Z Checking atomicwrites v0.4.4
22042024-11-22T19:46:59.263Z Checking camino-tempfile v1.1.1
22052024-11-22T19:46:59.548Z Checking subprocess v0.2.9
22062024-11-22T19:46:59.688Z Checking serde_with v3.11.0
22072024-11-22T19:47:03.696Z Compiling typify-macro v0.2.0
22082024-11-22T19:47:05.515Z Compiling typify v0.2.0
22092024-11-22T19:47:05.582Z Compiling progenitor-impl v0.8.0
22102024-11-22T19:47:08.724Z Compiling progenitor-macro v0.8.0
22112024-11-22T19:47:13.924Z Checking progenitor v0.8.0
22122024-11-22T19:47:14.072Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22132024-11-22T19:47:14.075Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22142024-11-22T19:47:16.685Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22152024-11-22T19:47:17.068Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22162024-11-22T19:47:23.424Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22172024-11-22T19:47:24.967Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-11-22T19:47:26.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s
22192024-11-22T19:47:26.351Z
22202024-11-22T19:47:26.351Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173)
22212024-11-22T19:47:26.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-11-22T19:47:26.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-11-22T19:47:26.997Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22242024-11-22T19:47:28.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
22252024-11-22T19:47:28.547Z
22262024-11-22T19:47:28.547Zinfo: running `cargo check --bins` on nexus-config (31/173)
22272024-11-22T19:47:29.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-11-22T19:47:29.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-11-22T19:47:29.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-11-22T19:47:29.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22312024-11-22T19:47:29.162Z
22322024-11-22T19:47:29.162Zinfo: running `cargo check --bins` on omicron-rpaths (32/173)
22332024-11-22T19:47:29.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-11-22T19:47:29.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-11-22T19:47:29.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-11-22T19:47:29.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22372024-11-22T19:47:29.760Z
22382024-11-22T19:47:29.760Zinfo: running `cargo check --bins` on omicron-certificates (33/173)
22392024-11-22T19:47:30.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-11-22T19:47:30.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-11-22T19:47:30.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422024-11-22T19:47:30.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22432024-11-22T19:47:30.374Z
22442024-11-22T19:47:30.374Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/173)
22452024-11-22T19:47:30.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462024-11-22T19:47:30.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472024-11-22T19:47:31.044Z Compiling zerocopy v0.8.10
22482024-11-22T19:47:31.044Z Compiling progenitor-client v0.8.0
22492024-11-22T19:47:31.044Z Compiling itertools v0.13.0
22502024-11-22T19:47:31.047Z Compiling zerocopy-derive v0.8.10
22512024-11-22T19:47:31.047Z Compiling heapless v0.8.0
22522024-11-22T19:47:31.047Z Compiling newtype-uuid v1.1.3
22532024-11-22T19:47:31.047Z Compiling ipnetwork v0.20.0
22542024-11-22T19:47:31.047Z Checking hash32 v0.3.1
22552024-11-22T19:47:31.329Z Compiling instant v0.1.13
22562024-11-22T19:47:31.469Z Compiling smoltcp v0.11.0
22572024-11-22T19:47:31.490Z Compiling backoff v0.4.0
22582024-11-22T19:47:31.612Z Compiling progenitor v0.8.0
22592024-11-22T19:47:31.831Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22602024-11-22T19:47:31.846Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22612024-11-22T19:47:32.055Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622024-11-22T19:47:32.077Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632024-11-22T19:47:32.212Z Compiling dropshot v0.13.0
22642024-11-22T19:47:32.245Z Compiling serde_with v3.11.0
22652024-11-22T19:47:32.391Z Compiling parse-display v0.10.0
22662024-11-22T19:47:32.580Z Checking num-rational v0.4.2
22672024-11-22T19:47:32.921Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22682024-11-22T19:47:33.104Z Compiling regress v0.9.1
22692024-11-22T19:47:33.245Z Compiling phf_generator v0.11.2
22702024-11-22T19:47:33.447Z Checking num-complex v0.4.6
22712024-11-22T19:47:34.298Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22722024-11-22T19:47:34.867Z Compiling macaddr v1.0.1
22732024-11-22T19:47:35.283Z Checking cobs v0.2.3
22742024-11-22T19:47:35.457Z Compiling num v0.4.3
22752024-11-22T19:47:35.470Z Checking postcard v1.0.10
22762024-11-22T19:47:35.662Z Compiling phf_codegen v0.11.2
22772024-11-22T19:47:36.018Z Compiling parse-zoneinfo v0.3.1
22782024-11-22T19:47:36.245Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22792024-11-22T19:47:36.532Z Compiling float-ord v0.3.2
22802024-11-22T19:47:36.839Z Compiling convert_case v0.4.0
22812024-11-22T19:47:37.363Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22822024-11-22T19:47:37.832Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22832024-11-22T19:47:37.985Z Compiling derive_more v0.99.18
22842024-11-22T19:47:38.005Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22852024-11-22T19:47:38.239Z Compiling chrono-tz-build v0.4.0
22862024-11-22T19:47:39.054Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
22872024-11-22T19:47:39.777Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22882024-11-22T19:47:39.954Z Compiling crucible-workspace-hack v0.1.0
22892024-11-22T19:47:39.968Z Compiling chrono-tz v0.10.0
22902024-11-22T19:47:40.070Z Checking newline-converter v0.3.0
22912024-11-22T19:47:40.219Z Checking prettyplease v0.2.25
22922024-11-22T19:47:40.238Z Compiling slog-dtrace v0.3.0
22932024-11-22T19:47:40.527Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22942024-11-22T19:47:41.358Z Checking expectorate v1.1.0
22952024-11-22T19:47:41.447Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22962024-11-22T19:47:41.496Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22972024-11-22T19:47:41.510Z Compiling zone_cfg_derive v0.3.0
22982024-11-22T19:47:41.745Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22992024-11-22T19:47:41.780Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23002024-11-22T19:47:42.285Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23012024-11-22T19:47:42.489Z Compiling const_format_proc_macros v0.2.33
23022024-11-22T19:47:42.796Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23032024-11-22T19:47:42.903Z Compiling num-derive v0.4.2
23042024-11-22T19:47:43.016Z Checking highway v1.2.0
23052024-11-22T19:47:43.600Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23062024-11-22T19:47:43.796Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23072024-11-22T19:47:44.009Z Checking zone v0.3.0
23082024-11-22T19:47:44.624Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23092024-11-22T19:47:44.757Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
23102024-11-22T19:47:44.789Z Checking const_format v0.2.33
23112024-11-22T19:47:45.201Z Checking gethostname v0.5.0
23122024-11-22T19:47:45.264Z Checking bcs v0.1.6
23132024-11-22T19:47:45.307Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23142024-11-22T19:47:45.322Z Compiling async-recursion v1.1.1
23152024-11-22T19:47:45.642Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23162024-11-22T19:47:45.645Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23172024-11-22T19:47:46.030Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23182024-11-22T19:47:47.343Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23192024-11-22T19:47:47.406Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
23202024-11-22T19:47:53.354Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23212024-11-22T19:47:56.612Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23222024-11-22T19:47:59.182Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23232024-11-22T19:48:00.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.95s
23242024-11-22T19:48:00.516Z
23252024-11-22T19:48:00.517Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/173)
23262024-11-22T19:48:01.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272024-11-22T19:48:01.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282024-11-22T19:48:01.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292024-11-22T19:48:01.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23302024-11-22T19:48:01.139Z
23312024-11-22T19:48:01.139Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/173)
23322024-11-22T19:48:01.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332024-11-22T19:48:01.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342024-11-22T19:48:01.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352024-11-22T19:48:01.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23362024-11-22T19:48:01.763Z
23372024-11-22T19:48:01.764Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/173)
23382024-11-22T19:48:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392024-11-22T19:48:02.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402024-11-22T19:48:02.412Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23412024-11-22T19:48:03.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
23422024-11-22T19:48:03.204Z
23432024-11-22T19:48:03.204Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173)
23442024-11-22T19:48:03.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452024-11-22T19:48:03.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462024-11-22T19:48:03.862Z Compiling cfg_aliases v0.1.1
23472024-11-22T19:48:03.864Z Compiling vte_generate_state_changes v0.1.2
23482024-11-22T19:48:03.864Z Checking fd-lock v4.0.2
23492024-11-22T19:48:03.864Z Checking nibble_vec v0.1.0
23502024-11-22T19:48:03.965Z Checking bytecount v0.6.8
23512024-11-22T19:48:03.967Z Checking endian-type v0.1.2
23522024-11-22T19:48:03.974Z Compiling tabled_derive v0.7.0
23532024-11-22T19:48:04.029Z Compiling peg-macros v0.8.4
23542024-11-22T19:48:04.044Z Compiling nix v0.28.0
23552024-11-22T19:48:04.076Z Checking papergrid v0.11.0
23562024-11-22T19:48:04.131Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23572024-11-22T19:48:04.175Z Compiling sqlparser_derive v0.2.2
23582024-11-22T19:48:04.203Z Checking radix_trie v0.2.1
23592024-11-22T19:48:04.583Z Checking vte v0.11.1
23602024-11-22T19:48:04.608Z Checking home v0.5.9
23612024-11-22T19:48:04.750Z Checking nu-ansi-term v0.50.1
23622024-11-22T19:48:05.139Z Checking unicode_categories v0.1.1
23632024-11-22T19:48:05.266Z Checking sqlparser v0.45.0
23642024-11-22T19:48:05.309Z Checking display-error-chain v0.2.2
23652024-11-22T19:48:05.432Z Checking sqlformat v0.2.6
23662024-11-22T19:48:05.872Z Checking strip-ansi-escapes v0.2.0
23672024-11-22T19:48:06.029Z Checking reedline v0.35.0
23682024-11-22T19:48:06.288Z Checking tabled v0.15.0
23692024-11-22T19:48:06.898Z Checking peg v0.8.4
23702024-11-22T19:48:07.193Z Checking rustyline v14.0.0
23712024-11-22T19:48:15.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s
23722024-11-22T19:48:15.925Z
23732024-11-22T19:48:15.925Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173)
23742024-11-22T19:48:16.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752024-11-22T19:48:16.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762024-11-22T19:48:16.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23772024-11-22T19:48:21.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
23782024-11-22T19:48:21.652Z
23792024-11-22T19:48:21.652Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173)
23802024-11-22T19:48:22.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812024-11-22T19:48:22.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822024-11-22T19:48:22.310Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23832024-11-22T19:48:25.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
23842024-11-22T19:48:26.133Z
23852024-11-22T19:48:26.133Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173)
23862024-11-22T19:48:26.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872024-11-22T19:48:26.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882024-11-22T19:48:26.798Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23892024-11-22T19:48:31.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
23902024-11-22T19:48:31.624Z
23912024-11-22T19:48:31.624Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173)
23922024-11-22T19:48:32.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932024-11-22T19:48:32.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942024-11-22T19:48:32.279Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23952024-11-22T19:48:36.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
23962024-11-22T19:48:37.154Z
23972024-11-22T19:48:37.154Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173)
23982024-11-22T19:48:37.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992024-11-22T19:48:37.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002024-11-22T19:48:37.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24012024-11-22T19:48:41.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
24022024-11-22T19:48:41.856Z
24032024-11-22T19:48:41.856Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173)
24042024-11-22T19:48:42.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052024-11-22T19:48:42.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062024-11-22T19:48:42.514Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24072024-11-22T19:48:46.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
24082024-11-22T19:48:46.568Z
24092024-11-22T19:48:46.568Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173)
24102024-11-22T19:48:47.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112024-11-22T19:48:47.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122024-11-22T19:48:47.225Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24132024-11-22T19:48:52.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
24142024-11-22T19:48:52.325Z
24152024-11-22T19:48:52.325Zinfo: running `cargo check --bins` on oximeter (46/173)
24162024-11-22T19:48:52.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172024-11-22T19:48:52.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182024-11-22T19:48:52.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192024-11-22T19:48:52.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24202024-11-22T19:48:52.945Z
24212024-11-22T19:48:52.945Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/173)
24222024-11-22T19:48:53.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232024-11-22T19:48:53.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242024-11-22T19:48:53.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252024-11-22T19:48:53.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24262024-11-22T19:48:53.548Z
24272024-11-22T19:48:53.548Zinfo: running `cargo check --bins` on oximeter-schema (48/173)
24282024-11-22T19:48:54.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292024-11-22T19:48:54.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302024-11-22T19:48:54.173Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24312024-11-22T19:48:54.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24322024-11-22T19:48:54.779Z
24332024-11-22T19:48:54.779Zinfo: running `cargo check --bins` on oximeter-types (49/173)
24342024-11-22T19:48:55.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352024-11-22T19:48:55.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362024-11-22T19:48:55.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372024-11-22T19:48:55.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24382024-11-22T19:48:55.397Z
24392024-11-22T19:48:55.397Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/173)
24402024-11-22T19:48:55.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412024-11-22T19:48:55.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422024-11-22T19:48:55.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432024-11-22T19:48:55.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24442024-11-22T19:48:56.016Z
24452024-11-22T19:48:56.016Zinfo: running `cargo check --bins` on oxql-types (51/173)
24462024-11-22T19:48:56.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472024-11-22T19:48:56.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482024-11-22T19:48:56.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492024-11-22T19:48:56.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24502024-11-22T19:48:56.635Z
24512024-11-22T19:48:56.635Zinfo: running `cargo check --bins` on oximeter-test-utils (52/173)
24522024-11-22T19:48:57.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532024-11-22T19:48:57.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542024-11-22T19:48:57.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552024-11-22T19:48:57.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24562024-11-22T19:48:57.281Z
24572024-11-22T19:48:57.282Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/173)
24582024-11-22T19:48:57.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592024-11-22T19:48:57.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602024-11-22T19:48:57.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612024-11-22T19:48:57.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24622024-11-22T19:48:57.912Z
24632024-11-22T19:48:57.912Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/173)
24642024-11-22T19:48:58.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652024-11-22T19:48:58.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662024-11-22T19:48:58.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672024-11-22T19:48:58.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24682024-11-22T19:48:58.550Z
24692024-11-22T19:48:58.550Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173)
24702024-11-22T19:48:59.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712024-11-22T19:48:59.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722024-11-22T19:48:59.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732024-11-22T19:48:59.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24742024-11-22T19:48:59.181Z
24752024-11-22T19:48:59.182Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/173)
24762024-11-22T19:48:59.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772024-11-22T19:48:59.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782024-11-22T19:48:59.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792024-11-22T19:48:59.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24802024-11-22T19:48:59.814Z
24812024-11-22T19:48:59.814Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/173)
24822024-11-22T19:49:00.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832024-11-22T19:49:00.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842024-11-22T19:49:00.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852024-11-22T19:49:00.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24862024-11-22T19:49:00.434Z
24872024-11-22T19:49:00.434Zinfo: running `cargo check --bins` on cockroach-admin-client (58/173)
24882024-11-22T19:49:00.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892024-11-22T19:49:00.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902024-11-22T19:49:00.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912024-11-22T19:49:00.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24922024-11-22T19:49:01.042Z
24932024-11-22T19:49:01.042Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/173)
24942024-11-22T19:49:01.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952024-11-22T19:49:01.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962024-11-22T19:49:01.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972024-11-22T19:49:01.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24982024-11-22T19:49:01.681Z
24992024-11-22T19:49:01.681Zinfo: running `cargo check --bins` on dns-service-client (60/173)
25002024-11-22T19:49:02.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012024-11-22T19:49:02.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022024-11-22T19:49:02.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032024-11-22T19:49:02.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25042024-11-22T19:49:02.298Z
25052024-11-22T19:49:02.298Zinfo: running `cargo check --bins` on internal-dns-types (61/173)
25062024-11-22T19:49:02.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072024-11-22T19:49:02.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082024-11-22T19:49:02.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092024-11-22T19:49:02.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25102024-11-22T19:49:02.916Z
25112024-11-22T19:49:02.916Zinfo: running `cargo check --bins` on dpd-client (62/173)
25122024-11-22T19:49:03.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132024-11-22T19:49:03.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142024-11-22T19:49:03.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152024-11-22T19:49:03.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25162024-11-22T19:49:03.532Z
25172024-11-22T19:49:03.532Zinfo: running `cargo check --bins` on gateway-client (63/173)
25182024-11-22T19:49:04.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192024-11-22T19:49:04.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202024-11-22T19:49:04.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212024-11-22T19:49:04.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25222024-11-22T19:49:04.140Z
25232024-11-22T19:49:04.141Zinfo: running `cargo check --bins` on installinator-client (64/173)
25242024-11-22T19:49:04.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252024-11-22T19:49:04.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262024-11-22T19:49:04.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272024-11-22T19:49:04.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25282024-11-22T19:49:04.780Z
25292024-11-22T19:49:04.780Zinfo: running `cargo check --bins` on installinator-common (65/173)
25302024-11-22T19:49:05.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312024-11-22T19:49:05.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322024-11-22T19:49:05.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332024-11-22T19:49:05.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25342024-11-22T19:49:05.411Z
25352024-11-22T19:49:05.411Zinfo: running `cargo check --bins` on update-engine (66/173)
25362024-11-22T19:49:05.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372024-11-22T19:49:05.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382024-11-22T19:49:05.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392024-11-22T19:49:05.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25402024-11-22T19:49:06.015Z
25412024-11-22T19:49:06.015Zinfo: running `cargo check --bins` on nexus-client (67/173)
25422024-11-22T19:49:06.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432024-11-22T19:49:06.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442024-11-22T19:49:06.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452024-11-22T19:49:06.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25462024-11-22T19:49:06.656Z
25472024-11-22T19:49:06.656Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/173)
25482024-11-22T19:49:07.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492024-11-22T19:49:07.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502024-11-22T19:49:07.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512024-11-22T19:49:07.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25522024-11-22T19:49:07.288Z
25532024-11-22T19:49:07.288Zinfo: running `cargo check --bins` on omicron-passwords (69/173)
25542024-11-22T19:49:07.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552024-11-22T19:49:07.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562024-11-22T19:49:07.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572024-11-22T19:49:07.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25582024-11-22T19:49:07.896Z
25592024-11-22T19:49:07.897Zinfo: running `cargo check --bins` on nexus-types (70/173)
25602024-11-22T19:49:08.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612024-11-22T19:49:08.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622024-11-22T19:49:08.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632024-11-22T19:49:08.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25642024-11-22T19:49:08.542Z
25652024-11-22T19:49:08.542Zinfo: running `cargo check --bins` on oxide-client (71/173)
25662024-11-22T19:49:09.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672024-11-22T19:49:09.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682024-11-22T19:49:09.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692024-11-22T19:49:09.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25702024-11-22T19:49:09.149Z
25712024-11-22T19:49:09.149Zinfo: running `cargo check --bins` on oximeter-client (72/173)
25722024-11-22T19:49:09.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732024-11-22T19:49:09.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742024-11-22T19:49:09.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752024-11-22T19:49:09.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25762024-11-22T19:49:09.771Z
25772024-11-22T19:49:09.771Zinfo: running `cargo check --bins` on repo-depot-client (73/173)
25782024-11-22T19:49:10.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792024-11-22T19:49:10.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802024-11-22T19:49:10.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812024-11-22T19:49:10.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25822024-11-22T19:49:10.379Z
25832024-11-22T19:49:10.379Zinfo: running `cargo check --bins` on sled-agent-client (74/173)
25842024-11-22T19:49:10.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852024-11-22T19:49:10.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862024-11-22T19:49:10.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872024-11-22T19:49:10.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25882024-11-22T19:49:11.009Z
25892024-11-22T19:49:11.009Zinfo: running `cargo check --bins` on wicketd-client (75/173)
25902024-11-22T19:49:11.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912024-11-22T19:49:11.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922024-11-22T19:49:11.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932024-11-22T19:49:11.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25942024-11-22T19:49:11.664Z
25952024-11-22T19:49:11.664Zinfo: running `cargo check --bins` on sled-agent-types (76/173)
25962024-11-22T19:49:12.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972024-11-22T19:49:12.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982024-11-22T19:49:12.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992024-11-22T19:49:12.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26002024-11-22T19:49:12.306Z
26012024-11-22T19:49:12.307Zinfo: running `cargo check --bins` on wicket-common (77/173)
26022024-11-22T19:49:12.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032024-11-22T19:49:12.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042024-11-22T19:49:12.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052024-11-22T19:49:12.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26062024-11-22T19:49:12.946Z
26072024-11-22T19:49:12.946Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/173)
26082024-11-22T19:49:13.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092024-11-22T19:49:13.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102024-11-22T19:49:13.603Z Checking csv-core v0.1.11
26112024-11-22T19:49:13.603Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26122024-11-22T19:49:13.605Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26132024-11-22T19:49:13.906Z Checking csv v1.3.0
26142024-11-22T19:49:13.921Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26152024-11-22T19:49:14.465Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26162024-11-22T19:49:14.800Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26172024-11-22T19:49:16.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
26182024-11-22T19:49:16.224Z
26192024-11-22T19:49:16.224Zinfo: running `cargo check --bins` on cockroach-admin-api (79/173)
26202024-11-22T19:49:16.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212024-11-22T19:49:16.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222024-11-22T19:49:16.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232024-11-22T19:49:16.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26242024-11-22T19:49:16.852Z
26252024-11-22T19:49:16.852Zinfo: running `cargo check --bins` on cockroach-admin-types (80/173)
26262024-11-22T19:49:17.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272024-11-22T19:49:17.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282024-11-22T19:49:17.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292024-11-22T19:49:17.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26302024-11-22T19:49:17.472Z
26312024-11-22T19:49:17.472Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173)
26322024-11-22T19:49:18.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332024-11-22T19:49:18.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342024-11-22T19:49:18.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352024-11-22T19:49:18.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26362024-11-22T19:49:18.199Z
26372024-11-22T19:49:18.199Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173)
26382024-11-22T19:49:18.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392024-11-22T19:49:18.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402024-11-22T19:49:18.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412024-11-22T19:49:18.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
26422024-11-22T19:49:18.924Z
26432024-11-22T19:49:18.924Zinfo: running `cargo check --bins` on dns-server (83/173)
26442024-11-22T19:49:19.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452024-11-22T19:49:19.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462024-11-22T19:49:19.559Z Compiling parking_lot_core v0.8.6
26472024-11-22T19:49:19.559Z Checking fxhash v0.2.1
26482024-11-22T19:49:19.562Z Checking hickory-server v0.24.1
26492024-11-22T19:49:19.562Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26502024-11-22T19:49:19.565Z Checking hickory-client v0.24.1
26512024-11-22T19:49:20.219Z Checking parking_lot v0.11.2
26522024-11-22T19:49:20.374Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26532024-11-22T19:49:20.376Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26542024-11-22T19:49:20.440Z Checking sled v0.34.7
26552024-11-22T19:49:22.198Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26562024-11-22T19:49:23.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
26572024-11-22T19:49:23.574Z
26582024-11-22T19:49:23.574Zinfo: running `cargo check --bins` on dns-server-api (84/173)
26592024-11-22T19:49:24.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602024-11-22T19:49:24.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612024-11-22T19:49:24.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622024-11-22T19:49:24.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26632024-11-22T19:49:24.192Z
26642024-11-22T19:49:24.192Zinfo: running `cargo check --bins` on gateway-test-utils (85/173)
26652024-11-22T19:49:24.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662024-11-22T19:49:24.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672024-11-22T19:49:24.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682024-11-22T19:49:24.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26692024-11-22T19:49:24.862Z
26702024-11-22T19:49:24.862Zinfo: running `cargo check --bins` on gateway-types (86/173)
26712024-11-22T19:49:25.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722024-11-22T19:49:25.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732024-11-22T19:49:25.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742024-11-22T19:49:25.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26752024-11-22T19:49:25.481Z
26762024-11-22T19:49:25.483Zinfo: running `cargo check --bins` on ipcc (87/173)
26772024-11-22T19:49:26.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782024-11-22T19:49:26.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792024-11-22T19:49:26.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802024-11-22T19:49:26.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26812024-11-22T19:49:26.102Z
26822024-11-22T19:49:26.102Zinfo: running `cargo check --bins` on omicron-gateway (88/173)
26832024-11-22T19:49:26.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-11-22T19:49:26.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-11-22T19:49:26.797Z Compiling semver v0.1.20
26862024-11-22T19:49:26.797Z Compiling radium v0.7.0
26872024-11-22T19:49:26.911Z Compiling maybe-uninit v2.0.0
26882024-11-22T19:49:26.914Z Checking tap v1.0.1
26892024-11-22T19:49:26.926Z Checking password-hash v0.5.0
26902024-11-22T19:49:26.928Z Checking blake2 v0.10.6
26912024-11-22T19:49:26.928Z Compiling cancel-safe-futures v0.1.5
26922024-11-22T19:49:26.928Z Compiling owo-colors v4.1.0
26932024-11-22T19:49:27.040Z Checking wyz v0.5.1
26942024-11-22T19:49:27.187Z Compiling rustc_version v0.1.7
26952024-11-22T19:49:27.327Z Checking crc-catalog v2.4.0
26962024-11-22T19:49:27.343Z Checking funty v2.0.0
26972024-11-22T19:49:27.393Z Compiling packed_struct v0.10.1
26982024-11-22T19:49:27.424Z Checking argon2 v0.5.3
26992024-11-22T19:49:27.456Z Checking crc v3.2.1
27002024-11-22T19:49:27.540Z Compiling packed_struct_codegen v0.10.1
27012024-11-22T19:49:27.558Z Compiling indexmap v1.9.3
27022024-11-22T19:49:27.667Z Compiling newtype_derive v0.1.6
27032024-11-22T19:49:27.744Z Checking half v2.4.1
27042024-11-22T19:49:27.828Z Checking nodrop v0.1.14
27052024-11-22T19:49:27.873Z Checking ciborium-io v0.2.2
27062024-11-22T19:49:27.891Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27072024-11-22T19:49:27.952Z Checking array-init v0.0.4
27082024-11-22T19:49:28.033Z Checking smallvec v0.6.14
27092024-11-22T19:49:28.085Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27102024-11-22T19:49:28.114Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27112024-11-22T19:49:28.194Z Checking ciborium-ll v0.2.2
27122024-11-22T19:49:28.220Z Checking bitvec v1.0.1
27132024-11-22T19:49:28.426Z Checking libsw v3.3.1
27142024-11-22T19:49:28.491Z Compiling memoffset v0.9.1
27152024-11-22T19:49:28.704Z Checking swrite v0.1.0
27162024-11-22T19:49:28.798Z Checking bitfield v0.14.0
27172024-11-22T19:49:28.814Z Checking hashbrown v0.12.3
27182024-11-22T19:49:28.818Z Checking termcolor v1.4.1
27192024-11-22T19:49:28.876Z Checking indent_write v2.2.0
27202024-11-22T19:49:28.971Z Checking linear-map v1.2.0
27212024-11-22T19:49:29.070Z Checking serde-hex v0.1.0
27222024-11-22T19:49:29.073Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27232024-11-22T19:49:29.250Z Checking env_logger v0.10.2
27242024-11-22T19:49:29.307Z Checking ron v0.8.1
27252024-11-22T19:49:29.794Z Checking ciborium v0.2.2
27262024-11-22T19:49:29.989Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27272024-11-22T19:49:30.521Z Checking steno v0.4.1
27282024-11-22T19:49:30.536Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27292024-11-22T19:49:30.556Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27302024-11-22T19:49:30.682Z Checking hashbrown v0.13.2
27312024-11-22T19:49:30.723Z Checking crc-any v2.5.0
27322024-11-22T19:49:30.781Z Checking humantime v2.1.0
27332024-11-22T19:49:31.067Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27342024-11-22T19:49:31.092Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27352024-11-22T19:49:31.419Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27362024-11-22T19:49:31.707Z Checking path-slash v0.1.5
27372024-11-22T19:49:31.758Z Checking object v0.30.4
27382024-11-22T19:49:31.792Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27392024-11-22T19:49:31.846Z Checking nix v0.27.1
27402024-11-22T19:49:32.744Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27412024-11-22T19:49:32.899Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27422024-11-22T19:49:33.053Z Checking tungstenite v0.23.0
27432024-11-22T19:49:33.104Z Checking kstat-rs v0.2.4
27442024-11-22T19:49:33.140Z Checking signal-hook-tokio v0.3.1
27452024-11-22T19:49:33.448Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27462024-11-22T19:49:33.836Z Checking tokio-tungstenite v0.23.1
27472024-11-22T19:49:34.441Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482024-11-22T19:49:34.638Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27492024-11-22T19:49:34.874Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502024-11-22T19:49:41.464Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27512024-11-22T19:49:42.788Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27522024-11-22T19:49:45.266Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532024-11-22T19:49:50.784Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542024-11-22T19:49:51.471Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27552024-11-22T19:49:54.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s
27562024-11-22T19:49:54.379Z
27572024-11-22T19:49:54.379Zinfo: running `cargo check --bins` on gateway-api (89/173)
27582024-11-22T19:49:54.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592024-11-22T19:49:54.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602024-11-22T19:49:54.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612024-11-22T19:49:54.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27622024-11-22T19:49:55.004Z
27632024-11-22T19:49:55.004Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173)
27642024-11-22T19:49:55.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652024-11-22T19:49:55.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662024-11-22T19:49:55.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672024-11-22T19:49:55.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27682024-11-22T19:49:55.604Z
27692024-11-22T19:49:55.604Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173)
27702024-11-22T19:49:56.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712024-11-22T19:49:56.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722024-11-22T19:49:56.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732024-11-22T19:49:56.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27742024-11-22T19:49:56.232Z
27752024-11-22T19:49:56.232Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173)
27762024-11-22T19:49:56.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772024-11-22T19:49:56.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782024-11-22T19:49:56.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792024-11-22T19:49:56.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27802024-11-22T19:49:56.852Z
27812024-11-22T19:49:56.852Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173)
27822024-11-22T19:49:57.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832024-11-22T19:49:57.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842024-11-22T19:49:57.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852024-11-22T19:49:57.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27862024-11-22T19:49:57.472Z
27872024-11-22T19:49:57.472Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173)
27882024-11-22T19:49:58.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892024-11-22T19:49:58.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902024-11-22T19:49:58.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912024-11-22T19:49:58.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27922024-11-22T19:49:58.094Z
27932024-11-22T19:49:58.094Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173)
27942024-11-22T19:49:58.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952024-11-22T19:49:58.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962024-11-22T19:49:58.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972024-11-22T19:49:58.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27982024-11-22T19:49:58.721Z
27992024-11-22T19:49:58.721Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173)
28002024-11-22T19:49:59.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012024-11-22T19:49:59.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022024-11-22T19:49:59.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032024-11-22T19:49:59.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28042024-11-22T19:49:59.340Z
28052024-11-22T19:49:59.340Zinfo: running `cargo check --bins` on oximeter-producer (97/173)
28062024-11-22T19:49:59.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072024-11-22T19:49:59.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082024-11-22T19:49:59.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092024-11-22T19:49:59.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28102024-11-22T19:49:59.983Z
28112024-11-22T19:49:59.983Zinfo: running `cargo check --bins` on internal-dns-resolver (98/173)
28122024-11-22T19:50:00.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132024-11-22T19:50:00.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142024-11-22T19:50:00.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152024-11-22T19:50:00.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28162024-11-22T19:50:00.601Z
28172024-11-22T19:50:00.601Zinfo: running `cargo check --bins` on sp-sim (99/173)
28182024-11-22T19:50:01.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192024-11-22T19:50:01.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202024-11-22T19:50:01.229Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28212024-11-22T19:50:03.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28222024-11-22T19:50:03.261Z
28232024-11-22T19:50:03.261Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173)
28242024-11-22T19:50:03.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252024-11-22T19:50:03.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262024-11-22T19:50:03.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272024-11-22T19:50:03.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28282024-11-22T19:50:03.922Z
28292024-11-22T19:50:03.922Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173)
28302024-11-22T19:50:04.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312024-11-22T19:50:04.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322024-11-22T19:50:04.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332024-11-22T19:50:04.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28342024-11-22T19:50:04.600Z
28352024-11-22T19:50:04.600Zinfo: running `cargo check --bins` on db-macros (102/173)
28362024-11-22T19:50:05.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372024-11-22T19:50:05.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382024-11-22T19:50:05.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392024-11-22T19:50:05.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28402024-11-22T19:50:05.203Z
28412024-11-22T19:50:05.203Zinfo: running `cargo check --bins` on nexus-macros-common (103/173)
28422024-11-22T19:50:05.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432024-11-22T19:50:05.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442024-11-22T19:50:05.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452024-11-22T19:50:05.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28462024-11-22T19:50:05.805Z
28472024-11-22T19:50:05.805Zinfo: running `cargo check --bins` on nexus-auth (104/173)
28482024-11-22T19:50:06.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492024-11-22T19:50:06.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502024-11-22T19:50:06.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512024-11-22T19:50:06.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28522024-11-22T19:50:06.461Z
28532024-11-22T19:50:06.461Zinfo: running `cargo check --bins` on authz-macros (105/173)
28542024-11-22T19:50:06.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552024-11-22T19:50:06.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562024-11-22T19:50:06.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572024-11-22T19:50:06.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28582024-11-22T19:50:07.063Z
28592024-11-22T19:50:07.063Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/173)
28602024-11-22T19:50:07.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-11-22T19:50:07.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-11-22T19:50:07.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632024-11-22T19:50:07.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28642024-11-22T19:50:07.709Z
28652024-11-22T19:50:07.709Zinfo: running `cargo check --bins` on nexus-db-model (107/173)
28662024-11-22T19:50:08.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-11-22T19:50:08.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-11-22T19:50:08.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692024-11-22T19:50:08.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28702024-11-22T19:50:08.370Z
28712024-11-22T19:50:08.370Zinfo: running `cargo check --bins` on nexus-defaults (108/173)
28722024-11-22T19:50:08.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-11-22T19:50:08.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-11-22T19:50:08.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752024-11-22T19:50:08.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28762024-11-22T19:50:09.004Z
28772024-11-22T19:50:09.004Zinfo: running `cargo check --bins` on nexus-inventory (109/173)
28782024-11-22T19:50:09.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-11-22T19:50:09.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-11-22T19:50:09.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812024-11-22T19:50:09.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28822024-11-22T19:50:09.652Z
28832024-11-22T19:50:09.652Zinfo: running `cargo check --bins` on typed-rng (110/173)
28842024-11-22T19:50:10.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-11-22T19:50:10.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-11-22T19:50:10.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872024-11-22T19:50:10.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28882024-11-22T19:50:10.263Z
28892024-11-22T19:50:10.263Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173)
28902024-11-22T19:50:10.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-11-22T19:50:10.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-11-22T19:50:10.995Z Checking keccak v0.1.5
28932024-11-22T19:50:11.105Z Checking secrecy v0.8.0
28942024-11-22T19:50:11.108Z Compiling unicase v2.7.0
28952024-11-22T19:50:11.108Z Compiling same-file v1.0.6
28962024-11-22T19:50:11.115Z Compiling tempfile v3.13.0
28972024-11-22T19:50:11.149Z Compiling thiserror-impl-no-std v2.0.2
28982024-11-22T19:50:11.154Z Checking universal-hash v0.5.1
28992024-11-22T19:50:11.154Z Compiling ring v0.16.20
29002024-11-22T19:50:11.303Z Compiling walkdir v2.5.0
29012024-11-22T19:50:11.352Z Compiling blake3 v1.5.4
29022024-11-22T19:50:11.382Z Checking sha3 v0.10.8
29032024-11-22T19:50:11.411Z Checking opaque-debug v0.3.1
29042024-11-22T19:50:11.499Z Checking poly1305 v0.8.0
29052024-11-22T19:50:11.549Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29062024-11-22T19:50:11.770Z Checking chacha20 v0.9.1
29072024-11-22T19:50:11.837Z Checking aead v0.5.2
29082024-11-22T19:50:11.947Z Compiling memmap2 v0.9.5
29092024-11-22T19:50:11.986Z Compiling arrayvec v0.7.6
29102024-11-22T19:50:12.050Z Compiling spin v0.5.2
29112024-11-22T19:50:12.066Z Compiling constant_time_eq v0.3.1
29122024-11-22T19:50:12.114Z Compiling arrayref v0.3.9
29132024-11-22T19:50:12.216Z Compiling salty v0.3.0
29142024-11-22T19:50:12.247Z Compiling libefi-sys v0.1.0
29152024-11-22T19:50:12.263Z Checking chacha20poly1305 v0.10.1
29162024-11-22T19:50:12.380Z Compiling toolchain_find v0.4.0
29172024-11-22T19:50:12.439Z Compiling camino-tempfile v1.1.1
29182024-11-22T19:50:12.507Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29192024-11-22T19:50:12.628Z Compiling bitfield-struct v0.6.2
29202024-11-22T19:50:12.801Z Compiling topological-sort v0.2.2
29212024-11-22T19:50:12.900Z Compiling mime_guess v2.0.5
29222024-11-22T19:50:13.017Z Compiling rustfmt-wrapper v0.2.1
29232024-11-22T19:50:13.465Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29242024-11-22T19:50:13.586Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29252024-11-22T19:50:13.607Z Checking primeorder v0.13.6
29262024-11-22T19:50:13.884Z Checking env_filter v0.1.2
29272024-11-22T19:50:13.887Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29282024-11-22T19:50:14.050Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292024-11-22T19:50:14.074Z Checking p384 v0.13.0
29302024-11-22T19:50:14.112Z Checking env_logger v0.11.5
29312024-11-22T19:50:14.219Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29322024-11-22T19:50:14.238Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29332024-11-22T19:50:14.268Z Checking thiserror-no-std v2.0.2
29342024-11-22T19:50:14.374Z Checking vsss-rs v3.3.4
29352024-11-22T19:50:14.461Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29362024-11-22T19:50:14.616Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29372024-11-22T19:50:14.690Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29382024-11-22T19:50:14.864Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29392024-11-22T19:50:14.994Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
29402024-11-22T19:50:15.066Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29412024-11-22T19:50:15.137Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29422024-11-22T19:50:15.415Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29432024-11-22T19:50:15.472Z Checking nanorand v0.7.0
29442024-11-22T19:50:15.515Z Checking atty v0.2.14
29452024-11-22T19:50:15.582Z Checking glob v0.3.1
29462024-11-22T19:50:15.632Z Checking http-range v0.1.5
29472024-11-22T19:50:15.821Z Checking hyper-staticfile v0.10.1
29482024-11-22T19:50:15.852Z Checking flume v0.11.1
29492024-11-22T19:50:15.905Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29502024-11-22T19:50:16.319Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
29512024-11-22T19:50:16.566Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29522024-11-22T19:50:16.616Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29532024-11-22T19:50:16.987Z Compiling omicron-zone-package v0.11.1
29542024-11-22T19:50:17.368Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29552024-11-22T19:50:17.741Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29562024-11-22T19:50:18.410Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29572024-11-22T19:50:18.550Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29582024-11-22T19:50:18.670Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29592024-11-22T19:50:18.947Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29602024-11-22T19:50:20.190Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29612024-11-22T19:50:20.903Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29622024-11-22T19:50:22.902Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29632024-11-22T19:50:22.905Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29642024-11-22T19:50:32.583Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29652024-11-22T19:50:45.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.00s
29662024-11-22T19:50:45.453Z
29672024-11-22T19:50:45.454Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173)
29682024-11-22T19:50:46.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692024-11-22T19:50:46.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702024-11-22T19:50:46.187Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29712024-11-22T19:50:58.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
29722024-11-22T19:50:59.127Z
29732024-11-22T19:50:59.128Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173)
29742024-11-22T19:50:59.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752024-11-22T19:50:59.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762024-11-22T19:50:59.863Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29772024-11-22T19:51:12.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
29782024-11-22T19:51:12.852Z
29792024-11-22T19:51:12.852Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173)
29802024-11-22T19:51:13.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812024-11-22T19:51:13.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822024-11-22T19:51:13.589Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29832024-11-22T19:51:26.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
29842024-11-22T19:51:26.659Z
29852024-11-22T19:51:26.659Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173)
29862024-11-22T19:51:27.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872024-11-22T19:51:27.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882024-11-22T19:51:27.380Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29892024-11-22T19:51:40.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
29902024-11-22T19:51:40.559Z
29912024-11-22T19:51:40.559Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173)
29922024-11-22T19:51:41.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932024-11-22T19:51:41.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942024-11-22T19:51:41.293Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29952024-11-22T19:51:54.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
29962024-11-22T19:51:54.664Z
29972024-11-22T19:51:54.664Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173)
29982024-11-22T19:51:55.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992024-11-22T19:51:55.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002024-11-22T19:51:55.399Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30012024-11-22T19:52:08.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s
30022024-11-22T19:52:08.532Z
30032024-11-22T19:52:08.532Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173)
30042024-11-22T19:52:09.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-11-22T19:52:09.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-11-22T19:52:09.258Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30072024-11-22T19:52:22.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
30082024-11-22T19:52:22.264Z
30092024-11-22T19:52:22.264Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/173)
30102024-11-22T19:52:22.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112024-11-22T19:52:22.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122024-11-22T19:52:22.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132024-11-22T19:52:22.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30142024-11-22T19:52:22.913Z
30152024-11-22T19:52:22.913Zinfo: running `cargo check --bins` on key-manager (120/173)
30162024-11-22T19:52:23.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172024-11-22T19:52:23.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182024-11-22T19:52:23.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192024-11-22T19:52:23.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30202024-11-22T19:52:23.544Z
30212024-11-22T19:52:23.544Zinfo: running `cargo check --bins` on repo-depot-api (121/173)
30222024-11-22T19:52:24.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232024-11-22T19:52:24.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242024-11-22T19:52:24.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252024-11-22T19:52:24.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30262024-11-22T19:52:24.173Z
30272024-11-22T19:52:24.173Zinfo: running `cargo check --bins` on sled-agent-api (122/173)
30282024-11-22T19:52:24.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292024-11-22T19:52:24.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302024-11-22T19:52:24.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312024-11-22T19:52:24.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30322024-11-22T19:52:24.818Z
30332024-11-22T19:52:24.818Zinfo: running `cargo check --bins` on sled-hardware (123/173)
30342024-11-22T19:52:25.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352024-11-22T19:52:25.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362024-11-22T19:52:25.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372024-11-22T19:52:25.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30382024-11-22T19:52:25.450Z
30392024-11-22T19:52:25.450Zinfo: running `cargo check --bins --no-default-features` on sled-storage (124/173)
30402024-11-22T19:52:26.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412024-11-22T19:52:26.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422024-11-22T19:52:26.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432024-11-22T19:52:26.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30442024-11-22T19:52:26.086Z
30452024-11-22T19:52:26.086Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/173)
30462024-11-22T19:52:26.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472024-11-22T19:52:26.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482024-11-22T19:52:26.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492024-11-22T19:52:26.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30502024-11-22T19:52:26.724Z
30512024-11-22T19:52:26.724Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (126/173)
30522024-11-22T19:52:27.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532024-11-22T19:52:27.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542024-11-22T19:52:27.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552024-11-22T19:52:27.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30562024-11-22T19:52:27.384Z
30572024-11-22T19:52:27.384Zinfo: running `cargo check --bins` on nexus-test-interface (127/173)
30582024-11-22T19:52:27.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592024-11-22T19:52:27.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602024-11-22T19:52:27.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612024-11-22T19:52:27.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30622024-11-22T19:52:28.035Z
30632024-11-22T19:52:28.035Zinfo: running `cargo check --bins` on oximeter-collector (128/173)
30642024-11-22T19:52:28.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652024-11-22T19:52:28.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662024-11-22T19:52:28.727Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30672024-11-22T19:52:28.727Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30682024-11-22T19:52:29.467Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30692024-11-22T19:52:31.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
30702024-11-22T19:52:31.541Z
30712024-11-22T19:52:31.541Zinfo: running `cargo check --bins` on oximeter-api (129/173)
30722024-11-22T19:52:32.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732024-11-22T19:52:32.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742024-11-22T19:52:32.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752024-11-22T19:52:32.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30762024-11-22T19:52:32.165Z
30772024-11-22T19:52:32.165Zinfo: running `cargo check --bins` on cert-dev (130/173)
30782024-11-22T19:52:32.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792024-11-22T19:52:32.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802024-11-22T19:52:32.783Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30812024-11-22T19:52:33.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
30822024-11-22T19:52:33.212Z
30832024-11-22T19:52:33.212Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (131/173)
30842024-11-22T19:52:33.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852024-11-22T19:52:33.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862024-11-22T19:52:33.894Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30872024-11-22T19:52:33.894Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30882024-11-22T19:52:34.469Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30892024-11-22T19:52:34.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
30902024-11-22T19:52:35.011Z
30912024-11-22T19:52:35.011Zinfo: running `cargo check --bins` on ch-dev (132/173)
30922024-11-22T19:52:35.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932024-11-22T19:52:35.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942024-11-22T19:52:35.664Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30952024-11-22T19:52:36.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
30962024-11-22T19:52:36.531Z
30972024-11-22T19:52:36.531Zinfo: running `cargo check --bins` on crdb-seed (133/173)
30982024-11-22T19:52:37.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992024-11-22T19:52:37.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002024-11-22T19:52:37.175Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31012024-11-22T19:52:37.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
31022024-11-22T19:52:37.713Z
31032024-11-22T19:52:37.713Zinfo: running `cargo check --bins` on db-dev (134/173)
31042024-11-22T19:52:38.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052024-11-22T19:52:38.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062024-11-22T19:52:38.362Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31072024-11-22T19:52:39.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
31082024-11-22T19:52:39.261Z
31092024-11-22T19:52:39.261Zinfo: running `cargo check --bins` on omicron-dev-lib (135/173)
31102024-11-22T19:52:39.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112024-11-22T19:52:39.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122024-11-22T19:52:39.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132024-11-22T19:52:39.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31142024-11-22T19:52:39.897Z
31152024-11-22T19:52:39.897Zinfo: running `cargo check --bins` on xtask-downloader (136/173)
31162024-11-22T19:52:40.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172024-11-22T19:52:40.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182024-11-22T19:52:40.500Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31192024-11-22T19:52:41.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
31202024-11-22T19:52:41.542Z
31212024-11-22T19:52:41.542Zinfo: running `cargo check --bins` on omicron-ls-apis (137/173)
31222024-11-22T19:52:42.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232024-11-22T19:52:42.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242024-11-22T19:52:42.148Z Checking cargo-platform v0.1.8
31252024-11-22T19:52:42.413Z Checking cargo_metadata v0.18.1
31262024-11-22T19:52:43.361Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31272024-11-22T19:52:44.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
31282024-11-22T19:52:44.252Z
31292024-11-22T19:52:44.252Zinfo: running `cargo check --bins` on mgs-dev (138/173)
31302024-11-22T19:52:44.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312024-11-22T19:52:44.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322024-11-22T19:52:44.959Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31332024-11-22T19:52:45.661Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31342024-11-22T19:52:46.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
31352024-11-22T19:52:46.388Z
31362024-11-22T19:52:46.388Zinfo: running `cargo check --bins` on omicron-omdb (139/173)
31372024-11-22T19:52:47.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382024-11-22T19:52:47.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392024-11-22T19:52:47.151Z Compiling crunchy v0.2.2
31402024-11-22T19:52:47.154Z Compiling tiny-keccak v2.0.2
31412024-11-22T19:52:47.154Z Compiling dsl_auto_type v0.1.2
31422024-11-22T19:52:47.154Z Checking scheduled-thread-pool v0.2.7
31432024-11-22T19:52:47.154Z Compiling diesel_table_macro_syntax v0.2.0
31442024-11-22T19:52:47.154Z Compiling ascii-canvas v3.0.0
31452024-11-22T19:52:47.265Z Compiling ena v0.14.3
31462024-11-22T19:52:47.268Z Compiling diff v0.1.13
31472024-11-22T19:52:47.520Z Checking r2d2 v0.8.10
31482024-11-22T19:52:47.565Z Compiling regex-syntax v0.6.29
31492024-11-22T19:52:47.683Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31502024-11-22T19:52:47.721Z Compiling ref-cast v1.0.23
31512024-11-22T19:52:47.808Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31522024-11-22T19:52:47.834Z Compiling derive_builder_core v0.20.2
31532024-11-22T19:52:47.904Z Compiling libxml v0.3.3
31542024-11-22T19:52:47.948Z Compiling ref-cast-impl v1.0.23
31552024-11-22T19:52:48.077Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31562024-11-22T19:52:48.300Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31572024-11-22T19:52:48.323Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31582024-11-22T19:52:48.505Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31592024-11-22T19:52:48.610Z Compiling strum_macros v0.24.3
31602024-11-22T19:52:48.628Z Compiling samael v0.0.17
31612024-11-22T19:52:48.846Z Compiling diesel_derives v2.2.3
31622024-11-22T19:52:48.910Z Compiling indoc v1.0.9
31632024-11-22T19:52:49.847Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31642024-11-22T19:52:50.133Z Compiling impl-trait-for-tuples v0.2.2
31652024-11-22T19:52:50.254Z Compiling derive_builder_macro v0.20.2
31662024-11-22T19:52:51.041Z Compiling lalrpop v0.19.12
31672024-11-22T19:52:51.102Z Checking derive_builder v0.20.2
31682024-11-22T19:52:51.248Z Compiling oso-derive v0.27.3
31692024-11-22T19:52:51.760Z Checking quick-xml v0.33.0
31702024-11-22T19:52:52.167Z Compiling diesel-dtrace v0.3.0
31712024-11-22T19:52:52.292Z Checking maplit v1.0.2
31722024-11-22T19:52:52.437Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31732024-11-22T19:52:52.526Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31742024-11-22T19:52:52.697Z Checking bb8 v0.8.5
31752024-11-22T19:52:52.821Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31762024-11-22T19:52:53.107Z Checking castaway v0.2.3
31772024-11-22T19:52:53.186Z Checking rand_seeder v0.3.0
31782024-11-22T19:52:53.281Z Checking compact_str v0.8.0
31792024-11-22T19:52:53.408Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31802024-11-22T19:52:53.666Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31812024-11-22T19:52:53.692Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31822024-11-22T19:52:54.140Z Checking unicode-truncate v1.1.0
31832024-11-22T19:52:54.202Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31842024-11-22T19:52:54.370Z Checking lru v0.12.5
31852024-11-22T19:52:54.482Z Compiling instability v0.3.2
31862024-11-22T19:52:54.653Z Checking smawk v0.3.2
31872024-11-22T19:52:54.862Z Checking unicode-linebreak v0.1.5
31882024-11-22T19:52:55.098Z Checking cassowary v0.3.0
31892024-11-22T19:52:55.270Z Checking is_ci v1.2.0
31902024-11-22T19:52:55.419Z Checking supports-color v3.0.1
31912024-11-22T19:52:55.504Z Checking textwrap v0.16.1
31922024-11-22T19:52:55.522Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31932024-11-22T19:52:55.525Z Checking ratatui v0.28.1
31942024-11-22T19:52:55.619Z Checking multimap v0.10.0
31952024-11-22T19:52:58.562Z Checking diesel v2.2.4
31962024-11-22T19:53:23.813Z Compiling polar-core v0.27.3
31972024-11-22T19:53:27.226Z Checking async-bb8-diesel v0.2.1
31982024-11-22T19:53:31.104Z Checking oso v0.27.3
31992024-11-22T19:54:39.881Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32002024-11-22T19:54:45.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
32012024-11-22T19:54:45.938Z
32022024-11-22T19:54:45.938Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (140/173)
32032024-11-22T19:54:46.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042024-11-22T19:54:46.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052024-11-22T19:54:46.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062024-11-22T19:54:46.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32072024-11-22T19:54:46.600Z
32082024-11-22T19:54:46.600Zinfo: running `cargo check --bins` on nexus-saga-recovery (141/173)
32092024-11-22T19:54:47.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102024-11-22T19:54:47.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112024-11-22T19:54:47.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122024-11-22T19:54:47.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32132024-11-22T19:54:47.266Z
32142024-11-22T19:54:47.266Zinfo: running `cargo check --bins` on nexus-test-utils-macros (142/173)
32152024-11-22T19:54:47.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162024-11-22T19:54:47.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172024-11-22T19:54:47.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182024-11-22T19:54:47.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32192024-11-22T19:54:47.870Z
32202024-11-22T19:54:47.870Zinfo: running `cargo check --bins` on omicron-nexus (143/173)
32212024-11-22T19:54:48.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222024-11-22T19:54:48.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232024-11-22T19:54:48.657Z Compiling libz-sys v1.1.20
32242024-11-22T19:54:48.772Z Compiling libgit2-sys v0.17.0+1.8.1
32252024-11-22T19:54:48.785Z Compiling vergen v8.3.2
32262024-11-22T19:54:48.787Z Compiling cargo-platform v0.1.8
32272024-11-22T19:54:48.787Z Compiling pin-project-internal v1.1.6
32282024-11-22T19:54:48.825Z Compiling libsqlite3-sys v0.30.1
32292024-11-22T19:54:48.825Z Compiling snafu-derive v0.8.5
32302024-11-22T19:54:48.827Z Checking bumpalo v3.16.0
32312024-11-22T19:54:49.056Z Checking lockfree-object-pool v0.1.6
32322024-11-22T19:54:49.162Z Compiling cargo_metadata v0.18.1
32332024-11-22T19:54:49.282Z Compiling zip v2.1.3
32342024-11-22T19:54:49.304Z Checking simd-adler32 v0.3.7
32352024-11-22T19:54:49.350Z Compiling rustls v0.21.12
32362024-11-22T19:54:49.580Z Compiling cfg_aliases v0.2.1
32372024-11-22T19:54:49.629Z Compiling buf-list v1.0.3
32382024-11-22T19:54:49.631Z Checking zopfli v0.8.1
32392024-11-22T19:54:49.688Z Compiling nix v0.29.0
32402024-11-22T19:54:49.841Z Checking globset v0.4.15
32412024-11-22T19:54:50.318Z Checking olpc-cjson v0.1.4
32422024-11-22T19:54:50.337Z Checking sct v0.7.1
32432024-11-22T19:54:50.339Z Checking rustls-webpki v0.101.7
32442024-11-22T19:54:50.540Z Checking serde_plain v1.0.2
32452024-11-22T19:54:50.560Z Checking typed-path v0.9.3
32462024-11-22T19:54:51.531Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32472024-11-22T19:54:51.738Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32482024-11-22T19:54:51.802Z Checking hashlink v0.9.1
32492024-11-22T19:54:51.823Z Checking pin-project v1.1.6
32502024-11-22T19:54:51.953Z Checking fallible-iterator v0.3.0
32512024-11-22T19:54:52.004Z Checking fallible-streaming-iterator v0.1.9
32522024-11-22T19:54:52.242Z Checking parse-size v1.1.0
32532024-11-22T19:54:52.470Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32542024-11-22T19:54:52.475Z Checking rustls-pemfile v1.0.4
32552024-11-22T19:54:52.541Z Checking rusqlite v0.32.1
32562024-11-22T19:54:52.700Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32572024-11-22T19:54:52.896Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32582024-11-22T19:54:53.114Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32592024-11-22T19:54:53.237Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32602024-11-22T19:54:53.364Z Checking twox-hash v1.6.3
32612024-11-22T19:54:53.447Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32622024-11-22T19:54:53.875Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32632024-11-22T19:54:54.059Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32642024-11-22T19:54:54.236Z Checking snafu v0.8.5
32652024-11-22T19:54:54.262Z Checking tokio-rustls v0.24.1
32662024-11-22T19:54:54.458Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32672024-11-22T19:54:54.622Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32682024-11-22T19:54:54.642Z Checking fatfs v0.3.6
32692024-11-22T19:54:54.683Z Checking tough v0.19.0
32702024-11-22T19:54:55.403Z Checking assert_matches v1.5.0
32712024-11-22T19:54:58.857Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32722024-11-22T19:55:00.216Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32732024-11-22T19:55:01.616Z Compiling git2 v0.19.0
32742024-11-22T19:55:06.328Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32752024-11-22T19:55:59.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
32762024-11-22T19:55:59.628Z
32772024-11-22T19:55:59.628Zinfo: running `cargo check --bins` on nexus-external-api (144/173)
32782024-11-22T19:56:00.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792024-11-22T19:56:00.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802024-11-22T19:56:00.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812024-11-22T19:56:00.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32822024-11-22T19:56:00.311Z
32832024-11-22T19:56:00.312Zinfo: running `cargo check --bins` on openapi-manager-types (145/173)
32842024-11-22T19:56:00.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852024-11-22T19:56:00.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862024-11-22T19:56:00.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32872024-11-22T19:56:00.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32882024-11-22T19:56:00.919Z
32892024-11-22T19:56:00.919Zinfo: running `cargo check --bins` on nexus-internal-api (146/173)
32902024-11-22T19:56:01.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32912024-11-22T19:56:01.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32922024-11-22T19:56:01.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32932024-11-22T19:56:01.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32942024-11-22T19:56:01.566Z
32952024-11-22T19:56:01.566Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (147/173)
32962024-11-22T19:56:02.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972024-11-22T19:56:02.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982024-11-22T19:56:02.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32992024-11-22T19:56:02.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33002024-11-22T19:56:02.240Z
33012024-11-22T19:56:02.241Zinfo: running `cargo check --bins` on nexus-networking (148/173)
33022024-11-22T19:56:02.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-11-22T19:56:02.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-11-22T19:56:02.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052024-11-22T19:56:02.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33062024-11-22T19:56:02.905Z
33072024-11-22T19:56:02.905Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (149/173)
33082024-11-22T19:56:03.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-11-22T19:56:03.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-11-22T19:56:03.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112024-11-22T19:56:03.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33122024-11-22T19:56:03.585Z
33132024-11-22T19:56:03.585Zinfo: running `cargo check --bins` on update-common (150/173)
33142024-11-22T19:56:04.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-11-22T19:56:04.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-11-22T19:56:04.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-11-22T19:56:04.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33182024-11-22T19:56:04.240Z
33192024-11-22T19:56:04.240Zinfo: running `cargo check --bins` on tufaceous-lib (151/173)
33202024-11-22T19:56:04.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-11-22T19:56:04.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-11-22T19:56:04.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-11-22T19:56:04.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33242024-11-22T19:56:04.887Z
33252024-11-22T19:56:04.887Zinfo: running `cargo check --bins` on tufaceous (152/173)
33262024-11-22T19:56:05.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-11-22T19:56:05.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-11-22T19:56:05.544Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33292024-11-22T19:56:06.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
33302024-11-22T19:56:06.682Z
33312024-11-22T19:56:06.682Zinfo: running `cargo check --bins` on omicron-dev (153/173)
33322024-11-22T19:56:07.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-11-22T19:56:07.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-11-22T19:56:07.516Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33352024-11-22T19:56:07.642Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33362024-11-22T19:56:07.643Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33372024-11-22T19:56:07.645Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33382024-11-22T19:56:32.724Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33392024-11-22T19:56:32.726Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33402024-11-22T19:56:32.726Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33412024-11-22T19:56:32.726Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33422024-11-22T19:56:32.726Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33432024-11-22T19:56:33.513Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33442024-11-22T19:56:34.753Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33452024-11-22T19:57:11.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
33462024-11-22T19:57:12.116Z
33472024-11-22T19:57:12.116Zinfo: running `cargo check --bins` on openapi-manager (154/173)
33482024-11-22T19:57:12.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492024-11-22T19:57:12.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502024-11-22T19:57:12.813Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33512024-11-22T19:57:12.813Z Checking heck v0.4.1
33522024-11-22T19:57:12.815Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33532024-11-22T19:57:13.057Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33542024-11-22T19:57:14.443Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33552024-11-22T19:57:15.319Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33562024-11-22T19:57:16.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
33572024-11-22T19:57:16.585Z
33582024-11-22T19:57:16.585Zinfo: running `cargo check --bins` on installinator-api (155/173)
33592024-11-22T19:57:17.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-11-22T19:57:17.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-11-22T19:57:17.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622024-11-22T19:57:17.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33632024-11-22T19:57:17.227Z
33642024-11-22T19:57:17.227Zinfo: running `cargo check --bins` on wicketd-api (156/173)
33652024-11-22T19:57:17.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662024-11-22T19:57:17.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672024-11-22T19:57:17.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682024-11-22T19:57:17.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33692024-11-22T19:57:17.878Z
33702024-11-22T19:57:17.878Zinfo: running `cargo check --bins` on reconfigurator-cli (157/173)
33712024-11-22T19:57:18.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722024-11-22T19:57:18.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732024-11-22T19:57:18.564Z Compiling petname v2.0.2
33742024-11-22T19:57:18.567Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33752024-11-22T19:57:18.567Z Checking sync-ptr v0.1.1
33762024-11-22T19:57:19.998Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33772024-11-22T19:57:21.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
33782024-11-22T19:57:21.702Z
33792024-11-22T19:57:21.702Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (158/173)
33802024-11-22T19:57:22.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812024-11-22T19:57:22.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822024-11-22T19:57:22.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832024-11-22T19:57:22.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33842024-11-22T19:57:22.352Z
33852024-11-22T19:57:22.352Zinfo: running `cargo check --bins` on omicron-releng (159/173)
33862024-11-22T19:57:22.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872024-11-22T19:57:22.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882024-11-22T19:57:23.011Z Checking memmap2 v0.9.5
33892024-11-22T19:57:23.012Z Checking arrayvec v0.7.6
33902024-11-22T19:57:23.012Z Checking arrayref v0.3.9
33912024-11-22T19:57:23.014Z Checking spin v0.5.2
33922024-11-22T19:57:23.014Z Checking constant_time_eq v0.3.1
33932024-11-22T19:57:23.014Z Checking topological-sort v0.2.2
33942024-11-22T19:57:23.014Z Checking shell-words v1.1.0
33952024-11-22T19:57:23.286Z Checking ring v0.16.20
33962024-11-22T19:57:23.419Z Checking blake3 v1.5.4
33972024-11-22T19:57:24.400Z Checking omicron-zone-package v0.11.1
33982024-11-22T19:57:25.508Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33992024-11-22T19:57:26.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
34002024-11-22T19:57:26.574Z
34012024-11-22T19:57:26.574Zinfo: running `cargo check --bins` on xtask (160/173)
34022024-11-22T19:57:26.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032024-11-22T19:57:26.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042024-11-22T19:57:27.003Z Checking bitflags v2.6.0
34052024-11-22T19:57:27.005Z Checking serde v1.0.215
34062024-11-22T19:57:27.005Z Checking thiserror v1.0.69
34072024-11-22T19:57:27.095Z Checking scroll v0.12.0
34082024-11-22T19:57:27.098Z Checking hashbrown v0.15.0
34092024-11-22T19:57:27.111Z Checking log v0.4.22
34102024-11-22T19:57:27.114Z Checking zerocopy v0.7.35
34112024-11-22T19:57:27.135Z Checking syn v2.0.87
34122024-11-22T19:57:27.194Z Checking pest v2.7.14
34132024-11-22T19:57:27.306Z Checking rustix v0.38.37
34142024-11-22T19:57:27.384Z Checking once_cell v1.20.2
34152024-11-22T19:57:27.529Z Checking goblin v0.8.2
34162024-11-22T19:57:27.666Z Checking fs-err v2.11.0
34172024-11-22T19:57:27.989Z Checking tabled v0.15.0
34182024-11-22T19:57:28.148Z Checking indexmap v2.6.0
34192024-11-22T19:57:28.509Z Checking anyhow v1.0.93
34202024-11-22T19:57:29.257Z Checking terminal_size v0.4.0
34212024-11-22T19:57:29.260Z Checking tempfile v3.13.0
34222024-11-22T19:57:29.430Z Checking clap_builder v4.5.21
34232024-11-22T19:57:29.541Z Checking dtrace-parser v0.2.0
34242024-11-22T19:57:31.375Z Checking serde_json v1.0.132
34252024-11-22T19:57:31.375Z Checking toml_datetime v0.6.8
34262024-11-22T19:57:31.377Z Checking serde_spanned v0.6.8
34272024-11-22T19:57:31.377Z Checking camino v1.1.9
34282024-11-22T19:57:31.377Z Checking semver v1.0.23
34292024-11-22T19:57:31.433Z Checking cargo-platform v0.1.8
34302024-11-22T19:57:31.580Z Checking macaddr v1.0.1
34312024-11-22T19:57:31.684Z Checking toml_edit v0.22.22
34322024-11-22T19:57:31.783Z Checking clap v4.5.21
34332024-11-22T19:57:31.897Z Checking camino-tempfile v1.1.1
34342024-11-22T19:57:32.594Z Checking dof v0.3.0
34352024-11-22T19:57:32.594Z Checking cargo_metadata v0.18.1
34362024-11-22T19:57:33.004Z Checking usdt-impl v0.5.0
34372024-11-22T19:57:33.358Z Checking usdt v0.5.0
34382024-11-22T19:57:33.443Z Checking toml v0.8.19
34392024-11-22T19:57:33.919Z Checking cargo_toml v0.20.5
34402024-11-22T19:57:35.084Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34412024-11-22T19:57:35.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
34422024-11-22T19:57:35.797Z
34432024-11-22T19:57:35.797Zinfo: running `cargo check --bins` on end-to-end-tests (161/173)
34442024-11-22T19:57:36.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452024-11-22T19:57:36.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462024-11-22T19:57:36.545Z Checking polyval v0.6.2
34472024-11-22T19:57:36.659Z Checking ctr v0.9.2
34482024-11-22T19:57:36.668Z Checking ssh-encoding v0.2.0
34492024-11-22T19:57:36.671Z Checking blowfish v0.9.1
34502024-11-22T19:57:36.693Z Checking password-hash v0.4.2
34512024-11-22T19:57:36.696Z Checking matches v0.1.10
34522024-11-22T19:57:36.724Z Checking p521 v0.13.3
34532024-11-22T19:57:36.724Z Checking p256 v0.13.2
34542024-11-22T19:57:36.803Z Checking idna v0.2.3
34552024-11-22T19:57:36.861Z Checking bcrypt-pbkdf v0.10.0
34562024-11-22T19:57:36.879Z Checking ghash v0.5.1
34572024-11-22T19:57:36.901Z Compiling enum-as-inner v0.5.1
34582024-11-22T19:57:36.989Z Checking russh-cryptovec v0.7.3
34592024-11-22T19:57:37.039Z Checking aes-gcm v0.10.3
34602024-11-22T19:57:37.104Z Checking pbkdf2 v0.11.0
34612024-11-22T19:57:37.106Z Checking md5 v0.7.0
34622024-11-22T19:57:37.173Z Checking num-bigint v0.4.6
34632024-11-22T19:57:37.196Z Checking des v0.8.1
34642024-11-22T19:57:37.268Z Checking ssh-cipher v0.2.0
34652024-11-22T19:57:37.374Z Compiling dhcproto-macros v0.1.0
34662024-11-22T19:57:37.376Z Checking hex-literal v0.4.1
34672024-11-22T19:57:37.452Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34682024-11-22T19:57:37.517Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34692024-11-22T19:57:37.556Z Checking ssh-key v0.6.6
34702024-11-22T19:57:37.643Z Checking internet-checksum v0.2.1
34712024-11-22T19:57:37.916Z Checking trust-dns-proto v0.22.0
34722024-11-22T19:57:38.951Z Checking russh-keys v0.45.0
34732024-11-22T19:57:39.850Z Checking russh v0.45.0
34742024-11-22T19:57:40.495Z Checking dhcproto v0.12.0
34752024-11-22T19:57:57.457Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34762024-11-22T19:57:58.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.07s
34772024-11-22T19:57:59.072Z
34782024-11-22T19:57:59.072Zinfo: running `cargo check --bins` on gateway-cli (162/173)
34792024-11-22T19:57:59.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802024-11-22T19:57:59.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812024-11-22T19:57:59.703Z Checking termios v0.3.3
34822024-11-22T19:57:59.915Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34832024-11-22T19:58:00.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
34842024-11-22T19:58:00.847Z
34852024-11-22T19:58:00.847Zinfo: running `cargo check --bins --no-default-features` on installinator (163/173)
34862024-11-22T19:58:01.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872024-11-22T19:58:01.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882024-11-22T19:58:01.540Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34892024-11-22T19:58:03.521Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34902024-11-22T19:58:05.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
34912024-11-22T19:58:05.577Z
34922024-11-22T19:58:05.577Zinfo: running `cargo check --bins` on internal-dns-cli (164/173)
34932024-11-22T19:58:06.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942024-11-22T19:58:06.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952024-11-22T19:58:06.213Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34962024-11-22T19:58:06.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
34972024-11-22T19:58:06.870Z
34982024-11-22T19:58:06.870Zinfo: running `cargo check --bins` on omicron-live-tests (165/173)
34992024-11-22T19:58:07.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002024-11-22T19:58:07.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012024-11-22T19:58:07.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022024-11-22T19:58:07.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35032024-11-22T19:58:07.476Z
35042024-11-22T19:58:07.476Zinfo: running `cargo check --bins` on live-tests-macros (166/173)
35052024-11-22T19:58:08.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062024-11-22T19:58:08.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072024-11-22T19:58:08.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082024-11-22T19:58:08.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35092024-11-22T19:58:08.082Z
35102024-11-22T19:58:08.082Zinfo: running `cargo check --bins` on omicron-package (167/173)
35112024-11-22T19:58:08.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122024-11-22T19:58:08.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132024-11-22T19:58:08.747Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35142024-11-22T19:58:10.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
35152024-11-22T19:58:10.221Z
35162024-11-22T19:58:10.221Zinfo: running `cargo check --bins` on range-requests (168/173)
35172024-11-22T19:58:10.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182024-11-22T19:58:10.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192024-11-22T19:58:10.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202024-11-22T19:58:10.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35212024-11-22T19:58:10.834Z
35222024-11-22T19:58:10.834Zinfo: running `cargo check --bins` on wicket-dbg (169/173)
35232024-11-22T19:58:11.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242024-11-22T19:58:11.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252024-11-22T19:58:11.524Z Checking rtoolbox v0.0.2
35262024-11-22T19:58:11.526Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35272024-11-22T19:58:11.526Z Checking tui-tree-widget v0.22.0
35282024-11-22T19:58:11.750Z Checking rpassword v7.3.1
35292024-11-22T19:58:15.760Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35302024-11-22T19:58:18.742Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35312024-11-22T19:58:19.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
35322024-11-22T19:58:20.138Z
35332024-11-22T19:58:20.138Zinfo: running `cargo check --bins` on wicket (170/173)
35342024-11-22T19:58:20.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352024-11-22T19:58:20.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362024-11-22T19:58:20.824Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35372024-11-22T19:58:21.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35382024-11-22T19:58:21.460Z
35392024-11-22T19:58:21.460Zinfo: running `cargo check --bins` on wicketd (171/173)
35402024-11-22T19:58:22.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412024-11-22T19:58:22.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422024-11-22T19:58:22.169Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35432024-11-22T19:58:26.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
35442024-11-22T19:58:26.267Z
35452024-11-22T19:58:26.267Zinfo: running `cargo check --bins` on omicron-workspace-hack (172/173)
35462024-11-22T19:58:26.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472024-11-22T19:58:26.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482024-11-22T19:58:26.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492024-11-22T19:58:26.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35502024-11-22T19:58:26.877Z
35512024-11-22T19:58:26.877Zinfo: running `cargo check --bins` on zone-setup (173/173)
35522024-11-22T19:58:27.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532024-11-22T19:58:27.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542024-11-22T19:58:27.606Z Checking uzers v0.12.1
35552024-11-22T19:58:27.942Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35562024-11-22T19:58:29.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
35572024-11-22T19:58:29.278Z
35582024-11-22T19:58:29.278Zreal 12:43.243694537
35592024-11-22T19:58:29.278Zuser 23:46.829522190
35602024-11-22T19:58:29.278Zsys 5:22.154434986
35612024-11-22T19:58:29.281Ztrap 0.457665874
35622024-11-22T19:58:29.281Ztflt 2.259884204
35632024-11-22T19:58:29.281Zdflt 3.264347791
35642024-11-22T19:58:29.281Zkflt 0.000608379
35652024-11-22T19:58:29.281Zlock 45:28.419389176
35662024-11-22T19:58:29.281Zslp 2:04:39.289107146
35672024-11-22T19:58:29.281Zlat 1:01.655746839
35682024-11-22T19:58:29.281Zstop 3:14.633786583
35692024-11-22T19:58:29.281Zprocess exited: duration 1041465 ms, exit code 0
 
35702024-11-22T19:58:29.287Zfound 0 output files