01JD04WJMF27Z890RH8EEC4XJH: 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: 01JD04X0B6DFAXSAWFP127BQAA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-18T17:26:00.177Zjob assigned to worker 01JD04X4EA1RB5PZZQ8XJZFSMJ [factory aws, i-0137ebbdc1df67624] (queued for 53 s)
 
22024-11-18T17:26:08.462Zstarting task 0: "setup"
32024-11-18T17:26:08.516Z++ uname -s
42024-11-18T17:26:08.517Z+ kern=SunOS
52024-11-18T17:26:08.517Z+ case "$kern" in
62024-11-18T17:26:08.517Z+ groupadd -g 12345 build
72024-11-18T17:26:08.517Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-18T17:26:10.557Z+ zfs create -o mountpoint=/work rpool/work
92024-11-18T17:26:10.679Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-18T17:26:10.679Z+ home_fs=zfs
112024-11-18T17:26:10.679Z+ [[ zfs == autofs ]]
122024-11-18T17:26:10.679Z+ mkdir -p /home/build
132024-11-18T17:26:10.679Z+ chown build:build /home/build /work
142024-11-18T17:26:12.671Z+ chmod 0700 /home/build /work
152024-11-18T17:26:12.758Zprocess exited: duration 4115 ms, exit code 0
 
162024-11-18T17:26:13.076Zstarting task 1: "rust-toolchain"
172024-11-18T17:26:13.082Z+ printf ' * toolchain channel = "%s"
182024-11-18T17:26:13.082Z' 1.81.0
192024-11-18T17:26:13.083Z * toolchain channel = "1.81.0"
202024-11-18T17:26:13.083Z * toolchain profile = "default"
212024-11-18T17:26:13.083Z+ printf ' * toolchain profile = "%s"
222024-11-18T17:26:13.083Z' default
232024-11-18T17:26:13.083Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-18T17:26:13.083Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-18T17:26:13.083Zinfo: downloading installer
262024-11-18T17:26:14.328Zinfo: profile set to 'default'
272024-11-18T17:26:14.328Zinfo: default host triple is x86_64-unknown-illumos
282024-11-18T17:26:14.445Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-18T17:26:14.493Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-18T17:26:14.493Zinfo: downloading component 'cargo'
312024-11-18T17:26:15.287Zinfo: downloading component 'clippy'
322024-11-18T17:26:15.517Zinfo: downloading component 'rust-docs'
332024-11-18T17:26:16.628Zinfo: downloading component 'rust-std'
342024-11-18T17:26:18.352Zinfo: downloading component 'rustc'
352024-11-18T17:26:24.527Zinfo: downloading component 'rustfmt'
362024-11-18T17:26:24.762Zinfo: installing component 'cargo'
372024-11-18T17:26:25.588Zinfo: installing component 'clippy'
382024-11-18T17:26:25.973Zinfo: installing component 'rust-docs'
392024-11-18T17:26:27.600Zinfo: installing component 'rust-std'
402024-11-18T17:26:29.400Zinfo: installing component 'rustc'
412024-11-18T17:26:35.132Zinfo: installing component 'rustfmt'
422024-11-18T17:26:35.454Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-18T17:26:35.454Z
442024-11-18T17:26:35.815Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-18T17:26:35.815Z
462024-11-18T17:26:35.818Z
472024-11-18T17:26:35.818ZRust is installed now. Great!
482024-11-18T17:26:35.818Z
492024-11-18T17:26:35.818ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-18T17:26:35.818Zenvironment variable. This has not been done automatically.
512024-11-18T17:26:35.818Z
522024-11-18T17:26:35.818ZTo configure your current shell, you need to source
532024-11-18T17:26:35.818Zthe corresponding env file under $HOME/.cargo.
542024-11-18T17:26:35.818Z
552024-11-18T17:26:35.818ZThis is usually done by running one of the following (note the leading DOT):
562024-11-18T17:26:35.818Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-18T17:26:35.818Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-18T17:26:35.882Z+ rustc --version
592024-11-18T17:26:35.948Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-18T17:26:35.951Zprocess exited: duration 23013 ms, exit code 0
 
612024-11-18T17:26:35.955Zstarting task 2: "authentication"
622024-11-18T17:26:35.976Zprocess exited: duration 20 ms, exit code 0
 
632024-11-18T17:26:35.980Zstarting task 3: "clone repository"
642024-11-18T17:26:35.985Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-18T17:26:35.987Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-18T17:26:36.247ZCloning into '/work/oxidecomputer/omicron'...
672024-11-18T17:26:43.784Z+ cd /work/oxidecomputer/omicron
682024-11-18T17:26:43.784Z+ git fetch origin baff1cce651366e144ec3b32b1c7988e4437ee2d
692024-11-18T17:26:44.118ZFrom https://github.com/oxidecomputer/omicron
702024-11-18T17:26:44.118Z * branch baff1cce651366e144ec3b32b1c7988e4437ee2d -> FETCH_HEAD
712024-11-18T17:26:44.128Z+ [[ -n '' ]]
722024-11-18T17:26:44.128Z+ git reset --hard baff1cce651366e144ec3b32b1c7988e4437ee2d
732024-11-18T17:26:44.300ZHEAD is now at baff1cce6 Fix copy-paste-o
742024-11-18T17:26:44.303Zprocess exited: duration 8316 ms, exit code 0
 
752024-11-18T17:26:44.309Zstarting task 4: "build"
762024-11-18T17:26:44.314Z+ source .github/buildomat/ci-env.sh
772024-11-18T17:26:44.314Z++ export CARGO_TERM_COLOR=always
782024-11-18T17:26:44.314Z++ CARGO_TERM_COLOR=always
792024-11-18T17:26:44.317Z+ cargo --version
802024-11-18T17:26:44.371Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-11-18T17:26:44.374Z+ rustc --version
822024-11-18T17:26:44.433Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-11-18T17:26:44.435Z+ source ./env.sh
842024-11-18T17:26:44.435Z++ OLD_SHELL_OPTS=ehxB
852024-11-18T17:26:44.435Z++ set -o xtrace
862024-11-18T17:26:44.438Z++++ dirname ./env.sh
872024-11-18T17:26:44.440Z+++ readlink -f .
882024-11-18T17:26:44.587Z++ OMICRON_WS=/work/oxidecomputer/omicron
892024-11-18T17:26:44.590Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902024-11-18T17:26:44.590Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912024-11-18T17:26:44.590Z++ 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
922024-11-18T17:26:44.590Z++ 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
932024-11-18T17:26:44.590Z++ 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
942024-11-18T17:26:44.590Z++ 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
952024-11-18T17:26:44.590Z++ 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
962024-11-18T17:26:44.590Z++ 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
972024-11-18T17:26:44.590Z++ case $OLD_SHELL_OPTS in
982024-11-18T17:26:44.590Z++ unset OLD_SHELL_OPTS OMICRON_WS
992024-11-18T17:26:44.590Z+ 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
1002024-11-18T17:26:44.591Z+ 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
1012024-11-18T17:26:44.591Z+ banner prerequisites
1022024-11-18T17:26:44.704Z
1032024-11-18T17:26:44.704Z ##### ##### ###### ##### ###### #### # # # #### #
1042024-11-18T17:26:44.704Z # # # # # # # # # # # # # # #
1052024-11-18T17:26:44.704Z # # # # ##### # # ##### # # # # # #### #
1062024-11-18T17:26:44.704Z ##### ##### # ##### # # # # # # # # #
1072024-11-18T17:26:44.704Z # # # # # # # # # # # # # # #
1082024-11-18T17:26:44.704Z # # # ###### # # ###### ### # #### # #### #
1092024-11-18T17:26:44.704Z
1102024-11-18T17:26:44.707Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112024-11-18T17:27:04.065Z Startup: Refreshing catalog 'helios-dev' ... Done
1122024-11-18T17:27:07.864Z Startup: Caching catalogs ... Done
1132024-11-18T17:27:16.499ZPlanning: Solver setup ... Done (7.725s)
1142024-11-18T17:27:16.609ZPlanning: Running solver ... Done (0.110s)
1152024-11-18T17:27:16.861ZPlanning: Finding local manifests ... Done (0.162s)
1162024-11-18T17:27:16.887ZPlanning: Fetching manifests: 0/5 0% complete
1172024-11-18T17:27:18.339ZPlanning: Fetching manifests: 5/5 100% complete
1182024-11-18T17:27:18.603ZPlanning: Package planning ... Done (0.263s)
1192024-11-18T17:27:18.659ZPlanning: Merging actions ... Done (0.056s)
1202024-11-18T17:27:19.762ZPlanning: Checking for conflicting actions ... Done (1.102s)
1212024-11-18T17:27:27.968ZPlanning: Consolidating action changes ... Done (8.200s)
1222024-11-18T17:27:28.340ZPlanning: Evaluating mediators ... Done (0.372s)
1232024-11-18T17:27:28.472ZPlanning: Planning completed in 20.51 seconds
1242024-11-18T17:27:29.300Z Packages to install: 4
1252024-11-18T17:27:29.300Z Packages to update: 1
1262024-11-18T17:27:29.301Z Mediators to change: 2
1272024-11-18T17:27:29.301Z Services to change: 1
1282024-11-18T17:27:29.307Z Estimated space available: 155.64 GB
1292024-11-18T17:27:29.307ZEstimated space to be consumed: 1.60 GB
1302024-11-18T17:27:29.307Z Create boot environment: No
1312024-11-18T17:27:29.307ZCreate backup boot environment: Yes
1322024-11-18T17:27:29.308Z Rebuild boot archive: No
1332024-11-18T17:27:29.308Z
1342024-11-18T17:27:29.308ZChanged mediators:
1352024-11-18T17:27:29.308Z mediator clang:
1362024-11-18T17:27:29.308Z version: None -> 15 (system default)
1372024-11-18T17:27:29.308Z
1382024-11-18T17:27:29.308Z mediator llvm:
1392024-11-18T17:27:29.309Z version: 14 (system default) -> 15 (system default)
1402024-11-18T17:27:29.309Z
1412024-11-18T17:27:29.309ZChanged packages:
1422024-11-18T17:27:29.309Zhelios-dev
1432024-11-18T17:27:29.309Z developer/build-essential
1442024-11-18T17:27:29.309Z None -> 11-2.0
1452024-11-18T17:27:29.309Z library/libxmlsec1
1462024-11-18T17:27:29.310Z None -> 1.2.35-2.0
1472024-11-18T17:27:29.310Z ooce/developer/clang-15
1482024-11-18T17:27:29.311Z None -> 15.0.7-2.0
1492024-11-18T17:27:29.311Z ooce/developer/llvm-15
1502024-11-18T17:27:29.311Z None -> 15.0.7-2.0
1512024-11-18T17:27:29.311Z package/pkg
1522024-11-18T17:27:29.311Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1532024-11-18T17:27:29.311Z
1542024-11-18T17:27:29.312ZServices:
1552024-11-18T17:27:29.312Z restart_fmri:
1562024-11-18T17:27:29.312Z svc:/system/update-man-index:default
1572024-11-18T17:27:29.312Z
1582024-11-18T17:27:29.312ZEditable files to change:
1592024-11-18T17:27:29.312Z Update:
1602024-11-18T17:27:29.313Z usr/share/lib/pkg/web/config.shtml
1612024-11-18T17:27:29.838Z
1622024-11-18T17:27:29.839ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1632024-11-18T17:27:34.846ZDownload: 885/4281 items 18.9/220.6MB 8% complete (3.9M/s)
1642024-11-18T17:27:39.847ZDownload: 1466/4281 items 112.9/220.6MB 51% complete (11.3M/s)
1652024-11-18T17:27:44.888ZDownload: 2507/4281 items 120.3/220.6MB 54% complete (10.2M/s)
1662024-11-18T17:27:49.913ZDownload: 3283/4281 items 211.7/220.6MB 95% complete (12.2M/s)
1672024-11-18T17:27:55.170ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (10.0M/s)
1682024-11-18T17:27:55.294ZDownload: Completed 220.60 MB in 25.44 seconds (8.7M/s)
1692024-11-18T17:27:57.416Z Actions: 1/5063 actions (Removing old actions)
1702024-11-18T17:27:57.433Z Actions: 194/5063 actions (Installing new actions)
1712024-11-18T17:28:02.584Z Actions: 4116/5063 actions (Installing new actions)
1722024-11-18T17:28:03.393Z Actions: 4226/5063 actions (Updating modified actions)
1732024-11-18T17:28:03.748Z Actions: Completed 5063 actions in 6.33 seconds.
1742024-11-18T17:28:03.964Z Done (0.209s)
1752024-11-18T17:28:03.966Z Done (0.000s)
1762024-11-18T17:28:04.484Z Done (0.519s)
1772024-11-18T17:28:12.754Z Done (8.052s)
1782024-11-18T17:28:13.404Z Done (0.577s)
1792024-11-18T17:28:13.407Z Done (0.000s)
1802024-11-18T17:28:13.555Z Done (0.000s)
1812024-11-18T17:28:14.226ZPlanning: Evaluating mediator changes ... Done
1822024-11-18T17:28:14.390ZPlanning: Checking for conflicting actions ... Done
1832024-11-18T17:28:14.394ZPlanning: Consolidating action changes ... Done
1842024-11-18T17:28:14.664ZPlanning: Evaluating mediators ... Done
1852024-11-18T17:28:14.667ZPlanning: Planning completed in 0.44 seconds
1862024-11-18T17:28:14.703Z Mediators to change: 2
1872024-11-18T17:28:14.703Z Create boot environment: No
1882024-11-18T17:28:14.705ZCreate backup boot environment: No
1892024-11-18T17:28:14.777Z Done
1902024-11-18T17:28:14.777Z Done
1912024-11-18T17:28:15.111Z Done
1922024-11-18T17:28:18.635Z Done
1932024-11-18T17:28:18.737Z Done
1942024-11-18T17:28:18.740Z Done
1952024-11-18T17:28:18.847Z Done
1962024-11-18T17:28:19.456ZPlanning: Evaluating mediator changes ... Done
1972024-11-18T17:28:19.460ZPlanning: Merging actions ... Done
1982024-11-18T17:28:19.647ZPlanning: Checking for conflicting actions ... Done
1992024-11-18T17:28:19.650ZPlanning: Consolidating action changes ... Done
2002024-11-18T17:28:19.918ZPlanning: Evaluating mediators ... Done
2012024-11-18T17:28:19.974ZPlanning: Planning completed in 0.76 seconds
2022024-11-18T17:28:20.014Z Packages to change: 1
2032024-11-18T17:28:20.014Z Mediators to change: 1
2042024-11-18T17:28:20.017Z Services to change: 1
2052024-11-18T17:28:20.017Z Create boot environment: No
2062024-11-18T17:28:20.017ZCreate backup boot environment: Yes
2072024-11-18T17:28:22.037Z Actions: 1/6 actions (Updating modified actions)
2082024-11-18T17:28:22.196Z Actions: Completed 6 actions in 0.16 seconds.
2092024-11-18T17:28:22.199Z Done
2102024-11-18T17:28:22.199Z Done
2112024-11-18T17:28:22.303Z Done
2122024-11-18T17:28:25.983Z Done
2132024-11-18T17:28:26.081Z Done
2142024-11-18T17:28:26.083Z Done
2152024-11-18T17:28:26.203Z Done
2162024-11-18T17:28:26.642ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-11-18T17:28:26.642Zclang system 15 system
2182024-11-18T17:28:26.642Zcsh system system illumos
2192024-11-18T17:28:26.642Zctags system system illumos
2202024-11-18T17:28:26.642Zgcc vendor 12 vendor
2212024-11-18T17:28:26.642Zgcc system 10 system
2222024-11-18T17:28:26.642Zgcc system 7 system
2232024-11-18T17:28:26.642Zgo system 1.20 system
2242024-11-18T17:28:26.642Zgo system 1.19 system
2252024-11-18T17:28:26.642Zllvm system 15 system
2262024-11-18T17:28:26.642Zllvm system 14 system
2272024-11-18T17:28:26.642Zmariadb system 10.6 system
2282024-11-18T17:28:26.642Zmta vendor vendor dma
2292024-11-18T17:28:26.642Zopenjdk system 17 system
2302024-11-18T17:28:26.642Zopenjdk system 11 system
2312024-11-18T17:28:26.643Zopenjdk system 1.8 system
2322024-11-18T17:28:26.643Zopenssl vendor 3 vendor
2332024-11-18T17:28:26.643Zperl system 5.36 system
2342024-11-18T17:28:26.643Zpostgresql system 15 system
2352024-11-18T17:28:26.643Zpostgresql system 13 system
2362024-11-18T17:28:26.643Zpython vendor 3 vendor
2372024-11-18T17:28:26.643Zpython system 2 system
2382024-11-18T17:28:26.643Zpython3 system 3.11 system
2392024-11-18T17:28:26.643Zruby system 3.0 system
2402024-11-18T17:28:26.643Zwords vendor vendor american-english
2412024-11-18T17:28:26.643Zwords system system australian-english
2422024-11-18T17:28:26.643Zwords system system british-english
2432024-11-18T17:28:26.643Zwords system system canadian-english
2442024-11-18T17:28:26.643Zwords system system french
2452024-11-18T17:28:26.643Zwords system system italian
2462024-11-18T17:28:26.643Zwords system system ngerman
2472024-11-18T17:28:26.643Zwords system system ogerman
2482024-11-18T17:28:26.643Zwords system system spanish
2492024-11-18T17:28:26.971ZPUBLISHER TYPE STATUS P LOCATION
2502024-11-18T17:28:26.971Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-11-18T17:28:29.493ZFMRI IFO
2522024-11-18T17:28:29.493Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-11-18T17:28:29.493Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-11-18T17:28:29.493Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-11-18T17:28:29.493Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-11-18T17:28:29.493Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-11-18T17:28:29.493Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-11-18T17:28:29.493Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2592024-11-18T17:28:29.493Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2602024-11-18T17:28:29.493Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2612024-11-18T17:28:29.493Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2622024-11-18T17:28:29.493Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2632024-11-18T17:28:29.493Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2642024-11-18T17:28:29.493Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2652024-11-18T17:28:29.494Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2662024-11-18T17:28:29.494Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2672024-11-18T17:28:30.217Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2682024-11-18T17:28:30.524Z Updating crates.io index
2692024-11-18T17:28:30.527Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702024-11-18T17:28:31.363Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2712024-11-18T17:28:31.593Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722024-11-18T17:28:31.874Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2732024-11-18T17:28:32.139Z Updating git repository `https://github.com/oxidecomputer/propolis`
2742024-11-18T17:28:33.112Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752024-11-18T17:28:35.529Z Updating git repository `https://github.com/oxidecomputer/opte`
2762024-11-18T17:28:36.584Z Updating git repository `https://github.com/oxidecomputer/falcon`
2772024-11-18T17:28:37.245Z Updating git repository `https://github.com/oxidecomputer/clickward`
2782024-11-18T17:28:37.505Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2792024-11-18T17:28:37.788Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2802024-11-18T17:28:38.388Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2812024-11-18T17:28:38.715Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822024-11-18T17:28:39.062Z Updating git repository `https://github.com/oxidecomputer/tofino`
2832024-11-18T17:28:39.381Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842024-11-18T17:28:39.654Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852024-11-18T17:28:39.926Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862024-11-18T17:28:40.239Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2872024-11-18T17:28:40.552Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882024-11-18T17:28:40.860Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2892024-11-18T17:28:41.176Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902024-11-18T17:28:41.625Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912024-11-18T17:28:42.004Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922024-11-18T17:28:42.381Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932024-11-18T17:28:42.793Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942024-11-18T17:28:43.108Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952024-11-18T17:28:43.362Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962024-11-18T17:28:45.021Z Downloading crates ...
2972024-11-18T17:28:45.161Z Downloaded anstyle v1.0.10
2982024-11-18T17:28:45.179Z Downloaded bitflags v2.6.0
2992024-11-18T17:28:45.184Z Downloaded anstream v0.6.15
3002024-11-18T17:28:45.193Z Downloaded dof v0.3.0
3012024-11-18T17:28:45.195Z Downloaded digest v0.10.7
3022024-11-18T17:28:45.196Z Downloaded cargo-platform v0.1.8
3032024-11-18T17:28:45.198Z Downloaded swrite v0.1.0
3042024-11-18T17:28:45.204Z Downloaded colorchoice v1.0.2
3052024-11-18T17:28:45.207Z Downloaded clap_lex v0.7.2
3062024-11-18T17:28:45.207Z Downloaded cpufeatures v0.2.14
3072024-11-18T17:28:45.207Z Downloaded cfg-if v1.0.0
3082024-11-18T17:28:45.210Z Downloaded camino-tempfile v1.1.1
3092024-11-18T17:28:45.214Z Downloaded autocfg v1.4.0
3102024-11-18T17:28:45.219Z Downloaded strsim v0.11.1
3112024-11-18T17:28:45.219Z Downloaded scroll v0.12.0
3122024-11-18T17:28:45.219Z Downloaded cargo_metadata v0.18.1
3132024-11-18T17:28:45.222Z Downloaded tabled_derive v0.7.0
3142024-11-18T17:28:45.222Z Downloaded terminal_size v0.4.0
3152024-11-18T17:28:45.223Z Downloaded crypto-common v0.1.6
3162024-11-18T17:28:45.223Z Downloaded cargo_toml v0.20.5
3172024-11-18T17:28:45.223Z Downloaded scroll_derive v0.12.0
3182024-11-18T17:28:45.225Z Downloaded equivalent v1.0.1
3192024-11-18T17:28:45.225Z Downloaded anyhow v1.0.93
3202024-11-18T17:28:45.228Z Downloaded usdt-macro v0.5.0
3212024-11-18T17:28:45.228Z Downloaded byteorder v1.5.0
3222024-11-18T17:28:45.230Z Downloaded dtrace-parser v0.2.0
3232024-11-18T17:28:45.236Z Downloaded pretty-hex v0.4.1
3242024-11-18T17:28:45.239Z Downloaded is_terminal_polyfill v1.70.1
3252024-11-18T17:28:45.241Z Downloaded usdt-attr-macro v0.5.0
3262024-11-18T17:28:45.248Z Downloaded serde_tokenstream v0.2.2
3272024-11-18T17:28:45.251Z Downloaded bytecount v0.6.8
3282024-11-18T17:28:45.260Z Downloaded serde_spanned v0.6.8
3292024-11-18T17:28:45.263Z Downloaded itoa v1.0.11
3302024-11-18T17:28:45.263Z Downloaded generic-array v0.14.7
3312024-11-18T17:28:45.264Z Downloaded fastrand v2.1.1
3322024-11-18T17:28:45.266Z Downloaded clap_derive v4.5.18
3332024-11-18T17:28:45.266Z Downloaded thread-id v4.2.2
3342024-11-18T17:28:45.269Z Downloaded usdt v0.5.0
3352024-11-18T17:28:45.269Z Downloaded thiserror-impl v1.0.69
3362024-11-18T17:28:45.273Z Downloaded camino v1.1.9
3372024-11-18T17:28:45.273Z Downloaded unicode-linebreak v0.1.5
3382024-11-18T17:28:45.274Z Downloaded errno v0.3.9
3392024-11-18T17:28:45.277Z Downloaded block-buffer v0.10.4
3402024-11-18T17:28:45.277Z Downloaded proc-macro-error-attr v1.0.4
3412024-11-18T17:28:45.277Z Downloaded anstyle-parse v0.2.5
3422024-11-18T17:28:45.283Z Downloaded macaddr v1.0.1
3432024-11-18T17:28:45.287Z Downloaded utf8parse v0.2.2
3442024-11-18T17:28:45.287Z Downloaded anstyle-query v1.1.1
3452024-11-18T17:28:45.290Z Downloaded version_check v0.9.5
3462024-11-18T17:28:45.290Z Downloaded toml_datetime v0.6.8
3472024-11-18T17:28:45.290Z Downloaded plain v0.2.3
3482024-11-18T17:28:45.297Z Downloaded heck v0.4.1
3492024-11-18T17:28:45.297Z Downloaded pest_generator v2.7.14
3502024-11-18T17:28:45.297Z Downloaded fnv v1.0.7
3512024-11-18T17:28:45.304Z Downloaded usdt-impl v0.5.0
3522024-11-18T17:28:45.306Z Downloaded fs-err v2.11.0
3532024-11-18T17:28:45.306Z Downloaded clap v4.5.21
3542024-11-18T17:28:45.313Z Downloaded proc-macro-error v1.0.4
3552024-11-18T17:28:45.316Z Downloaded tempfile v3.13.0
3562024-11-18T17:28:45.319Z Downloaded sha2 v0.10.8
3572024-11-18T17:28:45.322Z Downloaded smawk v0.3.2
3582024-11-18T17:28:45.323Z Downloaded heck v0.5.0
3592024-11-18T17:28:45.325Z Downloaded semver v1.0.23
3602024-11-18T17:28:45.325Z Downloaded once_cell v1.20.2
3612024-11-18T17:28:45.328Z Downloaded zerocopy-derive v0.7.35
3622024-11-18T17:28:45.330Z Downloaded thiserror v1.0.69
3632024-11-18T17:28:45.334Z Downloaded quote v1.0.37
3642024-11-18T17:28:45.337Z Downloaded ryu v1.0.18
3652024-11-18T17:28:45.340Z Downloaded pest_derive v2.7.14
3662024-11-18T17:28:45.343Z Downloaded typenum v1.17.0
3672024-11-18T17:28:45.348Z Downloaded toml v0.8.19
3682024-11-18T17:28:45.351Z Downloaded memmap v0.7.0
3692024-11-18T17:28:45.353Z Downloaded pest_meta v2.7.14
3702024-11-18T17:28:45.362Z Downloaded serde_derive v1.0.215
3712024-11-18T17:28:45.364Z Downloaded ucd-trie v0.1.7
3722024-11-18T17:28:45.367Z Downloaded unicode-ident v1.0.13
3732024-11-18T17:28:45.370Z Downloaded log v0.4.22
3742024-11-18T17:28:45.374Z Downloaded textwrap v0.16.1
3752024-11-18T17:28:45.376Z Downloaded proc-macro2 v1.0.89
3762024-11-18T17:28:45.382Z Downloaded serde v1.0.215
3772024-11-18T17:28:45.385Z Downloaded papergrid v0.11.0
3782024-11-18T17:28:45.398Z Downloaded indexmap v2.6.0
3792024-11-18T17:28:45.408Z Downloaded toml_edit v0.22.22
3802024-11-18T17:28:45.429Z Downloaded memchr v2.7.4
3812024-11-18T17:28:45.443Z Downloaded pest v2.7.14
3822024-11-18T17:28:45.452Z Downloaded serde_json v1.0.132
3832024-11-18T17:28:45.459Z Downloaded hashbrown v0.15.0
3842024-11-18T17:28:45.464Z Downloaded clap_builder v4.5.21
3852024-11-18T17:28:45.476Z Downloaded zerocopy v0.7.35
3862024-11-18T17:28:45.491Z Downloaded winnow v0.6.20
3872024-11-18T17:28:45.499Z Downloaded goblin v0.8.2
3882024-11-18T17:28:45.505Z Downloaded tabled v0.15.0
3892024-11-18T17:28:45.519Z Downloaded syn v1.0.109
3902024-11-18T17:28:45.528Z Downloaded unicode-width v0.1.14
3912024-11-18T17:28:45.533Z Downloaded syn v2.0.87
3922024-11-18T17:28:45.546Z Downloaded rustix v0.38.37
3932024-11-18T17:28:45.584Z Downloaded libc v0.2.162
3942024-11-18T17:28:45.888Z Compiling proc-macro2 v1.0.89
3952024-11-18T17:28:45.888Z Compiling unicode-ident v1.0.13
3962024-11-18T17:28:45.888Z Compiling version_check v0.9.5
3972024-11-18T17:28:45.891Z Compiling serde v1.0.215
3982024-11-18T17:28:45.891Z Compiling thiserror v1.0.69
3992024-11-18T17:28:45.891Z Compiling memchr v2.7.4
4002024-11-18T17:28:45.891Z Compiling libc v0.2.162
4012024-11-18T17:28:45.891Z Compiling itoa v1.0.11
4022024-11-18T17:28:46.155Z Compiling ucd-trie v0.1.7
4032024-11-18T17:28:46.277Z Compiling ryu v1.0.18
4042024-11-18T17:28:46.734Z Compiling once_cell v1.20.2
4052024-11-18T17:28:46.757Z Compiling byteorder v1.5.0
4062024-11-18T17:28:47.164Z Compiling rustix v0.38.37
4072024-11-18T17:28:47.392Z Compiling serde_json v1.0.132
4082024-11-18T17:28:48.142Z Compiling bitflags v2.6.0
4092024-11-18T17:28:48.203Z Compiling proc-macro-error-attr v1.0.4
4102024-11-18T17:28:48.274Z Compiling usdt-impl v0.5.0
4112024-11-18T17:28:48.294Z Compiling syn v1.0.109
4122024-11-18T17:28:48.468Z Compiling proc-macro-error v1.0.4
4132024-11-18T17:28:48.512Z Compiling log v0.4.22
4142024-11-18T17:28:48.570Z Compiling utf8parse v0.2.2
4152024-11-18T17:28:48.730Z Compiling equivalent v1.0.1
4162024-11-18T17:28:48.755Z Compiling camino v1.1.9
4172024-11-18T17:28:48.757Z Compiling plain v0.2.3
4182024-11-18T17:28:48.836Z Compiling hashbrown v0.15.0
4192024-11-18T17:28:48.912Z Compiling thread-id v4.2.2
4202024-11-18T17:28:48.967Z Compiling anstyle-parse v0.2.5
4212024-11-18T17:28:49.036Z Compiling unicode-width v0.1.14
4222024-11-18T17:28:49.038Z Compiling semver v1.0.23
4232024-11-18T17:28:49.306Z Compiling quote v1.0.37
4242024-11-18T17:28:49.337Z Compiling anstyle-query v1.1.1
4252024-11-18T17:28:49.466Z Compiling errno v0.3.9
4262024-11-18T17:28:49.494Z Compiling winnow v0.6.20
4272024-11-18T17:28:49.565Z Compiling autocfg v1.4.0
4282024-11-18T17:28:49.594Z Compiling is_terminal_polyfill v1.70.1
4292024-11-18T17:28:49.724Z Compiling syn v2.0.87
4302024-11-18T17:28:50.062Z Compiling indexmap v2.6.0
4312024-11-18T17:28:50.100Z Compiling pretty-hex v0.4.1
4322024-11-18T17:28:50.303Z Compiling anstyle v1.0.10
4332024-11-18T17:28:50.735Z Compiling colorchoice v1.0.2
4342024-11-18T17:28:50.772Z Compiling fs-err v2.11.0
4352024-11-18T17:28:50.898Z Compiling anstream v0.6.15
4362024-11-18T17:28:51.343Z Compiling cfg-if v1.0.0
4372024-11-18T17:28:51.372Z Compiling fastrand v2.1.1
4382024-11-18T17:28:51.449Z Compiling bytecount v0.6.8
4392024-11-18T17:28:51.646Z Compiling strsim v0.11.1
4402024-11-18T17:28:51.673Z Compiling fnv v1.0.7
4412024-11-18T17:28:51.703Z Compiling heck v0.4.1
4422024-11-18T17:28:51.793Z Compiling clap_lex v0.7.2
4432024-11-18T17:28:51.941Z Compiling terminal_size v0.4.0
4442024-11-18T17:28:52.147Z Compiling anyhow v1.0.93
4452024-11-18T17:28:52.213Z Compiling heck v0.5.0
4462024-11-18T17:28:52.277Z Compiling clap_builder v4.5.21
4472024-11-18T17:28:52.536Z Compiling tempfile v3.13.0
4482024-11-18T17:28:52.713Z Compiling papergrid v0.11.0
4492024-11-18T17:28:53.270Z Compiling memmap v0.7.0
4502024-11-18T17:28:53.359Z Compiling unicode-linebreak v0.1.5
4512024-11-18T17:28:53.393Z Compiling smawk v0.3.2
4522024-11-18T17:28:53.625Z Compiling swrite v0.1.0
4532024-11-18T17:28:53.870Z Compiling textwrap v0.16.1
4542024-11-18T17:28:55.180Z Compiling tabled_derive v0.7.0
4552024-11-18T17:28:56.619Z Compiling tabled v0.15.0
4562024-11-18T17:28:58.436Z Compiling serde_derive v1.0.215
4572024-11-18T17:28:58.436Z Compiling thiserror-impl v1.0.69
4582024-11-18T17:28:58.440Z Compiling zerocopy-derive v0.7.35
4592024-11-18T17:28:58.440Z Compiling scroll_derive v0.12.0
4602024-11-18T17:28:58.440Z Compiling clap_derive v4.5.18
4612024-11-18T17:28:59.718Z Compiling scroll v0.12.0
4622024-11-18T17:29:00.144Z Compiling zerocopy v0.7.35
4632024-11-18T17:29:00.201Z Compiling goblin v0.8.2
4642024-11-18T17:29:01.371Z Compiling pest v2.7.14
4652024-11-18T17:29:02.343Z Compiling clap v4.5.21
4662024-11-18T17:29:03.456Z Compiling pest_meta v2.7.14
4672024-11-18T17:29:04.295Z Compiling pest_generator v2.7.14
4682024-11-18T17:29:06.089Z Compiling pest_derive v2.7.14
4692024-11-18T17:29:06.820Z Compiling dtrace-parser v0.2.0
4702024-11-18T17:29:08.261Z Compiling serde_tokenstream v0.2.2
4712024-11-18T17:29:08.420Z Compiling toml_datetime v0.6.8
4722024-11-18T17:29:08.420Z Compiling serde_spanned v0.6.8
4732024-11-18T17:29:08.509Z Compiling cargo-platform v0.1.8
4742024-11-18T17:29:08.719Z Compiling toml_edit v0.22.22
4752024-11-18T17:29:08.848Z Compiling macaddr v1.0.1
4762024-11-18T17:29:09.056Z Compiling camino-tempfile v1.1.1
4772024-11-18T17:29:09.750Z Compiling dof v0.3.0
4782024-11-18T17:29:09.919Z Compiling cargo_metadata v0.18.1
4792024-11-18T17:29:11.449Z Compiling usdt-attr-macro v0.5.0
4802024-11-18T17:29:11.451Z Compiling usdt-macro v0.5.0
4812024-11-18T17:29:11.546Z Compiling toml v0.8.19
4822024-11-18T17:29:12.395Z Compiling cargo_toml v0.20.5
4832024-11-18T17:29:12.722Z Compiling usdt v0.5.0
4842024-11-18T17:29:15.863Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852024-11-18T17:29:19.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.98s
4862024-11-18T17:29:20.261Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4872024-11-18T17:29:20.775Z Downloading crates ...
4882024-11-18T17:29:20.935Z Downloaded adler2 v2.0.0
4892024-11-18T17:29:20.947Z Downloaded addr2line v0.24.2
4902024-11-18T17:29:20.950Z Downloaded darling v0.20.10
4912024-11-18T17:29:20.959Z Downloaded arrayref v0.3.9
4922024-11-18T17:29:20.962Z Downloaded argon2 v0.5.3
4932024-11-18T17:29:20.973Z Downloaded heapless v0.7.17
4942024-11-18T17:29:20.976Z Downloaded ascii-canvas v3.0.0
4952024-11-18T17:29:20.978Z Downloaded headers-core v0.3.0
4962024-11-18T17:29:20.981Z Downloaded home v0.5.9
4972024-11-18T17:29:20.983Z Downloaded hex v0.4.3
4982024-11-18T17:29:20.983Z Downloaded heck v0.3.3
4992024-11-18T17:29:20.986Z Downloaded atomic-waker v1.1.2
5002024-11-18T17:29:20.988Z Downloaded async-recursion v1.1.1
5012024-11-18T17:29:20.991Z Downloaded hmac v0.12.1
5022024-11-18T17:29:20.994Z Downloaded hickory-resolver v0.24.1
5032024-11-18T17:29:20.997Z Downloaded hickory-server v0.24.1
5042024-11-18T17:29:21.004Z Downloaded highway v1.2.0
5052024-11-18T17:29:21.006Z Downloaded atty v0.2.14
5062024-11-18T17:29:21.009Z Downloaded aead v0.5.2
5072024-11-18T17:29:21.012Z Downloaded hostname v0.3.1
5082024-11-18T17:29:21.012Z Downloaded async-stream v0.3.6
5092024-11-18T17:29:21.015Z Downloaded hickory-client v0.24.1
5102024-11-18T17:29:21.018Z Downloaded hkdf v0.12.4
5112024-11-18T17:29:21.021Z Downloaded hubpack_derive v0.1.1
5122024-11-18T17:29:21.023Z Downloaded http-body v1.0.1
5132024-11-18T17:29:21.023Z Downloaded async-bb8-diesel v0.2.1
5142024-11-18T17:29:21.026Z Downloaded ident_case v1.0.1
5152024-11-18T17:29:21.028Z Downloaded icu_provider_macros v1.5.0
5162024-11-18T17:29:21.028Z Downloaded allocator-api2 v0.2.18
5172024-11-18T17:29:21.032Z Downloaded assert_matches v1.5.0
5182024-11-18T17:29:21.035Z Downloaded is-terminal v0.4.13
5192024-11-18T17:29:21.038Z Downloaded instant v0.1.13
5202024-11-18T17:29:21.040Z Downloaded hyper-tls v0.6.0
5212024-11-18T17:29:21.040Z Downloaded http-body-util v0.1.2
5222024-11-18T17:29:21.043Z Downloaded http-range v0.1.5
5232024-11-18T17:29:21.046Z Downloaded hostname v0.4.0
5242024-11-18T17:29:21.046Z Downloaded cfg_aliases v0.2.1
5252024-11-18T17:29:21.049Z Downloaded arrayvec v0.7.6
5262024-11-18T17:29:21.052Z Downloaded cfg_aliases v0.1.1
5272024-11-18T17:29:21.052Z Downloaded hex-literal v0.4.1
5282024-11-18T17:29:21.052Z Downloaded base64 v0.21.7
5292024-11-18T17:29:21.056Z Downloaded matches v0.1.10
5302024-11-18T17:29:21.059Z Downloaded httpdate v1.0.3
5312024-11-18T17:29:21.061Z Downloaded async-stream-impl v0.3.6
5322024-11-18T17:29:21.061Z Downloaded heapless v0.8.0
5332024-11-18T17:29:21.065Z Downloaded ipnetwork v0.20.0
5342024-11-18T17:29:21.068Z Downloaded indent_write v2.2.0
5352024-11-18T17:29:21.071Z Downloaded is_ci v1.2.0
5362024-11-18T17:29:21.071Z Downloaded bit-vec v0.6.3
5372024-11-18T17:29:21.073Z Downloaded bit-set v0.5.3
5382024-11-18T17:29:21.075Z Downloaded bcrypt-pbkdf v0.10.0
5392024-11-18T17:29:21.075Z Downloaded md5 v0.7.0
5402024-11-18T17:29:21.078Z Downloaded hyper-rustls v0.27.3
5412024-11-18T17:29:21.081Z Downloaded cstr-argument v0.1.2
5422024-11-18T17:29:21.081Z Downloaded match_cfg v0.1.0
5432024-11-18T17:29:21.084Z Downloaded internet-checksum v0.2.1
5442024-11-18T17:29:21.084Z Downloaded inout v0.1.3
5452024-11-18T17:29:21.084Z Downloaded impl-trait-for-tuples v0.2.2
5462024-11-18T17:29:21.087Z Downloaded hubpack v0.1.2
5472024-11-18T17:29:21.089Z Downloaded crunchy v0.2.2
5482024-11-18T17:29:21.091Z Downloaded crucible-workspace-hack v0.1.0
5492024-11-18T17:29:21.091Z Downloaded indoc v1.0.9
5502024-11-18T17:29:21.094Z Downloaded cobs v0.2.3
5512024-11-18T17:29:21.097Z Downloaded ciborium-ll v0.2.2
5522024-11-18T17:29:21.097Z Downloaded ciborium-io v0.2.2
5532024-11-18T17:29:21.099Z Downloaded mime v0.3.17
5542024-11-18T17:29:21.110Z Downloaded linked-hash-map v0.5.6
5552024-11-18T17:29:21.110Z Downloaded crc-catalog v2.4.0
5562024-11-18T17:29:21.110Z Downloaded rustc-hash v2.0.0
5572024-11-18T17:29:21.110Z Downloaded tinyvec_macros v0.1.1
5582024-11-18T17:29:21.113Z Downloaded icu_locid_transform v1.5.0
5592024-11-18T17:29:21.113Z Downloaded hyper-staticfile v0.10.1
5602024-11-18T17:29:21.113Z Downloaded linear-map v1.2.0
5612024-11-18T17:29:21.116Z Downloaded lockfree-object-pool v0.1.6
5622024-11-18T17:29:21.118Z Downloaded cipher v0.4.4
5632024-11-18T17:29:21.118Z Downloaded chacha20 v0.9.1
5642024-11-18T17:29:21.121Z Downloaded tower-service v0.3.3
5652024-11-18T17:29:21.124Z Downloaded bitflags v1.3.2
5662024-11-18T17:29:21.126Z Downloaded bitfield v0.14.0
5672024-11-18T17:29:21.128Z Downloaded md-5 v0.10.6
5682024-11-18T17:29:21.131Z Downloaded httparse v1.9.5
5692024-11-18T17:29:21.135Z Downloaded waitgroup v0.1.2
5702024-11-18T17:29:21.135Z Downloaded rustc-hash v1.1.0
5712024-11-18T17:29:21.138Z Downloaded serde_plain v1.0.2
5722024-11-18T17:29:21.138Z Downloaded aes v0.8.4
5732024-11-18T17:29:21.141Z Downloaded serde_repr v0.1.19
5742024-11-18T17:29:21.143Z Downloaded lazy_static v1.5.0
5752024-11-18T17:29:21.145Z Downloaded convert_case v0.4.0
5762024-11-18T17:29:21.149Z Downloaded constant_time_eq v0.3.1
5772024-11-18T17:29:21.151Z Downloaded slog-async v2.8.0
5782024-11-18T17:29:21.155Z Downloaded darling_macro v0.20.10
5792024-11-18T17:29:21.158Z Downloaded termios v0.3.3
5802024-11-18T17:29:21.160Z Downloaded icu_provider v1.5.0
5812024-11-18T17:29:21.165Z Downloaded mime_guess v2.0.5
5822024-11-18T17:29:21.168Z Downloaded ipnet v2.10.1
5832024-11-18T17:29:21.172Z Downloaded twox-hash v1.6.3
5842024-11-18T17:29:21.174Z Downloaded litemap v0.7.3
5852024-11-18T17:29:21.178Z Downloaded futures-core v0.3.31
5862024-11-18T17:29:21.181Z Downloaded rand_chacha v0.3.1
5872024-11-18T17:29:21.183Z Downloaded quinn-udp v0.5.5
5882024-11-18T17:29:21.186Z Downloaded console v0.15.8
5892024-11-18T17:29:21.188Z Downloaded chrono-tz-build v0.4.0
5902024-11-18T17:29:21.190Z Downloaded bzip2 v0.4.4
5912024-11-18T17:29:21.192Z Downloaded unicode-xid v0.2.6
5922024-11-18T17:29:21.195Z Downloaded icu_locid v1.5.0
5932024-11-18T17:29:21.199Z Downloaded dhcproto-macros v0.1.0
5942024-11-18T17:29:21.203Z Downloaded lock_api v0.4.12
5952024-11-18T17:29:21.203Z Downloaded serde_path_to_error v0.1.16
5962024-11-18T17:29:21.205Z Downloaded ref-cast v1.0.23
5972024-11-18T17:29:21.207Z Downloaded xz2 v0.1.7
5982024-11-18T17:29:21.210Z Downloaded spki v0.7.3
5992024-11-18T17:29:21.215Z Downloaded slab v0.4.9
6002024-11-18T17:29:21.215Z Downloaded data-encoding v2.6.0
6012024-11-18T17:29:21.215Z Downloaded tls_codec v0.4.1
6022024-11-18T17:29:21.217Z Downloaded foreign-types v0.3.2
6032024-11-18T17:29:21.217Z Downloaded endian-type v0.1.2
6042024-11-18T17:29:21.220Z Downloaded rustversion v1.0.17
6052024-11-18T17:29:21.222Z Downloaded num_threads v0.1.7
6062024-11-18T17:29:21.225Z Downloaded aes-gcm v0.10.3
6072024-11-18T17:29:21.227Z Downloaded serde-big-array v0.5.1
6082024-11-18T17:29:21.230Z Downloaded icu_normalizer_data v1.5.0
6092024-11-18T17:29:21.232Z Downloaded csv-core v0.1.11
6102024-11-18T17:29:21.235Z Downloaded const_format_proc_macros v0.2.33
6112024-11-18T17:29:21.237Z Downloaded hash32 v0.2.1
6122024-11-18T17:29:21.239Z Downloaded ctr v0.9.2
6132024-11-18T17:29:21.243Z Downloaded group v0.13.0
6142024-11-18T17:29:21.243Z Downloaded number_prefix v0.4.0
6152024-11-18T17:29:21.246Z Downloaded glob v0.3.1
6162024-11-18T17:29:21.246Z Downloaded icu_collections v1.5.0
6172024-11-18T17:29:21.251Z Downloaded progenitor-client v0.8.0
6182024-11-18T17:29:21.253Z Downloaded whoami v1.5.2
6192024-11-18T17:29:21.255Z Downloaded indicatif v0.17.9
6202024-11-18T17:29:21.258Z Downloaded yoke v0.7.4
6212024-11-18T17:29:21.260Z Downloaded yasna v0.5.2
6222024-11-18T17:29:21.263Z Downloaded crossbeam-utils v0.8.20
6232024-11-18T17:29:21.266Z Downloaded slog v2.7.0
6242024-11-18T17:29:21.269Z Downloaded blake2 v0.10.6
6252024-11-18T17:29:21.273Z Downloaded sqlparser_derive v0.2.2
6262024-11-18T17:29:21.275Z Downloaded slog-bunyan v2.5.0
6272024-11-18T17:29:21.275Z Downloaded predicates-core v1.0.8
6282024-11-18T17:29:21.280Z Downloaded phf_generator v0.11.2
6292024-11-18T17:29:21.283Z Downloaded wait-timeout v0.2.0
6302024-11-18T17:29:21.283Z Downloaded serde-hex v0.1.0
6312024-11-18T17:29:21.285Z Downloaded serde_derive_internals v0.29.1
6322024-11-18T17:29:21.285Z Downloaded hyper-util v0.1.10
6332024-11-18T17:29:21.289Z Downloaded spin v0.9.8
6342024-11-18T17:29:21.292Z Downloaded derive_builder_macro v0.20.2
6352024-11-18T17:29:21.294Z Downloaded rustls-pemfile v1.0.4
6362024-11-18T17:29:21.296Z Downloaded serde_urlencoded v0.7.1
6372024-11-18T17:29:21.299Z Downloaded olpc-cjson v0.1.4
6382024-11-18T17:29:21.299Z Downloaded num_enum_derive v0.5.11
6392024-11-18T17:29:21.302Z Downloaded fallible-streaming-iterator v0.1.9
6402024-11-18T17:29:21.302Z Downloaded newline-converter v0.3.0
6412024-11-18T17:29:21.304Z Downloaded foreign-types-shared v0.3.1
6422024-11-18T17:29:21.304Z Downloaded smf v0.2.3
6432024-11-18T17:29:21.307Z Downloaded strum_macros v0.26.4
6442024-11-18T17:29:21.309Z Downloaded crossbeam-epoch v0.9.18
6452024-11-18T17:29:21.311Z Downloaded thread_local v1.1.8
6462024-11-18T17:29:21.311Z Downloaded tabwriter v1.4.0
6472024-11-18T17:29:21.313Z Downloaded synstructure v0.13.1
6482024-11-18T17:29:21.316Z Downloaded const-oid v0.9.6
6492024-11-18T17:29:21.318Z Downloaded foreign-types-shared v0.1.1
6502024-11-18T17:29:21.318Z Downloaded pkg-config v0.3.31
6512024-11-18T17:29:21.320Z Downloaded globset v0.4.15
6522024-11-18T17:29:21.330Z Downloaded ron v0.7.1
6532024-11-18T17:29:21.337Z Downloaded peg-runtime v0.8.3
6542024-11-18T17:29:21.340Z Downloaded progenitor-impl v0.8.0
6552024-11-18T17:29:21.341Z Downloaded clang-sys v1.8.1
6562024-11-18T17:29:21.343Z Downloaded fxhash v0.2.1
6572024-11-18T17:29:21.346Z Downloaded pretty-hex v0.2.1
6582024-11-18T17:29:21.346Z Downloaded tungstenite v0.24.0
6592024-11-18T17:29:21.349Z Downloaded parse-size v1.1.0
6602024-11-18T17:29:21.352Z Downloaded wyz v0.5.1
6612024-11-18T17:29:21.356Z Downloaded base64 v0.13.1
6622024-11-18T17:29:21.359Z Downloaded thiserror-no-std v2.0.2
6632024-11-18T17:29:21.361Z Downloaded display-error-chain v0.2.2
6642024-11-18T17:29:21.365Z Downloaded dirs-sys-next v0.1.2
6652024-11-18T17:29:21.365Z Downloaded half v2.4.1
6662024-11-18T17:29:21.369Z Downloaded rpassword v7.3.1
6672024-11-18T17:29:21.372Z Downloaded slog-dtrace v0.3.0
6682024-11-18T17:29:21.372Z Downloaded backtrace v0.3.74
6692024-11-18T17:29:21.375Z Downloaded newtype-uuid v1.1.3
6702024-11-18T17:29:21.377Z Downloaded tinyvec v1.8.0
6712024-11-18T17:29:21.380Z Downloaded subprocess v0.2.9
6722024-11-18T17:29:21.383Z Downloaded ena v0.14.3
6732024-11-18T17:29:21.385Z Downloaded zone v0.1.8
6742024-11-18T17:29:21.385Z Downloaded zerovec-derive v0.10.3
6752024-11-18T17:29:21.388Z Downloaded fd-lock v4.0.2
6762024-11-18T17:29:21.390Z Downloaded fallible-iterator v0.3.0
6772024-11-18T17:29:21.392Z Downloaded try-lock v0.2.5
6782024-11-18T17:29:21.395Z Downloaded pem v3.0.4
6792024-11-18T17:29:21.395Z Downloaded darling_core v0.20.10
6802024-11-18T17:29:21.400Z Downloaded pbkdf2 v0.12.2
6812024-11-18T17:29:21.402Z Downloaded primeorder v0.13.6
6822024-11-18T17:29:21.405Z Downloaded ghash v0.5.1
6832024-11-18T17:29:21.407Z Downloaded elliptic-curve v0.13.8
6842024-11-18T17:29:21.410Z Downloaded same-file v1.0.6
6852024-11-18T17:29:21.413Z Downloaded ecdsa v0.16.9
6862024-11-18T17:29:21.415Z Downloaded fatfs v0.3.6
6872024-11-18T17:29:21.418Z Downloaded yoke-derive v0.7.4
6882024-11-18T17:29:21.420Z Downloaded num v0.4.3
6892024-11-18T17:29:21.422Z Downloaded gethostname v0.5.0
6902024-11-18T17:29:21.423Z Downloaded prettyplease v0.2.25
6912024-11-18T17:29:21.429Z Downloaded slog-envlogger v2.2.0
6922024-11-18T17:29:21.432Z Downloaded toolchain_find v0.4.0
6932024-11-18T17:29:21.432Z Downloaded embedded-io v0.6.1
6942024-11-18T17:29:21.436Z Downloaded tokio-rustls v0.25.0
6952024-11-18T17:29:21.436Z Downloaded minimal-lexical v0.2.1
6962024-11-18T17:29:21.440Z Downloaded static_assertions v1.1.0
6972024-11-18T17:29:21.442Z Downloaded tokio-stream v0.1.16
6982024-11-18T17:29:21.445Z Downloaded newtype_derive v0.1.6
6992024-11-18T17:29:21.449Z Downloaded derive_builder_core v0.20.2
7002024-11-18T17:29:21.451Z Downloaded structmeta v0.2.0
7012024-11-18T17:29:21.451Z Downloaded rand_xorshift v0.3.0
7022024-11-18T17:29:21.451Z Downloaded r2d2 v0.8.10
7032024-11-18T17:29:21.456Z Downloaded tokio-native-tls v0.3.1
7042024-11-18T17:29:21.458Z Downloaded tokio-macros v2.4.0
7052024-11-18T17:29:21.458Z Downloaded foreign-types-macros v0.2.3
7062024-11-18T17:29:21.458Z Downloaded stringprep v0.1.5
7072024-11-18T17:29:21.461Z Downloaded hickory-proto v0.24.1
7082024-11-18T17:29:21.477Z Downloaded want v0.3.1
7092024-11-18T17:29:21.480Z Downloaded stable_deref_trait v1.2.0
7102024-11-18T17:29:21.480Z Downloaded base64 v0.22.1
7112024-11-18T17:29:21.482Z Downloaded utf16_iter v1.0.5
7122024-11-18T17:29:21.485Z Downloaded futures-sink v0.3.31
7132024-11-18T17:29:21.487Z Downloaded futures-macro v0.3.31
7142024-11-18T17:29:21.487Z Downloaded getrandom v0.2.15
7152024-11-18T17:29:21.490Z Downloaded const_format v0.2.33
7162024-11-18T17:29:21.495Z Downloaded itertools v0.10.5
7172024-11-18T17:29:21.503Z Downloaded vte_generate_state_changes v0.1.2
7182024-11-18T17:29:21.505Z Downloaded pbkdf2 v0.11.0
7192024-11-18T17:29:21.507Z Downloaded num-conv v0.1.0
7202024-11-18T17:29:21.510Z Downloaded defmt-parser v0.3.4
7212024-11-18T17:29:21.510Z Downloaded defmt v0.3.8
7222024-11-18T17:29:21.513Z Downloaded packed_struct_codegen v0.10.1
7232024-11-18T17:29:21.515Z Downloaded debug-ignore v1.0.5
7242024-11-18T17:29:21.518Z Downloaded difflib v0.4.0
7252024-11-18T17:29:21.518Z Downloaded packed_struct v0.10.1
7262024-11-18T17:29:21.520Z Downloaded nibble_vec v0.1.0
7272024-11-18T17:29:21.522Z Downloaded path-slash v0.1.5
7282024-11-18T17:29:21.524Z Downloaded rtoolbox v0.0.2
7292024-11-18T17:29:21.525Z Downloaded float-cmp v0.9.0
7302024-11-18T17:29:21.527Z Downloaded flagset v0.4.6
7312024-11-18T17:29:21.530Z Downloaded sha1 v0.10.6
7322024-11-18T17:29:21.530Z Downloaded crypto-bigint v0.5.5
7332024-11-18T17:29:21.537Z Downloaded shell-words v1.1.0
7342024-11-18T17:29:21.539Z Downloaded env_filter v0.1.2
7352024-11-18T17:29:21.542Z Downloaded shlex v1.3.0
7362024-11-18T17:29:21.542Z Downloaded tinystr v0.7.6
7372024-11-18T17:29:21.545Z Downloaded tiny-keccak v2.0.2
7382024-11-18T17:29:21.548Z Downloaded url v2.5.3
7392024-11-18T17:29:21.551Z Downloaded salsa20 v0.10.2
7402024-11-18T17:29:21.556Z Downloaded similar v2.6.0
7412024-11-18T17:29:21.558Z Downloaded tui-tree-widget v0.22.0
7422024-11-18T17:29:21.561Z Downloaded zip v2.1.3
7432024-11-18T17:29:21.564Z Downloaded itertools v0.12.1
7442024-11-18T17:29:21.572Z Downloaded owo-colors v4.1.0
7452024-11-18T17:29:21.574Z Downloaded parking_lot v0.11.2
7462024-11-18T17:29:21.577Z Downloaded polyval v0.6.2
7472024-11-18T17:29:21.579Z Downloaded parking_lot_core v0.9.10
7482024-11-18T17:29:21.582Z Downloaded parking_lot_core v0.8.6
7492024-11-18T17:29:21.585Z Downloaded tough v0.19.0
7502024-11-18T17:29:21.593Z Downloaded diesel_table_macro_syntax v0.2.0
7512024-11-18T17:29:21.596Z Downloaded structmeta v0.3.0
7522024-11-18T17:29:21.596Z Downloaded paste v1.0.15
7532024-11-18T17:29:21.599Z Downloaded zip v0.6.6
7542024-11-18T17:29:21.604Z Downloaded vte v0.11.1
7552024-11-18T17:29:21.606Z Downloaded vsss-rs v3.3.4
7562024-11-18T17:29:21.609Z Downloaded env_logger v0.11.5
7572024-11-18T17:29:21.612Z Downloaded radium v0.7.0
7582024-11-18T17:29:21.614Z Downloaded samael v0.0.17
7592024-11-18T17:29:21.620Z Downloaded phf_shared v0.10.0
7602024-11-18T17:29:21.622Z Downloaded new_debug_unreachable v1.0.6
7612024-11-18T17:29:21.624Z Downloaded signal-hook-mio v0.2.4
7622024-11-18T17:29:21.624Z Downloaded secrecy v0.8.0
7632024-11-18T17:29:21.628Z Downloaded itertools v0.13.0
7642024-11-18T17:29:21.633Z Downloaded downcast v0.11.0
7652024-11-18T17:29:21.635Z Downloaded strum_macros v0.24.3
7662024-11-18T17:29:21.638Z Downloaded normalize-line-endings v0.3.0
7672024-11-18T17:29:21.640Z Downloaded unicode-properties v0.1.3
7682024-11-18T17:29:21.643Z Downloaded smallvec v0.6.14
7692024-11-18T17:29:21.643Z Downloaded rand_seeder v0.3.0
7702024-11-18T17:29:21.647Z Downloaded signal-hook v0.3.17
7712024-11-18T17:29:21.649Z Downloaded uzers v0.12.1
7722024-11-18T17:29:21.653Z Downloaded postgres-protocol v0.6.7
7732024-11-18T17:29:21.653Z Downloaded poly1305 v0.8.0
7742024-11-18T17:29:21.656Z Downloaded rsa v0.9.6
7752024-11-18T17:29:21.661Z Downloaded zerofrom v0.1.4
7762024-11-18T17:29:21.663Z Downloaded num_enum v0.5.11
7772024-11-18T17:29:21.668Z Downloaded structmeta-derive v0.3.0
7782024-11-18T17:29:21.670Z Downloaded structmeta-derive v0.2.0
7792024-11-18T17:29:21.670Z Downloaded sqlformat v0.2.6
7802024-11-18T17:29:21.673Z Downloaded rustyline v14.0.0
7812024-11-18T17:29:21.678Z Downloaded oso v0.27.3
7822024-11-18T17:29:21.682Z Downloaded rfc6979 v0.4.0
7832024-11-18T17:29:21.684Z Downloaded hyper v1.5.0
7842024-11-18T17:29:21.690Z Downloaded sync-ptr v0.1.1
7852024-11-18T17:29:21.693Z Downloaded untrusted v0.9.0
7862024-11-18T17:29:21.693Z Downloaded slog-stdlog v4.1.1
7872024-11-18T17:29:21.695Z Downloaded float-ord v0.3.2
7882024-11-18T17:29:21.698Z Downloaded pin-utils v0.1.0
7892024-11-18T17:29:21.700Z Downloaded password-hash v0.4.2
7902024-11-18T17:29:21.700Z Downloaded num-derive v0.4.2
7912024-11-18T17:29:21.703Z Downloaded postcard v1.0.10
7922024-11-18T17:29:21.705Z Downloaded serde_yaml v0.9.34+deprecated
7932024-11-18T17:29:21.709Z Downloaded russh-cryptovec v0.7.3
7942024-11-18T17:29:21.712Z Downloaded nodrop v0.1.14
7952024-11-18T17:29:21.712Z Downloaded snafu v0.8.5
7962024-11-18T17:29:21.718Z Downloaded tap v1.0.1
7972024-11-18T17:29:21.722Z Downloaded diff v0.1.13
7982024-11-18T17:29:21.725Z Downloaded num-rational v0.4.2
7992024-11-18T17:29:21.727Z Downloaded resolv-conf v0.7.0
8002024-11-18T17:29:21.729Z Downloaded vergen v8.3.2
8012024-11-18T17:29:21.732Z Downloaded scheduled-thread-pool v0.2.7
8022024-11-18T17:29:21.732Z Downloaded quick-error v1.2.3
8032024-11-18T17:29:21.734Z Downloaded tungstenite v0.21.0
8042024-11-18T17:29:21.737Z Downloaded slog-scope v4.4.0
8052024-11-18T17:29:21.740Z Downloaded openssl-macros v0.1.1
8062024-11-18T17:29:21.743Z Downloaded mirai-annotations v1.12.0
8072024-11-18T17:29:21.743Z Downloaded enum-as-inner v0.5.1
8082024-11-18T17:29:21.745Z Downloaded embedded-io v0.4.0
8092024-11-18T17:29:21.745Z Downloaded opaque-debug v0.3.1
8102024-11-18T17:29:21.747Z Downloaded deranged v0.3.11
8112024-11-18T17:29:21.750Z Downloaded tokio-tungstenite v0.24.0
8122024-11-18T17:29:21.755Z Downloaded smallvec v1.13.2
8132024-11-18T17:29:21.755Z Downloaded env_logger v0.10.2
8142024-11-18T17:29:21.758Z Downloaded openssl-sys v0.9.103
8152024-11-18T17:29:21.764Z Downloaded foreign-types v0.5.0
8162024-11-18T17:29:21.767Z Downloaded pin-project-lite v0.2.14
8172024-11-18T17:29:21.770Z Downloaded des v0.8.1
8182024-11-18T17:29:21.772Z Downloaded rustls-pki-types v1.9.0
8192024-11-18T17:29:21.775Z Downloaded strum_macros v0.25.3
8202024-11-18T17:29:21.778Z Downloaded postgres-types v0.2.8
8212024-11-18T17:29:21.780Z Downloaded pkcs1 v0.7.5
8222024-11-18T17:29:21.785Z Downloaded rayon v1.10.0
8232024-11-18T17:29:21.797Z Downloaded num-bigint-dig v0.8.4
8242024-11-18T17:29:21.799Z Downloaded which v4.4.2
8252024-11-18T17:29:21.802Z Downloaded slog-term v2.9.1
8262024-11-18T17:29:21.804Z Downloaded either v1.13.0
8272024-11-18T17:29:21.806Z Downloaded parse-display-derive v0.10.0
8282024-11-18T17:29:21.809Z Downloaded parse-display v0.10.0
8292024-11-18T17:29:21.809Z Downloaded ed25519 v2.2.3
8302024-11-18T17:29:21.811Z Downloaded dyn-clone v1.0.17
8312024-11-18T17:29:21.815Z Downloaded unicode-bidi v0.3.17
8322024-11-18T17:29:21.818Z Downloaded sigpipe v0.1.3
8332024-11-18T17:29:21.818Z Downloaded unicase v2.7.0
8342024-11-18T17:29:21.820Z Downloaded time-core v0.1.2
8352024-11-18T17:29:21.820Z Downloaded dirs-next v2.0.0
8362024-11-18T17:29:21.824Z Downloaded psl-types v2.0.11
8372024-11-18T17:29:21.824Z Downloaded topological-sort v0.2.2
8382024-11-18T17:29:21.826Z Downloaded simd-adler32 v0.3.7
8392024-11-18T17:29:21.826Z Downloaded powerfmt v0.2.0
8402024-11-18T17:29:21.829Z Downloaded zone_cfg_derive v0.3.0
8412024-11-18T17:29:21.829Z Downloaded pin-project-internal v1.1.6
8422024-11-18T17:29:21.831Z Downloaded typed-path v0.9.3
8432024-11-18T17:29:21.837Z Downloaded diesel_derives v2.2.3
8442024-11-18T17:29:21.842Z Downloaded zeroize_derive v1.4.2
8452024-11-18T17:29:21.845Z Downloaded zone_cfg_derive v0.1.2
8462024-11-18T17:29:21.845Z Downloaded form_urlencoded v1.2.1
8472024-11-18T17:29:21.849Z Downloaded h2 v0.4.6
8482024-11-18T17:29:21.852Z Downloaded ron v0.8.1
8492024-11-18T17:29:21.858Z Downloaded funty v2.0.0
8502024-11-18T17:29:21.861Z Downloaded num-iter v0.1.45
8512024-11-18T17:29:21.861Z Downloaded rustfmt-wrapper v0.2.1
8522024-11-18T17:29:21.863Z Downloaded filetime v0.2.25
8532024-11-18T17:29:21.866Z Downloaded rustc_version v0.4.1
8542024-11-18T17:29:21.866Z Downloaded displaydoc v0.2.5
8552024-11-18T17:29:21.868Z Downloaded percent-encoding v2.3.1
8562024-11-18T17:29:21.871Z Downloaded tokio-tungstenite v0.23.1
8572024-11-18T17:29:21.874Z Downloaded num-integer v0.1.46
8582024-11-18T17:29:21.874Z Downloaded zerocopy v0.6.6
8592024-11-18T17:29:21.876Z Downloaded rand_core v0.6.4
8602024-11-18T17:29:21.879Z Downloaded utf8_iter v1.0.4
8612024-11-18T17:29:21.881Z Downloaded schemars_derive v0.8.21
8622024-11-18T17:29:21.883Z Downloaded zone v0.3.0
8632024-11-18T17:29:21.883Z Downloaded russh-keys v0.45.0
8642024-11-18T17:29:21.885Z Downloaded precomputed-hash v0.1.1
8652024-11-18T17:29:21.888Z Downloaded quinn v0.11.5
8662024-11-18T17:29:21.890Z Downloaded toml v0.7.8
8672024-11-18T17:29:21.893Z Downloaded lalrpop v0.19.12
8682024-11-18T17:29:21.906Z Downloaded universal-hash v0.5.1
8692024-11-18T17:29:21.909Z Downloaded supports-color v3.0.1
8702024-11-18T17:29:21.911Z Downloaded rustls-pemfile v2.2.0
8712024-11-18T17:29:21.911Z Downloaded fs_extra v1.3.0
8722024-11-18T17:29:21.914Z Downloaded zeroize v1.8.1
8732024-11-18T17:29:21.916Z Downloaded unicode_categories v0.1.1
8742024-11-18T17:29:21.919Z Downloaded thiserror-impl-no-std v2.0.2
8752024-11-18T17:29:21.919Z Downloaded proc-macro-crate v1.3.1
8762024-11-18T17:29:21.922Z Downloaded reqwest v0.12.9
8772024-11-18T17:29:21.928Z Downloaded predicates-tree v1.0.11
8782024-11-18T17:29:21.931Z Downloaded scrypt v0.11.0
8792024-11-18T17:29:21.933Z Downloaded ppv-lite86 v0.2.20
8802024-11-18T17:29:21.933Z Downloaded untrusted v0.7.1
8812024-11-18T17:29:21.936Z Downloaded ref-cast-impl v1.0.23
8822024-11-18T17:29:21.936Z Downloaded tls_codec_derive v0.4.1
8832024-11-18T17:29:21.939Z Downloaded unicode-segmentation v1.12.0
8842024-11-18T17:29:21.941Z Downloaded tokio-tungstenite v0.21.0
8852024-11-18T17:29:21.943Z Downloaded unsafe-libyaml v0.2.11
8862024-11-18T17:29:21.947Z Downloaded phf_shared v0.11.2
8872024-11-18T17:29:21.949Z Downloaded hashlink v0.9.1
8882024-11-18T17:29:21.951Z Downloaded sec1 v0.7.3
8892024-11-18T17:29:21.954Z Downloaded fragile v2.0.0
8902024-11-18T17:29:21.954Z Downloaded miniz_oxide v0.8.0
8912024-11-18T17:29:21.956Z Downloaded fixedbitset v0.4.2
8922024-11-18T17:29:21.961Z Downloaded signature v2.2.0
8932024-11-18T17:29:21.961Z Downloaded predicates v3.1.2
8942024-11-18T17:29:21.963Z Downloaded pem-rfc7468 v0.7.0
8952024-11-18T17:29:21.968Z Downloaded spin v0.5.2
8962024-11-18T17:29:21.968Z Downloaded schemars v0.8.21
8972024-11-18T17:29:21.977Z Downloaded der_derive v0.7.3
8982024-11-18T17:29:21.981Z Downloaded idna v0.2.3
8992024-11-18T17:29:21.987Z Downloaded signal-hook-registry v1.4.2
9002024-11-18T17:29:21.989Z Downloaded enum-as-inner v0.6.1
9012024-11-18T17:29:21.989Z Downloaded uuid v1.11.0
9022024-11-18T17:29:21.992Z Downloaded futures-util v0.3.31
9032024-11-18T17:29:22.005Z Downloaded sct v0.7.1
9042024-11-18T17:29:22.008Z Downloaded tracing-attributes v0.1.27
9052024-11-18T17:29:22.011Z Downloaded blake3 v1.5.4
9062024-11-18T17:29:22.018Z Downloaded derive_more v0.99.18
9072024-11-18T17:29:22.024Z Downloaded idna v0.5.0
9082024-11-18T17:29:22.033Z Downloaded termcolor v1.4.1
9092024-11-18T17:29:22.037Z Downloaded term v0.7.0
9102024-11-18T17:29:22.037Z Downloaded pin-project v1.1.6
9112024-11-18T17:29:22.048Z Downloaded phf v0.11.2
9122024-11-18T17:29:22.051Z Downloaded test-strategy v0.3.1
9132024-11-18T17:29:22.054Z Downloaded tungstenite v0.23.0
9142024-11-18T17:29:22.057Z Downloaded socket2 v0.5.7
9152024-11-18T17:29:22.061Z Downloaded tokio-postgres v0.7.12
9162024-11-18T17:29:22.066Z Downloaded idna v0.3.0
9172024-11-18T17:29:22.073Z Downloaded idna v0.4.0
9182024-11-18T17:29:22.094Z Downloaded toml_edit v0.19.15
9192024-11-18T17:29:22.098Z Downloaded publicsuffix v2.2.3
9202024-11-18T17:29:22.101Z Downloaded tracing v0.1.40
9212024-11-18T17:29:22.105Z Downloaded vcpkg v0.2.15
9222024-11-18T17:29:22.145Z Downloaded mio v1.0.2
9232024-11-18T17:29:22.149Z Downloaded russh v0.45.0
9242024-11-18T17:29:22.155Z Downloaded futures v0.3.31
9252024-11-18T17:29:22.161Z Downloaded smoltcp v0.9.1
9262024-11-18T17:29:22.172Z Downloaded tar v0.4.42
9272024-11-18T17:29:22.175Z Downloaded serde_with v3.11.0
9282024-11-18T17:29:22.184Z Downloaded portable-atomic v1.9.0
9292024-11-18T17:29:22.192Z Downloaded ed25519-dalek v2.1.1
9302024-11-18T17:29:22.195Z Downloaded zerovec v0.10.4
9312024-11-18T17:29:22.201Z Downloaded trust-dns-proto v0.22.0
9322024-11-18T17:29:22.215Z Downloaded der v0.7.9
9332024-11-18T17:29:22.220Z Downloaded quick-xml v0.33.0
9342024-11-18T17:29:22.226Z Downloaded rustls v0.21.12
9352024-11-18T17:29:22.239Z Downloaded webpki-roots v0.26.6
9362024-11-18T17:29:22.242Z Downloaded regress v0.10.1
9372024-11-18T17:29:22.252Z Downloaded nix v0.27.1
9382024-11-18T17:29:22.263Z Downloaded regress v0.9.1
9392024-11-18T17:29:22.272Z Downloaded unicode-width v0.2.0
9402024-11-18T17:29:22.278Z Downloaded regex-syntax v0.8.5
9412024-11-18T17:29:22.288Z Downloaded petname v2.0.2
9422024-11-18T17:29:22.294Z Downloaded quinn-proto v0.11.8
9432024-11-18T17:29:22.301Z Downloaded openssl v0.10.66
9442024-11-18T17:29:22.311Z Downloaded winnow v0.5.40
9452024-11-18T17:29:22.320Z Downloaded curve25519-dalek v4.1.3
9462024-11-18T17:29:22.330Z Downloaded nix v0.29.0
9472024-11-18T17:29:22.343Z Downloaded openapiv3 v2.0.0
9482024-11-18T17:29:22.356Z Downloaded sled v0.34.7
9492024-11-18T17:29:22.366Z Downloaded smoltcp v0.11.0
9502024-11-18T17:29:22.379Z Downloaded typify-impl v0.2.0
9512024-11-18T17:29:22.397Z Downloaded dropshot v0.13.0
9522024-11-18T17:29:22.415Z Downloaded ratatui v0.28.1
9532024-11-18T17:29:22.434Z Downloaded object v0.30.4
9542024-11-18T17:29:22.444Z Downloaded dropshot v0.12.0
9552024-11-18T17:29:22.464Z Downloaded regex v1.11.1
9562024-11-18T17:29:22.477Z Downloaded rustls v0.22.4
9572024-11-18T17:29:22.490Z Downloaded regex-syntax v0.6.29
9582024-11-18T17:29:22.498Z Downloaded gimli v0.31.1
9592024-11-18T17:29:22.506Z Downloaded radix_trie v0.2.1
9602024-11-18T17:29:22.512Z Downloaded bstr v1.10.0
9612024-11-18T17:29:22.523Z Downloaded rustls v0.23.14
9622024-11-18T17:29:22.535Z Downloaded object v0.36.5
9632024-11-18T17:29:22.546Z Downloaded lzma-sys v0.1.20
9642024-11-18T17:29:22.575Z Downloaded diesel v2.2.4
9652024-11-18T17:29:22.593Z Downloaded chrono-tz v0.10.0
9662024-11-18T17:29:22.600Z Downloaded nix v0.28.0
9672024-11-18T17:29:22.612Z Downloaded libz-sys v1.1.20
9682024-11-18T17:29:22.633Z Downloaded rustls-webpki v0.101.7
9692024-11-18T17:29:22.646Z Downloaded sqlparser v0.45.0
9702024-11-18T17:29:22.651Z Downloaded proptest v1.5.0
9712024-11-18T17:29:22.660Z Downloaded chrono v0.4.38
9722024-11-18T17:29:22.667Z Downloaded bitvec v1.0.1
9732024-11-18T17:29:22.682Z Downloaded tokio v1.40.0
9742024-11-18T17:29:22.718Z Downloaded polar-core v0.27.3
9752024-11-18T17:29:22.727Z Downloaded p384 v0.13.0
9762024-11-18T17:29:22.733Z Downloaded bindgen v0.69.5
9772024-11-18T17:29:22.740Z Downloaded rand v0.8.5
9782024-11-18T17:29:22.743Z Downloaded headers v0.4.0
9792024-11-18T17:29:22.748Z Downloaded rustls-webpki v0.102.8
9802024-11-18T17:29:22.766Z Downloaded bzip2-sys v0.1.11+1.0.8
9812024-11-18T17:29:22.778Z Downloaded nom v7.1.3
9822024-11-18T17:29:22.783Z Downloaded zerocopy-derive v0.6.6
9832024-11-18T17:29:22.793Z Downloaded parse-zoneinfo v0.3.1
9842024-11-18T17:29:22.796Z Downloaded rusqlite v0.32.1
9852024-11-18T17:29:22.802Z Downloaded git2 v0.19.0
9862024-11-18T17:29:22.810Z Downloaded regex-automata v0.4.8
9872024-11-18T17:29:22.829Z Downloaded aws-lc-rs v1.10.0
9882024-11-18T17:29:22.836Z Downloaded reedline v0.35.0
9892024-11-18T17:29:22.843Z Downloaded p521 v0.13.3
9902024-11-18T17:29:22.847Z Downloaded salty v0.3.0
9912024-11-18T17:29:22.855Z Downloaded mockall_derive v0.13.0
9922024-11-18T17:29:22.857Z Downloaded expectorate v1.1.0
9932024-11-18T17:29:22.860Z Downloaded flate2 v1.0.34
9942024-11-18T17:29:22.864Z Downloaded ssh-key v0.6.6
9952024-11-18T17:29:22.871Z Downloaded snafu-derive v0.8.5
9962024-11-18T17:29:22.874Z Downloaded rcgen v0.12.1
9972024-11-18T17:29:22.877Z Downloaded tracing-core v0.1.32
9982024-11-18T17:29:22.880Z Downloaded derive_builder v0.20.2
9992024-11-18T17:29:22.882Z Downloaded derive-where v1.2.7
10002024-11-18T17:29:22.887Z Downloaded nanorand v0.7.0
10012024-11-18T17:29:22.890Z Downloaded mockall v0.13.0
10022024-11-18T17:29:22.890Z Downloaded icu_properties_data v1.5.0
10032024-11-18T17:29:22.901Z Downloaded petgraph v0.6.5
10042024-11-18T17:29:22.918Z Downloaded num-bigint v0.4.6
10052024-11-18T17:29:22.922Z Downloaded time v0.3.36
10062024-11-18T17:29:22.929Z Downloaded native-tls v0.2.12
10072024-11-18T17:29:22.933Z Downloaded pkcs5 v0.7.1
10082024-11-18T17:29:22.938Z Downloaded sha3 v0.10.8
10092024-11-18T17:29:22.944Z Downloaded crossterm v0.28.1
10102024-11-18T17:29:22.950Z Downloaded csv v1.3.0
10112024-11-18T17:29:22.969Z Downloaded rustc_version v0.1.7
10122024-11-18T17:29:22.976Z Downloaded tokio-rustls v0.24.1
10132024-11-18T17:29:22.976Z Downloaded num-traits v0.2.19
10142024-11-18T17:29:22.976Z Downloaded x509-cert v0.2.5
10152024-11-18T17:29:23.007Z Downloaded hashbrown v0.14.5
10162024-11-18T17:29:23.007Z Downloaded futures-channel v0.3.31
10172024-11-18T17:29:23.007Z Downloaded unicode-normalization v0.1.24
10182024-11-18T17:29:23.007Z Downloaded tokio-util v0.7.12
10192024-11-18T17:29:23.041Z Downloaded zerofrom-derive v0.1.4
10202024-11-18T17:29:23.041Z Downloaded slog-json v2.6.1
10212024-11-18T17:29:23.041Z Downloaded p256 v0.13.2
10222024-11-18T17:29:23.041Z Downloaded futures-io v0.3.31
10232024-11-18T17:29:23.041Z Downloaded futures-executor v0.3.31
10242024-11-18T17:29:23.041Z Downloaded unicode-truncate v1.1.0
10252024-11-18T17:29:23.041Z Downloaded multer v3.1.0
10262024-11-18T17:29:23.041Z Downloaded chacha20poly1305 v0.10.1
10272024-11-18T17:29:23.041Z Downloaded diesel-dtrace v0.3.0
10282024-11-18T17:29:23.041Z Downloaded num-complex v0.4.6
10292024-11-18T17:29:23.041Z Downloaded ff v0.13.0
10302024-11-18T17:29:23.041Z Downloaded serde_with_macros v3.11.0
10312024-11-18T17:29:23.042Z Downloaded parking_lot v0.12.3
10322024-11-18T17:29:23.042Z Downloaded libgit2-sys v0.17.0+1.8.1
10332024-11-18T17:29:23.076Z Downloaded multimap v0.10.0
10342024-11-18T17:29:23.085Z Downloaded idna v1.0.3
10352024-11-18T17:29:23.085Z Downloaded time-macros v0.2.18
10362024-11-18T17:29:23.085Z Downloaded fallible-iterator v0.2.0
10372024-11-18T17:29:23.085Z Downloaded flume v0.11.1
10382024-11-18T17:29:23.100Z Downloaded steno v0.4.1
10392024-11-18T17:29:23.101Z Downloaded futures-task v0.3.31
10402024-11-18T17:29:23.135Z Downloaded hashbrown v0.13.2
10412024-11-18T17:29:23.135Z Downloaded walkdir v2.5.0
10422024-11-18T17:29:23.135Z Downloaded hashbrown v0.12.3
10432024-11-18T17:29:23.135Z Downloaded defmt-macros v0.3.9
10442024-11-18T17:29:23.135Z Downloaded cc v1.1.30
10452024-11-18T17:29:23.135Z Downloaded strip-ansi-escapes v0.2.0
10462024-11-18T17:29:23.135Z Downloaded rayon-core v1.12.1
10472024-11-18T17:29:23.135Z Downloaded dhcproto v0.12.0
10482024-11-18T17:29:23.136Z Downloaded libm v0.2.8
10492024-11-18T17:29:23.197Z Downloaded nu-ansi-term v0.50.1
10502024-11-18T17:29:23.197Z Downloaded libxml v0.3.3
10512024-11-18T17:29:23.197Z Downloaded crossbeam-channel v0.5.13
10522024-11-18T17:29:23.197Z Downloaded compact_str v0.8.0
10532024-11-18T17:29:23.198Z Downloaded bumpalo v3.16.0
10542024-11-18T17:29:23.198Z Downloaded dunce v1.0.5
10552024-11-18T17:29:23.198Z Downloaded utf-8 v0.7.6
10562024-11-18T17:29:23.198Z Downloaded take_mut v0.2.2
10572024-11-18T17:29:23.198Z Downloaded sync_wrapper v1.0.1
10582024-11-18T17:29:23.198Z Downloaded strum v0.26.3
10592024-11-18T17:29:23.198Z Downloaded openssl-probe v0.1.5
10602024-11-18T17:29:23.198Z Downloaded dsl_auto_type v0.1.2
10612024-11-18T17:29:23.198Z Downloaded xattr v1.3.1
10622024-11-18T17:29:23.198Z Downloaded typify v0.2.0
10632024-11-18T17:29:23.247Z Downloaded progenitor v0.8.0
10642024-11-18T17:29:23.248Z Downloaded pkcs8 v0.10.2
10652024-11-18T17:29:23.248Z Downloaded tokio-rustls v0.26.0
10662024-11-18T17:29:23.248Z Downloaded omicron-zone-package v0.11.1
10672024-11-18T17:29:23.248Z Downloaded qorb v0.2.0
10682024-11-18T17:29:23.248Z Downloaded ssh-encoding v0.2.0
10692024-11-18T17:29:23.248Z Downloaded writeable v0.5.5
10702024-11-18T17:29:23.248Z Downloaded ssh-cipher v0.2.0
10712024-11-18T17:29:23.248Z Downloaded signal-hook-tokio v0.3.1
10722024-11-18T17:29:23.248Z Downloaded rustc-demangle v0.1.24
10732024-11-18T17:29:23.248Z Downloaded http v1.1.0
10742024-11-18T17:29:23.248Z Downloaded oso-derive v0.27.3
10752024-11-18T17:29:23.248Z Downloaded unarray v0.1.4
10762024-11-18T17:29:23.248Z Downloaded typify-macro v0.2.0
10772024-11-18T17:29:23.248Z Downloaded semver v0.1.20
10782024-11-18T17:29:23.248Z Downloaded progenitor-macro v0.8.0
10792024-11-18T17:29:23.249Z Downloaded peg-macros v0.8.4
10802024-11-18T17:29:23.249Z Downloaded password-hash v0.5.0
10812024-11-18T17:29:23.249Z Downloaded dropshot_endpoint v0.13.0
10822024-11-18T17:29:23.249Z Downloaded dropshot_endpoint v0.12.0
10832024-11-18T17:29:23.249Z Downloaded encoding_rs v0.8.34
10842024-11-18T17:29:23.249Z Downloaded zopfli v0.8.1
10852024-11-18T17:29:23.249Z Downloaded value-bag v1.9.0
10862024-11-18T17:29:23.249Z Downloaded ciborium v0.2.2
10872024-11-18T17:29:23.293Z Downloaded cookie v0.18.1
10882024-11-18T17:29:23.293Z Downloaded scopeguard v1.2.0
10892024-11-18T17:29:23.293Z Downloaded hash32 v0.3.1
10902024-11-18T17:29:23.293Z Downloaded write16 v1.0.0
10912024-11-18T17:29:23.293Z Downloaded bytes v1.8.0
10922024-11-18T17:29:23.294Z Downloaded phf_codegen v0.11.2
10932024-11-18T17:29:23.294Z Downloaded peg v0.8.4
10942024-11-18T17:29:23.294Z Downloaded icu_properties v1.5.1
10952024-11-18T17:29:23.294Z Downloaded ahash v0.8.11
10962024-11-18T17:29:23.294Z Downloaded icu_normalizer v1.5.0
10972024-11-18T17:29:23.295Z Downloaded colored v2.1.0
10982024-11-18T17:29:23.295Z Downloaded foldhash v0.1.3
10992024-11-18T17:29:23.295Z Downloaded cookie_store v0.21.0
11002024-11-18T17:29:23.295Z Downloaded indexmap v1.9.3
11012024-11-18T17:29:23.295Z Downloaded crc32fast v1.4.2
11022024-11-18T17:29:23.295Z Downloaded crc-any v2.5.0
11032024-11-18T17:29:23.295Z Downloaded cancel-safe-futures v0.1.5
11042024-11-18T17:29:23.295Z Downloaded siphasher v0.3.11
11052024-11-18T17:29:23.296Z Downloaded libloading v0.8.5
11062024-11-18T17:29:23.296Z Downloaded memmap2 v0.9.5
11072024-11-18T17:29:23.296Z Downloaded curve25519-dalek-derive v0.1.1
11082024-11-18T17:29:23.296Z Downloaded jobserver v0.1.32
11092024-11-18T17:29:23.296Z Downloaded cmake v0.1.51
11102024-11-18T17:29:23.296Z Downloaded cassowary v0.3.0
11112024-11-18T17:29:23.296Z Downloaded subtle v2.6.1
11122024-11-18T17:29:23.297Z Downloaded string_cache v0.8.7
11132024-11-18T17:29:23.297Z Downloaded icu_locid_transform_data v1.5.0
11142024-11-18T17:29:23.297Z Downloaded crossbeam-deque v0.8.5
11152024-11-18T17:29:23.297Z Downloaded memoffset v0.9.1
11162024-11-18T17:29:23.321Z Downloaded buf-list v1.0.3
11172024-11-18T17:29:23.321Z Downloaded base64ct v1.6.0
11182024-11-18T17:29:23.321Z Downloaded iana-time-zone v0.1.61
11192024-11-18T17:29:23.322Z Downloaded async-trait v0.1.83
11202024-11-18T17:29:23.322Z Downloaded rusty-fork v0.3.0
11212024-11-18T17:29:23.322Z Downloaded castaway v0.2.3
11222024-11-18T17:29:23.322Z Downloaded bcs v0.1.6
11232024-11-18T17:29:23.322Z Downloaded backoff v0.4.0
11242024-11-18T17:29:23.322Z Downloaded maybe-uninit v2.0.0
11252024-11-18T17:29:23.323Z Downloaded managed v0.8.0
11262024-11-18T17:29:23.323Z Downloaded cbc v0.1.2
11272024-11-18T17:29:23.323Z Downloaded bitfield-struct v0.6.2
11282024-11-18T17:29:23.323Z Downloaded termtree v0.4.1
11292024-11-18T17:29:23.323Z Downloaded crc v3.2.1
11302024-11-18T17:29:23.323Z Downloaded cexpr v0.6.0
11312024-11-18T17:29:23.323Z Downloaded blowfish v0.9.1
11322024-11-18T17:29:23.323Z Downloaded block-padding v0.3.3
11332024-11-18T17:29:23.323Z Downloaded base16ct v0.2.0
11342024-11-18T17:29:23.323Z Downloaded maplit v1.0.2
11352024-11-18T17:29:23.323Z Downloaded lru-cache v0.1.2
11362024-11-18T17:29:23.323Z Downloaded lru v0.12.5
11372024-11-18T17:29:23.323Z Downloaded libsw v3.3.1
11382024-11-18T17:29:23.354Z Downloaded libefi-sys v0.1.0
11392024-11-18T17:29:23.354Z Downloaded lazycell v1.3.0
11402024-11-18T17:29:23.354Z Downloaded lalrpop-util v0.19.12
11412024-11-18T17:29:23.354Z Downloaded kstat-rs v0.2.4
11422024-11-18T17:29:23.355Z Downloaded keccak v0.1.5
11432024-11-18T17:29:23.355Z Downloaded instability v0.3.2
11442024-11-18T17:29:23.355Z Downloaded idna_adapter v1.2.0
11452024-11-18T17:29:23.355Z Downloaded humantime v2.1.0
11462024-11-18T17:29:23.355Z Downloaded bb8 v0.8.5
11472024-11-18T17:29:23.355Z Downloaded atomicwrites v0.4.4
11482024-11-18T17:29:23.355Z Downloaded array-init v0.0.4
11492024-11-18T17:29:23.356Z Downloaded arc-swap v1.7.1
11502024-11-18T17:29:23.356Z Downloaded aho-corasick v1.1.3
11512024-11-18T17:29:23.424Z Downloaded libsqlite3-sys v0.30.1
11522024-11-18T17:29:23.924Z Downloaded ring v0.17.8
11532024-11-18T17:29:24.123Z Downloaded ring v0.16.20
11542024-11-18T17:29:24.411Z Downloaded aws-lc-sys v0.22.0
11552024-11-18T17:29:24.717Z Compiling serde v1.0.215
11562024-11-18T17:29:24.719Z Compiling lock_api v0.4.12
11572024-11-18T17:29:24.720Z Compiling scopeguard v1.2.0
11582024-11-18T17:29:24.720Z Compiling value-bag v1.9.0
11592024-11-18T17:29:24.720Z Compiling typenum v1.17.0
11602024-11-18T17:29:24.720Z Compiling generic-array v0.14.7
11612024-11-18T17:29:24.906Z Compiling syn v2.0.87
11622024-11-18T17:29:24.921Z Compiling getrandom v0.2.15
11632024-11-18T17:29:24.985Z Compiling shlex v1.3.0
11642024-11-18T17:29:25.204Z Compiling rand_core v0.6.4
11652024-11-18T17:29:25.403Z Compiling log v0.4.22
11662024-11-18T17:29:25.403Z Compiling subtle v2.6.1
11672024-11-18T17:29:25.451Z Compiling jobserver v0.1.32
11682024-11-18T17:29:25.480Z Compiling const-oid v0.9.6
11692024-11-18T17:29:25.725Z Compiling smallvec v1.13.2
11702024-11-18T17:29:25.744Z Compiling spin v0.9.8
11712024-11-18T17:29:25.744Z Compiling pin-project-lite v0.2.14
11722024-11-18T17:29:25.895Z Compiling cc v1.1.30
11732024-11-18T17:29:26.094Z Compiling rustix v0.38.37
11742024-11-18T17:29:26.134Z Compiling parking_lot_core v0.9.10
11752024-11-18T17:29:26.348Z Compiling futures-core v0.3.31
11762024-11-18T17:29:26.504Z Compiling signal-hook-registry v1.4.2
11772024-11-18T17:29:26.606Z Compiling mio v1.0.2
11782024-11-18T17:29:27.220Z Compiling parking_lot v0.12.3
11792024-11-18T17:29:27.388Z Compiling aho-corasick v1.1.3
11802024-11-18T17:29:27.414Z Compiling cpufeatures v0.2.14
11812024-11-18T17:29:27.520Z Compiling either v1.13.0
11822024-11-18T17:29:27.645Z Compiling regex-syntax v0.8.5
11832024-11-18T17:29:27.848Z Compiling lazy_static v1.5.0
11842024-11-18T17:29:27.955Z Compiling futures-sink v0.3.31
11852024-11-18T17:29:27.975Z Compiling glob v0.3.1
11862024-11-18T17:29:27.975Z Compiling stable_deref_trait v1.2.0
11872024-11-18T17:29:28.102Z Compiling socket2 v0.5.7
11882024-11-18T17:29:28.122Z Compiling slab v0.4.9
11892024-11-18T17:29:28.181Z Compiling prettyplease v0.2.25
11902024-11-18T17:29:28.540Z Compiling minimal-lexical v0.2.1
11912024-11-18T17:29:28.847Z Compiling libloading v0.8.5
11922024-11-18T17:29:29.088Z Compiling clang-sys v1.8.1
11932024-11-18T17:29:29.162Z Compiling nom v7.1.3
11942024-11-18T17:29:29.162Z Compiling home v0.5.9
11952024-11-18T17:29:29.292Z Compiling bindgen v0.69.5
11962024-11-18T17:29:29.361Z Compiling serde_json v1.0.132
11972024-11-18T17:29:29.693Z Compiling futures-channel v0.3.31
11982024-11-18T17:29:30.073Z Compiling itertools v0.12.1
11992024-11-18T17:29:30.122Z Compiling allocator-api2 v0.2.18
12002024-11-18T17:29:30.515Z Compiling pin-utils v0.1.0
12012024-11-18T17:29:30.624Z Compiling foldhash v0.1.3
12022024-11-18T17:29:30.921Z Compiling rustc-hash v1.1.0
12032024-11-18T17:29:30.973Z Compiling lazycell v1.3.0
12042024-11-18T17:29:31.069Z Compiling futures-task v0.3.31
12052024-11-18T17:29:31.130Z Compiling futures-io v0.3.31
12062024-11-18T17:29:31.397Z Compiling regex-automata v0.4.8
12072024-11-18T17:29:31.492Z Compiling hashbrown v0.15.0
12082024-11-18T17:29:32.743Z Compiling synstructure v0.13.1
12092024-11-18T17:29:33.228Z Compiling cexpr v0.6.0
12102024-11-18T17:29:33.248Z Compiling cmake v0.1.51
12112024-11-18T17:29:34.295Z Compiling libm v0.2.8
12122024-11-18T17:29:34.452Z Compiling pkg-config v0.3.31
12132024-11-18T17:29:34.480Z Compiling tinyvec_macros v0.1.1
12142024-11-18T17:29:34.568Z Compiling dunce v1.0.5
12152024-11-18T17:29:34.602Z Compiling fs_extra v1.3.0
12162024-11-18T17:29:34.719Z Compiling tinyvec v1.8.0
12172024-11-18T17:29:34.977Z Compiling num-traits v0.2.19
12182024-11-18T17:29:35.477Z Compiling ring v0.17.8
12192024-11-18T17:29:35.962Z Compiling unicode-bidi v0.3.17
12202024-11-18T17:29:36.099Z Compiling litemap v0.7.3
12212024-11-18T17:29:36.289Z Compiling unicode-normalization v0.1.24
12222024-11-18T17:29:36.475Z Compiling writeable v0.5.5
12232024-11-18T17:29:36.623Z Compiling base64ct v1.6.0
12242024-11-18T17:29:36.646Z Compiling paste v1.0.15
12252024-11-18T17:29:37.051Z Compiling regex v1.11.1
12262024-11-18T17:29:37.170Z Compiling pem-rfc7468 v0.7.0
12272024-11-18T17:29:37.428Z Compiling httparse v1.9.5
12282024-11-18T17:29:37.879Z Compiling aws-lc-rs v1.10.0
12292024-11-18T17:29:38.079Z Compiling flagset v0.4.6
12302024-11-18T17:29:38.255Z Compiling tracing-core v0.1.32
12312024-11-18T17:29:38.302Z Compiling percent-encoding v2.3.1
12322024-11-18T17:29:38.656Z Compiling rustls-pki-types v1.9.0
12332024-11-18T17:29:39.216Z Compiling icu_locid_transform_data v1.5.0
12342024-11-18T17:29:39.322Z Compiling crossbeam-utils v0.8.20
12352024-11-18T17:29:39.469Z Compiling icu_properties_data v1.5.0
12362024-11-18T17:29:39.577Z Compiling serde_derive v1.0.215
12372024-11-18T17:29:39.637Z Compiling zeroize_derive v1.4.2
12382024-11-18T17:29:39.701Z Compiling zerocopy-derive v0.7.35
12392024-11-18T17:29:39.840Z Compiling tokio-macros v2.4.0
12402024-11-18T17:29:40.023Z Compiling zerofrom-derive v0.1.4
12412024-11-18T17:29:41.154Z Compiling zeroize v1.8.1
12422024-11-18T17:29:41.342Z Compiling thiserror-impl v1.0.69
12432024-11-18T17:29:41.629Z Compiling yoke-derive v0.7.4
12442024-11-18T17:29:41.952Z Compiling zerocopy v0.7.35
12452024-11-18T17:29:42.929Z Compiling crypto-common v0.1.6
12462024-11-18T17:29:43.156Z Compiling block-buffer v0.10.4
12472024-11-18T17:29:43.388Z Compiling digest v0.10.7
12482024-11-18T17:29:43.546Z Compiling zerovec-derive v0.10.3
12492024-11-18T17:29:43.841Z Compiling hmac v0.12.1
12502024-11-18T17:29:43.897Z Compiling zerofrom v0.1.4
12512024-11-18T17:29:44.078Z Compiling futures-macro v0.3.31
12522024-11-18T17:29:44.097Z Compiling block-padding v0.3.3
12532024-11-18T17:29:44.115Z Compiling displaydoc v0.2.5
12542024-11-18T17:29:44.344Z Compiling inout v0.1.3
12552024-11-18T17:29:44.471Z Compiling yoke v0.7.4
12562024-11-18T17:29:44.620Z Compiling cipher v0.4.4
12572024-11-18T17:29:44.650Z Compiling thiserror v1.0.69
12582024-11-18T17:29:44.777Z Compiling sha2 v0.10.8
12592024-11-18T17:29:44.812Z Compiling ppv-lite86 v0.2.20
12602024-11-18T17:29:45.086Z Compiling der_derive v0.7.3
12612024-11-18T17:29:45.642Z Compiling icu_provider_macros v1.5.0
12622024-11-18T17:29:45.678Z Compiling rand_chacha v0.3.1
12632024-11-18T17:29:45.921Z Compiling futures-util v0.3.31
12642024-11-18T17:29:46.152Z Compiling zerovec v0.10.4
12652024-11-18T17:29:46.774Z Compiling tracing-attributes v0.1.27
12662024-11-18T17:29:47.514Z Compiling der v0.7.9
12672024-11-18T17:29:47.920Z Compiling rand v0.8.5
12682024-11-18T17:29:48.033Z Compiling tinystr v0.7.6
12692024-11-18T17:29:48.396Z Compiling icu_locid v1.5.0
12702024-11-18T17:29:48.468Z Compiling icu_collections v1.5.0
12712024-11-18T17:29:49.840Z Compiling icu_provider v1.5.0
12722024-11-18T17:29:49.940Z Compiling spki v0.7.3
12732024-11-18T17:29:50.297Z Compiling salsa20 v0.10.2
12742024-11-18T17:29:50.342Z Compiling tracing v0.1.40
12752024-11-18T17:29:50.510Z Compiling icu_locid_transform v1.5.0
12762024-11-18T17:29:50.648Z Compiling pest v2.7.14
12772024-11-18T17:29:50.765Z Compiling pbkdf2 v0.12.2
12782024-11-18T17:29:50.839Z Compiling vcpkg v0.2.15
12792024-11-18T17:29:50.862Z Compiling powerfmt v0.2.0
12802024-11-18T17:29:50.917Z Compiling untrusted v0.7.1
12812024-11-18T17:29:51.107Z Compiling mirai-annotations v1.12.0
12822024-11-18T17:29:51.281Z Compiling time-core v0.1.2
12832024-11-18T17:29:51.307Z Compiling num-conv v0.1.0
12842024-11-18T17:29:51.449Z Compiling untrusted v0.9.0
12852024-11-18T17:29:51.580Z Compiling time-macros v0.2.18
12862024-11-18T17:29:51.628Z Compiling deranged v0.3.11
12872024-11-18T17:29:52.036Z Compiling icu_properties v1.5.1
12882024-11-18T17:29:53.038Z Compiling bitflags v2.6.0
12892024-11-18T17:29:53.151Z Compiling bytes v1.8.0
12902024-11-18T17:29:53.432Z Compiling indexmap v2.6.0
12912024-11-18T17:29:53.476Z Compiling semver v1.0.23
12922024-11-18T17:29:54.229Z Compiling tokio v1.40.0
12932024-11-18T17:29:54.438Z Compiling http v1.1.0
12942024-11-18T17:29:54.746Z Compiling rustc_version v0.4.1
12952024-11-18T17:29:54.921Z Compiling pest_meta v2.7.14
12962024-11-18T17:29:55.534Z Compiling openssl-sys v0.9.103
12972024-11-18T17:29:56.527Z Compiling scrypt v0.11.0
12982024-11-18T17:29:56.836Z Compiling cbc v0.1.2
12992024-11-18T17:29:56.896Z Compiling aes v0.8.4
13002024-11-18T17:29:57.075Z Compiling scroll_derive v0.12.0
13012024-11-18T17:29:57.113Z Compiling icu_normalizer_data v1.5.0
13022024-11-18T17:29:57.220Z Compiling write16 v1.0.0
13032024-11-18T17:29:57.355Z Compiling which v4.4.2
13042024-11-18T17:29:57.531Z Compiling utf8_iter v1.0.4
13052024-11-18T17:29:57.938Z Compiling atomic-waker v1.1.2
13062024-11-18T17:29:57.975Z Compiling utf16_iter v1.0.5
13072024-11-18T17:29:58.135Z Compiling num_threads v0.1.7
13082024-11-18T17:29:58.177Z Compiling icu_normalizer v1.5.0
13092024-11-18T17:29:58.276Z Compiling time v0.3.36
13102024-11-18T17:29:58.597Z Compiling scroll v0.12.0
13112024-11-18T17:29:58.732Z Compiling pkcs5 v0.7.1
13122024-11-18T17:29:59.549Z Compiling pest_generator v2.7.14
13132024-11-18T17:29:59.724Z Compiling http-body v1.0.1
13142024-11-18T17:29:59.968Z Compiling form_urlencoded v1.2.1
13152024-11-18T17:29:59.987Z Compiling slog v2.7.0
13162024-11-18T17:30:00.058Z Compiling try-lock v0.2.5
13172024-11-18T17:30:00.164Z Compiling want v0.3.1
13182024-11-18T17:30:00.200Z Compiling goblin v0.8.2
13192024-11-18T17:30:00.308Z Compiling pkcs8 v0.10.2
13202024-11-18T17:30:00.454Z Compiling idna_adapter v1.2.0
13212024-11-18T17:30:00.568Z Compiling httpdate v1.0.3
13222024-11-18T17:30:00.671Z Compiling idna v1.0.3
13232024-11-18T17:30:01.028Z Compiling serde_spanned v0.6.8
13242024-11-18T17:30:01.292Z Compiling uuid v1.11.0
13252024-11-18T17:30:01.639Z Compiling pest_derive v2.7.14
13262024-11-18T17:30:01.873Z Compiling toml_datetime v0.6.8
13272024-11-18T17:30:02.368Z Compiling serde_tokenstream v0.2.2
13282024-11-18T17:30:02.434Z Compiling dtrace-parser v0.2.0
13292024-11-18T17:30:02.515Z Compiling openssl v0.10.66
13302024-11-18T17:30:02.747Z Compiling tokio-util v0.7.12
13312024-11-18T17:30:02.936Z Compiling match_cfg v0.1.0
13322024-11-18T17:30:02.974Z Compiling tower-service v0.3.3
13332024-11-18T17:30:03.036Z Compiling adler2 v2.0.0
13342024-11-18T17:30:03.102Z Compiling base64 v0.22.1
13352024-11-18T17:30:03.255Z Compiling foreign-types-shared v0.1.1
13362024-11-18T17:30:03.368Z Compiling iana-time-zone v0.1.61
13372024-11-18T17:30:03.517Z Compiling rustversion v1.0.17
13382024-11-18T17:30:03.838Z Compiling h2 v0.4.6
13392024-11-18T17:30:03.864Z Compiling chrono v0.4.38
13402024-11-18T17:30:04.205Z Compiling foreign-types v0.3.2
13412024-11-18T17:30:04.301Z Compiling miniz_oxide v0.8.0
13422024-11-18T17:30:04.321Z Compiling hostname v0.3.1
13432024-11-18T17:30:04.566Z Compiling url v2.5.3
13442024-11-18T17:30:05.799Z Compiling openssl-macros v0.1.1
13452024-11-18T17:30:05.968Z Compiling dof v0.3.0
13462024-11-18T17:30:06.605Z Compiling async-trait v0.1.83
13472024-11-18T17:30:06.608Z Compiling dirs-sys-next v0.1.2
13482024-11-18T17:30:07.279Z Compiling usdt-impl v0.5.0
13492024-11-18T17:30:07.618Z Compiling syn v1.0.109
13502024-11-18T17:30:08.245Z Compiling rustls v0.22.4
13512024-11-18T17:30:08.263Z Compiling native-tls v0.2.12
13522024-11-18T17:30:08.492Z Compiling data-encoding v2.6.0
13532024-11-18T17:30:08.580Z Compiling rustls v0.23.14
13542024-11-18T17:30:08.840Z Compiling siphasher v0.3.11
13552024-11-18T17:30:08.987Z Compiling dirs-next v2.0.0
13562024-11-18T17:30:09.576Z Compiling http-body-util v0.1.2
13572024-11-18T17:30:09.824Z Compiling crossbeam-epoch v0.9.18
13582024-11-18T17:30:09.942Z Compiling heapless v0.7.17
13592024-11-18T17:30:10.385Z Compiling sha1 v0.10.6
13602024-11-18T17:30:10.569Z Compiling signature v2.2.0
13612024-11-18T17:30:10.590Z Compiling bzip2-sys v0.1.11+1.0.8
13622024-11-18T17:30:10.611Z Compiling serde_derive_internals v0.29.1
13632024-11-18T17:30:10.814Z Compiling hyper v1.5.0
13642024-11-18T17:30:10.864Z Compiling thread_local v1.1.8
13652024-11-18T17:30:10.908Z Compiling multer v3.1.0
13662024-11-18T17:30:11.067Z Compiling encoding_rs v0.8.34
13672024-11-18T17:30:11.209Z Compiling cookie v0.18.1
13682024-11-18T17:30:11.444Z Compiling signal-hook v0.3.17
13692024-11-18T17:30:11.524Z Compiling slog-async v2.8.0
13702024-11-18T17:30:11.707Z Compiling unicode-properties v0.1.3
13712024-11-18T17:30:12.076Z Compiling gimli v0.31.1
13722024-11-18T17:30:12.123Z Compiling schemars v0.8.21
13732024-11-18T17:30:12.470Z Compiling rayon-core v1.12.1
13742024-11-18T17:30:12.731Z Compiling openssl-probe v0.1.5
13752024-11-18T17:30:13.098Z Compiling hyper-util v0.1.10
13762024-11-18T17:30:13.399Z Compiling ipnet v2.10.1
13772024-11-18T17:30:14.311Z Compiling mime v0.3.17
13782024-11-18T17:30:14.641Z Compiling toml_edit v0.22.22
13792024-11-18T17:30:14.923Z Compiling schemars_derive v0.8.21
13802024-11-18T17:30:15.068Z Compiling stringprep v0.1.5
13812024-11-18T17:30:16.374Z Compiling usdt-attr-macro v0.5.0
13822024-11-18T17:30:16.406Z Compiling usdt-macro v0.5.0
13832024-11-18T17:30:17.309Z Compiling addr2line v0.24.2
13842024-11-18T17:30:17.829Z Compiling crossbeam-deque v0.8.5
13852024-11-18T17:30:17.849Z Compiling term v0.7.0
13862024-11-18T17:30:17.945Z Compiling slog-json v2.6.1
13872024-11-18T17:30:17.976Z Compiling serde_urlencoded v0.7.1
13882024-11-18T17:30:18.166Z Compiling crossbeam-channel v0.5.13
13892024-11-18T17:30:18.271Z Compiling curve25519-dalek v4.1.3
13902024-11-18T17:30:18.306Z Compiling futures-executor v0.3.31
13912024-11-18T17:30:18.512Z Compiling enum-as-inner v0.6.1
13922024-11-18T17:30:18.865Z Compiling md-5 v0.10.6
13932024-11-18T17:30:18.923Z Compiling async-stream-impl v0.3.6
13942024-11-18T17:30:19.129Z Compiling rustls-pemfile v2.2.0
13952024-11-18T17:30:19.322Z Compiling num-integer v0.1.46
13962024-11-18T17:30:19.400Z Compiling idna v0.4.0
13972024-11-18T17:30:19.462Z Compiling idna v0.3.0
13982024-11-18T17:30:19.619Z Compiling hash32 v0.2.1
13992024-11-18T17:30:19.998Z Compiling ff v0.13.0
14002024-11-18T17:30:20.103Z Compiling is-terminal v0.4.13
14012024-11-18T17:30:20.225Z Compiling object v0.36.5
14022024-11-18T17:30:20.243Z Compiling dropshot v0.12.0
14032024-11-18T17:30:20.264Z Compiling smoltcp v0.9.1
14042024-11-18T17:30:20.521Z Compiling utf-8 v0.7.6
14052024-11-18T17:30:20.851Z Compiling num-bigint-dig v0.8.4
14062024-11-18T17:30:20.954Z Compiling portable-atomic v1.9.0
14072024-11-18T17:30:21.026Z Compiling psl-types v2.0.11
14082024-11-18T17:30:21.120Z Compiling anyhow v1.0.93
14092024-11-18T17:30:21.123Z Compiling take_mut v0.2.2
14102024-11-18T17:30:21.278Z Compiling base16ct v0.2.0
14112024-11-18T17:30:21.299Z Compiling linked-hash-map v0.5.6
14122024-11-18T17:30:21.619Z Compiling rustc-demangle v0.1.24
14132024-11-18T17:30:21.683Z Compiling fallible-iterator v0.2.0
14142024-11-18T17:30:21.813Z Compiling dyn-clone v1.0.17
14152024-11-18T17:30:22.042Z Compiling quick-error v1.2.3
14162024-11-18T17:30:22.187Z Compiling resolv-conf v0.7.0
14172024-11-18T17:30:22.409Z Compiling postgres-protocol v0.6.7
14182024-11-18T17:30:22.971Z Compiling lru-cache v0.1.2
14192024-11-18T17:30:22.990Z Compiling sec1 v0.7.3
14202024-11-18T17:30:23.173Z Compiling publicsuffix v2.2.3
14212024-11-18T17:30:23.489Z Compiling tungstenite v0.24.0
14222024-11-18T17:30:23.651Z Compiling async-stream v0.3.6
14232024-11-18T17:30:23.720Z Compiling hickory-proto v0.24.1
14242024-11-18T17:30:23.948Z Compiling slog-term v2.9.1
14252024-11-18T17:30:24.302Z Compiling group v0.13.0
14262024-11-18T17:30:24.612Z Compiling usdt v0.5.0
14272024-11-18T17:30:25.191Z Compiling num-iter v0.1.45
14282024-11-18T17:30:25.492Z Compiling futures v0.3.31
14292024-11-18T17:30:25.607Z Compiling slog-bunyan v2.5.0
14302024-11-18T17:30:25.837Z Compiling toml v0.8.19
14312024-11-18T17:30:27.238Z Compiling camino v1.1.9
14322024-11-18T17:30:27.605Z Compiling tokio-native-tls v0.3.1
14332024-11-18T17:30:27.625Z Compiling backtrace v0.3.74
14342024-11-18T17:30:27.888Z Compiling phf_shared v0.11.2
14352024-11-18T17:30:28.212Z Compiling dropshot_endpoint v0.12.0
14362024-11-18T17:30:28.292Z Compiling waitgroup v0.1.2
14372024-11-18T17:30:28.406Z Compiling terminal_size v0.4.0
14382024-11-18T17:30:28.468Z Compiling openapiv3 v2.0.0
14392024-11-18T17:30:28.501Z Compiling serde_path_to_error v0.1.16
14402024-11-18T17:30:28.621Z Compiling hkdf v0.12.4
14412024-11-18T17:30:28.879Z Compiling crypto-bigint v0.5.5
14422024-11-18T17:30:29.360Z Compiling zerocopy-derive v0.6.6
14432024-11-18T17:30:31.384Z Compiling curve25519-dalek-derive v0.1.1
14442024-11-18T17:30:31.648Z Compiling webpki-roots v0.26.6
14452024-11-18T17:30:31.855Z Compiling idna v0.5.0
14462024-11-18T17:30:32.235Z Compiling hubpack_derive v0.1.1
14472024-11-18T17:30:32.922Z Compiling hostname v0.4.0
14482024-11-18T17:30:32.924Z Compiling fs-err v2.11.0
14492024-11-18T17:30:32.977Z Compiling ahash v0.8.11
14502024-11-18T17:30:33.133Z Compiling crc32fast v1.4.2
14512024-11-18T17:30:33.168Z Compiling debug-ignore v1.0.5
14522024-11-18T17:30:33.226Z Compiling bitflags v1.3.2
14532024-11-18T17:30:33.294Z Compiling winnow v0.5.40
14542024-11-18T17:30:33.318Z Compiling managed v0.8.0
14552024-11-18T17:30:33.401Z Compiling flate2 v1.0.34
14562024-11-18T17:30:33.446Z Compiling console v0.15.8
14572024-11-18T17:30:33.467Z Compiling clap_builder v4.5.21
14582024-11-18T17:30:34.401Z Compiling strum_macros v0.25.3
14592024-11-18T17:30:34.496Z Compiling hubpack v0.1.2
14602024-11-18T17:30:35.061Z Compiling cookie_store v0.21.0
14612024-11-18T17:30:35.084Z Compiling elliptic-curve v0.13.8
14622024-11-18T17:30:35.911Z Compiling zerocopy v0.6.6
14632024-11-18T17:30:35.935Z Compiling hickory-resolver v0.24.1
14642024-11-18T17:30:36.834Z Compiling toml_edit v0.19.15
14652024-11-18T17:30:37.177Z Compiling phf v0.11.2
14662024-11-18T17:30:37.482Z Compiling signal-hook-mio v0.2.4
14672024-11-18T17:30:37.606Z Compiling hyper-tls v0.6.0
14682024-11-18T17:30:37.643Z Compiling rayon v1.10.0
14692024-11-18T17:30:38.030Z Compiling bzip2 v0.4.4
14702024-11-18T17:30:38.580Z Compiling tokio-tungstenite v0.24.0
14712024-11-18T17:30:39.142Z Compiling postgres-types v0.2.8
14722024-11-18T17:30:42.059Z Compiling ed25519 v2.2.3
14732024-11-18T17:30:42.618Z Compiling phf_shared v0.10.0
14742024-11-18T17:30:42.821Z Compiling tokio-stream v0.1.16
14752024-11-18T17:30:42.920Z Compiling pkcs1 v0.7.5
14762024-11-18T17:30:43.029Z Compiling serde-big-array v0.5.1
14772024-11-18T17:30:43.062Z Compiling clap_derive v4.5.18
14782024-11-18T17:30:43.261Z Compiling rfc6979 v0.4.0
14792024-11-18T17:30:43.454Z Compiling derive-where v1.2.7
14802024-11-18T17:30:43.906Z Compiling serde_repr v0.1.19
14812024-11-18T17:30:43.947Z Compiling float-cmp v0.9.0
14822024-11-18T17:30:43.971Z Compiling bstr v1.10.0
14832024-11-18T17:30:44.164Z Compiling sync_wrapper v1.0.1
14842024-11-18T17:30:44.317Z Compiling fixedbitset v0.4.2
14852024-11-18T17:30:44.792Z Compiling difflib v0.4.0
14862024-11-18T17:30:44.892Z Compiling unicode-width v0.2.0
14872024-11-18T17:30:45.096Z Compiling static_assertions v1.1.0
14882024-11-18T17:30:45.212Z Compiling bit-vec v0.6.3
14892024-11-18T17:30:45.395Z Compiling whoami v1.5.2
14902024-11-18T17:30:45.668Z Compiling precomputed-hash v0.1.1
14912024-11-18T17:30:45.780Z Compiling predicates-core v1.0.8
14922024-11-18T17:30:45.799Z Compiling normalize-line-endings v0.3.0
14932024-11-18T17:30:45.922Z Compiling new_debug_unreachable v1.0.6
14942024-11-18T17:30:46.019Z Compiling unicode-segmentation v1.12.0
14952024-11-18T17:30:46.042Z Compiling number_prefix v0.4.0
14962024-11-18T17:30:46.138Z Compiling string_cache v0.8.7
14972024-11-18T17:30:46.280Z Compiling indicatif v0.17.9
14982024-11-18T17:30:46.440Z Compiling predicates v3.1.2
14992024-11-18T17:30:46.628Z Compiling tokio-postgres v0.7.12
15002024-11-18T17:30:46.931Z Compiling similar v2.6.0
15012024-11-18T17:30:47.047Z Compiling bit-set v0.5.3
15022024-11-18T17:30:47.339Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15032024-11-18T17:30:48.204Z Compiling petgraph v0.6.5
15042024-11-18T17:30:48.252Z Compiling clap v4.5.21
15052024-11-18T17:30:48.372Z Compiling ecdsa v0.16.9
15062024-11-18T17:30:48.544Z Compiling rsa v0.9.6
15072024-11-18T17:30:49.258Z Compiling ed25519-dalek v2.1.1
15082024-11-18T17:30:49.367Z Compiling toml v0.7.8
15092024-11-18T17:30:50.567Z Compiling zip v0.6.6
15102024-11-18T17:30:51.141Z Compiling crossterm v0.28.1
15112024-11-18T17:30:52.419Z Compiling hex v0.4.3
15122024-11-18T17:30:52.785Z Compiling x509-cert v0.2.5
15132024-11-18T17:30:52.934Z Compiling itertools v0.10.5
15142024-11-18T17:30:53.046Z Compiling lalrpop-util v0.19.12
15152024-11-18T17:30:53.048Z Compiling peg-runtime v0.8.3
15162024-11-18T17:30:53.384Z Compiling unicode-xid v0.2.6
15172024-11-18T17:30:53.561Z Compiling strum_macros v0.26.4
15182024-11-18T17:30:53.738Z Compiling xattr v1.3.1
15192024-11-18T17:30:54.008Z Compiling filetime v0.2.25
15202024-11-18T17:30:54.344Z Compiling tar v0.4.42
15212024-11-18T17:30:58.599Z Compiling strum v0.26.3
15222024-11-18T17:31:01.161Z Compiling aws-lc-sys v0.22.0
15232024-11-18T17:31:39.446Z Compiling rustls-webpki v0.102.8
15242024-11-18T17:31:42.844Z Compiling tokio-rustls v0.25.0
15252024-11-18T17:31:44.363Z Compiling tokio-rustls v0.26.0
15262024-11-18T17:31:44.718Z Compiling hyper-rustls v0.27.3
15272024-11-18T17:31:45.238Z Compiling reqwest v0.12.9
15282024-11-18T17:31:46.469Z Compiling qorb v0.2.0
15292024-11-18T17:31:51.031Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15302024-11-18T17:31:51.265Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15312024-11-18T17:31:57.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15322024-11-18T17:31:57.188Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15332024-11-18T17:31:57.237ZNov 18 17:31:56.182 INFO Starting download, target: Cockroach
15342024-11-18T17:31:57.237ZNov 18 17:31:56.182 INFO Starting download, target: Console
15352024-11-18T17:31:57.237ZNov 18 17:31:56.182 INFO Starting download, target: DendriteOpenapi
15362024-11-18T17:31:57.237ZNov 18 17:31:56.182 INFO Starting download, target: Clickhouse
15372024-11-18T17:31:57.237ZNov 18 17:31:56.182 INFO Starting download, target: DendriteStub
15382024-11-18T17:31:57.240ZNov 18 17:31:56.182 INFO Starting download, target: MaghemiteMgd
15392024-11-18T17:31:57.240ZNov 18 17:31:56.182 INFO Starting download, target: TransceiverControl
15402024-11-18T17:31:57.240ZNov 18 17:31:56.183 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi
15412024-11-18T17:31:57.240ZNov 18 17:31:56.183 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15422024-11-18T17:31:57.240ZNov 18 17:31:56.183 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15432024-11-18T17:31:57.240ZNov 18 17:31:56.183 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15442024-11-18T17:31:57.240ZNov 18 17:31:56.183 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15452024-11-18T17:31:57.240ZNov 18 17:31:56.183 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15462024-11-18T17:31:57.240ZNov 18 17:31:56.183 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15472024-11-18T17:31:57.428ZNov 18 17:31:56.366 INFO Download complete, target: DendriteOpenapi
15482024-11-18T17:31:57.509ZNov 18 17:31:56.447 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15492024-11-18T17:31:57.837ZNov 18 17:31:56.775 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15502024-11-18T17:31:58.094ZNov 18 17:31:57.035 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15512024-11-18T17:31:58.186ZNov 18 17:31:57.123 INFO Download complete, target: TransceiverControl
15522024-11-18T17:31:58.200ZNov 18 17:31:57.143 INFO Download complete, target: Console
15532024-11-18T17:31:58.205ZNov 18 17:31:57.146 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15542024-11-18T17:31:59.030ZNov 18 17:31:57.974 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15552024-11-18T17:31:59.030ZNov 18 17:31:57.974 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15562024-11-18T17:31:59.151ZNov 18 17:31:58.094 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15572024-11-18T17:32:00.787ZNov 18 17:31:59.729 INFO Download complete, target: DendriteStub
15582024-11-18T17:32:00.999ZNov 18 17:31:59.941 INFO Download complete, target: MaghemiteMgd
15592024-11-18T17:32:06.136ZNov 18 17:32:05.075 INFO Checking that binary works, target: Cockroach
15602024-11-18T17:32:06.296ZNov 18 17:32:05.235 INFO Download complete, target: Cockroach
15612024-11-18T17:32:11.090ZNov 18 17:32:10.026 INFO Checking that binary works, target: Clickhouse
15622024-11-18T17:32:11.945ZNov 18 17:32:10.880 INFO Download complete, target: Clickhouse
15632024-11-18T17:32:12.009ZAll builder prerequisites installed successfully, and PATH looks valid
15642024-11-18T17:32:12.013Z
15652024-11-18T17:32:12.013Zreal 5:27.088732189
15662024-11-18T17:32:12.013Zuser 16:18.855029052
15672024-11-18T17:32:12.013Zsys 3:11.958863066
15682024-11-18T17:32:12.013Ztrap 0.550764373
15692024-11-18T17:32:12.013Ztflt 9.823137401
15702024-11-18T17:32:12.013Zdflt 9.664910731
15712024-11-18T17:32:12.013Zkflt 0.694162791
15722024-11-18T17:32:12.013Zlock 29:58.337648754
15732024-11-18T17:32:12.013Zslp 1:03:54.060074027
15742024-11-18T17:32:12.013Zlat 52.674603717
15752024-11-18T17:32:12.014Zstop 2:10.608146769
15762024-11-18T17:32:12.014Z+ banner hack-check
15772024-11-18T17:32:12.017Z
15782024-11-18T17:32:12.017Z # # ## #### # # #### # # ###### #### # #
15792024-11-18T17:32:12.017Z # # # # # # # # # # # # # # # # #
15802024-11-18T17:32:12.017Z ###### # # # #### ##### # ###### ##### # ####
15812024-11-18T17:32:12.017Z # # ###### # # # # # # # # # #
15822024-11-18T17:32:12.017Z # # # # # # # # # # # # # # # # #
15832024-11-18T17:32:12.017Z # # # # #### # # #### # # ###### #### # #
15842024-11-18T17:32:12.017Z
15852024-11-18T17:32:12.017Z+ export CARGO_INCREMENTAL=0
15862024-11-18T17:32:12.017Z+ CARGO_INCREMENTAL=0
15872024-11-18T17:32:12.017Z+ ptime -m timeout 2h cargo xtask check-features --ci
15882024-11-18T17:32:12.516Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15892024-11-18T17:32:16.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
15902024-11-18T17:32:16.095Z Running `target/debug/xtask check-features --ci`
15912024-11-18T17:32:16.115Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15922024-11-18T17:32:16.116Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15932024-11-18T17:32:16.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15942024-11-18T17:32:16.581Z Running `target/debug/xtask download cargo-hack`
15952024-11-18T17:32:17.413Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15962024-11-18T17:32:17.769Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15972024-11-18T17:32:22.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
15982024-11-18T17:32:23.005Z Running `target/debug/xtask-downloader cargo-hack`
15992024-11-18T17:32:23.042ZNov 18 17:32:21.970 INFO Starting download, target: CargoHack
16002024-11-18T17:32:23.044ZNov 18 17:32:21.970 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16012024-11-18T17:32:23.750ZNov 18 17:32:22.677 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16022024-11-18T17:32:23.837ZNov 18 17:32:22.764 INFO Download complete, target: CargoHack
16032024-11-18T17:32:23.841Zrunning: "/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"
16042024-11-18T17:32:23.856Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16052024-11-18T17:32:24.019Zinfo: running `cargo check --bins` on api_identity (1/172)
16062024-11-18T17:32:24.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-11-18T17:32:24.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-11-18T17:32:24.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-11-18T17:32:24.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16102024-11-18T17:32:24.634Z
16112024-11-18T17:32:24.634Zinfo: running `cargo check --bins` on bootstore (2/172)
16122024-11-18T17:32:25.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-11-18T17:32:25.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-11-18T17:32:25.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-11-18T17:32:25.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16162024-11-18T17:32:25.265Z
16172024-11-18T17:32:25.265Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/172)
16182024-11-18T17:32:25.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-11-18T17:32:25.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-11-18T17:32:25.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-11-18T17:32:25.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16222024-11-18T17:32:25.867Z
16232024-11-18T17:32:25.867Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/172)
16242024-11-18T17:32:26.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-11-18T17:32:26.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-11-18T17:32:26.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-11-18T17:32:26.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16282024-11-18T17:32:26.479Z
16292024-11-18T17:32:26.479Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/172)
16302024-11-18T17:32:26.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-11-18T17:32:26.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-11-18T17:32:26.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-11-18T17:32:26.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16342024-11-18T17:32:26.885Z
16352024-11-18T17:32:26.886Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/172)
16362024-11-18T17:32:27.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-11-18T17:32:27.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-11-18T17:32:27.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-11-18T17:32:27.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16402024-11-18T17:32:27.304Z
16412024-11-18T17:32:27.304Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/172)
16422024-11-18T17:32:27.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-11-18T17:32:27.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-11-18T17:32:27.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-11-18T17:32:27.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16462024-11-18T17:32:27.716Z
16472024-11-18T17:32:27.716Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/172)
16482024-11-18T17:32:28.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-11-18T17:32:28.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-11-18T17:32:28.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-11-18T17:32:28.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16522024-11-18T17:32:28.130Z
16532024-11-18T17:32:28.130Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/172)
16542024-11-18T17:32:28.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-11-18T17:32:28.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-11-18T17:32:28.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-11-18T17:32:28.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16582024-11-18T17:32:28.546Z
16592024-11-18T17:32:28.546Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/172)
16602024-11-18T17:32:28.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-11-18T17:32:28.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-11-18T17:32:28.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-11-18T17:32:28.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16642024-11-18T17:32:28.952Z
16652024-11-18T17:32:28.952Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/172)
16662024-11-18T17:32:29.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-11-18T17:32:29.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-11-18T17:32:29.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-11-18T17:32:29.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16702024-11-18T17:32:29.359Z
16712024-11-18T17:32:29.359Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/172)
16722024-11-18T17:32:29.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-11-18T17:32:29.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-11-18T17:32:29.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-11-18T17:32:29.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16762024-11-18T17:32:29.769Z
16772024-11-18T17:32:29.769Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/172)
16782024-11-18T17:32:30.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-11-18T17:32:30.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-11-18T17:32:30.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-11-18T17:32:30.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16822024-11-18T17:32:30.180Z
16832024-11-18T17:32:30.180Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/172)
16842024-11-18T17:32:30.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-11-18T17:32:30.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-11-18T17:32:30.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-11-18T17:32:30.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16882024-11-18T17:32:30.589Z
16892024-11-18T17:32:30.589Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/172)
16902024-11-18T17:32:30.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-11-18T17:32:30.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-11-18T17:32:30.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-11-18T17:32:30.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16942024-11-18T17:32:30.994Z
16952024-11-18T17:32:30.994Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/172)
16962024-11-18T17:32:31.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-11-18T17:32:31.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-11-18T17:32:31.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-11-18T17:32:31.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17002024-11-18T17:32:31.398Z
17012024-11-18T17:32:31.399Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/172)
17022024-11-18T17:32:31.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-11-18T17:32:31.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-11-18T17:32:31.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052024-11-18T17:32:31.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17062024-11-18T17:32:31.806Z
17072024-11-18T17:32:31.806Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/172)
17082024-11-18T17:32:32.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092024-11-18T17:32:32.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102024-11-18T17:32:32.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112024-11-18T17:32:32.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17122024-11-18T17:32:32.219Z
17132024-11-18T17:32:32.219Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/172)
17142024-11-18T17:32:32.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152024-11-18T17:32:32.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162024-11-18T17:32:32.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172024-11-18T17:32:32.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17182024-11-18T17:32:32.636Z
17192024-11-18T17:32:32.636Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/172)
17202024-11-18T17:32:33.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212024-11-18T17:32:33.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222024-11-18T17:32:33.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232024-11-18T17:32:33.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17242024-11-18T17:32:33.047Z
17252024-11-18T17:32:33.047Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/172)
17262024-11-18T17:32:33.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272024-11-18T17:32:33.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282024-11-18T17:32:33.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292024-11-18T17:32:33.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17302024-11-18T17:32:33.464Z
17312024-11-18T17:32:33.464Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/172)
17322024-11-18T17:32:33.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332024-11-18T17:32:33.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342024-11-18T17:32:33.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352024-11-18T17:32:33.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17362024-11-18T17:32:33.876Z
17372024-11-18T17:32:33.876Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/172)
17382024-11-18T17:32:34.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392024-11-18T17:32:34.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402024-11-18T17:32:34.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412024-11-18T17:32:34.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17422024-11-18T17:32:34.291Z
17432024-11-18T17:32:34.291Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/172)
17442024-11-18T17:32:34.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452024-11-18T17:32:34.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462024-11-18T17:32:34.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472024-11-18T17:32:34.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17482024-11-18T17:32:34.698Z
17492024-11-18T17:32:34.698Zinfo: running `cargo check --bins` on sled-hardware-types (25/172)
17502024-11-18T17:32:35.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512024-11-18T17:32:35.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522024-11-18T17:32:35.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532024-11-18T17:32:35.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17542024-11-18T17:32:35.318Z
17552024-11-18T17:32:35.318Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/172)
17562024-11-18T17:32:35.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572024-11-18T17:32:35.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582024-11-18T17:32:35.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592024-11-18T17:32:35.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17602024-11-18T17:32:35.936Z
17612024-11-18T17:32:35.936Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/172)
17622024-11-18T17:32:36.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632024-11-18T17:32:36.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642024-11-18T17:32:36.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652024-11-18T17:32:36.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
17662024-11-18T17:32:36.557Z
17672024-11-18T17:32:36.557Zinfo: running `cargo check --bins` on oxlog (28/172)
17682024-11-18T17:32:37.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692024-11-18T17:32:37.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702024-11-18T17:32:37.165Z Checking cfg-if v1.0.0
17712024-11-18T17:32:37.168Z Checking libc v0.2.162
17722024-11-18T17:32:37.274Z Checking serde v1.0.215
17732024-11-18T17:32:37.277Z Checking zeroize v1.8.1
17742024-11-18T17:32:37.294Z Checking memchr v2.7.4
17752024-11-18T17:32:37.296Z Checking typenum v1.17.0
17762024-11-18T17:32:37.304Z Checking scopeguard v1.2.0
17772024-11-18T17:32:37.315Z Checking subtle v2.6.1
17782024-11-18T17:32:37.342Z Checking value-bag v1.9.0
17792024-11-18T17:32:37.450Z Checking lock_api v0.4.12
17802024-11-18T17:32:37.499Z Checking itoa v1.0.11
17812024-11-18T17:32:37.568Z Checking const-oid v0.9.6
17822024-11-18T17:32:37.705Z Checking smallvec v1.13.2
17832024-11-18T17:32:37.765Z Checking log v0.4.22
17842024-11-18T17:32:37.841Z Checking pin-project-lite v0.2.14
17852024-11-18T17:32:37.960Z Checking byteorder v1.5.0
17862024-11-18T17:32:38.040Z Checking futures-core v0.3.31
17872024-11-18T17:32:38.178Z Checking once_cell v1.20.2
17882024-11-18T17:32:38.234Z Checking cpufeatures v0.2.14
17892024-11-18T17:32:38.296Z Checking futures-sink v0.3.31
17902024-11-18T17:32:38.323Z Checking stable_deref_trait v1.2.0
17912024-11-18T17:32:38.362Z Checking spin v0.9.8
17922024-11-18T17:32:38.408Z Checking getrandom v0.2.15
17932024-11-18T17:32:38.422Z Checking parking_lot_core v0.9.10
17942024-11-18T17:32:38.424Z Checking signal-hook-registry v1.4.2
17952024-11-18T17:32:38.451Z Checking mio v1.0.2
17962024-11-18T17:32:38.622Z Checking generic-array v0.14.7
17972024-11-18T17:32:38.638Z Checking rand_core v0.6.4
17982024-11-18T17:32:38.651Z Checking socket2 v0.5.7
17992024-11-18T17:32:38.708Z Checking zerocopy v0.7.35
18002024-11-18T17:32:38.741Z Checking parking_lot v0.12.3
18012024-11-18T17:32:38.923Z Checking zerofrom v0.1.4
18022024-11-18T17:32:39.058Z Checking slab v0.4.9
18032024-11-18T17:32:39.084Z Checking futures-channel v0.3.31
18042024-11-18T17:32:39.141Z Checking yoke v0.7.4
18052024-11-18T17:32:39.160Z Checking foldhash v0.1.3
18062024-11-18T17:32:39.317Z Checking futures-task v0.3.31
18072024-11-18T17:32:39.356Z Checking allocator-api2 v0.2.18
18082024-11-18T17:32:39.423Z Checking equivalent v1.0.1
18092024-11-18T17:32:39.443Z Checking pin-utils v0.1.0
18102024-11-18T17:32:39.478Z Checking futures-io v0.3.31
18112024-11-18T17:32:39.523Z Checking zerovec v0.10.4
18122024-11-18T17:32:39.539Z Checking ryu v1.0.18
18132024-11-18T17:32:39.542Z Checking tinyvec_macros v0.1.1
18142024-11-18T17:32:39.635Z Checking tinyvec v1.8.0
18152024-11-18T17:32:39.652Z Checking futures-util v0.3.31
18162024-11-18T17:32:39.757Z Checking fnv v1.0.7
18172024-11-18T17:32:39.774Z Checking crypto-common v0.1.6
18182024-11-18T17:32:39.876Z Checking block-buffer v0.10.4
18192024-11-18T17:32:39.954Z Checking block-padding v0.3.3
18202024-11-18T17:32:40.001Z Checking hashbrown v0.15.0
18212024-11-18T17:32:40.095Z Checking digest v0.10.7
18222024-11-18T17:32:40.112Z Checking libm v0.2.8
18232024-11-18T17:32:40.158Z Checking inout v0.1.3
18242024-11-18T17:32:40.385Z Checking cipher v0.4.4
18252024-11-18T17:32:40.455Z Checking hmac v0.12.1
18262024-11-18T17:32:40.661Z Checking sha2 v0.10.8
18272024-11-18T17:32:40.802Z Checking unicode-bidi v0.3.17
18282024-11-18T17:32:40.935Z Checking unicode-normalization v0.1.24
18292024-11-18T17:32:41.031Z Checking base64ct v1.6.0
18302024-11-18T17:32:41.102Z Checking litemap v0.7.3
18312024-11-18T17:32:41.167Z Checking tinystr v0.7.6
18322024-11-18T17:32:41.225Z Checking writeable v0.5.5
18332024-11-18T17:32:41.419Z Checking num-traits v0.2.19
18342024-11-18T17:32:41.444Z Checking ppv-lite86 v0.2.20
18352024-11-18T17:32:41.459Z Checking pem-rfc7468 v0.7.0
18362024-11-18T17:32:41.542Z Checking flagset v0.4.6
18372024-11-18T17:32:41.558Z Checking icu_locid v1.5.0
18382024-11-18T17:32:41.722Z Checking tracing-core v0.1.32
18392024-11-18T17:32:41.737Z Checking der v0.7.9
18402024-11-18T17:32:41.808Z Checking thiserror v1.0.69
18412024-11-18T17:32:41.939Z Checking icu_locid_transform_data v1.5.0
18422024-11-18T17:32:42.037Z Checking percent-encoding v2.3.1
18432024-11-18T17:32:42.226Z Checking rand_chacha v0.3.1
18442024-11-18T17:32:42.244Z Checking rustls-pki-types v1.9.0
18452024-11-18T17:32:42.376Z Checking bytes v1.8.0
18462024-11-18T17:32:42.392Z Checking indexmap v2.6.0
18472024-11-18T17:32:42.555Z Checking serde_json v1.0.132
18482024-11-18T17:32:42.598Z Checking icu_provider v1.5.0
18492024-11-18T17:32:42.816Z Checking bitflags v2.6.0
18502024-11-18T17:32:43.017Z Checking rand v0.8.5
18512024-11-18T17:32:43.119Z Checking tracing v0.1.40
18522024-11-18T17:32:43.221Z Checking tokio v1.40.0
18532024-11-18T17:32:43.269Z Checking http v1.1.0
18542024-11-18T17:32:43.448Z Checking icu_locid_transform v1.5.0
18552024-11-18T17:32:43.633Z Checking spki v0.7.3
18562024-11-18T17:32:43.669Z Checking icu_collections v1.5.0
18572024-11-18T17:32:43.911Z Checking salsa20 v0.10.2
18582024-11-18T17:32:44.125Z Checking pbkdf2 v0.12.2
18592024-11-18T17:32:44.277Z Checking aws-lc-sys v0.22.0
18602024-11-18T17:32:44.307Z Checking httparse v1.9.5
18612024-11-18T17:32:44.367Z Checking untrusted v0.9.0
18622024-11-18T17:32:44.381Z Checking icu_properties_data v1.5.0
18632024-11-18T17:32:44.426Z Checking mirai-annotations v1.12.0
18642024-11-18T17:32:44.508Z Checking powerfmt v0.2.0
18652024-11-18T17:32:44.590Z Checking untrusted v0.7.1
18662024-11-18T17:32:44.594Z Checking ring v0.17.8
18672024-11-18T17:32:44.620Z Checking icu_properties v1.5.1
18682024-11-18T17:32:44.724Z Checking scrypt v0.11.0
18692024-11-18T17:32:44.741Z Checking aes v0.8.4
18702024-11-18T17:32:44.755Z Checking cbc v0.1.2
18712024-11-18T17:32:44.771Z Checking deranged v0.3.11
18722024-11-18T17:32:44.932Z Checking crossbeam-utils v0.8.20
18732024-11-18T17:32:44.948Z Checking num-conv v0.1.0
18742024-11-18T17:32:45.178Z Checking icu_normalizer_data v1.5.0
18752024-11-18T17:32:45.273Z Checking atomic-waker v1.1.2
18762024-11-18T17:32:45.396Z Checking num_threads v0.1.7
18772024-11-18T17:32:45.507Z Checking utf16_iter v1.0.5
18782024-11-18T17:32:45.607Z Checking write16 v1.0.0
18792024-11-18T17:32:45.654Z Checking time-core v0.1.2
18802024-11-18T17:32:45.671Z Checking utf8_iter v1.0.4
18812024-11-18T17:32:45.727Z Checking pkcs5 v0.7.1
18822024-11-18T17:32:45.799Z Checking http-body v1.0.1
18832024-11-18T17:32:45.873Z Checking form_urlencoded v1.2.1
18842024-11-18T17:32:46.010Z Checking try-lock v0.2.5
18852024-11-18T17:32:46.072Z Checking unicode-ident v1.0.13
18862024-11-18T17:32:46.139Z Checking want v0.3.1
18872024-11-18T17:32:46.219Z Checking pkcs8 v0.10.2
18882024-11-18T17:32:46.235Z Checking httpdate v1.0.3
18892024-11-18T17:32:46.299Z Checking proc-macro2 v1.0.89
18902024-11-18T17:32:46.445Z Checking toml_datetime v0.6.8
18912024-11-18T17:32:46.445Z Checking uuid v1.11.0
18922024-11-18T17:32:46.522Z Checking serde_spanned v0.6.8
18932024-11-18T17:32:46.612Z Checking time v0.3.36
18942024-11-18T17:32:46.703Z Checking slog v2.7.0
18952024-11-18T17:32:46.706Z Checking scroll v0.12.0
18962024-11-18T17:32:46.865Z Checking aws-lc-rs v1.10.0
18972024-11-18T17:32:46.934Z Checking match_cfg v0.1.0
18982024-11-18T17:32:47.016Z Checking base64 v0.22.1
18992024-11-18T17:32:47.051Z Checking plain v0.2.3
19002024-11-18T17:32:47.167Z Checking iana-time-zone v0.1.61
19012024-11-18T17:32:47.181Z Checking foreign-types-shared v0.1.1
19022024-11-18T17:32:47.198Z Checking ucd-trie v0.1.7
19032024-11-18T17:32:47.281Z Checking adler2 v2.0.0
19042024-11-18T17:32:47.301Z Checking tower-service v0.3.3
19052024-11-18T17:32:47.397Z Checking pest v2.7.14
19062024-11-18T17:32:47.418Z Checking chrono v0.4.38
19072024-11-18T17:32:47.432Z Checking miniz_oxide v0.8.0
19082024-11-18T17:32:47.502Z Checking foreign-types v0.3.2
19092024-11-18T17:32:47.593Z Checking goblin v0.8.2
19102024-11-18T17:32:47.919Z Checking icu_normalizer v1.5.0
19112024-11-18T17:32:48.143Z Checking hostname v0.3.1
19122024-11-18T17:32:48.277Z Checking quote v1.0.37
19132024-11-18T17:32:48.633Z Checking openssl-sys v0.9.103
19142024-11-18T17:32:48.673Z Checking idna_adapter v1.2.0
19152024-11-18T17:32:48.702Z Checking rustls-webpki v0.102.8
19162024-11-18T17:32:48.863Z Checking idna v1.0.3
19172024-11-18T17:32:49.098Z Checking dirs-sys-next v0.1.2
19182024-11-18T17:32:49.283Z Checking errno v0.3.9
19192024-11-18T17:32:49.331Z Checking url v2.5.3
19202024-11-18T17:32:49.478Z Checking aho-corasick v1.1.3
19212024-11-18T17:32:49.536Z Checking siphasher v0.3.11
19222024-11-18T17:32:49.554Z Checking pretty-hex v0.4.1
19232024-11-18T17:32:49.712Z Checking regex-syntax v0.8.5
19242024-11-18T17:32:49.825Z Checking data-encoding v2.6.0
19252024-11-18T17:32:49.948Z Checking openssl v0.10.66
19262024-11-18T17:32:49.993Z Checking dtrace-parser v0.2.0
19272024-11-18T17:32:50.140Z Checking rustix v0.38.37
19282024-11-18T17:32:50.461Z Checking dirs-next v2.0.0
19292024-11-18T17:32:50.486Z Checking syn v2.0.87
19302024-11-18T17:32:50.594Z Checking http-body-util v0.1.2
19312024-11-18T17:32:50.620Z Checking tokio-util v0.7.12
19322024-11-18T17:32:51.025Z Checking crossbeam-epoch v0.9.18
19332024-11-18T17:32:51.144Z Checking sha1 v0.10.6
19342024-11-18T17:32:51.422Z Checking signature v2.2.0
19352024-11-18T17:32:51.464Z Checking lazy_static v1.5.0
19362024-11-18T17:32:51.542Z Checking h2 v0.4.6
19372024-11-18T17:32:51.585Z Checking thread_local v1.1.8
19382024-11-18T17:32:51.619Z Checking thread-id v4.2.2
19392024-11-18T17:32:51.723Z Checking encoding_rs v0.8.34
19402024-11-18T17:32:51.869Z Checking gimli v0.31.1
19412024-11-18T17:32:52.582Z Checking dof v0.3.0
19422024-11-18T17:32:52.964Z Checking regex-automata v0.4.8
19432024-11-18T17:32:53.162Z Checking ipnet v2.10.1
19442024-11-18T17:32:53.623Z Checking mime v0.3.17
19452024-11-18T17:32:53.648Z Checking unicode-properties v0.1.3
19462024-11-18T17:32:53.927Z Checking anstyle v1.0.10
19472024-11-18T17:32:54.006Z Checking openssl-probe v0.1.5
19482024-11-18T17:32:54.072Z Checking utf8parse v0.2.2
19492024-11-18T17:32:54.154Z Checking either v1.13.0
19502024-11-18T17:32:54.208Z Checking winnow v0.6.20
19512024-11-18T17:32:54.265Z Checking anstyle-parse v0.2.5
19522024-11-18T17:32:54.560Z Checking stringprep v0.1.5
19532024-11-18T17:32:54.574Z Checking crossbeam-deque v0.8.5
19542024-11-18T17:32:54.818Z Checking term v0.7.0
19552024-11-18T17:32:54.883Z Checking rustls v0.22.4
19562024-11-18T17:32:55.251Z Checking rustls v0.23.14
19572024-11-18T17:32:55.404Z Checking native-tls v0.2.12
19582024-11-18T17:32:55.732Z Checking slog-json v2.6.1
19592024-11-18T17:32:55.911Z Checking addr2line v0.24.2
19602024-11-18T17:32:55.985Z Checking serde_urlencoded v0.7.1
19612024-11-18T17:32:56.407Z Checking crossbeam-channel v0.5.13
19622024-11-18T17:32:56.423Z Checking futures-executor v0.3.31
19632024-11-18T17:32:56.657Z Checking num-integer v0.1.46
19642024-11-18T17:32:56.969Z Checking usdt-impl v0.5.0
19652024-11-18T17:32:57.132Z Checking toml_edit v0.22.22
19662024-11-18T17:32:57.264Z Checking rustls-pemfile v2.2.0
19672024-11-18T17:32:57.268Z Checking idna v0.4.0
19682024-11-18T17:32:57.371Z Checking idna v0.3.0
19692024-11-18T17:32:57.479Z Checking md-5 v0.10.6
19702024-11-18T17:32:57.674Z Checking ff v0.13.0
19712024-11-18T17:32:57.691Z Checking is-terminal v0.4.13
19722024-11-18T17:32:57.782Z Checking hyper v1.5.0
19732024-11-18T17:32:57.808Z Checking memmap v0.7.0
19742024-11-18T17:32:57.878Z Checking hash32 v0.2.1
19752024-11-18T17:32:57.996Z Checking object v0.36.5
19762024-11-18T17:32:58.011Z Checking utf-8 v0.7.6
19772024-11-18T17:32:58.183Z Checking take_mut v0.2.2
19782024-11-18T17:32:58.205Z Checking colorchoice v1.0.2
19792024-11-18T17:32:58.226Z Checking is_terminal_polyfill v1.70.1
19802024-11-18T17:32:58.323Z Checking linked-hash-map v0.5.6
19812024-11-18T17:32:58.339Z Checking base16ct v0.2.0
19822024-11-18T17:32:58.341Z Checking fallible-iterator v0.2.0
19832024-11-18T17:32:58.511Z Checking psl-types v2.0.11
19842024-11-18T17:32:58.528Z Checking dyn-clone v1.0.17
19852024-11-18T17:32:58.645Z Checking rustc-demangle v0.1.24
19862024-11-18T17:32:58.661Z Checking anstyle-query v1.1.1
19872024-11-18T17:32:58.691Z Checking quick-error v1.2.3
19882024-11-18T17:32:58.777Z Checking anstream v0.6.15
19892024-11-18T17:32:58.830Z Checking resolv-conf v0.7.0
19902024-11-18T17:32:58.951Z Checking postgres-protocol v0.6.7
19912024-11-18T17:32:59.048Z Checking publicsuffix v2.2.3
19922024-11-18T17:32:59.147Z Checking schemars v0.8.21
19932024-11-18T17:32:59.173Z Checking lru-cache v0.1.2
19942024-11-18T17:32:59.268Z Checking tokio-rustls v0.25.0
19952024-11-18T17:32:59.365Z Checking sec1 v0.7.3
19962024-11-18T17:32:59.632Z Checking slog-async v2.8.0
19972024-11-18T17:32:59.659Z Checking tungstenite v0.24.0
19982024-11-18T17:32:59.734Z Checking heapless v0.7.17
19992024-11-18T17:32:59.756Z Checking toml v0.8.19
20002024-11-18T17:32:59.850Z Checking hyper-util v0.1.10
20012024-11-18T17:32:59.924Z Checking usdt v0.5.0
20022024-11-18T17:33:00.193Z Checking hickory-proto v0.24.1
20032024-11-18T17:33:00.507Z Checking group v0.13.0
20042024-11-18T17:33:00.538Z Checking slog-term v2.9.1
20052024-11-18T17:33:00.727Z Checking num-iter v0.1.45
20062024-11-18T17:33:00.745Z Checking tokio-rustls v0.26.0
20072024-11-18T17:33:00.760Z Checking futures v0.3.31
20082024-11-18T17:33:00.838Z Checking slog-bunyan v2.5.0
20092024-11-18T17:33:00.860Z Checking tokio-native-tls v0.3.1
20102024-11-18T17:33:00.897Z Checking rayon-core v1.12.1
20112024-11-18T17:33:00.992Z Checking multer v3.1.0
20122024-11-18T17:33:01.030Z Checking terminal_size v0.4.0
20132024-11-18T17:33:01.113Z Checking phf_shared v0.11.2
20142024-11-18T17:33:01.140Z Checking cookie v0.18.1
20152024-11-18T17:33:01.190Z Checking async-stream v0.3.6
20162024-11-18T17:33:01.383Z Checking bzip2-sys v0.1.11+1.0.8
20172024-11-18T17:33:01.399Z Checking camino v1.1.9
20182024-11-18T17:33:01.413Z Checking signal-hook v0.3.17
20192024-11-18T17:33:01.502Z Checking waitgroup v0.1.2
20202024-11-18T17:33:01.561Z Checking openapiv3 v2.0.0
20212024-11-18T17:33:01.591Z Checking webpki-roots v0.26.6
20222024-11-18T17:33:01.631Z Checking serde_path_to_error v0.1.16
20232024-11-18T17:33:01.731Z Checking idna v0.5.0
20242024-11-18T17:33:01.794Z Checking hkdf v0.12.4
20252024-11-18T17:33:01.860Z Checking crypto-bigint v0.5.5
20262024-11-18T17:33:01.950Z Checking hostname v0.4.0
20272024-11-18T17:33:01.993Z Checking crc32fast v1.4.2
20282024-11-18T17:33:02.077Z Checking bitflags v1.3.2
20292024-11-18T17:33:02.180Z Checking managed v0.8.0
20302024-11-18T17:33:02.221Z Checking debug-ignore v1.0.5
20312024-11-18T17:33:02.241Z Checking unicode-width v0.1.14
20322024-11-18T17:33:02.357Z Checking clap_lex v0.7.2
20332024-11-18T17:33:02.549Z Checking winnow v0.5.40
20342024-11-18T17:33:02.583Z Checking strsim v0.11.1
20352024-11-18T17:33:02.602Z Checking cookie_store v0.21.0
20362024-11-18T17:33:02.716Z Checking console v0.15.8
20372024-11-18T17:33:02.844Z Checking clap_builder v4.5.21
20382024-11-18T17:33:03.281Z Checking smoltcp v0.9.1
20392024-11-18T17:33:03.296Z Checking flate2 v1.0.34
20402024-11-18T17:33:03.910Z Checking hyper-rustls v0.27.3
20412024-11-18T17:33:04.256Z Checking hyper-tls v0.6.0
20422024-11-18T17:33:04.533Z Checking backtrace v0.3.74
20432024-11-18T17:33:04.557Z Checking signal-hook-mio v0.2.4
20442024-11-18T17:33:04.676Z Checking rayon v1.10.0
20452024-11-18T17:33:04.679Z Checking elliptic-curve v0.13.8
20462024-11-18T17:33:04.782Z Checking bzip2 v0.4.4
20472024-11-18T17:33:05.014Z Checking hickory-resolver v0.24.1
20482024-11-18T17:33:05.030Z Checking dropshot v0.12.0
20492024-11-18T17:33:05.053Z Checking phf v0.11.2
20502024-11-18T17:33:05.094Z Checking anyhow v1.0.93
20512024-11-18T17:33:05.303Z Checking num-bigint-dig v0.8.4
20522024-11-18T17:33:05.320Z Checking tokio-tungstenite v0.24.0
20532024-11-18T17:33:05.465Z Checking postgres-types v0.2.8
20542024-11-18T17:33:05.614Z Checking toml_edit v0.19.15
20552024-11-18T17:33:05.769Z Checking regex v1.11.1
20562024-11-18T17:33:05.982Z Checking bstr v1.10.0
20572024-11-18T17:33:06.191Z Checking ed25519 v2.2.3
20582024-11-18T17:33:06.385Z Checking tokio-stream v0.1.16
20592024-11-18T17:33:06.480Z Checking phf_shared v0.10.0
20602024-11-18T17:33:06.657Z Checking zerocopy v0.6.6
20612024-11-18T17:33:06.757Z Checking curve25519-dalek v4.1.3
20622024-11-18T17:33:06.944Z Checking pkcs1 v0.7.5
20632024-11-18T17:33:07.275Z Checking hubpack v0.1.2
20642024-11-18T17:33:07.365Z Checking portable-atomic v1.9.0
20652024-11-18T17:33:07.411Z Checking float-cmp v0.9.0
20662024-11-18T17:33:07.431Z Checking serde-big-array v0.5.1
20672024-11-18T17:33:07.583Z Checking rfc6979 v0.4.0
20682024-11-18T17:33:07.598Z Checking sync_wrapper v1.0.1
20692024-11-18T17:33:07.635Z Checking normalize-line-endings v0.3.0
20702024-11-18T17:33:07.729Z Checking static_assertions v1.1.0
20712024-11-18T17:33:07.751Z Checking bit-vec v0.6.3
20722024-11-18T17:33:07.768Z Checking difflib v0.4.0
20732024-11-18T17:33:07.821Z Checking number_prefix v0.4.0
20742024-11-18T17:33:07.993Z Checking fixedbitset v0.4.2
20752024-11-18T17:33:08.082Z Checking minimal-lexical v0.2.1
20762024-11-18T17:33:08.084Z Checking predicates-core v1.0.8
20772024-11-18T17:33:08.112Z Checking new_debug_unreachable v1.0.6
20782024-11-18T17:33:08.197Z Checking unicode-width v0.2.0
20792024-11-18T17:33:08.236Z Checking whoami v1.5.2
20802024-11-18T17:33:08.264Z Checking unicode-segmentation v1.12.0
20812024-11-18T17:33:08.418Z Checking precomputed-hash v0.1.1
20822024-11-18T17:33:08.472Z Checking nom v7.1.3
20832024-11-18T17:33:08.515Z Checking string_cache v0.8.7
20842024-11-18T17:33:08.518Z Checking tokio-postgres v0.7.12
20852024-11-18T17:33:08.591Z Checking predicates v3.1.2
20862024-11-18T17:33:08.616Z Checking ed25519-dalek v2.1.1
20872024-11-18T17:33:08.659Z Checking indicatif v0.17.9
20882024-11-18T17:33:08.732Z Checking qorb v0.2.0
20892024-11-18T17:33:08.778Z Checking petgraph v0.6.5
20902024-11-18T17:33:08.905Z Checking similar v2.6.0
20912024-11-18T17:33:09.015Z Checking toml v0.7.8
20922024-11-18T17:33:09.261Z Checking bit-set v0.5.3
20932024-11-18T17:33:09.406Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20942024-11-18T17:33:09.540Z Checking ecdsa v0.16.9
20952024-11-18T17:33:09.771Z Checking reqwest v0.12.9
20962024-11-18T17:33:09.787Z Checking rsa v0.9.6
20972024-11-18T17:33:10.267Z Checking clap v4.5.21
20982024-11-18T17:33:10.381Z Checking zip v0.6.6
20992024-11-18T17:33:10.830Z Checking crossterm v0.28.1
21002024-11-18T17:33:11.067Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21012024-11-18T17:33:11.092Z Checking itertools v0.12.1
21022024-11-18T17:33:11.278Z Checking itertools v0.10.5
21032024-11-18T17:33:11.401Z Checking fs-err v2.11.0
21042024-11-18T17:33:11.646Z Checking ahash v0.8.11
21052024-11-18T17:33:11.666Z Checking x509-cert v0.2.5
21062024-11-18T17:33:11.949Z Checking semver v1.0.23
21072024-11-18T17:33:12.133Z Checking hex v0.4.3
21082024-11-18T17:33:12.187Z Checking lalrpop-util v0.19.12
21092024-11-18T17:33:12.371Z Checking heck v0.4.1
21102024-11-18T17:33:12.482Z Checking peg-runtime v0.8.3
21112024-11-18T17:33:12.580Z Checking sigpipe v0.1.3
21122024-11-18T17:33:14.017Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21132024-11-18T17:33:14.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.74s
21142024-11-18T17:33:14.490Z
21152024-11-18T17:33:14.490Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/172)
21162024-11-18T17:33:15.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172024-11-18T17:33:15.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182024-11-18T17:33:15.145Z Compiling hashbrown v0.14.5
21192024-11-18T17:33:15.264Z Checking heck v0.5.0
21202024-11-18T17:33:15.276Z Compiling unsafe-libyaml v0.2.11
21212024-11-18T17:33:15.289Z Compiling ident_case v1.0.1
21222024-11-18T17:33:15.303Z Checking progenitor-client v0.8.0
21232024-11-18T17:33:15.318Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21242024-11-18T17:33:15.330Z Compiling proc-macro-crate v1.3.1
21252024-11-18T17:33:15.405Z Checking ipnetwork v0.20.0
21262024-11-18T17:33:15.453Z Compiling darling_core v0.20.10
21272024-11-18T17:33:15.644Z Compiling structmeta-derive v0.3.0
21282024-11-18T17:33:15.665Z Compiling newtype-uuid v1.1.3
21292024-11-18T17:33:15.769Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21302024-11-18T17:33:15.979Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21312024-11-18T17:33:16.069Z Compiling lzma-sys v0.1.20
21322024-11-18T17:33:16.313Z Compiling foreign-types-macros v0.2.3
21332024-11-18T17:33:16.391Z Checking regress v0.10.1
21342024-11-18T17:33:16.410Z Compiling num_enum_derive v0.5.11
21352024-11-18T17:33:16.843Z Compiling serde_yaml v0.9.34+deprecated
21362024-11-18T17:33:17.211Z Compiling dropshot v0.13.0
21372024-11-18T17:33:17.498Z Checking foreign-types-shared v0.3.1
21382024-11-18T17:33:17.553Z Checking arc-swap v1.7.1
21392024-11-18T17:33:17.606Z Checking foreign-types v0.5.0
21402024-11-18T17:33:17.818Z Compiling proc-macro-error v1.0.4
21412024-11-18T17:33:17.967Z Checking slog-scope v4.4.0
21422024-11-18T17:33:18.542Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21432024-11-18T17:33:18.630Z Compiling structmeta v0.3.0
21442024-11-18T17:33:18.649Z Checking tungstenite v0.21.0
21452024-11-18T17:33:18.651Z Compiling heck v0.3.3
21462024-11-18T17:33:18.987Z Checking num_enum v0.5.11
21472024-11-18T17:33:19.062Z Compiling parse-display-derive v0.10.0
21482024-11-18T17:33:19.086Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21492024-11-18T17:33:19.135Z Compiling dropshot_endpoint v0.13.0
21502024-11-18T17:33:19.606Z Checking cstr-argument v0.1.2
21512024-11-18T17:33:19.792Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21522024-11-18T17:33:19.968Z Checking instant v0.1.13
21532024-11-18T17:33:20.021Z Checking typify-impl v0.2.0
21542024-11-18T17:33:20.079Z Checking base64 v0.21.7
21552024-11-18T17:33:20.570Z Checking pretty-hex v0.2.1
21562024-11-18T17:33:20.727Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21572024-11-18T17:33:20.993Z Checking fastrand v2.1.1
21582024-11-18T17:33:21.143Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21592024-11-18T17:33:21.305Z Checking tempfile v3.13.0
21602024-11-18T17:33:21.421Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21612024-11-18T17:33:21.561Z Checking backoff v0.4.0
21622024-11-18T17:33:21.615Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21632024-11-18T17:33:21.663Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21642024-11-18T17:33:21.758Z Checking tokio-tungstenite v0.21.0
21652024-11-18T17:33:21.865Z Checking strum v0.26.3
21662024-11-18T17:33:21.977Z Compiling zone_cfg_derive v0.1.2
21672024-11-18T17:33:22.023Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21682024-11-18T17:33:22.275Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21692024-11-18T17:33:22.416Z Compiling darling_macro v0.20.10
21702024-11-18T17:33:22.504Z Checking slog-stdlog v4.1.1
21712024-11-18T17:33:22.656Z Checking regress v0.9.1
21722024-11-18T17:33:22.685Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21732024-11-18T17:33:22.773Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21742024-11-18T17:33:22.831Z Checking colored v2.1.0
21752024-11-18T17:33:23.055Z Checking macaddr v1.0.1
21762024-11-18T17:33:23.118Z Checking base64 v0.13.1
21772024-11-18T17:33:23.354Z Compiling darling v0.20.10
21782024-11-18T17:33:23.399Z Checking zone v0.1.8
21792024-11-18T17:33:23.463Z Compiling serde_with_macros v3.11.0
21802024-11-18T17:33:23.522Z Checking ron v0.7.1
21812024-11-18T17:33:23.679Z Checking parse-display v0.10.0
21822024-11-18T17:33:23.903Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-11-18T17:33:24.001Z Checking xz2 v0.1.7
21842024-11-18T17:33:24.287Z Checking slog-envlogger v2.2.0
21852024-11-18T17:33:24.445Z Checking tabwriter v1.4.0
21862024-11-18T17:33:24.526Z Checking xattr v1.3.1
21872024-11-18T17:33:24.672Z Checking pem v3.0.4
21882024-11-18T17:33:24.724Z Checking yasna v0.5.2
21892024-11-18T17:33:24.741Z Checking headers-core v0.3.0
21902024-11-18T17:33:24.880Z Checking smf v0.2.3
21912024-11-18T17:33:24.932Z Checking filetime v0.2.25
21922024-11-18T17:33:25.135Z Checking same-file v1.0.6
21932024-11-18T17:33:25.300Z Checking walkdir v2.5.0
21942024-11-18T17:33:25.342Z Checking tar v0.4.42
21952024-11-18T17:33:25.372Z Checking headers v0.4.0
21962024-11-18T17:33:25.572Z Checking camino-tempfile v1.1.1
21972024-11-18T17:33:25.622Z Checking rcgen v0.12.1
21982024-11-18T17:33:25.853Z Checking atomicwrites v0.4.4
21992024-11-18T17:33:26.044Z Checking subprocess v0.2.9
22002024-11-18T17:33:26.417Z Checking serde_with v3.11.0
22012024-11-18T17:33:30.389Z Compiling typify-macro v0.2.0
22022024-11-18T17:33:32.234Z Compiling typify v0.2.0
22032024-11-18T17:33:32.305Z Compiling progenitor-impl v0.8.0
22042024-11-18T17:33:35.537Z Compiling progenitor-macro v0.8.0
22052024-11-18T17:33:40.800Z Checking progenitor v0.8.0
22062024-11-18T17:33:40.947Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22072024-11-18T17:33:40.950Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22082024-11-18T17:33:43.665Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22092024-11-18T17:33:43.863Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22102024-11-18T17:33:50.353Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22112024-11-18T17:33:51.929Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22122024-11-18T17:33:53.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.68s
22132024-11-18T17:33:53.375Z
22142024-11-18T17:33:53.375Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/172)
22152024-11-18T17:33:53.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162024-11-18T17:33:53.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172024-11-18T17:33:54.025Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22182024-11-18T17:33:55.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
22192024-11-18T17:33:55.643Z
22202024-11-18T17:33:55.643Zinfo: running `cargo check --bins` on nexus-config (31/172)
22212024-11-18T17:33:56.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222024-11-18T17:33:56.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232024-11-18T17:33:56.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242024-11-18T17:33:56.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22252024-11-18T17:33:56.258Z
22262024-11-18T17:33:56.258Zinfo: running `cargo check --bins` on omicron-rpaths (32/172)
22272024-11-18T17:33:56.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282024-11-18T17:33:56.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292024-11-18T17:33:56.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302024-11-18T17:33:56.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22312024-11-18T17:33:56.865Z
22322024-11-18T17:33:56.865Zinfo: running `cargo check --bins` on omicron-certificates (33/172)
22332024-11-18T17:33:57.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342024-11-18T17:33:57.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352024-11-18T17:33:57.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362024-11-18T17:33:57.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22372024-11-18T17:33:57.490Z
22382024-11-18T17:33:57.490Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/172)
22392024-11-18T17:33:58.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402024-11-18T17:33:58.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412024-11-18T17:33:58.163Z Compiling progenitor-client v0.8.0
22422024-11-18T17:33:58.163Z Compiling heapless v0.8.0
22432024-11-18T17:33:58.166Z Compiling newtype-uuid v1.1.3
22442024-11-18T17:33:58.166Z Compiling ipnetwork v0.20.0
22452024-11-18T17:33:58.166Z Checking hash32 v0.3.1
22462024-11-18T17:33:58.166Z Compiling instant v0.1.13
22472024-11-18T17:33:58.166Z Compiling smoltcp v0.11.0
22482024-11-18T17:33:58.166Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22492024-11-18T17:33:58.392Z Compiling backoff v0.4.0
22502024-11-18T17:33:58.452Z Compiling dropshot v0.13.0
22512024-11-18T17:33:58.468Z Compiling parse-display v0.10.0
22522024-11-18T17:33:58.626Z Compiling progenitor v0.8.0
22532024-11-18T17:33:58.704Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22542024-11-18T17:33:58.734Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552024-11-18T17:33:58.865Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22562024-11-18T17:33:59.009Z Compiling serde_with v3.11.0
22572024-11-18T17:33:59.075Z Checking num-rational v0.4.2
22582024-11-18T17:33:59.118Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22592024-11-18T17:33:59.272Z Compiling regress v0.9.1
22602024-11-18T17:33:59.456Z Compiling phf_generator v0.11.2
22612024-11-18T17:33:59.620Z Checking num-complex v0.4.6
22622024-11-18T17:34:00.124Z Compiling macaddr v1.0.1
22632024-11-18T17:34:00.536Z Checking cobs v0.2.3
22642024-11-18T17:34:00.553Z Checking num v0.4.3
22652024-11-18T17:34:00.706Z Checking postcard v1.0.10
22662024-11-18T17:34:00.936Z Compiling phf_codegen v0.11.2
22672024-11-18T17:34:01.025Z Compiling parse-zoneinfo v0.3.1
22682024-11-18T17:34:01.152Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22692024-11-18T17:34:01.274Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22702024-11-18T17:34:01.427Z Compiling float-ord v0.3.2
22712024-11-18T17:34:01.443Z Compiling convert_case v0.4.0
22722024-11-18T17:34:01.741Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22732024-11-18T17:34:02.443Z Compiling derive_more v0.99.18
22742024-11-18T17:34:03.053Z Compiling chrono-tz-build v0.4.0
22752024-11-18T17:34:03.138Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22762024-11-18T17:34:03.692Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22772024-11-18T17:34:04.034Z Compiling crucible-workspace-hack v0.1.0
22782024-11-18T17:34:04.293Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22792024-11-18T17:34:04.405Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22802024-11-18T17:34:04.514Z Compiling chrono-tz v0.10.0
22812024-11-18T17:34:04.737Z Checking newline-converter v0.3.0
22822024-11-18T17:34:04.887Z Checking prettyplease v0.2.25
22832024-11-18T17:34:05.081Z Compiling slog-dtrace v0.3.0
22842024-11-18T17:34:05.149Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22852024-11-18T17:34:05.380Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22862024-11-18T17:34:06.001Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22872024-11-18T17:34:06.461Z Checking expectorate v1.1.0
22882024-11-18T17:34:06.626Z Compiling zone_cfg_derive v0.3.0
22892024-11-18T17:34:06.977Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22902024-11-18T17:34:07.069Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22912024-11-18T17:34:07.146Z Checking itertools v0.13.0
22922024-11-18T17:34:07.309Z Compiling const_format_proc_macros v0.2.33
22932024-11-18T17:34:07.404Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22942024-11-18T17:34:08.062Z Compiling num-derive v0.4.2
22952024-11-18T17:34:08.207Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22962024-11-18T17:34:08.232Z Checking highway v1.2.0
22972024-11-18T17:34:08.516Z Checking zone v0.3.0
22982024-11-18T17:34:08.578Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
22992024-11-18T17:34:08.657Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23002024-11-18T17:34:08.862Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
23012024-11-18T17:34:09.479Z Checking const_format v0.2.33
23022024-11-18T17:34:09.722Z Checking gethostname v0.5.0
23032024-11-18T17:34:09.853Z Checking bcs v0.1.6
23042024-11-18T17:34:09.870Z Compiling async-recursion v1.1.1
23052024-11-18T17:34:10.409Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23062024-11-18T17:34:10.449Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23072024-11-18T17:34:10.471Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23082024-11-18T17:34:12.132Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23092024-11-18T17:34:19.291Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23102024-11-18T17:34:22.585Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23112024-11-18T17:34:26.172Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23122024-11-18T17:34:27.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.79s
23132024-11-18T17:34:27.480Z
23142024-11-18T17:34:27.480Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/172)
23152024-11-18T17:34:28.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162024-11-18T17:34:28.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172024-11-18T17:34:28.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182024-11-18T17:34:28.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23192024-11-18T17:34:28.103Z
23202024-11-18T17:34:28.103Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/172)
23212024-11-18T17:34:28.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222024-11-18T17:34:28.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232024-11-18T17:34:28.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242024-11-18T17:34:28.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23252024-11-18T17:34:28.725Z
23262024-11-18T17:34:28.725Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/172)
23272024-11-18T17:34:29.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282024-11-18T17:34:29.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292024-11-18T17:34:29.366Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23302024-11-18T17:34:30.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
23312024-11-18T17:34:30.178Z
23322024-11-18T17:34:30.178Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/172)
23332024-11-18T17:34:30.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23342024-11-18T17:34:30.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23352024-11-18T17:34:30.828Z Compiling cfg_aliases v0.1.1
23362024-11-18T17:34:30.831Z Compiling vte_generate_state_changes v0.1.2
23372024-11-18T17:34:30.831Z Checking fd-lock v4.0.2
23382024-11-18T17:34:30.940Z Checking nibble_vec v0.1.0
23392024-11-18T17:34:30.951Z Checking endian-type v0.1.2
23402024-11-18T17:34:30.954Z Checking bytecount v0.6.8
23412024-11-18T17:34:30.976Z Compiling tabled_derive v0.7.0
23422024-11-18T17:34:30.989Z Compiling peg-macros v0.8.4
23432024-11-18T17:34:31.015Z Compiling nix v0.28.0
23442024-11-18T17:34:31.082Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23452024-11-18T17:34:31.098Z Checking papergrid v0.11.0
23462024-11-18T17:34:31.119Z Compiling sqlparser_derive v0.2.2
23472024-11-18T17:34:31.166Z Checking radix_trie v0.2.1
23482024-11-18T17:34:31.544Z Checking vte v0.11.1
23492024-11-18T17:34:31.566Z Checking home v0.5.9
23502024-11-18T17:34:31.694Z Checking unicode_categories v0.1.1
23512024-11-18T17:34:31.993Z Checking nu-ansi-term v0.50.1
23522024-11-18T17:34:32.216Z Checking sqlparser v0.45.0
23532024-11-18T17:34:32.236Z Checking sqlformat v0.2.6
23542024-11-18T17:34:32.398Z Checking display-error-chain v0.2.2
23552024-11-18T17:34:32.884Z Checking strip-ansi-escapes v0.2.0
23562024-11-18T17:34:33.027Z Checking reedline v0.35.0
23572024-11-18T17:34:33.385Z Checking tabled v0.15.0
23582024-11-18T17:34:33.877Z Checking peg v0.8.4
23592024-11-18T17:34:34.270Z Checking rustyline v14.0.0
23602024-11-18T17:34:43.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
23612024-11-18T17:34:44.162Z
23622024-11-18T17:34:44.162Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/172)
23632024-11-18T17:34:44.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642024-11-18T17:34:44.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652024-11-18T17:34:44.822Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23662024-11-18T17:34:51.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s
23672024-11-18T17:34:51.197Z
23682024-11-18T17:34:51.197Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/172)
23692024-11-18T17:34:51.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702024-11-18T17:34:51.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712024-11-18T17:34:51.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23722024-11-18T17:34:56.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
23732024-11-18T17:34:56.770Z
23742024-11-18T17:34:56.771Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/172)
23752024-11-18T17:34:57.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762024-11-18T17:34:57.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772024-11-18T17:34:57.428Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23782024-11-18T17:35:03.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.52s
23792024-11-18T17:35:03.473Z
23802024-11-18T17:35:03.473Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/172)
23812024-11-18T17:35:04.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822024-11-18T17:35:04.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832024-11-18T17:35:04.133Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23842024-11-18T17:35:10.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
23852024-11-18T17:35:10.208Z
23862024-11-18T17:35:10.208Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/172)
23872024-11-18T17:35:10.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882024-11-18T17:35:10.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892024-11-18T17:35:10.864Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23902024-11-18T17:35:15.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
23912024-11-18T17:35:15.903Z
23922024-11-18T17:35:15.905Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/172)
23932024-11-18T17:35:16.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23942024-11-18T17:35:16.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23952024-11-18T17:35:16.553Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23962024-11-18T17:35:21.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
23972024-11-18T17:35:21.657Z
23982024-11-18T17:35:21.657Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/172)
23992024-11-18T17:35:22.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24002024-11-18T17:35:22.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24012024-11-18T17:35:22.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24022024-11-18T17:35:28.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s
24032024-11-18T17:35:28.605Z
24042024-11-18T17:35:28.605Zinfo: running `cargo check --bins` on oximeter (46/172)
24052024-11-18T17:35:29.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24062024-11-18T17:35:29.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24072024-11-18T17:35:29.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24082024-11-18T17:35:29.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24092024-11-18T17:35:29.213Z
24102024-11-18T17:35:29.213Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/172)
24112024-11-18T17:35:29.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24122024-11-18T17:35:29.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24132024-11-18T17:35:29.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24142024-11-18T17:35:29.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24152024-11-18T17:35:29.811Z
24162024-11-18T17:35:29.811Zinfo: running `cargo check --bins` on oximeter-schema (48/172)
24172024-11-18T17:35:30.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182024-11-18T17:35:30.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192024-11-18T17:35:30.581Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24202024-11-18T17:35:30.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
24212024-11-18T17:35:31.035Z
24222024-11-18T17:35:31.035Zinfo: running `cargo check --bins` on oximeter-types (49/172)
24232024-11-18T17:35:31.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242024-11-18T17:35:31.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252024-11-18T17:35:31.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262024-11-18T17:35:31.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24272024-11-18T17:35:31.654Z
24282024-11-18T17:35:31.654Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/172)
24292024-11-18T17:35:32.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302024-11-18T17:35:32.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312024-11-18T17:35:32.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322024-11-18T17:35:32.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24332024-11-18T17:35:32.275Z
24342024-11-18T17:35:32.275Zinfo: running `cargo check --bins` on oxql-types (51/172)
24352024-11-18T17:35:32.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362024-11-18T17:35:32.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372024-11-18T17:35:32.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382024-11-18T17:35:32.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24392024-11-18T17:35:32.886Z
24402024-11-18T17:35:32.887Zinfo: running `cargo check --bins` on oximeter-test-utils (52/172)
24412024-11-18T17:35:33.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422024-11-18T17:35:33.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432024-11-18T17:35:33.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442024-11-18T17:35:33.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24452024-11-18T17:35:33.533Z
24462024-11-18T17:35:33.533Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/172)
24472024-11-18T17:35:34.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482024-11-18T17:35:34.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492024-11-18T17:35:34.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24502024-11-18T17:35:34.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24512024-11-18T17:35:34.150Z
24522024-11-18T17:35:34.150Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/172)
24532024-11-18T17:35:34.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24542024-11-18T17:35:34.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24552024-11-18T17:35:34.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24562024-11-18T17:35:34.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24572024-11-18T17:35:34.782Z
24582024-11-18T17:35:34.782Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/172)
24592024-11-18T17:35:35.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24602024-11-18T17:35:35.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24612024-11-18T17:35:35.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24622024-11-18T17:35:35.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24632024-11-18T17:35:35.409Z
24642024-11-18T17:35:35.409Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/172)
24652024-11-18T17:35:35.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24662024-11-18T17:35:35.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24672024-11-18T17:35:35.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24682024-11-18T17:35:35.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24692024-11-18T17:35:36.029Z
24702024-11-18T17:35:36.029Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/172)
24712024-11-18T17:35:36.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24722024-11-18T17:35:36.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24732024-11-18T17:35:36.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24742024-11-18T17:35:36.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24752024-11-18T17:35:36.639Z
24762024-11-18T17:35:36.639Zinfo: running `cargo check --bins` on cockroach-admin-client (58/172)
24772024-11-18T17:35:37.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24782024-11-18T17:35:37.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24792024-11-18T17:35:37.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24802024-11-18T17:35:37.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24812024-11-18T17:35:37.238Z
24822024-11-18T17:35:37.238Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/172)
24832024-11-18T17:35:37.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24842024-11-18T17:35:37.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24852024-11-18T17:35:37.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24862024-11-18T17:35:37.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24872024-11-18T17:35:37.861Z
24882024-11-18T17:35:37.861Zinfo: running `cargo check --bins` on dns-service-client (60/172)
24892024-11-18T17:35:38.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24902024-11-18T17:35:38.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24912024-11-18T17:35:38.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24922024-11-18T17:35:38.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24932024-11-18T17:35:38.478Z
24942024-11-18T17:35:38.478Zinfo: running `cargo check --bins` on internal-dns-types (61/172)
24952024-11-18T17:35:39.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24962024-11-18T17:35:39.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24972024-11-18T17:35:39.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24982024-11-18T17:35:39.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24992024-11-18T17:35:39.084Z
25002024-11-18T17:35:39.084Zinfo: running `cargo check --bins` on dpd-client (62/172)
25012024-11-18T17:35:39.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25022024-11-18T17:35:39.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25032024-11-18T17:35:39.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25042024-11-18T17:35:39.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25052024-11-18T17:35:39.690Z
25062024-11-18T17:35:39.691Zinfo: running `cargo check --bins` on gateway-client (63/172)
25072024-11-18T17:35:40.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25082024-11-18T17:35:40.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25092024-11-18T17:35:40.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25102024-11-18T17:35:40.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25112024-11-18T17:35:40.291Z
25122024-11-18T17:35:40.291Zinfo: running `cargo check --bins` on installinator-client (64/172)
25132024-11-18T17:35:40.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25142024-11-18T17:35:40.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25152024-11-18T17:35:40.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25162024-11-18T17:35:40.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25172024-11-18T17:35:40.923Z
25182024-11-18T17:35:40.923Zinfo: running `cargo check --bins` on installinator-common (65/172)
25192024-11-18T17:35:41.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25202024-11-18T17:35:41.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25212024-11-18T17:35:41.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25222024-11-18T17:35:41.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25232024-11-18T17:35:41.547Z
25242024-11-18T17:35:41.547Zinfo: running `cargo check --bins` on update-engine (66/172)
25252024-11-18T17:35:42.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25262024-11-18T17:35:42.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25272024-11-18T17:35:42.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25282024-11-18T17:35:42.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25292024-11-18T17:35:42.153Z
25302024-11-18T17:35:42.153Zinfo: running `cargo check --bins` on nexus-client (67/172)
25312024-11-18T17:35:42.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25322024-11-18T17:35:42.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25332024-11-18T17:35:42.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25342024-11-18T17:35:42.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25352024-11-18T17:35:42.788Z
25362024-11-18T17:35:42.788Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/172)
25372024-11-18T17:35:43.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382024-11-18T17:35:43.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392024-11-18T17:35:43.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402024-11-18T17:35:43.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25412024-11-18T17:35:43.421Z
25422024-11-18T17:35:43.422Zinfo: running `cargo check --bins` on omicron-passwords (69/172)
25432024-11-18T17:35:43.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442024-11-18T17:35:43.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452024-11-18T17:35:43.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462024-11-18T17:35:43.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25472024-11-18T17:35:44.020Z
25482024-11-18T17:35:44.020Zinfo: running `cargo check --bins` on nexus-types (70/172)
25492024-11-18T17:35:44.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502024-11-18T17:35:44.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512024-11-18T17:35:44.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25522024-11-18T17:35:44.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25532024-11-18T17:35:44.661Z
25542024-11-18T17:35:44.661Zinfo: running `cargo check --bins` on oxide-client (71/172)
25552024-11-18T17:35:45.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562024-11-18T17:35:45.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572024-11-18T17:35:45.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25582024-11-18T17:35:45.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25592024-11-18T17:35:45.263Z
25602024-11-18T17:35:45.263Zinfo: running `cargo check --bins` on oximeter-client (72/172)
25612024-11-18T17:35:45.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25622024-11-18T17:35:45.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25632024-11-18T17:35:45.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25642024-11-18T17:35:45.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25652024-11-18T17:35:45.880Z
25662024-11-18T17:35:45.880Zinfo: running `cargo check --bins` on repo-depot-client (73/172)
25672024-11-18T17:35:46.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25682024-11-18T17:35:46.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25692024-11-18T17:35:46.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25702024-11-18T17:35:46.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25712024-11-18T17:35:46.484Z
25722024-11-18T17:35:46.484Zinfo: running `cargo check --bins` on sled-agent-client (74/172)
25732024-11-18T17:35:47.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25742024-11-18T17:35:47.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25752024-11-18T17:35:47.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25762024-11-18T17:35:47.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25772024-11-18T17:35:47.113Z
25782024-11-18T17:35:47.113Zinfo: running `cargo check --bins` on wicketd-client (75/172)
25792024-11-18T17:35:47.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25802024-11-18T17:35:47.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25812024-11-18T17:35:47.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25822024-11-18T17:35:47.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25832024-11-18T17:35:47.774Z
25842024-11-18T17:35:47.774Zinfo: running `cargo check --bins` on sled-agent-types (76/172)
25852024-11-18T17:35:48.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862024-11-18T17:35:48.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872024-11-18T17:35:48.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25882024-11-18T17:35:48.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25892024-11-18T17:35:48.421Z
25902024-11-18T17:35:48.421Zinfo: running `cargo check --bins` on wicket-common (77/172)
25912024-11-18T17:35:48.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922024-11-18T17:35:48.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932024-11-18T17:35:48.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25942024-11-18T17:35:48.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25952024-11-18T17:35:49.061Z
25962024-11-18T17:35:49.061Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/172)
25972024-11-18T17:35:49.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982024-11-18T17:35:49.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992024-11-18T17:35:49.710Z Checking csv-core v0.1.11
26002024-11-18T17:35:49.710Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26012024-11-18T17:35:49.712Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26022024-11-18T17:35:50.014Z Checking csv v1.3.0
26032024-11-18T17:35:50.025Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26042024-11-18T17:35:50.582Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26052024-11-18T17:35:50.914Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26062024-11-18T17:35:52.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
26072024-11-18T17:35:52.273Z
26082024-11-18T17:35:52.273Zinfo: running `cargo check --bins` on cockroach-admin-api (79/172)
26092024-11-18T17:35:52.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102024-11-18T17:35:52.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112024-11-18T17:35:52.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26122024-11-18T17:35:52.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26132024-11-18T17:35:52.890Z
26142024-11-18T17:35:52.890Zinfo: running `cargo check --bins` on cockroach-admin-types (80/172)
26152024-11-18T17:35:53.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162024-11-18T17:35:53.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172024-11-18T17:35:53.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26182024-11-18T17:35:53.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26192024-11-18T17:35:53.522Z
26202024-11-18T17:35:53.522Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/172)
26212024-11-18T17:35:54.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222024-11-18T17:35:54.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232024-11-18T17:35:54.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242024-11-18T17:35:54.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26252024-11-18T17:35:54.231Z
26262024-11-18T17:35:54.231Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/172)
26272024-11-18T17:35:54.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282024-11-18T17:35:54.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292024-11-18T17:35:54.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302024-11-18T17:35:54.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
26312024-11-18T17:35:54.942Z
26322024-11-18T17:35:54.942Zinfo: running `cargo check --bins` on dns-server (83/172)
26332024-11-18T17:35:55.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342024-11-18T17:35:55.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352024-11-18T17:35:55.590Z Compiling parking_lot_core v0.8.6
26362024-11-18T17:35:55.593Z Checking fxhash v0.2.1
26372024-11-18T17:35:55.593Z Checking hickory-server v0.24.1
26382024-11-18T17:35:55.593Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26392024-11-18T17:35:55.691Z Checking hickory-client v0.24.1
26402024-11-18T17:35:56.278Z Checking parking_lot v0.11.2
26412024-11-18T17:35:56.508Z Checking sled v0.34.7
26422024-11-18T17:35:57.422Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26432024-11-18T17:35:57.425Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26442024-11-18T17:35:58.314Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26452024-11-18T17:35:59.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
26462024-11-18T17:35:59.716Z
26472024-11-18T17:35:59.716Zinfo: running `cargo check --bins` on dns-server-api (84/172)
26482024-11-18T17:36:00.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-11-18T17:36:00.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-11-18T17:36:00.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-11-18T17:36:00.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26522024-11-18T17:36:00.337Z
26532024-11-18T17:36:00.337Zinfo: running `cargo check --bins` on gateway-test-utils (85/172)
26542024-11-18T17:36:00.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-11-18T17:36:00.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-11-18T17:36:00.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572024-11-18T17:36:01.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26582024-11-18T17:36:01.936Z
26592024-11-18T17:36:01.936Zinfo: running `cargo check --bins` on gateway-types (86/172)
26602024-11-18T17:36:01.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612024-11-18T17:36:01.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622024-11-18T17:36:01.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632024-11-18T17:36:01.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26642024-11-18T17:36:01.938Z
26652024-11-18T17:36:01.938Zinfo: running `cargo check --bins` on ipcc (87/172)
26662024-11-18T17:36:02.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672024-11-18T17:36:02.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682024-11-18T17:36:02.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692024-11-18T17:36:02.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26702024-11-18T17:36:02.246Z
26712024-11-18T17:36:02.246Zinfo: running `cargo check --bins` on omicron-gateway (88/172)
26722024-11-18T17:36:02.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732024-11-18T17:36:02.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742024-11-18T17:36:02.945Z Compiling semver v0.1.20
26752024-11-18T17:36:02.945Z Compiling radium v0.7.0
26762024-11-18T17:36:03.062Z Checking tap v1.0.1
26772024-11-18T17:36:03.065Z Compiling maybe-uninit v2.0.0
26782024-11-18T17:36:03.083Z Checking password-hash v0.5.0
26792024-11-18T17:36:03.086Z Checking blake2 v0.10.6
26802024-11-18T17:36:03.086Z Compiling packed_struct v0.10.1
26812024-11-18T17:36:03.086Z Checking funty v2.0.0
26822024-11-18T17:36:03.190Z Checking wyz v0.5.1
26832024-11-18T17:36:03.496Z Compiling rustc_version v0.1.7
26842024-11-18T17:36:03.517Z Compiling cancel-safe-futures v0.1.5
26852024-11-18T17:36:03.575Z Checking crc-catalog v2.4.0
26862024-11-18T17:36:03.577Z Compiling owo-colors v4.1.0
26872024-11-18T17:36:03.657Z Checking argon2 v0.5.3
26882024-11-18T17:36:03.753Z Compiling packed_struct_codegen v0.10.1
26892024-11-18T17:36:03.769Z Checking crc v3.2.1
26902024-11-18T17:36:03.870Z Compiling indexmap v1.9.3
26912024-11-18T17:36:03.888Z Checking half v2.4.1
26922024-11-18T17:36:03.933Z Checking ciborium-io v0.2.2
26932024-11-18T17:36:03.967Z Compiling newtype_derive v0.1.6
26942024-11-18T17:36:04.036Z Checking bitvec v1.0.1
26952024-11-18T17:36:04.052Z Checking nodrop v0.1.14
26962024-11-18T17:36:04.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26972024-11-18T17:36:04.176Z Checking array-init v0.0.4
26982024-11-18T17:36:04.288Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26992024-11-18T17:36:04.350Z Checking ciborium-ll v0.2.2
27002024-11-18T17:36:04.450Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27012024-11-18T17:36:04.580Z Checking smallvec v0.6.14
27022024-11-18T17:36:04.672Z Checking libsw v3.3.1
27032024-11-18T17:36:04.858Z Compiling memoffset v0.9.1
27042024-11-18T17:36:04.956Z Checking hashbrown v0.12.3
27052024-11-18T17:36:04.971Z Checking swrite v0.1.0
27062024-11-18T17:36:05.081Z Checking bitfield v0.14.0
27072024-11-18T17:36:05.152Z Checking indent_write v2.2.0
27082024-11-18T17:36:05.179Z Checking termcolor v1.4.1
27092024-11-18T17:36:05.226Z Checking linear-map v1.2.0
27102024-11-18T17:36:05.346Z Checking serde-hex v0.1.0
27112024-11-18T17:36:05.367Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27122024-11-18T17:36:05.625Z Checking env_logger v0.10.2
27132024-11-18T17:36:05.818Z Checking ron v0.8.1
27142024-11-18T17:36:06.027Z Checking ciborium v0.2.2
27152024-11-18T17:36:06.154Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162024-11-18T17:36:06.674Z Checking steno v0.4.1
27172024-11-18T17:36:06.844Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27182024-11-18T17:36:06.884Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27192024-11-18T17:36:06.998Z Checking hashbrown v0.13.2
27202024-11-18T17:36:07.026Z Checking humantime v2.1.0
27212024-11-18T17:36:07.089Z Checking crc-any v2.5.0
27222024-11-18T17:36:07.331Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27232024-11-18T17:36:07.467Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27242024-11-18T17:36:07.693Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27252024-11-18T17:36:07.991Z Checking path-slash v0.1.5
27262024-11-18T17:36:08.078Z Checking object v0.30.4
27272024-11-18T17:36:08.109Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27282024-11-18T17:36:08.204Z Checking nix v0.27.1
27292024-11-18T17:36:08.933Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27302024-11-18T17:36:09.246Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27312024-11-18T17:36:09.271Z Checking tungstenite v0.23.0
27322024-11-18T17:36:09.503Z Checking kstat-rs v0.2.4
27332024-11-18T17:36:09.519Z Checking signal-hook-tokio v0.3.1
27342024-11-18T17:36:09.859Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27352024-11-18T17:36:10.110Z Checking tokio-tungstenite v0.23.1
27362024-11-18T17:36:10.637Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27372024-11-18T17:36:10.903Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27382024-11-18T17:36:11.205Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27392024-11-18T17:36:17.746Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27402024-11-18T17:36:19.092Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27412024-11-18T17:36:22.062Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27422024-11-18T17:36:27.882Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27432024-11-18T17:36:28.581Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27442024-11-18T17:36:31.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.17s
27452024-11-18T17:36:31.624Z
27462024-11-18T17:36:31.624Zinfo: running `cargo check --bins` on gateway-api (89/172)
27472024-11-18T17:36:32.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482024-11-18T17:36:32.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492024-11-18T17:36:32.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502024-11-18T17:36:32.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27512024-11-18T17:36:32.246Z
27522024-11-18T17:36:32.247Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/172)
27532024-11-18T17:36:32.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542024-11-18T17:36:32.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552024-11-18T17:36:32.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562024-11-18T17:36:32.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27572024-11-18T17:36:32.847Z
27582024-11-18T17:36:32.847Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/172)
27592024-11-18T17:36:33.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602024-11-18T17:36:33.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612024-11-18T17:36:33.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622024-11-18T17:36:33.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27632024-11-18T17:36:33.477Z
27642024-11-18T17:36:33.477Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/172)
27652024-11-18T17:36:34.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662024-11-18T17:36:34.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672024-11-18T17:36:34.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682024-11-18T17:36:34.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27692024-11-18T17:36:34.104Z
27702024-11-18T17:36:34.104Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/172)
27712024-11-18T17:36:34.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722024-11-18T17:36:34.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732024-11-18T17:36:34.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742024-11-18T17:36:34.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27752024-11-18T17:36:34.732Z
27762024-11-18T17:36:34.732Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/172)
27772024-11-18T17:36:35.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782024-11-18T17:36:35.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792024-11-18T17:36:35.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802024-11-18T17:36:35.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27812024-11-18T17:36:35.354Z
27822024-11-18T17:36:35.354Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/172)
27832024-11-18T17:36:35.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842024-11-18T17:36:35.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852024-11-18T17:36:35.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862024-11-18T17:36:35.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27872024-11-18T17:36:35.982Z
27882024-11-18T17:36:35.982Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/172)
27892024-11-18T17:36:36.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902024-11-18T17:36:36.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912024-11-18T17:36:36.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922024-11-18T17:36:36.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27932024-11-18T17:36:36.604Z
27942024-11-18T17:36:36.604Zinfo: running `cargo check --bins` on oximeter-producer (97/172)
27952024-11-18T17:36:37.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962024-11-18T17:36:37.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972024-11-18T17:36:37.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982024-11-18T17:36:37.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27992024-11-18T17:36:37.258Z
28002024-11-18T17:36:37.258Zinfo: running `cargo check --bins` on internal-dns-resolver (98/172)
28012024-11-18T17:36:37.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022024-11-18T17:36:37.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032024-11-18T17:36:37.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042024-11-18T17:36:37.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28052024-11-18T17:36:37.880Z
28062024-11-18T17:36:37.880Zinfo: running `cargo check --bins` on sp-sim (99/172)
28072024-11-18T17:36:38.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082024-11-18T17:36:38.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092024-11-18T17:36:38.523Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28102024-11-18T17:36:40.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28112024-11-18T17:36:40.553Z
28122024-11-18T17:36:40.553Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/172)
28132024-11-18T17:36:41.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142024-11-18T17:36:41.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152024-11-18T17:36:41.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162024-11-18T17:36:41.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28172024-11-18T17:36:41.214Z
28182024-11-18T17:36:41.214Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/172)
28192024-11-18T17:36:41.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202024-11-18T17:36:41.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212024-11-18T17:36:41.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222024-11-18T17:36:41.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28232024-11-18T17:36:41.884Z
28242024-11-18T17:36:41.884Zinfo: running `cargo check --bins` on db-macros (102/172)
28252024-11-18T17:36:42.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262024-11-18T17:36:42.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272024-11-18T17:36:42.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282024-11-18T17:36:42.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28292024-11-18T17:36:42.492Z
28302024-11-18T17:36:42.492Zinfo: running `cargo check --bins` on nexus-macros-common (103/172)
28312024-11-18T17:36:43.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322024-11-18T17:36:43.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332024-11-18T17:36:43.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342024-11-18T17:36:43.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28352024-11-18T17:36:43.105Z
28362024-11-18T17:36:43.105Zinfo: running `cargo check --bins` on nexus-auth (104/172)
28372024-11-18T17:36:43.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382024-11-18T17:36:43.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392024-11-18T17:36:43.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402024-11-18T17:36:43.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28412024-11-18T17:36:43.784Z
28422024-11-18T17:36:43.784Zinfo: running `cargo check --bins` on authz-macros (105/172)
28432024-11-18T17:36:44.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442024-11-18T17:36:44.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452024-11-18T17:36:44.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462024-11-18T17:36:44.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28472024-11-18T17:36:44.398Z
28482024-11-18T17:36:44.398Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/172)
28492024-11-18T17:36:44.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502024-11-18T17:36:44.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512024-11-18T17:36:44.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522024-11-18T17:36:44.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28532024-11-18T17:36:45.067Z
28542024-11-18T17:36:45.067Zinfo: running `cargo check --bins` on nexus-db-model (107/172)
28552024-11-18T17:36:45.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562024-11-18T17:36:45.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572024-11-18T17:36:45.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582024-11-18T17:36:45.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28592024-11-18T17:36:45.722Z
28602024-11-18T17:36:45.722Zinfo: running `cargo check --bins` on nexus-defaults (108/172)
28612024-11-18T17:36:46.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622024-11-18T17:36:46.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632024-11-18T17:36:46.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642024-11-18T17:36:46.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28652024-11-18T17:36:46.341Z
28662024-11-18T17:36:46.341Zinfo: running `cargo check --bins` on nexus-inventory (109/172)
28672024-11-18T17:36:46.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682024-11-18T17:36:46.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692024-11-18T17:36:46.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702024-11-18T17:36:46.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28712024-11-18T17:36:46.993Z
28722024-11-18T17:36:46.993Zinfo: running `cargo check --bins` on typed-rng (110/172)
28732024-11-18T17:36:47.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742024-11-18T17:36:47.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752024-11-18T17:36:47.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762024-11-18T17:36:47.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28772024-11-18T17:36:47.599Z
28782024-11-18T17:36:47.599Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/172)
28792024-11-18T17:36:48.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802024-11-18T17:36:48.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812024-11-18T17:36:48.336Z Checking keccak v0.1.5
28822024-11-18T17:36:48.445Z Checking secrecy v0.8.0
28832024-11-18T17:36:48.447Z Compiling unicase v2.7.0
28842024-11-18T17:36:48.447Z Compiling same-file v1.0.6
28852024-11-18T17:36:48.463Z Compiling tempfile v3.13.0
28862024-11-18T17:36:48.486Z Compiling thiserror-impl-no-std v2.0.2
28872024-11-18T17:36:48.489Z Checking universal-hash v0.5.1
28882024-11-18T17:36:48.489Z Compiling blake3 v1.5.4
28892024-11-18T17:36:48.632Z Compiling walkdir v2.5.0
28902024-11-18T17:36:48.687Z Compiling ring v0.16.20
28912024-11-18T17:36:48.720Z Checking sha3 v0.10.8
28922024-11-18T17:36:48.723Z Checking opaque-debug v0.3.1
28932024-11-18T17:36:48.859Z Checking poly1305 v0.8.0
28942024-11-18T17:36:48.880Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28952024-11-18T17:36:49.139Z Checking chacha20 v0.9.1
28962024-11-18T17:36:49.159Z Checking aead v0.5.2
28972024-11-18T17:36:49.335Z Compiling memmap2 v0.9.5
28982024-11-18T17:36:49.370Z Compiling arrayvec v0.7.6
28992024-11-18T17:36:49.383Z Compiling libefi-sys v0.1.0
29002024-11-18T17:36:49.410Z Compiling salty v0.3.0
29012024-11-18T17:36:49.458Z Compiling spin v0.5.2
29022024-11-18T17:36:49.637Z Compiling constant_time_eq v0.3.1
29032024-11-18T17:36:49.682Z Compiling arrayref v0.3.9
29042024-11-18T17:36:49.770Z Checking chacha20poly1305 v0.10.1
29052024-11-18T17:36:49.813Z Compiling toolchain_find v0.4.0
29062024-11-18T17:36:49.868Z Compiling camino-tempfile v1.1.1
29072024-11-18T17:36:49.883Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29082024-11-18T17:36:49.970Z Compiling bitfield-struct v0.6.2
29092024-11-18T17:36:50.224Z Compiling topological-sort v0.2.2
29102024-11-18T17:36:50.305Z Compiling mime_guess v2.0.5
29112024-11-18T17:36:50.377Z Compiling rustfmt-wrapper v0.2.1
29122024-11-18T17:36:50.893Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29132024-11-18T17:36:50.962Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29142024-11-18T17:36:50.979Z Checking primeorder v0.13.6
29152024-11-18T17:36:51.032Z Checking env_filter v0.1.2
29162024-11-18T17:36:51.244Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29172024-11-18T17:36:51.355Z Checking env_logger v0.11.5
29182024-11-18T17:36:51.429Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29192024-11-18T17:36:51.445Z Checking p384 v0.13.0
29202024-11-18T17:36:51.489Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29212024-11-18T17:36:51.617Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29222024-11-18T17:36:51.653Z Checking thiserror-no-std v2.0.2
29232024-11-18T17:36:51.754Z Checking vsss-rs v3.3.4
29242024-11-18T17:36:51.839Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29252024-11-18T17:36:51.945Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29262024-11-18T17:36:51.966Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29272024-11-18T17:36:52.238Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29282024-11-18T17:36:52.260Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29292024-11-18T17:36:52.415Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29302024-11-18T17:36:52.493Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29312024-11-18T17:36:52.771Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29322024-11-18T17:36:52.780Z Checking nanorand v0.7.0
29332024-11-18T17:36:52.808Z Checking atty v0.2.14
29342024-11-18T17:36:52.868Z Checking glob v0.3.1
29352024-11-18T17:36:52.946Z Checking http-range v0.1.5
29362024-11-18T17:36:53.112Z Checking hyper-staticfile v0.10.1
29372024-11-18T17:36:53.141Z Checking flume v0.11.1
29382024-11-18T17:36:53.180Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29392024-11-18T17:36:53.616Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
29402024-11-18T17:36:53.852Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29412024-11-18T17:36:53.928Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29422024-11-18T17:36:54.306Z Compiling omicron-zone-package v0.11.1
29432024-11-18T17:36:54.680Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29442024-11-18T17:36:55.352Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29452024-11-18T17:36:55.827Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29462024-11-18T17:36:55.960Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29472024-11-18T17:36:56.029Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29482024-11-18T17:36:56.340Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29492024-11-18T17:36:57.778Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29502024-11-18T17:36:58.335Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29512024-11-18T17:37:00.578Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29522024-11-18T17:37:00.578Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29532024-11-18T17:37:10.443Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29542024-11-18T17:37:23.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.95s
29552024-11-18T17:37:23.755Z
29562024-11-18T17:37:23.755Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/172)
29572024-11-18T17:37:24.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582024-11-18T17:37:24.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592024-11-18T17:37:24.468Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29602024-11-18T17:37:37.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
29612024-11-18T17:37:38.052Z
29622024-11-18T17:37:38.052Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/172)
29632024-11-18T17:37:38.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642024-11-18T17:37:38.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652024-11-18T17:37:38.781Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29662024-11-18T17:37:52.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
29672024-11-18T17:37:52.278Z
29682024-11-18T17:37:52.278Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/172)
29692024-11-18T17:37:52.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702024-11-18T17:37:52.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712024-11-18T17:37:53.002Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29722024-11-18T17:38:06.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s
29732024-11-18T17:38:06.580Z
29742024-11-18T17:38:06.580Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/172)
29752024-11-18T17:38:07.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762024-11-18T17:38:07.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772024-11-18T17:38:07.291Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29782024-11-18T17:38:20.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
29792024-11-18T17:38:20.758Z
29802024-11-18T17:38:20.758Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/172)
29812024-11-18T17:38:21.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822024-11-18T17:38:21.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832024-11-18T17:38:21.472Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29842024-11-18T17:38:34.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s
29852024-11-18T17:38:34.955Z
29862024-11-18T17:38:34.955Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/172)
29872024-11-18T17:38:35.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882024-11-18T17:38:35.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892024-11-18T17:38:35.686Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29902024-11-18T17:38:49.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s
29912024-11-18T17:38:49.289Z
29922024-11-18T17:38:49.289Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/172)
29932024-11-18T17:38:49.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942024-11-18T17:38:49.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952024-11-18T17:38:50.017Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29962024-11-18T17:39:03.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s
29972024-11-18T17:39:03.598Z
29982024-11-18T17:39:03.598Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/172)
29992024-11-18T17:39:04.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002024-11-18T17:39:04.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012024-11-18T17:39:04.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022024-11-18T17:39:04.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30032024-11-18T17:39:04.264Z
30042024-11-18T17:39:04.264Zinfo: running `cargo check --bins` on key-manager (120/172)
30052024-11-18T17:39:04.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062024-11-18T17:39:04.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072024-11-18T17:39:04.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082024-11-18T17:39:04.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30092024-11-18T17:39:04.892Z
30102024-11-18T17:39:04.892Zinfo: running `cargo check --bins` on repo-depot-api (121/172)
30112024-11-18T17:39:05.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-11-18T17:39:05.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-11-18T17:39:05.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142024-11-18T17:39:05.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30152024-11-18T17:39:05.523Z
30162024-11-18T17:39:05.523Zinfo: running `cargo check --bins` on sled-agent-api (122/172)
30172024-11-18T17:39:06.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182024-11-18T17:39:06.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192024-11-18T17:39:06.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202024-11-18T17:39:06.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30212024-11-18T17:39:06.174Z
30222024-11-18T17:39:06.174Zinfo: running `cargo check --bins` on sled-hardware (123/172)
30232024-11-18T17:39:06.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242024-11-18T17:39:06.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252024-11-18T17:39:06.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262024-11-18T17:39:06.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30272024-11-18T17:39:06.812Z
30282024-11-18T17:39:06.812Zinfo: running `cargo check --bins --no-default-features` on sled-storage (124/172)
30292024-11-18T17:39:07.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302024-11-18T17:39:07.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312024-11-18T17:39:07.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322024-11-18T17:39:07.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30332024-11-18T17:39:07.451Z
30342024-11-18T17:39:07.451Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/172)
30352024-11-18T17:39:08.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362024-11-18T17:39:08.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372024-11-18T17:39:08.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382024-11-18T17:39:08.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30392024-11-18T17:39:08.087Z
30402024-11-18T17:39:08.087Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (126/172)
30412024-11-18T17:39:08.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422024-11-18T17:39:08.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432024-11-18T17:39:08.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442024-11-18T17:39:08.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30452024-11-18T17:39:08.732Z
30462024-11-18T17:39:08.732Zinfo: running `cargo check --bins` on nexus-test-interface (127/172)
30472024-11-18T17:39:09.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482024-11-18T17:39:09.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492024-11-18T17:39:09.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502024-11-18T17:39:09.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30512024-11-18T17:39:09.367Z
30522024-11-18T17:39:09.367Zinfo: running `cargo check --bins` on oximeter-collector (128/172)
30532024-11-18T17:39:09.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542024-11-18T17:39:09.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552024-11-18T17:39:10.039Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30562024-11-18T17:39:10.039Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30572024-11-18T17:39:10.778Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30582024-11-18T17:39:12.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
30592024-11-18T17:39:12.845Z
30602024-11-18T17:39:12.845Zinfo: running `cargo check --bins` on oximeter-api (129/172)
30612024-11-18T17:39:13.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622024-11-18T17:39:13.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632024-11-18T17:39:13.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642024-11-18T17:39:13.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30652024-11-18T17:39:13.467Z
30662024-11-18T17:39:13.467Zinfo: running `cargo check --bins` on cert-dev (130/172)
30672024-11-18T17:39:13.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682024-11-18T17:39:13.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692024-11-18T17:39:14.070Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30702024-11-18T17:39:14.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30712024-11-18T17:39:14.500Z
30722024-11-18T17:39:14.500Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (131/172)
30732024-11-18T17:39:15.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742024-11-18T17:39:15.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752024-11-18T17:39:15.163Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30762024-11-18T17:39:15.163Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
30772024-11-18T17:39:15.745Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30782024-11-18T17:39:16.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
30792024-11-18T17:39:16.294Z
30802024-11-18T17:39:16.294Zinfo: running `cargo check --bins` on ch-dev (132/172)
30812024-11-18T17:39:16.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-11-18T17:39:16.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-11-18T17:39:16.946Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30842024-11-18T17:39:17.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
30852024-11-18T17:39:17.829Z
30862024-11-18T17:39:17.829Zinfo: running `cargo check --bins` on crdb-seed (133/172)
30872024-11-18T17:39:18.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-11-18T17:39:18.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-11-18T17:39:18.485Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30902024-11-18T17:39:18.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
30912024-11-18T17:39:19.018Z
30922024-11-18T17:39:19.018Zinfo: running `cargo check --bins` on db-dev (134/172)
30932024-11-18T17:39:19.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-11-18T17:39:19.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-11-18T17:39:19.670Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30962024-11-18T17:39:20.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
30972024-11-18T17:39:20.566Z
30982024-11-18T17:39:20.566Zinfo: running `cargo check --bins` on omicron-dev-lib (135/172)
30992024-11-18T17:39:21.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-11-18T17:39:21.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-11-18T17:39:21.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022024-11-18T17:39:21.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31032024-11-18T17:39:21.193Z
31042024-11-18T17:39:21.193Zinfo: running `cargo check --bins` on xtask-downloader (136/172)
31052024-11-18T17:39:21.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-11-18T17:39:21.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-11-18T17:39:21.798Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31082024-11-18T17:39:22.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
31092024-11-18T17:39:22.848Z
31102024-11-18T17:39:22.848Zinfo: running `cargo check --bins` on omicron-ls-apis (137/172)
31112024-11-18T17:39:23.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122024-11-18T17:39:23.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132024-11-18T17:39:23.458Z Checking cargo-platform v0.1.8
31142024-11-18T17:39:23.718Z Checking cargo_metadata v0.18.1
31152024-11-18T17:39:24.699Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31162024-11-18T17:39:25.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
31172024-11-18T17:39:25.590Z
31182024-11-18T17:39:25.591Zinfo: running `cargo check --bins` on mgs-dev (138/172)
31192024-11-18T17:39:26.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202024-11-18T17:39:26.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212024-11-18T17:39:26.300Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31222024-11-18T17:39:27.004Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31232024-11-18T17:39:27.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
31242024-11-18T17:39:27.741Z
31252024-11-18T17:39:27.741Zinfo: running `cargo check --bins` on omicron-omdb (139/172)
31262024-11-18T17:39:28.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272024-11-18T17:39:28.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282024-11-18T17:39:28.524Z Compiling crunchy v0.2.2
31292024-11-18T17:39:28.524Z Compiling tiny-keccak v2.0.2
31302024-11-18T17:39:28.529Z Compiling dsl_auto_type v0.1.2
31312024-11-18T17:39:28.529Z Checking scheduled-thread-pool v0.2.7
31322024-11-18T17:39:28.529Z Compiling diesel_table_macro_syntax v0.2.0
31332024-11-18T17:39:28.529Z Compiling ascii-canvas v3.0.0
31342024-11-18T17:39:28.529Z Compiling ena v0.14.3
31352024-11-18T17:39:28.530Z Compiling diff v0.1.13
31362024-11-18T17:39:28.940Z Compiling regex-syntax v0.6.29
31372024-11-18T17:39:29.071Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31382024-11-18T17:39:29.119Z Compiling ref-cast v1.0.23
31392024-11-18T17:39:29.138Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31402024-11-18T17:39:29.307Z Compiling derive_builder_core v0.20.2
31412024-11-18T17:39:29.328Z Compiling libxml v0.3.3
31422024-11-18T17:39:29.384Z Compiling ref-cast-impl v1.0.23
31432024-11-18T17:39:29.639Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31442024-11-18T17:39:29.729Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31452024-11-18T17:39:29.959Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31462024-11-18T17:39:30.107Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31472024-11-18T17:39:30.163Z Checking r2d2 v0.8.10
31482024-11-18T17:39:30.192Z Compiling diesel_derives v2.2.3
31492024-11-18T17:39:30.223Z Compiling strum_macros v0.24.3
31502024-11-18T17:39:30.459Z Compiling samael v0.0.17
31512024-11-18T17:39:30.502Z Compiling indoc v1.0.9
31522024-11-18T17:39:31.481Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31532024-11-18T17:39:31.763Z Compiling oso-derive v0.27.3
31542024-11-18T17:39:31.787Z Compiling derive_builder_macro v0.20.2
31552024-11-18T17:39:32.249Z Compiling lalrpop v0.19.12
31562024-11-18T17:39:32.689Z Checking derive_builder v0.20.2
31572024-11-18T17:39:32.806Z Compiling impl-trait-for-tuples v0.2.2
31582024-11-18T17:39:32.847Z Checking quick-xml v0.33.0
31592024-11-18T17:39:33.108Z Compiling diesel-dtrace v0.3.0
31602024-11-18T17:39:33.403Z Checking maplit v1.0.2
31612024-11-18T17:39:33.629Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31622024-11-18T17:39:33.835Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31632024-11-18T17:39:34.107Z Checking bb8 v0.8.5
31642024-11-18T17:39:34.658Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31652024-11-18T17:39:34.909Z Checking castaway v0.2.3
31662024-11-18T17:39:34.929Z Checking rand_seeder v0.3.0
31672024-11-18T17:39:34.976Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31682024-11-18T17:39:35.076Z Checking compact_str v0.8.0
31692024-11-18T17:39:35.164Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31702024-11-18T17:39:35.347Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31712024-11-18T17:39:35.383Z Checking unicode-truncate v1.1.0
31722024-11-18T17:39:35.623Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31732024-11-18T17:39:35.900Z Checking lru v0.12.5
31742024-11-18T17:39:36.007Z Compiling instability v0.3.2
31752024-11-18T17:39:36.210Z Checking is_ci v1.2.0
31762024-11-18T17:39:36.358Z Checking smawk v0.3.2
31772024-11-18T17:39:36.577Z Checking cassowary v0.3.0
31782024-11-18T17:39:36.780Z Checking unicode-linebreak v0.1.5
31792024-11-18T17:39:36.798Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31802024-11-18T17:39:36.966Z Checking supports-color v3.0.1
31812024-11-18T17:39:37.068Z Checking ratatui v0.28.1
31822024-11-18T17:39:37.195Z Checking multimap v0.10.0
31832024-11-18T17:39:37.213Z Checking textwrap v0.16.1
31842024-11-18T17:39:40.344Z Checking diesel v2.2.4
31852024-11-18T17:40:05.993Z Compiling polar-core v0.27.3
31862024-11-18T17:40:09.618Z Checking async-bb8-diesel v0.2.1
31872024-11-18T17:40:13.317Z Checking oso v0.27.3
31882024-11-18T17:41:25.313Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31892024-11-18T17:41:31.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s
31902024-11-18T17:41:31.581Z
31912024-11-18T17:41:31.581Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (140/172)
31922024-11-18T17:41:32.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-11-18T17:41:32.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-11-18T17:41:32.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952024-11-18T17:41:32.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31962024-11-18T17:41:32.244Z
31972024-11-18T17:41:32.244Zinfo: running `cargo check --bins` on nexus-saga-recovery (141/172)
31982024-11-18T17:41:32.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-11-18T17:41:32.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-11-18T17:41:32.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012024-11-18T17:41:32.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32022024-11-18T17:41:32.909Z
32032024-11-18T17:41:32.909Zinfo: running `cargo check --bins` on nexus-test-utils-macros (142/172)
32042024-11-18T17:41:33.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-11-18T17:41:33.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-11-18T17:41:33.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072024-11-18T17:41:33.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32082024-11-18T17:41:33.517Z
32092024-11-18T17:41:33.517Zinfo: running `cargo check --bins` on omicron-nexus (143/172)
32102024-11-18T17:41:34.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-11-18T17:41:34.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-11-18T17:41:34.303Z Compiling libz-sys v1.1.20
32132024-11-18T17:41:34.416Z Compiling libgit2-sys v0.17.0+1.8.1
32142024-11-18T17:41:34.429Z Compiling vergen v8.3.2
32152024-11-18T17:41:34.433Z Compiling cargo-platform v0.1.8
32162024-11-18T17:41:34.433Z Compiling pin-project-internal v1.1.6
32172024-11-18T17:41:34.466Z Compiling snafu-derive v0.8.5
32182024-11-18T17:41:34.466Z Compiling libsqlite3-sys v0.30.1
32192024-11-18T17:41:34.470Z Compiling cfg_aliases v0.2.1
32202024-11-18T17:41:34.606Z Compiling rustls v0.21.12
32212024-11-18T17:41:34.723Z Compiling cargo_metadata v0.18.1
32222024-11-18T17:41:34.867Z Checking lockfree-object-pool v0.1.6
32232024-11-18T17:41:34.934Z Checking simd-adler32 v0.3.7
32242024-11-18T17:41:34.995Z Compiling buf-list v1.0.3
32252024-11-18T17:41:35.097Z Compiling zip v2.1.3
32262024-11-18T17:41:35.265Z Checking bumpalo v3.16.0
32272024-11-18T17:41:35.374Z Compiling nix v0.29.0
32282024-11-18T17:41:35.443Z Checking globset v0.4.15
32292024-11-18T17:41:35.586Z Checking zopfli v0.8.1
32302024-11-18T17:41:35.691Z Checking olpc-cjson v0.1.4
32312024-11-18T17:41:35.994Z Checking sct v0.7.1
32322024-11-18T17:41:36.006Z Checking rustls-webpki v0.101.7
32332024-11-18T17:41:36.122Z Checking serde_plain v1.0.2
32342024-11-18T17:41:36.209Z Checking typed-path v0.9.3
32352024-11-18T17:41:37.132Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32362024-11-18T17:41:37.319Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32372024-11-18T17:41:37.399Z Checking hashlink v0.9.1
32382024-11-18T17:41:37.473Z Checking pin-project v1.1.6
32392024-11-18T17:41:37.582Z Checking fallible-streaming-iterator v0.1.9
32402024-11-18T17:41:37.586Z Checking fallible-iterator v0.3.0
32412024-11-18T17:41:37.809Z Checking parse-size v1.1.0
32422024-11-18T17:41:38.054Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32432024-11-18T17:41:38.070Z Checking rustls-pemfile v1.0.4
32442024-11-18T17:41:38.231Z Checking rusqlite v0.32.1
32452024-11-18T17:41:38.275Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32462024-11-18T17:41:38.387Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32472024-11-18T17:41:38.509Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32482024-11-18T17:41:38.658Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32492024-11-18T17:41:38.790Z Checking twox-hash v1.6.3
32502024-11-18T17:41:38.810Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32512024-11-18T17:41:39.260Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32522024-11-18T17:41:39.743Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32532024-11-18T17:41:39.985Z Checking tokio-rustls v0.24.1
32542024-11-18T17:41:40.051Z Checking snafu v0.8.5
32552024-11-18T17:41:40.191Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32562024-11-18T17:41:40.327Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32572024-11-18T17:41:40.357Z Checking fatfs v0.3.6
32582024-11-18T17:41:40.524Z Checking tough v0.19.0
32592024-11-18T17:41:40.632Z Checking assert_matches v1.5.0
32602024-11-18T17:41:44.677Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32612024-11-18T17:41:46.050Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32622024-11-18T17:41:47.025Z Compiling git2 v0.19.0
32632024-11-18T17:41:51.761Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
32642024-11-18T17:42:45.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
32652024-11-18T17:42:45.891Z
32662024-11-18T17:42:45.891Zinfo: running `cargo check --bins` on nexus-external-api (144/172)
32672024-11-18T17:42:46.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682024-11-18T17:42:46.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692024-11-18T17:42:46.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702024-11-18T17:42:46.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32712024-11-18T17:42:46.575Z
32722024-11-18T17:42:46.575Zinfo: running `cargo check --bins` on openapi-manager-types (145/172)
32732024-11-18T17:42:47.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742024-11-18T17:42:47.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752024-11-18T17:42:47.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762024-11-18T17:42:47.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32772024-11-18T17:42:47.185Z
32782024-11-18T17:42:47.185Zinfo: running `cargo check --bins` on nexus-internal-api (146/172)
32792024-11-18T17:42:47.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802024-11-18T17:42:47.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812024-11-18T17:42:47.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822024-11-18T17:42:47.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32832024-11-18T17:42:47.843Z
32842024-11-18T17:42:47.843Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (147/172)
32852024-11-18T17:42:48.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862024-11-18T17:42:48.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872024-11-18T17:42:48.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882024-11-18T17:42:48.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32892024-11-18T17:42:48.522Z
32902024-11-18T17:42:48.522Zinfo: running `cargo check --bins` on nexus-networking (148/172)
32912024-11-18T17:42:49.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922024-11-18T17:42:49.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932024-11-18T17:42:49.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942024-11-18T17:42:49.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32952024-11-18T17:42:49.194Z
32962024-11-18T17:42:49.194Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (149/172)
32972024-11-18T17:42:49.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982024-11-18T17:42:49.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992024-11-18T17:42:49.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002024-11-18T17:42:49.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33012024-11-18T17:42:49.859Z
33022024-11-18T17:42:49.859Zinfo: running `cargo check --bins` on update-common (150/172)
33032024-11-18T17:42:50.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042024-11-18T17:42:50.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052024-11-18T17:42:50.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062024-11-18T17:42:50.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33072024-11-18T17:42:50.511Z
33082024-11-18T17:42:50.511Zinfo: running `cargo check --bins` on tufaceous-lib (151/172)
33092024-11-18T17:42:51.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102024-11-18T17:42:51.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112024-11-18T17:42:51.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122024-11-18T17:42:51.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33132024-11-18T17:42:51.159Z
33142024-11-18T17:42:51.159Zinfo: running `cargo check --bins` on tufaceous (152/172)
33152024-11-18T17:42:51.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162024-11-18T17:42:51.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172024-11-18T17:42:51.828Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33182024-11-18T17:42:52.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
33192024-11-18T17:42:52.974Z
33202024-11-18T17:42:52.974Zinfo: running `cargo check --bins` on omicron-dev (153/172)
33212024-11-18T17:42:53.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222024-11-18T17:42:53.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232024-11-18T17:42:53.832Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33242024-11-18T17:42:53.955Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33252024-11-18T17:42:53.958Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33262024-11-18T17:42:53.958Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33272024-11-18T17:43:20.574Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33282024-11-18T17:43:20.576Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33292024-11-18T17:43:20.576Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33302024-11-18T17:43:20.576Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33312024-11-18T17:43:20.576Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33322024-11-18T17:43:21.510Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33332024-11-18T17:43:22.764Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33342024-11-18T17:44:02.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
33352024-11-18T17:44:02.357Z
33362024-11-18T17:44:02.358Zinfo: running `cargo check --bins` on openapi-manager (154/172)
33372024-11-18T17:44:02.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382024-11-18T17:44:02.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392024-11-18T17:44:03.066Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33402024-11-18T17:44:03.066Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33412024-11-18T17:44:03.069Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33422024-11-18T17:44:04.644Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33432024-11-18T17:44:05.506Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33442024-11-18T17:44:06.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
33452024-11-18T17:44:06.771Z
33462024-11-18T17:44:06.771Zinfo: running `cargo check --bins` on installinator-api (155/172)
33472024-11-18T17:44:07.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482024-11-18T17:44:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492024-11-18T17:44:07.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502024-11-18T17:44:07.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33512024-11-18T17:44:07.404Z
33522024-11-18T17:44:07.405Zinfo: running `cargo check --bins` on wicketd-api (156/172)
33532024-11-18T17:44:07.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542024-11-18T17:44:07.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552024-11-18T17:44:07.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562024-11-18T17:44:07.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33572024-11-18T17:44:08.048Z
33582024-11-18T17:44:08.048Zinfo: running `cargo check --bins` on reconfigurator-cli (157/172)
33592024-11-18T17:44:08.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602024-11-18T17:44:08.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612024-11-18T17:44:08.734Z Compiling petname v2.0.2
33622024-11-18T17:44:08.737Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33632024-11-18T17:44:08.737Z Checking sync-ptr v0.1.1
33642024-11-18T17:44:10.204Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33652024-11-18T17:44:11.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
33662024-11-18T17:44:11.898Z
33672024-11-18T17:44:11.898Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (158/172)
33682024-11-18T17:44:12.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-11-18T17:44:12.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-11-18T17:44:12.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712024-11-18T17:44:12.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33722024-11-18T17:44:12.546Z
33732024-11-18T17:44:12.547Zinfo: running `cargo check --bins` on omicron-releng (159/172)
33742024-11-18T17:44:13.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752024-11-18T17:44:13.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762024-11-18T17:44:13.214Z Checking memmap2 v0.9.5
33772024-11-18T17:44:13.214Z Checking arrayvec v0.7.6
33782024-11-18T17:44:13.214Z Checking arrayref v0.3.9
33792024-11-18T17:44:13.214Z Checking spin v0.5.2
33802024-11-18T17:44:13.217Z Checking constant_time_eq v0.3.1
33812024-11-18T17:44:13.317Z Checking topological-sort v0.2.2
33822024-11-18T17:44:13.336Z Checking shell-words v1.1.0
33832024-11-18T17:44:13.482Z Checking ring v0.16.20
33842024-11-18T17:44:13.600Z Checking blake3 v1.5.4
33852024-11-18T17:44:14.616Z Checking omicron-zone-package v0.11.1
33862024-11-18T17:44:15.703Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33872024-11-18T17:44:16.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
33882024-11-18T17:44:16.788Z
33892024-11-18T17:44:16.788Zinfo: running `cargo check --bins` on xtask (160/172)
33902024-11-18T17:44:17.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912024-11-18T17:44:17.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922024-11-18T17:44:17.212Z Checking bitflags v2.6.0
33932024-11-18T17:44:17.215Z Checking serde v1.0.215
33942024-11-18T17:44:17.215Z Checking thiserror v1.0.69
33952024-11-18T17:44:17.298Z Checking scroll v0.12.0
33962024-11-18T17:44:17.307Z Checking log v0.4.22
33972024-11-18T17:44:17.315Z Checking hashbrown v0.15.0
33982024-11-18T17:44:17.326Z Checking zerocopy v0.7.35
33992024-11-18T17:44:17.350Z Checking syn v2.0.87
34002024-11-18T17:44:17.396Z Checking pest v2.7.14
34012024-11-18T17:44:17.536Z Checking rustix v0.38.37
34022024-11-18T17:44:17.562Z Checking once_cell v1.20.2
34032024-11-18T17:44:17.760Z Checking goblin v0.8.2
34042024-11-18T17:44:17.864Z Checking fs-err v2.11.0
34052024-11-18T17:44:18.154Z Checking tabled v0.15.0
34062024-11-18T17:44:18.370Z Checking indexmap v2.6.0
34072024-11-18T17:44:18.693Z Checking anyhow v1.0.93
34082024-11-18T17:44:19.492Z Checking terminal_size v0.4.0
34092024-11-18T17:44:19.492Z Checking tempfile v3.13.0
34102024-11-18T17:44:19.653Z Checking clap_builder v4.5.21
34112024-11-18T17:44:19.901Z Checking dtrace-parser v0.2.0
34122024-11-18T17:44:21.504Z Checking serde_json v1.0.132
34132024-11-18T17:44:21.504Z Checking serde_spanned v0.6.8
34142024-11-18T17:44:21.504Z Checking toml_datetime v0.6.8
34152024-11-18T17:44:21.507Z Checking camino v1.1.9
34162024-11-18T17:44:21.507Z Checking cargo-platform v0.1.8
34172024-11-18T17:44:21.699Z Checking semver v1.0.23
34182024-11-18T17:44:21.787Z Checking macaddr v1.0.1
34192024-11-18T17:44:21.802Z Checking toml_edit v0.22.22
34202024-11-18T17:44:21.884Z Checking clap v4.5.21
34212024-11-18T17:44:22.080Z Checking camino-tempfile v1.1.1
34222024-11-18T17:44:22.715Z Checking dof v0.3.0
34232024-11-18T17:44:22.715Z Checking cargo_metadata v0.18.1
34242024-11-18T17:44:23.122Z Checking usdt-impl v0.5.0
34252024-11-18T17:44:23.493Z Checking usdt v0.5.0
34262024-11-18T17:44:23.653Z Checking toml v0.8.19
34272024-11-18T17:44:24.103Z Checking cargo_toml v0.20.5
34282024-11-18T17:44:25.321Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34292024-11-18T17:44:25.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
34302024-11-18T17:44:26.034Z
34312024-11-18T17:44:26.034Zinfo: running `cargo check --bins` on end-to-end-tests (161/172)
34322024-11-18T17:44:26.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332024-11-18T17:44:26.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342024-11-18T17:44:26.793Z Checking polyval v0.6.2
34352024-11-18T17:44:26.904Z Checking ctr v0.9.2
34362024-11-18T17:44:26.916Z Checking ssh-encoding v0.2.0
34372024-11-18T17:44:26.919Z Checking blowfish v0.9.1
34382024-11-18T17:44:26.938Z Checking password-hash v0.4.2
34392024-11-18T17:44:26.941Z Checking matches v0.1.10
34402024-11-18T17:44:26.966Z Checking p521 v0.13.3
34412024-11-18T17:44:26.966Z Checking p256 v0.13.2
34422024-11-18T17:44:27.107Z Checking ghash v0.5.1
34432024-11-18T17:44:27.123Z Checking bcrypt-pbkdf v0.10.0
34442024-11-18T17:44:27.165Z Compiling enum-as-inner v0.5.1
34452024-11-18T17:44:27.223Z Checking russh-cryptovec v0.7.3
34462024-11-18T17:44:27.254Z Checking aes-gcm v0.10.3
34472024-11-18T17:44:27.303Z Checking idna v0.2.3
34482024-11-18T17:44:27.326Z Checking pbkdf2 v0.11.0
34492024-11-18T17:44:27.373Z Checking md5 v0.7.0
34502024-11-18T17:44:27.419Z Checking num-bigint v0.4.6
34512024-11-18T17:44:27.449Z Checking des v0.8.1
34522024-11-18T17:44:27.496Z Checking ssh-cipher v0.2.0
34532024-11-18T17:44:27.594Z Compiling dhcproto-macros v0.1.0
34542024-11-18T17:44:27.660Z Checking hex-literal v0.4.1
34552024-11-18T17:44:27.709Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34562024-11-18T17:44:27.785Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34572024-11-18T17:44:27.803Z Checking ssh-key v0.6.6
34582024-11-18T17:44:28.151Z Checking internet-checksum v0.2.1
34592024-11-18T17:44:28.169Z Checking trust-dns-proto v0.22.0
34602024-11-18T17:44:29.125Z Checking russh-keys v0.45.0
34612024-11-18T17:44:30.075Z Checking russh v0.45.0
34622024-11-18T17:44:30.814Z Checking dhcproto v0.12.0
34632024-11-18T17:44:48.080Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34642024-11-18T17:44:49.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.43s
34652024-11-18T17:44:49.679Z
34662024-11-18T17:44:49.679Zinfo: running `cargo check --bins` on gateway-cli (162/172)
34672024-11-18T17:44:50.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682024-11-18T17:44:50.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692024-11-18T17:44:50.306Z Checking termios v0.3.3
34702024-11-18T17:44:50.523Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
34712024-11-18T17:44:51.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
34722024-11-18T17:44:51.477Z
34732024-11-18T17:44:51.477Zinfo: running `cargo check --bins --no-default-features` on installinator (163/172)
34742024-11-18T17:44:52.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752024-11-18T17:44:52.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762024-11-18T17:44:52.160Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34772024-11-18T17:44:54.166Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
34782024-11-18T17:44:56.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s
34792024-11-18T17:44:56.239Z
34802024-11-18T17:44:56.239Zinfo: running `cargo check --bins` on internal-dns-cli (164/172)
34812024-11-18T17:44:56.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822024-11-18T17:44:56.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832024-11-18T17:44:56.879Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34842024-11-18T17:44:57.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
34852024-11-18T17:44:57.550Z
34862024-11-18T17:44:57.550Zinfo: running `cargo check --bins` on omicron-live-tests (165/172)
34872024-11-18T17:44:58.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882024-11-18T17:44:58.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892024-11-18T17:44:58.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902024-11-18T17:44:58.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34912024-11-18T17:44:58.174Z
34922024-11-18T17:44:58.174Zinfo: running `cargo check --bins` on live-tests-macros (166/172)
34932024-11-18T17:44:58.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942024-11-18T17:44:58.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952024-11-18T17:44:58.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962024-11-18T17:44:58.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34972024-11-18T17:44:58.789Z
34982024-11-18T17:44:58.789Zinfo: running `cargo check --bins` on omicron-package (167/172)
34992024-11-18T17:44:59.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002024-11-18T17:44:59.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012024-11-18T17:44:59.443Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35022024-11-18T17:45:00.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
35032024-11-18T17:45:00.900Z
35042024-11-18T17:45:00.900Zinfo: running `cargo check --bins` on wicket-dbg (168/172)
35052024-11-18T17:45:01.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062024-11-18T17:45:01.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072024-11-18T17:45:01.585Z Checking rtoolbox v0.0.2
35082024-11-18T17:45:01.588Z Checking tui-tree-widget v0.22.0
35092024-11-18T17:45:01.589Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35102024-11-18T17:45:01.808Z Checking rpassword v7.3.1
35112024-11-18T17:45:05.934Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35122024-11-18T17:45:08.930Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35132024-11-18T17:45:10.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
35142024-11-18T17:45:10.316Z
35152024-11-18T17:45:10.316Zinfo: running `cargo check --bins` on wicket (169/172)
35162024-11-18T17:45:10.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-11-18T17:45:10.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-11-18T17:45:10.994Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35192024-11-18T17:45:11.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
35202024-11-18T17:45:11.605Z
35212024-11-18T17:45:11.605Zinfo: running `cargo check --bins` on wicketd (170/172)
35222024-11-18T17:45:12.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-11-18T17:45:12.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-11-18T17:45:12.309Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35252024-11-18T17:45:16.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
35262024-11-18T17:45:16.448Z
35272024-11-18T17:45:16.448Zinfo: running `cargo check --bins` on omicron-workspace-hack (171/172)
35282024-11-18T17:45:16.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-11-18T17:45:16.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-11-18T17:45:16.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312024-11-18T17:45:16.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35322024-11-18T17:45:17.053Z
35332024-11-18T17:45:17.053Zinfo: running `cargo check --bins` on zone-setup (172/172)
35342024-11-18T17:45:17.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352024-11-18T17:45:17.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362024-11-18T17:45:17.770Z Checking uzers v0.12.1
35372024-11-18T17:45:18.105Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35382024-11-18T17:45:19.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
35392024-11-18T17:45:19.412Z
35402024-11-18T17:45:19.412Zreal 13:06.886817929
35412024-11-18T17:45:19.412Zuser 24:00.508393053
35422024-11-18T17:45:19.412Zsys 5:22.009956958
35432024-11-18T17:45:19.415Ztrap 0.460380559
35442024-11-18T17:45:19.415Ztflt 2.230565417
35452024-11-18T17:45:19.415Zdflt 2.999449524
35462024-11-18T17:45:19.415Zkflt 0.001196088
35472024-11-18T17:45:19.415Zlock 46:47.992936782
35482024-11-18T17:45:19.415Zslp 2:05:56.813303634
35492024-11-18T17:45:19.415Zlat 59.617175963
35502024-11-18T17:45:19.415Zstop 3:17.292973400
35512024-11-18T17:45:19.416Zprocess exited: duration 1114381 ms, exit code 0
 
35522024-11-18T17:45:19.421Zfound 0 output files